public enum ContinuousValidationEvent.Types.ContinuousValidationPodEvent.Types.ImageDetails.Types.ContainerType
Reference documentation and code samples for the Binary Authorization v1beta1 API enum ContinuousValidationEvent.Types.ContinuousValidationPodEvent.Types.ImageDetails.Types.ContainerType.
The container type.
Namespace
Google.Cloud.BinaryAuthorization.V1Beta1Assembly
Google.Cloud.BinaryAuthorization.V1Beta1.dll
Fields |
|
---|---|
Name | Description |
Container |
A regular deployment. |
EphemeralContainer |
Ephemeral container defined as specified at https://kubernetes.io/docs/concepts/workloads/pods/ephemeral-containers/ |
InitContainer |
Init container defined as specified at https://kubernetes.io/docs/concepts/workloads/pods/init-containers/ |
Unspecified |
The container type should always be specified. This is an error. |