Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidatePools ¶
func ValidatePools(instance *operator.Installation) error
ValidatePools validates the IP pools specified in the Installation object.
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
func (*Reconciler) Reconcile ¶
func (r *Reconciler) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error)
Reconcile reconciles IP pools in the cluster.
- Query desired IP pools (from Installation) - Query existing IP pools owned by this controller - Reconcile the differences
Click to show internal directories.
Click to hide internal directories.