Google Cloud Container V1 Client - Class EvaluationMode (1.10.3)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;