Documentation ¶
Index ¶
- Variables
- func AddToManager(ctx context.Context, mgr manager.Manager) error
- func AddToManagerWithOptions(ctx context.Context, mgr manager.Manager, opts AddOptions) error
- func IPPoolName(shootNamespace, ipFamily string) string
- func NewActuator(mgr manager.Manager) infrastructure.Actuator
- type AddOptions
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DefaultAddOptions are the default AddOptions for AddToManager. DefaultAddOptions = AddOptions{} )
Functions ¶
func AddToManager ¶
AddToManager adds a controller with the default Options.
func AddToManagerWithOptions ¶
AddToManagerWithOptions adds a controller with the given Options to the given manager. The opts.Reconciler is being set with a newly instantiated actuator.
func IPPoolName ¶ added in v1.96.0
IPPoolName returns the name of the crd.projectcalico.org/v1.IPPool resource for the given shoot namespace.
func NewActuator ¶
func NewActuator(mgr manager.Manager) infrastructure.Actuator
NewActuator creates a new Actuator that updates the status of the handled Infrastructure resources.
Types ¶
type AddOptions ¶
type AddOptions struct { // Controller are the controller.Options. Controller controller.Options // IgnoreOperationAnnotation specifies whether to ignore the operation annotation or not. IgnoreOperationAnnotation bool // ExtensionClass defines the extension class this extension is responsible for. ExtensionClass extensionsv1alpha1.ExtensionClass }
AddOptions are options to apply when adding the local infrastructure controller to the manager.
Click to show internal directories.
Click to hide internal directories.