From ec84695b2ddbf3adddc7cf5d90e4972af8dad158 Mon Sep 17 00:00:00 2001 From: Alexander Demichev Date: Wed, 24 Feb 2021 22:47:15 +0100 Subject: [PATCH] Move operator to exp folder --- {operator => exp/operator}/.gitignore | 0 {operator => exp/operator}/Dockerfile | 0 {operator => exp/operator}/Makefile | 0 {operator => exp/operator}/PROJECT | 0 .../operator}/api/v1alpha4/bootstrapprovider_types.go | 0 .../operator}/api/v1alpha4/controlplaneprovider_types.go | 0 {operator => exp/operator}/api/v1alpha4/coreprovider_types.go | 0 {operator => exp/operator}/api/v1alpha4/groupversion_info.go | 0 .../operator}/api/v1alpha4/infrastructureprovider_types.go | 0 {operator => exp/operator}/api/v1alpha4/provider_types.go | 0 .../operator}/api/v1alpha4/zz_generated.deepcopy.go | 2 +- .../operator}/config/certmanager/certificate.yaml | 0 .../operator}/config/certmanager/kustomization.yaml | 0 .../operator}/config/certmanager/kustomizeconfig.yaml | 0 {operator => exp/operator}/config/crd/kustomization.yaml | 0 {operator => exp/operator}/config/crd/kustomizeconfig.yaml | 0 .../config/crd/patches/cainjection_in_bootstrapproviders.yaml | 0 .../crd/patches/cainjection_in_controlplaneproviders.yaml | 0 .../config/crd/patches/cainjection_in_coreproviders.yaml | 0 .../crd/patches/cainjection_in_infrastructureproviders.yaml | 0 .../config/crd/patches/webhook_in_bootstrapproviders.yaml | 0 .../config/crd/patches/webhook_in_controlplaneproviders.yaml | 0 .../config/crd/patches/webhook_in_coreproviders.yaml | 0 .../crd/patches/webhook_in_infrastructureproviders.yaml | 0 {operator => exp/operator}/config/default/kustomization.yaml | 0 .../operator}/config/default/manager_auth_proxy_patch.yaml | 0 .../operator}/config/default/manager_webhook_patch.yaml | 0 .../operator}/config/default/webhookcainjection_patch.yaml | 0 {operator => exp/operator}/config/manager/kustomization.yaml | 0 {operator => exp/operator}/config/manager/manager.yaml | 0 .../operator}/config/prometheus/kustomization.yaml | 0 {operator => exp/operator}/config/prometheus/monitor.yaml | 0 .../operator}/config/rbac/auth_proxy_client_clusterrole.yaml | 0 {operator => exp/operator}/config/rbac/auth_proxy_role.yaml | 0 .../operator}/config/rbac/auth_proxy_role_binding.yaml | 0 .../operator}/config/rbac/auth_proxy_service.yaml | 0 .../operator}/config/rbac/bootstrapprovider_editor_role.yaml | 0 .../operator}/config/rbac/bootstrapprovider_viewer_role.yaml | 0 .../config/rbac/controlplaneprovider_editor_role.yaml | 0 .../config/rbac/controlplaneprovider_viewer_role.yaml | 0 .../operator}/config/rbac/coreprovider_editor_role.yaml | 0 .../operator}/config/rbac/coreprovider_viewer_role.yaml | 0 .../config/rbac/infrastructureprovider_editor_role.yaml | 0 .../config/rbac/infrastructureprovider_viewer_role.yaml | 0 {operator => exp/operator}/config/rbac/kustomization.yaml | 0 .../operator}/config/rbac/leader_election_role.yaml | 0 .../operator}/config/rbac/leader_election_role_binding.yaml | 0 {operator => exp/operator}/config/rbac/role_binding.yaml | 0 .../config/samples/operator_v1alpha4_bootstrapprovider.yaml | 0 .../samples/operator_v1alpha4_controlplaneprovider.yaml | 0 .../config/samples/operator_v1alpha4_coreprovider.yaml | 0 .../samples/operator_v1alpha4_infrastructureprovider.yaml | 0 {operator => exp/operator}/config/webhook/kustomization.yaml | 0 .../operator}/config/webhook/kustomizeconfig.yaml | 0 {operator => exp/operator}/config/webhook/service.yaml | 0 .../operator}/controllers/coreprovider_controller.go | 2 +- {operator => exp/operator}/controllers/suite_test.go | 2 +- {operator => exp/operator}/go.mod | 2 +- {operator => exp/operator}/go.sum | 0 {operator => exp/operator}/hack/boilerplate.go.txt | 0 {operator => exp/operator}/main.go | 4 ++-- 61 files changed, 6 insertions(+), 6 deletions(-) rename {operator => exp/operator}/.gitignore (100%) rename {operator => exp/operator}/Dockerfile (100%) rename {operator => exp/operator}/Makefile (100%) rename {operator => exp/operator}/PROJECT (100%) rename {operator => exp/operator}/api/v1alpha4/bootstrapprovider_types.go (100%) rename {operator => exp/operator}/api/v1alpha4/controlplaneprovider_types.go (100%) rename {operator => exp/operator}/api/v1alpha4/coreprovider_types.go (100%) rename {operator => exp/operator}/api/v1alpha4/groupversion_info.go (100%) rename {operator => exp/operator}/api/v1alpha4/infrastructureprovider_types.go (100%) rename {operator => exp/operator}/api/v1alpha4/provider_types.go (100%) rename {operator => exp/operator}/api/v1alpha4/zz_generated.deepcopy.go (99%) rename {operator => exp/operator}/config/certmanager/certificate.yaml (100%) rename {operator => exp/operator}/config/certmanager/kustomization.yaml (100%) rename {operator => exp/operator}/config/certmanager/kustomizeconfig.yaml (100%) rename {operator => exp/operator}/config/crd/kustomization.yaml (100%) rename {operator => exp/operator}/config/crd/kustomizeconfig.yaml (100%) rename {operator => exp/operator}/config/crd/patches/cainjection_in_bootstrapproviders.yaml (100%) rename {operator => exp/operator}/config/crd/patches/cainjection_in_controlplaneproviders.yaml (100%) rename {operator => exp/operator}/config/crd/patches/cainjection_in_coreproviders.yaml (100%) rename {operator => exp/operator}/config/crd/patches/cainjection_in_infrastructureproviders.yaml (100%) rename {operator => exp/operator}/config/crd/patches/webhook_in_bootstrapproviders.yaml (100%) rename {operator => exp/operator}/config/crd/patches/webhook_in_controlplaneproviders.yaml (100%) rename {operator => exp/operator}/config/crd/patches/webhook_in_coreproviders.yaml (100%) rename {operator => exp/operator}/config/crd/patches/webhook_in_infrastructureproviders.yaml (100%) rename {operator => exp/operator}/config/default/kustomization.yaml (100%) rename {operator => exp/operator}/config/default/manager_auth_proxy_patch.yaml (100%) rename {operator => exp/operator}/config/default/manager_webhook_patch.yaml (100%) rename {operator => exp/operator}/config/default/webhookcainjection_patch.yaml (100%) rename {operator => exp/operator}/config/manager/kustomization.yaml (100%) rename {operator => exp/operator}/config/manager/manager.yaml (100%) rename {operator => exp/operator}/config/prometheus/kustomization.yaml (100%) rename {operator => exp/operator}/config/prometheus/monitor.yaml (100%) rename {operator => exp/operator}/config/rbac/auth_proxy_client_clusterrole.yaml (100%) rename {operator => exp/operator}/config/rbac/auth_proxy_role.yaml (100%) rename {operator => exp/operator}/config/rbac/auth_proxy_role_binding.yaml (100%) rename {operator => exp/operator}/config/rbac/auth_proxy_service.yaml (100%) rename {operator => exp/operator}/config/rbac/bootstrapprovider_editor_role.yaml (100%) rename {operator => exp/operator}/config/rbac/bootstrapprovider_viewer_role.yaml (100%) rename {operator => exp/operator}/config/rbac/controlplaneprovider_editor_role.yaml (100%) rename {operator => exp/operator}/config/rbac/controlplaneprovider_viewer_role.yaml (100%) rename {operator => exp/operator}/config/rbac/coreprovider_editor_role.yaml (100%) rename {operator => exp/operator}/config/rbac/coreprovider_viewer_role.yaml (100%) rename {operator => exp/operator}/config/rbac/infrastructureprovider_editor_role.yaml (100%) rename {operator => exp/operator}/config/rbac/infrastructureprovider_viewer_role.yaml (100%) rename {operator => exp/operator}/config/rbac/kustomization.yaml (100%) rename {operator => exp/operator}/config/rbac/leader_election_role.yaml (100%) rename {operator => exp/operator}/config/rbac/leader_election_role_binding.yaml (100%) rename {operator => exp/operator}/config/rbac/role_binding.yaml (100%) rename {operator => exp/operator}/config/samples/operator_v1alpha4_bootstrapprovider.yaml (100%) rename {operator => exp/operator}/config/samples/operator_v1alpha4_controlplaneprovider.yaml (100%) rename {operator => exp/operator}/config/samples/operator_v1alpha4_coreprovider.yaml (100%) rename {operator => exp/operator}/config/samples/operator_v1alpha4_infrastructureprovider.yaml (100%) rename {operator => exp/operator}/config/webhook/kustomization.yaml (100%) rename {operator => exp/operator}/config/webhook/kustomizeconfig.yaml (100%) rename {operator => exp/operator}/config/webhook/service.yaml (100%) rename {operator => exp/operator}/controllers/coreprovider_controller.go (95%) rename {operator => exp/operator}/controllers/suite_test.go (96%) rename {operator => exp/operator}/go.mod (88%) rename {operator => exp/operator}/go.sum (100%) rename {operator => exp/operator}/hack/boilerplate.go.txt (100%) rename {operator => exp/operator}/main.go (95%) diff --git a/operator/.gitignore b/exp/operator/.gitignore similarity index 100% rename from operator/.gitignore rename to exp/operator/.gitignore diff --git a/operator/Dockerfile b/exp/operator/Dockerfile similarity index 100% rename from operator/Dockerfile rename to exp/operator/Dockerfile diff --git a/operator/Makefile b/exp/operator/Makefile similarity index 100% rename from operator/Makefile rename to exp/operator/Makefile diff --git a/operator/PROJECT b/exp/operator/PROJECT similarity index 100% rename from operator/PROJECT rename to exp/operator/PROJECT diff --git a/operator/api/v1alpha4/bootstrapprovider_types.go b/exp/operator/api/v1alpha4/bootstrapprovider_types.go similarity index 100% rename from operator/api/v1alpha4/bootstrapprovider_types.go rename to exp/operator/api/v1alpha4/bootstrapprovider_types.go diff --git a/operator/api/v1alpha4/controlplaneprovider_types.go b/exp/operator/api/v1alpha4/controlplaneprovider_types.go similarity index 100% rename from operator/api/v1alpha4/controlplaneprovider_types.go rename to exp/operator/api/v1alpha4/controlplaneprovider_types.go diff --git a/operator/api/v1alpha4/coreprovider_types.go b/exp/operator/api/v1alpha4/coreprovider_types.go similarity index 100% rename from operator/api/v1alpha4/coreprovider_types.go rename to exp/operator/api/v1alpha4/coreprovider_types.go diff --git a/operator/api/v1alpha4/groupversion_info.go b/exp/operator/api/v1alpha4/groupversion_info.go similarity index 100% rename from operator/api/v1alpha4/groupversion_info.go rename to exp/operator/api/v1alpha4/groupversion_info.go diff --git a/operator/api/v1alpha4/infrastructureprovider_types.go b/exp/operator/api/v1alpha4/infrastructureprovider_types.go similarity index 100% rename from operator/api/v1alpha4/infrastructureprovider_types.go rename to exp/operator/api/v1alpha4/infrastructureprovider_types.go diff --git a/operator/api/v1alpha4/provider_types.go b/exp/operator/api/v1alpha4/provider_types.go similarity index 100% rename from operator/api/v1alpha4/provider_types.go rename to exp/operator/api/v1alpha4/provider_types.go diff --git a/operator/api/v1alpha4/zz_generated.deepcopy.go b/exp/operator/api/v1alpha4/zz_generated.deepcopy.go similarity index 99% rename from operator/api/v1alpha4/zz_generated.deepcopy.go rename to exp/operator/api/v1alpha4/zz_generated.deepcopy.go index bff6ab9f9814..2ae1d3c1e360 100644 --- a/operator/api/v1alpha4/zz_generated.deepcopy.go +++ b/exp/operator/api/v1alpha4/zz_generated.deepcopy.go @@ -16,7 +16,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -// Code generated by controller-gen. DO NOT EDIT. +// autogenerated by controller-gen object, do not modify manually package v1alpha4 diff --git a/operator/config/certmanager/certificate.yaml b/exp/operator/config/certmanager/certificate.yaml similarity index 100% rename from operator/config/certmanager/certificate.yaml rename to exp/operator/config/certmanager/certificate.yaml diff --git a/operator/config/certmanager/kustomization.yaml b/exp/operator/config/certmanager/kustomization.yaml similarity index 100% rename from operator/config/certmanager/kustomization.yaml rename to exp/operator/config/certmanager/kustomization.yaml diff --git a/operator/config/certmanager/kustomizeconfig.yaml b/exp/operator/config/certmanager/kustomizeconfig.yaml similarity index 100% rename from operator/config/certmanager/kustomizeconfig.yaml rename to exp/operator/config/certmanager/kustomizeconfig.yaml diff --git a/operator/config/crd/kustomization.yaml b/exp/operator/config/crd/kustomization.yaml similarity index 100% rename from operator/config/crd/kustomization.yaml rename to exp/operator/config/crd/kustomization.yaml diff --git a/operator/config/crd/kustomizeconfig.yaml b/exp/operator/config/crd/kustomizeconfig.yaml similarity index 100% rename from operator/config/crd/kustomizeconfig.yaml rename to exp/operator/config/crd/kustomizeconfig.yaml diff --git a/operator/config/crd/patches/cainjection_in_bootstrapproviders.yaml b/exp/operator/config/crd/patches/cainjection_in_bootstrapproviders.yaml similarity index 100% rename from operator/config/crd/patches/cainjection_in_bootstrapproviders.yaml rename to exp/operator/config/crd/patches/cainjection_in_bootstrapproviders.yaml diff --git a/operator/config/crd/patches/cainjection_in_controlplaneproviders.yaml b/exp/operator/config/crd/patches/cainjection_in_controlplaneproviders.yaml similarity index 100% rename from operator/config/crd/patches/cainjection_in_controlplaneproviders.yaml rename to exp/operator/config/crd/patches/cainjection_in_controlplaneproviders.yaml diff --git a/operator/config/crd/patches/cainjection_in_coreproviders.yaml b/exp/operator/config/crd/patches/cainjection_in_coreproviders.yaml similarity index 100% rename from operator/config/crd/patches/cainjection_in_coreproviders.yaml rename to exp/operator/config/crd/patches/cainjection_in_coreproviders.yaml diff --git a/operator/config/crd/patches/cainjection_in_infrastructureproviders.yaml b/exp/operator/config/crd/patches/cainjection_in_infrastructureproviders.yaml similarity index 100% rename from operator/config/crd/patches/cainjection_in_infrastructureproviders.yaml rename to exp/operator/config/crd/patches/cainjection_in_infrastructureproviders.yaml diff --git a/operator/config/crd/patches/webhook_in_bootstrapproviders.yaml b/exp/operator/config/crd/patches/webhook_in_bootstrapproviders.yaml similarity index 100% rename from operator/config/crd/patches/webhook_in_bootstrapproviders.yaml rename to exp/operator/config/crd/patches/webhook_in_bootstrapproviders.yaml diff --git a/operator/config/crd/patches/webhook_in_controlplaneproviders.yaml b/exp/operator/config/crd/patches/webhook_in_controlplaneproviders.yaml similarity index 100% rename from operator/config/crd/patches/webhook_in_controlplaneproviders.yaml rename to exp/operator/config/crd/patches/webhook_in_controlplaneproviders.yaml diff --git a/operator/config/crd/patches/webhook_in_coreproviders.yaml b/exp/operator/config/crd/patches/webhook_in_coreproviders.yaml similarity index 100% rename from operator/config/crd/patches/webhook_in_coreproviders.yaml rename to exp/operator/config/crd/patches/webhook_in_coreproviders.yaml diff --git a/operator/config/crd/patches/webhook_in_infrastructureproviders.yaml b/exp/operator/config/crd/patches/webhook_in_infrastructureproviders.yaml similarity index 100% rename from operator/config/crd/patches/webhook_in_infrastructureproviders.yaml rename to exp/operator/config/crd/patches/webhook_in_infrastructureproviders.yaml diff --git a/operator/config/default/kustomization.yaml b/exp/operator/config/default/kustomization.yaml similarity index 100% rename from operator/config/default/kustomization.yaml rename to exp/operator/config/default/kustomization.yaml diff --git a/operator/config/default/manager_auth_proxy_patch.yaml b/exp/operator/config/default/manager_auth_proxy_patch.yaml similarity index 100% rename from operator/config/default/manager_auth_proxy_patch.yaml rename to exp/operator/config/default/manager_auth_proxy_patch.yaml diff --git a/operator/config/default/manager_webhook_patch.yaml b/exp/operator/config/default/manager_webhook_patch.yaml similarity index 100% rename from operator/config/default/manager_webhook_patch.yaml rename to exp/operator/config/default/manager_webhook_patch.yaml diff --git a/operator/config/default/webhookcainjection_patch.yaml b/exp/operator/config/default/webhookcainjection_patch.yaml similarity index 100% rename from operator/config/default/webhookcainjection_patch.yaml rename to exp/operator/config/default/webhookcainjection_patch.yaml diff --git a/operator/config/manager/kustomization.yaml b/exp/operator/config/manager/kustomization.yaml similarity index 100% rename from operator/config/manager/kustomization.yaml rename to exp/operator/config/manager/kustomization.yaml diff --git a/operator/config/manager/manager.yaml b/exp/operator/config/manager/manager.yaml similarity index 100% rename from operator/config/manager/manager.yaml rename to exp/operator/config/manager/manager.yaml diff --git a/operator/config/prometheus/kustomization.yaml b/exp/operator/config/prometheus/kustomization.yaml similarity index 100% rename from operator/config/prometheus/kustomization.yaml rename to exp/operator/config/prometheus/kustomization.yaml diff --git a/operator/config/prometheus/monitor.yaml b/exp/operator/config/prometheus/monitor.yaml similarity index 100% rename from operator/config/prometheus/monitor.yaml rename to exp/operator/config/prometheus/monitor.yaml diff --git a/operator/config/rbac/auth_proxy_client_clusterrole.yaml b/exp/operator/config/rbac/auth_proxy_client_clusterrole.yaml similarity index 100% rename from operator/config/rbac/auth_proxy_client_clusterrole.yaml rename to exp/operator/config/rbac/auth_proxy_client_clusterrole.yaml diff --git a/operator/config/rbac/auth_proxy_role.yaml b/exp/operator/config/rbac/auth_proxy_role.yaml similarity index 100% rename from operator/config/rbac/auth_proxy_role.yaml rename to exp/operator/config/rbac/auth_proxy_role.yaml diff --git a/operator/config/rbac/auth_proxy_role_binding.yaml b/exp/operator/config/rbac/auth_proxy_role_binding.yaml similarity index 100% rename from operator/config/rbac/auth_proxy_role_binding.yaml rename to exp/operator/config/rbac/auth_proxy_role_binding.yaml diff --git a/operator/config/rbac/auth_proxy_service.yaml b/exp/operator/config/rbac/auth_proxy_service.yaml similarity index 100% rename from operator/config/rbac/auth_proxy_service.yaml rename to exp/operator/config/rbac/auth_proxy_service.yaml diff --git a/operator/config/rbac/bootstrapprovider_editor_role.yaml b/exp/operator/config/rbac/bootstrapprovider_editor_role.yaml similarity index 100% rename from operator/config/rbac/bootstrapprovider_editor_role.yaml rename to exp/operator/config/rbac/bootstrapprovider_editor_role.yaml diff --git a/operator/config/rbac/bootstrapprovider_viewer_role.yaml b/exp/operator/config/rbac/bootstrapprovider_viewer_role.yaml similarity index 100% rename from operator/config/rbac/bootstrapprovider_viewer_role.yaml rename to exp/operator/config/rbac/bootstrapprovider_viewer_role.yaml diff --git a/operator/config/rbac/controlplaneprovider_editor_role.yaml b/exp/operator/config/rbac/controlplaneprovider_editor_role.yaml similarity index 100% rename from operator/config/rbac/controlplaneprovider_editor_role.yaml rename to exp/operator/config/rbac/controlplaneprovider_editor_role.yaml diff --git a/operator/config/rbac/controlplaneprovider_viewer_role.yaml b/exp/operator/config/rbac/controlplaneprovider_viewer_role.yaml similarity index 100% rename from operator/config/rbac/controlplaneprovider_viewer_role.yaml rename to exp/operator/config/rbac/controlplaneprovider_viewer_role.yaml diff --git a/operator/config/rbac/coreprovider_editor_role.yaml b/exp/operator/config/rbac/coreprovider_editor_role.yaml similarity index 100% rename from operator/config/rbac/coreprovider_editor_role.yaml rename to exp/operator/config/rbac/coreprovider_editor_role.yaml diff --git a/operator/config/rbac/coreprovider_viewer_role.yaml b/exp/operator/config/rbac/coreprovider_viewer_role.yaml similarity index 100% rename from operator/config/rbac/coreprovider_viewer_role.yaml rename to exp/operator/config/rbac/coreprovider_viewer_role.yaml diff --git a/operator/config/rbac/infrastructureprovider_editor_role.yaml b/exp/operator/config/rbac/infrastructureprovider_editor_role.yaml similarity index 100% rename from operator/config/rbac/infrastructureprovider_editor_role.yaml rename to exp/operator/config/rbac/infrastructureprovider_editor_role.yaml diff --git a/operator/config/rbac/infrastructureprovider_viewer_role.yaml b/exp/operator/config/rbac/infrastructureprovider_viewer_role.yaml similarity index 100% rename from operator/config/rbac/infrastructureprovider_viewer_role.yaml rename to exp/operator/config/rbac/infrastructureprovider_viewer_role.yaml diff --git a/operator/config/rbac/kustomization.yaml b/exp/operator/config/rbac/kustomization.yaml similarity index 100% rename from operator/config/rbac/kustomization.yaml rename to exp/operator/config/rbac/kustomization.yaml diff --git a/operator/config/rbac/leader_election_role.yaml b/exp/operator/config/rbac/leader_election_role.yaml similarity index 100% rename from operator/config/rbac/leader_election_role.yaml rename to exp/operator/config/rbac/leader_election_role.yaml diff --git a/operator/config/rbac/leader_election_role_binding.yaml b/exp/operator/config/rbac/leader_election_role_binding.yaml similarity index 100% rename from operator/config/rbac/leader_election_role_binding.yaml rename to exp/operator/config/rbac/leader_election_role_binding.yaml diff --git a/operator/config/rbac/role_binding.yaml b/exp/operator/config/rbac/role_binding.yaml similarity index 100% rename from operator/config/rbac/role_binding.yaml rename to exp/operator/config/rbac/role_binding.yaml diff --git a/operator/config/samples/operator_v1alpha4_bootstrapprovider.yaml b/exp/operator/config/samples/operator_v1alpha4_bootstrapprovider.yaml similarity index 100% rename from operator/config/samples/operator_v1alpha4_bootstrapprovider.yaml rename to exp/operator/config/samples/operator_v1alpha4_bootstrapprovider.yaml diff --git a/operator/config/samples/operator_v1alpha4_controlplaneprovider.yaml b/exp/operator/config/samples/operator_v1alpha4_controlplaneprovider.yaml similarity index 100% rename from operator/config/samples/operator_v1alpha4_controlplaneprovider.yaml rename to exp/operator/config/samples/operator_v1alpha4_controlplaneprovider.yaml diff --git a/operator/config/samples/operator_v1alpha4_coreprovider.yaml b/exp/operator/config/samples/operator_v1alpha4_coreprovider.yaml similarity index 100% rename from operator/config/samples/operator_v1alpha4_coreprovider.yaml rename to exp/operator/config/samples/operator_v1alpha4_coreprovider.yaml diff --git a/operator/config/samples/operator_v1alpha4_infrastructureprovider.yaml b/exp/operator/config/samples/operator_v1alpha4_infrastructureprovider.yaml similarity index 100% rename from operator/config/samples/operator_v1alpha4_infrastructureprovider.yaml rename to exp/operator/config/samples/operator_v1alpha4_infrastructureprovider.yaml diff --git a/operator/config/webhook/kustomization.yaml b/exp/operator/config/webhook/kustomization.yaml similarity index 100% rename from operator/config/webhook/kustomization.yaml rename to exp/operator/config/webhook/kustomization.yaml diff --git a/operator/config/webhook/kustomizeconfig.yaml b/exp/operator/config/webhook/kustomizeconfig.yaml similarity index 100% rename from operator/config/webhook/kustomizeconfig.yaml rename to exp/operator/config/webhook/kustomizeconfig.yaml diff --git a/operator/config/webhook/service.yaml b/exp/operator/config/webhook/service.yaml similarity index 100% rename from operator/config/webhook/service.yaml rename to exp/operator/config/webhook/service.yaml diff --git a/operator/controllers/coreprovider_controller.go b/exp/operator/controllers/coreprovider_controller.go similarity index 95% rename from operator/controllers/coreprovider_controller.go rename to exp/operator/controllers/coreprovider_controller.go index e5016f8811c7..ea6f632940bb 100644 --- a/operator/controllers/coreprovider_controller.go +++ b/exp/operator/controllers/coreprovider_controller.go @@ -24,7 +24,7 @@ import ( ctrl "sigs.k8s.io/controller-runtime" "sigs.k8s.io/controller-runtime/pkg/client" - operatorv1alpha4 "sigs.k8s.io/cluster-api/operator/api/v1alpha4" + operatorv1alpha4 "sigs.k8s.io/cluster-api/exp/operator/api/v1alpha4" ) // CoreProviderReconciler reconciles a CoreProvider object diff --git a/operator/controllers/suite_test.go b/exp/operator/controllers/suite_test.go similarity index 96% rename from operator/controllers/suite_test.go rename to exp/operator/controllers/suite_test.go index 92aac15512e0..9704341f3c69 100644 --- a/operator/controllers/suite_test.go +++ b/exp/operator/controllers/suite_test.go @@ -30,7 +30,7 @@ import ( logf "sigs.k8s.io/controller-runtime/pkg/log" "sigs.k8s.io/controller-runtime/pkg/log/zap" - operatorv1alpha4 "sigs.k8s.io/cluster-api/operator/api/v1alpha4" + operatorv1alpha4 "sigs.k8s.io/cluster-api/exp/operator/api/v1alpha4" // +kubebuilder:scaffold:imports ) diff --git a/operator/go.mod b/exp/operator/go.mod similarity index 88% rename from operator/go.mod rename to exp/operator/go.mod index 49981d8003db..47e23f57a545 100644 --- a/operator/go.mod +++ b/exp/operator/go.mod @@ -1,4 +1,4 @@ -module sigs.k8s.io/cluster-api/operator +module sigs.k8s.io/cluster-api/exp/operator go 1.13 diff --git a/operator/go.sum b/exp/operator/go.sum similarity index 100% rename from operator/go.sum rename to exp/operator/go.sum diff --git a/operator/hack/boilerplate.go.txt b/exp/operator/hack/boilerplate.go.txt similarity index 100% rename from operator/hack/boilerplate.go.txt rename to exp/operator/hack/boilerplate.go.txt diff --git a/operator/main.go b/exp/operator/main.go similarity index 95% rename from operator/main.go rename to exp/operator/main.go index 5c021a301d4a..b7afdf7cd98f 100644 --- a/operator/main.go +++ b/exp/operator/main.go @@ -26,8 +26,8 @@ import ( ctrl "sigs.k8s.io/controller-runtime" "sigs.k8s.io/controller-runtime/pkg/log/zap" - operatorv1alpha4 "sigs.k8s.io/cluster-api/operator/api/v1alpha4" - "sigs.k8s.io/cluster-api/operator/controllers" + operatorv1alpha4 "sigs.k8s.io/cluster-api/exp/operator/api/v1alpha4" + "sigs.k8s.io/cluster-api/exp/operator/controllers" // +kubebuilder:scaffold:imports )