controllers

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2023 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArtifactRepoProviderReconciler

type ArtifactRepoProviderReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

ArtifactRepoProviderReconciler reconciles a ArtifactRepoProvider object

func (*ArtifactRepoProviderReconciler) Reconcile

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the ArtifactRepoProvider object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.11.0/pkg/reconcile

func (*ArtifactRepoProviderReconciler) SetupWithManager

func (r *ArtifactRepoProviderReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type BaseDataSyncConfigReconciler

type BaseDataSyncConfigReconciler struct {
	client.Client
	Scheme         *runtime.Scheme
	SecretProvider *secret_provider.SecretProvider
}

BaseDataSyncConfigReconciler reconciles a BaseDataSyncConfig object

func (*BaseDataSyncConfigReconciler) Reconcile

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.11.0/pkg/reconcile

func (*BaseDataSyncConfigReconciler) SetupWithManager

func (r *BaseDataSyncConfigReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type CodeRepoProviderReconciler

type CodeRepoProviderReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

CodeRepoProviderReconciler reconciles a CodeRepoProvider object

func (*CodeRepoProviderReconciler) Reconcile

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the CodeRepoProvider object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.11.0/pkg/reconcile

func (*CodeRepoProviderReconciler) SetupWithManager

func (r *CodeRepoProviderReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type ProductProviderReconciler

type ProductProviderReconciler struct {
	client.Client
	Scheme *runtime.Scheme
	Syncer syncer.ProductProviderSyncer
}

ProductProviderReconciler reconciles a ProductProvider object

func (*ProductProviderReconciler) Reconcile

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.11.0/pkg/reconcile

func (*ProductProviderReconciler) SetupWithManager

func (r *ProductProviderReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type ProductReconciler

type ProductReconciler struct {
	client.Client
	Scheme *runtime.Scheme
	Syncer syncer.ProductSyncer
}

ProductReconciler reconciles a Product object

func (*ProductReconciler) Reconcile

func (r *ProductReconciler) Reconcile(ctx context.Context, req ctrl.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.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.11.0/pkg/reconcile

func (*ProductReconciler) SetupWithManager

func (r *ProductReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

Jump to

Keyboard shortcuts

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