application

package
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2020 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetOrderNumber added in v0.8.1

func GetOrderNumber(appName name.Application) int

Types

type Application

type Application interface {
	Initial() bool
	Changed(*v1beta1.ToolsetSpec) bool
	Deploy(*v1beta1.ToolsetSpec) bool
	SetAppliedSpec(*v1beta1.ToolsetSpec)
	GetName() name.Application
	GetNamespace() string
}

func New

func New(logger logging.Logger, appName name.Application) Application

type HelmApplication

type HelmApplication interface {
	Application
	GetChartInfo() *chart.Chart
	GetImageTags() map[string]string
	SpecToHelmValues(spec *v1beta1.ToolsetSpec) interface{}
}

type YAMLApplication

type YAMLApplication interface {
	Application
	GetYaml() interface{}
}

Jump to

Keyboard shortcuts

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