Skip to content

Commit

Permalink
Address the import ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
jayasheelankumar authored and l-technicore committed May 2, 2022
1 parent 2b6ba03 commit 376bc01
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmd/oci-cloud-controller-manager/main.go
Expand Up @@ -17,10 +17,6 @@ package main
import (
goflag "flag"
"fmt"
"k8s.io/apimachinery/pkg/util/wait"
cloudprovider "k8s.io/cloud-provider"
"k8s.io/cloud-provider/app/config"
"k8s.io/cloud-provider/options"
"math/rand"
"os"
"time"
Expand All @@ -29,7 +25,11 @@ import (
"github.com/oracle/oci-cloud-controller-manager/pkg/logging"
"github.com/spf13/pflag"
"go.uber.org/zap"
"k8s.io/apimachinery/pkg/util/wait"
cloudprovider "k8s.io/cloud-provider"
"k8s.io/cloud-provider/app"
"k8s.io/cloud-provider/app/config"
"k8s.io/cloud-provider/options"
cliflag "k8s.io/component-base/cli/flag"
"k8s.io/component-base/logs"
_ "k8s.io/component-base/metrics/prometheus/restclient" // for client metric registration
Expand Down

0 comments on commit 376bc01

Please sign in to comment.