package
Version:
v0.7.3-alpha
Opens a new window with list of versions in this module.
Published: Sep 26, 2021
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ChartExporter struct {
HelmRepo HelmRepo `yaml:"helm-repo"`
}
type ChartItem struct {
Name string `json:"name"`
TotalVersions int `json:"total_versions"`
LatestVersion string `json:"latest_version"`
Created time.Time `json:"created"`
Updated time.Time `json:"updated"`
Icon string `json:"icon"`
Home string `json:"home"`
Deprecated bool `json:"deprecated"`
}
type HelmRepo struct {
Endpoint string `yaml:"endpoint"`
Username string `yaml:"username"`
Password string `yaml:"password"`
PreserveDir string `yaml:"preserveDir"`
Package bool `yaml:"package"`
RepoName string `yaml:"repo-name"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.