Documentation ¶
Index ¶
- func NewManager(managedClient *elasticsearch.ManagedClient) vault.Manager
- func NewManagerWithConfigPath(managedClient *elasticsearch.ManagedClient, path string) (vault.Manager, error)
- func NewManagerWithOptions(managedClient *elasticsearch.ManagedClient, options *vault.ManagerOptions) vault.Manager
- type Manager
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewManager ¶
NewManager returns a new vault manager with default options.
func NewManagerWithConfigPath ¶
func NewManagerWithConfigPath(managedClient *elasticsearch.ManagedClient, path string) (vault.Manager, error)
NewManagerWithConfigPath returns a new vault manager with options from config path.
func NewManagerWithOptions ¶
func NewManagerWithOptions(managedClient *elasticsearch.ManagedClient, options *vault.ManagerOptions) vault.Manager
NewManagerWithOptions returns a new vault manager with options.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager represents a vault manager for elasticsearch client.
func (*Manager) Options ¶
func (m *Manager) Options() *vault.ManagerOptions
Options returns vault manager options.
Click to show internal directories.
Click to hide internal directories.