Documentation
¶
Index ¶
- func GetChartRawFiles(chObj *chart.Chart) []*chart.File
- type Chart
- type ChartList
- type SChartManager
- func (man *SChartManager) GetDetails(repoName, chartName, version string) (*api.ChartDetail, error)
- func (man *SChartManager) List(ctx context.Context, userCred mcclient.TokenCredential, ...) (common.ListResource, error)
- func (man *SChartManager) Show(repoName, chartName, version string) (interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Chart ¶
type Chart struct {
*api.ChartResult
}
type ChartList ¶
type ChartList struct { *dataselect.ListMeta Charts []Chart Repo *models.SRepo }
func (*ChartList) GetResponseData ¶
func (l *ChartList) GetResponseData() interface{}
type SChartManager ¶
type SChartManager struct {
*resources.SResourceBaseManager
}
var ChartManager *SChartManager
func (*SChartManager) GetDetails ¶
func (man *SChartManager) GetDetails(repoName, chartName, version string) (*api.ChartDetail, error)
func (*SChartManager) List ¶
func (man *SChartManager) List(ctx context.Context, userCred mcclient.TokenCredential, query *api.ChartListInput, dsQuery *dataselect.DataSelectQuery) (common.ListResource, error)
func (*SChartManager) Show ¶
func (man *SChartManager) Show(repoName, chartName, version string) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.