Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetVersionsForComponent ¶
Types ¶
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 Deployment ¶
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 }
Click to show internal directories.
Click to hide internal directories.