secrets

package
v0.26.3 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CacheSecretService

type CacheSecretService struct {
	// contains filtered or unexported fields
}

func (*CacheSecretService) ListAllSecrets

func (c *CacheSecretService) ListAllSecrets(ctx context.Context) ([]corev1.Secret, error)

func (*CacheSecretService) Reconcile

func (*CacheSecretService) SetupWithManager

func (c *CacheSecretService) SetupWithManager(mgr manager.Manager) error

type SecretService

type SecretService interface {
	ListAllSecrets(ctx context.Context) ([]corev1.Secret, error)
}

func NewSecretService

func NewSecretService(client client.Client, enableManager bool) SecretService

Jump to

Keyboard shortcuts

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