Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
docs: Minor formatting (#228)
Browse files Browse the repository at this point in the history
* docs: Minor formatting
chore: Update gapic-generator-python to v1.11.5
build: Update rules_python to 0.24.0

PiperOrigin-RevId: 563436317

Source-Link: googleapis/googleapis@42fd37b

Source-Link: googleapis/googleapis-gen@280264c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjgwMjY0Y2EwMmZiOTMxNmI0MjM3YTk2ZDBhZjFhMjM0M2E4MWE1NiJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

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] committed Sep 13, 2023
1 parent 7982787 commit 27ea2c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions google/cloud/binaryauthorization_v1/types/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ class EnforcementMode(proto.Enum):
pod creation.
DRYRUN_AUDIT_LOG_ONLY (2):
Dryrun mode: Audit logging only. This will
allow the pod creation as if
the admission request had specified break-glass.
allow the pod creation as if the admission
request had specified break-glass.
"""
ENFORCEMENT_MODE_UNSPECIFIED = 0
ENFORCED_BLOCK_AND_AUDIT_LOG = 1
Expand Down Expand Up @@ -346,6 +346,7 @@ class UserOwnedGrafeasNote(proto.Message):
Optional. Public keys that verify
attestations signed by this attestor. This
field may be updated.
If this field is non-empty, one of the specified
public keys must verify that an attestation was
signed by this attestor for the image specified
Expand Down
5 changes: 3 additions & 2 deletions google/cloud/binaryauthorization_v1beta1/types/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ class EnforcementMode(proto.Enum):
pod creation.
DRYRUN_AUDIT_LOG_ONLY (2):
Dryrun mode: Audit logging only. This will
allow the pod creation as if
the admission request had specified break-glass.
allow the pod creation as if the admission
request had specified break-glass.
"""
ENFORCEMENT_MODE_UNSPECIFIED = 0
ENFORCED_BLOCK_AND_AUDIT_LOG = 1
Expand Down Expand Up @@ -345,6 +345,7 @@ class UserOwnedDrydockNote(proto.Message):
Optional. Public keys that verify
attestations signed by this attestor. This
field may be updated.
If this field is non-empty, one of the specified
public keys must verify that an attestation was
signed by this attestor for the image specified
Expand Down

0 comments on commit 27ea2c0

Please sign in to comment.