Enum ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.ContainerType (1.40.0)

public enum ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.ContainerType extends Enum<ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.ContainerType> implements ProtocolMessageEnum

The container type.

Protobuf enum google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.ContainerType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CONTAINER

A regular deployment.

CONTAINER = 1;

CONTAINER_TYPE_UNSPECIFIED

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

CONTAINER_TYPE_UNSPECIFIED = 0;

CONTAINER_TYPE_UNSPECIFIED_VALUE

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

CONTAINER_TYPE_UNSPECIFIED = 0;

CONTAINER_VALUE

A regular deployment.

CONTAINER = 1;

EPHEMERAL_CONTAINER

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

EPHEMERAL_CONTAINER = 3;

EPHEMERAL_CONTAINER_VALUE

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

EPHEMERAL_CONTAINER = 3;

INIT_CONTAINER

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

INIT_CONTAINER = 2;

INIT_CONTAINER_VALUE

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

INIT_CONTAINER = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()