Reference documentation and code samples for the Google Cloud Binary Authorization V1beta1 Client class ContainerType.
The container type.
Protobuf type google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.ContainerType
Namespace
Google \ Cloud \ BinaryAuthorization \ V1beta1 \ ContinuousValidationEvent \ ContinuousValidationPodEvent \ ImageDetailsMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CONTAINER_TYPE_UNSPECIFIED
Value: 0The container type should always be specified. This is an error.
Generated from protobuf enum CONTAINER_TYPE_UNSPECIFIED = 0;
CONTAINER
Value: 1A regular deployment.
Generated from protobuf enum CONTAINER = 1;
INIT_CONTAINER
Value: 2Init container defined as specified at https://kubernetes.io/docs/concepts/workloads/pods/init-containers/
Generated from protobuf enum INIT_CONTAINER = 2;
EPHEMERAL_CONTAINER
Value: 3Ephemeral container defined as specified at https://kubernetes.io/docs/concepts/workloads/pods/ephemeral-containers/
Generated from protobuf enum EPHEMERAL_CONTAINER = 3;