Documentation ¶
Index ¶
Constants ¶
View Source
const (
UpstreamOptionsFile = "upstream.yaml"
)
Variables ¶
This section is empty.
Functions ¶
func Write ¶
func Write(upstreamYamlPath string, upstreamYaml *UpstreamYaml) error
Types ¶
type UpstreamYaml ¶
type UpstreamYaml struct { ArtifactHubPackage string `json:"ArtifactHubPackage,omitempty"` ArtifactHubRepo string `json:"ArtifactHubRepo,omitempty"` AutoInstall string `json:"AutoInstall,omitempty"` ChartMetadata chart.Metadata `json:"ChartMetadata,omitempty"` Deprecated bool `json:"Deprecated,omitempty"` DisplayName string `json:"DisplayName,omitempty"` Experimental bool `json:"Experimental,omitempty"` Fetch string `json:"Fetch,omitempty"` GitBranch string `json:"GitBranch,omitempty"` GitHubRelease bool `json:"GitHubRelease,omitempty"` GitRepo string `json:"GitRepo,omitempty"` GitSubdirectory string `json:"GitSubdirectory,omitempty"` HelmChart string `json:"HelmChart,omitempty"` HelmRepo string `json:"HelmRepo,omitempty"` Hidden bool `json:"Hidden,omitempty"` Namespace string `json:"Namespace,omitempty"` PackageVersion int `json:"PackageVersion,omitempty"` ReleaseName string `json:"ReleaseName,omitempty"` Vendor string `json:"Vendor,omitempty"` }
func Parse ¶
func Parse(upstreamYamlPath string) (*UpstreamYaml, error)
Click to show internal directories.
Click to hide internal directories.