mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 13:12:20 +00:00
generated files
This commit is contained in:
@@ -41122,12 +41122,23 @@
|
||||
]
|
||||
},
|
||||
"io.k8s.kubernetes.pkg.apis.certificates.v1beta1.CertificateSigningRequestSpec": {
|
||||
"description": "This information is immutable after the request is created. Only the Request and ExtraInfo fields can be set on creation, other fields are derived by Kubernetes and cannot be modified by users.",
|
||||
"description": "This information is immutable after the request is created. Only the Request and Usages fields can be set on creation, other fields are derived by Kubernetes and cannot be modified by users.",
|
||||
"required": [
|
||||
"request"
|
||||
],
|
||||
"properties": {
|
||||
"extra": {
|
||||
"description": "Extra information about the requesting user. See user.Info interface for details.",
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"groups": {
|
||||
"description": "Group information about the requesting user. See user.Info interface for details.",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
@@ -41139,6 +41150,7 @@
|
||||
"format": "byte"
|
||||
},
|
||||
"uid": {
|
||||
"description": "UID information about the requesting user. See user.Info interface for details.",
|
||||
"type": "string"
|
||||
},
|
||||
"usages": {
|
||||
@@ -41149,7 +41161,7 @@
|
||||
}
|
||||
},
|
||||
"username": {
|
||||
"description": "Information about the requesting user (if relevant) See user.Info interface for details",
|
||||
"description": "Information about the requesting user. See user.Info interface for details.",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -886,7 +886,7 @@
|
||||
},
|
||||
"v1beta1.CertificateSigningRequestSpec": {
|
||||
"id": "v1beta1.CertificateSigningRequestSpec",
|
||||
"description": "This information is immutable after the request is created. Only the Request and ExtraInfo fields can be set on creation, other fields are derived by Kubernetes and cannot be modified by users.",
|
||||
"description": "This information is immutable after the request is created. Only the Request and Usages fields can be set on creation, other fields are derived by Kubernetes and cannot be modified by users.",
|
||||
"required": [
|
||||
"request"
|
||||
],
|
||||
@@ -904,16 +904,22 @@
|
||||
},
|
||||
"username": {
|
||||
"type": "string",
|
||||
"description": "Information about the requesting user (if relevant) See user.Info interface for details"
|
||||
"description": "Information about the requesting user. See user.Info interface for details."
|
||||
},
|
||||
"uid": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"description": "UID information about the requesting user. See user.Info interface for details."
|
||||
},
|
||||
"groups": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"description": "Group information about the requesting user. See user.Info interface for details."
|
||||
},
|
||||
"extra": {
|
||||
"type": "object",
|
||||
"description": "Extra information about the requesting user. See user.Info interface for details."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user