Module: Google::Cloud::BinaryAuthorization::V1beta1::AdmissionRule::EvaluationMode
- Defined in:
- proto_docs/google/cloud/binaryauthorization/v1beta1/resources.rb
Constant Summary collapse
- EVALUATION_MODE_UNSPECIFIED =
Do not use.
0- ALWAYS_ALLOW =
This rule allows all all pod creations.
1- REQUIRE_ATTESTATION =
This rule allows a pod creation if all the attestors listed in
require_attestations_byhave valid attestations for all of the images in the pod spec. 2- ALWAYS_DENY =
This rule denies all pod creations.
3