toolset

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Application

type Application struct {
	Name string           `yaml:"name"`
	File *ApplicationFile `yaml:"file"`
}

type ApplicationFile

type ApplicationFile struct {
	Chart     *Chart            `yaml:"chart"`
	ImageTags map[string]string `yaml:"imageTags"`
	Crds      []string          `yaml:"crds,omitempty"`
}

type Chart

type Chart struct {
	Name    string `yaml:"name"`
	Version string `yaml:"version"`
	Index   Index  `yaml:"index"`
}

type Index

type Index struct {
	Name string `yaml:"name"`
	URL  string `yaml:"url"`
}

type Toolset

type Toolset struct {
	Name         string         `yaml:"name"`
	Applications []*Application `yaml:"applications"`
}

type Toolsets

type Toolsets struct {
	Toolsets []*Toolset `yaml:"Toolsets"`
}

func NewToolsetsFromYaml

func NewToolsetsFromYaml(logger logging.Logger, toolsetsDirectoryPath string) (*Toolsets, error)

Jump to

Keyboard shortcuts

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