Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIServiceExportReconciler ¶
type APIServiceExportReconciler struct {
// contains filtered or unexported fields
}
APIServiceExportReconciler reconciles a APIServiceExport object.
func NewAPIServiceExportReconciler ¶
func NewAPIServiceExportReconciler( ctx context.Context, mgr mcmanager.Manager, opts controller.TypedOptions[mcreconcile.Request], ) (*APIServiceExportReconciler, error)
NewAPIServiceExportReconciler returns a new APIServiceExportReconciler to reconcile APIServiceExports.
func (*APIServiceExportReconciler) Reconcile ¶
func (r *APIServiceExportReconciler) Reconcile(ctx context.Context, req mcreconcile.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*APIServiceExportReconciler) SetupWithManager ¶
func (r *APIServiceExportReconciler) SetupWithManager(mgr mcmanager.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.