Documentation
¶
Index ¶
- Variables
- func CreateK8sResourceStructure(comp *component.ComponentDefinition) map[string]interface{}
- func ErrConvertK8s(err error) error
- func ErrCreateHelmChart(err error, operation string) error
- func ErrHelmPackage(err error) error
- func ErrLoadPattern(err error, patternFile string) error
- func NewK8sManifestsFromPatternfile(patternFile *pattern.PatternFile) (string, error)
- type HelmConverter
- type K8sConverter
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Error codes for Helm Converter ErrLoadPatternCode = "meshkit-11315" ErrConvertK8sCode = "meshkit-11316" ErrCreateChartCode = "meshkit-11317" ErrHelmPackageCode = "meshkit-11318" )
Functions ¶
func CreateK8sResourceStructure ¶
func CreateK8sResourceStructure(comp *component.ComponentDefinition) map[string]interface{}
func ErrConvertK8s ¶ added in v0.8.26
ErrConvertK8s returns error for failing to convert to K8s
func ErrCreateHelmChart ¶ added in v0.8.26
ErrCreateHelmChart returns error for failing to create Helm chart
func ErrHelmPackage ¶ added in v0.8.26
ErrHelmPackage returns error for failing to package Helm chart
func ErrLoadPattern ¶ added in v0.8.26
ErrLoadPattern returns error for failing to load pattern file
func NewK8sManifestsFromPatternfile ¶
func NewK8sManifestsFromPatternfile(patternFile *pattern.PatternFile) (string, error)
Types ¶
type HelmConverter ¶ added in v0.8.26
type HelmConverter struct{}
type K8sConverter ¶
type K8sConverter struct{}
Click to show internal directories.
Click to hide internal directories.