Documentation ¶
Index ¶
- func NewClusterManager(managedClient *redis.ManagedClusterClient) vault.Manager
- func NewClusterManagerWithConfigPath(managedClient *redis.ManagedClusterClient, path string) (vault.Manager, error)
- func NewClusterManagerWithOptions(managedClient *redis.ManagedClusterClient, options *vault.ManagerOptions) vault.Manager
- func NewManager(managedClient *redis.ManagedClient) vault.Manager
- func NewManagerWithConfigPath(managedClient *redis.ManagedClient, path string) (vault.Manager, error)
- func NewManagerWithOptions(managedClient *redis.ManagedClient, options *vault.ManagerOptions) vault.Manager
- type ClusterManager
- type Manager
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClusterManager ¶
NewManager returns a new vault manager with default options.
func NewClusterManagerWithConfigPath ¶
func NewClusterManagerWithConfigPath(managedClient *redis.ManagedClusterClient, path string) (vault.Manager, error)
NewManagerWithConfigPath returns a new vault manager with options from config path.
func NewClusterManagerWithOptions ¶
func NewClusterManagerWithOptions(managedClient *redis.ManagedClusterClient, options *vault.ManagerOptions) vault.Manager
NewManagerWithOptions returns a new vault manager with options.
func NewManager ¶
NewManager returns a new vault manager with default options.
func NewManagerWithConfigPath ¶
func NewManagerWithConfigPath(managedClient *redis.ManagedClient, path string) (vault.Manager, error)
NewManagerWithConfigPath returns a new vault manager with options from config path.
func NewManagerWithOptions ¶
func NewManagerWithOptions(managedClient *redis.ManagedClient, options *vault.ManagerOptions) vault.Manager
NewManagerWithOptions returns a new vault manager with options.
Types ¶
type ClusterManager ¶
type ClusterManager struct {
// contains filtered or unexported fields
}
Manager represents a vault manager for redis cluster client.
func (*ClusterManager) Close ¶
func (m *ClusterManager) Close(ctx context.Context) error
Close closes redis cluster client.
func (*ClusterManager) Configure ¶
func (m *ClusterManager) Configure(ctx context.Context, data map[string]interface{}) error
Configure configures redis cluster client.
func (*ClusterManager) Options ¶
func (m *ClusterManager) Options() *vault.ManagerOptions
Options returns vault manager options.
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager represents a vault manager for redis client.
func (*Manager) Options ¶
func (m *Manager) Options() *vault.ManagerOptions
Options returns vault manager options.