Documentation
¶
Index ¶
- Constants
- func GetAllCharts(params operations.GetAllChartsParams, c data.Charts) middleware.Responder
- func GetChart(params operations.GetChartParams, c data.Charts) middleware.Responder
- func GetChartVersion(params operations.GetChartVersionParams, c data.Charts) middleware.Responder
- func GetChartVersions(params operations.GetChartVersionsParams, c data.Charts) middleware.Responder
- func GetChartsInRepo(params operations.GetChartsInRepoParams, c data.Charts) middleware.Responder
- func GetRepos(params operations.GetAllReposParams) middleware.Responder
- func Healthz(params operations.HealthzParams) middleware.Responder
- func SearchCharts(params operations.SearchChartsParams, c data.Charts) middleware.Responder
Constants ¶
View Source
const ( // ChartResourceName is the resource type string for a chart ChartResourceName = "chart" // ChartVersionResourceName is the resource type string for a chart version ChartVersionResourceName = "chartVersion" )
Variables ¶
This section is empty.
Functions ¶
func GetAllCharts ¶
func GetAllCharts(params operations.GetAllChartsParams, c data.Charts) middleware.Responder
GetAllCharts is the handler for the /charts endpoint
func GetChart ¶
func GetChart(params operations.GetChartParams, c data.Charts) middleware.Responder
GetChart is the handler for the /charts/{repo}/{name} endpoint
func GetChartVersion ¶
func GetChartVersion(params operations.GetChartVersionParams, c data.Charts) middleware.Responder
GetChartVersion is the handler for the /charts/{repo}/{name}/versions/{version} endpoint
func GetChartVersions ¶
func GetChartVersions(params operations.GetChartVersionsParams, c data.Charts) middleware.Responder
GetChartVersions is the handler for the /charts/{repo}/{name}/versions endpoint
func GetChartsInRepo ¶
func GetChartsInRepo(params operations.GetChartsInRepoParams, c data.Charts) middleware.Responder
GetChartsInRepo is the handler for the /charts/{repo} endpoint
func GetRepos ¶
func GetRepos(params operations.GetAllReposParams) middleware.Responder
GetRepos returns all the enabled repositories
func Healthz ¶
func Healthz(params operations.HealthzParams) middleware.Responder
Healthz is the handler for the /healthz endpoint
func SearchCharts ¶
func SearchCharts(params operations.SearchChartsParams, c data.Charts) middleware.Responder
SearchCharts is the handler for the /charts/search endpoint
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.