Skip to content

Commit

Permalink
docs: [google-cloud-container] improve API documentation for Binary A…
Browse files Browse the repository at this point in the history
…uthorization (#12049)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 584927082

Source-Link:
googleapis/googleapis@0be2364

Source-Link:
googleapis/googleapis-gen@3a1de01
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbnRhaW5lci8uT3dsQm90LnlhbWwiLCJoIjoiM2ExZGUwMWMwZDFlMWIwN2UzYmQ0ZDIyNTk0NzcxYWNkODg5ZTU4MCJ9

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Nov 24, 2023
1 parent 90eea69 commit a927596
Showing 1 changed file with 6 additions and 5 deletions.
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

0 comments on commit a927596

Please sign in to comment.