Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StrategyGroupController ¶
type StrategyGroupController struct {
// contains filtered or unexported fields
}
StrategyGroupController is responsible for creating StrategyGroup objects based on StrategyGroupConfiguration objects.
func NewStrategyGroupController ¶
func NewStrategyGroupController( ctx context.Context, client katalystconfigclient.StrategyGroupInterface, config *configpkg.Configuration, informer cache.SharedIndexInformer, ) (*StrategyGroupController, error)
NewStrategyGroupController creates a new StrategyGroupController.
func (*StrategyGroupController) Run ¶
func (c *StrategyGroupController) Run()
Run starts the StrategyGroupController.
Click to show internal directories.
Click to hide internal directories.