Documentation ¶
Overview ¶
Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Index ¶
Constants ¶
View Source
const (
ResyncTime time.Duration = 5 * time.Minute
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewControllerManager ¶
func NewControllerManager(conf *kcfg.Config, kubeclient kubernetes.Interface, tel telemetry.Telemetry) (*Controller, error)
func (*Controller) Start ¶
func (m *Controller) Start(ctx context.Context)
func (*Controller) Stop ¶
func (m *Controller) Stop(ctx context.Context)
Click to show internal directories.
Click to hide internal directories.