Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControllerBuilder ¶
type ControllerBuilder interface { For(client.Object, ...builder.ForOption) ControllerBuilder WithEventFilter(predicate.Predicate) ControllerBuilder Complete(reconcile.Reconciler) error }
func NewControllerManagedBy ¶
func NewControllerManagedBy(manager ctrlruntime.Manager) ControllerBuilder
Click to show internal directories.
Click to hide internal directories.