Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProviderReconciler ¶
type ProviderReconciler struct { schema.GroupVersionKind PlatformClient client.Client }
func (*ProviderReconciler) ControllerName ¶
func (r *ProviderReconciler) ControllerName() string
type ProviderReconcilerList ¶
type ProviderReconcilerList struct { PlatformClient client.Client Scheme *runtime.Scheme Reconcilers []*ProviderReconciler }
func (*ProviderReconcilerList) SetupWithManager ¶
func (r *ProviderReconcilerList) SetupWithManager(mgr ctrl.Manager, providerGKVList []schema.GroupVersionKind) error
SetupWithManager sets up the controllers with the Manager.
Click to show internal directories.
Click to hide internal directories.