Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Params ¶
type Params struct {
Registries map[string]RegistryParams `json:"registries,omitempty"`
Version string `json:"version,omitempty"`
}
type RegistryParams ¶
type RegistryParams struct {
Address string `json:"address,omitempty"`
Scheme string `json:"scheme,omitempty"`
CA string `json:"ca,omitempty"`
Username string `json:"username,omitempty"`
Password string `json:"password,omitempty"`
}
func (RegistryParams) Validate ¶
func (rp RegistryParams) Validate() error
Click to show internal directories.
Click to hide internal directories.