We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36eee3c commit 9027f30Copy full SHA for 9027f30
staging/src/k8s.io/client-go/rest/watch/decoder_test.go
@@ -48,7 +48,7 @@ func TestDecoder(t *testing.T) {
48
out, in := io.Pipe()
49
50
decoder := restclientwatch.NewDecoder(streaming.NewDecoder(out, getDecoder()), getDecoder())
51
-
+ eventType := eventType
52
expect := &v1.Pod{ObjectMeta: metav1.ObjectMeta{Name: "foo"}}
53
encoder := json.NewEncoder(in)
54
go func() {
0 commit comments