Binary Authorization V1beta1 API - Module Google::Cloud::BinaryAuthorization::V1beta1::ContinuousValidationEvent::ContinuousValidationPodEvent::ImageDetails::ContainerType (v0.13.0)

Reference documentation and code samples for the Binary Authorization V1beta1 API module Google::Cloud::BinaryAuthorization::V1beta1::ContinuousValidationEvent::ContinuousValidationPodEvent::ImageDetails::ContainerType.

The container type.

Constants

CONTAINER_TYPE_UNSPECIFIED

value: 0
The container type should always be specified. This is an error.

CONTAINER

value: 1
A regular deployment.

INIT_CONTAINER

value: 2
Init container defined as specified at https://kubernetes.io/docs/concepts/workloads/pods/init-containers/

EPHEMERAL_CONTAINER

value: 3
Ephemeral container defined as specified at https://kubernetes.io/docs/concepts/workloads/pods/ephemeral-containers/