 Documentation
      ¶
      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, secrets typedv1.SecretsGetter) (*GenericEncryptedStore, error)
func NewNamespacedGenericEncrypedStore ¶
func NewNamespacedGenericEncrypedStore(prefix, namespace string, secrets typedv1.SecretsGetter) *GenericEncryptedStore
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.