Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Helm ¶
type Helm struct { Releases []Release `json:"releases" yaml:"releases"` ArtifactHub *repositories.ArtifactHub }
type Release ¶
type Release struct { Namespace string `json:"namespace" yaml:"namespace"` ReleaseName string `json:"releaseName" yaml:"releaseName"` ChartName string `json:"chartName" yaml:"chartName"` ChartVersion string `json:"chartVersion" yaml:"chartVersion"` LatestChartVersion string `json:"latestChartVersion" yaml:"latestChartVersion"` Repository string `json:"repository" yaml:"repository"` ChartRevision int `json:"chartRevision" yaml:"chartRevision"` ChartStatus string `json:"chartStatus" yaml:"chartStatus"` DeprecatedResources []*kube.Resource `json:"deprecatedResources,omitempty" yaml:"deprecatedResources,omitempty"` DeprecatedObjects string `json:"deprecatedObjects,omitempty" yaml:"deprecatedObjects,omitempty"` }
Click to show internal directories.
Click to hide internal directories.