Discover Packages
github.com/300481/kitops/pkg/helmrelease
package
module
Version:
v0.0.0-...-1449df2
Opens a new window with list of versions in this module.
Published: Sep 16, 2020
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type HelmRelease struct {
Kind string
Metadata struct {
Namespace string
}
Spec struct {
ReleaseName string
HelmVersion string
TargetNamespace string
}
}
HelmRelease holds the neccessary information for helm to get
the cluster resources of the Helm Release
New parses a YAML of a Kubernetes Resource description
returns an initialized HelmRelease or nil if no Helm Release found in the reader
returns an error, if the Reader contains no valid yaml
Source Files
¶
Click to show internal directories.
Click to hide internal directories.