Kubernetes init container
k8s.initContainer MQL resource for querying Kubernetes infrastructure with cnquery and cnspec.
KubernetesPrivate Resource
Kubernetes init container
Min version: 6.10.0Defaults:
nameRelationships
10 resources · 23 relationships·Click to select, expand fields to see properties.
Fields (15)
| Field | Type | Description |
|---|---|---|
argsrequired | []string | Arguments to the entrypoint |
commandrequired | []string | Entrypoint array |
containerImage | container.image | Container image |
envrequired | dict | env variables |
envFromrequired | dict | envFrom settings |
imageNamerequired | string | Container image name |
imagePullPolicyrequired | string | Image pull policy: Always, Never, or IfNotPresent |
namerequired | string | Name of the container |
resourcesrequired | dict | Compute resources required by this container |
securityContextrequired | dict | Security options the pod should run with |
ttyrequired | int | Whether this container should allocate a TTY for itself |
uidrequired | string | Kubernetes object UID |
volumeDevicesrequired | []dict | List of block devices to be used by the container |
volumeMountsrequired | []dict | Pod volumes to mount into the container's file system |
workingDirrequired | string | Container's working directory |