File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
cmd/oci-cloud-controller-manager Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,6 @@ package main
17
17
import (
18
18
goflag "flag"
19
19
"fmt"
20
- "k8s.io/apimachinery/pkg/util/wait"
21
- cloudprovider "k8s.io/cloud-provider"
22
- "k8s.io/cloud-provider/app/config"
23
- "k8s.io/cloud-provider/options"
24
20
"math/rand"
25
21
"os"
26
22
"time"
@@ -29,7 +25,11 @@ import (
29
25
"github.com/oracle/oci-cloud-controller-manager/pkg/logging"
30
26
"github.com/spf13/pflag"
31
27
"go.uber.org/zap"
28
+ "k8s.io/apimachinery/pkg/util/wait"
29
+ cloudprovider "k8s.io/cloud-provider"
32
30
"k8s.io/cloud-provider/app"
31
+ "k8s.io/cloud-provider/app/config"
32
+ "k8s.io/cloud-provider/options"
33
33
cliflag "k8s.io/component-base/cli/flag"
34
34
"k8s.io/component-base/logs"
35
35
_ "k8s.io/component-base/metrics/prometheus/restclient" // for client metric registration
You can’t perform that action at this time.
0 commit comments