Documentation ¶
Index ¶
Constants ¶
View Source
const ( // SuccessSynced is used as part of the Event 'reason' when a Installation is synced SuccessSynced = "Synced" // MessageResourceSynced is the message used for an Event fired when a Installation // is synced successfully MessageResourceSynced = "Installation synced successfully" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller .
func NewController ¶
func NewController(kubeClientset *kubernetes.Clientset, kubeInformerFactory kubeinformers.SharedInformerFactory, internalInformerFactory informers.SharedInformerFactory, kymaDir string, installationSteps *steps.InstallationSteps, conditionManager conditionmanager.Interface, finalizerManager *finalizer.Manager, internalClientset *internalClientset.Clientset) *Controller
NewController .
Click to show internal directories.
Click to hide internal directories.