Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type KV1SecretBlock ¶
func (KV1SecretBlock) GetOutput ¶
func (s KV1SecretBlock) GetOutput(ctx context.Context, r *Reader) (OutputList, error)
type KV1Secrets ¶
type KV1Secrets []KV1SecretBlock
KV1Secrets is a list of Key-Value Version 1 Secrets
func (KV1Secrets) GetOutput ¶
func (s KV1Secrets) GetOutput(ctx context.Context, r *Reader) (OutputList, error)
type KVSecretBlock ¶
func (KVSecretBlock) GetOutput ¶
func (s KVSecretBlock) GetOutput(ctx context.Context, r *Reader) (OutputList, error)
type KVSecrets ¶
type KVSecrets []KVSecretBlock
type OutputList ¶
type OutputList []Output
func (OutputList) Exec ¶
func (o OutputList) Exec(shell_cmd string) int
func (OutputList) Print ¶
func (o OutputList) Print(showComments bool)
func (OutputList) PrintB64Json ¶
func (ol OutputList) PrintB64Json() error
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
func NewReader ¶
func NewReader(opts ...ReaderOptFunc) (*Reader, error)
type ReaderOptFunc ¶
type ReaderOptFunc func(*Reader)
func WithSkipVault ¶
func WithSkipVault(skip bool) ReaderOptFunc
Click to show internal directories.
Click to hide internal directories.