From 9badbb74553921da17b6cbe58717ac57030a4df3 Mon Sep 17 00:00:00 2001 From: Andrea Mazzotti Date: Thu, 8 Feb 2024 13:21:08 +0100 Subject: [PATCH] Update to new github org Signed-off-by: Andrea Mazzotti --- Makefile | 2 +- bootstrap/api/v1beta1/doc.go | 2 +- controlplane/api/v1beta1/doc.go | 2 +- controlplane/api/v1beta1/kthreescontrolplane_types.go | 4 ++-- .../controlplane.cluster.x-k8s.io_kthreescontrolplanes.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 351e9228..0834fa4c 100644 --- a/Makefile +++ b/Makefile @@ -226,7 +226,7 @@ generate-controlplane-conversions: $(CONVERSION_GEN) $(CONVERSION_GEN) \ --input-dirs=./controlplane/api/v1beta1 \ --extra-peer-dirs=sigs.k8s.io/cluster-api/api/v1beta1 \ - --extra-peer-dirs=github.com/cluster-api-provider-k3s/cluster-api-k3s/bootstrap/api/v1beta1 \ + --extra-peer-dirs=github.com/k3s-io/cluster-api-k3s/bootstrap/api/v1beta1 \ --build-tag=ignore_autogenerated_conversions \ --output-file-base=zz_generated.conversion \ --output-base=./ \ diff --git a/bootstrap/api/v1beta1/doc.go b/bootstrap/api/v1beta1/doc.go index c12cfa01..e2fa1448 100644 --- a/bootstrap/api/v1beta1/doc.go +++ b/bootstrap/api/v1beta1/doc.go @@ -18,5 +18,5 @@ limitations under the License. // +kubebuilder:object:generate=true // +groupName=bootstrap.cluster.x-k8s.io // +k8s:defaulter-gen=TypeMeta -// +k8s:conversion-gen=github.com/cluster-api-provider-k3s/cluster-api-k3s/bootstrap/api/v1beta2 +// +k8s:conversion-gen=github.com/k3s-io/cluster-api-k3s/bootstrap/api/v1beta2 package v1beta1 diff --git a/controlplane/api/v1beta1/doc.go b/controlplane/api/v1beta1/doc.go index f327043e..064d2310 100644 --- a/controlplane/api/v1beta1/doc.go +++ b/controlplane/api/v1beta1/doc.go @@ -18,5 +18,5 @@ limitations under the License. // +kubebuilder:object:generate=true // +groupName=controlplane.cluster.x-k8s.io // +k8s:defaulter-gen=TypeMeta -// +k8s:conversion-gen=github.com/cluster-api-provider-k3s/cluster-api-k3s/controlplane/api/v1beta2 +// +k8s:conversion-gen=github.com/k3s-io/cluster-api-k3s/controlplane/api/v1beta2 package v1beta1 diff --git a/controlplane/api/v1beta1/kthreescontrolplane_types.go b/controlplane/api/v1beta1/kthreescontrolplane_types.go index 91688f3c..a9c7516a 100644 --- a/controlplane/api/v1beta1/kthreescontrolplane_types.go +++ b/controlplane/api/v1beta1/kthreescontrolplane_types.go @@ -70,7 +70,7 @@ type KThreesControlPlaneSpec struct { // offered by an infrastructure provider. // In the next API version we will move this into the // `KThreesControlPlaneMachineTemplate` struct. See - // https://github.com/cluster-api-provider-k3s/cluster-api-k3s/issues/62 + // https://github.com/k3s-io/cluster-api-k3s/issues/62 InfrastructureTemplate corev1.ObjectReference `json:"infrastructureTemplate"` // KThreesConfigSpec is a KThreesConfigSpec @@ -102,7 +102,7 @@ type KThreesControlPlaneSpec struct { // MachineTemplate contains information about how machines should be shaped // when creating or updating a control plane. // In the next API version we will move the InfrastructureTemplate field into -// this struct. See https://github.com/cluster-api-provider-k3s/cluster-api-k3s/issues/62 +// this struct. See https://github.com/k3s-io/cluster-api-k3s/issues/62 type KThreesControlPlaneMachineTemplate struct { // Standard object's metadata. // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata diff --git a/controlplane/config/crd/bases/controlplane.cluster.x-k8s.io_kthreescontrolplanes.yaml b/controlplane/config/crd/bases/controlplane.cluster.x-k8s.io_kthreescontrolplanes.yaml index c5bb6e98..0dc850bb 100644 --- a/controlplane/config/crd/bases/controlplane.cluster.x-k8s.io_kthreescontrolplanes.yaml +++ b/controlplane/config/crd/bases/controlplane.cluster.x-k8s.io_kthreescontrolplanes.yaml @@ -71,7 +71,7 @@ spec: description: InfrastructureTemplate is a required reference to a custom resource offered by an infrastructure provider. In the next API version we will move this into the `KThreesControlPlaneMachineTemplate` - struct. See https://github.com/cluster-api-provider-k3s/cluster-api-k3s/issues/62 + struct. See https://github.com/k3s-io/cluster-api-k3s/issues/62 properties: apiVersion: description: API version of the referent.