Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface {
ReconcileCreate(ctx context.Context, cluster *capi.Cluster) (ctrl.Result, error)
ReconcileDelete(ctx context.Context, cluster *capi.Cluster) (ctrl.Result, error)
}
Interface provides a resource interface which is the controller core logic for reconciliation loops.
An implementation can then be used by a controller to extend its capabilities.
Click to show internal directories.
Click to hide internal directories.