From 13d74c8c043913c5a1c463f09e99594442679c65 Mon Sep 17 00:00:00 2001 From: wojtekt Date: Mon, 27 Apr 2020 18:50:08 +0200 Subject: [PATCH] Update compatibility test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FAIL: TestCompatibility (1.44s) --- FAIL: TestCompatibility/core.v1.Event (0.02s) --- FAIL: TestCompatibility/core.v1.Event/v1.17.0 (0.01s) compatibility.go:488: proto differs compatibility.go:490: strings.Join({ ... // 79 identical lines " 2: 456715000", " }", - ` 3: ""`, " }", ` 12: "30"`, ... // 18 identical lines }, "\n") compatibility.go:506: wrote expected compatibility data... verify, commit, and rerun tests --- FAIL: TestCompatibility/core.v1.Event/v1.18.0 (0.01s) compatibility.go:488: proto differs compatibility.go:490: strings.Join({ ... // 79 identical lines " 2: 456715000", " }", - ` 3: ""`, " }", ` 12: "30"`, ... // 18 identical lines }, "\n") compatibility.go:506: wrote expected compatibility data... verify, commit, and rerun tests --- FAIL: TestCompatibility/events.k8s.io.v1beta1.Event (0.02s) --- FAIL: TestCompatibility/events.k8s.io.v1beta1.Event/v1.17.0 (0.01s) compatibility.go:476: json differs compatibility.go:477: strings.Join({ ... // 43 identical lines ` "series": {`, ` "count": -1971381490,`, - ` "lastObservedTime": "2429-02-18T17:57:56.343118Z",`, - ` "state": "鯹)晿\u003c"`, + ` "lastObservedTime": "2429-02-18T17:57:56.343118Z"`, " },", ` "reportingController": "19",`, ... // 31 identical lines }, "\n") compatibility.go:482: yaml differs compatibility.go:483: strings.Join({ ... // 60 identical lines " count: -1971381490", ` lastObservedTime: "2429-02-18T17:57:56.343118Z"`, - " state: 鯹)晿<", `type: "36"`, "", }, "\n") compatibility.go:488: proto differs compatibility.go:490: strings.Join({ ... // 54 identical lines " 2: 343118000", " }", - ` 3: "\351\257\271)\346\231\277<"`, " }", ` 4: "19"`, ... // 43 identical lines }, "\n") compatibility.go:506: wrote expected compatibility data... verify, commit, and rerun tests --- FAIL: TestCompatibility/events.k8s.io.v1beta1.Event/v1.18.0 (0.01s) compatibility.go:476: json differs compatibility.go:477: strings.Join({ ... // 43 identical lines ` "series": {`, ` "count": -1971381490,`, - ` "lastObservedTime": "2429-02-18T17:57:56.343118Z",`, - ` "state": "鯹)晿\u003c"`, + ` "lastObservedTime": "2429-02-18T17:57:56.343118Z"`, " },", ` "reportingController": "19",`, ... // 31 identical lines }, "\n") compatibility.go:482: yaml differs compatibility.go:483: strings.Join({ ... // 60 identical lines " count: -1971381490", ` lastObservedTime: "2429-02-18T17:57:56.343118Z"`, - " state: 鯹)晿<", `type: "36"`, "", }, "\n") compatibility.go:488: proto differs compatibility.go:490: strings.Join({ ... // 54 identical lines " 2: 343118000", " }", - ` 3: "\351\257\271)\346\231\277<"`, " }", ` 4: "19"`, ... // 43 identical lines }, "\n") compatibility.go:506: wrote expected compatibility data... verify, commit, and rerun tests --- .../api/testdata/HEAD/core.v1.Event.json | 2 +- .../k8s.io/api/testdata/HEAD/core.v1.Event.pb | Bin 407 -> 395 bytes .../api/testdata/HEAD/core.v1.Event.yaml | 2 +- .../HEAD/events.k8s.io.v1beta1.Event.json | 13 ++- .../HEAD/events.k8s.io.v1beta1.Event.pb | Bin 415 -> 414 bytes .../HEAD/events.k8s.io.v1beta1.Event.yaml | 11 ++- .../v1.17.0/core.v1.Event.after_roundtrip.pb | Bin 0 -> 405 bytes ....k8s.io.v1beta1.Event.after_roundtrip.json | 79 ++++++++++++++++++ ...ts.k8s.io.v1beta1.Event.after_roundtrip.pb | Bin 0 -> 405 bytes ....k8s.io.v1beta1.Event.after_roundtrip.yaml | 63 ++++++++++++++ .../v1.18.0/core.v1.Event.after_roundtrip.pb | Bin 0 -> 405 bytes ....k8s.io.v1beta1.Event.after_roundtrip.json | 79 ++++++++++++++++++ ...ts.k8s.io.v1beta1.Event.after_roundtrip.pb | Bin 0 -> 405 bytes ....k8s.io.v1beta1.Event.after_roundtrip.yaml | 63 ++++++++++++++ 14 files changed, 297 insertions(+), 15 deletions(-) create mode 100644 staging/src/k8s.io/api/testdata/v1.17.0/core.v1.Event.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.17.0/events.k8s.io.v1beta1.Event.after_roundtrip.json create mode 100644 staging/src/k8s.io/api/testdata/v1.17.0/events.k8s.io.v1beta1.Event.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.17.0/events.k8s.io.v1beta1.Event.after_roundtrip.yaml create mode 100644 staging/src/k8s.io/api/testdata/v1.18.0/core.v1.Event.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.18.0/events.k8s.io.v1beta1.Event.after_roundtrip.json create mode 100644 staging/src/k8s.io/api/testdata/v1.18.0/events.k8s.io.v1beta1.Event.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.18.0/events.k8s.io.v1beta1.Event.after_roundtrip.yaml diff --git a/staging/src/k8s.io/api/testdata/HEAD/core.v1.Event.json b/staging/src/k8s.io/api/testdata/HEAD/core.v1.Event.json index 06616c570d7..6d9e8b963b7 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/core.v1.Event.json +++ b/staging/src/k8s.io/api/testdata/HEAD/core.v1.Event.json @@ -69,7 +69,7 @@ "kind": "31", "namespace": "32", "name": "33", - "uid": "ʤ脽ěĂ凗蓏Ŋ蛊ĉy緅縕\u003eŽ", + "uid": "5ƗǸƢ6/ʕVŚ(ĿȊ甞", "apiVersion": "34", "resourceVersion": "35", "fieldPath": "36" diff --git a/staging/src/k8s.io/api/testdata/HEAD/core.v1.Event.pb b/staging/src/k8s.io/api/testdata/HEAD/core.v1.Event.pb index f059eb7195e69267a475b4b0ecc48ab73d2edb20..a05a6b8a8b54619c1484ca7156ae1f7d982dc619 100644 GIT binary patch delta 96 zcmV-m0H6Pt1B(L_YdCWN3JVGXb}hhq#J|Xj=ain4e*qZ7 ClOm!3 delta 128 zcmV-`0Du3B1D696YdCWN3JVGXb}Ž + uid: 5ƗǸƢ6/ʕVŚ(ĿȊ甞 reportingComponent: "37" reportingInstance: "38" series: diff --git a/staging/src/k8s.io/api/testdata/HEAD/events.k8s.io.v1beta1.Event.json b/staging/src/k8s.io/api/testdata/HEAD/events.k8s.io.v1beta1.Event.json index e12af7ef75f..443f7f23c68 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/events.k8s.io.v1beta1.Event.json +++ b/staging/src/k8s.io/api/testdata/HEAD/events.k8s.io.v1beta1.Event.json @@ -43,8 +43,7 @@ "eventTime": "2482-03-20T23:11:25.602224Z", "series": { "count": -1971381490, - "lastObservedTime": "2429-02-18T17:57:56.343118Z", - "state": "鯹)晿\u003c" + "lastObservedTime": "2429-02-18T17:57:56.343118Z" }, "reportingController": "19", "reportingInstance": "20", @@ -54,7 +53,7 @@ "kind": "23", "namespace": "24", "name": "25", - "uid": "Ĩɘ.蘯6ċV夸eɑeʤ脽ěĂ", + "uid": "鯹)晿\u003c", "apiVersion": "26", "resourceVersion": "27", "fieldPath": "28" @@ -63,7 +62,7 @@ "kind": "29", "namespace": "30", "name": "31", - "uid": "蓏Ŋ", + "uid": ",c鮽ort昍řČ扷5ƗǸƢ6/ʕ", "apiVersion": "32", "resourceVersion": "33", "fieldPath": "34" @@ -74,7 +73,7 @@ "component": "37", "host": "38" }, - "deprecatedFirstTimestamp": "2964-12-12T12:04:40Z", - "deprecatedLastTimestamp": "2452-08-27T22:01:15Z", - "deprecatedCount": 1804227960 + "deprecatedFirstTimestamp": "2235-03-09T09:44:15Z", + "deprecatedLastTimestamp": "2964-12-12T12:04:40Z", + "deprecatedCount": -180456314 } \ No newline at end of file diff --git a/staging/src/k8s.io/api/testdata/HEAD/events.k8s.io.v1beta1.Event.pb b/staging/src/k8s.io/api/testdata/HEAD/events.k8s.io.v1beta1.Event.pb index dd6fa6cd910437e39496c4246e4e15f45160bf9a..20d3c67a1903320b75fb5fddf1793aab1a99fb0a 100644 GIT binary patch delta 176 zcmbQwJdb&TD&yygYJ2J>Ir_H!x%}fl5HJeya4czi`^QvZ!@_fm8I_m}Ewz}842+nJ z46T@qjGUCXn2d~tn2b!Mn2b!7I9{&bsrhW?ejA_~GoTuCpc)G=bD$baAtqx3DJEk> zC0U*1m+SWC7nMAl(R*~}k)CIr+f9#6KfdGGA~XF{Q?;0kjV7lv$|}5{xo(=g07DT6 a$Bm{#ze@xdD%xKDTnTd0e?}<=B?bUPGed^} delta 174 zcmbQoJfC@jD&v=lYJ2LHIr_H!x%}fl5HJeya4czi`^QvZ!@_fm8KpR0uHUKoZ03F& zB_=~lEhZxaBPJt5D<&f&Co?W4BV!>ZBNHhmBU2@rBP&kM(0egsz1flOu%}CQq@J9Z zdTPmwmc2)2A87*WGXv@~2kNu%k_YOu6k;+qkYX}6RAPNGxu5B1*W_46Md=$&hklm` aFcfictZsdF&q9Eq;>W6$ci5yDlo$ZonnE4` diff --git a/staging/src/k8s.io/api/testdata/HEAD/events.k8s.io.v1beta1.Event.yaml b/staging/src/k8s.io/api/testdata/HEAD/events.k8s.io.v1beta1.Event.yaml index 62bba948a5e..813e47ff9ca 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/events.k8s.io.v1beta1.Event.yaml +++ b/staging/src/k8s.io/api/testdata/HEAD/events.k8s.io.v1beta1.Event.yaml @@ -1,8 +1,8 @@ action: "21" apiVersion: events.k8s.io/v1beta1 -deprecatedCount: 1804227960 -deprecatedFirstTimestamp: "2964-12-12T12:04:40Z" -deprecatedLastTimestamp: "2452-08-27T22:01:15Z" +deprecatedCount: -180456314 +deprecatedFirstTimestamp: "2235-03-09T09:44:15Z" +deprecatedLastTimestamp: "2964-12-12T12:04:40Z" deprecatedSource: component: "37" host: "38" @@ -46,7 +46,7 @@ regarding: name: "25" namespace: "24" resourceVersion: "27" - uid: Ĩɘ.蘯6ċV夸eɑeʤ脽ěĂ + uid: 鯹)晿< related: apiVersion: "32" fieldPath: "34" @@ -54,11 +54,10 @@ related: name: "31" namespace: "30" resourceVersion: "33" - uid: 蓏Ŋ + uid: ',c鮽ort昍řČ扷5ƗǸƢ6/ʕ' reportingController: "19" reportingInstance: "20" series: count: -1971381490 lastObservedTime: "2429-02-18T17:57:56.343118Z" - state: 鯹)晿< type: "36" diff --git a/staging/src/k8s.io/api/testdata/v1.17.0/core.v1.Event.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.17.0/core.v1.Event.after_roundtrip.pb new file mode 100644 index 0000000000000000000000000000000000000000..1f7bd43571519e026a969cb440921e594eeec7bc GIT binary patch literal 405 zcmV;G0c!qhICB6B3km{uF%ktuc4cmK68!=SsR0TBG774F)%bT zG%z(ZIXEylH#RUfGB7hZ+wOwZfs34ha6$l3t%$XQg`duxy8&7T3IR6~0XSj@3IRD1 z0x>XZAPNF8G8zIgGa?Q|dgZ&6$cKA##frv{a4G^ZF)#o)0dfK{G7$v&o-I}7oV3HYVK2#)eddvYDCW7B#D-lO0x>r-0x>ueFA4%NIT8Xg zFd70fF(MVjt8q%^o{C{O=%I~Z#Hh)bF6fxADgrVxG6FI)Is!5@8UivkA_6itDhLV! zGB*+eGB`2_2-}zLm~;>TItU1sh_j+@5CA~5+PS#;|NsC00ZIZgIZ_J<^zzW|K@foH zm=;z4X+XNB}2&;mbu5%Fh)#KR#VgfTTYB~x6GcghZGcpz8UP{yT`r8I literal 0 HcmV?d00001 diff --git a/staging/src/k8s.io/api/testdata/v1.17.0/events.k8s.io.v1beta1.Event.after_roundtrip.json b/staging/src/k8s.io/api/testdata/v1.17.0/events.k8s.io.v1beta1.Event.after_roundtrip.json new file mode 100644 index 00000000000..a0bf7303557 --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.17.0/events.k8s.io.v1beta1.Event.after_roundtrip.json @@ -0,0 +1,79 @@ +{ + "kind": "Event", + "apiVersion": "events.k8s.io/v1beta1", + "metadata": { + "name": "2", + "generateName": "3", + "namespace": "4", + "selfLink": "5", + "uid": "7", + "resourceVersion": "11042405498087606203", + "generation": 8071137005907523419, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -4955867275792137171, + "labels": { + "7": "8" + }, + "annotations": { + "9": "10" + }, + "ownerReferences": [ + { + "apiVersion": "11", + "kind": "12", + "name": "13", + "uid": "Dz廔ȇ{sŊƏp", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "14" + ], + "clusterName": "15", + "managedFields": [ + { + "manager": "16", + "operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]", + "apiVersion": "17", + "fieldsType": "18" + } + ] + }, + "eventTime": "2482-03-20T23:11:25.602224Z", + "series": { + "count": -1971381490, + "lastObservedTime": "2429-02-18T17:57:56.343118Z" + }, + "reportingController": "19", + "reportingInstance": "20", + "action": "21", + "reason": "22", + "regarding": { + "kind": "23", + "namespace": "24", + "name": "25", + "uid": "Ĩɘ.蘯6ċV夸eɑeʤ脽ěĂ", + "apiVersion": "26", + "resourceVersion": "27", + "fieldPath": "28" + }, + "related": { + "kind": "29", + "namespace": "30", + "name": "31", + "uid": "蓏Ŋ", + "apiVersion": "32", + "resourceVersion": "33", + "fieldPath": "34" + }, + "note": "35", + "type": "36", + "deprecatedSource": { + "component": "37", + "host": "38" + }, + "deprecatedFirstTimestamp": "2964-12-12T12:04:40Z", + "deprecatedLastTimestamp": "2452-08-27T22:01:15Z", + "deprecatedCount": 1804227960 +} \ No newline at end of file diff --git a/staging/src/k8s.io/api/testdata/v1.17.0/events.k8s.io.v1beta1.Event.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.17.0/events.k8s.io.v1beta1.Event.after_roundtrip.pb new file mode 100644 index 0000000000000000000000000000000000000000..fd873df61147d9e6c7fc2b15ae9cb1b5fb4ddad5 GIT binary patch literal 405 zcmd0{C}!Z2;}T6ROU)}O*2}gi*2~P-FEdO^ElD&KVs!-x3%z3ETFJ=8Xe7jFEX8P| z#AvF;Xl^88XlP(!WMW`yVrgMuVQyw%W@KP&ar<4<)yD2QjRj5&0c$(9Hn+|{H)l6v z6dM<#xe%j85<3^8r4W;$L6!m+lcA9mlcBK^pG(!#-BV7qR~H}cI@VvH#RN2$!Gf`f z$ zJu>@96HuQSP@g$apM{q^P#@4+#s*SM#)e9)FDCaN?b2d0HZo!|Hnw6iHVI-fHjQF3 uHcR5*Vlp-dDzwPr;JDFr=y!<#LlFnZ>egrXECd)Teymz~hfRt>i2(otGKMGs literal 0 HcmV?d00001 diff --git a/staging/src/k8s.io/api/testdata/v1.17.0/events.k8s.io.v1beta1.Event.after_roundtrip.yaml b/staging/src/k8s.io/api/testdata/v1.17.0/events.k8s.io.v1beta1.Event.after_roundtrip.yaml new file mode 100644 index 00000000000..254b836680b --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.17.0/events.k8s.io.v1beta1.Event.after_roundtrip.yaml @@ -0,0 +1,63 @@ +action: "21" +apiVersion: events.k8s.io/v1beta1 +deprecatedCount: 1804227960 +deprecatedFirstTimestamp: "2964-12-12T12:04:40Z" +deprecatedLastTimestamp: "2452-08-27T22:01:15Z" +deprecatedSource: + component: "37" + host: "38" +eventTime: "2482-03-20T23:11:25.602224Z" +kind: Event +metadata: + annotations: + "9": "10" + clusterName: "15" + creationTimestamp: null + deletionGracePeriodSeconds: -4955867275792137171 + finalizers: + - "14" + generateName: "3" + generation: 8071137005907523419 + labels: + "7": "8" + managedFields: + - apiVersion: "17" + fieldsType: "18" + manager: "16" + operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć] + name: "2" + namespace: "4" + ownerReferences: + - apiVersion: "11" + blockOwnerDeletion: true + controller: false + kind: "12" + name: "13" + uid: Dz廔ȇ{sŊƏp + resourceVersion: "11042405498087606203" + selfLink: "5" + uid: "7" +note: "35" +reason: "22" +regarding: + apiVersion: "26" + fieldPath: "28" + kind: "23" + name: "25" + namespace: "24" + resourceVersion: "27" + uid: Ĩɘ.蘯6ċV夸eɑeʤ脽ěĂ +related: + apiVersion: "32" + fieldPath: "34" + kind: "29" + name: "31" + namespace: "30" + resourceVersion: "33" + uid: 蓏Ŋ +reportingController: "19" +reportingInstance: "20" +series: + count: -1971381490 + lastObservedTime: "2429-02-18T17:57:56.343118Z" +type: "36" diff --git a/staging/src/k8s.io/api/testdata/v1.18.0/core.v1.Event.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.18.0/core.v1.Event.after_roundtrip.pb new file mode 100644 index 0000000000000000000000000000000000000000..1f7bd43571519e026a969cb440921e594eeec7bc GIT binary patch literal 405 zcmV;G0c!qhICB6B3km{uF%ktuc4cmK68!=SsR0TBG774F)%bT zG%z(ZIXEylH#RUfGB7hZ+wOwZfs34ha6$l3t%$XQg`duxy8&7T3IR6~0XSj@3IRD1 z0x>XZAPNF8G8zIgGa?Q|dgZ&6$cKA##frv{a4G^ZF)#o)0dfK{G7$v&o-I}7oV3HYVK2#)eddvYDCW7B#D-lO0x>r-0x>ueFA4%NIT8Xg zFd70fF(MVjt8q%^o{C{O=%I~Z#Hh)bF6fxADgrVxG6FI)Is!5@8UivkA_6itDhLV! zGB*+eGB`2_2-}zLm~;>TItU1sh_j+@5CA~5+PS#;|NsC00ZIZgIZ_J<^zzW|K@foH zm=;z4X+XNB}2&;mbu5%Fh)#KR#VgfTTYB~x6GcghZGcpz8UP{yT`r8I literal 0 HcmV?d00001 diff --git a/staging/src/k8s.io/api/testdata/v1.18.0/events.k8s.io.v1beta1.Event.after_roundtrip.json b/staging/src/k8s.io/api/testdata/v1.18.0/events.k8s.io.v1beta1.Event.after_roundtrip.json new file mode 100644 index 00000000000..a0bf7303557 --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.18.0/events.k8s.io.v1beta1.Event.after_roundtrip.json @@ -0,0 +1,79 @@ +{ + "kind": "Event", + "apiVersion": "events.k8s.io/v1beta1", + "metadata": { + "name": "2", + "generateName": "3", + "namespace": "4", + "selfLink": "5", + "uid": "7", + "resourceVersion": "11042405498087606203", + "generation": 8071137005907523419, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -4955867275792137171, + "labels": { + "7": "8" + }, + "annotations": { + "9": "10" + }, + "ownerReferences": [ + { + "apiVersion": "11", + "kind": "12", + "name": "13", + "uid": "Dz廔ȇ{sŊƏp", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "14" + ], + "clusterName": "15", + "managedFields": [ + { + "manager": "16", + "operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]", + "apiVersion": "17", + "fieldsType": "18" + } + ] + }, + "eventTime": "2482-03-20T23:11:25.602224Z", + "series": { + "count": -1971381490, + "lastObservedTime": "2429-02-18T17:57:56.343118Z" + }, + "reportingController": "19", + "reportingInstance": "20", + "action": "21", + "reason": "22", + "regarding": { + "kind": "23", + "namespace": "24", + "name": "25", + "uid": "Ĩɘ.蘯6ċV夸eɑeʤ脽ěĂ", + "apiVersion": "26", + "resourceVersion": "27", + "fieldPath": "28" + }, + "related": { + "kind": "29", + "namespace": "30", + "name": "31", + "uid": "蓏Ŋ", + "apiVersion": "32", + "resourceVersion": "33", + "fieldPath": "34" + }, + "note": "35", + "type": "36", + "deprecatedSource": { + "component": "37", + "host": "38" + }, + "deprecatedFirstTimestamp": "2964-12-12T12:04:40Z", + "deprecatedLastTimestamp": "2452-08-27T22:01:15Z", + "deprecatedCount": 1804227960 +} \ No newline at end of file diff --git a/staging/src/k8s.io/api/testdata/v1.18.0/events.k8s.io.v1beta1.Event.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.18.0/events.k8s.io.v1beta1.Event.after_roundtrip.pb new file mode 100644 index 0000000000000000000000000000000000000000..fd873df61147d9e6c7fc2b15ae9cb1b5fb4ddad5 GIT binary patch literal 405 zcmd0{C}!Z2;}T6ROU)}O*2}gi*2~P-FEdO^ElD&KVs!-x3%z3ETFJ=8Xe7jFEX8P| z#AvF;Xl^88XlP(!WMW`yVrgMuVQyw%W@KP&ar<4<)yD2QjRj5&0c$(9Hn+|{H)l6v z6dM<#xe%j85<3^8r4W;$L6!m+lcA9mlcBK^pG(!#-BV7qR~H}cI@VvH#RN2$!Gf`f z$ zJu>@96HuQSP@g$apM{q^P#@4+#s*SM#)e9)FDCaN?b2d0HZo!|Hnw6iHVI-fHjQF3 uHcR5*Vlp-dDzwPr;JDFr=y!<#LlFnZ>egrXECd)Teymz~hfRt>i2(otGKMGs literal 0 HcmV?d00001 diff --git a/staging/src/k8s.io/api/testdata/v1.18.0/events.k8s.io.v1beta1.Event.after_roundtrip.yaml b/staging/src/k8s.io/api/testdata/v1.18.0/events.k8s.io.v1beta1.Event.after_roundtrip.yaml new file mode 100644 index 00000000000..254b836680b --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.18.0/events.k8s.io.v1beta1.Event.after_roundtrip.yaml @@ -0,0 +1,63 @@ +action: "21" +apiVersion: events.k8s.io/v1beta1 +deprecatedCount: 1804227960 +deprecatedFirstTimestamp: "2964-12-12T12:04:40Z" +deprecatedLastTimestamp: "2452-08-27T22:01:15Z" +deprecatedSource: + component: "37" + host: "38" +eventTime: "2482-03-20T23:11:25.602224Z" +kind: Event +metadata: + annotations: + "9": "10" + clusterName: "15" + creationTimestamp: null + deletionGracePeriodSeconds: -4955867275792137171 + finalizers: + - "14" + generateName: "3" + generation: 8071137005907523419 + labels: + "7": "8" + managedFields: + - apiVersion: "17" + fieldsType: "18" + manager: "16" + operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć] + name: "2" + namespace: "4" + ownerReferences: + - apiVersion: "11" + blockOwnerDeletion: true + controller: false + kind: "12" + name: "13" + uid: Dz廔ȇ{sŊƏp + resourceVersion: "11042405498087606203" + selfLink: "5" + uid: "7" +note: "35" +reason: "22" +regarding: + apiVersion: "26" + fieldPath: "28" + kind: "23" + name: "25" + namespace: "24" + resourceVersion: "27" + uid: Ĩɘ.蘯6ċV夸eɑeʤ脽ěĂ +related: + apiVersion: "32" + fieldPath: "34" + kind: "29" + name: "31" + namespace: "30" + resourceVersion: "33" + uid: 蓏Ŋ +reportingController: "19" +reportingInstance: "20" +series: + count: -1971381490 + lastObservedTime: "2429-02-18T17:57:56.343118Z" +type: "36"