Documentation ¶
Index ¶
- Constants
- func StartIHPAController(ctx context.Context, controlCtx *katalyst.GenericContext, ...) (bool, error)
- func StartKCCController(ctx context.Context, controlCtx *katalystbase.GenericContext, ...) (bool, error)
- func StartLifeCycleController(ctx context.Context, controlCtx *katalystbase.GenericContext, ...) (bool, error)
- func StartMonitorController(ctx context.Context, controlCtx *katalystbase.GenericContext, ...) (bool, error)
- func StartNPDController(ctx context.Context, controlCtx *katalyst.GenericContext, ...) (bool, error)
- func StartOvercommitController(ctx context.Context, controlCtx *katalyst.GenericContext, ...) (bool, error)
- func StartResourceRecommenderController(ctx context.Context, controlCtx *katalyst.GenericContext, ...) (bool, error)
- func StartSPDController(ctx context.Context, controlCtx *katalyst.GenericContext, ...) (bool, error)
- func StartTideController(ctx context.Context, controlCtx *katalystbase.GenericContext, ...) (bool, error)
- func StartVPAController(ctx context.Context, controlCtx *katalyst.GenericContext, ...) (bool, error)
Constants ¶
View Source
const (
IHPAControllerName = "ihpa"
)
View Source
const (
KCCControllerName = "kcc"
)
View Source
const (
LifeCycleControllerName = "lifecycle"
)
View Source
const (
MonitorControllerName = "monitor"
)
View Source
const (
NPDControllerName = "npd"
)
View Source
const (
OvercommitControllerName = "overcommit"
)
View Source
const (
ResourceRecommenderControllerName = "resourcerecommender"
)
View Source
const (
SPDControllerName = "spd"
)
View Source
const (
TideControllerName = "tide"
)
View Source
const (
VPAControllerName = "vpa"
)
Variables ¶
This section is empty.
Functions ¶
func StartIHPAController ¶ added in v0.5.6
func StartIHPAController(ctx context.Context, controlCtx *katalyst.GenericContext, conf *config.Configuration, extraConf interface{}, _ string, ) (bool, error)
func StartKCCController ¶
func StartKCCController(ctx context.Context, controlCtx *katalystbase.GenericContext, conf *config.Configuration, _ interface{}, _ string, ) (bool, error)
func StartLifeCycleController ¶
func StartLifeCycleController(ctx context.Context, controlCtx *katalystbase.GenericContext, conf *config.Configuration, _ interface{}, _ string, ) (bool, error)
func StartMonitorController ¶ added in v0.4.0
func StartMonitorController(ctx context.Context, controlCtx *katalystbase.GenericContext, conf *config.Configuration, _ interface{}, _ string, ) (bool, error)
func StartNPDController ¶ added in v0.5.10
func StartNPDController(ctx context.Context, controlCtx *katalyst.GenericContext, conf *config.Configuration, extraConf interface{}, _ string, ) (bool, error)
func StartOvercommitController ¶ added in v0.4.0
func StartOvercommitController( ctx context.Context, controlCtx *katalyst.GenericContext, conf *config.Configuration, _ interface{}, _ string, ) (bool, error)
func StartResourceRecommenderController ¶ added in v0.4.1
func StartResourceRecommenderController( ctx context.Context, controlCtx *katalyst.GenericContext, conf *config.Configuration, _ interface{}, _ string, ) (bool, error)
func StartSPDController ¶
func StartSPDController(ctx context.Context, controlCtx *katalyst.GenericContext, conf *config.Configuration, extraConf interface{}, _ string, ) (bool, error)
func StartTideController ¶ added in v0.4.0
func StartTideController(ctx context.Context, controlCtx *katalystbase.GenericContext, conf *config.Configuration, _ interface{}, _ string, ) (bool, error)
func StartVPAController ¶
func StartVPAController(ctx context.Context, controlCtx *katalyst.GenericContext, conf *config.Configuration, _ interface{}, _ string, ) (bool, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.