secrets

package
v0.0.0-...-f1e7488 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Secret

type Secret struct {
	// Data contains the actual secret information.
	Data map[string][]byte
}

Secret represents a set of secret data.

type Secrets

type Secrets interface {
	Get(ctx context.Context, name, namespace string) (*Secret, error)
}

Secrets has a set of methods to get secrets for a certain name and namespace.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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