Skip to content

Commit

Permalink
fix nodepool kind (openyurtio#1349)
Browse files Browse the repository at this point in the history
Signed-off-by: huiwq1990 <huiwq1990@163.com>
  • Loading branch information
huiwq1990 authored Apr 3, 2023
1 parent 2ad49de commit 49219cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/controller/nodepool/nodepool_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import (

corev1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/runtime"
schemeappsv1beta1 "k8s.io/client-go/scale/scheme/appsv1beta1"
"k8s.io/client-go/tools/record"
"k8s.io/klog/v2"
ctrl "sigs.k8s.io/controller-runtime"
Expand All @@ -44,7 +43,7 @@ import (

var (
concurrentReconciles = 3
controllerKind = schemeappsv1beta1.SchemeGroupVersion.WithKind("NodePool")
controllerKind = appsv1beta1.SchemeGroupVersion.WithKind("NodePool")
)

const (
Expand Down

0 comments on commit 49219cc

Please sign in to comment.