File tree Expand file tree Collapse file tree 8 files changed +6
-6
lines changed Expand file tree Collapse file tree 8 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ import (
21
21
22
22
"github.com/haproxytech/client-native/v2/models"
23
23
config "github.com/haproxytech/kubernetes-ingress/pkg/configuration"
24
- "github.com/haproxytech/kubernetes-ingress/pkg/controller/route"
25
24
"github.com/haproxytech/kubernetes-ingress/pkg/haproxy/api"
26
25
"github.com/haproxytech/kubernetes-ingress/pkg/haproxy/process"
27
26
"github.com/haproxytech/kubernetes-ingress/pkg/ingress"
28
27
"github.com/haproxytech/kubernetes-ingress/pkg/k8s"
28
+ "github.com/haproxytech/kubernetes-ingress/pkg/route"
29
29
"github.com/haproxytech/kubernetes-ingress/pkg/store"
30
30
"github.com/haproxytech/kubernetes-ingress/pkg/utils"
31
31
)
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ import (
22
22
"github.com/haproxytech/kubernetes-ingress/pkg/configuration"
23
23
"github.com/haproxytech/kubernetes-ingress/pkg/controller/annotations"
24
24
"github.com/haproxytech/kubernetes-ingress/pkg/controller/annotations/common"
25
- "github.com/haproxytech/kubernetes-ingress/pkg/controller/service"
26
25
"github.com/haproxytech/kubernetes-ingress/pkg/haproxy/certs"
27
26
"github.com/haproxytech/kubernetes-ingress/pkg/ingress"
27
+ "github.com/haproxytech/kubernetes-ingress/pkg/service"
28
28
"github.com/haproxytech/kubernetes-ingress/pkg/store"
29
29
)
30
30
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ import (
18
18
"github.com/haproxytech/client-native/v2/models"
19
19
20
20
config "github.com/haproxytech/kubernetes-ingress/pkg/configuration"
21
- "github.com/haproxytech/kubernetes-ingress/pkg/controller/route"
22
21
"github.com/haproxytech/kubernetes-ingress/pkg/haproxy/api"
22
+ "github.com/haproxytech/kubernetes-ingress/pkg/route"
23
23
"github.com/haproxytech/kubernetes-ingress/pkg/store"
24
24
)
25
25
Original file line number Diff line number Diff line change 7
7
8
8
"github.com/haproxytech/client-native/v2/models"
9
9
config "github.com/haproxytech/kubernetes-ingress/pkg/configuration"
10
- "github.com/haproxytech/kubernetes-ingress/pkg/controller/service"
11
10
"github.com/haproxytech/kubernetes-ingress/pkg/haproxy/api"
11
+ "github.com/haproxytech/kubernetes-ingress/pkg/service"
12
12
"github.com/haproxytech/kubernetes-ingress/pkg/store"
13
13
"github.com/haproxytech/kubernetes-ingress/pkg/utils"
14
14
)
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ import (
20
20
21
21
"github.com/haproxytech/kubernetes-ingress/pkg/configuration"
22
22
"github.com/haproxytech/kubernetes-ingress/pkg/controller/annotations"
23
- "github.com/haproxytech/kubernetes-ingress/pkg/controller/route"
24
- "github.com/haproxytech/kubernetes-ingress/pkg/controller/service"
25
23
"github.com/haproxytech/kubernetes-ingress/pkg/haproxy/api"
26
24
"github.com/haproxytech/kubernetes-ingress/pkg/haproxy/certs"
27
25
"github.com/haproxytech/kubernetes-ingress/pkg/haproxy/rules"
26
+ "github.com/haproxytech/kubernetes-ingress/pkg/route"
27
+ "github.com/haproxytech/kubernetes-ingress/pkg/service"
28
28
"github.com/haproxytech/kubernetes-ingress/pkg/store"
29
29
)
30
30
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments