diff --git a/PROJECT b/PROJECT index 45511714..374b279d 100644 --- a/PROJECT +++ b/PROJECT @@ -2,7 +2,7 @@ domain: cluster.x-k8s.io layout: - go.kubebuilder.io/v3 projectName: cluster-api-provider-capc -repo: cluster.x-k8s.io/cluster-api-provider-capc +repo: github.com/aws/cluster-api-provider-cloudstack-staging resources: - api: crdVersion: v1 @@ -11,7 +11,7 @@ resources: domain: cluster.x-k8s.io group: infrastructure kind: CloudStackCluster - path: cluster.x-k8s.io/cluster-api-provider-capc/api/v1alpha3 + path: github.com/aws/cluster-api-provider-cloudstack-staging/api/v1alpha3 version: v1alpha3 webhooks: defaulting: true @@ -24,7 +24,7 @@ resources: domain: cluster.x-k8s.io group: infrastructure kind: CloudStackMachine - path: cluster.x-k8s.io/cluster-api-provider-capc/api/v1alpha3 + path: github.com/aws/cluster-api-provider-cloudstack-staging/api/v1alpha3 version: v1alpha3 webhooks: defaulting: true @@ -37,7 +37,7 @@ resources: domain: cluster.x-k8s.io group: infrastructure kind: CloudStackMachineTemplate - path: cluster.x-k8s.io/cluster-api-provider-capc/api/v1alpha3 + path: github.com/aws/cluster-api-provider-cloudstack-staging/api/v1alpha3 version: v1alpha3 webhooks: defaulting: true diff --git a/api/v1alpha3/cloudstackcluster_types.go b/api/v1alpha3/cloudstackcluster_types.go index dc833bfc..6dabf7d8 100644 --- a/api/v1alpha3/cloudstackcluster_types.go +++ b/api/v1alpha3/cloudstackcluster_types.go @@ -1,5 +1,5 @@ /* -Copyright 2021. +Copyright 2022. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/api/v1alpha3/cloudstackcluster_webhook.go b/api/v1alpha3/cloudstackcluster_webhook.go index 5c36c8fb..7a4f4a33 100644 --- a/api/v1alpha3/cloudstackcluster_webhook.go +++ b/api/v1alpha3/cloudstackcluster_webhook.go @@ -1,5 +1,5 @@ /* -Copyright 2021. +Copyright 2022. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -17,8 +17,8 @@ limitations under the License. package v1alpha3 import ( - "cluster.x-k8s.io/cluster-api-provider-capc/pkg/webhook_utilities" "fmt" + "github.com/aws/cluster-api-provider-cloudstack-staging/pkg/webhook_utilities" "k8s.io/apimachinery/pkg/api/errors" "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/util/validation/field" diff --git a/api/v1alpha3/cloudstackcluster_webhook_test.go b/api/v1alpha3/cloudstackcluster_webhook_test.go index f8aad605..94cb4a14 100644 --- a/api/v1alpha3/cloudstackcluster_webhook_test.go +++ b/api/v1alpha3/cloudstackcluster_webhook_test.go @@ -1,5 +1,5 @@ /* -Copyright 2021. +Copyright 2022. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/api/v1alpha3/cloudstackmachine_types.go b/api/v1alpha3/cloudstackmachine_types.go index 66fd2cf2..4f22ba18 100644 --- a/api/v1alpha3/cloudstackmachine_types.go +++ b/api/v1alpha3/cloudstackmachine_types.go @@ -1,5 +1,5 @@ /* -Copyright 2021. +Copyright 2022. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/api/v1alpha3/cloudstackmachine_webhook.go b/api/v1alpha3/cloudstackmachine_webhook.go index 2a401b3d..ae497cbf 100644 --- a/api/v1alpha3/cloudstackmachine_webhook.go +++ b/api/v1alpha3/cloudstackmachine_webhook.go @@ -1,5 +1,5 @@ /* -Copyright 2021. +Copyright 2022. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -17,8 +17,8 @@ limitations under the License. package v1alpha3 import ( - "cluster.x-k8s.io/cluster-api-provider-capc/pkg/webhook_utilities" "fmt" + "github.com/aws/cluster-api-provider-cloudstack-staging/pkg/webhook_utilities" "k8s.io/apimachinery/pkg/api/errors" "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/util/validation/field" diff --git a/api/v1alpha3/cloudstackmachine_webhook_test.go b/api/v1alpha3/cloudstackmachine_webhook_test.go index ca6ac9f7..751fa99a 100644 --- a/api/v1alpha3/cloudstackmachine_webhook_test.go +++ b/api/v1alpha3/cloudstackmachine_webhook_test.go @@ -1,5 +1,5 @@ /* -Copyright 2021. +Copyright 2022. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/api/v1alpha3/cloudstackmachinetemplate_types.go b/api/v1alpha3/cloudstackmachinetemplate_types.go index 0ec29de5..f777f7e7 100644 --- a/api/v1alpha3/cloudstackmachinetemplate_types.go +++ b/api/v1alpha3/cloudstackmachinetemplate_types.go @@ -1,5 +1,5 @@ /* -Copyright 2021. +Copyright 2022. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/api/v1alpha3/cloudstackmachinetemplate_webhook.go b/api/v1alpha3/cloudstackmachinetemplate_webhook.go index 655f5504..a12933fe 100644 --- a/api/v1alpha3/cloudstackmachinetemplate_webhook.go +++ b/api/v1alpha3/cloudstackmachinetemplate_webhook.go @@ -1,5 +1,5 @@ /* -Copyright 2021. +Copyright 2022. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -17,8 +17,8 @@ limitations under the License. package v1alpha3 import ( - "cluster.x-k8s.io/cluster-api-provider-capc/pkg/webhook_utilities" "fmt" + "github.com/aws/cluster-api-provider-cloudstack-staging/pkg/webhook_utilities" "k8s.io/apimachinery/pkg/api/errors" "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/util/validation/field" diff --git a/api/v1alpha3/cloudstackmachinetemplate_webhook_test.go b/api/v1alpha3/cloudstackmachinetemplate_webhook_test.go index 0b1e30bc..a2120f6a 100644 --- a/api/v1alpha3/cloudstackmachinetemplate_webhook_test.go +++ b/api/v1alpha3/cloudstackmachinetemplate_webhook_test.go @@ -1,5 +1,5 @@ /* -Copyright 2021. +Copyright 2022. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/api/v1alpha3/conversion.go b/api/v1alpha3/conversion.go index 7bfecaf0..333cbdb1 100644 --- a/api/v1alpha3/conversion.go +++ b/api/v1alpha3/conversion.go @@ -1,5 +1,5 @@ /* -Copyright 2021. +Copyright 2022. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/api/v1alpha3/groupversion_info.go b/api/v1alpha3/groupversion_info.go index 96a20f20..7f92f66c 100644 --- a/api/v1alpha3/groupversion_info.go +++ b/api/v1alpha3/groupversion_info.go @@ -1,5 +1,5 @@ /* -Copyright 2021. +Copyright 2022. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/api/v1alpha3/webhook_suite_test.go b/api/v1alpha3/webhook_suite_test.go index fa5cafd3..f258281a 100644 --- a/api/v1alpha3/webhook_suite_test.go +++ b/api/v1alpha3/webhook_suite_test.go @@ -1,5 +1,5 @@ /* -Copyright 2021. +Copyright 2022. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/api/v1alpha3/zz_generated.deepcopy.go b/api/v1alpha3/zz_generated.deepcopy.go index 68f3d2e5..b89bf465 100644 --- a/api/v1alpha3/zz_generated.deepcopy.go +++ b/api/v1alpha3/zz_generated.deepcopy.go @@ -2,7 +2,7 @@ // +build !ignore_autogenerated /* -Copyright 2021. +Copyright 2022. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/controllers/cloudstackcluster_controller.go b/controllers/cloudstackcluster_controller.go index c6038b58..7c155318 100644 --- a/controllers/cloudstackcluster_controller.go +++ b/controllers/cloudstackcluster_controller.go @@ -1,5 +1,5 @@ /* -Copyright 2021. +Copyright 2022. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -37,8 +37,8 @@ import ( "sigs.k8s.io/controller-runtime/pkg/reconcile" "sigs.k8s.io/controller-runtime/pkg/source" - infrav1 "cluster.x-k8s.io/cluster-api-provider-capc/api/v1alpha3" - "cluster.x-k8s.io/cluster-api-provider-capc/pkg/cloud" + infrav1 "github.com/aws/cluster-api-provider-cloudstack-staging/api/v1alpha3" + "github.com/aws/cluster-api-provider-cloudstack-staging/pkg/cloud" ) // CloudStackClusterReconciler reconciles a CloudStackCluster object. diff --git a/controllers/cloudstackcluster_controller_test.go b/controllers/cloudstackcluster_controller_test.go index f7bb0be8..00eb3f16 100644 --- a/controllers/cloudstackcluster_controller_test.go +++ b/controllers/cloudstackcluster_controller_test.go @@ -1,5 +1,5 @@ /* -Copyright 2021. +Copyright 2022. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ import ( "context" "time" - infrav1 "cluster.x-k8s.io/cluster-api-provider-capc/api/v1alpha3" + infrav1 "github.com/aws/cluster-api-provider-cloudstack-staging/api/v1alpha3" "github.com/golang/mock/gomock" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/controllers/cloudstackmachine_controller.go b/controllers/cloudstackmachine_controller.go index b944cf4e..76247565 100644 --- a/controllers/cloudstackmachine_controller.go +++ b/controllers/cloudstackmachine_controller.go @@ -1,5 +1,5 @@ /* -Copyright 2021. +Copyright 2022. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -40,8 +40,8 @@ import ( "sigs.k8s.io/controller-runtime/pkg/reconcile" "sigs.k8s.io/controller-runtime/pkg/source" - infrav1 "cluster.x-k8s.io/cluster-api-provider-capc/api/v1alpha3" - "cluster.x-k8s.io/cluster-api-provider-capc/pkg/cloud" + infrav1 "github.com/aws/cluster-api-provider-cloudstack-staging/api/v1alpha3" + "github.com/aws/cluster-api-provider-cloudstack-staging/pkg/cloud" capiv1 "sigs.k8s.io/cluster-api/api/v1alpha3" ) diff --git a/controllers/controllers_suite_test.go b/controllers/controllers_suite_test.go index 678ff529..3c0e9bc3 100644 --- a/controllers/controllers_suite_test.go +++ b/controllers/controllers_suite_test.go @@ -1,5 +1,5 @@ /* -Copyright 2021. +Copyright 2022. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -41,9 +41,9 @@ import ( logf "sigs.k8s.io/controller-runtime/pkg/log" "sigs.k8s.io/controller-runtime/pkg/log/zap" - infrav1 "cluster.x-k8s.io/cluster-api-provider-capc/api/v1alpha3" - csReconcilers "cluster.x-k8s.io/cluster-api-provider-capc/controllers" - "cluster.x-k8s.io/cluster-api-provider-capc/pkg/mocks" + infrav1 "github.com/aws/cluster-api-provider-cloudstack-staging/api/v1alpha3" + csReconcilers "github.com/aws/cluster-api-provider-cloudstack-staging/controllers" + "github.com/aws/cluster-api-provider-cloudstack-staging/pkg/mocks" clusterv1 "sigs.k8s.io/cluster-api/api/v1alpha3" //+kubebuilder:scaffold:imports ) diff --git a/go.mod b/go.mod index b55d61a1..6f2dde4d 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module cluster.x-k8s.io/cluster-api-provider-capc +module github.com/aws/cluster-api-provider-cloudstack-staging go 1.16 diff --git a/hack/boilerplate.go.txt b/hack/boilerplate.go.txt index 45dbbbbc..29c55ecd 100644 --- a/hack/boilerplate.go.txt +++ b/hack/boilerplate.go.txt @@ -1,5 +1,5 @@ /* -Copyright 2021. +Copyright 2022. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/hack/nginx.conf b/hack/nginx.conf index ac3fa666..611a7cc2 100644 --- a/hack/nginx.conf +++ b/hack/nginx.conf @@ -1,4 +1,4 @@ -# Copyright 2021. +# Copyright 2022. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/hack/testing_ginkgo_recover_statements.sh b/hack/testing_ginkgo_recover_statements.sh index 1626e9b8..32877eee 100755 --- a/hack/testing_ginkgo_recover_statements.sh +++ b/hack/testing_ginkgo_recover_statements.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2021. +# Copyright 2022. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/main.go b/main.go index fa06596f..2e0f5880 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ /* -Copyright 2021. +Copyright 2022. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -17,8 +17,8 @@ limitations under the License. package main import ( - "cluster.x-k8s.io/cluster-api-provider-capc/pkg/cloud" "flag" + "github.com/aws/cluster-api-provider-cloudstack-staging/pkg/cloud" "os" clusterv1 "sigs.k8s.io/cluster-api/api/v1alpha3" "strings" @@ -34,8 +34,8 @@ import ( "sigs.k8s.io/controller-runtime/pkg/healthz" "sigs.k8s.io/controller-runtime/pkg/log/zap" - infrav1 "cluster.x-k8s.io/cluster-api-provider-capc/api/v1alpha3" - "cluster.x-k8s.io/cluster-api-provider-capc/controllers" + infrav1 "github.com/aws/cluster-api-provider-cloudstack-staging/api/v1alpha3" + "github.com/aws/cluster-api-provider-cloudstack-staging/controllers" //+kubebuilder:scaffold:imports ) diff --git a/pkg/cloud/client.go b/pkg/cloud/client.go index 28fca7b2..e3d387f0 100644 --- a/pkg/cloud/client.go +++ b/pkg/cloud/client.go @@ -1,5 +1,5 @@ /* -Copyright 2021. +Copyright 2022. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -19,14 +19,14 @@ package cloud import ( "strings" - infrav1 "cluster.x-k8s.io/cluster-api-provider-capc/api/v1alpha3" "github.com/apache/cloudstack-go/v2/cloudstack" + infrav1 "github.com/aws/cluster-api-provider-cloudstack-staging/api/v1alpha3" "github.com/pkg/errors" "gopkg.in/ini.v1" capiv1 "sigs.k8s.io/cluster-api/api/v1alpha3" ) -//go:generate mockgen -destination=../mocks/mock_client.go -package=mocks cluster.x-k8s.io/cluster-api-provider-capc/pkg/cloud Client +//go:generate mockgen -destination=../mocks/mock_client.go -package=mocks github.com/aws/cluster-api-provider-cloudstack-staging/pkg/cloud Client type Client interface { GetOrCreateCluster(*infrav1.CloudStackCluster) error diff --git a/pkg/cloud/cloud_suite_test.go b/pkg/cloud/cloud_suite_test.go index 88bd0994..a7ee6fa8 100644 --- a/pkg/cloud/cloud_suite_test.go +++ b/pkg/cloud/cloud_suite_test.go @@ -1,5 +1,5 @@ /* -Copyright 2021. +Copyright 2022. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/pkg/cloud/cluster.go b/pkg/cloud/cluster.go index fddcb3af..952ba934 100644 --- a/pkg/cloud/cluster.go +++ b/pkg/cloud/cluster.go @@ -1,5 +1,5 @@ /* -Copyright 2021. +Copyright 2022. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ limitations under the License. package cloud import ( - infrav1 "cluster.x-k8s.io/cluster-api-provider-capc/api/v1alpha3" + infrav1 "github.com/aws/cluster-api-provider-cloudstack-staging/api/v1alpha3" "github.com/pkg/errors" ) diff --git a/pkg/cloud/cluster_test.go b/pkg/cloud/cluster_test.go index e63c2ca9..beff2192 100644 --- a/pkg/cloud/cluster_test.go +++ b/pkg/cloud/cluster_test.go @@ -1,5 +1,5 @@ /* -Copyright 2021. +Copyright 2022. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -18,9 +18,9 @@ package cloud_test import ( "fmt" - infrav1 "cluster.x-k8s.io/cluster-api-provider-capc/api/v1alpha3" - "cluster.x-k8s.io/cluster-api-provider-capc/pkg/cloud" "github.com/apache/cloudstack-go/v2/cloudstack" + infrav1 "github.com/aws/cluster-api-provider-cloudstack-staging/api/v1alpha3" + "github.com/aws/cluster-api-provider-cloudstack-staging/pkg/cloud" "github.com/golang/mock/gomock" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/pkg/cloud/helpers.go b/pkg/cloud/helpers.go index bb493a4b..733d88c3 100644 --- a/pkg/cloud/helpers.go +++ b/pkg/cloud/helpers.go @@ -1,5 +1,5 @@ /* -Copyright 2021. +Copyright 2022. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/pkg/cloud/helpers_test.go b/pkg/cloud/helpers_test.go index 6d5f75a0..8d81e417 100644 --- a/pkg/cloud/helpers_test.go +++ b/pkg/cloud/helpers_test.go @@ -1,5 +1,5 @@ /* -Copyright 2021. +Copyright 2022. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ import ( "os" "path" - "cluster.x-k8s.io/cluster-api-provider-capc/pkg/cloud" + "github.com/aws/cluster-api-provider-cloudstack-staging/pkg/cloud" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/pkg/cloud/instance.go b/pkg/cloud/instance.go index 5c880f08..ed7f082f 100644 --- a/pkg/cloud/instance.go +++ b/pkg/cloud/instance.go @@ -1,5 +1,5 @@ /* -Copyright 2021. +Copyright 2022. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -25,8 +25,8 @@ import ( capiv1 "sigs.k8s.io/cluster-api/api/v1alpha3" - infrav1 "cluster.x-k8s.io/cluster-api-provider-capc/api/v1alpha3" "github.com/apache/cloudstack-go/v2/cloudstack" + infrav1 "github.com/aws/cluster-api-provider-cloudstack-staging/api/v1alpha3" corev1 "k8s.io/api/core/v1" "k8s.io/utils/pointer" ) diff --git a/pkg/cloud/instance_test.go b/pkg/cloud/instance_test.go index 9f863ac7..377c3574 100644 --- a/pkg/cloud/instance_test.go +++ b/pkg/cloud/instance_test.go @@ -1,5 +1,5 @@ /* -Copyright 2021. +Copyright 2022. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,9 +21,9 @@ import ( capiv1 "sigs.k8s.io/cluster-api/api/v1alpha3" - infrav1 "cluster.x-k8s.io/cluster-api-provider-capc/api/v1alpha3" - "cluster.x-k8s.io/cluster-api-provider-capc/pkg/cloud" "github.com/apache/cloudstack-go/v2/cloudstack" + infrav1 "github.com/aws/cluster-api-provider-cloudstack-staging/api/v1alpha3" + "github.com/aws/cluster-api-provider-cloudstack-staging/pkg/cloud" "github.com/golang/mock/gomock" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/pkg/cloud/network.go b/pkg/cloud/network.go index e90cccb9..38c0e27c 100644 --- a/pkg/cloud/network.go +++ b/pkg/cloud/network.go @@ -1,5 +1,5 @@ /* -Copyright 2021. +Copyright 2022. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -20,8 +20,8 @@ import ( "strconv" "strings" - infrav1 "cluster.x-k8s.io/cluster-api-provider-capc/api/v1alpha3" "github.com/apache/cloudstack-go/v2/cloudstack" + infrav1 "github.com/aws/cluster-api-provider-cloudstack-staging/api/v1alpha3" "github.com/pkg/errors" ) diff --git a/pkg/cloud/network_test.go b/pkg/cloud/network_test.go index efccef49..b4bc3ea3 100644 --- a/pkg/cloud/network_test.go +++ b/pkg/cloud/network_test.go @@ -1,5 +1,5 @@ /* -Copyright 2021. +Copyright 2022. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -17,9 +17,9 @@ limitations under the License. package cloud_test import ( - infrav1 "cluster.x-k8s.io/cluster-api-provider-capc/api/v1alpha3" - "cluster.x-k8s.io/cluster-api-provider-capc/pkg/cloud" "github.com/apache/cloudstack-go/v2/cloudstack" + infrav1 "github.com/aws/cluster-api-provider-cloudstack-staging/api/v1alpha3" + "github.com/aws/cluster-api-provider-cloudstack-staging/pkg/cloud" "github.com/golang/mock/gomock" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/pkg/mocks/mock_client.go b/pkg/mocks/mock_client.go index 2f15289e..4d424441 100644 --- a/pkg/mocks/mock_client.go +++ b/pkg/mocks/mock_client.go @@ -1,5 +1,5 @@ // Code generated by MockGen. DO NOT EDIT. -// Source: cluster.x-k8s.io/cluster-api-provider-capc/pkg/cloud (interfaces: Client) +// Source: github.com/aws/cluster-api-provider-cloudstack-staging/pkg/cloud (interfaces: Client) // Package mocks is a generated GoMock package. package mocks @@ -7,8 +7,8 @@ package mocks import ( reflect "reflect" - v1alpha3 "cluster.x-k8s.io/cluster-api-provider-capc/api/v1alpha3" cloudstack "github.com/apache/cloudstack-go/v2/cloudstack" + v1alpha3 "github.com/aws/cluster-api-provider-cloudstack-staging/api/v1alpha3" gomock "github.com/golang/mock/gomock" v1alpha30 "sigs.k8s.io/cluster-api/api/v1alpha3" ) diff --git a/pkg/webhook_utilities/webhook_validators.go b/pkg/webhook_utilities/webhook_validators.go index 4444dddb..b6288270 100644 --- a/pkg/webhook_utilities/webhook_validators.go +++ b/pkg/webhook_utilities/webhook_validators.go @@ -1,5 +1,5 @@ /* -Copyright 2021. +Copyright 2022. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.