Documentation ¶
Index ¶
Constants ¶
View Source
const ( // SuccessSynced is used as part of the Event 'reason' when a C7NHelmRelease is synced SuccessSynced = "Synced" // MessageResourceSynced is the message used for an Event fired when a C7NHelmRelease // is synced successfully MessageResourceSynced = "C7NHelmRelease synced successfully" )
Variables ¶
View Source
var EnvId int32
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController( kubeClientset kubernetes.Interface, chrClientset chrclientset.Interface, chrInformer chrinformers.C7NHelmReleaseInformer, helmClient helm.Client, commandChan chan<- *model.Packet, namespaces *manager.Namespaces, responseChan chan<- *model.Packet) *Controller
func (*Controller) Run ¶
func (c *Controller) Run(workers int, stopCh <-chan struct{})
Click to show internal directories.
Click to hide internal directories.