helm

package
v0.0.0-...-8a22b0b Latest Latest
Warning

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

Go to latest
Published: May 29, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HelmApplication

type HelmApplication struct {
	Name      string `json:"name"`
	Namespace string `json:"namespace"`
	Version   int32  `json:"version"`

	FirstDeployedAt time.Time `json:"firstDeployedAt"`
	LastDeployedAt  time.Time `json:"lastDeployedAt"`
	IsDeleted       bool      `json:"isDeleted"`

	ChartVersion string   `json:"chartVersion"`
	AppVersion   string   `json:"appVersion"`
	Sources      []string `json:"sources"`

	Values map[string]interface{} `json:"values"`
}

Jump to

Keyboard shortcuts

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