Binary Authorization V1 API - Module Google::Cloud::BinaryAuthorization::V1::AdmissionRule::EvaluationMode (v0.4.0)

Reference documentation and code samples for the Binary Authorization V1 API module Google::Cloud::BinaryAuthorization::V1::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.