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 11domain: cluster.x-k8s.io
2- repo: github.com/packethost /cluster-api-provider-packet
2+ repo: sigs.k8s.io /cluster-api-provider-packet
33resources:
44- group: infrastructure
55 kind: PacketCluster
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ import (
3232 "sigs.k8s.io/controller-runtime/pkg/handler"
3333 "sigs.k8s.io/controller-runtime/pkg/source"
3434
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"
3939)
4040
4141// PacketClusterReconciler reconciles a PacketCluster object
Original file line number Diff line number Diff line change @@ -39,12 +39,13 @@ import (
3939 "sigs.k8s.io/controller-runtime/pkg/client"
4040 "sigs.k8s.io/controller-runtime/pkg/controller/controllerutil"
4141 "sigs.k8s.io/controller-runtime/pkg/handler"
42+ "sigs.k8s.io/controller-runtime/pkg/reconcile"
4243 "sigs.k8s.io/controller-runtime/pkg/source"
4344
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"
4647
47- infrastructurev1alpha3 "github.com/packethost /cluster-api-provider-packet/api/v1alpha3"
48+ infrastructurev1alpha3 "sigs.k8s.io /cluster-api-provider-packet/api/v1alpha3"
4849)
4950
5051const (
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import (
3232 logf "sigs.k8s.io/controller-runtime/pkg/log"
3333 "sigs.k8s.io/controller-runtime/pkg/log/zap"
3434
35- infrastructurev1alpha3 "github.com/packethost /cluster-api-provider-packet/api/v1alpha3"
35+ infrastructurev1alpha3 "sigs.k8s.io /cluster-api-provider-packet/api/v1alpha3"
3636 clusterv1 "sigs.k8s.io/cluster-api/api/v1alpha3"
3737 // +kubebuilder:scaffold:imports
3838)
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
22
33go 1.13
44
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
7474github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
7575github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
7676github.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 =
7977github.com/dgrijalva/jwt-go v3.2.0+incompatible /go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ =
8078github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954 /go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no =
8179github.com/docker/distribution v2.7.1+incompatible h1:a5mlkVzth6W5A4fOsS3D2EO5BUmsJpcB+cRlLU7cSug =
@@ -322,8 +320,6 @@ github.com/onsi/gomega v1.9.0 h1:R1uwffexN6Pr340GtYRIdZmAiN4J+iw6WG4wog1DUXg=
322320github.com/onsi/gomega v1.9.0 /go.mod h1:Ho0h+IUsWyvy1OpqCwxlQ/21gkhVunqlU8fDGcoTdcA =
323321github.com/opencontainers/go-digest v1.0.0-rc1 h1:WzifXhOVOEOuFYOJAW6aQqW0TooG2iki3E3Ii+WN7gQ =
324322github.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 =
327323github.com/packethost/packngo v0.2.1-0.20200629161839-1810e48469b4 h1:T6L0ioYOSzOfX9/DzmeXMOuqJb3GldrVHJe4lLJw3Bk =
328324github.com/packethost/packngo v0.2.1-0.20200629161839-1810e48469b4 /go.mod h1:erURcsqYzwc9wSb04TX4so+s6F3uZtbXUil0W1LCGHA =
329325github.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
22
33go 1.14
44
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ import (
2626 ctrl "sigs.k8s.io/controller-runtime"
2727 "sigs.k8s.io/controller-runtime/pkg/log/zap"
2828
29- packet "github.com/packethost /cluster-api-provider-packet/pkg/cloud/packet"
29+ packet "sigs.k8s.io /cluster-api-provider-packet/pkg/cloud/packet"
3030
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"
3333 clusterv1 "sigs.k8s.io/cluster-api/api/v1alpha3"
3434 // +kubebuilder:scaffold:imports
3535)
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ import (
2424 "strings"
2525 "text/template"
2626
27- infrastructurev1alpha3 "github.com/packethost/cluster-api-provider-packet/api/v1alpha3"
28- "github.com/packethost/cluster-api-provider-packet/pkg/cloud/packet/scope"
2927 "github.com/packethost/packngo"
3028 "github.com/pkg/errors"
3129 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"
3232)
3333
3434const (
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
2222 "github.com/go-logr/logr"
2323 "github.com/pkg/errors"
2424
25- infrav1 "github.com/packethost /cluster-api-provider-packet/api/v1alpha3"
25+ infrav1 "sigs.k8s.io /cluster-api-provider-packet/api/v1alpha3"
2626
2727 "k8s.io/klog/klogr"
2828
You can’t perform that action at this time.
0 commit comments