File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -8,17 +8,18 @@ import (
88 "os"
99 "os/exec"
1010
11+ "go.uber.org/zap"
12+ networkingv1 "k8s.io/api/networking/v1"
13+ "sigs.k8s.io/controller-runtime/pkg/client"
14+ gatewayv1 "sigs.k8s.io/gateway-api/apis/v1"
15+
1116 types "github.com/api7/api7-ingress-controller/api/adc"
1217 "github.com/api7/api7-ingress-controller/api/v1alpha1"
1318 "github.com/api7/api7-ingress-controller/internal/controller/config"
1419 "github.com/api7/api7-ingress-controller/internal/controller/label"
1520 "github.com/api7/api7-ingress-controller/internal/provider"
1621 "github.com/api7/api7-ingress-controller/internal/provider/adc/translator"
1722 "github.com/api7/gopkg/pkg/log"
18- "go.uber.org/zap"
19- networkingv1 "k8s.io/api/networking/v1"
20- "sigs.k8s.io/controller-runtime/pkg/client"
21- gatewayv1 "sigs.k8s.io/gateway-api/apis/v1"
2223)
2324
2425type adcClient struct {
You can’t perform that action at this time.
0 commit comments