Documentation ¶
Index ¶
Constants ¶
View Source
const LifecycleControllerFinalizer = "clusterpedia.io/pediacluster-lifecycle-controller"
Variables ¶
View Source
var NoRequeueResult = controller.NoRequeueResult
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController( client clientset.Interface, lifecycleInformer policyinformers.PediaClusterLifecycleInformer, pediaclusterInformer clusterinformers.PediaClusterInformer, queue workqueue.RateLimitingInterface, dependentManager *controller.DependentResourceManager, ) (*Controller, error)
func (*Controller) Run ¶
func (c *Controller) Run(workers int, stopCh <-chan struct{})
Click to show internal directories.
Click to hide internal directories.