Skip to main content

k8s.ephemeralContainer

Supported platform

  • kubernetes

Description

Kubernetes ephemeral container

Fields

IDTYPEDESCRIPTION
uidstringKubernetes object UID
namestringName of the container
imageNamestringContainer image name
imagestringDeprecated; use imageName instead
containerImageos.container.imageContainer image
command[]stringEntry point array
args[]stringArguments to the entry point
volumeMounts[]dictPod volumes to mount into the container's file system
volumeDevices[]dictList of block devices to be used by the container
imagePullPolicystringImage pull policy: Always, Never, or IfNotPresent
securityContextdictSecurity options the Pod should run with
workingDirstringContainer's working directory
ttyboolWhether this container should allocate a TTY for itself
envdictenv variables
envFromdictenvFrom settings