Class ContainerType (1.10.5)

ContainerType(value)

The container type.

Enums

Name Description
CONTAINER_TYPE_UNSPECIFIED The container type should always be specified. This is an error.
CONTAINER A regular deployment.
INIT_CONTAINER Init container defined as specified at https://kubernetes.io/docs/concepts/workloads/pods/init-containers/
EPHEMERAL_CONTAINER Ephemeral container defined as specified at https://kubernetes.io/docs/concepts/workloads/pods/ephemeral-containers/