Documentation ¶
Index ¶
- Constants
- type OpenStackClusterReconciler
- type OpenStackMachineReconciler
- func (r *OpenStackMachineReconciler) OpenStackClusterToOpenStackMachines(ctx context.Context) handler.MapFunc
- func (r *OpenStackMachineReconciler) Reconcile(ctx context.Context, req ctrl.Request) (_ ctrl.Result, reterr error)
- func (r *OpenStackMachineReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error
Constants ¶
View Source
const (
BastionInstanceHashAnnotation = "infrastructure.cluster.x-k8s.io/bastion-hash"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpenStackClusterReconciler ¶
type OpenStackClusterReconciler struct { Client client.Client Recorder record.EventRecorder WatchFilterValue string }
OpenStackClusterReconciler reconciles a OpenStackCluster object.
func (*OpenStackClusterReconciler) SetupWithManager ¶
func (r *OpenStackClusterReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error
type OpenStackMachineReconciler ¶
type OpenStackMachineReconciler struct { Client client.Client Recorder record.EventRecorder WatchFilterValue string }
OpenStackMachineReconciler reconciles a OpenStackMachine object.
func (*OpenStackMachineReconciler) OpenStackClusterToOpenStackMachines ¶
func (r *OpenStackMachineReconciler) OpenStackClusterToOpenStackMachines(ctx context.Context) handler.MapFunc
OpenStackClusterToOpenStackMachines is a handler.ToRequestsFunc to be used to enqeue requests for reconciliation of OpenStackMachines.
func (*OpenStackMachineReconciler) SetupWithManager ¶
func (r *OpenStackMachineReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error
Click to show internal directories.
Click to hide internal directories.