Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNameEmpty = errors.New("registry name is empty")
Functions ¶
Types ¶
type Config ¶
type Config interface {
log.LoggerGetter
Install() error
Host() string
Validate() error
}
Config is an interface to manage particular helm reg.
type Configs ¶ added in v0.19.1
type Configs []Config
Configs type of array Config.
func (Configs) JSONSchema ¶ added in v0.23.0
func (Configs) JSONSchema() *jsonschema.Schema
type DuplicateError ¶ added in v0.30.2
type DuplicateError struct {
Host string
}
func (DuplicateError) Error ¶ added in v0.30.2
func (err DuplicateError) Error() string
func (DuplicateError) Is ¶ added in v0.30.2
func (DuplicateError) Is(target error) bool
type NotFoundError ¶ added in v0.30.2
type NotFoundError struct {
Host string
}
func (NotFoundError) Error ¶ added in v0.30.2
func (err NotFoundError) Error() string
func (NotFoundError) Is ¶ added in v0.30.2
func (NotFoundError) Is(target error) bool
Click to show internal directories.
Click to hide internal directories.