application

package
v1.5.13 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2020 License: Apache-2.0 Imports: 26 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(*latest.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, *latest.ToolsetSpec) interface{}
}

type YAMLApplication

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

Jump to

Keyboard shortcuts

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