CustomContainerTemplateArgs

data class CustomContainerTemplateArgs(val containers: Output<List<SessionContainerArgs>>? = null, val ingress: Output<SessionIngressArgs>? = null, val registryCredentials: Output<SessionRegistryCredentialsArgs>? = null) : ConvertibleToJava<CustomContainerTemplateArgs>

Custom container configuration.

Constructors

Link copied to clipboard
constructor(containers: Output<List<SessionContainerArgs>>? = null, ingress: Output<SessionIngressArgs>? = null, registryCredentials: Output<SessionRegistryCredentialsArgs>? = null)

Properties

Link copied to clipboard
val containers: Output<List<SessionContainerArgs>>? = null

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

Link copied to clipboard
val ingress: Output<SessionIngressArgs>? = null

Session pool ingress configuration.

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): CustomContainerTemplateArgs