TemplateArgs

data class TemplateArgs(val containers: Output<List<ContainerArgs>>? = 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, revisionSuffix: Output<String>? = null, scale: Output<ScaleArgs>? = null, volumes: Output<List<VolumeArgs>>? = null)

Properties

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

List of container definitions for the Container App.

Link copied to clipboard
val revisionSuffix: Output<String>? = null

User friendly suffix that is appended to the revision name

Link copied to clipboard
val scale: Output<ScaleArgs>? = null

Scaling properties for the Container App.

Link copied to clipboard
val volumes: Output<List<VolumeArgs>>? = null

List of volume definitions for the Container App.

Functions

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