types

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	Helm
	File

	App  string
	Type string
}

type Channel

type Channel struct {
	Name                string
	Path                string
	Apps                []App
	Folder              string
	FileWhitelistRegexp *string
}

type Cluster

type Cluster struct {
	Name string
	Kops *Kops
}

type File

type File struct {
	Path string
}

type Helm

type Helm struct {
	Values map[string]interface{}
}

type InstanceGroup

type InstanceGroup struct {
	Name  string
	Value map[string]interface{}
}

type Kops

type Kops struct {
	Env     map[string]string
	Create  map[string]interface{}
	Cluster map[string]interface{}

	InstanceGroups []InstanceGroup
	Channels       []Channel
}

Jump to

Keyboard shortcuts

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