Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdoptionReconciler ¶
type AdoptionReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme DynamicClient dynamic.Interface DiscoveryClient *discovery.DiscoveryClient // contains filtered or unexported fields }
func (*AdoptionReconciler) SetupWithManager ¶
func (r *AdoptionReconciler) SetupWithManager(mgr ctrl.Manager) error
type ClusterAdoptionReconciler ¶
type ClusterAdoptionReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme DynamicClient dynamic.Interface DiscoveryClient *discovery.DiscoveryClient // contains filtered or unexported fields }
func (*ClusterAdoptionReconciler) SetupWithManager ¶
func (r *ClusterAdoptionReconciler) SetupWithManager(mgr ctrl.Manager) error
type ClusterHandoverReconciler ¶
type ClusterHandoverReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme DynamicClient dynamic.Interface DiscoveryClient *discovery.DiscoveryClient // contains filtered or unexported fields }
func (*ClusterHandoverReconciler) SetupWithManager ¶
func (r *ClusterHandoverReconciler) SetupWithManager(mgr ctrl.Manager) error
type HandoverReconciler ¶
type HandoverReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme DynamicClient dynamic.Interface DiscoveryClient *discovery.DiscoveryClient // contains filtered or unexported fields }
func (*HandoverReconciler) SetupWithManager ¶
func (r *HandoverReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.