helm

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2022 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChartWithRelease

type ChartWithRelease struct {
	Metadata *chart.Metadata        `json:"metadata"`
	Files    []*chart.File          `json:"files"`
	Values   map[string]interface{} `json:"values"`
	Defaults map[string]interface{} `json:"defaults"`
	Release  ReleaseOption          `json:"release"`
}

type ReleaseOption

type ReleaseOption struct {
	Name      string `json:"name,omitempty"`
	Namespace string `json:"namespace,omitempty"`
}

Jump to

Keyboard shortcuts

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