generated files
This commit is contained in:
@@ -42724,7 +42724,7 @@
|
||||
],
|
||||
"properties": {
|
||||
"apiVersion": {
|
||||
"description": "APIVersion holds the API group and version of the referenced object.",
|
||||
"description": "APIVersion holds the API group and version of the referenced subject. Defaults to \"v1\" for ServiceAccount subjects. Defaults to \"rbac.authorization.k8s.io/v1alpha1\" for User and Group subjects.",
|
||||
"type": "string"
|
||||
},
|
||||
"kind": {
|
||||
@@ -43095,8 +43095,8 @@
|
||||
"name"
|
||||
],
|
||||
"properties": {
|
||||
"apiVersion": {
|
||||
"description": "APIVersion holds the API group and version of the referenced object.",
|
||||
"apiGroup": {
|
||||
"description": "APIGroup holds the API group of the referenced subject. Defaults to \"\" for ServiceAccount subjects. Defaults to \"rbac.authorization.k8s.io\" for User and Group subjects.",
|
||||
"type": "string"
|
||||
},
|
||||
"kind": {
|
||||
|
@@ -2924,7 +2924,7 @@
|
||||
},
|
||||
"apiVersion": {
|
||||
"type": "string",
|
||||
"description": "APIVersion holds the API group and version of the referenced object."
|
||||
"description": "APIVersion holds the API group and version of the referenced subject. Defaults to \"v1\" for ServiceAccount subjects. Defaults to \"rbac.authorization.k8s.io/v1alpha1\" for User and Group subjects."
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
|
@@ -2922,9 +2922,9 @@
|
||||
"type": "string",
|
||||
"description": "Kind of object being referenced. Values defined by this API group are \"User\", \"Group\", and \"ServiceAccount\". If the Authorizer does not recognized the kind value, the Authorizer should report an error."
|
||||
},
|
||||
"apiVersion": {
|
||||
"apiGroup": {
|
||||
"type": "string",
|
||||
"description": "APIVersion holds the API group and version of the referenced object."
|
||||
"description": "APIGroup holds the API group of the referenced subject. Defaults to \"\" for ServiceAccount subjects. Defaults to \"rbac.authorization.k8s.io\" for User and Group subjects."
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
|
Reference in New Issue
Block a user