build

package
v0.12.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 5, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

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

Directories

Path Synopsis
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL