Google Cloud Gke Hub V1 Client - Class EvaluationMode (1.3.0)

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 \ BinaryAuthorizationConfig

Methods

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;

POLICY_BINDINGS

Value: 2

Use Binary Authorization with the policies specified in policy_bindings.

Generated from protobuf enum POLICY_BINDINGS = 2;