Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Add rollout undo feature support #83

Merged
merged 1 commit into from
Mar 6, 2017

Conversation

Chris-Dee
Copy link

@Chris-Dee Chris-Dee commented Oct 15, 2016

Adds support for the rollout undo command (reverts a previous Deployment update), with identical behavior to
kubectl rollout undo deployment xxx
URL syntax is similar to pod logging, so based this off of the logging implementation.

Usage is pykube.Deployment(kubeapi, obj).rollout_undo(target_revision)

@brosner brosner added this to the 0.15.0 milestone Dec 21, 2016
@brosner brosner merged commit 856a342 into kelproject:master Mar 6, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants