Commit 35536aa 1 parent 031eb4c commit 35536aa Copy full SHA for 35536aa
File tree 9 files changed +17
-17
lines changed
9 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ linters-settings:
38
38
goimports :
39
39
# put imports beginning with prefix after 3rd-party packages;
40
40
# it's a comma-separated list of prefixes
41
- local-prefixes : github.com/crossplane /provider-template
41
+ local-prefixes : github.com/statnett /provider-cloudian
42
42
43
43
gocyclo :
44
44
# minimal code complexity to report, 30 by default (but we recommend 10-20)
Original file line number Diff line number Diff line change 1
1
# ====================================================================================
2
2
# Setup Project
3
- PROJECT_NAME := provider-template
4
- PROJECT_REPO := github.com/crossplane /$(PROJECT_NAME )
3
+ PROJECT_NAME := provider-cloudian
4
+ PROJECT_REPO := github.com/statnett /$(PROJECT_NAME )
5
5
6
6
PLATFORMS ?= linux_amd64 linux_arm64
7
7
-include build/makelib/common.mk
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ package apis
20
20
import (
21
21
"k8s.io/apimachinery/pkg/runtime"
22
22
23
- samplev1alpha1 "github.com/crossplane /provider-template /apis/sample/v1alpha1"
24
- templatev1alpha1 "github.com/crossplane /provider-template /apis/v1alpha1"
23
+ samplev1alpha1 "github.com/statnett /provider-cloudian /apis/sample/v1alpha1"
24
+ templatev1alpha1 "github.com/statnett /provider-cloudian /apis/v1alpha1"
25
25
)
26
26
27
27
func init () {
Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ import (
37
37
"github.com/crossplane/crossplane-runtime/pkg/ratelimiter"
38
38
"github.com/crossplane/crossplane-runtime/pkg/resource"
39
39
40
- "github.com/crossplane /provider-template /apis"
41
- "github.com/crossplane /provider-template /apis/v1alpha1"
42
- template "github.com/crossplane /provider-template /internal/controller"
43
- "github.com/crossplane /provider-template /internal/features"
40
+ "github.com/statnett /provider-cloudian /apis"
41
+ "github.com/statnett /provider-cloudian /apis/v1alpha1"
42
+ template "github.com/statnett /provider-cloudian /internal/controller"
43
+ "github.com/statnett /provider-cloudian /internal/features"
44
44
)
45
45
46
46
func main () {
Original file line number Diff line number Diff line change 1
- module github.com/crossplane /provider-template
1
+ module github.com/statnett /provider-cloudian
2
2
3
3
go 1.21
4
4
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
24
24
"github.com/crossplane/crossplane-runtime/pkg/resource"
25
25
ctrl "sigs.k8s.io/controller-runtime"
26
26
27
- "github.com/crossplane /provider-template /apis/v1alpha1"
27
+ "github.com/statnett /provider-cloudian /apis/v1alpha1"
28
28
)
29
29
30
30
// Setup adds a controller that reconciles ProviderConfigs by accounting for
Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ import (
32
32
"github.com/crossplane/crossplane-runtime/pkg/reconciler/managed"
33
33
"github.com/crossplane/crossplane-runtime/pkg/resource"
34
34
35
- "github.com/crossplane /provider-template /apis/sample/v1alpha1"
36
- apisv1alpha1 "github.com/crossplane /provider-template /apis/v1alpha1"
37
- "github.com/crossplane /provider-template /internal/features"
35
+ "github.com/statnett /provider-cloudian /apis/sample/v1alpha1"
36
+ apisv1alpha1 "github.com/statnett /provider-cloudian /apis/v1alpha1"
37
+ "github.com/statnett /provider-cloudian /internal/features"
38
38
)
39
39
40
40
const (
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ import (
20
20
"github.com/crossplane/crossplane-runtime/pkg/controller"
21
21
ctrl "sigs.k8s.io/controller-runtime"
22
22
23
- "github.com/crossplane /provider-template /internal/controller/config"
24
- "github.com/crossplane /provider-template /internal/controller/mytype"
23
+ "github.com/statnett /provider-cloudian /internal/controller/config"
24
+ "github.com/statnett /provider-cloudian /internal/controller/mytype"
25
25
)
26
26
27
27
// Setup creates all Template controllers with the supplied logger and adds them to
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
4
4
name : provider-template
5
5
annotations :
6
6
meta.crossplane.io/maintainer : Crossplane Maintainers <info@crossplane.io>
7
- meta.crossplane.io/source : github.com/crossplane /provider-template
7
+ meta.crossplane.io/source : github.com/statnett /provider-cloudian
8
8
meta.crossplane.io/license : Apache-2.0
9
9
meta.crossplane.io/description : |
10
10
A template that can be used to create Crossplane providers.
You can’t perform that action at this time.
0 commit comments