Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: [google-cloud-container] improve API documentation for Binary Authorization #12049

Merged
merged 2 commits into from
Nov 24, 2023
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
Loading