This repository was archived by the owner on Oct 31, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Top Open diff view settings
binaryauthorization_v1beta1/types
binaryauthorization_v1/types Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Top Open diff view settings Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments