how to rollback #1105
Replies: 3 comments 3 replies
-
Rollback is moderately complicated collection of API calls, there's no one call that directly maps to 'rollback' You can see the Go code here: It's a little thorny to follow, but the daemonset version is here: You should be able to emulate this by performing a patch just like the go client does: But you will need to extract the history from the DaemonSet (you'll need to If you do get this code together, we'd be happy to take a PR to support this. |
Beta Was this translation helpful? Give feedback.
-
thank you for support |
Beta Was this translation helpful? Give feedback.
-
project https://github.com/orgs/kubernetes-client/projects/1 |
Beta Was this translation helpful? Give feedback.
-
how to do rollback-daemon-set by sdk
Beta Was this translation helpful? Give feedback.
All reactions