application

package
v0.31.6 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2020 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetOrderNumber

func GetOrderNumber(appName name.Application) int

Types

type Application

type Application interface {
	Deploy(*v1beta2.ToolsetSpec) bool
	GetName() name.Application
}

func New

func New(monitor mntr.Monitor, appName name.Application, orb string) Application

type HelmApplication

type HelmApplication interface {
	Application
	GetNamespace() string
	GetChartInfo() *chart.Chart
	GetImageTags() map[string]string
	SpecToHelmValues(mntr.Monitor, *v1beta2.ToolsetSpec) interface{}
}

type YAMLApplication

type YAMLApplication interface {
	Application
	GetYaml(mntr.Monitor, *v1beta2.ToolsetSpec) interface{}
}

Jump to

Keyboard shortcuts

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