Documentation ¶
Index ¶
Constants ¶
View Source
const ( Name = "waltr" DefaultLabel = "app.kubernetes.io/name=vault" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Opt ¶
type Opt func(a *State)
Opt is configuration option for the application State
func WithVaultOpts ¶
func WithVaultOpts(opts ...vault.ClientOption) Opt
WithVaultOpts configures waltr's VaultClient instance with custom Options from the vault-client-go package
Click to show internal directories.
Click to hide internal directories.