-
Notifications
You must be signed in to change notification settings - Fork 39
DeleteGraceful method for deployment added #988
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a couple of minor comments
ea6b5b2
to
1163cfd
Compare
1163cfd
to
d03bb46
Compare
pkg/deployment/deployment.go
Outdated
return fmt.Errorf("gracePeriod must be non-negative integer") | ||
} | ||
|
||
glog.V(100).Infof("Requested DeleteGracePeriod %v seconds", gracePeriod) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you please remove this log now that the other one has been updated?
d03bb46
to
9c2d1eb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
No description provided.