Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIServiceExportRequestReconciler ¶
type APIServiceExportRequestReconciler struct {
// contains filtered or unexported fields
}
APIServiceExportRequestReconciler reconciles a APIServiceExportRequest object.
func NewAPIServiceExportRequestReconciler ¶
func NewAPIServiceExportRequestReconciler( ctx context.Context, mgr mcmanager.Manager, opts controller.TypedOptions[mcreconcile.Request], scope kubebindv1alpha2.InformerScope, isolation kubebindv1alpha2.Isolation, schemaSource string, schemaSyncInterval time.Duration, ) (*APIServiceExportRequestReconciler, error)
NewAPIServiceExportRequestReconciler returns a new APIServiceExportRequestReconciler to reconcile APIServiceExportRequests.
func (*APIServiceExportRequestReconciler) Reconcile ¶
func (r *APIServiceExportRequestReconciler) 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 (*APIServiceExportRequestReconciler) SetupWithManager ¶
func (r *APIServiceExportRequestReconciler) SetupWithManager(mgr mcmanager.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.