Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildCleaner ¶
type BuildCleaner interface {
Clean(ctx context.Context, app types.NamespacedName) error
}
type DelegateReconciler ¶ added in v0.12.0
type DelegateReconciler interface { ReconcileBuild(context.Context, *korifiv1alpha1.CFBuild, *korifiv1alpha1.CFApp, *korifiv1alpha1.CFPackage) (ctrl.Result, error) SetupWithManager(ctrl.Manager) *builder.Builder }
type Reconciler ¶ added in v0.12.0
type Reconciler struct {
// contains filtered or unexported fields
}
func NewReconciler ¶ added in v0.12.0
func NewReconciler( log logr.Logger, k8sClient client.Client, scheme *runtime.Scheme, buildCleaner BuildCleaner, delegate DelegateReconciler, ) *Reconciler
func (*Reconciler) ReconcileResource ¶ added in v0.12.0
func (r *Reconciler) ReconcileResource(ctx context.Context, cfBuild *korifiv1alpha1.CFBuild) (ctrl.Result, error)
func (*Reconciler) SetupWithManager ¶ added in v0.12.0
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) *builder.Builder
Click to show internal directories.
Click to hide internal directories.