Kubernetes Engine V1beta1 API - Module Google::Cloud::Container::V1beta1::BinaryAuthorization::EvaluationMode (v0.39.0)

Reference documentation and code samples for the Kubernetes Engine V1beta1 API module Google::Cloud::Container::V1beta1::BinaryAuthorization::EvaluationMode.

Binary Authorization mode of operation.

Constants

EVALUATION_MODE_UNSPECIFIED

value: 0
Default value

DISABLED

value: 1
Disable BinaryAuthorization

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.

POLICY_BINDINGS

value: 5
Use Binary Authorization Continuous Validation with the policies specified in policy_bindings.

POLICY_BINDINGS_AND_PROJECT_SINGLETON_POLICY_ENFORCE

value: 6
Use Binary Authorization Continuous Validation with the policies specified in policy_bindings and enforce Kubernetes admission requests with Binary Authorization using the project's singleton policy.