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

Commit 27ea2c0

Browse files
docs: Minor formatting (#228)
* 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: https://github.com/googleapis/googleapis-gen/commit/280264ca02fb9316b4237a96d0af1a2343a81a56 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>
1 parent 7982787 commit 27ea2c0

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

google/cloud/binaryauthorization_v1/types/resources.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ class EnforcementMode(proto.Enum):
255255
pod creation.
256256
DRYRUN_AUDIT_LOG_ONLY (2):
257257
Dryrun mode: Audit logging only. This will
258-
allow the pod creation as if
259-
the admission request had specified break-glass.
258+
allow the pod creation as if the admission
259+
request had specified break-glass.
260260
"""
261261
ENFORCEMENT_MODE_UNSPECIFIED = 0
262262
ENFORCED_BLOCK_AND_AUDIT_LOG = 1
@@ -346,6 +346,7 @@ class UserOwnedGrafeasNote(proto.Message):
346346
Optional. Public keys that verify
347347
attestations signed by this attestor. This
348348
field may be updated.
349+
349350
If this field is non-empty, one of the specified
350351
public keys must verify that an attestation was
351352
signed by this attestor for the image specified

google/cloud/binaryauthorization_v1beta1/types/resources.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,8 @@ class EnforcementMode(proto.Enum):
256256
pod creation.
257257
DRYRUN_AUDIT_LOG_ONLY (2):
258258
Dryrun mode: Audit logging only. This will
259-
allow the pod creation as if
260-
the admission request had specified break-glass.
259+
allow the pod creation as if the admission
260+
request had specified break-glass.
261261
"""
262262
ENFORCEMENT_MODE_UNSPECIFIED = 0
263263
ENFORCED_BLOCK_AND_AUDIT_LOG = 1
@@ -345,6 +345,7 @@ class UserOwnedDrydockNote(proto.Message):
345345
Optional. Public keys that verify
346346
attestations signed by this attestor. This
347347
field may be updated.
348+
348349
If this field is non-empty, one of the specified
349350
public keys must verify that an attestation was
350351
signed by this attestor for the image specified

0 commit comments

Comments
 (0)