Documentation ¶
Index ¶
Constants ¶
View Source
const ( // SuccessSynced is used as part of the Event 'reason' when a Release is synced SuccessSynced = "Synced" // MessageResourceSynced is the message used for an Event fired when a Release // is synced successfully MessageResourceSynced = "Release synced successfully" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller is the controller implementation for Release resources
func NewController ¶
func NewController(kubeClientset *kubernetes.Clientset, internalInformerFactory informers.SharedInformerFactory, finalizerManager *finalizer.Manager) *Controller
NewController returns a new instance of release Controller
func (*Controller) Run ¶
func (c *Controller) Run(workers int, stopCh <-chan struct{})
Run runs the controller
Click to show internal directories.
Click to hide internal directories.