Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthController ¶
type HealthController struct{}
func NewHealthController ¶
func NewHealthController() *HealthController
func (*HealthController) GetLiveness ¶ added in v0.1.2
func (c *HealthController) GetLiveness(w http.ResponseWriter, r *http.Request)
func (*HealthController) GetReadiness ¶ added in v0.1.2
func (c *HealthController) GetReadiness(w http.ResponseWriter, r *http.Request)
type MetricsController ¶
type MetricsController struct {
// contains filtered or unexported fields
}
func NewMetricsController ¶
func NewMetricsController( gitHubClient *github.Client, gitHubAppID int64, gitHubAppInstallationID int64, ) *MetricsController
type ProfilerController ¶
type ProfilerController struct{}
func NewProfilerController ¶
func NewProfilerController() *ProfilerController
type SwaggerController ¶
type SwaggerController struct {
}
func NewSwaggerController ¶
func NewSwaggerController() *SwaggerController
type V1Controller ¶
type V1Controller struct {
// contains filtered or unexported fields
}
func NewV1Controller ¶
func NewV1Controller( clock Clock, helmChartProvider *helm.ChartProvider, helmChartRenderer *helm.ChartRenderer, kustomizationProvider *kustomize.KustomizationProvider, kustomizationRenderer *kustomize.KustomizationRenderer, ) *V1Controller
Click to show internal directories.
Click to hide internal directories.