diff --git a/pkg/client/tests/clientset_test.go b/pkg/client/tests/clientset_test.go index b7ffc63b813..3cb1f9740c9 100644 --- a/pkg/client/tests/clientset_test.go +++ b/pkg/client/tests/clientset_test.go @@ -91,7 +91,7 @@ func TestClientContentType(t *testing.T) { contentType: "", expectedPath: "/api/v1/namespaces/panda/pods", expectContentType: "application/vnd.kubernetes.protobuf", - expectBody: "k8s\x00\n\t\n\x02v1\x12\x03Pod\x12I\n\x17\n\asnorlax\x12\x00\x1a\x00\"\x00*\x002\x008\x00B\x00\x12\x1c\x1a\x002\x00B\x00J\x00R\x00X\x00`\x00h\x00\x82\x01\x00\x8a\x01\x00\x9a\x01\x00\xc2\x01\x00\x1a\x10\n\x00\x1a\x00\"\x00*\x002\x00J\x00Z\x00r\x00\x1a\x00\"\x00", + expectBody: "k8s\x00\n\t\n\x02v1\x12\x03Pod\x12\x4c\n\x17\n\asnorlax\x12\x00\x1a\x00\"\x00*\x002\x008\x00B\x00\x12\x1c\x1a\x002\x00B\x00J\x00R\x00X\x00`\x00h\x00\x82\x01\x00\x8a\x01\x00\x9a\x01\x00\xc2\x01\x00\x1a\x13\n\x00\x1a\x00\"\x00*\x002\x00J\x00Z\x00r\x00\x88\x01\x00\x1a\x00\"\x00", }, { name: "json", diff --git a/staging/src/k8s.io/api/testdata/v1.31.0/core.v1.Pod.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.31.0/core.v1.Pod.after_roundtrip.pb new file mode 100644 index 00000000000..8dd415a0d9b Binary files /dev/null and b/staging/src/k8s.io/api/testdata/v1.31.0/core.v1.Pod.after_roundtrip.pb differ diff --git a/staging/src/k8s.io/api/testdata/v1.31.0/core.v1.PodStatusResult.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.31.0/core.v1.PodStatusResult.after_roundtrip.pb new file mode 100644 index 00000000000..13be65b0a5e Binary files /dev/null and b/staging/src/k8s.io/api/testdata/v1.31.0/core.v1.PodStatusResult.after_roundtrip.pb differ diff --git a/staging/src/k8s.io/api/testdata/v1.32.0/core.v1.Pod.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.32.0/core.v1.Pod.after_roundtrip.pb new file mode 100644 index 00000000000..3cfdaa73be3 Binary files /dev/null and b/staging/src/k8s.io/api/testdata/v1.32.0/core.v1.Pod.after_roundtrip.pb differ diff --git a/staging/src/k8s.io/api/testdata/v1.32.0/core.v1.PodStatusResult.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.32.0/core.v1.PodStatusResult.after_roundtrip.pb new file mode 100644 index 00000000000..13be65b0a5e Binary files /dev/null and b/staging/src/k8s.io/api/testdata/v1.32.0/core.v1.PodStatusResult.after_roundtrip.pb differ