secrets

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KubeSecretGetter

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

KubeSecretGetter is an implementation of SecretGetter.

func New

New creates and returns a KubeSecretGetter that looks up secrets in k8s.

func (KubeSecretGetter) SecretToken

func (k KubeSecretGetter) SecretToken(ctx context.Context, id types.NamespacedName, key string) (string, error)

SecretToken looks for a namespaced secret, and returns the key from it, or an error if not found.

type SecretGetter

type SecretGetter interface {
	SecretToken(ctx context.Context, id types.NamespacedName, key string) (string, error)
}

SecretGetter takes a namespaced name and finds a secret with that name, or returns an error.

Jump to

Keyboard shortcuts

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