Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(cfg ControllerConfig) *Controller
func (*Controller) Run ¶
func (c *Controller) Run(ctx context.Context)
type ControllerConfig ¶
type ControllerConfig struct { Factory session.ContainerFactory Site vanflow.SiteRecord Informer cache.SharedIndexInformer }
type StatusSync ¶
type StatusSync struct {
// contains filtered or unexported fields
}
func NewStatusSync ¶
func NewStatusSync(factory session.ContainerFactory, localSources map[string][]store.Interface, client v1.ConfigMapInterface, configMap string) *StatusSync
func (*StatusSync) Run ¶
func (s *StatusSync) Run(ctx context.Context)
Click to show internal directories.
Click to hide internal directories.