Skip to content

Commit f53f04b

Browse files
authored
Renaming package so it can be imported by eks-a and updating copyright year (#60)
1 parent 05ab36d commit f53f04b

35 files changed

+65
-65
lines changed

PROJECT

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ domain: cluster.x-k8s.io
22
layout:
33
- go.kubebuilder.io/v3
44
projectName: cluster-api-provider-capc
5-
repo: cluster.x-k8s.io/cluster-api-provider-capc
5+
repo: github.com/aws/cluster-api-provider-cloudstack-staging
66
resources:
77
- api:
88
crdVersion: v1
@@ -11,7 +11,7 @@ resources:
1111
domain: cluster.x-k8s.io
1212
group: infrastructure
1313
kind: CloudStackCluster
14-
path: cluster.x-k8s.io/cluster-api-provider-capc/api/v1alpha3
14+
path: github.com/aws/cluster-api-provider-cloudstack-staging/api/v1alpha3
1515
version: v1alpha3
1616
webhooks:
1717
defaulting: true
@@ -24,7 +24,7 @@ resources:
2424
domain: cluster.x-k8s.io
2525
group: infrastructure
2626
kind: CloudStackMachine
27-
path: cluster.x-k8s.io/cluster-api-provider-capc/api/v1alpha3
27+
path: github.com/aws/cluster-api-provider-cloudstack-staging/api/v1alpha3
2828
version: v1alpha3
2929
webhooks:
3030
defaulting: true
@@ -37,7 +37,7 @@ resources:
3737
domain: cluster.x-k8s.io
3838
group: infrastructure
3939
kind: CloudStackMachineTemplate
40-
path: cluster.x-k8s.io/cluster-api-provider-capc/api/v1alpha3
40+
path: github.com/aws/cluster-api-provider-cloudstack-staging/api/v1alpha3
4141
version: v1alpha3
4242
webhooks:
4343
defaulting: true

api/v1alpha3/cloudstackcluster_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2021.
2+
Copyright 2022.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

api/v1alpha3/cloudstackcluster_webhook.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2021.
2+
Copyright 2022.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -17,8 +17,8 @@ limitations under the License.
1717
package v1alpha3
1818

1919
import (
20-
"cluster.x-k8s.io/cluster-api-provider-capc/pkg/webhook_utilities"
2120
"fmt"
21+
"github.com/aws/cluster-api-provider-cloudstack-staging/pkg/webhook_utilities"
2222
"k8s.io/apimachinery/pkg/api/errors"
2323
"k8s.io/apimachinery/pkg/runtime"
2424
"k8s.io/apimachinery/pkg/util/validation/field"

api/v1alpha3/cloudstackcluster_webhook_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2021.
2+
Copyright 2022.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

api/v1alpha3/cloudstackmachine_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2021.
2+
Copyright 2022.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

api/v1alpha3/cloudstackmachine_webhook.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2021.
2+
Copyright 2022.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -17,8 +17,8 @@ limitations under the License.
1717
package v1alpha3
1818

1919
import (
20-
"cluster.x-k8s.io/cluster-api-provider-capc/pkg/webhook_utilities"
2120
"fmt"
21+
"github.com/aws/cluster-api-provider-cloudstack-staging/pkg/webhook_utilities"
2222
"k8s.io/apimachinery/pkg/api/errors"
2323
"k8s.io/apimachinery/pkg/runtime"
2424
"k8s.io/apimachinery/pkg/util/validation/field"

api/v1alpha3/cloudstackmachine_webhook_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2021.
2+
Copyright 2022.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

api/v1alpha3/cloudstackmachinetemplate_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2021.
2+
Copyright 2022.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

api/v1alpha3/cloudstackmachinetemplate_webhook.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2021.
2+
Copyright 2022.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -17,8 +17,8 @@ limitations under the License.
1717
package v1alpha3
1818

1919
import (
20-
"cluster.x-k8s.io/cluster-api-provider-capc/pkg/webhook_utilities"
2120
"fmt"
21+
"github.com/aws/cluster-api-provider-cloudstack-staging/pkg/webhook_utilities"
2222
"k8s.io/apimachinery/pkg/api/errors"
2323
"k8s.io/apimachinery/pkg/runtime"
2424
"k8s.io/apimachinery/pkg/util/validation/field"

api/v1alpha3/cloudstackmachinetemplate_webhook_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2021.
2+
Copyright 2022.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)