Package version:

Interface InitContainer

Container App init container definition

Hierarchy

Properties

args?: string[]

Container start command arguments.

command?: string[]

Container start command.

Container environment variables.

image?: string

Container image tag.

name?: string

Custom container name.

resources?: ContainerResources

Container resource requirements.

volumeMounts?: VolumeMount[]

Container volume mounts.

Generated using TypeDoc