CustomContainerTemplate Class
Custom container configuration.
Constructor
CustomContainerTemplate(*, registry_credentials: _models.SessionRegistryCredentials | None = None, containers: List[_models.SessionContainer] | None = None, ingress: _models.SessionIngress | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
registry_credentials
|
Private container registry credentials for containers used by the sessions of the session pool. Default value: None
|
containers
|
List of container definitions for the sessions of the session pool. Default value: None
|
ingress
|
Session pool ingress configuration. Default value: None
|
Variables
Name | Description |
---|---|
registry_credentials
|
Private container registry credentials for containers used by the sessions of the session pool. |
containers
|
List of container definitions for the sessions of the session pool. |
ingress
|
Session pool ingress configuration. |