Documentation ¶
Index ¶
Constants ¶
View Source
const ( K3SChart = "vcluster" K0SChart = "vcluster-k0s" K8SChart = "vcluster-k8s" EKSChart = "vcluster-eks" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChartOptions ¶
type ChartOptions struct { ChartName string ChartRepo string ChartVersion string CIDR string CreateClusterRole bool DisableIngressSync bool Expose bool NodePort bool SyncNodes bool K3SImage string Isolate bool KubernetesVersion Version DisableTelemetry bool InstanceCreatorType string InstanceCreatorUID string Pro bool }
ChartOptions holds the chart options
Click to show internal directories.
Click to hide internal directories.