File tree 2 files changed +4
-16
lines changed 2 files changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ import (
5
5
"strconv"
6
6
"time"
7
7
8
- "inference.networking.x-k8s.io/gateway-api-inference-extension/api/v1alpha1"
9
- logutil "inference.networking.x-k8s.io/gateway-api-inference-extension/pkg/ext-proc/util/logging"
10
8
corev1 "k8s.io/api/core/v1"
11
9
"k8s.io/apimachinery/pkg/runtime"
12
10
"k8s.io/client-go/tools/record"
13
11
"k8s.io/klog/v2"
14
12
ctrl "sigs.k8s.io/controller-runtime"
15
13
"sigs.k8s.io/controller-runtime/pkg/client"
14
+ "sigs.k8s.io/gateway-api-inference-extension/api/v1alpha1"
15
+ logutil "sigs.k8s.io/gateway-api-inference-extension/pkg/ext-proc/util/logging"
16
16
)
17
17
18
18
type PodReconciler struct {
Original file line number Diff line number Diff line change @@ -3,23 +3,11 @@ package backend
3
3
import (
4
4
"testing"
5
5
6
- << << << < HEAD
7
- << << << < HEAD :pkg / ext - proc / backend / endpointslice_reconcilier_test.go
8
- == == == =
9
- == == == =
10
6
"github.com/google/go-cmp/cmp"
11
7
"github.com/google/go-cmp/cmp/cmpopts"
12
- >> >> >> > 56 c7114 (updating test )
13
- "inference.networking.x-k8s.io/gateway-api-inference-extension/api/v1alpha1"
14
8
corev1 "k8s.io/api/core/v1"
15
- << << << < HEAD
16
- >> >> >> > d5d500b (reversion to pod reconciliation ):pkg / ext - proc / backend / pod_reconciler_test .go
17
- v1 "k8s.io/api/core/v1"
18
- discoveryv1 "k8s.io/api/discovery/v1"
19
- "sigs.k8s.io/gateway-api-inference-extension/api/v1alpha1"
20
- == == == =
21
9
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
22
- >> >> >> > 8042 d21 ( adding ready check and unit tests )
10
+ "sigs.k8s.io/gateway-api-inference-extension/api/v1alpha1"
23
11
)
24
12
25
13
var (
28
16
basePod3 = Pod {Name : "pod3" , Address : ":8000" }
29
17
)
30
18
31
- func TestUpdateDatastore_EndpointSliceReconciler (t * testing.T ) {
19
+ func TestUpdateDatastore_PodReconciler (t * testing.T ) {
32
20
tests := []struct {
33
21
name string
34
22
datastore * K8sDatastore
You can’t perform that action at this time.
0 commit comments