components

package
v0.0.0-...-ef6349b Latest Latest
Warning

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

Go to latest
Published: May 10, 2017 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ByName

type ByName []ComponentVersion

func (ByName) Len

func (v ByName) Len() int

func (ByName) Less

func (v ByName) Less(i, j int) bool

func (ByName) Swap

func (v ByName) Swap(i, j int)

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

Jump to

Keyboard shortcuts

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