managedgitops

package
v0.0.0-...-d212fee Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DefaultPreProcessEventLoopProcessor

type DefaultPreProcessEventLoopProcessor struct {
	PreprocessEventLoop *preprocess_event_loop.PreprocessEventLoop
}

type GitOpsDeploymentManagedEnvironmentReconciler

type GitOpsDeploymentManagedEnvironmentReconciler struct {
	client.Client
	Scheme                       *runtime.Scheme
	PreprocessEventLoopProcessor PreprocessEventLoopProcessor
}

GitOpsDeploymentManagedEnvironmentReconciler reconciles a GitOpsDeploymentManagedEnvironment object

func (*GitOpsDeploymentManagedEnvironmentReconciler) 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.2/pkg/reconcile

func (*GitOpsDeploymentManagedEnvironmentReconciler) SetupWithManager

SetupWithManager sets up the controller with the Manager.

type GitOpsDeploymentReconciler

type GitOpsDeploymentReconciler struct {
	client.Client
	Scheme              *runtime.Scheme
	PreprocessEventLoop *preprocess_event_loop.PreprocessEventLoop
}

GitOpsDeploymentReconciler reconciles a GitOpsDeployment object

func (*GitOpsDeploymentReconciler) 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.

func (*GitOpsDeploymentReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type GitOpsDeploymentRepositoryCredentialReconciler

type GitOpsDeploymentRepositoryCredentialReconciler struct {
	client.Client
	Scheme              *runtime.Scheme
	PreprocessEventLoop *preprocess_event_loop.PreprocessEventLoop
}

GitOpsDeploymentRepositoryCredentialReconciler reconciles a GitOpsDeploymentRepositoryCredential object

func (*GitOpsDeploymentRepositoryCredentialReconciler) 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.9.2/pkg/reconcile

func (*GitOpsDeploymentRepositoryCredentialReconciler) SetupWithManager

SetupWithManager sets up the controller with the Manager.

type GitOpsDeploymentSyncRunReconciler

type GitOpsDeploymentSyncRunReconciler struct {
	client.Client
	Scheme              *runtime.Scheme
	PreprocessEventLoop *preprocess_event_loop.PreprocessEventLoop
}

GitOpsDeploymentSyncRunReconciler reconciles a GitOpsDeploymentSyncRun object

func (*GitOpsDeploymentSyncRunReconciler) 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.

func (*GitOpsDeploymentSyncRunReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type PreprocessEventLoopProcessor

type PreprocessEventLoopProcessor interface {
	// contains filtered or unexported methods
}

func NewDefaultPreProcessEventLoopProcessor

func NewDefaultPreProcessEventLoopProcessor(preprocessEventLoop *preprocess_event_loop.PreprocessEventLoop) PreprocessEventLoopProcessor

Jump to

Keyboard shortcuts

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