controllers

package
v0.7.2 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2025 License: Apache-2.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GlobalSopsSecretReconciler added in v0.6.0

type GlobalSopsSecretReconciler struct {
	client.Client
	Metrics  *metrics.Recorder
	Log      logr.Logger
	Recorder record.EventRecorder
	Scheme   *runtime.Scheme
	Config   SopsSecretReconcilerConfig
}

SopsSecretReconciler reconciles a SopsSecret object.

func (*GlobalSopsSecretReconciler) Reconcile added in v0.6.0

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

func (*GlobalSopsSecretReconciler) SetupWithManager added in v0.6.0

SetupWithManager sets up the controller with the Manager.

type SopsProviderReconciler

type SopsProviderReconciler struct {
	client.Client
	Metrics  *metrics.Recorder
	Log      logr.Logger
	Recorder record.EventRecorder
	Scheme   *runtime.Scheme
}

SopsProviderReconciler reconciles a SopsProvider object.

func (*SopsProviderReconciler) Reconcile

func (r *SopsProviderReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

func (*SopsProviderReconciler) SetupWithManager

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

type SopsSecretReconciler

type SopsSecretReconciler struct {
	client.Client
	Metrics  *metrics.Recorder
	Log      logr.Logger
	Recorder record.EventRecorder
	Scheme   *runtime.Scheme
	Config   SopsSecretReconcilerConfig
}

SopsSecretReconciler reconciles a SopsSecret object.

func (*SopsSecretReconciler) Reconcile

func (r *SopsSecretReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

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

func (*SopsSecretReconciler) SetupWithManager

func (r *SopsSecretReconciler) SetupWithManager(mgr ctrl.Manager, cfg SopsSecretReconcilerConfig) error

SetupWithManager sets up the controller with the Manager.

type SopsSecretReconcilerConfig added in v0.5.1

type SopsSecretReconcilerConfig struct {
	EnableStatus          bool
	ControllerName        string
	FailedSecretsInterval metav1.Duration
}

Jump to

Keyboard shortcuts

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