Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAPIServerHostname ¶
func GetAPIServerHostname(hostedcontrolplane *hypershiftv1beta1.HostedControlPlane) (string, error)
Types ¶
type HostedControlPlaneReconciler ¶
type HostedControlPlaneReconciler struct { client.Client Scheme *runtime.Scheme RHOBSConfig RHOBSConfig }
HostedControlPlaneReconciler reconciles a HostedControlPlane object
func NewHostedControlPlaneReconciler ¶
func NewHostedControlPlaneReconciler(mgr manager.Manager, rhobsConfig RHOBSConfig) *HostedControlPlaneReconciler
NewHostedControlPlaneReconciler creates a HostedControlPlaneReconciler
func (*HostedControlPlaneReconciler) Reconcile ¶
func (r *HostedControlPlaneReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile responds to events against watched objects
func (*HostedControlPlaneReconciler) SetupWithManager ¶
func (r *HostedControlPlaneReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.