Documentation
¶
Index ¶
- Variables
- func CreateCluster(opts BootstrapOptions, kubeconfigPath string) error
- func DeleteCluster(clusterName string, kubeconfigPath string) error
- func InstallControllers(ctx context.Context, kubeClient client.Client, skipSylvaUnitsOperator bool) error
- func WaitForControllers(ctx context.Context, kubeClient client.Client, timeout time.Duration) error
- type BootstrapOptions
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // renovate: datasource=github-releases depName=fluxcd/flux2 FluxVersion = "v2.6.4" // renovate: datasource=github-releases depName=external-secrets/external-secrets ExsternaSecretOperatorVersion = "v1.1.0" // renovate: datasource=gitlab-tags depName=sylva-projects/sylva-elements/sylva-units-operator SylvaUnitsOperatorVersion = "v1.1.4" )
Controllers versions that will be updated by renovate alongside with embedded manifests
Functions ¶
func CreateCluster ¶
func CreateCluster(opts BootstrapOptions, kubeconfigPath string) error
func DeleteCluster ¶
func InstallControllers ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.