Skip to content

Commit 0be2364

Browse files
Google APIscopybara-github
authored andcommitted
docs: improve API documentation for Binary Authorization
PiperOrigin-RevId: 584927082
1 parent 0e3b813 commit 0be2364

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

google/container/v1beta1/cluster_service.proto

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1802,11 +1802,13 @@ message BinaryAuthorization {
18021802
// enabled boolean to true.
18031803
PROJECT_SINGLETON_POLICY_ENFORCE = 2;
18041804

1805-
// Use Binary Authorization with the policies specified in policy_bindings.
1805+
// Use Binary Authorization Continuous Validation with the policies
1806+
// specified in policy_bindings.
18061807
POLICY_BINDINGS = 5;
18071808

1808-
// Use Binary Authorization with the policies specified in policy_bindings,
1809-
// and also with the project's singleton policy in enforcement mode.
1809+
// Use Binary Authorization Continuous Validation with the policies
1810+
// specified in policy_bindings and enforce Kubernetes admission requests
1811+
// with Binary Authorization using the project's singleton policy.
18101812
POLICY_BINDINGS_AND_PROJECT_SINGLETON_POLICY_ENFORCE = 6;
18111813
}
18121814

0 commit comments

Comments
 (0)