Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NumberContainer ¶
type Secret ¶
type Secret struct {
Plain string `yaml:"plain,omitempty" usage:" plain value"`
Command SecretCommand `yaml:"command,omitempty" usage:" [command] "`
}
func (Secret) GetOrPanicWithDefaultTimeout ¶
func (Secret) GetOrPanicWithTimeout ¶
type SecretCommand ¶
type SecretCommand struct {
Name string `yaml:"name,omitempty" usage:"name"`
Args []string `yaml:"args,omitempty" usage:"arguments"`
Env map[string]string `yaml:"env,omitempty" usage:"additional environment variables"`
NoTrim bool `yaml:"no-trim,omitempty" usage:"dont trim spaces from the output"`
}
type StringContainer ¶
Click to show internal directories.
Click to hide internal directories.