credhelper

package
v1.1.9 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2023 License: UPL-1.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 CredentialClient

type CredentialClient interface {
	CreateSecret(ctx context.Context, secretName string, secretNamespace string, labels map[string]string,
		data map[string][]byte) (bool, error)

	DeleteSecret(ctx context.Context, secretName string, secretNamespace string) (bool, error)

	GetSecret(ctx context.Context, secretName string, secretNamespace string) (map[string][]byte, error)

	UpdateSecret(ctx context.Context, secretName string, secretNamespace string, labels map[string]string,
		data map[string][]byte) (bool, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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