Skip to content

Commit

Permalink
Update to new github org
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Mazzotti <[email protected]>
  • Loading branch information
anmazzotti committed Mar 27, 2024
1 parent cdce0e2 commit 5516a0a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,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=./ \
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/api/v1beta1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion controlplane/api/v1beta1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions controlplane/api/v1beta1/kthreescontrolplane_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,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.
Expand Down

0 comments on commit 5516a0a

Please sign in to comment.