release

package
v0.0.0-...-c21a40d Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2022 License: EUPL-1.2 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetVersionsForComponent

func GetVersionsForComponent(roleName string, directory string, branch string) string

func NewCommand

func NewCommand() *cobra.Command

NewCommand creates a new command

Types

type Chart

type Chart struct {
	Name    string
	Version string
	Owner   string
	Repo    string
}

Chart specifies name and version of a helm chart

type ComponentConfig

type ComponentConfig struct {
	Name        string
	Charts      chartMap
	Deployments map[string]Deployment
	Pypi        map[string]Deployment
	MetaConfig  MetaConfig
}

ComponentConfig contains component configuration

type Dependency

type Dependency struct {
	Name    string
	Src     string
	Version string
}

type Deployment

type Deployment struct {
	Version string
	Repo    string
}

Deployment specifies repo and version of a deployment

type DeploymentVersions

type DeploymentVersions struct {
	// contains filtered or unexported fields
}

DeploymentVersions has current and available version for a deployment

type GitHubTag

type GitHubTag struct {
	Name string `json:"name"`
}

GitHubTag specifies a tag in a GitHub project

type MetaConfig

type MetaConfig struct {
	Version      string
	Dependencies []Dependency
}

type Versions

type Versions struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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