File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
content/en/docs/reference/using-api Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,8 @@ the authorizer may be used to perform authorization checks for the principal
153
153
API resource checks are performed as follows:
154
154
155
155
1 . Specify the group and resource to check: ` Authorizer.group(string).resource(string) ResourceCheck `
156
- 2 . Optionally call any combination of the following to further narrow the authorization check:
156
+ 2 . Optionally call any combination of the following builder functions to further narrow the authorization check.
157
+ Note that these functions return the receiver type and can be chained:
157
158
- ` ResourceCheck.subresource(string) ResourceCheck `
158
159
- ` ResourceCheck.namespace(string) ResourceCheck `
159
160
- ` ResourceCheck.name(string) ResourceCheck `
You can’t perform that action at this time.
0 commit comments