Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BootstrapAppsController ¶
type BootstrapAppsController struct {
// contains filtered or unexported fields
}
BootstrapAppsController is responsible for performing actions dependent upon a cluster phase.
func NewBootstrapAppsController ¶
func NewBootstrapAppsController( platformClient platformversionedclient.PlatformV1Interface, applicationClient applicationversionedclient.ApplicationV1Interface, clsInformer platformv1informer.ClusterInformer, appInformer applicationv1informer.AppInformer, configuration clusterconfig.ClusterControllerConfiguration, finalizerToken platformv1.FinalizerName) *BootstrapAppsController
NewBootstrapAppsController creates a new Controller object.
func (*BootstrapAppsController) Run ¶
func (c *BootstrapAppsController) Run(workers int, stopCh <-chan struct{}) error
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.