Documentation
¶
Index ¶
- Constants
- func Create(controller controller.Interface) (reconcile.Interface, error)
- type Config
- type IPAM
- type Reconciler
- func (this *Reconciler) Config() config.OptionSource
- func (this *Reconciler) Delete(logger logger.LogContext, obj resources.Object) reconcile.Status
- func (this *Reconciler) Deleted(logger logger.LogContext, key resources.ClusterObjectKey) reconcile.Status
- func (this *Reconciler) Reconcile(logger logger.LogContext, obj resources.Object) reconcile.Status
- func (this *Reconciler) Setup()
Constants ¶
View Source
const NAME = "ipam"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Reconciler ¶
type Reconciler struct {
reconcilers.ReconcilerSupport
*reconcilers.SimpleUsageCache
// contains filtered or unexported fields
}
func (*Reconciler) Config ¶
func (this *Reconciler) Config() config.OptionSource
func (*Reconciler) Delete ¶
func (this *Reconciler) Delete(logger logger.LogContext, obj resources.Object) reconcile.Status
func (*Reconciler) Deleted ¶
func (this *Reconciler) Deleted(logger logger.LogContext, key resources.ClusterObjectKey) reconcile.Status
func (*Reconciler) Reconcile ¶
func (this *Reconciler) Reconcile(logger logger.LogContext, obj resources.Object) reconcile.Status
func (*Reconciler) Setup ¶
func (this *Reconciler) Setup()
Click to show internal directories.
Click to hide internal directories.