JobTemplateResponse

data class JobTemplateResponse(val containers: List<ContainerResponse>? = null, val initContainers: List<InitContainerResponse>? = null, val volumes: List<VolumeResponse>? = null)

Container Apps Job 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: List<ContainerResponse>? = null, initContainers: List<InitContainerResponse>? = null, volumes: List<VolumeResponse>? = null)

Types

Link copied to clipboard
object Companion

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

List of volume definitions for the Container App.