repo

package
v0.30.2 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2023 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNameEmpty = errors.New("repository name is empty")
	ErrURLEmpty  = errors.New("repository url is empty")
)

Functions

func IndexOfName added in v0.12.0

func IndexOfName(a []Config, name string) (int, bool)

IndexOfName searches repository in slice of repositories by name. Returns offset.

Types

type Config

type Config interface {
	helper.EqualChecker[Config]
	log.LoggerGetter
	Install(context.Context, *helm.EnvSettings, *repo.File) error
	Name() string
	URL() string
	Validate() error
}

Config is an interface to manage particular helm repository.

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

func (*Configs) UnmarshalYAML added in v0.19.1

func (r *Configs) UnmarshalYAML(node *yaml.Node) error

UnmarshalYAML is an unmarshaller for gopkg.in/yaml.v3 to parse YAML into `Config` interface.

type DuplicateError added in v0.30.2

type DuplicateError struct {
	Name 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 InvalidURLError added in v0.30.2

type InvalidURLError struct {
	URL string
}

func (InvalidURLError) Error added in v0.30.2

func (err InvalidURLError) Error() string

func (InvalidURLError) Is added in v0.30.2

func (InvalidURLError) Is(target error) bool

type NotFoundError added in v0.30.2

type NotFoundError struct {
	Name 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

Jump to

Keyboard shortcuts

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