Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ClusterCfgManagerCMNamespace = "default" ClusterCfgManagerCMLabels = []string{"clusterowner=eventexporter"} ClusterCfgManagerCMDataKey = "kubeconfig.yaml" ClusterCfgManagerCMStatusKey = "status" )
View Source
var (
HttpPort = 80
)
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct { api.MultiMingleClient sync.Mutex // contains filtered or unexported fields }
func New ¶
func New(ctx context.Context, mcc *client.MultiClientConfig) (*Controller, error)
func (*Controller) Reconcile ¶
func (ctrl *Controller) Reconcile(ctx context.Context, req api.WrapNamespacedName) (requeue api.NeedRequeue, after time.Duration, err error)
func (*Controller) Start ¶
func (ctrl *Controller) Start() error
Click to show internal directories.
Click to hide internal directories.