public static enum ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.ContainerType extends Enum<ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.ContainerType> implements com.google.protobuf.ProtocolMessageEnum
The container type.Protobuf enum
google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.ContainerType| Enum Constant and Description |
|---|
CONTAINER
A regular deployment.
|
CONTAINER_TYPE_UNSPECIFIED
The container type should always be specified.
|
EPHEMERAL_CONTAINER
Ephemeral container defined as specified at
https://kubernetes.io/docs/concepts/workloads/pods/ephemeral-containers/
|
INIT_CONTAINER
Init container defined as specified at
https://kubernetes.io/docs/concepts/workloads/pods/init-containers/
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CONTAINER_TYPE_UNSPECIFIED_VALUE
The container type should always be specified.
|
static int |
CONTAINER_VALUE
A regular deployment.
|
static int |
EPHEMERAL_CONTAINER_VALUE
Ephemeral container defined as specified at
https://kubernetes.io/docs/concepts/workloads/pods/ephemeral-containers/
|
static int |
INIT_CONTAINER_VALUE
Init container defined as specified at
https://kubernetes.io/docs/concepts/workloads/pods/init-containers/
|
public static final ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.ContainerType CONTAINER_TYPE_UNSPECIFIED
The container type should always be specified. This is an error.
CONTAINER_TYPE_UNSPECIFIED = 0;public static final ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.ContainerType CONTAINER
A regular deployment.
CONTAINER = 1;public static final ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.ContainerType INIT_CONTAINER
Init container defined as specified at https://kubernetes.io/docs/concepts/workloads/pods/init-containers/
INIT_CONTAINER = 2;public static final ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.ContainerType EPHEMERAL_CONTAINER
Ephemeral container defined as specified at https://kubernetes.io/docs/concepts/workloads/pods/ephemeral-containers/
EPHEMERAL_CONTAINER = 3;public static final ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.ContainerType UNRECOGNIZED
public static final int CONTAINER_TYPE_UNSPECIFIED_VALUE
The container type should always be specified. This is an error.
CONTAINER_TYPE_UNSPECIFIED = 0;public static final int CONTAINER_VALUE
A regular deployment.
CONTAINER = 1;public static final int INIT_CONTAINER_VALUE
Init container defined as specified at https://kubernetes.io/docs/concepts/workloads/pods/init-containers/
INIT_CONTAINER = 2;public static final int EPHEMERAL_CONTAINER_VALUE
Ephemeral container defined as specified at https://kubernetes.io/docs/concepts/workloads/pods/ephemeral-containers/
EPHEMERAL_CONTAINER = 3;public static ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.ContainerType[] values()
for (ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.ContainerType c : ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.ContainerType.values()) System.out.println(c);
public static ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.ContainerType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.ContainerType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.ContainerType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.ContainerType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.ContainerType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.