@@ -105,14 +105,14 @@ var expectedOutputText = `NAME TYPE URL
105
105
cluster-api CoreProvider https://github.com/myorg/myforkofclusterapi/releases/latest/ core_components.yaml
106
106
another-provider BootstrapProvider ./ bootstrap-components.yaml
107
107
canonical-kubernetes BootstrapProvider https://github.com/canonical/cluster-api-k8s/releases/latest/ bootstrap-components.yaml
108
- k0sproject-k0smotron BootstrapProvider https://github.com/k0sproject /k0smotron/releases/latest/ bootstrap-components.yaml
108
+ k0sproject-k0smotron BootstrapProvider https://github.com/k0smotron /k0smotron/releases/latest/ bootstrap-components.yaml
109
109
kubeadm BootstrapProvider https://github.com/kubernetes-sigs/cluster-api/releases/latest/ bootstrap-components.yaml
110
110
kubekey-k3s BootstrapProvider https://github.com/kubesphere/kubekey/releases/latest/ bootstrap-components.yaml
111
111
microk8s BootstrapProvider https://github.com/canonical/cluster-api-bootstrap-provider-microk8s/releases/latest/ bootstrap-components.yaml
112
112
rke2 BootstrapProvider https://github.com/rancher/cluster-api-provider-rke2/releases/latest/ bootstrap-components.yaml
113
113
talos BootstrapProvider https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/latest/ bootstrap-components.yaml
114
114
canonical-kubernetes ControlPlaneProvider https://github.com/canonical/cluster-api-k8s/releases/latest/ control-plane-components.yaml
115
- k0sproject-k0smotron ControlPlaneProvider https://github.com/k0sproject /k0smotron/releases/latest/ control-plane-components.yaml
115
+ k0sproject-k0smotron ControlPlaneProvider https://github.com/k0smotron /k0smotron/releases/latest/ control-plane-components.yaml
116
116
kamaji ControlPlaneProvider https://github.com/clastix/cluster-api-control-plane-provider-kamaji/releases/latest/ control-plane-components.yaml
117
117
kubeadm ControlPlaneProvider https://github.com/kubernetes-sigs/cluster-api/releases/latest/ control-plane-components.yaml
118
118
kubekey-k3s ControlPlaneProvider https://github.com/kubesphere/kubekey/releases/latest/ control-plane-components.yaml
@@ -133,7 +133,7 @@ hetzner InfrastructureProvider https://github.com/syself/clu
133
133
hivelocity-hivelocity InfrastructureProvider https://github.com/hivelocity/cluster-api-provider-hivelocity/releases/latest/ infrastructure-components.yaml
134
134
ibmcloud InfrastructureProvider https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud/releases/latest/ infrastructure-components.yaml
135
135
ionoscloud-ionoscloud InfrastructureProvider https://github.com/ionos-cloud/cluster-api-provider-ionoscloud/releases/latest/ infrastructure-components.yaml
136
- k0sproject-k0smotron InfrastructureProvider https://github.com/k0sproject /k0smotron/releases/latest/ infrastructure-components.yaml
136
+ k0sproject-k0smotron InfrastructureProvider https://github.com/k0smotron /k0smotron/releases/latest/ infrastructure-components.yaml
137
137
kubekey InfrastructureProvider https://github.com/kubesphere/kubekey/releases/latest/ infrastructure-components.yaml
138
138
kubevirt InfrastructureProvider https://github.com/kubernetes-sigs/cluster-api-provider-kubevirt/releases/latest/ infrastructure-components.yaml
139
139
linode-linode InfrastructureProvider https://github.com/linode/cluster-api-provider-linode/releases/latest/ infrastructure-components.yaml
@@ -176,7 +176,7 @@ var expectedOutputYaml = `- File: core_components.yaml
176
176
- File: bootstrap-components.yaml
177
177
Name: k0sproject-k0smotron
178
178
ProviderType: BootstrapProvider
179
- URL: https://github.com/k0sproject /k0smotron/releases/latest/
179
+ URL: https://github.com/k0smotron /k0smotron/releases/latest/
180
180
- File: bootstrap-components.yaml
181
181
Name: kubeadm
182
182
ProviderType: BootstrapProvider
@@ -204,7 +204,7 @@ var expectedOutputYaml = `- File: core_components.yaml
204
204
- File: control-plane-components.yaml
205
205
Name: k0sproject-k0smotron
206
206
ProviderType: ControlPlaneProvider
207
- URL: https://github.com/k0sproject /k0smotron/releases/latest/
207
+ URL: https://github.com/k0smotron /k0smotron/releases/latest/
208
208
- File: control-plane-components.yaml
209
209
Name: kamaji
210
210
ProviderType: ControlPlaneProvider
@@ -288,7 +288,7 @@ var expectedOutputYaml = `- File: core_components.yaml
288
288
- File: infrastructure-components.yaml
289
289
Name: k0sproject-k0smotron
290
290
ProviderType: InfrastructureProvider
291
- URL: https://github.com/k0sproject /k0smotron/releases/latest/
291
+ URL: https://github.com/k0smotron /k0smotron/releases/latest/
292
292
- File: infrastructure-components.yaml
293
293
Name: kubekey
294
294
ProviderType: InfrastructureProvider
0 commit comments