generate

package
v0.3.20 Latest Latest
Warning

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

Go to latest
Published: May 14, 2019 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultValues = "install/helm/supergloo/values-defaults.yaml"
	ValuesOutput  = "install/helm/supergloo/values.yaml"
	ChartTemplate = "install/helm/supergloo/Chart-template.yaml"
	ChartOutput   = "install/helm/supergloo/Chart.yaml"
)

Variables

This section is empty.

Functions

func Run

func Run(version, imageTag, pullPolicy, prefix string) error

func RunWithGlooVersion added in v0.3.14

func RunWithGlooVersion(version, imageTag, pullPolicy, prefix, glooVersion string) error

Types

type Config

type Config struct {
	Supergloo     *Supergloo     `json:"supergloo,omitempty"`
	Discovery     *Discovery     `json:"discovery,omitempty"`
	MeshDiscovery *MeshDiscovery `json:"meshDiscovery,omitempty"`
	Rbac          *Rbac          `json:"rbac,omitempty"`
}

type Discovery

type Discovery struct {
	Deployment *StandardDeployment `json:"deployment,omitempty"`
}

type MeshDiscovery added in v0.3.9

type MeshDiscovery struct {
	Deployment *StandardDeployment `json:"deployment,omitempty"`
}

type Rbac

type Rbac struct {
	Create bool `json:"create"`
}

type StandardDeployment

type StandardDeployment struct {
	Image *generate.Image `json:"image,omitempty"`
	Stats bool            `json:"stats"`
}

type Supergloo

type Supergloo struct {
	Deployment               *StandardDeployment `json:"deployment,omitempty"`
	DisablePrometheusBouncer bool                `json:"disablePrometheusBouncer,omitempty"`
}

Jump to

Keyboard shortcuts

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