Custom Container Template Args
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)