secret

package
v0.0.27 Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RandomPasswordRequest added in v0.0.25

type RandomPasswordRequest struct {
	Owner     metav1.Object
	Mariadb   *mariadbv1alpha1.MariaDB
	Key       types.NamespacedName
	SecretKey string
	Data      map[string][]byte
}

type SecretReconciler

type SecretReconciler struct {
	client.Client
	Builder *builder.Builder
	// contains filtered or unexported fields
}

func NewSecretReconciler

func NewSecretReconciler(client client.Client, builder *builder.Builder) (*SecretReconciler, error)

func (*SecretReconciler) Reconcile added in v0.0.25

func (r *SecretReconciler) Reconcile(ctx context.Context, req *SecretRequest) error

func (*SecretReconciler) ReconcileRandomPassword

func (r *SecretReconciler) ReconcileRandomPassword(ctx context.Context, req *RandomPasswordRequest) (string, error)

type SecretRequest added in v0.0.25

type SecretRequest struct {
	Owner metav1.Object
	Key   types.NamespacedName
	Data  map[string][]byte
}

Jump to

Keyboard shortcuts

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