Documentation ¶
Overview ¶
Package config handles the cluster configuration file generation. It implements an interactive configuration generation as well as provides default configuration for single node deployments.
Index ¶
- func ApplyEmbeddedUnsupportedOverrides(config *v1beta1.Cluster, embconfig string) error
- func ReadConfigFile(cfgPath string) (*v1beta1.Cluster, error)
- func RenderClusterConfig(ctx context.Context, multi bool) (*v1beta1.Cluster, error)
- func UpdateHelmConfigs(cfg *v1beta1.Cluster, opts ...addons.Option) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyEmbeddedUnsupportedOverrides ¶
ApplyEmbeddedUnsupportedOverrides applies the custom configuration to the cluster config.
func ReadConfigFile ¶
ReadConfigFile reads the cluster configuration from the provided file.
func RenderClusterConfig ¶
RenderClusterConfig renders a cluster configuration interactively.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.