Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VaultIndexCache ¶
type VaultIndexCache interface { Get(client *keyhub.Client) (map[string]VaultRecordWithGroup, error) Flush() }
func NewVaultIndexCache ¶
func NewVaultIndexCache(log logr.Logger) VaultIndexCache
type VaultRecordWithGroup ¶
type VaultRecordWithGroup struct { Group keyhubmodel.Group Record keyhubmodel.VaultRecord }
type VaultSecretRetriever ¶
type VaultSecretRetriever interface {
Get(record VaultRecordWithGroup) (*keyhubmodel.VaultRecord, error)
}
func NewVaultSecretRetriever ¶
func NewVaultSecretRetriever(log logr.Logger, client *keyhub.Client) VaultSecretRetriever
Click to show internal directories.
Click to hide internal directories.