Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
NamespaceClient *rest.RESTClient
NamespaceClientset *kubernetes.Clientset
Ctx context.Context
PodController *pod.Controller
JobController *job.Controller
PgpolicyController *pgpolicy.Controller
PgreplicaController *pgreplica.Controller
PgclusterController *pgcluster.Controller
PgtaskController *pgtask.Controller
}
Controller holds the connections for the controller
func (*Controller) Run ¶
func (c *Controller) Run() error
Run starts a namespace resource controller
Click to show internal directories.
Click to hide internal directories.