# Functions
CreateChart scaffolds a new helm chart for the project rooted in projectDir based on the passed opts.
CreateRoleScaffold generates a role scaffold from the provided helm chart.
No description provided by the author
No description provided by the author
# Constants
DefaultAPIVersion is the Kubernetes CRD API Version used for fetched charts when the --api-version flag is not specified.
No description provided by the author
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.
GoMod - the go.mod file for a Helm hybrid operator.
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.