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

docs: Minor formatting #228

Merged
merged 2 commits into from
Sep 13, 2023
Merged
Show file tree
Hide file tree
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
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