Skip to content

Commit bca1a22

Browse files
committed
refactor: migrate project to stackitcloud org
Signed-off-by: Jan Larwig <jan@larwig.com>
1 parent ecd9973 commit bca1a22

28 files changed

Lines changed: 55 additions & 59 deletions

‎PROJECT‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ domain: cluster.x-k8s.io
77
layout:
88
- go.kubebuilder.io/v4
99
projectName: cluster-api-provider-stackit
10-
repo: github.com/voigt/cluster-api-provider-stackit
10+
repo: github.com/stackitcloud/cluster-api-provider-stackit
1111
resources:
1212
- api:
1313
crdVersion: v1
@@ -16,7 +16,7 @@ resources:
1616
domain: cluster.x-k8s.io
1717
group: infrastructure
1818
kind: StackitCluster
19-
path: github.com/voigt/cluster-api-provider-stackit/api/v1alpha1
19+
path: github.com/stackitcloud/cluster-api-provider-stackit/api/v1alpha1
2020
version: v1alpha1
2121
webhooks:
2222
defaulting: true
@@ -29,7 +29,7 @@ resources:
2929
domain: cluster.x-k8s.io
3030
group: infrastructure
3131
kind: StackitMachine
32-
path: github.com/voigt/cluster-api-provider-stackit/api/v1alpha1
32+
path: github.com/stackitcloud/cluster-api-provider-stackit/api/v1alpha1
3333
version: v1alpha1
3434
webhooks:
3535
defaulting: true
@@ -41,7 +41,7 @@ resources:
4141
domain: cluster.x-k8s.io
4242
group: infrastructure
4343
kind: StackitClusterTemplate
44-
path: github.com/voigt/cluster-api-provider-stackit/api/v1alpha1
44+
path: github.com/stackitcloud/cluster-api-provider-stackit/api/v1alpha1
4545
version: v1alpha1
4646
webhooks:
4747
defaulting: true
@@ -53,7 +53,7 @@ resources:
5353
domain: cluster.x-k8s.io
5454
group: infrastructure
5555
kind: StackitMachineTemplate
56-
path: github.com/voigt/cluster-api-provider-stackit/api/v1alpha1
56+
path: github.com/stackitcloud/cluster-api-provider-stackit/api/v1alpha1
5757
version: v1alpha1
5858
webhooks:
5959
defaulting: true

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Kubernetes Cluster API Provider STACKIT (CAPSTK)
22

33
<p align="center">
4-
<img src="https://github.com/kubernetes/kubernetes/raw/master/logo/logo.png" width="100x"><a href="https://stackit.com/"><img width="192x" src="https://raw.githubusercontent.com/voigt/cluster-api-provider-stackit/refs/heads/main/docs/src/STACKIT_Logo_RGB_Regular_Navyblue-MZ.svg" alt="STACKIT - A Brand By Schwarz Digits"></a>
4+
<img src="https://github.com/kubernetes/kubernetes/raw/master/logo/logo.png" width="100x"><a href="https://stackit.com/"><img width="192x" src="https://raw.githubusercontent.com/stackitcloud/cluster-api-provider-stackit/refs/heads/main/docs/src/STACKIT_Logo_RGB_Regular_Navyblue-MZ.svg" alt="STACKIT - A Brand By Schwarz Digits"></a>
55
</p>
66

77
<p align="center">
8-
<a href="https://pkg.go.dev/github.com/voigt/cluster-api-provider-stackit"><img src="https://pkg.go.dev/badge/github.com/voigt/cluster-api-provider-stackit.svg" alt="Go Reference"></a>
8+
<a href="https://pkg.go.dev/github.com/stackitcloud/cluster-api-provider-stackit"><img src="https://pkg.go.dev/badge/github.com/stackitcloud/cluster-api-provider-stackit.svg" alt="Go Reference"></a>
99
</p>
1010

1111
------
@@ -30,7 +30,7 @@ Cluster API Provider STACKIT is abbreviated as CAPSTK.
3030
3131
## Documentation
3232

33-
Please see our [book](https://capstk.voigt.fyi/) for in-depth documentation.
33+
Please see our [book](https://stackitcloud.github.io/cluster-api-provider-stackit) for in-depth documentation.
3434

3535
Use `make serve-book` to serve the book locally from this repository.
3636

‎cmd/cleanup-stackit/main.go‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import (
1515
"fmt"
1616
"os"
1717

18-
"github.com/voigt/cluster-api-provider-stackit/pkg/cloud"
19-
"github.com/voigt/cluster-api-provider-stackit/pkg/util"
18+
"github.com/stackitcloud/cluster-api-provider-stackit/pkg/cloud"
19+
"github.com/stackitcloud/cluster-api-provider-stackit/pkg/util"
2020
)
2121

2222
const (

‎cmd/main.go‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ import (
3636
metricsserver "sigs.k8s.io/controller-runtime/pkg/metrics/server"
3737
"sigs.k8s.io/controller-runtime/pkg/webhook"
3838

39-
infrastructurev1alpha1 "github.com/voigt/cluster-api-provider-stackit/api/v1alpha1"
40-
"github.com/voigt/cluster-api-provider-stackit/internal/controller"
41-
webhookv1alpha1 "github.com/voigt/cluster-api-provider-stackit/internal/webhook/v1alpha1"
42-
"github.com/voigt/cluster-api-provider-stackit/pkg/cloud"
39+
infrastructurev1alpha1 "github.com/stackitcloud/cluster-api-provider-stackit/api/v1alpha1"
40+
"github.com/stackitcloud/cluster-api-provider-stackit/internal/controller"
41+
webhookv1alpha1 "github.com/stackitcloud/cluster-api-provider-stackit/internal/webhook/v1alpha1"
42+
"github.com/stackitcloud/cluster-api-provider-stackit/pkg/cloud"
4343
// +kubebuilder:scaffold:imports
4444
)
4545

‎docs/book.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ src = "src"
55
title = "Cluster API Provider STACKIT"
66

77
[output.html]
8-
git-repository-url = "https://github.com/voigt/cluster-api-provider-stackit"
9-
edit-url-template = "https://github.com/voigt/cluster-api-provider-stackit/edit/main/docs/{path}"
8+
git-repository-url = "https://github.com/stackitcloud/cluster-api-provider-stackit"
9+
edit-url-template = "https://github.com/stackitcloud/cluster-api-provider-stackit/edit/main/docs/{path}"
1010
no-section-label = true
1111
admonitions = true
1212

‎docs/src/development/architecture.md‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,7 @@ coverage. SDK integration tests are opt-in and require real STACKIT credentials.
9696
## STACKIT ProviderID Compatibility
9797

9898
The providerID format is verified against the local `cloud-provider-stackit`
99-
repository at:
100-
101-
```text
102-
/Users/c.voigt/go/src/tangled.org/voigt.tngl.sh/cloud-provider-stackit
103-
```
99+
repository.
104100

105101
Relevant reference points:
106102

‎go.mod‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/voigt/cluster-api-provider-stackit
1+
module github.com/stackitcloud/cluster-api-provider-stackit
22

33
go 1.25.7
44

‎internal/controller/contract_helpers.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
"sigs.k8s.io/cluster-api/util/annotations"
2020
"sigs.k8s.io/controller-runtime/pkg/client"
2121

22-
"github.com/voigt/cluster-api-provider-stackit/pkg/util"
22+
"github.com/stackitcloud/cluster-api-provider-stackit/pkg/util"
2323
)
2424

2525
func reconciliationPaused(cluster *clusterv1.Cluster, obj client.Object) (bool, string) {

‎internal/controller/controller_test_helpers_test.go‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ import (
2121

2222
clusterv1 "sigs.k8s.io/cluster-api/api/core/v1beta2"
2323

24-
infrav1 "github.com/voigt/cluster-api-provider-stackit/api/v1alpha1"
25-
"github.com/voigt/cluster-api-provider-stackit/pkg/cloud"
24+
infrav1 "github.com/stackitcloud/cluster-api-provider-stackit/api/v1alpha1"
25+
"github.com/stackitcloud/cluster-api-provider-stackit/pkg/cloud"
2626
)
2727

2828
const (

‎internal/controller/stackitcluster_controller.go‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ import (
3838
logf "sigs.k8s.io/controller-runtime/pkg/log"
3939
"sigs.k8s.io/controller-runtime/pkg/reconcile"
4040

41-
infrav1 "github.com/voigt/cluster-api-provider-stackit/api/v1alpha1"
42-
"github.com/voigt/cluster-api-provider-stackit/pkg/cloud"
43-
"github.com/voigt/cluster-api-provider-stackit/pkg/scope"
44-
"github.com/voigt/cluster-api-provider-stackit/pkg/util"
41+
infrav1 "github.com/stackitcloud/cluster-api-provider-stackit/api/v1alpha1"
42+
"github.com/stackitcloud/cluster-api-provider-stackit/pkg/cloud"
43+
"github.com/stackitcloud/cluster-api-provider-stackit/pkg/scope"
44+
"github.com/stackitcloud/cluster-api-provider-stackit/pkg/util"
4545
)
4646

4747
const (

0 commit comments

Comments
 (0)