Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericEncryptedStore ¶
type GenericEncryptedStore struct {
// contains filtered or unexported fields
}
func NewGenericEncrypedStore ¶
func NewGenericEncrypedStore(prefix, namespace string, namespaceInterface v1.NamespaceInterface, secretsGetter v1.SecretsGetter) (*GenericEncryptedStore, error)
func (*GenericEncryptedStore) Get ¶
func (g *GenericEncryptedStore) Get(name string) (map[string]string, error)
func (*GenericEncryptedStore) Remove ¶
func (g *GenericEncryptedStore) Remove(name string) error
Click to show internal directories.
Click to hide internal directories.