mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 17:57:51 +00:00
goimports
This commit is contained in:
parent
495c21091a
commit
835810e193
6 changed files with 12 additions and 6 deletions
|
|
@ -2,10 +2,11 @@ package config
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/directxman12/k8s-prometheus-adapter/pkg/metrics"
|
||||
"io/ioutil"
|
||||
"os"
|
||||
|
||||
"github.com/directxman12/k8s-prometheus-adapter/pkg/metrics"
|
||||
|
||||
"gopkg.in/yaml.v2"
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -19,9 +19,10 @@ package provider
|
|||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
"github.com/directxman12/k8s-prometheus-adapter/pkg/errors"
|
||||
"github.com/directxman12/k8s-prometheus-adapter/pkg/metrics"
|
||||
"time"
|
||||
|
||||
"github.com/kubernetes-incubator/custom-metrics-apiserver/pkg/provider"
|
||||
"github.com/kubernetes-incubator/custom-metrics-apiserver/pkg/provider/helpers"
|
||||
|
|
|
|||
|
|
@ -18,9 +18,10 @@ package provider
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/directxman12/k8s-prometheus-adapter/pkg/metrics"
|
||||
"sync"
|
||||
|
||||
"github.com/directxman12/k8s-prometheus-adapter/pkg/metrics"
|
||||
|
||||
"github.com/kubernetes-incubator/custom-metrics-apiserver/pkg/provider"
|
||||
apimeta "k8s.io/apimachinery/pkg/api/meta"
|
||||
|
||||
|
|
|
|||
|
|
@ -14,9 +14,10 @@ limitations under the License.
|
|||
package provider
|
||||
|
||||
import (
|
||||
"github.com/directxman12/k8s-prometheus-adapter/pkg/metrics"
|
||||
"sync"
|
||||
|
||||
"github.com/directxman12/k8s-prometheus-adapter/pkg/metrics"
|
||||
|
||||
"github.com/kubernetes-incubator/custom-metrics-apiserver/pkg/provider"
|
||||
"k8s.io/apimachinery/pkg/labels"
|
||||
"k8s.io/klog"
|
||||
|
|
|
|||
|
|
@ -16,9 +16,10 @@ package provider
|
|||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"github.com/directxman12/k8s-prometheus-adapter/pkg/errors"
|
||||
"time"
|
||||
|
||||
"github.com/directxman12/k8s-prometheus-adapter/pkg/errors"
|
||||
|
||||
"k8s.io/apimachinery/pkg/runtime/schema"
|
||||
|
||||
pmodel "github.com/prometheus/common/model"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue