Merge pull request #9139 from dlipovetsky/action-comments

Signed-off-by: Matt Farina <matt@mattfarina.com>
pull/9026/merge
Matt Farina 4 years ago committed by GitHub
commit 960b3b53c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,6 +26,9 @@ import (
// History is the action for checking the release's ledger.
//
// It provides the implementation of 'helm history'.
// It returns all the revisions for a specific release.
// To list up to one revision of every release in one specific, or in all,
// namespaces, see the List action.
type History struct {
cfg *Configuration

@ -98,6 +98,9 @@ const (
// List is the action for listing releases.
//
// It provides, for example, the implementation of 'helm list'.
// It returns no more than one revision of every release in one specific, or in
// all, namespaces.
// To list all the revisions of a specific release, see the History action.
type List struct {
cfg *Configuration

Loading…
Cancel
Save