Package version:

Interface CustomContainerTemplate

Custom container configuration.

interface CustomContainerTemplate {
    containers?: SessionContainer[];
    ingress?: SessionIngress;
    registryCredentials?: SessionRegistryCredentials;
}

Properties

containers?: SessionContainer[]

List of container definitions for the sessions of the session pool.

ingress?: SessionIngress

Session pool ingress configuration.

registryCredentials?: SessionRegistryCredentials

Private container registry credentials for containers used by the sessions of the session pool.