Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2717,12 +2717,13 @@ class EvaluationMode(proto.Enum):
singleton policy. This is equivalent to setting
the enabled boolean to true.
POLICY_BINDINGS (5):
Use Binary Authorization with the policies specified in
policy_bindings.
Use Binary Authorization Continuous Validation with the
policies specified in policy_bindings.
POLICY_BINDINGS_AND_PROJECT_SINGLETON_POLICY_ENFORCE (6):
Use Binary Authorization with the policies specified in
policy_bindings, and also with the project's singleton
policy in enforcement mode.
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.
"""
EVALUATION_MODE_UNSPECIFIED = 0
DISABLED = 1
Expand Down