Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.28 KB

DeploymentRollback.md

File metadata and controls

54 lines (35 loc) · 1.28 KB

DeploymentRollback

write

apis.apps.v1beta1.namespaces(namespace).deployments(name).rollback.post

create rollback of a Deployment

Path

Parameter Description
name name of the DeploymentRollback
namespace object name and auth scope, such as for teams and projects

Query

Parameter Description
qs Querystring object
qs.pretty If 'true', then the output is pretty printed.

Body

Parameter Description
body #/definitions/io.k8s.api.apps.v1beta1.DeploymentRollback

apis.extensions.v1beta1.namespaces(namespace).deployments(name).rollback.post

create rollback of a Deployment

Path

Parameter Description
name name of the DeploymentRollback
namespace object name and auth scope, such as for teams and projects

Query

Parameter Description
qs Querystring object
qs.pretty If 'true', then the output is pretty printed.

Body

Parameter Description
body #/definitions/io.k8s.api.extensions.v1beta1.DeploymentRollback