mandatorymodule

package
v0.0.0-...-d48cc7f Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2025 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeletionReconciler

type DeletionReconciler struct {
	// contains filtered or unexported fields
}

func NewDeletionReconciler

func NewDeletionReconciler(deletionService DeletionService,
	requeueIntervals queue.RequeueIntervals,
) *DeletionReconciler

func (*DeletionReconciler) Reconcile

func (*DeletionReconciler) SetupWithManager

func (r *DeletionReconciler) SetupWithManager(mgr ctrl.Manager, opts ctrlruntime.Options) error

type DeletionService

type DeletionService interface {
	HandleDeletion(ctx context.Context, mrm *v1beta2.ModuleReleaseMeta) error
}

type InstallationReconciler

type InstallationReconciler struct {
	// contains filtered or unexported fields
}

func NewInstallationReconciler

func NewInstallationReconciler(installationService InstallationService,
	requeueIntervals queue.RequeueIntervals,
) *InstallationReconciler

func (*InstallationReconciler) Reconcile

func (r *InstallationReconciler) Reconcile(ctx context.Context, kyma *v1beta2.Kyma) (ctrl.Result, error)

func (*InstallationReconciler) SetupWithManager

func (r *InstallationReconciler) SetupWithManager(mgr ctrl.Manager, opts ctrlruntime.Options) error

type InstallationService

type InstallationService interface {
	HandleInstallation(ctx context.Context, kyma *v1beta2.Kyma) error
}

Jump to

Keyboard shortcuts

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