Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct { PgreplicaClient *rest.RESTClient PgreplicaClientset kubernetes.Interface Queue workqueue.RateLimitingInterface Informer informers.PgreplicaInformer PgreplicaWorkerCount int }
Controller holds the connections for the controller
func (*Controller) AddPGReplicaEventHandler ¶
func (c *Controller) AddPGReplicaEventHandler()
AddPGReplicaEventHandler adds the pgreplica event handler to the pgreplica informer
func (*Controller) RunWorker ¶
func (c *Controller) RunWorker(stopCh <-chan struct{}, doneCh chan<- struct{})
RunWorker is a long-running function that will continually call the processNextWorkItem function in order to read and process a message on the workqueue.
func (*Controller) WorkerCount ¶
func (c *Controller) WorkerCount() int
WorkerCount returns the worker count for the controller
Click to show internal directories.
Click to hide internal directories.