Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExecutionFailedError ¶
type ExecutionFailedError struct {
// contains filtered or unexported fields
}
func (*ExecutionFailedError) Error ¶
func (e *ExecutionFailedError) Error() string
func (*ExecutionFailedError) Is ¶
func (e *ExecutionFailedError) Is(target error) bool
type WrappedVaultClient ¶
func NewClientUsingEnv ¶
func NewClientUsingEnv(ctx context.Context) (*WrappedVaultClient, error)
func NewClientUsingK8sSecret ¶
func NewClientUsingK8sSecret(ctx context.Context, namespace, name string) (*WrappedVaultClient, error)
Click to show internal directories.
Click to hide internal directories.