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
}
Controller is responsible for synchronizing Domain objects stored in the system with actual DNS Domains registered with the provider.
func NewController ¶
func NewController(kubeClientSet kubernetes.Interface, domainClientSet clientset.Interface, domainInformer informers.DomainInformer) (*Controller, error)
NewController creates a new Domain Controller.
func (*Controller) Run ¶
func (c *Controller) Run(workers int, stopCh <-chan struct{}) error
Run begins watching for domain changes and syncs them.
Click to show internal directories.
Click to hide internal directories.