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 ¶
func NewClusterManagerWithOptions ¶
func NewClusterManagerWithOptions(managedClient *redis.ManagedClusterClient, options *vault.ManagerOptions) vault.Manager
func NewManager ¶
func NewManagerWithOptions ¶
func NewManagerWithOptions(managedClient *redis.ManagedClient, options *vault.ManagerOptions) vault.Manager
Types ¶
type ClusterManager ¶
type ClusterManager struct {
// contains filtered or unexported fields
}
func (*ClusterManager) Configure ¶
func (m *ClusterManager) Configure(ctx context.Context, data map[string]interface{}) error
func (*ClusterManager) Options ¶
func (m *ClusterManager) Options() *vault.ManagerOptions
Click to show internal directories.
Click to hide internal directories.