This repository was archived by the owner on Aug 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 11 files changed +19
-22
lines changed Expand file tree Collapse file tree 11 files changed +19
-22
lines changed Original file line number Diff line number Diff line change 1
1
domain: cluster.x-k8s.io
2
- repo: github.com/packethost /cluster-api-provider-packet
2
+ repo: sigs.k8s.io /cluster-api-provider-packet
3
3
resources:
4
4
- group: infrastructure
5
5
kind: PacketCluster
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ import (
32
32
"sigs.k8s.io/controller-runtime/pkg/handler"
33
33
"sigs.k8s.io/controller-runtime/pkg/source"
34
34
35
- "github.com/packethost /cluster-api-provider-packet/api/v1alpha3"
36
- infrastructurev1alpha3 "github.com/packethost /cluster-api-provider-packet/api/v1alpha3"
37
- packet "github.com/packethost /cluster-api-provider-packet/pkg/cloud/packet"
38
- "github.com/packethost /cluster-api-provider-packet/pkg/cloud/packet/scope"
35
+ "sigs.k8s.io /cluster-api-provider-packet/api/v1alpha3"
36
+ infrastructurev1alpha3 "sigs.k8s.io /cluster-api-provider-packet/api/v1alpha3"
37
+ packet "sigs.k8s.io /cluster-api-provider-packet/pkg/cloud/packet"
38
+ "sigs.k8s.io /cluster-api-provider-packet/pkg/cloud/packet/scope"
39
39
)
40
40
41
41
// PacketClusterReconciler reconciles a PacketCluster object
Original file line number Diff line number Diff line change @@ -39,12 +39,13 @@ import (
39
39
"sigs.k8s.io/controller-runtime/pkg/client"
40
40
"sigs.k8s.io/controller-runtime/pkg/controller/controllerutil"
41
41
"sigs.k8s.io/controller-runtime/pkg/handler"
42
+ "sigs.k8s.io/controller-runtime/pkg/reconcile"
42
43
"sigs.k8s.io/controller-runtime/pkg/source"
43
44
44
- packet "github.com/packethost /cluster-api-provider-packet/pkg/cloud/packet"
45
- "github.com/packethost /cluster-api-provider-packet/pkg/cloud/packet/scope"
45
+ packet "sigs.k8s.io /cluster-api-provider-packet/pkg/cloud/packet"
46
+ "sigs.k8s.io /cluster-api-provider-packet/pkg/cloud/packet/scope"
46
47
47
- infrastructurev1alpha3 "github.com/packethost /cluster-api-provider-packet/api/v1alpha3"
48
+ infrastructurev1alpha3 "sigs.k8s.io /cluster-api-provider-packet/api/v1alpha3"
48
49
)
49
50
50
51
const (
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import (
32
32
logf "sigs.k8s.io/controller-runtime/pkg/log"
33
33
"sigs.k8s.io/controller-runtime/pkg/log/zap"
34
34
35
- infrastructurev1alpha3 "github.com/packethost /cluster-api-provider-packet/api/v1alpha3"
35
+ infrastructurev1alpha3 "sigs.k8s.io /cluster-api-provider-packet/api/v1alpha3"
36
36
clusterv1 "sigs.k8s.io/cluster-api/api/v1alpha3"
37
37
// +kubebuilder:scaffold:imports
38
38
)
Original file line number Diff line number Diff line change 1
- module github.com/packethost /cluster-api-provider-packet
1
+ module sigs.k8s.io /cluster-api-provider-packet
2
2
3
3
go 1.13
4
4
Original file line number Diff line number Diff line change @@ -74,8 +74,6 @@ github.com/davecgh/go-spew v0.0.0-20151105211317-5215b55f46b2/go.mod h1:J7Y8YcW2
74
74
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
75
75
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
76
76
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
77
- github.com/deitch/packngo v0.2.1-0.20200628082620-d644bb21e1f3 h1:ph32bLs6ix+iPhSP4oapLhlpIwW1n9I9e7wELpnvBfI =
78
- github.com/deitch/packngo v0.2.1-0.20200628082620-d644bb21e1f3 /go.mod h1:erURcsqYzwc9wSb04TX4so+s6F3uZtbXUil0W1LCGHA =
79
77
github.com/dgrijalva/jwt-go v3.2.0+incompatible /go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ =
80
78
github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954 /go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no =
81
79
github.com/docker/distribution v2.7.1+incompatible h1:a5mlkVzth6W5A4fOsS3D2EO5BUmsJpcB+cRlLU7cSug =
@@ -322,8 +320,6 @@ github.com/onsi/gomega v1.9.0 h1:R1uwffexN6Pr340GtYRIdZmAiN4J+iw6WG4wog1DUXg=
322
320
github.com/onsi/gomega v1.9.0 /go.mod h1:Ho0h+IUsWyvy1OpqCwxlQ/21gkhVunqlU8fDGcoTdcA =
323
321
github.com/opencontainers/go-digest v1.0.0-rc1 h1:WzifXhOVOEOuFYOJAW6aQqW0TooG2iki3E3Ii+WN7gQ =
324
322
github.com/opencontainers/go-digest v1.0.0-rc1 /go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s =
325
- github.com/packethost/packngo v0.2.0 h1:mSlzOof8PsOWCy78sBMt/PwMJTEjjQ/rRvMixu4Nm6c =
326
- github.com/packethost/packngo v0.2.0 /go.mod h1:RQHg5xR1F614BwJyepfMqrKN+32IH0i7yX+ey43rEeQ =
327
323
github.com/packethost/packngo v0.2.1-0.20200629161839-1810e48469b4 h1:T6L0ioYOSzOfX9/DzmeXMOuqJb3GldrVHJe4lLJw3Bk =
328
324
github.com/packethost/packngo v0.2.1-0.20200629161839-1810e48469b4 /go.mod h1:erURcsqYzwc9wSb04TX4so+s6F3uZtbXUil0W1LCGHA =
329
325
github.com/pborman/uuid v1.2.0 /go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k =
Original file line number Diff line number Diff line change 1
- module github.com/packethost /cluster-api-provider-packet/hack/tools
1
+ module sigs.k8s.io /cluster-api-provider-packet/hack/tools
2
2
3
3
go 1.14
4
4
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ import (
26
26
ctrl "sigs.k8s.io/controller-runtime"
27
27
"sigs.k8s.io/controller-runtime/pkg/log/zap"
28
28
29
- packet "github.com/packethost /cluster-api-provider-packet/pkg/cloud/packet"
29
+ packet "sigs.k8s.io /cluster-api-provider-packet/pkg/cloud/packet"
30
30
31
- infrastructurev1alpha3 "github.com/packethost /cluster-api-provider-packet/api/v1alpha3"
32
- "github.com/packethost /cluster-api-provider-packet/controllers"
31
+ infrastructurev1alpha3 "sigs.k8s.io /cluster-api-provider-packet/api/v1alpha3"
32
+ "sigs.k8s.io /cluster-api-provider-packet/controllers"
33
33
clusterv1 "sigs.k8s.io/cluster-api/api/v1alpha3"
34
34
// +kubebuilder:scaffold:imports
35
35
)
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ import (
24
24
"strings"
25
25
"text/template"
26
26
27
- infrastructurev1alpha3 "github.com/packethost/cluster-api-provider-packet/api/v1alpha3"
28
- "github.com/packethost/cluster-api-provider-packet/pkg/cloud/packet/scope"
29
27
"github.com/packethost/packngo"
30
28
"github.com/pkg/errors"
31
29
corev1 "k8s.io/api/core/v1"
30
+ infrastructurev1alpha3 "sigs.k8s.io/cluster-api-provider-packet/api/v1alpha3"
31
+ "sigs.k8s.io/cluster-api-provider-packet/pkg/cloud/packet/scope"
32
32
)
33
33
34
34
const (
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
22
22
"github.com/go-logr/logr"
23
23
"github.com/pkg/errors"
24
24
25
- infrav1 "github.com/packethost /cluster-api-provider-packet/api/v1alpha3"
25
+ infrav1 "sigs.k8s.io /cluster-api-provider-packet/api/v1alpha3"
26
26
27
27
"k8s.io/klog/klogr"
28
28
You can’t perform that action at this time.
0 commit comments