Documentation
¶
Index ¶
- Constants
- func StartKCCController(ctx context.Context, controlCtx *katalystbase.GenericContext, ...) (bool, error)
- func StartLifeCycleController(ctx context.Context, controlCtx *katalystbase.GenericContext, ...) (bool, error)
- func StartSPDController(ctx context.Context, controlCtx *katalyst.GenericContext, ...) (bool, error)
- func StartVPAController(ctx context.Context, controlCtx *katalyst.GenericContext, ...) (bool, error)
Constants ¶
View Source
const (
KCCControllerName = "kcc"
)
View Source
const (
LifeCycleControllerName = "lifecycle"
)
View Source
const (
SPDControllerName = "spd"
)
View Source
const (
VPAControllerName = "vpa"
)
Variables ¶
This section is empty.
Functions ¶
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 StartSPDController ¶
func StartSPDController(ctx context.Context, controlCtx *katalyst.GenericContext, conf *config.Configuration, extraConf 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.