Documentation ¶
Index ¶
- func StartDashboardControllers(clientset dashboardclientset.Interface, resyncDur time.Duration, ...)
- func StartKubeControllers(clientset k8sclientset.Interface, resyncDur time.Duration, ...)
- func StartTektonControllers(clientset tektonclientset.Interface, ...)
- func StartTriggersControllers(clientset triggersclientset.Interface, resyncDur time.Duration, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartDashboardControllers ¶ added in v0.7.1
func StartDashboardControllers(clientset dashboardclientset.Interface, resyncDur time.Duration, tenantNamespace string, stopCh <-chan struct{})
StartDashboardControllers creates and starts Dashboard controllers
func StartKubeControllers ¶
func StartKubeControllers(clientset k8sclientset.Interface, resyncDur time.Duration, tenantNamespace string, readOnly bool, handler *router.Handler, stopCh <-chan struct{})
StartKubeControllers creates and starts Kube controllers
func StartTektonControllers ¶
func StartTektonControllers(clientset tektonclientset.Interface, clientresourceset resourceclientset.Interface, tenantNamespace string, resyncDur time.Duration, stopCh <-chan struct{})
StartTektonControllers creates and starts Tekton controllers
func StartTriggersControllers ¶ added in v0.9.0
func StartTriggersControllers(clientset triggersclientset.Interface, resyncDur time.Duration, tenantNamespace string, stopCh <-chan struct{})
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.