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