haikube

package
v0.4.4 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2018 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 Config

type Config struct {
	Name   string `yaml:"name"`
	Cmd    string `yaml:"cmd"`
	Image  string `yaml:"image"`
	Tag    string `yaml:"tag"`
	Tiller struct {
		TillerNamespace string `yaml:"tiller_namespace"`
		Namespace       string `yaml:"namespace"`
	} `yaml:"tiller"`
	BaseImage  string                 `yaml:"baseimage"`
	Buildpack  string                 `yaml:"buildpack"`
	Ports      []int                  `yaml:"ports"`
	Env        map[string]string      `yaml:"env"`
	HelmValues map[string]interface{} `yaml:"helm_values"`
}

func (*Config) Parse

func (s *Config) Parse(f io.Reader) error

Jump to

Keyboard shortcuts

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