Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VaultInfo ¶
type VaultInfo struct { Owner string `json:"owner"` Username string `json:"username,omitempty"` Password string `json:"password,omitempty"` UnsealKeys []string `json:"unsealKeys,omitempty"` SecretPath string `json:"secretPath,omitempty"` }
func (*VaultInfo) SecretMountAndPath ¶ added in v0.1.2
func (*VaultInfo) ShouldShare ¶ added in v0.1.0
Click to show internal directories.
Click to hide internal directories.