secret

package
v0.0.28 Latest Latest
Warning

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

Go to latest
Published: May 2, 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 PasswordRequest added in v0.0.28

type PasswordRequest struct {
	Owner     metav1.Object
	Metadata  *mariadbv1alpha1.Metadata
	Key       types.NamespacedName
	SecretKey string
	Generate  bool
}

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) ReconcilePassword added in v0.0.28

func (r *SecretReconciler) ReconcilePassword(ctx context.Context, req PasswordRequest) (string, error)

type SecretRequest added in v0.0.25

type SecretRequest struct {
	Owner    metav1.Object
	Metadata *mariadbv1alpha1.Metadata
	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