mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
generated
This commit is contained in:
parent
0386e9bf75
commit
3900b69da0
82
api/openapi-spec/swagger.json
generated
82
api/openapi-spec/swagger.json
generated
@ -20060,6 +20060,41 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"/apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name}/status": {
|
"/apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name}/status": {
|
||||||
|
"get": {
|
||||||
|
"description": "read status of the specified CustomResourceDefinition",
|
||||||
|
"consumes": [
|
||||||
|
"*/*"
|
||||||
|
],
|
||||||
|
"produces": [
|
||||||
|
"application/json",
|
||||||
|
"application/yaml",
|
||||||
|
"application/vnd.kubernetes.protobuf"
|
||||||
|
],
|
||||||
|
"schemes": [
|
||||||
|
"https"
|
||||||
|
],
|
||||||
|
"tags": [
|
||||||
|
"apiextensions_v1beta1"
|
||||||
|
],
|
||||||
|
"operationId": "readApiextensionsV1beta1CustomResourceDefinitionStatus",
|
||||||
|
"responses": {
|
||||||
|
"200": {
|
||||||
|
"description": "OK",
|
||||||
|
"schema": {
|
||||||
|
"$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinition"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"401": {
|
||||||
|
"description": "Unauthorized"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"x-kubernetes-action": "get",
|
||||||
|
"x-kubernetes-group-version-kind": {
|
||||||
|
"group": "apiextensions.k8s.io",
|
||||||
|
"kind": "CustomResourceDefinition",
|
||||||
|
"version": "v1beta1"
|
||||||
|
}
|
||||||
|
},
|
||||||
"put": {
|
"put": {
|
||||||
"description": "replace status of the specified CustomResourceDefinition",
|
"description": "replace status of the specified CustomResourceDefinition",
|
||||||
"consumes": [
|
"consumes": [
|
||||||
@ -20111,6 +20146,53 @@
|
|||||||
"version": "v1beta1"
|
"version": "v1beta1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"patch": {
|
||||||
|
"description": "partially update status of the specified CustomResourceDefinition",
|
||||||
|
"consumes": [
|
||||||
|
"application/json-patch+json",
|
||||||
|
"application/merge-patch+json",
|
||||||
|
"application/strategic-merge-patch+json"
|
||||||
|
],
|
||||||
|
"produces": [
|
||||||
|
"application/json",
|
||||||
|
"application/yaml",
|
||||||
|
"application/vnd.kubernetes.protobuf"
|
||||||
|
],
|
||||||
|
"schemes": [
|
||||||
|
"https"
|
||||||
|
],
|
||||||
|
"tags": [
|
||||||
|
"apiextensions_v1beta1"
|
||||||
|
],
|
||||||
|
"operationId": "patchApiextensionsV1beta1CustomResourceDefinitionStatus",
|
||||||
|
"parameters": [
|
||||||
|
{
|
||||||
|
"name": "body",
|
||||||
|
"in": "body",
|
||||||
|
"required": true,
|
||||||
|
"schema": {
|
||||||
|
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Patch"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"responses": {
|
||||||
|
"200": {
|
||||||
|
"description": "OK",
|
||||||
|
"schema": {
|
||||||
|
"$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinition"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"401": {
|
||||||
|
"description": "Unauthorized"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"x-kubernetes-action": "patch",
|
||||||
|
"x-kubernetes-group-version-kind": {
|
||||||
|
"group": "apiextensions.k8s.io",
|
||||||
|
"kind": "CustomResourceDefinition",
|
||||||
|
"version": "v1beta1"
|
||||||
|
}
|
||||||
|
},
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
"uniqueItems": true,
|
"uniqueItems": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user