Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigsController ¶
type ConfigsController struct {
// contains filtered or unexported fields
}
func NewConfigsController ¶
func NewConfigsController(ctrlClient ctrlclient.Client) *ConfigsController
func (*ConfigsController) OnChange ¶
func (cc *ConfigsController) OnChange(ctx context.Context, st store.RStore, summary store.ChangeSummary) error
type TriggerQueueSubscriber ¶ added in v0.22.7
type TriggerQueueSubscriber struct {
// contains filtered or unexported fields
}
Replicates the TriggerQueue back to the API server.
func NewTriggerQueueSubscriber ¶ added in v0.22.7
func NewTriggerQueueSubscriber(client ctrlclient.Client) *TriggerQueueSubscriber
func (*TriggerQueueSubscriber) OnChange ¶ added in v0.22.7
func (s *TriggerQueueSubscriber) OnChange(ctx context.Context, st store.RStore, summary store.ChangeSummary) error
Click to show internal directories.
Click to hide internal directories.