Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControllerContext ¶
type ControllerContext struct {
// contains filtered or unexported fields
}
func CreateControllerContext ¶
func CreateControllerContext( kubeClientset clientset.Interface, c7nClientset chrclientset.Interface, kubeClient kube.Client, helmClient helm.Client, stop <-chan struct{}, chans *manager.CRChan, namespaces *manager.Namespaces) *ControllerContext
func (*ControllerContext) StartControllers ¶
func (ctx *ControllerContext) StartControllers() error
type InitFunc ¶
type InitFunc func(ctx *ControllerContext) (bool, error)
Click to show internal directories.
Click to hide internal directories.