Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LocalImageList ¶
func LocalImageList()
Types ¶
type ChartExecutor ¶
type ChartExecutor struct {
Config ChartRepoConfig
Logger *logrus.Logger
}
func (ChartExecutor) ChartList ¶
func (executor ChartExecutor) ChartList() ([]ChartItem, error)
ChartList 获取chart列表
type ChartRepoConfig ¶
type ChartRepoConfig struct {
HelmRepo HelmRepo `yaml:"helm-repo"`
}
ChartRepoConfig chart仓库实体
func ParseHelmRepoConfig ¶
func ParseHelmRepoConfig(b []byte, logger *logrus.Logger) (ChartRepoConfig, error)
Click to show internal directories.
Click to hide internal directories.