Documentation
¶
Index ¶
Constants ¶
View Source
const ( AppWrapperLabel = "workload.codeflare.dev/appwrapper" AppWrapperFinalizer = "workload.codeflare.dev/finalizer" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppWrapperReconciler ¶
type AppWrapperReconciler struct { client.Client Scheme *runtime.Scheme Config *config.AppWrapperConfig }
AppWrapperReconciler reconciles an appwrapper
func (*AppWrapperReconciler) Reconcile ¶
func (r *AppWrapperReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile reconciles an appwrapper Please see aw-states for documentation of this method.
func (*AppWrapperReconciler) SetupWithManager ¶
func (r *AppWrapperReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.