@@ -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
@@ -134,7 +134,7 @@ hivelocity-hivelocity InfrastructureProvider https://github.com/hivelocity
134
134
huawei InfrastructureProvider https://github.com/HuaweiCloudDeveloper/cluster-api-provider-huawei/releases/latest/ infrastructure-components.yaml
135
135
ibmcloud InfrastructureProvider https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud/releases/latest/ infrastructure-components.yaml
136
136
ionoscloud-ionoscloud InfrastructureProvider https://github.com/ionos-cloud/cluster-api-provider-ionoscloud/releases/latest/ infrastructure-components.yaml
137
- k0sproject-k0smotron InfrastructureProvider https://github.com/k0sproject /k0smotron/releases/latest/ infrastructure-components.yaml
137
+ k0sproject-k0smotron InfrastructureProvider https://github.com/k0smotron /k0smotron/releases/latest/ infrastructure-components.yaml
138
138
kubekey InfrastructureProvider https://github.com/kubesphere/kubekey/releases/latest/ infrastructure-components.yaml
139
139
kubevirt InfrastructureProvider https://github.com/kubernetes-sigs/cluster-api-provider-kubevirt/releases/latest/ infrastructure-components.yaml
140
140
linode-linode InfrastructureProvider https://github.com/linode/cluster-api-provider-linode/releases/latest/ infrastructure-components.yaml
@@ -177,7 +177,7 @@ var expectedOutputYaml = `- File: core_components.yaml
177
177
- File: bootstrap-components.yaml
178
178
Name: k0sproject-k0smotron
179
179
ProviderType: BootstrapProvider
180
- URL: https://github.com/k0sproject /k0smotron/releases/latest/
180
+ URL: https://github.com/k0smotron /k0smotron/releases/latest/
181
181
- File: bootstrap-components.yaml
182
182
Name: kubeadm
183
183
ProviderType: BootstrapProvider
@@ -205,7 +205,7 @@ var expectedOutputYaml = `- File: core_components.yaml
205
205
- File: control-plane-components.yaml
206
206
Name: k0sproject-k0smotron
207
207
ProviderType: ControlPlaneProvider
208
- URL: https://github.com/k0sproject /k0smotron/releases/latest/
208
+ URL: https://github.com/k0smotron /k0smotron/releases/latest/
209
209
- File: control-plane-components.yaml
210
210
Name: kamaji
211
211
ProviderType: ControlPlaneProvider
@@ -293,7 +293,7 @@ var expectedOutputYaml = `- File: core_components.yaml
293
293
- File: infrastructure-components.yaml
294
294
Name: k0sproject-k0smotron
295
295
ProviderType: InfrastructureProvider
296
- URL: https://github.com/k0sproject /k0smotron/releases/latest/
296
+ URL: https://github.com/k0smotron /k0smotron/releases/latest/
297
297
- File: infrastructure-components.yaml
298
298
Name: kubekey
299
299
ProviderType: InfrastructureProvider
0 commit comments