Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseApplication ¶
type BaseApplication interface { GetName() name.Application GetNamespace() string }
type HelmApplication ¶
type HelmApplication interface { BaseApplication SpecToHelmValues(spec *v1beta1.ToolsetSpec) interface{} GetChartInfo() *chart.Chart }
type YamlApplication ¶
type YamlApplication interface { BaseApplication GetYaml() interface{} }
Click to show internal directories.
Click to hide internal directories.