
The highest tagged major version is
v5.
package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Apr 6, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Helm represents all current releases that we can find in the cluster
NewHelm returns a basic helm struct with the version of helm requested
FindVersions is the primary method in the package. It ties together all the functionality
type Release struct {
Name string `json:"metadata.name" yaml:"metadata.name"`
Manifest string `json:"manifest,omitempty"`
}
Release is a single version of a chart release
Source Files
¶
Click to show internal directories.
Click to hide internal directories.