CustomContainerTemplate Class
Custom container configuration.
Constructor
CustomContainerTemplate(*args: Any, **kwargs: Any)
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. |
Attributes
containers
List of container definitions for the sessions of the session pool.
containers: list['_models.SessionContainer'] | None
ingress
Session pool ingress configuration.
ingress: _models.SessionIngress | None
registry_credentials
Private container registry credentials for containers used by the sessions of the session pool.
registry_credentials: _models.SessionRegistryCredentials | None