This repository was archived by the owner on Oct 31, 2023. It is now read-only.
File tree 2 files changed +6
-4
lines changed
binaryauthorization_v1/types
binaryauthorization_v1beta1/types
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -255,8 +255,8 @@ class EnforcementMode(proto.Enum):
255
255
pod creation.
256
256
DRYRUN_AUDIT_LOG_ONLY (2):
257
257
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.
260
260
"""
261
261
ENFORCEMENT_MODE_UNSPECIFIED = 0
262
262
ENFORCED_BLOCK_AND_AUDIT_LOG = 1
@@ -346,6 +346,7 @@ class UserOwnedGrafeasNote(proto.Message):
346
346
Optional. Public keys that verify
347
347
attestations signed by this attestor. This
348
348
field may be updated.
349
+
349
350
If this field is non-empty, one of the specified
350
351
public keys must verify that an attestation was
351
352
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):
256
256
pod creation.
257
257
DRYRUN_AUDIT_LOG_ONLY (2):
258
258
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.
261
261
"""
262
262
ENFORCEMENT_MODE_UNSPECIFIED = 0
263
263
ENFORCED_BLOCK_AND_AUDIT_LOG = 1
@@ -345,6 +345,7 @@ class UserOwnedDrydockNote(proto.Message):
345
345
Optional. Public keys that verify
346
346
attestations signed by this attestor. This
347
347
field may be updated.
348
+
348
349
If this field is non-empty, one of the specified
349
350
public keys must verify that an attestation was
350
351
signed by this attestor for the image specified
You can’t perform that action at this time.
0 commit comments