workstation

package
v0.8.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 12, 2025 License: MPL-2.0 Imports: 0 Imported by: 0

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.

type RegistryConfig

type RegistryConfig struct {
	Remote   string `yaml:"remote,omitempty"`
	Local    string `yaml:"local,omitempty"`
	HostName string `yaml:"hostname,omitempty"`
	HostPort int    `yaml:"hostport,omitempty"`
}

RegistryConfig represents the registry configuration

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL