Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class EvaluationMode.
Binary Authorization mode of operation.
Protobuf type google.cloud.gkehub.v1.BinaryAuthorizationConfig.EvaluationMode
Namespace
Google \ Cloud \ GkeHub \ V1 \ BinaryAuthorizationConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
EVALUATION_MODE_UNSPECIFIED
Value: 0Default value
Generated from protobuf enum EVALUATION_MODE_UNSPECIFIED = 0;
DISABLED
Value: 1Disable BinaryAuthorization
Generated from protobuf enum DISABLED = 1;
POLICY_BINDINGS
Value: 2Use Binary Authorization with the policies specified in policy_bindings.
Generated from protobuf enum POLICY_BINDINGS = 2;