controllers

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: May 21, 2024 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventRecorder

type EventRecorder struct {
	Recorder record.EventRecorder
}

func (*EventRecorder) Normal

func (er *EventRecorder) Normal(obj runtime.Object, reason, msg string)

func (*EventRecorder) Warning

func (er *EventRecorder) Warning(obj runtime.Object, reason string, err error)

type VaultSecretReconciler

type VaultSecretReconciler struct {
	client.Client
	Scheme        *runtime.Scheme
	EventRecorder *EventRecorder
	VaultConfig   vault.AppConfig
	VaultClient   *vaultAPI.Client
	K8ClientSet   *kubernetes.Clientset
	// contains filtered or unexported fields
}

VaultSecretReconciler reconciles a VaultSecret object

func NewVaultReconciler

func NewVaultReconciler(mgr manager.Manager, cfg vault.AppConfig, vaultClient *vaultAPI.Client,
	k8ClientSet *kubernetes.Clientset) (*VaultSecretReconciler, error)

func (*VaultSecretReconciler) Reconcile

func (r *VaultSecretReconciler) Reconcile(ctx context.Context, req ctrl.Request) (res ctrl.Result, err 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. TODO(user): Modify the Reconcile function to compare the state specified by the VaultSecret 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.13.0/pkg/reconcile nolint:nonamedreturns

Jump to

Keyboard shortcuts

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