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 PgreplicaScheme *runtime.Scheme PgreplicaClientset *kubernetes.Clientset Queue workqueue.RateLimitingInterface Ctx context.Context InformerNamespaces map[string]struct{} // contains filtered or unexported fields }
Controller holds the connections for the controller
func (*Controller) Run ¶
func (c *Controller) Run() error
Run starts an pgreplica resource controller
func (*Controller) RunWorker ¶
func (c *Controller) RunWorker()
func (*Controller) SetupWatch ¶
func (c *Controller) SetupWatch(ns string)
Click to show internal directories.
Click to hide internal directories.