Binary Authorization V1beta1 API - Module Google::Cloud::BinaryAuthorization::V1beta1::AdmissionRule::EvaluationMode (v0.5.0)

Reference documentation and code samples for the Binary Authorization V1beta1 API module Google::Cloud::BinaryAuthorization::V1beta1::AdmissionRule::EvaluationMode.

Constants

EVALUATION_MODE_UNSPECIFIED

value: 0
Do not use.

ALWAYS_ALLOW

value: 1
This rule allows all all pod creations.

REQUIRE_ATTESTATION

value: 2
This rule allows a pod creation if all the attestors listed in require_attestations_by have valid attestations for all of the images in the pod spec.

ALWAYS_DENY

value: 3
This rule denies all pod creations.