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
Copy file name to clipboardExpand all lines: api/openapi-spec/swagger.json
+3-3
Original file line number
Diff line number
Diff line change
@@ -64461,7 +64461,7 @@
64461
64461
}
64462
64462
},
64463
64463
"resources": {
64464
-
"description": "Resources is a list of resources this rule applies to. ResourceAll represents all resources. \"*\" means all.",
64464
+
"description": "Resources is a list of resources this rule applies to. \"*\" means all in the specified apiGroups.\n \"*/foo\" represents the subresource 'foo' for all resources in the specified apiGroups.",
64465
64465
"type": "array",
64466
64466
"items": {
64467
64467
"type": "string"
@@ -64812,7 +64812,7 @@
64812
64812
}
64813
64813
},
64814
64814
"resources": {
64815
-
"description": "Resources is a list of resources this rule applies to. ResourceAll represents all resources. \"*\" means all.",
64815
+
"description": "Resources is a list of resources this rule applies to. \"*\" means all in the specified apiGroups.\n \"*/foo\" represents the subresource 'foo' for all resources in the specified apiGroups.",
64816
64816
"type": "array",
64817
64817
"items": {
64818
64818
"type": "string"
@@ -73180,7 +73180,7 @@
73180
73180
}
73181
73181
},
73182
73182
"resources": {
73183
-
"description": "Resources is a list of resources this rule applies to. ResourceAll represents all resources.",
73183
+
"description": "Resources is a list of resources this rule applies to. '*' represents all resources in the specified apiGroups. '*/foo' represents the subresource 'foo' for all resources in the specified apiGroups.",
Copy file name to clipboardExpand all lines: api/swagger-spec/authorization.k8s.io_v1.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -785,7 +785,7 @@
785
785
"items": {
786
786
"type": "string"
787
787
},
788
-
"description": "Resources is a list of resources this rule applies to. ResourceAll represents all resources. \"*\"means all."
788
+
"description": "Resources is a list of resources this rule applies to. \"*\" means all in the specified apiGroups.\n\"*/foo\"represents the subresource 'foo' for all resources in the specified apiGroups."
Copy file name to clipboardExpand all lines: api/swagger-spec/authorization.k8s.io_v1beta1.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -785,7 +785,7 @@
785
785
"items": {
786
786
"type": "string"
787
787
},
788
-
"description": "Resources is a list of resources this rule applies to. ResourceAll represents all resources. \"*\"means all."
788
+
"description": "Resources is a list of resources this rule applies to. \"*\" means all in the specified apiGroups.\n\"*/foo\"represents the subresource 'foo' for all resources in the specified apiGroups."
Copy file name to clipboardExpand all lines: api/swagger-spec/rbac.authorization.k8s.io_v1beta1.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -3818,7 +3818,7 @@
3818
3818
"items": {
3819
3819
"type": "string"
3820
3820
},
3821
-
"description": "Resources is a list of resources this rule applies to. ResourceAll represents all resources."
3821
+
"description": "Resources is a list of resources this rule applies to. '*' represents all resources in the specified apiGroups. '*/foo' represents the subresource 'foo' for all resources in the specified apiGroups."
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Resources is a list of resources this rule applies to. ResourceAll represents all resources. "*" means all.</p></td>
1435
+
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Resources is a list of resources this rule applies to. "<strong>" means all in the specified apiGroups.<br>
1436
+
"</strong>/foo" represents the subresource <em>foo</em> for all resources in the specified apiGroups.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Resources is a list of resources this rule applies to. ResourceAll represents all resources. "*" means all.</p></td>
1455
+
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Resources is a list of resources this rule applies to. "<strong>" means all in the specified apiGroups.<br>
1456
+
"</strong>/foo" represents the subresource <em>foo</em> for all resources in the specified apiGroups.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Resources is a list of resources this rule applies to. ResourceAll represents all resources.</p></td>
1685
+
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Resources is a list of resources this rule applies to. <em><strong></em> represents all resources in the specified apiGroups. <em></strong>/foo</em> represents the subresource <em>foo</em> for all resources in the specified apiGroups.</p></td>
0 commit comments