Skip to content

Commit ec84695

Browse files
alexander-demicevwfernandes
authored andcommitted
Move operator to exp folder
1 parent 5f4c44d commit ec84695

File tree

61 files changed

+6
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+6
-6
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

operator/api/v1alpha4/zz_generated.deepcopy.go renamed to exp/operator/api/v1alpha4/zz_generated.deepcopy.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ See the License for the specific language governing permissions and
1616
limitations under the License.
1717
*/
1818

19-
// Code generated by controller-gen. DO NOT EDIT.
19+
// autogenerated by controller-gen object, do not modify manually
2020

2121
package v1alpha4
2222

operator/controllers/coreprovider_controller.go renamed to exp/operator/controllers/coreprovider_controller.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
ctrl "sigs.k8s.io/controller-runtime"
2525
"sigs.k8s.io/controller-runtime/pkg/client"
2626

27-
operatorv1alpha4 "sigs.k8s.io/cluster-api/operator/api/v1alpha4"
27+
operatorv1alpha4 "sigs.k8s.io/cluster-api/exp/operator/api/v1alpha4"
2828
)
2929

3030
// CoreProviderReconciler reconciles a CoreProvider object

operator/controllers/suite_test.go renamed to exp/operator/controllers/suite_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030
logf "sigs.k8s.io/controller-runtime/pkg/log"
3131
"sigs.k8s.io/controller-runtime/pkg/log/zap"
3232

33-
operatorv1alpha4 "sigs.k8s.io/cluster-api/operator/api/v1alpha4"
33+
operatorv1alpha4 "sigs.k8s.io/cluster-api/exp/operator/api/v1alpha4"
3434
// +kubebuilder:scaffold:imports
3535
)
3636

operator/go.mod renamed to exp/operator/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module sigs.k8s.io/cluster-api/operator
1+
module sigs.k8s.io/cluster-api/exp/operator
22

33
go 1.13
44

File renamed without changes.

operator/main.go renamed to exp/operator/main.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ import (
2626
ctrl "sigs.k8s.io/controller-runtime"
2727
"sigs.k8s.io/controller-runtime/pkg/log/zap"
2828

29-
operatorv1alpha4 "sigs.k8s.io/cluster-api/operator/api/v1alpha4"
30-
"sigs.k8s.io/cluster-api/operator/controllers"
29+
operatorv1alpha4 "sigs.k8s.io/cluster-api/exp/operator/api/v1alpha4"
30+
"sigs.k8s.io/cluster-api/exp/operator/controllers"
3131
// +kubebuilder:scaffold:imports
3232
)
3333

0 commit comments

Comments
 (0)