Commit e245fbc2 authored by Janet Kuo's avatar Janet Kuo

Autogen

parent 5473d563
...@@ -23906,78 +23906,6 @@ ...@@ -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": { "/apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/scale": {
"get": { "get": {
"description": "read scale of the specified Deployment", "description": "read scale of the specified Deployment",
...@@ -51264,7 +51192,7 @@ ...@@ -51264,7 +51192,7 @@
] ]
}, },
"io.k8s.api.apps.v1beta1.DeploymentRollback": { "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": [ "required": [
"name", "name",
"rollbackTo" "rollbackTo"
...@@ -51333,7 +51261,7 @@ ...@@ -51333,7 +51261,7 @@
"format": "int32" "format": "int32"
}, },
"rollbackTo": { "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" "$ref": "#/definitions/io.k8s.api.apps.v1beta1.RollbackConfig"
}, },
"selector": { "selector": {
...@@ -51413,6 +51341,7 @@ ...@@ -51413,6 +51341,7 @@
} }
}, },
"io.k8s.api.apps.v1beta1.RollbackConfig": { "io.k8s.api.apps.v1beta1.RollbackConfig": {
"description": "DEPRECATED.",
"properties": { "properties": {
"revision": { "revision": {
"description": "The revision to rollback to. If set to 0, rollback to the last revision.", "description": "The revision to rollback to. If set to 0, rollback to the last revision.",
...@@ -51942,45 +51871,6 @@ ...@@ -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": { "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.", "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": [ "required": [
...@@ -52011,10 +51901,6 @@ ...@@ -52011,10 +51901,6 @@
"type": "integer", "type": "integer",
"format": "int32" "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": { "selector": {
"description": "Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment.", "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" "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
...@@ -52251,16 +52137,6 @@ ...@@ -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": { "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.", "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": { "properties": {
...@@ -58688,7 +58564,7 @@ ...@@ -58688,7 +58564,7 @@
] ]
}, },
"io.k8s.api.extensions.v1beta1.DeploymentRollback": { "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": [ "required": [
"name", "name",
"rollbackTo" "rollbackTo"
...@@ -58757,7 +58633,7 @@ ...@@ -58757,7 +58633,7 @@
"format": "int32" "format": "int32"
}, },
"rollbackTo": { "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" "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.RollbackConfig"
}, },
"selector": { "selector": {
...@@ -59500,6 +59376,7 @@ ...@@ -59500,6 +59376,7 @@
} }
}, },
"io.k8s.api.extensions.v1beta1.RollbackConfig": { "io.k8s.api.extensions.v1beta1.RollbackConfig": {
"description": "DEPRECATED.",
"properties": { "properties": {
"revision": { "revision": {
"description": "The revision to rollback to. If set to 0, rollback to the last revision.", "description": "The revision to rollback to. If set to 0, rollback to the last revision.",
...@@ -3810,7 +3810,7 @@ ...@@ -3810,7 +3810,7 @@
}, },
"rollbackTo": { "rollbackTo": {
"$ref": "v1beta1.RollbackConfig", "$ref": "v1beta1.RollbackConfig",
"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."
}, },
"progressDeadlineSeconds": { "progressDeadlineSeconds": {
"type": "integer", "type": "integer",
...@@ -5854,6 +5854,7 @@ ...@@ -5854,6 +5854,7 @@
}, },
"v1beta1.RollbackConfig": { "v1beta1.RollbackConfig": {
"id": "v1beta1.RollbackConfig", "id": "v1beta1.RollbackConfig",
"description": "DEPRECATED.",
"properties": { "properties": {
"revision": { "revision": {
"type": "integer", "type": "integer",
...@@ -5946,7 +5947,7 @@ ...@@ -5946,7 +5947,7 @@
}, },
"v1beta1.DeploymentRollback": { "v1beta1.DeploymentRollback": {
"id": "v1beta1.DeploymentRollback", "id": "v1beta1.DeploymentRollback",
"description": "DeploymentRollback stores the information required to rollback a deployment.", "description": "DEPRECATED. DeploymentRollback stores the information required to rollback a deployment.",
"required": [ "required": [
"name", "name",
"rollbackTo" "rollbackTo"
......
...@@ -1896,67 +1896,6 @@ ...@@ -1896,67 +1896,6 @@
] ]
}, },
{ {
"path": "/apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/rollback",
"description": "API at /apis/apps/v1beta2",
"operations": [
{
"type": "v1beta2.DeploymentRollback",
"method": "POST",
"summary": "create rollback of a Deployment",
"nickname": "createNamespacedDeploymentRollback",
"parameters": [
{
"type": "string",
"paramType": "query",
"name": "pretty",
"description": "If 'true', then the output is pretty printed.",
"required": false,
"allowMultiple": false
},
{
"type": "v1beta2.DeploymentRollback",
"paramType": "body",
"name": "body",
"description": "",
"required": true,
"allowMultiple": false
},
{
"type": "string",
"paramType": "path",
"name": "namespace",
"description": "object name and auth scope, such as for teams and projects",
"required": true,
"allowMultiple": false
},
{
"type": "string",
"paramType": "path",
"name": "name",
"description": "name of the DeploymentRollback",
"required": true,
"allowMultiple": false
}
],
"responseMessages": [
{
"code": 200,
"message": "OK",
"responseModel": "v1beta2.DeploymentRollback"
}
],
"produces": [
"application/json",
"application/yaml",
"application/vnd.kubernetes.protobuf"
],
"consumes": [
"*/*"
]
}
]
},
{
"path": "/apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/scale", "path": "/apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/scale",
"description": "API at /apis/apps/v1beta2", "description": "API at /apis/apps/v1beta2",
"operations": [ "operations": [
...@@ -7282,10 +7221,6 @@ ...@@ -7282,10 +7221,6 @@
"type": "boolean", "type": "boolean",
"description": "Indicates that the deployment is paused." "description": "Indicates that the deployment is paused."
}, },
"rollbackTo": {
"$ref": "v1beta2.RollbackConfig",
"description": "The config this deployment is rolling back to. Will be cleared after rollback is done."
},
"progressDeadlineSeconds": { "progressDeadlineSeconds": {
"type": "integer", "type": "integer",
"format": "int32", "format": "int32",
...@@ -7321,17 +7256,6 @@ ...@@ -7321,17 +7256,6 @@
} }
} }
}, },
"v1beta2.RollbackConfig": {
"id": "v1beta2.RollbackConfig",
"description": "WIP: This is not ready to be used and we plan to make breaking changes to it.",
"properties": {
"revision": {
"type": "integer",
"format": "int64",
"description": "The revision to rollback to. If set to 0, rollback to the last revision."
}
}
},
"v1beta2.DeploymentStatus": { "v1beta2.DeploymentStatus": {
"id": "v1beta2.DeploymentStatus", "id": "v1beta2.DeploymentStatus",
"description": "WIP: This is not ready to be used and we plan to make breaking changes to it. DeploymentStatus is the most recently observed status of the Deployment.", "description": "WIP: This is not ready to be used and we plan to make breaking changes to it. DeploymentStatus is the most recently observed status of the Deployment.",
...@@ -7414,36 +7338,6 @@ ...@@ -7414,36 +7338,6 @@
} }
} }
}, },
"v1beta2.DeploymentRollback": {
"id": "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": {
"kind": {
"type": "string",
"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"
},
"apiVersion": {
"type": "string",
"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"
},
"name": {
"type": "string",
"description": "Required: This must match the Name of a deployment."
},
"updatedAnnotations": {
"type": "object",
"description": "The annotations to be updated to a deployment"
},
"rollbackTo": {
"$ref": "v1beta2.RollbackConfig",
"description": "The config of this deployment rollback."
}
}
},
"v1beta2.Scale": { "v1beta2.Scale": {
"id": "v1beta2.Scale", "id": "v1beta2.Scale",
"description": "WIP: This is not ready to be used and we plan to make breaking changes to it. Scale represents a scaling request for a resource.", "description": "WIP: This is not ready to be used and we plan to make breaking changes to it. Scale represents a scaling request for a resource.",
......
...@@ -8759,7 +8759,7 @@ ...@@ -8759,7 +8759,7 @@
}, },
"rollbackTo": { "rollbackTo": {
"$ref": "v1beta1.RollbackConfig", "$ref": "v1beta1.RollbackConfig",
"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."
}, },
"progressDeadlineSeconds": { "progressDeadlineSeconds": {
"type": "integer", "type": "integer",
...@@ -8798,6 +8798,7 @@ ...@@ -8798,6 +8798,7 @@
}, },
"v1beta1.RollbackConfig": { "v1beta1.RollbackConfig": {
"id": "v1beta1.RollbackConfig", "id": "v1beta1.RollbackConfig",
"description": "DEPRECATED.",
"properties": { "properties": {
"revision": { "revision": {
"type": "integer", "type": "integer",
...@@ -8890,7 +8891,7 @@ ...@@ -8890,7 +8891,7 @@
}, },
"v1beta1.DeploymentRollback": { "v1beta1.DeploymentRollback": {
"id": "v1beta1.DeploymentRollback", "id": "v1beta1.DeploymentRollback",
"description": "DeploymentRollback stores the information required to rollback a deployment.", "description": "DEPRECATED. DeploymentRollback stores the information required to rollback a deployment.",
"required": [ "required": [
"name", "name",
"rollbackTo" "rollbackTo"
......
...@@ -2463,6 +2463,9 @@ When an object is created, the system will populate this list with the current s ...@@ -2463,6 +2463,9 @@ When an object is created, the system will populate this list with the current s
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_v1beta1_rollbackconfig">v1beta1.RollbackConfig</h3> <h3 id="_v1beta1_rollbackconfig">v1beta1.RollbackConfig</h3>
<div class="paragraph">
<p>DEPRECATED.</p>
</div>
<table class="tableblock frame-all grid-all" style="width:100%; "> <table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup> <colgroup>
<col style="width:20%;"> <col style="width:20%;">
...@@ -3490,7 +3493,7 @@ The StatefulSet guarantees that a given network identity will always map to the ...@@ -3490,7 +3493,7 @@ The StatefulSet guarantees that a given network identity will always map to the
</tr> </tr>
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">rollbackTo</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">rollbackTo</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">The config this deployment is rolling back to. Will be cleared after rollback is done.</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done.</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_v1beta1_rollbackconfig">v1beta1.RollbackConfig</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_v1beta1_rollbackconfig">v1beta1.RollbackConfig</a></p></td>
<td class="tableblock halign-left valign-top"></td> <td class="tableblock halign-left valign-top"></td>
...@@ -4857,7 +4860,7 @@ Examples:<br> ...@@ -4857,7 +4860,7 @@ Examples:<br>
<div class="sect2"> <div class="sect2">
<h3 id="_v1beta1_deploymentrollback">v1beta1.DeploymentRollback</h3> <h3 id="_v1beta1_deploymentrollback">v1beta1.DeploymentRollback</h3>
<div class="paragraph"> <div class="paragraph">
<p>DeploymentRollback stores the information required to rollback a deployment.</p> <p>DEPRECATED. DeploymentRollback stores the information required to rollback a deployment.</p>
</div> </div>
<table class="tableblock frame-all grid-all" style="width:100%; "> <table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup> <colgroup>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -3002,6 +3002,9 @@ When an object is created, the system will populate this list with the current s ...@@ -3002,6 +3002,9 @@ When an object is created, the system will populate this list with the current s
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_v1beta1_rollbackconfig">v1beta1.RollbackConfig</h3> <h3 id="_v1beta1_rollbackconfig">v1beta1.RollbackConfig</h3>
<div class="paragraph">
<p>DEPRECATED.</p>
</div>
<table class="tableblock frame-all grid-all" style="width:100%; "> <table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup> <colgroup>
<col style="width:20%;"> <col style="width:20%;">
...@@ -4139,7 +4142,7 @@ When an object is created, the system will populate this list with the current s ...@@ -4139,7 +4142,7 @@ When an object is created, the system will populate this list with the current s
</tr> </tr>
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">rollbackTo</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">rollbackTo</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">The config this deployment is rolling back to. Will be cleared after rollback is done.</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done.</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_v1beta1_rollbackconfig">v1beta1.RollbackConfig</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_v1beta1_rollbackconfig">v1beta1.RollbackConfig</a></p></td>
<td class="tableblock halign-left valign-top"></td> <td class="tableblock halign-left valign-top"></td>
...@@ -5582,7 +5585,7 @@ Examples:<br> ...@@ -5582,7 +5585,7 @@ Examples:<br>
<div class="sect2"> <div class="sect2">
<h3 id="_v1beta1_deploymentrollback">v1beta1.DeploymentRollback</h3> <h3 id="_v1beta1_deploymentrollback">v1beta1.DeploymentRollback</h3>
<div class="paragraph"> <div class="paragraph">
<p>DeploymentRollback stores the information required to rollback a deployment.</p> <p>DEPRECATED. DeploymentRollback stores the information required to rollback a deployment.</p>
</div> </div>
<table class="tableblock frame-all grid-all" style="width:100%; "> <table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup> <colgroup>
......
...@@ -12418,7 +12418,7 @@ ...@@ -12418,7 +12418,7 @@
] ]
}, },
"io.k8s.api.extensions.v1beta1.DeploymentRollback": { "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": [ "required": [
"name", "name",
"rollbackTo" "rollbackTo"
...@@ -12487,7 +12487,7 @@ ...@@ -12487,7 +12487,7 @@
"format": "int32" "format": "int32"
}, },
"rollbackTo": { "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" "$ref": "#/definitions/io.k8s.api.extensions.v1beta1.RollbackConfig"
}, },
"selector": { "selector": {
...@@ -12901,6 +12901,7 @@ ...@@ -12901,6 +12901,7 @@
} }
}, },
"io.k8s.api.extensions.v1beta1.RollbackConfig": { "io.k8s.api.extensions.v1beta1.RollbackConfig": {
"description": "DEPRECATED.",
"properties": { "properties": {
"revision": { "revision": {
"description": "The revision to rollback to. If set to 0, rollback to the last revision.", "description": "The revision to rollback to. If set to 0, rollback to the last revision.",
......
...@@ -7118,7 +7118,7 @@ ...@@ -7118,7 +7118,7 @@
}, },
"rollbackTo": { "rollbackTo": {
"$ref": "v1beta1.RollbackConfig", "$ref": "v1beta1.RollbackConfig",
"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."
}, },
"progressDeadlineSeconds": { "progressDeadlineSeconds": {
"type": "integer", "type": "integer",
...@@ -7157,6 +7157,7 @@ ...@@ -7157,6 +7157,7 @@
}, },
"v1beta1.RollbackConfig": { "v1beta1.RollbackConfig": {
"id": "v1beta1.RollbackConfig", "id": "v1beta1.RollbackConfig",
"description": "DEPRECATED.",
"properties": { "properties": {
"revision": { "revision": {
"type": "integer", "type": "integer",
...@@ -7249,7 +7250,7 @@ ...@@ -7249,7 +7250,7 @@
}, },
"v1beta1.DeploymentRollback": { "v1beta1.DeploymentRollback": {
"id": "v1beta1.DeploymentRollback", "id": "v1beta1.DeploymentRollback",
"description": "DeploymentRollback stores the information required to rollback a deployment.", "description": "DEPRECATED. DeploymentRollback stores the information required to rollback a deployment.",
"required": [ "required": [
"name", "name",
"rollbackTo" "rollbackTo"
......
...@@ -2757,6 +2757,9 @@ When an object is created, the system will populate this list with the current s ...@@ -2757,6 +2757,9 @@ When an object is created, the system will populate this list with the current s
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_v1beta1_rollbackconfig">v1beta1.RollbackConfig</h3> <h3 id="_v1beta1_rollbackconfig">v1beta1.RollbackConfig</h3>
<div class="paragraph">
<p>DEPRECATED.</p>
</div>
<table class="tableblock frame-all grid-all" style="width:100%; "> <table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup> <colgroup>
<col style="width:20%;"> <col style="width:20%;">
...@@ -3853,7 +3856,7 @@ When an object is created, the system will populate this list with the current s ...@@ -3853,7 +3856,7 @@ When an object is created, the system will populate this list with the current s
</tr> </tr>
<tr> <tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">rollbackTo</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">rollbackTo</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">The config this deployment is rolling back to. Will be cleared after rollback is done.</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done.</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_v1beta1_rollbackconfig">v1beta1.RollbackConfig</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_v1beta1_rollbackconfig">v1beta1.RollbackConfig</a></p></td>
<td class="tableblock halign-left valign-top"></td> <td class="tableblock halign-left valign-top"></td>
...@@ -5144,7 +5147,7 @@ Examples:<br> ...@@ -5144,7 +5147,7 @@ Examples:<br>
<div class="sect2"> <div class="sect2">
<h3 id="_v1beta1_deploymentrollback">v1beta1.DeploymentRollback</h3> <h3 id="_v1beta1_deploymentrollback">v1beta1.DeploymentRollback</h3>
<div class="paragraph"> <div class="paragraph">
<p>DeploymentRollback stores the information required to rollback a deployment.</p> <p>DEPRECATED. DeploymentRollback stores the information required to rollback a deployment.</p>
</div> </div>
<table class="tableblock frame-all grid-all" style="width:100%; "> <table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup> <colgroup>
......
...@@ -57,8 +57,6 @@ func RegisterConversions(scheme *runtime.Scheme) error { ...@@ -57,8 +57,6 @@ func RegisterConversions(scheme *runtime.Scheme) error {
Convert_extensions_DeploymentCondition_To_v1beta2_DeploymentCondition, Convert_extensions_DeploymentCondition_To_v1beta2_DeploymentCondition,
Convert_v1beta2_DeploymentList_To_extensions_DeploymentList, Convert_v1beta2_DeploymentList_To_extensions_DeploymentList,
Convert_extensions_DeploymentList_To_v1beta2_DeploymentList, Convert_extensions_DeploymentList_To_v1beta2_DeploymentList,
Convert_v1beta2_DeploymentRollback_To_extensions_DeploymentRollback,
Convert_extensions_DeploymentRollback_To_v1beta2_DeploymentRollback,
Convert_v1beta2_DeploymentSpec_To_extensions_DeploymentSpec, Convert_v1beta2_DeploymentSpec_To_extensions_DeploymentSpec,
Convert_extensions_DeploymentSpec_To_v1beta2_DeploymentSpec, Convert_extensions_DeploymentSpec_To_v1beta2_DeploymentSpec,
Convert_v1beta2_DeploymentStatus_To_extensions_DeploymentStatus, Convert_v1beta2_DeploymentStatus_To_extensions_DeploymentStatus,
...@@ -75,8 +73,6 @@ func RegisterConversions(scheme *runtime.Scheme) error { ...@@ -75,8 +73,6 @@ func RegisterConversions(scheme *runtime.Scheme) error {
Convert_extensions_ReplicaSetSpec_To_v1beta2_ReplicaSetSpec, Convert_extensions_ReplicaSetSpec_To_v1beta2_ReplicaSetSpec,
Convert_v1beta2_ReplicaSetStatus_To_extensions_ReplicaSetStatus, Convert_v1beta2_ReplicaSetStatus_To_extensions_ReplicaSetStatus,
Convert_extensions_ReplicaSetStatus_To_v1beta2_ReplicaSetStatus, Convert_extensions_ReplicaSetStatus_To_v1beta2_ReplicaSetStatus,
Convert_v1beta2_RollbackConfig_To_extensions_RollbackConfig,
Convert_extensions_RollbackConfig_To_v1beta2_RollbackConfig,
Convert_v1beta2_RollingUpdateDaemonSet_To_extensions_RollingUpdateDaemonSet, Convert_v1beta2_RollingUpdateDaemonSet_To_extensions_RollingUpdateDaemonSet,
Convert_extensions_RollingUpdateDaemonSet_To_v1beta2_RollingUpdateDaemonSet, Convert_extensions_RollingUpdateDaemonSet_To_v1beta2_RollingUpdateDaemonSet,
Convert_v1beta2_RollingUpdateDeployment_To_extensions_RollingUpdateDeployment, Convert_v1beta2_RollingUpdateDeployment_To_extensions_RollingUpdateDeployment,
...@@ -299,11 +295,6 @@ func autoConvert_v1beta2_Deployment_To_extensions_Deployment(in *v1beta2.Deploym ...@@ -299,11 +295,6 @@ func autoConvert_v1beta2_Deployment_To_extensions_Deployment(in *v1beta2.Deploym
return nil return nil
} }
// Convert_v1beta2_Deployment_To_extensions_Deployment is an autogenerated conversion function.
func Convert_v1beta2_Deployment_To_extensions_Deployment(in *v1beta2.Deployment, out *extensions.Deployment, s conversion.Scope) error {
return autoConvert_v1beta2_Deployment_To_extensions_Deployment(in, out, s)
}
func autoConvert_extensions_Deployment_To_v1beta2_Deployment(in *extensions.Deployment, out *v1beta2.Deployment, s conversion.Scope) error { func autoConvert_extensions_Deployment_To_v1beta2_Deployment(in *extensions.Deployment, out *v1beta2.Deployment, s conversion.Scope) error {
out.ObjectMeta = in.ObjectMeta out.ObjectMeta = in.ObjectMeta
if err := Convert_extensions_DeploymentSpec_To_v1beta2_DeploymentSpec(&in.Spec, &out.Spec, s); err != nil { if err := Convert_extensions_DeploymentSpec_To_v1beta2_DeploymentSpec(&in.Spec, &out.Spec, s); err != nil {
...@@ -315,11 +306,6 @@ func autoConvert_extensions_Deployment_To_v1beta2_Deployment(in *extensions.Depl ...@@ -315,11 +306,6 @@ func autoConvert_extensions_Deployment_To_v1beta2_Deployment(in *extensions.Depl
return nil return nil
} }
// Convert_extensions_Deployment_To_v1beta2_Deployment is an autogenerated conversion function.
func Convert_extensions_Deployment_To_v1beta2_Deployment(in *extensions.Deployment, out *v1beta2.Deployment, s conversion.Scope) error {
return autoConvert_extensions_Deployment_To_v1beta2_Deployment(in, out, s)
}
func autoConvert_v1beta2_DeploymentCondition_To_extensions_DeploymentCondition(in *v1beta2.DeploymentCondition, out *extensions.DeploymentCondition, s conversion.Scope) error { func autoConvert_v1beta2_DeploymentCondition_To_extensions_DeploymentCondition(in *v1beta2.DeploymentCondition, out *extensions.DeploymentCondition, s conversion.Scope) error {
out.Type = extensions.DeploymentConditionType(in.Type) out.Type = extensions.DeploymentConditionType(in.Type)
out.Status = api.ConditionStatus(in.Status) out.Status = api.ConditionStatus(in.Status)
...@@ -392,34 +378,6 @@ func Convert_extensions_DeploymentList_To_v1beta2_DeploymentList(in *extensions. ...@@ -392,34 +378,6 @@ func Convert_extensions_DeploymentList_To_v1beta2_DeploymentList(in *extensions.
return autoConvert_extensions_DeploymentList_To_v1beta2_DeploymentList(in, out, s) return autoConvert_extensions_DeploymentList_To_v1beta2_DeploymentList(in, out, s)
} }
func autoConvert_v1beta2_DeploymentRollback_To_extensions_DeploymentRollback(in *v1beta2.DeploymentRollback, out *extensions.DeploymentRollback, s conversion.Scope) error {
out.Name = in.Name
out.UpdatedAnnotations = *(*map[string]string)(unsafe.Pointer(&in.UpdatedAnnotations))
if err := Convert_v1beta2_RollbackConfig_To_extensions_RollbackConfig(&in.RollbackTo, &out.RollbackTo, s); err != nil {
return err
}
return nil
}
// Convert_v1beta2_DeploymentRollback_To_extensions_DeploymentRollback is an autogenerated conversion function.
func Convert_v1beta2_DeploymentRollback_To_extensions_DeploymentRollback(in *v1beta2.DeploymentRollback, out *extensions.DeploymentRollback, s conversion.Scope) error {
return autoConvert_v1beta2_DeploymentRollback_To_extensions_DeploymentRollback(in, out, s)
}
func autoConvert_extensions_DeploymentRollback_To_v1beta2_DeploymentRollback(in *extensions.DeploymentRollback, out *v1beta2.DeploymentRollback, s conversion.Scope) error {
out.Name = in.Name
out.UpdatedAnnotations = *(*map[string]string)(unsafe.Pointer(&in.UpdatedAnnotations))
if err := Convert_extensions_RollbackConfig_To_v1beta2_RollbackConfig(&in.RollbackTo, &out.RollbackTo, s); err != nil {
return err
}
return nil
}
// Convert_extensions_DeploymentRollback_To_v1beta2_DeploymentRollback is an autogenerated conversion function.
func Convert_extensions_DeploymentRollback_To_v1beta2_DeploymentRollback(in *extensions.DeploymentRollback, out *v1beta2.DeploymentRollback, s conversion.Scope) error {
return autoConvert_extensions_DeploymentRollback_To_v1beta2_DeploymentRollback(in, out, s)
}
func autoConvert_v1beta2_DeploymentSpec_To_extensions_DeploymentSpec(in *v1beta2.DeploymentSpec, out *extensions.DeploymentSpec, s conversion.Scope) error { func autoConvert_v1beta2_DeploymentSpec_To_extensions_DeploymentSpec(in *v1beta2.DeploymentSpec, out *extensions.DeploymentSpec, s conversion.Scope) error {
if err := v1.Convert_Pointer_int32_To_int32(&in.Replicas, &out.Replicas, s); err != nil { if err := v1.Convert_Pointer_int32_To_int32(&in.Replicas, &out.Replicas, s); err != nil {
return err return err
...@@ -434,7 +392,6 @@ func autoConvert_v1beta2_DeploymentSpec_To_extensions_DeploymentSpec(in *v1beta2 ...@@ -434,7 +392,6 @@ func autoConvert_v1beta2_DeploymentSpec_To_extensions_DeploymentSpec(in *v1beta2
out.MinReadySeconds = in.MinReadySeconds out.MinReadySeconds = in.MinReadySeconds
out.RevisionHistoryLimit = (*int32)(unsafe.Pointer(in.RevisionHistoryLimit)) out.RevisionHistoryLimit = (*int32)(unsafe.Pointer(in.RevisionHistoryLimit))
out.Paused = in.Paused out.Paused = in.Paused
out.RollbackTo = (*extensions.RollbackConfig)(unsafe.Pointer(in.RollbackTo))
out.ProgressDeadlineSeconds = (*int32)(unsafe.Pointer(in.ProgressDeadlineSeconds)) out.ProgressDeadlineSeconds = (*int32)(unsafe.Pointer(in.ProgressDeadlineSeconds))
return nil return nil
} }
...@@ -453,7 +410,7 @@ func autoConvert_extensions_DeploymentSpec_To_v1beta2_DeploymentSpec(in *extensi ...@@ -453,7 +410,7 @@ func autoConvert_extensions_DeploymentSpec_To_v1beta2_DeploymentSpec(in *extensi
out.MinReadySeconds = in.MinReadySeconds out.MinReadySeconds = in.MinReadySeconds
out.RevisionHistoryLimit = (*int32)(unsafe.Pointer(in.RevisionHistoryLimit)) out.RevisionHistoryLimit = (*int32)(unsafe.Pointer(in.RevisionHistoryLimit))
out.Paused = in.Paused out.Paused = in.Paused
out.RollbackTo = (*v1beta2.RollbackConfig)(unsafe.Pointer(in.RollbackTo)) // WARNING: in.RollbackTo requires manual conversion: does not exist in peer-type
out.ProgressDeadlineSeconds = (*int32)(unsafe.Pointer(in.ProgressDeadlineSeconds)) out.ProgressDeadlineSeconds = (*int32)(unsafe.Pointer(in.ProgressDeadlineSeconds))
return nil return nil
} }
...@@ -676,26 +633,6 @@ func Convert_extensions_ReplicaSetStatus_To_v1beta2_ReplicaSetStatus(in *extensi ...@@ -676,26 +633,6 @@ func Convert_extensions_ReplicaSetStatus_To_v1beta2_ReplicaSetStatus(in *extensi
return autoConvert_extensions_ReplicaSetStatus_To_v1beta2_ReplicaSetStatus(in, out, s) return autoConvert_extensions_ReplicaSetStatus_To_v1beta2_ReplicaSetStatus(in, out, s)
} }
func autoConvert_v1beta2_RollbackConfig_To_extensions_RollbackConfig(in *v1beta2.RollbackConfig, out *extensions.RollbackConfig, s conversion.Scope) error {
out.Revision = in.Revision
return nil
}
// Convert_v1beta2_RollbackConfig_To_extensions_RollbackConfig is an autogenerated conversion function.
func Convert_v1beta2_RollbackConfig_To_extensions_RollbackConfig(in *v1beta2.RollbackConfig, out *extensions.RollbackConfig, s conversion.Scope) error {
return autoConvert_v1beta2_RollbackConfig_To_extensions_RollbackConfig(in, out, s)
}
func autoConvert_extensions_RollbackConfig_To_v1beta2_RollbackConfig(in *extensions.RollbackConfig, out *v1beta2.RollbackConfig, s conversion.Scope) error {
out.Revision = in.Revision
return nil
}
// Convert_extensions_RollbackConfig_To_v1beta2_RollbackConfig is an autogenerated conversion function.
func Convert_extensions_RollbackConfig_To_v1beta2_RollbackConfig(in *extensions.RollbackConfig, out *v1beta2.RollbackConfig, s conversion.Scope) error {
return autoConvert_extensions_RollbackConfig_To_v1beta2_RollbackConfig(in, out, s)
}
func autoConvert_v1beta2_RollingUpdateDaemonSet_To_extensions_RollingUpdateDaemonSet(in *v1beta2.RollingUpdateDaemonSet, out *extensions.RollingUpdateDaemonSet, s conversion.Scope) error { func autoConvert_v1beta2_RollingUpdateDaemonSet_To_extensions_RollingUpdateDaemonSet(in *v1beta2.RollingUpdateDaemonSet, out *extensions.RollingUpdateDaemonSet, s conversion.Scope) error {
// WARNING: in.MaxUnavailable requires manual conversion: inconvertible types (*k8s.io/apimachinery/pkg/util/intstr.IntOrString vs k8s.io/apimachinery/pkg/util/intstr.IntOrString) // WARNING: in.MaxUnavailable requires manual conversion: inconvertible types (*k8s.io/apimachinery/pkg/util/intstr.IntOrString vs k8s.io/apimachinery/pkg/util/intstr.IntOrString)
return nil return nil
......
...@@ -109,6 +109,7 @@ message DeploymentList { ...@@ -109,6 +109,7 @@ message DeploymentList {
repeated Deployment items = 2; repeated Deployment items = 2;
} }
// DEPRECATED.
// DeploymentRollback stores the information required to rollback a deployment. // DeploymentRollback stores the information required to rollback a deployment.
message DeploymentRollback { message DeploymentRollback {
// Required: This must match the Name of a deployment. // Required: This must match the Name of a deployment.
...@@ -157,6 +158,7 @@ message DeploymentSpec { ...@@ -157,6 +158,7 @@ message DeploymentSpec {
// +optional // +optional
optional bool paused = 7; optional bool paused = 7;
// DEPRECATED.
// The config this deployment is rolling back to. Will be cleared after rollback is done. // The config this deployment is rolling back to. Will be cleared after rollback is done.
// +optional // +optional
optional RollbackConfig rollbackTo = 8; optional RollbackConfig rollbackTo = 8;
...@@ -224,6 +226,7 @@ message DeploymentStrategy { ...@@ -224,6 +226,7 @@ message DeploymentStrategy {
optional RollingUpdateDeployment rollingUpdate = 2; optional RollingUpdateDeployment rollingUpdate = 2;
} }
// DEPRECATED.
message RollbackConfig { message RollbackConfig {
// The revision to rollback to. If set to 0, rollback to the last revision. // The revision to rollback to. If set to 0, rollback to the last revision.
// +optional // +optional
......
...@@ -84,7 +84,7 @@ func (DeploymentList) SwaggerDoc() map[string]string { ...@@ -84,7 +84,7 @@ func (DeploymentList) SwaggerDoc() map[string]string {
} }
var map_DeploymentRollback = map[string]string{ var map_DeploymentRollback = map[string]string{
"": "DeploymentRollback stores the information required to rollback a deployment.", "": "DEPRECATED. DeploymentRollback stores the information required to rollback a deployment.",
"name": "Required: This must match the Name of a deployment.", "name": "Required: This must match the Name of a deployment.",
"updatedAnnotations": "The annotations to be updated to a deployment", "updatedAnnotations": "The annotations to be updated to a deployment",
"rollbackTo": "The config of this deployment rollback.", "rollbackTo": "The config of this deployment rollback.",
...@@ -103,7 +103,7 @@ var map_DeploymentSpec = map[string]string{ ...@@ -103,7 +103,7 @@ var map_DeploymentSpec = map[string]string{
"minReadySeconds": "Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)", "minReadySeconds": "Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)",
"revisionHistoryLimit": "The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 2.", "revisionHistoryLimit": "The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 2.",
"paused": "Indicates that the deployment is paused.", "paused": "Indicates that the deployment is paused.",
"rollbackTo": "The config this deployment is rolling back to. Will be cleared after rollback is done.", "rollbackTo": "DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done.",
"progressDeadlineSeconds": "The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Once autoRollback is implemented, the deployment controller will automatically rollback failed deployments. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.", "progressDeadlineSeconds": "The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Once autoRollback is implemented, the deployment controller will automatically rollback failed deployments. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.",
} }
...@@ -138,6 +138,7 @@ func (DeploymentStrategy) SwaggerDoc() map[string]string { ...@@ -138,6 +138,7 @@ func (DeploymentStrategy) SwaggerDoc() map[string]string {
} }
var map_RollbackConfig = map[string]string{ var map_RollbackConfig = map[string]string{
"": "DEPRECATED.",
"revision": "The revision to rollback to. If set to 0, rollback to the last revision.", "revision": "The revision to rollback to. If set to 0, rollback to the last revision.",
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -245,6 +245,7 @@ message DeploymentList { ...@@ -245,6 +245,7 @@ message DeploymentList {
repeated Deployment items = 2; repeated Deployment items = 2;
} }
// DEPRECATED.
// DeploymentRollback stores the information required to rollback a deployment. // DeploymentRollback stores the information required to rollback a deployment.
message DeploymentRollback { message DeploymentRollback {
// Required: This must match the Name of a deployment. // Required: This must match the Name of a deployment.
...@@ -293,6 +294,7 @@ message DeploymentSpec { ...@@ -293,6 +294,7 @@ message DeploymentSpec {
// +optional // +optional
optional bool paused = 7; optional bool paused = 7;
// DEPRECATED.
// The config this deployment is rolling back to. Will be cleared after rollback is done. // The config this deployment is rolling back to. Will be cleared after rollback is done.
// +optional // +optional
optional RollbackConfig rollbackTo = 8; optional RollbackConfig rollbackTo = 8;
...@@ -852,6 +854,7 @@ message ReplicaSetStatus { ...@@ -852,6 +854,7 @@ message ReplicaSetStatus {
message ReplicationControllerDummy { message ReplicationControllerDummy {
} }
// DEPRECATED.
message RollbackConfig { message RollbackConfig {
// The revision to rollback to. If set to 0, rollback to the last revision. // The revision to rollback to. If set to 0, rollback to the last revision.
// +optional // +optional
......
...@@ -152,7 +152,7 @@ func (DeploymentList) SwaggerDoc() map[string]string { ...@@ -152,7 +152,7 @@ func (DeploymentList) SwaggerDoc() map[string]string {
} }
var map_DeploymentRollback = map[string]string{ var map_DeploymentRollback = map[string]string{
"": "DeploymentRollback stores the information required to rollback a deployment.", "": "DEPRECATED. DeploymentRollback stores the information required to rollback a deployment.",
"name": "Required: This must match the Name of a deployment.", "name": "Required: This must match the Name of a deployment.",
"updatedAnnotations": "The annotations to be updated to a deployment", "updatedAnnotations": "The annotations to be updated to a deployment",
"rollbackTo": "The config of this deployment rollback.", "rollbackTo": "The config of this deployment rollback.",
...@@ -171,7 +171,7 @@ var map_DeploymentSpec = map[string]string{ ...@@ -171,7 +171,7 @@ var map_DeploymentSpec = map[string]string{
"minReadySeconds": "Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)", "minReadySeconds": "Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)",
"revisionHistoryLimit": "The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified.", "revisionHistoryLimit": "The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified.",
"paused": "Indicates that the deployment is paused and will not be processed by the deployment controller.", "paused": "Indicates that the deployment is paused and will not be processed by the deployment controller.",
"rollbackTo": "The config this deployment is rolling back to. Will be cleared after rollback is done.", "rollbackTo": "DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done.",
"progressDeadlineSeconds": "The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Once autoRollback is implemented, the deployment controller will automatically rollback failed deployments. Note that progress will not be estimated during the time a deployment is paused. This is not set by default.", "progressDeadlineSeconds": "The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Once autoRollback is implemented, the deployment controller will automatically rollback failed deployments. Note that progress will not be estimated during the time a deployment is paused. This is not set by default.",
} }
...@@ -502,6 +502,7 @@ func (ReplicationControllerDummy) SwaggerDoc() map[string]string { ...@@ -502,6 +502,7 @@ func (ReplicationControllerDummy) SwaggerDoc() map[string]string {
} }
var map_RollbackConfig = map[string]string{ var map_RollbackConfig = map[string]string{
"": "DEPRECATED.",
"revision": "The revision to rollback to. If set to 0, rollback to the last revision.", "revision": "The revision to rollback to. If set to 0, rollback to the last revision.",
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment