You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| subresource | ResourceCheck.(subresource string) -> ResourceCheck | Specifies thath the check is for a subresource |
1113
1114
| namespace | ResourceCheck.(namespace string) -> ResourceCheck | Specifies that the check is for a namespace (if not called, the check is for the cluster scope) |
1114
1115
| name | ResourceCheck.(name string) -> ResourceCheck | Specifies that the check is for a specific resource name |
1115
-
| check | ResourceCheck.(apiVerb string) -> Decision | Checks if the user is authorized for the API verb on the resource |
1116
-
| allowed | Decision.() -> bool | Is the user authorized? |
1117
-
| denied | Decision.() -> bool | Is the user denied authorization? |
1116
+
| check | ResourceCheck.(apiVerb string) -> Decision | Checks if the admission request user is authorized for the API verb on the resource |
1117
+
| allowed | Decision.() -> bool | Is the admission request user authorized? |
1118
+
| denied | Decision.() -> bool | Is the admission request user denied authorization? |
1118
1119
1119
1120
xref: https://kubernetes.io/docs/reference/access-authn-authz/authorization/#review-your-request-attributes for a details on
0 commit comments