Documentation ¶
Index ¶
- func Add(mgr manager.Manager) error
- type ReconcileFloatingIPSet
- func (r *ReconcileFloatingIPSet) AttachFIPToNode(instance *openstackv1beta1.FloatingIPSet, node v1.Node, ...) error
- func (r *ReconcileFloatingIPSet) NormalEvent(fip *openstackv1beta1.FloatingIPSet, reason string, messageFmt string, ...)
- func (r *ReconcileFloatingIPSet) Reconcile(request reconcile.Request) (reconcile.Result, error)
- func (r *ReconcileFloatingIPSet) WarningEvent(fip *openstackv1beta1.FloatingIPSet, reason string, messageFmt string, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReconcileFloatingIPSet ¶
ReconcileFloatingIPSet reconciles a FloatingIPSet object
func (*ReconcileFloatingIPSet) AttachFIPToNode ¶
func (r *ReconcileFloatingIPSet) AttachFIPToNode(instance *openstackv1beta1.FloatingIPSet, node v1.Node, request reconcile.Request) error
func (*ReconcileFloatingIPSet) NormalEvent ¶
func (r *ReconcileFloatingIPSet) NormalEvent(fip *openstackv1beta1.FloatingIPSet, reason string, messageFmt string, args ...interface{})
func (*ReconcileFloatingIPSet) Reconcile ¶
Reconcile reads that state of the cluster for a FloatingIPSet object and makes changes based on the state read and what is in the FloatingIPSet.Spec TODO(user): Modify this Reconcile function to implement your Controller logic. The scaffolding writes a Deployment as an example Automatically generate RBAC rules to allow the Controller to read and write Deployments +kubebuilder:rbac:groups=apps,resources=deployments,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=apps,resources=deployments/status,verbs=get;update;patch +kubebuilder:rbac:groups=openstack.repl.info,resources=floatingipsets,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=openstack.repl.info,resources=floatingipsets/status,verbs=get;update;patch +kubebuilder:rbac:groups=core,resources=events,verbs=create;patch
func (*ReconcileFloatingIPSet) WarningEvent ¶
func (r *ReconcileFloatingIPSet) WarningEvent(fip *openstackv1beta1.FloatingIPSet, reason string, messageFmt string, args ...interface{})