JobTemplate interface

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

Properties

containers

List of container definitions for the Container App.

initContainers

List of specialized containers that run before app containers.

volumes

List of volume definitions for the Container App.

Property Details

containers

List of container definitions for the Container App.

containers?: Container[]

Property Value

initContainers

List of specialized containers that run before app containers.

initContainers?: InitContainer[]

Property Value

volumes

List of volume definitions for the Container App.

volumes?: Volume[]

Property Value

Volume[]