secrets

package
v0.0.0-...-fdd9c70 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2020 License: Apache-2.0 Imports: 7 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.

type SecretsStub

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

SecretsStub is an implementation of the SecretGetter interface.

func NewSecretsStub

func NewSecretsStub() *SecretsStub

NewSecretsStub creates and returns a new SecretsStub.

func (SecretsStub) SecretToken

func (s SecretsStub) SecretToken(ctx context.Context, id types.NamespacedName, key string) (string, error)

SecretToken is an implementation of the SecretGetter interface.

func (*SecretsStub) StubError

func (s *SecretsStub) StubError(err error)

StubError stubs the return value as an error.

func (*SecretsStub) StubSecret

func (s *SecretsStub) StubSecret(id types.NamespacedName, key, token string)

StubSecret stubs the return value for an id/key combination.

Jump to

Keyboard shortcuts

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