Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller is responsible for performing actions dependent upon a project phase.
func NewController ¶
func NewController(client clientset.Interface, projectInformer businessv1informer.ProjectInformer, resyncPeriod time.Duration, finalizerToken v1.FinalizerName, registryEnabled bool, authClient authversionedclient.AuthV1Interface) *Controller
NewController creates a new Project object.
func (*Controller) Run ¶
func (c *Controller) Run(workers int, stopCh <-chan struct{})
Run will set up the event handlers for types we are interested in, as well as syncing informer caches and starting workers.
Click to show internal directories.
Click to hide internal directories.