mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
Autogen
This commit is contained in:
@@ -23906,78 +23906,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"/apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/rollback": {
|
||||
"post": {
|
||||
"description": "create rollback of a Deployment",
|
||||
"consumes": [
|
||||
"*/*"
|
||||
],
|
||||
"produces": [
|
||||
"application/json",
|
||||
"application/yaml",
|
||||
"application/vnd.kubernetes.protobuf"
|
||||
],
|
||||
"schemes": [
|
||||
"https"
|
||||
],
|
||||
"tags": [
|
||||
"apps_v1beta2"
|
||||
],
|
||||
"operationId": "createAppsV1beta2NamespacedDeploymentRollback",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "body",
|
||||
"in": "body",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"$ref": "#/definitions/io.k8s.api.apps.v1beta2.DeploymentRollback"
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/io.k8s.api.apps.v1beta2.DeploymentRollback"
|
||||
}
|
||||
},
|
||||
"401": {
|
||||
"description": "Unauthorized"
|
||||
}
|
||||
},
|
||||
"x-kubernetes-action": "post",
|
||||
"x-kubernetes-group-version-kind": {
|
||||
"group": "apps",
|
||||
"kind": "DeploymentRollback",
|
||||
"version": "v1beta2"
|
||||
}
|
||||
},
|
||||
"parameters": [
|
||||
{
|
||||
"uniqueItems": true,
|
||||
"type": "string",
|
||||
"description": "name of the DeploymentRollback",
|
||||
"name": "name",
|
||||
"in": "path",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"uniqueItems": true,
|
||||
"type": "string",
|
||||
"description": "object name and auth scope, such as for teams and projects",
|
||||
"name": "namespace",
|
||||
"in": "path",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"uniqueItems": true,
|
||||
"type": "string",
|
||||
"description": "If 'true', then the output is pretty printed.",
|
||||
"name": "pretty",
|
||||
"in": "query"
|
||||
}
|
||||
]
|
||||
},
|
||||
"/apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/scale": {
|
||||
"get": {
|
||||
"description": "read scale of the specified Deployment",
|
||||
@@ -51264,7 +51192,7 @@
|
||||
]
|
||||
},
|
||||
"io.k8s.api.apps.v1beta1.DeploymentRollback": {
|
||||
"description": "DeploymentRollback stores the information required to rollback a deployment.",
|
||||
"description": "DEPRECATED. DeploymentRollback stores the information required to rollback a deployment.",
|
||||
"required": [
|
||||
"name",
|
||||
"rollbackTo"
|
||||
@@ -51333,7 +51261,7 @@
|
||||
"format": "int32"
|
||||
},
|
||||
"rollbackTo": {
|
||||
"description": "The config this deployment is rolling back to. Will be cleared after rollback is done.",
|
||||
"description": "DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done.",
|
||||
"$ref": "#/definitions/io.k8s.api.apps.v1beta1.RollbackConfig"
|
||||
},
|
||||
"selector": {
|
||||
@@ -51413,6 +51341,7 @@
|
||||
}
|
||||
},
|
||||
"io.k8s.api.apps.v1beta1.RollbackConfig": {
|
||||
"description": "DEPRECATED.",
|
||||
"properties": {
|
||||
"revision": {
|
||||
"description": "The revision to rollback to. If set to 0, rollback to the last revision.",
|
||||
@@ -51942,45 +51871,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"io.k8s.api.apps.v1beta2.DeploymentRollback": {
|
||||
"description": "WIP: This is not ready to be used and we plan to make breaking changes to it. DeploymentRollback stores the information required to rollback a deployment.",
|
||||
"required": [
|
||||
"name",
|
||||
"rollbackTo"
|
||||
],
|
||||
"properties": {
|
||||
"apiVersion": {
|
||||
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources",
|
||||
"type": "string"
|
||||
},
|
||||
"kind": {
|
||||
"description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds",
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"description": "Required: This must match the Name of a deployment.",
|
||||
"type": "string"
|
||||
},
|
||||
"rollbackTo": {
|
||||
"description": "The config of this deployment rollback.",
|
||||
"$ref": "#/definitions/io.k8s.api.apps.v1beta2.RollbackConfig"
|
||||
},
|
||||
"updatedAnnotations": {
|
||||
"description": "The annotations to be updated to a deployment",
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"x-kubernetes-group-version-kind": [
|
||||
{
|
||||
"group": "apps",
|
||||
"kind": "DeploymentRollback",
|
||||
"version": "v1beta2"
|
||||
}
|
||||
]
|
||||
},
|
||||
"io.k8s.api.apps.v1beta2.DeploymentSpec": {
|
||||
"description": "WIP: This is not ready to be used and we plan to make breaking changes to it. DeploymentSpec is the specification of the desired behavior of the Deployment.",
|
||||
"required": [
|
||||
@@ -52011,10 +51901,6 @@
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"rollbackTo": {
|
||||
"description": "The config this deployment is rolling back to. Will be cleared after rollback is done.",
|
||||
"$ref": "#/definitions/io.k8s.api.apps.v1beta2.RollbackConfig"
|
||||
},
|
||||
"selector": {
|
||||
"description": "Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment.",
|
||||
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
|
||||
@@ -52251,16 +52137,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"io.k8s.api.apps.v1beta2.RollbackConfig": {
|
||||
"description": "WIP: This is not ready to be used and we plan to make breaking changes to it.",
|
||||
"properties": {
|
||||
"revision": {
|
||||
"description": "The revision to rollback to. If set to 0, rollback to the last revision.",
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
}
|
||||
}
|
||||
},
|
||||
"io.k8s.api.apps.v1beta2.RollingUpdateDaemonSet": {
|
||||
"description": "WIP: This is not ready to be used and we plan to make breaking changes to it. Spec to control the desired behavior of daemon set rolling update.",
|
||||
"properties": {
|
||||
@@ -58688,7 +58564,7 @@
|
||||
]
|
||||
},
|
||||
"io.k8s.api.extensions.v1beta1.DeploymentRollback": {
|
||||
"description": "DeploymentRollback stores the information required to rollback a deployment.",
|
||||
"description": "DEPRECATED. DeploymentRollback stores the information required to rollback a deployment.",
|
||||
"required": [
|
||||
"name",
|
||||
"rollbackTo"
|
||||
@@ -58757,7 +58633,7 @@
|
||||
"format": "int32"
|
||||
},
|
||||
"rollbackTo": {
|
||||
"description": "The config this deployment is rolling back to. Will be cleared after rollback is done.",
|
||||
"description": "DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done.",
|
||||
"$ref": "#/definitions/io.k8s.api.extensions.v1beta1.RollbackConfig"
|
||||
},
|
||||
"selector": {
|
||||
@@ -59500,6 +59376,7 @@
|
||||
}
|
||||
},
|
||||
"io.k8s.api.extensions.v1beta1.RollbackConfig": {
|
||||
"description": "DEPRECATED.",
|
||||
"properties": {
|
||||
"revision": {
|
||||
"description": "The revision to rollback to. If set to 0, rollback to the last revision.",
|
||||
|
||||
Reference in New Issue
Block a user