externalsecret

package
v0.0.0-...-1155021 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExternalSecretReconciler

type ExternalSecretReconciler struct {
	client.Client
	APIReader            client.Reader
	Log                  logr.Logger
	Ctx                  context.Context
	WatchNamespaces      map[string]bool
	ReconciliationPeriod time.Duration
	RotationInterval     time.Duration // Key rotation job running interval.
	// contains filtered or unexported fields
}

ExternalSecretReconciler reconciles a ExternalSecret object

func (*ExternalSecretReconciler) AddFinalizerIfNotPresent

func (r *ExternalSecretReconciler) AddFinalizerIfNotPresent(externalSec *api.ExternalSecret, finalizerName string) error

AddFinalizerIfNotPresent will check if finalizerName is the finalizers slice

func (*ExternalSecretReconciler) InitSecretCache

func (r *ExternalSecretReconciler) InitSecretCache() error

func (*ExternalSecretReconciler) Reconcile

func (*ExternalSecretReconciler) SecretRotationJob

func (r *ExternalSecretReconciler) SecretRotationJob()

secretRotationJob refresh the secret if updated in kms secret-manager

func (*ExternalSecretReconciler) SetupWithManager

func (r *ExternalSecretReconciler) SetupWithManager(mgr ctrl.Manager, reconcileCount int) error

SetupWithManager will register the controller

Jump to

Keyboard shortcuts

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