Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterSecret ¶
type VaultClient ¶
type VaultClient interface {
GetClusterSecret(clusterName string) (*ClusterSecret, error)
}
func NewVaultClient ¶
func NewVaultClient(cfg *Config) (VaultClient, error)
Click to show internal directories.
Click to hide internal directories.