Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RegistriesConfig ¶
type RegistriesConfig struct {
Enabled *bool `yaml:"enabled,omitempty"`
Registries map[string]RegistryConfig `yaml:"registries,omitempty"`
}
RegistriesConfig represents the container registries configuration
func (*RegistriesConfig) DeepCopy ¶
func (c *RegistriesConfig) DeepCopy() *RegistriesConfig
DeepCopy creates a deep copy of the RegistriesConfig object
func (*RegistriesConfig) Merge ¶
func (base *RegistriesConfig) Merge(overlay *RegistriesConfig)
Merge performs a deep merge of the current RegistriesConfig with another RegistriesConfig.
Click to show internal directories.
Click to hide internal directories.