Documentation ¶
Index ¶
- Variables
- func ConvertToK8sManifest(path string, w io.Writer) error
- func DryRunHelmChart(chart *chart.Chart) ([]byte, error)
- func ErrDryRunHelmChart(err error, chartName string) error
- func ErrLoadHelmChart(err error, path string) error
- func IsHelmChart(dirPath string) bool
- func LoadHelmChart(path string, w io.Writer, extractOnlyCrds bool) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrDryRunHelmChartCode = "meshkit-11187" ErrLoadHelmChartCode = "meshkit-11188" )
Functions ¶
func ConvertToK8sManifest ¶
Takes in the directory and converts HelmCharts/multiple manifests into a single K8s manifest
func DryRunHelmChart ¶
DryRun a given helm chart to convert into k8s manifest
func ErrDryRunHelmChart ¶
func ErrLoadHelmChart ¶
func IsHelmChart ¶
Exisitence of Chart.yaml/Chart.yml indicates the directory contains a helm chart
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.