Skip to content

Commit 90d551a

Browse files
committed
autogenerated
1 parent 096da12 commit 90d551a

File tree

13 files changed

+265
-154
lines changed

13 files changed

+265
-154
lines changed

api/openapi-spec/swagger.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64649,7 +64649,11 @@
6464964649
],
6465064650
"properties": {
6465164651
"allowed": {
64652-
"description": "Allowed is required. True if the action would be allowed, false otherwise.",
64652+
"description": "Allowed is required. True if the action would be allowed, false otherwise.",
64653+
"type": "boolean"
64654+
},
64655+
"denied": {
64656+
"description": "Denied is optional. True if the action would be denied, otherwise false. If both allowed is false and denied is false, then the authorizer has no opinion on whether to authorize the action. Denied may not be true if Allowed is true.",
6465364657
"type": "boolean"
6465464658
},
6465564659
"evaluationError": {
@@ -65000,7 +65004,11 @@
6500065004
],
6500165005
"properties": {
6500265006
"allowed": {
65003-
"description": "Allowed is required. True if the action would be allowed, false otherwise.",
65007+
"description": "Allowed is required. True if the action would be allowed, false otherwise.",
65008+
"type": "boolean"
65009+
},
65010+
"denied": {
65011+
"description": "Denied is optional. True if the action would be denied, otherwise false. If both allowed is false and denied is false, then the authorizer has no opinion on whether to authorize the action. Denied may not be true if Allowed is true.",
6500465012
"type": "boolean"
6500565013
},
6500665014
"evaluationError": {

api/swagger-spec/authorization.k8s.io_v1.json

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/swagger-spec/authorization.k8s.io_v1beta1.json

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/api-reference/authorization.k8s.io/v1/definitions.html

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/api-reference/authorization.k8s.io/v1beta1/definitions.html

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/apis/authorization/v1/zz_generated.conversion.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/apis/authorization/v1beta1/zz_generated.conversion.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)