diff --git a/google/cloud/binaryauthorization_v1/types/resources.py b/google/cloud/binaryauthorization_v1/types/resources.py index 5111311..2704f08 100644 --- a/google/cloud/binaryauthorization_v1/types/resources.py +++ b/google/cloud/binaryauthorization_v1/types/resources.py @@ -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 @@ -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 diff --git a/google/cloud/binaryauthorization_v1beta1/types/resources.py b/google/cloud/binaryauthorization_v1beta1/types/resources.py index 3d4931e..d519087 100644 --- a/google/cloud/binaryauthorization_v1beta1/types/resources.py +++ b/google/cloud/binaryauthorization_v1beta1/types/resources.py @@ -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 @@ -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