Class EvaluationMode (1.10.4)

EvaluationMode(value)

Enums

Name Description
EVALUATION_MODE_UNSPECIFIED Do not use.
ALWAYS_ALLOW This rule allows all all pod creations.
REQUIRE_ATTESTATION 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 This rule denies all pod creations.