# Functions
CreateChart scaffolds a new helm chart for the project rooted in projectDir based on the passed opts.
# Constants
DefaultAPIVersion is the Kubernetes CRD API Version used for fetched charts when the --api-version flag is not specified.
HelmChartsDir is the relative directory within an SDK project where Helm charts are stored.
No description provided by the author
# Structs
CreateChartOptions is used to configure how a Helm chart is scaffolded for a new Helm operator project.
Dockerfile specifies the Helm Dockerfile scaffold.
DockerfileHybrid - Dockerfile for a hybrid operator.
Entrypoint - entrypoint script.
GopkgToml - the Gopkg.toml file for a hybrid operator.
Main - main source file for helm operator.
Operator specifies the Helm operator.yaml manifest scaffold.
UserSetup - userSetup script.
WatchesYAML specifies the Helm watches.yaml manifest scaffold.