Template Args
data class TemplateArgs(val containers: Output<List<ContainerArgs>>? = null, val initContainers: Output<List<InitContainerArgs>>? = null, val revisionSuffix: Output<String>? = null, val scale: Output<ScaleArgs>? = null, val volumes: Output<List<VolumeArgs>>? = null) : ConvertibleToJava<TemplateArgs>
Container App versioned application definition. Defines the desired state of an immutable revision. Any changes to this section Will result in a new revision being created
Constructors
Link copied to clipboard
constructor(containers: Output<List<ContainerArgs>>? = null, initContainers: Output<List<InitContainerArgs>>? = null, revisionSuffix: Output<String>? = null, scale: Output<ScaleArgs>? = null, volumes: Output<List<VolumeArgs>>? = null)
Properties
Link copied to clipboard
List of container definitions for the Container App.
Link copied to clipboard
List of specialized containers that run before app containers.
Link copied to clipboard
User friendly suffix that is appended to the revision name
Link copied to clipboard
List of volume definitions for the Container App.