You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/e2e/node/pod_admission.go
+19-8Lines changed: 19 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ import (
21
21
22
22
"github.com/onsi/ginkgo/v2"
23
23
"github.com/onsi/gomega"
24
+
"github.com/onsi/gomega/gstruct"
24
25
v1 "k8s.io/api/core/v1"
25
26
"k8s.io/apimachinery/pkg/api/resource"
26
27
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
@@ -97,14 +98,24 @@ var _ = SIGDescribe("PodRejectionStatus", func() {
97
98
98
99
// This detects if there are any new fields in Status that were dropped by the pod rejection.
99
100
// These new fields either should be kept by kubelet's admission or added explicitly in the list of fields that are having a different value or must be cleared.
0 commit comments