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{} }
Directories ¶
Path | Synopsis |
---|---|
applications
|
|
Package application is a generated GoMock package.
|
Package application is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.