Skip to content

Commit

Permalink
Move operator to exp folder
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-demicev committed Feb 25, 2021
1 parent 0c1f909 commit eae016e
Show file tree
Hide file tree
Showing 61 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
2 changes: 1 addition & 1 deletion operator/go.mod → exp/operator/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module sigs.k8s.io/cluster-api/operator
module sigs.k8s.io/cluster-api/exp/operator

go 1.13

Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions operator/main.go → exp/operator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit eae016e

Please sign in to comment.