Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigureGlobalLoggers ¶ added in v0.28.0
ConfigureGlobalLoggers sets up any package-wide loggers like "log" or "klog" that are utilized by other packages to use the configured *zap.SugaredLogger from the context
Types ¶
type Operator ¶
type Operator struct { manager.Manager KubernetesInterface kubernetes.Interface EventRecorder events.Recorder Clock clock.Clock // contains filtered or unexported fields }
func NewOperator ¶
NewOperator instantiates a controller manager or panics
func (*Operator) WithControllers ¶
func (o *Operator) WithControllers(ctx context.Context, controllers ...corecontroller.Controller) *Operator
func (*Operator) WithWebhooks ¶
func (o *Operator) WithWebhooks(webhooks ...knativeinjection.ControllerConstructor) *Operator
Click to show internal directories.
Click to hide internal directories.