helmrelease

package module
v0.0.0-...-1449df2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 16, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HelmRelease

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

func New

func New(r io.Reader) (helmRelease *HelmRelease, err error)

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL