mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 10:43:56 +00:00
Generated changes
This commit is contained in:
parent
aa69c80728
commit
664fe6e5c2
@ -702,85 +702,6 @@
|
|||||||
"Kind": "Namespace"
|
"Kind": "Namespace"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"delete": {
|
|
||||||
"description": "delete collection of Namespace",
|
|
||||||
"consumes": [
|
|
||||||
"*/*"
|
|
||||||
],
|
|
||||||
"produces": [
|
|
||||||
"application/json",
|
|
||||||
"application/yaml",
|
|
||||||
"application/vnd.kubernetes.protobuf"
|
|
||||||
],
|
|
||||||
"schemes": [
|
|
||||||
"https"
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
"core_v1"
|
|
||||||
],
|
|
||||||
"operationId": "deleteCoreV1CollectionNamespace",
|
|
||||||
"parameters": [
|
|
||||||
{
|
|
||||||
"uniqueItems": true,
|
|
||||||
"type": "string",
|
|
||||||
"description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
|
|
||||||
"name": "fieldSelector",
|
|
||||||
"in": "query"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"uniqueItems": true,
|
|
||||||
"type": "boolean",
|
|
||||||
"description": "If true, partially initialized resources are included in the response.",
|
|
||||||
"name": "includeUninitialized",
|
|
||||||
"in": "query"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"uniqueItems": true,
|
|
||||||
"type": "string",
|
|
||||||
"description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
|
|
||||||
"name": "labelSelector",
|
|
||||||
"in": "query"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"uniqueItems": true,
|
|
||||||
"type": "string",
|
|
||||||
"description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
|
|
||||||
"name": "resourceVersion",
|
|
||||||
"in": "query"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"uniqueItems": true,
|
|
||||||
"type": "integer",
|
|
||||||
"description": "Timeout for the list/watch call.",
|
|
||||||
"name": "timeoutSeconds",
|
|
||||||
"in": "query"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"uniqueItems": true,
|
|
||||||
"type": "boolean",
|
|
||||||
"description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
|
|
||||||
"name": "watch",
|
|
||||||
"in": "query"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"responses": {
|
|
||||||
"200": {
|
|
||||||
"description": "OK",
|
|
||||||
"schema": {
|
|
||||||
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"401": {
|
|
||||||
"description": "Unauthorized"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"x-kubernetes-action": "DELETECOLLECTION",
|
|
||||||
"x-kubernetes-group-version-kind": {
|
|
||||||
"Group": "",
|
|
||||||
"Version": "v1",
|
|
||||||
"Kind": "Namespace"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
"uniqueItems": true,
|
"uniqueItems": true,
|
||||||
|
@ -3760,85 +3760,6 @@
|
|||||||
"consumes": [
|
"consumes": [
|
||||||
"*/*"
|
"*/*"
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "v1.Status",
|
|
||||||
"method": "DELETE",
|
|
||||||
"summary": "delete collection of Namespace",
|
|
||||||
"nickname": "deletecollectionNamespace",
|
|
||||||
"parameters": [
|
|
||||||
{
|
|
||||||
"type": "string",
|
|
||||||
"paramType": "query",
|
|
||||||
"name": "pretty",
|
|
||||||
"description": "If 'true', then the output is pretty printed.",
|
|
||||||
"required": false,
|
|
||||||
"allowMultiple": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "string",
|
|
||||||
"paramType": "query",
|
|
||||||
"name": "labelSelector",
|
|
||||||
"description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
|
|
||||||
"required": false,
|
|
||||||
"allowMultiple": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "string",
|
|
||||||
"paramType": "query",
|
|
||||||
"name": "fieldSelector",
|
|
||||||
"description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
|
|
||||||
"required": false,
|
|
||||||
"allowMultiple": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "boolean",
|
|
||||||
"paramType": "query",
|
|
||||||
"name": "includeUninitialized",
|
|
||||||
"description": "If true, partially initialized resources are included in the response.",
|
|
||||||
"required": false,
|
|
||||||
"allowMultiple": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "boolean",
|
|
||||||
"paramType": "query",
|
|
||||||
"name": "watch",
|
|
||||||
"description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
|
|
||||||
"required": false,
|
|
||||||
"allowMultiple": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "string",
|
|
||||||
"paramType": "query",
|
|
||||||
"name": "resourceVersion",
|
|
||||||
"description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
|
|
||||||
"required": false,
|
|
||||||
"allowMultiple": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "integer",
|
|
||||||
"paramType": "query",
|
|
||||||
"name": "timeoutSeconds",
|
|
||||||
"description": "Timeout for the list/watch call.",
|
|
||||||
"required": false,
|
|
||||||
"allowMultiple": false
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"responseMessages": [
|
|
||||||
{
|
|
||||||
"code": 200,
|
|
||||||
"message": "OK",
|
|
||||||
"responseModel": "v1.Status"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"produces": [
|
|
||||||
"application/json",
|
|
||||||
"application/yaml",
|
|
||||||
"application/vnd.kubernetes.protobuf"
|
|
||||||
],
|
|
||||||
"consumes": [
|
|
||||||
"*/*"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -378,85 +378,6 @@
|
|||||||
"Kind": "Namespace"
|
"Kind": "Namespace"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"delete": {
|
|
||||||
"description": "delete collection of Namespace",
|
|
||||||
"consumes": [
|
|
||||||
"*/*"
|
|
||||||
],
|
|
||||||
"produces": [
|
|
||||||
"application/json",
|
|
||||||
"application/yaml",
|
|
||||||
"application/vnd.kubernetes.protobuf"
|
|
||||||
],
|
|
||||||
"schemes": [
|
|
||||||
"https"
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
"core_v1"
|
|
||||||
],
|
|
||||||
"operationId": "deleteCoreV1CollectionNamespace",
|
|
||||||
"parameters": [
|
|
||||||
{
|
|
||||||
"uniqueItems": true,
|
|
||||||
"type": "string",
|
|
||||||
"description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
|
|
||||||
"name": "fieldSelector",
|
|
||||||
"in": "query"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"uniqueItems": true,
|
|
||||||
"type": "boolean",
|
|
||||||
"description": "If true, partially initialized resources are included in the response.",
|
|
||||||
"name": "includeUninitialized",
|
|
||||||
"in": "query"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"uniqueItems": true,
|
|
||||||
"type": "string",
|
|
||||||
"description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
|
|
||||||
"name": "labelSelector",
|
|
||||||
"in": "query"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"uniqueItems": true,
|
|
||||||
"type": "string",
|
|
||||||
"description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
|
|
||||||
"name": "resourceVersion",
|
|
||||||
"in": "query"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"uniqueItems": true,
|
|
||||||
"type": "integer",
|
|
||||||
"description": "Timeout for the list/watch call.",
|
|
||||||
"name": "timeoutSeconds",
|
|
||||||
"in": "query"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"uniqueItems": true,
|
|
||||||
"type": "boolean",
|
|
||||||
"description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
|
|
||||||
"name": "watch",
|
|
||||||
"in": "query"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"responses": {
|
|
||||||
"200": {
|
|
||||||
"description": "OK",
|
|
||||||
"schema": {
|
|
||||||
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"401": {
|
|
||||||
"description": "Unauthorized"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"x-kubernetes-action": "DELETECOLLECTION",
|
|
||||||
"x-kubernetes-group-version-kind": {
|
|
||||||
"Group": "",
|
|
||||||
"Version": "v1",
|
|
||||||
"Kind": "Namespace"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
"uniqueItems": true,
|
"uniqueItems": true,
|
||||||
|
@ -1853,85 +1853,6 @@
|
|||||||
"consumes": [
|
"consumes": [
|
||||||
"*/*"
|
"*/*"
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "v1.Status",
|
|
||||||
"method": "DELETE",
|
|
||||||
"summary": "delete collection of Namespace",
|
|
||||||
"nickname": "deletecollectionNamespace",
|
|
||||||
"parameters": [
|
|
||||||
{
|
|
||||||
"type": "string",
|
|
||||||
"paramType": "query",
|
|
||||||
"name": "pretty",
|
|
||||||
"description": "If 'true', then the output is pretty printed.",
|
|
||||||
"required": false,
|
|
||||||
"allowMultiple": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "string",
|
|
||||||
"paramType": "query",
|
|
||||||
"name": "labelSelector",
|
|
||||||
"description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.",
|
|
||||||
"required": false,
|
|
||||||
"allowMultiple": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "string",
|
|
||||||
"paramType": "query",
|
|
||||||
"name": "fieldSelector",
|
|
||||||
"description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
|
|
||||||
"required": false,
|
|
||||||
"allowMultiple": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "boolean",
|
|
||||||
"paramType": "query",
|
|
||||||
"name": "includeUninitialized",
|
|
||||||
"description": "If true, partially initialized resources are included in the response.",
|
|
||||||
"required": false,
|
|
||||||
"allowMultiple": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "boolean",
|
|
||||||
"paramType": "query",
|
|
||||||
"name": "watch",
|
|
||||||
"description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
|
|
||||||
"required": false,
|
|
||||||
"allowMultiple": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "string",
|
|
||||||
"paramType": "query",
|
|
||||||
"name": "resourceVersion",
|
|
||||||
"description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.",
|
|
||||||
"required": false,
|
|
||||||
"allowMultiple": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "integer",
|
|
||||||
"paramType": "query",
|
|
||||||
"name": "timeoutSeconds",
|
|
||||||
"description": "Timeout for the list/watch call.",
|
|
||||||
"required": false,
|
|
||||||
"allowMultiple": false
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"responseMessages": [
|
|
||||||
{
|
|
||||||
"code": 200,
|
|
||||||
"message": "OK",
|
|
||||||
"responseModel": "v1.Status"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"produces": [
|
|
||||||
"application/json",
|
|
||||||
"application/yaml",
|
|
||||||
"application/vnd.kubernetes.protobuf"
|
|
||||||
],
|
|
||||||
"consumes": [
|
|
||||||
"*/*"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user