Documentation ¶
Index ¶
- func Add(mgr manager.Manager) error
- type ReconcileFloatingIP
- func (r *ReconcileFloatingIP) NormalEvent(fip *openstackv1beta1.FloatingIP, reason string, messageFmt string, ...)
- func (r *ReconcileFloatingIP) Reconcile(request reconcile.Request) (reconcile.Result, error)
- func (r *ReconcileFloatingIP) WarningEvent(fip *openstackv1beta1.FloatingIP, reason string, messageFmt string, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReconcileFloatingIP ¶
ReconcileFloatingIP reconciles a FloatingIP object
func (*ReconcileFloatingIP) NormalEvent ¶
func (r *ReconcileFloatingIP) NormalEvent(fip *openstackv1beta1.FloatingIP, reason string, messageFmt string, args ...interface{})
func (*ReconcileFloatingIP) Reconcile ¶
Reconcile reads that state of the cluster for a FloatingIP object and makes changes based on the state read and what is in the FloatingIP.Spec +kubebuilder:rbac:groups=openstack.repl.info,resources=floatingips,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=openstack.repl.info,resources=floatingips/status,verbs=get;update;patch +kubebuilder:rbac:groups=core,resources=events,verbs=create;patch
func (*ReconcileFloatingIP) WarningEvent ¶
func (r *ReconcileFloatingIP) WarningEvent(fip *openstackv1beta1.FloatingIP, reason string, messageFmt string, args ...interface{})
Click to show internal directories.
Click to hide internal directories.