pkg/client: add history method to ActionClient by joelanford · Pull Request #397 · operator-framework/helm-operator-plugins
In order to give users of this library more information about the state of a release, we are adding the `History` method to the `ActionClient` interface. Without this, the only information is available via the `ActionClient` about a release is the latest revision (via the `Get` method). However this proves insufficient if callers need to know details of release history, for example if an upgrade failed and callers want to know about the most recently deployed release. Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters