Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecretsConfig ¶
type SecretsConfig struct {
OnePassword *onepassword.OnePasswordConfig `yaml:"onepassword,omitempty"`
}
SecretsConfig represents the Secrets configuration
func (*SecretsConfig) DeepCopy ¶
func (c *SecretsConfig) DeepCopy() *SecretsConfig
DeepCopy creates a deep copy of the SecretsConfig object
func (*SecretsConfig) Merge ¶
func (base *SecretsConfig) Merge(overlay *SecretsConfig)
Merge performs a deep merge of the current SecretsConfig with another SecretsConfig.
Click to show internal directories.
Click to hide internal directories.