Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Helm ¶
Helm represents all current releases that we can find in the cluster
func (*Helm) GetClusterObjects ¶
func (h *Helm) GetClusterObjects(group string, version string, resource string, namespace string) ([]unstructured.Unstructured, error)
GetClusterObjects returns a list of unstructured.Unstructured objects
func (*Helm) GetNamespaces ¶
func (h *Helm) GetNamespaces() *v1.NamespaceList
GetNamespaces retrieves a list of namespaces for a cluster
func (*Helm) GetReleasesVersionThree ¶
GetReleasesVersionThree retrieves helm 3 releases from Secrets
Click to show internal directories.
Click to hide internal directories.