Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByName ¶
type ByName []ComponentVersion
type ComponentVersion ¶
type ComponentVersion struct { Name string `json:"name"` ChartVersion string `json:"chart"` ComponentVersion string `json:"component"` Diff string `json:"diff"` Clean bool `json:"clean"` }
ComponentVersion is a combination of the different types
func CheckVersions ¶
func CheckVersions(chart map[string]interface{}, repositoryMap map[string]string, ghclient *github.Client) ([]ComponentVersion, error)
CheckVersions checks the versions of all components
Click to show internal directories.
Click to hide internal directories.