Skip to content

Commit

Permalink
group the packet;enable deployment to rebuild when accidentally delet…
Browse files Browse the repository at this point in the history
…ed in JointInferenceService;remove the extra pod informer process in JointInferenceService;modify the test file for JointInferenceService

Signed-off-by: SherlockShemol <[email protected]>
  • Loading branch information
SherlockShemol committed Oct 18, 2024
1 parent 954e704 commit bd6e744
Show file tree
Hide file tree
Showing 5 changed files with 283 additions and 386 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ import (
"context"
"testing"

sednav1 "github.com/kubeedge/sedna/pkg/apis/sedna/v1alpha1"
fakeseednaclientset "github.com/kubeedge/sedna/pkg/client/clientset/versioned/fake"
"github.com/kubeedge/sedna/pkg/globalmanager/config"
"github.com/kubeedge/sedna/pkg/globalmanager/runtime"
corev1 "k8s.io/api/core/v1"
v1 "k8s.io/api/core/v1"
k8serrors "k8s.io/apimachinery/pkg/api/errors"
Expand All @@ -21,6 +17,11 @@ import (
corelisters "k8s.io/client-go/listers/core/v1"
"k8s.io/client-go/tools/record"
"k8s.io/client-go/util/workqueue"

sednav1 "github.com/kubeedge/sedna/pkg/apis/sedna/v1alpha1"
fakeseednaclientset "github.com/kubeedge/sedna/pkg/client/clientset/versioned/fake"
"github.com/kubeedge/sedna/pkg/globalmanager/config"
"github.com/kubeedge/sedna/pkg/globalmanager/runtime"
)

type mockPodLister struct {
Expand Down
Loading

0 comments on commit bd6e744

Please sign in to comment.