Reference documentation and code samples for the Google Cloud Container V1 Client class EvaluationMode.
Binary Authorization mode of operation.
Protobuf type google.container.v1.BinaryAuthorization.EvaluationMode
Namespace
Google \ Cloud \ Container \ V1 \ BinaryAuthorizationMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
EVALUATION_MODE_UNSPECIFIED
Value: 0
Default value
Generated from protobuf enum EVALUATION_MODE_UNSPECIFIED = 0;
DISABLED
Value: 1
Disable BinaryAuthorization
Generated from protobuf enum DISABLED = 1;
PROJECT_SINGLETON_POLICY_ENFORCE
Value: 2
Enforce Kubernetes admission requests with BinaryAuthorization using the project's singleton policy. This is equivalent to setting the enabled boolean to true.
Generated from protobuf enum PROJECT_SINGLETON_POLICY_ENFORCE = 2;