k8s.initContainer
Supported platform
- kubernetes
Description
Kubernetes init container
Fields
ID | TYPE | DESCRIPTION |
---|---|---|
uid | string | Kubernetes object UID |
name | string | Name of the container |
imageName | string | Container image name |
image | string | Deprecated. Use imageName instead. |
containerImage | os.container.image | Container image |
command | []string | Entrypoint array |
args | []string | Arguments to the entrypoint |
resources | dict | Compute resources required by this container |
volumeMounts | []dict | Pod volumes to mount into the container's file system |
volumeDevices | []dict | List of block devices to be used by the container |
imagePullPolicy | string | Image pull policy: Always, Never, or IfNotPresent |
securityContext | dict | Security options the pod should run with |
workingDir | string | Container's working directory |
tty | bool | Whether this container should allocate a TTY for itself |
env | dict | env variables |
envFrom | dict | envFrom settings |
References