CustomContainerTemplateResponse

data class CustomContainerTemplateResponse(val containers: List<SessionContainerResponse>? = null, val ingress: SessionIngressResponse? = null, val registryCredentials: SessionRegistryCredentialsResponse? = null)

Custom container configuration.

Constructors

Link copied to clipboard
constructor(containers: List<SessionContainerResponse>? = null, ingress: SessionIngressResponse? = null, registryCredentials: SessionRegistryCredentialsResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Session pool ingress configuration.

Link copied to clipboard

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