From 628e6304249e76d37bdb5f5d858d3e766e2a1f1c Mon Sep 17 00:00:00 2001 From: Michail Kargakis Date: Thu, 20 Oct 2016 15:03:06 +0200 Subject: [PATCH 1/2] Remove lastProbeTime from rc/rs conditions --- pkg/api/types.go | 3 --- pkg/api/v1/types.go | 3 --- pkg/apis/extensions/types.go | 3 --- pkg/apis/extensions/v1beta1/types.go | 3 --- 4 files changed, 12 deletions(-) diff --git a/pkg/api/types.go b/pkg/api/types.go index 8cb8c08e22..b008bc5c9c 100644 --- a/pkg/api/types.go +++ b/pkg/api/types.go @@ -2041,9 +2041,6 @@ type ReplicationControllerCondition struct { Type ReplicationControllerConditionType `json:"type"` // Status of the condition, one of True, False, Unknown. Status ConditionStatus `json:"status"` - // Last time we probed the condition. - // +optional - LastProbeTime unversioned.Time `json:"lastProbeTime,omitempty"` // The last time the condition transitioned from one status to another. // +optional LastTransitionTime unversioned.Time `json:"lastTransitionTime,omitempty"` diff --git a/pkg/api/v1/types.go b/pkg/api/v1/types.go index fa00a3c920..949bb1432b 100644 --- a/pkg/api/v1/types.go +++ b/pkg/api/v1/types.go @@ -2350,9 +2350,6 @@ type ReplicationControllerCondition struct { Type ReplicationControllerConditionType `json:"type"` // Status of the condition, one of True, False, Unknown. Status ConditionStatus `json:"status"` - // Last time we probed the condition. - // +optional - LastProbeTime unversioned.Time `json:"lastProbeTime,omitempty"` // The last time the condition transitioned from one status to another. // +optional LastTransitionTime unversioned.Time `json:"lastTransitionTime,omitempty"` diff --git a/pkg/apis/extensions/types.go b/pkg/apis/extensions/types.go index 9b2e211d65..7d7cd8a8d1 100644 --- a/pkg/apis/extensions/types.go +++ b/pkg/apis/extensions/types.go @@ -739,9 +739,6 @@ type ReplicaSetCondition struct { Type ReplicaSetConditionType `json:"type"` // Status of the condition, one of True, False, Unknown. Status api.ConditionStatus `json:"status"` - // Last time we probed the condition. - // +optional - LastProbeTime unversioned.Time `json:"lastProbeTime,omitempty"` // The last time the condition transitioned from one status to another. // +optional LastTransitionTime unversioned.Time `json:"lastTransitionTime,omitempty"` diff --git a/pkg/apis/extensions/v1beta1/types.go b/pkg/apis/extensions/v1beta1/types.go index 608d3efbf2..f714cd9c70 100644 --- a/pkg/apis/extensions/v1beta1/types.go +++ b/pkg/apis/extensions/v1beta1/types.go @@ -1035,9 +1035,6 @@ type ReplicaSetCondition struct { Type ReplicaSetConditionType `json:"type"` // Status of the condition, one of True, False, Unknown. Status v1.ConditionStatus `json:"status"` - // Last time we probed the condition. - // +optional - LastProbeTime unversioned.Time `json:"lastProbeTime,omitempty"` // The last time the condition transitioned from one status to another. // +optional LastTransitionTime unversioned.Time `json:"lastTransitionTime,omitempty"` From a4694ef1afe5f9a743444db08ca66d95f8760f4f Mon Sep 17 00:00:00 2001 From: Michail Kargakis Date: Thu, 20 Oct 2016 15:16:46 +0200 Subject: [PATCH 2/2] Generated changes for lastProbeTime removal --- api/openapi-spec/root_swagger.json | 8 - api/openapi-spec/v1.json | 4 - api/openapi-spec/v1beta1.extensions.json | 4 - api/swagger-spec/extensions_v1beta1.json | 5 - api/swagger-spec/v1.json | 5 - .../extensions/v1beta1/definitions.html | 9 +- docs/api-reference/v1/definitions.html | 9 +- pkg/api/types.generated.go | 23400 ++++++++------- pkg/api/v1/generated.pb.go | 1517 +- pkg/api/v1/generated.proto | 10 +- pkg/api/v1/types.generated.go | 24290 ++++++++-------- pkg/api/v1/types_swagger_doc_generated.go | 1 - pkg/api/v1/zz_generated.conversion.go | 6 - pkg/api/v1/zz_generated.deepcopy.go | 1 - pkg/api/zz_generated.deepcopy.go | 1 - pkg/apis/extensions/types.generated.go | 6102 ++-- pkg/apis/extensions/v1beta1/generated.pb.go | 612 +- pkg/apis/extensions/v1beta1/generated.proto | 10 +- .../extensions/v1beta1/types.generated.go | 6558 ++--- .../v1beta1/types_swagger_doc_generated.go | 1 - .../v1beta1/zz_generated.conversion.go | 6 - .../v1beta1/zz_generated.deepcopy.go | 1 - pkg/apis/extensions/zz_generated.deepcopy.go | 1 - pkg/generated/openapi/zz_generated.openapi.go | 18 - 24 files changed, 31043 insertions(+), 31536 deletions(-) diff --git a/api/openapi-spec/root_swagger.json b/api/openapi-spec/root_swagger.json index e61632ba05..5bdf39a7a3 100644 --- a/api/openapi-spec/root_swagger.json +++ b/api/openapi-spec/root_swagger.json @@ -28275,10 +28275,6 @@ "status" ], "properties": { - "lastProbeTime": { - "description": "Last time we probed the condition.", - "$ref": "#/definitions/unversioned.Time" - }, "lastTransitionTime": { "description": "The last time the condition transitioned from one status to another.", "$ref": "#/definitions/unversioned.Time" @@ -30197,10 +30193,6 @@ "status" ], "properties": { - "lastProbeTime": { - "description": "Last time we probed the condition.", - "$ref": "#/definitions/unversioned.Time" - }, "lastTransitionTime": { "description": "The last time the condition transitioned from one status to another.", "$ref": "#/definitions/unversioned.Time" diff --git a/api/openapi-spec/v1.json b/api/openapi-spec/v1.json index a34f9fa1f2..36a177d189 100644 --- a/api/openapi-spec/v1.json +++ b/api/openapi-spec/v1.json @@ -14686,10 +14686,6 @@ "status" ], "properties": { - "lastProbeTime": { - "description": "Last time we probed the condition.", - "$ref": "#/definitions/unversioned.Time" - }, "lastTransitionTime": { "description": "The last time the condition transitioned from one status to another.", "$ref": "#/definitions/unversioned.Time" diff --git a/api/openapi-spec/v1beta1.extensions.json b/api/openapi-spec/v1beta1.extensions.json index 5fe88c1eb3..9368b0290e 100644 --- a/api/openapi-spec/v1beta1.extensions.json +++ b/api/openapi-spec/v1beta1.extensions.json @@ -7820,10 +7820,6 @@ "status" ], "properties": { - "lastProbeTime": { - "description": "Last time we probed the condition.", - "$ref": "#/definitions/unversioned.Time" - }, "lastTransitionTime": { "description": "The last time the condition transitioned from one status to another.", "$ref": "#/definitions/unversioned.Time" diff --git a/api/swagger-spec/extensions_v1beta1.json b/api/swagger-spec/extensions_v1beta1.json index 502c886e27..93b7270cd4 100644 --- a/api/swagger-spec/extensions_v1beta1.json +++ b/api/swagger-spec/extensions_v1beta1.json @@ -10380,11 +10380,6 @@ "type": "string", "description": "Status of the condition, one of True, False, Unknown." }, - "lastProbeTime": { - "type": "string", - "format": "date-time", - "description": "Last time we probed the condition." - }, "lastTransitionTime": { "type": "string", "format": "date-time", diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json index 8836d8646b..c71d5e821c 100644 --- a/api/swagger-spec/v1.json +++ b/api/swagger-spec/v1.json @@ -19161,11 +19161,6 @@ "type": "string", "description": "Status of the condition, one of True, False, Unknown." }, - "lastProbeTime": { - "type": "string", - "format": "date-time", - "description": "Last time we probed the condition." - }, "lastTransitionTime": { "type": "string", "format": "date-time", diff --git a/docs/api-reference/extensions/v1beta1/definitions.html b/docs/api-reference/extensions/v1beta1/definitions.html index 6c141dce7a..5a104622f6 100755 --- a/docs/api-reference/extensions/v1beta1/definitions.html +++ b/docs/api-reference/extensions/v1beta1/definitions.html @@ -1172,13 +1172,6 @@ Examples:
-

lastProbeTime

-

Last time we probed the condition.

-

false

-

string (date-time)

- - -

lastTransitionTime

The last time the condition transitioned from one status to another.

false

@@ -6694,7 +6687,7 @@ Both these may change in the future. Incoming requests are matched against the h diff --git a/docs/api-reference/v1/definitions.html b/docs/api-reference/v1/definitions.html index 2cdbef4439..1211f51f52 100755 --- a/docs/api-reference/v1/definitions.html +++ b/docs/api-reference/v1/definitions.html @@ -1555,13 +1555,6 @@ Examples:
-

lastProbeTime

-

Last time we probed the condition.

-

false

-

string (date-time)

- - -

lastTransitionTime

The last time the condition transitioned from one status to another.

false

@@ -8565,7 +8558,7 @@ The resulting set of endpoints can be viewed as:
diff --git a/pkg/api/types.generated.go b/pkg/api/types.generated.go index b2125f21d9..622ec7cebb 100644 --- a/pkg/api/types.generated.go +++ b/pkg/api/types.generated.go @@ -32527,16 +32527,15 @@ func (x *ReplicationControllerCondition) CodecEncodeSelf(e *codec1978.Encoder) { } else { yysep2477 := !z.EncBinary() yy2arr2477 := z.EncBasicHandle().StructToArray - var yyq2477 [6]bool + var yyq2477 [5]bool _, _, _ = yysep2477, yyq2477, yy2arr2477 const yyr2477 bool = false yyq2477[2] = true - yyq2477[3] = true - yyq2477[4] = x.Reason != "" - yyq2477[5] = x.Message != "" + yyq2477[3] = x.Reason != "" + yyq2477[4] = x.Message != "" var yynn2477 int if yyr2477 || yy2arr2477 { - r.EncodeArrayStart(6) + r.EncodeArrayStart(5) } else { yynn2477 = 2 for _, b := range yyq2477 { @@ -32568,7 +32567,7 @@ func (x *ReplicationControllerCondition) CodecEncodeSelf(e *codec1978.Encoder) { if yyr2477 || yy2arr2477 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if yyq2477[2] { - yy2481 := &x.LastProbeTime + yy2481 := &x.LastTransitionTime yym2482 := z.EncBinary() _ = yym2482 if false { @@ -32586,9 +32585,9 @@ func (x *ReplicationControllerCondition) CodecEncodeSelf(e *codec1978.Encoder) { } else { if yyq2477[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastProbeTime")) + r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2483 := &x.LastProbeTime + yy2483 := &x.LastTransitionTime yym2484 := z.EncBinary() _ = yym2484 if false { @@ -32605,45 +32604,8 @@ func (x *ReplicationControllerCondition) CodecEncodeSelf(e *codec1978.Encoder) { if yyr2477 || yy2arr2477 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if yyq2477[3] { - yy2486 := &x.LastTransitionTime - yym2487 := z.EncBinary() - _ = yym2487 - if false { - } else if z.HasExtensions() && z.EncExt(yy2486) { - } else if yym2487 { - z.EncBinaryMarshal(yy2486) - } else if !yym2487 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2486) - } else { - z.EncFallback(yy2486) - } - } else { - r.EncodeNil() - } - } else { - if yyq2477[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2488 := &x.LastTransitionTime - yym2489 := z.EncBinary() - _ = yym2489 - if false { - } else if z.HasExtensions() && z.EncExt(yy2488) { - } else if yym2489 { - z.EncBinaryMarshal(yy2488) - } else if !yym2489 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2488) - } else { - z.EncFallback(yy2488) - } - } - } - if yyr2477 || yy2arr2477 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2477[4] { - yym2491 := z.EncBinary() - _ = yym2491 + yym2486 := z.EncBinary() + _ = yym2486 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -32652,12 +32614,12 @@ func (x *ReplicationControllerCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2477[4] { + if yyq2477[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2492 := z.EncBinary() - _ = yym2492 + yym2487 := z.EncBinary() + _ = yym2487 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -32666,9 +32628,9 @@ func (x *ReplicationControllerCondition) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr2477 || yy2arr2477 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2477[5] { - yym2494 := z.EncBinary() - _ = yym2494 + if yyq2477[4] { + yym2489 := z.EncBinary() + _ = yym2489 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -32677,12 +32639,12 @@ func (x *ReplicationControllerCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2477[5] { + if yyq2477[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2495 := z.EncBinary() - _ = yym2495 + yym2490 := z.EncBinary() + _ = yym2490 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -32702,25 +32664,25 @@ func (x *ReplicationControllerCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2496 := z.DecBinary() - _ = yym2496 + yym2491 := z.DecBinary() + _ = yym2491 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2497 := r.ContainerType() - if yyct2497 == codecSelferValueTypeMap1234 { - yyl2497 := r.ReadMapStart() - if yyl2497 == 0 { + yyct2492 := r.ContainerType() + if yyct2492 == codecSelferValueTypeMap1234 { + yyl2492 := r.ReadMapStart() + if yyl2492 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2497, d) + x.codecDecodeSelfFromMap(yyl2492, d) } - } else if yyct2497 == codecSelferValueTypeArray1234 { - yyl2497 := r.ReadArrayStart() - if yyl2497 == 0 { + } else if yyct2492 == codecSelferValueTypeArray1234 { + yyl2492 := r.ReadArrayStart() + if yyl2492 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2497, d) + x.codecDecodeSelfFromArray(yyl2492, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32732,12 +32694,12 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromMap(l int, d *codec1 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2498Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2498Slc - var yyhl2498 bool = l >= 0 - for yyj2498 := 0; ; yyj2498++ { - if yyhl2498 { - if yyj2498 >= l { + var yys2493Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2493Slc + var yyhl2493 bool = l >= 0 + for yyj2493 := 0; ; yyj2493++ { + if yyhl2493 { + if yyj2493 >= l { break } } else { @@ -32746,10 +32708,10 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromMap(l int, d *codec1 } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2498Slc = r.DecodeBytes(yys2498Slc, true, true) - yys2498 := string(yys2498Slc) + yys2493Slc = r.DecodeBytes(yys2493Slc, true, true) + yys2493 := string(yys2493Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2498 { + switch yys2493 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -32762,38 +32724,21 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromMap(l int, d *codec1 } else { x.Status = ConditionStatus(r.DecodeString()) } - case "lastProbeTime": - if r.TryDecodeAsNil() { - x.LastProbeTime = pkg2_unversioned.Time{} - } else { - yyv2501 := &x.LastProbeTime - yym2502 := z.DecBinary() - _ = yym2502 - if false { - } else if z.HasExtensions() && z.DecExt(yyv2501) { - } else if yym2502 { - z.DecBinaryUnmarshal(yyv2501) - } else if !yym2502 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2501) - } else { - z.DecFallback(yyv2501, false) - } - } case "lastTransitionTime": if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv2503 := &x.LastTransitionTime - yym2504 := z.DecBinary() - _ = yym2504 + yyv2496 := &x.LastTransitionTime + yym2497 := z.DecBinary() + _ = yym2497 if false { - } else if z.HasExtensions() && z.DecExt(yyv2503) { - } else if yym2504 { - z.DecBinaryUnmarshal(yyv2503) - } else if !yym2504 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2503) + } else if z.HasExtensions() && z.DecExt(yyv2496) { + } else if yym2497 { + z.DecBinaryUnmarshal(yyv2496) + } else if !yym2497 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2496) } else { - z.DecFallback(yyv2503, false) + z.DecFallback(yyv2496, false) } } case "reason": @@ -32809,9 +32754,9 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromMap(l int, d *codec1 x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2498) - } // end switch yys2498 - } // end for yyj2498 + z.DecStructFieldNotFound(-1, yys2493) + } // end switch yys2493 + } // end for yyj2493 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32819,16 +32764,16 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromArray(l int, d *code var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2507 int - var yyb2507 bool - var yyhl2507 bool = l >= 0 - yyj2507++ - if yyhl2507 { - yyb2507 = yyj2507 > l + var yyj2500 int + var yyb2500 bool + var yyhl2500 bool = l >= 0 + yyj2500++ + if yyhl2500 { + yyb2500 = yyj2500 > l } else { - yyb2507 = r.CheckBreak() + yyb2500 = r.CheckBreak() } - if yyb2507 { + if yyb2500 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32838,13 +32783,13 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromArray(l int, d *code } else { x.Type = ReplicationControllerConditionType(r.DecodeString()) } - yyj2507++ - if yyhl2507 { - yyb2507 = yyj2507 > l + yyj2500++ + if yyhl2500 { + yyb2500 = yyj2500 > l } else { - yyb2507 = r.CheckBreak() + yyb2500 = r.CheckBreak() } - if yyb2507 { + if yyb2500 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32854,40 +32799,13 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromArray(l int, d *code } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj2507++ - if yyhl2507 { - yyb2507 = yyj2507 > l + yyj2500++ + if yyhl2500 { + yyb2500 = yyj2500 > l } else { - yyb2507 = r.CheckBreak() + yyb2500 = r.CheckBreak() } - if yyb2507 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.LastProbeTime = pkg2_unversioned.Time{} - } else { - yyv2510 := &x.LastProbeTime - yym2511 := z.DecBinary() - _ = yym2511 - if false { - } else if z.HasExtensions() && z.DecExt(yyv2510) { - } else if yym2511 { - z.DecBinaryUnmarshal(yyv2510) - } else if !yym2511 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2510) - } else { - z.DecFallback(yyv2510, false) - } - } - yyj2507++ - if yyhl2507 { - yyb2507 = yyj2507 > l - } else { - yyb2507 = r.CheckBreak() - } - if yyb2507 { + if yyb2500 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32895,26 +32813,26 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromArray(l int, d *code if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv2512 := &x.LastTransitionTime - yym2513 := z.DecBinary() - _ = yym2513 + yyv2503 := &x.LastTransitionTime + yym2504 := z.DecBinary() + _ = yym2504 if false { - } else if z.HasExtensions() && z.DecExt(yyv2512) { - } else if yym2513 { - z.DecBinaryUnmarshal(yyv2512) - } else if !yym2513 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2512) + } else if z.HasExtensions() && z.DecExt(yyv2503) { + } else if yym2504 { + z.DecBinaryUnmarshal(yyv2503) + } else if !yym2504 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2503) } else { - z.DecFallback(yyv2512, false) + z.DecFallback(yyv2503, false) } } - yyj2507++ - if yyhl2507 { - yyb2507 = yyj2507 > l + yyj2500++ + if yyhl2500 { + yyb2500 = yyj2500 > l } else { - yyb2507 = r.CheckBreak() + yyb2500 = r.CheckBreak() } - if yyb2507 { + if yyb2500 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32924,13 +32842,13 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromArray(l int, d *code } else { x.Reason = string(r.DecodeString()) } - yyj2507++ - if yyhl2507 { - yyb2507 = yyj2507 > l + yyj2500++ + if yyhl2500 { + yyb2500 = yyj2500 > l } else { - yyb2507 = r.CheckBreak() + yyb2500 = r.CheckBreak() } - if yyb2507 { + if yyb2500 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32941,17 +32859,17 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromArray(l int, d *code x.Message = string(r.DecodeString()) } for { - yyj2507++ - if yyhl2507 { - yyb2507 = yyj2507 > l + yyj2500++ + if yyhl2500 { + yyb2500 = yyj2500 > l } else { - yyb2507 = r.CheckBreak() + yyb2500 = r.CheckBreak() } - if yyb2507 { + if yyb2500 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2507-1, "") + z.DecStructFieldNotFound(yyj2500-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32963,39 +32881,39 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2516 := z.EncBinary() - _ = yym2516 + yym2507 := z.EncBinary() + _ = yym2507 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2517 := !z.EncBinary() - yy2arr2517 := z.EncBasicHandle().StructToArray - var yyq2517 [5]bool - _, _, _ = yysep2517, yyq2517, yy2arr2517 - const yyr2517 bool = false - yyq2517[0] = x.Kind != "" - yyq2517[1] = x.APIVersion != "" - yyq2517[2] = true - yyq2517[3] = true - yyq2517[4] = true - var yynn2517 int - if yyr2517 || yy2arr2517 { + yysep2508 := !z.EncBinary() + yy2arr2508 := z.EncBasicHandle().StructToArray + var yyq2508 [5]bool + _, _, _ = yysep2508, yyq2508, yy2arr2508 + const yyr2508 bool = false + yyq2508[0] = x.Kind != "" + yyq2508[1] = x.APIVersion != "" + yyq2508[2] = true + yyq2508[3] = true + yyq2508[4] = true + var yynn2508 int + if yyr2508 || yy2arr2508 { r.EncodeArrayStart(5) } else { - yynn2517 = 0 - for _, b := range yyq2517 { + yynn2508 = 0 + for _, b := range yyq2508 { if b { - yynn2517++ + yynn2508++ } } - r.EncodeMapStart(yynn2517) - yynn2517 = 0 + r.EncodeMapStart(yynn2508) + yynn2508 = 0 } - if yyr2517 || yy2arr2517 { + if yyr2508 || yy2arr2508 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2517[0] { - yym2519 := z.EncBinary() - _ = yym2519 + if yyq2508[0] { + yym2510 := z.EncBinary() + _ = yym2510 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -33004,23 +32922,23 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2517[0] { + if yyq2508[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2520 := z.EncBinary() - _ = yym2520 + yym2511 := z.EncBinary() + _ = yym2511 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2517 || yy2arr2517 { + if yyr2508 || yy2arr2508 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2517[1] { - yym2522 := z.EncBinary() - _ = yym2522 + if yyq2508[1] { + yym2513 := z.EncBinary() + _ = yym2513 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -33029,70 +32947,70 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2517[1] { + if yyq2508[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2523 := z.EncBinary() - _ = yym2523 + yym2514 := z.EncBinary() + _ = yym2514 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2517 || yy2arr2517 { + if yyr2508 || yy2arr2508 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2517[2] { - yy2525 := &x.ObjectMeta - yy2525.CodecEncodeSelf(e) + if yyq2508[2] { + yy2516 := &x.ObjectMeta + yy2516.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2517[2] { + if yyq2508[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2526 := &x.ObjectMeta - yy2526.CodecEncodeSelf(e) + yy2517 := &x.ObjectMeta + yy2517.CodecEncodeSelf(e) } } - if yyr2517 || yy2arr2517 { + if yyr2508 || yy2arr2508 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2517[3] { - yy2528 := &x.Spec - yy2528.CodecEncodeSelf(e) + if yyq2508[3] { + yy2519 := &x.Spec + yy2519.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2517[3] { + if yyq2508[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2529 := &x.Spec - yy2529.CodecEncodeSelf(e) + yy2520 := &x.Spec + yy2520.CodecEncodeSelf(e) } } - if yyr2517 || yy2arr2517 { + if yyr2508 || yy2arr2508 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2517[4] { - yy2531 := &x.Status - yy2531.CodecEncodeSelf(e) + if yyq2508[4] { + yy2522 := &x.Status + yy2522.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2517[4] { + if yyq2508[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2532 := &x.Status - yy2532.CodecEncodeSelf(e) + yy2523 := &x.Status + yy2523.CodecEncodeSelf(e) } } - if yyr2517 || yy2arr2517 { + if yyr2508 || yy2arr2508 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33105,25 +33023,25 @@ func (x *ReplicationController) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2533 := z.DecBinary() - _ = yym2533 + yym2524 := z.DecBinary() + _ = yym2524 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2534 := r.ContainerType() - if yyct2534 == codecSelferValueTypeMap1234 { - yyl2534 := r.ReadMapStart() - if yyl2534 == 0 { + yyct2525 := r.ContainerType() + if yyct2525 == codecSelferValueTypeMap1234 { + yyl2525 := r.ReadMapStart() + if yyl2525 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2534, d) + x.codecDecodeSelfFromMap(yyl2525, d) } - } else if yyct2534 == codecSelferValueTypeArray1234 { - yyl2534 := r.ReadArrayStart() - if yyl2534 == 0 { + } else if yyct2525 == codecSelferValueTypeArray1234 { + yyl2525 := r.ReadArrayStart() + if yyl2525 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2534, d) + x.codecDecodeSelfFromArray(yyl2525, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33135,12 +33053,12 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2535Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2535Slc - var yyhl2535 bool = l >= 0 - for yyj2535 := 0; ; yyj2535++ { - if yyhl2535 { - if yyj2535 >= l { + var yys2526Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2526Slc + var yyhl2526 bool = l >= 0 + for yyj2526 := 0; ; yyj2526++ { + if yyhl2526 { + if yyj2526 >= l { break } } else { @@ -33149,10 +33067,10 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2535Slc = r.DecodeBytes(yys2535Slc, true, true) - yys2535 := string(yys2535Slc) + yys2526Slc = r.DecodeBytes(yys2526Slc, true, true) + yys2526 := string(yys2526Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2535 { + switch yys2526 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -33169,27 +33087,27 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2538 := &x.ObjectMeta - yyv2538.CodecDecodeSelf(d) + yyv2529 := &x.ObjectMeta + yyv2529.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ReplicationControllerSpec{} } else { - yyv2539 := &x.Spec - yyv2539.CodecDecodeSelf(d) + yyv2530 := &x.Spec + yyv2530.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ReplicationControllerStatus{} } else { - yyv2540 := &x.Status - yyv2540.CodecDecodeSelf(d) + yyv2531 := &x.Status + yyv2531.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2535) - } // end switch yys2535 - } // end for yyj2535 + z.DecStructFieldNotFound(-1, yys2526) + } // end switch yys2526 + } // end for yyj2526 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33197,16 +33115,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2541 int - var yyb2541 bool - var yyhl2541 bool = l >= 0 - yyj2541++ - if yyhl2541 { - yyb2541 = yyj2541 > l + var yyj2532 int + var yyb2532 bool + var yyhl2532 bool = l >= 0 + yyj2532++ + if yyhl2532 { + yyb2532 = yyj2532 > l } else { - yyb2541 = r.CheckBreak() + yyb2532 = r.CheckBreak() } - if yyb2541 { + if yyb2532 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33216,13 +33134,13 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Kind = string(r.DecodeString()) } - yyj2541++ - if yyhl2541 { - yyb2541 = yyj2541 > l + yyj2532++ + if yyhl2532 { + yyb2532 = yyj2532 > l } else { - yyb2541 = r.CheckBreak() + yyb2532 = r.CheckBreak() } - if yyb2541 { + if yyb2532 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33232,13 +33150,13 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.APIVersion = string(r.DecodeString()) } - yyj2541++ - if yyhl2541 { - yyb2541 = yyj2541 > l + yyj2532++ + if yyhl2532 { + yyb2532 = yyj2532 > l } else { - yyb2541 = r.CheckBreak() + yyb2532 = r.CheckBreak() } - if yyb2541 { + if yyb2532 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33246,16 +33164,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2544 := &x.ObjectMeta - yyv2544.CodecDecodeSelf(d) + yyv2535 := &x.ObjectMeta + yyv2535.CodecDecodeSelf(d) } - yyj2541++ - if yyhl2541 { - yyb2541 = yyj2541 > l + yyj2532++ + if yyhl2532 { + yyb2532 = yyj2532 > l } else { - yyb2541 = r.CheckBreak() + yyb2532 = r.CheckBreak() } - if yyb2541 { + if yyb2532 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33263,16 +33181,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Spec = ReplicationControllerSpec{} } else { - yyv2545 := &x.Spec - yyv2545.CodecDecodeSelf(d) + yyv2536 := &x.Spec + yyv2536.CodecDecodeSelf(d) } - yyj2541++ - if yyhl2541 { - yyb2541 = yyj2541 > l + yyj2532++ + if yyhl2532 { + yyb2532 = yyj2532 > l } else { - yyb2541 = r.CheckBreak() + yyb2532 = r.CheckBreak() } - if yyb2541 { + if yyb2532 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33280,21 +33198,21 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Status = ReplicationControllerStatus{} } else { - yyv2546 := &x.Status - yyv2546.CodecDecodeSelf(d) + yyv2537 := &x.Status + yyv2537.CodecDecodeSelf(d) } for { - yyj2541++ - if yyhl2541 { - yyb2541 = yyj2541 > l + yyj2532++ + if yyhl2532 { + yyb2532 = yyj2532 > l } else { - yyb2541 = r.CheckBreak() + yyb2532 = r.CheckBreak() } - if yyb2541 { + if yyb2532 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2541-1, "") + z.DecStructFieldNotFound(yyj2532-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33306,37 +33224,37 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2547 := z.EncBinary() - _ = yym2547 + yym2538 := z.EncBinary() + _ = yym2538 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2548 := !z.EncBinary() - yy2arr2548 := z.EncBasicHandle().StructToArray - var yyq2548 [4]bool - _, _, _ = yysep2548, yyq2548, yy2arr2548 - const yyr2548 bool = false - yyq2548[0] = x.Kind != "" - yyq2548[1] = x.APIVersion != "" - yyq2548[2] = true - var yynn2548 int - if yyr2548 || yy2arr2548 { + yysep2539 := !z.EncBinary() + yy2arr2539 := z.EncBasicHandle().StructToArray + var yyq2539 [4]bool + _, _, _ = yysep2539, yyq2539, yy2arr2539 + const yyr2539 bool = false + yyq2539[0] = x.Kind != "" + yyq2539[1] = x.APIVersion != "" + yyq2539[2] = true + var yynn2539 int + if yyr2539 || yy2arr2539 { r.EncodeArrayStart(4) } else { - yynn2548 = 1 - for _, b := range yyq2548 { + yynn2539 = 1 + for _, b := range yyq2539 { if b { - yynn2548++ + yynn2539++ } } - r.EncodeMapStart(yynn2548) - yynn2548 = 0 + r.EncodeMapStart(yynn2539) + yynn2539 = 0 } - if yyr2548 || yy2arr2548 { + if yyr2539 || yy2arr2539 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2548[0] { - yym2550 := z.EncBinary() - _ = yym2550 + if yyq2539[0] { + yym2541 := z.EncBinary() + _ = yym2541 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -33345,23 +33263,23 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2548[0] { + if yyq2539[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2551 := z.EncBinary() - _ = yym2551 + yym2542 := z.EncBinary() + _ = yym2542 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2548 || yy2arr2548 { + if yyr2539 || yy2arr2539 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2548[1] { - yym2553 := z.EncBinary() - _ = yym2553 + if yyq2539[1] { + yym2544 := z.EncBinary() + _ = yym2544 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -33370,54 +33288,54 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2548[1] { + if yyq2539[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2554 := z.EncBinary() - _ = yym2554 + yym2545 := z.EncBinary() + _ = yym2545 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2548 || yy2arr2548 { + if yyr2539 || yy2arr2539 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2548[2] { - yy2556 := &x.ListMeta - yym2557 := z.EncBinary() - _ = yym2557 + if yyq2539[2] { + yy2547 := &x.ListMeta + yym2548 := z.EncBinary() + _ = yym2548 if false { - } else if z.HasExtensions() && z.EncExt(yy2556) { + } else if z.HasExtensions() && z.EncExt(yy2547) { } else { - z.EncFallback(yy2556) + z.EncFallback(yy2547) } } else { r.EncodeNil() } } else { - if yyq2548[2] { + if yyq2539[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2558 := &x.ListMeta - yym2559 := z.EncBinary() - _ = yym2559 + yy2549 := &x.ListMeta + yym2550 := z.EncBinary() + _ = yym2550 if false { - } else if z.HasExtensions() && z.EncExt(yy2558) { + } else if z.HasExtensions() && z.EncExt(yy2549) { } else { - z.EncFallback(yy2558) + z.EncFallback(yy2549) } } } - if yyr2548 || yy2arr2548 { + if yyr2539 || yy2arr2539 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2561 := z.EncBinary() - _ = yym2561 + yym2552 := z.EncBinary() + _ = yym2552 if false { } else { h.encSliceReplicationController(([]ReplicationController)(x.Items), e) @@ -33430,15 +33348,15 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2562 := z.EncBinary() - _ = yym2562 + yym2553 := z.EncBinary() + _ = yym2553 if false { } else { h.encSliceReplicationController(([]ReplicationController)(x.Items), e) } } } - if yyr2548 || yy2arr2548 { + if yyr2539 || yy2arr2539 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33451,25 +33369,25 @@ func (x *ReplicationControllerList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2563 := z.DecBinary() - _ = yym2563 + yym2554 := z.DecBinary() + _ = yym2554 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2564 := r.ContainerType() - if yyct2564 == codecSelferValueTypeMap1234 { - yyl2564 := r.ReadMapStart() - if yyl2564 == 0 { + yyct2555 := r.ContainerType() + if yyct2555 == codecSelferValueTypeMap1234 { + yyl2555 := r.ReadMapStart() + if yyl2555 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2564, d) + x.codecDecodeSelfFromMap(yyl2555, d) } - } else if yyct2564 == codecSelferValueTypeArray1234 { - yyl2564 := r.ReadArrayStart() - if yyl2564 == 0 { + } else if yyct2555 == codecSelferValueTypeArray1234 { + yyl2555 := r.ReadArrayStart() + if yyl2555 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2564, d) + x.codecDecodeSelfFromArray(yyl2555, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33481,12 +33399,12 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2565Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2565Slc - var yyhl2565 bool = l >= 0 - for yyj2565 := 0; ; yyj2565++ { - if yyhl2565 { - if yyj2565 >= l { + var yys2556Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2556Slc + var yyhl2556 bool = l >= 0 + for yyj2556 := 0; ; yyj2556++ { + if yyhl2556 { + if yyj2556 >= l { break } } else { @@ -33495,10 +33413,10 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2565Slc = r.DecodeBytes(yys2565Slc, true, true) - yys2565 := string(yys2565Slc) + yys2556Slc = r.DecodeBytes(yys2556Slc, true, true) + yys2556 := string(yys2556Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2565 { + switch yys2556 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -33515,31 +33433,31 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2568 := &x.ListMeta - yym2569 := z.DecBinary() - _ = yym2569 + yyv2559 := &x.ListMeta + yym2560 := z.DecBinary() + _ = yym2560 if false { - } else if z.HasExtensions() && z.DecExt(yyv2568) { + } else if z.HasExtensions() && z.DecExt(yyv2559) { } else { - z.DecFallback(yyv2568, false) + z.DecFallback(yyv2559, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2570 := &x.Items - yym2571 := z.DecBinary() - _ = yym2571 + yyv2561 := &x.Items + yym2562 := z.DecBinary() + _ = yym2562 if false { } else { - h.decSliceReplicationController((*[]ReplicationController)(yyv2570), d) + h.decSliceReplicationController((*[]ReplicationController)(yyv2561), d) } } default: - z.DecStructFieldNotFound(-1, yys2565) - } // end switch yys2565 - } // end for yyj2565 + z.DecStructFieldNotFound(-1, yys2556) + } // end switch yys2556 + } // end for yyj2556 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33547,16 +33465,16 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2572 int - var yyb2572 bool - var yyhl2572 bool = l >= 0 - yyj2572++ - if yyhl2572 { - yyb2572 = yyj2572 > l + var yyj2563 int + var yyb2563 bool + var yyhl2563 bool = l >= 0 + yyj2563++ + if yyhl2563 { + yyb2563 = yyj2563 > l } else { - yyb2572 = r.CheckBreak() + yyb2563 = r.CheckBreak() } - if yyb2572 { + if yyb2563 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33566,13 +33484,13 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.Kind = string(r.DecodeString()) } - yyj2572++ - if yyhl2572 { - yyb2572 = yyj2572 > l + yyj2563++ + if yyhl2563 { + yyb2563 = yyj2563 > l } else { - yyb2572 = r.CheckBreak() + yyb2563 = r.CheckBreak() } - if yyb2572 { + if yyb2563 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33582,13 +33500,13 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.APIVersion = string(r.DecodeString()) } - yyj2572++ - if yyhl2572 { - yyb2572 = yyj2572 > l + yyj2563++ + if yyhl2563 { + yyb2563 = yyj2563 > l } else { - yyb2572 = r.CheckBreak() + yyb2563 = r.CheckBreak() } - if yyb2572 { + if yyb2563 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33596,22 +33514,22 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2575 := &x.ListMeta - yym2576 := z.DecBinary() - _ = yym2576 + yyv2566 := &x.ListMeta + yym2567 := z.DecBinary() + _ = yym2567 if false { - } else if z.HasExtensions() && z.DecExt(yyv2575) { + } else if z.HasExtensions() && z.DecExt(yyv2566) { } else { - z.DecFallback(yyv2575, false) + z.DecFallback(yyv2566, false) } } - yyj2572++ - if yyhl2572 { - yyb2572 = yyj2572 > l + yyj2563++ + if yyhl2563 { + yyb2563 = yyj2563 > l } else { - yyb2572 = r.CheckBreak() + yyb2563 = r.CheckBreak() } - if yyb2572 { + if yyb2563 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33619,26 +33537,26 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2577 := &x.Items - yym2578 := z.DecBinary() - _ = yym2578 + yyv2568 := &x.Items + yym2569 := z.DecBinary() + _ = yym2569 if false { } else { - h.decSliceReplicationController((*[]ReplicationController)(yyv2577), d) + h.decSliceReplicationController((*[]ReplicationController)(yyv2568), d) } } for { - yyj2572++ - if yyhl2572 { - yyb2572 = yyj2572 > l + yyj2563++ + if yyhl2563 { + yyb2563 = yyj2563 > l } else { - yyb2572 = r.CheckBreak() + yyb2563 = r.CheckBreak() } - if yyb2572 { + if yyb2563 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2572-1, "") + z.DecStructFieldNotFound(yyj2563-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33650,37 +33568,37 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2579 := z.EncBinary() - _ = yym2579 + yym2570 := z.EncBinary() + _ = yym2570 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2580 := !z.EncBinary() - yy2arr2580 := z.EncBasicHandle().StructToArray - var yyq2580 [4]bool - _, _, _ = yysep2580, yyq2580, yy2arr2580 - const yyr2580 bool = false - yyq2580[0] = x.Kind != "" - yyq2580[1] = x.APIVersion != "" - yyq2580[2] = true - var yynn2580 int - if yyr2580 || yy2arr2580 { + yysep2571 := !z.EncBinary() + yy2arr2571 := z.EncBasicHandle().StructToArray + var yyq2571 [4]bool + _, _, _ = yysep2571, yyq2571, yy2arr2571 + const yyr2571 bool = false + yyq2571[0] = x.Kind != "" + yyq2571[1] = x.APIVersion != "" + yyq2571[2] = true + var yynn2571 int + if yyr2571 || yy2arr2571 { r.EncodeArrayStart(4) } else { - yynn2580 = 1 - for _, b := range yyq2580 { + yynn2571 = 1 + for _, b := range yyq2571 { if b { - yynn2580++ + yynn2571++ } } - r.EncodeMapStart(yynn2580) - yynn2580 = 0 + r.EncodeMapStart(yynn2571) + yynn2571 = 0 } - if yyr2580 || yy2arr2580 { + if yyr2571 || yy2arr2571 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2580[0] { - yym2582 := z.EncBinary() - _ = yym2582 + if yyq2571[0] { + yym2573 := z.EncBinary() + _ = yym2573 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -33689,23 +33607,23 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2580[0] { + if yyq2571[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2583 := z.EncBinary() - _ = yym2583 + yym2574 := z.EncBinary() + _ = yym2574 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2580 || yy2arr2580 { + if yyr2571 || yy2arr2571 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2580[1] { - yym2585 := z.EncBinary() - _ = yym2585 + if yyq2571[1] { + yym2576 := z.EncBinary() + _ = yym2576 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -33714,54 +33632,54 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2580[1] { + if yyq2571[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2586 := z.EncBinary() - _ = yym2586 + yym2577 := z.EncBinary() + _ = yym2577 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2580 || yy2arr2580 { + if yyr2571 || yy2arr2571 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2580[2] { - yy2588 := &x.ListMeta - yym2589 := z.EncBinary() - _ = yym2589 + if yyq2571[2] { + yy2579 := &x.ListMeta + yym2580 := z.EncBinary() + _ = yym2580 if false { - } else if z.HasExtensions() && z.EncExt(yy2588) { + } else if z.HasExtensions() && z.EncExt(yy2579) { } else { - z.EncFallback(yy2588) + z.EncFallback(yy2579) } } else { r.EncodeNil() } } else { - if yyq2580[2] { + if yyq2571[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2590 := &x.ListMeta - yym2591 := z.EncBinary() - _ = yym2591 + yy2581 := &x.ListMeta + yym2582 := z.EncBinary() + _ = yym2582 if false { - } else if z.HasExtensions() && z.EncExt(yy2590) { + } else if z.HasExtensions() && z.EncExt(yy2581) { } else { - z.EncFallback(yy2590) + z.EncFallback(yy2581) } } } - if yyr2580 || yy2arr2580 { + if yyr2571 || yy2arr2571 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2593 := z.EncBinary() - _ = yym2593 + yym2584 := z.EncBinary() + _ = yym2584 if false { } else { h.encSliceService(([]Service)(x.Items), e) @@ -33774,15 +33692,15 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2594 := z.EncBinary() - _ = yym2594 + yym2585 := z.EncBinary() + _ = yym2585 if false { } else { h.encSliceService(([]Service)(x.Items), e) } } } - if yyr2580 || yy2arr2580 { + if yyr2571 || yy2arr2571 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33795,25 +33713,25 @@ func (x *ServiceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2595 := z.DecBinary() - _ = yym2595 + yym2586 := z.DecBinary() + _ = yym2586 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2596 := r.ContainerType() - if yyct2596 == codecSelferValueTypeMap1234 { - yyl2596 := r.ReadMapStart() - if yyl2596 == 0 { + yyct2587 := r.ContainerType() + if yyct2587 == codecSelferValueTypeMap1234 { + yyl2587 := r.ReadMapStart() + if yyl2587 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2596, d) + x.codecDecodeSelfFromMap(yyl2587, d) } - } else if yyct2596 == codecSelferValueTypeArray1234 { - yyl2596 := r.ReadArrayStart() - if yyl2596 == 0 { + } else if yyct2587 == codecSelferValueTypeArray1234 { + yyl2587 := r.ReadArrayStart() + if yyl2587 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2596, d) + x.codecDecodeSelfFromArray(yyl2587, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33825,12 +33743,12 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2597Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2597Slc - var yyhl2597 bool = l >= 0 - for yyj2597 := 0; ; yyj2597++ { - if yyhl2597 { - if yyj2597 >= l { + var yys2588Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2588Slc + var yyhl2588 bool = l >= 0 + for yyj2588 := 0; ; yyj2588++ { + if yyhl2588 { + if yyj2588 >= l { break } } else { @@ -33839,10 +33757,10 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2597Slc = r.DecodeBytes(yys2597Slc, true, true) - yys2597 := string(yys2597Slc) + yys2588Slc = r.DecodeBytes(yys2588Slc, true, true) + yys2588 := string(yys2588Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2597 { + switch yys2588 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -33859,31 +33777,31 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2600 := &x.ListMeta - yym2601 := z.DecBinary() - _ = yym2601 + yyv2591 := &x.ListMeta + yym2592 := z.DecBinary() + _ = yym2592 if false { - } else if z.HasExtensions() && z.DecExt(yyv2600) { + } else if z.HasExtensions() && z.DecExt(yyv2591) { } else { - z.DecFallback(yyv2600, false) + z.DecFallback(yyv2591, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2602 := &x.Items - yym2603 := z.DecBinary() - _ = yym2603 + yyv2593 := &x.Items + yym2594 := z.DecBinary() + _ = yym2594 if false { } else { - h.decSliceService((*[]Service)(yyv2602), d) + h.decSliceService((*[]Service)(yyv2593), d) } } default: - z.DecStructFieldNotFound(-1, yys2597) - } // end switch yys2597 - } // end for yyj2597 + z.DecStructFieldNotFound(-1, yys2588) + } // end switch yys2588 + } // end for yyj2588 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33891,16 +33809,16 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2604 int - var yyb2604 bool - var yyhl2604 bool = l >= 0 - yyj2604++ - if yyhl2604 { - yyb2604 = yyj2604 > l + var yyj2595 int + var yyb2595 bool + var yyhl2595 bool = l >= 0 + yyj2595++ + if yyhl2595 { + yyb2595 = yyj2595 > l } else { - yyb2604 = r.CheckBreak() + yyb2595 = r.CheckBreak() } - if yyb2604 { + if yyb2595 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33910,13 +33828,13 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2604++ - if yyhl2604 { - yyb2604 = yyj2604 > l + yyj2595++ + if yyhl2595 { + yyb2595 = yyj2595 > l } else { - yyb2604 = r.CheckBreak() + yyb2595 = r.CheckBreak() } - if yyb2604 { + if yyb2595 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33926,13 +33844,13 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2604++ - if yyhl2604 { - yyb2604 = yyj2604 > l + yyj2595++ + if yyhl2595 { + yyb2595 = yyj2595 > l } else { - yyb2604 = r.CheckBreak() + yyb2595 = r.CheckBreak() } - if yyb2604 { + if yyb2595 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33940,22 +33858,22 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2607 := &x.ListMeta - yym2608 := z.DecBinary() - _ = yym2608 + yyv2598 := &x.ListMeta + yym2599 := z.DecBinary() + _ = yym2599 if false { - } else if z.HasExtensions() && z.DecExt(yyv2607) { + } else if z.HasExtensions() && z.DecExt(yyv2598) { } else { - z.DecFallback(yyv2607, false) + z.DecFallback(yyv2598, false) } } - yyj2604++ - if yyhl2604 { - yyb2604 = yyj2604 > l + yyj2595++ + if yyhl2595 { + yyb2595 = yyj2595 > l } else { - yyb2604 = r.CheckBreak() + yyb2595 = r.CheckBreak() } - if yyb2604 { + if yyb2595 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33963,26 +33881,26 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2609 := &x.Items - yym2610 := z.DecBinary() - _ = yym2610 + yyv2600 := &x.Items + yym2601 := z.DecBinary() + _ = yym2601 if false { } else { - h.decSliceService((*[]Service)(yyv2609), d) + h.decSliceService((*[]Service)(yyv2600), d) } } for { - yyj2604++ - if yyhl2604 { - yyb2604 = yyj2604 > l + yyj2595++ + if yyhl2595 { + yyb2595 = yyj2595 > l } else { - yyb2604 = r.CheckBreak() + yyb2595 = r.CheckBreak() } - if yyb2604 { + if yyb2595 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2604-1, "") + z.DecStructFieldNotFound(yyj2595-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33991,8 +33909,8 @@ func (x ServiceAffinity) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2611 := z.EncBinary() - _ = yym2611 + yym2602 := z.EncBinary() + _ = yym2602 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -34004,8 +33922,8 @@ func (x *ServiceAffinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2612 := z.DecBinary() - _ = yym2612 + yym2603 := z.DecBinary() + _ = yym2603 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -34017,8 +33935,8 @@ func (x ServiceType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2613 := z.EncBinary() - _ = yym2613 + yym2604 := z.EncBinary() + _ = yym2604 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -34030,8 +33948,8 @@ func (x *ServiceType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2614 := z.DecBinary() - _ = yym2614 + yym2605 := z.DecBinary() + _ = yym2605 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -34046,48 +33964,48 @@ func (x *ServiceStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2615 := z.EncBinary() - _ = yym2615 + yym2606 := z.EncBinary() + _ = yym2606 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2616 := !z.EncBinary() - yy2arr2616 := z.EncBasicHandle().StructToArray - var yyq2616 [1]bool - _, _, _ = yysep2616, yyq2616, yy2arr2616 - const yyr2616 bool = false - yyq2616[0] = true - var yynn2616 int - if yyr2616 || yy2arr2616 { + yysep2607 := !z.EncBinary() + yy2arr2607 := z.EncBasicHandle().StructToArray + var yyq2607 [1]bool + _, _, _ = yysep2607, yyq2607, yy2arr2607 + const yyr2607 bool = false + yyq2607[0] = true + var yynn2607 int + if yyr2607 || yy2arr2607 { r.EncodeArrayStart(1) } else { - yynn2616 = 0 - for _, b := range yyq2616 { + yynn2607 = 0 + for _, b := range yyq2607 { if b { - yynn2616++ + yynn2607++ } } - r.EncodeMapStart(yynn2616) - yynn2616 = 0 + r.EncodeMapStart(yynn2607) + yynn2607 = 0 } - if yyr2616 || yy2arr2616 { + if yyr2607 || yy2arr2607 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2616[0] { - yy2618 := &x.LoadBalancer - yy2618.CodecEncodeSelf(e) + if yyq2607[0] { + yy2609 := &x.LoadBalancer + yy2609.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2616[0] { + if yyq2607[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancer")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2619 := &x.LoadBalancer - yy2619.CodecEncodeSelf(e) + yy2610 := &x.LoadBalancer + yy2610.CodecEncodeSelf(e) } } - if yyr2616 || yy2arr2616 { + if yyr2607 || yy2arr2607 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34100,25 +34018,25 @@ func (x *ServiceStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2620 := z.DecBinary() - _ = yym2620 + yym2611 := z.DecBinary() + _ = yym2611 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2621 := r.ContainerType() - if yyct2621 == codecSelferValueTypeMap1234 { - yyl2621 := r.ReadMapStart() - if yyl2621 == 0 { + yyct2612 := r.ContainerType() + if yyct2612 == codecSelferValueTypeMap1234 { + yyl2612 := r.ReadMapStart() + if yyl2612 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2621, d) + x.codecDecodeSelfFromMap(yyl2612, d) } - } else if yyct2621 == codecSelferValueTypeArray1234 { - yyl2621 := r.ReadArrayStart() - if yyl2621 == 0 { + } else if yyct2612 == codecSelferValueTypeArray1234 { + yyl2612 := r.ReadArrayStart() + if yyl2612 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2621, d) + x.codecDecodeSelfFromArray(yyl2612, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34130,12 +34048,12 @@ func (x *ServiceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2622Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2622Slc - var yyhl2622 bool = l >= 0 - for yyj2622 := 0; ; yyj2622++ { - if yyhl2622 { - if yyj2622 >= l { + var yys2613Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2613Slc + var yyhl2613 bool = l >= 0 + for yyj2613 := 0; ; yyj2613++ { + if yyhl2613 { + if yyj2613 >= l { break } } else { @@ -34144,21 +34062,21 @@ func (x *ServiceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2622Slc = r.DecodeBytes(yys2622Slc, true, true) - yys2622 := string(yys2622Slc) + yys2613Slc = r.DecodeBytes(yys2613Slc, true, true) + yys2613 := string(yys2613Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2622 { + switch yys2613 { case "loadBalancer": if r.TryDecodeAsNil() { x.LoadBalancer = LoadBalancerStatus{} } else { - yyv2623 := &x.LoadBalancer - yyv2623.CodecDecodeSelf(d) + yyv2614 := &x.LoadBalancer + yyv2614.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2622) - } // end switch yys2622 - } // end for yyj2622 + z.DecStructFieldNotFound(-1, yys2613) + } // end switch yys2613 + } // end for yyj2613 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34166,16 +34084,16 @@ func (x *ServiceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2624 int - var yyb2624 bool - var yyhl2624 bool = l >= 0 - yyj2624++ - if yyhl2624 { - yyb2624 = yyj2624 > l + var yyj2615 int + var yyb2615 bool + var yyhl2615 bool = l >= 0 + yyj2615++ + if yyhl2615 { + yyb2615 = yyj2615 > l } else { - yyb2624 = r.CheckBreak() + yyb2615 = r.CheckBreak() } - if yyb2624 { + if yyb2615 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34183,21 +34101,21 @@ func (x *ServiceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LoadBalancer = LoadBalancerStatus{} } else { - yyv2625 := &x.LoadBalancer - yyv2625.CodecDecodeSelf(d) + yyv2616 := &x.LoadBalancer + yyv2616.CodecDecodeSelf(d) } for { - yyj2624++ - if yyhl2624 { - yyb2624 = yyj2624 > l + yyj2615++ + if yyhl2615 { + yyb2615 = yyj2615 > l } else { - yyb2624 = r.CheckBreak() + yyb2615 = r.CheckBreak() } - if yyb2624 { + if yyb2615 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2624-1, "") + z.DecStructFieldNotFound(yyj2615-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34209,38 +34127,38 @@ func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2626 := z.EncBinary() - _ = yym2626 + yym2617 := z.EncBinary() + _ = yym2617 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2627 := !z.EncBinary() - yy2arr2627 := z.EncBasicHandle().StructToArray - var yyq2627 [1]bool - _, _, _ = yysep2627, yyq2627, yy2arr2627 - const yyr2627 bool = false - yyq2627[0] = len(x.Ingress) != 0 - var yynn2627 int - if yyr2627 || yy2arr2627 { + yysep2618 := !z.EncBinary() + yy2arr2618 := z.EncBasicHandle().StructToArray + var yyq2618 [1]bool + _, _, _ = yysep2618, yyq2618, yy2arr2618 + const yyr2618 bool = false + yyq2618[0] = len(x.Ingress) != 0 + var yynn2618 int + if yyr2618 || yy2arr2618 { r.EncodeArrayStart(1) } else { - yynn2627 = 0 - for _, b := range yyq2627 { + yynn2618 = 0 + for _, b := range yyq2618 { if b { - yynn2627++ + yynn2618++ } } - r.EncodeMapStart(yynn2627) - yynn2627 = 0 + r.EncodeMapStart(yynn2618) + yynn2618 = 0 } - if yyr2627 || yy2arr2627 { + if yyr2618 || yy2arr2618 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2627[0] { + if yyq2618[0] { if x.Ingress == nil { r.EncodeNil() } else { - yym2629 := z.EncBinary() - _ = yym2629 + yym2620 := z.EncBinary() + _ = yym2620 if false { } else { h.encSliceLoadBalancerIngress(([]LoadBalancerIngress)(x.Ingress), e) @@ -34250,15 +34168,15 @@ func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2627[0] { + if yyq2618[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ingress")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ingress == nil { r.EncodeNil() } else { - yym2630 := z.EncBinary() - _ = yym2630 + yym2621 := z.EncBinary() + _ = yym2621 if false { } else { h.encSliceLoadBalancerIngress(([]LoadBalancerIngress)(x.Ingress), e) @@ -34266,7 +34184,7 @@ func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2627 || yy2arr2627 { + if yyr2618 || yy2arr2618 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34279,25 +34197,25 @@ func (x *LoadBalancerStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2631 := z.DecBinary() - _ = yym2631 + yym2622 := z.DecBinary() + _ = yym2622 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2632 := r.ContainerType() - if yyct2632 == codecSelferValueTypeMap1234 { - yyl2632 := r.ReadMapStart() - if yyl2632 == 0 { + yyct2623 := r.ContainerType() + if yyct2623 == codecSelferValueTypeMap1234 { + yyl2623 := r.ReadMapStart() + if yyl2623 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2632, d) + x.codecDecodeSelfFromMap(yyl2623, d) } - } else if yyct2632 == codecSelferValueTypeArray1234 { - yyl2632 := r.ReadArrayStart() - if yyl2632 == 0 { + } else if yyct2623 == codecSelferValueTypeArray1234 { + yyl2623 := r.ReadArrayStart() + if yyl2623 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2632, d) + x.codecDecodeSelfFromArray(yyl2623, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34309,12 +34227,12 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2633Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2633Slc - var yyhl2633 bool = l >= 0 - for yyj2633 := 0; ; yyj2633++ { - if yyhl2633 { - if yyj2633 >= l { + var yys2624Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2624Slc + var yyhl2624 bool = l >= 0 + for yyj2624 := 0; ; yyj2624++ { + if yyhl2624 { + if yyj2624 >= l { break } } else { @@ -34323,26 +34241,26 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2633Slc = r.DecodeBytes(yys2633Slc, true, true) - yys2633 := string(yys2633Slc) + yys2624Slc = r.DecodeBytes(yys2624Slc, true, true) + yys2624 := string(yys2624Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2633 { + switch yys2624 { case "ingress": if r.TryDecodeAsNil() { x.Ingress = nil } else { - yyv2634 := &x.Ingress - yym2635 := z.DecBinary() - _ = yym2635 + yyv2625 := &x.Ingress + yym2626 := z.DecBinary() + _ = yym2626 if false { } else { - h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2634), d) + h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2625), d) } } default: - z.DecStructFieldNotFound(-1, yys2633) - } // end switch yys2633 - } // end for yyj2633 + z.DecStructFieldNotFound(-1, yys2624) + } // end switch yys2624 + } // end for yyj2624 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34350,16 +34268,16 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2636 int - var yyb2636 bool - var yyhl2636 bool = l >= 0 - yyj2636++ - if yyhl2636 { - yyb2636 = yyj2636 > l + var yyj2627 int + var yyb2627 bool + var yyhl2627 bool = l >= 0 + yyj2627++ + if yyhl2627 { + yyb2627 = yyj2627 > l } else { - yyb2636 = r.CheckBreak() + yyb2627 = r.CheckBreak() } - if yyb2636 { + if yyb2627 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34367,26 +34285,26 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.Ingress = nil } else { - yyv2637 := &x.Ingress - yym2638 := z.DecBinary() - _ = yym2638 + yyv2628 := &x.Ingress + yym2629 := z.DecBinary() + _ = yym2629 if false { } else { - h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2637), d) + h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2628), d) } } for { - yyj2636++ - if yyhl2636 { - yyb2636 = yyj2636 > l + yyj2627++ + if yyhl2627 { + yyb2627 = yyj2627 > l } else { - yyb2636 = r.CheckBreak() + yyb2627 = r.CheckBreak() } - if yyb2636 { + if yyb2627 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2636-1, "") + z.DecStructFieldNotFound(yyj2627-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34398,36 +34316,36 @@ func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2639 := z.EncBinary() - _ = yym2639 + yym2630 := z.EncBinary() + _ = yym2630 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2640 := !z.EncBinary() - yy2arr2640 := z.EncBasicHandle().StructToArray - var yyq2640 [2]bool - _, _, _ = yysep2640, yyq2640, yy2arr2640 - const yyr2640 bool = false - yyq2640[0] = x.IP != "" - yyq2640[1] = x.Hostname != "" - var yynn2640 int - if yyr2640 || yy2arr2640 { + yysep2631 := !z.EncBinary() + yy2arr2631 := z.EncBasicHandle().StructToArray + var yyq2631 [2]bool + _, _, _ = yysep2631, yyq2631, yy2arr2631 + const yyr2631 bool = false + yyq2631[0] = x.IP != "" + yyq2631[1] = x.Hostname != "" + var yynn2631 int + if yyr2631 || yy2arr2631 { r.EncodeArrayStart(2) } else { - yynn2640 = 0 - for _, b := range yyq2640 { + yynn2631 = 0 + for _, b := range yyq2631 { if b { - yynn2640++ + yynn2631++ } } - r.EncodeMapStart(yynn2640) - yynn2640 = 0 + r.EncodeMapStart(yynn2631) + yynn2631 = 0 } - if yyr2640 || yy2arr2640 { + if yyr2631 || yy2arr2631 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2640[0] { - yym2642 := z.EncBinary() - _ = yym2642 + if yyq2631[0] { + yym2633 := z.EncBinary() + _ = yym2633 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) @@ -34436,23 +34354,23 @@ func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2640[0] { + if yyq2631[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ip")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2643 := z.EncBinary() - _ = yym2643 + yym2634 := z.EncBinary() + _ = yym2634 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) } } } - if yyr2640 || yy2arr2640 { + if yyr2631 || yy2arr2631 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2640[1] { - yym2645 := z.EncBinary() - _ = yym2645 + if yyq2631[1] { + yym2636 := z.EncBinary() + _ = yym2636 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) @@ -34461,19 +34379,19 @@ func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2640[1] { + if yyq2631[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostname")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2646 := z.EncBinary() - _ = yym2646 + yym2637 := z.EncBinary() + _ = yym2637 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) } } } - if yyr2640 || yy2arr2640 { + if yyr2631 || yy2arr2631 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34486,25 +34404,25 @@ func (x *LoadBalancerIngress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2647 := z.DecBinary() - _ = yym2647 + yym2638 := z.DecBinary() + _ = yym2638 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2648 := r.ContainerType() - if yyct2648 == codecSelferValueTypeMap1234 { - yyl2648 := r.ReadMapStart() - if yyl2648 == 0 { + yyct2639 := r.ContainerType() + if yyct2639 == codecSelferValueTypeMap1234 { + yyl2639 := r.ReadMapStart() + if yyl2639 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2648, d) + x.codecDecodeSelfFromMap(yyl2639, d) } - } else if yyct2648 == codecSelferValueTypeArray1234 { - yyl2648 := r.ReadArrayStart() - if yyl2648 == 0 { + } else if yyct2639 == codecSelferValueTypeArray1234 { + yyl2639 := r.ReadArrayStart() + if yyl2639 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2648, d) + x.codecDecodeSelfFromArray(yyl2639, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34516,12 +34434,12 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2649Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2649Slc - var yyhl2649 bool = l >= 0 - for yyj2649 := 0; ; yyj2649++ { - if yyhl2649 { - if yyj2649 >= l { + var yys2640Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2640Slc + var yyhl2640 bool = l >= 0 + for yyj2640 := 0; ; yyj2640++ { + if yyhl2640 { + if yyj2640 >= l { break } } else { @@ -34530,10 +34448,10 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2649Slc = r.DecodeBytes(yys2649Slc, true, true) - yys2649 := string(yys2649Slc) + yys2640Slc = r.DecodeBytes(yys2640Slc, true, true) + yys2640 := string(yys2640Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2649 { + switch yys2640 { case "ip": if r.TryDecodeAsNil() { x.IP = "" @@ -34547,9 +34465,9 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.Hostname = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2649) - } // end switch yys2649 - } // end for yyj2649 + z.DecStructFieldNotFound(-1, yys2640) + } // end switch yys2640 + } // end for yyj2640 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34557,16 +34475,16 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2652 int - var yyb2652 bool - var yyhl2652 bool = l >= 0 - yyj2652++ - if yyhl2652 { - yyb2652 = yyj2652 > l + var yyj2643 int + var yyb2643 bool + var yyhl2643 bool = l >= 0 + yyj2643++ + if yyhl2643 { + yyb2643 = yyj2643 > l } else { - yyb2652 = r.CheckBreak() + yyb2643 = r.CheckBreak() } - if yyb2652 { + if yyb2643 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34576,13 +34494,13 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.IP = string(r.DecodeString()) } - yyj2652++ - if yyhl2652 { - yyb2652 = yyj2652 > l + yyj2643++ + if yyhl2643 { + yyb2643 = yyj2643 > l } else { - yyb2652 = r.CheckBreak() + yyb2643 = r.CheckBreak() } - if yyb2652 { + if yyb2643 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34593,17 +34511,17 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.Hostname = string(r.DecodeString()) } for { - yyj2652++ - if yyhl2652 { - yyb2652 = yyj2652 > l + yyj2643++ + if yyhl2643 { + yyb2643 = yyj2643 > l } else { - yyb2652 = r.CheckBreak() + yyb2643 = r.CheckBreak() } - if yyb2652 { + if yyb2643 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2652-1, "") + z.DecStructFieldNotFound(yyj2643-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34615,57 +34533,57 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2655 := z.EncBinary() - _ = yym2655 + yym2646 := z.EncBinary() + _ = yym2646 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2656 := !z.EncBinary() - yy2arr2656 := z.EncBasicHandle().StructToArray - var yyq2656 [9]bool - _, _, _ = yysep2656, yyq2656, yy2arr2656 - const yyr2656 bool = false - yyq2656[0] = x.Type != "" - yyq2656[3] = x.ClusterIP != "" - yyq2656[5] = len(x.ExternalIPs) != 0 - yyq2656[6] = x.LoadBalancerIP != "" - yyq2656[7] = x.SessionAffinity != "" - yyq2656[8] = len(x.LoadBalancerSourceRanges) != 0 - var yynn2656 int - if yyr2656 || yy2arr2656 { + yysep2647 := !z.EncBinary() + yy2arr2647 := z.EncBasicHandle().StructToArray + var yyq2647 [9]bool + _, _, _ = yysep2647, yyq2647, yy2arr2647 + const yyr2647 bool = false + yyq2647[0] = x.Type != "" + yyq2647[3] = x.ClusterIP != "" + yyq2647[5] = len(x.ExternalIPs) != 0 + yyq2647[6] = x.LoadBalancerIP != "" + yyq2647[7] = x.SessionAffinity != "" + yyq2647[8] = len(x.LoadBalancerSourceRanges) != 0 + var yynn2647 int + if yyr2647 || yy2arr2647 { r.EncodeArrayStart(9) } else { - yynn2656 = 3 - for _, b := range yyq2656 { + yynn2647 = 3 + for _, b := range yyq2647 { if b { - yynn2656++ + yynn2647++ } } - r.EncodeMapStart(yynn2656) - yynn2656 = 0 + r.EncodeMapStart(yynn2647) + yynn2647 = 0 } - if yyr2656 || yy2arr2656 { + if yyr2647 || yy2arr2647 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2656[0] { + if yyq2647[0] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2656[0] { + if yyq2647[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr2656 || yy2arr2656 { + if yyr2647 || yy2arr2647 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Ports == nil { r.EncodeNil() } else { - yym2659 := z.EncBinary() - _ = yym2659 + yym2650 := z.EncBinary() + _ = yym2650 if false { } else { h.encSliceServicePort(([]ServicePort)(x.Ports), e) @@ -34678,21 +34596,21 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Ports == nil { r.EncodeNil() } else { - yym2660 := z.EncBinary() - _ = yym2660 + yym2651 := z.EncBinary() + _ = yym2651 if false { } else { h.encSliceServicePort(([]ServicePort)(x.Ports), e) } } } - if yyr2656 || yy2arr2656 { + if yyr2647 || yy2arr2647 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Selector == nil { r.EncodeNil() } else { - yym2662 := z.EncBinary() - _ = yym2662 + yym2653 := z.EncBinary() + _ = yym2653 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) @@ -34705,19 +34623,19 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Selector == nil { r.EncodeNil() } else { - yym2663 := z.EncBinary() - _ = yym2663 + yym2654 := z.EncBinary() + _ = yym2654 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) } } } - if yyr2656 || yy2arr2656 { + if yyr2647 || yy2arr2647 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2656[3] { - yym2665 := z.EncBinary() - _ = yym2665 + if yyq2647[3] { + yym2656 := z.EncBinary() + _ = yym2656 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClusterIP)) @@ -34726,22 +34644,22 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2656[3] { + if yyq2647[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("clusterIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2666 := z.EncBinary() - _ = yym2666 + yym2657 := z.EncBinary() + _ = yym2657 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClusterIP)) } } } - if yyr2656 || yy2arr2656 { + if yyr2647 || yy2arr2647 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2668 := z.EncBinary() - _ = yym2668 + yym2659 := z.EncBinary() + _ = yym2659 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalName)) @@ -34750,21 +34668,21 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ExternalName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2669 := z.EncBinary() - _ = yym2669 + yym2660 := z.EncBinary() + _ = yym2660 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalName)) } } - if yyr2656 || yy2arr2656 { + if yyr2647 || yy2arr2647 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2656[5] { + if yyq2647[5] { if x.ExternalIPs == nil { r.EncodeNil() } else { - yym2671 := z.EncBinary() - _ = yym2671 + yym2662 := z.EncBinary() + _ = yym2662 if false { } else { z.F.EncSliceStringV(x.ExternalIPs, false, e) @@ -34774,15 +34692,15 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2656[5] { + if yyq2647[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("externalIPs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ExternalIPs == nil { r.EncodeNil() } else { - yym2672 := z.EncBinary() - _ = yym2672 + yym2663 := z.EncBinary() + _ = yym2663 if false { } else { z.F.EncSliceStringV(x.ExternalIPs, false, e) @@ -34790,11 +34708,11 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2656 || yy2arr2656 { + if yyr2647 || yy2arr2647 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2656[6] { - yym2674 := z.EncBinary() - _ = yym2674 + if yyq2647[6] { + yym2665 := z.EncBinary() + _ = yym2665 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LoadBalancerIP)) @@ -34803,41 +34721,41 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2656[6] { + if yyq2647[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancerIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2675 := z.EncBinary() - _ = yym2675 + yym2666 := z.EncBinary() + _ = yym2666 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LoadBalancerIP)) } } } - if yyr2656 || yy2arr2656 { + if yyr2647 || yy2arr2647 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2656[7] { + if yyq2647[7] { x.SessionAffinity.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2656[7] { + if yyq2647[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sessionAffinity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.SessionAffinity.CodecEncodeSelf(e) } } - if yyr2656 || yy2arr2656 { + if yyr2647 || yy2arr2647 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2656[8] { + if yyq2647[8] { if x.LoadBalancerSourceRanges == nil { r.EncodeNil() } else { - yym2678 := z.EncBinary() - _ = yym2678 + yym2669 := z.EncBinary() + _ = yym2669 if false { } else { z.F.EncSliceStringV(x.LoadBalancerSourceRanges, false, e) @@ -34847,15 +34765,15 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2656[8] { + if yyq2647[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancerSourceRanges")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.LoadBalancerSourceRanges == nil { r.EncodeNil() } else { - yym2679 := z.EncBinary() - _ = yym2679 + yym2670 := z.EncBinary() + _ = yym2670 if false { } else { z.F.EncSliceStringV(x.LoadBalancerSourceRanges, false, e) @@ -34863,7 +34781,7 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2656 || yy2arr2656 { + if yyr2647 || yy2arr2647 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34876,25 +34794,25 @@ func (x *ServiceSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2680 := z.DecBinary() - _ = yym2680 + yym2671 := z.DecBinary() + _ = yym2671 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2681 := r.ContainerType() - if yyct2681 == codecSelferValueTypeMap1234 { - yyl2681 := r.ReadMapStart() - if yyl2681 == 0 { + yyct2672 := r.ContainerType() + if yyct2672 == codecSelferValueTypeMap1234 { + yyl2672 := r.ReadMapStart() + if yyl2672 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2681, d) + x.codecDecodeSelfFromMap(yyl2672, d) } - } else if yyct2681 == codecSelferValueTypeArray1234 { - yyl2681 := r.ReadArrayStart() - if yyl2681 == 0 { + } else if yyct2672 == codecSelferValueTypeArray1234 { + yyl2672 := r.ReadArrayStart() + if yyl2672 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2681, d) + x.codecDecodeSelfFromArray(yyl2672, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34906,12 +34824,12 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2682Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2682Slc - var yyhl2682 bool = l >= 0 - for yyj2682 := 0; ; yyj2682++ { - if yyhl2682 { - if yyj2682 >= l { + var yys2673Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2673Slc + var yyhl2673 bool = l >= 0 + for yyj2673 := 0; ; yyj2673++ { + if yyhl2673 { + if yyj2673 >= l { break } } else { @@ -34920,10 +34838,10 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2682Slc = r.DecodeBytes(yys2682Slc, true, true) - yys2682 := string(yys2682Slc) + yys2673Slc = r.DecodeBytes(yys2673Slc, true, true) + yys2673 := string(yys2673Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2682 { + switch yys2673 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -34934,24 +34852,24 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2684 := &x.Ports - yym2685 := z.DecBinary() - _ = yym2685 + yyv2675 := &x.Ports + yym2676 := z.DecBinary() + _ = yym2676 if false { } else { - h.decSliceServicePort((*[]ServicePort)(yyv2684), d) + h.decSliceServicePort((*[]ServicePort)(yyv2675), d) } } case "selector": if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2686 := &x.Selector - yym2687 := z.DecBinary() - _ = yym2687 + yyv2677 := &x.Selector + yym2678 := z.DecBinary() + _ = yym2678 if false { } else { - z.F.DecMapStringStringX(yyv2686, false, d) + z.F.DecMapStringStringX(yyv2677, false, d) } } case "clusterIP": @@ -34970,12 +34888,12 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ExternalIPs = nil } else { - yyv2690 := &x.ExternalIPs - yym2691 := z.DecBinary() - _ = yym2691 + yyv2681 := &x.ExternalIPs + yym2682 := z.DecBinary() + _ = yym2682 if false { } else { - z.F.DecSliceStringX(yyv2690, false, d) + z.F.DecSliceStringX(yyv2681, false, d) } } case "loadBalancerIP": @@ -34994,18 +34912,18 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LoadBalancerSourceRanges = nil } else { - yyv2694 := &x.LoadBalancerSourceRanges - yym2695 := z.DecBinary() - _ = yym2695 + yyv2685 := &x.LoadBalancerSourceRanges + yym2686 := z.DecBinary() + _ = yym2686 if false { } else { - z.F.DecSliceStringX(yyv2694, false, d) + z.F.DecSliceStringX(yyv2685, false, d) } } default: - z.DecStructFieldNotFound(-1, yys2682) - } // end switch yys2682 - } // end for yyj2682 + z.DecStructFieldNotFound(-1, yys2673) + } // end switch yys2673 + } // end for yyj2673 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35013,16 +34931,16 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2696 int - var yyb2696 bool - var yyhl2696 bool = l >= 0 - yyj2696++ - if yyhl2696 { - yyb2696 = yyj2696 > l + var yyj2687 int + var yyb2687 bool + var yyhl2687 bool = l >= 0 + yyj2687++ + if yyhl2687 { + yyb2687 = yyj2687 > l } else { - yyb2696 = r.CheckBreak() + yyb2687 = r.CheckBreak() } - if yyb2696 { + if yyb2687 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35032,13 +34950,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = ServiceType(r.DecodeString()) } - yyj2696++ - if yyhl2696 { - yyb2696 = yyj2696 > l + yyj2687++ + if yyhl2687 { + yyb2687 = yyj2687 > l } else { - yyb2696 = r.CheckBreak() + yyb2687 = r.CheckBreak() } - if yyb2696 { + if yyb2687 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35046,21 +34964,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2698 := &x.Ports - yym2699 := z.DecBinary() - _ = yym2699 + yyv2689 := &x.Ports + yym2690 := z.DecBinary() + _ = yym2690 if false { } else { - h.decSliceServicePort((*[]ServicePort)(yyv2698), d) + h.decSliceServicePort((*[]ServicePort)(yyv2689), d) } } - yyj2696++ - if yyhl2696 { - yyb2696 = yyj2696 > l + yyj2687++ + if yyhl2687 { + yyb2687 = yyj2687 > l } else { - yyb2696 = r.CheckBreak() + yyb2687 = r.CheckBreak() } - if yyb2696 { + if yyb2687 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35068,21 +34986,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2700 := &x.Selector - yym2701 := z.DecBinary() - _ = yym2701 + yyv2691 := &x.Selector + yym2692 := z.DecBinary() + _ = yym2692 if false { } else { - z.F.DecMapStringStringX(yyv2700, false, d) + z.F.DecMapStringStringX(yyv2691, false, d) } } - yyj2696++ - if yyhl2696 { - yyb2696 = yyj2696 > l + yyj2687++ + if yyhl2687 { + yyb2687 = yyj2687 > l } else { - yyb2696 = r.CheckBreak() + yyb2687 = r.CheckBreak() } - if yyb2696 { + if yyb2687 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35092,13 +35010,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ClusterIP = string(r.DecodeString()) } - yyj2696++ - if yyhl2696 { - yyb2696 = yyj2696 > l + yyj2687++ + if yyhl2687 { + yyb2687 = yyj2687 > l } else { - yyb2696 = r.CheckBreak() + yyb2687 = r.CheckBreak() } - if yyb2696 { + if yyb2687 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35108,13 +35026,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ExternalName = string(r.DecodeString()) } - yyj2696++ - if yyhl2696 { - yyb2696 = yyj2696 > l + yyj2687++ + if yyhl2687 { + yyb2687 = yyj2687 > l } else { - yyb2696 = r.CheckBreak() + yyb2687 = r.CheckBreak() } - if yyb2696 { + if yyb2687 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35122,21 +35040,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ExternalIPs = nil } else { - yyv2704 := &x.ExternalIPs - yym2705 := z.DecBinary() - _ = yym2705 + yyv2695 := &x.ExternalIPs + yym2696 := z.DecBinary() + _ = yym2696 if false { } else { - z.F.DecSliceStringX(yyv2704, false, d) + z.F.DecSliceStringX(yyv2695, false, d) } } - yyj2696++ - if yyhl2696 { - yyb2696 = yyj2696 > l + yyj2687++ + if yyhl2687 { + yyb2687 = yyj2687 > l } else { - yyb2696 = r.CheckBreak() + yyb2687 = r.CheckBreak() } - if yyb2696 { + if yyb2687 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35146,13 +35064,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.LoadBalancerIP = string(r.DecodeString()) } - yyj2696++ - if yyhl2696 { - yyb2696 = yyj2696 > l + yyj2687++ + if yyhl2687 { + yyb2687 = yyj2687 > l } else { - yyb2696 = r.CheckBreak() + yyb2687 = r.CheckBreak() } - if yyb2696 { + if yyb2687 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35162,13 +35080,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SessionAffinity = ServiceAffinity(r.DecodeString()) } - yyj2696++ - if yyhl2696 { - yyb2696 = yyj2696 > l + yyj2687++ + if yyhl2687 { + yyb2687 = yyj2687 > l } else { - yyb2696 = r.CheckBreak() + yyb2687 = r.CheckBreak() } - if yyb2696 { + if yyb2687 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35176,26 +35094,26 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LoadBalancerSourceRanges = nil } else { - yyv2708 := &x.LoadBalancerSourceRanges - yym2709 := z.DecBinary() - _ = yym2709 + yyv2699 := &x.LoadBalancerSourceRanges + yym2700 := z.DecBinary() + _ = yym2700 if false { } else { - z.F.DecSliceStringX(yyv2708, false, d) + z.F.DecSliceStringX(yyv2699, false, d) } } for { - yyj2696++ - if yyhl2696 { - yyb2696 = yyj2696 > l + yyj2687++ + if yyhl2687 { + yyb2687 = yyj2687 > l } else { - yyb2696 = r.CheckBreak() + yyb2687 = r.CheckBreak() } - if yyb2696 { + if yyb2687 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2696-1, "") + z.DecStructFieldNotFound(yyj2687-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35207,33 +35125,33 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2710 := z.EncBinary() - _ = yym2710 + yym2701 := z.EncBinary() + _ = yym2701 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2711 := !z.EncBinary() - yy2arr2711 := z.EncBasicHandle().StructToArray - var yyq2711 [5]bool - _, _, _ = yysep2711, yyq2711, yy2arr2711 - const yyr2711 bool = false - var yynn2711 int - if yyr2711 || yy2arr2711 { + yysep2702 := !z.EncBinary() + yy2arr2702 := z.EncBasicHandle().StructToArray + var yyq2702 [5]bool + _, _, _ = yysep2702, yyq2702, yy2arr2702 + const yyr2702 bool = false + var yynn2702 int + if yyr2702 || yy2arr2702 { r.EncodeArrayStart(5) } else { - yynn2711 = 5 - for _, b := range yyq2711 { + yynn2702 = 5 + for _, b := range yyq2702 { if b { - yynn2711++ + yynn2702++ } } - r.EncodeMapStart(yynn2711) - yynn2711 = 0 + r.EncodeMapStart(yynn2702) + yynn2702 = 0 } - if yyr2711 || yy2arr2711 { + if yyr2702 || yy2arr2702 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2713 := z.EncBinary() - _ = yym2713 + yym2704 := z.EncBinary() + _ = yym2704 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -35242,14 +35160,14 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2714 := z.EncBinary() - _ = yym2714 + yym2705 := z.EncBinary() + _ = yym2705 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr2711 || yy2arr2711 { + if yyr2702 || yy2arr2702 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Protocol.CodecEncodeSelf(e) } else { @@ -35258,10 +35176,10 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } - if yyr2711 || yy2arr2711 { + if yyr2702 || yy2arr2702 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2717 := z.EncBinary() - _ = yym2717 + yym2708 := z.EncBinary() + _ = yym2708 if false { } else { r.EncodeInt(int64(x.Port)) @@ -35270,44 +35188,44 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2718 := z.EncBinary() - _ = yym2718 + yym2709 := z.EncBinary() + _ = yym2709 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2711 || yy2arr2711 { + if yyr2702 || yy2arr2702 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy2720 := &x.TargetPort - yym2721 := z.EncBinary() - _ = yym2721 + yy2711 := &x.TargetPort + yym2712 := z.EncBinary() + _ = yym2712 if false { - } else if z.HasExtensions() && z.EncExt(yy2720) { - } else if !yym2721 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2720) + } else if z.HasExtensions() && z.EncExt(yy2711) { + } else if !yym2712 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2711) } else { - z.EncFallback(yy2720) + z.EncFallback(yy2711) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("targetPort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2722 := &x.TargetPort - yym2723 := z.EncBinary() - _ = yym2723 + yy2713 := &x.TargetPort + yym2714 := z.EncBinary() + _ = yym2714 if false { - } else if z.HasExtensions() && z.EncExt(yy2722) { - } else if !yym2723 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2722) + } else if z.HasExtensions() && z.EncExt(yy2713) { + } else if !yym2714 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2713) } else { - z.EncFallback(yy2722) + z.EncFallback(yy2713) } } - if yyr2711 || yy2arr2711 { + if yyr2702 || yy2arr2702 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2725 := z.EncBinary() - _ = yym2725 + yym2716 := z.EncBinary() + _ = yym2716 if false { } else { r.EncodeInt(int64(x.NodePort)) @@ -35316,14 +35234,14 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodePort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2726 := z.EncBinary() - _ = yym2726 + yym2717 := z.EncBinary() + _ = yym2717 if false { } else { r.EncodeInt(int64(x.NodePort)) } } - if yyr2711 || yy2arr2711 { + if yyr2702 || yy2arr2702 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35336,25 +35254,25 @@ func (x *ServicePort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2727 := z.DecBinary() - _ = yym2727 + yym2718 := z.DecBinary() + _ = yym2718 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2728 := r.ContainerType() - if yyct2728 == codecSelferValueTypeMap1234 { - yyl2728 := r.ReadMapStart() - if yyl2728 == 0 { + yyct2719 := r.ContainerType() + if yyct2719 == codecSelferValueTypeMap1234 { + yyl2719 := r.ReadMapStart() + if yyl2719 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2728, d) + x.codecDecodeSelfFromMap(yyl2719, d) } - } else if yyct2728 == codecSelferValueTypeArray1234 { - yyl2728 := r.ReadArrayStart() - if yyl2728 == 0 { + } else if yyct2719 == codecSelferValueTypeArray1234 { + yyl2719 := r.ReadArrayStart() + if yyl2719 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2728, d) + x.codecDecodeSelfFromArray(yyl2719, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35366,12 +35284,12 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2729Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2729Slc - var yyhl2729 bool = l >= 0 - for yyj2729 := 0; ; yyj2729++ { - if yyhl2729 { - if yyj2729 >= l { + var yys2720Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2720Slc + var yyhl2720 bool = l >= 0 + for yyj2720 := 0; ; yyj2720++ { + if yyhl2720 { + if yyj2720 >= l { break } } else { @@ -35380,10 +35298,10 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2729Slc = r.DecodeBytes(yys2729Slc, true, true) - yys2729 := string(yys2729Slc) + yys2720Slc = r.DecodeBytes(yys2720Slc, true, true) + yys2720 := string(yys2720Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2729 { + switch yys2720 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -35406,15 +35324,15 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.TargetPort = pkg4_intstr.IntOrString{} } else { - yyv2733 := &x.TargetPort - yym2734 := z.DecBinary() - _ = yym2734 + yyv2724 := &x.TargetPort + yym2725 := z.DecBinary() + _ = yym2725 if false { - } else if z.HasExtensions() && z.DecExt(yyv2733) { - } else if !yym2734 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2733) + } else if z.HasExtensions() && z.DecExt(yyv2724) { + } else if !yym2725 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2724) } else { - z.DecFallback(yyv2733, false) + z.DecFallback(yyv2724, false) } } case "nodePort": @@ -35424,9 +35342,9 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.NodePort = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys2729) - } // end switch yys2729 - } // end for yyj2729 + z.DecStructFieldNotFound(-1, yys2720) + } // end switch yys2720 + } // end for yyj2720 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35434,16 +35352,16 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2736 int - var yyb2736 bool - var yyhl2736 bool = l >= 0 - yyj2736++ - if yyhl2736 { - yyb2736 = yyj2736 > l + var yyj2727 int + var yyb2727 bool + var yyhl2727 bool = l >= 0 + yyj2727++ + if yyhl2727 { + yyb2727 = yyj2727 > l } else { - yyb2736 = r.CheckBreak() + yyb2727 = r.CheckBreak() } - if yyb2736 { + if yyb2727 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35453,13 +35371,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj2736++ - if yyhl2736 { - yyb2736 = yyj2736 > l + yyj2727++ + if yyhl2727 { + yyb2727 = yyj2727 > l } else { - yyb2736 = r.CheckBreak() + yyb2727 = r.CheckBreak() } - if yyb2736 { + if yyb2727 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35469,13 +35387,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Protocol = Protocol(r.DecodeString()) } - yyj2736++ - if yyhl2736 { - yyb2736 = yyj2736 > l + yyj2727++ + if yyhl2727 { + yyb2727 = yyj2727 > l } else { - yyb2736 = r.CheckBreak() + yyb2727 = r.CheckBreak() } - if yyb2736 { + if yyb2727 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35485,13 +35403,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Port = int32(r.DecodeInt(32)) } - yyj2736++ - if yyhl2736 { - yyb2736 = yyj2736 > l + yyj2727++ + if yyhl2727 { + yyb2727 = yyj2727 > l } else { - yyb2736 = r.CheckBreak() + yyb2727 = r.CheckBreak() } - if yyb2736 { + if yyb2727 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35499,24 +35417,24 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.TargetPort = pkg4_intstr.IntOrString{} } else { - yyv2740 := &x.TargetPort - yym2741 := z.DecBinary() - _ = yym2741 + yyv2731 := &x.TargetPort + yym2732 := z.DecBinary() + _ = yym2732 if false { - } else if z.HasExtensions() && z.DecExt(yyv2740) { - } else if !yym2741 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2740) + } else if z.HasExtensions() && z.DecExt(yyv2731) { + } else if !yym2732 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2731) } else { - z.DecFallback(yyv2740, false) + z.DecFallback(yyv2731, false) } } - yyj2736++ - if yyhl2736 { - yyb2736 = yyj2736 > l + yyj2727++ + if yyhl2727 { + yyb2727 = yyj2727 > l } else { - yyb2736 = r.CheckBreak() + yyb2727 = r.CheckBreak() } - if yyb2736 { + if yyb2727 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35527,17 +35445,17 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.NodePort = int32(r.DecodeInt(32)) } for { - yyj2736++ - if yyhl2736 { - yyb2736 = yyj2736 > l + yyj2727++ + if yyhl2727 { + yyb2727 = yyj2727 > l } else { - yyb2736 = r.CheckBreak() + yyb2727 = r.CheckBreak() } - if yyb2736 { + if yyb2727 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2736-1, "") + z.DecStructFieldNotFound(yyj2727-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35549,39 +35467,39 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2743 := z.EncBinary() - _ = yym2743 + yym2734 := z.EncBinary() + _ = yym2734 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2744 := !z.EncBinary() - yy2arr2744 := z.EncBasicHandle().StructToArray - var yyq2744 [5]bool - _, _, _ = yysep2744, yyq2744, yy2arr2744 - const yyr2744 bool = false - yyq2744[0] = x.Kind != "" - yyq2744[1] = x.APIVersion != "" - yyq2744[2] = true - yyq2744[3] = true - yyq2744[4] = true - var yynn2744 int - if yyr2744 || yy2arr2744 { + yysep2735 := !z.EncBinary() + yy2arr2735 := z.EncBasicHandle().StructToArray + var yyq2735 [5]bool + _, _, _ = yysep2735, yyq2735, yy2arr2735 + const yyr2735 bool = false + yyq2735[0] = x.Kind != "" + yyq2735[1] = x.APIVersion != "" + yyq2735[2] = true + yyq2735[3] = true + yyq2735[4] = true + var yynn2735 int + if yyr2735 || yy2arr2735 { r.EncodeArrayStart(5) } else { - yynn2744 = 0 - for _, b := range yyq2744 { + yynn2735 = 0 + for _, b := range yyq2735 { if b { - yynn2744++ + yynn2735++ } } - r.EncodeMapStart(yynn2744) - yynn2744 = 0 + r.EncodeMapStart(yynn2735) + yynn2735 = 0 } - if yyr2744 || yy2arr2744 { + if yyr2735 || yy2arr2735 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2744[0] { - yym2746 := z.EncBinary() - _ = yym2746 + if yyq2735[0] { + yym2737 := z.EncBinary() + _ = yym2737 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -35590,23 +35508,23 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2744[0] { + if yyq2735[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2747 := z.EncBinary() - _ = yym2747 + yym2738 := z.EncBinary() + _ = yym2738 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2744 || yy2arr2744 { + if yyr2735 || yy2arr2735 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2744[1] { - yym2749 := z.EncBinary() - _ = yym2749 + if yyq2735[1] { + yym2740 := z.EncBinary() + _ = yym2740 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -35615,70 +35533,70 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2744[1] { + if yyq2735[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2750 := z.EncBinary() - _ = yym2750 + yym2741 := z.EncBinary() + _ = yym2741 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2744 || yy2arr2744 { + if yyr2735 || yy2arr2735 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2744[2] { - yy2752 := &x.ObjectMeta - yy2752.CodecEncodeSelf(e) + if yyq2735[2] { + yy2743 := &x.ObjectMeta + yy2743.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2744[2] { + if yyq2735[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2753 := &x.ObjectMeta - yy2753.CodecEncodeSelf(e) + yy2744 := &x.ObjectMeta + yy2744.CodecEncodeSelf(e) } } - if yyr2744 || yy2arr2744 { + if yyr2735 || yy2arr2735 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2744[3] { - yy2755 := &x.Spec - yy2755.CodecEncodeSelf(e) + if yyq2735[3] { + yy2746 := &x.Spec + yy2746.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2744[3] { + if yyq2735[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2756 := &x.Spec - yy2756.CodecEncodeSelf(e) + yy2747 := &x.Spec + yy2747.CodecEncodeSelf(e) } } - if yyr2744 || yy2arr2744 { + if yyr2735 || yy2arr2735 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2744[4] { - yy2758 := &x.Status - yy2758.CodecEncodeSelf(e) + if yyq2735[4] { + yy2749 := &x.Status + yy2749.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2744[4] { + if yyq2735[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2759 := &x.Status - yy2759.CodecEncodeSelf(e) + yy2750 := &x.Status + yy2750.CodecEncodeSelf(e) } } - if yyr2744 || yy2arr2744 { + if yyr2735 || yy2arr2735 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35691,25 +35609,25 @@ func (x *Service) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2760 := z.DecBinary() - _ = yym2760 + yym2751 := z.DecBinary() + _ = yym2751 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2761 := r.ContainerType() - if yyct2761 == codecSelferValueTypeMap1234 { - yyl2761 := r.ReadMapStart() - if yyl2761 == 0 { + yyct2752 := r.ContainerType() + if yyct2752 == codecSelferValueTypeMap1234 { + yyl2752 := r.ReadMapStart() + if yyl2752 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2761, d) + x.codecDecodeSelfFromMap(yyl2752, d) } - } else if yyct2761 == codecSelferValueTypeArray1234 { - yyl2761 := r.ReadArrayStart() - if yyl2761 == 0 { + } else if yyct2752 == codecSelferValueTypeArray1234 { + yyl2752 := r.ReadArrayStart() + if yyl2752 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2761, d) + x.codecDecodeSelfFromArray(yyl2752, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35721,12 +35639,12 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2762Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2762Slc - var yyhl2762 bool = l >= 0 - for yyj2762 := 0; ; yyj2762++ { - if yyhl2762 { - if yyj2762 >= l { + var yys2753Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2753Slc + var yyhl2753 bool = l >= 0 + for yyj2753 := 0; ; yyj2753++ { + if yyhl2753 { + if yyj2753 >= l { break } } else { @@ -35735,10 +35653,10 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2762Slc = r.DecodeBytes(yys2762Slc, true, true) - yys2762 := string(yys2762Slc) + yys2753Slc = r.DecodeBytes(yys2753Slc, true, true) + yys2753 := string(yys2753Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2762 { + switch yys2753 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -35755,27 +35673,27 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2765 := &x.ObjectMeta - yyv2765.CodecDecodeSelf(d) + yyv2756 := &x.ObjectMeta + yyv2756.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ServiceSpec{} } else { - yyv2766 := &x.Spec - yyv2766.CodecDecodeSelf(d) + yyv2757 := &x.Spec + yyv2757.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ServiceStatus{} } else { - yyv2767 := &x.Status - yyv2767.CodecDecodeSelf(d) + yyv2758 := &x.Status + yyv2758.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2762) - } // end switch yys2762 - } // end for yyj2762 + z.DecStructFieldNotFound(-1, yys2753) + } // end switch yys2753 + } // end for yyj2753 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35783,16 +35701,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2768 int - var yyb2768 bool - var yyhl2768 bool = l >= 0 - yyj2768++ - if yyhl2768 { - yyb2768 = yyj2768 > l + var yyj2759 int + var yyb2759 bool + var yyhl2759 bool = l >= 0 + yyj2759++ + if yyhl2759 { + yyb2759 = yyj2759 > l } else { - yyb2768 = r.CheckBreak() + yyb2759 = r.CheckBreak() } - if yyb2768 { + if yyb2759 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35802,13 +35720,13 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2768++ - if yyhl2768 { - yyb2768 = yyj2768 > l + yyj2759++ + if yyhl2759 { + yyb2759 = yyj2759 > l } else { - yyb2768 = r.CheckBreak() + yyb2759 = r.CheckBreak() } - if yyb2768 { + if yyb2759 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35818,13 +35736,13 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2768++ - if yyhl2768 { - yyb2768 = yyj2768 > l + yyj2759++ + if yyhl2759 { + yyb2759 = yyj2759 > l } else { - yyb2768 = r.CheckBreak() + yyb2759 = r.CheckBreak() } - if yyb2768 { + if yyb2759 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35832,16 +35750,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2771 := &x.ObjectMeta - yyv2771.CodecDecodeSelf(d) + yyv2762 := &x.ObjectMeta + yyv2762.CodecDecodeSelf(d) } - yyj2768++ - if yyhl2768 { - yyb2768 = yyj2768 > l + yyj2759++ + if yyhl2759 { + yyb2759 = yyj2759 > l } else { - yyb2768 = r.CheckBreak() + yyb2759 = r.CheckBreak() } - if yyb2768 { + if yyb2759 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35849,16 +35767,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = ServiceSpec{} } else { - yyv2772 := &x.Spec - yyv2772.CodecDecodeSelf(d) + yyv2763 := &x.Spec + yyv2763.CodecDecodeSelf(d) } - yyj2768++ - if yyhl2768 { - yyb2768 = yyj2768 > l + yyj2759++ + if yyhl2759 { + yyb2759 = yyj2759 > l } else { - yyb2768 = r.CheckBreak() + yyb2759 = r.CheckBreak() } - if yyb2768 { + if yyb2759 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35866,21 +35784,21 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = ServiceStatus{} } else { - yyv2773 := &x.Status - yyv2773.CodecDecodeSelf(d) + yyv2764 := &x.Status + yyv2764.CodecDecodeSelf(d) } for { - yyj2768++ - if yyhl2768 { - yyb2768 = yyj2768 > l + yyj2759++ + if yyhl2759 { + yyb2759 = yyj2759 > l } else { - yyb2768 = r.CheckBreak() + yyb2759 = r.CheckBreak() } - if yyb2768 { + if yyb2759 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2768-1, "") + z.DecStructFieldNotFound(yyj2759-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35892,38 +35810,38 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2774 := z.EncBinary() - _ = yym2774 + yym2765 := z.EncBinary() + _ = yym2765 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2775 := !z.EncBinary() - yy2arr2775 := z.EncBasicHandle().StructToArray - var yyq2775 [5]bool - _, _, _ = yysep2775, yyq2775, yy2arr2775 - const yyr2775 bool = false - yyq2775[0] = x.Kind != "" - yyq2775[1] = x.APIVersion != "" - yyq2775[2] = true - yyq2775[4] = len(x.ImagePullSecrets) != 0 - var yynn2775 int - if yyr2775 || yy2arr2775 { + yysep2766 := !z.EncBinary() + yy2arr2766 := z.EncBasicHandle().StructToArray + var yyq2766 [5]bool + _, _, _ = yysep2766, yyq2766, yy2arr2766 + const yyr2766 bool = false + yyq2766[0] = x.Kind != "" + yyq2766[1] = x.APIVersion != "" + yyq2766[2] = true + yyq2766[4] = len(x.ImagePullSecrets) != 0 + var yynn2766 int + if yyr2766 || yy2arr2766 { r.EncodeArrayStart(5) } else { - yynn2775 = 1 - for _, b := range yyq2775 { + yynn2766 = 1 + for _, b := range yyq2766 { if b { - yynn2775++ + yynn2766++ } } - r.EncodeMapStart(yynn2775) - yynn2775 = 0 + r.EncodeMapStart(yynn2766) + yynn2766 = 0 } - if yyr2775 || yy2arr2775 { + if yyr2766 || yy2arr2766 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2775[0] { - yym2777 := z.EncBinary() - _ = yym2777 + if yyq2766[0] { + yym2768 := z.EncBinary() + _ = yym2768 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -35932,23 +35850,23 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2775[0] { + if yyq2766[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2778 := z.EncBinary() - _ = yym2778 + yym2769 := z.EncBinary() + _ = yym2769 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2775 || yy2arr2775 { + if yyr2766 || yy2arr2766 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2775[1] { - yym2780 := z.EncBinary() - _ = yym2780 + if yyq2766[1] { + yym2771 := z.EncBinary() + _ = yym2771 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -35957,42 +35875,42 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2775[1] { + if yyq2766[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2781 := z.EncBinary() - _ = yym2781 + yym2772 := z.EncBinary() + _ = yym2772 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2775 || yy2arr2775 { + if yyr2766 || yy2arr2766 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2775[2] { - yy2783 := &x.ObjectMeta - yy2783.CodecEncodeSelf(e) + if yyq2766[2] { + yy2774 := &x.ObjectMeta + yy2774.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2775[2] { + if yyq2766[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2784 := &x.ObjectMeta - yy2784.CodecEncodeSelf(e) + yy2775 := &x.ObjectMeta + yy2775.CodecEncodeSelf(e) } } - if yyr2775 || yy2arr2775 { + if yyr2766 || yy2arr2766 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Secrets == nil { r.EncodeNil() } else { - yym2786 := z.EncBinary() - _ = yym2786 + yym2777 := z.EncBinary() + _ = yym2777 if false { } else { h.encSliceObjectReference(([]ObjectReference)(x.Secrets), e) @@ -36005,22 +35923,22 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { if x.Secrets == nil { r.EncodeNil() } else { - yym2787 := z.EncBinary() - _ = yym2787 + yym2778 := z.EncBinary() + _ = yym2778 if false { } else { h.encSliceObjectReference(([]ObjectReference)(x.Secrets), e) } } } - if yyr2775 || yy2arr2775 { + if yyr2766 || yy2arr2766 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2775[4] { + if yyq2766[4] { if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2789 := z.EncBinary() - _ = yym2789 + yym2780 := z.EncBinary() + _ = yym2780 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -36030,15 +35948,15 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2775[4] { + if yyq2766[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imagePullSecrets")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2790 := z.EncBinary() - _ = yym2790 + yym2781 := z.EncBinary() + _ = yym2781 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -36046,7 +35964,7 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2775 || yy2arr2775 { + if yyr2766 || yy2arr2766 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36059,25 +35977,25 @@ func (x *ServiceAccount) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2791 := z.DecBinary() - _ = yym2791 + yym2782 := z.DecBinary() + _ = yym2782 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2792 := r.ContainerType() - if yyct2792 == codecSelferValueTypeMap1234 { - yyl2792 := r.ReadMapStart() - if yyl2792 == 0 { + yyct2783 := r.ContainerType() + if yyct2783 == codecSelferValueTypeMap1234 { + yyl2783 := r.ReadMapStart() + if yyl2783 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2792, d) + x.codecDecodeSelfFromMap(yyl2783, d) } - } else if yyct2792 == codecSelferValueTypeArray1234 { - yyl2792 := r.ReadArrayStart() - if yyl2792 == 0 { + } else if yyct2783 == codecSelferValueTypeArray1234 { + yyl2783 := r.ReadArrayStart() + if yyl2783 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2792, d) + x.codecDecodeSelfFromArray(yyl2783, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36089,12 +36007,12 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2793Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2793Slc - var yyhl2793 bool = l >= 0 - for yyj2793 := 0; ; yyj2793++ { - if yyhl2793 { - if yyj2793 >= l { + var yys2784Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2784Slc + var yyhl2784 bool = l >= 0 + for yyj2784 := 0; ; yyj2784++ { + if yyhl2784 { + if yyj2784 >= l { break } } else { @@ -36103,10 +36021,10 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2793Slc = r.DecodeBytes(yys2793Slc, true, true) - yys2793 := string(yys2793Slc) + yys2784Slc = r.DecodeBytes(yys2784Slc, true, true) + yys2784 := string(yys2784Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2793 { + switch yys2784 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -36123,37 +36041,37 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2796 := &x.ObjectMeta - yyv2796.CodecDecodeSelf(d) + yyv2787 := &x.ObjectMeta + yyv2787.CodecDecodeSelf(d) } case "secrets": if r.TryDecodeAsNil() { x.Secrets = nil } else { - yyv2797 := &x.Secrets - yym2798 := z.DecBinary() - _ = yym2798 + yyv2788 := &x.Secrets + yym2789 := z.DecBinary() + _ = yym2789 if false { } else { - h.decSliceObjectReference((*[]ObjectReference)(yyv2797), d) + h.decSliceObjectReference((*[]ObjectReference)(yyv2788), d) } } case "imagePullSecrets": if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2799 := &x.ImagePullSecrets - yym2800 := z.DecBinary() - _ = yym2800 + yyv2790 := &x.ImagePullSecrets + yym2791 := z.DecBinary() + _ = yym2791 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2799), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2790), d) } } default: - z.DecStructFieldNotFound(-1, yys2793) - } // end switch yys2793 - } // end for yyj2793 + z.DecStructFieldNotFound(-1, yys2784) + } // end switch yys2784 + } // end for yyj2784 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36161,16 +36079,16 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2801 int - var yyb2801 bool - var yyhl2801 bool = l >= 0 - yyj2801++ - if yyhl2801 { - yyb2801 = yyj2801 > l + var yyj2792 int + var yyb2792 bool + var yyhl2792 bool = l >= 0 + yyj2792++ + if yyhl2792 { + yyb2792 = yyj2792 > l } else { - yyb2801 = r.CheckBreak() + yyb2792 = r.CheckBreak() } - if yyb2801 { + if yyb2792 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36180,13 +36098,13 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2801++ - if yyhl2801 { - yyb2801 = yyj2801 > l + yyj2792++ + if yyhl2792 { + yyb2792 = yyj2792 > l } else { - yyb2801 = r.CheckBreak() + yyb2792 = r.CheckBreak() } - if yyb2801 { + if yyb2792 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36196,13 +36114,13 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2801++ - if yyhl2801 { - yyb2801 = yyj2801 > l + yyj2792++ + if yyhl2792 { + yyb2792 = yyj2792 > l } else { - yyb2801 = r.CheckBreak() + yyb2792 = r.CheckBreak() } - if yyb2801 { + if yyb2792 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36210,16 +36128,16 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2804 := &x.ObjectMeta - yyv2804.CodecDecodeSelf(d) + yyv2795 := &x.ObjectMeta + yyv2795.CodecDecodeSelf(d) } - yyj2801++ - if yyhl2801 { - yyb2801 = yyj2801 > l + yyj2792++ + if yyhl2792 { + yyb2792 = yyj2792 > l } else { - yyb2801 = r.CheckBreak() + yyb2792 = r.CheckBreak() } - if yyb2801 { + if yyb2792 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36227,21 +36145,21 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Secrets = nil } else { - yyv2805 := &x.Secrets - yym2806 := z.DecBinary() - _ = yym2806 + yyv2796 := &x.Secrets + yym2797 := z.DecBinary() + _ = yym2797 if false { } else { - h.decSliceObjectReference((*[]ObjectReference)(yyv2805), d) + h.decSliceObjectReference((*[]ObjectReference)(yyv2796), d) } } - yyj2801++ - if yyhl2801 { - yyb2801 = yyj2801 > l + yyj2792++ + if yyhl2792 { + yyb2792 = yyj2792 > l } else { - yyb2801 = r.CheckBreak() + yyb2792 = r.CheckBreak() } - if yyb2801 { + if yyb2792 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36249,26 +36167,26 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2807 := &x.ImagePullSecrets - yym2808 := z.DecBinary() - _ = yym2808 + yyv2798 := &x.ImagePullSecrets + yym2799 := z.DecBinary() + _ = yym2799 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2807), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2798), d) } } for { - yyj2801++ - if yyhl2801 { - yyb2801 = yyj2801 > l + yyj2792++ + if yyhl2792 { + yyb2792 = yyj2792 > l } else { - yyb2801 = r.CheckBreak() + yyb2792 = r.CheckBreak() } - if yyb2801 { + if yyb2792 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2801-1, "") + z.DecStructFieldNotFound(yyj2792-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36280,37 +36198,37 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2809 := z.EncBinary() - _ = yym2809 + yym2800 := z.EncBinary() + _ = yym2800 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2810 := !z.EncBinary() - yy2arr2810 := z.EncBasicHandle().StructToArray - var yyq2810 [4]bool - _, _, _ = yysep2810, yyq2810, yy2arr2810 - const yyr2810 bool = false - yyq2810[0] = x.Kind != "" - yyq2810[1] = x.APIVersion != "" - yyq2810[2] = true - var yynn2810 int - if yyr2810 || yy2arr2810 { + yysep2801 := !z.EncBinary() + yy2arr2801 := z.EncBasicHandle().StructToArray + var yyq2801 [4]bool + _, _, _ = yysep2801, yyq2801, yy2arr2801 + const yyr2801 bool = false + yyq2801[0] = x.Kind != "" + yyq2801[1] = x.APIVersion != "" + yyq2801[2] = true + var yynn2801 int + if yyr2801 || yy2arr2801 { r.EncodeArrayStart(4) } else { - yynn2810 = 1 - for _, b := range yyq2810 { + yynn2801 = 1 + for _, b := range yyq2801 { if b { - yynn2810++ + yynn2801++ } } - r.EncodeMapStart(yynn2810) - yynn2810 = 0 + r.EncodeMapStart(yynn2801) + yynn2801 = 0 } - if yyr2810 || yy2arr2810 { + if yyr2801 || yy2arr2801 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2810[0] { - yym2812 := z.EncBinary() - _ = yym2812 + if yyq2801[0] { + yym2803 := z.EncBinary() + _ = yym2803 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -36319,23 +36237,23 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2810[0] { + if yyq2801[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2813 := z.EncBinary() - _ = yym2813 + yym2804 := z.EncBinary() + _ = yym2804 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2810 || yy2arr2810 { + if yyr2801 || yy2arr2801 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2810[1] { - yym2815 := z.EncBinary() - _ = yym2815 + if yyq2801[1] { + yym2806 := z.EncBinary() + _ = yym2806 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -36344,54 +36262,54 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2810[1] { + if yyq2801[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2816 := z.EncBinary() - _ = yym2816 + yym2807 := z.EncBinary() + _ = yym2807 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2810 || yy2arr2810 { + if yyr2801 || yy2arr2801 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2810[2] { - yy2818 := &x.ListMeta - yym2819 := z.EncBinary() - _ = yym2819 + if yyq2801[2] { + yy2809 := &x.ListMeta + yym2810 := z.EncBinary() + _ = yym2810 if false { - } else if z.HasExtensions() && z.EncExt(yy2818) { + } else if z.HasExtensions() && z.EncExt(yy2809) { } else { - z.EncFallback(yy2818) + z.EncFallback(yy2809) } } else { r.EncodeNil() } } else { - if yyq2810[2] { + if yyq2801[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2820 := &x.ListMeta - yym2821 := z.EncBinary() - _ = yym2821 + yy2811 := &x.ListMeta + yym2812 := z.EncBinary() + _ = yym2812 if false { - } else if z.HasExtensions() && z.EncExt(yy2820) { + } else if z.HasExtensions() && z.EncExt(yy2811) { } else { - z.EncFallback(yy2820) + z.EncFallback(yy2811) } } } - if yyr2810 || yy2arr2810 { + if yyr2801 || yy2arr2801 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2823 := z.EncBinary() - _ = yym2823 + yym2814 := z.EncBinary() + _ = yym2814 if false { } else { h.encSliceServiceAccount(([]ServiceAccount)(x.Items), e) @@ -36404,15 +36322,15 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2824 := z.EncBinary() - _ = yym2824 + yym2815 := z.EncBinary() + _ = yym2815 if false { } else { h.encSliceServiceAccount(([]ServiceAccount)(x.Items), e) } } } - if yyr2810 || yy2arr2810 { + if yyr2801 || yy2arr2801 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36425,25 +36343,25 @@ func (x *ServiceAccountList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2825 := z.DecBinary() - _ = yym2825 + yym2816 := z.DecBinary() + _ = yym2816 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2826 := r.ContainerType() - if yyct2826 == codecSelferValueTypeMap1234 { - yyl2826 := r.ReadMapStart() - if yyl2826 == 0 { + yyct2817 := r.ContainerType() + if yyct2817 == codecSelferValueTypeMap1234 { + yyl2817 := r.ReadMapStart() + if yyl2817 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2826, d) + x.codecDecodeSelfFromMap(yyl2817, d) } - } else if yyct2826 == codecSelferValueTypeArray1234 { - yyl2826 := r.ReadArrayStart() - if yyl2826 == 0 { + } else if yyct2817 == codecSelferValueTypeArray1234 { + yyl2817 := r.ReadArrayStart() + if yyl2817 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2826, d) + x.codecDecodeSelfFromArray(yyl2817, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36455,12 +36373,12 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2827Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2827Slc - var yyhl2827 bool = l >= 0 - for yyj2827 := 0; ; yyj2827++ { - if yyhl2827 { - if yyj2827 >= l { + var yys2818Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2818Slc + var yyhl2818 bool = l >= 0 + for yyj2818 := 0; ; yyj2818++ { + if yyhl2818 { + if yyj2818 >= l { break } } else { @@ -36469,10 +36387,10 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2827Slc = r.DecodeBytes(yys2827Slc, true, true) - yys2827 := string(yys2827Slc) + yys2818Slc = r.DecodeBytes(yys2818Slc, true, true) + yys2818 := string(yys2818Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2827 { + switch yys2818 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -36489,31 +36407,31 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2830 := &x.ListMeta - yym2831 := z.DecBinary() - _ = yym2831 + yyv2821 := &x.ListMeta + yym2822 := z.DecBinary() + _ = yym2822 if false { - } else if z.HasExtensions() && z.DecExt(yyv2830) { + } else if z.HasExtensions() && z.DecExt(yyv2821) { } else { - z.DecFallback(yyv2830, false) + z.DecFallback(yyv2821, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2832 := &x.Items - yym2833 := z.DecBinary() - _ = yym2833 + yyv2823 := &x.Items + yym2824 := z.DecBinary() + _ = yym2824 if false { } else { - h.decSliceServiceAccount((*[]ServiceAccount)(yyv2832), d) + h.decSliceServiceAccount((*[]ServiceAccount)(yyv2823), d) } } default: - z.DecStructFieldNotFound(-1, yys2827) - } // end switch yys2827 - } // end for yyj2827 + z.DecStructFieldNotFound(-1, yys2818) + } // end switch yys2818 + } // end for yyj2818 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36521,16 +36439,16 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2834 int - var yyb2834 bool - var yyhl2834 bool = l >= 0 - yyj2834++ - if yyhl2834 { - yyb2834 = yyj2834 > l + var yyj2825 int + var yyb2825 bool + var yyhl2825 bool = l >= 0 + yyj2825++ + if yyhl2825 { + yyb2825 = yyj2825 > l } else { - yyb2834 = r.CheckBreak() + yyb2825 = r.CheckBreak() } - if yyb2834 { + if yyb2825 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36540,13 +36458,13 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Kind = string(r.DecodeString()) } - yyj2834++ - if yyhl2834 { - yyb2834 = yyj2834 > l + yyj2825++ + if yyhl2825 { + yyb2825 = yyj2825 > l } else { - yyb2834 = r.CheckBreak() + yyb2825 = r.CheckBreak() } - if yyb2834 { + if yyb2825 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36556,13 +36474,13 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.APIVersion = string(r.DecodeString()) } - yyj2834++ - if yyhl2834 { - yyb2834 = yyj2834 > l + yyj2825++ + if yyhl2825 { + yyb2825 = yyj2825 > l } else { - yyb2834 = r.CheckBreak() + yyb2825 = r.CheckBreak() } - if yyb2834 { + if yyb2825 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36570,22 +36488,22 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2837 := &x.ListMeta - yym2838 := z.DecBinary() - _ = yym2838 + yyv2828 := &x.ListMeta + yym2829 := z.DecBinary() + _ = yym2829 if false { - } else if z.HasExtensions() && z.DecExt(yyv2837) { + } else if z.HasExtensions() && z.DecExt(yyv2828) { } else { - z.DecFallback(yyv2837, false) + z.DecFallback(yyv2828, false) } } - yyj2834++ - if yyhl2834 { - yyb2834 = yyj2834 > l + yyj2825++ + if yyhl2825 { + yyb2825 = yyj2825 > l } else { - yyb2834 = r.CheckBreak() + yyb2825 = r.CheckBreak() } - if yyb2834 { + if yyb2825 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36593,26 +36511,26 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2839 := &x.Items - yym2840 := z.DecBinary() - _ = yym2840 + yyv2830 := &x.Items + yym2831 := z.DecBinary() + _ = yym2831 if false { } else { - h.decSliceServiceAccount((*[]ServiceAccount)(yyv2839), d) + h.decSliceServiceAccount((*[]ServiceAccount)(yyv2830), d) } } for { - yyj2834++ - if yyhl2834 { - yyb2834 = yyj2834 > l + yyj2825++ + if yyhl2825 { + yyb2825 = yyj2825 > l } else { - yyb2834 = r.CheckBreak() + yyb2825 = r.CheckBreak() } - if yyb2834 { + if yyb2825 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2834-1, "") + z.DecStructFieldNotFound(yyj2825-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36624,37 +36542,37 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2841 := z.EncBinary() - _ = yym2841 + yym2832 := z.EncBinary() + _ = yym2832 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2842 := !z.EncBinary() - yy2arr2842 := z.EncBasicHandle().StructToArray - var yyq2842 [4]bool - _, _, _ = yysep2842, yyq2842, yy2arr2842 - const yyr2842 bool = false - yyq2842[0] = x.Kind != "" - yyq2842[1] = x.APIVersion != "" - yyq2842[2] = true - var yynn2842 int - if yyr2842 || yy2arr2842 { + yysep2833 := !z.EncBinary() + yy2arr2833 := z.EncBasicHandle().StructToArray + var yyq2833 [4]bool + _, _, _ = yysep2833, yyq2833, yy2arr2833 + const yyr2833 bool = false + yyq2833[0] = x.Kind != "" + yyq2833[1] = x.APIVersion != "" + yyq2833[2] = true + var yynn2833 int + if yyr2833 || yy2arr2833 { r.EncodeArrayStart(4) } else { - yynn2842 = 1 - for _, b := range yyq2842 { + yynn2833 = 1 + for _, b := range yyq2833 { if b { - yynn2842++ + yynn2833++ } } - r.EncodeMapStart(yynn2842) - yynn2842 = 0 + r.EncodeMapStart(yynn2833) + yynn2833 = 0 } - if yyr2842 || yy2arr2842 { + if yyr2833 || yy2arr2833 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2842[0] { - yym2844 := z.EncBinary() - _ = yym2844 + if yyq2833[0] { + yym2835 := z.EncBinary() + _ = yym2835 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -36663,23 +36581,23 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2842[0] { + if yyq2833[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2845 := z.EncBinary() - _ = yym2845 + yym2836 := z.EncBinary() + _ = yym2836 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2842 || yy2arr2842 { + if yyr2833 || yy2arr2833 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2842[1] { - yym2847 := z.EncBinary() - _ = yym2847 + if yyq2833[1] { + yym2838 := z.EncBinary() + _ = yym2838 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -36688,42 +36606,42 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2842[1] { + if yyq2833[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2848 := z.EncBinary() - _ = yym2848 + yym2839 := z.EncBinary() + _ = yym2839 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2842 || yy2arr2842 { + if yyr2833 || yy2arr2833 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2842[2] { - yy2850 := &x.ObjectMeta - yy2850.CodecEncodeSelf(e) + if yyq2833[2] { + yy2841 := &x.ObjectMeta + yy2841.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2842[2] { + if yyq2833[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2851 := &x.ObjectMeta - yy2851.CodecEncodeSelf(e) + yy2842 := &x.ObjectMeta + yy2842.CodecEncodeSelf(e) } } - if yyr2842 || yy2arr2842 { + if yyr2833 || yy2arr2833 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Subsets == nil { r.EncodeNil() } else { - yym2853 := z.EncBinary() - _ = yym2853 + yym2844 := z.EncBinary() + _ = yym2844 if false { } else { h.encSliceEndpointSubset(([]EndpointSubset)(x.Subsets), e) @@ -36736,15 +36654,15 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x.Subsets == nil { r.EncodeNil() } else { - yym2854 := z.EncBinary() - _ = yym2854 + yym2845 := z.EncBinary() + _ = yym2845 if false { } else { h.encSliceEndpointSubset(([]EndpointSubset)(x.Subsets), e) } } } - if yyr2842 || yy2arr2842 { + if yyr2833 || yy2arr2833 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36757,25 +36675,25 @@ func (x *Endpoints) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2855 := z.DecBinary() - _ = yym2855 + yym2846 := z.DecBinary() + _ = yym2846 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2856 := r.ContainerType() - if yyct2856 == codecSelferValueTypeMap1234 { - yyl2856 := r.ReadMapStart() - if yyl2856 == 0 { + yyct2847 := r.ContainerType() + if yyct2847 == codecSelferValueTypeMap1234 { + yyl2847 := r.ReadMapStart() + if yyl2847 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2856, d) + x.codecDecodeSelfFromMap(yyl2847, d) } - } else if yyct2856 == codecSelferValueTypeArray1234 { - yyl2856 := r.ReadArrayStart() - if yyl2856 == 0 { + } else if yyct2847 == codecSelferValueTypeArray1234 { + yyl2847 := r.ReadArrayStart() + if yyl2847 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2856, d) + x.codecDecodeSelfFromArray(yyl2847, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36787,12 +36705,12 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2857Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2857Slc - var yyhl2857 bool = l >= 0 - for yyj2857 := 0; ; yyj2857++ { - if yyhl2857 { - if yyj2857 >= l { + var yys2848Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2848Slc + var yyhl2848 bool = l >= 0 + for yyj2848 := 0; ; yyj2848++ { + if yyhl2848 { + if yyj2848 >= l { break } } else { @@ -36801,10 +36719,10 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2857Slc = r.DecodeBytes(yys2857Slc, true, true) - yys2857 := string(yys2857Slc) + yys2848Slc = r.DecodeBytes(yys2848Slc, true, true) + yys2848 := string(yys2848Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2857 { + switch yys2848 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -36821,25 +36739,25 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2860 := &x.ObjectMeta - yyv2860.CodecDecodeSelf(d) + yyv2851 := &x.ObjectMeta + yyv2851.CodecDecodeSelf(d) } case "Subsets": if r.TryDecodeAsNil() { x.Subsets = nil } else { - yyv2861 := &x.Subsets - yym2862 := z.DecBinary() - _ = yym2862 + yyv2852 := &x.Subsets + yym2853 := z.DecBinary() + _ = yym2853 if false { } else { - h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2861), d) + h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2852), d) } } default: - z.DecStructFieldNotFound(-1, yys2857) - } // end switch yys2857 - } // end for yyj2857 + z.DecStructFieldNotFound(-1, yys2848) + } // end switch yys2848 + } // end for yyj2848 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36847,16 +36765,16 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2863 int - var yyb2863 bool - var yyhl2863 bool = l >= 0 - yyj2863++ - if yyhl2863 { - yyb2863 = yyj2863 > l + var yyj2854 int + var yyb2854 bool + var yyhl2854 bool = l >= 0 + yyj2854++ + if yyhl2854 { + yyb2854 = yyj2854 > l } else { - yyb2863 = r.CheckBreak() + yyb2854 = r.CheckBreak() } - if yyb2863 { + if yyb2854 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36866,13 +36784,13 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2863++ - if yyhl2863 { - yyb2863 = yyj2863 > l + yyj2854++ + if yyhl2854 { + yyb2854 = yyj2854 > l } else { - yyb2863 = r.CheckBreak() + yyb2854 = r.CheckBreak() } - if yyb2863 { + if yyb2854 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36882,13 +36800,13 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2863++ - if yyhl2863 { - yyb2863 = yyj2863 > l + yyj2854++ + if yyhl2854 { + yyb2854 = yyj2854 > l } else { - yyb2863 = r.CheckBreak() + yyb2854 = r.CheckBreak() } - if yyb2863 { + if yyb2854 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36896,16 +36814,16 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2866 := &x.ObjectMeta - yyv2866.CodecDecodeSelf(d) + yyv2857 := &x.ObjectMeta + yyv2857.CodecDecodeSelf(d) } - yyj2863++ - if yyhl2863 { - yyb2863 = yyj2863 > l + yyj2854++ + if yyhl2854 { + yyb2854 = yyj2854 > l } else { - yyb2863 = r.CheckBreak() + yyb2854 = r.CheckBreak() } - if yyb2863 { + if yyb2854 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36913,26 +36831,26 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Subsets = nil } else { - yyv2867 := &x.Subsets - yym2868 := z.DecBinary() - _ = yym2868 + yyv2858 := &x.Subsets + yym2859 := z.DecBinary() + _ = yym2859 if false { } else { - h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2867), d) + h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2858), d) } } for { - yyj2863++ - if yyhl2863 { - yyb2863 = yyj2863 > l + yyj2854++ + if yyhl2854 { + yyb2854 = yyj2854 > l } else { - yyb2863 = r.CheckBreak() + yyb2854 = r.CheckBreak() } - if yyb2863 { + if yyb2854 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2863-1, "") + z.DecStructFieldNotFound(yyj2854-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36944,36 +36862,36 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2869 := z.EncBinary() - _ = yym2869 + yym2860 := z.EncBinary() + _ = yym2860 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2870 := !z.EncBinary() - yy2arr2870 := z.EncBasicHandle().StructToArray - var yyq2870 [3]bool - _, _, _ = yysep2870, yyq2870, yy2arr2870 - const yyr2870 bool = false - var yynn2870 int - if yyr2870 || yy2arr2870 { + yysep2861 := !z.EncBinary() + yy2arr2861 := z.EncBasicHandle().StructToArray + var yyq2861 [3]bool + _, _, _ = yysep2861, yyq2861, yy2arr2861 + const yyr2861 bool = false + var yynn2861 int + if yyr2861 || yy2arr2861 { r.EncodeArrayStart(3) } else { - yynn2870 = 3 - for _, b := range yyq2870 { + yynn2861 = 3 + for _, b := range yyq2861 { if b { - yynn2870++ + yynn2861++ } } - r.EncodeMapStart(yynn2870) - yynn2870 = 0 + r.EncodeMapStart(yynn2861) + yynn2861 = 0 } - if yyr2870 || yy2arr2870 { + if yyr2861 || yy2arr2861 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Addresses == nil { r.EncodeNil() } else { - yym2872 := z.EncBinary() - _ = yym2872 + yym2863 := z.EncBinary() + _ = yym2863 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.Addresses), e) @@ -36986,21 +36904,21 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { if x.Addresses == nil { r.EncodeNil() } else { - yym2873 := z.EncBinary() - _ = yym2873 + yym2864 := z.EncBinary() + _ = yym2864 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.Addresses), e) } } } - if yyr2870 || yy2arr2870 { + if yyr2861 || yy2arr2861 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.NotReadyAddresses == nil { r.EncodeNil() } else { - yym2875 := z.EncBinary() - _ = yym2875 + yym2866 := z.EncBinary() + _ = yym2866 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.NotReadyAddresses), e) @@ -37013,21 +36931,21 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { if x.NotReadyAddresses == nil { r.EncodeNil() } else { - yym2876 := z.EncBinary() - _ = yym2876 + yym2867 := z.EncBinary() + _ = yym2867 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.NotReadyAddresses), e) } } } - if yyr2870 || yy2arr2870 { + if yyr2861 || yy2arr2861 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Ports == nil { r.EncodeNil() } else { - yym2878 := z.EncBinary() - _ = yym2878 + yym2869 := z.EncBinary() + _ = yym2869 if false { } else { h.encSliceEndpointPort(([]EndpointPort)(x.Ports), e) @@ -37040,15 +36958,15 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { if x.Ports == nil { r.EncodeNil() } else { - yym2879 := z.EncBinary() - _ = yym2879 + yym2870 := z.EncBinary() + _ = yym2870 if false { } else { h.encSliceEndpointPort(([]EndpointPort)(x.Ports), e) } } } - if yyr2870 || yy2arr2870 { + if yyr2861 || yy2arr2861 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37061,25 +36979,25 @@ func (x *EndpointSubset) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2880 := z.DecBinary() - _ = yym2880 + yym2871 := z.DecBinary() + _ = yym2871 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2881 := r.ContainerType() - if yyct2881 == codecSelferValueTypeMap1234 { - yyl2881 := r.ReadMapStart() - if yyl2881 == 0 { + yyct2872 := r.ContainerType() + if yyct2872 == codecSelferValueTypeMap1234 { + yyl2872 := r.ReadMapStart() + if yyl2872 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2881, d) + x.codecDecodeSelfFromMap(yyl2872, d) } - } else if yyct2881 == codecSelferValueTypeArray1234 { - yyl2881 := r.ReadArrayStart() - if yyl2881 == 0 { + } else if yyct2872 == codecSelferValueTypeArray1234 { + yyl2872 := r.ReadArrayStart() + if yyl2872 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2881, d) + x.codecDecodeSelfFromArray(yyl2872, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37091,12 +37009,12 @@ func (x *EndpointSubset) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2882Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2882Slc - var yyhl2882 bool = l >= 0 - for yyj2882 := 0; ; yyj2882++ { - if yyhl2882 { - if yyj2882 >= l { + var yys2873Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2873Slc + var yyhl2873 bool = l >= 0 + for yyj2873 := 0; ; yyj2873++ { + if yyhl2873 { + if yyj2873 >= l { break } } else { @@ -37105,50 +37023,50 @@ func (x *EndpointSubset) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2882Slc = r.DecodeBytes(yys2882Slc, true, true) - yys2882 := string(yys2882Slc) + yys2873Slc = r.DecodeBytes(yys2873Slc, true, true) + yys2873 := string(yys2873Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2882 { + switch yys2873 { case "Addresses": if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2883 := &x.Addresses - yym2884 := z.DecBinary() - _ = yym2884 + yyv2874 := &x.Addresses + yym2875 := z.DecBinary() + _ = yym2875 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2883), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2874), d) } } case "NotReadyAddresses": if r.TryDecodeAsNil() { x.NotReadyAddresses = nil } else { - yyv2885 := &x.NotReadyAddresses - yym2886 := z.DecBinary() - _ = yym2886 + yyv2876 := &x.NotReadyAddresses + yym2877 := z.DecBinary() + _ = yym2877 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2885), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2876), d) } } case "Ports": if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2887 := &x.Ports - yym2888 := z.DecBinary() - _ = yym2888 + yyv2878 := &x.Ports + yym2879 := z.DecBinary() + _ = yym2879 if false { } else { - h.decSliceEndpointPort((*[]EndpointPort)(yyv2887), d) + h.decSliceEndpointPort((*[]EndpointPort)(yyv2878), d) } } default: - z.DecStructFieldNotFound(-1, yys2882) - } // end switch yys2882 - } // end for yyj2882 + z.DecStructFieldNotFound(-1, yys2873) + } // end switch yys2873 + } // end for yyj2873 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37156,16 +37074,16 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2889 int - var yyb2889 bool - var yyhl2889 bool = l >= 0 - yyj2889++ - if yyhl2889 { - yyb2889 = yyj2889 > l + var yyj2880 int + var yyb2880 bool + var yyhl2880 bool = l >= 0 + yyj2880++ + if yyhl2880 { + yyb2880 = yyj2880 > l } else { - yyb2889 = r.CheckBreak() + yyb2880 = r.CheckBreak() } - if yyb2889 { + if yyb2880 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37173,21 +37091,21 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2890 := &x.Addresses - yym2891 := z.DecBinary() - _ = yym2891 + yyv2881 := &x.Addresses + yym2882 := z.DecBinary() + _ = yym2882 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2890), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2881), d) } } - yyj2889++ - if yyhl2889 { - yyb2889 = yyj2889 > l + yyj2880++ + if yyhl2880 { + yyb2880 = yyj2880 > l } else { - yyb2889 = r.CheckBreak() + yyb2880 = r.CheckBreak() } - if yyb2889 { + if yyb2880 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37195,21 +37113,21 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NotReadyAddresses = nil } else { - yyv2892 := &x.NotReadyAddresses - yym2893 := z.DecBinary() - _ = yym2893 + yyv2883 := &x.NotReadyAddresses + yym2884 := z.DecBinary() + _ = yym2884 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2892), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2883), d) } } - yyj2889++ - if yyhl2889 { - yyb2889 = yyj2889 > l + yyj2880++ + if yyhl2880 { + yyb2880 = yyj2880 > l } else { - yyb2889 = r.CheckBreak() + yyb2880 = r.CheckBreak() } - if yyb2889 { + if yyb2880 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37217,26 +37135,26 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2894 := &x.Ports - yym2895 := z.DecBinary() - _ = yym2895 + yyv2885 := &x.Ports + yym2886 := z.DecBinary() + _ = yym2886 if false { } else { - h.decSliceEndpointPort((*[]EndpointPort)(yyv2894), d) + h.decSliceEndpointPort((*[]EndpointPort)(yyv2885), d) } } for { - yyj2889++ - if yyhl2889 { - yyb2889 = yyj2889 > l + yyj2880++ + if yyhl2880 { + yyb2880 = yyj2880 > l } else { - yyb2889 = r.CheckBreak() + yyb2880 = r.CheckBreak() } - if yyb2889 { + if yyb2880 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2889-1, "") + z.DecStructFieldNotFound(yyj2880-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37248,35 +37166,35 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2896 := z.EncBinary() - _ = yym2896 + yym2887 := z.EncBinary() + _ = yym2887 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2897 := !z.EncBinary() - yy2arr2897 := z.EncBasicHandle().StructToArray - var yyq2897 [4]bool - _, _, _ = yysep2897, yyq2897, yy2arr2897 - const yyr2897 bool = false - yyq2897[1] = x.Hostname != "" - yyq2897[2] = x.NodeName != nil - var yynn2897 int - if yyr2897 || yy2arr2897 { + yysep2888 := !z.EncBinary() + yy2arr2888 := z.EncBasicHandle().StructToArray + var yyq2888 [4]bool + _, _, _ = yysep2888, yyq2888, yy2arr2888 + const yyr2888 bool = false + yyq2888[1] = x.Hostname != "" + yyq2888[2] = x.NodeName != nil + var yynn2888 int + if yyr2888 || yy2arr2888 { r.EncodeArrayStart(4) } else { - yynn2897 = 2 - for _, b := range yyq2897 { + yynn2888 = 2 + for _, b := range yyq2888 { if b { - yynn2897++ + yynn2888++ } } - r.EncodeMapStart(yynn2897) - yynn2897 = 0 + r.EncodeMapStart(yynn2888) + yynn2888 = 0 } - if yyr2897 || yy2arr2897 { + if yyr2888 || yy2arr2888 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2899 := z.EncBinary() - _ = yym2899 + yym2890 := z.EncBinary() + _ = yym2890 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) @@ -37285,18 +37203,18 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("IP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2900 := z.EncBinary() - _ = yym2900 + yym2891 := z.EncBinary() + _ = yym2891 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) } } - if yyr2897 || yy2arr2897 { + if yyr2888 || yy2arr2888 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2897[1] { - yym2902 := z.EncBinary() - _ = yym2902 + if yyq2888[1] { + yym2893 := z.EncBinary() + _ = yym2893 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) @@ -37305,54 +37223,54 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2897[1] { + if yyq2888[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostname")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2903 := z.EncBinary() - _ = yym2903 + yym2894 := z.EncBinary() + _ = yym2894 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) } } } - if yyr2897 || yy2arr2897 { + if yyr2888 || yy2arr2888 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2897[2] { + if yyq2888[2] { if x.NodeName == nil { r.EncodeNil() } else { - yy2905 := *x.NodeName - yym2906 := z.EncBinary() - _ = yym2906 + yy2896 := *x.NodeName + yym2897 := z.EncBinary() + _ = yym2897 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy2905)) + r.EncodeString(codecSelferC_UTF81234, string(yy2896)) } } } else { r.EncodeNil() } } else { - if yyq2897[2] { + if yyq2888[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.NodeName == nil { r.EncodeNil() } else { - yy2907 := *x.NodeName - yym2908 := z.EncBinary() - _ = yym2908 + yy2898 := *x.NodeName + yym2899 := z.EncBinary() + _ = yym2899 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy2907)) + r.EncodeString(codecSelferC_UTF81234, string(yy2898)) } } } } - if yyr2897 || yy2arr2897 { + if yyr2888 || yy2arr2888 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.TargetRef == nil { r.EncodeNil() @@ -37369,7 +37287,7 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { x.TargetRef.CodecEncodeSelf(e) } } - if yyr2897 || yy2arr2897 { + if yyr2888 || yy2arr2888 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37382,25 +37300,25 @@ func (x *EndpointAddress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2910 := z.DecBinary() - _ = yym2910 + yym2901 := z.DecBinary() + _ = yym2901 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2911 := r.ContainerType() - if yyct2911 == codecSelferValueTypeMap1234 { - yyl2911 := r.ReadMapStart() - if yyl2911 == 0 { + yyct2902 := r.ContainerType() + if yyct2902 == codecSelferValueTypeMap1234 { + yyl2902 := r.ReadMapStart() + if yyl2902 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2911, d) + x.codecDecodeSelfFromMap(yyl2902, d) } - } else if yyct2911 == codecSelferValueTypeArray1234 { - yyl2911 := r.ReadArrayStart() - if yyl2911 == 0 { + } else if yyct2902 == codecSelferValueTypeArray1234 { + yyl2902 := r.ReadArrayStart() + if yyl2902 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2911, d) + x.codecDecodeSelfFromArray(yyl2902, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37412,12 +37330,12 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2912Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2912Slc - var yyhl2912 bool = l >= 0 - for yyj2912 := 0; ; yyj2912++ { - if yyhl2912 { - if yyj2912 >= l { + var yys2903Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2903Slc + var yyhl2903 bool = l >= 0 + for yyj2903 := 0; ; yyj2903++ { + if yyhl2903 { + if yyj2903 >= l { break } } else { @@ -37426,10 +37344,10 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2912Slc = r.DecodeBytes(yys2912Slc, true, true) - yys2912 := string(yys2912Slc) + yys2903Slc = r.DecodeBytes(yys2903Slc, true, true) + yys2903 := string(yys2903Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2912 { + switch yys2903 { case "IP": if r.TryDecodeAsNil() { x.IP = "" @@ -37451,8 +37369,8 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.NodeName == nil { x.NodeName = new(string) } - yym2916 := z.DecBinary() - _ = yym2916 + yym2907 := z.DecBinary() + _ = yym2907 if false { } else { *((*string)(x.NodeName)) = r.DecodeString() @@ -37470,9 +37388,9 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TargetRef.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2912) - } // end switch yys2912 - } // end for yyj2912 + z.DecStructFieldNotFound(-1, yys2903) + } // end switch yys2903 + } // end for yyj2903 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37480,16 +37398,16 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2918 int - var yyb2918 bool - var yyhl2918 bool = l >= 0 - yyj2918++ - if yyhl2918 { - yyb2918 = yyj2918 > l + var yyj2909 int + var yyb2909 bool + var yyhl2909 bool = l >= 0 + yyj2909++ + if yyhl2909 { + yyb2909 = yyj2909 > l } else { - yyb2918 = r.CheckBreak() + yyb2909 = r.CheckBreak() } - if yyb2918 { + if yyb2909 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37499,13 +37417,13 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.IP = string(r.DecodeString()) } - yyj2918++ - if yyhl2918 { - yyb2918 = yyj2918 > l + yyj2909++ + if yyhl2909 { + yyb2909 = yyj2909 > l } else { - yyb2918 = r.CheckBreak() + yyb2909 = r.CheckBreak() } - if yyb2918 { + if yyb2909 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37515,13 +37433,13 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Hostname = string(r.DecodeString()) } - yyj2918++ - if yyhl2918 { - yyb2918 = yyj2918 > l + yyj2909++ + if yyhl2909 { + yyb2909 = yyj2909 > l } else { - yyb2918 = r.CheckBreak() + yyb2909 = r.CheckBreak() } - if yyb2918 { + if yyb2909 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37534,20 +37452,20 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.NodeName == nil { x.NodeName = new(string) } - yym2922 := z.DecBinary() - _ = yym2922 + yym2913 := z.DecBinary() + _ = yym2913 if false { } else { *((*string)(x.NodeName)) = r.DecodeString() } } - yyj2918++ - if yyhl2918 { - yyb2918 = yyj2918 > l + yyj2909++ + if yyhl2909 { + yyb2909 = yyj2909 > l } else { - yyb2918 = r.CheckBreak() + yyb2909 = r.CheckBreak() } - if yyb2918 { + if yyb2909 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37563,17 +37481,17 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.TargetRef.CodecDecodeSelf(d) } for { - yyj2918++ - if yyhl2918 { - yyb2918 = yyj2918 > l + yyj2909++ + if yyhl2909 { + yyb2909 = yyj2909 > l } else { - yyb2918 = r.CheckBreak() + yyb2909 = r.CheckBreak() } - if yyb2918 { + if yyb2909 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2918-1, "") + z.DecStructFieldNotFound(yyj2909-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37585,33 +37503,33 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2924 := z.EncBinary() - _ = yym2924 + yym2915 := z.EncBinary() + _ = yym2915 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2925 := !z.EncBinary() - yy2arr2925 := z.EncBasicHandle().StructToArray - var yyq2925 [3]bool - _, _, _ = yysep2925, yyq2925, yy2arr2925 - const yyr2925 bool = false - var yynn2925 int - if yyr2925 || yy2arr2925 { + yysep2916 := !z.EncBinary() + yy2arr2916 := z.EncBasicHandle().StructToArray + var yyq2916 [3]bool + _, _, _ = yysep2916, yyq2916, yy2arr2916 + const yyr2916 bool = false + var yynn2916 int + if yyr2916 || yy2arr2916 { r.EncodeArrayStart(3) } else { - yynn2925 = 3 - for _, b := range yyq2925 { + yynn2916 = 3 + for _, b := range yyq2916 { if b { - yynn2925++ + yynn2916++ } } - r.EncodeMapStart(yynn2925) - yynn2925 = 0 + r.EncodeMapStart(yynn2916) + yynn2916 = 0 } - if yyr2925 || yy2arr2925 { + if yyr2916 || yy2arr2916 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2927 := z.EncBinary() - _ = yym2927 + yym2918 := z.EncBinary() + _ = yym2918 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -37620,17 +37538,17 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2928 := z.EncBinary() - _ = yym2928 + yym2919 := z.EncBinary() + _ = yym2919 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr2925 || yy2arr2925 { + if yyr2916 || yy2arr2916 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2930 := z.EncBinary() - _ = yym2930 + yym2921 := z.EncBinary() + _ = yym2921 if false { } else { r.EncodeInt(int64(x.Port)) @@ -37639,14 +37557,14 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2931 := z.EncBinary() - _ = yym2931 + yym2922 := z.EncBinary() + _ = yym2922 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2925 || yy2arr2925 { + if yyr2916 || yy2arr2916 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Protocol.CodecEncodeSelf(e) } else { @@ -37655,7 +37573,7 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } - if yyr2925 || yy2arr2925 { + if yyr2916 || yy2arr2916 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37668,25 +37586,25 @@ func (x *EndpointPort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2933 := z.DecBinary() - _ = yym2933 + yym2924 := z.DecBinary() + _ = yym2924 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2934 := r.ContainerType() - if yyct2934 == codecSelferValueTypeMap1234 { - yyl2934 := r.ReadMapStart() - if yyl2934 == 0 { + yyct2925 := r.ContainerType() + if yyct2925 == codecSelferValueTypeMap1234 { + yyl2925 := r.ReadMapStart() + if yyl2925 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2934, d) + x.codecDecodeSelfFromMap(yyl2925, d) } - } else if yyct2934 == codecSelferValueTypeArray1234 { - yyl2934 := r.ReadArrayStart() - if yyl2934 == 0 { + } else if yyct2925 == codecSelferValueTypeArray1234 { + yyl2925 := r.ReadArrayStart() + if yyl2925 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2934, d) + x.codecDecodeSelfFromArray(yyl2925, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37698,12 +37616,12 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2935Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2935Slc - var yyhl2935 bool = l >= 0 - for yyj2935 := 0; ; yyj2935++ { - if yyhl2935 { - if yyj2935 >= l { + var yys2926Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2926Slc + var yyhl2926 bool = l >= 0 + for yyj2926 := 0; ; yyj2926++ { + if yyhl2926 { + if yyj2926 >= l { break } } else { @@ -37712,10 +37630,10 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2935Slc = r.DecodeBytes(yys2935Slc, true, true) - yys2935 := string(yys2935Slc) + yys2926Slc = r.DecodeBytes(yys2926Slc, true, true) + yys2926 := string(yys2926Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2935 { + switch yys2926 { case "Name": if r.TryDecodeAsNil() { x.Name = "" @@ -37735,9 +37653,9 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Protocol = Protocol(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2935) - } // end switch yys2935 - } // end for yyj2935 + z.DecStructFieldNotFound(-1, yys2926) + } // end switch yys2926 + } // end for yyj2926 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37745,16 +37663,16 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2939 int - var yyb2939 bool - var yyhl2939 bool = l >= 0 - yyj2939++ - if yyhl2939 { - yyb2939 = yyj2939 > l + var yyj2930 int + var yyb2930 bool + var yyhl2930 bool = l >= 0 + yyj2930++ + if yyhl2930 { + yyb2930 = yyj2930 > l } else { - yyb2939 = r.CheckBreak() + yyb2930 = r.CheckBreak() } - if yyb2939 { + if yyb2930 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37764,13 +37682,13 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj2939++ - if yyhl2939 { - yyb2939 = yyj2939 > l + yyj2930++ + if yyhl2930 { + yyb2930 = yyj2930 > l } else { - yyb2939 = r.CheckBreak() + yyb2930 = r.CheckBreak() } - if yyb2939 { + if yyb2930 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37780,13 +37698,13 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Port = int32(r.DecodeInt(32)) } - yyj2939++ - if yyhl2939 { - yyb2939 = yyj2939 > l + yyj2930++ + if yyhl2930 { + yyb2930 = yyj2930 > l } else { - yyb2939 = r.CheckBreak() + yyb2930 = r.CheckBreak() } - if yyb2939 { + if yyb2930 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37797,17 +37715,17 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Protocol = Protocol(r.DecodeString()) } for { - yyj2939++ - if yyhl2939 { - yyb2939 = yyj2939 > l + yyj2930++ + if yyhl2930 { + yyb2930 = yyj2930 > l } else { - yyb2939 = r.CheckBreak() + yyb2930 = r.CheckBreak() } - if yyb2939 { + if yyb2930 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2939-1, "") + z.DecStructFieldNotFound(yyj2930-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37819,37 +37737,37 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2943 := z.EncBinary() - _ = yym2943 + yym2934 := z.EncBinary() + _ = yym2934 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2944 := !z.EncBinary() - yy2arr2944 := z.EncBasicHandle().StructToArray - var yyq2944 [4]bool - _, _, _ = yysep2944, yyq2944, yy2arr2944 - const yyr2944 bool = false - yyq2944[0] = x.Kind != "" - yyq2944[1] = x.APIVersion != "" - yyq2944[2] = true - var yynn2944 int - if yyr2944 || yy2arr2944 { + yysep2935 := !z.EncBinary() + yy2arr2935 := z.EncBasicHandle().StructToArray + var yyq2935 [4]bool + _, _, _ = yysep2935, yyq2935, yy2arr2935 + const yyr2935 bool = false + yyq2935[0] = x.Kind != "" + yyq2935[1] = x.APIVersion != "" + yyq2935[2] = true + var yynn2935 int + if yyr2935 || yy2arr2935 { r.EncodeArrayStart(4) } else { - yynn2944 = 1 - for _, b := range yyq2944 { + yynn2935 = 1 + for _, b := range yyq2935 { if b { - yynn2944++ + yynn2935++ } } - r.EncodeMapStart(yynn2944) - yynn2944 = 0 + r.EncodeMapStart(yynn2935) + yynn2935 = 0 } - if yyr2944 || yy2arr2944 { + if yyr2935 || yy2arr2935 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2944[0] { - yym2946 := z.EncBinary() - _ = yym2946 + if yyq2935[0] { + yym2937 := z.EncBinary() + _ = yym2937 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -37858,23 +37776,23 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2944[0] { + if yyq2935[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2947 := z.EncBinary() - _ = yym2947 + yym2938 := z.EncBinary() + _ = yym2938 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2944 || yy2arr2944 { + if yyr2935 || yy2arr2935 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2944[1] { - yym2949 := z.EncBinary() - _ = yym2949 + if yyq2935[1] { + yym2940 := z.EncBinary() + _ = yym2940 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -37883,54 +37801,54 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2944[1] { + if yyq2935[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2950 := z.EncBinary() - _ = yym2950 + yym2941 := z.EncBinary() + _ = yym2941 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2944 || yy2arr2944 { + if yyr2935 || yy2arr2935 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2944[2] { - yy2952 := &x.ListMeta - yym2953 := z.EncBinary() - _ = yym2953 + if yyq2935[2] { + yy2943 := &x.ListMeta + yym2944 := z.EncBinary() + _ = yym2944 if false { - } else if z.HasExtensions() && z.EncExt(yy2952) { + } else if z.HasExtensions() && z.EncExt(yy2943) { } else { - z.EncFallback(yy2952) + z.EncFallback(yy2943) } } else { r.EncodeNil() } } else { - if yyq2944[2] { + if yyq2935[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2954 := &x.ListMeta - yym2955 := z.EncBinary() - _ = yym2955 + yy2945 := &x.ListMeta + yym2946 := z.EncBinary() + _ = yym2946 if false { - } else if z.HasExtensions() && z.EncExt(yy2954) { + } else if z.HasExtensions() && z.EncExt(yy2945) { } else { - z.EncFallback(yy2954) + z.EncFallback(yy2945) } } } - if yyr2944 || yy2arr2944 { + if yyr2935 || yy2arr2935 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2957 := z.EncBinary() - _ = yym2957 + yym2948 := z.EncBinary() + _ = yym2948 if false { } else { h.encSliceEndpoints(([]Endpoints)(x.Items), e) @@ -37943,15 +37861,15 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2958 := z.EncBinary() - _ = yym2958 + yym2949 := z.EncBinary() + _ = yym2949 if false { } else { h.encSliceEndpoints(([]Endpoints)(x.Items), e) } } } - if yyr2944 || yy2arr2944 { + if yyr2935 || yy2arr2935 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37964,25 +37882,25 @@ func (x *EndpointsList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2959 := z.DecBinary() - _ = yym2959 + yym2950 := z.DecBinary() + _ = yym2950 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2960 := r.ContainerType() - if yyct2960 == codecSelferValueTypeMap1234 { - yyl2960 := r.ReadMapStart() - if yyl2960 == 0 { + yyct2951 := r.ContainerType() + if yyct2951 == codecSelferValueTypeMap1234 { + yyl2951 := r.ReadMapStart() + if yyl2951 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2960, d) + x.codecDecodeSelfFromMap(yyl2951, d) } - } else if yyct2960 == codecSelferValueTypeArray1234 { - yyl2960 := r.ReadArrayStart() - if yyl2960 == 0 { + } else if yyct2951 == codecSelferValueTypeArray1234 { + yyl2951 := r.ReadArrayStart() + if yyl2951 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2960, d) + x.codecDecodeSelfFromArray(yyl2951, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37994,12 +37912,12 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2961Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2961Slc - var yyhl2961 bool = l >= 0 - for yyj2961 := 0; ; yyj2961++ { - if yyhl2961 { - if yyj2961 >= l { + var yys2952Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2952Slc + var yyhl2952 bool = l >= 0 + for yyj2952 := 0; ; yyj2952++ { + if yyhl2952 { + if yyj2952 >= l { break } } else { @@ -38008,10 +37926,10 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2961Slc = r.DecodeBytes(yys2961Slc, true, true) - yys2961 := string(yys2961Slc) + yys2952Slc = r.DecodeBytes(yys2952Slc, true, true) + yys2952 := string(yys2952Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2961 { + switch yys2952 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -38028,31 +37946,31 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2964 := &x.ListMeta - yym2965 := z.DecBinary() - _ = yym2965 + yyv2955 := &x.ListMeta + yym2956 := z.DecBinary() + _ = yym2956 if false { - } else if z.HasExtensions() && z.DecExt(yyv2964) { + } else if z.HasExtensions() && z.DecExt(yyv2955) { } else { - z.DecFallback(yyv2964, false) + z.DecFallback(yyv2955, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2966 := &x.Items - yym2967 := z.DecBinary() - _ = yym2967 + yyv2957 := &x.Items + yym2958 := z.DecBinary() + _ = yym2958 if false { } else { - h.decSliceEndpoints((*[]Endpoints)(yyv2966), d) + h.decSliceEndpoints((*[]Endpoints)(yyv2957), d) } } default: - z.DecStructFieldNotFound(-1, yys2961) - } // end switch yys2961 - } // end for yyj2961 + z.DecStructFieldNotFound(-1, yys2952) + } // end switch yys2952 + } // end for yyj2952 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38060,16 +37978,16 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2968 int - var yyb2968 bool - var yyhl2968 bool = l >= 0 - yyj2968++ - if yyhl2968 { - yyb2968 = yyj2968 > l + var yyj2959 int + var yyb2959 bool + var yyhl2959 bool = l >= 0 + yyj2959++ + if yyhl2959 { + yyb2959 = yyj2959 > l } else { - yyb2968 = r.CheckBreak() + yyb2959 = r.CheckBreak() } - if yyb2968 { + if yyb2959 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38079,13 +37997,13 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2968++ - if yyhl2968 { - yyb2968 = yyj2968 > l + yyj2959++ + if yyhl2959 { + yyb2959 = yyj2959 > l } else { - yyb2968 = r.CheckBreak() + yyb2959 = r.CheckBreak() } - if yyb2968 { + if yyb2959 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38095,13 +38013,13 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2968++ - if yyhl2968 { - yyb2968 = yyj2968 > l + yyj2959++ + if yyhl2959 { + yyb2959 = yyj2959 > l } else { - yyb2968 = r.CheckBreak() + yyb2959 = r.CheckBreak() } - if yyb2968 { + if yyb2959 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38109,22 +38027,22 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2971 := &x.ListMeta - yym2972 := z.DecBinary() - _ = yym2972 + yyv2962 := &x.ListMeta + yym2963 := z.DecBinary() + _ = yym2963 if false { - } else if z.HasExtensions() && z.DecExt(yyv2971) { + } else if z.HasExtensions() && z.DecExt(yyv2962) { } else { - z.DecFallback(yyv2971, false) + z.DecFallback(yyv2962, false) } } - yyj2968++ - if yyhl2968 { - yyb2968 = yyj2968 > l + yyj2959++ + if yyhl2959 { + yyb2959 = yyj2959 > l } else { - yyb2968 = r.CheckBreak() + yyb2959 = r.CheckBreak() } - if yyb2968 { + if yyb2959 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38132,26 +38050,26 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2973 := &x.Items - yym2974 := z.DecBinary() - _ = yym2974 + yyv2964 := &x.Items + yym2965 := z.DecBinary() + _ = yym2965 if false { } else { - h.decSliceEndpoints((*[]Endpoints)(yyv2973), d) + h.decSliceEndpoints((*[]Endpoints)(yyv2964), d) } } for { - yyj2968++ - if yyhl2968 { - yyb2968 = yyj2968 > l + yyj2959++ + if yyhl2959 { + yyb2959 = yyj2959 > l } else { - yyb2968 = r.CheckBreak() + yyb2959 = r.CheckBreak() } - if yyb2968 { + if yyb2959 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2968-1, "") + z.DecStructFieldNotFound(yyj2959-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38163,38 +38081,38 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2975 := z.EncBinary() - _ = yym2975 + yym2966 := z.EncBinary() + _ = yym2966 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2976 := !z.EncBinary() - yy2arr2976 := z.EncBasicHandle().StructToArray - var yyq2976 [4]bool - _, _, _ = yysep2976, yyq2976, yy2arr2976 - const yyr2976 bool = false - yyq2976[0] = x.PodCIDR != "" - yyq2976[1] = x.ExternalID != "" - yyq2976[2] = x.ProviderID != "" - yyq2976[3] = x.Unschedulable != false - var yynn2976 int - if yyr2976 || yy2arr2976 { + yysep2967 := !z.EncBinary() + yy2arr2967 := z.EncBasicHandle().StructToArray + var yyq2967 [4]bool + _, _, _ = yysep2967, yyq2967, yy2arr2967 + const yyr2967 bool = false + yyq2967[0] = x.PodCIDR != "" + yyq2967[1] = x.ExternalID != "" + yyq2967[2] = x.ProviderID != "" + yyq2967[3] = x.Unschedulable != false + var yynn2967 int + if yyr2967 || yy2arr2967 { r.EncodeArrayStart(4) } else { - yynn2976 = 0 - for _, b := range yyq2976 { + yynn2967 = 0 + for _, b := range yyq2967 { if b { - yynn2976++ + yynn2967++ } } - r.EncodeMapStart(yynn2976) - yynn2976 = 0 + r.EncodeMapStart(yynn2967) + yynn2967 = 0 } - if yyr2976 || yy2arr2976 { + if yyr2967 || yy2arr2967 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2976[0] { - yym2978 := z.EncBinary() - _ = yym2978 + if yyq2967[0] { + yym2969 := z.EncBinary() + _ = yym2969 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) @@ -38203,23 +38121,23 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2976[0] { + if yyq2967[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podCIDR")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2979 := z.EncBinary() - _ = yym2979 + yym2970 := z.EncBinary() + _ = yym2970 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) } } } - if yyr2976 || yy2arr2976 { + if yyr2967 || yy2arr2967 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2976[1] { - yym2981 := z.EncBinary() - _ = yym2981 + if yyq2967[1] { + yym2972 := z.EncBinary() + _ = yym2972 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) @@ -38228,23 +38146,23 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2976[1] { + if yyq2967[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("externalID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2982 := z.EncBinary() - _ = yym2982 + yym2973 := z.EncBinary() + _ = yym2973 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) } } } - if yyr2976 || yy2arr2976 { + if yyr2967 || yy2arr2967 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2976[2] { - yym2984 := z.EncBinary() - _ = yym2984 + if yyq2967[2] { + yym2975 := z.EncBinary() + _ = yym2975 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) @@ -38253,23 +38171,23 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2976[2] { + if yyq2967[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("providerID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2985 := z.EncBinary() - _ = yym2985 + yym2976 := z.EncBinary() + _ = yym2976 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) } } } - if yyr2976 || yy2arr2976 { + if yyr2967 || yy2arr2967 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2976[3] { - yym2987 := z.EncBinary() - _ = yym2987 + if yyq2967[3] { + yym2978 := z.EncBinary() + _ = yym2978 if false { } else { r.EncodeBool(bool(x.Unschedulable)) @@ -38278,19 +38196,19 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq2976[3] { + if yyq2967[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("unschedulable")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2988 := z.EncBinary() - _ = yym2988 + yym2979 := z.EncBinary() + _ = yym2979 if false { } else { r.EncodeBool(bool(x.Unschedulable)) } } } - if yyr2976 || yy2arr2976 { + if yyr2967 || yy2arr2967 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38303,25 +38221,25 @@ func (x *NodeSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2989 := z.DecBinary() - _ = yym2989 + yym2980 := z.DecBinary() + _ = yym2980 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2990 := r.ContainerType() - if yyct2990 == codecSelferValueTypeMap1234 { - yyl2990 := r.ReadMapStart() - if yyl2990 == 0 { + yyct2981 := r.ContainerType() + if yyct2981 == codecSelferValueTypeMap1234 { + yyl2981 := r.ReadMapStart() + if yyl2981 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2990, d) + x.codecDecodeSelfFromMap(yyl2981, d) } - } else if yyct2990 == codecSelferValueTypeArray1234 { - yyl2990 := r.ReadArrayStart() - if yyl2990 == 0 { + } else if yyct2981 == codecSelferValueTypeArray1234 { + yyl2981 := r.ReadArrayStart() + if yyl2981 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2990, d) + x.codecDecodeSelfFromArray(yyl2981, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38333,12 +38251,12 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2991Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2991Slc - var yyhl2991 bool = l >= 0 - for yyj2991 := 0; ; yyj2991++ { - if yyhl2991 { - if yyj2991 >= l { + var yys2982Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2982Slc + var yyhl2982 bool = l >= 0 + for yyj2982 := 0; ; yyj2982++ { + if yyhl2982 { + if yyj2982 >= l { break } } else { @@ -38347,10 +38265,10 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2991Slc = r.DecodeBytes(yys2991Slc, true, true) - yys2991 := string(yys2991Slc) + yys2982Slc = r.DecodeBytes(yys2982Slc, true, true) + yys2982 := string(yys2982Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2991 { + switch yys2982 { case "podCIDR": if r.TryDecodeAsNil() { x.PodCIDR = "" @@ -38376,9 +38294,9 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Unschedulable = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys2991) - } // end switch yys2991 - } // end for yyj2991 + z.DecStructFieldNotFound(-1, yys2982) + } // end switch yys2982 + } // end for yyj2982 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38386,16 +38304,16 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2996 int - var yyb2996 bool - var yyhl2996 bool = l >= 0 - yyj2996++ - if yyhl2996 { - yyb2996 = yyj2996 > l + var yyj2987 int + var yyb2987 bool + var yyhl2987 bool = l >= 0 + yyj2987++ + if yyhl2987 { + yyb2987 = yyj2987 > l } else { - yyb2996 = r.CheckBreak() + yyb2987 = r.CheckBreak() } - if yyb2996 { + if yyb2987 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38405,13 +38323,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.PodCIDR = string(r.DecodeString()) } - yyj2996++ - if yyhl2996 { - yyb2996 = yyj2996 > l + yyj2987++ + if yyhl2987 { + yyb2987 = yyj2987 > l } else { - yyb2996 = r.CheckBreak() + yyb2987 = r.CheckBreak() } - if yyb2996 { + if yyb2987 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38421,13 +38339,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ExternalID = string(r.DecodeString()) } - yyj2996++ - if yyhl2996 { - yyb2996 = yyj2996 > l + yyj2987++ + if yyhl2987 { + yyb2987 = yyj2987 > l } else { - yyb2996 = r.CheckBreak() + yyb2987 = r.CheckBreak() } - if yyb2996 { + if yyb2987 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38437,13 +38355,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ProviderID = string(r.DecodeString()) } - yyj2996++ - if yyhl2996 { - yyb2996 = yyj2996 > l + yyj2987++ + if yyhl2987 { + yyb2987 = yyj2987 > l } else { - yyb2996 = r.CheckBreak() + yyb2987 = r.CheckBreak() } - if yyb2996 { + if yyb2987 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38454,17 +38372,17 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Unschedulable = bool(r.DecodeBool()) } for { - yyj2996++ - if yyhl2996 { - yyb2996 = yyj2996 > l + yyj2987++ + if yyhl2987 { + yyb2987 = yyj2987 > l } else { - yyb2996 = r.CheckBreak() + yyb2987 = r.CheckBreak() } - if yyb2996 { + if yyb2987 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2996-1, "") + z.DecStructFieldNotFound(yyj2987-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38476,33 +38394,33 @@ func (x *DaemonEndpoint) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3001 := z.EncBinary() - _ = yym3001 + yym2992 := z.EncBinary() + _ = yym2992 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3002 := !z.EncBinary() - yy2arr3002 := z.EncBasicHandle().StructToArray - var yyq3002 [1]bool - _, _, _ = yysep3002, yyq3002, yy2arr3002 - const yyr3002 bool = false - var yynn3002 int - if yyr3002 || yy2arr3002 { + yysep2993 := !z.EncBinary() + yy2arr2993 := z.EncBasicHandle().StructToArray + var yyq2993 [1]bool + _, _, _ = yysep2993, yyq2993, yy2arr2993 + const yyr2993 bool = false + var yynn2993 int + if yyr2993 || yy2arr2993 { r.EncodeArrayStart(1) } else { - yynn3002 = 1 - for _, b := range yyq3002 { + yynn2993 = 1 + for _, b := range yyq2993 { if b { - yynn3002++ + yynn2993++ } } - r.EncodeMapStart(yynn3002) - yynn3002 = 0 + r.EncodeMapStart(yynn2993) + yynn2993 = 0 } - if yyr3002 || yy2arr3002 { + if yyr2993 || yy2arr2993 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3004 := z.EncBinary() - _ = yym3004 + yym2995 := z.EncBinary() + _ = yym2995 if false { } else { r.EncodeInt(int64(x.Port)) @@ -38511,14 +38429,14 @@ func (x *DaemonEndpoint) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3005 := z.EncBinary() - _ = yym3005 + yym2996 := z.EncBinary() + _ = yym2996 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr3002 || yy2arr3002 { + if yyr2993 || yy2arr2993 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38531,25 +38449,25 @@ func (x *DaemonEndpoint) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3006 := z.DecBinary() - _ = yym3006 + yym2997 := z.DecBinary() + _ = yym2997 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3007 := r.ContainerType() - if yyct3007 == codecSelferValueTypeMap1234 { - yyl3007 := r.ReadMapStart() - if yyl3007 == 0 { + yyct2998 := r.ContainerType() + if yyct2998 == codecSelferValueTypeMap1234 { + yyl2998 := r.ReadMapStart() + if yyl2998 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3007, d) + x.codecDecodeSelfFromMap(yyl2998, d) } - } else if yyct3007 == codecSelferValueTypeArray1234 { - yyl3007 := r.ReadArrayStart() - if yyl3007 == 0 { + } else if yyct2998 == codecSelferValueTypeArray1234 { + yyl2998 := r.ReadArrayStart() + if yyl2998 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3007, d) + x.codecDecodeSelfFromArray(yyl2998, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38561,12 +38479,12 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3008Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3008Slc - var yyhl3008 bool = l >= 0 - for yyj3008 := 0; ; yyj3008++ { - if yyhl3008 { - if yyj3008 >= l { + var yys2999Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2999Slc + var yyhl2999 bool = l >= 0 + for yyj2999 := 0; ; yyj2999++ { + if yyhl2999 { + if yyj2999 >= l { break } } else { @@ -38575,10 +38493,10 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3008Slc = r.DecodeBytes(yys3008Slc, true, true) - yys3008 := string(yys3008Slc) + yys2999Slc = r.DecodeBytes(yys2999Slc, true, true) + yys2999 := string(yys2999Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3008 { + switch yys2999 { case "Port": if r.TryDecodeAsNil() { x.Port = 0 @@ -38586,9 +38504,9 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Port = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys3008) - } // end switch yys3008 - } // end for yyj3008 + z.DecStructFieldNotFound(-1, yys2999) + } // end switch yys2999 + } // end for yyj2999 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38596,16 +38514,16 @@ func (x *DaemonEndpoint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3010 int - var yyb3010 bool - var yyhl3010 bool = l >= 0 - yyj3010++ - if yyhl3010 { - yyb3010 = yyj3010 > l + var yyj3001 int + var yyb3001 bool + var yyhl3001 bool = l >= 0 + yyj3001++ + if yyhl3001 { + yyb3001 = yyj3001 > l } else { - yyb3010 = r.CheckBreak() + yyb3001 = r.CheckBreak() } - if yyb3010 { + if yyb3001 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38616,17 +38534,17 @@ func (x *DaemonEndpoint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Port = int32(r.DecodeInt(32)) } for { - yyj3010++ - if yyhl3010 { - yyb3010 = yyj3010 > l + yyj3001++ + if yyhl3001 { + yyb3001 = yyj3001 > l } else { - yyb3010 = r.CheckBreak() + yyb3001 = r.CheckBreak() } - if yyb3010 { + if yyb3001 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3010-1, "") + z.DecStructFieldNotFound(yyj3001-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38638,48 +38556,48 @@ func (x *NodeDaemonEndpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3012 := z.EncBinary() - _ = yym3012 + yym3003 := z.EncBinary() + _ = yym3003 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3013 := !z.EncBinary() - yy2arr3013 := z.EncBasicHandle().StructToArray - var yyq3013 [1]bool - _, _, _ = yysep3013, yyq3013, yy2arr3013 - const yyr3013 bool = false - yyq3013[0] = true - var yynn3013 int - if yyr3013 || yy2arr3013 { + yysep3004 := !z.EncBinary() + yy2arr3004 := z.EncBasicHandle().StructToArray + var yyq3004 [1]bool + _, _, _ = yysep3004, yyq3004, yy2arr3004 + const yyr3004 bool = false + yyq3004[0] = true + var yynn3004 int + if yyr3004 || yy2arr3004 { r.EncodeArrayStart(1) } else { - yynn3013 = 0 - for _, b := range yyq3013 { + yynn3004 = 0 + for _, b := range yyq3004 { if b { - yynn3013++ + yynn3004++ } } - r.EncodeMapStart(yynn3013) - yynn3013 = 0 + r.EncodeMapStart(yynn3004) + yynn3004 = 0 } - if yyr3013 || yy2arr3013 { + if yyr3004 || yy2arr3004 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3013[0] { - yy3015 := &x.KubeletEndpoint - yy3015.CodecEncodeSelf(e) + if yyq3004[0] { + yy3006 := &x.KubeletEndpoint + yy3006.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3013[0] { + if yyq3004[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeletEndpoint")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3016 := &x.KubeletEndpoint - yy3016.CodecEncodeSelf(e) + yy3007 := &x.KubeletEndpoint + yy3007.CodecEncodeSelf(e) } } - if yyr3013 || yy2arr3013 { + if yyr3004 || yy2arr3004 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38692,25 +38610,25 @@ func (x *NodeDaemonEndpoints) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3017 := z.DecBinary() - _ = yym3017 + yym3008 := z.DecBinary() + _ = yym3008 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3018 := r.ContainerType() - if yyct3018 == codecSelferValueTypeMap1234 { - yyl3018 := r.ReadMapStart() - if yyl3018 == 0 { + yyct3009 := r.ContainerType() + if yyct3009 == codecSelferValueTypeMap1234 { + yyl3009 := r.ReadMapStart() + if yyl3009 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3018, d) + x.codecDecodeSelfFromMap(yyl3009, d) } - } else if yyct3018 == codecSelferValueTypeArray1234 { - yyl3018 := r.ReadArrayStart() - if yyl3018 == 0 { + } else if yyct3009 == codecSelferValueTypeArray1234 { + yyl3009 := r.ReadArrayStart() + if yyl3009 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3018, d) + x.codecDecodeSelfFromArray(yyl3009, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38722,12 +38640,12 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3019Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3019Slc - var yyhl3019 bool = l >= 0 - for yyj3019 := 0; ; yyj3019++ { - if yyhl3019 { - if yyj3019 >= l { + var yys3010Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3010Slc + var yyhl3010 bool = l >= 0 + for yyj3010 := 0; ; yyj3010++ { + if yyhl3010 { + if yyj3010 >= l { break } } else { @@ -38736,21 +38654,21 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3019Slc = r.DecodeBytes(yys3019Slc, true, true) - yys3019 := string(yys3019Slc) + yys3010Slc = r.DecodeBytes(yys3010Slc, true, true) + yys3010 := string(yys3010Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3019 { + switch yys3010 { case "kubeletEndpoint": if r.TryDecodeAsNil() { x.KubeletEndpoint = DaemonEndpoint{} } else { - yyv3020 := &x.KubeletEndpoint - yyv3020.CodecDecodeSelf(d) + yyv3011 := &x.KubeletEndpoint + yyv3011.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3019) - } // end switch yys3019 - } // end for yyj3019 + z.DecStructFieldNotFound(-1, yys3010) + } // end switch yys3010 + } // end for yyj3010 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38758,16 +38676,16 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3021 int - var yyb3021 bool - var yyhl3021 bool = l >= 0 - yyj3021++ - if yyhl3021 { - yyb3021 = yyj3021 > l + var yyj3012 int + var yyb3012 bool + var yyhl3012 bool = l >= 0 + yyj3012++ + if yyhl3012 { + yyb3012 = yyj3012 > l } else { - yyb3021 = r.CheckBreak() + yyb3012 = r.CheckBreak() } - if yyb3021 { + if yyb3012 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38775,21 +38693,21 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.KubeletEndpoint = DaemonEndpoint{} } else { - yyv3022 := &x.KubeletEndpoint - yyv3022.CodecDecodeSelf(d) + yyv3013 := &x.KubeletEndpoint + yyv3013.CodecDecodeSelf(d) } for { - yyj3021++ - if yyhl3021 { - yyb3021 = yyj3021 > l + yyj3012++ + if yyhl3012 { + yyb3012 = yyj3012 > l } else { - yyb3021 = r.CheckBreak() + yyb3012 = r.CheckBreak() } - if yyb3021 { + if yyb3012 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3021-1, "") + z.DecStructFieldNotFound(yyj3012-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38801,33 +38719,33 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3023 := z.EncBinary() - _ = yym3023 + yym3014 := z.EncBinary() + _ = yym3014 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3024 := !z.EncBinary() - yy2arr3024 := z.EncBasicHandle().StructToArray - var yyq3024 [10]bool - _, _, _ = yysep3024, yyq3024, yy2arr3024 - const yyr3024 bool = false - var yynn3024 int - if yyr3024 || yy2arr3024 { + yysep3015 := !z.EncBinary() + yy2arr3015 := z.EncBasicHandle().StructToArray + var yyq3015 [10]bool + _, _, _ = yysep3015, yyq3015, yy2arr3015 + const yyr3015 bool = false + var yynn3015 int + if yyr3015 || yy2arr3015 { r.EncodeArrayStart(10) } else { - yynn3024 = 10 - for _, b := range yyq3024 { + yynn3015 = 10 + for _, b := range yyq3015 { if b { - yynn3024++ + yynn3015++ } } - r.EncodeMapStart(yynn3024) - yynn3024 = 0 + r.EncodeMapStart(yynn3015) + yynn3015 = 0 } - if yyr3024 || yy2arr3024 { + if yyr3015 || yy2arr3015 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3026 := z.EncBinary() - _ = yym3026 + yym3017 := z.EncBinary() + _ = yym3017 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MachineID)) @@ -38836,17 +38754,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("machineID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3027 := z.EncBinary() - _ = yym3027 + yym3018 := z.EncBinary() + _ = yym3018 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MachineID)) } } - if yyr3024 || yy2arr3024 { + if yyr3015 || yy2arr3015 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3029 := z.EncBinary() - _ = yym3029 + yym3020 := z.EncBinary() + _ = yym3020 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SystemUUID)) @@ -38855,17 +38773,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("systemUUID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3030 := z.EncBinary() - _ = yym3030 + yym3021 := z.EncBinary() + _ = yym3021 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SystemUUID)) } } - if yyr3024 || yy2arr3024 { + if yyr3015 || yy2arr3015 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3032 := z.EncBinary() - _ = yym3032 + yym3023 := z.EncBinary() + _ = yym3023 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.BootID)) @@ -38874,17 +38792,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("bootID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3033 := z.EncBinary() - _ = yym3033 + yym3024 := z.EncBinary() + _ = yym3024 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.BootID)) } } - if yyr3024 || yy2arr3024 { + if yyr3015 || yy2arr3015 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3035 := z.EncBinary() - _ = yym3035 + yym3026 := z.EncBinary() + _ = yym3026 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KernelVersion)) @@ -38893,17 +38811,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kernelVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3036 := z.EncBinary() - _ = yym3036 + yym3027 := z.EncBinary() + _ = yym3027 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KernelVersion)) } } - if yyr3024 || yy2arr3024 { + if yyr3015 || yy2arr3015 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3038 := z.EncBinary() - _ = yym3038 + yym3029 := z.EncBinary() + _ = yym3029 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OSImage)) @@ -38912,17 +38830,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("osImage")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3039 := z.EncBinary() - _ = yym3039 + yym3030 := z.EncBinary() + _ = yym3030 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OSImage)) } } - if yyr3024 || yy2arr3024 { + if yyr3015 || yy2arr3015 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3041 := z.EncBinary() - _ = yym3041 + yym3032 := z.EncBinary() + _ = yym3032 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntimeVersion)) @@ -38931,17 +38849,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerRuntimeVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3042 := z.EncBinary() - _ = yym3042 + yym3033 := z.EncBinary() + _ = yym3033 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntimeVersion)) } } - if yyr3024 || yy2arr3024 { + if yyr3015 || yy2arr3015 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3044 := z.EncBinary() - _ = yym3044 + yym3035 := z.EncBinary() + _ = yym3035 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeletVersion)) @@ -38950,17 +38868,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeletVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3045 := z.EncBinary() - _ = yym3045 + yym3036 := z.EncBinary() + _ = yym3036 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeletVersion)) } } - if yyr3024 || yy2arr3024 { + if yyr3015 || yy2arr3015 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3047 := z.EncBinary() - _ = yym3047 + yym3038 := z.EncBinary() + _ = yym3038 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeProxyVersion)) @@ -38969,17 +38887,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeProxyVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3048 := z.EncBinary() - _ = yym3048 + yym3039 := z.EncBinary() + _ = yym3039 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeProxyVersion)) } } - if yyr3024 || yy2arr3024 { + if yyr3015 || yy2arr3015 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3050 := z.EncBinary() - _ = yym3050 + yym3041 := z.EncBinary() + _ = yym3041 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OperatingSystem)) @@ -38988,17 +38906,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("operatingSystem")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3051 := z.EncBinary() - _ = yym3051 + yym3042 := z.EncBinary() + _ = yym3042 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OperatingSystem)) } } - if yyr3024 || yy2arr3024 { + if yyr3015 || yy2arr3015 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3053 := z.EncBinary() - _ = yym3053 + yym3044 := z.EncBinary() + _ = yym3044 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Architecture)) @@ -39007,14 +38925,14 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("architecture")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3054 := z.EncBinary() - _ = yym3054 + yym3045 := z.EncBinary() + _ = yym3045 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Architecture)) } } - if yyr3024 || yy2arr3024 { + if yyr3015 || yy2arr3015 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39027,25 +38945,25 @@ func (x *NodeSystemInfo) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3055 := z.DecBinary() - _ = yym3055 + yym3046 := z.DecBinary() + _ = yym3046 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3056 := r.ContainerType() - if yyct3056 == codecSelferValueTypeMap1234 { - yyl3056 := r.ReadMapStart() - if yyl3056 == 0 { + yyct3047 := r.ContainerType() + if yyct3047 == codecSelferValueTypeMap1234 { + yyl3047 := r.ReadMapStart() + if yyl3047 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3056, d) + x.codecDecodeSelfFromMap(yyl3047, d) } - } else if yyct3056 == codecSelferValueTypeArray1234 { - yyl3056 := r.ReadArrayStart() - if yyl3056 == 0 { + } else if yyct3047 == codecSelferValueTypeArray1234 { + yyl3047 := r.ReadArrayStart() + if yyl3047 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3056, d) + x.codecDecodeSelfFromArray(yyl3047, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39057,12 +38975,12 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3057Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3057Slc - var yyhl3057 bool = l >= 0 - for yyj3057 := 0; ; yyj3057++ { - if yyhl3057 { - if yyj3057 >= l { + var yys3048Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3048Slc + var yyhl3048 bool = l >= 0 + for yyj3048 := 0; ; yyj3048++ { + if yyhl3048 { + if yyj3048 >= l { break } } else { @@ -39071,10 +38989,10 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3057Slc = r.DecodeBytes(yys3057Slc, true, true) - yys3057 := string(yys3057Slc) + yys3048Slc = r.DecodeBytes(yys3048Slc, true, true) + yys3048 := string(yys3048Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3057 { + switch yys3048 { case "machineID": if r.TryDecodeAsNil() { x.MachineID = "" @@ -39136,9 +39054,9 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Architecture = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3057) - } // end switch yys3057 - } // end for yyj3057 + z.DecStructFieldNotFound(-1, yys3048) + } // end switch yys3048 + } // end for yyj3048 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39146,16 +39064,16 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3068 int - var yyb3068 bool - var yyhl3068 bool = l >= 0 - yyj3068++ - if yyhl3068 { - yyb3068 = yyj3068 > l + var yyj3059 int + var yyb3059 bool + var yyhl3059 bool = l >= 0 + yyj3059++ + if yyhl3059 { + yyb3059 = yyj3059 > l } else { - yyb3068 = r.CheckBreak() + yyb3059 = r.CheckBreak() } - if yyb3068 { + if yyb3059 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39165,13 +39083,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.MachineID = string(r.DecodeString()) } - yyj3068++ - if yyhl3068 { - yyb3068 = yyj3068 > l + yyj3059++ + if yyhl3059 { + yyb3059 = yyj3059 > l } else { - yyb3068 = r.CheckBreak() + yyb3059 = r.CheckBreak() } - if yyb3068 { + if yyb3059 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39181,13 +39099,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SystemUUID = string(r.DecodeString()) } - yyj3068++ - if yyhl3068 { - yyb3068 = yyj3068 > l + yyj3059++ + if yyhl3059 { + yyb3059 = yyj3059 > l } else { - yyb3068 = r.CheckBreak() + yyb3059 = r.CheckBreak() } - if yyb3068 { + if yyb3059 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39197,13 +39115,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.BootID = string(r.DecodeString()) } - yyj3068++ - if yyhl3068 { - yyb3068 = yyj3068 > l + yyj3059++ + if yyhl3059 { + yyb3059 = yyj3059 > l } else { - yyb3068 = r.CheckBreak() + yyb3059 = r.CheckBreak() } - if yyb3068 { + if yyb3059 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39213,13 +39131,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KernelVersion = string(r.DecodeString()) } - yyj3068++ - if yyhl3068 { - yyb3068 = yyj3068 > l + yyj3059++ + if yyhl3059 { + yyb3059 = yyj3059 > l } else { - yyb3068 = r.CheckBreak() + yyb3059 = r.CheckBreak() } - if yyb3068 { + if yyb3059 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39229,13 +39147,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.OSImage = string(r.DecodeString()) } - yyj3068++ - if yyhl3068 { - yyb3068 = yyj3068 > l + yyj3059++ + if yyhl3059 { + yyb3059 = yyj3059 > l } else { - yyb3068 = r.CheckBreak() + yyb3059 = r.CheckBreak() } - if yyb3068 { + if yyb3059 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39245,13 +39163,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ContainerRuntimeVersion = string(r.DecodeString()) } - yyj3068++ - if yyhl3068 { - yyb3068 = yyj3068 > l + yyj3059++ + if yyhl3059 { + yyb3059 = yyj3059 > l } else { - yyb3068 = r.CheckBreak() + yyb3059 = r.CheckBreak() } - if yyb3068 { + if yyb3059 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39261,13 +39179,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KubeletVersion = string(r.DecodeString()) } - yyj3068++ - if yyhl3068 { - yyb3068 = yyj3068 > l + yyj3059++ + if yyhl3059 { + yyb3059 = yyj3059 > l } else { - yyb3068 = r.CheckBreak() + yyb3059 = r.CheckBreak() } - if yyb3068 { + if yyb3059 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39277,13 +39195,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KubeProxyVersion = string(r.DecodeString()) } - yyj3068++ - if yyhl3068 { - yyb3068 = yyj3068 > l + yyj3059++ + if yyhl3059 { + yyb3059 = yyj3059 > l } else { - yyb3068 = r.CheckBreak() + yyb3059 = r.CheckBreak() } - if yyb3068 { + if yyb3059 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39293,13 +39211,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.OperatingSystem = string(r.DecodeString()) } - yyj3068++ - if yyhl3068 { - yyb3068 = yyj3068 > l + yyj3059++ + if yyhl3059 { + yyb3059 = yyj3059 > l } else { - yyb3068 = r.CheckBreak() + yyb3059 = r.CheckBreak() } - if yyb3068 { + if yyb3059 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39310,17 +39228,17 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Architecture = string(r.DecodeString()) } for { - yyj3068++ - if yyhl3068 { - yyb3068 = yyj3068 > l + yyj3059++ + if yyhl3059 { + yyb3059 = yyj3059 > l } else { - yyb3068 = r.CheckBreak() + yyb3059 = r.CheckBreak() } - if yyb3068 { + if yyb3059 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3068-1, "") + z.DecStructFieldNotFound(yyj3059-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39332,42 +39250,42 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3079 := z.EncBinary() - _ = yym3079 + yym3070 := z.EncBinary() + _ = yym3070 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3080 := !z.EncBinary() - yy2arr3080 := z.EncBasicHandle().StructToArray - var yyq3080 [10]bool - _, _, _ = yysep3080, yyq3080, yy2arr3080 - const yyr3080 bool = false - yyq3080[0] = len(x.Capacity) != 0 - yyq3080[1] = len(x.Allocatable) != 0 - yyq3080[2] = x.Phase != "" - yyq3080[3] = len(x.Conditions) != 0 - yyq3080[4] = len(x.Addresses) != 0 - yyq3080[5] = true - yyq3080[6] = true - yyq3080[7] = len(x.Images) != 0 - yyq3080[8] = len(x.VolumesInUse) != 0 - yyq3080[9] = len(x.VolumesAttached) != 0 - var yynn3080 int - if yyr3080 || yy2arr3080 { + yysep3071 := !z.EncBinary() + yy2arr3071 := z.EncBasicHandle().StructToArray + var yyq3071 [10]bool + _, _, _ = yysep3071, yyq3071, yy2arr3071 + const yyr3071 bool = false + yyq3071[0] = len(x.Capacity) != 0 + yyq3071[1] = len(x.Allocatable) != 0 + yyq3071[2] = x.Phase != "" + yyq3071[3] = len(x.Conditions) != 0 + yyq3071[4] = len(x.Addresses) != 0 + yyq3071[5] = true + yyq3071[6] = true + yyq3071[7] = len(x.Images) != 0 + yyq3071[8] = len(x.VolumesInUse) != 0 + yyq3071[9] = len(x.VolumesAttached) != 0 + var yynn3071 int + if yyr3071 || yy2arr3071 { r.EncodeArrayStart(10) } else { - yynn3080 = 0 - for _, b := range yyq3080 { + yynn3071 = 0 + for _, b := range yyq3071 { if b { - yynn3080++ + yynn3071++ } } - r.EncodeMapStart(yynn3080) - yynn3080 = 0 + r.EncodeMapStart(yynn3071) + yynn3071 = 0 } - if yyr3080 || yy2arr3080 { + if yyr3071 || yy2arr3071 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3080[0] { + if yyq3071[0] { if x.Capacity == nil { r.EncodeNil() } else { @@ -39377,7 +39295,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3080[0] { + if yyq3071[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capacity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -39388,9 +39306,9 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3080 || yy2arr3080 { + if yyr3071 || yy2arr3071 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3080[1] { + if yyq3071[1] { if x.Allocatable == nil { r.EncodeNil() } else { @@ -39400,7 +39318,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3080[1] { + if yyq3071[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("allocatable")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -39411,29 +39329,29 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3080 || yy2arr3080 { + if yyr3071 || yy2arr3071 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3080[2] { + if yyq3071[2] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3080[2] { + if yyq3071[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr3080 || yy2arr3080 { + if yyr3071 || yy2arr3071 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3080[3] { + if yyq3071[3] { if x.Conditions == nil { r.EncodeNil() } else { - yym3085 := z.EncBinary() - _ = yym3085 + yym3076 := z.EncBinary() + _ = yym3076 if false { } else { h.encSliceNodeCondition(([]NodeCondition)(x.Conditions), e) @@ -39443,15 +39361,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3080[3] { + if yyq3071[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym3086 := z.EncBinary() - _ = yym3086 + yym3077 := z.EncBinary() + _ = yym3077 if false { } else { h.encSliceNodeCondition(([]NodeCondition)(x.Conditions), e) @@ -39459,14 +39377,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3080 || yy2arr3080 { + if yyr3071 || yy2arr3071 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3080[4] { + if yyq3071[4] { if x.Addresses == nil { r.EncodeNil() } else { - yym3088 := z.EncBinary() - _ = yym3088 + yym3079 := z.EncBinary() + _ = yym3079 if false { } else { h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) @@ -39476,15 +39394,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3080[4] { + if yyq3071[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("addresses")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Addresses == nil { r.EncodeNil() } else { - yym3089 := z.EncBinary() - _ = yym3089 + yym3080 := z.EncBinary() + _ = yym3080 if false { } else { h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) @@ -39492,48 +39410,48 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3080 || yy2arr3080 { + if yyr3071 || yy2arr3071 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3080[5] { - yy3091 := &x.DaemonEndpoints - yy3091.CodecEncodeSelf(e) + if yyq3071[5] { + yy3082 := &x.DaemonEndpoints + yy3082.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3080[5] { + if yyq3071[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("daemonEndpoints")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3092 := &x.DaemonEndpoints - yy3092.CodecEncodeSelf(e) + yy3083 := &x.DaemonEndpoints + yy3083.CodecEncodeSelf(e) } } - if yyr3080 || yy2arr3080 { + if yyr3071 || yy2arr3071 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3080[6] { - yy3094 := &x.NodeInfo - yy3094.CodecEncodeSelf(e) + if yyq3071[6] { + yy3085 := &x.NodeInfo + yy3085.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3080[6] { + if yyq3071[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeInfo")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3095 := &x.NodeInfo - yy3095.CodecEncodeSelf(e) + yy3086 := &x.NodeInfo + yy3086.CodecEncodeSelf(e) } } - if yyr3080 || yy2arr3080 { + if yyr3071 || yy2arr3071 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3080[7] { + if yyq3071[7] { if x.Images == nil { r.EncodeNil() } else { - yym3097 := z.EncBinary() - _ = yym3097 + yym3088 := z.EncBinary() + _ = yym3088 if false { } else { h.encSliceContainerImage(([]ContainerImage)(x.Images), e) @@ -39543,15 +39461,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3080[7] { + if yyq3071[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("images")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Images == nil { r.EncodeNil() } else { - yym3098 := z.EncBinary() - _ = yym3098 + yym3089 := z.EncBinary() + _ = yym3089 if false { } else { h.encSliceContainerImage(([]ContainerImage)(x.Images), e) @@ -39559,14 +39477,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3080 || yy2arr3080 { + if yyr3071 || yy2arr3071 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3080[8] { + if yyq3071[8] { if x.VolumesInUse == nil { r.EncodeNil() } else { - yym3100 := z.EncBinary() - _ = yym3100 + yym3091 := z.EncBinary() + _ = yym3091 if false { } else { h.encSliceUniqueVolumeName(([]UniqueVolumeName)(x.VolumesInUse), e) @@ -39576,15 +39494,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3080[8] { + if yyq3071[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumesInUse")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.VolumesInUse == nil { r.EncodeNil() } else { - yym3101 := z.EncBinary() - _ = yym3101 + yym3092 := z.EncBinary() + _ = yym3092 if false { } else { h.encSliceUniqueVolumeName(([]UniqueVolumeName)(x.VolumesInUse), e) @@ -39592,14 +39510,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3080 || yy2arr3080 { + if yyr3071 || yy2arr3071 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3080[9] { + if yyq3071[9] { if x.VolumesAttached == nil { r.EncodeNil() } else { - yym3103 := z.EncBinary() - _ = yym3103 + yym3094 := z.EncBinary() + _ = yym3094 if false { } else { h.encSliceAttachedVolume(([]AttachedVolume)(x.VolumesAttached), e) @@ -39609,15 +39527,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3080[9] { + if yyq3071[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumesAttached")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.VolumesAttached == nil { r.EncodeNil() } else { - yym3104 := z.EncBinary() - _ = yym3104 + yym3095 := z.EncBinary() + _ = yym3095 if false { } else { h.encSliceAttachedVolume(([]AttachedVolume)(x.VolumesAttached), e) @@ -39625,7 +39543,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3080 || yy2arr3080 { + if yyr3071 || yy2arr3071 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39638,25 +39556,25 @@ func (x *NodeStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3105 := z.DecBinary() - _ = yym3105 + yym3096 := z.DecBinary() + _ = yym3096 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3106 := r.ContainerType() - if yyct3106 == codecSelferValueTypeMap1234 { - yyl3106 := r.ReadMapStart() - if yyl3106 == 0 { + yyct3097 := r.ContainerType() + if yyct3097 == codecSelferValueTypeMap1234 { + yyl3097 := r.ReadMapStart() + if yyl3097 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3106, d) + x.codecDecodeSelfFromMap(yyl3097, d) } - } else if yyct3106 == codecSelferValueTypeArray1234 { - yyl3106 := r.ReadArrayStart() - if yyl3106 == 0 { + } else if yyct3097 == codecSelferValueTypeArray1234 { + yyl3097 := r.ReadArrayStart() + if yyl3097 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3106, d) + x.codecDecodeSelfFromArray(yyl3097, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39668,12 +39586,12 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3107Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3107Slc - var yyhl3107 bool = l >= 0 - for yyj3107 := 0; ; yyj3107++ { - if yyhl3107 { - if yyj3107 >= l { + var yys3098Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3098Slc + var yyhl3098 bool = l >= 0 + for yyj3098 := 0; ; yyj3098++ { + if yyhl3098 { + if yyj3098 >= l { break } } else { @@ -39682,23 +39600,23 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3107Slc = r.DecodeBytes(yys3107Slc, true, true) - yys3107 := string(yys3107Slc) + yys3098Slc = r.DecodeBytes(yys3098Slc, true, true) + yys3098 := string(yys3098Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3107 { + switch yys3098 { case "capacity": if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv3108 := &x.Capacity - yyv3108.CodecDecodeSelf(d) + yyv3099 := &x.Capacity + yyv3099.CodecDecodeSelf(d) } case "allocatable": if r.TryDecodeAsNil() { x.Allocatable = nil } else { - yyv3109 := &x.Allocatable - yyv3109.CodecDecodeSelf(d) + yyv3100 := &x.Allocatable + yyv3100.CodecDecodeSelf(d) } case "phase": if r.TryDecodeAsNil() { @@ -39710,80 +39628,80 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv3111 := &x.Conditions - yym3112 := z.DecBinary() - _ = yym3112 + yyv3102 := &x.Conditions + yym3103 := z.DecBinary() + _ = yym3103 if false { } else { - h.decSliceNodeCondition((*[]NodeCondition)(yyv3111), d) + h.decSliceNodeCondition((*[]NodeCondition)(yyv3102), d) } } case "addresses": if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv3113 := &x.Addresses - yym3114 := z.DecBinary() - _ = yym3114 + yyv3104 := &x.Addresses + yym3105 := z.DecBinary() + _ = yym3105 if false { } else { - h.decSliceNodeAddress((*[]NodeAddress)(yyv3113), d) + h.decSliceNodeAddress((*[]NodeAddress)(yyv3104), d) } } case "daemonEndpoints": if r.TryDecodeAsNil() { x.DaemonEndpoints = NodeDaemonEndpoints{} } else { - yyv3115 := &x.DaemonEndpoints - yyv3115.CodecDecodeSelf(d) + yyv3106 := &x.DaemonEndpoints + yyv3106.CodecDecodeSelf(d) } case "nodeInfo": if r.TryDecodeAsNil() { x.NodeInfo = NodeSystemInfo{} } else { - yyv3116 := &x.NodeInfo - yyv3116.CodecDecodeSelf(d) + yyv3107 := &x.NodeInfo + yyv3107.CodecDecodeSelf(d) } case "images": if r.TryDecodeAsNil() { x.Images = nil } else { - yyv3117 := &x.Images - yym3118 := z.DecBinary() - _ = yym3118 + yyv3108 := &x.Images + yym3109 := z.DecBinary() + _ = yym3109 if false { } else { - h.decSliceContainerImage((*[]ContainerImage)(yyv3117), d) + h.decSliceContainerImage((*[]ContainerImage)(yyv3108), d) } } case "volumesInUse": if r.TryDecodeAsNil() { x.VolumesInUse = nil } else { - yyv3119 := &x.VolumesInUse - yym3120 := z.DecBinary() - _ = yym3120 + yyv3110 := &x.VolumesInUse + yym3111 := z.DecBinary() + _ = yym3111 if false { } else { - h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv3119), d) + h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv3110), d) } } case "volumesAttached": if r.TryDecodeAsNil() { x.VolumesAttached = nil } else { - yyv3121 := &x.VolumesAttached - yym3122 := z.DecBinary() - _ = yym3122 + yyv3112 := &x.VolumesAttached + yym3113 := z.DecBinary() + _ = yym3113 if false { } else { - h.decSliceAttachedVolume((*[]AttachedVolume)(yyv3121), d) + h.decSliceAttachedVolume((*[]AttachedVolume)(yyv3112), d) } } default: - z.DecStructFieldNotFound(-1, yys3107) - } // end switch yys3107 - } // end for yyj3107 + z.DecStructFieldNotFound(-1, yys3098) + } // end switch yys3098 + } // end for yyj3098 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39791,16 +39709,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3123 int - var yyb3123 bool - var yyhl3123 bool = l >= 0 - yyj3123++ - if yyhl3123 { - yyb3123 = yyj3123 > l + var yyj3114 int + var yyb3114 bool + var yyhl3114 bool = l >= 0 + yyj3114++ + if yyhl3114 { + yyb3114 = yyj3114 > l } else { - yyb3123 = r.CheckBreak() + yyb3114 = r.CheckBreak() } - if yyb3123 { + if yyb3114 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39808,16 +39726,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv3124 := &x.Capacity - yyv3124.CodecDecodeSelf(d) + yyv3115 := &x.Capacity + yyv3115.CodecDecodeSelf(d) } - yyj3123++ - if yyhl3123 { - yyb3123 = yyj3123 > l + yyj3114++ + if yyhl3114 { + yyb3114 = yyj3114 > l } else { - yyb3123 = r.CheckBreak() + yyb3114 = r.CheckBreak() } - if yyb3123 { + if yyb3114 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39825,16 +39743,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Allocatable = nil } else { - yyv3125 := &x.Allocatable - yyv3125.CodecDecodeSelf(d) + yyv3116 := &x.Allocatable + yyv3116.CodecDecodeSelf(d) } - yyj3123++ - if yyhl3123 { - yyb3123 = yyj3123 > l + yyj3114++ + if yyhl3114 { + yyb3114 = yyj3114 > l } else { - yyb3123 = r.CheckBreak() + yyb3114 = r.CheckBreak() } - if yyb3123 { + if yyb3114 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39844,13 +39762,13 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Phase = NodePhase(r.DecodeString()) } - yyj3123++ - if yyhl3123 { - yyb3123 = yyj3123 > l + yyj3114++ + if yyhl3114 { + yyb3114 = yyj3114 > l } else { - yyb3123 = r.CheckBreak() + yyb3114 = r.CheckBreak() } - if yyb3123 { + if yyb3114 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39858,21 +39776,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv3127 := &x.Conditions - yym3128 := z.DecBinary() - _ = yym3128 + yyv3118 := &x.Conditions + yym3119 := z.DecBinary() + _ = yym3119 if false { } else { - h.decSliceNodeCondition((*[]NodeCondition)(yyv3127), d) + h.decSliceNodeCondition((*[]NodeCondition)(yyv3118), d) } } - yyj3123++ - if yyhl3123 { - yyb3123 = yyj3123 > l + yyj3114++ + if yyhl3114 { + yyb3114 = yyj3114 > l } else { - yyb3123 = r.CheckBreak() + yyb3114 = r.CheckBreak() } - if yyb3123 { + if yyb3114 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39880,21 +39798,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv3129 := &x.Addresses - yym3130 := z.DecBinary() - _ = yym3130 + yyv3120 := &x.Addresses + yym3121 := z.DecBinary() + _ = yym3121 if false { } else { - h.decSliceNodeAddress((*[]NodeAddress)(yyv3129), d) + h.decSliceNodeAddress((*[]NodeAddress)(yyv3120), d) } } - yyj3123++ - if yyhl3123 { - yyb3123 = yyj3123 > l + yyj3114++ + if yyhl3114 { + yyb3114 = yyj3114 > l } else { - yyb3123 = r.CheckBreak() + yyb3114 = r.CheckBreak() } - if yyb3123 { + if yyb3114 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39902,16 +39820,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DaemonEndpoints = NodeDaemonEndpoints{} } else { - yyv3131 := &x.DaemonEndpoints - yyv3131.CodecDecodeSelf(d) + yyv3122 := &x.DaemonEndpoints + yyv3122.CodecDecodeSelf(d) } - yyj3123++ - if yyhl3123 { - yyb3123 = yyj3123 > l + yyj3114++ + if yyhl3114 { + yyb3114 = yyj3114 > l } else { - yyb3123 = r.CheckBreak() + yyb3114 = r.CheckBreak() } - if yyb3123 { + if yyb3114 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39919,16 +39837,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeInfo = NodeSystemInfo{} } else { - yyv3132 := &x.NodeInfo - yyv3132.CodecDecodeSelf(d) + yyv3123 := &x.NodeInfo + yyv3123.CodecDecodeSelf(d) } - yyj3123++ - if yyhl3123 { - yyb3123 = yyj3123 > l + yyj3114++ + if yyhl3114 { + yyb3114 = yyj3114 > l } else { - yyb3123 = r.CheckBreak() + yyb3114 = r.CheckBreak() } - if yyb3123 { + if yyb3114 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39936,21 +39854,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Images = nil } else { - yyv3133 := &x.Images - yym3134 := z.DecBinary() - _ = yym3134 + yyv3124 := &x.Images + yym3125 := z.DecBinary() + _ = yym3125 if false { } else { - h.decSliceContainerImage((*[]ContainerImage)(yyv3133), d) + h.decSliceContainerImage((*[]ContainerImage)(yyv3124), d) } } - yyj3123++ - if yyhl3123 { - yyb3123 = yyj3123 > l + yyj3114++ + if yyhl3114 { + yyb3114 = yyj3114 > l } else { - yyb3123 = r.CheckBreak() + yyb3114 = r.CheckBreak() } - if yyb3123 { + if yyb3114 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39958,21 +39876,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.VolumesInUse = nil } else { - yyv3135 := &x.VolumesInUse - yym3136 := z.DecBinary() - _ = yym3136 + yyv3126 := &x.VolumesInUse + yym3127 := z.DecBinary() + _ = yym3127 if false { } else { - h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv3135), d) + h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv3126), d) } } - yyj3123++ - if yyhl3123 { - yyb3123 = yyj3123 > l + yyj3114++ + if yyhl3114 { + yyb3114 = yyj3114 > l } else { - yyb3123 = r.CheckBreak() + yyb3114 = r.CheckBreak() } - if yyb3123 { + if yyb3114 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39980,26 +39898,26 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.VolumesAttached = nil } else { - yyv3137 := &x.VolumesAttached - yym3138 := z.DecBinary() - _ = yym3138 + yyv3128 := &x.VolumesAttached + yym3129 := z.DecBinary() + _ = yym3129 if false { } else { - h.decSliceAttachedVolume((*[]AttachedVolume)(yyv3137), d) + h.decSliceAttachedVolume((*[]AttachedVolume)(yyv3128), d) } } for { - yyj3123++ - if yyhl3123 { - yyb3123 = yyj3123 > l + yyj3114++ + if yyhl3114 { + yyb3114 = yyj3114 > l } else { - yyb3123 = r.CheckBreak() + yyb3114 = r.CheckBreak() } - if yyb3123 { + if yyb3114 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3123-1, "") + z.DecStructFieldNotFound(yyj3114-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40008,8 +39926,8 @@ func (x UniqueVolumeName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3139 := z.EncBinary() - _ = yym3139 + yym3130 := z.EncBinary() + _ = yym3130 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -40021,8 +39939,8 @@ func (x *UniqueVolumeName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3140 := z.DecBinary() - _ = yym3140 + yym3131 := z.DecBinary() + _ = yym3131 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -40037,30 +39955,30 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3141 := z.EncBinary() - _ = yym3141 + yym3132 := z.EncBinary() + _ = yym3132 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3142 := !z.EncBinary() - yy2arr3142 := z.EncBasicHandle().StructToArray - var yyq3142 [2]bool - _, _, _ = yysep3142, yyq3142, yy2arr3142 - const yyr3142 bool = false - var yynn3142 int - if yyr3142 || yy2arr3142 { + yysep3133 := !z.EncBinary() + yy2arr3133 := z.EncBasicHandle().StructToArray + var yyq3133 [2]bool + _, _, _ = yysep3133, yyq3133, yy2arr3133 + const yyr3133 bool = false + var yynn3133 int + if yyr3133 || yy2arr3133 { r.EncodeArrayStart(2) } else { - yynn3142 = 2 - for _, b := range yyq3142 { + yynn3133 = 2 + for _, b := range yyq3133 { if b { - yynn3142++ + yynn3133++ } } - r.EncodeMapStart(yynn3142) - yynn3142 = 0 + r.EncodeMapStart(yynn3133) + yynn3133 = 0 } - if yyr3142 || yy2arr3142 { + if yyr3133 || yy2arr3133 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Name.CodecEncodeSelf(e) } else { @@ -40069,10 +39987,10 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Name.CodecEncodeSelf(e) } - if yyr3142 || yy2arr3142 { + if yyr3133 || yy2arr3133 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3145 := z.EncBinary() - _ = yym3145 + yym3136 := z.EncBinary() + _ = yym3136 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DevicePath)) @@ -40081,14 +39999,14 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("devicePath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3146 := z.EncBinary() - _ = yym3146 + yym3137 := z.EncBinary() + _ = yym3137 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DevicePath)) } } - if yyr3142 || yy2arr3142 { + if yyr3133 || yy2arr3133 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40101,25 +40019,25 @@ func (x *AttachedVolume) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3147 := z.DecBinary() - _ = yym3147 + yym3138 := z.DecBinary() + _ = yym3138 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3148 := r.ContainerType() - if yyct3148 == codecSelferValueTypeMap1234 { - yyl3148 := r.ReadMapStart() - if yyl3148 == 0 { + yyct3139 := r.ContainerType() + if yyct3139 == codecSelferValueTypeMap1234 { + yyl3139 := r.ReadMapStart() + if yyl3139 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3148, d) + x.codecDecodeSelfFromMap(yyl3139, d) } - } else if yyct3148 == codecSelferValueTypeArray1234 { - yyl3148 := r.ReadArrayStart() - if yyl3148 == 0 { + } else if yyct3139 == codecSelferValueTypeArray1234 { + yyl3139 := r.ReadArrayStart() + if yyl3139 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3148, d) + x.codecDecodeSelfFromArray(yyl3139, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40131,12 +40049,12 @@ func (x *AttachedVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3149Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3149Slc - var yyhl3149 bool = l >= 0 - for yyj3149 := 0; ; yyj3149++ { - if yyhl3149 { - if yyj3149 >= l { + var yys3140Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3140Slc + var yyhl3140 bool = l >= 0 + for yyj3140 := 0; ; yyj3140++ { + if yyhl3140 { + if yyj3140 >= l { break } } else { @@ -40145,10 +40063,10 @@ func (x *AttachedVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3149Slc = r.DecodeBytes(yys3149Slc, true, true) - yys3149 := string(yys3149Slc) + yys3140Slc = r.DecodeBytes(yys3140Slc, true, true) + yys3140 := string(yys3140Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3149 { + switch yys3140 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -40162,9 +40080,9 @@ func (x *AttachedVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.DevicePath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3149) - } // end switch yys3149 - } // end for yyj3149 + z.DecStructFieldNotFound(-1, yys3140) + } // end switch yys3140 + } // end for yyj3140 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40172,16 +40090,16 @@ func (x *AttachedVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3152 int - var yyb3152 bool - var yyhl3152 bool = l >= 0 - yyj3152++ - if yyhl3152 { - yyb3152 = yyj3152 > l + var yyj3143 int + var yyb3143 bool + var yyhl3143 bool = l >= 0 + yyj3143++ + if yyhl3143 { + yyb3143 = yyj3143 > l } else { - yyb3152 = r.CheckBreak() + yyb3143 = r.CheckBreak() } - if yyb3152 { + if yyb3143 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40191,13 +40109,13 @@ func (x *AttachedVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = UniqueVolumeName(r.DecodeString()) } - yyj3152++ - if yyhl3152 { - yyb3152 = yyj3152 > l + yyj3143++ + if yyhl3143 { + yyb3143 = yyj3143 > l } else { - yyb3152 = r.CheckBreak() + yyb3143 = r.CheckBreak() } - if yyb3152 { + if yyb3143 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40208,17 +40126,17 @@ func (x *AttachedVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.DevicePath = string(r.DecodeString()) } for { - yyj3152++ - if yyhl3152 { - yyb3152 = yyj3152 > l + yyj3143++ + if yyhl3143 { + yyb3143 = yyj3143 > l } else { - yyb3152 = r.CheckBreak() + yyb3143 = r.CheckBreak() } - if yyb3152 { + if yyb3143 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3152-1, "") + z.DecStructFieldNotFound(yyj3143-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40230,38 +40148,38 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3155 := z.EncBinary() - _ = yym3155 + yym3146 := z.EncBinary() + _ = yym3146 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3156 := !z.EncBinary() - yy2arr3156 := z.EncBasicHandle().StructToArray - var yyq3156 [1]bool - _, _, _ = yysep3156, yyq3156, yy2arr3156 - const yyr3156 bool = false - yyq3156[0] = len(x.PreferAvoidPods) != 0 - var yynn3156 int - if yyr3156 || yy2arr3156 { + yysep3147 := !z.EncBinary() + yy2arr3147 := z.EncBasicHandle().StructToArray + var yyq3147 [1]bool + _, _, _ = yysep3147, yyq3147, yy2arr3147 + const yyr3147 bool = false + yyq3147[0] = len(x.PreferAvoidPods) != 0 + var yynn3147 int + if yyr3147 || yy2arr3147 { r.EncodeArrayStart(1) } else { - yynn3156 = 0 - for _, b := range yyq3156 { + yynn3147 = 0 + for _, b := range yyq3147 { if b { - yynn3156++ + yynn3147++ } } - r.EncodeMapStart(yynn3156) - yynn3156 = 0 + r.EncodeMapStart(yynn3147) + yynn3147 = 0 } - if yyr3156 || yy2arr3156 { + if yyr3147 || yy2arr3147 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3156[0] { + if yyq3147[0] { if x.PreferAvoidPods == nil { r.EncodeNil() } else { - yym3158 := z.EncBinary() - _ = yym3158 + yym3149 := z.EncBinary() + _ = yym3149 if false { } else { h.encSlicePreferAvoidPodsEntry(([]PreferAvoidPodsEntry)(x.PreferAvoidPods), e) @@ -40271,15 +40189,15 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3156[0] { + if yyq3147[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preferAvoidPods")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.PreferAvoidPods == nil { r.EncodeNil() } else { - yym3159 := z.EncBinary() - _ = yym3159 + yym3150 := z.EncBinary() + _ = yym3150 if false { } else { h.encSlicePreferAvoidPodsEntry(([]PreferAvoidPodsEntry)(x.PreferAvoidPods), e) @@ -40287,7 +40205,7 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3156 || yy2arr3156 { + if yyr3147 || yy2arr3147 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40300,25 +40218,25 @@ func (x *AvoidPods) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3160 := z.DecBinary() - _ = yym3160 + yym3151 := z.DecBinary() + _ = yym3151 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3161 := r.ContainerType() - if yyct3161 == codecSelferValueTypeMap1234 { - yyl3161 := r.ReadMapStart() - if yyl3161 == 0 { + yyct3152 := r.ContainerType() + if yyct3152 == codecSelferValueTypeMap1234 { + yyl3152 := r.ReadMapStart() + if yyl3152 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3161, d) + x.codecDecodeSelfFromMap(yyl3152, d) } - } else if yyct3161 == codecSelferValueTypeArray1234 { - yyl3161 := r.ReadArrayStart() - if yyl3161 == 0 { + } else if yyct3152 == codecSelferValueTypeArray1234 { + yyl3152 := r.ReadArrayStart() + if yyl3152 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3161, d) + x.codecDecodeSelfFromArray(yyl3152, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40330,12 +40248,12 @@ func (x *AvoidPods) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3162Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3162Slc - var yyhl3162 bool = l >= 0 - for yyj3162 := 0; ; yyj3162++ { - if yyhl3162 { - if yyj3162 >= l { + var yys3153Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3153Slc + var yyhl3153 bool = l >= 0 + for yyj3153 := 0; ; yyj3153++ { + if yyhl3153 { + if yyj3153 >= l { break } } else { @@ -40344,26 +40262,26 @@ func (x *AvoidPods) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3162Slc = r.DecodeBytes(yys3162Slc, true, true) - yys3162 := string(yys3162Slc) + yys3153Slc = r.DecodeBytes(yys3153Slc, true, true) + yys3153 := string(yys3153Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3162 { + switch yys3153 { case "preferAvoidPods": if r.TryDecodeAsNil() { x.PreferAvoidPods = nil } else { - yyv3163 := &x.PreferAvoidPods - yym3164 := z.DecBinary() - _ = yym3164 + yyv3154 := &x.PreferAvoidPods + yym3155 := z.DecBinary() + _ = yym3155 if false { } else { - h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv3163), d) + h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv3154), d) } } default: - z.DecStructFieldNotFound(-1, yys3162) - } // end switch yys3162 - } // end for yyj3162 + z.DecStructFieldNotFound(-1, yys3153) + } // end switch yys3153 + } // end for yyj3153 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40371,16 +40289,16 @@ func (x *AvoidPods) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3165 int - var yyb3165 bool - var yyhl3165 bool = l >= 0 - yyj3165++ - if yyhl3165 { - yyb3165 = yyj3165 > l + var yyj3156 int + var yyb3156 bool + var yyhl3156 bool = l >= 0 + yyj3156++ + if yyhl3156 { + yyb3156 = yyj3156 > l } else { - yyb3165 = r.CheckBreak() + yyb3156 = r.CheckBreak() } - if yyb3165 { + if yyb3156 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40388,26 +40306,26 @@ func (x *AvoidPods) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.PreferAvoidPods = nil } else { - yyv3166 := &x.PreferAvoidPods - yym3167 := z.DecBinary() - _ = yym3167 + yyv3157 := &x.PreferAvoidPods + yym3158 := z.DecBinary() + _ = yym3158 if false { } else { - h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv3166), d) + h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv3157), d) } } for { - yyj3165++ - if yyhl3165 { - yyb3165 = yyj3165 > l + yyj3156++ + if yyhl3156 { + yyb3156 = yyj3156 > l } else { - yyb3165 = r.CheckBreak() + yyb3156 = r.CheckBreak() } - if yyb3165 { + if yyb3156 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3165-1, "") + z.DecStructFieldNotFound(yyj3156-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40419,85 +40337,85 @@ func (x *PreferAvoidPodsEntry) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3168 := z.EncBinary() - _ = yym3168 + yym3159 := z.EncBinary() + _ = yym3159 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3169 := !z.EncBinary() - yy2arr3169 := z.EncBasicHandle().StructToArray - var yyq3169 [4]bool - _, _, _ = yysep3169, yyq3169, yy2arr3169 - const yyr3169 bool = false - yyq3169[1] = true - yyq3169[2] = x.Reason != "" - yyq3169[3] = x.Message != "" - var yynn3169 int - if yyr3169 || yy2arr3169 { + yysep3160 := !z.EncBinary() + yy2arr3160 := z.EncBasicHandle().StructToArray + var yyq3160 [4]bool + _, _, _ = yysep3160, yyq3160, yy2arr3160 + const yyr3160 bool = false + yyq3160[1] = true + yyq3160[2] = x.Reason != "" + yyq3160[3] = x.Message != "" + var yynn3160 int + if yyr3160 || yy2arr3160 { r.EncodeArrayStart(4) } else { - yynn3169 = 1 - for _, b := range yyq3169 { + yynn3160 = 1 + for _, b := range yyq3160 { if b { - yynn3169++ + yynn3160++ } } - r.EncodeMapStart(yynn3169) - yynn3169 = 0 + r.EncodeMapStart(yynn3160) + yynn3160 = 0 } - if yyr3169 || yy2arr3169 { + if yyr3160 || yy2arr3160 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3171 := &x.PodSignature - yy3171.CodecEncodeSelf(e) + yy3162 := &x.PodSignature + yy3162.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podSignature")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3172 := &x.PodSignature - yy3172.CodecEncodeSelf(e) + yy3163 := &x.PodSignature + yy3163.CodecEncodeSelf(e) } - if yyr3169 || yy2arr3169 { + if yyr3160 || yy2arr3160 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3169[1] { - yy3174 := &x.EvictionTime - yym3175 := z.EncBinary() - _ = yym3175 + if yyq3160[1] { + yy3165 := &x.EvictionTime + yym3166 := z.EncBinary() + _ = yym3166 if false { - } else if z.HasExtensions() && z.EncExt(yy3174) { - } else if yym3175 { - z.EncBinaryMarshal(yy3174) - } else if !yym3175 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3174) + } else if z.HasExtensions() && z.EncExt(yy3165) { + } else if yym3166 { + z.EncBinaryMarshal(yy3165) + } else if !yym3166 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3165) } else { - z.EncFallback(yy3174) + z.EncFallback(yy3165) } } else { r.EncodeNil() } } else { - if yyq3169[1] { + if yyq3160[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("evictionTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3176 := &x.EvictionTime - yym3177 := z.EncBinary() - _ = yym3177 + yy3167 := &x.EvictionTime + yym3168 := z.EncBinary() + _ = yym3168 if false { - } else if z.HasExtensions() && z.EncExt(yy3176) { - } else if yym3177 { - z.EncBinaryMarshal(yy3176) - } else if !yym3177 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3176) + } else if z.HasExtensions() && z.EncExt(yy3167) { + } else if yym3168 { + z.EncBinaryMarshal(yy3167) + } else if !yym3168 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3167) } else { - z.EncFallback(yy3176) + z.EncFallback(yy3167) } } } - if yyr3169 || yy2arr3169 { + if yyr3160 || yy2arr3160 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3169[2] { - yym3179 := z.EncBinary() - _ = yym3179 + if yyq3160[2] { + yym3170 := z.EncBinary() + _ = yym3170 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -40506,23 +40424,23 @@ func (x *PreferAvoidPodsEntry) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3169[2] { + if yyq3160[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3180 := z.EncBinary() - _ = yym3180 + yym3171 := z.EncBinary() + _ = yym3171 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr3169 || yy2arr3169 { + if yyr3160 || yy2arr3160 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3169[3] { - yym3182 := z.EncBinary() - _ = yym3182 + if yyq3160[3] { + yym3173 := z.EncBinary() + _ = yym3173 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -40531,19 +40449,19 @@ func (x *PreferAvoidPodsEntry) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3169[3] { + if yyq3160[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3183 := z.EncBinary() - _ = yym3183 + yym3174 := z.EncBinary() + _ = yym3174 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr3169 || yy2arr3169 { + if yyr3160 || yy2arr3160 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40556,25 +40474,25 @@ func (x *PreferAvoidPodsEntry) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3184 := z.DecBinary() - _ = yym3184 + yym3175 := z.DecBinary() + _ = yym3175 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3185 := r.ContainerType() - if yyct3185 == codecSelferValueTypeMap1234 { - yyl3185 := r.ReadMapStart() - if yyl3185 == 0 { + yyct3176 := r.ContainerType() + if yyct3176 == codecSelferValueTypeMap1234 { + yyl3176 := r.ReadMapStart() + if yyl3176 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3185, d) + x.codecDecodeSelfFromMap(yyl3176, d) } - } else if yyct3185 == codecSelferValueTypeArray1234 { - yyl3185 := r.ReadArrayStart() - if yyl3185 == 0 { + } else if yyct3176 == codecSelferValueTypeArray1234 { + yyl3176 := r.ReadArrayStart() + if yyl3176 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3185, d) + x.codecDecodeSelfFromArray(yyl3176, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40586,12 +40504,12 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3186Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3186Slc - var yyhl3186 bool = l >= 0 - for yyj3186 := 0; ; yyj3186++ { - if yyhl3186 { - if yyj3186 >= l { + var yys3177Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3177Slc + var yyhl3177 bool = l >= 0 + for yyj3177 := 0; ; yyj3177++ { + if yyhl3177 { + if yyj3177 >= l { break } } else { @@ -40600,32 +40518,32 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3186Slc = r.DecodeBytes(yys3186Slc, true, true) - yys3186 := string(yys3186Slc) + yys3177Slc = r.DecodeBytes(yys3177Slc, true, true) + yys3177 := string(yys3177Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3186 { + switch yys3177 { case "podSignature": if r.TryDecodeAsNil() { x.PodSignature = PodSignature{} } else { - yyv3187 := &x.PodSignature - yyv3187.CodecDecodeSelf(d) + yyv3178 := &x.PodSignature + yyv3178.CodecDecodeSelf(d) } case "evictionTime": if r.TryDecodeAsNil() { x.EvictionTime = pkg2_unversioned.Time{} } else { - yyv3188 := &x.EvictionTime - yym3189 := z.DecBinary() - _ = yym3189 + yyv3179 := &x.EvictionTime + yym3180 := z.DecBinary() + _ = yym3180 if false { - } else if z.HasExtensions() && z.DecExt(yyv3188) { - } else if yym3189 { - z.DecBinaryUnmarshal(yyv3188) - } else if !yym3189 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3188) + } else if z.HasExtensions() && z.DecExt(yyv3179) { + } else if yym3180 { + z.DecBinaryUnmarshal(yyv3179) + } else if !yym3180 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3179) } else { - z.DecFallback(yyv3188, false) + z.DecFallback(yyv3179, false) } } case "reason": @@ -40641,9 +40559,9 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3186) - } // end switch yys3186 - } // end for yyj3186 + z.DecStructFieldNotFound(-1, yys3177) + } // end switch yys3177 + } // end for yyj3177 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40651,16 +40569,16 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3192 int - var yyb3192 bool - var yyhl3192 bool = l >= 0 - yyj3192++ - if yyhl3192 { - yyb3192 = yyj3192 > l + var yyj3183 int + var yyb3183 bool + var yyhl3183 bool = l >= 0 + yyj3183++ + if yyhl3183 { + yyb3183 = yyj3183 > l } else { - yyb3192 = r.CheckBreak() + yyb3183 = r.CheckBreak() } - if yyb3192 { + if yyb3183 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40668,16 +40586,16 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.PodSignature = PodSignature{} } else { - yyv3193 := &x.PodSignature - yyv3193.CodecDecodeSelf(d) + yyv3184 := &x.PodSignature + yyv3184.CodecDecodeSelf(d) } - yyj3192++ - if yyhl3192 { - yyb3192 = yyj3192 > l + yyj3183++ + if yyhl3183 { + yyb3183 = yyj3183 > l } else { - yyb3192 = r.CheckBreak() + yyb3183 = r.CheckBreak() } - if yyb3192 { + if yyb3183 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40685,26 +40603,26 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.EvictionTime = pkg2_unversioned.Time{} } else { - yyv3194 := &x.EvictionTime - yym3195 := z.DecBinary() - _ = yym3195 + yyv3185 := &x.EvictionTime + yym3186 := z.DecBinary() + _ = yym3186 if false { - } else if z.HasExtensions() && z.DecExt(yyv3194) { - } else if yym3195 { - z.DecBinaryUnmarshal(yyv3194) - } else if !yym3195 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3194) + } else if z.HasExtensions() && z.DecExt(yyv3185) { + } else if yym3186 { + z.DecBinaryUnmarshal(yyv3185) + } else if !yym3186 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3185) } else { - z.DecFallback(yyv3194, false) + z.DecFallback(yyv3185, false) } } - yyj3192++ - if yyhl3192 { - yyb3192 = yyj3192 > l + yyj3183++ + if yyhl3183 { + yyb3183 = yyj3183 > l } else { - yyb3192 = r.CheckBreak() + yyb3183 = r.CheckBreak() } - if yyb3192 { + if yyb3183 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40714,13 +40632,13 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.Reason = string(r.DecodeString()) } - yyj3192++ - if yyhl3192 { - yyb3192 = yyj3192 > l + yyj3183++ + if yyhl3183 { + yyb3183 = yyj3183 > l } else { - yyb3192 = r.CheckBreak() + yyb3183 = r.CheckBreak() } - if yyb3192 { + if yyb3183 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40731,17 +40649,17 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Message = string(r.DecodeString()) } for { - yyj3192++ - if yyhl3192 { - yyb3192 = yyj3192 > l + yyj3183++ + if yyhl3183 { + yyb3183 = yyj3183 > l } else { - yyb3192 = r.CheckBreak() + yyb3183 = r.CheckBreak() } - if yyb3192 { + if yyb3183 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3192-1, "") + z.DecStructFieldNotFound(yyj3183-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40753,33 +40671,33 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3198 := z.EncBinary() - _ = yym3198 + yym3189 := z.EncBinary() + _ = yym3189 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3199 := !z.EncBinary() - yy2arr3199 := z.EncBasicHandle().StructToArray - var yyq3199 [1]bool - _, _, _ = yysep3199, yyq3199, yy2arr3199 - const yyr3199 bool = false - yyq3199[0] = x.PodController != nil - var yynn3199 int - if yyr3199 || yy2arr3199 { + yysep3190 := !z.EncBinary() + yy2arr3190 := z.EncBasicHandle().StructToArray + var yyq3190 [1]bool + _, _, _ = yysep3190, yyq3190, yy2arr3190 + const yyr3190 bool = false + yyq3190[0] = x.PodController != nil + var yynn3190 int + if yyr3190 || yy2arr3190 { r.EncodeArrayStart(1) } else { - yynn3199 = 0 - for _, b := range yyq3199 { + yynn3190 = 0 + for _, b := range yyq3190 { if b { - yynn3199++ + yynn3190++ } } - r.EncodeMapStart(yynn3199) - yynn3199 = 0 + r.EncodeMapStart(yynn3190) + yynn3190 = 0 } - if yyr3199 || yy2arr3199 { + if yyr3190 || yy2arr3190 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3199[0] { + if yyq3190[0] { if x.PodController == nil { r.EncodeNil() } else { @@ -40789,7 +40707,7 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3199[0] { + if yyq3190[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podController")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -40800,7 +40718,7 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3199 || yy2arr3199 { + if yyr3190 || yy2arr3190 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40813,25 +40731,25 @@ func (x *PodSignature) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3201 := z.DecBinary() - _ = yym3201 + yym3192 := z.DecBinary() + _ = yym3192 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3202 := r.ContainerType() - if yyct3202 == codecSelferValueTypeMap1234 { - yyl3202 := r.ReadMapStart() - if yyl3202 == 0 { + yyct3193 := r.ContainerType() + if yyct3193 == codecSelferValueTypeMap1234 { + yyl3193 := r.ReadMapStart() + if yyl3193 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3202, d) + x.codecDecodeSelfFromMap(yyl3193, d) } - } else if yyct3202 == codecSelferValueTypeArray1234 { - yyl3202 := r.ReadArrayStart() - if yyl3202 == 0 { + } else if yyct3193 == codecSelferValueTypeArray1234 { + yyl3193 := r.ReadArrayStart() + if yyl3193 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3202, d) + x.codecDecodeSelfFromArray(yyl3193, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40843,12 +40761,12 @@ func (x *PodSignature) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3203Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3203Slc - var yyhl3203 bool = l >= 0 - for yyj3203 := 0; ; yyj3203++ { - if yyhl3203 { - if yyj3203 >= l { + var yys3194Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3194Slc + var yyhl3194 bool = l >= 0 + for yyj3194 := 0; ; yyj3194++ { + if yyhl3194 { + if yyj3194 >= l { break } } else { @@ -40857,10 +40775,10 @@ func (x *PodSignature) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3203Slc = r.DecodeBytes(yys3203Slc, true, true) - yys3203 := string(yys3203Slc) + yys3194Slc = r.DecodeBytes(yys3194Slc, true, true) + yys3194 := string(yys3194Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3203 { + switch yys3194 { case "podController": if r.TryDecodeAsNil() { if x.PodController != nil { @@ -40873,9 +40791,9 @@ func (x *PodSignature) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.PodController.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3203) - } // end switch yys3203 - } // end for yyj3203 + z.DecStructFieldNotFound(-1, yys3194) + } // end switch yys3194 + } // end for yyj3194 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40883,16 +40801,16 @@ func (x *PodSignature) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3205 int - var yyb3205 bool - var yyhl3205 bool = l >= 0 - yyj3205++ - if yyhl3205 { - yyb3205 = yyj3205 > l + var yyj3196 int + var yyb3196 bool + var yyhl3196 bool = l >= 0 + yyj3196++ + if yyhl3196 { + yyb3196 = yyj3196 > l } else { - yyb3205 = r.CheckBreak() + yyb3196 = r.CheckBreak() } - if yyb3205 { + if yyb3196 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40908,17 +40826,17 @@ func (x *PodSignature) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.PodController.CodecDecodeSelf(d) } for { - yyj3205++ - if yyhl3205 { - yyb3205 = yyj3205 > l + yyj3196++ + if yyhl3196 { + yyb3196 = yyj3196 > l } else { - yyb3205 = r.CheckBreak() + yyb3196 = r.CheckBreak() } - if yyb3205 { + if yyb3196 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3205-1, "") + z.DecStructFieldNotFound(yyj3196-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40930,37 +40848,37 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3207 := z.EncBinary() - _ = yym3207 + yym3198 := z.EncBinary() + _ = yym3198 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3208 := !z.EncBinary() - yy2arr3208 := z.EncBasicHandle().StructToArray - var yyq3208 [2]bool - _, _, _ = yysep3208, yyq3208, yy2arr3208 - const yyr3208 bool = false - yyq3208[1] = x.SizeBytes != 0 - var yynn3208 int - if yyr3208 || yy2arr3208 { + yysep3199 := !z.EncBinary() + yy2arr3199 := z.EncBasicHandle().StructToArray + var yyq3199 [2]bool + _, _, _ = yysep3199, yyq3199, yy2arr3199 + const yyr3199 bool = false + yyq3199[1] = x.SizeBytes != 0 + var yynn3199 int + if yyr3199 || yy2arr3199 { r.EncodeArrayStart(2) } else { - yynn3208 = 1 - for _, b := range yyq3208 { + yynn3199 = 1 + for _, b := range yyq3199 { if b { - yynn3208++ + yynn3199++ } } - r.EncodeMapStart(yynn3208) - yynn3208 = 0 + r.EncodeMapStart(yynn3199) + yynn3199 = 0 } - if yyr3208 || yy2arr3208 { + if yyr3199 || yy2arr3199 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Names == nil { r.EncodeNil() } else { - yym3210 := z.EncBinary() - _ = yym3210 + yym3201 := z.EncBinary() + _ = yym3201 if false { } else { z.F.EncSliceStringV(x.Names, false, e) @@ -40973,19 +40891,19 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { if x.Names == nil { r.EncodeNil() } else { - yym3211 := z.EncBinary() - _ = yym3211 + yym3202 := z.EncBinary() + _ = yym3202 if false { } else { z.F.EncSliceStringV(x.Names, false, e) } } } - if yyr3208 || yy2arr3208 { + if yyr3199 || yy2arr3199 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3208[1] { - yym3213 := z.EncBinary() - _ = yym3213 + if yyq3199[1] { + yym3204 := z.EncBinary() + _ = yym3204 if false { } else { r.EncodeInt(int64(x.SizeBytes)) @@ -40994,19 +40912,19 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq3208[1] { + if yyq3199[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sizeBytes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3214 := z.EncBinary() - _ = yym3214 + yym3205 := z.EncBinary() + _ = yym3205 if false { } else { r.EncodeInt(int64(x.SizeBytes)) } } } - if yyr3208 || yy2arr3208 { + if yyr3199 || yy2arr3199 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41019,25 +40937,25 @@ func (x *ContainerImage) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3215 := z.DecBinary() - _ = yym3215 + yym3206 := z.DecBinary() + _ = yym3206 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3216 := r.ContainerType() - if yyct3216 == codecSelferValueTypeMap1234 { - yyl3216 := r.ReadMapStart() - if yyl3216 == 0 { + yyct3207 := r.ContainerType() + if yyct3207 == codecSelferValueTypeMap1234 { + yyl3207 := r.ReadMapStart() + if yyl3207 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3216, d) + x.codecDecodeSelfFromMap(yyl3207, d) } - } else if yyct3216 == codecSelferValueTypeArray1234 { - yyl3216 := r.ReadArrayStart() - if yyl3216 == 0 { + } else if yyct3207 == codecSelferValueTypeArray1234 { + yyl3207 := r.ReadArrayStart() + if yyl3207 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3216, d) + x.codecDecodeSelfFromArray(yyl3207, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41049,12 +40967,12 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3217Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3217Slc - var yyhl3217 bool = l >= 0 - for yyj3217 := 0; ; yyj3217++ { - if yyhl3217 { - if yyj3217 >= l { + var yys3208Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3208Slc + var yyhl3208 bool = l >= 0 + for yyj3208 := 0; ; yyj3208++ { + if yyhl3208 { + if yyj3208 >= l { break } } else { @@ -41063,20 +40981,20 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3217Slc = r.DecodeBytes(yys3217Slc, true, true) - yys3217 := string(yys3217Slc) + yys3208Slc = r.DecodeBytes(yys3208Slc, true, true) + yys3208 := string(yys3208Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3217 { + switch yys3208 { case "names": if r.TryDecodeAsNil() { x.Names = nil } else { - yyv3218 := &x.Names - yym3219 := z.DecBinary() - _ = yym3219 + yyv3209 := &x.Names + yym3210 := z.DecBinary() + _ = yym3210 if false { } else { - z.F.DecSliceStringX(yyv3218, false, d) + z.F.DecSliceStringX(yyv3209, false, d) } } case "sizeBytes": @@ -41086,9 +41004,9 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.SizeBytes = int64(r.DecodeInt(64)) } default: - z.DecStructFieldNotFound(-1, yys3217) - } // end switch yys3217 - } // end for yyj3217 + z.DecStructFieldNotFound(-1, yys3208) + } // end switch yys3208 + } // end for yyj3208 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41096,16 +41014,16 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3221 int - var yyb3221 bool - var yyhl3221 bool = l >= 0 - yyj3221++ - if yyhl3221 { - yyb3221 = yyj3221 > l + var yyj3212 int + var yyb3212 bool + var yyhl3212 bool = l >= 0 + yyj3212++ + if yyhl3212 { + yyb3212 = yyj3212 > l } else { - yyb3221 = r.CheckBreak() + yyb3212 = r.CheckBreak() } - if yyb3221 { + if yyb3212 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41113,21 +41031,21 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Names = nil } else { - yyv3222 := &x.Names - yym3223 := z.DecBinary() - _ = yym3223 + yyv3213 := &x.Names + yym3214 := z.DecBinary() + _ = yym3214 if false { } else { - z.F.DecSliceStringX(yyv3222, false, d) + z.F.DecSliceStringX(yyv3213, false, d) } } - yyj3221++ - if yyhl3221 { - yyb3221 = yyj3221 > l + yyj3212++ + if yyhl3212 { + yyb3212 = yyj3212 > l } else { - yyb3221 = r.CheckBreak() + yyb3212 = r.CheckBreak() } - if yyb3221 { + if yyb3212 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41138,17 +41056,17 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.SizeBytes = int64(r.DecodeInt(64)) } for { - yyj3221++ - if yyhl3221 { - yyb3221 = yyj3221 > l + yyj3212++ + if yyhl3212 { + yyb3212 = yyj3212 > l } else { - yyb3221 = r.CheckBreak() + yyb3212 = r.CheckBreak() } - if yyb3221 { + if yyb3212 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3221-1, "") + z.DecStructFieldNotFound(yyj3212-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41157,8 +41075,8 @@ func (x NodePhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3225 := z.EncBinary() - _ = yym3225 + yym3216 := z.EncBinary() + _ = yym3216 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -41170,8 +41088,8 @@ func (x *NodePhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3226 := z.DecBinary() - _ = yym3226 + yym3217 := z.DecBinary() + _ = yym3217 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -41183,8 +41101,8 @@ func (x NodeConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3227 := z.EncBinary() - _ = yym3227 + yym3218 := z.EncBinary() + _ = yym3218 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -41196,8 +41114,8 @@ func (x *NodeConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3228 := z.DecBinary() - _ = yym3228 + yym3219 := z.DecBinary() + _ = yym3219 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -41212,34 +41130,34 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3229 := z.EncBinary() - _ = yym3229 + yym3220 := z.EncBinary() + _ = yym3220 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3230 := !z.EncBinary() - yy2arr3230 := z.EncBasicHandle().StructToArray - var yyq3230 [6]bool - _, _, _ = yysep3230, yyq3230, yy2arr3230 - const yyr3230 bool = false - yyq3230[2] = true - yyq3230[3] = true - yyq3230[4] = x.Reason != "" - yyq3230[5] = x.Message != "" - var yynn3230 int - if yyr3230 || yy2arr3230 { + yysep3221 := !z.EncBinary() + yy2arr3221 := z.EncBasicHandle().StructToArray + var yyq3221 [6]bool + _, _, _ = yysep3221, yyq3221, yy2arr3221 + const yyr3221 bool = false + yyq3221[2] = true + yyq3221[3] = true + yyq3221[4] = x.Reason != "" + yyq3221[5] = x.Message != "" + var yynn3221 int + if yyr3221 || yy2arr3221 { r.EncodeArrayStart(6) } else { - yynn3230 = 2 - for _, b := range yyq3230 { + yynn3221 = 2 + for _, b := range yyq3221 { if b { - yynn3230++ + yynn3221++ } } - r.EncodeMapStart(yynn3230) - yynn3230 = 0 + r.EncodeMapStart(yynn3221) + yynn3221 = 0 } - if yyr3230 || yy2arr3230 { + if yyr3221 || yy2arr3221 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -41248,7 +41166,7 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr3230 || yy2arr3230 { + if yyr3221 || yy2arr3221 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -41257,85 +41175,85 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr3230 || yy2arr3230 { + if yyr3221 || yy2arr3221 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3230[2] { - yy3234 := &x.LastHeartbeatTime - yym3235 := z.EncBinary() - _ = yym3235 + if yyq3221[2] { + yy3225 := &x.LastHeartbeatTime + yym3226 := z.EncBinary() + _ = yym3226 if false { - } else if z.HasExtensions() && z.EncExt(yy3234) { - } else if yym3235 { - z.EncBinaryMarshal(yy3234) - } else if !yym3235 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3234) + } else if z.HasExtensions() && z.EncExt(yy3225) { + } else if yym3226 { + z.EncBinaryMarshal(yy3225) + } else if !yym3226 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3225) } else { - z.EncFallback(yy3234) + z.EncFallback(yy3225) } } else { r.EncodeNil() } } else { - if yyq3230[2] { + if yyq3221[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastHeartbeatTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3236 := &x.LastHeartbeatTime - yym3237 := z.EncBinary() - _ = yym3237 + yy3227 := &x.LastHeartbeatTime + yym3228 := z.EncBinary() + _ = yym3228 if false { - } else if z.HasExtensions() && z.EncExt(yy3236) { - } else if yym3237 { - z.EncBinaryMarshal(yy3236) - } else if !yym3237 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3236) + } else if z.HasExtensions() && z.EncExt(yy3227) { + } else if yym3228 { + z.EncBinaryMarshal(yy3227) + } else if !yym3228 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3227) } else { - z.EncFallback(yy3236) + z.EncFallback(yy3227) } } } - if yyr3230 || yy2arr3230 { + if yyr3221 || yy2arr3221 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3230[3] { - yy3239 := &x.LastTransitionTime - yym3240 := z.EncBinary() - _ = yym3240 + if yyq3221[3] { + yy3230 := &x.LastTransitionTime + yym3231 := z.EncBinary() + _ = yym3231 if false { - } else if z.HasExtensions() && z.EncExt(yy3239) { - } else if yym3240 { - z.EncBinaryMarshal(yy3239) - } else if !yym3240 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3239) + } else if z.HasExtensions() && z.EncExt(yy3230) { + } else if yym3231 { + z.EncBinaryMarshal(yy3230) + } else if !yym3231 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3230) } else { - z.EncFallback(yy3239) + z.EncFallback(yy3230) } } else { r.EncodeNil() } } else { - if yyq3230[3] { + if yyq3221[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3241 := &x.LastTransitionTime - yym3242 := z.EncBinary() - _ = yym3242 + yy3232 := &x.LastTransitionTime + yym3233 := z.EncBinary() + _ = yym3233 if false { - } else if z.HasExtensions() && z.EncExt(yy3241) { - } else if yym3242 { - z.EncBinaryMarshal(yy3241) - } else if !yym3242 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3241) + } else if z.HasExtensions() && z.EncExt(yy3232) { + } else if yym3233 { + z.EncBinaryMarshal(yy3232) + } else if !yym3233 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3232) } else { - z.EncFallback(yy3241) + z.EncFallback(yy3232) } } } - if yyr3230 || yy2arr3230 { + if yyr3221 || yy2arr3221 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3230[4] { - yym3244 := z.EncBinary() - _ = yym3244 + if yyq3221[4] { + yym3235 := z.EncBinary() + _ = yym3235 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -41344,23 +41262,23 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3230[4] { + if yyq3221[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3245 := z.EncBinary() - _ = yym3245 + yym3236 := z.EncBinary() + _ = yym3236 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr3230 || yy2arr3230 { + if yyr3221 || yy2arr3221 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3230[5] { - yym3247 := z.EncBinary() - _ = yym3247 + if yyq3221[5] { + yym3238 := z.EncBinary() + _ = yym3238 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -41369,19 +41287,19 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3230[5] { + if yyq3221[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3248 := z.EncBinary() - _ = yym3248 + yym3239 := z.EncBinary() + _ = yym3239 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr3230 || yy2arr3230 { + if yyr3221 || yy2arr3221 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41394,25 +41312,25 @@ func (x *NodeCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3249 := z.DecBinary() - _ = yym3249 + yym3240 := z.DecBinary() + _ = yym3240 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3250 := r.ContainerType() - if yyct3250 == codecSelferValueTypeMap1234 { - yyl3250 := r.ReadMapStart() - if yyl3250 == 0 { + yyct3241 := r.ContainerType() + if yyct3241 == codecSelferValueTypeMap1234 { + yyl3241 := r.ReadMapStart() + if yyl3241 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3250, d) + x.codecDecodeSelfFromMap(yyl3241, d) } - } else if yyct3250 == codecSelferValueTypeArray1234 { - yyl3250 := r.ReadArrayStart() - if yyl3250 == 0 { + } else if yyct3241 == codecSelferValueTypeArray1234 { + yyl3241 := r.ReadArrayStart() + if yyl3241 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3250, d) + x.codecDecodeSelfFromArray(yyl3241, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41424,12 +41342,12 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3251Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3251Slc - var yyhl3251 bool = l >= 0 - for yyj3251 := 0; ; yyj3251++ { - if yyhl3251 { - if yyj3251 >= l { + var yys3242Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3242Slc + var yyhl3242 bool = l >= 0 + for yyj3242 := 0; ; yyj3242++ { + if yyhl3242 { + if yyj3242 >= l { break } } else { @@ -41438,10 +41356,10 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3251Slc = r.DecodeBytes(yys3251Slc, true, true) - yys3251 := string(yys3251Slc) + yys3242Slc = r.DecodeBytes(yys3242Slc, true, true) + yys3242 := string(yys3242Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3251 { + switch yys3242 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -41458,34 +41376,34 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastHeartbeatTime = pkg2_unversioned.Time{} } else { - yyv3254 := &x.LastHeartbeatTime - yym3255 := z.DecBinary() - _ = yym3255 + yyv3245 := &x.LastHeartbeatTime + yym3246 := z.DecBinary() + _ = yym3246 if false { - } else if z.HasExtensions() && z.DecExt(yyv3254) { - } else if yym3255 { - z.DecBinaryUnmarshal(yyv3254) - } else if !yym3255 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3254) + } else if z.HasExtensions() && z.DecExt(yyv3245) { + } else if yym3246 { + z.DecBinaryUnmarshal(yyv3245) + } else if !yym3246 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3245) } else { - z.DecFallback(yyv3254, false) + z.DecFallback(yyv3245, false) } } case "lastTransitionTime": if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv3256 := &x.LastTransitionTime - yym3257 := z.DecBinary() - _ = yym3257 + yyv3247 := &x.LastTransitionTime + yym3248 := z.DecBinary() + _ = yym3248 if false { - } else if z.HasExtensions() && z.DecExt(yyv3256) { - } else if yym3257 { - z.DecBinaryUnmarshal(yyv3256) - } else if !yym3257 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3256) + } else if z.HasExtensions() && z.DecExt(yyv3247) { + } else if yym3248 { + z.DecBinaryUnmarshal(yyv3247) + } else if !yym3248 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3247) } else { - z.DecFallback(yyv3256, false) + z.DecFallback(yyv3247, false) } } case "reason": @@ -41501,9 +41419,9 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3251) - } // end switch yys3251 - } // end for yyj3251 + z.DecStructFieldNotFound(-1, yys3242) + } // end switch yys3242 + } // end for yyj3242 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41511,16 +41429,16 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3260 int - var yyb3260 bool - var yyhl3260 bool = l >= 0 - yyj3260++ - if yyhl3260 { - yyb3260 = yyj3260 > l + var yyj3251 int + var yyb3251 bool + var yyhl3251 bool = l >= 0 + yyj3251++ + if yyhl3251 { + yyb3251 = yyj3251 > l } else { - yyb3260 = r.CheckBreak() + yyb3251 = r.CheckBreak() } - if yyb3260 { + if yyb3251 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41530,13 +41448,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = NodeConditionType(r.DecodeString()) } - yyj3260++ - if yyhl3260 { - yyb3260 = yyj3260 > l + yyj3251++ + if yyhl3251 { + yyb3251 = yyj3251 > l } else { - yyb3260 = r.CheckBreak() + yyb3251 = r.CheckBreak() } - if yyb3260 { + if yyb3251 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41546,13 +41464,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj3260++ - if yyhl3260 { - yyb3260 = yyj3260 > l + yyj3251++ + if yyhl3251 { + yyb3251 = yyj3251 > l } else { - yyb3260 = r.CheckBreak() + yyb3251 = r.CheckBreak() } - if yyb3260 { + if yyb3251 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41560,26 +41478,26 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastHeartbeatTime = pkg2_unversioned.Time{} } else { - yyv3263 := &x.LastHeartbeatTime - yym3264 := z.DecBinary() - _ = yym3264 + yyv3254 := &x.LastHeartbeatTime + yym3255 := z.DecBinary() + _ = yym3255 if false { - } else if z.HasExtensions() && z.DecExt(yyv3263) { - } else if yym3264 { - z.DecBinaryUnmarshal(yyv3263) - } else if !yym3264 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3263) + } else if z.HasExtensions() && z.DecExt(yyv3254) { + } else if yym3255 { + z.DecBinaryUnmarshal(yyv3254) + } else if !yym3255 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3254) } else { - z.DecFallback(yyv3263, false) + z.DecFallback(yyv3254, false) } } - yyj3260++ - if yyhl3260 { - yyb3260 = yyj3260 > l + yyj3251++ + if yyhl3251 { + yyb3251 = yyj3251 > l } else { - yyb3260 = r.CheckBreak() + yyb3251 = r.CheckBreak() } - if yyb3260 { + if yyb3251 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41587,26 +41505,26 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv3265 := &x.LastTransitionTime - yym3266 := z.DecBinary() - _ = yym3266 + yyv3256 := &x.LastTransitionTime + yym3257 := z.DecBinary() + _ = yym3257 if false { - } else if z.HasExtensions() && z.DecExt(yyv3265) { - } else if yym3266 { - z.DecBinaryUnmarshal(yyv3265) - } else if !yym3266 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3265) + } else if z.HasExtensions() && z.DecExt(yyv3256) { + } else if yym3257 { + z.DecBinaryUnmarshal(yyv3256) + } else if !yym3257 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3256) } else { - z.DecFallback(yyv3265, false) + z.DecFallback(yyv3256, false) } } - yyj3260++ - if yyhl3260 { - yyb3260 = yyj3260 > l + yyj3251++ + if yyhl3251 { + yyb3251 = yyj3251 > l } else { - yyb3260 = r.CheckBreak() + yyb3251 = r.CheckBreak() } - if yyb3260 { + if yyb3251 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41616,13 +41534,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj3260++ - if yyhl3260 { - yyb3260 = yyj3260 > l + yyj3251++ + if yyhl3251 { + yyb3251 = yyj3251 > l } else { - yyb3260 = r.CheckBreak() + yyb3251 = r.CheckBreak() } - if yyb3260 { + if yyb3251 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41633,17 +41551,17 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } for { - yyj3260++ - if yyhl3260 { - yyb3260 = yyj3260 > l + yyj3251++ + if yyhl3251 { + yyb3251 = yyj3251 > l } else { - yyb3260 = r.CheckBreak() + yyb3251 = r.CheckBreak() } - if yyb3260 { + if yyb3251 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3260-1, "") + z.DecStructFieldNotFound(yyj3251-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41652,8 +41570,8 @@ func (x NodeAddressType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3269 := z.EncBinary() - _ = yym3269 + yym3260 := z.EncBinary() + _ = yym3260 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -41665,8 +41583,8 @@ func (x *NodeAddressType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3270 := z.DecBinary() - _ = yym3270 + yym3261 := z.DecBinary() + _ = yym3261 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -41681,30 +41599,30 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3271 := z.EncBinary() - _ = yym3271 + yym3262 := z.EncBinary() + _ = yym3262 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3272 := !z.EncBinary() - yy2arr3272 := z.EncBasicHandle().StructToArray - var yyq3272 [2]bool - _, _, _ = yysep3272, yyq3272, yy2arr3272 - const yyr3272 bool = false - var yynn3272 int - if yyr3272 || yy2arr3272 { + yysep3263 := !z.EncBinary() + yy2arr3263 := z.EncBasicHandle().StructToArray + var yyq3263 [2]bool + _, _, _ = yysep3263, yyq3263, yy2arr3263 + const yyr3263 bool = false + var yynn3263 int + if yyr3263 || yy2arr3263 { r.EncodeArrayStart(2) } else { - yynn3272 = 2 - for _, b := range yyq3272 { + yynn3263 = 2 + for _, b := range yyq3263 { if b { - yynn3272++ + yynn3263++ } } - r.EncodeMapStart(yynn3272) - yynn3272 = 0 + r.EncodeMapStart(yynn3263) + yynn3263 = 0 } - if yyr3272 || yy2arr3272 { + if yyr3263 || yy2arr3263 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -41713,10 +41631,10 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr3272 || yy2arr3272 { + if yyr3263 || yy2arr3263 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3275 := z.EncBinary() - _ = yym3275 + yym3266 := z.EncBinary() + _ = yym3266 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Address)) @@ -41725,14 +41643,14 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("address")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3276 := z.EncBinary() - _ = yym3276 + yym3267 := z.EncBinary() + _ = yym3267 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Address)) } } - if yyr3272 || yy2arr3272 { + if yyr3263 || yy2arr3263 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41745,25 +41663,25 @@ func (x *NodeAddress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3277 := z.DecBinary() - _ = yym3277 + yym3268 := z.DecBinary() + _ = yym3268 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3278 := r.ContainerType() - if yyct3278 == codecSelferValueTypeMap1234 { - yyl3278 := r.ReadMapStart() - if yyl3278 == 0 { + yyct3269 := r.ContainerType() + if yyct3269 == codecSelferValueTypeMap1234 { + yyl3269 := r.ReadMapStart() + if yyl3269 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3278, d) + x.codecDecodeSelfFromMap(yyl3269, d) } - } else if yyct3278 == codecSelferValueTypeArray1234 { - yyl3278 := r.ReadArrayStart() - if yyl3278 == 0 { + } else if yyct3269 == codecSelferValueTypeArray1234 { + yyl3269 := r.ReadArrayStart() + if yyl3269 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3278, d) + x.codecDecodeSelfFromArray(yyl3269, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41775,12 +41693,12 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3279Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3279Slc - var yyhl3279 bool = l >= 0 - for yyj3279 := 0; ; yyj3279++ { - if yyhl3279 { - if yyj3279 >= l { + var yys3270Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3270Slc + var yyhl3270 bool = l >= 0 + for yyj3270 := 0; ; yyj3270++ { + if yyhl3270 { + if yyj3270 >= l { break } } else { @@ -41789,10 +41707,10 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3279Slc = r.DecodeBytes(yys3279Slc, true, true) - yys3279 := string(yys3279Slc) + yys3270Slc = r.DecodeBytes(yys3270Slc, true, true) + yys3270 := string(yys3270Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3279 { + switch yys3270 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -41806,9 +41724,9 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Address = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3279) - } // end switch yys3279 - } // end for yyj3279 + z.DecStructFieldNotFound(-1, yys3270) + } // end switch yys3270 + } // end for yyj3270 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41816,16 +41734,16 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3282 int - var yyb3282 bool - var yyhl3282 bool = l >= 0 - yyj3282++ - if yyhl3282 { - yyb3282 = yyj3282 > l + var yyj3273 int + var yyb3273 bool + var yyhl3273 bool = l >= 0 + yyj3273++ + if yyhl3273 { + yyb3273 = yyj3273 > l } else { - yyb3282 = r.CheckBreak() + yyb3273 = r.CheckBreak() } - if yyb3282 { + if yyb3273 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41835,13 +41753,13 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = NodeAddressType(r.DecodeString()) } - yyj3282++ - if yyhl3282 { - yyb3282 = yyj3282 > l + yyj3273++ + if yyhl3273 { + yyb3273 = yyj3273 > l } else { - yyb3282 = r.CheckBreak() + yyb3273 = r.CheckBreak() } - if yyb3282 { + if yyb3273 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41852,17 +41770,17 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Address = string(r.DecodeString()) } for { - yyj3282++ - if yyhl3282 { - yyb3282 = yyj3282 > l + yyj3273++ + if yyhl3273 { + yyb3273 = yyj3273 > l } else { - yyb3282 = r.CheckBreak() + yyb3273 = r.CheckBreak() } - if yyb3282 { + if yyb3273 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3282-1, "") + z.DecStructFieldNotFound(yyj3273-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41874,33 +41792,33 @@ func (x *NodeResources) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3285 := z.EncBinary() - _ = yym3285 + yym3276 := z.EncBinary() + _ = yym3276 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3286 := !z.EncBinary() - yy2arr3286 := z.EncBasicHandle().StructToArray - var yyq3286 [1]bool - _, _, _ = yysep3286, yyq3286, yy2arr3286 - const yyr3286 bool = false - yyq3286[0] = len(x.Capacity) != 0 - var yynn3286 int - if yyr3286 || yy2arr3286 { + yysep3277 := !z.EncBinary() + yy2arr3277 := z.EncBasicHandle().StructToArray + var yyq3277 [1]bool + _, _, _ = yysep3277, yyq3277, yy2arr3277 + const yyr3277 bool = false + yyq3277[0] = len(x.Capacity) != 0 + var yynn3277 int + if yyr3277 || yy2arr3277 { r.EncodeArrayStart(1) } else { - yynn3286 = 0 - for _, b := range yyq3286 { + yynn3277 = 0 + for _, b := range yyq3277 { if b { - yynn3286++ + yynn3277++ } } - r.EncodeMapStart(yynn3286) - yynn3286 = 0 + r.EncodeMapStart(yynn3277) + yynn3277 = 0 } - if yyr3286 || yy2arr3286 { + if yyr3277 || yy2arr3277 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3286[0] { + if yyq3277[0] { if x.Capacity == nil { r.EncodeNil() } else { @@ -41910,7 +41828,7 @@ func (x *NodeResources) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3286[0] { + if yyq3277[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capacity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -41921,7 +41839,7 @@ func (x *NodeResources) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3286 || yy2arr3286 { + if yyr3277 || yy2arr3277 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41934,25 +41852,25 @@ func (x *NodeResources) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3288 := z.DecBinary() - _ = yym3288 + yym3279 := z.DecBinary() + _ = yym3279 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3289 := r.ContainerType() - if yyct3289 == codecSelferValueTypeMap1234 { - yyl3289 := r.ReadMapStart() - if yyl3289 == 0 { + yyct3280 := r.ContainerType() + if yyct3280 == codecSelferValueTypeMap1234 { + yyl3280 := r.ReadMapStart() + if yyl3280 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3289, d) + x.codecDecodeSelfFromMap(yyl3280, d) } - } else if yyct3289 == codecSelferValueTypeArray1234 { - yyl3289 := r.ReadArrayStart() - if yyl3289 == 0 { + } else if yyct3280 == codecSelferValueTypeArray1234 { + yyl3280 := r.ReadArrayStart() + if yyl3280 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3289, d) + x.codecDecodeSelfFromArray(yyl3280, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41964,12 +41882,12 @@ func (x *NodeResources) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3290Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3290Slc - var yyhl3290 bool = l >= 0 - for yyj3290 := 0; ; yyj3290++ { - if yyhl3290 { - if yyj3290 >= l { + var yys3281Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3281Slc + var yyhl3281 bool = l >= 0 + for yyj3281 := 0; ; yyj3281++ { + if yyhl3281 { + if yyj3281 >= l { break } } else { @@ -41978,21 +41896,21 @@ func (x *NodeResources) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3290Slc = r.DecodeBytes(yys3290Slc, true, true) - yys3290 := string(yys3290Slc) + yys3281Slc = r.DecodeBytes(yys3281Slc, true, true) + yys3281 := string(yys3281Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3290 { + switch yys3281 { case "capacity": if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv3291 := &x.Capacity - yyv3291.CodecDecodeSelf(d) + yyv3282 := &x.Capacity + yyv3282.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3290) - } // end switch yys3290 - } // end for yyj3290 + z.DecStructFieldNotFound(-1, yys3281) + } // end switch yys3281 + } // end for yyj3281 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42000,16 +41918,16 @@ func (x *NodeResources) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3292 int - var yyb3292 bool - var yyhl3292 bool = l >= 0 - yyj3292++ - if yyhl3292 { - yyb3292 = yyj3292 > l + var yyj3283 int + var yyb3283 bool + var yyhl3283 bool = l >= 0 + yyj3283++ + if yyhl3283 { + yyb3283 = yyj3283 > l } else { - yyb3292 = r.CheckBreak() + yyb3283 = r.CheckBreak() } - if yyb3292 { + if yyb3283 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42017,21 +41935,21 @@ func (x *NodeResources) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv3293 := &x.Capacity - yyv3293.CodecDecodeSelf(d) + yyv3284 := &x.Capacity + yyv3284.CodecDecodeSelf(d) } for { - yyj3292++ - if yyhl3292 { - yyb3292 = yyj3292 > l + yyj3283++ + if yyhl3283 { + yyb3283 = yyj3283 > l } else { - yyb3292 = r.CheckBreak() + yyb3283 = r.CheckBreak() } - if yyb3292 { + if yyb3283 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3292-1, "") + z.DecStructFieldNotFound(yyj3283-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42040,8 +41958,8 @@ func (x ResourceName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3294 := z.EncBinary() - _ = yym3294 + yym3285 := z.EncBinary() + _ = yym3285 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -42053,8 +41971,8 @@ func (x *ResourceName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3295 := z.DecBinary() - _ = yym3295 + yym3286 := z.DecBinary() + _ = yym3286 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -42069,8 +41987,8 @@ func (x ResourceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3296 := z.EncBinary() - _ = yym3296 + yym3287 := z.EncBinary() + _ = yym3287 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -42083,8 +42001,8 @@ func (x *ResourceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3297 := z.DecBinary() - _ = yym3297 + yym3288 := z.DecBinary() + _ = yym3288 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -42099,39 +42017,39 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3298 := z.EncBinary() - _ = yym3298 + yym3289 := z.EncBinary() + _ = yym3289 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3299 := !z.EncBinary() - yy2arr3299 := z.EncBasicHandle().StructToArray - var yyq3299 [5]bool - _, _, _ = yysep3299, yyq3299, yy2arr3299 - const yyr3299 bool = false - yyq3299[0] = x.Kind != "" - yyq3299[1] = x.APIVersion != "" - yyq3299[2] = true - yyq3299[3] = true - yyq3299[4] = true - var yynn3299 int - if yyr3299 || yy2arr3299 { + yysep3290 := !z.EncBinary() + yy2arr3290 := z.EncBasicHandle().StructToArray + var yyq3290 [5]bool + _, _, _ = yysep3290, yyq3290, yy2arr3290 + const yyr3290 bool = false + yyq3290[0] = x.Kind != "" + yyq3290[1] = x.APIVersion != "" + yyq3290[2] = true + yyq3290[3] = true + yyq3290[4] = true + var yynn3290 int + if yyr3290 || yy2arr3290 { r.EncodeArrayStart(5) } else { - yynn3299 = 0 - for _, b := range yyq3299 { + yynn3290 = 0 + for _, b := range yyq3290 { if b { - yynn3299++ + yynn3290++ } } - r.EncodeMapStart(yynn3299) - yynn3299 = 0 + r.EncodeMapStart(yynn3290) + yynn3290 = 0 } - if yyr3299 || yy2arr3299 { + if yyr3290 || yy2arr3290 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3299[0] { - yym3301 := z.EncBinary() - _ = yym3301 + if yyq3290[0] { + yym3292 := z.EncBinary() + _ = yym3292 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -42140,23 +42058,23 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3299[0] { + if yyq3290[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3302 := z.EncBinary() - _ = yym3302 + yym3293 := z.EncBinary() + _ = yym3293 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3299 || yy2arr3299 { + if yyr3290 || yy2arr3290 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3299[1] { - yym3304 := z.EncBinary() - _ = yym3304 + if yyq3290[1] { + yym3295 := z.EncBinary() + _ = yym3295 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -42165,70 +42083,70 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3299[1] { + if yyq3290[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3305 := z.EncBinary() - _ = yym3305 + yym3296 := z.EncBinary() + _ = yym3296 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3299 || yy2arr3299 { + if yyr3290 || yy2arr3290 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3299[2] { - yy3307 := &x.ObjectMeta - yy3307.CodecEncodeSelf(e) + if yyq3290[2] { + yy3298 := &x.ObjectMeta + yy3298.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3299[2] { + if yyq3290[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3308 := &x.ObjectMeta - yy3308.CodecEncodeSelf(e) + yy3299 := &x.ObjectMeta + yy3299.CodecEncodeSelf(e) } } - if yyr3299 || yy2arr3299 { + if yyr3290 || yy2arr3290 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3299[3] { - yy3310 := &x.Spec - yy3310.CodecEncodeSelf(e) + if yyq3290[3] { + yy3301 := &x.Spec + yy3301.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3299[3] { + if yyq3290[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3311 := &x.Spec - yy3311.CodecEncodeSelf(e) + yy3302 := &x.Spec + yy3302.CodecEncodeSelf(e) } } - if yyr3299 || yy2arr3299 { + if yyr3290 || yy2arr3290 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3299[4] { - yy3313 := &x.Status - yy3313.CodecEncodeSelf(e) + if yyq3290[4] { + yy3304 := &x.Status + yy3304.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3299[4] { + if yyq3290[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3314 := &x.Status - yy3314.CodecEncodeSelf(e) + yy3305 := &x.Status + yy3305.CodecEncodeSelf(e) } } - if yyr3299 || yy2arr3299 { + if yyr3290 || yy2arr3290 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42241,25 +42159,25 @@ func (x *Node) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3315 := z.DecBinary() - _ = yym3315 + yym3306 := z.DecBinary() + _ = yym3306 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3316 := r.ContainerType() - if yyct3316 == codecSelferValueTypeMap1234 { - yyl3316 := r.ReadMapStart() - if yyl3316 == 0 { + yyct3307 := r.ContainerType() + if yyct3307 == codecSelferValueTypeMap1234 { + yyl3307 := r.ReadMapStart() + if yyl3307 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3316, d) + x.codecDecodeSelfFromMap(yyl3307, d) } - } else if yyct3316 == codecSelferValueTypeArray1234 { - yyl3316 := r.ReadArrayStart() - if yyl3316 == 0 { + } else if yyct3307 == codecSelferValueTypeArray1234 { + yyl3307 := r.ReadArrayStart() + if yyl3307 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3316, d) + x.codecDecodeSelfFromArray(yyl3307, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42271,12 +42189,12 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3317Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3317Slc - var yyhl3317 bool = l >= 0 - for yyj3317 := 0; ; yyj3317++ { - if yyhl3317 { - if yyj3317 >= l { + var yys3308Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3308Slc + var yyhl3308 bool = l >= 0 + for yyj3308 := 0; ; yyj3308++ { + if yyhl3308 { + if yyj3308 >= l { break } } else { @@ -42285,10 +42203,10 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3317Slc = r.DecodeBytes(yys3317Slc, true, true) - yys3317 := string(yys3317Slc) + yys3308Slc = r.DecodeBytes(yys3308Slc, true, true) + yys3308 := string(yys3308Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3317 { + switch yys3308 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -42305,27 +42223,27 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3320 := &x.ObjectMeta - yyv3320.CodecDecodeSelf(d) + yyv3311 := &x.ObjectMeta + yyv3311.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NodeSpec{} } else { - yyv3321 := &x.Spec - yyv3321.CodecDecodeSelf(d) + yyv3312 := &x.Spec + yyv3312.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = NodeStatus{} } else { - yyv3322 := &x.Status - yyv3322.CodecDecodeSelf(d) + yyv3313 := &x.Status + yyv3313.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3317) - } // end switch yys3317 - } // end for yyj3317 + z.DecStructFieldNotFound(-1, yys3308) + } // end switch yys3308 + } // end for yyj3308 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42333,16 +42251,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3323 int - var yyb3323 bool - var yyhl3323 bool = l >= 0 - yyj3323++ - if yyhl3323 { - yyb3323 = yyj3323 > l + var yyj3314 int + var yyb3314 bool + var yyhl3314 bool = l >= 0 + yyj3314++ + if yyhl3314 { + yyb3314 = yyj3314 > l } else { - yyb3323 = r.CheckBreak() + yyb3314 = r.CheckBreak() } - if yyb3323 { + if yyb3314 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42352,13 +42270,13 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3323++ - if yyhl3323 { - yyb3323 = yyj3323 > l + yyj3314++ + if yyhl3314 { + yyb3314 = yyj3314 > l } else { - yyb3323 = r.CheckBreak() + yyb3314 = r.CheckBreak() } - if yyb3323 { + if yyb3314 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42368,13 +42286,13 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3323++ - if yyhl3323 { - yyb3323 = yyj3323 > l + yyj3314++ + if yyhl3314 { + yyb3314 = yyj3314 > l } else { - yyb3323 = r.CheckBreak() + yyb3314 = r.CheckBreak() } - if yyb3323 { + if yyb3314 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42382,16 +42300,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3326 := &x.ObjectMeta - yyv3326.CodecDecodeSelf(d) + yyv3317 := &x.ObjectMeta + yyv3317.CodecDecodeSelf(d) } - yyj3323++ - if yyhl3323 { - yyb3323 = yyj3323 > l + yyj3314++ + if yyhl3314 { + yyb3314 = yyj3314 > l } else { - yyb3323 = r.CheckBreak() + yyb3314 = r.CheckBreak() } - if yyb3323 { + if yyb3314 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42399,16 +42317,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NodeSpec{} } else { - yyv3327 := &x.Spec - yyv3327.CodecDecodeSelf(d) + yyv3318 := &x.Spec + yyv3318.CodecDecodeSelf(d) } - yyj3323++ - if yyhl3323 { - yyb3323 = yyj3323 > l + yyj3314++ + if yyhl3314 { + yyb3314 = yyj3314 > l } else { - yyb3323 = r.CheckBreak() + yyb3314 = r.CheckBreak() } - if yyb3323 { + if yyb3314 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42416,21 +42334,21 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = NodeStatus{} } else { - yyv3328 := &x.Status - yyv3328.CodecDecodeSelf(d) + yyv3319 := &x.Status + yyv3319.CodecDecodeSelf(d) } for { - yyj3323++ - if yyhl3323 { - yyb3323 = yyj3323 > l + yyj3314++ + if yyhl3314 { + yyb3314 = yyj3314 > l } else { - yyb3323 = r.CheckBreak() + yyb3314 = r.CheckBreak() } - if yyb3323 { + if yyb3314 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3323-1, "") + z.DecStructFieldNotFound(yyj3314-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42442,37 +42360,37 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3329 := z.EncBinary() - _ = yym3329 + yym3320 := z.EncBinary() + _ = yym3320 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3330 := !z.EncBinary() - yy2arr3330 := z.EncBasicHandle().StructToArray - var yyq3330 [4]bool - _, _, _ = yysep3330, yyq3330, yy2arr3330 - const yyr3330 bool = false - yyq3330[0] = x.Kind != "" - yyq3330[1] = x.APIVersion != "" - yyq3330[2] = true - var yynn3330 int - if yyr3330 || yy2arr3330 { + yysep3321 := !z.EncBinary() + yy2arr3321 := z.EncBasicHandle().StructToArray + var yyq3321 [4]bool + _, _, _ = yysep3321, yyq3321, yy2arr3321 + const yyr3321 bool = false + yyq3321[0] = x.Kind != "" + yyq3321[1] = x.APIVersion != "" + yyq3321[2] = true + var yynn3321 int + if yyr3321 || yy2arr3321 { r.EncodeArrayStart(4) } else { - yynn3330 = 1 - for _, b := range yyq3330 { + yynn3321 = 1 + for _, b := range yyq3321 { if b { - yynn3330++ + yynn3321++ } } - r.EncodeMapStart(yynn3330) - yynn3330 = 0 + r.EncodeMapStart(yynn3321) + yynn3321 = 0 } - if yyr3330 || yy2arr3330 { + if yyr3321 || yy2arr3321 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3330[0] { - yym3332 := z.EncBinary() - _ = yym3332 + if yyq3321[0] { + yym3323 := z.EncBinary() + _ = yym3323 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -42481,23 +42399,23 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3330[0] { + if yyq3321[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3333 := z.EncBinary() - _ = yym3333 + yym3324 := z.EncBinary() + _ = yym3324 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3330 || yy2arr3330 { + if yyr3321 || yy2arr3321 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3330[1] { - yym3335 := z.EncBinary() - _ = yym3335 + if yyq3321[1] { + yym3326 := z.EncBinary() + _ = yym3326 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -42506,54 +42424,54 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3330[1] { + if yyq3321[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3336 := z.EncBinary() - _ = yym3336 + yym3327 := z.EncBinary() + _ = yym3327 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3330 || yy2arr3330 { + if yyr3321 || yy2arr3321 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3330[2] { - yy3338 := &x.ListMeta - yym3339 := z.EncBinary() - _ = yym3339 + if yyq3321[2] { + yy3329 := &x.ListMeta + yym3330 := z.EncBinary() + _ = yym3330 if false { - } else if z.HasExtensions() && z.EncExt(yy3338) { + } else if z.HasExtensions() && z.EncExt(yy3329) { } else { - z.EncFallback(yy3338) + z.EncFallback(yy3329) } } else { r.EncodeNil() } } else { - if yyq3330[2] { + if yyq3321[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3340 := &x.ListMeta - yym3341 := z.EncBinary() - _ = yym3341 + yy3331 := &x.ListMeta + yym3332 := z.EncBinary() + _ = yym3332 if false { - } else if z.HasExtensions() && z.EncExt(yy3340) { + } else if z.HasExtensions() && z.EncExt(yy3331) { } else { - z.EncFallback(yy3340) + z.EncFallback(yy3331) } } } - if yyr3330 || yy2arr3330 { + if yyr3321 || yy2arr3321 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3343 := z.EncBinary() - _ = yym3343 + yym3334 := z.EncBinary() + _ = yym3334 if false { } else { h.encSliceNode(([]Node)(x.Items), e) @@ -42566,15 +42484,15 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3344 := z.EncBinary() - _ = yym3344 + yym3335 := z.EncBinary() + _ = yym3335 if false { } else { h.encSliceNode(([]Node)(x.Items), e) } } } - if yyr3330 || yy2arr3330 { + if yyr3321 || yy2arr3321 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42587,25 +42505,25 @@ func (x *NodeList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3345 := z.DecBinary() - _ = yym3345 + yym3336 := z.DecBinary() + _ = yym3336 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3346 := r.ContainerType() - if yyct3346 == codecSelferValueTypeMap1234 { - yyl3346 := r.ReadMapStart() - if yyl3346 == 0 { + yyct3337 := r.ContainerType() + if yyct3337 == codecSelferValueTypeMap1234 { + yyl3337 := r.ReadMapStart() + if yyl3337 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3346, d) + x.codecDecodeSelfFromMap(yyl3337, d) } - } else if yyct3346 == codecSelferValueTypeArray1234 { - yyl3346 := r.ReadArrayStart() - if yyl3346 == 0 { + } else if yyct3337 == codecSelferValueTypeArray1234 { + yyl3337 := r.ReadArrayStart() + if yyl3337 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3346, d) + x.codecDecodeSelfFromArray(yyl3337, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42617,12 +42535,12 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3347Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3347Slc - var yyhl3347 bool = l >= 0 - for yyj3347 := 0; ; yyj3347++ { - if yyhl3347 { - if yyj3347 >= l { + var yys3338Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3338Slc + var yyhl3338 bool = l >= 0 + for yyj3338 := 0; ; yyj3338++ { + if yyhl3338 { + if yyj3338 >= l { break } } else { @@ -42631,10 +42549,10 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3347Slc = r.DecodeBytes(yys3347Slc, true, true) - yys3347 := string(yys3347Slc) + yys3338Slc = r.DecodeBytes(yys3338Slc, true, true) + yys3338 := string(yys3338Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3347 { + switch yys3338 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -42651,31 +42569,31 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3350 := &x.ListMeta - yym3351 := z.DecBinary() - _ = yym3351 + yyv3341 := &x.ListMeta + yym3342 := z.DecBinary() + _ = yym3342 if false { - } else if z.HasExtensions() && z.DecExt(yyv3350) { + } else if z.HasExtensions() && z.DecExt(yyv3341) { } else { - z.DecFallback(yyv3350, false) + z.DecFallback(yyv3341, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3352 := &x.Items - yym3353 := z.DecBinary() - _ = yym3353 + yyv3343 := &x.Items + yym3344 := z.DecBinary() + _ = yym3344 if false { } else { - h.decSliceNode((*[]Node)(yyv3352), d) + h.decSliceNode((*[]Node)(yyv3343), d) } } default: - z.DecStructFieldNotFound(-1, yys3347) - } // end switch yys3347 - } // end for yyj3347 + z.DecStructFieldNotFound(-1, yys3338) + } // end switch yys3338 + } // end for yyj3338 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42683,16 +42601,16 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3354 int - var yyb3354 bool - var yyhl3354 bool = l >= 0 - yyj3354++ - if yyhl3354 { - yyb3354 = yyj3354 > l + var yyj3345 int + var yyb3345 bool + var yyhl3345 bool = l >= 0 + yyj3345++ + if yyhl3345 { + yyb3345 = yyj3345 > l } else { - yyb3354 = r.CheckBreak() + yyb3345 = r.CheckBreak() } - if yyb3354 { + if yyb3345 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42702,13 +42620,13 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3354++ - if yyhl3354 { - yyb3354 = yyj3354 > l + yyj3345++ + if yyhl3345 { + yyb3345 = yyj3345 > l } else { - yyb3354 = r.CheckBreak() + yyb3345 = r.CheckBreak() } - if yyb3354 { + if yyb3345 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42718,13 +42636,13 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3354++ - if yyhl3354 { - yyb3354 = yyj3354 > l + yyj3345++ + if yyhl3345 { + yyb3345 = yyj3345 > l } else { - yyb3354 = r.CheckBreak() + yyb3345 = r.CheckBreak() } - if yyb3354 { + if yyb3345 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42732,22 +42650,22 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3357 := &x.ListMeta - yym3358 := z.DecBinary() - _ = yym3358 + yyv3348 := &x.ListMeta + yym3349 := z.DecBinary() + _ = yym3349 if false { - } else if z.HasExtensions() && z.DecExt(yyv3357) { + } else if z.HasExtensions() && z.DecExt(yyv3348) { } else { - z.DecFallback(yyv3357, false) + z.DecFallback(yyv3348, false) } } - yyj3354++ - if yyhl3354 { - yyb3354 = yyj3354 > l + yyj3345++ + if yyhl3345 { + yyb3345 = yyj3345 > l } else { - yyb3354 = r.CheckBreak() + yyb3345 = r.CheckBreak() } - if yyb3354 { + if yyb3345 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42755,26 +42673,26 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3359 := &x.Items - yym3360 := z.DecBinary() - _ = yym3360 + yyv3350 := &x.Items + yym3351 := z.DecBinary() + _ = yym3351 if false { } else { - h.decSliceNode((*[]Node)(yyv3359), d) + h.decSliceNode((*[]Node)(yyv3350), d) } } for { - yyj3354++ - if yyhl3354 { - yyb3354 = yyj3354 > l + yyj3345++ + if yyhl3345 { + yyb3345 = yyj3345 > l } else { - yyb3354 = r.CheckBreak() + yyb3345 = r.CheckBreak() } - if yyb3354 { + if yyb3345 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3354-1, "") + z.DecStructFieldNotFound(yyj3345-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42786,36 +42704,36 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3361 := z.EncBinary() - _ = yym3361 + yym3352 := z.EncBinary() + _ = yym3352 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3362 := !z.EncBinary() - yy2arr3362 := z.EncBasicHandle().StructToArray - var yyq3362 [1]bool - _, _, _ = yysep3362, yyq3362, yy2arr3362 - const yyr3362 bool = false - var yynn3362 int - if yyr3362 || yy2arr3362 { + yysep3353 := !z.EncBinary() + yy2arr3353 := z.EncBasicHandle().StructToArray + var yyq3353 [1]bool + _, _, _ = yysep3353, yyq3353, yy2arr3353 + const yyr3353 bool = false + var yynn3353 int + if yyr3353 || yy2arr3353 { r.EncodeArrayStart(1) } else { - yynn3362 = 1 - for _, b := range yyq3362 { + yynn3353 = 1 + for _, b := range yyq3353 { if b { - yynn3362++ + yynn3353++ } } - r.EncodeMapStart(yynn3362) - yynn3362 = 0 + r.EncodeMapStart(yynn3353) + yynn3353 = 0 } - if yyr3362 || yy2arr3362 { + if yyr3353 || yy2arr3353 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Finalizers == nil { r.EncodeNil() } else { - yym3364 := z.EncBinary() - _ = yym3364 + yym3355 := z.EncBinary() + _ = yym3355 if false { } else { h.encSliceFinalizerName(([]FinalizerName)(x.Finalizers), e) @@ -42828,15 +42746,15 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Finalizers == nil { r.EncodeNil() } else { - yym3365 := z.EncBinary() - _ = yym3365 + yym3356 := z.EncBinary() + _ = yym3356 if false { } else { h.encSliceFinalizerName(([]FinalizerName)(x.Finalizers), e) } } } - if yyr3362 || yy2arr3362 { + if yyr3353 || yy2arr3353 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42849,25 +42767,25 @@ func (x *NamespaceSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3366 := z.DecBinary() - _ = yym3366 + yym3357 := z.DecBinary() + _ = yym3357 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3367 := r.ContainerType() - if yyct3367 == codecSelferValueTypeMap1234 { - yyl3367 := r.ReadMapStart() - if yyl3367 == 0 { + yyct3358 := r.ContainerType() + if yyct3358 == codecSelferValueTypeMap1234 { + yyl3358 := r.ReadMapStart() + if yyl3358 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3367, d) + x.codecDecodeSelfFromMap(yyl3358, d) } - } else if yyct3367 == codecSelferValueTypeArray1234 { - yyl3367 := r.ReadArrayStart() - if yyl3367 == 0 { + } else if yyct3358 == codecSelferValueTypeArray1234 { + yyl3358 := r.ReadArrayStart() + if yyl3358 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3367, d) + x.codecDecodeSelfFromArray(yyl3358, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42879,12 +42797,12 @@ func (x *NamespaceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3368Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3368Slc - var yyhl3368 bool = l >= 0 - for yyj3368 := 0; ; yyj3368++ { - if yyhl3368 { - if yyj3368 >= l { + var yys3359Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3359Slc + var yyhl3359 bool = l >= 0 + for yyj3359 := 0; ; yyj3359++ { + if yyhl3359 { + if yyj3359 >= l { break } } else { @@ -42893,26 +42811,26 @@ func (x *NamespaceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3368Slc = r.DecodeBytes(yys3368Slc, true, true) - yys3368 := string(yys3368Slc) + yys3359Slc = r.DecodeBytes(yys3359Slc, true, true) + yys3359 := string(yys3359Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3368 { + switch yys3359 { case "Finalizers": if r.TryDecodeAsNil() { x.Finalizers = nil } else { - yyv3369 := &x.Finalizers - yym3370 := z.DecBinary() - _ = yym3370 + yyv3360 := &x.Finalizers + yym3361 := z.DecBinary() + _ = yym3361 if false { } else { - h.decSliceFinalizerName((*[]FinalizerName)(yyv3369), d) + h.decSliceFinalizerName((*[]FinalizerName)(yyv3360), d) } } default: - z.DecStructFieldNotFound(-1, yys3368) - } // end switch yys3368 - } // end for yyj3368 + z.DecStructFieldNotFound(-1, yys3359) + } // end switch yys3359 + } // end for yyj3359 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42920,16 +42838,16 @@ func (x *NamespaceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3371 int - var yyb3371 bool - var yyhl3371 bool = l >= 0 - yyj3371++ - if yyhl3371 { - yyb3371 = yyj3371 > l + var yyj3362 int + var yyb3362 bool + var yyhl3362 bool = l >= 0 + yyj3362++ + if yyhl3362 { + yyb3362 = yyj3362 > l } else { - yyb3371 = r.CheckBreak() + yyb3362 = r.CheckBreak() } - if yyb3371 { + if yyb3362 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42937,26 +42855,26 @@ func (x *NamespaceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Finalizers = nil } else { - yyv3372 := &x.Finalizers - yym3373 := z.DecBinary() - _ = yym3373 + yyv3363 := &x.Finalizers + yym3364 := z.DecBinary() + _ = yym3364 if false { } else { - h.decSliceFinalizerName((*[]FinalizerName)(yyv3372), d) + h.decSliceFinalizerName((*[]FinalizerName)(yyv3363), d) } } for { - yyj3371++ - if yyhl3371 { - yyb3371 = yyj3371 > l + yyj3362++ + if yyhl3362 { + yyb3362 = yyj3362 > l } else { - yyb3371 = r.CheckBreak() + yyb3362 = r.CheckBreak() } - if yyb3371 { + if yyb3362 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3371-1, "") + z.DecStructFieldNotFound(yyj3362-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42965,8 +42883,8 @@ func (x FinalizerName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3374 := z.EncBinary() - _ = yym3374 + yym3365 := z.EncBinary() + _ = yym3365 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -42978,8 +42896,8 @@ func (x *FinalizerName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3375 := z.DecBinary() - _ = yym3375 + yym3366 := z.DecBinary() + _ = yym3366 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -42994,46 +42912,46 @@ func (x *NamespaceStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3376 := z.EncBinary() - _ = yym3376 + yym3367 := z.EncBinary() + _ = yym3367 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3377 := !z.EncBinary() - yy2arr3377 := z.EncBasicHandle().StructToArray - var yyq3377 [1]bool - _, _, _ = yysep3377, yyq3377, yy2arr3377 - const yyr3377 bool = false - yyq3377[0] = x.Phase != "" - var yynn3377 int - if yyr3377 || yy2arr3377 { + yysep3368 := !z.EncBinary() + yy2arr3368 := z.EncBasicHandle().StructToArray + var yyq3368 [1]bool + _, _, _ = yysep3368, yyq3368, yy2arr3368 + const yyr3368 bool = false + yyq3368[0] = x.Phase != "" + var yynn3368 int + if yyr3368 || yy2arr3368 { r.EncodeArrayStart(1) } else { - yynn3377 = 0 - for _, b := range yyq3377 { + yynn3368 = 0 + for _, b := range yyq3368 { if b { - yynn3377++ + yynn3368++ } } - r.EncodeMapStart(yynn3377) - yynn3377 = 0 + r.EncodeMapStart(yynn3368) + yynn3368 = 0 } - if yyr3377 || yy2arr3377 { + if yyr3368 || yy2arr3368 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3377[0] { + if yyq3368[0] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3377[0] { + if yyq3368[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr3377 || yy2arr3377 { + if yyr3368 || yy2arr3368 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43046,25 +42964,25 @@ func (x *NamespaceStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3379 := z.DecBinary() - _ = yym3379 + yym3370 := z.DecBinary() + _ = yym3370 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3380 := r.ContainerType() - if yyct3380 == codecSelferValueTypeMap1234 { - yyl3380 := r.ReadMapStart() - if yyl3380 == 0 { + yyct3371 := r.ContainerType() + if yyct3371 == codecSelferValueTypeMap1234 { + yyl3371 := r.ReadMapStart() + if yyl3371 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3380, d) + x.codecDecodeSelfFromMap(yyl3371, d) } - } else if yyct3380 == codecSelferValueTypeArray1234 { - yyl3380 := r.ReadArrayStart() - if yyl3380 == 0 { + } else if yyct3371 == codecSelferValueTypeArray1234 { + yyl3371 := r.ReadArrayStart() + if yyl3371 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3380, d) + x.codecDecodeSelfFromArray(yyl3371, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43076,12 +42994,12 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3381Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3381Slc - var yyhl3381 bool = l >= 0 - for yyj3381 := 0; ; yyj3381++ { - if yyhl3381 { - if yyj3381 >= l { + var yys3372Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3372Slc + var yyhl3372 bool = l >= 0 + for yyj3372 := 0; ; yyj3372++ { + if yyhl3372 { + if yyj3372 >= l { break } } else { @@ -43090,10 +43008,10 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3381Slc = r.DecodeBytes(yys3381Slc, true, true) - yys3381 := string(yys3381Slc) + yys3372Slc = r.DecodeBytes(yys3372Slc, true, true) + yys3372 := string(yys3372Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3381 { + switch yys3372 { case "phase": if r.TryDecodeAsNil() { x.Phase = "" @@ -43101,9 +43019,9 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Phase = NamespacePhase(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3381) - } // end switch yys3381 - } // end for yyj3381 + z.DecStructFieldNotFound(-1, yys3372) + } // end switch yys3372 + } // end for yyj3372 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43111,16 +43029,16 @@ func (x *NamespaceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3383 int - var yyb3383 bool - var yyhl3383 bool = l >= 0 - yyj3383++ - if yyhl3383 { - yyb3383 = yyj3383 > l + var yyj3374 int + var yyb3374 bool + var yyhl3374 bool = l >= 0 + yyj3374++ + if yyhl3374 { + yyb3374 = yyj3374 > l } else { - yyb3383 = r.CheckBreak() + yyb3374 = r.CheckBreak() } - if yyb3383 { + if yyb3374 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43131,17 +43049,17 @@ func (x *NamespaceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Phase = NamespacePhase(r.DecodeString()) } for { - yyj3383++ - if yyhl3383 { - yyb3383 = yyj3383 > l + yyj3374++ + if yyhl3374 { + yyb3374 = yyj3374 > l } else { - yyb3383 = r.CheckBreak() + yyb3374 = r.CheckBreak() } - if yyb3383 { + if yyb3374 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3383-1, "") + z.DecStructFieldNotFound(yyj3374-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43150,8 +43068,8 @@ func (x NamespacePhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3385 := z.EncBinary() - _ = yym3385 + yym3376 := z.EncBinary() + _ = yym3376 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -43163,8 +43081,8 @@ func (x *NamespacePhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3386 := z.DecBinary() - _ = yym3386 + yym3377 := z.DecBinary() + _ = yym3377 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -43179,39 +43097,39 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3387 := z.EncBinary() - _ = yym3387 + yym3378 := z.EncBinary() + _ = yym3378 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3388 := !z.EncBinary() - yy2arr3388 := z.EncBasicHandle().StructToArray - var yyq3388 [5]bool - _, _, _ = yysep3388, yyq3388, yy2arr3388 - const yyr3388 bool = false - yyq3388[0] = x.Kind != "" - yyq3388[1] = x.APIVersion != "" - yyq3388[2] = true - yyq3388[3] = true - yyq3388[4] = true - var yynn3388 int - if yyr3388 || yy2arr3388 { + yysep3379 := !z.EncBinary() + yy2arr3379 := z.EncBasicHandle().StructToArray + var yyq3379 [5]bool + _, _, _ = yysep3379, yyq3379, yy2arr3379 + const yyr3379 bool = false + yyq3379[0] = x.Kind != "" + yyq3379[1] = x.APIVersion != "" + yyq3379[2] = true + yyq3379[3] = true + yyq3379[4] = true + var yynn3379 int + if yyr3379 || yy2arr3379 { r.EncodeArrayStart(5) } else { - yynn3388 = 0 - for _, b := range yyq3388 { + yynn3379 = 0 + for _, b := range yyq3379 { if b { - yynn3388++ + yynn3379++ } } - r.EncodeMapStart(yynn3388) - yynn3388 = 0 + r.EncodeMapStart(yynn3379) + yynn3379 = 0 } - if yyr3388 || yy2arr3388 { + if yyr3379 || yy2arr3379 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3388[0] { - yym3390 := z.EncBinary() - _ = yym3390 + if yyq3379[0] { + yym3381 := z.EncBinary() + _ = yym3381 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -43220,23 +43138,23 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3388[0] { + if yyq3379[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3391 := z.EncBinary() - _ = yym3391 + yym3382 := z.EncBinary() + _ = yym3382 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3388 || yy2arr3388 { + if yyr3379 || yy2arr3379 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3388[1] { - yym3393 := z.EncBinary() - _ = yym3393 + if yyq3379[1] { + yym3384 := z.EncBinary() + _ = yym3384 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -43245,70 +43163,70 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3388[1] { + if yyq3379[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3394 := z.EncBinary() - _ = yym3394 + yym3385 := z.EncBinary() + _ = yym3385 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3388 || yy2arr3388 { + if yyr3379 || yy2arr3379 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3388[2] { - yy3396 := &x.ObjectMeta - yy3396.CodecEncodeSelf(e) + if yyq3379[2] { + yy3387 := &x.ObjectMeta + yy3387.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3388[2] { + if yyq3379[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3397 := &x.ObjectMeta - yy3397.CodecEncodeSelf(e) + yy3388 := &x.ObjectMeta + yy3388.CodecEncodeSelf(e) } } - if yyr3388 || yy2arr3388 { + if yyr3379 || yy2arr3379 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3388[3] { - yy3399 := &x.Spec - yy3399.CodecEncodeSelf(e) + if yyq3379[3] { + yy3390 := &x.Spec + yy3390.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3388[3] { + if yyq3379[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3400 := &x.Spec - yy3400.CodecEncodeSelf(e) + yy3391 := &x.Spec + yy3391.CodecEncodeSelf(e) } } - if yyr3388 || yy2arr3388 { + if yyr3379 || yy2arr3379 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3388[4] { - yy3402 := &x.Status - yy3402.CodecEncodeSelf(e) + if yyq3379[4] { + yy3393 := &x.Status + yy3393.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3388[4] { + if yyq3379[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3403 := &x.Status - yy3403.CodecEncodeSelf(e) + yy3394 := &x.Status + yy3394.CodecEncodeSelf(e) } } - if yyr3388 || yy2arr3388 { + if yyr3379 || yy2arr3379 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43321,25 +43239,25 @@ func (x *Namespace) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3404 := z.DecBinary() - _ = yym3404 + yym3395 := z.DecBinary() + _ = yym3395 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3405 := r.ContainerType() - if yyct3405 == codecSelferValueTypeMap1234 { - yyl3405 := r.ReadMapStart() - if yyl3405 == 0 { + yyct3396 := r.ContainerType() + if yyct3396 == codecSelferValueTypeMap1234 { + yyl3396 := r.ReadMapStart() + if yyl3396 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3405, d) + x.codecDecodeSelfFromMap(yyl3396, d) } - } else if yyct3405 == codecSelferValueTypeArray1234 { - yyl3405 := r.ReadArrayStart() - if yyl3405 == 0 { + } else if yyct3396 == codecSelferValueTypeArray1234 { + yyl3396 := r.ReadArrayStart() + if yyl3396 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3405, d) + x.codecDecodeSelfFromArray(yyl3396, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43351,12 +43269,12 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3406Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3406Slc - var yyhl3406 bool = l >= 0 - for yyj3406 := 0; ; yyj3406++ { - if yyhl3406 { - if yyj3406 >= l { + var yys3397Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3397Slc + var yyhl3397 bool = l >= 0 + for yyj3397 := 0; ; yyj3397++ { + if yyhl3397 { + if yyj3397 >= l { break } } else { @@ -43365,10 +43283,10 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3406Slc = r.DecodeBytes(yys3406Slc, true, true) - yys3406 := string(yys3406Slc) + yys3397Slc = r.DecodeBytes(yys3397Slc, true, true) + yys3397 := string(yys3397Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3406 { + switch yys3397 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -43385,27 +43303,27 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3409 := &x.ObjectMeta - yyv3409.CodecDecodeSelf(d) + yyv3400 := &x.ObjectMeta + yyv3400.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NamespaceSpec{} } else { - yyv3410 := &x.Spec - yyv3410.CodecDecodeSelf(d) + yyv3401 := &x.Spec + yyv3401.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = NamespaceStatus{} } else { - yyv3411 := &x.Status - yyv3411.CodecDecodeSelf(d) + yyv3402 := &x.Status + yyv3402.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3406) - } // end switch yys3406 - } // end for yyj3406 + z.DecStructFieldNotFound(-1, yys3397) + } // end switch yys3397 + } // end for yyj3397 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43413,16 +43331,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3412 int - var yyb3412 bool - var yyhl3412 bool = l >= 0 - yyj3412++ - if yyhl3412 { - yyb3412 = yyj3412 > l + var yyj3403 int + var yyb3403 bool + var yyhl3403 bool = l >= 0 + yyj3403++ + if yyhl3403 { + yyb3403 = yyj3403 > l } else { - yyb3412 = r.CheckBreak() + yyb3403 = r.CheckBreak() } - if yyb3412 { + if yyb3403 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43432,13 +43350,13 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3412++ - if yyhl3412 { - yyb3412 = yyj3412 > l + yyj3403++ + if yyhl3403 { + yyb3403 = yyj3403 > l } else { - yyb3412 = r.CheckBreak() + yyb3403 = r.CheckBreak() } - if yyb3412 { + if yyb3403 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43448,13 +43366,13 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3412++ - if yyhl3412 { - yyb3412 = yyj3412 > l + yyj3403++ + if yyhl3403 { + yyb3403 = yyj3403 > l } else { - yyb3412 = r.CheckBreak() + yyb3403 = r.CheckBreak() } - if yyb3412 { + if yyb3403 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43462,16 +43380,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3415 := &x.ObjectMeta - yyv3415.CodecDecodeSelf(d) + yyv3406 := &x.ObjectMeta + yyv3406.CodecDecodeSelf(d) } - yyj3412++ - if yyhl3412 { - yyb3412 = yyj3412 > l + yyj3403++ + if yyhl3403 { + yyb3403 = yyj3403 > l } else { - yyb3412 = r.CheckBreak() + yyb3403 = r.CheckBreak() } - if yyb3412 { + if yyb3403 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43479,16 +43397,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NamespaceSpec{} } else { - yyv3416 := &x.Spec - yyv3416.CodecDecodeSelf(d) + yyv3407 := &x.Spec + yyv3407.CodecDecodeSelf(d) } - yyj3412++ - if yyhl3412 { - yyb3412 = yyj3412 > l + yyj3403++ + if yyhl3403 { + yyb3403 = yyj3403 > l } else { - yyb3412 = r.CheckBreak() + yyb3403 = r.CheckBreak() } - if yyb3412 { + if yyb3403 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43496,21 +43414,21 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = NamespaceStatus{} } else { - yyv3417 := &x.Status - yyv3417.CodecDecodeSelf(d) + yyv3408 := &x.Status + yyv3408.CodecDecodeSelf(d) } for { - yyj3412++ - if yyhl3412 { - yyb3412 = yyj3412 > l + yyj3403++ + if yyhl3403 { + yyb3403 = yyj3403 > l } else { - yyb3412 = r.CheckBreak() + yyb3403 = r.CheckBreak() } - if yyb3412 { + if yyb3403 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3412-1, "") + z.DecStructFieldNotFound(yyj3403-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43522,37 +43440,37 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3418 := z.EncBinary() - _ = yym3418 + yym3409 := z.EncBinary() + _ = yym3409 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3419 := !z.EncBinary() - yy2arr3419 := z.EncBasicHandle().StructToArray - var yyq3419 [4]bool - _, _, _ = yysep3419, yyq3419, yy2arr3419 - const yyr3419 bool = false - yyq3419[0] = x.Kind != "" - yyq3419[1] = x.APIVersion != "" - yyq3419[2] = true - var yynn3419 int - if yyr3419 || yy2arr3419 { + yysep3410 := !z.EncBinary() + yy2arr3410 := z.EncBasicHandle().StructToArray + var yyq3410 [4]bool + _, _, _ = yysep3410, yyq3410, yy2arr3410 + const yyr3410 bool = false + yyq3410[0] = x.Kind != "" + yyq3410[1] = x.APIVersion != "" + yyq3410[2] = true + var yynn3410 int + if yyr3410 || yy2arr3410 { r.EncodeArrayStart(4) } else { - yynn3419 = 1 - for _, b := range yyq3419 { + yynn3410 = 1 + for _, b := range yyq3410 { if b { - yynn3419++ + yynn3410++ } } - r.EncodeMapStart(yynn3419) - yynn3419 = 0 + r.EncodeMapStart(yynn3410) + yynn3410 = 0 } - if yyr3419 || yy2arr3419 { + if yyr3410 || yy2arr3410 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3419[0] { - yym3421 := z.EncBinary() - _ = yym3421 + if yyq3410[0] { + yym3412 := z.EncBinary() + _ = yym3412 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -43561,23 +43479,23 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3419[0] { + if yyq3410[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3422 := z.EncBinary() - _ = yym3422 + yym3413 := z.EncBinary() + _ = yym3413 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3419 || yy2arr3419 { + if yyr3410 || yy2arr3410 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3419[1] { - yym3424 := z.EncBinary() - _ = yym3424 + if yyq3410[1] { + yym3415 := z.EncBinary() + _ = yym3415 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -43586,54 +43504,54 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3419[1] { + if yyq3410[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3425 := z.EncBinary() - _ = yym3425 + yym3416 := z.EncBinary() + _ = yym3416 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3419 || yy2arr3419 { + if yyr3410 || yy2arr3410 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3419[2] { - yy3427 := &x.ListMeta - yym3428 := z.EncBinary() - _ = yym3428 + if yyq3410[2] { + yy3418 := &x.ListMeta + yym3419 := z.EncBinary() + _ = yym3419 if false { - } else if z.HasExtensions() && z.EncExt(yy3427) { + } else if z.HasExtensions() && z.EncExt(yy3418) { } else { - z.EncFallback(yy3427) + z.EncFallback(yy3418) } } else { r.EncodeNil() } } else { - if yyq3419[2] { + if yyq3410[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3429 := &x.ListMeta - yym3430 := z.EncBinary() - _ = yym3430 + yy3420 := &x.ListMeta + yym3421 := z.EncBinary() + _ = yym3421 if false { - } else if z.HasExtensions() && z.EncExt(yy3429) { + } else if z.HasExtensions() && z.EncExt(yy3420) { } else { - z.EncFallback(yy3429) + z.EncFallback(yy3420) } } } - if yyr3419 || yy2arr3419 { + if yyr3410 || yy2arr3410 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3432 := z.EncBinary() - _ = yym3432 + yym3423 := z.EncBinary() + _ = yym3423 if false { } else { h.encSliceNamespace(([]Namespace)(x.Items), e) @@ -43646,15 +43564,15 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3433 := z.EncBinary() - _ = yym3433 + yym3424 := z.EncBinary() + _ = yym3424 if false { } else { h.encSliceNamespace(([]Namespace)(x.Items), e) } } } - if yyr3419 || yy2arr3419 { + if yyr3410 || yy2arr3410 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43667,25 +43585,25 @@ func (x *NamespaceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3434 := z.DecBinary() - _ = yym3434 + yym3425 := z.DecBinary() + _ = yym3425 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3435 := r.ContainerType() - if yyct3435 == codecSelferValueTypeMap1234 { - yyl3435 := r.ReadMapStart() - if yyl3435 == 0 { + yyct3426 := r.ContainerType() + if yyct3426 == codecSelferValueTypeMap1234 { + yyl3426 := r.ReadMapStart() + if yyl3426 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3435, d) + x.codecDecodeSelfFromMap(yyl3426, d) } - } else if yyct3435 == codecSelferValueTypeArray1234 { - yyl3435 := r.ReadArrayStart() - if yyl3435 == 0 { + } else if yyct3426 == codecSelferValueTypeArray1234 { + yyl3426 := r.ReadArrayStart() + if yyl3426 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3435, d) + x.codecDecodeSelfFromArray(yyl3426, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43697,12 +43615,12 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3436Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3436Slc - var yyhl3436 bool = l >= 0 - for yyj3436 := 0; ; yyj3436++ { - if yyhl3436 { - if yyj3436 >= l { + var yys3427Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3427Slc + var yyhl3427 bool = l >= 0 + for yyj3427 := 0; ; yyj3427++ { + if yyhl3427 { + if yyj3427 >= l { break } } else { @@ -43711,10 +43629,10 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3436Slc = r.DecodeBytes(yys3436Slc, true, true) - yys3436 := string(yys3436Slc) + yys3427Slc = r.DecodeBytes(yys3427Slc, true, true) + yys3427 := string(yys3427Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3436 { + switch yys3427 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -43731,31 +43649,31 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3439 := &x.ListMeta - yym3440 := z.DecBinary() - _ = yym3440 + yyv3430 := &x.ListMeta + yym3431 := z.DecBinary() + _ = yym3431 if false { - } else if z.HasExtensions() && z.DecExt(yyv3439) { + } else if z.HasExtensions() && z.DecExt(yyv3430) { } else { - z.DecFallback(yyv3439, false) + z.DecFallback(yyv3430, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3441 := &x.Items - yym3442 := z.DecBinary() - _ = yym3442 + yyv3432 := &x.Items + yym3433 := z.DecBinary() + _ = yym3433 if false { } else { - h.decSliceNamespace((*[]Namespace)(yyv3441), d) + h.decSliceNamespace((*[]Namespace)(yyv3432), d) } } default: - z.DecStructFieldNotFound(-1, yys3436) - } // end switch yys3436 - } // end for yyj3436 + z.DecStructFieldNotFound(-1, yys3427) + } // end switch yys3427 + } // end for yyj3427 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43763,16 +43681,16 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3443 int - var yyb3443 bool - var yyhl3443 bool = l >= 0 - yyj3443++ - if yyhl3443 { - yyb3443 = yyj3443 > l + var yyj3434 int + var yyb3434 bool + var yyhl3434 bool = l >= 0 + yyj3434++ + if yyhl3434 { + yyb3434 = yyj3434 > l } else { - yyb3443 = r.CheckBreak() + yyb3434 = r.CheckBreak() } - if yyb3443 { + if yyb3434 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43782,13 +43700,13 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3443++ - if yyhl3443 { - yyb3443 = yyj3443 > l + yyj3434++ + if yyhl3434 { + yyb3434 = yyj3434 > l } else { - yyb3443 = r.CheckBreak() + yyb3434 = r.CheckBreak() } - if yyb3443 { + if yyb3434 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43798,13 +43716,13 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3443++ - if yyhl3443 { - yyb3443 = yyj3443 > l + yyj3434++ + if yyhl3434 { + yyb3434 = yyj3434 > l } else { - yyb3443 = r.CheckBreak() + yyb3434 = r.CheckBreak() } - if yyb3443 { + if yyb3434 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43812,22 +43730,22 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3446 := &x.ListMeta - yym3447 := z.DecBinary() - _ = yym3447 + yyv3437 := &x.ListMeta + yym3438 := z.DecBinary() + _ = yym3438 if false { - } else if z.HasExtensions() && z.DecExt(yyv3446) { + } else if z.HasExtensions() && z.DecExt(yyv3437) { } else { - z.DecFallback(yyv3446, false) + z.DecFallback(yyv3437, false) } } - yyj3443++ - if yyhl3443 { - yyb3443 = yyj3443 > l + yyj3434++ + if yyhl3434 { + yyb3434 = yyj3434 > l } else { - yyb3443 = r.CheckBreak() + yyb3434 = r.CheckBreak() } - if yyb3443 { + if yyb3434 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43835,26 +43753,26 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3448 := &x.Items - yym3449 := z.DecBinary() - _ = yym3449 + yyv3439 := &x.Items + yym3440 := z.DecBinary() + _ = yym3440 if false { } else { - h.decSliceNamespace((*[]Namespace)(yyv3448), d) + h.decSliceNamespace((*[]Namespace)(yyv3439), d) } } for { - yyj3443++ - if yyhl3443 { - yyb3443 = yyj3443 > l + yyj3434++ + if yyhl3434 { + yyb3434 = yyj3434 > l } else { - yyb3443 = r.CheckBreak() + yyb3434 = r.CheckBreak() } - if yyb3443 { + if yyb3434 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3443-1, "") + z.DecStructFieldNotFound(yyj3434-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43866,37 +43784,37 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3450 := z.EncBinary() - _ = yym3450 + yym3441 := z.EncBinary() + _ = yym3441 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3451 := !z.EncBinary() - yy2arr3451 := z.EncBasicHandle().StructToArray - var yyq3451 [4]bool - _, _, _ = yysep3451, yyq3451, yy2arr3451 - const yyr3451 bool = false - yyq3451[0] = x.Kind != "" - yyq3451[1] = x.APIVersion != "" - yyq3451[2] = true - var yynn3451 int - if yyr3451 || yy2arr3451 { + yysep3442 := !z.EncBinary() + yy2arr3442 := z.EncBasicHandle().StructToArray + var yyq3442 [4]bool + _, _, _ = yysep3442, yyq3442, yy2arr3442 + const yyr3442 bool = false + yyq3442[0] = x.Kind != "" + yyq3442[1] = x.APIVersion != "" + yyq3442[2] = true + var yynn3442 int + if yyr3442 || yy2arr3442 { r.EncodeArrayStart(4) } else { - yynn3451 = 1 - for _, b := range yyq3451 { + yynn3442 = 1 + for _, b := range yyq3442 { if b { - yynn3451++ + yynn3442++ } } - r.EncodeMapStart(yynn3451) - yynn3451 = 0 + r.EncodeMapStart(yynn3442) + yynn3442 = 0 } - if yyr3451 || yy2arr3451 { + if yyr3442 || yy2arr3442 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3451[0] { - yym3453 := z.EncBinary() - _ = yym3453 + if yyq3442[0] { + yym3444 := z.EncBinary() + _ = yym3444 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -43905,23 +43823,23 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3451[0] { + if yyq3442[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3454 := z.EncBinary() - _ = yym3454 + yym3445 := z.EncBinary() + _ = yym3445 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3451 || yy2arr3451 { + if yyr3442 || yy2arr3442 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3451[1] { - yym3456 := z.EncBinary() - _ = yym3456 + if yyq3442[1] { + yym3447 := z.EncBinary() + _ = yym3447 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -43930,47 +43848,47 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3451[1] { + if yyq3442[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3457 := z.EncBinary() - _ = yym3457 + yym3448 := z.EncBinary() + _ = yym3448 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3451 || yy2arr3451 { + if yyr3442 || yy2arr3442 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3451[2] { - yy3459 := &x.ObjectMeta - yy3459.CodecEncodeSelf(e) + if yyq3442[2] { + yy3450 := &x.ObjectMeta + yy3450.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3451[2] { + if yyq3442[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3460 := &x.ObjectMeta - yy3460.CodecEncodeSelf(e) + yy3451 := &x.ObjectMeta + yy3451.CodecEncodeSelf(e) } } - if yyr3451 || yy2arr3451 { + if yyr3442 || yy2arr3442 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3462 := &x.Target - yy3462.CodecEncodeSelf(e) + yy3453 := &x.Target + yy3453.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("target")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3463 := &x.Target - yy3463.CodecEncodeSelf(e) + yy3454 := &x.Target + yy3454.CodecEncodeSelf(e) } - if yyr3451 || yy2arr3451 { + if yyr3442 || yy2arr3442 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43983,25 +43901,25 @@ func (x *Binding) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3464 := z.DecBinary() - _ = yym3464 + yym3455 := z.DecBinary() + _ = yym3455 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3465 := r.ContainerType() - if yyct3465 == codecSelferValueTypeMap1234 { - yyl3465 := r.ReadMapStart() - if yyl3465 == 0 { + yyct3456 := r.ContainerType() + if yyct3456 == codecSelferValueTypeMap1234 { + yyl3456 := r.ReadMapStart() + if yyl3456 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3465, d) + x.codecDecodeSelfFromMap(yyl3456, d) } - } else if yyct3465 == codecSelferValueTypeArray1234 { - yyl3465 := r.ReadArrayStart() - if yyl3465 == 0 { + } else if yyct3456 == codecSelferValueTypeArray1234 { + yyl3456 := r.ReadArrayStart() + if yyl3456 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3465, d) + x.codecDecodeSelfFromArray(yyl3456, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -44013,12 +43931,12 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3466Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3466Slc - var yyhl3466 bool = l >= 0 - for yyj3466 := 0; ; yyj3466++ { - if yyhl3466 { - if yyj3466 >= l { + var yys3457Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3457Slc + var yyhl3457 bool = l >= 0 + for yyj3457 := 0; ; yyj3457++ { + if yyhl3457 { + if yyj3457 >= l { break } } else { @@ -44027,10 +43945,10 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3466Slc = r.DecodeBytes(yys3466Slc, true, true) - yys3466 := string(yys3466Slc) + yys3457Slc = r.DecodeBytes(yys3457Slc, true, true) + yys3457 := string(yys3457Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3466 { + switch yys3457 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -44047,20 +43965,20 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3469 := &x.ObjectMeta - yyv3469.CodecDecodeSelf(d) + yyv3460 := &x.ObjectMeta + yyv3460.CodecDecodeSelf(d) } case "target": if r.TryDecodeAsNil() { x.Target = ObjectReference{} } else { - yyv3470 := &x.Target - yyv3470.CodecDecodeSelf(d) + yyv3461 := &x.Target + yyv3461.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3466) - } // end switch yys3466 - } // end for yyj3466 + z.DecStructFieldNotFound(-1, yys3457) + } // end switch yys3457 + } // end for yyj3457 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -44068,16 +43986,16 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3471 int - var yyb3471 bool - var yyhl3471 bool = l >= 0 - yyj3471++ - if yyhl3471 { - yyb3471 = yyj3471 > l + var yyj3462 int + var yyb3462 bool + var yyhl3462 bool = l >= 0 + yyj3462++ + if yyhl3462 { + yyb3462 = yyj3462 > l } else { - yyb3471 = r.CheckBreak() + yyb3462 = r.CheckBreak() } - if yyb3471 { + if yyb3462 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44087,13 +44005,13 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3471++ - if yyhl3471 { - yyb3471 = yyj3471 > l + yyj3462++ + if yyhl3462 { + yyb3462 = yyj3462 > l } else { - yyb3471 = r.CheckBreak() + yyb3462 = r.CheckBreak() } - if yyb3471 { + if yyb3462 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44103,13 +44021,13 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3471++ - if yyhl3471 { - yyb3471 = yyj3471 > l + yyj3462++ + if yyhl3462 { + yyb3462 = yyj3462 > l } else { - yyb3471 = r.CheckBreak() + yyb3462 = r.CheckBreak() } - if yyb3471 { + if yyb3462 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44117,16 +44035,16 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3474 := &x.ObjectMeta - yyv3474.CodecDecodeSelf(d) + yyv3465 := &x.ObjectMeta + yyv3465.CodecDecodeSelf(d) } - yyj3471++ - if yyhl3471 { - yyb3471 = yyj3471 > l + yyj3462++ + if yyhl3462 { + yyb3462 = yyj3462 > l } else { - yyb3471 = r.CheckBreak() + yyb3462 = r.CheckBreak() } - if yyb3471 { + if yyb3462 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44134,21 +44052,21 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Target = ObjectReference{} } else { - yyv3475 := &x.Target - yyv3475.CodecDecodeSelf(d) + yyv3466 := &x.Target + yyv3466.CodecDecodeSelf(d) } for { - yyj3471++ - if yyhl3471 { - yyb3471 = yyj3471 > l + yyj3462++ + if yyhl3462 { + yyb3462 = yyj3462 > l } else { - yyb3471 = r.CheckBreak() + yyb3462 = r.CheckBreak() } - if yyb3471 { + if yyb3462 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3471-1, "") + z.DecStructFieldNotFound(yyj3462-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44160,68 +44078,68 @@ func (x *Preconditions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3476 := z.EncBinary() - _ = yym3476 + yym3467 := z.EncBinary() + _ = yym3467 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3477 := !z.EncBinary() - yy2arr3477 := z.EncBasicHandle().StructToArray - var yyq3477 [1]bool - _, _, _ = yysep3477, yyq3477, yy2arr3477 - const yyr3477 bool = false - yyq3477[0] = x.UID != nil - var yynn3477 int - if yyr3477 || yy2arr3477 { + yysep3468 := !z.EncBinary() + yy2arr3468 := z.EncBasicHandle().StructToArray + var yyq3468 [1]bool + _, _, _ = yysep3468, yyq3468, yy2arr3468 + const yyr3468 bool = false + yyq3468[0] = x.UID != nil + var yynn3468 int + if yyr3468 || yy2arr3468 { r.EncodeArrayStart(1) } else { - yynn3477 = 0 - for _, b := range yyq3477 { + yynn3468 = 0 + for _, b := range yyq3468 { if b { - yynn3477++ + yynn3468++ } } - r.EncodeMapStart(yynn3477) - yynn3477 = 0 + r.EncodeMapStart(yynn3468) + yynn3468 = 0 } - if yyr3477 || yy2arr3477 { + if yyr3468 || yy2arr3468 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3477[0] { + if yyq3468[0] { if x.UID == nil { r.EncodeNil() } else { - yy3479 := *x.UID - yym3480 := z.EncBinary() - _ = yym3480 + yy3470 := *x.UID + yym3471 := z.EncBinary() + _ = yym3471 if false { - } else if z.HasExtensions() && z.EncExt(yy3479) { + } else if z.HasExtensions() && z.EncExt(yy3470) { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy3479)) + r.EncodeString(codecSelferC_UTF81234, string(yy3470)) } } } else { r.EncodeNil() } } else { - if yyq3477[0] { + if yyq3468[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("uid")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.UID == nil { r.EncodeNil() } else { - yy3481 := *x.UID - yym3482 := z.EncBinary() - _ = yym3482 + yy3472 := *x.UID + yym3473 := z.EncBinary() + _ = yym3473 if false { - } else if z.HasExtensions() && z.EncExt(yy3481) { + } else if z.HasExtensions() && z.EncExt(yy3472) { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy3481)) + r.EncodeString(codecSelferC_UTF81234, string(yy3472)) } } } } - if yyr3477 || yy2arr3477 { + if yyr3468 || yy2arr3468 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -44234,25 +44152,25 @@ func (x *Preconditions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3483 := z.DecBinary() - _ = yym3483 + yym3474 := z.DecBinary() + _ = yym3474 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3484 := r.ContainerType() - if yyct3484 == codecSelferValueTypeMap1234 { - yyl3484 := r.ReadMapStart() - if yyl3484 == 0 { + yyct3475 := r.ContainerType() + if yyct3475 == codecSelferValueTypeMap1234 { + yyl3475 := r.ReadMapStart() + if yyl3475 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3484, d) + x.codecDecodeSelfFromMap(yyl3475, d) } - } else if yyct3484 == codecSelferValueTypeArray1234 { - yyl3484 := r.ReadArrayStart() - if yyl3484 == 0 { + } else if yyct3475 == codecSelferValueTypeArray1234 { + yyl3475 := r.ReadArrayStart() + if yyl3475 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3484, d) + x.codecDecodeSelfFromArray(yyl3475, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -44264,12 +44182,12 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3485Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3485Slc - var yyhl3485 bool = l >= 0 - for yyj3485 := 0; ; yyj3485++ { - if yyhl3485 { - if yyj3485 >= l { + var yys3476Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3476Slc + var yyhl3476 bool = l >= 0 + for yyj3476 := 0; ; yyj3476++ { + if yyhl3476 { + if yyj3476 >= l { break } } else { @@ -44278,10 +44196,10 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3485Slc = r.DecodeBytes(yys3485Slc, true, true) - yys3485 := string(yys3485Slc) + yys3476Slc = r.DecodeBytes(yys3476Slc, true, true) + yys3476 := string(yys3476Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3485 { + switch yys3476 { case "uid": if r.TryDecodeAsNil() { if x.UID != nil { @@ -44291,8 +44209,8 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.UID == nil { x.UID = new(pkg1_types.UID) } - yym3487 := z.DecBinary() - _ = yym3487 + yym3478 := z.DecBinary() + _ = yym3478 if false { } else if z.HasExtensions() && z.DecExt(x.UID) { } else { @@ -44300,9 +44218,9 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } default: - z.DecStructFieldNotFound(-1, yys3485) - } // end switch yys3485 - } // end for yyj3485 + z.DecStructFieldNotFound(-1, yys3476) + } // end switch yys3476 + } // end for yyj3476 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -44310,16 +44228,16 @@ func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3488 int - var yyb3488 bool - var yyhl3488 bool = l >= 0 - yyj3488++ - if yyhl3488 { - yyb3488 = yyj3488 > l + var yyj3479 int + var yyb3479 bool + var yyhl3479 bool = l >= 0 + yyj3479++ + if yyhl3479 { + yyb3479 = yyj3479 > l } else { - yyb3488 = r.CheckBreak() + yyb3479 = r.CheckBreak() } - if yyb3488 { + if yyb3479 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44332,8 +44250,8 @@ func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.UID == nil { x.UID = new(pkg1_types.UID) } - yym3490 := z.DecBinary() - _ = yym3490 + yym3481 := z.DecBinary() + _ = yym3481 if false { } else if z.HasExtensions() && z.DecExt(x.UID) { } else { @@ -44341,17 +44259,17 @@ func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } } for { - yyj3488++ - if yyhl3488 { - yyb3488 = yyj3488 > l + yyj3479++ + if yyhl3479 { + yyb3479 = yyj3479 > l } else { - yyb3488 = r.CheckBreak() + yyb3479 = r.CheckBreak() } - if yyb3488 { + if yyb3479 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3488-1, "") + z.DecStructFieldNotFound(yyj3479-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44363,39 +44281,39 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3491 := z.EncBinary() - _ = yym3491 + yym3482 := z.EncBinary() + _ = yym3482 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3492 := !z.EncBinary() - yy2arr3492 := z.EncBasicHandle().StructToArray - var yyq3492 [5]bool - _, _, _ = yysep3492, yyq3492, yy2arr3492 - const yyr3492 bool = false - yyq3492[0] = x.Kind != "" - yyq3492[1] = x.APIVersion != "" - yyq3492[2] = x.GracePeriodSeconds != nil - yyq3492[3] = x.Preconditions != nil - yyq3492[4] = x.OrphanDependents != nil - var yynn3492 int - if yyr3492 || yy2arr3492 { + yysep3483 := !z.EncBinary() + yy2arr3483 := z.EncBasicHandle().StructToArray + var yyq3483 [5]bool + _, _, _ = yysep3483, yyq3483, yy2arr3483 + const yyr3483 bool = false + yyq3483[0] = x.Kind != "" + yyq3483[1] = x.APIVersion != "" + yyq3483[2] = x.GracePeriodSeconds != nil + yyq3483[3] = x.Preconditions != nil + yyq3483[4] = x.OrphanDependents != nil + var yynn3483 int + if yyr3483 || yy2arr3483 { r.EncodeArrayStart(5) } else { - yynn3492 = 0 - for _, b := range yyq3492 { + yynn3483 = 0 + for _, b := range yyq3483 { if b { - yynn3492++ + yynn3483++ } } - r.EncodeMapStart(yynn3492) - yynn3492 = 0 + r.EncodeMapStart(yynn3483) + yynn3483 = 0 } - if yyr3492 || yy2arr3492 { + if yyr3483 || yy2arr3483 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3492[0] { - yym3494 := z.EncBinary() - _ = yym3494 + if yyq3483[0] { + yym3485 := z.EncBinary() + _ = yym3485 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -44404,23 +44322,23 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3492[0] { + if yyq3483[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3495 := z.EncBinary() - _ = yym3495 + yym3486 := z.EncBinary() + _ = yym3486 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3492 || yy2arr3492 { + if yyr3483 || yy2arr3483 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3492[1] { - yym3497 := z.EncBinary() - _ = yym3497 + if yyq3483[1] { + yym3488 := z.EncBinary() + _ = yym3488 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -44429,56 +44347,56 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3492[1] { + if yyq3483[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3498 := z.EncBinary() - _ = yym3498 + yym3489 := z.EncBinary() + _ = yym3489 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3492 || yy2arr3492 { + if yyr3483 || yy2arr3483 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3492[2] { + if yyq3483[2] { if x.GracePeriodSeconds == nil { r.EncodeNil() } else { - yy3500 := *x.GracePeriodSeconds - yym3501 := z.EncBinary() - _ = yym3501 + yy3491 := *x.GracePeriodSeconds + yym3492 := z.EncBinary() + _ = yym3492 if false { } else { - r.EncodeInt(int64(yy3500)) + r.EncodeInt(int64(yy3491)) } } } else { r.EncodeNil() } } else { - if yyq3492[2] { + if yyq3483[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("gracePeriodSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.GracePeriodSeconds == nil { r.EncodeNil() } else { - yy3502 := *x.GracePeriodSeconds - yym3503 := z.EncBinary() - _ = yym3503 + yy3493 := *x.GracePeriodSeconds + yym3494 := z.EncBinary() + _ = yym3494 if false { } else { - r.EncodeInt(int64(yy3502)) + r.EncodeInt(int64(yy3493)) } } } } - if yyr3492 || yy2arr3492 { + if yyr3483 || yy2arr3483 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3492[3] { + if yyq3483[3] { if x.Preconditions == nil { r.EncodeNil() } else { @@ -44488,7 +44406,7 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3492[3] { + if yyq3483[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preconditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -44499,42 +44417,42 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3492 || yy2arr3492 { + if yyr3483 || yy2arr3483 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3492[4] { + if yyq3483[4] { if x.OrphanDependents == nil { r.EncodeNil() } else { - yy3506 := *x.OrphanDependents - yym3507 := z.EncBinary() - _ = yym3507 + yy3497 := *x.OrphanDependents + yym3498 := z.EncBinary() + _ = yym3498 if false { } else { - r.EncodeBool(bool(yy3506)) + r.EncodeBool(bool(yy3497)) } } } else { r.EncodeNil() } } else { - if yyq3492[4] { + if yyq3483[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("orphanDependents")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.OrphanDependents == nil { r.EncodeNil() } else { - yy3508 := *x.OrphanDependents - yym3509 := z.EncBinary() - _ = yym3509 + yy3499 := *x.OrphanDependents + yym3500 := z.EncBinary() + _ = yym3500 if false { } else { - r.EncodeBool(bool(yy3508)) + r.EncodeBool(bool(yy3499)) } } } } - if yyr3492 || yy2arr3492 { + if yyr3483 || yy2arr3483 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -44547,25 +44465,25 @@ func (x *DeleteOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3510 := z.DecBinary() - _ = yym3510 + yym3501 := z.DecBinary() + _ = yym3501 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3511 := r.ContainerType() - if yyct3511 == codecSelferValueTypeMap1234 { - yyl3511 := r.ReadMapStart() - if yyl3511 == 0 { + yyct3502 := r.ContainerType() + if yyct3502 == codecSelferValueTypeMap1234 { + yyl3502 := r.ReadMapStart() + if yyl3502 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3511, d) + x.codecDecodeSelfFromMap(yyl3502, d) } - } else if yyct3511 == codecSelferValueTypeArray1234 { - yyl3511 := r.ReadArrayStart() - if yyl3511 == 0 { + } else if yyct3502 == codecSelferValueTypeArray1234 { + yyl3502 := r.ReadArrayStart() + if yyl3502 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3511, d) + x.codecDecodeSelfFromArray(yyl3502, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -44577,12 +44495,12 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3512Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3512Slc - var yyhl3512 bool = l >= 0 - for yyj3512 := 0; ; yyj3512++ { - if yyhl3512 { - if yyj3512 >= l { + var yys3503Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3503Slc + var yyhl3503 bool = l >= 0 + for yyj3503 := 0; ; yyj3503++ { + if yyhl3503 { + if yyj3503 >= l { break } } else { @@ -44591,10 +44509,10 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3512Slc = r.DecodeBytes(yys3512Slc, true, true) - yys3512 := string(yys3512Slc) + yys3503Slc = r.DecodeBytes(yys3503Slc, true, true) + yys3503 := string(yys3503Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3512 { + switch yys3503 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -44616,8 +44534,8 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.GracePeriodSeconds == nil { x.GracePeriodSeconds = new(int64) } - yym3516 := z.DecBinary() - _ = yym3516 + yym3507 := z.DecBinary() + _ = yym3507 if false { } else { *((*int64)(x.GracePeriodSeconds)) = int64(r.DecodeInt(64)) @@ -44643,17 +44561,17 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.OrphanDependents == nil { x.OrphanDependents = new(bool) } - yym3519 := z.DecBinary() - _ = yym3519 + yym3510 := z.DecBinary() + _ = yym3510 if false { } else { *((*bool)(x.OrphanDependents)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys3512) - } // end switch yys3512 - } // end for yyj3512 + z.DecStructFieldNotFound(-1, yys3503) + } // end switch yys3503 + } // end for yyj3503 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -44661,16 +44579,16 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3520 int - var yyb3520 bool - var yyhl3520 bool = l >= 0 - yyj3520++ - if yyhl3520 { - yyb3520 = yyj3520 > l + var yyj3511 int + var yyb3511 bool + var yyhl3511 bool = l >= 0 + yyj3511++ + if yyhl3511 { + yyb3511 = yyj3511 > l } else { - yyb3520 = r.CheckBreak() + yyb3511 = r.CheckBreak() } - if yyb3520 { + if yyb3511 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44680,13 +44598,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3520++ - if yyhl3520 { - yyb3520 = yyj3520 > l + yyj3511++ + if yyhl3511 { + yyb3511 = yyj3511 > l } else { - yyb3520 = r.CheckBreak() + yyb3511 = r.CheckBreak() } - if yyb3520 { + if yyb3511 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44696,13 +44614,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3520++ - if yyhl3520 { - yyb3520 = yyj3520 > l + yyj3511++ + if yyhl3511 { + yyb3511 = yyj3511 > l } else { - yyb3520 = r.CheckBreak() + yyb3511 = r.CheckBreak() } - if yyb3520 { + if yyb3511 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44715,20 +44633,20 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.GracePeriodSeconds == nil { x.GracePeriodSeconds = new(int64) } - yym3524 := z.DecBinary() - _ = yym3524 + yym3515 := z.DecBinary() + _ = yym3515 if false { } else { *((*int64)(x.GracePeriodSeconds)) = int64(r.DecodeInt(64)) } } - yyj3520++ - if yyhl3520 { - yyb3520 = yyj3520 > l + yyj3511++ + if yyhl3511 { + yyb3511 = yyj3511 > l } else { - yyb3520 = r.CheckBreak() + yyb3511 = r.CheckBreak() } - if yyb3520 { + if yyb3511 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44743,13 +44661,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Preconditions.CodecDecodeSelf(d) } - yyj3520++ - if yyhl3520 { - yyb3520 = yyj3520 > l + yyj3511++ + if yyhl3511 { + yyb3511 = yyj3511 > l } else { - yyb3520 = r.CheckBreak() + yyb3511 = r.CheckBreak() } - if yyb3520 { + if yyb3511 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44762,25 +44680,25 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.OrphanDependents == nil { x.OrphanDependents = new(bool) } - yym3527 := z.DecBinary() - _ = yym3527 + yym3518 := z.DecBinary() + _ = yym3518 if false { } else { *((*bool)(x.OrphanDependents)) = r.DecodeBool() } } for { - yyj3520++ - if yyhl3520 { - yyb3520 = yyj3520 > l + yyj3511++ + if yyhl3511 { + yyb3511 = yyj3511 > l } else { - yyb3520 = r.CheckBreak() + yyb3511 = r.CheckBreak() } - if yyb3520 { + if yyb3511 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3520-1, "") + z.DecStructFieldNotFound(yyj3511-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44792,36 +44710,36 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3528 := z.EncBinary() - _ = yym3528 + yym3519 := z.EncBinary() + _ = yym3519 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3529 := !z.EncBinary() - yy2arr3529 := z.EncBasicHandle().StructToArray - var yyq3529 [4]bool - _, _, _ = yysep3529, yyq3529, yy2arr3529 - const yyr3529 bool = false - yyq3529[0] = x.Kind != "" - yyq3529[1] = x.APIVersion != "" - var yynn3529 int - if yyr3529 || yy2arr3529 { + yysep3520 := !z.EncBinary() + yy2arr3520 := z.EncBasicHandle().StructToArray + var yyq3520 [4]bool + _, _, _ = yysep3520, yyq3520, yy2arr3520 + const yyr3520 bool = false + yyq3520[0] = x.Kind != "" + yyq3520[1] = x.APIVersion != "" + var yynn3520 int + if yyr3520 || yy2arr3520 { r.EncodeArrayStart(4) } else { - yynn3529 = 2 - for _, b := range yyq3529 { + yynn3520 = 2 + for _, b := range yyq3520 { if b { - yynn3529++ + yynn3520++ } } - r.EncodeMapStart(yynn3529) - yynn3529 = 0 + r.EncodeMapStart(yynn3520) + yynn3520 = 0 } - if yyr3529 || yy2arr3529 { + if yyr3520 || yy2arr3520 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3529[0] { - yym3531 := z.EncBinary() - _ = yym3531 + if yyq3520[0] { + yym3522 := z.EncBinary() + _ = yym3522 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -44830,23 +44748,23 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3529[0] { + if yyq3520[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3532 := z.EncBinary() - _ = yym3532 + yym3523 := z.EncBinary() + _ = yym3523 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3529 || yy2arr3529 { + if yyr3520 || yy2arr3520 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3529[1] { - yym3534 := z.EncBinary() - _ = yym3534 + if yyq3520[1] { + yym3525 := z.EncBinary() + _ = yym3525 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -44855,22 +44773,22 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3529[1] { + if yyq3520[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3535 := z.EncBinary() - _ = yym3535 + yym3526 := z.EncBinary() + _ = yym3526 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3529 || yy2arr3529 { + if yyr3520 || yy2arr3520 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3537 := z.EncBinary() - _ = yym3537 + yym3528 := z.EncBinary() + _ = yym3528 if false { } else { r.EncodeBool(bool(x.Export)) @@ -44879,17 +44797,17 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("export")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3538 := z.EncBinary() - _ = yym3538 + yym3529 := z.EncBinary() + _ = yym3529 if false { } else { r.EncodeBool(bool(x.Export)) } } - if yyr3529 || yy2arr3529 { + if yyr3520 || yy2arr3520 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3540 := z.EncBinary() - _ = yym3540 + yym3531 := z.EncBinary() + _ = yym3531 if false { } else { r.EncodeBool(bool(x.Exact)) @@ -44898,14 +44816,14 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exact")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3541 := z.EncBinary() - _ = yym3541 + yym3532 := z.EncBinary() + _ = yym3532 if false { } else { r.EncodeBool(bool(x.Exact)) } } - if yyr3529 || yy2arr3529 { + if yyr3520 || yy2arr3520 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -44918,25 +44836,25 @@ func (x *ExportOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3542 := z.DecBinary() - _ = yym3542 + yym3533 := z.DecBinary() + _ = yym3533 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3543 := r.ContainerType() - if yyct3543 == codecSelferValueTypeMap1234 { - yyl3543 := r.ReadMapStart() - if yyl3543 == 0 { + yyct3534 := r.ContainerType() + if yyct3534 == codecSelferValueTypeMap1234 { + yyl3534 := r.ReadMapStart() + if yyl3534 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3543, d) + x.codecDecodeSelfFromMap(yyl3534, d) } - } else if yyct3543 == codecSelferValueTypeArray1234 { - yyl3543 := r.ReadArrayStart() - if yyl3543 == 0 { + } else if yyct3534 == codecSelferValueTypeArray1234 { + yyl3534 := r.ReadArrayStart() + if yyl3534 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3543, d) + x.codecDecodeSelfFromArray(yyl3534, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -44948,12 +44866,12 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3544Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3544Slc - var yyhl3544 bool = l >= 0 - for yyj3544 := 0; ; yyj3544++ { - if yyhl3544 { - if yyj3544 >= l { + var yys3535Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3535Slc + var yyhl3535 bool = l >= 0 + for yyj3535 := 0; ; yyj3535++ { + if yyhl3535 { + if yyj3535 >= l { break } } else { @@ -44962,10 +44880,10 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3544Slc = r.DecodeBytes(yys3544Slc, true, true) - yys3544 := string(yys3544Slc) + yys3535Slc = r.DecodeBytes(yys3535Slc, true, true) + yys3535 := string(yys3535Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3544 { + switch yys3535 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -44991,9 +44909,9 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Exact = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys3544) - } // end switch yys3544 - } // end for yyj3544 + z.DecStructFieldNotFound(-1, yys3535) + } // end switch yys3535 + } // end for yyj3535 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -45001,16 +44919,16 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3549 int - var yyb3549 bool - var yyhl3549 bool = l >= 0 - yyj3549++ - if yyhl3549 { - yyb3549 = yyj3549 > l + var yyj3540 int + var yyb3540 bool + var yyhl3540 bool = l >= 0 + yyj3540++ + if yyhl3540 { + yyb3540 = yyj3540 > l } else { - yyb3549 = r.CheckBreak() + yyb3540 = r.CheckBreak() } - if yyb3549 { + if yyb3540 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45020,13 +44938,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3549++ - if yyhl3549 { - yyb3549 = yyj3549 > l + yyj3540++ + if yyhl3540 { + yyb3540 = yyj3540 > l } else { - yyb3549 = r.CheckBreak() + yyb3540 = r.CheckBreak() } - if yyb3549 { + if yyb3540 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45036,13 +44954,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3549++ - if yyhl3549 { - yyb3549 = yyj3549 > l + yyj3540++ + if yyhl3540 { + yyb3540 = yyj3540 > l } else { - yyb3549 = r.CheckBreak() + yyb3540 = r.CheckBreak() } - if yyb3549 { + if yyb3540 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45052,13 +44970,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Export = bool(r.DecodeBool()) } - yyj3549++ - if yyhl3549 { - yyb3549 = yyj3549 > l + yyj3540++ + if yyhl3540 { + yyb3540 = yyj3540 > l } else { - yyb3549 = r.CheckBreak() + yyb3540 = r.CheckBreak() } - if yyb3549 { + if yyb3540 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45069,17 +44987,17 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Exact = bool(r.DecodeBool()) } for { - yyj3549++ - if yyhl3549 { - yyb3549 = yyj3549 > l + yyj3540++ + if yyhl3540 { + yyb3540 = yyj3540 > l } else { - yyb3549 = r.CheckBreak() + yyb3540 = r.CheckBreak() } - if yyb3549 { + if yyb3540 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3549-1, "") + z.DecStructFieldNotFound(yyj3540-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45091,36 +45009,36 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3554 := z.EncBinary() - _ = yym3554 + yym3545 := z.EncBinary() + _ = yym3545 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3555 := !z.EncBinary() - yy2arr3555 := z.EncBasicHandle().StructToArray - var yyq3555 [7]bool - _, _, _ = yysep3555, yyq3555, yy2arr3555 - const yyr3555 bool = false - yyq3555[0] = x.Kind != "" - yyq3555[1] = x.APIVersion != "" - var yynn3555 int - if yyr3555 || yy2arr3555 { + yysep3546 := !z.EncBinary() + yy2arr3546 := z.EncBasicHandle().StructToArray + var yyq3546 [7]bool + _, _, _ = yysep3546, yyq3546, yy2arr3546 + const yyr3546 bool = false + yyq3546[0] = x.Kind != "" + yyq3546[1] = x.APIVersion != "" + var yynn3546 int + if yyr3546 || yy2arr3546 { r.EncodeArrayStart(7) } else { - yynn3555 = 5 - for _, b := range yyq3555 { + yynn3546 = 5 + for _, b := range yyq3546 { if b { - yynn3555++ + yynn3546++ } } - r.EncodeMapStart(yynn3555) - yynn3555 = 0 + r.EncodeMapStart(yynn3546) + yynn3546 = 0 } - if yyr3555 || yy2arr3555 { + if yyr3546 || yy2arr3546 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3555[0] { - yym3557 := z.EncBinary() - _ = yym3557 + if yyq3546[0] { + yym3548 := z.EncBinary() + _ = yym3548 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -45129,23 +45047,23 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3555[0] { + if yyq3546[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3558 := z.EncBinary() - _ = yym3558 + yym3549 := z.EncBinary() + _ = yym3549 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3555 || yy2arr3555 { + if yyr3546 || yy2arr3546 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3555[1] { - yym3560 := z.EncBinary() - _ = yym3560 + if yyq3546[1] { + yym3551 := z.EncBinary() + _ = yym3551 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -45154,25 +45072,25 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3555[1] { + if yyq3546[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3561 := z.EncBinary() - _ = yym3561 + yym3552 := z.EncBinary() + _ = yym3552 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3555 || yy2arr3555 { + if yyr3546 || yy2arr3546 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.LabelSelector == nil { r.EncodeNil() } else { - yym3563 := z.EncBinary() - _ = yym3563 + yym3554 := z.EncBinary() + _ = yym3554 if false { } else if z.HasExtensions() && z.EncExt(x.LabelSelector) { } else { @@ -45186,8 +45104,8 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.LabelSelector == nil { r.EncodeNil() } else { - yym3564 := z.EncBinary() - _ = yym3564 + yym3555 := z.EncBinary() + _ = yym3555 if false { } else if z.HasExtensions() && z.EncExt(x.LabelSelector) { } else { @@ -45195,13 +45113,13 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3555 || yy2arr3555 { + if yyr3546 || yy2arr3546 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.FieldSelector == nil { r.EncodeNil() } else { - yym3566 := z.EncBinary() - _ = yym3566 + yym3557 := z.EncBinary() + _ = yym3557 if false { } else if z.HasExtensions() && z.EncExt(x.FieldSelector) { } else { @@ -45215,8 +45133,8 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.FieldSelector == nil { r.EncodeNil() } else { - yym3567 := z.EncBinary() - _ = yym3567 + yym3558 := z.EncBinary() + _ = yym3558 if false { } else if z.HasExtensions() && z.EncExt(x.FieldSelector) { } else { @@ -45224,10 +45142,10 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3555 || yy2arr3555 { + if yyr3546 || yy2arr3546 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3569 := z.EncBinary() - _ = yym3569 + yym3560 := z.EncBinary() + _ = yym3560 if false { } else { r.EncodeBool(bool(x.Watch)) @@ -45236,17 +45154,17 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Watch")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3570 := z.EncBinary() - _ = yym3570 + yym3561 := z.EncBinary() + _ = yym3561 if false { } else { r.EncodeBool(bool(x.Watch)) } } - if yyr3555 || yy2arr3555 { + if yyr3546 || yy2arr3546 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3572 := z.EncBinary() - _ = yym3572 + yym3563 := z.EncBinary() + _ = yym3563 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) @@ -45255,24 +45173,24 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ResourceVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3573 := z.EncBinary() - _ = yym3573 + yym3564 := z.EncBinary() + _ = yym3564 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) } } - if yyr3555 || yy2arr3555 { + if yyr3546 || yy2arr3546 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.TimeoutSeconds == nil { r.EncodeNil() } else { - yy3575 := *x.TimeoutSeconds - yym3576 := z.EncBinary() - _ = yym3576 + yy3566 := *x.TimeoutSeconds + yym3567 := z.EncBinary() + _ = yym3567 if false { } else { - r.EncodeInt(int64(yy3575)) + r.EncodeInt(int64(yy3566)) } } } else { @@ -45282,16 +45200,16 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.TimeoutSeconds == nil { r.EncodeNil() } else { - yy3577 := *x.TimeoutSeconds - yym3578 := z.EncBinary() - _ = yym3578 + yy3568 := *x.TimeoutSeconds + yym3569 := z.EncBinary() + _ = yym3569 if false { } else { - r.EncodeInt(int64(yy3577)) + r.EncodeInt(int64(yy3568)) } } } - if yyr3555 || yy2arr3555 { + if yyr3546 || yy2arr3546 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -45304,25 +45222,25 @@ func (x *ListOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3579 := z.DecBinary() - _ = yym3579 + yym3570 := z.DecBinary() + _ = yym3570 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3580 := r.ContainerType() - if yyct3580 == codecSelferValueTypeMap1234 { - yyl3580 := r.ReadMapStart() - if yyl3580 == 0 { + yyct3571 := r.ContainerType() + if yyct3571 == codecSelferValueTypeMap1234 { + yyl3571 := r.ReadMapStart() + if yyl3571 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3580, d) + x.codecDecodeSelfFromMap(yyl3571, d) } - } else if yyct3580 == codecSelferValueTypeArray1234 { - yyl3580 := r.ReadArrayStart() - if yyl3580 == 0 { + } else if yyct3571 == codecSelferValueTypeArray1234 { + yyl3571 := r.ReadArrayStart() + if yyl3571 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3580, d) + x.codecDecodeSelfFromArray(yyl3571, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -45334,12 +45252,12 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3581Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3581Slc - var yyhl3581 bool = l >= 0 - for yyj3581 := 0; ; yyj3581++ { - if yyhl3581 { - if yyj3581 >= l { + var yys3572Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3572Slc + var yyhl3572 bool = l >= 0 + for yyj3572 := 0; ; yyj3572++ { + if yyhl3572 { + if yyj3572 >= l { break } } else { @@ -45348,10 +45266,10 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3581Slc = r.DecodeBytes(yys3581Slc, true, true) - yys3581 := string(yys3581Slc) + yys3572Slc = r.DecodeBytes(yys3572Slc, true, true) + yys3572 := string(yys3572Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3581 { + switch yys3572 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -45368,26 +45286,26 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LabelSelector = nil } else { - yyv3584 := &x.LabelSelector - yym3585 := z.DecBinary() - _ = yym3585 + yyv3575 := &x.LabelSelector + yym3576 := z.DecBinary() + _ = yym3576 if false { - } else if z.HasExtensions() && z.DecExt(yyv3584) { + } else if z.HasExtensions() && z.DecExt(yyv3575) { } else { - z.DecFallback(yyv3584, true) + z.DecFallback(yyv3575, true) } } case "FieldSelector": if r.TryDecodeAsNil() { x.FieldSelector = nil } else { - yyv3586 := &x.FieldSelector - yym3587 := z.DecBinary() - _ = yym3587 + yyv3577 := &x.FieldSelector + yym3578 := z.DecBinary() + _ = yym3578 if false { - } else if z.HasExtensions() && z.DecExt(yyv3586) { + } else if z.HasExtensions() && z.DecExt(yyv3577) { } else { - z.DecFallback(yyv3586, true) + z.DecFallback(yyv3577, true) } } case "Watch": @@ -45411,17 +45329,17 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TimeoutSeconds == nil { x.TimeoutSeconds = new(int64) } - yym3591 := z.DecBinary() - _ = yym3591 + yym3582 := z.DecBinary() + _ = yym3582 if false { } else { *((*int64)(x.TimeoutSeconds)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys3581) - } // end switch yys3581 - } // end for yyj3581 + z.DecStructFieldNotFound(-1, yys3572) + } // end switch yys3572 + } // end for yyj3572 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -45429,16 +45347,16 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3592 int - var yyb3592 bool - var yyhl3592 bool = l >= 0 - yyj3592++ - if yyhl3592 { - yyb3592 = yyj3592 > l + var yyj3583 int + var yyb3583 bool + var yyhl3583 bool = l >= 0 + yyj3583++ + if yyhl3583 { + yyb3583 = yyj3583 > l } else { - yyb3592 = r.CheckBreak() + yyb3583 = r.CheckBreak() } - if yyb3592 { + if yyb3583 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45448,13 +45366,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3592++ - if yyhl3592 { - yyb3592 = yyj3592 > l + yyj3583++ + if yyhl3583 { + yyb3583 = yyj3583 > l } else { - yyb3592 = r.CheckBreak() + yyb3583 = r.CheckBreak() } - if yyb3592 { + if yyb3583 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45464,13 +45382,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3592++ - if yyhl3592 { - yyb3592 = yyj3592 > l + yyj3583++ + if yyhl3583 { + yyb3583 = yyj3583 > l } else { - yyb3592 = r.CheckBreak() + yyb3583 = r.CheckBreak() } - if yyb3592 { + if yyb3583 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45478,22 +45396,22 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LabelSelector = nil } else { - yyv3595 := &x.LabelSelector - yym3596 := z.DecBinary() - _ = yym3596 + yyv3586 := &x.LabelSelector + yym3587 := z.DecBinary() + _ = yym3587 if false { - } else if z.HasExtensions() && z.DecExt(yyv3595) { + } else if z.HasExtensions() && z.DecExt(yyv3586) { } else { - z.DecFallback(yyv3595, true) + z.DecFallback(yyv3586, true) } } - yyj3592++ - if yyhl3592 { - yyb3592 = yyj3592 > l + yyj3583++ + if yyhl3583 { + yyb3583 = yyj3583 > l } else { - yyb3592 = r.CheckBreak() + yyb3583 = r.CheckBreak() } - if yyb3592 { + if yyb3583 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45501,22 +45419,22 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.FieldSelector = nil } else { - yyv3597 := &x.FieldSelector - yym3598 := z.DecBinary() - _ = yym3598 + yyv3588 := &x.FieldSelector + yym3589 := z.DecBinary() + _ = yym3589 if false { - } else if z.HasExtensions() && z.DecExt(yyv3597) { + } else if z.HasExtensions() && z.DecExt(yyv3588) { } else { - z.DecFallback(yyv3597, true) + z.DecFallback(yyv3588, true) } } - yyj3592++ - if yyhl3592 { - yyb3592 = yyj3592 > l + yyj3583++ + if yyhl3583 { + yyb3583 = yyj3583 > l } else { - yyb3592 = r.CheckBreak() + yyb3583 = r.CheckBreak() } - if yyb3592 { + if yyb3583 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45526,13 +45444,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Watch = bool(r.DecodeBool()) } - yyj3592++ - if yyhl3592 { - yyb3592 = yyj3592 > l + yyj3583++ + if yyhl3583 { + yyb3583 = yyj3583 > l } else { - yyb3592 = r.CheckBreak() + yyb3583 = r.CheckBreak() } - if yyb3592 { + if yyb3583 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45542,13 +45460,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ResourceVersion = string(r.DecodeString()) } - yyj3592++ - if yyhl3592 { - yyb3592 = yyj3592 > l + yyj3583++ + if yyhl3583 { + yyb3583 = yyj3583 > l } else { - yyb3592 = r.CheckBreak() + yyb3583 = r.CheckBreak() } - if yyb3592 { + if yyb3583 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45561,25 +45479,25 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TimeoutSeconds == nil { x.TimeoutSeconds = new(int64) } - yym3602 := z.DecBinary() - _ = yym3602 + yym3593 := z.DecBinary() + _ = yym3593 if false { } else { *((*int64)(x.TimeoutSeconds)) = int64(r.DecodeInt(64)) } } for { - yyj3592++ - if yyhl3592 { - yyb3592 = yyj3592 > l + yyj3583++ + if yyhl3583 { + yyb3583 = yyj3583 > l } else { - yyb3592 = r.CheckBreak() + yyb3583 = r.CheckBreak() } - if yyb3592 { + if yyb3583 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3592-1, "") + z.DecStructFieldNotFound(yyj3583-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45591,36 +45509,36 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3603 := z.EncBinary() - _ = yym3603 + yym3594 := z.EncBinary() + _ = yym3594 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3604 := !z.EncBinary() - yy2arr3604 := z.EncBasicHandle().StructToArray - var yyq3604 [10]bool - _, _, _ = yysep3604, yyq3604, yy2arr3604 - const yyr3604 bool = false - yyq3604[0] = x.Kind != "" - yyq3604[1] = x.APIVersion != "" - var yynn3604 int - if yyr3604 || yy2arr3604 { + yysep3595 := !z.EncBinary() + yy2arr3595 := z.EncBasicHandle().StructToArray + var yyq3595 [10]bool + _, _, _ = yysep3595, yyq3595, yy2arr3595 + const yyr3595 bool = false + yyq3595[0] = x.Kind != "" + yyq3595[1] = x.APIVersion != "" + var yynn3595 int + if yyr3595 || yy2arr3595 { r.EncodeArrayStart(10) } else { - yynn3604 = 8 - for _, b := range yyq3604 { + yynn3595 = 8 + for _, b := range yyq3595 { if b { - yynn3604++ + yynn3595++ } } - r.EncodeMapStart(yynn3604) - yynn3604 = 0 + r.EncodeMapStart(yynn3595) + yynn3595 = 0 } - if yyr3604 || yy2arr3604 { + if yyr3595 || yy2arr3595 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3604[0] { - yym3606 := z.EncBinary() - _ = yym3606 + if yyq3595[0] { + yym3597 := z.EncBinary() + _ = yym3597 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -45629,23 +45547,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3604[0] { + if yyq3595[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3607 := z.EncBinary() - _ = yym3607 + yym3598 := z.EncBinary() + _ = yym3598 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3604 || yy2arr3604 { + if yyr3595 || yy2arr3595 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3604[1] { - yym3609 := z.EncBinary() - _ = yym3609 + if yyq3595[1] { + yym3600 := z.EncBinary() + _ = yym3600 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -45654,22 +45572,22 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3604[1] { + if yyq3595[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3610 := z.EncBinary() - _ = yym3610 + yym3601 := z.EncBinary() + _ = yym3601 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3604 || yy2arr3604 { + if yyr3595 || yy2arr3595 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3612 := z.EncBinary() - _ = yym3612 + yym3603 := z.EncBinary() + _ = yym3603 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -45678,17 +45596,17 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3613 := z.EncBinary() - _ = yym3613 + yym3604 := z.EncBinary() + _ = yym3604 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } - if yyr3604 || yy2arr3604 { + if yyr3595 || yy2arr3595 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3615 := z.EncBinary() - _ = yym3615 + yym3606 := z.EncBinary() + _ = yym3606 if false { } else { r.EncodeBool(bool(x.Follow)) @@ -45697,17 +45615,17 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Follow")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3616 := z.EncBinary() - _ = yym3616 + yym3607 := z.EncBinary() + _ = yym3607 if false { } else { r.EncodeBool(bool(x.Follow)) } } - if yyr3604 || yy2arr3604 { + if yyr3595 || yy2arr3595 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3618 := z.EncBinary() - _ = yym3618 + yym3609 := z.EncBinary() + _ = yym3609 if false { } else { r.EncodeBool(bool(x.Previous)) @@ -45716,24 +45634,24 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Previous")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3619 := z.EncBinary() - _ = yym3619 + yym3610 := z.EncBinary() + _ = yym3610 if false { } else { r.EncodeBool(bool(x.Previous)) } } - if yyr3604 || yy2arr3604 { + if yyr3595 || yy2arr3595 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.SinceSeconds == nil { r.EncodeNil() } else { - yy3621 := *x.SinceSeconds - yym3622 := z.EncBinary() - _ = yym3622 + yy3612 := *x.SinceSeconds + yym3613 := z.EncBinary() + _ = yym3613 if false { } else { - r.EncodeInt(int64(yy3621)) + r.EncodeInt(int64(yy3612)) } } } else { @@ -45743,27 +45661,27 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.SinceSeconds == nil { r.EncodeNil() } else { - yy3623 := *x.SinceSeconds - yym3624 := z.EncBinary() - _ = yym3624 + yy3614 := *x.SinceSeconds + yym3615 := z.EncBinary() + _ = yym3615 if false { } else { - r.EncodeInt(int64(yy3623)) + r.EncodeInt(int64(yy3614)) } } } - if yyr3604 || yy2arr3604 { + if yyr3595 || yy2arr3595 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.SinceTime == nil { r.EncodeNil() } else { - yym3626 := z.EncBinary() - _ = yym3626 + yym3617 := z.EncBinary() + _ = yym3617 if false { } else if z.HasExtensions() && z.EncExt(x.SinceTime) { - } else if yym3626 { + } else if yym3617 { z.EncBinaryMarshal(x.SinceTime) - } else if !yym3626 && z.IsJSONHandle() { + } else if !yym3617 && z.IsJSONHandle() { z.EncJSONMarshal(x.SinceTime) } else { z.EncFallback(x.SinceTime) @@ -45776,23 +45694,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.SinceTime == nil { r.EncodeNil() } else { - yym3627 := z.EncBinary() - _ = yym3627 + yym3618 := z.EncBinary() + _ = yym3618 if false { } else if z.HasExtensions() && z.EncExt(x.SinceTime) { - } else if yym3627 { + } else if yym3618 { z.EncBinaryMarshal(x.SinceTime) - } else if !yym3627 && z.IsJSONHandle() { + } else if !yym3618 && z.IsJSONHandle() { z.EncJSONMarshal(x.SinceTime) } else { z.EncFallback(x.SinceTime) } } } - if yyr3604 || yy2arr3604 { + if yyr3595 || yy2arr3595 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3629 := z.EncBinary() - _ = yym3629 + yym3620 := z.EncBinary() + _ = yym3620 if false { } else { r.EncodeBool(bool(x.Timestamps)) @@ -45801,24 +45719,24 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Timestamps")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3630 := z.EncBinary() - _ = yym3630 + yym3621 := z.EncBinary() + _ = yym3621 if false { } else { r.EncodeBool(bool(x.Timestamps)) } } - if yyr3604 || yy2arr3604 { + if yyr3595 || yy2arr3595 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.TailLines == nil { r.EncodeNil() } else { - yy3632 := *x.TailLines - yym3633 := z.EncBinary() - _ = yym3633 + yy3623 := *x.TailLines + yym3624 := z.EncBinary() + _ = yym3624 if false { } else { - r.EncodeInt(int64(yy3632)) + r.EncodeInt(int64(yy3623)) } } } else { @@ -45828,26 +45746,26 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.TailLines == nil { r.EncodeNil() } else { - yy3634 := *x.TailLines - yym3635 := z.EncBinary() - _ = yym3635 + yy3625 := *x.TailLines + yym3626 := z.EncBinary() + _ = yym3626 if false { } else { - r.EncodeInt(int64(yy3634)) + r.EncodeInt(int64(yy3625)) } } } - if yyr3604 || yy2arr3604 { + if yyr3595 || yy2arr3595 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.LimitBytes == nil { r.EncodeNil() } else { - yy3637 := *x.LimitBytes - yym3638 := z.EncBinary() - _ = yym3638 + yy3628 := *x.LimitBytes + yym3629 := z.EncBinary() + _ = yym3629 if false { } else { - r.EncodeInt(int64(yy3637)) + r.EncodeInt(int64(yy3628)) } } } else { @@ -45857,16 +45775,16 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.LimitBytes == nil { r.EncodeNil() } else { - yy3639 := *x.LimitBytes - yym3640 := z.EncBinary() - _ = yym3640 + yy3630 := *x.LimitBytes + yym3631 := z.EncBinary() + _ = yym3631 if false { } else { - r.EncodeInt(int64(yy3639)) + r.EncodeInt(int64(yy3630)) } } } - if yyr3604 || yy2arr3604 { + if yyr3595 || yy2arr3595 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -45879,25 +45797,25 @@ func (x *PodLogOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3641 := z.DecBinary() - _ = yym3641 + yym3632 := z.DecBinary() + _ = yym3632 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3642 := r.ContainerType() - if yyct3642 == codecSelferValueTypeMap1234 { - yyl3642 := r.ReadMapStart() - if yyl3642 == 0 { + yyct3633 := r.ContainerType() + if yyct3633 == codecSelferValueTypeMap1234 { + yyl3633 := r.ReadMapStart() + if yyl3633 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3642, d) + x.codecDecodeSelfFromMap(yyl3633, d) } - } else if yyct3642 == codecSelferValueTypeArray1234 { - yyl3642 := r.ReadArrayStart() - if yyl3642 == 0 { + } else if yyct3633 == codecSelferValueTypeArray1234 { + yyl3633 := r.ReadArrayStart() + if yyl3633 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3642, d) + x.codecDecodeSelfFromArray(yyl3633, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -45909,12 +45827,12 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3643Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3643Slc - var yyhl3643 bool = l >= 0 - for yyj3643 := 0; ; yyj3643++ { - if yyhl3643 { - if yyj3643 >= l { + var yys3634Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3634Slc + var yyhl3634 bool = l >= 0 + for yyj3634 := 0; ; yyj3634++ { + if yyhl3634 { + if yyj3634 >= l { break } } else { @@ -45923,10 +45841,10 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3643Slc = r.DecodeBytes(yys3643Slc, true, true) - yys3643 := string(yys3643Slc) + yys3634Slc = r.DecodeBytes(yys3634Slc, true, true) + yys3634 := string(yys3634Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3643 { + switch yys3634 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -45966,8 +45884,8 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.SinceSeconds == nil { x.SinceSeconds = new(int64) } - yym3650 := z.DecBinary() - _ = yym3650 + yym3641 := z.DecBinary() + _ = yym3641 if false { } else { *((*int64)(x.SinceSeconds)) = int64(r.DecodeInt(64)) @@ -45982,13 +45900,13 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.SinceTime == nil { x.SinceTime = new(pkg2_unversioned.Time) } - yym3652 := z.DecBinary() - _ = yym3652 + yym3643 := z.DecBinary() + _ = yym3643 if false { } else if z.HasExtensions() && z.DecExt(x.SinceTime) { - } else if yym3652 { + } else if yym3643 { z.DecBinaryUnmarshal(x.SinceTime) - } else if !yym3652 && z.IsJSONHandle() { + } else if !yym3643 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.SinceTime) } else { z.DecFallback(x.SinceTime, false) @@ -46009,8 +45927,8 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TailLines == nil { x.TailLines = new(int64) } - yym3655 := z.DecBinary() - _ = yym3655 + yym3646 := z.DecBinary() + _ = yym3646 if false { } else { *((*int64)(x.TailLines)) = int64(r.DecodeInt(64)) @@ -46025,17 +45943,17 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.LimitBytes == nil { x.LimitBytes = new(int64) } - yym3657 := z.DecBinary() - _ = yym3657 + yym3648 := z.DecBinary() + _ = yym3648 if false { } else { *((*int64)(x.LimitBytes)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys3643) - } // end switch yys3643 - } // end for yyj3643 + z.DecStructFieldNotFound(-1, yys3634) + } // end switch yys3634 + } // end for yyj3634 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -46043,16 +45961,16 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3658 int - var yyb3658 bool - var yyhl3658 bool = l >= 0 - yyj3658++ - if yyhl3658 { - yyb3658 = yyj3658 > l + var yyj3649 int + var yyb3649 bool + var yyhl3649 bool = l >= 0 + yyj3649++ + if yyhl3649 { + yyb3649 = yyj3649 > l } else { - yyb3658 = r.CheckBreak() + yyb3649 = r.CheckBreak() } - if yyb3658 { + if yyb3649 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46062,13 +45980,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3658++ - if yyhl3658 { - yyb3658 = yyj3658 > l + yyj3649++ + if yyhl3649 { + yyb3649 = yyj3649 > l } else { - yyb3658 = r.CheckBreak() + yyb3649 = r.CheckBreak() } - if yyb3658 { + if yyb3649 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46078,13 +45996,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3658++ - if yyhl3658 { - yyb3658 = yyj3658 > l + yyj3649++ + if yyhl3649 { + yyb3649 = yyj3649 > l } else { - yyb3658 = r.CheckBreak() + yyb3649 = r.CheckBreak() } - if yyb3658 { + if yyb3649 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46094,13 +46012,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Container = string(r.DecodeString()) } - yyj3658++ - if yyhl3658 { - yyb3658 = yyj3658 > l + yyj3649++ + if yyhl3649 { + yyb3649 = yyj3649 > l } else { - yyb3658 = r.CheckBreak() + yyb3649 = r.CheckBreak() } - if yyb3658 { + if yyb3649 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46110,13 +46028,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Follow = bool(r.DecodeBool()) } - yyj3658++ - if yyhl3658 { - yyb3658 = yyj3658 > l + yyj3649++ + if yyhl3649 { + yyb3649 = yyj3649 > l } else { - yyb3658 = r.CheckBreak() + yyb3649 = r.CheckBreak() } - if yyb3658 { + if yyb3649 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46126,13 +46044,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Previous = bool(r.DecodeBool()) } - yyj3658++ - if yyhl3658 { - yyb3658 = yyj3658 > l + yyj3649++ + if yyhl3649 { + yyb3649 = yyj3649 > l } else { - yyb3658 = r.CheckBreak() + yyb3649 = r.CheckBreak() } - if yyb3658 { + if yyb3649 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46145,20 +46063,20 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.SinceSeconds == nil { x.SinceSeconds = new(int64) } - yym3665 := z.DecBinary() - _ = yym3665 + yym3656 := z.DecBinary() + _ = yym3656 if false { } else { *((*int64)(x.SinceSeconds)) = int64(r.DecodeInt(64)) } } - yyj3658++ - if yyhl3658 { - yyb3658 = yyj3658 > l + yyj3649++ + if yyhl3649 { + yyb3649 = yyj3649 > l } else { - yyb3658 = r.CheckBreak() + yyb3649 = r.CheckBreak() } - if yyb3658 { + if yyb3649 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46171,25 +46089,25 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.SinceTime == nil { x.SinceTime = new(pkg2_unversioned.Time) } - yym3667 := z.DecBinary() - _ = yym3667 + yym3658 := z.DecBinary() + _ = yym3658 if false { } else if z.HasExtensions() && z.DecExt(x.SinceTime) { - } else if yym3667 { + } else if yym3658 { z.DecBinaryUnmarshal(x.SinceTime) - } else if !yym3667 && z.IsJSONHandle() { + } else if !yym3658 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.SinceTime) } else { z.DecFallback(x.SinceTime, false) } } - yyj3658++ - if yyhl3658 { - yyb3658 = yyj3658 > l + yyj3649++ + if yyhl3649 { + yyb3649 = yyj3649 > l } else { - yyb3658 = r.CheckBreak() + yyb3649 = r.CheckBreak() } - if yyb3658 { + if yyb3649 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46199,13 +46117,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Timestamps = bool(r.DecodeBool()) } - yyj3658++ - if yyhl3658 { - yyb3658 = yyj3658 > l + yyj3649++ + if yyhl3649 { + yyb3649 = yyj3649 > l } else { - yyb3658 = r.CheckBreak() + yyb3649 = r.CheckBreak() } - if yyb3658 { + if yyb3649 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46218,20 +46136,20 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TailLines == nil { x.TailLines = new(int64) } - yym3670 := z.DecBinary() - _ = yym3670 + yym3661 := z.DecBinary() + _ = yym3661 if false { } else { *((*int64)(x.TailLines)) = int64(r.DecodeInt(64)) } } - yyj3658++ - if yyhl3658 { - yyb3658 = yyj3658 > l + yyj3649++ + if yyhl3649 { + yyb3649 = yyj3649 > l } else { - yyb3658 = r.CheckBreak() + yyb3649 = r.CheckBreak() } - if yyb3658 { + if yyb3649 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46244,25 +46162,25 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.LimitBytes == nil { x.LimitBytes = new(int64) } - yym3672 := z.DecBinary() - _ = yym3672 + yym3663 := z.DecBinary() + _ = yym3663 if false { } else { *((*int64)(x.LimitBytes)) = int64(r.DecodeInt(64)) } } for { - yyj3658++ - if yyhl3658 { - yyb3658 = yyj3658 > l + yyj3649++ + if yyhl3649 { + yyb3649 = yyj3649 > l } else { - yyb3658 = r.CheckBreak() + yyb3649 = r.CheckBreak() } - if yyb3658 { + if yyb3649 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3658-1, "") + z.DecStructFieldNotFound(yyj3649-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46274,41 +46192,41 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3673 := z.EncBinary() - _ = yym3673 + yym3664 := z.EncBinary() + _ = yym3664 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3674 := !z.EncBinary() - yy2arr3674 := z.EncBasicHandle().StructToArray - var yyq3674 [7]bool - _, _, _ = yysep3674, yyq3674, yy2arr3674 - const yyr3674 bool = false - yyq3674[0] = x.Kind != "" - yyq3674[1] = x.APIVersion != "" - yyq3674[2] = x.Stdin != false - yyq3674[3] = x.Stdout != false - yyq3674[4] = x.Stderr != false - yyq3674[5] = x.TTY != false - yyq3674[6] = x.Container != "" - var yynn3674 int - if yyr3674 || yy2arr3674 { + yysep3665 := !z.EncBinary() + yy2arr3665 := z.EncBasicHandle().StructToArray + var yyq3665 [7]bool + _, _, _ = yysep3665, yyq3665, yy2arr3665 + const yyr3665 bool = false + yyq3665[0] = x.Kind != "" + yyq3665[1] = x.APIVersion != "" + yyq3665[2] = x.Stdin != false + yyq3665[3] = x.Stdout != false + yyq3665[4] = x.Stderr != false + yyq3665[5] = x.TTY != false + yyq3665[6] = x.Container != "" + var yynn3665 int + if yyr3665 || yy2arr3665 { r.EncodeArrayStart(7) } else { - yynn3674 = 0 - for _, b := range yyq3674 { + yynn3665 = 0 + for _, b := range yyq3665 { if b { - yynn3674++ + yynn3665++ } } - r.EncodeMapStart(yynn3674) - yynn3674 = 0 + r.EncodeMapStart(yynn3665) + yynn3665 = 0 } - if yyr3674 || yy2arr3674 { + if yyr3665 || yy2arr3665 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3674[0] { - yym3676 := z.EncBinary() - _ = yym3676 + if yyq3665[0] { + yym3667 := z.EncBinary() + _ = yym3667 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -46317,149 +46235,149 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3674[0] { + if yyq3665[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3668 := z.EncBinary() + _ = yym3668 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr3665 || yy2arr3665 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3665[1] { + yym3670 := z.EncBinary() + _ = yym3670 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3665[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3671 := z.EncBinary() + _ = yym3671 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3665 || yy2arr3665 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3665[2] { + yym3673 := z.EncBinary() + _ = yym3673 + if false { + } else { + r.EncodeBool(bool(x.Stdin)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq3665[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("stdin")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3674 := z.EncBinary() + _ = yym3674 + if false { + } else { + r.EncodeBool(bool(x.Stdin)) + } + } + } + if yyr3665 || yy2arr3665 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3665[3] { + yym3676 := z.EncBinary() + _ = yym3676 + if false { + } else { + r.EncodeBool(bool(x.Stdout)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq3665[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("stdout")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) yym3677 := z.EncBinary() _ = yym3677 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + r.EncodeBool(bool(x.Stdout)) } } } - if yyr3674 || yy2arr3674 { + if yyr3665 || yy2arr3665 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3674[1] { + if yyq3665[4] { yym3679 := z.EncBinary() _ = yym3679 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + r.EncodeBool(bool(x.Stderr)) } } else { - r.EncodeString(codecSelferC_UTF81234, "") + r.EncodeBool(false) } } else { - if yyq3674[1] { + if yyq3665[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + r.EncodeString(codecSelferC_UTF81234, string("stderr")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym3680 := z.EncBinary() _ = yym3680 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + r.EncodeBool(bool(x.Stderr)) } } } - if yyr3674 || yy2arr3674 { + if yyr3665 || yy2arr3665 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3674[2] { + if yyq3665[5] { yym3682 := z.EncBinary() _ = yym3682 if false { } else { - r.EncodeBool(bool(x.Stdin)) + r.EncodeBool(bool(x.TTY)) } } else { r.EncodeBool(false) } } else { - if yyq3674[2] { + if yyq3665[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stdin")) + r.EncodeString(codecSelferC_UTF81234, string("tty")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym3683 := z.EncBinary() _ = yym3683 if false { } else { - r.EncodeBool(bool(x.Stdin)) + r.EncodeBool(bool(x.TTY)) } } } - if yyr3674 || yy2arr3674 { + if yyr3665 || yy2arr3665 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3674[3] { + if yyq3665[6] { yym3685 := z.EncBinary() _ = yym3685 if false { - } else { - r.EncodeBool(bool(x.Stdout)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq3674[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stdout")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3686 := z.EncBinary() - _ = yym3686 - if false { - } else { - r.EncodeBool(bool(x.Stdout)) - } - } - } - if yyr3674 || yy2arr3674 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3674[4] { - yym3688 := z.EncBinary() - _ = yym3688 - if false { - } else { - r.EncodeBool(bool(x.Stderr)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq3674[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stderr")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3689 := z.EncBinary() - _ = yym3689 - if false { - } else { - r.EncodeBool(bool(x.Stderr)) - } - } - } - if yyr3674 || yy2arr3674 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3674[5] { - yym3691 := z.EncBinary() - _ = yym3691 - if false { - } else { - r.EncodeBool(bool(x.TTY)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq3674[5] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("tty")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3692 := z.EncBinary() - _ = yym3692 - if false { - } else { - r.EncodeBool(bool(x.TTY)) - } - } - } - if yyr3674 || yy2arr3674 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3674[6] { - yym3694 := z.EncBinary() - _ = yym3694 - if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } @@ -46467,19 +46385,19 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3674[6] { + if yyq3665[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3695 := z.EncBinary() - _ = yym3695 + yym3686 := z.EncBinary() + _ = yym3686 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } } - if yyr3674 || yy2arr3674 { + if yyr3665 || yy2arr3665 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46492,25 +46410,25 @@ func (x *PodAttachOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3696 := z.DecBinary() - _ = yym3696 + yym3687 := z.DecBinary() + _ = yym3687 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3697 := r.ContainerType() - if yyct3697 == codecSelferValueTypeMap1234 { - yyl3697 := r.ReadMapStart() - if yyl3697 == 0 { + yyct3688 := r.ContainerType() + if yyct3688 == codecSelferValueTypeMap1234 { + yyl3688 := r.ReadMapStart() + if yyl3688 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3697, d) + x.codecDecodeSelfFromMap(yyl3688, d) } - } else if yyct3697 == codecSelferValueTypeArray1234 { - yyl3697 := r.ReadArrayStart() - if yyl3697 == 0 { + } else if yyct3688 == codecSelferValueTypeArray1234 { + yyl3688 := r.ReadArrayStart() + if yyl3688 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3697, d) + x.codecDecodeSelfFromArray(yyl3688, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46522,12 +46440,12 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3698Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3698Slc - var yyhl3698 bool = l >= 0 - for yyj3698 := 0; ; yyj3698++ { - if yyhl3698 { - if yyj3698 >= l { + var yys3689Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3689Slc + var yyhl3689 bool = l >= 0 + for yyj3689 := 0; ; yyj3689++ { + if yyhl3689 { + if yyj3689 >= l { break } } else { @@ -46536,10 +46454,10 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3698Slc = r.DecodeBytes(yys3698Slc, true, true) - yys3698 := string(yys3698Slc) + yys3689Slc = r.DecodeBytes(yys3689Slc, true, true) + yys3689 := string(yys3689Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3698 { + switch yys3689 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -46583,9 +46501,9 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Container = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3698) - } // end switch yys3698 - } // end for yyj3698 + z.DecStructFieldNotFound(-1, yys3689) + } // end switch yys3689 + } // end for yyj3689 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -46593,16 +46511,16 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3706 int - var yyb3706 bool - var yyhl3706 bool = l >= 0 - yyj3706++ - if yyhl3706 { - yyb3706 = yyj3706 > l + var yyj3697 int + var yyb3697 bool + var yyhl3697 bool = l >= 0 + yyj3697++ + if yyhl3697 { + yyb3697 = yyj3697 > l } else { - yyb3706 = r.CheckBreak() + yyb3697 = r.CheckBreak() } - if yyb3706 { + if yyb3697 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46612,13 +46530,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3706++ - if yyhl3706 { - yyb3706 = yyj3706 > l + yyj3697++ + if yyhl3697 { + yyb3697 = yyj3697 > l } else { - yyb3706 = r.CheckBreak() + yyb3697 = r.CheckBreak() } - if yyb3706 { + if yyb3697 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46628,13 +46546,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3706++ - if yyhl3706 { - yyb3706 = yyj3706 > l + yyj3697++ + if yyhl3697 { + yyb3697 = yyj3697 > l } else { - yyb3706 = r.CheckBreak() + yyb3697 = r.CheckBreak() } - if yyb3706 { + if yyb3697 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46644,13 +46562,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stdin = bool(r.DecodeBool()) } - yyj3706++ - if yyhl3706 { - yyb3706 = yyj3706 > l + yyj3697++ + if yyhl3697 { + yyb3697 = yyj3697 > l } else { - yyb3706 = r.CheckBreak() + yyb3697 = r.CheckBreak() } - if yyb3706 { + if yyb3697 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46660,13 +46578,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stdout = bool(r.DecodeBool()) } - yyj3706++ - if yyhl3706 { - yyb3706 = yyj3706 > l + yyj3697++ + if yyhl3697 { + yyb3697 = yyj3697 > l } else { - yyb3706 = r.CheckBreak() + yyb3697 = r.CheckBreak() } - if yyb3706 { + if yyb3697 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46676,13 +46594,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stderr = bool(r.DecodeBool()) } - yyj3706++ - if yyhl3706 { - yyb3706 = yyj3706 > l + yyj3697++ + if yyhl3697 { + yyb3697 = yyj3697 > l } else { - yyb3706 = r.CheckBreak() + yyb3697 = r.CheckBreak() } - if yyb3706 { + if yyb3697 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46692,13 +46610,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.TTY = bool(r.DecodeBool()) } - yyj3706++ - if yyhl3706 { - yyb3706 = yyj3706 > l + yyj3697++ + if yyhl3697 { + yyb3697 = yyj3697 > l } else { - yyb3706 = r.CheckBreak() + yyb3697 = r.CheckBreak() } - if yyb3706 { + if yyb3697 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46709,17 +46627,17 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Container = string(r.DecodeString()) } for { - yyj3706++ - if yyhl3706 { - yyb3706 = yyj3706 > l + yyj3697++ + if yyhl3697 { + yyb3697 = yyj3697 > l } else { - yyb3706 = r.CheckBreak() + yyb3697 = r.CheckBreak() } - if yyb3706 { + if yyb3697 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3706-1, "") + z.DecStructFieldNotFound(yyj3697-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46731,36 +46649,36 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3714 := z.EncBinary() - _ = yym3714 + yym3705 := z.EncBinary() + _ = yym3705 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3715 := !z.EncBinary() - yy2arr3715 := z.EncBasicHandle().StructToArray - var yyq3715 [8]bool - _, _, _ = yysep3715, yyq3715, yy2arr3715 - const yyr3715 bool = false - yyq3715[0] = x.Kind != "" - yyq3715[1] = x.APIVersion != "" - var yynn3715 int - if yyr3715 || yy2arr3715 { + yysep3706 := !z.EncBinary() + yy2arr3706 := z.EncBasicHandle().StructToArray + var yyq3706 [8]bool + _, _, _ = yysep3706, yyq3706, yy2arr3706 + const yyr3706 bool = false + yyq3706[0] = x.Kind != "" + yyq3706[1] = x.APIVersion != "" + var yynn3706 int + if yyr3706 || yy2arr3706 { r.EncodeArrayStart(8) } else { - yynn3715 = 6 - for _, b := range yyq3715 { + yynn3706 = 6 + for _, b := range yyq3706 { if b { - yynn3715++ + yynn3706++ } } - r.EncodeMapStart(yynn3715) - yynn3715 = 0 + r.EncodeMapStart(yynn3706) + yynn3706 = 0 } - if yyr3715 || yy2arr3715 { + if yyr3706 || yy2arr3706 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3715[0] { - yym3717 := z.EncBinary() - _ = yym3717 + if yyq3706[0] { + yym3708 := z.EncBinary() + _ = yym3708 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -46769,23 +46687,23 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3715[0] { + if yyq3706[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3718 := z.EncBinary() - _ = yym3718 + yym3709 := z.EncBinary() + _ = yym3709 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3715 || yy2arr3715 { + if yyr3706 || yy2arr3706 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3715[1] { - yym3720 := z.EncBinary() - _ = yym3720 + if yyq3706[1] { + yym3711 := z.EncBinary() + _ = yym3711 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -46794,22 +46712,22 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3715[1] { + if yyq3706[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3721 := z.EncBinary() - _ = yym3721 + yym3712 := z.EncBinary() + _ = yym3712 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3715 || yy2arr3715 { + if yyr3706 || yy2arr3706 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3723 := z.EncBinary() - _ = yym3723 + yym3714 := z.EncBinary() + _ = yym3714 if false { } else { r.EncodeBool(bool(x.Stdin)) @@ -46818,17 +46736,17 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Stdin")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3724 := z.EncBinary() - _ = yym3724 + yym3715 := z.EncBinary() + _ = yym3715 if false { } else { r.EncodeBool(bool(x.Stdin)) } } - if yyr3715 || yy2arr3715 { + if yyr3706 || yy2arr3706 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3726 := z.EncBinary() - _ = yym3726 + yym3717 := z.EncBinary() + _ = yym3717 if false { } else { r.EncodeBool(bool(x.Stdout)) @@ -46837,17 +46755,17 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Stdout")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3727 := z.EncBinary() - _ = yym3727 + yym3718 := z.EncBinary() + _ = yym3718 if false { } else { r.EncodeBool(bool(x.Stdout)) } } - if yyr3715 || yy2arr3715 { + if yyr3706 || yy2arr3706 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3729 := z.EncBinary() - _ = yym3729 + yym3720 := z.EncBinary() + _ = yym3720 if false { } else { r.EncodeBool(bool(x.Stderr)) @@ -46856,17 +46774,17 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Stderr")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3730 := z.EncBinary() - _ = yym3730 + yym3721 := z.EncBinary() + _ = yym3721 if false { } else { r.EncodeBool(bool(x.Stderr)) } } - if yyr3715 || yy2arr3715 { + if yyr3706 || yy2arr3706 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3732 := z.EncBinary() - _ = yym3732 + yym3723 := z.EncBinary() + _ = yym3723 if false { } else { r.EncodeBool(bool(x.TTY)) @@ -46875,17 +46793,17 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("TTY")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3733 := z.EncBinary() - _ = yym3733 + yym3724 := z.EncBinary() + _ = yym3724 if false { } else { r.EncodeBool(bool(x.TTY)) } } - if yyr3715 || yy2arr3715 { + if yyr3706 || yy2arr3706 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3735 := z.EncBinary() - _ = yym3735 + yym3726 := z.EncBinary() + _ = yym3726 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -46894,20 +46812,20 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3736 := z.EncBinary() - _ = yym3736 + yym3727 := z.EncBinary() + _ = yym3727 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } - if yyr3715 || yy2arr3715 { + if yyr3706 || yy2arr3706 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Command == nil { r.EncodeNil() } else { - yym3738 := z.EncBinary() - _ = yym3738 + yym3729 := z.EncBinary() + _ = yym3729 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -46920,15 +46838,15 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.Command == nil { r.EncodeNil() } else { - yym3739 := z.EncBinary() - _ = yym3739 + yym3730 := z.EncBinary() + _ = yym3730 if false { } else { z.F.EncSliceStringV(x.Command, false, e) } } } - if yyr3715 || yy2arr3715 { + if yyr3706 || yy2arr3706 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46941,25 +46859,25 @@ func (x *PodExecOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3740 := z.DecBinary() - _ = yym3740 + yym3731 := z.DecBinary() + _ = yym3731 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3741 := r.ContainerType() - if yyct3741 == codecSelferValueTypeMap1234 { - yyl3741 := r.ReadMapStart() - if yyl3741 == 0 { + yyct3732 := r.ContainerType() + if yyct3732 == codecSelferValueTypeMap1234 { + yyl3732 := r.ReadMapStart() + if yyl3732 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3741, d) + x.codecDecodeSelfFromMap(yyl3732, d) } - } else if yyct3741 == codecSelferValueTypeArray1234 { - yyl3741 := r.ReadArrayStart() - if yyl3741 == 0 { + } else if yyct3732 == codecSelferValueTypeArray1234 { + yyl3732 := r.ReadArrayStart() + if yyl3732 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3741, d) + x.codecDecodeSelfFromArray(yyl3732, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46971,12 +46889,12 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3742Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3742Slc - var yyhl3742 bool = l >= 0 - for yyj3742 := 0; ; yyj3742++ { - if yyhl3742 { - if yyj3742 >= l { + var yys3733Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3733Slc + var yyhl3733 bool = l >= 0 + for yyj3733 := 0; ; yyj3733++ { + if yyhl3733 { + if yyj3733 >= l { break } } else { @@ -46985,10 +46903,10 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3742Slc = r.DecodeBytes(yys3742Slc, true, true) - yys3742 := string(yys3742Slc) + yys3733Slc = r.DecodeBytes(yys3733Slc, true, true) + yys3733 := string(yys3733Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3742 { + switch yys3733 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -47035,18 +46953,18 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv3750 := &x.Command - yym3751 := z.DecBinary() - _ = yym3751 + yyv3741 := &x.Command + yym3742 := z.DecBinary() + _ = yym3742 if false { } else { - z.F.DecSliceStringX(yyv3750, false, d) + z.F.DecSliceStringX(yyv3741, false, d) } } default: - z.DecStructFieldNotFound(-1, yys3742) - } // end switch yys3742 - } // end for yyj3742 + z.DecStructFieldNotFound(-1, yys3733) + } // end switch yys3733 + } // end for yyj3733 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -47054,16 +46972,16 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3752 int - var yyb3752 bool - var yyhl3752 bool = l >= 0 - yyj3752++ - if yyhl3752 { - yyb3752 = yyj3752 > l + var yyj3743 int + var yyb3743 bool + var yyhl3743 bool = l >= 0 + yyj3743++ + if yyhl3743 { + yyb3743 = yyj3743 > l } else { - yyb3752 = r.CheckBreak() + yyb3743 = r.CheckBreak() } - if yyb3752 { + if yyb3743 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47073,13 +46991,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3752++ - if yyhl3752 { - yyb3752 = yyj3752 > l + yyj3743++ + if yyhl3743 { + yyb3743 = yyj3743 > l } else { - yyb3752 = r.CheckBreak() + yyb3743 = r.CheckBreak() } - if yyb3752 { + if yyb3743 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47089,13 +47007,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3752++ - if yyhl3752 { - yyb3752 = yyj3752 > l + yyj3743++ + if yyhl3743 { + yyb3743 = yyj3743 > l } else { - yyb3752 = r.CheckBreak() + yyb3743 = r.CheckBreak() } - if yyb3752 { + if yyb3743 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47105,13 +47023,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdin = bool(r.DecodeBool()) } - yyj3752++ - if yyhl3752 { - yyb3752 = yyj3752 > l + yyj3743++ + if yyhl3743 { + yyb3743 = yyj3743 > l } else { - yyb3752 = r.CheckBreak() + yyb3743 = r.CheckBreak() } - if yyb3752 { + if yyb3743 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47121,13 +47039,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdout = bool(r.DecodeBool()) } - yyj3752++ - if yyhl3752 { - yyb3752 = yyj3752 > l + yyj3743++ + if yyhl3743 { + yyb3743 = yyj3743 > l } else { - yyb3752 = r.CheckBreak() + yyb3743 = r.CheckBreak() } - if yyb3752 { + if yyb3743 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47137,13 +47055,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stderr = bool(r.DecodeBool()) } - yyj3752++ - if yyhl3752 { - yyb3752 = yyj3752 > l + yyj3743++ + if yyhl3743 { + yyb3743 = yyj3743 > l } else { - yyb3752 = r.CheckBreak() + yyb3743 = r.CheckBreak() } - if yyb3752 { + if yyb3743 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47153,13 +47071,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.TTY = bool(r.DecodeBool()) } - yyj3752++ - if yyhl3752 { - yyb3752 = yyj3752 > l + yyj3743++ + if yyhl3743 { + yyb3743 = yyj3743 > l } else { - yyb3752 = r.CheckBreak() + yyb3743 = r.CheckBreak() } - if yyb3752 { + if yyb3743 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47169,13 +47087,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Container = string(r.DecodeString()) } - yyj3752++ - if yyhl3752 { - yyb3752 = yyj3752 > l + yyj3743++ + if yyhl3743 { + yyb3743 = yyj3743 > l } else { - yyb3752 = r.CheckBreak() + yyb3743 = r.CheckBreak() } - if yyb3752 { + if yyb3743 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47183,26 +47101,26 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv3760 := &x.Command - yym3761 := z.DecBinary() - _ = yym3761 + yyv3751 := &x.Command + yym3752 := z.DecBinary() + _ = yym3752 if false { } else { - z.F.DecSliceStringX(yyv3760, false, d) + z.F.DecSliceStringX(yyv3751, false, d) } } for { - yyj3752++ - if yyhl3752 { - yyb3752 = yyj3752 > l + yyj3743++ + if yyhl3743 { + yyb3743 = yyj3743 > l } else { - yyb3752 = r.CheckBreak() + yyb3743 = r.CheckBreak() } - if yyb3752 { + if yyb3743 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3752-1, "") + z.DecStructFieldNotFound(yyj3743-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47214,36 +47132,36 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3762 := z.EncBinary() - _ = yym3762 + yym3753 := z.EncBinary() + _ = yym3753 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3763 := !z.EncBinary() - yy2arr3763 := z.EncBasicHandle().StructToArray - var yyq3763 [3]bool - _, _, _ = yysep3763, yyq3763, yy2arr3763 - const yyr3763 bool = false - yyq3763[0] = x.Kind != "" - yyq3763[1] = x.APIVersion != "" - var yynn3763 int - if yyr3763 || yy2arr3763 { + yysep3754 := !z.EncBinary() + yy2arr3754 := z.EncBasicHandle().StructToArray + var yyq3754 [3]bool + _, _, _ = yysep3754, yyq3754, yy2arr3754 + const yyr3754 bool = false + yyq3754[0] = x.Kind != "" + yyq3754[1] = x.APIVersion != "" + var yynn3754 int + if yyr3754 || yy2arr3754 { r.EncodeArrayStart(3) } else { - yynn3763 = 1 - for _, b := range yyq3763 { + yynn3754 = 1 + for _, b := range yyq3754 { if b { - yynn3763++ + yynn3754++ } } - r.EncodeMapStart(yynn3763) - yynn3763 = 0 + r.EncodeMapStart(yynn3754) + yynn3754 = 0 } - if yyr3763 || yy2arr3763 { + if yyr3754 || yy2arr3754 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3763[0] { - yym3765 := z.EncBinary() - _ = yym3765 + if yyq3754[0] { + yym3756 := z.EncBinary() + _ = yym3756 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -47252,23 +47170,23 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3763[0] { + if yyq3754[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3766 := z.EncBinary() - _ = yym3766 + yym3757 := z.EncBinary() + _ = yym3757 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3763 || yy2arr3763 { + if yyr3754 || yy2arr3754 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3763[1] { - yym3768 := z.EncBinary() - _ = yym3768 + if yyq3754[1] { + yym3759 := z.EncBinary() + _ = yym3759 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -47277,22 +47195,22 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3763[1] { + if yyq3754[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3769 := z.EncBinary() - _ = yym3769 + yym3760 := z.EncBinary() + _ = yym3760 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3763 || yy2arr3763 { + if yyr3754 || yy2arr3754 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3771 := z.EncBinary() - _ = yym3771 + yym3762 := z.EncBinary() + _ = yym3762 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -47301,14 +47219,14 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3772 := z.EncBinary() - _ = yym3772 + yym3763 := z.EncBinary() + _ = yym3763 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr3763 || yy2arr3763 { + if yyr3754 || yy2arr3754 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47321,25 +47239,25 @@ func (x *PodProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3773 := z.DecBinary() - _ = yym3773 + yym3764 := z.DecBinary() + _ = yym3764 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3774 := r.ContainerType() - if yyct3774 == codecSelferValueTypeMap1234 { - yyl3774 := r.ReadMapStart() - if yyl3774 == 0 { + yyct3765 := r.ContainerType() + if yyct3765 == codecSelferValueTypeMap1234 { + yyl3765 := r.ReadMapStart() + if yyl3765 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3774, d) + x.codecDecodeSelfFromMap(yyl3765, d) } - } else if yyct3774 == codecSelferValueTypeArray1234 { - yyl3774 := r.ReadArrayStart() - if yyl3774 == 0 { + } else if yyct3765 == codecSelferValueTypeArray1234 { + yyl3765 := r.ReadArrayStart() + if yyl3765 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3774, d) + x.codecDecodeSelfFromArray(yyl3765, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -47351,12 +47269,12 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3775Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3775Slc - var yyhl3775 bool = l >= 0 - for yyj3775 := 0; ; yyj3775++ { - if yyhl3775 { - if yyj3775 >= l { + var yys3766Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3766Slc + var yyhl3766 bool = l >= 0 + for yyj3766 := 0; ; yyj3766++ { + if yyhl3766 { + if yyj3766 >= l { break } } else { @@ -47365,10 +47283,10 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3775Slc = r.DecodeBytes(yys3775Slc, true, true) - yys3775 := string(yys3775Slc) + yys3766Slc = r.DecodeBytes(yys3766Slc, true, true) + yys3766 := string(yys3766Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3775 { + switch yys3766 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -47388,9 +47306,9 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3775) - } // end switch yys3775 - } // end for yyj3775 + z.DecStructFieldNotFound(-1, yys3766) + } // end switch yys3766 + } // end for yyj3766 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -47398,16 +47316,16 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3779 int - var yyb3779 bool - var yyhl3779 bool = l >= 0 - yyj3779++ - if yyhl3779 { - yyb3779 = yyj3779 > l + var yyj3770 int + var yyb3770 bool + var yyhl3770 bool = l >= 0 + yyj3770++ + if yyhl3770 { + yyb3770 = yyj3770 > l } else { - yyb3779 = r.CheckBreak() + yyb3770 = r.CheckBreak() } - if yyb3779 { + if yyb3770 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47417,13 +47335,13 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3779++ - if yyhl3779 { - yyb3779 = yyj3779 > l + yyj3770++ + if yyhl3770 { + yyb3770 = yyj3770 > l } else { - yyb3779 = r.CheckBreak() + yyb3770 = r.CheckBreak() } - if yyb3779 { + if yyb3770 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47433,13 +47351,13 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3779++ - if yyhl3779 { - yyb3779 = yyj3779 > l + yyj3770++ + if yyhl3770 { + yyb3770 = yyj3770 > l } else { - yyb3779 = r.CheckBreak() + yyb3770 = r.CheckBreak() } - if yyb3779 { + if yyb3770 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47450,17 +47368,17 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Path = string(r.DecodeString()) } for { - yyj3779++ - if yyhl3779 { - yyb3779 = yyj3779 > l + yyj3770++ + if yyhl3770 { + yyb3770 = yyj3770 > l } else { - yyb3779 = r.CheckBreak() + yyb3770 = r.CheckBreak() } - if yyb3779 { + if yyb3770 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3779-1, "") + z.DecStructFieldNotFound(yyj3770-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47472,36 +47390,36 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3783 := z.EncBinary() - _ = yym3783 + yym3774 := z.EncBinary() + _ = yym3774 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3784 := !z.EncBinary() - yy2arr3784 := z.EncBasicHandle().StructToArray - var yyq3784 [3]bool - _, _, _ = yysep3784, yyq3784, yy2arr3784 - const yyr3784 bool = false - yyq3784[0] = x.Kind != "" - yyq3784[1] = x.APIVersion != "" - var yynn3784 int - if yyr3784 || yy2arr3784 { + yysep3775 := !z.EncBinary() + yy2arr3775 := z.EncBasicHandle().StructToArray + var yyq3775 [3]bool + _, _, _ = yysep3775, yyq3775, yy2arr3775 + const yyr3775 bool = false + yyq3775[0] = x.Kind != "" + yyq3775[1] = x.APIVersion != "" + var yynn3775 int + if yyr3775 || yy2arr3775 { r.EncodeArrayStart(3) } else { - yynn3784 = 1 - for _, b := range yyq3784 { + yynn3775 = 1 + for _, b := range yyq3775 { if b { - yynn3784++ + yynn3775++ } } - r.EncodeMapStart(yynn3784) - yynn3784 = 0 + r.EncodeMapStart(yynn3775) + yynn3775 = 0 } - if yyr3784 || yy2arr3784 { + if yyr3775 || yy2arr3775 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3784[0] { - yym3786 := z.EncBinary() - _ = yym3786 + if yyq3775[0] { + yym3777 := z.EncBinary() + _ = yym3777 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -47510,23 +47428,23 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3784[0] { + if yyq3775[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3787 := z.EncBinary() - _ = yym3787 + yym3778 := z.EncBinary() + _ = yym3778 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3784 || yy2arr3784 { + if yyr3775 || yy2arr3775 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3784[1] { - yym3789 := z.EncBinary() - _ = yym3789 + if yyq3775[1] { + yym3780 := z.EncBinary() + _ = yym3780 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -47535,22 +47453,22 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3784[1] { + if yyq3775[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3790 := z.EncBinary() - _ = yym3790 + yym3781 := z.EncBinary() + _ = yym3781 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3784 || yy2arr3784 { + if yyr3775 || yy2arr3775 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3792 := z.EncBinary() - _ = yym3792 + yym3783 := z.EncBinary() + _ = yym3783 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -47559,14 +47477,14 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3793 := z.EncBinary() - _ = yym3793 + yym3784 := z.EncBinary() + _ = yym3784 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr3784 || yy2arr3784 { + if yyr3775 || yy2arr3775 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47579,25 +47497,25 @@ func (x *NodeProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3794 := z.DecBinary() - _ = yym3794 + yym3785 := z.DecBinary() + _ = yym3785 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3795 := r.ContainerType() - if yyct3795 == codecSelferValueTypeMap1234 { - yyl3795 := r.ReadMapStart() - if yyl3795 == 0 { + yyct3786 := r.ContainerType() + if yyct3786 == codecSelferValueTypeMap1234 { + yyl3786 := r.ReadMapStart() + if yyl3786 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3795, d) + x.codecDecodeSelfFromMap(yyl3786, d) } - } else if yyct3795 == codecSelferValueTypeArray1234 { - yyl3795 := r.ReadArrayStart() - if yyl3795 == 0 { + } else if yyct3786 == codecSelferValueTypeArray1234 { + yyl3786 := r.ReadArrayStart() + if yyl3786 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3795, d) + x.codecDecodeSelfFromArray(yyl3786, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -47609,12 +47527,12 @@ func (x *NodeProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3796Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3796Slc - var yyhl3796 bool = l >= 0 - for yyj3796 := 0; ; yyj3796++ { - if yyhl3796 { - if yyj3796 >= l { + var yys3787Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3787Slc + var yyhl3787 bool = l >= 0 + for yyj3787 := 0; ; yyj3787++ { + if yyhl3787 { + if yyj3787 >= l { break } } else { @@ -47623,10 +47541,10 @@ func (x *NodeProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3796Slc = r.DecodeBytes(yys3796Slc, true, true) - yys3796 := string(yys3796Slc) + yys3787Slc = r.DecodeBytes(yys3787Slc, true, true) + yys3787 := string(yys3787Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3796 { + switch yys3787 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -47646,9 +47564,9 @@ func (x *NodeProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3796) - } // end switch yys3796 - } // end for yyj3796 + z.DecStructFieldNotFound(-1, yys3787) + } // end switch yys3787 + } // end for yyj3787 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -47656,16 +47574,16 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3800 int - var yyb3800 bool - var yyhl3800 bool = l >= 0 - yyj3800++ - if yyhl3800 { - yyb3800 = yyj3800 > l + var yyj3791 int + var yyb3791 bool + var yyhl3791 bool = l >= 0 + yyj3791++ + if yyhl3791 { + yyb3791 = yyj3791 > l } else { - yyb3800 = r.CheckBreak() + yyb3791 = r.CheckBreak() } - if yyb3800 { + if yyb3791 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47675,13 +47593,13 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3800++ - if yyhl3800 { - yyb3800 = yyj3800 > l + yyj3791++ + if yyhl3791 { + yyb3791 = yyj3791 > l } else { - yyb3800 = r.CheckBreak() + yyb3791 = r.CheckBreak() } - if yyb3800 { + if yyb3791 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47691,13 +47609,13 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3800++ - if yyhl3800 { - yyb3800 = yyj3800 > l + yyj3791++ + if yyhl3791 { + yyb3791 = yyj3791 > l } else { - yyb3800 = r.CheckBreak() + yyb3791 = r.CheckBreak() } - if yyb3800 { + if yyb3791 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47708,17 +47626,17 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Path = string(r.DecodeString()) } for { - yyj3800++ - if yyhl3800 { - yyb3800 = yyj3800 > l + yyj3791++ + if yyhl3791 { + yyb3791 = yyj3791 > l } else { - yyb3800 = r.CheckBreak() + yyb3791 = r.CheckBreak() } - if yyb3800 { + if yyb3791 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3800-1, "") + z.DecStructFieldNotFound(yyj3791-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47730,36 +47648,36 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3804 := z.EncBinary() - _ = yym3804 + yym3795 := z.EncBinary() + _ = yym3795 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3805 := !z.EncBinary() - yy2arr3805 := z.EncBasicHandle().StructToArray - var yyq3805 [3]bool - _, _, _ = yysep3805, yyq3805, yy2arr3805 - const yyr3805 bool = false - yyq3805[0] = x.Kind != "" - yyq3805[1] = x.APIVersion != "" - var yynn3805 int - if yyr3805 || yy2arr3805 { + yysep3796 := !z.EncBinary() + yy2arr3796 := z.EncBasicHandle().StructToArray + var yyq3796 [3]bool + _, _, _ = yysep3796, yyq3796, yy2arr3796 + const yyr3796 bool = false + yyq3796[0] = x.Kind != "" + yyq3796[1] = x.APIVersion != "" + var yynn3796 int + if yyr3796 || yy2arr3796 { r.EncodeArrayStart(3) } else { - yynn3805 = 1 - for _, b := range yyq3805 { + yynn3796 = 1 + for _, b := range yyq3796 { if b { - yynn3805++ + yynn3796++ } } - r.EncodeMapStart(yynn3805) - yynn3805 = 0 + r.EncodeMapStart(yynn3796) + yynn3796 = 0 } - if yyr3805 || yy2arr3805 { + if yyr3796 || yy2arr3796 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3805[0] { - yym3807 := z.EncBinary() - _ = yym3807 + if yyq3796[0] { + yym3798 := z.EncBinary() + _ = yym3798 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -47768,23 +47686,23 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3805[0] { + if yyq3796[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3808 := z.EncBinary() - _ = yym3808 + yym3799 := z.EncBinary() + _ = yym3799 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3805 || yy2arr3805 { + if yyr3796 || yy2arr3796 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3805[1] { - yym3810 := z.EncBinary() - _ = yym3810 + if yyq3796[1] { + yym3801 := z.EncBinary() + _ = yym3801 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -47793,22 +47711,22 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3805[1] { + if yyq3796[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3811 := z.EncBinary() - _ = yym3811 + yym3802 := z.EncBinary() + _ = yym3802 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3805 || yy2arr3805 { + if yyr3796 || yy2arr3796 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3813 := z.EncBinary() - _ = yym3813 + yym3804 := z.EncBinary() + _ = yym3804 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -47817,14 +47735,14 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3814 := z.EncBinary() - _ = yym3814 + yym3805 := z.EncBinary() + _ = yym3805 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr3805 || yy2arr3805 { + if yyr3796 || yy2arr3796 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47837,25 +47755,25 @@ func (x *ServiceProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3815 := z.DecBinary() - _ = yym3815 + yym3806 := z.DecBinary() + _ = yym3806 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3816 := r.ContainerType() - if yyct3816 == codecSelferValueTypeMap1234 { - yyl3816 := r.ReadMapStart() - if yyl3816 == 0 { + yyct3807 := r.ContainerType() + if yyct3807 == codecSelferValueTypeMap1234 { + yyl3807 := r.ReadMapStart() + if yyl3807 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3816, d) + x.codecDecodeSelfFromMap(yyl3807, d) } - } else if yyct3816 == codecSelferValueTypeArray1234 { - yyl3816 := r.ReadArrayStart() - if yyl3816 == 0 { + } else if yyct3807 == codecSelferValueTypeArray1234 { + yyl3807 := r.ReadArrayStart() + if yyl3807 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3816, d) + x.codecDecodeSelfFromArray(yyl3807, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -47867,12 +47785,12 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3817Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3817Slc - var yyhl3817 bool = l >= 0 - for yyj3817 := 0; ; yyj3817++ { - if yyhl3817 { - if yyj3817 >= l { + var yys3808Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3808Slc + var yyhl3808 bool = l >= 0 + for yyj3808 := 0; ; yyj3808++ { + if yyhl3808 { + if yyj3808 >= l { break } } else { @@ -47881,10 +47799,10 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3817Slc = r.DecodeBytes(yys3817Slc, true, true) - yys3817 := string(yys3817Slc) + yys3808Slc = r.DecodeBytes(yys3808Slc, true, true) + yys3808 := string(yys3808Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3817 { + switch yys3808 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -47904,9 +47822,9 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3817) - } // end switch yys3817 - } // end for yyj3817 + z.DecStructFieldNotFound(-1, yys3808) + } // end switch yys3808 + } // end for yyj3808 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -47914,16 +47832,16 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3821 int - var yyb3821 bool - var yyhl3821 bool = l >= 0 - yyj3821++ - if yyhl3821 { - yyb3821 = yyj3821 > l + var yyj3812 int + var yyb3812 bool + var yyhl3812 bool = l >= 0 + yyj3812++ + if yyhl3812 { + yyb3812 = yyj3812 > l } else { - yyb3821 = r.CheckBreak() + yyb3812 = r.CheckBreak() } - if yyb3821 { + if yyb3812 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47933,13 +47851,13 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj3821++ - if yyhl3821 { - yyb3821 = yyj3821 > l + yyj3812++ + if yyhl3812 { + yyb3812 = yyj3812 > l } else { - yyb3821 = r.CheckBreak() + yyb3812 = r.CheckBreak() } - if yyb3821 { + if yyb3812 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47949,13 +47867,13 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj3821++ - if yyhl3821 { - yyb3821 = yyj3821 > l + yyj3812++ + if yyhl3812 { + yyb3812 = yyj3812 > l } else { - yyb3821 = r.CheckBreak() + yyb3812 = r.CheckBreak() } - if yyb3821 { + if yyb3812 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47966,17 +47884,17 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.Path = string(r.DecodeString()) } for { - yyj3821++ - if yyhl3821 { - yyb3821 = yyj3821 > l + yyj3812++ + if yyhl3812 { + yyb3812 = yyj3812 > l } else { - yyb3821 = r.CheckBreak() + yyb3812 = r.CheckBreak() } - if yyb3821 { + if yyb3812 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3821-1, "") + z.DecStructFieldNotFound(yyj3812-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47988,34 +47906,34 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3825 := z.EncBinary() - _ = yym3825 + yym3816 := z.EncBinary() + _ = yym3816 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3826 := !z.EncBinary() - yy2arr3826 := z.EncBasicHandle().StructToArray - var yyq3826 [5]bool - _, _, _ = yysep3826, yyq3826, yy2arr3826 - const yyr3826 bool = false - yyq3826[4] = x.Controller != nil - var yynn3826 int - if yyr3826 || yy2arr3826 { + yysep3817 := !z.EncBinary() + yy2arr3817 := z.EncBasicHandle().StructToArray + var yyq3817 [5]bool + _, _, _ = yysep3817, yyq3817, yy2arr3817 + const yyr3817 bool = false + yyq3817[4] = x.Controller != nil + var yynn3817 int + if yyr3817 || yy2arr3817 { r.EncodeArrayStart(5) } else { - yynn3826 = 4 - for _, b := range yyq3826 { + yynn3817 = 4 + for _, b := range yyq3817 { if b { - yynn3826++ + yynn3817++ } } - r.EncodeMapStart(yynn3826) - yynn3826 = 0 + r.EncodeMapStart(yynn3817) + yynn3817 = 0 } - if yyr3826 || yy2arr3826 { + if yyr3817 || yy2arr3817 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3828 := z.EncBinary() - _ = yym3828 + yym3819 := z.EncBinary() + _ = yym3819 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -48024,17 +47942,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3829 := z.EncBinary() - _ = yym3829 + yym3820 := z.EncBinary() + _ = yym3820 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } - if yyr3826 || yy2arr3826 { + if yyr3817 || yy2arr3817 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3831 := z.EncBinary() - _ = yym3831 + yym3822 := z.EncBinary() + _ = yym3822 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -48043,17 +47961,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3832 := z.EncBinary() - _ = yym3832 + yym3823 := z.EncBinary() + _ = yym3823 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } - if yyr3826 || yy2arr3826 { + if yyr3817 || yy2arr3817 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3834 := z.EncBinary() - _ = yym3834 + yym3825 := z.EncBinary() + _ = yym3825 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -48062,17 +47980,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3835 := z.EncBinary() - _ = yym3835 + yym3826 := z.EncBinary() + _ = yym3826 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr3826 || yy2arr3826 { + if yyr3817 || yy2arr3817 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3837 := z.EncBinary() - _ = yym3837 + yym3828 := z.EncBinary() + _ = yym3828 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { @@ -48082,50 +48000,50 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("uid")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3838 := z.EncBinary() - _ = yym3838 + yym3829 := z.EncBinary() + _ = yym3829 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { r.EncodeString(codecSelferC_UTF81234, string(x.UID)) } } - if yyr3826 || yy2arr3826 { + if yyr3817 || yy2arr3817 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3826[4] { + if yyq3817[4] { if x.Controller == nil { r.EncodeNil() } else { - yy3840 := *x.Controller - yym3841 := z.EncBinary() - _ = yym3841 + yy3831 := *x.Controller + yym3832 := z.EncBinary() + _ = yym3832 if false { } else { - r.EncodeBool(bool(yy3840)) + r.EncodeBool(bool(yy3831)) } } } else { r.EncodeNil() } } else { - if yyq3826[4] { + if yyq3817[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("controller")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Controller == nil { r.EncodeNil() } else { - yy3842 := *x.Controller - yym3843 := z.EncBinary() - _ = yym3843 + yy3833 := *x.Controller + yym3834 := z.EncBinary() + _ = yym3834 if false { } else { - r.EncodeBool(bool(yy3842)) + r.EncodeBool(bool(yy3833)) } } } } - if yyr3826 || yy2arr3826 { + if yyr3817 || yy2arr3817 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48138,25 +48056,25 @@ func (x *OwnerReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3844 := z.DecBinary() - _ = yym3844 + yym3835 := z.DecBinary() + _ = yym3835 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3845 := r.ContainerType() - if yyct3845 == codecSelferValueTypeMap1234 { - yyl3845 := r.ReadMapStart() - if yyl3845 == 0 { + yyct3836 := r.ContainerType() + if yyct3836 == codecSelferValueTypeMap1234 { + yyl3836 := r.ReadMapStart() + if yyl3836 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3845, d) + x.codecDecodeSelfFromMap(yyl3836, d) } - } else if yyct3845 == codecSelferValueTypeArray1234 { - yyl3845 := r.ReadArrayStart() - if yyl3845 == 0 { + } else if yyct3836 == codecSelferValueTypeArray1234 { + yyl3836 := r.ReadArrayStart() + if yyl3836 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3845, d) + x.codecDecodeSelfFromArray(yyl3836, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -48168,12 +48086,12 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3846Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3846Slc - var yyhl3846 bool = l >= 0 - for yyj3846 := 0; ; yyj3846++ { - if yyhl3846 { - if yyj3846 >= l { + var yys3837Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3837Slc + var yyhl3837 bool = l >= 0 + for yyj3837 := 0; ; yyj3837++ { + if yyhl3837 { + if yyj3837 >= l { break } } else { @@ -48182,10 +48100,10 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3846Slc = r.DecodeBytes(yys3846Slc, true, true) - yys3846 := string(yys3846Slc) + yys3837Slc = r.DecodeBytes(yys3837Slc, true, true) + yys3837 := string(yys3837Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3846 { + switch yys3837 { case "apiVersion": if r.TryDecodeAsNil() { x.APIVersion = "" @@ -48219,17 +48137,17 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Controller == nil { x.Controller = new(bool) } - yym3852 := z.DecBinary() - _ = yym3852 + yym3843 := z.DecBinary() + _ = yym3843 if false { } else { *((*bool)(x.Controller)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys3846) - } // end switch yys3846 - } // end for yyj3846 + z.DecStructFieldNotFound(-1, yys3837) + } // end switch yys3837 + } // end for yyj3837 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48237,16 +48155,16 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3853 int - var yyb3853 bool - var yyhl3853 bool = l >= 0 - yyj3853++ - if yyhl3853 { - yyb3853 = yyj3853 > l + var yyj3844 int + var yyb3844 bool + var yyhl3844 bool = l >= 0 + yyj3844++ + if yyhl3844 { + yyb3844 = yyj3844 > l } else { - yyb3853 = r.CheckBreak() + yyb3844 = r.CheckBreak() } - if yyb3853 { + if yyb3844 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48256,13 +48174,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3853++ - if yyhl3853 { - yyb3853 = yyj3853 > l + yyj3844++ + if yyhl3844 { + yyb3844 = yyj3844 > l } else { - yyb3853 = r.CheckBreak() + yyb3844 = r.CheckBreak() } - if yyb3853 { + if yyb3844 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48272,13 +48190,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3853++ - if yyhl3853 { - yyb3853 = yyj3853 > l + yyj3844++ + if yyhl3844 { + yyb3844 = yyj3844 > l } else { - yyb3853 = r.CheckBreak() + yyb3844 = r.CheckBreak() } - if yyb3853 { + if yyb3844 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48288,13 +48206,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj3853++ - if yyhl3853 { - yyb3853 = yyj3853 > l + yyj3844++ + if yyhl3844 { + yyb3844 = yyj3844 > l } else { - yyb3853 = r.CheckBreak() + yyb3844 = r.CheckBreak() } - if yyb3853 { + if yyb3844 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48304,13 +48222,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.UID = pkg1_types.UID(r.DecodeString()) } - yyj3853++ - if yyhl3853 { - yyb3853 = yyj3853 > l + yyj3844++ + if yyhl3844 { + yyb3844 = yyj3844 > l } else { - yyb3853 = r.CheckBreak() + yyb3844 = r.CheckBreak() } - if yyb3853 { + if yyb3844 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48323,25 +48241,25 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Controller == nil { x.Controller = new(bool) } - yym3859 := z.DecBinary() - _ = yym3859 + yym3850 := z.DecBinary() + _ = yym3850 if false { } else { *((*bool)(x.Controller)) = r.DecodeBool() } } for { - yyj3853++ - if yyhl3853 { - yyb3853 = yyj3853 > l + yyj3844++ + if yyhl3844 { + yyb3844 = yyj3844 > l } else { - yyb3853 = r.CheckBreak() + yyb3844 = r.CheckBreak() } - if yyb3853 { + if yyb3844 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3853-1, "") + z.DecStructFieldNotFound(yyj3844-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48353,41 +48271,41 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3860 := z.EncBinary() - _ = yym3860 + yym3851 := z.EncBinary() + _ = yym3851 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3861 := !z.EncBinary() - yy2arr3861 := z.EncBasicHandle().StructToArray - var yyq3861 [7]bool - _, _, _ = yysep3861, yyq3861, yy2arr3861 - const yyr3861 bool = false - yyq3861[0] = x.Kind != "" - yyq3861[1] = x.Namespace != "" - yyq3861[2] = x.Name != "" - yyq3861[3] = x.UID != "" - yyq3861[4] = x.APIVersion != "" - yyq3861[5] = x.ResourceVersion != "" - yyq3861[6] = x.FieldPath != "" - var yynn3861 int - if yyr3861 || yy2arr3861 { + yysep3852 := !z.EncBinary() + yy2arr3852 := z.EncBasicHandle().StructToArray + var yyq3852 [7]bool + _, _, _ = yysep3852, yyq3852, yy2arr3852 + const yyr3852 bool = false + yyq3852[0] = x.Kind != "" + yyq3852[1] = x.Namespace != "" + yyq3852[2] = x.Name != "" + yyq3852[3] = x.UID != "" + yyq3852[4] = x.APIVersion != "" + yyq3852[5] = x.ResourceVersion != "" + yyq3852[6] = x.FieldPath != "" + var yynn3852 int + if yyr3852 || yy2arr3852 { r.EncodeArrayStart(7) } else { - yynn3861 = 0 - for _, b := range yyq3861 { + yynn3852 = 0 + for _, b := range yyq3852 { if b { - yynn3861++ + yynn3852++ } } - r.EncodeMapStart(yynn3861) - yynn3861 = 0 + r.EncodeMapStart(yynn3852) + yynn3852 = 0 } - if yyr3861 || yy2arr3861 { + if yyr3852 || yy2arr3852 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3861[0] { - yym3863 := z.EncBinary() - _ = yym3863 + if yyq3852[0] { + yym3854 := z.EncBinary() + _ = yym3854 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -48396,23 +48314,23 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3861[0] { + if yyq3852[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3864 := z.EncBinary() - _ = yym3864 + yym3855 := z.EncBinary() + _ = yym3855 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3861 || yy2arr3861 { + if yyr3852 || yy2arr3852 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3861[1] { - yym3866 := z.EncBinary() - _ = yym3866 + if yyq3852[1] { + yym3857 := z.EncBinary() + _ = yym3857 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) @@ -48421,146 +48339,146 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3861[1] { + if yyq3852[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("namespace")) z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3858 := z.EncBinary() + _ = yym3858 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) + } + } + } + if yyr3852 || yy2arr3852 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3852[2] { + yym3860 := z.EncBinary() + _ = yym3860 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Name)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3852[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("name")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3861 := z.EncBinary() + _ = yym3861 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Name)) + } + } + } + if yyr3852 || yy2arr3852 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3852[3] { + yym3863 := z.EncBinary() + _ = yym3863 + if false { + } else if z.HasExtensions() && z.EncExt(x.UID) { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.UID)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3852[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("uid")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3864 := z.EncBinary() + _ = yym3864 + if false { + } else if z.HasExtensions() && z.EncExt(x.UID) { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.UID)) + } + } + } + if yyr3852 || yy2arr3852 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3852[4] { + yym3866 := z.EncBinary() + _ = yym3866 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3852[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) yym3867 := z.EncBinary() _ = yym3867 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3861 || yy2arr3861 { + if yyr3852 || yy2arr3852 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3861[2] { + if yyq3852[5] { yym3869 := z.EncBinary() _ = yym3869 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Name)) + r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3861[2] { + if yyq3852[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("name")) + r.EncodeString(codecSelferC_UTF81234, string("resourceVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym3870 := z.EncBinary() _ = yym3870 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Name)) + r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) } } } - if yyr3861 || yy2arr3861 { + if yyr3852 || yy2arr3852 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3861[3] { + if yyq3852[6] { yym3872 := z.EncBinary() _ = yym3872 if false { - } else if z.HasExtensions() && z.EncExt(x.UID) { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.UID)) + r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3861[3] { + if yyq3852[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("uid")) + r.EncodeString(codecSelferC_UTF81234, string("fieldPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym3873 := z.EncBinary() _ = yym3873 if false { - } else if z.HasExtensions() && z.EncExt(x.UID) { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.UID)) - } - } - } - if yyr3861 || yy2arr3861 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3861[4] { - yym3875 := z.EncBinary() - _ = yym3875 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3861[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3876 := z.EncBinary() - _ = yym3876 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3861 || yy2arr3861 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3861[5] { - yym3878 := z.EncBinary() - _ = yym3878 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3861[5] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("resourceVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3879 := z.EncBinary() - _ = yym3879 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) - } - } - } - if yyr3861 || yy2arr3861 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3861[6] { - yym3881 := z.EncBinary() - _ = yym3881 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3861[6] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("fieldPath")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3882 := z.EncBinary() - _ = yym3882 - if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) } } } - if yyr3861 || yy2arr3861 { + if yyr3852 || yy2arr3852 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48573,25 +48491,25 @@ func (x *ObjectReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3883 := z.DecBinary() - _ = yym3883 + yym3874 := z.DecBinary() + _ = yym3874 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3884 := r.ContainerType() - if yyct3884 == codecSelferValueTypeMap1234 { - yyl3884 := r.ReadMapStart() - if yyl3884 == 0 { + yyct3875 := r.ContainerType() + if yyct3875 == codecSelferValueTypeMap1234 { + yyl3875 := r.ReadMapStart() + if yyl3875 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3884, d) + x.codecDecodeSelfFromMap(yyl3875, d) } - } else if yyct3884 == codecSelferValueTypeArray1234 { - yyl3884 := r.ReadArrayStart() - if yyl3884 == 0 { + } else if yyct3875 == codecSelferValueTypeArray1234 { + yyl3875 := r.ReadArrayStart() + if yyl3875 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3884, d) + x.codecDecodeSelfFromArray(yyl3875, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -48603,12 +48521,12 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3885Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3885Slc - var yyhl3885 bool = l >= 0 - for yyj3885 := 0; ; yyj3885++ { - if yyhl3885 { - if yyj3885 >= l { + var yys3876Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3876Slc + var yyhl3876 bool = l >= 0 + for yyj3876 := 0; ; yyj3876++ { + if yyhl3876 { + if yyj3876 >= l { break } } else { @@ -48617,10 +48535,10 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3885Slc = r.DecodeBytes(yys3885Slc, true, true) - yys3885 := string(yys3885Slc) + yys3876Slc = r.DecodeBytes(yys3876Slc, true, true) + yys3876 := string(yys3876Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3885 { + switch yys3876 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -48664,9 +48582,9 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.FieldPath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3885) - } // end switch yys3885 - } // end for yyj3885 + z.DecStructFieldNotFound(-1, yys3876) + } // end switch yys3876 + } // end for yyj3876 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48674,16 +48592,16 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3893 int - var yyb3893 bool - var yyhl3893 bool = l >= 0 - yyj3893++ - if yyhl3893 { - yyb3893 = yyj3893 > l + var yyj3884 int + var yyb3884 bool + var yyhl3884 bool = l >= 0 + yyj3884++ + if yyhl3884 { + yyb3884 = yyj3884 > l } else { - yyb3893 = r.CheckBreak() + yyb3884 = r.CheckBreak() } - if yyb3893 { + if yyb3884 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48693,13 +48611,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3893++ - if yyhl3893 { - yyb3893 = yyj3893 > l + yyj3884++ + if yyhl3884 { + yyb3884 = yyj3884 > l } else { - yyb3893 = r.CheckBreak() + yyb3884 = r.CheckBreak() } - if yyb3893 { + if yyb3884 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48709,13 +48627,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Namespace = string(r.DecodeString()) } - yyj3893++ - if yyhl3893 { - yyb3893 = yyj3893 > l + yyj3884++ + if yyhl3884 { + yyb3884 = yyj3884 > l } else { - yyb3893 = r.CheckBreak() + yyb3884 = r.CheckBreak() } - if yyb3893 { + if yyb3884 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48725,13 +48643,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Name = string(r.DecodeString()) } - yyj3893++ - if yyhl3893 { - yyb3893 = yyj3893 > l + yyj3884++ + if yyhl3884 { + yyb3884 = yyj3884 > l } else { - yyb3893 = r.CheckBreak() + yyb3884 = r.CheckBreak() } - if yyb3893 { + if yyb3884 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48741,13 +48659,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.UID = pkg1_types.UID(r.DecodeString()) } - yyj3893++ - if yyhl3893 { - yyb3893 = yyj3893 > l + yyj3884++ + if yyhl3884 { + yyb3884 = yyj3884 > l } else { - yyb3893 = r.CheckBreak() + yyb3884 = r.CheckBreak() } - if yyb3893 { + if yyb3884 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48757,13 +48675,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3893++ - if yyhl3893 { - yyb3893 = yyj3893 > l + yyj3884++ + if yyhl3884 { + yyb3884 = yyj3884 > l } else { - yyb3893 = r.CheckBreak() + yyb3884 = r.CheckBreak() } - if yyb3893 { + if yyb3884 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48773,13 +48691,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.ResourceVersion = string(r.DecodeString()) } - yyj3893++ - if yyhl3893 { - yyb3893 = yyj3893 > l + yyj3884++ + if yyhl3884 { + yyb3884 = yyj3884 > l } else { - yyb3893 = r.CheckBreak() + yyb3884 = r.CheckBreak() } - if yyb3893 { + if yyb3884 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48790,17 +48708,17 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.FieldPath = string(r.DecodeString()) } for { - yyj3893++ - if yyhl3893 { - yyb3893 = yyj3893 > l + yyj3884++ + if yyhl3884 { + yyb3884 = yyj3884 > l } else { - yyb3893 = r.CheckBreak() + yyb3884 = r.CheckBreak() } - if yyb3893 { + if yyb3884 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3893-1, "") + z.DecStructFieldNotFound(yyj3884-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48812,33 +48730,33 @@ func (x *LocalObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3901 := z.EncBinary() - _ = yym3901 + yym3892 := z.EncBinary() + _ = yym3892 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3902 := !z.EncBinary() - yy2arr3902 := z.EncBasicHandle().StructToArray - var yyq3902 [1]bool - _, _, _ = yysep3902, yyq3902, yy2arr3902 - const yyr3902 bool = false - var yynn3902 int - if yyr3902 || yy2arr3902 { + yysep3893 := !z.EncBinary() + yy2arr3893 := z.EncBasicHandle().StructToArray + var yyq3893 [1]bool + _, _, _ = yysep3893, yyq3893, yy2arr3893 + const yyr3893 bool = false + var yynn3893 int + if yyr3893 || yy2arr3893 { r.EncodeArrayStart(1) } else { - yynn3902 = 1 - for _, b := range yyq3902 { + yynn3893 = 1 + for _, b := range yyq3893 { if b { - yynn3902++ + yynn3893++ } } - r.EncodeMapStart(yynn3902) - yynn3902 = 0 + r.EncodeMapStart(yynn3893) + yynn3893 = 0 } - if yyr3902 || yy2arr3902 { + if yyr3893 || yy2arr3893 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3904 := z.EncBinary() - _ = yym3904 + yym3895 := z.EncBinary() + _ = yym3895 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -48847,14 +48765,14 @@ func (x *LocalObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3905 := z.EncBinary() - _ = yym3905 + yym3896 := z.EncBinary() + _ = yym3896 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr3902 || yy2arr3902 { + if yyr3893 || yy2arr3893 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48867,25 +48785,25 @@ func (x *LocalObjectReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3906 := z.DecBinary() - _ = yym3906 + yym3897 := z.DecBinary() + _ = yym3897 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3907 := r.ContainerType() - if yyct3907 == codecSelferValueTypeMap1234 { - yyl3907 := r.ReadMapStart() - if yyl3907 == 0 { + yyct3898 := r.ContainerType() + if yyct3898 == codecSelferValueTypeMap1234 { + yyl3898 := r.ReadMapStart() + if yyl3898 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3907, d) + x.codecDecodeSelfFromMap(yyl3898, d) } - } else if yyct3907 == codecSelferValueTypeArray1234 { - yyl3907 := r.ReadArrayStart() - if yyl3907 == 0 { + } else if yyct3898 == codecSelferValueTypeArray1234 { + yyl3898 := r.ReadArrayStart() + if yyl3898 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3907, d) + x.codecDecodeSelfFromArray(yyl3898, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -48897,12 +48815,12 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3908Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3908Slc - var yyhl3908 bool = l >= 0 - for yyj3908 := 0; ; yyj3908++ { - if yyhl3908 { - if yyj3908 >= l { + var yys3899Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3899Slc + var yyhl3899 bool = l >= 0 + for yyj3899 := 0; ; yyj3899++ { + if yyhl3899 { + if yyj3899 >= l { break } } else { @@ -48911,10 +48829,10 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3908Slc = r.DecodeBytes(yys3908Slc, true, true) - yys3908 := string(yys3908Slc) + yys3899Slc = r.DecodeBytes(yys3899Slc, true, true) + yys3899 := string(yys3899Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3908 { + switch yys3899 { case "Name": if r.TryDecodeAsNil() { x.Name = "" @@ -48922,9 +48840,9 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Name = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3908) - } // end switch yys3908 - } // end for yyj3908 + z.DecStructFieldNotFound(-1, yys3899) + } // end switch yys3899 + } // end for yyj3899 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48932,16 +48850,16 @@ func (x *LocalObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3910 int - var yyb3910 bool - var yyhl3910 bool = l >= 0 - yyj3910++ - if yyhl3910 { - yyb3910 = yyj3910 > l + var yyj3901 int + var yyb3901 bool + var yyhl3901 bool = l >= 0 + yyj3901++ + if yyhl3901 { + yyb3901 = yyj3901 > l } else { - yyb3910 = r.CheckBreak() + yyb3901 = r.CheckBreak() } - if yyb3910 { + if yyb3901 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48952,17 +48870,17 @@ func (x *LocalObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Name = string(r.DecodeString()) } for { - yyj3910++ - if yyhl3910 { - yyb3910 = yyj3910 > l + yyj3901++ + if yyhl3901 { + yyb3901 = yyj3901 > l } else { - yyb3910 = r.CheckBreak() + yyb3901 = r.CheckBreak() } - if yyb3910 { + if yyb3901 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3910-1, "") + z.DecStructFieldNotFound(yyj3901-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48974,37 +48892,37 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3912 := z.EncBinary() - _ = yym3912 + yym3903 := z.EncBinary() + _ = yym3903 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3913 := !z.EncBinary() - yy2arr3913 := z.EncBasicHandle().StructToArray - var yyq3913 [3]bool - _, _, _ = yysep3913, yyq3913, yy2arr3913 - const yyr3913 bool = false - yyq3913[0] = x.Kind != "" - yyq3913[1] = x.APIVersion != "" - yyq3913[2] = true - var yynn3913 int - if yyr3913 || yy2arr3913 { + yysep3904 := !z.EncBinary() + yy2arr3904 := z.EncBasicHandle().StructToArray + var yyq3904 [3]bool + _, _, _ = yysep3904, yyq3904, yy2arr3904 + const yyr3904 bool = false + yyq3904[0] = x.Kind != "" + yyq3904[1] = x.APIVersion != "" + yyq3904[2] = true + var yynn3904 int + if yyr3904 || yy2arr3904 { r.EncodeArrayStart(3) } else { - yynn3913 = 0 - for _, b := range yyq3913 { + yynn3904 = 0 + for _, b := range yyq3904 { if b { - yynn3913++ + yynn3904++ } } - r.EncodeMapStart(yynn3913) - yynn3913 = 0 + r.EncodeMapStart(yynn3904) + yynn3904 = 0 } - if yyr3913 || yy2arr3913 { + if yyr3904 || yy2arr3904 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3913[0] { - yym3915 := z.EncBinary() - _ = yym3915 + if yyq3904[0] { + yym3906 := z.EncBinary() + _ = yym3906 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -49013,23 +48931,23 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3913[0] { + if yyq3904[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3916 := z.EncBinary() - _ = yym3916 + yym3907 := z.EncBinary() + _ = yym3907 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3913 || yy2arr3913 { + if yyr3904 || yy2arr3904 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3913[1] { - yym3918 := z.EncBinary() - _ = yym3918 + if yyq3904[1] { + yym3909 := z.EncBinary() + _ = yym3909 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -49038,36 +48956,36 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3913[1] { + if yyq3904[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3919 := z.EncBinary() - _ = yym3919 + yym3910 := z.EncBinary() + _ = yym3910 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3913 || yy2arr3913 { + if yyr3904 || yy2arr3904 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3913[2] { - yy3921 := &x.Reference - yy3921.CodecEncodeSelf(e) + if yyq3904[2] { + yy3912 := &x.Reference + yy3912.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3913[2] { + if yyq3904[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reference")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3922 := &x.Reference - yy3922.CodecEncodeSelf(e) + yy3913 := &x.Reference + yy3913.CodecEncodeSelf(e) } } - if yyr3913 || yy2arr3913 { + if yyr3904 || yy2arr3904 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -49080,25 +48998,25 @@ func (x *SerializedReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3923 := z.DecBinary() - _ = yym3923 + yym3914 := z.DecBinary() + _ = yym3914 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3924 := r.ContainerType() - if yyct3924 == codecSelferValueTypeMap1234 { - yyl3924 := r.ReadMapStart() - if yyl3924 == 0 { + yyct3915 := r.ContainerType() + if yyct3915 == codecSelferValueTypeMap1234 { + yyl3915 := r.ReadMapStart() + if yyl3915 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3924, d) + x.codecDecodeSelfFromMap(yyl3915, d) } - } else if yyct3924 == codecSelferValueTypeArray1234 { - yyl3924 := r.ReadArrayStart() - if yyl3924 == 0 { + } else if yyct3915 == codecSelferValueTypeArray1234 { + yyl3915 := r.ReadArrayStart() + if yyl3915 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3924, d) + x.codecDecodeSelfFromArray(yyl3915, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -49110,12 +49028,12 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3925Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3925Slc - var yyhl3925 bool = l >= 0 - for yyj3925 := 0; ; yyj3925++ { - if yyhl3925 { - if yyj3925 >= l { + var yys3916Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3916Slc + var yyhl3916 bool = l >= 0 + for yyj3916 := 0; ; yyj3916++ { + if yyhl3916 { + if yyj3916 >= l { break } } else { @@ -49124,10 +49042,10 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3925Slc = r.DecodeBytes(yys3925Slc, true, true) - yys3925 := string(yys3925Slc) + yys3916Slc = r.DecodeBytes(yys3916Slc, true, true) + yys3916 := string(yys3916Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3925 { + switch yys3916 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -49144,13 +49062,13 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Reference = ObjectReference{} } else { - yyv3928 := &x.Reference - yyv3928.CodecDecodeSelf(d) + yyv3919 := &x.Reference + yyv3919.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3925) - } // end switch yys3925 - } // end for yyj3925 + z.DecStructFieldNotFound(-1, yys3916) + } // end switch yys3916 + } // end for yyj3916 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -49158,16 +49076,16 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3929 int - var yyb3929 bool - var yyhl3929 bool = l >= 0 - yyj3929++ - if yyhl3929 { - yyb3929 = yyj3929 > l + var yyj3920 int + var yyb3920 bool + var yyhl3920 bool = l >= 0 + yyj3920++ + if yyhl3920 { + yyb3920 = yyj3920 > l } else { - yyb3929 = r.CheckBreak() + yyb3920 = r.CheckBreak() } - if yyb3929 { + if yyb3920 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49177,13 +49095,13 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj3929++ - if yyhl3929 { - yyb3929 = yyj3929 > l + yyj3920++ + if yyhl3920 { + yyb3920 = yyj3920 > l } else { - yyb3929 = r.CheckBreak() + yyb3920 = r.CheckBreak() } - if yyb3929 { + if yyb3920 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49193,13 +49111,13 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj3929++ - if yyhl3929 { - yyb3929 = yyj3929 > l + yyj3920++ + if yyhl3920 { + yyb3920 = yyj3920 > l } else { - yyb3929 = r.CheckBreak() + yyb3920 = r.CheckBreak() } - if yyb3929 { + if yyb3920 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49207,21 +49125,21 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Reference = ObjectReference{} } else { - yyv3932 := &x.Reference - yyv3932.CodecDecodeSelf(d) + yyv3923 := &x.Reference + yyv3923.CodecDecodeSelf(d) } for { - yyj3929++ - if yyhl3929 { - yyb3929 = yyj3929 > l + yyj3920++ + if yyhl3920 { + yyb3920 = yyj3920 > l } else { - yyb3929 = r.CheckBreak() + yyb3920 = r.CheckBreak() } - if yyb3929 { + if yyb3920 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3929-1, "") + z.DecStructFieldNotFound(yyj3920-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49233,36 +49151,36 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3933 := z.EncBinary() - _ = yym3933 + yym3924 := z.EncBinary() + _ = yym3924 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3934 := !z.EncBinary() - yy2arr3934 := z.EncBasicHandle().StructToArray - var yyq3934 [2]bool - _, _, _ = yysep3934, yyq3934, yy2arr3934 - const yyr3934 bool = false - yyq3934[0] = x.Component != "" - yyq3934[1] = x.Host != "" - var yynn3934 int - if yyr3934 || yy2arr3934 { + yysep3925 := !z.EncBinary() + yy2arr3925 := z.EncBasicHandle().StructToArray + var yyq3925 [2]bool + _, _, _ = yysep3925, yyq3925, yy2arr3925 + const yyr3925 bool = false + yyq3925[0] = x.Component != "" + yyq3925[1] = x.Host != "" + var yynn3925 int + if yyr3925 || yy2arr3925 { r.EncodeArrayStart(2) } else { - yynn3934 = 0 - for _, b := range yyq3934 { + yynn3925 = 0 + for _, b := range yyq3925 { if b { - yynn3934++ + yynn3925++ } } - r.EncodeMapStart(yynn3934) - yynn3934 = 0 + r.EncodeMapStart(yynn3925) + yynn3925 = 0 } - if yyr3934 || yy2arr3934 { + if yyr3925 || yy2arr3925 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3934[0] { - yym3936 := z.EncBinary() - _ = yym3936 + if yyq3925[0] { + yym3927 := z.EncBinary() + _ = yym3927 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Component)) @@ -49271,23 +49189,23 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3934[0] { + if yyq3925[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("component")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3937 := z.EncBinary() - _ = yym3937 + yym3928 := z.EncBinary() + _ = yym3928 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Component)) } } } - if yyr3934 || yy2arr3934 { + if yyr3925 || yy2arr3925 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3934[1] { - yym3939 := z.EncBinary() - _ = yym3939 + if yyq3925[1] { + yym3930 := z.EncBinary() + _ = yym3930 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) @@ -49296,19 +49214,19 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3934[1] { + if yyq3925[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("host")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3940 := z.EncBinary() - _ = yym3940 + yym3931 := z.EncBinary() + _ = yym3931 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) } } } - if yyr3934 || yy2arr3934 { + if yyr3925 || yy2arr3925 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -49321,25 +49239,25 @@ func (x *EventSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3941 := z.DecBinary() - _ = yym3941 + yym3932 := z.DecBinary() + _ = yym3932 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3942 := r.ContainerType() - if yyct3942 == codecSelferValueTypeMap1234 { - yyl3942 := r.ReadMapStart() - if yyl3942 == 0 { + yyct3933 := r.ContainerType() + if yyct3933 == codecSelferValueTypeMap1234 { + yyl3933 := r.ReadMapStart() + if yyl3933 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3942, d) + x.codecDecodeSelfFromMap(yyl3933, d) } - } else if yyct3942 == codecSelferValueTypeArray1234 { - yyl3942 := r.ReadArrayStart() - if yyl3942 == 0 { + } else if yyct3933 == codecSelferValueTypeArray1234 { + yyl3933 := r.ReadArrayStart() + if yyl3933 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3942, d) + x.codecDecodeSelfFromArray(yyl3933, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -49351,12 +49269,12 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3943Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3943Slc - var yyhl3943 bool = l >= 0 - for yyj3943 := 0; ; yyj3943++ { - if yyhl3943 { - if yyj3943 >= l { + var yys3934Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3934Slc + var yyhl3934 bool = l >= 0 + for yyj3934 := 0; ; yyj3934++ { + if yyhl3934 { + if yyj3934 >= l { break } } else { @@ -49365,10 +49283,10 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3943Slc = r.DecodeBytes(yys3943Slc, true, true) - yys3943 := string(yys3943Slc) + yys3934Slc = r.DecodeBytes(yys3934Slc, true, true) + yys3934 := string(yys3934Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3943 { + switch yys3934 { case "component": if r.TryDecodeAsNil() { x.Component = "" @@ -49382,9 +49300,9 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Host = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3943) - } // end switch yys3943 - } // end for yyj3943 + z.DecStructFieldNotFound(-1, yys3934) + } // end switch yys3934 + } // end for yyj3934 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -49392,16 +49310,16 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3946 int - var yyb3946 bool - var yyhl3946 bool = l >= 0 - yyj3946++ - if yyhl3946 { - yyb3946 = yyj3946 > l + var yyj3937 int + var yyb3937 bool + var yyhl3937 bool = l >= 0 + yyj3937++ + if yyhl3937 { + yyb3937 = yyj3937 > l } else { - yyb3946 = r.CheckBreak() + yyb3937 = r.CheckBreak() } - if yyb3946 { + if yyb3937 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49411,13 +49329,13 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Component = string(r.DecodeString()) } - yyj3946++ - if yyhl3946 { - yyb3946 = yyj3946 > l + yyj3937++ + if yyhl3937 { + yyb3937 = yyj3937 > l } else { - yyb3946 = r.CheckBreak() + yyb3937 = r.CheckBreak() } - if yyb3946 { + if yyb3937 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49428,17 +49346,17 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Host = string(r.DecodeString()) } for { - yyj3946++ - if yyhl3946 { - yyb3946 = yyj3946 > l + yyj3937++ + if yyhl3937 { + yyb3937 = yyj3937 > l } else { - yyb3946 = r.CheckBreak() + yyb3937 = r.CheckBreak() } - if yyb3946 { + if yyb3937 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3946-1, "") + z.DecStructFieldNotFound(yyj3937-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49450,45 +49368,45 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3949 := z.EncBinary() - _ = yym3949 + yym3940 := z.EncBinary() + _ = yym3940 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3950 := !z.EncBinary() - yy2arr3950 := z.EncBasicHandle().StructToArray - var yyq3950 [11]bool - _, _, _ = yysep3950, yyq3950, yy2arr3950 - const yyr3950 bool = false - yyq3950[0] = x.Kind != "" - yyq3950[1] = x.APIVersion != "" - yyq3950[2] = true - yyq3950[3] = true - yyq3950[4] = x.Reason != "" - yyq3950[5] = x.Message != "" - yyq3950[6] = true - yyq3950[7] = true - yyq3950[8] = true - yyq3950[9] = x.Count != 0 - yyq3950[10] = x.Type != "" - var yynn3950 int - if yyr3950 || yy2arr3950 { + yysep3941 := !z.EncBinary() + yy2arr3941 := z.EncBasicHandle().StructToArray + var yyq3941 [11]bool + _, _, _ = yysep3941, yyq3941, yy2arr3941 + const yyr3941 bool = false + yyq3941[0] = x.Kind != "" + yyq3941[1] = x.APIVersion != "" + yyq3941[2] = true + yyq3941[3] = true + yyq3941[4] = x.Reason != "" + yyq3941[5] = x.Message != "" + yyq3941[6] = true + yyq3941[7] = true + yyq3941[8] = true + yyq3941[9] = x.Count != 0 + yyq3941[10] = x.Type != "" + var yynn3941 int + if yyr3941 || yy2arr3941 { r.EncodeArrayStart(11) } else { - yynn3950 = 0 - for _, b := range yyq3950 { + yynn3941 = 0 + for _, b := range yyq3941 { if b { - yynn3950++ + yynn3941++ } } - r.EncodeMapStart(yynn3950) - yynn3950 = 0 + r.EncodeMapStart(yynn3941) + yynn3941 = 0 } - if yyr3950 || yy2arr3950 { + if yyr3941 || yy2arr3941 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3950[0] { - yym3952 := z.EncBinary() - _ = yym3952 + if yyq3941[0] { + yym3943 := z.EncBinary() + _ = yym3943 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -49497,23 +49415,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3950[0] { + if yyq3941[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3953 := z.EncBinary() - _ = yym3953 + yym3944 := z.EncBinary() + _ = yym3944 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3950 || yy2arr3950 { + if yyr3941 || yy2arr3941 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3950[1] { - yym3955 := z.EncBinary() - _ = yym3955 + if yyq3941[1] { + yym3946 := z.EncBinary() + _ = yym3946 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -49522,198 +49440,198 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3950[1] { + if yyq3941[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3947 := z.EncBinary() + _ = yym3947 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3941 || yy2arr3941 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3941[2] { + yy3949 := &x.ObjectMeta + yy3949.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq3941[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("metadata")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3950 := &x.ObjectMeta + yy3950.CodecEncodeSelf(e) + } + } + if yyr3941 || yy2arr3941 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3941[3] { + yy3952 := &x.InvolvedObject + yy3952.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq3941[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("involvedObject")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3953 := &x.InvolvedObject + yy3953.CodecEncodeSelf(e) + } + } + if yyr3941 || yy2arr3941 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3941[4] { + yym3955 := z.EncBinary() + _ = yym3955 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3941[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("reason")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) yym3956 := z.EncBinary() _ = yym3956 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr3950 || yy2arr3950 { + if yyr3941 || yy2arr3941 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3950[2] { - yy3958 := &x.ObjectMeta - yy3958.CodecEncodeSelf(e) + if yyq3941[5] { + yym3958 := z.EncBinary() + _ = yym3958 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Message)) + } } else { - r.EncodeNil() + r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3950[2] { + if yyq3941[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("metadata")) + r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3959 := &x.ObjectMeta - yy3959.CodecEncodeSelf(e) + yym3959 := z.EncBinary() + _ = yym3959 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Message)) + } } } - if yyr3950 || yy2arr3950 { + if yyr3941 || yy2arr3941 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3950[3] { - yy3961 := &x.InvolvedObject + if yyq3941[6] { + yy3961 := &x.Source yy3961.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3950[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("involvedObject")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3962 := &x.InvolvedObject - yy3962.CodecEncodeSelf(e) - } - } - if yyr3950 || yy2arr3950 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3950[4] { - yym3964 := z.EncBinary() - _ = yym3964 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3950[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("reason")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3965 := z.EncBinary() - _ = yym3965 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } - } - if yyr3950 || yy2arr3950 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3950[5] { - yym3967 := z.EncBinary() - _ = yym3967 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Message)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3950[5] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("message")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3968 := z.EncBinary() - _ = yym3968 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Message)) - } - } - } - if yyr3950 || yy2arr3950 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3950[6] { - yy3970 := &x.Source - yy3970.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq3950[6] { + if yyq3941[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("source")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3971 := &x.Source - yy3971.CodecEncodeSelf(e) + yy3962 := &x.Source + yy3962.CodecEncodeSelf(e) } } - if yyr3950 || yy2arr3950 { + if yyr3941 || yy2arr3941 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3950[7] { - yy3973 := &x.FirstTimestamp - yym3974 := z.EncBinary() - _ = yym3974 + if yyq3941[7] { + yy3964 := &x.FirstTimestamp + yym3965 := z.EncBinary() + _ = yym3965 if false { - } else if z.HasExtensions() && z.EncExt(yy3973) { - } else if yym3974 { - z.EncBinaryMarshal(yy3973) - } else if !yym3974 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3973) + } else if z.HasExtensions() && z.EncExt(yy3964) { + } else if yym3965 { + z.EncBinaryMarshal(yy3964) + } else if !yym3965 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3964) } else { - z.EncFallback(yy3973) + z.EncFallback(yy3964) } } else { r.EncodeNil() } } else { - if yyq3950[7] { + if yyq3941[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("firstTimestamp")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3975 := &x.FirstTimestamp - yym3976 := z.EncBinary() - _ = yym3976 + yy3966 := &x.FirstTimestamp + yym3967 := z.EncBinary() + _ = yym3967 if false { - } else if z.HasExtensions() && z.EncExt(yy3975) { - } else if yym3976 { - z.EncBinaryMarshal(yy3975) - } else if !yym3976 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3975) + } else if z.HasExtensions() && z.EncExt(yy3966) { + } else if yym3967 { + z.EncBinaryMarshal(yy3966) + } else if !yym3967 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3966) } else { - z.EncFallback(yy3975) + z.EncFallback(yy3966) } } } - if yyr3950 || yy2arr3950 { + if yyr3941 || yy2arr3941 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3950[8] { - yy3978 := &x.LastTimestamp - yym3979 := z.EncBinary() - _ = yym3979 + if yyq3941[8] { + yy3969 := &x.LastTimestamp + yym3970 := z.EncBinary() + _ = yym3970 if false { - } else if z.HasExtensions() && z.EncExt(yy3978) { - } else if yym3979 { - z.EncBinaryMarshal(yy3978) - } else if !yym3979 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3978) + } else if z.HasExtensions() && z.EncExt(yy3969) { + } else if yym3970 { + z.EncBinaryMarshal(yy3969) + } else if !yym3970 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3969) } else { - z.EncFallback(yy3978) + z.EncFallback(yy3969) } } else { r.EncodeNil() } } else { - if yyq3950[8] { + if yyq3941[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastTimestamp")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3980 := &x.LastTimestamp - yym3981 := z.EncBinary() - _ = yym3981 + yy3971 := &x.LastTimestamp + yym3972 := z.EncBinary() + _ = yym3972 if false { - } else if z.HasExtensions() && z.EncExt(yy3980) { - } else if yym3981 { - z.EncBinaryMarshal(yy3980) - } else if !yym3981 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3980) + } else if z.HasExtensions() && z.EncExt(yy3971) { + } else if yym3972 { + z.EncBinaryMarshal(yy3971) + } else if !yym3972 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3971) } else { - z.EncFallback(yy3980) + z.EncFallback(yy3971) } } } - if yyr3950 || yy2arr3950 { + if yyr3941 || yy2arr3941 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3950[9] { - yym3983 := z.EncBinary() - _ = yym3983 + if yyq3941[9] { + yym3974 := z.EncBinary() + _ = yym3974 if false { } else { r.EncodeInt(int64(x.Count)) @@ -49722,23 +49640,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq3950[9] { + if yyq3941[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("count")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3984 := z.EncBinary() - _ = yym3984 + yym3975 := z.EncBinary() + _ = yym3975 if false { } else { r.EncodeInt(int64(x.Count)) } } } - if yyr3950 || yy2arr3950 { + if yyr3941 || yy2arr3941 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3950[10] { - yym3986 := z.EncBinary() - _ = yym3986 + if yyq3941[10] { + yym3977 := z.EncBinary() + _ = yym3977 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) @@ -49747,19 +49665,19 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3950[10] { + if yyq3941[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3987 := z.EncBinary() - _ = yym3987 + yym3978 := z.EncBinary() + _ = yym3978 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) } } } - if yyr3950 || yy2arr3950 { + if yyr3941 || yy2arr3941 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -49772,25 +49690,25 @@ func (x *Event) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3988 := z.DecBinary() - _ = yym3988 + yym3979 := z.DecBinary() + _ = yym3979 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3989 := r.ContainerType() - if yyct3989 == codecSelferValueTypeMap1234 { - yyl3989 := r.ReadMapStart() - if yyl3989 == 0 { + yyct3980 := r.ContainerType() + if yyct3980 == codecSelferValueTypeMap1234 { + yyl3980 := r.ReadMapStart() + if yyl3980 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3989, d) + x.codecDecodeSelfFromMap(yyl3980, d) } - } else if yyct3989 == codecSelferValueTypeArray1234 { - yyl3989 := r.ReadArrayStart() - if yyl3989 == 0 { + } else if yyct3980 == codecSelferValueTypeArray1234 { + yyl3980 := r.ReadArrayStart() + if yyl3980 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3989, d) + x.codecDecodeSelfFromArray(yyl3980, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -49802,12 +49720,12 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3990Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3990Slc - var yyhl3990 bool = l >= 0 - for yyj3990 := 0; ; yyj3990++ { - if yyhl3990 { - if yyj3990 >= l { + var yys3981Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3981Slc + var yyhl3981 bool = l >= 0 + for yyj3981 := 0; ; yyj3981++ { + if yyhl3981 { + if yyj3981 >= l { break } } else { @@ -49816,10 +49734,10 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3990Slc = r.DecodeBytes(yys3990Slc, true, true) - yys3990 := string(yys3990Slc) + yys3981Slc = r.DecodeBytes(yys3981Slc, true, true) + yys3981 := string(yys3981Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3990 { + switch yys3981 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -49836,15 +49754,15 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3993 := &x.ObjectMeta - yyv3993.CodecDecodeSelf(d) + yyv3984 := &x.ObjectMeta + yyv3984.CodecDecodeSelf(d) } case "involvedObject": if r.TryDecodeAsNil() { x.InvolvedObject = ObjectReference{} } else { - yyv3994 := &x.InvolvedObject - yyv3994.CodecDecodeSelf(d) + yyv3985 := &x.InvolvedObject + yyv3985.CodecDecodeSelf(d) } case "reason": if r.TryDecodeAsNil() { @@ -49862,41 +49780,41 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Source = EventSource{} } else { - yyv3997 := &x.Source - yyv3997.CodecDecodeSelf(d) + yyv3988 := &x.Source + yyv3988.CodecDecodeSelf(d) } case "firstTimestamp": if r.TryDecodeAsNil() { x.FirstTimestamp = pkg2_unversioned.Time{} } else { - yyv3998 := &x.FirstTimestamp - yym3999 := z.DecBinary() - _ = yym3999 + yyv3989 := &x.FirstTimestamp + yym3990 := z.DecBinary() + _ = yym3990 if false { - } else if z.HasExtensions() && z.DecExt(yyv3998) { - } else if yym3999 { - z.DecBinaryUnmarshal(yyv3998) - } else if !yym3999 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3998) + } else if z.HasExtensions() && z.DecExt(yyv3989) { + } else if yym3990 { + z.DecBinaryUnmarshal(yyv3989) + } else if !yym3990 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3989) } else { - z.DecFallback(yyv3998, false) + z.DecFallback(yyv3989, false) } } case "lastTimestamp": if r.TryDecodeAsNil() { x.LastTimestamp = pkg2_unversioned.Time{} } else { - yyv4000 := &x.LastTimestamp - yym4001 := z.DecBinary() - _ = yym4001 + yyv3991 := &x.LastTimestamp + yym3992 := z.DecBinary() + _ = yym3992 if false { - } else if z.HasExtensions() && z.DecExt(yyv4000) { - } else if yym4001 { - z.DecBinaryUnmarshal(yyv4000) - } else if !yym4001 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4000) + } else if z.HasExtensions() && z.DecExt(yyv3991) { + } else if yym3992 { + z.DecBinaryUnmarshal(yyv3991) + } else if !yym3992 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3991) } else { - z.DecFallback(yyv4000, false) + z.DecFallback(yyv3991, false) } } case "count": @@ -49912,9 +49830,9 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Type = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3990) - } // end switch yys3990 - } // end for yyj3990 + z.DecStructFieldNotFound(-1, yys3981) + } // end switch yys3981 + } // end for yyj3981 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -49922,16 +49840,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4004 int - var yyb4004 bool - var yyhl4004 bool = l >= 0 - yyj4004++ - if yyhl4004 { - yyb4004 = yyj4004 > l + var yyj3995 int + var yyb3995 bool + var yyhl3995 bool = l >= 0 + yyj3995++ + if yyhl3995 { + yyb3995 = yyj3995 > l } else { - yyb4004 = r.CheckBreak() + yyb3995 = r.CheckBreak() } - if yyb4004 { + if yyb3995 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49941,13 +49859,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4004++ - if yyhl4004 { - yyb4004 = yyj4004 > l + yyj3995++ + if yyhl3995 { + yyb3995 = yyj3995 > l } else { - yyb4004 = r.CheckBreak() + yyb3995 = r.CheckBreak() } - if yyb4004 { + if yyb3995 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49957,13 +49875,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4004++ - if yyhl4004 { - yyb4004 = yyj4004 > l + yyj3995++ + if yyhl3995 { + yyb3995 = yyj3995 > l } else { - yyb4004 = r.CheckBreak() + yyb3995 = r.CheckBreak() } - if yyb4004 { + if yyb3995 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49971,16 +49889,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4007 := &x.ObjectMeta - yyv4007.CodecDecodeSelf(d) + yyv3998 := &x.ObjectMeta + yyv3998.CodecDecodeSelf(d) } - yyj4004++ - if yyhl4004 { - yyb4004 = yyj4004 > l + yyj3995++ + if yyhl3995 { + yyb3995 = yyj3995 > l } else { - yyb4004 = r.CheckBreak() + yyb3995 = r.CheckBreak() } - if yyb4004 { + if yyb3995 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49988,16 +49906,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.InvolvedObject = ObjectReference{} } else { - yyv4008 := &x.InvolvedObject - yyv4008.CodecDecodeSelf(d) + yyv3999 := &x.InvolvedObject + yyv3999.CodecDecodeSelf(d) } - yyj4004++ - if yyhl4004 { - yyb4004 = yyj4004 > l + yyj3995++ + if yyhl3995 { + yyb3995 = yyj3995 > l } else { - yyb4004 = r.CheckBreak() + yyb3995 = r.CheckBreak() } - if yyb4004 { + if yyb3995 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50007,13 +49925,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj4004++ - if yyhl4004 { - yyb4004 = yyj4004 > l + yyj3995++ + if yyhl3995 { + yyb3995 = yyj3995 > l } else { - yyb4004 = r.CheckBreak() + yyb3995 = r.CheckBreak() } - if yyb4004 { + if yyb3995 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50023,13 +49941,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Message = string(r.DecodeString()) } - yyj4004++ - if yyhl4004 { - yyb4004 = yyj4004 > l + yyj3995++ + if yyhl3995 { + yyb3995 = yyj3995 > l } else { - yyb4004 = r.CheckBreak() + yyb3995 = r.CheckBreak() } - if yyb4004 { + if yyb3995 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50037,16 +49955,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Source = EventSource{} } else { - yyv4011 := &x.Source - yyv4011.CodecDecodeSelf(d) + yyv4002 := &x.Source + yyv4002.CodecDecodeSelf(d) } - yyj4004++ - if yyhl4004 { - yyb4004 = yyj4004 > l + yyj3995++ + if yyhl3995 { + yyb3995 = yyj3995 > l } else { - yyb4004 = r.CheckBreak() + yyb3995 = r.CheckBreak() } - if yyb4004 { + if yyb3995 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50054,26 +49972,26 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.FirstTimestamp = pkg2_unversioned.Time{} } else { - yyv4012 := &x.FirstTimestamp - yym4013 := z.DecBinary() - _ = yym4013 + yyv4003 := &x.FirstTimestamp + yym4004 := z.DecBinary() + _ = yym4004 if false { - } else if z.HasExtensions() && z.DecExt(yyv4012) { - } else if yym4013 { - z.DecBinaryUnmarshal(yyv4012) - } else if !yym4013 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4012) + } else if z.HasExtensions() && z.DecExt(yyv4003) { + } else if yym4004 { + z.DecBinaryUnmarshal(yyv4003) + } else if !yym4004 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4003) } else { - z.DecFallback(yyv4012, false) + z.DecFallback(yyv4003, false) } } - yyj4004++ - if yyhl4004 { - yyb4004 = yyj4004 > l + yyj3995++ + if yyhl3995 { + yyb3995 = yyj3995 > l } else { - yyb4004 = r.CheckBreak() + yyb3995 = r.CheckBreak() } - if yyb4004 { + if yyb3995 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50081,26 +49999,26 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTimestamp = pkg2_unversioned.Time{} } else { - yyv4014 := &x.LastTimestamp - yym4015 := z.DecBinary() - _ = yym4015 + yyv4005 := &x.LastTimestamp + yym4006 := z.DecBinary() + _ = yym4006 if false { - } else if z.HasExtensions() && z.DecExt(yyv4014) { - } else if yym4015 { - z.DecBinaryUnmarshal(yyv4014) - } else if !yym4015 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4014) + } else if z.HasExtensions() && z.DecExt(yyv4005) { + } else if yym4006 { + z.DecBinaryUnmarshal(yyv4005) + } else if !yym4006 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4005) } else { - z.DecFallback(yyv4014, false) + z.DecFallback(yyv4005, false) } } - yyj4004++ - if yyhl4004 { - yyb4004 = yyj4004 > l + yyj3995++ + if yyhl3995 { + yyb3995 = yyj3995 > l } else { - yyb4004 = r.CheckBreak() + yyb3995 = r.CheckBreak() } - if yyb4004 { + if yyb3995 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50110,13 +50028,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Count = int32(r.DecodeInt(32)) } - yyj4004++ - if yyhl4004 { - yyb4004 = yyj4004 > l + yyj3995++ + if yyhl3995 { + yyb3995 = yyj3995 > l } else { - yyb4004 = r.CheckBreak() + yyb3995 = r.CheckBreak() } - if yyb4004 { + if yyb3995 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50127,17 +50045,17 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Type = string(r.DecodeString()) } for { - yyj4004++ - if yyhl4004 { - yyb4004 = yyj4004 > l + yyj3995++ + if yyhl3995 { + yyb3995 = yyj3995 > l } else { - yyb4004 = r.CheckBreak() + yyb3995 = r.CheckBreak() } - if yyb4004 { + if yyb3995 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4004-1, "") + z.DecStructFieldNotFound(yyj3995-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50149,37 +50067,37 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4018 := z.EncBinary() - _ = yym4018 + yym4009 := z.EncBinary() + _ = yym4009 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4019 := !z.EncBinary() - yy2arr4019 := z.EncBasicHandle().StructToArray - var yyq4019 [4]bool - _, _, _ = yysep4019, yyq4019, yy2arr4019 - const yyr4019 bool = false - yyq4019[0] = x.Kind != "" - yyq4019[1] = x.APIVersion != "" - yyq4019[2] = true - var yynn4019 int - if yyr4019 || yy2arr4019 { + yysep4010 := !z.EncBinary() + yy2arr4010 := z.EncBasicHandle().StructToArray + var yyq4010 [4]bool + _, _, _ = yysep4010, yyq4010, yy2arr4010 + const yyr4010 bool = false + yyq4010[0] = x.Kind != "" + yyq4010[1] = x.APIVersion != "" + yyq4010[2] = true + var yynn4010 int + if yyr4010 || yy2arr4010 { r.EncodeArrayStart(4) } else { - yynn4019 = 1 - for _, b := range yyq4019 { + yynn4010 = 1 + for _, b := range yyq4010 { if b { - yynn4019++ + yynn4010++ } } - r.EncodeMapStart(yynn4019) - yynn4019 = 0 + r.EncodeMapStart(yynn4010) + yynn4010 = 0 } - if yyr4019 || yy2arr4019 { + if yyr4010 || yy2arr4010 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4019[0] { - yym4021 := z.EncBinary() - _ = yym4021 + if yyq4010[0] { + yym4012 := z.EncBinary() + _ = yym4012 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -50188,23 +50106,23 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4019[0] { + if yyq4010[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4022 := z.EncBinary() - _ = yym4022 + yym4013 := z.EncBinary() + _ = yym4013 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4019 || yy2arr4019 { + if yyr4010 || yy2arr4010 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4019[1] { - yym4024 := z.EncBinary() - _ = yym4024 + if yyq4010[1] { + yym4015 := z.EncBinary() + _ = yym4015 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -50213,54 +50131,54 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4019[1] { + if yyq4010[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4025 := z.EncBinary() - _ = yym4025 + yym4016 := z.EncBinary() + _ = yym4016 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4019 || yy2arr4019 { + if yyr4010 || yy2arr4010 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4019[2] { - yy4027 := &x.ListMeta - yym4028 := z.EncBinary() - _ = yym4028 + if yyq4010[2] { + yy4018 := &x.ListMeta + yym4019 := z.EncBinary() + _ = yym4019 if false { - } else if z.HasExtensions() && z.EncExt(yy4027) { + } else if z.HasExtensions() && z.EncExt(yy4018) { } else { - z.EncFallback(yy4027) + z.EncFallback(yy4018) } } else { r.EncodeNil() } } else { - if yyq4019[2] { + if yyq4010[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4029 := &x.ListMeta - yym4030 := z.EncBinary() - _ = yym4030 + yy4020 := &x.ListMeta + yym4021 := z.EncBinary() + _ = yym4021 if false { - } else if z.HasExtensions() && z.EncExt(yy4029) { + } else if z.HasExtensions() && z.EncExt(yy4020) { } else { - z.EncFallback(yy4029) + z.EncFallback(yy4020) } } } - if yyr4019 || yy2arr4019 { + if yyr4010 || yy2arr4010 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4032 := z.EncBinary() - _ = yym4032 + yym4023 := z.EncBinary() + _ = yym4023 if false { } else { h.encSliceEvent(([]Event)(x.Items), e) @@ -50273,15 +50191,15 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4033 := z.EncBinary() - _ = yym4033 + yym4024 := z.EncBinary() + _ = yym4024 if false { } else { h.encSliceEvent(([]Event)(x.Items), e) } } } - if yyr4019 || yy2arr4019 { + if yyr4010 || yy2arr4010 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50294,25 +50212,25 @@ func (x *EventList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4034 := z.DecBinary() - _ = yym4034 + yym4025 := z.DecBinary() + _ = yym4025 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4035 := r.ContainerType() - if yyct4035 == codecSelferValueTypeMap1234 { - yyl4035 := r.ReadMapStart() - if yyl4035 == 0 { + yyct4026 := r.ContainerType() + if yyct4026 == codecSelferValueTypeMap1234 { + yyl4026 := r.ReadMapStart() + if yyl4026 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4035, d) + x.codecDecodeSelfFromMap(yyl4026, d) } - } else if yyct4035 == codecSelferValueTypeArray1234 { - yyl4035 := r.ReadArrayStart() - if yyl4035 == 0 { + } else if yyct4026 == codecSelferValueTypeArray1234 { + yyl4026 := r.ReadArrayStart() + if yyl4026 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4035, d) + x.codecDecodeSelfFromArray(yyl4026, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50324,12 +50242,12 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4036Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4036Slc - var yyhl4036 bool = l >= 0 - for yyj4036 := 0; ; yyj4036++ { - if yyhl4036 { - if yyj4036 >= l { + var yys4027Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4027Slc + var yyhl4027 bool = l >= 0 + for yyj4027 := 0; ; yyj4027++ { + if yyhl4027 { + if yyj4027 >= l { break } } else { @@ -50338,10 +50256,10 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4036Slc = r.DecodeBytes(yys4036Slc, true, true) - yys4036 := string(yys4036Slc) + yys4027Slc = r.DecodeBytes(yys4027Slc, true, true) + yys4027 := string(yys4027Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4036 { + switch yys4027 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -50358,31 +50276,31 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4039 := &x.ListMeta - yym4040 := z.DecBinary() - _ = yym4040 + yyv4030 := &x.ListMeta + yym4031 := z.DecBinary() + _ = yym4031 if false { - } else if z.HasExtensions() && z.DecExt(yyv4039) { + } else if z.HasExtensions() && z.DecExt(yyv4030) { } else { - z.DecFallback(yyv4039, false) + z.DecFallback(yyv4030, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4041 := &x.Items - yym4042 := z.DecBinary() - _ = yym4042 + yyv4032 := &x.Items + yym4033 := z.DecBinary() + _ = yym4033 if false { } else { - h.decSliceEvent((*[]Event)(yyv4041), d) + h.decSliceEvent((*[]Event)(yyv4032), d) } } default: - z.DecStructFieldNotFound(-1, yys4036) - } // end switch yys4036 - } // end for yyj4036 + z.DecStructFieldNotFound(-1, yys4027) + } // end switch yys4027 + } // end for yyj4027 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -50390,16 +50308,16 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4043 int - var yyb4043 bool - var yyhl4043 bool = l >= 0 - yyj4043++ - if yyhl4043 { - yyb4043 = yyj4043 > l + var yyj4034 int + var yyb4034 bool + var yyhl4034 bool = l >= 0 + yyj4034++ + if yyhl4034 { + yyb4034 = yyj4034 > l } else { - yyb4043 = r.CheckBreak() + yyb4034 = r.CheckBreak() } - if yyb4043 { + if yyb4034 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50409,13 +50327,13 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4043++ - if yyhl4043 { - yyb4043 = yyj4043 > l + yyj4034++ + if yyhl4034 { + yyb4034 = yyj4034 > l } else { - yyb4043 = r.CheckBreak() + yyb4034 = r.CheckBreak() } - if yyb4043 { + if yyb4034 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50425,13 +50343,13 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4043++ - if yyhl4043 { - yyb4043 = yyj4043 > l + yyj4034++ + if yyhl4034 { + yyb4034 = yyj4034 > l } else { - yyb4043 = r.CheckBreak() + yyb4034 = r.CheckBreak() } - if yyb4043 { + if yyb4034 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50439,22 +50357,22 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4046 := &x.ListMeta - yym4047 := z.DecBinary() - _ = yym4047 + yyv4037 := &x.ListMeta + yym4038 := z.DecBinary() + _ = yym4038 if false { - } else if z.HasExtensions() && z.DecExt(yyv4046) { + } else if z.HasExtensions() && z.DecExt(yyv4037) { } else { - z.DecFallback(yyv4046, false) + z.DecFallback(yyv4037, false) } } - yyj4043++ - if yyhl4043 { - yyb4043 = yyj4043 > l + yyj4034++ + if yyhl4034 { + yyb4034 = yyj4034 > l } else { - yyb4043 = r.CheckBreak() + yyb4034 = r.CheckBreak() } - if yyb4043 { + if yyb4034 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50462,26 +50380,26 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4048 := &x.Items - yym4049 := z.DecBinary() - _ = yym4049 + yyv4039 := &x.Items + yym4040 := z.DecBinary() + _ = yym4040 if false { } else { - h.decSliceEvent((*[]Event)(yyv4048), d) + h.decSliceEvent((*[]Event)(yyv4039), d) } } for { - yyj4043++ - if yyhl4043 { - yyb4043 = yyj4043 > l + yyj4034++ + if yyhl4034 { + yyb4034 = yyj4034 > l } else { - yyb4043 = r.CheckBreak() + yyb4034 = r.CheckBreak() } - if yyb4043 { + if yyb4034 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4043-1, "") + z.DecStructFieldNotFound(yyj4034-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50493,37 +50411,37 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4050 := z.EncBinary() - _ = yym4050 + yym4041 := z.EncBinary() + _ = yym4041 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4051 := !z.EncBinary() - yy2arr4051 := z.EncBasicHandle().StructToArray - var yyq4051 [4]bool - _, _, _ = yysep4051, yyq4051, yy2arr4051 - const yyr4051 bool = false - yyq4051[0] = x.Kind != "" - yyq4051[1] = x.APIVersion != "" - yyq4051[2] = true - var yynn4051 int - if yyr4051 || yy2arr4051 { + yysep4042 := !z.EncBinary() + yy2arr4042 := z.EncBasicHandle().StructToArray + var yyq4042 [4]bool + _, _, _ = yysep4042, yyq4042, yy2arr4042 + const yyr4042 bool = false + yyq4042[0] = x.Kind != "" + yyq4042[1] = x.APIVersion != "" + yyq4042[2] = true + var yynn4042 int + if yyr4042 || yy2arr4042 { r.EncodeArrayStart(4) } else { - yynn4051 = 1 - for _, b := range yyq4051 { + yynn4042 = 1 + for _, b := range yyq4042 { if b { - yynn4051++ + yynn4042++ } } - r.EncodeMapStart(yynn4051) - yynn4051 = 0 + r.EncodeMapStart(yynn4042) + yynn4042 = 0 } - if yyr4051 || yy2arr4051 { + if yyr4042 || yy2arr4042 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4051[0] { - yym4053 := z.EncBinary() - _ = yym4053 + if yyq4042[0] { + yym4044 := z.EncBinary() + _ = yym4044 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -50532,23 +50450,23 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4051[0] { + if yyq4042[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4054 := z.EncBinary() - _ = yym4054 + yym4045 := z.EncBinary() + _ = yym4045 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4051 || yy2arr4051 { + if yyr4042 || yy2arr4042 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4051[1] { - yym4056 := z.EncBinary() - _ = yym4056 + if yyq4042[1] { + yym4047 := z.EncBinary() + _ = yym4047 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -50557,54 +50475,54 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4051[1] { + if yyq4042[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4057 := z.EncBinary() - _ = yym4057 + yym4048 := z.EncBinary() + _ = yym4048 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4051 || yy2arr4051 { + if yyr4042 || yy2arr4042 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4051[2] { - yy4059 := &x.ListMeta - yym4060 := z.EncBinary() - _ = yym4060 + if yyq4042[2] { + yy4050 := &x.ListMeta + yym4051 := z.EncBinary() + _ = yym4051 if false { - } else if z.HasExtensions() && z.EncExt(yy4059) { + } else if z.HasExtensions() && z.EncExt(yy4050) { } else { - z.EncFallback(yy4059) + z.EncFallback(yy4050) } } else { r.EncodeNil() } } else { - if yyq4051[2] { + if yyq4042[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4061 := &x.ListMeta - yym4062 := z.EncBinary() - _ = yym4062 + yy4052 := &x.ListMeta + yym4053 := z.EncBinary() + _ = yym4053 if false { - } else if z.HasExtensions() && z.EncExt(yy4061) { + } else if z.HasExtensions() && z.EncExt(yy4052) { } else { - z.EncFallback(yy4061) + z.EncFallback(yy4052) } } } - if yyr4051 || yy2arr4051 { + if yyr4042 || yy2arr4042 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4064 := z.EncBinary() - _ = yym4064 + yym4055 := z.EncBinary() + _ = yym4055 if false { } else { h.encSliceruntime_Object(([]pkg7_runtime.Object)(x.Items), e) @@ -50617,15 +50535,15 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4065 := z.EncBinary() - _ = yym4065 + yym4056 := z.EncBinary() + _ = yym4056 if false { } else { h.encSliceruntime_Object(([]pkg7_runtime.Object)(x.Items), e) } } } - if yyr4051 || yy2arr4051 { + if yyr4042 || yy2arr4042 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50638,25 +50556,25 @@ func (x *List) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4066 := z.DecBinary() - _ = yym4066 + yym4057 := z.DecBinary() + _ = yym4057 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4067 := r.ContainerType() - if yyct4067 == codecSelferValueTypeMap1234 { - yyl4067 := r.ReadMapStart() - if yyl4067 == 0 { + yyct4058 := r.ContainerType() + if yyct4058 == codecSelferValueTypeMap1234 { + yyl4058 := r.ReadMapStart() + if yyl4058 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4067, d) + x.codecDecodeSelfFromMap(yyl4058, d) } - } else if yyct4067 == codecSelferValueTypeArray1234 { - yyl4067 := r.ReadArrayStart() - if yyl4067 == 0 { + } else if yyct4058 == codecSelferValueTypeArray1234 { + yyl4058 := r.ReadArrayStart() + if yyl4058 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4067, d) + x.codecDecodeSelfFromArray(yyl4058, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50668,12 +50586,12 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4068Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4068Slc - var yyhl4068 bool = l >= 0 - for yyj4068 := 0; ; yyj4068++ { - if yyhl4068 { - if yyj4068 >= l { + var yys4059Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4059Slc + var yyhl4059 bool = l >= 0 + for yyj4059 := 0; ; yyj4059++ { + if yyhl4059 { + if yyj4059 >= l { break } } else { @@ -50682,10 +50600,10 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4068Slc = r.DecodeBytes(yys4068Slc, true, true) - yys4068 := string(yys4068Slc) + yys4059Slc = r.DecodeBytes(yys4059Slc, true, true) + yys4059 := string(yys4059Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4068 { + switch yys4059 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -50702,31 +50620,31 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4071 := &x.ListMeta - yym4072 := z.DecBinary() - _ = yym4072 + yyv4062 := &x.ListMeta + yym4063 := z.DecBinary() + _ = yym4063 if false { - } else if z.HasExtensions() && z.DecExt(yyv4071) { + } else if z.HasExtensions() && z.DecExt(yyv4062) { } else { - z.DecFallback(yyv4071, false) + z.DecFallback(yyv4062, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4073 := &x.Items - yym4074 := z.DecBinary() - _ = yym4074 + yyv4064 := &x.Items + yym4065 := z.DecBinary() + _ = yym4065 if false { } else { - h.decSliceruntime_Object((*[]pkg7_runtime.Object)(yyv4073), d) + h.decSliceruntime_Object((*[]pkg7_runtime.Object)(yyv4064), d) } } default: - z.DecStructFieldNotFound(-1, yys4068) - } // end switch yys4068 - } // end for yyj4068 + z.DecStructFieldNotFound(-1, yys4059) + } // end switch yys4059 + } // end for yyj4059 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -50734,16 +50652,16 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4075 int - var yyb4075 bool - var yyhl4075 bool = l >= 0 - yyj4075++ - if yyhl4075 { - yyb4075 = yyj4075 > l + var yyj4066 int + var yyb4066 bool + var yyhl4066 bool = l >= 0 + yyj4066++ + if yyhl4066 { + yyb4066 = yyj4066 > l } else { - yyb4075 = r.CheckBreak() + yyb4066 = r.CheckBreak() } - if yyb4075 { + if yyb4066 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50753,13 +50671,13 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4075++ - if yyhl4075 { - yyb4075 = yyj4075 > l + yyj4066++ + if yyhl4066 { + yyb4066 = yyj4066 > l } else { - yyb4075 = r.CheckBreak() + yyb4066 = r.CheckBreak() } - if yyb4075 { + if yyb4066 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50769,13 +50687,13 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4075++ - if yyhl4075 { - yyb4075 = yyj4075 > l + yyj4066++ + if yyhl4066 { + yyb4066 = yyj4066 > l } else { - yyb4075 = r.CheckBreak() + yyb4066 = r.CheckBreak() } - if yyb4075 { + if yyb4066 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50783,22 +50701,22 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4078 := &x.ListMeta - yym4079 := z.DecBinary() - _ = yym4079 + yyv4069 := &x.ListMeta + yym4070 := z.DecBinary() + _ = yym4070 if false { - } else if z.HasExtensions() && z.DecExt(yyv4078) { + } else if z.HasExtensions() && z.DecExt(yyv4069) { } else { - z.DecFallback(yyv4078, false) + z.DecFallback(yyv4069, false) } } - yyj4075++ - if yyhl4075 { - yyb4075 = yyj4075 > l + yyj4066++ + if yyhl4066 { + yyb4066 = yyj4066 > l } else { - yyb4075 = r.CheckBreak() + yyb4066 = r.CheckBreak() } - if yyb4075 { + if yyb4066 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50806,26 +50724,26 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4080 := &x.Items - yym4081 := z.DecBinary() - _ = yym4081 + yyv4071 := &x.Items + yym4072 := z.DecBinary() + _ = yym4072 if false { } else { - h.decSliceruntime_Object((*[]pkg7_runtime.Object)(yyv4080), d) + h.decSliceruntime_Object((*[]pkg7_runtime.Object)(yyv4071), d) } } for { - yyj4075++ - if yyhl4075 { - yyb4075 = yyj4075 > l + yyj4066++ + if yyhl4066 { + yyb4066 = yyj4066 > l } else { - yyb4075 = r.CheckBreak() + yyb4066 = r.CheckBreak() } - if yyb4075 { + if yyb4066 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4075-1, "") + z.DecStructFieldNotFound(yyj4066-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50834,8 +50752,8 @@ func (x LimitType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4082 := z.EncBinary() - _ = yym4082 + yym4073 := z.EncBinary() + _ = yym4073 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -50847,8 +50765,8 @@ func (x *LimitType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4083 := z.DecBinary() - _ = yym4083 + yym4074 := z.DecBinary() + _ = yym4074 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -50863,53 +50781,53 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4084 := z.EncBinary() - _ = yym4084 + yym4075 := z.EncBinary() + _ = yym4075 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4085 := !z.EncBinary() - yy2arr4085 := z.EncBasicHandle().StructToArray - var yyq4085 [6]bool - _, _, _ = yysep4085, yyq4085, yy2arr4085 - const yyr4085 bool = false - yyq4085[0] = x.Type != "" - yyq4085[1] = len(x.Max) != 0 - yyq4085[2] = len(x.Min) != 0 - yyq4085[3] = len(x.Default) != 0 - yyq4085[4] = len(x.DefaultRequest) != 0 - yyq4085[5] = len(x.MaxLimitRequestRatio) != 0 - var yynn4085 int - if yyr4085 || yy2arr4085 { + yysep4076 := !z.EncBinary() + yy2arr4076 := z.EncBasicHandle().StructToArray + var yyq4076 [6]bool + _, _, _ = yysep4076, yyq4076, yy2arr4076 + const yyr4076 bool = false + yyq4076[0] = x.Type != "" + yyq4076[1] = len(x.Max) != 0 + yyq4076[2] = len(x.Min) != 0 + yyq4076[3] = len(x.Default) != 0 + yyq4076[4] = len(x.DefaultRequest) != 0 + yyq4076[5] = len(x.MaxLimitRequestRatio) != 0 + var yynn4076 int + if yyr4076 || yy2arr4076 { r.EncodeArrayStart(6) } else { - yynn4085 = 0 - for _, b := range yyq4085 { + yynn4076 = 0 + for _, b := range yyq4076 { if b { - yynn4085++ + yynn4076++ } } - r.EncodeMapStart(yynn4085) - yynn4085 = 0 + r.EncodeMapStart(yynn4076) + yynn4076 = 0 } - if yyr4085 || yy2arr4085 { + if yyr4076 || yy2arr4076 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4085[0] { + if yyq4076[0] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4085[0] { + if yyq4076[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr4085 || yy2arr4085 { + if yyr4076 || yy2arr4076 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4085[1] { + if yyq4076[1] { if x.Max == nil { r.EncodeNil() } else { @@ -50919,7 +50837,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4085[1] { + if yyq4076[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("max")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -50930,9 +50848,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4085 || yy2arr4085 { + if yyr4076 || yy2arr4076 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4085[2] { + if yyq4076[2] { if x.Min == nil { r.EncodeNil() } else { @@ -50942,7 +50860,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4085[2] { + if yyq4076[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("min")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -50953,9 +50871,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4085 || yy2arr4085 { + if yyr4076 || yy2arr4076 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4085[3] { + if yyq4076[3] { if x.Default == nil { r.EncodeNil() } else { @@ -50965,7 +50883,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4085[3] { + if yyq4076[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("default")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -50976,9 +50894,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4085 || yy2arr4085 { + if yyr4076 || yy2arr4076 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4085[4] { + if yyq4076[4] { if x.DefaultRequest == nil { r.EncodeNil() } else { @@ -50988,7 +50906,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4085[4] { + if yyq4076[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("defaultRequest")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -50999,9 +50917,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4085 || yy2arr4085 { + if yyr4076 || yy2arr4076 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4085[5] { + if yyq4076[5] { if x.MaxLimitRequestRatio == nil { r.EncodeNil() } else { @@ -51011,7 +50929,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4085[5] { + if yyq4076[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("maxLimitRequestRatio")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -51022,7 +50940,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4085 || yy2arr4085 { + if yyr4076 || yy2arr4076 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -51035,25 +50953,25 @@ func (x *LimitRangeItem) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4092 := z.DecBinary() - _ = yym4092 + yym4083 := z.DecBinary() + _ = yym4083 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4093 := r.ContainerType() - if yyct4093 == codecSelferValueTypeMap1234 { - yyl4093 := r.ReadMapStart() - if yyl4093 == 0 { + yyct4084 := r.ContainerType() + if yyct4084 == codecSelferValueTypeMap1234 { + yyl4084 := r.ReadMapStart() + if yyl4084 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4093, d) + x.codecDecodeSelfFromMap(yyl4084, d) } - } else if yyct4093 == codecSelferValueTypeArray1234 { - yyl4093 := r.ReadArrayStart() - if yyl4093 == 0 { + } else if yyct4084 == codecSelferValueTypeArray1234 { + yyl4084 := r.ReadArrayStart() + if yyl4084 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4093, d) + x.codecDecodeSelfFromArray(yyl4084, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -51065,12 +50983,12 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4094Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4094Slc - var yyhl4094 bool = l >= 0 - for yyj4094 := 0; ; yyj4094++ { - if yyhl4094 { - if yyj4094 >= l { + var yys4085Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4085Slc + var yyhl4085 bool = l >= 0 + for yyj4085 := 0; ; yyj4085++ { + if yyhl4085 { + if yyj4085 >= l { break } } else { @@ -51079,10 +50997,10 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4094Slc = r.DecodeBytes(yys4094Slc, true, true) - yys4094 := string(yys4094Slc) + yys4085Slc = r.DecodeBytes(yys4085Slc, true, true) + yys4085 := string(yys4085Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4094 { + switch yys4085 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -51093,41 +51011,41 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Max = nil } else { - yyv4096 := &x.Max - yyv4096.CodecDecodeSelf(d) + yyv4087 := &x.Max + yyv4087.CodecDecodeSelf(d) } case "min": if r.TryDecodeAsNil() { x.Min = nil } else { - yyv4097 := &x.Min - yyv4097.CodecDecodeSelf(d) + yyv4088 := &x.Min + yyv4088.CodecDecodeSelf(d) } case "default": if r.TryDecodeAsNil() { x.Default = nil } else { - yyv4098 := &x.Default - yyv4098.CodecDecodeSelf(d) + yyv4089 := &x.Default + yyv4089.CodecDecodeSelf(d) } case "defaultRequest": if r.TryDecodeAsNil() { x.DefaultRequest = nil } else { - yyv4099 := &x.DefaultRequest - yyv4099.CodecDecodeSelf(d) + yyv4090 := &x.DefaultRequest + yyv4090.CodecDecodeSelf(d) } case "maxLimitRequestRatio": if r.TryDecodeAsNil() { x.MaxLimitRequestRatio = nil } else { - yyv4100 := &x.MaxLimitRequestRatio - yyv4100.CodecDecodeSelf(d) + yyv4091 := &x.MaxLimitRequestRatio + yyv4091.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys4094) - } // end switch yys4094 - } // end for yyj4094 + z.DecStructFieldNotFound(-1, yys4085) + } // end switch yys4085 + } // end for yyj4085 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -51135,16 +51053,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4101 int - var yyb4101 bool - var yyhl4101 bool = l >= 0 - yyj4101++ - if yyhl4101 { - yyb4101 = yyj4101 > l + var yyj4092 int + var yyb4092 bool + var yyhl4092 bool = l >= 0 + yyj4092++ + if yyhl4092 { + yyb4092 = yyj4092 > l } else { - yyb4101 = r.CheckBreak() + yyb4092 = r.CheckBreak() } - if yyb4101 { + if yyb4092 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51154,13 +51072,13 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = LimitType(r.DecodeString()) } - yyj4101++ - if yyhl4101 { - yyb4101 = yyj4101 > l + yyj4092++ + if yyhl4092 { + yyb4092 = yyj4092 > l } else { - yyb4101 = r.CheckBreak() + yyb4092 = r.CheckBreak() } - if yyb4101 { + if yyb4092 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51168,16 +51086,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Max = nil } else { - yyv4103 := &x.Max - yyv4103.CodecDecodeSelf(d) + yyv4094 := &x.Max + yyv4094.CodecDecodeSelf(d) } - yyj4101++ - if yyhl4101 { - yyb4101 = yyj4101 > l + yyj4092++ + if yyhl4092 { + yyb4092 = yyj4092 > l } else { - yyb4101 = r.CheckBreak() + yyb4092 = r.CheckBreak() } - if yyb4101 { + if yyb4092 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51185,16 +51103,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Min = nil } else { - yyv4104 := &x.Min - yyv4104.CodecDecodeSelf(d) + yyv4095 := &x.Min + yyv4095.CodecDecodeSelf(d) } - yyj4101++ - if yyhl4101 { - yyb4101 = yyj4101 > l + yyj4092++ + if yyhl4092 { + yyb4092 = yyj4092 > l } else { - yyb4101 = r.CheckBreak() + yyb4092 = r.CheckBreak() } - if yyb4101 { + if yyb4092 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51202,16 +51120,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Default = nil } else { - yyv4105 := &x.Default - yyv4105.CodecDecodeSelf(d) + yyv4096 := &x.Default + yyv4096.CodecDecodeSelf(d) } - yyj4101++ - if yyhl4101 { - yyb4101 = yyj4101 > l + yyj4092++ + if yyhl4092 { + yyb4092 = yyj4092 > l } else { - yyb4101 = r.CheckBreak() + yyb4092 = r.CheckBreak() } - if yyb4101 { + if yyb4092 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51219,16 +51137,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DefaultRequest = nil } else { - yyv4106 := &x.DefaultRequest - yyv4106.CodecDecodeSelf(d) + yyv4097 := &x.DefaultRequest + yyv4097.CodecDecodeSelf(d) } - yyj4101++ - if yyhl4101 { - yyb4101 = yyj4101 > l + yyj4092++ + if yyhl4092 { + yyb4092 = yyj4092 > l } else { - yyb4101 = r.CheckBreak() + yyb4092 = r.CheckBreak() } - if yyb4101 { + if yyb4092 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51236,21 +51154,21 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.MaxLimitRequestRatio = nil } else { - yyv4107 := &x.MaxLimitRequestRatio - yyv4107.CodecDecodeSelf(d) + yyv4098 := &x.MaxLimitRequestRatio + yyv4098.CodecDecodeSelf(d) } for { - yyj4101++ - if yyhl4101 { - yyb4101 = yyj4101 > l + yyj4092++ + if yyhl4092 { + yyb4092 = yyj4092 > l } else { - yyb4101 = r.CheckBreak() + yyb4092 = r.CheckBreak() } - if yyb4101 { + if yyb4092 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4101-1, "") + z.DecStructFieldNotFound(yyj4092-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51262,36 +51180,36 @@ func (x *LimitRangeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4108 := z.EncBinary() - _ = yym4108 + yym4099 := z.EncBinary() + _ = yym4099 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4109 := !z.EncBinary() - yy2arr4109 := z.EncBasicHandle().StructToArray - var yyq4109 [1]bool - _, _, _ = yysep4109, yyq4109, yy2arr4109 - const yyr4109 bool = false - var yynn4109 int - if yyr4109 || yy2arr4109 { + yysep4100 := !z.EncBinary() + yy2arr4100 := z.EncBasicHandle().StructToArray + var yyq4100 [1]bool + _, _, _ = yysep4100, yyq4100, yy2arr4100 + const yyr4100 bool = false + var yynn4100 int + if yyr4100 || yy2arr4100 { r.EncodeArrayStart(1) } else { - yynn4109 = 1 - for _, b := range yyq4109 { + yynn4100 = 1 + for _, b := range yyq4100 { if b { - yynn4109++ + yynn4100++ } } - r.EncodeMapStart(yynn4109) - yynn4109 = 0 + r.EncodeMapStart(yynn4100) + yynn4100 = 0 } - if yyr4109 || yy2arr4109 { + if yyr4100 || yy2arr4100 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Limits == nil { r.EncodeNil() } else { - yym4111 := z.EncBinary() - _ = yym4111 + yym4102 := z.EncBinary() + _ = yym4102 if false { } else { h.encSliceLimitRangeItem(([]LimitRangeItem)(x.Limits), e) @@ -51304,15 +51222,15 @@ func (x *LimitRangeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Limits == nil { r.EncodeNil() } else { - yym4112 := z.EncBinary() - _ = yym4112 + yym4103 := z.EncBinary() + _ = yym4103 if false { } else { h.encSliceLimitRangeItem(([]LimitRangeItem)(x.Limits), e) } } } - if yyr4109 || yy2arr4109 { + if yyr4100 || yy2arr4100 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -51325,25 +51243,25 @@ func (x *LimitRangeSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4113 := z.DecBinary() - _ = yym4113 + yym4104 := z.DecBinary() + _ = yym4104 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4114 := r.ContainerType() - if yyct4114 == codecSelferValueTypeMap1234 { - yyl4114 := r.ReadMapStart() - if yyl4114 == 0 { + yyct4105 := r.ContainerType() + if yyct4105 == codecSelferValueTypeMap1234 { + yyl4105 := r.ReadMapStart() + if yyl4105 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4114, d) + x.codecDecodeSelfFromMap(yyl4105, d) } - } else if yyct4114 == codecSelferValueTypeArray1234 { - yyl4114 := r.ReadArrayStart() - if yyl4114 == 0 { + } else if yyct4105 == codecSelferValueTypeArray1234 { + yyl4105 := r.ReadArrayStart() + if yyl4105 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4114, d) + x.codecDecodeSelfFromArray(yyl4105, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -51355,12 +51273,12 @@ func (x *LimitRangeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4115Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4115Slc - var yyhl4115 bool = l >= 0 - for yyj4115 := 0; ; yyj4115++ { - if yyhl4115 { - if yyj4115 >= l { + var yys4106Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4106Slc + var yyhl4106 bool = l >= 0 + for yyj4106 := 0; ; yyj4106++ { + if yyhl4106 { + if yyj4106 >= l { break } } else { @@ -51369,26 +51287,26 @@ func (x *LimitRangeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4115Slc = r.DecodeBytes(yys4115Slc, true, true) - yys4115 := string(yys4115Slc) + yys4106Slc = r.DecodeBytes(yys4106Slc, true, true) + yys4106 := string(yys4106Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4115 { + switch yys4106 { case "limits": if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv4116 := &x.Limits - yym4117 := z.DecBinary() - _ = yym4117 + yyv4107 := &x.Limits + yym4108 := z.DecBinary() + _ = yym4108 if false { } else { - h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv4116), d) + h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv4107), d) } } default: - z.DecStructFieldNotFound(-1, yys4115) - } // end switch yys4115 - } // end for yyj4115 + z.DecStructFieldNotFound(-1, yys4106) + } // end switch yys4106 + } // end for yyj4106 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -51396,16 +51314,16 @@ func (x *LimitRangeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4118 int - var yyb4118 bool - var yyhl4118 bool = l >= 0 - yyj4118++ - if yyhl4118 { - yyb4118 = yyj4118 > l + var yyj4109 int + var yyb4109 bool + var yyhl4109 bool = l >= 0 + yyj4109++ + if yyhl4109 { + yyb4109 = yyj4109 > l } else { - yyb4118 = r.CheckBreak() + yyb4109 = r.CheckBreak() } - if yyb4118 { + if yyb4109 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51413,26 +51331,26 @@ func (x *LimitRangeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv4119 := &x.Limits - yym4120 := z.DecBinary() - _ = yym4120 + yyv4110 := &x.Limits + yym4111 := z.DecBinary() + _ = yym4111 if false { } else { - h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv4119), d) + h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv4110), d) } } for { - yyj4118++ - if yyhl4118 { - yyb4118 = yyj4118 > l + yyj4109++ + if yyhl4109 { + yyb4109 = yyj4109 > l } else { - yyb4118 = r.CheckBreak() + yyb4109 = r.CheckBreak() } - if yyb4118 { + if yyb4109 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4118-1, "") + z.DecStructFieldNotFound(yyj4109-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51444,38 +51362,38 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4121 := z.EncBinary() - _ = yym4121 + yym4112 := z.EncBinary() + _ = yym4112 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4122 := !z.EncBinary() - yy2arr4122 := z.EncBasicHandle().StructToArray - var yyq4122 [4]bool - _, _, _ = yysep4122, yyq4122, yy2arr4122 - const yyr4122 bool = false - yyq4122[0] = x.Kind != "" - yyq4122[1] = x.APIVersion != "" - yyq4122[2] = true - yyq4122[3] = true - var yynn4122 int - if yyr4122 || yy2arr4122 { + yysep4113 := !z.EncBinary() + yy2arr4113 := z.EncBasicHandle().StructToArray + var yyq4113 [4]bool + _, _, _ = yysep4113, yyq4113, yy2arr4113 + const yyr4113 bool = false + yyq4113[0] = x.Kind != "" + yyq4113[1] = x.APIVersion != "" + yyq4113[2] = true + yyq4113[3] = true + var yynn4113 int + if yyr4113 || yy2arr4113 { r.EncodeArrayStart(4) } else { - yynn4122 = 0 - for _, b := range yyq4122 { + yynn4113 = 0 + for _, b := range yyq4113 { if b { - yynn4122++ + yynn4113++ } } - r.EncodeMapStart(yynn4122) - yynn4122 = 0 + r.EncodeMapStart(yynn4113) + yynn4113 = 0 } - if yyr4122 || yy2arr4122 { + if yyr4113 || yy2arr4113 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4122[0] { - yym4124 := z.EncBinary() - _ = yym4124 + if yyq4113[0] { + yym4115 := z.EncBinary() + _ = yym4115 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -51484,23 +51402,23 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4122[0] { + if yyq4113[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4125 := z.EncBinary() - _ = yym4125 + yym4116 := z.EncBinary() + _ = yym4116 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4122 || yy2arr4122 { + if yyr4113 || yy2arr4113 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4122[1] { - yym4127 := z.EncBinary() - _ = yym4127 + if yyq4113[1] { + yym4118 := z.EncBinary() + _ = yym4118 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -51509,53 +51427,53 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4122[1] { + if yyq4113[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4128 := z.EncBinary() - _ = yym4128 + yym4119 := z.EncBinary() + _ = yym4119 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4122 || yy2arr4122 { + if yyr4113 || yy2arr4113 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4122[2] { - yy4130 := &x.ObjectMeta - yy4130.CodecEncodeSelf(e) + if yyq4113[2] { + yy4121 := &x.ObjectMeta + yy4121.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4122[2] { + if yyq4113[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4131 := &x.ObjectMeta - yy4131.CodecEncodeSelf(e) + yy4122 := &x.ObjectMeta + yy4122.CodecEncodeSelf(e) } } - if yyr4122 || yy2arr4122 { + if yyr4113 || yy2arr4113 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4122[3] { - yy4133 := &x.Spec - yy4133.CodecEncodeSelf(e) + if yyq4113[3] { + yy4124 := &x.Spec + yy4124.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4122[3] { + if yyq4113[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4134 := &x.Spec - yy4134.CodecEncodeSelf(e) + yy4125 := &x.Spec + yy4125.CodecEncodeSelf(e) } } - if yyr4122 || yy2arr4122 { + if yyr4113 || yy2arr4113 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -51568,25 +51486,25 @@ func (x *LimitRange) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4135 := z.DecBinary() - _ = yym4135 + yym4126 := z.DecBinary() + _ = yym4126 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4136 := r.ContainerType() - if yyct4136 == codecSelferValueTypeMap1234 { - yyl4136 := r.ReadMapStart() - if yyl4136 == 0 { + yyct4127 := r.ContainerType() + if yyct4127 == codecSelferValueTypeMap1234 { + yyl4127 := r.ReadMapStart() + if yyl4127 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4136, d) + x.codecDecodeSelfFromMap(yyl4127, d) } - } else if yyct4136 == codecSelferValueTypeArray1234 { - yyl4136 := r.ReadArrayStart() - if yyl4136 == 0 { + } else if yyct4127 == codecSelferValueTypeArray1234 { + yyl4127 := r.ReadArrayStart() + if yyl4127 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4136, d) + x.codecDecodeSelfFromArray(yyl4127, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -51598,12 +51516,12 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4137Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4137Slc - var yyhl4137 bool = l >= 0 - for yyj4137 := 0; ; yyj4137++ { - if yyhl4137 { - if yyj4137 >= l { + var yys4128Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4128Slc + var yyhl4128 bool = l >= 0 + for yyj4128 := 0; ; yyj4128++ { + if yyhl4128 { + if yyj4128 >= l { break } } else { @@ -51612,10 +51530,10 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4137Slc = r.DecodeBytes(yys4137Slc, true, true) - yys4137 := string(yys4137Slc) + yys4128Slc = r.DecodeBytes(yys4128Slc, true, true) + yys4128 := string(yys4128Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4137 { + switch yys4128 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -51632,20 +51550,20 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4140 := &x.ObjectMeta - yyv4140.CodecDecodeSelf(d) + yyv4131 := &x.ObjectMeta + yyv4131.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = LimitRangeSpec{} } else { - yyv4141 := &x.Spec - yyv4141.CodecDecodeSelf(d) + yyv4132 := &x.Spec + yyv4132.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys4137) - } // end switch yys4137 - } // end for yyj4137 + z.DecStructFieldNotFound(-1, yys4128) + } // end switch yys4128 + } // end for yyj4128 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -51653,16 +51571,16 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4142 int - var yyb4142 bool - var yyhl4142 bool = l >= 0 - yyj4142++ - if yyhl4142 { - yyb4142 = yyj4142 > l + var yyj4133 int + var yyb4133 bool + var yyhl4133 bool = l >= 0 + yyj4133++ + if yyhl4133 { + yyb4133 = yyj4133 > l } else { - yyb4142 = r.CheckBreak() + yyb4133 = r.CheckBreak() } - if yyb4142 { + if yyb4133 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51672,13 +51590,13 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4142++ - if yyhl4142 { - yyb4142 = yyj4142 > l + yyj4133++ + if yyhl4133 { + yyb4133 = yyj4133 > l } else { - yyb4142 = r.CheckBreak() + yyb4133 = r.CheckBreak() } - if yyb4142 { + if yyb4133 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51688,13 +51606,13 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4142++ - if yyhl4142 { - yyb4142 = yyj4142 > l + yyj4133++ + if yyhl4133 { + yyb4133 = yyj4133 > l } else { - yyb4142 = r.CheckBreak() + yyb4133 = r.CheckBreak() } - if yyb4142 { + if yyb4133 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51702,16 +51620,16 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4145 := &x.ObjectMeta - yyv4145.CodecDecodeSelf(d) + yyv4136 := &x.ObjectMeta + yyv4136.CodecDecodeSelf(d) } - yyj4142++ - if yyhl4142 { - yyb4142 = yyj4142 > l + yyj4133++ + if yyhl4133 { + yyb4133 = yyj4133 > l } else { - yyb4142 = r.CheckBreak() + yyb4133 = r.CheckBreak() } - if yyb4142 { + if yyb4133 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51719,21 +51637,21 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = LimitRangeSpec{} } else { - yyv4146 := &x.Spec - yyv4146.CodecDecodeSelf(d) + yyv4137 := &x.Spec + yyv4137.CodecDecodeSelf(d) } for { - yyj4142++ - if yyhl4142 { - yyb4142 = yyj4142 > l + yyj4133++ + if yyhl4133 { + yyb4133 = yyj4133 > l } else { - yyb4142 = r.CheckBreak() + yyb4133 = r.CheckBreak() } - if yyb4142 { + if yyb4133 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4142-1, "") + z.DecStructFieldNotFound(yyj4133-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51745,37 +51663,37 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4147 := z.EncBinary() - _ = yym4147 + yym4138 := z.EncBinary() + _ = yym4138 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4148 := !z.EncBinary() - yy2arr4148 := z.EncBasicHandle().StructToArray - var yyq4148 [4]bool - _, _, _ = yysep4148, yyq4148, yy2arr4148 - const yyr4148 bool = false - yyq4148[0] = x.Kind != "" - yyq4148[1] = x.APIVersion != "" - yyq4148[2] = true - var yynn4148 int - if yyr4148 || yy2arr4148 { + yysep4139 := !z.EncBinary() + yy2arr4139 := z.EncBasicHandle().StructToArray + var yyq4139 [4]bool + _, _, _ = yysep4139, yyq4139, yy2arr4139 + const yyr4139 bool = false + yyq4139[0] = x.Kind != "" + yyq4139[1] = x.APIVersion != "" + yyq4139[2] = true + var yynn4139 int + if yyr4139 || yy2arr4139 { r.EncodeArrayStart(4) } else { - yynn4148 = 1 - for _, b := range yyq4148 { + yynn4139 = 1 + for _, b := range yyq4139 { if b { - yynn4148++ + yynn4139++ } } - r.EncodeMapStart(yynn4148) - yynn4148 = 0 + r.EncodeMapStart(yynn4139) + yynn4139 = 0 } - if yyr4148 || yy2arr4148 { + if yyr4139 || yy2arr4139 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4148[0] { - yym4150 := z.EncBinary() - _ = yym4150 + if yyq4139[0] { + yym4141 := z.EncBinary() + _ = yym4141 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -51784,23 +51702,23 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4148[0] { + if yyq4139[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4151 := z.EncBinary() - _ = yym4151 + yym4142 := z.EncBinary() + _ = yym4142 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4148 || yy2arr4148 { + if yyr4139 || yy2arr4139 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4148[1] { - yym4153 := z.EncBinary() - _ = yym4153 + if yyq4139[1] { + yym4144 := z.EncBinary() + _ = yym4144 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -51809,54 +51727,54 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4148[1] { + if yyq4139[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4154 := z.EncBinary() - _ = yym4154 + yym4145 := z.EncBinary() + _ = yym4145 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4148 || yy2arr4148 { + if yyr4139 || yy2arr4139 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4148[2] { - yy4156 := &x.ListMeta - yym4157 := z.EncBinary() - _ = yym4157 + if yyq4139[2] { + yy4147 := &x.ListMeta + yym4148 := z.EncBinary() + _ = yym4148 if false { - } else if z.HasExtensions() && z.EncExt(yy4156) { + } else if z.HasExtensions() && z.EncExt(yy4147) { } else { - z.EncFallback(yy4156) + z.EncFallback(yy4147) } } else { r.EncodeNil() } } else { - if yyq4148[2] { + if yyq4139[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4158 := &x.ListMeta - yym4159 := z.EncBinary() - _ = yym4159 + yy4149 := &x.ListMeta + yym4150 := z.EncBinary() + _ = yym4150 if false { - } else if z.HasExtensions() && z.EncExt(yy4158) { + } else if z.HasExtensions() && z.EncExt(yy4149) { } else { - z.EncFallback(yy4158) + z.EncFallback(yy4149) } } } - if yyr4148 || yy2arr4148 { + if yyr4139 || yy2arr4139 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4161 := z.EncBinary() - _ = yym4161 + yym4152 := z.EncBinary() + _ = yym4152 if false { } else { h.encSliceLimitRange(([]LimitRange)(x.Items), e) @@ -51869,15 +51787,15 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4162 := z.EncBinary() - _ = yym4162 + yym4153 := z.EncBinary() + _ = yym4153 if false { } else { h.encSliceLimitRange(([]LimitRange)(x.Items), e) } } } - if yyr4148 || yy2arr4148 { + if yyr4139 || yy2arr4139 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -51890,25 +51808,25 @@ func (x *LimitRangeList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4163 := z.DecBinary() - _ = yym4163 + yym4154 := z.DecBinary() + _ = yym4154 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4164 := r.ContainerType() - if yyct4164 == codecSelferValueTypeMap1234 { - yyl4164 := r.ReadMapStart() - if yyl4164 == 0 { + yyct4155 := r.ContainerType() + if yyct4155 == codecSelferValueTypeMap1234 { + yyl4155 := r.ReadMapStart() + if yyl4155 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4164, d) + x.codecDecodeSelfFromMap(yyl4155, d) } - } else if yyct4164 == codecSelferValueTypeArray1234 { - yyl4164 := r.ReadArrayStart() - if yyl4164 == 0 { + } else if yyct4155 == codecSelferValueTypeArray1234 { + yyl4155 := r.ReadArrayStart() + if yyl4155 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4164, d) + x.codecDecodeSelfFromArray(yyl4155, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -51920,12 +51838,12 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4165Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4165Slc - var yyhl4165 bool = l >= 0 - for yyj4165 := 0; ; yyj4165++ { - if yyhl4165 { - if yyj4165 >= l { + var yys4156Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4156Slc + var yyhl4156 bool = l >= 0 + for yyj4156 := 0; ; yyj4156++ { + if yyhl4156 { + if yyj4156 >= l { break } } else { @@ -51934,10 +51852,10 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4165Slc = r.DecodeBytes(yys4165Slc, true, true) - yys4165 := string(yys4165Slc) + yys4156Slc = r.DecodeBytes(yys4156Slc, true, true) + yys4156 := string(yys4156Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4165 { + switch yys4156 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -51954,31 +51872,31 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4168 := &x.ListMeta - yym4169 := z.DecBinary() - _ = yym4169 + yyv4159 := &x.ListMeta + yym4160 := z.DecBinary() + _ = yym4160 if false { - } else if z.HasExtensions() && z.DecExt(yyv4168) { + } else if z.HasExtensions() && z.DecExt(yyv4159) { } else { - z.DecFallback(yyv4168, false) + z.DecFallback(yyv4159, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4170 := &x.Items - yym4171 := z.DecBinary() - _ = yym4171 + yyv4161 := &x.Items + yym4162 := z.DecBinary() + _ = yym4162 if false { } else { - h.decSliceLimitRange((*[]LimitRange)(yyv4170), d) + h.decSliceLimitRange((*[]LimitRange)(yyv4161), d) } } default: - z.DecStructFieldNotFound(-1, yys4165) - } // end switch yys4165 - } // end for yyj4165 + z.DecStructFieldNotFound(-1, yys4156) + } // end switch yys4156 + } // end for yyj4156 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -51986,16 +51904,16 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4172 int - var yyb4172 bool - var yyhl4172 bool = l >= 0 - yyj4172++ - if yyhl4172 { - yyb4172 = yyj4172 > l + var yyj4163 int + var yyb4163 bool + var yyhl4163 bool = l >= 0 + yyj4163++ + if yyhl4163 { + yyb4163 = yyj4163 > l } else { - yyb4172 = r.CheckBreak() + yyb4163 = r.CheckBreak() } - if yyb4172 { + if yyb4163 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52005,13 +51923,13 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4172++ - if yyhl4172 { - yyb4172 = yyj4172 > l + yyj4163++ + if yyhl4163 { + yyb4163 = yyj4163 > l } else { - yyb4172 = r.CheckBreak() + yyb4163 = r.CheckBreak() } - if yyb4172 { + if yyb4163 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52021,13 +51939,13 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4172++ - if yyhl4172 { - yyb4172 = yyj4172 > l + yyj4163++ + if yyhl4163 { + yyb4163 = yyj4163 > l } else { - yyb4172 = r.CheckBreak() + yyb4163 = r.CheckBreak() } - if yyb4172 { + if yyb4163 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52035,22 +51953,22 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4175 := &x.ListMeta - yym4176 := z.DecBinary() - _ = yym4176 + yyv4166 := &x.ListMeta + yym4167 := z.DecBinary() + _ = yym4167 if false { - } else if z.HasExtensions() && z.DecExt(yyv4175) { + } else if z.HasExtensions() && z.DecExt(yyv4166) { } else { - z.DecFallback(yyv4175, false) + z.DecFallback(yyv4166, false) } } - yyj4172++ - if yyhl4172 { - yyb4172 = yyj4172 > l + yyj4163++ + if yyhl4163 { + yyb4163 = yyj4163 > l } else { - yyb4172 = r.CheckBreak() + yyb4163 = r.CheckBreak() } - if yyb4172 { + if yyb4163 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52058,26 +51976,26 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4177 := &x.Items - yym4178 := z.DecBinary() - _ = yym4178 + yyv4168 := &x.Items + yym4169 := z.DecBinary() + _ = yym4169 if false { } else { - h.decSliceLimitRange((*[]LimitRange)(yyv4177), d) + h.decSliceLimitRange((*[]LimitRange)(yyv4168), d) } } for { - yyj4172++ - if yyhl4172 { - yyb4172 = yyj4172 > l + yyj4163++ + if yyhl4163 { + yyb4163 = yyj4163 > l } else { - yyb4172 = r.CheckBreak() + yyb4163 = r.CheckBreak() } - if yyb4172 { + if yyb4163 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4172-1, "") + z.DecStructFieldNotFound(yyj4163-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -52086,8 +52004,8 @@ func (x ResourceQuotaScope) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4179 := z.EncBinary() - _ = yym4179 + yym4170 := z.EncBinary() + _ = yym4170 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -52099,8 +52017,8 @@ func (x *ResourceQuotaScope) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4180 := z.DecBinary() - _ = yym4180 + yym4171 := z.DecBinary() + _ = yym4171 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -52115,34 +52033,34 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4181 := z.EncBinary() - _ = yym4181 + yym4172 := z.EncBinary() + _ = yym4172 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4182 := !z.EncBinary() - yy2arr4182 := z.EncBasicHandle().StructToArray - var yyq4182 [2]bool - _, _, _ = yysep4182, yyq4182, yy2arr4182 - const yyr4182 bool = false - yyq4182[0] = len(x.Hard) != 0 - yyq4182[1] = len(x.Scopes) != 0 - var yynn4182 int - if yyr4182 || yy2arr4182 { + yysep4173 := !z.EncBinary() + yy2arr4173 := z.EncBasicHandle().StructToArray + var yyq4173 [2]bool + _, _, _ = yysep4173, yyq4173, yy2arr4173 + const yyr4173 bool = false + yyq4173[0] = len(x.Hard) != 0 + yyq4173[1] = len(x.Scopes) != 0 + var yynn4173 int + if yyr4173 || yy2arr4173 { r.EncodeArrayStart(2) } else { - yynn4182 = 0 - for _, b := range yyq4182 { + yynn4173 = 0 + for _, b := range yyq4173 { if b { - yynn4182++ + yynn4173++ } } - r.EncodeMapStart(yynn4182) - yynn4182 = 0 + r.EncodeMapStart(yynn4173) + yynn4173 = 0 } - if yyr4182 || yy2arr4182 { + if yyr4173 || yy2arr4173 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4182[0] { + if yyq4173[0] { if x.Hard == nil { r.EncodeNil() } else { @@ -52152,7 +52070,7 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4182[0] { + if yyq4173[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hard")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -52163,14 +52081,14 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4182 || yy2arr4182 { + if yyr4173 || yy2arr4173 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4182[1] { + if yyq4173[1] { if x.Scopes == nil { r.EncodeNil() } else { - yym4185 := z.EncBinary() - _ = yym4185 + yym4176 := z.EncBinary() + _ = yym4176 if false { } else { h.encSliceResourceQuotaScope(([]ResourceQuotaScope)(x.Scopes), e) @@ -52180,15 +52098,15 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4182[1] { + if yyq4173[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("scopes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Scopes == nil { r.EncodeNil() } else { - yym4186 := z.EncBinary() - _ = yym4186 + yym4177 := z.EncBinary() + _ = yym4177 if false { } else { h.encSliceResourceQuotaScope(([]ResourceQuotaScope)(x.Scopes), e) @@ -52196,7 +52114,7 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4182 || yy2arr4182 { + if yyr4173 || yy2arr4173 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -52209,25 +52127,25 @@ func (x *ResourceQuotaSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4187 := z.DecBinary() - _ = yym4187 + yym4178 := z.DecBinary() + _ = yym4178 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4188 := r.ContainerType() - if yyct4188 == codecSelferValueTypeMap1234 { - yyl4188 := r.ReadMapStart() - if yyl4188 == 0 { + yyct4179 := r.ContainerType() + if yyct4179 == codecSelferValueTypeMap1234 { + yyl4179 := r.ReadMapStart() + if yyl4179 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4188, d) + x.codecDecodeSelfFromMap(yyl4179, d) } - } else if yyct4188 == codecSelferValueTypeArray1234 { - yyl4188 := r.ReadArrayStart() - if yyl4188 == 0 { + } else if yyct4179 == codecSelferValueTypeArray1234 { + yyl4179 := r.ReadArrayStart() + if yyl4179 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4188, d) + x.codecDecodeSelfFromArray(yyl4179, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -52239,12 +52157,12 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4189Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4189Slc - var yyhl4189 bool = l >= 0 - for yyj4189 := 0; ; yyj4189++ { - if yyhl4189 { - if yyj4189 >= l { + var yys4180Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4180Slc + var yyhl4180 bool = l >= 0 + for yyj4180 := 0; ; yyj4180++ { + if yyhl4180 { + if yyj4180 >= l { break } } else { @@ -52253,33 +52171,33 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4189Slc = r.DecodeBytes(yys4189Slc, true, true) - yys4189 := string(yys4189Slc) + yys4180Slc = r.DecodeBytes(yys4180Slc, true, true) + yys4180 := string(yys4180Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4189 { + switch yys4180 { case "hard": if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv4190 := &x.Hard - yyv4190.CodecDecodeSelf(d) + yyv4181 := &x.Hard + yyv4181.CodecDecodeSelf(d) } case "scopes": if r.TryDecodeAsNil() { x.Scopes = nil } else { - yyv4191 := &x.Scopes - yym4192 := z.DecBinary() - _ = yym4192 + yyv4182 := &x.Scopes + yym4183 := z.DecBinary() + _ = yym4183 if false { } else { - h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv4191), d) + h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv4182), d) } } default: - z.DecStructFieldNotFound(-1, yys4189) - } // end switch yys4189 - } // end for yyj4189 + z.DecStructFieldNotFound(-1, yys4180) + } // end switch yys4180 + } // end for yyj4180 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -52287,16 +52205,16 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4193 int - var yyb4193 bool - var yyhl4193 bool = l >= 0 - yyj4193++ - if yyhl4193 { - yyb4193 = yyj4193 > l + var yyj4184 int + var yyb4184 bool + var yyhl4184 bool = l >= 0 + yyj4184++ + if yyhl4184 { + yyb4184 = yyj4184 > l } else { - yyb4193 = r.CheckBreak() + yyb4184 = r.CheckBreak() } - if yyb4193 { + if yyb4184 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52304,16 +52222,16 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv4194 := &x.Hard - yyv4194.CodecDecodeSelf(d) + yyv4185 := &x.Hard + yyv4185.CodecDecodeSelf(d) } - yyj4193++ - if yyhl4193 { - yyb4193 = yyj4193 > l + yyj4184++ + if yyhl4184 { + yyb4184 = yyj4184 > l } else { - yyb4193 = r.CheckBreak() + yyb4184 = r.CheckBreak() } - if yyb4193 { + if yyb4184 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52321,26 +52239,26 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Scopes = nil } else { - yyv4195 := &x.Scopes - yym4196 := z.DecBinary() - _ = yym4196 + yyv4186 := &x.Scopes + yym4187 := z.DecBinary() + _ = yym4187 if false { } else { - h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv4195), d) + h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv4186), d) } } for { - yyj4193++ - if yyhl4193 { - yyb4193 = yyj4193 > l + yyj4184++ + if yyhl4184 { + yyb4184 = yyj4184 > l } else { - yyb4193 = r.CheckBreak() + yyb4184 = r.CheckBreak() } - if yyb4193 { + if yyb4184 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4193-1, "") + z.DecStructFieldNotFound(yyj4184-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -52352,34 +52270,34 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4197 := z.EncBinary() - _ = yym4197 + yym4188 := z.EncBinary() + _ = yym4188 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4198 := !z.EncBinary() - yy2arr4198 := z.EncBasicHandle().StructToArray - var yyq4198 [2]bool - _, _, _ = yysep4198, yyq4198, yy2arr4198 - const yyr4198 bool = false - yyq4198[0] = len(x.Hard) != 0 - yyq4198[1] = len(x.Used) != 0 - var yynn4198 int - if yyr4198 || yy2arr4198 { + yysep4189 := !z.EncBinary() + yy2arr4189 := z.EncBasicHandle().StructToArray + var yyq4189 [2]bool + _, _, _ = yysep4189, yyq4189, yy2arr4189 + const yyr4189 bool = false + yyq4189[0] = len(x.Hard) != 0 + yyq4189[1] = len(x.Used) != 0 + var yynn4189 int + if yyr4189 || yy2arr4189 { r.EncodeArrayStart(2) } else { - yynn4198 = 0 - for _, b := range yyq4198 { + yynn4189 = 0 + for _, b := range yyq4189 { if b { - yynn4198++ + yynn4189++ } } - r.EncodeMapStart(yynn4198) - yynn4198 = 0 + r.EncodeMapStart(yynn4189) + yynn4189 = 0 } - if yyr4198 || yy2arr4198 { + if yyr4189 || yy2arr4189 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4198[0] { + if yyq4189[0] { if x.Hard == nil { r.EncodeNil() } else { @@ -52389,7 +52307,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4198[0] { + if yyq4189[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hard")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -52400,9 +52318,9 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4198 || yy2arr4198 { + if yyr4189 || yy2arr4189 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4198[1] { + if yyq4189[1] { if x.Used == nil { r.EncodeNil() } else { @@ -52412,7 +52330,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4198[1] { + if yyq4189[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("used")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -52423,7 +52341,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4198 || yy2arr4198 { + if yyr4189 || yy2arr4189 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -52436,25 +52354,25 @@ func (x *ResourceQuotaStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4201 := z.DecBinary() - _ = yym4201 + yym4192 := z.DecBinary() + _ = yym4192 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4202 := r.ContainerType() - if yyct4202 == codecSelferValueTypeMap1234 { - yyl4202 := r.ReadMapStart() - if yyl4202 == 0 { + yyct4193 := r.ContainerType() + if yyct4193 == codecSelferValueTypeMap1234 { + yyl4193 := r.ReadMapStart() + if yyl4193 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4202, d) + x.codecDecodeSelfFromMap(yyl4193, d) } - } else if yyct4202 == codecSelferValueTypeArray1234 { - yyl4202 := r.ReadArrayStart() - if yyl4202 == 0 { + } else if yyct4193 == codecSelferValueTypeArray1234 { + yyl4193 := r.ReadArrayStart() + if yyl4193 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4202, d) + x.codecDecodeSelfFromArray(yyl4193, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -52466,12 +52384,12 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4203Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4203Slc - var yyhl4203 bool = l >= 0 - for yyj4203 := 0; ; yyj4203++ { - if yyhl4203 { - if yyj4203 >= l { + var yys4194Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4194Slc + var yyhl4194 bool = l >= 0 + for yyj4194 := 0; ; yyj4194++ { + if yyhl4194 { + if yyj4194 >= l { break } } else { @@ -52480,28 +52398,28 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4203Slc = r.DecodeBytes(yys4203Slc, true, true) - yys4203 := string(yys4203Slc) + yys4194Slc = r.DecodeBytes(yys4194Slc, true, true) + yys4194 := string(yys4194Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4203 { + switch yys4194 { case "hard": if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv4204 := &x.Hard - yyv4204.CodecDecodeSelf(d) + yyv4195 := &x.Hard + yyv4195.CodecDecodeSelf(d) } case "used": if r.TryDecodeAsNil() { x.Used = nil } else { - yyv4205 := &x.Used - yyv4205.CodecDecodeSelf(d) + yyv4196 := &x.Used + yyv4196.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys4203) - } // end switch yys4203 - } // end for yyj4203 + z.DecStructFieldNotFound(-1, yys4194) + } // end switch yys4194 + } // end for yyj4194 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -52509,16 +52427,16 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4206 int - var yyb4206 bool - var yyhl4206 bool = l >= 0 - yyj4206++ - if yyhl4206 { - yyb4206 = yyj4206 > l + var yyj4197 int + var yyb4197 bool + var yyhl4197 bool = l >= 0 + yyj4197++ + if yyhl4197 { + yyb4197 = yyj4197 > l } else { - yyb4206 = r.CheckBreak() + yyb4197 = r.CheckBreak() } - if yyb4206 { + if yyb4197 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52526,16 +52444,16 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv4207 := &x.Hard - yyv4207.CodecDecodeSelf(d) + yyv4198 := &x.Hard + yyv4198.CodecDecodeSelf(d) } - yyj4206++ - if yyhl4206 { - yyb4206 = yyj4206 > l + yyj4197++ + if yyhl4197 { + yyb4197 = yyj4197 > l } else { - yyb4206 = r.CheckBreak() + yyb4197 = r.CheckBreak() } - if yyb4206 { + if yyb4197 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52543,21 +52461,21 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Used = nil } else { - yyv4208 := &x.Used - yyv4208.CodecDecodeSelf(d) + yyv4199 := &x.Used + yyv4199.CodecDecodeSelf(d) } for { - yyj4206++ - if yyhl4206 { - yyb4206 = yyj4206 > l + yyj4197++ + if yyhl4197 { + yyb4197 = yyj4197 > l } else { - yyb4206 = r.CheckBreak() + yyb4197 = r.CheckBreak() } - if yyb4206 { + if yyb4197 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4206-1, "") + z.DecStructFieldNotFound(yyj4197-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -52569,39 +52487,39 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4209 := z.EncBinary() - _ = yym4209 + yym4200 := z.EncBinary() + _ = yym4200 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4210 := !z.EncBinary() - yy2arr4210 := z.EncBasicHandle().StructToArray - var yyq4210 [5]bool - _, _, _ = yysep4210, yyq4210, yy2arr4210 - const yyr4210 bool = false - yyq4210[0] = x.Kind != "" - yyq4210[1] = x.APIVersion != "" - yyq4210[2] = true - yyq4210[3] = true - yyq4210[4] = true - var yynn4210 int - if yyr4210 || yy2arr4210 { + yysep4201 := !z.EncBinary() + yy2arr4201 := z.EncBasicHandle().StructToArray + var yyq4201 [5]bool + _, _, _ = yysep4201, yyq4201, yy2arr4201 + const yyr4201 bool = false + yyq4201[0] = x.Kind != "" + yyq4201[1] = x.APIVersion != "" + yyq4201[2] = true + yyq4201[3] = true + yyq4201[4] = true + var yynn4201 int + if yyr4201 || yy2arr4201 { r.EncodeArrayStart(5) } else { - yynn4210 = 0 - for _, b := range yyq4210 { + yynn4201 = 0 + for _, b := range yyq4201 { if b { - yynn4210++ + yynn4201++ } } - r.EncodeMapStart(yynn4210) - yynn4210 = 0 + r.EncodeMapStart(yynn4201) + yynn4201 = 0 } - if yyr4210 || yy2arr4210 { + if yyr4201 || yy2arr4201 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4210[0] { - yym4212 := z.EncBinary() - _ = yym4212 + if yyq4201[0] { + yym4203 := z.EncBinary() + _ = yym4203 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -52610,23 +52528,23 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4210[0] { + if yyq4201[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4213 := z.EncBinary() - _ = yym4213 + yym4204 := z.EncBinary() + _ = yym4204 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4210 || yy2arr4210 { + if yyr4201 || yy2arr4201 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4210[1] { - yym4215 := z.EncBinary() - _ = yym4215 + if yyq4201[1] { + yym4206 := z.EncBinary() + _ = yym4206 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -52635,70 +52553,70 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4210[1] { + if yyq4201[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4216 := z.EncBinary() - _ = yym4216 + yym4207 := z.EncBinary() + _ = yym4207 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4210 || yy2arr4210 { + if yyr4201 || yy2arr4201 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4210[2] { - yy4218 := &x.ObjectMeta - yy4218.CodecEncodeSelf(e) + if yyq4201[2] { + yy4209 := &x.ObjectMeta + yy4209.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4210[2] { + if yyq4201[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4219 := &x.ObjectMeta - yy4219.CodecEncodeSelf(e) + yy4210 := &x.ObjectMeta + yy4210.CodecEncodeSelf(e) } } - if yyr4210 || yy2arr4210 { + if yyr4201 || yy2arr4201 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4210[3] { - yy4221 := &x.Spec - yy4221.CodecEncodeSelf(e) + if yyq4201[3] { + yy4212 := &x.Spec + yy4212.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4210[3] { + if yyq4201[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4222 := &x.Spec - yy4222.CodecEncodeSelf(e) + yy4213 := &x.Spec + yy4213.CodecEncodeSelf(e) } } - if yyr4210 || yy2arr4210 { + if yyr4201 || yy2arr4201 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4210[4] { - yy4224 := &x.Status - yy4224.CodecEncodeSelf(e) + if yyq4201[4] { + yy4215 := &x.Status + yy4215.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4210[4] { + if yyq4201[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4225 := &x.Status - yy4225.CodecEncodeSelf(e) + yy4216 := &x.Status + yy4216.CodecEncodeSelf(e) } } - if yyr4210 || yy2arr4210 { + if yyr4201 || yy2arr4201 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -52711,25 +52629,25 @@ func (x *ResourceQuota) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4226 := z.DecBinary() - _ = yym4226 + yym4217 := z.DecBinary() + _ = yym4217 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4227 := r.ContainerType() - if yyct4227 == codecSelferValueTypeMap1234 { - yyl4227 := r.ReadMapStart() - if yyl4227 == 0 { + yyct4218 := r.ContainerType() + if yyct4218 == codecSelferValueTypeMap1234 { + yyl4218 := r.ReadMapStart() + if yyl4218 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4227, d) + x.codecDecodeSelfFromMap(yyl4218, d) } - } else if yyct4227 == codecSelferValueTypeArray1234 { - yyl4227 := r.ReadArrayStart() - if yyl4227 == 0 { + } else if yyct4218 == codecSelferValueTypeArray1234 { + yyl4218 := r.ReadArrayStart() + if yyl4218 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4227, d) + x.codecDecodeSelfFromArray(yyl4218, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -52741,12 +52659,12 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4228Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4228Slc - var yyhl4228 bool = l >= 0 - for yyj4228 := 0; ; yyj4228++ { - if yyhl4228 { - if yyj4228 >= l { + var yys4219Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4219Slc + var yyhl4219 bool = l >= 0 + for yyj4219 := 0; ; yyj4219++ { + if yyhl4219 { + if yyj4219 >= l { break } } else { @@ -52755,10 +52673,10 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4228Slc = r.DecodeBytes(yys4228Slc, true, true) - yys4228 := string(yys4228Slc) + yys4219Slc = r.DecodeBytes(yys4219Slc, true, true) + yys4219 := string(yys4219Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4228 { + switch yys4219 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -52775,27 +52693,27 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4231 := &x.ObjectMeta - yyv4231.CodecDecodeSelf(d) + yyv4222 := &x.ObjectMeta + yyv4222.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ResourceQuotaSpec{} } else { - yyv4232 := &x.Spec - yyv4232.CodecDecodeSelf(d) + yyv4223 := &x.Spec + yyv4223.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ResourceQuotaStatus{} } else { - yyv4233 := &x.Status - yyv4233.CodecDecodeSelf(d) + yyv4224 := &x.Status + yyv4224.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys4228) - } // end switch yys4228 - } // end for yyj4228 + z.DecStructFieldNotFound(-1, yys4219) + } // end switch yys4219 + } // end for yyj4219 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -52803,16 +52721,16 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4234 int - var yyb4234 bool - var yyhl4234 bool = l >= 0 - yyj4234++ - if yyhl4234 { - yyb4234 = yyj4234 > l + var yyj4225 int + var yyb4225 bool + var yyhl4225 bool = l >= 0 + yyj4225++ + if yyhl4225 { + yyb4225 = yyj4225 > l } else { - yyb4234 = r.CheckBreak() + yyb4225 = r.CheckBreak() } - if yyb4234 { + if yyb4225 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52822,13 +52740,13 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4234++ - if yyhl4234 { - yyb4234 = yyj4234 > l + yyj4225++ + if yyhl4225 { + yyb4225 = yyj4225 > l } else { - yyb4234 = r.CheckBreak() + yyb4225 = r.CheckBreak() } - if yyb4234 { + if yyb4225 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52838,13 +52756,13 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4234++ - if yyhl4234 { - yyb4234 = yyj4234 > l + yyj4225++ + if yyhl4225 { + yyb4225 = yyj4225 > l } else { - yyb4234 = r.CheckBreak() + yyb4225 = r.CheckBreak() } - if yyb4234 { + if yyb4225 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52852,16 +52770,16 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4237 := &x.ObjectMeta - yyv4237.CodecDecodeSelf(d) + yyv4228 := &x.ObjectMeta + yyv4228.CodecDecodeSelf(d) } - yyj4234++ - if yyhl4234 { - yyb4234 = yyj4234 > l + yyj4225++ + if yyhl4225 { + yyb4225 = yyj4225 > l } else { - yyb4234 = r.CheckBreak() + yyb4225 = r.CheckBreak() } - if yyb4234 { + if yyb4225 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52869,16 +52787,16 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = ResourceQuotaSpec{} } else { - yyv4238 := &x.Spec - yyv4238.CodecDecodeSelf(d) + yyv4229 := &x.Spec + yyv4229.CodecDecodeSelf(d) } - yyj4234++ - if yyhl4234 { - yyb4234 = yyj4234 > l + yyj4225++ + if yyhl4225 { + yyb4225 = yyj4225 > l } else { - yyb4234 = r.CheckBreak() + yyb4225 = r.CheckBreak() } - if yyb4234 { + if yyb4225 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52886,21 +52804,21 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = ResourceQuotaStatus{} } else { - yyv4239 := &x.Status - yyv4239.CodecDecodeSelf(d) + yyv4230 := &x.Status + yyv4230.CodecDecodeSelf(d) } for { - yyj4234++ - if yyhl4234 { - yyb4234 = yyj4234 > l + yyj4225++ + if yyhl4225 { + yyb4225 = yyj4225 > l } else { - yyb4234 = r.CheckBreak() + yyb4225 = r.CheckBreak() } - if yyb4234 { + if yyb4225 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4234-1, "") + z.DecStructFieldNotFound(yyj4225-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -52912,37 +52830,37 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4240 := z.EncBinary() - _ = yym4240 + yym4231 := z.EncBinary() + _ = yym4231 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4241 := !z.EncBinary() - yy2arr4241 := z.EncBasicHandle().StructToArray - var yyq4241 [4]bool - _, _, _ = yysep4241, yyq4241, yy2arr4241 - const yyr4241 bool = false - yyq4241[0] = x.Kind != "" - yyq4241[1] = x.APIVersion != "" - yyq4241[2] = true - var yynn4241 int - if yyr4241 || yy2arr4241 { + yysep4232 := !z.EncBinary() + yy2arr4232 := z.EncBasicHandle().StructToArray + var yyq4232 [4]bool + _, _, _ = yysep4232, yyq4232, yy2arr4232 + const yyr4232 bool = false + yyq4232[0] = x.Kind != "" + yyq4232[1] = x.APIVersion != "" + yyq4232[2] = true + var yynn4232 int + if yyr4232 || yy2arr4232 { r.EncodeArrayStart(4) } else { - yynn4241 = 1 - for _, b := range yyq4241 { + yynn4232 = 1 + for _, b := range yyq4232 { if b { - yynn4241++ + yynn4232++ } } - r.EncodeMapStart(yynn4241) - yynn4241 = 0 + r.EncodeMapStart(yynn4232) + yynn4232 = 0 } - if yyr4241 || yy2arr4241 { + if yyr4232 || yy2arr4232 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4241[0] { - yym4243 := z.EncBinary() - _ = yym4243 + if yyq4232[0] { + yym4234 := z.EncBinary() + _ = yym4234 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -52951,23 +52869,23 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4241[0] { + if yyq4232[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4244 := z.EncBinary() - _ = yym4244 + yym4235 := z.EncBinary() + _ = yym4235 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4241 || yy2arr4241 { + if yyr4232 || yy2arr4232 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4241[1] { - yym4246 := z.EncBinary() - _ = yym4246 + if yyq4232[1] { + yym4237 := z.EncBinary() + _ = yym4237 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -52976,54 +52894,54 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4241[1] { + if yyq4232[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4247 := z.EncBinary() - _ = yym4247 + yym4238 := z.EncBinary() + _ = yym4238 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4241 || yy2arr4241 { + if yyr4232 || yy2arr4232 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4241[2] { - yy4249 := &x.ListMeta - yym4250 := z.EncBinary() - _ = yym4250 + if yyq4232[2] { + yy4240 := &x.ListMeta + yym4241 := z.EncBinary() + _ = yym4241 if false { - } else if z.HasExtensions() && z.EncExt(yy4249) { + } else if z.HasExtensions() && z.EncExt(yy4240) { } else { - z.EncFallback(yy4249) + z.EncFallback(yy4240) } } else { r.EncodeNil() } } else { - if yyq4241[2] { + if yyq4232[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4251 := &x.ListMeta - yym4252 := z.EncBinary() - _ = yym4252 + yy4242 := &x.ListMeta + yym4243 := z.EncBinary() + _ = yym4243 if false { - } else if z.HasExtensions() && z.EncExt(yy4251) { + } else if z.HasExtensions() && z.EncExt(yy4242) { } else { - z.EncFallback(yy4251) + z.EncFallback(yy4242) } } } - if yyr4241 || yy2arr4241 { + if yyr4232 || yy2arr4232 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4254 := z.EncBinary() - _ = yym4254 + yym4245 := z.EncBinary() + _ = yym4245 if false { } else { h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) @@ -53036,15 +52954,15 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4255 := z.EncBinary() - _ = yym4255 + yym4246 := z.EncBinary() + _ = yym4246 if false { } else { h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) } } } - if yyr4241 || yy2arr4241 { + if yyr4232 || yy2arr4232 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -53057,25 +52975,25 @@ func (x *ResourceQuotaList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4256 := z.DecBinary() - _ = yym4256 + yym4247 := z.DecBinary() + _ = yym4247 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4257 := r.ContainerType() - if yyct4257 == codecSelferValueTypeMap1234 { - yyl4257 := r.ReadMapStart() - if yyl4257 == 0 { + yyct4248 := r.ContainerType() + if yyct4248 == codecSelferValueTypeMap1234 { + yyl4248 := r.ReadMapStart() + if yyl4248 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4257, d) + x.codecDecodeSelfFromMap(yyl4248, d) } - } else if yyct4257 == codecSelferValueTypeArray1234 { - yyl4257 := r.ReadArrayStart() - if yyl4257 == 0 { + } else if yyct4248 == codecSelferValueTypeArray1234 { + yyl4248 := r.ReadArrayStart() + if yyl4248 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4257, d) + x.codecDecodeSelfFromArray(yyl4248, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -53087,12 +53005,12 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4258Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4258Slc - var yyhl4258 bool = l >= 0 - for yyj4258 := 0; ; yyj4258++ { - if yyhl4258 { - if yyj4258 >= l { + var yys4249Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4249Slc + var yyhl4249 bool = l >= 0 + for yyj4249 := 0; ; yyj4249++ { + if yyhl4249 { + if yyj4249 >= l { break } } else { @@ -53101,10 +53019,10 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4258Slc = r.DecodeBytes(yys4258Slc, true, true) - yys4258 := string(yys4258Slc) + yys4249Slc = r.DecodeBytes(yys4249Slc, true, true) + yys4249 := string(yys4249Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4258 { + switch yys4249 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -53121,31 +53039,31 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4261 := &x.ListMeta - yym4262 := z.DecBinary() - _ = yym4262 + yyv4252 := &x.ListMeta + yym4253 := z.DecBinary() + _ = yym4253 if false { - } else if z.HasExtensions() && z.DecExt(yyv4261) { + } else if z.HasExtensions() && z.DecExt(yyv4252) { } else { - z.DecFallback(yyv4261, false) + z.DecFallback(yyv4252, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4263 := &x.Items - yym4264 := z.DecBinary() - _ = yym4264 + yyv4254 := &x.Items + yym4255 := z.DecBinary() + _ = yym4255 if false { } else { - h.decSliceResourceQuota((*[]ResourceQuota)(yyv4263), d) + h.decSliceResourceQuota((*[]ResourceQuota)(yyv4254), d) } } default: - z.DecStructFieldNotFound(-1, yys4258) - } // end switch yys4258 - } // end for yyj4258 + z.DecStructFieldNotFound(-1, yys4249) + } // end switch yys4249 + } // end for yyj4249 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -53153,16 +53071,16 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4265 int - var yyb4265 bool - var yyhl4265 bool = l >= 0 - yyj4265++ - if yyhl4265 { - yyb4265 = yyj4265 > l + var yyj4256 int + var yyb4256 bool + var yyhl4256 bool = l >= 0 + yyj4256++ + if yyhl4256 { + yyb4256 = yyj4256 > l } else { - yyb4265 = r.CheckBreak() + yyb4256 = r.CheckBreak() } - if yyb4265 { + if yyb4256 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53172,13 +53090,13 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.Kind = string(r.DecodeString()) } - yyj4265++ - if yyhl4265 { - yyb4265 = yyj4265 > l + yyj4256++ + if yyhl4256 { + yyb4256 = yyj4256 > l } else { - yyb4265 = r.CheckBreak() + yyb4256 = r.CheckBreak() } - if yyb4265 { + if yyb4256 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53188,13 +53106,13 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.APIVersion = string(r.DecodeString()) } - yyj4265++ - if yyhl4265 { - yyb4265 = yyj4265 > l + yyj4256++ + if yyhl4256 { + yyb4256 = yyj4256 > l } else { - yyb4265 = r.CheckBreak() + yyb4256 = r.CheckBreak() } - if yyb4265 { + if yyb4256 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53202,22 +53120,22 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4268 := &x.ListMeta - yym4269 := z.DecBinary() - _ = yym4269 + yyv4259 := &x.ListMeta + yym4260 := z.DecBinary() + _ = yym4260 if false { - } else if z.HasExtensions() && z.DecExt(yyv4268) { + } else if z.HasExtensions() && z.DecExt(yyv4259) { } else { - z.DecFallback(yyv4268, false) + z.DecFallback(yyv4259, false) } } - yyj4265++ - if yyhl4265 { - yyb4265 = yyj4265 > l + yyj4256++ + if yyhl4256 { + yyb4256 = yyj4256 > l } else { - yyb4265 = r.CheckBreak() + yyb4256 = r.CheckBreak() } - if yyb4265 { + if yyb4256 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53225,26 +53143,26 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4270 := &x.Items - yym4271 := z.DecBinary() - _ = yym4271 + yyv4261 := &x.Items + yym4262 := z.DecBinary() + _ = yym4262 if false { } else { - h.decSliceResourceQuota((*[]ResourceQuota)(yyv4270), d) + h.decSliceResourceQuota((*[]ResourceQuota)(yyv4261), d) } } for { - yyj4265++ - if yyhl4265 { - yyb4265 = yyj4265 > l + yyj4256++ + if yyhl4256 { + yyb4256 = yyj4256 > l } else { - yyb4265 = r.CheckBreak() + yyb4256 = r.CheckBreak() } - if yyb4265 { + if yyb4256 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4265-1, "") + z.DecStructFieldNotFound(yyj4256-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -53256,39 +53174,39 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4272 := z.EncBinary() - _ = yym4272 + yym4263 := z.EncBinary() + _ = yym4263 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4273 := !z.EncBinary() - yy2arr4273 := z.EncBasicHandle().StructToArray - var yyq4273 [5]bool - _, _, _ = yysep4273, yyq4273, yy2arr4273 - const yyr4273 bool = false - yyq4273[0] = x.Kind != "" - yyq4273[1] = x.APIVersion != "" - yyq4273[2] = true - yyq4273[3] = len(x.Data) != 0 - yyq4273[4] = x.Type != "" - var yynn4273 int - if yyr4273 || yy2arr4273 { + yysep4264 := !z.EncBinary() + yy2arr4264 := z.EncBasicHandle().StructToArray + var yyq4264 [5]bool + _, _, _ = yysep4264, yyq4264, yy2arr4264 + const yyr4264 bool = false + yyq4264[0] = x.Kind != "" + yyq4264[1] = x.APIVersion != "" + yyq4264[2] = true + yyq4264[3] = len(x.Data) != 0 + yyq4264[4] = x.Type != "" + var yynn4264 int + if yyr4264 || yy2arr4264 { r.EncodeArrayStart(5) } else { - yynn4273 = 0 - for _, b := range yyq4273 { + yynn4264 = 0 + for _, b := range yyq4264 { if b { - yynn4273++ + yynn4264++ } } - r.EncodeMapStart(yynn4273) - yynn4273 = 0 + r.EncodeMapStart(yynn4264) + yynn4264 = 0 } - if yyr4273 || yy2arr4273 { + if yyr4264 || yy2arr4264 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4273[0] { - yym4275 := z.EncBinary() - _ = yym4275 + if yyq4264[0] { + yym4266 := z.EncBinary() + _ = yym4266 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -53297,23 +53215,23 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4273[0] { + if yyq4264[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4276 := z.EncBinary() - _ = yym4276 + yym4267 := z.EncBinary() + _ = yym4267 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4273 || yy2arr4273 { + if yyr4264 || yy2arr4264 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4273[1] { - yym4278 := z.EncBinary() - _ = yym4278 + if yyq4264[1] { + yym4269 := z.EncBinary() + _ = yym4269 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -53322,43 +53240,43 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4273[1] { + if yyq4264[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4279 := z.EncBinary() - _ = yym4279 + yym4270 := z.EncBinary() + _ = yym4270 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4273 || yy2arr4273 { + if yyr4264 || yy2arr4264 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4273[2] { - yy4281 := &x.ObjectMeta - yy4281.CodecEncodeSelf(e) + if yyq4264[2] { + yy4272 := &x.ObjectMeta + yy4272.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4273[2] { + if yyq4264[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4282 := &x.ObjectMeta - yy4282.CodecEncodeSelf(e) + yy4273 := &x.ObjectMeta + yy4273.CodecEncodeSelf(e) } } - if yyr4273 || yy2arr4273 { + if yyr4264 || yy2arr4264 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4273[3] { + if yyq4264[3] { if x.Data == nil { r.EncodeNil() } else { - yym4284 := z.EncBinary() - _ = yym4284 + yym4275 := z.EncBinary() + _ = yym4275 if false { } else { h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) @@ -53368,15 +53286,15 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4273[3] { + if yyq4264[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("data")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Data == nil { r.EncodeNil() } else { - yym4285 := z.EncBinary() - _ = yym4285 + yym4276 := z.EncBinary() + _ = yym4276 if false { } else { h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) @@ -53384,22 +53302,22 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4273 || yy2arr4273 { + if yyr4264 || yy2arr4264 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4273[4] { + if yyq4264[4] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4273[4] { + if yyq4264[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr4273 || yy2arr4273 { + if yyr4264 || yy2arr4264 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -53412,25 +53330,25 @@ func (x *Secret) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4287 := z.DecBinary() - _ = yym4287 + yym4278 := z.DecBinary() + _ = yym4278 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4288 := r.ContainerType() - if yyct4288 == codecSelferValueTypeMap1234 { - yyl4288 := r.ReadMapStart() - if yyl4288 == 0 { + yyct4279 := r.ContainerType() + if yyct4279 == codecSelferValueTypeMap1234 { + yyl4279 := r.ReadMapStart() + if yyl4279 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4288, d) + x.codecDecodeSelfFromMap(yyl4279, d) } - } else if yyct4288 == codecSelferValueTypeArray1234 { - yyl4288 := r.ReadArrayStart() - if yyl4288 == 0 { + } else if yyct4279 == codecSelferValueTypeArray1234 { + yyl4279 := r.ReadArrayStart() + if yyl4279 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4288, d) + x.codecDecodeSelfFromArray(yyl4279, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -53442,12 +53360,12 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4289Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4289Slc - var yyhl4289 bool = l >= 0 - for yyj4289 := 0; ; yyj4289++ { - if yyhl4289 { - if yyj4289 >= l { + var yys4280Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4280Slc + var yyhl4280 bool = l >= 0 + for yyj4280 := 0; ; yyj4280++ { + if yyhl4280 { + if yyj4280 >= l { break } } else { @@ -53456,10 +53374,10 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4289Slc = r.DecodeBytes(yys4289Slc, true, true) - yys4289 := string(yys4289Slc) + yys4280Slc = r.DecodeBytes(yys4280Slc, true, true) + yys4280 := string(yys4280Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4289 { + switch yys4280 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -53476,19 +53394,19 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4292 := &x.ObjectMeta - yyv4292.CodecDecodeSelf(d) + yyv4283 := &x.ObjectMeta + yyv4283.CodecDecodeSelf(d) } case "data": if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4293 := &x.Data - yym4294 := z.DecBinary() - _ = yym4294 + yyv4284 := &x.Data + yym4285 := z.DecBinary() + _ = yym4285 if false { } else { - h.decMapstringSliceuint8((*map[string][]uint8)(yyv4293), d) + h.decMapstringSliceuint8((*map[string][]uint8)(yyv4284), d) } } case "type": @@ -53498,9 +53416,9 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Type = SecretType(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys4289) - } // end switch yys4289 - } // end for yyj4289 + z.DecStructFieldNotFound(-1, yys4280) + } // end switch yys4280 + } // end for yyj4280 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -53508,16 +53426,16 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4296 int - var yyb4296 bool - var yyhl4296 bool = l >= 0 - yyj4296++ - if yyhl4296 { - yyb4296 = yyj4296 > l + var yyj4287 int + var yyb4287 bool + var yyhl4287 bool = l >= 0 + yyj4287++ + if yyhl4287 { + yyb4287 = yyj4287 > l } else { - yyb4296 = r.CheckBreak() + yyb4287 = r.CheckBreak() } - if yyb4296 { + if yyb4287 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53527,13 +53445,13 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4296++ - if yyhl4296 { - yyb4296 = yyj4296 > l + yyj4287++ + if yyhl4287 { + yyb4287 = yyj4287 > l } else { - yyb4296 = r.CheckBreak() + yyb4287 = r.CheckBreak() } - if yyb4296 { + if yyb4287 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53543,13 +53461,13 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4296++ - if yyhl4296 { - yyb4296 = yyj4296 > l + yyj4287++ + if yyhl4287 { + yyb4287 = yyj4287 > l } else { - yyb4296 = r.CheckBreak() + yyb4287 = r.CheckBreak() } - if yyb4296 { + if yyb4287 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53557,16 +53475,16 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4299 := &x.ObjectMeta - yyv4299.CodecDecodeSelf(d) + yyv4290 := &x.ObjectMeta + yyv4290.CodecDecodeSelf(d) } - yyj4296++ - if yyhl4296 { - yyb4296 = yyj4296 > l + yyj4287++ + if yyhl4287 { + yyb4287 = yyj4287 > l } else { - yyb4296 = r.CheckBreak() + yyb4287 = r.CheckBreak() } - if yyb4296 { + if yyb4287 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53574,21 +53492,21 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4300 := &x.Data - yym4301 := z.DecBinary() - _ = yym4301 + yyv4291 := &x.Data + yym4292 := z.DecBinary() + _ = yym4292 if false { } else { - h.decMapstringSliceuint8((*map[string][]uint8)(yyv4300), d) + h.decMapstringSliceuint8((*map[string][]uint8)(yyv4291), d) } } - yyj4296++ - if yyhl4296 { - yyb4296 = yyj4296 > l + yyj4287++ + if yyhl4287 { + yyb4287 = yyj4287 > l } else { - yyb4296 = r.CheckBreak() + yyb4287 = r.CheckBreak() } - if yyb4296 { + if yyb4287 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53599,17 +53517,17 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Type = SecretType(r.DecodeString()) } for { - yyj4296++ - if yyhl4296 { - yyb4296 = yyj4296 > l + yyj4287++ + if yyhl4287 { + yyb4287 = yyj4287 > l } else { - yyb4296 = r.CheckBreak() + yyb4287 = r.CheckBreak() } - if yyb4296 { + if yyb4287 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4296-1, "") + z.DecStructFieldNotFound(yyj4287-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -53618,8 +53536,8 @@ func (x SecretType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4303 := z.EncBinary() - _ = yym4303 + yym4294 := z.EncBinary() + _ = yym4294 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -53631,8 +53549,8 @@ func (x *SecretType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4304 := z.DecBinary() - _ = yym4304 + yym4295 := z.DecBinary() + _ = yym4295 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -53647,37 +53565,37 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4305 := z.EncBinary() - _ = yym4305 + yym4296 := z.EncBinary() + _ = yym4296 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4306 := !z.EncBinary() - yy2arr4306 := z.EncBasicHandle().StructToArray - var yyq4306 [4]bool - _, _, _ = yysep4306, yyq4306, yy2arr4306 - const yyr4306 bool = false - yyq4306[0] = x.Kind != "" - yyq4306[1] = x.APIVersion != "" - yyq4306[2] = true - var yynn4306 int - if yyr4306 || yy2arr4306 { + yysep4297 := !z.EncBinary() + yy2arr4297 := z.EncBasicHandle().StructToArray + var yyq4297 [4]bool + _, _, _ = yysep4297, yyq4297, yy2arr4297 + const yyr4297 bool = false + yyq4297[0] = x.Kind != "" + yyq4297[1] = x.APIVersion != "" + yyq4297[2] = true + var yynn4297 int + if yyr4297 || yy2arr4297 { r.EncodeArrayStart(4) } else { - yynn4306 = 1 - for _, b := range yyq4306 { + yynn4297 = 1 + for _, b := range yyq4297 { if b { - yynn4306++ + yynn4297++ } } - r.EncodeMapStart(yynn4306) - yynn4306 = 0 + r.EncodeMapStart(yynn4297) + yynn4297 = 0 } - if yyr4306 || yy2arr4306 { + if yyr4297 || yy2arr4297 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4306[0] { - yym4308 := z.EncBinary() - _ = yym4308 + if yyq4297[0] { + yym4299 := z.EncBinary() + _ = yym4299 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -53686,23 +53604,23 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4306[0] { + if yyq4297[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4309 := z.EncBinary() - _ = yym4309 + yym4300 := z.EncBinary() + _ = yym4300 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4306 || yy2arr4306 { + if yyr4297 || yy2arr4297 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4306[1] { - yym4311 := z.EncBinary() - _ = yym4311 + if yyq4297[1] { + yym4302 := z.EncBinary() + _ = yym4302 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -53711,54 +53629,54 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4306[1] { + if yyq4297[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4312 := z.EncBinary() - _ = yym4312 + yym4303 := z.EncBinary() + _ = yym4303 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4306 || yy2arr4306 { + if yyr4297 || yy2arr4297 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4306[2] { - yy4314 := &x.ListMeta - yym4315 := z.EncBinary() - _ = yym4315 + if yyq4297[2] { + yy4305 := &x.ListMeta + yym4306 := z.EncBinary() + _ = yym4306 if false { - } else if z.HasExtensions() && z.EncExt(yy4314) { + } else if z.HasExtensions() && z.EncExt(yy4305) { } else { - z.EncFallback(yy4314) + z.EncFallback(yy4305) } } else { r.EncodeNil() } } else { - if yyq4306[2] { + if yyq4297[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4316 := &x.ListMeta - yym4317 := z.EncBinary() - _ = yym4317 + yy4307 := &x.ListMeta + yym4308 := z.EncBinary() + _ = yym4308 if false { - } else if z.HasExtensions() && z.EncExt(yy4316) { + } else if z.HasExtensions() && z.EncExt(yy4307) { } else { - z.EncFallback(yy4316) + z.EncFallback(yy4307) } } } - if yyr4306 || yy2arr4306 { + if yyr4297 || yy2arr4297 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4319 := z.EncBinary() - _ = yym4319 + yym4310 := z.EncBinary() + _ = yym4310 if false { } else { h.encSliceSecret(([]Secret)(x.Items), e) @@ -53771,15 +53689,15 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4320 := z.EncBinary() - _ = yym4320 + yym4311 := z.EncBinary() + _ = yym4311 if false { } else { h.encSliceSecret(([]Secret)(x.Items), e) } } } - if yyr4306 || yy2arr4306 { + if yyr4297 || yy2arr4297 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -53792,25 +53710,25 @@ func (x *SecretList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4321 := z.DecBinary() - _ = yym4321 + yym4312 := z.DecBinary() + _ = yym4312 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4322 := r.ContainerType() - if yyct4322 == codecSelferValueTypeMap1234 { - yyl4322 := r.ReadMapStart() - if yyl4322 == 0 { + yyct4313 := r.ContainerType() + if yyct4313 == codecSelferValueTypeMap1234 { + yyl4313 := r.ReadMapStart() + if yyl4313 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4322, d) + x.codecDecodeSelfFromMap(yyl4313, d) } - } else if yyct4322 == codecSelferValueTypeArray1234 { - yyl4322 := r.ReadArrayStart() - if yyl4322 == 0 { + } else if yyct4313 == codecSelferValueTypeArray1234 { + yyl4313 := r.ReadArrayStart() + if yyl4313 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4322, d) + x.codecDecodeSelfFromArray(yyl4313, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -53822,12 +53740,12 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4323Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4323Slc - var yyhl4323 bool = l >= 0 - for yyj4323 := 0; ; yyj4323++ { - if yyhl4323 { - if yyj4323 >= l { + var yys4314Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4314Slc + var yyhl4314 bool = l >= 0 + for yyj4314 := 0; ; yyj4314++ { + if yyhl4314 { + if yyj4314 >= l { break } } else { @@ -53836,10 +53754,10 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4323Slc = r.DecodeBytes(yys4323Slc, true, true) - yys4323 := string(yys4323Slc) + yys4314Slc = r.DecodeBytes(yys4314Slc, true, true) + yys4314 := string(yys4314Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4323 { + switch yys4314 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -53856,31 +53774,31 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4326 := &x.ListMeta - yym4327 := z.DecBinary() - _ = yym4327 + yyv4317 := &x.ListMeta + yym4318 := z.DecBinary() + _ = yym4318 if false { - } else if z.HasExtensions() && z.DecExt(yyv4326) { + } else if z.HasExtensions() && z.DecExt(yyv4317) { } else { - z.DecFallback(yyv4326, false) + z.DecFallback(yyv4317, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4328 := &x.Items - yym4329 := z.DecBinary() - _ = yym4329 + yyv4319 := &x.Items + yym4320 := z.DecBinary() + _ = yym4320 if false { } else { - h.decSliceSecret((*[]Secret)(yyv4328), d) + h.decSliceSecret((*[]Secret)(yyv4319), d) } } default: - z.DecStructFieldNotFound(-1, yys4323) - } // end switch yys4323 - } // end for yyj4323 + z.DecStructFieldNotFound(-1, yys4314) + } // end switch yys4314 + } // end for yyj4314 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -53888,16 +53806,16 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4330 int - var yyb4330 bool - var yyhl4330 bool = l >= 0 - yyj4330++ - if yyhl4330 { - yyb4330 = yyj4330 > l + var yyj4321 int + var yyb4321 bool + var yyhl4321 bool = l >= 0 + yyj4321++ + if yyhl4321 { + yyb4321 = yyj4321 > l } else { - yyb4330 = r.CheckBreak() + yyb4321 = r.CheckBreak() } - if yyb4330 { + if yyb4321 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53907,13 +53825,13 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4330++ - if yyhl4330 { - yyb4330 = yyj4330 > l + yyj4321++ + if yyhl4321 { + yyb4321 = yyj4321 > l } else { - yyb4330 = r.CheckBreak() + yyb4321 = r.CheckBreak() } - if yyb4330 { + if yyb4321 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53923,13 +53841,13 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4330++ - if yyhl4330 { - yyb4330 = yyj4330 > l + yyj4321++ + if yyhl4321 { + yyb4321 = yyj4321 > l } else { - yyb4330 = r.CheckBreak() + yyb4321 = r.CheckBreak() } - if yyb4330 { + if yyb4321 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53937,22 +53855,22 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4333 := &x.ListMeta - yym4334 := z.DecBinary() - _ = yym4334 + yyv4324 := &x.ListMeta + yym4325 := z.DecBinary() + _ = yym4325 if false { - } else if z.HasExtensions() && z.DecExt(yyv4333) { + } else if z.HasExtensions() && z.DecExt(yyv4324) { } else { - z.DecFallback(yyv4333, false) + z.DecFallback(yyv4324, false) } } - yyj4330++ - if yyhl4330 { - yyb4330 = yyj4330 > l + yyj4321++ + if yyhl4321 { + yyb4321 = yyj4321 > l } else { - yyb4330 = r.CheckBreak() + yyb4321 = r.CheckBreak() } - if yyb4330 { + if yyb4321 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53960,26 +53878,26 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4335 := &x.Items - yym4336 := z.DecBinary() - _ = yym4336 + yyv4326 := &x.Items + yym4327 := z.DecBinary() + _ = yym4327 if false { } else { - h.decSliceSecret((*[]Secret)(yyv4335), d) + h.decSliceSecret((*[]Secret)(yyv4326), d) } } for { - yyj4330++ - if yyhl4330 { - yyb4330 = yyj4330 > l + yyj4321++ + if yyhl4321 { + yyb4321 = yyj4321 > l } else { - yyb4330 = r.CheckBreak() + yyb4321 = r.CheckBreak() } - if yyb4330 { + if yyb4321 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4330-1, "") + z.DecStructFieldNotFound(yyj4321-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -53991,38 +53909,38 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4337 := z.EncBinary() - _ = yym4337 + yym4328 := z.EncBinary() + _ = yym4328 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4338 := !z.EncBinary() - yy2arr4338 := z.EncBasicHandle().StructToArray - var yyq4338 [4]bool - _, _, _ = yysep4338, yyq4338, yy2arr4338 - const yyr4338 bool = false - yyq4338[0] = x.Kind != "" - yyq4338[1] = x.APIVersion != "" - yyq4338[2] = true - yyq4338[3] = len(x.Data) != 0 - var yynn4338 int - if yyr4338 || yy2arr4338 { + yysep4329 := !z.EncBinary() + yy2arr4329 := z.EncBasicHandle().StructToArray + var yyq4329 [4]bool + _, _, _ = yysep4329, yyq4329, yy2arr4329 + const yyr4329 bool = false + yyq4329[0] = x.Kind != "" + yyq4329[1] = x.APIVersion != "" + yyq4329[2] = true + yyq4329[3] = len(x.Data) != 0 + var yynn4329 int + if yyr4329 || yy2arr4329 { r.EncodeArrayStart(4) } else { - yynn4338 = 0 - for _, b := range yyq4338 { + yynn4329 = 0 + for _, b := range yyq4329 { if b { - yynn4338++ + yynn4329++ } } - r.EncodeMapStart(yynn4338) - yynn4338 = 0 + r.EncodeMapStart(yynn4329) + yynn4329 = 0 } - if yyr4338 || yy2arr4338 { + if yyr4329 || yy2arr4329 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4338[0] { - yym4340 := z.EncBinary() - _ = yym4340 + if yyq4329[0] { + yym4331 := z.EncBinary() + _ = yym4331 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -54031,23 +53949,23 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4338[0] { + if yyq4329[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4341 := z.EncBinary() - _ = yym4341 + yym4332 := z.EncBinary() + _ = yym4332 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4338 || yy2arr4338 { + if yyr4329 || yy2arr4329 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4338[1] { - yym4343 := z.EncBinary() - _ = yym4343 + if yyq4329[1] { + yym4334 := z.EncBinary() + _ = yym4334 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -54056,43 +53974,43 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4338[1] { + if yyq4329[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4344 := z.EncBinary() - _ = yym4344 + yym4335 := z.EncBinary() + _ = yym4335 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4338 || yy2arr4338 { + if yyr4329 || yy2arr4329 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4338[2] { - yy4346 := &x.ObjectMeta - yy4346.CodecEncodeSelf(e) + if yyq4329[2] { + yy4337 := &x.ObjectMeta + yy4337.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4338[2] { + if yyq4329[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4347 := &x.ObjectMeta - yy4347.CodecEncodeSelf(e) + yy4338 := &x.ObjectMeta + yy4338.CodecEncodeSelf(e) } } - if yyr4338 || yy2arr4338 { + if yyr4329 || yy2arr4329 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4338[3] { + if yyq4329[3] { if x.Data == nil { r.EncodeNil() } else { - yym4349 := z.EncBinary() - _ = yym4349 + yym4340 := z.EncBinary() + _ = yym4340 if false { } else { z.F.EncMapStringStringV(x.Data, false, e) @@ -54102,15 +54020,15 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4338[3] { + if yyq4329[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("data")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Data == nil { r.EncodeNil() } else { - yym4350 := z.EncBinary() - _ = yym4350 + yym4341 := z.EncBinary() + _ = yym4341 if false { } else { z.F.EncMapStringStringV(x.Data, false, e) @@ -54118,7 +54036,7 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4338 || yy2arr4338 { + if yyr4329 || yy2arr4329 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -54131,25 +54049,25 @@ func (x *ConfigMap) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4351 := z.DecBinary() - _ = yym4351 + yym4342 := z.DecBinary() + _ = yym4342 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4352 := r.ContainerType() - if yyct4352 == codecSelferValueTypeMap1234 { - yyl4352 := r.ReadMapStart() - if yyl4352 == 0 { + yyct4343 := r.ContainerType() + if yyct4343 == codecSelferValueTypeMap1234 { + yyl4343 := r.ReadMapStart() + if yyl4343 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4352, d) + x.codecDecodeSelfFromMap(yyl4343, d) } - } else if yyct4352 == codecSelferValueTypeArray1234 { - yyl4352 := r.ReadArrayStart() - if yyl4352 == 0 { + } else if yyct4343 == codecSelferValueTypeArray1234 { + yyl4343 := r.ReadArrayStart() + if yyl4343 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4352, d) + x.codecDecodeSelfFromArray(yyl4343, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -54161,12 +54079,12 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4353Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4353Slc - var yyhl4353 bool = l >= 0 - for yyj4353 := 0; ; yyj4353++ { - if yyhl4353 { - if yyj4353 >= l { + var yys4344Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4344Slc + var yyhl4344 bool = l >= 0 + for yyj4344 := 0; ; yyj4344++ { + if yyhl4344 { + if yyj4344 >= l { break } } else { @@ -54175,10 +54093,10 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4353Slc = r.DecodeBytes(yys4353Slc, true, true) - yys4353 := string(yys4353Slc) + yys4344Slc = r.DecodeBytes(yys4344Slc, true, true) + yys4344 := string(yys4344Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4353 { + switch yys4344 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -54195,25 +54113,25 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4356 := &x.ObjectMeta - yyv4356.CodecDecodeSelf(d) + yyv4347 := &x.ObjectMeta + yyv4347.CodecDecodeSelf(d) } case "data": if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4357 := &x.Data - yym4358 := z.DecBinary() - _ = yym4358 + yyv4348 := &x.Data + yym4349 := z.DecBinary() + _ = yym4349 if false { } else { - z.F.DecMapStringStringX(yyv4357, false, d) + z.F.DecMapStringStringX(yyv4348, false, d) } } default: - z.DecStructFieldNotFound(-1, yys4353) - } // end switch yys4353 - } // end for yyj4353 + z.DecStructFieldNotFound(-1, yys4344) + } // end switch yys4344 + } // end for yyj4344 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -54221,16 +54139,16 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4359 int - var yyb4359 bool - var yyhl4359 bool = l >= 0 - yyj4359++ - if yyhl4359 { - yyb4359 = yyj4359 > l + var yyj4350 int + var yyb4350 bool + var yyhl4350 bool = l >= 0 + yyj4350++ + if yyhl4350 { + yyb4350 = yyj4350 > l } else { - yyb4359 = r.CheckBreak() + yyb4350 = r.CheckBreak() } - if yyb4359 { + if yyb4350 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54240,13 +54158,13 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4359++ - if yyhl4359 { - yyb4359 = yyj4359 > l + yyj4350++ + if yyhl4350 { + yyb4350 = yyj4350 > l } else { - yyb4359 = r.CheckBreak() + yyb4350 = r.CheckBreak() } - if yyb4359 { + if yyb4350 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54256,13 +54174,13 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4359++ - if yyhl4359 { - yyb4359 = yyj4359 > l + yyj4350++ + if yyhl4350 { + yyb4350 = yyj4350 > l } else { - yyb4359 = r.CheckBreak() + yyb4350 = r.CheckBreak() } - if yyb4359 { + if yyb4350 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54270,16 +54188,16 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4362 := &x.ObjectMeta - yyv4362.CodecDecodeSelf(d) + yyv4353 := &x.ObjectMeta + yyv4353.CodecDecodeSelf(d) } - yyj4359++ - if yyhl4359 { - yyb4359 = yyj4359 > l + yyj4350++ + if yyhl4350 { + yyb4350 = yyj4350 > l } else { - yyb4359 = r.CheckBreak() + yyb4350 = r.CheckBreak() } - if yyb4359 { + if yyb4350 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54287,26 +54205,26 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4363 := &x.Data - yym4364 := z.DecBinary() - _ = yym4364 + yyv4354 := &x.Data + yym4355 := z.DecBinary() + _ = yym4355 if false { } else { - z.F.DecMapStringStringX(yyv4363, false, d) + z.F.DecMapStringStringX(yyv4354, false, d) } } for { - yyj4359++ - if yyhl4359 { - yyb4359 = yyj4359 > l + yyj4350++ + if yyhl4350 { + yyb4350 = yyj4350 > l } else { - yyb4359 = r.CheckBreak() + yyb4350 = r.CheckBreak() } - if yyb4359 { + if yyb4350 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4359-1, "") + z.DecStructFieldNotFound(yyj4350-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54318,37 +54236,37 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4365 := z.EncBinary() - _ = yym4365 + yym4356 := z.EncBinary() + _ = yym4356 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4366 := !z.EncBinary() - yy2arr4366 := z.EncBasicHandle().StructToArray - var yyq4366 [4]bool - _, _, _ = yysep4366, yyq4366, yy2arr4366 - const yyr4366 bool = false - yyq4366[0] = x.Kind != "" - yyq4366[1] = x.APIVersion != "" - yyq4366[2] = true - var yynn4366 int - if yyr4366 || yy2arr4366 { + yysep4357 := !z.EncBinary() + yy2arr4357 := z.EncBasicHandle().StructToArray + var yyq4357 [4]bool + _, _, _ = yysep4357, yyq4357, yy2arr4357 + const yyr4357 bool = false + yyq4357[0] = x.Kind != "" + yyq4357[1] = x.APIVersion != "" + yyq4357[2] = true + var yynn4357 int + if yyr4357 || yy2arr4357 { r.EncodeArrayStart(4) } else { - yynn4366 = 1 - for _, b := range yyq4366 { + yynn4357 = 1 + for _, b := range yyq4357 { if b { - yynn4366++ + yynn4357++ } } - r.EncodeMapStart(yynn4366) - yynn4366 = 0 + r.EncodeMapStart(yynn4357) + yynn4357 = 0 } - if yyr4366 || yy2arr4366 { + if yyr4357 || yy2arr4357 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4366[0] { - yym4368 := z.EncBinary() - _ = yym4368 + if yyq4357[0] { + yym4359 := z.EncBinary() + _ = yym4359 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -54357,23 +54275,23 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4366[0] { + if yyq4357[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4369 := z.EncBinary() - _ = yym4369 + yym4360 := z.EncBinary() + _ = yym4360 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4366 || yy2arr4366 { + if yyr4357 || yy2arr4357 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4366[1] { - yym4371 := z.EncBinary() - _ = yym4371 + if yyq4357[1] { + yym4362 := z.EncBinary() + _ = yym4362 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -54382,54 +54300,54 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4366[1] { + if yyq4357[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4372 := z.EncBinary() - _ = yym4372 + yym4363 := z.EncBinary() + _ = yym4363 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4366 || yy2arr4366 { + if yyr4357 || yy2arr4357 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4366[2] { - yy4374 := &x.ListMeta - yym4375 := z.EncBinary() - _ = yym4375 + if yyq4357[2] { + yy4365 := &x.ListMeta + yym4366 := z.EncBinary() + _ = yym4366 if false { - } else if z.HasExtensions() && z.EncExt(yy4374) { + } else if z.HasExtensions() && z.EncExt(yy4365) { } else { - z.EncFallback(yy4374) + z.EncFallback(yy4365) } } else { r.EncodeNil() } } else { - if yyq4366[2] { + if yyq4357[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4376 := &x.ListMeta - yym4377 := z.EncBinary() - _ = yym4377 + yy4367 := &x.ListMeta + yym4368 := z.EncBinary() + _ = yym4368 if false { - } else if z.HasExtensions() && z.EncExt(yy4376) { + } else if z.HasExtensions() && z.EncExt(yy4367) { } else { - z.EncFallback(yy4376) + z.EncFallback(yy4367) } } } - if yyr4366 || yy2arr4366 { + if yyr4357 || yy2arr4357 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4379 := z.EncBinary() - _ = yym4379 + yym4370 := z.EncBinary() + _ = yym4370 if false { } else { h.encSliceConfigMap(([]ConfigMap)(x.Items), e) @@ -54442,15 +54360,15 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4380 := z.EncBinary() - _ = yym4380 + yym4371 := z.EncBinary() + _ = yym4371 if false { } else { h.encSliceConfigMap(([]ConfigMap)(x.Items), e) } } } - if yyr4366 || yy2arr4366 { + if yyr4357 || yy2arr4357 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -54463,25 +54381,25 @@ func (x *ConfigMapList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4381 := z.DecBinary() - _ = yym4381 + yym4372 := z.DecBinary() + _ = yym4372 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4382 := r.ContainerType() - if yyct4382 == codecSelferValueTypeMap1234 { - yyl4382 := r.ReadMapStart() - if yyl4382 == 0 { + yyct4373 := r.ContainerType() + if yyct4373 == codecSelferValueTypeMap1234 { + yyl4373 := r.ReadMapStart() + if yyl4373 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4382, d) + x.codecDecodeSelfFromMap(yyl4373, d) } - } else if yyct4382 == codecSelferValueTypeArray1234 { - yyl4382 := r.ReadArrayStart() - if yyl4382 == 0 { + } else if yyct4373 == codecSelferValueTypeArray1234 { + yyl4373 := r.ReadArrayStart() + if yyl4373 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4382, d) + x.codecDecodeSelfFromArray(yyl4373, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -54493,12 +54411,12 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4383Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4383Slc - var yyhl4383 bool = l >= 0 - for yyj4383 := 0; ; yyj4383++ { - if yyhl4383 { - if yyj4383 >= l { + var yys4374Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4374Slc + var yyhl4374 bool = l >= 0 + for yyj4374 := 0; ; yyj4374++ { + if yyhl4374 { + if yyj4374 >= l { break } } else { @@ -54507,10 +54425,10 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4383Slc = r.DecodeBytes(yys4383Slc, true, true) - yys4383 := string(yys4383Slc) + yys4374Slc = r.DecodeBytes(yys4374Slc, true, true) + yys4374 := string(yys4374Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4383 { + switch yys4374 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -54527,31 +54445,31 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4386 := &x.ListMeta - yym4387 := z.DecBinary() - _ = yym4387 + yyv4377 := &x.ListMeta + yym4378 := z.DecBinary() + _ = yym4378 if false { - } else if z.HasExtensions() && z.DecExt(yyv4386) { + } else if z.HasExtensions() && z.DecExt(yyv4377) { } else { - z.DecFallback(yyv4386, false) + z.DecFallback(yyv4377, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4388 := &x.Items - yym4389 := z.DecBinary() - _ = yym4389 + yyv4379 := &x.Items + yym4380 := z.DecBinary() + _ = yym4380 if false { } else { - h.decSliceConfigMap((*[]ConfigMap)(yyv4388), d) + h.decSliceConfigMap((*[]ConfigMap)(yyv4379), d) } } default: - z.DecStructFieldNotFound(-1, yys4383) - } // end switch yys4383 - } // end for yyj4383 + z.DecStructFieldNotFound(-1, yys4374) + } // end switch yys4374 + } // end for yyj4374 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -54559,16 +54477,16 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4390 int - var yyb4390 bool - var yyhl4390 bool = l >= 0 - yyj4390++ - if yyhl4390 { - yyb4390 = yyj4390 > l + var yyj4381 int + var yyb4381 bool + var yyhl4381 bool = l >= 0 + yyj4381++ + if yyhl4381 { + yyb4381 = yyj4381 > l } else { - yyb4390 = r.CheckBreak() + yyb4381 = r.CheckBreak() } - if yyb4390 { + if yyb4381 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54578,13 +54496,13 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4390++ - if yyhl4390 { - yyb4390 = yyj4390 > l + yyj4381++ + if yyhl4381 { + yyb4381 = yyj4381 > l } else { - yyb4390 = r.CheckBreak() + yyb4381 = r.CheckBreak() } - if yyb4390 { + if yyb4381 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54594,13 +54512,13 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4390++ - if yyhl4390 { - yyb4390 = yyj4390 > l + yyj4381++ + if yyhl4381 { + yyb4381 = yyj4381 > l } else { - yyb4390 = r.CheckBreak() + yyb4381 = r.CheckBreak() } - if yyb4390 { + if yyb4381 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54608,22 +54526,22 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4393 := &x.ListMeta - yym4394 := z.DecBinary() - _ = yym4394 + yyv4384 := &x.ListMeta + yym4385 := z.DecBinary() + _ = yym4385 if false { - } else if z.HasExtensions() && z.DecExt(yyv4393) { + } else if z.HasExtensions() && z.DecExt(yyv4384) { } else { - z.DecFallback(yyv4393, false) + z.DecFallback(yyv4384, false) } } - yyj4390++ - if yyhl4390 { - yyb4390 = yyj4390 > l + yyj4381++ + if yyhl4381 { + yyb4381 = yyj4381 > l } else { - yyb4390 = r.CheckBreak() + yyb4381 = r.CheckBreak() } - if yyb4390 { + if yyb4381 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54631,26 +54549,26 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4395 := &x.Items - yym4396 := z.DecBinary() - _ = yym4396 + yyv4386 := &x.Items + yym4387 := z.DecBinary() + _ = yym4387 if false { } else { - h.decSliceConfigMap((*[]ConfigMap)(yyv4395), d) + h.decSliceConfigMap((*[]ConfigMap)(yyv4386), d) } } for { - yyj4390++ - if yyhl4390 { - yyb4390 = yyj4390 > l + yyj4381++ + if yyhl4381 { + yyb4381 = yyj4381 > l } else { - yyb4390 = r.CheckBreak() + yyb4381 = r.CheckBreak() } - if yyb4390 { + if yyb4381 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4390-1, "") + z.DecStructFieldNotFound(yyj4381-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54659,8 +54577,8 @@ func (x PatchType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4397 := z.EncBinary() - _ = yym4397 + yym4388 := z.EncBinary() + _ = yym4388 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -54672,8 +54590,8 @@ func (x *PatchType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4398 := z.DecBinary() - _ = yym4398 + yym4389 := z.DecBinary() + _ = yym4389 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -54685,8 +54603,8 @@ func (x ComponentConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4399 := z.EncBinary() - _ = yym4399 + yym4390 := z.EncBinary() + _ = yym4390 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -54698,8 +54616,8 @@ func (x *ComponentConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4400 := z.DecBinary() - _ = yym4400 + yym4391 := z.DecBinary() + _ = yym4391 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -54714,32 +54632,32 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4401 := z.EncBinary() - _ = yym4401 + yym4392 := z.EncBinary() + _ = yym4392 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4402 := !z.EncBinary() - yy2arr4402 := z.EncBasicHandle().StructToArray - var yyq4402 [4]bool - _, _, _ = yysep4402, yyq4402, yy2arr4402 - const yyr4402 bool = false - yyq4402[2] = x.Message != "" - yyq4402[3] = x.Error != "" - var yynn4402 int - if yyr4402 || yy2arr4402 { + yysep4393 := !z.EncBinary() + yy2arr4393 := z.EncBasicHandle().StructToArray + var yyq4393 [4]bool + _, _, _ = yysep4393, yyq4393, yy2arr4393 + const yyr4393 bool = false + yyq4393[2] = x.Message != "" + yyq4393[3] = x.Error != "" + var yynn4393 int + if yyr4393 || yy2arr4393 { r.EncodeArrayStart(4) } else { - yynn4402 = 2 - for _, b := range yyq4402 { + yynn4393 = 2 + for _, b := range yyq4393 { if b { - yynn4402++ + yynn4393++ } } - r.EncodeMapStart(yynn4402) - yynn4402 = 0 + r.EncodeMapStart(yynn4393) + yynn4393 = 0 } - if yyr4402 || yy2arr4402 { + if yyr4393 || yy2arr4393 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -54748,7 +54666,7 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr4402 || yy2arr4402 { + if yyr4393 || yy2arr4393 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -54757,11 +54675,11 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr4402 || yy2arr4402 { + if yyr4393 || yy2arr4393 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4402[2] { - yym4406 := z.EncBinary() - _ = yym4406 + if yyq4393[2] { + yym4397 := z.EncBinary() + _ = yym4397 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -54770,23 +54688,23 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4402[2] { + if yyq4393[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4407 := z.EncBinary() - _ = yym4407 + yym4398 := z.EncBinary() + _ = yym4398 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr4402 || yy2arr4402 { + if yyr4393 || yy2arr4393 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4402[3] { - yym4409 := z.EncBinary() - _ = yym4409 + if yyq4393[3] { + yym4400 := z.EncBinary() + _ = yym4400 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Error)) @@ -54795,19 +54713,19 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4402[3] { + if yyq4393[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("error")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4410 := z.EncBinary() - _ = yym4410 + yym4401 := z.EncBinary() + _ = yym4401 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Error)) } } } - if yyr4402 || yy2arr4402 { + if yyr4393 || yy2arr4393 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -54820,25 +54738,25 @@ func (x *ComponentCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4411 := z.DecBinary() - _ = yym4411 + yym4402 := z.DecBinary() + _ = yym4402 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4412 := r.ContainerType() - if yyct4412 == codecSelferValueTypeMap1234 { - yyl4412 := r.ReadMapStart() - if yyl4412 == 0 { + yyct4403 := r.ContainerType() + if yyct4403 == codecSelferValueTypeMap1234 { + yyl4403 := r.ReadMapStart() + if yyl4403 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4412, d) + x.codecDecodeSelfFromMap(yyl4403, d) } - } else if yyct4412 == codecSelferValueTypeArray1234 { - yyl4412 := r.ReadArrayStart() - if yyl4412 == 0 { + } else if yyct4403 == codecSelferValueTypeArray1234 { + yyl4403 := r.ReadArrayStart() + if yyl4403 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4412, d) + x.codecDecodeSelfFromArray(yyl4403, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -54850,12 +54768,12 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4413Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4413Slc - var yyhl4413 bool = l >= 0 - for yyj4413 := 0; ; yyj4413++ { - if yyhl4413 { - if yyj4413 >= l { + var yys4404Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4404Slc + var yyhl4404 bool = l >= 0 + for yyj4404 := 0; ; yyj4404++ { + if yyhl4404 { + if yyj4404 >= l { break } } else { @@ -54864,10 +54782,10 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4413Slc = r.DecodeBytes(yys4413Slc, true, true) - yys4413 := string(yys4413Slc) + yys4404Slc = r.DecodeBytes(yys4404Slc, true, true) + yys4404 := string(yys4404Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4413 { + switch yys4404 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -54893,9 +54811,9 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.Error = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys4413) - } // end switch yys4413 - } // end for yyj4413 + z.DecStructFieldNotFound(-1, yys4404) + } // end switch yys4404 + } // end for yyj4404 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -54903,16 +54821,16 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4418 int - var yyb4418 bool - var yyhl4418 bool = l >= 0 - yyj4418++ - if yyhl4418 { - yyb4418 = yyj4418 > l + var yyj4409 int + var yyb4409 bool + var yyhl4409 bool = l >= 0 + yyj4409++ + if yyhl4409 { + yyb4409 = yyj4409 > l } else { - yyb4418 = r.CheckBreak() + yyb4409 = r.CheckBreak() } - if yyb4418 { + if yyb4409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54922,13 +54840,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Type = ComponentConditionType(r.DecodeString()) } - yyj4418++ - if yyhl4418 { - yyb4418 = yyj4418 > l + yyj4409++ + if yyhl4409 { + yyb4409 = yyj4409 > l } else { - yyb4418 = r.CheckBreak() + yyb4409 = r.CheckBreak() } - if yyb4418 { + if yyb4409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54938,13 +54856,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj4418++ - if yyhl4418 { - yyb4418 = yyj4418 > l + yyj4409++ + if yyhl4409 { + yyb4409 = yyj4409 > l } else { - yyb4418 = r.CheckBreak() + yyb4409 = r.CheckBreak() } - if yyb4418 { + if yyb4409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54954,13 +54872,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Message = string(r.DecodeString()) } - yyj4418++ - if yyhl4418 { - yyb4418 = yyj4418 > l + yyj4409++ + if yyhl4409 { + yyb4409 = yyj4409 > l } else { - yyb4418 = r.CheckBreak() + yyb4409 = r.CheckBreak() } - if yyb4418 { + if yyb4409 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54971,17 +54889,17 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode x.Error = string(r.DecodeString()) } for { - yyj4418++ - if yyhl4418 { - yyb4418 = yyj4418 > l + yyj4409++ + if yyhl4409 { + yyb4409 = yyj4409 > l } else { - yyb4418 = r.CheckBreak() + yyb4409 = r.CheckBreak() } - if yyb4418 { + if yyb4409 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4418-1, "") + z.DecStructFieldNotFound(yyj4409-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54993,38 +54911,38 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4423 := z.EncBinary() - _ = yym4423 + yym4414 := z.EncBinary() + _ = yym4414 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4424 := !z.EncBinary() - yy2arr4424 := z.EncBasicHandle().StructToArray - var yyq4424 [4]bool - _, _, _ = yysep4424, yyq4424, yy2arr4424 - const yyr4424 bool = false - yyq4424[0] = x.Kind != "" - yyq4424[1] = x.APIVersion != "" - yyq4424[2] = true - yyq4424[3] = len(x.Conditions) != 0 - var yynn4424 int - if yyr4424 || yy2arr4424 { + yysep4415 := !z.EncBinary() + yy2arr4415 := z.EncBasicHandle().StructToArray + var yyq4415 [4]bool + _, _, _ = yysep4415, yyq4415, yy2arr4415 + const yyr4415 bool = false + yyq4415[0] = x.Kind != "" + yyq4415[1] = x.APIVersion != "" + yyq4415[2] = true + yyq4415[3] = len(x.Conditions) != 0 + var yynn4415 int + if yyr4415 || yy2arr4415 { r.EncodeArrayStart(4) } else { - yynn4424 = 0 - for _, b := range yyq4424 { + yynn4415 = 0 + for _, b := range yyq4415 { if b { - yynn4424++ + yynn4415++ } } - r.EncodeMapStart(yynn4424) - yynn4424 = 0 + r.EncodeMapStart(yynn4415) + yynn4415 = 0 } - if yyr4424 || yy2arr4424 { + if yyr4415 || yy2arr4415 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4424[0] { - yym4426 := z.EncBinary() - _ = yym4426 + if yyq4415[0] { + yym4417 := z.EncBinary() + _ = yym4417 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -55033,23 +54951,23 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4424[0] { + if yyq4415[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4427 := z.EncBinary() - _ = yym4427 + yym4418 := z.EncBinary() + _ = yym4418 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4424 || yy2arr4424 { + if yyr4415 || yy2arr4415 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4424[1] { - yym4429 := z.EncBinary() - _ = yym4429 + if yyq4415[1] { + yym4420 := z.EncBinary() + _ = yym4420 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -55058,43 +54976,43 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4424[1] { + if yyq4415[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4430 := z.EncBinary() - _ = yym4430 + yym4421 := z.EncBinary() + _ = yym4421 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4424 || yy2arr4424 { + if yyr4415 || yy2arr4415 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4424[2] { - yy4432 := &x.ObjectMeta - yy4432.CodecEncodeSelf(e) + if yyq4415[2] { + yy4423 := &x.ObjectMeta + yy4423.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4424[2] { + if yyq4415[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4433 := &x.ObjectMeta - yy4433.CodecEncodeSelf(e) + yy4424 := &x.ObjectMeta + yy4424.CodecEncodeSelf(e) } } - if yyr4424 || yy2arr4424 { + if yyr4415 || yy2arr4415 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4424[3] { + if yyq4415[3] { if x.Conditions == nil { r.EncodeNil() } else { - yym4435 := z.EncBinary() - _ = yym4435 + yym4426 := z.EncBinary() + _ = yym4426 if false { } else { h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) @@ -55104,15 +55022,15 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4424[3] { + if yyq4415[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym4436 := z.EncBinary() - _ = yym4436 + yym4427 := z.EncBinary() + _ = yym4427 if false { } else { h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) @@ -55120,7 +55038,7 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4424 || yy2arr4424 { + if yyr4415 || yy2arr4415 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -55133,25 +55051,25 @@ func (x *ComponentStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4437 := z.DecBinary() - _ = yym4437 + yym4428 := z.DecBinary() + _ = yym4428 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4438 := r.ContainerType() - if yyct4438 == codecSelferValueTypeMap1234 { - yyl4438 := r.ReadMapStart() - if yyl4438 == 0 { + yyct4429 := r.ContainerType() + if yyct4429 == codecSelferValueTypeMap1234 { + yyl4429 := r.ReadMapStart() + if yyl4429 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4438, d) + x.codecDecodeSelfFromMap(yyl4429, d) } - } else if yyct4438 == codecSelferValueTypeArray1234 { - yyl4438 := r.ReadArrayStart() - if yyl4438 == 0 { + } else if yyct4429 == codecSelferValueTypeArray1234 { + yyl4429 := r.ReadArrayStart() + if yyl4429 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4438, d) + x.codecDecodeSelfFromArray(yyl4429, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -55163,12 +55081,12 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4439Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4439Slc - var yyhl4439 bool = l >= 0 - for yyj4439 := 0; ; yyj4439++ { - if yyhl4439 { - if yyj4439 >= l { + var yys4430Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4430Slc + var yyhl4430 bool = l >= 0 + for yyj4430 := 0; ; yyj4430++ { + if yyhl4430 { + if yyj4430 >= l { break } } else { @@ -55177,10 +55095,10 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4439Slc = r.DecodeBytes(yys4439Slc, true, true) - yys4439 := string(yys4439Slc) + yys4430Slc = r.DecodeBytes(yys4430Slc, true, true) + yys4430 := string(yys4430Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4439 { + switch yys4430 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -55197,25 +55115,25 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4442 := &x.ObjectMeta - yyv4442.CodecDecodeSelf(d) + yyv4433 := &x.ObjectMeta + yyv4433.CodecDecodeSelf(d) } case "conditions": if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv4443 := &x.Conditions - yym4444 := z.DecBinary() - _ = yym4444 + yyv4434 := &x.Conditions + yym4435 := z.DecBinary() + _ = yym4435 if false { } else { - h.decSliceComponentCondition((*[]ComponentCondition)(yyv4443), d) + h.decSliceComponentCondition((*[]ComponentCondition)(yyv4434), d) } } default: - z.DecStructFieldNotFound(-1, yys4439) - } // end switch yys4439 - } // end for yyj4439 + z.DecStructFieldNotFound(-1, yys4430) + } // end switch yys4430 + } // end for yyj4430 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -55223,16 +55141,16 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4445 int - var yyb4445 bool - var yyhl4445 bool = l >= 0 - yyj4445++ - if yyhl4445 { - yyb4445 = yyj4445 > l + var yyj4436 int + var yyb4436 bool + var yyhl4436 bool = l >= 0 + yyj4436++ + if yyhl4436 { + yyb4436 = yyj4436 > l } else { - yyb4445 = r.CheckBreak() + yyb4436 = r.CheckBreak() } - if yyb4445 { + if yyb4436 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55242,13 +55160,13 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj4445++ - if yyhl4445 { - yyb4445 = yyj4445 > l + yyj4436++ + if yyhl4436 { + yyb4436 = yyj4436 > l } else { - yyb4445 = r.CheckBreak() + yyb4436 = r.CheckBreak() } - if yyb4445 { + if yyb4436 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55258,13 +55176,13 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj4445++ - if yyhl4445 { - yyb4445 = yyj4445 > l + yyj4436++ + if yyhl4436 { + yyb4436 = yyj4436 > l } else { - yyb4445 = r.CheckBreak() + yyb4436 = r.CheckBreak() } - if yyb4445 { + if yyb4436 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55272,16 +55190,16 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4448 := &x.ObjectMeta - yyv4448.CodecDecodeSelf(d) + yyv4439 := &x.ObjectMeta + yyv4439.CodecDecodeSelf(d) } - yyj4445++ - if yyhl4445 { - yyb4445 = yyj4445 > l + yyj4436++ + if yyhl4436 { + yyb4436 = yyj4436 > l } else { - yyb4445 = r.CheckBreak() + yyb4436 = r.CheckBreak() } - if yyb4445 { + if yyb4436 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55289,26 +55207,26 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv4449 := &x.Conditions - yym4450 := z.DecBinary() - _ = yym4450 + yyv4440 := &x.Conditions + yym4441 := z.DecBinary() + _ = yym4441 if false { } else { - h.decSliceComponentCondition((*[]ComponentCondition)(yyv4449), d) + h.decSliceComponentCondition((*[]ComponentCondition)(yyv4440), d) } } for { - yyj4445++ - if yyhl4445 { - yyb4445 = yyj4445 > l + yyj4436++ + if yyhl4436 { + yyb4436 = yyj4436 > l } else { - yyb4445 = r.CheckBreak() + yyb4436 = r.CheckBreak() } - if yyb4445 { + if yyb4436 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4445-1, "") + z.DecStructFieldNotFound(yyj4436-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55320,37 +55238,37 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4451 := z.EncBinary() - _ = yym4451 + yym4442 := z.EncBinary() + _ = yym4442 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4452 := !z.EncBinary() - yy2arr4452 := z.EncBasicHandle().StructToArray - var yyq4452 [4]bool - _, _, _ = yysep4452, yyq4452, yy2arr4452 - const yyr4452 bool = false - yyq4452[0] = x.Kind != "" - yyq4452[1] = x.APIVersion != "" - yyq4452[2] = true - var yynn4452 int - if yyr4452 || yy2arr4452 { + yysep4443 := !z.EncBinary() + yy2arr4443 := z.EncBasicHandle().StructToArray + var yyq4443 [4]bool + _, _, _ = yysep4443, yyq4443, yy2arr4443 + const yyr4443 bool = false + yyq4443[0] = x.Kind != "" + yyq4443[1] = x.APIVersion != "" + yyq4443[2] = true + var yynn4443 int + if yyr4443 || yy2arr4443 { r.EncodeArrayStart(4) } else { - yynn4452 = 1 - for _, b := range yyq4452 { + yynn4443 = 1 + for _, b := range yyq4443 { if b { - yynn4452++ + yynn4443++ } } - r.EncodeMapStart(yynn4452) - yynn4452 = 0 + r.EncodeMapStart(yynn4443) + yynn4443 = 0 } - if yyr4452 || yy2arr4452 { + if yyr4443 || yy2arr4443 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4452[0] { - yym4454 := z.EncBinary() - _ = yym4454 + if yyq4443[0] { + yym4445 := z.EncBinary() + _ = yym4445 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -55359,23 +55277,23 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4452[0] { + if yyq4443[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4455 := z.EncBinary() - _ = yym4455 + yym4446 := z.EncBinary() + _ = yym4446 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4452 || yy2arr4452 { + if yyr4443 || yy2arr4443 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4452[1] { - yym4457 := z.EncBinary() - _ = yym4457 + if yyq4443[1] { + yym4448 := z.EncBinary() + _ = yym4448 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -55384,54 +55302,54 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4452[1] { + if yyq4443[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4458 := z.EncBinary() - _ = yym4458 + yym4449 := z.EncBinary() + _ = yym4449 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4452 || yy2arr4452 { + if yyr4443 || yy2arr4443 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4452[2] { - yy4460 := &x.ListMeta - yym4461 := z.EncBinary() - _ = yym4461 + if yyq4443[2] { + yy4451 := &x.ListMeta + yym4452 := z.EncBinary() + _ = yym4452 if false { - } else if z.HasExtensions() && z.EncExt(yy4460) { + } else if z.HasExtensions() && z.EncExt(yy4451) { } else { - z.EncFallback(yy4460) + z.EncFallback(yy4451) } } else { r.EncodeNil() } } else { - if yyq4452[2] { + if yyq4443[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4462 := &x.ListMeta - yym4463 := z.EncBinary() - _ = yym4463 + yy4453 := &x.ListMeta + yym4454 := z.EncBinary() + _ = yym4454 if false { - } else if z.HasExtensions() && z.EncExt(yy4462) { + } else if z.HasExtensions() && z.EncExt(yy4453) { } else { - z.EncFallback(yy4462) + z.EncFallback(yy4453) } } } - if yyr4452 || yy2arr4452 { + if yyr4443 || yy2arr4443 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4465 := z.EncBinary() - _ = yym4465 + yym4456 := z.EncBinary() + _ = yym4456 if false { } else { h.encSliceComponentStatus(([]ComponentStatus)(x.Items), e) @@ -55444,15 +55362,15 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4466 := z.EncBinary() - _ = yym4466 + yym4457 := z.EncBinary() + _ = yym4457 if false { } else { h.encSliceComponentStatus(([]ComponentStatus)(x.Items), e) } } } - if yyr4452 || yy2arr4452 { + if yyr4443 || yy2arr4443 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -55465,25 +55383,25 @@ func (x *ComponentStatusList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4467 := z.DecBinary() - _ = yym4467 + yym4458 := z.DecBinary() + _ = yym4458 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4468 := r.ContainerType() - if yyct4468 == codecSelferValueTypeMap1234 { - yyl4468 := r.ReadMapStart() - if yyl4468 == 0 { + yyct4459 := r.ContainerType() + if yyct4459 == codecSelferValueTypeMap1234 { + yyl4459 := r.ReadMapStart() + if yyl4459 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4468, d) + x.codecDecodeSelfFromMap(yyl4459, d) } - } else if yyct4468 == codecSelferValueTypeArray1234 { - yyl4468 := r.ReadArrayStart() - if yyl4468 == 0 { + } else if yyct4459 == codecSelferValueTypeArray1234 { + yyl4459 := r.ReadArrayStart() + if yyl4459 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4468, d) + x.codecDecodeSelfFromArray(yyl4459, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -55495,12 +55413,12 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4469Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4469Slc - var yyhl4469 bool = l >= 0 - for yyj4469 := 0; ; yyj4469++ { - if yyhl4469 { - if yyj4469 >= l { + var yys4460Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4460Slc + var yyhl4460 bool = l >= 0 + for yyj4460 := 0; ; yyj4460++ { + if yyhl4460 { + if yyj4460 >= l { break } } else { @@ -55509,10 +55427,10 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4469Slc = r.DecodeBytes(yys4469Slc, true, true) - yys4469 := string(yys4469Slc) + yys4460Slc = r.DecodeBytes(yys4460Slc, true, true) + yys4460 := string(yys4460Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4469 { + switch yys4460 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -55529,31 +55447,31 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4472 := &x.ListMeta - yym4473 := z.DecBinary() - _ = yym4473 + yyv4463 := &x.ListMeta + yym4464 := z.DecBinary() + _ = yym4464 if false { - } else if z.HasExtensions() && z.DecExt(yyv4472) { + } else if z.HasExtensions() && z.DecExt(yyv4463) { } else { - z.DecFallback(yyv4472, false) + z.DecFallback(yyv4463, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4474 := &x.Items - yym4475 := z.DecBinary() - _ = yym4475 + yyv4465 := &x.Items + yym4466 := z.DecBinary() + _ = yym4466 if false { } else { - h.decSliceComponentStatus((*[]ComponentStatus)(yyv4474), d) + h.decSliceComponentStatus((*[]ComponentStatus)(yyv4465), d) } } default: - z.DecStructFieldNotFound(-1, yys4469) - } // end switch yys4469 - } // end for yyj4469 + z.DecStructFieldNotFound(-1, yys4460) + } // end switch yys4460 + } // end for yyj4460 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -55561,16 +55479,16 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4476 int - var yyb4476 bool - var yyhl4476 bool = l >= 0 - yyj4476++ - if yyhl4476 { - yyb4476 = yyj4476 > l + var yyj4467 int + var yyb4467 bool + var yyhl4467 bool = l >= 0 + yyj4467++ + if yyhl4467 { + yyb4467 = yyj4467 > l } else { - yyb4476 = r.CheckBreak() + yyb4467 = r.CheckBreak() } - if yyb4476 { + if yyb4467 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55580,13 +55498,13 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj4476++ - if yyhl4476 { - yyb4476 = yyj4476 > l + yyj4467++ + if yyhl4467 { + yyb4467 = yyj4467 > l } else { - yyb4476 = r.CheckBreak() + yyb4467 = r.CheckBreak() } - if yyb4476 { + if yyb4467 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55596,13 +55514,13 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj4476++ - if yyhl4476 { - yyb4476 = yyj4476 > l + yyj4467++ + if yyhl4467 { + yyb4467 = yyj4467 > l } else { - yyb4476 = r.CheckBreak() + yyb4467 = r.CheckBreak() } - if yyb4476 { + if yyb4467 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55610,22 +55528,22 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4479 := &x.ListMeta - yym4480 := z.DecBinary() - _ = yym4480 + yyv4470 := &x.ListMeta + yym4471 := z.DecBinary() + _ = yym4471 if false { - } else if z.HasExtensions() && z.DecExt(yyv4479) { + } else if z.HasExtensions() && z.DecExt(yyv4470) { } else { - z.DecFallback(yyv4479, false) + z.DecFallback(yyv4470, false) } } - yyj4476++ - if yyhl4476 { - yyb4476 = yyj4476 > l + yyj4467++ + if yyhl4467 { + yyb4467 = yyj4467 > l } else { - yyb4476 = r.CheckBreak() + yyb4467 = r.CheckBreak() } - if yyb4476 { + if yyb4467 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55633,26 +55551,26 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4481 := &x.Items - yym4482 := z.DecBinary() - _ = yym4482 + yyv4472 := &x.Items + yym4473 := z.DecBinary() + _ = yym4473 if false { } else { - h.decSliceComponentStatus((*[]ComponentStatus)(yyv4481), d) + h.decSliceComponentStatus((*[]ComponentStatus)(yyv4472), d) } } for { - yyj4476++ - if yyhl4476 { - yyb4476 = yyj4476 > l + yyj4467++ + if yyhl4467 { + yyb4467 = yyj4467 > l } else { - yyb4476 = r.CheckBreak() + yyb4467 = r.CheckBreak() } - if yyb4476 { + if yyb4467 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4476-1, "") + z.DecStructFieldNotFound(yyj4467-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55664,38 +55582,38 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4483 := z.EncBinary() - _ = yym4483 + yym4474 := z.EncBinary() + _ = yym4474 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4484 := !z.EncBinary() - yy2arr4484 := z.EncBasicHandle().StructToArray - var yyq4484 [6]bool - _, _, _ = yysep4484, yyq4484, yy2arr4484 - const yyr4484 bool = false - yyq4484[0] = x.Capabilities != nil - yyq4484[1] = x.Privileged != nil - yyq4484[2] = x.SELinuxOptions != nil - yyq4484[3] = x.RunAsUser != nil - yyq4484[4] = x.RunAsNonRoot != nil - yyq4484[5] = x.ReadOnlyRootFilesystem != nil - var yynn4484 int - if yyr4484 || yy2arr4484 { + yysep4475 := !z.EncBinary() + yy2arr4475 := z.EncBasicHandle().StructToArray + var yyq4475 [6]bool + _, _, _ = yysep4475, yyq4475, yy2arr4475 + const yyr4475 bool = false + yyq4475[0] = x.Capabilities != nil + yyq4475[1] = x.Privileged != nil + yyq4475[2] = x.SELinuxOptions != nil + yyq4475[3] = x.RunAsUser != nil + yyq4475[4] = x.RunAsNonRoot != nil + yyq4475[5] = x.ReadOnlyRootFilesystem != nil + var yynn4475 int + if yyr4475 || yy2arr4475 { r.EncodeArrayStart(6) } else { - yynn4484 = 0 - for _, b := range yyq4484 { + yynn4475 = 0 + for _, b := range yyq4475 { if b { - yynn4484++ + yynn4475++ } } - r.EncodeMapStart(yynn4484) - yynn4484 = 0 + r.EncodeMapStart(yynn4475) + yynn4475 = 0 } - if yyr4484 || yy2arr4484 { + if yyr4475 || yy2arr4475 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4484[0] { + if yyq4475[0] { if x.Capabilities == nil { r.EncodeNil() } else { @@ -55705,7 +55623,7 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4484[0] { + if yyq4475[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capabilities")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -55716,44 +55634,44 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4484 || yy2arr4484 { + if yyr4475 || yy2arr4475 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4484[1] { + if yyq4475[1] { if x.Privileged == nil { r.EncodeNil() } else { - yy4487 := *x.Privileged - yym4488 := z.EncBinary() - _ = yym4488 + yy4478 := *x.Privileged + yym4479 := z.EncBinary() + _ = yym4479 if false { } else { - r.EncodeBool(bool(yy4487)) + r.EncodeBool(bool(yy4478)) } } } else { r.EncodeNil() } } else { - if yyq4484[1] { + if yyq4475[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("privileged")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Privileged == nil { r.EncodeNil() } else { - yy4489 := *x.Privileged - yym4490 := z.EncBinary() - _ = yym4490 + yy4480 := *x.Privileged + yym4481 := z.EncBinary() + _ = yym4481 if false { } else { - r.EncodeBool(bool(yy4489)) + r.EncodeBool(bool(yy4480)) } } } } - if yyr4484 || yy2arr4484 { + if yyr4475 || yy2arr4475 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4484[2] { + if yyq4475[2] { if x.SELinuxOptions == nil { r.EncodeNil() } else { @@ -55763,7 +55681,7 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4484[2] { + if yyq4475[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("seLinuxOptions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -55774,112 +55692,112 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4484 || yy2arr4484 { + if yyr4475 || yy2arr4475 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4484[3] { + if yyq4475[3] { if x.RunAsUser == nil { r.EncodeNil() } else { - yy4493 := *x.RunAsUser - yym4494 := z.EncBinary() - _ = yym4494 + yy4484 := *x.RunAsUser + yym4485 := z.EncBinary() + _ = yym4485 if false { } else { - r.EncodeInt(int64(yy4493)) + r.EncodeInt(int64(yy4484)) } } } else { r.EncodeNil() } } else { - if yyq4484[3] { + if yyq4475[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsUser")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsUser == nil { r.EncodeNil() } else { - yy4495 := *x.RunAsUser - yym4496 := z.EncBinary() - _ = yym4496 + yy4486 := *x.RunAsUser + yym4487 := z.EncBinary() + _ = yym4487 if false { } else { - r.EncodeInt(int64(yy4495)) + r.EncodeInt(int64(yy4486)) } } } } - if yyr4484 || yy2arr4484 { + if yyr4475 || yy2arr4475 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4484[4] { + if yyq4475[4] { if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy4498 := *x.RunAsNonRoot - yym4499 := z.EncBinary() - _ = yym4499 + yy4489 := *x.RunAsNonRoot + yym4490 := z.EncBinary() + _ = yym4490 if false { } else { - r.EncodeBool(bool(yy4498)) + r.EncodeBool(bool(yy4489)) } } } else { r.EncodeNil() } } else { - if yyq4484[4] { + if yyq4475[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsNonRoot")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy4500 := *x.RunAsNonRoot - yym4501 := z.EncBinary() - _ = yym4501 + yy4491 := *x.RunAsNonRoot + yym4492 := z.EncBinary() + _ = yym4492 if false { } else { - r.EncodeBool(bool(yy4500)) + r.EncodeBool(bool(yy4491)) } } } } - if yyr4484 || yy2arr4484 { + if yyr4475 || yy2arr4475 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4484[5] { + if yyq4475[5] { if x.ReadOnlyRootFilesystem == nil { r.EncodeNil() } else { - yy4503 := *x.ReadOnlyRootFilesystem - yym4504 := z.EncBinary() - _ = yym4504 + yy4494 := *x.ReadOnlyRootFilesystem + yym4495 := z.EncBinary() + _ = yym4495 if false { } else { - r.EncodeBool(bool(yy4503)) + r.EncodeBool(bool(yy4494)) } } } else { r.EncodeNil() } } else { - if yyq4484[5] { + if yyq4475[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnlyRootFilesystem")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ReadOnlyRootFilesystem == nil { r.EncodeNil() } else { - yy4505 := *x.ReadOnlyRootFilesystem - yym4506 := z.EncBinary() - _ = yym4506 + yy4496 := *x.ReadOnlyRootFilesystem + yym4497 := z.EncBinary() + _ = yym4497 if false { } else { - r.EncodeBool(bool(yy4505)) + r.EncodeBool(bool(yy4496)) } } } } - if yyr4484 || yy2arr4484 { + if yyr4475 || yy2arr4475 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -55892,25 +55810,25 @@ func (x *SecurityContext) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4507 := z.DecBinary() - _ = yym4507 + yym4498 := z.DecBinary() + _ = yym4498 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4508 := r.ContainerType() - if yyct4508 == codecSelferValueTypeMap1234 { - yyl4508 := r.ReadMapStart() - if yyl4508 == 0 { + yyct4499 := r.ContainerType() + if yyct4499 == codecSelferValueTypeMap1234 { + yyl4499 := r.ReadMapStart() + if yyl4499 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4508, d) + x.codecDecodeSelfFromMap(yyl4499, d) } - } else if yyct4508 == codecSelferValueTypeArray1234 { - yyl4508 := r.ReadArrayStart() - if yyl4508 == 0 { + } else if yyct4499 == codecSelferValueTypeArray1234 { + yyl4499 := r.ReadArrayStart() + if yyl4499 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4508, d) + x.codecDecodeSelfFromArray(yyl4499, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -55922,12 +55840,12 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4509Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4509Slc - var yyhl4509 bool = l >= 0 - for yyj4509 := 0; ; yyj4509++ { - if yyhl4509 { - if yyj4509 >= l { + var yys4500Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4500Slc + var yyhl4500 bool = l >= 0 + for yyj4500 := 0; ; yyj4500++ { + if yyhl4500 { + if yyj4500 >= l { break } } else { @@ -55936,10 +55854,10 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4509Slc = r.DecodeBytes(yys4509Slc, true, true) - yys4509 := string(yys4509Slc) + yys4500Slc = r.DecodeBytes(yys4500Slc, true, true) + yys4500 := string(yys4500Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4509 { + switch yys4500 { case "capabilities": if r.TryDecodeAsNil() { if x.Capabilities != nil { @@ -55960,8 +55878,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Privileged == nil { x.Privileged = new(bool) } - yym4512 := z.DecBinary() - _ = yym4512 + yym4503 := z.DecBinary() + _ = yym4503 if false { } else { *((*bool)(x.Privileged)) = r.DecodeBool() @@ -55987,8 +55905,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym4515 := z.DecBinary() - _ = yym4515 + yym4506 := z.DecBinary() + _ = yym4506 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) @@ -56003,8 +55921,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym4517 := z.DecBinary() - _ = yym4517 + yym4508 := z.DecBinary() + _ = yym4508 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() @@ -56019,17 +55937,17 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.ReadOnlyRootFilesystem == nil { x.ReadOnlyRootFilesystem = new(bool) } - yym4519 := z.DecBinary() - _ = yym4519 + yym4510 := z.DecBinary() + _ = yym4510 if false { } else { *((*bool)(x.ReadOnlyRootFilesystem)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys4509) - } // end switch yys4509 - } // end for yyj4509 + z.DecStructFieldNotFound(-1, yys4500) + } // end switch yys4500 + } // end for yyj4500 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -56037,16 +55955,16 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4520 int - var yyb4520 bool - var yyhl4520 bool = l >= 0 - yyj4520++ - if yyhl4520 { - yyb4520 = yyj4520 > l + var yyj4511 int + var yyb4511 bool + var yyhl4511 bool = l >= 0 + yyj4511++ + if yyhl4511 { + yyb4511 = yyj4511 > l } else { - yyb4520 = r.CheckBreak() + yyb4511 = r.CheckBreak() } - if yyb4520 { + if yyb4511 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56061,13 +55979,13 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.Capabilities.CodecDecodeSelf(d) } - yyj4520++ - if yyhl4520 { - yyb4520 = yyj4520 > l + yyj4511++ + if yyhl4511 { + yyb4511 = yyj4511 > l } else { - yyb4520 = r.CheckBreak() + yyb4511 = r.CheckBreak() } - if yyb4520 { + if yyb4511 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56080,20 +55998,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.Privileged == nil { x.Privileged = new(bool) } - yym4523 := z.DecBinary() - _ = yym4523 + yym4514 := z.DecBinary() + _ = yym4514 if false { } else { *((*bool)(x.Privileged)) = r.DecodeBool() } } - yyj4520++ - if yyhl4520 { - yyb4520 = yyj4520 > l + yyj4511++ + if yyhl4511 { + yyb4511 = yyj4511 > l } else { - yyb4520 = r.CheckBreak() + yyb4511 = r.CheckBreak() } - if yyb4520 { + if yyb4511 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56108,13 +56026,13 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.SELinuxOptions.CodecDecodeSelf(d) } - yyj4520++ - if yyhl4520 { - yyb4520 = yyj4520 > l + yyj4511++ + if yyhl4511 { + yyb4511 = yyj4511 > l } else { - yyb4520 = r.CheckBreak() + yyb4511 = r.CheckBreak() } - if yyb4520 { + if yyb4511 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56127,20 +56045,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym4526 := z.DecBinary() - _ = yym4526 + yym4517 := z.DecBinary() + _ = yym4517 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) } } - yyj4520++ - if yyhl4520 { - yyb4520 = yyj4520 > l + yyj4511++ + if yyhl4511 { + yyb4511 = yyj4511 > l } else { - yyb4520 = r.CheckBreak() + yyb4511 = r.CheckBreak() } - if yyb4520 { + if yyb4511 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56153,20 +56071,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym4528 := z.DecBinary() - _ = yym4528 + yym4519 := z.DecBinary() + _ = yym4519 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() } } - yyj4520++ - if yyhl4520 { - yyb4520 = yyj4520 > l + yyj4511++ + if yyhl4511 { + yyb4511 = yyj4511 > l } else { - yyb4520 = r.CheckBreak() + yyb4511 = r.CheckBreak() } - if yyb4520 { + if yyb4511 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56179,25 +56097,25 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.ReadOnlyRootFilesystem == nil { x.ReadOnlyRootFilesystem = new(bool) } - yym4530 := z.DecBinary() - _ = yym4530 + yym4521 := z.DecBinary() + _ = yym4521 if false { } else { *((*bool)(x.ReadOnlyRootFilesystem)) = r.DecodeBool() } } for { - yyj4520++ - if yyhl4520 { - yyb4520 = yyj4520 > l + yyj4511++ + if yyhl4511 { + yyb4511 = yyj4511 > l } else { - yyb4520 = r.CheckBreak() + yyb4511 = r.CheckBreak() } - if yyb4520 { + if yyb4511 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4520-1, "") + z.DecStructFieldNotFound(yyj4511-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56209,38 +56127,38 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4531 := z.EncBinary() - _ = yym4531 + yym4522 := z.EncBinary() + _ = yym4522 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4532 := !z.EncBinary() - yy2arr4532 := z.EncBasicHandle().StructToArray - var yyq4532 [4]bool - _, _, _ = yysep4532, yyq4532, yy2arr4532 - const yyr4532 bool = false - yyq4532[0] = x.User != "" - yyq4532[1] = x.Role != "" - yyq4532[2] = x.Type != "" - yyq4532[3] = x.Level != "" - var yynn4532 int - if yyr4532 || yy2arr4532 { + yysep4523 := !z.EncBinary() + yy2arr4523 := z.EncBasicHandle().StructToArray + var yyq4523 [4]bool + _, _, _ = yysep4523, yyq4523, yy2arr4523 + const yyr4523 bool = false + yyq4523[0] = x.User != "" + yyq4523[1] = x.Role != "" + yyq4523[2] = x.Type != "" + yyq4523[3] = x.Level != "" + var yynn4523 int + if yyr4523 || yy2arr4523 { r.EncodeArrayStart(4) } else { - yynn4532 = 0 - for _, b := range yyq4532 { + yynn4523 = 0 + for _, b := range yyq4523 { if b { - yynn4532++ + yynn4523++ } } - r.EncodeMapStart(yynn4532) - yynn4532 = 0 + r.EncodeMapStart(yynn4523) + yynn4523 = 0 } - if yyr4532 || yy2arr4532 { + if yyr4523 || yy2arr4523 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4532[0] { - yym4534 := z.EncBinary() - _ = yym4534 + if yyq4523[0] { + yym4525 := z.EncBinary() + _ = yym4525 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) @@ -56249,94 +56167,94 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4532[0] { + if yyq4523[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("user")) z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4526 := z.EncBinary() + _ = yym4526 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.User)) + } + } + } + if yyr4523 || yy2arr4523 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4523[1] { + yym4528 := z.EncBinary() + _ = yym4528 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Role)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4523[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("role")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4529 := z.EncBinary() + _ = yym4529 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Role)) + } + } + } + if yyr4523 || yy2arr4523 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4523[2] { + yym4531 := z.EncBinary() + _ = yym4531 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Type)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4523[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("type")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4532 := z.EncBinary() + _ = yym4532 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Type)) + } + } + } + if yyr4523 || yy2arr4523 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4523[3] { + yym4534 := z.EncBinary() + _ = yym4534 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Level)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4523[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("level")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) yym4535 := z.EncBinary() _ = yym4535 if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.User)) - } - } - } - if yyr4532 || yy2arr4532 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4532[1] { - yym4537 := z.EncBinary() - _ = yym4537 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Role)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4532[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("role")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4538 := z.EncBinary() - _ = yym4538 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Role)) - } - } - } - if yyr4532 || yy2arr4532 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4532[2] { - yym4540 := z.EncBinary() - _ = yym4540 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Type)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4532[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("type")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4541 := z.EncBinary() - _ = yym4541 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Type)) - } - } - } - if yyr4532 || yy2arr4532 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4532[3] { - yym4543 := z.EncBinary() - _ = yym4543 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Level)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4532[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("level")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4544 := z.EncBinary() - _ = yym4544 - if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Level)) } } } - if yyr4532 || yy2arr4532 { + if yyr4523 || yy2arr4523 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -56349,25 +56267,25 @@ func (x *SELinuxOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4545 := z.DecBinary() - _ = yym4545 + yym4536 := z.DecBinary() + _ = yym4536 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4546 := r.ContainerType() - if yyct4546 == codecSelferValueTypeMap1234 { - yyl4546 := r.ReadMapStart() - if yyl4546 == 0 { + yyct4537 := r.ContainerType() + if yyct4537 == codecSelferValueTypeMap1234 { + yyl4537 := r.ReadMapStart() + if yyl4537 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4546, d) + x.codecDecodeSelfFromMap(yyl4537, d) } - } else if yyct4546 == codecSelferValueTypeArray1234 { - yyl4546 := r.ReadArrayStart() - if yyl4546 == 0 { + } else if yyct4537 == codecSelferValueTypeArray1234 { + yyl4537 := r.ReadArrayStart() + if yyl4537 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4546, d) + x.codecDecodeSelfFromArray(yyl4537, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -56379,12 +56297,12 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4547Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4547Slc - var yyhl4547 bool = l >= 0 - for yyj4547 := 0; ; yyj4547++ { - if yyhl4547 { - if yyj4547 >= l { + var yys4538Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4538Slc + var yyhl4538 bool = l >= 0 + for yyj4538 := 0; ; yyj4538++ { + if yyhl4538 { + if yyj4538 >= l { break } } else { @@ -56393,10 +56311,10 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4547Slc = r.DecodeBytes(yys4547Slc, true, true) - yys4547 := string(yys4547Slc) + yys4538Slc = r.DecodeBytes(yys4538Slc, true, true) + yys4538 := string(yys4538Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4547 { + switch yys4538 { case "user": if r.TryDecodeAsNil() { x.User = "" @@ -56422,9 +56340,9 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Level = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys4547) - } // end switch yys4547 - } // end for yyj4547 + z.DecStructFieldNotFound(-1, yys4538) + } // end switch yys4538 + } // end for yyj4538 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -56432,16 +56350,16 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4552 int - var yyb4552 bool - var yyhl4552 bool = l >= 0 - yyj4552++ - if yyhl4552 { - yyb4552 = yyj4552 > l + var yyj4543 int + var yyb4543 bool + var yyhl4543 bool = l >= 0 + yyj4543++ + if yyhl4543 { + yyb4543 = yyj4543 > l } else { - yyb4552 = r.CheckBreak() + yyb4543 = r.CheckBreak() } - if yyb4552 { + if yyb4543 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56451,13 +56369,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.User = string(r.DecodeString()) } - yyj4552++ - if yyhl4552 { - yyb4552 = yyj4552 > l + yyj4543++ + if yyhl4543 { + yyb4543 = yyj4543 > l } else { - yyb4552 = r.CheckBreak() + yyb4543 = r.CheckBreak() } - if yyb4552 { + if yyb4543 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56467,13 +56385,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Role = string(r.DecodeString()) } - yyj4552++ - if yyhl4552 { - yyb4552 = yyj4552 > l + yyj4543++ + if yyhl4543 { + yyb4543 = yyj4543 > l } else { - yyb4552 = r.CheckBreak() + yyb4543 = r.CheckBreak() } - if yyb4552 { + if yyb4543 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56483,13 +56401,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = string(r.DecodeString()) } - yyj4552++ - if yyhl4552 { - yyb4552 = yyj4552 > l + yyj4543++ + if yyhl4543 { + yyb4543 = yyj4543 > l } else { - yyb4552 = r.CheckBreak() + yyb4543 = r.CheckBreak() } - if yyb4552 { + if yyb4543 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56500,17 +56418,17 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Level = string(r.DecodeString()) } for { - yyj4552++ - if yyhl4552 { - yyb4552 = yyj4552 > l + yyj4543++ + if yyhl4543 { + yyb4543 = yyj4543 > l } else { - yyb4552 = r.CheckBreak() + yyb4543 = r.CheckBreak() } - if yyb4552 { + if yyb4543 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4552-1, "") + z.DecStructFieldNotFound(yyj4543-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56522,37 +56440,37 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4557 := z.EncBinary() - _ = yym4557 + yym4548 := z.EncBinary() + _ = yym4548 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4558 := !z.EncBinary() - yy2arr4558 := z.EncBasicHandle().StructToArray - var yyq4558 [5]bool - _, _, _ = yysep4558, yyq4558, yy2arr4558 - const yyr4558 bool = false - yyq4558[0] = x.Kind != "" - yyq4558[1] = x.APIVersion != "" - yyq4558[2] = true - var yynn4558 int - if yyr4558 || yy2arr4558 { + yysep4549 := !z.EncBinary() + yy2arr4549 := z.EncBasicHandle().StructToArray + var yyq4549 [5]bool + _, _, _ = yysep4549, yyq4549, yy2arr4549 + const yyr4549 bool = false + yyq4549[0] = x.Kind != "" + yyq4549[1] = x.APIVersion != "" + yyq4549[2] = true + var yynn4549 int + if yyr4549 || yy2arr4549 { r.EncodeArrayStart(5) } else { - yynn4558 = 2 - for _, b := range yyq4558 { + yynn4549 = 2 + for _, b := range yyq4549 { if b { - yynn4558++ + yynn4549++ } } - r.EncodeMapStart(yynn4558) - yynn4558 = 0 + r.EncodeMapStart(yynn4549) + yynn4549 = 0 } - if yyr4558 || yy2arr4558 { + if yyr4549 || yy2arr4549 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4558[0] { - yym4560 := z.EncBinary() - _ = yym4560 + if yyq4549[0] { + yym4551 := z.EncBinary() + _ = yym4551 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -56561,23 +56479,23 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4558[0] { + if yyq4549[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4561 := z.EncBinary() - _ = yym4561 + yym4552 := z.EncBinary() + _ = yym4552 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4558 || yy2arr4558 { + if yyr4549 || yy2arr4549 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4558[1] { - yym4563 := z.EncBinary() - _ = yym4563 + if yyq4549[1] { + yym4554 := z.EncBinary() + _ = yym4554 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -56586,39 +56504,39 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4558[1] { + if yyq4549[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4564 := z.EncBinary() - _ = yym4564 + yym4555 := z.EncBinary() + _ = yym4555 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4558 || yy2arr4558 { + if yyr4549 || yy2arr4549 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4558[2] { - yy4566 := &x.ObjectMeta - yy4566.CodecEncodeSelf(e) + if yyq4549[2] { + yy4557 := &x.ObjectMeta + yy4557.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4558[2] { + if yyq4549[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4567 := &x.ObjectMeta - yy4567.CodecEncodeSelf(e) + yy4558 := &x.ObjectMeta + yy4558.CodecEncodeSelf(e) } } - if yyr4558 || yy2arr4558 { + if yyr4549 || yy2arr4549 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym4569 := z.EncBinary() - _ = yym4569 + yym4560 := z.EncBinary() + _ = yym4560 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Range)) @@ -56627,20 +56545,20 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("range")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4570 := z.EncBinary() - _ = yym4570 + yym4561 := z.EncBinary() + _ = yym4561 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Range)) } } - if yyr4558 || yy2arr4558 { + if yyr4549 || yy2arr4549 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Data == nil { r.EncodeNil() } else { - yym4572 := z.EncBinary() - _ = yym4572 + yym4563 := z.EncBinary() + _ = yym4563 if false { } else { r.EncodeStringBytes(codecSelferC_RAW1234, []byte(x.Data)) @@ -56653,15 +56571,15 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { if x.Data == nil { r.EncodeNil() } else { - yym4573 := z.EncBinary() - _ = yym4573 + yym4564 := z.EncBinary() + _ = yym4564 if false { } else { r.EncodeStringBytes(codecSelferC_RAW1234, []byte(x.Data)) } } } - if yyr4558 || yy2arr4558 { + if yyr4549 || yy2arr4549 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -56674,25 +56592,25 @@ func (x *RangeAllocation) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4574 := z.DecBinary() - _ = yym4574 + yym4565 := z.DecBinary() + _ = yym4565 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4575 := r.ContainerType() - if yyct4575 == codecSelferValueTypeMap1234 { - yyl4575 := r.ReadMapStart() - if yyl4575 == 0 { + yyct4566 := r.ContainerType() + if yyct4566 == codecSelferValueTypeMap1234 { + yyl4566 := r.ReadMapStart() + if yyl4566 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4575, d) + x.codecDecodeSelfFromMap(yyl4566, d) } - } else if yyct4575 == codecSelferValueTypeArray1234 { - yyl4575 := r.ReadArrayStart() - if yyl4575 == 0 { + } else if yyct4566 == codecSelferValueTypeArray1234 { + yyl4566 := r.ReadArrayStart() + if yyl4566 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4575, d) + x.codecDecodeSelfFromArray(yyl4566, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -56704,12 +56622,12 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4576Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4576Slc - var yyhl4576 bool = l >= 0 - for yyj4576 := 0; ; yyj4576++ { - if yyhl4576 { - if yyj4576 >= l { + var yys4567Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4567Slc + var yyhl4567 bool = l >= 0 + for yyj4567 := 0; ; yyj4567++ { + if yyhl4567 { + if yyj4567 >= l { break } } else { @@ -56718,10 +56636,10 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4576Slc = r.DecodeBytes(yys4576Slc, true, true) - yys4576 := string(yys4576Slc) + yys4567Slc = r.DecodeBytes(yys4567Slc, true, true) + yys4567 := string(yys4567Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4576 { + switch yys4567 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -56738,8 +56656,8 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4579 := &x.ObjectMeta - yyv4579.CodecDecodeSelf(d) + yyv4570 := &x.ObjectMeta + yyv4570.CodecDecodeSelf(d) } case "range": if r.TryDecodeAsNil() { @@ -56751,18 +56669,18 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4581 := &x.Data - yym4582 := z.DecBinary() - _ = yym4582 + yyv4572 := &x.Data + yym4573 := z.DecBinary() + _ = yym4573 if false { } else { - *yyv4581 = r.DecodeBytes(*(*[]byte)(yyv4581), false, false) + *yyv4572 = r.DecodeBytes(*(*[]byte)(yyv4572), false, false) } } default: - z.DecStructFieldNotFound(-1, yys4576) - } // end switch yys4576 - } // end for yyj4576 + z.DecStructFieldNotFound(-1, yys4567) + } // end switch yys4567 + } // end for yyj4567 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -56770,16 +56688,16 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4583 int - var yyb4583 bool - var yyhl4583 bool = l >= 0 - yyj4583++ - if yyhl4583 { - yyb4583 = yyj4583 > l + var yyj4574 int + var yyb4574 bool + var yyhl4574 bool = l >= 0 + yyj4574++ + if yyhl4574 { + yyb4574 = yyj4574 > l } else { - yyb4583 = r.CheckBreak() + yyb4574 = r.CheckBreak() } - if yyb4583 { + if yyb4574 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56789,13 +56707,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj4583++ - if yyhl4583 { - yyb4583 = yyj4583 > l + yyj4574++ + if yyhl4574 { + yyb4574 = yyj4574 > l } else { - yyb4583 = r.CheckBreak() + yyb4574 = r.CheckBreak() } - if yyb4583 { + if yyb4574 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56805,13 +56723,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj4583++ - if yyhl4583 { - yyb4583 = yyj4583 > l + yyj4574++ + if yyhl4574 { + yyb4574 = yyj4574 > l } else { - yyb4583 = r.CheckBreak() + yyb4574 = r.CheckBreak() } - if yyb4583 { + if yyb4574 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56819,16 +56737,16 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4586 := &x.ObjectMeta - yyv4586.CodecDecodeSelf(d) + yyv4577 := &x.ObjectMeta + yyv4577.CodecDecodeSelf(d) } - yyj4583++ - if yyhl4583 { - yyb4583 = yyj4583 > l + yyj4574++ + if yyhl4574 { + yyb4574 = yyj4574 > l } else { - yyb4583 = r.CheckBreak() + yyb4574 = r.CheckBreak() } - if yyb4583 { + if yyb4574 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56838,13 +56756,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Range = string(r.DecodeString()) } - yyj4583++ - if yyhl4583 { - yyb4583 = yyj4583 > l + yyj4574++ + if yyhl4574 { + yyb4574 = yyj4574 > l } else { - yyb4583 = r.CheckBreak() + yyb4574 = r.CheckBreak() } - if yyb4583 { + if yyb4574 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56852,26 +56770,26 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4588 := &x.Data - yym4589 := z.DecBinary() - _ = yym4589 + yyv4579 := &x.Data + yym4580 := z.DecBinary() + _ = yym4580 if false { } else { - *yyv4588 = r.DecodeBytes(*(*[]byte)(yyv4588), false, false) + *yyv4579 = r.DecodeBytes(*(*[]byte)(yyv4579), false, false) } } for { - yyj4583++ - if yyhl4583 { - yyb4583 = yyj4583 > l + yyj4574++ + if yyhl4574 { + yyb4574 = yyj4574 > l } else { - yyb4583 = r.CheckBreak() + yyb4574 = r.CheckBreak() } - if yyb4583 { + if yyb4574 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4583-1, "") + z.DecStructFieldNotFound(yyj4574-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56881,10 +56799,10 @@ func (x codecSelfer1234) encSliceOwnerReference(v []OwnerReference, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4590 := range v { + for _, yyv4581 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4591 := &yyv4590 - yy4591.CodecEncodeSelf(e) + yy4582 := &yyv4581 + yy4582.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56894,83 +56812,83 @@ func (x codecSelfer1234) decSliceOwnerReference(v *[]OwnerReference, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4592 := *v - yyh4592, yyl4592 := z.DecSliceHelperStart() - var yyc4592 bool - if yyl4592 == 0 { - if yyv4592 == nil { - yyv4592 = []OwnerReference{} - yyc4592 = true - } else if len(yyv4592) != 0 { - yyv4592 = yyv4592[:0] - yyc4592 = true + yyv4583 := *v + yyh4583, yyl4583 := z.DecSliceHelperStart() + var yyc4583 bool + if yyl4583 == 0 { + if yyv4583 == nil { + yyv4583 = []OwnerReference{} + yyc4583 = true + } else if len(yyv4583) != 0 { + yyv4583 = yyv4583[:0] + yyc4583 = true } - } else if yyl4592 > 0 { - var yyrr4592, yyrl4592 int - var yyrt4592 bool - if yyl4592 > cap(yyv4592) { + } else if yyl4583 > 0 { + var yyrr4583, yyrl4583 int + var yyrt4583 bool + if yyl4583 > cap(yyv4583) { - yyrg4592 := len(yyv4592) > 0 - yyv24592 := yyv4592 - yyrl4592, yyrt4592 = z.DecInferLen(yyl4592, z.DecBasicHandle().MaxInitLen, 72) - if yyrt4592 { - if yyrl4592 <= cap(yyv4592) { - yyv4592 = yyv4592[:yyrl4592] + yyrg4583 := len(yyv4583) > 0 + yyv24583 := yyv4583 + yyrl4583, yyrt4583 = z.DecInferLen(yyl4583, z.DecBasicHandle().MaxInitLen, 72) + if yyrt4583 { + if yyrl4583 <= cap(yyv4583) { + yyv4583 = yyv4583[:yyrl4583] } else { - yyv4592 = make([]OwnerReference, yyrl4592) + yyv4583 = make([]OwnerReference, yyrl4583) } } else { - yyv4592 = make([]OwnerReference, yyrl4592) + yyv4583 = make([]OwnerReference, yyrl4583) } - yyc4592 = true - yyrr4592 = len(yyv4592) - if yyrg4592 { - copy(yyv4592, yyv24592) + yyc4583 = true + yyrr4583 = len(yyv4583) + if yyrg4583 { + copy(yyv4583, yyv24583) } - } else if yyl4592 != len(yyv4592) { - yyv4592 = yyv4592[:yyl4592] - yyc4592 = true + } else if yyl4583 != len(yyv4583) { + yyv4583 = yyv4583[:yyl4583] + yyc4583 = true } - yyj4592 := 0 - for ; yyj4592 < yyrr4592; yyj4592++ { - yyh4592.ElemContainerState(yyj4592) + yyj4583 := 0 + for ; yyj4583 < yyrr4583; yyj4583++ { + yyh4583.ElemContainerState(yyj4583) if r.TryDecodeAsNil() { - yyv4592[yyj4592] = OwnerReference{} + yyv4583[yyj4583] = OwnerReference{} } else { - yyv4593 := &yyv4592[yyj4592] - yyv4593.CodecDecodeSelf(d) + yyv4584 := &yyv4583[yyj4583] + yyv4584.CodecDecodeSelf(d) } } - if yyrt4592 { - for ; yyj4592 < yyl4592; yyj4592++ { - yyv4592 = append(yyv4592, OwnerReference{}) - yyh4592.ElemContainerState(yyj4592) + if yyrt4583 { + for ; yyj4583 < yyl4583; yyj4583++ { + yyv4583 = append(yyv4583, OwnerReference{}) + yyh4583.ElemContainerState(yyj4583) if r.TryDecodeAsNil() { - yyv4592[yyj4592] = OwnerReference{} + yyv4583[yyj4583] = OwnerReference{} } else { - yyv4594 := &yyv4592[yyj4592] - yyv4594.CodecDecodeSelf(d) + yyv4585 := &yyv4583[yyj4583] + yyv4585.CodecDecodeSelf(d) } } } } else { - yyj4592 := 0 - for ; !r.CheckBreak(); yyj4592++ { + yyj4583 := 0 + for ; !r.CheckBreak(); yyj4583++ { - if yyj4592 >= len(yyv4592) { - yyv4592 = append(yyv4592, OwnerReference{}) // var yyz4592 OwnerReference - yyc4592 = true + if yyj4583 >= len(yyv4583) { + yyv4583 = append(yyv4583, OwnerReference{}) // var yyz4583 OwnerReference + yyc4583 = true } - yyh4592.ElemContainerState(yyj4592) - if yyj4592 < len(yyv4592) { + yyh4583.ElemContainerState(yyj4583) + if yyj4583 < len(yyv4583) { if r.TryDecodeAsNil() { - yyv4592[yyj4592] = OwnerReference{} + yyv4583[yyj4583] = OwnerReference{} } else { - yyv4595 := &yyv4592[yyj4592] - yyv4595.CodecDecodeSelf(d) + yyv4586 := &yyv4583[yyj4583] + yyv4586.CodecDecodeSelf(d) } } else { @@ -56978,17 +56896,17 @@ func (x codecSelfer1234) decSliceOwnerReference(v *[]OwnerReference, d *codec197 } } - if yyj4592 < len(yyv4592) { - yyv4592 = yyv4592[:yyj4592] - yyc4592 = true - } else if yyj4592 == 0 && yyv4592 == nil { - yyv4592 = []OwnerReference{} - yyc4592 = true + if yyj4583 < len(yyv4583) { + yyv4583 = yyv4583[:yyj4583] + yyc4583 = true + } else if yyj4583 == 0 && yyv4583 == nil { + yyv4583 = []OwnerReference{} + yyc4583 = true } } - yyh4592.End() - if yyc4592 { - *v = yyv4592 + yyh4583.End() + if yyc4583 { + *v = yyv4583 } } @@ -56997,9 +56915,9 @@ func (x codecSelfer1234) encSlicePersistentVolumeAccessMode(v []PersistentVolume z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4596 := range v { + for _, yyv4587 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4596.CodecEncodeSelf(e) + yyv4587.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57009,75 +56927,75 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4597 := *v - yyh4597, yyl4597 := z.DecSliceHelperStart() - var yyc4597 bool - if yyl4597 == 0 { - if yyv4597 == nil { - yyv4597 = []PersistentVolumeAccessMode{} - yyc4597 = true - } else if len(yyv4597) != 0 { - yyv4597 = yyv4597[:0] - yyc4597 = true + yyv4588 := *v + yyh4588, yyl4588 := z.DecSliceHelperStart() + var yyc4588 bool + if yyl4588 == 0 { + if yyv4588 == nil { + yyv4588 = []PersistentVolumeAccessMode{} + yyc4588 = true + } else if len(yyv4588) != 0 { + yyv4588 = yyv4588[:0] + yyc4588 = true } - } else if yyl4597 > 0 { - var yyrr4597, yyrl4597 int - var yyrt4597 bool - if yyl4597 > cap(yyv4597) { + } else if yyl4588 > 0 { + var yyrr4588, yyrl4588 int + var yyrt4588 bool + if yyl4588 > cap(yyv4588) { - yyrl4597, yyrt4597 = z.DecInferLen(yyl4597, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4597 { - if yyrl4597 <= cap(yyv4597) { - yyv4597 = yyv4597[:yyrl4597] + yyrl4588, yyrt4588 = z.DecInferLen(yyl4588, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4588 { + if yyrl4588 <= cap(yyv4588) { + yyv4588 = yyv4588[:yyrl4588] } else { - yyv4597 = make([]PersistentVolumeAccessMode, yyrl4597) + yyv4588 = make([]PersistentVolumeAccessMode, yyrl4588) } } else { - yyv4597 = make([]PersistentVolumeAccessMode, yyrl4597) + yyv4588 = make([]PersistentVolumeAccessMode, yyrl4588) } - yyc4597 = true - yyrr4597 = len(yyv4597) - } else if yyl4597 != len(yyv4597) { - yyv4597 = yyv4597[:yyl4597] - yyc4597 = true + yyc4588 = true + yyrr4588 = len(yyv4588) + } else if yyl4588 != len(yyv4588) { + yyv4588 = yyv4588[:yyl4588] + yyc4588 = true } - yyj4597 := 0 - for ; yyj4597 < yyrr4597; yyj4597++ { - yyh4597.ElemContainerState(yyj4597) + yyj4588 := 0 + for ; yyj4588 < yyrr4588; yyj4588++ { + yyh4588.ElemContainerState(yyj4588) if r.TryDecodeAsNil() { - yyv4597[yyj4597] = "" + yyv4588[yyj4588] = "" } else { - yyv4597[yyj4597] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4588[yyj4588] = PersistentVolumeAccessMode(r.DecodeString()) } } - if yyrt4597 { - for ; yyj4597 < yyl4597; yyj4597++ { - yyv4597 = append(yyv4597, "") - yyh4597.ElemContainerState(yyj4597) + if yyrt4588 { + for ; yyj4588 < yyl4588; yyj4588++ { + yyv4588 = append(yyv4588, "") + yyh4588.ElemContainerState(yyj4588) if r.TryDecodeAsNil() { - yyv4597[yyj4597] = "" + yyv4588[yyj4588] = "" } else { - yyv4597[yyj4597] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4588[yyj4588] = PersistentVolumeAccessMode(r.DecodeString()) } } } } else { - yyj4597 := 0 - for ; !r.CheckBreak(); yyj4597++ { + yyj4588 := 0 + for ; !r.CheckBreak(); yyj4588++ { - if yyj4597 >= len(yyv4597) { - yyv4597 = append(yyv4597, "") // var yyz4597 PersistentVolumeAccessMode - yyc4597 = true + if yyj4588 >= len(yyv4588) { + yyv4588 = append(yyv4588, "") // var yyz4588 PersistentVolumeAccessMode + yyc4588 = true } - yyh4597.ElemContainerState(yyj4597) - if yyj4597 < len(yyv4597) { + yyh4588.ElemContainerState(yyj4588) + if yyj4588 < len(yyv4588) { if r.TryDecodeAsNil() { - yyv4597[yyj4597] = "" + yyv4588[yyj4588] = "" } else { - yyv4597[yyj4597] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4588[yyj4588] = PersistentVolumeAccessMode(r.DecodeString()) } } else { @@ -57085,17 +57003,17 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum } } - if yyj4597 < len(yyv4597) { - yyv4597 = yyv4597[:yyj4597] - yyc4597 = true - } else if yyj4597 == 0 && yyv4597 == nil { - yyv4597 = []PersistentVolumeAccessMode{} - yyc4597 = true + if yyj4588 < len(yyv4588) { + yyv4588 = yyv4588[:yyj4588] + yyc4588 = true + } else if yyj4588 == 0 && yyv4588 == nil { + yyv4588 = []PersistentVolumeAccessMode{} + yyc4588 = true } } - yyh4597.End() - if yyc4597 { - *v = yyv4597 + yyh4588.End() + if yyc4588 { + *v = yyv4588 } } @@ -57104,10 +57022,10 @@ func (x codecSelfer1234) encSlicePersistentVolume(v []PersistentVolume, e *codec z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4601 := range v { + for _, yyv4592 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4602 := &yyv4601 - yy4602.CodecEncodeSelf(e) + yy4593 := &yyv4592 + yy4593.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57117,83 +57035,83 @@ func (x codecSelfer1234) decSlicePersistentVolume(v *[]PersistentVolume, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4603 := *v - yyh4603, yyl4603 := z.DecSliceHelperStart() - var yyc4603 bool - if yyl4603 == 0 { - if yyv4603 == nil { - yyv4603 = []PersistentVolume{} - yyc4603 = true - } else if len(yyv4603) != 0 { - yyv4603 = yyv4603[:0] - yyc4603 = true + yyv4594 := *v + yyh4594, yyl4594 := z.DecSliceHelperStart() + var yyc4594 bool + if yyl4594 == 0 { + if yyv4594 == nil { + yyv4594 = []PersistentVolume{} + yyc4594 = true + } else if len(yyv4594) != 0 { + yyv4594 = yyv4594[:0] + yyc4594 = true } - } else if yyl4603 > 0 { - var yyrr4603, yyrl4603 int - var yyrt4603 bool - if yyl4603 > cap(yyv4603) { + } else if yyl4594 > 0 { + var yyrr4594, yyrl4594 int + var yyrt4594 bool + if yyl4594 > cap(yyv4594) { - yyrg4603 := len(yyv4603) > 0 - yyv24603 := yyv4603 - yyrl4603, yyrt4603 = z.DecInferLen(yyl4603, z.DecBasicHandle().MaxInitLen, 488) - if yyrt4603 { - if yyrl4603 <= cap(yyv4603) { - yyv4603 = yyv4603[:yyrl4603] + yyrg4594 := len(yyv4594) > 0 + yyv24594 := yyv4594 + yyrl4594, yyrt4594 = z.DecInferLen(yyl4594, z.DecBasicHandle().MaxInitLen, 488) + if yyrt4594 { + if yyrl4594 <= cap(yyv4594) { + yyv4594 = yyv4594[:yyrl4594] } else { - yyv4603 = make([]PersistentVolume, yyrl4603) + yyv4594 = make([]PersistentVolume, yyrl4594) } } else { - yyv4603 = make([]PersistentVolume, yyrl4603) + yyv4594 = make([]PersistentVolume, yyrl4594) } - yyc4603 = true - yyrr4603 = len(yyv4603) - if yyrg4603 { - copy(yyv4603, yyv24603) + yyc4594 = true + yyrr4594 = len(yyv4594) + if yyrg4594 { + copy(yyv4594, yyv24594) } - } else if yyl4603 != len(yyv4603) { - yyv4603 = yyv4603[:yyl4603] - yyc4603 = true + } else if yyl4594 != len(yyv4594) { + yyv4594 = yyv4594[:yyl4594] + yyc4594 = true } - yyj4603 := 0 - for ; yyj4603 < yyrr4603; yyj4603++ { - yyh4603.ElemContainerState(yyj4603) + yyj4594 := 0 + for ; yyj4594 < yyrr4594; yyj4594++ { + yyh4594.ElemContainerState(yyj4594) if r.TryDecodeAsNil() { - yyv4603[yyj4603] = PersistentVolume{} + yyv4594[yyj4594] = PersistentVolume{} } else { - yyv4604 := &yyv4603[yyj4603] - yyv4604.CodecDecodeSelf(d) + yyv4595 := &yyv4594[yyj4594] + yyv4595.CodecDecodeSelf(d) } } - if yyrt4603 { - for ; yyj4603 < yyl4603; yyj4603++ { - yyv4603 = append(yyv4603, PersistentVolume{}) - yyh4603.ElemContainerState(yyj4603) + if yyrt4594 { + for ; yyj4594 < yyl4594; yyj4594++ { + yyv4594 = append(yyv4594, PersistentVolume{}) + yyh4594.ElemContainerState(yyj4594) if r.TryDecodeAsNil() { - yyv4603[yyj4603] = PersistentVolume{} + yyv4594[yyj4594] = PersistentVolume{} } else { - yyv4605 := &yyv4603[yyj4603] - yyv4605.CodecDecodeSelf(d) + yyv4596 := &yyv4594[yyj4594] + yyv4596.CodecDecodeSelf(d) } } } } else { - yyj4603 := 0 - for ; !r.CheckBreak(); yyj4603++ { + yyj4594 := 0 + for ; !r.CheckBreak(); yyj4594++ { - if yyj4603 >= len(yyv4603) { - yyv4603 = append(yyv4603, PersistentVolume{}) // var yyz4603 PersistentVolume - yyc4603 = true + if yyj4594 >= len(yyv4594) { + yyv4594 = append(yyv4594, PersistentVolume{}) // var yyz4594 PersistentVolume + yyc4594 = true } - yyh4603.ElemContainerState(yyj4603) - if yyj4603 < len(yyv4603) { + yyh4594.ElemContainerState(yyj4594) + if yyj4594 < len(yyv4594) { if r.TryDecodeAsNil() { - yyv4603[yyj4603] = PersistentVolume{} + yyv4594[yyj4594] = PersistentVolume{} } else { - yyv4606 := &yyv4603[yyj4603] - yyv4606.CodecDecodeSelf(d) + yyv4597 := &yyv4594[yyj4594] + yyv4597.CodecDecodeSelf(d) } } else { @@ -57201,17 +57119,17 @@ func (x codecSelfer1234) decSlicePersistentVolume(v *[]PersistentVolume, d *code } } - if yyj4603 < len(yyv4603) { - yyv4603 = yyv4603[:yyj4603] - yyc4603 = true - } else if yyj4603 == 0 && yyv4603 == nil { - yyv4603 = []PersistentVolume{} - yyc4603 = true + if yyj4594 < len(yyv4594) { + yyv4594 = yyv4594[:yyj4594] + yyc4594 = true + } else if yyj4594 == 0 && yyv4594 == nil { + yyv4594 = []PersistentVolume{} + yyc4594 = true } } - yyh4603.End() - if yyc4603 { - *v = yyv4603 + yyh4594.End() + if yyc4594 { + *v = yyv4594 } } @@ -57220,10 +57138,10 @@ func (x codecSelfer1234) encSlicePersistentVolumeClaim(v []PersistentVolumeClaim z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4607 := range v { + for _, yyv4598 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4608 := &yyv4607 - yy4608.CodecEncodeSelf(e) + yy4599 := &yyv4598 + yy4599.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57233,83 +57151,83 @@ func (x codecSelfer1234) decSlicePersistentVolumeClaim(v *[]PersistentVolumeClai z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4609 := *v - yyh4609, yyl4609 := z.DecSliceHelperStart() - var yyc4609 bool - if yyl4609 == 0 { - if yyv4609 == nil { - yyv4609 = []PersistentVolumeClaim{} - yyc4609 = true - } else if len(yyv4609) != 0 { - yyv4609 = yyv4609[:0] - yyc4609 = true + yyv4600 := *v + yyh4600, yyl4600 := z.DecSliceHelperStart() + var yyc4600 bool + if yyl4600 == 0 { + if yyv4600 == nil { + yyv4600 = []PersistentVolumeClaim{} + yyc4600 = true + } else if len(yyv4600) != 0 { + yyv4600 = yyv4600[:0] + yyc4600 = true } - } else if yyl4609 > 0 { - var yyrr4609, yyrl4609 int - var yyrt4609 bool - if yyl4609 > cap(yyv4609) { + } else if yyl4600 > 0 { + var yyrr4600, yyrl4600 int + var yyrt4600 bool + if yyl4600 > cap(yyv4600) { - yyrg4609 := len(yyv4609) > 0 - yyv24609 := yyv4609 - yyrl4609, yyrt4609 = z.DecInferLen(yyl4609, z.DecBasicHandle().MaxInitLen, 368) - if yyrt4609 { - if yyrl4609 <= cap(yyv4609) { - yyv4609 = yyv4609[:yyrl4609] + yyrg4600 := len(yyv4600) > 0 + yyv24600 := yyv4600 + yyrl4600, yyrt4600 = z.DecInferLen(yyl4600, z.DecBasicHandle().MaxInitLen, 368) + if yyrt4600 { + if yyrl4600 <= cap(yyv4600) { + yyv4600 = yyv4600[:yyrl4600] } else { - yyv4609 = make([]PersistentVolumeClaim, yyrl4609) + yyv4600 = make([]PersistentVolumeClaim, yyrl4600) } } else { - yyv4609 = make([]PersistentVolumeClaim, yyrl4609) + yyv4600 = make([]PersistentVolumeClaim, yyrl4600) } - yyc4609 = true - yyrr4609 = len(yyv4609) - if yyrg4609 { - copy(yyv4609, yyv24609) + yyc4600 = true + yyrr4600 = len(yyv4600) + if yyrg4600 { + copy(yyv4600, yyv24600) } - } else if yyl4609 != len(yyv4609) { - yyv4609 = yyv4609[:yyl4609] - yyc4609 = true + } else if yyl4600 != len(yyv4600) { + yyv4600 = yyv4600[:yyl4600] + yyc4600 = true } - yyj4609 := 0 - for ; yyj4609 < yyrr4609; yyj4609++ { - yyh4609.ElemContainerState(yyj4609) + yyj4600 := 0 + for ; yyj4600 < yyrr4600; yyj4600++ { + yyh4600.ElemContainerState(yyj4600) if r.TryDecodeAsNil() { - yyv4609[yyj4609] = PersistentVolumeClaim{} + yyv4600[yyj4600] = PersistentVolumeClaim{} } else { - yyv4610 := &yyv4609[yyj4609] - yyv4610.CodecDecodeSelf(d) + yyv4601 := &yyv4600[yyj4600] + yyv4601.CodecDecodeSelf(d) } } - if yyrt4609 { - for ; yyj4609 < yyl4609; yyj4609++ { - yyv4609 = append(yyv4609, PersistentVolumeClaim{}) - yyh4609.ElemContainerState(yyj4609) + if yyrt4600 { + for ; yyj4600 < yyl4600; yyj4600++ { + yyv4600 = append(yyv4600, PersistentVolumeClaim{}) + yyh4600.ElemContainerState(yyj4600) if r.TryDecodeAsNil() { - yyv4609[yyj4609] = PersistentVolumeClaim{} + yyv4600[yyj4600] = PersistentVolumeClaim{} } else { - yyv4611 := &yyv4609[yyj4609] - yyv4611.CodecDecodeSelf(d) + yyv4602 := &yyv4600[yyj4600] + yyv4602.CodecDecodeSelf(d) } } } } else { - yyj4609 := 0 - for ; !r.CheckBreak(); yyj4609++ { + yyj4600 := 0 + for ; !r.CheckBreak(); yyj4600++ { - if yyj4609 >= len(yyv4609) { - yyv4609 = append(yyv4609, PersistentVolumeClaim{}) // var yyz4609 PersistentVolumeClaim - yyc4609 = true + if yyj4600 >= len(yyv4600) { + yyv4600 = append(yyv4600, PersistentVolumeClaim{}) // var yyz4600 PersistentVolumeClaim + yyc4600 = true } - yyh4609.ElemContainerState(yyj4609) - if yyj4609 < len(yyv4609) { + yyh4600.ElemContainerState(yyj4600) + if yyj4600 < len(yyv4600) { if r.TryDecodeAsNil() { - yyv4609[yyj4609] = PersistentVolumeClaim{} + yyv4600[yyj4600] = PersistentVolumeClaim{} } else { - yyv4612 := &yyv4609[yyj4609] - yyv4612.CodecDecodeSelf(d) + yyv4603 := &yyv4600[yyj4600] + yyv4603.CodecDecodeSelf(d) } } else { @@ -57317,17 +57235,17 @@ func (x codecSelfer1234) decSlicePersistentVolumeClaim(v *[]PersistentVolumeClai } } - if yyj4609 < len(yyv4609) { - yyv4609 = yyv4609[:yyj4609] - yyc4609 = true - } else if yyj4609 == 0 && yyv4609 == nil { - yyv4609 = []PersistentVolumeClaim{} - yyc4609 = true + if yyj4600 < len(yyv4600) { + yyv4600 = yyv4600[:yyj4600] + yyc4600 = true + } else if yyj4600 == 0 && yyv4600 == nil { + yyv4600 = []PersistentVolumeClaim{} + yyc4600 = true } } - yyh4609.End() - if yyc4609 { - *v = yyv4609 + yyh4600.End() + if yyc4600 { + *v = yyv4600 } } @@ -57336,10 +57254,10 @@ func (x codecSelfer1234) encSliceKeyToPath(v []KeyToPath, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4613 := range v { + for _, yyv4604 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4614 := &yyv4613 - yy4614.CodecEncodeSelf(e) + yy4605 := &yyv4604 + yy4605.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57349,83 +57267,83 @@ func (x codecSelfer1234) decSliceKeyToPath(v *[]KeyToPath, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4615 := *v - yyh4615, yyl4615 := z.DecSliceHelperStart() - var yyc4615 bool - if yyl4615 == 0 { - if yyv4615 == nil { - yyv4615 = []KeyToPath{} - yyc4615 = true - } else if len(yyv4615) != 0 { - yyv4615 = yyv4615[:0] - yyc4615 = true + yyv4606 := *v + yyh4606, yyl4606 := z.DecSliceHelperStart() + var yyc4606 bool + if yyl4606 == 0 { + if yyv4606 == nil { + yyv4606 = []KeyToPath{} + yyc4606 = true + } else if len(yyv4606) != 0 { + yyv4606 = yyv4606[:0] + yyc4606 = true } - } else if yyl4615 > 0 { - var yyrr4615, yyrl4615 int - var yyrt4615 bool - if yyl4615 > cap(yyv4615) { + } else if yyl4606 > 0 { + var yyrr4606, yyrl4606 int + var yyrt4606 bool + if yyl4606 > cap(yyv4606) { - yyrg4615 := len(yyv4615) > 0 - yyv24615 := yyv4615 - yyrl4615, yyrt4615 = z.DecInferLen(yyl4615, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4615 { - if yyrl4615 <= cap(yyv4615) { - yyv4615 = yyv4615[:yyrl4615] + yyrg4606 := len(yyv4606) > 0 + yyv24606 := yyv4606 + yyrl4606, yyrt4606 = z.DecInferLen(yyl4606, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4606 { + if yyrl4606 <= cap(yyv4606) { + yyv4606 = yyv4606[:yyrl4606] } else { - yyv4615 = make([]KeyToPath, yyrl4615) + yyv4606 = make([]KeyToPath, yyrl4606) } } else { - yyv4615 = make([]KeyToPath, yyrl4615) + yyv4606 = make([]KeyToPath, yyrl4606) } - yyc4615 = true - yyrr4615 = len(yyv4615) - if yyrg4615 { - copy(yyv4615, yyv24615) + yyc4606 = true + yyrr4606 = len(yyv4606) + if yyrg4606 { + copy(yyv4606, yyv24606) } - } else if yyl4615 != len(yyv4615) { - yyv4615 = yyv4615[:yyl4615] - yyc4615 = true + } else if yyl4606 != len(yyv4606) { + yyv4606 = yyv4606[:yyl4606] + yyc4606 = true } - yyj4615 := 0 - for ; yyj4615 < yyrr4615; yyj4615++ { - yyh4615.ElemContainerState(yyj4615) + yyj4606 := 0 + for ; yyj4606 < yyrr4606; yyj4606++ { + yyh4606.ElemContainerState(yyj4606) if r.TryDecodeAsNil() { - yyv4615[yyj4615] = KeyToPath{} + yyv4606[yyj4606] = KeyToPath{} } else { - yyv4616 := &yyv4615[yyj4615] - yyv4616.CodecDecodeSelf(d) + yyv4607 := &yyv4606[yyj4606] + yyv4607.CodecDecodeSelf(d) } } - if yyrt4615 { - for ; yyj4615 < yyl4615; yyj4615++ { - yyv4615 = append(yyv4615, KeyToPath{}) - yyh4615.ElemContainerState(yyj4615) + if yyrt4606 { + for ; yyj4606 < yyl4606; yyj4606++ { + yyv4606 = append(yyv4606, KeyToPath{}) + yyh4606.ElemContainerState(yyj4606) if r.TryDecodeAsNil() { - yyv4615[yyj4615] = KeyToPath{} + yyv4606[yyj4606] = KeyToPath{} } else { - yyv4617 := &yyv4615[yyj4615] - yyv4617.CodecDecodeSelf(d) + yyv4608 := &yyv4606[yyj4606] + yyv4608.CodecDecodeSelf(d) } } } } else { - yyj4615 := 0 - for ; !r.CheckBreak(); yyj4615++ { + yyj4606 := 0 + for ; !r.CheckBreak(); yyj4606++ { - if yyj4615 >= len(yyv4615) { - yyv4615 = append(yyv4615, KeyToPath{}) // var yyz4615 KeyToPath - yyc4615 = true + if yyj4606 >= len(yyv4606) { + yyv4606 = append(yyv4606, KeyToPath{}) // var yyz4606 KeyToPath + yyc4606 = true } - yyh4615.ElemContainerState(yyj4615) - if yyj4615 < len(yyv4615) { + yyh4606.ElemContainerState(yyj4606) + if yyj4606 < len(yyv4606) { if r.TryDecodeAsNil() { - yyv4615[yyj4615] = KeyToPath{} + yyv4606[yyj4606] = KeyToPath{} } else { - yyv4618 := &yyv4615[yyj4615] - yyv4618.CodecDecodeSelf(d) + yyv4609 := &yyv4606[yyj4606] + yyv4609.CodecDecodeSelf(d) } } else { @@ -57433,17 +57351,17 @@ func (x codecSelfer1234) decSliceKeyToPath(v *[]KeyToPath, d *codec1978.Decoder) } } - if yyj4615 < len(yyv4615) { - yyv4615 = yyv4615[:yyj4615] - yyc4615 = true - } else if yyj4615 == 0 && yyv4615 == nil { - yyv4615 = []KeyToPath{} - yyc4615 = true + if yyj4606 < len(yyv4606) { + yyv4606 = yyv4606[:yyj4606] + yyc4606 = true + } else if yyj4606 == 0 && yyv4606 == nil { + yyv4606 = []KeyToPath{} + yyc4606 = true } } - yyh4615.End() - if yyc4615 { - *v = yyv4615 + yyh4606.End() + if yyc4606 { + *v = yyv4606 } } @@ -57452,10 +57370,10 @@ func (x codecSelfer1234) encSliceDownwardAPIVolumeFile(v []DownwardAPIVolumeFile z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4619 := range v { + for _, yyv4610 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4620 := &yyv4619 - yy4620.CodecEncodeSelf(e) + yy4611 := &yyv4610 + yy4611.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57465,83 +57383,83 @@ func (x codecSelfer1234) decSliceDownwardAPIVolumeFile(v *[]DownwardAPIVolumeFil z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4621 := *v - yyh4621, yyl4621 := z.DecSliceHelperStart() - var yyc4621 bool - if yyl4621 == 0 { - if yyv4621 == nil { - yyv4621 = []DownwardAPIVolumeFile{} - yyc4621 = true - } else if len(yyv4621) != 0 { - yyv4621 = yyv4621[:0] - yyc4621 = true + yyv4612 := *v + yyh4612, yyl4612 := z.DecSliceHelperStart() + var yyc4612 bool + if yyl4612 == 0 { + if yyv4612 == nil { + yyv4612 = []DownwardAPIVolumeFile{} + yyc4612 = true + } else if len(yyv4612) != 0 { + yyv4612 = yyv4612[:0] + yyc4612 = true } - } else if yyl4621 > 0 { - var yyrr4621, yyrl4621 int - var yyrt4621 bool - if yyl4621 > cap(yyv4621) { + } else if yyl4612 > 0 { + var yyrr4612, yyrl4612 int + var yyrt4612 bool + if yyl4612 > cap(yyv4612) { - yyrg4621 := len(yyv4621) > 0 - yyv24621 := yyv4621 - yyrl4621, yyrt4621 = z.DecInferLen(yyl4621, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4621 { - if yyrl4621 <= cap(yyv4621) { - yyv4621 = yyv4621[:yyrl4621] + yyrg4612 := len(yyv4612) > 0 + yyv24612 := yyv4612 + yyrl4612, yyrt4612 = z.DecInferLen(yyl4612, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4612 { + if yyrl4612 <= cap(yyv4612) { + yyv4612 = yyv4612[:yyrl4612] } else { - yyv4621 = make([]DownwardAPIVolumeFile, yyrl4621) + yyv4612 = make([]DownwardAPIVolumeFile, yyrl4612) } } else { - yyv4621 = make([]DownwardAPIVolumeFile, yyrl4621) + yyv4612 = make([]DownwardAPIVolumeFile, yyrl4612) } - yyc4621 = true - yyrr4621 = len(yyv4621) - if yyrg4621 { - copy(yyv4621, yyv24621) + yyc4612 = true + yyrr4612 = len(yyv4612) + if yyrg4612 { + copy(yyv4612, yyv24612) } - } else if yyl4621 != len(yyv4621) { - yyv4621 = yyv4621[:yyl4621] - yyc4621 = true + } else if yyl4612 != len(yyv4612) { + yyv4612 = yyv4612[:yyl4612] + yyc4612 = true } - yyj4621 := 0 - for ; yyj4621 < yyrr4621; yyj4621++ { - yyh4621.ElemContainerState(yyj4621) + yyj4612 := 0 + for ; yyj4612 < yyrr4612; yyj4612++ { + yyh4612.ElemContainerState(yyj4612) if r.TryDecodeAsNil() { - yyv4621[yyj4621] = DownwardAPIVolumeFile{} + yyv4612[yyj4612] = DownwardAPIVolumeFile{} } else { - yyv4622 := &yyv4621[yyj4621] - yyv4622.CodecDecodeSelf(d) + yyv4613 := &yyv4612[yyj4612] + yyv4613.CodecDecodeSelf(d) } } - if yyrt4621 { - for ; yyj4621 < yyl4621; yyj4621++ { - yyv4621 = append(yyv4621, DownwardAPIVolumeFile{}) - yyh4621.ElemContainerState(yyj4621) + if yyrt4612 { + for ; yyj4612 < yyl4612; yyj4612++ { + yyv4612 = append(yyv4612, DownwardAPIVolumeFile{}) + yyh4612.ElemContainerState(yyj4612) if r.TryDecodeAsNil() { - yyv4621[yyj4621] = DownwardAPIVolumeFile{} + yyv4612[yyj4612] = DownwardAPIVolumeFile{} } else { - yyv4623 := &yyv4621[yyj4621] - yyv4623.CodecDecodeSelf(d) + yyv4614 := &yyv4612[yyj4612] + yyv4614.CodecDecodeSelf(d) } } } } else { - yyj4621 := 0 - for ; !r.CheckBreak(); yyj4621++ { + yyj4612 := 0 + for ; !r.CheckBreak(); yyj4612++ { - if yyj4621 >= len(yyv4621) { - yyv4621 = append(yyv4621, DownwardAPIVolumeFile{}) // var yyz4621 DownwardAPIVolumeFile - yyc4621 = true + if yyj4612 >= len(yyv4612) { + yyv4612 = append(yyv4612, DownwardAPIVolumeFile{}) // var yyz4612 DownwardAPIVolumeFile + yyc4612 = true } - yyh4621.ElemContainerState(yyj4621) - if yyj4621 < len(yyv4621) { + yyh4612.ElemContainerState(yyj4612) + if yyj4612 < len(yyv4612) { if r.TryDecodeAsNil() { - yyv4621[yyj4621] = DownwardAPIVolumeFile{} + yyv4612[yyj4612] = DownwardAPIVolumeFile{} } else { - yyv4624 := &yyv4621[yyj4621] - yyv4624.CodecDecodeSelf(d) + yyv4615 := &yyv4612[yyj4612] + yyv4615.CodecDecodeSelf(d) } } else { @@ -57549,17 +57467,17 @@ func (x codecSelfer1234) decSliceDownwardAPIVolumeFile(v *[]DownwardAPIVolumeFil } } - if yyj4621 < len(yyv4621) { - yyv4621 = yyv4621[:yyj4621] - yyc4621 = true - } else if yyj4621 == 0 && yyv4621 == nil { - yyv4621 = []DownwardAPIVolumeFile{} - yyc4621 = true + if yyj4612 < len(yyv4612) { + yyv4612 = yyv4612[:yyj4612] + yyc4612 = true + } else if yyj4612 == 0 && yyv4612 == nil { + yyv4612 = []DownwardAPIVolumeFile{} + yyc4612 = true } } - yyh4621.End() - if yyc4621 { - *v = yyv4621 + yyh4612.End() + if yyc4612 { + *v = yyv4612 } } @@ -57568,10 +57486,10 @@ func (x codecSelfer1234) encSliceHTTPHeader(v []HTTPHeader, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4625 := range v { + for _, yyv4616 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4626 := &yyv4625 - yy4626.CodecEncodeSelf(e) + yy4617 := &yyv4616 + yy4617.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57581,83 +57499,83 @@ func (x codecSelfer1234) decSliceHTTPHeader(v *[]HTTPHeader, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4627 := *v - yyh4627, yyl4627 := z.DecSliceHelperStart() - var yyc4627 bool - if yyl4627 == 0 { - if yyv4627 == nil { - yyv4627 = []HTTPHeader{} - yyc4627 = true - } else if len(yyv4627) != 0 { - yyv4627 = yyv4627[:0] - yyc4627 = true + yyv4618 := *v + yyh4618, yyl4618 := z.DecSliceHelperStart() + var yyc4618 bool + if yyl4618 == 0 { + if yyv4618 == nil { + yyv4618 = []HTTPHeader{} + yyc4618 = true + } else if len(yyv4618) != 0 { + yyv4618 = yyv4618[:0] + yyc4618 = true } - } else if yyl4627 > 0 { - var yyrr4627, yyrl4627 int - var yyrt4627 bool - if yyl4627 > cap(yyv4627) { + } else if yyl4618 > 0 { + var yyrr4618, yyrl4618 int + var yyrt4618 bool + if yyl4618 > cap(yyv4618) { - yyrg4627 := len(yyv4627) > 0 - yyv24627 := yyv4627 - yyrl4627, yyrt4627 = z.DecInferLen(yyl4627, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4627 { - if yyrl4627 <= cap(yyv4627) { - yyv4627 = yyv4627[:yyrl4627] + yyrg4618 := len(yyv4618) > 0 + yyv24618 := yyv4618 + yyrl4618, yyrt4618 = z.DecInferLen(yyl4618, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4618 { + if yyrl4618 <= cap(yyv4618) { + yyv4618 = yyv4618[:yyrl4618] } else { - yyv4627 = make([]HTTPHeader, yyrl4627) + yyv4618 = make([]HTTPHeader, yyrl4618) } } else { - yyv4627 = make([]HTTPHeader, yyrl4627) + yyv4618 = make([]HTTPHeader, yyrl4618) } - yyc4627 = true - yyrr4627 = len(yyv4627) - if yyrg4627 { - copy(yyv4627, yyv24627) + yyc4618 = true + yyrr4618 = len(yyv4618) + if yyrg4618 { + copy(yyv4618, yyv24618) } - } else if yyl4627 != len(yyv4627) { - yyv4627 = yyv4627[:yyl4627] - yyc4627 = true + } else if yyl4618 != len(yyv4618) { + yyv4618 = yyv4618[:yyl4618] + yyc4618 = true } - yyj4627 := 0 - for ; yyj4627 < yyrr4627; yyj4627++ { - yyh4627.ElemContainerState(yyj4627) + yyj4618 := 0 + for ; yyj4618 < yyrr4618; yyj4618++ { + yyh4618.ElemContainerState(yyj4618) if r.TryDecodeAsNil() { - yyv4627[yyj4627] = HTTPHeader{} + yyv4618[yyj4618] = HTTPHeader{} } else { - yyv4628 := &yyv4627[yyj4627] - yyv4628.CodecDecodeSelf(d) + yyv4619 := &yyv4618[yyj4618] + yyv4619.CodecDecodeSelf(d) } } - if yyrt4627 { - for ; yyj4627 < yyl4627; yyj4627++ { - yyv4627 = append(yyv4627, HTTPHeader{}) - yyh4627.ElemContainerState(yyj4627) + if yyrt4618 { + for ; yyj4618 < yyl4618; yyj4618++ { + yyv4618 = append(yyv4618, HTTPHeader{}) + yyh4618.ElemContainerState(yyj4618) if r.TryDecodeAsNil() { - yyv4627[yyj4627] = HTTPHeader{} + yyv4618[yyj4618] = HTTPHeader{} } else { - yyv4629 := &yyv4627[yyj4627] - yyv4629.CodecDecodeSelf(d) + yyv4620 := &yyv4618[yyj4618] + yyv4620.CodecDecodeSelf(d) } } } } else { - yyj4627 := 0 - for ; !r.CheckBreak(); yyj4627++ { + yyj4618 := 0 + for ; !r.CheckBreak(); yyj4618++ { - if yyj4627 >= len(yyv4627) { - yyv4627 = append(yyv4627, HTTPHeader{}) // var yyz4627 HTTPHeader - yyc4627 = true + if yyj4618 >= len(yyv4618) { + yyv4618 = append(yyv4618, HTTPHeader{}) // var yyz4618 HTTPHeader + yyc4618 = true } - yyh4627.ElemContainerState(yyj4627) - if yyj4627 < len(yyv4627) { + yyh4618.ElemContainerState(yyj4618) + if yyj4618 < len(yyv4618) { if r.TryDecodeAsNil() { - yyv4627[yyj4627] = HTTPHeader{} + yyv4618[yyj4618] = HTTPHeader{} } else { - yyv4630 := &yyv4627[yyj4627] - yyv4630.CodecDecodeSelf(d) + yyv4621 := &yyv4618[yyj4618] + yyv4621.CodecDecodeSelf(d) } } else { @@ -57665,17 +57583,17 @@ func (x codecSelfer1234) decSliceHTTPHeader(v *[]HTTPHeader, d *codec1978.Decode } } - if yyj4627 < len(yyv4627) { - yyv4627 = yyv4627[:yyj4627] - yyc4627 = true - } else if yyj4627 == 0 && yyv4627 == nil { - yyv4627 = []HTTPHeader{} - yyc4627 = true + if yyj4618 < len(yyv4618) { + yyv4618 = yyv4618[:yyj4618] + yyc4618 = true + } else if yyj4618 == 0 && yyv4618 == nil { + yyv4618 = []HTTPHeader{} + yyc4618 = true } } - yyh4627.End() - if yyc4627 { - *v = yyv4627 + yyh4618.End() + if yyc4618 { + *v = yyv4618 } } @@ -57684,9 +57602,9 @@ func (x codecSelfer1234) encSliceCapability(v []Capability, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4631 := range v { + for _, yyv4622 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4631.CodecEncodeSelf(e) + yyv4622.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57696,75 +57614,75 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4632 := *v - yyh4632, yyl4632 := z.DecSliceHelperStart() - var yyc4632 bool - if yyl4632 == 0 { - if yyv4632 == nil { - yyv4632 = []Capability{} - yyc4632 = true - } else if len(yyv4632) != 0 { - yyv4632 = yyv4632[:0] - yyc4632 = true + yyv4623 := *v + yyh4623, yyl4623 := z.DecSliceHelperStart() + var yyc4623 bool + if yyl4623 == 0 { + if yyv4623 == nil { + yyv4623 = []Capability{} + yyc4623 = true + } else if len(yyv4623) != 0 { + yyv4623 = yyv4623[:0] + yyc4623 = true } - } else if yyl4632 > 0 { - var yyrr4632, yyrl4632 int - var yyrt4632 bool - if yyl4632 > cap(yyv4632) { + } else if yyl4623 > 0 { + var yyrr4623, yyrl4623 int + var yyrt4623 bool + if yyl4623 > cap(yyv4623) { - yyrl4632, yyrt4632 = z.DecInferLen(yyl4632, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4632 { - if yyrl4632 <= cap(yyv4632) { - yyv4632 = yyv4632[:yyrl4632] + yyrl4623, yyrt4623 = z.DecInferLen(yyl4623, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4623 { + if yyrl4623 <= cap(yyv4623) { + yyv4623 = yyv4623[:yyrl4623] } else { - yyv4632 = make([]Capability, yyrl4632) + yyv4623 = make([]Capability, yyrl4623) } } else { - yyv4632 = make([]Capability, yyrl4632) + yyv4623 = make([]Capability, yyrl4623) } - yyc4632 = true - yyrr4632 = len(yyv4632) - } else if yyl4632 != len(yyv4632) { - yyv4632 = yyv4632[:yyl4632] - yyc4632 = true + yyc4623 = true + yyrr4623 = len(yyv4623) + } else if yyl4623 != len(yyv4623) { + yyv4623 = yyv4623[:yyl4623] + yyc4623 = true } - yyj4632 := 0 - for ; yyj4632 < yyrr4632; yyj4632++ { - yyh4632.ElemContainerState(yyj4632) + yyj4623 := 0 + for ; yyj4623 < yyrr4623; yyj4623++ { + yyh4623.ElemContainerState(yyj4623) if r.TryDecodeAsNil() { - yyv4632[yyj4632] = "" + yyv4623[yyj4623] = "" } else { - yyv4632[yyj4632] = Capability(r.DecodeString()) + yyv4623[yyj4623] = Capability(r.DecodeString()) } } - if yyrt4632 { - for ; yyj4632 < yyl4632; yyj4632++ { - yyv4632 = append(yyv4632, "") - yyh4632.ElemContainerState(yyj4632) + if yyrt4623 { + for ; yyj4623 < yyl4623; yyj4623++ { + yyv4623 = append(yyv4623, "") + yyh4623.ElemContainerState(yyj4623) if r.TryDecodeAsNil() { - yyv4632[yyj4632] = "" + yyv4623[yyj4623] = "" } else { - yyv4632[yyj4632] = Capability(r.DecodeString()) + yyv4623[yyj4623] = Capability(r.DecodeString()) } } } } else { - yyj4632 := 0 - for ; !r.CheckBreak(); yyj4632++ { + yyj4623 := 0 + for ; !r.CheckBreak(); yyj4623++ { - if yyj4632 >= len(yyv4632) { - yyv4632 = append(yyv4632, "") // var yyz4632 Capability - yyc4632 = true + if yyj4623 >= len(yyv4623) { + yyv4623 = append(yyv4623, "") // var yyz4623 Capability + yyc4623 = true } - yyh4632.ElemContainerState(yyj4632) - if yyj4632 < len(yyv4632) { + yyh4623.ElemContainerState(yyj4623) + if yyj4623 < len(yyv4623) { if r.TryDecodeAsNil() { - yyv4632[yyj4632] = "" + yyv4623[yyj4623] = "" } else { - yyv4632[yyj4632] = Capability(r.DecodeString()) + yyv4623[yyj4623] = Capability(r.DecodeString()) } } else { @@ -57772,17 +57690,17 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode } } - if yyj4632 < len(yyv4632) { - yyv4632 = yyv4632[:yyj4632] - yyc4632 = true - } else if yyj4632 == 0 && yyv4632 == nil { - yyv4632 = []Capability{} - yyc4632 = true + if yyj4623 < len(yyv4623) { + yyv4623 = yyv4623[:yyj4623] + yyc4623 = true + } else if yyj4623 == 0 && yyv4623 == nil { + yyv4623 = []Capability{} + yyc4623 = true } } - yyh4632.End() - if yyc4632 { - *v = yyv4632 + yyh4623.End() + if yyc4623 { + *v = yyv4623 } } @@ -57791,10 +57709,10 @@ func (x codecSelfer1234) encSliceContainerPort(v []ContainerPort, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4636 := range v { + for _, yyv4627 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4637 := &yyv4636 - yy4637.CodecEncodeSelf(e) + yy4628 := &yyv4627 + yy4628.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57804,83 +57722,83 @@ func (x codecSelfer1234) decSliceContainerPort(v *[]ContainerPort, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4638 := *v - yyh4638, yyl4638 := z.DecSliceHelperStart() - var yyc4638 bool - if yyl4638 == 0 { - if yyv4638 == nil { - yyv4638 = []ContainerPort{} - yyc4638 = true - } else if len(yyv4638) != 0 { - yyv4638 = yyv4638[:0] - yyc4638 = true + yyv4629 := *v + yyh4629, yyl4629 := z.DecSliceHelperStart() + var yyc4629 bool + if yyl4629 == 0 { + if yyv4629 == nil { + yyv4629 = []ContainerPort{} + yyc4629 = true + } else if len(yyv4629) != 0 { + yyv4629 = yyv4629[:0] + yyc4629 = true } - } else if yyl4638 > 0 { - var yyrr4638, yyrl4638 int - var yyrt4638 bool - if yyl4638 > cap(yyv4638) { + } else if yyl4629 > 0 { + var yyrr4629, yyrl4629 int + var yyrt4629 bool + if yyl4629 > cap(yyv4629) { - yyrg4638 := len(yyv4638) > 0 - yyv24638 := yyv4638 - yyrl4638, yyrt4638 = z.DecInferLen(yyl4638, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4638 { - if yyrl4638 <= cap(yyv4638) { - yyv4638 = yyv4638[:yyrl4638] + yyrg4629 := len(yyv4629) > 0 + yyv24629 := yyv4629 + yyrl4629, yyrt4629 = z.DecInferLen(yyl4629, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4629 { + if yyrl4629 <= cap(yyv4629) { + yyv4629 = yyv4629[:yyrl4629] } else { - yyv4638 = make([]ContainerPort, yyrl4638) + yyv4629 = make([]ContainerPort, yyrl4629) } } else { - yyv4638 = make([]ContainerPort, yyrl4638) + yyv4629 = make([]ContainerPort, yyrl4629) } - yyc4638 = true - yyrr4638 = len(yyv4638) - if yyrg4638 { - copy(yyv4638, yyv24638) + yyc4629 = true + yyrr4629 = len(yyv4629) + if yyrg4629 { + copy(yyv4629, yyv24629) } - } else if yyl4638 != len(yyv4638) { - yyv4638 = yyv4638[:yyl4638] - yyc4638 = true + } else if yyl4629 != len(yyv4629) { + yyv4629 = yyv4629[:yyl4629] + yyc4629 = true } - yyj4638 := 0 - for ; yyj4638 < yyrr4638; yyj4638++ { - yyh4638.ElemContainerState(yyj4638) + yyj4629 := 0 + for ; yyj4629 < yyrr4629; yyj4629++ { + yyh4629.ElemContainerState(yyj4629) if r.TryDecodeAsNil() { - yyv4638[yyj4638] = ContainerPort{} + yyv4629[yyj4629] = ContainerPort{} } else { - yyv4639 := &yyv4638[yyj4638] - yyv4639.CodecDecodeSelf(d) + yyv4630 := &yyv4629[yyj4629] + yyv4630.CodecDecodeSelf(d) } } - if yyrt4638 { - for ; yyj4638 < yyl4638; yyj4638++ { - yyv4638 = append(yyv4638, ContainerPort{}) - yyh4638.ElemContainerState(yyj4638) + if yyrt4629 { + for ; yyj4629 < yyl4629; yyj4629++ { + yyv4629 = append(yyv4629, ContainerPort{}) + yyh4629.ElemContainerState(yyj4629) if r.TryDecodeAsNil() { - yyv4638[yyj4638] = ContainerPort{} + yyv4629[yyj4629] = ContainerPort{} } else { - yyv4640 := &yyv4638[yyj4638] - yyv4640.CodecDecodeSelf(d) + yyv4631 := &yyv4629[yyj4629] + yyv4631.CodecDecodeSelf(d) } } } } else { - yyj4638 := 0 - for ; !r.CheckBreak(); yyj4638++ { + yyj4629 := 0 + for ; !r.CheckBreak(); yyj4629++ { - if yyj4638 >= len(yyv4638) { - yyv4638 = append(yyv4638, ContainerPort{}) // var yyz4638 ContainerPort - yyc4638 = true + if yyj4629 >= len(yyv4629) { + yyv4629 = append(yyv4629, ContainerPort{}) // var yyz4629 ContainerPort + yyc4629 = true } - yyh4638.ElemContainerState(yyj4638) - if yyj4638 < len(yyv4638) { + yyh4629.ElemContainerState(yyj4629) + if yyj4629 < len(yyv4629) { if r.TryDecodeAsNil() { - yyv4638[yyj4638] = ContainerPort{} + yyv4629[yyj4629] = ContainerPort{} } else { - yyv4641 := &yyv4638[yyj4638] - yyv4641.CodecDecodeSelf(d) + yyv4632 := &yyv4629[yyj4629] + yyv4632.CodecDecodeSelf(d) } } else { @@ -57888,17 +57806,17 @@ func (x codecSelfer1234) decSliceContainerPort(v *[]ContainerPort, d *codec1978. } } - if yyj4638 < len(yyv4638) { - yyv4638 = yyv4638[:yyj4638] - yyc4638 = true - } else if yyj4638 == 0 && yyv4638 == nil { - yyv4638 = []ContainerPort{} - yyc4638 = true + if yyj4629 < len(yyv4629) { + yyv4629 = yyv4629[:yyj4629] + yyc4629 = true + } else if yyj4629 == 0 && yyv4629 == nil { + yyv4629 = []ContainerPort{} + yyc4629 = true } } - yyh4638.End() - if yyc4638 { - *v = yyv4638 + yyh4629.End() + if yyc4629 { + *v = yyv4629 } } @@ -57907,10 +57825,10 @@ func (x codecSelfer1234) encSliceEnvVar(v []EnvVar, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4642 := range v { + for _, yyv4633 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4643 := &yyv4642 - yy4643.CodecEncodeSelf(e) + yy4634 := &yyv4633 + yy4634.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57920,83 +57838,83 @@ func (x codecSelfer1234) decSliceEnvVar(v *[]EnvVar, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4644 := *v - yyh4644, yyl4644 := z.DecSliceHelperStart() - var yyc4644 bool - if yyl4644 == 0 { - if yyv4644 == nil { - yyv4644 = []EnvVar{} - yyc4644 = true - } else if len(yyv4644) != 0 { - yyv4644 = yyv4644[:0] - yyc4644 = true + yyv4635 := *v + yyh4635, yyl4635 := z.DecSliceHelperStart() + var yyc4635 bool + if yyl4635 == 0 { + if yyv4635 == nil { + yyv4635 = []EnvVar{} + yyc4635 = true + } else if len(yyv4635) != 0 { + yyv4635 = yyv4635[:0] + yyc4635 = true } - } else if yyl4644 > 0 { - var yyrr4644, yyrl4644 int - var yyrt4644 bool - if yyl4644 > cap(yyv4644) { + } else if yyl4635 > 0 { + var yyrr4635, yyrl4635 int + var yyrt4635 bool + if yyl4635 > cap(yyv4635) { - yyrg4644 := len(yyv4644) > 0 - yyv24644 := yyv4644 - yyrl4644, yyrt4644 = z.DecInferLen(yyl4644, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4644 { - if yyrl4644 <= cap(yyv4644) { - yyv4644 = yyv4644[:yyrl4644] + yyrg4635 := len(yyv4635) > 0 + yyv24635 := yyv4635 + yyrl4635, yyrt4635 = z.DecInferLen(yyl4635, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4635 { + if yyrl4635 <= cap(yyv4635) { + yyv4635 = yyv4635[:yyrl4635] } else { - yyv4644 = make([]EnvVar, yyrl4644) + yyv4635 = make([]EnvVar, yyrl4635) } } else { - yyv4644 = make([]EnvVar, yyrl4644) + yyv4635 = make([]EnvVar, yyrl4635) } - yyc4644 = true - yyrr4644 = len(yyv4644) - if yyrg4644 { - copy(yyv4644, yyv24644) + yyc4635 = true + yyrr4635 = len(yyv4635) + if yyrg4635 { + copy(yyv4635, yyv24635) } - } else if yyl4644 != len(yyv4644) { - yyv4644 = yyv4644[:yyl4644] - yyc4644 = true + } else if yyl4635 != len(yyv4635) { + yyv4635 = yyv4635[:yyl4635] + yyc4635 = true } - yyj4644 := 0 - for ; yyj4644 < yyrr4644; yyj4644++ { - yyh4644.ElemContainerState(yyj4644) + yyj4635 := 0 + for ; yyj4635 < yyrr4635; yyj4635++ { + yyh4635.ElemContainerState(yyj4635) if r.TryDecodeAsNil() { - yyv4644[yyj4644] = EnvVar{} + yyv4635[yyj4635] = EnvVar{} } else { - yyv4645 := &yyv4644[yyj4644] - yyv4645.CodecDecodeSelf(d) + yyv4636 := &yyv4635[yyj4635] + yyv4636.CodecDecodeSelf(d) } } - if yyrt4644 { - for ; yyj4644 < yyl4644; yyj4644++ { - yyv4644 = append(yyv4644, EnvVar{}) - yyh4644.ElemContainerState(yyj4644) + if yyrt4635 { + for ; yyj4635 < yyl4635; yyj4635++ { + yyv4635 = append(yyv4635, EnvVar{}) + yyh4635.ElemContainerState(yyj4635) if r.TryDecodeAsNil() { - yyv4644[yyj4644] = EnvVar{} + yyv4635[yyj4635] = EnvVar{} } else { - yyv4646 := &yyv4644[yyj4644] - yyv4646.CodecDecodeSelf(d) + yyv4637 := &yyv4635[yyj4635] + yyv4637.CodecDecodeSelf(d) } } } } else { - yyj4644 := 0 - for ; !r.CheckBreak(); yyj4644++ { + yyj4635 := 0 + for ; !r.CheckBreak(); yyj4635++ { - if yyj4644 >= len(yyv4644) { - yyv4644 = append(yyv4644, EnvVar{}) // var yyz4644 EnvVar - yyc4644 = true + if yyj4635 >= len(yyv4635) { + yyv4635 = append(yyv4635, EnvVar{}) // var yyz4635 EnvVar + yyc4635 = true } - yyh4644.ElemContainerState(yyj4644) - if yyj4644 < len(yyv4644) { + yyh4635.ElemContainerState(yyj4635) + if yyj4635 < len(yyv4635) { if r.TryDecodeAsNil() { - yyv4644[yyj4644] = EnvVar{} + yyv4635[yyj4635] = EnvVar{} } else { - yyv4647 := &yyv4644[yyj4644] - yyv4647.CodecDecodeSelf(d) + yyv4638 := &yyv4635[yyj4635] + yyv4638.CodecDecodeSelf(d) } } else { @@ -58004,17 +57922,17 @@ func (x codecSelfer1234) decSliceEnvVar(v *[]EnvVar, d *codec1978.Decoder) { } } - if yyj4644 < len(yyv4644) { - yyv4644 = yyv4644[:yyj4644] - yyc4644 = true - } else if yyj4644 == 0 && yyv4644 == nil { - yyv4644 = []EnvVar{} - yyc4644 = true + if yyj4635 < len(yyv4635) { + yyv4635 = yyv4635[:yyj4635] + yyc4635 = true + } else if yyj4635 == 0 && yyv4635 == nil { + yyv4635 = []EnvVar{} + yyc4635 = true } } - yyh4644.End() - if yyc4644 { - *v = yyv4644 + yyh4635.End() + if yyc4635 { + *v = yyv4635 } } @@ -58023,10 +57941,10 @@ func (x codecSelfer1234) encSliceVolumeMount(v []VolumeMount, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4648 := range v { + for _, yyv4639 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4649 := &yyv4648 - yy4649.CodecEncodeSelf(e) + yy4640 := &yyv4639 + yy4640.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58036,83 +57954,83 @@ func (x codecSelfer1234) decSliceVolumeMount(v *[]VolumeMount, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4650 := *v - yyh4650, yyl4650 := z.DecSliceHelperStart() - var yyc4650 bool - if yyl4650 == 0 { - if yyv4650 == nil { - yyv4650 = []VolumeMount{} - yyc4650 = true - } else if len(yyv4650) != 0 { - yyv4650 = yyv4650[:0] - yyc4650 = true + yyv4641 := *v + yyh4641, yyl4641 := z.DecSliceHelperStart() + var yyc4641 bool + if yyl4641 == 0 { + if yyv4641 == nil { + yyv4641 = []VolumeMount{} + yyc4641 = true + } else if len(yyv4641) != 0 { + yyv4641 = yyv4641[:0] + yyc4641 = true } - } else if yyl4650 > 0 { - var yyrr4650, yyrl4650 int - var yyrt4650 bool - if yyl4650 > cap(yyv4650) { + } else if yyl4641 > 0 { + var yyrr4641, yyrl4641 int + var yyrt4641 bool + if yyl4641 > cap(yyv4641) { - yyrg4650 := len(yyv4650) > 0 - yyv24650 := yyv4650 - yyrl4650, yyrt4650 = z.DecInferLen(yyl4650, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4650 { - if yyrl4650 <= cap(yyv4650) { - yyv4650 = yyv4650[:yyrl4650] + yyrg4641 := len(yyv4641) > 0 + yyv24641 := yyv4641 + yyrl4641, yyrt4641 = z.DecInferLen(yyl4641, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4641 { + if yyrl4641 <= cap(yyv4641) { + yyv4641 = yyv4641[:yyrl4641] } else { - yyv4650 = make([]VolumeMount, yyrl4650) + yyv4641 = make([]VolumeMount, yyrl4641) } } else { - yyv4650 = make([]VolumeMount, yyrl4650) + yyv4641 = make([]VolumeMount, yyrl4641) } - yyc4650 = true - yyrr4650 = len(yyv4650) - if yyrg4650 { - copy(yyv4650, yyv24650) + yyc4641 = true + yyrr4641 = len(yyv4641) + if yyrg4641 { + copy(yyv4641, yyv24641) } - } else if yyl4650 != len(yyv4650) { - yyv4650 = yyv4650[:yyl4650] - yyc4650 = true + } else if yyl4641 != len(yyv4641) { + yyv4641 = yyv4641[:yyl4641] + yyc4641 = true } - yyj4650 := 0 - for ; yyj4650 < yyrr4650; yyj4650++ { - yyh4650.ElemContainerState(yyj4650) + yyj4641 := 0 + for ; yyj4641 < yyrr4641; yyj4641++ { + yyh4641.ElemContainerState(yyj4641) if r.TryDecodeAsNil() { - yyv4650[yyj4650] = VolumeMount{} + yyv4641[yyj4641] = VolumeMount{} } else { - yyv4651 := &yyv4650[yyj4650] - yyv4651.CodecDecodeSelf(d) + yyv4642 := &yyv4641[yyj4641] + yyv4642.CodecDecodeSelf(d) } } - if yyrt4650 { - for ; yyj4650 < yyl4650; yyj4650++ { - yyv4650 = append(yyv4650, VolumeMount{}) - yyh4650.ElemContainerState(yyj4650) + if yyrt4641 { + for ; yyj4641 < yyl4641; yyj4641++ { + yyv4641 = append(yyv4641, VolumeMount{}) + yyh4641.ElemContainerState(yyj4641) if r.TryDecodeAsNil() { - yyv4650[yyj4650] = VolumeMount{} + yyv4641[yyj4641] = VolumeMount{} } else { - yyv4652 := &yyv4650[yyj4650] - yyv4652.CodecDecodeSelf(d) + yyv4643 := &yyv4641[yyj4641] + yyv4643.CodecDecodeSelf(d) } } } } else { - yyj4650 := 0 - for ; !r.CheckBreak(); yyj4650++ { + yyj4641 := 0 + for ; !r.CheckBreak(); yyj4641++ { - if yyj4650 >= len(yyv4650) { - yyv4650 = append(yyv4650, VolumeMount{}) // var yyz4650 VolumeMount - yyc4650 = true + if yyj4641 >= len(yyv4641) { + yyv4641 = append(yyv4641, VolumeMount{}) // var yyz4641 VolumeMount + yyc4641 = true } - yyh4650.ElemContainerState(yyj4650) - if yyj4650 < len(yyv4650) { + yyh4641.ElemContainerState(yyj4641) + if yyj4641 < len(yyv4641) { if r.TryDecodeAsNil() { - yyv4650[yyj4650] = VolumeMount{} + yyv4641[yyj4641] = VolumeMount{} } else { - yyv4653 := &yyv4650[yyj4650] - yyv4653.CodecDecodeSelf(d) + yyv4644 := &yyv4641[yyj4641] + yyv4644.CodecDecodeSelf(d) } } else { @@ -58120,17 +58038,17 @@ func (x codecSelfer1234) decSliceVolumeMount(v *[]VolumeMount, d *codec1978.Deco } } - if yyj4650 < len(yyv4650) { - yyv4650 = yyv4650[:yyj4650] - yyc4650 = true - } else if yyj4650 == 0 && yyv4650 == nil { - yyv4650 = []VolumeMount{} - yyc4650 = true + if yyj4641 < len(yyv4641) { + yyv4641 = yyv4641[:yyj4641] + yyc4641 = true + } else if yyj4641 == 0 && yyv4641 == nil { + yyv4641 = []VolumeMount{} + yyc4641 = true } } - yyh4650.End() - if yyc4650 { - *v = yyv4650 + yyh4641.End() + if yyc4641 { + *v = yyv4641 } } @@ -58139,10 +58057,10 @@ func (x codecSelfer1234) encSlicePod(v []Pod, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4654 := range v { + for _, yyv4645 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4655 := &yyv4654 - yy4655.CodecEncodeSelf(e) + yy4646 := &yyv4645 + yy4646.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58152,83 +58070,83 @@ func (x codecSelfer1234) decSlicePod(v *[]Pod, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4656 := *v - yyh4656, yyl4656 := z.DecSliceHelperStart() - var yyc4656 bool - if yyl4656 == 0 { - if yyv4656 == nil { - yyv4656 = []Pod{} - yyc4656 = true - } else if len(yyv4656) != 0 { - yyv4656 = yyv4656[:0] - yyc4656 = true + yyv4647 := *v + yyh4647, yyl4647 := z.DecSliceHelperStart() + var yyc4647 bool + if yyl4647 == 0 { + if yyv4647 == nil { + yyv4647 = []Pod{} + yyc4647 = true + } else if len(yyv4647) != 0 { + yyv4647 = yyv4647[:0] + yyc4647 = true } - } else if yyl4656 > 0 { - var yyrr4656, yyrl4656 int - var yyrt4656 bool - if yyl4656 > cap(yyv4656) { + } else if yyl4647 > 0 { + var yyrr4647, yyrl4647 int + var yyrt4647 bool + if yyl4647 > cap(yyv4647) { - yyrg4656 := len(yyv4656) > 0 - yyv24656 := yyv4656 - yyrl4656, yyrt4656 = z.DecInferLen(yyl4656, z.DecBasicHandle().MaxInitLen, 640) - if yyrt4656 { - if yyrl4656 <= cap(yyv4656) { - yyv4656 = yyv4656[:yyrl4656] + yyrg4647 := len(yyv4647) > 0 + yyv24647 := yyv4647 + yyrl4647, yyrt4647 = z.DecInferLen(yyl4647, z.DecBasicHandle().MaxInitLen, 640) + if yyrt4647 { + if yyrl4647 <= cap(yyv4647) { + yyv4647 = yyv4647[:yyrl4647] } else { - yyv4656 = make([]Pod, yyrl4656) + yyv4647 = make([]Pod, yyrl4647) } } else { - yyv4656 = make([]Pod, yyrl4656) + yyv4647 = make([]Pod, yyrl4647) } - yyc4656 = true - yyrr4656 = len(yyv4656) - if yyrg4656 { - copy(yyv4656, yyv24656) + yyc4647 = true + yyrr4647 = len(yyv4647) + if yyrg4647 { + copy(yyv4647, yyv24647) } - } else if yyl4656 != len(yyv4656) { - yyv4656 = yyv4656[:yyl4656] - yyc4656 = true + } else if yyl4647 != len(yyv4647) { + yyv4647 = yyv4647[:yyl4647] + yyc4647 = true } - yyj4656 := 0 - for ; yyj4656 < yyrr4656; yyj4656++ { - yyh4656.ElemContainerState(yyj4656) + yyj4647 := 0 + for ; yyj4647 < yyrr4647; yyj4647++ { + yyh4647.ElemContainerState(yyj4647) if r.TryDecodeAsNil() { - yyv4656[yyj4656] = Pod{} + yyv4647[yyj4647] = Pod{} } else { - yyv4657 := &yyv4656[yyj4656] - yyv4657.CodecDecodeSelf(d) + yyv4648 := &yyv4647[yyj4647] + yyv4648.CodecDecodeSelf(d) } } - if yyrt4656 { - for ; yyj4656 < yyl4656; yyj4656++ { - yyv4656 = append(yyv4656, Pod{}) - yyh4656.ElemContainerState(yyj4656) + if yyrt4647 { + for ; yyj4647 < yyl4647; yyj4647++ { + yyv4647 = append(yyv4647, Pod{}) + yyh4647.ElemContainerState(yyj4647) if r.TryDecodeAsNil() { - yyv4656[yyj4656] = Pod{} + yyv4647[yyj4647] = Pod{} } else { - yyv4658 := &yyv4656[yyj4656] - yyv4658.CodecDecodeSelf(d) + yyv4649 := &yyv4647[yyj4647] + yyv4649.CodecDecodeSelf(d) } } } } else { - yyj4656 := 0 - for ; !r.CheckBreak(); yyj4656++ { + yyj4647 := 0 + for ; !r.CheckBreak(); yyj4647++ { - if yyj4656 >= len(yyv4656) { - yyv4656 = append(yyv4656, Pod{}) // var yyz4656 Pod - yyc4656 = true + if yyj4647 >= len(yyv4647) { + yyv4647 = append(yyv4647, Pod{}) // var yyz4647 Pod + yyc4647 = true } - yyh4656.ElemContainerState(yyj4656) - if yyj4656 < len(yyv4656) { + yyh4647.ElemContainerState(yyj4647) + if yyj4647 < len(yyv4647) { if r.TryDecodeAsNil() { - yyv4656[yyj4656] = Pod{} + yyv4647[yyj4647] = Pod{} } else { - yyv4659 := &yyv4656[yyj4656] - yyv4659.CodecDecodeSelf(d) + yyv4650 := &yyv4647[yyj4647] + yyv4650.CodecDecodeSelf(d) } } else { @@ -58236,17 +58154,17 @@ func (x codecSelfer1234) decSlicePod(v *[]Pod, d *codec1978.Decoder) { } } - if yyj4656 < len(yyv4656) { - yyv4656 = yyv4656[:yyj4656] - yyc4656 = true - } else if yyj4656 == 0 && yyv4656 == nil { - yyv4656 = []Pod{} - yyc4656 = true + if yyj4647 < len(yyv4647) { + yyv4647 = yyv4647[:yyj4647] + yyc4647 = true + } else if yyj4647 == 0 && yyv4647 == nil { + yyv4647 = []Pod{} + yyc4647 = true } } - yyh4656.End() - if yyc4656 { - *v = yyv4656 + yyh4647.End() + if yyc4647 { + *v = yyv4647 } } @@ -58255,10 +58173,10 @@ func (x codecSelfer1234) encSliceNodeSelectorTerm(v []NodeSelectorTerm, e *codec z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4660 := range v { + for _, yyv4651 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4661 := &yyv4660 - yy4661.CodecEncodeSelf(e) + yy4652 := &yyv4651 + yy4652.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58268,83 +58186,83 @@ func (x codecSelfer1234) decSliceNodeSelectorTerm(v *[]NodeSelectorTerm, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4662 := *v - yyh4662, yyl4662 := z.DecSliceHelperStart() - var yyc4662 bool - if yyl4662 == 0 { - if yyv4662 == nil { - yyv4662 = []NodeSelectorTerm{} - yyc4662 = true - } else if len(yyv4662) != 0 { - yyv4662 = yyv4662[:0] - yyc4662 = true + yyv4653 := *v + yyh4653, yyl4653 := z.DecSliceHelperStart() + var yyc4653 bool + if yyl4653 == 0 { + if yyv4653 == nil { + yyv4653 = []NodeSelectorTerm{} + yyc4653 = true + } else if len(yyv4653) != 0 { + yyv4653 = yyv4653[:0] + yyc4653 = true } - } else if yyl4662 > 0 { - var yyrr4662, yyrl4662 int - var yyrt4662 bool - if yyl4662 > cap(yyv4662) { + } else if yyl4653 > 0 { + var yyrr4653, yyrl4653 int + var yyrt4653 bool + if yyl4653 > cap(yyv4653) { - yyrg4662 := len(yyv4662) > 0 - yyv24662 := yyv4662 - yyrl4662, yyrt4662 = z.DecInferLen(yyl4662, z.DecBasicHandle().MaxInitLen, 24) - if yyrt4662 { - if yyrl4662 <= cap(yyv4662) { - yyv4662 = yyv4662[:yyrl4662] + yyrg4653 := len(yyv4653) > 0 + yyv24653 := yyv4653 + yyrl4653, yyrt4653 = z.DecInferLen(yyl4653, z.DecBasicHandle().MaxInitLen, 24) + if yyrt4653 { + if yyrl4653 <= cap(yyv4653) { + yyv4653 = yyv4653[:yyrl4653] } else { - yyv4662 = make([]NodeSelectorTerm, yyrl4662) + yyv4653 = make([]NodeSelectorTerm, yyrl4653) } } else { - yyv4662 = make([]NodeSelectorTerm, yyrl4662) + yyv4653 = make([]NodeSelectorTerm, yyrl4653) } - yyc4662 = true - yyrr4662 = len(yyv4662) - if yyrg4662 { - copy(yyv4662, yyv24662) + yyc4653 = true + yyrr4653 = len(yyv4653) + if yyrg4653 { + copy(yyv4653, yyv24653) } - } else if yyl4662 != len(yyv4662) { - yyv4662 = yyv4662[:yyl4662] - yyc4662 = true + } else if yyl4653 != len(yyv4653) { + yyv4653 = yyv4653[:yyl4653] + yyc4653 = true } - yyj4662 := 0 - for ; yyj4662 < yyrr4662; yyj4662++ { - yyh4662.ElemContainerState(yyj4662) + yyj4653 := 0 + for ; yyj4653 < yyrr4653; yyj4653++ { + yyh4653.ElemContainerState(yyj4653) if r.TryDecodeAsNil() { - yyv4662[yyj4662] = NodeSelectorTerm{} + yyv4653[yyj4653] = NodeSelectorTerm{} } else { - yyv4663 := &yyv4662[yyj4662] - yyv4663.CodecDecodeSelf(d) + yyv4654 := &yyv4653[yyj4653] + yyv4654.CodecDecodeSelf(d) } } - if yyrt4662 { - for ; yyj4662 < yyl4662; yyj4662++ { - yyv4662 = append(yyv4662, NodeSelectorTerm{}) - yyh4662.ElemContainerState(yyj4662) + if yyrt4653 { + for ; yyj4653 < yyl4653; yyj4653++ { + yyv4653 = append(yyv4653, NodeSelectorTerm{}) + yyh4653.ElemContainerState(yyj4653) if r.TryDecodeAsNil() { - yyv4662[yyj4662] = NodeSelectorTerm{} + yyv4653[yyj4653] = NodeSelectorTerm{} } else { - yyv4664 := &yyv4662[yyj4662] - yyv4664.CodecDecodeSelf(d) + yyv4655 := &yyv4653[yyj4653] + yyv4655.CodecDecodeSelf(d) } } } } else { - yyj4662 := 0 - for ; !r.CheckBreak(); yyj4662++ { + yyj4653 := 0 + for ; !r.CheckBreak(); yyj4653++ { - if yyj4662 >= len(yyv4662) { - yyv4662 = append(yyv4662, NodeSelectorTerm{}) // var yyz4662 NodeSelectorTerm - yyc4662 = true + if yyj4653 >= len(yyv4653) { + yyv4653 = append(yyv4653, NodeSelectorTerm{}) // var yyz4653 NodeSelectorTerm + yyc4653 = true } - yyh4662.ElemContainerState(yyj4662) - if yyj4662 < len(yyv4662) { + yyh4653.ElemContainerState(yyj4653) + if yyj4653 < len(yyv4653) { if r.TryDecodeAsNil() { - yyv4662[yyj4662] = NodeSelectorTerm{} + yyv4653[yyj4653] = NodeSelectorTerm{} } else { - yyv4665 := &yyv4662[yyj4662] - yyv4665.CodecDecodeSelf(d) + yyv4656 := &yyv4653[yyj4653] + yyv4656.CodecDecodeSelf(d) } } else { @@ -58352,17 +58270,17 @@ func (x codecSelfer1234) decSliceNodeSelectorTerm(v *[]NodeSelectorTerm, d *code } } - if yyj4662 < len(yyv4662) { - yyv4662 = yyv4662[:yyj4662] - yyc4662 = true - } else if yyj4662 == 0 && yyv4662 == nil { - yyv4662 = []NodeSelectorTerm{} - yyc4662 = true + if yyj4653 < len(yyv4653) { + yyv4653 = yyv4653[:yyj4653] + yyc4653 = true + } else if yyj4653 == 0 && yyv4653 == nil { + yyv4653 = []NodeSelectorTerm{} + yyc4653 = true } } - yyh4662.End() - if yyc4662 { - *v = yyv4662 + yyh4653.End() + if yyc4653 { + *v = yyv4653 } } @@ -58371,10 +58289,10 @@ func (x codecSelfer1234) encSliceNodeSelectorRequirement(v []NodeSelectorRequire z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4666 := range v { + for _, yyv4657 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4667 := &yyv4666 - yy4667.CodecEncodeSelf(e) + yy4658 := &yyv4657 + yy4658.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58384,83 +58302,83 @@ func (x codecSelfer1234) decSliceNodeSelectorRequirement(v *[]NodeSelectorRequir z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4668 := *v - yyh4668, yyl4668 := z.DecSliceHelperStart() - var yyc4668 bool - if yyl4668 == 0 { - if yyv4668 == nil { - yyv4668 = []NodeSelectorRequirement{} - yyc4668 = true - } else if len(yyv4668) != 0 { - yyv4668 = yyv4668[:0] - yyc4668 = true + yyv4659 := *v + yyh4659, yyl4659 := z.DecSliceHelperStart() + var yyc4659 bool + if yyl4659 == 0 { + if yyv4659 == nil { + yyv4659 = []NodeSelectorRequirement{} + yyc4659 = true + } else if len(yyv4659) != 0 { + yyv4659 = yyv4659[:0] + yyc4659 = true } - } else if yyl4668 > 0 { - var yyrr4668, yyrl4668 int - var yyrt4668 bool - if yyl4668 > cap(yyv4668) { + } else if yyl4659 > 0 { + var yyrr4659, yyrl4659 int + var yyrt4659 bool + if yyl4659 > cap(yyv4659) { - yyrg4668 := len(yyv4668) > 0 - yyv24668 := yyv4668 - yyrl4668, yyrt4668 = z.DecInferLen(yyl4668, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4668 { - if yyrl4668 <= cap(yyv4668) { - yyv4668 = yyv4668[:yyrl4668] + yyrg4659 := len(yyv4659) > 0 + yyv24659 := yyv4659 + yyrl4659, yyrt4659 = z.DecInferLen(yyl4659, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4659 { + if yyrl4659 <= cap(yyv4659) { + yyv4659 = yyv4659[:yyrl4659] } else { - yyv4668 = make([]NodeSelectorRequirement, yyrl4668) + yyv4659 = make([]NodeSelectorRequirement, yyrl4659) } } else { - yyv4668 = make([]NodeSelectorRequirement, yyrl4668) + yyv4659 = make([]NodeSelectorRequirement, yyrl4659) } - yyc4668 = true - yyrr4668 = len(yyv4668) - if yyrg4668 { - copy(yyv4668, yyv24668) + yyc4659 = true + yyrr4659 = len(yyv4659) + if yyrg4659 { + copy(yyv4659, yyv24659) } - } else if yyl4668 != len(yyv4668) { - yyv4668 = yyv4668[:yyl4668] - yyc4668 = true + } else if yyl4659 != len(yyv4659) { + yyv4659 = yyv4659[:yyl4659] + yyc4659 = true } - yyj4668 := 0 - for ; yyj4668 < yyrr4668; yyj4668++ { - yyh4668.ElemContainerState(yyj4668) + yyj4659 := 0 + for ; yyj4659 < yyrr4659; yyj4659++ { + yyh4659.ElemContainerState(yyj4659) if r.TryDecodeAsNil() { - yyv4668[yyj4668] = NodeSelectorRequirement{} + yyv4659[yyj4659] = NodeSelectorRequirement{} } else { - yyv4669 := &yyv4668[yyj4668] - yyv4669.CodecDecodeSelf(d) + yyv4660 := &yyv4659[yyj4659] + yyv4660.CodecDecodeSelf(d) } } - if yyrt4668 { - for ; yyj4668 < yyl4668; yyj4668++ { - yyv4668 = append(yyv4668, NodeSelectorRequirement{}) - yyh4668.ElemContainerState(yyj4668) + if yyrt4659 { + for ; yyj4659 < yyl4659; yyj4659++ { + yyv4659 = append(yyv4659, NodeSelectorRequirement{}) + yyh4659.ElemContainerState(yyj4659) if r.TryDecodeAsNil() { - yyv4668[yyj4668] = NodeSelectorRequirement{} + yyv4659[yyj4659] = NodeSelectorRequirement{} } else { - yyv4670 := &yyv4668[yyj4668] - yyv4670.CodecDecodeSelf(d) + yyv4661 := &yyv4659[yyj4659] + yyv4661.CodecDecodeSelf(d) } } } } else { - yyj4668 := 0 - for ; !r.CheckBreak(); yyj4668++ { + yyj4659 := 0 + for ; !r.CheckBreak(); yyj4659++ { - if yyj4668 >= len(yyv4668) { - yyv4668 = append(yyv4668, NodeSelectorRequirement{}) // var yyz4668 NodeSelectorRequirement - yyc4668 = true + if yyj4659 >= len(yyv4659) { + yyv4659 = append(yyv4659, NodeSelectorRequirement{}) // var yyz4659 NodeSelectorRequirement + yyc4659 = true } - yyh4668.ElemContainerState(yyj4668) - if yyj4668 < len(yyv4668) { + yyh4659.ElemContainerState(yyj4659) + if yyj4659 < len(yyv4659) { if r.TryDecodeAsNil() { - yyv4668[yyj4668] = NodeSelectorRequirement{} + yyv4659[yyj4659] = NodeSelectorRequirement{} } else { - yyv4671 := &yyv4668[yyj4668] - yyv4671.CodecDecodeSelf(d) + yyv4662 := &yyv4659[yyj4659] + yyv4662.CodecDecodeSelf(d) } } else { @@ -58468,17 +58386,17 @@ func (x codecSelfer1234) decSliceNodeSelectorRequirement(v *[]NodeSelectorRequir } } - if yyj4668 < len(yyv4668) { - yyv4668 = yyv4668[:yyj4668] - yyc4668 = true - } else if yyj4668 == 0 && yyv4668 == nil { - yyv4668 = []NodeSelectorRequirement{} - yyc4668 = true + if yyj4659 < len(yyv4659) { + yyv4659 = yyv4659[:yyj4659] + yyc4659 = true + } else if yyj4659 == 0 && yyv4659 == nil { + yyv4659 = []NodeSelectorRequirement{} + yyc4659 = true } } - yyh4668.End() - if yyc4668 { - *v = yyv4668 + yyh4659.End() + if yyc4659 { + *v = yyv4659 } } @@ -58487,10 +58405,10 @@ func (x codecSelfer1234) encSlicePodAffinityTerm(v []PodAffinityTerm, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4672 := range v { + for _, yyv4663 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4673 := &yyv4672 - yy4673.CodecEncodeSelf(e) + yy4664 := &yyv4663 + yy4664.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58500,83 +58418,83 @@ func (x codecSelfer1234) decSlicePodAffinityTerm(v *[]PodAffinityTerm, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4674 := *v - yyh4674, yyl4674 := z.DecSliceHelperStart() - var yyc4674 bool - if yyl4674 == 0 { - if yyv4674 == nil { - yyv4674 = []PodAffinityTerm{} - yyc4674 = true - } else if len(yyv4674) != 0 { - yyv4674 = yyv4674[:0] - yyc4674 = true + yyv4665 := *v + yyh4665, yyl4665 := z.DecSliceHelperStart() + var yyc4665 bool + if yyl4665 == 0 { + if yyv4665 == nil { + yyv4665 = []PodAffinityTerm{} + yyc4665 = true + } else if len(yyv4665) != 0 { + yyv4665 = yyv4665[:0] + yyc4665 = true } - } else if yyl4674 > 0 { - var yyrr4674, yyrl4674 int - var yyrt4674 bool - if yyl4674 > cap(yyv4674) { + } else if yyl4665 > 0 { + var yyrr4665, yyrl4665 int + var yyrt4665 bool + if yyl4665 > cap(yyv4665) { - yyrg4674 := len(yyv4674) > 0 - yyv24674 := yyv4674 - yyrl4674, yyrt4674 = z.DecInferLen(yyl4674, z.DecBasicHandle().MaxInitLen, 48) - if yyrt4674 { - if yyrl4674 <= cap(yyv4674) { - yyv4674 = yyv4674[:yyrl4674] + yyrg4665 := len(yyv4665) > 0 + yyv24665 := yyv4665 + yyrl4665, yyrt4665 = z.DecInferLen(yyl4665, z.DecBasicHandle().MaxInitLen, 48) + if yyrt4665 { + if yyrl4665 <= cap(yyv4665) { + yyv4665 = yyv4665[:yyrl4665] } else { - yyv4674 = make([]PodAffinityTerm, yyrl4674) + yyv4665 = make([]PodAffinityTerm, yyrl4665) } } else { - yyv4674 = make([]PodAffinityTerm, yyrl4674) + yyv4665 = make([]PodAffinityTerm, yyrl4665) } - yyc4674 = true - yyrr4674 = len(yyv4674) - if yyrg4674 { - copy(yyv4674, yyv24674) + yyc4665 = true + yyrr4665 = len(yyv4665) + if yyrg4665 { + copy(yyv4665, yyv24665) } - } else if yyl4674 != len(yyv4674) { - yyv4674 = yyv4674[:yyl4674] - yyc4674 = true + } else if yyl4665 != len(yyv4665) { + yyv4665 = yyv4665[:yyl4665] + yyc4665 = true } - yyj4674 := 0 - for ; yyj4674 < yyrr4674; yyj4674++ { - yyh4674.ElemContainerState(yyj4674) + yyj4665 := 0 + for ; yyj4665 < yyrr4665; yyj4665++ { + yyh4665.ElemContainerState(yyj4665) if r.TryDecodeAsNil() { - yyv4674[yyj4674] = PodAffinityTerm{} + yyv4665[yyj4665] = PodAffinityTerm{} } else { - yyv4675 := &yyv4674[yyj4674] - yyv4675.CodecDecodeSelf(d) + yyv4666 := &yyv4665[yyj4665] + yyv4666.CodecDecodeSelf(d) } } - if yyrt4674 { - for ; yyj4674 < yyl4674; yyj4674++ { - yyv4674 = append(yyv4674, PodAffinityTerm{}) - yyh4674.ElemContainerState(yyj4674) + if yyrt4665 { + for ; yyj4665 < yyl4665; yyj4665++ { + yyv4665 = append(yyv4665, PodAffinityTerm{}) + yyh4665.ElemContainerState(yyj4665) if r.TryDecodeAsNil() { - yyv4674[yyj4674] = PodAffinityTerm{} + yyv4665[yyj4665] = PodAffinityTerm{} } else { - yyv4676 := &yyv4674[yyj4674] - yyv4676.CodecDecodeSelf(d) + yyv4667 := &yyv4665[yyj4665] + yyv4667.CodecDecodeSelf(d) } } } } else { - yyj4674 := 0 - for ; !r.CheckBreak(); yyj4674++ { + yyj4665 := 0 + for ; !r.CheckBreak(); yyj4665++ { - if yyj4674 >= len(yyv4674) { - yyv4674 = append(yyv4674, PodAffinityTerm{}) // var yyz4674 PodAffinityTerm - yyc4674 = true + if yyj4665 >= len(yyv4665) { + yyv4665 = append(yyv4665, PodAffinityTerm{}) // var yyz4665 PodAffinityTerm + yyc4665 = true } - yyh4674.ElemContainerState(yyj4674) - if yyj4674 < len(yyv4674) { + yyh4665.ElemContainerState(yyj4665) + if yyj4665 < len(yyv4665) { if r.TryDecodeAsNil() { - yyv4674[yyj4674] = PodAffinityTerm{} + yyv4665[yyj4665] = PodAffinityTerm{} } else { - yyv4677 := &yyv4674[yyj4674] - yyv4677.CodecDecodeSelf(d) + yyv4668 := &yyv4665[yyj4665] + yyv4668.CodecDecodeSelf(d) } } else { @@ -58584,17 +58502,17 @@ func (x codecSelfer1234) decSlicePodAffinityTerm(v *[]PodAffinityTerm, d *codec1 } } - if yyj4674 < len(yyv4674) { - yyv4674 = yyv4674[:yyj4674] - yyc4674 = true - } else if yyj4674 == 0 && yyv4674 == nil { - yyv4674 = []PodAffinityTerm{} - yyc4674 = true + if yyj4665 < len(yyv4665) { + yyv4665 = yyv4665[:yyj4665] + yyc4665 = true + } else if yyj4665 == 0 && yyv4665 == nil { + yyv4665 = []PodAffinityTerm{} + yyc4665 = true } } - yyh4674.End() - if yyc4674 { - *v = yyv4674 + yyh4665.End() + if yyc4665 { + *v = yyv4665 } } @@ -58603,10 +58521,10 @@ func (x codecSelfer1234) encSliceWeightedPodAffinityTerm(v []WeightedPodAffinity z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4678 := range v { + for _, yyv4669 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4679 := &yyv4678 - yy4679.CodecEncodeSelf(e) + yy4670 := &yyv4669 + yy4670.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58616,83 +58534,83 @@ func (x codecSelfer1234) decSliceWeightedPodAffinityTerm(v *[]WeightedPodAffinit z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4680 := *v - yyh4680, yyl4680 := z.DecSliceHelperStart() - var yyc4680 bool - if yyl4680 == 0 { - if yyv4680 == nil { - yyv4680 = []WeightedPodAffinityTerm{} - yyc4680 = true - } else if len(yyv4680) != 0 { - yyv4680 = yyv4680[:0] - yyc4680 = true + yyv4671 := *v + yyh4671, yyl4671 := z.DecSliceHelperStart() + var yyc4671 bool + if yyl4671 == 0 { + if yyv4671 == nil { + yyv4671 = []WeightedPodAffinityTerm{} + yyc4671 = true + } else if len(yyv4671) != 0 { + yyv4671 = yyv4671[:0] + yyc4671 = true } - } else if yyl4680 > 0 { - var yyrr4680, yyrl4680 int - var yyrt4680 bool - if yyl4680 > cap(yyv4680) { + } else if yyl4671 > 0 { + var yyrr4671, yyrl4671 int + var yyrt4671 bool + if yyl4671 > cap(yyv4671) { - yyrg4680 := len(yyv4680) > 0 - yyv24680 := yyv4680 - yyrl4680, yyrt4680 = z.DecInferLen(yyl4680, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4680 { - if yyrl4680 <= cap(yyv4680) { - yyv4680 = yyv4680[:yyrl4680] + yyrg4671 := len(yyv4671) > 0 + yyv24671 := yyv4671 + yyrl4671, yyrt4671 = z.DecInferLen(yyl4671, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4671 { + if yyrl4671 <= cap(yyv4671) { + yyv4671 = yyv4671[:yyrl4671] } else { - yyv4680 = make([]WeightedPodAffinityTerm, yyrl4680) + yyv4671 = make([]WeightedPodAffinityTerm, yyrl4671) } } else { - yyv4680 = make([]WeightedPodAffinityTerm, yyrl4680) + yyv4671 = make([]WeightedPodAffinityTerm, yyrl4671) } - yyc4680 = true - yyrr4680 = len(yyv4680) - if yyrg4680 { - copy(yyv4680, yyv24680) + yyc4671 = true + yyrr4671 = len(yyv4671) + if yyrg4671 { + copy(yyv4671, yyv24671) } - } else if yyl4680 != len(yyv4680) { - yyv4680 = yyv4680[:yyl4680] - yyc4680 = true + } else if yyl4671 != len(yyv4671) { + yyv4671 = yyv4671[:yyl4671] + yyc4671 = true } - yyj4680 := 0 - for ; yyj4680 < yyrr4680; yyj4680++ { - yyh4680.ElemContainerState(yyj4680) + yyj4671 := 0 + for ; yyj4671 < yyrr4671; yyj4671++ { + yyh4671.ElemContainerState(yyj4671) if r.TryDecodeAsNil() { - yyv4680[yyj4680] = WeightedPodAffinityTerm{} + yyv4671[yyj4671] = WeightedPodAffinityTerm{} } else { - yyv4681 := &yyv4680[yyj4680] - yyv4681.CodecDecodeSelf(d) + yyv4672 := &yyv4671[yyj4671] + yyv4672.CodecDecodeSelf(d) } } - if yyrt4680 { - for ; yyj4680 < yyl4680; yyj4680++ { - yyv4680 = append(yyv4680, WeightedPodAffinityTerm{}) - yyh4680.ElemContainerState(yyj4680) + if yyrt4671 { + for ; yyj4671 < yyl4671; yyj4671++ { + yyv4671 = append(yyv4671, WeightedPodAffinityTerm{}) + yyh4671.ElemContainerState(yyj4671) if r.TryDecodeAsNil() { - yyv4680[yyj4680] = WeightedPodAffinityTerm{} + yyv4671[yyj4671] = WeightedPodAffinityTerm{} } else { - yyv4682 := &yyv4680[yyj4680] - yyv4682.CodecDecodeSelf(d) + yyv4673 := &yyv4671[yyj4671] + yyv4673.CodecDecodeSelf(d) } } } } else { - yyj4680 := 0 - for ; !r.CheckBreak(); yyj4680++ { + yyj4671 := 0 + for ; !r.CheckBreak(); yyj4671++ { - if yyj4680 >= len(yyv4680) { - yyv4680 = append(yyv4680, WeightedPodAffinityTerm{}) // var yyz4680 WeightedPodAffinityTerm - yyc4680 = true + if yyj4671 >= len(yyv4671) { + yyv4671 = append(yyv4671, WeightedPodAffinityTerm{}) // var yyz4671 WeightedPodAffinityTerm + yyc4671 = true } - yyh4680.ElemContainerState(yyj4680) - if yyj4680 < len(yyv4680) { + yyh4671.ElemContainerState(yyj4671) + if yyj4671 < len(yyv4671) { if r.TryDecodeAsNil() { - yyv4680[yyj4680] = WeightedPodAffinityTerm{} + yyv4671[yyj4671] = WeightedPodAffinityTerm{} } else { - yyv4683 := &yyv4680[yyj4680] - yyv4683.CodecDecodeSelf(d) + yyv4674 := &yyv4671[yyj4671] + yyv4674.CodecDecodeSelf(d) } } else { @@ -58700,17 +58618,17 @@ func (x codecSelfer1234) decSliceWeightedPodAffinityTerm(v *[]WeightedPodAffinit } } - if yyj4680 < len(yyv4680) { - yyv4680 = yyv4680[:yyj4680] - yyc4680 = true - } else if yyj4680 == 0 && yyv4680 == nil { - yyv4680 = []WeightedPodAffinityTerm{} - yyc4680 = true + if yyj4671 < len(yyv4671) { + yyv4671 = yyv4671[:yyj4671] + yyc4671 = true + } else if yyj4671 == 0 && yyv4671 == nil { + yyv4671 = []WeightedPodAffinityTerm{} + yyc4671 = true } } - yyh4680.End() - if yyc4680 { - *v = yyv4680 + yyh4671.End() + if yyc4671 { + *v = yyv4671 } } @@ -58719,10 +58637,10 @@ func (x codecSelfer1234) encSlicePreferredSchedulingTerm(v []PreferredScheduling z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4684 := range v { + for _, yyv4675 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4685 := &yyv4684 - yy4685.CodecEncodeSelf(e) + yy4676 := &yyv4675 + yy4676.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58732,83 +58650,83 @@ func (x codecSelfer1234) decSlicePreferredSchedulingTerm(v *[]PreferredSchedulin z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4686 := *v - yyh4686, yyl4686 := z.DecSliceHelperStart() - var yyc4686 bool - if yyl4686 == 0 { - if yyv4686 == nil { - yyv4686 = []PreferredSchedulingTerm{} - yyc4686 = true - } else if len(yyv4686) != 0 { - yyv4686 = yyv4686[:0] - yyc4686 = true + yyv4677 := *v + yyh4677, yyl4677 := z.DecSliceHelperStart() + var yyc4677 bool + if yyl4677 == 0 { + if yyv4677 == nil { + yyv4677 = []PreferredSchedulingTerm{} + yyc4677 = true + } else if len(yyv4677) != 0 { + yyv4677 = yyv4677[:0] + yyc4677 = true } - } else if yyl4686 > 0 { - var yyrr4686, yyrl4686 int - var yyrt4686 bool - if yyl4686 > cap(yyv4686) { + } else if yyl4677 > 0 { + var yyrr4677, yyrl4677 int + var yyrt4677 bool + if yyl4677 > cap(yyv4677) { - yyrg4686 := len(yyv4686) > 0 - yyv24686 := yyv4686 - yyrl4686, yyrt4686 = z.DecInferLen(yyl4686, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4686 { - if yyrl4686 <= cap(yyv4686) { - yyv4686 = yyv4686[:yyrl4686] + yyrg4677 := len(yyv4677) > 0 + yyv24677 := yyv4677 + yyrl4677, yyrt4677 = z.DecInferLen(yyl4677, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4677 { + if yyrl4677 <= cap(yyv4677) { + yyv4677 = yyv4677[:yyrl4677] } else { - yyv4686 = make([]PreferredSchedulingTerm, yyrl4686) + yyv4677 = make([]PreferredSchedulingTerm, yyrl4677) } } else { - yyv4686 = make([]PreferredSchedulingTerm, yyrl4686) + yyv4677 = make([]PreferredSchedulingTerm, yyrl4677) } - yyc4686 = true - yyrr4686 = len(yyv4686) - if yyrg4686 { - copy(yyv4686, yyv24686) + yyc4677 = true + yyrr4677 = len(yyv4677) + if yyrg4677 { + copy(yyv4677, yyv24677) } - } else if yyl4686 != len(yyv4686) { - yyv4686 = yyv4686[:yyl4686] - yyc4686 = true + } else if yyl4677 != len(yyv4677) { + yyv4677 = yyv4677[:yyl4677] + yyc4677 = true } - yyj4686 := 0 - for ; yyj4686 < yyrr4686; yyj4686++ { - yyh4686.ElemContainerState(yyj4686) + yyj4677 := 0 + for ; yyj4677 < yyrr4677; yyj4677++ { + yyh4677.ElemContainerState(yyj4677) if r.TryDecodeAsNil() { - yyv4686[yyj4686] = PreferredSchedulingTerm{} + yyv4677[yyj4677] = PreferredSchedulingTerm{} } else { - yyv4687 := &yyv4686[yyj4686] - yyv4687.CodecDecodeSelf(d) + yyv4678 := &yyv4677[yyj4677] + yyv4678.CodecDecodeSelf(d) } } - if yyrt4686 { - for ; yyj4686 < yyl4686; yyj4686++ { - yyv4686 = append(yyv4686, PreferredSchedulingTerm{}) - yyh4686.ElemContainerState(yyj4686) + if yyrt4677 { + for ; yyj4677 < yyl4677; yyj4677++ { + yyv4677 = append(yyv4677, PreferredSchedulingTerm{}) + yyh4677.ElemContainerState(yyj4677) if r.TryDecodeAsNil() { - yyv4686[yyj4686] = PreferredSchedulingTerm{} + yyv4677[yyj4677] = PreferredSchedulingTerm{} } else { - yyv4688 := &yyv4686[yyj4686] - yyv4688.CodecDecodeSelf(d) + yyv4679 := &yyv4677[yyj4677] + yyv4679.CodecDecodeSelf(d) } } } } else { - yyj4686 := 0 - for ; !r.CheckBreak(); yyj4686++ { + yyj4677 := 0 + for ; !r.CheckBreak(); yyj4677++ { - if yyj4686 >= len(yyv4686) { - yyv4686 = append(yyv4686, PreferredSchedulingTerm{}) // var yyz4686 PreferredSchedulingTerm - yyc4686 = true + if yyj4677 >= len(yyv4677) { + yyv4677 = append(yyv4677, PreferredSchedulingTerm{}) // var yyz4677 PreferredSchedulingTerm + yyc4677 = true } - yyh4686.ElemContainerState(yyj4686) - if yyj4686 < len(yyv4686) { + yyh4677.ElemContainerState(yyj4677) + if yyj4677 < len(yyv4677) { if r.TryDecodeAsNil() { - yyv4686[yyj4686] = PreferredSchedulingTerm{} + yyv4677[yyj4677] = PreferredSchedulingTerm{} } else { - yyv4689 := &yyv4686[yyj4686] - yyv4689.CodecDecodeSelf(d) + yyv4680 := &yyv4677[yyj4677] + yyv4680.CodecDecodeSelf(d) } } else { @@ -58816,17 +58734,17 @@ func (x codecSelfer1234) decSlicePreferredSchedulingTerm(v *[]PreferredSchedulin } } - if yyj4686 < len(yyv4686) { - yyv4686 = yyv4686[:yyj4686] - yyc4686 = true - } else if yyj4686 == 0 && yyv4686 == nil { - yyv4686 = []PreferredSchedulingTerm{} - yyc4686 = true + if yyj4677 < len(yyv4677) { + yyv4677 = yyv4677[:yyj4677] + yyc4677 = true + } else if yyj4677 == 0 && yyv4677 == nil { + yyv4677 = []PreferredSchedulingTerm{} + yyc4677 = true } } - yyh4686.End() - if yyc4686 { - *v = yyv4686 + yyh4677.End() + if yyc4677 { + *v = yyv4677 } } @@ -58835,10 +58753,10 @@ func (x codecSelfer1234) encSliceVolume(v []Volume, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4690 := range v { + for _, yyv4681 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4691 := &yyv4690 - yy4691.CodecEncodeSelf(e) + yy4682 := &yyv4681 + yy4682.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58848,83 +58766,83 @@ func (x codecSelfer1234) decSliceVolume(v *[]Volume, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4692 := *v - yyh4692, yyl4692 := z.DecSliceHelperStart() - var yyc4692 bool - if yyl4692 == 0 { - if yyv4692 == nil { - yyv4692 = []Volume{} - yyc4692 = true - } else if len(yyv4692) != 0 { - yyv4692 = yyv4692[:0] - yyc4692 = true + yyv4683 := *v + yyh4683, yyl4683 := z.DecSliceHelperStart() + var yyc4683 bool + if yyl4683 == 0 { + if yyv4683 == nil { + yyv4683 = []Volume{} + yyc4683 = true + } else if len(yyv4683) != 0 { + yyv4683 = yyv4683[:0] + yyc4683 = true } - } else if yyl4692 > 0 { - var yyrr4692, yyrl4692 int - var yyrt4692 bool - if yyl4692 > cap(yyv4692) { + } else if yyl4683 > 0 { + var yyrr4683, yyrl4683 int + var yyrt4683 bool + if yyl4683 > cap(yyv4683) { - yyrg4692 := len(yyv4692) > 0 - yyv24692 := yyv4692 - yyrl4692, yyrt4692 = z.DecInferLen(yyl4692, z.DecBasicHandle().MaxInitLen, 192) - if yyrt4692 { - if yyrl4692 <= cap(yyv4692) { - yyv4692 = yyv4692[:yyrl4692] + yyrg4683 := len(yyv4683) > 0 + yyv24683 := yyv4683 + yyrl4683, yyrt4683 = z.DecInferLen(yyl4683, z.DecBasicHandle().MaxInitLen, 192) + if yyrt4683 { + if yyrl4683 <= cap(yyv4683) { + yyv4683 = yyv4683[:yyrl4683] } else { - yyv4692 = make([]Volume, yyrl4692) + yyv4683 = make([]Volume, yyrl4683) } } else { - yyv4692 = make([]Volume, yyrl4692) + yyv4683 = make([]Volume, yyrl4683) } - yyc4692 = true - yyrr4692 = len(yyv4692) - if yyrg4692 { - copy(yyv4692, yyv24692) + yyc4683 = true + yyrr4683 = len(yyv4683) + if yyrg4683 { + copy(yyv4683, yyv24683) } - } else if yyl4692 != len(yyv4692) { - yyv4692 = yyv4692[:yyl4692] - yyc4692 = true + } else if yyl4683 != len(yyv4683) { + yyv4683 = yyv4683[:yyl4683] + yyc4683 = true } - yyj4692 := 0 - for ; yyj4692 < yyrr4692; yyj4692++ { - yyh4692.ElemContainerState(yyj4692) + yyj4683 := 0 + for ; yyj4683 < yyrr4683; yyj4683++ { + yyh4683.ElemContainerState(yyj4683) if r.TryDecodeAsNil() { - yyv4692[yyj4692] = Volume{} + yyv4683[yyj4683] = Volume{} } else { - yyv4693 := &yyv4692[yyj4692] - yyv4693.CodecDecodeSelf(d) + yyv4684 := &yyv4683[yyj4683] + yyv4684.CodecDecodeSelf(d) } } - if yyrt4692 { - for ; yyj4692 < yyl4692; yyj4692++ { - yyv4692 = append(yyv4692, Volume{}) - yyh4692.ElemContainerState(yyj4692) + if yyrt4683 { + for ; yyj4683 < yyl4683; yyj4683++ { + yyv4683 = append(yyv4683, Volume{}) + yyh4683.ElemContainerState(yyj4683) if r.TryDecodeAsNil() { - yyv4692[yyj4692] = Volume{} + yyv4683[yyj4683] = Volume{} } else { - yyv4694 := &yyv4692[yyj4692] - yyv4694.CodecDecodeSelf(d) + yyv4685 := &yyv4683[yyj4683] + yyv4685.CodecDecodeSelf(d) } } } } else { - yyj4692 := 0 - for ; !r.CheckBreak(); yyj4692++ { + yyj4683 := 0 + for ; !r.CheckBreak(); yyj4683++ { - if yyj4692 >= len(yyv4692) { - yyv4692 = append(yyv4692, Volume{}) // var yyz4692 Volume - yyc4692 = true + if yyj4683 >= len(yyv4683) { + yyv4683 = append(yyv4683, Volume{}) // var yyz4683 Volume + yyc4683 = true } - yyh4692.ElemContainerState(yyj4692) - if yyj4692 < len(yyv4692) { + yyh4683.ElemContainerState(yyj4683) + if yyj4683 < len(yyv4683) { if r.TryDecodeAsNil() { - yyv4692[yyj4692] = Volume{} + yyv4683[yyj4683] = Volume{} } else { - yyv4695 := &yyv4692[yyj4692] - yyv4695.CodecDecodeSelf(d) + yyv4686 := &yyv4683[yyj4683] + yyv4686.CodecDecodeSelf(d) } } else { @@ -58932,17 +58850,17 @@ func (x codecSelfer1234) decSliceVolume(v *[]Volume, d *codec1978.Decoder) { } } - if yyj4692 < len(yyv4692) { - yyv4692 = yyv4692[:yyj4692] - yyc4692 = true - } else if yyj4692 == 0 && yyv4692 == nil { - yyv4692 = []Volume{} - yyc4692 = true + if yyj4683 < len(yyv4683) { + yyv4683 = yyv4683[:yyj4683] + yyc4683 = true + } else if yyj4683 == 0 && yyv4683 == nil { + yyv4683 = []Volume{} + yyc4683 = true } } - yyh4692.End() - if yyc4692 { - *v = yyv4692 + yyh4683.End() + if yyc4683 { + *v = yyv4683 } } @@ -58951,10 +58869,10 @@ func (x codecSelfer1234) encSliceContainer(v []Container, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4696 := range v { + for _, yyv4687 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4697 := &yyv4696 - yy4697.CodecEncodeSelf(e) + yy4688 := &yyv4687 + yy4688.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58964,83 +58882,83 @@ func (x codecSelfer1234) decSliceContainer(v *[]Container, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4698 := *v - yyh4698, yyl4698 := z.DecSliceHelperStart() - var yyc4698 bool - if yyl4698 == 0 { - if yyv4698 == nil { - yyv4698 = []Container{} - yyc4698 = true - } else if len(yyv4698) != 0 { - yyv4698 = yyv4698[:0] - yyc4698 = true + yyv4689 := *v + yyh4689, yyl4689 := z.DecSliceHelperStart() + var yyc4689 bool + if yyl4689 == 0 { + if yyv4689 == nil { + yyv4689 = []Container{} + yyc4689 = true + } else if len(yyv4689) != 0 { + yyv4689 = yyv4689[:0] + yyc4689 = true } - } else if yyl4698 > 0 { - var yyrr4698, yyrl4698 int - var yyrt4698 bool - if yyl4698 > cap(yyv4698) { + } else if yyl4689 > 0 { + var yyrr4689, yyrl4689 int + var yyrt4689 bool + if yyl4689 > cap(yyv4689) { - yyrg4698 := len(yyv4698) > 0 - yyv24698 := yyv4698 - yyrl4698, yyrt4698 = z.DecInferLen(yyl4698, z.DecBasicHandle().MaxInitLen, 256) - if yyrt4698 { - if yyrl4698 <= cap(yyv4698) { - yyv4698 = yyv4698[:yyrl4698] + yyrg4689 := len(yyv4689) > 0 + yyv24689 := yyv4689 + yyrl4689, yyrt4689 = z.DecInferLen(yyl4689, z.DecBasicHandle().MaxInitLen, 256) + if yyrt4689 { + if yyrl4689 <= cap(yyv4689) { + yyv4689 = yyv4689[:yyrl4689] } else { - yyv4698 = make([]Container, yyrl4698) + yyv4689 = make([]Container, yyrl4689) } } else { - yyv4698 = make([]Container, yyrl4698) + yyv4689 = make([]Container, yyrl4689) } - yyc4698 = true - yyrr4698 = len(yyv4698) - if yyrg4698 { - copy(yyv4698, yyv24698) + yyc4689 = true + yyrr4689 = len(yyv4689) + if yyrg4689 { + copy(yyv4689, yyv24689) } - } else if yyl4698 != len(yyv4698) { - yyv4698 = yyv4698[:yyl4698] - yyc4698 = true + } else if yyl4689 != len(yyv4689) { + yyv4689 = yyv4689[:yyl4689] + yyc4689 = true } - yyj4698 := 0 - for ; yyj4698 < yyrr4698; yyj4698++ { - yyh4698.ElemContainerState(yyj4698) + yyj4689 := 0 + for ; yyj4689 < yyrr4689; yyj4689++ { + yyh4689.ElemContainerState(yyj4689) if r.TryDecodeAsNil() { - yyv4698[yyj4698] = Container{} + yyv4689[yyj4689] = Container{} } else { - yyv4699 := &yyv4698[yyj4698] - yyv4699.CodecDecodeSelf(d) + yyv4690 := &yyv4689[yyj4689] + yyv4690.CodecDecodeSelf(d) } } - if yyrt4698 { - for ; yyj4698 < yyl4698; yyj4698++ { - yyv4698 = append(yyv4698, Container{}) - yyh4698.ElemContainerState(yyj4698) + if yyrt4689 { + for ; yyj4689 < yyl4689; yyj4689++ { + yyv4689 = append(yyv4689, Container{}) + yyh4689.ElemContainerState(yyj4689) if r.TryDecodeAsNil() { - yyv4698[yyj4698] = Container{} + yyv4689[yyj4689] = Container{} } else { - yyv4700 := &yyv4698[yyj4698] - yyv4700.CodecDecodeSelf(d) + yyv4691 := &yyv4689[yyj4689] + yyv4691.CodecDecodeSelf(d) } } } } else { - yyj4698 := 0 - for ; !r.CheckBreak(); yyj4698++ { + yyj4689 := 0 + for ; !r.CheckBreak(); yyj4689++ { - if yyj4698 >= len(yyv4698) { - yyv4698 = append(yyv4698, Container{}) // var yyz4698 Container - yyc4698 = true + if yyj4689 >= len(yyv4689) { + yyv4689 = append(yyv4689, Container{}) // var yyz4689 Container + yyc4689 = true } - yyh4698.ElemContainerState(yyj4698) - if yyj4698 < len(yyv4698) { + yyh4689.ElemContainerState(yyj4689) + if yyj4689 < len(yyv4689) { if r.TryDecodeAsNil() { - yyv4698[yyj4698] = Container{} + yyv4689[yyj4689] = Container{} } else { - yyv4701 := &yyv4698[yyj4698] - yyv4701.CodecDecodeSelf(d) + yyv4692 := &yyv4689[yyj4689] + yyv4692.CodecDecodeSelf(d) } } else { @@ -59048,17 +58966,17 @@ func (x codecSelfer1234) decSliceContainer(v *[]Container, d *codec1978.Decoder) } } - if yyj4698 < len(yyv4698) { - yyv4698 = yyv4698[:yyj4698] - yyc4698 = true - } else if yyj4698 == 0 && yyv4698 == nil { - yyv4698 = []Container{} - yyc4698 = true + if yyj4689 < len(yyv4689) { + yyv4689 = yyv4689[:yyj4689] + yyc4689 = true + } else if yyj4689 == 0 && yyv4689 == nil { + yyv4689 = []Container{} + yyc4689 = true } } - yyh4698.End() - if yyc4698 { - *v = yyv4698 + yyh4689.End() + if yyc4689 { + *v = yyv4689 } } @@ -59067,10 +58985,10 @@ func (x codecSelfer1234) encSliceLocalObjectReference(v []LocalObjectReference, z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4702 := range v { + for _, yyv4693 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4703 := &yyv4702 - yy4703.CodecEncodeSelf(e) + yy4694 := &yyv4693 + yy4694.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59080,83 +58998,83 @@ func (x codecSelfer1234) decSliceLocalObjectReference(v *[]LocalObjectReference, z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4704 := *v - yyh4704, yyl4704 := z.DecSliceHelperStart() - var yyc4704 bool - if yyl4704 == 0 { - if yyv4704 == nil { - yyv4704 = []LocalObjectReference{} - yyc4704 = true - } else if len(yyv4704) != 0 { - yyv4704 = yyv4704[:0] - yyc4704 = true + yyv4695 := *v + yyh4695, yyl4695 := z.DecSliceHelperStart() + var yyc4695 bool + if yyl4695 == 0 { + if yyv4695 == nil { + yyv4695 = []LocalObjectReference{} + yyc4695 = true + } else if len(yyv4695) != 0 { + yyv4695 = yyv4695[:0] + yyc4695 = true } - } else if yyl4704 > 0 { - var yyrr4704, yyrl4704 int - var yyrt4704 bool - if yyl4704 > cap(yyv4704) { + } else if yyl4695 > 0 { + var yyrr4695, yyrl4695 int + var yyrt4695 bool + if yyl4695 > cap(yyv4695) { - yyrg4704 := len(yyv4704) > 0 - yyv24704 := yyv4704 - yyrl4704, yyrt4704 = z.DecInferLen(yyl4704, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4704 { - if yyrl4704 <= cap(yyv4704) { - yyv4704 = yyv4704[:yyrl4704] + yyrg4695 := len(yyv4695) > 0 + yyv24695 := yyv4695 + yyrl4695, yyrt4695 = z.DecInferLen(yyl4695, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4695 { + if yyrl4695 <= cap(yyv4695) { + yyv4695 = yyv4695[:yyrl4695] } else { - yyv4704 = make([]LocalObjectReference, yyrl4704) + yyv4695 = make([]LocalObjectReference, yyrl4695) } } else { - yyv4704 = make([]LocalObjectReference, yyrl4704) + yyv4695 = make([]LocalObjectReference, yyrl4695) } - yyc4704 = true - yyrr4704 = len(yyv4704) - if yyrg4704 { - copy(yyv4704, yyv24704) + yyc4695 = true + yyrr4695 = len(yyv4695) + if yyrg4695 { + copy(yyv4695, yyv24695) } - } else if yyl4704 != len(yyv4704) { - yyv4704 = yyv4704[:yyl4704] - yyc4704 = true + } else if yyl4695 != len(yyv4695) { + yyv4695 = yyv4695[:yyl4695] + yyc4695 = true } - yyj4704 := 0 - for ; yyj4704 < yyrr4704; yyj4704++ { - yyh4704.ElemContainerState(yyj4704) + yyj4695 := 0 + for ; yyj4695 < yyrr4695; yyj4695++ { + yyh4695.ElemContainerState(yyj4695) if r.TryDecodeAsNil() { - yyv4704[yyj4704] = LocalObjectReference{} + yyv4695[yyj4695] = LocalObjectReference{} } else { - yyv4705 := &yyv4704[yyj4704] - yyv4705.CodecDecodeSelf(d) + yyv4696 := &yyv4695[yyj4695] + yyv4696.CodecDecodeSelf(d) } } - if yyrt4704 { - for ; yyj4704 < yyl4704; yyj4704++ { - yyv4704 = append(yyv4704, LocalObjectReference{}) - yyh4704.ElemContainerState(yyj4704) + if yyrt4695 { + for ; yyj4695 < yyl4695; yyj4695++ { + yyv4695 = append(yyv4695, LocalObjectReference{}) + yyh4695.ElemContainerState(yyj4695) if r.TryDecodeAsNil() { - yyv4704[yyj4704] = LocalObjectReference{} + yyv4695[yyj4695] = LocalObjectReference{} } else { - yyv4706 := &yyv4704[yyj4704] - yyv4706.CodecDecodeSelf(d) + yyv4697 := &yyv4695[yyj4695] + yyv4697.CodecDecodeSelf(d) } } } } else { - yyj4704 := 0 - for ; !r.CheckBreak(); yyj4704++ { + yyj4695 := 0 + for ; !r.CheckBreak(); yyj4695++ { - if yyj4704 >= len(yyv4704) { - yyv4704 = append(yyv4704, LocalObjectReference{}) // var yyz4704 LocalObjectReference - yyc4704 = true + if yyj4695 >= len(yyv4695) { + yyv4695 = append(yyv4695, LocalObjectReference{}) // var yyz4695 LocalObjectReference + yyc4695 = true } - yyh4704.ElemContainerState(yyj4704) - if yyj4704 < len(yyv4704) { + yyh4695.ElemContainerState(yyj4695) + if yyj4695 < len(yyv4695) { if r.TryDecodeAsNil() { - yyv4704[yyj4704] = LocalObjectReference{} + yyv4695[yyj4695] = LocalObjectReference{} } else { - yyv4707 := &yyv4704[yyj4704] - yyv4707.CodecDecodeSelf(d) + yyv4698 := &yyv4695[yyj4695] + yyv4698.CodecDecodeSelf(d) } } else { @@ -59164,17 +59082,17 @@ func (x codecSelfer1234) decSliceLocalObjectReference(v *[]LocalObjectReference, } } - if yyj4704 < len(yyv4704) { - yyv4704 = yyv4704[:yyj4704] - yyc4704 = true - } else if yyj4704 == 0 && yyv4704 == nil { - yyv4704 = []LocalObjectReference{} - yyc4704 = true + if yyj4695 < len(yyv4695) { + yyv4695 = yyv4695[:yyj4695] + yyc4695 = true + } else if yyj4695 == 0 && yyv4695 == nil { + yyv4695 = []LocalObjectReference{} + yyc4695 = true } } - yyh4704.End() - if yyc4704 { - *v = yyv4704 + yyh4695.End() + if yyc4695 { + *v = yyv4695 } } @@ -59183,10 +59101,10 @@ func (x codecSelfer1234) encSlicePodCondition(v []PodCondition, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4708 := range v { + for _, yyv4699 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4709 := &yyv4708 - yy4709.CodecEncodeSelf(e) + yy4700 := &yyv4699 + yy4700.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59196,83 +59114,83 @@ func (x codecSelfer1234) decSlicePodCondition(v *[]PodCondition, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4710 := *v - yyh4710, yyl4710 := z.DecSliceHelperStart() - var yyc4710 bool - if yyl4710 == 0 { - if yyv4710 == nil { - yyv4710 = []PodCondition{} - yyc4710 = true - } else if len(yyv4710) != 0 { - yyv4710 = yyv4710[:0] - yyc4710 = true + yyv4701 := *v + yyh4701, yyl4701 := z.DecSliceHelperStart() + var yyc4701 bool + if yyl4701 == 0 { + if yyv4701 == nil { + yyv4701 = []PodCondition{} + yyc4701 = true + } else if len(yyv4701) != 0 { + yyv4701 = yyv4701[:0] + yyc4701 = true } - } else if yyl4710 > 0 { - var yyrr4710, yyrl4710 int - var yyrt4710 bool - if yyl4710 > cap(yyv4710) { + } else if yyl4701 > 0 { + var yyrr4701, yyrl4701 int + var yyrt4701 bool + if yyl4701 > cap(yyv4701) { - yyrg4710 := len(yyv4710) > 0 - yyv24710 := yyv4710 - yyrl4710, yyrt4710 = z.DecInferLen(yyl4710, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4710 { - if yyrl4710 <= cap(yyv4710) { - yyv4710 = yyv4710[:yyrl4710] + yyrg4701 := len(yyv4701) > 0 + yyv24701 := yyv4701 + yyrl4701, yyrt4701 = z.DecInferLen(yyl4701, z.DecBasicHandle().MaxInitLen, 112) + if yyrt4701 { + if yyrl4701 <= cap(yyv4701) { + yyv4701 = yyv4701[:yyrl4701] } else { - yyv4710 = make([]PodCondition, yyrl4710) + yyv4701 = make([]PodCondition, yyrl4701) } } else { - yyv4710 = make([]PodCondition, yyrl4710) + yyv4701 = make([]PodCondition, yyrl4701) } - yyc4710 = true - yyrr4710 = len(yyv4710) - if yyrg4710 { - copy(yyv4710, yyv24710) + yyc4701 = true + yyrr4701 = len(yyv4701) + if yyrg4701 { + copy(yyv4701, yyv24701) } - } else if yyl4710 != len(yyv4710) { - yyv4710 = yyv4710[:yyl4710] - yyc4710 = true + } else if yyl4701 != len(yyv4701) { + yyv4701 = yyv4701[:yyl4701] + yyc4701 = true } - yyj4710 := 0 - for ; yyj4710 < yyrr4710; yyj4710++ { - yyh4710.ElemContainerState(yyj4710) + yyj4701 := 0 + for ; yyj4701 < yyrr4701; yyj4701++ { + yyh4701.ElemContainerState(yyj4701) if r.TryDecodeAsNil() { - yyv4710[yyj4710] = PodCondition{} + yyv4701[yyj4701] = PodCondition{} } else { - yyv4711 := &yyv4710[yyj4710] - yyv4711.CodecDecodeSelf(d) + yyv4702 := &yyv4701[yyj4701] + yyv4702.CodecDecodeSelf(d) } } - if yyrt4710 { - for ; yyj4710 < yyl4710; yyj4710++ { - yyv4710 = append(yyv4710, PodCondition{}) - yyh4710.ElemContainerState(yyj4710) + if yyrt4701 { + for ; yyj4701 < yyl4701; yyj4701++ { + yyv4701 = append(yyv4701, PodCondition{}) + yyh4701.ElemContainerState(yyj4701) if r.TryDecodeAsNil() { - yyv4710[yyj4710] = PodCondition{} + yyv4701[yyj4701] = PodCondition{} } else { - yyv4712 := &yyv4710[yyj4710] - yyv4712.CodecDecodeSelf(d) + yyv4703 := &yyv4701[yyj4701] + yyv4703.CodecDecodeSelf(d) } } } } else { - yyj4710 := 0 - for ; !r.CheckBreak(); yyj4710++ { + yyj4701 := 0 + for ; !r.CheckBreak(); yyj4701++ { - if yyj4710 >= len(yyv4710) { - yyv4710 = append(yyv4710, PodCondition{}) // var yyz4710 PodCondition - yyc4710 = true + if yyj4701 >= len(yyv4701) { + yyv4701 = append(yyv4701, PodCondition{}) // var yyz4701 PodCondition + yyc4701 = true } - yyh4710.ElemContainerState(yyj4710) - if yyj4710 < len(yyv4710) { + yyh4701.ElemContainerState(yyj4701) + if yyj4701 < len(yyv4701) { if r.TryDecodeAsNil() { - yyv4710[yyj4710] = PodCondition{} + yyv4701[yyj4701] = PodCondition{} } else { - yyv4713 := &yyv4710[yyj4710] - yyv4713.CodecDecodeSelf(d) + yyv4704 := &yyv4701[yyj4701] + yyv4704.CodecDecodeSelf(d) } } else { @@ -59280,17 +59198,17 @@ func (x codecSelfer1234) decSlicePodCondition(v *[]PodCondition, d *codec1978.De } } - if yyj4710 < len(yyv4710) { - yyv4710 = yyv4710[:yyj4710] - yyc4710 = true - } else if yyj4710 == 0 && yyv4710 == nil { - yyv4710 = []PodCondition{} - yyc4710 = true + if yyj4701 < len(yyv4701) { + yyv4701 = yyv4701[:yyj4701] + yyc4701 = true + } else if yyj4701 == 0 && yyv4701 == nil { + yyv4701 = []PodCondition{} + yyc4701 = true } } - yyh4710.End() - if yyc4710 { - *v = yyv4710 + yyh4701.End() + if yyc4701 { + *v = yyv4701 } } @@ -59299,10 +59217,10 @@ func (x codecSelfer1234) encSliceContainerStatus(v []ContainerStatus, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4714 := range v { + for _, yyv4705 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4715 := &yyv4714 - yy4715.CodecEncodeSelf(e) + yy4706 := &yyv4705 + yy4706.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59312,83 +59230,83 @@ func (x codecSelfer1234) decSliceContainerStatus(v *[]ContainerStatus, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4716 := *v - yyh4716, yyl4716 := z.DecSliceHelperStart() - var yyc4716 bool - if yyl4716 == 0 { - if yyv4716 == nil { - yyv4716 = []ContainerStatus{} - yyc4716 = true - } else if len(yyv4716) != 0 { - yyv4716 = yyv4716[:0] - yyc4716 = true + yyv4707 := *v + yyh4707, yyl4707 := z.DecSliceHelperStart() + var yyc4707 bool + if yyl4707 == 0 { + if yyv4707 == nil { + yyv4707 = []ContainerStatus{} + yyc4707 = true + } else if len(yyv4707) != 0 { + yyv4707 = yyv4707[:0] + yyc4707 = true } - } else if yyl4716 > 0 { - var yyrr4716, yyrl4716 int - var yyrt4716 bool - if yyl4716 > cap(yyv4716) { + } else if yyl4707 > 0 { + var yyrr4707, yyrl4707 int + var yyrt4707 bool + if yyl4707 > cap(yyv4707) { - yyrg4716 := len(yyv4716) > 0 - yyv24716 := yyv4716 - yyrl4716, yyrt4716 = z.DecInferLen(yyl4716, z.DecBasicHandle().MaxInitLen, 120) - if yyrt4716 { - if yyrl4716 <= cap(yyv4716) { - yyv4716 = yyv4716[:yyrl4716] + yyrg4707 := len(yyv4707) > 0 + yyv24707 := yyv4707 + yyrl4707, yyrt4707 = z.DecInferLen(yyl4707, z.DecBasicHandle().MaxInitLen, 120) + if yyrt4707 { + if yyrl4707 <= cap(yyv4707) { + yyv4707 = yyv4707[:yyrl4707] } else { - yyv4716 = make([]ContainerStatus, yyrl4716) + yyv4707 = make([]ContainerStatus, yyrl4707) } } else { - yyv4716 = make([]ContainerStatus, yyrl4716) + yyv4707 = make([]ContainerStatus, yyrl4707) } - yyc4716 = true - yyrr4716 = len(yyv4716) - if yyrg4716 { - copy(yyv4716, yyv24716) + yyc4707 = true + yyrr4707 = len(yyv4707) + if yyrg4707 { + copy(yyv4707, yyv24707) } - } else if yyl4716 != len(yyv4716) { - yyv4716 = yyv4716[:yyl4716] - yyc4716 = true + } else if yyl4707 != len(yyv4707) { + yyv4707 = yyv4707[:yyl4707] + yyc4707 = true } - yyj4716 := 0 - for ; yyj4716 < yyrr4716; yyj4716++ { - yyh4716.ElemContainerState(yyj4716) + yyj4707 := 0 + for ; yyj4707 < yyrr4707; yyj4707++ { + yyh4707.ElemContainerState(yyj4707) if r.TryDecodeAsNil() { - yyv4716[yyj4716] = ContainerStatus{} + yyv4707[yyj4707] = ContainerStatus{} } else { - yyv4717 := &yyv4716[yyj4716] - yyv4717.CodecDecodeSelf(d) + yyv4708 := &yyv4707[yyj4707] + yyv4708.CodecDecodeSelf(d) } } - if yyrt4716 { - for ; yyj4716 < yyl4716; yyj4716++ { - yyv4716 = append(yyv4716, ContainerStatus{}) - yyh4716.ElemContainerState(yyj4716) + if yyrt4707 { + for ; yyj4707 < yyl4707; yyj4707++ { + yyv4707 = append(yyv4707, ContainerStatus{}) + yyh4707.ElemContainerState(yyj4707) if r.TryDecodeAsNil() { - yyv4716[yyj4716] = ContainerStatus{} + yyv4707[yyj4707] = ContainerStatus{} } else { - yyv4718 := &yyv4716[yyj4716] - yyv4718.CodecDecodeSelf(d) + yyv4709 := &yyv4707[yyj4707] + yyv4709.CodecDecodeSelf(d) } } } } else { - yyj4716 := 0 - for ; !r.CheckBreak(); yyj4716++ { + yyj4707 := 0 + for ; !r.CheckBreak(); yyj4707++ { - if yyj4716 >= len(yyv4716) { - yyv4716 = append(yyv4716, ContainerStatus{}) // var yyz4716 ContainerStatus - yyc4716 = true + if yyj4707 >= len(yyv4707) { + yyv4707 = append(yyv4707, ContainerStatus{}) // var yyz4707 ContainerStatus + yyc4707 = true } - yyh4716.ElemContainerState(yyj4716) - if yyj4716 < len(yyv4716) { + yyh4707.ElemContainerState(yyj4707) + if yyj4707 < len(yyv4707) { if r.TryDecodeAsNil() { - yyv4716[yyj4716] = ContainerStatus{} + yyv4707[yyj4707] = ContainerStatus{} } else { - yyv4719 := &yyv4716[yyj4716] - yyv4719.CodecDecodeSelf(d) + yyv4710 := &yyv4707[yyj4707] + yyv4710.CodecDecodeSelf(d) } } else { @@ -59396,17 +59314,17 @@ func (x codecSelfer1234) decSliceContainerStatus(v *[]ContainerStatus, d *codec1 } } - if yyj4716 < len(yyv4716) { - yyv4716 = yyv4716[:yyj4716] - yyc4716 = true - } else if yyj4716 == 0 && yyv4716 == nil { - yyv4716 = []ContainerStatus{} - yyc4716 = true + if yyj4707 < len(yyv4707) { + yyv4707 = yyv4707[:yyj4707] + yyc4707 = true + } else if yyj4707 == 0 && yyv4707 == nil { + yyv4707 = []ContainerStatus{} + yyc4707 = true } } - yyh4716.End() - if yyc4716 { - *v = yyv4716 + yyh4707.End() + if yyc4707 { + *v = yyv4707 } } @@ -59415,10 +59333,10 @@ func (x codecSelfer1234) encSlicePodTemplate(v []PodTemplate, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4720 := range v { + for _, yyv4711 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4721 := &yyv4720 - yy4721.CodecEncodeSelf(e) + yy4712 := &yyv4711 + yy4712.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59428,83 +59346,83 @@ func (x codecSelfer1234) decSlicePodTemplate(v *[]PodTemplate, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4722 := *v - yyh4722, yyl4722 := z.DecSliceHelperStart() - var yyc4722 bool - if yyl4722 == 0 { - if yyv4722 == nil { - yyv4722 = []PodTemplate{} - yyc4722 = true - } else if len(yyv4722) != 0 { - yyv4722 = yyv4722[:0] - yyc4722 = true + yyv4713 := *v + yyh4713, yyl4713 := z.DecSliceHelperStart() + var yyc4713 bool + if yyl4713 == 0 { + if yyv4713 == nil { + yyv4713 = []PodTemplate{} + yyc4713 = true + } else if len(yyv4713) != 0 { + yyv4713 = yyv4713[:0] + yyc4713 = true } - } else if yyl4722 > 0 { - var yyrr4722, yyrl4722 int - var yyrt4722 bool - if yyl4722 > cap(yyv4722) { + } else if yyl4713 > 0 { + var yyrr4713, yyrl4713 int + var yyrt4713 bool + if yyl4713 > cap(yyv4713) { - yyrg4722 := len(yyv4722) > 0 - yyv24722 := yyv4722 - yyrl4722, yyrt4722 = z.DecInferLen(yyl4722, z.DecBasicHandle().MaxInitLen, 704) - if yyrt4722 { - if yyrl4722 <= cap(yyv4722) { - yyv4722 = yyv4722[:yyrl4722] + yyrg4713 := len(yyv4713) > 0 + yyv24713 := yyv4713 + yyrl4713, yyrt4713 = z.DecInferLen(yyl4713, z.DecBasicHandle().MaxInitLen, 704) + if yyrt4713 { + if yyrl4713 <= cap(yyv4713) { + yyv4713 = yyv4713[:yyrl4713] } else { - yyv4722 = make([]PodTemplate, yyrl4722) + yyv4713 = make([]PodTemplate, yyrl4713) } } else { - yyv4722 = make([]PodTemplate, yyrl4722) + yyv4713 = make([]PodTemplate, yyrl4713) } - yyc4722 = true - yyrr4722 = len(yyv4722) - if yyrg4722 { - copy(yyv4722, yyv24722) + yyc4713 = true + yyrr4713 = len(yyv4713) + if yyrg4713 { + copy(yyv4713, yyv24713) } - } else if yyl4722 != len(yyv4722) { - yyv4722 = yyv4722[:yyl4722] - yyc4722 = true + } else if yyl4713 != len(yyv4713) { + yyv4713 = yyv4713[:yyl4713] + yyc4713 = true } - yyj4722 := 0 - for ; yyj4722 < yyrr4722; yyj4722++ { - yyh4722.ElemContainerState(yyj4722) + yyj4713 := 0 + for ; yyj4713 < yyrr4713; yyj4713++ { + yyh4713.ElemContainerState(yyj4713) if r.TryDecodeAsNil() { - yyv4722[yyj4722] = PodTemplate{} + yyv4713[yyj4713] = PodTemplate{} } else { - yyv4723 := &yyv4722[yyj4722] - yyv4723.CodecDecodeSelf(d) + yyv4714 := &yyv4713[yyj4713] + yyv4714.CodecDecodeSelf(d) } } - if yyrt4722 { - for ; yyj4722 < yyl4722; yyj4722++ { - yyv4722 = append(yyv4722, PodTemplate{}) - yyh4722.ElemContainerState(yyj4722) + if yyrt4713 { + for ; yyj4713 < yyl4713; yyj4713++ { + yyv4713 = append(yyv4713, PodTemplate{}) + yyh4713.ElemContainerState(yyj4713) if r.TryDecodeAsNil() { - yyv4722[yyj4722] = PodTemplate{} + yyv4713[yyj4713] = PodTemplate{} } else { - yyv4724 := &yyv4722[yyj4722] - yyv4724.CodecDecodeSelf(d) + yyv4715 := &yyv4713[yyj4713] + yyv4715.CodecDecodeSelf(d) } } } } else { - yyj4722 := 0 - for ; !r.CheckBreak(); yyj4722++ { + yyj4713 := 0 + for ; !r.CheckBreak(); yyj4713++ { - if yyj4722 >= len(yyv4722) { - yyv4722 = append(yyv4722, PodTemplate{}) // var yyz4722 PodTemplate - yyc4722 = true + if yyj4713 >= len(yyv4713) { + yyv4713 = append(yyv4713, PodTemplate{}) // var yyz4713 PodTemplate + yyc4713 = true } - yyh4722.ElemContainerState(yyj4722) - if yyj4722 < len(yyv4722) { + yyh4713.ElemContainerState(yyj4713) + if yyj4713 < len(yyv4713) { if r.TryDecodeAsNil() { - yyv4722[yyj4722] = PodTemplate{} + yyv4713[yyj4713] = PodTemplate{} } else { - yyv4725 := &yyv4722[yyj4722] - yyv4725.CodecDecodeSelf(d) + yyv4716 := &yyv4713[yyj4713] + yyv4716.CodecDecodeSelf(d) } } else { @@ -59512,17 +59430,17 @@ func (x codecSelfer1234) decSlicePodTemplate(v *[]PodTemplate, d *codec1978.Deco } } - if yyj4722 < len(yyv4722) { - yyv4722 = yyv4722[:yyj4722] - yyc4722 = true - } else if yyj4722 == 0 && yyv4722 == nil { - yyv4722 = []PodTemplate{} - yyc4722 = true + if yyj4713 < len(yyv4713) { + yyv4713 = yyv4713[:yyj4713] + yyc4713 = true + } else if yyj4713 == 0 && yyv4713 == nil { + yyv4713 = []PodTemplate{} + yyc4713 = true } } - yyh4722.End() - if yyc4722 { - *v = yyv4722 + yyh4713.End() + if yyc4713 { + *v = yyv4713 } } @@ -59531,10 +59449,10 @@ func (x codecSelfer1234) encSliceReplicationControllerCondition(v []ReplicationC z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4726 := range v { + for _, yyv4717 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4727 := &yyv4726 - yy4727.CodecEncodeSelf(e) + yy4718 := &yyv4717 + yy4718.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59544,83 +59462,83 @@ func (x codecSelfer1234) decSliceReplicationControllerCondition(v *[]Replication z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4728 := *v - yyh4728, yyl4728 := z.DecSliceHelperStart() - var yyc4728 bool - if yyl4728 == 0 { - if yyv4728 == nil { - yyv4728 = []ReplicationControllerCondition{} - yyc4728 = true - } else if len(yyv4728) != 0 { - yyv4728 = yyv4728[:0] - yyc4728 = true + yyv4719 := *v + yyh4719, yyl4719 := z.DecSliceHelperStart() + var yyc4719 bool + if yyl4719 == 0 { + if yyv4719 == nil { + yyv4719 = []ReplicationControllerCondition{} + yyc4719 = true + } else if len(yyv4719) != 0 { + yyv4719 = yyv4719[:0] + yyc4719 = true } - } else if yyl4728 > 0 { - var yyrr4728, yyrl4728 int - var yyrt4728 bool - if yyl4728 > cap(yyv4728) { + } else if yyl4719 > 0 { + var yyrr4719, yyrl4719 int + var yyrt4719 bool + if yyl4719 > cap(yyv4719) { - yyrg4728 := len(yyv4728) > 0 - yyv24728 := yyv4728 - yyrl4728, yyrt4728 = z.DecInferLen(yyl4728, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4728 { - if yyrl4728 <= cap(yyv4728) { - yyv4728 = yyv4728[:yyrl4728] + yyrg4719 := len(yyv4719) > 0 + yyv24719 := yyv4719 + yyrl4719, yyrt4719 = z.DecInferLen(yyl4719, z.DecBasicHandle().MaxInitLen, 88) + if yyrt4719 { + if yyrl4719 <= cap(yyv4719) { + yyv4719 = yyv4719[:yyrl4719] } else { - yyv4728 = make([]ReplicationControllerCondition, yyrl4728) + yyv4719 = make([]ReplicationControllerCondition, yyrl4719) } } else { - yyv4728 = make([]ReplicationControllerCondition, yyrl4728) + yyv4719 = make([]ReplicationControllerCondition, yyrl4719) } - yyc4728 = true - yyrr4728 = len(yyv4728) - if yyrg4728 { - copy(yyv4728, yyv24728) + yyc4719 = true + yyrr4719 = len(yyv4719) + if yyrg4719 { + copy(yyv4719, yyv24719) } - } else if yyl4728 != len(yyv4728) { - yyv4728 = yyv4728[:yyl4728] - yyc4728 = true + } else if yyl4719 != len(yyv4719) { + yyv4719 = yyv4719[:yyl4719] + yyc4719 = true } - yyj4728 := 0 - for ; yyj4728 < yyrr4728; yyj4728++ { - yyh4728.ElemContainerState(yyj4728) + yyj4719 := 0 + for ; yyj4719 < yyrr4719; yyj4719++ { + yyh4719.ElemContainerState(yyj4719) if r.TryDecodeAsNil() { - yyv4728[yyj4728] = ReplicationControllerCondition{} + yyv4719[yyj4719] = ReplicationControllerCondition{} } else { - yyv4729 := &yyv4728[yyj4728] - yyv4729.CodecDecodeSelf(d) + yyv4720 := &yyv4719[yyj4719] + yyv4720.CodecDecodeSelf(d) } } - if yyrt4728 { - for ; yyj4728 < yyl4728; yyj4728++ { - yyv4728 = append(yyv4728, ReplicationControllerCondition{}) - yyh4728.ElemContainerState(yyj4728) + if yyrt4719 { + for ; yyj4719 < yyl4719; yyj4719++ { + yyv4719 = append(yyv4719, ReplicationControllerCondition{}) + yyh4719.ElemContainerState(yyj4719) if r.TryDecodeAsNil() { - yyv4728[yyj4728] = ReplicationControllerCondition{} + yyv4719[yyj4719] = ReplicationControllerCondition{} } else { - yyv4730 := &yyv4728[yyj4728] - yyv4730.CodecDecodeSelf(d) + yyv4721 := &yyv4719[yyj4719] + yyv4721.CodecDecodeSelf(d) } } } } else { - yyj4728 := 0 - for ; !r.CheckBreak(); yyj4728++ { + yyj4719 := 0 + for ; !r.CheckBreak(); yyj4719++ { - if yyj4728 >= len(yyv4728) { - yyv4728 = append(yyv4728, ReplicationControllerCondition{}) // var yyz4728 ReplicationControllerCondition - yyc4728 = true + if yyj4719 >= len(yyv4719) { + yyv4719 = append(yyv4719, ReplicationControllerCondition{}) // var yyz4719 ReplicationControllerCondition + yyc4719 = true } - yyh4728.ElemContainerState(yyj4728) - if yyj4728 < len(yyv4728) { + yyh4719.ElemContainerState(yyj4719) + if yyj4719 < len(yyv4719) { if r.TryDecodeAsNil() { - yyv4728[yyj4728] = ReplicationControllerCondition{} + yyv4719[yyj4719] = ReplicationControllerCondition{} } else { - yyv4731 := &yyv4728[yyj4728] - yyv4731.CodecDecodeSelf(d) + yyv4722 := &yyv4719[yyj4719] + yyv4722.CodecDecodeSelf(d) } } else { @@ -59628,17 +59546,17 @@ func (x codecSelfer1234) decSliceReplicationControllerCondition(v *[]Replication } } - if yyj4728 < len(yyv4728) { - yyv4728 = yyv4728[:yyj4728] - yyc4728 = true - } else if yyj4728 == 0 && yyv4728 == nil { - yyv4728 = []ReplicationControllerCondition{} - yyc4728 = true + if yyj4719 < len(yyv4719) { + yyv4719 = yyv4719[:yyj4719] + yyc4719 = true + } else if yyj4719 == 0 && yyv4719 == nil { + yyv4719 = []ReplicationControllerCondition{} + yyc4719 = true } } - yyh4728.End() - if yyc4728 { - *v = yyv4728 + yyh4719.End() + if yyc4719 { + *v = yyv4719 } } @@ -59647,10 +59565,10 @@ func (x codecSelfer1234) encSliceReplicationController(v []ReplicationController z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4732 := range v { + for _, yyv4723 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4733 := &yyv4732 - yy4733.CodecEncodeSelf(e) + yy4724 := &yyv4723 + yy4724.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59660,83 +59578,83 @@ func (x codecSelfer1234) decSliceReplicationController(v *[]ReplicationControlle z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4734 := *v - yyh4734, yyl4734 := z.DecSliceHelperStart() - var yyc4734 bool - if yyl4734 == 0 { - if yyv4734 == nil { - yyv4734 = []ReplicationController{} - yyc4734 = true - } else if len(yyv4734) != 0 { - yyv4734 = yyv4734[:0] - yyc4734 = true + yyv4725 := *v + yyh4725, yyl4725 := z.DecSliceHelperStart() + var yyc4725 bool + if yyl4725 == 0 { + if yyv4725 == nil { + yyv4725 = []ReplicationController{} + yyc4725 = true + } else if len(yyv4725) != 0 { + yyv4725 = yyv4725[:0] + yyc4725 = true } - } else if yyl4734 > 0 { - var yyrr4734, yyrl4734 int - var yyrt4734 bool - if yyl4734 > cap(yyv4734) { + } else if yyl4725 > 0 { + var yyrr4725, yyrl4725 int + var yyrt4725 bool + if yyl4725 > cap(yyv4725) { - yyrg4734 := len(yyv4734) > 0 - yyv24734 := yyv4734 - yyrl4734, yyrt4734 = z.DecInferLen(yyl4734, z.DecBasicHandle().MaxInitLen, 328) - if yyrt4734 { - if yyrl4734 <= cap(yyv4734) { - yyv4734 = yyv4734[:yyrl4734] + yyrg4725 := len(yyv4725) > 0 + yyv24725 := yyv4725 + yyrl4725, yyrt4725 = z.DecInferLen(yyl4725, z.DecBasicHandle().MaxInitLen, 328) + if yyrt4725 { + if yyrl4725 <= cap(yyv4725) { + yyv4725 = yyv4725[:yyrl4725] } else { - yyv4734 = make([]ReplicationController, yyrl4734) + yyv4725 = make([]ReplicationController, yyrl4725) } } else { - yyv4734 = make([]ReplicationController, yyrl4734) + yyv4725 = make([]ReplicationController, yyrl4725) } - yyc4734 = true - yyrr4734 = len(yyv4734) - if yyrg4734 { - copy(yyv4734, yyv24734) + yyc4725 = true + yyrr4725 = len(yyv4725) + if yyrg4725 { + copy(yyv4725, yyv24725) } - } else if yyl4734 != len(yyv4734) { - yyv4734 = yyv4734[:yyl4734] - yyc4734 = true + } else if yyl4725 != len(yyv4725) { + yyv4725 = yyv4725[:yyl4725] + yyc4725 = true } - yyj4734 := 0 - for ; yyj4734 < yyrr4734; yyj4734++ { - yyh4734.ElemContainerState(yyj4734) + yyj4725 := 0 + for ; yyj4725 < yyrr4725; yyj4725++ { + yyh4725.ElemContainerState(yyj4725) if r.TryDecodeAsNil() { - yyv4734[yyj4734] = ReplicationController{} + yyv4725[yyj4725] = ReplicationController{} } else { - yyv4735 := &yyv4734[yyj4734] - yyv4735.CodecDecodeSelf(d) + yyv4726 := &yyv4725[yyj4725] + yyv4726.CodecDecodeSelf(d) } } - if yyrt4734 { - for ; yyj4734 < yyl4734; yyj4734++ { - yyv4734 = append(yyv4734, ReplicationController{}) - yyh4734.ElemContainerState(yyj4734) + if yyrt4725 { + for ; yyj4725 < yyl4725; yyj4725++ { + yyv4725 = append(yyv4725, ReplicationController{}) + yyh4725.ElemContainerState(yyj4725) if r.TryDecodeAsNil() { - yyv4734[yyj4734] = ReplicationController{} + yyv4725[yyj4725] = ReplicationController{} } else { - yyv4736 := &yyv4734[yyj4734] - yyv4736.CodecDecodeSelf(d) + yyv4727 := &yyv4725[yyj4725] + yyv4727.CodecDecodeSelf(d) } } } } else { - yyj4734 := 0 - for ; !r.CheckBreak(); yyj4734++ { + yyj4725 := 0 + for ; !r.CheckBreak(); yyj4725++ { - if yyj4734 >= len(yyv4734) { - yyv4734 = append(yyv4734, ReplicationController{}) // var yyz4734 ReplicationController - yyc4734 = true + if yyj4725 >= len(yyv4725) { + yyv4725 = append(yyv4725, ReplicationController{}) // var yyz4725 ReplicationController + yyc4725 = true } - yyh4734.ElemContainerState(yyj4734) - if yyj4734 < len(yyv4734) { + yyh4725.ElemContainerState(yyj4725) + if yyj4725 < len(yyv4725) { if r.TryDecodeAsNil() { - yyv4734[yyj4734] = ReplicationController{} + yyv4725[yyj4725] = ReplicationController{} } else { - yyv4737 := &yyv4734[yyj4734] - yyv4737.CodecDecodeSelf(d) + yyv4728 := &yyv4725[yyj4725] + yyv4728.CodecDecodeSelf(d) } } else { @@ -59744,17 +59662,17 @@ func (x codecSelfer1234) decSliceReplicationController(v *[]ReplicationControlle } } - if yyj4734 < len(yyv4734) { - yyv4734 = yyv4734[:yyj4734] - yyc4734 = true - } else if yyj4734 == 0 && yyv4734 == nil { - yyv4734 = []ReplicationController{} - yyc4734 = true + if yyj4725 < len(yyv4725) { + yyv4725 = yyv4725[:yyj4725] + yyc4725 = true + } else if yyj4725 == 0 && yyv4725 == nil { + yyv4725 = []ReplicationController{} + yyc4725 = true } } - yyh4734.End() - if yyc4734 { - *v = yyv4734 + yyh4725.End() + if yyc4725 { + *v = yyv4725 } } @@ -59763,10 +59681,10 @@ func (x codecSelfer1234) encSliceService(v []Service, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4738 := range v { + for _, yyv4729 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4739 := &yyv4738 - yy4739.CodecEncodeSelf(e) + yy4730 := &yyv4729 + yy4730.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59776,83 +59694,83 @@ func (x codecSelfer1234) decSliceService(v *[]Service, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4740 := *v - yyh4740, yyl4740 := z.DecSliceHelperStart() - var yyc4740 bool - if yyl4740 == 0 { - if yyv4740 == nil { - yyv4740 = []Service{} - yyc4740 = true - } else if len(yyv4740) != 0 { - yyv4740 = yyv4740[:0] - yyc4740 = true + yyv4731 := *v + yyh4731, yyl4731 := z.DecSliceHelperStart() + var yyc4731 bool + if yyl4731 == 0 { + if yyv4731 == nil { + yyv4731 = []Service{} + yyc4731 = true + } else if len(yyv4731) != 0 { + yyv4731 = yyv4731[:0] + yyc4731 = true } - } else if yyl4740 > 0 { - var yyrr4740, yyrl4740 int - var yyrt4740 bool - if yyl4740 > cap(yyv4740) { + } else if yyl4731 > 0 { + var yyrr4731, yyrl4731 int + var yyrt4731 bool + if yyl4731 > cap(yyv4731) { - yyrg4740 := len(yyv4740) > 0 - yyv24740 := yyv4740 - yyrl4740, yyrt4740 = z.DecInferLen(yyl4740, z.DecBasicHandle().MaxInitLen, 440) - if yyrt4740 { - if yyrl4740 <= cap(yyv4740) { - yyv4740 = yyv4740[:yyrl4740] + yyrg4731 := len(yyv4731) > 0 + yyv24731 := yyv4731 + yyrl4731, yyrt4731 = z.DecInferLen(yyl4731, z.DecBasicHandle().MaxInitLen, 440) + if yyrt4731 { + if yyrl4731 <= cap(yyv4731) { + yyv4731 = yyv4731[:yyrl4731] } else { - yyv4740 = make([]Service, yyrl4740) + yyv4731 = make([]Service, yyrl4731) } } else { - yyv4740 = make([]Service, yyrl4740) + yyv4731 = make([]Service, yyrl4731) } - yyc4740 = true - yyrr4740 = len(yyv4740) - if yyrg4740 { - copy(yyv4740, yyv24740) + yyc4731 = true + yyrr4731 = len(yyv4731) + if yyrg4731 { + copy(yyv4731, yyv24731) } - } else if yyl4740 != len(yyv4740) { - yyv4740 = yyv4740[:yyl4740] - yyc4740 = true + } else if yyl4731 != len(yyv4731) { + yyv4731 = yyv4731[:yyl4731] + yyc4731 = true } - yyj4740 := 0 - for ; yyj4740 < yyrr4740; yyj4740++ { - yyh4740.ElemContainerState(yyj4740) + yyj4731 := 0 + for ; yyj4731 < yyrr4731; yyj4731++ { + yyh4731.ElemContainerState(yyj4731) if r.TryDecodeAsNil() { - yyv4740[yyj4740] = Service{} + yyv4731[yyj4731] = Service{} } else { - yyv4741 := &yyv4740[yyj4740] - yyv4741.CodecDecodeSelf(d) + yyv4732 := &yyv4731[yyj4731] + yyv4732.CodecDecodeSelf(d) } } - if yyrt4740 { - for ; yyj4740 < yyl4740; yyj4740++ { - yyv4740 = append(yyv4740, Service{}) - yyh4740.ElemContainerState(yyj4740) + if yyrt4731 { + for ; yyj4731 < yyl4731; yyj4731++ { + yyv4731 = append(yyv4731, Service{}) + yyh4731.ElemContainerState(yyj4731) if r.TryDecodeAsNil() { - yyv4740[yyj4740] = Service{} + yyv4731[yyj4731] = Service{} } else { - yyv4742 := &yyv4740[yyj4740] - yyv4742.CodecDecodeSelf(d) + yyv4733 := &yyv4731[yyj4731] + yyv4733.CodecDecodeSelf(d) } } } } else { - yyj4740 := 0 - for ; !r.CheckBreak(); yyj4740++ { + yyj4731 := 0 + for ; !r.CheckBreak(); yyj4731++ { - if yyj4740 >= len(yyv4740) { - yyv4740 = append(yyv4740, Service{}) // var yyz4740 Service - yyc4740 = true + if yyj4731 >= len(yyv4731) { + yyv4731 = append(yyv4731, Service{}) // var yyz4731 Service + yyc4731 = true } - yyh4740.ElemContainerState(yyj4740) - if yyj4740 < len(yyv4740) { + yyh4731.ElemContainerState(yyj4731) + if yyj4731 < len(yyv4731) { if r.TryDecodeAsNil() { - yyv4740[yyj4740] = Service{} + yyv4731[yyj4731] = Service{} } else { - yyv4743 := &yyv4740[yyj4740] - yyv4743.CodecDecodeSelf(d) + yyv4734 := &yyv4731[yyj4731] + yyv4734.CodecDecodeSelf(d) } } else { @@ -59860,17 +59778,17 @@ func (x codecSelfer1234) decSliceService(v *[]Service, d *codec1978.Decoder) { } } - if yyj4740 < len(yyv4740) { - yyv4740 = yyv4740[:yyj4740] - yyc4740 = true - } else if yyj4740 == 0 && yyv4740 == nil { - yyv4740 = []Service{} - yyc4740 = true + if yyj4731 < len(yyv4731) { + yyv4731 = yyv4731[:yyj4731] + yyc4731 = true + } else if yyj4731 == 0 && yyv4731 == nil { + yyv4731 = []Service{} + yyc4731 = true } } - yyh4740.End() - if yyc4740 { - *v = yyv4740 + yyh4731.End() + if yyc4731 { + *v = yyv4731 } } @@ -59879,10 +59797,10 @@ func (x codecSelfer1234) encSliceLoadBalancerIngress(v []LoadBalancerIngress, e z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4744 := range v { + for _, yyv4735 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4745 := &yyv4744 - yy4745.CodecEncodeSelf(e) + yy4736 := &yyv4735 + yy4736.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59892,83 +59810,83 @@ func (x codecSelfer1234) decSliceLoadBalancerIngress(v *[]LoadBalancerIngress, d z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4746 := *v - yyh4746, yyl4746 := z.DecSliceHelperStart() - var yyc4746 bool - if yyl4746 == 0 { - if yyv4746 == nil { - yyv4746 = []LoadBalancerIngress{} - yyc4746 = true - } else if len(yyv4746) != 0 { - yyv4746 = yyv4746[:0] - yyc4746 = true + yyv4737 := *v + yyh4737, yyl4737 := z.DecSliceHelperStart() + var yyc4737 bool + if yyl4737 == 0 { + if yyv4737 == nil { + yyv4737 = []LoadBalancerIngress{} + yyc4737 = true + } else if len(yyv4737) != 0 { + yyv4737 = yyv4737[:0] + yyc4737 = true } - } else if yyl4746 > 0 { - var yyrr4746, yyrl4746 int - var yyrt4746 bool - if yyl4746 > cap(yyv4746) { + } else if yyl4737 > 0 { + var yyrr4737, yyrl4737 int + var yyrt4737 bool + if yyl4737 > cap(yyv4737) { - yyrg4746 := len(yyv4746) > 0 - yyv24746 := yyv4746 - yyrl4746, yyrt4746 = z.DecInferLen(yyl4746, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4746 { - if yyrl4746 <= cap(yyv4746) { - yyv4746 = yyv4746[:yyrl4746] + yyrg4737 := len(yyv4737) > 0 + yyv24737 := yyv4737 + yyrl4737, yyrt4737 = z.DecInferLen(yyl4737, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4737 { + if yyrl4737 <= cap(yyv4737) { + yyv4737 = yyv4737[:yyrl4737] } else { - yyv4746 = make([]LoadBalancerIngress, yyrl4746) + yyv4737 = make([]LoadBalancerIngress, yyrl4737) } } else { - yyv4746 = make([]LoadBalancerIngress, yyrl4746) + yyv4737 = make([]LoadBalancerIngress, yyrl4737) } - yyc4746 = true - yyrr4746 = len(yyv4746) - if yyrg4746 { - copy(yyv4746, yyv24746) + yyc4737 = true + yyrr4737 = len(yyv4737) + if yyrg4737 { + copy(yyv4737, yyv24737) } - } else if yyl4746 != len(yyv4746) { - yyv4746 = yyv4746[:yyl4746] - yyc4746 = true + } else if yyl4737 != len(yyv4737) { + yyv4737 = yyv4737[:yyl4737] + yyc4737 = true } - yyj4746 := 0 - for ; yyj4746 < yyrr4746; yyj4746++ { - yyh4746.ElemContainerState(yyj4746) + yyj4737 := 0 + for ; yyj4737 < yyrr4737; yyj4737++ { + yyh4737.ElemContainerState(yyj4737) if r.TryDecodeAsNil() { - yyv4746[yyj4746] = LoadBalancerIngress{} + yyv4737[yyj4737] = LoadBalancerIngress{} } else { - yyv4747 := &yyv4746[yyj4746] - yyv4747.CodecDecodeSelf(d) + yyv4738 := &yyv4737[yyj4737] + yyv4738.CodecDecodeSelf(d) } } - if yyrt4746 { - for ; yyj4746 < yyl4746; yyj4746++ { - yyv4746 = append(yyv4746, LoadBalancerIngress{}) - yyh4746.ElemContainerState(yyj4746) + if yyrt4737 { + for ; yyj4737 < yyl4737; yyj4737++ { + yyv4737 = append(yyv4737, LoadBalancerIngress{}) + yyh4737.ElemContainerState(yyj4737) if r.TryDecodeAsNil() { - yyv4746[yyj4746] = LoadBalancerIngress{} + yyv4737[yyj4737] = LoadBalancerIngress{} } else { - yyv4748 := &yyv4746[yyj4746] - yyv4748.CodecDecodeSelf(d) + yyv4739 := &yyv4737[yyj4737] + yyv4739.CodecDecodeSelf(d) } } } } else { - yyj4746 := 0 - for ; !r.CheckBreak(); yyj4746++ { + yyj4737 := 0 + for ; !r.CheckBreak(); yyj4737++ { - if yyj4746 >= len(yyv4746) { - yyv4746 = append(yyv4746, LoadBalancerIngress{}) // var yyz4746 LoadBalancerIngress - yyc4746 = true + if yyj4737 >= len(yyv4737) { + yyv4737 = append(yyv4737, LoadBalancerIngress{}) // var yyz4737 LoadBalancerIngress + yyc4737 = true } - yyh4746.ElemContainerState(yyj4746) - if yyj4746 < len(yyv4746) { + yyh4737.ElemContainerState(yyj4737) + if yyj4737 < len(yyv4737) { if r.TryDecodeAsNil() { - yyv4746[yyj4746] = LoadBalancerIngress{} + yyv4737[yyj4737] = LoadBalancerIngress{} } else { - yyv4749 := &yyv4746[yyj4746] - yyv4749.CodecDecodeSelf(d) + yyv4740 := &yyv4737[yyj4737] + yyv4740.CodecDecodeSelf(d) } } else { @@ -59976,17 +59894,17 @@ func (x codecSelfer1234) decSliceLoadBalancerIngress(v *[]LoadBalancerIngress, d } } - if yyj4746 < len(yyv4746) { - yyv4746 = yyv4746[:yyj4746] - yyc4746 = true - } else if yyj4746 == 0 && yyv4746 == nil { - yyv4746 = []LoadBalancerIngress{} - yyc4746 = true + if yyj4737 < len(yyv4737) { + yyv4737 = yyv4737[:yyj4737] + yyc4737 = true + } else if yyj4737 == 0 && yyv4737 == nil { + yyv4737 = []LoadBalancerIngress{} + yyc4737 = true } } - yyh4746.End() - if yyc4746 { - *v = yyv4746 + yyh4737.End() + if yyc4737 { + *v = yyv4737 } } @@ -59995,10 +59913,10 @@ func (x codecSelfer1234) encSliceServicePort(v []ServicePort, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4750 := range v { + for _, yyv4741 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4751 := &yyv4750 - yy4751.CodecEncodeSelf(e) + yy4742 := &yyv4741 + yy4742.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60008,83 +59926,83 @@ func (x codecSelfer1234) decSliceServicePort(v *[]ServicePort, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4752 := *v - yyh4752, yyl4752 := z.DecSliceHelperStart() - var yyc4752 bool - if yyl4752 == 0 { - if yyv4752 == nil { - yyv4752 = []ServicePort{} - yyc4752 = true - } else if len(yyv4752) != 0 { - yyv4752 = yyv4752[:0] - yyc4752 = true + yyv4743 := *v + yyh4743, yyl4743 := z.DecSliceHelperStart() + var yyc4743 bool + if yyl4743 == 0 { + if yyv4743 == nil { + yyv4743 = []ServicePort{} + yyc4743 = true + } else if len(yyv4743) != 0 { + yyv4743 = yyv4743[:0] + yyc4743 = true } - } else if yyl4752 > 0 { - var yyrr4752, yyrl4752 int - var yyrt4752 bool - if yyl4752 > cap(yyv4752) { + } else if yyl4743 > 0 { + var yyrr4743, yyrl4743 int + var yyrt4743 bool + if yyl4743 > cap(yyv4743) { - yyrg4752 := len(yyv4752) > 0 - yyv24752 := yyv4752 - yyrl4752, yyrt4752 = z.DecInferLen(yyl4752, z.DecBasicHandle().MaxInitLen, 80) - if yyrt4752 { - if yyrl4752 <= cap(yyv4752) { - yyv4752 = yyv4752[:yyrl4752] + yyrg4743 := len(yyv4743) > 0 + yyv24743 := yyv4743 + yyrl4743, yyrt4743 = z.DecInferLen(yyl4743, z.DecBasicHandle().MaxInitLen, 80) + if yyrt4743 { + if yyrl4743 <= cap(yyv4743) { + yyv4743 = yyv4743[:yyrl4743] } else { - yyv4752 = make([]ServicePort, yyrl4752) + yyv4743 = make([]ServicePort, yyrl4743) } } else { - yyv4752 = make([]ServicePort, yyrl4752) + yyv4743 = make([]ServicePort, yyrl4743) } - yyc4752 = true - yyrr4752 = len(yyv4752) - if yyrg4752 { - copy(yyv4752, yyv24752) + yyc4743 = true + yyrr4743 = len(yyv4743) + if yyrg4743 { + copy(yyv4743, yyv24743) } - } else if yyl4752 != len(yyv4752) { - yyv4752 = yyv4752[:yyl4752] - yyc4752 = true + } else if yyl4743 != len(yyv4743) { + yyv4743 = yyv4743[:yyl4743] + yyc4743 = true } - yyj4752 := 0 - for ; yyj4752 < yyrr4752; yyj4752++ { - yyh4752.ElemContainerState(yyj4752) + yyj4743 := 0 + for ; yyj4743 < yyrr4743; yyj4743++ { + yyh4743.ElemContainerState(yyj4743) if r.TryDecodeAsNil() { - yyv4752[yyj4752] = ServicePort{} + yyv4743[yyj4743] = ServicePort{} } else { - yyv4753 := &yyv4752[yyj4752] - yyv4753.CodecDecodeSelf(d) + yyv4744 := &yyv4743[yyj4743] + yyv4744.CodecDecodeSelf(d) } } - if yyrt4752 { - for ; yyj4752 < yyl4752; yyj4752++ { - yyv4752 = append(yyv4752, ServicePort{}) - yyh4752.ElemContainerState(yyj4752) + if yyrt4743 { + for ; yyj4743 < yyl4743; yyj4743++ { + yyv4743 = append(yyv4743, ServicePort{}) + yyh4743.ElemContainerState(yyj4743) if r.TryDecodeAsNil() { - yyv4752[yyj4752] = ServicePort{} + yyv4743[yyj4743] = ServicePort{} } else { - yyv4754 := &yyv4752[yyj4752] - yyv4754.CodecDecodeSelf(d) + yyv4745 := &yyv4743[yyj4743] + yyv4745.CodecDecodeSelf(d) } } } } else { - yyj4752 := 0 - for ; !r.CheckBreak(); yyj4752++ { + yyj4743 := 0 + for ; !r.CheckBreak(); yyj4743++ { - if yyj4752 >= len(yyv4752) { - yyv4752 = append(yyv4752, ServicePort{}) // var yyz4752 ServicePort - yyc4752 = true + if yyj4743 >= len(yyv4743) { + yyv4743 = append(yyv4743, ServicePort{}) // var yyz4743 ServicePort + yyc4743 = true } - yyh4752.ElemContainerState(yyj4752) - if yyj4752 < len(yyv4752) { + yyh4743.ElemContainerState(yyj4743) + if yyj4743 < len(yyv4743) { if r.TryDecodeAsNil() { - yyv4752[yyj4752] = ServicePort{} + yyv4743[yyj4743] = ServicePort{} } else { - yyv4755 := &yyv4752[yyj4752] - yyv4755.CodecDecodeSelf(d) + yyv4746 := &yyv4743[yyj4743] + yyv4746.CodecDecodeSelf(d) } } else { @@ -60092,17 +60010,17 @@ func (x codecSelfer1234) decSliceServicePort(v *[]ServicePort, d *codec1978.Deco } } - if yyj4752 < len(yyv4752) { - yyv4752 = yyv4752[:yyj4752] - yyc4752 = true - } else if yyj4752 == 0 && yyv4752 == nil { - yyv4752 = []ServicePort{} - yyc4752 = true + if yyj4743 < len(yyv4743) { + yyv4743 = yyv4743[:yyj4743] + yyc4743 = true + } else if yyj4743 == 0 && yyv4743 == nil { + yyv4743 = []ServicePort{} + yyc4743 = true } } - yyh4752.End() - if yyc4752 { - *v = yyv4752 + yyh4743.End() + if yyc4743 { + *v = yyv4743 } } @@ -60111,10 +60029,10 @@ func (x codecSelfer1234) encSliceObjectReference(v []ObjectReference, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4756 := range v { + for _, yyv4747 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4757 := &yyv4756 - yy4757.CodecEncodeSelf(e) + yy4748 := &yyv4747 + yy4748.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60124,83 +60042,83 @@ func (x codecSelfer1234) decSliceObjectReference(v *[]ObjectReference, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4758 := *v - yyh4758, yyl4758 := z.DecSliceHelperStart() - var yyc4758 bool - if yyl4758 == 0 { - if yyv4758 == nil { - yyv4758 = []ObjectReference{} - yyc4758 = true - } else if len(yyv4758) != 0 { - yyv4758 = yyv4758[:0] - yyc4758 = true + yyv4749 := *v + yyh4749, yyl4749 := z.DecSliceHelperStart() + var yyc4749 bool + if yyl4749 == 0 { + if yyv4749 == nil { + yyv4749 = []ObjectReference{} + yyc4749 = true + } else if len(yyv4749) != 0 { + yyv4749 = yyv4749[:0] + yyc4749 = true } - } else if yyl4758 > 0 { - var yyrr4758, yyrl4758 int - var yyrt4758 bool - if yyl4758 > cap(yyv4758) { + } else if yyl4749 > 0 { + var yyrr4749, yyrl4749 int + var yyrt4749 bool + if yyl4749 > cap(yyv4749) { - yyrg4758 := len(yyv4758) > 0 - yyv24758 := yyv4758 - yyrl4758, yyrt4758 = z.DecInferLen(yyl4758, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4758 { - if yyrl4758 <= cap(yyv4758) { - yyv4758 = yyv4758[:yyrl4758] + yyrg4749 := len(yyv4749) > 0 + yyv24749 := yyv4749 + yyrl4749, yyrt4749 = z.DecInferLen(yyl4749, z.DecBasicHandle().MaxInitLen, 112) + if yyrt4749 { + if yyrl4749 <= cap(yyv4749) { + yyv4749 = yyv4749[:yyrl4749] } else { - yyv4758 = make([]ObjectReference, yyrl4758) + yyv4749 = make([]ObjectReference, yyrl4749) } } else { - yyv4758 = make([]ObjectReference, yyrl4758) + yyv4749 = make([]ObjectReference, yyrl4749) } - yyc4758 = true - yyrr4758 = len(yyv4758) - if yyrg4758 { - copy(yyv4758, yyv24758) + yyc4749 = true + yyrr4749 = len(yyv4749) + if yyrg4749 { + copy(yyv4749, yyv24749) } - } else if yyl4758 != len(yyv4758) { - yyv4758 = yyv4758[:yyl4758] - yyc4758 = true + } else if yyl4749 != len(yyv4749) { + yyv4749 = yyv4749[:yyl4749] + yyc4749 = true } - yyj4758 := 0 - for ; yyj4758 < yyrr4758; yyj4758++ { - yyh4758.ElemContainerState(yyj4758) + yyj4749 := 0 + for ; yyj4749 < yyrr4749; yyj4749++ { + yyh4749.ElemContainerState(yyj4749) if r.TryDecodeAsNil() { - yyv4758[yyj4758] = ObjectReference{} + yyv4749[yyj4749] = ObjectReference{} } else { - yyv4759 := &yyv4758[yyj4758] - yyv4759.CodecDecodeSelf(d) + yyv4750 := &yyv4749[yyj4749] + yyv4750.CodecDecodeSelf(d) } } - if yyrt4758 { - for ; yyj4758 < yyl4758; yyj4758++ { - yyv4758 = append(yyv4758, ObjectReference{}) - yyh4758.ElemContainerState(yyj4758) + if yyrt4749 { + for ; yyj4749 < yyl4749; yyj4749++ { + yyv4749 = append(yyv4749, ObjectReference{}) + yyh4749.ElemContainerState(yyj4749) if r.TryDecodeAsNil() { - yyv4758[yyj4758] = ObjectReference{} + yyv4749[yyj4749] = ObjectReference{} } else { - yyv4760 := &yyv4758[yyj4758] - yyv4760.CodecDecodeSelf(d) + yyv4751 := &yyv4749[yyj4749] + yyv4751.CodecDecodeSelf(d) } } } } else { - yyj4758 := 0 - for ; !r.CheckBreak(); yyj4758++ { + yyj4749 := 0 + for ; !r.CheckBreak(); yyj4749++ { - if yyj4758 >= len(yyv4758) { - yyv4758 = append(yyv4758, ObjectReference{}) // var yyz4758 ObjectReference - yyc4758 = true + if yyj4749 >= len(yyv4749) { + yyv4749 = append(yyv4749, ObjectReference{}) // var yyz4749 ObjectReference + yyc4749 = true } - yyh4758.ElemContainerState(yyj4758) - if yyj4758 < len(yyv4758) { + yyh4749.ElemContainerState(yyj4749) + if yyj4749 < len(yyv4749) { if r.TryDecodeAsNil() { - yyv4758[yyj4758] = ObjectReference{} + yyv4749[yyj4749] = ObjectReference{} } else { - yyv4761 := &yyv4758[yyj4758] - yyv4761.CodecDecodeSelf(d) + yyv4752 := &yyv4749[yyj4749] + yyv4752.CodecDecodeSelf(d) } } else { @@ -60208,17 +60126,17 @@ func (x codecSelfer1234) decSliceObjectReference(v *[]ObjectReference, d *codec1 } } - if yyj4758 < len(yyv4758) { - yyv4758 = yyv4758[:yyj4758] - yyc4758 = true - } else if yyj4758 == 0 && yyv4758 == nil { - yyv4758 = []ObjectReference{} - yyc4758 = true + if yyj4749 < len(yyv4749) { + yyv4749 = yyv4749[:yyj4749] + yyc4749 = true + } else if yyj4749 == 0 && yyv4749 == nil { + yyv4749 = []ObjectReference{} + yyc4749 = true } } - yyh4758.End() - if yyc4758 { - *v = yyv4758 + yyh4749.End() + if yyc4749 { + *v = yyv4749 } } @@ -60227,10 +60145,10 @@ func (x codecSelfer1234) encSliceServiceAccount(v []ServiceAccount, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4762 := range v { + for _, yyv4753 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4763 := &yyv4762 - yy4763.CodecEncodeSelf(e) + yy4754 := &yyv4753 + yy4754.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60240,83 +60158,83 @@ func (x codecSelfer1234) decSliceServiceAccount(v *[]ServiceAccount, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4764 := *v - yyh4764, yyl4764 := z.DecSliceHelperStart() - var yyc4764 bool - if yyl4764 == 0 { - if yyv4764 == nil { - yyv4764 = []ServiceAccount{} - yyc4764 = true - } else if len(yyv4764) != 0 { - yyv4764 = yyv4764[:0] - yyc4764 = true + yyv4755 := *v + yyh4755, yyl4755 := z.DecSliceHelperStart() + var yyc4755 bool + if yyl4755 == 0 { + if yyv4755 == nil { + yyv4755 = []ServiceAccount{} + yyc4755 = true + } else if len(yyv4755) != 0 { + yyv4755 = yyv4755[:0] + yyc4755 = true } - } else if yyl4764 > 0 { - var yyrr4764, yyrl4764 int - var yyrt4764 bool - if yyl4764 > cap(yyv4764) { + } else if yyl4755 > 0 { + var yyrr4755, yyrl4755 int + var yyrt4755 bool + if yyl4755 > cap(yyv4755) { - yyrg4764 := len(yyv4764) > 0 - yyv24764 := yyv4764 - yyrl4764, yyrt4764 = z.DecInferLen(yyl4764, z.DecBasicHandle().MaxInitLen, 304) - if yyrt4764 { - if yyrl4764 <= cap(yyv4764) { - yyv4764 = yyv4764[:yyrl4764] + yyrg4755 := len(yyv4755) > 0 + yyv24755 := yyv4755 + yyrl4755, yyrt4755 = z.DecInferLen(yyl4755, z.DecBasicHandle().MaxInitLen, 304) + if yyrt4755 { + if yyrl4755 <= cap(yyv4755) { + yyv4755 = yyv4755[:yyrl4755] } else { - yyv4764 = make([]ServiceAccount, yyrl4764) + yyv4755 = make([]ServiceAccount, yyrl4755) } } else { - yyv4764 = make([]ServiceAccount, yyrl4764) + yyv4755 = make([]ServiceAccount, yyrl4755) } - yyc4764 = true - yyrr4764 = len(yyv4764) - if yyrg4764 { - copy(yyv4764, yyv24764) + yyc4755 = true + yyrr4755 = len(yyv4755) + if yyrg4755 { + copy(yyv4755, yyv24755) } - } else if yyl4764 != len(yyv4764) { - yyv4764 = yyv4764[:yyl4764] - yyc4764 = true + } else if yyl4755 != len(yyv4755) { + yyv4755 = yyv4755[:yyl4755] + yyc4755 = true } - yyj4764 := 0 - for ; yyj4764 < yyrr4764; yyj4764++ { - yyh4764.ElemContainerState(yyj4764) + yyj4755 := 0 + for ; yyj4755 < yyrr4755; yyj4755++ { + yyh4755.ElemContainerState(yyj4755) if r.TryDecodeAsNil() { - yyv4764[yyj4764] = ServiceAccount{} + yyv4755[yyj4755] = ServiceAccount{} } else { - yyv4765 := &yyv4764[yyj4764] - yyv4765.CodecDecodeSelf(d) + yyv4756 := &yyv4755[yyj4755] + yyv4756.CodecDecodeSelf(d) } } - if yyrt4764 { - for ; yyj4764 < yyl4764; yyj4764++ { - yyv4764 = append(yyv4764, ServiceAccount{}) - yyh4764.ElemContainerState(yyj4764) + if yyrt4755 { + for ; yyj4755 < yyl4755; yyj4755++ { + yyv4755 = append(yyv4755, ServiceAccount{}) + yyh4755.ElemContainerState(yyj4755) if r.TryDecodeAsNil() { - yyv4764[yyj4764] = ServiceAccount{} + yyv4755[yyj4755] = ServiceAccount{} } else { - yyv4766 := &yyv4764[yyj4764] - yyv4766.CodecDecodeSelf(d) + yyv4757 := &yyv4755[yyj4755] + yyv4757.CodecDecodeSelf(d) } } } } else { - yyj4764 := 0 - for ; !r.CheckBreak(); yyj4764++ { + yyj4755 := 0 + for ; !r.CheckBreak(); yyj4755++ { - if yyj4764 >= len(yyv4764) { - yyv4764 = append(yyv4764, ServiceAccount{}) // var yyz4764 ServiceAccount - yyc4764 = true + if yyj4755 >= len(yyv4755) { + yyv4755 = append(yyv4755, ServiceAccount{}) // var yyz4755 ServiceAccount + yyc4755 = true } - yyh4764.ElemContainerState(yyj4764) - if yyj4764 < len(yyv4764) { + yyh4755.ElemContainerState(yyj4755) + if yyj4755 < len(yyv4755) { if r.TryDecodeAsNil() { - yyv4764[yyj4764] = ServiceAccount{} + yyv4755[yyj4755] = ServiceAccount{} } else { - yyv4767 := &yyv4764[yyj4764] - yyv4767.CodecDecodeSelf(d) + yyv4758 := &yyv4755[yyj4755] + yyv4758.CodecDecodeSelf(d) } } else { @@ -60324,17 +60242,17 @@ func (x codecSelfer1234) decSliceServiceAccount(v *[]ServiceAccount, d *codec197 } } - if yyj4764 < len(yyv4764) { - yyv4764 = yyv4764[:yyj4764] - yyc4764 = true - } else if yyj4764 == 0 && yyv4764 == nil { - yyv4764 = []ServiceAccount{} - yyc4764 = true + if yyj4755 < len(yyv4755) { + yyv4755 = yyv4755[:yyj4755] + yyc4755 = true + } else if yyj4755 == 0 && yyv4755 == nil { + yyv4755 = []ServiceAccount{} + yyc4755 = true } } - yyh4764.End() - if yyc4764 { - *v = yyv4764 + yyh4755.End() + if yyc4755 { + *v = yyv4755 } } @@ -60343,10 +60261,10 @@ func (x codecSelfer1234) encSliceEndpointSubset(v []EndpointSubset, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4768 := range v { + for _, yyv4759 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4769 := &yyv4768 - yy4769.CodecEncodeSelf(e) + yy4760 := &yyv4759 + yy4760.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60356,83 +60274,83 @@ func (x codecSelfer1234) decSliceEndpointSubset(v *[]EndpointSubset, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4770 := *v - yyh4770, yyl4770 := z.DecSliceHelperStart() - var yyc4770 bool - if yyl4770 == 0 { - if yyv4770 == nil { - yyv4770 = []EndpointSubset{} - yyc4770 = true - } else if len(yyv4770) != 0 { - yyv4770 = yyv4770[:0] - yyc4770 = true + yyv4761 := *v + yyh4761, yyl4761 := z.DecSliceHelperStart() + var yyc4761 bool + if yyl4761 == 0 { + if yyv4761 == nil { + yyv4761 = []EndpointSubset{} + yyc4761 = true + } else if len(yyv4761) != 0 { + yyv4761 = yyv4761[:0] + yyc4761 = true } - } else if yyl4770 > 0 { - var yyrr4770, yyrl4770 int - var yyrt4770 bool - if yyl4770 > cap(yyv4770) { + } else if yyl4761 > 0 { + var yyrr4761, yyrl4761 int + var yyrt4761 bool + if yyl4761 > cap(yyv4761) { - yyrg4770 := len(yyv4770) > 0 - yyv24770 := yyv4770 - yyrl4770, yyrt4770 = z.DecInferLen(yyl4770, z.DecBasicHandle().MaxInitLen, 72) - if yyrt4770 { - if yyrl4770 <= cap(yyv4770) { - yyv4770 = yyv4770[:yyrl4770] + yyrg4761 := len(yyv4761) > 0 + yyv24761 := yyv4761 + yyrl4761, yyrt4761 = z.DecInferLen(yyl4761, z.DecBasicHandle().MaxInitLen, 72) + if yyrt4761 { + if yyrl4761 <= cap(yyv4761) { + yyv4761 = yyv4761[:yyrl4761] } else { - yyv4770 = make([]EndpointSubset, yyrl4770) + yyv4761 = make([]EndpointSubset, yyrl4761) } } else { - yyv4770 = make([]EndpointSubset, yyrl4770) + yyv4761 = make([]EndpointSubset, yyrl4761) } - yyc4770 = true - yyrr4770 = len(yyv4770) - if yyrg4770 { - copy(yyv4770, yyv24770) + yyc4761 = true + yyrr4761 = len(yyv4761) + if yyrg4761 { + copy(yyv4761, yyv24761) } - } else if yyl4770 != len(yyv4770) { - yyv4770 = yyv4770[:yyl4770] - yyc4770 = true + } else if yyl4761 != len(yyv4761) { + yyv4761 = yyv4761[:yyl4761] + yyc4761 = true } - yyj4770 := 0 - for ; yyj4770 < yyrr4770; yyj4770++ { - yyh4770.ElemContainerState(yyj4770) + yyj4761 := 0 + for ; yyj4761 < yyrr4761; yyj4761++ { + yyh4761.ElemContainerState(yyj4761) if r.TryDecodeAsNil() { - yyv4770[yyj4770] = EndpointSubset{} + yyv4761[yyj4761] = EndpointSubset{} } else { - yyv4771 := &yyv4770[yyj4770] - yyv4771.CodecDecodeSelf(d) + yyv4762 := &yyv4761[yyj4761] + yyv4762.CodecDecodeSelf(d) } } - if yyrt4770 { - for ; yyj4770 < yyl4770; yyj4770++ { - yyv4770 = append(yyv4770, EndpointSubset{}) - yyh4770.ElemContainerState(yyj4770) + if yyrt4761 { + for ; yyj4761 < yyl4761; yyj4761++ { + yyv4761 = append(yyv4761, EndpointSubset{}) + yyh4761.ElemContainerState(yyj4761) if r.TryDecodeAsNil() { - yyv4770[yyj4770] = EndpointSubset{} + yyv4761[yyj4761] = EndpointSubset{} } else { - yyv4772 := &yyv4770[yyj4770] - yyv4772.CodecDecodeSelf(d) + yyv4763 := &yyv4761[yyj4761] + yyv4763.CodecDecodeSelf(d) } } } } else { - yyj4770 := 0 - for ; !r.CheckBreak(); yyj4770++ { + yyj4761 := 0 + for ; !r.CheckBreak(); yyj4761++ { - if yyj4770 >= len(yyv4770) { - yyv4770 = append(yyv4770, EndpointSubset{}) // var yyz4770 EndpointSubset - yyc4770 = true + if yyj4761 >= len(yyv4761) { + yyv4761 = append(yyv4761, EndpointSubset{}) // var yyz4761 EndpointSubset + yyc4761 = true } - yyh4770.ElemContainerState(yyj4770) - if yyj4770 < len(yyv4770) { + yyh4761.ElemContainerState(yyj4761) + if yyj4761 < len(yyv4761) { if r.TryDecodeAsNil() { - yyv4770[yyj4770] = EndpointSubset{} + yyv4761[yyj4761] = EndpointSubset{} } else { - yyv4773 := &yyv4770[yyj4770] - yyv4773.CodecDecodeSelf(d) + yyv4764 := &yyv4761[yyj4761] + yyv4764.CodecDecodeSelf(d) } } else { @@ -60440,17 +60358,17 @@ func (x codecSelfer1234) decSliceEndpointSubset(v *[]EndpointSubset, d *codec197 } } - if yyj4770 < len(yyv4770) { - yyv4770 = yyv4770[:yyj4770] - yyc4770 = true - } else if yyj4770 == 0 && yyv4770 == nil { - yyv4770 = []EndpointSubset{} - yyc4770 = true + if yyj4761 < len(yyv4761) { + yyv4761 = yyv4761[:yyj4761] + yyc4761 = true + } else if yyj4761 == 0 && yyv4761 == nil { + yyv4761 = []EndpointSubset{} + yyc4761 = true } } - yyh4770.End() - if yyc4770 { - *v = yyv4770 + yyh4761.End() + if yyc4761 { + *v = yyv4761 } } @@ -60459,10 +60377,10 @@ func (x codecSelfer1234) encSliceEndpointAddress(v []EndpointAddress, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4774 := range v { + for _, yyv4765 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4775 := &yyv4774 - yy4775.CodecEncodeSelf(e) + yy4766 := &yyv4765 + yy4766.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60472,83 +60390,83 @@ func (x codecSelfer1234) decSliceEndpointAddress(v *[]EndpointAddress, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4776 := *v - yyh4776, yyl4776 := z.DecSliceHelperStart() - var yyc4776 bool - if yyl4776 == 0 { - if yyv4776 == nil { - yyv4776 = []EndpointAddress{} - yyc4776 = true - } else if len(yyv4776) != 0 { - yyv4776 = yyv4776[:0] - yyc4776 = true + yyv4767 := *v + yyh4767, yyl4767 := z.DecSliceHelperStart() + var yyc4767 bool + if yyl4767 == 0 { + if yyv4767 == nil { + yyv4767 = []EndpointAddress{} + yyc4767 = true + } else if len(yyv4767) != 0 { + yyv4767 = yyv4767[:0] + yyc4767 = true } - } else if yyl4776 > 0 { - var yyrr4776, yyrl4776 int - var yyrt4776 bool - if yyl4776 > cap(yyv4776) { + } else if yyl4767 > 0 { + var yyrr4767, yyrl4767 int + var yyrt4767 bool + if yyl4767 > cap(yyv4767) { - yyrg4776 := len(yyv4776) > 0 - yyv24776 := yyv4776 - yyrl4776, yyrt4776 = z.DecInferLen(yyl4776, z.DecBasicHandle().MaxInitLen, 48) - if yyrt4776 { - if yyrl4776 <= cap(yyv4776) { - yyv4776 = yyv4776[:yyrl4776] + yyrg4767 := len(yyv4767) > 0 + yyv24767 := yyv4767 + yyrl4767, yyrt4767 = z.DecInferLen(yyl4767, z.DecBasicHandle().MaxInitLen, 48) + if yyrt4767 { + if yyrl4767 <= cap(yyv4767) { + yyv4767 = yyv4767[:yyrl4767] } else { - yyv4776 = make([]EndpointAddress, yyrl4776) + yyv4767 = make([]EndpointAddress, yyrl4767) } } else { - yyv4776 = make([]EndpointAddress, yyrl4776) + yyv4767 = make([]EndpointAddress, yyrl4767) } - yyc4776 = true - yyrr4776 = len(yyv4776) - if yyrg4776 { - copy(yyv4776, yyv24776) + yyc4767 = true + yyrr4767 = len(yyv4767) + if yyrg4767 { + copy(yyv4767, yyv24767) } - } else if yyl4776 != len(yyv4776) { - yyv4776 = yyv4776[:yyl4776] - yyc4776 = true + } else if yyl4767 != len(yyv4767) { + yyv4767 = yyv4767[:yyl4767] + yyc4767 = true } - yyj4776 := 0 - for ; yyj4776 < yyrr4776; yyj4776++ { - yyh4776.ElemContainerState(yyj4776) + yyj4767 := 0 + for ; yyj4767 < yyrr4767; yyj4767++ { + yyh4767.ElemContainerState(yyj4767) if r.TryDecodeAsNil() { - yyv4776[yyj4776] = EndpointAddress{} + yyv4767[yyj4767] = EndpointAddress{} } else { - yyv4777 := &yyv4776[yyj4776] - yyv4777.CodecDecodeSelf(d) + yyv4768 := &yyv4767[yyj4767] + yyv4768.CodecDecodeSelf(d) } } - if yyrt4776 { - for ; yyj4776 < yyl4776; yyj4776++ { - yyv4776 = append(yyv4776, EndpointAddress{}) - yyh4776.ElemContainerState(yyj4776) + if yyrt4767 { + for ; yyj4767 < yyl4767; yyj4767++ { + yyv4767 = append(yyv4767, EndpointAddress{}) + yyh4767.ElemContainerState(yyj4767) if r.TryDecodeAsNil() { - yyv4776[yyj4776] = EndpointAddress{} + yyv4767[yyj4767] = EndpointAddress{} } else { - yyv4778 := &yyv4776[yyj4776] - yyv4778.CodecDecodeSelf(d) + yyv4769 := &yyv4767[yyj4767] + yyv4769.CodecDecodeSelf(d) } } } } else { - yyj4776 := 0 - for ; !r.CheckBreak(); yyj4776++ { + yyj4767 := 0 + for ; !r.CheckBreak(); yyj4767++ { - if yyj4776 >= len(yyv4776) { - yyv4776 = append(yyv4776, EndpointAddress{}) // var yyz4776 EndpointAddress - yyc4776 = true + if yyj4767 >= len(yyv4767) { + yyv4767 = append(yyv4767, EndpointAddress{}) // var yyz4767 EndpointAddress + yyc4767 = true } - yyh4776.ElemContainerState(yyj4776) - if yyj4776 < len(yyv4776) { + yyh4767.ElemContainerState(yyj4767) + if yyj4767 < len(yyv4767) { if r.TryDecodeAsNil() { - yyv4776[yyj4776] = EndpointAddress{} + yyv4767[yyj4767] = EndpointAddress{} } else { - yyv4779 := &yyv4776[yyj4776] - yyv4779.CodecDecodeSelf(d) + yyv4770 := &yyv4767[yyj4767] + yyv4770.CodecDecodeSelf(d) } } else { @@ -60556,17 +60474,17 @@ func (x codecSelfer1234) decSliceEndpointAddress(v *[]EndpointAddress, d *codec1 } } - if yyj4776 < len(yyv4776) { - yyv4776 = yyv4776[:yyj4776] - yyc4776 = true - } else if yyj4776 == 0 && yyv4776 == nil { - yyv4776 = []EndpointAddress{} - yyc4776 = true + if yyj4767 < len(yyv4767) { + yyv4767 = yyv4767[:yyj4767] + yyc4767 = true + } else if yyj4767 == 0 && yyv4767 == nil { + yyv4767 = []EndpointAddress{} + yyc4767 = true } } - yyh4776.End() - if yyc4776 { - *v = yyv4776 + yyh4767.End() + if yyc4767 { + *v = yyv4767 } } @@ -60575,10 +60493,10 @@ func (x codecSelfer1234) encSliceEndpointPort(v []EndpointPort, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4780 := range v { + for _, yyv4771 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4781 := &yyv4780 - yy4781.CodecEncodeSelf(e) + yy4772 := &yyv4771 + yy4772.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60588,83 +60506,83 @@ func (x codecSelfer1234) decSliceEndpointPort(v *[]EndpointPort, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4782 := *v - yyh4782, yyl4782 := z.DecSliceHelperStart() - var yyc4782 bool - if yyl4782 == 0 { - if yyv4782 == nil { - yyv4782 = []EndpointPort{} - yyc4782 = true - } else if len(yyv4782) != 0 { - yyv4782 = yyv4782[:0] - yyc4782 = true + yyv4773 := *v + yyh4773, yyl4773 := z.DecSliceHelperStart() + var yyc4773 bool + if yyl4773 == 0 { + if yyv4773 == nil { + yyv4773 = []EndpointPort{} + yyc4773 = true + } else if len(yyv4773) != 0 { + yyv4773 = yyv4773[:0] + yyc4773 = true } - } else if yyl4782 > 0 { - var yyrr4782, yyrl4782 int - var yyrt4782 bool - if yyl4782 > cap(yyv4782) { + } else if yyl4773 > 0 { + var yyrr4773, yyrl4773 int + var yyrt4773 bool + if yyl4773 > cap(yyv4773) { - yyrg4782 := len(yyv4782) > 0 - yyv24782 := yyv4782 - yyrl4782, yyrt4782 = z.DecInferLen(yyl4782, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4782 { - if yyrl4782 <= cap(yyv4782) { - yyv4782 = yyv4782[:yyrl4782] + yyrg4773 := len(yyv4773) > 0 + yyv24773 := yyv4773 + yyrl4773, yyrt4773 = z.DecInferLen(yyl4773, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4773 { + if yyrl4773 <= cap(yyv4773) { + yyv4773 = yyv4773[:yyrl4773] } else { - yyv4782 = make([]EndpointPort, yyrl4782) + yyv4773 = make([]EndpointPort, yyrl4773) } } else { - yyv4782 = make([]EndpointPort, yyrl4782) + yyv4773 = make([]EndpointPort, yyrl4773) } - yyc4782 = true - yyrr4782 = len(yyv4782) - if yyrg4782 { - copy(yyv4782, yyv24782) + yyc4773 = true + yyrr4773 = len(yyv4773) + if yyrg4773 { + copy(yyv4773, yyv24773) } - } else if yyl4782 != len(yyv4782) { - yyv4782 = yyv4782[:yyl4782] - yyc4782 = true + } else if yyl4773 != len(yyv4773) { + yyv4773 = yyv4773[:yyl4773] + yyc4773 = true } - yyj4782 := 0 - for ; yyj4782 < yyrr4782; yyj4782++ { - yyh4782.ElemContainerState(yyj4782) + yyj4773 := 0 + for ; yyj4773 < yyrr4773; yyj4773++ { + yyh4773.ElemContainerState(yyj4773) if r.TryDecodeAsNil() { - yyv4782[yyj4782] = EndpointPort{} + yyv4773[yyj4773] = EndpointPort{} } else { - yyv4783 := &yyv4782[yyj4782] - yyv4783.CodecDecodeSelf(d) + yyv4774 := &yyv4773[yyj4773] + yyv4774.CodecDecodeSelf(d) } } - if yyrt4782 { - for ; yyj4782 < yyl4782; yyj4782++ { - yyv4782 = append(yyv4782, EndpointPort{}) - yyh4782.ElemContainerState(yyj4782) + if yyrt4773 { + for ; yyj4773 < yyl4773; yyj4773++ { + yyv4773 = append(yyv4773, EndpointPort{}) + yyh4773.ElemContainerState(yyj4773) if r.TryDecodeAsNil() { - yyv4782[yyj4782] = EndpointPort{} + yyv4773[yyj4773] = EndpointPort{} } else { - yyv4784 := &yyv4782[yyj4782] - yyv4784.CodecDecodeSelf(d) + yyv4775 := &yyv4773[yyj4773] + yyv4775.CodecDecodeSelf(d) } } } } else { - yyj4782 := 0 - for ; !r.CheckBreak(); yyj4782++ { + yyj4773 := 0 + for ; !r.CheckBreak(); yyj4773++ { - if yyj4782 >= len(yyv4782) { - yyv4782 = append(yyv4782, EndpointPort{}) // var yyz4782 EndpointPort - yyc4782 = true + if yyj4773 >= len(yyv4773) { + yyv4773 = append(yyv4773, EndpointPort{}) // var yyz4773 EndpointPort + yyc4773 = true } - yyh4782.ElemContainerState(yyj4782) - if yyj4782 < len(yyv4782) { + yyh4773.ElemContainerState(yyj4773) + if yyj4773 < len(yyv4773) { if r.TryDecodeAsNil() { - yyv4782[yyj4782] = EndpointPort{} + yyv4773[yyj4773] = EndpointPort{} } else { - yyv4785 := &yyv4782[yyj4782] - yyv4785.CodecDecodeSelf(d) + yyv4776 := &yyv4773[yyj4773] + yyv4776.CodecDecodeSelf(d) } } else { @@ -60672,17 +60590,17 @@ func (x codecSelfer1234) decSliceEndpointPort(v *[]EndpointPort, d *codec1978.De } } - if yyj4782 < len(yyv4782) { - yyv4782 = yyv4782[:yyj4782] - yyc4782 = true - } else if yyj4782 == 0 && yyv4782 == nil { - yyv4782 = []EndpointPort{} - yyc4782 = true + if yyj4773 < len(yyv4773) { + yyv4773 = yyv4773[:yyj4773] + yyc4773 = true + } else if yyj4773 == 0 && yyv4773 == nil { + yyv4773 = []EndpointPort{} + yyc4773 = true } } - yyh4782.End() - if yyc4782 { - *v = yyv4782 + yyh4773.End() + if yyc4773 { + *v = yyv4773 } } @@ -60691,10 +60609,10 @@ func (x codecSelfer1234) encSliceEndpoints(v []Endpoints, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4786 := range v { + for _, yyv4777 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4787 := &yyv4786 - yy4787.CodecEncodeSelf(e) + yy4778 := &yyv4777 + yy4778.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60704,83 +60622,83 @@ func (x codecSelfer1234) decSliceEndpoints(v *[]Endpoints, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4788 := *v - yyh4788, yyl4788 := z.DecSliceHelperStart() - var yyc4788 bool - if yyl4788 == 0 { - if yyv4788 == nil { - yyv4788 = []Endpoints{} - yyc4788 = true - } else if len(yyv4788) != 0 { - yyv4788 = yyv4788[:0] - yyc4788 = true + yyv4779 := *v + yyh4779, yyl4779 := z.DecSliceHelperStart() + var yyc4779 bool + if yyl4779 == 0 { + if yyv4779 == nil { + yyv4779 = []Endpoints{} + yyc4779 = true + } else if len(yyv4779) != 0 { + yyv4779 = yyv4779[:0] + yyc4779 = true } - } else if yyl4788 > 0 { - var yyrr4788, yyrl4788 int - var yyrt4788 bool - if yyl4788 > cap(yyv4788) { + } else if yyl4779 > 0 { + var yyrr4779, yyrl4779 int + var yyrt4779 bool + if yyl4779 > cap(yyv4779) { - yyrg4788 := len(yyv4788) > 0 - yyv24788 := yyv4788 - yyrl4788, yyrt4788 = z.DecInferLen(yyl4788, z.DecBasicHandle().MaxInitLen, 280) - if yyrt4788 { - if yyrl4788 <= cap(yyv4788) { - yyv4788 = yyv4788[:yyrl4788] + yyrg4779 := len(yyv4779) > 0 + yyv24779 := yyv4779 + yyrl4779, yyrt4779 = z.DecInferLen(yyl4779, z.DecBasicHandle().MaxInitLen, 280) + if yyrt4779 { + if yyrl4779 <= cap(yyv4779) { + yyv4779 = yyv4779[:yyrl4779] } else { - yyv4788 = make([]Endpoints, yyrl4788) + yyv4779 = make([]Endpoints, yyrl4779) } } else { - yyv4788 = make([]Endpoints, yyrl4788) + yyv4779 = make([]Endpoints, yyrl4779) } - yyc4788 = true - yyrr4788 = len(yyv4788) - if yyrg4788 { - copy(yyv4788, yyv24788) + yyc4779 = true + yyrr4779 = len(yyv4779) + if yyrg4779 { + copy(yyv4779, yyv24779) } - } else if yyl4788 != len(yyv4788) { - yyv4788 = yyv4788[:yyl4788] - yyc4788 = true + } else if yyl4779 != len(yyv4779) { + yyv4779 = yyv4779[:yyl4779] + yyc4779 = true } - yyj4788 := 0 - for ; yyj4788 < yyrr4788; yyj4788++ { - yyh4788.ElemContainerState(yyj4788) + yyj4779 := 0 + for ; yyj4779 < yyrr4779; yyj4779++ { + yyh4779.ElemContainerState(yyj4779) if r.TryDecodeAsNil() { - yyv4788[yyj4788] = Endpoints{} + yyv4779[yyj4779] = Endpoints{} } else { - yyv4789 := &yyv4788[yyj4788] - yyv4789.CodecDecodeSelf(d) + yyv4780 := &yyv4779[yyj4779] + yyv4780.CodecDecodeSelf(d) } } - if yyrt4788 { - for ; yyj4788 < yyl4788; yyj4788++ { - yyv4788 = append(yyv4788, Endpoints{}) - yyh4788.ElemContainerState(yyj4788) + if yyrt4779 { + for ; yyj4779 < yyl4779; yyj4779++ { + yyv4779 = append(yyv4779, Endpoints{}) + yyh4779.ElemContainerState(yyj4779) if r.TryDecodeAsNil() { - yyv4788[yyj4788] = Endpoints{} + yyv4779[yyj4779] = Endpoints{} } else { - yyv4790 := &yyv4788[yyj4788] - yyv4790.CodecDecodeSelf(d) + yyv4781 := &yyv4779[yyj4779] + yyv4781.CodecDecodeSelf(d) } } } } else { - yyj4788 := 0 - for ; !r.CheckBreak(); yyj4788++ { + yyj4779 := 0 + for ; !r.CheckBreak(); yyj4779++ { - if yyj4788 >= len(yyv4788) { - yyv4788 = append(yyv4788, Endpoints{}) // var yyz4788 Endpoints - yyc4788 = true + if yyj4779 >= len(yyv4779) { + yyv4779 = append(yyv4779, Endpoints{}) // var yyz4779 Endpoints + yyc4779 = true } - yyh4788.ElemContainerState(yyj4788) - if yyj4788 < len(yyv4788) { + yyh4779.ElemContainerState(yyj4779) + if yyj4779 < len(yyv4779) { if r.TryDecodeAsNil() { - yyv4788[yyj4788] = Endpoints{} + yyv4779[yyj4779] = Endpoints{} } else { - yyv4791 := &yyv4788[yyj4788] - yyv4791.CodecDecodeSelf(d) + yyv4782 := &yyv4779[yyj4779] + yyv4782.CodecDecodeSelf(d) } } else { @@ -60788,17 +60706,17 @@ func (x codecSelfer1234) decSliceEndpoints(v *[]Endpoints, d *codec1978.Decoder) } } - if yyj4788 < len(yyv4788) { - yyv4788 = yyv4788[:yyj4788] - yyc4788 = true - } else if yyj4788 == 0 && yyv4788 == nil { - yyv4788 = []Endpoints{} - yyc4788 = true + if yyj4779 < len(yyv4779) { + yyv4779 = yyv4779[:yyj4779] + yyc4779 = true + } else if yyj4779 == 0 && yyv4779 == nil { + yyv4779 = []Endpoints{} + yyc4779 = true } } - yyh4788.End() - if yyc4788 { - *v = yyv4788 + yyh4779.End() + if yyc4779 { + *v = yyv4779 } } @@ -60807,10 +60725,10 @@ func (x codecSelfer1234) encSliceNodeCondition(v []NodeCondition, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4792 := range v { + for _, yyv4783 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4793 := &yyv4792 - yy4793.CodecEncodeSelf(e) + yy4784 := &yyv4783 + yy4784.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60820,83 +60738,83 @@ func (x codecSelfer1234) decSliceNodeCondition(v *[]NodeCondition, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4794 := *v - yyh4794, yyl4794 := z.DecSliceHelperStart() - var yyc4794 bool - if yyl4794 == 0 { - if yyv4794 == nil { - yyv4794 = []NodeCondition{} - yyc4794 = true - } else if len(yyv4794) != 0 { - yyv4794 = yyv4794[:0] - yyc4794 = true + yyv4785 := *v + yyh4785, yyl4785 := z.DecSliceHelperStart() + var yyc4785 bool + if yyl4785 == 0 { + if yyv4785 == nil { + yyv4785 = []NodeCondition{} + yyc4785 = true + } else if len(yyv4785) != 0 { + yyv4785 = yyv4785[:0] + yyc4785 = true } - } else if yyl4794 > 0 { - var yyrr4794, yyrl4794 int - var yyrt4794 bool - if yyl4794 > cap(yyv4794) { + } else if yyl4785 > 0 { + var yyrr4785, yyrl4785 int + var yyrt4785 bool + if yyl4785 > cap(yyv4785) { - yyrg4794 := len(yyv4794) > 0 - yyv24794 := yyv4794 - yyrl4794, yyrt4794 = z.DecInferLen(yyl4794, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4794 { - if yyrl4794 <= cap(yyv4794) { - yyv4794 = yyv4794[:yyrl4794] + yyrg4785 := len(yyv4785) > 0 + yyv24785 := yyv4785 + yyrl4785, yyrt4785 = z.DecInferLen(yyl4785, z.DecBasicHandle().MaxInitLen, 112) + if yyrt4785 { + if yyrl4785 <= cap(yyv4785) { + yyv4785 = yyv4785[:yyrl4785] } else { - yyv4794 = make([]NodeCondition, yyrl4794) + yyv4785 = make([]NodeCondition, yyrl4785) } } else { - yyv4794 = make([]NodeCondition, yyrl4794) + yyv4785 = make([]NodeCondition, yyrl4785) } - yyc4794 = true - yyrr4794 = len(yyv4794) - if yyrg4794 { - copy(yyv4794, yyv24794) + yyc4785 = true + yyrr4785 = len(yyv4785) + if yyrg4785 { + copy(yyv4785, yyv24785) } - } else if yyl4794 != len(yyv4794) { - yyv4794 = yyv4794[:yyl4794] - yyc4794 = true + } else if yyl4785 != len(yyv4785) { + yyv4785 = yyv4785[:yyl4785] + yyc4785 = true } - yyj4794 := 0 - for ; yyj4794 < yyrr4794; yyj4794++ { - yyh4794.ElemContainerState(yyj4794) + yyj4785 := 0 + for ; yyj4785 < yyrr4785; yyj4785++ { + yyh4785.ElemContainerState(yyj4785) if r.TryDecodeAsNil() { - yyv4794[yyj4794] = NodeCondition{} + yyv4785[yyj4785] = NodeCondition{} } else { - yyv4795 := &yyv4794[yyj4794] - yyv4795.CodecDecodeSelf(d) + yyv4786 := &yyv4785[yyj4785] + yyv4786.CodecDecodeSelf(d) } } - if yyrt4794 { - for ; yyj4794 < yyl4794; yyj4794++ { - yyv4794 = append(yyv4794, NodeCondition{}) - yyh4794.ElemContainerState(yyj4794) + if yyrt4785 { + for ; yyj4785 < yyl4785; yyj4785++ { + yyv4785 = append(yyv4785, NodeCondition{}) + yyh4785.ElemContainerState(yyj4785) if r.TryDecodeAsNil() { - yyv4794[yyj4794] = NodeCondition{} + yyv4785[yyj4785] = NodeCondition{} } else { - yyv4796 := &yyv4794[yyj4794] - yyv4796.CodecDecodeSelf(d) + yyv4787 := &yyv4785[yyj4785] + yyv4787.CodecDecodeSelf(d) } } } } else { - yyj4794 := 0 - for ; !r.CheckBreak(); yyj4794++ { + yyj4785 := 0 + for ; !r.CheckBreak(); yyj4785++ { - if yyj4794 >= len(yyv4794) { - yyv4794 = append(yyv4794, NodeCondition{}) // var yyz4794 NodeCondition - yyc4794 = true + if yyj4785 >= len(yyv4785) { + yyv4785 = append(yyv4785, NodeCondition{}) // var yyz4785 NodeCondition + yyc4785 = true } - yyh4794.ElemContainerState(yyj4794) - if yyj4794 < len(yyv4794) { + yyh4785.ElemContainerState(yyj4785) + if yyj4785 < len(yyv4785) { if r.TryDecodeAsNil() { - yyv4794[yyj4794] = NodeCondition{} + yyv4785[yyj4785] = NodeCondition{} } else { - yyv4797 := &yyv4794[yyj4794] - yyv4797.CodecDecodeSelf(d) + yyv4788 := &yyv4785[yyj4785] + yyv4788.CodecDecodeSelf(d) } } else { @@ -60904,17 +60822,17 @@ func (x codecSelfer1234) decSliceNodeCondition(v *[]NodeCondition, d *codec1978. } } - if yyj4794 < len(yyv4794) { - yyv4794 = yyv4794[:yyj4794] - yyc4794 = true - } else if yyj4794 == 0 && yyv4794 == nil { - yyv4794 = []NodeCondition{} - yyc4794 = true + if yyj4785 < len(yyv4785) { + yyv4785 = yyv4785[:yyj4785] + yyc4785 = true + } else if yyj4785 == 0 && yyv4785 == nil { + yyv4785 = []NodeCondition{} + yyc4785 = true } } - yyh4794.End() - if yyc4794 { - *v = yyv4794 + yyh4785.End() + if yyc4785 { + *v = yyv4785 } } @@ -60923,10 +60841,10 @@ func (x codecSelfer1234) encSliceNodeAddress(v []NodeAddress, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4798 := range v { + for _, yyv4789 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4799 := &yyv4798 - yy4799.CodecEncodeSelf(e) + yy4790 := &yyv4789 + yy4790.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60936,83 +60854,83 @@ func (x codecSelfer1234) decSliceNodeAddress(v *[]NodeAddress, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4800 := *v - yyh4800, yyl4800 := z.DecSliceHelperStart() - var yyc4800 bool - if yyl4800 == 0 { - if yyv4800 == nil { - yyv4800 = []NodeAddress{} - yyc4800 = true - } else if len(yyv4800) != 0 { - yyv4800 = yyv4800[:0] - yyc4800 = true + yyv4791 := *v + yyh4791, yyl4791 := z.DecSliceHelperStart() + var yyc4791 bool + if yyl4791 == 0 { + if yyv4791 == nil { + yyv4791 = []NodeAddress{} + yyc4791 = true + } else if len(yyv4791) != 0 { + yyv4791 = yyv4791[:0] + yyc4791 = true } - } else if yyl4800 > 0 { - var yyrr4800, yyrl4800 int - var yyrt4800 bool - if yyl4800 > cap(yyv4800) { + } else if yyl4791 > 0 { + var yyrr4791, yyrl4791 int + var yyrt4791 bool + if yyl4791 > cap(yyv4791) { - yyrg4800 := len(yyv4800) > 0 - yyv24800 := yyv4800 - yyrl4800, yyrt4800 = z.DecInferLen(yyl4800, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4800 { - if yyrl4800 <= cap(yyv4800) { - yyv4800 = yyv4800[:yyrl4800] + yyrg4791 := len(yyv4791) > 0 + yyv24791 := yyv4791 + yyrl4791, yyrt4791 = z.DecInferLen(yyl4791, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4791 { + if yyrl4791 <= cap(yyv4791) { + yyv4791 = yyv4791[:yyrl4791] } else { - yyv4800 = make([]NodeAddress, yyrl4800) + yyv4791 = make([]NodeAddress, yyrl4791) } } else { - yyv4800 = make([]NodeAddress, yyrl4800) + yyv4791 = make([]NodeAddress, yyrl4791) } - yyc4800 = true - yyrr4800 = len(yyv4800) - if yyrg4800 { - copy(yyv4800, yyv24800) + yyc4791 = true + yyrr4791 = len(yyv4791) + if yyrg4791 { + copy(yyv4791, yyv24791) } - } else if yyl4800 != len(yyv4800) { - yyv4800 = yyv4800[:yyl4800] - yyc4800 = true + } else if yyl4791 != len(yyv4791) { + yyv4791 = yyv4791[:yyl4791] + yyc4791 = true } - yyj4800 := 0 - for ; yyj4800 < yyrr4800; yyj4800++ { - yyh4800.ElemContainerState(yyj4800) + yyj4791 := 0 + for ; yyj4791 < yyrr4791; yyj4791++ { + yyh4791.ElemContainerState(yyj4791) if r.TryDecodeAsNil() { - yyv4800[yyj4800] = NodeAddress{} + yyv4791[yyj4791] = NodeAddress{} } else { - yyv4801 := &yyv4800[yyj4800] - yyv4801.CodecDecodeSelf(d) + yyv4792 := &yyv4791[yyj4791] + yyv4792.CodecDecodeSelf(d) } } - if yyrt4800 { - for ; yyj4800 < yyl4800; yyj4800++ { - yyv4800 = append(yyv4800, NodeAddress{}) - yyh4800.ElemContainerState(yyj4800) + if yyrt4791 { + for ; yyj4791 < yyl4791; yyj4791++ { + yyv4791 = append(yyv4791, NodeAddress{}) + yyh4791.ElemContainerState(yyj4791) if r.TryDecodeAsNil() { - yyv4800[yyj4800] = NodeAddress{} + yyv4791[yyj4791] = NodeAddress{} } else { - yyv4802 := &yyv4800[yyj4800] - yyv4802.CodecDecodeSelf(d) + yyv4793 := &yyv4791[yyj4791] + yyv4793.CodecDecodeSelf(d) } } } } else { - yyj4800 := 0 - for ; !r.CheckBreak(); yyj4800++ { + yyj4791 := 0 + for ; !r.CheckBreak(); yyj4791++ { - if yyj4800 >= len(yyv4800) { - yyv4800 = append(yyv4800, NodeAddress{}) // var yyz4800 NodeAddress - yyc4800 = true + if yyj4791 >= len(yyv4791) { + yyv4791 = append(yyv4791, NodeAddress{}) // var yyz4791 NodeAddress + yyc4791 = true } - yyh4800.ElemContainerState(yyj4800) - if yyj4800 < len(yyv4800) { + yyh4791.ElemContainerState(yyj4791) + if yyj4791 < len(yyv4791) { if r.TryDecodeAsNil() { - yyv4800[yyj4800] = NodeAddress{} + yyv4791[yyj4791] = NodeAddress{} } else { - yyv4803 := &yyv4800[yyj4800] - yyv4803.CodecDecodeSelf(d) + yyv4794 := &yyv4791[yyj4791] + yyv4794.CodecDecodeSelf(d) } } else { @@ -61020,17 +60938,17 @@ func (x codecSelfer1234) decSliceNodeAddress(v *[]NodeAddress, d *codec1978.Deco } } - if yyj4800 < len(yyv4800) { - yyv4800 = yyv4800[:yyj4800] - yyc4800 = true - } else if yyj4800 == 0 && yyv4800 == nil { - yyv4800 = []NodeAddress{} - yyc4800 = true + if yyj4791 < len(yyv4791) { + yyv4791 = yyv4791[:yyj4791] + yyc4791 = true + } else if yyj4791 == 0 && yyv4791 == nil { + yyv4791 = []NodeAddress{} + yyc4791 = true } } - yyh4800.End() - if yyc4800 { - *v = yyv4800 + yyh4791.End() + if yyc4791 { + *v = yyv4791 } } @@ -61039,10 +60957,10 @@ func (x codecSelfer1234) encSliceContainerImage(v []ContainerImage, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4804 := range v { + for _, yyv4795 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4805 := &yyv4804 - yy4805.CodecEncodeSelf(e) + yy4796 := &yyv4795 + yy4796.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61052,83 +60970,83 @@ func (x codecSelfer1234) decSliceContainerImage(v *[]ContainerImage, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4806 := *v - yyh4806, yyl4806 := z.DecSliceHelperStart() - var yyc4806 bool - if yyl4806 == 0 { - if yyv4806 == nil { - yyv4806 = []ContainerImage{} - yyc4806 = true - } else if len(yyv4806) != 0 { - yyv4806 = yyv4806[:0] - yyc4806 = true + yyv4797 := *v + yyh4797, yyl4797 := z.DecSliceHelperStart() + var yyc4797 bool + if yyl4797 == 0 { + if yyv4797 == nil { + yyv4797 = []ContainerImage{} + yyc4797 = true + } else if len(yyv4797) != 0 { + yyv4797 = yyv4797[:0] + yyc4797 = true } - } else if yyl4806 > 0 { - var yyrr4806, yyrl4806 int - var yyrt4806 bool - if yyl4806 > cap(yyv4806) { + } else if yyl4797 > 0 { + var yyrr4797, yyrl4797 int + var yyrt4797 bool + if yyl4797 > cap(yyv4797) { - yyrg4806 := len(yyv4806) > 0 - yyv24806 := yyv4806 - yyrl4806, yyrt4806 = z.DecInferLen(yyl4806, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4806 { - if yyrl4806 <= cap(yyv4806) { - yyv4806 = yyv4806[:yyrl4806] + yyrg4797 := len(yyv4797) > 0 + yyv24797 := yyv4797 + yyrl4797, yyrt4797 = z.DecInferLen(yyl4797, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4797 { + if yyrl4797 <= cap(yyv4797) { + yyv4797 = yyv4797[:yyrl4797] } else { - yyv4806 = make([]ContainerImage, yyrl4806) + yyv4797 = make([]ContainerImage, yyrl4797) } } else { - yyv4806 = make([]ContainerImage, yyrl4806) + yyv4797 = make([]ContainerImage, yyrl4797) } - yyc4806 = true - yyrr4806 = len(yyv4806) - if yyrg4806 { - copy(yyv4806, yyv24806) + yyc4797 = true + yyrr4797 = len(yyv4797) + if yyrg4797 { + copy(yyv4797, yyv24797) } - } else if yyl4806 != len(yyv4806) { - yyv4806 = yyv4806[:yyl4806] - yyc4806 = true + } else if yyl4797 != len(yyv4797) { + yyv4797 = yyv4797[:yyl4797] + yyc4797 = true } - yyj4806 := 0 - for ; yyj4806 < yyrr4806; yyj4806++ { - yyh4806.ElemContainerState(yyj4806) + yyj4797 := 0 + for ; yyj4797 < yyrr4797; yyj4797++ { + yyh4797.ElemContainerState(yyj4797) if r.TryDecodeAsNil() { - yyv4806[yyj4806] = ContainerImage{} + yyv4797[yyj4797] = ContainerImage{} } else { - yyv4807 := &yyv4806[yyj4806] - yyv4807.CodecDecodeSelf(d) + yyv4798 := &yyv4797[yyj4797] + yyv4798.CodecDecodeSelf(d) } } - if yyrt4806 { - for ; yyj4806 < yyl4806; yyj4806++ { - yyv4806 = append(yyv4806, ContainerImage{}) - yyh4806.ElemContainerState(yyj4806) + if yyrt4797 { + for ; yyj4797 < yyl4797; yyj4797++ { + yyv4797 = append(yyv4797, ContainerImage{}) + yyh4797.ElemContainerState(yyj4797) if r.TryDecodeAsNil() { - yyv4806[yyj4806] = ContainerImage{} + yyv4797[yyj4797] = ContainerImage{} } else { - yyv4808 := &yyv4806[yyj4806] - yyv4808.CodecDecodeSelf(d) + yyv4799 := &yyv4797[yyj4797] + yyv4799.CodecDecodeSelf(d) } } } } else { - yyj4806 := 0 - for ; !r.CheckBreak(); yyj4806++ { + yyj4797 := 0 + for ; !r.CheckBreak(); yyj4797++ { - if yyj4806 >= len(yyv4806) { - yyv4806 = append(yyv4806, ContainerImage{}) // var yyz4806 ContainerImage - yyc4806 = true + if yyj4797 >= len(yyv4797) { + yyv4797 = append(yyv4797, ContainerImage{}) // var yyz4797 ContainerImage + yyc4797 = true } - yyh4806.ElemContainerState(yyj4806) - if yyj4806 < len(yyv4806) { + yyh4797.ElemContainerState(yyj4797) + if yyj4797 < len(yyv4797) { if r.TryDecodeAsNil() { - yyv4806[yyj4806] = ContainerImage{} + yyv4797[yyj4797] = ContainerImage{} } else { - yyv4809 := &yyv4806[yyj4806] - yyv4809.CodecDecodeSelf(d) + yyv4800 := &yyv4797[yyj4797] + yyv4800.CodecDecodeSelf(d) } } else { @@ -61136,17 +61054,17 @@ func (x codecSelfer1234) decSliceContainerImage(v *[]ContainerImage, d *codec197 } } - if yyj4806 < len(yyv4806) { - yyv4806 = yyv4806[:yyj4806] - yyc4806 = true - } else if yyj4806 == 0 && yyv4806 == nil { - yyv4806 = []ContainerImage{} - yyc4806 = true + if yyj4797 < len(yyv4797) { + yyv4797 = yyv4797[:yyj4797] + yyc4797 = true + } else if yyj4797 == 0 && yyv4797 == nil { + yyv4797 = []ContainerImage{} + yyc4797 = true } } - yyh4806.End() - if yyc4806 { - *v = yyv4806 + yyh4797.End() + if yyc4797 { + *v = yyv4797 } } @@ -61155,9 +61073,9 @@ func (x codecSelfer1234) encSliceUniqueVolumeName(v []UniqueVolumeName, e *codec z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4810 := range v { + for _, yyv4801 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4810.CodecEncodeSelf(e) + yyv4801.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61167,75 +61085,75 @@ func (x codecSelfer1234) decSliceUniqueVolumeName(v *[]UniqueVolumeName, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4811 := *v - yyh4811, yyl4811 := z.DecSliceHelperStart() - var yyc4811 bool - if yyl4811 == 0 { - if yyv4811 == nil { - yyv4811 = []UniqueVolumeName{} - yyc4811 = true - } else if len(yyv4811) != 0 { - yyv4811 = yyv4811[:0] - yyc4811 = true + yyv4802 := *v + yyh4802, yyl4802 := z.DecSliceHelperStart() + var yyc4802 bool + if yyl4802 == 0 { + if yyv4802 == nil { + yyv4802 = []UniqueVolumeName{} + yyc4802 = true + } else if len(yyv4802) != 0 { + yyv4802 = yyv4802[:0] + yyc4802 = true } - } else if yyl4811 > 0 { - var yyrr4811, yyrl4811 int - var yyrt4811 bool - if yyl4811 > cap(yyv4811) { + } else if yyl4802 > 0 { + var yyrr4802, yyrl4802 int + var yyrt4802 bool + if yyl4802 > cap(yyv4802) { - yyrl4811, yyrt4811 = z.DecInferLen(yyl4811, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4811 { - if yyrl4811 <= cap(yyv4811) { - yyv4811 = yyv4811[:yyrl4811] + yyrl4802, yyrt4802 = z.DecInferLen(yyl4802, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4802 { + if yyrl4802 <= cap(yyv4802) { + yyv4802 = yyv4802[:yyrl4802] } else { - yyv4811 = make([]UniqueVolumeName, yyrl4811) + yyv4802 = make([]UniqueVolumeName, yyrl4802) } } else { - yyv4811 = make([]UniqueVolumeName, yyrl4811) + yyv4802 = make([]UniqueVolumeName, yyrl4802) } - yyc4811 = true - yyrr4811 = len(yyv4811) - } else if yyl4811 != len(yyv4811) { - yyv4811 = yyv4811[:yyl4811] - yyc4811 = true + yyc4802 = true + yyrr4802 = len(yyv4802) + } else if yyl4802 != len(yyv4802) { + yyv4802 = yyv4802[:yyl4802] + yyc4802 = true } - yyj4811 := 0 - for ; yyj4811 < yyrr4811; yyj4811++ { - yyh4811.ElemContainerState(yyj4811) + yyj4802 := 0 + for ; yyj4802 < yyrr4802; yyj4802++ { + yyh4802.ElemContainerState(yyj4802) if r.TryDecodeAsNil() { - yyv4811[yyj4811] = "" + yyv4802[yyj4802] = "" } else { - yyv4811[yyj4811] = UniqueVolumeName(r.DecodeString()) + yyv4802[yyj4802] = UniqueVolumeName(r.DecodeString()) } } - if yyrt4811 { - for ; yyj4811 < yyl4811; yyj4811++ { - yyv4811 = append(yyv4811, "") - yyh4811.ElemContainerState(yyj4811) + if yyrt4802 { + for ; yyj4802 < yyl4802; yyj4802++ { + yyv4802 = append(yyv4802, "") + yyh4802.ElemContainerState(yyj4802) if r.TryDecodeAsNil() { - yyv4811[yyj4811] = "" + yyv4802[yyj4802] = "" } else { - yyv4811[yyj4811] = UniqueVolumeName(r.DecodeString()) + yyv4802[yyj4802] = UniqueVolumeName(r.DecodeString()) } } } } else { - yyj4811 := 0 - for ; !r.CheckBreak(); yyj4811++ { + yyj4802 := 0 + for ; !r.CheckBreak(); yyj4802++ { - if yyj4811 >= len(yyv4811) { - yyv4811 = append(yyv4811, "") // var yyz4811 UniqueVolumeName - yyc4811 = true + if yyj4802 >= len(yyv4802) { + yyv4802 = append(yyv4802, "") // var yyz4802 UniqueVolumeName + yyc4802 = true } - yyh4811.ElemContainerState(yyj4811) - if yyj4811 < len(yyv4811) { + yyh4802.ElemContainerState(yyj4802) + if yyj4802 < len(yyv4802) { if r.TryDecodeAsNil() { - yyv4811[yyj4811] = "" + yyv4802[yyj4802] = "" } else { - yyv4811[yyj4811] = UniqueVolumeName(r.DecodeString()) + yyv4802[yyj4802] = UniqueVolumeName(r.DecodeString()) } } else { @@ -61243,17 +61161,17 @@ func (x codecSelfer1234) decSliceUniqueVolumeName(v *[]UniqueVolumeName, d *code } } - if yyj4811 < len(yyv4811) { - yyv4811 = yyv4811[:yyj4811] - yyc4811 = true - } else if yyj4811 == 0 && yyv4811 == nil { - yyv4811 = []UniqueVolumeName{} - yyc4811 = true + if yyj4802 < len(yyv4802) { + yyv4802 = yyv4802[:yyj4802] + yyc4802 = true + } else if yyj4802 == 0 && yyv4802 == nil { + yyv4802 = []UniqueVolumeName{} + yyc4802 = true } } - yyh4811.End() - if yyc4811 { - *v = yyv4811 + yyh4802.End() + if yyc4802 { + *v = yyv4802 } } @@ -61262,10 +61180,10 @@ func (x codecSelfer1234) encSliceAttachedVolume(v []AttachedVolume, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4815 := range v { + for _, yyv4806 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4816 := &yyv4815 - yy4816.CodecEncodeSelf(e) + yy4807 := &yyv4806 + yy4807.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61275,83 +61193,83 @@ func (x codecSelfer1234) decSliceAttachedVolume(v *[]AttachedVolume, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4817 := *v - yyh4817, yyl4817 := z.DecSliceHelperStart() - var yyc4817 bool - if yyl4817 == 0 { - if yyv4817 == nil { - yyv4817 = []AttachedVolume{} - yyc4817 = true - } else if len(yyv4817) != 0 { - yyv4817 = yyv4817[:0] - yyc4817 = true + yyv4808 := *v + yyh4808, yyl4808 := z.DecSliceHelperStart() + var yyc4808 bool + if yyl4808 == 0 { + if yyv4808 == nil { + yyv4808 = []AttachedVolume{} + yyc4808 = true + } else if len(yyv4808) != 0 { + yyv4808 = yyv4808[:0] + yyc4808 = true } - } else if yyl4817 > 0 { - var yyrr4817, yyrl4817 int - var yyrt4817 bool - if yyl4817 > cap(yyv4817) { + } else if yyl4808 > 0 { + var yyrr4808, yyrl4808 int + var yyrt4808 bool + if yyl4808 > cap(yyv4808) { - yyrg4817 := len(yyv4817) > 0 - yyv24817 := yyv4817 - yyrl4817, yyrt4817 = z.DecInferLen(yyl4817, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4817 { - if yyrl4817 <= cap(yyv4817) { - yyv4817 = yyv4817[:yyrl4817] + yyrg4808 := len(yyv4808) > 0 + yyv24808 := yyv4808 + yyrl4808, yyrt4808 = z.DecInferLen(yyl4808, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4808 { + if yyrl4808 <= cap(yyv4808) { + yyv4808 = yyv4808[:yyrl4808] } else { - yyv4817 = make([]AttachedVolume, yyrl4817) + yyv4808 = make([]AttachedVolume, yyrl4808) } } else { - yyv4817 = make([]AttachedVolume, yyrl4817) + yyv4808 = make([]AttachedVolume, yyrl4808) } - yyc4817 = true - yyrr4817 = len(yyv4817) - if yyrg4817 { - copy(yyv4817, yyv24817) + yyc4808 = true + yyrr4808 = len(yyv4808) + if yyrg4808 { + copy(yyv4808, yyv24808) } - } else if yyl4817 != len(yyv4817) { - yyv4817 = yyv4817[:yyl4817] - yyc4817 = true + } else if yyl4808 != len(yyv4808) { + yyv4808 = yyv4808[:yyl4808] + yyc4808 = true } - yyj4817 := 0 - for ; yyj4817 < yyrr4817; yyj4817++ { - yyh4817.ElemContainerState(yyj4817) + yyj4808 := 0 + for ; yyj4808 < yyrr4808; yyj4808++ { + yyh4808.ElemContainerState(yyj4808) if r.TryDecodeAsNil() { - yyv4817[yyj4817] = AttachedVolume{} + yyv4808[yyj4808] = AttachedVolume{} } else { - yyv4818 := &yyv4817[yyj4817] - yyv4818.CodecDecodeSelf(d) + yyv4809 := &yyv4808[yyj4808] + yyv4809.CodecDecodeSelf(d) } } - if yyrt4817 { - for ; yyj4817 < yyl4817; yyj4817++ { - yyv4817 = append(yyv4817, AttachedVolume{}) - yyh4817.ElemContainerState(yyj4817) + if yyrt4808 { + for ; yyj4808 < yyl4808; yyj4808++ { + yyv4808 = append(yyv4808, AttachedVolume{}) + yyh4808.ElemContainerState(yyj4808) if r.TryDecodeAsNil() { - yyv4817[yyj4817] = AttachedVolume{} + yyv4808[yyj4808] = AttachedVolume{} } else { - yyv4819 := &yyv4817[yyj4817] - yyv4819.CodecDecodeSelf(d) + yyv4810 := &yyv4808[yyj4808] + yyv4810.CodecDecodeSelf(d) } } } } else { - yyj4817 := 0 - for ; !r.CheckBreak(); yyj4817++ { + yyj4808 := 0 + for ; !r.CheckBreak(); yyj4808++ { - if yyj4817 >= len(yyv4817) { - yyv4817 = append(yyv4817, AttachedVolume{}) // var yyz4817 AttachedVolume - yyc4817 = true + if yyj4808 >= len(yyv4808) { + yyv4808 = append(yyv4808, AttachedVolume{}) // var yyz4808 AttachedVolume + yyc4808 = true } - yyh4817.ElemContainerState(yyj4817) - if yyj4817 < len(yyv4817) { + yyh4808.ElemContainerState(yyj4808) + if yyj4808 < len(yyv4808) { if r.TryDecodeAsNil() { - yyv4817[yyj4817] = AttachedVolume{} + yyv4808[yyj4808] = AttachedVolume{} } else { - yyv4820 := &yyv4817[yyj4817] - yyv4820.CodecDecodeSelf(d) + yyv4811 := &yyv4808[yyj4808] + yyv4811.CodecDecodeSelf(d) } } else { @@ -61359,17 +61277,17 @@ func (x codecSelfer1234) decSliceAttachedVolume(v *[]AttachedVolume, d *codec197 } } - if yyj4817 < len(yyv4817) { - yyv4817 = yyv4817[:yyj4817] - yyc4817 = true - } else if yyj4817 == 0 && yyv4817 == nil { - yyv4817 = []AttachedVolume{} - yyc4817 = true + if yyj4808 < len(yyv4808) { + yyv4808 = yyv4808[:yyj4808] + yyc4808 = true + } else if yyj4808 == 0 && yyv4808 == nil { + yyv4808 = []AttachedVolume{} + yyc4808 = true } } - yyh4817.End() - if yyc4817 { - *v = yyv4817 + yyh4808.End() + if yyc4808 { + *v = yyv4808 } } @@ -61378,10 +61296,10 @@ func (x codecSelfer1234) encSlicePreferAvoidPodsEntry(v []PreferAvoidPodsEntry, z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4821 := range v { + for _, yyv4812 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4822 := &yyv4821 - yy4822.CodecEncodeSelf(e) + yy4813 := &yyv4812 + yy4813.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61391,83 +61309,83 @@ func (x codecSelfer1234) decSlicePreferAvoidPodsEntry(v *[]PreferAvoidPodsEntry, z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4823 := *v - yyh4823, yyl4823 := z.DecSliceHelperStart() - var yyc4823 bool - if yyl4823 == 0 { - if yyv4823 == nil { - yyv4823 = []PreferAvoidPodsEntry{} - yyc4823 = true - } else if len(yyv4823) != 0 { - yyv4823 = yyv4823[:0] - yyc4823 = true + yyv4814 := *v + yyh4814, yyl4814 := z.DecSliceHelperStart() + var yyc4814 bool + if yyl4814 == 0 { + if yyv4814 == nil { + yyv4814 = []PreferAvoidPodsEntry{} + yyc4814 = true + } else if len(yyv4814) != 0 { + yyv4814 = yyv4814[:0] + yyc4814 = true } - } else if yyl4823 > 0 { - var yyrr4823, yyrl4823 int - var yyrt4823 bool - if yyl4823 > cap(yyv4823) { + } else if yyl4814 > 0 { + var yyrr4814, yyrl4814 int + var yyrt4814 bool + if yyl4814 > cap(yyv4814) { - yyrg4823 := len(yyv4823) > 0 - yyv24823 := yyv4823 - yyrl4823, yyrt4823 = z.DecInferLen(yyl4823, z.DecBasicHandle().MaxInitLen, 64) - if yyrt4823 { - if yyrl4823 <= cap(yyv4823) { - yyv4823 = yyv4823[:yyrl4823] + yyrg4814 := len(yyv4814) > 0 + yyv24814 := yyv4814 + yyrl4814, yyrt4814 = z.DecInferLen(yyl4814, z.DecBasicHandle().MaxInitLen, 64) + if yyrt4814 { + if yyrl4814 <= cap(yyv4814) { + yyv4814 = yyv4814[:yyrl4814] } else { - yyv4823 = make([]PreferAvoidPodsEntry, yyrl4823) + yyv4814 = make([]PreferAvoidPodsEntry, yyrl4814) } } else { - yyv4823 = make([]PreferAvoidPodsEntry, yyrl4823) + yyv4814 = make([]PreferAvoidPodsEntry, yyrl4814) } - yyc4823 = true - yyrr4823 = len(yyv4823) - if yyrg4823 { - copy(yyv4823, yyv24823) + yyc4814 = true + yyrr4814 = len(yyv4814) + if yyrg4814 { + copy(yyv4814, yyv24814) } - } else if yyl4823 != len(yyv4823) { - yyv4823 = yyv4823[:yyl4823] - yyc4823 = true + } else if yyl4814 != len(yyv4814) { + yyv4814 = yyv4814[:yyl4814] + yyc4814 = true } - yyj4823 := 0 - for ; yyj4823 < yyrr4823; yyj4823++ { - yyh4823.ElemContainerState(yyj4823) + yyj4814 := 0 + for ; yyj4814 < yyrr4814; yyj4814++ { + yyh4814.ElemContainerState(yyj4814) if r.TryDecodeAsNil() { - yyv4823[yyj4823] = PreferAvoidPodsEntry{} + yyv4814[yyj4814] = PreferAvoidPodsEntry{} } else { - yyv4824 := &yyv4823[yyj4823] - yyv4824.CodecDecodeSelf(d) + yyv4815 := &yyv4814[yyj4814] + yyv4815.CodecDecodeSelf(d) } } - if yyrt4823 { - for ; yyj4823 < yyl4823; yyj4823++ { - yyv4823 = append(yyv4823, PreferAvoidPodsEntry{}) - yyh4823.ElemContainerState(yyj4823) + if yyrt4814 { + for ; yyj4814 < yyl4814; yyj4814++ { + yyv4814 = append(yyv4814, PreferAvoidPodsEntry{}) + yyh4814.ElemContainerState(yyj4814) if r.TryDecodeAsNil() { - yyv4823[yyj4823] = PreferAvoidPodsEntry{} + yyv4814[yyj4814] = PreferAvoidPodsEntry{} } else { - yyv4825 := &yyv4823[yyj4823] - yyv4825.CodecDecodeSelf(d) + yyv4816 := &yyv4814[yyj4814] + yyv4816.CodecDecodeSelf(d) } } } } else { - yyj4823 := 0 - for ; !r.CheckBreak(); yyj4823++ { + yyj4814 := 0 + for ; !r.CheckBreak(); yyj4814++ { - if yyj4823 >= len(yyv4823) { - yyv4823 = append(yyv4823, PreferAvoidPodsEntry{}) // var yyz4823 PreferAvoidPodsEntry - yyc4823 = true + if yyj4814 >= len(yyv4814) { + yyv4814 = append(yyv4814, PreferAvoidPodsEntry{}) // var yyz4814 PreferAvoidPodsEntry + yyc4814 = true } - yyh4823.ElemContainerState(yyj4823) - if yyj4823 < len(yyv4823) { + yyh4814.ElemContainerState(yyj4814) + if yyj4814 < len(yyv4814) { if r.TryDecodeAsNil() { - yyv4823[yyj4823] = PreferAvoidPodsEntry{} + yyv4814[yyj4814] = PreferAvoidPodsEntry{} } else { - yyv4826 := &yyv4823[yyj4823] - yyv4826.CodecDecodeSelf(d) + yyv4817 := &yyv4814[yyj4814] + yyv4817.CodecDecodeSelf(d) } } else { @@ -61475,17 +61393,17 @@ func (x codecSelfer1234) decSlicePreferAvoidPodsEntry(v *[]PreferAvoidPodsEntry, } } - if yyj4823 < len(yyv4823) { - yyv4823 = yyv4823[:yyj4823] - yyc4823 = true - } else if yyj4823 == 0 && yyv4823 == nil { - yyv4823 = []PreferAvoidPodsEntry{} - yyc4823 = true + if yyj4814 < len(yyv4814) { + yyv4814 = yyv4814[:yyj4814] + yyc4814 = true + } else if yyj4814 == 0 && yyv4814 == nil { + yyv4814 = []PreferAvoidPodsEntry{} + yyc4814 = true } } - yyh4823.End() - if yyc4823 { - *v = yyv4823 + yyh4814.End() + if yyc4814 { + *v = yyv4814 } } @@ -61494,19 +61412,19 @@ func (x codecSelfer1234) encResourceList(v ResourceList, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeMapStart(len(v)) - for yyk4827, yyv4827 := range v { + for yyk4818, yyv4818 := range v { z.EncSendContainerState(codecSelfer_containerMapKey1234) - yyk4827.CodecEncodeSelf(e) + yyk4818.CodecEncodeSelf(e) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4828 := &yyv4827 - yym4829 := z.EncBinary() - _ = yym4829 + yy4819 := &yyv4818 + yym4820 := z.EncBinary() + _ = yym4820 if false { - } else if z.HasExtensions() && z.EncExt(yy4828) { - } else if !yym4829 && z.IsJSONHandle() { - z.EncJSONMarshal(yy4828) + } else if z.HasExtensions() && z.EncExt(yy4819) { + } else if !yym4820 && z.IsJSONHandle() { + z.EncJSONMarshal(yy4819) } else { - z.EncFallback(yy4828) + z.EncFallback(yy4819) } } z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -61517,86 +61435,86 @@ func (x codecSelfer1234) decResourceList(v *ResourceList, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4830 := *v - yyl4830 := r.ReadMapStart() - yybh4830 := z.DecBasicHandle() - if yyv4830 == nil { - yyrl4830, _ := z.DecInferLen(yyl4830, yybh4830.MaxInitLen, 72) - yyv4830 = make(map[ResourceName]pkg3_resource.Quantity, yyrl4830) - *v = yyv4830 + yyv4821 := *v + yyl4821 := r.ReadMapStart() + yybh4821 := z.DecBasicHandle() + if yyv4821 == nil { + yyrl4821, _ := z.DecInferLen(yyl4821, yybh4821.MaxInitLen, 72) + yyv4821 = make(map[ResourceName]pkg3_resource.Quantity, yyrl4821) + *v = yyv4821 } - var yymk4830 ResourceName - var yymv4830 pkg3_resource.Quantity - var yymg4830 bool - if yybh4830.MapValueReset { - yymg4830 = true + var yymk4821 ResourceName + var yymv4821 pkg3_resource.Quantity + var yymg4821 bool + if yybh4821.MapValueReset { + yymg4821 = true } - if yyl4830 > 0 { - for yyj4830 := 0; yyj4830 < yyl4830; yyj4830++ { + if yyl4821 > 0 { + for yyj4821 := 0; yyj4821 < yyl4821; yyj4821++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk4830 = "" + yymk4821 = "" } else { - yymk4830 = ResourceName(r.DecodeString()) + yymk4821 = ResourceName(r.DecodeString()) } - if yymg4830 { - yymv4830 = yyv4830[yymk4830] + if yymg4821 { + yymv4821 = yyv4821[yymk4821] } else { - yymv4830 = pkg3_resource.Quantity{} + yymv4821 = pkg3_resource.Quantity{} } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv4830 = pkg3_resource.Quantity{} + yymv4821 = pkg3_resource.Quantity{} } else { - yyv4832 := &yymv4830 - yym4833 := z.DecBinary() - _ = yym4833 + yyv4823 := &yymv4821 + yym4824 := z.DecBinary() + _ = yym4824 if false { - } else if z.HasExtensions() && z.DecExt(yyv4832) { - } else if !yym4833 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4832) + } else if z.HasExtensions() && z.DecExt(yyv4823) { + } else if !yym4824 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4823) } else { - z.DecFallback(yyv4832, false) + z.DecFallback(yyv4823, false) } } - if yyv4830 != nil { - yyv4830[yymk4830] = yymv4830 + if yyv4821 != nil { + yyv4821[yymk4821] = yymv4821 } } - } else if yyl4830 < 0 { - for yyj4830 := 0; !r.CheckBreak(); yyj4830++ { + } else if yyl4821 < 0 { + for yyj4821 := 0; !r.CheckBreak(); yyj4821++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk4830 = "" + yymk4821 = "" } else { - yymk4830 = ResourceName(r.DecodeString()) + yymk4821 = ResourceName(r.DecodeString()) } - if yymg4830 { - yymv4830 = yyv4830[yymk4830] + if yymg4821 { + yymv4821 = yyv4821[yymk4821] } else { - yymv4830 = pkg3_resource.Quantity{} + yymv4821 = pkg3_resource.Quantity{} } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv4830 = pkg3_resource.Quantity{} + yymv4821 = pkg3_resource.Quantity{} } else { - yyv4835 := &yymv4830 - yym4836 := z.DecBinary() - _ = yym4836 + yyv4826 := &yymv4821 + yym4827 := z.DecBinary() + _ = yym4827 if false { - } else if z.HasExtensions() && z.DecExt(yyv4835) { - } else if !yym4836 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4835) + } else if z.HasExtensions() && z.DecExt(yyv4826) { + } else if !yym4827 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4826) } else { - z.DecFallback(yyv4835, false) + z.DecFallback(yyv4826, false) } } - if yyv4830 != nil { - yyv4830[yymk4830] = yymv4830 + if yyv4821 != nil { + yyv4821[yymk4821] = yymv4821 } } } // else len==0: TODO: Should we clear map entries? @@ -61608,10 +61526,10 @@ func (x codecSelfer1234) encSliceNode(v []Node, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4837 := range v { + for _, yyv4828 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4838 := &yyv4837 - yy4838.CodecEncodeSelf(e) + yy4829 := &yyv4828 + yy4829.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61621,83 +61539,83 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4839 := *v - yyh4839, yyl4839 := z.DecSliceHelperStart() - var yyc4839 bool - if yyl4839 == 0 { - if yyv4839 == nil { - yyv4839 = []Node{} - yyc4839 = true - } else if len(yyv4839) != 0 { - yyv4839 = yyv4839[:0] - yyc4839 = true + yyv4830 := *v + yyh4830, yyl4830 := z.DecSliceHelperStart() + var yyc4830 bool + if yyl4830 == 0 { + if yyv4830 == nil { + yyv4830 = []Node{} + yyc4830 = true + } else if len(yyv4830) != 0 { + yyv4830 = yyv4830[:0] + yyc4830 = true } - } else if yyl4839 > 0 { - var yyrr4839, yyrl4839 int - var yyrt4839 bool - if yyl4839 > cap(yyv4839) { + } else if yyl4830 > 0 { + var yyrr4830, yyrl4830 int + var yyrt4830 bool + if yyl4830 > cap(yyv4830) { - yyrg4839 := len(yyv4839) > 0 - yyv24839 := yyv4839 - yyrl4839, yyrt4839 = z.DecInferLen(yyl4839, z.DecBasicHandle().MaxInitLen, 632) - if yyrt4839 { - if yyrl4839 <= cap(yyv4839) { - yyv4839 = yyv4839[:yyrl4839] + yyrg4830 := len(yyv4830) > 0 + yyv24830 := yyv4830 + yyrl4830, yyrt4830 = z.DecInferLen(yyl4830, z.DecBasicHandle().MaxInitLen, 632) + if yyrt4830 { + if yyrl4830 <= cap(yyv4830) { + yyv4830 = yyv4830[:yyrl4830] } else { - yyv4839 = make([]Node, yyrl4839) + yyv4830 = make([]Node, yyrl4830) } } else { - yyv4839 = make([]Node, yyrl4839) + yyv4830 = make([]Node, yyrl4830) } - yyc4839 = true - yyrr4839 = len(yyv4839) - if yyrg4839 { - copy(yyv4839, yyv24839) + yyc4830 = true + yyrr4830 = len(yyv4830) + if yyrg4830 { + copy(yyv4830, yyv24830) } - } else if yyl4839 != len(yyv4839) { - yyv4839 = yyv4839[:yyl4839] - yyc4839 = true + } else if yyl4830 != len(yyv4830) { + yyv4830 = yyv4830[:yyl4830] + yyc4830 = true } - yyj4839 := 0 - for ; yyj4839 < yyrr4839; yyj4839++ { - yyh4839.ElemContainerState(yyj4839) + yyj4830 := 0 + for ; yyj4830 < yyrr4830; yyj4830++ { + yyh4830.ElemContainerState(yyj4830) if r.TryDecodeAsNil() { - yyv4839[yyj4839] = Node{} + yyv4830[yyj4830] = Node{} } else { - yyv4840 := &yyv4839[yyj4839] - yyv4840.CodecDecodeSelf(d) + yyv4831 := &yyv4830[yyj4830] + yyv4831.CodecDecodeSelf(d) } } - if yyrt4839 { - for ; yyj4839 < yyl4839; yyj4839++ { - yyv4839 = append(yyv4839, Node{}) - yyh4839.ElemContainerState(yyj4839) + if yyrt4830 { + for ; yyj4830 < yyl4830; yyj4830++ { + yyv4830 = append(yyv4830, Node{}) + yyh4830.ElemContainerState(yyj4830) if r.TryDecodeAsNil() { - yyv4839[yyj4839] = Node{} + yyv4830[yyj4830] = Node{} } else { - yyv4841 := &yyv4839[yyj4839] - yyv4841.CodecDecodeSelf(d) + yyv4832 := &yyv4830[yyj4830] + yyv4832.CodecDecodeSelf(d) } } } } else { - yyj4839 := 0 - for ; !r.CheckBreak(); yyj4839++ { + yyj4830 := 0 + for ; !r.CheckBreak(); yyj4830++ { - if yyj4839 >= len(yyv4839) { - yyv4839 = append(yyv4839, Node{}) // var yyz4839 Node - yyc4839 = true + if yyj4830 >= len(yyv4830) { + yyv4830 = append(yyv4830, Node{}) // var yyz4830 Node + yyc4830 = true } - yyh4839.ElemContainerState(yyj4839) - if yyj4839 < len(yyv4839) { + yyh4830.ElemContainerState(yyj4830) + if yyj4830 < len(yyv4830) { if r.TryDecodeAsNil() { - yyv4839[yyj4839] = Node{} + yyv4830[yyj4830] = Node{} } else { - yyv4842 := &yyv4839[yyj4839] - yyv4842.CodecDecodeSelf(d) + yyv4833 := &yyv4830[yyj4830] + yyv4833.CodecDecodeSelf(d) } } else { @@ -61705,17 +61623,17 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { } } - if yyj4839 < len(yyv4839) { - yyv4839 = yyv4839[:yyj4839] - yyc4839 = true - } else if yyj4839 == 0 && yyv4839 == nil { - yyv4839 = []Node{} - yyc4839 = true + if yyj4830 < len(yyv4830) { + yyv4830 = yyv4830[:yyj4830] + yyc4830 = true + } else if yyj4830 == 0 && yyv4830 == nil { + yyv4830 = []Node{} + yyc4830 = true } } - yyh4839.End() - if yyc4839 { - *v = yyv4839 + yyh4830.End() + if yyc4830 { + *v = yyv4830 } } @@ -61724,9 +61642,9 @@ func (x codecSelfer1234) encSliceFinalizerName(v []FinalizerName, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4843 := range v { + for _, yyv4834 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4843.CodecEncodeSelf(e) + yyv4834.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61736,75 +61654,75 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4844 := *v - yyh4844, yyl4844 := z.DecSliceHelperStart() - var yyc4844 bool - if yyl4844 == 0 { - if yyv4844 == nil { - yyv4844 = []FinalizerName{} - yyc4844 = true - } else if len(yyv4844) != 0 { - yyv4844 = yyv4844[:0] - yyc4844 = true + yyv4835 := *v + yyh4835, yyl4835 := z.DecSliceHelperStart() + var yyc4835 bool + if yyl4835 == 0 { + if yyv4835 == nil { + yyv4835 = []FinalizerName{} + yyc4835 = true + } else if len(yyv4835) != 0 { + yyv4835 = yyv4835[:0] + yyc4835 = true } - } else if yyl4844 > 0 { - var yyrr4844, yyrl4844 int - var yyrt4844 bool - if yyl4844 > cap(yyv4844) { + } else if yyl4835 > 0 { + var yyrr4835, yyrl4835 int + var yyrt4835 bool + if yyl4835 > cap(yyv4835) { - yyrl4844, yyrt4844 = z.DecInferLen(yyl4844, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4844 { - if yyrl4844 <= cap(yyv4844) { - yyv4844 = yyv4844[:yyrl4844] + yyrl4835, yyrt4835 = z.DecInferLen(yyl4835, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4835 { + if yyrl4835 <= cap(yyv4835) { + yyv4835 = yyv4835[:yyrl4835] } else { - yyv4844 = make([]FinalizerName, yyrl4844) + yyv4835 = make([]FinalizerName, yyrl4835) } } else { - yyv4844 = make([]FinalizerName, yyrl4844) + yyv4835 = make([]FinalizerName, yyrl4835) } - yyc4844 = true - yyrr4844 = len(yyv4844) - } else if yyl4844 != len(yyv4844) { - yyv4844 = yyv4844[:yyl4844] - yyc4844 = true + yyc4835 = true + yyrr4835 = len(yyv4835) + } else if yyl4835 != len(yyv4835) { + yyv4835 = yyv4835[:yyl4835] + yyc4835 = true } - yyj4844 := 0 - for ; yyj4844 < yyrr4844; yyj4844++ { - yyh4844.ElemContainerState(yyj4844) + yyj4835 := 0 + for ; yyj4835 < yyrr4835; yyj4835++ { + yyh4835.ElemContainerState(yyj4835) if r.TryDecodeAsNil() { - yyv4844[yyj4844] = "" + yyv4835[yyj4835] = "" } else { - yyv4844[yyj4844] = FinalizerName(r.DecodeString()) + yyv4835[yyj4835] = FinalizerName(r.DecodeString()) } } - if yyrt4844 { - for ; yyj4844 < yyl4844; yyj4844++ { - yyv4844 = append(yyv4844, "") - yyh4844.ElemContainerState(yyj4844) + if yyrt4835 { + for ; yyj4835 < yyl4835; yyj4835++ { + yyv4835 = append(yyv4835, "") + yyh4835.ElemContainerState(yyj4835) if r.TryDecodeAsNil() { - yyv4844[yyj4844] = "" + yyv4835[yyj4835] = "" } else { - yyv4844[yyj4844] = FinalizerName(r.DecodeString()) + yyv4835[yyj4835] = FinalizerName(r.DecodeString()) } } } } else { - yyj4844 := 0 - for ; !r.CheckBreak(); yyj4844++ { + yyj4835 := 0 + for ; !r.CheckBreak(); yyj4835++ { - if yyj4844 >= len(yyv4844) { - yyv4844 = append(yyv4844, "") // var yyz4844 FinalizerName - yyc4844 = true + if yyj4835 >= len(yyv4835) { + yyv4835 = append(yyv4835, "") // var yyz4835 FinalizerName + yyc4835 = true } - yyh4844.ElemContainerState(yyj4844) - if yyj4844 < len(yyv4844) { + yyh4835.ElemContainerState(yyj4835) + if yyj4835 < len(yyv4835) { if r.TryDecodeAsNil() { - yyv4844[yyj4844] = "" + yyv4835[yyj4835] = "" } else { - yyv4844[yyj4844] = FinalizerName(r.DecodeString()) + yyv4835[yyj4835] = FinalizerName(r.DecodeString()) } } else { @@ -61812,17 +61730,17 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. } } - if yyj4844 < len(yyv4844) { - yyv4844 = yyv4844[:yyj4844] - yyc4844 = true - } else if yyj4844 == 0 && yyv4844 == nil { - yyv4844 = []FinalizerName{} - yyc4844 = true + if yyj4835 < len(yyv4835) { + yyv4835 = yyv4835[:yyj4835] + yyc4835 = true + } else if yyj4835 == 0 && yyv4835 == nil { + yyv4835 = []FinalizerName{} + yyc4835 = true } } - yyh4844.End() - if yyc4844 { - *v = yyv4844 + yyh4835.End() + if yyc4835 { + *v = yyv4835 } } @@ -61831,10 +61749,10 @@ func (x codecSelfer1234) encSliceNamespace(v []Namespace, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4848 := range v { + for _, yyv4839 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4849 := &yyv4848 - yy4849.CodecEncodeSelf(e) + yy4840 := &yyv4839 + yy4840.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61844,83 +61762,83 @@ func (x codecSelfer1234) decSliceNamespace(v *[]Namespace, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4850 := *v - yyh4850, yyl4850 := z.DecSliceHelperStart() - var yyc4850 bool - if yyl4850 == 0 { - if yyv4850 == nil { - yyv4850 = []Namespace{} - yyc4850 = true - } else if len(yyv4850) != 0 { - yyv4850 = yyv4850[:0] - yyc4850 = true + yyv4841 := *v + yyh4841, yyl4841 := z.DecSliceHelperStart() + var yyc4841 bool + if yyl4841 == 0 { + if yyv4841 == nil { + yyv4841 = []Namespace{} + yyc4841 = true + } else if len(yyv4841) != 0 { + yyv4841 = yyv4841[:0] + yyc4841 = true } - } else if yyl4850 > 0 { - var yyrr4850, yyrl4850 int - var yyrt4850 bool - if yyl4850 > cap(yyv4850) { + } else if yyl4841 > 0 { + var yyrr4841, yyrl4841 int + var yyrt4841 bool + if yyl4841 > cap(yyv4841) { - yyrg4850 := len(yyv4850) > 0 - yyv24850 := yyv4850 - yyrl4850, yyrt4850 = z.DecInferLen(yyl4850, z.DecBasicHandle().MaxInitLen, 296) - if yyrt4850 { - if yyrl4850 <= cap(yyv4850) { - yyv4850 = yyv4850[:yyrl4850] + yyrg4841 := len(yyv4841) > 0 + yyv24841 := yyv4841 + yyrl4841, yyrt4841 = z.DecInferLen(yyl4841, z.DecBasicHandle().MaxInitLen, 296) + if yyrt4841 { + if yyrl4841 <= cap(yyv4841) { + yyv4841 = yyv4841[:yyrl4841] } else { - yyv4850 = make([]Namespace, yyrl4850) + yyv4841 = make([]Namespace, yyrl4841) } } else { - yyv4850 = make([]Namespace, yyrl4850) + yyv4841 = make([]Namespace, yyrl4841) } - yyc4850 = true - yyrr4850 = len(yyv4850) - if yyrg4850 { - copy(yyv4850, yyv24850) + yyc4841 = true + yyrr4841 = len(yyv4841) + if yyrg4841 { + copy(yyv4841, yyv24841) } - } else if yyl4850 != len(yyv4850) { - yyv4850 = yyv4850[:yyl4850] - yyc4850 = true + } else if yyl4841 != len(yyv4841) { + yyv4841 = yyv4841[:yyl4841] + yyc4841 = true } - yyj4850 := 0 - for ; yyj4850 < yyrr4850; yyj4850++ { - yyh4850.ElemContainerState(yyj4850) + yyj4841 := 0 + for ; yyj4841 < yyrr4841; yyj4841++ { + yyh4841.ElemContainerState(yyj4841) if r.TryDecodeAsNil() { - yyv4850[yyj4850] = Namespace{} + yyv4841[yyj4841] = Namespace{} } else { - yyv4851 := &yyv4850[yyj4850] - yyv4851.CodecDecodeSelf(d) + yyv4842 := &yyv4841[yyj4841] + yyv4842.CodecDecodeSelf(d) } } - if yyrt4850 { - for ; yyj4850 < yyl4850; yyj4850++ { - yyv4850 = append(yyv4850, Namespace{}) - yyh4850.ElemContainerState(yyj4850) + if yyrt4841 { + for ; yyj4841 < yyl4841; yyj4841++ { + yyv4841 = append(yyv4841, Namespace{}) + yyh4841.ElemContainerState(yyj4841) if r.TryDecodeAsNil() { - yyv4850[yyj4850] = Namespace{} + yyv4841[yyj4841] = Namespace{} } else { - yyv4852 := &yyv4850[yyj4850] - yyv4852.CodecDecodeSelf(d) + yyv4843 := &yyv4841[yyj4841] + yyv4843.CodecDecodeSelf(d) } } } } else { - yyj4850 := 0 - for ; !r.CheckBreak(); yyj4850++ { + yyj4841 := 0 + for ; !r.CheckBreak(); yyj4841++ { - if yyj4850 >= len(yyv4850) { - yyv4850 = append(yyv4850, Namespace{}) // var yyz4850 Namespace - yyc4850 = true + if yyj4841 >= len(yyv4841) { + yyv4841 = append(yyv4841, Namespace{}) // var yyz4841 Namespace + yyc4841 = true } - yyh4850.ElemContainerState(yyj4850) - if yyj4850 < len(yyv4850) { + yyh4841.ElemContainerState(yyj4841) + if yyj4841 < len(yyv4841) { if r.TryDecodeAsNil() { - yyv4850[yyj4850] = Namespace{} + yyv4841[yyj4841] = Namespace{} } else { - yyv4853 := &yyv4850[yyj4850] - yyv4853.CodecDecodeSelf(d) + yyv4844 := &yyv4841[yyj4841] + yyv4844.CodecDecodeSelf(d) } } else { @@ -61928,17 +61846,17 @@ func (x codecSelfer1234) decSliceNamespace(v *[]Namespace, d *codec1978.Decoder) } } - if yyj4850 < len(yyv4850) { - yyv4850 = yyv4850[:yyj4850] - yyc4850 = true - } else if yyj4850 == 0 && yyv4850 == nil { - yyv4850 = []Namespace{} - yyc4850 = true + if yyj4841 < len(yyv4841) { + yyv4841 = yyv4841[:yyj4841] + yyc4841 = true + } else if yyj4841 == 0 && yyv4841 == nil { + yyv4841 = []Namespace{} + yyc4841 = true } } - yyh4850.End() - if yyc4850 { - *v = yyv4850 + yyh4841.End() + if yyc4841 { + *v = yyv4841 } } @@ -61947,10 +61865,10 @@ func (x codecSelfer1234) encSliceEvent(v []Event, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4854 := range v { + for _, yyv4845 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4855 := &yyv4854 - yy4855.CodecEncodeSelf(e) + yy4846 := &yyv4845 + yy4846.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61960,83 +61878,83 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4856 := *v - yyh4856, yyl4856 := z.DecSliceHelperStart() - var yyc4856 bool - if yyl4856 == 0 { - if yyv4856 == nil { - yyv4856 = []Event{} - yyc4856 = true - } else if len(yyv4856) != 0 { - yyv4856 = yyv4856[:0] - yyc4856 = true + yyv4847 := *v + yyh4847, yyl4847 := z.DecSliceHelperStart() + var yyc4847 bool + if yyl4847 == 0 { + if yyv4847 == nil { + yyv4847 = []Event{} + yyc4847 = true + } else if len(yyv4847) != 0 { + yyv4847 = yyv4847[:0] + yyc4847 = true } - } else if yyl4856 > 0 { - var yyrr4856, yyrl4856 int - var yyrt4856 bool - if yyl4856 > cap(yyv4856) { + } else if yyl4847 > 0 { + var yyrr4847, yyrl4847 int + var yyrt4847 bool + if yyl4847 > cap(yyv4847) { - yyrg4856 := len(yyv4856) > 0 - yyv24856 := yyv4856 - yyrl4856, yyrt4856 = z.DecInferLen(yyl4856, z.DecBasicHandle().MaxInitLen, 504) - if yyrt4856 { - if yyrl4856 <= cap(yyv4856) { - yyv4856 = yyv4856[:yyrl4856] + yyrg4847 := len(yyv4847) > 0 + yyv24847 := yyv4847 + yyrl4847, yyrt4847 = z.DecInferLen(yyl4847, z.DecBasicHandle().MaxInitLen, 504) + if yyrt4847 { + if yyrl4847 <= cap(yyv4847) { + yyv4847 = yyv4847[:yyrl4847] } else { - yyv4856 = make([]Event, yyrl4856) + yyv4847 = make([]Event, yyrl4847) } } else { - yyv4856 = make([]Event, yyrl4856) + yyv4847 = make([]Event, yyrl4847) } - yyc4856 = true - yyrr4856 = len(yyv4856) - if yyrg4856 { - copy(yyv4856, yyv24856) + yyc4847 = true + yyrr4847 = len(yyv4847) + if yyrg4847 { + copy(yyv4847, yyv24847) } - } else if yyl4856 != len(yyv4856) { - yyv4856 = yyv4856[:yyl4856] - yyc4856 = true + } else if yyl4847 != len(yyv4847) { + yyv4847 = yyv4847[:yyl4847] + yyc4847 = true } - yyj4856 := 0 - for ; yyj4856 < yyrr4856; yyj4856++ { - yyh4856.ElemContainerState(yyj4856) + yyj4847 := 0 + for ; yyj4847 < yyrr4847; yyj4847++ { + yyh4847.ElemContainerState(yyj4847) if r.TryDecodeAsNil() { - yyv4856[yyj4856] = Event{} + yyv4847[yyj4847] = Event{} } else { - yyv4857 := &yyv4856[yyj4856] - yyv4857.CodecDecodeSelf(d) + yyv4848 := &yyv4847[yyj4847] + yyv4848.CodecDecodeSelf(d) } } - if yyrt4856 { - for ; yyj4856 < yyl4856; yyj4856++ { - yyv4856 = append(yyv4856, Event{}) - yyh4856.ElemContainerState(yyj4856) + if yyrt4847 { + for ; yyj4847 < yyl4847; yyj4847++ { + yyv4847 = append(yyv4847, Event{}) + yyh4847.ElemContainerState(yyj4847) if r.TryDecodeAsNil() { - yyv4856[yyj4856] = Event{} + yyv4847[yyj4847] = Event{} } else { - yyv4858 := &yyv4856[yyj4856] - yyv4858.CodecDecodeSelf(d) + yyv4849 := &yyv4847[yyj4847] + yyv4849.CodecDecodeSelf(d) } } } } else { - yyj4856 := 0 - for ; !r.CheckBreak(); yyj4856++ { + yyj4847 := 0 + for ; !r.CheckBreak(); yyj4847++ { - if yyj4856 >= len(yyv4856) { - yyv4856 = append(yyv4856, Event{}) // var yyz4856 Event - yyc4856 = true + if yyj4847 >= len(yyv4847) { + yyv4847 = append(yyv4847, Event{}) // var yyz4847 Event + yyc4847 = true } - yyh4856.ElemContainerState(yyj4856) - if yyj4856 < len(yyv4856) { + yyh4847.ElemContainerState(yyj4847) + if yyj4847 < len(yyv4847) { if r.TryDecodeAsNil() { - yyv4856[yyj4856] = Event{} + yyv4847[yyj4847] = Event{} } else { - yyv4859 := &yyv4856[yyj4856] - yyv4859.CodecDecodeSelf(d) + yyv4850 := &yyv4847[yyj4847] + yyv4850.CodecDecodeSelf(d) } } else { @@ -62044,17 +61962,17 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { } } - if yyj4856 < len(yyv4856) { - yyv4856 = yyv4856[:yyj4856] - yyc4856 = true - } else if yyj4856 == 0 && yyv4856 == nil { - yyv4856 = []Event{} - yyc4856 = true + if yyj4847 < len(yyv4847) { + yyv4847 = yyv4847[:yyj4847] + yyc4847 = true + } else if yyj4847 == 0 && yyv4847 == nil { + yyv4847 = []Event{} + yyc4847 = true } } - yyh4856.End() - if yyc4856 { - *v = yyv4856 + yyh4847.End() + if yyc4847 { + *v = yyv4847 } } @@ -62063,17 +61981,17 @@ func (x codecSelfer1234) encSliceruntime_Object(v []pkg7_runtime.Object, e *code z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4860 := range v { + for _, yyv4851 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyv4860 == nil { + if yyv4851 == nil { r.EncodeNil() } else { - yym4861 := z.EncBinary() - _ = yym4861 + yym4852 := z.EncBinary() + _ = yym4852 if false { - } else if z.HasExtensions() && z.EncExt(yyv4860) { + } else if z.HasExtensions() && z.EncExt(yyv4851) { } else { - z.EncFallback(yyv4860) + z.EncFallback(yyv4851) } } } @@ -62085,12 +62003,146 @@ func (x codecSelfer1234) decSliceruntime_Object(v *[]pkg7_runtime.Object, d *cod z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r + yyv4853 := *v + yyh4853, yyl4853 := z.DecSliceHelperStart() + var yyc4853 bool + if yyl4853 == 0 { + if yyv4853 == nil { + yyv4853 = []pkg7_runtime.Object{} + yyc4853 = true + } else if len(yyv4853) != 0 { + yyv4853 = yyv4853[:0] + yyc4853 = true + } + } else if yyl4853 > 0 { + var yyrr4853, yyrl4853 int + var yyrt4853 bool + if yyl4853 > cap(yyv4853) { + + yyrg4853 := len(yyv4853) > 0 + yyv24853 := yyv4853 + yyrl4853, yyrt4853 = z.DecInferLen(yyl4853, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4853 { + if yyrl4853 <= cap(yyv4853) { + yyv4853 = yyv4853[:yyrl4853] + } else { + yyv4853 = make([]pkg7_runtime.Object, yyrl4853) + } + } else { + yyv4853 = make([]pkg7_runtime.Object, yyrl4853) + } + yyc4853 = true + yyrr4853 = len(yyv4853) + if yyrg4853 { + copy(yyv4853, yyv24853) + } + } else if yyl4853 != len(yyv4853) { + yyv4853 = yyv4853[:yyl4853] + yyc4853 = true + } + yyj4853 := 0 + for ; yyj4853 < yyrr4853; yyj4853++ { + yyh4853.ElemContainerState(yyj4853) + if r.TryDecodeAsNil() { + yyv4853[yyj4853] = nil + } else { + yyv4854 := &yyv4853[yyj4853] + yym4855 := z.DecBinary() + _ = yym4855 + if false { + } else if z.HasExtensions() && z.DecExt(yyv4854) { + } else { + z.DecFallback(yyv4854, true) + } + } + + } + if yyrt4853 { + for ; yyj4853 < yyl4853; yyj4853++ { + yyv4853 = append(yyv4853, nil) + yyh4853.ElemContainerState(yyj4853) + if r.TryDecodeAsNil() { + yyv4853[yyj4853] = nil + } else { + yyv4856 := &yyv4853[yyj4853] + yym4857 := z.DecBinary() + _ = yym4857 + if false { + } else if z.HasExtensions() && z.DecExt(yyv4856) { + } else { + z.DecFallback(yyv4856, true) + } + } + + } + } + + } else { + yyj4853 := 0 + for ; !r.CheckBreak(); yyj4853++ { + + if yyj4853 >= len(yyv4853) { + yyv4853 = append(yyv4853, nil) // var yyz4853 pkg7_runtime.Object + yyc4853 = true + } + yyh4853.ElemContainerState(yyj4853) + if yyj4853 < len(yyv4853) { + if r.TryDecodeAsNil() { + yyv4853[yyj4853] = nil + } else { + yyv4858 := &yyv4853[yyj4853] + yym4859 := z.DecBinary() + _ = yym4859 + if false { + } else if z.HasExtensions() && z.DecExt(yyv4858) { + } else { + z.DecFallback(yyv4858, true) + } + } + + } else { + z.DecSwallow() + } + + } + if yyj4853 < len(yyv4853) { + yyv4853 = yyv4853[:yyj4853] + yyc4853 = true + } else if yyj4853 == 0 && yyv4853 == nil { + yyv4853 = []pkg7_runtime.Object{} + yyc4853 = true + } + } + yyh4853.End() + if yyc4853 { + *v = yyv4853 + } +} + +func (x codecSelfer1234) encSliceLimitRangeItem(v []LimitRangeItem, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4860 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4861 := &yyv4860 + yy4861.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yyv4862 := *v yyh4862, yyl4862 := z.DecSliceHelperStart() var yyc4862 bool if yyl4862 == 0 { if yyv4862 == nil { - yyv4862 = []pkg7_runtime.Object{} + yyv4862 = []LimitRangeItem{} yyc4862 = true } else if len(yyv4862) != 0 { yyv4862 = yyv4862[:0] @@ -62103,15 +62155,15 @@ func (x codecSelfer1234) decSliceruntime_Object(v *[]pkg7_runtime.Object, d *cod yyrg4862 := len(yyv4862) > 0 yyv24862 := yyv4862 - yyrl4862, yyrt4862 = z.DecInferLen(yyl4862, z.DecBasicHandle().MaxInitLen, 16) + yyrl4862, yyrt4862 = z.DecInferLen(yyl4862, z.DecBasicHandle().MaxInitLen, 56) if yyrt4862 { if yyrl4862 <= cap(yyv4862) { yyv4862 = yyv4862[:yyrl4862] } else { - yyv4862 = make([]pkg7_runtime.Object, yyrl4862) + yyv4862 = make([]LimitRangeItem, yyrl4862) } } else { - yyv4862 = make([]pkg7_runtime.Object, yyrl4862) + yyv4862 = make([]LimitRangeItem, yyrl4862) } yyc4862 = true yyrr4862 = len(yyv4862) @@ -62126,34 +62178,22 @@ func (x codecSelfer1234) decSliceruntime_Object(v *[]pkg7_runtime.Object, d *cod for ; yyj4862 < yyrr4862; yyj4862++ { yyh4862.ElemContainerState(yyj4862) if r.TryDecodeAsNil() { - yyv4862[yyj4862] = nil + yyv4862[yyj4862] = LimitRangeItem{} } else { yyv4863 := &yyv4862[yyj4862] - yym4864 := z.DecBinary() - _ = yym4864 - if false { - } else if z.HasExtensions() && z.DecExt(yyv4863) { - } else { - z.DecFallback(yyv4863, true) - } + yyv4863.CodecDecodeSelf(d) } } if yyrt4862 { for ; yyj4862 < yyl4862; yyj4862++ { - yyv4862 = append(yyv4862, nil) + yyv4862 = append(yyv4862, LimitRangeItem{}) yyh4862.ElemContainerState(yyj4862) if r.TryDecodeAsNil() { - yyv4862[yyj4862] = nil + yyv4862[yyj4862] = LimitRangeItem{} } else { - yyv4865 := &yyv4862[yyj4862] - yym4866 := z.DecBinary() - _ = yym4866 - if false { - } else if z.HasExtensions() && z.DecExt(yyv4865) { - } else { - z.DecFallback(yyv4865, true) - } + yyv4864 := &yyv4862[yyj4862] + yyv4864.CodecDecodeSelf(d) } } @@ -62164,22 +62204,16 @@ func (x codecSelfer1234) decSliceruntime_Object(v *[]pkg7_runtime.Object, d *cod for ; !r.CheckBreak(); yyj4862++ { if yyj4862 >= len(yyv4862) { - yyv4862 = append(yyv4862, nil) // var yyz4862 pkg7_runtime.Object + yyv4862 = append(yyv4862, LimitRangeItem{}) // var yyz4862 LimitRangeItem yyc4862 = true } yyh4862.ElemContainerState(yyj4862) if yyj4862 < len(yyv4862) { if r.TryDecodeAsNil() { - yyv4862[yyj4862] = nil + yyv4862[yyj4862] = LimitRangeItem{} } else { - yyv4867 := &yyv4862[yyj4862] - yym4868 := z.DecBinary() - _ = yym4868 - if false { - } else if z.HasExtensions() && z.DecExt(yyv4867) { - } else { - z.DecFallback(yyv4867, true) - } + yyv4865 := &yyv4862[yyj4862] + yyv4865.CodecDecodeSelf(d) } } else { @@ -62191,7 +62225,7 @@ func (x codecSelfer1234) decSliceruntime_Object(v *[]pkg7_runtime.Object, d *cod yyv4862 = yyv4862[:yyj4862] yyc4862 = true } else if yyj4862 == 0 && yyv4862 == nil { - yyv4862 = []pkg7_runtime.Object{} + yyv4862 = []LimitRangeItem{} yyc4862 = true } } @@ -62201,131 +62235,15 @@ func (x codecSelfer1234) decSliceruntime_Object(v *[]pkg7_runtime.Object, d *cod } } -func (x codecSelfer1234) encSliceLimitRangeItem(v []LimitRangeItem, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv4869 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4870 := &yyv4869 - yy4870.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - - yyv4871 := *v - yyh4871, yyl4871 := z.DecSliceHelperStart() - var yyc4871 bool - if yyl4871 == 0 { - if yyv4871 == nil { - yyv4871 = []LimitRangeItem{} - yyc4871 = true - } else if len(yyv4871) != 0 { - yyv4871 = yyv4871[:0] - yyc4871 = true - } - } else if yyl4871 > 0 { - var yyrr4871, yyrl4871 int - var yyrt4871 bool - if yyl4871 > cap(yyv4871) { - - yyrg4871 := len(yyv4871) > 0 - yyv24871 := yyv4871 - yyrl4871, yyrt4871 = z.DecInferLen(yyl4871, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4871 { - if yyrl4871 <= cap(yyv4871) { - yyv4871 = yyv4871[:yyrl4871] - } else { - yyv4871 = make([]LimitRangeItem, yyrl4871) - } - } else { - yyv4871 = make([]LimitRangeItem, yyrl4871) - } - yyc4871 = true - yyrr4871 = len(yyv4871) - if yyrg4871 { - copy(yyv4871, yyv24871) - } - } else if yyl4871 != len(yyv4871) { - yyv4871 = yyv4871[:yyl4871] - yyc4871 = true - } - yyj4871 := 0 - for ; yyj4871 < yyrr4871; yyj4871++ { - yyh4871.ElemContainerState(yyj4871) - if r.TryDecodeAsNil() { - yyv4871[yyj4871] = LimitRangeItem{} - } else { - yyv4872 := &yyv4871[yyj4871] - yyv4872.CodecDecodeSelf(d) - } - - } - if yyrt4871 { - for ; yyj4871 < yyl4871; yyj4871++ { - yyv4871 = append(yyv4871, LimitRangeItem{}) - yyh4871.ElemContainerState(yyj4871) - if r.TryDecodeAsNil() { - yyv4871[yyj4871] = LimitRangeItem{} - } else { - yyv4873 := &yyv4871[yyj4871] - yyv4873.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4871 := 0 - for ; !r.CheckBreak(); yyj4871++ { - - if yyj4871 >= len(yyv4871) { - yyv4871 = append(yyv4871, LimitRangeItem{}) // var yyz4871 LimitRangeItem - yyc4871 = true - } - yyh4871.ElemContainerState(yyj4871) - if yyj4871 < len(yyv4871) { - if r.TryDecodeAsNil() { - yyv4871[yyj4871] = LimitRangeItem{} - } else { - yyv4874 := &yyv4871[yyj4871] - yyv4874.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj4871 < len(yyv4871) { - yyv4871 = yyv4871[:yyj4871] - yyc4871 = true - } else if yyj4871 == 0 && yyv4871 == nil { - yyv4871 = []LimitRangeItem{} - yyc4871 = true - } - } - yyh4871.End() - if yyc4871 { - *v = yyv4871 - } -} - func (x codecSelfer1234) encSliceLimitRange(v []LimitRange, e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4875 := range v { + for _, yyv4866 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4876 := &yyv4875 - yy4876.CodecEncodeSelf(e) + yy4867 := &yyv4866 + yy4867.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -62335,83 +62253,83 @@ func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4877 := *v - yyh4877, yyl4877 := z.DecSliceHelperStart() - var yyc4877 bool - if yyl4877 == 0 { - if yyv4877 == nil { - yyv4877 = []LimitRange{} - yyc4877 = true - } else if len(yyv4877) != 0 { - yyv4877 = yyv4877[:0] - yyc4877 = true + yyv4868 := *v + yyh4868, yyl4868 := z.DecSliceHelperStart() + var yyc4868 bool + if yyl4868 == 0 { + if yyv4868 == nil { + yyv4868 = []LimitRange{} + yyc4868 = true + } else if len(yyv4868) != 0 { + yyv4868 = yyv4868[:0] + yyc4868 = true } - } else if yyl4877 > 0 { - var yyrr4877, yyrl4877 int - var yyrt4877 bool - if yyl4877 > cap(yyv4877) { + } else if yyl4868 > 0 { + var yyrr4868, yyrl4868 int + var yyrt4868 bool + if yyl4868 > cap(yyv4868) { - yyrg4877 := len(yyv4877) > 0 - yyv24877 := yyv4877 - yyrl4877, yyrt4877 = z.DecInferLen(yyl4877, z.DecBasicHandle().MaxInitLen, 280) - if yyrt4877 { - if yyrl4877 <= cap(yyv4877) { - yyv4877 = yyv4877[:yyrl4877] + yyrg4868 := len(yyv4868) > 0 + yyv24868 := yyv4868 + yyrl4868, yyrt4868 = z.DecInferLen(yyl4868, z.DecBasicHandle().MaxInitLen, 280) + if yyrt4868 { + if yyrl4868 <= cap(yyv4868) { + yyv4868 = yyv4868[:yyrl4868] } else { - yyv4877 = make([]LimitRange, yyrl4877) + yyv4868 = make([]LimitRange, yyrl4868) } } else { - yyv4877 = make([]LimitRange, yyrl4877) + yyv4868 = make([]LimitRange, yyrl4868) } - yyc4877 = true - yyrr4877 = len(yyv4877) - if yyrg4877 { - copy(yyv4877, yyv24877) + yyc4868 = true + yyrr4868 = len(yyv4868) + if yyrg4868 { + copy(yyv4868, yyv24868) } - } else if yyl4877 != len(yyv4877) { - yyv4877 = yyv4877[:yyl4877] - yyc4877 = true + } else if yyl4868 != len(yyv4868) { + yyv4868 = yyv4868[:yyl4868] + yyc4868 = true } - yyj4877 := 0 - for ; yyj4877 < yyrr4877; yyj4877++ { - yyh4877.ElemContainerState(yyj4877) + yyj4868 := 0 + for ; yyj4868 < yyrr4868; yyj4868++ { + yyh4868.ElemContainerState(yyj4868) if r.TryDecodeAsNil() { - yyv4877[yyj4877] = LimitRange{} + yyv4868[yyj4868] = LimitRange{} } else { - yyv4878 := &yyv4877[yyj4877] - yyv4878.CodecDecodeSelf(d) + yyv4869 := &yyv4868[yyj4868] + yyv4869.CodecDecodeSelf(d) } } - if yyrt4877 { - for ; yyj4877 < yyl4877; yyj4877++ { - yyv4877 = append(yyv4877, LimitRange{}) - yyh4877.ElemContainerState(yyj4877) + if yyrt4868 { + for ; yyj4868 < yyl4868; yyj4868++ { + yyv4868 = append(yyv4868, LimitRange{}) + yyh4868.ElemContainerState(yyj4868) if r.TryDecodeAsNil() { - yyv4877[yyj4877] = LimitRange{} + yyv4868[yyj4868] = LimitRange{} } else { - yyv4879 := &yyv4877[yyj4877] - yyv4879.CodecDecodeSelf(d) + yyv4870 := &yyv4868[yyj4868] + yyv4870.CodecDecodeSelf(d) } } } } else { - yyj4877 := 0 - for ; !r.CheckBreak(); yyj4877++ { + yyj4868 := 0 + for ; !r.CheckBreak(); yyj4868++ { - if yyj4877 >= len(yyv4877) { - yyv4877 = append(yyv4877, LimitRange{}) // var yyz4877 LimitRange - yyc4877 = true + if yyj4868 >= len(yyv4868) { + yyv4868 = append(yyv4868, LimitRange{}) // var yyz4868 LimitRange + yyc4868 = true } - yyh4877.ElemContainerState(yyj4877) - if yyj4877 < len(yyv4877) { + yyh4868.ElemContainerState(yyj4868) + if yyj4868 < len(yyv4868) { if r.TryDecodeAsNil() { - yyv4877[yyj4877] = LimitRange{} + yyv4868[yyj4868] = LimitRange{} } else { - yyv4880 := &yyv4877[yyj4877] - yyv4880.CodecDecodeSelf(d) + yyv4871 := &yyv4868[yyj4868] + yyv4871.CodecDecodeSelf(d) } } else { @@ -62419,17 +62337,17 @@ func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decode } } - if yyj4877 < len(yyv4877) { - yyv4877 = yyv4877[:yyj4877] - yyc4877 = true - } else if yyj4877 == 0 && yyv4877 == nil { - yyv4877 = []LimitRange{} - yyc4877 = true + if yyj4868 < len(yyv4868) { + yyv4868 = yyv4868[:yyj4868] + yyc4868 = true + } else if yyj4868 == 0 && yyv4868 == nil { + yyv4868 = []LimitRange{} + yyc4868 = true } } - yyh4877.End() - if yyc4877 { - *v = yyv4877 + yyh4868.End() + if yyc4868 { + *v = yyv4868 } } @@ -62438,9 +62356,9 @@ func (x codecSelfer1234) encSliceResourceQuotaScope(v []ResourceQuotaScope, e *c z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4881 := range v { + for _, yyv4872 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4881.CodecEncodeSelf(e) + yyv4872.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -62450,75 +62368,75 @@ func (x codecSelfer1234) decSliceResourceQuotaScope(v *[]ResourceQuotaScope, d * z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4882 := *v - yyh4882, yyl4882 := z.DecSliceHelperStart() - var yyc4882 bool - if yyl4882 == 0 { - if yyv4882 == nil { - yyv4882 = []ResourceQuotaScope{} - yyc4882 = true - } else if len(yyv4882) != 0 { - yyv4882 = yyv4882[:0] - yyc4882 = true + yyv4873 := *v + yyh4873, yyl4873 := z.DecSliceHelperStart() + var yyc4873 bool + if yyl4873 == 0 { + if yyv4873 == nil { + yyv4873 = []ResourceQuotaScope{} + yyc4873 = true + } else if len(yyv4873) != 0 { + yyv4873 = yyv4873[:0] + yyc4873 = true } - } else if yyl4882 > 0 { - var yyrr4882, yyrl4882 int - var yyrt4882 bool - if yyl4882 > cap(yyv4882) { + } else if yyl4873 > 0 { + var yyrr4873, yyrl4873 int + var yyrt4873 bool + if yyl4873 > cap(yyv4873) { - yyrl4882, yyrt4882 = z.DecInferLen(yyl4882, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4882 { - if yyrl4882 <= cap(yyv4882) { - yyv4882 = yyv4882[:yyrl4882] + yyrl4873, yyrt4873 = z.DecInferLen(yyl4873, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4873 { + if yyrl4873 <= cap(yyv4873) { + yyv4873 = yyv4873[:yyrl4873] } else { - yyv4882 = make([]ResourceQuotaScope, yyrl4882) + yyv4873 = make([]ResourceQuotaScope, yyrl4873) } } else { - yyv4882 = make([]ResourceQuotaScope, yyrl4882) + yyv4873 = make([]ResourceQuotaScope, yyrl4873) } - yyc4882 = true - yyrr4882 = len(yyv4882) - } else if yyl4882 != len(yyv4882) { - yyv4882 = yyv4882[:yyl4882] - yyc4882 = true + yyc4873 = true + yyrr4873 = len(yyv4873) + } else if yyl4873 != len(yyv4873) { + yyv4873 = yyv4873[:yyl4873] + yyc4873 = true } - yyj4882 := 0 - for ; yyj4882 < yyrr4882; yyj4882++ { - yyh4882.ElemContainerState(yyj4882) + yyj4873 := 0 + for ; yyj4873 < yyrr4873; yyj4873++ { + yyh4873.ElemContainerState(yyj4873) if r.TryDecodeAsNil() { - yyv4882[yyj4882] = "" + yyv4873[yyj4873] = "" } else { - yyv4882[yyj4882] = ResourceQuotaScope(r.DecodeString()) + yyv4873[yyj4873] = ResourceQuotaScope(r.DecodeString()) } } - if yyrt4882 { - for ; yyj4882 < yyl4882; yyj4882++ { - yyv4882 = append(yyv4882, "") - yyh4882.ElemContainerState(yyj4882) + if yyrt4873 { + for ; yyj4873 < yyl4873; yyj4873++ { + yyv4873 = append(yyv4873, "") + yyh4873.ElemContainerState(yyj4873) if r.TryDecodeAsNil() { - yyv4882[yyj4882] = "" + yyv4873[yyj4873] = "" } else { - yyv4882[yyj4882] = ResourceQuotaScope(r.DecodeString()) + yyv4873[yyj4873] = ResourceQuotaScope(r.DecodeString()) } } } } else { - yyj4882 := 0 - for ; !r.CheckBreak(); yyj4882++ { + yyj4873 := 0 + for ; !r.CheckBreak(); yyj4873++ { - if yyj4882 >= len(yyv4882) { - yyv4882 = append(yyv4882, "") // var yyz4882 ResourceQuotaScope - yyc4882 = true + if yyj4873 >= len(yyv4873) { + yyv4873 = append(yyv4873, "") // var yyz4873 ResourceQuotaScope + yyc4873 = true } - yyh4882.ElemContainerState(yyj4882) - if yyj4882 < len(yyv4882) { + yyh4873.ElemContainerState(yyj4873) + if yyj4873 < len(yyv4873) { if r.TryDecodeAsNil() { - yyv4882[yyj4882] = "" + yyv4873[yyj4873] = "" } else { - yyv4882[yyj4882] = ResourceQuotaScope(r.DecodeString()) + yyv4873[yyj4873] = ResourceQuotaScope(r.DecodeString()) } } else { @@ -62526,17 +62444,17 @@ func (x codecSelfer1234) decSliceResourceQuotaScope(v *[]ResourceQuotaScope, d * } } - if yyj4882 < len(yyv4882) { - yyv4882 = yyv4882[:yyj4882] - yyc4882 = true - } else if yyj4882 == 0 && yyv4882 == nil { - yyv4882 = []ResourceQuotaScope{} - yyc4882 = true + if yyj4873 < len(yyv4873) { + yyv4873 = yyv4873[:yyj4873] + yyc4873 = true + } else if yyj4873 == 0 && yyv4873 == nil { + yyv4873 = []ResourceQuotaScope{} + yyc4873 = true } } - yyh4882.End() - if yyc4882 { - *v = yyv4882 + yyh4873.End() + if yyc4873 { + *v = yyv4873 } } @@ -62545,10 +62463,10 @@ func (x codecSelfer1234) encSliceResourceQuota(v []ResourceQuota, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4886 := range v { + for _, yyv4877 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4887 := &yyv4886 - yy4887.CodecEncodeSelf(e) + yy4878 := &yyv4877 + yy4878.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -62558,83 +62476,83 @@ func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4888 := *v - yyh4888, yyl4888 := z.DecSliceHelperStart() - var yyc4888 bool - if yyl4888 == 0 { - if yyv4888 == nil { - yyv4888 = []ResourceQuota{} - yyc4888 = true - } else if len(yyv4888) != 0 { - yyv4888 = yyv4888[:0] - yyc4888 = true + yyv4879 := *v + yyh4879, yyl4879 := z.DecSliceHelperStart() + var yyc4879 bool + if yyl4879 == 0 { + if yyv4879 == nil { + yyv4879 = []ResourceQuota{} + yyc4879 = true + } else if len(yyv4879) != 0 { + yyv4879 = yyv4879[:0] + yyc4879 = true } - } else if yyl4888 > 0 { - var yyrr4888, yyrl4888 int - var yyrt4888 bool - if yyl4888 > cap(yyv4888) { + } else if yyl4879 > 0 { + var yyrr4879, yyrl4879 int + var yyrt4879 bool + if yyl4879 > cap(yyv4879) { - yyrg4888 := len(yyv4888) > 0 - yyv24888 := yyv4888 - yyrl4888, yyrt4888 = z.DecInferLen(yyl4888, z.DecBasicHandle().MaxInitLen, 304) - if yyrt4888 { - if yyrl4888 <= cap(yyv4888) { - yyv4888 = yyv4888[:yyrl4888] + yyrg4879 := len(yyv4879) > 0 + yyv24879 := yyv4879 + yyrl4879, yyrt4879 = z.DecInferLen(yyl4879, z.DecBasicHandle().MaxInitLen, 304) + if yyrt4879 { + if yyrl4879 <= cap(yyv4879) { + yyv4879 = yyv4879[:yyrl4879] } else { - yyv4888 = make([]ResourceQuota, yyrl4888) + yyv4879 = make([]ResourceQuota, yyrl4879) } } else { - yyv4888 = make([]ResourceQuota, yyrl4888) + yyv4879 = make([]ResourceQuota, yyrl4879) } - yyc4888 = true - yyrr4888 = len(yyv4888) - if yyrg4888 { - copy(yyv4888, yyv24888) + yyc4879 = true + yyrr4879 = len(yyv4879) + if yyrg4879 { + copy(yyv4879, yyv24879) } - } else if yyl4888 != len(yyv4888) { - yyv4888 = yyv4888[:yyl4888] - yyc4888 = true + } else if yyl4879 != len(yyv4879) { + yyv4879 = yyv4879[:yyl4879] + yyc4879 = true } - yyj4888 := 0 - for ; yyj4888 < yyrr4888; yyj4888++ { - yyh4888.ElemContainerState(yyj4888) + yyj4879 := 0 + for ; yyj4879 < yyrr4879; yyj4879++ { + yyh4879.ElemContainerState(yyj4879) if r.TryDecodeAsNil() { - yyv4888[yyj4888] = ResourceQuota{} + yyv4879[yyj4879] = ResourceQuota{} } else { - yyv4889 := &yyv4888[yyj4888] - yyv4889.CodecDecodeSelf(d) + yyv4880 := &yyv4879[yyj4879] + yyv4880.CodecDecodeSelf(d) } } - if yyrt4888 { - for ; yyj4888 < yyl4888; yyj4888++ { - yyv4888 = append(yyv4888, ResourceQuota{}) - yyh4888.ElemContainerState(yyj4888) + if yyrt4879 { + for ; yyj4879 < yyl4879; yyj4879++ { + yyv4879 = append(yyv4879, ResourceQuota{}) + yyh4879.ElemContainerState(yyj4879) if r.TryDecodeAsNil() { - yyv4888[yyj4888] = ResourceQuota{} + yyv4879[yyj4879] = ResourceQuota{} } else { - yyv4890 := &yyv4888[yyj4888] - yyv4890.CodecDecodeSelf(d) + yyv4881 := &yyv4879[yyj4879] + yyv4881.CodecDecodeSelf(d) } } } } else { - yyj4888 := 0 - for ; !r.CheckBreak(); yyj4888++ { + yyj4879 := 0 + for ; !r.CheckBreak(); yyj4879++ { - if yyj4888 >= len(yyv4888) { - yyv4888 = append(yyv4888, ResourceQuota{}) // var yyz4888 ResourceQuota - yyc4888 = true + if yyj4879 >= len(yyv4879) { + yyv4879 = append(yyv4879, ResourceQuota{}) // var yyz4879 ResourceQuota + yyc4879 = true } - yyh4888.ElemContainerState(yyj4888) - if yyj4888 < len(yyv4888) { + yyh4879.ElemContainerState(yyj4879) + if yyj4879 < len(yyv4879) { if r.TryDecodeAsNil() { - yyv4888[yyj4888] = ResourceQuota{} + yyv4879[yyj4879] = ResourceQuota{} } else { - yyv4891 := &yyv4888[yyj4888] - yyv4891.CodecDecodeSelf(d) + yyv4882 := &yyv4879[yyj4879] + yyv4882.CodecDecodeSelf(d) } } else { @@ -62642,17 +62560,17 @@ func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978. } } - if yyj4888 < len(yyv4888) { - yyv4888 = yyv4888[:yyj4888] - yyc4888 = true - } else if yyj4888 == 0 && yyv4888 == nil { - yyv4888 = []ResourceQuota{} - yyc4888 = true + if yyj4879 < len(yyv4879) { + yyv4879 = yyv4879[:yyj4879] + yyc4879 = true + } else if yyj4879 == 0 && yyv4879 == nil { + yyv4879 = []ResourceQuota{} + yyc4879 = true } } - yyh4888.End() - if yyc4888 { - *v = yyv4888 + yyh4879.End() + if yyc4879 { + *v = yyv4879 } } @@ -62661,23 +62579,23 @@ func (x codecSelfer1234) encMapstringSliceuint8(v map[string][]uint8, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeMapStart(len(v)) - for yyk4892, yyv4892 := range v { + for yyk4883, yyv4883 := range v { z.EncSendContainerState(codecSelfer_containerMapKey1234) - yym4893 := z.EncBinary() - _ = yym4893 + yym4884 := z.EncBinary() + _ = yym4884 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yyk4892)) + r.EncodeString(codecSelferC_UTF81234, string(yyk4883)) } z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyv4892 == nil { + if yyv4883 == nil { r.EncodeNil() } else { - yym4894 := z.EncBinary() - _ = yym4894 + yym4885 := z.EncBinary() + _ = yym4885 if false { } else { - r.EncodeStringBytes(codecSelferC_RAW1234, []byte(yyv4892)) + r.EncodeStringBytes(codecSelferC_RAW1234, []byte(yyv4883)) } } } @@ -62689,80 +62607,80 @@ func (x codecSelfer1234) decMapstringSliceuint8(v *map[string][]uint8, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4895 := *v - yyl4895 := r.ReadMapStart() - yybh4895 := z.DecBasicHandle() - if yyv4895 == nil { - yyrl4895, _ := z.DecInferLen(yyl4895, yybh4895.MaxInitLen, 40) - yyv4895 = make(map[string][]uint8, yyrl4895) - *v = yyv4895 + yyv4886 := *v + yyl4886 := r.ReadMapStart() + yybh4886 := z.DecBasicHandle() + if yyv4886 == nil { + yyrl4886, _ := z.DecInferLen(yyl4886, yybh4886.MaxInitLen, 40) + yyv4886 = make(map[string][]uint8, yyrl4886) + *v = yyv4886 } - var yymk4895 string - var yymv4895 []uint8 - var yymg4895 bool - if yybh4895.MapValueReset { - yymg4895 = true + var yymk4886 string + var yymv4886 []uint8 + var yymg4886 bool + if yybh4886.MapValueReset { + yymg4886 = true } - if yyl4895 > 0 { - for yyj4895 := 0; yyj4895 < yyl4895; yyj4895++ { + if yyl4886 > 0 { + for yyj4886 := 0; yyj4886 < yyl4886; yyj4886++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk4895 = "" + yymk4886 = "" } else { - yymk4895 = string(r.DecodeString()) + yymk4886 = string(r.DecodeString()) } - if yymg4895 { - yymv4895 = yyv4895[yymk4895] + if yymg4886 { + yymv4886 = yyv4886[yymk4886] } else { - yymv4895 = nil + yymv4886 = nil } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv4895 = nil + yymv4886 = nil } else { - yyv4897 := &yymv4895 - yym4898 := z.DecBinary() - _ = yym4898 + yyv4888 := &yymv4886 + yym4889 := z.DecBinary() + _ = yym4889 if false { } else { - *yyv4897 = r.DecodeBytes(*(*[]byte)(yyv4897), false, false) + *yyv4888 = r.DecodeBytes(*(*[]byte)(yyv4888), false, false) } } - if yyv4895 != nil { - yyv4895[yymk4895] = yymv4895 + if yyv4886 != nil { + yyv4886[yymk4886] = yymv4886 } } - } else if yyl4895 < 0 { - for yyj4895 := 0; !r.CheckBreak(); yyj4895++ { + } else if yyl4886 < 0 { + for yyj4886 := 0; !r.CheckBreak(); yyj4886++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk4895 = "" + yymk4886 = "" } else { - yymk4895 = string(r.DecodeString()) + yymk4886 = string(r.DecodeString()) } - if yymg4895 { - yymv4895 = yyv4895[yymk4895] + if yymg4886 { + yymv4886 = yyv4886[yymk4886] } else { - yymv4895 = nil + yymv4886 = nil } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv4895 = nil + yymv4886 = nil } else { - yyv4900 := &yymv4895 - yym4901 := z.DecBinary() - _ = yym4901 + yyv4891 := &yymv4886 + yym4892 := z.DecBinary() + _ = yym4892 if false { } else { - *yyv4900 = r.DecodeBytes(*(*[]byte)(yyv4900), false, false) + *yyv4891 = r.DecodeBytes(*(*[]byte)(yyv4891), false, false) } } - if yyv4895 != nil { - yyv4895[yymk4895] = yymv4895 + if yyv4886 != nil { + yyv4886[yymk4886] = yymv4886 } } } // else len==0: TODO: Should we clear map entries? @@ -62774,10 +62692,10 @@ func (x codecSelfer1234) encSliceSecret(v []Secret, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4902 := range v { + for _, yyv4893 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4903 := &yyv4902 - yy4903.CodecEncodeSelf(e) + yy4894 := &yyv4893 + yy4894.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -62787,83 +62705,83 @@ func (x codecSelfer1234) decSliceSecret(v *[]Secret, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4904 := *v - yyh4904, yyl4904 := z.DecSliceHelperStart() - var yyc4904 bool - if yyl4904 == 0 { - if yyv4904 == nil { - yyv4904 = []Secret{} - yyc4904 = true - } else if len(yyv4904) != 0 { - yyv4904 = yyv4904[:0] - yyc4904 = true + yyv4895 := *v + yyh4895, yyl4895 := z.DecSliceHelperStart() + var yyc4895 bool + if yyl4895 == 0 { + if yyv4895 == nil { + yyv4895 = []Secret{} + yyc4895 = true + } else if len(yyv4895) != 0 { + yyv4895 = yyv4895[:0] + yyc4895 = true } - } else if yyl4904 > 0 { - var yyrr4904, yyrl4904 int - var yyrt4904 bool - if yyl4904 > cap(yyv4904) { + } else if yyl4895 > 0 { + var yyrr4895, yyrl4895 int + var yyrt4895 bool + if yyl4895 > cap(yyv4895) { - yyrg4904 := len(yyv4904) > 0 - yyv24904 := yyv4904 - yyrl4904, yyrt4904 = z.DecInferLen(yyl4904, z.DecBasicHandle().MaxInitLen, 280) - if yyrt4904 { - if yyrl4904 <= cap(yyv4904) { - yyv4904 = yyv4904[:yyrl4904] + yyrg4895 := len(yyv4895) > 0 + yyv24895 := yyv4895 + yyrl4895, yyrt4895 = z.DecInferLen(yyl4895, z.DecBasicHandle().MaxInitLen, 280) + if yyrt4895 { + if yyrl4895 <= cap(yyv4895) { + yyv4895 = yyv4895[:yyrl4895] } else { - yyv4904 = make([]Secret, yyrl4904) + yyv4895 = make([]Secret, yyrl4895) } } else { - yyv4904 = make([]Secret, yyrl4904) + yyv4895 = make([]Secret, yyrl4895) } - yyc4904 = true - yyrr4904 = len(yyv4904) - if yyrg4904 { - copy(yyv4904, yyv24904) + yyc4895 = true + yyrr4895 = len(yyv4895) + if yyrg4895 { + copy(yyv4895, yyv24895) } - } else if yyl4904 != len(yyv4904) { - yyv4904 = yyv4904[:yyl4904] - yyc4904 = true + } else if yyl4895 != len(yyv4895) { + yyv4895 = yyv4895[:yyl4895] + yyc4895 = true } - yyj4904 := 0 - for ; yyj4904 < yyrr4904; yyj4904++ { - yyh4904.ElemContainerState(yyj4904) + yyj4895 := 0 + for ; yyj4895 < yyrr4895; yyj4895++ { + yyh4895.ElemContainerState(yyj4895) if r.TryDecodeAsNil() { - yyv4904[yyj4904] = Secret{} + yyv4895[yyj4895] = Secret{} } else { - yyv4905 := &yyv4904[yyj4904] - yyv4905.CodecDecodeSelf(d) + yyv4896 := &yyv4895[yyj4895] + yyv4896.CodecDecodeSelf(d) } } - if yyrt4904 { - for ; yyj4904 < yyl4904; yyj4904++ { - yyv4904 = append(yyv4904, Secret{}) - yyh4904.ElemContainerState(yyj4904) + if yyrt4895 { + for ; yyj4895 < yyl4895; yyj4895++ { + yyv4895 = append(yyv4895, Secret{}) + yyh4895.ElemContainerState(yyj4895) if r.TryDecodeAsNil() { - yyv4904[yyj4904] = Secret{} + yyv4895[yyj4895] = Secret{} } else { - yyv4906 := &yyv4904[yyj4904] - yyv4906.CodecDecodeSelf(d) + yyv4897 := &yyv4895[yyj4895] + yyv4897.CodecDecodeSelf(d) } } } } else { - yyj4904 := 0 - for ; !r.CheckBreak(); yyj4904++ { + yyj4895 := 0 + for ; !r.CheckBreak(); yyj4895++ { - if yyj4904 >= len(yyv4904) { - yyv4904 = append(yyv4904, Secret{}) // var yyz4904 Secret - yyc4904 = true + if yyj4895 >= len(yyv4895) { + yyv4895 = append(yyv4895, Secret{}) // var yyz4895 Secret + yyc4895 = true } - yyh4904.ElemContainerState(yyj4904) - if yyj4904 < len(yyv4904) { + yyh4895.ElemContainerState(yyj4895) + if yyj4895 < len(yyv4895) { if r.TryDecodeAsNil() { - yyv4904[yyj4904] = Secret{} + yyv4895[yyj4895] = Secret{} } else { - yyv4907 := &yyv4904[yyj4904] - yyv4907.CodecDecodeSelf(d) + yyv4898 := &yyv4895[yyj4895] + yyv4898.CodecDecodeSelf(d) } } else { @@ -62871,17 +62789,17 @@ func (x codecSelfer1234) decSliceSecret(v *[]Secret, d *codec1978.Decoder) { } } - if yyj4904 < len(yyv4904) { - yyv4904 = yyv4904[:yyj4904] - yyc4904 = true - } else if yyj4904 == 0 && yyv4904 == nil { - yyv4904 = []Secret{} - yyc4904 = true + if yyj4895 < len(yyv4895) { + yyv4895 = yyv4895[:yyj4895] + yyc4895 = true + } else if yyj4895 == 0 && yyv4895 == nil { + yyv4895 = []Secret{} + yyc4895 = true } } - yyh4904.End() - if yyc4904 { - *v = yyv4904 + yyh4895.End() + if yyc4895 { + *v = yyv4895 } } @@ -62890,10 +62808,10 @@ func (x codecSelfer1234) encSliceConfigMap(v []ConfigMap, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4908 := range v { + for _, yyv4899 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4909 := &yyv4908 - yy4909.CodecEncodeSelf(e) + yy4900 := &yyv4899 + yy4900.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -62903,83 +62821,83 @@ func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4910 := *v - yyh4910, yyl4910 := z.DecSliceHelperStart() - var yyc4910 bool - if yyl4910 == 0 { - if yyv4910 == nil { - yyv4910 = []ConfigMap{} - yyc4910 = true - } else if len(yyv4910) != 0 { - yyv4910 = yyv4910[:0] - yyc4910 = true + yyv4901 := *v + yyh4901, yyl4901 := z.DecSliceHelperStart() + var yyc4901 bool + if yyl4901 == 0 { + if yyv4901 == nil { + yyv4901 = []ConfigMap{} + yyc4901 = true + } else if len(yyv4901) != 0 { + yyv4901 = yyv4901[:0] + yyc4901 = true } - } else if yyl4910 > 0 { - var yyrr4910, yyrl4910 int - var yyrt4910 bool - if yyl4910 > cap(yyv4910) { + } else if yyl4901 > 0 { + var yyrr4901, yyrl4901 int + var yyrt4901 bool + if yyl4901 > cap(yyv4901) { - yyrg4910 := len(yyv4910) > 0 - yyv24910 := yyv4910 - yyrl4910, yyrt4910 = z.DecInferLen(yyl4910, z.DecBasicHandle().MaxInitLen, 264) - if yyrt4910 { - if yyrl4910 <= cap(yyv4910) { - yyv4910 = yyv4910[:yyrl4910] + yyrg4901 := len(yyv4901) > 0 + yyv24901 := yyv4901 + yyrl4901, yyrt4901 = z.DecInferLen(yyl4901, z.DecBasicHandle().MaxInitLen, 264) + if yyrt4901 { + if yyrl4901 <= cap(yyv4901) { + yyv4901 = yyv4901[:yyrl4901] } else { - yyv4910 = make([]ConfigMap, yyrl4910) + yyv4901 = make([]ConfigMap, yyrl4901) } } else { - yyv4910 = make([]ConfigMap, yyrl4910) + yyv4901 = make([]ConfigMap, yyrl4901) } - yyc4910 = true - yyrr4910 = len(yyv4910) - if yyrg4910 { - copy(yyv4910, yyv24910) + yyc4901 = true + yyrr4901 = len(yyv4901) + if yyrg4901 { + copy(yyv4901, yyv24901) } - } else if yyl4910 != len(yyv4910) { - yyv4910 = yyv4910[:yyl4910] - yyc4910 = true + } else if yyl4901 != len(yyv4901) { + yyv4901 = yyv4901[:yyl4901] + yyc4901 = true } - yyj4910 := 0 - for ; yyj4910 < yyrr4910; yyj4910++ { - yyh4910.ElemContainerState(yyj4910) + yyj4901 := 0 + for ; yyj4901 < yyrr4901; yyj4901++ { + yyh4901.ElemContainerState(yyj4901) if r.TryDecodeAsNil() { - yyv4910[yyj4910] = ConfigMap{} + yyv4901[yyj4901] = ConfigMap{} } else { - yyv4911 := &yyv4910[yyj4910] - yyv4911.CodecDecodeSelf(d) + yyv4902 := &yyv4901[yyj4901] + yyv4902.CodecDecodeSelf(d) } } - if yyrt4910 { - for ; yyj4910 < yyl4910; yyj4910++ { - yyv4910 = append(yyv4910, ConfigMap{}) - yyh4910.ElemContainerState(yyj4910) + if yyrt4901 { + for ; yyj4901 < yyl4901; yyj4901++ { + yyv4901 = append(yyv4901, ConfigMap{}) + yyh4901.ElemContainerState(yyj4901) if r.TryDecodeAsNil() { - yyv4910[yyj4910] = ConfigMap{} + yyv4901[yyj4901] = ConfigMap{} } else { - yyv4912 := &yyv4910[yyj4910] - yyv4912.CodecDecodeSelf(d) + yyv4903 := &yyv4901[yyj4901] + yyv4903.CodecDecodeSelf(d) } } } } else { - yyj4910 := 0 - for ; !r.CheckBreak(); yyj4910++ { + yyj4901 := 0 + for ; !r.CheckBreak(); yyj4901++ { - if yyj4910 >= len(yyv4910) { - yyv4910 = append(yyv4910, ConfigMap{}) // var yyz4910 ConfigMap - yyc4910 = true + if yyj4901 >= len(yyv4901) { + yyv4901 = append(yyv4901, ConfigMap{}) // var yyz4901 ConfigMap + yyc4901 = true } - yyh4910.ElemContainerState(yyj4910) - if yyj4910 < len(yyv4910) { + yyh4901.ElemContainerState(yyj4901) + if yyj4901 < len(yyv4901) { if r.TryDecodeAsNil() { - yyv4910[yyj4910] = ConfigMap{} + yyv4901[yyj4901] = ConfigMap{} } else { - yyv4913 := &yyv4910[yyj4910] - yyv4913.CodecDecodeSelf(d) + yyv4904 := &yyv4901[yyj4901] + yyv4904.CodecDecodeSelf(d) } } else { @@ -62987,17 +62905,17 @@ func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) } } - if yyj4910 < len(yyv4910) { - yyv4910 = yyv4910[:yyj4910] - yyc4910 = true - } else if yyj4910 == 0 && yyv4910 == nil { - yyv4910 = []ConfigMap{} - yyc4910 = true + if yyj4901 < len(yyv4901) { + yyv4901 = yyv4901[:yyj4901] + yyc4901 = true + } else if yyj4901 == 0 && yyv4901 == nil { + yyv4901 = []ConfigMap{} + yyc4901 = true } } - yyh4910.End() - if yyc4910 { - *v = yyv4910 + yyh4901.End() + if yyc4901 { + *v = yyv4901 } } @@ -63006,10 +62924,10 @@ func (x codecSelfer1234) encSliceComponentCondition(v []ComponentCondition, e *c z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4914 := range v { + for _, yyv4905 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4915 := &yyv4914 - yy4915.CodecEncodeSelf(e) + yy4906 := &yyv4905 + yy4906.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -63019,83 +62937,83 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4916 := *v - yyh4916, yyl4916 := z.DecSliceHelperStart() - var yyc4916 bool - if yyl4916 == 0 { - if yyv4916 == nil { - yyv4916 = []ComponentCondition{} - yyc4916 = true - } else if len(yyv4916) != 0 { - yyv4916 = yyv4916[:0] - yyc4916 = true + yyv4907 := *v + yyh4907, yyl4907 := z.DecSliceHelperStart() + var yyc4907 bool + if yyl4907 == 0 { + if yyv4907 == nil { + yyv4907 = []ComponentCondition{} + yyc4907 = true + } else if len(yyv4907) != 0 { + yyv4907 = yyv4907[:0] + yyc4907 = true } - } else if yyl4916 > 0 { - var yyrr4916, yyrl4916 int - var yyrt4916 bool - if yyl4916 > cap(yyv4916) { + } else if yyl4907 > 0 { + var yyrr4907, yyrl4907 int + var yyrt4907 bool + if yyl4907 > cap(yyv4907) { - yyrg4916 := len(yyv4916) > 0 - yyv24916 := yyv4916 - yyrl4916, yyrt4916 = z.DecInferLen(yyl4916, z.DecBasicHandle().MaxInitLen, 64) - if yyrt4916 { - if yyrl4916 <= cap(yyv4916) { - yyv4916 = yyv4916[:yyrl4916] + yyrg4907 := len(yyv4907) > 0 + yyv24907 := yyv4907 + yyrl4907, yyrt4907 = z.DecInferLen(yyl4907, z.DecBasicHandle().MaxInitLen, 64) + if yyrt4907 { + if yyrl4907 <= cap(yyv4907) { + yyv4907 = yyv4907[:yyrl4907] } else { - yyv4916 = make([]ComponentCondition, yyrl4916) + yyv4907 = make([]ComponentCondition, yyrl4907) } } else { - yyv4916 = make([]ComponentCondition, yyrl4916) + yyv4907 = make([]ComponentCondition, yyrl4907) } - yyc4916 = true - yyrr4916 = len(yyv4916) - if yyrg4916 { - copy(yyv4916, yyv24916) + yyc4907 = true + yyrr4907 = len(yyv4907) + if yyrg4907 { + copy(yyv4907, yyv24907) } - } else if yyl4916 != len(yyv4916) { - yyv4916 = yyv4916[:yyl4916] - yyc4916 = true + } else if yyl4907 != len(yyv4907) { + yyv4907 = yyv4907[:yyl4907] + yyc4907 = true } - yyj4916 := 0 - for ; yyj4916 < yyrr4916; yyj4916++ { - yyh4916.ElemContainerState(yyj4916) + yyj4907 := 0 + for ; yyj4907 < yyrr4907; yyj4907++ { + yyh4907.ElemContainerState(yyj4907) if r.TryDecodeAsNil() { - yyv4916[yyj4916] = ComponentCondition{} + yyv4907[yyj4907] = ComponentCondition{} } else { - yyv4917 := &yyv4916[yyj4916] - yyv4917.CodecDecodeSelf(d) + yyv4908 := &yyv4907[yyj4907] + yyv4908.CodecDecodeSelf(d) } } - if yyrt4916 { - for ; yyj4916 < yyl4916; yyj4916++ { - yyv4916 = append(yyv4916, ComponentCondition{}) - yyh4916.ElemContainerState(yyj4916) + if yyrt4907 { + for ; yyj4907 < yyl4907; yyj4907++ { + yyv4907 = append(yyv4907, ComponentCondition{}) + yyh4907.ElemContainerState(yyj4907) if r.TryDecodeAsNil() { - yyv4916[yyj4916] = ComponentCondition{} + yyv4907[yyj4907] = ComponentCondition{} } else { - yyv4918 := &yyv4916[yyj4916] - yyv4918.CodecDecodeSelf(d) + yyv4909 := &yyv4907[yyj4907] + yyv4909.CodecDecodeSelf(d) } } } } else { - yyj4916 := 0 - for ; !r.CheckBreak(); yyj4916++ { + yyj4907 := 0 + for ; !r.CheckBreak(); yyj4907++ { - if yyj4916 >= len(yyv4916) { - yyv4916 = append(yyv4916, ComponentCondition{}) // var yyz4916 ComponentCondition - yyc4916 = true + if yyj4907 >= len(yyv4907) { + yyv4907 = append(yyv4907, ComponentCondition{}) // var yyz4907 ComponentCondition + yyc4907 = true } - yyh4916.ElemContainerState(yyj4916) - if yyj4916 < len(yyv4916) { + yyh4907.ElemContainerState(yyj4907) + if yyj4907 < len(yyv4907) { if r.TryDecodeAsNil() { - yyv4916[yyj4916] = ComponentCondition{} + yyv4907[yyj4907] = ComponentCondition{} } else { - yyv4919 := &yyv4916[yyj4916] - yyv4919.CodecDecodeSelf(d) + yyv4910 := &yyv4907[yyj4907] + yyv4910.CodecDecodeSelf(d) } } else { @@ -63103,17 +63021,17 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * } } - if yyj4916 < len(yyv4916) { - yyv4916 = yyv4916[:yyj4916] - yyc4916 = true - } else if yyj4916 == 0 && yyv4916 == nil { - yyv4916 = []ComponentCondition{} - yyc4916 = true + if yyj4907 < len(yyv4907) { + yyv4907 = yyv4907[:yyj4907] + yyc4907 = true + } else if yyj4907 == 0 && yyv4907 == nil { + yyv4907 = []ComponentCondition{} + yyc4907 = true } } - yyh4916.End() - if yyc4916 { - *v = yyv4916 + yyh4907.End() + if yyc4907 { + *v = yyv4907 } } @@ -63122,10 +63040,10 @@ func (x codecSelfer1234) encSliceComponentStatus(v []ComponentStatus, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4920 := range v { + for _, yyv4911 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4921 := &yyv4920 - yy4921.CodecEncodeSelf(e) + yy4912 := &yyv4911 + yy4912.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -63135,83 +63053,83 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4922 := *v - yyh4922, yyl4922 := z.DecSliceHelperStart() - var yyc4922 bool - if yyl4922 == 0 { - if yyv4922 == nil { - yyv4922 = []ComponentStatus{} - yyc4922 = true - } else if len(yyv4922) != 0 { - yyv4922 = yyv4922[:0] - yyc4922 = true + yyv4913 := *v + yyh4913, yyl4913 := z.DecSliceHelperStart() + var yyc4913 bool + if yyl4913 == 0 { + if yyv4913 == nil { + yyv4913 = []ComponentStatus{} + yyc4913 = true + } else if len(yyv4913) != 0 { + yyv4913 = yyv4913[:0] + yyc4913 = true } - } else if yyl4922 > 0 { - var yyrr4922, yyrl4922 int - var yyrt4922 bool - if yyl4922 > cap(yyv4922) { + } else if yyl4913 > 0 { + var yyrr4913, yyrl4913 int + var yyrt4913 bool + if yyl4913 > cap(yyv4913) { - yyrg4922 := len(yyv4922) > 0 - yyv24922 := yyv4922 - yyrl4922, yyrt4922 = z.DecInferLen(yyl4922, z.DecBasicHandle().MaxInitLen, 280) - if yyrt4922 { - if yyrl4922 <= cap(yyv4922) { - yyv4922 = yyv4922[:yyrl4922] + yyrg4913 := len(yyv4913) > 0 + yyv24913 := yyv4913 + yyrl4913, yyrt4913 = z.DecInferLen(yyl4913, z.DecBasicHandle().MaxInitLen, 280) + if yyrt4913 { + if yyrl4913 <= cap(yyv4913) { + yyv4913 = yyv4913[:yyrl4913] } else { - yyv4922 = make([]ComponentStatus, yyrl4922) + yyv4913 = make([]ComponentStatus, yyrl4913) } } else { - yyv4922 = make([]ComponentStatus, yyrl4922) + yyv4913 = make([]ComponentStatus, yyrl4913) } - yyc4922 = true - yyrr4922 = len(yyv4922) - if yyrg4922 { - copy(yyv4922, yyv24922) + yyc4913 = true + yyrr4913 = len(yyv4913) + if yyrg4913 { + copy(yyv4913, yyv24913) } - } else if yyl4922 != len(yyv4922) { - yyv4922 = yyv4922[:yyl4922] - yyc4922 = true + } else if yyl4913 != len(yyv4913) { + yyv4913 = yyv4913[:yyl4913] + yyc4913 = true } - yyj4922 := 0 - for ; yyj4922 < yyrr4922; yyj4922++ { - yyh4922.ElemContainerState(yyj4922) + yyj4913 := 0 + for ; yyj4913 < yyrr4913; yyj4913++ { + yyh4913.ElemContainerState(yyj4913) if r.TryDecodeAsNil() { - yyv4922[yyj4922] = ComponentStatus{} + yyv4913[yyj4913] = ComponentStatus{} } else { - yyv4923 := &yyv4922[yyj4922] - yyv4923.CodecDecodeSelf(d) + yyv4914 := &yyv4913[yyj4913] + yyv4914.CodecDecodeSelf(d) } } - if yyrt4922 { - for ; yyj4922 < yyl4922; yyj4922++ { - yyv4922 = append(yyv4922, ComponentStatus{}) - yyh4922.ElemContainerState(yyj4922) + if yyrt4913 { + for ; yyj4913 < yyl4913; yyj4913++ { + yyv4913 = append(yyv4913, ComponentStatus{}) + yyh4913.ElemContainerState(yyj4913) if r.TryDecodeAsNil() { - yyv4922[yyj4922] = ComponentStatus{} + yyv4913[yyj4913] = ComponentStatus{} } else { - yyv4924 := &yyv4922[yyj4922] - yyv4924.CodecDecodeSelf(d) + yyv4915 := &yyv4913[yyj4913] + yyv4915.CodecDecodeSelf(d) } } } } else { - yyj4922 := 0 - for ; !r.CheckBreak(); yyj4922++ { + yyj4913 := 0 + for ; !r.CheckBreak(); yyj4913++ { - if yyj4922 >= len(yyv4922) { - yyv4922 = append(yyv4922, ComponentStatus{}) // var yyz4922 ComponentStatus - yyc4922 = true + if yyj4913 >= len(yyv4913) { + yyv4913 = append(yyv4913, ComponentStatus{}) // var yyz4913 ComponentStatus + yyc4913 = true } - yyh4922.ElemContainerState(yyj4922) - if yyj4922 < len(yyv4922) { + yyh4913.ElemContainerState(yyj4913) + if yyj4913 < len(yyv4913) { if r.TryDecodeAsNil() { - yyv4922[yyj4922] = ComponentStatus{} + yyv4913[yyj4913] = ComponentStatus{} } else { - yyv4925 := &yyv4922[yyj4922] - yyv4925.CodecDecodeSelf(d) + yyv4916 := &yyv4913[yyj4913] + yyv4916.CodecDecodeSelf(d) } } else { @@ -63219,16 +63137,16 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 } } - if yyj4922 < len(yyv4922) { - yyv4922 = yyv4922[:yyj4922] - yyc4922 = true - } else if yyj4922 == 0 && yyv4922 == nil { - yyv4922 = []ComponentStatus{} - yyc4922 = true + if yyj4913 < len(yyv4913) { + yyv4913 = yyv4913[:yyj4913] + yyc4913 = true + } else if yyj4913 == 0 && yyv4913 == nil { + yyv4913 = []ComponentStatus{} + yyc4913 = true } } - yyh4922.End() - if yyc4922 { - *v = yyv4922 + yyh4913.End() + if yyc4913 { + *v = yyv4913 } } diff --git a/pkg/api/v1/generated.pb.go b/pkg/api/v1/generated.pb.go index f03c456671..1f0677b198 100644 --- a/pkg/api/v1/generated.pb.go +++ b/pkg/api/v1/generated.pb.go @@ -6574,25 +6574,17 @@ func (m *ReplicationControllerCondition) MarshalTo(data []byte) (int, error) { i += copy(data[i:], m.Status) data[i] = 0x1a i++ - i = encodeVarintGenerated(data, i, uint64(m.LastProbeTime.Size())) - n135, err := m.LastProbeTime.MarshalTo(data[i:]) + i = encodeVarintGenerated(data, i, uint64(m.LastTransitionTime.Size())) + n135, err := m.LastTransitionTime.MarshalTo(data[i:]) if err != nil { return 0, err } i += n135 data[i] = 0x22 i++ - i = encodeVarintGenerated(data, i, uint64(m.LastTransitionTime.Size())) - n136, err := m.LastTransitionTime.MarshalTo(data[i:]) - if err != nil { - return 0, err - } - i += n136 - data[i] = 0x2a - i++ i = encodeVarintGenerated(data, i, uint64(len(m.Reason))) i += copy(data[i:], m.Reason) - data[i] = 0x32 + data[i] = 0x2a i++ i = encodeVarintGenerated(data, i, uint64(len(m.Message))) i += copy(data[i:], m.Message) @@ -6617,11 +6609,11 @@ func (m *ReplicationControllerList) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.ListMeta.Size())) - n137, err := m.ListMeta.MarshalTo(data[i:]) + n136, err := m.ListMeta.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n137 + i += n136 if len(m.Items) > 0 { for _, msg := range m.Items { data[i] = 0x12 @@ -6678,11 +6670,11 @@ func (m *ReplicationControllerSpec) MarshalTo(data []byte) (int, error) { data[i] = 0x1a i++ i = encodeVarintGenerated(data, i, uint64(m.Template.Size())) - n138, err := m.Template.MarshalTo(data[i:]) + n137, err := m.Template.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n138 + i += n137 } data[i] = 0x20 i++ @@ -6761,11 +6753,11 @@ func (m *ResourceFieldSelector) MarshalTo(data []byte) (int, error) { data[i] = 0x1a i++ i = encodeVarintGenerated(data, i, uint64(m.Divisor.Size())) - n139, err := m.Divisor.MarshalTo(data[i:]) + n138, err := m.Divisor.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n139 + i += n138 return i, nil } @@ -6787,27 +6779,27 @@ func (m *ResourceQuota) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.ObjectMeta.Size())) - n140, err := m.ObjectMeta.MarshalTo(data[i:]) + n139, err := m.ObjectMeta.MarshalTo(data[i:]) + if err != nil { + return 0, err + } + i += n139 + data[i] = 0x12 + i++ + i = encodeVarintGenerated(data, i, uint64(m.Spec.Size())) + n140, err := m.Spec.MarshalTo(data[i:]) if err != nil { return 0, err } i += n140 - data[i] = 0x12 + data[i] = 0x1a i++ - i = encodeVarintGenerated(data, i, uint64(m.Spec.Size())) - n141, err := m.Spec.MarshalTo(data[i:]) + i = encodeVarintGenerated(data, i, uint64(m.Status.Size())) + n141, err := m.Status.MarshalTo(data[i:]) if err != nil { return 0, err } i += n141 - data[i] = 0x1a - i++ - i = encodeVarintGenerated(data, i, uint64(m.Status.Size())) - n142, err := m.Status.MarshalTo(data[i:]) - if err != nil { - return 0, err - } - i += n142 return i, nil } @@ -6829,11 +6821,11 @@ func (m *ResourceQuotaList) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.ListMeta.Size())) - n143, err := m.ListMeta.MarshalTo(data[i:]) + n142, err := m.ListMeta.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n143 + i += n142 if len(m.Items) > 0 { for _, msg := range m.Items { data[i] = 0x12 @@ -6879,11 +6871,11 @@ func (m *ResourceQuotaSpec) MarshalTo(data []byte) (int, error) { data[i] = 0x12 i++ i = encodeVarintGenerated(data, i, uint64((&v).Size())) - n144, err := (&v).MarshalTo(data[i:]) + n143, err := (&v).MarshalTo(data[i:]) if err != nil { return 0, err } - i += n144 + i += n143 } } if len(m.Scopes) > 0 { @@ -6934,11 +6926,11 @@ func (m *ResourceQuotaStatus) MarshalTo(data []byte) (int, error) { data[i] = 0x12 i++ i = encodeVarintGenerated(data, i, uint64((&v).Size())) - n145, err := (&v).MarshalTo(data[i:]) + n144, err := (&v).MarshalTo(data[i:]) if err != nil { return 0, err } - i += n145 + i += n144 } } if len(m.Used) > 0 { @@ -6956,11 +6948,11 @@ func (m *ResourceQuotaStatus) MarshalTo(data []byte) (int, error) { data[i] = 0x12 i++ i = encodeVarintGenerated(data, i, uint64((&v).Size())) - n146, err := (&v).MarshalTo(data[i:]) + n145, err := (&v).MarshalTo(data[i:]) if err != nil { return 0, err } - i += n146 + i += n145 } } return i, nil @@ -6996,11 +6988,11 @@ func (m *ResourceRequirements) MarshalTo(data []byte) (int, error) { data[i] = 0x12 i++ i = encodeVarintGenerated(data, i, uint64((&v).Size())) - n147, err := (&v).MarshalTo(data[i:]) + n146, err := (&v).MarshalTo(data[i:]) if err != nil { return 0, err } - i += n147 + i += n146 } } if len(m.Requests) > 0 { @@ -7018,11 +7010,11 @@ func (m *ResourceRequirements) MarshalTo(data []byte) (int, error) { data[i] = 0x12 i++ i = encodeVarintGenerated(data, i, uint64((&v).Size())) - n148, err := (&v).MarshalTo(data[i:]) + n147, err := (&v).MarshalTo(data[i:]) if err != nil { return 0, err } - i += n148 + i += n147 } } return i, nil @@ -7080,11 +7072,11 @@ func (m *Secret) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.ObjectMeta.Size())) - n149, err := m.ObjectMeta.MarshalTo(data[i:]) + n148, err := m.ObjectMeta.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n149 + i += n148 if len(m.Data) > 0 { for k := range m.Data { data[i] = 0x12 @@ -7144,11 +7136,11 @@ func (m *SecretKeySelector) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.LocalObjectReference.Size())) - n150, err := m.LocalObjectReference.MarshalTo(data[i:]) + n149, err := m.LocalObjectReference.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n150 + i += n149 data[i] = 0x12 i++ i = encodeVarintGenerated(data, i, uint64(len(m.Key))) @@ -7174,11 +7166,11 @@ func (m *SecretList) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.ListMeta.Size())) - n151, err := m.ListMeta.MarshalTo(data[i:]) + n150, err := m.ListMeta.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n151 + i += n150 if len(m.Items) > 0 { for _, msg := range m.Items { data[i] = 0x12 @@ -7252,11 +7244,11 @@ func (m *SecurityContext) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.Capabilities.Size())) - n152, err := m.Capabilities.MarshalTo(data[i:]) + n151, err := m.Capabilities.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n152 + i += n151 } if m.Privileged != nil { data[i] = 0x10 @@ -7272,11 +7264,11 @@ func (m *SecurityContext) MarshalTo(data []byte) (int, error) { data[i] = 0x1a i++ i = encodeVarintGenerated(data, i, uint64(m.SELinuxOptions.Size())) - n153, err := m.SELinuxOptions.MarshalTo(data[i:]) + n152, err := m.SELinuxOptions.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n153 + i += n152 } if m.RunAsUser != nil { data[i] = 0x20 @@ -7324,11 +7316,11 @@ func (m *SerializedReference) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.Reference.Size())) - n154, err := m.Reference.MarshalTo(data[i:]) + n153, err := m.Reference.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n154 + i += n153 return i, nil } @@ -7350,27 +7342,27 @@ func (m *Service) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.ObjectMeta.Size())) - n155, err := m.ObjectMeta.MarshalTo(data[i:]) + n154, err := m.ObjectMeta.MarshalTo(data[i:]) + if err != nil { + return 0, err + } + i += n154 + data[i] = 0x12 + i++ + i = encodeVarintGenerated(data, i, uint64(m.Spec.Size())) + n155, err := m.Spec.MarshalTo(data[i:]) if err != nil { return 0, err } i += n155 - data[i] = 0x12 + data[i] = 0x1a i++ - i = encodeVarintGenerated(data, i, uint64(m.Spec.Size())) - n156, err := m.Spec.MarshalTo(data[i:]) + i = encodeVarintGenerated(data, i, uint64(m.Status.Size())) + n156, err := m.Status.MarshalTo(data[i:]) if err != nil { return 0, err } i += n156 - data[i] = 0x1a - i++ - i = encodeVarintGenerated(data, i, uint64(m.Status.Size())) - n157, err := m.Status.MarshalTo(data[i:]) - if err != nil { - return 0, err - } - i += n157 return i, nil } @@ -7392,11 +7384,11 @@ func (m *ServiceAccount) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.ObjectMeta.Size())) - n158, err := m.ObjectMeta.MarshalTo(data[i:]) + n157, err := m.ObjectMeta.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n158 + i += n157 if len(m.Secrets) > 0 { for _, msg := range m.Secrets { data[i] = 0x12 @@ -7442,11 +7434,11 @@ func (m *ServiceAccountList) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.ListMeta.Size())) - n159, err := m.ListMeta.MarshalTo(data[i:]) + n158, err := m.ListMeta.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n159 + i += n158 if len(m.Items) > 0 { for _, msg := range m.Items { data[i] = 0x12 @@ -7480,11 +7472,11 @@ func (m *ServiceList) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.ListMeta.Size())) - n160, err := m.ListMeta.MarshalTo(data[i:]) + n159, err := m.ListMeta.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n160 + i += n159 if len(m.Items) > 0 { for _, msg := range m.Items { data[i] = 0x12 @@ -7529,11 +7521,11 @@ func (m *ServicePort) MarshalTo(data []byte) (int, error) { data[i] = 0x22 i++ i = encodeVarintGenerated(data, i, uint64(m.TargetPort.Size())) - n161, err := m.TargetPort.MarshalTo(data[i:]) + n160, err := m.TargetPort.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n161 + i += n160 data[i] = 0x28 i++ i = encodeVarintGenerated(data, i, uint64(m.NodePort)) @@ -7692,11 +7684,11 @@ func (m *ServiceStatus) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.LoadBalancer.Size())) - n162, err := m.LoadBalancer.MarshalTo(data[i:]) + n161, err := m.LoadBalancer.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n162 + i += n161 return i, nil } @@ -7718,11 +7710,11 @@ func (m *TCPSocketAction) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.Port.Size())) - n163, err := m.Port.MarshalTo(data[i:]) + n162, err := m.Port.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n163 + i += n162 return i, nil } @@ -7812,11 +7804,11 @@ func (m *Volume) MarshalTo(data []byte) (int, error) { data[i] = 0x12 i++ i = encodeVarintGenerated(data, i, uint64(m.VolumeSource.Size())) - n164, err := m.VolumeSource.MarshalTo(data[i:]) + n163, err := m.VolumeSource.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n164 + i += n163 return i, nil } @@ -7877,151 +7869,151 @@ func (m *VolumeSource) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.HostPath.Size())) - n165, err := m.HostPath.MarshalTo(data[i:]) + n164, err := m.HostPath.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n165 + i += n164 } if m.EmptyDir != nil { data[i] = 0x12 i++ i = encodeVarintGenerated(data, i, uint64(m.EmptyDir.Size())) - n166, err := m.EmptyDir.MarshalTo(data[i:]) + n165, err := m.EmptyDir.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n166 + i += n165 } if m.GCEPersistentDisk != nil { data[i] = 0x1a i++ i = encodeVarintGenerated(data, i, uint64(m.GCEPersistentDisk.Size())) - n167, err := m.GCEPersistentDisk.MarshalTo(data[i:]) + n166, err := m.GCEPersistentDisk.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n167 + i += n166 } if m.AWSElasticBlockStore != nil { data[i] = 0x22 i++ i = encodeVarintGenerated(data, i, uint64(m.AWSElasticBlockStore.Size())) - n168, err := m.AWSElasticBlockStore.MarshalTo(data[i:]) + n167, err := m.AWSElasticBlockStore.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n168 + i += n167 } if m.GitRepo != nil { data[i] = 0x2a i++ i = encodeVarintGenerated(data, i, uint64(m.GitRepo.Size())) - n169, err := m.GitRepo.MarshalTo(data[i:]) + n168, err := m.GitRepo.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n169 + i += n168 } if m.Secret != nil { data[i] = 0x32 i++ i = encodeVarintGenerated(data, i, uint64(m.Secret.Size())) - n170, err := m.Secret.MarshalTo(data[i:]) + n169, err := m.Secret.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n170 + i += n169 } if m.NFS != nil { data[i] = 0x3a i++ i = encodeVarintGenerated(data, i, uint64(m.NFS.Size())) - n171, err := m.NFS.MarshalTo(data[i:]) + n170, err := m.NFS.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n171 + i += n170 } if m.ISCSI != nil { data[i] = 0x42 i++ i = encodeVarintGenerated(data, i, uint64(m.ISCSI.Size())) - n172, err := m.ISCSI.MarshalTo(data[i:]) + n171, err := m.ISCSI.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n172 + i += n171 } if m.Glusterfs != nil { data[i] = 0x4a i++ i = encodeVarintGenerated(data, i, uint64(m.Glusterfs.Size())) - n173, err := m.Glusterfs.MarshalTo(data[i:]) + n172, err := m.Glusterfs.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n173 + i += n172 } if m.PersistentVolumeClaim != nil { data[i] = 0x52 i++ i = encodeVarintGenerated(data, i, uint64(m.PersistentVolumeClaim.Size())) - n174, err := m.PersistentVolumeClaim.MarshalTo(data[i:]) + n173, err := m.PersistentVolumeClaim.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n174 + i += n173 } if m.RBD != nil { data[i] = 0x5a i++ i = encodeVarintGenerated(data, i, uint64(m.RBD.Size())) - n175, err := m.RBD.MarshalTo(data[i:]) + n174, err := m.RBD.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n175 + i += n174 } if m.FlexVolume != nil { data[i] = 0x62 i++ i = encodeVarintGenerated(data, i, uint64(m.FlexVolume.Size())) - n176, err := m.FlexVolume.MarshalTo(data[i:]) + n175, err := m.FlexVolume.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n176 + i += n175 } if m.Cinder != nil { data[i] = 0x6a i++ i = encodeVarintGenerated(data, i, uint64(m.Cinder.Size())) - n177, err := m.Cinder.MarshalTo(data[i:]) + n176, err := m.Cinder.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n177 + i += n176 } if m.CephFS != nil { data[i] = 0x72 i++ i = encodeVarintGenerated(data, i, uint64(m.CephFS.Size())) - n178, err := m.CephFS.MarshalTo(data[i:]) + n177, err := m.CephFS.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n178 + i += n177 } if m.Flocker != nil { data[i] = 0x7a i++ i = encodeVarintGenerated(data, i, uint64(m.Flocker.Size())) - n179, err := m.Flocker.MarshalTo(data[i:]) + n178, err := m.Flocker.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n179 + i += n178 } if m.DownwardAPI != nil { data[i] = 0x82 @@ -8029,11 +8021,11 @@ func (m *VolumeSource) MarshalTo(data []byte) (int, error) { data[i] = 0x1 i++ i = encodeVarintGenerated(data, i, uint64(m.DownwardAPI.Size())) - n180, err := m.DownwardAPI.MarshalTo(data[i:]) + n179, err := m.DownwardAPI.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n180 + i += n179 } if m.FC != nil { data[i] = 0x8a @@ -8041,11 +8033,11 @@ func (m *VolumeSource) MarshalTo(data []byte) (int, error) { data[i] = 0x1 i++ i = encodeVarintGenerated(data, i, uint64(m.FC.Size())) - n181, err := m.FC.MarshalTo(data[i:]) + n180, err := m.FC.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n181 + i += n180 } if m.AzureFile != nil { data[i] = 0x92 @@ -8053,11 +8045,11 @@ func (m *VolumeSource) MarshalTo(data []byte) (int, error) { data[i] = 0x1 i++ i = encodeVarintGenerated(data, i, uint64(m.AzureFile.Size())) - n182, err := m.AzureFile.MarshalTo(data[i:]) + n181, err := m.AzureFile.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n182 + i += n181 } if m.ConfigMap != nil { data[i] = 0x9a @@ -8065,11 +8057,11 @@ func (m *VolumeSource) MarshalTo(data []byte) (int, error) { data[i] = 0x1 i++ i = encodeVarintGenerated(data, i, uint64(m.ConfigMap.Size())) - n183, err := m.ConfigMap.MarshalTo(data[i:]) + n182, err := m.ConfigMap.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n183 + i += n182 } if m.VsphereVolume != nil { data[i] = 0xa2 @@ -8077,11 +8069,11 @@ func (m *VolumeSource) MarshalTo(data []byte) (int, error) { data[i] = 0x1 i++ i = encodeVarintGenerated(data, i, uint64(m.VsphereVolume.Size())) - n184, err := m.VsphereVolume.MarshalTo(data[i:]) + n183, err := m.VsphereVolume.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n184 + i += n183 } if m.Quobyte != nil { data[i] = 0xaa @@ -8089,11 +8081,11 @@ func (m *VolumeSource) MarshalTo(data []byte) (int, error) { data[i] = 0x1 i++ i = encodeVarintGenerated(data, i, uint64(m.Quobyte.Size())) - n185, err := m.Quobyte.MarshalTo(data[i:]) + n184, err := m.Quobyte.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n185 + i += n184 } if m.AzureDisk != nil { data[i] = 0xb2 @@ -8101,11 +8093,11 @@ func (m *VolumeSource) MarshalTo(data []byte) (int, error) { data[i] = 0x1 i++ i = encodeVarintGenerated(data, i, uint64(m.AzureDisk.Size())) - n186, err := m.AzureDisk.MarshalTo(data[i:]) + n185, err := m.AzureDisk.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n186 + i += n185 } return i, nil } @@ -8157,11 +8149,11 @@ func (m *WeightedPodAffinityTerm) MarshalTo(data []byte) (int, error) { data[i] = 0x12 i++ i = encodeVarintGenerated(data, i, uint64(m.PodAffinityTerm.Size())) - n187, err := m.PodAffinityTerm.MarshalTo(data[i:]) + n186, err := m.PodAffinityTerm.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n187 + i += n186 return i, nil } @@ -10240,8 +10232,6 @@ func (m *ReplicationControllerCondition) Size() (n int) { n += 1 + l + sovGenerated(uint64(l)) l = len(m.Status) n += 1 + l + sovGenerated(uint64(l)) - l = m.LastProbeTime.Size() - n += 1 + l + sovGenerated(uint64(l)) l = m.LastTransitionTime.Size() n += 1 + l + sovGenerated(uint64(l)) l = len(m.Reason) @@ -12536,7 +12526,6 @@ func (this *ReplicationControllerCondition) String() string { s := strings.Join([]string{`&ReplicationControllerCondition{`, `Type:` + fmt.Sprintf("%v", this.Type) + `,`, `Status:` + fmt.Sprintf("%v", this.Status) + `,`, - `LastProbeTime:` + strings.Replace(strings.Replace(this.LastProbeTime.String(), "Time", "k8s_io_kubernetes_pkg_api_unversioned.Time", 1), `&`, ``, 1) + `,`, `LastTransitionTime:` + strings.Replace(strings.Replace(this.LastTransitionTime.String(), "Time", "k8s_io_kubernetes_pkg_api_unversioned.Time", 1), `&`, ``, 1) + `,`, `Reason:` + fmt.Sprintf("%v", this.Reason) + `,`, `Message:` + fmt.Sprintf("%v", this.Message) + `,`, @@ -32997,36 +32986,6 @@ func (m *ReplicationControllerCondition) Unmarshal(data []byte) error { m.Status = ConditionStatus(data[iNdEx:postIndex]) iNdEx = postIndex case 3: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field LastProbeTime", wireType) - } - var msglen int - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowGenerated - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := data[iNdEx] - iNdEx++ - msglen |= (int(b) & 0x7F) << shift - if b < 0x80 { - break - } - } - if msglen < 0 { - return ErrInvalidLengthGenerated - } - postIndex := iNdEx + msglen - if postIndex > l { - return io.ErrUnexpectedEOF - } - if err := m.LastProbeTime.Unmarshal(data[iNdEx:postIndex]); err != nil { - return err - } - iNdEx = postIndex - case 4: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field LastTransitionTime", wireType) } @@ -33056,7 +33015,7 @@ func (m *ReplicationControllerCondition) Unmarshal(data []byte) error { return err } iNdEx = postIndex - case 5: + case 4: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field Reason", wireType) } @@ -33085,7 +33044,7 @@ func (m *ReplicationControllerCondition) Unmarshal(data []byte) error { } m.Reason = string(data[iNdEx:postIndex]) iNdEx = postIndex - case 6: + case 5: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field Message", wireType) } @@ -38931,628 +38890,628 @@ var ( ) var fileDescriptorGenerated = []byte{ - // 9956 bytes of a gzipped FileDescriptorProto + // 9967 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xec, 0x7d, 0x6d, 0x6c, 0x24, 0xc9, - 0x75, 0x98, 0x7a, 0x86, 0x5f, 0xf3, 0xf8, 0xb9, 0xb5, 0x1f, 0xc7, 0xa3, 0xef, 0x96, 0xab, 0x3e, + 0x75, 0x98, 0x7a, 0x86, 0x5f, 0xf3, 0xf8, 0xb9, 0xb5, 0x1f, 0xc7, 0xa3, 0xee, 0x96, 0xab, 0x3e, 0xdd, 0x6a, 0xef, 0x6e, 0x97, 0xd4, 0xee, 0xdd, 0xf9, 0x56, 0xba, 0xcb, 0x49, 0x24, 0x87, 0xdc, 0xa5, 0x96, 0xdc, 0x9d, 0xab, 0xe1, 0xee, 0x9e, 0xa4, 0xcb, 0x9d, 0x9a, 0xd3, 0x45, 0xb2, 0xb5, 0xc3, 0xee, 0xb9, 0xee, 0x1e, 0xee, 0x52, 0x8a, 0x01, 0x47, 0xb9, 0x38, 0x08, 0x2c, 0x38, 0x32, 0x12, 0x21, 0x01, 0x92, 0x20, 0x4e, 0x80, 0x04, 0x4e, 0x8c, 0x38, 0x96, 0xa3, 0xd8, 0x52, 0x22, - 0x08, 0x01, 0xe2, 0x08, 0xca, 0x87, 0x03, 0x19, 0x30, 0x62, 0xc7, 0x06, 0x18, 0x1f, 0x8d, 0x20, - 0x3f, 0xf2, 0x27, 0x40, 0xf2, 0x27, 0x84, 0x91, 0x04, 0xf5, 0xd9, 0x55, 0x3d, 0x3d, 0xec, 0x1e, - 0xde, 0x92, 0x5e, 0x1b, 0xfe, 0x37, 0xf3, 0xde, 0xab, 0x57, 0x1f, 0xfd, 0xaa, 0xea, 0xbd, 0x57, - 0xaf, 0x5e, 0xc1, 0xe5, 0x07, 0xd7, 0xa3, 0x19, 0x2f, 0x98, 0x7d, 0xd0, 0x5e, 0x27, 0xa1, 0x4f, - 0x62, 0x12, 0xcd, 0xb6, 0x1e, 0x6c, 0xce, 0x3a, 0x2d, 0x6f, 0x76, 0xe7, 0xea, 0xec, 0x26, 0xf1, - 0x49, 0xe8, 0xc4, 0xc4, 0x9d, 0x69, 0x85, 0x41, 0x1c, 0xa0, 0x67, 0x38, 0xf5, 0x4c, 0x42, 0x3d, - 0xd3, 0x7a, 0xb0, 0x39, 0xe3, 0xb4, 0xbc, 0x99, 0x9d, 0xab, 0x53, 0x57, 0x36, 0xbd, 0x78, 0xab, - 0xbd, 0x3e, 0xd3, 0x08, 0xb6, 0x67, 0x37, 0x83, 0xcd, 0x60, 0x96, 0x15, 0x5a, 0x6f, 0x6f, 0xb0, - 0x7f, 0xec, 0x0f, 0xfb, 0xc5, 0x99, 0x4d, 0x5d, 0xeb, 0x5e, 0x75, 0x48, 0xa2, 0xa0, 0x1d, 0x36, - 0x48, 0xba, 0x01, 0x53, 0xaf, 0x76, 0x2f, 0xd3, 0xf6, 0x77, 0x48, 0x18, 0x79, 0x81, 0x4f, 0xdc, - 0x8e, 0x62, 0x57, 0xb2, 0x8b, 0x85, 0x6d, 0x3f, 0xf6, 0xb6, 0x3b, 0x6b, 0xb9, 0x9a, 0x4d, 0xde, - 0x8e, 0xbd, 0xe6, 0xac, 0xe7, 0xc7, 0x51, 0x1c, 0xa6, 0x8b, 0xd8, 0xbf, 0x63, 0xc1, 0x85, 0xb9, - 0xfb, 0xf5, 0xc5, 0xa6, 0x13, 0xc5, 0x5e, 0x63, 0xbe, 0x19, 0x34, 0x1e, 0xd4, 0xe3, 0x20, 0x24, - 0xf7, 0x82, 0x66, 0x7b, 0x9b, 0xd4, 0x59, 0x6f, 0xd0, 0x65, 0x18, 0xda, 0x61, 0xff, 0x97, 0xab, - 0x93, 0xd6, 0x05, 0xeb, 0x52, 0x65, 0x7e, 0xe2, 0x47, 0x7b, 0xd3, 0x1f, 0xdb, 0xdf, 0x9b, 0x1e, - 0xba, 0x27, 0xe0, 0x58, 0x51, 0xa0, 0x8b, 0x30, 0xb0, 0x11, 0xad, 0xed, 0xb6, 0xc8, 0x64, 0x89, - 0xd1, 0x8e, 0x09, 0xda, 0x81, 0xa5, 0x3a, 0x85, 0x62, 0x81, 0x45, 0xb3, 0x50, 0x69, 0x39, 0x61, - 0xec, 0xc5, 0x5e, 0xe0, 0x4f, 0x96, 0x2f, 0x58, 0x97, 0xfa, 0xe7, 0x4f, 0x09, 0xd2, 0x4a, 0x4d, - 0x22, 0x70, 0x42, 0x43, 0x9b, 0x11, 0x12, 0xc7, 0xbd, 0xe3, 0x37, 0x77, 0x27, 0xfb, 0x2e, 0x58, - 0x97, 0x86, 0x92, 0x66, 0x60, 0x01, 0xc7, 0x8a, 0xc2, 0xfe, 0x6e, 0x09, 0x86, 0xe6, 0x36, 0x36, - 0x3c, 0xdf, 0x8b, 0x77, 0xd1, 0x97, 0x61, 0xc4, 0x0f, 0x5c, 0x22, 0xff, 0xb3, 0x5e, 0x0c, 0x5f, - 0x7b, 0x71, 0xe6, 0x30, 0xb9, 0x98, 0xb9, 0xad, 0x95, 0x98, 0x9f, 0xd8, 0xdf, 0x9b, 0x1e, 0xd1, - 0x21, 0xd8, 0xe0, 0x88, 0xde, 0x81, 0xe1, 0x56, 0xe0, 0xaa, 0x0a, 0x4a, 0xac, 0x82, 0x17, 0x0e, - 0xaf, 0xa0, 0x96, 0x14, 0x98, 0x1f, 0xdf, 0xdf, 0x9b, 0x1e, 0xd6, 0x00, 0x58, 0x67, 0x87, 0x9a, - 0x30, 0x4e, 0xff, 0xfa, 0xb1, 0xa7, 0x6a, 0x28, 0xb3, 0x1a, 0xae, 0xe4, 0xd7, 0xa0, 0x15, 0x9a, - 0x3f, 0xbd, 0xbf, 0x37, 0x3d, 0x9e, 0x02, 0xe2, 0x34, 0x6b, 0xfb, 0xab, 0x30, 0x36, 0x17, 0xc7, - 0x4e, 0x63, 0x8b, 0xb8, 0xfc, 0xfb, 0xa2, 0x57, 0xa0, 0xcf, 0x77, 0xb6, 0x89, 0xf8, 0xfa, 0x17, - 0xc4, 0xb0, 0xf7, 0xdd, 0x76, 0xb6, 0xc9, 0xc1, 0xde, 0xf4, 0xc4, 0x5d, 0xdf, 0x7b, 0xbf, 0x2d, - 0x64, 0x86, 0xc2, 0x30, 0xa3, 0x46, 0xd7, 0x00, 0x5c, 0xb2, 0xe3, 0x35, 0x48, 0xcd, 0x89, 0xb7, - 0x84, 0x34, 0x20, 0x51, 0x16, 0xaa, 0x0a, 0x83, 0x35, 0x2a, 0xfb, 0xeb, 0x16, 0x54, 0xe6, 0x76, - 0x02, 0xcf, 0xad, 0x05, 0x6e, 0x84, 0xda, 0x30, 0xde, 0x0a, 0xc9, 0x06, 0x09, 0x15, 0x68, 0xd2, - 0xba, 0x50, 0xbe, 0x34, 0x7c, 0xed, 0x5a, 0x4e, 0xbf, 0xcd, 0x42, 0x8b, 0x7e, 0x1c, 0xee, 0xce, - 0x3f, 0x25, 0xaa, 0x1e, 0x4f, 0x61, 0x71, 0xba, 0x0e, 0xfb, 0xe7, 0x4b, 0x70, 0x76, 0xee, 0xab, - 0xed, 0x90, 0x54, 0xbd, 0xe8, 0x41, 0x7a, 0x2a, 0xb8, 0x5e, 0xf4, 0xe0, 0x76, 0x32, 0x18, 0x4a, - 0x06, 0xab, 0x02, 0x8e, 0x15, 0x05, 0xba, 0x02, 0x83, 0xf4, 0xf7, 0x5d, 0xbc, 0x2c, 0x7a, 0x7f, - 0x5a, 0x10, 0x0f, 0x57, 0x9d, 0xd8, 0xa9, 0x72, 0x14, 0x96, 0x34, 0x68, 0x15, 0x86, 0x1b, 0x4e, - 0x63, 0xcb, 0xf3, 0x37, 0x57, 0x03, 0x97, 0xb0, 0x2f, 0x5c, 0x99, 0x7f, 0x89, 0x92, 0x2f, 0x24, - 0xe0, 0x83, 0xbd, 0xe9, 0x49, 0xde, 0x36, 0xc1, 0x42, 0xc3, 0x61, 0xbd, 0x3c, 0xb2, 0xd5, 0x44, - 0xec, 0x63, 0x9c, 0x20, 0x63, 0x12, 0x5e, 0xd2, 0xe6, 0x54, 0x3f, 0x9b, 0x53, 0x23, 0x5d, 0xe6, - 0xd3, 0x3f, 0xb1, 0xc4, 0x98, 0x2c, 0x79, 0x4d, 0x73, 0x79, 0xb8, 0x06, 0x10, 0x91, 0x46, 0x48, - 0x62, 0x6d, 0x54, 0xd4, 0x67, 0xae, 0x2b, 0x0c, 0xd6, 0xa8, 0xe8, 0xe4, 0x8f, 0xb6, 0x9c, 0x90, - 0x49, 0x8b, 0x18, 0x1b, 0x35, 0xf9, 0xeb, 0x12, 0x81, 0x13, 0x1a, 0x63, 0xf2, 0x97, 0x73, 0x27, - 0xff, 0xbf, 0xb4, 0x60, 0x70, 0xde, 0xf3, 0x5d, 0xcf, 0xdf, 0x44, 0x6f, 0xc3, 0xd0, 0x36, 0x89, - 0x1d, 0xd7, 0x89, 0x1d, 0x31, 0xef, 0x2f, 0x1d, 0x2e, 0x3c, 0x77, 0xd6, 0xbf, 0x42, 0x1a, 0xf1, - 0x2a, 0x89, 0x9d, 0xa4, 0x1b, 0x09, 0x0c, 0x2b, 0x6e, 0xe8, 0x2e, 0x0c, 0xc4, 0x4e, 0xb8, 0x49, - 0x62, 0x31, 0xdd, 0xaf, 0x14, 0xe1, 0x8b, 0xa9, 0xa8, 0x11, 0xbf, 0x41, 0x92, 0x85, 0x71, 0x8d, - 0x31, 0xc1, 0x82, 0x99, 0xdd, 0x80, 0x91, 0x05, 0xa7, 0xe5, 0xac, 0x7b, 0x4d, 0x2f, 0xf6, 0x48, - 0x84, 0x3e, 0x09, 0x65, 0xc7, 0x75, 0x99, 0xe0, 0x57, 0xe6, 0xcf, 0xee, 0xef, 0x4d, 0x97, 0xe7, - 0x5c, 0xf7, 0x60, 0x6f, 0x1a, 0x14, 0xd5, 0x2e, 0xa6, 0x14, 0xe8, 0x45, 0xe8, 0x73, 0xc3, 0xa0, - 0x35, 0x59, 0x62, 0x94, 0xe7, 0xe8, 0x0c, 0xad, 0x86, 0x41, 0x2b, 0x45, 0xca, 0x68, 0xec, 0x7f, - 0x5b, 0x02, 0xb4, 0x40, 0x5a, 0x5b, 0x4b, 0x75, 0xe3, 0x5b, 0x5e, 0x82, 0xa1, 0xed, 0xc0, 0xf7, - 0xe2, 0x20, 0x8c, 0x44, 0x85, 0x4c, 0x1e, 0x56, 0x05, 0x0c, 0x2b, 0x2c, 0xba, 0x00, 0x7d, 0xad, - 0x64, 0x5a, 0x8f, 0xc8, 0x25, 0x81, 0x4d, 0x68, 0x86, 0xa1, 0x14, 0xed, 0x88, 0x84, 0x42, 0x8e, - 0x15, 0xc5, 0xdd, 0x88, 0x84, 0x98, 0x61, 0x12, 0xc9, 0xa1, 0x32, 0x25, 0xa4, 0x34, 0x25, 0x39, - 0x14, 0x83, 0x35, 0x2a, 0xf4, 0x1e, 0x54, 0xf8, 0x3f, 0x4c, 0x36, 0x98, 0xc8, 0xe6, 0x2e, 0x06, - 0x2b, 0x41, 0xc3, 0x69, 0xa6, 0x07, 0x7f, 0x94, 0x49, 0x9a, 0x64, 0x84, 0x13, 0x9e, 0x86, 0xa4, - 0x0d, 0xe4, 0x4a, 0xda, 0xdf, 0xb2, 0x00, 0x2d, 0x78, 0xbe, 0x4b, 0xc2, 0x13, 0xd8, 0x32, 0x7b, - 0x9b, 0x04, 0xbf, 0x4f, 0x9b, 0x16, 0x6c, 0xb7, 0x02, 0x9f, 0xf8, 0xf1, 0x42, 0xe0, 0xbb, 0x7c, - 0x1b, 0xfd, 0x0c, 0xf4, 0xc5, 0xb4, 0x2a, 0xde, 0xac, 0x8b, 0xf2, 0xb3, 0xd0, 0x0a, 0x0e, 0xf6, - 0xa6, 0xcf, 0x75, 0x96, 0x60, 0x4d, 0x60, 0x65, 0xd0, 0xa7, 0x61, 0x20, 0x8a, 0x9d, 0xb8, 0x1d, - 0x89, 0x86, 0x7e, 0x5c, 0x36, 0xb4, 0xce, 0xa0, 0x07, 0x7b, 0xd3, 0xe3, 0xaa, 0x18, 0x07, 0x61, - 0x51, 0x00, 0xbd, 0x00, 0x83, 0xdb, 0x24, 0x8a, 0x9c, 0x4d, 0xb9, 0xb0, 0x8d, 0x8b, 0xb2, 0x83, - 0xab, 0x1c, 0x8c, 0x25, 0x1e, 0x3d, 0x07, 0xfd, 0x24, 0x0c, 0x83, 0x50, 0x48, 0xc4, 0xa8, 0x20, - 0xec, 0x5f, 0xa4, 0x40, 0xcc, 0x71, 0xf6, 0x6f, 0x59, 0x30, 0xae, 0xda, 0xca, 0xeb, 0x3a, 0xc6, - 0xa9, 0xee, 0x02, 0x34, 0x64, 0xc7, 0x22, 0x36, 0xc1, 0x86, 0xaf, 0x7d, 0xea, 0x70, 0xde, 0x9d, - 0x03, 0x99, 0xd4, 0xa1, 0x40, 0x11, 0xd6, 0xf8, 0xda, 0x3f, 0xb2, 0xe0, 0x74, 0xaa, 0x4f, 0x2b, - 0x5e, 0x14, 0xa3, 0x3f, 0xdf, 0xd1, 0xaf, 0xd9, 0x43, 0xea, 0xd6, 0x34, 0xca, 0x19, 0x5a, 0x9c, - 0x75, 0x4f, 0x09, 0x8a, 0x84, 0x68, 0x9d, 0xc3, 0xd0, 0xef, 0xc5, 0x64, 0x5b, 0xf6, 0xeb, 0x4a, - 0xc1, 0x7e, 0xf1, 0x06, 0x26, 0x9f, 0x67, 0x99, 0xf2, 0xc0, 0x9c, 0x95, 0xfd, 0xbf, 0x2c, 0xa8, - 0x2c, 0x04, 0xfe, 0x86, 0xb7, 0xb9, 0xea, 0xb4, 0x8e, 0xf1, 0xc3, 0xd4, 0xa1, 0x8f, 0x71, 0xe5, - 0x4d, 0xbf, 0x9a, 0xd7, 0x74, 0xd1, 0xa0, 0x19, 0xba, 0x79, 0x72, 0xad, 0x40, 0xad, 0x4b, 0x14, - 0x84, 0x19, 0xb3, 0xa9, 0xd7, 0xa0, 0xa2, 0x08, 0xd0, 0x04, 0x94, 0x1f, 0x10, 0xae, 0x32, 0x56, - 0x30, 0xfd, 0x89, 0xce, 0x40, 0xff, 0x8e, 0xd3, 0x6c, 0x8b, 0xd9, 0x8a, 0xf9, 0x9f, 0xcf, 0x94, - 0xae, 0x5b, 0xf6, 0xf7, 0x2d, 0x38, 0xa3, 0x2a, 0xb9, 0x45, 0x76, 0xeb, 0xa4, 0x49, 0x1a, 0x71, - 0x10, 0xa2, 0x0f, 0x2c, 0x38, 0xd3, 0xcc, 0x58, 0x87, 0xc4, 0x68, 0x1c, 0x65, 0x05, 0x7b, 0x46, - 0x34, 0xfc, 0x4c, 0x16, 0x16, 0x67, 0xd6, 0x86, 0x9e, 0xe5, 0x7d, 0xe1, 0x93, 0x77, 0x58, 0x30, - 0x28, 0xdf, 0x22, 0xbb, 0xac, 0x63, 0xb4, 0xf9, 0xa3, 0xaa, 0xf9, 0x27, 0x21, 0x79, 0x2b, 0xa6, - 0xe4, 0x7d, 0xb2, 0xe0, 0xe7, 0xeb, 0x22, 0x73, 0x7f, 0xaf, 0x04, 0x67, 0x15, 0x8d, 0xb1, 0x1c, - 0x3f, 0x21, 0xc3, 0xdf, 0x5b, 0x77, 0x6f, 0x91, 0xdd, 0xb5, 0x80, 0xee, 0xa7, 0xd9, 0xdd, 0x45, - 0x57, 0x61, 0xd8, 0x25, 0x1b, 0x4e, 0xbb, 0x19, 0x2b, 0x75, 0xb1, 0x9f, 0xdb, 0x11, 0xd5, 0x04, - 0x8c, 0x75, 0x1a, 0xfb, 0x37, 0x2b, 0x6c, 0x56, 0xc6, 0x8e, 0xe7, 0x93, 0x90, 0x6e, 0xd0, 0x9a, - 0x56, 0x3f, 0xa2, 0x6b, 0xf5, 0x42, 0x83, 0x7f, 0x0e, 0xfa, 0xbd, 0x6d, 0xba, 0x64, 0x97, 0xcc, - 0x95, 0x78, 0x99, 0x02, 0x31, 0xc7, 0xa1, 0xe7, 0x61, 0xb0, 0x11, 0x6c, 0x6f, 0x3b, 0xbe, 0x3b, - 0x59, 0x66, 0x2a, 0xc3, 0x30, 0x5d, 0xd5, 0x17, 0x38, 0x08, 0x4b, 0x1c, 0x7a, 0x06, 0xfa, 0x9c, - 0x70, 0x33, 0x9a, 0xec, 0x63, 0x34, 0x43, 0xb4, 0xa6, 0xb9, 0x70, 0x33, 0xc2, 0x0c, 0x4a, 0x55, - 0x81, 0x87, 0x41, 0xf8, 0xc0, 0xf3, 0x37, 0xab, 0x5e, 0xc8, 0xf6, 0x75, 0x4d, 0x15, 0xb8, 0xaf, - 0x30, 0x58, 0xa3, 0x42, 0x35, 0xe8, 0x6f, 0x05, 0x61, 0x1c, 0x4d, 0x0e, 0xb0, 0xe1, 0x7c, 0x29, - 0x57, 0x7a, 0x78, 0xbf, 0x6b, 0x41, 0x18, 0x27, 0x5d, 0xa1, 0xff, 0x22, 0xcc, 0x19, 0xa1, 0x05, - 0x28, 0x13, 0x7f, 0x67, 0x72, 0x90, 0xf1, 0xfb, 0xc4, 0xe1, 0xfc, 0x16, 0xfd, 0x9d, 0x7b, 0x4e, - 0x98, 0xcc, 0xa2, 0x45, 0x7f, 0x07, 0xd3, 0xd2, 0xa8, 0x01, 0x15, 0xe9, 0x08, 0x88, 0x26, 0x87, - 0x8a, 0x08, 0x18, 0x16, 0xe4, 0x98, 0xbc, 0xdf, 0xf6, 0x42, 0xb2, 0x4d, 0xfc, 0x38, 0x4a, 0xf4, - 0x61, 0x89, 0x8d, 0x70, 0xc2, 0x17, 0x35, 0x60, 0x84, 0xab, 0x0f, 0xab, 0x41, 0xdb, 0x8f, 0xa3, - 0xc9, 0x0a, 0x6b, 0x72, 0x8e, 0xc1, 0x79, 0x2f, 0x29, 0x31, 0x7f, 0x46, 0xb0, 0x1f, 0xd1, 0x80, - 0x11, 0x36, 0x98, 0xa2, 0x77, 0x60, 0xb4, 0xe9, 0xed, 0x10, 0x9f, 0x44, 0x51, 0x2d, 0x0c, 0xd6, - 0xc9, 0x24, 0xb0, 0xde, 0x3c, 0x97, 0x67, 0x7c, 0x05, 0xeb, 0x64, 0xfe, 0xd4, 0xfe, 0xde, 0xf4, - 0xe8, 0x8a, 0x5e, 0x1a, 0x9b, 0xcc, 0xd0, 0x7b, 0x30, 0x46, 0x75, 0x15, 0x2f, 0x61, 0x3f, 0x5c, - 0x9c, 0x3d, 0xda, 0xdf, 0x9b, 0x1e, 0xc3, 0x46, 0x71, 0x9c, 0x62, 0x87, 0xd6, 0xa0, 0xd2, 0xf4, - 0x36, 0x48, 0x63, 0xb7, 0xd1, 0x24, 0x93, 0x23, 0x8c, 0x77, 0xce, 0x94, 0x5b, 0x91, 0xe4, 0x5c, - 0x3f, 0x54, 0x7f, 0x71, 0xc2, 0x08, 0xdd, 0x83, 0x73, 0x31, 0x09, 0xb7, 0x3d, 0xdf, 0xa1, 0x9b, - 0xb6, 0x50, 0x5e, 0x98, 0x85, 0x3b, 0xca, 0xa4, 0xf6, 0xbc, 0x18, 0xd8, 0x73, 0x6b, 0x99, 0x54, - 0xb8, 0x4b, 0x69, 0x74, 0x07, 0xc6, 0xd9, 0x7c, 0xaa, 0xb5, 0x9b, 0xcd, 0x5a, 0xd0, 0xf4, 0x1a, - 0xbb, 0x93, 0x63, 0x8c, 0xe1, 0xf3, 0xd2, 0x6e, 0x5d, 0x36, 0xd1, 0x54, 0xaf, 0x4f, 0xfe, 0xe1, - 0x74, 0x69, 0xd4, 0x84, 0xf1, 0x88, 0x34, 0xda, 0xa1, 0x17, 0xef, 0x52, 0xd9, 0x27, 0x8f, 0xe2, - 0xc9, 0xf1, 0x22, 0x76, 0x4a, 0xdd, 0x2c, 0xc4, 0x9d, 0x06, 0x29, 0x20, 0x4e, 0xb3, 0xa6, 0x4b, - 0x45, 0x14, 0xbb, 0x9e, 0x3f, 0x39, 0xc1, 0x14, 0x53, 0x35, 0xbf, 0xea, 0x14, 0x88, 0x39, 0x8e, - 0x99, 0x7d, 0xf4, 0xc7, 0x1d, 0xba, 0xf6, 0x9e, 0x62, 0x84, 0x89, 0xd9, 0x27, 0x11, 0x38, 0xa1, - 0xa1, 0x1b, 0x56, 0x1c, 0xef, 0x4e, 0x22, 0x46, 0xaa, 0xa6, 0xda, 0xda, 0xda, 0x17, 0x30, 0x85, - 0xdb, 0xeb, 0x30, 0xa6, 0xa6, 0x35, 0x1b, 0x1d, 0x34, 0x0d, 0xfd, 0x74, 0xe5, 0x92, 0xd6, 0x4b, - 0x85, 0x36, 0x81, 0x2e, 0x68, 0x11, 0xe6, 0x70, 0xd6, 0x04, 0xef, 0xab, 0x64, 0x7e, 0x37, 0x26, - 0x5c, 0x8b, 0x2d, 0x6b, 0x4d, 0x90, 0x08, 0x9c, 0xd0, 0xd8, 0xff, 0x97, 0x6f, 0x8a, 0xc9, 0xda, - 0x51, 0x60, 0xdd, 0xbc, 0x0c, 0x43, 0x5b, 0x41, 0x14, 0x53, 0x6a, 0x56, 0x47, 0x7f, 0xb2, 0x0b, - 0xde, 0x14, 0x70, 0xac, 0x28, 0xd0, 0xeb, 0x30, 0xda, 0xd0, 0x2b, 0x10, 0x4b, 0xf9, 0x59, 0x51, - 0xc4, 0xac, 0x1d, 0x9b, 0xb4, 0xe8, 0x3a, 0x0c, 0x31, 0x57, 0x5e, 0x23, 0x68, 0x0a, 0x7d, 0x59, - 0xee, 0x4c, 0x43, 0x35, 0x01, 0x3f, 0xd0, 0x7e, 0x63, 0x45, 0x4d, 0xad, 0x0e, 0xda, 0x84, 0xe5, - 0x9a, 0x58, 0x6e, 0x95, 0xd5, 0x71, 0x93, 0x41, 0xb1, 0xc0, 0xda, 0xbf, 0x52, 0xd2, 0x46, 0x99, - 0x2a, 0x7d, 0x04, 0x7d, 0x11, 0x06, 0x1f, 0x3a, 0x5e, 0xec, 0xf9, 0x9b, 0x62, 0x07, 0x7d, 0xb9, - 0xe0, 0xda, 0xcb, 0x8a, 0xdf, 0xe7, 0x45, 0xf9, 0x3e, 0x21, 0xfe, 0x60, 0xc9, 0x90, 0xf2, 0x0e, - 0xdb, 0xbe, 0x4f, 0x79, 0x97, 0x7a, 0xe7, 0x8d, 0x79, 0x51, 0xce, 0x5b, 0xfc, 0xc1, 0x92, 0x21, - 0xda, 0x00, 0x90, 0xb3, 0x8f, 0xb8, 0xc2, 0x85, 0xf6, 0x93, 0xbd, 0xb0, 0x5f, 0x53, 0xa5, 0xe7, - 0xc7, 0xe8, 0xce, 0x94, 0xfc, 0xc7, 0x1a, 0x67, 0xbb, 0xcd, 0x14, 0x91, 0xce, 0x66, 0xa1, 0x77, - 0xe8, 0x04, 0x70, 0xc2, 0x98, 0xb8, 0x73, 0xb1, 0x18, 0xba, 0x97, 0x0a, 0x2a, 0x54, 0x6b, 0xde, - 0x36, 0xd1, 0x67, 0x8b, 0xe0, 0x82, 0x13, 0x86, 0xf6, 0xf7, 0xca, 0x30, 0xd9, 0xad, 0xbd, 0x54, - 0x26, 0xc9, 0x23, 0x2f, 0x5e, 0xa0, 0xba, 0x82, 0x65, 0xca, 0xe4, 0xa2, 0x80, 0x63, 0x45, 0x41, - 0x85, 0x23, 0xf2, 0x36, 0x7d, 0xa7, 0x29, 0xe4, 0x57, 0x09, 0x47, 0x9d, 0x41, 0xb1, 0xc0, 0x52, - 0xba, 0x90, 0x38, 0x91, 0x70, 0xe1, 0x6a, 0x42, 0x84, 0x19, 0x14, 0x0b, 0xac, 0x6e, 0xfe, 0xf5, - 0xe5, 0x98, 0x7f, 0xc6, 0x18, 0xf5, 0x3f, 0xe6, 0x31, 0x42, 0xef, 0x01, 0x6c, 0x78, 0xbe, 0x17, - 0x6d, 0x31, 0xf6, 0x03, 0xbd, 0xb3, 0x57, 0x5a, 0xc9, 0x92, 0x62, 0x83, 0x35, 0x96, 0xe8, 0x55, - 0x18, 0x56, 0x33, 0x74, 0xb9, 0x3a, 0x39, 0x68, 0x3a, 0xfe, 0x92, 0xe5, 0xaa, 0x8a, 0x75, 0x3a, - 0xfb, 0x2b, 0x69, 0x91, 0x11, 0x13, 0x43, 0x1b, 0x61, 0xab, 0xe8, 0x08, 0x97, 0x0e, 0x1f, 0x61, - 0xfb, 0x3f, 0x97, 0xa9, 0xed, 0xac, 0x55, 0xd6, 0x8e, 0x0a, 0x2c, 0x6a, 0x6f, 0xd1, 0x15, 0xde, - 0x89, 0x89, 0x98, 0x96, 0x97, 0x7b, 0x99, 0x37, 0xfa, 0x7e, 0x40, 0xa7, 0x03, 0xe7, 0x84, 0xb6, - 0xa0, 0xd2, 0x74, 0x22, 0x66, 0x49, 0x12, 0x31, 0x1d, 0x7b, 0x63, 0x9b, 0x68, 0xe1, 0x4e, 0x14, - 0x6b, 0x1b, 0x2e, 0xaf, 0x25, 0x61, 0x4e, 0xb7, 0x27, 0xaa, 0x1d, 0xc8, 0x93, 0x03, 0xd5, 0x1c, - 0xaa, 0x42, 0xec, 0x62, 0x8e, 0x43, 0xd7, 0x61, 0x24, 0x24, 0x4c, 0x54, 0x16, 0xa8, 0x02, 0xc4, - 0x84, 0xaf, 0x3f, 0xd1, 0x94, 0xb0, 0x86, 0xc3, 0x06, 0x65, 0xa2, 0x28, 0x0f, 0x1c, 0xa2, 0x28, - 0xbf, 0x00, 0x83, 0xec, 0x87, 0x92, 0x0a, 0xf5, 0x85, 0x96, 0x39, 0x18, 0x4b, 0x7c, 0x5a, 0x88, - 0x86, 0x0a, 0x0a, 0xd1, 0x8b, 0x30, 0x56, 0x75, 0xc8, 0x76, 0xe0, 0x2f, 0xfa, 0x6e, 0x2b, 0xf0, - 0xfc, 0x18, 0x4d, 0x42, 0x1f, 0xdb, 0x52, 0xf8, 0x8c, 0xef, 0xa3, 0x1c, 0x70, 0x1f, 0x55, 0x76, - 0xed, 0xff, 0x67, 0xc1, 0x68, 0x95, 0x34, 0x49, 0x4c, 0xee, 0xb4, 0x98, 0xfb, 0x01, 0x2d, 0x01, - 0xda, 0x0c, 0x9d, 0x06, 0xa9, 0x91, 0xd0, 0x0b, 0xdc, 0x3a, 0x69, 0x04, 0x3e, 0x73, 0xb8, 0xd3, - 0x3d, 0xf2, 0xdc, 0xfe, 0xde, 0x34, 0xba, 0xd1, 0x81, 0xc5, 0x19, 0x25, 0x90, 0x0b, 0xa3, 0xad, - 0x90, 0x18, 0xfe, 0x12, 0x2b, 0x5f, 0x3f, 0xaf, 0xe9, 0x45, 0xb8, 0xfa, 0x68, 0x80, 0xb0, 0xc9, - 0x14, 0x7d, 0x0e, 0x26, 0x82, 0xb0, 0xb5, 0xe5, 0xf8, 0x55, 0xd2, 0x22, 0xbe, 0x4b, 0x75, 0x66, - 0xe1, 0x14, 0x3b, 0xb3, 0xbf, 0x37, 0x3d, 0x71, 0x27, 0x85, 0xc3, 0x1d, 0xd4, 0xf6, 0x2f, 0x95, - 0xe0, 0x6c, 0x35, 0x78, 0xe8, 0x3f, 0x74, 0x42, 0x77, 0xae, 0xb6, 0xcc, 0x15, 0x61, 0xe6, 0x64, - 0x94, 0xce, 0x4d, 0xab, 0xab, 0x73, 0xf3, 0x4b, 0x30, 0xb4, 0xe1, 0x91, 0xa6, 0x8b, 0xc9, 0x86, - 0xe8, 0xde, 0xd5, 0x22, 0x1e, 0x8d, 0x25, 0x5a, 0x46, 0x7a, 0x05, 0xb8, 0x6f, 0x75, 0x49, 0xb0, - 0xc1, 0x8a, 0x21, 0x6a, 0xc3, 0x84, 0xd4, 0xf4, 0x25, 0x56, 0xcc, 0x8e, 0x97, 0x8b, 0x19, 0x12, - 0x66, 0x35, 0x6c, 0x3c, 0x70, 0x8a, 0x21, 0xee, 0xa8, 0x82, 0x5a, 0x68, 0xdb, 0x74, 0x77, 0xe8, - 0x63, 0xb2, 0xc2, 0x2c, 0x34, 0x66, 0x42, 0x32, 0xa8, 0xfd, 0x8f, 0x2c, 0x78, 0xaa, 0x63, 0xb4, - 0x84, 0x7d, 0xfd, 0xb6, 0x34, 0x6c, 0xf9, 0xe9, 0x4c, 0x4e, 0x2b, 0x33, 0xc7, 0xbc, 0x98, 0x91, - 0x5b, 0x2a, 0x60, 0xe4, 0xde, 0x81, 0x33, 0x8b, 0xdb, 0xad, 0x78, 0xb7, 0xea, 0x99, 0x3e, 0xd9, - 0xd7, 0x60, 0x60, 0x9b, 0xb8, 0x5e, 0x7b, 0x5b, 0x7c, 0xd6, 0x69, 0xb9, 0x90, 0xae, 0x32, 0xe8, - 0xc1, 0xde, 0xf4, 0x68, 0x3d, 0x0e, 0x42, 0x67, 0x93, 0x70, 0x00, 0x16, 0xe4, 0xf6, 0x87, 0x16, - 0x8c, 0xcb, 0x09, 0x35, 0xe7, 0xba, 0x21, 0x89, 0x22, 0x34, 0x05, 0x25, 0xaf, 0x25, 0x18, 0x81, - 0x60, 0x54, 0x5a, 0xae, 0xe1, 0x92, 0xd7, 0x42, 0x5f, 0x84, 0x0a, 0x77, 0xe5, 0x27, 0xc2, 0xd1, - 0xe3, 0xd1, 0x00, 0xb3, 0x3e, 0xd6, 0x24, 0x0f, 0x9c, 0xb0, 0x93, 0x9a, 0x25, 0x5b, 0xaa, 0xcb, - 0xa6, 0x63, 0xf9, 0xa6, 0x80, 0x63, 0x45, 0x81, 0x2e, 0xc1, 0x90, 0x1f, 0xb8, 0xfc, 0x94, 0x85, - 0x6f, 0xbb, 0x4c, 0xe4, 0x6e, 0x0b, 0x18, 0x56, 0x58, 0xfb, 0x1b, 0x16, 0x8c, 0xc8, 0x3e, 0x16, - 0x54, 0x72, 0xe9, 0x24, 0x49, 0x14, 0xdc, 0x64, 0x92, 0x50, 0x25, 0x95, 0x61, 0x0c, 0xdd, 0xb4, - 0xdc, 0x8b, 0x6e, 0x6a, 0x7f, 0xaf, 0x04, 0x63, 0xb2, 0x39, 0xf5, 0xf6, 0x7a, 0x44, 0x62, 0xf4, - 0x2e, 0x54, 0x1c, 0x3e, 0xf8, 0x44, 0xca, 0xd9, 0x95, 0x3c, 0x0b, 0xdd, 0xf8, 0x66, 0x89, 0x62, - 0x30, 0x27, 0xf9, 0xe0, 0x84, 0x25, 0xda, 0x81, 0x53, 0x7e, 0x10, 0xb3, 0xfd, 0x40, 0xe1, 0x8b, - 0x79, 0x44, 0xd3, 0xf5, 0x3c, 0x2d, 0xea, 0x39, 0x75, 0x3b, 0xcd, 0x0f, 0x77, 0x56, 0x81, 0xee, - 0x48, 0x2f, 0x46, 0x99, 0xd5, 0xf5, 0x62, 0xb1, 0xba, 0xba, 0x3b, 0x31, 0xec, 0x1f, 0x58, 0x50, - 0x91, 0x64, 0xc7, 0xe9, 0x13, 0xbf, 0x0f, 0x83, 0x11, 0xfb, 0x34, 0x72, 0x98, 0x2e, 0x17, 0x6b, - 0x3a, 0xff, 0x9e, 0xc9, 0xe6, 0xc7, 0xff, 0x47, 0x58, 0x72, 0x63, 0x6e, 0x48, 0xd5, 0x81, 0x27, - 0xcf, 0x0d, 0xa9, 0x9a, 0xd6, 0xc5, 0x0d, 0xf9, 0x8b, 0x16, 0x0c, 0x70, 0xe7, 0x50, 0x31, 0x0f, - 0x9b, 0xe6, 0x4b, 0x4e, 0x38, 0xde, 0xa3, 0x40, 0xe1, 0x5a, 0x46, 0xf7, 0xa1, 0xc2, 0x7e, 0x2c, - 0x85, 0xc1, 0xb6, 0xd8, 0x08, 0x5e, 0x2c, 0xe2, 0x9c, 0xe2, 0x0b, 0x1f, 0x5f, 0x4d, 0xee, 0x49, - 0x06, 0x38, 0xe1, 0x65, 0x7f, 0xbf, 0x4c, 0x67, 0x7d, 0x42, 0x6a, 0x6c, 0x6b, 0xd6, 0x49, 0x6c, - 0x6b, 0xa5, 0xe3, 0xdf, 0xd6, 0xde, 0x87, 0xf1, 0x86, 0xe6, 0x93, 0x4f, 0x36, 0xd3, 0x6b, 0x05, - 0xdd, 0xcd, 0x9a, 0x23, 0x9f, 0x3b, 0x43, 0x16, 0x4c, 0x76, 0x38, 0xcd, 0x1f, 0x11, 0x18, 0xe1, - 0x07, 0x8a, 0xa2, 0xbe, 0xbe, 0x5c, 0x99, 0xe5, 0x7e, 0x17, 0x5e, 0x42, 0x55, 0xc6, 0x82, 0x4e, - 0xea, 0x1a, 0x23, 0x6c, 0xb0, 0xb5, 0xff, 0x46, 0x3f, 0xf4, 0x2f, 0xee, 0x10, 0x3f, 0x3e, 0xc6, - 0x59, 0xbe, 0x0d, 0x63, 0x9e, 0xbf, 0x13, 0x34, 0x77, 0x88, 0xcb, 0xf1, 0x47, 0xdb, 0xd1, 0xce, - 0x89, 0x4a, 0xc6, 0x96, 0x0d, 0x66, 0x38, 0xc5, 0xfc, 0x38, 0xec, 0xc9, 0xb7, 0x60, 0x80, 0x4b, - 0x84, 0x30, 0x26, 0x73, 0x9c, 0xa4, 0x6c, 0x40, 0xc5, 0xcc, 0x49, 0xac, 0x5e, 0xee, 0x9f, 0x15, - 0x8c, 0xd0, 0x03, 0x18, 0xdb, 0xf0, 0xc2, 0x28, 0xa6, 0x06, 0x61, 0x14, 0x3b, 0xdb, 0xad, 0xa3, - 0x18, 0x92, 0x6a, 0x48, 0x96, 0x0c, 0x56, 0x38, 0xc5, 0x1a, 0x6d, 0xc1, 0x28, 0xb5, 0x63, 0x92, - 0xba, 0x06, 0x7b, 0xaf, 0x4b, 0xf9, 0x92, 0x56, 0x74, 0x4e, 0xd8, 0x64, 0x4c, 0x17, 0xa3, 0x06, - 0x33, 0x7c, 0x86, 0xd8, 0x96, 0xae, 0x16, 0x23, 0x6e, 0xf1, 0x70, 0x1c, 0x5d, 0xd3, 0xd8, 0xf9, - 0x71, 0xc5, 0x5c, 0xd3, 0x92, 0x53, 0x62, 0xfb, 0x3b, 0x74, 0x03, 0xa2, 0xa3, 0x78, 0x12, 0x6b, - 0xf7, 0x4d, 0x73, 0xed, 0x7e, 0xae, 0xc0, 0xc7, 0xed, 0xb2, 0x6e, 0x7f, 0x19, 0x86, 0xb5, 0x6f, - 0x8f, 0x66, 0xa1, 0xd2, 0x90, 0x47, 0x9d, 0x62, 0x01, 0x57, 0x0a, 0x84, 0x3a, 0x03, 0xc5, 0x09, - 0x0d, 0x1d, 0x18, 0xaa, 0x78, 0xa5, 0x23, 0x22, 0xa8, 0x5a, 0x86, 0x19, 0xc6, 0x7e, 0x19, 0x60, - 0xf1, 0x11, 0x69, 0xcc, 0x35, 0xd8, 0x41, 0xbc, 0x76, 0x6e, 0x62, 0x75, 0x3f, 0x37, 0xb1, 0xdf, - 0x81, 0xd1, 0xc5, 0x47, 0x74, 0x67, 0x97, 0x66, 0xda, 0x45, 0x18, 0x20, 0x0c, 0xc0, 0x5a, 0x35, - 0x94, 0x08, 0x29, 0x27, 0xc3, 0x02, 0xcb, 0x8e, 0xd1, 0x1f, 0x39, 0x62, 0xc2, 0x6a, 0x26, 0xef, - 0x22, 0x05, 0x62, 0x8e, 0xb3, 0xbf, 0x6d, 0xc1, 0xd8, 0xd2, 0x82, 0xa1, 0x27, 0xcf, 0x00, 0x70, - 0x7d, 0xf3, 0xfe, 0xfd, 0xdb, 0xd2, 0x8f, 0xca, 0x9d, 0x5d, 0x0a, 0x8a, 0x35, 0x0a, 0xf4, 0x34, - 0x94, 0x9b, 0x6d, 0x5f, 0xa8, 0x81, 0x83, 0xfb, 0x7b, 0xd3, 0xe5, 0x95, 0xb6, 0x8f, 0x29, 0x4c, - 0x0b, 0x6c, 0x28, 0x17, 0x0e, 0x6c, 0xc8, 0x0f, 0xed, 0xfb, 0x56, 0x19, 0x26, 0x96, 0x9a, 0xe4, - 0x91, 0xd1, 0xea, 0x8b, 0x30, 0xe0, 0x86, 0xde, 0x0e, 0x09, 0xd3, 0x6e, 0x92, 0x2a, 0x83, 0x62, - 0x81, 0x2d, 0x1c, 0x6b, 0x61, 0xc4, 0x99, 0x94, 0x8f, 0x39, 0xce, 0x24, 0xb7, 0xcf, 0x68, 0x03, - 0x06, 0x03, 0xfe, 0xfd, 0x27, 0xfb, 0x99, 0xa0, 0xbf, 0x7e, 0x78, 0x63, 0xd2, 0xe3, 0x33, 0x23, - 0xa4, 0x87, 0x1f, 0x7a, 0xab, 0xc5, 0x52, 0x40, 0xb1, 0x64, 0x3e, 0xf5, 0x19, 0x18, 0xd1, 0x29, - 0x7b, 0x3a, 0xfd, 0xfe, 0x4b, 0x16, 0x9c, 0x5e, 0x6a, 0x06, 0x8d, 0x07, 0xa9, 0x60, 0x98, 0x57, - 0x61, 0x98, 0x4e, 0xd5, 0xc8, 0x88, 0x10, 0x33, 0x42, 0xe1, 0x04, 0x0a, 0xeb, 0x74, 0x5a, 0xb1, - 0xbb, 0x77, 0x97, 0xab, 0x59, 0x11, 0x74, 0x02, 0x85, 0x75, 0x3a, 0xfb, 0x3f, 0x59, 0xf0, 0xec, - 0x8d, 0x85, 0xc5, 0x1a, 0x5d, 0x46, 0xa2, 0x98, 0xf8, 0x71, 0x47, 0x10, 0xdf, 0x45, 0x18, 0x68, - 0xb9, 0x5a, 0x53, 0x94, 0x08, 0xd4, 0xaa, 0xac, 0x15, 0x02, 0xfb, 0xa4, 0x44, 0xb2, 0xfe, 0xa2, - 0x05, 0xa7, 0x6f, 0x78, 0x31, 0x26, 0xad, 0x20, 0x1d, 0x77, 0x17, 0x92, 0x56, 0x10, 0x79, 0x71, - 0x10, 0xee, 0xa6, 0xe3, 0xee, 0xb0, 0xc2, 0x60, 0x8d, 0x8a, 0xd7, 0xbc, 0xe3, 0xd1, 0x05, 0x56, - 0x74, 0x4a, 0xab, 0x99, 0xc3, 0xb1, 0xa2, 0xa0, 0x1d, 0x73, 0xbd, 0x90, 0xe9, 0x22, 0xbb, 0x62, - 0x06, 0xab, 0x8e, 0x55, 0x25, 0x02, 0x27, 0x34, 0xf6, 0xdf, 0xb1, 0xe0, 0xec, 0x8d, 0x66, 0x3b, - 0x8a, 0x49, 0xb8, 0x11, 0x19, 0x8d, 0x7d, 0x19, 0x2a, 0x44, 0xea, 0xcd, 0xa2, 0xad, 0x6a, 0x4f, - 0x52, 0x0a, 0x35, 0x0f, 0xfa, 0x53, 0x74, 0x05, 0x62, 0xcc, 0x7a, 0x8b, 0x88, 0xfa, 0x57, 0x25, - 0x18, 0xbd, 0xb9, 0xb6, 0x56, 0xbb, 0x41, 0x62, 0xb1, 0x06, 0xe7, 0x3b, 0x7a, 0x6a, 0x9a, 0x95, - 0x3b, 0x7c, 0x6d, 0xa6, 0xcb, 0xac, 0x6b, 0xc7, 0x5e, 0x73, 0x86, 0xc7, 0x58, 0xcf, 0x2c, 0xfb, - 0xf1, 0x9d, 0xb0, 0x1e, 0x87, 0x9e, 0xbf, 0x99, 0x69, 0x15, 0xcb, 0x7d, 0xa2, 0xdc, 0x6d, 0x9f, - 0x40, 0x2f, 0xc3, 0x40, 0xd4, 0xd8, 0x22, 0xca, 0x68, 0xff, 0x09, 0xa5, 0x86, 0x30, 0xe8, 0xc1, - 0xde, 0x74, 0xe5, 0x2e, 0x5e, 0xe6, 0x7f, 0xb0, 0x20, 0x45, 0xef, 0xc1, 0xf0, 0x56, 0x1c, 0xb7, - 0x6e, 0x12, 0xc7, 0x25, 0xa1, 0x5c, 0x25, 0x72, 0xb4, 0x40, 0x3a, 0x18, 0xbc, 0x40, 0x32, 0xb1, - 0x12, 0x58, 0x84, 0x75, 0x8e, 0x76, 0x1d, 0x20, 0xc1, 0x3d, 0x26, 0xd3, 0xc6, 0xfe, 0x8b, 0x25, - 0x18, 0xbc, 0xe9, 0xf8, 0x6e, 0x93, 0x84, 0x68, 0x09, 0xfa, 0xc8, 0x23, 0xd2, 0x28, 0xa6, 0xc0, - 0x26, 0x1b, 0x29, 0xf7, 0x54, 0xd1, 0xff, 0x98, 0x95, 0x47, 0x18, 0x06, 0x69, 0xbb, 0x6f, 0xa8, - 0xc0, 0xcc, 0x97, 0xf2, 0x47, 0x41, 0x89, 0x04, 0xdf, 0x85, 0x05, 0x08, 0x4b, 0x46, 0xcc, 0xa7, - 0xd3, 0x68, 0xd5, 0xe9, 0xe2, 0x16, 0x17, 0x8b, 0xbd, 0x5e, 0x5b, 0xa8, 0x71, 0x72, 0xc1, 0x97, - 0xfb, 0x74, 0x24, 0x10, 0x27, 0xec, 0xec, 0xeb, 0x70, 0x86, 0x9d, 0x0a, 0x3a, 0xf1, 0x96, 0x31, - 0x67, 0x72, 0x85, 0xd3, 0xfe, 0xfb, 0x25, 0x38, 0xb5, 0x5c, 0x5f, 0xa8, 0x9b, 0xde, 0xb8, 0xeb, - 0x30, 0xc2, 0xb7, 0x67, 0x2a, 0x74, 0x4e, 0x53, 0x94, 0x57, 0x6e, 0xec, 0x35, 0x0d, 0x87, 0x0d, - 0x4a, 0xf4, 0x2c, 0x94, 0xbd, 0xf7, 0xfd, 0x74, 0x7c, 0xd0, 0xf2, 0x5b, 0xb7, 0x31, 0x85, 0x53, - 0x34, 0xdd, 0xe9, 0xf9, 0x12, 0xa7, 0xd0, 0x6a, 0xb7, 0x7f, 0x13, 0xc6, 0xbc, 0xa8, 0x11, 0x79, - 0xcb, 0x3e, 0x9d, 0xff, 0x4e, 0x43, 0x8a, 0x6f, 0xa2, 0xfb, 0xd3, 0xa6, 0x2a, 0x2c, 0x4e, 0x51, - 0x6b, 0xeb, 0x6d, 0x7f, 0x61, 0x6d, 0x21, 0x3f, 0x42, 0xf3, 0x2b, 0x50, 0x51, 0x91, 0x34, 0x32, - 0x00, 0xca, 0xca, 0x0e, 0x80, 0x2a, 0xb0, 0xe0, 0x48, 0x1f, 0x69, 0x39, 0xd3, 0x47, 0xfa, 0x4f, - 0x2d, 0x48, 0x82, 0x06, 0x10, 0x86, 0x4a, 0x2b, 0x60, 0x07, 0x10, 0xa1, 0x3c, 0xec, 0x7b, 0x3e, - 0x47, 0x12, 0xf9, 0x4c, 0xe0, 0xb2, 0x52, 0x93, 0x65, 0x71, 0xc2, 0x06, 0xad, 0xc0, 0x60, 0x2b, - 0x24, 0xf5, 0x98, 0x85, 0xf9, 0xf6, 0xc0, 0x91, 0x49, 0x75, 0x8d, 0x97, 0xc4, 0x92, 0x85, 0xfd, - 0x6b, 0x16, 0xc0, 0x8a, 0xb7, 0xed, 0xc5, 0xd8, 0xf1, 0x37, 0xc9, 0x31, 0x5a, 0x91, 0xb7, 0xa1, - 0x2f, 0x6a, 0x91, 0x46, 0xb1, 0xa3, 0xa3, 0xa4, 0x45, 0xf5, 0x16, 0x69, 0x24, 0x9f, 0x81, 0xfe, - 0xc3, 0x8c, 0x8f, 0xfd, 0xcb, 0x00, 0x63, 0x09, 0x19, 0x55, 0xe3, 0xd1, 0x15, 0x23, 0xae, 0xf5, - 0xe9, 0x54, 0x5c, 0x6b, 0x85, 0x51, 0x6b, 0xa1, 0xac, 0x31, 0x94, 0xb7, 0x9d, 0x47, 0xc2, 0x6a, - 0x78, 0xb5, 0x68, 0x83, 0x68, 0x4d, 0x33, 0xab, 0xce, 0x23, 0xae, 0x46, 0xbd, 0x24, 0x05, 0x68, - 0xd5, 0x79, 0x74, 0xc0, 0x0f, 0x88, 0xd8, 0x0c, 0xa4, 0x66, 0xca, 0xd7, 0xff, 0x6b, 0xf2, 0x9f, - 0x2d, 0x8a, 0xb4, 0x3a, 0x56, 0xab, 0xe7, 0x0b, 0x57, 0x5f, 0x8f, 0xb5, 0x7a, 0x7e, 0xba, 0x56, - 0xcf, 0x2f, 0x50, 0xab, 0xe7, 0xa3, 0x0f, 0x2c, 0x18, 0x14, 0x1e, 0x72, 0x16, 0x7e, 0x35, 0x7c, - 0xed, 0xd3, 0x3d, 0x55, 0x2d, 0x5c, 0xed, 0xbc, 0xfa, 0x59, 0xa9, 0x3b, 0x0a, 0x68, 0x6e, 0x13, - 0x64, 0xd5, 0xe8, 0x17, 0x2c, 0x18, 0x13, 0xbf, 0x31, 0x79, 0xbf, 0x4d, 0xa2, 0x58, 0xec, 0x52, - 0x9f, 0x3b, 0x4a, 0x6b, 0x04, 0x0b, 0xde, 0xa8, 0x9f, 0x94, 0x4b, 0x8c, 0x89, 0xcc, 0x6d, 0x5b, - 0xaa, 0x3d, 0xe8, 0xbb, 0x16, 0x9c, 0xd9, 0x76, 0x1e, 0xf1, 0x1a, 0x39, 0x0c, 0x3b, 0xb1, 0x17, - 0x88, 0x10, 0xb3, 0xa5, 0x5e, 0xe5, 0xa4, 0x83, 0x11, 0x6f, 0xee, 0x1b, 0xf2, 0xd8, 0x32, 0x8b, - 0x24, 0xb7, 0xd1, 0x99, 0x2d, 0x9c, 0x72, 0x61, 0x48, 0x0a, 0x66, 0x86, 0xd6, 0x3e, 0xaf, 0x6f, - 0xc6, 0x87, 0xcf, 0x40, 0xe9, 0x40, 0x9b, 0x79, 0xab, 0xed, 0xf8, 0xb1, 0x17, 0xef, 0x6a, 0x3a, - 0x3e, 0xab, 0x45, 0x08, 0xe2, 0x31, 0xd6, 0xb2, 0x05, 0x23, 0xba, 0xcc, 0x1d, 0x63, 0x4d, 0x01, - 0x9c, 0xce, 0x90, 0xa7, 0x63, 0xac, 0xb0, 0x0d, 0x4f, 0x77, 0x95, 0x8b, 0xe3, 0xab, 0xd6, 0xfe, - 0x81, 0xa5, 0x2f, 0x98, 0x27, 0xe1, 0x98, 0x59, 0x35, 0x1d, 0x33, 0x97, 0x8a, 0x4e, 0x9d, 0x2e, - 0xde, 0x99, 0x0d, 0xbd, 0xfd, 0x74, 0x27, 0x40, 0x6b, 0x30, 0xd0, 0xa4, 0x10, 0x79, 0x1a, 0x74, - 0xb9, 0x97, 0xc9, 0x99, 0x28, 0x17, 0x0c, 0x1e, 0x61, 0xc1, 0xcb, 0xfe, 0x75, 0x0b, 0xfa, 0x4e, - 0x62, 0x78, 0x6a, 0xe6, 0xf0, 0x74, 0x53, 0x51, 0xc5, 0x5d, 0xcf, 0x19, 0xec, 0x3c, 0x5c, 0x7c, - 0x14, 0x13, 0x3f, 0x62, 0xaa, 0x64, 0xe6, 0x08, 0xfd, 0x52, 0x09, 0x86, 0x69, 0x45, 0xd2, 0x4f, - 0xf4, 0x3a, 0x8c, 0x36, 0x9d, 0x75, 0xd2, 0x94, 0xee, 0xe4, 0xb4, 0xd9, 0xb5, 0xa2, 0x23, 0xb1, - 0x49, 0x4b, 0x0b, 0x6f, 0xe8, 0xde, 0x76, 0xa1, 0x12, 0xa9, 0xc2, 0x86, 0x2b, 0x1e, 0x9b, 0xb4, - 0x54, 0xf3, 0x7f, 0xe8, 0xc4, 0x8d, 0x2d, 0x61, 0x92, 0xa9, 0xe6, 0xde, 0xa7, 0x40, 0xcc, 0x71, - 0x68, 0x0e, 0xc6, 0xa5, 0xc4, 0xde, 0xe3, 0x43, 0x27, 0xd4, 0x45, 0x75, 0x4f, 0x0f, 0x9b, 0x68, - 0x9c, 0xa6, 0x47, 0x9f, 0x81, 0x31, 0x3a, 0x38, 0x41, 0x3b, 0x96, 0xc1, 0x0a, 0xfd, 0x2c, 0x58, - 0x81, 0x05, 0x87, 0xae, 0x19, 0x18, 0x9c, 0xa2, 0xb4, 0xdf, 0x83, 0xd3, 0x2b, 0x81, 0xe3, 0xce, - 0x3b, 0x4d, 0xc7, 0x6f, 0x90, 0x70, 0xd9, 0xdf, 0xcc, 0x3d, 0xd7, 0xd5, 0xcf, 0x5e, 0x4b, 0x79, - 0x67, 0xaf, 0x76, 0x08, 0x48, 0xaf, 0x40, 0x84, 0xd9, 0xbc, 0x03, 0x83, 0x1e, 0xaf, 0x4a, 0x48, - 0xed, 0xd5, 0x3c, 0xa7, 0x52, 0x47, 0x1b, 0xb5, 0xb0, 0x11, 0x0e, 0xc0, 0x92, 0x25, 0xb5, 0x24, - 0xb2, 0xbc, 0x50, 0xf9, 0xc6, 0x9a, 0xfd, 0x57, 0x2d, 0x18, 0xbf, 0x9d, 0xba, 0x0c, 0x76, 0x11, - 0x06, 0x22, 0x12, 0x66, 0xb8, 0xd4, 0xea, 0x0c, 0x8a, 0x05, 0xf6, 0xb1, 0x9b, 0xe9, 0x3f, 0x5b, - 0x82, 0x0a, 0x8b, 0xd9, 0x6c, 0x39, 0x8d, 0xe3, 0x54, 0x4a, 0x57, 0x0d, 0xa5, 0x34, 0xc7, 0x48, - 0x54, 0x0d, 0xea, 0xa6, 0x93, 0xa2, 0xbb, 0xea, 0x72, 0x54, 0x21, 0xfb, 0x30, 0x61, 0xc8, 0xef, - 0xd1, 0x8c, 0x99, 0x77, 0xa9, 0xe4, 0xc5, 0x29, 0x76, 0x1a, 0xaa, 0x68, 0x9f, 0xbc, 0xd3, 0x50, - 0xd5, 0xb4, 0x2e, 0xab, 0x52, 0x4d, 0x6b, 0x3d, 0x5b, 0xb6, 0x3f, 0xcb, 0x02, 0xf0, 0x9c, 0xa6, - 0xf7, 0x55, 0xa2, 0x2e, 0x19, 0x4e, 0x8b, 0x78, 0x3a, 0x01, 0x3d, 0x60, 0x0b, 0x8c, 0xf8, 0xc7, - 0xef, 0x8e, 0x26, 0x45, 0xec, 0x9b, 0x30, 0x9e, 0x1a, 0x3b, 0xf4, 0x2a, 0xf4, 0xb7, 0xb6, 0x9c, - 0x88, 0xa4, 0x22, 0x3b, 0xfa, 0x6b, 0x14, 0x78, 0xb0, 0x37, 0x3d, 0xa6, 0x0a, 0x30, 0x08, 0xe6, - 0xd4, 0xf6, 0x1f, 0x59, 0xd0, 0x77, 0x3b, 0x70, 0x8f, 0x53, 0xc6, 0x6e, 0x1a, 0x32, 0x76, 0x31, - 0xff, 0xc6, 0x79, 0x57, 0xf1, 0xaa, 0xa5, 0xc4, 0xeb, 0x52, 0x01, 0x5e, 0x87, 0x4b, 0xd6, 0x36, - 0x0c, 0xb3, 0x1b, 0xed, 0x22, 0xa4, 0xe5, 0x65, 0xc3, 0x80, 0x9a, 0x4e, 0x19, 0x50, 0xe3, 0x1a, - 0xa9, 0x66, 0x46, 0xbd, 0x00, 0x83, 0x22, 0x84, 0x22, 0x1d, 0x75, 0x28, 0x68, 0xb1, 0xc4, 0xdb, - 0xbf, 0x5a, 0x06, 0xe3, 0x06, 0x3d, 0xfa, 0xa1, 0x05, 0x33, 0x21, 0xbf, 0xf2, 0xe0, 0x56, 0xdb, - 0xa1, 0xe7, 0x6f, 0xd6, 0x1b, 0x5b, 0xc4, 0x6d, 0x37, 0x3d, 0x7f, 0x73, 0x79, 0xd3, 0x0f, 0x14, - 0x78, 0xf1, 0x11, 0x69, 0xb4, 0x99, 0x77, 0xb5, 0xf0, 0xc5, 0x7d, 0x75, 0x86, 0x7a, 0x6d, 0x7f, - 0x6f, 0x7a, 0x06, 0xf7, 0x54, 0x0b, 0xee, 0xb1, 0x55, 0xe8, 0x77, 0x2d, 0x98, 0xe5, 0x77, 0xc8, - 0x8b, 0xf7, 0xa4, 0x90, 0xe1, 0x59, 0x93, 0x4c, 0x13, 0x76, 0x6b, 0x24, 0xdc, 0x9e, 0x7f, 0x4d, - 0x0c, 0xf2, 0x6c, 0xad, 0xb7, 0x5a, 0x71, 0xaf, 0xcd, 0xb4, 0xff, 0x4d, 0x19, 0x46, 0xe9, 0x78, - 0x26, 0xf7, 0x47, 0x5f, 0x35, 0xc4, 0xe4, 0xe3, 0x29, 0x31, 0x39, 0x65, 0x10, 0x3f, 0x9e, 0xab, - 0xa3, 0x31, 0x9c, 0x6a, 0x3a, 0x51, 0x7c, 0x93, 0x38, 0x61, 0xbc, 0x4e, 0x1c, 0x76, 0x60, 0x29, - 0x26, 0x41, 0x4f, 0x87, 0xa0, 0x2a, 0x2e, 0x67, 0x25, 0xcd, 0x0d, 0x77, 0x56, 0x80, 0x1e, 0x02, - 0x62, 0xa7, 0xa3, 0xa1, 0xe3, 0x47, 0xbc, 0x33, 0x9e, 0x70, 0xc8, 0xf6, 0x58, 0xed, 0x94, 0xa8, - 0x16, 0xad, 0x74, 0xb0, 0xc3, 0x19, 0x55, 0x68, 0x47, 0xe0, 0xfd, 0x45, 0x8f, 0xc0, 0x07, 0x72, - 0x02, 0x7e, 0x7f, 0xc6, 0x82, 0xd3, 0xf4, 0xc3, 0x98, 0xc1, 0xa1, 0x11, 0x0a, 0x60, 0x9c, 0xf6, - 0xa0, 0x49, 0x62, 0x09, 0x13, 0x33, 0x2c, 0x47, 0x97, 0x36, 0xf9, 0x24, 0x1a, 0xdb, 0x2d, 0x93, - 0x19, 0x4e, 0x73, 0xb7, 0x7f, 0xd5, 0x02, 0x16, 0x7d, 0x76, 0x12, 0xfb, 0xd8, 0x0d, 0x73, 0x1f, - 0xb3, 0xf3, 0x17, 0x8d, 0x2e, 0x5b, 0xd8, 0x2b, 0x30, 0x41, 0xb1, 0xb5, 0x30, 0x78, 0xb4, 0x2b, - 0x95, 0xeb, 0x7c, 0xdf, 0xec, 0x5f, 0xb1, 0xf8, 0x72, 0xa7, 0xb4, 0xe2, 0x87, 0x70, 0xca, 0xd7, - 0xfe, 0xd3, 0x89, 0x2c, 0x95, 0xc0, 0x99, 0xe2, 0x0b, 0x1a, 0x9b, 0xff, 0x5a, 0x84, 0x59, 0x8a, - 0x21, 0xee, 0xac, 0xc3, 0xfe, 0x07, 0x16, 0x3c, 0xa5, 0x13, 0x6a, 0xd7, 0xcc, 0xf2, 0x1c, 0xa2, - 0x55, 0x18, 0x0a, 0x5a, 0x24, 0x74, 0x12, 0x0b, 0xe0, 0x92, 0x1c, 0xf1, 0x3b, 0x02, 0x7e, 0xb0, - 0x37, 0x7d, 0x46, 0xe7, 0x2e, 0xe1, 0x58, 0x95, 0x44, 0x36, 0x0c, 0x30, 0x4b, 0x34, 0x12, 0x17, - 0x04, 0x59, 0x26, 0x0a, 0x76, 0x0c, 0x10, 0x61, 0x81, 0xb1, 0xff, 0x9a, 0xc5, 0x47, 0x59, 0x6f, - 0x3a, 0xfa, 0x1a, 0x4c, 0x6c, 0x53, 0x63, 0x61, 0xf1, 0x51, 0x8b, 0x6e, 0x21, 0xec, 0xf8, 0xd3, - 0x2a, 0xb2, 0x70, 0x76, 0xe9, 0xee, 0xfc, 0xa4, 0x68, 0xfd, 0xc4, 0x6a, 0x8a, 0x2d, 0xee, 0xa8, - 0xc8, 0xfe, 0x3d, 0x21, 0xab, 0x4c, 0x6b, 0x79, 0x01, 0x06, 0x5b, 0x81, 0xbb, 0xb0, 0x5c, 0xc5, - 0x62, 0xac, 0xd4, 0x64, 0xab, 0x71, 0x30, 0x96, 0x78, 0x74, 0x0d, 0x80, 0x3c, 0x8a, 0x49, 0xe8, - 0x3b, 0x4d, 0x75, 0x6c, 0xa9, 0x94, 0x84, 0x45, 0x85, 0xc1, 0x1a, 0x15, 0x2d, 0xd3, 0x0a, 0x83, - 0x1d, 0xcf, 0x65, 0xe1, 0xde, 0x65, 0xb3, 0x4c, 0x4d, 0x61, 0xb0, 0x46, 0x45, 0x4d, 0xb4, 0xb6, - 0x1f, 0xf1, 0x05, 0xdc, 0x59, 0x17, 0x09, 0x14, 0x86, 0x12, 0x13, 0xed, 0xae, 0x8e, 0xc4, 0x26, - 0xad, 0xfd, 0x5b, 0x15, 0x80, 0x44, 0x45, 0x40, 0x1f, 0x58, 0x30, 0xd4, 0x70, 0x5a, 0x4e, 0x83, - 0x67, 0xc7, 0x29, 0xe7, 0xdf, 0x8b, 0x49, 0x0a, 0xcf, 0x2c, 0x88, 0x82, 0xdc, 0xb7, 0xf5, 0x29, - 0x29, 0x20, 0x12, 0x9c, 0xeb, 0xcf, 0x52, 0x35, 0xa3, 0x6f, 0x5a, 0x30, 0xec, 0x34, 0x9b, 0x41, - 0xc3, 0x89, 0x59, 0x8f, 0x4a, 0x45, 0x9c, 0x95, 0x5a, 0x4b, 0xe6, 0x92, 0xb2, 0xbc, 0x31, 0x2f, - 0xcb, 0x53, 0x2d, 0x0d, 0x93, 0xdb, 0x1e, 0xbd, 0x09, 0xe8, 0x53, 0x52, 0xb5, 0xe4, 0x1f, 0x65, - 0x2a, 0xad, 0x5a, 0x56, 0xd8, 0xd2, 0xa0, 0x69, 0x95, 0xe8, 0x3d, 0x23, 0x57, 0x40, 0x5f, 0x91, - 0xbb, 0xa9, 0xc6, 0xa6, 0x99, 0x97, 0x26, 0x00, 0x7d, 0x51, 0x8f, 0x84, 0xed, 0x2f, 0x72, 0xf1, - 0x53, 0xd3, 0xdd, 0x72, 0xa2, 0x60, 0x63, 0x18, 0x77, 0xcd, 0x4d, 0x42, 0x84, 0x36, 0x5d, 0xcd, - 0xaf, 0x21, 0xb5, 0xbb, 0x24, 0xdb, 0x42, 0x0a, 0x81, 0xd3, 0x55, 0xa0, 0x2f, 0xf2, 0x38, 0xe5, - 0x65, 0x7f, 0x23, 0x10, 0xd1, 0x4d, 0x97, 0x0b, 0x7c, 0xf3, 0xdd, 0x28, 0x26, 0xdb, 0xb4, 0x4c, - 0xb2, 0x0d, 0xdc, 0x16, 0x5c, 0xb0, 0xe2, 0x87, 0xd6, 0x60, 0x80, 0xdd, 0xaa, 0x88, 0x26, 0x87, - 0x8a, 0xb8, 0x89, 0xcc, 0xfb, 0x84, 0xc9, 0xe6, 0xcb, 0xfe, 0x46, 0x58, 0xf0, 0x42, 0x37, 0xe5, - 0xfd, 0xdb, 0x68, 0xd9, 0xbf, 0x1b, 0x11, 0x76, 0xff, 0xb6, 0x32, 0xff, 0x89, 0xe4, 0x42, 0x2d, - 0x87, 0x67, 0x66, 0x47, 0x32, 0x4a, 0xd2, 0x3d, 0x58, 0xfc, 0x97, 0x49, 0x97, 0x26, 0xa1, 0x48, - 0x43, 0xcd, 0x14, 0x4d, 0xc9, 0x60, 0xdf, 0x33, 0x99, 0xe1, 0x34, 0xf7, 0x29, 0x0f, 0x46, 0x8d, - 0x19, 0x7b, 0x8c, 0xce, 0xce, 0x26, 0x4c, 0xa4, 0xa7, 0xe4, 0x31, 0xfa, 0x38, 0xff, 0xb0, 0x0f, - 0xc6, 0x4c, 0xc1, 0x40, 0xb3, 0x50, 0xd9, 0x66, 0x29, 0x91, 0x92, 0x44, 0x2c, 0x4a, 0xfe, 0x57, - 0x25, 0x02, 0x27, 0x34, 0x2c, 0x25, 0x0d, 0x2b, 0xae, 0xc5, 0x9c, 0x24, 0x29, 0x69, 0x14, 0x06, - 0x6b, 0x54, 0x54, 0x61, 0x5b, 0x0f, 0x82, 0x58, 0x2d, 0xdc, 0x4a, 0x66, 0xe6, 0x19, 0x14, 0x0b, - 0x2c, 0x5d, 0xb0, 0x1f, 0xd0, 0x0e, 0x35, 0x4d, 0x7f, 0x97, 0x5a, 0xb0, 0x6f, 0xe9, 0x48, 0x6c, - 0xd2, 0xd2, 0x0d, 0x28, 0x88, 0x98, 0x10, 0x0a, 0xb5, 0x30, 0x89, 0xe1, 0xa9, 0xf3, 0x5b, 0x46, - 0x12, 0x8f, 0xbe, 0x00, 0x4f, 0xa9, 0x4b, 0x41, 0x98, 0xfb, 0x0f, 0x65, 0x8d, 0x03, 0x86, 0x6d, - 0xf7, 0xd4, 0x42, 0x36, 0x19, 0xee, 0x56, 0x1e, 0xbd, 0x09, 0x63, 0x42, 0xa5, 0x93, 0x1c, 0x07, - 0xcd, 0x23, 0xde, 0x5b, 0x06, 0x16, 0xa7, 0xa8, 0x51, 0x15, 0x26, 0x28, 0x84, 0xa9, 0x52, 0x92, - 0x03, 0xbf, 0xdc, 0xa4, 0x76, 0xe6, 0x5b, 0x29, 0x3c, 0xee, 0x28, 0x81, 0xe6, 0x60, 0x9c, 0xeb, - 0x16, 0xd4, 0x82, 0x61, 0xdf, 0x41, 0x44, 0x23, 0xaa, 0x49, 0x70, 0xc7, 0x44, 0xe3, 0x34, 0x3d, - 0xba, 0x0e, 0x23, 0x4e, 0xd8, 0xd8, 0xf2, 0x62, 0xd2, 0x88, 0xdb, 0x21, 0xbf, 0xd9, 0xae, 0x9d, - 0x91, 0xcf, 0x69, 0x38, 0x6c, 0x50, 0xda, 0x5f, 0x85, 0xd3, 0x19, 0x41, 0xcf, 0x54, 0x70, 0x9c, - 0x96, 0x27, 0xfb, 0x94, 0x8a, 0xc6, 0x99, 0xab, 0x2d, 0xcb, 0xde, 0x68, 0x54, 0x54, 0x3a, 0x99, - 0xe3, 0x54, 0xcb, 0x8f, 0xa6, 0xa4, 0x73, 0x49, 0x22, 0x70, 0x42, 0x63, 0xff, 0x8f, 0x0a, 0x68, - 0x6e, 0x86, 0x02, 0x31, 0x18, 0xd7, 0x61, 0x44, 0xa6, 0xfc, 0xd3, 0x52, 0x6d, 0xa9, 0x6e, 0xde, - 0xd0, 0x70, 0xd8, 0xa0, 0xa4, 0x6d, 0xf3, 0xa5, 0xd3, 0x24, 0x1d, 0xfb, 0xa3, 0xbc, 0x29, 0x38, - 0xa1, 0x41, 0x97, 0x61, 0x28, 0x22, 0xcd, 0x8d, 0x15, 0xcf, 0x7f, 0x20, 0x04, 0x5b, 0xad, 0xca, - 0x75, 0x01, 0xc7, 0x8a, 0x02, 0x7d, 0x0e, 0xca, 0x6d, 0xcf, 0x15, 0xa2, 0x3c, 0x23, 0xf5, 0xce, - 0xbb, 0xcb, 0xd5, 0x83, 0xbd, 0xe9, 0xe9, 0xec, 0x3c, 0x86, 0xd4, 0x8c, 0x8c, 0x66, 0xe8, 0xe4, - 0xa3, 0x45, 0xb3, 0xfc, 0xc7, 0x03, 0x3d, 0xfa, 0x8f, 0xaf, 0x01, 0x88, 0x3e, 0x4b, 0x49, 0x2e, - 0x27, 0xdf, 0xec, 0x86, 0xc2, 0x60, 0x8d, 0x8a, 0x1a, 0xa3, 0x8d, 0x90, 0x38, 0xd2, 0x5a, 0xe3, - 0x11, 0xb9, 0x43, 0x1f, 0xc1, 0x18, 0x5d, 0x48, 0x73, 0xc3, 0x9d, 0x15, 0xa0, 0x16, 0x9c, 0x72, - 0xe9, 0x3c, 0x32, 0x6a, 0xad, 0x1c, 0x21, 0x0e, 0x98, 0xd6, 0x58, 0x4d, 0x73, 0xc2, 0x9d, 0xcc, - 0xd1, 0xbb, 0x30, 0x25, 0x81, 0x9d, 0xd7, 0xfe, 0xd8, 0x74, 0x29, 0xcf, 0x9f, 0xdf, 0xdf, 0x9b, - 0x9e, 0xaa, 0x76, 0xa5, 0xc2, 0x87, 0x70, 0x40, 0xef, 0xc0, 0x00, 0x3b, 0x71, 0x88, 0x26, 0x87, - 0xd9, 0x6e, 0xf7, 0x4a, 0x51, 0x87, 0xdb, 0x0c, 0x3b, 0xb7, 0x10, 0x81, 0x8c, 0xc9, 0x29, 0x0e, - 0x03, 0x62, 0xc1, 0x13, 0xb5, 0x60, 0xd8, 0xf1, 0xfd, 0x20, 0x76, 0xb8, 0x12, 0x36, 0x52, 0x44, - 0x8f, 0xd4, 0xaa, 0x98, 0x4b, 0xca, 0xf2, 0x7a, 0x54, 0x74, 0x94, 0x86, 0xc1, 0x7a, 0x15, 0x74, - 0x1b, 0x0f, 0x1e, 0xd2, 0x05, 0x53, 0x3a, 0xdd, 0xa3, 0xc9, 0xd1, 0x22, 0xdb, 0xf8, 0x1d, 0xa3, - 0x90, 0xb6, 0x82, 0x99, 0xcc, 0x70, 0x9a, 0x3b, 0x9a, 0x31, 0xfc, 0xa8, 0x63, 0x49, 0x98, 0x6e, - 0xe2, 0x47, 0xd5, 0xdd, 0xa6, 0xec, 0x4a, 0x29, 0x0f, 0xcd, 0x63, 0x2b, 0xc1, 0x78, 0xea, 0x4a, - 0x69, 0x82, 0xc2, 0x3a, 0xdd, 0xd4, 0xa7, 0x61, 0x58, 0x1b, 0xf0, 0x5e, 0xe2, 0x41, 0xa7, 0xde, - 0x84, 0x89, 0xf4, 0x40, 0xf6, 0x14, 0x4f, 0xfa, 0x3f, 0x4b, 0x30, 0x9e, 0x71, 0x92, 0xf1, 0xc0, - 0x63, 0x11, 0xd3, 0xc6, 0x92, 0x77, 0xcb, 0xf3, 0x5d, 0xcc, 0x30, 0xe6, 0xc2, 0x55, 0x2a, 0xb0, - 0x70, 0xc9, 0x55, 0xb4, 0xdc, 0x75, 0x15, 0x15, 0x8b, 0x55, 0xdf, 0xd1, 0x17, 0x2b, 0x73, 0x77, - 0xe8, 0x2f, 0xb4, 0x3b, 0x3c, 0x86, 0x05, 0xce, 0xd8, 0x60, 0x06, 0x0b, 0x6c, 0x30, 0x07, 0x16, - 0x8c, 0x99, 0x92, 0x57, 0x60, 0xc4, 0x9f, 0xd4, 0x01, 0x9c, 0x61, 0x86, 0x58, 0x1c, 0x06, 0xcd, - 0x26, 0x09, 0x45, 0xa4, 0xd8, 0x98, 0xb0, 0xab, 0x04, 0x14, 0x6b, 0x14, 0xf6, 0x2f, 0x94, 0x60, - 0x22, 0x09, 0x1b, 0x16, 0xa9, 0x4f, 0x8f, 0xef, 0x68, 0x60, 0xcd, 0x38, 0x1a, 0xc8, 0xcb, 0x68, - 0x9a, 0x6a, 0x57, 0xd7, 0x63, 0x82, 0x77, 0x52, 0xc7, 0x04, 0xaf, 0xf4, 0xc8, 0xf7, 0xf0, 0x23, - 0x83, 0x7f, 0x56, 0x82, 0xb3, 0xe9, 0x22, 0x0b, 0x4d, 0xc7, 0xdb, 0x3e, 0xc6, 0x71, 0xfa, 0x82, - 0x31, 0x4e, 0xaf, 0xf5, 0xd6, 0x1f, 0xd6, 0xb8, 0xae, 0x83, 0xe5, 0xa4, 0x06, 0xeb, 0xd3, 0x47, - 0x61, 0x7e, 0xf8, 0x88, 0xfd, 0xb6, 0x05, 0x4f, 0x67, 0x96, 0x3b, 0x09, 0x17, 0xe8, 0xdb, 0xa6, - 0x0b, 0xf4, 0xe5, 0x23, 0x74, 0xaf, 0x8b, 0x4f, 0xf4, 0xbf, 0x95, 0xba, 0x74, 0x8b, 0x79, 0xcb, - 0xee, 0xc0, 0xb0, 0xd3, 0x68, 0x90, 0x28, 0x5a, 0x0d, 0x5c, 0x95, 0x8b, 0xe7, 0x0a, 0xdb, 0x3f, - 0x13, 0xf0, 0xc1, 0xde, 0xf4, 0x54, 0x9a, 0x45, 0x82, 0xc6, 0x3a, 0x07, 0x33, 0xa7, 0x56, 0xe9, - 0x98, 0x72, 0x6a, 0x5d, 0x03, 0xd8, 0x51, 0x56, 0x7a, 0xda, 0x09, 0xa7, 0xd9, 0xef, 0x1a, 0x15, - 0x7a, 0x97, 0x69, 0xbd, 0x3c, 0x44, 0xa2, 0x2f, 0x77, 0xc2, 0x19, 0x1f, 0x50, 0x8f, 0xb7, 0xe0, - 0x77, 0x26, 0x95, 0xc7, 0x52, 0xf1, 0xb4, 0xbf, 0x53, 0x86, 0x9f, 0x38, 0x44, 0xec, 0xd0, 0x9c, - 0x79, 0xf2, 0xf9, 0x52, 0xda, 0x3d, 0x35, 0x95, 0x59, 0xd8, 0xf0, 0x57, 0xa5, 0x3e, 0x56, 0xe9, - 0x23, 0x7f, 0xac, 0x6f, 0xe9, 0xce, 0x44, 0x1e, 0xea, 0x78, 0xe3, 0xc8, 0x13, 0xeb, 0xf1, 0x79, - 0x17, 0x4f, 0xd0, 0xf1, 0x61, 0x7f, 0xdd, 0x82, 0x8f, 0x67, 0x76, 0xca, 0x08, 0xb0, 0x98, 0x85, - 0x4a, 0x83, 0x02, 0xb5, 0xbb, 0x28, 0xc9, 0x15, 0x33, 0x89, 0xc0, 0x09, 0x8d, 0x11, 0x47, 0x51, - 0xca, 0x8d, 0xa3, 0xf8, 0xf7, 0x16, 0x9c, 0x49, 0x37, 0xe2, 0x24, 0x56, 0x9d, 0xba, 0xb9, 0xea, - 0xcc, 0xf4, 0xf6, 0xed, 0xbb, 0x2c, 0x38, 0x3f, 0x3f, 0x02, 0xe7, 0x3a, 0x36, 0x2b, 0x3e, 0x8c, - 0x3f, 0x6d, 0xc1, 0xa9, 0x4d, 0x66, 0x5f, 0x68, 0x37, 0x7e, 0x44, 0xc7, 0x72, 0xae, 0x49, 0x1d, - 0x7a, 0x51, 0x88, 0x5b, 0x4b, 0x1d, 0x24, 0xb8, 0xb3, 0x32, 0xf4, 0x0d, 0x0b, 0xce, 0x38, 0x0f, - 0xa3, 0x8e, 0x3c, 0xfa, 0x42, 0x8e, 0xde, 0xcc, 0x71, 0xe5, 0xe5, 0x64, 0xe0, 0x9f, 0x9f, 0xdc, - 0xdf, 0x9b, 0x3e, 0x93, 0x45, 0x85, 0x33, 0x6b, 0x45, 0xef, 0x88, 0xfc, 0x63, 0x54, 0xed, 0x2b, - 0x74, 0x77, 0x2d, 0xeb, 0xfe, 0x01, 0x5f, 0x93, 0x24, 0x06, 0x2b, 0x8e, 0xe8, 0xcb, 0x50, 0xd9, - 0x94, 0x97, 0x7c, 0xc4, 0xa2, 0x97, 0xb3, 0xb3, 0x64, 0xde, 0x09, 0xe2, 0x51, 0xee, 0x0a, 0x85, - 0x13, 0xa6, 0xe8, 0x26, 0x94, 0xfd, 0x8d, 0x48, 0xdc, 0xd7, 0xcd, 0x8b, 0xa3, 0x31, 0xa3, 0x96, - 0xf8, 0x0d, 0xc4, 0xdb, 0x4b, 0x75, 0x4c, 0x59, 0x50, 0x4e, 0xe1, 0xba, 0x2b, 0x7c, 0xd8, 0x39, - 0x9c, 0xf0, 0x7c, 0xb5, 0x93, 0x13, 0x9e, 0xaf, 0x62, 0xca, 0x82, 0x05, 0xec, 0x45, 0x8d, 0xc8, - 0x13, 0x0e, 0xea, 0x9c, 0xcb, 0xdc, 0x1d, 0xb7, 0x32, 0x78, 0x2a, 0x3a, 0x06, 0xc6, 0x9c, 0x11, - 0x5a, 0x83, 0x81, 0x06, 0x4b, 0x1d, 0x2d, 0xfc, 0x07, 0x79, 0x09, 0x85, 0x3b, 0xd2, 0x4c, 0xf3, - 0x83, 0x34, 0x0e, 0xc7, 0x82, 0x17, 0xe3, 0x4a, 0x5a, 0x5b, 0x1b, 0x91, 0xf0, 0x0f, 0xe4, 0x71, - 0xed, 0x48, 0x02, 0x2e, 0xb8, 0x32, 0x38, 0x16, 0xbc, 0x50, 0x15, 0x4a, 0x1b, 0x0d, 0x91, 0xff, - 0x31, 0xc7, 0xa2, 0x35, 0xaf, 0x93, 0xce, 0x0f, 0xec, 0xef, 0x4d, 0x97, 0x96, 0x16, 0x70, 0x69, - 0xa3, 0x81, 0xde, 0x86, 0xc1, 0x0d, 0x7e, 0x41, 0x50, 0xe4, 0x7a, 0xbc, 0x9a, 0x77, 0x8b, 0xb1, - 0xe3, 0x36, 0x21, 0xbf, 0xc9, 0x20, 0x10, 0x58, 0xb2, 0x43, 0xef, 0x02, 0x6c, 0xa8, 0x2b, 0x8f, - 0x22, 0xd9, 0xe3, 0x4c, 0x6f, 0x57, 0x24, 0x85, 0xf5, 0xac, 0xa0, 0x58, 0xe3, 0x48, 0x65, 0xde, - 0x91, 0xd9, 0xef, 0x59, 0xa2, 0xc7, 0x5c, 0x99, 0xcf, 0x4c, 0x96, 0xcf, 0x65, 0x5e, 0xa1, 0x70, - 0xc2, 0x14, 0xb5, 0x61, 0x74, 0x27, 0x6a, 0x6d, 0x11, 0x39, 0xf5, 0x59, 0xf6, 0xc7, 0xe1, 0x6b, - 0x6f, 0xe4, 0xa4, 0xf4, 0x14, 0x45, 0xbc, 0x30, 0x6e, 0x3b, 0xcd, 0x8e, 0x15, 0x8c, 0xa5, 0x51, - 0xba, 0xa7, 0xb3, 0xc5, 0x66, 0x2d, 0xf4, 0x93, 0xbc, 0xdf, 0x0e, 0xd6, 0x77, 0x63, 0x22, 0xb2, - 0x43, 0xe6, 0x7c, 0x92, 0xb7, 0x38, 0x71, 0xe7, 0x27, 0x11, 0x08, 0x2c, 0xd9, 0xa9, 0x21, 0x63, - 0xab, 0xf1, 0x44, 0xe1, 0x21, 0xeb, 0xe8, 0x43, 0x32, 0x64, 0x6c, 0xf5, 0x4d, 0x98, 0xda, 0xbf, - 0xd7, 0xdf, 0xb9, 0xc1, 0x31, 0xfd, 0xf3, 0xe7, 0x3a, 0x8f, 0x33, 0x3f, 0xd7, 0xbb, 0x7d, 0xf5, - 0x18, 0x0f, 0x36, 0xbf, 0x61, 0xc1, 0xb9, 0x56, 0xe6, 0xee, 0x25, 0x76, 0x88, 0x5e, 0xcd, 0x34, - 0x3e, 0x34, 0x2a, 0xd7, 0x68, 0x36, 0x1e, 0x77, 0xa9, 0x33, 0xad, 0xf2, 0x95, 0x3f, 0xb2, 0xca, - 0x77, 0x1f, 0x86, 0x98, 0x96, 0x92, 0x24, 0xbb, 0xe8, 0x31, 0x3f, 0x04, 0xdb, 0x6b, 0x16, 0x04, - 0x0b, 0xac, 0x98, 0xd1, 0x81, 0x7b, 0x36, 0xdd, 0x09, 0x4c, 0x18, 0x5a, 0x24, 0x49, 0xe5, 0xbe, - 0x80, 0x25, 0x31, 0x12, 0xcf, 0xd6, 0x0e, 0x23, 0x3e, 0xc8, 0x23, 0xc0, 0x87, 0x57, 0x76, 0x92, - 0x2a, 0xe4, 0x3f, 0xb6, 0x32, 0x14, 0x1e, 0xae, 0xf4, 0xbf, 0x61, 0x2a, 0xfd, 0x17, 0xd3, 0x4a, - 0x7f, 0x87, 0x89, 0x6e, 0xe8, 0xfb, 0xc5, 0x13, 0x05, 0x16, 0xcd, 0xc6, 0x61, 0xff, 0x1f, 0x0b, - 0xca, 0xb5, 0xc0, 0x3d, 0x46, 0x27, 0xc0, 0x0d, 0xc3, 0x09, 0xf0, 0x7c, 0xee, 0xb3, 0x37, 0x5d, - 0x4d, 0xfe, 0x3b, 0x29, 0x93, 0xff, 0x93, 0xf9, 0xac, 0x0e, 0x37, 0xf0, 0xbf, 0x5b, 0x06, 0xfd, - 0xe1, 0x1e, 0xf4, 0x9b, 0x47, 0x89, 0x6a, 0x2c, 0x17, 0x7b, 0xcb, 0x47, 0xd4, 0xc1, 0x62, 0x80, - 0xe4, 0x95, 0xa7, 0x3f, 0xb1, 0xc1, 0x8d, 0xf7, 0x89, 0xb7, 0xb9, 0x15, 0x13, 0x37, 0xdd, 0xb1, - 0x93, 0x0b, 0x6e, 0xfc, 0xef, 0x16, 0x8c, 0xa7, 0x6a, 0x47, 0xdb, 0x59, 0xb7, 0x26, 0x8e, 0x6a, - 0xd5, 0x9f, 0xca, 0xbd, 0x67, 0x31, 0x03, 0xa0, 0x3c, 0xd1, 0xd2, 0xf6, 0x66, 0x7a, 0x88, 0x72, - 0x55, 0x47, 0x58, 0xa3, 0x40, 0xaf, 0xc2, 0x70, 0x1c, 0xb4, 0x82, 0x66, 0xb0, 0xb9, 0x7b, 0x8b, - 0xc8, 0x4b, 0xf9, 0xca, 0x8b, 0xbf, 0x96, 0xa0, 0xb0, 0x4e, 0x67, 0x7f, 0xbf, 0x0c, 0xe9, 0x77, - 0x9f, 0xfe, 0x4c, 0x50, 0xff, 0xe4, 0x08, 0xea, 0xef, 0x58, 0x30, 0x41, 0x6b, 0x67, 0x21, 0x1c, - 0x32, 0x04, 0x51, 0x65, 0xdc, 0xb6, 0x0e, 0xc9, 0xb8, 0x7d, 0x91, 0x2e, 0x77, 0x6e, 0xd0, 0x96, - 0x59, 0x60, 0xb4, 0x55, 0x8c, 0x42, 0xb1, 0xc0, 0x0a, 0x3a, 0x12, 0x86, 0xe2, 0x7e, 0x86, 0x4e, - 0x47, 0xc2, 0x10, 0x0b, 0xac, 0x4c, 0xc8, 0xdd, 0x97, 0x9d, 0x90, 0x9b, 0x27, 0xcd, 0x11, 0xa1, - 0x03, 0x62, 0x67, 0xd6, 0x92, 0xe6, 0xc8, 0x98, 0x82, 0x84, 0xc6, 0xfe, 0x17, 0x65, 0x18, 0xa9, - 0x05, 0x6e, 0x12, 0x5e, 0xfc, 0x8a, 0x11, 0x5e, 0x7c, 0x21, 0x15, 0x5e, 0x3c, 0xa1, 0xd3, 0x3e, - 0x9e, 0xe8, 0x62, 0x91, 0x5e, 0x89, 0xa5, 0x8c, 0x3f, 0x6a, 0x64, 0xb1, 0x91, 0x5e, 0x49, 0x71, - 0xc2, 0x26, 0xe3, 0x3f, 0x55, 0x11, 0xc5, 0x7f, 0x64, 0xc1, 0x58, 0x2d, 0x70, 0xa9, 0x88, 0xfe, - 0x69, 0x92, 0x47, 0x3d, 0x29, 0xd3, 0xc0, 0x21, 0x49, 0x99, 0x7e, 0xc5, 0x82, 0xc1, 0x5a, 0xe0, - 0x9e, 0x84, 0x37, 0x6d, 0xc9, 0xf4, 0xa6, 0x7d, 0x3c, 0x77, 0xf1, 0xed, 0xe2, 0x40, 0xfb, 0xf5, - 0x32, 0x8c, 0xd2, 0x26, 0x07, 0x9b, 0xf2, 0x83, 0x19, 0x83, 0x63, 0x15, 0x18, 0x9c, 0x8b, 0x30, - 0xb0, 0x11, 0x34, 0x9b, 0xc1, 0xc3, 0xf4, 0xc7, 0x5b, 0x62, 0x50, 0x2c, 0xb0, 0xe8, 0x32, 0x0c, - 0xb5, 0x42, 0xb2, 0xe3, 0x05, 0xed, 0x28, 0x7d, 0xdd, 0xab, 0x26, 0xe0, 0x58, 0x51, 0xa0, 0x57, - 0x60, 0x24, 0xf2, 0xfc, 0x06, 0x91, 0xb1, 0x05, 0x7d, 0x2c, 0xb6, 0x80, 0xe7, 0xbe, 0xd3, 0xe0, - 0xd8, 0xa0, 0x42, 0x6f, 0x43, 0x85, 0xfd, 0x67, 0x73, 0xe8, 0x08, 0x59, 0xc2, 0x79, 0x62, 0x26, - 0xc9, 0x01, 0x27, 0xcc, 0xd0, 0x35, 0x80, 0x58, 0x86, 0x41, 0x44, 0xe2, 0xd8, 0x50, 0x29, 0xa7, - 0x2a, 0x40, 0x22, 0xc2, 0x1a, 0x15, 0x7a, 0x09, 0x2a, 0xb1, 0xe3, 0x35, 0x57, 0x3c, 0x9f, 0x44, - 0x22, 0x90, 0x44, 0xe4, 0x70, 0x15, 0x40, 0x9c, 0xe0, 0xe9, 0x9e, 0xcf, 0x2e, 0x9b, 0xf2, 0x37, - 0x08, 0x86, 0x18, 0x35, 0xdb, 0xf3, 0x57, 0x14, 0x14, 0x6b, 0x14, 0xf6, 0xcb, 0x6c, 0xef, 0xee, - 0x31, 0xfc, 0xfc, 0xc7, 0x25, 0x40, 0x35, 0x16, 0x6e, 0x61, 0x3c, 0xd3, 0xb0, 0x05, 0x63, 0x11, - 0x59, 0xf1, 0xfc, 0xf6, 0x23, 0xc1, 0xaa, 0x58, 0xc0, 0x7f, 0x7d, 0x51, 0x2f, 0xc3, 0x2f, 0x58, - 0x9a, 0x30, 0x9c, 0xe2, 0x4b, 0x87, 0x24, 0x6c, 0xfb, 0x73, 0xd1, 0xdd, 0x88, 0x84, 0xe2, 0xa1, - 0x05, 0x36, 0x24, 0x58, 0x02, 0x71, 0x82, 0xa7, 0x32, 0xc0, 0xfe, 0xdc, 0x0e, 0x7c, 0x1c, 0x04, - 0xb1, 0x94, 0x1a, 0x96, 0x75, 0x5b, 0x83, 0x63, 0x83, 0x0a, 0x2d, 0x01, 0x8a, 0xda, 0xad, 0x56, - 0x93, 0x9d, 0xee, 0x38, 0xcd, 0x1b, 0x61, 0xd0, 0x6e, 0xf1, 0x88, 0x5b, 0x91, 0xb0, 0xba, 0xde, - 0x81, 0xc5, 0x19, 0x25, 0xe8, 0xa4, 0xdf, 0x88, 0xd8, 0x6f, 0x71, 0x81, 0x94, 0xfb, 0x98, 0xea, - 0x0c, 0x84, 0x25, 0xce, 0x6e, 0xb3, 0xad, 0x8a, 0x25, 0xc0, 0x8f, 0xdb, 0x21, 0x41, 0x04, 0x46, - 0x5b, 0x6c, 0x3b, 0x92, 0x47, 0xcc, 0x85, 0x86, 0x32, 0x15, 0xf0, 0xc1, 0x13, 0x5d, 0xeb, 0x6c, - 0xb0, 0xc9, 0xd5, 0xfe, 0x8f, 0xc0, 0xd6, 0x1a, 0x71, 0xb0, 0x36, 0x28, 0xc2, 0x39, 0x85, 0x2e, - 0xf6, 0x89, 0x22, 0x2f, 0xbe, 0x24, 0xeb, 0xb8, 0x08, 0x0e, 0xc5, 0x92, 0x0b, 0xfa, 0x12, 0x3f, - 0x23, 0x67, 0xf3, 0xbb, 0xf8, 0x33, 0x4c, 0x9c, 0xde, 0x08, 0x54, 0x16, 0x2c, 0xb0, 0xc6, 0x0e, - 0xad, 0xc0, 0xa8, 0xc8, 0x92, 0x2e, 0x6c, 0xf5, 0xb2, 0x61, 0xaf, 0x8e, 0x62, 0x1d, 0x79, 0x90, - 0x06, 0x60, 0xb3, 0x30, 0xda, 0x84, 0x67, 0xb5, 0xa7, 0x53, 0x32, 0x82, 0x92, 0xf8, 0xc2, 0xf1, - 0xf1, 0xfd, 0xbd, 0xe9, 0x67, 0xd7, 0x0e, 0x23, 0xc4, 0x87, 0xf3, 0x41, 0x77, 0xe0, 0xac, 0xd3, - 0x88, 0xbd, 0x1d, 0x52, 0x25, 0x8e, 0xdb, 0xf4, 0x7c, 0x62, 0xde, 0x2e, 0x7e, 0x7a, 0x7f, 0x6f, - 0xfa, 0xec, 0x5c, 0x16, 0x01, 0xce, 0x2e, 0x87, 0xde, 0x80, 0x8a, 0xeb, 0x47, 0x62, 0x0c, 0x06, - 0x8c, 0x57, 0x62, 0x2a, 0xd5, 0xdb, 0x75, 0xd5, 0xff, 0xe4, 0x0f, 0x4e, 0x0a, 0xa0, 0xf7, 0xf9, - 0xe3, 0xb5, 0xca, 0x20, 0xe1, 0xaf, 0x13, 0xbd, 0x56, 0xc8, 0x04, 0x36, 0x2e, 0x42, 0x70, 0x37, - 0x96, 0x0a, 0xfe, 0x33, 0xee, 0x48, 0x18, 0x55, 0xa0, 0xcf, 0x03, 0x8a, 0x48, 0xb8, 0xe3, 0x35, - 0xc8, 0x5c, 0x83, 0x65, 0x7d, 0x64, 0x27, 0x54, 0x43, 0x46, 0x04, 0x3c, 0xaa, 0x77, 0x50, 0xe0, - 0x8c, 0x52, 0xe8, 0x26, 0x5d, 0x71, 0x74, 0xa8, 0x88, 0xd5, 0x94, 0xaa, 0xdd, 0x64, 0x95, 0xb4, - 0x42, 0xd2, 0x70, 0x62, 0xe2, 0x9a, 0x1c, 0x71, 0xaa, 0x1c, 0xdd, 0x56, 0x54, 0x36, 0x6b, 0x30, - 0x23, 0x0c, 0x3b, 0x33, 0x5a, 0x53, 0x4b, 0x69, 0x2b, 0x88, 0xe2, 0xdb, 0x24, 0x7e, 0x18, 0x84, - 0x0f, 0x98, 0xbf, 0x79, 0x48, 0xcb, 0x72, 0x95, 0xa0, 0xb0, 0x4e, 0x47, 0x75, 0x20, 0x76, 0xd0, - 0xb1, 0x5c, 0x65, 0x5e, 0xe4, 0xa1, 0x64, 0xee, 0xdc, 0xe4, 0x60, 0x2c, 0xf1, 0x92, 0x74, 0xb9, - 0xb6, 0xc0, 0x3c, 0xc2, 0x29, 0xd2, 0xe5, 0xda, 0x02, 0x96, 0x78, 0x14, 0x74, 0xbe, 0xc5, 0x33, - 0x56, 0xc4, 0x3b, 0xdf, 0xb9, 0x82, 0x17, 0x7c, 0x8e, 0xe7, 0x11, 0x4c, 0xa8, 0xf7, 0x80, 0x78, - 0xfa, 0xc1, 0x68, 0x72, 0xbc, 0xc8, 0xd3, 0xb9, 0x99, 0x59, 0x0c, 0x55, 0x70, 0xee, 0x72, 0x8a, - 0x27, 0xee, 0xa8, 0xc5, 0xb8, 0x25, 0x3f, 0x91, 0x9b, 0xa1, 0x7c, 0x16, 0x2a, 0x51, 0x7b, 0xdd, - 0x0d, 0xb6, 0x1d, 0xcf, 0x67, 0x2f, 0x02, 0xe9, 0x0f, 0xc1, 0x4a, 0x04, 0x4e, 0x68, 0xa6, 0x3e, - 0x0b, 0xa7, 0x3a, 0x64, 0xba, 0xa7, 0xa8, 0xb2, 0x9f, 0xeb, 0x83, 0x8a, 0xf2, 0xea, 0xa0, 0x59, - 0xd3, 0x95, 0xf6, 0x74, 0xda, 0x95, 0x36, 0x44, 0x77, 0x5e, 0xdd, 0x7b, 0xf6, 0x6e, 0xc6, 0x4b, - 0x90, 0x2f, 0xe6, 0x7e, 0xc4, 0xe2, 0x97, 0x3b, 0x7a, 0x78, 0x27, 0x33, 0x51, 0xeb, 0xfb, 0x0e, - 0x55, 0xeb, 0x0b, 0x3e, 0xf4, 0x43, 0x15, 0xf8, 0x56, 0xe0, 0x2e, 0xd7, 0xd2, 0x8f, 0x58, 0xd4, - 0x28, 0x10, 0x73, 0x1c, 0xd3, 0xbb, 0xe8, 0xa2, 0xcc, 0xf4, 0xae, 0xc1, 0xa3, 0xea, 0x5d, 0x92, - 0x03, 0x4e, 0x98, 0xa1, 0x1d, 0x38, 0xd5, 0x30, 0x1f, 0x25, 0x51, 0x77, 0x36, 0xae, 0xf4, 0xf0, - 0x28, 0x48, 0x5b, 0x4b, 0xc0, 0xbe, 0x90, 0xe6, 0x87, 0x3b, 0xab, 0xb0, 0xbf, 0xcf, 0xbd, 0x40, - 0xc2, 0x2c, 0x24, 0x51, 0xbb, 0x79, 0x9c, 0xf9, 0x94, 0xef, 0x18, 0x96, 0xea, 0x63, 0xf0, 0x3f, - 0xfe, 0x86, 0xc5, 0xfc, 0x8f, 0x6b, 0x64, 0xbb, 0xd5, 0x74, 0xe2, 0xe3, 0x0c, 0x58, 0xfb, 0x12, - 0x0c, 0xc5, 0xa2, 0x96, 0x62, 0x49, 0xa0, 0xb5, 0x66, 0x31, 0x7f, 0xac, 0x5a, 0x08, 0x24, 0x14, - 0x2b, 0x86, 0xf6, 0xbf, 0xe6, 0x5f, 0x41, 0x62, 0x4e, 0xc2, 0xb2, 0xba, 0x6d, 0x5a, 0x56, 0x2f, - 0x14, 0xee, 0x4c, 0x17, 0x0b, 0xeb, 0x3b, 0x66, 0x17, 0x98, 0xc2, 0xf6, 0xe4, 0x7b, 0xc4, 0xed, - 0x55, 0x30, 0x1f, 0x5a, 0x41, 0x6f, 0xf0, 0x68, 0x4d, 0xbe, 0x22, 0xbe, 0xd8, 0x63, 0xa4, 0xa6, - 0xfd, 0x6b, 0x25, 0x38, 0x93, 0xf5, 0xfe, 0x3a, 0x72, 0x61, 0xa4, 0xa5, 0xa9, 0xcf, 0xc5, 0xee, - 0xf2, 0xeb, 0x0a, 0x77, 0xa2, 0xba, 0xe8, 0x50, 0x6c, 0x70, 0x45, 0x04, 0x46, 0xc8, 0x8e, 0xd7, - 0x50, 0xee, 0x95, 0x52, 0xef, 0x4b, 0x94, 0xaa, 0x66, 0x51, 0x63, 0x84, 0x0d, 0xb6, 0xc7, 0x90, - 0xa7, 0xdc, 0xfe, 0x87, 0x16, 0x3c, 0xd5, 0xe5, 0xc2, 0x3f, 0xad, 0xee, 0x21, 0xf3, 0x42, 0x8a, - 0x87, 0x7c, 0x54, 0x75, 0xdc, 0x37, 0x89, 0x05, 0x16, 0xad, 0x03, 0x70, 0xdf, 0x22, 0x7b, 0xdd, - 0xb4, 0x54, 0xe4, 0x18, 0xbc, 0xe3, 0x72, 0xb1, 0x76, 0xef, 0x54, 0xbd, 0x67, 0xaa, 0x71, 0xb5, - 0xbf, 0x5d, 0x86, 0x7e, 0xfe, 0xc0, 0x62, 0x0d, 0x06, 0xb7, 0x78, 0x7e, 0xc1, 0xde, 0xd2, 0x1b, - 0x26, 0x7a, 0x12, 0x07, 0x60, 0xc9, 0x06, 0xad, 0xc2, 0x69, 0xcf, 0xf7, 0x62, 0xcf, 0x69, 0x56, - 0x49, 0xd3, 0xd9, 0x95, 0x8a, 0x37, 0xcf, 0x2d, 0x2d, 0xd3, 0xa0, 0x9e, 0x5e, 0xee, 0x24, 0xc1, - 0x59, 0xe5, 0xd0, 0x9b, 0x1d, 0x09, 0x82, 0x78, 0xde, 0x46, 0x75, 0x5d, 0xe9, 0xf0, 0x24, 0x41, - 0xe8, 0x75, 0x18, 0x6d, 0x75, 0x98, 0x18, 0xda, 0xcb, 0x7c, 0xa6, 0x59, 0x61, 0xd2, 0xa2, 0x2a, - 0x4c, 0x44, 0x6d, 0x76, 0x46, 0xba, 0xb6, 0x15, 0x92, 0x68, 0x2b, 0x68, 0xba, 0xe2, 0x45, 0x29, - 0xa5, 0x4e, 0xd5, 0x53, 0x78, 0xdc, 0x51, 0x82, 0x72, 0xd9, 0x70, 0xbc, 0x66, 0x3b, 0x24, 0x09, - 0x97, 0x01, 0x93, 0xcb, 0x52, 0x0a, 0x8f, 0x3b, 0x4a, 0xd8, 0x7f, 0x60, 0xc1, 0xe9, 0x8c, 0x93, - 0x7b, 0x1e, 0x50, 0xb6, 0xe9, 0x45, 0xb1, 0xca, 0x20, 0xac, 0x05, 0x94, 0x71, 0x38, 0x56, 0x14, - 0x54, 0x0a, 0xb9, 0xdd, 0x98, 0x4e, 0x88, 0x2c, 0x8e, 0x4a, 0x05, 0xb6, 0xb7, 0x74, 0x3f, 0xea, - 0x9d, 0xf8, 0xbe, 0xae, 0xef, 0xc4, 0x3f, 0x07, 0xfd, 0x9b, 0xca, 0x3a, 0xd7, 0x14, 0x13, 0x6e, - 0x9f, 0x73, 0x9c, 0xfd, 0xad, 0x32, 0x8c, 0xa7, 0x22, 0x78, 0x68, 0x43, 0x52, 0xcf, 0xd9, 0x33, - 0x97, 0xc2, 0x02, 0x69, 0x6d, 0x65, 0x3c, 0x69, 0x7f, 0xd1, 0x7c, 0xed, 0x36, 0x69, 0xf3, 0x7c, - 0xd5, 0x78, 0xc7, 0xab, 0x68, 0x56, 0xf3, 0xe7, 0xa0, 0xaf, 0x15, 0xa8, 0x67, 0x19, 0x95, 0xd0, - 0xe3, 0xf9, 0x6a, 0x2d, 0x08, 0x9a, 0x98, 0x21, 0xd1, 0xf3, 0xa2, 0xf7, 0x29, 0xe7, 0x24, 0x76, - 0xdc, 0x20, 0xd2, 0x86, 0xe0, 0x05, 0x18, 0x7c, 0x40, 0x76, 0x43, 0xcf, 0xdf, 0x4c, 0xbb, 0x66, - 0x6f, 0x71, 0x30, 0x96, 0x78, 0x33, 0x73, 0xf9, 0xe0, 0x31, 0x67, 0x2e, 0x1f, 0xca, 0x8d, 0x42, - 0xfc, 0x65, 0x0b, 0xc6, 0x59, 0xda, 0x35, 0x71, 0x13, 0xd4, 0x0b, 0xfc, 0x63, 0xdc, 0x15, 0x9f, - 0x83, 0xfe, 0x90, 0x56, 0x96, 0x4e, 0x3a, 0xcc, 0x5a, 0x80, 0x39, 0x0e, 0x3d, 0x23, 0x1e, 0x0d, - 0xa7, 0x9f, 0x6f, 0x84, 0x27, 0x71, 0x4d, 0x5e, 0xff, 0x66, 0x31, 0xee, 0x98, 0xb4, 0x9a, 0x1e, - 0x6f, 0x6c, 0xe2, 0x89, 0x79, 0x52, 0x62, 0xdc, 0x33, 0x1b, 0xf7, 0xb8, 0x62, 0xdc, 0xb3, 0x99, - 0x1f, 0xae, 0x82, 0xfe, 0x97, 0x32, 0x9c, 0xcf, 0x2c, 0x97, 0x1c, 0xeb, 0x2c, 0x19, 0xc7, 0x3a, - 0xd7, 0x52, 0xc7, 0x3a, 0xf6, 0xe1, 0xa5, 0xff, 0xec, 0xa0, 0xe7, 0x8f, 0xef, 0xa0, 0xe7, 0xb7, - 0x2d, 0x78, 0x3a, 0xf3, 0xeb, 0x3c, 0x79, 0xf7, 0x17, 0x32, 0x9b, 0xd9, 0x45, 0x57, 0xff, 0xeb, - 0xe5, 0x2e, 0xdd, 0x62, 0x5a, 0xfb, 0x25, 0xba, 0xc2, 0x31, 0x64, 0x24, 0x14, 0xae, 0x11, 0xbe, - 0xba, 0x71, 0x18, 0x56, 0x58, 0x14, 0x69, 0xf1, 0xff, 0xbc, 0x91, 0x8b, 0x47, 0x9c, 0xbc, 0x33, - 0xa6, 0x9b, 0x4e, 0xbf, 0x3c, 0x9b, 0xba, 0x14, 0x80, 0xee, 0x6b, 0x86, 0x58, 0xf9, 0x28, 0x86, - 0xd8, 0x48, 0xb6, 0x11, 0x86, 0xe6, 0x60, 0x7c, 0xdb, 0xf3, 0xd9, 0x03, 0x65, 0xa6, 0xc6, 0xa3, - 0xae, 0x9c, 0xad, 0x9a, 0x68, 0x9c, 0xa6, 0x9f, 0x7a, 0x1d, 0x46, 0x8f, 0xee, 0x9b, 0xf9, 0xb0, - 0x0c, 0x3f, 0x71, 0xc8, 0x02, 0xc4, 0x77, 0x1e, 0xe3, 0xbb, 0x68, 0x3b, 0x4f, 0xc7, 0xb7, 0xa9, - 0xc1, 0x99, 0x8d, 0x76, 0xb3, 0xb9, 0xcb, 0x02, 0x30, 0x88, 0x2b, 0x29, 0x84, 0x36, 0xa9, 0x9e, - 0x0e, 0x5d, 0xca, 0xa0, 0xc1, 0x99, 0x25, 0xd1, 0xe7, 0x01, 0x05, 0xeb, 0x2c, 0xeb, 0xa1, 0x9b, - 0x5c, 0x0f, 0x66, 0x9f, 0xa0, 0x9c, 0xcc, 0xd5, 0x3b, 0x1d, 0x14, 0x38, 0xa3, 0x14, 0xd5, 0x2d, - 0xd9, 0xab, 0xa3, 0xaa, 0x59, 0x29, 0xdd, 0x12, 0xeb, 0x48, 0x6c, 0xd2, 0xa2, 0x1b, 0x70, 0xca, - 0xd9, 0x71, 0x3c, 0x9e, 0xda, 0x45, 0x32, 0xe0, 0xca, 0xa5, 0x72, 0x7e, 0xcc, 0xa5, 0x09, 0x70, - 0x67, 0x19, 0xd4, 0x32, 0xdc, 0x59, 0x3c, 0xcb, 0xf1, 0x1b, 0x47, 0x90, 0xe0, 0xc2, 0x0e, 0x2e, - 0xfb, 0xf7, 0x2d, 0xba, 0xbd, 0x66, 0x3c, 0xe8, 0x65, 0xbc, 0x83, 0xad, 0x5d, 0x89, 0xe8, 0x7c, - 0x07, 0x9b, 0x79, 0x7a, 0x4d, 0x5a, 0x2e, 0x1a, 0x51, 0x12, 0x52, 0x69, 0x68, 0xb2, 0xe2, 0x2a, - 0x90, 0xa2, 0x40, 0xf7, 0x61, 0xd0, 0xf5, 0x76, 0xbc, 0x28, 0x08, 0x0b, 0x3c, 0x3b, 0xdb, 0x11, - 0xa6, 0x97, 0x2c, 0x97, 0x55, 0xce, 0x04, 0x4b, 0x6e, 0xf6, 0xdf, 0x2c, 0xc1, 0xa8, 0xac, 0xef, - 0xad, 0x76, 0xc0, 0xd6, 0xb0, 0xe3, 0x52, 0x1a, 0xde, 0x32, 0x94, 0x86, 0xd9, 0x62, 0xf7, 0xa1, - 0x58, 0xa3, 0xba, 0x2a, 0x0b, 0x5f, 0x48, 0x29, 0x0b, 0x57, 0x7b, 0x61, 0x9a, 0xeb, 0xa7, 0x3a, - 0x65, 0xd0, 0x3f, 0x41, 0x59, 0x76, 0xb3, 0xba, 0xd3, 0x65, 0xe3, 0xf8, 0x76, 0x29, 0xd5, 0x0d, - 0xb6, 0x61, 0x7c, 0x0d, 0xfa, 0xb6, 0x9c, 0xd0, 0x15, 0x87, 0x72, 0x9f, 0xee, 0xf1, 0x53, 0xcc, - 0xdc, 0x74, 0x42, 0x97, 0x2f, 0xfb, 0x97, 0xd5, 0x73, 0x20, 0x4e, 0xe8, 0xe6, 0x06, 0x18, 0xb3, - 0x4a, 0xd1, 0x75, 0x18, 0x88, 0x1a, 0x41, 0x4b, 0xc5, 0x8f, 0x5d, 0xe0, 0x4f, 0x85, 0x50, 0xc8, - 0xc1, 0xde, 0x34, 0x32, 0xab, 0xa3, 0x60, 0x2c, 0xe8, 0xa7, 0x08, 0x54, 0x54, 0xd5, 0xc7, 0x18, - 0xca, 0xfa, 0x61, 0x19, 0x4e, 0x67, 0x88, 0x0a, 0xfa, 0x29, 0x63, 0xd4, 0x5e, 0xef, 0x59, 0xd6, - 0x3e, 0xe2, 0xb8, 0xfd, 0x14, 0x33, 0xbd, 0x5c, 0x21, 0x1b, 0x47, 0xa8, 0xfe, 0x6e, 0x44, 0xd2, - 0xd5, 0x53, 0x50, 0x7e, 0xf5, 0xb4, 0xda, 0x13, 0x1a, 0x7c, 0x5a, 0x8d, 0x6a, 0xe7, 0x31, 0x7e, - 0xe3, 0x0f, 0xfa, 0xe0, 0x4c, 0xd6, 0x9d, 0x4b, 0xf4, 0x33, 0x56, 0x2a, 0x4f, 0xf7, 0x9b, 0xbd, - 0x5f, 0xdc, 0xe4, 0xc9, 0xbb, 0x45, 0x2e, 0x86, 0x19, 0x33, 0x73, 0x77, 0xee, 0x68, 0x8b, 0xda, - 0xd9, 0xa5, 0x80, 0x90, 0xa7, 0x5c, 0x97, 0xeb, 0xc1, 0xe7, 0x8e, 0xd0, 0x14, 0x91, 0xb5, 0x3d, - 0x4a, 0x5d, 0x0a, 0x90, 0xe0, 0xfc, 0x4b, 0x01, 0xb2, 0x0d, 0x53, 0x9b, 0x30, 0xac, 0xf5, 0xeb, - 0x18, 0x45, 0xc0, 0xa3, 0x7b, 0x92, 0xd6, 0xea, 0x63, 0x14, 0x83, 0xbf, 0x6d, 0x41, 0x2a, 0x30, - 0x44, 0xf9, 0x77, 0xac, 0xae, 0xfe, 0x9d, 0x0b, 0xd0, 0x17, 0x06, 0x4d, 0x92, 0x4e, 0x20, 0x8d, - 0x83, 0x26, 0xc1, 0x0c, 0xa3, 0x1e, 0x1d, 0x2c, 0x77, 0x7b, 0x74, 0x90, 0x1a, 0xfe, 0x4d, 0xb2, - 0x43, 0xa4, 0xb7, 0x45, 0x2d, 0xde, 0x2b, 0x14, 0x88, 0x39, 0xce, 0xfe, 0x61, 0x19, 0x06, 0xb8, - 0x4b, 0xe3, 0x18, 0xb7, 0xe5, 0x9a, 0xf0, 0x2e, 0x14, 0xba, 0xfd, 0xc8, 0x5b, 0x33, 0x53, 0x75, - 0x62, 0x87, 0x0b, 0x94, 0xea, 0x5b, 0xe2, 0x91, 0x40, 0x33, 0x46, 0xef, 0xa7, 0x52, 0xc6, 0x33, - 0x70, 0x1e, 0xda, 0x58, 0x6c, 0x01, 0x44, 0xec, 0xfd, 0x29, 0xca, 0x43, 0x64, 0xa0, 0x7b, 0xa5, - 0x50, 0x3b, 0xea, 0xaa, 0x18, 0x6f, 0x4d, 0x92, 0xfa, 0x4a, 0x21, 0xb0, 0xc6, 0x7b, 0xea, 0x35, - 0xa8, 0x28, 0xe2, 0x3c, 0x4d, 0x7f, 0x44, 0x17, 0xc9, 0x3f, 0x07, 0xe3, 0xa9, 0xba, 0x7a, 0x32, - 0x14, 0xbe, 0x67, 0xc1, 0xa9, 0x8e, 0xf7, 0x52, 0xd1, 0x07, 0x16, 0x9c, 0x69, 0x66, 0xf8, 0xb2, - 0xc4, 0x07, 0x3e, 0x8a, 0x17, 0x4c, 0x59, 0x09, 0x59, 0x58, 0x9c, 0x59, 0x9b, 0xcc, 0xa9, 0x59, - 0xca, 0xce, 0xa9, 0xc9, 0x1e, 0xdd, 0xe1, 0x6d, 0x3f, 0x09, 0x0d, 0x68, 0xd9, 0xd4, 0x80, 0x3e, - 0x51, 0x44, 0x0c, 0xba, 0xa8, 0x3e, 0xff, 0xce, 0x02, 0xc4, 0x09, 0xd2, 0xef, 0xd0, 0x71, 0xdf, - 0xa0, 0xa6, 0xb3, 0x27, 0x72, 0xa3, 0x30, 0x58, 0xa3, 0xea, 0x31, 0xc7, 0xb8, 0x7a, 0xbf, 0xa9, - 0xd8, 0x23, 0xf1, 0xe5, 0x02, 0x8f, 0xc4, 0xff, 0x46, 0x19, 0xd2, 0x41, 0x14, 0xe8, 0xcb, 0x30, - 0xd2, 0x70, 0x5a, 0xce, 0xba, 0xd7, 0xf4, 0x62, 0x8f, 0x44, 0xc5, 0x0e, 0xa8, 0x16, 0xb4, 0x12, - 0xc2, 0xbb, 0xac, 0x41, 0xb0, 0xc1, 0x11, 0xcd, 0x00, 0xb4, 0x42, 0x6f, 0xc7, 0x6b, 0x92, 0x4d, - 0xa6, 0x77, 0xa8, 0x8c, 0x24, 0x35, 0x05, 0xc5, 0x1a, 0x45, 0x46, 0xb4, 0x5e, 0xf9, 0x24, 0xa2, - 0xf5, 0xfa, 0x7a, 0x8c, 0xd6, 0xeb, 0x2f, 0x14, 0xad, 0x87, 0xe1, 0x9c, 0x74, 0x0a, 0xd3, 0xff, - 0x4b, 0x5e, 0x93, 0xf0, 0x24, 0x7a, 0x22, 0xc6, 0x72, 0x6a, 0x7f, 0x6f, 0xfa, 0x1c, 0xce, 0xa4, - 0xc0, 0x5d, 0x4a, 0xda, 0x6d, 0x38, 0x5d, 0x27, 0xa1, 0xc7, 0x72, 0x1c, 0xb9, 0xc9, 0x0c, 0x7c, - 0x17, 0x2a, 0x61, 0x6a, 0xf2, 0xf7, 0x78, 0x1f, 0x4d, 0xcb, 0x14, 0x21, 0x27, 0x7b, 0xc2, 0xd2, - 0xfe, 0xcb, 0x25, 0x18, 0x14, 0xc1, 0x4a, 0xc7, 0xb8, 0x91, 0xdc, 0x32, 0xec, 0xbb, 0x17, 0xf2, - 0x66, 0x2e, 0x6b, 0x4e, 0x57, 0xcb, 0xae, 0x9e, 0xb2, 0xec, 0x5e, 0x2a, 0xc6, 0xee, 0x70, 0x9b, - 0xee, 0x07, 0x25, 0x18, 0x33, 0x83, 0xb6, 0x8e, 0x71, 0x38, 0xde, 0x86, 0xc1, 0x48, 0x44, 0x32, - 0x15, 0x7a, 0x96, 0x3f, 0xfd, 0x49, 0x93, 0x07, 0xe7, 0x45, 0xec, 0x92, 0x64, 0x97, 0x19, 0x2c, - 0x55, 0x3e, 0x89, 0x60, 0x29, 0xfb, 0x87, 0x6c, 0x49, 0xd5, 0x07, 0xf0, 0x24, 0xf6, 0x84, 0xb7, - 0xcc, 0xd5, 0xf7, 0x72, 0x21, 0x51, 0x10, 0xed, 0xeb, 0xb2, 0x37, 0x7c, 0xd7, 0x82, 0x61, 0x41, - 0x78, 0x12, 0x3d, 0xf8, 0xbc, 0xd9, 0x83, 0xe7, 0x0b, 0xf5, 0xa0, 0x4b, 0xd3, 0xff, 0x6e, 0x49, - 0x35, 0xbd, 0x26, 0xde, 0xe7, 0xcc, 0xcd, 0xaa, 0x38, 0xd4, 0x0a, 0x83, 0x38, 0x68, 0x04, 0x4d, - 0xb1, 0xcb, 0x3f, 0x93, 0xc4, 0xb7, 0x73, 0xf8, 0x81, 0xf6, 0x1b, 0x2b, 0x6a, 0x16, 0xb7, 0x1d, - 0x84, 0xb1, 0xd8, 0xa2, 0xb2, 0x5e, 0x07, 0x5d, 0x97, 0xaf, 0x2f, 0x53, 0x98, 0x38, 0x33, 0xe8, - 0xf5, 0xd5, 0xd1, 0x24, 0x5a, 0x5d, 0x71, 0xc2, 0x1a, 0x57, 0x19, 0x48, 0xc9, 0x6a, 0xe8, 0x37, - 0xdd, 0xa8, 0xb7, 0x05, 0x1c, 0x2b, 0x0a, 0xfb, 0x35, 0xb6, 0xc6, 0xb2, 0xe1, 0xe9, 0x2d, 0x04, - 0xfd, 0x67, 0x07, 0xd4, 0xc0, 0x32, 0x27, 0xc9, 0x6d, 0xe8, 0xa7, 0x5d, 0x94, 0x76, 0x60, 0xb1, - 0x05, 0x8d, 0x36, 0x41, 0x0f, 0x45, 0x0b, 0xe3, 0x08, 0x73, 0x36, 0x88, 0x74, 0xf8, 0xde, 0x5f, - 0x2b, 0xbc, 0x46, 0xf6, 0xe0, 0x6d, 0x67, 0x59, 0x5a, 0x58, 0x66, 0x8a, 0xe5, 0x5a, 0x3a, 0x13, - 0xe6, 0x82, 0x44, 0xe0, 0x84, 0x06, 0xcd, 0x0a, 0x75, 0xdd, 0x7c, 0xbc, 0x55, 0xaa, 0xeb, 0x72, - 0x48, 0x34, 0x7d, 0xfd, 0x2a, 0x0c, 0xab, 0x5c, 0xe0, 0x35, 0x9e, 0xd2, 0xb9, 0xc2, 0xf5, 0x97, - 0xc5, 0x04, 0x8c, 0x75, 0x1a, 0xb4, 0x0c, 0xa7, 0x5d, 0x15, 0x37, 0x5b, 0x6b, 0xaf, 0x37, 0xbd, - 0x06, 0x2d, 0xca, 0xef, 0xac, 0x3c, 0xb5, 0xbf, 0x37, 0x7d, 0xba, 0xda, 0x89, 0xc6, 0x59, 0x65, - 0xd0, 0x1a, 0x8c, 0x47, 0x3c, 0xe7, 0xb9, 0xbc, 0xdd, 0x26, 0x52, 0xc5, 0xbd, 0x28, 0x9d, 0xfe, - 0x75, 0x13, 0x7d, 0xc0, 0x40, 0x7c, 0x51, 0x10, 0x20, 0x9c, 0x66, 0x81, 0xde, 0x84, 0xb1, 0xa6, - 0xfe, 0x76, 0x51, 0x4d, 0x84, 0x0f, 0xab, 0xd0, 0x0b, 0xe3, 0x65, 0xa3, 0x1a, 0x4e, 0x51, 0xa3, - 0xb7, 0x61, 0x52, 0x87, 0x88, 0x0b, 0xed, 0x8e, 0xbf, 0x49, 0x22, 0x91, 0x6c, 0xf9, 0x99, 0xfd, - 0xbd, 0xe9, 0xc9, 0x95, 0x2e, 0x34, 0xb8, 0x6b, 0x69, 0x74, 0x1d, 0x46, 0xe4, 0x48, 0x6a, 0xa1, - 0xc4, 0x49, 0xd0, 0x8f, 0x86, 0xc3, 0x06, 0xe5, 0x47, 0x3b, 0xdb, 0xf8, 0x1a, 0x2d, 0xac, 0x6d, - 0xaa, 0xe8, 0x2b, 0x30, 0xa2, 0xb7, 0x51, 0x2c, 0x93, 0x9f, 0x2a, 0xfe, 0x1e, 0x94, 0xd8, 0x9c, - 0x55, 0xcb, 0x75, 0x1c, 0x36, 0x78, 0xdb, 0x0d, 0x18, 0x4f, 0xbd, 0x47, 0xab, 0x1e, 0x36, 0xb6, - 0x1e, 0xd7, 0xc3, 0xc6, 0xf6, 0xd7, 0x2d, 0xe8, 0x5f, 0x73, 0xbc, 0xfc, 0x57, 0x05, 0x8a, 0xbc, - 0x0c, 0x8c, 0x5e, 0x85, 0x01, 0xb2, 0xb1, 0x41, 0x1a, 0xf2, 0xa1, 0xe4, 0x67, 0xd5, 0x33, 0xf7, - 0x0c, 0x4a, 0x67, 0x12, 0xab, 0x8c, 0xff, 0xc5, 0x82, 0xd8, 0xfe, 0x0f, 0x16, 0xc0, 0x5a, 0xd0, - 0x94, 0xa7, 0x2c, 0x39, 0x2d, 0x99, 0xef, 0x78, 0xdf, 0xe0, 0x62, 0xc6, 0xfb, 0x06, 0x28, 0x61, - 0x98, 0xf1, 0xba, 0x81, 0xea, 0x4d, 0xb9, 0x50, 0x6f, 0xfa, 0x7a, 0xe9, 0xcd, 0x37, 0x2d, 0x10, - 0xc1, 0x35, 0x05, 0xb6, 0x25, 0x57, 0xe6, 0x24, 0x37, 0x32, 0x4b, 0xbc, 0x58, 0xe4, 0x86, 0x88, - 0xc8, 0x27, 0xa1, 0x44, 0xc9, 0xc8, 0x22, 0x61, 0x70, 0xa5, 0xa6, 0xf7, 0x30, 0x47, 0xaf, 0x32, - 0x85, 0x2f, 0xbf, 0x5d, 0x3d, 0x65, 0xad, 0x62, 0x29, 0xbb, 0x29, 0x63, 0x95, 0xbc, 0x48, 0x4f, - 0xd9, 0x2d, 0x11, 0x38, 0xa1, 0x41, 0x2f, 0xc0, 0x60, 0xd4, 0x5e, 0x67, 0xe4, 0xa9, 0x48, 0x9b, - 0x3a, 0x07, 0x63, 0x89, 0xb7, 0xff, 0xf7, 0x04, 0x18, 0x5d, 0x33, 0x12, 0x25, 0x59, 0x8f, 0x3d, - 0x51, 0xd2, 0x3b, 0x30, 0x44, 0xb6, 0x5b, 0xf1, 0x6e, 0xd5, 0x0b, 0x8b, 0x25, 0xad, 0x5b, 0x14, - 0xd4, 0x9d, 0xdc, 0x25, 0x06, 0x2b, 0x8e, 0x5d, 0xd2, 0x5e, 0x95, 0x9f, 0x88, 0xb4, 0x57, 0x7d, - 0x7f, 0x2c, 0x69, 0xaf, 0xde, 0x86, 0xc1, 0x4d, 0xfe, 0x50, 0xbe, 0xb8, 0x11, 0x98, 0x73, 0x7c, - 0x95, 0xf1, 0xaa, 0x3e, 0xbf, 0xfa, 0x25, 0x10, 0x58, 0xb2, 0x43, 0x6b, 0x30, 0xc0, 0x8d, 0x05, - 0x91, 0x49, 0xea, 0x53, 0x45, 0xdc, 0x28, 0x9d, 0x49, 0x95, 0x44, 0x38, 0x95, 0xe0, 0x25, 0xd3, - 0x5c, 0x0d, 0x7e, 0xf4, 0x34, 0x57, 0x2a, 0x39, 0xd5, 0xd0, 0xe3, 0x4a, 0x4e, 0x65, 0x24, 0xf9, - 0xaa, 0x1c, 0x47, 0x92, 0xaf, 0x6f, 0x5a, 0x70, 0xb6, 0x95, 0x95, 0x23, 0x4f, 0xa4, 0x99, 0xfa, - 0xec, 0x11, 0x72, 0x06, 0x1a, 0x55, 0xb3, 0x8b, 0x5a, 0x99, 0x64, 0x38, 0xbb, 0x62, 0x99, 0x2d, - 0x6c, 0xf8, 0xa3, 0x67, 0x0b, 0x3b, 0xee, 0x7c, 0x54, 0x49, 0xee, 0xb0, 0xd1, 0x63, 0xc9, 0x1d, - 0x36, 0xf6, 0x18, 0x73, 0x87, 0x69, 0x59, 0xbf, 0xc6, 0x1f, 0x6f, 0xd6, 0xaf, 0x2d, 0x18, 0x76, - 0x83, 0x87, 0xfe, 0x43, 0x27, 0x74, 0xe7, 0x6a, 0xcb, 0x22, 0xc9, 0x54, 0x4e, 0x36, 0x87, 0x6a, - 0x52, 0xc0, 0xa8, 0x81, 0xfb, 0x0b, 0x13, 0x24, 0xd6, 0x59, 0x8b, 0xfc, 0x67, 0xa7, 0x3e, 0x62, - 0xfe, 0x33, 0x23, 0x8b, 0x18, 0x3a, 0x8e, 0x2c, 0x62, 0x5f, 0x66, 0x77, 0xba, 0x37, 0xbc, 0xcd, - 0x55, 0xa7, 0x35, 0x79, 0xba, 0x48, 0x0d, 0x0b, 0x92, 0xbc, 0xb3, 0x06, 0x85, 0xc2, 0x09, 0xd3, - 0xce, 0x3c, 0x65, 0x67, 0x4e, 0x3a, 0x4f, 0xd9, 0xd9, 0x63, 0xcc, 0x53, 0x76, 0xee, 0x38, 0xf2, - 0x94, 0xfd, 0x05, 0x38, 0x7f, 0x78, 0xff, 0x93, 0xd4, 0xb3, 0xb5, 0xc4, 0xa4, 0x4e, 0xa5, 0x9e, - 0x65, 0xba, 0x85, 0x46, 0xa5, 0x85, 0x21, 0x97, 0x0e, 0x0b, 0x43, 0xb6, 0xff, 0xb9, 0x05, 0x4f, - 0x75, 0x49, 0x61, 0x52, 0xf8, 0x5e, 0x41, 0x0b, 0xc6, 0x5b, 0x66, 0xd1, 0xc2, 0x37, 0x80, 0x8c, - 0x94, 0x29, 0x2a, 0x8e, 0x2c, 0x85, 0xc0, 0x69, 0xf6, 0xf3, 0x9f, 0xf8, 0xd1, 0x87, 0xe7, 0x3f, - 0xf6, 0xe3, 0x0f, 0xcf, 0x7f, 0xec, 0x77, 0x3f, 0x3c, 0xff, 0xb1, 0x9f, 0xde, 0x3f, 0x6f, 0xfd, - 0x68, 0xff, 0xbc, 0xf5, 0xe3, 0xfd, 0xf3, 0xd6, 0x1f, 0xec, 0x9f, 0xb7, 0xbe, 0xf9, 0x87, 0xe7, - 0x3f, 0xf6, 0xc5, 0xd2, 0xce, 0xd5, 0xff, 0x1f, 0x00, 0x00, 0xff, 0xff, 0xc5, 0x01, 0x0d, 0x02, - 0x08, 0xb4, 0x00, 0x00, + 0x08, 0x01, 0xe2, 0x08, 0xca, 0x87, 0x03, 0x19, 0x30, 0x62, 0xc3, 0x06, 0x18, 0x1f, 0x8d, 0x20, + 0x3f, 0xf2, 0x23, 0x01, 0x92, 0x3f, 0x21, 0x8c, 0x24, 0xa8, 0xcf, 0xae, 0xea, 0xe9, 0x61, 0xf7, + 0xf0, 0x96, 0xcc, 0xda, 0xc8, 0xbf, 0x99, 0xf7, 0x5e, 0xbd, 0xfa, 0xe8, 0x57, 0x55, 0xef, 0xbd, + 0x7a, 0xf5, 0x0a, 0x2e, 0x3f, 0xb8, 0x1e, 0xcd, 0x78, 0xc1, 0xec, 0x83, 0xf6, 0x3a, 0x09, 0x7d, + 0x12, 0x93, 0x68, 0xb6, 0xf5, 0x60, 0x73, 0xd6, 0x69, 0x79, 0xb3, 0x3b, 0x57, 0x67, 0x37, 0x89, + 0x4f, 0x42, 0x27, 0x26, 0xee, 0x4c, 0x2b, 0x0c, 0xe2, 0x00, 0x3d, 0xc3, 0xa9, 0x67, 0x12, 0xea, + 0x99, 0xd6, 0x83, 0xcd, 0x19, 0xa7, 0xe5, 0xcd, 0xec, 0x5c, 0x9d, 0xba, 0xb2, 0xe9, 0xc5, 0x5b, + 0xed, 0xf5, 0x99, 0x46, 0xb0, 0x3d, 0xbb, 0x19, 0x6c, 0x06, 0xb3, 0xac, 0xd0, 0x7a, 0x7b, 0x83, + 0xfd, 0x63, 0x7f, 0xd8, 0x2f, 0xce, 0x6c, 0xea, 0x5a, 0xf7, 0xaa, 0x43, 0x12, 0x05, 0xed, 0xb0, + 0x41, 0xd2, 0x0d, 0x98, 0x7a, 0xb5, 0x7b, 0x99, 0xb6, 0xbf, 0x43, 0xc2, 0xc8, 0x0b, 0x7c, 0xe2, + 0x76, 0x14, 0xbb, 0x92, 0x5d, 0x2c, 0x6c, 0xfb, 0xb1, 0xb7, 0xdd, 0x59, 0xcb, 0xd5, 0x6c, 0xf2, + 0x76, 0xec, 0x35, 0x67, 0x3d, 0x3f, 0x8e, 0xe2, 0x30, 0x5d, 0xc4, 0xfe, 0x5d, 0x0b, 0x2e, 0xcc, + 0xdd, 0xaf, 0x2f, 0x36, 0x9d, 0x28, 0xf6, 0x1a, 0xf3, 0xcd, 0xa0, 0xf1, 0xa0, 0x1e, 0x07, 0x21, + 0xb9, 0x17, 0x34, 0xdb, 0xdb, 0xa4, 0xce, 0x7a, 0x83, 0x2e, 0xc3, 0xd0, 0x0e, 0xfb, 0xbf, 0x5c, + 0x9d, 0xb4, 0x2e, 0x58, 0x97, 0x2a, 0xf3, 0x13, 0x3f, 0xde, 0x9b, 0xfe, 0xd8, 0xfe, 0xde, 0xf4, + 0xd0, 0x3d, 0x01, 0xc7, 0x8a, 0x02, 0x5d, 0x84, 0x81, 0x8d, 0x68, 0x6d, 0xb7, 0x45, 0x26, 0x4b, + 0x8c, 0x76, 0x4c, 0xd0, 0x0e, 0x2c, 0xd5, 0x29, 0x14, 0x0b, 0x2c, 0x9a, 0x85, 0x4a, 0xcb, 0x09, + 0x63, 0x2f, 0xf6, 0x02, 0x7f, 0xb2, 0x7c, 0xc1, 0xba, 0xd4, 0x3f, 0x7f, 0x4a, 0x90, 0x56, 0x6a, + 0x12, 0x81, 0x13, 0x1a, 0xda, 0x8c, 0x90, 0x38, 0xee, 0x1d, 0xbf, 0xb9, 0x3b, 0xd9, 0x77, 0xc1, + 0xba, 0x34, 0x94, 0x34, 0x03, 0x0b, 0x38, 0x56, 0x14, 0xf6, 0xf7, 0x4a, 0x30, 0x34, 0xb7, 0xb1, + 0xe1, 0xf9, 0x5e, 0xbc, 0x8b, 0xbe, 0x02, 0x23, 0x7e, 0xe0, 0x12, 0xf9, 0x9f, 0xf5, 0x62, 0xf8, + 0xda, 0x8b, 0x33, 0x87, 0xc9, 0xc5, 0xcc, 0x6d, 0xad, 0xc4, 0xfc, 0xc4, 0xfe, 0xde, 0xf4, 0x88, + 0x0e, 0xc1, 0x06, 0x47, 0xf4, 0x0e, 0x0c, 0xb7, 0x02, 0x57, 0x55, 0x50, 0x62, 0x15, 0xbc, 0x70, + 0x78, 0x05, 0xb5, 0xa4, 0xc0, 0xfc, 0xf8, 0xfe, 0xde, 0xf4, 0xb0, 0x06, 0xc0, 0x3a, 0x3b, 0xd4, + 0x84, 0x71, 0xfa, 0xd7, 0x8f, 0x3d, 0x55, 0x43, 0x99, 0xd5, 0x70, 0x25, 0xbf, 0x06, 0xad, 0xd0, + 0xfc, 0xe9, 0xfd, 0xbd, 0xe9, 0xf1, 0x14, 0x10, 0xa7, 0x59, 0xdb, 0x5f, 0x83, 0xb1, 0xb9, 0x38, + 0x76, 0x1a, 0x5b, 0xc4, 0xe5, 0xdf, 0x17, 0xbd, 0x02, 0x7d, 0xbe, 0xb3, 0x4d, 0xc4, 0xd7, 0xbf, + 0x20, 0x86, 0xbd, 0xef, 0xb6, 0xb3, 0x4d, 0x0e, 0xf6, 0xa6, 0x27, 0xee, 0xfa, 0xde, 0xfb, 0x6d, + 0x21, 0x33, 0x14, 0x86, 0x19, 0x35, 0xba, 0x06, 0xe0, 0x92, 0x1d, 0xaf, 0x41, 0x6a, 0x4e, 0xbc, + 0x25, 0xa4, 0x01, 0x89, 0xb2, 0x50, 0x55, 0x18, 0xac, 0x51, 0xd9, 0xdf, 0xb0, 0xa0, 0x32, 0xb7, + 0x13, 0x78, 0x6e, 0x2d, 0x70, 0x23, 0xd4, 0x86, 0xf1, 0x56, 0x48, 0x36, 0x48, 0xa8, 0x40, 0x93, + 0xd6, 0x85, 0xf2, 0xa5, 0xe1, 0x6b, 0xd7, 0x72, 0xfa, 0x6d, 0x16, 0x5a, 0xf4, 0xe3, 0x70, 0x77, + 0xfe, 0x29, 0x51, 0xf5, 0x78, 0x0a, 0x8b, 0xd3, 0x75, 0xd8, 0xbf, 0x50, 0x82, 0xb3, 0x73, 0x5f, + 0x6b, 0x87, 0xa4, 0xea, 0x45, 0x0f, 0xd2, 0x53, 0xc1, 0xf5, 0xa2, 0x07, 0xb7, 0x93, 0xc1, 0x50, + 0x32, 0x58, 0x15, 0x70, 0xac, 0x28, 0xd0, 0x15, 0x18, 0xa4, 0xbf, 0xef, 0xe2, 0x65, 0xd1, 0xfb, + 0xd3, 0x82, 0x78, 0xb8, 0xea, 0xc4, 0x4e, 0x95, 0xa3, 0xb0, 0xa4, 0x41, 0xab, 0x30, 0xdc, 0x70, + 0x1a, 0x5b, 0x9e, 0xbf, 0xb9, 0x1a, 0xb8, 0x84, 0x7d, 0xe1, 0xca, 0xfc, 0x4b, 0x94, 0x7c, 0x21, + 0x01, 0x1f, 0xec, 0x4d, 0x4f, 0xf2, 0xb6, 0x09, 0x16, 0x1a, 0x0e, 0xeb, 0xe5, 0x91, 0xad, 0x26, + 0x62, 0x1f, 0xe3, 0x04, 0x19, 0x93, 0xf0, 0x92, 0x36, 0xa7, 0xfa, 0xd9, 0x9c, 0x1a, 0xe9, 0x32, + 0x9f, 0xfe, 0x91, 0x25, 0xc6, 0x64, 0xc9, 0x6b, 0x9a, 0xcb, 0xc3, 0x35, 0x80, 0x88, 0x34, 0x42, + 0x12, 0x6b, 0xa3, 0xa2, 0x3e, 0x73, 0x5d, 0x61, 0xb0, 0x46, 0x45, 0x27, 0x7f, 0xb4, 0xe5, 0x84, + 0x4c, 0x5a, 0xc4, 0xd8, 0xa8, 0xc9, 0x5f, 0x97, 0x08, 0x9c, 0xd0, 0x18, 0x93, 0xbf, 0x9c, 0x3b, + 0xf9, 0xff, 0xb9, 0x05, 0x83, 0xf3, 0x9e, 0xef, 0x7a, 0xfe, 0x26, 0x7a, 0x1b, 0x86, 0xb6, 0x49, + 0xec, 0xb8, 0x4e, 0xec, 0x88, 0x79, 0x7f, 0xe9, 0x70, 0xe1, 0xb9, 0xb3, 0xfe, 0x55, 0xd2, 0x88, + 0x57, 0x49, 0xec, 0x24, 0xdd, 0x48, 0x60, 0x58, 0x71, 0x43, 0x77, 0x61, 0x20, 0x76, 0xc2, 0x4d, + 0x12, 0x8b, 0xe9, 0x7e, 0xa5, 0x08, 0x5f, 0x4c, 0x45, 0x8d, 0xf8, 0x0d, 0x92, 0x2c, 0x8c, 0x6b, + 0x8c, 0x09, 0x16, 0xcc, 0xec, 0x06, 0x8c, 0x2c, 0x38, 0x2d, 0x67, 0xdd, 0x6b, 0x7a, 0xb1, 0x47, + 0x22, 0xf4, 0x29, 0x28, 0x3b, 0xae, 0xcb, 0x04, 0xbf, 0x32, 0x7f, 0x76, 0x7f, 0x6f, 0xba, 0x3c, + 0xe7, 0xba, 0x07, 0x7b, 0xd3, 0xa0, 0xa8, 0x76, 0x31, 0xa5, 0x40, 0x2f, 0x42, 0x9f, 0x1b, 0x06, + 0xad, 0xc9, 0x12, 0xa3, 0x3c, 0x47, 0x67, 0x68, 0x35, 0x0c, 0x5a, 0x29, 0x52, 0x46, 0x63, 0xff, + 0xeb, 0x12, 0xa0, 0x05, 0xd2, 0xda, 0x5a, 0xaa, 0x1b, 0xdf, 0xf2, 0x12, 0x0c, 0x6d, 0x07, 0xbe, + 0x17, 0x07, 0x61, 0x24, 0x2a, 0x64, 0xf2, 0xb0, 0x2a, 0x60, 0x58, 0x61, 0xd1, 0x05, 0xe8, 0x6b, + 0x25, 0xd3, 0x7a, 0x44, 0x2e, 0x09, 0x6c, 0x42, 0x33, 0x0c, 0xa5, 0x68, 0x47, 0x24, 0x14, 0x72, + 0xac, 0x28, 0xee, 0x46, 0x24, 0xc4, 0x0c, 0x93, 0x48, 0x0e, 0x95, 0x29, 0x21, 0xa5, 0x29, 0xc9, + 0xa1, 0x18, 0xac, 0x51, 0xa1, 0xf7, 0xa0, 0xc2, 0xff, 0x61, 0xb2, 0xc1, 0x44, 0x36, 0x77, 0x31, + 0x58, 0x09, 0x1a, 0x4e, 0x33, 0x3d, 0xf8, 0xa3, 0x4c, 0xd2, 0x24, 0x23, 0x9c, 0xf0, 0x34, 0x24, + 0x6d, 0x20, 0x57, 0xd2, 0xfe, 0x86, 0x05, 0x68, 0xc1, 0xf3, 0x5d, 0x12, 0x9e, 0xc0, 0x96, 0xd9, + 0xdb, 0x24, 0xf8, 0x03, 0xda, 0xb4, 0x60, 0xbb, 0x15, 0xf8, 0xc4, 0x8f, 0x17, 0x02, 0xdf, 0xe5, + 0xdb, 0xe8, 0x67, 0xa1, 0x2f, 0xa6, 0x55, 0xf1, 0x66, 0x5d, 0x94, 0x9f, 0x85, 0x56, 0x70, 0xb0, + 0x37, 0x7d, 0xae, 0xb3, 0x04, 0x6b, 0x02, 0x2b, 0x83, 0x3e, 0x03, 0x03, 0x51, 0xec, 0xc4, 0xed, + 0x48, 0x34, 0xf4, 0x13, 0xb2, 0xa1, 0x75, 0x06, 0x3d, 0xd8, 0x9b, 0x1e, 0x57, 0xc5, 0x38, 0x08, + 0x8b, 0x02, 0xe8, 0x05, 0x18, 0xdc, 0x26, 0x51, 0xe4, 0x6c, 0xca, 0x85, 0x6d, 0x5c, 0x94, 0x1d, + 0x5c, 0xe5, 0x60, 0x2c, 0xf1, 0xe8, 0x39, 0xe8, 0x27, 0x61, 0x18, 0x84, 0x42, 0x22, 0x46, 0x05, + 0x61, 0xff, 0x22, 0x05, 0x62, 0x8e, 0xb3, 0x7f, 0xdb, 0x82, 0x71, 0xd5, 0x56, 0x5e, 0xd7, 0x31, + 0x4e, 0x75, 0x17, 0xa0, 0x21, 0x3b, 0x16, 0xb1, 0x09, 0x36, 0x7c, 0xed, 0xd3, 0x87, 0xf3, 0xee, + 0x1c, 0xc8, 0xa4, 0x0e, 0x05, 0x8a, 0xb0, 0xc6, 0xd7, 0xfe, 0xb1, 0x05, 0xa7, 0x53, 0x7d, 0x5a, + 0xf1, 0xa2, 0x18, 0xfd, 0xd9, 0x8e, 0x7e, 0xcd, 0x1e, 0x52, 0xb7, 0xa6, 0x51, 0xce, 0xd0, 0xe2, + 0xac, 0x7b, 0x4a, 0x50, 0x24, 0x44, 0xeb, 0x1c, 0x86, 0x7e, 0x2f, 0x26, 0xdb, 0xb2, 0x5f, 0x57, + 0x0a, 0xf6, 0x8b, 0x37, 0x30, 0xf9, 0x3c, 0xcb, 0x94, 0x07, 0xe6, 0xac, 0xec, 0xff, 0x61, 0x41, + 0x65, 0x21, 0xf0, 0x37, 0xbc, 0xcd, 0x55, 0xa7, 0x75, 0x8c, 0x1f, 0xa6, 0x0e, 0x7d, 0x8c, 0x2b, + 0x6f, 0xfa, 0xd5, 0xbc, 0xa6, 0x8b, 0x06, 0xcd, 0xd0, 0xcd, 0x93, 0x6b, 0x05, 0x6a, 0x5d, 0xa2, + 0x20, 0xcc, 0x98, 0x4d, 0xbd, 0x06, 0x15, 0x45, 0x80, 0x26, 0xa0, 0xfc, 0x80, 0x70, 0x95, 0xb1, + 0x82, 0xe9, 0x4f, 0x74, 0x06, 0xfa, 0x77, 0x9c, 0x66, 0x5b, 0xcc, 0x56, 0xcc, 0xff, 0x7c, 0xb6, + 0x74, 0xdd, 0xb2, 0x7f, 0x60, 0xc1, 0x19, 0x55, 0xc9, 0x2d, 0xb2, 0x5b, 0x27, 0x4d, 0xd2, 0x88, + 0x83, 0x10, 0x7d, 0x60, 0xc1, 0x99, 0x66, 0xc6, 0x3a, 0x24, 0x46, 0xe3, 0x28, 0x2b, 0xd8, 0x33, + 0xa2, 0xe1, 0x67, 0xb2, 0xb0, 0x38, 0xb3, 0x36, 0xf4, 0x2c, 0xef, 0x0b, 0x9f, 0xbc, 0xc3, 0x82, + 0x41, 0xf9, 0x16, 0xd9, 0x65, 0x1d, 0xa3, 0xcd, 0x1f, 0x55, 0xcd, 0x3f, 0x09, 0xc9, 0x5b, 0x31, + 0x25, 0xef, 0x53, 0x05, 0x3f, 0x5f, 0x17, 0x99, 0xfb, 0x3b, 0x25, 0x38, 0xab, 0x68, 0x8c, 0xe5, + 0xf8, 0x09, 0x19, 0xfe, 0xde, 0xba, 0x7b, 0x8b, 0xec, 0xae, 0x05, 0x74, 0x3f, 0xcd, 0xee, 0x2e, + 0xba, 0x0a, 0xc3, 0x2e, 0xd9, 0x70, 0xda, 0xcd, 0x58, 0xa9, 0x8b, 0xfd, 0xdc, 0x8e, 0xa8, 0x26, + 0x60, 0xac, 0xd3, 0xd8, 0xbf, 0x55, 0x61, 0xb3, 0x32, 0x76, 0x3c, 0x9f, 0x84, 0x74, 0x83, 0xd6, + 0xb4, 0xfa, 0x11, 0x5d, 0xab, 0x17, 0x1a, 0xfc, 0x73, 0xd0, 0xef, 0x6d, 0xd3, 0x25, 0xbb, 0x64, + 0xae, 0xc4, 0xcb, 0x14, 0x88, 0x39, 0x0e, 0x3d, 0x0f, 0x83, 0x8d, 0x60, 0x7b, 0xdb, 0xf1, 0xdd, + 0xc9, 0x32, 0x53, 0x19, 0x86, 0xe9, 0xaa, 0xbe, 0xc0, 0x41, 0x58, 0xe2, 0xd0, 0x33, 0xd0, 0xe7, + 0x84, 0x9b, 0xd1, 0x64, 0x1f, 0xa3, 0x19, 0xa2, 0x35, 0xcd, 0x85, 0x9b, 0x11, 0x66, 0x50, 0xaa, + 0x0a, 0x3c, 0x0c, 0xc2, 0x07, 0x9e, 0xbf, 0x59, 0xf5, 0x42, 0xb6, 0xaf, 0x6b, 0xaa, 0xc0, 0x7d, + 0x85, 0xc1, 0x1a, 0x15, 0xaa, 0x41, 0x7f, 0x2b, 0x08, 0xe3, 0x68, 0x72, 0x80, 0x0d, 0xe7, 0x4b, + 0xb9, 0xd2, 0xc3, 0xfb, 0x5d, 0x0b, 0xc2, 0x38, 0xe9, 0x0a, 0xfd, 0x17, 0x61, 0xce, 0x08, 0x2d, + 0x40, 0x99, 0xf8, 0x3b, 0x93, 0x83, 0x8c, 0xdf, 0x27, 0x0f, 0xe7, 0xb7, 0xe8, 0xef, 0xdc, 0x73, + 0xc2, 0x64, 0x16, 0x2d, 0xfa, 0x3b, 0x98, 0x96, 0x46, 0x0d, 0xa8, 0x48, 0x47, 0x40, 0x34, 0x39, + 0x54, 0x44, 0xc0, 0xb0, 0x20, 0xc7, 0xe4, 0xfd, 0xb6, 0x17, 0x92, 0x6d, 0xe2, 0xc7, 0x51, 0xa2, + 0x0f, 0x4b, 0x6c, 0x84, 0x13, 0xbe, 0xa8, 0x01, 0x23, 0x5c, 0x7d, 0x58, 0x0d, 0xda, 0x7e, 0x1c, + 0x4d, 0x56, 0x58, 0x93, 0x73, 0x0c, 0xce, 0x7b, 0x49, 0x89, 0xf9, 0x33, 0x82, 0xfd, 0x88, 0x06, + 0x8c, 0xb0, 0xc1, 0x14, 0xbd, 0x03, 0xa3, 0x4d, 0x6f, 0x87, 0xf8, 0x24, 0x8a, 0x6a, 0x61, 0xb0, + 0x4e, 0x26, 0x81, 0xf5, 0xe6, 0xb9, 0x3c, 0xe3, 0x2b, 0x58, 0x27, 0xf3, 0xa7, 0xf6, 0xf7, 0xa6, + 0x47, 0x57, 0xf4, 0xd2, 0xd8, 0x64, 0x86, 0xde, 0x83, 0x31, 0xaa, 0xab, 0x78, 0x09, 0xfb, 0xe1, + 0xe2, 0xec, 0xd1, 0xfe, 0xde, 0xf4, 0x18, 0x36, 0x8a, 0xe3, 0x14, 0x3b, 0xb4, 0x06, 0x95, 0xa6, + 0xb7, 0x41, 0x1a, 0xbb, 0x8d, 0x26, 0x99, 0x1c, 0x61, 0xbc, 0x73, 0xa6, 0xdc, 0x8a, 0x24, 0xe7, + 0xfa, 0xa1, 0xfa, 0x8b, 0x13, 0x46, 0xe8, 0x1e, 0x9c, 0x8b, 0x49, 0xb8, 0xed, 0xf9, 0x0e, 0xdd, + 0xb4, 0x85, 0xf2, 0xc2, 0x2c, 0xdc, 0x51, 0x26, 0xb5, 0xe7, 0xc5, 0xc0, 0x9e, 0x5b, 0xcb, 0xa4, + 0xc2, 0x5d, 0x4a, 0xa3, 0x3b, 0x30, 0xce, 0xe6, 0x53, 0xad, 0xdd, 0x6c, 0xd6, 0x82, 0xa6, 0xd7, + 0xd8, 0x9d, 0x1c, 0x63, 0x0c, 0x9f, 0x97, 0x76, 0xeb, 0xb2, 0x89, 0xa6, 0x7a, 0x7d, 0xf2, 0x0f, + 0xa7, 0x4b, 0xa3, 0x26, 0x8c, 0x47, 0xa4, 0xd1, 0x0e, 0xbd, 0x78, 0x97, 0xca, 0x3e, 0x79, 0x14, + 0x4f, 0x8e, 0x17, 0xb1, 0x53, 0xea, 0x66, 0x21, 0xee, 0x34, 0x48, 0x01, 0x71, 0x9a, 0x35, 0x5d, + 0x2a, 0xa2, 0xd8, 0xf5, 0xfc, 0xc9, 0x09, 0xa6, 0x98, 0xaa, 0xf9, 0x55, 0xa7, 0x40, 0xcc, 0x71, + 0xcc, 0xec, 0xa3, 0x3f, 0xee, 0xd0, 0xb5, 0xf7, 0x14, 0x23, 0x4c, 0xcc, 0x3e, 0x89, 0xc0, 0x09, + 0x0d, 0xdd, 0xb0, 0xe2, 0x78, 0x77, 0x12, 0x31, 0x52, 0x35, 0xd5, 0xd6, 0xd6, 0xbe, 0x88, 0x29, + 0xdc, 0x5e, 0x87, 0x31, 0x35, 0xad, 0xd9, 0xe8, 0xa0, 0x69, 0xe8, 0xa7, 0x2b, 0x97, 0xb4, 0x5e, + 0x2a, 0xb4, 0x09, 0x74, 0x41, 0x8b, 0x30, 0x87, 0xb3, 0x26, 0x78, 0x5f, 0x23, 0xf3, 0xbb, 0x31, + 0xe1, 0x5a, 0x6c, 0x59, 0x6b, 0x82, 0x44, 0xe0, 0x84, 0xc6, 0xfe, 0xdf, 0x7c, 0x53, 0x4c, 0xd6, + 0x8e, 0x02, 0xeb, 0xe6, 0x65, 0x18, 0xda, 0x0a, 0xa2, 0x98, 0x52, 0xb3, 0x3a, 0xfa, 0x93, 0x5d, + 0xf0, 0xa6, 0x80, 0x63, 0x45, 0x81, 0x5e, 0x87, 0xd1, 0x86, 0x5e, 0x81, 0x58, 0xca, 0xcf, 0x8a, + 0x22, 0x66, 0xed, 0xd8, 0xa4, 0x45, 0xd7, 0x61, 0x88, 0xb9, 0xf2, 0x1a, 0x41, 0x53, 0xe8, 0xcb, + 0x72, 0x67, 0x1a, 0xaa, 0x09, 0xf8, 0x81, 0xf6, 0x1b, 0x2b, 0x6a, 0x6a, 0x75, 0xd0, 0x26, 0x2c, + 0xd7, 0xc4, 0x72, 0xab, 0xac, 0x8e, 0x9b, 0x0c, 0x8a, 0x05, 0xd6, 0xfe, 0xd5, 0x92, 0x36, 0xca, + 0x54, 0xe9, 0x23, 0xe8, 0x4b, 0x30, 0xf8, 0xd0, 0xf1, 0x62, 0xcf, 0xdf, 0x14, 0x3b, 0xe8, 0xcb, + 0x05, 0xd7, 0x5e, 0x56, 0xfc, 0x3e, 0x2f, 0xca, 0xf7, 0x09, 0xf1, 0x07, 0x4b, 0x86, 0x94, 0x77, + 0xd8, 0xf6, 0x7d, 0xca, 0xbb, 0xd4, 0x3b, 0x6f, 0xcc, 0x8b, 0x72, 0xde, 0xe2, 0x0f, 0x96, 0x0c, + 0xd1, 0x06, 0x80, 0x9c, 0x7d, 0xc4, 0x15, 0x2e, 0xb4, 0x9f, 0xea, 0x85, 0xfd, 0x9a, 0x2a, 0x3d, + 0x3f, 0x46, 0x77, 0xa6, 0xe4, 0x3f, 0xd6, 0x38, 0xdb, 0x6d, 0xa6, 0x88, 0x74, 0x36, 0x0b, 0xbd, + 0x43, 0x27, 0x80, 0x13, 0xc6, 0xc4, 0x9d, 0x8b, 0xc5, 0xd0, 0xbd, 0x54, 0x50, 0xa1, 0x5a, 0xf3, + 0xb6, 0x89, 0x3e, 0x5b, 0x04, 0x17, 0x9c, 0x30, 0xb4, 0xbf, 0x5f, 0x86, 0xc9, 0x6e, 0xed, 0xa5, + 0x32, 0x49, 0x1e, 0x79, 0xf1, 0x02, 0xd5, 0x15, 0x2c, 0x53, 0x26, 0x17, 0x05, 0x1c, 0x2b, 0x0a, + 0x2a, 0x1c, 0x91, 0xb7, 0xe9, 0x3b, 0x4d, 0x21, 0xbf, 0x4a, 0x38, 0xea, 0x0c, 0x8a, 0x05, 0x96, + 0xd2, 0x85, 0xc4, 0x89, 0x84, 0x0b, 0x57, 0x13, 0x22, 0xcc, 0xa0, 0x58, 0x60, 0x75, 0xf3, 0xaf, + 0x2f, 0xc7, 0xfc, 0x33, 0xc6, 0xa8, 0xff, 0x31, 0x8f, 0x11, 0x7a, 0x0f, 0x60, 0xc3, 0xf3, 0xbd, + 0x68, 0x8b, 0xb1, 0x1f, 0xe8, 0x9d, 0xbd, 0xd2, 0x4a, 0x96, 0x14, 0x1b, 0xac, 0xb1, 0x44, 0xaf, + 0xc2, 0xb0, 0x9a, 0xa1, 0xcb, 0xd5, 0xc9, 0x41, 0xd3, 0xf1, 0x97, 0x2c, 0x57, 0x55, 0xac, 0xd3, + 0xd9, 0x5f, 0x4d, 0x8b, 0x8c, 0x98, 0x18, 0xda, 0x08, 0x5b, 0x45, 0x47, 0xb8, 0x74, 0xf8, 0x08, + 0xdb, 0xff, 0xb1, 0x4c, 0x6d, 0x67, 0xad, 0xb2, 0x76, 0x54, 0x60, 0x51, 0x7b, 0x8b, 0xae, 0xf0, + 0x4e, 0x4c, 0xc4, 0xb4, 0xbc, 0xdc, 0xcb, 0xbc, 0xd1, 0xf7, 0x03, 0x3a, 0x1d, 0x38, 0x27, 0xb4, + 0x05, 0x95, 0xa6, 0x13, 0x31, 0x4b, 0x92, 0x88, 0xe9, 0xd8, 0x1b, 0xdb, 0x44, 0x0b, 0x77, 0xa2, + 0x58, 0xdb, 0x70, 0x79, 0x2d, 0x09, 0x73, 0xba, 0x3d, 0x51, 0xed, 0x40, 0x9e, 0x1c, 0xa8, 0xe6, + 0x50, 0x15, 0x62, 0x17, 0x73, 0x1c, 0xba, 0x0e, 0x23, 0x21, 0x61, 0xa2, 0xb2, 0x40, 0x15, 0x20, + 0x26, 0x7c, 0xfd, 0x89, 0xa6, 0x84, 0x35, 0x1c, 0x36, 0x28, 0x13, 0x45, 0x79, 0xe0, 0x10, 0x45, + 0xf9, 0x05, 0x18, 0x64, 0x3f, 0x94, 0x54, 0xa8, 0x2f, 0xb4, 0xcc, 0xc1, 0x58, 0xe2, 0xd3, 0x42, + 0x34, 0x54, 0x50, 0x88, 0x5e, 0x84, 0xb1, 0xaa, 0x43, 0xb6, 0x03, 0x7f, 0xd1, 0x77, 0x5b, 0x81, + 0xe7, 0xc7, 0x68, 0x12, 0xfa, 0xd8, 0x96, 0xc2, 0x67, 0x7c, 0x1f, 0xe5, 0x80, 0xfb, 0xa8, 0xb2, + 0x6b, 0xff, 0x1f, 0x0b, 0x46, 0xab, 0xa4, 0x49, 0x62, 0x72, 0xa7, 0xc5, 0xdc, 0x0f, 0x68, 0x09, + 0xd0, 0x66, 0xe8, 0x34, 0x48, 0x8d, 0x84, 0x5e, 0xe0, 0xd6, 0x49, 0x23, 0xf0, 0x99, 0xc3, 0x9d, + 0xee, 0x91, 0xe7, 0xf6, 0xf7, 0xa6, 0xd1, 0x8d, 0x0e, 0x2c, 0xce, 0x28, 0x81, 0x5c, 0x18, 0x6d, + 0x85, 0xc4, 0xf0, 0x97, 0x58, 0xf9, 0xfa, 0x79, 0x4d, 0x2f, 0xc2, 0xd5, 0x47, 0x03, 0x84, 0x4d, + 0xa6, 0xe8, 0xf3, 0x30, 0x11, 0x84, 0xad, 0x2d, 0xc7, 0xaf, 0x92, 0x16, 0xf1, 0x5d, 0xaa, 0x33, + 0x0b, 0xa7, 0xd8, 0x99, 0xfd, 0xbd, 0xe9, 0x89, 0x3b, 0x29, 0x1c, 0xee, 0xa0, 0xb6, 0x7f, 0xb9, + 0x04, 0x67, 0xab, 0xc1, 0x43, 0xff, 0xa1, 0x13, 0xba, 0x73, 0xb5, 0x65, 0xae, 0x08, 0x33, 0x27, + 0xa3, 0x74, 0x6e, 0x5a, 0x5d, 0x9d, 0x9b, 0x5f, 0x86, 0xa1, 0x0d, 0x8f, 0x34, 0x5d, 0x4c, 0x36, + 0x44, 0xf7, 0xae, 0x16, 0xf1, 0x68, 0x2c, 0xd1, 0x32, 0xd2, 0x2b, 0xc0, 0x7d, 0xab, 0x4b, 0x82, + 0x0d, 0x56, 0x0c, 0x51, 0x1b, 0x26, 0xa4, 0xa6, 0x2f, 0xb1, 0x62, 0x76, 0xbc, 0x5c, 0xcc, 0x90, + 0x30, 0xab, 0x61, 0xe3, 0x81, 0x53, 0x0c, 0x71, 0x47, 0x15, 0xd4, 0x42, 0xdb, 0xa6, 0xbb, 0x43, + 0x1f, 0x93, 0x15, 0x66, 0xa1, 0x31, 0x13, 0x92, 0x41, 0xed, 0x7f, 0x60, 0xc1, 0x53, 0x1d, 0xa3, + 0x25, 0xec, 0xeb, 0xb7, 0xa5, 0x61, 0xcb, 0x4f, 0x67, 0x72, 0x5a, 0x99, 0x39, 0xe6, 0xc5, 0x8c, + 0xdc, 0x52, 0x01, 0x23, 0xf7, 0x0e, 0x9c, 0x59, 0xdc, 0x6e, 0xc5, 0xbb, 0x55, 0xcf, 0xf4, 0xc9, + 0xbe, 0x06, 0x03, 0xdb, 0xc4, 0xf5, 0xda, 0xdb, 0xe2, 0xb3, 0x4e, 0xcb, 0x85, 0x74, 0x95, 0x41, + 0x0f, 0xf6, 0xa6, 0x47, 0xeb, 0x71, 0x10, 0x3a, 0x9b, 0x84, 0x03, 0xb0, 0x20, 0xb7, 0x3f, 0xb4, + 0x60, 0x5c, 0x4e, 0xa8, 0x39, 0xd7, 0x0d, 0x49, 0x14, 0xa1, 0x29, 0x28, 0x79, 0x2d, 0xc1, 0x08, + 0x04, 0xa3, 0xd2, 0x72, 0x0d, 0x97, 0xbc, 0x16, 0xfa, 0x12, 0x54, 0xb8, 0x2b, 0x3f, 0x11, 0x8e, + 0x1e, 0x8f, 0x06, 0x98, 0xf5, 0xb1, 0x26, 0x79, 0xe0, 0x84, 0x9d, 0xd4, 0x2c, 0xd9, 0x52, 0x5d, + 0x36, 0x1d, 0xcb, 0x37, 0x05, 0x1c, 0x2b, 0x0a, 0x74, 0x09, 0x86, 0xfc, 0xc0, 0xe5, 0xa7, 0x2c, + 0x7c, 0xdb, 0x65, 0x22, 0x77, 0x5b, 0xc0, 0xb0, 0xc2, 0xda, 0xdf, 0xb4, 0x60, 0x44, 0xf6, 0xb1, + 0xa0, 0x92, 0x4b, 0x27, 0x49, 0xa2, 0xe0, 0x26, 0x93, 0x84, 0x2a, 0xa9, 0x0c, 0x63, 0xe8, 0xa6, + 0xe5, 0x5e, 0x74, 0x53, 0xfb, 0xfb, 0x25, 0x18, 0x93, 0xcd, 0xa9, 0xb7, 0xd7, 0x23, 0x12, 0xa3, + 0x77, 0xa1, 0xe2, 0xf0, 0xc1, 0x27, 0x52, 0xce, 0xae, 0xe4, 0x59, 0xe8, 0xc6, 0x37, 0x4b, 0x14, + 0x83, 0x39, 0xc9, 0x07, 0x27, 0x2c, 0xd1, 0x0e, 0x9c, 0xf2, 0x83, 0x98, 0xed, 0x07, 0x0a, 0x5f, + 0xcc, 0x23, 0x9a, 0xae, 0xe7, 0x69, 0x51, 0xcf, 0xa9, 0xdb, 0x69, 0x7e, 0xb8, 0xb3, 0x0a, 0x74, + 0x47, 0x7a, 0x31, 0xca, 0xac, 0xae, 0x17, 0x8b, 0xd5, 0xd5, 0xdd, 0x89, 0x61, 0xff, 0xd0, 0x82, + 0x8a, 0x24, 0x3b, 0x4e, 0x9f, 0xf8, 0x7d, 0x18, 0x8c, 0xd8, 0xa7, 0x91, 0xc3, 0x74, 0xb9, 0x58, + 0xd3, 0xf9, 0xf7, 0x4c, 0x36, 0x3f, 0xfe, 0x3f, 0xc2, 0x92, 0x1b, 0x73, 0x43, 0xaa, 0x0e, 0x3c, + 0x79, 0x6e, 0x48, 0xd5, 0xb4, 0x2e, 0x6e, 0xc8, 0x5f, 0xb2, 0x60, 0x80, 0x3b, 0x87, 0x8a, 0x79, + 0xd8, 0x34, 0x5f, 0x72, 0xc2, 0xf1, 0x1e, 0x05, 0x0a, 0xd7, 0x32, 0xba, 0x0f, 0x15, 0xf6, 0x63, + 0x29, 0x0c, 0xb6, 0xc5, 0x46, 0xf0, 0x62, 0x11, 0xe7, 0x14, 0x5f, 0xf8, 0xf8, 0x6a, 0x72, 0x4f, + 0x32, 0xc0, 0x09, 0x2f, 0xfb, 0x07, 0x65, 0x3a, 0xeb, 0x13, 0x52, 0x63, 0x5b, 0xb3, 0x4e, 0x62, + 0x5b, 0x2b, 0x1d, 0xff, 0xb6, 0xf6, 0x3e, 0x8c, 0x37, 0x34, 0x9f, 0x7c, 0xb2, 0x99, 0x5e, 0x2b, + 0xe8, 0x6e, 0xd6, 0x1c, 0xf9, 0xdc, 0x19, 0xb2, 0x60, 0xb2, 0xc3, 0x69, 0xfe, 0x88, 0xc0, 0x08, + 0x3f, 0x50, 0x14, 0xf5, 0xf5, 0xe5, 0xca, 0x2c, 0xf7, 0xbb, 0xf0, 0x12, 0xaa, 0x32, 0x16, 0x74, + 0x52, 0xd7, 0x18, 0x61, 0x83, 0xad, 0xfd, 0xd7, 0xfa, 0xa1, 0x7f, 0x71, 0x87, 0xf8, 0xf1, 0x31, + 0xce, 0xf2, 0x6d, 0x18, 0xf3, 0xfc, 0x9d, 0xa0, 0xb9, 0x43, 0x5c, 0x8e, 0x3f, 0xda, 0x8e, 0x76, + 0x4e, 0x54, 0x32, 0xb6, 0x6c, 0x30, 0xc3, 0x29, 0xe6, 0xc7, 0x61, 0x4f, 0xbe, 0x05, 0x03, 0x5c, + 0x22, 0x84, 0x31, 0x99, 0xe3, 0x24, 0x65, 0x03, 0x2a, 0x66, 0x4e, 0x62, 0xf5, 0x72, 0xff, 0xac, + 0x60, 0x84, 0x1e, 0xc0, 0xd8, 0x86, 0x17, 0x46, 0x31, 0x35, 0x08, 0xa3, 0xd8, 0xd9, 0x6e, 0x1d, + 0xc5, 0x90, 0x54, 0x43, 0xb2, 0x64, 0xb0, 0xc2, 0x29, 0xd6, 0x68, 0x0b, 0x46, 0xa9, 0x1d, 0x93, + 0xd4, 0x35, 0xd8, 0x7b, 0x5d, 0xca, 0x97, 0xb4, 0xa2, 0x73, 0xc2, 0x26, 0x63, 0xba, 0x18, 0x35, + 0x98, 0xe1, 0x33, 0xc4, 0xb6, 0x74, 0xb5, 0x18, 0x71, 0x8b, 0x87, 0xe3, 0xe8, 0x9a, 0xc6, 0xce, + 0x8f, 0x2b, 0xe6, 0x9a, 0x96, 0x9c, 0x12, 0xdb, 0xdf, 0xa5, 0x1b, 0x10, 0x1d, 0xc5, 0x93, 0x58, + 0xbb, 0x6f, 0x9a, 0x6b, 0xf7, 0x73, 0x05, 0x3e, 0x6e, 0x97, 0x75, 0xfb, 0x2b, 0x30, 0xac, 0x7d, + 0x7b, 0x34, 0x0b, 0x95, 0x86, 0x3c, 0xea, 0x14, 0x0b, 0xb8, 0x52, 0x20, 0xd4, 0x19, 0x28, 0x4e, + 0x68, 0xe8, 0xc0, 0x50, 0xc5, 0x2b, 0x1d, 0x11, 0x41, 0xd5, 0x32, 0xcc, 0x30, 0xf6, 0xcb, 0x00, + 0x8b, 0x8f, 0x48, 0x63, 0xae, 0xc1, 0x0e, 0xe2, 0xb5, 0x73, 0x13, 0xab, 0xfb, 0xb9, 0x89, 0xfd, + 0x0e, 0x8c, 0x2e, 0x3e, 0xa2, 0x3b, 0xbb, 0x34, 0xd3, 0x2e, 0xc2, 0x00, 0x61, 0x00, 0xd6, 0xaa, + 0xa1, 0x44, 0x48, 0x39, 0x19, 0x16, 0x58, 0x76, 0x8c, 0xfe, 0xc8, 0x11, 0x13, 0x56, 0x33, 0x79, + 0x17, 0x29, 0x10, 0x73, 0x9c, 0xfd, 0x1d, 0x0b, 0xc6, 0x96, 0x16, 0x0c, 0x3d, 0x79, 0x06, 0x80, + 0xeb, 0x9b, 0xf7, 0xef, 0xdf, 0x96, 0x7e, 0x54, 0xee, 0xec, 0x52, 0x50, 0xac, 0x51, 0xa0, 0xa7, + 0xa1, 0xdc, 0x6c, 0xfb, 0x42, 0x0d, 0x1c, 0xdc, 0xdf, 0x9b, 0x2e, 0xaf, 0xb4, 0x7d, 0x4c, 0x61, + 0x5a, 0x60, 0x43, 0xb9, 0x70, 0x60, 0x43, 0x7e, 0x68, 0xdf, 0xb7, 0xcb, 0x30, 0xb1, 0xd4, 0x24, + 0x8f, 0x8c, 0x56, 0x5f, 0x84, 0x01, 0x37, 0xf4, 0x76, 0x48, 0x98, 0x76, 0x93, 0x54, 0x19, 0x14, + 0x0b, 0x6c, 0xe1, 0x58, 0x0b, 0x23, 0xce, 0xa4, 0x7c, 0xcc, 0x71, 0x26, 0xb9, 0x7d, 0x46, 0x1b, + 0x30, 0x18, 0xf0, 0xef, 0x3f, 0xd9, 0xcf, 0x04, 0xfd, 0xf5, 0xc3, 0x1b, 0x93, 0x1e, 0x9f, 0x19, + 0x21, 0x3d, 0xfc, 0xd0, 0x5b, 0x2d, 0x96, 0x02, 0x8a, 0x25, 0xf3, 0xa9, 0xcf, 0xc2, 0x88, 0x4e, + 0xd9, 0xd3, 0xe9, 0xf7, 0x5f, 0xb0, 0xe0, 0xf4, 0x52, 0x33, 0x68, 0x3c, 0x48, 0x05, 0xc3, 0xbc, + 0x0a, 0xc3, 0x74, 0xaa, 0x46, 0x46, 0x84, 0x98, 0x11, 0x0a, 0x27, 0x50, 0x58, 0xa7, 0xd3, 0x8a, + 0xdd, 0xbd, 0xbb, 0x5c, 0xcd, 0x8a, 0xa0, 0x13, 0x28, 0xac, 0xd3, 0xd9, 0xff, 0xc1, 0x82, 0x67, + 0x6f, 0x2c, 0x2c, 0xd6, 0xe8, 0x32, 0x12, 0xc5, 0xc4, 0x8f, 0x3b, 0x82, 0xf8, 0x2e, 0xc2, 0x40, + 0xcb, 0xd5, 0x9a, 0xa2, 0x44, 0xa0, 0x56, 0x65, 0xad, 0x10, 0xd8, 0x27, 0x25, 0x92, 0xf5, 0x97, + 0x2c, 0x38, 0x7d, 0xc3, 0x8b, 0x31, 0x69, 0x05, 0xe9, 0xb8, 0xbb, 0x90, 0xb4, 0x82, 0xc8, 0x8b, + 0x83, 0x70, 0x37, 0x1d, 0x77, 0x87, 0x15, 0x06, 0x6b, 0x54, 0xbc, 0xe6, 0x1d, 0x8f, 0x2e, 0xb0, + 0xa2, 0x53, 0x5a, 0xcd, 0x1c, 0x8e, 0x15, 0x05, 0xed, 0x98, 0xeb, 0x85, 0x4c, 0x17, 0xd9, 0x15, + 0x33, 0x58, 0x75, 0xac, 0x2a, 0x11, 0x38, 0xa1, 0xb1, 0xff, 0x96, 0x05, 0x67, 0x6f, 0x34, 0xdb, + 0x51, 0x4c, 0xc2, 0x8d, 0xc8, 0x68, 0xec, 0xcb, 0x50, 0x21, 0x52, 0x6f, 0x16, 0x6d, 0x55, 0x7b, + 0x92, 0x52, 0xa8, 0x79, 0xd0, 0x9f, 0xa2, 0x2b, 0x10, 0x63, 0xd6, 0x5b, 0x44, 0xd4, 0xbf, 0x28, + 0xc1, 0xe8, 0xcd, 0xb5, 0xb5, 0xda, 0x0d, 0x12, 0x8b, 0x35, 0x38, 0xdf, 0xd1, 0x53, 0xd3, 0xac, + 0xdc, 0xe1, 0x6b, 0x33, 0x5d, 0x66, 0x5d, 0x3b, 0xf6, 0x9a, 0x33, 0x3c, 0xc6, 0x7a, 0x66, 0xd9, + 0x8f, 0xef, 0x84, 0xf5, 0x38, 0xf4, 0xfc, 0xcd, 0x4c, 0xab, 0x58, 0xee, 0x13, 0xe5, 0x6e, 0xfb, + 0x04, 0x7a, 0x19, 0x06, 0xa2, 0xc6, 0x16, 0x51, 0x46, 0xfb, 0xc7, 0x95, 0x1a, 0xc2, 0xa0, 0x07, + 0x7b, 0xd3, 0x95, 0xbb, 0x78, 0x99, 0xff, 0xc1, 0x82, 0x14, 0xbd, 0x07, 0xc3, 0x5b, 0x71, 0xdc, + 0xba, 0x49, 0x1c, 0x97, 0x84, 0x72, 0x95, 0xc8, 0xd1, 0x02, 0xe9, 0x60, 0xf0, 0x02, 0xc9, 0xc4, + 0x4a, 0x60, 0x11, 0xd6, 0x39, 0xda, 0x75, 0x80, 0x04, 0xf7, 0x98, 0x4c, 0x1b, 0xfb, 0xcf, 0x97, + 0x60, 0xf0, 0xa6, 0xe3, 0xbb, 0x4d, 0x12, 0xa2, 0x25, 0xe8, 0x23, 0x8f, 0x48, 0xa3, 0x98, 0x02, + 0x9b, 0x6c, 0xa4, 0xdc, 0x53, 0x45, 0xff, 0x63, 0x56, 0x1e, 0x61, 0x18, 0xa4, 0xed, 0xbe, 0xa1, + 0x02, 0x33, 0x5f, 0xca, 0x1f, 0x05, 0x25, 0x12, 0x7c, 0x17, 0x16, 0x20, 0x2c, 0x19, 0x31, 0x9f, + 0x4e, 0xa3, 0x55, 0xa7, 0x8b, 0x5b, 0x5c, 0x2c, 0xf6, 0x7a, 0x6d, 0xa1, 0xc6, 0xc9, 0x05, 0x5f, + 0xee, 0xd3, 0x91, 0x40, 0x9c, 0xb0, 0xb3, 0xaf, 0xc3, 0x19, 0x76, 0x2a, 0xe8, 0xc4, 0x5b, 0xc6, + 0x9c, 0xc9, 0x15, 0x4e, 0xfb, 0xef, 0x96, 0xe0, 0xd4, 0x72, 0x7d, 0xa1, 0x6e, 0x7a, 0xe3, 0xae, + 0xc3, 0x08, 0xdf, 0x9e, 0xa9, 0xd0, 0x39, 0x4d, 0x51, 0x5e, 0xb9, 0xb1, 0xd7, 0x34, 0x1c, 0x36, + 0x28, 0xd1, 0xb3, 0x50, 0xf6, 0xde, 0xf7, 0xd3, 0xf1, 0x41, 0xcb, 0x6f, 0xdd, 0xc6, 0x14, 0x4e, + 0xd1, 0x74, 0xa7, 0xe7, 0x4b, 0x9c, 0x42, 0xab, 0xdd, 0xfe, 0x4d, 0x18, 0xf3, 0xa2, 0x46, 0xe4, + 0x2d, 0xfb, 0x74, 0xfe, 0x3b, 0x0d, 0x29, 0xbe, 0x89, 0xee, 0x4f, 0x9b, 0xaa, 0xb0, 0x38, 0x45, + 0xad, 0xad, 0xb7, 0xfd, 0x85, 0xb5, 0x85, 0xfc, 0x08, 0xcd, 0xaf, 0x42, 0x45, 0x45, 0xd2, 0xc8, + 0x00, 0x28, 0x2b, 0x3b, 0x00, 0xaa, 0xc0, 0x82, 0x23, 0x7d, 0xa4, 0xe5, 0x4c, 0x1f, 0xe9, 0x3f, + 0xb6, 0x20, 0x09, 0x1a, 0x40, 0x18, 0x2a, 0xad, 0x80, 0x1d, 0x40, 0x84, 0xf2, 0xb0, 0xef, 0xf9, + 0x1c, 0x49, 0xe4, 0x33, 0x81, 0xcb, 0x4a, 0x4d, 0x96, 0xc5, 0x09, 0x1b, 0xb4, 0x02, 0x83, 0xad, + 0x90, 0xd4, 0x63, 0x16, 0xe6, 0xdb, 0x03, 0x47, 0x26, 0xd5, 0x35, 0x5e, 0x12, 0x4b, 0x16, 0xf6, + 0xaf, 0x5b, 0x00, 0x2b, 0xde, 0xb6, 0x17, 0x63, 0xc7, 0xdf, 0x24, 0xc7, 0x68, 0x45, 0xde, 0x86, + 0xbe, 0xa8, 0x45, 0x1a, 0xc5, 0x8e, 0x8e, 0x92, 0x16, 0xd5, 0x5b, 0xa4, 0x91, 0x7c, 0x06, 0xfa, + 0x0f, 0x33, 0x3e, 0xf6, 0xaf, 0x00, 0x8c, 0x25, 0x64, 0x54, 0x8d, 0x47, 0x57, 0x8c, 0xb8, 0xd6, + 0xa7, 0x53, 0x71, 0xad, 0x15, 0x46, 0xad, 0x85, 0xb2, 0xc6, 0x50, 0xde, 0x76, 0x1e, 0x09, 0xab, + 0xe1, 0xd5, 0xa2, 0x0d, 0xa2, 0x35, 0xcd, 0xac, 0x3a, 0x8f, 0xb8, 0x1a, 0xf5, 0x92, 0x14, 0xa0, + 0x55, 0xe7, 0xd1, 0x01, 0x3f, 0x20, 0x62, 0x33, 0x90, 0x9a, 0x29, 0xdf, 0xf8, 0x4f, 0xc9, 0x7f, + 0xb6, 0x28, 0xd2, 0xea, 0x58, 0xad, 0x9e, 0x2f, 0x5c, 0x7d, 0x3d, 0xd6, 0xea, 0xf9, 0xe9, 0x5a, + 0x3d, 0xbf, 0x40, 0xad, 0x9e, 0x8f, 0x3e, 0xb0, 0x60, 0x50, 0x78, 0xc8, 0x59, 0xf8, 0xd5, 0xf0, + 0xb5, 0xcf, 0xf4, 0x54, 0xb5, 0x70, 0xb5, 0xf3, 0xea, 0x67, 0xa5, 0xee, 0x28, 0xa0, 0xb9, 0x4d, + 0x90, 0x55, 0xa3, 0x5f, 0xb4, 0x60, 0x4c, 0xfc, 0xc6, 0xe4, 0xfd, 0x36, 0x89, 0x62, 0xb1, 0x4b, + 0x7d, 0xfe, 0x28, 0xad, 0x11, 0x2c, 0x78, 0xa3, 0x7e, 0x4a, 0x2e, 0x31, 0x26, 0x32, 0xb7, 0x6d, + 0xa9, 0xf6, 0xa0, 0xef, 0x59, 0x70, 0x66, 0xdb, 0x79, 0xc4, 0x6b, 0xe4, 0x30, 0xec, 0xc4, 0x5e, + 0x20, 0x42, 0xcc, 0x96, 0x7a, 0x95, 0x93, 0x0e, 0x46, 0xbc, 0xb9, 0x6f, 0xc8, 0x63, 0xcb, 0x2c, + 0x92, 0xdc, 0x46, 0x67, 0xb6, 0x70, 0xca, 0x85, 0x21, 0x29, 0x98, 0x19, 0x5a, 0xfb, 0xbc, 0xbe, + 0x19, 0x1f, 0x3e, 0x03, 0xa5, 0x03, 0x6d, 0xe6, 0xad, 0xb6, 0xe3, 0xc7, 0x5e, 0xbc, 0xab, 0xe9, + 0xf8, 0xac, 0x16, 0x21, 0x88, 0xc7, 0x58, 0xcb, 0x16, 0x8c, 0xe8, 0x32, 0x77, 0x8c, 0x35, 0x05, + 0x70, 0x3a, 0x43, 0x9e, 0x8e, 0xb1, 0xc2, 0x36, 0x3c, 0xdd, 0x55, 0x2e, 0x8e, 0xaf, 0x5a, 0xfb, + 0x87, 0x96, 0xbe, 0x60, 0x9e, 0x84, 0x63, 0x66, 0xd5, 0x74, 0xcc, 0x5c, 0x2a, 0x3a, 0x75, 0xba, + 0x78, 0x67, 0x36, 0xf4, 0xf6, 0xd3, 0x9d, 0x00, 0xad, 0xc1, 0x40, 0x93, 0x42, 0xe4, 0x69, 0xd0, + 0xe5, 0x5e, 0x26, 0x67, 0xa2, 0x5c, 0x30, 0x78, 0x84, 0x05, 0x2f, 0xfb, 0x37, 0x2c, 0xe8, 0x3b, + 0x89, 0xe1, 0xa9, 0x99, 0xc3, 0xd3, 0x4d, 0x45, 0x15, 0x77, 0x3d, 0x67, 0xb0, 0xf3, 0x70, 0xf1, + 0x51, 0x4c, 0xfc, 0x88, 0xa9, 0x92, 0x99, 0x23, 0xf4, 0xcb, 0x25, 0x18, 0xa6, 0x15, 0x49, 0x3f, + 0xd1, 0xeb, 0x30, 0xda, 0x74, 0xd6, 0x49, 0x53, 0xba, 0x93, 0xd3, 0x66, 0xd7, 0x8a, 0x8e, 0xc4, + 0x26, 0x2d, 0x2d, 0xbc, 0xa1, 0x7b, 0xdb, 0x85, 0x4a, 0xa4, 0x0a, 0x1b, 0xae, 0x78, 0x6c, 0xd2, + 0x52, 0xcd, 0xff, 0xa1, 0x13, 0x37, 0xb6, 0x84, 0x49, 0xa6, 0x9a, 0x7b, 0x9f, 0x02, 0x31, 0xc7, + 0xa1, 0x39, 0x18, 0x97, 0x12, 0x7b, 0x8f, 0x0f, 0x9d, 0x50, 0x17, 0xd5, 0x3d, 0x3d, 0x6c, 0xa2, + 0x71, 0x9a, 0x1e, 0x7d, 0x16, 0xc6, 0xe8, 0xe0, 0x04, 0xed, 0x58, 0x06, 0x2b, 0xf4, 0xb3, 0x60, + 0x05, 0x16, 0x1c, 0xba, 0x66, 0x60, 0x70, 0x8a, 0xd2, 0x7e, 0x0f, 0x4e, 0xaf, 0x04, 0x8e, 0x3b, + 0xef, 0x34, 0x1d, 0xbf, 0x41, 0xc2, 0x65, 0x7f, 0x33, 0xf7, 0x5c, 0x57, 0x3f, 0x7b, 0x2d, 0xe5, + 0x9d, 0xbd, 0xda, 0x21, 0x20, 0xbd, 0x02, 0x11, 0x66, 0xf3, 0x0e, 0x0c, 0x7a, 0xbc, 0x2a, 0x21, + 0xb5, 0x57, 0xf3, 0x9c, 0x4a, 0x1d, 0x6d, 0xd4, 0xc2, 0x46, 0x38, 0x00, 0x4b, 0x96, 0xd4, 0x92, + 0xc8, 0xf2, 0x42, 0xe5, 0x1b, 0x6b, 0xf6, 0x5f, 0xb6, 0x60, 0xfc, 0x76, 0xea, 0x32, 0xd8, 0x45, + 0x18, 0x88, 0x48, 0x98, 0xe1, 0x52, 0xab, 0x33, 0x28, 0x16, 0xd8, 0xc7, 0x6e, 0xa6, 0xff, 0x5c, + 0x09, 0x2a, 0x2c, 0x66, 0xb3, 0xe5, 0x34, 0x8e, 0x53, 0x29, 0x5d, 0x35, 0x94, 0xd2, 0x1c, 0x23, + 0x51, 0x35, 0xa8, 0x9b, 0x4e, 0x8a, 0xee, 0xaa, 0xcb, 0x51, 0x85, 0xec, 0xc3, 0x84, 0x21, 0xbf, + 0x47, 0x33, 0x66, 0xde, 0xa5, 0x92, 0x17, 0xa7, 0xd8, 0x69, 0xa8, 0xa2, 0x7d, 0xf2, 0x4e, 0x43, + 0x55, 0xd3, 0xba, 0xac, 0x4a, 0x35, 0xad, 0xf5, 0x6c, 0xd9, 0xfe, 0x1c, 0x0b, 0xc0, 0x73, 0x9a, + 0xde, 0xd7, 0x88, 0xba, 0x64, 0x38, 0x2d, 0xe2, 0xe9, 0x04, 0xf4, 0x80, 0x2d, 0x30, 0xe2, 0x1f, + 0xbf, 0x3b, 0x9a, 0x14, 0xb1, 0x6f, 0xc2, 0x78, 0x6a, 0xec, 0xd0, 0xab, 0xd0, 0xdf, 0xda, 0x72, + 0x22, 0x92, 0x8a, 0xec, 0xe8, 0xaf, 0x51, 0xe0, 0xc1, 0xde, 0xf4, 0x98, 0x2a, 0xc0, 0x20, 0x98, + 0x53, 0xdb, 0x7f, 0x6c, 0x41, 0xdf, 0xed, 0xc0, 0x3d, 0x4e, 0x19, 0xbb, 0x69, 0xc8, 0xd8, 0xc5, + 0xfc, 0x1b, 0xe7, 0x5d, 0xc5, 0xab, 0x96, 0x12, 0xaf, 0x4b, 0x05, 0x78, 0x1d, 0x2e, 0x59, 0xdb, + 0x30, 0xcc, 0x6e, 0xb4, 0x8b, 0x90, 0x96, 0x97, 0x0d, 0x03, 0x6a, 0x3a, 0x65, 0x40, 0x8d, 0x6b, + 0xa4, 0x9a, 0x19, 0xf5, 0x02, 0x0c, 0x8a, 0x10, 0x8a, 0x74, 0xd4, 0xa1, 0xa0, 0xc5, 0x12, 0x6f, + 0xff, 0x5a, 0x19, 0x8c, 0x1b, 0xf4, 0xe8, 0x47, 0x16, 0xcc, 0x84, 0xfc, 0xca, 0x83, 0x5b, 0x6d, + 0x87, 0x9e, 0xbf, 0x59, 0x6f, 0x6c, 0x11, 0xb7, 0xdd, 0xf4, 0xfc, 0xcd, 0xe5, 0x4d, 0x3f, 0x50, + 0xe0, 0xc5, 0x47, 0xa4, 0xd1, 0x66, 0xde, 0xd5, 0xc2, 0x17, 0xf7, 0xd5, 0x19, 0xea, 0xb5, 0xfd, + 0xbd, 0xe9, 0x19, 0xdc, 0x53, 0x2d, 0xb8, 0xc7, 0x56, 0xa1, 0xdf, 0xb3, 0x60, 0x96, 0xdf, 0x21, + 0x2f, 0xde, 0x93, 0x42, 0x86, 0x67, 0x4d, 0x32, 0x4d, 0xd8, 0xad, 0x91, 0x70, 0x7b, 0xfe, 0x35, + 0x31, 0xc8, 0xb3, 0xb5, 0xde, 0x6a, 0xc5, 0xbd, 0x36, 0xd3, 0xfe, 0x57, 0x65, 0x18, 0xa5, 0xe3, + 0x99, 0xdc, 0x1f, 0x7d, 0xd5, 0x10, 0x93, 0x4f, 0xa4, 0xc4, 0xe4, 0x94, 0x41, 0xfc, 0x78, 0xae, + 0x8e, 0xc6, 0x70, 0xaa, 0xe9, 0x44, 0xf1, 0x4d, 0xe2, 0x84, 0xf1, 0x3a, 0x71, 0xd8, 0x81, 0xa5, + 0x98, 0x04, 0x3d, 0x1d, 0x82, 0xaa, 0xb8, 0x9c, 0x95, 0x34, 0x37, 0xdc, 0x59, 0x01, 0x7a, 0x08, + 0x88, 0x9d, 0x8e, 0x86, 0x8e, 0x1f, 0xf1, 0xce, 0x78, 0xc2, 0x21, 0xdb, 0x63, 0xb5, 0x53, 0xa2, + 0x5a, 0xb4, 0xd2, 0xc1, 0x0e, 0x67, 0x54, 0xa1, 0x1d, 0x81, 0xf7, 0x17, 0x3d, 0x02, 0x1f, 0xc8, + 0x09, 0xf8, 0xfd, 0x59, 0x0b, 0x4e, 0xd3, 0x0f, 0x63, 0x06, 0x87, 0x46, 0x28, 0x80, 0x71, 0xda, + 0x83, 0x26, 0x89, 0x25, 0x4c, 0xcc, 0xb0, 0x1c, 0x5d, 0xda, 0xe4, 0x93, 0x68, 0x6c, 0xb7, 0x4c, + 0x66, 0x38, 0xcd, 0xdd, 0xfe, 0x35, 0x0b, 0x58, 0xf4, 0xd9, 0x49, 0xec, 0x63, 0x37, 0xcc, 0x7d, + 0xcc, 0xce, 0x5f, 0x34, 0xba, 0x6c, 0x61, 0xaf, 0xc0, 0x04, 0xc5, 0xd6, 0xc2, 0xe0, 0xd1, 0xae, + 0x54, 0xae, 0xf3, 0x7d, 0xb3, 0x7f, 0xc9, 0xe2, 0xcb, 0x9d, 0xd2, 0x8a, 0x1f, 0xc2, 0x29, 0x5f, + 0xfb, 0x4f, 0x27, 0xb2, 0x54, 0x02, 0x67, 0x8a, 0x2f, 0x68, 0x6c, 0xfe, 0x6b, 0x11, 0x66, 0x29, + 0x86, 0xb8, 0xb3, 0x0e, 0xfb, 0xef, 0x59, 0xf0, 0x94, 0x4e, 0xa8, 0x5d, 0x33, 0xcb, 0x73, 0x88, + 0x56, 0x61, 0x28, 0x68, 0x91, 0xd0, 0x49, 0x2c, 0x80, 0x4b, 0x72, 0xc4, 0xef, 0x08, 0xf8, 0xc1, + 0xde, 0xf4, 0x19, 0x9d, 0xbb, 0x84, 0x63, 0x55, 0x12, 0xd9, 0x30, 0xc0, 0x2c, 0xd1, 0x48, 0x5c, + 0x10, 0x64, 0x99, 0x28, 0xd8, 0x31, 0x40, 0x84, 0x05, 0xc6, 0xfe, 0x2b, 0x16, 0x1f, 0x65, 0xbd, + 0xe9, 0xe8, 0xeb, 0x30, 0xb1, 0x4d, 0x8d, 0x85, 0xc5, 0x47, 0x2d, 0xba, 0x85, 0xb0, 0xe3, 0x4f, + 0xab, 0xc8, 0xc2, 0xd9, 0xa5, 0xbb, 0xf3, 0x93, 0xa2, 0xf5, 0x13, 0xab, 0x29, 0xb6, 0xb8, 0xa3, + 0x22, 0xfb, 0xf7, 0x85, 0xac, 0x32, 0xad, 0xe5, 0x05, 0x18, 0x6c, 0x05, 0xee, 0xc2, 0x72, 0x15, + 0x8b, 0xb1, 0x52, 0x93, 0xad, 0xc6, 0xc1, 0x58, 0xe2, 0xd1, 0x35, 0x00, 0xf2, 0x28, 0x26, 0xa1, + 0xef, 0x34, 0xd5, 0xb1, 0xa5, 0x52, 0x12, 0x16, 0x15, 0x06, 0x6b, 0x54, 0xb4, 0x4c, 0x2b, 0x0c, + 0x76, 0x3c, 0x97, 0x85, 0x7b, 0x97, 0xcd, 0x32, 0x35, 0x85, 0xc1, 0x1a, 0x15, 0x35, 0xd1, 0xda, + 0x7e, 0xc4, 0x17, 0x70, 0x67, 0x5d, 0x24, 0x50, 0x18, 0x4a, 0x4c, 0xb4, 0xbb, 0x3a, 0x12, 0x9b, + 0xb4, 0xf6, 0x6f, 0x57, 0x00, 0x12, 0x15, 0x01, 0x7d, 0x60, 0xc1, 0x50, 0xc3, 0x69, 0x39, 0x0d, + 0x9e, 0x1d, 0xa7, 0x9c, 0x7f, 0x2f, 0x26, 0x29, 0x3c, 0xb3, 0x20, 0x0a, 0x72, 0xdf, 0xd6, 0xa7, + 0xa5, 0x80, 0x48, 0x70, 0xae, 0x3f, 0x4b, 0xd5, 0x8c, 0xbe, 0x65, 0xc1, 0xb0, 0xd3, 0x6c, 0x06, + 0x0d, 0x27, 0x66, 0x3d, 0x2a, 0x15, 0x71, 0x56, 0x6a, 0x2d, 0x99, 0x4b, 0xca, 0xf2, 0xc6, 0xbc, + 0x2c, 0x4f, 0xb5, 0x34, 0x4c, 0x6e, 0x7b, 0xf4, 0x26, 0xa0, 0x4f, 0x4b, 0xd5, 0x92, 0x7f, 0x94, + 0xa9, 0xb4, 0x6a, 0x59, 0x61, 0x4b, 0x83, 0xa6, 0x55, 0xa2, 0xf7, 0x8c, 0x5c, 0x01, 0x7d, 0x45, + 0xee, 0xa6, 0x1a, 0x9b, 0x66, 0x5e, 0x9a, 0x00, 0xf4, 0x25, 0x3d, 0x12, 0xb6, 0xbf, 0xc8, 0xc5, + 0x4f, 0x4d, 0x77, 0xcb, 0x89, 0x82, 0x8d, 0x61, 0xdc, 0x35, 0x37, 0x09, 0x11, 0xda, 0x74, 0x35, + 0xbf, 0x86, 0xd4, 0xee, 0x92, 0x6c, 0x0b, 0x29, 0x04, 0x4e, 0x57, 0x81, 0xbe, 0xc4, 0xe3, 0x94, + 0x97, 0xfd, 0x8d, 0x40, 0x44, 0x37, 0x5d, 0x2e, 0xf0, 0xcd, 0x77, 0xa3, 0x98, 0x6c, 0xd3, 0x32, + 0xc9, 0x36, 0x70, 0x5b, 0x70, 0xc1, 0x8a, 0x1f, 0x5a, 0x83, 0x01, 0x76, 0xab, 0x22, 0x9a, 0x1c, + 0x2a, 0xe2, 0x26, 0x32, 0xef, 0x13, 0x26, 0x9b, 0x2f, 0xfb, 0x1b, 0x61, 0xc1, 0x0b, 0xdd, 0x94, + 0xf7, 0x6f, 0xa3, 0x65, 0xff, 0x6e, 0x44, 0xd8, 0xfd, 0xdb, 0xca, 0xfc, 0x27, 0x93, 0x0b, 0xb5, + 0x1c, 0x9e, 0x99, 0x1d, 0xc9, 0x28, 0x49, 0xf7, 0x60, 0xf1, 0x5f, 0x26, 0x5d, 0x9a, 0x84, 0x22, + 0x0d, 0x35, 0x53, 0x34, 0x25, 0x83, 0x7d, 0xcf, 0x64, 0x86, 0xd3, 0xdc, 0xa7, 0x3c, 0x18, 0x35, + 0x66, 0xec, 0x31, 0x3a, 0x3b, 0x9b, 0x30, 0x91, 0x9e, 0x92, 0xc7, 0xe8, 0xe3, 0xfc, 0xa3, 0x3e, + 0x18, 0x33, 0x05, 0x03, 0xcd, 0x42, 0x65, 0x9b, 0xa5, 0x44, 0x4a, 0x12, 0xb1, 0x28, 0xf9, 0x5f, + 0x95, 0x08, 0x9c, 0xd0, 0xb0, 0x94, 0x34, 0xac, 0xb8, 0x16, 0x73, 0x92, 0xa4, 0xa4, 0x51, 0x18, + 0xac, 0x51, 0x51, 0x85, 0x6d, 0x3d, 0x08, 0x62, 0xb5, 0x70, 0x2b, 0x99, 0x99, 0x67, 0x50, 0x2c, + 0xb0, 0x74, 0xc1, 0x7e, 0x40, 0x3b, 0xd4, 0x34, 0xfd, 0x5d, 0x6a, 0xc1, 0xbe, 0xa5, 0x23, 0xb1, + 0x49, 0x4b, 0x37, 0xa0, 0x20, 0x62, 0x42, 0x28, 0xd4, 0xc2, 0x24, 0x86, 0xa7, 0xce, 0x6f, 0x19, + 0x49, 0x3c, 0xfa, 0x22, 0x3c, 0xa5, 0x2e, 0x05, 0x61, 0xee, 0x3f, 0x94, 0x35, 0x0e, 0x18, 0xb6, + 0xdd, 0x53, 0x0b, 0xd9, 0x64, 0xb8, 0x5b, 0x79, 0xf4, 0x26, 0x8c, 0x09, 0x95, 0x4e, 0x72, 0x1c, + 0x34, 0x8f, 0x78, 0x6f, 0x19, 0x58, 0x9c, 0xa2, 0x46, 0x55, 0x98, 0xa0, 0x10, 0xa6, 0x4a, 0x49, + 0x0e, 0xfc, 0x72, 0x93, 0xda, 0x99, 0x6f, 0xa5, 0xf0, 0xb8, 0xa3, 0x04, 0x9a, 0x83, 0x71, 0xae, + 0x5b, 0x50, 0x0b, 0x86, 0x7d, 0x07, 0x11, 0x8d, 0xa8, 0x26, 0xc1, 0x1d, 0x13, 0x8d, 0xd3, 0xf4, + 0xe8, 0x3a, 0x8c, 0x38, 0x61, 0x63, 0xcb, 0x8b, 0x49, 0x23, 0x6e, 0x87, 0xfc, 0x66, 0xbb, 0x76, + 0x46, 0x3e, 0xa7, 0xe1, 0xb0, 0x41, 0x69, 0x7f, 0x0d, 0x4e, 0x67, 0x04, 0x3d, 0x53, 0xc1, 0x71, + 0x5a, 0x9e, 0xec, 0x53, 0x2a, 0x1a, 0x67, 0xae, 0xb6, 0x2c, 0x7b, 0xa3, 0x51, 0x51, 0xe9, 0x64, + 0x8e, 0x53, 0x2d, 0x3f, 0x9a, 0x92, 0xce, 0x25, 0x89, 0xc0, 0x09, 0x8d, 0xfd, 0x5f, 0x2b, 0xa0, + 0xb9, 0x19, 0x0a, 0xc4, 0x60, 0x5c, 0x87, 0x11, 0x99, 0xf2, 0x4f, 0x4b, 0xb5, 0xa5, 0xba, 0x79, + 0x43, 0xc3, 0x61, 0x83, 0x92, 0xb6, 0xcd, 0x97, 0x4e, 0x93, 0x74, 0xec, 0x8f, 0xf2, 0xa6, 0xe0, + 0x84, 0x06, 0x5d, 0x86, 0xa1, 0x88, 0x34, 0x37, 0x56, 0x3c, 0xff, 0x81, 0x10, 0x6c, 0xb5, 0x2a, + 0xd7, 0x05, 0x1c, 0x2b, 0x0a, 0xf4, 0x79, 0x28, 0xb7, 0x3d, 0x57, 0x88, 0xf2, 0x8c, 0xd4, 0x3b, + 0xef, 0x2e, 0x57, 0x0f, 0xf6, 0xa6, 0xa7, 0xb3, 0xf3, 0x18, 0x52, 0x33, 0x32, 0x9a, 0xa1, 0x93, + 0x8f, 0x16, 0xcd, 0xf2, 0x1f, 0x0f, 0xf4, 0xe8, 0x3f, 0xbe, 0x06, 0x20, 0xfa, 0x2c, 0x25, 0xb9, + 0x9c, 0x7c, 0xb3, 0x1b, 0x0a, 0x83, 0x35, 0x2a, 0x6a, 0x8c, 0x36, 0x42, 0xe2, 0x48, 0x6b, 0x8d, + 0x47, 0xe4, 0x0e, 0x7d, 0x04, 0x63, 0x74, 0x21, 0xcd, 0x0d, 0x77, 0x56, 0x80, 0x5a, 0x70, 0xca, + 0xa5, 0xf3, 0xc8, 0xa8, 0xb5, 0x72, 0x84, 0x38, 0x60, 0x5a, 0x63, 0x35, 0xcd, 0x09, 0x77, 0x32, + 0x47, 0xef, 0xc2, 0x94, 0x04, 0x76, 0x5e, 0xfb, 0x63, 0xd3, 0xa5, 0x3c, 0x7f, 0x7e, 0x7f, 0x6f, + 0x7a, 0xaa, 0xda, 0x95, 0x0a, 0x1f, 0xc2, 0x01, 0xbd, 0x03, 0x03, 0xec, 0xc4, 0x21, 0x9a, 0x1c, + 0x66, 0xbb, 0xdd, 0x2b, 0x45, 0x1d, 0x6e, 0x33, 0xec, 0xdc, 0x42, 0x04, 0x32, 0x26, 0xa7, 0x38, + 0x0c, 0x88, 0x05, 0x4f, 0xd4, 0x82, 0x61, 0xc7, 0xf7, 0x83, 0xd8, 0xe1, 0x4a, 0xd8, 0x48, 0x11, + 0x3d, 0x52, 0xab, 0x62, 0x2e, 0x29, 0xcb, 0xeb, 0x51, 0xd1, 0x51, 0x1a, 0x06, 0xeb, 0x55, 0xd0, + 0x6d, 0x3c, 0x78, 0x48, 0x17, 0x4c, 0xe9, 0x74, 0x8f, 0x26, 0x47, 0x8b, 0x6c, 0xe3, 0x77, 0x8c, + 0x42, 0xda, 0x0a, 0x66, 0x32, 0xc3, 0x69, 0xee, 0x68, 0xc6, 0xf0, 0xa3, 0x8e, 0x25, 0x61, 0xba, + 0x89, 0x1f, 0x55, 0x77, 0x9b, 0xb2, 0x2b, 0xa5, 0x3c, 0x34, 0x8f, 0xad, 0x04, 0xe3, 0xa9, 0x2b, + 0xa5, 0x09, 0x0a, 0xeb, 0x74, 0x53, 0x9f, 0x81, 0x61, 0x6d, 0xc0, 0x7b, 0x89, 0x07, 0x9d, 0x7a, + 0x13, 0x26, 0xd2, 0x03, 0xd9, 0x53, 0x3c, 0xe9, 0x7f, 0x2f, 0xc1, 0x78, 0xc6, 0x49, 0xc6, 0x03, + 0x8f, 0x45, 0x4c, 0x1b, 0x4b, 0xde, 0x2d, 0xcf, 0x77, 0x31, 0xc3, 0x98, 0x0b, 0x57, 0xa9, 0xc0, + 0xc2, 0x25, 0x57, 0xd1, 0x72, 0xd7, 0x55, 0x54, 0x2c, 0x56, 0x7d, 0x47, 0x5f, 0xac, 0xcc, 0xdd, + 0xa1, 0xbf, 0xd0, 0xee, 0xf0, 0x18, 0x16, 0x38, 0x63, 0x83, 0x19, 0x2c, 0xb0, 0xc1, 0x1c, 0x58, + 0x30, 0x66, 0x4a, 0x5e, 0x81, 0x11, 0x7f, 0x52, 0x07, 0x70, 0x86, 0x19, 0x62, 0x71, 0x18, 0x34, + 0x9b, 0x24, 0x14, 0x91, 0x62, 0x63, 0xc2, 0xae, 0x12, 0x50, 0xac, 0x51, 0xd8, 0xbf, 0x58, 0x82, + 0x89, 0x24, 0x6c, 0x58, 0xa4, 0x3e, 0x3d, 0xbe, 0xa3, 0x81, 0x35, 0xe3, 0x68, 0x20, 0x2f, 0xa3, + 0x69, 0xaa, 0x5d, 0x5d, 0x8f, 0x09, 0xde, 0x49, 0x1d, 0x13, 0xbc, 0xd2, 0x23, 0xdf, 0xc3, 0x8f, + 0x0c, 0xfe, 0x49, 0x09, 0xce, 0xa6, 0x8b, 0x2c, 0x34, 0x1d, 0x6f, 0xfb, 0x18, 0xc7, 0xe9, 0x8b, + 0xc6, 0x38, 0xbd, 0xd6, 0x5b, 0x7f, 0x58, 0xe3, 0xba, 0x0e, 0x96, 0x93, 0x1a, 0xac, 0xcf, 0x1c, + 0x85, 0xf9, 0xe1, 0x23, 0xf6, 0x3b, 0x16, 0x3c, 0x9d, 0x59, 0xee, 0x24, 0x5c, 0xa0, 0x6f, 0x9b, + 0x2e, 0xd0, 0x97, 0x8f, 0xd0, 0xbd, 0x2e, 0x3e, 0xd1, 0xff, 0x5c, 0xea, 0xd2, 0x2d, 0xe6, 0x2d, + 0xbb, 0x03, 0xc3, 0x4e, 0xa3, 0x41, 0xa2, 0x68, 0x35, 0x70, 0x55, 0x2e, 0x9e, 0x2b, 0x6c, 0xff, + 0x4c, 0xc0, 0x07, 0x7b, 0xd3, 0x53, 0x69, 0x16, 0x09, 0x1a, 0xeb, 0x1c, 0xcc, 0x9c, 0x5a, 0xa5, + 0x63, 0xca, 0xa9, 0x75, 0x0d, 0x60, 0x47, 0x59, 0xe9, 0x69, 0x27, 0x9c, 0x66, 0xbf, 0x6b, 0x54, + 0xe8, 0x5d, 0xa6, 0xf5, 0xf2, 0x10, 0x89, 0xbe, 0xdc, 0x09, 0x67, 0x7c, 0x40, 0x3d, 0xde, 0x82, + 0xdf, 0x99, 0x54, 0x1e, 0x4b, 0xc5, 0xd3, 0xfe, 0x6e, 0x19, 0x3e, 0x7e, 0x88, 0xd8, 0xa1, 0x39, + 0xf3, 0xe4, 0xf3, 0xa5, 0xb4, 0x7b, 0x6a, 0x2a, 0xb3, 0xb0, 0xe1, 0xaf, 0x4a, 0x7d, 0xac, 0xd2, + 0x47, 0xfe, 0x58, 0xdf, 0xd6, 0x9d, 0x89, 0x3c, 0xd4, 0xf1, 0xc6, 0x91, 0x27, 0xd6, 0xe3, 0xf3, + 0x2e, 0x9e, 0xa0, 0xe3, 0xc3, 0xfe, 0x86, 0x05, 0x9f, 0xc8, 0xec, 0x94, 0x11, 0x60, 0x31, 0x0b, + 0x95, 0x06, 0x05, 0x6a, 0x77, 0x51, 0x92, 0x2b, 0x66, 0x12, 0x81, 0x13, 0x1a, 0x23, 0x8e, 0xa2, + 0x94, 0x1b, 0x47, 0xf1, 0x6f, 0x2d, 0x38, 0x93, 0x6e, 0xc4, 0x49, 0xac, 0x3a, 0x75, 0x73, 0xd5, + 0x99, 0xe9, 0xed, 0xdb, 0x77, 0x59, 0x70, 0x7e, 0x61, 0x04, 0xce, 0x75, 0x6c, 0x56, 0x7c, 0x18, + 0x7f, 0xc6, 0x82, 0x53, 0x9b, 0xcc, 0xbe, 0xd0, 0x6e, 0xfc, 0x88, 0x8e, 0xe5, 0x5c, 0x93, 0x3a, + 0xf4, 0xa2, 0x10, 0xb7, 0x96, 0x3a, 0x48, 0x70, 0x67, 0x65, 0xe8, 0x9b, 0x16, 0x9c, 0x71, 0x1e, + 0x46, 0x1d, 0x79, 0xf4, 0x85, 0x1c, 0xbd, 0x99, 0xe3, 0xca, 0xcb, 0xc9, 0xc0, 0x3f, 0x3f, 0xb9, + 0xbf, 0x37, 0x7d, 0x26, 0x8b, 0x0a, 0x67, 0xd6, 0x8a, 0xde, 0x11, 0xf9, 0xc7, 0xa8, 0xda, 0x57, + 0xe8, 0xee, 0x5a, 0xd6, 0xfd, 0x03, 0xbe, 0x26, 0x49, 0x0c, 0x56, 0x1c, 0xd1, 0x57, 0xa0, 0xb2, + 0x29, 0x2f, 0xf9, 0x88, 0x45, 0x2f, 0x67, 0x67, 0xc9, 0xbc, 0x13, 0xc4, 0xa3, 0xdc, 0x15, 0x0a, + 0x27, 0x4c, 0xd1, 0x4d, 0x28, 0xfb, 0x1b, 0x91, 0xb8, 0xaf, 0x9b, 0x17, 0x47, 0x63, 0x46, 0x2d, + 0xf1, 0x1b, 0x88, 0xb7, 0x97, 0xea, 0x98, 0xb2, 0xa0, 0x9c, 0xc2, 0x75, 0x57, 0xf8, 0xb0, 0x73, + 0x38, 0xe1, 0xf9, 0x6a, 0x27, 0x27, 0x3c, 0x5f, 0xc5, 0x94, 0x05, 0x0b, 0xd8, 0x8b, 0x1a, 0x91, + 0x27, 0x1c, 0xd4, 0x39, 0x97, 0xb9, 0x3b, 0x6e, 0x65, 0xf0, 0x54, 0x74, 0x0c, 0x8c, 0x39, 0x23, + 0xb4, 0x06, 0x03, 0x0d, 0x96, 0x3a, 0x5a, 0xf8, 0x0f, 0xf2, 0x12, 0x0a, 0x77, 0xa4, 0x99, 0xe6, + 0x07, 0x69, 0x1c, 0x8e, 0x05, 0x2f, 0xc6, 0x95, 0xb4, 0xb6, 0x36, 0x22, 0xe1, 0x1f, 0xc8, 0xe3, + 0xda, 0x91, 0x04, 0x5c, 0x70, 0x65, 0x70, 0x2c, 0x78, 0xa1, 0x2a, 0x94, 0x36, 0x1a, 0x22, 0xff, + 0x63, 0x8e, 0x45, 0x6b, 0x5e, 0x27, 0x9d, 0x1f, 0xd8, 0xdf, 0x9b, 0x2e, 0x2d, 0x2d, 0xe0, 0xd2, + 0x46, 0x03, 0xbd, 0x0d, 0x83, 0x1b, 0xfc, 0x82, 0xa0, 0xc8, 0xf5, 0x78, 0x35, 0xef, 0x16, 0x63, + 0xc7, 0x6d, 0x42, 0x7e, 0x93, 0x41, 0x20, 0xb0, 0x64, 0x87, 0xde, 0x05, 0xd8, 0x50, 0x57, 0x1e, + 0x45, 0xb2, 0xc7, 0x99, 0xde, 0xae, 0x48, 0x0a, 0xeb, 0x59, 0x41, 0xb1, 0xc6, 0x91, 0xca, 0xbc, + 0x23, 0xb3, 0xdf, 0xb3, 0x44, 0x8f, 0xb9, 0x32, 0x9f, 0x99, 0x2c, 0x9f, 0xcb, 0xbc, 0x42, 0xe1, + 0x84, 0x29, 0x6a, 0xc3, 0xe8, 0x4e, 0xd4, 0xda, 0x22, 0x72, 0xea, 0xb3, 0xec, 0x8f, 0xc3, 0xd7, + 0xde, 0xc8, 0x49, 0xe9, 0x29, 0x8a, 0x78, 0x61, 0xdc, 0x76, 0x9a, 0x1d, 0x2b, 0x18, 0x4b, 0xa3, + 0x74, 0x4f, 0x67, 0x8b, 0xcd, 0x5a, 0xe8, 0x27, 0x79, 0xbf, 0x1d, 0xac, 0xef, 0xc6, 0x44, 0x64, + 0x87, 0xcc, 0xf9, 0x24, 0x6f, 0x71, 0xe2, 0xce, 0x4f, 0x22, 0x10, 0x58, 0xb2, 0x53, 0x43, 0xc6, + 0x56, 0xe3, 0x89, 0xc2, 0x43, 0xd6, 0xd1, 0x87, 0x64, 0xc8, 0xd8, 0xea, 0x9b, 0x30, 0xb5, 0x7f, + 0xbf, 0xbf, 0x73, 0x83, 0x63, 0xfa, 0xe7, 0xcf, 0x77, 0x1e, 0x67, 0x7e, 0xbe, 0x77, 0xfb, 0xea, + 0x31, 0x1e, 0x6c, 0x7e, 0xd3, 0x82, 0x73, 0xad, 0xcc, 0xdd, 0x4b, 0xec, 0x10, 0xbd, 0x9a, 0x69, + 0x7c, 0x68, 0x54, 0xae, 0xd1, 0x6c, 0x3c, 0xee, 0x52, 0x67, 0x5a, 0xe5, 0x2b, 0x7f, 0x64, 0x95, + 0xef, 0x3e, 0x0c, 0x31, 0x2d, 0x25, 0x49, 0x76, 0xd1, 0x63, 0x7e, 0x08, 0xb6, 0xd7, 0x2c, 0x08, + 0x16, 0x58, 0x31, 0xa3, 0x03, 0xf7, 0x6c, 0xba, 0x13, 0x98, 0x30, 0xb4, 0x48, 0x92, 0xca, 0x7d, + 0x01, 0x4b, 0x62, 0x24, 0x9e, 0xad, 0x1d, 0x46, 0x7c, 0x90, 0x47, 0x80, 0x0f, 0xaf, 0xec, 0x24, + 0x55, 0xc8, 0x7f, 0x68, 0x65, 0x28, 0x3c, 0x5c, 0xe9, 0x7f, 0xc3, 0x54, 0xfa, 0x2f, 0xa6, 0x95, + 0xfe, 0x0e, 0x13, 0xdd, 0xd0, 0xf7, 0x8b, 0x27, 0x0a, 0x2c, 0x9a, 0x8d, 0xc3, 0xfe, 0x5f, 0x16, + 0x94, 0x6b, 0x81, 0x7b, 0x8c, 0x4e, 0x80, 0x1b, 0x86, 0x13, 0xe0, 0xf9, 0xdc, 0x67, 0x6f, 0xba, + 0x9a, 0xfc, 0x77, 0x52, 0x26, 0xff, 0xa7, 0xf2, 0x59, 0x1d, 0x6e, 0xe0, 0x7f, 0xaf, 0x0c, 0xfa, + 0xc3, 0x3d, 0xe8, 0xb7, 0x8e, 0x12, 0xd5, 0x58, 0x2e, 0xf6, 0x96, 0x8f, 0xa8, 0x83, 0xc5, 0x00, + 0xc9, 0x2b, 0x4f, 0x7f, 0x62, 0x83, 0x1b, 0xef, 0x13, 0x6f, 0x73, 0x2b, 0x26, 0x6e, 0xba, 0x63, + 0x27, 0x17, 0xdc, 0xf8, 0x5f, 0x2c, 0x18, 0x4f, 0xd5, 0x8e, 0xb6, 0xb3, 0x6e, 0x4d, 0x1c, 0xd5, + 0xaa, 0x3f, 0x95, 0x7b, 0xcf, 0x62, 0x06, 0x40, 0x79, 0xa2, 0xa5, 0xed, 0xcd, 0xf4, 0x10, 0xe5, + 0xaa, 0x8e, 0xb0, 0x46, 0x81, 0x5e, 0x85, 0xe1, 0x38, 0x68, 0x05, 0xcd, 0x60, 0x73, 0xf7, 0x16, + 0x91, 0x97, 0xf2, 0x95, 0x17, 0x7f, 0x2d, 0x41, 0x61, 0x9d, 0xce, 0xfe, 0x41, 0x19, 0xd2, 0xef, + 0x3e, 0xfd, 0x7f, 0x41, 0xfd, 0x93, 0x23, 0xa8, 0xbf, 0x6b, 0xc1, 0x04, 0xad, 0x9d, 0x85, 0x70, + 0xc8, 0x10, 0x44, 0x95, 0x71, 0xdb, 0x3a, 0x24, 0xe3, 0xf6, 0x45, 0xba, 0xdc, 0xb9, 0x41, 0x5b, + 0x66, 0x81, 0xd1, 0x56, 0x31, 0x0a, 0xc5, 0x02, 0x2b, 0xe8, 0x48, 0x18, 0x8a, 0xfb, 0x19, 0x3a, + 0x1d, 0x09, 0x43, 0x2c, 0xb0, 0x32, 0x21, 0x77, 0x5f, 0x76, 0x42, 0x6e, 0x9e, 0x34, 0x47, 0x84, + 0x0e, 0x88, 0x9d, 0x59, 0x4b, 0x9a, 0x23, 0x63, 0x0a, 0x12, 0x1a, 0xfb, 0x9f, 0x95, 0x61, 0xa4, + 0x16, 0xb8, 0x49, 0x78, 0xf1, 0x2b, 0x46, 0x78, 0xf1, 0x85, 0x54, 0x78, 0xf1, 0x84, 0x4e, 0xfb, + 0x78, 0xa2, 0x8b, 0x45, 0x7a, 0x25, 0x96, 0x32, 0xfe, 0xa8, 0x91, 0xc5, 0x46, 0x7a, 0x25, 0xc5, + 0x09, 0x9b, 0x8c, 0xff, 0x54, 0x45, 0x14, 0xff, 0xb1, 0x05, 0x63, 0xb5, 0xc0, 0xa5, 0x22, 0xfa, + 0xa7, 0x49, 0x1e, 0xf5, 0xa4, 0x4c, 0x03, 0x87, 0x24, 0x65, 0xfa, 0x55, 0x0b, 0x06, 0x6b, 0x81, + 0x7b, 0x12, 0xde, 0xb4, 0x25, 0xd3, 0x9b, 0xf6, 0x89, 0xdc, 0xc5, 0xb7, 0x8b, 0x03, 0xed, 0x37, + 0xca, 0x30, 0x4a, 0x9b, 0x1c, 0x6c, 0xca, 0x0f, 0x66, 0x0c, 0x8e, 0x55, 0x60, 0x70, 0x2e, 0xc2, + 0xc0, 0x46, 0xd0, 0x6c, 0x06, 0x0f, 0xd3, 0x1f, 0x6f, 0x89, 0x41, 0xb1, 0xc0, 0xa2, 0xcb, 0x30, + 0xd4, 0x0a, 0xc9, 0x8e, 0x17, 0xb4, 0xa3, 0xf4, 0x75, 0xaf, 0x9a, 0x80, 0x63, 0x45, 0x81, 0x5e, + 0x81, 0x91, 0xc8, 0xf3, 0x1b, 0x44, 0xc6, 0x16, 0xf4, 0xb1, 0xd8, 0x02, 0x9e, 0xfb, 0x4e, 0x83, + 0x63, 0x83, 0x0a, 0xbd, 0x0d, 0x15, 0xf6, 0x9f, 0xcd, 0xa1, 0x23, 0x64, 0x09, 0xe7, 0x89, 0x99, + 0x24, 0x07, 0x9c, 0x30, 0x43, 0xd7, 0x00, 0x62, 0x19, 0x06, 0x11, 0x89, 0x63, 0x43, 0xa5, 0x9c, + 0xaa, 0x00, 0x89, 0x08, 0x6b, 0x54, 0xe8, 0x25, 0xa8, 0xc4, 0x8e, 0xd7, 0x5c, 0xf1, 0x7c, 0x12, + 0x89, 0x40, 0x12, 0x91, 0xc3, 0x55, 0x00, 0x71, 0x82, 0xa7, 0x7b, 0x3e, 0xbb, 0x6c, 0xca, 0xdf, + 0x20, 0x18, 0x62, 0xd4, 0x6c, 0xcf, 0x5f, 0x51, 0x50, 0xac, 0x51, 0xd8, 0x2f, 0xb3, 0xbd, 0xbb, + 0xc7, 0xf0, 0xf3, 0x9f, 0x94, 0x00, 0xd5, 0x58, 0xb8, 0x85, 0xf1, 0x4c, 0xc3, 0x16, 0x8c, 0x45, + 0x64, 0xc5, 0xf3, 0xdb, 0x8f, 0x04, 0xab, 0x62, 0x01, 0xff, 0xf5, 0x45, 0xbd, 0x0c, 0xbf, 0x60, + 0x69, 0xc2, 0x70, 0x8a, 0x2f, 0x1d, 0x92, 0xb0, 0xed, 0xcf, 0x45, 0x77, 0x23, 0x12, 0x8a, 0x87, + 0x16, 0xd8, 0x90, 0x60, 0x09, 0xc4, 0x09, 0x9e, 0xca, 0x00, 0xfb, 0x73, 0x3b, 0xf0, 0x71, 0x10, + 0xc4, 0x52, 0x6a, 0x58, 0xd6, 0x6d, 0x0d, 0x8e, 0x0d, 0x2a, 0xb4, 0x04, 0x28, 0x6a, 0xb7, 0x5a, + 0x4d, 0x76, 0xba, 0xe3, 0x34, 0x6f, 0x84, 0x41, 0xbb, 0xc5, 0x23, 0x6e, 0x45, 0xc2, 0xea, 0x7a, + 0x07, 0x16, 0x67, 0x94, 0xa0, 0x93, 0x7e, 0x23, 0x62, 0xbf, 0xc5, 0x05, 0x52, 0xee, 0x63, 0xaa, + 0x33, 0x10, 0x96, 0x38, 0xbb, 0xcd, 0xb6, 0x2a, 0x96, 0x00, 0x3f, 0x6e, 0x87, 0x04, 0x11, 0x18, + 0x6d, 0xb1, 0xed, 0x48, 0x1e, 0x31, 0x17, 0x1a, 0xca, 0x54, 0xc0, 0x07, 0x4f, 0x74, 0xad, 0xb3, + 0xc1, 0x26, 0x57, 0xfb, 0xdf, 0x03, 0x5b, 0x6b, 0xc4, 0xc1, 0xda, 0xa0, 0x08, 0xe7, 0x14, 0xba, + 0xd8, 0x27, 0x8b, 0xbc, 0xf8, 0x92, 0xac, 0xe3, 0x22, 0x38, 0x14, 0x4b, 0x2e, 0xe8, 0xcb, 0xfc, + 0x8c, 0x9c, 0xcd, 0xef, 0xe2, 0xcf, 0x30, 0x71, 0x7a, 0x23, 0x50, 0x59, 0xb0, 0xc0, 0x1a, 0x3b, + 0xb4, 0x02, 0xa3, 0x22, 0x4b, 0xba, 0xb0, 0xd5, 0xcb, 0x86, 0xbd, 0x3a, 0x8a, 0x75, 0xe4, 0x41, + 0x1a, 0x80, 0xcd, 0xc2, 0x68, 0x13, 0x9e, 0xd5, 0x9e, 0x4e, 0xc9, 0x08, 0x4a, 0xe2, 0x0b, 0xc7, + 0x27, 0xf6, 0xf7, 0xa6, 0x9f, 0x5d, 0x3b, 0x8c, 0x10, 0x1f, 0xce, 0x07, 0xdd, 0x81, 0xb3, 0x4e, + 0x23, 0xf6, 0x76, 0x48, 0x95, 0x38, 0x6e, 0xd3, 0xf3, 0x89, 0x79, 0xbb, 0xf8, 0xe9, 0xfd, 0xbd, + 0xe9, 0xb3, 0x73, 0x59, 0x04, 0x38, 0xbb, 0x1c, 0x7a, 0x03, 0x2a, 0xae, 0x1f, 0x89, 0x31, 0x18, + 0x30, 0x5e, 0x89, 0xa9, 0x54, 0x6f, 0xd7, 0x55, 0xff, 0x93, 0x3f, 0x38, 0x29, 0x80, 0xde, 0xe7, + 0x8f, 0xd7, 0x2a, 0x83, 0x84, 0xbf, 0x4e, 0xf4, 0x5a, 0x21, 0x13, 0xd8, 0xb8, 0x08, 0xc1, 0xdd, + 0x58, 0x2a, 0xf8, 0xcf, 0xb8, 0x23, 0x61, 0x54, 0x81, 0xbe, 0x00, 0x28, 0x22, 0xe1, 0x8e, 0xd7, + 0x20, 0x73, 0x0d, 0x96, 0xf5, 0x91, 0x9d, 0x50, 0x0d, 0x19, 0x11, 0xf0, 0xa8, 0xde, 0x41, 0x81, + 0x33, 0x4a, 0xa1, 0x9b, 0x74, 0xc5, 0xd1, 0xa1, 0x22, 0x56, 0x53, 0xaa, 0x76, 0x93, 0x55, 0xd2, + 0x0a, 0x49, 0xc3, 0x89, 0x89, 0x6b, 0x72, 0xc4, 0xa9, 0x72, 0x74, 0x5b, 0x51, 0xd9, 0xac, 0xc1, + 0x8c, 0x30, 0xec, 0xcc, 0x68, 0x4d, 0x2d, 0xa5, 0xad, 0x20, 0x8a, 0x6f, 0x93, 0xf8, 0x61, 0x10, + 0x3e, 0x60, 0xfe, 0xe6, 0x21, 0x2d, 0xcb, 0x55, 0x82, 0xc2, 0x3a, 0x1d, 0xd5, 0x81, 0xd8, 0x41, + 0xc7, 0x72, 0x95, 0x79, 0x91, 0x87, 0x92, 0xb9, 0x73, 0x93, 0x83, 0xb1, 0xc4, 0x4b, 0xd2, 0xe5, + 0xda, 0x02, 0xf3, 0x08, 0xa7, 0x48, 0x97, 0x6b, 0x0b, 0x58, 0xe2, 0x51, 0xd0, 0xf9, 0x16, 0xcf, + 0x58, 0x11, 0xef, 0x7c, 0xe7, 0x0a, 0x5e, 0xf0, 0x39, 0x9e, 0x47, 0x30, 0xa1, 0xde, 0x03, 0xe2, + 0xe9, 0x07, 0xa3, 0xc9, 0xf1, 0x22, 0x4f, 0xe7, 0x66, 0x66, 0x31, 0x54, 0xc1, 0xb9, 0xcb, 0x29, + 0x9e, 0xb8, 0xa3, 0x16, 0xe3, 0x96, 0xfc, 0x44, 0x6e, 0x86, 0xf2, 0x59, 0xa8, 0x44, 0xed, 0x75, + 0x37, 0xd8, 0x76, 0x3c, 0x9f, 0xbd, 0x08, 0xa4, 0x3f, 0x04, 0x2b, 0x11, 0x38, 0xa1, 0x99, 0xfa, + 0x1c, 0x9c, 0xea, 0x90, 0xe9, 0x9e, 0xa2, 0xca, 0x7e, 0xbe, 0x0f, 0x2a, 0xca, 0xab, 0x83, 0x66, + 0x4d, 0x57, 0xda, 0xd3, 0x69, 0x57, 0xda, 0x10, 0xdd, 0x79, 0x75, 0xef, 0xd9, 0xbb, 0x19, 0x2f, + 0x41, 0xbe, 0x98, 0xfb, 0x11, 0x8b, 0x5f, 0xee, 0xe8, 0xe1, 0x9d, 0xcc, 0x44, 0xad, 0xef, 0x3b, + 0x54, 0xad, 0x2f, 0xf8, 0xd0, 0x0f, 0x55, 0xe0, 0x5b, 0x81, 0xbb, 0x5c, 0x4b, 0x3f, 0x62, 0x51, + 0xa3, 0x40, 0xcc, 0x71, 0x4c, 0xef, 0xa2, 0x8b, 0x32, 0xd3, 0xbb, 0x06, 0x8f, 0xaa, 0x77, 0x49, + 0x0e, 0x38, 0x61, 0x86, 0x76, 0xe0, 0x54, 0xc3, 0x7c, 0x94, 0x44, 0xdd, 0xd9, 0xb8, 0xd2, 0xc3, + 0xa3, 0x20, 0x6d, 0x2d, 0x01, 0xfb, 0x42, 0x9a, 0x1f, 0xee, 0xac, 0xc2, 0xfe, 0x01, 0xf7, 0x02, + 0x09, 0xb3, 0x90, 0x44, 0xed, 0xe6, 0x71, 0xe6, 0x53, 0xbe, 0x63, 0x58, 0xaa, 0x8f, 0xc1, 0xff, + 0xf8, 0x9b, 0x16, 0xf3, 0x3f, 0xae, 0x91, 0xed, 0x56, 0xd3, 0x89, 0x8f, 0x33, 0x60, 0xed, 0xcb, + 0x30, 0x14, 0x8b, 0x5a, 0x8a, 0x25, 0x81, 0xd6, 0x9a, 0xc5, 0xfc, 0xb1, 0x6a, 0x21, 0x90, 0x50, + 0xac, 0x18, 0xda, 0xff, 0x92, 0x7f, 0x05, 0x89, 0x39, 0x09, 0xcb, 0xea, 0xb6, 0x69, 0x59, 0xbd, + 0x50, 0xb8, 0x33, 0x5d, 0x2c, 0xac, 0xef, 0x9a, 0x5d, 0x60, 0x0a, 0xdb, 0x93, 0xef, 0x11, 0xb7, + 0x57, 0xc1, 0x7c, 0x68, 0x05, 0xbd, 0xc1, 0xa3, 0x35, 0xf9, 0x8a, 0xf8, 0x62, 0x8f, 0x91, 0x9a, + 0xf6, 0xaf, 0x97, 0xe0, 0x4c, 0xd6, 0xfb, 0xeb, 0xc8, 0x85, 0x91, 0x96, 0xa6, 0x3e, 0x17, 0xbb, + 0xcb, 0xaf, 0x2b, 0xdc, 0x89, 0xea, 0xa2, 0x43, 0xb1, 0xc1, 0x15, 0x11, 0x18, 0x21, 0x3b, 0x5e, + 0x43, 0xb9, 0x57, 0x4a, 0xbd, 0x2f, 0x51, 0xaa, 0x9a, 0x45, 0x8d, 0x11, 0x36, 0xd8, 0x1e, 0x43, + 0x9e, 0x72, 0xfb, 0xef, 0x5b, 0xf0, 0x54, 0x97, 0x0b, 0xff, 0xb4, 0xba, 0x87, 0xcc, 0x0b, 0x29, + 0x1e, 0xf2, 0x51, 0xd5, 0x71, 0xdf, 0x24, 0x16, 0x58, 0xb4, 0x0e, 0xc0, 0x7d, 0x8b, 0xec, 0x75, + 0xd3, 0x52, 0x91, 0x63, 0xf0, 0x8e, 0xcb, 0xc5, 0xda, 0xbd, 0x53, 0xf5, 0x9e, 0xa9, 0xc6, 0xd5, + 0xfe, 0x4e, 0x19, 0xfa, 0xf9, 0x03, 0x8b, 0x35, 0x18, 0xdc, 0xe2, 0xf9, 0x05, 0x7b, 0x4b, 0x6f, + 0x98, 0xe8, 0x49, 0x1c, 0x80, 0x25, 0x1b, 0xb4, 0x0a, 0xa7, 0x3d, 0xdf, 0x8b, 0x3d, 0xa7, 0x59, + 0x25, 0x4d, 0x67, 0x57, 0x2a, 0xde, 0x3c, 0xb7, 0xb4, 0x4c, 0x83, 0x7a, 0x7a, 0xb9, 0x93, 0x04, + 0x67, 0x95, 0x43, 0x6f, 0x76, 0x24, 0x08, 0xe2, 0x79, 0x1b, 0xd5, 0x75, 0xa5, 0xc3, 0x93, 0x04, + 0xa1, 0xd7, 0x61, 0xb4, 0xd5, 0x61, 0x62, 0x68, 0x2f, 0xf3, 0x99, 0x66, 0x85, 0x49, 0x8b, 0xaa, + 0x30, 0x11, 0xb5, 0xd9, 0x19, 0xe9, 0xda, 0x56, 0x48, 0xa2, 0xad, 0xa0, 0xe9, 0x8a, 0x17, 0xa5, + 0x94, 0x3a, 0x55, 0x4f, 0xe1, 0x71, 0x47, 0x09, 0xca, 0x65, 0xc3, 0xf1, 0x9a, 0xed, 0x90, 0x24, + 0x5c, 0x06, 0x4c, 0x2e, 0x4b, 0x29, 0x3c, 0xee, 0x28, 0x61, 0xff, 0xa1, 0x05, 0xa7, 0x33, 0x4e, + 0xee, 0x79, 0x40, 0xd9, 0xa6, 0x17, 0xc5, 0x2a, 0x83, 0xb0, 0x16, 0x50, 0xc6, 0xe1, 0x58, 0x51, + 0x50, 0x29, 0xe4, 0x76, 0x63, 0x3a, 0x21, 0xb2, 0x38, 0x2a, 0x15, 0xd8, 0xde, 0xd2, 0xfd, 0xa8, + 0x77, 0xe2, 0xfb, 0xba, 0xbe, 0x13, 0xff, 0x1c, 0xf4, 0x6f, 0x2a, 0xeb, 0x5c, 0x53, 0x4c, 0xb8, + 0x7d, 0xce, 0x71, 0xf6, 0xb7, 0xcb, 0x30, 0x9e, 0x8a, 0xe0, 0xa1, 0x0d, 0x49, 0x3d, 0x67, 0xcf, + 0x5c, 0x0a, 0x0b, 0xa4, 0xb5, 0x95, 0xf1, 0xa4, 0xfd, 0x45, 0xf3, 0xb5, 0xdb, 0xa4, 0xcd, 0xf3, + 0x55, 0xe3, 0x1d, 0xaf, 0xa2, 0x59, 0xcd, 0x9f, 0x83, 0xbe, 0x56, 0xa0, 0x9e, 0x65, 0x54, 0x42, + 0x8f, 0xe7, 0xab, 0xb5, 0x20, 0x68, 0x62, 0x86, 0x44, 0xcf, 0x8b, 0xde, 0xa7, 0x9c, 0x93, 0xd8, + 0x71, 0x83, 0x48, 0x1b, 0x82, 0x17, 0x60, 0xf0, 0x01, 0xd9, 0x0d, 0x3d, 0x7f, 0x33, 0xed, 0x9a, + 0xbd, 0xc5, 0xc1, 0x58, 0xe2, 0xcd, 0xcc, 0xe5, 0x83, 0xc7, 0x9c, 0xb9, 0x7c, 0x28, 0x37, 0x0a, + 0xf1, 0x57, 0x2c, 0x18, 0x67, 0x69, 0xd7, 0xc4, 0x4d, 0x50, 0x2f, 0xf0, 0x8f, 0x71, 0x57, 0x7c, + 0x0e, 0xfa, 0x43, 0x5a, 0x59, 0x3a, 0xe9, 0x30, 0x6b, 0x01, 0xe6, 0x38, 0xf4, 0x8c, 0x78, 0x34, + 0x9c, 0x7e, 0xbe, 0x11, 0x9e, 0xc4, 0x35, 0x79, 0xfd, 0x9b, 0xc5, 0xb8, 0x63, 0xd2, 0x6a, 0x7a, + 0xbc, 0xb1, 0x89, 0x27, 0xe6, 0x49, 0x89, 0x71, 0xcf, 0x6c, 0xdc, 0xe3, 0x8a, 0x71, 0xcf, 0x66, + 0x7e, 0xb8, 0x0a, 0xfa, 0xdf, 0x4a, 0x70, 0x3e, 0xb3, 0x5c, 0x72, 0xac, 0xb3, 0x64, 0x1c, 0xeb, + 0x5c, 0x4b, 0x1d, 0xeb, 0xd8, 0x87, 0x97, 0x7e, 0x3c, 0x07, 0x3d, 0xd9, 0xc7, 0x2f, 0xe5, 0x93, + 0x3c, 0x7e, 0xe9, 0x2b, 0xaa, 0x2b, 0xf4, 0xe7, 0xe8, 0x0a, 0xbf, 0x63, 0xc1, 0xd3, 0x99, 0x63, + 0xf6, 0xe4, 0xdd, 0x2a, 0xc8, 0x6c, 0x66, 0x17, 0x0d, 0xfa, 0xaf, 0x96, 0xbb, 0x74, 0x8b, 0xe9, + 0xd2, 0x97, 0xe8, 0xba, 0xc3, 0x90, 0x91, 0x50, 0x83, 0x46, 0xf8, 0x9a, 0xc3, 0x61, 0x58, 0x61, + 0x51, 0xa4, 0x45, 0xe5, 0xf3, 0x46, 0x2e, 0x1e, 0x71, 0x4a, 0xcd, 0x98, 0xce, 0x33, 0xfd, 0x4a, + 0x6b, 0x2a, 0x54, 0x1f, 0xdd, 0xd7, 0xcc, 0xa3, 0xf2, 0x51, 0xcc, 0xa3, 0x91, 0x6c, 0xd3, 0x08, + 0xcd, 0xc1, 0xf8, 0xb6, 0xe7, 0xb3, 0x67, 0xc3, 0x4c, 0x3d, 0x44, 0x5d, 0x04, 0x5b, 0x35, 0xd1, + 0x38, 0x4d, 0x3f, 0xf5, 0x3a, 0x8c, 0x1e, 0xdd, 0x63, 0xf2, 0x61, 0x19, 0x3e, 0x7e, 0xc8, 0xb2, + 0xc0, 0xf7, 0x03, 0xe3, 0xbb, 0x68, 0xfb, 0x41, 0xc7, 0xb7, 0xa9, 0xc1, 0x99, 0x8d, 0x76, 0xb3, + 0xb9, 0xcb, 0xc2, 0x22, 0x88, 0x2b, 0x29, 0x84, 0x8e, 0xa7, 0x1e, 0xf4, 0x5c, 0xca, 0xa0, 0xc1, + 0x99, 0x25, 0xd1, 0x17, 0x00, 0x05, 0xeb, 0x2c, 0x17, 0xa1, 0x9b, 0x5c, 0xda, 0x65, 0x9f, 0xa0, + 0x9c, 0xcc, 0xd5, 0x3b, 0x1d, 0x14, 0x38, 0xa3, 0x14, 0xd5, 0xf8, 0xd8, 0x5b, 0xa0, 0xaa, 0x59, + 0x29, 0x8d, 0x0f, 0xeb, 0x48, 0x6c, 0xd2, 0xa2, 0x1b, 0x70, 0xca, 0xd9, 0x71, 0x3c, 0x9e, 0x70, + 0x45, 0x32, 0xe0, 0x2a, 0x9f, 0x72, 0x49, 0xcc, 0xa5, 0x09, 0x70, 0x67, 0x19, 0xd4, 0x32, 0x9c, + 0x4c, 0x3c, 0xf7, 0xf0, 0x1b, 0x47, 0x90, 0xe0, 0xc2, 0x6e, 0x27, 0xfb, 0x0f, 0x2c, 0xba, 0xe9, + 0x65, 0x3c, 0xb3, 0x65, 0xbc, 0x4e, 0xad, 0x5d, 0x54, 0xe8, 0x7c, 0x9d, 0x9a, 0xf9, 0x5f, 0x4d, + 0x5a, 0x2e, 0x1a, 0x51, 0x12, 0xe8, 0x68, 0xe8, 0x97, 0xe2, 0x82, 0x8e, 0xa2, 0x40, 0xf7, 0x61, + 0xd0, 0xf5, 0x76, 0xbc, 0x28, 0x08, 0x0b, 0x3c, 0x06, 0xdb, 0x11, 0x3c, 0x97, 0x2c, 0x97, 0x55, + 0xce, 0x04, 0x4b, 0x6e, 0xf6, 0x5f, 0x2f, 0xc1, 0xa8, 0xac, 0xef, 0xad, 0x76, 0xc0, 0xd6, 0xb0, + 0xe3, 0xda, 0xca, 0xdf, 0x32, 0xb6, 0xf2, 0xd9, 0x62, 0xb7, 0x94, 0x58, 0xa3, 0xba, 0x6e, 0xe1, + 0x5f, 0x4c, 0x6d, 0xe1, 0x57, 0x7b, 0x61, 0x9a, 0xeb, 0x3d, 0x3a, 0x65, 0xd0, 0x3f, 0x41, 0xb9, + 0x6f, 0xb3, 0xba, 0xd3, 0x65, 0xe3, 0xf8, 0x4e, 0x29, 0xd5, 0x0d, 0xb6, 0x61, 0x7c, 0x1d, 0xfa, + 0xb6, 0x9c, 0xd0, 0x15, 0x47, 0x65, 0x9f, 0xe9, 0xf1, 0x53, 0xcc, 0xdc, 0x74, 0x42, 0x97, 0x2f, + 0xfb, 0x97, 0xd5, 0x23, 0x1d, 0x4e, 0xe8, 0xe6, 0x86, 0xfd, 0xb2, 0x4a, 0xd1, 0x75, 0x18, 0x88, + 0x1a, 0x41, 0x4b, 0x45, 0x75, 0x5d, 0xe0, 0x0f, 0x78, 0x50, 0xc8, 0xc1, 0xde, 0x34, 0x32, 0xab, + 0xa3, 0x60, 0x2c, 0xe8, 0xa7, 0x08, 0x54, 0x54, 0xd5, 0xc7, 0x18, 0x60, 0xfa, 0x61, 0x19, 0x4e, + 0x67, 0x88, 0x0a, 0xfa, 0x69, 0x63, 0xd4, 0x5e, 0xef, 0x59, 0xd6, 0x3e, 0xe2, 0xb8, 0xfd, 0x34, + 0x33, 0x88, 0x5c, 0x21, 0x1b, 0x47, 0xa8, 0xfe, 0x6e, 0x44, 0xd2, 0xd5, 0x53, 0x50, 0x7e, 0xf5, + 0xb4, 0xda, 0x13, 0x1a, 0x7c, 0x5a, 0x8d, 0x6a, 0xe7, 0x31, 0x7e, 0xe3, 0x0f, 0xfa, 0xe0, 0x4c, + 0xd6, 0x4d, 0x48, 0xf4, 0xb3, 0x56, 0x2a, 0x7b, 0xf6, 0x9b, 0xbd, 0x5f, 0xa7, 0xe4, 0x29, 0xb5, + 0x45, 0x86, 0x84, 0x19, 0x33, 0x9f, 0x76, 0xee, 0x68, 0x8b, 0xda, 0x59, 0xa8, 0x7e, 0xc8, 0x13, + 0xa1, 0xcb, 0xf5, 0xe0, 0xf3, 0x47, 0x68, 0x8a, 0xc8, 0xa5, 0x1e, 0xa5, 0x42, 0xf5, 0x25, 0x38, + 0x3f, 0x54, 0x5f, 0xb6, 0x61, 0x6a, 0x13, 0x86, 0xb5, 0x7e, 0x1d, 0xa3, 0x08, 0x78, 0x74, 0x4f, + 0xd2, 0x5a, 0x7d, 0x8c, 0x62, 0xf0, 0x37, 0x2d, 0x48, 0x85, 0x6b, 0x28, 0xaf, 0x8b, 0xd5, 0xd5, + 0xeb, 0x72, 0x01, 0xfa, 0xc2, 0xa0, 0x49, 0xd2, 0x69, 0x9d, 0x71, 0xd0, 0x24, 0x98, 0x61, 0xd4, + 0x53, 0x80, 0xe5, 0x6e, 0x4f, 0x01, 0x52, 0x73, 0xbc, 0x49, 0x76, 0x88, 0xf4, 0x81, 0xa8, 0xc5, + 0x7b, 0x85, 0x02, 0x31, 0xc7, 0xd9, 0x3f, 0x2a, 0xc3, 0x00, 0x77, 0x34, 0x1c, 0xe3, 0xb6, 0x5c, + 0x13, 0x36, 0x7f, 0xa1, 0x3b, 0x89, 0xbc, 0x35, 0x33, 0x55, 0x27, 0x76, 0xb8, 0x40, 0xa9, 0xbe, + 0x25, 0x7e, 0x02, 0x34, 0x63, 0xf4, 0x7e, 0x2a, 0x65, 0xd2, 0x02, 0xe7, 0xa1, 0x8d, 0xc5, 0x16, + 0x40, 0xc4, 0x5e, 0x85, 0xa2, 0x3c, 0x44, 0x5e, 0xb8, 0x57, 0x0a, 0xb5, 0xa3, 0xae, 0x8a, 0xf1, + 0xd6, 0x24, 0x09, 0xa9, 0x14, 0x02, 0x6b, 0xbc, 0xa7, 0x5e, 0x83, 0x8a, 0x22, 0xce, 0xd3, 0xf4, + 0x47, 0x74, 0x91, 0xfc, 0x33, 0x30, 0x9e, 0xaa, 0xab, 0x27, 0x43, 0xe1, 0xfb, 0x16, 0x9c, 0xea, + 0x78, 0xc5, 0x14, 0x7d, 0x60, 0xc1, 0x99, 0x66, 0x86, 0x87, 0x49, 0x7c, 0xe0, 0xa3, 0xf8, 0xa6, + 0x92, 0x67, 0xff, 0x33, 0xb0, 0x38, 0xb3, 0x36, 0x99, 0xe9, 0xb2, 0x94, 0x9d, 0xe9, 0x92, 0x3d, + 0x85, 0xc3, 0xdb, 0x7e, 0x12, 0x1a, 0xd0, 0xb2, 0xa9, 0x01, 0x7d, 0xb2, 0x88, 0x18, 0x74, 0x51, + 0x7d, 0xfe, 0x8d, 0x05, 0x88, 0x13, 0xa4, 0x5f, 0x87, 0xe3, 0x1e, 0x3b, 0x4d, 0x67, 0x4f, 0xe4, + 0x46, 0x61, 0xb0, 0x46, 0xd5, 0x63, 0xe6, 0x6f, 0xf5, 0xaa, 0x52, 0xb1, 0xa7, 0xdb, 0xcb, 0x05, + 0x9e, 0x6e, 0xff, 0xcd, 0x32, 0xa4, 0x43, 0x1b, 0xd0, 0x57, 0x60, 0xa4, 0xe1, 0xb4, 0x9c, 0x75, + 0xaf, 0xe9, 0xc5, 0x1e, 0x89, 0x8a, 0x1d, 0x1b, 0x2d, 0x68, 0x25, 0x84, 0xcf, 0x57, 0x83, 0x60, + 0x83, 0x23, 0x9a, 0x01, 0x68, 0x85, 0xde, 0x8e, 0xd7, 0x24, 0x9b, 0x4c, 0xef, 0x50, 0x79, 0x42, + 0x6a, 0x0a, 0x8a, 0x35, 0x8a, 0x8c, 0x18, 0xba, 0xf2, 0x49, 0xc4, 0xd0, 0xf5, 0xf5, 0x18, 0x43, + 0xd7, 0x5f, 0x28, 0x86, 0x0e, 0xc3, 0x39, 0xe9, 0xaa, 0xa5, 0xff, 0x97, 0xbc, 0x26, 0xe1, 0xa9, + 0xed, 0x44, 0xe4, 0xe3, 0xd4, 0xfe, 0xde, 0xf4, 0x39, 0x9c, 0x49, 0x81, 0xbb, 0x94, 0xb4, 0xdb, + 0x70, 0xba, 0x4e, 0x42, 0x8f, 0x65, 0x1e, 0x72, 0x93, 0x19, 0xf8, 0x2e, 0x54, 0xc2, 0xd4, 0xe4, + 0xef, 0xf1, 0x96, 0x98, 0x96, 0xbf, 0x41, 0x4e, 0xf6, 0x84, 0xa5, 0xfd, 0x17, 0x4b, 0x30, 0x28, + 0x42, 0x88, 0x8e, 0x71, 0x23, 0xb9, 0x65, 0xd8, 0x77, 0x2f, 0xe4, 0xcd, 0x5c, 0xd6, 0x9c, 0xae, + 0x96, 0x5d, 0x3d, 0x65, 0xd9, 0xbd, 0x54, 0x8c, 0xdd, 0xe1, 0x36, 0xdd, 0x0f, 0x4b, 0x30, 0x66, + 0x86, 0x52, 0x1d, 0xe3, 0x70, 0xbc, 0x0d, 0x83, 0x91, 0x88, 0x2f, 0x2a, 0xf4, 0x58, 0x7e, 0xfa, + 0x93, 0x26, 0xcf, 0xc0, 0x8b, 0x88, 0x22, 0xc9, 0x2e, 0x33, 0x84, 0xa9, 0x7c, 0x12, 0x21, 0x4c, + 0xf6, 0x8f, 0xd8, 0x92, 0xaa, 0x0f, 0xe0, 0x49, 0xec, 0x09, 0x6f, 0x99, 0xab, 0xef, 0xe5, 0x42, + 0xa2, 0x20, 0xda, 0xd7, 0x65, 0x6f, 0xf8, 0x9e, 0x05, 0xc3, 0x82, 0xf0, 0x24, 0x7a, 0xf0, 0x05, + 0xb3, 0x07, 0xcf, 0x17, 0xea, 0x41, 0x97, 0xa6, 0xff, 0xed, 0x92, 0x6a, 0x7a, 0x4d, 0xbc, 0x9a, + 0x99, 0x9b, 0xeb, 0x70, 0xa8, 0x15, 0x06, 0x71, 0xd0, 0x08, 0x9a, 0x62, 0x97, 0x7f, 0x26, 0x89, + 0x3a, 0xe7, 0xf0, 0x03, 0xed, 0x37, 0x56, 0xd4, 0x2c, 0x9a, 0x3a, 0x08, 0x63, 0xb1, 0x45, 0x65, + 0xbd, 0xd9, 0xb9, 0x2e, 0xdf, 0x44, 0xa6, 0x30, 0x71, 0x65, 0xa3, 0xd7, 0xb7, 0x40, 0x93, 0x18, + 0x72, 0xc5, 0x09, 0x6b, 0x5c, 0x65, 0x78, 0x23, 0xab, 0xa1, 0xdf, 0x74, 0xa3, 0xde, 0x16, 0x70, + 0xac, 0x28, 0xec, 0xd7, 0xd8, 0x1a, 0xcb, 0x86, 0xa7, 0xb7, 0xc0, 0xf0, 0x9f, 0x1b, 0x50, 0x03, + 0xcb, 0x9c, 0x24, 0xb7, 0xa1, 0x9f, 0x76, 0x51, 0xda, 0x81, 0xc5, 0x16, 0x34, 0xda, 0x04, 0x3d, + 0x40, 0x2c, 0x8c, 0x23, 0xcc, 0xd9, 0x20, 0xd2, 0xe1, 0x7b, 0x7f, 0xad, 0xf0, 0x1a, 0xd9, 0x83, + 0xb7, 0x9d, 0xe5, 0x4e, 0x61, 0xf9, 0x22, 0x96, 0x6b, 0xe9, 0xfc, 0x94, 0x0b, 0x12, 0x81, 0x13, + 0x1a, 0x34, 0x2b, 0xd4, 0x75, 0xf3, 0x49, 0x55, 0xa9, 0xae, 0xcb, 0x21, 0xd1, 0xf4, 0xf5, 0xab, + 0x30, 0xac, 0x32, 0x74, 0xd7, 0x78, 0xa2, 0xe5, 0x0a, 0xd7, 0x5f, 0x16, 0x13, 0x30, 0xd6, 0x69, + 0xd0, 0x32, 0x9c, 0x76, 0x55, 0x34, 0x6b, 0xad, 0xbd, 0xde, 0xf4, 0x1a, 0xb4, 0x28, 0xbf, 0x49, + 0xf2, 0xd4, 0xfe, 0xde, 0xf4, 0xe9, 0x6a, 0x27, 0x1a, 0x67, 0x95, 0x41, 0x6b, 0x30, 0x1e, 0xf1, + 0x4c, 0xe4, 0xf2, 0xce, 0x99, 0x48, 0xe0, 0xf6, 0xa2, 0x74, 0xfa, 0xd7, 0x4d, 0xf4, 0x01, 0x03, + 0xf1, 0x45, 0x41, 0x80, 0x70, 0x9a, 0x05, 0x7a, 0x13, 0xc6, 0x9a, 0xfa, 0x8b, 0x42, 0x35, 0x11, + 0xd4, 0xab, 0x02, 0x22, 0x8c, 0xf7, 0x86, 0x6a, 0x38, 0x45, 0x8d, 0xde, 0x86, 0x49, 0x1d, 0x22, + 0xae, 0x99, 0x3b, 0xfe, 0x26, 0x89, 0x44, 0x0a, 0xe4, 0x67, 0xf6, 0xf7, 0xa6, 0x27, 0x57, 0xba, + 0xd0, 0xe0, 0xae, 0xa5, 0xd1, 0x75, 0x18, 0x91, 0x23, 0xa9, 0x05, 0xf8, 0x26, 0xa1, 0x38, 0x1a, + 0x0e, 0x1b, 0x94, 0x1f, 0xed, 0x6c, 0xe3, 0xeb, 0xb4, 0xb0, 0xb6, 0xa9, 0xa2, 0xaf, 0xc2, 0x88, + 0xde, 0x46, 0xb1, 0x4c, 0x7e, 0xba, 0xf8, 0x2b, 0x4d, 0x62, 0x73, 0x56, 0x2d, 0xd7, 0x71, 0xd8, + 0xe0, 0x6d, 0x37, 0x60, 0x3c, 0xf5, 0x4a, 0xac, 0x7a, 0x6e, 0xd8, 0x7a, 0x5c, 0xcf, 0x0d, 0xdb, + 0xdf, 0xb0, 0xa0, 0x7f, 0xcd, 0xf1, 0xf2, 0x73, 0xfd, 0x17, 0x79, 0xaf, 0x17, 0xbd, 0x0a, 0x03, + 0x64, 0x63, 0x83, 0x34, 0xe4, 0xf3, 0xc5, 0xcf, 0xaa, 0xc7, 0xe7, 0x19, 0x94, 0xce, 0x24, 0x56, + 0x19, 0xff, 0x8b, 0x05, 0xb1, 0xfd, 0xef, 0x2c, 0x80, 0xb5, 0xa0, 0x29, 0x4f, 0x59, 0x72, 0x5a, + 0x32, 0xdf, 0xf1, 0xea, 0xc0, 0xc5, 0x8c, 0x57, 0x07, 0x50, 0xc2, 0x30, 0xe3, 0xcd, 0x01, 0xd5, + 0x9b, 0x72, 0xa1, 0xde, 0xf4, 0xf5, 0xd2, 0x9b, 0x6f, 0x59, 0x20, 0x42, 0x5e, 0x0a, 0x6c, 0x4b, + 0xae, 0xcc, 0x14, 0x6e, 0xe4, 0x7b, 0x78, 0xb1, 0xc8, 0xbd, 0x0d, 0x91, 0xe5, 0x41, 0x89, 0x92, + 0x91, 0xdb, 0xc1, 0xe0, 0x4a, 0x4d, 0xef, 0x61, 0x8e, 0x5e, 0x65, 0x0a, 0x5f, 0x7e, 0xbb, 0x7a, + 0xca, 0x25, 0xc5, 0x12, 0x69, 0x53, 0xc6, 0x2a, 0xa5, 0x90, 0x9e, 0x48, 0x5b, 0x22, 0x70, 0x42, + 0x83, 0x5e, 0x80, 0xc1, 0xa8, 0xbd, 0xce, 0xc8, 0x53, 0xf1, 0x2f, 0x75, 0x0e, 0xc6, 0x12, 0x6f, + 0xff, 0xcf, 0x09, 0x30, 0xba, 0x66, 0xa4, 0x2f, 0xb2, 0x1e, 0x7b, 0xfa, 0xa2, 0x77, 0x60, 0x88, + 0x6c, 0xb7, 0xe2, 0xdd, 0xaa, 0x17, 0x16, 0x4b, 0x25, 0xb7, 0x28, 0xa8, 0x3b, 0xb9, 0x4b, 0x0c, + 0x56, 0x1c, 0xbb, 0x24, 0xa3, 0x2a, 0x3f, 0x11, 0xc9, 0xa8, 0xfa, 0xfe, 0x9f, 0x24, 0xa3, 0x7a, + 0x1b, 0x06, 0x37, 0xf9, 0xf3, 0xf5, 0xe2, 0x9e, 0x5e, 0xce, 0xf1, 0x55, 0xc6, 0x5b, 0xf7, 0xfc, + 0x42, 0x96, 0x40, 0x60, 0xc9, 0x0e, 0xad, 0xc1, 0x00, 0x37, 0x16, 0x44, 0x7e, 0xa7, 0x4f, 0x17, + 0x71, 0xa3, 0x74, 0xa6, 0x3a, 0x12, 0x41, 0x4e, 0x82, 0x97, 0x4c, 0x3e, 0x35, 0xf8, 0xd1, 0x93, + 0x4f, 0xa9, 0x94, 0x51, 0x43, 0x8f, 0x2b, 0x65, 0x94, 0x91, 0x7a, 0xab, 0x72, 0x1c, 0xa9, 0xb7, + 0xbe, 0x65, 0xc1, 0xd9, 0x56, 0x56, 0xe6, 0x3a, 0x91, 0xfc, 0xe9, 0x73, 0x47, 0xc8, 0xe4, 0x67, + 0x54, 0xcd, 0xae, 0x4f, 0x65, 0x92, 0xe1, 0xec, 0x8a, 0x65, 0x0e, 0xaf, 0xe1, 0x8f, 0x9e, 0xc3, + 0xeb, 0xb8, 0xb3, 0x44, 0x25, 0x19, 0xbd, 0x46, 0x8f, 0x25, 0xa3, 0xd7, 0xd8, 0x63, 0xcc, 0xe8, + 0xa5, 0xe5, 0xe2, 0x1a, 0x7f, 0xbc, 0xb9, 0xb8, 0xb6, 0x60, 0xd8, 0x0d, 0x1e, 0xfa, 0x0f, 0x9d, + 0xd0, 0x9d, 0xab, 0x2d, 0x8b, 0xd4, 0x4f, 0x39, 0x39, 0x16, 0xaa, 0x49, 0x01, 0xa3, 0x06, 0xee, + 0x2f, 0x4c, 0x90, 0x58, 0x67, 0x2d, 0xb2, 0x92, 0x9d, 0xfa, 0x88, 0x59, 0xc9, 0x8c, 0xdc, 0x5e, + 0xe8, 0x38, 0x72, 0x7b, 0x7d, 0x85, 0xdd, 0xb4, 0xde, 0xf0, 0x36, 0x57, 0x9d, 0xd6, 0xe4, 0xe9, + 0x22, 0x35, 0x2c, 0x48, 0xf2, 0xce, 0x1a, 0x14, 0x0a, 0x27, 0x4c, 0x3b, 0xb3, 0x87, 0x9d, 0x39, + 0xe9, 0xec, 0x61, 0x67, 0x8f, 0x31, 0x7b, 0xd8, 0xb9, 0xe3, 0xc8, 0x1e, 0xf6, 0xe7, 0xe0, 0xfc, + 0xe1, 0xfd, 0x4f, 0x12, 0xc2, 0xd6, 0x12, 0x93, 0x3a, 0x95, 0x10, 0x96, 0xe9, 0x16, 0x1a, 0x95, + 0x16, 0x1c, 0x5c, 0x3a, 0x2c, 0x38, 0xd8, 0xfe, 0xa7, 0x16, 0x3c, 0xd5, 0x25, 0xb1, 0x48, 0xe1, + 0x68, 0xff, 0x16, 0x8c, 0xb7, 0xcc, 0xa2, 0x85, 0xef, 0xe5, 0x18, 0x89, 0x4c, 0x54, 0x1c, 0x59, + 0x0a, 0x81, 0xd3, 0xec, 0xe7, 0x3f, 0xf9, 0xe3, 0x0f, 0xcf, 0x7f, 0xec, 0x27, 0x1f, 0x9e, 0xff, + 0xd8, 0xef, 0x7d, 0x78, 0xfe, 0x63, 0x3f, 0xb3, 0x7f, 0xde, 0xfa, 0xf1, 0xfe, 0x79, 0xeb, 0x27, + 0xfb, 0xe7, 0xad, 0x3f, 0xdc, 0x3f, 0x6f, 0x7d, 0xeb, 0x8f, 0xce, 0x7f, 0xec, 0x4b, 0xa5, 0x9d, + 0xab, 0xff, 0x37, 0x00, 0x00, 0xff, 0xff, 0x45, 0xe3, 0x62, 0xad, 0x9e, 0xb3, 0x00, 0x00, } diff --git a/pkg/api/v1/generated.proto b/pkg/api/v1/generated.proto index 3f0bf25d79..bb74af9c46 100644 --- a/pkg/api/v1/generated.proto +++ b/pkg/api/v1/generated.proto @@ -2809,21 +2809,17 @@ message ReplicationControllerCondition { // Status of the condition, one of True, False, Unknown. optional string status = 2; - // Last time we probed the condition. - // +optional - optional k8s.io.kubernetes.pkg.api.unversioned.Time lastProbeTime = 3; - // The last time the condition transitioned from one status to another. // +optional - optional k8s.io.kubernetes.pkg.api.unversioned.Time lastTransitionTime = 4; + optional k8s.io.kubernetes.pkg.api.unversioned.Time lastTransitionTime = 3; // The reason for the condition's last transition. // +optional - optional string reason = 5; + optional string reason = 4; // A human readable message indicating details about the transition. // +optional - optional string message = 6; + optional string message = 5; } // ReplicationControllerList is a collection of replication controllers. diff --git a/pkg/api/v1/types.generated.go b/pkg/api/v1/types.generated.go index 56fc8e7191..fbb92b5ead 100644 --- a/pkg/api/v1/types.generated.go +++ b/pkg/api/v1/types.generated.go @@ -31821,16 +31821,15 @@ func (x *ReplicationControllerCondition) CodecEncodeSelf(e *codec1978.Encoder) { } else { yysep2422 := !z.EncBinary() yy2arr2422 := z.EncBasicHandle().StructToArray - var yyq2422 [6]bool + var yyq2422 [5]bool _, _, _ = yysep2422, yyq2422, yy2arr2422 const yyr2422 bool = false yyq2422[2] = true - yyq2422[3] = true - yyq2422[4] = x.Reason != "" - yyq2422[5] = x.Message != "" + yyq2422[3] = x.Reason != "" + yyq2422[4] = x.Message != "" var yynn2422 int if yyr2422 || yy2arr2422 { - r.EncodeArrayStart(6) + r.EncodeArrayStart(5) } else { yynn2422 = 2 for _, b := range yyq2422 { @@ -31862,7 +31861,7 @@ func (x *ReplicationControllerCondition) CodecEncodeSelf(e *codec1978.Encoder) { if yyr2422 || yy2arr2422 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if yyq2422[2] { - yy2426 := &x.LastProbeTime + yy2426 := &x.LastTransitionTime yym2427 := z.EncBinary() _ = yym2427 if false { @@ -31880,9 +31879,9 @@ func (x *ReplicationControllerCondition) CodecEncodeSelf(e *codec1978.Encoder) { } else { if yyq2422[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastProbeTime")) + r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2428 := &x.LastProbeTime + yy2428 := &x.LastTransitionTime yym2429 := z.EncBinary() _ = yym2429 if false { @@ -31899,45 +31898,8 @@ func (x *ReplicationControllerCondition) CodecEncodeSelf(e *codec1978.Encoder) { if yyr2422 || yy2arr2422 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if yyq2422[3] { - yy2431 := &x.LastTransitionTime - yym2432 := z.EncBinary() - _ = yym2432 - if false { - } else if z.HasExtensions() && z.EncExt(yy2431) { - } else if yym2432 { - z.EncBinaryMarshal(yy2431) - } else if !yym2432 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2431) - } else { - z.EncFallback(yy2431) - } - } else { - r.EncodeNil() - } - } else { - if yyq2422[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2433 := &x.LastTransitionTime - yym2434 := z.EncBinary() - _ = yym2434 - if false { - } else if z.HasExtensions() && z.EncExt(yy2433) { - } else if yym2434 { - z.EncBinaryMarshal(yy2433) - } else if !yym2434 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2433) - } else { - z.EncFallback(yy2433) - } - } - } - if yyr2422 || yy2arr2422 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2422[4] { - yym2436 := z.EncBinary() - _ = yym2436 + yym2431 := z.EncBinary() + _ = yym2431 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -31946,12 +31908,12 @@ func (x *ReplicationControllerCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2422[4] { + if yyq2422[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2437 := z.EncBinary() - _ = yym2437 + yym2432 := z.EncBinary() + _ = yym2432 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -31960,9 +31922,9 @@ func (x *ReplicationControllerCondition) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr2422 || yy2arr2422 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2422[5] { - yym2439 := z.EncBinary() - _ = yym2439 + if yyq2422[4] { + yym2434 := z.EncBinary() + _ = yym2434 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -31971,12 +31933,12 @@ func (x *ReplicationControllerCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2422[5] { + if yyq2422[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2440 := z.EncBinary() - _ = yym2440 + yym2435 := z.EncBinary() + _ = yym2435 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -31996,25 +31958,25 @@ func (x *ReplicationControllerCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2441 := z.DecBinary() - _ = yym2441 + yym2436 := z.DecBinary() + _ = yym2436 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2442 := r.ContainerType() - if yyct2442 == codecSelferValueTypeMap1234 { - yyl2442 := r.ReadMapStart() - if yyl2442 == 0 { + yyct2437 := r.ContainerType() + if yyct2437 == codecSelferValueTypeMap1234 { + yyl2437 := r.ReadMapStart() + if yyl2437 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2442, d) + x.codecDecodeSelfFromMap(yyl2437, d) } - } else if yyct2442 == codecSelferValueTypeArray1234 { - yyl2442 := r.ReadArrayStart() - if yyl2442 == 0 { + } else if yyct2437 == codecSelferValueTypeArray1234 { + yyl2437 := r.ReadArrayStart() + if yyl2437 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2442, d) + x.codecDecodeSelfFromArray(yyl2437, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32026,12 +31988,12 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromMap(l int, d *codec1 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2443Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2443Slc - var yyhl2443 bool = l >= 0 - for yyj2443 := 0; ; yyj2443++ { - if yyhl2443 { - if yyj2443 >= l { + var yys2438Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2438Slc + var yyhl2438 bool = l >= 0 + for yyj2438 := 0; ; yyj2438++ { + if yyhl2438 { + if yyj2438 >= l { break } } else { @@ -32040,10 +32002,10 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromMap(l int, d *codec1 } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2443Slc = r.DecodeBytes(yys2443Slc, true, true) - yys2443 := string(yys2443Slc) + yys2438Slc = r.DecodeBytes(yys2438Slc, true, true) + yys2438 := string(yys2438Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2443 { + switch yys2438 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -32056,38 +32018,21 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromMap(l int, d *codec1 } else { x.Status = ConditionStatus(r.DecodeString()) } - case "lastProbeTime": - if r.TryDecodeAsNil() { - x.LastProbeTime = pkg2_unversioned.Time{} - } else { - yyv2446 := &x.LastProbeTime - yym2447 := z.DecBinary() - _ = yym2447 - if false { - } else if z.HasExtensions() && z.DecExt(yyv2446) { - } else if yym2447 { - z.DecBinaryUnmarshal(yyv2446) - } else if !yym2447 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2446) - } else { - z.DecFallback(yyv2446, false) - } - } case "lastTransitionTime": if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv2448 := &x.LastTransitionTime - yym2449 := z.DecBinary() - _ = yym2449 + yyv2441 := &x.LastTransitionTime + yym2442 := z.DecBinary() + _ = yym2442 if false { - } else if z.HasExtensions() && z.DecExt(yyv2448) { - } else if yym2449 { - z.DecBinaryUnmarshal(yyv2448) - } else if !yym2449 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2448) + } else if z.HasExtensions() && z.DecExt(yyv2441) { + } else if yym2442 { + z.DecBinaryUnmarshal(yyv2441) + } else if !yym2442 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2441) } else { - z.DecFallback(yyv2448, false) + z.DecFallback(yyv2441, false) } } case "reason": @@ -32103,9 +32048,9 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromMap(l int, d *codec1 x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2443) - } // end switch yys2443 - } // end for yyj2443 + z.DecStructFieldNotFound(-1, yys2438) + } // end switch yys2438 + } // end for yyj2438 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32113,16 +32058,16 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromArray(l int, d *code var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2452 int - var yyb2452 bool - var yyhl2452 bool = l >= 0 - yyj2452++ - if yyhl2452 { - yyb2452 = yyj2452 > l + var yyj2445 int + var yyb2445 bool + var yyhl2445 bool = l >= 0 + yyj2445++ + if yyhl2445 { + yyb2445 = yyj2445 > l } else { - yyb2452 = r.CheckBreak() + yyb2445 = r.CheckBreak() } - if yyb2452 { + if yyb2445 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32132,13 +32077,13 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromArray(l int, d *code } else { x.Type = ReplicationControllerConditionType(r.DecodeString()) } - yyj2452++ - if yyhl2452 { - yyb2452 = yyj2452 > l + yyj2445++ + if yyhl2445 { + yyb2445 = yyj2445 > l } else { - yyb2452 = r.CheckBreak() + yyb2445 = r.CheckBreak() } - if yyb2452 { + if yyb2445 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32148,40 +32093,13 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromArray(l int, d *code } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj2452++ - if yyhl2452 { - yyb2452 = yyj2452 > l + yyj2445++ + if yyhl2445 { + yyb2445 = yyj2445 > l } else { - yyb2452 = r.CheckBreak() + yyb2445 = r.CheckBreak() } - if yyb2452 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.LastProbeTime = pkg2_unversioned.Time{} - } else { - yyv2455 := &x.LastProbeTime - yym2456 := z.DecBinary() - _ = yym2456 - if false { - } else if z.HasExtensions() && z.DecExt(yyv2455) { - } else if yym2456 { - z.DecBinaryUnmarshal(yyv2455) - } else if !yym2456 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2455) - } else { - z.DecFallback(yyv2455, false) - } - } - yyj2452++ - if yyhl2452 { - yyb2452 = yyj2452 > l - } else { - yyb2452 = r.CheckBreak() - } - if yyb2452 { + if yyb2445 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32189,26 +32107,26 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromArray(l int, d *code if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv2457 := &x.LastTransitionTime - yym2458 := z.DecBinary() - _ = yym2458 + yyv2448 := &x.LastTransitionTime + yym2449 := z.DecBinary() + _ = yym2449 if false { - } else if z.HasExtensions() && z.DecExt(yyv2457) { - } else if yym2458 { - z.DecBinaryUnmarshal(yyv2457) - } else if !yym2458 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2457) + } else if z.HasExtensions() && z.DecExt(yyv2448) { + } else if yym2449 { + z.DecBinaryUnmarshal(yyv2448) + } else if !yym2449 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2448) } else { - z.DecFallback(yyv2457, false) + z.DecFallback(yyv2448, false) } } - yyj2452++ - if yyhl2452 { - yyb2452 = yyj2452 > l + yyj2445++ + if yyhl2445 { + yyb2445 = yyj2445 > l } else { - yyb2452 = r.CheckBreak() + yyb2445 = r.CheckBreak() } - if yyb2452 { + if yyb2445 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32218,13 +32136,13 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromArray(l int, d *code } else { x.Reason = string(r.DecodeString()) } - yyj2452++ - if yyhl2452 { - yyb2452 = yyj2452 > l + yyj2445++ + if yyhl2445 { + yyb2445 = yyj2445 > l } else { - yyb2452 = r.CheckBreak() + yyb2445 = r.CheckBreak() } - if yyb2452 { + if yyb2445 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32235,17 +32153,17 @@ func (x *ReplicationControllerCondition) codecDecodeSelfFromArray(l int, d *code x.Message = string(r.DecodeString()) } for { - yyj2452++ - if yyhl2452 { - yyb2452 = yyj2452 > l + yyj2445++ + if yyhl2445 { + yyb2445 = yyj2445 > l } else { - yyb2452 = r.CheckBreak() + yyb2445 = r.CheckBreak() } - if yyb2452 { + if yyb2445 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2452-1, "") + z.DecStructFieldNotFound(yyj2445-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32257,39 +32175,39 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2461 := z.EncBinary() - _ = yym2461 + yym2452 := z.EncBinary() + _ = yym2452 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2462 := !z.EncBinary() - yy2arr2462 := z.EncBasicHandle().StructToArray - var yyq2462 [5]bool - _, _, _ = yysep2462, yyq2462, yy2arr2462 - const yyr2462 bool = false - yyq2462[0] = x.Kind != "" - yyq2462[1] = x.APIVersion != "" - yyq2462[2] = true - yyq2462[3] = true - yyq2462[4] = true - var yynn2462 int - if yyr2462 || yy2arr2462 { + yysep2453 := !z.EncBinary() + yy2arr2453 := z.EncBasicHandle().StructToArray + var yyq2453 [5]bool + _, _, _ = yysep2453, yyq2453, yy2arr2453 + const yyr2453 bool = false + yyq2453[0] = x.Kind != "" + yyq2453[1] = x.APIVersion != "" + yyq2453[2] = true + yyq2453[3] = true + yyq2453[4] = true + var yynn2453 int + if yyr2453 || yy2arr2453 { r.EncodeArrayStart(5) } else { - yynn2462 = 0 - for _, b := range yyq2462 { + yynn2453 = 0 + for _, b := range yyq2453 { if b { - yynn2462++ + yynn2453++ } } - r.EncodeMapStart(yynn2462) - yynn2462 = 0 + r.EncodeMapStart(yynn2453) + yynn2453 = 0 } - if yyr2462 || yy2arr2462 { + if yyr2453 || yy2arr2453 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2462[0] { - yym2464 := z.EncBinary() - _ = yym2464 + if yyq2453[0] { + yym2455 := z.EncBinary() + _ = yym2455 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -32298,23 +32216,23 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2462[0] { + if yyq2453[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2465 := z.EncBinary() - _ = yym2465 + yym2456 := z.EncBinary() + _ = yym2456 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2462 || yy2arr2462 { + if yyr2453 || yy2arr2453 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2462[1] { - yym2467 := z.EncBinary() - _ = yym2467 + if yyq2453[1] { + yym2458 := z.EncBinary() + _ = yym2458 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -32323,70 +32241,70 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2462[1] { + if yyq2453[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2468 := z.EncBinary() - _ = yym2468 + yym2459 := z.EncBinary() + _ = yym2459 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2462 || yy2arr2462 { + if yyr2453 || yy2arr2453 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2462[2] { - yy2470 := &x.ObjectMeta - yy2470.CodecEncodeSelf(e) + if yyq2453[2] { + yy2461 := &x.ObjectMeta + yy2461.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2462[2] { + if yyq2453[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2471 := &x.ObjectMeta - yy2471.CodecEncodeSelf(e) + yy2462 := &x.ObjectMeta + yy2462.CodecEncodeSelf(e) } } - if yyr2462 || yy2arr2462 { + if yyr2453 || yy2arr2453 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2462[3] { - yy2473 := &x.Spec - yy2473.CodecEncodeSelf(e) + if yyq2453[3] { + yy2464 := &x.Spec + yy2464.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2462[3] { + if yyq2453[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2474 := &x.Spec - yy2474.CodecEncodeSelf(e) + yy2465 := &x.Spec + yy2465.CodecEncodeSelf(e) } } - if yyr2462 || yy2arr2462 { + if yyr2453 || yy2arr2453 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2462[4] { - yy2476 := &x.Status - yy2476.CodecEncodeSelf(e) + if yyq2453[4] { + yy2467 := &x.Status + yy2467.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2462[4] { + if yyq2453[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2477 := &x.Status - yy2477.CodecEncodeSelf(e) + yy2468 := &x.Status + yy2468.CodecEncodeSelf(e) } } - if yyr2462 || yy2arr2462 { + if yyr2453 || yy2arr2453 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32399,25 +32317,25 @@ func (x *ReplicationController) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2478 := z.DecBinary() - _ = yym2478 + yym2469 := z.DecBinary() + _ = yym2469 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2479 := r.ContainerType() - if yyct2479 == codecSelferValueTypeMap1234 { - yyl2479 := r.ReadMapStart() - if yyl2479 == 0 { + yyct2470 := r.ContainerType() + if yyct2470 == codecSelferValueTypeMap1234 { + yyl2470 := r.ReadMapStart() + if yyl2470 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2479, d) + x.codecDecodeSelfFromMap(yyl2470, d) } - } else if yyct2479 == codecSelferValueTypeArray1234 { - yyl2479 := r.ReadArrayStart() - if yyl2479 == 0 { + } else if yyct2470 == codecSelferValueTypeArray1234 { + yyl2470 := r.ReadArrayStart() + if yyl2470 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2479, d) + x.codecDecodeSelfFromArray(yyl2470, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32429,12 +32347,12 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2480Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2480Slc - var yyhl2480 bool = l >= 0 - for yyj2480 := 0; ; yyj2480++ { - if yyhl2480 { - if yyj2480 >= l { + var yys2471Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2471Slc + var yyhl2471 bool = l >= 0 + for yyj2471 := 0; ; yyj2471++ { + if yyhl2471 { + if yyj2471 >= l { break } } else { @@ -32443,10 +32361,10 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2480Slc = r.DecodeBytes(yys2480Slc, true, true) - yys2480 := string(yys2480Slc) + yys2471Slc = r.DecodeBytes(yys2471Slc, true, true) + yys2471 := string(yys2471Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2480 { + switch yys2471 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -32463,27 +32381,27 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2483 := &x.ObjectMeta - yyv2483.CodecDecodeSelf(d) + yyv2474 := &x.ObjectMeta + yyv2474.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ReplicationControllerSpec{} } else { - yyv2484 := &x.Spec - yyv2484.CodecDecodeSelf(d) + yyv2475 := &x.Spec + yyv2475.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ReplicationControllerStatus{} } else { - yyv2485 := &x.Status - yyv2485.CodecDecodeSelf(d) + yyv2476 := &x.Status + yyv2476.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2480) - } // end switch yys2480 - } // end for yyj2480 + z.DecStructFieldNotFound(-1, yys2471) + } // end switch yys2471 + } // end for yyj2471 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32491,16 +32409,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2486 int - var yyb2486 bool - var yyhl2486 bool = l >= 0 - yyj2486++ - if yyhl2486 { - yyb2486 = yyj2486 > l + var yyj2477 int + var yyb2477 bool + var yyhl2477 bool = l >= 0 + yyj2477++ + if yyhl2477 { + yyb2477 = yyj2477 > l } else { - yyb2486 = r.CheckBreak() + yyb2477 = r.CheckBreak() } - if yyb2486 { + if yyb2477 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32510,13 +32428,13 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Kind = string(r.DecodeString()) } - yyj2486++ - if yyhl2486 { - yyb2486 = yyj2486 > l + yyj2477++ + if yyhl2477 { + yyb2477 = yyj2477 > l } else { - yyb2486 = r.CheckBreak() + yyb2477 = r.CheckBreak() } - if yyb2486 { + if yyb2477 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32526,13 +32444,13 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.APIVersion = string(r.DecodeString()) } - yyj2486++ - if yyhl2486 { - yyb2486 = yyj2486 > l + yyj2477++ + if yyhl2477 { + yyb2477 = yyj2477 > l } else { - yyb2486 = r.CheckBreak() + yyb2477 = r.CheckBreak() } - if yyb2486 { + if yyb2477 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32540,16 +32458,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2489 := &x.ObjectMeta - yyv2489.CodecDecodeSelf(d) + yyv2480 := &x.ObjectMeta + yyv2480.CodecDecodeSelf(d) } - yyj2486++ - if yyhl2486 { - yyb2486 = yyj2486 > l + yyj2477++ + if yyhl2477 { + yyb2477 = yyj2477 > l } else { - yyb2486 = r.CheckBreak() + yyb2477 = r.CheckBreak() } - if yyb2486 { + if yyb2477 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32557,16 +32475,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Spec = ReplicationControllerSpec{} } else { - yyv2490 := &x.Spec - yyv2490.CodecDecodeSelf(d) + yyv2481 := &x.Spec + yyv2481.CodecDecodeSelf(d) } - yyj2486++ - if yyhl2486 { - yyb2486 = yyj2486 > l + yyj2477++ + if yyhl2477 { + yyb2477 = yyj2477 > l } else { - yyb2486 = r.CheckBreak() + yyb2477 = r.CheckBreak() } - if yyb2486 { + if yyb2477 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32574,21 +32492,21 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Status = ReplicationControllerStatus{} } else { - yyv2491 := &x.Status - yyv2491.CodecDecodeSelf(d) + yyv2482 := &x.Status + yyv2482.CodecDecodeSelf(d) } for { - yyj2486++ - if yyhl2486 { - yyb2486 = yyj2486 > l + yyj2477++ + if yyhl2477 { + yyb2477 = yyj2477 > l } else { - yyb2486 = r.CheckBreak() + yyb2477 = r.CheckBreak() } - if yyb2486 { + if yyb2477 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2486-1, "") + z.DecStructFieldNotFound(yyj2477-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32600,37 +32518,37 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2492 := z.EncBinary() - _ = yym2492 + yym2483 := z.EncBinary() + _ = yym2483 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2493 := !z.EncBinary() - yy2arr2493 := z.EncBasicHandle().StructToArray - var yyq2493 [4]bool - _, _, _ = yysep2493, yyq2493, yy2arr2493 - const yyr2493 bool = false - yyq2493[0] = x.Kind != "" - yyq2493[1] = x.APIVersion != "" - yyq2493[2] = true - var yynn2493 int - if yyr2493 || yy2arr2493 { + yysep2484 := !z.EncBinary() + yy2arr2484 := z.EncBasicHandle().StructToArray + var yyq2484 [4]bool + _, _, _ = yysep2484, yyq2484, yy2arr2484 + const yyr2484 bool = false + yyq2484[0] = x.Kind != "" + yyq2484[1] = x.APIVersion != "" + yyq2484[2] = true + var yynn2484 int + if yyr2484 || yy2arr2484 { r.EncodeArrayStart(4) } else { - yynn2493 = 1 - for _, b := range yyq2493 { + yynn2484 = 1 + for _, b := range yyq2484 { if b { - yynn2493++ + yynn2484++ } } - r.EncodeMapStart(yynn2493) - yynn2493 = 0 + r.EncodeMapStart(yynn2484) + yynn2484 = 0 } - if yyr2493 || yy2arr2493 { + if yyr2484 || yy2arr2484 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2493[0] { - yym2495 := z.EncBinary() - _ = yym2495 + if yyq2484[0] { + yym2486 := z.EncBinary() + _ = yym2486 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -32639,23 +32557,23 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2493[0] { + if yyq2484[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2496 := z.EncBinary() - _ = yym2496 + yym2487 := z.EncBinary() + _ = yym2487 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2493 || yy2arr2493 { + if yyr2484 || yy2arr2484 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2493[1] { - yym2498 := z.EncBinary() - _ = yym2498 + if yyq2484[1] { + yym2489 := z.EncBinary() + _ = yym2489 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -32664,54 +32582,54 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2493[1] { + if yyq2484[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2499 := z.EncBinary() - _ = yym2499 + yym2490 := z.EncBinary() + _ = yym2490 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2493 || yy2arr2493 { + if yyr2484 || yy2arr2484 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2493[2] { - yy2501 := &x.ListMeta - yym2502 := z.EncBinary() - _ = yym2502 + if yyq2484[2] { + yy2492 := &x.ListMeta + yym2493 := z.EncBinary() + _ = yym2493 if false { - } else if z.HasExtensions() && z.EncExt(yy2501) { + } else if z.HasExtensions() && z.EncExt(yy2492) { } else { - z.EncFallback(yy2501) + z.EncFallback(yy2492) } } else { r.EncodeNil() } } else { - if yyq2493[2] { + if yyq2484[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2503 := &x.ListMeta - yym2504 := z.EncBinary() - _ = yym2504 + yy2494 := &x.ListMeta + yym2495 := z.EncBinary() + _ = yym2495 if false { - } else if z.HasExtensions() && z.EncExt(yy2503) { + } else if z.HasExtensions() && z.EncExt(yy2494) { } else { - z.EncFallback(yy2503) + z.EncFallback(yy2494) } } } - if yyr2493 || yy2arr2493 { + if yyr2484 || yy2arr2484 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2506 := z.EncBinary() - _ = yym2506 + yym2497 := z.EncBinary() + _ = yym2497 if false { } else { h.encSliceReplicationController(([]ReplicationController)(x.Items), e) @@ -32724,15 +32642,15 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2507 := z.EncBinary() - _ = yym2507 + yym2498 := z.EncBinary() + _ = yym2498 if false { } else { h.encSliceReplicationController(([]ReplicationController)(x.Items), e) } } } - if yyr2493 || yy2arr2493 { + if yyr2484 || yy2arr2484 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32745,25 +32663,25 @@ func (x *ReplicationControllerList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2508 := z.DecBinary() - _ = yym2508 + yym2499 := z.DecBinary() + _ = yym2499 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2509 := r.ContainerType() - if yyct2509 == codecSelferValueTypeMap1234 { - yyl2509 := r.ReadMapStart() - if yyl2509 == 0 { + yyct2500 := r.ContainerType() + if yyct2500 == codecSelferValueTypeMap1234 { + yyl2500 := r.ReadMapStart() + if yyl2500 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2509, d) + x.codecDecodeSelfFromMap(yyl2500, d) } - } else if yyct2509 == codecSelferValueTypeArray1234 { - yyl2509 := r.ReadArrayStart() - if yyl2509 == 0 { + } else if yyct2500 == codecSelferValueTypeArray1234 { + yyl2500 := r.ReadArrayStart() + if yyl2500 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2509, d) + x.codecDecodeSelfFromArray(yyl2500, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32775,12 +32693,12 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2510Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2510Slc - var yyhl2510 bool = l >= 0 - for yyj2510 := 0; ; yyj2510++ { - if yyhl2510 { - if yyj2510 >= l { + var yys2501Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2501Slc + var yyhl2501 bool = l >= 0 + for yyj2501 := 0; ; yyj2501++ { + if yyhl2501 { + if yyj2501 >= l { break } } else { @@ -32789,10 +32707,10 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2510Slc = r.DecodeBytes(yys2510Slc, true, true) - yys2510 := string(yys2510Slc) + yys2501Slc = r.DecodeBytes(yys2501Slc, true, true) + yys2501 := string(yys2501Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2510 { + switch yys2501 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -32809,31 +32727,31 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2513 := &x.ListMeta - yym2514 := z.DecBinary() - _ = yym2514 + yyv2504 := &x.ListMeta + yym2505 := z.DecBinary() + _ = yym2505 if false { - } else if z.HasExtensions() && z.DecExt(yyv2513) { + } else if z.HasExtensions() && z.DecExt(yyv2504) { } else { - z.DecFallback(yyv2513, false) + z.DecFallback(yyv2504, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2515 := &x.Items - yym2516 := z.DecBinary() - _ = yym2516 + yyv2506 := &x.Items + yym2507 := z.DecBinary() + _ = yym2507 if false { } else { - h.decSliceReplicationController((*[]ReplicationController)(yyv2515), d) + h.decSliceReplicationController((*[]ReplicationController)(yyv2506), d) } } default: - z.DecStructFieldNotFound(-1, yys2510) - } // end switch yys2510 - } // end for yyj2510 + z.DecStructFieldNotFound(-1, yys2501) + } // end switch yys2501 + } // end for yyj2501 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32841,16 +32759,16 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2517 int - var yyb2517 bool - var yyhl2517 bool = l >= 0 - yyj2517++ - if yyhl2517 { - yyb2517 = yyj2517 > l + var yyj2508 int + var yyb2508 bool + var yyhl2508 bool = l >= 0 + yyj2508++ + if yyhl2508 { + yyb2508 = yyj2508 > l } else { - yyb2517 = r.CheckBreak() + yyb2508 = r.CheckBreak() } - if yyb2517 { + if yyb2508 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32860,13 +32778,13 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.Kind = string(r.DecodeString()) } - yyj2517++ - if yyhl2517 { - yyb2517 = yyj2517 > l + yyj2508++ + if yyhl2508 { + yyb2508 = yyj2508 > l } else { - yyb2517 = r.CheckBreak() + yyb2508 = r.CheckBreak() } - if yyb2517 { + if yyb2508 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32876,13 +32794,13 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.APIVersion = string(r.DecodeString()) } - yyj2517++ - if yyhl2517 { - yyb2517 = yyj2517 > l + yyj2508++ + if yyhl2508 { + yyb2508 = yyj2508 > l } else { - yyb2517 = r.CheckBreak() + yyb2508 = r.CheckBreak() } - if yyb2517 { + if yyb2508 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32890,22 +32808,22 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2520 := &x.ListMeta - yym2521 := z.DecBinary() - _ = yym2521 + yyv2511 := &x.ListMeta + yym2512 := z.DecBinary() + _ = yym2512 if false { - } else if z.HasExtensions() && z.DecExt(yyv2520) { + } else if z.HasExtensions() && z.DecExt(yyv2511) { } else { - z.DecFallback(yyv2520, false) + z.DecFallback(yyv2511, false) } } - yyj2517++ - if yyhl2517 { - yyb2517 = yyj2517 > l + yyj2508++ + if yyhl2508 { + yyb2508 = yyj2508 > l } else { - yyb2517 = r.CheckBreak() + yyb2508 = r.CheckBreak() } - if yyb2517 { + if yyb2508 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32913,26 +32831,26 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2522 := &x.Items - yym2523 := z.DecBinary() - _ = yym2523 + yyv2513 := &x.Items + yym2514 := z.DecBinary() + _ = yym2514 if false { } else { - h.decSliceReplicationController((*[]ReplicationController)(yyv2522), d) + h.decSliceReplicationController((*[]ReplicationController)(yyv2513), d) } } for { - yyj2517++ - if yyhl2517 { - yyb2517 = yyj2517 > l + yyj2508++ + if yyhl2508 { + yyb2508 = yyj2508 > l } else { - yyb2517 = r.CheckBreak() + yyb2508 = r.CheckBreak() } - if yyb2517 { + if yyb2508 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2517-1, "") + z.DecStructFieldNotFound(yyj2508-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32941,8 +32859,8 @@ func (x ServiceAffinity) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2524 := z.EncBinary() - _ = yym2524 + yym2515 := z.EncBinary() + _ = yym2515 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -32954,8 +32872,8 @@ func (x *ServiceAffinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2525 := z.DecBinary() - _ = yym2525 + yym2516 := z.DecBinary() + _ = yym2516 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -32967,8 +32885,8 @@ func (x ServiceType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2526 := z.EncBinary() - _ = yym2526 + yym2517 := z.EncBinary() + _ = yym2517 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -32980,8 +32898,8 @@ func (x *ServiceType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2527 := z.DecBinary() - _ = yym2527 + yym2518 := z.DecBinary() + _ = yym2518 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -32996,48 +32914,48 @@ func (x *ServiceStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2528 := z.EncBinary() - _ = yym2528 + yym2519 := z.EncBinary() + _ = yym2519 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2529 := !z.EncBinary() - yy2arr2529 := z.EncBasicHandle().StructToArray - var yyq2529 [1]bool - _, _, _ = yysep2529, yyq2529, yy2arr2529 - const yyr2529 bool = false - yyq2529[0] = true - var yynn2529 int - if yyr2529 || yy2arr2529 { + yysep2520 := !z.EncBinary() + yy2arr2520 := z.EncBasicHandle().StructToArray + var yyq2520 [1]bool + _, _, _ = yysep2520, yyq2520, yy2arr2520 + const yyr2520 bool = false + yyq2520[0] = true + var yynn2520 int + if yyr2520 || yy2arr2520 { r.EncodeArrayStart(1) } else { - yynn2529 = 0 - for _, b := range yyq2529 { + yynn2520 = 0 + for _, b := range yyq2520 { if b { - yynn2529++ + yynn2520++ } } - r.EncodeMapStart(yynn2529) - yynn2529 = 0 + r.EncodeMapStart(yynn2520) + yynn2520 = 0 } - if yyr2529 || yy2arr2529 { + if yyr2520 || yy2arr2520 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2529[0] { - yy2531 := &x.LoadBalancer - yy2531.CodecEncodeSelf(e) + if yyq2520[0] { + yy2522 := &x.LoadBalancer + yy2522.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2529[0] { + if yyq2520[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancer")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2532 := &x.LoadBalancer - yy2532.CodecEncodeSelf(e) + yy2523 := &x.LoadBalancer + yy2523.CodecEncodeSelf(e) } } - if yyr2529 || yy2arr2529 { + if yyr2520 || yy2arr2520 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33050,25 +32968,25 @@ func (x *ServiceStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2533 := z.DecBinary() - _ = yym2533 + yym2524 := z.DecBinary() + _ = yym2524 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2534 := r.ContainerType() - if yyct2534 == codecSelferValueTypeMap1234 { - yyl2534 := r.ReadMapStart() - if yyl2534 == 0 { + yyct2525 := r.ContainerType() + if yyct2525 == codecSelferValueTypeMap1234 { + yyl2525 := r.ReadMapStart() + if yyl2525 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2534, d) + x.codecDecodeSelfFromMap(yyl2525, d) } - } else if yyct2534 == codecSelferValueTypeArray1234 { - yyl2534 := r.ReadArrayStart() - if yyl2534 == 0 { + } else if yyct2525 == codecSelferValueTypeArray1234 { + yyl2525 := r.ReadArrayStart() + if yyl2525 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2534, d) + x.codecDecodeSelfFromArray(yyl2525, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33080,12 +32998,12 @@ func (x *ServiceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2535Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2535Slc - var yyhl2535 bool = l >= 0 - for yyj2535 := 0; ; yyj2535++ { - if yyhl2535 { - if yyj2535 >= l { + var yys2526Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2526Slc + var yyhl2526 bool = l >= 0 + for yyj2526 := 0; ; yyj2526++ { + if yyhl2526 { + if yyj2526 >= l { break } } else { @@ -33094,21 +33012,21 @@ func (x *ServiceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2535Slc = r.DecodeBytes(yys2535Slc, true, true) - yys2535 := string(yys2535Slc) + yys2526Slc = r.DecodeBytes(yys2526Slc, true, true) + yys2526 := string(yys2526Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2535 { + switch yys2526 { case "loadBalancer": if r.TryDecodeAsNil() { x.LoadBalancer = LoadBalancerStatus{} } else { - yyv2536 := &x.LoadBalancer - yyv2536.CodecDecodeSelf(d) + yyv2527 := &x.LoadBalancer + yyv2527.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2535) - } // end switch yys2535 - } // end for yyj2535 + z.DecStructFieldNotFound(-1, yys2526) + } // end switch yys2526 + } // end for yyj2526 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33116,16 +33034,16 @@ func (x *ServiceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2537 int - var yyb2537 bool - var yyhl2537 bool = l >= 0 - yyj2537++ - if yyhl2537 { - yyb2537 = yyj2537 > l + var yyj2528 int + var yyb2528 bool + var yyhl2528 bool = l >= 0 + yyj2528++ + if yyhl2528 { + yyb2528 = yyj2528 > l } else { - yyb2537 = r.CheckBreak() + yyb2528 = r.CheckBreak() } - if yyb2537 { + if yyb2528 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33133,21 +33051,21 @@ func (x *ServiceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LoadBalancer = LoadBalancerStatus{} } else { - yyv2538 := &x.LoadBalancer - yyv2538.CodecDecodeSelf(d) + yyv2529 := &x.LoadBalancer + yyv2529.CodecDecodeSelf(d) } for { - yyj2537++ - if yyhl2537 { - yyb2537 = yyj2537 > l + yyj2528++ + if yyhl2528 { + yyb2528 = yyj2528 > l } else { - yyb2537 = r.CheckBreak() + yyb2528 = r.CheckBreak() } - if yyb2537 { + if yyb2528 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2537-1, "") + z.DecStructFieldNotFound(yyj2528-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33159,38 +33077,38 @@ func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2539 := z.EncBinary() - _ = yym2539 + yym2530 := z.EncBinary() + _ = yym2530 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2540 := !z.EncBinary() - yy2arr2540 := z.EncBasicHandle().StructToArray - var yyq2540 [1]bool - _, _, _ = yysep2540, yyq2540, yy2arr2540 - const yyr2540 bool = false - yyq2540[0] = len(x.Ingress) != 0 - var yynn2540 int - if yyr2540 || yy2arr2540 { + yysep2531 := !z.EncBinary() + yy2arr2531 := z.EncBasicHandle().StructToArray + var yyq2531 [1]bool + _, _, _ = yysep2531, yyq2531, yy2arr2531 + const yyr2531 bool = false + yyq2531[0] = len(x.Ingress) != 0 + var yynn2531 int + if yyr2531 || yy2arr2531 { r.EncodeArrayStart(1) } else { - yynn2540 = 0 - for _, b := range yyq2540 { + yynn2531 = 0 + for _, b := range yyq2531 { if b { - yynn2540++ + yynn2531++ } } - r.EncodeMapStart(yynn2540) - yynn2540 = 0 + r.EncodeMapStart(yynn2531) + yynn2531 = 0 } - if yyr2540 || yy2arr2540 { + if yyr2531 || yy2arr2531 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2540[0] { + if yyq2531[0] { if x.Ingress == nil { r.EncodeNil() } else { - yym2542 := z.EncBinary() - _ = yym2542 + yym2533 := z.EncBinary() + _ = yym2533 if false { } else { h.encSliceLoadBalancerIngress(([]LoadBalancerIngress)(x.Ingress), e) @@ -33200,15 +33118,15 @@ func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2540[0] { + if yyq2531[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ingress")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ingress == nil { r.EncodeNil() } else { - yym2543 := z.EncBinary() - _ = yym2543 + yym2534 := z.EncBinary() + _ = yym2534 if false { } else { h.encSliceLoadBalancerIngress(([]LoadBalancerIngress)(x.Ingress), e) @@ -33216,7 +33134,7 @@ func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2540 || yy2arr2540 { + if yyr2531 || yy2arr2531 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33229,25 +33147,25 @@ func (x *LoadBalancerStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2544 := z.DecBinary() - _ = yym2544 + yym2535 := z.DecBinary() + _ = yym2535 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2545 := r.ContainerType() - if yyct2545 == codecSelferValueTypeMap1234 { - yyl2545 := r.ReadMapStart() - if yyl2545 == 0 { + yyct2536 := r.ContainerType() + if yyct2536 == codecSelferValueTypeMap1234 { + yyl2536 := r.ReadMapStart() + if yyl2536 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2545, d) + x.codecDecodeSelfFromMap(yyl2536, d) } - } else if yyct2545 == codecSelferValueTypeArray1234 { - yyl2545 := r.ReadArrayStart() - if yyl2545 == 0 { + } else if yyct2536 == codecSelferValueTypeArray1234 { + yyl2536 := r.ReadArrayStart() + if yyl2536 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2545, d) + x.codecDecodeSelfFromArray(yyl2536, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33259,12 +33177,12 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2546Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2546Slc - var yyhl2546 bool = l >= 0 - for yyj2546 := 0; ; yyj2546++ { - if yyhl2546 { - if yyj2546 >= l { + var yys2537Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2537Slc + var yyhl2537 bool = l >= 0 + for yyj2537 := 0; ; yyj2537++ { + if yyhl2537 { + if yyj2537 >= l { break } } else { @@ -33273,26 +33191,26 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2546Slc = r.DecodeBytes(yys2546Slc, true, true) - yys2546 := string(yys2546Slc) + yys2537Slc = r.DecodeBytes(yys2537Slc, true, true) + yys2537 := string(yys2537Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2546 { + switch yys2537 { case "ingress": if r.TryDecodeAsNil() { x.Ingress = nil } else { - yyv2547 := &x.Ingress - yym2548 := z.DecBinary() - _ = yym2548 + yyv2538 := &x.Ingress + yym2539 := z.DecBinary() + _ = yym2539 if false { } else { - h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2547), d) + h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2538), d) } } default: - z.DecStructFieldNotFound(-1, yys2546) - } // end switch yys2546 - } // end for yyj2546 + z.DecStructFieldNotFound(-1, yys2537) + } // end switch yys2537 + } // end for yyj2537 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33300,16 +33218,16 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2549 int - var yyb2549 bool - var yyhl2549 bool = l >= 0 - yyj2549++ - if yyhl2549 { - yyb2549 = yyj2549 > l + var yyj2540 int + var yyb2540 bool + var yyhl2540 bool = l >= 0 + yyj2540++ + if yyhl2540 { + yyb2540 = yyj2540 > l } else { - yyb2549 = r.CheckBreak() + yyb2540 = r.CheckBreak() } - if yyb2549 { + if yyb2540 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33317,26 +33235,26 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.Ingress = nil } else { - yyv2550 := &x.Ingress - yym2551 := z.DecBinary() - _ = yym2551 + yyv2541 := &x.Ingress + yym2542 := z.DecBinary() + _ = yym2542 if false { } else { - h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2550), d) + h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2541), d) } } for { - yyj2549++ - if yyhl2549 { - yyb2549 = yyj2549 > l + yyj2540++ + if yyhl2540 { + yyb2540 = yyj2540 > l } else { - yyb2549 = r.CheckBreak() + yyb2540 = r.CheckBreak() } - if yyb2549 { + if yyb2540 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2549-1, "") + z.DecStructFieldNotFound(yyj2540-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33348,36 +33266,36 @@ func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2552 := z.EncBinary() - _ = yym2552 + yym2543 := z.EncBinary() + _ = yym2543 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2553 := !z.EncBinary() - yy2arr2553 := z.EncBasicHandle().StructToArray - var yyq2553 [2]bool - _, _, _ = yysep2553, yyq2553, yy2arr2553 - const yyr2553 bool = false - yyq2553[0] = x.IP != "" - yyq2553[1] = x.Hostname != "" - var yynn2553 int - if yyr2553 || yy2arr2553 { + yysep2544 := !z.EncBinary() + yy2arr2544 := z.EncBasicHandle().StructToArray + var yyq2544 [2]bool + _, _, _ = yysep2544, yyq2544, yy2arr2544 + const yyr2544 bool = false + yyq2544[0] = x.IP != "" + yyq2544[1] = x.Hostname != "" + var yynn2544 int + if yyr2544 || yy2arr2544 { r.EncodeArrayStart(2) } else { - yynn2553 = 0 - for _, b := range yyq2553 { + yynn2544 = 0 + for _, b := range yyq2544 { if b { - yynn2553++ + yynn2544++ } } - r.EncodeMapStart(yynn2553) - yynn2553 = 0 + r.EncodeMapStart(yynn2544) + yynn2544 = 0 } - if yyr2553 || yy2arr2553 { + if yyr2544 || yy2arr2544 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2553[0] { - yym2555 := z.EncBinary() - _ = yym2555 + if yyq2544[0] { + yym2546 := z.EncBinary() + _ = yym2546 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) @@ -33386,23 +33304,23 @@ func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2553[0] { + if yyq2544[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ip")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2556 := z.EncBinary() - _ = yym2556 + yym2547 := z.EncBinary() + _ = yym2547 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) } } } - if yyr2553 || yy2arr2553 { + if yyr2544 || yy2arr2544 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2553[1] { - yym2558 := z.EncBinary() - _ = yym2558 + if yyq2544[1] { + yym2549 := z.EncBinary() + _ = yym2549 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) @@ -33411,19 +33329,19 @@ func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2553[1] { + if yyq2544[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostname")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2559 := z.EncBinary() - _ = yym2559 + yym2550 := z.EncBinary() + _ = yym2550 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) } } } - if yyr2553 || yy2arr2553 { + if yyr2544 || yy2arr2544 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33436,25 +33354,25 @@ func (x *LoadBalancerIngress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2560 := z.DecBinary() - _ = yym2560 + yym2551 := z.DecBinary() + _ = yym2551 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2561 := r.ContainerType() - if yyct2561 == codecSelferValueTypeMap1234 { - yyl2561 := r.ReadMapStart() - if yyl2561 == 0 { + yyct2552 := r.ContainerType() + if yyct2552 == codecSelferValueTypeMap1234 { + yyl2552 := r.ReadMapStart() + if yyl2552 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2561, d) + x.codecDecodeSelfFromMap(yyl2552, d) } - } else if yyct2561 == codecSelferValueTypeArray1234 { - yyl2561 := r.ReadArrayStart() - if yyl2561 == 0 { + } else if yyct2552 == codecSelferValueTypeArray1234 { + yyl2552 := r.ReadArrayStart() + if yyl2552 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2561, d) + x.codecDecodeSelfFromArray(yyl2552, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33466,12 +33384,12 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2562Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2562Slc - var yyhl2562 bool = l >= 0 - for yyj2562 := 0; ; yyj2562++ { - if yyhl2562 { - if yyj2562 >= l { + var yys2553Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2553Slc + var yyhl2553 bool = l >= 0 + for yyj2553 := 0; ; yyj2553++ { + if yyhl2553 { + if yyj2553 >= l { break } } else { @@ -33480,10 +33398,10 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2562Slc = r.DecodeBytes(yys2562Slc, true, true) - yys2562 := string(yys2562Slc) + yys2553Slc = r.DecodeBytes(yys2553Slc, true, true) + yys2553 := string(yys2553Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2562 { + switch yys2553 { case "ip": if r.TryDecodeAsNil() { x.IP = "" @@ -33497,9 +33415,9 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.Hostname = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2562) - } // end switch yys2562 - } // end for yyj2562 + z.DecStructFieldNotFound(-1, yys2553) + } // end switch yys2553 + } // end for yyj2553 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33507,16 +33425,16 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2565 int - var yyb2565 bool - var yyhl2565 bool = l >= 0 - yyj2565++ - if yyhl2565 { - yyb2565 = yyj2565 > l + var yyj2556 int + var yyb2556 bool + var yyhl2556 bool = l >= 0 + yyj2556++ + if yyhl2556 { + yyb2556 = yyj2556 > l } else { - yyb2565 = r.CheckBreak() + yyb2556 = r.CheckBreak() } - if yyb2565 { + if yyb2556 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33526,13 +33444,13 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.IP = string(r.DecodeString()) } - yyj2565++ - if yyhl2565 { - yyb2565 = yyj2565 > l + yyj2556++ + if yyhl2556 { + yyb2556 = yyj2556 > l } else { - yyb2565 = r.CheckBreak() + yyb2556 = r.CheckBreak() } - if yyb2565 { + if yyb2556 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33543,17 +33461,17 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.Hostname = string(r.DecodeString()) } for { - yyj2565++ - if yyhl2565 { - yyb2565 = yyj2565 > l + yyj2556++ + if yyhl2556 { + yyb2556 = yyj2556 > l } else { - yyb2565 = r.CheckBreak() + yyb2556 = r.CheckBreak() } - if yyb2565 { + if yyb2556 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2565-1, "") + z.DecStructFieldNotFound(yyj2556-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33565,45 +33483,45 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2568 := z.EncBinary() - _ = yym2568 + yym2559 := z.EncBinary() + _ = yym2559 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2569 := !z.EncBinary() - yy2arr2569 := z.EncBasicHandle().StructToArray - var yyq2569 [10]bool - _, _, _ = yysep2569, yyq2569, yy2arr2569 - const yyr2569 bool = false - yyq2569[1] = len(x.Selector) != 0 - yyq2569[2] = x.ClusterIP != "" - yyq2569[3] = x.Type != "" - yyq2569[4] = len(x.ExternalIPs) != 0 - yyq2569[5] = len(x.DeprecatedPublicIPs) != 0 - yyq2569[6] = x.SessionAffinity != "" - yyq2569[7] = x.LoadBalancerIP != "" - yyq2569[8] = len(x.LoadBalancerSourceRanges) != 0 - yyq2569[9] = x.ExternalName != "" - var yynn2569 int - if yyr2569 || yy2arr2569 { + yysep2560 := !z.EncBinary() + yy2arr2560 := z.EncBasicHandle().StructToArray + var yyq2560 [10]bool + _, _, _ = yysep2560, yyq2560, yy2arr2560 + const yyr2560 bool = false + yyq2560[1] = len(x.Selector) != 0 + yyq2560[2] = x.ClusterIP != "" + yyq2560[3] = x.Type != "" + yyq2560[4] = len(x.ExternalIPs) != 0 + yyq2560[5] = len(x.DeprecatedPublicIPs) != 0 + yyq2560[6] = x.SessionAffinity != "" + yyq2560[7] = x.LoadBalancerIP != "" + yyq2560[8] = len(x.LoadBalancerSourceRanges) != 0 + yyq2560[9] = x.ExternalName != "" + var yynn2560 int + if yyr2560 || yy2arr2560 { r.EncodeArrayStart(10) } else { - yynn2569 = 1 - for _, b := range yyq2569 { + yynn2560 = 1 + for _, b := range yyq2560 { if b { - yynn2569++ + yynn2560++ } } - r.EncodeMapStart(yynn2569) - yynn2569 = 0 + r.EncodeMapStart(yynn2560) + yynn2560 = 0 } - if yyr2569 || yy2arr2569 { + if yyr2560 || yy2arr2560 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Ports == nil { r.EncodeNil() } else { - yym2571 := z.EncBinary() - _ = yym2571 + yym2562 := z.EncBinary() + _ = yym2562 if false { } else { h.encSliceServicePort(([]ServicePort)(x.Ports), e) @@ -33616,22 +33534,22 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Ports == nil { r.EncodeNil() } else { - yym2572 := z.EncBinary() - _ = yym2572 + yym2563 := z.EncBinary() + _ = yym2563 if false { } else { h.encSliceServicePort(([]ServicePort)(x.Ports), e) } } } - if yyr2569 || yy2arr2569 { + if yyr2560 || yy2arr2560 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2569[1] { + if yyq2560[1] { if x.Selector == nil { r.EncodeNil() } else { - yym2574 := z.EncBinary() - _ = yym2574 + yym2565 := z.EncBinary() + _ = yym2565 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) @@ -33641,15 +33559,15 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2569[1] { + if yyq2560[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("selector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Selector == nil { r.EncodeNil() } else { - yym2575 := z.EncBinary() - _ = yym2575 + yym2566 := z.EncBinary() + _ = yym2566 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) @@ -33657,11 +33575,11 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2569 || yy2arr2569 { + if yyr2560 || yy2arr2560 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2569[2] { - yym2577 := z.EncBinary() - _ = yym2577 + if yyq2560[2] { + yym2568 := z.EncBinary() + _ = yym2568 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClusterIP)) @@ -33670,41 +33588,41 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2569[2] { + if yyq2560[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("clusterIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2578 := z.EncBinary() - _ = yym2578 + yym2569 := z.EncBinary() + _ = yym2569 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClusterIP)) } } } - if yyr2569 || yy2arr2569 { + if yyr2560 || yy2arr2560 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2569[3] { + if yyq2560[3] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2569[3] { + if yyq2560[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr2569 || yy2arr2569 { + if yyr2560 || yy2arr2560 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2569[4] { + if yyq2560[4] { if x.ExternalIPs == nil { r.EncodeNil() } else { - yym2581 := z.EncBinary() - _ = yym2581 + yym2572 := z.EncBinary() + _ = yym2572 if false { } else { z.F.EncSliceStringV(x.ExternalIPs, false, e) @@ -33714,15 +33632,15 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2569[4] { + if yyq2560[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("externalIPs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ExternalIPs == nil { r.EncodeNil() } else { - yym2582 := z.EncBinary() - _ = yym2582 + yym2573 := z.EncBinary() + _ = yym2573 if false { } else { z.F.EncSliceStringV(x.ExternalIPs, false, e) @@ -33730,14 +33648,14 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2569 || yy2arr2569 { + if yyr2560 || yy2arr2560 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2569[5] { + if yyq2560[5] { if x.DeprecatedPublicIPs == nil { r.EncodeNil() } else { - yym2584 := z.EncBinary() - _ = yym2584 + yym2575 := z.EncBinary() + _ = yym2575 if false { } else { z.F.EncSliceStringV(x.DeprecatedPublicIPs, false, e) @@ -33747,15 +33665,15 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2569[5] { + if yyq2560[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("deprecatedPublicIPs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.DeprecatedPublicIPs == nil { r.EncodeNil() } else { - yym2585 := z.EncBinary() - _ = yym2585 + yym2576 := z.EncBinary() + _ = yym2576 if false { } else { z.F.EncSliceStringV(x.DeprecatedPublicIPs, false, e) @@ -33763,26 +33681,26 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2569 || yy2arr2569 { + if yyr2560 || yy2arr2560 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2569[6] { + if yyq2560[6] { x.SessionAffinity.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2569[6] { + if yyq2560[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sessionAffinity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.SessionAffinity.CodecEncodeSelf(e) } } - if yyr2569 || yy2arr2569 { + if yyr2560 || yy2arr2560 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2569[7] { - yym2588 := z.EncBinary() - _ = yym2588 + if yyq2560[7] { + yym2579 := z.EncBinary() + _ = yym2579 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LoadBalancerIP)) @@ -33791,26 +33709,26 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2569[7] { + if yyq2560[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancerIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2589 := z.EncBinary() - _ = yym2589 + yym2580 := z.EncBinary() + _ = yym2580 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LoadBalancerIP)) } } } - if yyr2569 || yy2arr2569 { + if yyr2560 || yy2arr2560 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2569[8] { + if yyq2560[8] { if x.LoadBalancerSourceRanges == nil { r.EncodeNil() } else { - yym2591 := z.EncBinary() - _ = yym2591 + yym2582 := z.EncBinary() + _ = yym2582 if false { } else { z.F.EncSliceStringV(x.LoadBalancerSourceRanges, false, e) @@ -33820,15 +33738,15 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2569[8] { + if yyq2560[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancerSourceRanges")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.LoadBalancerSourceRanges == nil { r.EncodeNil() } else { - yym2592 := z.EncBinary() - _ = yym2592 + yym2583 := z.EncBinary() + _ = yym2583 if false { } else { z.F.EncSliceStringV(x.LoadBalancerSourceRanges, false, e) @@ -33836,11 +33754,11 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2569 || yy2arr2569 { + if yyr2560 || yy2arr2560 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2569[9] { - yym2594 := z.EncBinary() - _ = yym2594 + if yyq2560[9] { + yym2585 := z.EncBinary() + _ = yym2585 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalName)) @@ -33849,19 +33767,19 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2569[9] { + if yyq2560[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("externalName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2595 := z.EncBinary() - _ = yym2595 + yym2586 := z.EncBinary() + _ = yym2586 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalName)) } } } - if yyr2569 || yy2arr2569 { + if yyr2560 || yy2arr2560 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33874,25 +33792,25 @@ func (x *ServiceSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2596 := z.DecBinary() - _ = yym2596 + yym2587 := z.DecBinary() + _ = yym2587 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2597 := r.ContainerType() - if yyct2597 == codecSelferValueTypeMap1234 { - yyl2597 := r.ReadMapStart() - if yyl2597 == 0 { + yyct2588 := r.ContainerType() + if yyct2588 == codecSelferValueTypeMap1234 { + yyl2588 := r.ReadMapStart() + if yyl2588 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2597, d) + x.codecDecodeSelfFromMap(yyl2588, d) } - } else if yyct2597 == codecSelferValueTypeArray1234 { - yyl2597 := r.ReadArrayStart() - if yyl2597 == 0 { + } else if yyct2588 == codecSelferValueTypeArray1234 { + yyl2588 := r.ReadArrayStart() + if yyl2588 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2597, d) + x.codecDecodeSelfFromArray(yyl2588, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33904,12 +33822,12 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2598Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2598Slc - var yyhl2598 bool = l >= 0 - for yyj2598 := 0; ; yyj2598++ { - if yyhl2598 { - if yyj2598 >= l { + var yys2589Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2589Slc + var yyhl2589 bool = l >= 0 + for yyj2589 := 0; ; yyj2589++ { + if yyhl2589 { + if yyj2589 >= l { break } } else { @@ -33918,32 +33836,32 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2598Slc = r.DecodeBytes(yys2598Slc, true, true) - yys2598 := string(yys2598Slc) + yys2589Slc = r.DecodeBytes(yys2589Slc, true, true) + yys2589 := string(yys2589Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2598 { + switch yys2589 { case "ports": if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2599 := &x.Ports - yym2600 := z.DecBinary() - _ = yym2600 + yyv2590 := &x.Ports + yym2591 := z.DecBinary() + _ = yym2591 if false { } else { - h.decSliceServicePort((*[]ServicePort)(yyv2599), d) + h.decSliceServicePort((*[]ServicePort)(yyv2590), d) } } case "selector": if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2601 := &x.Selector - yym2602 := z.DecBinary() - _ = yym2602 + yyv2592 := &x.Selector + yym2593 := z.DecBinary() + _ = yym2593 if false { } else { - z.F.DecMapStringStringX(yyv2601, false, d) + z.F.DecMapStringStringX(yyv2592, false, d) } } case "clusterIP": @@ -33962,24 +33880,24 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ExternalIPs = nil } else { - yyv2605 := &x.ExternalIPs - yym2606 := z.DecBinary() - _ = yym2606 + yyv2596 := &x.ExternalIPs + yym2597 := z.DecBinary() + _ = yym2597 if false { } else { - z.F.DecSliceStringX(yyv2605, false, d) + z.F.DecSliceStringX(yyv2596, false, d) } } case "deprecatedPublicIPs": if r.TryDecodeAsNil() { x.DeprecatedPublicIPs = nil } else { - yyv2607 := &x.DeprecatedPublicIPs - yym2608 := z.DecBinary() - _ = yym2608 + yyv2598 := &x.DeprecatedPublicIPs + yym2599 := z.DecBinary() + _ = yym2599 if false { } else { - z.F.DecSliceStringX(yyv2607, false, d) + z.F.DecSliceStringX(yyv2598, false, d) } } case "sessionAffinity": @@ -33998,12 +33916,12 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LoadBalancerSourceRanges = nil } else { - yyv2611 := &x.LoadBalancerSourceRanges - yym2612 := z.DecBinary() - _ = yym2612 + yyv2602 := &x.LoadBalancerSourceRanges + yym2603 := z.DecBinary() + _ = yym2603 if false { } else { - z.F.DecSliceStringX(yyv2611, false, d) + z.F.DecSliceStringX(yyv2602, false, d) } } case "externalName": @@ -34013,9 +33931,9 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ExternalName = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2598) - } // end switch yys2598 - } // end for yyj2598 + z.DecStructFieldNotFound(-1, yys2589) + } // end switch yys2589 + } // end for yyj2589 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34023,16 +33941,16 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2614 int - var yyb2614 bool - var yyhl2614 bool = l >= 0 - yyj2614++ - if yyhl2614 { - yyb2614 = yyj2614 > l + var yyj2605 int + var yyb2605 bool + var yyhl2605 bool = l >= 0 + yyj2605++ + if yyhl2605 { + yyb2605 = yyj2605 > l } else { - yyb2614 = r.CheckBreak() + yyb2605 = r.CheckBreak() } - if yyb2614 { + if yyb2605 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34040,21 +33958,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2615 := &x.Ports - yym2616 := z.DecBinary() - _ = yym2616 + yyv2606 := &x.Ports + yym2607 := z.DecBinary() + _ = yym2607 if false { } else { - h.decSliceServicePort((*[]ServicePort)(yyv2615), d) + h.decSliceServicePort((*[]ServicePort)(yyv2606), d) } } - yyj2614++ - if yyhl2614 { - yyb2614 = yyj2614 > l + yyj2605++ + if yyhl2605 { + yyb2605 = yyj2605 > l } else { - yyb2614 = r.CheckBreak() + yyb2605 = r.CheckBreak() } - if yyb2614 { + if yyb2605 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34062,21 +33980,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2617 := &x.Selector - yym2618 := z.DecBinary() - _ = yym2618 + yyv2608 := &x.Selector + yym2609 := z.DecBinary() + _ = yym2609 if false { } else { - z.F.DecMapStringStringX(yyv2617, false, d) + z.F.DecMapStringStringX(yyv2608, false, d) } } - yyj2614++ - if yyhl2614 { - yyb2614 = yyj2614 > l + yyj2605++ + if yyhl2605 { + yyb2605 = yyj2605 > l } else { - yyb2614 = r.CheckBreak() + yyb2605 = r.CheckBreak() } - if yyb2614 { + if yyb2605 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34086,13 +34004,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ClusterIP = string(r.DecodeString()) } - yyj2614++ - if yyhl2614 { - yyb2614 = yyj2614 > l + yyj2605++ + if yyhl2605 { + yyb2605 = yyj2605 > l } else { - yyb2614 = r.CheckBreak() + yyb2605 = r.CheckBreak() } - if yyb2614 { + if yyb2605 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34102,13 +34020,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = ServiceType(r.DecodeString()) } - yyj2614++ - if yyhl2614 { - yyb2614 = yyj2614 > l + yyj2605++ + if yyhl2605 { + yyb2605 = yyj2605 > l } else { - yyb2614 = r.CheckBreak() + yyb2605 = r.CheckBreak() } - if yyb2614 { + if yyb2605 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34116,21 +34034,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ExternalIPs = nil } else { - yyv2621 := &x.ExternalIPs - yym2622 := z.DecBinary() - _ = yym2622 + yyv2612 := &x.ExternalIPs + yym2613 := z.DecBinary() + _ = yym2613 if false { } else { - z.F.DecSliceStringX(yyv2621, false, d) + z.F.DecSliceStringX(yyv2612, false, d) } } - yyj2614++ - if yyhl2614 { - yyb2614 = yyj2614 > l + yyj2605++ + if yyhl2605 { + yyb2605 = yyj2605 > l } else { - yyb2614 = r.CheckBreak() + yyb2605 = r.CheckBreak() } - if yyb2614 { + if yyb2605 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34138,21 +34056,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DeprecatedPublicIPs = nil } else { - yyv2623 := &x.DeprecatedPublicIPs - yym2624 := z.DecBinary() - _ = yym2624 + yyv2614 := &x.DeprecatedPublicIPs + yym2615 := z.DecBinary() + _ = yym2615 if false { } else { - z.F.DecSliceStringX(yyv2623, false, d) + z.F.DecSliceStringX(yyv2614, false, d) } } - yyj2614++ - if yyhl2614 { - yyb2614 = yyj2614 > l + yyj2605++ + if yyhl2605 { + yyb2605 = yyj2605 > l } else { - yyb2614 = r.CheckBreak() + yyb2605 = r.CheckBreak() } - if yyb2614 { + if yyb2605 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34162,13 +34080,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SessionAffinity = ServiceAffinity(r.DecodeString()) } - yyj2614++ - if yyhl2614 { - yyb2614 = yyj2614 > l + yyj2605++ + if yyhl2605 { + yyb2605 = yyj2605 > l } else { - yyb2614 = r.CheckBreak() + yyb2605 = r.CheckBreak() } - if yyb2614 { + if yyb2605 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34178,13 +34096,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.LoadBalancerIP = string(r.DecodeString()) } - yyj2614++ - if yyhl2614 { - yyb2614 = yyj2614 > l + yyj2605++ + if yyhl2605 { + yyb2605 = yyj2605 > l } else { - yyb2614 = r.CheckBreak() + yyb2605 = r.CheckBreak() } - if yyb2614 { + if yyb2605 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34192,21 +34110,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LoadBalancerSourceRanges = nil } else { - yyv2627 := &x.LoadBalancerSourceRanges - yym2628 := z.DecBinary() - _ = yym2628 + yyv2618 := &x.LoadBalancerSourceRanges + yym2619 := z.DecBinary() + _ = yym2619 if false { } else { - z.F.DecSliceStringX(yyv2627, false, d) + z.F.DecSliceStringX(yyv2618, false, d) } } - yyj2614++ - if yyhl2614 { - yyb2614 = yyj2614 > l + yyj2605++ + if yyhl2605 { + yyb2605 = yyj2605 > l } else { - yyb2614 = r.CheckBreak() + yyb2605 = r.CheckBreak() } - if yyb2614 { + if yyb2605 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34217,17 +34135,17 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.ExternalName = string(r.DecodeString()) } for { - yyj2614++ - if yyhl2614 { - yyb2614 = yyj2614 > l + yyj2605++ + if yyhl2605 { + yyb2605 = yyj2605 > l } else { - yyb2614 = r.CheckBreak() + yyb2605 = r.CheckBreak() } - if yyb2614 { + if yyb2605 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2614-1, "") + z.DecStructFieldNotFound(yyj2605-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34239,38 +34157,38 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2630 := z.EncBinary() - _ = yym2630 + yym2621 := z.EncBinary() + _ = yym2621 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2631 := !z.EncBinary() - yy2arr2631 := z.EncBasicHandle().StructToArray - var yyq2631 [5]bool - _, _, _ = yysep2631, yyq2631, yy2arr2631 - const yyr2631 bool = false - yyq2631[0] = x.Name != "" - yyq2631[1] = x.Protocol != "" - yyq2631[3] = true - yyq2631[4] = x.NodePort != 0 - var yynn2631 int - if yyr2631 || yy2arr2631 { + yysep2622 := !z.EncBinary() + yy2arr2622 := z.EncBasicHandle().StructToArray + var yyq2622 [5]bool + _, _, _ = yysep2622, yyq2622, yy2arr2622 + const yyr2622 bool = false + yyq2622[0] = x.Name != "" + yyq2622[1] = x.Protocol != "" + yyq2622[3] = true + yyq2622[4] = x.NodePort != 0 + var yynn2622 int + if yyr2622 || yy2arr2622 { r.EncodeArrayStart(5) } else { - yynn2631 = 1 - for _, b := range yyq2631 { + yynn2622 = 1 + for _, b := range yyq2622 { if b { - yynn2631++ + yynn2622++ } } - r.EncodeMapStart(yynn2631) - yynn2631 = 0 + r.EncodeMapStart(yynn2622) + yynn2622 = 0 } - if yyr2631 || yy2arr2631 { + if yyr2622 || yy2arr2622 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2631[0] { - yym2633 := z.EncBinary() - _ = yym2633 + if yyq2622[0] { + yym2624 := z.EncBinary() + _ = yym2624 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -34279,37 +34197,37 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2631[0] { + if yyq2622[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2634 := z.EncBinary() - _ = yym2634 + yym2625 := z.EncBinary() + _ = yym2625 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr2631 || yy2arr2631 { + if yyr2622 || yy2arr2622 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2631[1] { + if yyq2622[1] { x.Protocol.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2631[1] { + if yyq2622[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("protocol")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } } - if yyr2631 || yy2arr2631 { + if yyr2622 || yy2arr2622 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2637 := z.EncBinary() - _ = yym2637 + yym2628 := z.EncBinary() + _ = yym2628 if false { } else { r.EncodeInt(int64(x.Port)) @@ -34318,51 +34236,51 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2638 := z.EncBinary() - _ = yym2638 + yym2629 := z.EncBinary() + _ = yym2629 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2631 || yy2arr2631 { + if yyr2622 || yy2arr2622 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2631[3] { - yy2640 := &x.TargetPort - yym2641 := z.EncBinary() - _ = yym2641 + if yyq2622[3] { + yy2631 := &x.TargetPort + yym2632 := z.EncBinary() + _ = yym2632 if false { - } else if z.HasExtensions() && z.EncExt(yy2640) { - } else if !yym2641 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2640) + } else if z.HasExtensions() && z.EncExt(yy2631) { + } else if !yym2632 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2631) } else { - z.EncFallback(yy2640) + z.EncFallback(yy2631) } } else { r.EncodeNil() } } else { - if yyq2631[3] { + if yyq2622[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("targetPort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2642 := &x.TargetPort - yym2643 := z.EncBinary() - _ = yym2643 + yy2633 := &x.TargetPort + yym2634 := z.EncBinary() + _ = yym2634 if false { - } else if z.HasExtensions() && z.EncExt(yy2642) { - } else if !yym2643 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2642) + } else if z.HasExtensions() && z.EncExt(yy2633) { + } else if !yym2634 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2633) } else { - z.EncFallback(yy2642) + z.EncFallback(yy2633) } } } - if yyr2631 || yy2arr2631 { + if yyr2622 || yy2arr2622 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2631[4] { - yym2645 := z.EncBinary() - _ = yym2645 + if yyq2622[4] { + yym2636 := z.EncBinary() + _ = yym2636 if false { } else { r.EncodeInt(int64(x.NodePort)) @@ -34371,19 +34289,19 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq2631[4] { + if yyq2622[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodePort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2646 := z.EncBinary() - _ = yym2646 + yym2637 := z.EncBinary() + _ = yym2637 if false { } else { r.EncodeInt(int64(x.NodePort)) } } } - if yyr2631 || yy2arr2631 { + if yyr2622 || yy2arr2622 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34396,25 +34314,25 @@ func (x *ServicePort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2647 := z.DecBinary() - _ = yym2647 + yym2638 := z.DecBinary() + _ = yym2638 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2648 := r.ContainerType() - if yyct2648 == codecSelferValueTypeMap1234 { - yyl2648 := r.ReadMapStart() - if yyl2648 == 0 { + yyct2639 := r.ContainerType() + if yyct2639 == codecSelferValueTypeMap1234 { + yyl2639 := r.ReadMapStart() + if yyl2639 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2648, d) + x.codecDecodeSelfFromMap(yyl2639, d) } - } else if yyct2648 == codecSelferValueTypeArray1234 { - yyl2648 := r.ReadArrayStart() - if yyl2648 == 0 { + } else if yyct2639 == codecSelferValueTypeArray1234 { + yyl2639 := r.ReadArrayStart() + if yyl2639 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2648, d) + x.codecDecodeSelfFromArray(yyl2639, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34426,12 +34344,12 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2649Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2649Slc - var yyhl2649 bool = l >= 0 - for yyj2649 := 0; ; yyj2649++ { - if yyhl2649 { - if yyj2649 >= l { + var yys2640Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2640Slc + var yyhl2640 bool = l >= 0 + for yyj2640 := 0; ; yyj2640++ { + if yyhl2640 { + if yyj2640 >= l { break } } else { @@ -34440,10 +34358,10 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2649Slc = r.DecodeBytes(yys2649Slc, true, true) - yys2649 := string(yys2649Slc) + yys2640Slc = r.DecodeBytes(yys2640Slc, true, true) + yys2640 := string(yys2640Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2649 { + switch yys2640 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -34466,15 +34384,15 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.TargetPort = pkg4_intstr.IntOrString{} } else { - yyv2653 := &x.TargetPort - yym2654 := z.DecBinary() - _ = yym2654 + yyv2644 := &x.TargetPort + yym2645 := z.DecBinary() + _ = yym2645 if false { - } else if z.HasExtensions() && z.DecExt(yyv2653) { - } else if !yym2654 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2653) + } else if z.HasExtensions() && z.DecExt(yyv2644) { + } else if !yym2645 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2644) } else { - z.DecFallback(yyv2653, false) + z.DecFallback(yyv2644, false) } } case "nodePort": @@ -34484,9 +34402,9 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.NodePort = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys2649) - } // end switch yys2649 - } // end for yyj2649 + z.DecStructFieldNotFound(-1, yys2640) + } // end switch yys2640 + } // end for yyj2640 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34494,16 +34412,16 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2656 int - var yyb2656 bool - var yyhl2656 bool = l >= 0 - yyj2656++ - if yyhl2656 { - yyb2656 = yyj2656 > l + var yyj2647 int + var yyb2647 bool + var yyhl2647 bool = l >= 0 + yyj2647++ + if yyhl2647 { + yyb2647 = yyj2647 > l } else { - yyb2656 = r.CheckBreak() + yyb2647 = r.CheckBreak() } - if yyb2656 { + if yyb2647 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34513,13 +34431,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj2656++ - if yyhl2656 { - yyb2656 = yyj2656 > l + yyj2647++ + if yyhl2647 { + yyb2647 = yyj2647 > l } else { - yyb2656 = r.CheckBreak() + yyb2647 = r.CheckBreak() } - if yyb2656 { + if yyb2647 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34529,13 +34447,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Protocol = Protocol(r.DecodeString()) } - yyj2656++ - if yyhl2656 { - yyb2656 = yyj2656 > l + yyj2647++ + if yyhl2647 { + yyb2647 = yyj2647 > l } else { - yyb2656 = r.CheckBreak() + yyb2647 = r.CheckBreak() } - if yyb2656 { + if yyb2647 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34545,13 +34463,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Port = int32(r.DecodeInt(32)) } - yyj2656++ - if yyhl2656 { - yyb2656 = yyj2656 > l + yyj2647++ + if yyhl2647 { + yyb2647 = yyj2647 > l } else { - yyb2656 = r.CheckBreak() + yyb2647 = r.CheckBreak() } - if yyb2656 { + if yyb2647 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34559,24 +34477,24 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.TargetPort = pkg4_intstr.IntOrString{} } else { - yyv2660 := &x.TargetPort - yym2661 := z.DecBinary() - _ = yym2661 + yyv2651 := &x.TargetPort + yym2652 := z.DecBinary() + _ = yym2652 if false { - } else if z.HasExtensions() && z.DecExt(yyv2660) { - } else if !yym2661 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2660) + } else if z.HasExtensions() && z.DecExt(yyv2651) { + } else if !yym2652 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2651) } else { - z.DecFallback(yyv2660, false) + z.DecFallback(yyv2651, false) } } - yyj2656++ - if yyhl2656 { - yyb2656 = yyj2656 > l + yyj2647++ + if yyhl2647 { + yyb2647 = yyj2647 > l } else { - yyb2656 = r.CheckBreak() + yyb2647 = r.CheckBreak() } - if yyb2656 { + if yyb2647 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34587,17 +34505,17 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.NodePort = int32(r.DecodeInt(32)) } for { - yyj2656++ - if yyhl2656 { - yyb2656 = yyj2656 > l + yyj2647++ + if yyhl2647 { + yyb2647 = yyj2647 > l } else { - yyb2656 = r.CheckBreak() + yyb2647 = r.CheckBreak() } - if yyb2656 { + if yyb2647 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2656-1, "") + z.DecStructFieldNotFound(yyj2647-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34609,39 +34527,39 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2663 := z.EncBinary() - _ = yym2663 + yym2654 := z.EncBinary() + _ = yym2654 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2664 := !z.EncBinary() - yy2arr2664 := z.EncBasicHandle().StructToArray - var yyq2664 [5]bool - _, _, _ = yysep2664, yyq2664, yy2arr2664 - const yyr2664 bool = false - yyq2664[0] = x.Kind != "" - yyq2664[1] = x.APIVersion != "" - yyq2664[2] = true - yyq2664[3] = true - yyq2664[4] = true - var yynn2664 int - if yyr2664 || yy2arr2664 { + yysep2655 := !z.EncBinary() + yy2arr2655 := z.EncBasicHandle().StructToArray + var yyq2655 [5]bool + _, _, _ = yysep2655, yyq2655, yy2arr2655 + const yyr2655 bool = false + yyq2655[0] = x.Kind != "" + yyq2655[1] = x.APIVersion != "" + yyq2655[2] = true + yyq2655[3] = true + yyq2655[4] = true + var yynn2655 int + if yyr2655 || yy2arr2655 { r.EncodeArrayStart(5) } else { - yynn2664 = 0 - for _, b := range yyq2664 { + yynn2655 = 0 + for _, b := range yyq2655 { if b { - yynn2664++ + yynn2655++ } } - r.EncodeMapStart(yynn2664) - yynn2664 = 0 + r.EncodeMapStart(yynn2655) + yynn2655 = 0 } - if yyr2664 || yy2arr2664 { + if yyr2655 || yy2arr2655 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2664[0] { - yym2666 := z.EncBinary() - _ = yym2666 + if yyq2655[0] { + yym2657 := z.EncBinary() + _ = yym2657 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -34650,23 +34568,23 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2664[0] { + if yyq2655[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2667 := z.EncBinary() - _ = yym2667 + yym2658 := z.EncBinary() + _ = yym2658 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2664 || yy2arr2664 { + if yyr2655 || yy2arr2655 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2664[1] { - yym2669 := z.EncBinary() - _ = yym2669 + if yyq2655[1] { + yym2660 := z.EncBinary() + _ = yym2660 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -34675,70 +34593,70 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2664[1] { + if yyq2655[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2670 := z.EncBinary() - _ = yym2670 + yym2661 := z.EncBinary() + _ = yym2661 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2664 || yy2arr2664 { + if yyr2655 || yy2arr2655 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2664[2] { - yy2672 := &x.ObjectMeta - yy2672.CodecEncodeSelf(e) + if yyq2655[2] { + yy2663 := &x.ObjectMeta + yy2663.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2664[2] { + if yyq2655[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2673 := &x.ObjectMeta - yy2673.CodecEncodeSelf(e) + yy2664 := &x.ObjectMeta + yy2664.CodecEncodeSelf(e) } } - if yyr2664 || yy2arr2664 { + if yyr2655 || yy2arr2655 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2664[3] { - yy2675 := &x.Spec - yy2675.CodecEncodeSelf(e) + if yyq2655[3] { + yy2666 := &x.Spec + yy2666.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2664[3] { + if yyq2655[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2676 := &x.Spec - yy2676.CodecEncodeSelf(e) + yy2667 := &x.Spec + yy2667.CodecEncodeSelf(e) } } - if yyr2664 || yy2arr2664 { + if yyr2655 || yy2arr2655 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2664[4] { - yy2678 := &x.Status - yy2678.CodecEncodeSelf(e) + if yyq2655[4] { + yy2669 := &x.Status + yy2669.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2664[4] { + if yyq2655[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2679 := &x.Status - yy2679.CodecEncodeSelf(e) + yy2670 := &x.Status + yy2670.CodecEncodeSelf(e) } } - if yyr2664 || yy2arr2664 { + if yyr2655 || yy2arr2655 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34751,25 +34669,25 @@ func (x *Service) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2680 := z.DecBinary() - _ = yym2680 + yym2671 := z.DecBinary() + _ = yym2671 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2681 := r.ContainerType() - if yyct2681 == codecSelferValueTypeMap1234 { - yyl2681 := r.ReadMapStart() - if yyl2681 == 0 { + yyct2672 := r.ContainerType() + if yyct2672 == codecSelferValueTypeMap1234 { + yyl2672 := r.ReadMapStart() + if yyl2672 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2681, d) + x.codecDecodeSelfFromMap(yyl2672, d) } - } else if yyct2681 == codecSelferValueTypeArray1234 { - yyl2681 := r.ReadArrayStart() - if yyl2681 == 0 { + } else if yyct2672 == codecSelferValueTypeArray1234 { + yyl2672 := r.ReadArrayStart() + if yyl2672 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2681, d) + x.codecDecodeSelfFromArray(yyl2672, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34781,12 +34699,12 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2682Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2682Slc - var yyhl2682 bool = l >= 0 - for yyj2682 := 0; ; yyj2682++ { - if yyhl2682 { - if yyj2682 >= l { + var yys2673Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2673Slc + var yyhl2673 bool = l >= 0 + for yyj2673 := 0; ; yyj2673++ { + if yyhl2673 { + if yyj2673 >= l { break } } else { @@ -34795,10 +34713,10 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2682Slc = r.DecodeBytes(yys2682Slc, true, true) - yys2682 := string(yys2682Slc) + yys2673Slc = r.DecodeBytes(yys2673Slc, true, true) + yys2673 := string(yys2673Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2682 { + switch yys2673 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -34815,27 +34733,27 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2685 := &x.ObjectMeta - yyv2685.CodecDecodeSelf(d) + yyv2676 := &x.ObjectMeta + yyv2676.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ServiceSpec{} } else { - yyv2686 := &x.Spec - yyv2686.CodecDecodeSelf(d) + yyv2677 := &x.Spec + yyv2677.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ServiceStatus{} } else { - yyv2687 := &x.Status - yyv2687.CodecDecodeSelf(d) + yyv2678 := &x.Status + yyv2678.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2682) - } // end switch yys2682 - } // end for yyj2682 + z.DecStructFieldNotFound(-1, yys2673) + } // end switch yys2673 + } // end for yyj2673 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34843,16 +34761,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2688 int - var yyb2688 bool - var yyhl2688 bool = l >= 0 - yyj2688++ - if yyhl2688 { - yyb2688 = yyj2688 > l + var yyj2679 int + var yyb2679 bool + var yyhl2679 bool = l >= 0 + yyj2679++ + if yyhl2679 { + yyb2679 = yyj2679 > l } else { - yyb2688 = r.CheckBreak() + yyb2679 = r.CheckBreak() } - if yyb2688 { + if yyb2679 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34862,13 +34780,13 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2688++ - if yyhl2688 { - yyb2688 = yyj2688 > l + yyj2679++ + if yyhl2679 { + yyb2679 = yyj2679 > l } else { - yyb2688 = r.CheckBreak() + yyb2679 = r.CheckBreak() } - if yyb2688 { + if yyb2679 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34878,13 +34796,13 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2688++ - if yyhl2688 { - yyb2688 = yyj2688 > l + yyj2679++ + if yyhl2679 { + yyb2679 = yyj2679 > l } else { - yyb2688 = r.CheckBreak() + yyb2679 = r.CheckBreak() } - if yyb2688 { + if yyb2679 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34892,16 +34810,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2691 := &x.ObjectMeta - yyv2691.CodecDecodeSelf(d) + yyv2682 := &x.ObjectMeta + yyv2682.CodecDecodeSelf(d) } - yyj2688++ - if yyhl2688 { - yyb2688 = yyj2688 > l + yyj2679++ + if yyhl2679 { + yyb2679 = yyj2679 > l } else { - yyb2688 = r.CheckBreak() + yyb2679 = r.CheckBreak() } - if yyb2688 { + if yyb2679 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34909,16 +34827,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = ServiceSpec{} } else { - yyv2692 := &x.Spec - yyv2692.CodecDecodeSelf(d) + yyv2683 := &x.Spec + yyv2683.CodecDecodeSelf(d) } - yyj2688++ - if yyhl2688 { - yyb2688 = yyj2688 > l + yyj2679++ + if yyhl2679 { + yyb2679 = yyj2679 > l } else { - yyb2688 = r.CheckBreak() + yyb2679 = r.CheckBreak() } - if yyb2688 { + if yyb2679 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34926,21 +34844,21 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = ServiceStatus{} } else { - yyv2693 := &x.Status - yyv2693.CodecDecodeSelf(d) + yyv2684 := &x.Status + yyv2684.CodecDecodeSelf(d) } for { - yyj2688++ - if yyhl2688 { - yyb2688 = yyj2688 > l + yyj2679++ + if yyhl2679 { + yyb2679 = yyj2679 > l } else { - yyb2688 = r.CheckBreak() + yyb2679 = r.CheckBreak() } - if yyb2688 { + if yyb2679 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2688-1, "") + z.DecStructFieldNotFound(yyj2679-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34952,37 +34870,37 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2694 := z.EncBinary() - _ = yym2694 + yym2685 := z.EncBinary() + _ = yym2685 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2695 := !z.EncBinary() - yy2arr2695 := z.EncBasicHandle().StructToArray - var yyq2695 [4]bool - _, _, _ = yysep2695, yyq2695, yy2arr2695 - const yyr2695 bool = false - yyq2695[0] = x.Kind != "" - yyq2695[1] = x.APIVersion != "" - yyq2695[2] = true - var yynn2695 int - if yyr2695 || yy2arr2695 { + yysep2686 := !z.EncBinary() + yy2arr2686 := z.EncBasicHandle().StructToArray + var yyq2686 [4]bool + _, _, _ = yysep2686, yyq2686, yy2arr2686 + const yyr2686 bool = false + yyq2686[0] = x.Kind != "" + yyq2686[1] = x.APIVersion != "" + yyq2686[2] = true + var yynn2686 int + if yyr2686 || yy2arr2686 { r.EncodeArrayStart(4) } else { - yynn2695 = 1 - for _, b := range yyq2695 { + yynn2686 = 1 + for _, b := range yyq2686 { if b { - yynn2695++ + yynn2686++ } } - r.EncodeMapStart(yynn2695) - yynn2695 = 0 + r.EncodeMapStart(yynn2686) + yynn2686 = 0 } - if yyr2695 || yy2arr2695 { + if yyr2686 || yy2arr2686 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2695[0] { - yym2697 := z.EncBinary() - _ = yym2697 + if yyq2686[0] { + yym2688 := z.EncBinary() + _ = yym2688 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -34991,23 +34909,23 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2695[0] { + if yyq2686[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2698 := z.EncBinary() - _ = yym2698 + yym2689 := z.EncBinary() + _ = yym2689 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2695 || yy2arr2695 { + if yyr2686 || yy2arr2686 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2695[1] { - yym2700 := z.EncBinary() - _ = yym2700 + if yyq2686[1] { + yym2691 := z.EncBinary() + _ = yym2691 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -35016,54 +34934,54 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2695[1] { + if yyq2686[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2701 := z.EncBinary() - _ = yym2701 + yym2692 := z.EncBinary() + _ = yym2692 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2695 || yy2arr2695 { + if yyr2686 || yy2arr2686 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2695[2] { - yy2703 := &x.ListMeta - yym2704 := z.EncBinary() - _ = yym2704 + if yyq2686[2] { + yy2694 := &x.ListMeta + yym2695 := z.EncBinary() + _ = yym2695 if false { - } else if z.HasExtensions() && z.EncExt(yy2703) { + } else if z.HasExtensions() && z.EncExt(yy2694) { } else { - z.EncFallback(yy2703) + z.EncFallback(yy2694) } } else { r.EncodeNil() } } else { - if yyq2695[2] { + if yyq2686[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2705 := &x.ListMeta - yym2706 := z.EncBinary() - _ = yym2706 + yy2696 := &x.ListMeta + yym2697 := z.EncBinary() + _ = yym2697 if false { - } else if z.HasExtensions() && z.EncExt(yy2705) { + } else if z.HasExtensions() && z.EncExt(yy2696) { } else { - z.EncFallback(yy2705) + z.EncFallback(yy2696) } } } - if yyr2695 || yy2arr2695 { + if yyr2686 || yy2arr2686 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2708 := z.EncBinary() - _ = yym2708 + yym2699 := z.EncBinary() + _ = yym2699 if false { } else { h.encSliceService(([]Service)(x.Items), e) @@ -35076,15 +34994,15 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2709 := z.EncBinary() - _ = yym2709 + yym2700 := z.EncBinary() + _ = yym2700 if false { } else { h.encSliceService(([]Service)(x.Items), e) } } } - if yyr2695 || yy2arr2695 { + if yyr2686 || yy2arr2686 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35097,25 +35015,25 @@ func (x *ServiceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2710 := z.DecBinary() - _ = yym2710 + yym2701 := z.DecBinary() + _ = yym2701 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2711 := r.ContainerType() - if yyct2711 == codecSelferValueTypeMap1234 { - yyl2711 := r.ReadMapStart() - if yyl2711 == 0 { + yyct2702 := r.ContainerType() + if yyct2702 == codecSelferValueTypeMap1234 { + yyl2702 := r.ReadMapStart() + if yyl2702 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2711, d) + x.codecDecodeSelfFromMap(yyl2702, d) } - } else if yyct2711 == codecSelferValueTypeArray1234 { - yyl2711 := r.ReadArrayStart() - if yyl2711 == 0 { + } else if yyct2702 == codecSelferValueTypeArray1234 { + yyl2702 := r.ReadArrayStart() + if yyl2702 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2711, d) + x.codecDecodeSelfFromArray(yyl2702, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35127,12 +35045,12 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2712Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2712Slc - var yyhl2712 bool = l >= 0 - for yyj2712 := 0; ; yyj2712++ { - if yyhl2712 { - if yyj2712 >= l { + var yys2703Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2703Slc + var yyhl2703 bool = l >= 0 + for yyj2703 := 0; ; yyj2703++ { + if yyhl2703 { + if yyj2703 >= l { break } } else { @@ -35141,10 +35059,10 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2712Slc = r.DecodeBytes(yys2712Slc, true, true) - yys2712 := string(yys2712Slc) + yys2703Slc = r.DecodeBytes(yys2703Slc, true, true) + yys2703 := string(yys2703Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2712 { + switch yys2703 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -35161,31 +35079,31 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2715 := &x.ListMeta - yym2716 := z.DecBinary() - _ = yym2716 + yyv2706 := &x.ListMeta + yym2707 := z.DecBinary() + _ = yym2707 if false { - } else if z.HasExtensions() && z.DecExt(yyv2715) { + } else if z.HasExtensions() && z.DecExt(yyv2706) { } else { - z.DecFallback(yyv2715, false) + z.DecFallback(yyv2706, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2717 := &x.Items - yym2718 := z.DecBinary() - _ = yym2718 + yyv2708 := &x.Items + yym2709 := z.DecBinary() + _ = yym2709 if false { } else { - h.decSliceService((*[]Service)(yyv2717), d) + h.decSliceService((*[]Service)(yyv2708), d) } } default: - z.DecStructFieldNotFound(-1, yys2712) - } // end switch yys2712 - } // end for yyj2712 + z.DecStructFieldNotFound(-1, yys2703) + } // end switch yys2703 + } // end for yyj2703 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35193,16 +35111,16 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2719 int - var yyb2719 bool - var yyhl2719 bool = l >= 0 - yyj2719++ - if yyhl2719 { - yyb2719 = yyj2719 > l + var yyj2710 int + var yyb2710 bool + var yyhl2710 bool = l >= 0 + yyj2710++ + if yyhl2710 { + yyb2710 = yyj2710 > l } else { - yyb2719 = r.CheckBreak() + yyb2710 = r.CheckBreak() } - if yyb2719 { + if yyb2710 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35212,13 +35130,13 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2719++ - if yyhl2719 { - yyb2719 = yyj2719 > l + yyj2710++ + if yyhl2710 { + yyb2710 = yyj2710 > l } else { - yyb2719 = r.CheckBreak() + yyb2710 = r.CheckBreak() } - if yyb2719 { + if yyb2710 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35228,13 +35146,13 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2719++ - if yyhl2719 { - yyb2719 = yyj2719 > l + yyj2710++ + if yyhl2710 { + yyb2710 = yyj2710 > l } else { - yyb2719 = r.CheckBreak() + yyb2710 = r.CheckBreak() } - if yyb2719 { + if yyb2710 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35242,22 +35160,22 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2722 := &x.ListMeta - yym2723 := z.DecBinary() - _ = yym2723 + yyv2713 := &x.ListMeta + yym2714 := z.DecBinary() + _ = yym2714 if false { - } else if z.HasExtensions() && z.DecExt(yyv2722) { + } else if z.HasExtensions() && z.DecExt(yyv2713) { } else { - z.DecFallback(yyv2722, false) + z.DecFallback(yyv2713, false) } } - yyj2719++ - if yyhl2719 { - yyb2719 = yyj2719 > l + yyj2710++ + if yyhl2710 { + yyb2710 = yyj2710 > l } else { - yyb2719 = r.CheckBreak() + yyb2710 = r.CheckBreak() } - if yyb2719 { + if yyb2710 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35265,26 +35183,26 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2724 := &x.Items - yym2725 := z.DecBinary() - _ = yym2725 + yyv2715 := &x.Items + yym2716 := z.DecBinary() + _ = yym2716 if false { } else { - h.decSliceService((*[]Service)(yyv2724), d) + h.decSliceService((*[]Service)(yyv2715), d) } } for { - yyj2719++ - if yyhl2719 { - yyb2719 = yyj2719 > l + yyj2710++ + if yyhl2710 { + yyb2710 = yyj2710 > l } else { - yyb2719 = r.CheckBreak() + yyb2710 = r.CheckBreak() } - if yyb2719 { + if yyb2710 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2719-1, "") + z.DecStructFieldNotFound(yyj2710-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35296,39 +35214,39 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2726 := z.EncBinary() - _ = yym2726 + yym2717 := z.EncBinary() + _ = yym2717 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2727 := !z.EncBinary() - yy2arr2727 := z.EncBasicHandle().StructToArray - var yyq2727 [5]bool - _, _, _ = yysep2727, yyq2727, yy2arr2727 - const yyr2727 bool = false - yyq2727[0] = x.Kind != "" - yyq2727[1] = x.APIVersion != "" - yyq2727[2] = true - yyq2727[3] = len(x.Secrets) != 0 - yyq2727[4] = len(x.ImagePullSecrets) != 0 - var yynn2727 int - if yyr2727 || yy2arr2727 { + yysep2718 := !z.EncBinary() + yy2arr2718 := z.EncBasicHandle().StructToArray + var yyq2718 [5]bool + _, _, _ = yysep2718, yyq2718, yy2arr2718 + const yyr2718 bool = false + yyq2718[0] = x.Kind != "" + yyq2718[1] = x.APIVersion != "" + yyq2718[2] = true + yyq2718[3] = len(x.Secrets) != 0 + yyq2718[4] = len(x.ImagePullSecrets) != 0 + var yynn2718 int + if yyr2718 || yy2arr2718 { r.EncodeArrayStart(5) } else { - yynn2727 = 0 - for _, b := range yyq2727 { + yynn2718 = 0 + for _, b := range yyq2718 { if b { - yynn2727++ + yynn2718++ } } - r.EncodeMapStart(yynn2727) - yynn2727 = 0 + r.EncodeMapStart(yynn2718) + yynn2718 = 0 } - if yyr2727 || yy2arr2727 { + if yyr2718 || yy2arr2718 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2727[0] { - yym2729 := z.EncBinary() - _ = yym2729 + if yyq2718[0] { + yym2720 := z.EncBinary() + _ = yym2720 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -35337,23 +35255,23 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2727[0] { + if yyq2718[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2730 := z.EncBinary() - _ = yym2730 + yym2721 := z.EncBinary() + _ = yym2721 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2727 || yy2arr2727 { + if yyr2718 || yy2arr2718 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2727[1] { - yym2732 := z.EncBinary() - _ = yym2732 + if yyq2718[1] { + yym2723 := z.EncBinary() + _ = yym2723 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -35362,43 +35280,43 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2727[1] { + if yyq2718[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2733 := z.EncBinary() - _ = yym2733 + yym2724 := z.EncBinary() + _ = yym2724 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2727 || yy2arr2727 { + if yyr2718 || yy2arr2718 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2727[2] { - yy2735 := &x.ObjectMeta - yy2735.CodecEncodeSelf(e) + if yyq2718[2] { + yy2726 := &x.ObjectMeta + yy2726.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2727[2] { + if yyq2718[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2736 := &x.ObjectMeta - yy2736.CodecEncodeSelf(e) + yy2727 := &x.ObjectMeta + yy2727.CodecEncodeSelf(e) } } - if yyr2727 || yy2arr2727 { + if yyr2718 || yy2arr2718 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2727[3] { + if yyq2718[3] { if x.Secrets == nil { r.EncodeNil() } else { - yym2738 := z.EncBinary() - _ = yym2738 + yym2729 := z.EncBinary() + _ = yym2729 if false { } else { h.encSliceObjectReference(([]ObjectReference)(x.Secrets), e) @@ -35408,15 +35326,15 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2727[3] { + if yyq2718[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secrets")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Secrets == nil { r.EncodeNil() } else { - yym2739 := z.EncBinary() - _ = yym2739 + yym2730 := z.EncBinary() + _ = yym2730 if false { } else { h.encSliceObjectReference(([]ObjectReference)(x.Secrets), e) @@ -35424,14 +35342,14 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2727 || yy2arr2727 { + if yyr2718 || yy2arr2718 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2727[4] { + if yyq2718[4] { if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2741 := z.EncBinary() - _ = yym2741 + yym2732 := z.EncBinary() + _ = yym2732 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -35441,15 +35359,15 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2727[4] { + if yyq2718[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imagePullSecrets")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2742 := z.EncBinary() - _ = yym2742 + yym2733 := z.EncBinary() + _ = yym2733 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -35457,7 +35375,7 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2727 || yy2arr2727 { + if yyr2718 || yy2arr2718 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35470,25 +35388,25 @@ func (x *ServiceAccount) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2743 := z.DecBinary() - _ = yym2743 + yym2734 := z.DecBinary() + _ = yym2734 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2744 := r.ContainerType() - if yyct2744 == codecSelferValueTypeMap1234 { - yyl2744 := r.ReadMapStart() - if yyl2744 == 0 { + yyct2735 := r.ContainerType() + if yyct2735 == codecSelferValueTypeMap1234 { + yyl2735 := r.ReadMapStart() + if yyl2735 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2744, d) + x.codecDecodeSelfFromMap(yyl2735, d) } - } else if yyct2744 == codecSelferValueTypeArray1234 { - yyl2744 := r.ReadArrayStart() - if yyl2744 == 0 { + } else if yyct2735 == codecSelferValueTypeArray1234 { + yyl2735 := r.ReadArrayStart() + if yyl2735 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2744, d) + x.codecDecodeSelfFromArray(yyl2735, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35500,12 +35418,12 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2745Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2745Slc - var yyhl2745 bool = l >= 0 - for yyj2745 := 0; ; yyj2745++ { - if yyhl2745 { - if yyj2745 >= l { + var yys2736Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2736Slc + var yyhl2736 bool = l >= 0 + for yyj2736 := 0; ; yyj2736++ { + if yyhl2736 { + if yyj2736 >= l { break } } else { @@ -35514,10 +35432,10 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2745Slc = r.DecodeBytes(yys2745Slc, true, true) - yys2745 := string(yys2745Slc) + yys2736Slc = r.DecodeBytes(yys2736Slc, true, true) + yys2736 := string(yys2736Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2745 { + switch yys2736 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -35534,37 +35452,37 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2748 := &x.ObjectMeta - yyv2748.CodecDecodeSelf(d) + yyv2739 := &x.ObjectMeta + yyv2739.CodecDecodeSelf(d) } case "secrets": if r.TryDecodeAsNil() { x.Secrets = nil } else { - yyv2749 := &x.Secrets - yym2750 := z.DecBinary() - _ = yym2750 + yyv2740 := &x.Secrets + yym2741 := z.DecBinary() + _ = yym2741 if false { } else { - h.decSliceObjectReference((*[]ObjectReference)(yyv2749), d) + h.decSliceObjectReference((*[]ObjectReference)(yyv2740), d) } } case "imagePullSecrets": if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2751 := &x.ImagePullSecrets - yym2752 := z.DecBinary() - _ = yym2752 + yyv2742 := &x.ImagePullSecrets + yym2743 := z.DecBinary() + _ = yym2743 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2751), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2742), d) } } default: - z.DecStructFieldNotFound(-1, yys2745) - } // end switch yys2745 - } // end for yyj2745 + z.DecStructFieldNotFound(-1, yys2736) + } // end switch yys2736 + } // end for yyj2736 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35572,16 +35490,16 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2753 int - var yyb2753 bool - var yyhl2753 bool = l >= 0 - yyj2753++ - if yyhl2753 { - yyb2753 = yyj2753 > l + var yyj2744 int + var yyb2744 bool + var yyhl2744 bool = l >= 0 + yyj2744++ + if yyhl2744 { + yyb2744 = yyj2744 > l } else { - yyb2753 = r.CheckBreak() + yyb2744 = r.CheckBreak() } - if yyb2753 { + if yyb2744 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35591,13 +35509,13 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2753++ - if yyhl2753 { - yyb2753 = yyj2753 > l + yyj2744++ + if yyhl2744 { + yyb2744 = yyj2744 > l } else { - yyb2753 = r.CheckBreak() + yyb2744 = r.CheckBreak() } - if yyb2753 { + if yyb2744 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35607,13 +35525,13 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2753++ - if yyhl2753 { - yyb2753 = yyj2753 > l + yyj2744++ + if yyhl2744 { + yyb2744 = yyj2744 > l } else { - yyb2753 = r.CheckBreak() + yyb2744 = r.CheckBreak() } - if yyb2753 { + if yyb2744 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35621,16 +35539,16 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2756 := &x.ObjectMeta - yyv2756.CodecDecodeSelf(d) + yyv2747 := &x.ObjectMeta + yyv2747.CodecDecodeSelf(d) } - yyj2753++ - if yyhl2753 { - yyb2753 = yyj2753 > l + yyj2744++ + if yyhl2744 { + yyb2744 = yyj2744 > l } else { - yyb2753 = r.CheckBreak() + yyb2744 = r.CheckBreak() } - if yyb2753 { + if yyb2744 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35638,21 +35556,21 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Secrets = nil } else { - yyv2757 := &x.Secrets - yym2758 := z.DecBinary() - _ = yym2758 + yyv2748 := &x.Secrets + yym2749 := z.DecBinary() + _ = yym2749 if false { } else { - h.decSliceObjectReference((*[]ObjectReference)(yyv2757), d) + h.decSliceObjectReference((*[]ObjectReference)(yyv2748), d) } } - yyj2753++ - if yyhl2753 { - yyb2753 = yyj2753 > l + yyj2744++ + if yyhl2744 { + yyb2744 = yyj2744 > l } else { - yyb2753 = r.CheckBreak() + yyb2744 = r.CheckBreak() } - if yyb2753 { + if yyb2744 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35660,26 +35578,26 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2759 := &x.ImagePullSecrets - yym2760 := z.DecBinary() - _ = yym2760 + yyv2750 := &x.ImagePullSecrets + yym2751 := z.DecBinary() + _ = yym2751 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2759), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2750), d) } } for { - yyj2753++ - if yyhl2753 { - yyb2753 = yyj2753 > l + yyj2744++ + if yyhl2744 { + yyb2744 = yyj2744 > l } else { - yyb2753 = r.CheckBreak() + yyb2744 = r.CheckBreak() } - if yyb2753 { + if yyb2744 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2753-1, "") + z.DecStructFieldNotFound(yyj2744-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35691,37 +35609,37 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2761 := z.EncBinary() - _ = yym2761 + yym2752 := z.EncBinary() + _ = yym2752 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2762 := !z.EncBinary() - yy2arr2762 := z.EncBasicHandle().StructToArray - var yyq2762 [4]bool - _, _, _ = yysep2762, yyq2762, yy2arr2762 - const yyr2762 bool = false - yyq2762[0] = x.Kind != "" - yyq2762[1] = x.APIVersion != "" - yyq2762[2] = true - var yynn2762 int - if yyr2762 || yy2arr2762 { + yysep2753 := !z.EncBinary() + yy2arr2753 := z.EncBasicHandle().StructToArray + var yyq2753 [4]bool + _, _, _ = yysep2753, yyq2753, yy2arr2753 + const yyr2753 bool = false + yyq2753[0] = x.Kind != "" + yyq2753[1] = x.APIVersion != "" + yyq2753[2] = true + var yynn2753 int + if yyr2753 || yy2arr2753 { r.EncodeArrayStart(4) } else { - yynn2762 = 1 - for _, b := range yyq2762 { + yynn2753 = 1 + for _, b := range yyq2753 { if b { - yynn2762++ + yynn2753++ } } - r.EncodeMapStart(yynn2762) - yynn2762 = 0 + r.EncodeMapStart(yynn2753) + yynn2753 = 0 } - if yyr2762 || yy2arr2762 { + if yyr2753 || yy2arr2753 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2762[0] { - yym2764 := z.EncBinary() - _ = yym2764 + if yyq2753[0] { + yym2755 := z.EncBinary() + _ = yym2755 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -35730,23 +35648,23 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2762[0] { + if yyq2753[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2765 := z.EncBinary() - _ = yym2765 + yym2756 := z.EncBinary() + _ = yym2756 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2762 || yy2arr2762 { + if yyr2753 || yy2arr2753 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2762[1] { - yym2767 := z.EncBinary() - _ = yym2767 + if yyq2753[1] { + yym2758 := z.EncBinary() + _ = yym2758 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -35755,54 +35673,54 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2762[1] { + if yyq2753[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2768 := z.EncBinary() - _ = yym2768 + yym2759 := z.EncBinary() + _ = yym2759 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2762 || yy2arr2762 { + if yyr2753 || yy2arr2753 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2762[2] { - yy2770 := &x.ListMeta - yym2771 := z.EncBinary() - _ = yym2771 + if yyq2753[2] { + yy2761 := &x.ListMeta + yym2762 := z.EncBinary() + _ = yym2762 if false { - } else if z.HasExtensions() && z.EncExt(yy2770) { + } else if z.HasExtensions() && z.EncExt(yy2761) { } else { - z.EncFallback(yy2770) + z.EncFallback(yy2761) } } else { r.EncodeNil() } } else { - if yyq2762[2] { + if yyq2753[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2772 := &x.ListMeta - yym2773 := z.EncBinary() - _ = yym2773 + yy2763 := &x.ListMeta + yym2764 := z.EncBinary() + _ = yym2764 if false { - } else if z.HasExtensions() && z.EncExt(yy2772) { + } else if z.HasExtensions() && z.EncExt(yy2763) { } else { - z.EncFallback(yy2772) + z.EncFallback(yy2763) } } } - if yyr2762 || yy2arr2762 { + if yyr2753 || yy2arr2753 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2775 := z.EncBinary() - _ = yym2775 + yym2766 := z.EncBinary() + _ = yym2766 if false { } else { h.encSliceServiceAccount(([]ServiceAccount)(x.Items), e) @@ -35815,15 +35733,15 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2776 := z.EncBinary() - _ = yym2776 + yym2767 := z.EncBinary() + _ = yym2767 if false { } else { h.encSliceServiceAccount(([]ServiceAccount)(x.Items), e) } } } - if yyr2762 || yy2arr2762 { + if yyr2753 || yy2arr2753 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35836,25 +35754,25 @@ func (x *ServiceAccountList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2777 := z.DecBinary() - _ = yym2777 + yym2768 := z.DecBinary() + _ = yym2768 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2778 := r.ContainerType() - if yyct2778 == codecSelferValueTypeMap1234 { - yyl2778 := r.ReadMapStart() - if yyl2778 == 0 { + yyct2769 := r.ContainerType() + if yyct2769 == codecSelferValueTypeMap1234 { + yyl2769 := r.ReadMapStart() + if yyl2769 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2778, d) + x.codecDecodeSelfFromMap(yyl2769, d) } - } else if yyct2778 == codecSelferValueTypeArray1234 { - yyl2778 := r.ReadArrayStart() - if yyl2778 == 0 { + } else if yyct2769 == codecSelferValueTypeArray1234 { + yyl2769 := r.ReadArrayStart() + if yyl2769 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2778, d) + x.codecDecodeSelfFromArray(yyl2769, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35866,12 +35784,12 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2779Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2779Slc - var yyhl2779 bool = l >= 0 - for yyj2779 := 0; ; yyj2779++ { - if yyhl2779 { - if yyj2779 >= l { + var yys2770Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2770Slc + var yyhl2770 bool = l >= 0 + for yyj2770 := 0; ; yyj2770++ { + if yyhl2770 { + if yyj2770 >= l { break } } else { @@ -35880,10 +35798,10 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2779Slc = r.DecodeBytes(yys2779Slc, true, true) - yys2779 := string(yys2779Slc) + yys2770Slc = r.DecodeBytes(yys2770Slc, true, true) + yys2770 := string(yys2770Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2779 { + switch yys2770 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -35900,31 +35818,31 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2782 := &x.ListMeta - yym2783 := z.DecBinary() - _ = yym2783 + yyv2773 := &x.ListMeta + yym2774 := z.DecBinary() + _ = yym2774 if false { - } else if z.HasExtensions() && z.DecExt(yyv2782) { + } else if z.HasExtensions() && z.DecExt(yyv2773) { } else { - z.DecFallback(yyv2782, false) + z.DecFallback(yyv2773, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2784 := &x.Items - yym2785 := z.DecBinary() - _ = yym2785 + yyv2775 := &x.Items + yym2776 := z.DecBinary() + _ = yym2776 if false { } else { - h.decSliceServiceAccount((*[]ServiceAccount)(yyv2784), d) + h.decSliceServiceAccount((*[]ServiceAccount)(yyv2775), d) } } default: - z.DecStructFieldNotFound(-1, yys2779) - } // end switch yys2779 - } // end for yyj2779 + z.DecStructFieldNotFound(-1, yys2770) + } // end switch yys2770 + } // end for yyj2770 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35932,16 +35850,16 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2786 int - var yyb2786 bool - var yyhl2786 bool = l >= 0 - yyj2786++ - if yyhl2786 { - yyb2786 = yyj2786 > l + var yyj2777 int + var yyb2777 bool + var yyhl2777 bool = l >= 0 + yyj2777++ + if yyhl2777 { + yyb2777 = yyj2777 > l } else { - yyb2786 = r.CheckBreak() + yyb2777 = r.CheckBreak() } - if yyb2786 { + if yyb2777 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35951,13 +35869,13 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Kind = string(r.DecodeString()) } - yyj2786++ - if yyhl2786 { - yyb2786 = yyj2786 > l + yyj2777++ + if yyhl2777 { + yyb2777 = yyj2777 > l } else { - yyb2786 = r.CheckBreak() + yyb2777 = r.CheckBreak() } - if yyb2786 { + if yyb2777 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35967,13 +35885,13 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.APIVersion = string(r.DecodeString()) } - yyj2786++ - if yyhl2786 { - yyb2786 = yyj2786 > l + yyj2777++ + if yyhl2777 { + yyb2777 = yyj2777 > l } else { - yyb2786 = r.CheckBreak() + yyb2777 = r.CheckBreak() } - if yyb2786 { + if yyb2777 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35981,22 +35899,22 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2789 := &x.ListMeta - yym2790 := z.DecBinary() - _ = yym2790 + yyv2780 := &x.ListMeta + yym2781 := z.DecBinary() + _ = yym2781 if false { - } else if z.HasExtensions() && z.DecExt(yyv2789) { + } else if z.HasExtensions() && z.DecExt(yyv2780) { } else { - z.DecFallback(yyv2789, false) + z.DecFallback(yyv2780, false) } } - yyj2786++ - if yyhl2786 { - yyb2786 = yyj2786 > l + yyj2777++ + if yyhl2777 { + yyb2777 = yyj2777 > l } else { - yyb2786 = r.CheckBreak() + yyb2777 = r.CheckBreak() } - if yyb2786 { + if yyb2777 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36004,26 +35922,26 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2791 := &x.Items - yym2792 := z.DecBinary() - _ = yym2792 + yyv2782 := &x.Items + yym2783 := z.DecBinary() + _ = yym2783 if false { } else { - h.decSliceServiceAccount((*[]ServiceAccount)(yyv2791), d) + h.decSliceServiceAccount((*[]ServiceAccount)(yyv2782), d) } } for { - yyj2786++ - if yyhl2786 { - yyb2786 = yyj2786 > l + yyj2777++ + if yyhl2777 { + yyb2777 = yyj2777 > l } else { - yyb2786 = r.CheckBreak() + yyb2777 = r.CheckBreak() } - if yyb2786 { + if yyb2777 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2786-1, "") + z.DecStructFieldNotFound(yyj2777-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36035,37 +35953,37 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2793 := z.EncBinary() - _ = yym2793 + yym2784 := z.EncBinary() + _ = yym2784 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2794 := !z.EncBinary() - yy2arr2794 := z.EncBasicHandle().StructToArray - var yyq2794 [4]bool - _, _, _ = yysep2794, yyq2794, yy2arr2794 - const yyr2794 bool = false - yyq2794[0] = x.Kind != "" - yyq2794[1] = x.APIVersion != "" - yyq2794[2] = true - var yynn2794 int - if yyr2794 || yy2arr2794 { + yysep2785 := !z.EncBinary() + yy2arr2785 := z.EncBasicHandle().StructToArray + var yyq2785 [4]bool + _, _, _ = yysep2785, yyq2785, yy2arr2785 + const yyr2785 bool = false + yyq2785[0] = x.Kind != "" + yyq2785[1] = x.APIVersion != "" + yyq2785[2] = true + var yynn2785 int + if yyr2785 || yy2arr2785 { r.EncodeArrayStart(4) } else { - yynn2794 = 1 - for _, b := range yyq2794 { + yynn2785 = 1 + for _, b := range yyq2785 { if b { - yynn2794++ + yynn2785++ } } - r.EncodeMapStart(yynn2794) - yynn2794 = 0 + r.EncodeMapStart(yynn2785) + yynn2785 = 0 } - if yyr2794 || yy2arr2794 { + if yyr2785 || yy2arr2785 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2794[0] { - yym2796 := z.EncBinary() - _ = yym2796 + if yyq2785[0] { + yym2787 := z.EncBinary() + _ = yym2787 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -36074,23 +35992,23 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2794[0] { + if yyq2785[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2797 := z.EncBinary() - _ = yym2797 + yym2788 := z.EncBinary() + _ = yym2788 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2794 || yy2arr2794 { + if yyr2785 || yy2arr2785 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2794[1] { - yym2799 := z.EncBinary() - _ = yym2799 + if yyq2785[1] { + yym2790 := z.EncBinary() + _ = yym2790 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -36099,42 +36017,42 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2794[1] { + if yyq2785[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2800 := z.EncBinary() - _ = yym2800 + yym2791 := z.EncBinary() + _ = yym2791 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2794 || yy2arr2794 { + if yyr2785 || yy2arr2785 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2794[2] { - yy2802 := &x.ObjectMeta - yy2802.CodecEncodeSelf(e) + if yyq2785[2] { + yy2793 := &x.ObjectMeta + yy2793.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2794[2] { + if yyq2785[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2803 := &x.ObjectMeta - yy2803.CodecEncodeSelf(e) + yy2794 := &x.ObjectMeta + yy2794.CodecEncodeSelf(e) } } - if yyr2794 || yy2arr2794 { + if yyr2785 || yy2arr2785 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Subsets == nil { r.EncodeNil() } else { - yym2805 := z.EncBinary() - _ = yym2805 + yym2796 := z.EncBinary() + _ = yym2796 if false { } else { h.encSliceEndpointSubset(([]EndpointSubset)(x.Subsets), e) @@ -36147,15 +36065,15 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x.Subsets == nil { r.EncodeNil() } else { - yym2806 := z.EncBinary() - _ = yym2806 + yym2797 := z.EncBinary() + _ = yym2797 if false { } else { h.encSliceEndpointSubset(([]EndpointSubset)(x.Subsets), e) } } } - if yyr2794 || yy2arr2794 { + if yyr2785 || yy2arr2785 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36168,25 +36086,25 @@ func (x *Endpoints) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2807 := z.DecBinary() - _ = yym2807 + yym2798 := z.DecBinary() + _ = yym2798 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2808 := r.ContainerType() - if yyct2808 == codecSelferValueTypeMap1234 { - yyl2808 := r.ReadMapStart() - if yyl2808 == 0 { + yyct2799 := r.ContainerType() + if yyct2799 == codecSelferValueTypeMap1234 { + yyl2799 := r.ReadMapStart() + if yyl2799 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2808, d) + x.codecDecodeSelfFromMap(yyl2799, d) } - } else if yyct2808 == codecSelferValueTypeArray1234 { - yyl2808 := r.ReadArrayStart() - if yyl2808 == 0 { + } else if yyct2799 == codecSelferValueTypeArray1234 { + yyl2799 := r.ReadArrayStart() + if yyl2799 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2808, d) + x.codecDecodeSelfFromArray(yyl2799, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36198,12 +36116,12 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2809Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2809Slc - var yyhl2809 bool = l >= 0 - for yyj2809 := 0; ; yyj2809++ { - if yyhl2809 { - if yyj2809 >= l { + var yys2800Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2800Slc + var yyhl2800 bool = l >= 0 + for yyj2800 := 0; ; yyj2800++ { + if yyhl2800 { + if yyj2800 >= l { break } } else { @@ -36212,10 +36130,10 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2809Slc = r.DecodeBytes(yys2809Slc, true, true) - yys2809 := string(yys2809Slc) + yys2800Slc = r.DecodeBytes(yys2800Slc, true, true) + yys2800 := string(yys2800Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2809 { + switch yys2800 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -36232,25 +36150,25 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2812 := &x.ObjectMeta - yyv2812.CodecDecodeSelf(d) + yyv2803 := &x.ObjectMeta + yyv2803.CodecDecodeSelf(d) } case "subsets": if r.TryDecodeAsNil() { x.Subsets = nil } else { - yyv2813 := &x.Subsets - yym2814 := z.DecBinary() - _ = yym2814 + yyv2804 := &x.Subsets + yym2805 := z.DecBinary() + _ = yym2805 if false { } else { - h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2813), d) + h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2804), d) } } default: - z.DecStructFieldNotFound(-1, yys2809) - } // end switch yys2809 - } // end for yyj2809 + z.DecStructFieldNotFound(-1, yys2800) + } // end switch yys2800 + } // end for yyj2800 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36258,16 +36176,16 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2815 int - var yyb2815 bool - var yyhl2815 bool = l >= 0 - yyj2815++ - if yyhl2815 { - yyb2815 = yyj2815 > l + var yyj2806 int + var yyb2806 bool + var yyhl2806 bool = l >= 0 + yyj2806++ + if yyhl2806 { + yyb2806 = yyj2806 > l } else { - yyb2815 = r.CheckBreak() + yyb2806 = r.CheckBreak() } - if yyb2815 { + if yyb2806 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36277,13 +36195,13 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2815++ - if yyhl2815 { - yyb2815 = yyj2815 > l + yyj2806++ + if yyhl2806 { + yyb2806 = yyj2806 > l } else { - yyb2815 = r.CheckBreak() + yyb2806 = r.CheckBreak() } - if yyb2815 { + if yyb2806 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36293,13 +36211,13 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2815++ - if yyhl2815 { - yyb2815 = yyj2815 > l + yyj2806++ + if yyhl2806 { + yyb2806 = yyj2806 > l } else { - yyb2815 = r.CheckBreak() + yyb2806 = r.CheckBreak() } - if yyb2815 { + if yyb2806 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36307,16 +36225,16 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2818 := &x.ObjectMeta - yyv2818.CodecDecodeSelf(d) + yyv2809 := &x.ObjectMeta + yyv2809.CodecDecodeSelf(d) } - yyj2815++ - if yyhl2815 { - yyb2815 = yyj2815 > l + yyj2806++ + if yyhl2806 { + yyb2806 = yyj2806 > l } else { - yyb2815 = r.CheckBreak() + yyb2806 = r.CheckBreak() } - if yyb2815 { + if yyb2806 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36324,26 +36242,26 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Subsets = nil } else { - yyv2819 := &x.Subsets - yym2820 := z.DecBinary() - _ = yym2820 + yyv2810 := &x.Subsets + yym2811 := z.DecBinary() + _ = yym2811 if false { } else { - h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2819), d) + h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2810), d) } } for { - yyj2815++ - if yyhl2815 { - yyb2815 = yyj2815 > l + yyj2806++ + if yyhl2806 { + yyb2806 = yyj2806 > l } else { - yyb2815 = r.CheckBreak() + yyb2806 = r.CheckBreak() } - if yyb2815 { + if yyb2806 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2815-1, "") + z.DecStructFieldNotFound(yyj2806-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36355,40 +36273,40 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2821 := z.EncBinary() - _ = yym2821 + yym2812 := z.EncBinary() + _ = yym2812 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2822 := !z.EncBinary() - yy2arr2822 := z.EncBasicHandle().StructToArray - var yyq2822 [3]bool - _, _, _ = yysep2822, yyq2822, yy2arr2822 - const yyr2822 bool = false - yyq2822[0] = len(x.Addresses) != 0 - yyq2822[1] = len(x.NotReadyAddresses) != 0 - yyq2822[2] = len(x.Ports) != 0 - var yynn2822 int - if yyr2822 || yy2arr2822 { + yysep2813 := !z.EncBinary() + yy2arr2813 := z.EncBasicHandle().StructToArray + var yyq2813 [3]bool + _, _, _ = yysep2813, yyq2813, yy2arr2813 + const yyr2813 bool = false + yyq2813[0] = len(x.Addresses) != 0 + yyq2813[1] = len(x.NotReadyAddresses) != 0 + yyq2813[2] = len(x.Ports) != 0 + var yynn2813 int + if yyr2813 || yy2arr2813 { r.EncodeArrayStart(3) } else { - yynn2822 = 0 - for _, b := range yyq2822 { + yynn2813 = 0 + for _, b := range yyq2813 { if b { - yynn2822++ + yynn2813++ } } - r.EncodeMapStart(yynn2822) - yynn2822 = 0 + r.EncodeMapStart(yynn2813) + yynn2813 = 0 } - if yyr2822 || yy2arr2822 { + if yyr2813 || yy2arr2813 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2822[0] { + if yyq2813[0] { if x.Addresses == nil { r.EncodeNil() } else { - yym2824 := z.EncBinary() - _ = yym2824 + yym2815 := z.EncBinary() + _ = yym2815 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.Addresses), e) @@ -36398,15 +36316,15 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2822[0] { + if yyq2813[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("addresses")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Addresses == nil { r.EncodeNil() } else { - yym2825 := z.EncBinary() - _ = yym2825 + yym2816 := z.EncBinary() + _ = yym2816 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.Addresses), e) @@ -36414,14 +36332,14 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2822 || yy2arr2822 { + if yyr2813 || yy2arr2813 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2822[1] { + if yyq2813[1] { if x.NotReadyAddresses == nil { r.EncodeNil() } else { - yym2827 := z.EncBinary() - _ = yym2827 + yym2818 := z.EncBinary() + _ = yym2818 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.NotReadyAddresses), e) @@ -36431,15 +36349,15 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2822[1] { + if yyq2813[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("notReadyAddresses")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.NotReadyAddresses == nil { r.EncodeNil() } else { - yym2828 := z.EncBinary() - _ = yym2828 + yym2819 := z.EncBinary() + _ = yym2819 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.NotReadyAddresses), e) @@ -36447,14 +36365,14 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2822 || yy2arr2822 { + if yyr2813 || yy2arr2813 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2822[2] { + if yyq2813[2] { if x.Ports == nil { r.EncodeNil() } else { - yym2830 := z.EncBinary() - _ = yym2830 + yym2821 := z.EncBinary() + _ = yym2821 if false { } else { h.encSliceEndpointPort(([]EndpointPort)(x.Ports), e) @@ -36464,15 +36382,15 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2822[2] { + if yyq2813[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ports")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ports == nil { r.EncodeNil() } else { - yym2831 := z.EncBinary() - _ = yym2831 + yym2822 := z.EncBinary() + _ = yym2822 if false { } else { h.encSliceEndpointPort(([]EndpointPort)(x.Ports), e) @@ -36480,7 +36398,7 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2822 || yy2arr2822 { + if yyr2813 || yy2arr2813 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36493,25 +36411,25 @@ func (x *EndpointSubset) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2832 := z.DecBinary() - _ = yym2832 + yym2823 := z.DecBinary() + _ = yym2823 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2833 := r.ContainerType() - if yyct2833 == codecSelferValueTypeMap1234 { - yyl2833 := r.ReadMapStart() - if yyl2833 == 0 { + yyct2824 := r.ContainerType() + if yyct2824 == codecSelferValueTypeMap1234 { + yyl2824 := r.ReadMapStart() + if yyl2824 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2833, d) + x.codecDecodeSelfFromMap(yyl2824, d) } - } else if yyct2833 == codecSelferValueTypeArray1234 { - yyl2833 := r.ReadArrayStart() - if yyl2833 == 0 { + } else if yyct2824 == codecSelferValueTypeArray1234 { + yyl2824 := r.ReadArrayStart() + if yyl2824 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2833, d) + x.codecDecodeSelfFromArray(yyl2824, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36523,12 +36441,12 @@ func (x *EndpointSubset) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2834Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2834Slc - var yyhl2834 bool = l >= 0 - for yyj2834 := 0; ; yyj2834++ { - if yyhl2834 { - if yyj2834 >= l { + var yys2825Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2825Slc + var yyhl2825 bool = l >= 0 + for yyj2825 := 0; ; yyj2825++ { + if yyhl2825 { + if yyj2825 >= l { break } } else { @@ -36537,50 +36455,50 @@ func (x *EndpointSubset) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2834Slc = r.DecodeBytes(yys2834Slc, true, true) - yys2834 := string(yys2834Slc) + yys2825Slc = r.DecodeBytes(yys2825Slc, true, true) + yys2825 := string(yys2825Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2834 { + switch yys2825 { case "addresses": if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2835 := &x.Addresses - yym2836 := z.DecBinary() - _ = yym2836 + yyv2826 := &x.Addresses + yym2827 := z.DecBinary() + _ = yym2827 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2835), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2826), d) } } case "notReadyAddresses": if r.TryDecodeAsNil() { x.NotReadyAddresses = nil } else { - yyv2837 := &x.NotReadyAddresses - yym2838 := z.DecBinary() - _ = yym2838 + yyv2828 := &x.NotReadyAddresses + yym2829 := z.DecBinary() + _ = yym2829 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2837), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2828), d) } } case "ports": if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2839 := &x.Ports - yym2840 := z.DecBinary() - _ = yym2840 + yyv2830 := &x.Ports + yym2831 := z.DecBinary() + _ = yym2831 if false { } else { - h.decSliceEndpointPort((*[]EndpointPort)(yyv2839), d) + h.decSliceEndpointPort((*[]EndpointPort)(yyv2830), d) } } default: - z.DecStructFieldNotFound(-1, yys2834) - } // end switch yys2834 - } // end for yyj2834 + z.DecStructFieldNotFound(-1, yys2825) + } // end switch yys2825 + } // end for yyj2825 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36588,16 +36506,16 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2841 int - var yyb2841 bool - var yyhl2841 bool = l >= 0 - yyj2841++ - if yyhl2841 { - yyb2841 = yyj2841 > l + var yyj2832 int + var yyb2832 bool + var yyhl2832 bool = l >= 0 + yyj2832++ + if yyhl2832 { + yyb2832 = yyj2832 > l } else { - yyb2841 = r.CheckBreak() + yyb2832 = r.CheckBreak() } - if yyb2841 { + if yyb2832 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36605,21 +36523,21 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2842 := &x.Addresses - yym2843 := z.DecBinary() - _ = yym2843 + yyv2833 := &x.Addresses + yym2834 := z.DecBinary() + _ = yym2834 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2842), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2833), d) } } - yyj2841++ - if yyhl2841 { - yyb2841 = yyj2841 > l + yyj2832++ + if yyhl2832 { + yyb2832 = yyj2832 > l } else { - yyb2841 = r.CheckBreak() + yyb2832 = r.CheckBreak() } - if yyb2841 { + if yyb2832 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36627,21 +36545,21 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NotReadyAddresses = nil } else { - yyv2844 := &x.NotReadyAddresses - yym2845 := z.DecBinary() - _ = yym2845 + yyv2835 := &x.NotReadyAddresses + yym2836 := z.DecBinary() + _ = yym2836 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2844), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2835), d) } } - yyj2841++ - if yyhl2841 { - yyb2841 = yyj2841 > l + yyj2832++ + if yyhl2832 { + yyb2832 = yyj2832 > l } else { - yyb2841 = r.CheckBreak() + yyb2832 = r.CheckBreak() } - if yyb2841 { + if yyb2832 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36649,26 +36567,26 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2846 := &x.Ports - yym2847 := z.DecBinary() - _ = yym2847 + yyv2837 := &x.Ports + yym2838 := z.DecBinary() + _ = yym2838 if false { } else { - h.decSliceEndpointPort((*[]EndpointPort)(yyv2846), d) + h.decSliceEndpointPort((*[]EndpointPort)(yyv2837), d) } } for { - yyj2841++ - if yyhl2841 { - yyb2841 = yyj2841 > l + yyj2832++ + if yyhl2832 { + yyb2832 = yyj2832 > l } else { - yyb2841 = r.CheckBreak() + yyb2832 = r.CheckBreak() } - if yyb2841 { + if yyb2832 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2841-1, "") + z.DecStructFieldNotFound(yyj2832-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36680,36 +36598,36 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2848 := z.EncBinary() - _ = yym2848 + yym2839 := z.EncBinary() + _ = yym2839 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2849 := !z.EncBinary() - yy2arr2849 := z.EncBasicHandle().StructToArray - var yyq2849 [4]bool - _, _, _ = yysep2849, yyq2849, yy2arr2849 - const yyr2849 bool = false - yyq2849[1] = x.Hostname != "" - yyq2849[2] = x.NodeName != nil - yyq2849[3] = x.TargetRef != nil - var yynn2849 int - if yyr2849 || yy2arr2849 { + yysep2840 := !z.EncBinary() + yy2arr2840 := z.EncBasicHandle().StructToArray + var yyq2840 [4]bool + _, _, _ = yysep2840, yyq2840, yy2arr2840 + const yyr2840 bool = false + yyq2840[1] = x.Hostname != "" + yyq2840[2] = x.NodeName != nil + yyq2840[3] = x.TargetRef != nil + var yynn2840 int + if yyr2840 || yy2arr2840 { r.EncodeArrayStart(4) } else { - yynn2849 = 1 - for _, b := range yyq2849 { + yynn2840 = 1 + for _, b := range yyq2840 { if b { - yynn2849++ + yynn2840++ } } - r.EncodeMapStart(yynn2849) - yynn2849 = 0 + r.EncodeMapStart(yynn2840) + yynn2840 = 0 } - if yyr2849 || yy2arr2849 { + if yyr2840 || yy2arr2840 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2851 := z.EncBinary() - _ = yym2851 + yym2842 := z.EncBinary() + _ = yym2842 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) @@ -36718,18 +36636,18 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ip")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2852 := z.EncBinary() - _ = yym2852 + yym2843 := z.EncBinary() + _ = yym2843 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) } } - if yyr2849 || yy2arr2849 { + if yyr2840 || yy2arr2840 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2849[1] { - yym2854 := z.EncBinary() - _ = yym2854 + if yyq2840[1] { + yym2845 := z.EncBinary() + _ = yym2845 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) @@ -36738,56 +36656,56 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2849[1] { + if yyq2840[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostname")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2855 := z.EncBinary() - _ = yym2855 + yym2846 := z.EncBinary() + _ = yym2846 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) } } } - if yyr2849 || yy2arr2849 { + if yyr2840 || yy2arr2840 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2849[2] { + if yyq2840[2] { if x.NodeName == nil { r.EncodeNil() } else { - yy2857 := *x.NodeName - yym2858 := z.EncBinary() - _ = yym2858 + yy2848 := *x.NodeName + yym2849 := z.EncBinary() + _ = yym2849 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy2857)) + r.EncodeString(codecSelferC_UTF81234, string(yy2848)) } } } else { r.EncodeNil() } } else { - if yyq2849[2] { + if yyq2840[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.NodeName == nil { r.EncodeNil() } else { - yy2859 := *x.NodeName - yym2860 := z.EncBinary() - _ = yym2860 + yy2850 := *x.NodeName + yym2851 := z.EncBinary() + _ = yym2851 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy2859)) + r.EncodeString(codecSelferC_UTF81234, string(yy2850)) } } } } - if yyr2849 || yy2arr2849 { + if yyr2840 || yy2arr2840 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2849[3] { + if yyq2840[3] { if x.TargetRef == nil { r.EncodeNil() } else { @@ -36797,7 +36715,7 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2849[3] { + if yyq2840[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("targetRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -36808,7 +36726,7 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2849 || yy2arr2849 { + if yyr2840 || yy2arr2840 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36821,25 +36739,25 @@ func (x *EndpointAddress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2862 := z.DecBinary() - _ = yym2862 + yym2853 := z.DecBinary() + _ = yym2853 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2863 := r.ContainerType() - if yyct2863 == codecSelferValueTypeMap1234 { - yyl2863 := r.ReadMapStart() - if yyl2863 == 0 { + yyct2854 := r.ContainerType() + if yyct2854 == codecSelferValueTypeMap1234 { + yyl2854 := r.ReadMapStart() + if yyl2854 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2863, d) + x.codecDecodeSelfFromMap(yyl2854, d) } - } else if yyct2863 == codecSelferValueTypeArray1234 { - yyl2863 := r.ReadArrayStart() - if yyl2863 == 0 { + } else if yyct2854 == codecSelferValueTypeArray1234 { + yyl2854 := r.ReadArrayStart() + if yyl2854 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2863, d) + x.codecDecodeSelfFromArray(yyl2854, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36851,12 +36769,12 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2864Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2864Slc - var yyhl2864 bool = l >= 0 - for yyj2864 := 0; ; yyj2864++ { - if yyhl2864 { - if yyj2864 >= l { + var yys2855Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2855Slc + var yyhl2855 bool = l >= 0 + for yyj2855 := 0; ; yyj2855++ { + if yyhl2855 { + if yyj2855 >= l { break } } else { @@ -36865,10 +36783,10 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2864Slc = r.DecodeBytes(yys2864Slc, true, true) - yys2864 := string(yys2864Slc) + yys2855Slc = r.DecodeBytes(yys2855Slc, true, true) + yys2855 := string(yys2855Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2864 { + switch yys2855 { case "ip": if r.TryDecodeAsNil() { x.IP = "" @@ -36890,8 +36808,8 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.NodeName == nil { x.NodeName = new(string) } - yym2868 := z.DecBinary() - _ = yym2868 + yym2859 := z.DecBinary() + _ = yym2859 if false { } else { *((*string)(x.NodeName)) = r.DecodeString() @@ -36909,9 +36827,9 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TargetRef.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2864) - } // end switch yys2864 - } // end for yyj2864 + z.DecStructFieldNotFound(-1, yys2855) + } // end switch yys2855 + } // end for yyj2855 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36919,16 +36837,16 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2870 int - var yyb2870 bool - var yyhl2870 bool = l >= 0 - yyj2870++ - if yyhl2870 { - yyb2870 = yyj2870 > l + var yyj2861 int + var yyb2861 bool + var yyhl2861 bool = l >= 0 + yyj2861++ + if yyhl2861 { + yyb2861 = yyj2861 > l } else { - yyb2870 = r.CheckBreak() + yyb2861 = r.CheckBreak() } - if yyb2870 { + if yyb2861 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36938,13 +36856,13 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.IP = string(r.DecodeString()) } - yyj2870++ - if yyhl2870 { - yyb2870 = yyj2870 > l + yyj2861++ + if yyhl2861 { + yyb2861 = yyj2861 > l } else { - yyb2870 = r.CheckBreak() + yyb2861 = r.CheckBreak() } - if yyb2870 { + if yyb2861 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36954,13 +36872,13 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Hostname = string(r.DecodeString()) } - yyj2870++ - if yyhl2870 { - yyb2870 = yyj2870 > l + yyj2861++ + if yyhl2861 { + yyb2861 = yyj2861 > l } else { - yyb2870 = r.CheckBreak() + yyb2861 = r.CheckBreak() } - if yyb2870 { + if yyb2861 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36973,20 +36891,20 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.NodeName == nil { x.NodeName = new(string) } - yym2874 := z.DecBinary() - _ = yym2874 + yym2865 := z.DecBinary() + _ = yym2865 if false { } else { *((*string)(x.NodeName)) = r.DecodeString() } } - yyj2870++ - if yyhl2870 { - yyb2870 = yyj2870 > l + yyj2861++ + if yyhl2861 { + yyb2861 = yyj2861 > l } else { - yyb2870 = r.CheckBreak() + yyb2861 = r.CheckBreak() } - if yyb2870 { + if yyb2861 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37002,17 +36920,17 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.TargetRef.CodecDecodeSelf(d) } for { - yyj2870++ - if yyhl2870 { - yyb2870 = yyj2870 > l + yyj2861++ + if yyhl2861 { + yyb2861 = yyj2861 > l } else { - yyb2870 = r.CheckBreak() + yyb2861 = r.CheckBreak() } - if yyb2870 { + if yyb2861 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2870-1, "") + z.DecStructFieldNotFound(yyj2861-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37024,36 +36942,36 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2876 := z.EncBinary() - _ = yym2876 + yym2867 := z.EncBinary() + _ = yym2867 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2877 := !z.EncBinary() - yy2arr2877 := z.EncBasicHandle().StructToArray - var yyq2877 [3]bool - _, _, _ = yysep2877, yyq2877, yy2arr2877 - const yyr2877 bool = false - yyq2877[0] = x.Name != "" - yyq2877[2] = x.Protocol != "" - var yynn2877 int - if yyr2877 || yy2arr2877 { + yysep2868 := !z.EncBinary() + yy2arr2868 := z.EncBasicHandle().StructToArray + var yyq2868 [3]bool + _, _, _ = yysep2868, yyq2868, yy2arr2868 + const yyr2868 bool = false + yyq2868[0] = x.Name != "" + yyq2868[2] = x.Protocol != "" + var yynn2868 int + if yyr2868 || yy2arr2868 { r.EncodeArrayStart(3) } else { - yynn2877 = 1 - for _, b := range yyq2877 { + yynn2868 = 1 + for _, b := range yyq2868 { if b { - yynn2877++ + yynn2868++ } } - r.EncodeMapStart(yynn2877) - yynn2877 = 0 + r.EncodeMapStart(yynn2868) + yynn2868 = 0 } - if yyr2877 || yy2arr2877 { + if yyr2868 || yy2arr2868 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2877[0] { - yym2879 := z.EncBinary() - _ = yym2879 + if yyq2868[0] { + yym2870 := z.EncBinary() + _ = yym2870 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -37062,22 +36980,22 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2877[0] { + if yyq2868[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2880 := z.EncBinary() - _ = yym2880 + yym2871 := z.EncBinary() + _ = yym2871 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr2877 || yy2arr2877 { + if yyr2868 || yy2arr2868 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2882 := z.EncBinary() - _ = yym2882 + yym2873 := z.EncBinary() + _ = yym2873 if false { } else { r.EncodeInt(int64(x.Port)) @@ -37086,29 +37004,29 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2883 := z.EncBinary() - _ = yym2883 + yym2874 := z.EncBinary() + _ = yym2874 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2877 || yy2arr2877 { + if yyr2868 || yy2arr2868 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2877[2] { + if yyq2868[2] { x.Protocol.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2877[2] { + if yyq2868[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("protocol")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } } - if yyr2877 || yy2arr2877 { + if yyr2868 || yy2arr2868 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37121,25 +37039,25 @@ func (x *EndpointPort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2885 := z.DecBinary() - _ = yym2885 + yym2876 := z.DecBinary() + _ = yym2876 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2886 := r.ContainerType() - if yyct2886 == codecSelferValueTypeMap1234 { - yyl2886 := r.ReadMapStart() - if yyl2886 == 0 { + yyct2877 := r.ContainerType() + if yyct2877 == codecSelferValueTypeMap1234 { + yyl2877 := r.ReadMapStart() + if yyl2877 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2886, d) + x.codecDecodeSelfFromMap(yyl2877, d) } - } else if yyct2886 == codecSelferValueTypeArray1234 { - yyl2886 := r.ReadArrayStart() - if yyl2886 == 0 { + } else if yyct2877 == codecSelferValueTypeArray1234 { + yyl2877 := r.ReadArrayStart() + if yyl2877 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2886, d) + x.codecDecodeSelfFromArray(yyl2877, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37151,12 +37069,12 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2887Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2887Slc - var yyhl2887 bool = l >= 0 - for yyj2887 := 0; ; yyj2887++ { - if yyhl2887 { - if yyj2887 >= l { + var yys2878Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2878Slc + var yyhl2878 bool = l >= 0 + for yyj2878 := 0; ; yyj2878++ { + if yyhl2878 { + if yyj2878 >= l { break } } else { @@ -37165,10 +37083,10 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2887Slc = r.DecodeBytes(yys2887Slc, true, true) - yys2887 := string(yys2887Slc) + yys2878Slc = r.DecodeBytes(yys2878Slc, true, true) + yys2878 := string(yys2878Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2887 { + switch yys2878 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -37188,9 +37106,9 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Protocol = Protocol(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2887) - } // end switch yys2887 - } // end for yyj2887 + z.DecStructFieldNotFound(-1, yys2878) + } // end switch yys2878 + } // end for yyj2878 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37198,16 +37116,16 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2891 int - var yyb2891 bool - var yyhl2891 bool = l >= 0 - yyj2891++ - if yyhl2891 { - yyb2891 = yyj2891 > l + var yyj2882 int + var yyb2882 bool + var yyhl2882 bool = l >= 0 + yyj2882++ + if yyhl2882 { + yyb2882 = yyj2882 > l } else { - yyb2891 = r.CheckBreak() + yyb2882 = r.CheckBreak() } - if yyb2891 { + if yyb2882 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37217,13 +37135,13 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj2891++ - if yyhl2891 { - yyb2891 = yyj2891 > l + yyj2882++ + if yyhl2882 { + yyb2882 = yyj2882 > l } else { - yyb2891 = r.CheckBreak() + yyb2882 = r.CheckBreak() } - if yyb2891 { + if yyb2882 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37233,13 +37151,13 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Port = int32(r.DecodeInt(32)) } - yyj2891++ - if yyhl2891 { - yyb2891 = yyj2891 > l + yyj2882++ + if yyhl2882 { + yyb2882 = yyj2882 > l } else { - yyb2891 = r.CheckBreak() + yyb2882 = r.CheckBreak() } - if yyb2891 { + if yyb2882 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37250,17 +37168,17 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Protocol = Protocol(r.DecodeString()) } for { - yyj2891++ - if yyhl2891 { - yyb2891 = yyj2891 > l + yyj2882++ + if yyhl2882 { + yyb2882 = yyj2882 > l } else { - yyb2891 = r.CheckBreak() + yyb2882 = r.CheckBreak() } - if yyb2891 { + if yyb2882 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2891-1, "") + z.DecStructFieldNotFound(yyj2882-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37272,37 +37190,37 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2895 := z.EncBinary() - _ = yym2895 + yym2886 := z.EncBinary() + _ = yym2886 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2896 := !z.EncBinary() - yy2arr2896 := z.EncBasicHandle().StructToArray - var yyq2896 [4]bool - _, _, _ = yysep2896, yyq2896, yy2arr2896 - const yyr2896 bool = false - yyq2896[0] = x.Kind != "" - yyq2896[1] = x.APIVersion != "" - yyq2896[2] = true - var yynn2896 int - if yyr2896 || yy2arr2896 { + yysep2887 := !z.EncBinary() + yy2arr2887 := z.EncBasicHandle().StructToArray + var yyq2887 [4]bool + _, _, _ = yysep2887, yyq2887, yy2arr2887 + const yyr2887 bool = false + yyq2887[0] = x.Kind != "" + yyq2887[1] = x.APIVersion != "" + yyq2887[2] = true + var yynn2887 int + if yyr2887 || yy2arr2887 { r.EncodeArrayStart(4) } else { - yynn2896 = 1 - for _, b := range yyq2896 { + yynn2887 = 1 + for _, b := range yyq2887 { if b { - yynn2896++ + yynn2887++ } } - r.EncodeMapStart(yynn2896) - yynn2896 = 0 + r.EncodeMapStart(yynn2887) + yynn2887 = 0 } - if yyr2896 || yy2arr2896 { + if yyr2887 || yy2arr2887 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2896[0] { - yym2898 := z.EncBinary() - _ = yym2898 + if yyq2887[0] { + yym2889 := z.EncBinary() + _ = yym2889 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -37311,23 +37229,23 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2896[0] { + if yyq2887[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2899 := z.EncBinary() - _ = yym2899 + yym2890 := z.EncBinary() + _ = yym2890 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2896 || yy2arr2896 { + if yyr2887 || yy2arr2887 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2896[1] { - yym2901 := z.EncBinary() - _ = yym2901 + if yyq2887[1] { + yym2892 := z.EncBinary() + _ = yym2892 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -37336,54 +37254,54 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2896[1] { + if yyq2887[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2902 := z.EncBinary() - _ = yym2902 + yym2893 := z.EncBinary() + _ = yym2893 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2896 || yy2arr2896 { + if yyr2887 || yy2arr2887 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2896[2] { - yy2904 := &x.ListMeta - yym2905 := z.EncBinary() - _ = yym2905 + if yyq2887[2] { + yy2895 := &x.ListMeta + yym2896 := z.EncBinary() + _ = yym2896 if false { - } else if z.HasExtensions() && z.EncExt(yy2904) { + } else if z.HasExtensions() && z.EncExt(yy2895) { } else { - z.EncFallback(yy2904) + z.EncFallback(yy2895) } } else { r.EncodeNil() } } else { - if yyq2896[2] { + if yyq2887[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2906 := &x.ListMeta - yym2907 := z.EncBinary() - _ = yym2907 + yy2897 := &x.ListMeta + yym2898 := z.EncBinary() + _ = yym2898 if false { - } else if z.HasExtensions() && z.EncExt(yy2906) { + } else if z.HasExtensions() && z.EncExt(yy2897) { } else { - z.EncFallback(yy2906) + z.EncFallback(yy2897) } } } - if yyr2896 || yy2arr2896 { + if yyr2887 || yy2arr2887 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2909 := z.EncBinary() - _ = yym2909 + yym2900 := z.EncBinary() + _ = yym2900 if false { } else { h.encSliceEndpoints(([]Endpoints)(x.Items), e) @@ -37396,15 +37314,15 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2910 := z.EncBinary() - _ = yym2910 + yym2901 := z.EncBinary() + _ = yym2901 if false { } else { h.encSliceEndpoints(([]Endpoints)(x.Items), e) } } } - if yyr2896 || yy2arr2896 { + if yyr2887 || yy2arr2887 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37417,25 +37335,25 @@ func (x *EndpointsList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2911 := z.DecBinary() - _ = yym2911 + yym2902 := z.DecBinary() + _ = yym2902 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2912 := r.ContainerType() - if yyct2912 == codecSelferValueTypeMap1234 { - yyl2912 := r.ReadMapStart() - if yyl2912 == 0 { + yyct2903 := r.ContainerType() + if yyct2903 == codecSelferValueTypeMap1234 { + yyl2903 := r.ReadMapStart() + if yyl2903 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2912, d) + x.codecDecodeSelfFromMap(yyl2903, d) } - } else if yyct2912 == codecSelferValueTypeArray1234 { - yyl2912 := r.ReadArrayStart() - if yyl2912 == 0 { + } else if yyct2903 == codecSelferValueTypeArray1234 { + yyl2903 := r.ReadArrayStart() + if yyl2903 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2912, d) + x.codecDecodeSelfFromArray(yyl2903, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37447,12 +37365,12 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2913Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2913Slc - var yyhl2913 bool = l >= 0 - for yyj2913 := 0; ; yyj2913++ { - if yyhl2913 { - if yyj2913 >= l { + var yys2904Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2904Slc + var yyhl2904 bool = l >= 0 + for yyj2904 := 0; ; yyj2904++ { + if yyhl2904 { + if yyj2904 >= l { break } } else { @@ -37461,10 +37379,10 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2913Slc = r.DecodeBytes(yys2913Slc, true, true) - yys2913 := string(yys2913Slc) + yys2904Slc = r.DecodeBytes(yys2904Slc, true, true) + yys2904 := string(yys2904Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2913 { + switch yys2904 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -37481,31 +37399,31 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2916 := &x.ListMeta - yym2917 := z.DecBinary() - _ = yym2917 + yyv2907 := &x.ListMeta + yym2908 := z.DecBinary() + _ = yym2908 if false { - } else if z.HasExtensions() && z.DecExt(yyv2916) { + } else if z.HasExtensions() && z.DecExt(yyv2907) { } else { - z.DecFallback(yyv2916, false) + z.DecFallback(yyv2907, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2918 := &x.Items - yym2919 := z.DecBinary() - _ = yym2919 + yyv2909 := &x.Items + yym2910 := z.DecBinary() + _ = yym2910 if false { } else { - h.decSliceEndpoints((*[]Endpoints)(yyv2918), d) + h.decSliceEndpoints((*[]Endpoints)(yyv2909), d) } } default: - z.DecStructFieldNotFound(-1, yys2913) - } // end switch yys2913 - } // end for yyj2913 + z.DecStructFieldNotFound(-1, yys2904) + } // end switch yys2904 + } // end for yyj2904 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37513,16 +37431,16 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2920 int - var yyb2920 bool - var yyhl2920 bool = l >= 0 - yyj2920++ - if yyhl2920 { - yyb2920 = yyj2920 > l + var yyj2911 int + var yyb2911 bool + var yyhl2911 bool = l >= 0 + yyj2911++ + if yyhl2911 { + yyb2911 = yyj2911 > l } else { - yyb2920 = r.CheckBreak() + yyb2911 = r.CheckBreak() } - if yyb2920 { + if yyb2911 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37532,13 +37450,13 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2920++ - if yyhl2920 { - yyb2920 = yyj2920 > l + yyj2911++ + if yyhl2911 { + yyb2911 = yyj2911 > l } else { - yyb2920 = r.CheckBreak() + yyb2911 = r.CheckBreak() } - if yyb2920 { + if yyb2911 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37548,13 +37466,13 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2920++ - if yyhl2920 { - yyb2920 = yyj2920 > l + yyj2911++ + if yyhl2911 { + yyb2911 = yyj2911 > l } else { - yyb2920 = r.CheckBreak() + yyb2911 = r.CheckBreak() } - if yyb2920 { + if yyb2911 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37562,22 +37480,22 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2923 := &x.ListMeta - yym2924 := z.DecBinary() - _ = yym2924 + yyv2914 := &x.ListMeta + yym2915 := z.DecBinary() + _ = yym2915 if false { - } else if z.HasExtensions() && z.DecExt(yyv2923) { + } else if z.HasExtensions() && z.DecExt(yyv2914) { } else { - z.DecFallback(yyv2923, false) + z.DecFallback(yyv2914, false) } } - yyj2920++ - if yyhl2920 { - yyb2920 = yyj2920 > l + yyj2911++ + if yyhl2911 { + yyb2911 = yyj2911 > l } else { - yyb2920 = r.CheckBreak() + yyb2911 = r.CheckBreak() } - if yyb2920 { + if yyb2911 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37585,26 +37503,26 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2925 := &x.Items - yym2926 := z.DecBinary() - _ = yym2926 + yyv2916 := &x.Items + yym2917 := z.DecBinary() + _ = yym2917 if false { } else { - h.decSliceEndpoints((*[]Endpoints)(yyv2925), d) + h.decSliceEndpoints((*[]Endpoints)(yyv2916), d) } } for { - yyj2920++ - if yyhl2920 { - yyb2920 = yyj2920 > l + yyj2911++ + if yyhl2911 { + yyb2911 = yyj2911 > l } else { - yyb2920 = r.CheckBreak() + yyb2911 = r.CheckBreak() } - if yyb2920 { + if yyb2911 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2920-1, "") + z.DecStructFieldNotFound(yyj2911-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37616,38 +37534,38 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2927 := z.EncBinary() - _ = yym2927 + yym2918 := z.EncBinary() + _ = yym2918 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2928 := !z.EncBinary() - yy2arr2928 := z.EncBasicHandle().StructToArray - var yyq2928 [4]bool - _, _, _ = yysep2928, yyq2928, yy2arr2928 - const yyr2928 bool = false - yyq2928[0] = x.PodCIDR != "" - yyq2928[1] = x.ExternalID != "" - yyq2928[2] = x.ProviderID != "" - yyq2928[3] = x.Unschedulable != false - var yynn2928 int - if yyr2928 || yy2arr2928 { + yysep2919 := !z.EncBinary() + yy2arr2919 := z.EncBasicHandle().StructToArray + var yyq2919 [4]bool + _, _, _ = yysep2919, yyq2919, yy2arr2919 + const yyr2919 bool = false + yyq2919[0] = x.PodCIDR != "" + yyq2919[1] = x.ExternalID != "" + yyq2919[2] = x.ProviderID != "" + yyq2919[3] = x.Unschedulable != false + var yynn2919 int + if yyr2919 || yy2arr2919 { r.EncodeArrayStart(4) } else { - yynn2928 = 0 - for _, b := range yyq2928 { + yynn2919 = 0 + for _, b := range yyq2919 { if b { - yynn2928++ + yynn2919++ } } - r.EncodeMapStart(yynn2928) - yynn2928 = 0 + r.EncodeMapStart(yynn2919) + yynn2919 = 0 } - if yyr2928 || yy2arr2928 { + if yyr2919 || yy2arr2919 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2928[0] { - yym2930 := z.EncBinary() - _ = yym2930 + if yyq2919[0] { + yym2921 := z.EncBinary() + _ = yym2921 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) @@ -37656,23 +37574,23 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2928[0] { + if yyq2919[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podCIDR")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2931 := z.EncBinary() - _ = yym2931 + yym2922 := z.EncBinary() + _ = yym2922 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) } } } - if yyr2928 || yy2arr2928 { + if yyr2919 || yy2arr2919 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2928[1] { - yym2933 := z.EncBinary() - _ = yym2933 + if yyq2919[1] { + yym2924 := z.EncBinary() + _ = yym2924 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) @@ -37681,23 +37599,23 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2928[1] { + if yyq2919[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("externalID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2934 := z.EncBinary() - _ = yym2934 + yym2925 := z.EncBinary() + _ = yym2925 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) } } } - if yyr2928 || yy2arr2928 { + if yyr2919 || yy2arr2919 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2928[2] { - yym2936 := z.EncBinary() - _ = yym2936 + if yyq2919[2] { + yym2927 := z.EncBinary() + _ = yym2927 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) @@ -37706,23 +37624,23 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2928[2] { + if yyq2919[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("providerID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2937 := z.EncBinary() - _ = yym2937 + yym2928 := z.EncBinary() + _ = yym2928 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) } } } - if yyr2928 || yy2arr2928 { + if yyr2919 || yy2arr2919 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2928[3] { - yym2939 := z.EncBinary() - _ = yym2939 + if yyq2919[3] { + yym2930 := z.EncBinary() + _ = yym2930 if false { } else { r.EncodeBool(bool(x.Unschedulable)) @@ -37731,19 +37649,19 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq2928[3] { + if yyq2919[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("unschedulable")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2940 := z.EncBinary() - _ = yym2940 + yym2931 := z.EncBinary() + _ = yym2931 if false { } else { r.EncodeBool(bool(x.Unschedulable)) } } } - if yyr2928 || yy2arr2928 { + if yyr2919 || yy2arr2919 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37756,25 +37674,25 @@ func (x *NodeSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2941 := z.DecBinary() - _ = yym2941 + yym2932 := z.DecBinary() + _ = yym2932 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2942 := r.ContainerType() - if yyct2942 == codecSelferValueTypeMap1234 { - yyl2942 := r.ReadMapStart() - if yyl2942 == 0 { + yyct2933 := r.ContainerType() + if yyct2933 == codecSelferValueTypeMap1234 { + yyl2933 := r.ReadMapStart() + if yyl2933 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2942, d) + x.codecDecodeSelfFromMap(yyl2933, d) } - } else if yyct2942 == codecSelferValueTypeArray1234 { - yyl2942 := r.ReadArrayStart() - if yyl2942 == 0 { + } else if yyct2933 == codecSelferValueTypeArray1234 { + yyl2933 := r.ReadArrayStart() + if yyl2933 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2942, d) + x.codecDecodeSelfFromArray(yyl2933, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37786,12 +37704,12 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2943Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2943Slc - var yyhl2943 bool = l >= 0 - for yyj2943 := 0; ; yyj2943++ { - if yyhl2943 { - if yyj2943 >= l { + var yys2934Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2934Slc + var yyhl2934 bool = l >= 0 + for yyj2934 := 0; ; yyj2934++ { + if yyhl2934 { + if yyj2934 >= l { break } } else { @@ -37800,10 +37718,10 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2943Slc = r.DecodeBytes(yys2943Slc, true, true) - yys2943 := string(yys2943Slc) + yys2934Slc = r.DecodeBytes(yys2934Slc, true, true) + yys2934 := string(yys2934Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2943 { + switch yys2934 { case "podCIDR": if r.TryDecodeAsNil() { x.PodCIDR = "" @@ -37829,9 +37747,9 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Unschedulable = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys2943) - } // end switch yys2943 - } // end for yyj2943 + z.DecStructFieldNotFound(-1, yys2934) + } // end switch yys2934 + } // end for yyj2934 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37839,16 +37757,16 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2948 int - var yyb2948 bool - var yyhl2948 bool = l >= 0 - yyj2948++ - if yyhl2948 { - yyb2948 = yyj2948 > l + var yyj2939 int + var yyb2939 bool + var yyhl2939 bool = l >= 0 + yyj2939++ + if yyhl2939 { + yyb2939 = yyj2939 > l } else { - yyb2948 = r.CheckBreak() + yyb2939 = r.CheckBreak() } - if yyb2948 { + if yyb2939 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37858,13 +37776,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.PodCIDR = string(r.DecodeString()) } - yyj2948++ - if yyhl2948 { - yyb2948 = yyj2948 > l + yyj2939++ + if yyhl2939 { + yyb2939 = yyj2939 > l } else { - yyb2948 = r.CheckBreak() + yyb2939 = r.CheckBreak() } - if yyb2948 { + if yyb2939 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37874,13 +37792,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ExternalID = string(r.DecodeString()) } - yyj2948++ - if yyhl2948 { - yyb2948 = yyj2948 > l + yyj2939++ + if yyhl2939 { + yyb2939 = yyj2939 > l } else { - yyb2948 = r.CheckBreak() + yyb2939 = r.CheckBreak() } - if yyb2948 { + if yyb2939 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37890,13 +37808,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ProviderID = string(r.DecodeString()) } - yyj2948++ - if yyhl2948 { - yyb2948 = yyj2948 > l + yyj2939++ + if yyhl2939 { + yyb2939 = yyj2939 > l } else { - yyb2948 = r.CheckBreak() + yyb2939 = r.CheckBreak() } - if yyb2948 { + if yyb2939 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37907,17 +37825,17 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Unschedulable = bool(r.DecodeBool()) } for { - yyj2948++ - if yyhl2948 { - yyb2948 = yyj2948 > l + yyj2939++ + if yyhl2939 { + yyb2939 = yyj2939 > l } else { - yyb2948 = r.CheckBreak() + yyb2939 = r.CheckBreak() } - if yyb2948 { + if yyb2939 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2948-1, "") + z.DecStructFieldNotFound(yyj2939-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37929,33 +37847,33 @@ func (x *DaemonEndpoint) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2953 := z.EncBinary() - _ = yym2953 + yym2944 := z.EncBinary() + _ = yym2944 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2954 := !z.EncBinary() - yy2arr2954 := z.EncBasicHandle().StructToArray - var yyq2954 [1]bool - _, _, _ = yysep2954, yyq2954, yy2arr2954 - const yyr2954 bool = false - var yynn2954 int - if yyr2954 || yy2arr2954 { + yysep2945 := !z.EncBinary() + yy2arr2945 := z.EncBasicHandle().StructToArray + var yyq2945 [1]bool + _, _, _ = yysep2945, yyq2945, yy2arr2945 + const yyr2945 bool = false + var yynn2945 int + if yyr2945 || yy2arr2945 { r.EncodeArrayStart(1) } else { - yynn2954 = 1 - for _, b := range yyq2954 { + yynn2945 = 1 + for _, b := range yyq2945 { if b { - yynn2954++ + yynn2945++ } } - r.EncodeMapStart(yynn2954) - yynn2954 = 0 + r.EncodeMapStart(yynn2945) + yynn2945 = 0 } - if yyr2954 || yy2arr2954 { + if yyr2945 || yy2arr2945 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2956 := z.EncBinary() - _ = yym2956 + yym2947 := z.EncBinary() + _ = yym2947 if false { } else { r.EncodeInt(int64(x.Port)) @@ -37964,14 +37882,14 @@ func (x *DaemonEndpoint) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2957 := z.EncBinary() - _ = yym2957 + yym2948 := z.EncBinary() + _ = yym2948 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2954 || yy2arr2954 { + if yyr2945 || yy2arr2945 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37984,25 +37902,25 @@ func (x *DaemonEndpoint) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2958 := z.DecBinary() - _ = yym2958 + yym2949 := z.DecBinary() + _ = yym2949 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2959 := r.ContainerType() - if yyct2959 == codecSelferValueTypeMap1234 { - yyl2959 := r.ReadMapStart() - if yyl2959 == 0 { + yyct2950 := r.ContainerType() + if yyct2950 == codecSelferValueTypeMap1234 { + yyl2950 := r.ReadMapStart() + if yyl2950 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2959, d) + x.codecDecodeSelfFromMap(yyl2950, d) } - } else if yyct2959 == codecSelferValueTypeArray1234 { - yyl2959 := r.ReadArrayStart() - if yyl2959 == 0 { + } else if yyct2950 == codecSelferValueTypeArray1234 { + yyl2950 := r.ReadArrayStart() + if yyl2950 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2959, d) + x.codecDecodeSelfFromArray(yyl2950, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38014,12 +37932,12 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2960Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2960Slc - var yyhl2960 bool = l >= 0 - for yyj2960 := 0; ; yyj2960++ { - if yyhl2960 { - if yyj2960 >= l { + var yys2951Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2951Slc + var yyhl2951 bool = l >= 0 + for yyj2951 := 0; ; yyj2951++ { + if yyhl2951 { + if yyj2951 >= l { break } } else { @@ -38028,10 +37946,10 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2960Slc = r.DecodeBytes(yys2960Slc, true, true) - yys2960 := string(yys2960Slc) + yys2951Slc = r.DecodeBytes(yys2951Slc, true, true) + yys2951 := string(yys2951Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2960 { + switch yys2951 { case "Port": if r.TryDecodeAsNil() { x.Port = 0 @@ -38039,9 +37957,9 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Port = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys2960) - } // end switch yys2960 - } // end for yyj2960 + z.DecStructFieldNotFound(-1, yys2951) + } // end switch yys2951 + } // end for yyj2951 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38049,16 +37967,16 @@ func (x *DaemonEndpoint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2962 int - var yyb2962 bool - var yyhl2962 bool = l >= 0 - yyj2962++ - if yyhl2962 { - yyb2962 = yyj2962 > l + var yyj2953 int + var yyb2953 bool + var yyhl2953 bool = l >= 0 + yyj2953++ + if yyhl2953 { + yyb2953 = yyj2953 > l } else { - yyb2962 = r.CheckBreak() + yyb2953 = r.CheckBreak() } - if yyb2962 { + if yyb2953 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38069,17 +37987,17 @@ func (x *DaemonEndpoint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Port = int32(r.DecodeInt(32)) } for { - yyj2962++ - if yyhl2962 { - yyb2962 = yyj2962 > l + yyj2953++ + if yyhl2953 { + yyb2953 = yyj2953 > l } else { - yyb2962 = r.CheckBreak() + yyb2953 = r.CheckBreak() } - if yyb2962 { + if yyb2953 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2962-1, "") + z.DecStructFieldNotFound(yyj2953-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38091,48 +38009,48 @@ func (x *NodeDaemonEndpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2964 := z.EncBinary() - _ = yym2964 + yym2955 := z.EncBinary() + _ = yym2955 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2965 := !z.EncBinary() - yy2arr2965 := z.EncBasicHandle().StructToArray - var yyq2965 [1]bool - _, _, _ = yysep2965, yyq2965, yy2arr2965 - const yyr2965 bool = false - yyq2965[0] = true - var yynn2965 int - if yyr2965 || yy2arr2965 { + yysep2956 := !z.EncBinary() + yy2arr2956 := z.EncBasicHandle().StructToArray + var yyq2956 [1]bool + _, _, _ = yysep2956, yyq2956, yy2arr2956 + const yyr2956 bool = false + yyq2956[0] = true + var yynn2956 int + if yyr2956 || yy2arr2956 { r.EncodeArrayStart(1) } else { - yynn2965 = 0 - for _, b := range yyq2965 { + yynn2956 = 0 + for _, b := range yyq2956 { if b { - yynn2965++ + yynn2956++ } } - r.EncodeMapStart(yynn2965) - yynn2965 = 0 + r.EncodeMapStart(yynn2956) + yynn2956 = 0 } - if yyr2965 || yy2arr2965 { + if yyr2956 || yy2arr2956 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2965[0] { - yy2967 := &x.KubeletEndpoint - yy2967.CodecEncodeSelf(e) + if yyq2956[0] { + yy2958 := &x.KubeletEndpoint + yy2958.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2965[0] { + if yyq2956[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeletEndpoint")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2968 := &x.KubeletEndpoint - yy2968.CodecEncodeSelf(e) + yy2959 := &x.KubeletEndpoint + yy2959.CodecEncodeSelf(e) } } - if yyr2965 || yy2arr2965 { + if yyr2956 || yy2arr2956 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38145,25 +38063,25 @@ func (x *NodeDaemonEndpoints) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2969 := z.DecBinary() - _ = yym2969 + yym2960 := z.DecBinary() + _ = yym2960 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2970 := r.ContainerType() - if yyct2970 == codecSelferValueTypeMap1234 { - yyl2970 := r.ReadMapStart() - if yyl2970 == 0 { + yyct2961 := r.ContainerType() + if yyct2961 == codecSelferValueTypeMap1234 { + yyl2961 := r.ReadMapStart() + if yyl2961 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2970, d) + x.codecDecodeSelfFromMap(yyl2961, d) } - } else if yyct2970 == codecSelferValueTypeArray1234 { - yyl2970 := r.ReadArrayStart() - if yyl2970 == 0 { + } else if yyct2961 == codecSelferValueTypeArray1234 { + yyl2961 := r.ReadArrayStart() + if yyl2961 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2970, d) + x.codecDecodeSelfFromArray(yyl2961, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38175,12 +38093,12 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2971Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2971Slc - var yyhl2971 bool = l >= 0 - for yyj2971 := 0; ; yyj2971++ { - if yyhl2971 { - if yyj2971 >= l { + var yys2962Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2962Slc + var yyhl2962 bool = l >= 0 + for yyj2962 := 0; ; yyj2962++ { + if yyhl2962 { + if yyj2962 >= l { break } } else { @@ -38189,21 +38107,21 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2971Slc = r.DecodeBytes(yys2971Slc, true, true) - yys2971 := string(yys2971Slc) + yys2962Slc = r.DecodeBytes(yys2962Slc, true, true) + yys2962 := string(yys2962Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2971 { + switch yys2962 { case "kubeletEndpoint": if r.TryDecodeAsNil() { x.KubeletEndpoint = DaemonEndpoint{} } else { - yyv2972 := &x.KubeletEndpoint - yyv2972.CodecDecodeSelf(d) + yyv2963 := &x.KubeletEndpoint + yyv2963.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2971) - } // end switch yys2971 - } // end for yyj2971 + z.DecStructFieldNotFound(-1, yys2962) + } // end switch yys2962 + } // end for yyj2962 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38211,16 +38129,16 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2973 int - var yyb2973 bool - var yyhl2973 bool = l >= 0 - yyj2973++ - if yyhl2973 { - yyb2973 = yyj2973 > l + var yyj2964 int + var yyb2964 bool + var yyhl2964 bool = l >= 0 + yyj2964++ + if yyhl2964 { + yyb2964 = yyj2964 > l } else { - yyb2973 = r.CheckBreak() + yyb2964 = r.CheckBreak() } - if yyb2973 { + if yyb2964 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38228,21 +38146,21 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.KubeletEndpoint = DaemonEndpoint{} } else { - yyv2974 := &x.KubeletEndpoint - yyv2974.CodecDecodeSelf(d) + yyv2965 := &x.KubeletEndpoint + yyv2965.CodecDecodeSelf(d) } for { - yyj2973++ - if yyhl2973 { - yyb2973 = yyj2973 > l + yyj2964++ + if yyhl2964 { + yyb2964 = yyj2964 > l } else { - yyb2973 = r.CheckBreak() + yyb2964 = r.CheckBreak() } - if yyb2973 { + if yyb2964 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2973-1, "") + z.DecStructFieldNotFound(yyj2964-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38254,33 +38172,33 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2975 := z.EncBinary() - _ = yym2975 + yym2966 := z.EncBinary() + _ = yym2966 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2976 := !z.EncBinary() - yy2arr2976 := z.EncBasicHandle().StructToArray - var yyq2976 [10]bool - _, _, _ = yysep2976, yyq2976, yy2arr2976 - const yyr2976 bool = false - var yynn2976 int - if yyr2976 || yy2arr2976 { + yysep2967 := !z.EncBinary() + yy2arr2967 := z.EncBasicHandle().StructToArray + var yyq2967 [10]bool + _, _, _ = yysep2967, yyq2967, yy2arr2967 + const yyr2967 bool = false + var yynn2967 int + if yyr2967 || yy2arr2967 { r.EncodeArrayStart(10) } else { - yynn2976 = 10 - for _, b := range yyq2976 { + yynn2967 = 10 + for _, b := range yyq2967 { if b { - yynn2976++ + yynn2967++ } } - r.EncodeMapStart(yynn2976) - yynn2976 = 0 + r.EncodeMapStart(yynn2967) + yynn2967 = 0 } - if yyr2976 || yy2arr2976 { + if yyr2967 || yy2arr2967 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2978 := z.EncBinary() - _ = yym2978 + yym2969 := z.EncBinary() + _ = yym2969 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MachineID)) @@ -38289,17 +38207,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("machineID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2979 := z.EncBinary() - _ = yym2979 + yym2970 := z.EncBinary() + _ = yym2970 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MachineID)) } } - if yyr2976 || yy2arr2976 { + if yyr2967 || yy2arr2967 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2981 := z.EncBinary() - _ = yym2981 + yym2972 := z.EncBinary() + _ = yym2972 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SystemUUID)) @@ -38308,17 +38226,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("systemUUID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2982 := z.EncBinary() - _ = yym2982 + yym2973 := z.EncBinary() + _ = yym2973 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SystemUUID)) } } - if yyr2976 || yy2arr2976 { + if yyr2967 || yy2arr2967 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2984 := z.EncBinary() - _ = yym2984 + yym2975 := z.EncBinary() + _ = yym2975 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.BootID)) @@ -38327,17 +38245,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("bootID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2985 := z.EncBinary() - _ = yym2985 + yym2976 := z.EncBinary() + _ = yym2976 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.BootID)) } } - if yyr2976 || yy2arr2976 { + if yyr2967 || yy2arr2967 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2987 := z.EncBinary() - _ = yym2987 + yym2978 := z.EncBinary() + _ = yym2978 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KernelVersion)) @@ -38346,17 +38264,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kernelVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2988 := z.EncBinary() - _ = yym2988 + yym2979 := z.EncBinary() + _ = yym2979 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KernelVersion)) } } - if yyr2976 || yy2arr2976 { + if yyr2967 || yy2arr2967 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2990 := z.EncBinary() - _ = yym2990 + yym2981 := z.EncBinary() + _ = yym2981 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OSImage)) @@ -38365,17 +38283,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("osImage")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2991 := z.EncBinary() - _ = yym2991 + yym2982 := z.EncBinary() + _ = yym2982 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OSImage)) } } - if yyr2976 || yy2arr2976 { + if yyr2967 || yy2arr2967 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2993 := z.EncBinary() - _ = yym2993 + yym2984 := z.EncBinary() + _ = yym2984 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntimeVersion)) @@ -38384,17 +38302,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerRuntimeVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2994 := z.EncBinary() - _ = yym2994 + yym2985 := z.EncBinary() + _ = yym2985 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntimeVersion)) } } - if yyr2976 || yy2arr2976 { + if yyr2967 || yy2arr2967 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2996 := z.EncBinary() - _ = yym2996 + yym2987 := z.EncBinary() + _ = yym2987 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeletVersion)) @@ -38403,17 +38321,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeletVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2997 := z.EncBinary() - _ = yym2997 + yym2988 := z.EncBinary() + _ = yym2988 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeletVersion)) } } - if yyr2976 || yy2arr2976 { + if yyr2967 || yy2arr2967 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2999 := z.EncBinary() - _ = yym2999 + yym2990 := z.EncBinary() + _ = yym2990 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeProxyVersion)) @@ -38422,17 +38340,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeProxyVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3000 := z.EncBinary() - _ = yym3000 + yym2991 := z.EncBinary() + _ = yym2991 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeProxyVersion)) } } - if yyr2976 || yy2arr2976 { + if yyr2967 || yy2arr2967 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3002 := z.EncBinary() - _ = yym3002 + yym2993 := z.EncBinary() + _ = yym2993 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OperatingSystem)) @@ -38441,17 +38359,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("operatingSystem")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3003 := z.EncBinary() - _ = yym3003 + yym2994 := z.EncBinary() + _ = yym2994 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OperatingSystem)) } } - if yyr2976 || yy2arr2976 { + if yyr2967 || yy2arr2967 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3005 := z.EncBinary() - _ = yym3005 + yym2996 := z.EncBinary() + _ = yym2996 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Architecture)) @@ -38460,14 +38378,14 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("architecture")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3006 := z.EncBinary() - _ = yym3006 + yym2997 := z.EncBinary() + _ = yym2997 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Architecture)) } } - if yyr2976 || yy2arr2976 { + if yyr2967 || yy2arr2967 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38480,25 +38398,25 @@ func (x *NodeSystemInfo) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3007 := z.DecBinary() - _ = yym3007 + yym2998 := z.DecBinary() + _ = yym2998 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3008 := r.ContainerType() - if yyct3008 == codecSelferValueTypeMap1234 { - yyl3008 := r.ReadMapStart() - if yyl3008 == 0 { + yyct2999 := r.ContainerType() + if yyct2999 == codecSelferValueTypeMap1234 { + yyl2999 := r.ReadMapStart() + if yyl2999 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3008, d) + x.codecDecodeSelfFromMap(yyl2999, d) } - } else if yyct3008 == codecSelferValueTypeArray1234 { - yyl3008 := r.ReadArrayStart() - if yyl3008 == 0 { + } else if yyct2999 == codecSelferValueTypeArray1234 { + yyl2999 := r.ReadArrayStart() + if yyl2999 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3008, d) + x.codecDecodeSelfFromArray(yyl2999, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38510,12 +38428,12 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3009Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3009Slc - var yyhl3009 bool = l >= 0 - for yyj3009 := 0; ; yyj3009++ { - if yyhl3009 { - if yyj3009 >= l { + var yys3000Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3000Slc + var yyhl3000 bool = l >= 0 + for yyj3000 := 0; ; yyj3000++ { + if yyhl3000 { + if yyj3000 >= l { break } } else { @@ -38524,10 +38442,10 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3009Slc = r.DecodeBytes(yys3009Slc, true, true) - yys3009 := string(yys3009Slc) + yys3000Slc = r.DecodeBytes(yys3000Slc, true, true) + yys3000 := string(yys3000Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3009 { + switch yys3000 { case "machineID": if r.TryDecodeAsNil() { x.MachineID = "" @@ -38589,9 +38507,9 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Architecture = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3009) - } // end switch yys3009 - } // end for yyj3009 + z.DecStructFieldNotFound(-1, yys3000) + } // end switch yys3000 + } // end for yyj3000 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38599,16 +38517,16 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3020 int - var yyb3020 bool - var yyhl3020 bool = l >= 0 - yyj3020++ - if yyhl3020 { - yyb3020 = yyj3020 > l + var yyj3011 int + var yyb3011 bool + var yyhl3011 bool = l >= 0 + yyj3011++ + if yyhl3011 { + yyb3011 = yyj3011 > l } else { - yyb3020 = r.CheckBreak() + yyb3011 = r.CheckBreak() } - if yyb3020 { + if yyb3011 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38618,13 +38536,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.MachineID = string(r.DecodeString()) } - yyj3020++ - if yyhl3020 { - yyb3020 = yyj3020 > l + yyj3011++ + if yyhl3011 { + yyb3011 = yyj3011 > l } else { - yyb3020 = r.CheckBreak() + yyb3011 = r.CheckBreak() } - if yyb3020 { + if yyb3011 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38634,13 +38552,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SystemUUID = string(r.DecodeString()) } - yyj3020++ - if yyhl3020 { - yyb3020 = yyj3020 > l + yyj3011++ + if yyhl3011 { + yyb3011 = yyj3011 > l } else { - yyb3020 = r.CheckBreak() + yyb3011 = r.CheckBreak() } - if yyb3020 { + if yyb3011 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38650,13 +38568,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.BootID = string(r.DecodeString()) } - yyj3020++ - if yyhl3020 { - yyb3020 = yyj3020 > l + yyj3011++ + if yyhl3011 { + yyb3011 = yyj3011 > l } else { - yyb3020 = r.CheckBreak() + yyb3011 = r.CheckBreak() } - if yyb3020 { + if yyb3011 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38666,13 +38584,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KernelVersion = string(r.DecodeString()) } - yyj3020++ - if yyhl3020 { - yyb3020 = yyj3020 > l + yyj3011++ + if yyhl3011 { + yyb3011 = yyj3011 > l } else { - yyb3020 = r.CheckBreak() + yyb3011 = r.CheckBreak() } - if yyb3020 { + if yyb3011 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38682,13 +38600,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.OSImage = string(r.DecodeString()) } - yyj3020++ - if yyhl3020 { - yyb3020 = yyj3020 > l + yyj3011++ + if yyhl3011 { + yyb3011 = yyj3011 > l } else { - yyb3020 = r.CheckBreak() + yyb3011 = r.CheckBreak() } - if yyb3020 { + if yyb3011 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38698,13 +38616,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ContainerRuntimeVersion = string(r.DecodeString()) } - yyj3020++ - if yyhl3020 { - yyb3020 = yyj3020 > l + yyj3011++ + if yyhl3011 { + yyb3011 = yyj3011 > l } else { - yyb3020 = r.CheckBreak() + yyb3011 = r.CheckBreak() } - if yyb3020 { + if yyb3011 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38714,13 +38632,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KubeletVersion = string(r.DecodeString()) } - yyj3020++ - if yyhl3020 { - yyb3020 = yyj3020 > l + yyj3011++ + if yyhl3011 { + yyb3011 = yyj3011 > l } else { - yyb3020 = r.CheckBreak() + yyb3011 = r.CheckBreak() } - if yyb3020 { + if yyb3011 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38730,13 +38648,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KubeProxyVersion = string(r.DecodeString()) } - yyj3020++ - if yyhl3020 { - yyb3020 = yyj3020 > l + yyj3011++ + if yyhl3011 { + yyb3011 = yyj3011 > l } else { - yyb3020 = r.CheckBreak() + yyb3011 = r.CheckBreak() } - if yyb3020 { + if yyb3011 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38746,13 +38664,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.OperatingSystem = string(r.DecodeString()) } - yyj3020++ - if yyhl3020 { - yyb3020 = yyj3020 > l + yyj3011++ + if yyhl3011 { + yyb3011 = yyj3011 > l } else { - yyb3020 = r.CheckBreak() + yyb3011 = r.CheckBreak() } - if yyb3020 { + if yyb3011 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38763,17 +38681,17 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Architecture = string(r.DecodeString()) } for { - yyj3020++ - if yyhl3020 { - yyb3020 = yyj3020 > l + yyj3011++ + if yyhl3011 { + yyb3011 = yyj3011 > l } else { - yyb3020 = r.CheckBreak() + yyb3011 = r.CheckBreak() } - if yyb3020 { + if yyb3011 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3020-1, "") + z.DecStructFieldNotFound(yyj3011-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38785,42 +38703,42 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3031 := z.EncBinary() - _ = yym3031 + yym3022 := z.EncBinary() + _ = yym3022 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3032 := !z.EncBinary() - yy2arr3032 := z.EncBasicHandle().StructToArray - var yyq3032 [10]bool - _, _, _ = yysep3032, yyq3032, yy2arr3032 - const yyr3032 bool = false - yyq3032[0] = len(x.Capacity) != 0 - yyq3032[1] = len(x.Allocatable) != 0 - yyq3032[2] = x.Phase != "" - yyq3032[3] = len(x.Conditions) != 0 - yyq3032[4] = len(x.Addresses) != 0 - yyq3032[5] = true - yyq3032[6] = true - yyq3032[7] = len(x.Images) != 0 - yyq3032[8] = len(x.VolumesInUse) != 0 - yyq3032[9] = len(x.VolumesAttached) != 0 - var yynn3032 int - if yyr3032 || yy2arr3032 { + yysep3023 := !z.EncBinary() + yy2arr3023 := z.EncBasicHandle().StructToArray + var yyq3023 [10]bool + _, _, _ = yysep3023, yyq3023, yy2arr3023 + const yyr3023 bool = false + yyq3023[0] = len(x.Capacity) != 0 + yyq3023[1] = len(x.Allocatable) != 0 + yyq3023[2] = x.Phase != "" + yyq3023[3] = len(x.Conditions) != 0 + yyq3023[4] = len(x.Addresses) != 0 + yyq3023[5] = true + yyq3023[6] = true + yyq3023[7] = len(x.Images) != 0 + yyq3023[8] = len(x.VolumesInUse) != 0 + yyq3023[9] = len(x.VolumesAttached) != 0 + var yynn3023 int + if yyr3023 || yy2arr3023 { r.EncodeArrayStart(10) } else { - yynn3032 = 0 - for _, b := range yyq3032 { + yynn3023 = 0 + for _, b := range yyq3023 { if b { - yynn3032++ + yynn3023++ } } - r.EncodeMapStart(yynn3032) - yynn3032 = 0 + r.EncodeMapStart(yynn3023) + yynn3023 = 0 } - if yyr3032 || yy2arr3032 { + if yyr3023 || yy2arr3023 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3032[0] { + if yyq3023[0] { if x.Capacity == nil { r.EncodeNil() } else { @@ -38830,7 +38748,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3032[0] { + if yyq3023[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capacity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -38841,9 +38759,9 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3032 || yy2arr3032 { + if yyr3023 || yy2arr3023 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3032[1] { + if yyq3023[1] { if x.Allocatable == nil { r.EncodeNil() } else { @@ -38853,7 +38771,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3032[1] { + if yyq3023[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("allocatable")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -38864,29 +38782,29 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3032 || yy2arr3032 { + if yyr3023 || yy2arr3023 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3032[2] { + if yyq3023[2] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3032[2] { + if yyq3023[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr3032 || yy2arr3032 { + if yyr3023 || yy2arr3023 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3032[3] { + if yyq3023[3] { if x.Conditions == nil { r.EncodeNil() } else { - yym3037 := z.EncBinary() - _ = yym3037 + yym3028 := z.EncBinary() + _ = yym3028 if false { } else { h.encSliceNodeCondition(([]NodeCondition)(x.Conditions), e) @@ -38896,15 +38814,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3032[3] { + if yyq3023[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym3038 := z.EncBinary() - _ = yym3038 + yym3029 := z.EncBinary() + _ = yym3029 if false { } else { h.encSliceNodeCondition(([]NodeCondition)(x.Conditions), e) @@ -38912,14 +38830,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3032 || yy2arr3032 { + if yyr3023 || yy2arr3023 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3032[4] { + if yyq3023[4] { if x.Addresses == nil { r.EncodeNil() } else { - yym3040 := z.EncBinary() - _ = yym3040 + yym3031 := z.EncBinary() + _ = yym3031 if false { } else { h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) @@ -38929,15 +38847,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3032[4] { + if yyq3023[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("addresses")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Addresses == nil { r.EncodeNil() } else { - yym3041 := z.EncBinary() - _ = yym3041 + yym3032 := z.EncBinary() + _ = yym3032 if false { } else { h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) @@ -38945,48 +38863,48 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3032 || yy2arr3032 { + if yyr3023 || yy2arr3023 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3032[5] { - yy3043 := &x.DaemonEndpoints - yy3043.CodecEncodeSelf(e) + if yyq3023[5] { + yy3034 := &x.DaemonEndpoints + yy3034.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3032[5] { + if yyq3023[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("daemonEndpoints")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3044 := &x.DaemonEndpoints - yy3044.CodecEncodeSelf(e) + yy3035 := &x.DaemonEndpoints + yy3035.CodecEncodeSelf(e) } } - if yyr3032 || yy2arr3032 { + if yyr3023 || yy2arr3023 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3032[6] { - yy3046 := &x.NodeInfo - yy3046.CodecEncodeSelf(e) + if yyq3023[6] { + yy3037 := &x.NodeInfo + yy3037.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3032[6] { + if yyq3023[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeInfo")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3047 := &x.NodeInfo - yy3047.CodecEncodeSelf(e) + yy3038 := &x.NodeInfo + yy3038.CodecEncodeSelf(e) } } - if yyr3032 || yy2arr3032 { + if yyr3023 || yy2arr3023 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3032[7] { + if yyq3023[7] { if x.Images == nil { r.EncodeNil() } else { - yym3049 := z.EncBinary() - _ = yym3049 + yym3040 := z.EncBinary() + _ = yym3040 if false { } else { h.encSliceContainerImage(([]ContainerImage)(x.Images), e) @@ -38996,15 +38914,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3032[7] { + if yyq3023[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("images")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Images == nil { r.EncodeNil() } else { - yym3050 := z.EncBinary() - _ = yym3050 + yym3041 := z.EncBinary() + _ = yym3041 if false { } else { h.encSliceContainerImage(([]ContainerImage)(x.Images), e) @@ -39012,14 +38930,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3032 || yy2arr3032 { + if yyr3023 || yy2arr3023 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3032[8] { + if yyq3023[8] { if x.VolumesInUse == nil { r.EncodeNil() } else { - yym3052 := z.EncBinary() - _ = yym3052 + yym3043 := z.EncBinary() + _ = yym3043 if false { } else { h.encSliceUniqueVolumeName(([]UniqueVolumeName)(x.VolumesInUse), e) @@ -39029,15 +38947,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3032[8] { + if yyq3023[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumesInUse")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.VolumesInUse == nil { r.EncodeNil() } else { - yym3053 := z.EncBinary() - _ = yym3053 + yym3044 := z.EncBinary() + _ = yym3044 if false { } else { h.encSliceUniqueVolumeName(([]UniqueVolumeName)(x.VolumesInUse), e) @@ -39045,14 +38963,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3032 || yy2arr3032 { + if yyr3023 || yy2arr3023 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3032[9] { + if yyq3023[9] { if x.VolumesAttached == nil { r.EncodeNil() } else { - yym3055 := z.EncBinary() - _ = yym3055 + yym3046 := z.EncBinary() + _ = yym3046 if false { } else { h.encSliceAttachedVolume(([]AttachedVolume)(x.VolumesAttached), e) @@ -39062,15 +38980,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3032[9] { + if yyq3023[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumesAttached")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.VolumesAttached == nil { r.EncodeNil() } else { - yym3056 := z.EncBinary() - _ = yym3056 + yym3047 := z.EncBinary() + _ = yym3047 if false { } else { h.encSliceAttachedVolume(([]AttachedVolume)(x.VolumesAttached), e) @@ -39078,7 +38996,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3032 || yy2arr3032 { + if yyr3023 || yy2arr3023 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39091,25 +39009,25 @@ func (x *NodeStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3057 := z.DecBinary() - _ = yym3057 + yym3048 := z.DecBinary() + _ = yym3048 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3058 := r.ContainerType() - if yyct3058 == codecSelferValueTypeMap1234 { - yyl3058 := r.ReadMapStart() - if yyl3058 == 0 { + yyct3049 := r.ContainerType() + if yyct3049 == codecSelferValueTypeMap1234 { + yyl3049 := r.ReadMapStart() + if yyl3049 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3058, d) + x.codecDecodeSelfFromMap(yyl3049, d) } - } else if yyct3058 == codecSelferValueTypeArray1234 { - yyl3058 := r.ReadArrayStart() - if yyl3058 == 0 { + } else if yyct3049 == codecSelferValueTypeArray1234 { + yyl3049 := r.ReadArrayStart() + if yyl3049 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3058, d) + x.codecDecodeSelfFromArray(yyl3049, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39121,12 +39039,12 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3059Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3059Slc - var yyhl3059 bool = l >= 0 - for yyj3059 := 0; ; yyj3059++ { - if yyhl3059 { - if yyj3059 >= l { + var yys3050Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3050Slc + var yyhl3050 bool = l >= 0 + for yyj3050 := 0; ; yyj3050++ { + if yyhl3050 { + if yyj3050 >= l { break } } else { @@ -39135,23 +39053,23 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3059Slc = r.DecodeBytes(yys3059Slc, true, true) - yys3059 := string(yys3059Slc) + yys3050Slc = r.DecodeBytes(yys3050Slc, true, true) + yys3050 := string(yys3050Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3059 { + switch yys3050 { case "capacity": if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv3060 := &x.Capacity - yyv3060.CodecDecodeSelf(d) + yyv3051 := &x.Capacity + yyv3051.CodecDecodeSelf(d) } case "allocatable": if r.TryDecodeAsNil() { x.Allocatable = nil } else { - yyv3061 := &x.Allocatable - yyv3061.CodecDecodeSelf(d) + yyv3052 := &x.Allocatable + yyv3052.CodecDecodeSelf(d) } case "phase": if r.TryDecodeAsNil() { @@ -39163,80 +39081,80 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv3063 := &x.Conditions - yym3064 := z.DecBinary() - _ = yym3064 + yyv3054 := &x.Conditions + yym3055 := z.DecBinary() + _ = yym3055 if false { } else { - h.decSliceNodeCondition((*[]NodeCondition)(yyv3063), d) + h.decSliceNodeCondition((*[]NodeCondition)(yyv3054), d) } } case "addresses": if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv3065 := &x.Addresses - yym3066 := z.DecBinary() - _ = yym3066 + yyv3056 := &x.Addresses + yym3057 := z.DecBinary() + _ = yym3057 if false { } else { - h.decSliceNodeAddress((*[]NodeAddress)(yyv3065), d) + h.decSliceNodeAddress((*[]NodeAddress)(yyv3056), d) } } case "daemonEndpoints": if r.TryDecodeAsNil() { x.DaemonEndpoints = NodeDaemonEndpoints{} } else { - yyv3067 := &x.DaemonEndpoints - yyv3067.CodecDecodeSelf(d) + yyv3058 := &x.DaemonEndpoints + yyv3058.CodecDecodeSelf(d) } case "nodeInfo": if r.TryDecodeAsNil() { x.NodeInfo = NodeSystemInfo{} } else { - yyv3068 := &x.NodeInfo - yyv3068.CodecDecodeSelf(d) + yyv3059 := &x.NodeInfo + yyv3059.CodecDecodeSelf(d) } case "images": if r.TryDecodeAsNil() { x.Images = nil } else { - yyv3069 := &x.Images - yym3070 := z.DecBinary() - _ = yym3070 + yyv3060 := &x.Images + yym3061 := z.DecBinary() + _ = yym3061 if false { } else { - h.decSliceContainerImage((*[]ContainerImage)(yyv3069), d) + h.decSliceContainerImage((*[]ContainerImage)(yyv3060), d) } } case "volumesInUse": if r.TryDecodeAsNil() { x.VolumesInUse = nil } else { - yyv3071 := &x.VolumesInUse - yym3072 := z.DecBinary() - _ = yym3072 + yyv3062 := &x.VolumesInUse + yym3063 := z.DecBinary() + _ = yym3063 if false { } else { - h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv3071), d) + h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv3062), d) } } case "volumesAttached": if r.TryDecodeAsNil() { x.VolumesAttached = nil } else { - yyv3073 := &x.VolumesAttached - yym3074 := z.DecBinary() - _ = yym3074 + yyv3064 := &x.VolumesAttached + yym3065 := z.DecBinary() + _ = yym3065 if false { } else { - h.decSliceAttachedVolume((*[]AttachedVolume)(yyv3073), d) + h.decSliceAttachedVolume((*[]AttachedVolume)(yyv3064), d) } } default: - z.DecStructFieldNotFound(-1, yys3059) - } // end switch yys3059 - } // end for yyj3059 + z.DecStructFieldNotFound(-1, yys3050) + } // end switch yys3050 + } // end for yyj3050 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39244,16 +39162,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3075 int - var yyb3075 bool - var yyhl3075 bool = l >= 0 - yyj3075++ - if yyhl3075 { - yyb3075 = yyj3075 > l + var yyj3066 int + var yyb3066 bool + var yyhl3066 bool = l >= 0 + yyj3066++ + if yyhl3066 { + yyb3066 = yyj3066 > l } else { - yyb3075 = r.CheckBreak() + yyb3066 = r.CheckBreak() } - if yyb3075 { + if yyb3066 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39261,16 +39179,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv3076 := &x.Capacity - yyv3076.CodecDecodeSelf(d) + yyv3067 := &x.Capacity + yyv3067.CodecDecodeSelf(d) } - yyj3075++ - if yyhl3075 { - yyb3075 = yyj3075 > l + yyj3066++ + if yyhl3066 { + yyb3066 = yyj3066 > l } else { - yyb3075 = r.CheckBreak() + yyb3066 = r.CheckBreak() } - if yyb3075 { + if yyb3066 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39278,16 +39196,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Allocatable = nil } else { - yyv3077 := &x.Allocatable - yyv3077.CodecDecodeSelf(d) + yyv3068 := &x.Allocatable + yyv3068.CodecDecodeSelf(d) } - yyj3075++ - if yyhl3075 { - yyb3075 = yyj3075 > l + yyj3066++ + if yyhl3066 { + yyb3066 = yyj3066 > l } else { - yyb3075 = r.CheckBreak() + yyb3066 = r.CheckBreak() } - if yyb3075 { + if yyb3066 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39297,13 +39215,13 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Phase = NodePhase(r.DecodeString()) } - yyj3075++ - if yyhl3075 { - yyb3075 = yyj3075 > l + yyj3066++ + if yyhl3066 { + yyb3066 = yyj3066 > l } else { - yyb3075 = r.CheckBreak() + yyb3066 = r.CheckBreak() } - if yyb3075 { + if yyb3066 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39311,21 +39229,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv3079 := &x.Conditions - yym3080 := z.DecBinary() - _ = yym3080 + yyv3070 := &x.Conditions + yym3071 := z.DecBinary() + _ = yym3071 if false { } else { - h.decSliceNodeCondition((*[]NodeCondition)(yyv3079), d) + h.decSliceNodeCondition((*[]NodeCondition)(yyv3070), d) } } - yyj3075++ - if yyhl3075 { - yyb3075 = yyj3075 > l + yyj3066++ + if yyhl3066 { + yyb3066 = yyj3066 > l } else { - yyb3075 = r.CheckBreak() + yyb3066 = r.CheckBreak() } - if yyb3075 { + if yyb3066 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39333,21 +39251,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv3081 := &x.Addresses - yym3082 := z.DecBinary() - _ = yym3082 + yyv3072 := &x.Addresses + yym3073 := z.DecBinary() + _ = yym3073 if false { } else { - h.decSliceNodeAddress((*[]NodeAddress)(yyv3081), d) + h.decSliceNodeAddress((*[]NodeAddress)(yyv3072), d) } } - yyj3075++ - if yyhl3075 { - yyb3075 = yyj3075 > l + yyj3066++ + if yyhl3066 { + yyb3066 = yyj3066 > l } else { - yyb3075 = r.CheckBreak() + yyb3066 = r.CheckBreak() } - if yyb3075 { + if yyb3066 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39355,16 +39273,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DaemonEndpoints = NodeDaemonEndpoints{} } else { - yyv3083 := &x.DaemonEndpoints - yyv3083.CodecDecodeSelf(d) + yyv3074 := &x.DaemonEndpoints + yyv3074.CodecDecodeSelf(d) } - yyj3075++ - if yyhl3075 { - yyb3075 = yyj3075 > l + yyj3066++ + if yyhl3066 { + yyb3066 = yyj3066 > l } else { - yyb3075 = r.CheckBreak() + yyb3066 = r.CheckBreak() } - if yyb3075 { + if yyb3066 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39372,16 +39290,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeInfo = NodeSystemInfo{} } else { - yyv3084 := &x.NodeInfo - yyv3084.CodecDecodeSelf(d) + yyv3075 := &x.NodeInfo + yyv3075.CodecDecodeSelf(d) } - yyj3075++ - if yyhl3075 { - yyb3075 = yyj3075 > l + yyj3066++ + if yyhl3066 { + yyb3066 = yyj3066 > l } else { - yyb3075 = r.CheckBreak() + yyb3066 = r.CheckBreak() } - if yyb3075 { + if yyb3066 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39389,21 +39307,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Images = nil } else { - yyv3085 := &x.Images - yym3086 := z.DecBinary() - _ = yym3086 + yyv3076 := &x.Images + yym3077 := z.DecBinary() + _ = yym3077 if false { } else { - h.decSliceContainerImage((*[]ContainerImage)(yyv3085), d) + h.decSliceContainerImage((*[]ContainerImage)(yyv3076), d) } } - yyj3075++ - if yyhl3075 { - yyb3075 = yyj3075 > l + yyj3066++ + if yyhl3066 { + yyb3066 = yyj3066 > l } else { - yyb3075 = r.CheckBreak() + yyb3066 = r.CheckBreak() } - if yyb3075 { + if yyb3066 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39411,21 +39329,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.VolumesInUse = nil } else { - yyv3087 := &x.VolumesInUse - yym3088 := z.DecBinary() - _ = yym3088 + yyv3078 := &x.VolumesInUse + yym3079 := z.DecBinary() + _ = yym3079 if false { } else { - h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv3087), d) + h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv3078), d) } } - yyj3075++ - if yyhl3075 { - yyb3075 = yyj3075 > l + yyj3066++ + if yyhl3066 { + yyb3066 = yyj3066 > l } else { - yyb3075 = r.CheckBreak() + yyb3066 = r.CheckBreak() } - if yyb3075 { + if yyb3066 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39433,26 +39351,26 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.VolumesAttached = nil } else { - yyv3089 := &x.VolumesAttached - yym3090 := z.DecBinary() - _ = yym3090 + yyv3080 := &x.VolumesAttached + yym3081 := z.DecBinary() + _ = yym3081 if false { } else { - h.decSliceAttachedVolume((*[]AttachedVolume)(yyv3089), d) + h.decSliceAttachedVolume((*[]AttachedVolume)(yyv3080), d) } } for { - yyj3075++ - if yyhl3075 { - yyb3075 = yyj3075 > l + yyj3066++ + if yyhl3066 { + yyb3066 = yyj3066 > l } else { - yyb3075 = r.CheckBreak() + yyb3066 = r.CheckBreak() } - if yyb3075 { + if yyb3066 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3075-1, "") + z.DecStructFieldNotFound(yyj3066-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39461,8 +39379,8 @@ func (x UniqueVolumeName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3091 := z.EncBinary() - _ = yym3091 + yym3082 := z.EncBinary() + _ = yym3082 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -39474,8 +39392,8 @@ func (x *UniqueVolumeName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3092 := z.DecBinary() - _ = yym3092 + yym3083 := z.DecBinary() + _ = yym3083 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -39490,30 +39408,30 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3093 := z.EncBinary() - _ = yym3093 + yym3084 := z.EncBinary() + _ = yym3084 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3094 := !z.EncBinary() - yy2arr3094 := z.EncBasicHandle().StructToArray - var yyq3094 [2]bool - _, _, _ = yysep3094, yyq3094, yy2arr3094 - const yyr3094 bool = false - var yynn3094 int - if yyr3094 || yy2arr3094 { + yysep3085 := !z.EncBinary() + yy2arr3085 := z.EncBasicHandle().StructToArray + var yyq3085 [2]bool + _, _, _ = yysep3085, yyq3085, yy2arr3085 + const yyr3085 bool = false + var yynn3085 int + if yyr3085 || yy2arr3085 { r.EncodeArrayStart(2) } else { - yynn3094 = 2 - for _, b := range yyq3094 { + yynn3085 = 2 + for _, b := range yyq3085 { if b { - yynn3094++ + yynn3085++ } } - r.EncodeMapStart(yynn3094) - yynn3094 = 0 + r.EncodeMapStart(yynn3085) + yynn3085 = 0 } - if yyr3094 || yy2arr3094 { + if yyr3085 || yy2arr3085 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Name.CodecEncodeSelf(e) } else { @@ -39522,10 +39440,10 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Name.CodecEncodeSelf(e) } - if yyr3094 || yy2arr3094 { + if yyr3085 || yy2arr3085 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3097 := z.EncBinary() - _ = yym3097 + yym3088 := z.EncBinary() + _ = yym3088 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DevicePath)) @@ -39534,14 +39452,14 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("devicePath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3098 := z.EncBinary() - _ = yym3098 + yym3089 := z.EncBinary() + _ = yym3089 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DevicePath)) } } - if yyr3094 || yy2arr3094 { + if yyr3085 || yy2arr3085 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39554,25 +39472,25 @@ func (x *AttachedVolume) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3099 := z.DecBinary() - _ = yym3099 + yym3090 := z.DecBinary() + _ = yym3090 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3100 := r.ContainerType() - if yyct3100 == codecSelferValueTypeMap1234 { - yyl3100 := r.ReadMapStart() - if yyl3100 == 0 { + yyct3091 := r.ContainerType() + if yyct3091 == codecSelferValueTypeMap1234 { + yyl3091 := r.ReadMapStart() + if yyl3091 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3100, d) + x.codecDecodeSelfFromMap(yyl3091, d) } - } else if yyct3100 == codecSelferValueTypeArray1234 { - yyl3100 := r.ReadArrayStart() - if yyl3100 == 0 { + } else if yyct3091 == codecSelferValueTypeArray1234 { + yyl3091 := r.ReadArrayStart() + if yyl3091 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3100, d) + x.codecDecodeSelfFromArray(yyl3091, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39584,12 +39502,12 @@ func (x *AttachedVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3101Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3101Slc - var yyhl3101 bool = l >= 0 - for yyj3101 := 0; ; yyj3101++ { - if yyhl3101 { - if yyj3101 >= l { + var yys3092Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3092Slc + var yyhl3092 bool = l >= 0 + for yyj3092 := 0; ; yyj3092++ { + if yyhl3092 { + if yyj3092 >= l { break } } else { @@ -39598,10 +39516,10 @@ func (x *AttachedVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3101Slc = r.DecodeBytes(yys3101Slc, true, true) - yys3101 := string(yys3101Slc) + yys3092Slc = r.DecodeBytes(yys3092Slc, true, true) + yys3092 := string(yys3092Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3101 { + switch yys3092 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -39615,9 +39533,9 @@ func (x *AttachedVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.DevicePath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3101) - } // end switch yys3101 - } // end for yyj3101 + z.DecStructFieldNotFound(-1, yys3092) + } // end switch yys3092 + } // end for yyj3092 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39625,16 +39543,16 @@ func (x *AttachedVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3104 int - var yyb3104 bool - var yyhl3104 bool = l >= 0 - yyj3104++ - if yyhl3104 { - yyb3104 = yyj3104 > l + var yyj3095 int + var yyb3095 bool + var yyhl3095 bool = l >= 0 + yyj3095++ + if yyhl3095 { + yyb3095 = yyj3095 > l } else { - yyb3104 = r.CheckBreak() + yyb3095 = r.CheckBreak() } - if yyb3104 { + if yyb3095 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39644,13 +39562,13 @@ func (x *AttachedVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = UniqueVolumeName(r.DecodeString()) } - yyj3104++ - if yyhl3104 { - yyb3104 = yyj3104 > l + yyj3095++ + if yyhl3095 { + yyb3095 = yyj3095 > l } else { - yyb3104 = r.CheckBreak() + yyb3095 = r.CheckBreak() } - if yyb3104 { + if yyb3095 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39661,17 +39579,17 @@ func (x *AttachedVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.DevicePath = string(r.DecodeString()) } for { - yyj3104++ - if yyhl3104 { - yyb3104 = yyj3104 > l + yyj3095++ + if yyhl3095 { + yyb3095 = yyj3095 > l } else { - yyb3104 = r.CheckBreak() + yyb3095 = r.CheckBreak() } - if yyb3104 { + if yyb3095 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3104-1, "") + z.DecStructFieldNotFound(yyj3095-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39683,38 +39601,38 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3107 := z.EncBinary() - _ = yym3107 + yym3098 := z.EncBinary() + _ = yym3098 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3108 := !z.EncBinary() - yy2arr3108 := z.EncBasicHandle().StructToArray - var yyq3108 [1]bool - _, _, _ = yysep3108, yyq3108, yy2arr3108 - const yyr3108 bool = false - yyq3108[0] = len(x.PreferAvoidPods) != 0 - var yynn3108 int - if yyr3108 || yy2arr3108 { + yysep3099 := !z.EncBinary() + yy2arr3099 := z.EncBasicHandle().StructToArray + var yyq3099 [1]bool + _, _, _ = yysep3099, yyq3099, yy2arr3099 + const yyr3099 bool = false + yyq3099[0] = len(x.PreferAvoidPods) != 0 + var yynn3099 int + if yyr3099 || yy2arr3099 { r.EncodeArrayStart(1) } else { - yynn3108 = 0 - for _, b := range yyq3108 { + yynn3099 = 0 + for _, b := range yyq3099 { if b { - yynn3108++ + yynn3099++ } } - r.EncodeMapStart(yynn3108) - yynn3108 = 0 + r.EncodeMapStart(yynn3099) + yynn3099 = 0 } - if yyr3108 || yy2arr3108 { + if yyr3099 || yy2arr3099 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3108[0] { + if yyq3099[0] { if x.PreferAvoidPods == nil { r.EncodeNil() } else { - yym3110 := z.EncBinary() - _ = yym3110 + yym3101 := z.EncBinary() + _ = yym3101 if false { } else { h.encSlicePreferAvoidPodsEntry(([]PreferAvoidPodsEntry)(x.PreferAvoidPods), e) @@ -39724,15 +39642,15 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3108[0] { + if yyq3099[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preferAvoidPods")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.PreferAvoidPods == nil { r.EncodeNil() } else { - yym3111 := z.EncBinary() - _ = yym3111 + yym3102 := z.EncBinary() + _ = yym3102 if false { } else { h.encSlicePreferAvoidPodsEntry(([]PreferAvoidPodsEntry)(x.PreferAvoidPods), e) @@ -39740,7 +39658,7 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3108 || yy2arr3108 { + if yyr3099 || yy2arr3099 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39753,25 +39671,25 @@ func (x *AvoidPods) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3112 := z.DecBinary() - _ = yym3112 + yym3103 := z.DecBinary() + _ = yym3103 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3113 := r.ContainerType() - if yyct3113 == codecSelferValueTypeMap1234 { - yyl3113 := r.ReadMapStart() - if yyl3113 == 0 { + yyct3104 := r.ContainerType() + if yyct3104 == codecSelferValueTypeMap1234 { + yyl3104 := r.ReadMapStart() + if yyl3104 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3113, d) + x.codecDecodeSelfFromMap(yyl3104, d) } - } else if yyct3113 == codecSelferValueTypeArray1234 { - yyl3113 := r.ReadArrayStart() - if yyl3113 == 0 { + } else if yyct3104 == codecSelferValueTypeArray1234 { + yyl3104 := r.ReadArrayStart() + if yyl3104 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3113, d) + x.codecDecodeSelfFromArray(yyl3104, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39783,12 +39701,12 @@ func (x *AvoidPods) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3114Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3114Slc - var yyhl3114 bool = l >= 0 - for yyj3114 := 0; ; yyj3114++ { - if yyhl3114 { - if yyj3114 >= l { + var yys3105Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3105Slc + var yyhl3105 bool = l >= 0 + for yyj3105 := 0; ; yyj3105++ { + if yyhl3105 { + if yyj3105 >= l { break } } else { @@ -39797,26 +39715,26 @@ func (x *AvoidPods) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3114Slc = r.DecodeBytes(yys3114Slc, true, true) - yys3114 := string(yys3114Slc) + yys3105Slc = r.DecodeBytes(yys3105Slc, true, true) + yys3105 := string(yys3105Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3114 { + switch yys3105 { case "preferAvoidPods": if r.TryDecodeAsNil() { x.PreferAvoidPods = nil } else { - yyv3115 := &x.PreferAvoidPods - yym3116 := z.DecBinary() - _ = yym3116 + yyv3106 := &x.PreferAvoidPods + yym3107 := z.DecBinary() + _ = yym3107 if false { } else { - h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv3115), d) + h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv3106), d) } } default: - z.DecStructFieldNotFound(-1, yys3114) - } // end switch yys3114 - } // end for yyj3114 + z.DecStructFieldNotFound(-1, yys3105) + } // end switch yys3105 + } // end for yyj3105 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39824,16 +39742,16 @@ func (x *AvoidPods) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3117 int - var yyb3117 bool - var yyhl3117 bool = l >= 0 - yyj3117++ - if yyhl3117 { - yyb3117 = yyj3117 > l + var yyj3108 int + var yyb3108 bool + var yyhl3108 bool = l >= 0 + yyj3108++ + if yyhl3108 { + yyb3108 = yyj3108 > l } else { - yyb3117 = r.CheckBreak() + yyb3108 = r.CheckBreak() } - if yyb3117 { + if yyb3108 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39841,26 +39759,26 @@ func (x *AvoidPods) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.PreferAvoidPods = nil } else { - yyv3118 := &x.PreferAvoidPods - yym3119 := z.DecBinary() - _ = yym3119 + yyv3109 := &x.PreferAvoidPods + yym3110 := z.DecBinary() + _ = yym3110 if false { } else { - h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv3118), d) + h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv3109), d) } } for { - yyj3117++ - if yyhl3117 { - yyb3117 = yyj3117 > l + yyj3108++ + if yyhl3108 { + yyb3108 = yyj3108 > l } else { - yyb3117 = r.CheckBreak() + yyb3108 = r.CheckBreak() } - if yyb3117 { + if yyb3108 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3117-1, "") + z.DecStructFieldNotFound(yyj3108-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39872,85 +39790,85 @@ func (x *PreferAvoidPodsEntry) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3120 := z.EncBinary() - _ = yym3120 + yym3111 := z.EncBinary() + _ = yym3111 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3121 := !z.EncBinary() - yy2arr3121 := z.EncBasicHandle().StructToArray - var yyq3121 [4]bool - _, _, _ = yysep3121, yyq3121, yy2arr3121 - const yyr3121 bool = false - yyq3121[1] = true - yyq3121[2] = x.Reason != "" - yyq3121[3] = x.Message != "" - var yynn3121 int - if yyr3121 || yy2arr3121 { + yysep3112 := !z.EncBinary() + yy2arr3112 := z.EncBasicHandle().StructToArray + var yyq3112 [4]bool + _, _, _ = yysep3112, yyq3112, yy2arr3112 + const yyr3112 bool = false + yyq3112[1] = true + yyq3112[2] = x.Reason != "" + yyq3112[3] = x.Message != "" + var yynn3112 int + if yyr3112 || yy2arr3112 { r.EncodeArrayStart(4) } else { - yynn3121 = 1 - for _, b := range yyq3121 { + yynn3112 = 1 + for _, b := range yyq3112 { if b { - yynn3121++ + yynn3112++ } } - r.EncodeMapStart(yynn3121) - yynn3121 = 0 + r.EncodeMapStart(yynn3112) + yynn3112 = 0 } - if yyr3121 || yy2arr3121 { + if yyr3112 || yy2arr3112 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3123 := &x.PodSignature - yy3123.CodecEncodeSelf(e) + yy3114 := &x.PodSignature + yy3114.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podSignature")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3124 := &x.PodSignature - yy3124.CodecEncodeSelf(e) + yy3115 := &x.PodSignature + yy3115.CodecEncodeSelf(e) } - if yyr3121 || yy2arr3121 { + if yyr3112 || yy2arr3112 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3121[1] { - yy3126 := &x.EvictionTime - yym3127 := z.EncBinary() - _ = yym3127 + if yyq3112[1] { + yy3117 := &x.EvictionTime + yym3118 := z.EncBinary() + _ = yym3118 if false { - } else if z.HasExtensions() && z.EncExt(yy3126) { - } else if yym3127 { - z.EncBinaryMarshal(yy3126) - } else if !yym3127 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3126) + } else if z.HasExtensions() && z.EncExt(yy3117) { + } else if yym3118 { + z.EncBinaryMarshal(yy3117) + } else if !yym3118 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3117) } else { - z.EncFallback(yy3126) + z.EncFallback(yy3117) } } else { r.EncodeNil() } } else { - if yyq3121[1] { + if yyq3112[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("evictionTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3128 := &x.EvictionTime - yym3129 := z.EncBinary() - _ = yym3129 + yy3119 := &x.EvictionTime + yym3120 := z.EncBinary() + _ = yym3120 if false { - } else if z.HasExtensions() && z.EncExt(yy3128) { - } else if yym3129 { - z.EncBinaryMarshal(yy3128) - } else if !yym3129 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3128) + } else if z.HasExtensions() && z.EncExt(yy3119) { + } else if yym3120 { + z.EncBinaryMarshal(yy3119) + } else if !yym3120 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3119) } else { - z.EncFallback(yy3128) + z.EncFallback(yy3119) } } } - if yyr3121 || yy2arr3121 { + if yyr3112 || yy2arr3112 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3121[2] { - yym3131 := z.EncBinary() - _ = yym3131 + if yyq3112[2] { + yym3122 := z.EncBinary() + _ = yym3122 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -39959,23 +39877,23 @@ func (x *PreferAvoidPodsEntry) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3121[2] { + if yyq3112[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3132 := z.EncBinary() - _ = yym3132 + yym3123 := z.EncBinary() + _ = yym3123 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr3121 || yy2arr3121 { + if yyr3112 || yy2arr3112 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3121[3] { - yym3134 := z.EncBinary() - _ = yym3134 + if yyq3112[3] { + yym3125 := z.EncBinary() + _ = yym3125 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -39984,19 +39902,19 @@ func (x *PreferAvoidPodsEntry) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3121[3] { + if yyq3112[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3135 := z.EncBinary() - _ = yym3135 + yym3126 := z.EncBinary() + _ = yym3126 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr3121 || yy2arr3121 { + if yyr3112 || yy2arr3112 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40009,25 +39927,25 @@ func (x *PreferAvoidPodsEntry) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3136 := z.DecBinary() - _ = yym3136 + yym3127 := z.DecBinary() + _ = yym3127 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3137 := r.ContainerType() - if yyct3137 == codecSelferValueTypeMap1234 { - yyl3137 := r.ReadMapStart() - if yyl3137 == 0 { + yyct3128 := r.ContainerType() + if yyct3128 == codecSelferValueTypeMap1234 { + yyl3128 := r.ReadMapStart() + if yyl3128 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3137, d) + x.codecDecodeSelfFromMap(yyl3128, d) } - } else if yyct3137 == codecSelferValueTypeArray1234 { - yyl3137 := r.ReadArrayStart() - if yyl3137 == 0 { + } else if yyct3128 == codecSelferValueTypeArray1234 { + yyl3128 := r.ReadArrayStart() + if yyl3128 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3137, d) + x.codecDecodeSelfFromArray(yyl3128, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40039,12 +39957,12 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3138Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3138Slc - var yyhl3138 bool = l >= 0 - for yyj3138 := 0; ; yyj3138++ { - if yyhl3138 { - if yyj3138 >= l { + var yys3129Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3129Slc + var yyhl3129 bool = l >= 0 + for yyj3129 := 0; ; yyj3129++ { + if yyhl3129 { + if yyj3129 >= l { break } } else { @@ -40053,32 +39971,32 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3138Slc = r.DecodeBytes(yys3138Slc, true, true) - yys3138 := string(yys3138Slc) + yys3129Slc = r.DecodeBytes(yys3129Slc, true, true) + yys3129 := string(yys3129Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3138 { + switch yys3129 { case "podSignature": if r.TryDecodeAsNil() { x.PodSignature = PodSignature{} } else { - yyv3139 := &x.PodSignature - yyv3139.CodecDecodeSelf(d) + yyv3130 := &x.PodSignature + yyv3130.CodecDecodeSelf(d) } case "evictionTime": if r.TryDecodeAsNil() { x.EvictionTime = pkg2_unversioned.Time{} } else { - yyv3140 := &x.EvictionTime - yym3141 := z.DecBinary() - _ = yym3141 + yyv3131 := &x.EvictionTime + yym3132 := z.DecBinary() + _ = yym3132 if false { - } else if z.HasExtensions() && z.DecExt(yyv3140) { - } else if yym3141 { - z.DecBinaryUnmarshal(yyv3140) - } else if !yym3141 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3140) + } else if z.HasExtensions() && z.DecExt(yyv3131) { + } else if yym3132 { + z.DecBinaryUnmarshal(yyv3131) + } else if !yym3132 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3131) } else { - z.DecFallback(yyv3140, false) + z.DecFallback(yyv3131, false) } } case "reason": @@ -40094,9 +40012,9 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3138) - } // end switch yys3138 - } // end for yyj3138 + z.DecStructFieldNotFound(-1, yys3129) + } // end switch yys3129 + } // end for yyj3129 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40104,16 +40022,16 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3144 int - var yyb3144 bool - var yyhl3144 bool = l >= 0 - yyj3144++ - if yyhl3144 { - yyb3144 = yyj3144 > l + var yyj3135 int + var yyb3135 bool + var yyhl3135 bool = l >= 0 + yyj3135++ + if yyhl3135 { + yyb3135 = yyj3135 > l } else { - yyb3144 = r.CheckBreak() + yyb3135 = r.CheckBreak() } - if yyb3144 { + if yyb3135 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40121,16 +40039,16 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.PodSignature = PodSignature{} } else { - yyv3145 := &x.PodSignature - yyv3145.CodecDecodeSelf(d) + yyv3136 := &x.PodSignature + yyv3136.CodecDecodeSelf(d) } - yyj3144++ - if yyhl3144 { - yyb3144 = yyj3144 > l + yyj3135++ + if yyhl3135 { + yyb3135 = yyj3135 > l } else { - yyb3144 = r.CheckBreak() + yyb3135 = r.CheckBreak() } - if yyb3144 { + if yyb3135 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40138,26 +40056,26 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.EvictionTime = pkg2_unversioned.Time{} } else { - yyv3146 := &x.EvictionTime - yym3147 := z.DecBinary() - _ = yym3147 + yyv3137 := &x.EvictionTime + yym3138 := z.DecBinary() + _ = yym3138 if false { - } else if z.HasExtensions() && z.DecExt(yyv3146) { - } else if yym3147 { - z.DecBinaryUnmarshal(yyv3146) - } else if !yym3147 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3146) + } else if z.HasExtensions() && z.DecExt(yyv3137) { + } else if yym3138 { + z.DecBinaryUnmarshal(yyv3137) + } else if !yym3138 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3137) } else { - z.DecFallback(yyv3146, false) + z.DecFallback(yyv3137, false) } } - yyj3144++ - if yyhl3144 { - yyb3144 = yyj3144 > l + yyj3135++ + if yyhl3135 { + yyb3135 = yyj3135 > l } else { - yyb3144 = r.CheckBreak() + yyb3135 = r.CheckBreak() } - if yyb3144 { + if yyb3135 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40167,13 +40085,13 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.Reason = string(r.DecodeString()) } - yyj3144++ - if yyhl3144 { - yyb3144 = yyj3144 > l + yyj3135++ + if yyhl3135 { + yyb3135 = yyj3135 > l } else { - yyb3144 = r.CheckBreak() + yyb3135 = r.CheckBreak() } - if yyb3144 { + if yyb3135 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40184,17 +40102,17 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Message = string(r.DecodeString()) } for { - yyj3144++ - if yyhl3144 { - yyb3144 = yyj3144 > l + yyj3135++ + if yyhl3135 { + yyb3135 = yyj3135 > l } else { - yyb3144 = r.CheckBreak() + yyb3135 = r.CheckBreak() } - if yyb3144 { + if yyb3135 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3144-1, "") + z.DecStructFieldNotFound(yyj3135-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40206,33 +40124,33 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3150 := z.EncBinary() - _ = yym3150 + yym3141 := z.EncBinary() + _ = yym3141 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3151 := !z.EncBinary() - yy2arr3151 := z.EncBasicHandle().StructToArray - var yyq3151 [1]bool - _, _, _ = yysep3151, yyq3151, yy2arr3151 - const yyr3151 bool = false - yyq3151[0] = x.PodController != nil - var yynn3151 int - if yyr3151 || yy2arr3151 { + yysep3142 := !z.EncBinary() + yy2arr3142 := z.EncBasicHandle().StructToArray + var yyq3142 [1]bool + _, _, _ = yysep3142, yyq3142, yy2arr3142 + const yyr3142 bool = false + yyq3142[0] = x.PodController != nil + var yynn3142 int + if yyr3142 || yy2arr3142 { r.EncodeArrayStart(1) } else { - yynn3151 = 0 - for _, b := range yyq3151 { + yynn3142 = 0 + for _, b := range yyq3142 { if b { - yynn3151++ + yynn3142++ } } - r.EncodeMapStart(yynn3151) - yynn3151 = 0 + r.EncodeMapStart(yynn3142) + yynn3142 = 0 } - if yyr3151 || yy2arr3151 { + if yyr3142 || yy2arr3142 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3151[0] { + if yyq3142[0] { if x.PodController == nil { r.EncodeNil() } else { @@ -40242,7 +40160,7 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3151[0] { + if yyq3142[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podController")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -40253,7 +40171,7 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3151 || yy2arr3151 { + if yyr3142 || yy2arr3142 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40266,25 +40184,25 @@ func (x *PodSignature) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3153 := z.DecBinary() - _ = yym3153 + yym3144 := z.DecBinary() + _ = yym3144 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3154 := r.ContainerType() - if yyct3154 == codecSelferValueTypeMap1234 { - yyl3154 := r.ReadMapStart() - if yyl3154 == 0 { + yyct3145 := r.ContainerType() + if yyct3145 == codecSelferValueTypeMap1234 { + yyl3145 := r.ReadMapStart() + if yyl3145 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3154, d) + x.codecDecodeSelfFromMap(yyl3145, d) } - } else if yyct3154 == codecSelferValueTypeArray1234 { - yyl3154 := r.ReadArrayStart() - if yyl3154 == 0 { + } else if yyct3145 == codecSelferValueTypeArray1234 { + yyl3145 := r.ReadArrayStart() + if yyl3145 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3154, d) + x.codecDecodeSelfFromArray(yyl3145, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40296,12 +40214,12 @@ func (x *PodSignature) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3155Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3155Slc - var yyhl3155 bool = l >= 0 - for yyj3155 := 0; ; yyj3155++ { - if yyhl3155 { - if yyj3155 >= l { + var yys3146Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3146Slc + var yyhl3146 bool = l >= 0 + for yyj3146 := 0; ; yyj3146++ { + if yyhl3146 { + if yyj3146 >= l { break } } else { @@ -40310,10 +40228,10 @@ func (x *PodSignature) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3155Slc = r.DecodeBytes(yys3155Slc, true, true) - yys3155 := string(yys3155Slc) + yys3146Slc = r.DecodeBytes(yys3146Slc, true, true) + yys3146 := string(yys3146Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3155 { + switch yys3146 { case "podController": if r.TryDecodeAsNil() { if x.PodController != nil { @@ -40326,9 +40244,9 @@ func (x *PodSignature) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.PodController.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3155) - } // end switch yys3155 - } // end for yyj3155 + z.DecStructFieldNotFound(-1, yys3146) + } // end switch yys3146 + } // end for yyj3146 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40336,16 +40254,16 @@ func (x *PodSignature) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3157 int - var yyb3157 bool - var yyhl3157 bool = l >= 0 - yyj3157++ - if yyhl3157 { - yyb3157 = yyj3157 > l + var yyj3148 int + var yyb3148 bool + var yyhl3148 bool = l >= 0 + yyj3148++ + if yyhl3148 { + yyb3148 = yyj3148 > l } else { - yyb3157 = r.CheckBreak() + yyb3148 = r.CheckBreak() } - if yyb3157 { + if yyb3148 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40361,17 +40279,17 @@ func (x *PodSignature) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.PodController.CodecDecodeSelf(d) } for { - yyj3157++ - if yyhl3157 { - yyb3157 = yyj3157 > l + yyj3148++ + if yyhl3148 { + yyb3148 = yyj3148 > l } else { - yyb3157 = r.CheckBreak() + yyb3148 = r.CheckBreak() } - if yyb3157 { + if yyb3148 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3157-1, "") + z.DecStructFieldNotFound(yyj3148-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40383,37 +40301,37 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3159 := z.EncBinary() - _ = yym3159 + yym3150 := z.EncBinary() + _ = yym3150 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3160 := !z.EncBinary() - yy2arr3160 := z.EncBasicHandle().StructToArray - var yyq3160 [2]bool - _, _, _ = yysep3160, yyq3160, yy2arr3160 - const yyr3160 bool = false - yyq3160[1] = x.SizeBytes != 0 - var yynn3160 int - if yyr3160 || yy2arr3160 { + yysep3151 := !z.EncBinary() + yy2arr3151 := z.EncBasicHandle().StructToArray + var yyq3151 [2]bool + _, _, _ = yysep3151, yyq3151, yy2arr3151 + const yyr3151 bool = false + yyq3151[1] = x.SizeBytes != 0 + var yynn3151 int + if yyr3151 || yy2arr3151 { r.EncodeArrayStart(2) } else { - yynn3160 = 1 - for _, b := range yyq3160 { + yynn3151 = 1 + for _, b := range yyq3151 { if b { - yynn3160++ + yynn3151++ } } - r.EncodeMapStart(yynn3160) - yynn3160 = 0 + r.EncodeMapStart(yynn3151) + yynn3151 = 0 } - if yyr3160 || yy2arr3160 { + if yyr3151 || yy2arr3151 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Names == nil { r.EncodeNil() } else { - yym3162 := z.EncBinary() - _ = yym3162 + yym3153 := z.EncBinary() + _ = yym3153 if false { } else { z.F.EncSliceStringV(x.Names, false, e) @@ -40426,19 +40344,19 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { if x.Names == nil { r.EncodeNil() } else { - yym3163 := z.EncBinary() - _ = yym3163 + yym3154 := z.EncBinary() + _ = yym3154 if false { } else { z.F.EncSliceStringV(x.Names, false, e) } } } - if yyr3160 || yy2arr3160 { + if yyr3151 || yy2arr3151 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3160[1] { - yym3165 := z.EncBinary() - _ = yym3165 + if yyq3151[1] { + yym3156 := z.EncBinary() + _ = yym3156 if false { } else { r.EncodeInt(int64(x.SizeBytes)) @@ -40447,19 +40365,19 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq3160[1] { + if yyq3151[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sizeBytes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3166 := z.EncBinary() - _ = yym3166 + yym3157 := z.EncBinary() + _ = yym3157 if false { } else { r.EncodeInt(int64(x.SizeBytes)) } } } - if yyr3160 || yy2arr3160 { + if yyr3151 || yy2arr3151 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40472,25 +40390,25 @@ func (x *ContainerImage) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3167 := z.DecBinary() - _ = yym3167 + yym3158 := z.DecBinary() + _ = yym3158 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3168 := r.ContainerType() - if yyct3168 == codecSelferValueTypeMap1234 { - yyl3168 := r.ReadMapStart() - if yyl3168 == 0 { + yyct3159 := r.ContainerType() + if yyct3159 == codecSelferValueTypeMap1234 { + yyl3159 := r.ReadMapStart() + if yyl3159 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3168, d) + x.codecDecodeSelfFromMap(yyl3159, d) } - } else if yyct3168 == codecSelferValueTypeArray1234 { - yyl3168 := r.ReadArrayStart() - if yyl3168 == 0 { + } else if yyct3159 == codecSelferValueTypeArray1234 { + yyl3159 := r.ReadArrayStart() + if yyl3159 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3168, d) + x.codecDecodeSelfFromArray(yyl3159, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40502,12 +40420,12 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3169Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3169Slc - var yyhl3169 bool = l >= 0 - for yyj3169 := 0; ; yyj3169++ { - if yyhl3169 { - if yyj3169 >= l { + var yys3160Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3160Slc + var yyhl3160 bool = l >= 0 + for yyj3160 := 0; ; yyj3160++ { + if yyhl3160 { + if yyj3160 >= l { break } } else { @@ -40516,20 +40434,20 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3169Slc = r.DecodeBytes(yys3169Slc, true, true) - yys3169 := string(yys3169Slc) + yys3160Slc = r.DecodeBytes(yys3160Slc, true, true) + yys3160 := string(yys3160Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3169 { + switch yys3160 { case "names": if r.TryDecodeAsNil() { x.Names = nil } else { - yyv3170 := &x.Names - yym3171 := z.DecBinary() - _ = yym3171 + yyv3161 := &x.Names + yym3162 := z.DecBinary() + _ = yym3162 if false { } else { - z.F.DecSliceStringX(yyv3170, false, d) + z.F.DecSliceStringX(yyv3161, false, d) } } case "sizeBytes": @@ -40539,9 +40457,9 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.SizeBytes = int64(r.DecodeInt(64)) } default: - z.DecStructFieldNotFound(-1, yys3169) - } // end switch yys3169 - } // end for yyj3169 + z.DecStructFieldNotFound(-1, yys3160) + } // end switch yys3160 + } // end for yyj3160 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40549,16 +40467,16 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3173 int - var yyb3173 bool - var yyhl3173 bool = l >= 0 - yyj3173++ - if yyhl3173 { - yyb3173 = yyj3173 > l + var yyj3164 int + var yyb3164 bool + var yyhl3164 bool = l >= 0 + yyj3164++ + if yyhl3164 { + yyb3164 = yyj3164 > l } else { - yyb3173 = r.CheckBreak() + yyb3164 = r.CheckBreak() } - if yyb3173 { + if yyb3164 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40566,21 +40484,21 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Names = nil } else { - yyv3174 := &x.Names - yym3175 := z.DecBinary() - _ = yym3175 + yyv3165 := &x.Names + yym3166 := z.DecBinary() + _ = yym3166 if false { } else { - z.F.DecSliceStringX(yyv3174, false, d) + z.F.DecSliceStringX(yyv3165, false, d) } } - yyj3173++ - if yyhl3173 { - yyb3173 = yyj3173 > l + yyj3164++ + if yyhl3164 { + yyb3164 = yyj3164 > l } else { - yyb3173 = r.CheckBreak() + yyb3164 = r.CheckBreak() } - if yyb3173 { + if yyb3164 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40591,17 +40509,17 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.SizeBytes = int64(r.DecodeInt(64)) } for { - yyj3173++ - if yyhl3173 { - yyb3173 = yyj3173 > l + yyj3164++ + if yyhl3164 { + yyb3164 = yyj3164 > l } else { - yyb3173 = r.CheckBreak() + yyb3164 = r.CheckBreak() } - if yyb3173 { + if yyb3164 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3173-1, "") + z.DecStructFieldNotFound(yyj3164-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40610,8 +40528,8 @@ func (x NodePhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3177 := z.EncBinary() - _ = yym3177 + yym3168 := z.EncBinary() + _ = yym3168 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -40623,8 +40541,8 @@ func (x *NodePhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3178 := z.DecBinary() - _ = yym3178 + yym3169 := z.DecBinary() + _ = yym3169 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -40636,8 +40554,8 @@ func (x NodeConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3179 := z.EncBinary() - _ = yym3179 + yym3170 := z.EncBinary() + _ = yym3170 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -40649,8 +40567,8 @@ func (x *NodeConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3180 := z.DecBinary() - _ = yym3180 + yym3171 := z.DecBinary() + _ = yym3171 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -40665,34 +40583,34 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3181 := z.EncBinary() - _ = yym3181 + yym3172 := z.EncBinary() + _ = yym3172 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3182 := !z.EncBinary() - yy2arr3182 := z.EncBasicHandle().StructToArray - var yyq3182 [6]bool - _, _, _ = yysep3182, yyq3182, yy2arr3182 - const yyr3182 bool = false - yyq3182[2] = true - yyq3182[3] = true - yyq3182[4] = x.Reason != "" - yyq3182[5] = x.Message != "" - var yynn3182 int - if yyr3182 || yy2arr3182 { + yysep3173 := !z.EncBinary() + yy2arr3173 := z.EncBasicHandle().StructToArray + var yyq3173 [6]bool + _, _, _ = yysep3173, yyq3173, yy2arr3173 + const yyr3173 bool = false + yyq3173[2] = true + yyq3173[3] = true + yyq3173[4] = x.Reason != "" + yyq3173[5] = x.Message != "" + var yynn3173 int + if yyr3173 || yy2arr3173 { r.EncodeArrayStart(6) } else { - yynn3182 = 2 - for _, b := range yyq3182 { + yynn3173 = 2 + for _, b := range yyq3173 { if b { - yynn3182++ + yynn3173++ } } - r.EncodeMapStart(yynn3182) - yynn3182 = 0 + r.EncodeMapStart(yynn3173) + yynn3173 = 0 } - if yyr3182 || yy2arr3182 { + if yyr3173 || yy2arr3173 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -40701,7 +40619,7 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr3182 || yy2arr3182 { + if yyr3173 || yy2arr3173 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -40710,85 +40628,85 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr3182 || yy2arr3182 { + if yyr3173 || yy2arr3173 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3182[2] { - yy3186 := &x.LastHeartbeatTime - yym3187 := z.EncBinary() - _ = yym3187 + if yyq3173[2] { + yy3177 := &x.LastHeartbeatTime + yym3178 := z.EncBinary() + _ = yym3178 if false { - } else if z.HasExtensions() && z.EncExt(yy3186) { - } else if yym3187 { - z.EncBinaryMarshal(yy3186) - } else if !yym3187 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3186) + } else if z.HasExtensions() && z.EncExt(yy3177) { + } else if yym3178 { + z.EncBinaryMarshal(yy3177) + } else if !yym3178 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3177) } else { - z.EncFallback(yy3186) + z.EncFallback(yy3177) } } else { r.EncodeNil() } } else { - if yyq3182[2] { + if yyq3173[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastHeartbeatTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3188 := &x.LastHeartbeatTime - yym3189 := z.EncBinary() - _ = yym3189 + yy3179 := &x.LastHeartbeatTime + yym3180 := z.EncBinary() + _ = yym3180 if false { - } else if z.HasExtensions() && z.EncExt(yy3188) { - } else if yym3189 { - z.EncBinaryMarshal(yy3188) - } else if !yym3189 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3188) + } else if z.HasExtensions() && z.EncExt(yy3179) { + } else if yym3180 { + z.EncBinaryMarshal(yy3179) + } else if !yym3180 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3179) } else { - z.EncFallback(yy3188) + z.EncFallback(yy3179) } } } - if yyr3182 || yy2arr3182 { + if yyr3173 || yy2arr3173 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3182[3] { - yy3191 := &x.LastTransitionTime - yym3192 := z.EncBinary() - _ = yym3192 + if yyq3173[3] { + yy3182 := &x.LastTransitionTime + yym3183 := z.EncBinary() + _ = yym3183 if false { - } else if z.HasExtensions() && z.EncExt(yy3191) { - } else if yym3192 { - z.EncBinaryMarshal(yy3191) - } else if !yym3192 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3191) + } else if z.HasExtensions() && z.EncExt(yy3182) { + } else if yym3183 { + z.EncBinaryMarshal(yy3182) + } else if !yym3183 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3182) } else { - z.EncFallback(yy3191) + z.EncFallback(yy3182) } } else { r.EncodeNil() } } else { - if yyq3182[3] { + if yyq3173[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3193 := &x.LastTransitionTime - yym3194 := z.EncBinary() - _ = yym3194 + yy3184 := &x.LastTransitionTime + yym3185 := z.EncBinary() + _ = yym3185 if false { - } else if z.HasExtensions() && z.EncExt(yy3193) { - } else if yym3194 { - z.EncBinaryMarshal(yy3193) - } else if !yym3194 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3193) + } else if z.HasExtensions() && z.EncExt(yy3184) { + } else if yym3185 { + z.EncBinaryMarshal(yy3184) + } else if !yym3185 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3184) } else { - z.EncFallback(yy3193) + z.EncFallback(yy3184) } } } - if yyr3182 || yy2arr3182 { + if yyr3173 || yy2arr3173 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3182[4] { - yym3196 := z.EncBinary() - _ = yym3196 + if yyq3173[4] { + yym3187 := z.EncBinary() + _ = yym3187 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -40797,23 +40715,23 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3182[4] { + if yyq3173[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3197 := z.EncBinary() - _ = yym3197 + yym3188 := z.EncBinary() + _ = yym3188 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr3182 || yy2arr3182 { + if yyr3173 || yy2arr3173 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3182[5] { - yym3199 := z.EncBinary() - _ = yym3199 + if yyq3173[5] { + yym3190 := z.EncBinary() + _ = yym3190 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -40822,19 +40740,19 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3182[5] { + if yyq3173[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3200 := z.EncBinary() - _ = yym3200 + yym3191 := z.EncBinary() + _ = yym3191 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr3182 || yy2arr3182 { + if yyr3173 || yy2arr3173 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40847,25 +40765,25 @@ func (x *NodeCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3201 := z.DecBinary() - _ = yym3201 + yym3192 := z.DecBinary() + _ = yym3192 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3202 := r.ContainerType() - if yyct3202 == codecSelferValueTypeMap1234 { - yyl3202 := r.ReadMapStart() - if yyl3202 == 0 { + yyct3193 := r.ContainerType() + if yyct3193 == codecSelferValueTypeMap1234 { + yyl3193 := r.ReadMapStart() + if yyl3193 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3202, d) + x.codecDecodeSelfFromMap(yyl3193, d) } - } else if yyct3202 == codecSelferValueTypeArray1234 { - yyl3202 := r.ReadArrayStart() - if yyl3202 == 0 { + } else if yyct3193 == codecSelferValueTypeArray1234 { + yyl3193 := r.ReadArrayStart() + if yyl3193 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3202, d) + x.codecDecodeSelfFromArray(yyl3193, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40877,12 +40795,12 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3203Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3203Slc - var yyhl3203 bool = l >= 0 - for yyj3203 := 0; ; yyj3203++ { - if yyhl3203 { - if yyj3203 >= l { + var yys3194Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3194Slc + var yyhl3194 bool = l >= 0 + for yyj3194 := 0; ; yyj3194++ { + if yyhl3194 { + if yyj3194 >= l { break } } else { @@ -40891,10 +40809,10 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3203Slc = r.DecodeBytes(yys3203Slc, true, true) - yys3203 := string(yys3203Slc) + yys3194Slc = r.DecodeBytes(yys3194Slc, true, true) + yys3194 := string(yys3194Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3203 { + switch yys3194 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -40911,34 +40829,34 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastHeartbeatTime = pkg2_unversioned.Time{} } else { - yyv3206 := &x.LastHeartbeatTime - yym3207 := z.DecBinary() - _ = yym3207 + yyv3197 := &x.LastHeartbeatTime + yym3198 := z.DecBinary() + _ = yym3198 if false { - } else if z.HasExtensions() && z.DecExt(yyv3206) { - } else if yym3207 { - z.DecBinaryUnmarshal(yyv3206) - } else if !yym3207 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3206) + } else if z.HasExtensions() && z.DecExt(yyv3197) { + } else if yym3198 { + z.DecBinaryUnmarshal(yyv3197) + } else if !yym3198 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3197) } else { - z.DecFallback(yyv3206, false) + z.DecFallback(yyv3197, false) } } case "lastTransitionTime": if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv3208 := &x.LastTransitionTime - yym3209 := z.DecBinary() - _ = yym3209 + yyv3199 := &x.LastTransitionTime + yym3200 := z.DecBinary() + _ = yym3200 if false { - } else if z.HasExtensions() && z.DecExt(yyv3208) { - } else if yym3209 { - z.DecBinaryUnmarshal(yyv3208) - } else if !yym3209 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3208) + } else if z.HasExtensions() && z.DecExt(yyv3199) { + } else if yym3200 { + z.DecBinaryUnmarshal(yyv3199) + } else if !yym3200 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3199) } else { - z.DecFallback(yyv3208, false) + z.DecFallback(yyv3199, false) } } case "reason": @@ -40954,9 +40872,9 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3203) - } // end switch yys3203 - } // end for yyj3203 + z.DecStructFieldNotFound(-1, yys3194) + } // end switch yys3194 + } // end for yyj3194 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40964,16 +40882,16 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3212 int - var yyb3212 bool - var yyhl3212 bool = l >= 0 - yyj3212++ - if yyhl3212 { - yyb3212 = yyj3212 > l + var yyj3203 int + var yyb3203 bool + var yyhl3203 bool = l >= 0 + yyj3203++ + if yyhl3203 { + yyb3203 = yyj3203 > l } else { - yyb3212 = r.CheckBreak() + yyb3203 = r.CheckBreak() } - if yyb3212 { + if yyb3203 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40983,13 +40901,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = NodeConditionType(r.DecodeString()) } - yyj3212++ - if yyhl3212 { - yyb3212 = yyj3212 > l + yyj3203++ + if yyhl3203 { + yyb3203 = yyj3203 > l } else { - yyb3212 = r.CheckBreak() + yyb3203 = r.CheckBreak() } - if yyb3212 { + if yyb3203 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40999,13 +40917,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj3212++ - if yyhl3212 { - yyb3212 = yyj3212 > l + yyj3203++ + if yyhl3203 { + yyb3203 = yyj3203 > l } else { - yyb3212 = r.CheckBreak() + yyb3203 = r.CheckBreak() } - if yyb3212 { + if yyb3203 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41013,26 +40931,26 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastHeartbeatTime = pkg2_unversioned.Time{} } else { - yyv3215 := &x.LastHeartbeatTime - yym3216 := z.DecBinary() - _ = yym3216 + yyv3206 := &x.LastHeartbeatTime + yym3207 := z.DecBinary() + _ = yym3207 if false { - } else if z.HasExtensions() && z.DecExt(yyv3215) { - } else if yym3216 { - z.DecBinaryUnmarshal(yyv3215) - } else if !yym3216 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3215) + } else if z.HasExtensions() && z.DecExt(yyv3206) { + } else if yym3207 { + z.DecBinaryUnmarshal(yyv3206) + } else if !yym3207 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3206) } else { - z.DecFallback(yyv3215, false) + z.DecFallback(yyv3206, false) } } - yyj3212++ - if yyhl3212 { - yyb3212 = yyj3212 > l + yyj3203++ + if yyhl3203 { + yyb3203 = yyj3203 > l } else { - yyb3212 = r.CheckBreak() + yyb3203 = r.CheckBreak() } - if yyb3212 { + if yyb3203 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41040,26 +40958,26 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv3217 := &x.LastTransitionTime - yym3218 := z.DecBinary() - _ = yym3218 + yyv3208 := &x.LastTransitionTime + yym3209 := z.DecBinary() + _ = yym3209 if false { - } else if z.HasExtensions() && z.DecExt(yyv3217) { - } else if yym3218 { - z.DecBinaryUnmarshal(yyv3217) - } else if !yym3218 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3217) + } else if z.HasExtensions() && z.DecExt(yyv3208) { + } else if yym3209 { + z.DecBinaryUnmarshal(yyv3208) + } else if !yym3209 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3208) } else { - z.DecFallback(yyv3217, false) + z.DecFallback(yyv3208, false) } } - yyj3212++ - if yyhl3212 { - yyb3212 = yyj3212 > l + yyj3203++ + if yyhl3203 { + yyb3203 = yyj3203 > l } else { - yyb3212 = r.CheckBreak() + yyb3203 = r.CheckBreak() } - if yyb3212 { + if yyb3203 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41069,13 +40987,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj3212++ - if yyhl3212 { - yyb3212 = yyj3212 > l + yyj3203++ + if yyhl3203 { + yyb3203 = yyj3203 > l } else { - yyb3212 = r.CheckBreak() + yyb3203 = r.CheckBreak() } - if yyb3212 { + if yyb3203 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41086,17 +41004,17 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } for { - yyj3212++ - if yyhl3212 { - yyb3212 = yyj3212 > l + yyj3203++ + if yyhl3203 { + yyb3203 = yyj3203 > l } else { - yyb3212 = r.CheckBreak() + yyb3203 = r.CheckBreak() } - if yyb3212 { + if yyb3203 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3212-1, "") + z.DecStructFieldNotFound(yyj3203-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41105,8 +41023,8 @@ func (x NodeAddressType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3221 := z.EncBinary() - _ = yym3221 + yym3212 := z.EncBinary() + _ = yym3212 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -41118,8 +41036,8 @@ func (x *NodeAddressType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3222 := z.DecBinary() - _ = yym3222 + yym3213 := z.DecBinary() + _ = yym3213 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -41134,30 +41052,30 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3223 := z.EncBinary() - _ = yym3223 + yym3214 := z.EncBinary() + _ = yym3214 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3224 := !z.EncBinary() - yy2arr3224 := z.EncBasicHandle().StructToArray - var yyq3224 [2]bool - _, _, _ = yysep3224, yyq3224, yy2arr3224 - const yyr3224 bool = false - var yynn3224 int - if yyr3224 || yy2arr3224 { + yysep3215 := !z.EncBinary() + yy2arr3215 := z.EncBasicHandle().StructToArray + var yyq3215 [2]bool + _, _, _ = yysep3215, yyq3215, yy2arr3215 + const yyr3215 bool = false + var yynn3215 int + if yyr3215 || yy2arr3215 { r.EncodeArrayStart(2) } else { - yynn3224 = 2 - for _, b := range yyq3224 { + yynn3215 = 2 + for _, b := range yyq3215 { if b { - yynn3224++ + yynn3215++ } } - r.EncodeMapStart(yynn3224) - yynn3224 = 0 + r.EncodeMapStart(yynn3215) + yynn3215 = 0 } - if yyr3224 || yy2arr3224 { + if yyr3215 || yy2arr3215 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -41166,10 +41084,10 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr3224 || yy2arr3224 { + if yyr3215 || yy2arr3215 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3227 := z.EncBinary() - _ = yym3227 + yym3218 := z.EncBinary() + _ = yym3218 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Address)) @@ -41178,14 +41096,14 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("address")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3228 := z.EncBinary() - _ = yym3228 + yym3219 := z.EncBinary() + _ = yym3219 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Address)) } } - if yyr3224 || yy2arr3224 { + if yyr3215 || yy2arr3215 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41198,25 +41116,25 @@ func (x *NodeAddress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3229 := z.DecBinary() - _ = yym3229 + yym3220 := z.DecBinary() + _ = yym3220 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3230 := r.ContainerType() - if yyct3230 == codecSelferValueTypeMap1234 { - yyl3230 := r.ReadMapStart() - if yyl3230 == 0 { + yyct3221 := r.ContainerType() + if yyct3221 == codecSelferValueTypeMap1234 { + yyl3221 := r.ReadMapStart() + if yyl3221 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3230, d) + x.codecDecodeSelfFromMap(yyl3221, d) } - } else if yyct3230 == codecSelferValueTypeArray1234 { - yyl3230 := r.ReadArrayStart() - if yyl3230 == 0 { + } else if yyct3221 == codecSelferValueTypeArray1234 { + yyl3221 := r.ReadArrayStart() + if yyl3221 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3230, d) + x.codecDecodeSelfFromArray(yyl3221, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41228,12 +41146,12 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3231Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3231Slc - var yyhl3231 bool = l >= 0 - for yyj3231 := 0; ; yyj3231++ { - if yyhl3231 { - if yyj3231 >= l { + var yys3222Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3222Slc + var yyhl3222 bool = l >= 0 + for yyj3222 := 0; ; yyj3222++ { + if yyhl3222 { + if yyj3222 >= l { break } } else { @@ -41242,10 +41160,10 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3231Slc = r.DecodeBytes(yys3231Slc, true, true) - yys3231 := string(yys3231Slc) + yys3222Slc = r.DecodeBytes(yys3222Slc, true, true) + yys3222 := string(yys3222Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3231 { + switch yys3222 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -41259,9 +41177,9 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Address = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3231) - } // end switch yys3231 - } // end for yyj3231 + z.DecStructFieldNotFound(-1, yys3222) + } // end switch yys3222 + } // end for yyj3222 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41269,16 +41187,16 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3234 int - var yyb3234 bool - var yyhl3234 bool = l >= 0 - yyj3234++ - if yyhl3234 { - yyb3234 = yyj3234 > l + var yyj3225 int + var yyb3225 bool + var yyhl3225 bool = l >= 0 + yyj3225++ + if yyhl3225 { + yyb3225 = yyj3225 > l } else { - yyb3234 = r.CheckBreak() + yyb3225 = r.CheckBreak() } - if yyb3234 { + if yyb3225 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41288,13 +41206,13 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = NodeAddressType(r.DecodeString()) } - yyj3234++ - if yyhl3234 { - yyb3234 = yyj3234 > l + yyj3225++ + if yyhl3225 { + yyb3225 = yyj3225 > l } else { - yyb3234 = r.CheckBreak() + yyb3225 = r.CheckBreak() } - if yyb3234 { + if yyb3225 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41305,17 +41223,17 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Address = string(r.DecodeString()) } for { - yyj3234++ - if yyhl3234 { - yyb3234 = yyj3234 > l + yyj3225++ + if yyhl3225 { + yyb3225 = yyj3225 > l } else { - yyb3234 = r.CheckBreak() + yyb3225 = r.CheckBreak() } - if yyb3234 { + if yyb3225 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3234-1, "") + z.DecStructFieldNotFound(yyj3225-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41324,8 +41242,8 @@ func (x ResourceName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3237 := z.EncBinary() - _ = yym3237 + yym3228 := z.EncBinary() + _ = yym3228 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -41337,8 +41255,8 @@ func (x *ResourceName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3238 := z.DecBinary() - _ = yym3238 + yym3229 := z.DecBinary() + _ = yym3229 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -41353,8 +41271,8 @@ func (x ResourceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3239 := z.EncBinary() - _ = yym3239 + yym3230 := z.EncBinary() + _ = yym3230 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -41367,8 +41285,8 @@ func (x *ResourceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3240 := z.DecBinary() - _ = yym3240 + yym3231 := z.DecBinary() + _ = yym3231 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -41383,39 +41301,39 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3241 := z.EncBinary() - _ = yym3241 + yym3232 := z.EncBinary() + _ = yym3232 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3242 := !z.EncBinary() - yy2arr3242 := z.EncBasicHandle().StructToArray - var yyq3242 [5]bool - _, _, _ = yysep3242, yyq3242, yy2arr3242 - const yyr3242 bool = false - yyq3242[0] = x.Kind != "" - yyq3242[1] = x.APIVersion != "" - yyq3242[2] = true - yyq3242[3] = true - yyq3242[4] = true - var yynn3242 int - if yyr3242 || yy2arr3242 { + yysep3233 := !z.EncBinary() + yy2arr3233 := z.EncBasicHandle().StructToArray + var yyq3233 [5]bool + _, _, _ = yysep3233, yyq3233, yy2arr3233 + const yyr3233 bool = false + yyq3233[0] = x.Kind != "" + yyq3233[1] = x.APIVersion != "" + yyq3233[2] = true + yyq3233[3] = true + yyq3233[4] = true + var yynn3233 int + if yyr3233 || yy2arr3233 { r.EncodeArrayStart(5) } else { - yynn3242 = 0 - for _, b := range yyq3242 { + yynn3233 = 0 + for _, b := range yyq3233 { if b { - yynn3242++ + yynn3233++ } } - r.EncodeMapStart(yynn3242) - yynn3242 = 0 + r.EncodeMapStart(yynn3233) + yynn3233 = 0 } - if yyr3242 || yy2arr3242 { + if yyr3233 || yy2arr3233 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3242[0] { - yym3244 := z.EncBinary() - _ = yym3244 + if yyq3233[0] { + yym3235 := z.EncBinary() + _ = yym3235 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -41424,23 +41342,23 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3242[0] { + if yyq3233[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3245 := z.EncBinary() - _ = yym3245 + yym3236 := z.EncBinary() + _ = yym3236 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3242 || yy2arr3242 { + if yyr3233 || yy2arr3233 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3242[1] { - yym3247 := z.EncBinary() - _ = yym3247 + if yyq3233[1] { + yym3238 := z.EncBinary() + _ = yym3238 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -41449,70 +41367,70 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3242[1] { + if yyq3233[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3248 := z.EncBinary() - _ = yym3248 + yym3239 := z.EncBinary() + _ = yym3239 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3242 || yy2arr3242 { + if yyr3233 || yy2arr3233 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3242[2] { - yy3250 := &x.ObjectMeta - yy3250.CodecEncodeSelf(e) + if yyq3233[2] { + yy3241 := &x.ObjectMeta + yy3241.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3242[2] { + if yyq3233[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3251 := &x.ObjectMeta - yy3251.CodecEncodeSelf(e) + yy3242 := &x.ObjectMeta + yy3242.CodecEncodeSelf(e) } } - if yyr3242 || yy2arr3242 { + if yyr3233 || yy2arr3233 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3242[3] { - yy3253 := &x.Spec - yy3253.CodecEncodeSelf(e) + if yyq3233[3] { + yy3244 := &x.Spec + yy3244.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3242[3] { + if yyq3233[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3254 := &x.Spec - yy3254.CodecEncodeSelf(e) + yy3245 := &x.Spec + yy3245.CodecEncodeSelf(e) } } - if yyr3242 || yy2arr3242 { + if yyr3233 || yy2arr3233 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3242[4] { - yy3256 := &x.Status - yy3256.CodecEncodeSelf(e) + if yyq3233[4] { + yy3247 := &x.Status + yy3247.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3242[4] { + if yyq3233[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3257 := &x.Status - yy3257.CodecEncodeSelf(e) + yy3248 := &x.Status + yy3248.CodecEncodeSelf(e) } } - if yyr3242 || yy2arr3242 { + if yyr3233 || yy2arr3233 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41525,25 +41443,25 @@ func (x *Node) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3258 := z.DecBinary() - _ = yym3258 + yym3249 := z.DecBinary() + _ = yym3249 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3259 := r.ContainerType() - if yyct3259 == codecSelferValueTypeMap1234 { - yyl3259 := r.ReadMapStart() - if yyl3259 == 0 { + yyct3250 := r.ContainerType() + if yyct3250 == codecSelferValueTypeMap1234 { + yyl3250 := r.ReadMapStart() + if yyl3250 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3259, d) + x.codecDecodeSelfFromMap(yyl3250, d) } - } else if yyct3259 == codecSelferValueTypeArray1234 { - yyl3259 := r.ReadArrayStart() - if yyl3259 == 0 { + } else if yyct3250 == codecSelferValueTypeArray1234 { + yyl3250 := r.ReadArrayStart() + if yyl3250 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3259, d) + x.codecDecodeSelfFromArray(yyl3250, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41555,12 +41473,12 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3260Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3260Slc - var yyhl3260 bool = l >= 0 - for yyj3260 := 0; ; yyj3260++ { - if yyhl3260 { - if yyj3260 >= l { + var yys3251Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3251Slc + var yyhl3251 bool = l >= 0 + for yyj3251 := 0; ; yyj3251++ { + if yyhl3251 { + if yyj3251 >= l { break } } else { @@ -41569,10 +41487,10 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3260Slc = r.DecodeBytes(yys3260Slc, true, true) - yys3260 := string(yys3260Slc) + yys3251Slc = r.DecodeBytes(yys3251Slc, true, true) + yys3251 := string(yys3251Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3260 { + switch yys3251 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -41589,27 +41507,27 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3263 := &x.ObjectMeta - yyv3263.CodecDecodeSelf(d) + yyv3254 := &x.ObjectMeta + yyv3254.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NodeSpec{} } else { - yyv3264 := &x.Spec - yyv3264.CodecDecodeSelf(d) + yyv3255 := &x.Spec + yyv3255.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = NodeStatus{} } else { - yyv3265 := &x.Status - yyv3265.CodecDecodeSelf(d) + yyv3256 := &x.Status + yyv3256.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3260) - } // end switch yys3260 - } // end for yyj3260 + z.DecStructFieldNotFound(-1, yys3251) + } // end switch yys3251 + } // end for yyj3251 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41617,16 +41535,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3266 int - var yyb3266 bool - var yyhl3266 bool = l >= 0 - yyj3266++ - if yyhl3266 { - yyb3266 = yyj3266 > l + var yyj3257 int + var yyb3257 bool + var yyhl3257 bool = l >= 0 + yyj3257++ + if yyhl3257 { + yyb3257 = yyj3257 > l } else { - yyb3266 = r.CheckBreak() + yyb3257 = r.CheckBreak() } - if yyb3266 { + if yyb3257 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41636,13 +41554,13 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3266++ - if yyhl3266 { - yyb3266 = yyj3266 > l + yyj3257++ + if yyhl3257 { + yyb3257 = yyj3257 > l } else { - yyb3266 = r.CheckBreak() + yyb3257 = r.CheckBreak() } - if yyb3266 { + if yyb3257 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41652,13 +41570,13 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3266++ - if yyhl3266 { - yyb3266 = yyj3266 > l + yyj3257++ + if yyhl3257 { + yyb3257 = yyj3257 > l } else { - yyb3266 = r.CheckBreak() + yyb3257 = r.CheckBreak() } - if yyb3266 { + if yyb3257 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41666,16 +41584,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3269 := &x.ObjectMeta - yyv3269.CodecDecodeSelf(d) + yyv3260 := &x.ObjectMeta + yyv3260.CodecDecodeSelf(d) } - yyj3266++ - if yyhl3266 { - yyb3266 = yyj3266 > l + yyj3257++ + if yyhl3257 { + yyb3257 = yyj3257 > l } else { - yyb3266 = r.CheckBreak() + yyb3257 = r.CheckBreak() } - if yyb3266 { + if yyb3257 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41683,16 +41601,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NodeSpec{} } else { - yyv3270 := &x.Spec - yyv3270.CodecDecodeSelf(d) + yyv3261 := &x.Spec + yyv3261.CodecDecodeSelf(d) } - yyj3266++ - if yyhl3266 { - yyb3266 = yyj3266 > l + yyj3257++ + if yyhl3257 { + yyb3257 = yyj3257 > l } else { - yyb3266 = r.CheckBreak() + yyb3257 = r.CheckBreak() } - if yyb3266 { + if yyb3257 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41700,21 +41618,21 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = NodeStatus{} } else { - yyv3271 := &x.Status - yyv3271.CodecDecodeSelf(d) + yyv3262 := &x.Status + yyv3262.CodecDecodeSelf(d) } for { - yyj3266++ - if yyhl3266 { - yyb3266 = yyj3266 > l + yyj3257++ + if yyhl3257 { + yyb3257 = yyj3257 > l } else { - yyb3266 = r.CheckBreak() + yyb3257 = r.CheckBreak() } - if yyb3266 { + if yyb3257 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3266-1, "") + z.DecStructFieldNotFound(yyj3257-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41726,37 +41644,37 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3272 := z.EncBinary() - _ = yym3272 + yym3263 := z.EncBinary() + _ = yym3263 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3273 := !z.EncBinary() - yy2arr3273 := z.EncBasicHandle().StructToArray - var yyq3273 [4]bool - _, _, _ = yysep3273, yyq3273, yy2arr3273 - const yyr3273 bool = false - yyq3273[0] = x.Kind != "" - yyq3273[1] = x.APIVersion != "" - yyq3273[2] = true - var yynn3273 int - if yyr3273 || yy2arr3273 { + yysep3264 := !z.EncBinary() + yy2arr3264 := z.EncBasicHandle().StructToArray + var yyq3264 [4]bool + _, _, _ = yysep3264, yyq3264, yy2arr3264 + const yyr3264 bool = false + yyq3264[0] = x.Kind != "" + yyq3264[1] = x.APIVersion != "" + yyq3264[2] = true + var yynn3264 int + if yyr3264 || yy2arr3264 { r.EncodeArrayStart(4) } else { - yynn3273 = 1 - for _, b := range yyq3273 { + yynn3264 = 1 + for _, b := range yyq3264 { if b { - yynn3273++ + yynn3264++ } } - r.EncodeMapStart(yynn3273) - yynn3273 = 0 + r.EncodeMapStart(yynn3264) + yynn3264 = 0 } - if yyr3273 || yy2arr3273 { + if yyr3264 || yy2arr3264 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3273[0] { - yym3275 := z.EncBinary() - _ = yym3275 + if yyq3264[0] { + yym3266 := z.EncBinary() + _ = yym3266 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -41765,23 +41683,23 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3273[0] { + if yyq3264[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3276 := z.EncBinary() - _ = yym3276 + yym3267 := z.EncBinary() + _ = yym3267 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3273 || yy2arr3273 { + if yyr3264 || yy2arr3264 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3273[1] { - yym3278 := z.EncBinary() - _ = yym3278 + if yyq3264[1] { + yym3269 := z.EncBinary() + _ = yym3269 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -41790,54 +41708,54 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3273[1] { + if yyq3264[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3279 := z.EncBinary() - _ = yym3279 + yym3270 := z.EncBinary() + _ = yym3270 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3273 || yy2arr3273 { + if yyr3264 || yy2arr3264 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3273[2] { - yy3281 := &x.ListMeta - yym3282 := z.EncBinary() - _ = yym3282 + if yyq3264[2] { + yy3272 := &x.ListMeta + yym3273 := z.EncBinary() + _ = yym3273 if false { - } else if z.HasExtensions() && z.EncExt(yy3281) { + } else if z.HasExtensions() && z.EncExt(yy3272) { } else { - z.EncFallback(yy3281) + z.EncFallback(yy3272) } } else { r.EncodeNil() } } else { - if yyq3273[2] { + if yyq3264[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3283 := &x.ListMeta - yym3284 := z.EncBinary() - _ = yym3284 + yy3274 := &x.ListMeta + yym3275 := z.EncBinary() + _ = yym3275 if false { - } else if z.HasExtensions() && z.EncExt(yy3283) { + } else if z.HasExtensions() && z.EncExt(yy3274) { } else { - z.EncFallback(yy3283) + z.EncFallback(yy3274) } } } - if yyr3273 || yy2arr3273 { + if yyr3264 || yy2arr3264 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3286 := z.EncBinary() - _ = yym3286 + yym3277 := z.EncBinary() + _ = yym3277 if false { } else { h.encSliceNode(([]Node)(x.Items), e) @@ -41850,15 +41768,15 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3287 := z.EncBinary() - _ = yym3287 + yym3278 := z.EncBinary() + _ = yym3278 if false { } else { h.encSliceNode(([]Node)(x.Items), e) } } } - if yyr3273 || yy2arr3273 { + if yyr3264 || yy2arr3264 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41871,25 +41789,25 @@ func (x *NodeList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3288 := z.DecBinary() - _ = yym3288 + yym3279 := z.DecBinary() + _ = yym3279 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3289 := r.ContainerType() - if yyct3289 == codecSelferValueTypeMap1234 { - yyl3289 := r.ReadMapStart() - if yyl3289 == 0 { + yyct3280 := r.ContainerType() + if yyct3280 == codecSelferValueTypeMap1234 { + yyl3280 := r.ReadMapStart() + if yyl3280 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3289, d) + x.codecDecodeSelfFromMap(yyl3280, d) } - } else if yyct3289 == codecSelferValueTypeArray1234 { - yyl3289 := r.ReadArrayStart() - if yyl3289 == 0 { + } else if yyct3280 == codecSelferValueTypeArray1234 { + yyl3280 := r.ReadArrayStart() + if yyl3280 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3289, d) + x.codecDecodeSelfFromArray(yyl3280, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41901,12 +41819,12 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3290Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3290Slc - var yyhl3290 bool = l >= 0 - for yyj3290 := 0; ; yyj3290++ { - if yyhl3290 { - if yyj3290 >= l { + var yys3281Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3281Slc + var yyhl3281 bool = l >= 0 + for yyj3281 := 0; ; yyj3281++ { + if yyhl3281 { + if yyj3281 >= l { break } } else { @@ -41915,10 +41833,10 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3290Slc = r.DecodeBytes(yys3290Slc, true, true) - yys3290 := string(yys3290Slc) + yys3281Slc = r.DecodeBytes(yys3281Slc, true, true) + yys3281 := string(yys3281Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3290 { + switch yys3281 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -41935,31 +41853,31 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3293 := &x.ListMeta - yym3294 := z.DecBinary() - _ = yym3294 + yyv3284 := &x.ListMeta + yym3285 := z.DecBinary() + _ = yym3285 if false { - } else if z.HasExtensions() && z.DecExt(yyv3293) { + } else if z.HasExtensions() && z.DecExt(yyv3284) { } else { - z.DecFallback(yyv3293, false) + z.DecFallback(yyv3284, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3295 := &x.Items - yym3296 := z.DecBinary() - _ = yym3296 + yyv3286 := &x.Items + yym3287 := z.DecBinary() + _ = yym3287 if false { } else { - h.decSliceNode((*[]Node)(yyv3295), d) + h.decSliceNode((*[]Node)(yyv3286), d) } } default: - z.DecStructFieldNotFound(-1, yys3290) - } // end switch yys3290 - } // end for yyj3290 + z.DecStructFieldNotFound(-1, yys3281) + } // end switch yys3281 + } // end for yyj3281 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41967,16 +41885,16 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3297 int - var yyb3297 bool - var yyhl3297 bool = l >= 0 - yyj3297++ - if yyhl3297 { - yyb3297 = yyj3297 > l + var yyj3288 int + var yyb3288 bool + var yyhl3288 bool = l >= 0 + yyj3288++ + if yyhl3288 { + yyb3288 = yyj3288 > l } else { - yyb3297 = r.CheckBreak() + yyb3288 = r.CheckBreak() } - if yyb3297 { + if yyb3288 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41986,13 +41904,13 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3297++ - if yyhl3297 { - yyb3297 = yyj3297 > l + yyj3288++ + if yyhl3288 { + yyb3288 = yyj3288 > l } else { - yyb3297 = r.CheckBreak() + yyb3288 = r.CheckBreak() } - if yyb3297 { + if yyb3288 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42002,13 +41920,13 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3297++ - if yyhl3297 { - yyb3297 = yyj3297 > l + yyj3288++ + if yyhl3288 { + yyb3288 = yyj3288 > l } else { - yyb3297 = r.CheckBreak() + yyb3288 = r.CheckBreak() } - if yyb3297 { + if yyb3288 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42016,22 +41934,22 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3300 := &x.ListMeta - yym3301 := z.DecBinary() - _ = yym3301 + yyv3291 := &x.ListMeta + yym3292 := z.DecBinary() + _ = yym3292 if false { - } else if z.HasExtensions() && z.DecExt(yyv3300) { + } else if z.HasExtensions() && z.DecExt(yyv3291) { } else { - z.DecFallback(yyv3300, false) + z.DecFallback(yyv3291, false) } } - yyj3297++ - if yyhl3297 { - yyb3297 = yyj3297 > l + yyj3288++ + if yyhl3288 { + yyb3288 = yyj3288 > l } else { - yyb3297 = r.CheckBreak() + yyb3288 = r.CheckBreak() } - if yyb3297 { + if yyb3288 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42039,26 +41957,26 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3302 := &x.Items - yym3303 := z.DecBinary() - _ = yym3303 + yyv3293 := &x.Items + yym3294 := z.DecBinary() + _ = yym3294 if false { } else { - h.decSliceNode((*[]Node)(yyv3302), d) + h.decSliceNode((*[]Node)(yyv3293), d) } } for { - yyj3297++ - if yyhl3297 { - yyb3297 = yyj3297 > l + yyj3288++ + if yyhl3288 { + yyb3288 = yyj3288 > l } else { - yyb3297 = r.CheckBreak() + yyb3288 = r.CheckBreak() } - if yyb3297 { + if yyb3288 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3297-1, "") + z.DecStructFieldNotFound(yyj3288-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42067,8 +41985,8 @@ func (x FinalizerName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3304 := z.EncBinary() - _ = yym3304 + yym3295 := z.EncBinary() + _ = yym3295 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -42080,8 +41998,8 @@ func (x *FinalizerName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3305 := z.DecBinary() - _ = yym3305 + yym3296 := z.DecBinary() + _ = yym3296 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -42096,38 +42014,38 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3306 := z.EncBinary() - _ = yym3306 + yym3297 := z.EncBinary() + _ = yym3297 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3307 := !z.EncBinary() - yy2arr3307 := z.EncBasicHandle().StructToArray - var yyq3307 [1]bool - _, _, _ = yysep3307, yyq3307, yy2arr3307 - const yyr3307 bool = false - yyq3307[0] = len(x.Finalizers) != 0 - var yynn3307 int - if yyr3307 || yy2arr3307 { + yysep3298 := !z.EncBinary() + yy2arr3298 := z.EncBasicHandle().StructToArray + var yyq3298 [1]bool + _, _, _ = yysep3298, yyq3298, yy2arr3298 + const yyr3298 bool = false + yyq3298[0] = len(x.Finalizers) != 0 + var yynn3298 int + if yyr3298 || yy2arr3298 { r.EncodeArrayStart(1) } else { - yynn3307 = 0 - for _, b := range yyq3307 { + yynn3298 = 0 + for _, b := range yyq3298 { if b { - yynn3307++ + yynn3298++ } } - r.EncodeMapStart(yynn3307) - yynn3307 = 0 + r.EncodeMapStart(yynn3298) + yynn3298 = 0 } - if yyr3307 || yy2arr3307 { + if yyr3298 || yy2arr3298 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3307[0] { + if yyq3298[0] { if x.Finalizers == nil { r.EncodeNil() } else { - yym3309 := z.EncBinary() - _ = yym3309 + yym3300 := z.EncBinary() + _ = yym3300 if false { } else { h.encSliceFinalizerName(([]FinalizerName)(x.Finalizers), e) @@ -42137,15 +42055,15 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3307[0] { + if yyq3298[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("finalizers")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Finalizers == nil { r.EncodeNil() } else { - yym3310 := z.EncBinary() - _ = yym3310 + yym3301 := z.EncBinary() + _ = yym3301 if false { } else { h.encSliceFinalizerName(([]FinalizerName)(x.Finalizers), e) @@ -42153,7 +42071,7 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3307 || yy2arr3307 { + if yyr3298 || yy2arr3298 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42166,25 +42084,25 @@ func (x *NamespaceSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3311 := z.DecBinary() - _ = yym3311 + yym3302 := z.DecBinary() + _ = yym3302 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3312 := r.ContainerType() - if yyct3312 == codecSelferValueTypeMap1234 { - yyl3312 := r.ReadMapStart() - if yyl3312 == 0 { + yyct3303 := r.ContainerType() + if yyct3303 == codecSelferValueTypeMap1234 { + yyl3303 := r.ReadMapStart() + if yyl3303 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3312, d) + x.codecDecodeSelfFromMap(yyl3303, d) } - } else if yyct3312 == codecSelferValueTypeArray1234 { - yyl3312 := r.ReadArrayStart() - if yyl3312 == 0 { + } else if yyct3303 == codecSelferValueTypeArray1234 { + yyl3303 := r.ReadArrayStart() + if yyl3303 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3312, d) + x.codecDecodeSelfFromArray(yyl3303, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42196,12 +42114,12 @@ func (x *NamespaceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3313Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3313Slc - var yyhl3313 bool = l >= 0 - for yyj3313 := 0; ; yyj3313++ { - if yyhl3313 { - if yyj3313 >= l { + var yys3304Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3304Slc + var yyhl3304 bool = l >= 0 + for yyj3304 := 0; ; yyj3304++ { + if yyhl3304 { + if yyj3304 >= l { break } } else { @@ -42210,26 +42128,26 @@ func (x *NamespaceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3313Slc = r.DecodeBytes(yys3313Slc, true, true) - yys3313 := string(yys3313Slc) + yys3304Slc = r.DecodeBytes(yys3304Slc, true, true) + yys3304 := string(yys3304Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3313 { + switch yys3304 { case "finalizers": if r.TryDecodeAsNil() { x.Finalizers = nil } else { - yyv3314 := &x.Finalizers - yym3315 := z.DecBinary() - _ = yym3315 + yyv3305 := &x.Finalizers + yym3306 := z.DecBinary() + _ = yym3306 if false { } else { - h.decSliceFinalizerName((*[]FinalizerName)(yyv3314), d) + h.decSliceFinalizerName((*[]FinalizerName)(yyv3305), d) } } default: - z.DecStructFieldNotFound(-1, yys3313) - } // end switch yys3313 - } // end for yyj3313 + z.DecStructFieldNotFound(-1, yys3304) + } // end switch yys3304 + } // end for yyj3304 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42237,16 +42155,16 @@ func (x *NamespaceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3316 int - var yyb3316 bool - var yyhl3316 bool = l >= 0 - yyj3316++ - if yyhl3316 { - yyb3316 = yyj3316 > l + var yyj3307 int + var yyb3307 bool + var yyhl3307 bool = l >= 0 + yyj3307++ + if yyhl3307 { + yyb3307 = yyj3307 > l } else { - yyb3316 = r.CheckBreak() + yyb3307 = r.CheckBreak() } - if yyb3316 { + if yyb3307 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42254,26 +42172,26 @@ func (x *NamespaceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Finalizers = nil } else { - yyv3317 := &x.Finalizers - yym3318 := z.DecBinary() - _ = yym3318 + yyv3308 := &x.Finalizers + yym3309 := z.DecBinary() + _ = yym3309 if false { } else { - h.decSliceFinalizerName((*[]FinalizerName)(yyv3317), d) + h.decSliceFinalizerName((*[]FinalizerName)(yyv3308), d) } } for { - yyj3316++ - if yyhl3316 { - yyb3316 = yyj3316 > l + yyj3307++ + if yyhl3307 { + yyb3307 = yyj3307 > l } else { - yyb3316 = r.CheckBreak() + yyb3307 = r.CheckBreak() } - if yyb3316 { + if yyb3307 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3316-1, "") + z.DecStructFieldNotFound(yyj3307-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42285,46 +42203,46 @@ func (x *NamespaceStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3319 := z.EncBinary() - _ = yym3319 + yym3310 := z.EncBinary() + _ = yym3310 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3320 := !z.EncBinary() - yy2arr3320 := z.EncBasicHandle().StructToArray - var yyq3320 [1]bool - _, _, _ = yysep3320, yyq3320, yy2arr3320 - const yyr3320 bool = false - yyq3320[0] = x.Phase != "" - var yynn3320 int - if yyr3320 || yy2arr3320 { + yysep3311 := !z.EncBinary() + yy2arr3311 := z.EncBasicHandle().StructToArray + var yyq3311 [1]bool + _, _, _ = yysep3311, yyq3311, yy2arr3311 + const yyr3311 bool = false + yyq3311[0] = x.Phase != "" + var yynn3311 int + if yyr3311 || yy2arr3311 { r.EncodeArrayStart(1) } else { - yynn3320 = 0 - for _, b := range yyq3320 { + yynn3311 = 0 + for _, b := range yyq3311 { if b { - yynn3320++ + yynn3311++ } } - r.EncodeMapStart(yynn3320) - yynn3320 = 0 + r.EncodeMapStart(yynn3311) + yynn3311 = 0 } - if yyr3320 || yy2arr3320 { + if yyr3311 || yy2arr3311 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3320[0] { + if yyq3311[0] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3320[0] { + if yyq3311[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr3320 || yy2arr3320 { + if yyr3311 || yy2arr3311 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42337,25 +42255,25 @@ func (x *NamespaceStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3322 := z.DecBinary() - _ = yym3322 + yym3313 := z.DecBinary() + _ = yym3313 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3323 := r.ContainerType() - if yyct3323 == codecSelferValueTypeMap1234 { - yyl3323 := r.ReadMapStart() - if yyl3323 == 0 { + yyct3314 := r.ContainerType() + if yyct3314 == codecSelferValueTypeMap1234 { + yyl3314 := r.ReadMapStart() + if yyl3314 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3323, d) + x.codecDecodeSelfFromMap(yyl3314, d) } - } else if yyct3323 == codecSelferValueTypeArray1234 { - yyl3323 := r.ReadArrayStart() - if yyl3323 == 0 { + } else if yyct3314 == codecSelferValueTypeArray1234 { + yyl3314 := r.ReadArrayStart() + if yyl3314 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3323, d) + x.codecDecodeSelfFromArray(yyl3314, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42367,12 +42285,12 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3324Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3324Slc - var yyhl3324 bool = l >= 0 - for yyj3324 := 0; ; yyj3324++ { - if yyhl3324 { - if yyj3324 >= l { + var yys3315Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3315Slc + var yyhl3315 bool = l >= 0 + for yyj3315 := 0; ; yyj3315++ { + if yyhl3315 { + if yyj3315 >= l { break } } else { @@ -42381,10 +42299,10 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3324Slc = r.DecodeBytes(yys3324Slc, true, true) - yys3324 := string(yys3324Slc) + yys3315Slc = r.DecodeBytes(yys3315Slc, true, true) + yys3315 := string(yys3315Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3324 { + switch yys3315 { case "phase": if r.TryDecodeAsNil() { x.Phase = "" @@ -42392,9 +42310,9 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Phase = NamespacePhase(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3324) - } // end switch yys3324 - } // end for yyj3324 + z.DecStructFieldNotFound(-1, yys3315) + } // end switch yys3315 + } // end for yyj3315 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42402,16 +42320,16 @@ func (x *NamespaceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3326 int - var yyb3326 bool - var yyhl3326 bool = l >= 0 - yyj3326++ - if yyhl3326 { - yyb3326 = yyj3326 > l + var yyj3317 int + var yyb3317 bool + var yyhl3317 bool = l >= 0 + yyj3317++ + if yyhl3317 { + yyb3317 = yyj3317 > l } else { - yyb3326 = r.CheckBreak() + yyb3317 = r.CheckBreak() } - if yyb3326 { + if yyb3317 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42422,17 +42340,17 @@ func (x *NamespaceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Phase = NamespacePhase(r.DecodeString()) } for { - yyj3326++ - if yyhl3326 { - yyb3326 = yyj3326 > l + yyj3317++ + if yyhl3317 { + yyb3317 = yyj3317 > l } else { - yyb3326 = r.CheckBreak() + yyb3317 = r.CheckBreak() } - if yyb3326 { + if yyb3317 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3326-1, "") + z.DecStructFieldNotFound(yyj3317-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42441,8 +42359,8 @@ func (x NamespacePhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3328 := z.EncBinary() - _ = yym3328 + yym3319 := z.EncBinary() + _ = yym3319 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -42454,8 +42372,8 @@ func (x *NamespacePhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3329 := z.DecBinary() - _ = yym3329 + yym3320 := z.DecBinary() + _ = yym3320 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -42470,39 +42388,39 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3330 := z.EncBinary() - _ = yym3330 + yym3321 := z.EncBinary() + _ = yym3321 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3331 := !z.EncBinary() - yy2arr3331 := z.EncBasicHandle().StructToArray - var yyq3331 [5]bool - _, _, _ = yysep3331, yyq3331, yy2arr3331 - const yyr3331 bool = false - yyq3331[0] = x.Kind != "" - yyq3331[1] = x.APIVersion != "" - yyq3331[2] = true - yyq3331[3] = true - yyq3331[4] = true - var yynn3331 int - if yyr3331 || yy2arr3331 { + yysep3322 := !z.EncBinary() + yy2arr3322 := z.EncBasicHandle().StructToArray + var yyq3322 [5]bool + _, _, _ = yysep3322, yyq3322, yy2arr3322 + const yyr3322 bool = false + yyq3322[0] = x.Kind != "" + yyq3322[1] = x.APIVersion != "" + yyq3322[2] = true + yyq3322[3] = true + yyq3322[4] = true + var yynn3322 int + if yyr3322 || yy2arr3322 { r.EncodeArrayStart(5) } else { - yynn3331 = 0 - for _, b := range yyq3331 { + yynn3322 = 0 + for _, b := range yyq3322 { if b { - yynn3331++ + yynn3322++ } } - r.EncodeMapStart(yynn3331) - yynn3331 = 0 + r.EncodeMapStart(yynn3322) + yynn3322 = 0 } - if yyr3331 || yy2arr3331 { + if yyr3322 || yy2arr3322 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3331[0] { - yym3333 := z.EncBinary() - _ = yym3333 + if yyq3322[0] { + yym3324 := z.EncBinary() + _ = yym3324 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -42511,23 +42429,23 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3331[0] { + if yyq3322[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3334 := z.EncBinary() - _ = yym3334 + yym3325 := z.EncBinary() + _ = yym3325 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3331 || yy2arr3331 { + if yyr3322 || yy2arr3322 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3331[1] { - yym3336 := z.EncBinary() - _ = yym3336 + if yyq3322[1] { + yym3327 := z.EncBinary() + _ = yym3327 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -42536,70 +42454,70 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3331[1] { + if yyq3322[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3337 := z.EncBinary() - _ = yym3337 + yym3328 := z.EncBinary() + _ = yym3328 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3331 || yy2arr3331 { + if yyr3322 || yy2arr3322 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3331[2] { - yy3339 := &x.ObjectMeta - yy3339.CodecEncodeSelf(e) + if yyq3322[2] { + yy3330 := &x.ObjectMeta + yy3330.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3331[2] { + if yyq3322[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3340 := &x.ObjectMeta - yy3340.CodecEncodeSelf(e) + yy3331 := &x.ObjectMeta + yy3331.CodecEncodeSelf(e) } } - if yyr3331 || yy2arr3331 { + if yyr3322 || yy2arr3322 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3331[3] { - yy3342 := &x.Spec - yy3342.CodecEncodeSelf(e) + if yyq3322[3] { + yy3333 := &x.Spec + yy3333.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3331[3] { + if yyq3322[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3343 := &x.Spec - yy3343.CodecEncodeSelf(e) + yy3334 := &x.Spec + yy3334.CodecEncodeSelf(e) } } - if yyr3331 || yy2arr3331 { + if yyr3322 || yy2arr3322 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3331[4] { - yy3345 := &x.Status - yy3345.CodecEncodeSelf(e) + if yyq3322[4] { + yy3336 := &x.Status + yy3336.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3331[4] { + if yyq3322[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3346 := &x.Status - yy3346.CodecEncodeSelf(e) + yy3337 := &x.Status + yy3337.CodecEncodeSelf(e) } } - if yyr3331 || yy2arr3331 { + if yyr3322 || yy2arr3322 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42612,25 +42530,25 @@ func (x *Namespace) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3347 := z.DecBinary() - _ = yym3347 + yym3338 := z.DecBinary() + _ = yym3338 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3348 := r.ContainerType() - if yyct3348 == codecSelferValueTypeMap1234 { - yyl3348 := r.ReadMapStart() - if yyl3348 == 0 { + yyct3339 := r.ContainerType() + if yyct3339 == codecSelferValueTypeMap1234 { + yyl3339 := r.ReadMapStart() + if yyl3339 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3348, d) + x.codecDecodeSelfFromMap(yyl3339, d) } - } else if yyct3348 == codecSelferValueTypeArray1234 { - yyl3348 := r.ReadArrayStart() - if yyl3348 == 0 { + } else if yyct3339 == codecSelferValueTypeArray1234 { + yyl3339 := r.ReadArrayStart() + if yyl3339 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3348, d) + x.codecDecodeSelfFromArray(yyl3339, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42642,12 +42560,12 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3349Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3349Slc - var yyhl3349 bool = l >= 0 - for yyj3349 := 0; ; yyj3349++ { - if yyhl3349 { - if yyj3349 >= l { + var yys3340Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3340Slc + var yyhl3340 bool = l >= 0 + for yyj3340 := 0; ; yyj3340++ { + if yyhl3340 { + if yyj3340 >= l { break } } else { @@ -42656,10 +42574,10 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3349Slc = r.DecodeBytes(yys3349Slc, true, true) - yys3349 := string(yys3349Slc) + yys3340Slc = r.DecodeBytes(yys3340Slc, true, true) + yys3340 := string(yys3340Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3349 { + switch yys3340 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -42676,27 +42594,27 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3352 := &x.ObjectMeta - yyv3352.CodecDecodeSelf(d) + yyv3343 := &x.ObjectMeta + yyv3343.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NamespaceSpec{} } else { - yyv3353 := &x.Spec - yyv3353.CodecDecodeSelf(d) + yyv3344 := &x.Spec + yyv3344.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = NamespaceStatus{} } else { - yyv3354 := &x.Status - yyv3354.CodecDecodeSelf(d) + yyv3345 := &x.Status + yyv3345.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3349) - } // end switch yys3349 - } // end for yyj3349 + z.DecStructFieldNotFound(-1, yys3340) + } // end switch yys3340 + } // end for yyj3340 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42704,16 +42622,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3355 int - var yyb3355 bool - var yyhl3355 bool = l >= 0 - yyj3355++ - if yyhl3355 { - yyb3355 = yyj3355 > l + var yyj3346 int + var yyb3346 bool + var yyhl3346 bool = l >= 0 + yyj3346++ + if yyhl3346 { + yyb3346 = yyj3346 > l } else { - yyb3355 = r.CheckBreak() + yyb3346 = r.CheckBreak() } - if yyb3355 { + if yyb3346 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42723,13 +42641,13 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3355++ - if yyhl3355 { - yyb3355 = yyj3355 > l + yyj3346++ + if yyhl3346 { + yyb3346 = yyj3346 > l } else { - yyb3355 = r.CheckBreak() + yyb3346 = r.CheckBreak() } - if yyb3355 { + if yyb3346 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42739,13 +42657,13 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3355++ - if yyhl3355 { - yyb3355 = yyj3355 > l + yyj3346++ + if yyhl3346 { + yyb3346 = yyj3346 > l } else { - yyb3355 = r.CheckBreak() + yyb3346 = r.CheckBreak() } - if yyb3355 { + if yyb3346 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42753,16 +42671,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3358 := &x.ObjectMeta - yyv3358.CodecDecodeSelf(d) + yyv3349 := &x.ObjectMeta + yyv3349.CodecDecodeSelf(d) } - yyj3355++ - if yyhl3355 { - yyb3355 = yyj3355 > l + yyj3346++ + if yyhl3346 { + yyb3346 = yyj3346 > l } else { - yyb3355 = r.CheckBreak() + yyb3346 = r.CheckBreak() } - if yyb3355 { + if yyb3346 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42770,16 +42688,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NamespaceSpec{} } else { - yyv3359 := &x.Spec - yyv3359.CodecDecodeSelf(d) + yyv3350 := &x.Spec + yyv3350.CodecDecodeSelf(d) } - yyj3355++ - if yyhl3355 { - yyb3355 = yyj3355 > l + yyj3346++ + if yyhl3346 { + yyb3346 = yyj3346 > l } else { - yyb3355 = r.CheckBreak() + yyb3346 = r.CheckBreak() } - if yyb3355 { + if yyb3346 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42787,21 +42705,21 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = NamespaceStatus{} } else { - yyv3360 := &x.Status - yyv3360.CodecDecodeSelf(d) + yyv3351 := &x.Status + yyv3351.CodecDecodeSelf(d) } for { - yyj3355++ - if yyhl3355 { - yyb3355 = yyj3355 > l + yyj3346++ + if yyhl3346 { + yyb3346 = yyj3346 > l } else { - yyb3355 = r.CheckBreak() + yyb3346 = r.CheckBreak() } - if yyb3355 { + if yyb3346 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3355-1, "") + z.DecStructFieldNotFound(yyj3346-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42813,37 +42731,37 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3361 := z.EncBinary() - _ = yym3361 + yym3352 := z.EncBinary() + _ = yym3352 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3362 := !z.EncBinary() - yy2arr3362 := z.EncBasicHandle().StructToArray - var yyq3362 [4]bool - _, _, _ = yysep3362, yyq3362, yy2arr3362 - const yyr3362 bool = false - yyq3362[0] = x.Kind != "" - yyq3362[1] = x.APIVersion != "" - yyq3362[2] = true - var yynn3362 int - if yyr3362 || yy2arr3362 { + yysep3353 := !z.EncBinary() + yy2arr3353 := z.EncBasicHandle().StructToArray + var yyq3353 [4]bool + _, _, _ = yysep3353, yyq3353, yy2arr3353 + const yyr3353 bool = false + yyq3353[0] = x.Kind != "" + yyq3353[1] = x.APIVersion != "" + yyq3353[2] = true + var yynn3353 int + if yyr3353 || yy2arr3353 { r.EncodeArrayStart(4) } else { - yynn3362 = 1 - for _, b := range yyq3362 { + yynn3353 = 1 + for _, b := range yyq3353 { if b { - yynn3362++ + yynn3353++ } } - r.EncodeMapStart(yynn3362) - yynn3362 = 0 + r.EncodeMapStart(yynn3353) + yynn3353 = 0 } - if yyr3362 || yy2arr3362 { + if yyr3353 || yy2arr3353 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3362[0] { - yym3364 := z.EncBinary() - _ = yym3364 + if yyq3353[0] { + yym3355 := z.EncBinary() + _ = yym3355 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -42852,23 +42770,23 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3362[0] { + if yyq3353[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3365 := z.EncBinary() - _ = yym3365 + yym3356 := z.EncBinary() + _ = yym3356 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3362 || yy2arr3362 { + if yyr3353 || yy2arr3353 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3362[1] { - yym3367 := z.EncBinary() - _ = yym3367 + if yyq3353[1] { + yym3358 := z.EncBinary() + _ = yym3358 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -42877,54 +42795,54 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3362[1] { + if yyq3353[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3368 := z.EncBinary() - _ = yym3368 + yym3359 := z.EncBinary() + _ = yym3359 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3362 || yy2arr3362 { + if yyr3353 || yy2arr3353 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3362[2] { - yy3370 := &x.ListMeta - yym3371 := z.EncBinary() - _ = yym3371 + if yyq3353[2] { + yy3361 := &x.ListMeta + yym3362 := z.EncBinary() + _ = yym3362 if false { - } else if z.HasExtensions() && z.EncExt(yy3370) { + } else if z.HasExtensions() && z.EncExt(yy3361) { } else { - z.EncFallback(yy3370) + z.EncFallback(yy3361) } } else { r.EncodeNil() } } else { - if yyq3362[2] { + if yyq3353[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3372 := &x.ListMeta - yym3373 := z.EncBinary() - _ = yym3373 + yy3363 := &x.ListMeta + yym3364 := z.EncBinary() + _ = yym3364 if false { - } else if z.HasExtensions() && z.EncExt(yy3372) { + } else if z.HasExtensions() && z.EncExt(yy3363) { } else { - z.EncFallback(yy3372) + z.EncFallback(yy3363) } } } - if yyr3362 || yy2arr3362 { + if yyr3353 || yy2arr3353 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3375 := z.EncBinary() - _ = yym3375 + yym3366 := z.EncBinary() + _ = yym3366 if false { } else { h.encSliceNamespace(([]Namespace)(x.Items), e) @@ -42937,15 +42855,15 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3376 := z.EncBinary() - _ = yym3376 + yym3367 := z.EncBinary() + _ = yym3367 if false { } else { h.encSliceNamespace(([]Namespace)(x.Items), e) } } } - if yyr3362 || yy2arr3362 { + if yyr3353 || yy2arr3353 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42958,25 +42876,25 @@ func (x *NamespaceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3377 := z.DecBinary() - _ = yym3377 + yym3368 := z.DecBinary() + _ = yym3368 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3378 := r.ContainerType() - if yyct3378 == codecSelferValueTypeMap1234 { - yyl3378 := r.ReadMapStart() - if yyl3378 == 0 { + yyct3369 := r.ContainerType() + if yyct3369 == codecSelferValueTypeMap1234 { + yyl3369 := r.ReadMapStart() + if yyl3369 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3378, d) + x.codecDecodeSelfFromMap(yyl3369, d) } - } else if yyct3378 == codecSelferValueTypeArray1234 { - yyl3378 := r.ReadArrayStart() - if yyl3378 == 0 { + } else if yyct3369 == codecSelferValueTypeArray1234 { + yyl3369 := r.ReadArrayStart() + if yyl3369 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3378, d) + x.codecDecodeSelfFromArray(yyl3369, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42988,12 +42906,12 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3379Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3379Slc - var yyhl3379 bool = l >= 0 - for yyj3379 := 0; ; yyj3379++ { - if yyhl3379 { - if yyj3379 >= l { + var yys3370Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3370Slc + var yyhl3370 bool = l >= 0 + for yyj3370 := 0; ; yyj3370++ { + if yyhl3370 { + if yyj3370 >= l { break } } else { @@ -43002,10 +42920,10 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3379Slc = r.DecodeBytes(yys3379Slc, true, true) - yys3379 := string(yys3379Slc) + yys3370Slc = r.DecodeBytes(yys3370Slc, true, true) + yys3370 := string(yys3370Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3379 { + switch yys3370 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -43022,31 +42940,31 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3382 := &x.ListMeta - yym3383 := z.DecBinary() - _ = yym3383 + yyv3373 := &x.ListMeta + yym3374 := z.DecBinary() + _ = yym3374 if false { - } else if z.HasExtensions() && z.DecExt(yyv3382) { + } else if z.HasExtensions() && z.DecExt(yyv3373) { } else { - z.DecFallback(yyv3382, false) + z.DecFallback(yyv3373, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3384 := &x.Items - yym3385 := z.DecBinary() - _ = yym3385 + yyv3375 := &x.Items + yym3376 := z.DecBinary() + _ = yym3376 if false { } else { - h.decSliceNamespace((*[]Namespace)(yyv3384), d) + h.decSliceNamespace((*[]Namespace)(yyv3375), d) } } default: - z.DecStructFieldNotFound(-1, yys3379) - } // end switch yys3379 - } // end for yyj3379 + z.DecStructFieldNotFound(-1, yys3370) + } // end switch yys3370 + } // end for yyj3370 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43054,16 +42972,16 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3386 int - var yyb3386 bool - var yyhl3386 bool = l >= 0 - yyj3386++ - if yyhl3386 { - yyb3386 = yyj3386 > l + var yyj3377 int + var yyb3377 bool + var yyhl3377 bool = l >= 0 + yyj3377++ + if yyhl3377 { + yyb3377 = yyj3377 > l } else { - yyb3386 = r.CheckBreak() + yyb3377 = r.CheckBreak() } - if yyb3386 { + if yyb3377 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43073,13 +42991,13 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3386++ - if yyhl3386 { - yyb3386 = yyj3386 > l + yyj3377++ + if yyhl3377 { + yyb3377 = yyj3377 > l } else { - yyb3386 = r.CheckBreak() + yyb3377 = r.CheckBreak() } - if yyb3386 { + if yyb3377 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43089,13 +43007,13 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3386++ - if yyhl3386 { - yyb3386 = yyj3386 > l + yyj3377++ + if yyhl3377 { + yyb3377 = yyj3377 > l } else { - yyb3386 = r.CheckBreak() + yyb3377 = r.CheckBreak() } - if yyb3386 { + if yyb3377 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43103,22 +43021,22 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3389 := &x.ListMeta - yym3390 := z.DecBinary() - _ = yym3390 + yyv3380 := &x.ListMeta + yym3381 := z.DecBinary() + _ = yym3381 if false { - } else if z.HasExtensions() && z.DecExt(yyv3389) { + } else if z.HasExtensions() && z.DecExt(yyv3380) { } else { - z.DecFallback(yyv3389, false) + z.DecFallback(yyv3380, false) } } - yyj3386++ - if yyhl3386 { - yyb3386 = yyj3386 > l + yyj3377++ + if yyhl3377 { + yyb3377 = yyj3377 > l } else { - yyb3386 = r.CheckBreak() + yyb3377 = r.CheckBreak() } - if yyb3386 { + if yyb3377 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43126,26 +43044,26 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3391 := &x.Items - yym3392 := z.DecBinary() - _ = yym3392 + yyv3382 := &x.Items + yym3383 := z.DecBinary() + _ = yym3383 if false { } else { - h.decSliceNamespace((*[]Namespace)(yyv3391), d) + h.decSliceNamespace((*[]Namespace)(yyv3382), d) } } for { - yyj3386++ - if yyhl3386 { - yyb3386 = yyj3386 > l + yyj3377++ + if yyhl3377 { + yyb3377 = yyj3377 > l } else { - yyb3386 = r.CheckBreak() + yyb3377 = r.CheckBreak() } - if yyb3386 { + if yyb3377 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3386-1, "") + z.DecStructFieldNotFound(yyj3377-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43157,37 +43075,37 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3393 := z.EncBinary() - _ = yym3393 + yym3384 := z.EncBinary() + _ = yym3384 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3394 := !z.EncBinary() - yy2arr3394 := z.EncBasicHandle().StructToArray - var yyq3394 [4]bool - _, _, _ = yysep3394, yyq3394, yy2arr3394 - const yyr3394 bool = false - yyq3394[0] = x.Kind != "" - yyq3394[1] = x.APIVersion != "" - yyq3394[2] = true - var yynn3394 int - if yyr3394 || yy2arr3394 { + yysep3385 := !z.EncBinary() + yy2arr3385 := z.EncBasicHandle().StructToArray + var yyq3385 [4]bool + _, _, _ = yysep3385, yyq3385, yy2arr3385 + const yyr3385 bool = false + yyq3385[0] = x.Kind != "" + yyq3385[1] = x.APIVersion != "" + yyq3385[2] = true + var yynn3385 int + if yyr3385 || yy2arr3385 { r.EncodeArrayStart(4) } else { - yynn3394 = 1 - for _, b := range yyq3394 { + yynn3385 = 1 + for _, b := range yyq3385 { if b { - yynn3394++ + yynn3385++ } } - r.EncodeMapStart(yynn3394) - yynn3394 = 0 + r.EncodeMapStart(yynn3385) + yynn3385 = 0 } - if yyr3394 || yy2arr3394 { + if yyr3385 || yy2arr3385 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3394[0] { - yym3396 := z.EncBinary() - _ = yym3396 + if yyq3385[0] { + yym3387 := z.EncBinary() + _ = yym3387 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -43196,23 +43114,23 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3394[0] { + if yyq3385[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3397 := z.EncBinary() - _ = yym3397 + yym3388 := z.EncBinary() + _ = yym3388 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3394 || yy2arr3394 { + if yyr3385 || yy2arr3385 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3394[1] { - yym3399 := z.EncBinary() - _ = yym3399 + if yyq3385[1] { + yym3390 := z.EncBinary() + _ = yym3390 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -43221,47 +43139,47 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3394[1] { + if yyq3385[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3400 := z.EncBinary() - _ = yym3400 + yym3391 := z.EncBinary() + _ = yym3391 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3394 || yy2arr3394 { + if yyr3385 || yy2arr3385 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3394[2] { - yy3402 := &x.ObjectMeta - yy3402.CodecEncodeSelf(e) + if yyq3385[2] { + yy3393 := &x.ObjectMeta + yy3393.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3394[2] { + if yyq3385[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3403 := &x.ObjectMeta - yy3403.CodecEncodeSelf(e) + yy3394 := &x.ObjectMeta + yy3394.CodecEncodeSelf(e) } } - if yyr3394 || yy2arr3394 { + if yyr3385 || yy2arr3385 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3405 := &x.Target - yy3405.CodecEncodeSelf(e) + yy3396 := &x.Target + yy3396.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("target")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3406 := &x.Target - yy3406.CodecEncodeSelf(e) + yy3397 := &x.Target + yy3397.CodecEncodeSelf(e) } - if yyr3394 || yy2arr3394 { + if yyr3385 || yy2arr3385 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43274,25 +43192,25 @@ func (x *Binding) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3407 := z.DecBinary() - _ = yym3407 + yym3398 := z.DecBinary() + _ = yym3398 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3408 := r.ContainerType() - if yyct3408 == codecSelferValueTypeMap1234 { - yyl3408 := r.ReadMapStart() - if yyl3408 == 0 { + yyct3399 := r.ContainerType() + if yyct3399 == codecSelferValueTypeMap1234 { + yyl3399 := r.ReadMapStart() + if yyl3399 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3408, d) + x.codecDecodeSelfFromMap(yyl3399, d) } - } else if yyct3408 == codecSelferValueTypeArray1234 { - yyl3408 := r.ReadArrayStart() - if yyl3408 == 0 { + } else if yyct3399 == codecSelferValueTypeArray1234 { + yyl3399 := r.ReadArrayStart() + if yyl3399 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3408, d) + x.codecDecodeSelfFromArray(yyl3399, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43304,12 +43222,12 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3409Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3409Slc - var yyhl3409 bool = l >= 0 - for yyj3409 := 0; ; yyj3409++ { - if yyhl3409 { - if yyj3409 >= l { + var yys3400Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3400Slc + var yyhl3400 bool = l >= 0 + for yyj3400 := 0; ; yyj3400++ { + if yyhl3400 { + if yyj3400 >= l { break } } else { @@ -43318,10 +43236,10 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3409Slc = r.DecodeBytes(yys3409Slc, true, true) - yys3409 := string(yys3409Slc) + yys3400Slc = r.DecodeBytes(yys3400Slc, true, true) + yys3400 := string(yys3400Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3409 { + switch yys3400 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -43338,20 +43256,20 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3412 := &x.ObjectMeta - yyv3412.CodecDecodeSelf(d) + yyv3403 := &x.ObjectMeta + yyv3403.CodecDecodeSelf(d) } case "target": if r.TryDecodeAsNil() { x.Target = ObjectReference{} } else { - yyv3413 := &x.Target - yyv3413.CodecDecodeSelf(d) + yyv3404 := &x.Target + yyv3404.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3409) - } // end switch yys3409 - } // end for yyj3409 + z.DecStructFieldNotFound(-1, yys3400) + } // end switch yys3400 + } // end for yyj3400 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43359,16 +43277,16 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3414 int - var yyb3414 bool - var yyhl3414 bool = l >= 0 - yyj3414++ - if yyhl3414 { - yyb3414 = yyj3414 > l + var yyj3405 int + var yyb3405 bool + var yyhl3405 bool = l >= 0 + yyj3405++ + if yyhl3405 { + yyb3405 = yyj3405 > l } else { - yyb3414 = r.CheckBreak() + yyb3405 = r.CheckBreak() } - if yyb3414 { + if yyb3405 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43378,13 +43296,13 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3414++ - if yyhl3414 { - yyb3414 = yyj3414 > l + yyj3405++ + if yyhl3405 { + yyb3405 = yyj3405 > l } else { - yyb3414 = r.CheckBreak() + yyb3405 = r.CheckBreak() } - if yyb3414 { + if yyb3405 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43394,13 +43312,13 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3414++ - if yyhl3414 { - yyb3414 = yyj3414 > l + yyj3405++ + if yyhl3405 { + yyb3405 = yyj3405 > l } else { - yyb3414 = r.CheckBreak() + yyb3405 = r.CheckBreak() } - if yyb3414 { + if yyb3405 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43408,16 +43326,16 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3417 := &x.ObjectMeta - yyv3417.CodecDecodeSelf(d) + yyv3408 := &x.ObjectMeta + yyv3408.CodecDecodeSelf(d) } - yyj3414++ - if yyhl3414 { - yyb3414 = yyj3414 > l + yyj3405++ + if yyhl3405 { + yyb3405 = yyj3405 > l } else { - yyb3414 = r.CheckBreak() + yyb3405 = r.CheckBreak() } - if yyb3414 { + if yyb3405 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43425,21 +43343,21 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Target = ObjectReference{} } else { - yyv3418 := &x.Target - yyv3418.CodecDecodeSelf(d) + yyv3409 := &x.Target + yyv3409.CodecDecodeSelf(d) } for { - yyj3414++ - if yyhl3414 { - yyb3414 = yyj3414 > l + yyj3405++ + if yyhl3405 { + yyb3405 = yyj3405 > l } else { - yyb3414 = r.CheckBreak() + yyb3405 = r.CheckBreak() } - if yyb3414 { + if yyb3405 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3414-1, "") + z.DecStructFieldNotFound(yyj3405-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43451,68 +43369,68 @@ func (x *Preconditions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3419 := z.EncBinary() - _ = yym3419 + yym3410 := z.EncBinary() + _ = yym3410 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3420 := !z.EncBinary() - yy2arr3420 := z.EncBasicHandle().StructToArray - var yyq3420 [1]bool - _, _, _ = yysep3420, yyq3420, yy2arr3420 - const yyr3420 bool = false - yyq3420[0] = x.UID != nil - var yynn3420 int - if yyr3420 || yy2arr3420 { + yysep3411 := !z.EncBinary() + yy2arr3411 := z.EncBasicHandle().StructToArray + var yyq3411 [1]bool + _, _, _ = yysep3411, yyq3411, yy2arr3411 + const yyr3411 bool = false + yyq3411[0] = x.UID != nil + var yynn3411 int + if yyr3411 || yy2arr3411 { r.EncodeArrayStart(1) } else { - yynn3420 = 0 - for _, b := range yyq3420 { + yynn3411 = 0 + for _, b := range yyq3411 { if b { - yynn3420++ + yynn3411++ } } - r.EncodeMapStart(yynn3420) - yynn3420 = 0 + r.EncodeMapStart(yynn3411) + yynn3411 = 0 } - if yyr3420 || yy2arr3420 { + if yyr3411 || yy2arr3411 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3420[0] { + if yyq3411[0] { if x.UID == nil { r.EncodeNil() } else { - yy3422 := *x.UID - yym3423 := z.EncBinary() - _ = yym3423 + yy3413 := *x.UID + yym3414 := z.EncBinary() + _ = yym3414 if false { - } else if z.HasExtensions() && z.EncExt(yy3422) { + } else if z.HasExtensions() && z.EncExt(yy3413) { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy3422)) + r.EncodeString(codecSelferC_UTF81234, string(yy3413)) } } } else { r.EncodeNil() } } else { - if yyq3420[0] { + if yyq3411[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("uid")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.UID == nil { r.EncodeNil() } else { - yy3424 := *x.UID - yym3425 := z.EncBinary() - _ = yym3425 + yy3415 := *x.UID + yym3416 := z.EncBinary() + _ = yym3416 if false { - } else if z.HasExtensions() && z.EncExt(yy3424) { + } else if z.HasExtensions() && z.EncExt(yy3415) { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy3424)) + r.EncodeString(codecSelferC_UTF81234, string(yy3415)) } } } } - if yyr3420 || yy2arr3420 { + if yyr3411 || yy2arr3411 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43525,25 +43443,25 @@ func (x *Preconditions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3426 := z.DecBinary() - _ = yym3426 + yym3417 := z.DecBinary() + _ = yym3417 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3427 := r.ContainerType() - if yyct3427 == codecSelferValueTypeMap1234 { - yyl3427 := r.ReadMapStart() - if yyl3427 == 0 { + yyct3418 := r.ContainerType() + if yyct3418 == codecSelferValueTypeMap1234 { + yyl3418 := r.ReadMapStart() + if yyl3418 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3427, d) + x.codecDecodeSelfFromMap(yyl3418, d) } - } else if yyct3427 == codecSelferValueTypeArray1234 { - yyl3427 := r.ReadArrayStart() - if yyl3427 == 0 { + } else if yyct3418 == codecSelferValueTypeArray1234 { + yyl3418 := r.ReadArrayStart() + if yyl3418 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3427, d) + x.codecDecodeSelfFromArray(yyl3418, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43555,12 +43473,12 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3428Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3428Slc - var yyhl3428 bool = l >= 0 - for yyj3428 := 0; ; yyj3428++ { - if yyhl3428 { - if yyj3428 >= l { + var yys3419Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3419Slc + var yyhl3419 bool = l >= 0 + for yyj3419 := 0; ; yyj3419++ { + if yyhl3419 { + if yyj3419 >= l { break } } else { @@ -43569,10 +43487,10 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3428Slc = r.DecodeBytes(yys3428Slc, true, true) - yys3428 := string(yys3428Slc) + yys3419Slc = r.DecodeBytes(yys3419Slc, true, true) + yys3419 := string(yys3419Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3428 { + switch yys3419 { case "uid": if r.TryDecodeAsNil() { if x.UID != nil { @@ -43582,8 +43500,8 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.UID == nil { x.UID = new(pkg1_types.UID) } - yym3430 := z.DecBinary() - _ = yym3430 + yym3421 := z.DecBinary() + _ = yym3421 if false { } else if z.HasExtensions() && z.DecExt(x.UID) { } else { @@ -43591,9 +43509,9 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } default: - z.DecStructFieldNotFound(-1, yys3428) - } // end switch yys3428 - } // end for yyj3428 + z.DecStructFieldNotFound(-1, yys3419) + } // end switch yys3419 + } // end for yyj3419 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43601,16 +43519,16 @@ func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3431 int - var yyb3431 bool - var yyhl3431 bool = l >= 0 - yyj3431++ - if yyhl3431 { - yyb3431 = yyj3431 > l + var yyj3422 int + var yyb3422 bool + var yyhl3422 bool = l >= 0 + yyj3422++ + if yyhl3422 { + yyb3422 = yyj3422 > l } else { - yyb3431 = r.CheckBreak() + yyb3422 = r.CheckBreak() } - if yyb3431 { + if yyb3422 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43623,8 +43541,8 @@ func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.UID == nil { x.UID = new(pkg1_types.UID) } - yym3433 := z.DecBinary() - _ = yym3433 + yym3424 := z.DecBinary() + _ = yym3424 if false { } else if z.HasExtensions() && z.DecExt(x.UID) { } else { @@ -43632,17 +43550,17 @@ func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } } for { - yyj3431++ - if yyhl3431 { - yyb3431 = yyj3431 > l + yyj3422++ + if yyhl3422 { + yyb3422 = yyj3422 > l } else { - yyb3431 = r.CheckBreak() + yyb3422 = r.CheckBreak() } - if yyb3431 { + if yyb3422 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3431-1, "") + z.DecStructFieldNotFound(yyj3422-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43654,39 +43572,39 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3434 := z.EncBinary() - _ = yym3434 + yym3425 := z.EncBinary() + _ = yym3425 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3435 := !z.EncBinary() - yy2arr3435 := z.EncBasicHandle().StructToArray - var yyq3435 [5]bool - _, _, _ = yysep3435, yyq3435, yy2arr3435 - const yyr3435 bool = false - yyq3435[0] = x.Kind != "" - yyq3435[1] = x.APIVersion != "" - yyq3435[2] = x.GracePeriodSeconds != nil - yyq3435[3] = x.Preconditions != nil - yyq3435[4] = x.OrphanDependents != nil - var yynn3435 int - if yyr3435 || yy2arr3435 { + yysep3426 := !z.EncBinary() + yy2arr3426 := z.EncBasicHandle().StructToArray + var yyq3426 [5]bool + _, _, _ = yysep3426, yyq3426, yy2arr3426 + const yyr3426 bool = false + yyq3426[0] = x.Kind != "" + yyq3426[1] = x.APIVersion != "" + yyq3426[2] = x.GracePeriodSeconds != nil + yyq3426[3] = x.Preconditions != nil + yyq3426[4] = x.OrphanDependents != nil + var yynn3426 int + if yyr3426 || yy2arr3426 { r.EncodeArrayStart(5) } else { - yynn3435 = 0 - for _, b := range yyq3435 { + yynn3426 = 0 + for _, b := range yyq3426 { if b { - yynn3435++ + yynn3426++ } } - r.EncodeMapStart(yynn3435) - yynn3435 = 0 + r.EncodeMapStart(yynn3426) + yynn3426 = 0 } - if yyr3435 || yy2arr3435 { + if yyr3426 || yy2arr3426 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3435[0] { - yym3437 := z.EncBinary() - _ = yym3437 + if yyq3426[0] { + yym3428 := z.EncBinary() + _ = yym3428 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -43695,23 +43613,23 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3435[0] { + if yyq3426[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3438 := z.EncBinary() - _ = yym3438 + yym3429 := z.EncBinary() + _ = yym3429 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3435 || yy2arr3435 { + if yyr3426 || yy2arr3426 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3435[1] { - yym3440 := z.EncBinary() - _ = yym3440 + if yyq3426[1] { + yym3431 := z.EncBinary() + _ = yym3431 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -43720,56 +43638,56 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3435[1] { + if yyq3426[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3441 := z.EncBinary() - _ = yym3441 + yym3432 := z.EncBinary() + _ = yym3432 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3435 || yy2arr3435 { + if yyr3426 || yy2arr3426 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3435[2] { + if yyq3426[2] { if x.GracePeriodSeconds == nil { r.EncodeNil() } else { - yy3443 := *x.GracePeriodSeconds - yym3444 := z.EncBinary() - _ = yym3444 + yy3434 := *x.GracePeriodSeconds + yym3435 := z.EncBinary() + _ = yym3435 if false { } else { - r.EncodeInt(int64(yy3443)) + r.EncodeInt(int64(yy3434)) } } } else { r.EncodeNil() } } else { - if yyq3435[2] { + if yyq3426[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("gracePeriodSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.GracePeriodSeconds == nil { r.EncodeNil() } else { - yy3445 := *x.GracePeriodSeconds - yym3446 := z.EncBinary() - _ = yym3446 + yy3436 := *x.GracePeriodSeconds + yym3437 := z.EncBinary() + _ = yym3437 if false { } else { - r.EncodeInt(int64(yy3445)) + r.EncodeInt(int64(yy3436)) } } } } - if yyr3435 || yy2arr3435 { + if yyr3426 || yy2arr3426 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3435[3] { + if yyq3426[3] { if x.Preconditions == nil { r.EncodeNil() } else { @@ -43779,7 +43697,7 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3435[3] { + if yyq3426[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preconditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -43790,42 +43708,42 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3435 || yy2arr3435 { + if yyr3426 || yy2arr3426 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3435[4] { + if yyq3426[4] { if x.OrphanDependents == nil { r.EncodeNil() } else { - yy3449 := *x.OrphanDependents - yym3450 := z.EncBinary() - _ = yym3450 + yy3440 := *x.OrphanDependents + yym3441 := z.EncBinary() + _ = yym3441 if false { } else { - r.EncodeBool(bool(yy3449)) + r.EncodeBool(bool(yy3440)) } } } else { r.EncodeNil() } } else { - if yyq3435[4] { + if yyq3426[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("orphanDependents")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.OrphanDependents == nil { r.EncodeNil() } else { - yy3451 := *x.OrphanDependents - yym3452 := z.EncBinary() - _ = yym3452 + yy3442 := *x.OrphanDependents + yym3443 := z.EncBinary() + _ = yym3443 if false { } else { - r.EncodeBool(bool(yy3451)) + r.EncodeBool(bool(yy3442)) } } } } - if yyr3435 || yy2arr3435 { + if yyr3426 || yy2arr3426 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43838,25 +43756,25 @@ func (x *DeleteOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3453 := z.DecBinary() - _ = yym3453 + yym3444 := z.DecBinary() + _ = yym3444 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3454 := r.ContainerType() - if yyct3454 == codecSelferValueTypeMap1234 { - yyl3454 := r.ReadMapStart() - if yyl3454 == 0 { + yyct3445 := r.ContainerType() + if yyct3445 == codecSelferValueTypeMap1234 { + yyl3445 := r.ReadMapStart() + if yyl3445 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3454, d) + x.codecDecodeSelfFromMap(yyl3445, d) } - } else if yyct3454 == codecSelferValueTypeArray1234 { - yyl3454 := r.ReadArrayStart() - if yyl3454 == 0 { + } else if yyct3445 == codecSelferValueTypeArray1234 { + yyl3445 := r.ReadArrayStart() + if yyl3445 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3454, d) + x.codecDecodeSelfFromArray(yyl3445, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43868,12 +43786,12 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3455Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3455Slc - var yyhl3455 bool = l >= 0 - for yyj3455 := 0; ; yyj3455++ { - if yyhl3455 { - if yyj3455 >= l { + var yys3446Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3446Slc + var yyhl3446 bool = l >= 0 + for yyj3446 := 0; ; yyj3446++ { + if yyhl3446 { + if yyj3446 >= l { break } } else { @@ -43882,10 +43800,10 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3455Slc = r.DecodeBytes(yys3455Slc, true, true) - yys3455 := string(yys3455Slc) + yys3446Slc = r.DecodeBytes(yys3446Slc, true, true) + yys3446 := string(yys3446Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3455 { + switch yys3446 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -43907,8 +43825,8 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.GracePeriodSeconds == nil { x.GracePeriodSeconds = new(int64) } - yym3459 := z.DecBinary() - _ = yym3459 + yym3450 := z.DecBinary() + _ = yym3450 if false { } else { *((*int64)(x.GracePeriodSeconds)) = int64(r.DecodeInt(64)) @@ -43934,17 +43852,17 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.OrphanDependents == nil { x.OrphanDependents = new(bool) } - yym3462 := z.DecBinary() - _ = yym3462 + yym3453 := z.DecBinary() + _ = yym3453 if false { } else { *((*bool)(x.OrphanDependents)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys3455) - } // end switch yys3455 - } // end for yyj3455 + z.DecStructFieldNotFound(-1, yys3446) + } // end switch yys3446 + } // end for yyj3446 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43952,16 +43870,16 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3463 int - var yyb3463 bool - var yyhl3463 bool = l >= 0 - yyj3463++ - if yyhl3463 { - yyb3463 = yyj3463 > l + var yyj3454 int + var yyb3454 bool + var yyhl3454 bool = l >= 0 + yyj3454++ + if yyhl3454 { + yyb3454 = yyj3454 > l } else { - yyb3463 = r.CheckBreak() + yyb3454 = r.CheckBreak() } - if yyb3463 { + if yyb3454 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43971,13 +43889,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3463++ - if yyhl3463 { - yyb3463 = yyj3463 > l + yyj3454++ + if yyhl3454 { + yyb3454 = yyj3454 > l } else { - yyb3463 = r.CheckBreak() + yyb3454 = r.CheckBreak() } - if yyb3463 { + if yyb3454 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43987,13 +43905,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3463++ - if yyhl3463 { - yyb3463 = yyj3463 > l + yyj3454++ + if yyhl3454 { + yyb3454 = yyj3454 > l } else { - yyb3463 = r.CheckBreak() + yyb3454 = r.CheckBreak() } - if yyb3463 { + if yyb3454 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44006,20 +43924,20 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.GracePeriodSeconds == nil { x.GracePeriodSeconds = new(int64) } - yym3467 := z.DecBinary() - _ = yym3467 + yym3458 := z.DecBinary() + _ = yym3458 if false { } else { *((*int64)(x.GracePeriodSeconds)) = int64(r.DecodeInt(64)) } } - yyj3463++ - if yyhl3463 { - yyb3463 = yyj3463 > l + yyj3454++ + if yyhl3454 { + yyb3454 = yyj3454 > l } else { - yyb3463 = r.CheckBreak() + yyb3454 = r.CheckBreak() } - if yyb3463 { + if yyb3454 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44034,13 +43952,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Preconditions.CodecDecodeSelf(d) } - yyj3463++ - if yyhl3463 { - yyb3463 = yyj3463 > l + yyj3454++ + if yyhl3454 { + yyb3454 = yyj3454 > l } else { - yyb3463 = r.CheckBreak() + yyb3454 = r.CheckBreak() } - if yyb3463 { + if yyb3454 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44053,25 +43971,25 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.OrphanDependents == nil { x.OrphanDependents = new(bool) } - yym3470 := z.DecBinary() - _ = yym3470 + yym3461 := z.DecBinary() + _ = yym3461 if false { } else { *((*bool)(x.OrphanDependents)) = r.DecodeBool() } } for { - yyj3463++ - if yyhl3463 { - yyb3463 = yyj3463 > l + yyj3454++ + if yyhl3454 { + yyb3454 = yyj3454 > l } else { - yyb3463 = r.CheckBreak() + yyb3454 = r.CheckBreak() } - if yyb3463 { + if yyb3454 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3463-1, "") + z.DecStructFieldNotFound(yyj3454-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44083,36 +44001,36 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3471 := z.EncBinary() - _ = yym3471 + yym3462 := z.EncBinary() + _ = yym3462 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3472 := !z.EncBinary() - yy2arr3472 := z.EncBasicHandle().StructToArray - var yyq3472 [4]bool - _, _, _ = yysep3472, yyq3472, yy2arr3472 - const yyr3472 bool = false - yyq3472[0] = x.Kind != "" - yyq3472[1] = x.APIVersion != "" - var yynn3472 int - if yyr3472 || yy2arr3472 { + yysep3463 := !z.EncBinary() + yy2arr3463 := z.EncBasicHandle().StructToArray + var yyq3463 [4]bool + _, _, _ = yysep3463, yyq3463, yy2arr3463 + const yyr3463 bool = false + yyq3463[0] = x.Kind != "" + yyq3463[1] = x.APIVersion != "" + var yynn3463 int + if yyr3463 || yy2arr3463 { r.EncodeArrayStart(4) } else { - yynn3472 = 2 - for _, b := range yyq3472 { + yynn3463 = 2 + for _, b := range yyq3463 { if b { - yynn3472++ + yynn3463++ } } - r.EncodeMapStart(yynn3472) - yynn3472 = 0 + r.EncodeMapStart(yynn3463) + yynn3463 = 0 } - if yyr3472 || yy2arr3472 { + if yyr3463 || yy2arr3463 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3472[0] { - yym3474 := z.EncBinary() - _ = yym3474 + if yyq3463[0] { + yym3465 := z.EncBinary() + _ = yym3465 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -44121,23 +44039,23 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3472[0] { + if yyq3463[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3475 := z.EncBinary() - _ = yym3475 + yym3466 := z.EncBinary() + _ = yym3466 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3472 || yy2arr3472 { + if yyr3463 || yy2arr3463 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3472[1] { - yym3477 := z.EncBinary() - _ = yym3477 + if yyq3463[1] { + yym3468 := z.EncBinary() + _ = yym3468 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -44146,22 +44064,22 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3472[1] { + if yyq3463[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3478 := z.EncBinary() - _ = yym3478 + yym3469 := z.EncBinary() + _ = yym3469 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3472 || yy2arr3472 { + if yyr3463 || yy2arr3463 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3480 := z.EncBinary() - _ = yym3480 + yym3471 := z.EncBinary() + _ = yym3471 if false { } else { r.EncodeBool(bool(x.Export)) @@ -44170,17 +44088,17 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("export")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3481 := z.EncBinary() - _ = yym3481 + yym3472 := z.EncBinary() + _ = yym3472 if false { } else { r.EncodeBool(bool(x.Export)) } } - if yyr3472 || yy2arr3472 { + if yyr3463 || yy2arr3463 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3483 := z.EncBinary() - _ = yym3483 + yym3474 := z.EncBinary() + _ = yym3474 if false { } else { r.EncodeBool(bool(x.Exact)) @@ -44189,14 +44107,14 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exact")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3484 := z.EncBinary() - _ = yym3484 + yym3475 := z.EncBinary() + _ = yym3475 if false { } else { r.EncodeBool(bool(x.Exact)) } } - if yyr3472 || yy2arr3472 { + if yyr3463 || yy2arr3463 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -44209,25 +44127,25 @@ func (x *ExportOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3485 := z.DecBinary() - _ = yym3485 + yym3476 := z.DecBinary() + _ = yym3476 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3486 := r.ContainerType() - if yyct3486 == codecSelferValueTypeMap1234 { - yyl3486 := r.ReadMapStart() - if yyl3486 == 0 { + yyct3477 := r.ContainerType() + if yyct3477 == codecSelferValueTypeMap1234 { + yyl3477 := r.ReadMapStart() + if yyl3477 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3486, d) + x.codecDecodeSelfFromMap(yyl3477, d) } - } else if yyct3486 == codecSelferValueTypeArray1234 { - yyl3486 := r.ReadArrayStart() - if yyl3486 == 0 { + } else if yyct3477 == codecSelferValueTypeArray1234 { + yyl3477 := r.ReadArrayStart() + if yyl3477 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3486, d) + x.codecDecodeSelfFromArray(yyl3477, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -44239,12 +44157,12 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3487Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3487Slc - var yyhl3487 bool = l >= 0 - for yyj3487 := 0; ; yyj3487++ { - if yyhl3487 { - if yyj3487 >= l { + var yys3478Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3478Slc + var yyhl3478 bool = l >= 0 + for yyj3478 := 0; ; yyj3478++ { + if yyhl3478 { + if yyj3478 >= l { break } } else { @@ -44253,10 +44171,10 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3487Slc = r.DecodeBytes(yys3487Slc, true, true) - yys3487 := string(yys3487Slc) + yys3478Slc = r.DecodeBytes(yys3478Slc, true, true) + yys3478 := string(yys3478Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3487 { + switch yys3478 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -44282,9 +44200,9 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Exact = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys3487) - } // end switch yys3487 - } // end for yyj3487 + z.DecStructFieldNotFound(-1, yys3478) + } // end switch yys3478 + } // end for yyj3478 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -44292,16 +44210,16 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3492 int - var yyb3492 bool - var yyhl3492 bool = l >= 0 - yyj3492++ - if yyhl3492 { - yyb3492 = yyj3492 > l + var yyj3483 int + var yyb3483 bool + var yyhl3483 bool = l >= 0 + yyj3483++ + if yyhl3483 { + yyb3483 = yyj3483 > l } else { - yyb3492 = r.CheckBreak() + yyb3483 = r.CheckBreak() } - if yyb3492 { + if yyb3483 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44311,13 +44229,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3492++ - if yyhl3492 { - yyb3492 = yyj3492 > l + yyj3483++ + if yyhl3483 { + yyb3483 = yyj3483 > l } else { - yyb3492 = r.CheckBreak() + yyb3483 = r.CheckBreak() } - if yyb3492 { + if yyb3483 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44327,13 +44245,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3492++ - if yyhl3492 { - yyb3492 = yyj3492 > l + yyj3483++ + if yyhl3483 { + yyb3483 = yyj3483 > l } else { - yyb3492 = r.CheckBreak() + yyb3483 = r.CheckBreak() } - if yyb3492 { + if yyb3483 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44343,13 +44261,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Export = bool(r.DecodeBool()) } - yyj3492++ - if yyhl3492 { - yyb3492 = yyj3492 > l + yyj3483++ + if yyhl3483 { + yyb3483 = yyj3483 > l } else { - yyb3492 = r.CheckBreak() + yyb3483 = r.CheckBreak() } - if yyb3492 { + if yyb3483 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44360,17 +44278,17 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Exact = bool(r.DecodeBool()) } for { - yyj3492++ - if yyhl3492 { - yyb3492 = yyj3492 > l + yyj3483++ + if yyhl3483 { + yyb3483 = yyj3483 > l } else { - yyb3492 = r.CheckBreak() + yyb3483 = r.CheckBreak() } - if yyb3492 { + if yyb3483 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3492-1, "") + z.DecStructFieldNotFound(yyj3483-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44382,41 +44300,41 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3497 := z.EncBinary() - _ = yym3497 + yym3488 := z.EncBinary() + _ = yym3488 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3498 := !z.EncBinary() - yy2arr3498 := z.EncBasicHandle().StructToArray - var yyq3498 [7]bool - _, _, _ = yysep3498, yyq3498, yy2arr3498 - const yyr3498 bool = false - yyq3498[0] = x.Kind != "" - yyq3498[1] = x.APIVersion != "" - yyq3498[2] = x.LabelSelector != "" - yyq3498[3] = x.FieldSelector != "" - yyq3498[4] = x.Watch != false - yyq3498[5] = x.ResourceVersion != "" - yyq3498[6] = x.TimeoutSeconds != nil - var yynn3498 int - if yyr3498 || yy2arr3498 { + yysep3489 := !z.EncBinary() + yy2arr3489 := z.EncBasicHandle().StructToArray + var yyq3489 [7]bool + _, _, _ = yysep3489, yyq3489, yy2arr3489 + const yyr3489 bool = false + yyq3489[0] = x.Kind != "" + yyq3489[1] = x.APIVersion != "" + yyq3489[2] = x.LabelSelector != "" + yyq3489[3] = x.FieldSelector != "" + yyq3489[4] = x.Watch != false + yyq3489[5] = x.ResourceVersion != "" + yyq3489[6] = x.TimeoutSeconds != nil + var yynn3489 int + if yyr3489 || yy2arr3489 { r.EncodeArrayStart(7) } else { - yynn3498 = 0 - for _, b := range yyq3498 { + yynn3489 = 0 + for _, b := range yyq3489 { if b { - yynn3498++ + yynn3489++ } } - r.EncodeMapStart(yynn3498) - yynn3498 = 0 + r.EncodeMapStart(yynn3489) + yynn3489 = 0 } - if yyr3498 || yy2arr3498 { + if yyr3489 || yy2arr3489 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3498[0] { - yym3500 := z.EncBinary() - _ = yym3500 + if yyq3489[0] { + yym3491 := z.EncBinary() + _ = yym3491 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -44425,99 +44343,99 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3498[0] { + if yyq3489[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3492 := z.EncBinary() + _ = yym3492 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr3489 || yy2arr3489 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3489[1] { + yym3494 := z.EncBinary() + _ = yym3494 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3489[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3495 := z.EncBinary() + _ = yym3495 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3489 || yy2arr3489 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3489[2] { + yym3497 := z.EncBinary() + _ = yym3497 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.LabelSelector)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3489[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("labelSelector")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3498 := z.EncBinary() + _ = yym3498 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.LabelSelector)) + } + } + } + if yyr3489 || yy2arr3489 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3489[3] { + yym3500 := z.EncBinary() + _ = yym3500 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.FieldSelector)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3489[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("fieldSelector")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) yym3501 := z.EncBinary() _ = yym3501 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + r.EncodeString(codecSelferC_UTF81234, string(x.FieldSelector)) } } } - if yyr3498 || yy2arr3498 { + if yyr3489 || yy2arr3489 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3498[1] { + if yyq3489[4] { yym3503 := z.EncBinary() _ = yym3503 if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3498[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3504 := z.EncBinary() - _ = yym3504 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3498 || yy2arr3498 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3498[2] { - yym3506 := z.EncBinary() - _ = yym3506 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.LabelSelector)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3498[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("labelSelector")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3507 := z.EncBinary() - _ = yym3507 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.LabelSelector)) - } - } - } - if yyr3498 || yy2arr3498 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3498[3] { - yym3509 := z.EncBinary() - _ = yym3509 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.FieldSelector)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3498[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("fieldSelector")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3510 := z.EncBinary() - _ = yym3510 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.FieldSelector)) - } - } - } - if yyr3498 || yy2arr3498 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3498[4] { - yym3512 := z.EncBinary() - _ = yym3512 - if false { } else { r.EncodeBool(bool(x.Watch)) } @@ -44525,23 +44443,23 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3498[4] { + if yyq3489[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("watch")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3513 := z.EncBinary() - _ = yym3513 + yym3504 := z.EncBinary() + _ = yym3504 if false { } else { r.EncodeBool(bool(x.Watch)) } } } - if yyr3498 || yy2arr3498 { + if yyr3489 || yy2arr3489 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3498[5] { - yym3515 := z.EncBinary() - _ = yym3515 + if yyq3489[5] { + yym3506 := z.EncBinary() + _ = yym3506 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) @@ -44550,54 +44468,54 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3498[5] { + if yyq3489[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resourceVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3516 := z.EncBinary() - _ = yym3516 + yym3507 := z.EncBinary() + _ = yym3507 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) } } } - if yyr3498 || yy2arr3498 { + if yyr3489 || yy2arr3489 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3498[6] { + if yyq3489[6] { if x.TimeoutSeconds == nil { r.EncodeNil() } else { - yy3518 := *x.TimeoutSeconds - yym3519 := z.EncBinary() - _ = yym3519 + yy3509 := *x.TimeoutSeconds + yym3510 := z.EncBinary() + _ = yym3510 if false { } else { - r.EncodeInt(int64(yy3518)) + r.EncodeInt(int64(yy3509)) } } } else { r.EncodeNil() } } else { - if yyq3498[6] { + if yyq3489[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("timeoutSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.TimeoutSeconds == nil { r.EncodeNil() } else { - yy3520 := *x.TimeoutSeconds - yym3521 := z.EncBinary() - _ = yym3521 + yy3511 := *x.TimeoutSeconds + yym3512 := z.EncBinary() + _ = yym3512 if false { } else { - r.EncodeInt(int64(yy3520)) + r.EncodeInt(int64(yy3511)) } } } } - if yyr3498 || yy2arr3498 { + if yyr3489 || yy2arr3489 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -44610,25 +44528,25 @@ func (x *ListOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3522 := z.DecBinary() - _ = yym3522 + yym3513 := z.DecBinary() + _ = yym3513 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3523 := r.ContainerType() - if yyct3523 == codecSelferValueTypeMap1234 { - yyl3523 := r.ReadMapStart() - if yyl3523 == 0 { + yyct3514 := r.ContainerType() + if yyct3514 == codecSelferValueTypeMap1234 { + yyl3514 := r.ReadMapStart() + if yyl3514 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3523, d) + x.codecDecodeSelfFromMap(yyl3514, d) } - } else if yyct3523 == codecSelferValueTypeArray1234 { - yyl3523 := r.ReadArrayStart() - if yyl3523 == 0 { + } else if yyct3514 == codecSelferValueTypeArray1234 { + yyl3514 := r.ReadArrayStart() + if yyl3514 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3523, d) + x.codecDecodeSelfFromArray(yyl3514, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -44640,12 +44558,12 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3524Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3524Slc - var yyhl3524 bool = l >= 0 - for yyj3524 := 0; ; yyj3524++ { - if yyhl3524 { - if yyj3524 >= l { + var yys3515Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3515Slc + var yyhl3515 bool = l >= 0 + for yyj3515 := 0; ; yyj3515++ { + if yyhl3515 { + if yyj3515 >= l { break } } else { @@ -44654,10 +44572,10 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3524Slc = r.DecodeBytes(yys3524Slc, true, true) - yys3524 := string(yys3524Slc) + yys3515Slc = r.DecodeBytes(yys3515Slc, true, true) + yys3515 := string(yys3515Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3524 { + switch yys3515 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -44703,17 +44621,17 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TimeoutSeconds == nil { x.TimeoutSeconds = new(int64) } - yym3532 := z.DecBinary() - _ = yym3532 + yym3523 := z.DecBinary() + _ = yym3523 if false { } else { *((*int64)(x.TimeoutSeconds)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys3524) - } // end switch yys3524 - } // end for yyj3524 + z.DecStructFieldNotFound(-1, yys3515) + } // end switch yys3515 + } // end for yyj3515 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -44721,16 +44639,16 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3533 int - var yyb3533 bool - var yyhl3533 bool = l >= 0 - yyj3533++ - if yyhl3533 { - yyb3533 = yyj3533 > l + var yyj3524 int + var yyb3524 bool + var yyhl3524 bool = l >= 0 + yyj3524++ + if yyhl3524 { + yyb3524 = yyj3524 > l } else { - yyb3533 = r.CheckBreak() + yyb3524 = r.CheckBreak() } - if yyb3533 { + if yyb3524 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44740,13 +44658,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3533++ - if yyhl3533 { - yyb3533 = yyj3533 > l + yyj3524++ + if yyhl3524 { + yyb3524 = yyj3524 > l } else { - yyb3533 = r.CheckBreak() + yyb3524 = r.CheckBreak() } - if yyb3533 { + if yyb3524 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44756,13 +44674,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3533++ - if yyhl3533 { - yyb3533 = yyj3533 > l + yyj3524++ + if yyhl3524 { + yyb3524 = yyj3524 > l } else { - yyb3533 = r.CheckBreak() + yyb3524 = r.CheckBreak() } - if yyb3533 { + if yyb3524 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44772,13 +44690,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.LabelSelector = string(r.DecodeString()) } - yyj3533++ - if yyhl3533 { - yyb3533 = yyj3533 > l + yyj3524++ + if yyhl3524 { + yyb3524 = yyj3524 > l } else { - yyb3533 = r.CheckBreak() + yyb3524 = r.CheckBreak() } - if yyb3533 { + if yyb3524 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44788,13 +44706,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.FieldSelector = string(r.DecodeString()) } - yyj3533++ - if yyhl3533 { - yyb3533 = yyj3533 > l + yyj3524++ + if yyhl3524 { + yyb3524 = yyj3524 > l } else { - yyb3533 = r.CheckBreak() + yyb3524 = r.CheckBreak() } - if yyb3533 { + if yyb3524 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44804,13 +44722,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Watch = bool(r.DecodeBool()) } - yyj3533++ - if yyhl3533 { - yyb3533 = yyj3533 > l + yyj3524++ + if yyhl3524 { + yyb3524 = yyj3524 > l } else { - yyb3533 = r.CheckBreak() + yyb3524 = r.CheckBreak() } - if yyb3533 { + if yyb3524 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44820,13 +44738,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ResourceVersion = string(r.DecodeString()) } - yyj3533++ - if yyhl3533 { - yyb3533 = yyj3533 > l + yyj3524++ + if yyhl3524 { + yyb3524 = yyj3524 > l } else { - yyb3533 = r.CheckBreak() + yyb3524 = r.CheckBreak() } - if yyb3533 { + if yyb3524 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44839,25 +44757,25 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TimeoutSeconds == nil { x.TimeoutSeconds = new(int64) } - yym3541 := z.DecBinary() - _ = yym3541 + yym3532 := z.DecBinary() + _ = yym3532 if false { } else { *((*int64)(x.TimeoutSeconds)) = int64(r.DecodeInt(64)) } } for { - yyj3533++ - if yyhl3533 { - yyb3533 = yyj3533 > l + yyj3524++ + if yyhl3524 { + yyb3524 = yyj3524 > l } else { - yyb3533 = r.CheckBreak() + yyb3524 = r.CheckBreak() } - if yyb3533 { + if yyb3524 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3533-1, "") + z.DecStructFieldNotFound(yyj3524-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44869,44 +44787,44 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3542 := z.EncBinary() - _ = yym3542 + yym3533 := z.EncBinary() + _ = yym3533 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3543 := !z.EncBinary() - yy2arr3543 := z.EncBasicHandle().StructToArray - var yyq3543 [10]bool - _, _, _ = yysep3543, yyq3543, yy2arr3543 - const yyr3543 bool = false - yyq3543[0] = x.Kind != "" - yyq3543[1] = x.APIVersion != "" - yyq3543[2] = x.Container != "" - yyq3543[3] = x.Follow != false - yyq3543[4] = x.Previous != false - yyq3543[5] = x.SinceSeconds != nil - yyq3543[6] = x.SinceTime != nil - yyq3543[7] = x.Timestamps != false - yyq3543[8] = x.TailLines != nil - yyq3543[9] = x.LimitBytes != nil - var yynn3543 int - if yyr3543 || yy2arr3543 { + yysep3534 := !z.EncBinary() + yy2arr3534 := z.EncBasicHandle().StructToArray + var yyq3534 [10]bool + _, _, _ = yysep3534, yyq3534, yy2arr3534 + const yyr3534 bool = false + yyq3534[0] = x.Kind != "" + yyq3534[1] = x.APIVersion != "" + yyq3534[2] = x.Container != "" + yyq3534[3] = x.Follow != false + yyq3534[4] = x.Previous != false + yyq3534[5] = x.SinceSeconds != nil + yyq3534[6] = x.SinceTime != nil + yyq3534[7] = x.Timestamps != false + yyq3534[8] = x.TailLines != nil + yyq3534[9] = x.LimitBytes != nil + var yynn3534 int + if yyr3534 || yy2arr3534 { r.EncodeArrayStart(10) } else { - yynn3543 = 0 - for _, b := range yyq3543 { + yynn3534 = 0 + for _, b := range yyq3534 { if b { - yynn3543++ + yynn3534++ } } - r.EncodeMapStart(yynn3543) - yynn3543 = 0 + r.EncodeMapStart(yynn3534) + yynn3534 = 0 } - if yyr3543 || yy2arr3543 { + if yyr3534 || yy2arr3534 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3543[0] { - yym3545 := z.EncBinary() - _ = yym3545 + if yyq3534[0] { + yym3536 := z.EncBinary() + _ = yym3536 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -44915,144 +44833,228 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3543[0] { + if yyq3534[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3537 := z.EncBinary() + _ = yym3537 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr3534 || yy2arr3534 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3534[1] { + yym3539 := z.EncBinary() + _ = yym3539 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3534[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3540 := z.EncBinary() + _ = yym3540 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3534 || yy2arr3534 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3534[2] { + yym3542 := z.EncBinary() + _ = yym3542 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Container)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3534[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("container")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3543 := z.EncBinary() + _ = yym3543 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Container)) + } + } + } + if yyr3534 || yy2arr3534 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3534[3] { + yym3545 := z.EncBinary() + _ = yym3545 + if false { + } else { + r.EncodeBool(bool(x.Follow)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq3534[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("follow")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) yym3546 := z.EncBinary() _ = yym3546 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + r.EncodeBool(bool(x.Follow)) } } } - if yyr3543 || yy2arr3543 { + if yyr3534 || yy2arr3534 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3543[1] { + if yyq3534[4] { yym3548 := z.EncBinary() _ = yym3548 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + r.EncodeBool(bool(x.Previous)) } } else { - r.EncodeString(codecSelferC_UTF81234, "") + r.EncodeBool(false) } } else { - if yyq3543[1] { + if yyq3534[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + r.EncodeString(codecSelferC_UTF81234, string("previous")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym3549 := z.EncBinary() _ = yym3549 if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3543 || yy2arr3543 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3543[2] { - yym3551 := z.EncBinary() - _ = yym3551 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Container)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3543[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("container")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3552 := z.EncBinary() - _ = yym3552 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Container)) - } - } - } - if yyr3543 || yy2arr3543 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3543[3] { - yym3554 := z.EncBinary() - _ = yym3554 - if false { - } else { - r.EncodeBool(bool(x.Follow)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq3543[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("follow")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3555 := z.EncBinary() - _ = yym3555 - if false { - } else { - r.EncodeBool(bool(x.Follow)) - } - } - } - if yyr3543 || yy2arr3543 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3543[4] { - yym3557 := z.EncBinary() - _ = yym3557 - if false { - } else { - r.EncodeBool(bool(x.Previous)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq3543[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("previous")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3558 := z.EncBinary() - _ = yym3558 - if false { } else { r.EncodeBool(bool(x.Previous)) } } } - if yyr3543 || yy2arr3543 { + if yyr3534 || yy2arr3534 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3543[5] { + if yyq3534[5] { if x.SinceSeconds == nil { r.EncodeNil() } else { - yy3560 := *x.SinceSeconds - yym3561 := z.EncBinary() - _ = yym3561 + yy3551 := *x.SinceSeconds + yym3552 := z.EncBinary() + _ = yym3552 if false { } else { - r.EncodeInt(int64(yy3560)) + r.EncodeInt(int64(yy3551)) } } } else { r.EncodeNil() } } else { - if yyq3543[5] { + if yyq3534[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sinceSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.SinceSeconds == nil { r.EncodeNil() } else { - yy3562 := *x.SinceSeconds + yy3553 := *x.SinceSeconds + yym3554 := z.EncBinary() + _ = yym3554 + if false { + } else { + r.EncodeInt(int64(yy3553)) + } + } + } + } + if yyr3534 || yy2arr3534 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3534[6] { + if x.SinceTime == nil { + r.EncodeNil() + } else { + yym3556 := z.EncBinary() + _ = yym3556 + if false { + } else if z.HasExtensions() && z.EncExt(x.SinceTime) { + } else if yym3556 { + z.EncBinaryMarshal(x.SinceTime) + } else if !yym3556 && z.IsJSONHandle() { + z.EncJSONMarshal(x.SinceTime) + } else { + z.EncFallback(x.SinceTime) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq3534[6] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("sinceTime")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.SinceTime == nil { + r.EncodeNil() + } else { + yym3557 := z.EncBinary() + _ = yym3557 + if false { + } else if z.HasExtensions() && z.EncExt(x.SinceTime) { + } else if yym3557 { + z.EncBinaryMarshal(x.SinceTime) + } else if !yym3557 && z.IsJSONHandle() { + z.EncJSONMarshal(x.SinceTime) + } else { + z.EncFallback(x.SinceTime) + } + } + } + } + if yyr3534 || yy2arr3534 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3534[7] { + yym3559 := z.EncBinary() + _ = yym3559 + if false { + } else { + r.EncodeBool(bool(x.Timestamps)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq3534[7] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("timestamps")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3560 := z.EncBinary() + _ = yym3560 + if false { + } else { + r.EncodeBool(bool(x.Timestamps)) + } + } + } + if yyr3534 || yy2arr3534 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3534[8] { + if x.TailLines == nil { + r.EncodeNil() + } else { + yy3562 := *x.TailLines yym3563 := z.EncBinary() _ = yym3563 if false { @@ -45060,147 +45062,63 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(int64(yy3562)) } } - } - } - if yyr3543 || yy2arr3543 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3543[6] { - if x.SinceTime == nil { - r.EncodeNil() - } else { - yym3565 := z.EncBinary() - _ = yym3565 - if false { - } else if z.HasExtensions() && z.EncExt(x.SinceTime) { - } else if yym3565 { - z.EncBinaryMarshal(x.SinceTime) - } else if !yym3565 && z.IsJSONHandle() { - z.EncJSONMarshal(x.SinceTime) - } else { - z.EncFallback(x.SinceTime) - } - } } else { r.EncodeNil() } } else { - if yyq3543[6] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("sinceTime")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.SinceTime == nil { - r.EncodeNil() - } else { - yym3566 := z.EncBinary() - _ = yym3566 - if false { - } else if z.HasExtensions() && z.EncExt(x.SinceTime) { - } else if yym3566 { - z.EncBinaryMarshal(x.SinceTime) - } else if !yym3566 && z.IsJSONHandle() { - z.EncJSONMarshal(x.SinceTime) - } else { - z.EncFallback(x.SinceTime) - } - } - } - } - if yyr3543 || yy2arr3543 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3543[7] { - yym3568 := z.EncBinary() - _ = yym3568 - if false { - } else { - r.EncodeBool(bool(x.Timestamps)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq3543[7] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("timestamps")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3569 := z.EncBinary() - _ = yym3569 - if false { - } else { - r.EncodeBool(bool(x.Timestamps)) - } - } - } - if yyr3543 || yy2arr3543 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3543[8] { - if x.TailLines == nil { - r.EncodeNil() - } else { - yy3571 := *x.TailLines - yym3572 := z.EncBinary() - _ = yym3572 - if false { - } else { - r.EncodeInt(int64(yy3571)) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq3543[8] { + if yyq3534[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tailLines")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.TailLines == nil { r.EncodeNil() } else { - yy3573 := *x.TailLines - yym3574 := z.EncBinary() - _ = yym3574 + yy3564 := *x.TailLines + yym3565 := z.EncBinary() + _ = yym3565 if false { } else { - r.EncodeInt(int64(yy3573)) + r.EncodeInt(int64(yy3564)) } } } } - if yyr3543 || yy2arr3543 { + if yyr3534 || yy2arr3534 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3543[9] { + if yyq3534[9] { if x.LimitBytes == nil { r.EncodeNil() } else { - yy3576 := *x.LimitBytes - yym3577 := z.EncBinary() - _ = yym3577 + yy3567 := *x.LimitBytes + yym3568 := z.EncBinary() + _ = yym3568 if false { } else { - r.EncodeInt(int64(yy3576)) + r.EncodeInt(int64(yy3567)) } } } else { r.EncodeNil() } } else { - if yyq3543[9] { + if yyq3534[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("limitBytes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.LimitBytes == nil { r.EncodeNil() } else { - yy3578 := *x.LimitBytes - yym3579 := z.EncBinary() - _ = yym3579 + yy3569 := *x.LimitBytes + yym3570 := z.EncBinary() + _ = yym3570 if false { } else { - r.EncodeInt(int64(yy3578)) + r.EncodeInt(int64(yy3569)) } } } } - if yyr3543 || yy2arr3543 { + if yyr3534 || yy2arr3534 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -45213,25 +45131,25 @@ func (x *PodLogOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3580 := z.DecBinary() - _ = yym3580 + yym3571 := z.DecBinary() + _ = yym3571 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3581 := r.ContainerType() - if yyct3581 == codecSelferValueTypeMap1234 { - yyl3581 := r.ReadMapStart() - if yyl3581 == 0 { + yyct3572 := r.ContainerType() + if yyct3572 == codecSelferValueTypeMap1234 { + yyl3572 := r.ReadMapStart() + if yyl3572 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3581, d) + x.codecDecodeSelfFromMap(yyl3572, d) } - } else if yyct3581 == codecSelferValueTypeArray1234 { - yyl3581 := r.ReadArrayStart() - if yyl3581 == 0 { + } else if yyct3572 == codecSelferValueTypeArray1234 { + yyl3572 := r.ReadArrayStart() + if yyl3572 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3581, d) + x.codecDecodeSelfFromArray(yyl3572, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -45243,12 +45161,12 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3582Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3582Slc - var yyhl3582 bool = l >= 0 - for yyj3582 := 0; ; yyj3582++ { - if yyhl3582 { - if yyj3582 >= l { + var yys3573Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3573Slc + var yyhl3573 bool = l >= 0 + for yyj3573 := 0; ; yyj3573++ { + if yyhl3573 { + if yyj3573 >= l { break } } else { @@ -45257,10 +45175,10 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3582Slc = r.DecodeBytes(yys3582Slc, true, true) - yys3582 := string(yys3582Slc) + yys3573Slc = r.DecodeBytes(yys3573Slc, true, true) + yys3573 := string(yys3573Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3582 { + switch yys3573 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -45300,8 +45218,8 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.SinceSeconds == nil { x.SinceSeconds = new(int64) } - yym3589 := z.DecBinary() - _ = yym3589 + yym3580 := z.DecBinary() + _ = yym3580 if false { } else { *((*int64)(x.SinceSeconds)) = int64(r.DecodeInt(64)) @@ -45316,13 +45234,13 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.SinceTime == nil { x.SinceTime = new(pkg2_unversioned.Time) } - yym3591 := z.DecBinary() - _ = yym3591 + yym3582 := z.DecBinary() + _ = yym3582 if false { } else if z.HasExtensions() && z.DecExt(x.SinceTime) { - } else if yym3591 { + } else if yym3582 { z.DecBinaryUnmarshal(x.SinceTime) - } else if !yym3591 && z.IsJSONHandle() { + } else if !yym3582 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.SinceTime) } else { z.DecFallback(x.SinceTime, false) @@ -45343,8 +45261,8 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TailLines == nil { x.TailLines = new(int64) } - yym3594 := z.DecBinary() - _ = yym3594 + yym3585 := z.DecBinary() + _ = yym3585 if false { } else { *((*int64)(x.TailLines)) = int64(r.DecodeInt(64)) @@ -45359,17 +45277,17 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.LimitBytes == nil { x.LimitBytes = new(int64) } - yym3596 := z.DecBinary() - _ = yym3596 + yym3587 := z.DecBinary() + _ = yym3587 if false { } else { *((*int64)(x.LimitBytes)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys3582) - } // end switch yys3582 - } // end for yyj3582 + z.DecStructFieldNotFound(-1, yys3573) + } // end switch yys3573 + } // end for yyj3573 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -45377,16 +45295,16 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3597 int - var yyb3597 bool - var yyhl3597 bool = l >= 0 - yyj3597++ - if yyhl3597 { - yyb3597 = yyj3597 > l + var yyj3588 int + var yyb3588 bool + var yyhl3588 bool = l >= 0 + yyj3588++ + if yyhl3588 { + yyb3588 = yyj3588 > l } else { - yyb3597 = r.CheckBreak() + yyb3588 = r.CheckBreak() } - if yyb3597 { + if yyb3588 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45396,13 +45314,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3597++ - if yyhl3597 { - yyb3597 = yyj3597 > l + yyj3588++ + if yyhl3588 { + yyb3588 = yyj3588 > l } else { - yyb3597 = r.CheckBreak() + yyb3588 = r.CheckBreak() } - if yyb3597 { + if yyb3588 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45412,13 +45330,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3597++ - if yyhl3597 { - yyb3597 = yyj3597 > l + yyj3588++ + if yyhl3588 { + yyb3588 = yyj3588 > l } else { - yyb3597 = r.CheckBreak() + yyb3588 = r.CheckBreak() } - if yyb3597 { + if yyb3588 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45428,13 +45346,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Container = string(r.DecodeString()) } - yyj3597++ - if yyhl3597 { - yyb3597 = yyj3597 > l + yyj3588++ + if yyhl3588 { + yyb3588 = yyj3588 > l } else { - yyb3597 = r.CheckBreak() + yyb3588 = r.CheckBreak() } - if yyb3597 { + if yyb3588 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45444,13 +45362,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Follow = bool(r.DecodeBool()) } - yyj3597++ - if yyhl3597 { - yyb3597 = yyj3597 > l + yyj3588++ + if yyhl3588 { + yyb3588 = yyj3588 > l } else { - yyb3597 = r.CheckBreak() + yyb3588 = r.CheckBreak() } - if yyb3597 { + if yyb3588 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45460,13 +45378,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Previous = bool(r.DecodeBool()) } - yyj3597++ - if yyhl3597 { - yyb3597 = yyj3597 > l + yyj3588++ + if yyhl3588 { + yyb3588 = yyj3588 > l } else { - yyb3597 = r.CheckBreak() + yyb3588 = r.CheckBreak() } - if yyb3597 { + if yyb3588 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45479,20 +45397,20 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.SinceSeconds == nil { x.SinceSeconds = new(int64) } - yym3604 := z.DecBinary() - _ = yym3604 + yym3595 := z.DecBinary() + _ = yym3595 if false { } else { *((*int64)(x.SinceSeconds)) = int64(r.DecodeInt(64)) } } - yyj3597++ - if yyhl3597 { - yyb3597 = yyj3597 > l + yyj3588++ + if yyhl3588 { + yyb3588 = yyj3588 > l } else { - yyb3597 = r.CheckBreak() + yyb3588 = r.CheckBreak() } - if yyb3597 { + if yyb3588 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45505,25 +45423,25 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.SinceTime == nil { x.SinceTime = new(pkg2_unversioned.Time) } - yym3606 := z.DecBinary() - _ = yym3606 + yym3597 := z.DecBinary() + _ = yym3597 if false { } else if z.HasExtensions() && z.DecExt(x.SinceTime) { - } else if yym3606 { + } else if yym3597 { z.DecBinaryUnmarshal(x.SinceTime) - } else if !yym3606 && z.IsJSONHandle() { + } else if !yym3597 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.SinceTime) } else { z.DecFallback(x.SinceTime, false) } } - yyj3597++ - if yyhl3597 { - yyb3597 = yyj3597 > l + yyj3588++ + if yyhl3588 { + yyb3588 = yyj3588 > l } else { - yyb3597 = r.CheckBreak() + yyb3588 = r.CheckBreak() } - if yyb3597 { + if yyb3588 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45533,13 +45451,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Timestamps = bool(r.DecodeBool()) } - yyj3597++ - if yyhl3597 { - yyb3597 = yyj3597 > l + yyj3588++ + if yyhl3588 { + yyb3588 = yyj3588 > l } else { - yyb3597 = r.CheckBreak() + yyb3588 = r.CheckBreak() } - if yyb3597 { + if yyb3588 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45552,20 +45470,20 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TailLines == nil { x.TailLines = new(int64) } - yym3609 := z.DecBinary() - _ = yym3609 + yym3600 := z.DecBinary() + _ = yym3600 if false { } else { *((*int64)(x.TailLines)) = int64(r.DecodeInt(64)) } } - yyj3597++ - if yyhl3597 { - yyb3597 = yyj3597 > l + yyj3588++ + if yyhl3588 { + yyb3588 = yyj3588 > l } else { - yyb3597 = r.CheckBreak() + yyb3588 = r.CheckBreak() } - if yyb3597 { + if yyb3588 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45578,25 +45496,25 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.LimitBytes == nil { x.LimitBytes = new(int64) } - yym3611 := z.DecBinary() - _ = yym3611 + yym3602 := z.DecBinary() + _ = yym3602 if false { } else { *((*int64)(x.LimitBytes)) = int64(r.DecodeInt(64)) } } for { - yyj3597++ - if yyhl3597 { - yyb3597 = yyj3597 > l + yyj3588++ + if yyhl3588 { + yyb3588 = yyj3588 > l } else { - yyb3597 = r.CheckBreak() + yyb3588 = r.CheckBreak() } - if yyb3597 { + if yyb3588 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3597-1, "") + z.DecStructFieldNotFound(yyj3588-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45608,41 +45526,41 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3612 := z.EncBinary() - _ = yym3612 + yym3603 := z.EncBinary() + _ = yym3603 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3613 := !z.EncBinary() - yy2arr3613 := z.EncBasicHandle().StructToArray - var yyq3613 [7]bool - _, _, _ = yysep3613, yyq3613, yy2arr3613 - const yyr3613 bool = false - yyq3613[0] = x.Kind != "" - yyq3613[1] = x.APIVersion != "" - yyq3613[2] = x.Stdin != false - yyq3613[3] = x.Stdout != false - yyq3613[4] = x.Stderr != false - yyq3613[5] = x.TTY != false - yyq3613[6] = x.Container != "" - var yynn3613 int - if yyr3613 || yy2arr3613 { + yysep3604 := !z.EncBinary() + yy2arr3604 := z.EncBasicHandle().StructToArray + var yyq3604 [7]bool + _, _, _ = yysep3604, yyq3604, yy2arr3604 + const yyr3604 bool = false + yyq3604[0] = x.Kind != "" + yyq3604[1] = x.APIVersion != "" + yyq3604[2] = x.Stdin != false + yyq3604[3] = x.Stdout != false + yyq3604[4] = x.Stderr != false + yyq3604[5] = x.TTY != false + yyq3604[6] = x.Container != "" + var yynn3604 int + if yyr3604 || yy2arr3604 { r.EncodeArrayStart(7) } else { - yynn3613 = 0 - for _, b := range yyq3613 { + yynn3604 = 0 + for _, b := range yyq3604 { if b { - yynn3613++ + yynn3604++ } } - r.EncodeMapStart(yynn3613) - yynn3613 = 0 + r.EncodeMapStart(yynn3604) + yynn3604 = 0 } - if yyr3613 || yy2arr3613 { + if yyr3604 || yy2arr3604 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3613[0] { - yym3615 := z.EncBinary() - _ = yym3615 + if yyq3604[0] { + yym3606 := z.EncBinary() + _ = yym3606 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -45651,149 +45569,149 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3613[0] { + if yyq3604[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3607 := z.EncBinary() + _ = yym3607 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr3604 || yy2arr3604 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3604[1] { + yym3609 := z.EncBinary() + _ = yym3609 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3604[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3610 := z.EncBinary() + _ = yym3610 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3604 || yy2arr3604 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3604[2] { + yym3612 := z.EncBinary() + _ = yym3612 + if false { + } else { + r.EncodeBool(bool(x.Stdin)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq3604[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("stdin")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3613 := z.EncBinary() + _ = yym3613 + if false { + } else { + r.EncodeBool(bool(x.Stdin)) + } + } + } + if yyr3604 || yy2arr3604 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3604[3] { + yym3615 := z.EncBinary() + _ = yym3615 + if false { + } else { + r.EncodeBool(bool(x.Stdout)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq3604[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("stdout")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) yym3616 := z.EncBinary() _ = yym3616 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + r.EncodeBool(bool(x.Stdout)) } } } - if yyr3613 || yy2arr3613 { + if yyr3604 || yy2arr3604 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3613[1] { + if yyq3604[4] { yym3618 := z.EncBinary() _ = yym3618 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + r.EncodeBool(bool(x.Stderr)) } } else { - r.EncodeString(codecSelferC_UTF81234, "") + r.EncodeBool(false) } } else { - if yyq3613[1] { + if yyq3604[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + r.EncodeString(codecSelferC_UTF81234, string("stderr")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym3619 := z.EncBinary() _ = yym3619 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + r.EncodeBool(bool(x.Stderr)) } } } - if yyr3613 || yy2arr3613 { + if yyr3604 || yy2arr3604 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3613[2] { + if yyq3604[5] { yym3621 := z.EncBinary() _ = yym3621 if false { } else { - r.EncodeBool(bool(x.Stdin)) + r.EncodeBool(bool(x.TTY)) } } else { r.EncodeBool(false) } } else { - if yyq3613[2] { + if yyq3604[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stdin")) + r.EncodeString(codecSelferC_UTF81234, string("tty")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym3622 := z.EncBinary() _ = yym3622 if false { } else { - r.EncodeBool(bool(x.Stdin)) + r.EncodeBool(bool(x.TTY)) } } } - if yyr3613 || yy2arr3613 { + if yyr3604 || yy2arr3604 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3613[3] { + if yyq3604[6] { yym3624 := z.EncBinary() _ = yym3624 if false { - } else { - r.EncodeBool(bool(x.Stdout)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq3613[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stdout")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3625 := z.EncBinary() - _ = yym3625 - if false { - } else { - r.EncodeBool(bool(x.Stdout)) - } - } - } - if yyr3613 || yy2arr3613 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3613[4] { - yym3627 := z.EncBinary() - _ = yym3627 - if false { - } else { - r.EncodeBool(bool(x.Stderr)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq3613[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stderr")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3628 := z.EncBinary() - _ = yym3628 - if false { - } else { - r.EncodeBool(bool(x.Stderr)) - } - } - } - if yyr3613 || yy2arr3613 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3613[5] { - yym3630 := z.EncBinary() - _ = yym3630 - if false { - } else { - r.EncodeBool(bool(x.TTY)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq3613[5] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("tty")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3631 := z.EncBinary() - _ = yym3631 - if false { - } else { - r.EncodeBool(bool(x.TTY)) - } - } - } - if yyr3613 || yy2arr3613 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3613[6] { - yym3633 := z.EncBinary() - _ = yym3633 - if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } @@ -45801,19 +45719,19 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3613[6] { + if yyq3604[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3634 := z.EncBinary() - _ = yym3634 + yym3625 := z.EncBinary() + _ = yym3625 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } } - if yyr3613 || yy2arr3613 { + if yyr3604 || yy2arr3604 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -45826,25 +45744,25 @@ func (x *PodAttachOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3635 := z.DecBinary() - _ = yym3635 + yym3626 := z.DecBinary() + _ = yym3626 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3636 := r.ContainerType() - if yyct3636 == codecSelferValueTypeMap1234 { - yyl3636 := r.ReadMapStart() - if yyl3636 == 0 { + yyct3627 := r.ContainerType() + if yyct3627 == codecSelferValueTypeMap1234 { + yyl3627 := r.ReadMapStart() + if yyl3627 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3636, d) + x.codecDecodeSelfFromMap(yyl3627, d) } - } else if yyct3636 == codecSelferValueTypeArray1234 { - yyl3636 := r.ReadArrayStart() - if yyl3636 == 0 { + } else if yyct3627 == codecSelferValueTypeArray1234 { + yyl3627 := r.ReadArrayStart() + if yyl3627 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3636, d) + x.codecDecodeSelfFromArray(yyl3627, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -45856,12 +45774,12 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3637Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3637Slc - var yyhl3637 bool = l >= 0 - for yyj3637 := 0; ; yyj3637++ { - if yyhl3637 { - if yyj3637 >= l { + var yys3628Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3628Slc + var yyhl3628 bool = l >= 0 + for yyj3628 := 0; ; yyj3628++ { + if yyhl3628 { + if yyj3628 >= l { break } } else { @@ -45870,10 +45788,10 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3637Slc = r.DecodeBytes(yys3637Slc, true, true) - yys3637 := string(yys3637Slc) + yys3628Slc = r.DecodeBytes(yys3628Slc, true, true) + yys3628 := string(yys3628Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3637 { + switch yys3628 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -45917,9 +45835,9 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Container = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3637) - } // end switch yys3637 - } // end for yyj3637 + z.DecStructFieldNotFound(-1, yys3628) + } // end switch yys3628 + } // end for yyj3628 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -45927,16 +45845,16 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3645 int - var yyb3645 bool - var yyhl3645 bool = l >= 0 - yyj3645++ - if yyhl3645 { - yyb3645 = yyj3645 > l + var yyj3636 int + var yyb3636 bool + var yyhl3636 bool = l >= 0 + yyj3636++ + if yyhl3636 { + yyb3636 = yyj3636 > l } else { - yyb3645 = r.CheckBreak() + yyb3636 = r.CheckBreak() } - if yyb3645 { + if yyb3636 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45946,13 +45864,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3645++ - if yyhl3645 { - yyb3645 = yyj3645 > l + yyj3636++ + if yyhl3636 { + yyb3636 = yyj3636 > l } else { - yyb3645 = r.CheckBreak() + yyb3636 = r.CheckBreak() } - if yyb3645 { + if yyb3636 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45962,13 +45880,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3645++ - if yyhl3645 { - yyb3645 = yyj3645 > l + yyj3636++ + if yyhl3636 { + yyb3636 = yyj3636 > l } else { - yyb3645 = r.CheckBreak() + yyb3636 = r.CheckBreak() } - if yyb3645 { + if yyb3636 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45978,13 +45896,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stdin = bool(r.DecodeBool()) } - yyj3645++ - if yyhl3645 { - yyb3645 = yyj3645 > l + yyj3636++ + if yyhl3636 { + yyb3636 = yyj3636 > l } else { - yyb3645 = r.CheckBreak() + yyb3636 = r.CheckBreak() } - if yyb3645 { + if yyb3636 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45994,13 +45912,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stdout = bool(r.DecodeBool()) } - yyj3645++ - if yyhl3645 { - yyb3645 = yyj3645 > l + yyj3636++ + if yyhl3636 { + yyb3636 = yyj3636 > l } else { - yyb3645 = r.CheckBreak() + yyb3636 = r.CheckBreak() } - if yyb3645 { + if yyb3636 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46010,13 +45928,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stderr = bool(r.DecodeBool()) } - yyj3645++ - if yyhl3645 { - yyb3645 = yyj3645 > l + yyj3636++ + if yyhl3636 { + yyb3636 = yyj3636 > l } else { - yyb3645 = r.CheckBreak() + yyb3636 = r.CheckBreak() } - if yyb3645 { + if yyb3636 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46026,13 +45944,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.TTY = bool(r.DecodeBool()) } - yyj3645++ - if yyhl3645 { - yyb3645 = yyj3645 > l + yyj3636++ + if yyhl3636 { + yyb3636 = yyj3636 > l } else { - yyb3645 = r.CheckBreak() + yyb3636 = r.CheckBreak() } - if yyb3645 { + if yyb3636 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46043,17 +45961,17 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Container = string(r.DecodeString()) } for { - yyj3645++ - if yyhl3645 { - yyb3645 = yyj3645 > l + yyj3636++ + if yyhl3636 { + yyb3636 = yyj3636 > l } else { - yyb3645 = r.CheckBreak() + yyb3636 = r.CheckBreak() } - if yyb3645 { + if yyb3636 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3645-1, "") + z.DecStructFieldNotFound(yyj3636-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46065,41 +45983,41 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3653 := z.EncBinary() - _ = yym3653 + yym3644 := z.EncBinary() + _ = yym3644 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3654 := !z.EncBinary() - yy2arr3654 := z.EncBasicHandle().StructToArray - var yyq3654 [8]bool - _, _, _ = yysep3654, yyq3654, yy2arr3654 - const yyr3654 bool = false - yyq3654[0] = x.Kind != "" - yyq3654[1] = x.APIVersion != "" - yyq3654[2] = x.Stdin != false - yyq3654[3] = x.Stdout != false - yyq3654[4] = x.Stderr != false - yyq3654[5] = x.TTY != false - yyq3654[6] = x.Container != "" - var yynn3654 int - if yyr3654 || yy2arr3654 { + yysep3645 := !z.EncBinary() + yy2arr3645 := z.EncBasicHandle().StructToArray + var yyq3645 [8]bool + _, _, _ = yysep3645, yyq3645, yy2arr3645 + const yyr3645 bool = false + yyq3645[0] = x.Kind != "" + yyq3645[1] = x.APIVersion != "" + yyq3645[2] = x.Stdin != false + yyq3645[3] = x.Stdout != false + yyq3645[4] = x.Stderr != false + yyq3645[5] = x.TTY != false + yyq3645[6] = x.Container != "" + var yynn3645 int + if yyr3645 || yy2arr3645 { r.EncodeArrayStart(8) } else { - yynn3654 = 1 - for _, b := range yyq3654 { + yynn3645 = 1 + for _, b := range yyq3645 { if b { - yynn3654++ + yynn3645++ } } - r.EncodeMapStart(yynn3654) - yynn3654 = 0 + r.EncodeMapStart(yynn3645) + yynn3645 = 0 } - if yyr3654 || yy2arr3654 { + if yyr3645 || yy2arr3645 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3654[0] { - yym3656 := z.EncBinary() - _ = yym3656 + if yyq3645[0] { + yym3647 := z.EncBinary() + _ = yym3647 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -46108,149 +46026,149 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3654[0] { + if yyq3645[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3648 := z.EncBinary() + _ = yym3648 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr3645 || yy2arr3645 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3645[1] { + yym3650 := z.EncBinary() + _ = yym3650 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3645[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3651 := z.EncBinary() + _ = yym3651 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3645 || yy2arr3645 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3645[2] { + yym3653 := z.EncBinary() + _ = yym3653 + if false { + } else { + r.EncodeBool(bool(x.Stdin)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq3645[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("stdin")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3654 := z.EncBinary() + _ = yym3654 + if false { + } else { + r.EncodeBool(bool(x.Stdin)) + } + } + } + if yyr3645 || yy2arr3645 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3645[3] { + yym3656 := z.EncBinary() + _ = yym3656 + if false { + } else { + r.EncodeBool(bool(x.Stdout)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq3645[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("stdout")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) yym3657 := z.EncBinary() _ = yym3657 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + r.EncodeBool(bool(x.Stdout)) } } } - if yyr3654 || yy2arr3654 { + if yyr3645 || yy2arr3645 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3654[1] { + if yyq3645[4] { yym3659 := z.EncBinary() _ = yym3659 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + r.EncodeBool(bool(x.Stderr)) } } else { - r.EncodeString(codecSelferC_UTF81234, "") + r.EncodeBool(false) } } else { - if yyq3654[1] { + if yyq3645[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + r.EncodeString(codecSelferC_UTF81234, string("stderr")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym3660 := z.EncBinary() _ = yym3660 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + r.EncodeBool(bool(x.Stderr)) } } } - if yyr3654 || yy2arr3654 { + if yyr3645 || yy2arr3645 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3654[2] { + if yyq3645[5] { yym3662 := z.EncBinary() _ = yym3662 if false { } else { - r.EncodeBool(bool(x.Stdin)) + r.EncodeBool(bool(x.TTY)) } } else { r.EncodeBool(false) } } else { - if yyq3654[2] { + if yyq3645[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stdin")) + r.EncodeString(codecSelferC_UTF81234, string("tty")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym3663 := z.EncBinary() _ = yym3663 if false { } else { - r.EncodeBool(bool(x.Stdin)) + r.EncodeBool(bool(x.TTY)) } } } - if yyr3654 || yy2arr3654 { + if yyr3645 || yy2arr3645 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3654[3] { + if yyq3645[6] { yym3665 := z.EncBinary() _ = yym3665 if false { - } else { - r.EncodeBool(bool(x.Stdout)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq3654[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stdout")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3666 := z.EncBinary() - _ = yym3666 - if false { - } else { - r.EncodeBool(bool(x.Stdout)) - } - } - } - if yyr3654 || yy2arr3654 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3654[4] { - yym3668 := z.EncBinary() - _ = yym3668 - if false { - } else { - r.EncodeBool(bool(x.Stderr)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq3654[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stderr")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3669 := z.EncBinary() - _ = yym3669 - if false { - } else { - r.EncodeBool(bool(x.Stderr)) - } - } - } - if yyr3654 || yy2arr3654 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3654[5] { - yym3671 := z.EncBinary() - _ = yym3671 - if false { - } else { - r.EncodeBool(bool(x.TTY)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq3654[5] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("tty")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3672 := z.EncBinary() - _ = yym3672 - if false { - } else { - r.EncodeBool(bool(x.TTY)) - } - } - } - if yyr3654 || yy2arr3654 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3654[6] { - yym3674 := z.EncBinary() - _ = yym3674 - if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } @@ -46258,25 +46176,25 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3654[6] { + if yyq3645[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3675 := z.EncBinary() - _ = yym3675 + yym3666 := z.EncBinary() + _ = yym3666 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } } - if yyr3654 || yy2arr3654 { + if yyr3645 || yy2arr3645 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Command == nil { r.EncodeNil() } else { - yym3677 := z.EncBinary() - _ = yym3677 + yym3668 := z.EncBinary() + _ = yym3668 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -46289,15 +46207,15 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.Command == nil { r.EncodeNil() } else { - yym3678 := z.EncBinary() - _ = yym3678 + yym3669 := z.EncBinary() + _ = yym3669 if false { } else { z.F.EncSliceStringV(x.Command, false, e) } } } - if yyr3654 || yy2arr3654 { + if yyr3645 || yy2arr3645 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46310,25 +46228,25 @@ func (x *PodExecOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3679 := z.DecBinary() - _ = yym3679 + yym3670 := z.DecBinary() + _ = yym3670 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3680 := r.ContainerType() - if yyct3680 == codecSelferValueTypeMap1234 { - yyl3680 := r.ReadMapStart() - if yyl3680 == 0 { + yyct3671 := r.ContainerType() + if yyct3671 == codecSelferValueTypeMap1234 { + yyl3671 := r.ReadMapStart() + if yyl3671 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3680, d) + x.codecDecodeSelfFromMap(yyl3671, d) } - } else if yyct3680 == codecSelferValueTypeArray1234 { - yyl3680 := r.ReadArrayStart() - if yyl3680 == 0 { + } else if yyct3671 == codecSelferValueTypeArray1234 { + yyl3671 := r.ReadArrayStart() + if yyl3671 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3680, d) + x.codecDecodeSelfFromArray(yyl3671, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46340,12 +46258,12 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3681Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3681Slc - var yyhl3681 bool = l >= 0 - for yyj3681 := 0; ; yyj3681++ { - if yyhl3681 { - if yyj3681 >= l { + var yys3672Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3672Slc + var yyhl3672 bool = l >= 0 + for yyj3672 := 0; ; yyj3672++ { + if yyhl3672 { + if yyj3672 >= l { break } } else { @@ -46354,10 +46272,10 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3681Slc = r.DecodeBytes(yys3681Slc, true, true) - yys3681 := string(yys3681Slc) + yys3672Slc = r.DecodeBytes(yys3672Slc, true, true) + yys3672 := string(yys3672Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3681 { + switch yys3672 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -46404,18 +46322,18 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv3689 := &x.Command - yym3690 := z.DecBinary() - _ = yym3690 + yyv3680 := &x.Command + yym3681 := z.DecBinary() + _ = yym3681 if false { } else { - z.F.DecSliceStringX(yyv3689, false, d) + z.F.DecSliceStringX(yyv3680, false, d) } } default: - z.DecStructFieldNotFound(-1, yys3681) - } // end switch yys3681 - } // end for yyj3681 + z.DecStructFieldNotFound(-1, yys3672) + } // end switch yys3672 + } // end for yyj3672 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -46423,16 +46341,16 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3691 int - var yyb3691 bool - var yyhl3691 bool = l >= 0 - yyj3691++ - if yyhl3691 { - yyb3691 = yyj3691 > l + var yyj3682 int + var yyb3682 bool + var yyhl3682 bool = l >= 0 + yyj3682++ + if yyhl3682 { + yyb3682 = yyj3682 > l } else { - yyb3691 = r.CheckBreak() + yyb3682 = r.CheckBreak() } - if yyb3691 { + if yyb3682 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46442,13 +46360,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3691++ - if yyhl3691 { - yyb3691 = yyj3691 > l + yyj3682++ + if yyhl3682 { + yyb3682 = yyj3682 > l } else { - yyb3691 = r.CheckBreak() + yyb3682 = r.CheckBreak() } - if yyb3691 { + if yyb3682 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46458,13 +46376,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3691++ - if yyhl3691 { - yyb3691 = yyj3691 > l + yyj3682++ + if yyhl3682 { + yyb3682 = yyj3682 > l } else { - yyb3691 = r.CheckBreak() + yyb3682 = r.CheckBreak() } - if yyb3691 { + if yyb3682 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46474,13 +46392,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdin = bool(r.DecodeBool()) } - yyj3691++ - if yyhl3691 { - yyb3691 = yyj3691 > l + yyj3682++ + if yyhl3682 { + yyb3682 = yyj3682 > l } else { - yyb3691 = r.CheckBreak() + yyb3682 = r.CheckBreak() } - if yyb3691 { + if yyb3682 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46490,13 +46408,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdout = bool(r.DecodeBool()) } - yyj3691++ - if yyhl3691 { - yyb3691 = yyj3691 > l + yyj3682++ + if yyhl3682 { + yyb3682 = yyj3682 > l } else { - yyb3691 = r.CheckBreak() + yyb3682 = r.CheckBreak() } - if yyb3691 { + if yyb3682 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46506,13 +46424,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stderr = bool(r.DecodeBool()) } - yyj3691++ - if yyhl3691 { - yyb3691 = yyj3691 > l + yyj3682++ + if yyhl3682 { + yyb3682 = yyj3682 > l } else { - yyb3691 = r.CheckBreak() + yyb3682 = r.CheckBreak() } - if yyb3691 { + if yyb3682 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46522,13 +46440,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.TTY = bool(r.DecodeBool()) } - yyj3691++ - if yyhl3691 { - yyb3691 = yyj3691 > l + yyj3682++ + if yyhl3682 { + yyb3682 = yyj3682 > l } else { - yyb3691 = r.CheckBreak() + yyb3682 = r.CheckBreak() } - if yyb3691 { + if yyb3682 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46538,13 +46456,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Container = string(r.DecodeString()) } - yyj3691++ - if yyhl3691 { - yyb3691 = yyj3691 > l + yyj3682++ + if yyhl3682 { + yyb3682 = yyj3682 > l } else { - yyb3691 = r.CheckBreak() + yyb3682 = r.CheckBreak() } - if yyb3691 { + if yyb3682 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46552,26 +46470,26 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv3699 := &x.Command - yym3700 := z.DecBinary() - _ = yym3700 + yyv3690 := &x.Command + yym3691 := z.DecBinary() + _ = yym3691 if false { } else { - z.F.DecSliceStringX(yyv3699, false, d) + z.F.DecSliceStringX(yyv3690, false, d) } } for { - yyj3691++ - if yyhl3691 { - yyb3691 = yyj3691 > l + yyj3682++ + if yyhl3682 { + yyb3682 = yyj3682 > l } else { - yyb3691 = r.CheckBreak() + yyb3682 = r.CheckBreak() } - if yyb3691 { + if yyb3682 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3691-1, "") + z.DecStructFieldNotFound(yyj3682-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46583,37 +46501,37 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3701 := z.EncBinary() - _ = yym3701 + yym3692 := z.EncBinary() + _ = yym3692 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3702 := !z.EncBinary() - yy2arr3702 := z.EncBasicHandle().StructToArray - var yyq3702 [3]bool - _, _, _ = yysep3702, yyq3702, yy2arr3702 - const yyr3702 bool = false - yyq3702[0] = x.Kind != "" - yyq3702[1] = x.APIVersion != "" - yyq3702[2] = x.Path != "" - var yynn3702 int - if yyr3702 || yy2arr3702 { + yysep3693 := !z.EncBinary() + yy2arr3693 := z.EncBasicHandle().StructToArray + var yyq3693 [3]bool + _, _, _ = yysep3693, yyq3693, yy2arr3693 + const yyr3693 bool = false + yyq3693[0] = x.Kind != "" + yyq3693[1] = x.APIVersion != "" + yyq3693[2] = x.Path != "" + var yynn3693 int + if yyr3693 || yy2arr3693 { r.EncodeArrayStart(3) } else { - yynn3702 = 0 - for _, b := range yyq3702 { + yynn3693 = 0 + for _, b := range yyq3693 { if b { - yynn3702++ + yynn3693++ } } - r.EncodeMapStart(yynn3702) - yynn3702 = 0 + r.EncodeMapStart(yynn3693) + yynn3693 = 0 } - if yyr3702 || yy2arr3702 { + if yyr3693 || yy2arr3693 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3702[0] { - yym3704 := z.EncBinary() - _ = yym3704 + if yyq3693[0] { + yym3695 := z.EncBinary() + _ = yym3695 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -46622,23 +46540,23 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3702[0] { + if yyq3693[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3705 := z.EncBinary() - _ = yym3705 + yym3696 := z.EncBinary() + _ = yym3696 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3702 || yy2arr3702 { + if yyr3693 || yy2arr3693 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3702[1] { - yym3707 := z.EncBinary() - _ = yym3707 + if yyq3693[1] { + yym3698 := z.EncBinary() + _ = yym3698 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -46647,23 +46565,23 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3702[1] { + if yyq3693[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3708 := z.EncBinary() - _ = yym3708 + yym3699 := z.EncBinary() + _ = yym3699 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3702 || yy2arr3702 { + if yyr3693 || yy2arr3693 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3702[2] { - yym3710 := z.EncBinary() - _ = yym3710 + if yyq3693[2] { + yym3701 := z.EncBinary() + _ = yym3701 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -46672,19 +46590,19 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3702[2] { + if yyq3693[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3711 := z.EncBinary() - _ = yym3711 + yym3702 := z.EncBinary() + _ = yym3702 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } } - if yyr3702 || yy2arr3702 { + if yyr3693 || yy2arr3693 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46697,25 +46615,25 @@ func (x *PodProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3712 := z.DecBinary() - _ = yym3712 + yym3703 := z.DecBinary() + _ = yym3703 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3713 := r.ContainerType() - if yyct3713 == codecSelferValueTypeMap1234 { - yyl3713 := r.ReadMapStart() - if yyl3713 == 0 { + yyct3704 := r.ContainerType() + if yyct3704 == codecSelferValueTypeMap1234 { + yyl3704 := r.ReadMapStart() + if yyl3704 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3713, d) + x.codecDecodeSelfFromMap(yyl3704, d) } - } else if yyct3713 == codecSelferValueTypeArray1234 { - yyl3713 := r.ReadArrayStart() - if yyl3713 == 0 { + } else if yyct3704 == codecSelferValueTypeArray1234 { + yyl3704 := r.ReadArrayStart() + if yyl3704 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3713, d) + x.codecDecodeSelfFromArray(yyl3704, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46727,12 +46645,12 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3714Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3714Slc - var yyhl3714 bool = l >= 0 - for yyj3714 := 0; ; yyj3714++ { - if yyhl3714 { - if yyj3714 >= l { + var yys3705Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3705Slc + var yyhl3705 bool = l >= 0 + for yyj3705 := 0; ; yyj3705++ { + if yyhl3705 { + if yyj3705 >= l { break } } else { @@ -46741,10 +46659,10 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3714Slc = r.DecodeBytes(yys3714Slc, true, true) - yys3714 := string(yys3714Slc) + yys3705Slc = r.DecodeBytes(yys3705Slc, true, true) + yys3705 := string(yys3705Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3714 { + switch yys3705 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -46764,9 +46682,9 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3714) - } // end switch yys3714 - } // end for yyj3714 + z.DecStructFieldNotFound(-1, yys3705) + } // end switch yys3705 + } // end for yyj3705 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -46774,16 +46692,16 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3718 int - var yyb3718 bool - var yyhl3718 bool = l >= 0 - yyj3718++ - if yyhl3718 { - yyb3718 = yyj3718 > l + var yyj3709 int + var yyb3709 bool + var yyhl3709 bool = l >= 0 + yyj3709++ + if yyhl3709 { + yyb3709 = yyj3709 > l } else { - yyb3718 = r.CheckBreak() + yyb3709 = r.CheckBreak() } - if yyb3718 { + if yyb3709 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46793,13 +46711,13 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3718++ - if yyhl3718 { - yyb3718 = yyj3718 > l + yyj3709++ + if yyhl3709 { + yyb3709 = yyj3709 > l } else { - yyb3718 = r.CheckBreak() + yyb3709 = r.CheckBreak() } - if yyb3718 { + if yyb3709 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46809,13 +46727,13 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3718++ - if yyhl3718 { - yyb3718 = yyj3718 > l + yyj3709++ + if yyhl3709 { + yyb3709 = yyj3709 > l } else { - yyb3718 = r.CheckBreak() + yyb3709 = r.CheckBreak() } - if yyb3718 { + if yyb3709 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46826,17 +46744,17 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Path = string(r.DecodeString()) } for { - yyj3718++ - if yyhl3718 { - yyb3718 = yyj3718 > l + yyj3709++ + if yyhl3709 { + yyb3709 = yyj3709 > l } else { - yyb3718 = r.CheckBreak() + yyb3709 = r.CheckBreak() } - if yyb3718 { + if yyb3709 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3718-1, "") + z.DecStructFieldNotFound(yyj3709-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46848,37 +46766,37 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3722 := z.EncBinary() - _ = yym3722 + yym3713 := z.EncBinary() + _ = yym3713 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3723 := !z.EncBinary() - yy2arr3723 := z.EncBasicHandle().StructToArray - var yyq3723 [3]bool - _, _, _ = yysep3723, yyq3723, yy2arr3723 - const yyr3723 bool = false - yyq3723[0] = x.Kind != "" - yyq3723[1] = x.APIVersion != "" - yyq3723[2] = x.Path != "" - var yynn3723 int - if yyr3723 || yy2arr3723 { + yysep3714 := !z.EncBinary() + yy2arr3714 := z.EncBasicHandle().StructToArray + var yyq3714 [3]bool + _, _, _ = yysep3714, yyq3714, yy2arr3714 + const yyr3714 bool = false + yyq3714[0] = x.Kind != "" + yyq3714[1] = x.APIVersion != "" + yyq3714[2] = x.Path != "" + var yynn3714 int + if yyr3714 || yy2arr3714 { r.EncodeArrayStart(3) } else { - yynn3723 = 0 - for _, b := range yyq3723 { + yynn3714 = 0 + for _, b := range yyq3714 { if b { - yynn3723++ + yynn3714++ } } - r.EncodeMapStart(yynn3723) - yynn3723 = 0 + r.EncodeMapStart(yynn3714) + yynn3714 = 0 } - if yyr3723 || yy2arr3723 { + if yyr3714 || yy2arr3714 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3723[0] { - yym3725 := z.EncBinary() - _ = yym3725 + if yyq3714[0] { + yym3716 := z.EncBinary() + _ = yym3716 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -46887,23 +46805,23 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3723[0] { + if yyq3714[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3726 := z.EncBinary() - _ = yym3726 + yym3717 := z.EncBinary() + _ = yym3717 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3723 || yy2arr3723 { + if yyr3714 || yy2arr3714 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3723[1] { - yym3728 := z.EncBinary() - _ = yym3728 + if yyq3714[1] { + yym3719 := z.EncBinary() + _ = yym3719 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -46912,23 +46830,23 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3723[1] { + if yyq3714[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3729 := z.EncBinary() - _ = yym3729 + yym3720 := z.EncBinary() + _ = yym3720 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3723 || yy2arr3723 { + if yyr3714 || yy2arr3714 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3723[2] { - yym3731 := z.EncBinary() - _ = yym3731 + if yyq3714[2] { + yym3722 := z.EncBinary() + _ = yym3722 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -46937,19 +46855,19 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3723[2] { + if yyq3714[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3732 := z.EncBinary() - _ = yym3732 + yym3723 := z.EncBinary() + _ = yym3723 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } } - if yyr3723 || yy2arr3723 { + if yyr3714 || yy2arr3714 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46962,25 +46880,25 @@ func (x *NodeProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3733 := z.DecBinary() - _ = yym3733 + yym3724 := z.DecBinary() + _ = yym3724 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3734 := r.ContainerType() - if yyct3734 == codecSelferValueTypeMap1234 { - yyl3734 := r.ReadMapStart() - if yyl3734 == 0 { + yyct3725 := r.ContainerType() + if yyct3725 == codecSelferValueTypeMap1234 { + yyl3725 := r.ReadMapStart() + if yyl3725 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3734, d) + x.codecDecodeSelfFromMap(yyl3725, d) } - } else if yyct3734 == codecSelferValueTypeArray1234 { - yyl3734 := r.ReadArrayStart() - if yyl3734 == 0 { + } else if yyct3725 == codecSelferValueTypeArray1234 { + yyl3725 := r.ReadArrayStart() + if yyl3725 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3734, d) + x.codecDecodeSelfFromArray(yyl3725, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46992,12 +46910,12 @@ func (x *NodeProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3735Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3735Slc - var yyhl3735 bool = l >= 0 - for yyj3735 := 0; ; yyj3735++ { - if yyhl3735 { - if yyj3735 >= l { + var yys3726Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3726Slc + var yyhl3726 bool = l >= 0 + for yyj3726 := 0; ; yyj3726++ { + if yyhl3726 { + if yyj3726 >= l { break } } else { @@ -47006,10 +46924,10 @@ func (x *NodeProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3735Slc = r.DecodeBytes(yys3735Slc, true, true) - yys3735 := string(yys3735Slc) + yys3726Slc = r.DecodeBytes(yys3726Slc, true, true) + yys3726 := string(yys3726Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3735 { + switch yys3726 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -47029,9 +46947,9 @@ func (x *NodeProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3735) - } // end switch yys3735 - } // end for yyj3735 + z.DecStructFieldNotFound(-1, yys3726) + } // end switch yys3726 + } // end for yyj3726 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -47039,16 +46957,16 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3739 int - var yyb3739 bool - var yyhl3739 bool = l >= 0 - yyj3739++ - if yyhl3739 { - yyb3739 = yyj3739 > l + var yyj3730 int + var yyb3730 bool + var yyhl3730 bool = l >= 0 + yyj3730++ + if yyhl3730 { + yyb3730 = yyj3730 > l } else { - yyb3739 = r.CheckBreak() + yyb3730 = r.CheckBreak() } - if yyb3739 { + if yyb3730 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47058,13 +46976,13 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3739++ - if yyhl3739 { - yyb3739 = yyj3739 > l + yyj3730++ + if yyhl3730 { + yyb3730 = yyj3730 > l } else { - yyb3739 = r.CheckBreak() + yyb3730 = r.CheckBreak() } - if yyb3739 { + if yyb3730 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47074,13 +46992,13 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3739++ - if yyhl3739 { - yyb3739 = yyj3739 > l + yyj3730++ + if yyhl3730 { + yyb3730 = yyj3730 > l } else { - yyb3739 = r.CheckBreak() + yyb3730 = r.CheckBreak() } - if yyb3739 { + if yyb3730 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47091,17 +47009,17 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Path = string(r.DecodeString()) } for { - yyj3739++ - if yyhl3739 { - yyb3739 = yyj3739 > l + yyj3730++ + if yyhl3730 { + yyb3730 = yyj3730 > l } else { - yyb3739 = r.CheckBreak() + yyb3730 = r.CheckBreak() } - if yyb3739 { + if yyb3730 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3739-1, "") + z.DecStructFieldNotFound(yyj3730-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47113,37 +47031,37 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3743 := z.EncBinary() - _ = yym3743 + yym3734 := z.EncBinary() + _ = yym3734 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3744 := !z.EncBinary() - yy2arr3744 := z.EncBasicHandle().StructToArray - var yyq3744 [3]bool - _, _, _ = yysep3744, yyq3744, yy2arr3744 - const yyr3744 bool = false - yyq3744[0] = x.Kind != "" - yyq3744[1] = x.APIVersion != "" - yyq3744[2] = x.Path != "" - var yynn3744 int - if yyr3744 || yy2arr3744 { + yysep3735 := !z.EncBinary() + yy2arr3735 := z.EncBasicHandle().StructToArray + var yyq3735 [3]bool + _, _, _ = yysep3735, yyq3735, yy2arr3735 + const yyr3735 bool = false + yyq3735[0] = x.Kind != "" + yyq3735[1] = x.APIVersion != "" + yyq3735[2] = x.Path != "" + var yynn3735 int + if yyr3735 || yy2arr3735 { r.EncodeArrayStart(3) } else { - yynn3744 = 0 - for _, b := range yyq3744 { + yynn3735 = 0 + for _, b := range yyq3735 { if b { - yynn3744++ + yynn3735++ } } - r.EncodeMapStart(yynn3744) - yynn3744 = 0 + r.EncodeMapStart(yynn3735) + yynn3735 = 0 } - if yyr3744 || yy2arr3744 { + if yyr3735 || yy2arr3735 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3744[0] { - yym3746 := z.EncBinary() - _ = yym3746 + if yyq3735[0] { + yym3737 := z.EncBinary() + _ = yym3737 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -47152,23 +47070,23 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3744[0] { + if yyq3735[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3747 := z.EncBinary() - _ = yym3747 + yym3738 := z.EncBinary() + _ = yym3738 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3744 || yy2arr3744 { + if yyr3735 || yy2arr3735 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3744[1] { - yym3749 := z.EncBinary() - _ = yym3749 + if yyq3735[1] { + yym3740 := z.EncBinary() + _ = yym3740 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -47177,23 +47095,23 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3744[1] { + if yyq3735[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3750 := z.EncBinary() - _ = yym3750 + yym3741 := z.EncBinary() + _ = yym3741 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3744 || yy2arr3744 { + if yyr3735 || yy2arr3735 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3744[2] { - yym3752 := z.EncBinary() - _ = yym3752 + if yyq3735[2] { + yym3743 := z.EncBinary() + _ = yym3743 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -47202,19 +47120,19 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3744[2] { + if yyq3735[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3753 := z.EncBinary() - _ = yym3753 + yym3744 := z.EncBinary() + _ = yym3744 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } } - if yyr3744 || yy2arr3744 { + if yyr3735 || yy2arr3735 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47227,25 +47145,25 @@ func (x *ServiceProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3754 := z.DecBinary() - _ = yym3754 + yym3745 := z.DecBinary() + _ = yym3745 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3755 := r.ContainerType() - if yyct3755 == codecSelferValueTypeMap1234 { - yyl3755 := r.ReadMapStart() - if yyl3755 == 0 { + yyct3746 := r.ContainerType() + if yyct3746 == codecSelferValueTypeMap1234 { + yyl3746 := r.ReadMapStart() + if yyl3746 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3755, d) + x.codecDecodeSelfFromMap(yyl3746, d) } - } else if yyct3755 == codecSelferValueTypeArray1234 { - yyl3755 := r.ReadArrayStart() - if yyl3755 == 0 { + } else if yyct3746 == codecSelferValueTypeArray1234 { + yyl3746 := r.ReadArrayStart() + if yyl3746 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3755, d) + x.codecDecodeSelfFromArray(yyl3746, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -47257,12 +47175,12 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3756Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3756Slc - var yyhl3756 bool = l >= 0 - for yyj3756 := 0; ; yyj3756++ { - if yyhl3756 { - if yyj3756 >= l { + var yys3747Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3747Slc + var yyhl3747 bool = l >= 0 + for yyj3747 := 0; ; yyj3747++ { + if yyhl3747 { + if yyj3747 >= l { break } } else { @@ -47271,10 +47189,10 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3756Slc = r.DecodeBytes(yys3756Slc, true, true) - yys3756 := string(yys3756Slc) + yys3747Slc = r.DecodeBytes(yys3747Slc, true, true) + yys3747 := string(yys3747Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3756 { + switch yys3747 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -47294,9 +47212,9 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3756) - } // end switch yys3756 - } // end for yyj3756 + z.DecStructFieldNotFound(-1, yys3747) + } // end switch yys3747 + } // end for yyj3747 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -47304,16 +47222,16 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3760 int - var yyb3760 bool - var yyhl3760 bool = l >= 0 - yyj3760++ - if yyhl3760 { - yyb3760 = yyj3760 > l + var yyj3751 int + var yyb3751 bool + var yyhl3751 bool = l >= 0 + yyj3751++ + if yyhl3751 { + yyb3751 = yyj3751 > l } else { - yyb3760 = r.CheckBreak() + yyb3751 = r.CheckBreak() } - if yyb3760 { + if yyb3751 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47323,13 +47241,13 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj3760++ - if yyhl3760 { - yyb3760 = yyj3760 > l + yyj3751++ + if yyhl3751 { + yyb3751 = yyj3751 > l } else { - yyb3760 = r.CheckBreak() + yyb3751 = r.CheckBreak() } - if yyb3760 { + if yyb3751 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47339,13 +47257,13 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj3760++ - if yyhl3760 { - yyb3760 = yyj3760 > l + yyj3751++ + if yyhl3751 { + yyb3751 = yyj3751 > l } else { - yyb3760 = r.CheckBreak() + yyb3751 = r.CheckBreak() } - if yyb3760 { + if yyb3751 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47356,17 +47274,17 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.Path = string(r.DecodeString()) } for { - yyj3760++ - if yyhl3760 { - yyb3760 = yyj3760 > l + yyj3751++ + if yyhl3751 { + yyb3751 = yyj3751 > l } else { - yyb3760 = r.CheckBreak() + yyb3751 = r.CheckBreak() } - if yyb3760 { + if yyb3751 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3760-1, "") + z.DecStructFieldNotFound(yyj3751-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47378,34 +47296,34 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3764 := z.EncBinary() - _ = yym3764 + yym3755 := z.EncBinary() + _ = yym3755 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3765 := !z.EncBinary() - yy2arr3765 := z.EncBasicHandle().StructToArray - var yyq3765 [5]bool - _, _, _ = yysep3765, yyq3765, yy2arr3765 - const yyr3765 bool = false - yyq3765[4] = x.Controller != nil - var yynn3765 int - if yyr3765 || yy2arr3765 { + yysep3756 := !z.EncBinary() + yy2arr3756 := z.EncBasicHandle().StructToArray + var yyq3756 [5]bool + _, _, _ = yysep3756, yyq3756, yy2arr3756 + const yyr3756 bool = false + yyq3756[4] = x.Controller != nil + var yynn3756 int + if yyr3756 || yy2arr3756 { r.EncodeArrayStart(5) } else { - yynn3765 = 4 - for _, b := range yyq3765 { + yynn3756 = 4 + for _, b := range yyq3756 { if b { - yynn3765++ + yynn3756++ } } - r.EncodeMapStart(yynn3765) - yynn3765 = 0 + r.EncodeMapStart(yynn3756) + yynn3756 = 0 } - if yyr3765 || yy2arr3765 { + if yyr3756 || yy2arr3756 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3767 := z.EncBinary() - _ = yym3767 + yym3758 := z.EncBinary() + _ = yym3758 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -47414,17 +47332,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3768 := z.EncBinary() - _ = yym3768 + yym3759 := z.EncBinary() + _ = yym3759 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } - if yyr3765 || yy2arr3765 { + if yyr3756 || yy2arr3756 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3770 := z.EncBinary() - _ = yym3770 + yym3761 := z.EncBinary() + _ = yym3761 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -47433,17 +47351,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3771 := z.EncBinary() - _ = yym3771 + yym3762 := z.EncBinary() + _ = yym3762 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } - if yyr3765 || yy2arr3765 { + if yyr3756 || yy2arr3756 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3773 := z.EncBinary() - _ = yym3773 + yym3764 := z.EncBinary() + _ = yym3764 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -47452,17 +47370,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3774 := z.EncBinary() - _ = yym3774 + yym3765 := z.EncBinary() + _ = yym3765 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr3765 || yy2arr3765 { + if yyr3756 || yy2arr3756 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3776 := z.EncBinary() - _ = yym3776 + yym3767 := z.EncBinary() + _ = yym3767 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { @@ -47472,50 +47390,50 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("uid")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3777 := z.EncBinary() - _ = yym3777 + yym3768 := z.EncBinary() + _ = yym3768 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { r.EncodeString(codecSelferC_UTF81234, string(x.UID)) } } - if yyr3765 || yy2arr3765 { + if yyr3756 || yy2arr3756 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3765[4] { + if yyq3756[4] { if x.Controller == nil { r.EncodeNil() } else { - yy3779 := *x.Controller - yym3780 := z.EncBinary() - _ = yym3780 + yy3770 := *x.Controller + yym3771 := z.EncBinary() + _ = yym3771 if false { } else { - r.EncodeBool(bool(yy3779)) + r.EncodeBool(bool(yy3770)) } } } else { r.EncodeNil() } } else { - if yyq3765[4] { + if yyq3756[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("controller")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Controller == nil { r.EncodeNil() } else { - yy3781 := *x.Controller - yym3782 := z.EncBinary() - _ = yym3782 + yy3772 := *x.Controller + yym3773 := z.EncBinary() + _ = yym3773 if false { } else { - r.EncodeBool(bool(yy3781)) + r.EncodeBool(bool(yy3772)) } } } } - if yyr3765 || yy2arr3765 { + if yyr3756 || yy2arr3756 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47528,25 +47446,25 @@ func (x *OwnerReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3783 := z.DecBinary() - _ = yym3783 + yym3774 := z.DecBinary() + _ = yym3774 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3784 := r.ContainerType() - if yyct3784 == codecSelferValueTypeMap1234 { - yyl3784 := r.ReadMapStart() - if yyl3784 == 0 { + yyct3775 := r.ContainerType() + if yyct3775 == codecSelferValueTypeMap1234 { + yyl3775 := r.ReadMapStart() + if yyl3775 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3784, d) + x.codecDecodeSelfFromMap(yyl3775, d) } - } else if yyct3784 == codecSelferValueTypeArray1234 { - yyl3784 := r.ReadArrayStart() - if yyl3784 == 0 { + } else if yyct3775 == codecSelferValueTypeArray1234 { + yyl3775 := r.ReadArrayStart() + if yyl3775 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3784, d) + x.codecDecodeSelfFromArray(yyl3775, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -47558,12 +47476,12 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3785Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3785Slc - var yyhl3785 bool = l >= 0 - for yyj3785 := 0; ; yyj3785++ { - if yyhl3785 { - if yyj3785 >= l { + var yys3776Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3776Slc + var yyhl3776 bool = l >= 0 + for yyj3776 := 0; ; yyj3776++ { + if yyhl3776 { + if yyj3776 >= l { break } } else { @@ -47572,10 +47490,10 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3785Slc = r.DecodeBytes(yys3785Slc, true, true) - yys3785 := string(yys3785Slc) + yys3776Slc = r.DecodeBytes(yys3776Slc, true, true) + yys3776 := string(yys3776Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3785 { + switch yys3776 { case "apiVersion": if r.TryDecodeAsNil() { x.APIVersion = "" @@ -47609,17 +47527,17 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Controller == nil { x.Controller = new(bool) } - yym3791 := z.DecBinary() - _ = yym3791 + yym3782 := z.DecBinary() + _ = yym3782 if false { } else { *((*bool)(x.Controller)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys3785) - } // end switch yys3785 - } // end for yyj3785 + z.DecStructFieldNotFound(-1, yys3776) + } // end switch yys3776 + } // end for yyj3776 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -47627,16 +47545,16 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3792 int - var yyb3792 bool - var yyhl3792 bool = l >= 0 - yyj3792++ - if yyhl3792 { - yyb3792 = yyj3792 > l + var yyj3783 int + var yyb3783 bool + var yyhl3783 bool = l >= 0 + yyj3783++ + if yyhl3783 { + yyb3783 = yyj3783 > l } else { - yyb3792 = r.CheckBreak() + yyb3783 = r.CheckBreak() } - if yyb3792 { + if yyb3783 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47646,13 +47564,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3792++ - if yyhl3792 { - yyb3792 = yyj3792 > l + yyj3783++ + if yyhl3783 { + yyb3783 = yyj3783 > l } else { - yyb3792 = r.CheckBreak() + yyb3783 = r.CheckBreak() } - if yyb3792 { + if yyb3783 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47662,13 +47580,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3792++ - if yyhl3792 { - yyb3792 = yyj3792 > l + yyj3783++ + if yyhl3783 { + yyb3783 = yyj3783 > l } else { - yyb3792 = r.CheckBreak() + yyb3783 = r.CheckBreak() } - if yyb3792 { + if yyb3783 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47678,13 +47596,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj3792++ - if yyhl3792 { - yyb3792 = yyj3792 > l + yyj3783++ + if yyhl3783 { + yyb3783 = yyj3783 > l } else { - yyb3792 = r.CheckBreak() + yyb3783 = r.CheckBreak() } - if yyb3792 { + if yyb3783 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47694,13 +47612,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.UID = pkg1_types.UID(r.DecodeString()) } - yyj3792++ - if yyhl3792 { - yyb3792 = yyj3792 > l + yyj3783++ + if yyhl3783 { + yyb3783 = yyj3783 > l } else { - yyb3792 = r.CheckBreak() + yyb3783 = r.CheckBreak() } - if yyb3792 { + if yyb3783 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47713,25 +47631,25 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Controller == nil { x.Controller = new(bool) } - yym3798 := z.DecBinary() - _ = yym3798 + yym3789 := z.DecBinary() + _ = yym3789 if false { } else { *((*bool)(x.Controller)) = r.DecodeBool() } } for { - yyj3792++ - if yyhl3792 { - yyb3792 = yyj3792 > l + yyj3783++ + if yyhl3783 { + yyb3783 = yyj3783 > l } else { - yyb3792 = r.CheckBreak() + yyb3783 = r.CheckBreak() } - if yyb3792 { + if yyb3783 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3792-1, "") + z.DecStructFieldNotFound(yyj3783-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47743,41 +47661,41 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3799 := z.EncBinary() - _ = yym3799 + yym3790 := z.EncBinary() + _ = yym3790 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3800 := !z.EncBinary() - yy2arr3800 := z.EncBasicHandle().StructToArray - var yyq3800 [7]bool - _, _, _ = yysep3800, yyq3800, yy2arr3800 - const yyr3800 bool = false - yyq3800[0] = x.Kind != "" - yyq3800[1] = x.Namespace != "" - yyq3800[2] = x.Name != "" - yyq3800[3] = x.UID != "" - yyq3800[4] = x.APIVersion != "" - yyq3800[5] = x.ResourceVersion != "" - yyq3800[6] = x.FieldPath != "" - var yynn3800 int - if yyr3800 || yy2arr3800 { + yysep3791 := !z.EncBinary() + yy2arr3791 := z.EncBasicHandle().StructToArray + var yyq3791 [7]bool + _, _, _ = yysep3791, yyq3791, yy2arr3791 + const yyr3791 bool = false + yyq3791[0] = x.Kind != "" + yyq3791[1] = x.Namespace != "" + yyq3791[2] = x.Name != "" + yyq3791[3] = x.UID != "" + yyq3791[4] = x.APIVersion != "" + yyq3791[5] = x.ResourceVersion != "" + yyq3791[6] = x.FieldPath != "" + var yynn3791 int + if yyr3791 || yy2arr3791 { r.EncodeArrayStart(7) } else { - yynn3800 = 0 - for _, b := range yyq3800 { + yynn3791 = 0 + for _, b := range yyq3791 { if b { - yynn3800++ + yynn3791++ } } - r.EncodeMapStart(yynn3800) - yynn3800 = 0 + r.EncodeMapStart(yynn3791) + yynn3791 = 0 } - if yyr3800 || yy2arr3800 { + if yyr3791 || yy2arr3791 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3800[0] { - yym3802 := z.EncBinary() - _ = yym3802 + if yyq3791[0] { + yym3793 := z.EncBinary() + _ = yym3793 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -47786,23 +47704,23 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3800[0] { + if yyq3791[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3803 := z.EncBinary() - _ = yym3803 + yym3794 := z.EncBinary() + _ = yym3794 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3800 || yy2arr3800 { + if yyr3791 || yy2arr3791 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3800[1] { - yym3805 := z.EncBinary() - _ = yym3805 + if yyq3791[1] { + yym3796 := z.EncBinary() + _ = yym3796 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) @@ -47811,146 +47729,146 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3800[1] { + if yyq3791[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("namespace")) z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3797 := z.EncBinary() + _ = yym3797 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) + } + } + } + if yyr3791 || yy2arr3791 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3791[2] { + yym3799 := z.EncBinary() + _ = yym3799 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Name)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3791[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("name")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3800 := z.EncBinary() + _ = yym3800 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Name)) + } + } + } + if yyr3791 || yy2arr3791 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3791[3] { + yym3802 := z.EncBinary() + _ = yym3802 + if false { + } else if z.HasExtensions() && z.EncExt(x.UID) { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.UID)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3791[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("uid")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3803 := z.EncBinary() + _ = yym3803 + if false { + } else if z.HasExtensions() && z.EncExt(x.UID) { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.UID)) + } + } + } + if yyr3791 || yy2arr3791 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3791[4] { + yym3805 := z.EncBinary() + _ = yym3805 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3791[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) yym3806 := z.EncBinary() _ = yym3806 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3800 || yy2arr3800 { + if yyr3791 || yy2arr3791 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3800[2] { + if yyq3791[5] { yym3808 := z.EncBinary() _ = yym3808 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Name)) + r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3800[2] { + if yyq3791[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("name")) + r.EncodeString(codecSelferC_UTF81234, string("resourceVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym3809 := z.EncBinary() _ = yym3809 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Name)) + r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) } } } - if yyr3800 || yy2arr3800 { + if yyr3791 || yy2arr3791 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3800[3] { + if yyq3791[6] { yym3811 := z.EncBinary() _ = yym3811 if false { - } else if z.HasExtensions() && z.EncExt(x.UID) { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.UID)) + r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3800[3] { + if yyq3791[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("uid")) + r.EncodeString(codecSelferC_UTF81234, string("fieldPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) yym3812 := z.EncBinary() _ = yym3812 if false { - } else if z.HasExtensions() && z.EncExt(x.UID) { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.UID)) - } - } - } - if yyr3800 || yy2arr3800 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3800[4] { - yym3814 := z.EncBinary() - _ = yym3814 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3800[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3815 := z.EncBinary() - _ = yym3815 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3800 || yy2arr3800 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3800[5] { - yym3817 := z.EncBinary() - _ = yym3817 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3800[5] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("resourceVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3818 := z.EncBinary() - _ = yym3818 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) - } - } - } - if yyr3800 || yy2arr3800 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3800[6] { - yym3820 := z.EncBinary() - _ = yym3820 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3800[6] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("fieldPath")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3821 := z.EncBinary() - _ = yym3821 - if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) } } } - if yyr3800 || yy2arr3800 { + if yyr3791 || yy2arr3791 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47963,25 +47881,25 @@ func (x *ObjectReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3822 := z.DecBinary() - _ = yym3822 + yym3813 := z.DecBinary() + _ = yym3813 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3823 := r.ContainerType() - if yyct3823 == codecSelferValueTypeMap1234 { - yyl3823 := r.ReadMapStart() - if yyl3823 == 0 { + yyct3814 := r.ContainerType() + if yyct3814 == codecSelferValueTypeMap1234 { + yyl3814 := r.ReadMapStart() + if yyl3814 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3823, d) + x.codecDecodeSelfFromMap(yyl3814, d) } - } else if yyct3823 == codecSelferValueTypeArray1234 { - yyl3823 := r.ReadArrayStart() - if yyl3823 == 0 { + } else if yyct3814 == codecSelferValueTypeArray1234 { + yyl3814 := r.ReadArrayStart() + if yyl3814 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3823, d) + x.codecDecodeSelfFromArray(yyl3814, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -47993,12 +47911,12 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3824Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3824Slc - var yyhl3824 bool = l >= 0 - for yyj3824 := 0; ; yyj3824++ { - if yyhl3824 { - if yyj3824 >= l { + var yys3815Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3815Slc + var yyhl3815 bool = l >= 0 + for yyj3815 := 0; ; yyj3815++ { + if yyhl3815 { + if yyj3815 >= l { break } } else { @@ -48007,10 +47925,10 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3824Slc = r.DecodeBytes(yys3824Slc, true, true) - yys3824 := string(yys3824Slc) + yys3815Slc = r.DecodeBytes(yys3815Slc, true, true) + yys3815 := string(yys3815Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3824 { + switch yys3815 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -48054,9 +47972,9 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.FieldPath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3824) - } // end switch yys3824 - } // end for yyj3824 + z.DecStructFieldNotFound(-1, yys3815) + } // end switch yys3815 + } // end for yyj3815 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48064,16 +47982,16 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3832 int - var yyb3832 bool - var yyhl3832 bool = l >= 0 - yyj3832++ - if yyhl3832 { - yyb3832 = yyj3832 > l + var yyj3823 int + var yyb3823 bool + var yyhl3823 bool = l >= 0 + yyj3823++ + if yyhl3823 { + yyb3823 = yyj3823 > l } else { - yyb3832 = r.CheckBreak() + yyb3823 = r.CheckBreak() } - if yyb3832 { + if yyb3823 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48083,13 +48001,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3832++ - if yyhl3832 { - yyb3832 = yyj3832 > l + yyj3823++ + if yyhl3823 { + yyb3823 = yyj3823 > l } else { - yyb3832 = r.CheckBreak() + yyb3823 = r.CheckBreak() } - if yyb3832 { + if yyb3823 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48099,13 +48017,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Namespace = string(r.DecodeString()) } - yyj3832++ - if yyhl3832 { - yyb3832 = yyj3832 > l + yyj3823++ + if yyhl3823 { + yyb3823 = yyj3823 > l } else { - yyb3832 = r.CheckBreak() + yyb3823 = r.CheckBreak() } - if yyb3832 { + if yyb3823 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48115,13 +48033,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Name = string(r.DecodeString()) } - yyj3832++ - if yyhl3832 { - yyb3832 = yyj3832 > l + yyj3823++ + if yyhl3823 { + yyb3823 = yyj3823 > l } else { - yyb3832 = r.CheckBreak() + yyb3823 = r.CheckBreak() } - if yyb3832 { + if yyb3823 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48131,13 +48049,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.UID = pkg1_types.UID(r.DecodeString()) } - yyj3832++ - if yyhl3832 { - yyb3832 = yyj3832 > l + yyj3823++ + if yyhl3823 { + yyb3823 = yyj3823 > l } else { - yyb3832 = r.CheckBreak() + yyb3823 = r.CheckBreak() } - if yyb3832 { + if yyb3823 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48147,13 +48065,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3832++ - if yyhl3832 { - yyb3832 = yyj3832 > l + yyj3823++ + if yyhl3823 { + yyb3823 = yyj3823 > l } else { - yyb3832 = r.CheckBreak() + yyb3823 = r.CheckBreak() } - if yyb3832 { + if yyb3823 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48163,13 +48081,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.ResourceVersion = string(r.DecodeString()) } - yyj3832++ - if yyhl3832 { - yyb3832 = yyj3832 > l + yyj3823++ + if yyhl3823 { + yyb3823 = yyj3823 > l } else { - yyb3832 = r.CheckBreak() + yyb3823 = r.CheckBreak() } - if yyb3832 { + if yyb3823 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48180,17 +48098,17 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.FieldPath = string(r.DecodeString()) } for { - yyj3832++ - if yyhl3832 { - yyb3832 = yyj3832 > l + yyj3823++ + if yyhl3823 { + yyb3823 = yyj3823 > l } else { - yyb3832 = r.CheckBreak() + yyb3823 = r.CheckBreak() } - if yyb3832 { + if yyb3823 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3832-1, "") + z.DecStructFieldNotFound(yyj3823-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48202,35 +48120,35 @@ func (x *LocalObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3840 := z.EncBinary() - _ = yym3840 + yym3831 := z.EncBinary() + _ = yym3831 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3841 := !z.EncBinary() - yy2arr3841 := z.EncBasicHandle().StructToArray - var yyq3841 [1]bool - _, _, _ = yysep3841, yyq3841, yy2arr3841 - const yyr3841 bool = false - yyq3841[0] = x.Name != "" - var yynn3841 int - if yyr3841 || yy2arr3841 { + yysep3832 := !z.EncBinary() + yy2arr3832 := z.EncBasicHandle().StructToArray + var yyq3832 [1]bool + _, _, _ = yysep3832, yyq3832, yy2arr3832 + const yyr3832 bool = false + yyq3832[0] = x.Name != "" + var yynn3832 int + if yyr3832 || yy2arr3832 { r.EncodeArrayStart(1) } else { - yynn3841 = 0 - for _, b := range yyq3841 { + yynn3832 = 0 + for _, b := range yyq3832 { if b { - yynn3841++ + yynn3832++ } } - r.EncodeMapStart(yynn3841) - yynn3841 = 0 + r.EncodeMapStart(yynn3832) + yynn3832 = 0 } - if yyr3841 || yy2arr3841 { + if yyr3832 || yy2arr3832 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3841[0] { - yym3843 := z.EncBinary() - _ = yym3843 + if yyq3832[0] { + yym3834 := z.EncBinary() + _ = yym3834 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -48239,19 +48157,19 @@ func (x *LocalObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3841[0] { + if yyq3832[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3844 := z.EncBinary() - _ = yym3844 + yym3835 := z.EncBinary() + _ = yym3835 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr3841 || yy2arr3841 { + if yyr3832 || yy2arr3832 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48264,25 +48182,25 @@ func (x *LocalObjectReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3845 := z.DecBinary() - _ = yym3845 + yym3836 := z.DecBinary() + _ = yym3836 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3846 := r.ContainerType() - if yyct3846 == codecSelferValueTypeMap1234 { - yyl3846 := r.ReadMapStart() - if yyl3846 == 0 { + yyct3837 := r.ContainerType() + if yyct3837 == codecSelferValueTypeMap1234 { + yyl3837 := r.ReadMapStart() + if yyl3837 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3846, d) + x.codecDecodeSelfFromMap(yyl3837, d) } - } else if yyct3846 == codecSelferValueTypeArray1234 { - yyl3846 := r.ReadArrayStart() - if yyl3846 == 0 { + } else if yyct3837 == codecSelferValueTypeArray1234 { + yyl3837 := r.ReadArrayStart() + if yyl3837 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3846, d) + x.codecDecodeSelfFromArray(yyl3837, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -48294,12 +48212,12 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3847Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3847Slc - var yyhl3847 bool = l >= 0 - for yyj3847 := 0; ; yyj3847++ { - if yyhl3847 { - if yyj3847 >= l { + var yys3838Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3838Slc + var yyhl3838 bool = l >= 0 + for yyj3838 := 0; ; yyj3838++ { + if yyhl3838 { + if yyj3838 >= l { break } } else { @@ -48308,10 +48226,10 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3847Slc = r.DecodeBytes(yys3847Slc, true, true) - yys3847 := string(yys3847Slc) + yys3838Slc = r.DecodeBytes(yys3838Slc, true, true) + yys3838 := string(yys3838Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3847 { + switch yys3838 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -48319,9 +48237,9 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Name = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3847) - } // end switch yys3847 - } // end for yyj3847 + z.DecStructFieldNotFound(-1, yys3838) + } // end switch yys3838 + } // end for yyj3838 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48329,16 +48247,16 @@ func (x *LocalObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3849 int - var yyb3849 bool - var yyhl3849 bool = l >= 0 - yyj3849++ - if yyhl3849 { - yyb3849 = yyj3849 > l + var yyj3840 int + var yyb3840 bool + var yyhl3840 bool = l >= 0 + yyj3840++ + if yyhl3840 { + yyb3840 = yyj3840 > l } else { - yyb3849 = r.CheckBreak() + yyb3840 = r.CheckBreak() } - if yyb3849 { + if yyb3840 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48349,17 +48267,17 @@ func (x *LocalObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Name = string(r.DecodeString()) } for { - yyj3849++ - if yyhl3849 { - yyb3849 = yyj3849 > l + yyj3840++ + if yyhl3840 { + yyb3840 = yyj3840 > l } else { - yyb3849 = r.CheckBreak() + yyb3840 = r.CheckBreak() } - if yyb3849 { + if yyb3840 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3849-1, "") + z.DecStructFieldNotFound(yyj3840-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48371,37 +48289,37 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3851 := z.EncBinary() - _ = yym3851 + yym3842 := z.EncBinary() + _ = yym3842 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3852 := !z.EncBinary() - yy2arr3852 := z.EncBasicHandle().StructToArray - var yyq3852 [3]bool - _, _, _ = yysep3852, yyq3852, yy2arr3852 - const yyr3852 bool = false - yyq3852[0] = x.Kind != "" - yyq3852[1] = x.APIVersion != "" - yyq3852[2] = true - var yynn3852 int - if yyr3852 || yy2arr3852 { + yysep3843 := !z.EncBinary() + yy2arr3843 := z.EncBasicHandle().StructToArray + var yyq3843 [3]bool + _, _, _ = yysep3843, yyq3843, yy2arr3843 + const yyr3843 bool = false + yyq3843[0] = x.Kind != "" + yyq3843[1] = x.APIVersion != "" + yyq3843[2] = true + var yynn3843 int + if yyr3843 || yy2arr3843 { r.EncodeArrayStart(3) } else { - yynn3852 = 0 - for _, b := range yyq3852 { + yynn3843 = 0 + for _, b := range yyq3843 { if b { - yynn3852++ + yynn3843++ } } - r.EncodeMapStart(yynn3852) - yynn3852 = 0 + r.EncodeMapStart(yynn3843) + yynn3843 = 0 } - if yyr3852 || yy2arr3852 { + if yyr3843 || yy2arr3843 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3852[0] { - yym3854 := z.EncBinary() - _ = yym3854 + if yyq3843[0] { + yym3845 := z.EncBinary() + _ = yym3845 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -48410,23 +48328,23 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3852[0] { + if yyq3843[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3855 := z.EncBinary() - _ = yym3855 + yym3846 := z.EncBinary() + _ = yym3846 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3852 || yy2arr3852 { + if yyr3843 || yy2arr3843 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3852[1] { - yym3857 := z.EncBinary() - _ = yym3857 + if yyq3843[1] { + yym3848 := z.EncBinary() + _ = yym3848 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -48435,36 +48353,36 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3852[1] { + if yyq3843[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3858 := z.EncBinary() - _ = yym3858 + yym3849 := z.EncBinary() + _ = yym3849 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3852 || yy2arr3852 { + if yyr3843 || yy2arr3843 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3852[2] { - yy3860 := &x.Reference - yy3860.CodecEncodeSelf(e) + if yyq3843[2] { + yy3851 := &x.Reference + yy3851.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3852[2] { + if yyq3843[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reference")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3861 := &x.Reference - yy3861.CodecEncodeSelf(e) + yy3852 := &x.Reference + yy3852.CodecEncodeSelf(e) } } - if yyr3852 || yy2arr3852 { + if yyr3843 || yy2arr3843 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48477,25 +48395,25 @@ func (x *SerializedReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3862 := z.DecBinary() - _ = yym3862 + yym3853 := z.DecBinary() + _ = yym3853 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3863 := r.ContainerType() - if yyct3863 == codecSelferValueTypeMap1234 { - yyl3863 := r.ReadMapStart() - if yyl3863 == 0 { + yyct3854 := r.ContainerType() + if yyct3854 == codecSelferValueTypeMap1234 { + yyl3854 := r.ReadMapStart() + if yyl3854 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3863, d) + x.codecDecodeSelfFromMap(yyl3854, d) } - } else if yyct3863 == codecSelferValueTypeArray1234 { - yyl3863 := r.ReadArrayStart() - if yyl3863 == 0 { + } else if yyct3854 == codecSelferValueTypeArray1234 { + yyl3854 := r.ReadArrayStart() + if yyl3854 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3863, d) + x.codecDecodeSelfFromArray(yyl3854, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -48507,12 +48425,12 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3864Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3864Slc - var yyhl3864 bool = l >= 0 - for yyj3864 := 0; ; yyj3864++ { - if yyhl3864 { - if yyj3864 >= l { + var yys3855Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3855Slc + var yyhl3855 bool = l >= 0 + for yyj3855 := 0; ; yyj3855++ { + if yyhl3855 { + if yyj3855 >= l { break } } else { @@ -48521,10 +48439,10 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3864Slc = r.DecodeBytes(yys3864Slc, true, true) - yys3864 := string(yys3864Slc) + yys3855Slc = r.DecodeBytes(yys3855Slc, true, true) + yys3855 := string(yys3855Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3864 { + switch yys3855 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -48541,13 +48459,13 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Reference = ObjectReference{} } else { - yyv3867 := &x.Reference - yyv3867.CodecDecodeSelf(d) + yyv3858 := &x.Reference + yyv3858.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3864) - } // end switch yys3864 - } // end for yyj3864 + z.DecStructFieldNotFound(-1, yys3855) + } // end switch yys3855 + } // end for yyj3855 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48555,16 +48473,16 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3868 int - var yyb3868 bool - var yyhl3868 bool = l >= 0 - yyj3868++ - if yyhl3868 { - yyb3868 = yyj3868 > l + var yyj3859 int + var yyb3859 bool + var yyhl3859 bool = l >= 0 + yyj3859++ + if yyhl3859 { + yyb3859 = yyj3859 > l } else { - yyb3868 = r.CheckBreak() + yyb3859 = r.CheckBreak() } - if yyb3868 { + if yyb3859 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48574,13 +48492,13 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj3868++ - if yyhl3868 { - yyb3868 = yyj3868 > l + yyj3859++ + if yyhl3859 { + yyb3859 = yyj3859 > l } else { - yyb3868 = r.CheckBreak() + yyb3859 = r.CheckBreak() } - if yyb3868 { + if yyb3859 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48590,13 +48508,13 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj3868++ - if yyhl3868 { - yyb3868 = yyj3868 > l + yyj3859++ + if yyhl3859 { + yyb3859 = yyj3859 > l } else { - yyb3868 = r.CheckBreak() + yyb3859 = r.CheckBreak() } - if yyb3868 { + if yyb3859 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48604,21 +48522,21 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Reference = ObjectReference{} } else { - yyv3871 := &x.Reference - yyv3871.CodecDecodeSelf(d) + yyv3862 := &x.Reference + yyv3862.CodecDecodeSelf(d) } for { - yyj3868++ - if yyhl3868 { - yyb3868 = yyj3868 > l + yyj3859++ + if yyhl3859 { + yyb3859 = yyj3859 > l } else { - yyb3868 = r.CheckBreak() + yyb3859 = r.CheckBreak() } - if yyb3868 { + if yyb3859 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3868-1, "") + z.DecStructFieldNotFound(yyj3859-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48630,36 +48548,36 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3872 := z.EncBinary() - _ = yym3872 + yym3863 := z.EncBinary() + _ = yym3863 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3873 := !z.EncBinary() - yy2arr3873 := z.EncBasicHandle().StructToArray - var yyq3873 [2]bool - _, _, _ = yysep3873, yyq3873, yy2arr3873 - const yyr3873 bool = false - yyq3873[0] = x.Component != "" - yyq3873[1] = x.Host != "" - var yynn3873 int - if yyr3873 || yy2arr3873 { + yysep3864 := !z.EncBinary() + yy2arr3864 := z.EncBasicHandle().StructToArray + var yyq3864 [2]bool + _, _, _ = yysep3864, yyq3864, yy2arr3864 + const yyr3864 bool = false + yyq3864[0] = x.Component != "" + yyq3864[1] = x.Host != "" + var yynn3864 int + if yyr3864 || yy2arr3864 { r.EncodeArrayStart(2) } else { - yynn3873 = 0 - for _, b := range yyq3873 { + yynn3864 = 0 + for _, b := range yyq3864 { if b { - yynn3873++ + yynn3864++ } } - r.EncodeMapStart(yynn3873) - yynn3873 = 0 + r.EncodeMapStart(yynn3864) + yynn3864 = 0 } - if yyr3873 || yy2arr3873 { + if yyr3864 || yy2arr3864 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3873[0] { - yym3875 := z.EncBinary() - _ = yym3875 + if yyq3864[0] { + yym3866 := z.EncBinary() + _ = yym3866 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Component)) @@ -48668,23 +48586,23 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3873[0] { + if yyq3864[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("component")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3876 := z.EncBinary() - _ = yym3876 + yym3867 := z.EncBinary() + _ = yym3867 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Component)) } } } - if yyr3873 || yy2arr3873 { + if yyr3864 || yy2arr3864 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3873[1] { - yym3878 := z.EncBinary() - _ = yym3878 + if yyq3864[1] { + yym3869 := z.EncBinary() + _ = yym3869 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) @@ -48693,19 +48611,19 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3873[1] { + if yyq3864[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("host")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3879 := z.EncBinary() - _ = yym3879 + yym3870 := z.EncBinary() + _ = yym3870 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) } } } - if yyr3873 || yy2arr3873 { + if yyr3864 || yy2arr3864 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48718,25 +48636,25 @@ func (x *EventSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3880 := z.DecBinary() - _ = yym3880 + yym3871 := z.DecBinary() + _ = yym3871 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3881 := r.ContainerType() - if yyct3881 == codecSelferValueTypeMap1234 { - yyl3881 := r.ReadMapStart() - if yyl3881 == 0 { + yyct3872 := r.ContainerType() + if yyct3872 == codecSelferValueTypeMap1234 { + yyl3872 := r.ReadMapStart() + if yyl3872 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3881, d) + x.codecDecodeSelfFromMap(yyl3872, d) } - } else if yyct3881 == codecSelferValueTypeArray1234 { - yyl3881 := r.ReadArrayStart() - if yyl3881 == 0 { + } else if yyct3872 == codecSelferValueTypeArray1234 { + yyl3872 := r.ReadArrayStart() + if yyl3872 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3881, d) + x.codecDecodeSelfFromArray(yyl3872, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -48748,12 +48666,12 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3882Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3882Slc - var yyhl3882 bool = l >= 0 - for yyj3882 := 0; ; yyj3882++ { - if yyhl3882 { - if yyj3882 >= l { + var yys3873Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3873Slc + var yyhl3873 bool = l >= 0 + for yyj3873 := 0; ; yyj3873++ { + if yyhl3873 { + if yyj3873 >= l { break } } else { @@ -48762,10 +48680,10 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3882Slc = r.DecodeBytes(yys3882Slc, true, true) - yys3882 := string(yys3882Slc) + yys3873Slc = r.DecodeBytes(yys3873Slc, true, true) + yys3873 := string(yys3873Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3882 { + switch yys3873 { case "component": if r.TryDecodeAsNil() { x.Component = "" @@ -48779,9 +48697,9 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Host = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3882) - } // end switch yys3882 - } // end for yyj3882 + z.DecStructFieldNotFound(-1, yys3873) + } // end switch yys3873 + } // end for yyj3873 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48789,16 +48707,16 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3885 int - var yyb3885 bool - var yyhl3885 bool = l >= 0 - yyj3885++ - if yyhl3885 { - yyb3885 = yyj3885 > l + var yyj3876 int + var yyb3876 bool + var yyhl3876 bool = l >= 0 + yyj3876++ + if yyhl3876 { + yyb3876 = yyj3876 > l } else { - yyb3885 = r.CheckBreak() + yyb3876 = r.CheckBreak() } - if yyb3885 { + if yyb3876 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48808,13 +48726,13 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Component = string(r.DecodeString()) } - yyj3885++ - if yyhl3885 { - yyb3885 = yyj3885 > l + yyj3876++ + if yyhl3876 { + yyb3876 = yyj3876 > l } else { - yyb3885 = r.CheckBreak() + yyb3876 = r.CheckBreak() } - if yyb3885 { + if yyb3876 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48825,17 +48743,17 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Host = string(r.DecodeString()) } for { - yyj3885++ - if yyhl3885 { - yyb3885 = yyj3885 > l + yyj3876++ + if yyhl3876 { + yyb3876 = yyj3876 > l } else { - yyb3885 = r.CheckBreak() + yyb3876 = r.CheckBreak() } - if yyb3885 { + if yyb3876 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3885-1, "") + z.DecStructFieldNotFound(yyj3876-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48847,43 +48765,43 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3888 := z.EncBinary() - _ = yym3888 + yym3879 := z.EncBinary() + _ = yym3879 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3889 := !z.EncBinary() - yy2arr3889 := z.EncBasicHandle().StructToArray - var yyq3889 [11]bool - _, _, _ = yysep3889, yyq3889, yy2arr3889 - const yyr3889 bool = false - yyq3889[0] = x.Kind != "" - yyq3889[1] = x.APIVersion != "" - yyq3889[4] = x.Reason != "" - yyq3889[5] = x.Message != "" - yyq3889[6] = true - yyq3889[7] = true - yyq3889[8] = true - yyq3889[9] = x.Count != 0 - yyq3889[10] = x.Type != "" - var yynn3889 int - if yyr3889 || yy2arr3889 { + yysep3880 := !z.EncBinary() + yy2arr3880 := z.EncBasicHandle().StructToArray + var yyq3880 [11]bool + _, _, _ = yysep3880, yyq3880, yy2arr3880 + const yyr3880 bool = false + yyq3880[0] = x.Kind != "" + yyq3880[1] = x.APIVersion != "" + yyq3880[4] = x.Reason != "" + yyq3880[5] = x.Message != "" + yyq3880[6] = true + yyq3880[7] = true + yyq3880[8] = true + yyq3880[9] = x.Count != 0 + yyq3880[10] = x.Type != "" + var yynn3880 int + if yyr3880 || yy2arr3880 { r.EncodeArrayStart(11) } else { - yynn3889 = 2 - for _, b := range yyq3889 { + yynn3880 = 2 + for _, b := range yyq3880 { if b { - yynn3889++ + yynn3880++ } } - r.EncodeMapStart(yynn3889) - yynn3889 = 0 + r.EncodeMapStart(yynn3880) + yynn3880 = 0 } - if yyr3889 || yy2arr3889 { + if yyr3880 || yy2arr3880 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3889[0] { - yym3891 := z.EncBinary() - _ = yym3891 + if yyq3880[0] { + yym3882 := z.EncBinary() + _ = yym3882 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -48892,23 +48810,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3889[0] { + if yyq3880[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3892 := z.EncBinary() - _ = yym3892 + yym3883 := z.EncBinary() + _ = yym3883 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3889 || yy2arr3889 { + if yyr3880 || yy2arr3880 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3889[1] { - yym3894 := z.EncBinary() - _ = yym3894 + if yyq3880[1] { + yym3885 := z.EncBinary() + _ = yym3885 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -48917,70 +48835,70 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3889[1] { + if yyq3880[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3886 := z.EncBinary() + _ = yym3886 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3880 || yy2arr3880 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy3888 := &x.ObjectMeta + yy3888.CodecEncodeSelf(e) + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("metadata")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3889 := &x.ObjectMeta + yy3889.CodecEncodeSelf(e) + } + if yyr3880 || yy2arr3880 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy3891 := &x.InvolvedObject + yy3891.CodecEncodeSelf(e) + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("involvedObject")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3892 := &x.InvolvedObject + yy3892.CodecEncodeSelf(e) + } + if yyr3880 || yy2arr3880 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3880[4] { + yym3894 := z.EncBinary() + _ = yym3894 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3880[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("reason")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) yym3895 := z.EncBinary() _ = yym3895 if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3889 || yy2arr3889 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3897 := &x.ObjectMeta - yy3897.CodecEncodeSelf(e) - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("metadata")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3898 := &x.ObjectMeta - yy3898.CodecEncodeSelf(e) - } - if yyr3889 || yy2arr3889 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3900 := &x.InvolvedObject - yy3900.CodecEncodeSelf(e) - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("involvedObject")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3901 := &x.InvolvedObject - yy3901.CodecEncodeSelf(e) - } - if yyr3889 || yy2arr3889 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3889[4] { - yym3903 := z.EncBinary() - _ = yym3903 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3889[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("reason")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3904 := z.EncBinary() - _ = yym3904 - if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr3889 || yy2arr3889 { + if yyr3880 || yy2arr3880 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3889[5] { - yym3906 := z.EncBinary() - _ = yym3906 + if yyq3880[5] { + yym3897 := z.EncBinary() + _ = yym3897 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -48989,114 +48907,114 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3889[5] { + if yyq3880[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3907 := z.EncBinary() - _ = yym3907 + yym3898 := z.EncBinary() + _ = yym3898 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr3889 || yy2arr3889 { + if yyr3880 || yy2arr3880 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3889[6] { - yy3909 := &x.Source - yy3909.CodecEncodeSelf(e) + if yyq3880[6] { + yy3900 := &x.Source + yy3900.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3889[6] { + if yyq3880[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("source")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3910 := &x.Source - yy3910.CodecEncodeSelf(e) + yy3901 := &x.Source + yy3901.CodecEncodeSelf(e) } } - if yyr3889 || yy2arr3889 { + if yyr3880 || yy2arr3880 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3889[7] { - yy3912 := &x.FirstTimestamp - yym3913 := z.EncBinary() - _ = yym3913 + if yyq3880[7] { + yy3903 := &x.FirstTimestamp + yym3904 := z.EncBinary() + _ = yym3904 if false { - } else if z.HasExtensions() && z.EncExt(yy3912) { - } else if yym3913 { - z.EncBinaryMarshal(yy3912) - } else if !yym3913 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3912) + } else if z.HasExtensions() && z.EncExt(yy3903) { + } else if yym3904 { + z.EncBinaryMarshal(yy3903) + } else if !yym3904 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3903) } else { - z.EncFallback(yy3912) + z.EncFallback(yy3903) } } else { r.EncodeNil() } } else { - if yyq3889[7] { + if yyq3880[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("firstTimestamp")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3914 := &x.FirstTimestamp - yym3915 := z.EncBinary() - _ = yym3915 + yy3905 := &x.FirstTimestamp + yym3906 := z.EncBinary() + _ = yym3906 if false { - } else if z.HasExtensions() && z.EncExt(yy3914) { - } else if yym3915 { - z.EncBinaryMarshal(yy3914) - } else if !yym3915 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3914) + } else if z.HasExtensions() && z.EncExt(yy3905) { + } else if yym3906 { + z.EncBinaryMarshal(yy3905) + } else if !yym3906 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3905) } else { - z.EncFallback(yy3914) + z.EncFallback(yy3905) } } } - if yyr3889 || yy2arr3889 { + if yyr3880 || yy2arr3880 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3889[8] { - yy3917 := &x.LastTimestamp - yym3918 := z.EncBinary() - _ = yym3918 + if yyq3880[8] { + yy3908 := &x.LastTimestamp + yym3909 := z.EncBinary() + _ = yym3909 if false { - } else if z.HasExtensions() && z.EncExt(yy3917) { - } else if yym3918 { - z.EncBinaryMarshal(yy3917) - } else if !yym3918 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3917) + } else if z.HasExtensions() && z.EncExt(yy3908) { + } else if yym3909 { + z.EncBinaryMarshal(yy3908) + } else if !yym3909 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3908) } else { - z.EncFallback(yy3917) + z.EncFallback(yy3908) } } else { r.EncodeNil() } } else { - if yyq3889[8] { + if yyq3880[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastTimestamp")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3919 := &x.LastTimestamp - yym3920 := z.EncBinary() - _ = yym3920 + yy3910 := &x.LastTimestamp + yym3911 := z.EncBinary() + _ = yym3911 if false { - } else if z.HasExtensions() && z.EncExt(yy3919) { - } else if yym3920 { - z.EncBinaryMarshal(yy3919) - } else if !yym3920 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3919) + } else if z.HasExtensions() && z.EncExt(yy3910) { + } else if yym3911 { + z.EncBinaryMarshal(yy3910) + } else if !yym3911 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3910) } else { - z.EncFallback(yy3919) + z.EncFallback(yy3910) } } } - if yyr3889 || yy2arr3889 { + if yyr3880 || yy2arr3880 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3889[9] { - yym3922 := z.EncBinary() - _ = yym3922 + if yyq3880[9] { + yym3913 := z.EncBinary() + _ = yym3913 if false { } else { r.EncodeInt(int64(x.Count)) @@ -49105,23 +49023,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq3889[9] { + if yyq3880[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("count")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3923 := z.EncBinary() - _ = yym3923 + yym3914 := z.EncBinary() + _ = yym3914 if false { } else { r.EncodeInt(int64(x.Count)) } } } - if yyr3889 || yy2arr3889 { + if yyr3880 || yy2arr3880 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3889[10] { - yym3925 := z.EncBinary() - _ = yym3925 + if yyq3880[10] { + yym3916 := z.EncBinary() + _ = yym3916 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) @@ -49130,19 +49048,19 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3889[10] { + if yyq3880[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3926 := z.EncBinary() - _ = yym3926 + yym3917 := z.EncBinary() + _ = yym3917 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) } } } - if yyr3889 || yy2arr3889 { + if yyr3880 || yy2arr3880 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -49155,25 +49073,25 @@ func (x *Event) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3927 := z.DecBinary() - _ = yym3927 + yym3918 := z.DecBinary() + _ = yym3918 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3928 := r.ContainerType() - if yyct3928 == codecSelferValueTypeMap1234 { - yyl3928 := r.ReadMapStart() - if yyl3928 == 0 { + yyct3919 := r.ContainerType() + if yyct3919 == codecSelferValueTypeMap1234 { + yyl3919 := r.ReadMapStart() + if yyl3919 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3928, d) + x.codecDecodeSelfFromMap(yyl3919, d) } - } else if yyct3928 == codecSelferValueTypeArray1234 { - yyl3928 := r.ReadArrayStart() - if yyl3928 == 0 { + } else if yyct3919 == codecSelferValueTypeArray1234 { + yyl3919 := r.ReadArrayStart() + if yyl3919 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3928, d) + x.codecDecodeSelfFromArray(yyl3919, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -49185,12 +49103,12 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3929Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3929Slc - var yyhl3929 bool = l >= 0 - for yyj3929 := 0; ; yyj3929++ { - if yyhl3929 { - if yyj3929 >= l { + var yys3920Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3920Slc + var yyhl3920 bool = l >= 0 + for yyj3920 := 0; ; yyj3920++ { + if yyhl3920 { + if yyj3920 >= l { break } } else { @@ -49199,10 +49117,10 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3929Slc = r.DecodeBytes(yys3929Slc, true, true) - yys3929 := string(yys3929Slc) + yys3920Slc = r.DecodeBytes(yys3920Slc, true, true) + yys3920 := string(yys3920Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3929 { + switch yys3920 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -49219,15 +49137,15 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3932 := &x.ObjectMeta - yyv3932.CodecDecodeSelf(d) + yyv3923 := &x.ObjectMeta + yyv3923.CodecDecodeSelf(d) } case "involvedObject": if r.TryDecodeAsNil() { x.InvolvedObject = ObjectReference{} } else { - yyv3933 := &x.InvolvedObject - yyv3933.CodecDecodeSelf(d) + yyv3924 := &x.InvolvedObject + yyv3924.CodecDecodeSelf(d) } case "reason": if r.TryDecodeAsNil() { @@ -49245,41 +49163,41 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Source = EventSource{} } else { - yyv3936 := &x.Source - yyv3936.CodecDecodeSelf(d) + yyv3927 := &x.Source + yyv3927.CodecDecodeSelf(d) } case "firstTimestamp": if r.TryDecodeAsNil() { x.FirstTimestamp = pkg2_unversioned.Time{} } else { - yyv3937 := &x.FirstTimestamp - yym3938 := z.DecBinary() - _ = yym3938 + yyv3928 := &x.FirstTimestamp + yym3929 := z.DecBinary() + _ = yym3929 if false { - } else if z.HasExtensions() && z.DecExt(yyv3937) { - } else if yym3938 { - z.DecBinaryUnmarshal(yyv3937) - } else if !yym3938 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3937) + } else if z.HasExtensions() && z.DecExt(yyv3928) { + } else if yym3929 { + z.DecBinaryUnmarshal(yyv3928) + } else if !yym3929 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3928) } else { - z.DecFallback(yyv3937, false) + z.DecFallback(yyv3928, false) } } case "lastTimestamp": if r.TryDecodeAsNil() { x.LastTimestamp = pkg2_unversioned.Time{} } else { - yyv3939 := &x.LastTimestamp - yym3940 := z.DecBinary() - _ = yym3940 + yyv3930 := &x.LastTimestamp + yym3931 := z.DecBinary() + _ = yym3931 if false { - } else if z.HasExtensions() && z.DecExt(yyv3939) { - } else if yym3940 { - z.DecBinaryUnmarshal(yyv3939) - } else if !yym3940 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3939) + } else if z.HasExtensions() && z.DecExt(yyv3930) { + } else if yym3931 { + z.DecBinaryUnmarshal(yyv3930) + } else if !yym3931 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3930) } else { - z.DecFallback(yyv3939, false) + z.DecFallback(yyv3930, false) } } case "count": @@ -49295,9 +49213,9 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Type = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3929) - } // end switch yys3929 - } // end for yyj3929 + z.DecStructFieldNotFound(-1, yys3920) + } // end switch yys3920 + } // end for yyj3920 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -49305,16 +49223,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3943 int - var yyb3943 bool - var yyhl3943 bool = l >= 0 - yyj3943++ - if yyhl3943 { - yyb3943 = yyj3943 > l + var yyj3934 int + var yyb3934 bool + var yyhl3934 bool = l >= 0 + yyj3934++ + if yyhl3934 { + yyb3934 = yyj3934 > l } else { - yyb3943 = r.CheckBreak() + yyb3934 = r.CheckBreak() } - if yyb3943 { + if yyb3934 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49324,13 +49242,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3943++ - if yyhl3943 { - yyb3943 = yyj3943 > l + yyj3934++ + if yyhl3934 { + yyb3934 = yyj3934 > l } else { - yyb3943 = r.CheckBreak() + yyb3934 = r.CheckBreak() } - if yyb3943 { + if yyb3934 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49340,13 +49258,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3943++ - if yyhl3943 { - yyb3943 = yyj3943 > l + yyj3934++ + if yyhl3934 { + yyb3934 = yyj3934 > l } else { - yyb3943 = r.CheckBreak() + yyb3934 = r.CheckBreak() } - if yyb3943 { + if yyb3934 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49354,16 +49272,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3946 := &x.ObjectMeta - yyv3946.CodecDecodeSelf(d) + yyv3937 := &x.ObjectMeta + yyv3937.CodecDecodeSelf(d) } - yyj3943++ - if yyhl3943 { - yyb3943 = yyj3943 > l + yyj3934++ + if yyhl3934 { + yyb3934 = yyj3934 > l } else { - yyb3943 = r.CheckBreak() + yyb3934 = r.CheckBreak() } - if yyb3943 { + if yyb3934 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49371,16 +49289,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.InvolvedObject = ObjectReference{} } else { - yyv3947 := &x.InvolvedObject - yyv3947.CodecDecodeSelf(d) + yyv3938 := &x.InvolvedObject + yyv3938.CodecDecodeSelf(d) } - yyj3943++ - if yyhl3943 { - yyb3943 = yyj3943 > l + yyj3934++ + if yyhl3934 { + yyb3934 = yyj3934 > l } else { - yyb3943 = r.CheckBreak() + yyb3934 = r.CheckBreak() } - if yyb3943 { + if yyb3934 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49390,13 +49308,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj3943++ - if yyhl3943 { - yyb3943 = yyj3943 > l + yyj3934++ + if yyhl3934 { + yyb3934 = yyj3934 > l } else { - yyb3943 = r.CheckBreak() + yyb3934 = r.CheckBreak() } - if yyb3943 { + if yyb3934 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49406,13 +49324,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Message = string(r.DecodeString()) } - yyj3943++ - if yyhl3943 { - yyb3943 = yyj3943 > l + yyj3934++ + if yyhl3934 { + yyb3934 = yyj3934 > l } else { - yyb3943 = r.CheckBreak() + yyb3934 = r.CheckBreak() } - if yyb3943 { + if yyb3934 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49420,16 +49338,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Source = EventSource{} } else { - yyv3950 := &x.Source - yyv3950.CodecDecodeSelf(d) + yyv3941 := &x.Source + yyv3941.CodecDecodeSelf(d) } - yyj3943++ - if yyhl3943 { - yyb3943 = yyj3943 > l + yyj3934++ + if yyhl3934 { + yyb3934 = yyj3934 > l } else { - yyb3943 = r.CheckBreak() + yyb3934 = r.CheckBreak() } - if yyb3943 { + if yyb3934 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49437,26 +49355,26 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.FirstTimestamp = pkg2_unversioned.Time{} } else { - yyv3951 := &x.FirstTimestamp - yym3952 := z.DecBinary() - _ = yym3952 + yyv3942 := &x.FirstTimestamp + yym3943 := z.DecBinary() + _ = yym3943 if false { - } else if z.HasExtensions() && z.DecExt(yyv3951) { - } else if yym3952 { - z.DecBinaryUnmarshal(yyv3951) - } else if !yym3952 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3951) + } else if z.HasExtensions() && z.DecExt(yyv3942) { + } else if yym3943 { + z.DecBinaryUnmarshal(yyv3942) + } else if !yym3943 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3942) } else { - z.DecFallback(yyv3951, false) + z.DecFallback(yyv3942, false) } } - yyj3943++ - if yyhl3943 { - yyb3943 = yyj3943 > l + yyj3934++ + if yyhl3934 { + yyb3934 = yyj3934 > l } else { - yyb3943 = r.CheckBreak() + yyb3934 = r.CheckBreak() } - if yyb3943 { + if yyb3934 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49464,26 +49382,26 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTimestamp = pkg2_unversioned.Time{} } else { - yyv3953 := &x.LastTimestamp - yym3954 := z.DecBinary() - _ = yym3954 + yyv3944 := &x.LastTimestamp + yym3945 := z.DecBinary() + _ = yym3945 if false { - } else if z.HasExtensions() && z.DecExt(yyv3953) { - } else if yym3954 { - z.DecBinaryUnmarshal(yyv3953) - } else if !yym3954 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3953) + } else if z.HasExtensions() && z.DecExt(yyv3944) { + } else if yym3945 { + z.DecBinaryUnmarshal(yyv3944) + } else if !yym3945 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3944) } else { - z.DecFallback(yyv3953, false) + z.DecFallback(yyv3944, false) } } - yyj3943++ - if yyhl3943 { - yyb3943 = yyj3943 > l + yyj3934++ + if yyhl3934 { + yyb3934 = yyj3934 > l } else { - yyb3943 = r.CheckBreak() + yyb3934 = r.CheckBreak() } - if yyb3943 { + if yyb3934 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49493,13 +49411,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Count = int32(r.DecodeInt(32)) } - yyj3943++ - if yyhl3943 { - yyb3943 = yyj3943 > l + yyj3934++ + if yyhl3934 { + yyb3934 = yyj3934 > l } else { - yyb3943 = r.CheckBreak() + yyb3934 = r.CheckBreak() } - if yyb3943 { + if yyb3934 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49510,17 +49428,17 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Type = string(r.DecodeString()) } for { - yyj3943++ - if yyhl3943 { - yyb3943 = yyj3943 > l + yyj3934++ + if yyhl3934 { + yyb3934 = yyj3934 > l } else { - yyb3943 = r.CheckBreak() + yyb3934 = r.CheckBreak() } - if yyb3943 { + if yyb3934 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3943-1, "") + z.DecStructFieldNotFound(yyj3934-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49532,37 +49450,37 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3957 := z.EncBinary() - _ = yym3957 + yym3948 := z.EncBinary() + _ = yym3948 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3958 := !z.EncBinary() - yy2arr3958 := z.EncBasicHandle().StructToArray - var yyq3958 [4]bool - _, _, _ = yysep3958, yyq3958, yy2arr3958 - const yyr3958 bool = false - yyq3958[0] = x.Kind != "" - yyq3958[1] = x.APIVersion != "" - yyq3958[2] = true - var yynn3958 int - if yyr3958 || yy2arr3958 { + yysep3949 := !z.EncBinary() + yy2arr3949 := z.EncBasicHandle().StructToArray + var yyq3949 [4]bool + _, _, _ = yysep3949, yyq3949, yy2arr3949 + const yyr3949 bool = false + yyq3949[0] = x.Kind != "" + yyq3949[1] = x.APIVersion != "" + yyq3949[2] = true + var yynn3949 int + if yyr3949 || yy2arr3949 { r.EncodeArrayStart(4) } else { - yynn3958 = 1 - for _, b := range yyq3958 { + yynn3949 = 1 + for _, b := range yyq3949 { if b { - yynn3958++ + yynn3949++ } } - r.EncodeMapStart(yynn3958) - yynn3958 = 0 + r.EncodeMapStart(yynn3949) + yynn3949 = 0 } - if yyr3958 || yy2arr3958 { + if yyr3949 || yy2arr3949 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3958[0] { - yym3960 := z.EncBinary() - _ = yym3960 + if yyq3949[0] { + yym3951 := z.EncBinary() + _ = yym3951 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -49571,23 +49489,23 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3958[0] { + if yyq3949[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3961 := z.EncBinary() - _ = yym3961 + yym3952 := z.EncBinary() + _ = yym3952 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3958 || yy2arr3958 { + if yyr3949 || yy2arr3949 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3958[1] { - yym3963 := z.EncBinary() - _ = yym3963 + if yyq3949[1] { + yym3954 := z.EncBinary() + _ = yym3954 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -49596,54 +49514,54 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3958[1] { + if yyq3949[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3964 := z.EncBinary() - _ = yym3964 + yym3955 := z.EncBinary() + _ = yym3955 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3958 || yy2arr3958 { + if yyr3949 || yy2arr3949 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3958[2] { - yy3966 := &x.ListMeta - yym3967 := z.EncBinary() - _ = yym3967 + if yyq3949[2] { + yy3957 := &x.ListMeta + yym3958 := z.EncBinary() + _ = yym3958 if false { - } else if z.HasExtensions() && z.EncExt(yy3966) { + } else if z.HasExtensions() && z.EncExt(yy3957) { } else { - z.EncFallback(yy3966) + z.EncFallback(yy3957) } } else { r.EncodeNil() } } else { - if yyq3958[2] { + if yyq3949[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3968 := &x.ListMeta - yym3969 := z.EncBinary() - _ = yym3969 + yy3959 := &x.ListMeta + yym3960 := z.EncBinary() + _ = yym3960 if false { - } else if z.HasExtensions() && z.EncExt(yy3968) { + } else if z.HasExtensions() && z.EncExt(yy3959) { } else { - z.EncFallback(yy3968) + z.EncFallback(yy3959) } } } - if yyr3958 || yy2arr3958 { + if yyr3949 || yy2arr3949 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3971 := z.EncBinary() - _ = yym3971 + yym3962 := z.EncBinary() + _ = yym3962 if false { } else { h.encSliceEvent(([]Event)(x.Items), e) @@ -49656,15 +49574,15 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3972 := z.EncBinary() - _ = yym3972 + yym3963 := z.EncBinary() + _ = yym3963 if false { } else { h.encSliceEvent(([]Event)(x.Items), e) } } } - if yyr3958 || yy2arr3958 { + if yyr3949 || yy2arr3949 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -49677,25 +49595,25 @@ func (x *EventList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3973 := z.DecBinary() - _ = yym3973 + yym3964 := z.DecBinary() + _ = yym3964 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3974 := r.ContainerType() - if yyct3974 == codecSelferValueTypeMap1234 { - yyl3974 := r.ReadMapStart() - if yyl3974 == 0 { + yyct3965 := r.ContainerType() + if yyct3965 == codecSelferValueTypeMap1234 { + yyl3965 := r.ReadMapStart() + if yyl3965 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3974, d) + x.codecDecodeSelfFromMap(yyl3965, d) } - } else if yyct3974 == codecSelferValueTypeArray1234 { - yyl3974 := r.ReadArrayStart() - if yyl3974 == 0 { + } else if yyct3965 == codecSelferValueTypeArray1234 { + yyl3965 := r.ReadArrayStart() + if yyl3965 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3974, d) + x.codecDecodeSelfFromArray(yyl3965, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -49707,12 +49625,12 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3975Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3975Slc - var yyhl3975 bool = l >= 0 - for yyj3975 := 0; ; yyj3975++ { - if yyhl3975 { - if yyj3975 >= l { + var yys3966Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3966Slc + var yyhl3966 bool = l >= 0 + for yyj3966 := 0; ; yyj3966++ { + if yyhl3966 { + if yyj3966 >= l { break } } else { @@ -49721,10 +49639,10 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3975Slc = r.DecodeBytes(yys3975Slc, true, true) - yys3975 := string(yys3975Slc) + yys3966Slc = r.DecodeBytes(yys3966Slc, true, true) + yys3966 := string(yys3966Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3975 { + switch yys3966 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -49741,31 +49659,31 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3978 := &x.ListMeta - yym3979 := z.DecBinary() - _ = yym3979 + yyv3969 := &x.ListMeta + yym3970 := z.DecBinary() + _ = yym3970 if false { - } else if z.HasExtensions() && z.DecExt(yyv3978) { + } else if z.HasExtensions() && z.DecExt(yyv3969) { } else { - z.DecFallback(yyv3978, false) + z.DecFallback(yyv3969, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3980 := &x.Items - yym3981 := z.DecBinary() - _ = yym3981 + yyv3971 := &x.Items + yym3972 := z.DecBinary() + _ = yym3972 if false { } else { - h.decSliceEvent((*[]Event)(yyv3980), d) + h.decSliceEvent((*[]Event)(yyv3971), d) } } default: - z.DecStructFieldNotFound(-1, yys3975) - } // end switch yys3975 - } // end for yyj3975 + z.DecStructFieldNotFound(-1, yys3966) + } // end switch yys3966 + } // end for yyj3966 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -49773,16 +49691,16 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3982 int - var yyb3982 bool - var yyhl3982 bool = l >= 0 - yyj3982++ - if yyhl3982 { - yyb3982 = yyj3982 > l + var yyj3973 int + var yyb3973 bool + var yyhl3973 bool = l >= 0 + yyj3973++ + if yyhl3973 { + yyb3973 = yyj3973 > l } else { - yyb3982 = r.CheckBreak() + yyb3973 = r.CheckBreak() } - if yyb3982 { + if yyb3973 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49792,13 +49710,13 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3982++ - if yyhl3982 { - yyb3982 = yyj3982 > l + yyj3973++ + if yyhl3973 { + yyb3973 = yyj3973 > l } else { - yyb3982 = r.CheckBreak() + yyb3973 = r.CheckBreak() } - if yyb3982 { + if yyb3973 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49808,13 +49726,13 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3982++ - if yyhl3982 { - yyb3982 = yyj3982 > l + yyj3973++ + if yyhl3973 { + yyb3973 = yyj3973 > l } else { - yyb3982 = r.CheckBreak() + yyb3973 = r.CheckBreak() } - if yyb3982 { + if yyb3973 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49822,22 +49740,22 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3985 := &x.ListMeta - yym3986 := z.DecBinary() - _ = yym3986 + yyv3976 := &x.ListMeta + yym3977 := z.DecBinary() + _ = yym3977 if false { - } else if z.HasExtensions() && z.DecExt(yyv3985) { + } else if z.HasExtensions() && z.DecExt(yyv3976) { } else { - z.DecFallback(yyv3985, false) + z.DecFallback(yyv3976, false) } } - yyj3982++ - if yyhl3982 { - yyb3982 = yyj3982 > l + yyj3973++ + if yyhl3973 { + yyb3973 = yyj3973 > l } else { - yyb3982 = r.CheckBreak() + yyb3973 = r.CheckBreak() } - if yyb3982 { + if yyb3973 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49845,26 +49763,26 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3987 := &x.Items - yym3988 := z.DecBinary() - _ = yym3988 + yyv3978 := &x.Items + yym3979 := z.DecBinary() + _ = yym3979 if false { } else { - h.decSliceEvent((*[]Event)(yyv3987), d) + h.decSliceEvent((*[]Event)(yyv3978), d) } } for { - yyj3982++ - if yyhl3982 { - yyb3982 = yyj3982 > l + yyj3973++ + if yyhl3973 { + yyb3973 = yyj3973 > l } else { - yyb3982 = r.CheckBreak() + yyb3973 = r.CheckBreak() } - if yyb3982 { + if yyb3973 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3982-1, "") + z.DecStructFieldNotFound(yyj3973-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49876,37 +49794,37 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3989 := z.EncBinary() - _ = yym3989 + yym3980 := z.EncBinary() + _ = yym3980 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3990 := !z.EncBinary() - yy2arr3990 := z.EncBasicHandle().StructToArray - var yyq3990 [4]bool - _, _, _ = yysep3990, yyq3990, yy2arr3990 - const yyr3990 bool = false - yyq3990[0] = x.Kind != "" - yyq3990[1] = x.APIVersion != "" - yyq3990[2] = true - var yynn3990 int - if yyr3990 || yy2arr3990 { + yysep3981 := !z.EncBinary() + yy2arr3981 := z.EncBasicHandle().StructToArray + var yyq3981 [4]bool + _, _, _ = yysep3981, yyq3981, yy2arr3981 + const yyr3981 bool = false + yyq3981[0] = x.Kind != "" + yyq3981[1] = x.APIVersion != "" + yyq3981[2] = true + var yynn3981 int + if yyr3981 || yy2arr3981 { r.EncodeArrayStart(4) } else { - yynn3990 = 1 - for _, b := range yyq3990 { + yynn3981 = 1 + for _, b := range yyq3981 { if b { - yynn3990++ + yynn3981++ } } - r.EncodeMapStart(yynn3990) - yynn3990 = 0 + r.EncodeMapStart(yynn3981) + yynn3981 = 0 } - if yyr3990 || yy2arr3990 { + if yyr3981 || yy2arr3981 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3990[0] { - yym3992 := z.EncBinary() - _ = yym3992 + if yyq3981[0] { + yym3983 := z.EncBinary() + _ = yym3983 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -49915,23 +49833,23 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3990[0] { + if yyq3981[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3993 := z.EncBinary() - _ = yym3993 + yym3984 := z.EncBinary() + _ = yym3984 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3990 || yy2arr3990 { + if yyr3981 || yy2arr3981 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3990[1] { - yym3995 := z.EncBinary() - _ = yym3995 + if yyq3981[1] { + yym3986 := z.EncBinary() + _ = yym3986 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -49940,54 +49858,54 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3990[1] { + if yyq3981[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3996 := z.EncBinary() - _ = yym3996 + yym3987 := z.EncBinary() + _ = yym3987 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3990 || yy2arr3990 { + if yyr3981 || yy2arr3981 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3990[2] { - yy3998 := &x.ListMeta - yym3999 := z.EncBinary() - _ = yym3999 + if yyq3981[2] { + yy3989 := &x.ListMeta + yym3990 := z.EncBinary() + _ = yym3990 if false { - } else if z.HasExtensions() && z.EncExt(yy3998) { + } else if z.HasExtensions() && z.EncExt(yy3989) { } else { - z.EncFallback(yy3998) + z.EncFallback(yy3989) } } else { r.EncodeNil() } } else { - if yyq3990[2] { + if yyq3981[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4000 := &x.ListMeta - yym4001 := z.EncBinary() - _ = yym4001 + yy3991 := &x.ListMeta + yym3992 := z.EncBinary() + _ = yym3992 if false { - } else if z.HasExtensions() && z.EncExt(yy4000) { + } else if z.HasExtensions() && z.EncExt(yy3991) { } else { - z.EncFallback(yy4000) + z.EncFallback(yy3991) } } } - if yyr3990 || yy2arr3990 { + if yyr3981 || yy2arr3981 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4003 := z.EncBinary() - _ = yym4003 + yym3994 := z.EncBinary() + _ = yym3994 if false { } else { h.encSliceruntime_RawExtension(([]pkg5_runtime.RawExtension)(x.Items), e) @@ -50000,15 +49918,15 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4004 := z.EncBinary() - _ = yym4004 + yym3995 := z.EncBinary() + _ = yym3995 if false { } else { h.encSliceruntime_RawExtension(([]pkg5_runtime.RawExtension)(x.Items), e) } } } - if yyr3990 || yy2arr3990 { + if yyr3981 || yy2arr3981 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50021,25 +49939,25 @@ func (x *List) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4005 := z.DecBinary() - _ = yym4005 + yym3996 := z.DecBinary() + _ = yym3996 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4006 := r.ContainerType() - if yyct4006 == codecSelferValueTypeMap1234 { - yyl4006 := r.ReadMapStart() - if yyl4006 == 0 { + yyct3997 := r.ContainerType() + if yyct3997 == codecSelferValueTypeMap1234 { + yyl3997 := r.ReadMapStart() + if yyl3997 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4006, d) + x.codecDecodeSelfFromMap(yyl3997, d) } - } else if yyct4006 == codecSelferValueTypeArray1234 { - yyl4006 := r.ReadArrayStart() - if yyl4006 == 0 { + } else if yyct3997 == codecSelferValueTypeArray1234 { + yyl3997 := r.ReadArrayStart() + if yyl3997 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4006, d) + x.codecDecodeSelfFromArray(yyl3997, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50051,12 +49969,12 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4007Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4007Slc - var yyhl4007 bool = l >= 0 - for yyj4007 := 0; ; yyj4007++ { - if yyhl4007 { - if yyj4007 >= l { + var yys3998Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3998Slc + var yyhl3998 bool = l >= 0 + for yyj3998 := 0; ; yyj3998++ { + if yyhl3998 { + if yyj3998 >= l { break } } else { @@ -50065,10 +49983,10 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4007Slc = r.DecodeBytes(yys4007Slc, true, true) - yys4007 := string(yys4007Slc) + yys3998Slc = r.DecodeBytes(yys3998Slc, true, true) + yys3998 := string(yys3998Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4007 { + switch yys3998 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -50085,31 +50003,31 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4010 := &x.ListMeta - yym4011 := z.DecBinary() - _ = yym4011 + yyv4001 := &x.ListMeta + yym4002 := z.DecBinary() + _ = yym4002 if false { - } else if z.HasExtensions() && z.DecExt(yyv4010) { + } else if z.HasExtensions() && z.DecExt(yyv4001) { } else { - z.DecFallback(yyv4010, false) + z.DecFallback(yyv4001, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4012 := &x.Items - yym4013 := z.DecBinary() - _ = yym4013 + yyv4003 := &x.Items + yym4004 := z.DecBinary() + _ = yym4004 if false { } else { - h.decSliceruntime_RawExtension((*[]pkg5_runtime.RawExtension)(yyv4012), d) + h.decSliceruntime_RawExtension((*[]pkg5_runtime.RawExtension)(yyv4003), d) } } default: - z.DecStructFieldNotFound(-1, yys4007) - } // end switch yys4007 - } // end for yyj4007 + z.DecStructFieldNotFound(-1, yys3998) + } // end switch yys3998 + } // end for yyj3998 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -50117,16 +50035,16 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4014 int - var yyb4014 bool - var yyhl4014 bool = l >= 0 - yyj4014++ - if yyhl4014 { - yyb4014 = yyj4014 > l + var yyj4005 int + var yyb4005 bool + var yyhl4005 bool = l >= 0 + yyj4005++ + if yyhl4005 { + yyb4005 = yyj4005 > l } else { - yyb4014 = r.CheckBreak() + yyb4005 = r.CheckBreak() } - if yyb4014 { + if yyb4005 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50136,13 +50054,13 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4014++ - if yyhl4014 { - yyb4014 = yyj4014 > l + yyj4005++ + if yyhl4005 { + yyb4005 = yyj4005 > l } else { - yyb4014 = r.CheckBreak() + yyb4005 = r.CheckBreak() } - if yyb4014 { + if yyb4005 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50152,13 +50070,13 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4014++ - if yyhl4014 { - yyb4014 = yyj4014 > l + yyj4005++ + if yyhl4005 { + yyb4005 = yyj4005 > l } else { - yyb4014 = r.CheckBreak() + yyb4005 = r.CheckBreak() } - if yyb4014 { + if yyb4005 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50166,22 +50084,22 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4017 := &x.ListMeta - yym4018 := z.DecBinary() - _ = yym4018 + yyv4008 := &x.ListMeta + yym4009 := z.DecBinary() + _ = yym4009 if false { - } else if z.HasExtensions() && z.DecExt(yyv4017) { + } else if z.HasExtensions() && z.DecExt(yyv4008) { } else { - z.DecFallback(yyv4017, false) + z.DecFallback(yyv4008, false) } } - yyj4014++ - if yyhl4014 { - yyb4014 = yyj4014 > l + yyj4005++ + if yyhl4005 { + yyb4005 = yyj4005 > l } else { - yyb4014 = r.CheckBreak() + yyb4005 = r.CheckBreak() } - if yyb4014 { + if yyb4005 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50189,26 +50107,26 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4019 := &x.Items - yym4020 := z.DecBinary() - _ = yym4020 + yyv4010 := &x.Items + yym4011 := z.DecBinary() + _ = yym4011 if false { } else { - h.decSliceruntime_RawExtension((*[]pkg5_runtime.RawExtension)(yyv4019), d) + h.decSliceruntime_RawExtension((*[]pkg5_runtime.RawExtension)(yyv4010), d) } } for { - yyj4014++ - if yyhl4014 { - yyb4014 = yyj4014 > l + yyj4005++ + if yyhl4005 { + yyb4005 = yyj4005 > l } else { - yyb4014 = r.CheckBreak() + yyb4005 = r.CheckBreak() } - if yyb4014 { + if yyb4005 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4014-1, "") + z.DecStructFieldNotFound(yyj4005-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50217,8 +50135,8 @@ func (x LimitType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4021 := z.EncBinary() - _ = yym4021 + yym4012 := z.EncBinary() + _ = yym4012 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -50230,8 +50148,8 @@ func (x *LimitType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4022 := z.DecBinary() - _ = yym4022 + yym4013 := z.DecBinary() + _ = yym4013 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -50246,53 +50164,53 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4023 := z.EncBinary() - _ = yym4023 + yym4014 := z.EncBinary() + _ = yym4014 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4024 := !z.EncBinary() - yy2arr4024 := z.EncBasicHandle().StructToArray - var yyq4024 [6]bool - _, _, _ = yysep4024, yyq4024, yy2arr4024 - const yyr4024 bool = false - yyq4024[0] = x.Type != "" - yyq4024[1] = len(x.Max) != 0 - yyq4024[2] = len(x.Min) != 0 - yyq4024[3] = len(x.Default) != 0 - yyq4024[4] = len(x.DefaultRequest) != 0 - yyq4024[5] = len(x.MaxLimitRequestRatio) != 0 - var yynn4024 int - if yyr4024 || yy2arr4024 { + yysep4015 := !z.EncBinary() + yy2arr4015 := z.EncBasicHandle().StructToArray + var yyq4015 [6]bool + _, _, _ = yysep4015, yyq4015, yy2arr4015 + const yyr4015 bool = false + yyq4015[0] = x.Type != "" + yyq4015[1] = len(x.Max) != 0 + yyq4015[2] = len(x.Min) != 0 + yyq4015[3] = len(x.Default) != 0 + yyq4015[4] = len(x.DefaultRequest) != 0 + yyq4015[5] = len(x.MaxLimitRequestRatio) != 0 + var yynn4015 int + if yyr4015 || yy2arr4015 { r.EncodeArrayStart(6) } else { - yynn4024 = 0 - for _, b := range yyq4024 { + yynn4015 = 0 + for _, b := range yyq4015 { if b { - yynn4024++ + yynn4015++ } } - r.EncodeMapStart(yynn4024) - yynn4024 = 0 + r.EncodeMapStart(yynn4015) + yynn4015 = 0 } - if yyr4024 || yy2arr4024 { + if yyr4015 || yy2arr4015 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4024[0] { + if yyq4015[0] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4024[0] { + if yyq4015[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr4024 || yy2arr4024 { + if yyr4015 || yy2arr4015 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4024[1] { + if yyq4015[1] { if x.Max == nil { r.EncodeNil() } else { @@ -50302,7 +50220,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4024[1] { + if yyq4015[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("max")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -50313,9 +50231,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4024 || yy2arr4024 { + if yyr4015 || yy2arr4015 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4024[2] { + if yyq4015[2] { if x.Min == nil { r.EncodeNil() } else { @@ -50325,7 +50243,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4024[2] { + if yyq4015[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("min")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -50336,9 +50254,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4024 || yy2arr4024 { + if yyr4015 || yy2arr4015 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4024[3] { + if yyq4015[3] { if x.Default == nil { r.EncodeNil() } else { @@ -50348,7 +50266,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4024[3] { + if yyq4015[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("default")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -50359,9 +50277,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4024 || yy2arr4024 { + if yyr4015 || yy2arr4015 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4024[4] { + if yyq4015[4] { if x.DefaultRequest == nil { r.EncodeNil() } else { @@ -50371,7 +50289,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4024[4] { + if yyq4015[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("defaultRequest")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -50382,9 +50300,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4024 || yy2arr4024 { + if yyr4015 || yy2arr4015 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4024[5] { + if yyq4015[5] { if x.MaxLimitRequestRatio == nil { r.EncodeNil() } else { @@ -50394,7 +50312,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4024[5] { + if yyq4015[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("maxLimitRequestRatio")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -50405,7 +50323,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4024 || yy2arr4024 { + if yyr4015 || yy2arr4015 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50418,25 +50336,25 @@ func (x *LimitRangeItem) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4031 := z.DecBinary() - _ = yym4031 + yym4022 := z.DecBinary() + _ = yym4022 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4032 := r.ContainerType() - if yyct4032 == codecSelferValueTypeMap1234 { - yyl4032 := r.ReadMapStart() - if yyl4032 == 0 { + yyct4023 := r.ContainerType() + if yyct4023 == codecSelferValueTypeMap1234 { + yyl4023 := r.ReadMapStart() + if yyl4023 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4032, d) + x.codecDecodeSelfFromMap(yyl4023, d) } - } else if yyct4032 == codecSelferValueTypeArray1234 { - yyl4032 := r.ReadArrayStart() - if yyl4032 == 0 { + } else if yyct4023 == codecSelferValueTypeArray1234 { + yyl4023 := r.ReadArrayStart() + if yyl4023 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4032, d) + x.codecDecodeSelfFromArray(yyl4023, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50448,12 +50366,12 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4033Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4033Slc - var yyhl4033 bool = l >= 0 - for yyj4033 := 0; ; yyj4033++ { - if yyhl4033 { - if yyj4033 >= l { + var yys4024Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4024Slc + var yyhl4024 bool = l >= 0 + for yyj4024 := 0; ; yyj4024++ { + if yyhl4024 { + if yyj4024 >= l { break } } else { @@ -50462,10 +50380,10 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4033Slc = r.DecodeBytes(yys4033Slc, true, true) - yys4033 := string(yys4033Slc) + yys4024Slc = r.DecodeBytes(yys4024Slc, true, true) + yys4024 := string(yys4024Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4033 { + switch yys4024 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -50476,41 +50394,41 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Max = nil } else { - yyv4035 := &x.Max - yyv4035.CodecDecodeSelf(d) + yyv4026 := &x.Max + yyv4026.CodecDecodeSelf(d) } case "min": if r.TryDecodeAsNil() { x.Min = nil } else { - yyv4036 := &x.Min - yyv4036.CodecDecodeSelf(d) + yyv4027 := &x.Min + yyv4027.CodecDecodeSelf(d) } case "default": if r.TryDecodeAsNil() { x.Default = nil } else { - yyv4037 := &x.Default - yyv4037.CodecDecodeSelf(d) + yyv4028 := &x.Default + yyv4028.CodecDecodeSelf(d) } case "defaultRequest": if r.TryDecodeAsNil() { x.DefaultRequest = nil } else { - yyv4038 := &x.DefaultRequest - yyv4038.CodecDecodeSelf(d) + yyv4029 := &x.DefaultRequest + yyv4029.CodecDecodeSelf(d) } case "maxLimitRequestRatio": if r.TryDecodeAsNil() { x.MaxLimitRequestRatio = nil } else { - yyv4039 := &x.MaxLimitRequestRatio - yyv4039.CodecDecodeSelf(d) + yyv4030 := &x.MaxLimitRequestRatio + yyv4030.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys4033) - } // end switch yys4033 - } // end for yyj4033 + z.DecStructFieldNotFound(-1, yys4024) + } // end switch yys4024 + } // end for yyj4024 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -50518,16 +50436,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4040 int - var yyb4040 bool - var yyhl4040 bool = l >= 0 - yyj4040++ - if yyhl4040 { - yyb4040 = yyj4040 > l + var yyj4031 int + var yyb4031 bool + var yyhl4031 bool = l >= 0 + yyj4031++ + if yyhl4031 { + yyb4031 = yyj4031 > l } else { - yyb4040 = r.CheckBreak() + yyb4031 = r.CheckBreak() } - if yyb4040 { + if yyb4031 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50537,13 +50455,13 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = LimitType(r.DecodeString()) } - yyj4040++ - if yyhl4040 { - yyb4040 = yyj4040 > l + yyj4031++ + if yyhl4031 { + yyb4031 = yyj4031 > l } else { - yyb4040 = r.CheckBreak() + yyb4031 = r.CheckBreak() } - if yyb4040 { + if yyb4031 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50551,16 +50469,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Max = nil } else { - yyv4042 := &x.Max - yyv4042.CodecDecodeSelf(d) + yyv4033 := &x.Max + yyv4033.CodecDecodeSelf(d) } - yyj4040++ - if yyhl4040 { - yyb4040 = yyj4040 > l + yyj4031++ + if yyhl4031 { + yyb4031 = yyj4031 > l } else { - yyb4040 = r.CheckBreak() + yyb4031 = r.CheckBreak() } - if yyb4040 { + if yyb4031 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50568,16 +50486,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Min = nil } else { - yyv4043 := &x.Min - yyv4043.CodecDecodeSelf(d) + yyv4034 := &x.Min + yyv4034.CodecDecodeSelf(d) } - yyj4040++ - if yyhl4040 { - yyb4040 = yyj4040 > l + yyj4031++ + if yyhl4031 { + yyb4031 = yyj4031 > l } else { - yyb4040 = r.CheckBreak() + yyb4031 = r.CheckBreak() } - if yyb4040 { + if yyb4031 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50585,16 +50503,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Default = nil } else { - yyv4044 := &x.Default - yyv4044.CodecDecodeSelf(d) + yyv4035 := &x.Default + yyv4035.CodecDecodeSelf(d) } - yyj4040++ - if yyhl4040 { - yyb4040 = yyj4040 > l + yyj4031++ + if yyhl4031 { + yyb4031 = yyj4031 > l } else { - yyb4040 = r.CheckBreak() + yyb4031 = r.CheckBreak() } - if yyb4040 { + if yyb4031 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50602,16 +50520,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DefaultRequest = nil } else { - yyv4045 := &x.DefaultRequest - yyv4045.CodecDecodeSelf(d) + yyv4036 := &x.DefaultRequest + yyv4036.CodecDecodeSelf(d) } - yyj4040++ - if yyhl4040 { - yyb4040 = yyj4040 > l + yyj4031++ + if yyhl4031 { + yyb4031 = yyj4031 > l } else { - yyb4040 = r.CheckBreak() + yyb4031 = r.CheckBreak() } - if yyb4040 { + if yyb4031 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50619,21 +50537,21 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.MaxLimitRequestRatio = nil } else { - yyv4046 := &x.MaxLimitRequestRatio - yyv4046.CodecDecodeSelf(d) + yyv4037 := &x.MaxLimitRequestRatio + yyv4037.CodecDecodeSelf(d) } for { - yyj4040++ - if yyhl4040 { - yyb4040 = yyj4040 > l + yyj4031++ + if yyhl4031 { + yyb4031 = yyj4031 > l } else { - yyb4040 = r.CheckBreak() + yyb4031 = r.CheckBreak() } - if yyb4040 { + if yyb4031 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4040-1, "") + z.DecStructFieldNotFound(yyj4031-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50645,36 +50563,36 @@ func (x *LimitRangeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4047 := z.EncBinary() - _ = yym4047 + yym4038 := z.EncBinary() + _ = yym4038 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4048 := !z.EncBinary() - yy2arr4048 := z.EncBasicHandle().StructToArray - var yyq4048 [1]bool - _, _, _ = yysep4048, yyq4048, yy2arr4048 - const yyr4048 bool = false - var yynn4048 int - if yyr4048 || yy2arr4048 { + yysep4039 := !z.EncBinary() + yy2arr4039 := z.EncBasicHandle().StructToArray + var yyq4039 [1]bool + _, _, _ = yysep4039, yyq4039, yy2arr4039 + const yyr4039 bool = false + var yynn4039 int + if yyr4039 || yy2arr4039 { r.EncodeArrayStart(1) } else { - yynn4048 = 1 - for _, b := range yyq4048 { + yynn4039 = 1 + for _, b := range yyq4039 { if b { - yynn4048++ + yynn4039++ } } - r.EncodeMapStart(yynn4048) - yynn4048 = 0 + r.EncodeMapStart(yynn4039) + yynn4039 = 0 } - if yyr4048 || yy2arr4048 { + if yyr4039 || yy2arr4039 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Limits == nil { r.EncodeNil() } else { - yym4050 := z.EncBinary() - _ = yym4050 + yym4041 := z.EncBinary() + _ = yym4041 if false { } else { h.encSliceLimitRangeItem(([]LimitRangeItem)(x.Limits), e) @@ -50687,15 +50605,15 @@ func (x *LimitRangeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Limits == nil { r.EncodeNil() } else { - yym4051 := z.EncBinary() - _ = yym4051 + yym4042 := z.EncBinary() + _ = yym4042 if false { } else { h.encSliceLimitRangeItem(([]LimitRangeItem)(x.Limits), e) } } } - if yyr4048 || yy2arr4048 { + if yyr4039 || yy2arr4039 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50708,25 +50626,25 @@ func (x *LimitRangeSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4052 := z.DecBinary() - _ = yym4052 + yym4043 := z.DecBinary() + _ = yym4043 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4053 := r.ContainerType() - if yyct4053 == codecSelferValueTypeMap1234 { - yyl4053 := r.ReadMapStart() - if yyl4053 == 0 { + yyct4044 := r.ContainerType() + if yyct4044 == codecSelferValueTypeMap1234 { + yyl4044 := r.ReadMapStart() + if yyl4044 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4053, d) + x.codecDecodeSelfFromMap(yyl4044, d) } - } else if yyct4053 == codecSelferValueTypeArray1234 { - yyl4053 := r.ReadArrayStart() - if yyl4053 == 0 { + } else if yyct4044 == codecSelferValueTypeArray1234 { + yyl4044 := r.ReadArrayStart() + if yyl4044 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4053, d) + x.codecDecodeSelfFromArray(yyl4044, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50738,12 +50656,12 @@ func (x *LimitRangeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4054Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4054Slc - var yyhl4054 bool = l >= 0 - for yyj4054 := 0; ; yyj4054++ { - if yyhl4054 { - if yyj4054 >= l { + var yys4045Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4045Slc + var yyhl4045 bool = l >= 0 + for yyj4045 := 0; ; yyj4045++ { + if yyhl4045 { + if yyj4045 >= l { break } } else { @@ -50752,26 +50670,26 @@ func (x *LimitRangeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4054Slc = r.DecodeBytes(yys4054Slc, true, true) - yys4054 := string(yys4054Slc) + yys4045Slc = r.DecodeBytes(yys4045Slc, true, true) + yys4045 := string(yys4045Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4054 { + switch yys4045 { case "limits": if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv4055 := &x.Limits - yym4056 := z.DecBinary() - _ = yym4056 + yyv4046 := &x.Limits + yym4047 := z.DecBinary() + _ = yym4047 if false { } else { - h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv4055), d) + h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv4046), d) } } default: - z.DecStructFieldNotFound(-1, yys4054) - } // end switch yys4054 - } // end for yyj4054 + z.DecStructFieldNotFound(-1, yys4045) + } // end switch yys4045 + } // end for yyj4045 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -50779,16 +50697,16 @@ func (x *LimitRangeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4057 int - var yyb4057 bool - var yyhl4057 bool = l >= 0 - yyj4057++ - if yyhl4057 { - yyb4057 = yyj4057 > l + var yyj4048 int + var yyb4048 bool + var yyhl4048 bool = l >= 0 + yyj4048++ + if yyhl4048 { + yyb4048 = yyj4048 > l } else { - yyb4057 = r.CheckBreak() + yyb4048 = r.CheckBreak() } - if yyb4057 { + if yyb4048 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50796,26 +50714,26 @@ func (x *LimitRangeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv4058 := &x.Limits - yym4059 := z.DecBinary() - _ = yym4059 + yyv4049 := &x.Limits + yym4050 := z.DecBinary() + _ = yym4050 if false { } else { - h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv4058), d) + h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv4049), d) } } for { - yyj4057++ - if yyhl4057 { - yyb4057 = yyj4057 > l + yyj4048++ + if yyhl4048 { + yyb4048 = yyj4048 > l } else { - yyb4057 = r.CheckBreak() + yyb4048 = r.CheckBreak() } - if yyb4057 { + if yyb4048 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4057-1, "") + z.DecStructFieldNotFound(yyj4048-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50827,38 +50745,38 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4060 := z.EncBinary() - _ = yym4060 + yym4051 := z.EncBinary() + _ = yym4051 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4061 := !z.EncBinary() - yy2arr4061 := z.EncBasicHandle().StructToArray - var yyq4061 [4]bool - _, _, _ = yysep4061, yyq4061, yy2arr4061 - const yyr4061 bool = false - yyq4061[0] = x.Kind != "" - yyq4061[1] = x.APIVersion != "" - yyq4061[2] = true - yyq4061[3] = true - var yynn4061 int - if yyr4061 || yy2arr4061 { + yysep4052 := !z.EncBinary() + yy2arr4052 := z.EncBasicHandle().StructToArray + var yyq4052 [4]bool + _, _, _ = yysep4052, yyq4052, yy2arr4052 + const yyr4052 bool = false + yyq4052[0] = x.Kind != "" + yyq4052[1] = x.APIVersion != "" + yyq4052[2] = true + yyq4052[3] = true + var yynn4052 int + if yyr4052 || yy2arr4052 { r.EncodeArrayStart(4) } else { - yynn4061 = 0 - for _, b := range yyq4061 { + yynn4052 = 0 + for _, b := range yyq4052 { if b { - yynn4061++ + yynn4052++ } } - r.EncodeMapStart(yynn4061) - yynn4061 = 0 + r.EncodeMapStart(yynn4052) + yynn4052 = 0 } - if yyr4061 || yy2arr4061 { + if yyr4052 || yy2arr4052 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4061[0] { - yym4063 := z.EncBinary() - _ = yym4063 + if yyq4052[0] { + yym4054 := z.EncBinary() + _ = yym4054 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -50867,23 +50785,23 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4061[0] { + if yyq4052[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4064 := z.EncBinary() - _ = yym4064 + yym4055 := z.EncBinary() + _ = yym4055 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4061 || yy2arr4061 { + if yyr4052 || yy2arr4052 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4061[1] { - yym4066 := z.EncBinary() - _ = yym4066 + if yyq4052[1] { + yym4057 := z.EncBinary() + _ = yym4057 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -50892,53 +50810,53 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4061[1] { + if yyq4052[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4067 := z.EncBinary() - _ = yym4067 + yym4058 := z.EncBinary() + _ = yym4058 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4061 || yy2arr4061 { + if yyr4052 || yy2arr4052 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4061[2] { - yy4069 := &x.ObjectMeta - yy4069.CodecEncodeSelf(e) + if yyq4052[2] { + yy4060 := &x.ObjectMeta + yy4060.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4061[2] { + if yyq4052[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4070 := &x.ObjectMeta - yy4070.CodecEncodeSelf(e) + yy4061 := &x.ObjectMeta + yy4061.CodecEncodeSelf(e) } } - if yyr4061 || yy2arr4061 { + if yyr4052 || yy2arr4052 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4061[3] { - yy4072 := &x.Spec - yy4072.CodecEncodeSelf(e) + if yyq4052[3] { + yy4063 := &x.Spec + yy4063.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4061[3] { + if yyq4052[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4073 := &x.Spec - yy4073.CodecEncodeSelf(e) + yy4064 := &x.Spec + yy4064.CodecEncodeSelf(e) } } - if yyr4061 || yy2arr4061 { + if yyr4052 || yy2arr4052 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50951,25 +50869,25 @@ func (x *LimitRange) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4074 := z.DecBinary() - _ = yym4074 + yym4065 := z.DecBinary() + _ = yym4065 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4075 := r.ContainerType() - if yyct4075 == codecSelferValueTypeMap1234 { - yyl4075 := r.ReadMapStart() - if yyl4075 == 0 { + yyct4066 := r.ContainerType() + if yyct4066 == codecSelferValueTypeMap1234 { + yyl4066 := r.ReadMapStart() + if yyl4066 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4075, d) + x.codecDecodeSelfFromMap(yyl4066, d) } - } else if yyct4075 == codecSelferValueTypeArray1234 { - yyl4075 := r.ReadArrayStart() - if yyl4075 == 0 { + } else if yyct4066 == codecSelferValueTypeArray1234 { + yyl4066 := r.ReadArrayStart() + if yyl4066 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4075, d) + x.codecDecodeSelfFromArray(yyl4066, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50981,12 +50899,12 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4076Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4076Slc - var yyhl4076 bool = l >= 0 - for yyj4076 := 0; ; yyj4076++ { - if yyhl4076 { - if yyj4076 >= l { + var yys4067Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4067Slc + var yyhl4067 bool = l >= 0 + for yyj4067 := 0; ; yyj4067++ { + if yyhl4067 { + if yyj4067 >= l { break } } else { @@ -50995,10 +50913,10 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4076Slc = r.DecodeBytes(yys4076Slc, true, true) - yys4076 := string(yys4076Slc) + yys4067Slc = r.DecodeBytes(yys4067Slc, true, true) + yys4067 := string(yys4067Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4076 { + switch yys4067 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -51015,20 +50933,20 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4079 := &x.ObjectMeta - yyv4079.CodecDecodeSelf(d) + yyv4070 := &x.ObjectMeta + yyv4070.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = LimitRangeSpec{} } else { - yyv4080 := &x.Spec - yyv4080.CodecDecodeSelf(d) + yyv4071 := &x.Spec + yyv4071.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys4076) - } // end switch yys4076 - } // end for yyj4076 + z.DecStructFieldNotFound(-1, yys4067) + } // end switch yys4067 + } // end for yyj4067 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -51036,16 +50954,16 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4081 int - var yyb4081 bool - var yyhl4081 bool = l >= 0 - yyj4081++ - if yyhl4081 { - yyb4081 = yyj4081 > l + var yyj4072 int + var yyb4072 bool + var yyhl4072 bool = l >= 0 + yyj4072++ + if yyhl4072 { + yyb4072 = yyj4072 > l } else { - yyb4081 = r.CheckBreak() + yyb4072 = r.CheckBreak() } - if yyb4081 { + if yyb4072 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51055,13 +50973,13 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4081++ - if yyhl4081 { - yyb4081 = yyj4081 > l + yyj4072++ + if yyhl4072 { + yyb4072 = yyj4072 > l } else { - yyb4081 = r.CheckBreak() + yyb4072 = r.CheckBreak() } - if yyb4081 { + if yyb4072 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51071,13 +50989,13 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4081++ - if yyhl4081 { - yyb4081 = yyj4081 > l + yyj4072++ + if yyhl4072 { + yyb4072 = yyj4072 > l } else { - yyb4081 = r.CheckBreak() + yyb4072 = r.CheckBreak() } - if yyb4081 { + if yyb4072 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51085,16 +51003,16 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4084 := &x.ObjectMeta - yyv4084.CodecDecodeSelf(d) + yyv4075 := &x.ObjectMeta + yyv4075.CodecDecodeSelf(d) } - yyj4081++ - if yyhl4081 { - yyb4081 = yyj4081 > l + yyj4072++ + if yyhl4072 { + yyb4072 = yyj4072 > l } else { - yyb4081 = r.CheckBreak() + yyb4072 = r.CheckBreak() } - if yyb4081 { + if yyb4072 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51102,21 +51020,21 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = LimitRangeSpec{} } else { - yyv4085 := &x.Spec - yyv4085.CodecDecodeSelf(d) + yyv4076 := &x.Spec + yyv4076.CodecDecodeSelf(d) } for { - yyj4081++ - if yyhl4081 { - yyb4081 = yyj4081 > l + yyj4072++ + if yyhl4072 { + yyb4072 = yyj4072 > l } else { - yyb4081 = r.CheckBreak() + yyb4072 = r.CheckBreak() } - if yyb4081 { + if yyb4072 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4081-1, "") + z.DecStructFieldNotFound(yyj4072-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51128,37 +51046,37 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4086 := z.EncBinary() - _ = yym4086 + yym4077 := z.EncBinary() + _ = yym4077 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4087 := !z.EncBinary() - yy2arr4087 := z.EncBasicHandle().StructToArray - var yyq4087 [4]bool - _, _, _ = yysep4087, yyq4087, yy2arr4087 - const yyr4087 bool = false - yyq4087[0] = x.Kind != "" - yyq4087[1] = x.APIVersion != "" - yyq4087[2] = true - var yynn4087 int - if yyr4087 || yy2arr4087 { + yysep4078 := !z.EncBinary() + yy2arr4078 := z.EncBasicHandle().StructToArray + var yyq4078 [4]bool + _, _, _ = yysep4078, yyq4078, yy2arr4078 + const yyr4078 bool = false + yyq4078[0] = x.Kind != "" + yyq4078[1] = x.APIVersion != "" + yyq4078[2] = true + var yynn4078 int + if yyr4078 || yy2arr4078 { r.EncodeArrayStart(4) } else { - yynn4087 = 1 - for _, b := range yyq4087 { + yynn4078 = 1 + for _, b := range yyq4078 { if b { - yynn4087++ + yynn4078++ } } - r.EncodeMapStart(yynn4087) - yynn4087 = 0 + r.EncodeMapStart(yynn4078) + yynn4078 = 0 } - if yyr4087 || yy2arr4087 { + if yyr4078 || yy2arr4078 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4087[0] { - yym4089 := z.EncBinary() - _ = yym4089 + if yyq4078[0] { + yym4080 := z.EncBinary() + _ = yym4080 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -51167,23 +51085,23 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4087[0] { + if yyq4078[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4090 := z.EncBinary() - _ = yym4090 + yym4081 := z.EncBinary() + _ = yym4081 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4087 || yy2arr4087 { + if yyr4078 || yy2arr4078 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4087[1] { - yym4092 := z.EncBinary() - _ = yym4092 + if yyq4078[1] { + yym4083 := z.EncBinary() + _ = yym4083 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -51192,54 +51110,54 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4087[1] { + if yyq4078[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4093 := z.EncBinary() - _ = yym4093 + yym4084 := z.EncBinary() + _ = yym4084 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4087 || yy2arr4087 { + if yyr4078 || yy2arr4078 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4087[2] { - yy4095 := &x.ListMeta - yym4096 := z.EncBinary() - _ = yym4096 + if yyq4078[2] { + yy4086 := &x.ListMeta + yym4087 := z.EncBinary() + _ = yym4087 if false { - } else if z.HasExtensions() && z.EncExt(yy4095) { + } else if z.HasExtensions() && z.EncExt(yy4086) { } else { - z.EncFallback(yy4095) + z.EncFallback(yy4086) } } else { r.EncodeNil() } } else { - if yyq4087[2] { + if yyq4078[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4097 := &x.ListMeta - yym4098 := z.EncBinary() - _ = yym4098 + yy4088 := &x.ListMeta + yym4089 := z.EncBinary() + _ = yym4089 if false { - } else if z.HasExtensions() && z.EncExt(yy4097) { + } else if z.HasExtensions() && z.EncExt(yy4088) { } else { - z.EncFallback(yy4097) + z.EncFallback(yy4088) } } } - if yyr4087 || yy2arr4087 { + if yyr4078 || yy2arr4078 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4100 := z.EncBinary() - _ = yym4100 + yym4091 := z.EncBinary() + _ = yym4091 if false { } else { h.encSliceLimitRange(([]LimitRange)(x.Items), e) @@ -51252,15 +51170,15 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4101 := z.EncBinary() - _ = yym4101 + yym4092 := z.EncBinary() + _ = yym4092 if false { } else { h.encSliceLimitRange(([]LimitRange)(x.Items), e) } } } - if yyr4087 || yy2arr4087 { + if yyr4078 || yy2arr4078 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -51273,25 +51191,25 @@ func (x *LimitRangeList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4102 := z.DecBinary() - _ = yym4102 + yym4093 := z.DecBinary() + _ = yym4093 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4103 := r.ContainerType() - if yyct4103 == codecSelferValueTypeMap1234 { - yyl4103 := r.ReadMapStart() - if yyl4103 == 0 { + yyct4094 := r.ContainerType() + if yyct4094 == codecSelferValueTypeMap1234 { + yyl4094 := r.ReadMapStart() + if yyl4094 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4103, d) + x.codecDecodeSelfFromMap(yyl4094, d) } - } else if yyct4103 == codecSelferValueTypeArray1234 { - yyl4103 := r.ReadArrayStart() - if yyl4103 == 0 { + } else if yyct4094 == codecSelferValueTypeArray1234 { + yyl4094 := r.ReadArrayStart() + if yyl4094 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4103, d) + x.codecDecodeSelfFromArray(yyl4094, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -51303,12 +51221,12 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4104Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4104Slc - var yyhl4104 bool = l >= 0 - for yyj4104 := 0; ; yyj4104++ { - if yyhl4104 { - if yyj4104 >= l { + var yys4095Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4095Slc + var yyhl4095 bool = l >= 0 + for yyj4095 := 0; ; yyj4095++ { + if yyhl4095 { + if yyj4095 >= l { break } } else { @@ -51317,10 +51235,10 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4104Slc = r.DecodeBytes(yys4104Slc, true, true) - yys4104 := string(yys4104Slc) + yys4095Slc = r.DecodeBytes(yys4095Slc, true, true) + yys4095 := string(yys4095Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4104 { + switch yys4095 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -51337,31 +51255,31 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4107 := &x.ListMeta - yym4108 := z.DecBinary() - _ = yym4108 + yyv4098 := &x.ListMeta + yym4099 := z.DecBinary() + _ = yym4099 if false { - } else if z.HasExtensions() && z.DecExt(yyv4107) { + } else if z.HasExtensions() && z.DecExt(yyv4098) { } else { - z.DecFallback(yyv4107, false) + z.DecFallback(yyv4098, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4109 := &x.Items - yym4110 := z.DecBinary() - _ = yym4110 + yyv4100 := &x.Items + yym4101 := z.DecBinary() + _ = yym4101 if false { } else { - h.decSliceLimitRange((*[]LimitRange)(yyv4109), d) + h.decSliceLimitRange((*[]LimitRange)(yyv4100), d) } } default: - z.DecStructFieldNotFound(-1, yys4104) - } // end switch yys4104 - } // end for yyj4104 + z.DecStructFieldNotFound(-1, yys4095) + } // end switch yys4095 + } // end for yyj4095 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -51369,16 +51287,16 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4111 int - var yyb4111 bool - var yyhl4111 bool = l >= 0 - yyj4111++ - if yyhl4111 { - yyb4111 = yyj4111 > l + var yyj4102 int + var yyb4102 bool + var yyhl4102 bool = l >= 0 + yyj4102++ + if yyhl4102 { + yyb4102 = yyj4102 > l } else { - yyb4111 = r.CheckBreak() + yyb4102 = r.CheckBreak() } - if yyb4111 { + if yyb4102 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51388,13 +51306,13 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4111++ - if yyhl4111 { - yyb4111 = yyj4111 > l + yyj4102++ + if yyhl4102 { + yyb4102 = yyj4102 > l } else { - yyb4111 = r.CheckBreak() + yyb4102 = r.CheckBreak() } - if yyb4111 { + if yyb4102 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51404,13 +51322,13 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4111++ - if yyhl4111 { - yyb4111 = yyj4111 > l + yyj4102++ + if yyhl4102 { + yyb4102 = yyj4102 > l } else { - yyb4111 = r.CheckBreak() + yyb4102 = r.CheckBreak() } - if yyb4111 { + if yyb4102 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51418,22 +51336,22 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4114 := &x.ListMeta - yym4115 := z.DecBinary() - _ = yym4115 + yyv4105 := &x.ListMeta + yym4106 := z.DecBinary() + _ = yym4106 if false { - } else if z.HasExtensions() && z.DecExt(yyv4114) { + } else if z.HasExtensions() && z.DecExt(yyv4105) { } else { - z.DecFallback(yyv4114, false) + z.DecFallback(yyv4105, false) } } - yyj4111++ - if yyhl4111 { - yyb4111 = yyj4111 > l + yyj4102++ + if yyhl4102 { + yyb4102 = yyj4102 > l } else { - yyb4111 = r.CheckBreak() + yyb4102 = r.CheckBreak() } - if yyb4111 { + if yyb4102 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51441,26 +51359,26 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4116 := &x.Items - yym4117 := z.DecBinary() - _ = yym4117 + yyv4107 := &x.Items + yym4108 := z.DecBinary() + _ = yym4108 if false { } else { - h.decSliceLimitRange((*[]LimitRange)(yyv4116), d) + h.decSliceLimitRange((*[]LimitRange)(yyv4107), d) } } for { - yyj4111++ - if yyhl4111 { - yyb4111 = yyj4111 > l + yyj4102++ + if yyhl4102 { + yyb4102 = yyj4102 > l } else { - yyb4111 = r.CheckBreak() + yyb4102 = r.CheckBreak() } - if yyb4111 { + if yyb4102 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4111-1, "") + z.DecStructFieldNotFound(yyj4102-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51469,8 +51387,8 @@ func (x ResourceQuotaScope) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4118 := z.EncBinary() - _ = yym4118 + yym4109 := z.EncBinary() + _ = yym4109 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -51482,8 +51400,8 @@ func (x *ResourceQuotaScope) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4119 := z.DecBinary() - _ = yym4119 + yym4110 := z.DecBinary() + _ = yym4110 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -51498,34 +51416,34 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4120 := z.EncBinary() - _ = yym4120 + yym4111 := z.EncBinary() + _ = yym4111 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4121 := !z.EncBinary() - yy2arr4121 := z.EncBasicHandle().StructToArray - var yyq4121 [2]bool - _, _, _ = yysep4121, yyq4121, yy2arr4121 - const yyr4121 bool = false - yyq4121[0] = len(x.Hard) != 0 - yyq4121[1] = len(x.Scopes) != 0 - var yynn4121 int - if yyr4121 || yy2arr4121 { + yysep4112 := !z.EncBinary() + yy2arr4112 := z.EncBasicHandle().StructToArray + var yyq4112 [2]bool + _, _, _ = yysep4112, yyq4112, yy2arr4112 + const yyr4112 bool = false + yyq4112[0] = len(x.Hard) != 0 + yyq4112[1] = len(x.Scopes) != 0 + var yynn4112 int + if yyr4112 || yy2arr4112 { r.EncodeArrayStart(2) } else { - yynn4121 = 0 - for _, b := range yyq4121 { + yynn4112 = 0 + for _, b := range yyq4112 { if b { - yynn4121++ + yynn4112++ } } - r.EncodeMapStart(yynn4121) - yynn4121 = 0 + r.EncodeMapStart(yynn4112) + yynn4112 = 0 } - if yyr4121 || yy2arr4121 { + if yyr4112 || yy2arr4112 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4121[0] { + if yyq4112[0] { if x.Hard == nil { r.EncodeNil() } else { @@ -51535,7 +51453,7 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4121[0] { + if yyq4112[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hard")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -51546,14 +51464,14 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4121 || yy2arr4121 { + if yyr4112 || yy2arr4112 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4121[1] { + if yyq4112[1] { if x.Scopes == nil { r.EncodeNil() } else { - yym4124 := z.EncBinary() - _ = yym4124 + yym4115 := z.EncBinary() + _ = yym4115 if false { } else { h.encSliceResourceQuotaScope(([]ResourceQuotaScope)(x.Scopes), e) @@ -51563,15 +51481,15 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4121[1] { + if yyq4112[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("scopes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Scopes == nil { r.EncodeNil() } else { - yym4125 := z.EncBinary() - _ = yym4125 + yym4116 := z.EncBinary() + _ = yym4116 if false { } else { h.encSliceResourceQuotaScope(([]ResourceQuotaScope)(x.Scopes), e) @@ -51579,7 +51497,7 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4121 || yy2arr4121 { + if yyr4112 || yy2arr4112 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -51592,25 +51510,25 @@ func (x *ResourceQuotaSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4126 := z.DecBinary() - _ = yym4126 + yym4117 := z.DecBinary() + _ = yym4117 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4127 := r.ContainerType() - if yyct4127 == codecSelferValueTypeMap1234 { - yyl4127 := r.ReadMapStart() - if yyl4127 == 0 { + yyct4118 := r.ContainerType() + if yyct4118 == codecSelferValueTypeMap1234 { + yyl4118 := r.ReadMapStart() + if yyl4118 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4127, d) + x.codecDecodeSelfFromMap(yyl4118, d) } - } else if yyct4127 == codecSelferValueTypeArray1234 { - yyl4127 := r.ReadArrayStart() - if yyl4127 == 0 { + } else if yyct4118 == codecSelferValueTypeArray1234 { + yyl4118 := r.ReadArrayStart() + if yyl4118 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4127, d) + x.codecDecodeSelfFromArray(yyl4118, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -51622,12 +51540,12 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4128Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4128Slc - var yyhl4128 bool = l >= 0 - for yyj4128 := 0; ; yyj4128++ { - if yyhl4128 { - if yyj4128 >= l { + var yys4119Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4119Slc + var yyhl4119 bool = l >= 0 + for yyj4119 := 0; ; yyj4119++ { + if yyhl4119 { + if yyj4119 >= l { break } } else { @@ -51636,33 +51554,33 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4128Slc = r.DecodeBytes(yys4128Slc, true, true) - yys4128 := string(yys4128Slc) + yys4119Slc = r.DecodeBytes(yys4119Slc, true, true) + yys4119 := string(yys4119Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4128 { + switch yys4119 { case "hard": if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv4129 := &x.Hard - yyv4129.CodecDecodeSelf(d) + yyv4120 := &x.Hard + yyv4120.CodecDecodeSelf(d) } case "scopes": if r.TryDecodeAsNil() { x.Scopes = nil } else { - yyv4130 := &x.Scopes - yym4131 := z.DecBinary() - _ = yym4131 + yyv4121 := &x.Scopes + yym4122 := z.DecBinary() + _ = yym4122 if false { } else { - h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv4130), d) + h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv4121), d) } } default: - z.DecStructFieldNotFound(-1, yys4128) - } // end switch yys4128 - } // end for yyj4128 + z.DecStructFieldNotFound(-1, yys4119) + } // end switch yys4119 + } // end for yyj4119 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -51670,16 +51588,16 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4132 int - var yyb4132 bool - var yyhl4132 bool = l >= 0 - yyj4132++ - if yyhl4132 { - yyb4132 = yyj4132 > l + var yyj4123 int + var yyb4123 bool + var yyhl4123 bool = l >= 0 + yyj4123++ + if yyhl4123 { + yyb4123 = yyj4123 > l } else { - yyb4132 = r.CheckBreak() + yyb4123 = r.CheckBreak() } - if yyb4132 { + if yyb4123 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51687,16 +51605,16 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv4133 := &x.Hard - yyv4133.CodecDecodeSelf(d) + yyv4124 := &x.Hard + yyv4124.CodecDecodeSelf(d) } - yyj4132++ - if yyhl4132 { - yyb4132 = yyj4132 > l + yyj4123++ + if yyhl4123 { + yyb4123 = yyj4123 > l } else { - yyb4132 = r.CheckBreak() + yyb4123 = r.CheckBreak() } - if yyb4132 { + if yyb4123 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51704,26 +51622,26 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Scopes = nil } else { - yyv4134 := &x.Scopes - yym4135 := z.DecBinary() - _ = yym4135 + yyv4125 := &x.Scopes + yym4126 := z.DecBinary() + _ = yym4126 if false { } else { - h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv4134), d) + h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv4125), d) } } for { - yyj4132++ - if yyhl4132 { - yyb4132 = yyj4132 > l + yyj4123++ + if yyhl4123 { + yyb4123 = yyj4123 > l } else { - yyb4132 = r.CheckBreak() + yyb4123 = r.CheckBreak() } - if yyb4132 { + if yyb4123 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4132-1, "") + z.DecStructFieldNotFound(yyj4123-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51735,34 +51653,34 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4136 := z.EncBinary() - _ = yym4136 + yym4127 := z.EncBinary() + _ = yym4127 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4137 := !z.EncBinary() - yy2arr4137 := z.EncBasicHandle().StructToArray - var yyq4137 [2]bool - _, _, _ = yysep4137, yyq4137, yy2arr4137 - const yyr4137 bool = false - yyq4137[0] = len(x.Hard) != 0 - yyq4137[1] = len(x.Used) != 0 - var yynn4137 int - if yyr4137 || yy2arr4137 { + yysep4128 := !z.EncBinary() + yy2arr4128 := z.EncBasicHandle().StructToArray + var yyq4128 [2]bool + _, _, _ = yysep4128, yyq4128, yy2arr4128 + const yyr4128 bool = false + yyq4128[0] = len(x.Hard) != 0 + yyq4128[1] = len(x.Used) != 0 + var yynn4128 int + if yyr4128 || yy2arr4128 { r.EncodeArrayStart(2) } else { - yynn4137 = 0 - for _, b := range yyq4137 { + yynn4128 = 0 + for _, b := range yyq4128 { if b { - yynn4137++ + yynn4128++ } } - r.EncodeMapStart(yynn4137) - yynn4137 = 0 + r.EncodeMapStart(yynn4128) + yynn4128 = 0 } - if yyr4137 || yy2arr4137 { + if yyr4128 || yy2arr4128 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4137[0] { + if yyq4128[0] { if x.Hard == nil { r.EncodeNil() } else { @@ -51772,7 +51690,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4137[0] { + if yyq4128[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hard")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -51783,9 +51701,9 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4137 || yy2arr4137 { + if yyr4128 || yy2arr4128 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4137[1] { + if yyq4128[1] { if x.Used == nil { r.EncodeNil() } else { @@ -51795,7 +51713,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4137[1] { + if yyq4128[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("used")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -51806,7 +51724,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4137 || yy2arr4137 { + if yyr4128 || yy2arr4128 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -51819,25 +51737,25 @@ func (x *ResourceQuotaStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4140 := z.DecBinary() - _ = yym4140 + yym4131 := z.DecBinary() + _ = yym4131 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4141 := r.ContainerType() - if yyct4141 == codecSelferValueTypeMap1234 { - yyl4141 := r.ReadMapStart() - if yyl4141 == 0 { + yyct4132 := r.ContainerType() + if yyct4132 == codecSelferValueTypeMap1234 { + yyl4132 := r.ReadMapStart() + if yyl4132 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4141, d) + x.codecDecodeSelfFromMap(yyl4132, d) } - } else if yyct4141 == codecSelferValueTypeArray1234 { - yyl4141 := r.ReadArrayStart() - if yyl4141 == 0 { + } else if yyct4132 == codecSelferValueTypeArray1234 { + yyl4132 := r.ReadArrayStart() + if yyl4132 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4141, d) + x.codecDecodeSelfFromArray(yyl4132, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -51849,12 +51767,12 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4142Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4142Slc - var yyhl4142 bool = l >= 0 - for yyj4142 := 0; ; yyj4142++ { - if yyhl4142 { - if yyj4142 >= l { + var yys4133Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4133Slc + var yyhl4133 bool = l >= 0 + for yyj4133 := 0; ; yyj4133++ { + if yyhl4133 { + if yyj4133 >= l { break } } else { @@ -51863,28 +51781,28 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4142Slc = r.DecodeBytes(yys4142Slc, true, true) - yys4142 := string(yys4142Slc) + yys4133Slc = r.DecodeBytes(yys4133Slc, true, true) + yys4133 := string(yys4133Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4142 { + switch yys4133 { case "hard": if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv4143 := &x.Hard - yyv4143.CodecDecodeSelf(d) + yyv4134 := &x.Hard + yyv4134.CodecDecodeSelf(d) } case "used": if r.TryDecodeAsNil() { x.Used = nil } else { - yyv4144 := &x.Used - yyv4144.CodecDecodeSelf(d) + yyv4135 := &x.Used + yyv4135.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys4142) - } // end switch yys4142 - } // end for yyj4142 + z.DecStructFieldNotFound(-1, yys4133) + } // end switch yys4133 + } // end for yyj4133 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -51892,16 +51810,16 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4145 int - var yyb4145 bool - var yyhl4145 bool = l >= 0 - yyj4145++ - if yyhl4145 { - yyb4145 = yyj4145 > l + var yyj4136 int + var yyb4136 bool + var yyhl4136 bool = l >= 0 + yyj4136++ + if yyhl4136 { + yyb4136 = yyj4136 > l } else { - yyb4145 = r.CheckBreak() + yyb4136 = r.CheckBreak() } - if yyb4145 { + if yyb4136 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51909,16 +51827,16 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv4146 := &x.Hard - yyv4146.CodecDecodeSelf(d) + yyv4137 := &x.Hard + yyv4137.CodecDecodeSelf(d) } - yyj4145++ - if yyhl4145 { - yyb4145 = yyj4145 > l + yyj4136++ + if yyhl4136 { + yyb4136 = yyj4136 > l } else { - yyb4145 = r.CheckBreak() + yyb4136 = r.CheckBreak() } - if yyb4145 { + if yyb4136 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51926,21 +51844,21 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Used = nil } else { - yyv4147 := &x.Used - yyv4147.CodecDecodeSelf(d) + yyv4138 := &x.Used + yyv4138.CodecDecodeSelf(d) } for { - yyj4145++ - if yyhl4145 { - yyb4145 = yyj4145 > l + yyj4136++ + if yyhl4136 { + yyb4136 = yyj4136 > l } else { - yyb4145 = r.CheckBreak() + yyb4136 = r.CheckBreak() } - if yyb4145 { + if yyb4136 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4145-1, "") + z.DecStructFieldNotFound(yyj4136-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51952,39 +51870,39 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4148 := z.EncBinary() - _ = yym4148 + yym4139 := z.EncBinary() + _ = yym4139 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4149 := !z.EncBinary() - yy2arr4149 := z.EncBasicHandle().StructToArray - var yyq4149 [5]bool - _, _, _ = yysep4149, yyq4149, yy2arr4149 - const yyr4149 bool = false - yyq4149[0] = x.Kind != "" - yyq4149[1] = x.APIVersion != "" - yyq4149[2] = true - yyq4149[3] = true - yyq4149[4] = true - var yynn4149 int - if yyr4149 || yy2arr4149 { + yysep4140 := !z.EncBinary() + yy2arr4140 := z.EncBasicHandle().StructToArray + var yyq4140 [5]bool + _, _, _ = yysep4140, yyq4140, yy2arr4140 + const yyr4140 bool = false + yyq4140[0] = x.Kind != "" + yyq4140[1] = x.APIVersion != "" + yyq4140[2] = true + yyq4140[3] = true + yyq4140[4] = true + var yynn4140 int + if yyr4140 || yy2arr4140 { r.EncodeArrayStart(5) } else { - yynn4149 = 0 - for _, b := range yyq4149 { + yynn4140 = 0 + for _, b := range yyq4140 { if b { - yynn4149++ + yynn4140++ } } - r.EncodeMapStart(yynn4149) - yynn4149 = 0 + r.EncodeMapStart(yynn4140) + yynn4140 = 0 } - if yyr4149 || yy2arr4149 { + if yyr4140 || yy2arr4140 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4149[0] { - yym4151 := z.EncBinary() - _ = yym4151 + if yyq4140[0] { + yym4142 := z.EncBinary() + _ = yym4142 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -51993,23 +51911,23 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4149[0] { + if yyq4140[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4152 := z.EncBinary() - _ = yym4152 + yym4143 := z.EncBinary() + _ = yym4143 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4149 || yy2arr4149 { + if yyr4140 || yy2arr4140 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4149[1] { - yym4154 := z.EncBinary() - _ = yym4154 + if yyq4140[1] { + yym4145 := z.EncBinary() + _ = yym4145 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -52018,70 +51936,70 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4149[1] { + if yyq4140[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4155 := z.EncBinary() - _ = yym4155 + yym4146 := z.EncBinary() + _ = yym4146 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4149 || yy2arr4149 { + if yyr4140 || yy2arr4140 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4149[2] { - yy4157 := &x.ObjectMeta - yy4157.CodecEncodeSelf(e) + if yyq4140[2] { + yy4148 := &x.ObjectMeta + yy4148.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4149[2] { + if yyq4140[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4158 := &x.ObjectMeta - yy4158.CodecEncodeSelf(e) + yy4149 := &x.ObjectMeta + yy4149.CodecEncodeSelf(e) } } - if yyr4149 || yy2arr4149 { + if yyr4140 || yy2arr4140 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4149[3] { - yy4160 := &x.Spec - yy4160.CodecEncodeSelf(e) + if yyq4140[3] { + yy4151 := &x.Spec + yy4151.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4149[3] { + if yyq4140[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4161 := &x.Spec - yy4161.CodecEncodeSelf(e) + yy4152 := &x.Spec + yy4152.CodecEncodeSelf(e) } } - if yyr4149 || yy2arr4149 { + if yyr4140 || yy2arr4140 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4149[4] { - yy4163 := &x.Status - yy4163.CodecEncodeSelf(e) + if yyq4140[4] { + yy4154 := &x.Status + yy4154.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4149[4] { + if yyq4140[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4164 := &x.Status - yy4164.CodecEncodeSelf(e) + yy4155 := &x.Status + yy4155.CodecEncodeSelf(e) } } - if yyr4149 || yy2arr4149 { + if yyr4140 || yy2arr4140 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -52094,25 +52012,25 @@ func (x *ResourceQuota) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4165 := z.DecBinary() - _ = yym4165 + yym4156 := z.DecBinary() + _ = yym4156 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4166 := r.ContainerType() - if yyct4166 == codecSelferValueTypeMap1234 { - yyl4166 := r.ReadMapStart() - if yyl4166 == 0 { + yyct4157 := r.ContainerType() + if yyct4157 == codecSelferValueTypeMap1234 { + yyl4157 := r.ReadMapStart() + if yyl4157 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4166, d) + x.codecDecodeSelfFromMap(yyl4157, d) } - } else if yyct4166 == codecSelferValueTypeArray1234 { - yyl4166 := r.ReadArrayStart() - if yyl4166 == 0 { + } else if yyct4157 == codecSelferValueTypeArray1234 { + yyl4157 := r.ReadArrayStart() + if yyl4157 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4166, d) + x.codecDecodeSelfFromArray(yyl4157, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -52124,12 +52042,12 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4167Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4167Slc - var yyhl4167 bool = l >= 0 - for yyj4167 := 0; ; yyj4167++ { - if yyhl4167 { - if yyj4167 >= l { + var yys4158Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4158Slc + var yyhl4158 bool = l >= 0 + for yyj4158 := 0; ; yyj4158++ { + if yyhl4158 { + if yyj4158 >= l { break } } else { @@ -52138,10 +52056,10 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4167Slc = r.DecodeBytes(yys4167Slc, true, true) - yys4167 := string(yys4167Slc) + yys4158Slc = r.DecodeBytes(yys4158Slc, true, true) + yys4158 := string(yys4158Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4167 { + switch yys4158 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -52158,27 +52076,27 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4170 := &x.ObjectMeta - yyv4170.CodecDecodeSelf(d) + yyv4161 := &x.ObjectMeta + yyv4161.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ResourceQuotaSpec{} } else { - yyv4171 := &x.Spec - yyv4171.CodecDecodeSelf(d) + yyv4162 := &x.Spec + yyv4162.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ResourceQuotaStatus{} } else { - yyv4172 := &x.Status - yyv4172.CodecDecodeSelf(d) + yyv4163 := &x.Status + yyv4163.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys4167) - } // end switch yys4167 - } // end for yyj4167 + z.DecStructFieldNotFound(-1, yys4158) + } // end switch yys4158 + } // end for yyj4158 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -52186,16 +52104,16 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4173 int - var yyb4173 bool - var yyhl4173 bool = l >= 0 - yyj4173++ - if yyhl4173 { - yyb4173 = yyj4173 > l + var yyj4164 int + var yyb4164 bool + var yyhl4164 bool = l >= 0 + yyj4164++ + if yyhl4164 { + yyb4164 = yyj4164 > l } else { - yyb4173 = r.CheckBreak() + yyb4164 = r.CheckBreak() } - if yyb4173 { + if yyb4164 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52205,13 +52123,13 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4173++ - if yyhl4173 { - yyb4173 = yyj4173 > l + yyj4164++ + if yyhl4164 { + yyb4164 = yyj4164 > l } else { - yyb4173 = r.CheckBreak() + yyb4164 = r.CheckBreak() } - if yyb4173 { + if yyb4164 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52221,13 +52139,13 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4173++ - if yyhl4173 { - yyb4173 = yyj4173 > l + yyj4164++ + if yyhl4164 { + yyb4164 = yyj4164 > l } else { - yyb4173 = r.CheckBreak() + yyb4164 = r.CheckBreak() } - if yyb4173 { + if yyb4164 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52235,16 +52153,16 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4176 := &x.ObjectMeta - yyv4176.CodecDecodeSelf(d) + yyv4167 := &x.ObjectMeta + yyv4167.CodecDecodeSelf(d) } - yyj4173++ - if yyhl4173 { - yyb4173 = yyj4173 > l + yyj4164++ + if yyhl4164 { + yyb4164 = yyj4164 > l } else { - yyb4173 = r.CheckBreak() + yyb4164 = r.CheckBreak() } - if yyb4173 { + if yyb4164 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52252,16 +52170,16 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = ResourceQuotaSpec{} } else { - yyv4177 := &x.Spec - yyv4177.CodecDecodeSelf(d) + yyv4168 := &x.Spec + yyv4168.CodecDecodeSelf(d) } - yyj4173++ - if yyhl4173 { - yyb4173 = yyj4173 > l + yyj4164++ + if yyhl4164 { + yyb4164 = yyj4164 > l } else { - yyb4173 = r.CheckBreak() + yyb4164 = r.CheckBreak() } - if yyb4173 { + if yyb4164 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52269,21 +52187,21 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = ResourceQuotaStatus{} } else { - yyv4178 := &x.Status - yyv4178.CodecDecodeSelf(d) + yyv4169 := &x.Status + yyv4169.CodecDecodeSelf(d) } for { - yyj4173++ - if yyhl4173 { - yyb4173 = yyj4173 > l + yyj4164++ + if yyhl4164 { + yyb4164 = yyj4164 > l } else { - yyb4173 = r.CheckBreak() + yyb4164 = r.CheckBreak() } - if yyb4173 { + if yyb4164 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4173-1, "") + z.DecStructFieldNotFound(yyj4164-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -52295,37 +52213,37 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4179 := z.EncBinary() - _ = yym4179 + yym4170 := z.EncBinary() + _ = yym4170 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4180 := !z.EncBinary() - yy2arr4180 := z.EncBasicHandle().StructToArray - var yyq4180 [4]bool - _, _, _ = yysep4180, yyq4180, yy2arr4180 - const yyr4180 bool = false - yyq4180[0] = x.Kind != "" - yyq4180[1] = x.APIVersion != "" - yyq4180[2] = true - var yynn4180 int - if yyr4180 || yy2arr4180 { + yysep4171 := !z.EncBinary() + yy2arr4171 := z.EncBasicHandle().StructToArray + var yyq4171 [4]bool + _, _, _ = yysep4171, yyq4171, yy2arr4171 + const yyr4171 bool = false + yyq4171[0] = x.Kind != "" + yyq4171[1] = x.APIVersion != "" + yyq4171[2] = true + var yynn4171 int + if yyr4171 || yy2arr4171 { r.EncodeArrayStart(4) } else { - yynn4180 = 1 - for _, b := range yyq4180 { + yynn4171 = 1 + for _, b := range yyq4171 { if b { - yynn4180++ + yynn4171++ } } - r.EncodeMapStart(yynn4180) - yynn4180 = 0 + r.EncodeMapStart(yynn4171) + yynn4171 = 0 } - if yyr4180 || yy2arr4180 { + if yyr4171 || yy2arr4171 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4180[0] { - yym4182 := z.EncBinary() - _ = yym4182 + if yyq4171[0] { + yym4173 := z.EncBinary() + _ = yym4173 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -52334,23 +52252,23 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4180[0] { + if yyq4171[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4183 := z.EncBinary() - _ = yym4183 + yym4174 := z.EncBinary() + _ = yym4174 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4180 || yy2arr4180 { + if yyr4171 || yy2arr4171 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4180[1] { - yym4185 := z.EncBinary() - _ = yym4185 + if yyq4171[1] { + yym4176 := z.EncBinary() + _ = yym4176 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -52359,54 +52277,54 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4180[1] { + if yyq4171[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4186 := z.EncBinary() - _ = yym4186 + yym4177 := z.EncBinary() + _ = yym4177 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4180 || yy2arr4180 { + if yyr4171 || yy2arr4171 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4180[2] { - yy4188 := &x.ListMeta - yym4189 := z.EncBinary() - _ = yym4189 + if yyq4171[2] { + yy4179 := &x.ListMeta + yym4180 := z.EncBinary() + _ = yym4180 if false { - } else if z.HasExtensions() && z.EncExt(yy4188) { + } else if z.HasExtensions() && z.EncExt(yy4179) { } else { - z.EncFallback(yy4188) + z.EncFallback(yy4179) } } else { r.EncodeNil() } } else { - if yyq4180[2] { + if yyq4171[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4190 := &x.ListMeta - yym4191 := z.EncBinary() - _ = yym4191 + yy4181 := &x.ListMeta + yym4182 := z.EncBinary() + _ = yym4182 if false { - } else if z.HasExtensions() && z.EncExt(yy4190) { + } else if z.HasExtensions() && z.EncExt(yy4181) { } else { - z.EncFallback(yy4190) + z.EncFallback(yy4181) } } } - if yyr4180 || yy2arr4180 { + if yyr4171 || yy2arr4171 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4193 := z.EncBinary() - _ = yym4193 + yym4184 := z.EncBinary() + _ = yym4184 if false { } else { h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) @@ -52419,15 +52337,15 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4194 := z.EncBinary() - _ = yym4194 + yym4185 := z.EncBinary() + _ = yym4185 if false { } else { h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) } } } - if yyr4180 || yy2arr4180 { + if yyr4171 || yy2arr4171 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -52440,25 +52358,25 @@ func (x *ResourceQuotaList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4195 := z.DecBinary() - _ = yym4195 + yym4186 := z.DecBinary() + _ = yym4186 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4196 := r.ContainerType() - if yyct4196 == codecSelferValueTypeMap1234 { - yyl4196 := r.ReadMapStart() - if yyl4196 == 0 { + yyct4187 := r.ContainerType() + if yyct4187 == codecSelferValueTypeMap1234 { + yyl4187 := r.ReadMapStart() + if yyl4187 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4196, d) + x.codecDecodeSelfFromMap(yyl4187, d) } - } else if yyct4196 == codecSelferValueTypeArray1234 { - yyl4196 := r.ReadArrayStart() - if yyl4196 == 0 { + } else if yyct4187 == codecSelferValueTypeArray1234 { + yyl4187 := r.ReadArrayStart() + if yyl4187 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4196, d) + x.codecDecodeSelfFromArray(yyl4187, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -52470,12 +52388,12 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4197Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4197Slc - var yyhl4197 bool = l >= 0 - for yyj4197 := 0; ; yyj4197++ { - if yyhl4197 { - if yyj4197 >= l { + var yys4188Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4188Slc + var yyhl4188 bool = l >= 0 + for yyj4188 := 0; ; yyj4188++ { + if yyhl4188 { + if yyj4188 >= l { break } } else { @@ -52484,10 +52402,10 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4197Slc = r.DecodeBytes(yys4197Slc, true, true) - yys4197 := string(yys4197Slc) + yys4188Slc = r.DecodeBytes(yys4188Slc, true, true) + yys4188 := string(yys4188Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4197 { + switch yys4188 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -52504,31 +52422,31 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4200 := &x.ListMeta - yym4201 := z.DecBinary() - _ = yym4201 + yyv4191 := &x.ListMeta + yym4192 := z.DecBinary() + _ = yym4192 if false { - } else if z.HasExtensions() && z.DecExt(yyv4200) { + } else if z.HasExtensions() && z.DecExt(yyv4191) { } else { - z.DecFallback(yyv4200, false) + z.DecFallback(yyv4191, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4202 := &x.Items - yym4203 := z.DecBinary() - _ = yym4203 + yyv4193 := &x.Items + yym4194 := z.DecBinary() + _ = yym4194 if false { } else { - h.decSliceResourceQuota((*[]ResourceQuota)(yyv4202), d) + h.decSliceResourceQuota((*[]ResourceQuota)(yyv4193), d) } } default: - z.DecStructFieldNotFound(-1, yys4197) - } // end switch yys4197 - } // end for yyj4197 + z.DecStructFieldNotFound(-1, yys4188) + } // end switch yys4188 + } // end for yyj4188 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -52536,16 +52454,16 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4204 int - var yyb4204 bool - var yyhl4204 bool = l >= 0 - yyj4204++ - if yyhl4204 { - yyb4204 = yyj4204 > l + var yyj4195 int + var yyb4195 bool + var yyhl4195 bool = l >= 0 + yyj4195++ + if yyhl4195 { + yyb4195 = yyj4195 > l } else { - yyb4204 = r.CheckBreak() + yyb4195 = r.CheckBreak() } - if yyb4204 { + if yyb4195 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52555,13 +52473,13 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.Kind = string(r.DecodeString()) } - yyj4204++ - if yyhl4204 { - yyb4204 = yyj4204 > l + yyj4195++ + if yyhl4195 { + yyb4195 = yyj4195 > l } else { - yyb4204 = r.CheckBreak() + yyb4195 = r.CheckBreak() } - if yyb4204 { + if yyb4195 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52571,13 +52489,13 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.APIVersion = string(r.DecodeString()) } - yyj4204++ - if yyhl4204 { - yyb4204 = yyj4204 > l + yyj4195++ + if yyhl4195 { + yyb4195 = yyj4195 > l } else { - yyb4204 = r.CheckBreak() + yyb4195 = r.CheckBreak() } - if yyb4204 { + if yyb4195 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52585,22 +52503,22 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4207 := &x.ListMeta - yym4208 := z.DecBinary() - _ = yym4208 + yyv4198 := &x.ListMeta + yym4199 := z.DecBinary() + _ = yym4199 if false { - } else if z.HasExtensions() && z.DecExt(yyv4207) { + } else if z.HasExtensions() && z.DecExt(yyv4198) { } else { - z.DecFallback(yyv4207, false) + z.DecFallback(yyv4198, false) } } - yyj4204++ - if yyhl4204 { - yyb4204 = yyj4204 > l + yyj4195++ + if yyhl4195 { + yyb4195 = yyj4195 > l } else { - yyb4204 = r.CheckBreak() + yyb4195 = r.CheckBreak() } - if yyb4204 { + if yyb4195 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52608,26 +52526,26 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4209 := &x.Items - yym4210 := z.DecBinary() - _ = yym4210 + yyv4200 := &x.Items + yym4201 := z.DecBinary() + _ = yym4201 if false { } else { - h.decSliceResourceQuota((*[]ResourceQuota)(yyv4209), d) + h.decSliceResourceQuota((*[]ResourceQuota)(yyv4200), d) } } for { - yyj4204++ - if yyhl4204 { - yyb4204 = yyj4204 > l + yyj4195++ + if yyhl4195 { + yyb4195 = yyj4195 > l } else { - yyb4204 = r.CheckBreak() + yyb4195 = r.CheckBreak() } - if yyb4204 { + if yyb4195 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4204-1, "") + z.DecStructFieldNotFound(yyj4195-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -52639,40 +52557,40 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4211 := z.EncBinary() - _ = yym4211 + yym4202 := z.EncBinary() + _ = yym4202 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4212 := !z.EncBinary() - yy2arr4212 := z.EncBasicHandle().StructToArray - var yyq4212 [6]bool - _, _, _ = yysep4212, yyq4212, yy2arr4212 - const yyr4212 bool = false - yyq4212[0] = x.Kind != "" - yyq4212[1] = x.APIVersion != "" - yyq4212[2] = true - yyq4212[3] = len(x.Data) != 0 - yyq4212[4] = len(x.StringData) != 0 - yyq4212[5] = x.Type != "" - var yynn4212 int - if yyr4212 || yy2arr4212 { + yysep4203 := !z.EncBinary() + yy2arr4203 := z.EncBasicHandle().StructToArray + var yyq4203 [6]bool + _, _, _ = yysep4203, yyq4203, yy2arr4203 + const yyr4203 bool = false + yyq4203[0] = x.Kind != "" + yyq4203[1] = x.APIVersion != "" + yyq4203[2] = true + yyq4203[3] = len(x.Data) != 0 + yyq4203[4] = len(x.StringData) != 0 + yyq4203[5] = x.Type != "" + var yynn4203 int + if yyr4203 || yy2arr4203 { r.EncodeArrayStart(6) } else { - yynn4212 = 0 - for _, b := range yyq4212 { + yynn4203 = 0 + for _, b := range yyq4203 { if b { - yynn4212++ + yynn4203++ } } - r.EncodeMapStart(yynn4212) - yynn4212 = 0 + r.EncodeMapStart(yynn4203) + yynn4203 = 0 } - if yyr4212 || yy2arr4212 { + if yyr4203 || yy2arr4203 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4212[0] { - yym4214 := z.EncBinary() - _ = yym4214 + if yyq4203[0] { + yym4205 := z.EncBinary() + _ = yym4205 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -52681,23 +52599,23 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4212[0] { + if yyq4203[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4215 := z.EncBinary() - _ = yym4215 + yym4206 := z.EncBinary() + _ = yym4206 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4212 || yy2arr4212 { + if yyr4203 || yy2arr4203 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4212[1] { - yym4217 := z.EncBinary() - _ = yym4217 + if yyq4203[1] { + yym4208 := z.EncBinary() + _ = yym4208 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -52706,43 +52624,43 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4212[1] { + if yyq4203[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4218 := z.EncBinary() - _ = yym4218 + yym4209 := z.EncBinary() + _ = yym4209 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4212 || yy2arr4212 { + if yyr4203 || yy2arr4203 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4212[2] { - yy4220 := &x.ObjectMeta - yy4220.CodecEncodeSelf(e) + if yyq4203[2] { + yy4211 := &x.ObjectMeta + yy4211.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4212[2] { + if yyq4203[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4221 := &x.ObjectMeta - yy4221.CodecEncodeSelf(e) + yy4212 := &x.ObjectMeta + yy4212.CodecEncodeSelf(e) } } - if yyr4212 || yy2arr4212 { + if yyr4203 || yy2arr4203 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4212[3] { + if yyq4203[3] { if x.Data == nil { r.EncodeNil() } else { - yym4223 := z.EncBinary() - _ = yym4223 + yym4214 := z.EncBinary() + _ = yym4214 if false { } else { h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) @@ -52752,15 +52670,15 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4212[3] { + if yyq4203[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("data")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Data == nil { r.EncodeNil() } else { - yym4224 := z.EncBinary() - _ = yym4224 + yym4215 := z.EncBinary() + _ = yym4215 if false { } else { h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) @@ -52768,14 +52686,14 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4212 || yy2arr4212 { + if yyr4203 || yy2arr4203 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4212[4] { + if yyq4203[4] { if x.StringData == nil { r.EncodeNil() } else { - yym4226 := z.EncBinary() - _ = yym4226 + yym4217 := z.EncBinary() + _ = yym4217 if false { } else { z.F.EncMapStringStringV(x.StringData, false, e) @@ -52785,15 +52703,15 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4212[4] { + if yyq4203[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stringData")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.StringData == nil { r.EncodeNil() } else { - yym4227 := z.EncBinary() - _ = yym4227 + yym4218 := z.EncBinary() + _ = yym4218 if false { } else { z.F.EncMapStringStringV(x.StringData, false, e) @@ -52801,22 +52719,22 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4212 || yy2arr4212 { + if yyr4203 || yy2arr4203 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4212[5] { + if yyq4203[5] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4212[5] { + if yyq4203[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr4212 || yy2arr4212 { + if yyr4203 || yy2arr4203 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -52829,25 +52747,25 @@ func (x *Secret) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4229 := z.DecBinary() - _ = yym4229 + yym4220 := z.DecBinary() + _ = yym4220 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4230 := r.ContainerType() - if yyct4230 == codecSelferValueTypeMap1234 { - yyl4230 := r.ReadMapStart() - if yyl4230 == 0 { + yyct4221 := r.ContainerType() + if yyct4221 == codecSelferValueTypeMap1234 { + yyl4221 := r.ReadMapStart() + if yyl4221 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4230, d) + x.codecDecodeSelfFromMap(yyl4221, d) } - } else if yyct4230 == codecSelferValueTypeArray1234 { - yyl4230 := r.ReadArrayStart() - if yyl4230 == 0 { + } else if yyct4221 == codecSelferValueTypeArray1234 { + yyl4221 := r.ReadArrayStart() + if yyl4221 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4230, d) + x.codecDecodeSelfFromArray(yyl4221, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -52859,12 +52777,12 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4231Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4231Slc - var yyhl4231 bool = l >= 0 - for yyj4231 := 0; ; yyj4231++ { - if yyhl4231 { - if yyj4231 >= l { + var yys4222Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4222Slc + var yyhl4222 bool = l >= 0 + for yyj4222 := 0; ; yyj4222++ { + if yyhl4222 { + if yyj4222 >= l { break } } else { @@ -52873,10 +52791,10 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4231Slc = r.DecodeBytes(yys4231Slc, true, true) - yys4231 := string(yys4231Slc) + yys4222Slc = r.DecodeBytes(yys4222Slc, true, true) + yys4222 := string(yys4222Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4231 { + switch yys4222 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -52893,31 +52811,31 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4234 := &x.ObjectMeta - yyv4234.CodecDecodeSelf(d) + yyv4225 := &x.ObjectMeta + yyv4225.CodecDecodeSelf(d) } case "data": if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4235 := &x.Data - yym4236 := z.DecBinary() - _ = yym4236 + yyv4226 := &x.Data + yym4227 := z.DecBinary() + _ = yym4227 if false { } else { - h.decMapstringSliceuint8((*map[string][]uint8)(yyv4235), d) + h.decMapstringSliceuint8((*map[string][]uint8)(yyv4226), d) } } case "stringData": if r.TryDecodeAsNil() { x.StringData = nil } else { - yyv4237 := &x.StringData - yym4238 := z.DecBinary() - _ = yym4238 + yyv4228 := &x.StringData + yym4229 := z.DecBinary() + _ = yym4229 if false { } else { - z.F.DecMapStringStringX(yyv4237, false, d) + z.F.DecMapStringStringX(yyv4228, false, d) } } case "type": @@ -52927,9 +52845,9 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Type = SecretType(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys4231) - } // end switch yys4231 - } // end for yyj4231 + z.DecStructFieldNotFound(-1, yys4222) + } // end switch yys4222 + } // end for yyj4222 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -52937,16 +52855,16 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4240 int - var yyb4240 bool - var yyhl4240 bool = l >= 0 - yyj4240++ - if yyhl4240 { - yyb4240 = yyj4240 > l + var yyj4231 int + var yyb4231 bool + var yyhl4231 bool = l >= 0 + yyj4231++ + if yyhl4231 { + yyb4231 = yyj4231 > l } else { - yyb4240 = r.CheckBreak() + yyb4231 = r.CheckBreak() } - if yyb4240 { + if yyb4231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52956,13 +52874,13 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4240++ - if yyhl4240 { - yyb4240 = yyj4240 > l + yyj4231++ + if yyhl4231 { + yyb4231 = yyj4231 > l } else { - yyb4240 = r.CheckBreak() + yyb4231 = r.CheckBreak() } - if yyb4240 { + if yyb4231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52972,13 +52890,13 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4240++ - if yyhl4240 { - yyb4240 = yyj4240 > l + yyj4231++ + if yyhl4231 { + yyb4231 = yyj4231 > l } else { - yyb4240 = r.CheckBreak() + yyb4231 = r.CheckBreak() } - if yyb4240 { + if yyb4231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52986,16 +52904,16 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4243 := &x.ObjectMeta - yyv4243.CodecDecodeSelf(d) + yyv4234 := &x.ObjectMeta + yyv4234.CodecDecodeSelf(d) } - yyj4240++ - if yyhl4240 { - yyb4240 = yyj4240 > l + yyj4231++ + if yyhl4231 { + yyb4231 = yyj4231 > l } else { - yyb4240 = r.CheckBreak() + yyb4231 = r.CheckBreak() } - if yyb4240 { + if yyb4231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53003,21 +52921,21 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4244 := &x.Data - yym4245 := z.DecBinary() - _ = yym4245 + yyv4235 := &x.Data + yym4236 := z.DecBinary() + _ = yym4236 if false { } else { - h.decMapstringSliceuint8((*map[string][]uint8)(yyv4244), d) + h.decMapstringSliceuint8((*map[string][]uint8)(yyv4235), d) } } - yyj4240++ - if yyhl4240 { - yyb4240 = yyj4240 > l + yyj4231++ + if yyhl4231 { + yyb4231 = yyj4231 > l } else { - yyb4240 = r.CheckBreak() + yyb4231 = r.CheckBreak() } - if yyb4240 { + if yyb4231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53025,21 +52943,21 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.StringData = nil } else { - yyv4246 := &x.StringData - yym4247 := z.DecBinary() - _ = yym4247 + yyv4237 := &x.StringData + yym4238 := z.DecBinary() + _ = yym4238 if false { } else { - z.F.DecMapStringStringX(yyv4246, false, d) + z.F.DecMapStringStringX(yyv4237, false, d) } } - yyj4240++ - if yyhl4240 { - yyb4240 = yyj4240 > l + yyj4231++ + if yyhl4231 { + yyb4231 = yyj4231 > l } else { - yyb4240 = r.CheckBreak() + yyb4231 = r.CheckBreak() } - if yyb4240 { + if yyb4231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53050,17 +52968,17 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Type = SecretType(r.DecodeString()) } for { - yyj4240++ - if yyhl4240 { - yyb4240 = yyj4240 > l + yyj4231++ + if yyhl4231 { + yyb4231 = yyj4231 > l } else { - yyb4240 = r.CheckBreak() + yyb4231 = r.CheckBreak() } - if yyb4240 { + if yyb4231 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4240-1, "") + z.DecStructFieldNotFound(yyj4231-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -53069,8 +52987,8 @@ func (x SecretType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4249 := z.EncBinary() - _ = yym4249 + yym4240 := z.EncBinary() + _ = yym4240 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -53082,8 +53000,8 @@ func (x *SecretType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4250 := z.DecBinary() - _ = yym4250 + yym4241 := z.DecBinary() + _ = yym4241 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -53098,37 +53016,37 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4251 := z.EncBinary() - _ = yym4251 + yym4242 := z.EncBinary() + _ = yym4242 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4252 := !z.EncBinary() - yy2arr4252 := z.EncBasicHandle().StructToArray - var yyq4252 [4]bool - _, _, _ = yysep4252, yyq4252, yy2arr4252 - const yyr4252 bool = false - yyq4252[0] = x.Kind != "" - yyq4252[1] = x.APIVersion != "" - yyq4252[2] = true - var yynn4252 int - if yyr4252 || yy2arr4252 { + yysep4243 := !z.EncBinary() + yy2arr4243 := z.EncBasicHandle().StructToArray + var yyq4243 [4]bool + _, _, _ = yysep4243, yyq4243, yy2arr4243 + const yyr4243 bool = false + yyq4243[0] = x.Kind != "" + yyq4243[1] = x.APIVersion != "" + yyq4243[2] = true + var yynn4243 int + if yyr4243 || yy2arr4243 { r.EncodeArrayStart(4) } else { - yynn4252 = 1 - for _, b := range yyq4252 { + yynn4243 = 1 + for _, b := range yyq4243 { if b { - yynn4252++ + yynn4243++ } } - r.EncodeMapStart(yynn4252) - yynn4252 = 0 + r.EncodeMapStart(yynn4243) + yynn4243 = 0 } - if yyr4252 || yy2arr4252 { + if yyr4243 || yy2arr4243 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4252[0] { - yym4254 := z.EncBinary() - _ = yym4254 + if yyq4243[0] { + yym4245 := z.EncBinary() + _ = yym4245 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -53137,23 +53055,23 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4252[0] { + if yyq4243[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4255 := z.EncBinary() - _ = yym4255 + yym4246 := z.EncBinary() + _ = yym4246 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4252 || yy2arr4252 { + if yyr4243 || yy2arr4243 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4252[1] { - yym4257 := z.EncBinary() - _ = yym4257 + if yyq4243[1] { + yym4248 := z.EncBinary() + _ = yym4248 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -53162,54 +53080,54 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4252[1] { + if yyq4243[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4258 := z.EncBinary() - _ = yym4258 + yym4249 := z.EncBinary() + _ = yym4249 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4252 || yy2arr4252 { + if yyr4243 || yy2arr4243 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4252[2] { - yy4260 := &x.ListMeta - yym4261 := z.EncBinary() - _ = yym4261 + if yyq4243[2] { + yy4251 := &x.ListMeta + yym4252 := z.EncBinary() + _ = yym4252 if false { - } else if z.HasExtensions() && z.EncExt(yy4260) { + } else if z.HasExtensions() && z.EncExt(yy4251) { } else { - z.EncFallback(yy4260) + z.EncFallback(yy4251) } } else { r.EncodeNil() } } else { - if yyq4252[2] { + if yyq4243[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4262 := &x.ListMeta - yym4263 := z.EncBinary() - _ = yym4263 + yy4253 := &x.ListMeta + yym4254 := z.EncBinary() + _ = yym4254 if false { - } else if z.HasExtensions() && z.EncExt(yy4262) { + } else if z.HasExtensions() && z.EncExt(yy4253) { } else { - z.EncFallback(yy4262) + z.EncFallback(yy4253) } } } - if yyr4252 || yy2arr4252 { + if yyr4243 || yy2arr4243 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4265 := z.EncBinary() - _ = yym4265 + yym4256 := z.EncBinary() + _ = yym4256 if false { } else { h.encSliceSecret(([]Secret)(x.Items), e) @@ -53222,15 +53140,15 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4266 := z.EncBinary() - _ = yym4266 + yym4257 := z.EncBinary() + _ = yym4257 if false { } else { h.encSliceSecret(([]Secret)(x.Items), e) } } } - if yyr4252 || yy2arr4252 { + if yyr4243 || yy2arr4243 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -53243,25 +53161,25 @@ func (x *SecretList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4267 := z.DecBinary() - _ = yym4267 + yym4258 := z.DecBinary() + _ = yym4258 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4268 := r.ContainerType() - if yyct4268 == codecSelferValueTypeMap1234 { - yyl4268 := r.ReadMapStart() - if yyl4268 == 0 { + yyct4259 := r.ContainerType() + if yyct4259 == codecSelferValueTypeMap1234 { + yyl4259 := r.ReadMapStart() + if yyl4259 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4268, d) + x.codecDecodeSelfFromMap(yyl4259, d) } - } else if yyct4268 == codecSelferValueTypeArray1234 { - yyl4268 := r.ReadArrayStart() - if yyl4268 == 0 { + } else if yyct4259 == codecSelferValueTypeArray1234 { + yyl4259 := r.ReadArrayStart() + if yyl4259 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4268, d) + x.codecDecodeSelfFromArray(yyl4259, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -53273,12 +53191,12 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4269Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4269Slc - var yyhl4269 bool = l >= 0 - for yyj4269 := 0; ; yyj4269++ { - if yyhl4269 { - if yyj4269 >= l { + var yys4260Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4260Slc + var yyhl4260 bool = l >= 0 + for yyj4260 := 0; ; yyj4260++ { + if yyhl4260 { + if yyj4260 >= l { break } } else { @@ -53287,10 +53205,10 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4269Slc = r.DecodeBytes(yys4269Slc, true, true) - yys4269 := string(yys4269Slc) + yys4260Slc = r.DecodeBytes(yys4260Slc, true, true) + yys4260 := string(yys4260Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4269 { + switch yys4260 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -53307,31 +53225,31 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4272 := &x.ListMeta - yym4273 := z.DecBinary() - _ = yym4273 + yyv4263 := &x.ListMeta + yym4264 := z.DecBinary() + _ = yym4264 if false { - } else if z.HasExtensions() && z.DecExt(yyv4272) { + } else if z.HasExtensions() && z.DecExt(yyv4263) { } else { - z.DecFallback(yyv4272, false) + z.DecFallback(yyv4263, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4274 := &x.Items - yym4275 := z.DecBinary() - _ = yym4275 + yyv4265 := &x.Items + yym4266 := z.DecBinary() + _ = yym4266 if false { } else { - h.decSliceSecret((*[]Secret)(yyv4274), d) + h.decSliceSecret((*[]Secret)(yyv4265), d) } } default: - z.DecStructFieldNotFound(-1, yys4269) - } // end switch yys4269 - } // end for yyj4269 + z.DecStructFieldNotFound(-1, yys4260) + } // end switch yys4260 + } // end for yyj4260 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -53339,16 +53257,16 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4276 int - var yyb4276 bool - var yyhl4276 bool = l >= 0 - yyj4276++ - if yyhl4276 { - yyb4276 = yyj4276 > l + var yyj4267 int + var yyb4267 bool + var yyhl4267 bool = l >= 0 + yyj4267++ + if yyhl4267 { + yyb4267 = yyj4267 > l } else { - yyb4276 = r.CheckBreak() + yyb4267 = r.CheckBreak() } - if yyb4276 { + if yyb4267 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53358,13 +53276,13 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4276++ - if yyhl4276 { - yyb4276 = yyj4276 > l + yyj4267++ + if yyhl4267 { + yyb4267 = yyj4267 > l } else { - yyb4276 = r.CheckBreak() + yyb4267 = r.CheckBreak() } - if yyb4276 { + if yyb4267 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53374,13 +53292,13 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4276++ - if yyhl4276 { - yyb4276 = yyj4276 > l + yyj4267++ + if yyhl4267 { + yyb4267 = yyj4267 > l } else { - yyb4276 = r.CheckBreak() + yyb4267 = r.CheckBreak() } - if yyb4276 { + if yyb4267 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53388,22 +53306,22 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4279 := &x.ListMeta - yym4280 := z.DecBinary() - _ = yym4280 + yyv4270 := &x.ListMeta + yym4271 := z.DecBinary() + _ = yym4271 if false { - } else if z.HasExtensions() && z.DecExt(yyv4279) { + } else if z.HasExtensions() && z.DecExt(yyv4270) { } else { - z.DecFallback(yyv4279, false) + z.DecFallback(yyv4270, false) } } - yyj4276++ - if yyhl4276 { - yyb4276 = yyj4276 > l + yyj4267++ + if yyhl4267 { + yyb4267 = yyj4267 > l } else { - yyb4276 = r.CheckBreak() + yyb4267 = r.CheckBreak() } - if yyb4276 { + if yyb4267 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53411,26 +53329,26 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4281 := &x.Items - yym4282 := z.DecBinary() - _ = yym4282 + yyv4272 := &x.Items + yym4273 := z.DecBinary() + _ = yym4273 if false { } else { - h.decSliceSecret((*[]Secret)(yyv4281), d) + h.decSliceSecret((*[]Secret)(yyv4272), d) } } for { - yyj4276++ - if yyhl4276 { - yyb4276 = yyj4276 > l + yyj4267++ + if yyhl4267 { + yyb4267 = yyj4267 > l } else { - yyb4276 = r.CheckBreak() + yyb4267 = r.CheckBreak() } - if yyb4276 { + if yyb4267 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4276-1, "") + z.DecStructFieldNotFound(yyj4267-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -53442,38 +53360,38 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4283 := z.EncBinary() - _ = yym4283 + yym4274 := z.EncBinary() + _ = yym4274 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4284 := !z.EncBinary() - yy2arr4284 := z.EncBasicHandle().StructToArray - var yyq4284 [4]bool - _, _, _ = yysep4284, yyq4284, yy2arr4284 - const yyr4284 bool = false - yyq4284[0] = x.Kind != "" - yyq4284[1] = x.APIVersion != "" - yyq4284[2] = true - yyq4284[3] = len(x.Data) != 0 - var yynn4284 int - if yyr4284 || yy2arr4284 { + yysep4275 := !z.EncBinary() + yy2arr4275 := z.EncBasicHandle().StructToArray + var yyq4275 [4]bool + _, _, _ = yysep4275, yyq4275, yy2arr4275 + const yyr4275 bool = false + yyq4275[0] = x.Kind != "" + yyq4275[1] = x.APIVersion != "" + yyq4275[2] = true + yyq4275[3] = len(x.Data) != 0 + var yynn4275 int + if yyr4275 || yy2arr4275 { r.EncodeArrayStart(4) } else { - yynn4284 = 0 - for _, b := range yyq4284 { + yynn4275 = 0 + for _, b := range yyq4275 { if b { - yynn4284++ + yynn4275++ } } - r.EncodeMapStart(yynn4284) - yynn4284 = 0 + r.EncodeMapStart(yynn4275) + yynn4275 = 0 } - if yyr4284 || yy2arr4284 { + if yyr4275 || yy2arr4275 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4284[0] { - yym4286 := z.EncBinary() - _ = yym4286 + if yyq4275[0] { + yym4277 := z.EncBinary() + _ = yym4277 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -53482,23 +53400,23 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4284[0] { + if yyq4275[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4287 := z.EncBinary() - _ = yym4287 + yym4278 := z.EncBinary() + _ = yym4278 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4284 || yy2arr4284 { + if yyr4275 || yy2arr4275 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4284[1] { - yym4289 := z.EncBinary() - _ = yym4289 + if yyq4275[1] { + yym4280 := z.EncBinary() + _ = yym4280 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -53507,43 +53425,43 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4284[1] { + if yyq4275[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4290 := z.EncBinary() - _ = yym4290 + yym4281 := z.EncBinary() + _ = yym4281 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4284 || yy2arr4284 { + if yyr4275 || yy2arr4275 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4284[2] { - yy4292 := &x.ObjectMeta - yy4292.CodecEncodeSelf(e) + if yyq4275[2] { + yy4283 := &x.ObjectMeta + yy4283.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4284[2] { + if yyq4275[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4293 := &x.ObjectMeta - yy4293.CodecEncodeSelf(e) + yy4284 := &x.ObjectMeta + yy4284.CodecEncodeSelf(e) } } - if yyr4284 || yy2arr4284 { + if yyr4275 || yy2arr4275 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4284[3] { + if yyq4275[3] { if x.Data == nil { r.EncodeNil() } else { - yym4295 := z.EncBinary() - _ = yym4295 + yym4286 := z.EncBinary() + _ = yym4286 if false { } else { z.F.EncMapStringStringV(x.Data, false, e) @@ -53553,15 +53471,15 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4284[3] { + if yyq4275[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("data")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Data == nil { r.EncodeNil() } else { - yym4296 := z.EncBinary() - _ = yym4296 + yym4287 := z.EncBinary() + _ = yym4287 if false { } else { z.F.EncMapStringStringV(x.Data, false, e) @@ -53569,7 +53487,7 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4284 || yy2arr4284 { + if yyr4275 || yy2arr4275 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -53582,25 +53500,25 @@ func (x *ConfigMap) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4297 := z.DecBinary() - _ = yym4297 + yym4288 := z.DecBinary() + _ = yym4288 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4298 := r.ContainerType() - if yyct4298 == codecSelferValueTypeMap1234 { - yyl4298 := r.ReadMapStart() - if yyl4298 == 0 { + yyct4289 := r.ContainerType() + if yyct4289 == codecSelferValueTypeMap1234 { + yyl4289 := r.ReadMapStart() + if yyl4289 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4298, d) + x.codecDecodeSelfFromMap(yyl4289, d) } - } else if yyct4298 == codecSelferValueTypeArray1234 { - yyl4298 := r.ReadArrayStart() - if yyl4298 == 0 { + } else if yyct4289 == codecSelferValueTypeArray1234 { + yyl4289 := r.ReadArrayStart() + if yyl4289 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4298, d) + x.codecDecodeSelfFromArray(yyl4289, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -53612,12 +53530,12 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4299Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4299Slc - var yyhl4299 bool = l >= 0 - for yyj4299 := 0; ; yyj4299++ { - if yyhl4299 { - if yyj4299 >= l { + var yys4290Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4290Slc + var yyhl4290 bool = l >= 0 + for yyj4290 := 0; ; yyj4290++ { + if yyhl4290 { + if yyj4290 >= l { break } } else { @@ -53626,10 +53544,10 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4299Slc = r.DecodeBytes(yys4299Slc, true, true) - yys4299 := string(yys4299Slc) + yys4290Slc = r.DecodeBytes(yys4290Slc, true, true) + yys4290 := string(yys4290Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4299 { + switch yys4290 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -53646,25 +53564,25 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4302 := &x.ObjectMeta - yyv4302.CodecDecodeSelf(d) + yyv4293 := &x.ObjectMeta + yyv4293.CodecDecodeSelf(d) } case "data": if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4303 := &x.Data - yym4304 := z.DecBinary() - _ = yym4304 + yyv4294 := &x.Data + yym4295 := z.DecBinary() + _ = yym4295 if false { } else { - z.F.DecMapStringStringX(yyv4303, false, d) + z.F.DecMapStringStringX(yyv4294, false, d) } } default: - z.DecStructFieldNotFound(-1, yys4299) - } // end switch yys4299 - } // end for yyj4299 + z.DecStructFieldNotFound(-1, yys4290) + } // end switch yys4290 + } // end for yyj4290 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -53672,16 +53590,16 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4305 int - var yyb4305 bool - var yyhl4305 bool = l >= 0 - yyj4305++ - if yyhl4305 { - yyb4305 = yyj4305 > l + var yyj4296 int + var yyb4296 bool + var yyhl4296 bool = l >= 0 + yyj4296++ + if yyhl4296 { + yyb4296 = yyj4296 > l } else { - yyb4305 = r.CheckBreak() + yyb4296 = r.CheckBreak() } - if yyb4305 { + if yyb4296 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53691,13 +53609,13 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4305++ - if yyhl4305 { - yyb4305 = yyj4305 > l + yyj4296++ + if yyhl4296 { + yyb4296 = yyj4296 > l } else { - yyb4305 = r.CheckBreak() + yyb4296 = r.CheckBreak() } - if yyb4305 { + if yyb4296 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53707,13 +53625,13 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4305++ - if yyhl4305 { - yyb4305 = yyj4305 > l + yyj4296++ + if yyhl4296 { + yyb4296 = yyj4296 > l } else { - yyb4305 = r.CheckBreak() + yyb4296 = r.CheckBreak() } - if yyb4305 { + if yyb4296 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53721,16 +53639,16 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4308 := &x.ObjectMeta - yyv4308.CodecDecodeSelf(d) + yyv4299 := &x.ObjectMeta + yyv4299.CodecDecodeSelf(d) } - yyj4305++ - if yyhl4305 { - yyb4305 = yyj4305 > l + yyj4296++ + if yyhl4296 { + yyb4296 = yyj4296 > l } else { - yyb4305 = r.CheckBreak() + yyb4296 = r.CheckBreak() } - if yyb4305 { + if yyb4296 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53738,26 +53656,26 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4309 := &x.Data - yym4310 := z.DecBinary() - _ = yym4310 + yyv4300 := &x.Data + yym4301 := z.DecBinary() + _ = yym4301 if false { } else { - z.F.DecMapStringStringX(yyv4309, false, d) + z.F.DecMapStringStringX(yyv4300, false, d) } } for { - yyj4305++ - if yyhl4305 { - yyb4305 = yyj4305 > l + yyj4296++ + if yyhl4296 { + yyb4296 = yyj4296 > l } else { - yyb4305 = r.CheckBreak() + yyb4296 = r.CheckBreak() } - if yyb4305 { + if yyb4296 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4305-1, "") + z.DecStructFieldNotFound(yyj4296-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -53769,37 +53687,37 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4311 := z.EncBinary() - _ = yym4311 + yym4302 := z.EncBinary() + _ = yym4302 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4312 := !z.EncBinary() - yy2arr4312 := z.EncBasicHandle().StructToArray - var yyq4312 [4]bool - _, _, _ = yysep4312, yyq4312, yy2arr4312 - const yyr4312 bool = false - yyq4312[0] = x.Kind != "" - yyq4312[1] = x.APIVersion != "" - yyq4312[2] = true - var yynn4312 int - if yyr4312 || yy2arr4312 { + yysep4303 := !z.EncBinary() + yy2arr4303 := z.EncBasicHandle().StructToArray + var yyq4303 [4]bool + _, _, _ = yysep4303, yyq4303, yy2arr4303 + const yyr4303 bool = false + yyq4303[0] = x.Kind != "" + yyq4303[1] = x.APIVersion != "" + yyq4303[2] = true + var yynn4303 int + if yyr4303 || yy2arr4303 { r.EncodeArrayStart(4) } else { - yynn4312 = 1 - for _, b := range yyq4312 { + yynn4303 = 1 + for _, b := range yyq4303 { if b { - yynn4312++ + yynn4303++ } } - r.EncodeMapStart(yynn4312) - yynn4312 = 0 + r.EncodeMapStart(yynn4303) + yynn4303 = 0 } - if yyr4312 || yy2arr4312 { + if yyr4303 || yy2arr4303 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4312[0] { - yym4314 := z.EncBinary() - _ = yym4314 + if yyq4303[0] { + yym4305 := z.EncBinary() + _ = yym4305 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -53808,23 +53726,23 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4312[0] { + if yyq4303[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4315 := z.EncBinary() - _ = yym4315 + yym4306 := z.EncBinary() + _ = yym4306 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4312 || yy2arr4312 { + if yyr4303 || yy2arr4303 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4312[1] { - yym4317 := z.EncBinary() - _ = yym4317 + if yyq4303[1] { + yym4308 := z.EncBinary() + _ = yym4308 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -53833,54 +53751,54 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4312[1] { + if yyq4303[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4318 := z.EncBinary() - _ = yym4318 + yym4309 := z.EncBinary() + _ = yym4309 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4312 || yy2arr4312 { + if yyr4303 || yy2arr4303 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4312[2] { - yy4320 := &x.ListMeta - yym4321 := z.EncBinary() - _ = yym4321 + if yyq4303[2] { + yy4311 := &x.ListMeta + yym4312 := z.EncBinary() + _ = yym4312 if false { - } else if z.HasExtensions() && z.EncExt(yy4320) { + } else if z.HasExtensions() && z.EncExt(yy4311) { } else { - z.EncFallback(yy4320) + z.EncFallback(yy4311) } } else { r.EncodeNil() } } else { - if yyq4312[2] { + if yyq4303[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4322 := &x.ListMeta - yym4323 := z.EncBinary() - _ = yym4323 + yy4313 := &x.ListMeta + yym4314 := z.EncBinary() + _ = yym4314 if false { - } else if z.HasExtensions() && z.EncExt(yy4322) { + } else if z.HasExtensions() && z.EncExt(yy4313) { } else { - z.EncFallback(yy4322) + z.EncFallback(yy4313) } } } - if yyr4312 || yy2arr4312 { + if yyr4303 || yy2arr4303 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4325 := z.EncBinary() - _ = yym4325 + yym4316 := z.EncBinary() + _ = yym4316 if false { } else { h.encSliceConfigMap(([]ConfigMap)(x.Items), e) @@ -53893,15 +53811,15 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4326 := z.EncBinary() - _ = yym4326 + yym4317 := z.EncBinary() + _ = yym4317 if false { } else { h.encSliceConfigMap(([]ConfigMap)(x.Items), e) } } } - if yyr4312 || yy2arr4312 { + if yyr4303 || yy2arr4303 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -53914,25 +53832,25 @@ func (x *ConfigMapList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4327 := z.DecBinary() - _ = yym4327 + yym4318 := z.DecBinary() + _ = yym4318 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4328 := r.ContainerType() - if yyct4328 == codecSelferValueTypeMap1234 { - yyl4328 := r.ReadMapStart() - if yyl4328 == 0 { + yyct4319 := r.ContainerType() + if yyct4319 == codecSelferValueTypeMap1234 { + yyl4319 := r.ReadMapStart() + if yyl4319 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4328, d) + x.codecDecodeSelfFromMap(yyl4319, d) } - } else if yyct4328 == codecSelferValueTypeArray1234 { - yyl4328 := r.ReadArrayStart() - if yyl4328 == 0 { + } else if yyct4319 == codecSelferValueTypeArray1234 { + yyl4319 := r.ReadArrayStart() + if yyl4319 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4328, d) + x.codecDecodeSelfFromArray(yyl4319, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -53944,12 +53862,12 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4329Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4329Slc - var yyhl4329 bool = l >= 0 - for yyj4329 := 0; ; yyj4329++ { - if yyhl4329 { - if yyj4329 >= l { + var yys4320Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4320Slc + var yyhl4320 bool = l >= 0 + for yyj4320 := 0; ; yyj4320++ { + if yyhl4320 { + if yyj4320 >= l { break } } else { @@ -53958,10 +53876,10 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4329Slc = r.DecodeBytes(yys4329Slc, true, true) - yys4329 := string(yys4329Slc) + yys4320Slc = r.DecodeBytes(yys4320Slc, true, true) + yys4320 := string(yys4320Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4329 { + switch yys4320 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -53978,31 +53896,31 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4332 := &x.ListMeta - yym4333 := z.DecBinary() - _ = yym4333 + yyv4323 := &x.ListMeta + yym4324 := z.DecBinary() + _ = yym4324 if false { - } else if z.HasExtensions() && z.DecExt(yyv4332) { + } else if z.HasExtensions() && z.DecExt(yyv4323) { } else { - z.DecFallback(yyv4332, false) + z.DecFallback(yyv4323, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4334 := &x.Items - yym4335 := z.DecBinary() - _ = yym4335 + yyv4325 := &x.Items + yym4326 := z.DecBinary() + _ = yym4326 if false { } else { - h.decSliceConfigMap((*[]ConfigMap)(yyv4334), d) + h.decSliceConfigMap((*[]ConfigMap)(yyv4325), d) } } default: - z.DecStructFieldNotFound(-1, yys4329) - } // end switch yys4329 - } // end for yyj4329 + z.DecStructFieldNotFound(-1, yys4320) + } // end switch yys4320 + } // end for yyj4320 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -54010,16 +53928,16 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4336 int - var yyb4336 bool - var yyhl4336 bool = l >= 0 - yyj4336++ - if yyhl4336 { - yyb4336 = yyj4336 > l + var yyj4327 int + var yyb4327 bool + var yyhl4327 bool = l >= 0 + yyj4327++ + if yyhl4327 { + yyb4327 = yyj4327 > l } else { - yyb4336 = r.CheckBreak() + yyb4327 = r.CheckBreak() } - if yyb4336 { + if yyb4327 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54029,13 +53947,13 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4336++ - if yyhl4336 { - yyb4336 = yyj4336 > l + yyj4327++ + if yyhl4327 { + yyb4327 = yyj4327 > l } else { - yyb4336 = r.CheckBreak() + yyb4327 = r.CheckBreak() } - if yyb4336 { + if yyb4327 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54045,13 +53963,13 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4336++ - if yyhl4336 { - yyb4336 = yyj4336 > l + yyj4327++ + if yyhl4327 { + yyb4327 = yyj4327 > l } else { - yyb4336 = r.CheckBreak() + yyb4327 = r.CheckBreak() } - if yyb4336 { + if yyb4327 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54059,22 +53977,22 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4339 := &x.ListMeta - yym4340 := z.DecBinary() - _ = yym4340 + yyv4330 := &x.ListMeta + yym4331 := z.DecBinary() + _ = yym4331 if false { - } else if z.HasExtensions() && z.DecExt(yyv4339) { + } else if z.HasExtensions() && z.DecExt(yyv4330) { } else { - z.DecFallback(yyv4339, false) + z.DecFallback(yyv4330, false) } } - yyj4336++ - if yyhl4336 { - yyb4336 = yyj4336 > l + yyj4327++ + if yyhl4327 { + yyb4327 = yyj4327 > l } else { - yyb4336 = r.CheckBreak() + yyb4327 = r.CheckBreak() } - if yyb4336 { + if yyb4327 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54082,26 +54000,26 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4341 := &x.Items - yym4342 := z.DecBinary() - _ = yym4342 + yyv4332 := &x.Items + yym4333 := z.DecBinary() + _ = yym4333 if false { } else { - h.decSliceConfigMap((*[]ConfigMap)(yyv4341), d) + h.decSliceConfigMap((*[]ConfigMap)(yyv4332), d) } } for { - yyj4336++ - if yyhl4336 { - yyb4336 = yyj4336 > l + yyj4327++ + if yyhl4327 { + yyb4327 = yyj4327 > l } else { - yyb4336 = r.CheckBreak() + yyb4327 = r.CheckBreak() } - if yyb4336 { + if yyb4327 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4336-1, "") + z.DecStructFieldNotFound(yyj4327-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54110,8 +54028,8 @@ func (x ComponentConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4343 := z.EncBinary() - _ = yym4343 + yym4334 := z.EncBinary() + _ = yym4334 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -54123,8 +54041,8 @@ func (x *ComponentConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4344 := z.DecBinary() - _ = yym4344 + yym4335 := z.DecBinary() + _ = yym4335 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -54139,32 +54057,32 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4345 := z.EncBinary() - _ = yym4345 + yym4336 := z.EncBinary() + _ = yym4336 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4346 := !z.EncBinary() - yy2arr4346 := z.EncBasicHandle().StructToArray - var yyq4346 [4]bool - _, _, _ = yysep4346, yyq4346, yy2arr4346 - const yyr4346 bool = false - yyq4346[2] = x.Message != "" - yyq4346[3] = x.Error != "" - var yynn4346 int - if yyr4346 || yy2arr4346 { + yysep4337 := !z.EncBinary() + yy2arr4337 := z.EncBasicHandle().StructToArray + var yyq4337 [4]bool + _, _, _ = yysep4337, yyq4337, yy2arr4337 + const yyr4337 bool = false + yyq4337[2] = x.Message != "" + yyq4337[3] = x.Error != "" + var yynn4337 int + if yyr4337 || yy2arr4337 { r.EncodeArrayStart(4) } else { - yynn4346 = 2 - for _, b := range yyq4346 { + yynn4337 = 2 + for _, b := range yyq4337 { if b { - yynn4346++ + yynn4337++ } } - r.EncodeMapStart(yynn4346) - yynn4346 = 0 + r.EncodeMapStart(yynn4337) + yynn4337 = 0 } - if yyr4346 || yy2arr4346 { + if yyr4337 || yy2arr4337 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -54173,7 +54091,7 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr4346 || yy2arr4346 { + if yyr4337 || yy2arr4337 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -54182,11 +54100,11 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr4346 || yy2arr4346 { + if yyr4337 || yy2arr4337 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4346[2] { - yym4350 := z.EncBinary() - _ = yym4350 + if yyq4337[2] { + yym4341 := z.EncBinary() + _ = yym4341 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -54195,23 +54113,23 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4346[2] { + if yyq4337[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4351 := z.EncBinary() - _ = yym4351 + yym4342 := z.EncBinary() + _ = yym4342 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr4346 || yy2arr4346 { + if yyr4337 || yy2arr4337 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4346[3] { - yym4353 := z.EncBinary() - _ = yym4353 + if yyq4337[3] { + yym4344 := z.EncBinary() + _ = yym4344 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Error)) @@ -54220,19 +54138,19 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4346[3] { + if yyq4337[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("error")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4354 := z.EncBinary() - _ = yym4354 + yym4345 := z.EncBinary() + _ = yym4345 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Error)) } } } - if yyr4346 || yy2arr4346 { + if yyr4337 || yy2arr4337 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -54245,25 +54163,25 @@ func (x *ComponentCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4355 := z.DecBinary() - _ = yym4355 + yym4346 := z.DecBinary() + _ = yym4346 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4356 := r.ContainerType() - if yyct4356 == codecSelferValueTypeMap1234 { - yyl4356 := r.ReadMapStart() - if yyl4356 == 0 { + yyct4347 := r.ContainerType() + if yyct4347 == codecSelferValueTypeMap1234 { + yyl4347 := r.ReadMapStart() + if yyl4347 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4356, d) + x.codecDecodeSelfFromMap(yyl4347, d) } - } else if yyct4356 == codecSelferValueTypeArray1234 { - yyl4356 := r.ReadArrayStart() - if yyl4356 == 0 { + } else if yyct4347 == codecSelferValueTypeArray1234 { + yyl4347 := r.ReadArrayStart() + if yyl4347 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4356, d) + x.codecDecodeSelfFromArray(yyl4347, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -54275,12 +54193,12 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4357Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4357Slc - var yyhl4357 bool = l >= 0 - for yyj4357 := 0; ; yyj4357++ { - if yyhl4357 { - if yyj4357 >= l { + var yys4348Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4348Slc + var yyhl4348 bool = l >= 0 + for yyj4348 := 0; ; yyj4348++ { + if yyhl4348 { + if yyj4348 >= l { break } } else { @@ -54289,10 +54207,10 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4357Slc = r.DecodeBytes(yys4357Slc, true, true) - yys4357 := string(yys4357Slc) + yys4348Slc = r.DecodeBytes(yys4348Slc, true, true) + yys4348 := string(yys4348Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4357 { + switch yys4348 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -54318,9 +54236,9 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.Error = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys4357) - } // end switch yys4357 - } // end for yyj4357 + z.DecStructFieldNotFound(-1, yys4348) + } // end switch yys4348 + } // end for yyj4348 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -54328,16 +54246,16 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4362 int - var yyb4362 bool - var yyhl4362 bool = l >= 0 - yyj4362++ - if yyhl4362 { - yyb4362 = yyj4362 > l + var yyj4353 int + var yyb4353 bool + var yyhl4353 bool = l >= 0 + yyj4353++ + if yyhl4353 { + yyb4353 = yyj4353 > l } else { - yyb4362 = r.CheckBreak() + yyb4353 = r.CheckBreak() } - if yyb4362 { + if yyb4353 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54347,13 +54265,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Type = ComponentConditionType(r.DecodeString()) } - yyj4362++ - if yyhl4362 { - yyb4362 = yyj4362 > l + yyj4353++ + if yyhl4353 { + yyb4353 = yyj4353 > l } else { - yyb4362 = r.CheckBreak() + yyb4353 = r.CheckBreak() } - if yyb4362 { + if yyb4353 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54363,13 +54281,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj4362++ - if yyhl4362 { - yyb4362 = yyj4362 > l + yyj4353++ + if yyhl4353 { + yyb4353 = yyj4353 > l } else { - yyb4362 = r.CheckBreak() + yyb4353 = r.CheckBreak() } - if yyb4362 { + if yyb4353 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54379,13 +54297,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Message = string(r.DecodeString()) } - yyj4362++ - if yyhl4362 { - yyb4362 = yyj4362 > l + yyj4353++ + if yyhl4353 { + yyb4353 = yyj4353 > l } else { - yyb4362 = r.CheckBreak() + yyb4353 = r.CheckBreak() } - if yyb4362 { + if yyb4353 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54396,17 +54314,17 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode x.Error = string(r.DecodeString()) } for { - yyj4362++ - if yyhl4362 { - yyb4362 = yyj4362 > l + yyj4353++ + if yyhl4353 { + yyb4353 = yyj4353 > l } else { - yyb4362 = r.CheckBreak() + yyb4353 = r.CheckBreak() } - if yyb4362 { + if yyb4353 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4362-1, "") + z.DecStructFieldNotFound(yyj4353-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54418,38 +54336,38 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4367 := z.EncBinary() - _ = yym4367 + yym4358 := z.EncBinary() + _ = yym4358 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4368 := !z.EncBinary() - yy2arr4368 := z.EncBasicHandle().StructToArray - var yyq4368 [4]bool - _, _, _ = yysep4368, yyq4368, yy2arr4368 - const yyr4368 bool = false - yyq4368[0] = x.Kind != "" - yyq4368[1] = x.APIVersion != "" - yyq4368[2] = true - yyq4368[3] = len(x.Conditions) != 0 - var yynn4368 int - if yyr4368 || yy2arr4368 { + yysep4359 := !z.EncBinary() + yy2arr4359 := z.EncBasicHandle().StructToArray + var yyq4359 [4]bool + _, _, _ = yysep4359, yyq4359, yy2arr4359 + const yyr4359 bool = false + yyq4359[0] = x.Kind != "" + yyq4359[1] = x.APIVersion != "" + yyq4359[2] = true + yyq4359[3] = len(x.Conditions) != 0 + var yynn4359 int + if yyr4359 || yy2arr4359 { r.EncodeArrayStart(4) } else { - yynn4368 = 0 - for _, b := range yyq4368 { + yynn4359 = 0 + for _, b := range yyq4359 { if b { - yynn4368++ + yynn4359++ } } - r.EncodeMapStart(yynn4368) - yynn4368 = 0 + r.EncodeMapStart(yynn4359) + yynn4359 = 0 } - if yyr4368 || yy2arr4368 { + if yyr4359 || yy2arr4359 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4368[0] { - yym4370 := z.EncBinary() - _ = yym4370 + if yyq4359[0] { + yym4361 := z.EncBinary() + _ = yym4361 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -54458,23 +54376,23 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4368[0] { + if yyq4359[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4371 := z.EncBinary() - _ = yym4371 + yym4362 := z.EncBinary() + _ = yym4362 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4368 || yy2arr4368 { + if yyr4359 || yy2arr4359 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4368[1] { - yym4373 := z.EncBinary() - _ = yym4373 + if yyq4359[1] { + yym4364 := z.EncBinary() + _ = yym4364 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -54483,43 +54401,43 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4368[1] { + if yyq4359[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4374 := z.EncBinary() - _ = yym4374 + yym4365 := z.EncBinary() + _ = yym4365 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4368 || yy2arr4368 { + if yyr4359 || yy2arr4359 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4368[2] { - yy4376 := &x.ObjectMeta - yy4376.CodecEncodeSelf(e) + if yyq4359[2] { + yy4367 := &x.ObjectMeta + yy4367.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4368[2] { + if yyq4359[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4377 := &x.ObjectMeta - yy4377.CodecEncodeSelf(e) + yy4368 := &x.ObjectMeta + yy4368.CodecEncodeSelf(e) } } - if yyr4368 || yy2arr4368 { + if yyr4359 || yy2arr4359 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4368[3] { + if yyq4359[3] { if x.Conditions == nil { r.EncodeNil() } else { - yym4379 := z.EncBinary() - _ = yym4379 + yym4370 := z.EncBinary() + _ = yym4370 if false { } else { h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) @@ -54529,15 +54447,15 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4368[3] { + if yyq4359[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym4380 := z.EncBinary() - _ = yym4380 + yym4371 := z.EncBinary() + _ = yym4371 if false { } else { h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) @@ -54545,7 +54463,7 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4368 || yy2arr4368 { + if yyr4359 || yy2arr4359 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -54558,25 +54476,25 @@ func (x *ComponentStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4381 := z.DecBinary() - _ = yym4381 + yym4372 := z.DecBinary() + _ = yym4372 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4382 := r.ContainerType() - if yyct4382 == codecSelferValueTypeMap1234 { - yyl4382 := r.ReadMapStart() - if yyl4382 == 0 { + yyct4373 := r.ContainerType() + if yyct4373 == codecSelferValueTypeMap1234 { + yyl4373 := r.ReadMapStart() + if yyl4373 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4382, d) + x.codecDecodeSelfFromMap(yyl4373, d) } - } else if yyct4382 == codecSelferValueTypeArray1234 { - yyl4382 := r.ReadArrayStart() - if yyl4382 == 0 { + } else if yyct4373 == codecSelferValueTypeArray1234 { + yyl4373 := r.ReadArrayStart() + if yyl4373 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4382, d) + x.codecDecodeSelfFromArray(yyl4373, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -54588,12 +54506,12 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4383Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4383Slc - var yyhl4383 bool = l >= 0 - for yyj4383 := 0; ; yyj4383++ { - if yyhl4383 { - if yyj4383 >= l { + var yys4374Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4374Slc + var yyhl4374 bool = l >= 0 + for yyj4374 := 0; ; yyj4374++ { + if yyhl4374 { + if yyj4374 >= l { break } } else { @@ -54602,10 +54520,10 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4383Slc = r.DecodeBytes(yys4383Slc, true, true) - yys4383 := string(yys4383Slc) + yys4374Slc = r.DecodeBytes(yys4374Slc, true, true) + yys4374 := string(yys4374Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4383 { + switch yys4374 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -54622,25 +54540,25 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4386 := &x.ObjectMeta - yyv4386.CodecDecodeSelf(d) + yyv4377 := &x.ObjectMeta + yyv4377.CodecDecodeSelf(d) } case "conditions": if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv4387 := &x.Conditions - yym4388 := z.DecBinary() - _ = yym4388 + yyv4378 := &x.Conditions + yym4379 := z.DecBinary() + _ = yym4379 if false { } else { - h.decSliceComponentCondition((*[]ComponentCondition)(yyv4387), d) + h.decSliceComponentCondition((*[]ComponentCondition)(yyv4378), d) } } default: - z.DecStructFieldNotFound(-1, yys4383) - } // end switch yys4383 - } // end for yyj4383 + z.DecStructFieldNotFound(-1, yys4374) + } // end switch yys4374 + } // end for yyj4374 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -54648,16 +54566,16 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4389 int - var yyb4389 bool - var yyhl4389 bool = l >= 0 - yyj4389++ - if yyhl4389 { - yyb4389 = yyj4389 > l + var yyj4380 int + var yyb4380 bool + var yyhl4380 bool = l >= 0 + yyj4380++ + if yyhl4380 { + yyb4380 = yyj4380 > l } else { - yyb4389 = r.CheckBreak() + yyb4380 = r.CheckBreak() } - if yyb4389 { + if yyb4380 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54667,13 +54585,13 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj4389++ - if yyhl4389 { - yyb4389 = yyj4389 > l + yyj4380++ + if yyhl4380 { + yyb4380 = yyj4380 > l } else { - yyb4389 = r.CheckBreak() + yyb4380 = r.CheckBreak() } - if yyb4389 { + if yyb4380 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54683,13 +54601,13 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj4389++ - if yyhl4389 { - yyb4389 = yyj4389 > l + yyj4380++ + if yyhl4380 { + yyb4380 = yyj4380 > l } else { - yyb4389 = r.CheckBreak() + yyb4380 = r.CheckBreak() } - if yyb4389 { + if yyb4380 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54697,16 +54615,16 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4392 := &x.ObjectMeta - yyv4392.CodecDecodeSelf(d) + yyv4383 := &x.ObjectMeta + yyv4383.CodecDecodeSelf(d) } - yyj4389++ - if yyhl4389 { - yyb4389 = yyj4389 > l + yyj4380++ + if yyhl4380 { + yyb4380 = yyj4380 > l } else { - yyb4389 = r.CheckBreak() + yyb4380 = r.CheckBreak() } - if yyb4389 { + if yyb4380 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54714,26 +54632,26 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv4393 := &x.Conditions - yym4394 := z.DecBinary() - _ = yym4394 + yyv4384 := &x.Conditions + yym4385 := z.DecBinary() + _ = yym4385 if false { } else { - h.decSliceComponentCondition((*[]ComponentCondition)(yyv4393), d) + h.decSliceComponentCondition((*[]ComponentCondition)(yyv4384), d) } } for { - yyj4389++ - if yyhl4389 { - yyb4389 = yyj4389 > l + yyj4380++ + if yyhl4380 { + yyb4380 = yyj4380 > l } else { - yyb4389 = r.CheckBreak() + yyb4380 = r.CheckBreak() } - if yyb4389 { + if yyb4380 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4389-1, "") + z.DecStructFieldNotFound(yyj4380-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54745,37 +54663,37 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4395 := z.EncBinary() - _ = yym4395 + yym4386 := z.EncBinary() + _ = yym4386 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4396 := !z.EncBinary() - yy2arr4396 := z.EncBasicHandle().StructToArray - var yyq4396 [4]bool - _, _, _ = yysep4396, yyq4396, yy2arr4396 - const yyr4396 bool = false - yyq4396[0] = x.Kind != "" - yyq4396[1] = x.APIVersion != "" - yyq4396[2] = true - var yynn4396 int - if yyr4396 || yy2arr4396 { + yysep4387 := !z.EncBinary() + yy2arr4387 := z.EncBasicHandle().StructToArray + var yyq4387 [4]bool + _, _, _ = yysep4387, yyq4387, yy2arr4387 + const yyr4387 bool = false + yyq4387[0] = x.Kind != "" + yyq4387[1] = x.APIVersion != "" + yyq4387[2] = true + var yynn4387 int + if yyr4387 || yy2arr4387 { r.EncodeArrayStart(4) } else { - yynn4396 = 1 - for _, b := range yyq4396 { + yynn4387 = 1 + for _, b := range yyq4387 { if b { - yynn4396++ + yynn4387++ } } - r.EncodeMapStart(yynn4396) - yynn4396 = 0 + r.EncodeMapStart(yynn4387) + yynn4387 = 0 } - if yyr4396 || yy2arr4396 { + if yyr4387 || yy2arr4387 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4396[0] { - yym4398 := z.EncBinary() - _ = yym4398 + if yyq4387[0] { + yym4389 := z.EncBinary() + _ = yym4389 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -54784,23 +54702,23 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4396[0] { + if yyq4387[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4399 := z.EncBinary() - _ = yym4399 + yym4390 := z.EncBinary() + _ = yym4390 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4396 || yy2arr4396 { + if yyr4387 || yy2arr4387 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4396[1] { - yym4401 := z.EncBinary() - _ = yym4401 + if yyq4387[1] { + yym4392 := z.EncBinary() + _ = yym4392 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -54809,54 +54727,54 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4396[1] { + if yyq4387[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4402 := z.EncBinary() - _ = yym4402 + yym4393 := z.EncBinary() + _ = yym4393 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4396 || yy2arr4396 { + if yyr4387 || yy2arr4387 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4396[2] { - yy4404 := &x.ListMeta - yym4405 := z.EncBinary() - _ = yym4405 + if yyq4387[2] { + yy4395 := &x.ListMeta + yym4396 := z.EncBinary() + _ = yym4396 if false { - } else if z.HasExtensions() && z.EncExt(yy4404) { + } else if z.HasExtensions() && z.EncExt(yy4395) { } else { - z.EncFallback(yy4404) + z.EncFallback(yy4395) } } else { r.EncodeNil() } } else { - if yyq4396[2] { + if yyq4387[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4406 := &x.ListMeta - yym4407 := z.EncBinary() - _ = yym4407 + yy4397 := &x.ListMeta + yym4398 := z.EncBinary() + _ = yym4398 if false { - } else if z.HasExtensions() && z.EncExt(yy4406) { + } else if z.HasExtensions() && z.EncExt(yy4397) { } else { - z.EncFallback(yy4406) + z.EncFallback(yy4397) } } } - if yyr4396 || yy2arr4396 { + if yyr4387 || yy2arr4387 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4409 := z.EncBinary() - _ = yym4409 + yym4400 := z.EncBinary() + _ = yym4400 if false { } else { h.encSliceComponentStatus(([]ComponentStatus)(x.Items), e) @@ -54869,15 +54787,15 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4410 := z.EncBinary() - _ = yym4410 + yym4401 := z.EncBinary() + _ = yym4401 if false { } else { h.encSliceComponentStatus(([]ComponentStatus)(x.Items), e) } } } - if yyr4396 || yy2arr4396 { + if yyr4387 || yy2arr4387 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -54890,25 +54808,25 @@ func (x *ComponentStatusList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4411 := z.DecBinary() - _ = yym4411 + yym4402 := z.DecBinary() + _ = yym4402 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4412 := r.ContainerType() - if yyct4412 == codecSelferValueTypeMap1234 { - yyl4412 := r.ReadMapStart() - if yyl4412 == 0 { + yyct4403 := r.ContainerType() + if yyct4403 == codecSelferValueTypeMap1234 { + yyl4403 := r.ReadMapStart() + if yyl4403 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4412, d) + x.codecDecodeSelfFromMap(yyl4403, d) } - } else if yyct4412 == codecSelferValueTypeArray1234 { - yyl4412 := r.ReadArrayStart() - if yyl4412 == 0 { + } else if yyct4403 == codecSelferValueTypeArray1234 { + yyl4403 := r.ReadArrayStart() + if yyl4403 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4412, d) + x.codecDecodeSelfFromArray(yyl4403, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -54920,12 +54838,12 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4413Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4413Slc - var yyhl4413 bool = l >= 0 - for yyj4413 := 0; ; yyj4413++ { - if yyhl4413 { - if yyj4413 >= l { + var yys4404Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4404Slc + var yyhl4404 bool = l >= 0 + for yyj4404 := 0; ; yyj4404++ { + if yyhl4404 { + if yyj4404 >= l { break } } else { @@ -54934,10 +54852,10 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4413Slc = r.DecodeBytes(yys4413Slc, true, true) - yys4413 := string(yys4413Slc) + yys4404Slc = r.DecodeBytes(yys4404Slc, true, true) + yys4404 := string(yys4404Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4413 { + switch yys4404 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -54954,31 +54872,31 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4416 := &x.ListMeta - yym4417 := z.DecBinary() - _ = yym4417 + yyv4407 := &x.ListMeta + yym4408 := z.DecBinary() + _ = yym4408 if false { - } else if z.HasExtensions() && z.DecExt(yyv4416) { + } else if z.HasExtensions() && z.DecExt(yyv4407) { } else { - z.DecFallback(yyv4416, false) + z.DecFallback(yyv4407, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4418 := &x.Items - yym4419 := z.DecBinary() - _ = yym4419 + yyv4409 := &x.Items + yym4410 := z.DecBinary() + _ = yym4410 if false { } else { - h.decSliceComponentStatus((*[]ComponentStatus)(yyv4418), d) + h.decSliceComponentStatus((*[]ComponentStatus)(yyv4409), d) } } default: - z.DecStructFieldNotFound(-1, yys4413) - } // end switch yys4413 - } // end for yyj4413 + z.DecStructFieldNotFound(-1, yys4404) + } // end switch yys4404 + } // end for yyj4404 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -54986,16 +54904,16 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4420 int - var yyb4420 bool - var yyhl4420 bool = l >= 0 - yyj4420++ - if yyhl4420 { - yyb4420 = yyj4420 > l + var yyj4411 int + var yyb4411 bool + var yyhl4411 bool = l >= 0 + yyj4411++ + if yyhl4411 { + yyb4411 = yyj4411 > l } else { - yyb4420 = r.CheckBreak() + yyb4411 = r.CheckBreak() } - if yyb4420 { + if yyb4411 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55005,13 +54923,13 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj4420++ - if yyhl4420 { - yyb4420 = yyj4420 > l + yyj4411++ + if yyhl4411 { + yyb4411 = yyj4411 > l } else { - yyb4420 = r.CheckBreak() + yyb4411 = r.CheckBreak() } - if yyb4420 { + if yyb4411 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55021,13 +54939,13 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj4420++ - if yyhl4420 { - yyb4420 = yyj4420 > l + yyj4411++ + if yyhl4411 { + yyb4411 = yyj4411 > l } else { - yyb4420 = r.CheckBreak() + yyb4411 = r.CheckBreak() } - if yyb4420 { + if yyb4411 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55035,22 +54953,22 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4423 := &x.ListMeta - yym4424 := z.DecBinary() - _ = yym4424 + yyv4414 := &x.ListMeta + yym4415 := z.DecBinary() + _ = yym4415 if false { - } else if z.HasExtensions() && z.DecExt(yyv4423) { + } else if z.HasExtensions() && z.DecExt(yyv4414) { } else { - z.DecFallback(yyv4423, false) + z.DecFallback(yyv4414, false) } } - yyj4420++ - if yyhl4420 { - yyb4420 = yyj4420 > l + yyj4411++ + if yyhl4411 { + yyb4411 = yyj4411 > l } else { - yyb4420 = r.CheckBreak() + yyb4411 = r.CheckBreak() } - if yyb4420 { + if yyb4411 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55058,26 +54976,26 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4425 := &x.Items - yym4426 := z.DecBinary() - _ = yym4426 + yyv4416 := &x.Items + yym4417 := z.DecBinary() + _ = yym4417 if false { } else { - h.decSliceComponentStatus((*[]ComponentStatus)(yyv4425), d) + h.decSliceComponentStatus((*[]ComponentStatus)(yyv4416), d) } } for { - yyj4420++ - if yyhl4420 { - yyb4420 = yyj4420 > l + yyj4411++ + if yyhl4411 { + yyb4411 = yyj4411 > l } else { - yyb4420 = r.CheckBreak() + yyb4411 = r.CheckBreak() } - if yyb4420 { + if yyb4411 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4420-1, "") + z.DecStructFieldNotFound(yyj4411-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55089,39 +55007,39 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4427 := z.EncBinary() - _ = yym4427 + yym4418 := z.EncBinary() + _ = yym4418 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4428 := !z.EncBinary() - yy2arr4428 := z.EncBasicHandle().StructToArray - var yyq4428 [2]bool - _, _, _ = yysep4428, yyq4428, yy2arr4428 - const yyr4428 bool = false - yyq4428[0] = len(x.Items) != 0 - yyq4428[1] = x.DefaultMode != nil - var yynn4428 int - if yyr4428 || yy2arr4428 { + yysep4419 := !z.EncBinary() + yy2arr4419 := z.EncBasicHandle().StructToArray + var yyq4419 [2]bool + _, _, _ = yysep4419, yyq4419, yy2arr4419 + const yyr4419 bool = false + yyq4419[0] = len(x.Items) != 0 + yyq4419[1] = x.DefaultMode != nil + var yynn4419 int + if yyr4419 || yy2arr4419 { r.EncodeArrayStart(2) } else { - yynn4428 = 0 - for _, b := range yyq4428 { + yynn4419 = 0 + for _, b := range yyq4419 { if b { - yynn4428++ + yynn4419++ } } - r.EncodeMapStart(yynn4428) - yynn4428 = 0 + r.EncodeMapStart(yynn4419) + yynn4419 = 0 } - if yyr4428 || yy2arr4428 { + if yyr4419 || yy2arr4419 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4428[0] { + if yyq4419[0] { if x.Items == nil { r.EncodeNil() } else { - yym4430 := z.EncBinary() - _ = yym4430 + yym4421 := z.EncBinary() + _ = yym4421 if false { } else { h.encSliceDownwardAPIVolumeFile(([]DownwardAPIVolumeFile)(x.Items), e) @@ -55131,15 +55049,15 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4428[0] { + if yyq4419[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("items")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Items == nil { r.EncodeNil() } else { - yym4431 := z.EncBinary() - _ = yym4431 + yym4422 := z.EncBinary() + _ = yym4422 if false { } else { h.encSliceDownwardAPIVolumeFile(([]DownwardAPIVolumeFile)(x.Items), e) @@ -55147,42 +55065,42 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4428 || yy2arr4428 { + if yyr4419 || yy2arr4419 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4428[1] { + if yyq4419[1] { if x.DefaultMode == nil { r.EncodeNil() } else { - yy4433 := *x.DefaultMode - yym4434 := z.EncBinary() - _ = yym4434 + yy4424 := *x.DefaultMode + yym4425 := z.EncBinary() + _ = yym4425 if false { } else { - r.EncodeInt(int64(yy4433)) + r.EncodeInt(int64(yy4424)) } } } else { r.EncodeNil() } } else { - if yyq4428[1] { + if yyq4419[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("defaultMode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.DefaultMode == nil { r.EncodeNil() } else { - yy4435 := *x.DefaultMode - yym4436 := z.EncBinary() - _ = yym4436 + yy4426 := *x.DefaultMode + yym4427 := z.EncBinary() + _ = yym4427 if false { } else { - r.EncodeInt(int64(yy4435)) + r.EncodeInt(int64(yy4426)) } } } } - if yyr4428 || yy2arr4428 { + if yyr4419 || yy2arr4419 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -55195,25 +55113,25 @@ func (x *DownwardAPIVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4437 := z.DecBinary() - _ = yym4437 + yym4428 := z.DecBinary() + _ = yym4428 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4438 := r.ContainerType() - if yyct4438 == codecSelferValueTypeMap1234 { - yyl4438 := r.ReadMapStart() - if yyl4438 == 0 { + yyct4429 := r.ContainerType() + if yyct4429 == codecSelferValueTypeMap1234 { + yyl4429 := r.ReadMapStart() + if yyl4429 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4438, d) + x.codecDecodeSelfFromMap(yyl4429, d) } - } else if yyct4438 == codecSelferValueTypeArray1234 { - yyl4438 := r.ReadArrayStart() - if yyl4438 == 0 { + } else if yyct4429 == codecSelferValueTypeArray1234 { + yyl4429 := r.ReadArrayStart() + if yyl4429 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4438, d) + x.codecDecodeSelfFromArray(yyl4429, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -55225,12 +55143,12 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4439Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4439Slc - var yyhl4439 bool = l >= 0 - for yyj4439 := 0; ; yyj4439++ { - if yyhl4439 { - if yyj4439 >= l { + var yys4430Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4430Slc + var yyhl4430 bool = l >= 0 + for yyj4430 := 0; ; yyj4430++ { + if yyhl4430 { + if yyj4430 >= l { break } } else { @@ -55239,20 +55157,20 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4439Slc = r.DecodeBytes(yys4439Slc, true, true) - yys4439 := string(yys4439Slc) + yys4430Slc = r.DecodeBytes(yys4430Slc, true, true) + yys4430 := string(yys4430Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4439 { + switch yys4430 { case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4440 := &x.Items - yym4441 := z.DecBinary() - _ = yym4441 + yyv4431 := &x.Items + yym4432 := z.DecBinary() + _ = yym4432 if false { } else { - h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv4440), d) + h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv4431), d) } } case "defaultMode": @@ -55264,17 +55182,17 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Dec if x.DefaultMode == nil { x.DefaultMode = new(int32) } - yym4443 := z.DecBinary() - _ = yym4443 + yym4434 := z.DecBinary() + _ = yym4434 if false { } else { *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } default: - z.DecStructFieldNotFound(-1, yys4439) - } // end switch yys4439 - } // end for yyj4439 + z.DecStructFieldNotFound(-1, yys4430) + } // end switch yys4430 + } // end for yyj4430 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -55282,16 +55200,16 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4444 int - var yyb4444 bool - var yyhl4444 bool = l >= 0 - yyj4444++ - if yyhl4444 { - yyb4444 = yyj4444 > l + var yyj4435 int + var yyb4435 bool + var yyhl4435 bool = l >= 0 + yyj4435++ + if yyhl4435 { + yyb4435 = yyj4435 > l } else { - yyb4444 = r.CheckBreak() + yyb4435 = r.CheckBreak() } - if yyb4444 { + if yyb4435 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55299,21 +55217,21 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4445 := &x.Items - yym4446 := z.DecBinary() - _ = yym4446 + yyv4436 := &x.Items + yym4437 := z.DecBinary() + _ = yym4437 if false { } else { - h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv4445), d) + h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv4436), d) } } - yyj4444++ - if yyhl4444 { - yyb4444 = yyj4444 > l + yyj4435++ + if yyhl4435 { + yyb4435 = yyj4435 > l } else { - yyb4444 = r.CheckBreak() + yyb4435 = r.CheckBreak() } - if yyb4444 { + if yyb4435 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55326,25 +55244,25 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.D if x.DefaultMode == nil { x.DefaultMode = new(int32) } - yym4448 := z.DecBinary() - _ = yym4448 + yym4439 := z.DecBinary() + _ = yym4439 if false { } else { *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } for { - yyj4444++ - if yyhl4444 { - yyb4444 = yyj4444 > l + yyj4435++ + if yyhl4435 { + yyb4435 = yyj4435 > l } else { - yyb4444 = r.CheckBreak() + yyb4435 = r.CheckBreak() } - if yyb4444 { + if yyb4435 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4444-1, "") + z.DecStructFieldNotFound(yyj4435-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55356,36 +55274,36 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4449 := z.EncBinary() - _ = yym4449 + yym4440 := z.EncBinary() + _ = yym4440 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4450 := !z.EncBinary() - yy2arr4450 := z.EncBasicHandle().StructToArray - var yyq4450 [4]bool - _, _, _ = yysep4450, yyq4450, yy2arr4450 - const yyr4450 bool = false - yyq4450[1] = x.FieldRef != nil - yyq4450[2] = x.ResourceFieldRef != nil - yyq4450[3] = x.Mode != nil - var yynn4450 int - if yyr4450 || yy2arr4450 { + yysep4441 := !z.EncBinary() + yy2arr4441 := z.EncBasicHandle().StructToArray + var yyq4441 [4]bool + _, _, _ = yysep4441, yyq4441, yy2arr4441 + const yyr4441 bool = false + yyq4441[1] = x.FieldRef != nil + yyq4441[2] = x.ResourceFieldRef != nil + yyq4441[3] = x.Mode != nil + var yynn4441 int + if yyr4441 || yy2arr4441 { r.EncodeArrayStart(4) } else { - yynn4450 = 1 - for _, b := range yyq4450 { + yynn4441 = 1 + for _, b := range yyq4441 { if b { - yynn4450++ + yynn4441++ } } - r.EncodeMapStart(yynn4450) - yynn4450 = 0 + r.EncodeMapStart(yynn4441) + yynn4441 = 0 } - if yyr4450 || yy2arr4450 { + if yyr4441 || yy2arr4441 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym4452 := z.EncBinary() - _ = yym4452 + yym4443 := z.EncBinary() + _ = yym4443 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -55394,16 +55312,16 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4453 := z.EncBinary() - _ = yym4453 + yym4444 := z.EncBinary() + _ = yym4444 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr4450 || yy2arr4450 { + if yyr4441 || yy2arr4441 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4450[1] { + if yyq4441[1] { if x.FieldRef == nil { r.EncodeNil() } else { @@ -55413,7 +55331,7 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4450[1] { + if yyq4441[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -55424,9 +55342,9 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4450 || yy2arr4450 { + if yyr4441 || yy2arr4441 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4450[2] { + if yyq4441[2] { if x.ResourceFieldRef == nil { r.EncodeNil() } else { @@ -55436,7 +55354,7 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4450[2] { + if yyq4441[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resourceFieldRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -55447,42 +55365,42 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4450 || yy2arr4450 { + if yyr4441 || yy2arr4441 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4450[3] { + if yyq4441[3] { if x.Mode == nil { r.EncodeNil() } else { - yy4457 := *x.Mode - yym4458 := z.EncBinary() - _ = yym4458 + yy4448 := *x.Mode + yym4449 := z.EncBinary() + _ = yym4449 if false { } else { - r.EncodeInt(int64(yy4457)) + r.EncodeInt(int64(yy4448)) } } } else { r.EncodeNil() } } else { - if yyq4450[3] { + if yyq4441[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("mode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Mode == nil { r.EncodeNil() } else { - yy4459 := *x.Mode - yym4460 := z.EncBinary() - _ = yym4460 + yy4450 := *x.Mode + yym4451 := z.EncBinary() + _ = yym4451 if false { } else { - r.EncodeInt(int64(yy4459)) + r.EncodeInt(int64(yy4450)) } } } } - if yyr4450 || yy2arr4450 { + if yyr4441 || yy2arr4441 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -55495,25 +55413,25 @@ func (x *DownwardAPIVolumeFile) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4461 := z.DecBinary() - _ = yym4461 + yym4452 := z.DecBinary() + _ = yym4452 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4462 := r.ContainerType() - if yyct4462 == codecSelferValueTypeMap1234 { - yyl4462 := r.ReadMapStart() - if yyl4462 == 0 { + yyct4453 := r.ContainerType() + if yyct4453 == codecSelferValueTypeMap1234 { + yyl4453 := r.ReadMapStart() + if yyl4453 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4462, d) + x.codecDecodeSelfFromMap(yyl4453, d) } - } else if yyct4462 == codecSelferValueTypeArray1234 { - yyl4462 := r.ReadArrayStart() - if yyl4462 == 0 { + } else if yyct4453 == codecSelferValueTypeArray1234 { + yyl4453 := r.ReadArrayStart() + if yyl4453 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4462, d) + x.codecDecodeSelfFromArray(yyl4453, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -55525,12 +55443,12 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4463Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4463Slc - var yyhl4463 bool = l >= 0 - for yyj4463 := 0; ; yyj4463++ { - if yyhl4463 { - if yyj4463 >= l { + var yys4454Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4454Slc + var yyhl4454 bool = l >= 0 + for yyj4454 := 0; ; yyj4454++ { + if yyhl4454 { + if yyj4454 >= l { break } } else { @@ -55539,10 +55457,10 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4463Slc = r.DecodeBytes(yys4463Slc, true, true) - yys4463 := string(yys4463Slc) + yys4454Slc = r.DecodeBytes(yys4454Slc, true, true) + yys4454 := string(yys4454Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4463 { + switch yys4454 { case "path": if r.TryDecodeAsNil() { x.Path = "" @@ -55580,17 +55498,17 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod if x.Mode == nil { x.Mode = new(int32) } - yym4468 := z.DecBinary() - _ = yym4468 + yym4459 := z.DecBinary() + _ = yym4459 if false { } else { *((*int32)(x.Mode)) = int32(r.DecodeInt(32)) } } default: - z.DecStructFieldNotFound(-1, yys4463) - } // end switch yys4463 - } // end for yyj4463 + z.DecStructFieldNotFound(-1, yys4454) + } // end switch yys4454 + } // end for yyj4454 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -55598,16 +55516,16 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4469 int - var yyb4469 bool - var yyhl4469 bool = l >= 0 - yyj4469++ - if yyhl4469 { - yyb4469 = yyj4469 > l + var yyj4460 int + var yyb4460 bool + var yyhl4460 bool = l >= 0 + yyj4460++ + if yyhl4460 { + yyb4460 = yyj4460 > l } else { - yyb4469 = r.CheckBreak() + yyb4460 = r.CheckBreak() } - if yyb4469 { + if yyb4460 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55617,13 +55535,13 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Path = string(r.DecodeString()) } - yyj4469++ - if yyhl4469 { - yyb4469 = yyj4469 > l + yyj4460++ + if yyhl4460 { + yyb4460 = yyj4460 > l } else { - yyb4469 = r.CheckBreak() + yyb4460 = r.CheckBreak() } - if yyb4469 { + if yyb4460 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55638,13 +55556,13 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec } x.FieldRef.CodecDecodeSelf(d) } - yyj4469++ - if yyhl4469 { - yyb4469 = yyj4469 > l + yyj4460++ + if yyhl4460 { + yyb4460 = yyj4460 > l } else { - yyb4469 = r.CheckBreak() + yyb4460 = r.CheckBreak() } - if yyb4469 { + if yyb4460 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55659,13 +55577,13 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec } x.ResourceFieldRef.CodecDecodeSelf(d) } - yyj4469++ - if yyhl4469 { - yyb4469 = yyj4469 > l + yyj4460++ + if yyhl4460 { + yyb4460 = yyj4460 > l } else { - yyb4469 = r.CheckBreak() + yyb4460 = r.CheckBreak() } - if yyb4469 { + if yyb4460 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55678,25 +55596,25 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec if x.Mode == nil { x.Mode = new(int32) } - yym4474 := z.DecBinary() - _ = yym4474 + yym4465 := z.DecBinary() + _ = yym4465 if false { } else { *((*int32)(x.Mode)) = int32(r.DecodeInt(32)) } } for { - yyj4469++ - if yyhl4469 { - yyb4469 = yyj4469 > l + yyj4460++ + if yyhl4460 { + yyb4460 = yyj4460 > l } else { - yyb4469 = r.CheckBreak() + yyb4460 = r.CheckBreak() } - if yyb4469 { + if yyb4460 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4469-1, "") + z.DecStructFieldNotFound(yyj4460-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55708,38 +55626,38 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4475 := z.EncBinary() - _ = yym4475 + yym4466 := z.EncBinary() + _ = yym4466 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4476 := !z.EncBinary() - yy2arr4476 := z.EncBasicHandle().StructToArray - var yyq4476 [6]bool - _, _, _ = yysep4476, yyq4476, yy2arr4476 - const yyr4476 bool = false - yyq4476[0] = x.Capabilities != nil - yyq4476[1] = x.Privileged != nil - yyq4476[2] = x.SELinuxOptions != nil - yyq4476[3] = x.RunAsUser != nil - yyq4476[4] = x.RunAsNonRoot != nil - yyq4476[5] = x.ReadOnlyRootFilesystem != nil - var yynn4476 int - if yyr4476 || yy2arr4476 { + yysep4467 := !z.EncBinary() + yy2arr4467 := z.EncBasicHandle().StructToArray + var yyq4467 [6]bool + _, _, _ = yysep4467, yyq4467, yy2arr4467 + const yyr4467 bool = false + yyq4467[0] = x.Capabilities != nil + yyq4467[1] = x.Privileged != nil + yyq4467[2] = x.SELinuxOptions != nil + yyq4467[3] = x.RunAsUser != nil + yyq4467[4] = x.RunAsNonRoot != nil + yyq4467[5] = x.ReadOnlyRootFilesystem != nil + var yynn4467 int + if yyr4467 || yy2arr4467 { r.EncodeArrayStart(6) } else { - yynn4476 = 0 - for _, b := range yyq4476 { + yynn4467 = 0 + for _, b := range yyq4467 { if b { - yynn4476++ + yynn4467++ } } - r.EncodeMapStart(yynn4476) - yynn4476 = 0 + r.EncodeMapStart(yynn4467) + yynn4467 = 0 } - if yyr4476 || yy2arr4476 { + if yyr4467 || yy2arr4467 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4476[0] { + if yyq4467[0] { if x.Capabilities == nil { r.EncodeNil() } else { @@ -55749,7 +55667,7 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4476[0] { + if yyq4467[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capabilities")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -55760,44 +55678,44 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4476 || yy2arr4476 { + if yyr4467 || yy2arr4467 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4476[1] { + if yyq4467[1] { if x.Privileged == nil { r.EncodeNil() } else { - yy4479 := *x.Privileged - yym4480 := z.EncBinary() - _ = yym4480 + yy4470 := *x.Privileged + yym4471 := z.EncBinary() + _ = yym4471 if false { } else { - r.EncodeBool(bool(yy4479)) + r.EncodeBool(bool(yy4470)) } } } else { r.EncodeNil() } } else { - if yyq4476[1] { + if yyq4467[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("privileged")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Privileged == nil { r.EncodeNil() } else { - yy4481 := *x.Privileged - yym4482 := z.EncBinary() - _ = yym4482 + yy4472 := *x.Privileged + yym4473 := z.EncBinary() + _ = yym4473 if false { } else { - r.EncodeBool(bool(yy4481)) + r.EncodeBool(bool(yy4472)) } } } } - if yyr4476 || yy2arr4476 { + if yyr4467 || yy2arr4467 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4476[2] { + if yyq4467[2] { if x.SELinuxOptions == nil { r.EncodeNil() } else { @@ -55807,7 +55725,7 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4476[2] { + if yyq4467[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("seLinuxOptions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -55818,112 +55736,112 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4476 || yy2arr4476 { + if yyr4467 || yy2arr4467 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4476[3] { + if yyq4467[3] { if x.RunAsUser == nil { r.EncodeNil() } else { - yy4485 := *x.RunAsUser - yym4486 := z.EncBinary() - _ = yym4486 + yy4476 := *x.RunAsUser + yym4477 := z.EncBinary() + _ = yym4477 if false { } else { - r.EncodeInt(int64(yy4485)) + r.EncodeInt(int64(yy4476)) } } } else { r.EncodeNil() } } else { - if yyq4476[3] { + if yyq4467[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsUser")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsUser == nil { r.EncodeNil() } else { - yy4487 := *x.RunAsUser - yym4488 := z.EncBinary() - _ = yym4488 + yy4478 := *x.RunAsUser + yym4479 := z.EncBinary() + _ = yym4479 if false { } else { - r.EncodeInt(int64(yy4487)) + r.EncodeInt(int64(yy4478)) } } } } - if yyr4476 || yy2arr4476 { + if yyr4467 || yy2arr4467 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4476[4] { + if yyq4467[4] { if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy4490 := *x.RunAsNonRoot - yym4491 := z.EncBinary() - _ = yym4491 + yy4481 := *x.RunAsNonRoot + yym4482 := z.EncBinary() + _ = yym4482 if false { } else { - r.EncodeBool(bool(yy4490)) + r.EncodeBool(bool(yy4481)) } } } else { r.EncodeNil() } } else { - if yyq4476[4] { + if yyq4467[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsNonRoot")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy4492 := *x.RunAsNonRoot - yym4493 := z.EncBinary() - _ = yym4493 + yy4483 := *x.RunAsNonRoot + yym4484 := z.EncBinary() + _ = yym4484 if false { } else { - r.EncodeBool(bool(yy4492)) + r.EncodeBool(bool(yy4483)) } } } } - if yyr4476 || yy2arr4476 { + if yyr4467 || yy2arr4467 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4476[5] { + if yyq4467[5] { if x.ReadOnlyRootFilesystem == nil { r.EncodeNil() } else { - yy4495 := *x.ReadOnlyRootFilesystem - yym4496 := z.EncBinary() - _ = yym4496 + yy4486 := *x.ReadOnlyRootFilesystem + yym4487 := z.EncBinary() + _ = yym4487 if false { } else { - r.EncodeBool(bool(yy4495)) + r.EncodeBool(bool(yy4486)) } } } else { r.EncodeNil() } } else { - if yyq4476[5] { + if yyq4467[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnlyRootFilesystem")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ReadOnlyRootFilesystem == nil { r.EncodeNil() } else { - yy4497 := *x.ReadOnlyRootFilesystem - yym4498 := z.EncBinary() - _ = yym4498 + yy4488 := *x.ReadOnlyRootFilesystem + yym4489 := z.EncBinary() + _ = yym4489 if false { } else { - r.EncodeBool(bool(yy4497)) + r.EncodeBool(bool(yy4488)) } } } } - if yyr4476 || yy2arr4476 { + if yyr4467 || yy2arr4467 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -55936,25 +55854,25 @@ func (x *SecurityContext) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4499 := z.DecBinary() - _ = yym4499 + yym4490 := z.DecBinary() + _ = yym4490 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4500 := r.ContainerType() - if yyct4500 == codecSelferValueTypeMap1234 { - yyl4500 := r.ReadMapStart() - if yyl4500 == 0 { + yyct4491 := r.ContainerType() + if yyct4491 == codecSelferValueTypeMap1234 { + yyl4491 := r.ReadMapStart() + if yyl4491 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4500, d) + x.codecDecodeSelfFromMap(yyl4491, d) } - } else if yyct4500 == codecSelferValueTypeArray1234 { - yyl4500 := r.ReadArrayStart() - if yyl4500 == 0 { + } else if yyct4491 == codecSelferValueTypeArray1234 { + yyl4491 := r.ReadArrayStart() + if yyl4491 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4500, d) + x.codecDecodeSelfFromArray(yyl4491, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -55966,12 +55884,12 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4501Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4501Slc - var yyhl4501 bool = l >= 0 - for yyj4501 := 0; ; yyj4501++ { - if yyhl4501 { - if yyj4501 >= l { + var yys4492Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4492Slc + var yyhl4492 bool = l >= 0 + for yyj4492 := 0; ; yyj4492++ { + if yyhl4492 { + if yyj4492 >= l { break } } else { @@ -55980,10 +55898,10 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4501Slc = r.DecodeBytes(yys4501Slc, true, true) - yys4501 := string(yys4501Slc) + yys4492Slc = r.DecodeBytes(yys4492Slc, true, true) + yys4492 := string(yys4492Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4501 { + switch yys4492 { case "capabilities": if r.TryDecodeAsNil() { if x.Capabilities != nil { @@ -56004,8 +55922,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Privileged == nil { x.Privileged = new(bool) } - yym4504 := z.DecBinary() - _ = yym4504 + yym4495 := z.DecBinary() + _ = yym4495 if false { } else { *((*bool)(x.Privileged)) = r.DecodeBool() @@ -56031,8 +55949,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym4507 := z.DecBinary() - _ = yym4507 + yym4498 := z.DecBinary() + _ = yym4498 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) @@ -56047,8 +55965,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym4509 := z.DecBinary() - _ = yym4509 + yym4500 := z.DecBinary() + _ = yym4500 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() @@ -56063,17 +55981,17 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.ReadOnlyRootFilesystem == nil { x.ReadOnlyRootFilesystem = new(bool) } - yym4511 := z.DecBinary() - _ = yym4511 + yym4502 := z.DecBinary() + _ = yym4502 if false { } else { *((*bool)(x.ReadOnlyRootFilesystem)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys4501) - } // end switch yys4501 - } // end for yyj4501 + z.DecStructFieldNotFound(-1, yys4492) + } // end switch yys4492 + } // end for yyj4492 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -56081,16 +55999,16 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4512 int - var yyb4512 bool - var yyhl4512 bool = l >= 0 - yyj4512++ - if yyhl4512 { - yyb4512 = yyj4512 > l + var yyj4503 int + var yyb4503 bool + var yyhl4503 bool = l >= 0 + yyj4503++ + if yyhl4503 { + yyb4503 = yyj4503 > l } else { - yyb4512 = r.CheckBreak() + yyb4503 = r.CheckBreak() } - if yyb4512 { + if yyb4503 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56105,13 +56023,13 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.Capabilities.CodecDecodeSelf(d) } - yyj4512++ - if yyhl4512 { - yyb4512 = yyj4512 > l + yyj4503++ + if yyhl4503 { + yyb4503 = yyj4503 > l } else { - yyb4512 = r.CheckBreak() + yyb4503 = r.CheckBreak() } - if yyb4512 { + if yyb4503 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56124,20 +56042,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.Privileged == nil { x.Privileged = new(bool) } - yym4515 := z.DecBinary() - _ = yym4515 + yym4506 := z.DecBinary() + _ = yym4506 if false { } else { *((*bool)(x.Privileged)) = r.DecodeBool() } } - yyj4512++ - if yyhl4512 { - yyb4512 = yyj4512 > l + yyj4503++ + if yyhl4503 { + yyb4503 = yyj4503 > l } else { - yyb4512 = r.CheckBreak() + yyb4503 = r.CheckBreak() } - if yyb4512 { + if yyb4503 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56152,13 +56070,13 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.SELinuxOptions.CodecDecodeSelf(d) } - yyj4512++ - if yyhl4512 { - yyb4512 = yyj4512 > l + yyj4503++ + if yyhl4503 { + yyb4503 = yyj4503 > l } else { - yyb4512 = r.CheckBreak() + yyb4503 = r.CheckBreak() } - if yyb4512 { + if yyb4503 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56171,20 +56089,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym4518 := z.DecBinary() - _ = yym4518 + yym4509 := z.DecBinary() + _ = yym4509 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) } } - yyj4512++ - if yyhl4512 { - yyb4512 = yyj4512 > l + yyj4503++ + if yyhl4503 { + yyb4503 = yyj4503 > l } else { - yyb4512 = r.CheckBreak() + yyb4503 = r.CheckBreak() } - if yyb4512 { + if yyb4503 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56197,20 +56115,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym4520 := z.DecBinary() - _ = yym4520 + yym4511 := z.DecBinary() + _ = yym4511 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() } } - yyj4512++ - if yyhl4512 { - yyb4512 = yyj4512 > l + yyj4503++ + if yyhl4503 { + yyb4503 = yyj4503 > l } else { - yyb4512 = r.CheckBreak() + yyb4503 = r.CheckBreak() } - if yyb4512 { + if yyb4503 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56223,25 +56141,25 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.ReadOnlyRootFilesystem == nil { x.ReadOnlyRootFilesystem = new(bool) } - yym4522 := z.DecBinary() - _ = yym4522 + yym4513 := z.DecBinary() + _ = yym4513 if false { } else { *((*bool)(x.ReadOnlyRootFilesystem)) = r.DecodeBool() } } for { - yyj4512++ - if yyhl4512 { - yyb4512 = yyj4512 > l + yyj4503++ + if yyhl4503 { + yyb4503 = yyj4503 > l } else { - yyb4512 = r.CheckBreak() + yyb4503 = r.CheckBreak() } - if yyb4512 { + if yyb4503 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4512-1, "") + z.DecStructFieldNotFound(yyj4503-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56253,38 +56171,38 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4523 := z.EncBinary() - _ = yym4523 + yym4514 := z.EncBinary() + _ = yym4514 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4524 := !z.EncBinary() - yy2arr4524 := z.EncBasicHandle().StructToArray - var yyq4524 [4]bool - _, _, _ = yysep4524, yyq4524, yy2arr4524 - const yyr4524 bool = false - yyq4524[0] = x.User != "" - yyq4524[1] = x.Role != "" - yyq4524[2] = x.Type != "" - yyq4524[3] = x.Level != "" - var yynn4524 int - if yyr4524 || yy2arr4524 { + yysep4515 := !z.EncBinary() + yy2arr4515 := z.EncBasicHandle().StructToArray + var yyq4515 [4]bool + _, _, _ = yysep4515, yyq4515, yy2arr4515 + const yyr4515 bool = false + yyq4515[0] = x.User != "" + yyq4515[1] = x.Role != "" + yyq4515[2] = x.Type != "" + yyq4515[3] = x.Level != "" + var yynn4515 int + if yyr4515 || yy2arr4515 { r.EncodeArrayStart(4) } else { - yynn4524 = 0 - for _, b := range yyq4524 { + yynn4515 = 0 + for _, b := range yyq4515 { if b { - yynn4524++ + yynn4515++ } } - r.EncodeMapStart(yynn4524) - yynn4524 = 0 + r.EncodeMapStart(yynn4515) + yynn4515 = 0 } - if yyr4524 || yy2arr4524 { + if yyr4515 || yy2arr4515 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4524[0] { - yym4526 := z.EncBinary() - _ = yym4526 + if yyq4515[0] { + yym4517 := z.EncBinary() + _ = yym4517 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) @@ -56293,94 +56211,94 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4524[0] { + if yyq4515[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("user")) z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4518 := z.EncBinary() + _ = yym4518 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.User)) + } + } + } + if yyr4515 || yy2arr4515 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4515[1] { + yym4520 := z.EncBinary() + _ = yym4520 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Role)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4515[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("role")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4521 := z.EncBinary() + _ = yym4521 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Role)) + } + } + } + if yyr4515 || yy2arr4515 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4515[2] { + yym4523 := z.EncBinary() + _ = yym4523 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Type)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4515[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("type")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4524 := z.EncBinary() + _ = yym4524 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Type)) + } + } + } + if yyr4515 || yy2arr4515 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4515[3] { + yym4526 := z.EncBinary() + _ = yym4526 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Level)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4515[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("level")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) yym4527 := z.EncBinary() _ = yym4527 if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.User)) - } - } - } - if yyr4524 || yy2arr4524 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4524[1] { - yym4529 := z.EncBinary() - _ = yym4529 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Role)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4524[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("role")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4530 := z.EncBinary() - _ = yym4530 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Role)) - } - } - } - if yyr4524 || yy2arr4524 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4524[2] { - yym4532 := z.EncBinary() - _ = yym4532 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Type)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4524[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("type")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4533 := z.EncBinary() - _ = yym4533 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Type)) - } - } - } - if yyr4524 || yy2arr4524 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4524[3] { - yym4535 := z.EncBinary() - _ = yym4535 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Level)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4524[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("level")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4536 := z.EncBinary() - _ = yym4536 - if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Level)) } } } - if yyr4524 || yy2arr4524 { + if yyr4515 || yy2arr4515 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -56393,25 +56311,25 @@ func (x *SELinuxOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4537 := z.DecBinary() - _ = yym4537 + yym4528 := z.DecBinary() + _ = yym4528 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4538 := r.ContainerType() - if yyct4538 == codecSelferValueTypeMap1234 { - yyl4538 := r.ReadMapStart() - if yyl4538 == 0 { + yyct4529 := r.ContainerType() + if yyct4529 == codecSelferValueTypeMap1234 { + yyl4529 := r.ReadMapStart() + if yyl4529 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4538, d) + x.codecDecodeSelfFromMap(yyl4529, d) } - } else if yyct4538 == codecSelferValueTypeArray1234 { - yyl4538 := r.ReadArrayStart() - if yyl4538 == 0 { + } else if yyct4529 == codecSelferValueTypeArray1234 { + yyl4529 := r.ReadArrayStart() + if yyl4529 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4538, d) + x.codecDecodeSelfFromArray(yyl4529, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -56423,12 +56341,12 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4539Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4539Slc - var yyhl4539 bool = l >= 0 - for yyj4539 := 0; ; yyj4539++ { - if yyhl4539 { - if yyj4539 >= l { + var yys4530Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4530Slc + var yyhl4530 bool = l >= 0 + for yyj4530 := 0; ; yyj4530++ { + if yyhl4530 { + if yyj4530 >= l { break } } else { @@ -56437,10 +56355,10 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4539Slc = r.DecodeBytes(yys4539Slc, true, true) - yys4539 := string(yys4539Slc) + yys4530Slc = r.DecodeBytes(yys4530Slc, true, true) + yys4530 := string(yys4530Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4539 { + switch yys4530 { case "user": if r.TryDecodeAsNil() { x.User = "" @@ -56466,9 +56384,9 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Level = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys4539) - } // end switch yys4539 - } // end for yyj4539 + z.DecStructFieldNotFound(-1, yys4530) + } // end switch yys4530 + } // end for yyj4530 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -56476,16 +56394,16 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4544 int - var yyb4544 bool - var yyhl4544 bool = l >= 0 - yyj4544++ - if yyhl4544 { - yyb4544 = yyj4544 > l + var yyj4535 int + var yyb4535 bool + var yyhl4535 bool = l >= 0 + yyj4535++ + if yyhl4535 { + yyb4535 = yyj4535 > l } else { - yyb4544 = r.CheckBreak() + yyb4535 = r.CheckBreak() } - if yyb4544 { + if yyb4535 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56495,13 +56413,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.User = string(r.DecodeString()) } - yyj4544++ - if yyhl4544 { - yyb4544 = yyj4544 > l + yyj4535++ + if yyhl4535 { + yyb4535 = yyj4535 > l } else { - yyb4544 = r.CheckBreak() + yyb4535 = r.CheckBreak() } - if yyb4544 { + if yyb4535 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56511,13 +56429,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Role = string(r.DecodeString()) } - yyj4544++ - if yyhl4544 { - yyb4544 = yyj4544 > l + yyj4535++ + if yyhl4535 { + yyb4535 = yyj4535 > l } else { - yyb4544 = r.CheckBreak() + yyb4535 = r.CheckBreak() } - if yyb4544 { + if yyb4535 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56527,13 +56445,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = string(r.DecodeString()) } - yyj4544++ - if yyhl4544 { - yyb4544 = yyj4544 > l + yyj4535++ + if yyhl4535 { + yyb4535 = yyj4535 > l } else { - yyb4544 = r.CheckBreak() + yyb4535 = r.CheckBreak() } - if yyb4544 { + if yyb4535 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56544,17 +56462,17 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Level = string(r.DecodeString()) } for { - yyj4544++ - if yyhl4544 { - yyb4544 = yyj4544 > l + yyj4535++ + if yyhl4535 { + yyb4535 = yyj4535 > l } else { - yyb4544 = r.CheckBreak() + yyb4535 = r.CheckBreak() } - if yyb4544 { + if yyb4535 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4544-1, "") + z.DecStructFieldNotFound(yyj4535-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56566,37 +56484,37 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4549 := z.EncBinary() - _ = yym4549 + yym4540 := z.EncBinary() + _ = yym4540 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4550 := !z.EncBinary() - yy2arr4550 := z.EncBasicHandle().StructToArray - var yyq4550 [5]bool - _, _, _ = yysep4550, yyq4550, yy2arr4550 - const yyr4550 bool = false - yyq4550[0] = x.Kind != "" - yyq4550[1] = x.APIVersion != "" - yyq4550[2] = true - var yynn4550 int - if yyr4550 || yy2arr4550 { + yysep4541 := !z.EncBinary() + yy2arr4541 := z.EncBasicHandle().StructToArray + var yyq4541 [5]bool + _, _, _ = yysep4541, yyq4541, yy2arr4541 + const yyr4541 bool = false + yyq4541[0] = x.Kind != "" + yyq4541[1] = x.APIVersion != "" + yyq4541[2] = true + var yynn4541 int + if yyr4541 || yy2arr4541 { r.EncodeArrayStart(5) } else { - yynn4550 = 2 - for _, b := range yyq4550 { + yynn4541 = 2 + for _, b := range yyq4541 { if b { - yynn4550++ + yynn4541++ } } - r.EncodeMapStart(yynn4550) - yynn4550 = 0 + r.EncodeMapStart(yynn4541) + yynn4541 = 0 } - if yyr4550 || yy2arr4550 { + if yyr4541 || yy2arr4541 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4550[0] { - yym4552 := z.EncBinary() - _ = yym4552 + if yyq4541[0] { + yym4543 := z.EncBinary() + _ = yym4543 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -56605,23 +56523,23 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4550[0] { + if yyq4541[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4553 := z.EncBinary() - _ = yym4553 + yym4544 := z.EncBinary() + _ = yym4544 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4550 || yy2arr4550 { + if yyr4541 || yy2arr4541 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4550[1] { - yym4555 := z.EncBinary() - _ = yym4555 + if yyq4541[1] { + yym4546 := z.EncBinary() + _ = yym4546 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -56630,39 +56548,39 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4550[1] { + if yyq4541[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4556 := z.EncBinary() - _ = yym4556 + yym4547 := z.EncBinary() + _ = yym4547 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4550 || yy2arr4550 { + if yyr4541 || yy2arr4541 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4550[2] { - yy4558 := &x.ObjectMeta - yy4558.CodecEncodeSelf(e) + if yyq4541[2] { + yy4549 := &x.ObjectMeta + yy4549.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4550[2] { + if yyq4541[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4559 := &x.ObjectMeta - yy4559.CodecEncodeSelf(e) + yy4550 := &x.ObjectMeta + yy4550.CodecEncodeSelf(e) } } - if yyr4550 || yy2arr4550 { + if yyr4541 || yy2arr4541 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym4561 := z.EncBinary() - _ = yym4561 + yym4552 := z.EncBinary() + _ = yym4552 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Range)) @@ -56671,20 +56589,20 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("range")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4562 := z.EncBinary() - _ = yym4562 + yym4553 := z.EncBinary() + _ = yym4553 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Range)) } } - if yyr4550 || yy2arr4550 { + if yyr4541 || yy2arr4541 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Data == nil { r.EncodeNil() } else { - yym4564 := z.EncBinary() - _ = yym4564 + yym4555 := z.EncBinary() + _ = yym4555 if false { } else { r.EncodeStringBytes(codecSelferC_RAW1234, []byte(x.Data)) @@ -56697,15 +56615,15 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { if x.Data == nil { r.EncodeNil() } else { - yym4565 := z.EncBinary() - _ = yym4565 + yym4556 := z.EncBinary() + _ = yym4556 if false { } else { r.EncodeStringBytes(codecSelferC_RAW1234, []byte(x.Data)) } } } - if yyr4550 || yy2arr4550 { + if yyr4541 || yy2arr4541 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -56718,25 +56636,25 @@ func (x *RangeAllocation) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4566 := z.DecBinary() - _ = yym4566 + yym4557 := z.DecBinary() + _ = yym4557 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4567 := r.ContainerType() - if yyct4567 == codecSelferValueTypeMap1234 { - yyl4567 := r.ReadMapStart() - if yyl4567 == 0 { + yyct4558 := r.ContainerType() + if yyct4558 == codecSelferValueTypeMap1234 { + yyl4558 := r.ReadMapStart() + if yyl4558 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4567, d) + x.codecDecodeSelfFromMap(yyl4558, d) } - } else if yyct4567 == codecSelferValueTypeArray1234 { - yyl4567 := r.ReadArrayStart() - if yyl4567 == 0 { + } else if yyct4558 == codecSelferValueTypeArray1234 { + yyl4558 := r.ReadArrayStart() + if yyl4558 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4567, d) + x.codecDecodeSelfFromArray(yyl4558, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -56748,12 +56666,12 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4568Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4568Slc - var yyhl4568 bool = l >= 0 - for yyj4568 := 0; ; yyj4568++ { - if yyhl4568 { - if yyj4568 >= l { + var yys4559Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4559Slc + var yyhl4559 bool = l >= 0 + for yyj4559 := 0; ; yyj4559++ { + if yyhl4559 { + if yyj4559 >= l { break } } else { @@ -56762,10 +56680,10 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4568Slc = r.DecodeBytes(yys4568Slc, true, true) - yys4568 := string(yys4568Slc) + yys4559Slc = r.DecodeBytes(yys4559Slc, true, true) + yys4559 := string(yys4559Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4568 { + switch yys4559 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -56782,8 +56700,8 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4571 := &x.ObjectMeta - yyv4571.CodecDecodeSelf(d) + yyv4562 := &x.ObjectMeta + yyv4562.CodecDecodeSelf(d) } case "range": if r.TryDecodeAsNil() { @@ -56795,18 +56713,18 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4573 := &x.Data - yym4574 := z.DecBinary() - _ = yym4574 + yyv4564 := &x.Data + yym4565 := z.DecBinary() + _ = yym4565 if false { } else { - *yyv4573 = r.DecodeBytes(*(*[]byte)(yyv4573), false, false) + *yyv4564 = r.DecodeBytes(*(*[]byte)(yyv4564), false, false) } } default: - z.DecStructFieldNotFound(-1, yys4568) - } // end switch yys4568 - } // end for yyj4568 + z.DecStructFieldNotFound(-1, yys4559) + } // end switch yys4559 + } // end for yyj4559 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -56814,16 +56732,16 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4575 int - var yyb4575 bool - var yyhl4575 bool = l >= 0 - yyj4575++ - if yyhl4575 { - yyb4575 = yyj4575 > l + var yyj4566 int + var yyb4566 bool + var yyhl4566 bool = l >= 0 + yyj4566++ + if yyhl4566 { + yyb4566 = yyj4566 > l } else { - yyb4575 = r.CheckBreak() + yyb4566 = r.CheckBreak() } - if yyb4575 { + if yyb4566 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56833,13 +56751,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj4575++ - if yyhl4575 { - yyb4575 = yyj4575 > l + yyj4566++ + if yyhl4566 { + yyb4566 = yyj4566 > l } else { - yyb4575 = r.CheckBreak() + yyb4566 = r.CheckBreak() } - if yyb4575 { + if yyb4566 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56849,13 +56767,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj4575++ - if yyhl4575 { - yyb4575 = yyj4575 > l + yyj4566++ + if yyhl4566 { + yyb4566 = yyj4566 > l } else { - yyb4575 = r.CheckBreak() + yyb4566 = r.CheckBreak() } - if yyb4575 { + if yyb4566 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56863,16 +56781,16 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4578 := &x.ObjectMeta - yyv4578.CodecDecodeSelf(d) + yyv4569 := &x.ObjectMeta + yyv4569.CodecDecodeSelf(d) } - yyj4575++ - if yyhl4575 { - yyb4575 = yyj4575 > l + yyj4566++ + if yyhl4566 { + yyb4566 = yyj4566 > l } else { - yyb4575 = r.CheckBreak() + yyb4566 = r.CheckBreak() } - if yyb4575 { + if yyb4566 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56882,13 +56800,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Range = string(r.DecodeString()) } - yyj4575++ - if yyhl4575 { - yyb4575 = yyj4575 > l + yyj4566++ + if yyhl4566 { + yyb4566 = yyj4566 > l } else { - yyb4575 = r.CheckBreak() + yyb4566 = r.CheckBreak() } - if yyb4575 { + if yyb4566 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56896,26 +56814,26 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4580 := &x.Data - yym4581 := z.DecBinary() - _ = yym4581 + yyv4571 := &x.Data + yym4572 := z.DecBinary() + _ = yym4572 if false { } else { - *yyv4580 = r.DecodeBytes(*(*[]byte)(yyv4580), false, false) + *yyv4571 = r.DecodeBytes(*(*[]byte)(yyv4571), false, false) } } for { - yyj4575++ - if yyhl4575 { - yyb4575 = yyj4575 > l + yyj4566++ + if yyhl4566 { + yyb4566 = yyj4566 > l } else { - yyb4575 = r.CheckBreak() + yyb4566 = r.CheckBreak() } - if yyb4575 { + if yyb4566 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4575-1, "") + z.DecStructFieldNotFound(yyj4566-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56925,10 +56843,10 @@ func (x codecSelfer1234) encSliceOwnerReference(v []OwnerReference, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4582 := range v { + for _, yyv4573 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4583 := &yyv4582 - yy4583.CodecEncodeSelf(e) + yy4574 := &yyv4573 + yy4574.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56938,83 +56856,83 @@ func (x codecSelfer1234) decSliceOwnerReference(v *[]OwnerReference, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4584 := *v - yyh4584, yyl4584 := z.DecSliceHelperStart() - var yyc4584 bool - if yyl4584 == 0 { - if yyv4584 == nil { - yyv4584 = []OwnerReference{} - yyc4584 = true - } else if len(yyv4584) != 0 { - yyv4584 = yyv4584[:0] - yyc4584 = true + yyv4575 := *v + yyh4575, yyl4575 := z.DecSliceHelperStart() + var yyc4575 bool + if yyl4575 == 0 { + if yyv4575 == nil { + yyv4575 = []OwnerReference{} + yyc4575 = true + } else if len(yyv4575) != 0 { + yyv4575 = yyv4575[:0] + yyc4575 = true } - } else if yyl4584 > 0 { - var yyrr4584, yyrl4584 int - var yyrt4584 bool - if yyl4584 > cap(yyv4584) { + } else if yyl4575 > 0 { + var yyrr4575, yyrl4575 int + var yyrt4575 bool + if yyl4575 > cap(yyv4575) { - yyrg4584 := len(yyv4584) > 0 - yyv24584 := yyv4584 - yyrl4584, yyrt4584 = z.DecInferLen(yyl4584, z.DecBasicHandle().MaxInitLen, 72) - if yyrt4584 { - if yyrl4584 <= cap(yyv4584) { - yyv4584 = yyv4584[:yyrl4584] + yyrg4575 := len(yyv4575) > 0 + yyv24575 := yyv4575 + yyrl4575, yyrt4575 = z.DecInferLen(yyl4575, z.DecBasicHandle().MaxInitLen, 72) + if yyrt4575 { + if yyrl4575 <= cap(yyv4575) { + yyv4575 = yyv4575[:yyrl4575] } else { - yyv4584 = make([]OwnerReference, yyrl4584) + yyv4575 = make([]OwnerReference, yyrl4575) } } else { - yyv4584 = make([]OwnerReference, yyrl4584) + yyv4575 = make([]OwnerReference, yyrl4575) } - yyc4584 = true - yyrr4584 = len(yyv4584) - if yyrg4584 { - copy(yyv4584, yyv24584) + yyc4575 = true + yyrr4575 = len(yyv4575) + if yyrg4575 { + copy(yyv4575, yyv24575) } - } else if yyl4584 != len(yyv4584) { - yyv4584 = yyv4584[:yyl4584] - yyc4584 = true + } else if yyl4575 != len(yyv4575) { + yyv4575 = yyv4575[:yyl4575] + yyc4575 = true } - yyj4584 := 0 - for ; yyj4584 < yyrr4584; yyj4584++ { - yyh4584.ElemContainerState(yyj4584) + yyj4575 := 0 + for ; yyj4575 < yyrr4575; yyj4575++ { + yyh4575.ElemContainerState(yyj4575) if r.TryDecodeAsNil() { - yyv4584[yyj4584] = OwnerReference{} + yyv4575[yyj4575] = OwnerReference{} } else { - yyv4585 := &yyv4584[yyj4584] - yyv4585.CodecDecodeSelf(d) + yyv4576 := &yyv4575[yyj4575] + yyv4576.CodecDecodeSelf(d) } } - if yyrt4584 { - for ; yyj4584 < yyl4584; yyj4584++ { - yyv4584 = append(yyv4584, OwnerReference{}) - yyh4584.ElemContainerState(yyj4584) + if yyrt4575 { + for ; yyj4575 < yyl4575; yyj4575++ { + yyv4575 = append(yyv4575, OwnerReference{}) + yyh4575.ElemContainerState(yyj4575) if r.TryDecodeAsNil() { - yyv4584[yyj4584] = OwnerReference{} + yyv4575[yyj4575] = OwnerReference{} } else { - yyv4586 := &yyv4584[yyj4584] - yyv4586.CodecDecodeSelf(d) + yyv4577 := &yyv4575[yyj4575] + yyv4577.CodecDecodeSelf(d) } } } } else { - yyj4584 := 0 - for ; !r.CheckBreak(); yyj4584++ { + yyj4575 := 0 + for ; !r.CheckBreak(); yyj4575++ { - if yyj4584 >= len(yyv4584) { - yyv4584 = append(yyv4584, OwnerReference{}) // var yyz4584 OwnerReference - yyc4584 = true + if yyj4575 >= len(yyv4575) { + yyv4575 = append(yyv4575, OwnerReference{}) // var yyz4575 OwnerReference + yyc4575 = true } - yyh4584.ElemContainerState(yyj4584) - if yyj4584 < len(yyv4584) { + yyh4575.ElemContainerState(yyj4575) + if yyj4575 < len(yyv4575) { if r.TryDecodeAsNil() { - yyv4584[yyj4584] = OwnerReference{} + yyv4575[yyj4575] = OwnerReference{} } else { - yyv4587 := &yyv4584[yyj4584] - yyv4587.CodecDecodeSelf(d) + yyv4578 := &yyv4575[yyj4575] + yyv4578.CodecDecodeSelf(d) } } else { @@ -57022,17 +56940,17 @@ func (x codecSelfer1234) decSliceOwnerReference(v *[]OwnerReference, d *codec197 } } - if yyj4584 < len(yyv4584) { - yyv4584 = yyv4584[:yyj4584] - yyc4584 = true - } else if yyj4584 == 0 && yyv4584 == nil { - yyv4584 = []OwnerReference{} - yyc4584 = true + if yyj4575 < len(yyv4575) { + yyv4575 = yyv4575[:yyj4575] + yyc4575 = true + } else if yyj4575 == 0 && yyv4575 == nil { + yyv4575 = []OwnerReference{} + yyc4575 = true } } - yyh4584.End() - if yyc4584 { - *v = yyv4584 + yyh4575.End() + if yyc4575 { + *v = yyv4575 } } @@ -57041,9 +56959,9 @@ func (x codecSelfer1234) encSlicePersistentVolumeAccessMode(v []PersistentVolume z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4588 := range v { + for _, yyv4579 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4588.CodecEncodeSelf(e) + yyv4579.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57053,75 +56971,75 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4589 := *v - yyh4589, yyl4589 := z.DecSliceHelperStart() - var yyc4589 bool - if yyl4589 == 0 { - if yyv4589 == nil { - yyv4589 = []PersistentVolumeAccessMode{} - yyc4589 = true - } else if len(yyv4589) != 0 { - yyv4589 = yyv4589[:0] - yyc4589 = true + yyv4580 := *v + yyh4580, yyl4580 := z.DecSliceHelperStart() + var yyc4580 bool + if yyl4580 == 0 { + if yyv4580 == nil { + yyv4580 = []PersistentVolumeAccessMode{} + yyc4580 = true + } else if len(yyv4580) != 0 { + yyv4580 = yyv4580[:0] + yyc4580 = true } - } else if yyl4589 > 0 { - var yyrr4589, yyrl4589 int - var yyrt4589 bool - if yyl4589 > cap(yyv4589) { + } else if yyl4580 > 0 { + var yyrr4580, yyrl4580 int + var yyrt4580 bool + if yyl4580 > cap(yyv4580) { - yyrl4589, yyrt4589 = z.DecInferLen(yyl4589, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4589 { - if yyrl4589 <= cap(yyv4589) { - yyv4589 = yyv4589[:yyrl4589] + yyrl4580, yyrt4580 = z.DecInferLen(yyl4580, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4580 { + if yyrl4580 <= cap(yyv4580) { + yyv4580 = yyv4580[:yyrl4580] } else { - yyv4589 = make([]PersistentVolumeAccessMode, yyrl4589) + yyv4580 = make([]PersistentVolumeAccessMode, yyrl4580) } } else { - yyv4589 = make([]PersistentVolumeAccessMode, yyrl4589) + yyv4580 = make([]PersistentVolumeAccessMode, yyrl4580) } - yyc4589 = true - yyrr4589 = len(yyv4589) - } else if yyl4589 != len(yyv4589) { - yyv4589 = yyv4589[:yyl4589] - yyc4589 = true + yyc4580 = true + yyrr4580 = len(yyv4580) + } else if yyl4580 != len(yyv4580) { + yyv4580 = yyv4580[:yyl4580] + yyc4580 = true } - yyj4589 := 0 - for ; yyj4589 < yyrr4589; yyj4589++ { - yyh4589.ElemContainerState(yyj4589) + yyj4580 := 0 + for ; yyj4580 < yyrr4580; yyj4580++ { + yyh4580.ElemContainerState(yyj4580) if r.TryDecodeAsNil() { - yyv4589[yyj4589] = "" + yyv4580[yyj4580] = "" } else { - yyv4589[yyj4589] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4580[yyj4580] = PersistentVolumeAccessMode(r.DecodeString()) } } - if yyrt4589 { - for ; yyj4589 < yyl4589; yyj4589++ { - yyv4589 = append(yyv4589, "") - yyh4589.ElemContainerState(yyj4589) + if yyrt4580 { + for ; yyj4580 < yyl4580; yyj4580++ { + yyv4580 = append(yyv4580, "") + yyh4580.ElemContainerState(yyj4580) if r.TryDecodeAsNil() { - yyv4589[yyj4589] = "" + yyv4580[yyj4580] = "" } else { - yyv4589[yyj4589] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4580[yyj4580] = PersistentVolumeAccessMode(r.DecodeString()) } } } } else { - yyj4589 := 0 - for ; !r.CheckBreak(); yyj4589++ { + yyj4580 := 0 + for ; !r.CheckBreak(); yyj4580++ { - if yyj4589 >= len(yyv4589) { - yyv4589 = append(yyv4589, "") // var yyz4589 PersistentVolumeAccessMode - yyc4589 = true + if yyj4580 >= len(yyv4580) { + yyv4580 = append(yyv4580, "") // var yyz4580 PersistentVolumeAccessMode + yyc4580 = true } - yyh4589.ElemContainerState(yyj4589) - if yyj4589 < len(yyv4589) { + yyh4580.ElemContainerState(yyj4580) + if yyj4580 < len(yyv4580) { if r.TryDecodeAsNil() { - yyv4589[yyj4589] = "" + yyv4580[yyj4580] = "" } else { - yyv4589[yyj4589] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4580[yyj4580] = PersistentVolumeAccessMode(r.DecodeString()) } } else { @@ -57129,17 +57047,17 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum } } - if yyj4589 < len(yyv4589) { - yyv4589 = yyv4589[:yyj4589] - yyc4589 = true - } else if yyj4589 == 0 && yyv4589 == nil { - yyv4589 = []PersistentVolumeAccessMode{} - yyc4589 = true + if yyj4580 < len(yyv4580) { + yyv4580 = yyv4580[:yyj4580] + yyc4580 = true + } else if yyj4580 == 0 && yyv4580 == nil { + yyv4580 = []PersistentVolumeAccessMode{} + yyc4580 = true } } - yyh4589.End() - if yyc4589 { - *v = yyv4589 + yyh4580.End() + if yyc4580 { + *v = yyv4580 } } @@ -57148,10 +57066,10 @@ func (x codecSelfer1234) encSlicePersistentVolume(v []PersistentVolume, e *codec z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4593 := range v { + for _, yyv4584 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4594 := &yyv4593 - yy4594.CodecEncodeSelf(e) + yy4585 := &yyv4584 + yy4585.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57161,83 +57079,83 @@ func (x codecSelfer1234) decSlicePersistentVolume(v *[]PersistentVolume, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4595 := *v - yyh4595, yyl4595 := z.DecSliceHelperStart() - var yyc4595 bool - if yyl4595 == 0 { - if yyv4595 == nil { - yyv4595 = []PersistentVolume{} - yyc4595 = true - } else if len(yyv4595) != 0 { - yyv4595 = yyv4595[:0] - yyc4595 = true + yyv4586 := *v + yyh4586, yyl4586 := z.DecSliceHelperStart() + var yyc4586 bool + if yyl4586 == 0 { + if yyv4586 == nil { + yyv4586 = []PersistentVolume{} + yyc4586 = true + } else if len(yyv4586) != 0 { + yyv4586 = yyv4586[:0] + yyc4586 = true } - } else if yyl4595 > 0 { - var yyrr4595, yyrl4595 int - var yyrt4595 bool - if yyl4595 > cap(yyv4595) { + } else if yyl4586 > 0 { + var yyrr4586, yyrl4586 int + var yyrt4586 bool + if yyl4586 > cap(yyv4586) { - yyrg4595 := len(yyv4595) > 0 - yyv24595 := yyv4595 - yyrl4595, yyrt4595 = z.DecInferLen(yyl4595, z.DecBasicHandle().MaxInitLen, 488) - if yyrt4595 { - if yyrl4595 <= cap(yyv4595) { - yyv4595 = yyv4595[:yyrl4595] + yyrg4586 := len(yyv4586) > 0 + yyv24586 := yyv4586 + yyrl4586, yyrt4586 = z.DecInferLen(yyl4586, z.DecBasicHandle().MaxInitLen, 488) + if yyrt4586 { + if yyrl4586 <= cap(yyv4586) { + yyv4586 = yyv4586[:yyrl4586] } else { - yyv4595 = make([]PersistentVolume, yyrl4595) + yyv4586 = make([]PersistentVolume, yyrl4586) } } else { - yyv4595 = make([]PersistentVolume, yyrl4595) + yyv4586 = make([]PersistentVolume, yyrl4586) } - yyc4595 = true - yyrr4595 = len(yyv4595) - if yyrg4595 { - copy(yyv4595, yyv24595) + yyc4586 = true + yyrr4586 = len(yyv4586) + if yyrg4586 { + copy(yyv4586, yyv24586) } - } else if yyl4595 != len(yyv4595) { - yyv4595 = yyv4595[:yyl4595] - yyc4595 = true + } else if yyl4586 != len(yyv4586) { + yyv4586 = yyv4586[:yyl4586] + yyc4586 = true } - yyj4595 := 0 - for ; yyj4595 < yyrr4595; yyj4595++ { - yyh4595.ElemContainerState(yyj4595) + yyj4586 := 0 + for ; yyj4586 < yyrr4586; yyj4586++ { + yyh4586.ElemContainerState(yyj4586) if r.TryDecodeAsNil() { - yyv4595[yyj4595] = PersistentVolume{} + yyv4586[yyj4586] = PersistentVolume{} } else { - yyv4596 := &yyv4595[yyj4595] - yyv4596.CodecDecodeSelf(d) + yyv4587 := &yyv4586[yyj4586] + yyv4587.CodecDecodeSelf(d) } } - if yyrt4595 { - for ; yyj4595 < yyl4595; yyj4595++ { - yyv4595 = append(yyv4595, PersistentVolume{}) - yyh4595.ElemContainerState(yyj4595) + if yyrt4586 { + for ; yyj4586 < yyl4586; yyj4586++ { + yyv4586 = append(yyv4586, PersistentVolume{}) + yyh4586.ElemContainerState(yyj4586) if r.TryDecodeAsNil() { - yyv4595[yyj4595] = PersistentVolume{} + yyv4586[yyj4586] = PersistentVolume{} } else { - yyv4597 := &yyv4595[yyj4595] - yyv4597.CodecDecodeSelf(d) + yyv4588 := &yyv4586[yyj4586] + yyv4588.CodecDecodeSelf(d) } } } } else { - yyj4595 := 0 - for ; !r.CheckBreak(); yyj4595++ { + yyj4586 := 0 + for ; !r.CheckBreak(); yyj4586++ { - if yyj4595 >= len(yyv4595) { - yyv4595 = append(yyv4595, PersistentVolume{}) // var yyz4595 PersistentVolume - yyc4595 = true + if yyj4586 >= len(yyv4586) { + yyv4586 = append(yyv4586, PersistentVolume{}) // var yyz4586 PersistentVolume + yyc4586 = true } - yyh4595.ElemContainerState(yyj4595) - if yyj4595 < len(yyv4595) { + yyh4586.ElemContainerState(yyj4586) + if yyj4586 < len(yyv4586) { if r.TryDecodeAsNil() { - yyv4595[yyj4595] = PersistentVolume{} + yyv4586[yyj4586] = PersistentVolume{} } else { - yyv4598 := &yyv4595[yyj4595] - yyv4598.CodecDecodeSelf(d) + yyv4589 := &yyv4586[yyj4586] + yyv4589.CodecDecodeSelf(d) } } else { @@ -57245,17 +57163,17 @@ func (x codecSelfer1234) decSlicePersistentVolume(v *[]PersistentVolume, d *code } } - if yyj4595 < len(yyv4595) { - yyv4595 = yyv4595[:yyj4595] - yyc4595 = true - } else if yyj4595 == 0 && yyv4595 == nil { - yyv4595 = []PersistentVolume{} - yyc4595 = true + if yyj4586 < len(yyv4586) { + yyv4586 = yyv4586[:yyj4586] + yyc4586 = true + } else if yyj4586 == 0 && yyv4586 == nil { + yyv4586 = []PersistentVolume{} + yyc4586 = true } } - yyh4595.End() - if yyc4595 { - *v = yyv4595 + yyh4586.End() + if yyc4586 { + *v = yyv4586 } } @@ -57264,10 +57182,10 @@ func (x codecSelfer1234) encSlicePersistentVolumeClaim(v []PersistentVolumeClaim z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4599 := range v { + for _, yyv4590 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4600 := &yyv4599 - yy4600.CodecEncodeSelf(e) + yy4591 := &yyv4590 + yy4591.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57277,83 +57195,83 @@ func (x codecSelfer1234) decSlicePersistentVolumeClaim(v *[]PersistentVolumeClai z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4601 := *v - yyh4601, yyl4601 := z.DecSliceHelperStart() - var yyc4601 bool - if yyl4601 == 0 { - if yyv4601 == nil { - yyv4601 = []PersistentVolumeClaim{} - yyc4601 = true - } else if len(yyv4601) != 0 { - yyv4601 = yyv4601[:0] - yyc4601 = true + yyv4592 := *v + yyh4592, yyl4592 := z.DecSliceHelperStart() + var yyc4592 bool + if yyl4592 == 0 { + if yyv4592 == nil { + yyv4592 = []PersistentVolumeClaim{} + yyc4592 = true + } else if len(yyv4592) != 0 { + yyv4592 = yyv4592[:0] + yyc4592 = true } - } else if yyl4601 > 0 { - var yyrr4601, yyrl4601 int - var yyrt4601 bool - if yyl4601 > cap(yyv4601) { + } else if yyl4592 > 0 { + var yyrr4592, yyrl4592 int + var yyrt4592 bool + if yyl4592 > cap(yyv4592) { - yyrg4601 := len(yyv4601) > 0 - yyv24601 := yyv4601 - yyrl4601, yyrt4601 = z.DecInferLen(yyl4601, z.DecBasicHandle().MaxInitLen, 368) - if yyrt4601 { - if yyrl4601 <= cap(yyv4601) { - yyv4601 = yyv4601[:yyrl4601] + yyrg4592 := len(yyv4592) > 0 + yyv24592 := yyv4592 + yyrl4592, yyrt4592 = z.DecInferLen(yyl4592, z.DecBasicHandle().MaxInitLen, 368) + if yyrt4592 { + if yyrl4592 <= cap(yyv4592) { + yyv4592 = yyv4592[:yyrl4592] } else { - yyv4601 = make([]PersistentVolumeClaim, yyrl4601) + yyv4592 = make([]PersistentVolumeClaim, yyrl4592) } } else { - yyv4601 = make([]PersistentVolumeClaim, yyrl4601) + yyv4592 = make([]PersistentVolumeClaim, yyrl4592) } - yyc4601 = true - yyrr4601 = len(yyv4601) - if yyrg4601 { - copy(yyv4601, yyv24601) + yyc4592 = true + yyrr4592 = len(yyv4592) + if yyrg4592 { + copy(yyv4592, yyv24592) } - } else if yyl4601 != len(yyv4601) { - yyv4601 = yyv4601[:yyl4601] - yyc4601 = true + } else if yyl4592 != len(yyv4592) { + yyv4592 = yyv4592[:yyl4592] + yyc4592 = true } - yyj4601 := 0 - for ; yyj4601 < yyrr4601; yyj4601++ { - yyh4601.ElemContainerState(yyj4601) + yyj4592 := 0 + for ; yyj4592 < yyrr4592; yyj4592++ { + yyh4592.ElemContainerState(yyj4592) if r.TryDecodeAsNil() { - yyv4601[yyj4601] = PersistentVolumeClaim{} + yyv4592[yyj4592] = PersistentVolumeClaim{} } else { - yyv4602 := &yyv4601[yyj4601] - yyv4602.CodecDecodeSelf(d) + yyv4593 := &yyv4592[yyj4592] + yyv4593.CodecDecodeSelf(d) } } - if yyrt4601 { - for ; yyj4601 < yyl4601; yyj4601++ { - yyv4601 = append(yyv4601, PersistentVolumeClaim{}) - yyh4601.ElemContainerState(yyj4601) + if yyrt4592 { + for ; yyj4592 < yyl4592; yyj4592++ { + yyv4592 = append(yyv4592, PersistentVolumeClaim{}) + yyh4592.ElemContainerState(yyj4592) if r.TryDecodeAsNil() { - yyv4601[yyj4601] = PersistentVolumeClaim{} + yyv4592[yyj4592] = PersistentVolumeClaim{} } else { - yyv4603 := &yyv4601[yyj4601] - yyv4603.CodecDecodeSelf(d) + yyv4594 := &yyv4592[yyj4592] + yyv4594.CodecDecodeSelf(d) } } } } else { - yyj4601 := 0 - for ; !r.CheckBreak(); yyj4601++ { + yyj4592 := 0 + for ; !r.CheckBreak(); yyj4592++ { - if yyj4601 >= len(yyv4601) { - yyv4601 = append(yyv4601, PersistentVolumeClaim{}) // var yyz4601 PersistentVolumeClaim - yyc4601 = true + if yyj4592 >= len(yyv4592) { + yyv4592 = append(yyv4592, PersistentVolumeClaim{}) // var yyz4592 PersistentVolumeClaim + yyc4592 = true } - yyh4601.ElemContainerState(yyj4601) - if yyj4601 < len(yyv4601) { + yyh4592.ElemContainerState(yyj4592) + if yyj4592 < len(yyv4592) { if r.TryDecodeAsNil() { - yyv4601[yyj4601] = PersistentVolumeClaim{} + yyv4592[yyj4592] = PersistentVolumeClaim{} } else { - yyv4604 := &yyv4601[yyj4601] - yyv4604.CodecDecodeSelf(d) + yyv4595 := &yyv4592[yyj4592] + yyv4595.CodecDecodeSelf(d) } } else { @@ -57361,17 +57279,17 @@ func (x codecSelfer1234) decSlicePersistentVolumeClaim(v *[]PersistentVolumeClai } } - if yyj4601 < len(yyv4601) { - yyv4601 = yyv4601[:yyj4601] - yyc4601 = true - } else if yyj4601 == 0 && yyv4601 == nil { - yyv4601 = []PersistentVolumeClaim{} - yyc4601 = true + if yyj4592 < len(yyv4592) { + yyv4592 = yyv4592[:yyj4592] + yyc4592 = true + } else if yyj4592 == 0 && yyv4592 == nil { + yyv4592 = []PersistentVolumeClaim{} + yyc4592 = true } } - yyh4601.End() - if yyc4601 { - *v = yyv4601 + yyh4592.End() + if yyc4592 { + *v = yyv4592 } } @@ -57380,10 +57298,10 @@ func (x codecSelfer1234) encSliceKeyToPath(v []KeyToPath, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4605 := range v { + for _, yyv4596 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4606 := &yyv4605 - yy4606.CodecEncodeSelf(e) + yy4597 := &yyv4596 + yy4597.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57393,83 +57311,83 @@ func (x codecSelfer1234) decSliceKeyToPath(v *[]KeyToPath, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4607 := *v - yyh4607, yyl4607 := z.DecSliceHelperStart() - var yyc4607 bool - if yyl4607 == 0 { - if yyv4607 == nil { - yyv4607 = []KeyToPath{} - yyc4607 = true - } else if len(yyv4607) != 0 { - yyv4607 = yyv4607[:0] - yyc4607 = true + yyv4598 := *v + yyh4598, yyl4598 := z.DecSliceHelperStart() + var yyc4598 bool + if yyl4598 == 0 { + if yyv4598 == nil { + yyv4598 = []KeyToPath{} + yyc4598 = true + } else if len(yyv4598) != 0 { + yyv4598 = yyv4598[:0] + yyc4598 = true } - } else if yyl4607 > 0 { - var yyrr4607, yyrl4607 int - var yyrt4607 bool - if yyl4607 > cap(yyv4607) { + } else if yyl4598 > 0 { + var yyrr4598, yyrl4598 int + var yyrt4598 bool + if yyl4598 > cap(yyv4598) { - yyrg4607 := len(yyv4607) > 0 - yyv24607 := yyv4607 - yyrl4607, yyrt4607 = z.DecInferLen(yyl4607, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4607 { - if yyrl4607 <= cap(yyv4607) { - yyv4607 = yyv4607[:yyrl4607] + yyrg4598 := len(yyv4598) > 0 + yyv24598 := yyv4598 + yyrl4598, yyrt4598 = z.DecInferLen(yyl4598, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4598 { + if yyrl4598 <= cap(yyv4598) { + yyv4598 = yyv4598[:yyrl4598] } else { - yyv4607 = make([]KeyToPath, yyrl4607) + yyv4598 = make([]KeyToPath, yyrl4598) } } else { - yyv4607 = make([]KeyToPath, yyrl4607) + yyv4598 = make([]KeyToPath, yyrl4598) } - yyc4607 = true - yyrr4607 = len(yyv4607) - if yyrg4607 { - copy(yyv4607, yyv24607) + yyc4598 = true + yyrr4598 = len(yyv4598) + if yyrg4598 { + copy(yyv4598, yyv24598) } - } else if yyl4607 != len(yyv4607) { - yyv4607 = yyv4607[:yyl4607] - yyc4607 = true + } else if yyl4598 != len(yyv4598) { + yyv4598 = yyv4598[:yyl4598] + yyc4598 = true } - yyj4607 := 0 - for ; yyj4607 < yyrr4607; yyj4607++ { - yyh4607.ElemContainerState(yyj4607) + yyj4598 := 0 + for ; yyj4598 < yyrr4598; yyj4598++ { + yyh4598.ElemContainerState(yyj4598) if r.TryDecodeAsNil() { - yyv4607[yyj4607] = KeyToPath{} + yyv4598[yyj4598] = KeyToPath{} } else { - yyv4608 := &yyv4607[yyj4607] - yyv4608.CodecDecodeSelf(d) + yyv4599 := &yyv4598[yyj4598] + yyv4599.CodecDecodeSelf(d) } } - if yyrt4607 { - for ; yyj4607 < yyl4607; yyj4607++ { - yyv4607 = append(yyv4607, KeyToPath{}) - yyh4607.ElemContainerState(yyj4607) + if yyrt4598 { + for ; yyj4598 < yyl4598; yyj4598++ { + yyv4598 = append(yyv4598, KeyToPath{}) + yyh4598.ElemContainerState(yyj4598) if r.TryDecodeAsNil() { - yyv4607[yyj4607] = KeyToPath{} + yyv4598[yyj4598] = KeyToPath{} } else { - yyv4609 := &yyv4607[yyj4607] - yyv4609.CodecDecodeSelf(d) + yyv4600 := &yyv4598[yyj4598] + yyv4600.CodecDecodeSelf(d) } } } } else { - yyj4607 := 0 - for ; !r.CheckBreak(); yyj4607++ { + yyj4598 := 0 + for ; !r.CheckBreak(); yyj4598++ { - if yyj4607 >= len(yyv4607) { - yyv4607 = append(yyv4607, KeyToPath{}) // var yyz4607 KeyToPath - yyc4607 = true + if yyj4598 >= len(yyv4598) { + yyv4598 = append(yyv4598, KeyToPath{}) // var yyz4598 KeyToPath + yyc4598 = true } - yyh4607.ElemContainerState(yyj4607) - if yyj4607 < len(yyv4607) { + yyh4598.ElemContainerState(yyj4598) + if yyj4598 < len(yyv4598) { if r.TryDecodeAsNil() { - yyv4607[yyj4607] = KeyToPath{} + yyv4598[yyj4598] = KeyToPath{} } else { - yyv4610 := &yyv4607[yyj4607] - yyv4610.CodecDecodeSelf(d) + yyv4601 := &yyv4598[yyj4598] + yyv4601.CodecDecodeSelf(d) } } else { @@ -57477,17 +57395,17 @@ func (x codecSelfer1234) decSliceKeyToPath(v *[]KeyToPath, d *codec1978.Decoder) } } - if yyj4607 < len(yyv4607) { - yyv4607 = yyv4607[:yyj4607] - yyc4607 = true - } else if yyj4607 == 0 && yyv4607 == nil { - yyv4607 = []KeyToPath{} - yyc4607 = true + if yyj4598 < len(yyv4598) { + yyv4598 = yyv4598[:yyj4598] + yyc4598 = true + } else if yyj4598 == 0 && yyv4598 == nil { + yyv4598 = []KeyToPath{} + yyc4598 = true } } - yyh4607.End() - if yyc4607 { - *v = yyv4607 + yyh4598.End() + if yyc4598 { + *v = yyv4598 } } @@ -57496,10 +57414,10 @@ func (x codecSelfer1234) encSliceHTTPHeader(v []HTTPHeader, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4611 := range v { + for _, yyv4602 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4612 := &yyv4611 - yy4612.CodecEncodeSelf(e) + yy4603 := &yyv4602 + yy4603.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57509,83 +57427,83 @@ func (x codecSelfer1234) decSliceHTTPHeader(v *[]HTTPHeader, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4613 := *v - yyh4613, yyl4613 := z.DecSliceHelperStart() - var yyc4613 bool - if yyl4613 == 0 { - if yyv4613 == nil { - yyv4613 = []HTTPHeader{} - yyc4613 = true - } else if len(yyv4613) != 0 { - yyv4613 = yyv4613[:0] - yyc4613 = true + yyv4604 := *v + yyh4604, yyl4604 := z.DecSliceHelperStart() + var yyc4604 bool + if yyl4604 == 0 { + if yyv4604 == nil { + yyv4604 = []HTTPHeader{} + yyc4604 = true + } else if len(yyv4604) != 0 { + yyv4604 = yyv4604[:0] + yyc4604 = true } - } else if yyl4613 > 0 { - var yyrr4613, yyrl4613 int - var yyrt4613 bool - if yyl4613 > cap(yyv4613) { + } else if yyl4604 > 0 { + var yyrr4604, yyrl4604 int + var yyrt4604 bool + if yyl4604 > cap(yyv4604) { - yyrg4613 := len(yyv4613) > 0 - yyv24613 := yyv4613 - yyrl4613, yyrt4613 = z.DecInferLen(yyl4613, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4613 { - if yyrl4613 <= cap(yyv4613) { - yyv4613 = yyv4613[:yyrl4613] + yyrg4604 := len(yyv4604) > 0 + yyv24604 := yyv4604 + yyrl4604, yyrt4604 = z.DecInferLen(yyl4604, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4604 { + if yyrl4604 <= cap(yyv4604) { + yyv4604 = yyv4604[:yyrl4604] } else { - yyv4613 = make([]HTTPHeader, yyrl4613) + yyv4604 = make([]HTTPHeader, yyrl4604) } } else { - yyv4613 = make([]HTTPHeader, yyrl4613) + yyv4604 = make([]HTTPHeader, yyrl4604) } - yyc4613 = true - yyrr4613 = len(yyv4613) - if yyrg4613 { - copy(yyv4613, yyv24613) + yyc4604 = true + yyrr4604 = len(yyv4604) + if yyrg4604 { + copy(yyv4604, yyv24604) } - } else if yyl4613 != len(yyv4613) { - yyv4613 = yyv4613[:yyl4613] - yyc4613 = true + } else if yyl4604 != len(yyv4604) { + yyv4604 = yyv4604[:yyl4604] + yyc4604 = true } - yyj4613 := 0 - for ; yyj4613 < yyrr4613; yyj4613++ { - yyh4613.ElemContainerState(yyj4613) + yyj4604 := 0 + for ; yyj4604 < yyrr4604; yyj4604++ { + yyh4604.ElemContainerState(yyj4604) if r.TryDecodeAsNil() { - yyv4613[yyj4613] = HTTPHeader{} + yyv4604[yyj4604] = HTTPHeader{} } else { - yyv4614 := &yyv4613[yyj4613] - yyv4614.CodecDecodeSelf(d) + yyv4605 := &yyv4604[yyj4604] + yyv4605.CodecDecodeSelf(d) } } - if yyrt4613 { - for ; yyj4613 < yyl4613; yyj4613++ { - yyv4613 = append(yyv4613, HTTPHeader{}) - yyh4613.ElemContainerState(yyj4613) + if yyrt4604 { + for ; yyj4604 < yyl4604; yyj4604++ { + yyv4604 = append(yyv4604, HTTPHeader{}) + yyh4604.ElemContainerState(yyj4604) if r.TryDecodeAsNil() { - yyv4613[yyj4613] = HTTPHeader{} + yyv4604[yyj4604] = HTTPHeader{} } else { - yyv4615 := &yyv4613[yyj4613] - yyv4615.CodecDecodeSelf(d) + yyv4606 := &yyv4604[yyj4604] + yyv4606.CodecDecodeSelf(d) } } } } else { - yyj4613 := 0 - for ; !r.CheckBreak(); yyj4613++ { + yyj4604 := 0 + for ; !r.CheckBreak(); yyj4604++ { - if yyj4613 >= len(yyv4613) { - yyv4613 = append(yyv4613, HTTPHeader{}) // var yyz4613 HTTPHeader - yyc4613 = true + if yyj4604 >= len(yyv4604) { + yyv4604 = append(yyv4604, HTTPHeader{}) // var yyz4604 HTTPHeader + yyc4604 = true } - yyh4613.ElemContainerState(yyj4613) - if yyj4613 < len(yyv4613) { + yyh4604.ElemContainerState(yyj4604) + if yyj4604 < len(yyv4604) { if r.TryDecodeAsNil() { - yyv4613[yyj4613] = HTTPHeader{} + yyv4604[yyj4604] = HTTPHeader{} } else { - yyv4616 := &yyv4613[yyj4613] - yyv4616.CodecDecodeSelf(d) + yyv4607 := &yyv4604[yyj4604] + yyv4607.CodecDecodeSelf(d) } } else { @@ -57593,17 +57511,17 @@ func (x codecSelfer1234) decSliceHTTPHeader(v *[]HTTPHeader, d *codec1978.Decode } } - if yyj4613 < len(yyv4613) { - yyv4613 = yyv4613[:yyj4613] - yyc4613 = true - } else if yyj4613 == 0 && yyv4613 == nil { - yyv4613 = []HTTPHeader{} - yyc4613 = true + if yyj4604 < len(yyv4604) { + yyv4604 = yyv4604[:yyj4604] + yyc4604 = true + } else if yyj4604 == 0 && yyv4604 == nil { + yyv4604 = []HTTPHeader{} + yyc4604 = true } } - yyh4613.End() - if yyc4613 { - *v = yyv4613 + yyh4604.End() + if yyc4604 { + *v = yyv4604 } } @@ -57612,9 +57530,9 @@ func (x codecSelfer1234) encSliceCapability(v []Capability, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4617 := range v { + for _, yyv4608 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4617.CodecEncodeSelf(e) + yyv4608.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57624,75 +57542,75 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4618 := *v - yyh4618, yyl4618 := z.DecSliceHelperStart() - var yyc4618 bool - if yyl4618 == 0 { - if yyv4618 == nil { - yyv4618 = []Capability{} - yyc4618 = true - } else if len(yyv4618) != 0 { - yyv4618 = yyv4618[:0] - yyc4618 = true + yyv4609 := *v + yyh4609, yyl4609 := z.DecSliceHelperStart() + var yyc4609 bool + if yyl4609 == 0 { + if yyv4609 == nil { + yyv4609 = []Capability{} + yyc4609 = true + } else if len(yyv4609) != 0 { + yyv4609 = yyv4609[:0] + yyc4609 = true } - } else if yyl4618 > 0 { - var yyrr4618, yyrl4618 int - var yyrt4618 bool - if yyl4618 > cap(yyv4618) { + } else if yyl4609 > 0 { + var yyrr4609, yyrl4609 int + var yyrt4609 bool + if yyl4609 > cap(yyv4609) { - yyrl4618, yyrt4618 = z.DecInferLen(yyl4618, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4618 { - if yyrl4618 <= cap(yyv4618) { - yyv4618 = yyv4618[:yyrl4618] + yyrl4609, yyrt4609 = z.DecInferLen(yyl4609, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4609 { + if yyrl4609 <= cap(yyv4609) { + yyv4609 = yyv4609[:yyrl4609] } else { - yyv4618 = make([]Capability, yyrl4618) + yyv4609 = make([]Capability, yyrl4609) } } else { - yyv4618 = make([]Capability, yyrl4618) + yyv4609 = make([]Capability, yyrl4609) } - yyc4618 = true - yyrr4618 = len(yyv4618) - } else if yyl4618 != len(yyv4618) { - yyv4618 = yyv4618[:yyl4618] - yyc4618 = true + yyc4609 = true + yyrr4609 = len(yyv4609) + } else if yyl4609 != len(yyv4609) { + yyv4609 = yyv4609[:yyl4609] + yyc4609 = true } - yyj4618 := 0 - for ; yyj4618 < yyrr4618; yyj4618++ { - yyh4618.ElemContainerState(yyj4618) + yyj4609 := 0 + for ; yyj4609 < yyrr4609; yyj4609++ { + yyh4609.ElemContainerState(yyj4609) if r.TryDecodeAsNil() { - yyv4618[yyj4618] = "" + yyv4609[yyj4609] = "" } else { - yyv4618[yyj4618] = Capability(r.DecodeString()) + yyv4609[yyj4609] = Capability(r.DecodeString()) } } - if yyrt4618 { - for ; yyj4618 < yyl4618; yyj4618++ { - yyv4618 = append(yyv4618, "") - yyh4618.ElemContainerState(yyj4618) + if yyrt4609 { + for ; yyj4609 < yyl4609; yyj4609++ { + yyv4609 = append(yyv4609, "") + yyh4609.ElemContainerState(yyj4609) if r.TryDecodeAsNil() { - yyv4618[yyj4618] = "" + yyv4609[yyj4609] = "" } else { - yyv4618[yyj4618] = Capability(r.DecodeString()) + yyv4609[yyj4609] = Capability(r.DecodeString()) } } } } else { - yyj4618 := 0 - for ; !r.CheckBreak(); yyj4618++ { + yyj4609 := 0 + for ; !r.CheckBreak(); yyj4609++ { - if yyj4618 >= len(yyv4618) { - yyv4618 = append(yyv4618, "") // var yyz4618 Capability - yyc4618 = true + if yyj4609 >= len(yyv4609) { + yyv4609 = append(yyv4609, "") // var yyz4609 Capability + yyc4609 = true } - yyh4618.ElemContainerState(yyj4618) - if yyj4618 < len(yyv4618) { + yyh4609.ElemContainerState(yyj4609) + if yyj4609 < len(yyv4609) { if r.TryDecodeAsNil() { - yyv4618[yyj4618] = "" + yyv4609[yyj4609] = "" } else { - yyv4618[yyj4618] = Capability(r.DecodeString()) + yyv4609[yyj4609] = Capability(r.DecodeString()) } } else { @@ -57700,17 +57618,17 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode } } - if yyj4618 < len(yyv4618) { - yyv4618 = yyv4618[:yyj4618] - yyc4618 = true - } else if yyj4618 == 0 && yyv4618 == nil { - yyv4618 = []Capability{} - yyc4618 = true + if yyj4609 < len(yyv4609) { + yyv4609 = yyv4609[:yyj4609] + yyc4609 = true + } else if yyj4609 == 0 && yyv4609 == nil { + yyv4609 = []Capability{} + yyc4609 = true } } - yyh4618.End() - if yyc4618 { - *v = yyv4618 + yyh4609.End() + if yyc4609 { + *v = yyv4609 } } @@ -57719,10 +57637,10 @@ func (x codecSelfer1234) encSliceContainerPort(v []ContainerPort, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4622 := range v { + for _, yyv4613 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4623 := &yyv4622 - yy4623.CodecEncodeSelf(e) + yy4614 := &yyv4613 + yy4614.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57732,83 +57650,83 @@ func (x codecSelfer1234) decSliceContainerPort(v *[]ContainerPort, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4624 := *v - yyh4624, yyl4624 := z.DecSliceHelperStart() - var yyc4624 bool - if yyl4624 == 0 { - if yyv4624 == nil { - yyv4624 = []ContainerPort{} - yyc4624 = true - } else if len(yyv4624) != 0 { - yyv4624 = yyv4624[:0] - yyc4624 = true + yyv4615 := *v + yyh4615, yyl4615 := z.DecSliceHelperStart() + var yyc4615 bool + if yyl4615 == 0 { + if yyv4615 == nil { + yyv4615 = []ContainerPort{} + yyc4615 = true + } else if len(yyv4615) != 0 { + yyv4615 = yyv4615[:0] + yyc4615 = true } - } else if yyl4624 > 0 { - var yyrr4624, yyrl4624 int - var yyrt4624 bool - if yyl4624 > cap(yyv4624) { + } else if yyl4615 > 0 { + var yyrr4615, yyrl4615 int + var yyrt4615 bool + if yyl4615 > cap(yyv4615) { - yyrg4624 := len(yyv4624) > 0 - yyv24624 := yyv4624 - yyrl4624, yyrt4624 = z.DecInferLen(yyl4624, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4624 { - if yyrl4624 <= cap(yyv4624) { - yyv4624 = yyv4624[:yyrl4624] + yyrg4615 := len(yyv4615) > 0 + yyv24615 := yyv4615 + yyrl4615, yyrt4615 = z.DecInferLen(yyl4615, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4615 { + if yyrl4615 <= cap(yyv4615) { + yyv4615 = yyv4615[:yyrl4615] } else { - yyv4624 = make([]ContainerPort, yyrl4624) + yyv4615 = make([]ContainerPort, yyrl4615) } } else { - yyv4624 = make([]ContainerPort, yyrl4624) + yyv4615 = make([]ContainerPort, yyrl4615) } - yyc4624 = true - yyrr4624 = len(yyv4624) - if yyrg4624 { - copy(yyv4624, yyv24624) + yyc4615 = true + yyrr4615 = len(yyv4615) + if yyrg4615 { + copy(yyv4615, yyv24615) } - } else if yyl4624 != len(yyv4624) { - yyv4624 = yyv4624[:yyl4624] - yyc4624 = true + } else if yyl4615 != len(yyv4615) { + yyv4615 = yyv4615[:yyl4615] + yyc4615 = true } - yyj4624 := 0 - for ; yyj4624 < yyrr4624; yyj4624++ { - yyh4624.ElemContainerState(yyj4624) + yyj4615 := 0 + for ; yyj4615 < yyrr4615; yyj4615++ { + yyh4615.ElemContainerState(yyj4615) if r.TryDecodeAsNil() { - yyv4624[yyj4624] = ContainerPort{} + yyv4615[yyj4615] = ContainerPort{} } else { - yyv4625 := &yyv4624[yyj4624] - yyv4625.CodecDecodeSelf(d) + yyv4616 := &yyv4615[yyj4615] + yyv4616.CodecDecodeSelf(d) } } - if yyrt4624 { - for ; yyj4624 < yyl4624; yyj4624++ { - yyv4624 = append(yyv4624, ContainerPort{}) - yyh4624.ElemContainerState(yyj4624) + if yyrt4615 { + for ; yyj4615 < yyl4615; yyj4615++ { + yyv4615 = append(yyv4615, ContainerPort{}) + yyh4615.ElemContainerState(yyj4615) if r.TryDecodeAsNil() { - yyv4624[yyj4624] = ContainerPort{} + yyv4615[yyj4615] = ContainerPort{} } else { - yyv4626 := &yyv4624[yyj4624] - yyv4626.CodecDecodeSelf(d) + yyv4617 := &yyv4615[yyj4615] + yyv4617.CodecDecodeSelf(d) } } } } else { - yyj4624 := 0 - for ; !r.CheckBreak(); yyj4624++ { + yyj4615 := 0 + for ; !r.CheckBreak(); yyj4615++ { - if yyj4624 >= len(yyv4624) { - yyv4624 = append(yyv4624, ContainerPort{}) // var yyz4624 ContainerPort - yyc4624 = true + if yyj4615 >= len(yyv4615) { + yyv4615 = append(yyv4615, ContainerPort{}) // var yyz4615 ContainerPort + yyc4615 = true } - yyh4624.ElemContainerState(yyj4624) - if yyj4624 < len(yyv4624) { + yyh4615.ElemContainerState(yyj4615) + if yyj4615 < len(yyv4615) { if r.TryDecodeAsNil() { - yyv4624[yyj4624] = ContainerPort{} + yyv4615[yyj4615] = ContainerPort{} } else { - yyv4627 := &yyv4624[yyj4624] - yyv4627.CodecDecodeSelf(d) + yyv4618 := &yyv4615[yyj4615] + yyv4618.CodecDecodeSelf(d) } } else { @@ -57816,17 +57734,17 @@ func (x codecSelfer1234) decSliceContainerPort(v *[]ContainerPort, d *codec1978. } } - if yyj4624 < len(yyv4624) { - yyv4624 = yyv4624[:yyj4624] - yyc4624 = true - } else if yyj4624 == 0 && yyv4624 == nil { - yyv4624 = []ContainerPort{} - yyc4624 = true + if yyj4615 < len(yyv4615) { + yyv4615 = yyv4615[:yyj4615] + yyc4615 = true + } else if yyj4615 == 0 && yyv4615 == nil { + yyv4615 = []ContainerPort{} + yyc4615 = true } } - yyh4624.End() - if yyc4624 { - *v = yyv4624 + yyh4615.End() + if yyc4615 { + *v = yyv4615 } } @@ -57835,10 +57753,10 @@ func (x codecSelfer1234) encSliceEnvVar(v []EnvVar, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4628 := range v { + for _, yyv4619 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4629 := &yyv4628 - yy4629.CodecEncodeSelf(e) + yy4620 := &yyv4619 + yy4620.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57848,83 +57766,83 @@ func (x codecSelfer1234) decSliceEnvVar(v *[]EnvVar, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4630 := *v - yyh4630, yyl4630 := z.DecSliceHelperStart() - var yyc4630 bool - if yyl4630 == 0 { - if yyv4630 == nil { - yyv4630 = []EnvVar{} - yyc4630 = true - } else if len(yyv4630) != 0 { - yyv4630 = yyv4630[:0] - yyc4630 = true + yyv4621 := *v + yyh4621, yyl4621 := z.DecSliceHelperStart() + var yyc4621 bool + if yyl4621 == 0 { + if yyv4621 == nil { + yyv4621 = []EnvVar{} + yyc4621 = true + } else if len(yyv4621) != 0 { + yyv4621 = yyv4621[:0] + yyc4621 = true } - } else if yyl4630 > 0 { - var yyrr4630, yyrl4630 int - var yyrt4630 bool - if yyl4630 > cap(yyv4630) { + } else if yyl4621 > 0 { + var yyrr4621, yyrl4621 int + var yyrt4621 bool + if yyl4621 > cap(yyv4621) { - yyrg4630 := len(yyv4630) > 0 - yyv24630 := yyv4630 - yyrl4630, yyrt4630 = z.DecInferLen(yyl4630, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4630 { - if yyrl4630 <= cap(yyv4630) { - yyv4630 = yyv4630[:yyrl4630] + yyrg4621 := len(yyv4621) > 0 + yyv24621 := yyv4621 + yyrl4621, yyrt4621 = z.DecInferLen(yyl4621, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4621 { + if yyrl4621 <= cap(yyv4621) { + yyv4621 = yyv4621[:yyrl4621] } else { - yyv4630 = make([]EnvVar, yyrl4630) + yyv4621 = make([]EnvVar, yyrl4621) } } else { - yyv4630 = make([]EnvVar, yyrl4630) + yyv4621 = make([]EnvVar, yyrl4621) } - yyc4630 = true - yyrr4630 = len(yyv4630) - if yyrg4630 { - copy(yyv4630, yyv24630) + yyc4621 = true + yyrr4621 = len(yyv4621) + if yyrg4621 { + copy(yyv4621, yyv24621) } - } else if yyl4630 != len(yyv4630) { - yyv4630 = yyv4630[:yyl4630] - yyc4630 = true + } else if yyl4621 != len(yyv4621) { + yyv4621 = yyv4621[:yyl4621] + yyc4621 = true } - yyj4630 := 0 - for ; yyj4630 < yyrr4630; yyj4630++ { - yyh4630.ElemContainerState(yyj4630) + yyj4621 := 0 + for ; yyj4621 < yyrr4621; yyj4621++ { + yyh4621.ElemContainerState(yyj4621) if r.TryDecodeAsNil() { - yyv4630[yyj4630] = EnvVar{} + yyv4621[yyj4621] = EnvVar{} } else { - yyv4631 := &yyv4630[yyj4630] - yyv4631.CodecDecodeSelf(d) + yyv4622 := &yyv4621[yyj4621] + yyv4622.CodecDecodeSelf(d) } } - if yyrt4630 { - for ; yyj4630 < yyl4630; yyj4630++ { - yyv4630 = append(yyv4630, EnvVar{}) - yyh4630.ElemContainerState(yyj4630) + if yyrt4621 { + for ; yyj4621 < yyl4621; yyj4621++ { + yyv4621 = append(yyv4621, EnvVar{}) + yyh4621.ElemContainerState(yyj4621) if r.TryDecodeAsNil() { - yyv4630[yyj4630] = EnvVar{} + yyv4621[yyj4621] = EnvVar{} } else { - yyv4632 := &yyv4630[yyj4630] - yyv4632.CodecDecodeSelf(d) + yyv4623 := &yyv4621[yyj4621] + yyv4623.CodecDecodeSelf(d) } } } } else { - yyj4630 := 0 - for ; !r.CheckBreak(); yyj4630++ { + yyj4621 := 0 + for ; !r.CheckBreak(); yyj4621++ { - if yyj4630 >= len(yyv4630) { - yyv4630 = append(yyv4630, EnvVar{}) // var yyz4630 EnvVar - yyc4630 = true + if yyj4621 >= len(yyv4621) { + yyv4621 = append(yyv4621, EnvVar{}) // var yyz4621 EnvVar + yyc4621 = true } - yyh4630.ElemContainerState(yyj4630) - if yyj4630 < len(yyv4630) { + yyh4621.ElemContainerState(yyj4621) + if yyj4621 < len(yyv4621) { if r.TryDecodeAsNil() { - yyv4630[yyj4630] = EnvVar{} + yyv4621[yyj4621] = EnvVar{} } else { - yyv4633 := &yyv4630[yyj4630] - yyv4633.CodecDecodeSelf(d) + yyv4624 := &yyv4621[yyj4621] + yyv4624.CodecDecodeSelf(d) } } else { @@ -57932,17 +57850,17 @@ func (x codecSelfer1234) decSliceEnvVar(v *[]EnvVar, d *codec1978.Decoder) { } } - if yyj4630 < len(yyv4630) { - yyv4630 = yyv4630[:yyj4630] - yyc4630 = true - } else if yyj4630 == 0 && yyv4630 == nil { - yyv4630 = []EnvVar{} - yyc4630 = true + if yyj4621 < len(yyv4621) { + yyv4621 = yyv4621[:yyj4621] + yyc4621 = true + } else if yyj4621 == 0 && yyv4621 == nil { + yyv4621 = []EnvVar{} + yyc4621 = true } } - yyh4630.End() - if yyc4630 { - *v = yyv4630 + yyh4621.End() + if yyc4621 { + *v = yyv4621 } } @@ -57951,10 +57869,10 @@ func (x codecSelfer1234) encSliceVolumeMount(v []VolumeMount, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4634 := range v { + for _, yyv4625 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4635 := &yyv4634 - yy4635.CodecEncodeSelf(e) + yy4626 := &yyv4625 + yy4626.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57964,83 +57882,83 @@ func (x codecSelfer1234) decSliceVolumeMount(v *[]VolumeMount, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4636 := *v - yyh4636, yyl4636 := z.DecSliceHelperStart() - var yyc4636 bool - if yyl4636 == 0 { - if yyv4636 == nil { - yyv4636 = []VolumeMount{} - yyc4636 = true - } else if len(yyv4636) != 0 { - yyv4636 = yyv4636[:0] - yyc4636 = true + yyv4627 := *v + yyh4627, yyl4627 := z.DecSliceHelperStart() + var yyc4627 bool + if yyl4627 == 0 { + if yyv4627 == nil { + yyv4627 = []VolumeMount{} + yyc4627 = true + } else if len(yyv4627) != 0 { + yyv4627 = yyv4627[:0] + yyc4627 = true } - } else if yyl4636 > 0 { - var yyrr4636, yyrl4636 int - var yyrt4636 bool - if yyl4636 > cap(yyv4636) { + } else if yyl4627 > 0 { + var yyrr4627, yyrl4627 int + var yyrt4627 bool + if yyl4627 > cap(yyv4627) { - yyrg4636 := len(yyv4636) > 0 - yyv24636 := yyv4636 - yyrl4636, yyrt4636 = z.DecInferLen(yyl4636, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4636 { - if yyrl4636 <= cap(yyv4636) { - yyv4636 = yyv4636[:yyrl4636] + yyrg4627 := len(yyv4627) > 0 + yyv24627 := yyv4627 + yyrl4627, yyrt4627 = z.DecInferLen(yyl4627, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4627 { + if yyrl4627 <= cap(yyv4627) { + yyv4627 = yyv4627[:yyrl4627] } else { - yyv4636 = make([]VolumeMount, yyrl4636) + yyv4627 = make([]VolumeMount, yyrl4627) } } else { - yyv4636 = make([]VolumeMount, yyrl4636) + yyv4627 = make([]VolumeMount, yyrl4627) } - yyc4636 = true - yyrr4636 = len(yyv4636) - if yyrg4636 { - copy(yyv4636, yyv24636) + yyc4627 = true + yyrr4627 = len(yyv4627) + if yyrg4627 { + copy(yyv4627, yyv24627) } - } else if yyl4636 != len(yyv4636) { - yyv4636 = yyv4636[:yyl4636] - yyc4636 = true + } else if yyl4627 != len(yyv4627) { + yyv4627 = yyv4627[:yyl4627] + yyc4627 = true } - yyj4636 := 0 - for ; yyj4636 < yyrr4636; yyj4636++ { - yyh4636.ElemContainerState(yyj4636) + yyj4627 := 0 + for ; yyj4627 < yyrr4627; yyj4627++ { + yyh4627.ElemContainerState(yyj4627) if r.TryDecodeAsNil() { - yyv4636[yyj4636] = VolumeMount{} + yyv4627[yyj4627] = VolumeMount{} } else { - yyv4637 := &yyv4636[yyj4636] - yyv4637.CodecDecodeSelf(d) + yyv4628 := &yyv4627[yyj4627] + yyv4628.CodecDecodeSelf(d) } } - if yyrt4636 { - for ; yyj4636 < yyl4636; yyj4636++ { - yyv4636 = append(yyv4636, VolumeMount{}) - yyh4636.ElemContainerState(yyj4636) + if yyrt4627 { + for ; yyj4627 < yyl4627; yyj4627++ { + yyv4627 = append(yyv4627, VolumeMount{}) + yyh4627.ElemContainerState(yyj4627) if r.TryDecodeAsNil() { - yyv4636[yyj4636] = VolumeMount{} + yyv4627[yyj4627] = VolumeMount{} } else { - yyv4638 := &yyv4636[yyj4636] - yyv4638.CodecDecodeSelf(d) + yyv4629 := &yyv4627[yyj4627] + yyv4629.CodecDecodeSelf(d) } } } } else { - yyj4636 := 0 - for ; !r.CheckBreak(); yyj4636++ { + yyj4627 := 0 + for ; !r.CheckBreak(); yyj4627++ { - if yyj4636 >= len(yyv4636) { - yyv4636 = append(yyv4636, VolumeMount{}) // var yyz4636 VolumeMount - yyc4636 = true + if yyj4627 >= len(yyv4627) { + yyv4627 = append(yyv4627, VolumeMount{}) // var yyz4627 VolumeMount + yyc4627 = true } - yyh4636.ElemContainerState(yyj4636) - if yyj4636 < len(yyv4636) { + yyh4627.ElemContainerState(yyj4627) + if yyj4627 < len(yyv4627) { if r.TryDecodeAsNil() { - yyv4636[yyj4636] = VolumeMount{} + yyv4627[yyj4627] = VolumeMount{} } else { - yyv4639 := &yyv4636[yyj4636] - yyv4639.CodecDecodeSelf(d) + yyv4630 := &yyv4627[yyj4627] + yyv4630.CodecDecodeSelf(d) } } else { @@ -58048,17 +57966,17 @@ func (x codecSelfer1234) decSliceVolumeMount(v *[]VolumeMount, d *codec1978.Deco } } - if yyj4636 < len(yyv4636) { - yyv4636 = yyv4636[:yyj4636] - yyc4636 = true - } else if yyj4636 == 0 && yyv4636 == nil { - yyv4636 = []VolumeMount{} - yyc4636 = true + if yyj4627 < len(yyv4627) { + yyv4627 = yyv4627[:yyj4627] + yyc4627 = true + } else if yyj4627 == 0 && yyv4627 == nil { + yyv4627 = []VolumeMount{} + yyc4627 = true } } - yyh4636.End() - if yyc4636 { - *v = yyv4636 + yyh4627.End() + if yyc4627 { + *v = yyv4627 } } @@ -58067,10 +57985,10 @@ func (x codecSelfer1234) encSliceNodeSelectorTerm(v []NodeSelectorTerm, e *codec z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4640 := range v { + for _, yyv4631 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4641 := &yyv4640 - yy4641.CodecEncodeSelf(e) + yy4632 := &yyv4631 + yy4632.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58080,83 +57998,83 @@ func (x codecSelfer1234) decSliceNodeSelectorTerm(v *[]NodeSelectorTerm, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4642 := *v - yyh4642, yyl4642 := z.DecSliceHelperStart() - var yyc4642 bool - if yyl4642 == 0 { - if yyv4642 == nil { - yyv4642 = []NodeSelectorTerm{} - yyc4642 = true - } else if len(yyv4642) != 0 { - yyv4642 = yyv4642[:0] - yyc4642 = true + yyv4633 := *v + yyh4633, yyl4633 := z.DecSliceHelperStart() + var yyc4633 bool + if yyl4633 == 0 { + if yyv4633 == nil { + yyv4633 = []NodeSelectorTerm{} + yyc4633 = true + } else if len(yyv4633) != 0 { + yyv4633 = yyv4633[:0] + yyc4633 = true } - } else if yyl4642 > 0 { - var yyrr4642, yyrl4642 int - var yyrt4642 bool - if yyl4642 > cap(yyv4642) { + } else if yyl4633 > 0 { + var yyrr4633, yyrl4633 int + var yyrt4633 bool + if yyl4633 > cap(yyv4633) { - yyrg4642 := len(yyv4642) > 0 - yyv24642 := yyv4642 - yyrl4642, yyrt4642 = z.DecInferLen(yyl4642, z.DecBasicHandle().MaxInitLen, 24) - if yyrt4642 { - if yyrl4642 <= cap(yyv4642) { - yyv4642 = yyv4642[:yyrl4642] + yyrg4633 := len(yyv4633) > 0 + yyv24633 := yyv4633 + yyrl4633, yyrt4633 = z.DecInferLen(yyl4633, z.DecBasicHandle().MaxInitLen, 24) + if yyrt4633 { + if yyrl4633 <= cap(yyv4633) { + yyv4633 = yyv4633[:yyrl4633] } else { - yyv4642 = make([]NodeSelectorTerm, yyrl4642) + yyv4633 = make([]NodeSelectorTerm, yyrl4633) } } else { - yyv4642 = make([]NodeSelectorTerm, yyrl4642) + yyv4633 = make([]NodeSelectorTerm, yyrl4633) } - yyc4642 = true - yyrr4642 = len(yyv4642) - if yyrg4642 { - copy(yyv4642, yyv24642) + yyc4633 = true + yyrr4633 = len(yyv4633) + if yyrg4633 { + copy(yyv4633, yyv24633) } - } else if yyl4642 != len(yyv4642) { - yyv4642 = yyv4642[:yyl4642] - yyc4642 = true + } else if yyl4633 != len(yyv4633) { + yyv4633 = yyv4633[:yyl4633] + yyc4633 = true } - yyj4642 := 0 - for ; yyj4642 < yyrr4642; yyj4642++ { - yyh4642.ElemContainerState(yyj4642) + yyj4633 := 0 + for ; yyj4633 < yyrr4633; yyj4633++ { + yyh4633.ElemContainerState(yyj4633) if r.TryDecodeAsNil() { - yyv4642[yyj4642] = NodeSelectorTerm{} + yyv4633[yyj4633] = NodeSelectorTerm{} } else { - yyv4643 := &yyv4642[yyj4642] - yyv4643.CodecDecodeSelf(d) + yyv4634 := &yyv4633[yyj4633] + yyv4634.CodecDecodeSelf(d) } } - if yyrt4642 { - for ; yyj4642 < yyl4642; yyj4642++ { - yyv4642 = append(yyv4642, NodeSelectorTerm{}) - yyh4642.ElemContainerState(yyj4642) + if yyrt4633 { + for ; yyj4633 < yyl4633; yyj4633++ { + yyv4633 = append(yyv4633, NodeSelectorTerm{}) + yyh4633.ElemContainerState(yyj4633) if r.TryDecodeAsNil() { - yyv4642[yyj4642] = NodeSelectorTerm{} + yyv4633[yyj4633] = NodeSelectorTerm{} } else { - yyv4644 := &yyv4642[yyj4642] - yyv4644.CodecDecodeSelf(d) + yyv4635 := &yyv4633[yyj4633] + yyv4635.CodecDecodeSelf(d) } } } } else { - yyj4642 := 0 - for ; !r.CheckBreak(); yyj4642++ { + yyj4633 := 0 + for ; !r.CheckBreak(); yyj4633++ { - if yyj4642 >= len(yyv4642) { - yyv4642 = append(yyv4642, NodeSelectorTerm{}) // var yyz4642 NodeSelectorTerm - yyc4642 = true + if yyj4633 >= len(yyv4633) { + yyv4633 = append(yyv4633, NodeSelectorTerm{}) // var yyz4633 NodeSelectorTerm + yyc4633 = true } - yyh4642.ElemContainerState(yyj4642) - if yyj4642 < len(yyv4642) { + yyh4633.ElemContainerState(yyj4633) + if yyj4633 < len(yyv4633) { if r.TryDecodeAsNil() { - yyv4642[yyj4642] = NodeSelectorTerm{} + yyv4633[yyj4633] = NodeSelectorTerm{} } else { - yyv4645 := &yyv4642[yyj4642] - yyv4645.CodecDecodeSelf(d) + yyv4636 := &yyv4633[yyj4633] + yyv4636.CodecDecodeSelf(d) } } else { @@ -58164,17 +58082,17 @@ func (x codecSelfer1234) decSliceNodeSelectorTerm(v *[]NodeSelectorTerm, d *code } } - if yyj4642 < len(yyv4642) { - yyv4642 = yyv4642[:yyj4642] - yyc4642 = true - } else if yyj4642 == 0 && yyv4642 == nil { - yyv4642 = []NodeSelectorTerm{} - yyc4642 = true + if yyj4633 < len(yyv4633) { + yyv4633 = yyv4633[:yyj4633] + yyc4633 = true + } else if yyj4633 == 0 && yyv4633 == nil { + yyv4633 = []NodeSelectorTerm{} + yyc4633 = true } } - yyh4642.End() - if yyc4642 { - *v = yyv4642 + yyh4633.End() + if yyc4633 { + *v = yyv4633 } } @@ -58183,10 +58101,10 @@ func (x codecSelfer1234) encSliceNodeSelectorRequirement(v []NodeSelectorRequire z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4646 := range v { + for _, yyv4637 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4647 := &yyv4646 - yy4647.CodecEncodeSelf(e) + yy4638 := &yyv4637 + yy4638.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58196,83 +58114,83 @@ func (x codecSelfer1234) decSliceNodeSelectorRequirement(v *[]NodeSelectorRequir z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4648 := *v - yyh4648, yyl4648 := z.DecSliceHelperStart() - var yyc4648 bool - if yyl4648 == 0 { - if yyv4648 == nil { - yyv4648 = []NodeSelectorRequirement{} - yyc4648 = true - } else if len(yyv4648) != 0 { - yyv4648 = yyv4648[:0] - yyc4648 = true + yyv4639 := *v + yyh4639, yyl4639 := z.DecSliceHelperStart() + var yyc4639 bool + if yyl4639 == 0 { + if yyv4639 == nil { + yyv4639 = []NodeSelectorRequirement{} + yyc4639 = true + } else if len(yyv4639) != 0 { + yyv4639 = yyv4639[:0] + yyc4639 = true } - } else if yyl4648 > 0 { - var yyrr4648, yyrl4648 int - var yyrt4648 bool - if yyl4648 > cap(yyv4648) { + } else if yyl4639 > 0 { + var yyrr4639, yyrl4639 int + var yyrt4639 bool + if yyl4639 > cap(yyv4639) { - yyrg4648 := len(yyv4648) > 0 - yyv24648 := yyv4648 - yyrl4648, yyrt4648 = z.DecInferLen(yyl4648, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4648 { - if yyrl4648 <= cap(yyv4648) { - yyv4648 = yyv4648[:yyrl4648] + yyrg4639 := len(yyv4639) > 0 + yyv24639 := yyv4639 + yyrl4639, yyrt4639 = z.DecInferLen(yyl4639, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4639 { + if yyrl4639 <= cap(yyv4639) { + yyv4639 = yyv4639[:yyrl4639] } else { - yyv4648 = make([]NodeSelectorRequirement, yyrl4648) + yyv4639 = make([]NodeSelectorRequirement, yyrl4639) } } else { - yyv4648 = make([]NodeSelectorRequirement, yyrl4648) + yyv4639 = make([]NodeSelectorRequirement, yyrl4639) } - yyc4648 = true - yyrr4648 = len(yyv4648) - if yyrg4648 { - copy(yyv4648, yyv24648) + yyc4639 = true + yyrr4639 = len(yyv4639) + if yyrg4639 { + copy(yyv4639, yyv24639) } - } else if yyl4648 != len(yyv4648) { - yyv4648 = yyv4648[:yyl4648] - yyc4648 = true + } else if yyl4639 != len(yyv4639) { + yyv4639 = yyv4639[:yyl4639] + yyc4639 = true } - yyj4648 := 0 - for ; yyj4648 < yyrr4648; yyj4648++ { - yyh4648.ElemContainerState(yyj4648) + yyj4639 := 0 + for ; yyj4639 < yyrr4639; yyj4639++ { + yyh4639.ElemContainerState(yyj4639) if r.TryDecodeAsNil() { - yyv4648[yyj4648] = NodeSelectorRequirement{} + yyv4639[yyj4639] = NodeSelectorRequirement{} } else { - yyv4649 := &yyv4648[yyj4648] - yyv4649.CodecDecodeSelf(d) + yyv4640 := &yyv4639[yyj4639] + yyv4640.CodecDecodeSelf(d) } } - if yyrt4648 { - for ; yyj4648 < yyl4648; yyj4648++ { - yyv4648 = append(yyv4648, NodeSelectorRequirement{}) - yyh4648.ElemContainerState(yyj4648) + if yyrt4639 { + for ; yyj4639 < yyl4639; yyj4639++ { + yyv4639 = append(yyv4639, NodeSelectorRequirement{}) + yyh4639.ElemContainerState(yyj4639) if r.TryDecodeAsNil() { - yyv4648[yyj4648] = NodeSelectorRequirement{} + yyv4639[yyj4639] = NodeSelectorRequirement{} } else { - yyv4650 := &yyv4648[yyj4648] - yyv4650.CodecDecodeSelf(d) + yyv4641 := &yyv4639[yyj4639] + yyv4641.CodecDecodeSelf(d) } } } } else { - yyj4648 := 0 - for ; !r.CheckBreak(); yyj4648++ { + yyj4639 := 0 + for ; !r.CheckBreak(); yyj4639++ { - if yyj4648 >= len(yyv4648) { - yyv4648 = append(yyv4648, NodeSelectorRequirement{}) // var yyz4648 NodeSelectorRequirement - yyc4648 = true + if yyj4639 >= len(yyv4639) { + yyv4639 = append(yyv4639, NodeSelectorRequirement{}) // var yyz4639 NodeSelectorRequirement + yyc4639 = true } - yyh4648.ElemContainerState(yyj4648) - if yyj4648 < len(yyv4648) { + yyh4639.ElemContainerState(yyj4639) + if yyj4639 < len(yyv4639) { if r.TryDecodeAsNil() { - yyv4648[yyj4648] = NodeSelectorRequirement{} + yyv4639[yyj4639] = NodeSelectorRequirement{} } else { - yyv4651 := &yyv4648[yyj4648] - yyv4651.CodecDecodeSelf(d) + yyv4642 := &yyv4639[yyj4639] + yyv4642.CodecDecodeSelf(d) } } else { @@ -58280,17 +58198,17 @@ func (x codecSelfer1234) decSliceNodeSelectorRequirement(v *[]NodeSelectorRequir } } - if yyj4648 < len(yyv4648) { - yyv4648 = yyv4648[:yyj4648] - yyc4648 = true - } else if yyj4648 == 0 && yyv4648 == nil { - yyv4648 = []NodeSelectorRequirement{} - yyc4648 = true + if yyj4639 < len(yyv4639) { + yyv4639 = yyv4639[:yyj4639] + yyc4639 = true + } else if yyj4639 == 0 && yyv4639 == nil { + yyv4639 = []NodeSelectorRequirement{} + yyc4639 = true } } - yyh4648.End() - if yyc4648 { - *v = yyv4648 + yyh4639.End() + if yyc4639 { + *v = yyv4639 } } @@ -58299,10 +58217,10 @@ func (x codecSelfer1234) encSlicePodAffinityTerm(v []PodAffinityTerm, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4652 := range v { + for _, yyv4643 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4653 := &yyv4652 - yy4653.CodecEncodeSelf(e) + yy4644 := &yyv4643 + yy4644.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58312,83 +58230,83 @@ func (x codecSelfer1234) decSlicePodAffinityTerm(v *[]PodAffinityTerm, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4654 := *v - yyh4654, yyl4654 := z.DecSliceHelperStart() - var yyc4654 bool - if yyl4654 == 0 { - if yyv4654 == nil { - yyv4654 = []PodAffinityTerm{} - yyc4654 = true - } else if len(yyv4654) != 0 { - yyv4654 = yyv4654[:0] - yyc4654 = true + yyv4645 := *v + yyh4645, yyl4645 := z.DecSliceHelperStart() + var yyc4645 bool + if yyl4645 == 0 { + if yyv4645 == nil { + yyv4645 = []PodAffinityTerm{} + yyc4645 = true + } else if len(yyv4645) != 0 { + yyv4645 = yyv4645[:0] + yyc4645 = true } - } else if yyl4654 > 0 { - var yyrr4654, yyrl4654 int - var yyrt4654 bool - if yyl4654 > cap(yyv4654) { + } else if yyl4645 > 0 { + var yyrr4645, yyrl4645 int + var yyrt4645 bool + if yyl4645 > cap(yyv4645) { - yyrg4654 := len(yyv4654) > 0 - yyv24654 := yyv4654 - yyrl4654, yyrt4654 = z.DecInferLen(yyl4654, z.DecBasicHandle().MaxInitLen, 48) - if yyrt4654 { - if yyrl4654 <= cap(yyv4654) { - yyv4654 = yyv4654[:yyrl4654] + yyrg4645 := len(yyv4645) > 0 + yyv24645 := yyv4645 + yyrl4645, yyrt4645 = z.DecInferLen(yyl4645, z.DecBasicHandle().MaxInitLen, 48) + if yyrt4645 { + if yyrl4645 <= cap(yyv4645) { + yyv4645 = yyv4645[:yyrl4645] } else { - yyv4654 = make([]PodAffinityTerm, yyrl4654) + yyv4645 = make([]PodAffinityTerm, yyrl4645) } } else { - yyv4654 = make([]PodAffinityTerm, yyrl4654) + yyv4645 = make([]PodAffinityTerm, yyrl4645) } - yyc4654 = true - yyrr4654 = len(yyv4654) - if yyrg4654 { - copy(yyv4654, yyv24654) + yyc4645 = true + yyrr4645 = len(yyv4645) + if yyrg4645 { + copy(yyv4645, yyv24645) } - } else if yyl4654 != len(yyv4654) { - yyv4654 = yyv4654[:yyl4654] - yyc4654 = true + } else if yyl4645 != len(yyv4645) { + yyv4645 = yyv4645[:yyl4645] + yyc4645 = true } - yyj4654 := 0 - for ; yyj4654 < yyrr4654; yyj4654++ { - yyh4654.ElemContainerState(yyj4654) + yyj4645 := 0 + for ; yyj4645 < yyrr4645; yyj4645++ { + yyh4645.ElemContainerState(yyj4645) if r.TryDecodeAsNil() { - yyv4654[yyj4654] = PodAffinityTerm{} + yyv4645[yyj4645] = PodAffinityTerm{} } else { - yyv4655 := &yyv4654[yyj4654] - yyv4655.CodecDecodeSelf(d) + yyv4646 := &yyv4645[yyj4645] + yyv4646.CodecDecodeSelf(d) } } - if yyrt4654 { - for ; yyj4654 < yyl4654; yyj4654++ { - yyv4654 = append(yyv4654, PodAffinityTerm{}) - yyh4654.ElemContainerState(yyj4654) + if yyrt4645 { + for ; yyj4645 < yyl4645; yyj4645++ { + yyv4645 = append(yyv4645, PodAffinityTerm{}) + yyh4645.ElemContainerState(yyj4645) if r.TryDecodeAsNil() { - yyv4654[yyj4654] = PodAffinityTerm{} + yyv4645[yyj4645] = PodAffinityTerm{} } else { - yyv4656 := &yyv4654[yyj4654] - yyv4656.CodecDecodeSelf(d) + yyv4647 := &yyv4645[yyj4645] + yyv4647.CodecDecodeSelf(d) } } } } else { - yyj4654 := 0 - for ; !r.CheckBreak(); yyj4654++ { + yyj4645 := 0 + for ; !r.CheckBreak(); yyj4645++ { - if yyj4654 >= len(yyv4654) { - yyv4654 = append(yyv4654, PodAffinityTerm{}) // var yyz4654 PodAffinityTerm - yyc4654 = true + if yyj4645 >= len(yyv4645) { + yyv4645 = append(yyv4645, PodAffinityTerm{}) // var yyz4645 PodAffinityTerm + yyc4645 = true } - yyh4654.ElemContainerState(yyj4654) - if yyj4654 < len(yyv4654) { + yyh4645.ElemContainerState(yyj4645) + if yyj4645 < len(yyv4645) { if r.TryDecodeAsNil() { - yyv4654[yyj4654] = PodAffinityTerm{} + yyv4645[yyj4645] = PodAffinityTerm{} } else { - yyv4657 := &yyv4654[yyj4654] - yyv4657.CodecDecodeSelf(d) + yyv4648 := &yyv4645[yyj4645] + yyv4648.CodecDecodeSelf(d) } } else { @@ -58396,17 +58314,17 @@ func (x codecSelfer1234) decSlicePodAffinityTerm(v *[]PodAffinityTerm, d *codec1 } } - if yyj4654 < len(yyv4654) { - yyv4654 = yyv4654[:yyj4654] - yyc4654 = true - } else if yyj4654 == 0 && yyv4654 == nil { - yyv4654 = []PodAffinityTerm{} - yyc4654 = true + if yyj4645 < len(yyv4645) { + yyv4645 = yyv4645[:yyj4645] + yyc4645 = true + } else if yyj4645 == 0 && yyv4645 == nil { + yyv4645 = []PodAffinityTerm{} + yyc4645 = true } } - yyh4654.End() - if yyc4654 { - *v = yyv4654 + yyh4645.End() + if yyc4645 { + *v = yyv4645 } } @@ -58415,10 +58333,10 @@ func (x codecSelfer1234) encSliceWeightedPodAffinityTerm(v []WeightedPodAffinity z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4658 := range v { + for _, yyv4649 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4659 := &yyv4658 - yy4659.CodecEncodeSelf(e) + yy4650 := &yyv4649 + yy4650.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58428,83 +58346,83 @@ func (x codecSelfer1234) decSliceWeightedPodAffinityTerm(v *[]WeightedPodAffinit z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4660 := *v - yyh4660, yyl4660 := z.DecSliceHelperStart() - var yyc4660 bool - if yyl4660 == 0 { - if yyv4660 == nil { - yyv4660 = []WeightedPodAffinityTerm{} - yyc4660 = true - } else if len(yyv4660) != 0 { - yyv4660 = yyv4660[:0] - yyc4660 = true + yyv4651 := *v + yyh4651, yyl4651 := z.DecSliceHelperStart() + var yyc4651 bool + if yyl4651 == 0 { + if yyv4651 == nil { + yyv4651 = []WeightedPodAffinityTerm{} + yyc4651 = true + } else if len(yyv4651) != 0 { + yyv4651 = yyv4651[:0] + yyc4651 = true } - } else if yyl4660 > 0 { - var yyrr4660, yyrl4660 int - var yyrt4660 bool - if yyl4660 > cap(yyv4660) { + } else if yyl4651 > 0 { + var yyrr4651, yyrl4651 int + var yyrt4651 bool + if yyl4651 > cap(yyv4651) { - yyrg4660 := len(yyv4660) > 0 - yyv24660 := yyv4660 - yyrl4660, yyrt4660 = z.DecInferLen(yyl4660, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4660 { - if yyrl4660 <= cap(yyv4660) { - yyv4660 = yyv4660[:yyrl4660] + yyrg4651 := len(yyv4651) > 0 + yyv24651 := yyv4651 + yyrl4651, yyrt4651 = z.DecInferLen(yyl4651, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4651 { + if yyrl4651 <= cap(yyv4651) { + yyv4651 = yyv4651[:yyrl4651] } else { - yyv4660 = make([]WeightedPodAffinityTerm, yyrl4660) + yyv4651 = make([]WeightedPodAffinityTerm, yyrl4651) } } else { - yyv4660 = make([]WeightedPodAffinityTerm, yyrl4660) + yyv4651 = make([]WeightedPodAffinityTerm, yyrl4651) } - yyc4660 = true - yyrr4660 = len(yyv4660) - if yyrg4660 { - copy(yyv4660, yyv24660) + yyc4651 = true + yyrr4651 = len(yyv4651) + if yyrg4651 { + copy(yyv4651, yyv24651) } - } else if yyl4660 != len(yyv4660) { - yyv4660 = yyv4660[:yyl4660] - yyc4660 = true + } else if yyl4651 != len(yyv4651) { + yyv4651 = yyv4651[:yyl4651] + yyc4651 = true } - yyj4660 := 0 - for ; yyj4660 < yyrr4660; yyj4660++ { - yyh4660.ElemContainerState(yyj4660) + yyj4651 := 0 + for ; yyj4651 < yyrr4651; yyj4651++ { + yyh4651.ElemContainerState(yyj4651) if r.TryDecodeAsNil() { - yyv4660[yyj4660] = WeightedPodAffinityTerm{} + yyv4651[yyj4651] = WeightedPodAffinityTerm{} } else { - yyv4661 := &yyv4660[yyj4660] - yyv4661.CodecDecodeSelf(d) + yyv4652 := &yyv4651[yyj4651] + yyv4652.CodecDecodeSelf(d) } } - if yyrt4660 { - for ; yyj4660 < yyl4660; yyj4660++ { - yyv4660 = append(yyv4660, WeightedPodAffinityTerm{}) - yyh4660.ElemContainerState(yyj4660) + if yyrt4651 { + for ; yyj4651 < yyl4651; yyj4651++ { + yyv4651 = append(yyv4651, WeightedPodAffinityTerm{}) + yyh4651.ElemContainerState(yyj4651) if r.TryDecodeAsNil() { - yyv4660[yyj4660] = WeightedPodAffinityTerm{} + yyv4651[yyj4651] = WeightedPodAffinityTerm{} } else { - yyv4662 := &yyv4660[yyj4660] - yyv4662.CodecDecodeSelf(d) + yyv4653 := &yyv4651[yyj4651] + yyv4653.CodecDecodeSelf(d) } } } } else { - yyj4660 := 0 - for ; !r.CheckBreak(); yyj4660++ { + yyj4651 := 0 + for ; !r.CheckBreak(); yyj4651++ { - if yyj4660 >= len(yyv4660) { - yyv4660 = append(yyv4660, WeightedPodAffinityTerm{}) // var yyz4660 WeightedPodAffinityTerm - yyc4660 = true + if yyj4651 >= len(yyv4651) { + yyv4651 = append(yyv4651, WeightedPodAffinityTerm{}) // var yyz4651 WeightedPodAffinityTerm + yyc4651 = true } - yyh4660.ElemContainerState(yyj4660) - if yyj4660 < len(yyv4660) { + yyh4651.ElemContainerState(yyj4651) + if yyj4651 < len(yyv4651) { if r.TryDecodeAsNil() { - yyv4660[yyj4660] = WeightedPodAffinityTerm{} + yyv4651[yyj4651] = WeightedPodAffinityTerm{} } else { - yyv4663 := &yyv4660[yyj4660] - yyv4663.CodecDecodeSelf(d) + yyv4654 := &yyv4651[yyj4651] + yyv4654.CodecDecodeSelf(d) } } else { @@ -58512,17 +58430,17 @@ func (x codecSelfer1234) decSliceWeightedPodAffinityTerm(v *[]WeightedPodAffinit } } - if yyj4660 < len(yyv4660) { - yyv4660 = yyv4660[:yyj4660] - yyc4660 = true - } else if yyj4660 == 0 && yyv4660 == nil { - yyv4660 = []WeightedPodAffinityTerm{} - yyc4660 = true + if yyj4651 < len(yyv4651) { + yyv4651 = yyv4651[:yyj4651] + yyc4651 = true + } else if yyj4651 == 0 && yyv4651 == nil { + yyv4651 = []WeightedPodAffinityTerm{} + yyc4651 = true } } - yyh4660.End() - if yyc4660 { - *v = yyv4660 + yyh4651.End() + if yyc4651 { + *v = yyv4651 } } @@ -58531,10 +58449,10 @@ func (x codecSelfer1234) encSlicePreferredSchedulingTerm(v []PreferredScheduling z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4664 := range v { + for _, yyv4655 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4665 := &yyv4664 - yy4665.CodecEncodeSelf(e) + yy4656 := &yyv4655 + yy4656.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58544,83 +58462,83 @@ func (x codecSelfer1234) decSlicePreferredSchedulingTerm(v *[]PreferredSchedulin z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4666 := *v - yyh4666, yyl4666 := z.DecSliceHelperStart() - var yyc4666 bool - if yyl4666 == 0 { - if yyv4666 == nil { - yyv4666 = []PreferredSchedulingTerm{} - yyc4666 = true - } else if len(yyv4666) != 0 { - yyv4666 = yyv4666[:0] - yyc4666 = true + yyv4657 := *v + yyh4657, yyl4657 := z.DecSliceHelperStart() + var yyc4657 bool + if yyl4657 == 0 { + if yyv4657 == nil { + yyv4657 = []PreferredSchedulingTerm{} + yyc4657 = true + } else if len(yyv4657) != 0 { + yyv4657 = yyv4657[:0] + yyc4657 = true } - } else if yyl4666 > 0 { - var yyrr4666, yyrl4666 int - var yyrt4666 bool - if yyl4666 > cap(yyv4666) { + } else if yyl4657 > 0 { + var yyrr4657, yyrl4657 int + var yyrt4657 bool + if yyl4657 > cap(yyv4657) { - yyrg4666 := len(yyv4666) > 0 - yyv24666 := yyv4666 - yyrl4666, yyrt4666 = z.DecInferLen(yyl4666, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4666 { - if yyrl4666 <= cap(yyv4666) { - yyv4666 = yyv4666[:yyrl4666] + yyrg4657 := len(yyv4657) > 0 + yyv24657 := yyv4657 + yyrl4657, yyrt4657 = z.DecInferLen(yyl4657, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4657 { + if yyrl4657 <= cap(yyv4657) { + yyv4657 = yyv4657[:yyrl4657] } else { - yyv4666 = make([]PreferredSchedulingTerm, yyrl4666) + yyv4657 = make([]PreferredSchedulingTerm, yyrl4657) } } else { - yyv4666 = make([]PreferredSchedulingTerm, yyrl4666) + yyv4657 = make([]PreferredSchedulingTerm, yyrl4657) } - yyc4666 = true - yyrr4666 = len(yyv4666) - if yyrg4666 { - copy(yyv4666, yyv24666) + yyc4657 = true + yyrr4657 = len(yyv4657) + if yyrg4657 { + copy(yyv4657, yyv24657) } - } else if yyl4666 != len(yyv4666) { - yyv4666 = yyv4666[:yyl4666] - yyc4666 = true + } else if yyl4657 != len(yyv4657) { + yyv4657 = yyv4657[:yyl4657] + yyc4657 = true } - yyj4666 := 0 - for ; yyj4666 < yyrr4666; yyj4666++ { - yyh4666.ElemContainerState(yyj4666) + yyj4657 := 0 + for ; yyj4657 < yyrr4657; yyj4657++ { + yyh4657.ElemContainerState(yyj4657) if r.TryDecodeAsNil() { - yyv4666[yyj4666] = PreferredSchedulingTerm{} + yyv4657[yyj4657] = PreferredSchedulingTerm{} } else { - yyv4667 := &yyv4666[yyj4666] - yyv4667.CodecDecodeSelf(d) + yyv4658 := &yyv4657[yyj4657] + yyv4658.CodecDecodeSelf(d) } } - if yyrt4666 { - for ; yyj4666 < yyl4666; yyj4666++ { - yyv4666 = append(yyv4666, PreferredSchedulingTerm{}) - yyh4666.ElemContainerState(yyj4666) + if yyrt4657 { + for ; yyj4657 < yyl4657; yyj4657++ { + yyv4657 = append(yyv4657, PreferredSchedulingTerm{}) + yyh4657.ElemContainerState(yyj4657) if r.TryDecodeAsNil() { - yyv4666[yyj4666] = PreferredSchedulingTerm{} + yyv4657[yyj4657] = PreferredSchedulingTerm{} } else { - yyv4668 := &yyv4666[yyj4666] - yyv4668.CodecDecodeSelf(d) + yyv4659 := &yyv4657[yyj4657] + yyv4659.CodecDecodeSelf(d) } } } } else { - yyj4666 := 0 - for ; !r.CheckBreak(); yyj4666++ { + yyj4657 := 0 + for ; !r.CheckBreak(); yyj4657++ { - if yyj4666 >= len(yyv4666) { - yyv4666 = append(yyv4666, PreferredSchedulingTerm{}) // var yyz4666 PreferredSchedulingTerm - yyc4666 = true + if yyj4657 >= len(yyv4657) { + yyv4657 = append(yyv4657, PreferredSchedulingTerm{}) // var yyz4657 PreferredSchedulingTerm + yyc4657 = true } - yyh4666.ElemContainerState(yyj4666) - if yyj4666 < len(yyv4666) { + yyh4657.ElemContainerState(yyj4657) + if yyj4657 < len(yyv4657) { if r.TryDecodeAsNil() { - yyv4666[yyj4666] = PreferredSchedulingTerm{} + yyv4657[yyj4657] = PreferredSchedulingTerm{} } else { - yyv4669 := &yyv4666[yyj4666] - yyv4669.CodecDecodeSelf(d) + yyv4660 := &yyv4657[yyj4657] + yyv4660.CodecDecodeSelf(d) } } else { @@ -58628,17 +58546,17 @@ func (x codecSelfer1234) decSlicePreferredSchedulingTerm(v *[]PreferredSchedulin } } - if yyj4666 < len(yyv4666) { - yyv4666 = yyv4666[:yyj4666] - yyc4666 = true - } else if yyj4666 == 0 && yyv4666 == nil { - yyv4666 = []PreferredSchedulingTerm{} - yyc4666 = true + if yyj4657 < len(yyv4657) { + yyv4657 = yyv4657[:yyj4657] + yyc4657 = true + } else if yyj4657 == 0 && yyv4657 == nil { + yyv4657 = []PreferredSchedulingTerm{} + yyc4657 = true } } - yyh4666.End() - if yyc4666 { - *v = yyv4666 + yyh4657.End() + if yyc4657 { + *v = yyv4657 } } @@ -58647,10 +58565,10 @@ func (x codecSelfer1234) encSliceVolume(v []Volume, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4670 := range v { + for _, yyv4661 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4671 := &yyv4670 - yy4671.CodecEncodeSelf(e) + yy4662 := &yyv4661 + yy4662.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58660,83 +58578,83 @@ func (x codecSelfer1234) decSliceVolume(v *[]Volume, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4672 := *v - yyh4672, yyl4672 := z.DecSliceHelperStart() - var yyc4672 bool - if yyl4672 == 0 { - if yyv4672 == nil { - yyv4672 = []Volume{} - yyc4672 = true - } else if len(yyv4672) != 0 { - yyv4672 = yyv4672[:0] - yyc4672 = true + yyv4663 := *v + yyh4663, yyl4663 := z.DecSliceHelperStart() + var yyc4663 bool + if yyl4663 == 0 { + if yyv4663 == nil { + yyv4663 = []Volume{} + yyc4663 = true + } else if len(yyv4663) != 0 { + yyv4663 = yyv4663[:0] + yyc4663 = true } - } else if yyl4672 > 0 { - var yyrr4672, yyrl4672 int - var yyrt4672 bool - if yyl4672 > cap(yyv4672) { + } else if yyl4663 > 0 { + var yyrr4663, yyrl4663 int + var yyrt4663 bool + if yyl4663 > cap(yyv4663) { - yyrg4672 := len(yyv4672) > 0 - yyv24672 := yyv4672 - yyrl4672, yyrt4672 = z.DecInferLen(yyl4672, z.DecBasicHandle().MaxInitLen, 192) - if yyrt4672 { - if yyrl4672 <= cap(yyv4672) { - yyv4672 = yyv4672[:yyrl4672] + yyrg4663 := len(yyv4663) > 0 + yyv24663 := yyv4663 + yyrl4663, yyrt4663 = z.DecInferLen(yyl4663, z.DecBasicHandle().MaxInitLen, 192) + if yyrt4663 { + if yyrl4663 <= cap(yyv4663) { + yyv4663 = yyv4663[:yyrl4663] } else { - yyv4672 = make([]Volume, yyrl4672) + yyv4663 = make([]Volume, yyrl4663) } } else { - yyv4672 = make([]Volume, yyrl4672) + yyv4663 = make([]Volume, yyrl4663) } - yyc4672 = true - yyrr4672 = len(yyv4672) - if yyrg4672 { - copy(yyv4672, yyv24672) + yyc4663 = true + yyrr4663 = len(yyv4663) + if yyrg4663 { + copy(yyv4663, yyv24663) } - } else if yyl4672 != len(yyv4672) { - yyv4672 = yyv4672[:yyl4672] - yyc4672 = true + } else if yyl4663 != len(yyv4663) { + yyv4663 = yyv4663[:yyl4663] + yyc4663 = true } - yyj4672 := 0 - for ; yyj4672 < yyrr4672; yyj4672++ { - yyh4672.ElemContainerState(yyj4672) + yyj4663 := 0 + for ; yyj4663 < yyrr4663; yyj4663++ { + yyh4663.ElemContainerState(yyj4663) if r.TryDecodeAsNil() { - yyv4672[yyj4672] = Volume{} + yyv4663[yyj4663] = Volume{} } else { - yyv4673 := &yyv4672[yyj4672] - yyv4673.CodecDecodeSelf(d) + yyv4664 := &yyv4663[yyj4663] + yyv4664.CodecDecodeSelf(d) } } - if yyrt4672 { - for ; yyj4672 < yyl4672; yyj4672++ { - yyv4672 = append(yyv4672, Volume{}) - yyh4672.ElemContainerState(yyj4672) + if yyrt4663 { + for ; yyj4663 < yyl4663; yyj4663++ { + yyv4663 = append(yyv4663, Volume{}) + yyh4663.ElemContainerState(yyj4663) if r.TryDecodeAsNil() { - yyv4672[yyj4672] = Volume{} + yyv4663[yyj4663] = Volume{} } else { - yyv4674 := &yyv4672[yyj4672] - yyv4674.CodecDecodeSelf(d) + yyv4665 := &yyv4663[yyj4663] + yyv4665.CodecDecodeSelf(d) } } } } else { - yyj4672 := 0 - for ; !r.CheckBreak(); yyj4672++ { + yyj4663 := 0 + for ; !r.CheckBreak(); yyj4663++ { - if yyj4672 >= len(yyv4672) { - yyv4672 = append(yyv4672, Volume{}) // var yyz4672 Volume - yyc4672 = true + if yyj4663 >= len(yyv4663) { + yyv4663 = append(yyv4663, Volume{}) // var yyz4663 Volume + yyc4663 = true } - yyh4672.ElemContainerState(yyj4672) - if yyj4672 < len(yyv4672) { + yyh4663.ElemContainerState(yyj4663) + if yyj4663 < len(yyv4663) { if r.TryDecodeAsNil() { - yyv4672[yyj4672] = Volume{} + yyv4663[yyj4663] = Volume{} } else { - yyv4675 := &yyv4672[yyj4672] - yyv4675.CodecDecodeSelf(d) + yyv4666 := &yyv4663[yyj4663] + yyv4666.CodecDecodeSelf(d) } } else { @@ -58744,17 +58662,17 @@ func (x codecSelfer1234) decSliceVolume(v *[]Volume, d *codec1978.Decoder) { } } - if yyj4672 < len(yyv4672) { - yyv4672 = yyv4672[:yyj4672] - yyc4672 = true - } else if yyj4672 == 0 && yyv4672 == nil { - yyv4672 = []Volume{} - yyc4672 = true + if yyj4663 < len(yyv4663) { + yyv4663 = yyv4663[:yyj4663] + yyc4663 = true + } else if yyj4663 == 0 && yyv4663 == nil { + yyv4663 = []Volume{} + yyc4663 = true } } - yyh4672.End() - if yyc4672 { - *v = yyv4672 + yyh4663.End() + if yyc4663 { + *v = yyv4663 } } @@ -58763,10 +58681,10 @@ func (x codecSelfer1234) encSliceContainer(v []Container, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4676 := range v { + for _, yyv4667 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4677 := &yyv4676 - yy4677.CodecEncodeSelf(e) + yy4668 := &yyv4667 + yy4668.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58776,83 +58694,83 @@ func (x codecSelfer1234) decSliceContainer(v *[]Container, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4678 := *v - yyh4678, yyl4678 := z.DecSliceHelperStart() - var yyc4678 bool - if yyl4678 == 0 { - if yyv4678 == nil { - yyv4678 = []Container{} - yyc4678 = true - } else if len(yyv4678) != 0 { - yyv4678 = yyv4678[:0] - yyc4678 = true + yyv4669 := *v + yyh4669, yyl4669 := z.DecSliceHelperStart() + var yyc4669 bool + if yyl4669 == 0 { + if yyv4669 == nil { + yyv4669 = []Container{} + yyc4669 = true + } else if len(yyv4669) != 0 { + yyv4669 = yyv4669[:0] + yyc4669 = true } - } else if yyl4678 > 0 { - var yyrr4678, yyrl4678 int - var yyrt4678 bool - if yyl4678 > cap(yyv4678) { + } else if yyl4669 > 0 { + var yyrr4669, yyrl4669 int + var yyrt4669 bool + if yyl4669 > cap(yyv4669) { - yyrg4678 := len(yyv4678) > 0 - yyv24678 := yyv4678 - yyrl4678, yyrt4678 = z.DecInferLen(yyl4678, z.DecBasicHandle().MaxInitLen, 256) - if yyrt4678 { - if yyrl4678 <= cap(yyv4678) { - yyv4678 = yyv4678[:yyrl4678] + yyrg4669 := len(yyv4669) > 0 + yyv24669 := yyv4669 + yyrl4669, yyrt4669 = z.DecInferLen(yyl4669, z.DecBasicHandle().MaxInitLen, 256) + if yyrt4669 { + if yyrl4669 <= cap(yyv4669) { + yyv4669 = yyv4669[:yyrl4669] } else { - yyv4678 = make([]Container, yyrl4678) + yyv4669 = make([]Container, yyrl4669) } } else { - yyv4678 = make([]Container, yyrl4678) + yyv4669 = make([]Container, yyrl4669) } - yyc4678 = true - yyrr4678 = len(yyv4678) - if yyrg4678 { - copy(yyv4678, yyv24678) + yyc4669 = true + yyrr4669 = len(yyv4669) + if yyrg4669 { + copy(yyv4669, yyv24669) } - } else if yyl4678 != len(yyv4678) { - yyv4678 = yyv4678[:yyl4678] - yyc4678 = true + } else if yyl4669 != len(yyv4669) { + yyv4669 = yyv4669[:yyl4669] + yyc4669 = true } - yyj4678 := 0 - for ; yyj4678 < yyrr4678; yyj4678++ { - yyh4678.ElemContainerState(yyj4678) + yyj4669 := 0 + for ; yyj4669 < yyrr4669; yyj4669++ { + yyh4669.ElemContainerState(yyj4669) if r.TryDecodeAsNil() { - yyv4678[yyj4678] = Container{} + yyv4669[yyj4669] = Container{} } else { - yyv4679 := &yyv4678[yyj4678] - yyv4679.CodecDecodeSelf(d) + yyv4670 := &yyv4669[yyj4669] + yyv4670.CodecDecodeSelf(d) } } - if yyrt4678 { - for ; yyj4678 < yyl4678; yyj4678++ { - yyv4678 = append(yyv4678, Container{}) - yyh4678.ElemContainerState(yyj4678) + if yyrt4669 { + for ; yyj4669 < yyl4669; yyj4669++ { + yyv4669 = append(yyv4669, Container{}) + yyh4669.ElemContainerState(yyj4669) if r.TryDecodeAsNil() { - yyv4678[yyj4678] = Container{} + yyv4669[yyj4669] = Container{} } else { - yyv4680 := &yyv4678[yyj4678] - yyv4680.CodecDecodeSelf(d) + yyv4671 := &yyv4669[yyj4669] + yyv4671.CodecDecodeSelf(d) } } } } else { - yyj4678 := 0 - for ; !r.CheckBreak(); yyj4678++ { + yyj4669 := 0 + for ; !r.CheckBreak(); yyj4669++ { - if yyj4678 >= len(yyv4678) { - yyv4678 = append(yyv4678, Container{}) // var yyz4678 Container - yyc4678 = true + if yyj4669 >= len(yyv4669) { + yyv4669 = append(yyv4669, Container{}) // var yyz4669 Container + yyc4669 = true } - yyh4678.ElemContainerState(yyj4678) - if yyj4678 < len(yyv4678) { + yyh4669.ElemContainerState(yyj4669) + if yyj4669 < len(yyv4669) { if r.TryDecodeAsNil() { - yyv4678[yyj4678] = Container{} + yyv4669[yyj4669] = Container{} } else { - yyv4681 := &yyv4678[yyj4678] - yyv4681.CodecDecodeSelf(d) + yyv4672 := &yyv4669[yyj4669] + yyv4672.CodecDecodeSelf(d) } } else { @@ -58860,17 +58778,17 @@ func (x codecSelfer1234) decSliceContainer(v *[]Container, d *codec1978.Decoder) } } - if yyj4678 < len(yyv4678) { - yyv4678 = yyv4678[:yyj4678] - yyc4678 = true - } else if yyj4678 == 0 && yyv4678 == nil { - yyv4678 = []Container{} - yyc4678 = true + if yyj4669 < len(yyv4669) { + yyv4669 = yyv4669[:yyj4669] + yyc4669 = true + } else if yyj4669 == 0 && yyv4669 == nil { + yyv4669 = []Container{} + yyc4669 = true } } - yyh4678.End() - if yyc4678 { - *v = yyv4678 + yyh4669.End() + if yyc4669 { + *v = yyv4669 } } @@ -58879,10 +58797,10 @@ func (x codecSelfer1234) encSliceLocalObjectReference(v []LocalObjectReference, z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4682 := range v { + for _, yyv4673 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4683 := &yyv4682 - yy4683.CodecEncodeSelf(e) + yy4674 := &yyv4673 + yy4674.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58892,83 +58810,83 @@ func (x codecSelfer1234) decSliceLocalObjectReference(v *[]LocalObjectReference, z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4684 := *v - yyh4684, yyl4684 := z.DecSliceHelperStart() - var yyc4684 bool - if yyl4684 == 0 { - if yyv4684 == nil { - yyv4684 = []LocalObjectReference{} - yyc4684 = true - } else if len(yyv4684) != 0 { - yyv4684 = yyv4684[:0] - yyc4684 = true + yyv4675 := *v + yyh4675, yyl4675 := z.DecSliceHelperStart() + var yyc4675 bool + if yyl4675 == 0 { + if yyv4675 == nil { + yyv4675 = []LocalObjectReference{} + yyc4675 = true + } else if len(yyv4675) != 0 { + yyv4675 = yyv4675[:0] + yyc4675 = true } - } else if yyl4684 > 0 { - var yyrr4684, yyrl4684 int - var yyrt4684 bool - if yyl4684 > cap(yyv4684) { + } else if yyl4675 > 0 { + var yyrr4675, yyrl4675 int + var yyrt4675 bool + if yyl4675 > cap(yyv4675) { - yyrg4684 := len(yyv4684) > 0 - yyv24684 := yyv4684 - yyrl4684, yyrt4684 = z.DecInferLen(yyl4684, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4684 { - if yyrl4684 <= cap(yyv4684) { - yyv4684 = yyv4684[:yyrl4684] + yyrg4675 := len(yyv4675) > 0 + yyv24675 := yyv4675 + yyrl4675, yyrt4675 = z.DecInferLen(yyl4675, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4675 { + if yyrl4675 <= cap(yyv4675) { + yyv4675 = yyv4675[:yyrl4675] } else { - yyv4684 = make([]LocalObjectReference, yyrl4684) + yyv4675 = make([]LocalObjectReference, yyrl4675) } } else { - yyv4684 = make([]LocalObjectReference, yyrl4684) + yyv4675 = make([]LocalObjectReference, yyrl4675) } - yyc4684 = true - yyrr4684 = len(yyv4684) - if yyrg4684 { - copy(yyv4684, yyv24684) + yyc4675 = true + yyrr4675 = len(yyv4675) + if yyrg4675 { + copy(yyv4675, yyv24675) } - } else if yyl4684 != len(yyv4684) { - yyv4684 = yyv4684[:yyl4684] - yyc4684 = true + } else if yyl4675 != len(yyv4675) { + yyv4675 = yyv4675[:yyl4675] + yyc4675 = true } - yyj4684 := 0 - for ; yyj4684 < yyrr4684; yyj4684++ { - yyh4684.ElemContainerState(yyj4684) + yyj4675 := 0 + for ; yyj4675 < yyrr4675; yyj4675++ { + yyh4675.ElemContainerState(yyj4675) if r.TryDecodeAsNil() { - yyv4684[yyj4684] = LocalObjectReference{} + yyv4675[yyj4675] = LocalObjectReference{} } else { - yyv4685 := &yyv4684[yyj4684] - yyv4685.CodecDecodeSelf(d) + yyv4676 := &yyv4675[yyj4675] + yyv4676.CodecDecodeSelf(d) } } - if yyrt4684 { - for ; yyj4684 < yyl4684; yyj4684++ { - yyv4684 = append(yyv4684, LocalObjectReference{}) - yyh4684.ElemContainerState(yyj4684) + if yyrt4675 { + for ; yyj4675 < yyl4675; yyj4675++ { + yyv4675 = append(yyv4675, LocalObjectReference{}) + yyh4675.ElemContainerState(yyj4675) if r.TryDecodeAsNil() { - yyv4684[yyj4684] = LocalObjectReference{} + yyv4675[yyj4675] = LocalObjectReference{} } else { - yyv4686 := &yyv4684[yyj4684] - yyv4686.CodecDecodeSelf(d) + yyv4677 := &yyv4675[yyj4675] + yyv4677.CodecDecodeSelf(d) } } } } else { - yyj4684 := 0 - for ; !r.CheckBreak(); yyj4684++ { + yyj4675 := 0 + for ; !r.CheckBreak(); yyj4675++ { - if yyj4684 >= len(yyv4684) { - yyv4684 = append(yyv4684, LocalObjectReference{}) // var yyz4684 LocalObjectReference - yyc4684 = true + if yyj4675 >= len(yyv4675) { + yyv4675 = append(yyv4675, LocalObjectReference{}) // var yyz4675 LocalObjectReference + yyc4675 = true } - yyh4684.ElemContainerState(yyj4684) - if yyj4684 < len(yyv4684) { + yyh4675.ElemContainerState(yyj4675) + if yyj4675 < len(yyv4675) { if r.TryDecodeAsNil() { - yyv4684[yyj4684] = LocalObjectReference{} + yyv4675[yyj4675] = LocalObjectReference{} } else { - yyv4687 := &yyv4684[yyj4684] - yyv4687.CodecDecodeSelf(d) + yyv4678 := &yyv4675[yyj4675] + yyv4678.CodecDecodeSelf(d) } } else { @@ -58976,17 +58894,17 @@ func (x codecSelfer1234) decSliceLocalObjectReference(v *[]LocalObjectReference, } } - if yyj4684 < len(yyv4684) { - yyv4684 = yyv4684[:yyj4684] - yyc4684 = true - } else if yyj4684 == 0 && yyv4684 == nil { - yyv4684 = []LocalObjectReference{} - yyc4684 = true + if yyj4675 < len(yyv4675) { + yyv4675 = yyv4675[:yyj4675] + yyc4675 = true + } else if yyj4675 == 0 && yyv4675 == nil { + yyv4675 = []LocalObjectReference{} + yyc4675 = true } } - yyh4684.End() - if yyc4684 { - *v = yyv4684 + yyh4675.End() + if yyc4675 { + *v = yyv4675 } } @@ -58995,10 +58913,10 @@ func (x codecSelfer1234) encSlicePodCondition(v []PodCondition, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4688 := range v { + for _, yyv4679 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4689 := &yyv4688 - yy4689.CodecEncodeSelf(e) + yy4680 := &yyv4679 + yy4680.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59008,83 +58926,83 @@ func (x codecSelfer1234) decSlicePodCondition(v *[]PodCondition, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4690 := *v - yyh4690, yyl4690 := z.DecSliceHelperStart() - var yyc4690 bool - if yyl4690 == 0 { - if yyv4690 == nil { - yyv4690 = []PodCondition{} - yyc4690 = true - } else if len(yyv4690) != 0 { - yyv4690 = yyv4690[:0] - yyc4690 = true + yyv4681 := *v + yyh4681, yyl4681 := z.DecSliceHelperStart() + var yyc4681 bool + if yyl4681 == 0 { + if yyv4681 == nil { + yyv4681 = []PodCondition{} + yyc4681 = true + } else if len(yyv4681) != 0 { + yyv4681 = yyv4681[:0] + yyc4681 = true } - } else if yyl4690 > 0 { - var yyrr4690, yyrl4690 int - var yyrt4690 bool - if yyl4690 > cap(yyv4690) { + } else if yyl4681 > 0 { + var yyrr4681, yyrl4681 int + var yyrt4681 bool + if yyl4681 > cap(yyv4681) { - yyrg4690 := len(yyv4690) > 0 - yyv24690 := yyv4690 - yyrl4690, yyrt4690 = z.DecInferLen(yyl4690, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4690 { - if yyrl4690 <= cap(yyv4690) { - yyv4690 = yyv4690[:yyrl4690] + yyrg4681 := len(yyv4681) > 0 + yyv24681 := yyv4681 + yyrl4681, yyrt4681 = z.DecInferLen(yyl4681, z.DecBasicHandle().MaxInitLen, 112) + if yyrt4681 { + if yyrl4681 <= cap(yyv4681) { + yyv4681 = yyv4681[:yyrl4681] } else { - yyv4690 = make([]PodCondition, yyrl4690) + yyv4681 = make([]PodCondition, yyrl4681) } } else { - yyv4690 = make([]PodCondition, yyrl4690) + yyv4681 = make([]PodCondition, yyrl4681) } - yyc4690 = true - yyrr4690 = len(yyv4690) - if yyrg4690 { - copy(yyv4690, yyv24690) + yyc4681 = true + yyrr4681 = len(yyv4681) + if yyrg4681 { + copy(yyv4681, yyv24681) } - } else if yyl4690 != len(yyv4690) { - yyv4690 = yyv4690[:yyl4690] - yyc4690 = true + } else if yyl4681 != len(yyv4681) { + yyv4681 = yyv4681[:yyl4681] + yyc4681 = true } - yyj4690 := 0 - for ; yyj4690 < yyrr4690; yyj4690++ { - yyh4690.ElemContainerState(yyj4690) + yyj4681 := 0 + for ; yyj4681 < yyrr4681; yyj4681++ { + yyh4681.ElemContainerState(yyj4681) if r.TryDecodeAsNil() { - yyv4690[yyj4690] = PodCondition{} + yyv4681[yyj4681] = PodCondition{} } else { - yyv4691 := &yyv4690[yyj4690] - yyv4691.CodecDecodeSelf(d) + yyv4682 := &yyv4681[yyj4681] + yyv4682.CodecDecodeSelf(d) } } - if yyrt4690 { - for ; yyj4690 < yyl4690; yyj4690++ { - yyv4690 = append(yyv4690, PodCondition{}) - yyh4690.ElemContainerState(yyj4690) + if yyrt4681 { + for ; yyj4681 < yyl4681; yyj4681++ { + yyv4681 = append(yyv4681, PodCondition{}) + yyh4681.ElemContainerState(yyj4681) if r.TryDecodeAsNil() { - yyv4690[yyj4690] = PodCondition{} + yyv4681[yyj4681] = PodCondition{} } else { - yyv4692 := &yyv4690[yyj4690] - yyv4692.CodecDecodeSelf(d) + yyv4683 := &yyv4681[yyj4681] + yyv4683.CodecDecodeSelf(d) } } } } else { - yyj4690 := 0 - for ; !r.CheckBreak(); yyj4690++ { + yyj4681 := 0 + for ; !r.CheckBreak(); yyj4681++ { - if yyj4690 >= len(yyv4690) { - yyv4690 = append(yyv4690, PodCondition{}) // var yyz4690 PodCondition - yyc4690 = true + if yyj4681 >= len(yyv4681) { + yyv4681 = append(yyv4681, PodCondition{}) // var yyz4681 PodCondition + yyc4681 = true } - yyh4690.ElemContainerState(yyj4690) - if yyj4690 < len(yyv4690) { + yyh4681.ElemContainerState(yyj4681) + if yyj4681 < len(yyv4681) { if r.TryDecodeAsNil() { - yyv4690[yyj4690] = PodCondition{} + yyv4681[yyj4681] = PodCondition{} } else { - yyv4693 := &yyv4690[yyj4690] - yyv4693.CodecDecodeSelf(d) + yyv4684 := &yyv4681[yyj4681] + yyv4684.CodecDecodeSelf(d) } } else { @@ -59092,17 +59010,17 @@ func (x codecSelfer1234) decSlicePodCondition(v *[]PodCondition, d *codec1978.De } } - if yyj4690 < len(yyv4690) { - yyv4690 = yyv4690[:yyj4690] - yyc4690 = true - } else if yyj4690 == 0 && yyv4690 == nil { - yyv4690 = []PodCondition{} - yyc4690 = true + if yyj4681 < len(yyv4681) { + yyv4681 = yyv4681[:yyj4681] + yyc4681 = true + } else if yyj4681 == 0 && yyv4681 == nil { + yyv4681 = []PodCondition{} + yyc4681 = true } } - yyh4690.End() - if yyc4690 { - *v = yyv4690 + yyh4681.End() + if yyc4681 { + *v = yyv4681 } } @@ -59111,10 +59029,10 @@ func (x codecSelfer1234) encSliceContainerStatus(v []ContainerStatus, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4694 := range v { + for _, yyv4685 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4695 := &yyv4694 - yy4695.CodecEncodeSelf(e) + yy4686 := &yyv4685 + yy4686.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59124,83 +59042,83 @@ func (x codecSelfer1234) decSliceContainerStatus(v *[]ContainerStatus, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4696 := *v - yyh4696, yyl4696 := z.DecSliceHelperStart() - var yyc4696 bool - if yyl4696 == 0 { - if yyv4696 == nil { - yyv4696 = []ContainerStatus{} - yyc4696 = true - } else if len(yyv4696) != 0 { - yyv4696 = yyv4696[:0] - yyc4696 = true + yyv4687 := *v + yyh4687, yyl4687 := z.DecSliceHelperStart() + var yyc4687 bool + if yyl4687 == 0 { + if yyv4687 == nil { + yyv4687 = []ContainerStatus{} + yyc4687 = true + } else if len(yyv4687) != 0 { + yyv4687 = yyv4687[:0] + yyc4687 = true } - } else if yyl4696 > 0 { - var yyrr4696, yyrl4696 int - var yyrt4696 bool - if yyl4696 > cap(yyv4696) { + } else if yyl4687 > 0 { + var yyrr4687, yyrl4687 int + var yyrt4687 bool + if yyl4687 > cap(yyv4687) { - yyrg4696 := len(yyv4696) > 0 - yyv24696 := yyv4696 - yyrl4696, yyrt4696 = z.DecInferLen(yyl4696, z.DecBasicHandle().MaxInitLen, 120) - if yyrt4696 { - if yyrl4696 <= cap(yyv4696) { - yyv4696 = yyv4696[:yyrl4696] + yyrg4687 := len(yyv4687) > 0 + yyv24687 := yyv4687 + yyrl4687, yyrt4687 = z.DecInferLen(yyl4687, z.DecBasicHandle().MaxInitLen, 120) + if yyrt4687 { + if yyrl4687 <= cap(yyv4687) { + yyv4687 = yyv4687[:yyrl4687] } else { - yyv4696 = make([]ContainerStatus, yyrl4696) + yyv4687 = make([]ContainerStatus, yyrl4687) } } else { - yyv4696 = make([]ContainerStatus, yyrl4696) + yyv4687 = make([]ContainerStatus, yyrl4687) } - yyc4696 = true - yyrr4696 = len(yyv4696) - if yyrg4696 { - copy(yyv4696, yyv24696) + yyc4687 = true + yyrr4687 = len(yyv4687) + if yyrg4687 { + copy(yyv4687, yyv24687) } - } else if yyl4696 != len(yyv4696) { - yyv4696 = yyv4696[:yyl4696] - yyc4696 = true + } else if yyl4687 != len(yyv4687) { + yyv4687 = yyv4687[:yyl4687] + yyc4687 = true } - yyj4696 := 0 - for ; yyj4696 < yyrr4696; yyj4696++ { - yyh4696.ElemContainerState(yyj4696) + yyj4687 := 0 + for ; yyj4687 < yyrr4687; yyj4687++ { + yyh4687.ElemContainerState(yyj4687) if r.TryDecodeAsNil() { - yyv4696[yyj4696] = ContainerStatus{} + yyv4687[yyj4687] = ContainerStatus{} } else { - yyv4697 := &yyv4696[yyj4696] - yyv4697.CodecDecodeSelf(d) + yyv4688 := &yyv4687[yyj4687] + yyv4688.CodecDecodeSelf(d) } } - if yyrt4696 { - for ; yyj4696 < yyl4696; yyj4696++ { - yyv4696 = append(yyv4696, ContainerStatus{}) - yyh4696.ElemContainerState(yyj4696) + if yyrt4687 { + for ; yyj4687 < yyl4687; yyj4687++ { + yyv4687 = append(yyv4687, ContainerStatus{}) + yyh4687.ElemContainerState(yyj4687) if r.TryDecodeAsNil() { - yyv4696[yyj4696] = ContainerStatus{} + yyv4687[yyj4687] = ContainerStatus{} } else { - yyv4698 := &yyv4696[yyj4696] - yyv4698.CodecDecodeSelf(d) + yyv4689 := &yyv4687[yyj4687] + yyv4689.CodecDecodeSelf(d) } } } } else { - yyj4696 := 0 - for ; !r.CheckBreak(); yyj4696++ { + yyj4687 := 0 + for ; !r.CheckBreak(); yyj4687++ { - if yyj4696 >= len(yyv4696) { - yyv4696 = append(yyv4696, ContainerStatus{}) // var yyz4696 ContainerStatus - yyc4696 = true + if yyj4687 >= len(yyv4687) { + yyv4687 = append(yyv4687, ContainerStatus{}) // var yyz4687 ContainerStatus + yyc4687 = true } - yyh4696.ElemContainerState(yyj4696) - if yyj4696 < len(yyv4696) { + yyh4687.ElemContainerState(yyj4687) + if yyj4687 < len(yyv4687) { if r.TryDecodeAsNil() { - yyv4696[yyj4696] = ContainerStatus{} + yyv4687[yyj4687] = ContainerStatus{} } else { - yyv4699 := &yyv4696[yyj4696] - yyv4699.CodecDecodeSelf(d) + yyv4690 := &yyv4687[yyj4687] + yyv4690.CodecDecodeSelf(d) } } else { @@ -59208,17 +59126,17 @@ func (x codecSelfer1234) decSliceContainerStatus(v *[]ContainerStatus, d *codec1 } } - if yyj4696 < len(yyv4696) { - yyv4696 = yyv4696[:yyj4696] - yyc4696 = true - } else if yyj4696 == 0 && yyv4696 == nil { - yyv4696 = []ContainerStatus{} - yyc4696 = true + if yyj4687 < len(yyv4687) { + yyv4687 = yyv4687[:yyj4687] + yyc4687 = true + } else if yyj4687 == 0 && yyv4687 == nil { + yyv4687 = []ContainerStatus{} + yyc4687 = true } } - yyh4696.End() - if yyc4696 { - *v = yyv4696 + yyh4687.End() + if yyc4687 { + *v = yyv4687 } } @@ -59227,10 +59145,10 @@ func (x codecSelfer1234) encSlicePod(v []Pod, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4700 := range v { + for _, yyv4691 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4701 := &yyv4700 - yy4701.CodecEncodeSelf(e) + yy4692 := &yyv4691 + yy4692.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59240,83 +59158,83 @@ func (x codecSelfer1234) decSlicePod(v *[]Pod, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4702 := *v - yyh4702, yyl4702 := z.DecSliceHelperStart() - var yyc4702 bool - if yyl4702 == 0 { - if yyv4702 == nil { - yyv4702 = []Pod{} - yyc4702 = true - } else if len(yyv4702) != 0 { - yyv4702 = yyv4702[:0] - yyc4702 = true + yyv4693 := *v + yyh4693, yyl4693 := z.DecSliceHelperStart() + var yyc4693 bool + if yyl4693 == 0 { + if yyv4693 == nil { + yyv4693 = []Pod{} + yyc4693 = true + } else if len(yyv4693) != 0 { + yyv4693 = yyv4693[:0] + yyc4693 = true } - } else if yyl4702 > 0 { - var yyrr4702, yyrl4702 int - var yyrt4702 bool - if yyl4702 > cap(yyv4702) { + } else if yyl4693 > 0 { + var yyrr4693, yyrl4693 int + var yyrt4693 bool + if yyl4693 > cap(yyv4693) { - yyrg4702 := len(yyv4702) > 0 - yyv24702 := yyv4702 - yyrl4702, yyrt4702 = z.DecInferLen(yyl4702, z.DecBasicHandle().MaxInitLen, 664) - if yyrt4702 { - if yyrl4702 <= cap(yyv4702) { - yyv4702 = yyv4702[:yyrl4702] + yyrg4693 := len(yyv4693) > 0 + yyv24693 := yyv4693 + yyrl4693, yyrt4693 = z.DecInferLen(yyl4693, z.DecBasicHandle().MaxInitLen, 664) + if yyrt4693 { + if yyrl4693 <= cap(yyv4693) { + yyv4693 = yyv4693[:yyrl4693] } else { - yyv4702 = make([]Pod, yyrl4702) + yyv4693 = make([]Pod, yyrl4693) } } else { - yyv4702 = make([]Pod, yyrl4702) + yyv4693 = make([]Pod, yyrl4693) } - yyc4702 = true - yyrr4702 = len(yyv4702) - if yyrg4702 { - copy(yyv4702, yyv24702) + yyc4693 = true + yyrr4693 = len(yyv4693) + if yyrg4693 { + copy(yyv4693, yyv24693) } - } else if yyl4702 != len(yyv4702) { - yyv4702 = yyv4702[:yyl4702] - yyc4702 = true + } else if yyl4693 != len(yyv4693) { + yyv4693 = yyv4693[:yyl4693] + yyc4693 = true } - yyj4702 := 0 - for ; yyj4702 < yyrr4702; yyj4702++ { - yyh4702.ElemContainerState(yyj4702) + yyj4693 := 0 + for ; yyj4693 < yyrr4693; yyj4693++ { + yyh4693.ElemContainerState(yyj4693) if r.TryDecodeAsNil() { - yyv4702[yyj4702] = Pod{} + yyv4693[yyj4693] = Pod{} } else { - yyv4703 := &yyv4702[yyj4702] - yyv4703.CodecDecodeSelf(d) + yyv4694 := &yyv4693[yyj4693] + yyv4694.CodecDecodeSelf(d) } } - if yyrt4702 { - for ; yyj4702 < yyl4702; yyj4702++ { - yyv4702 = append(yyv4702, Pod{}) - yyh4702.ElemContainerState(yyj4702) + if yyrt4693 { + for ; yyj4693 < yyl4693; yyj4693++ { + yyv4693 = append(yyv4693, Pod{}) + yyh4693.ElemContainerState(yyj4693) if r.TryDecodeAsNil() { - yyv4702[yyj4702] = Pod{} + yyv4693[yyj4693] = Pod{} } else { - yyv4704 := &yyv4702[yyj4702] - yyv4704.CodecDecodeSelf(d) + yyv4695 := &yyv4693[yyj4693] + yyv4695.CodecDecodeSelf(d) } } } } else { - yyj4702 := 0 - for ; !r.CheckBreak(); yyj4702++ { + yyj4693 := 0 + for ; !r.CheckBreak(); yyj4693++ { - if yyj4702 >= len(yyv4702) { - yyv4702 = append(yyv4702, Pod{}) // var yyz4702 Pod - yyc4702 = true + if yyj4693 >= len(yyv4693) { + yyv4693 = append(yyv4693, Pod{}) // var yyz4693 Pod + yyc4693 = true } - yyh4702.ElemContainerState(yyj4702) - if yyj4702 < len(yyv4702) { + yyh4693.ElemContainerState(yyj4693) + if yyj4693 < len(yyv4693) { if r.TryDecodeAsNil() { - yyv4702[yyj4702] = Pod{} + yyv4693[yyj4693] = Pod{} } else { - yyv4705 := &yyv4702[yyj4702] - yyv4705.CodecDecodeSelf(d) + yyv4696 := &yyv4693[yyj4693] + yyv4696.CodecDecodeSelf(d) } } else { @@ -59324,17 +59242,17 @@ func (x codecSelfer1234) decSlicePod(v *[]Pod, d *codec1978.Decoder) { } } - if yyj4702 < len(yyv4702) { - yyv4702 = yyv4702[:yyj4702] - yyc4702 = true - } else if yyj4702 == 0 && yyv4702 == nil { - yyv4702 = []Pod{} - yyc4702 = true + if yyj4693 < len(yyv4693) { + yyv4693 = yyv4693[:yyj4693] + yyc4693 = true + } else if yyj4693 == 0 && yyv4693 == nil { + yyv4693 = []Pod{} + yyc4693 = true } } - yyh4702.End() - if yyc4702 { - *v = yyv4702 + yyh4693.End() + if yyc4693 { + *v = yyv4693 } } @@ -59343,10 +59261,10 @@ func (x codecSelfer1234) encSlicePodTemplate(v []PodTemplate, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4706 := range v { + for _, yyv4697 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4707 := &yyv4706 - yy4707.CodecEncodeSelf(e) + yy4698 := &yyv4697 + yy4698.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59356,83 +59274,83 @@ func (x codecSelfer1234) decSlicePodTemplate(v *[]PodTemplate, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4708 := *v - yyh4708, yyl4708 := z.DecSliceHelperStart() - var yyc4708 bool - if yyl4708 == 0 { - if yyv4708 == nil { - yyv4708 = []PodTemplate{} - yyc4708 = true - } else if len(yyv4708) != 0 { - yyv4708 = yyv4708[:0] - yyc4708 = true + yyv4699 := *v + yyh4699, yyl4699 := z.DecSliceHelperStart() + var yyc4699 bool + if yyl4699 == 0 { + if yyv4699 == nil { + yyv4699 = []PodTemplate{} + yyc4699 = true + } else if len(yyv4699) != 0 { + yyv4699 = yyv4699[:0] + yyc4699 = true } - } else if yyl4708 > 0 { - var yyrr4708, yyrl4708 int - var yyrt4708 bool - if yyl4708 > cap(yyv4708) { + } else if yyl4699 > 0 { + var yyrr4699, yyrl4699 int + var yyrt4699 bool + if yyl4699 > cap(yyv4699) { - yyrg4708 := len(yyv4708) > 0 - yyv24708 := yyv4708 - yyrl4708, yyrt4708 = z.DecInferLen(yyl4708, z.DecBasicHandle().MaxInitLen, 728) - if yyrt4708 { - if yyrl4708 <= cap(yyv4708) { - yyv4708 = yyv4708[:yyrl4708] + yyrg4699 := len(yyv4699) > 0 + yyv24699 := yyv4699 + yyrl4699, yyrt4699 = z.DecInferLen(yyl4699, z.DecBasicHandle().MaxInitLen, 728) + if yyrt4699 { + if yyrl4699 <= cap(yyv4699) { + yyv4699 = yyv4699[:yyrl4699] } else { - yyv4708 = make([]PodTemplate, yyrl4708) + yyv4699 = make([]PodTemplate, yyrl4699) } } else { - yyv4708 = make([]PodTemplate, yyrl4708) + yyv4699 = make([]PodTemplate, yyrl4699) } - yyc4708 = true - yyrr4708 = len(yyv4708) - if yyrg4708 { - copy(yyv4708, yyv24708) + yyc4699 = true + yyrr4699 = len(yyv4699) + if yyrg4699 { + copy(yyv4699, yyv24699) } - } else if yyl4708 != len(yyv4708) { - yyv4708 = yyv4708[:yyl4708] - yyc4708 = true + } else if yyl4699 != len(yyv4699) { + yyv4699 = yyv4699[:yyl4699] + yyc4699 = true } - yyj4708 := 0 - for ; yyj4708 < yyrr4708; yyj4708++ { - yyh4708.ElemContainerState(yyj4708) + yyj4699 := 0 + for ; yyj4699 < yyrr4699; yyj4699++ { + yyh4699.ElemContainerState(yyj4699) if r.TryDecodeAsNil() { - yyv4708[yyj4708] = PodTemplate{} + yyv4699[yyj4699] = PodTemplate{} } else { - yyv4709 := &yyv4708[yyj4708] - yyv4709.CodecDecodeSelf(d) + yyv4700 := &yyv4699[yyj4699] + yyv4700.CodecDecodeSelf(d) } } - if yyrt4708 { - for ; yyj4708 < yyl4708; yyj4708++ { - yyv4708 = append(yyv4708, PodTemplate{}) - yyh4708.ElemContainerState(yyj4708) + if yyrt4699 { + for ; yyj4699 < yyl4699; yyj4699++ { + yyv4699 = append(yyv4699, PodTemplate{}) + yyh4699.ElemContainerState(yyj4699) if r.TryDecodeAsNil() { - yyv4708[yyj4708] = PodTemplate{} + yyv4699[yyj4699] = PodTemplate{} } else { - yyv4710 := &yyv4708[yyj4708] - yyv4710.CodecDecodeSelf(d) + yyv4701 := &yyv4699[yyj4699] + yyv4701.CodecDecodeSelf(d) } } } } else { - yyj4708 := 0 - for ; !r.CheckBreak(); yyj4708++ { + yyj4699 := 0 + for ; !r.CheckBreak(); yyj4699++ { - if yyj4708 >= len(yyv4708) { - yyv4708 = append(yyv4708, PodTemplate{}) // var yyz4708 PodTemplate - yyc4708 = true + if yyj4699 >= len(yyv4699) { + yyv4699 = append(yyv4699, PodTemplate{}) // var yyz4699 PodTemplate + yyc4699 = true } - yyh4708.ElemContainerState(yyj4708) - if yyj4708 < len(yyv4708) { + yyh4699.ElemContainerState(yyj4699) + if yyj4699 < len(yyv4699) { if r.TryDecodeAsNil() { - yyv4708[yyj4708] = PodTemplate{} + yyv4699[yyj4699] = PodTemplate{} } else { - yyv4711 := &yyv4708[yyj4708] - yyv4711.CodecDecodeSelf(d) + yyv4702 := &yyv4699[yyj4699] + yyv4702.CodecDecodeSelf(d) } } else { @@ -59440,17 +59358,17 @@ func (x codecSelfer1234) decSlicePodTemplate(v *[]PodTemplate, d *codec1978.Deco } } - if yyj4708 < len(yyv4708) { - yyv4708 = yyv4708[:yyj4708] - yyc4708 = true - } else if yyj4708 == 0 && yyv4708 == nil { - yyv4708 = []PodTemplate{} - yyc4708 = true + if yyj4699 < len(yyv4699) { + yyv4699 = yyv4699[:yyj4699] + yyc4699 = true + } else if yyj4699 == 0 && yyv4699 == nil { + yyv4699 = []PodTemplate{} + yyc4699 = true } } - yyh4708.End() - if yyc4708 { - *v = yyv4708 + yyh4699.End() + if yyc4699 { + *v = yyv4699 } } @@ -59459,10 +59377,10 @@ func (x codecSelfer1234) encSliceReplicationControllerCondition(v []ReplicationC z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4712 := range v { + for _, yyv4703 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4713 := &yyv4712 - yy4713.CodecEncodeSelf(e) + yy4704 := &yyv4703 + yy4704.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59472,83 +59390,83 @@ func (x codecSelfer1234) decSliceReplicationControllerCondition(v *[]Replication z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4714 := *v - yyh4714, yyl4714 := z.DecSliceHelperStart() - var yyc4714 bool - if yyl4714 == 0 { - if yyv4714 == nil { - yyv4714 = []ReplicationControllerCondition{} - yyc4714 = true - } else if len(yyv4714) != 0 { - yyv4714 = yyv4714[:0] - yyc4714 = true + yyv4705 := *v + yyh4705, yyl4705 := z.DecSliceHelperStart() + var yyc4705 bool + if yyl4705 == 0 { + if yyv4705 == nil { + yyv4705 = []ReplicationControllerCondition{} + yyc4705 = true + } else if len(yyv4705) != 0 { + yyv4705 = yyv4705[:0] + yyc4705 = true } - } else if yyl4714 > 0 { - var yyrr4714, yyrl4714 int - var yyrt4714 bool - if yyl4714 > cap(yyv4714) { + } else if yyl4705 > 0 { + var yyrr4705, yyrl4705 int + var yyrt4705 bool + if yyl4705 > cap(yyv4705) { - yyrg4714 := len(yyv4714) > 0 - yyv24714 := yyv4714 - yyrl4714, yyrt4714 = z.DecInferLen(yyl4714, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4714 { - if yyrl4714 <= cap(yyv4714) { - yyv4714 = yyv4714[:yyrl4714] + yyrg4705 := len(yyv4705) > 0 + yyv24705 := yyv4705 + yyrl4705, yyrt4705 = z.DecInferLen(yyl4705, z.DecBasicHandle().MaxInitLen, 88) + if yyrt4705 { + if yyrl4705 <= cap(yyv4705) { + yyv4705 = yyv4705[:yyrl4705] } else { - yyv4714 = make([]ReplicationControllerCondition, yyrl4714) + yyv4705 = make([]ReplicationControllerCondition, yyrl4705) } } else { - yyv4714 = make([]ReplicationControllerCondition, yyrl4714) + yyv4705 = make([]ReplicationControllerCondition, yyrl4705) } - yyc4714 = true - yyrr4714 = len(yyv4714) - if yyrg4714 { - copy(yyv4714, yyv24714) + yyc4705 = true + yyrr4705 = len(yyv4705) + if yyrg4705 { + copy(yyv4705, yyv24705) } - } else if yyl4714 != len(yyv4714) { - yyv4714 = yyv4714[:yyl4714] - yyc4714 = true + } else if yyl4705 != len(yyv4705) { + yyv4705 = yyv4705[:yyl4705] + yyc4705 = true } - yyj4714 := 0 - for ; yyj4714 < yyrr4714; yyj4714++ { - yyh4714.ElemContainerState(yyj4714) + yyj4705 := 0 + for ; yyj4705 < yyrr4705; yyj4705++ { + yyh4705.ElemContainerState(yyj4705) if r.TryDecodeAsNil() { - yyv4714[yyj4714] = ReplicationControllerCondition{} + yyv4705[yyj4705] = ReplicationControllerCondition{} } else { - yyv4715 := &yyv4714[yyj4714] - yyv4715.CodecDecodeSelf(d) + yyv4706 := &yyv4705[yyj4705] + yyv4706.CodecDecodeSelf(d) } } - if yyrt4714 { - for ; yyj4714 < yyl4714; yyj4714++ { - yyv4714 = append(yyv4714, ReplicationControllerCondition{}) - yyh4714.ElemContainerState(yyj4714) + if yyrt4705 { + for ; yyj4705 < yyl4705; yyj4705++ { + yyv4705 = append(yyv4705, ReplicationControllerCondition{}) + yyh4705.ElemContainerState(yyj4705) if r.TryDecodeAsNil() { - yyv4714[yyj4714] = ReplicationControllerCondition{} + yyv4705[yyj4705] = ReplicationControllerCondition{} } else { - yyv4716 := &yyv4714[yyj4714] - yyv4716.CodecDecodeSelf(d) + yyv4707 := &yyv4705[yyj4705] + yyv4707.CodecDecodeSelf(d) } } } } else { - yyj4714 := 0 - for ; !r.CheckBreak(); yyj4714++ { + yyj4705 := 0 + for ; !r.CheckBreak(); yyj4705++ { - if yyj4714 >= len(yyv4714) { - yyv4714 = append(yyv4714, ReplicationControllerCondition{}) // var yyz4714 ReplicationControllerCondition - yyc4714 = true + if yyj4705 >= len(yyv4705) { + yyv4705 = append(yyv4705, ReplicationControllerCondition{}) // var yyz4705 ReplicationControllerCondition + yyc4705 = true } - yyh4714.ElemContainerState(yyj4714) - if yyj4714 < len(yyv4714) { + yyh4705.ElemContainerState(yyj4705) + if yyj4705 < len(yyv4705) { if r.TryDecodeAsNil() { - yyv4714[yyj4714] = ReplicationControllerCondition{} + yyv4705[yyj4705] = ReplicationControllerCondition{} } else { - yyv4717 := &yyv4714[yyj4714] - yyv4717.CodecDecodeSelf(d) + yyv4708 := &yyv4705[yyj4705] + yyv4708.CodecDecodeSelf(d) } } else { @@ -59556,17 +59474,17 @@ func (x codecSelfer1234) decSliceReplicationControllerCondition(v *[]Replication } } - if yyj4714 < len(yyv4714) { - yyv4714 = yyv4714[:yyj4714] - yyc4714 = true - } else if yyj4714 == 0 && yyv4714 == nil { - yyv4714 = []ReplicationControllerCondition{} - yyc4714 = true + if yyj4705 < len(yyv4705) { + yyv4705 = yyv4705[:yyj4705] + yyc4705 = true + } else if yyj4705 == 0 && yyv4705 == nil { + yyv4705 = []ReplicationControllerCondition{} + yyc4705 = true } } - yyh4714.End() - if yyc4714 { - *v = yyv4714 + yyh4705.End() + if yyc4705 { + *v = yyv4705 } } @@ -59575,10 +59493,10 @@ func (x codecSelfer1234) encSliceReplicationController(v []ReplicationController z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4718 := range v { + for _, yyv4709 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4719 := &yyv4718 - yy4719.CodecEncodeSelf(e) + yy4710 := &yyv4709 + yy4710.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59588,83 +59506,83 @@ func (x codecSelfer1234) decSliceReplicationController(v *[]ReplicationControlle z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4720 := *v - yyh4720, yyl4720 := z.DecSliceHelperStart() - var yyc4720 bool - if yyl4720 == 0 { - if yyv4720 == nil { - yyv4720 = []ReplicationController{} - yyc4720 = true - } else if len(yyv4720) != 0 { - yyv4720 = yyv4720[:0] - yyc4720 = true + yyv4711 := *v + yyh4711, yyl4711 := z.DecSliceHelperStart() + var yyc4711 bool + if yyl4711 == 0 { + if yyv4711 == nil { + yyv4711 = []ReplicationController{} + yyc4711 = true + } else if len(yyv4711) != 0 { + yyv4711 = yyv4711[:0] + yyc4711 = true } - } else if yyl4720 > 0 { - var yyrr4720, yyrl4720 int - var yyrt4720 bool - if yyl4720 > cap(yyv4720) { + } else if yyl4711 > 0 { + var yyrr4711, yyrl4711 int + var yyrt4711 bool + if yyl4711 > cap(yyv4711) { - yyrg4720 := len(yyv4720) > 0 - yyv24720 := yyv4720 - yyrl4720, yyrt4720 = z.DecInferLen(yyl4720, z.DecBasicHandle().MaxInitLen, 336) - if yyrt4720 { - if yyrl4720 <= cap(yyv4720) { - yyv4720 = yyv4720[:yyrl4720] + yyrg4711 := len(yyv4711) > 0 + yyv24711 := yyv4711 + yyrl4711, yyrt4711 = z.DecInferLen(yyl4711, z.DecBasicHandle().MaxInitLen, 336) + if yyrt4711 { + if yyrl4711 <= cap(yyv4711) { + yyv4711 = yyv4711[:yyrl4711] } else { - yyv4720 = make([]ReplicationController, yyrl4720) + yyv4711 = make([]ReplicationController, yyrl4711) } } else { - yyv4720 = make([]ReplicationController, yyrl4720) + yyv4711 = make([]ReplicationController, yyrl4711) } - yyc4720 = true - yyrr4720 = len(yyv4720) - if yyrg4720 { - copy(yyv4720, yyv24720) + yyc4711 = true + yyrr4711 = len(yyv4711) + if yyrg4711 { + copy(yyv4711, yyv24711) } - } else if yyl4720 != len(yyv4720) { - yyv4720 = yyv4720[:yyl4720] - yyc4720 = true + } else if yyl4711 != len(yyv4711) { + yyv4711 = yyv4711[:yyl4711] + yyc4711 = true } - yyj4720 := 0 - for ; yyj4720 < yyrr4720; yyj4720++ { - yyh4720.ElemContainerState(yyj4720) + yyj4711 := 0 + for ; yyj4711 < yyrr4711; yyj4711++ { + yyh4711.ElemContainerState(yyj4711) if r.TryDecodeAsNil() { - yyv4720[yyj4720] = ReplicationController{} + yyv4711[yyj4711] = ReplicationController{} } else { - yyv4721 := &yyv4720[yyj4720] - yyv4721.CodecDecodeSelf(d) + yyv4712 := &yyv4711[yyj4711] + yyv4712.CodecDecodeSelf(d) } } - if yyrt4720 { - for ; yyj4720 < yyl4720; yyj4720++ { - yyv4720 = append(yyv4720, ReplicationController{}) - yyh4720.ElemContainerState(yyj4720) + if yyrt4711 { + for ; yyj4711 < yyl4711; yyj4711++ { + yyv4711 = append(yyv4711, ReplicationController{}) + yyh4711.ElemContainerState(yyj4711) if r.TryDecodeAsNil() { - yyv4720[yyj4720] = ReplicationController{} + yyv4711[yyj4711] = ReplicationController{} } else { - yyv4722 := &yyv4720[yyj4720] - yyv4722.CodecDecodeSelf(d) + yyv4713 := &yyv4711[yyj4711] + yyv4713.CodecDecodeSelf(d) } } } } else { - yyj4720 := 0 - for ; !r.CheckBreak(); yyj4720++ { + yyj4711 := 0 + for ; !r.CheckBreak(); yyj4711++ { - if yyj4720 >= len(yyv4720) { - yyv4720 = append(yyv4720, ReplicationController{}) // var yyz4720 ReplicationController - yyc4720 = true + if yyj4711 >= len(yyv4711) { + yyv4711 = append(yyv4711, ReplicationController{}) // var yyz4711 ReplicationController + yyc4711 = true } - yyh4720.ElemContainerState(yyj4720) - if yyj4720 < len(yyv4720) { + yyh4711.ElemContainerState(yyj4711) + if yyj4711 < len(yyv4711) { if r.TryDecodeAsNil() { - yyv4720[yyj4720] = ReplicationController{} + yyv4711[yyj4711] = ReplicationController{} } else { - yyv4723 := &yyv4720[yyj4720] - yyv4723.CodecDecodeSelf(d) + yyv4714 := &yyv4711[yyj4711] + yyv4714.CodecDecodeSelf(d) } } else { @@ -59672,17 +59590,17 @@ func (x codecSelfer1234) decSliceReplicationController(v *[]ReplicationControlle } } - if yyj4720 < len(yyv4720) { - yyv4720 = yyv4720[:yyj4720] - yyc4720 = true - } else if yyj4720 == 0 && yyv4720 == nil { - yyv4720 = []ReplicationController{} - yyc4720 = true + if yyj4711 < len(yyv4711) { + yyv4711 = yyv4711[:yyj4711] + yyc4711 = true + } else if yyj4711 == 0 && yyv4711 == nil { + yyv4711 = []ReplicationController{} + yyc4711 = true } } - yyh4720.End() - if yyc4720 { - *v = yyv4720 + yyh4711.End() + if yyc4711 { + *v = yyv4711 } } @@ -59691,10 +59609,10 @@ func (x codecSelfer1234) encSliceLoadBalancerIngress(v []LoadBalancerIngress, e z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4724 := range v { + for _, yyv4715 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4725 := &yyv4724 - yy4725.CodecEncodeSelf(e) + yy4716 := &yyv4715 + yy4716.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59704,83 +59622,83 @@ func (x codecSelfer1234) decSliceLoadBalancerIngress(v *[]LoadBalancerIngress, d z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4726 := *v - yyh4726, yyl4726 := z.DecSliceHelperStart() - var yyc4726 bool - if yyl4726 == 0 { - if yyv4726 == nil { - yyv4726 = []LoadBalancerIngress{} - yyc4726 = true - } else if len(yyv4726) != 0 { - yyv4726 = yyv4726[:0] - yyc4726 = true + yyv4717 := *v + yyh4717, yyl4717 := z.DecSliceHelperStart() + var yyc4717 bool + if yyl4717 == 0 { + if yyv4717 == nil { + yyv4717 = []LoadBalancerIngress{} + yyc4717 = true + } else if len(yyv4717) != 0 { + yyv4717 = yyv4717[:0] + yyc4717 = true } - } else if yyl4726 > 0 { - var yyrr4726, yyrl4726 int - var yyrt4726 bool - if yyl4726 > cap(yyv4726) { + } else if yyl4717 > 0 { + var yyrr4717, yyrl4717 int + var yyrt4717 bool + if yyl4717 > cap(yyv4717) { - yyrg4726 := len(yyv4726) > 0 - yyv24726 := yyv4726 - yyrl4726, yyrt4726 = z.DecInferLen(yyl4726, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4726 { - if yyrl4726 <= cap(yyv4726) { - yyv4726 = yyv4726[:yyrl4726] + yyrg4717 := len(yyv4717) > 0 + yyv24717 := yyv4717 + yyrl4717, yyrt4717 = z.DecInferLen(yyl4717, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4717 { + if yyrl4717 <= cap(yyv4717) { + yyv4717 = yyv4717[:yyrl4717] } else { - yyv4726 = make([]LoadBalancerIngress, yyrl4726) + yyv4717 = make([]LoadBalancerIngress, yyrl4717) } } else { - yyv4726 = make([]LoadBalancerIngress, yyrl4726) + yyv4717 = make([]LoadBalancerIngress, yyrl4717) } - yyc4726 = true - yyrr4726 = len(yyv4726) - if yyrg4726 { - copy(yyv4726, yyv24726) + yyc4717 = true + yyrr4717 = len(yyv4717) + if yyrg4717 { + copy(yyv4717, yyv24717) } - } else if yyl4726 != len(yyv4726) { - yyv4726 = yyv4726[:yyl4726] - yyc4726 = true + } else if yyl4717 != len(yyv4717) { + yyv4717 = yyv4717[:yyl4717] + yyc4717 = true } - yyj4726 := 0 - for ; yyj4726 < yyrr4726; yyj4726++ { - yyh4726.ElemContainerState(yyj4726) + yyj4717 := 0 + for ; yyj4717 < yyrr4717; yyj4717++ { + yyh4717.ElemContainerState(yyj4717) if r.TryDecodeAsNil() { - yyv4726[yyj4726] = LoadBalancerIngress{} + yyv4717[yyj4717] = LoadBalancerIngress{} } else { - yyv4727 := &yyv4726[yyj4726] - yyv4727.CodecDecodeSelf(d) + yyv4718 := &yyv4717[yyj4717] + yyv4718.CodecDecodeSelf(d) } } - if yyrt4726 { - for ; yyj4726 < yyl4726; yyj4726++ { - yyv4726 = append(yyv4726, LoadBalancerIngress{}) - yyh4726.ElemContainerState(yyj4726) + if yyrt4717 { + for ; yyj4717 < yyl4717; yyj4717++ { + yyv4717 = append(yyv4717, LoadBalancerIngress{}) + yyh4717.ElemContainerState(yyj4717) if r.TryDecodeAsNil() { - yyv4726[yyj4726] = LoadBalancerIngress{} + yyv4717[yyj4717] = LoadBalancerIngress{} } else { - yyv4728 := &yyv4726[yyj4726] - yyv4728.CodecDecodeSelf(d) + yyv4719 := &yyv4717[yyj4717] + yyv4719.CodecDecodeSelf(d) } } } } else { - yyj4726 := 0 - for ; !r.CheckBreak(); yyj4726++ { + yyj4717 := 0 + for ; !r.CheckBreak(); yyj4717++ { - if yyj4726 >= len(yyv4726) { - yyv4726 = append(yyv4726, LoadBalancerIngress{}) // var yyz4726 LoadBalancerIngress - yyc4726 = true + if yyj4717 >= len(yyv4717) { + yyv4717 = append(yyv4717, LoadBalancerIngress{}) // var yyz4717 LoadBalancerIngress + yyc4717 = true } - yyh4726.ElemContainerState(yyj4726) - if yyj4726 < len(yyv4726) { + yyh4717.ElemContainerState(yyj4717) + if yyj4717 < len(yyv4717) { if r.TryDecodeAsNil() { - yyv4726[yyj4726] = LoadBalancerIngress{} + yyv4717[yyj4717] = LoadBalancerIngress{} } else { - yyv4729 := &yyv4726[yyj4726] - yyv4729.CodecDecodeSelf(d) + yyv4720 := &yyv4717[yyj4717] + yyv4720.CodecDecodeSelf(d) } } else { @@ -59788,17 +59706,17 @@ func (x codecSelfer1234) decSliceLoadBalancerIngress(v *[]LoadBalancerIngress, d } } - if yyj4726 < len(yyv4726) { - yyv4726 = yyv4726[:yyj4726] - yyc4726 = true - } else if yyj4726 == 0 && yyv4726 == nil { - yyv4726 = []LoadBalancerIngress{} - yyc4726 = true + if yyj4717 < len(yyv4717) { + yyv4717 = yyv4717[:yyj4717] + yyc4717 = true + } else if yyj4717 == 0 && yyv4717 == nil { + yyv4717 = []LoadBalancerIngress{} + yyc4717 = true } } - yyh4726.End() - if yyc4726 { - *v = yyv4726 + yyh4717.End() + if yyc4717 { + *v = yyv4717 } } @@ -59807,10 +59725,10 @@ func (x codecSelfer1234) encSliceServicePort(v []ServicePort, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4730 := range v { + for _, yyv4721 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4731 := &yyv4730 - yy4731.CodecEncodeSelf(e) + yy4722 := &yyv4721 + yy4722.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59820,83 +59738,83 @@ func (x codecSelfer1234) decSliceServicePort(v *[]ServicePort, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4732 := *v - yyh4732, yyl4732 := z.DecSliceHelperStart() - var yyc4732 bool - if yyl4732 == 0 { - if yyv4732 == nil { - yyv4732 = []ServicePort{} - yyc4732 = true - } else if len(yyv4732) != 0 { - yyv4732 = yyv4732[:0] - yyc4732 = true + yyv4723 := *v + yyh4723, yyl4723 := z.DecSliceHelperStart() + var yyc4723 bool + if yyl4723 == 0 { + if yyv4723 == nil { + yyv4723 = []ServicePort{} + yyc4723 = true + } else if len(yyv4723) != 0 { + yyv4723 = yyv4723[:0] + yyc4723 = true } - } else if yyl4732 > 0 { - var yyrr4732, yyrl4732 int - var yyrt4732 bool - if yyl4732 > cap(yyv4732) { + } else if yyl4723 > 0 { + var yyrr4723, yyrl4723 int + var yyrt4723 bool + if yyl4723 > cap(yyv4723) { - yyrg4732 := len(yyv4732) > 0 - yyv24732 := yyv4732 - yyrl4732, yyrt4732 = z.DecInferLen(yyl4732, z.DecBasicHandle().MaxInitLen, 80) - if yyrt4732 { - if yyrl4732 <= cap(yyv4732) { - yyv4732 = yyv4732[:yyrl4732] + yyrg4723 := len(yyv4723) > 0 + yyv24723 := yyv4723 + yyrl4723, yyrt4723 = z.DecInferLen(yyl4723, z.DecBasicHandle().MaxInitLen, 80) + if yyrt4723 { + if yyrl4723 <= cap(yyv4723) { + yyv4723 = yyv4723[:yyrl4723] } else { - yyv4732 = make([]ServicePort, yyrl4732) + yyv4723 = make([]ServicePort, yyrl4723) } } else { - yyv4732 = make([]ServicePort, yyrl4732) + yyv4723 = make([]ServicePort, yyrl4723) } - yyc4732 = true - yyrr4732 = len(yyv4732) - if yyrg4732 { - copy(yyv4732, yyv24732) + yyc4723 = true + yyrr4723 = len(yyv4723) + if yyrg4723 { + copy(yyv4723, yyv24723) } - } else if yyl4732 != len(yyv4732) { - yyv4732 = yyv4732[:yyl4732] - yyc4732 = true + } else if yyl4723 != len(yyv4723) { + yyv4723 = yyv4723[:yyl4723] + yyc4723 = true } - yyj4732 := 0 - for ; yyj4732 < yyrr4732; yyj4732++ { - yyh4732.ElemContainerState(yyj4732) + yyj4723 := 0 + for ; yyj4723 < yyrr4723; yyj4723++ { + yyh4723.ElemContainerState(yyj4723) if r.TryDecodeAsNil() { - yyv4732[yyj4732] = ServicePort{} + yyv4723[yyj4723] = ServicePort{} } else { - yyv4733 := &yyv4732[yyj4732] - yyv4733.CodecDecodeSelf(d) + yyv4724 := &yyv4723[yyj4723] + yyv4724.CodecDecodeSelf(d) } } - if yyrt4732 { - for ; yyj4732 < yyl4732; yyj4732++ { - yyv4732 = append(yyv4732, ServicePort{}) - yyh4732.ElemContainerState(yyj4732) + if yyrt4723 { + for ; yyj4723 < yyl4723; yyj4723++ { + yyv4723 = append(yyv4723, ServicePort{}) + yyh4723.ElemContainerState(yyj4723) if r.TryDecodeAsNil() { - yyv4732[yyj4732] = ServicePort{} + yyv4723[yyj4723] = ServicePort{} } else { - yyv4734 := &yyv4732[yyj4732] - yyv4734.CodecDecodeSelf(d) + yyv4725 := &yyv4723[yyj4723] + yyv4725.CodecDecodeSelf(d) } } } } else { - yyj4732 := 0 - for ; !r.CheckBreak(); yyj4732++ { + yyj4723 := 0 + for ; !r.CheckBreak(); yyj4723++ { - if yyj4732 >= len(yyv4732) { - yyv4732 = append(yyv4732, ServicePort{}) // var yyz4732 ServicePort - yyc4732 = true + if yyj4723 >= len(yyv4723) { + yyv4723 = append(yyv4723, ServicePort{}) // var yyz4723 ServicePort + yyc4723 = true } - yyh4732.ElemContainerState(yyj4732) - if yyj4732 < len(yyv4732) { + yyh4723.ElemContainerState(yyj4723) + if yyj4723 < len(yyv4723) { if r.TryDecodeAsNil() { - yyv4732[yyj4732] = ServicePort{} + yyv4723[yyj4723] = ServicePort{} } else { - yyv4735 := &yyv4732[yyj4732] - yyv4735.CodecDecodeSelf(d) + yyv4726 := &yyv4723[yyj4723] + yyv4726.CodecDecodeSelf(d) } } else { @@ -59904,17 +59822,17 @@ func (x codecSelfer1234) decSliceServicePort(v *[]ServicePort, d *codec1978.Deco } } - if yyj4732 < len(yyv4732) { - yyv4732 = yyv4732[:yyj4732] - yyc4732 = true - } else if yyj4732 == 0 && yyv4732 == nil { - yyv4732 = []ServicePort{} - yyc4732 = true + if yyj4723 < len(yyv4723) { + yyv4723 = yyv4723[:yyj4723] + yyc4723 = true + } else if yyj4723 == 0 && yyv4723 == nil { + yyv4723 = []ServicePort{} + yyc4723 = true } } - yyh4732.End() - if yyc4732 { - *v = yyv4732 + yyh4723.End() + if yyc4723 { + *v = yyv4723 } } @@ -59923,10 +59841,10 @@ func (x codecSelfer1234) encSliceService(v []Service, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4736 := range v { + for _, yyv4727 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4737 := &yyv4736 - yy4737.CodecEncodeSelf(e) + yy4728 := &yyv4727 + yy4728.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59936,83 +59854,83 @@ func (x codecSelfer1234) decSliceService(v *[]Service, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4738 := *v - yyh4738, yyl4738 := z.DecSliceHelperStart() - var yyc4738 bool - if yyl4738 == 0 { - if yyv4738 == nil { - yyv4738 = []Service{} - yyc4738 = true - } else if len(yyv4738) != 0 { - yyv4738 = yyv4738[:0] - yyc4738 = true + yyv4729 := *v + yyh4729, yyl4729 := z.DecSliceHelperStart() + var yyc4729 bool + if yyl4729 == 0 { + if yyv4729 == nil { + yyv4729 = []Service{} + yyc4729 = true + } else if len(yyv4729) != 0 { + yyv4729 = yyv4729[:0] + yyc4729 = true } - } else if yyl4738 > 0 { - var yyrr4738, yyrl4738 int - var yyrt4738 bool - if yyl4738 > cap(yyv4738) { + } else if yyl4729 > 0 { + var yyrr4729, yyrl4729 int + var yyrt4729 bool + if yyl4729 > cap(yyv4729) { - yyrg4738 := len(yyv4738) > 0 - yyv24738 := yyv4738 - yyrl4738, yyrt4738 = z.DecInferLen(yyl4738, z.DecBasicHandle().MaxInitLen, 464) - if yyrt4738 { - if yyrl4738 <= cap(yyv4738) { - yyv4738 = yyv4738[:yyrl4738] + yyrg4729 := len(yyv4729) > 0 + yyv24729 := yyv4729 + yyrl4729, yyrt4729 = z.DecInferLen(yyl4729, z.DecBasicHandle().MaxInitLen, 464) + if yyrt4729 { + if yyrl4729 <= cap(yyv4729) { + yyv4729 = yyv4729[:yyrl4729] } else { - yyv4738 = make([]Service, yyrl4738) + yyv4729 = make([]Service, yyrl4729) } } else { - yyv4738 = make([]Service, yyrl4738) + yyv4729 = make([]Service, yyrl4729) } - yyc4738 = true - yyrr4738 = len(yyv4738) - if yyrg4738 { - copy(yyv4738, yyv24738) + yyc4729 = true + yyrr4729 = len(yyv4729) + if yyrg4729 { + copy(yyv4729, yyv24729) } - } else if yyl4738 != len(yyv4738) { - yyv4738 = yyv4738[:yyl4738] - yyc4738 = true + } else if yyl4729 != len(yyv4729) { + yyv4729 = yyv4729[:yyl4729] + yyc4729 = true } - yyj4738 := 0 - for ; yyj4738 < yyrr4738; yyj4738++ { - yyh4738.ElemContainerState(yyj4738) + yyj4729 := 0 + for ; yyj4729 < yyrr4729; yyj4729++ { + yyh4729.ElemContainerState(yyj4729) if r.TryDecodeAsNil() { - yyv4738[yyj4738] = Service{} + yyv4729[yyj4729] = Service{} } else { - yyv4739 := &yyv4738[yyj4738] - yyv4739.CodecDecodeSelf(d) + yyv4730 := &yyv4729[yyj4729] + yyv4730.CodecDecodeSelf(d) } } - if yyrt4738 { - for ; yyj4738 < yyl4738; yyj4738++ { - yyv4738 = append(yyv4738, Service{}) - yyh4738.ElemContainerState(yyj4738) + if yyrt4729 { + for ; yyj4729 < yyl4729; yyj4729++ { + yyv4729 = append(yyv4729, Service{}) + yyh4729.ElemContainerState(yyj4729) if r.TryDecodeAsNil() { - yyv4738[yyj4738] = Service{} + yyv4729[yyj4729] = Service{} } else { - yyv4740 := &yyv4738[yyj4738] - yyv4740.CodecDecodeSelf(d) + yyv4731 := &yyv4729[yyj4729] + yyv4731.CodecDecodeSelf(d) } } } } else { - yyj4738 := 0 - for ; !r.CheckBreak(); yyj4738++ { + yyj4729 := 0 + for ; !r.CheckBreak(); yyj4729++ { - if yyj4738 >= len(yyv4738) { - yyv4738 = append(yyv4738, Service{}) // var yyz4738 Service - yyc4738 = true + if yyj4729 >= len(yyv4729) { + yyv4729 = append(yyv4729, Service{}) // var yyz4729 Service + yyc4729 = true } - yyh4738.ElemContainerState(yyj4738) - if yyj4738 < len(yyv4738) { + yyh4729.ElemContainerState(yyj4729) + if yyj4729 < len(yyv4729) { if r.TryDecodeAsNil() { - yyv4738[yyj4738] = Service{} + yyv4729[yyj4729] = Service{} } else { - yyv4741 := &yyv4738[yyj4738] - yyv4741.CodecDecodeSelf(d) + yyv4732 := &yyv4729[yyj4729] + yyv4732.CodecDecodeSelf(d) } } else { @@ -60020,17 +59938,17 @@ func (x codecSelfer1234) decSliceService(v *[]Service, d *codec1978.Decoder) { } } - if yyj4738 < len(yyv4738) { - yyv4738 = yyv4738[:yyj4738] - yyc4738 = true - } else if yyj4738 == 0 && yyv4738 == nil { - yyv4738 = []Service{} - yyc4738 = true + if yyj4729 < len(yyv4729) { + yyv4729 = yyv4729[:yyj4729] + yyc4729 = true + } else if yyj4729 == 0 && yyv4729 == nil { + yyv4729 = []Service{} + yyc4729 = true } } - yyh4738.End() - if yyc4738 { - *v = yyv4738 + yyh4729.End() + if yyc4729 { + *v = yyv4729 } } @@ -60039,10 +59957,10 @@ func (x codecSelfer1234) encSliceObjectReference(v []ObjectReference, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4742 := range v { + for _, yyv4733 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4743 := &yyv4742 - yy4743.CodecEncodeSelf(e) + yy4734 := &yyv4733 + yy4734.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60052,83 +59970,83 @@ func (x codecSelfer1234) decSliceObjectReference(v *[]ObjectReference, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4744 := *v - yyh4744, yyl4744 := z.DecSliceHelperStart() - var yyc4744 bool - if yyl4744 == 0 { - if yyv4744 == nil { - yyv4744 = []ObjectReference{} - yyc4744 = true - } else if len(yyv4744) != 0 { - yyv4744 = yyv4744[:0] - yyc4744 = true + yyv4735 := *v + yyh4735, yyl4735 := z.DecSliceHelperStart() + var yyc4735 bool + if yyl4735 == 0 { + if yyv4735 == nil { + yyv4735 = []ObjectReference{} + yyc4735 = true + } else if len(yyv4735) != 0 { + yyv4735 = yyv4735[:0] + yyc4735 = true } - } else if yyl4744 > 0 { - var yyrr4744, yyrl4744 int - var yyrt4744 bool - if yyl4744 > cap(yyv4744) { + } else if yyl4735 > 0 { + var yyrr4735, yyrl4735 int + var yyrt4735 bool + if yyl4735 > cap(yyv4735) { - yyrg4744 := len(yyv4744) > 0 - yyv24744 := yyv4744 - yyrl4744, yyrt4744 = z.DecInferLen(yyl4744, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4744 { - if yyrl4744 <= cap(yyv4744) { - yyv4744 = yyv4744[:yyrl4744] + yyrg4735 := len(yyv4735) > 0 + yyv24735 := yyv4735 + yyrl4735, yyrt4735 = z.DecInferLen(yyl4735, z.DecBasicHandle().MaxInitLen, 112) + if yyrt4735 { + if yyrl4735 <= cap(yyv4735) { + yyv4735 = yyv4735[:yyrl4735] } else { - yyv4744 = make([]ObjectReference, yyrl4744) + yyv4735 = make([]ObjectReference, yyrl4735) } } else { - yyv4744 = make([]ObjectReference, yyrl4744) + yyv4735 = make([]ObjectReference, yyrl4735) } - yyc4744 = true - yyrr4744 = len(yyv4744) - if yyrg4744 { - copy(yyv4744, yyv24744) + yyc4735 = true + yyrr4735 = len(yyv4735) + if yyrg4735 { + copy(yyv4735, yyv24735) } - } else if yyl4744 != len(yyv4744) { - yyv4744 = yyv4744[:yyl4744] - yyc4744 = true + } else if yyl4735 != len(yyv4735) { + yyv4735 = yyv4735[:yyl4735] + yyc4735 = true } - yyj4744 := 0 - for ; yyj4744 < yyrr4744; yyj4744++ { - yyh4744.ElemContainerState(yyj4744) + yyj4735 := 0 + for ; yyj4735 < yyrr4735; yyj4735++ { + yyh4735.ElemContainerState(yyj4735) if r.TryDecodeAsNil() { - yyv4744[yyj4744] = ObjectReference{} + yyv4735[yyj4735] = ObjectReference{} } else { - yyv4745 := &yyv4744[yyj4744] - yyv4745.CodecDecodeSelf(d) + yyv4736 := &yyv4735[yyj4735] + yyv4736.CodecDecodeSelf(d) } } - if yyrt4744 { - for ; yyj4744 < yyl4744; yyj4744++ { - yyv4744 = append(yyv4744, ObjectReference{}) - yyh4744.ElemContainerState(yyj4744) + if yyrt4735 { + for ; yyj4735 < yyl4735; yyj4735++ { + yyv4735 = append(yyv4735, ObjectReference{}) + yyh4735.ElemContainerState(yyj4735) if r.TryDecodeAsNil() { - yyv4744[yyj4744] = ObjectReference{} + yyv4735[yyj4735] = ObjectReference{} } else { - yyv4746 := &yyv4744[yyj4744] - yyv4746.CodecDecodeSelf(d) + yyv4737 := &yyv4735[yyj4735] + yyv4737.CodecDecodeSelf(d) } } } } else { - yyj4744 := 0 - for ; !r.CheckBreak(); yyj4744++ { + yyj4735 := 0 + for ; !r.CheckBreak(); yyj4735++ { - if yyj4744 >= len(yyv4744) { - yyv4744 = append(yyv4744, ObjectReference{}) // var yyz4744 ObjectReference - yyc4744 = true + if yyj4735 >= len(yyv4735) { + yyv4735 = append(yyv4735, ObjectReference{}) // var yyz4735 ObjectReference + yyc4735 = true } - yyh4744.ElemContainerState(yyj4744) - if yyj4744 < len(yyv4744) { + yyh4735.ElemContainerState(yyj4735) + if yyj4735 < len(yyv4735) { if r.TryDecodeAsNil() { - yyv4744[yyj4744] = ObjectReference{} + yyv4735[yyj4735] = ObjectReference{} } else { - yyv4747 := &yyv4744[yyj4744] - yyv4747.CodecDecodeSelf(d) + yyv4738 := &yyv4735[yyj4735] + yyv4738.CodecDecodeSelf(d) } } else { @@ -60136,17 +60054,17 @@ func (x codecSelfer1234) decSliceObjectReference(v *[]ObjectReference, d *codec1 } } - if yyj4744 < len(yyv4744) { - yyv4744 = yyv4744[:yyj4744] - yyc4744 = true - } else if yyj4744 == 0 && yyv4744 == nil { - yyv4744 = []ObjectReference{} - yyc4744 = true + if yyj4735 < len(yyv4735) { + yyv4735 = yyv4735[:yyj4735] + yyc4735 = true + } else if yyj4735 == 0 && yyv4735 == nil { + yyv4735 = []ObjectReference{} + yyc4735 = true } } - yyh4744.End() - if yyc4744 { - *v = yyv4744 + yyh4735.End() + if yyc4735 { + *v = yyv4735 } } @@ -60155,10 +60073,10 @@ func (x codecSelfer1234) encSliceServiceAccount(v []ServiceAccount, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4748 := range v { + for _, yyv4739 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4749 := &yyv4748 - yy4749.CodecEncodeSelf(e) + yy4740 := &yyv4739 + yy4740.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60168,83 +60086,83 @@ func (x codecSelfer1234) decSliceServiceAccount(v *[]ServiceAccount, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4750 := *v - yyh4750, yyl4750 := z.DecSliceHelperStart() - var yyc4750 bool - if yyl4750 == 0 { - if yyv4750 == nil { - yyv4750 = []ServiceAccount{} - yyc4750 = true - } else if len(yyv4750) != 0 { - yyv4750 = yyv4750[:0] - yyc4750 = true + yyv4741 := *v + yyh4741, yyl4741 := z.DecSliceHelperStart() + var yyc4741 bool + if yyl4741 == 0 { + if yyv4741 == nil { + yyv4741 = []ServiceAccount{} + yyc4741 = true + } else if len(yyv4741) != 0 { + yyv4741 = yyv4741[:0] + yyc4741 = true } - } else if yyl4750 > 0 { - var yyrr4750, yyrl4750 int - var yyrt4750 bool - if yyl4750 > cap(yyv4750) { + } else if yyl4741 > 0 { + var yyrr4741, yyrl4741 int + var yyrt4741 bool + if yyl4741 > cap(yyv4741) { - yyrg4750 := len(yyv4750) > 0 - yyv24750 := yyv4750 - yyrl4750, yyrt4750 = z.DecInferLen(yyl4750, z.DecBasicHandle().MaxInitLen, 304) - if yyrt4750 { - if yyrl4750 <= cap(yyv4750) { - yyv4750 = yyv4750[:yyrl4750] + yyrg4741 := len(yyv4741) > 0 + yyv24741 := yyv4741 + yyrl4741, yyrt4741 = z.DecInferLen(yyl4741, z.DecBasicHandle().MaxInitLen, 304) + if yyrt4741 { + if yyrl4741 <= cap(yyv4741) { + yyv4741 = yyv4741[:yyrl4741] } else { - yyv4750 = make([]ServiceAccount, yyrl4750) + yyv4741 = make([]ServiceAccount, yyrl4741) } } else { - yyv4750 = make([]ServiceAccount, yyrl4750) + yyv4741 = make([]ServiceAccount, yyrl4741) } - yyc4750 = true - yyrr4750 = len(yyv4750) - if yyrg4750 { - copy(yyv4750, yyv24750) + yyc4741 = true + yyrr4741 = len(yyv4741) + if yyrg4741 { + copy(yyv4741, yyv24741) } - } else if yyl4750 != len(yyv4750) { - yyv4750 = yyv4750[:yyl4750] - yyc4750 = true + } else if yyl4741 != len(yyv4741) { + yyv4741 = yyv4741[:yyl4741] + yyc4741 = true } - yyj4750 := 0 - for ; yyj4750 < yyrr4750; yyj4750++ { - yyh4750.ElemContainerState(yyj4750) + yyj4741 := 0 + for ; yyj4741 < yyrr4741; yyj4741++ { + yyh4741.ElemContainerState(yyj4741) if r.TryDecodeAsNil() { - yyv4750[yyj4750] = ServiceAccount{} + yyv4741[yyj4741] = ServiceAccount{} } else { - yyv4751 := &yyv4750[yyj4750] - yyv4751.CodecDecodeSelf(d) + yyv4742 := &yyv4741[yyj4741] + yyv4742.CodecDecodeSelf(d) } } - if yyrt4750 { - for ; yyj4750 < yyl4750; yyj4750++ { - yyv4750 = append(yyv4750, ServiceAccount{}) - yyh4750.ElemContainerState(yyj4750) + if yyrt4741 { + for ; yyj4741 < yyl4741; yyj4741++ { + yyv4741 = append(yyv4741, ServiceAccount{}) + yyh4741.ElemContainerState(yyj4741) if r.TryDecodeAsNil() { - yyv4750[yyj4750] = ServiceAccount{} + yyv4741[yyj4741] = ServiceAccount{} } else { - yyv4752 := &yyv4750[yyj4750] - yyv4752.CodecDecodeSelf(d) + yyv4743 := &yyv4741[yyj4741] + yyv4743.CodecDecodeSelf(d) } } } } else { - yyj4750 := 0 - for ; !r.CheckBreak(); yyj4750++ { + yyj4741 := 0 + for ; !r.CheckBreak(); yyj4741++ { - if yyj4750 >= len(yyv4750) { - yyv4750 = append(yyv4750, ServiceAccount{}) // var yyz4750 ServiceAccount - yyc4750 = true + if yyj4741 >= len(yyv4741) { + yyv4741 = append(yyv4741, ServiceAccount{}) // var yyz4741 ServiceAccount + yyc4741 = true } - yyh4750.ElemContainerState(yyj4750) - if yyj4750 < len(yyv4750) { + yyh4741.ElemContainerState(yyj4741) + if yyj4741 < len(yyv4741) { if r.TryDecodeAsNil() { - yyv4750[yyj4750] = ServiceAccount{} + yyv4741[yyj4741] = ServiceAccount{} } else { - yyv4753 := &yyv4750[yyj4750] - yyv4753.CodecDecodeSelf(d) + yyv4744 := &yyv4741[yyj4741] + yyv4744.CodecDecodeSelf(d) } } else { @@ -60252,17 +60170,17 @@ func (x codecSelfer1234) decSliceServiceAccount(v *[]ServiceAccount, d *codec197 } } - if yyj4750 < len(yyv4750) { - yyv4750 = yyv4750[:yyj4750] - yyc4750 = true - } else if yyj4750 == 0 && yyv4750 == nil { - yyv4750 = []ServiceAccount{} - yyc4750 = true + if yyj4741 < len(yyv4741) { + yyv4741 = yyv4741[:yyj4741] + yyc4741 = true + } else if yyj4741 == 0 && yyv4741 == nil { + yyv4741 = []ServiceAccount{} + yyc4741 = true } } - yyh4750.End() - if yyc4750 { - *v = yyv4750 + yyh4741.End() + if yyc4741 { + *v = yyv4741 } } @@ -60271,10 +60189,10 @@ func (x codecSelfer1234) encSliceEndpointSubset(v []EndpointSubset, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4754 := range v { + for _, yyv4745 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4755 := &yyv4754 - yy4755.CodecEncodeSelf(e) + yy4746 := &yyv4745 + yy4746.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60284,83 +60202,83 @@ func (x codecSelfer1234) decSliceEndpointSubset(v *[]EndpointSubset, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4756 := *v - yyh4756, yyl4756 := z.DecSliceHelperStart() - var yyc4756 bool - if yyl4756 == 0 { - if yyv4756 == nil { - yyv4756 = []EndpointSubset{} - yyc4756 = true - } else if len(yyv4756) != 0 { - yyv4756 = yyv4756[:0] - yyc4756 = true + yyv4747 := *v + yyh4747, yyl4747 := z.DecSliceHelperStart() + var yyc4747 bool + if yyl4747 == 0 { + if yyv4747 == nil { + yyv4747 = []EndpointSubset{} + yyc4747 = true + } else if len(yyv4747) != 0 { + yyv4747 = yyv4747[:0] + yyc4747 = true } - } else if yyl4756 > 0 { - var yyrr4756, yyrl4756 int - var yyrt4756 bool - if yyl4756 > cap(yyv4756) { + } else if yyl4747 > 0 { + var yyrr4747, yyrl4747 int + var yyrt4747 bool + if yyl4747 > cap(yyv4747) { - yyrg4756 := len(yyv4756) > 0 - yyv24756 := yyv4756 - yyrl4756, yyrt4756 = z.DecInferLen(yyl4756, z.DecBasicHandle().MaxInitLen, 72) - if yyrt4756 { - if yyrl4756 <= cap(yyv4756) { - yyv4756 = yyv4756[:yyrl4756] + yyrg4747 := len(yyv4747) > 0 + yyv24747 := yyv4747 + yyrl4747, yyrt4747 = z.DecInferLen(yyl4747, z.DecBasicHandle().MaxInitLen, 72) + if yyrt4747 { + if yyrl4747 <= cap(yyv4747) { + yyv4747 = yyv4747[:yyrl4747] } else { - yyv4756 = make([]EndpointSubset, yyrl4756) + yyv4747 = make([]EndpointSubset, yyrl4747) } } else { - yyv4756 = make([]EndpointSubset, yyrl4756) + yyv4747 = make([]EndpointSubset, yyrl4747) } - yyc4756 = true - yyrr4756 = len(yyv4756) - if yyrg4756 { - copy(yyv4756, yyv24756) + yyc4747 = true + yyrr4747 = len(yyv4747) + if yyrg4747 { + copy(yyv4747, yyv24747) } - } else if yyl4756 != len(yyv4756) { - yyv4756 = yyv4756[:yyl4756] - yyc4756 = true + } else if yyl4747 != len(yyv4747) { + yyv4747 = yyv4747[:yyl4747] + yyc4747 = true } - yyj4756 := 0 - for ; yyj4756 < yyrr4756; yyj4756++ { - yyh4756.ElemContainerState(yyj4756) + yyj4747 := 0 + for ; yyj4747 < yyrr4747; yyj4747++ { + yyh4747.ElemContainerState(yyj4747) if r.TryDecodeAsNil() { - yyv4756[yyj4756] = EndpointSubset{} + yyv4747[yyj4747] = EndpointSubset{} } else { - yyv4757 := &yyv4756[yyj4756] - yyv4757.CodecDecodeSelf(d) + yyv4748 := &yyv4747[yyj4747] + yyv4748.CodecDecodeSelf(d) } } - if yyrt4756 { - for ; yyj4756 < yyl4756; yyj4756++ { - yyv4756 = append(yyv4756, EndpointSubset{}) - yyh4756.ElemContainerState(yyj4756) + if yyrt4747 { + for ; yyj4747 < yyl4747; yyj4747++ { + yyv4747 = append(yyv4747, EndpointSubset{}) + yyh4747.ElemContainerState(yyj4747) if r.TryDecodeAsNil() { - yyv4756[yyj4756] = EndpointSubset{} + yyv4747[yyj4747] = EndpointSubset{} } else { - yyv4758 := &yyv4756[yyj4756] - yyv4758.CodecDecodeSelf(d) + yyv4749 := &yyv4747[yyj4747] + yyv4749.CodecDecodeSelf(d) } } } } else { - yyj4756 := 0 - for ; !r.CheckBreak(); yyj4756++ { + yyj4747 := 0 + for ; !r.CheckBreak(); yyj4747++ { - if yyj4756 >= len(yyv4756) { - yyv4756 = append(yyv4756, EndpointSubset{}) // var yyz4756 EndpointSubset - yyc4756 = true + if yyj4747 >= len(yyv4747) { + yyv4747 = append(yyv4747, EndpointSubset{}) // var yyz4747 EndpointSubset + yyc4747 = true } - yyh4756.ElemContainerState(yyj4756) - if yyj4756 < len(yyv4756) { + yyh4747.ElemContainerState(yyj4747) + if yyj4747 < len(yyv4747) { if r.TryDecodeAsNil() { - yyv4756[yyj4756] = EndpointSubset{} + yyv4747[yyj4747] = EndpointSubset{} } else { - yyv4759 := &yyv4756[yyj4756] - yyv4759.CodecDecodeSelf(d) + yyv4750 := &yyv4747[yyj4747] + yyv4750.CodecDecodeSelf(d) } } else { @@ -60368,17 +60286,17 @@ func (x codecSelfer1234) decSliceEndpointSubset(v *[]EndpointSubset, d *codec197 } } - if yyj4756 < len(yyv4756) { - yyv4756 = yyv4756[:yyj4756] - yyc4756 = true - } else if yyj4756 == 0 && yyv4756 == nil { - yyv4756 = []EndpointSubset{} - yyc4756 = true + if yyj4747 < len(yyv4747) { + yyv4747 = yyv4747[:yyj4747] + yyc4747 = true + } else if yyj4747 == 0 && yyv4747 == nil { + yyv4747 = []EndpointSubset{} + yyc4747 = true } } - yyh4756.End() - if yyc4756 { - *v = yyv4756 + yyh4747.End() + if yyc4747 { + *v = yyv4747 } } @@ -60387,10 +60305,10 @@ func (x codecSelfer1234) encSliceEndpointAddress(v []EndpointAddress, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4760 := range v { + for _, yyv4751 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4761 := &yyv4760 - yy4761.CodecEncodeSelf(e) + yy4752 := &yyv4751 + yy4752.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60400,83 +60318,83 @@ func (x codecSelfer1234) decSliceEndpointAddress(v *[]EndpointAddress, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4762 := *v - yyh4762, yyl4762 := z.DecSliceHelperStart() - var yyc4762 bool - if yyl4762 == 0 { - if yyv4762 == nil { - yyv4762 = []EndpointAddress{} - yyc4762 = true - } else if len(yyv4762) != 0 { - yyv4762 = yyv4762[:0] - yyc4762 = true + yyv4753 := *v + yyh4753, yyl4753 := z.DecSliceHelperStart() + var yyc4753 bool + if yyl4753 == 0 { + if yyv4753 == nil { + yyv4753 = []EndpointAddress{} + yyc4753 = true + } else if len(yyv4753) != 0 { + yyv4753 = yyv4753[:0] + yyc4753 = true } - } else if yyl4762 > 0 { - var yyrr4762, yyrl4762 int - var yyrt4762 bool - if yyl4762 > cap(yyv4762) { + } else if yyl4753 > 0 { + var yyrr4753, yyrl4753 int + var yyrt4753 bool + if yyl4753 > cap(yyv4753) { - yyrg4762 := len(yyv4762) > 0 - yyv24762 := yyv4762 - yyrl4762, yyrt4762 = z.DecInferLen(yyl4762, z.DecBasicHandle().MaxInitLen, 48) - if yyrt4762 { - if yyrl4762 <= cap(yyv4762) { - yyv4762 = yyv4762[:yyrl4762] + yyrg4753 := len(yyv4753) > 0 + yyv24753 := yyv4753 + yyrl4753, yyrt4753 = z.DecInferLen(yyl4753, z.DecBasicHandle().MaxInitLen, 48) + if yyrt4753 { + if yyrl4753 <= cap(yyv4753) { + yyv4753 = yyv4753[:yyrl4753] } else { - yyv4762 = make([]EndpointAddress, yyrl4762) + yyv4753 = make([]EndpointAddress, yyrl4753) } } else { - yyv4762 = make([]EndpointAddress, yyrl4762) + yyv4753 = make([]EndpointAddress, yyrl4753) } - yyc4762 = true - yyrr4762 = len(yyv4762) - if yyrg4762 { - copy(yyv4762, yyv24762) + yyc4753 = true + yyrr4753 = len(yyv4753) + if yyrg4753 { + copy(yyv4753, yyv24753) } - } else if yyl4762 != len(yyv4762) { - yyv4762 = yyv4762[:yyl4762] - yyc4762 = true + } else if yyl4753 != len(yyv4753) { + yyv4753 = yyv4753[:yyl4753] + yyc4753 = true } - yyj4762 := 0 - for ; yyj4762 < yyrr4762; yyj4762++ { - yyh4762.ElemContainerState(yyj4762) + yyj4753 := 0 + for ; yyj4753 < yyrr4753; yyj4753++ { + yyh4753.ElemContainerState(yyj4753) if r.TryDecodeAsNil() { - yyv4762[yyj4762] = EndpointAddress{} + yyv4753[yyj4753] = EndpointAddress{} } else { - yyv4763 := &yyv4762[yyj4762] - yyv4763.CodecDecodeSelf(d) + yyv4754 := &yyv4753[yyj4753] + yyv4754.CodecDecodeSelf(d) } } - if yyrt4762 { - for ; yyj4762 < yyl4762; yyj4762++ { - yyv4762 = append(yyv4762, EndpointAddress{}) - yyh4762.ElemContainerState(yyj4762) + if yyrt4753 { + for ; yyj4753 < yyl4753; yyj4753++ { + yyv4753 = append(yyv4753, EndpointAddress{}) + yyh4753.ElemContainerState(yyj4753) if r.TryDecodeAsNil() { - yyv4762[yyj4762] = EndpointAddress{} + yyv4753[yyj4753] = EndpointAddress{} } else { - yyv4764 := &yyv4762[yyj4762] - yyv4764.CodecDecodeSelf(d) + yyv4755 := &yyv4753[yyj4753] + yyv4755.CodecDecodeSelf(d) } } } } else { - yyj4762 := 0 - for ; !r.CheckBreak(); yyj4762++ { + yyj4753 := 0 + for ; !r.CheckBreak(); yyj4753++ { - if yyj4762 >= len(yyv4762) { - yyv4762 = append(yyv4762, EndpointAddress{}) // var yyz4762 EndpointAddress - yyc4762 = true + if yyj4753 >= len(yyv4753) { + yyv4753 = append(yyv4753, EndpointAddress{}) // var yyz4753 EndpointAddress + yyc4753 = true } - yyh4762.ElemContainerState(yyj4762) - if yyj4762 < len(yyv4762) { + yyh4753.ElemContainerState(yyj4753) + if yyj4753 < len(yyv4753) { if r.TryDecodeAsNil() { - yyv4762[yyj4762] = EndpointAddress{} + yyv4753[yyj4753] = EndpointAddress{} } else { - yyv4765 := &yyv4762[yyj4762] - yyv4765.CodecDecodeSelf(d) + yyv4756 := &yyv4753[yyj4753] + yyv4756.CodecDecodeSelf(d) } } else { @@ -60484,17 +60402,17 @@ func (x codecSelfer1234) decSliceEndpointAddress(v *[]EndpointAddress, d *codec1 } } - if yyj4762 < len(yyv4762) { - yyv4762 = yyv4762[:yyj4762] - yyc4762 = true - } else if yyj4762 == 0 && yyv4762 == nil { - yyv4762 = []EndpointAddress{} - yyc4762 = true + if yyj4753 < len(yyv4753) { + yyv4753 = yyv4753[:yyj4753] + yyc4753 = true + } else if yyj4753 == 0 && yyv4753 == nil { + yyv4753 = []EndpointAddress{} + yyc4753 = true } } - yyh4762.End() - if yyc4762 { - *v = yyv4762 + yyh4753.End() + if yyc4753 { + *v = yyv4753 } } @@ -60503,10 +60421,10 @@ func (x codecSelfer1234) encSliceEndpointPort(v []EndpointPort, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4766 := range v { + for _, yyv4757 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4767 := &yyv4766 - yy4767.CodecEncodeSelf(e) + yy4758 := &yyv4757 + yy4758.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60516,83 +60434,83 @@ func (x codecSelfer1234) decSliceEndpointPort(v *[]EndpointPort, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4768 := *v - yyh4768, yyl4768 := z.DecSliceHelperStart() - var yyc4768 bool - if yyl4768 == 0 { - if yyv4768 == nil { - yyv4768 = []EndpointPort{} - yyc4768 = true - } else if len(yyv4768) != 0 { - yyv4768 = yyv4768[:0] - yyc4768 = true + yyv4759 := *v + yyh4759, yyl4759 := z.DecSliceHelperStart() + var yyc4759 bool + if yyl4759 == 0 { + if yyv4759 == nil { + yyv4759 = []EndpointPort{} + yyc4759 = true + } else if len(yyv4759) != 0 { + yyv4759 = yyv4759[:0] + yyc4759 = true } - } else if yyl4768 > 0 { - var yyrr4768, yyrl4768 int - var yyrt4768 bool - if yyl4768 > cap(yyv4768) { + } else if yyl4759 > 0 { + var yyrr4759, yyrl4759 int + var yyrt4759 bool + if yyl4759 > cap(yyv4759) { - yyrg4768 := len(yyv4768) > 0 - yyv24768 := yyv4768 - yyrl4768, yyrt4768 = z.DecInferLen(yyl4768, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4768 { - if yyrl4768 <= cap(yyv4768) { - yyv4768 = yyv4768[:yyrl4768] + yyrg4759 := len(yyv4759) > 0 + yyv24759 := yyv4759 + yyrl4759, yyrt4759 = z.DecInferLen(yyl4759, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4759 { + if yyrl4759 <= cap(yyv4759) { + yyv4759 = yyv4759[:yyrl4759] } else { - yyv4768 = make([]EndpointPort, yyrl4768) + yyv4759 = make([]EndpointPort, yyrl4759) } } else { - yyv4768 = make([]EndpointPort, yyrl4768) + yyv4759 = make([]EndpointPort, yyrl4759) } - yyc4768 = true - yyrr4768 = len(yyv4768) - if yyrg4768 { - copy(yyv4768, yyv24768) + yyc4759 = true + yyrr4759 = len(yyv4759) + if yyrg4759 { + copy(yyv4759, yyv24759) } - } else if yyl4768 != len(yyv4768) { - yyv4768 = yyv4768[:yyl4768] - yyc4768 = true + } else if yyl4759 != len(yyv4759) { + yyv4759 = yyv4759[:yyl4759] + yyc4759 = true } - yyj4768 := 0 - for ; yyj4768 < yyrr4768; yyj4768++ { - yyh4768.ElemContainerState(yyj4768) + yyj4759 := 0 + for ; yyj4759 < yyrr4759; yyj4759++ { + yyh4759.ElemContainerState(yyj4759) if r.TryDecodeAsNil() { - yyv4768[yyj4768] = EndpointPort{} + yyv4759[yyj4759] = EndpointPort{} } else { - yyv4769 := &yyv4768[yyj4768] - yyv4769.CodecDecodeSelf(d) + yyv4760 := &yyv4759[yyj4759] + yyv4760.CodecDecodeSelf(d) } } - if yyrt4768 { - for ; yyj4768 < yyl4768; yyj4768++ { - yyv4768 = append(yyv4768, EndpointPort{}) - yyh4768.ElemContainerState(yyj4768) + if yyrt4759 { + for ; yyj4759 < yyl4759; yyj4759++ { + yyv4759 = append(yyv4759, EndpointPort{}) + yyh4759.ElemContainerState(yyj4759) if r.TryDecodeAsNil() { - yyv4768[yyj4768] = EndpointPort{} + yyv4759[yyj4759] = EndpointPort{} } else { - yyv4770 := &yyv4768[yyj4768] - yyv4770.CodecDecodeSelf(d) + yyv4761 := &yyv4759[yyj4759] + yyv4761.CodecDecodeSelf(d) } } } } else { - yyj4768 := 0 - for ; !r.CheckBreak(); yyj4768++ { + yyj4759 := 0 + for ; !r.CheckBreak(); yyj4759++ { - if yyj4768 >= len(yyv4768) { - yyv4768 = append(yyv4768, EndpointPort{}) // var yyz4768 EndpointPort - yyc4768 = true + if yyj4759 >= len(yyv4759) { + yyv4759 = append(yyv4759, EndpointPort{}) // var yyz4759 EndpointPort + yyc4759 = true } - yyh4768.ElemContainerState(yyj4768) - if yyj4768 < len(yyv4768) { + yyh4759.ElemContainerState(yyj4759) + if yyj4759 < len(yyv4759) { if r.TryDecodeAsNil() { - yyv4768[yyj4768] = EndpointPort{} + yyv4759[yyj4759] = EndpointPort{} } else { - yyv4771 := &yyv4768[yyj4768] - yyv4771.CodecDecodeSelf(d) + yyv4762 := &yyv4759[yyj4759] + yyv4762.CodecDecodeSelf(d) } } else { @@ -60600,17 +60518,17 @@ func (x codecSelfer1234) decSliceEndpointPort(v *[]EndpointPort, d *codec1978.De } } - if yyj4768 < len(yyv4768) { - yyv4768 = yyv4768[:yyj4768] - yyc4768 = true - } else if yyj4768 == 0 && yyv4768 == nil { - yyv4768 = []EndpointPort{} - yyc4768 = true + if yyj4759 < len(yyv4759) { + yyv4759 = yyv4759[:yyj4759] + yyc4759 = true + } else if yyj4759 == 0 && yyv4759 == nil { + yyv4759 = []EndpointPort{} + yyc4759 = true } } - yyh4768.End() - if yyc4768 { - *v = yyv4768 + yyh4759.End() + if yyc4759 { + *v = yyv4759 } } @@ -60619,10 +60537,10 @@ func (x codecSelfer1234) encSliceEndpoints(v []Endpoints, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4772 := range v { + for _, yyv4763 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4773 := &yyv4772 - yy4773.CodecEncodeSelf(e) + yy4764 := &yyv4763 + yy4764.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60632,83 +60550,83 @@ func (x codecSelfer1234) decSliceEndpoints(v *[]Endpoints, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4774 := *v - yyh4774, yyl4774 := z.DecSliceHelperStart() - var yyc4774 bool - if yyl4774 == 0 { - if yyv4774 == nil { - yyv4774 = []Endpoints{} - yyc4774 = true - } else if len(yyv4774) != 0 { - yyv4774 = yyv4774[:0] - yyc4774 = true + yyv4765 := *v + yyh4765, yyl4765 := z.DecSliceHelperStart() + var yyc4765 bool + if yyl4765 == 0 { + if yyv4765 == nil { + yyv4765 = []Endpoints{} + yyc4765 = true + } else if len(yyv4765) != 0 { + yyv4765 = yyv4765[:0] + yyc4765 = true } - } else if yyl4774 > 0 { - var yyrr4774, yyrl4774 int - var yyrt4774 bool - if yyl4774 > cap(yyv4774) { + } else if yyl4765 > 0 { + var yyrr4765, yyrl4765 int + var yyrt4765 bool + if yyl4765 > cap(yyv4765) { - yyrg4774 := len(yyv4774) > 0 - yyv24774 := yyv4774 - yyrl4774, yyrt4774 = z.DecInferLen(yyl4774, z.DecBasicHandle().MaxInitLen, 280) - if yyrt4774 { - if yyrl4774 <= cap(yyv4774) { - yyv4774 = yyv4774[:yyrl4774] + yyrg4765 := len(yyv4765) > 0 + yyv24765 := yyv4765 + yyrl4765, yyrt4765 = z.DecInferLen(yyl4765, z.DecBasicHandle().MaxInitLen, 280) + if yyrt4765 { + if yyrl4765 <= cap(yyv4765) { + yyv4765 = yyv4765[:yyrl4765] } else { - yyv4774 = make([]Endpoints, yyrl4774) + yyv4765 = make([]Endpoints, yyrl4765) } } else { - yyv4774 = make([]Endpoints, yyrl4774) + yyv4765 = make([]Endpoints, yyrl4765) } - yyc4774 = true - yyrr4774 = len(yyv4774) - if yyrg4774 { - copy(yyv4774, yyv24774) + yyc4765 = true + yyrr4765 = len(yyv4765) + if yyrg4765 { + copy(yyv4765, yyv24765) } - } else if yyl4774 != len(yyv4774) { - yyv4774 = yyv4774[:yyl4774] - yyc4774 = true + } else if yyl4765 != len(yyv4765) { + yyv4765 = yyv4765[:yyl4765] + yyc4765 = true } - yyj4774 := 0 - for ; yyj4774 < yyrr4774; yyj4774++ { - yyh4774.ElemContainerState(yyj4774) + yyj4765 := 0 + for ; yyj4765 < yyrr4765; yyj4765++ { + yyh4765.ElemContainerState(yyj4765) if r.TryDecodeAsNil() { - yyv4774[yyj4774] = Endpoints{} + yyv4765[yyj4765] = Endpoints{} } else { - yyv4775 := &yyv4774[yyj4774] - yyv4775.CodecDecodeSelf(d) + yyv4766 := &yyv4765[yyj4765] + yyv4766.CodecDecodeSelf(d) } } - if yyrt4774 { - for ; yyj4774 < yyl4774; yyj4774++ { - yyv4774 = append(yyv4774, Endpoints{}) - yyh4774.ElemContainerState(yyj4774) + if yyrt4765 { + for ; yyj4765 < yyl4765; yyj4765++ { + yyv4765 = append(yyv4765, Endpoints{}) + yyh4765.ElemContainerState(yyj4765) if r.TryDecodeAsNil() { - yyv4774[yyj4774] = Endpoints{} + yyv4765[yyj4765] = Endpoints{} } else { - yyv4776 := &yyv4774[yyj4774] - yyv4776.CodecDecodeSelf(d) + yyv4767 := &yyv4765[yyj4765] + yyv4767.CodecDecodeSelf(d) } } } } else { - yyj4774 := 0 - for ; !r.CheckBreak(); yyj4774++ { + yyj4765 := 0 + for ; !r.CheckBreak(); yyj4765++ { - if yyj4774 >= len(yyv4774) { - yyv4774 = append(yyv4774, Endpoints{}) // var yyz4774 Endpoints - yyc4774 = true + if yyj4765 >= len(yyv4765) { + yyv4765 = append(yyv4765, Endpoints{}) // var yyz4765 Endpoints + yyc4765 = true } - yyh4774.ElemContainerState(yyj4774) - if yyj4774 < len(yyv4774) { + yyh4765.ElemContainerState(yyj4765) + if yyj4765 < len(yyv4765) { if r.TryDecodeAsNil() { - yyv4774[yyj4774] = Endpoints{} + yyv4765[yyj4765] = Endpoints{} } else { - yyv4777 := &yyv4774[yyj4774] - yyv4777.CodecDecodeSelf(d) + yyv4768 := &yyv4765[yyj4765] + yyv4768.CodecDecodeSelf(d) } } else { @@ -60716,17 +60634,17 @@ func (x codecSelfer1234) decSliceEndpoints(v *[]Endpoints, d *codec1978.Decoder) } } - if yyj4774 < len(yyv4774) { - yyv4774 = yyv4774[:yyj4774] - yyc4774 = true - } else if yyj4774 == 0 && yyv4774 == nil { - yyv4774 = []Endpoints{} - yyc4774 = true + if yyj4765 < len(yyv4765) { + yyv4765 = yyv4765[:yyj4765] + yyc4765 = true + } else if yyj4765 == 0 && yyv4765 == nil { + yyv4765 = []Endpoints{} + yyc4765 = true } } - yyh4774.End() - if yyc4774 { - *v = yyv4774 + yyh4765.End() + if yyc4765 { + *v = yyv4765 } } @@ -60735,10 +60653,10 @@ func (x codecSelfer1234) encSliceNodeCondition(v []NodeCondition, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4778 := range v { + for _, yyv4769 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4779 := &yyv4778 - yy4779.CodecEncodeSelf(e) + yy4770 := &yyv4769 + yy4770.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60748,83 +60666,83 @@ func (x codecSelfer1234) decSliceNodeCondition(v *[]NodeCondition, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4780 := *v - yyh4780, yyl4780 := z.DecSliceHelperStart() - var yyc4780 bool - if yyl4780 == 0 { - if yyv4780 == nil { - yyv4780 = []NodeCondition{} - yyc4780 = true - } else if len(yyv4780) != 0 { - yyv4780 = yyv4780[:0] - yyc4780 = true + yyv4771 := *v + yyh4771, yyl4771 := z.DecSliceHelperStart() + var yyc4771 bool + if yyl4771 == 0 { + if yyv4771 == nil { + yyv4771 = []NodeCondition{} + yyc4771 = true + } else if len(yyv4771) != 0 { + yyv4771 = yyv4771[:0] + yyc4771 = true } - } else if yyl4780 > 0 { - var yyrr4780, yyrl4780 int - var yyrt4780 bool - if yyl4780 > cap(yyv4780) { + } else if yyl4771 > 0 { + var yyrr4771, yyrl4771 int + var yyrt4771 bool + if yyl4771 > cap(yyv4771) { - yyrg4780 := len(yyv4780) > 0 - yyv24780 := yyv4780 - yyrl4780, yyrt4780 = z.DecInferLen(yyl4780, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4780 { - if yyrl4780 <= cap(yyv4780) { - yyv4780 = yyv4780[:yyrl4780] + yyrg4771 := len(yyv4771) > 0 + yyv24771 := yyv4771 + yyrl4771, yyrt4771 = z.DecInferLen(yyl4771, z.DecBasicHandle().MaxInitLen, 112) + if yyrt4771 { + if yyrl4771 <= cap(yyv4771) { + yyv4771 = yyv4771[:yyrl4771] } else { - yyv4780 = make([]NodeCondition, yyrl4780) + yyv4771 = make([]NodeCondition, yyrl4771) } } else { - yyv4780 = make([]NodeCondition, yyrl4780) + yyv4771 = make([]NodeCondition, yyrl4771) } - yyc4780 = true - yyrr4780 = len(yyv4780) - if yyrg4780 { - copy(yyv4780, yyv24780) + yyc4771 = true + yyrr4771 = len(yyv4771) + if yyrg4771 { + copy(yyv4771, yyv24771) } - } else if yyl4780 != len(yyv4780) { - yyv4780 = yyv4780[:yyl4780] - yyc4780 = true + } else if yyl4771 != len(yyv4771) { + yyv4771 = yyv4771[:yyl4771] + yyc4771 = true } - yyj4780 := 0 - for ; yyj4780 < yyrr4780; yyj4780++ { - yyh4780.ElemContainerState(yyj4780) + yyj4771 := 0 + for ; yyj4771 < yyrr4771; yyj4771++ { + yyh4771.ElemContainerState(yyj4771) if r.TryDecodeAsNil() { - yyv4780[yyj4780] = NodeCondition{} + yyv4771[yyj4771] = NodeCondition{} } else { - yyv4781 := &yyv4780[yyj4780] - yyv4781.CodecDecodeSelf(d) + yyv4772 := &yyv4771[yyj4771] + yyv4772.CodecDecodeSelf(d) } } - if yyrt4780 { - for ; yyj4780 < yyl4780; yyj4780++ { - yyv4780 = append(yyv4780, NodeCondition{}) - yyh4780.ElemContainerState(yyj4780) + if yyrt4771 { + for ; yyj4771 < yyl4771; yyj4771++ { + yyv4771 = append(yyv4771, NodeCondition{}) + yyh4771.ElemContainerState(yyj4771) if r.TryDecodeAsNil() { - yyv4780[yyj4780] = NodeCondition{} + yyv4771[yyj4771] = NodeCondition{} } else { - yyv4782 := &yyv4780[yyj4780] - yyv4782.CodecDecodeSelf(d) + yyv4773 := &yyv4771[yyj4771] + yyv4773.CodecDecodeSelf(d) } } } } else { - yyj4780 := 0 - for ; !r.CheckBreak(); yyj4780++ { + yyj4771 := 0 + for ; !r.CheckBreak(); yyj4771++ { - if yyj4780 >= len(yyv4780) { - yyv4780 = append(yyv4780, NodeCondition{}) // var yyz4780 NodeCondition - yyc4780 = true + if yyj4771 >= len(yyv4771) { + yyv4771 = append(yyv4771, NodeCondition{}) // var yyz4771 NodeCondition + yyc4771 = true } - yyh4780.ElemContainerState(yyj4780) - if yyj4780 < len(yyv4780) { + yyh4771.ElemContainerState(yyj4771) + if yyj4771 < len(yyv4771) { if r.TryDecodeAsNil() { - yyv4780[yyj4780] = NodeCondition{} + yyv4771[yyj4771] = NodeCondition{} } else { - yyv4783 := &yyv4780[yyj4780] - yyv4783.CodecDecodeSelf(d) + yyv4774 := &yyv4771[yyj4771] + yyv4774.CodecDecodeSelf(d) } } else { @@ -60832,17 +60750,17 @@ func (x codecSelfer1234) decSliceNodeCondition(v *[]NodeCondition, d *codec1978. } } - if yyj4780 < len(yyv4780) { - yyv4780 = yyv4780[:yyj4780] - yyc4780 = true - } else if yyj4780 == 0 && yyv4780 == nil { - yyv4780 = []NodeCondition{} - yyc4780 = true + if yyj4771 < len(yyv4771) { + yyv4771 = yyv4771[:yyj4771] + yyc4771 = true + } else if yyj4771 == 0 && yyv4771 == nil { + yyv4771 = []NodeCondition{} + yyc4771 = true } } - yyh4780.End() - if yyc4780 { - *v = yyv4780 + yyh4771.End() + if yyc4771 { + *v = yyv4771 } } @@ -60851,10 +60769,10 @@ func (x codecSelfer1234) encSliceNodeAddress(v []NodeAddress, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4784 := range v { + for _, yyv4775 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4785 := &yyv4784 - yy4785.CodecEncodeSelf(e) + yy4776 := &yyv4775 + yy4776.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60864,83 +60782,83 @@ func (x codecSelfer1234) decSliceNodeAddress(v *[]NodeAddress, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4786 := *v - yyh4786, yyl4786 := z.DecSliceHelperStart() - var yyc4786 bool - if yyl4786 == 0 { - if yyv4786 == nil { - yyv4786 = []NodeAddress{} - yyc4786 = true - } else if len(yyv4786) != 0 { - yyv4786 = yyv4786[:0] - yyc4786 = true + yyv4777 := *v + yyh4777, yyl4777 := z.DecSliceHelperStart() + var yyc4777 bool + if yyl4777 == 0 { + if yyv4777 == nil { + yyv4777 = []NodeAddress{} + yyc4777 = true + } else if len(yyv4777) != 0 { + yyv4777 = yyv4777[:0] + yyc4777 = true } - } else if yyl4786 > 0 { - var yyrr4786, yyrl4786 int - var yyrt4786 bool - if yyl4786 > cap(yyv4786) { + } else if yyl4777 > 0 { + var yyrr4777, yyrl4777 int + var yyrt4777 bool + if yyl4777 > cap(yyv4777) { - yyrg4786 := len(yyv4786) > 0 - yyv24786 := yyv4786 - yyrl4786, yyrt4786 = z.DecInferLen(yyl4786, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4786 { - if yyrl4786 <= cap(yyv4786) { - yyv4786 = yyv4786[:yyrl4786] + yyrg4777 := len(yyv4777) > 0 + yyv24777 := yyv4777 + yyrl4777, yyrt4777 = z.DecInferLen(yyl4777, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4777 { + if yyrl4777 <= cap(yyv4777) { + yyv4777 = yyv4777[:yyrl4777] } else { - yyv4786 = make([]NodeAddress, yyrl4786) + yyv4777 = make([]NodeAddress, yyrl4777) } } else { - yyv4786 = make([]NodeAddress, yyrl4786) + yyv4777 = make([]NodeAddress, yyrl4777) } - yyc4786 = true - yyrr4786 = len(yyv4786) - if yyrg4786 { - copy(yyv4786, yyv24786) + yyc4777 = true + yyrr4777 = len(yyv4777) + if yyrg4777 { + copy(yyv4777, yyv24777) } - } else if yyl4786 != len(yyv4786) { - yyv4786 = yyv4786[:yyl4786] - yyc4786 = true + } else if yyl4777 != len(yyv4777) { + yyv4777 = yyv4777[:yyl4777] + yyc4777 = true } - yyj4786 := 0 - for ; yyj4786 < yyrr4786; yyj4786++ { - yyh4786.ElemContainerState(yyj4786) + yyj4777 := 0 + for ; yyj4777 < yyrr4777; yyj4777++ { + yyh4777.ElemContainerState(yyj4777) if r.TryDecodeAsNil() { - yyv4786[yyj4786] = NodeAddress{} + yyv4777[yyj4777] = NodeAddress{} } else { - yyv4787 := &yyv4786[yyj4786] - yyv4787.CodecDecodeSelf(d) + yyv4778 := &yyv4777[yyj4777] + yyv4778.CodecDecodeSelf(d) } } - if yyrt4786 { - for ; yyj4786 < yyl4786; yyj4786++ { - yyv4786 = append(yyv4786, NodeAddress{}) - yyh4786.ElemContainerState(yyj4786) + if yyrt4777 { + for ; yyj4777 < yyl4777; yyj4777++ { + yyv4777 = append(yyv4777, NodeAddress{}) + yyh4777.ElemContainerState(yyj4777) if r.TryDecodeAsNil() { - yyv4786[yyj4786] = NodeAddress{} + yyv4777[yyj4777] = NodeAddress{} } else { - yyv4788 := &yyv4786[yyj4786] - yyv4788.CodecDecodeSelf(d) + yyv4779 := &yyv4777[yyj4777] + yyv4779.CodecDecodeSelf(d) } } } } else { - yyj4786 := 0 - for ; !r.CheckBreak(); yyj4786++ { + yyj4777 := 0 + for ; !r.CheckBreak(); yyj4777++ { - if yyj4786 >= len(yyv4786) { - yyv4786 = append(yyv4786, NodeAddress{}) // var yyz4786 NodeAddress - yyc4786 = true + if yyj4777 >= len(yyv4777) { + yyv4777 = append(yyv4777, NodeAddress{}) // var yyz4777 NodeAddress + yyc4777 = true } - yyh4786.ElemContainerState(yyj4786) - if yyj4786 < len(yyv4786) { + yyh4777.ElemContainerState(yyj4777) + if yyj4777 < len(yyv4777) { if r.TryDecodeAsNil() { - yyv4786[yyj4786] = NodeAddress{} + yyv4777[yyj4777] = NodeAddress{} } else { - yyv4789 := &yyv4786[yyj4786] - yyv4789.CodecDecodeSelf(d) + yyv4780 := &yyv4777[yyj4777] + yyv4780.CodecDecodeSelf(d) } } else { @@ -60948,17 +60866,17 @@ func (x codecSelfer1234) decSliceNodeAddress(v *[]NodeAddress, d *codec1978.Deco } } - if yyj4786 < len(yyv4786) { - yyv4786 = yyv4786[:yyj4786] - yyc4786 = true - } else if yyj4786 == 0 && yyv4786 == nil { - yyv4786 = []NodeAddress{} - yyc4786 = true + if yyj4777 < len(yyv4777) { + yyv4777 = yyv4777[:yyj4777] + yyc4777 = true + } else if yyj4777 == 0 && yyv4777 == nil { + yyv4777 = []NodeAddress{} + yyc4777 = true } } - yyh4786.End() - if yyc4786 { - *v = yyv4786 + yyh4777.End() + if yyc4777 { + *v = yyv4777 } } @@ -60967,10 +60885,10 @@ func (x codecSelfer1234) encSliceContainerImage(v []ContainerImage, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4790 := range v { + for _, yyv4781 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4791 := &yyv4790 - yy4791.CodecEncodeSelf(e) + yy4782 := &yyv4781 + yy4782.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60980,83 +60898,83 @@ func (x codecSelfer1234) decSliceContainerImage(v *[]ContainerImage, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4792 := *v - yyh4792, yyl4792 := z.DecSliceHelperStart() - var yyc4792 bool - if yyl4792 == 0 { - if yyv4792 == nil { - yyv4792 = []ContainerImage{} - yyc4792 = true - } else if len(yyv4792) != 0 { - yyv4792 = yyv4792[:0] - yyc4792 = true + yyv4783 := *v + yyh4783, yyl4783 := z.DecSliceHelperStart() + var yyc4783 bool + if yyl4783 == 0 { + if yyv4783 == nil { + yyv4783 = []ContainerImage{} + yyc4783 = true + } else if len(yyv4783) != 0 { + yyv4783 = yyv4783[:0] + yyc4783 = true } - } else if yyl4792 > 0 { - var yyrr4792, yyrl4792 int - var yyrt4792 bool - if yyl4792 > cap(yyv4792) { + } else if yyl4783 > 0 { + var yyrr4783, yyrl4783 int + var yyrt4783 bool + if yyl4783 > cap(yyv4783) { - yyrg4792 := len(yyv4792) > 0 - yyv24792 := yyv4792 - yyrl4792, yyrt4792 = z.DecInferLen(yyl4792, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4792 { - if yyrl4792 <= cap(yyv4792) { - yyv4792 = yyv4792[:yyrl4792] + yyrg4783 := len(yyv4783) > 0 + yyv24783 := yyv4783 + yyrl4783, yyrt4783 = z.DecInferLen(yyl4783, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4783 { + if yyrl4783 <= cap(yyv4783) { + yyv4783 = yyv4783[:yyrl4783] } else { - yyv4792 = make([]ContainerImage, yyrl4792) + yyv4783 = make([]ContainerImage, yyrl4783) } } else { - yyv4792 = make([]ContainerImage, yyrl4792) + yyv4783 = make([]ContainerImage, yyrl4783) } - yyc4792 = true - yyrr4792 = len(yyv4792) - if yyrg4792 { - copy(yyv4792, yyv24792) + yyc4783 = true + yyrr4783 = len(yyv4783) + if yyrg4783 { + copy(yyv4783, yyv24783) } - } else if yyl4792 != len(yyv4792) { - yyv4792 = yyv4792[:yyl4792] - yyc4792 = true + } else if yyl4783 != len(yyv4783) { + yyv4783 = yyv4783[:yyl4783] + yyc4783 = true } - yyj4792 := 0 - for ; yyj4792 < yyrr4792; yyj4792++ { - yyh4792.ElemContainerState(yyj4792) + yyj4783 := 0 + for ; yyj4783 < yyrr4783; yyj4783++ { + yyh4783.ElemContainerState(yyj4783) if r.TryDecodeAsNil() { - yyv4792[yyj4792] = ContainerImage{} + yyv4783[yyj4783] = ContainerImage{} } else { - yyv4793 := &yyv4792[yyj4792] - yyv4793.CodecDecodeSelf(d) + yyv4784 := &yyv4783[yyj4783] + yyv4784.CodecDecodeSelf(d) } } - if yyrt4792 { - for ; yyj4792 < yyl4792; yyj4792++ { - yyv4792 = append(yyv4792, ContainerImage{}) - yyh4792.ElemContainerState(yyj4792) + if yyrt4783 { + for ; yyj4783 < yyl4783; yyj4783++ { + yyv4783 = append(yyv4783, ContainerImage{}) + yyh4783.ElemContainerState(yyj4783) if r.TryDecodeAsNil() { - yyv4792[yyj4792] = ContainerImage{} + yyv4783[yyj4783] = ContainerImage{} } else { - yyv4794 := &yyv4792[yyj4792] - yyv4794.CodecDecodeSelf(d) + yyv4785 := &yyv4783[yyj4783] + yyv4785.CodecDecodeSelf(d) } } } } else { - yyj4792 := 0 - for ; !r.CheckBreak(); yyj4792++ { + yyj4783 := 0 + for ; !r.CheckBreak(); yyj4783++ { - if yyj4792 >= len(yyv4792) { - yyv4792 = append(yyv4792, ContainerImage{}) // var yyz4792 ContainerImage - yyc4792 = true + if yyj4783 >= len(yyv4783) { + yyv4783 = append(yyv4783, ContainerImage{}) // var yyz4783 ContainerImage + yyc4783 = true } - yyh4792.ElemContainerState(yyj4792) - if yyj4792 < len(yyv4792) { + yyh4783.ElemContainerState(yyj4783) + if yyj4783 < len(yyv4783) { if r.TryDecodeAsNil() { - yyv4792[yyj4792] = ContainerImage{} + yyv4783[yyj4783] = ContainerImage{} } else { - yyv4795 := &yyv4792[yyj4792] - yyv4795.CodecDecodeSelf(d) + yyv4786 := &yyv4783[yyj4783] + yyv4786.CodecDecodeSelf(d) } } else { @@ -61064,17 +60982,17 @@ func (x codecSelfer1234) decSliceContainerImage(v *[]ContainerImage, d *codec197 } } - if yyj4792 < len(yyv4792) { - yyv4792 = yyv4792[:yyj4792] - yyc4792 = true - } else if yyj4792 == 0 && yyv4792 == nil { - yyv4792 = []ContainerImage{} - yyc4792 = true + if yyj4783 < len(yyv4783) { + yyv4783 = yyv4783[:yyj4783] + yyc4783 = true + } else if yyj4783 == 0 && yyv4783 == nil { + yyv4783 = []ContainerImage{} + yyc4783 = true } } - yyh4792.End() - if yyc4792 { - *v = yyv4792 + yyh4783.End() + if yyc4783 { + *v = yyv4783 } } @@ -61083,9 +61001,9 @@ func (x codecSelfer1234) encSliceUniqueVolumeName(v []UniqueVolumeName, e *codec z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4796 := range v { + for _, yyv4787 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4796.CodecEncodeSelf(e) + yyv4787.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61095,75 +61013,75 @@ func (x codecSelfer1234) decSliceUniqueVolumeName(v *[]UniqueVolumeName, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4797 := *v - yyh4797, yyl4797 := z.DecSliceHelperStart() - var yyc4797 bool - if yyl4797 == 0 { - if yyv4797 == nil { - yyv4797 = []UniqueVolumeName{} - yyc4797 = true - } else if len(yyv4797) != 0 { - yyv4797 = yyv4797[:0] - yyc4797 = true + yyv4788 := *v + yyh4788, yyl4788 := z.DecSliceHelperStart() + var yyc4788 bool + if yyl4788 == 0 { + if yyv4788 == nil { + yyv4788 = []UniqueVolumeName{} + yyc4788 = true + } else if len(yyv4788) != 0 { + yyv4788 = yyv4788[:0] + yyc4788 = true } - } else if yyl4797 > 0 { - var yyrr4797, yyrl4797 int - var yyrt4797 bool - if yyl4797 > cap(yyv4797) { + } else if yyl4788 > 0 { + var yyrr4788, yyrl4788 int + var yyrt4788 bool + if yyl4788 > cap(yyv4788) { - yyrl4797, yyrt4797 = z.DecInferLen(yyl4797, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4797 { - if yyrl4797 <= cap(yyv4797) { - yyv4797 = yyv4797[:yyrl4797] + yyrl4788, yyrt4788 = z.DecInferLen(yyl4788, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4788 { + if yyrl4788 <= cap(yyv4788) { + yyv4788 = yyv4788[:yyrl4788] } else { - yyv4797 = make([]UniqueVolumeName, yyrl4797) + yyv4788 = make([]UniqueVolumeName, yyrl4788) } } else { - yyv4797 = make([]UniqueVolumeName, yyrl4797) + yyv4788 = make([]UniqueVolumeName, yyrl4788) } - yyc4797 = true - yyrr4797 = len(yyv4797) - } else if yyl4797 != len(yyv4797) { - yyv4797 = yyv4797[:yyl4797] - yyc4797 = true + yyc4788 = true + yyrr4788 = len(yyv4788) + } else if yyl4788 != len(yyv4788) { + yyv4788 = yyv4788[:yyl4788] + yyc4788 = true } - yyj4797 := 0 - for ; yyj4797 < yyrr4797; yyj4797++ { - yyh4797.ElemContainerState(yyj4797) + yyj4788 := 0 + for ; yyj4788 < yyrr4788; yyj4788++ { + yyh4788.ElemContainerState(yyj4788) if r.TryDecodeAsNil() { - yyv4797[yyj4797] = "" + yyv4788[yyj4788] = "" } else { - yyv4797[yyj4797] = UniqueVolumeName(r.DecodeString()) + yyv4788[yyj4788] = UniqueVolumeName(r.DecodeString()) } } - if yyrt4797 { - for ; yyj4797 < yyl4797; yyj4797++ { - yyv4797 = append(yyv4797, "") - yyh4797.ElemContainerState(yyj4797) + if yyrt4788 { + for ; yyj4788 < yyl4788; yyj4788++ { + yyv4788 = append(yyv4788, "") + yyh4788.ElemContainerState(yyj4788) if r.TryDecodeAsNil() { - yyv4797[yyj4797] = "" + yyv4788[yyj4788] = "" } else { - yyv4797[yyj4797] = UniqueVolumeName(r.DecodeString()) + yyv4788[yyj4788] = UniqueVolumeName(r.DecodeString()) } } } } else { - yyj4797 := 0 - for ; !r.CheckBreak(); yyj4797++ { + yyj4788 := 0 + for ; !r.CheckBreak(); yyj4788++ { - if yyj4797 >= len(yyv4797) { - yyv4797 = append(yyv4797, "") // var yyz4797 UniqueVolumeName - yyc4797 = true + if yyj4788 >= len(yyv4788) { + yyv4788 = append(yyv4788, "") // var yyz4788 UniqueVolumeName + yyc4788 = true } - yyh4797.ElemContainerState(yyj4797) - if yyj4797 < len(yyv4797) { + yyh4788.ElemContainerState(yyj4788) + if yyj4788 < len(yyv4788) { if r.TryDecodeAsNil() { - yyv4797[yyj4797] = "" + yyv4788[yyj4788] = "" } else { - yyv4797[yyj4797] = UniqueVolumeName(r.DecodeString()) + yyv4788[yyj4788] = UniqueVolumeName(r.DecodeString()) } } else { @@ -61171,17 +61089,17 @@ func (x codecSelfer1234) decSliceUniqueVolumeName(v *[]UniqueVolumeName, d *code } } - if yyj4797 < len(yyv4797) { - yyv4797 = yyv4797[:yyj4797] - yyc4797 = true - } else if yyj4797 == 0 && yyv4797 == nil { - yyv4797 = []UniqueVolumeName{} - yyc4797 = true + if yyj4788 < len(yyv4788) { + yyv4788 = yyv4788[:yyj4788] + yyc4788 = true + } else if yyj4788 == 0 && yyv4788 == nil { + yyv4788 = []UniqueVolumeName{} + yyc4788 = true } } - yyh4797.End() - if yyc4797 { - *v = yyv4797 + yyh4788.End() + if yyc4788 { + *v = yyv4788 } } @@ -61190,10 +61108,10 @@ func (x codecSelfer1234) encSliceAttachedVolume(v []AttachedVolume, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4801 := range v { + for _, yyv4792 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4802 := &yyv4801 - yy4802.CodecEncodeSelf(e) + yy4793 := &yyv4792 + yy4793.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61203,83 +61121,83 @@ func (x codecSelfer1234) decSliceAttachedVolume(v *[]AttachedVolume, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4803 := *v - yyh4803, yyl4803 := z.DecSliceHelperStart() - var yyc4803 bool - if yyl4803 == 0 { - if yyv4803 == nil { - yyv4803 = []AttachedVolume{} - yyc4803 = true - } else if len(yyv4803) != 0 { - yyv4803 = yyv4803[:0] - yyc4803 = true + yyv4794 := *v + yyh4794, yyl4794 := z.DecSliceHelperStart() + var yyc4794 bool + if yyl4794 == 0 { + if yyv4794 == nil { + yyv4794 = []AttachedVolume{} + yyc4794 = true + } else if len(yyv4794) != 0 { + yyv4794 = yyv4794[:0] + yyc4794 = true } - } else if yyl4803 > 0 { - var yyrr4803, yyrl4803 int - var yyrt4803 bool - if yyl4803 > cap(yyv4803) { + } else if yyl4794 > 0 { + var yyrr4794, yyrl4794 int + var yyrt4794 bool + if yyl4794 > cap(yyv4794) { - yyrg4803 := len(yyv4803) > 0 - yyv24803 := yyv4803 - yyrl4803, yyrt4803 = z.DecInferLen(yyl4803, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4803 { - if yyrl4803 <= cap(yyv4803) { - yyv4803 = yyv4803[:yyrl4803] + yyrg4794 := len(yyv4794) > 0 + yyv24794 := yyv4794 + yyrl4794, yyrt4794 = z.DecInferLen(yyl4794, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4794 { + if yyrl4794 <= cap(yyv4794) { + yyv4794 = yyv4794[:yyrl4794] } else { - yyv4803 = make([]AttachedVolume, yyrl4803) + yyv4794 = make([]AttachedVolume, yyrl4794) } } else { - yyv4803 = make([]AttachedVolume, yyrl4803) + yyv4794 = make([]AttachedVolume, yyrl4794) } - yyc4803 = true - yyrr4803 = len(yyv4803) - if yyrg4803 { - copy(yyv4803, yyv24803) + yyc4794 = true + yyrr4794 = len(yyv4794) + if yyrg4794 { + copy(yyv4794, yyv24794) } - } else if yyl4803 != len(yyv4803) { - yyv4803 = yyv4803[:yyl4803] - yyc4803 = true + } else if yyl4794 != len(yyv4794) { + yyv4794 = yyv4794[:yyl4794] + yyc4794 = true } - yyj4803 := 0 - for ; yyj4803 < yyrr4803; yyj4803++ { - yyh4803.ElemContainerState(yyj4803) + yyj4794 := 0 + for ; yyj4794 < yyrr4794; yyj4794++ { + yyh4794.ElemContainerState(yyj4794) if r.TryDecodeAsNil() { - yyv4803[yyj4803] = AttachedVolume{} + yyv4794[yyj4794] = AttachedVolume{} } else { - yyv4804 := &yyv4803[yyj4803] - yyv4804.CodecDecodeSelf(d) + yyv4795 := &yyv4794[yyj4794] + yyv4795.CodecDecodeSelf(d) } } - if yyrt4803 { - for ; yyj4803 < yyl4803; yyj4803++ { - yyv4803 = append(yyv4803, AttachedVolume{}) - yyh4803.ElemContainerState(yyj4803) + if yyrt4794 { + for ; yyj4794 < yyl4794; yyj4794++ { + yyv4794 = append(yyv4794, AttachedVolume{}) + yyh4794.ElemContainerState(yyj4794) if r.TryDecodeAsNil() { - yyv4803[yyj4803] = AttachedVolume{} + yyv4794[yyj4794] = AttachedVolume{} } else { - yyv4805 := &yyv4803[yyj4803] - yyv4805.CodecDecodeSelf(d) + yyv4796 := &yyv4794[yyj4794] + yyv4796.CodecDecodeSelf(d) } } } } else { - yyj4803 := 0 - for ; !r.CheckBreak(); yyj4803++ { + yyj4794 := 0 + for ; !r.CheckBreak(); yyj4794++ { - if yyj4803 >= len(yyv4803) { - yyv4803 = append(yyv4803, AttachedVolume{}) // var yyz4803 AttachedVolume - yyc4803 = true + if yyj4794 >= len(yyv4794) { + yyv4794 = append(yyv4794, AttachedVolume{}) // var yyz4794 AttachedVolume + yyc4794 = true } - yyh4803.ElemContainerState(yyj4803) - if yyj4803 < len(yyv4803) { + yyh4794.ElemContainerState(yyj4794) + if yyj4794 < len(yyv4794) { if r.TryDecodeAsNil() { - yyv4803[yyj4803] = AttachedVolume{} + yyv4794[yyj4794] = AttachedVolume{} } else { - yyv4806 := &yyv4803[yyj4803] - yyv4806.CodecDecodeSelf(d) + yyv4797 := &yyv4794[yyj4794] + yyv4797.CodecDecodeSelf(d) } } else { @@ -61287,17 +61205,17 @@ func (x codecSelfer1234) decSliceAttachedVolume(v *[]AttachedVolume, d *codec197 } } - if yyj4803 < len(yyv4803) { - yyv4803 = yyv4803[:yyj4803] - yyc4803 = true - } else if yyj4803 == 0 && yyv4803 == nil { - yyv4803 = []AttachedVolume{} - yyc4803 = true + if yyj4794 < len(yyv4794) { + yyv4794 = yyv4794[:yyj4794] + yyc4794 = true + } else if yyj4794 == 0 && yyv4794 == nil { + yyv4794 = []AttachedVolume{} + yyc4794 = true } } - yyh4803.End() - if yyc4803 { - *v = yyv4803 + yyh4794.End() + if yyc4794 { + *v = yyv4794 } } @@ -61306,10 +61224,10 @@ func (x codecSelfer1234) encSlicePreferAvoidPodsEntry(v []PreferAvoidPodsEntry, z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4807 := range v { + for _, yyv4798 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4808 := &yyv4807 - yy4808.CodecEncodeSelf(e) + yy4799 := &yyv4798 + yy4799.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61319,83 +61237,83 @@ func (x codecSelfer1234) decSlicePreferAvoidPodsEntry(v *[]PreferAvoidPodsEntry, z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4809 := *v - yyh4809, yyl4809 := z.DecSliceHelperStart() - var yyc4809 bool - if yyl4809 == 0 { - if yyv4809 == nil { - yyv4809 = []PreferAvoidPodsEntry{} - yyc4809 = true - } else if len(yyv4809) != 0 { - yyv4809 = yyv4809[:0] - yyc4809 = true + yyv4800 := *v + yyh4800, yyl4800 := z.DecSliceHelperStart() + var yyc4800 bool + if yyl4800 == 0 { + if yyv4800 == nil { + yyv4800 = []PreferAvoidPodsEntry{} + yyc4800 = true + } else if len(yyv4800) != 0 { + yyv4800 = yyv4800[:0] + yyc4800 = true } - } else if yyl4809 > 0 { - var yyrr4809, yyrl4809 int - var yyrt4809 bool - if yyl4809 > cap(yyv4809) { + } else if yyl4800 > 0 { + var yyrr4800, yyrl4800 int + var yyrt4800 bool + if yyl4800 > cap(yyv4800) { - yyrg4809 := len(yyv4809) > 0 - yyv24809 := yyv4809 - yyrl4809, yyrt4809 = z.DecInferLen(yyl4809, z.DecBasicHandle().MaxInitLen, 64) - if yyrt4809 { - if yyrl4809 <= cap(yyv4809) { - yyv4809 = yyv4809[:yyrl4809] + yyrg4800 := len(yyv4800) > 0 + yyv24800 := yyv4800 + yyrl4800, yyrt4800 = z.DecInferLen(yyl4800, z.DecBasicHandle().MaxInitLen, 64) + if yyrt4800 { + if yyrl4800 <= cap(yyv4800) { + yyv4800 = yyv4800[:yyrl4800] } else { - yyv4809 = make([]PreferAvoidPodsEntry, yyrl4809) + yyv4800 = make([]PreferAvoidPodsEntry, yyrl4800) } } else { - yyv4809 = make([]PreferAvoidPodsEntry, yyrl4809) + yyv4800 = make([]PreferAvoidPodsEntry, yyrl4800) } - yyc4809 = true - yyrr4809 = len(yyv4809) - if yyrg4809 { - copy(yyv4809, yyv24809) + yyc4800 = true + yyrr4800 = len(yyv4800) + if yyrg4800 { + copy(yyv4800, yyv24800) } - } else if yyl4809 != len(yyv4809) { - yyv4809 = yyv4809[:yyl4809] - yyc4809 = true + } else if yyl4800 != len(yyv4800) { + yyv4800 = yyv4800[:yyl4800] + yyc4800 = true } - yyj4809 := 0 - for ; yyj4809 < yyrr4809; yyj4809++ { - yyh4809.ElemContainerState(yyj4809) + yyj4800 := 0 + for ; yyj4800 < yyrr4800; yyj4800++ { + yyh4800.ElemContainerState(yyj4800) if r.TryDecodeAsNil() { - yyv4809[yyj4809] = PreferAvoidPodsEntry{} + yyv4800[yyj4800] = PreferAvoidPodsEntry{} } else { - yyv4810 := &yyv4809[yyj4809] - yyv4810.CodecDecodeSelf(d) + yyv4801 := &yyv4800[yyj4800] + yyv4801.CodecDecodeSelf(d) } } - if yyrt4809 { - for ; yyj4809 < yyl4809; yyj4809++ { - yyv4809 = append(yyv4809, PreferAvoidPodsEntry{}) - yyh4809.ElemContainerState(yyj4809) + if yyrt4800 { + for ; yyj4800 < yyl4800; yyj4800++ { + yyv4800 = append(yyv4800, PreferAvoidPodsEntry{}) + yyh4800.ElemContainerState(yyj4800) if r.TryDecodeAsNil() { - yyv4809[yyj4809] = PreferAvoidPodsEntry{} + yyv4800[yyj4800] = PreferAvoidPodsEntry{} } else { - yyv4811 := &yyv4809[yyj4809] - yyv4811.CodecDecodeSelf(d) + yyv4802 := &yyv4800[yyj4800] + yyv4802.CodecDecodeSelf(d) } } } } else { - yyj4809 := 0 - for ; !r.CheckBreak(); yyj4809++ { + yyj4800 := 0 + for ; !r.CheckBreak(); yyj4800++ { - if yyj4809 >= len(yyv4809) { - yyv4809 = append(yyv4809, PreferAvoidPodsEntry{}) // var yyz4809 PreferAvoidPodsEntry - yyc4809 = true + if yyj4800 >= len(yyv4800) { + yyv4800 = append(yyv4800, PreferAvoidPodsEntry{}) // var yyz4800 PreferAvoidPodsEntry + yyc4800 = true } - yyh4809.ElemContainerState(yyj4809) - if yyj4809 < len(yyv4809) { + yyh4800.ElemContainerState(yyj4800) + if yyj4800 < len(yyv4800) { if r.TryDecodeAsNil() { - yyv4809[yyj4809] = PreferAvoidPodsEntry{} + yyv4800[yyj4800] = PreferAvoidPodsEntry{} } else { - yyv4812 := &yyv4809[yyj4809] - yyv4812.CodecDecodeSelf(d) + yyv4803 := &yyv4800[yyj4800] + yyv4803.CodecDecodeSelf(d) } } else { @@ -61403,17 +61321,17 @@ func (x codecSelfer1234) decSlicePreferAvoidPodsEntry(v *[]PreferAvoidPodsEntry, } } - if yyj4809 < len(yyv4809) { - yyv4809 = yyv4809[:yyj4809] - yyc4809 = true - } else if yyj4809 == 0 && yyv4809 == nil { - yyv4809 = []PreferAvoidPodsEntry{} - yyc4809 = true + if yyj4800 < len(yyv4800) { + yyv4800 = yyv4800[:yyj4800] + yyc4800 = true + } else if yyj4800 == 0 && yyv4800 == nil { + yyv4800 = []PreferAvoidPodsEntry{} + yyc4800 = true } } - yyh4809.End() - if yyc4809 { - *v = yyv4809 + yyh4800.End() + if yyc4800 { + *v = yyv4800 } } @@ -61422,19 +61340,19 @@ func (x codecSelfer1234) encResourceList(v ResourceList, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeMapStart(len(v)) - for yyk4813, yyv4813 := range v { + for yyk4804, yyv4804 := range v { z.EncSendContainerState(codecSelfer_containerMapKey1234) - yyk4813.CodecEncodeSelf(e) + yyk4804.CodecEncodeSelf(e) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4814 := &yyv4813 - yym4815 := z.EncBinary() - _ = yym4815 + yy4805 := &yyv4804 + yym4806 := z.EncBinary() + _ = yym4806 if false { - } else if z.HasExtensions() && z.EncExt(yy4814) { - } else if !yym4815 && z.IsJSONHandle() { - z.EncJSONMarshal(yy4814) + } else if z.HasExtensions() && z.EncExt(yy4805) { + } else if !yym4806 && z.IsJSONHandle() { + z.EncJSONMarshal(yy4805) } else { - z.EncFallback(yy4814) + z.EncFallback(yy4805) } } z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -61445,86 +61363,86 @@ func (x codecSelfer1234) decResourceList(v *ResourceList, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4816 := *v - yyl4816 := r.ReadMapStart() - yybh4816 := z.DecBasicHandle() - if yyv4816 == nil { - yyrl4816, _ := z.DecInferLen(yyl4816, yybh4816.MaxInitLen, 72) - yyv4816 = make(map[ResourceName]pkg3_resource.Quantity, yyrl4816) - *v = yyv4816 + yyv4807 := *v + yyl4807 := r.ReadMapStart() + yybh4807 := z.DecBasicHandle() + if yyv4807 == nil { + yyrl4807, _ := z.DecInferLen(yyl4807, yybh4807.MaxInitLen, 72) + yyv4807 = make(map[ResourceName]pkg3_resource.Quantity, yyrl4807) + *v = yyv4807 } - var yymk4816 ResourceName - var yymv4816 pkg3_resource.Quantity - var yymg4816 bool - if yybh4816.MapValueReset { - yymg4816 = true + var yymk4807 ResourceName + var yymv4807 pkg3_resource.Quantity + var yymg4807 bool + if yybh4807.MapValueReset { + yymg4807 = true } - if yyl4816 > 0 { - for yyj4816 := 0; yyj4816 < yyl4816; yyj4816++ { + if yyl4807 > 0 { + for yyj4807 := 0; yyj4807 < yyl4807; yyj4807++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk4816 = "" + yymk4807 = "" } else { - yymk4816 = ResourceName(r.DecodeString()) + yymk4807 = ResourceName(r.DecodeString()) } - if yymg4816 { - yymv4816 = yyv4816[yymk4816] + if yymg4807 { + yymv4807 = yyv4807[yymk4807] } else { - yymv4816 = pkg3_resource.Quantity{} + yymv4807 = pkg3_resource.Quantity{} } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv4816 = pkg3_resource.Quantity{} + yymv4807 = pkg3_resource.Quantity{} } else { - yyv4818 := &yymv4816 - yym4819 := z.DecBinary() - _ = yym4819 + yyv4809 := &yymv4807 + yym4810 := z.DecBinary() + _ = yym4810 if false { - } else if z.HasExtensions() && z.DecExt(yyv4818) { - } else if !yym4819 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4818) + } else if z.HasExtensions() && z.DecExt(yyv4809) { + } else if !yym4810 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4809) } else { - z.DecFallback(yyv4818, false) + z.DecFallback(yyv4809, false) } } - if yyv4816 != nil { - yyv4816[yymk4816] = yymv4816 + if yyv4807 != nil { + yyv4807[yymk4807] = yymv4807 } } - } else if yyl4816 < 0 { - for yyj4816 := 0; !r.CheckBreak(); yyj4816++ { + } else if yyl4807 < 0 { + for yyj4807 := 0; !r.CheckBreak(); yyj4807++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk4816 = "" + yymk4807 = "" } else { - yymk4816 = ResourceName(r.DecodeString()) + yymk4807 = ResourceName(r.DecodeString()) } - if yymg4816 { - yymv4816 = yyv4816[yymk4816] + if yymg4807 { + yymv4807 = yyv4807[yymk4807] } else { - yymv4816 = pkg3_resource.Quantity{} + yymv4807 = pkg3_resource.Quantity{} } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv4816 = pkg3_resource.Quantity{} + yymv4807 = pkg3_resource.Quantity{} } else { - yyv4821 := &yymv4816 - yym4822 := z.DecBinary() - _ = yym4822 + yyv4812 := &yymv4807 + yym4813 := z.DecBinary() + _ = yym4813 if false { - } else if z.HasExtensions() && z.DecExt(yyv4821) { - } else if !yym4822 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4821) + } else if z.HasExtensions() && z.DecExt(yyv4812) { + } else if !yym4813 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4812) } else { - z.DecFallback(yyv4821, false) + z.DecFallback(yyv4812, false) } } - if yyv4816 != nil { - yyv4816[yymk4816] = yymv4816 + if yyv4807 != nil { + yyv4807[yymk4807] = yymv4807 } } } // else len==0: TODO: Should we clear map entries? @@ -61536,10 +61454,10 @@ func (x codecSelfer1234) encSliceNode(v []Node, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4823 := range v { + for _, yyv4814 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4824 := &yyv4823 - yy4824.CodecEncodeSelf(e) + yy4815 := &yyv4814 + yy4815.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61549,83 +61467,83 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4825 := *v - yyh4825, yyl4825 := z.DecSliceHelperStart() - var yyc4825 bool - if yyl4825 == 0 { - if yyv4825 == nil { - yyv4825 = []Node{} - yyc4825 = true - } else if len(yyv4825) != 0 { - yyv4825 = yyv4825[:0] - yyc4825 = true + yyv4816 := *v + yyh4816, yyl4816 := z.DecSliceHelperStart() + var yyc4816 bool + if yyl4816 == 0 { + if yyv4816 == nil { + yyv4816 = []Node{} + yyc4816 = true + } else if len(yyv4816) != 0 { + yyv4816 = yyv4816[:0] + yyc4816 = true } - } else if yyl4825 > 0 { - var yyrr4825, yyrl4825 int - var yyrt4825 bool - if yyl4825 > cap(yyv4825) { + } else if yyl4816 > 0 { + var yyrr4816, yyrl4816 int + var yyrt4816 bool + if yyl4816 > cap(yyv4816) { - yyrg4825 := len(yyv4825) > 0 - yyv24825 := yyv4825 - yyrl4825, yyrt4825 = z.DecInferLen(yyl4825, z.DecBasicHandle().MaxInitLen, 632) - if yyrt4825 { - if yyrl4825 <= cap(yyv4825) { - yyv4825 = yyv4825[:yyrl4825] + yyrg4816 := len(yyv4816) > 0 + yyv24816 := yyv4816 + yyrl4816, yyrt4816 = z.DecInferLen(yyl4816, z.DecBasicHandle().MaxInitLen, 632) + if yyrt4816 { + if yyrl4816 <= cap(yyv4816) { + yyv4816 = yyv4816[:yyrl4816] } else { - yyv4825 = make([]Node, yyrl4825) + yyv4816 = make([]Node, yyrl4816) } } else { - yyv4825 = make([]Node, yyrl4825) + yyv4816 = make([]Node, yyrl4816) } - yyc4825 = true - yyrr4825 = len(yyv4825) - if yyrg4825 { - copy(yyv4825, yyv24825) + yyc4816 = true + yyrr4816 = len(yyv4816) + if yyrg4816 { + copy(yyv4816, yyv24816) } - } else if yyl4825 != len(yyv4825) { - yyv4825 = yyv4825[:yyl4825] - yyc4825 = true + } else if yyl4816 != len(yyv4816) { + yyv4816 = yyv4816[:yyl4816] + yyc4816 = true } - yyj4825 := 0 - for ; yyj4825 < yyrr4825; yyj4825++ { - yyh4825.ElemContainerState(yyj4825) + yyj4816 := 0 + for ; yyj4816 < yyrr4816; yyj4816++ { + yyh4816.ElemContainerState(yyj4816) if r.TryDecodeAsNil() { - yyv4825[yyj4825] = Node{} + yyv4816[yyj4816] = Node{} } else { - yyv4826 := &yyv4825[yyj4825] - yyv4826.CodecDecodeSelf(d) + yyv4817 := &yyv4816[yyj4816] + yyv4817.CodecDecodeSelf(d) } } - if yyrt4825 { - for ; yyj4825 < yyl4825; yyj4825++ { - yyv4825 = append(yyv4825, Node{}) - yyh4825.ElemContainerState(yyj4825) + if yyrt4816 { + for ; yyj4816 < yyl4816; yyj4816++ { + yyv4816 = append(yyv4816, Node{}) + yyh4816.ElemContainerState(yyj4816) if r.TryDecodeAsNil() { - yyv4825[yyj4825] = Node{} + yyv4816[yyj4816] = Node{} } else { - yyv4827 := &yyv4825[yyj4825] - yyv4827.CodecDecodeSelf(d) + yyv4818 := &yyv4816[yyj4816] + yyv4818.CodecDecodeSelf(d) } } } } else { - yyj4825 := 0 - for ; !r.CheckBreak(); yyj4825++ { + yyj4816 := 0 + for ; !r.CheckBreak(); yyj4816++ { - if yyj4825 >= len(yyv4825) { - yyv4825 = append(yyv4825, Node{}) // var yyz4825 Node - yyc4825 = true + if yyj4816 >= len(yyv4816) { + yyv4816 = append(yyv4816, Node{}) // var yyz4816 Node + yyc4816 = true } - yyh4825.ElemContainerState(yyj4825) - if yyj4825 < len(yyv4825) { + yyh4816.ElemContainerState(yyj4816) + if yyj4816 < len(yyv4816) { if r.TryDecodeAsNil() { - yyv4825[yyj4825] = Node{} + yyv4816[yyj4816] = Node{} } else { - yyv4828 := &yyv4825[yyj4825] - yyv4828.CodecDecodeSelf(d) + yyv4819 := &yyv4816[yyj4816] + yyv4819.CodecDecodeSelf(d) } } else { @@ -61633,17 +61551,17 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { } } - if yyj4825 < len(yyv4825) { - yyv4825 = yyv4825[:yyj4825] - yyc4825 = true - } else if yyj4825 == 0 && yyv4825 == nil { - yyv4825 = []Node{} - yyc4825 = true + if yyj4816 < len(yyv4816) { + yyv4816 = yyv4816[:yyj4816] + yyc4816 = true + } else if yyj4816 == 0 && yyv4816 == nil { + yyv4816 = []Node{} + yyc4816 = true } } - yyh4825.End() - if yyc4825 { - *v = yyv4825 + yyh4816.End() + if yyc4816 { + *v = yyv4816 } } @@ -61652,9 +61570,9 @@ func (x codecSelfer1234) encSliceFinalizerName(v []FinalizerName, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4829 := range v { + for _, yyv4820 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4829.CodecEncodeSelf(e) + yyv4820.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61664,75 +61582,75 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4830 := *v - yyh4830, yyl4830 := z.DecSliceHelperStart() - var yyc4830 bool - if yyl4830 == 0 { - if yyv4830 == nil { - yyv4830 = []FinalizerName{} - yyc4830 = true - } else if len(yyv4830) != 0 { - yyv4830 = yyv4830[:0] - yyc4830 = true + yyv4821 := *v + yyh4821, yyl4821 := z.DecSliceHelperStart() + var yyc4821 bool + if yyl4821 == 0 { + if yyv4821 == nil { + yyv4821 = []FinalizerName{} + yyc4821 = true + } else if len(yyv4821) != 0 { + yyv4821 = yyv4821[:0] + yyc4821 = true } - } else if yyl4830 > 0 { - var yyrr4830, yyrl4830 int - var yyrt4830 bool - if yyl4830 > cap(yyv4830) { + } else if yyl4821 > 0 { + var yyrr4821, yyrl4821 int + var yyrt4821 bool + if yyl4821 > cap(yyv4821) { - yyrl4830, yyrt4830 = z.DecInferLen(yyl4830, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4830 { - if yyrl4830 <= cap(yyv4830) { - yyv4830 = yyv4830[:yyrl4830] + yyrl4821, yyrt4821 = z.DecInferLen(yyl4821, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4821 { + if yyrl4821 <= cap(yyv4821) { + yyv4821 = yyv4821[:yyrl4821] } else { - yyv4830 = make([]FinalizerName, yyrl4830) + yyv4821 = make([]FinalizerName, yyrl4821) } } else { - yyv4830 = make([]FinalizerName, yyrl4830) + yyv4821 = make([]FinalizerName, yyrl4821) } - yyc4830 = true - yyrr4830 = len(yyv4830) - } else if yyl4830 != len(yyv4830) { - yyv4830 = yyv4830[:yyl4830] - yyc4830 = true + yyc4821 = true + yyrr4821 = len(yyv4821) + } else if yyl4821 != len(yyv4821) { + yyv4821 = yyv4821[:yyl4821] + yyc4821 = true } - yyj4830 := 0 - for ; yyj4830 < yyrr4830; yyj4830++ { - yyh4830.ElemContainerState(yyj4830) + yyj4821 := 0 + for ; yyj4821 < yyrr4821; yyj4821++ { + yyh4821.ElemContainerState(yyj4821) if r.TryDecodeAsNil() { - yyv4830[yyj4830] = "" + yyv4821[yyj4821] = "" } else { - yyv4830[yyj4830] = FinalizerName(r.DecodeString()) + yyv4821[yyj4821] = FinalizerName(r.DecodeString()) } } - if yyrt4830 { - for ; yyj4830 < yyl4830; yyj4830++ { - yyv4830 = append(yyv4830, "") - yyh4830.ElemContainerState(yyj4830) + if yyrt4821 { + for ; yyj4821 < yyl4821; yyj4821++ { + yyv4821 = append(yyv4821, "") + yyh4821.ElemContainerState(yyj4821) if r.TryDecodeAsNil() { - yyv4830[yyj4830] = "" + yyv4821[yyj4821] = "" } else { - yyv4830[yyj4830] = FinalizerName(r.DecodeString()) + yyv4821[yyj4821] = FinalizerName(r.DecodeString()) } } } } else { - yyj4830 := 0 - for ; !r.CheckBreak(); yyj4830++ { + yyj4821 := 0 + for ; !r.CheckBreak(); yyj4821++ { - if yyj4830 >= len(yyv4830) { - yyv4830 = append(yyv4830, "") // var yyz4830 FinalizerName - yyc4830 = true + if yyj4821 >= len(yyv4821) { + yyv4821 = append(yyv4821, "") // var yyz4821 FinalizerName + yyc4821 = true } - yyh4830.ElemContainerState(yyj4830) - if yyj4830 < len(yyv4830) { + yyh4821.ElemContainerState(yyj4821) + if yyj4821 < len(yyv4821) { if r.TryDecodeAsNil() { - yyv4830[yyj4830] = "" + yyv4821[yyj4821] = "" } else { - yyv4830[yyj4830] = FinalizerName(r.DecodeString()) + yyv4821[yyj4821] = FinalizerName(r.DecodeString()) } } else { @@ -61740,17 +61658,17 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. } } - if yyj4830 < len(yyv4830) { - yyv4830 = yyv4830[:yyj4830] - yyc4830 = true - } else if yyj4830 == 0 && yyv4830 == nil { - yyv4830 = []FinalizerName{} - yyc4830 = true + if yyj4821 < len(yyv4821) { + yyv4821 = yyv4821[:yyj4821] + yyc4821 = true + } else if yyj4821 == 0 && yyv4821 == nil { + yyv4821 = []FinalizerName{} + yyc4821 = true } } - yyh4830.End() - if yyc4830 { - *v = yyv4830 + yyh4821.End() + if yyc4821 { + *v = yyv4821 } } @@ -61759,10 +61677,10 @@ func (x codecSelfer1234) encSliceNamespace(v []Namespace, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4834 := range v { + for _, yyv4825 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4835 := &yyv4834 - yy4835.CodecEncodeSelf(e) + yy4826 := &yyv4825 + yy4826.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61772,83 +61690,83 @@ func (x codecSelfer1234) decSliceNamespace(v *[]Namespace, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4836 := *v - yyh4836, yyl4836 := z.DecSliceHelperStart() - var yyc4836 bool - if yyl4836 == 0 { - if yyv4836 == nil { - yyv4836 = []Namespace{} - yyc4836 = true - } else if len(yyv4836) != 0 { - yyv4836 = yyv4836[:0] - yyc4836 = true + yyv4827 := *v + yyh4827, yyl4827 := z.DecSliceHelperStart() + var yyc4827 bool + if yyl4827 == 0 { + if yyv4827 == nil { + yyv4827 = []Namespace{} + yyc4827 = true + } else if len(yyv4827) != 0 { + yyv4827 = yyv4827[:0] + yyc4827 = true } - } else if yyl4836 > 0 { - var yyrr4836, yyrl4836 int - var yyrt4836 bool - if yyl4836 > cap(yyv4836) { + } else if yyl4827 > 0 { + var yyrr4827, yyrl4827 int + var yyrt4827 bool + if yyl4827 > cap(yyv4827) { - yyrg4836 := len(yyv4836) > 0 - yyv24836 := yyv4836 - yyrl4836, yyrt4836 = z.DecInferLen(yyl4836, z.DecBasicHandle().MaxInitLen, 296) - if yyrt4836 { - if yyrl4836 <= cap(yyv4836) { - yyv4836 = yyv4836[:yyrl4836] + yyrg4827 := len(yyv4827) > 0 + yyv24827 := yyv4827 + yyrl4827, yyrt4827 = z.DecInferLen(yyl4827, z.DecBasicHandle().MaxInitLen, 296) + if yyrt4827 { + if yyrl4827 <= cap(yyv4827) { + yyv4827 = yyv4827[:yyrl4827] } else { - yyv4836 = make([]Namespace, yyrl4836) + yyv4827 = make([]Namespace, yyrl4827) } } else { - yyv4836 = make([]Namespace, yyrl4836) + yyv4827 = make([]Namespace, yyrl4827) } - yyc4836 = true - yyrr4836 = len(yyv4836) - if yyrg4836 { - copy(yyv4836, yyv24836) + yyc4827 = true + yyrr4827 = len(yyv4827) + if yyrg4827 { + copy(yyv4827, yyv24827) } - } else if yyl4836 != len(yyv4836) { - yyv4836 = yyv4836[:yyl4836] - yyc4836 = true + } else if yyl4827 != len(yyv4827) { + yyv4827 = yyv4827[:yyl4827] + yyc4827 = true } - yyj4836 := 0 - for ; yyj4836 < yyrr4836; yyj4836++ { - yyh4836.ElemContainerState(yyj4836) + yyj4827 := 0 + for ; yyj4827 < yyrr4827; yyj4827++ { + yyh4827.ElemContainerState(yyj4827) if r.TryDecodeAsNil() { - yyv4836[yyj4836] = Namespace{} + yyv4827[yyj4827] = Namespace{} } else { - yyv4837 := &yyv4836[yyj4836] - yyv4837.CodecDecodeSelf(d) + yyv4828 := &yyv4827[yyj4827] + yyv4828.CodecDecodeSelf(d) } } - if yyrt4836 { - for ; yyj4836 < yyl4836; yyj4836++ { - yyv4836 = append(yyv4836, Namespace{}) - yyh4836.ElemContainerState(yyj4836) + if yyrt4827 { + for ; yyj4827 < yyl4827; yyj4827++ { + yyv4827 = append(yyv4827, Namespace{}) + yyh4827.ElemContainerState(yyj4827) if r.TryDecodeAsNil() { - yyv4836[yyj4836] = Namespace{} + yyv4827[yyj4827] = Namespace{} } else { - yyv4838 := &yyv4836[yyj4836] - yyv4838.CodecDecodeSelf(d) + yyv4829 := &yyv4827[yyj4827] + yyv4829.CodecDecodeSelf(d) } } } } else { - yyj4836 := 0 - for ; !r.CheckBreak(); yyj4836++ { + yyj4827 := 0 + for ; !r.CheckBreak(); yyj4827++ { - if yyj4836 >= len(yyv4836) { - yyv4836 = append(yyv4836, Namespace{}) // var yyz4836 Namespace - yyc4836 = true + if yyj4827 >= len(yyv4827) { + yyv4827 = append(yyv4827, Namespace{}) // var yyz4827 Namespace + yyc4827 = true } - yyh4836.ElemContainerState(yyj4836) - if yyj4836 < len(yyv4836) { + yyh4827.ElemContainerState(yyj4827) + if yyj4827 < len(yyv4827) { if r.TryDecodeAsNil() { - yyv4836[yyj4836] = Namespace{} + yyv4827[yyj4827] = Namespace{} } else { - yyv4839 := &yyv4836[yyj4836] - yyv4839.CodecDecodeSelf(d) + yyv4830 := &yyv4827[yyj4827] + yyv4830.CodecDecodeSelf(d) } } else { @@ -61856,17 +61774,17 @@ func (x codecSelfer1234) decSliceNamespace(v *[]Namespace, d *codec1978.Decoder) } } - if yyj4836 < len(yyv4836) { - yyv4836 = yyv4836[:yyj4836] - yyc4836 = true - } else if yyj4836 == 0 && yyv4836 == nil { - yyv4836 = []Namespace{} - yyc4836 = true + if yyj4827 < len(yyv4827) { + yyv4827 = yyv4827[:yyj4827] + yyc4827 = true + } else if yyj4827 == 0 && yyv4827 == nil { + yyv4827 = []Namespace{} + yyc4827 = true } } - yyh4836.End() - if yyc4836 { - *v = yyv4836 + yyh4827.End() + if yyc4827 { + *v = yyv4827 } } @@ -61875,10 +61793,10 @@ func (x codecSelfer1234) encSliceEvent(v []Event, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4840 := range v { + for _, yyv4831 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4841 := &yyv4840 - yy4841.CodecEncodeSelf(e) + yy4832 := &yyv4831 + yy4832.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61888,83 +61806,83 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4842 := *v - yyh4842, yyl4842 := z.DecSliceHelperStart() - var yyc4842 bool - if yyl4842 == 0 { - if yyv4842 == nil { - yyv4842 = []Event{} - yyc4842 = true - } else if len(yyv4842) != 0 { - yyv4842 = yyv4842[:0] - yyc4842 = true + yyv4833 := *v + yyh4833, yyl4833 := z.DecSliceHelperStart() + var yyc4833 bool + if yyl4833 == 0 { + if yyv4833 == nil { + yyv4833 = []Event{} + yyc4833 = true + } else if len(yyv4833) != 0 { + yyv4833 = yyv4833[:0] + yyc4833 = true } - } else if yyl4842 > 0 { - var yyrr4842, yyrl4842 int - var yyrt4842 bool - if yyl4842 > cap(yyv4842) { + } else if yyl4833 > 0 { + var yyrr4833, yyrl4833 int + var yyrt4833 bool + if yyl4833 > cap(yyv4833) { - yyrg4842 := len(yyv4842) > 0 - yyv24842 := yyv4842 - yyrl4842, yyrt4842 = z.DecInferLen(yyl4842, z.DecBasicHandle().MaxInitLen, 504) - if yyrt4842 { - if yyrl4842 <= cap(yyv4842) { - yyv4842 = yyv4842[:yyrl4842] + yyrg4833 := len(yyv4833) > 0 + yyv24833 := yyv4833 + yyrl4833, yyrt4833 = z.DecInferLen(yyl4833, z.DecBasicHandle().MaxInitLen, 504) + if yyrt4833 { + if yyrl4833 <= cap(yyv4833) { + yyv4833 = yyv4833[:yyrl4833] } else { - yyv4842 = make([]Event, yyrl4842) + yyv4833 = make([]Event, yyrl4833) } } else { - yyv4842 = make([]Event, yyrl4842) + yyv4833 = make([]Event, yyrl4833) } - yyc4842 = true - yyrr4842 = len(yyv4842) - if yyrg4842 { - copy(yyv4842, yyv24842) + yyc4833 = true + yyrr4833 = len(yyv4833) + if yyrg4833 { + copy(yyv4833, yyv24833) } - } else if yyl4842 != len(yyv4842) { - yyv4842 = yyv4842[:yyl4842] - yyc4842 = true + } else if yyl4833 != len(yyv4833) { + yyv4833 = yyv4833[:yyl4833] + yyc4833 = true } - yyj4842 := 0 - for ; yyj4842 < yyrr4842; yyj4842++ { - yyh4842.ElemContainerState(yyj4842) + yyj4833 := 0 + for ; yyj4833 < yyrr4833; yyj4833++ { + yyh4833.ElemContainerState(yyj4833) if r.TryDecodeAsNil() { - yyv4842[yyj4842] = Event{} + yyv4833[yyj4833] = Event{} } else { - yyv4843 := &yyv4842[yyj4842] - yyv4843.CodecDecodeSelf(d) + yyv4834 := &yyv4833[yyj4833] + yyv4834.CodecDecodeSelf(d) } } - if yyrt4842 { - for ; yyj4842 < yyl4842; yyj4842++ { - yyv4842 = append(yyv4842, Event{}) - yyh4842.ElemContainerState(yyj4842) + if yyrt4833 { + for ; yyj4833 < yyl4833; yyj4833++ { + yyv4833 = append(yyv4833, Event{}) + yyh4833.ElemContainerState(yyj4833) if r.TryDecodeAsNil() { - yyv4842[yyj4842] = Event{} + yyv4833[yyj4833] = Event{} } else { - yyv4844 := &yyv4842[yyj4842] - yyv4844.CodecDecodeSelf(d) + yyv4835 := &yyv4833[yyj4833] + yyv4835.CodecDecodeSelf(d) } } } } else { - yyj4842 := 0 - for ; !r.CheckBreak(); yyj4842++ { + yyj4833 := 0 + for ; !r.CheckBreak(); yyj4833++ { - if yyj4842 >= len(yyv4842) { - yyv4842 = append(yyv4842, Event{}) // var yyz4842 Event - yyc4842 = true + if yyj4833 >= len(yyv4833) { + yyv4833 = append(yyv4833, Event{}) // var yyz4833 Event + yyc4833 = true } - yyh4842.ElemContainerState(yyj4842) - if yyj4842 < len(yyv4842) { + yyh4833.ElemContainerState(yyj4833) + if yyj4833 < len(yyv4833) { if r.TryDecodeAsNil() { - yyv4842[yyj4842] = Event{} + yyv4833[yyj4833] = Event{} } else { - yyv4845 := &yyv4842[yyj4842] - yyv4845.CodecDecodeSelf(d) + yyv4836 := &yyv4833[yyj4833] + yyv4836.CodecDecodeSelf(d) } } else { @@ -61972,17 +61890,17 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { } } - if yyj4842 < len(yyv4842) { - yyv4842 = yyv4842[:yyj4842] - yyc4842 = true - } else if yyj4842 == 0 && yyv4842 == nil { - yyv4842 = []Event{} - yyc4842 = true + if yyj4833 < len(yyv4833) { + yyv4833 = yyv4833[:yyj4833] + yyc4833 = true + } else if yyj4833 == 0 && yyv4833 == nil { + yyv4833 = []Event{} + yyc4833 = true } } - yyh4842.End() - if yyc4842 { - *v = yyv4842 + yyh4833.End() + if yyc4833 { + *v = yyv4833 } } @@ -61991,17 +61909,17 @@ func (x codecSelfer1234) encSliceruntime_RawExtension(v []pkg5_runtime.RawExtens z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4846 := range v { + for _, yyv4837 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4847 := &yyv4846 - yym4848 := z.EncBinary() - _ = yym4848 + yy4838 := &yyv4837 + yym4839 := z.EncBinary() + _ = yym4839 if false { - } else if z.HasExtensions() && z.EncExt(yy4847) { - } else if !yym4848 && z.IsJSONHandle() { - z.EncJSONMarshal(yy4847) + } else if z.HasExtensions() && z.EncExt(yy4838) { + } else if !yym4839 && z.IsJSONHandle() { + z.EncJSONMarshal(yy4838) } else { - z.EncFallback(yy4847) + z.EncFallback(yy4838) } } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) @@ -62012,12 +61930,152 @@ func (x codecSelfer1234) decSliceruntime_RawExtension(v *[]pkg5_runtime.RawExten z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r + yyv4840 := *v + yyh4840, yyl4840 := z.DecSliceHelperStart() + var yyc4840 bool + if yyl4840 == 0 { + if yyv4840 == nil { + yyv4840 = []pkg5_runtime.RawExtension{} + yyc4840 = true + } else if len(yyv4840) != 0 { + yyv4840 = yyv4840[:0] + yyc4840 = true + } + } else if yyl4840 > 0 { + var yyrr4840, yyrl4840 int + var yyrt4840 bool + if yyl4840 > cap(yyv4840) { + + yyrg4840 := len(yyv4840) > 0 + yyv24840 := yyv4840 + yyrl4840, yyrt4840 = z.DecInferLen(yyl4840, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4840 { + if yyrl4840 <= cap(yyv4840) { + yyv4840 = yyv4840[:yyrl4840] + } else { + yyv4840 = make([]pkg5_runtime.RawExtension, yyrl4840) + } + } else { + yyv4840 = make([]pkg5_runtime.RawExtension, yyrl4840) + } + yyc4840 = true + yyrr4840 = len(yyv4840) + if yyrg4840 { + copy(yyv4840, yyv24840) + } + } else if yyl4840 != len(yyv4840) { + yyv4840 = yyv4840[:yyl4840] + yyc4840 = true + } + yyj4840 := 0 + for ; yyj4840 < yyrr4840; yyj4840++ { + yyh4840.ElemContainerState(yyj4840) + if r.TryDecodeAsNil() { + yyv4840[yyj4840] = pkg5_runtime.RawExtension{} + } else { + yyv4841 := &yyv4840[yyj4840] + yym4842 := z.DecBinary() + _ = yym4842 + if false { + } else if z.HasExtensions() && z.DecExt(yyv4841) { + } else if !yym4842 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4841) + } else { + z.DecFallback(yyv4841, false) + } + } + + } + if yyrt4840 { + for ; yyj4840 < yyl4840; yyj4840++ { + yyv4840 = append(yyv4840, pkg5_runtime.RawExtension{}) + yyh4840.ElemContainerState(yyj4840) + if r.TryDecodeAsNil() { + yyv4840[yyj4840] = pkg5_runtime.RawExtension{} + } else { + yyv4843 := &yyv4840[yyj4840] + yym4844 := z.DecBinary() + _ = yym4844 + if false { + } else if z.HasExtensions() && z.DecExt(yyv4843) { + } else if !yym4844 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4843) + } else { + z.DecFallback(yyv4843, false) + } + } + + } + } + + } else { + yyj4840 := 0 + for ; !r.CheckBreak(); yyj4840++ { + + if yyj4840 >= len(yyv4840) { + yyv4840 = append(yyv4840, pkg5_runtime.RawExtension{}) // var yyz4840 pkg5_runtime.RawExtension + yyc4840 = true + } + yyh4840.ElemContainerState(yyj4840) + if yyj4840 < len(yyv4840) { + if r.TryDecodeAsNil() { + yyv4840[yyj4840] = pkg5_runtime.RawExtension{} + } else { + yyv4845 := &yyv4840[yyj4840] + yym4846 := z.DecBinary() + _ = yym4846 + if false { + } else if z.HasExtensions() && z.DecExt(yyv4845) { + } else if !yym4846 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4845) + } else { + z.DecFallback(yyv4845, false) + } + } + + } else { + z.DecSwallow() + } + + } + if yyj4840 < len(yyv4840) { + yyv4840 = yyv4840[:yyj4840] + yyc4840 = true + } else if yyj4840 == 0 && yyv4840 == nil { + yyv4840 = []pkg5_runtime.RawExtension{} + yyc4840 = true + } + } + yyh4840.End() + if yyc4840 { + *v = yyv4840 + } +} + +func (x codecSelfer1234) encSliceLimitRangeItem(v []LimitRangeItem, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4847 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4848 := &yyv4847 + yy4848.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yyv4849 := *v yyh4849, yyl4849 := z.DecSliceHelperStart() var yyc4849 bool if yyl4849 == 0 { if yyv4849 == nil { - yyv4849 = []pkg5_runtime.RawExtension{} + yyv4849 = []LimitRangeItem{} yyc4849 = true } else if len(yyv4849) != 0 { yyv4849 = yyv4849[:0] @@ -62030,15 +62088,15 @@ func (x codecSelfer1234) decSliceruntime_RawExtension(v *[]pkg5_runtime.RawExten yyrg4849 := len(yyv4849) > 0 yyv24849 := yyv4849 - yyrl4849, yyrt4849 = z.DecInferLen(yyl4849, z.DecBasicHandle().MaxInitLen, 40) + yyrl4849, yyrt4849 = z.DecInferLen(yyl4849, z.DecBasicHandle().MaxInitLen, 56) if yyrt4849 { if yyrl4849 <= cap(yyv4849) { yyv4849 = yyv4849[:yyrl4849] } else { - yyv4849 = make([]pkg5_runtime.RawExtension, yyrl4849) + yyv4849 = make([]LimitRangeItem, yyrl4849) } } else { - yyv4849 = make([]pkg5_runtime.RawExtension, yyrl4849) + yyv4849 = make([]LimitRangeItem, yyrl4849) } yyc4849 = true yyrr4849 = len(yyv4849) @@ -62053,38 +62111,22 @@ func (x codecSelfer1234) decSliceruntime_RawExtension(v *[]pkg5_runtime.RawExten for ; yyj4849 < yyrr4849; yyj4849++ { yyh4849.ElemContainerState(yyj4849) if r.TryDecodeAsNil() { - yyv4849[yyj4849] = pkg5_runtime.RawExtension{} + yyv4849[yyj4849] = LimitRangeItem{} } else { yyv4850 := &yyv4849[yyj4849] - yym4851 := z.DecBinary() - _ = yym4851 - if false { - } else if z.HasExtensions() && z.DecExt(yyv4850) { - } else if !yym4851 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4850) - } else { - z.DecFallback(yyv4850, false) - } + yyv4850.CodecDecodeSelf(d) } } if yyrt4849 { for ; yyj4849 < yyl4849; yyj4849++ { - yyv4849 = append(yyv4849, pkg5_runtime.RawExtension{}) + yyv4849 = append(yyv4849, LimitRangeItem{}) yyh4849.ElemContainerState(yyj4849) if r.TryDecodeAsNil() { - yyv4849[yyj4849] = pkg5_runtime.RawExtension{} + yyv4849[yyj4849] = LimitRangeItem{} } else { - yyv4852 := &yyv4849[yyj4849] - yym4853 := z.DecBinary() - _ = yym4853 - if false { - } else if z.HasExtensions() && z.DecExt(yyv4852) { - } else if !yym4853 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4852) - } else { - z.DecFallback(yyv4852, false) - } + yyv4851 := &yyv4849[yyj4849] + yyv4851.CodecDecodeSelf(d) } } @@ -62095,24 +62137,16 @@ func (x codecSelfer1234) decSliceruntime_RawExtension(v *[]pkg5_runtime.RawExten for ; !r.CheckBreak(); yyj4849++ { if yyj4849 >= len(yyv4849) { - yyv4849 = append(yyv4849, pkg5_runtime.RawExtension{}) // var yyz4849 pkg5_runtime.RawExtension + yyv4849 = append(yyv4849, LimitRangeItem{}) // var yyz4849 LimitRangeItem yyc4849 = true } yyh4849.ElemContainerState(yyj4849) if yyj4849 < len(yyv4849) { if r.TryDecodeAsNil() { - yyv4849[yyj4849] = pkg5_runtime.RawExtension{} + yyv4849[yyj4849] = LimitRangeItem{} } else { - yyv4854 := &yyv4849[yyj4849] - yym4855 := z.DecBinary() - _ = yym4855 - if false { - } else if z.HasExtensions() && z.DecExt(yyv4854) { - } else if !yym4855 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4854) - } else { - z.DecFallback(yyv4854, false) - } + yyv4852 := &yyv4849[yyj4849] + yyv4852.CodecDecodeSelf(d) } } else { @@ -62124,7 +62158,7 @@ func (x codecSelfer1234) decSliceruntime_RawExtension(v *[]pkg5_runtime.RawExten yyv4849 = yyv4849[:yyj4849] yyc4849 = true } else if yyj4849 == 0 && yyv4849 == nil { - yyv4849 = []pkg5_runtime.RawExtension{} + yyv4849 = []LimitRangeItem{} yyc4849 = true } } @@ -62134,131 +62168,15 @@ func (x codecSelfer1234) decSliceruntime_RawExtension(v *[]pkg5_runtime.RawExten } } -func (x codecSelfer1234) encSliceLimitRangeItem(v []LimitRangeItem, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv4856 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4857 := &yyv4856 - yy4857.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - - yyv4858 := *v - yyh4858, yyl4858 := z.DecSliceHelperStart() - var yyc4858 bool - if yyl4858 == 0 { - if yyv4858 == nil { - yyv4858 = []LimitRangeItem{} - yyc4858 = true - } else if len(yyv4858) != 0 { - yyv4858 = yyv4858[:0] - yyc4858 = true - } - } else if yyl4858 > 0 { - var yyrr4858, yyrl4858 int - var yyrt4858 bool - if yyl4858 > cap(yyv4858) { - - yyrg4858 := len(yyv4858) > 0 - yyv24858 := yyv4858 - yyrl4858, yyrt4858 = z.DecInferLen(yyl4858, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4858 { - if yyrl4858 <= cap(yyv4858) { - yyv4858 = yyv4858[:yyrl4858] - } else { - yyv4858 = make([]LimitRangeItem, yyrl4858) - } - } else { - yyv4858 = make([]LimitRangeItem, yyrl4858) - } - yyc4858 = true - yyrr4858 = len(yyv4858) - if yyrg4858 { - copy(yyv4858, yyv24858) - } - } else if yyl4858 != len(yyv4858) { - yyv4858 = yyv4858[:yyl4858] - yyc4858 = true - } - yyj4858 := 0 - for ; yyj4858 < yyrr4858; yyj4858++ { - yyh4858.ElemContainerState(yyj4858) - if r.TryDecodeAsNil() { - yyv4858[yyj4858] = LimitRangeItem{} - } else { - yyv4859 := &yyv4858[yyj4858] - yyv4859.CodecDecodeSelf(d) - } - - } - if yyrt4858 { - for ; yyj4858 < yyl4858; yyj4858++ { - yyv4858 = append(yyv4858, LimitRangeItem{}) - yyh4858.ElemContainerState(yyj4858) - if r.TryDecodeAsNil() { - yyv4858[yyj4858] = LimitRangeItem{} - } else { - yyv4860 := &yyv4858[yyj4858] - yyv4860.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4858 := 0 - for ; !r.CheckBreak(); yyj4858++ { - - if yyj4858 >= len(yyv4858) { - yyv4858 = append(yyv4858, LimitRangeItem{}) // var yyz4858 LimitRangeItem - yyc4858 = true - } - yyh4858.ElemContainerState(yyj4858) - if yyj4858 < len(yyv4858) { - if r.TryDecodeAsNil() { - yyv4858[yyj4858] = LimitRangeItem{} - } else { - yyv4861 := &yyv4858[yyj4858] - yyv4861.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj4858 < len(yyv4858) { - yyv4858 = yyv4858[:yyj4858] - yyc4858 = true - } else if yyj4858 == 0 && yyv4858 == nil { - yyv4858 = []LimitRangeItem{} - yyc4858 = true - } - } - yyh4858.End() - if yyc4858 { - *v = yyv4858 - } -} - func (x codecSelfer1234) encSliceLimitRange(v []LimitRange, e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4862 := range v { + for _, yyv4853 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4863 := &yyv4862 - yy4863.CodecEncodeSelf(e) + yy4854 := &yyv4853 + yy4854.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -62268,83 +62186,83 @@ func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4864 := *v - yyh4864, yyl4864 := z.DecSliceHelperStart() - var yyc4864 bool - if yyl4864 == 0 { - if yyv4864 == nil { - yyv4864 = []LimitRange{} - yyc4864 = true - } else if len(yyv4864) != 0 { - yyv4864 = yyv4864[:0] - yyc4864 = true + yyv4855 := *v + yyh4855, yyl4855 := z.DecSliceHelperStart() + var yyc4855 bool + if yyl4855 == 0 { + if yyv4855 == nil { + yyv4855 = []LimitRange{} + yyc4855 = true + } else if len(yyv4855) != 0 { + yyv4855 = yyv4855[:0] + yyc4855 = true } - } else if yyl4864 > 0 { - var yyrr4864, yyrl4864 int - var yyrt4864 bool - if yyl4864 > cap(yyv4864) { + } else if yyl4855 > 0 { + var yyrr4855, yyrl4855 int + var yyrt4855 bool + if yyl4855 > cap(yyv4855) { - yyrg4864 := len(yyv4864) > 0 - yyv24864 := yyv4864 - yyrl4864, yyrt4864 = z.DecInferLen(yyl4864, z.DecBasicHandle().MaxInitLen, 280) - if yyrt4864 { - if yyrl4864 <= cap(yyv4864) { - yyv4864 = yyv4864[:yyrl4864] + yyrg4855 := len(yyv4855) > 0 + yyv24855 := yyv4855 + yyrl4855, yyrt4855 = z.DecInferLen(yyl4855, z.DecBasicHandle().MaxInitLen, 280) + if yyrt4855 { + if yyrl4855 <= cap(yyv4855) { + yyv4855 = yyv4855[:yyrl4855] } else { - yyv4864 = make([]LimitRange, yyrl4864) + yyv4855 = make([]LimitRange, yyrl4855) } } else { - yyv4864 = make([]LimitRange, yyrl4864) + yyv4855 = make([]LimitRange, yyrl4855) } - yyc4864 = true - yyrr4864 = len(yyv4864) - if yyrg4864 { - copy(yyv4864, yyv24864) + yyc4855 = true + yyrr4855 = len(yyv4855) + if yyrg4855 { + copy(yyv4855, yyv24855) } - } else if yyl4864 != len(yyv4864) { - yyv4864 = yyv4864[:yyl4864] - yyc4864 = true + } else if yyl4855 != len(yyv4855) { + yyv4855 = yyv4855[:yyl4855] + yyc4855 = true } - yyj4864 := 0 - for ; yyj4864 < yyrr4864; yyj4864++ { - yyh4864.ElemContainerState(yyj4864) + yyj4855 := 0 + for ; yyj4855 < yyrr4855; yyj4855++ { + yyh4855.ElemContainerState(yyj4855) if r.TryDecodeAsNil() { - yyv4864[yyj4864] = LimitRange{} + yyv4855[yyj4855] = LimitRange{} } else { - yyv4865 := &yyv4864[yyj4864] - yyv4865.CodecDecodeSelf(d) + yyv4856 := &yyv4855[yyj4855] + yyv4856.CodecDecodeSelf(d) } } - if yyrt4864 { - for ; yyj4864 < yyl4864; yyj4864++ { - yyv4864 = append(yyv4864, LimitRange{}) - yyh4864.ElemContainerState(yyj4864) + if yyrt4855 { + for ; yyj4855 < yyl4855; yyj4855++ { + yyv4855 = append(yyv4855, LimitRange{}) + yyh4855.ElemContainerState(yyj4855) if r.TryDecodeAsNil() { - yyv4864[yyj4864] = LimitRange{} + yyv4855[yyj4855] = LimitRange{} } else { - yyv4866 := &yyv4864[yyj4864] - yyv4866.CodecDecodeSelf(d) + yyv4857 := &yyv4855[yyj4855] + yyv4857.CodecDecodeSelf(d) } } } } else { - yyj4864 := 0 - for ; !r.CheckBreak(); yyj4864++ { + yyj4855 := 0 + for ; !r.CheckBreak(); yyj4855++ { - if yyj4864 >= len(yyv4864) { - yyv4864 = append(yyv4864, LimitRange{}) // var yyz4864 LimitRange - yyc4864 = true + if yyj4855 >= len(yyv4855) { + yyv4855 = append(yyv4855, LimitRange{}) // var yyz4855 LimitRange + yyc4855 = true } - yyh4864.ElemContainerState(yyj4864) - if yyj4864 < len(yyv4864) { + yyh4855.ElemContainerState(yyj4855) + if yyj4855 < len(yyv4855) { if r.TryDecodeAsNil() { - yyv4864[yyj4864] = LimitRange{} + yyv4855[yyj4855] = LimitRange{} } else { - yyv4867 := &yyv4864[yyj4864] - yyv4867.CodecDecodeSelf(d) + yyv4858 := &yyv4855[yyj4855] + yyv4858.CodecDecodeSelf(d) } } else { @@ -62352,17 +62270,17 @@ func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decode } } - if yyj4864 < len(yyv4864) { - yyv4864 = yyv4864[:yyj4864] - yyc4864 = true - } else if yyj4864 == 0 && yyv4864 == nil { - yyv4864 = []LimitRange{} - yyc4864 = true + if yyj4855 < len(yyv4855) { + yyv4855 = yyv4855[:yyj4855] + yyc4855 = true + } else if yyj4855 == 0 && yyv4855 == nil { + yyv4855 = []LimitRange{} + yyc4855 = true } } - yyh4864.End() - if yyc4864 { - *v = yyv4864 + yyh4855.End() + if yyc4855 { + *v = yyv4855 } } @@ -62371,9 +62289,9 @@ func (x codecSelfer1234) encSliceResourceQuotaScope(v []ResourceQuotaScope, e *c z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4868 := range v { + for _, yyv4859 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4868.CodecEncodeSelf(e) + yyv4859.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -62383,75 +62301,75 @@ func (x codecSelfer1234) decSliceResourceQuotaScope(v *[]ResourceQuotaScope, d * z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4869 := *v - yyh4869, yyl4869 := z.DecSliceHelperStart() - var yyc4869 bool - if yyl4869 == 0 { - if yyv4869 == nil { - yyv4869 = []ResourceQuotaScope{} - yyc4869 = true - } else if len(yyv4869) != 0 { - yyv4869 = yyv4869[:0] - yyc4869 = true + yyv4860 := *v + yyh4860, yyl4860 := z.DecSliceHelperStart() + var yyc4860 bool + if yyl4860 == 0 { + if yyv4860 == nil { + yyv4860 = []ResourceQuotaScope{} + yyc4860 = true + } else if len(yyv4860) != 0 { + yyv4860 = yyv4860[:0] + yyc4860 = true } - } else if yyl4869 > 0 { - var yyrr4869, yyrl4869 int - var yyrt4869 bool - if yyl4869 > cap(yyv4869) { + } else if yyl4860 > 0 { + var yyrr4860, yyrl4860 int + var yyrt4860 bool + if yyl4860 > cap(yyv4860) { - yyrl4869, yyrt4869 = z.DecInferLen(yyl4869, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4869 { - if yyrl4869 <= cap(yyv4869) { - yyv4869 = yyv4869[:yyrl4869] + yyrl4860, yyrt4860 = z.DecInferLen(yyl4860, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4860 { + if yyrl4860 <= cap(yyv4860) { + yyv4860 = yyv4860[:yyrl4860] } else { - yyv4869 = make([]ResourceQuotaScope, yyrl4869) + yyv4860 = make([]ResourceQuotaScope, yyrl4860) } } else { - yyv4869 = make([]ResourceQuotaScope, yyrl4869) + yyv4860 = make([]ResourceQuotaScope, yyrl4860) } - yyc4869 = true - yyrr4869 = len(yyv4869) - } else if yyl4869 != len(yyv4869) { - yyv4869 = yyv4869[:yyl4869] - yyc4869 = true + yyc4860 = true + yyrr4860 = len(yyv4860) + } else if yyl4860 != len(yyv4860) { + yyv4860 = yyv4860[:yyl4860] + yyc4860 = true } - yyj4869 := 0 - for ; yyj4869 < yyrr4869; yyj4869++ { - yyh4869.ElemContainerState(yyj4869) + yyj4860 := 0 + for ; yyj4860 < yyrr4860; yyj4860++ { + yyh4860.ElemContainerState(yyj4860) if r.TryDecodeAsNil() { - yyv4869[yyj4869] = "" + yyv4860[yyj4860] = "" } else { - yyv4869[yyj4869] = ResourceQuotaScope(r.DecodeString()) + yyv4860[yyj4860] = ResourceQuotaScope(r.DecodeString()) } } - if yyrt4869 { - for ; yyj4869 < yyl4869; yyj4869++ { - yyv4869 = append(yyv4869, "") - yyh4869.ElemContainerState(yyj4869) + if yyrt4860 { + for ; yyj4860 < yyl4860; yyj4860++ { + yyv4860 = append(yyv4860, "") + yyh4860.ElemContainerState(yyj4860) if r.TryDecodeAsNil() { - yyv4869[yyj4869] = "" + yyv4860[yyj4860] = "" } else { - yyv4869[yyj4869] = ResourceQuotaScope(r.DecodeString()) + yyv4860[yyj4860] = ResourceQuotaScope(r.DecodeString()) } } } } else { - yyj4869 := 0 - for ; !r.CheckBreak(); yyj4869++ { + yyj4860 := 0 + for ; !r.CheckBreak(); yyj4860++ { - if yyj4869 >= len(yyv4869) { - yyv4869 = append(yyv4869, "") // var yyz4869 ResourceQuotaScope - yyc4869 = true + if yyj4860 >= len(yyv4860) { + yyv4860 = append(yyv4860, "") // var yyz4860 ResourceQuotaScope + yyc4860 = true } - yyh4869.ElemContainerState(yyj4869) - if yyj4869 < len(yyv4869) { + yyh4860.ElemContainerState(yyj4860) + if yyj4860 < len(yyv4860) { if r.TryDecodeAsNil() { - yyv4869[yyj4869] = "" + yyv4860[yyj4860] = "" } else { - yyv4869[yyj4869] = ResourceQuotaScope(r.DecodeString()) + yyv4860[yyj4860] = ResourceQuotaScope(r.DecodeString()) } } else { @@ -62459,17 +62377,17 @@ func (x codecSelfer1234) decSliceResourceQuotaScope(v *[]ResourceQuotaScope, d * } } - if yyj4869 < len(yyv4869) { - yyv4869 = yyv4869[:yyj4869] - yyc4869 = true - } else if yyj4869 == 0 && yyv4869 == nil { - yyv4869 = []ResourceQuotaScope{} - yyc4869 = true + if yyj4860 < len(yyv4860) { + yyv4860 = yyv4860[:yyj4860] + yyc4860 = true + } else if yyj4860 == 0 && yyv4860 == nil { + yyv4860 = []ResourceQuotaScope{} + yyc4860 = true } } - yyh4869.End() - if yyc4869 { - *v = yyv4869 + yyh4860.End() + if yyc4860 { + *v = yyv4860 } } @@ -62478,10 +62396,10 @@ func (x codecSelfer1234) encSliceResourceQuota(v []ResourceQuota, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4873 := range v { + for _, yyv4864 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4874 := &yyv4873 - yy4874.CodecEncodeSelf(e) + yy4865 := &yyv4864 + yy4865.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -62491,83 +62409,83 @@ func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4875 := *v - yyh4875, yyl4875 := z.DecSliceHelperStart() - var yyc4875 bool - if yyl4875 == 0 { - if yyv4875 == nil { - yyv4875 = []ResourceQuota{} - yyc4875 = true - } else if len(yyv4875) != 0 { - yyv4875 = yyv4875[:0] - yyc4875 = true + yyv4866 := *v + yyh4866, yyl4866 := z.DecSliceHelperStart() + var yyc4866 bool + if yyl4866 == 0 { + if yyv4866 == nil { + yyv4866 = []ResourceQuota{} + yyc4866 = true + } else if len(yyv4866) != 0 { + yyv4866 = yyv4866[:0] + yyc4866 = true } - } else if yyl4875 > 0 { - var yyrr4875, yyrl4875 int - var yyrt4875 bool - if yyl4875 > cap(yyv4875) { + } else if yyl4866 > 0 { + var yyrr4866, yyrl4866 int + var yyrt4866 bool + if yyl4866 > cap(yyv4866) { - yyrg4875 := len(yyv4875) > 0 - yyv24875 := yyv4875 - yyrl4875, yyrt4875 = z.DecInferLen(yyl4875, z.DecBasicHandle().MaxInitLen, 304) - if yyrt4875 { - if yyrl4875 <= cap(yyv4875) { - yyv4875 = yyv4875[:yyrl4875] + yyrg4866 := len(yyv4866) > 0 + yyv24866 := yyv4866 + yyrl4866, yyrt4866 = z.DecInferLen(yyl4866, z.DecBasicHandle().MaxInitLen, 304) + if yyrt4866 { + if yyrl4866 <= cap(yyv4866) { + yyv4866 = yyv4866[:yyrl4866] } else { - yyv4875 = make([]ResourceQuota, yyrl4875) + yyv4866 = make([]ResourceQuota, yyrl4866) } } else { - yyv4875 = make([]ResourceQuota, yyrl4875) + yyv4866 = make([]ResourceQuota, yyrl4866) } - yyc4875 = true - yyrr4875 = len(yyv4875) - if yyrg4875 { - copy(yyv4875, yyv24875) + yyc4866 = true + yyrr4866 = len(yyv4866) + if yyrg4866 { + copy(yyv4866, yyv24866) } - } else if yyl4875 != len(yyv4875) { - yyv4875 = yyv4875[:yyl4875] - yyc4875 = true + } else if yyl4866 != len(yyv4866) { + yyv4866 = yyv4866[:yyl4866] + yyc4866 = true } - yyj4875 := 0 - for ; yyj4875 < yyrr4875; yyj4875++ { - yyh4875.ElemContainerState(yyj4875) + yyj4866 := 0 + for ; yyj4866 < yyrr4866; yyj4866++ { + yyh4866.ElemContainerState(yyj4866) if r.TryDecodeAsNil() { - yyv4875[yyj4875] = ResourceQuota{} + yyv4866[yyj4866] = ResourceQuota{} } else { - yyv4876 := &yyv4875[yyj4875] - yyv4876.CodecDecodeSelf(d) + yyv4867 := &yyv4866[yyj4866] + yyv4867.CodecDecodeSelf(d) } } - if yyrt4875 { - for ; yyj4875 < yyl4875; yyj4875++ { - yyv4875 = append(yyv4875, ResourceQuota{}) - yyh4875.ElemContainerState(yyj4875) + if yyrt4866 { + for ; yyj4866 < yyl4866; yyj4866++ { + yyv4866 = append(yyv4866, ResourceQuota{}) + yyh4866.ElemContainerState(yyj4866) if r.TryDecodeAsNil() { - yyv4875[yyj4875] = ResourceQuota{} + yyv4866[yyj4866] = ResourceQuota{} } else { - yyv4877 := &yyv4875[yyj4875] - yyv4877.CodecDecodeSelf(d) + yyv4868 := &yyv4866[yyj4866] + yyv4868.CodecDecodeSelf(d) } } } } else { - yyj4875 := 0 - for ; !r.CheckBreak(); yyj4875++ { + yyj4866 := 0 + for ; !r.CheckBreak(); yyj4866++ { - if yyj4875 >= len(yyv4875) { - yyv4875 = append(yyv4875, ResourceQuota{}) // var yyz4875 ResourceQuota - yyc4875 = true + if yyj4866 >= len(yyv4866) { + yyv4866 = append(yyv4866, ResourceQuota{}) // var yyz4866 ResourceQuota + yyc4866 = true } - yyh4875.ElemContainerState(yyj4875) - if yyj4875 < len(yyv4875) { + yyh4866.ElemContainerState(yyj4866) + if yyj4866 < len(yyv4866) { if r.TryDecodeAsNil() { - yyv4875[yyj4875] = ResourceQuota{} + yyv4866[yyj4866] = ResourceQuota{} } else { - yyv4878 := &yyv4875[yyj4875] - yyv4878.CodecDecodeSelf(d) + yyv4869 := &yyv4866[yyj4866] + yyv4869.CodecDecodeSelf(d) } } else { @@ -62575,17 +62493,17 @@ func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978. } } - if yyj4875 < len(yyv4875) { - yyv4875 = yyv4875[:yyj4875] - yyc4875 = true - } else if yyj4875 == 0 && yyv4875 == nil { - yyv4875 = []ResourceQuota{} - yyc4875 = true + if yyj4866 < len(yyv4866) { + yyv4866 = yyv4866[:yyj4866] + yyc4866 = true + } else if yyj4866 == 0 && yyv4866 == nil { + yyv4866 = []ResourceQuota{} + yyc4866 = true } } - yyh4875.End() - if yyc4875 { - *v = yyv4875 + yyh4866.End() + if yyc4866 { + *v = yyv4866 } } @@ -62594,23 +62512,23 @@ func (x codecSelfer1234) encMapstringSliceuint8(v map[string][]uint8, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeMapStart(len(v)) - for yyk4879, yyv4879 := range v { + for yyk4870, yyv4870 := range v { z.EncSendContainerState(codecSelfer_containerMapKey1234) - yym4880 := z.EncBinary() - _ = yym4880 + yym4871 := z.EncBinary() + _ = yym4871 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yyk4879)) + r.EncodeString(codecSelferC_UTF81234, string(yyk4870)) } z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyv4879 == nil { + if yyv4870 == nil { r.EncodeNil() } else { - yym4881 := z.EncBinary() - _ = yym4881 + yym4872 := z.EncBinary() + _ = yym4872 if false { } else { - r.EncodeStringBytes(codecSelferC_RAW1234, []byte(yyv4879)) + r.EncodeStringBytes(codecSelferC_RAW1234, []byte(yyv4870)) } } } @@ -62622,80 +62540,80 @@ func (x codecSelfer1234) decMapstringSliceuint8(v *map[string][]uint8, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4882 := *v - yyl4882 := r.ReadMapStart() - yybh4882 := z.DecBasicHandle() - if yyv4882 == nil { - yyrl4882, _ := z.DecInferLen(yyl4882, yybh4882.MaxInitLen, 40) - yyv4882 = make(map[string][]uint8, yyrl4882) - *v = yyv4882 + yyv4873 := *v + yyl4873 := r.ReadMapStart() + yybh4873 := z.DecBasicHandle() + if yyv4873 == nil { + yyrl4873, _ := z.DecInferLen(yyl4873, yybh4873.MaxInitLen, 40) + yyv4873 = make(map[string][]uint8, yyrl4873) + *v = yyv4873 } - var yymk4882 string - var yymv4882 []uint8 - var yymg4882 bool - if yybh4882.MapValueReset { - yymg4882 = true + var yymk4873 string + var yymv4873 []uint8 + var yymg4873 bool + if yybh4873.MapValueReset { + yymg4873 = true } - if yyl4882 > 0 { - for yyj4882 := 0; yyj4882 < yyl4882; yyj4882++ { + if yyl4873 > 0 { + for yyj4873 := 0; yyj4873 < yyl4873; yyj4873++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk4882 = "" + yymk4873 = "" } else { - yymk4882 = string(r.DecodeString()) + yymk4873 = string(r.DecodeString()) } - if yymg4882 { - yymv4882 = yyv4882[yymk4882] + if yymg4873 { + yymv4873 = yyv4873[yymk4873] } else { - yymv4882 = nil + yymv4873 = nil } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv4882 = nil + yymv4873 = nil } else { - yyv4884 := &yymv4882 - yym4885 := z.DecBinary() - _ = yym4885 + yyv4875 := &yymv4873 + yym4876 := z.DecBinary() + _ = yym4876 if false { } else { - *yyv4884 = r.DecodeBytes(*(*[]byte)(yyv4884), false, false) + *yyv4875 = r.DecodeBytes(*(*[]byte)(yyv4875), false, false) } } - if yyv4882 != nil { - yyv4882[yymk4882] = yymv4882 + if yyv4873 != nil { + yyv4873[yymk4873] = yymv4873 } } - } else if yyl4882 < 0 { - for yyj4882 := 0; !r.CheckBreak(); yyj4882++ { + } else if yyl4873 < 0 { + for yyj4873 := 0; !r.CheckBreak(); yyj4873++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk4882 = "" + yymk4873 = "" } else { - yymk4882 = string(r.DecodeString()) + yymk4873 = string(r.DecodeString()) } - if yymg4882 { - yymv4882 = yyv4882[yymk4882] + if yymg4873 { + yymv4873 = yyv4873[yymk4873] } else { - yymv4882 = nil + yymv4873 = nil } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv4882 = nil + yymv4873 = nil } else { - yyv4887 := &yymv4882 - yym4888 := z.DecBinary() - _ = yym4888 + yyv4878 := &yymv4873 + yym4879 := z.DecBinary() + _ = yym4879 if false { } else { - *yyv4887 = r.DecodeBytes(*(*[]byte)(yyv4887), false, false) + *yyv4878 = r.DecodeBytes(*(*[]byte)(yyv4878), false, false) } } - if yyv4882 != nil { - yyv4882[yymk4882] = yymv4882 + if yyv4873 != nil { + yyv4873[yymk4873] = yymv4873 } } } // else len==0: TODO: Should we clear map entries? @@ -62707,10 +62625,10 @@ func (x codecSelfer1234) encSliceSecret(v []Secret, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4889 := range v { + for _, yyv4880 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4890 := &yyv4889 - yy4890.CodecEncodeSelf(e) + yy4881 := &yyv4880 + yy4881.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -62720,83 +62638,83 @@ func (x codecSelfer1234) decSliceSecret(v *[]Secret, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4891 := *v - yyh4891, yyl4891 := z.DecSliceHelperStart() - var yyc4891 bool - if yyl4891 == 0 { - if yyv4891 == nil { - yyv4891 = []Secret{} - yyc4891 = true - } else if len(yyv4891) != 0 { - yyv4891 = yyv4891[:0] - yyc4891 = true + yyv4882 := *v + yyh4882, yyl4882 := z.DecSliceHelperStart() + var yyc4882 bool + if yyl4882 == 0 { + if yyv4882 == nil { + yyv4882 = []Secret{} + yyc4882 = true + } else if len(yyv4882) != 0 { + yyv4882 = yyv4882[:0] + yyc4882 = true } - } else if yyl4891 > 0 { - var yyrr4891, yyrl4891 int - var yyrt4891 bool - if yyl4891 > cap(yyv4891) { + } else if yyl4882 > 0 { + var yyrr4882, yyrl4882 int + var yyrt4882 bool + if yyl4882 > cap(yyv4882) { - yyrg4891 := len(yyv4891) > 0 - yyv24891 := yyv4891 - yyrl4891, yyrt4891 = z.DecInferLen(yyl4891, z.DecBasicHandle().MaxInitLen, 288) - if yyrt4891 { - if yyrl4891 <= cap(yyv4891) { - yyv4891 = yyv4891[:yyrl4891] + yyrg4882 := len(yyv4882) > 0 + yyv24882 := yyv4882 + yyrl4882, yyrt4882 = z.DecInferLen(yyl4882, z.DecBasicHandle().MaxInitLen, 288) + if yyrt4882 { + if yyrl4882 <= cap(yyv4882) { + yyv4882 = yyv4882[:yyrl4882] } else { - yyv4891 = make([]Secret, yyrl4891) + yyv4882 = make([]Secret, yyrl4882) } } else { - yyv4891 = make([]Secret, yyrl4891) + yyv4882 = make([]Secret, yyrl4882) } - yyc4891 = true - yyrr4891 = len(yyv4891) - if yyrg4891 { - copy(yyv4891, yyv24891) + yyc4882 = true + yyrr4882 = len(yyv4882) + if yyrg4882 { + copy(yyv4882, yyv24882) } - } else if yyl4891 != len(yyv4891) { - yyv4891 = yyv4891[:yyl4891] - yyc4891 = true + } else if yyl4882 != len(yyv4882) { + yyv4882 = yyv4882[:yyl4882] + yyc4882 = true } - yyj4891 := 0 - for ; yyj4891 < yyrr4891; yyj4891++ { - yyh4891.ElemContainerState(yyj4891) + yyj4882 := 0 + for ; yyj4882 < yyrr4882; yyj4882++ { + yyh4882.ElemContainerState(yyj4882) if r.TryDecodeAsNil() { - yyv4891[yyj4891] = Secret{} + yyv4882[yyj4882] = Secret{} } else { - yyv4892 := &yyv4891[yyj4891] - yyv4892.CodecDecodeSelf(d) + yyv4883 := &yyv4882[yyj4882] + yyv4883.CodecDecodeSelf(d) } } - if yyrt4891 { - for ; yyj4891 < yyl4891; yyj4891++ { - yyv4891 = append(yyv4891, Secret{}) - yyh4891.ElemContainerState(yyj4891) + if yyrt4882 { + for ; yyj4882 < yyl4882; yyj4882++ { + yyv4882 = append(yyv4882, Secret{}) + yyh4882.ElemContainerState(yyj4882) if r.TryDecodeAsNil() { - yyv4891[yyj4891] = Secret{} + yyv4882[yyj4882] = Secret{} } else { - yyv4893 := &yyv4891[yyj4891] - yyv4893.CodecDecodeSelf(d) + yyv4884 := &yyv4882[yyj4882] + yyv4884.CodecDecodeSelf(d) } } } } else { - yyj4891 := 0 - for ; !r.CheckBreak(); yyj4891++ { + yyj4882 := 0 + for ; !r.CheckBreak(); yyj4882++ { - if yyj4891 >= len(yyv4891) { - yyv4891 = append(yyv4891, Secret{}) // var yyz4891 Secret - yyc4891 = true + if yyj4882 >= len(yyv4882) { + yyv4882 = append(yyv4882, Secret{}) // var yyz4882 Secret + yyc4882 = true } - yyh4891.ElemContainerState(yyj4891) - if yyj4891 < len(yyv4891) { + yyh4882.ElemContainerState(yyj4882) + if yyj4882 < len(yyv4882) { if r.TryDecodeAsNil() { - yyv4891[yyj4891] = Secret{} + yyv4882[yyj4882] = Secret{} } else { - yyv4894 := &yyv4891[yyj4891] - yyv4894.CodecDecodeSelf(d) + yyv4885 := &yyv4882[yyj4882] + yyv4885.CodecDecodeSelf(d) } } else { @@ -62804,17 +62722,17 @@ func (x codecSelfer1234) decSliceSecret(v *[]Secret, d *codec1978.Decoder) { } } - if yyj4891 < len(yyv4891) { - yyv4891 = yyv4891[:yyj4891] - yyc4891 = true - } else if yyj4891 == 0 && yyv4891 == nil { - yyv4891 = []Secret{} - yyc4891 = true + if yyj4882 < len(yyv4882) { + yyv4882 = yyv4882[:yyj4882] + yyc4882 = true + } else if yyj4882 == 0 && yyv4882 == nil { + yyv4882 = []Secret{} + yyc4882 = true } } - yyh4891.End() - if yyc4891 { - *v = yyv4891 + yyh4882.End() + if yyc4882 { + *v = yyv4882 } } @@ -62823,10 +62741,10 @@ func (x codecSelfer1234) encSliceConfigMap(v []ConfigMap, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4895 := range v { + for _, yyv4886 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4896 := &yyv4895 - yy4896.CodecEncodeSelf(e) + yy4887 := &yyv4886 + yy4887.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -62836,83 +62754,83 @@ func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4897 := *v - yyh4897, yyl4897 := z.DecSliceHelperStart() - var yyc4897 bool - if yyl4897 == 0 { - if yyv4897 == nil { - yyv4897 = []ConfigMap{} - yyc4897 = true - } else if len(yyv4897) != 0 { - yyv4897 = yyv4897[:0] - yyc4897 = true + yyv4888 := *v + yyh4888, yyl4888 := z.DecSliceHelperStart() + var yyc4888 bool + if yyl4888 == 0 { + if yyv4888 == nil { + yyv4888 = []ConfigMap{} + yyc4888 = true + } else if len(yyv4888) != 0 { + yyv4888 = yyv4888[:0] + yyc4888 = true } - } else if yyl4897 > 0 { - var yyrr4897, yyrl4897 int - var yyrt4897 bool - if yyl4897 > cap(yyv4897) { + } else if yyl4888 > 0 { + var yyrr4888, yyrl4888 int + var yyrt4888 bool + if yyl4888 > cap(yyv4888) { - yyrg4897 := len(yyv4897) > 0 - yyv24897 := yyv4897 - yyrl4897, yyrt4897 = z.DecInferLen(yyl4897, z.DecBasicHandle().MaxInitLen, 264) - if yyrt4897 { - if yyrl4897 <= cap(yyv4897) { - yyv4897 = yyv4897[:yyrl4897] + yyrg4888 := len(yyv4888) > 0 + yyv24888 := yyv4888 + yyrl4888, yyrt4888 = z.DecInferLen(yyl4888, z.DecBasicHandle().MaxInitLen, 264) + if yyrt4888 { + if yyrl4888 <= cap(yyv4888) { + yyv4888 = yyv4888[:yyrl4888] } else { - yyv4897 = make([]ConfigMap, yyrl4897) + yyv4888 = make([]ConfigMap, yyrl4888) } } else { - yyv4897 = make([]ConfigMap, yyrl4897) + yyv4888 = make([]ConfigMap, yyrl4888) } - yyc4897 = true - yyrr4897 = len(yyv4897) - if yyrg4897 { - copy(yyv4897, yyv24897) + yyc4888 = true + yyrr4888 = len(yyv4888) + if yyrg4888 { + copy(yyv4888, yyv24888) } - } else if yyl4897 != len(yyv4897) { - yyv4897 = yyv4897[:yyl4897] - yyc4897 = true + } else if yyl4888 != len(yyv4888) { + yyv4888 = yyv4888[:yyl4888] + yyc4888 = true } - yyj4897 := 0 - for ; yyj4897 < yyrr4897; yyj4897++ { - yyh4897.ElemContainerState(yyj4897) + yyj4888 := 0 + for ; yyj4888 < yyrr4888; yyj4888++ { + yyh4888.ElemContainerState(yyj4888) if r.TryDecodeAsNil() { - yyv4897[yyj4897] = ConfigMap{} + yyv4888[yyj4888] = ConfigMap{} } else { - yyv4898 := &yyv4897[yyj4897] - yyv4898.CodecDecodeSelf(d) + yyv4889 := &yyv4888[yyj4888] + yyv4889.CodecDecodeSelf(d) } } - if yyrt4897 { - for ; yyj4897 < yyl4897; yyj4897++ { - yyv4897 = append(yyv4897, ConfigMap{}) - yyh4897.ElemContainerState(yyj4897) + if yyrt4888 { + for ; yyj4888 < yyl4888; yyj4888++ { + yyv4888 = append(yyv4888, ConfigMap{}) + yyh4888.ElemContainerState(yyj4888) if r.TryDecodeAsNil() { - yyv4897[yyj4897] = ConfigMap{} + yyv4888[yyj4888] = ConfigMap{} } else { - yyv4899 := &yyv4897[yyj4897] - yyv4899.CodecDecodeSelf(d) + yyv4890 := &yyv4888[yyj4888] + yyv4890.CodecDecodeSelf(d) } } } } else { - yyj4897 := 0 - for ; !r.CheckBreak(); yyj4897++ { + yyj4888 := 0 + for ; !r.CheckBreak(); yyj4888++ { - if yyj4897 >= len(yyv4897) { - yyv4897 = append(yyv4897, ConfigMap{}) // var yyz4897 ConfigMap - yyc4897 = true + if yyj4888 >= len(yyv4888) { + yyv4888 = append(yyv4888, ConfigMap{}) // var yyz4888 ConfigMap + yyc4888 = true } - yyh4897.ElemContainerState(yyj4897) - if yyj4897 < len(yyv4897) { + yyh4888.ElemContainerState(yyj4888) + if yyj4888 < len(yyv4888) { if r.TryDecodeAsNil() { - yyv4897[yyj4897] = ConfigMap{} + yyv4888[yyj4888] = ConfigMap{} } else { - yyv4900 := &yyv4897[yyj4897] - yyv4900.CodecDecodeSelf(d) + yyv4891 := &yyv4888[yyj4888] + yyv4891.CodecDecodeSelf(d) } } else { @@ -62920,17 +62838,17 @@ func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) } } - if yyj4897 < len(yyv4897) { - yyv4897 = yyv4897[:yyj4897] - yyc4897 = true - } else if yyj4897 == 0 && yyv4897 == nil { - yyv4897 = []ConfigMap{} - yyc4897 = true + if yyj4888 < len(yyv4888) { + yyv4888 = yyv4888[:yyj4888] + yyc4888 = true + } else if yyj4888 == 0 && yyv4888 == nil { + yyv4888 = []ConfigMap{} + yyc4888 = true } } - yyh4897.End() - if yyc4897 { - *v = yyv4897 + yyh4888.End() + if yyc4888 { + *v = yyv4888 } } @@ -62939,10 +62857,10 @@ func (x codecSelfer1234) encSliceComponentCondition(v []ComponentCondition, e *c z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4901 := range v { + for _, yyv4892 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4902 := &yyv4901 - yy4902.CodecEncodeSelf(e) + yy4893 := &yyv4892 + yy4893.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -62952,83 +62870,83 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4903 := *v - yyh4903, yyl4903 := z.DecSliceHelperStart() - var yyc4903 bool - if yyl4903 == 0 { - if yyv4903 == nil { - yyv4903 = []ComponentCondition{} - yyc4903 = true - } else if len(yyv4903) != 0 { - yyv4903 = yyv4903[:0] - yyc4903 = true + yyv4894 := *v + yyh4894, yyl4894 := z.DecSliceHelperStart() + var yyc4894 bool + if yyl4894 == 0 { + if yyv4894 == nil { + yyv4894 = []ComponentCondition{} + yyc4894 = true + } else if len(yyv4894) != 0 { + yyv4894 = yyv4894[:0] + yyc4894 = true } - } else if yyl4903 > 0 { - var yyrr4903, yyrl4903 int - var yyrt4903 bool - if yyl4903 > cap(yyv4903) { + } else if yyl4894 > 0 { + var yyrr4894, yyrl4894 int + var yyrt4894 bool + if yyl4894 > cap(yyv4894) { - yyrg4903 := len(yyv4903) > 0 - yyv24903 := yyv4903 - yyrl4903, yyrt4903 = z.DecInferLen(yyl4903, z.DecBasicHandle().MaxInitLen, 64) - if yyrt4903 { - if yyrl4903 <= cap(yyv4903) { - yyv4903 = yyv4903[:yyrl4903] + yyrg4894 := len(yyv4894) > 0 + yyv24894 := yyv4894 + yyrl4894, yyrt4894 = z.DecInferLen(yyl4894, z.DecBasicHandle().MaxInitLen, 64) + if yyrt4894 { + if yyrl4894 <= cap(yyv4894) { + yyv4894 = yyv4894[:yyrl4894] } else { - yyv4903 = make([]ComponentCondition, yyrl4903) + yyv4894 = make([]ComponentCondition, yyrl4894) } } else { - yyv4903 = make([]ComponentCondition, yyrl4903) + yyv4894 = make([]ComponentCondition, yyrl4894) } - yyc4903 = true - yyrr4903 = len(yyv4903) - if yyrg4903 { - copy(yyv4903, yyv24903) + yyc4894 = true + yyrr4894 = len(yyv4894) + if yyrg4894 { + copy(yyv4894, yyv24894) } - } else if yyl4903 != len(yyv4903) { - yyv4903 = yyv4903[:yyl4903] - yyc4903 = true + } else if yyl4894 != len(yyv4894) { + yyv4894 = yyv4894[:yyl4894] + yyc4894 = true } - yyj4903 := 0 - for ; yyj4903 < yyrr4903; yyj4903++ { - yyh4903.ElemContainerState(yyj4903) + yyj4894 := 0 + for ; yyj4894 < yyrr4894; yyj4894++ { + yyh4894.ElemContainerState(yyj4894) if r.TryDecodeAsNil() { - yyv4903[yyj4903] = ComponentCondition{} + yyv4894[yyj4894] = ComponentCondition{} } else { - yyv4904 := &yyv4903[yyj4903] - yyv4904.CodecDecodeSelf(d) + yyv4895 := &yyv4894[yyj4894] + yyv4895.CodecDecodeSelf(d) } } - if yyrt4903 { - for ; yyj4903 < yyl4903; yyj4903++ { - yyv4903 = append(yyv4903, ComponentCondition{}) - yyh4903.ElemContainerState(yyj4903) + if yyrt4894 { + for ; yyj4894 < yyl4894; yyj4894++ { + yyv4894 = append(yyv4894, ComponentCondition{}) + yyh4894.ElemContainerState(yyj4894) if r.TryDecodeAsNil() { - yyv4903[yyj4903] = ComponentCondition{} + yyv4894[yyj4894] = ComponentCondition{} } else { - yyv4905 := &yyv4903[yyj4903] - yyv4905.CodecDecodeSelf(d) + yyv4896 := &yyv4894[yyj4894] + yyv4896.CodecDecodeSelf(d) } } } } else { - yyj4903 := 0 - for ; !r.CheckBreak(); yyj4903++ { + yyj4894 := 0 + for ; !r.CheckBreak(); yyj4894++ { - if yyj4903 >= len(yyv4903) { - yyv4903 = append(yyv4903, ComponentCondition{}) // var yyz4903 ComponentCondition - yyc4903 = true + if yyj4894 >= len(yyv4894) { + yyv4894 = append(yyv4894, ComponentCondition{}) // var yyz4894 ComponentCondition + yyc4894 = true } - yyh4903.ElemContainerState(yyj4903) - if yyj4903 < len(yyv4903) { + yyh4894.ElemContainerState(yyj4894) + if yyj4894 < len(yyv4894) { if r.TryDecodeAsNil() { - yyv4903[yyj4903] = ComponentCondition{} + yyv4894[yyj4894] = ComponentCondition{} } else { - yyv4906 := &yyv4903[yyj4903] - yyv4906.CodecDecodeSelf(d) + yyv4897 := &yyv4894[yyj4894] + yyv4897.CodecDecodeSelf(d) } } else { @@ -63036,17 +62954,17 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * } } - if yyj4903 < len(yyv4903) { - yyv4903 = yyv4903[:yyj4903] - yyc4903 = true - } else if yyj4903 == 0 && yyv4903 == nil { - yyv4903 = []ComponentCondition{} - yyc4903 = true + if yyj4894 < len(yyv4894) { + yyv4894 = yyv4894[:yyj4894] + yyc4894 = true + } else if yyj4894 == 0 && yyv4894 == nil { + yyv4894 = []ComponentCondition{} + yyc4894 = true } } - yyh4903.End() - if yyc4903 { - *v = yyv4903 + yyh4894.End() + if yyc4894 { + *v = yyv4894 } } @@ -63055,10 +62973,10 @@ func (x codecSelfer1234) encSliceComponentStatus(v []ComponentStatus, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4907 := range v { + for _, yyv4898 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4908 := &yyv4907 - yy4908.CodecEncodeSelf(e) + yy4899 := &yyv4898 + yy4899.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -63068,83 +62986,83 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4909 := *v - yyh4909, yyl4909 := z.DecSliceHelperStart() - var yyc4909 bool - if yyl4909 == 0 { - if yyv4909 == nil { - yyv4909 = []ComponentStatus{} - yyc4909 = true - } else if len(yyv4909) != 0 { - yyv4909 = yyv4909[:0] - yyc4909 = true + yyv4900 := *v + yyh4900, yyl4900 := z.DecSliceHelperStart() + var yyc4900 bool + if yyl4900 == 0 { + if yyv4900 == nil { + yyv4900 = []ComponentStatus{} + yyc4900 = true + } else if len(yyv4900) != 0 { + yyv4900 = yyv4900[:0] + yyc4900 = true } - } else if yyl4909 > 0 { - var yyrr4909, yyrl4909 int - var yyrt4909 bool - if yyl4909 > cap(yyv4909) { + } else if yyl4900 > 0 { + var yyrr4900, yyrl4900 int + var yyrt4900 bool + if yyl4900 > cap(yyv4900) { - yyrg4909 := len(yyv4909) > 0 - yyv24909 := yyv4909 - yyrl4909, yyrt4909 = z.DecInferLen(yyl4909, z.DecBasicHandle().MaxInitLen, 280) - if yyrt4909 { - if yyrl4909 <= cap(yyv4909) { - yyv4909 = yyv4909[:yyrl4909] + yyrg4900 := len(yyv4900) > 0 + yyv24900 := yyv4900 + yyrl4900, yyrt4900 = z.DecInferLen(yyl4900, z.DecBasicHandle().MaxInitLen, 280) + if yyrt4900 { + if yyrl4900 <= cap(yyv4900) { + yyv4900 = yyv4900[:yyrl4900] } else { - yyv4909 = make([]ComponentStatus, yyrl4909) + yyv4900 = make([]ComponentStatus, yyrl4900) } } else { - yyv4909 = make([]ComponentStatus, yyrl4909) + yyv4900 = make([]ComponentStatus, yyrl4900) } - yyc4909 = true - yyrr4909 = len(yyv4909) - if yyrg4909 { - copy(yyv4909, yyv24909) + yyc4900 = true + yyrr4900 = len(yyv4900) + if yyrg4900 { + copy(yyv4900, yyv24900) } - } else if yyl4909 != len(yyv4909) { - yyv4909 = yyv4909[:yyl4909] - yyc4909 = true + } else if yyl4900 != len(yyv4900) { + yyv4900 = yyv4900[:yyl4900] + yyc4900 = true } - yyj4909 := 0 - for ; yyj4909 < yyrr4909; yyj4909++ { - yyh4909.ElemContainerState(yyj4909) + yyj4900 := 0 + for ; yyj4900 < yyrr4900; yyj4900++ { + yyh4900.ElemContainerState(yyj4900) if r.TryDecodeAsNil() { - yyv4909[yyj4909] = ComponentStatus{} + yyv4900[yyj4900] = ComponentStatus{} } else { - yyv4910 := &yyv4909[yyj4909] - yyv4910.CodecDecodeSelf(d) + yyv4901 := &yyv4900[yyj4900] + yyv4901.CodecDecodeSelf(d) } } - if yyrt4909 { - for ; yyj4909 < yyl4909; yyj4909++ { - yyv4909 = append(yyv4909, ComponentStatus{}) - yyh4909.ElemContainerState(yyj4909) + if yyrt4900 { + for ; yyj4900 < yyl4900; yyj4900++ { + yyv4900 = append(yyv4900, ComponentStatus{}) + yyh4900.ElemContainerState(yyj4900) if r.TryDecodeAsNil() { - yyv4909[yyj4909] = ComponentStatus{} + yyv4900[yyj4900] = ComponentStatus{} } else { - yyv4911 := &yyv4909[yyj4909] - yyv4911.CodecDecodeSelf(d) + yyv4902 := &yyv4900[yyj4900] + yyv4902.CodecDecodeSelf(d) } } } } else { - yyj4909 := 0 - for ; !r.CheckBreak(); yyj4909++ { + yyj4900 := 0 + for ; !r.CheckBreak(); yyj4900++ { - if yyj4909 >= len(yyv4909) { - yyv4909 = append(yyv4909, ComponentStatus{}) // var yyz4909 ComponentStatus - yyc4909 = true + if yyj4900 >= len(yyv4900) { + yyv4900 = append(yyv4900, ComponentStatus{}) // var yyz4900 ComponentStatus + yyc4900 = true } - yyh4909.ElemContainerState(yyj4909) - if yyj4909 < len(yyv4909) { + yyh4900.ElemContainerState(yyj4900) + if yyj4900 < len(yyv4900) { if r.TryDecodeAsNil() { - yyv4909[yyj4909] = ComponentStatus{} + yyv4900[yyj4900] = ComponentStatus{} } else { - yyv4912 := &yyv4909[yyj4909] - yyv4912.CodecDecodeSelf(d) + yyv4903 := &yyv4900[yyj4900] + yyv4903.CodecDecodeSelf(d) } } else { @@ -63152,17 +63070,17 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 } } - if yyj4909 < len(yyv4909) { - yyv4909 = yyv4909[:yyj4909] - yyc4909 = true - } else if yyj4909 == 0 && yyv4909 == nil { - yyv4909 = []ComponentStatus{} - yyc4909 = true + if yyj4900 < len(yyv4900) { + yyv4900 = yyv4900[:yyj4900] + yyc4900 = true + } else if yyj4900 == 0 && yyv4900 == nil { + yyv4900 = []ComponentStatus{} + yyc4900 = true } } - yyh4909.End() - if yyc4909 { - *v = yyv4909 + yyh4900.End() + if yyc4900 { + *v = yyv4900 } } @@ -63171,10 +63089,10 @@ func (x codecSelfer1234) encSliceDownwardAPIVolumeFile(v []DownwardAPIVolumeFile z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4913 := range v { + for _, yyv4904 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4914 := &yyv4913 - yy4914.CodecEncodeSelf(e) + yy4905 := &yyv4904 + yy4905.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -63184,83 +63102,83 @@ func (x codecSelfer1234) decSliceDownwardAPIVolumeFile(v *[]DownwardAPIVolumeFil z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4915 := *v - yyh4915, yyl4915 := z.DecSliceHelperStart() - var yyc4915 bool - if yyl4915 == 0 { - if yyv4915 == nil { - yyv4915 = []DownwardAPIVolumeFile{} - yyc4915 = true - } else if len(yyv4915) != 0 { - yyv4915 = yyv4915[:0] - yyc4915 = true + yyv4906 := *v + yyh4906, yyl4906 := z.DecSliceHelperStart() + var yyc4906 bool + if yyl4906 == 0 { + if yyv4906 == nil { + yyv4906 = []DownwardAPIVolumeFile{} + yyc4906 = true + } else if len(yyv4906) != 0 { + yyv4906 = yyv4906[:0] + yyc4906 = true } - } else if yyl4915 > 0 { - var yyrr4915, yyrl4915 int - var yyrt4915 bool - if yyl4915 > cap(yyv4915) { + } else if yyl4906 > 0 { + var yyrr4906, yyrl4906 int + var yyrt4906 bool + if yyl4906 > cap(yyv4906) { - yyrg4915 := len(yyv4915) > 0 - yyv24915 := yyv4915 - yyrl4915, yyrt4915 = z.DecInferLen(yyl4915, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4915 { - if yyrl4915 <= cap(yyv4915) { - yyv4915 = yyv4915[:yyrl4915] + yyrg4906 := len(yyv4906) > 0 + yyv24906 := yyv4906 + yyrl4906, yyrt4906 = z.DecInferLen(yyl4906, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4906 { + if yyrl4906 <= cap(yyv4906) { + yyv4906 = yyv4906[:yyrl4906] } else { - yyv4915 = make([]DownwardAPIVolumeFile, yyrl4915) + yyv4906 = make([]DownwardAPIVolumeFile, yyrl4906) } } else { - yyv4915 = make([]DownwardAPIVolumeFile, yyrl4915) + yyv4906 = make([]DownwardAPIVolumeFile, yyrl4906) } - yyc4915 = true - yyrr4915 = len(yyv4915) - if yyrg4915 { - copy(yyv4915, yyv24915) + yyc4906 = true + yyrr4906 = len(yyv4906) + if yyrg4906 { + copy(yyv4906, yyv24906) } - } else if yyl4915 != len(yyv4915) { - yyv4915 = yyv4915[:yyl4915] - yyc4915 = true + } else if yyl4906 != len(yyv4906) { + yyv4906 = yyv4906[:yyl4906] + yyc4906 = true } - yyj4915 := 0 - for ; yyj4915 < yyrr4915; yyj4915++ { - yyh4915.ElemContainerState(yyj4915) + yyj4906 := 0 + for ; yyj4906 < yyrr4906; yyj4906++ { + yyh4906.ElemContainerState(yyj4906) if r.TryDecodeAsNil() { - yyv4915[yyj4915] = DownwardAPIVolumeFile{} + yyv4906[yyj4906] = DownwardAPIVolumeFile{} } else { - yyv4916 := &yyv4915[yyj4915] - yyv4916.CodecDecodeSelf(d) + yyv4907 := &yyv4906[yyj4906] + yyv4907.CodecDecodeSelf(d) } } - if yyrt4915 { - for ; yyj4915 < yyl4915; yyj4915++ { - yyv4915 = append(yyv4915, DownwardAPIVolumeFile{}) - yyh4915.ElemContainerState(yyj4915) + if yyrt4906 { + for ; yyj4906 < yyl4906; yyj4906++ { + yyv4906 = append(yyv4906, DownwardAPIVolumeFile{}) + yyh4906.ElemContainerState(yyj4906) if r.TryDecodeAsNil() { - yyv4915[yyj4915] = DownwardAPIVolumeFile{} + yyv4906[yyj4906] = DownwardAPIVolumeFile{} } else { - yyv4917 := &yyv4915[yyj4915] - yyv4917.CodecDecodeSelf(d) + yyv4908 := &yyv4906[yyj4906] + yyv4908.CodecDecodeSelf(d) } } } } else { - yyj4915 := 0 - for ; !r.CheckBreak(); yyj4915++ { + yyj4906 := 0 + for ; !r.CheckBreak(); yyj4906++ { - if yyj4915 >= len(yyv4915) { - yyv4915 = append(yyv4915, DownwardAPIVolumeFile{}) // var yyz4915 DownwardAPIVolumeFile - yyc4915 = true + if yyj4906 >= len(yyv4906) { + yyv4906 = append(yyv4906, DownwardAPIVolumeFile{}) // var yyz4906 DownwardAPIVolumeFile + yyc4906 = true } - yyh4915.ElemContainerState(yyj4915) - if yyj4915 < len(yyv4915) { + yyh4906.ElemContainerState(yyj4906) + if yyj4906 < len(yyv4906) { if r.TryDecodeAsNil() { - yyv4915[yyj4915] = DownwardAPIVolumeFile{} + yyv4906[yyj4906] = DownwardAPIVolumeFile{} } else { - yyv4918 := &yyv4915[yyj4915] - yyv4918.CodecDecodeSelf(d) + yyv4909 := &yyv4906[yyj4906] + yyv4909.CodecDecodeSelf(d) } } else { @@ -63268,16 +63186,16 @@ func (x codecSelfer1234) decSliceDownwardAPIVolumeFile(v *[]DownwardAPIVolumeFil } } - if yyj4915 < len(yyv4915) { - yyv4915 = yyv4915[:yyj4915] - yyc4915 = true - } else if yyj4915 == 0 && yyv4915 == nil { - yyv4915 = []DownwardAPIVolumeFile{} - yyc4915 = true + if yyj4906 < len(yyv4906) { + yyv4906 = yyv4906[:yyj4906] + yyc4906 = true + } else if yyj4906 == 0 && yyv4906 == nil { + yyv4906 = []DownwardAPIVolumeFile{} + yyc4906 = true } } - yyh4915.End() - if yyc4915 { - *v = yyv4915 + yyh4906.End() + if yyc4906 { + *v = yyv4906 } } diff --git a/pkg/api/v1/types_swagger_doc_generated.go b/pkg/api/v1/types_swagger_doc_generated.go index 2347076084..fc8095a59e 100644 --- a/pkg/api/v1/types_swagger_doc_generated.go +++ b/pkg/api/v1/types_swagger_doc_generated.go @@ -1447,7 +1447,6 @@ var map_ReplicationControllerCondition = map[string]string{ "": "ReplicationControllerCondition describes the state of a replication controller at a certain point.", "type": "Type of replication controller condition.", "status": "Status of the condition, one of True, False, Unknown.", - "lastProbeTime": "Last time we probed the condition.", "lastTransitionTime": "The last time the condition transitioned from one status to another.", "reason": "The reason for the condition's last transition.", "message": "A human readable message indicating details about the transition.", diff --git a/pkg/api/v1/zz_generated.conversion.go b/pkg/api/v1/zz_generated.conversion.go index 24c5f82819..6cff4e787c 100644 --- a/pkg/api/v1/zz_generated.conversion.go +++ b/pkg/api/v1/zz_generated.conversion.go @@ -5606,9 +5606,6 @@ func Convert_api_ReplicationController_To_v1_ReplicationController(in *api.Repli func autoConvert_v1_ReplicationControllerCondition_To_api_ReplicationControllerCondition(in *ReplicationControllerCondition, out *api.ReplicationControllerCondition, s conversion.Scope) error { out.Type = api.ReplicationControllerConditionType(in.Type) out.Status = api.ConditionStatus(in.Status) - if err := api.Convert_unversioned_Time_To_unversioned_Time(&in.LastProbeTime, &out.LastProbeTime, s); err != nil { - return err - } if err := api.Convert_unversioned_Time_To_unversioned_Time(&in.LastTransitionTime, &out.LastTransitionTime, s); err != nil { return err } @@ -5624,9 +5621,6 @@ func Convert_v1_ReplicationControllerCondition_To_api_ReplicationControllerCondi func autoConvert_api_ReplicationControllerCondition_To_v1_ReplicationControllerCondition(in *api.ReplicationControllerCondition, out *ReplicationControllerCondition, s conversion.Scope) error { out.Type = ReplicationControllerConditionType(in.Type) out.Status = ConditionStatus(in.Status) - if err := api.Convert_unversioned_Time_To_unversioned_Time(&in.LastProbeTime, &out.LastProbeTime, s); err != nil { - return err - } if err := api.Convert_unversioned_Time_To_unversioned_Time(&in.LastTransitionTime, &out.LastTransitionTime, s); err != nil { return err } diff --git a/pkg/api/v1/zz_generated.deepcopy.go b/pkg/api/v1/zz_generated.deepcopy.go index 3d9c85a627..010385599b 100644 --- a/pkg/api/v1/zz_generated.deepcopy.go +++ b/pkg/api/v1/zz_generated.deepcopy.go @@ -2919,7 +2919,6 @@ func DeepCopy_v1_ReplicationControllerCondition(in interface{}, out interface{}, out := out.(*ReplicationControllerCondition) out.Type = in.Type out.Status = in.Status - out.LastProbeTime = in.LastProbeTime.DeepCopy() out.LastTransitionTime = in.LastTransitionTime.DeepCopy() out.Reason = in.Reason out.Message = in.Message diff --git a/pkg/api/zz_generated.deepcopy.go b/pkg/api/zz_generated.deepcopy.go index 03a3a9a179..e952285aba 100644 --- a/pkg/api/zz_generated.deepcopy.go +++ b/pkg/api/zz_generated.deepcopy.go @@ -2977,7 +2977,6 @@ func DeepCopy_api_ReplicationControllerCondition(in interface{}, out interface{} out := out.(*ReplicationControllerCondition) out.Type = in.Type out.Status = in.Status - out.LastProbeTime = in.LastProbeTime.DeepCopy() out.LastTransitionTime = in.LastTransitionTime.DeepCopy() out.Reason = in.Reason out.Message = in.Message diff --git a/pkg/apis/extensions/types.generated.go b/pkg/apis/extensions/types.generated.go index e84185bab0..eff1b8be27 100644 --- a/pkg/apis/extensions/types.generated.go +++ b/pkg/apis/extensions/types.generated.go @@ -11197,16 +11197,15 @@ func (x *ReplicaSetCondition) CodecEncodeSelf(e *codec1978.Encoder) { } else { yysep931 := !z.EncBinary() yy2arr931 := z.EncBasicHandle().StructToArray - var yyq931 [6]bool + var yyq931 [5]bool _, _, _ = yysep931, yyq931, yy2arr931 const yyr931 bool = false yyq931[2] = true - yyq931[3] = true - yyq931[4] = x.Reason != "" - yyq931[5] = x.Message != "" + yyq931[3] = x.Reason != "" + yyq931[4] = x.Message != "" var yynn931 int if yyr931 || yy2arr931 { - r.EncodeArrayStart(6) + r.EncodeArrayStart(5) } else { yynn931 = 2 for _, b := range yyq931 { @@ -11250,7 +11249,7 @@ func (x *ReplicaSetCondition) CodecEncodeSelf(e *codec1978.Encoder) { if yyr931 || yy2arr931 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if yyq931[2] { - yy937 := &x.LastProbeTime + yy937 := &x.LastTransitionTime yym938 := z.EncBinary() _ = yym938 if false { @@ -11268,9 +11267,9 @@ func (x *ReplicaSetCondition) CodecEncodeSelf(e *codec1978.Encoder) { } else { if yyq931[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastProbeTime")) + r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy939 := &x.LastProbeTime + yy939 := &x.LastTransitionTime yym940 := z.EncBinary() _ = yym940 if false { @@ -11287,45 +11286,8 @@ func (x *ReplicaSetCondition) CodecEncodeSelf(e *codec1978.Encoder) { if yyr931 || yy2arr931 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if yyq931[3] { - yy942 := &x.LastTransitionTime - yym943 := z.EncBinary() - _ = yym943 - if false { - } else if z.HasExtensions() && z.EncExt(yy942) { - } else if yym943 { - z.EncBinaryMarshal(yy942) - } else if !yym943 && z.IsJSONHandle() { - z.EncJSONMarshal(yy942) - } else { - z.EncFallback(yy942) - } - } else { - r.EncodeNil() - } - } else { - if yyq931[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy944 := &x.LastTransitionTime - yym945 := z.EncBinary() - _ = yym945 - if false { - } else if z.HasExtensions() && z.EncExt(yy944) { - } else if yym945 { - z.EncBinaryMarshal(yy944) - } else if !yym945 && z.IsJSONHandle() { - z.EncJSONMarshal(yy944) - } else { - z.EncFallback(yy944) - } - } - } - if yyr931 || yy2arr931 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq931[4] { - yym947 := z.EncBinary() - _ = yym947 + yym942 := z.EncBinary() + _ = yym942 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -11334,12 +11296,12 @@ func (x *ReplicaSetCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq931[4] { + if yyq931[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym948 := z.EncBinary() - _ = yym948 + yym943 := z.EncBinary() + _ = yym943 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -11348,9 +11310,9 @@ func (x *ReplicaSetCondition) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr931 || yy2arr931 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq931[5] { - yym950 := z.EncBinary() - _ = yym950 + if yyq931[4] { + yym945 := z.EncBinary() + _ = yym945 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -11359,12 +11321,12 @@ func (x *ReplicaSetCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq931[5] { + if yyq931[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym951 := z.EncBinary() - _ = yym951 + yym946 := z.EncBinary() + _ = yym946 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -11384,25 +11346,25 @@ func (x *ReplicaSetCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym952 := z.DecBinary() - _ = yym952 + yym947 := z.DecBinary() + _ = yym947 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct953 := r.ContainerType() - if yyct953 == codecSelferValueTypeMap1234 { - yyl953 := r.ReadMapStart() - if yyl953 == 0 { + yyct948 := r.ContainerType() + if yyct948 == codecSelferValueTypeMap1234 { + yyl948 := r.ReadMapStart() + if yyl948 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl953, d) + x.codecDecodeSelfFromMap(yyl948, d) } - } else if yyct953 == codecSelferValueTypeArray1234 { - yyl953 := r.ReadArrayStart() - if yyl953 == 0 { + } else if yyct948 == codecSelferValueTypeArray1234 { + yyl948 := r.ReadArrayStart() + if yyl948 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl953, d) + x.codecDecodeSelfFromArray(yyl948, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -11414,12 +11376,12 @@ func (x *ReplicaSetCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys954Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys954Slc - var yyhl954 bool = l >= 0 - for yyj954 := 0; ; yyj954++ { - if yyhl954 { - if yyj954 >= l { + var yys949Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys949Slc + var yyhl949 bool = l >= 0 + for yyj949 := 0; ; yyj949++ { + if yyhl949 { + if yyj949 >= l { break } } else { @@ -11428,10 +11390,10 @@ func (x *ReplicaSetCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys954Slc = r.DecodeBytes(yys954Slc, true, true) - yys954 := string(yys954Slc) + yys949Slc = r.DecodeBytes(yys949Slc, true, true) + yys949 := string(yys949Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys954 { + switch yys949 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -11444,38 +11406,21 @@ func (x *ReplicaSetCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } else { x.Status = pkg2_api.ConditionStatus(r.DecodeString()) } - case "lastProbeTime": - if r.TryDecodeAsNil() { - x.LastProbeTime = pkg1_unversioned.Time{} - } else { - yyv957 := &x.LastProbeTime - yym958 := z.DecBinary() - _ = yym958 - if false { - } else if z.HasExtensions() && z.DecExt(yyv957) { - } else if yym958 { - z.DecBinaryUnmarshal(yyv957) - } else if !yym958 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv957) - } else { - z.DecFallback(yyv957, false) - } - } case "lastTransitionTime": if r.TryDecodeAsNil() { x.LastTransitionTime = pkg1_unversioned.Time{} } else { - yyv959 := &x.LastTransitionTime - yym960 := z.DecBinary() - _ = yym960 + yyv952 := &x.LastTransitionTime + yym953 := z.DecBinary() + _ = yym953 if false { - } else if z.HasExtensions() && z.DecExt(yyv959) { - } else if yym960 { - z.DecBinaryUnmarshal(yyv959) - } else if !yym960 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv959) + } else if z.HasExtensions() && z.DecExt(yyv952) { + } else if yym953 { + z.DecBinaryUnmarshal(yyv952) + } else if !yym953 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv952) } else { - z.DecFallback(yyv959, false) + z.DecFallback(yyv952, false) } } case "reason": @@ -11491,9 +11436,9 @@ func (x *ReplicaSetCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys954) - } // end switch yys954 - } // end for yyj954 + z.DecStructFieldNotFound(-1, yys949) + } // end switch yys949 + } // end for yyj949 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -11501,16 +11446,16 @@ func (x *ReplicaSetCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj963 int - var yyb963 bool - var yyhl963 bool = l >= 0 - yyj963++ - if yyhl963 { - yyb963 = yyj963 > l + var yyj956 int + var yyb956 bool + var yyhl956 bool = l >= 0 + yyj956++ + if yyhl956 { + yyb956 = yyj956 > l } else { - yyb963 = r.CheckBreak() + yyb956 = r.CheckBreak() } - if yyb963 { + if yyb956 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11520,13 +11465,13 @@ func (x *ReplicaSetCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Type = ReplicaSetConditionType(r.DecodeString()) } - yyj963++ - if yyhl963 { - yyb963 = yyj963 > l + yyj956++ + if yyhl956 { + yyb956 = yyj956 > l } else { - yyb963 = r.CheckBreak() + yyb956 = r.CheckBreak() } - if yyb963 { + if yyb956 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11536,40 +11481,13 @@ func (x *ReplicaSetCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Status = pkg2_api.ConditionStatus(r.DecodeString()) } - yyj963++ - if yyhl963 { - yyb963 = yyj963 > l + yyj956++ + if yyhl956 { + yyb956 = yyj956 > l } else { - yyb963 = r.CheckBreak() + yyb956 = r.CheckBreak() } - if yyb963 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.LastProbeTime = pkg1_unversioned.Time{} - } else { - yyv966 := &x.LastProbeTime - yym967 := z.DecBinary() - _ = yym967 - if false { - } else if z.HasExtensions() && z.DecExt(yyv966) { - } else if yym967 { - z.DecBinaryUnmarshal(yyv966) - } else if !yym967 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv966) - } else { - z.DecFallback(yyv966, false) - } - } - yyj963++ - if yyhl963 { - yyb963 = yyj963 > l - } else { - yyb963 = r.CheckBreak() - } - if yyb963 { + if yyb956 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11577,26 +11495,26 @@ func (x *ReplicaSetCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.LastTransitionTime = pkg1_unversioned.Time{} } else { - yyv968 := &x.LastTransitionTime - yym969 := z.DecBinary() - _ = yym969 + yyv959 := &x.LastTransitionTime + yym960 := z.DecBinary() + _ = yym960 if false { - } else if z.HasExtensions() && z.DecExt(yyv968) { - } else if yym969 { - z.DecBinaryUnmarshal(yyv968) - } else if !yym969 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv968) + } else if z.HasExtensions() && z.DecExt(yyv959) { + } else if yym960 { + z.DecBinaryUnmarshal(yyv959) + } else if !yym960 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv959) } else { - z.DecFallback(yyv968, false) + z.DecFallback(yyv959, false) } } - yyj963++ - if yyhl963 { - yyb963 = yyj963 > l + yyj956++ + if yyhl956 { + yyb956 = yyj956 > l } else { - yyb963 = r.CheckBreak() + yyb956 = r.CheckBreak() } - if yyb963 { + if yyb956 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11606,13 +11524,13 @@ func (x *ReplicaSetCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Reason = string(r.DecodeString()) } - yyj963++ - if yyhl963 { - yyb963 = yyj963 > l + yyj956++ + if yyhl956 { + yyb956 = yyj956 > l } else { - yyb963 = r.CheckBreak() + yyb956 = r.CheckBreak() } - if yyb963 { + if yyb956 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11623,17 +11541,17 @@ func (x *ReplicaSetCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.Message = string(r.DecodeString()) } for { - yyj963++ - if yyhl963 { - yyb963 = yyj963 > l + yyj956++ + if yyhl956 { + yyb956 = yyj956 > l } else { - yyb963 = r.CheckBreak() + yyb956 = r.CheckBreak() } - if yyb963 { + if yyb956 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj963-1, "") + z.DecStructFieldNotFound(yyj956-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -11645,38 +11563,38 @@ func (x *PodSecurityPolicy) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym972 := z.EncBinary() - _ = yym972 + yym963 := z.EncBinary() + _ = yym963 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep973 := !z.EncBinary() - yy2arr973 := z.EncBasicHandle().StructToArray - var yyq973 [4]bool - _, _, _ = yysep973, yyq973, yy2arr973 - const yyr973 bool = false - yyq973[0] = x.Kind != "" - yyq973[1] = x.APIVersion != "" - yyq973[2] = true - yyq973[3] = true - var yynn973 int - if yyr973 || yy2arr973 { + yysep964 := !z.EncBinary() + yy2arr964 := z.EncBasicHandle().StructToArray + var yyq964 [4]bool + _, _, _ = yysep964, yyq964, yy2arr964 + const yyr964 bool = false + yyq964[0] = x.Kind != "" + yyq964[1] = x.APIVersion != "" + yyq964[2] = true + yyq964[3] = true + var yynn964 int + if yyr964 || yy2arr964 { r.EncodeArrayStart(4) } else { - yynn973 = 0 - for _, b := range yyq973 { + yynn964 = 0 + for _, b := range yyq964 { if b { - yynn973++ + yynn964++ } } - r.EncodeMapStart(yynn973) - yynn973 = 0 + r.EncodeMapStart(yynn964) + yynn964 = 0 } - if yyr973 || yy2arr973 { + if yyr964 || yy2arr964 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq973[0] { - yym975 := z.EncBinary() - _ = yym975 + if yyq964[0] { + yym966 := z.EncBinary() + _ = yym966 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -11685,23 +11603,23 @@ func (x *PodSecurityPolicy) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq973[0] { + if yyq964[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym976 := z.EncBinary() - _ = yym976 + yym967 := z.EncBinary() + _ = yym967 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr973 || yy2arr973 { + if yyr964 || yy2arr964 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq973[1] { - yym978 := z.EncBinary() - _ = yym978 + if yyq964[1] { + yym969 := z.EncBinary() + _ = yym969 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -11710,53 +11628,53 @@ func (x *PodSecurityPolicy) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq973[1] { + if yyq964[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym979 := z.EncBinary() - _ = yym979 + yym970 := z.EncBinary() + _ = yym970 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr973 || yy2arr973 { + if yyr964 || yy2arr964 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq973[2] { - yy981 := &x.ObjectMeta - yy981.CodecEncodeSelf(e) + if yyq964[2] { + yy972 := &x.ObjectMeta + yy972.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq973[2] { + if yyq964[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy982 := &x.ObjectMeta - yy982.CodecEncodeSelf(e) + yy973 := &x.ObjectMeta + yy973.CodecEncodeSelf(e) } } - if yyr973 || yy2arr973 { + if yyr964 || yy2arr964 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq973[3] { - yy984 := &x.Spec - yy984.CodecEncodeSelf(e) + if yyq964[3] { + yy975 := &x.Spec + yy975.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq973[3] { + if yyq964[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy985 := &x.Spec - yy985.CodecEncodeSelf(e) + yy976 := &x.Spec + yy976.CodecEncodeSelf(e) } } - if yyr973 || yy2arr973 { + if yyr964 || yy2arr964 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -11769,25 +11687,25 @@ func (x *PodSecurityPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym986 := z.DecBinary() - _ = yym986 + yym977 := z.DecBinary() + _ = yym977 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct987 := r.ContainerType() - if yyct987 == codecSelferValueTypeMap1234 { - yyl987 := r.ReadMapStart() - if yyl987 == 0 { + yyct978 := r.ContainerType() + if yyct978 == codecSelferValueTypeMap1234 { + yyl978 := r.ReadMapStart() + if yyl978 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl987, d) + x.codecDecodeSelfFromMap(yyl978, d) } - } else if yyct987 == codecSelferValueTypeArray1234 { - yyl987 := r.ReadArrayStart() - if yyl987 == 0 { + } else if yyct978 == codecSelferValueTypeArray1234 { + yyl978 := r.ReadArrayStart() + if yyl978 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl987, d) + x.codecDecodeSelfFromArray(yyl978, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -11799,12 +11717,12 @@ func (x *PodSecurityPolicy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys988Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys988Slc - var yyhl988 bool = l >= 0 - for yyj988 := 0; ; yyj988++ { - if yyhl988 { - if yyj988 >= l { + var yys979Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys979Slc + var yyhl979 bool = l >= 0 + for yyj979 := 0; ; yyj979++ { + if yyhl979 { + if yyj979 >= l { break } } else { @@ -11813,10 +11731,10 @@ func (x *PodSecurityPolicy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys988Slc = r.DecodeBytes(yys988Slc, true, true) - yys988 := string(yys988Slc) + yys979Slc = r.DecodeBytes(yys979Slc, true, true) + yys979 := string(yys979Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys988 { + switch yys979 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -11833,20 +11751,20 @@ func (x *PodSecurityPolicy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_api.ObjectMeta{} } else { - yyv991 := &x.ObjectMeta - yyv991.CodecDecodeSelf(d) + yyv982 := &x.ObjectMeta + yyv982.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = PodSecurityPolicySpec{} } else { - yyv992 := &x.Spec - yyv992.CodecDecodeSelf(d) + yyv983 := &x.Spec + yyv983.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys988) - } // end switch yys988 - } // end for yyj988 + z.DecStructFieldNotFound(-1, yys979) + } // end switch yys979 + } // end for yyj979 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -11854,16 +11772,16 @@ func (x *PodSecurityPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj993 int - var yyb993 bool - var yyhl993 bool = l >= 0 - yyj993++ - if yyhl993 { - yyb993 = yyj993 > l + var yyj984 int + var yyb984 bool + var yyhl984 bool = l >= 0 + yyj984++ + if yyhl984 { + yyb984 = yyj984 > l } else { - yyb993 = r.CheckBreak() + yyb984 = r.CheckBreak() } - if yyb993 { + if yyb984 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11873,13 +11791,13 @@ func (x *PodSecurityPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.Kind = string(r.DecodeString()) } - yyj993++ - if yyhl993 { - yyb993 = yyj993 > l + yyj984++ + if yyhl984 { + yyb984 = yyj984 > l } else { - yyb993 = r.CheckBreak() + yyb984 = r.CheckBreak() } - if yyb993 { + if yyb984 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11889,13 +11807,13 @@ func (x *PodSecurityPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.APIVersion = string(r.DecodeString()) } - yyj993++ - if yyhl993 { - yyb993 = yyj993 > l + yyj984++ + if yyhl984 { + yyb984 = yyj984 > l } else { - yyb993 = r.CheckBreak() + yyb984 = r.CheckBreak() } - if yyb993 { + if yyb984 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11903,16 +11821,16 @@ func (x *PodSecurityPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_api.ObjectMeta{} } else { - yyv996 := &x.ObjectMeta - yyv996.CodecDecodeSelf(d) + yyv987 := &x.ObjectMeta + yyv987.CodecDecodeSelf(d) } - yyj993++ - if yyhl993 { - yyb993 = yyj993 > l + yyj984++ + if yyhl984 { + yyb984 = yyj984 > l } else { - yyb993 = r.CheckBreak() + yyb984 = r.CheckBreak() } - if yyb993 { + if yyb984 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11920,21 +11838,21 @@ func (x *PodSecurityPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Spec = PodSecurityPolicySpec{} } else { - yyv997 := &x.Spec - yyv997.CodecDecodeSelf(d) + yyv988 := &x.Spec + yyv988.CodecDecodeSelf(d) } for { - yyj993++ - if yyhl993 { - yyb993 = yyj993 > l + yyj984++ + if yyhl984 { + yyb984 = yyj984 > l } else { - yyb993 = r.CheckBreak() + yyb984 = r.CheckBreak() } - if yyb993 { + if yyb984 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj993-1, "") + z.DecStructFieldNotFound(yyj984-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -11946,44 +11864,44 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym998 := z.EncBinary() - _ = yym998 + yym989 := z.EncBinary() + _ = yym989 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep999 := !z.EncBinary() - yy2arr999 := z.EncBasicHandle().StructToArray - var yyq999 [14]bool - _, _, _ = yysep999, yyq999, yy2arr999 - const yyr999 bool = false - yyq999[0] = x.Privileged != false - yyq999[1] = len(x.DefaultAddCapabilities) != 0 - yyq999[2] = len(x.RequiredDropCapabilities) != 0 - yyq999[3] = len(x.AllowedCapabilities) != 0 - yyq999[4] = len(x.Volumes) != 0 - yyq999[5] = x.HostNetwork != false - yyq999[6] = len(x.HostPorts) != 0 - yyq999[7] = x.HostPID != false - yyq999[8] = x.HostIPC != false - yyq999[13] = x.ReadOnlyRootFilesystem != false - var yynn999 int - if yyr999 || yy2arr999 { + yysep990 := !z.EncBinary() + yy2arr990 := z.EncBasicHandle().StructToArray + var yyq990 [14]bool + _, _, _ = yysep990, yyq990, yy2arr990 + const yyr990 bool = false + yyq990[0] = x.Privileged != false + yyq990[1] = len(x.DefaultAddCapabilities) != 0 + yyq990[2] = len(x.RequiredDropCapabilities) != 0 + yyq990[3] = len(x.AllowedCapabilities) != 0 + yyq990[4] = len(x.Volumes) != 0 + yyq990[5] = x.HostNetwork != false + yyq990[6] = len(x.HostPorts) != 0 + yyq990[7] = x.HostPID != false + yyq990[8] = x.HostIPC != false + yyq990[13] = x.ReadOnlyRootFilesystem != false + var yynn990 int + if yyr990 || yy2arr990 { r.EncodeArrayStart(14) } else { - yynn999 = 4 - for _, b := range yyq999 { + yynn990 = 4 + for _, b := range yyq990 { if b { - yynn999++ + yynn990++ } } - r.EncodeMapStart(yynn999) - yynn999 = 0 + r.EncodeMapStart(yynn990) + yynn990 = 0 } - if yyr999 || yy2arr999 { + if yyr990 || yy2arr990 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq999[0] { - yym1001 := z.EncBinary() - _ = yym1001 + if yyq990[0] { + yym992 := z.EncBinary() + _ = yym992 if false { } else { r.EncodeBool(bool(x.Privileged)) @@ -11992,26 +11910,26 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq999[0] { + if yyq990[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("privileged")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1002 := z.EncBinary() - _ = yym1002 + yym993 := z.EncBinary() + _ = yym993 if false { } else { r.EncodeBool(bool(x.Privileged)) } } } - if yyr999 || yy2arr999 { + if yyr990 || yy2arr990 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq999[1] { + if yyq990[1] { if x.DefaultAddCapabilities == nil { r.EncodeNil() } else { - yym1004 := z.EncBinary() - _ = yym1004 + yym995 := z.EncBinary() + _ = yym995 if false { } else { h.encSliceapi_Capability(([]pkg2_api.Capability)(x.DefaultAddCapabilities), e) @@ -12021,15 +11939,15 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq999[1] { + if yyq990[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("defaultAddCapabilities")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.DefaultAddCapabilities == nil { r.EncodeNil() } else { - yym1005 := z.EncBinary() - _ = yym1005 + yym996 := z.EncBinary() + _ = yym996 if false { } else { h.encSliceapi_Capability(([]pkg2_api.Capability)(x.DefaultAddCapabilities), e) @@ -12037,14 +11955,14 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr999 || yy2arr999 { + if yyr990 || yy2arr990 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq999[2] { + if yyq990[2] { if x.RequiredDropCapabilities == nil { r.EncodeNil() } else { - yym1007 := z.EncBinary() - _ = yym1007 + yym998 := z.EncBinary() + _ = yym998 if false { } else { h.encSliceapi_Capability(([]pkg2_api.Capability)(x.RequiredDropCapabilities), e) @@ -12054,15 +11972,15 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq999[2] { + if yyq990[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("requiredDropCapabilities")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RequiredDropCapabilities == nil { r.EncodeNil() } else { - yym1008 := z.EncBinary() - _ = yym1008 + yym999 := z.EncBinary() + _ = yym999 if false { } else { h.encSliceapi_Capability(([]pkg2_api.Capability)(x.RequiredDropCapabilities), e) @@ -12070,14 +11988,14 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr999 || yy2arr999 { + if yyr990 || yy2arr990 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq999[3] { + if yyq990[3] { if x.AllowedCapabilities == nil { r.EncodeNil() } else { - yym1010 := z.EncBinary() - _ = yym1010 + yym1001 := z.EncBinary() + _ = yym1001 if false { } else { h.encSliceapi_Capability(([]pkg2_api.Capability)(x.AllowedCapabilities), e) @@ -12087,15 +12005,15 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq999[3] { + if yyq990[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("allowedCapabilities")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.AllowedCapabilities == nil { r.EncodeNil() } else { - yym1011 := z.EncBinary() - _ = yym1011 + yym1002 := z.EncBinary() + _ = yym1002 if false { } else { h.encSliceapi_Capability(([]pkg2_api.Capability)(x.AllowedCapabilities), e) @@ -12103,14 +12021,14 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr999 || yy2arr999 { + if yyr990 || yy2arr990 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq999[4] { + if yyq990[4] { if x.Volumes == nil { r.EncodeNil() } else { - yym1013 := z.EncBinary() - _ = yym1013 + yym1004 := z.EncBinary() + _ = yym1004 if false { } else { h.encSliceFSType(([]FSType)(x.Volumes), e) @@ -12120,15 +12038,15 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq999[4] { + if yyq990[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Volumes == nil { r.EncodeNil() } else { - yym1014 := z.EncBinary() - _ = yym1014 + yym1005 := z.EncBinary() + _ = yym1005 if false { } else { h.encSliceFSType(([]FSType)(x.Volumes), e) @@ -12136,11 +12054,11 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr999 || yy2arr999 { + if yyr990 || yy2arr990 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq999[5] { - yym1016 := z.EncBinary() - _ = yym1016 + if yyq990[5] { + yym1007 := z.EncBinary() + _ = yym1007 if false { } else { r.EncodeBool(bool(x.HostNetwork)) @@ -12149,26 +12067,26 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq999[5] { + if yyq990[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostNetwork")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1017 := z.EncBinary() - _ = yym1017 + yym1008 := z.EncBinary() + _ = yym1008 if false { } else { r.EncodeBool(bool(x.HostNetwork)) } } } - if yyr999 || yy2arr999 { + if yyr990 || yy2arr990 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq999[6] { + if yyq990[6] { if x.HostPorts == nil { r.EncodeNil() } else { - yym1019 := z.EncBinary() - _ = yym1019 + yym1010 := z.EncBinary() + _ = yym1010 if false { } else { h.encSliceHostPortRange(([]HostPortRange)(x.HostPorts), e) @@ -12178,15 +12096,15 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq999[6] { + if yyq990[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostPorts")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.HostPorts == nil { r.EncodeNil() } else { - yym1020 := z.EncBinary() - _ = yym1020 + yym1011 := z.EncBinary() + _ = yym1011 if false { } else { h.encSliceHostPortRange(([]HostPortRange)(x.HostPorts), e) @@ -12194,11 +12112,11 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr999 || yy2arr999 { + if yyr990 || yy2arr990 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq999[7] { - yym1022 := z.EncBinary() - _ = yym1022 + if yyq990[7] { + yym1013 := z.EncBinary() + _ = yym1013 if false { } else { r.EncodeBool(bool(x.HostPID)) @@ -12207,23 +12125,23 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq999[7] { + if yyq990[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostPID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1023 := z.EncBinary() - _ = yym1023 + yym1014 := z.EncBinary() + _ = yym1014 if false { } else { r.EncodeBool(bool(x.HostPID)) } } } - if yyr999 || yy2arr999 { + if yyr990 || yy2arr990 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq999[8] { - yym1025 := z.EncBinary() - _ = yym1025 + if yyq990[8] { + yym1016 := z.EncBinary() + _ = yym1016 if false { } else { r.EncodeBool(bool(x.HostIPC)) @@ -12232,67 +12150,67 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq999[8] { + if yyq990[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostIPC")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1026 := z.EncBinary() - _ = yym1026 + yym1017 := z.EncBinary() + _ = yym1017 if false { } else { r.EncodeBool(bool(x.HostIPC)) } } } - if yyr999 || yy2arr999 { + if yyr990 || yy2arr990 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1028 := &x.SELinux - yy1028.CodecEncodeSelf(e) + yy1019 := &x.SELinux + yy1019.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("seLinux")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1029 := &x.SELinux - yy1029.CodecEncodeSelf(e) + yy1020 := &x.SELinux + yy1020.CodecEncodeSelf(e) } - if yyr999 || yy2arr999 { + if yyr990 || yy2arr990 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1031 := &x.RunAsUser - yy1031.CodecEncodeSelf(e) + yy1022 := &x.RunAsUser + yy1022.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsUser")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1032 := &x.RunAsUser - yy1032.CodecEncodeSelf(e) + yy1023 := &x.RunAsUser + yy1023.CodecEncodeSelf(e) } - if yyr999 || yy2arr999 { + if yyr990 || yy2arr990 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1034 := &x.SupplementalGroups - yy1034.CodecEncodeSelf(e) + yy1025 := &x.SupplementalGroups + yy1025.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("supplementalGroups")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1035 := &x.SupplementalGroups - yy1035.CodecEncodeSelf(e) + yy1026 := &x.SupplementalGroups + yy1026.CodecEncodeSelf(e) } - if yyr999 || yy2arr999 { + if yyr990 || yy2arr990 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1037 := &x.FSGroup - yy1037.CodecEncodeSelf(e) + yy1028 := &x.FSGroup + yy1028.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsGroup")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1038 := &x.FSGroup - yy1038.CodecEncodeSelf(e) + yy1029 := &x.FSGroup + yy1029.CodecEncodeSelf(e) } - if yyr999 || yy2arr999 { + if yyr990 || yy2arr990 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq999[13] { - yym1040 := z.EncBinary() - _ = yym1040 + if yyq990[13] { + yym1031 := z.EncBinary() + _ = yym1031 if false { } else { r.EncodeBool(bool(x.ReadOnlyRootFilesystem)) @@ -12301,19 +12219,19 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq999[13] { + if yyq990[13] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnlyRootFilesystem")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1041 := z.EncBinary() - _ = yym1041 + yym1032 := z.EncBinary() + _ = yym1032 if false { } else { r.EncodeBool(bool(x.ReadOnlyRootFilesystem)) } } } - if yyr999 || yy2arr999 { + if yyr990 || yy2arr990 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12326,25 +12244,25 @@ func (x *PodSecurityPolicySpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1042 := z.DecBinary() - _ = yym1042 + yym1033 := z.DecBinary() + _ = yym1033 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1043 := r.ContainerType() - if yyct1043 == codecSelferValueTypeMap1234 { - yyl1043 := r.ReadMapStart() - if yyl1043 == 0 { + yyct1034 := r.ContainerType() + if yyct1034 == codecSelferValueTypeMap1234 { + yyl1034 := r.ReadMapStart() + if yyl1034 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1043, d) + x.codecDecodeSelfFromMap(yyl1034, d) } - } else if yyct1043 == codecSelferValueTypeArray1234 { - yyl1043 := r.ReadArrayStart() - if yyl1043 == 0 { + } else if yyct1034 == codecSelferValueTypeArray1234 { + yyl1034 := r.ReadArrayStart() + if yyl1034 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1043, d) + x.codecDecodeSelfFromArray(yyl1034, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12356,12 +12274,12 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1044Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1044Slc - var yyhl1044 bool = l >= 0 - for yyj1044 := 0; ; yyj1044++ { - if yyhl1044 { - if yyj1044 >= l { + var yys1035Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1035Slc + var yyhl1035 bool = l >= 0 + for yyj1035 := 0; ; yyj1035++ { + if yyhl1035 { + if yyj1035 >= l { break } } else { @@ -12370,10 +12288,10 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1044Slc = r.DecodeBytes(yys1044Slc, true, true) - yys1044 := string(yys1044Slc) + yys1035Slc = r.DecodeBytes(yys1035Slc, true, true) + yys1035 := string(yys1035Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1044 { + switch yys1035 { case "privileged": if r.TryDecodeAsNil() { x.Privileged = false @@ -12384,48 +12302,48 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.DefaultAddCapabilities = nil } else { - yyv1046 := &x.DefaultAddCapabilities - yym1047 := z.DecBinary() - _ = yym1047 + yyv1037 := &x.DefaultAddCapabilities + yym1038 := z.DecBinary() + _ = yym1038 if false { } else { - h.decSliceapi_Capability((*[]pkg2_api.Capability)(yyv1046), d) + h.decSliceapi_Capability((*[]pkg2_api.Capability)(yyv1037), d) } } case "requiredDropCapabilities": if r.TryDecodeAsNil() { x.RequiredDropCapabilities = nil } else { - yyv1048 := &x.RequiredDropCapabilities - yym1049 := z.DecBinary() - _ = yym1049 + yyv1039 := &x.RequiredDropCapabilities + yym1040 := z.DecBinary() + _ = yym1040 if false { } else { - h.decSliceapi_Capability((*[]pkg2_api.Capability)(yyv1048), d) + h.decSliceapi_Capability((*[]pkg2_api.Capability)(yyv1039), d) } } case "allowedCapabilities": if r.TryDecodeAsNil() { x.AllowedCapabilities = nil } else { - yyv1050 := &x.AllowedCapabilities - yym1051 := z.DecBinary() - _ = yym1051 + yyv1041 := &x.AllowedCapabilities + yym1042 := z.DecBinary() + _ = yym1042 if false { } else { - h.decSliceapi_Capability((*[]pkg2_api.Capability)(yyv1050), d) + h.decSliceapi_Capability((*[]pkg2_api.Capability)(yyv1041), d) } } case "volumes": if r.TryDecodeAsNil() { x.Volumes = nil } else { - yyv1052 := &x.Volumes - yym1053 := z.DecBinary() - _ = yym1053 + yyv1043 := &x.Volumes + yym1044 := z.DecBinary() + _ = yym1044 if false { } else { - h.decSliceFSType((*[]FSType)(yyv1052), d) + h.decSliceFSType((*[]FSType)(yyv1043), d) } } case "hostNetwork": @@ -12438,12 +12356,12 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.HostPorts = nil } else { - yyv1055 := &x.HostPorts - yym1056 := z.DecBinary() - _ = yym1056 + yyv1046 := &x.HostPorts + yym1047 := z.DecBinary() + _ = yym1047 if false { } else { - h.decSliceHostPortRange((*[]HostPortRange)(yyv1055), d) + h.decSliceHostPortRange((*[]HostPortRange)(yyv1046), d) } } case "hostPID": @@ -12462,29 +12380,29 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.SELinux = SELinuxStrategyOptions{} } else { - yyv1059 := &x.SELinux - yyv1059.CodecDecodeSelf(d) + yyv1050 := &x.SELinux + yyv1050.CodecDecodeSelf(d) } case "runAsUser": if r.TryDecodeAsNil() { x.RunAsUser = RunAsUserStrategyOptions{} } else { - yyv1060 := &x.RunAsUser - yyv1060.CodecDecodeSelf(d) + yyv1051 := &x.RunAsUser + yyv1051.CodecDecodeSelf(d) } case "supplementalGroups": if r.TryDecodeAsNil() { x.SupplementalGroups = SupplementalGroupsStrategyOptions{} } else { - yyv1061 := &x.SupplementalGroups - yyv1061.CodecDecodeSelf(d) + yyv1052 := &x.SupplementalGroups + yyv1052.CodecDecodeSelf(d) } case "fsGroup": if r.TryDecodeAsNil() { x.FSGroup = FSGroupStrategyOptions{} } else { - yyv1062 := &x.FSGroup - yyv1062.CodecDecodeSelf(d) + yyv1053 := &x.FSGroup + yyv1053.CodecDecodeSelf(d) } case "readOnlyRootFilesystem": if r.TryDecodeAsNil() { @@ -12493,9 +12411,9 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromMap(l int, d *codec1978.Decod x.ReadOnlyRootFilesystem = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys1044) - } // end switch yys1044 - } // end for yyj1044 + z.DecStructFieldNotFound(-1, yys1035) + } // end switch yys1035 + } // end for yyj1035 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12503,16 +12421,16 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1064 int - var yyb1064 bool - var yyhl1064 bool = l >= 0 - yyj1064++ - if yyhl1064 { - yyb1064 = yyj1064 > l + var yyj1055 int + var yyb1055 bool + var yyhl1055 bool = l >= 0 + yyj1055++ + if yyhl1055 { + yyb1055 = yyj1055 > l } else { - yyb1064 = r.CheckBreak() + yyb1055 = r.CheckBreak() } - if yyb1064 { + if yyb1055 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12522,13 +12440,13 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Privileged = bool(r.DecodeBool()) } - yyj1064++ - if yyhl1064 { - yyb1064 = yyj1064 > l + yyj1055++ + if yyhl1055 { + yyb1055 = yyj1055 > l } else { - yyb1064 = r.CheckBreak() + yyb1055 = r.CheckBreak() } - if yyb1064 { + if yyb1055 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12536,21 +12454,21 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.DefaultAddCapabilities = nil } else { - yyv1066 := &x.DefaultAddCapabilities - yym1067 := z.DecBinary() - _ = yym1067 + yyv1057 := &x.DefaultAddCapabilities + yym1058 := z.DecBinary() + _ = yym1058 if false { } else { - h.decSliceapi_Capability((*[]pkg2_api.Capability)(yyv1066), d) + h.decSliceapi_Capability((*[]pkg2_api.Capability)(yyv1057), d) } } - yyj1064++ - if yyhl1064 { - yyb1064 = yyj1064 > l + yyj1055++ + if yyhl1055 { + yyb1055 = yyj1055 > l } else { - yyb1064 = r.CheckBreak() + yyb1055 = r.CheckBreak() } - if yyb1064 { + if yyb1055 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12558,21 +12476,21 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.RequiredDropCapabilities = nil } else { - yyv1068 := &x.RequiredDropCapabilities - yym1069 := z.DecBinary() - _ = yym1069 + yyv1059 := &x.RequiredDropCapabilities + yym1060 := z.DecBinary() + _ = yym1060 if false { } else { - h.decSliceapi_Capability((*[]pkg2_api.Capability)(yyv1068), d) + h.decSliceapi_Capability((*[]pkg2_api.Capability)(yyv1059), d) } } - yyj1064++ - if yyhl1064 { - yyb1064 = yyj1064 > l + yyj1055++ + if yyhl1055 { + yyb1055 = yyj1055 > l } else { - yyb1064 = r.CheckBreak() + yyb1055 = r.CheckBreak() } - if yyb1064 { + if yyb1055 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12580,21 +12498,21 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.AllowedCapabilities = nil } else { - yyv1070 := &x.AllowedCapabilities - yym1071 := z.DecBinary() - _ = yym1071 + yyv1061 := &x.AllowedCapabilities + yym1062 := z.DecBinary() + _ = yym1062 if false { } else { - h.decSliceapi_Capability((*[]pkg2_api.Capability)(yyv1070), d) + h.decSliceapi_Capability((*[]pkg2_api.Capability)(yyv1061), d) } } - yyj1064++ - if yyhl1064 { - yyb1064 = yyj1064 > l + yyj1055++ + if yyhl1055 { + yyb1055 = yyj1055 > l } else { - yyb1064 = r.CheckBreak() + yyb1055 = r.CheckBreak() } - if yyb1064 { + if yyb1055 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12602,21 +12520,21 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Volumes = nil } else { - yyv1072 := &x.Volumes - yym1073 := z.DecBinary() - _ = yym1073 + yyv1063 := &x.Volumes + yym1064 := z.DecBinary() + _ = yym1064 if false { } else { - h.decSliceFSType((*[]FSType)(yyv1072), d) + h.decSliceFSType((*[]FSType)(yyv1063), d) } } - yyj1064++ - if yyhl1064 { - yyb1064 = yyj1064 > l + yyj1055++ + if yyhl1055 { + yyb1055 = yyj1055 > l } else { - yyb1064 = r.CheckBreak() + yyb1055 = r.CheckBreak() } - if yyb1064 { + if yyb1055 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12626,13 +12544,13 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.HostNetwork = bool(r.DecodeBool()) } - yyj1064++ - if yyhl1064 { - yyb1064 = yyj1064 > l + yyj1055++ + if yyhl1055 { + yyb1055 = yyj1055 > l } else { - yyb1064 = r.CheckBreak() + yyb1055 = r.CheckBreak() } - if yyb1064 { + if yyb1055 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12640,21 +12558,21 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.HostPorts = nil } else { - yyv1075 := &x.HostPorts - yym1076 := z.DecBinary() - _ = yym1076 + yyv1066 := &x.HostPorts + yym1067 := z.DecBinary() + _ = yym1067 if false { } else { - h.decSliceHostPortRange((*[]HostPortRange)(yyv1075), d) + h.decSliceHostPortRange((*[]HostPortRange)(yyv1066), d) } } - yyj1064++ - if yyhl1064 { - yyb1064 = yyj1064 > l + yyj1055++ + if yyhl1055 { + yyb1055 = yyj1055 > l } else { - yyb1064 = r.CheckBreak() + yyb1055 = r.CheckBreak() } - if yyb1064 { + if yyb1055 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12664,13 +12582,13 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.HostPID = bool(r.DecodeBool()) } - yyj1064++ - if yyhl1064 { - yyb1064 = yyj1064 > l + yyj1055++ + if yyhl1055 { + yyb1055 = yyj1055 > l } else { - yyb1064 = r.CheckBreak() + yyb1055 = r.CheckBreak() } - if yyb1064 { + if yyb1055 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12680,13 +12598,13 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.HostIPC = bool(r.DecodeBool()) } - yyj1064++ - if yyhl1064 { - yyb1064 = yyj1064 > l + yyj1055++ + if yyhl1055 { + yyb1055 = yyj1055 > l } else { - yyb1064 = r.CheckBreak() + yyb1055 = r.CheckBreak() } - if yyb1064 { + if yyb1055 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12694,16 +12612,16 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.SELinux = SELinuxStrategyOptions{} } else { - yyv1079 := &x.SELinux - yyv1079.CodecDecodeSelf(d) + yyv1070 := &x.SELinux + yyv1070.CodecDecodeSelf(d) } - yyj1064++ - if yyhl1064 { - yyb1064 = yyj1064 > l + yyj1055++ + if yyhl1055 { + yyb1055 = yyj1055 > l } else { - yyb1064 = r.CheckBreak() + yyb1055 = r.CheckBreak() } - if yyb1064 { + if yyb1055 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12711,16 +12629,16 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.RunAsUser = RunAsUserStrategyOptions{} } else { - yyv1080 := &x.RunAsUser - yyv1080.CodecDecodeSelf(d) + yyv1071 := &x.RunAsUser + yyv1071.CodecDecodeSelf(d) } - yyj1064++ - if yyhl1064 { - yyb1064 = yyj1064 > l + yyj1055++ + if yyhl1055 { + yyb1055 = yyj1055 > l } else { - yyb1064 = r.CheckBreak() + yyb1055 = r.CheckBreak() } - if yyb1064 { + if yyb1055 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12728,16 +12646,16 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.SupplementalGroups = SupplementalGroupsStrategyOptions{} } else { - yyv1081 := &x.SupplementalGroups - yyv1081.CodecDecodeSelf(d) + yyv1072 := &x.SupplementalGroups + yyv1072.CodecDecodeSelf(d) } - yyj1064++ - if yyhl1064 { - yyb1064 = yyj1064 > l + yyj1055++ + if yyhl1055 { + yyb1055 = yyj1055 > l } else { - yyb1064 = r.CheckBreak() + yyb1055 = r.CheckBreak() } - if yyb1064 { + if yyb1055 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12745,16 +12663,16 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.FSGroup = FSGroupStrategyOptions{} } else { - yyv1082 := &x.FSGroup - yyv1082.CodecDecodeSelf(d) + yyv1073 := &x.FSGroup + yyv1073.CodecDecodeSelf(d) } - yyj1064++ - if yyhl1064 { - yyb1064 = yyj1064 > l + yyj1055++ + if yyhl1055 { + yyb1055 = yyj1055 > l } else { - yyb1064 = r.CheckBreak() + yyb1055 = r.CheckBreak() } - if yyb1064 { + if yyb1055 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12765,17 +12683,17 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec x.ReadOnlyRootFilesystem = bool(r.DecodeBool()) } for { - yyj1064++ - if yyhl1064 { - yyb1064 = yyj1064 > l + yyj1055++ + if yyhl1055 { + yyb1055 = yyj1055 > l } else { - yyb1064 = r.CheckBreak() + yyb1055 = r.CheckBreak() } - if yyb1064 { + if yyb1055 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1064-1, "") + z.DecStructFieldNotFound(yyj1055-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12787,33 +12705,33 @@ func (x *HostPortRange) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1084 := z.EncBinary() - _ = yym1084 + yym1075 := z.EncBinary() + _ = yym1075 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1085 := !z.EncBinary() - yy2arr1085 := z.EncBasicHandle().StructToArray - var yyq1085 [2]bool - _, _, _ = yysep1085, yyq1085, yy2arr1085 - const yyr1085 bool = false - var yynn1085 int - if yyr1085 || yy2arr1085 { + yysep1076 := !z.EncBinary() + yy2arr1076 := z.EncBasicHandle().StructToArray + var yyq1076 [2]bool + _, _, _ = yysep1076, yyq1076, yy2arr1076 + const yyr1076 bool = false + var yynn1076 int + if yyr1076 || yy2arr1076 { r.EncodeArrayStart(2) } else { - yynn1085 = 2 - for _, b := range yyq1085 { + yynn1076 = 2 + for _, b := range yyq1076 { if b { - yynn1085++ + yynn1076++ } } - r.EncodeMapStart(yynn1085) - yynn1085 = 0 + r.EncodeMapStart(yynn1076) + yynn1076 = 0 } - if yyr1085 || yy2arr1085 { + if yyr1076 || yy2arr1076 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1087 := z.EncBinary() - _ = yym1087 + yym1078 := z.EncBinary() + _ = yym1078 if false { } else { r.EncodeInt(int64(x.Min)) @@ -12822,17 +12740,17 @@ func (x *HostPortRange) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("min")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1088 := z.EncBinary() - _ = yym1088 + yym1079 := z.EncBinary() + _ = yym1079 if false { } else { r.EncodeInt(int64(x.Min)) } } - if yyr1085 || yy2arr1085 { + if yyr1076 || yy2arr1076 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1090 := z.EncBinary() - _ = yym1090 + yym1081 := z.EncBinary() + _ = yym1081 if false { } else { r.EncodeInt(int64(x.Max)) @@ -12841,14 +12759,14 @@ func (x *HostPortRange) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("max")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1091 := z.EncBinary() - _ = yym1091 + yym1082 := z.EncBinary() + _ = yym1082 if false { } else { r.EncodeInt(int64(x.Max)) } } - if yyr1085 || yy2arr1085 { + if yyr1076 || yy2arr1076 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12861,25 +12779,25 @@ func (x *HostPortRange) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1092 := z.DecBinary() - _ = yym1092 + yym1083 := z.DecBinary() + _ = yym1083 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1093 := r.ContainerType() - if yyct1093 == codecSelferValueTypeMap1234 { - yyl1093 := r.ReadMapStart() - if yyl1093 == 0 { + yyct1084 := r.ContainerType() + if yyct1084 == codecSelferValueTypeMap1234 { + yyl1084 := r.ReadMapStart() + if yyl1084 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1093, d) + x.codecDecodeSelfFromMap(yyl1084, d) } - } else if yyct1093 == codecSelferValueTypeArray1234 { - yyl1093 := r.ReadArrayStart() - if yyl1093 == 0 { + } else if yyct1084 == codecSelferValueTypeArray1234 { + yyl1084 := r.ReadArrayStart() + if yyl1084 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1093, d) + x.codecDecodeSelfFromArray(yyl1084, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12891,12 +12809,12 @@ func (x *HostPortRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1094Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1094Slc - var yyhl1094 bool = l >= 0 - for yyj1094 := 0; ; yyj1094++ { - if yyhl1094 { - if yyj1094 >= l { + var yys1085Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1085Slc + var yyhl1085 bool = l >= 0 + for yyj1085 := 0; ; yyj1085++ { + if yyhl1085 { + if yyj1085 >= l { break } } else { @@ -12905,10 +12823,10 @@ func (x *HostPortRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1094Slc = r.DecodeBytes(yys1094Slc, true, true) - yys1094 := string(yys1094Slc) + yys1085Slc = r.DecodeBytes(yys1085Slc, true, true) + yys1085 := string(yys1085Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1094 { + switch yys1085 { case "min": if r.TryDecodeAsNil() { x.Min = 0 @@ -12922,9 +12840,9 @@ func (x *HostPortRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Max = int(r.DecodeInt(codecSelferBitsize1234)) } default: - z.DecStructFieldNotFound(-1, yys1094) - } // end switch yys1094 - } // end for yyj1094 + z.DecStructFieldNotFound(-1, yys1085) + } // end switch yys1085 + } // end for yyj1085 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12932,16 +12850,16 @@ func (x *HostPortRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1097 int - var yyb1097 bool - var yyhl1097 bool = l >= 0 - yyj1097++ - if yyhl1097 { - yyb1097 = yyj1097 > l + var yyj1088 int + var yyb1088 bool + var yyhl1088 bool = l >= 0 + yyj1088++ + if yyhl1088 { + yyb1088 = yyj1088 > l } else { - yyb1097 = r.CheckBreak() + yyb1088 = r.CheckBreak() } - if yyb1097 { + if yyb1088 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12951,13 +12869,13 @@ func (x *HostPortRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Min = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj1097++ - if yyhl1097 { - yyb1097 = yyj1097 > l + yyj1088++ + if yyhl1088 { + yyb1088 = yyj1088 > l } else { - yyb1097 = r.CheckBreak() + yyb1088 = r.CheckBreak() } - if yyb1097 { + if yyb1088 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12968,17 +12886,17 @@ func (x *HostPortRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Max = int(r.DecodeInt(codecSelferBitsize1234)) } for { - yyj1097++ - if yyhl1097 { - yyb1097 = yyj1097 > l + yyj1088++ + if yyhl1088 { + yyb1088 = yyj1088 > l } else { - yyb1097 = r.CheckBreak() + yyb1088 = r.CheckBreak() } - if yyb1097 { + if yyb1088 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1097-1, "") + z.DecStructFieldNotFound(yyj1088-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12987,8 +12905,8 @@ func (x FSType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1100 := z.EncBinary() - _ = yym1100 + yym1091 := z.EncBinary() + _ = yym1091 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -13000,8 +12918,8 @@ func (x *FSType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1101 := z.DecBinary() - _ = yym1101 + yym1092 := z.DecBinary() + _ = yym1092 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -13016,31 +12934,31 @@ func (x *SELinuxStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1102 := z.EncBinary() - _ = yym1102 + yym1093 := z.EncBinary() + _ = yym1093 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1103 := !z.EncBinary() - yy2arr1103 := z.EncBasicHandle().StructToArray - var yyq1103 [2]bool - _, _, _ = yysep1103, yyq1103, yy2arr1103 - const yyr1103 bool = false - yyq1103[1] = x.SELinuxOptions != nil - var yynn1103 int - if yyr1103 || yy2arr1103 { + yysep1094 := !z.EncBinary() + yy2arr1094 := z.EncBasicHandle().StructToArray + var yyq1094 [2]bool + _, _, _ = yysep1094, yyq1094, yy2arr1094 + const yyr1094 bool = false + yyq1094[1] = x.SELinuxOptions != nil + var yynn1094 int + if yyr1094 || yy2arr1094 { r.EncodeArrayStart(2) } else { - yynn1103 = 1 - for _, b := range yyq1103 { + yynn1094 = 1 + for _, b := range yyq1094 { if b { - yynn1103++ + yynn1094++ } } - r.EncodeMapStart(yynn1103) - yynn1103 = 0 + r.EncodeMapStart(yynn1094) + yynn1094 = 0 } - if yyr1103 || yy2arr1103 { + if yyr1094 || yy2arr1094 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Rule.CodecEncodeSelf(e) } else { @@ -13049,9 +12967,9 @@ func (x *SELinuxStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Rule.CodecEncodeSelf(e) } - if yyr1103 || yy2arr1103 { + if yyr1094 || yy2arr1094 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1103[1] { + if yyq1094[1] { if x.SELinuxOptions == nil { r.EncodeNil() } else { @@ -13061,7 +12979,7 @@ func (x *SELinuxStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1103[1] { + if yyq1094[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("seLinuxOptions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -13072,7 +12990,7 @@ func (x *SELinuxStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1103 || yy2arr1103 { + if yyr1094 || yy2arr1094 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13085,25 +13003,25 @@ func (x *SELinuxStrategyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1106 := z.DecBinary() - _ = yym1106 + yym1097 := z.DecBinary() + _ = yym1097 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1107 := r.ContainerType() - if yyct1107 == codecSelferValueTypeMap1234 { - yyl1107 := r.ReadMapStart() - if yyl1107 == 0 { + yyct1098 := r.ContainerType() + if yyct1098 == codecSelferValueTypeMap1234 { + yyl1098 := r.ReadMapStart() + if yyl1098 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1107, d) + x.codecDecodeSelfFromMap(yyl1098, d) } - } else if yyct1107 == codecSelferValueTypeArray1234 { - yyl1107 := r.ReadArrayStart() - if yyl1107 == 0 { + } else if yyct1098 == codecSelferValueTypeArray1234 { + yyl1098 := r.ReadArrayStart() + if yyl1098 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1107, d) + x.codecDecodeSelfFromArray(yyl1098, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13115,12 +13033,12 @@ func (x *SELinuxStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1108Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1108Slc - var yyhl1108 bool = l >= 0 - for yyj1108 := 0; ; yyj1108++ { - if yyhl1108 { - if yyj1108 >= l { + var yys1099Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1099Slc + var yyhl1099 bool = l >= 0 + for yyj1099 := 0; ; yyj1099++ { + if yyhl1099 { + if yyj1099 >= l { break } } else { @@ -13129,10 +13047,10 @@ func (x *SELinuxStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Deco } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1108Slc = r.DecodeBytes(yys1108Slc, true, true) - yys1108 := string(yys1108Slc) + yys1099Slc = r.DecodeBytes(yys1099Slc, true, true) + yys1099 := string(yys1099Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1108 { + switch yys1099 { case "rule": if r.TryDecodeAsNil() { x.Rule = "" @@ -13151,9 +13069,9 @@ func (x *SELinuxStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Deco x.SELinuxOptions.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1108) - } // end switch yys1108 - } // end for yyj1108 + z.DecStructFieldNotFound(-1, yys1099) + } // end switch yys1099 + } // end for yyj1099 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13161,16 +13079,16 @@ func (x *SELinuxStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978.De var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1111 int - var yyb1111 bool - var yyhl1111 bool = l >= 0 - yyj1111++ - if yyhl1111 { - yyb1111 = yyj1111 > l + var yyj1102 int + var yyb1102 bool + var yyhl1102 bool = l >= 0 + yyj1102++ + if yyhl1102 { + yyb1102 = yyj1102 > l } else { - yyb1111 = r.CheckBreak() + yyb1102 = r.CheckBreak() } - if yyb1111 { + if yyb1102 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13180,13 +13098,13 @@ func (x *SELinuxStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978.De } else { x.Rule = SELinuxStrategy(r.DecodeString()) } - yyj1111++ - if yyhl1111 { - yyb1111 = yyj1111 > l + yyj1102++ + if yyhl1102 { + yyb1102 = yyj1102 > l } else { - yyb1111 = r.CheckBreak() + yyb1102 = r.CheckBreak() } - if yyb1111 { + if yyb1102 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13202,17 +13120,17 @@ func (x *SELinuxStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978.De x.SELinuxOptions.CodecDecodeSelf(d) } for { - yyj1111++ - if yyhl1111 { - yyb1111 = yyj1111 > l + yyj1102++ + if yyhl1102 { + yyb1102 = yyj1102 > l } else { - yyb1111 = r.CheckBreak() + yyb1102 = r.CheckBreak() } - if yyb1111 { + if yyb1102 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1111-1, "") + z.DecStructFieldNotFound(yyj1102-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13221,8 +13139,8 @@ func (x SELinuxStrategy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1114 := z.EncBinary() - _ = yym1114 + yym1105 := z.EncBinary() + _ = yym1105 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -13234,8 +13152,8 @@ func (x *SELinuxStrategy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1115 := z.DecBinary() - _ = yym1115 + yym1106 := z.DecBinary() + _ = yym1106 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -13250,31 +13168,31 @@ func (x *RunAsUserStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1116 := z.EncBinary() - _ = yym1116 + yym1107 := z.EncBinary() + _ = yym1107 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1117 := !z.EncBinary() - yy2arr1117 := z.EncBasicHandle().StructToArray - var yyq1117 [2]bool - _, _, _ = yysep1117, yyq1117, yy2arr1117 - const yyr1117 bool = false - yyq1117[1] = len(x.Ranges) != 0 - var yynn1117 int - if yyr1117 || yy2arr1117 { + yysep1108 := !z.EncBinary() + yy2arr1108 := z.EncBasicHandle().StructToArray + var yyq1108 [2]bool + _, _, _ = yysep1108, yyq1108, yy2arr1108 + const yyr1108 bool = false + yyq1108[1] = len(x.Ranges) != 0 + var yynn1108 int + if yyr1108 || yy2arr1108 { r.EncodeArrayStart(2) } else { - yynn1117 = 1 - for _, b := range yyq1117 { + yynn1108 = 1 + for _, b := range yyq1108 { if b { - yynn1117++ + yynn1108++ } } - r.EncodeMapStart(yynn1117) - yynn1117 = 0 + r.EncodeMapStart(yynn1108) + yynn1108 = 0 } - if yyr1117 || yy2arr1117 { + if yyr1108 || yy2arr1108 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Rule.CodecEncodeSelf(e) } else { @@ -13283,14 +13201,14 @@ func (x *RunAsUserStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Rule.CodecEncodeSelf(e) } - if yyr1117 || yy2arr1117 { + if yyr1108 || yy2arr1108 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1117[1] { + if yyq1108[1] { if x.Ranges == nil { r.EncodeNil() } else { - yym1120 := z.EncBinary() - _ = yym1120 + yym1111 := z.EncBinary() + _ = yym1111 if false { } else { h.encSliceIDRange(([]IDRange)(x.Ranges), e) @@ -13300,15 +13218,15 @@ func (x *RunAsUserStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1117[1] { + if yyq1108[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ranges")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ranges == nil { r.EncodeNil() } else { - yym1121 := z.EncBinary() - _ = yym1121 + yym1112 := z.EncBinary() + _ = yym1112 if false { } else { h.encSliceIDRange(([]IDRange)(x.Ranges), e) @@ -13316,7 +13234,7 @@ func (x *RunAsUserStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1117 || yy2arr1117 { + if yyr1108 || yy2arr1108 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13329,25 +13247,25 @@ func (x *RunAsUserStrategyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1122 := z.DecBinary() - _ = yym1122 + yym1113 := z.DecBinary() + _ = yym1113 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1123 := r.ContainerType() - if yyct1123 == codecSelferValueTypeMap1234 { - yyl1123 := r.ReadMapStart() - if yyl1123 == 0 { + yyct1114 := r.ContainerType() + if yyct1114 == codecSelferValueTypeMap1234 { + yyl1114 := r.ReadMapStart() + if yyl1114 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1123, d) + x.codecDecodeSelfFromMap(yyl1114, d) } - } else if yyct1123 == codecSelferValueTypeArray1234 { - yyl1123 := r.ReadArrayStart() - if yyl1123 == 0 { + } else if yyct1114 == codecSelferValueTypeArray1234 { + yyl1114 := r.ReadArrayStart() + if yyl1114 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1123, d) + x.codecDecodeSelfFromArray(yyl1114, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13359,12 +13277,12 @@ func (x *RunAsUserStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.De var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1124Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1124Slc - var yyhl1124 bool = l >= 0 - for yyj1124 := 0; ; yyj1124++ { - if yyhl1124 { - if yyj1124 >= l { + var yys1115Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1115Slc + var yyhl1115 bool = l >= 0 + for yyj1115 := 0; ; yyj1115++ { + if yyhl1115 { + if yyj1115 >= l { break } } else { @@ -13373,10 +13291,10 @@ func (x *RunAsUserStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.De } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1124Slc = r.DecodeBytes(yys1124Slc, true, true) - yys1124 := string(yys1124Slc) + yys1115Slc = r.DecodeBytes(yys1115Slc, true, true) + yys1115 := string(yys1115Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1124 { + switch yys1115 { case "rule": if r.TryDecodeAsNil() { x.Rule = "" @@ -13387,18 +13305,18 @@ func (x *RunAsUserStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.De if r.TryDecodeAsNil() { x.Ranges = nil } else { - yyv1126 := &x.Ranges - yym1127 := z.DecBinary() - _ = yym1127 + yyv1117 := &x.Ranges + yym1118 := z.DecBinary() + _ = yym1118 if false { } else { - h.decSliceIDRange((*[]IDRange)(yyv1126), d) + h.decSliceIDRange((*[]IDRange)(yyv1117), d) } } default: - z.DecStructFieldNotFound(-1, yys1124) - } // end switch yys1124 - } // end for yyj1124 + z.DecStructFieldNotFound(-1, yys1115) + } // end switch yys1115 + } // end for yyj1115 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13406,16 +13324,16 @@ func (x *RunAsUserStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978. var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1128 int - var yyb1128 bool - var yyhl1128 bool = l >= 0 - yyj1128++ - if yyhl1128 { - yyb1128 = yyj1128 > l + var yyj1119 int + var yyb1119 bool + var yyhl1119 bool = l >= 0 + yyj1119++ + if yyhl1119 { + yyb1119 = yyj1119 > l } else { - yyb1128 = r.CheckBreak() + yyb1119 = r.CheckBreak() } - if yyb1128 { + if yyb1119 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13425,13 +13343,13 @@ func (x *RunAsUserStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.Rule = RunAsUserStrategy(r.DecodeString()) } - yyj1128++ - if yyhl1128 { - yyb1128 = yyj1128 > l + yyj1119++ + if yyhl1119 { + yyb1119 = yyj1119 > l } else { - yyb1128 = r.CheckBreak() + yyb1119 = r.CheckBreak() } - if yyb1128 { + if yyb1119 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13439,26 +13357,26 @@ func (x *RunAsUserStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978. if r.TryDecodeAsNil() { x.Ranges = nil } else { - yyv1130 := &x.Ranges - yym1131 := z.DecBinary() - _ = yym1131 + yyv1121 := &x.Ranges + yym1122 := z.DecBinary() + _ = yym1122 if false { } else { - h.decSliceIDRange((*[]IDRange)(yyv1130), d) + h.decSliceIDRange((*[]IDRange)(yyv1121), d) } } for { - yyj1128++ - if yyhl1128 { - yyb1128 = yyj1128 > l + yyj1119++ + if yyhl1119 { + yyb1119 = yyj1119 > l } else { - yyb1128 = r.CheckBreak() + yyb1119 = r.CheckBreak() } - if yyb1128 { + if yyb1119 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1128-1, "") + z.DecStructFieldNotFound(yyj1119-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13470,33 +13388,33 @@ func (x *IDRange) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1132 := z.EncBinary() - _ = yym1132 + yym1123 := z.EncBinary() + _ = yym1123 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1133 := !z.EncBinary() - yy2arr1133 := z.EncBasicHandle().StructToArray - var yyq1133 [2]bool - _, _, _ = yysep1133, yyq1133, yy2arr1133 - const yyr1133 bool = false - var yynn1133 int - if yyr1133 || yy2arr1133 { + yysep1124 := !z.EncBinary() + yy2arr1124 := z.EncBasicHandle().StructToArray + var yyq1124 [2]bool + _, _, _ = yysep1124, yyq1124, yy2arr1124 + const yyr1124 bool = false + var yynn1124 int + if yyr1124 || yy2arr1124 { r.EncodeArrayStart(2) } else { - yynn1133 = 2 - for _, b := range yyq1133 { + yynn1124 = 2 + for _, b := range yyq1124 { if b { - yynn1133++ + yynn1124++ } } - r.EncodeMapStart(yynn1133) - yynn1133 = 0 + r.EncodeMapStart(yynn1124) + yynn1124 = 0 } - if yyr1133 || yy2arr1133 { + if yyr1124 || yy2arr1124 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1135 := z.EncBinary() - _ = yym1135 + yym1126 := z.EncBinary() + _ = yym1126 if false { } else { r.EncodeInt(int64(x.Min)) @@ -13505,17 +13423,17 @@ func (x *IDRange) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("min")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1136 := z.EncBinary() - _ = yym1136 + yym1127 := z.EncBinary() + _ = yym1127 if false { } else { r.EncodeInt(int64(x.Min)) } } - if yyr1133 || yy2arr1133 { + if yyr1124 || yy2arr1124 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1138 := z.EncBinary() - _ = yym1138 + yym1129 := z.EncBinary() + _ = yym1129 if false { } else { r.EncodeInt(int64(x.Max)) @@ -13524,14 +13442,14 @@ func (x *IDRange) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("max")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1139 := z.EncBinary() - _ = yym1139 + yym1130 := z.EncBinary() + _ = yym1130 if false { } else { r.EncodeInt(int64(x.Max)) } } - if yyr1133 || yy2arr1133 { + if yyr1124 || yy2arr1124 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13544,25 +13462,25 @@ func (x *IDRange) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1140 := z.DecBinary() - _ = yym1140 + yym1131 := z.DecBinary() + _ = yym1131 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1141 := r.ContainerType() - if yyct1141 == codecSelferValueTypeMap1234 { - yyl1141 := r.ReadMapStart() - if yyl1141 == 0 { + yyct1132 := r.ContainerType() + if yyct1132 == codecSelferValueTypeMap1234 { + yyl1132 := r.ReadMapStart() + if yyl1132 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1141, d) + x.codecDecodeSelfFromMap(yyl1132, d) } - } else if yyct1141 == codecSelferValueTypeArray1234 { - yyl1141 := r.ReadArrayStart() - if yyl1141 == 0 { + } else if yyct1132 == codecSelferValueTypeArray1234 { + yyl1132 := r.ReadArrayStart() + if yyl1132 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1141, d) + x.codecDecodeSelfFromArray(yyl1132, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13574,12 +13492,12 @@ func (x *IDRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1142Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1142Slc - var yyhl1142 bool = l >= 0 - for yyj1142 := 0; ; yyj1142++ { - if yyhl1142 { - if yyj1142 >= l { + var yys1133Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1133Slc + var yyhl1133 bool = l >= 0 + for yyj1133 := 0; ; yyj1133++ { + if yyhl1133 { + if yyj1133 >= l { break } } else { @@ -13588,10 +13506,10 @@ func (x *IDRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1142Slc = r.DecodeBytes(yys1142Slc, true, true) - yys1142 := string(yys1142Slc) + yys1133Slc = r.DecodeBytes(yys1133Slc, true, true) + yys1133 := string(yys1133Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1142 { + switch yys1133 { case "min": if r.TryDecodeAsNil() { x.Min = 0 @@ -13605,9 +13523,9 @@ func (x *IDRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Max = int64(r.DecodeInt(64)) } default: - z.DecStructFieldNotFound(-1, yys1142) - } // end switch yys1142 - } // end for yyj1142 + z.DecStructFieldNotFound(-1, yys1133) + } // end switch yys1133 + } // end for yyj1133 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13615,16 +13533,16 @@ func (x *IDRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1145 int - var yyb1145 bool - var yyhl1145 bool = l >= 0 - yyj1145++ - if yyhl1145 { - yyb1145 = yyj1145 > l + var yyj1136 int + var yyb1136 bool + var yyhl1136 bool = l >= 0 + yyj1136++ + if yyhl1136 { + yyb1136 = yyj1136 > l } else { - yyb1145 = r.CheckBreak() + yyb1136 = r.CheckBreak() } - if yyb1145 { + if yyb1136 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13634,13 +13552,13 @@ func (x *IDRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Min = int64(r.DecodeInt(64)) } - yyj1145++ - if yyhl1145 { - yyb1145 = yyj1145 > l + yyj1136++ + if yyhl1136 { + yyb1136 = yyj1136 > l } else { - yyb1145 = r.CheckBreak() + yyb1136 = r.CheckBreak() } - if yyb1145 { + if yyb1136 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13651,17 +13569,17 @@ func (x *IDRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Max = int64(r.DecodeInt(64)) } for { - yyj1145++ - if yyhl1145 { - yyb1145 = yyj1145 > l + yyj1136++ + if yyhl1136 { + yyb1136 = yyj1136 > l } else { - yyb1145 = r.CheckBreak() + yyb1136 = r.CheckBreak() } - if yyb1145 { + if yyb1136 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1145-1, "") + z.DecStructFieldNotFound(yyj1136-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13670,8 +13588,8 @@ func (x RunAsUserStrategy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1148 := z.EncBinary() - _ = yym1148 + yym1139 := z.EncBinary() + _ = yym1139 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -13683,8 +13601,8 @@ func (x *RunAsUserStrategy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1149 := z.DecBinary() - _ = yym1149 + yym1140 := z.DecBinary() + _ = yym1140 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -13699,54 +13617,54 @@ func (x *FSGroupStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1150 := z.EncBinary() - _ = yym1150 + yym1141 := z.EncBinary() + _ = yym1141 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1151 := !z.EncBinary() - yy2arr1151 := z.EncBasicHandle().StructToArray - var yyq1151 [2]bool - _, _, _ = yysep1151, yyq1151, yy2arr1151 - const yyr1151 bool = false - yyq1151[0] = x.Rule != "" - yyq1151[1] = len(x.Ranges) != 0 - var yynn1151 int - if yyr1151 || yy2arr1151 { + yysep1142 := !z.EncBinary() + yy2arr1142 := z.EncBasicHandle().StructToArray + var yyq1142 [2]bool + _, _, _ = yysep1142, yyq1142, yy2arr1142 + const yyr1142 bool = false + yyq1142[0] = x.Rule != "" + yyq1142[1] = len(x.Ranges) != 0 + var yynn1142 int + if yyr1142 || yy2arr1142 { r.EncodeArrayStart(2) } else { - yynn1151 = 0 - for _, b := range yyq1151 { + yynn1142 = 0 + for _, b := range yyq1142 { if b { - yynn1151++ + yynn1142++ } } - r.EncodeMapStart(yynn1151) - yynn1151 = 0 + r.EncodeMapStart(yynn1142) + yynn1142 = 0 } - if yyr1151 || yy2arr1151 { + if yyr1142 || yy2arr1142 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1151[0] { + if yyq1142[0] { x.Rule.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1151[0] { + if yyq1142[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("rule")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Rule.CodecEncodeSelf(e) } } - if yyr1151 || yy2arr1151 { + if yyr1142 || yy2arr1142 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1151[1] { + if yyq1142[1] { if x.Ranges == nil { r.EncodeNil() } else { - yym1154 := z.EncBinary() - _ = yym1154 + yym1145 := z.EncBinary() + _ = yym1145 if false { } else { h.encSliceIDRange(([]IDRange)(x.Ranges), e) @@ -13756,15 +13674,15 @@ func (x *FSGroupStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1151[1] { + if yyq1142[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ranges")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ranges == nil { r.EncodeNil() } else { - yym1155 := z.EncBinary() - _ = yym1155 + yym1146 := z.EncBinary() + _ = yym1146 if false { } else { h.encSliceIDRange(([]IDRange)(x.Ranges), e) @@ -13772,7 +13690,7 @@ func (x *FSGroupStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1151 || yy2arr1151 { + if yyr1142 || yy2arr1142 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13785,25 +13703,25 @@ func (x *FSGroupStrategyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1156 := z.DecBinary() - _ = yym1156 + yym1147 := z.DecBinary() + _ = yym1147 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1157 := r.ContainerType() - if yyct1157 == codecSelferValueTypeMap1234 { - yyl1157 := r.ReadMapStart() - if yyl1157 == 0 { + yyct1148 := r.ContainerType() + if yyct1148 == codecSelferValueTypeMap1234 { + yyl1148 := r.ReadMapStart() + if yyl1148 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1157, d) + x.codecDecodeSelfFromMap(yyl1148, d) } - } else if yyct1157 == codecSelferValueTypeArray1234 { - yyl1157 := r.ReadArrayStart() - if yyl1157 == 0 { + } else if yyct1148 == codecSelferValueTypeArray1234 { + yyl1148 := r.ReadArrayStart() + if yyl1148 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1157, d) + x.codecDecodeSelfFromArray(yyl1148, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13815,12 +13733,12 @@ func (x *FSGroupStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1158Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1158Slc - var yyhl1158 bool = l >= 0 - for yyj1158 := 0; ; yyj1158++ { - if yyhl1158 { - if yyj1158 >= l { + var yys1149Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1149Slc + var yyhl1149 bool = l >= 0 + for yyj1149 := 0; ; yyj1149++ { + if yyhl1149 { + if yyj1149 >= l { break } } else { @@ -13829,10 +13747,10 @@ func (x *FSGroupStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Deco } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1158Slc = r.DecodeBytes(yys1158Slc, true, true) - yys1158 := string(yys1158Slc) + yys1149Slc = r.DecodeBytes(yys1149Slc, true, true) + yys1149 := string(yys1149Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1158 { + switch yys1149 { case "rule": if r.TryDecodeAsNil() { x.Rule = "" @@ -13843,18 +13761,18 @@ func (x *FSGroupStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.Ranges = nil } else { - yyv1160 := &x.Ranges - yym1161 := z.DecBinary() - _ = yym1161 + yyv1151 := &x.Ranges + yym1152 := z.DecBinary() + _ = yym1152 if false { } else { - h.decSliceIDRange((*[]IDRange)(yyv1160), d) + h.decSliceIDRange((*[]IDRange)(yyv1151), d) } } default: - z.DecStructFieldNotFound(-1, yys1158) - } // end switch yys1158 - } // end for yyj1158 + z.DecStructFieldNotFound(-1, yys1149) + } // end switch yys1149 + } // end for yyj1149 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13862,16 +13780,16 @@ func (x *FSGroupStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978.De var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1162 int - var yyb1162 bool - var yyhl1162 bool = l >= 0 - yyj1162++ - if yyhl1162 { - yyb1162 = yyj1162 > l + var yyj1153 int + var yyb1153 bool + var yyhl1153 bool = l >= 0 + yyj1153++ + if yyhl1153 { + yyb1153 = yyj1153 > l } else { - yyb1162 = r.CheckBreak() + yyb1153 = r.CheckBreak() } - if yyb1162 { + if yyb1153 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13881,13 +13799,13 @@ func (x *FSGroupStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978.De } else { x.Rule = FSGroupStrategyType(r.DecodeString()) } - yyj1162++ - if yyhl1162 { - yyb1162 = yyj1162 > l + yyj1153++ + if yyhl1153 { + yyb1153 = yyj1153 > l } else { - yyb1162 = r.CheckBreak() + yyb1153 = r.CheckBreak() } - if yyb1162 { + if yyb1153 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13895,26 +13813,26 @@ func (x *FSGroupStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978.De if r.TryDecodeAsNil() { x.Ranges = nil } else { - yyv1164 := &x.Ranges - yym1165 := z.DecBinary() - _ = yym1165 + yyv1155 := &x.Ranges + yym1156 := z.DecBinary() + _ = yym1156 if false { } else { - h.decSliceIDRange((*[]IDRange)(yyv1164), d) + h.decSliceIDRange((*[]IDRange)(yyv1155), d) } } for { - yyj1162++ - if yyhl1162 { - yyb1162 = yyj1162 > l + yyj1153++ + if yyhl1153 { + yyb1153 = yyj1153 > l } else { - yyb1162 = r.CheckBreak() + yyb1153 = r.CheckBreak() } - if yyb1162 { + if yyb1153 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1162-1, "") + z.DecStructFieldNotFound(yyj1153-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13923,8 +13841,8 @@ func (x FSGroupStrategyType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1166 := z.EncBinary() - _ = yym1166 + yym1157 := z.EncBinary() + _ = yym1157 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -13936,8 +13854,8 @@ func (x *FSGroupStrategyType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1167 := z.DecBinary() - _ = yym1167 + yym1158 := z.DecBinary() + _ = yym1158 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -13952,54 +13870,54 @@ func (x *SupplementalGroupsStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder if x == nil { r.EncodeNil() } else { - yym1168 := z.EncBinary() - _ = yym1168 + yym1159 := z.EncBinary() + _ = yym1159 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1169 := !z.EncBinary() - yy2arr1169 := z.EncBasicHandle().StructToArray - var yyq1169 [2]bool - _, _, _ = yysep1169, yyq1169, yy2arr1169 - const yyr1169 bool = false - yyq1169[0] = x.Rule != "" - yyq1169[1] = len(x.Ranges) != 0 - var yynn1169 int - if yyr1169 || yy2arr1169 { + yysep1160 := !z.EncBinary() + yy2arr1160 := z.EncBasicHandle().StructToArray + var yyq1160 [2]bool + _, _, _ = yysep1160, yyq1160, yy2arr1160 + const yyr1160 bool = false + yyq1160[0] = x.Rule != "" + yyq1160[1] = len(x.Ranges) != 0 + var yynn1160 int + if yyr1160 || yy2arr1160 { r.EncodeArrayStart(2) } else { - yynn1169 = 0 - for _, b := range yyq1169 { + yynn1160 = 0 + for _, b := range yyq1160 { if b { - yynn1169++ + yynn1160++ } } - r.EncodeMapStart(yynn1169) - yynn1169 = 0 + r.EncodeMapStart(yynn1160) + yynn1160 = 0 } - if yyr1169 || yy2arr1169 { + if yyr1160 || yy2arr1160 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1169[0] { + if yyq1160[0] { x.Rule.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1169[0] { + if yyq1160[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("rule")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Rule.CodecEncodeSelf(e) } } - if yyr1169 || yy2arr1169 { + if yyr1160 || yy2arr1160 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1169[1] { + if yyq1160[1] { if x.Ranges == nil { r.EncodeNil() } else { - yym1172 := z.EncBinary() - _ = yym1172 + yym1163 := z.EncBinary() + _ = yym1163 if false { } else { h.encSliceIDRange(([]IDRange)(x.Ranges), e) @@ -14009,15 +13927,15 @@ func (x *SupplementalGroupsStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder r.EncodeNil() } } else { - if yyq1169[1] { + if yyq1160[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ranges")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ranges == nil { r.EncodeNil() } else { - yym1173 := z.EncBinary() - _ = yym1173 + yym1164 := z.EncBinary() + _ = yym1164 if false { } else { h.encSliceIDRange(([]IDRange)(x.Ranges), e) @@ -14025,7 +13943,7 @@ func (x *SupplementalGroupsStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder } } } - if yyr1169 || yy2arr1169 { + if yyr1160 || yy2arr1160 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14038,25 +13956,25 @@ func (x *SupplementalGroupsStrategyOptions) CodecDecodeSelf(d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1174 := z.DecBinary() - _ = yym1174 + yym1165 := z.DecBinary() + _ = yym1165 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1175 := r.ContainerType() - if yyct1175 == codecSelferValueTypeMap1234 { - yyl1175 := r.ReadMapStart() - if yyl1175 == 0 { + yyct1166 := r.ContainerType() + if yyct1166 == codecSelferValueTypeMap1234 { + yyl1166 := r.ReadMapStart() + if yyl1166 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1175, d) + x.codecDecodeSelfFromMap(yyl1166, d) } - } else if yyct1175 == codecSelferValueTypeArray1234 { - yyl1175 := r.ReadArrayStart() - if yyl1175 == 0 { + } else if yyct1166 == codecSelferValueTypeArray1234 { + yyl1166 := r.ReadArrayStart() + if yyl1166 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1175, d) + x.codecDecodeSelfFromArray(yyl1166, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14068,12 +13986,12 @@ func (x *SupplementalGroupsStrategyOptions) codecDecodeSelfFromMap(l int, d *cod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1176Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1176Slc - var yyhl1176 bool = l >= 0 - for yyj1176 := 0; ; yyj1176++ { - if yyhl1176 { - if yyj1176 >= l { + var yys1167Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1167Slc + var yyhl1167 bool = l >= 0 + for yyj1167 := 0; ; yyj1167++ { + if yyhl1167 { + if yyj1167 >= l { break } } else { @@ -14082,10 +14000,10 @@ func (x *SupplementalGroupsStrategyOptions) codecDecodeSelfFromMap(l int, d *cod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1176Slc = r.DecodeBytes(yys1176Slc, true, true) - yys1176 := string(yys1176Slc) + yys1167Slc = r.DecodeBytes(yys1167Slc, true, true) + yys1167 := string(yys1167Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1176 { + switch yys1167 { case "rule": if r.TryDecodeAsNil() { x.Rule = "" @@ -14096,18 +14014,18 @@ func (x *SupplementalGroupsStrategyOptions) codecDecodeSelfFromMap(l int, d *cod if r.TryDecodeAsNil() { x.Ranges = nil } else { - yyv1178 := &x.Ranges - yym1179 := z.DecBinary() - _ = yym1179 + yyv1169 := &x.Ranges + yym1170 := z.DecBinary() + _ = yym1170 if false { } else { - h.decSliceIDRange((*[]IDRange)(yyv1178), d) + h.decSliceIDRange((*[]IDRange)(yyv1169), d) } } default: - z.DecStructFieldNotFound(-1, yys1176) - } // end switch yys1176 - } // end for yyj1176 + z.DecStructFieldNotFound(-1, yys1167) + } // end switch yys1167 + } // end for yyj1167 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14115,16 +14033,16 @@ func (x *SupplementalGroupsStrategyOptions) codecDecodeSelfFromArray(l int, d *c var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1180 int - var yyb1180 bool - var yyhl1180 bool = l >= 0 - yyj1180++ - if yyhl1180 { - yyb1180 = yyj1180 > l + var yyj1171 int + var yyb1171 bool + var yyhl1171 bool = l >= 0 + yyj1171++ + if yyhl1171 { + yyb1171 = yyj1171 > l } else { - yyb1180 = r.CheckBreak() + yyb1171 = r.CheckBreak() } - if yyb1180 { + if yyb1171 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14134,13 +14052,13 @@ func (x *SupplementalGroupsStrategyOptions) codecDecodeSelfFromArray(l int, d *c } else { x.Rule = SupplementalGroupsStrategyType(r.DecodeString()) } - yyj1180++ - if yyhl1180 { - yyb1180 = yyj1180 > l + yyj1171++ + if yyhl1171 { + yyb1171 = yyj1171 > l } else { - yyb1180 = r.CheckBreak() + yyb1171 = r.CheckBreak() } - if yyb1180 { + if yyb1171 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14148,26 +14066,26 @@ func (x *SupplementalGroupsStrategyOptions) codecDecodeSelfFromArray(l int, d *c if r.TryDecodeAsNil() { x.Ranges = nil } else { - yyv1182 := &x.Ranges - yym1183 := z.DecBinary() - _ = yym1183 + yyv1173 := &x.Ranges + yym1174 := z.DecBinary() + _ = yym1174 if false { } else { - h.decSliceIDRange((*[]IDRange)(yyv1182), d) + h.decSliceIDRange((*[]IDRange)(yyv1173), d) } } for { - yyj1180++ - if yyhl1180 { - yyb1180 = yyj1180 > l + yyj1171++ + if yyhl1171 { + yyb1171 = yyj1171 > l } else { - yyb1180 = r.CheckBreak() + yyb1171 = r.CheckBreak() } - if yyb1180 { + if yyb1171 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1180-1, "") + z.DecStructFieldNotFound(yyj1171-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14176,8 +14094,8 @@ func (x SupplementalGroupsStrategyType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1184 := z.EncBinary() - _ = yym1184 + yym1175 := z.EncBinary() + _ = yym1175 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -14189,8 +14107,8 @@ func (x *SupplementalGroupsStrategyType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1185 := z.DecBinary() - _ = yym1185 + yym1176 := z.DecBinary() + _ = yym1176 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -14205,37 +14123,37 @@ func (x *PodSecurityPolicyList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1186 := z.EncBinary() - _ = yym1186 + yym1177 := z.EncBinary() + _ = yym1177 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1187 := !z.EncBinary() - yy2arr1187 := z.EncBasicHandle().StructToArray - var yyq1187 [4]bool - _, _, _ = yysep1187, yyq1187, yy2arr1187 - const yyr1187 bool = false - yyq1187[0] = x.Kind != "" - yyq1187[1] = x.APIVersion != "" - yyq1187[2] = true - var yynn1187 int - if yyr1187 || yy2arr1187 { + yysep1178 := !z.EncBinary() + yy2arr1178 := z.EncBasicHandle().StructToArray + var yyq1178 [4]bool + _, _, _ = yysep1178, yyq1178, yy2arr1178 + const yyr1178 bool = false + yyq1178[0] = x.Kind != "" + yyq1178[1] = x.APIVersion != "" + yyq1178[2] = true + var yynn1178 int + if yyr1178 || yy2arr1178 { r.EncodeArrayStart(4) } else { - yynn1187 = 1 - for _, b := range yyq1187 { + yynn1178 = 1 + for _, b := range yyq1178 { if b { - yynn1187++ + yynn1178++ } } - r.EncodeMapStart(yynn1187) - yynn1187 = 0 + r.EncodeMapStart(yynn1178) + yynn1178 = 0 } - if yyr1187 || yy2arr1187 { + if yyr1178 || yy2arr1178 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1187[0] { - yym1189 := z.EncBinary() - _ = yym1189 + if yyq1178[0] { + yym1180 := z.EncBinary() + _ = yym1180 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -14244,23 +14162,23 @@ func (x *PodSecurityPolicyList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1187[0] { + if yyq1178[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1190 := z.EncBinary() - _ = yym1190 + yym1181 := z.EncBinary() + _ = yym1181 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1187 || yy2arr1187 { + if yyr1178 || yy2arr1178 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1187[1] { - yym1192 := z.EncBinary() - _ = yym1192 + if yyq1178[1] { + yym1183 := z.EncBinary() + _ = yym1183 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -14269,54 +14187,54 @@ func (x *PodSecurityPolicyList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1187[1] { + if yyq1178[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1193 := z.EncBinary() - _ = yym1193 + yym1184 := z.EncBinary() + _ = yym1184 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1187 || yy2arr1187 { + if yyr1178 || yy2arr1178 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1187[2] { - yy1195 := &x.ListMeta - yym1196 := z.EncBinary() - _ = yym1196 + if yyq1178[2] { + yy1186 := &x.ListMeta + yym1187 := z.EncBinary() + _ = yym1187 if false { - } else if z.HasExtensions() && z.EncExt(yy1195) { + } else if z.HasExtensions() && z.EncExt(yy1186) { } else { - z.EncFallback(yy1195) + z.EncFallback(yy1186) } } else { r.EncodeNil() } } else { - if yyq1187[2] { + if yyq1178[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1197 := &x.ListMeta - yym1198 := z.EncBinary() - _ = yym1198 + yy1188 := &x.ListMeta + yym1189 := z.EncBinary() + _ = yym1189 if false { - } else if z.HasExtensions() && z.EncExt(yy1197) { + } else if z.HasExtensions() && z.EncExt(yy1188) { } else { - z.EncFallback(yy1197) + z.EncFallback(yy1188) } } } - if yyr1187 || yy2arr1187 { + if yyr1178 || yy2arr1178 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym1200 := z.EncBinary() - _ = yym1200 + yym1191 := z.EncBinary() + _ = yym1191 if false { } else { h.encSlicePodSecurityPolicy(([]PodSecurityPolicy)(x.Items), e) @@ -14329,15 +14247,15 @@ func (x *PodSecurityPolicyList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym1201 := z.EncBinary() - _ = yym1201 + yym1192 := z.EncBinary() + _ = yym1192 if false { } else { h.encSlicePodSecurityPolicy(([]PodSecurityPolicy)(x.Items), e) } } } - if yyr1187 || yy2arr1187 { + if yyr1178 || yy2arr1178 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14350,25 +14268,25 @@ func (x *PodSecurityPolicyList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1202 := z.DecBinary() - _ = yym1202 + yym1193 := z.DecBinary() + _ = yym1193 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1203 := r.ContainerType() - if yyct1203 == codecSelferValueTypeMap1234 { - yyl1203 := r.ReadMapStart() - if yyl1203 == 0 { + yyct1194 := r.ContainerType() + if yyct1194 == codecSelferValueTypeMap1234 { + yyl1194 := r.ReadMapStart() + if yyl1194 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1203, d) + x.codecDecodeSelfFromMap(yyl1194, d) } - } else if yyct1203 == codecSelferValueTypeArray1234 { - yyl1203 := r.ReadArrayStart() - if yyl1203 == 0 { + } else if yyct1194 == codecSelferValueTypeArray1234 { + yyl1194 := r.ReadArrayStart() + if yyl1194 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1203, d) + x.codecDecodeSelfFromArray(yyl1194, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14380,12 +14298,12 @@ func (x *PodSecurityPolicyList) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1204Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1204Slc - var yyhl1204 bool = l >= 0 - for yyj1204 := 0; ; yyj1204++ { - if yyhl1204 { - if yyj1204 >= l { + var yys1195Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1195Slc + var yyhl1195 bool = l >= 0 + for yyj1195 := 0; ; yyj1195++ { + if yyhl1195 { + if yyj1195 >= l { break } } else { @@ -14394,10 +14312,10 @@ func (x *PodSecurityPolicyList) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1204Slc = r.DecodeBytes(yys1204Slc, true, true) - yys1204 := string(yys1204Slc) + yys1195Slc = r.DecodeBytes(yys1195Slc, true, true) + yys1195 := string(yys1195Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1204 { + switch yys1195 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -14414,31 +14332,31 @@ func (x *PodSecurityPolicyList) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv1207 := &x.ListMeta - yym1208 := z.DecBinary() - _ = yym1208 + yyv1198 := &x.ListMeta + yym1199 := z.DecBinary() + _ = yym1199 if false { - } else if z.HasExtensions() && z.DecExt(yyv1207) { + } else if z.HasExtensions() && z.DecExt(yyv1198) { } else { - z.DecFallback(yyv1207, false) + z.DecFallback(yyv1198, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1209 := &x.Items - yym1210 := z.DecBinary() - _ = yym1210 + yyv1200 := &x.Items + yym1201 := z.DecBinary() + _ = yym1201 if false { } else { - h.decSlicePodSecurityPolicy((*[]PodSecurityPolicy)(yyv1209), d) + h.decSlicePodSecurityPolicy((*[]PodSecurityPolicy)(yyv1200), d) } } default: - z.DecStructFieldNotFound(-1, yys1204) - } // end switch yys1204 - } // end for yyj1204 + z.DecStructFieldNotFound(-1, yys1195) + } // end switch yys1195 + } // end for yyj1195 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14446,16 +14364,16 @@ func (x *PodSecurityPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1211 int - var yyb1211 bool - var yyhl1211 bool = l >= 0 - yyj1211++ - if yyhl1211 { - yyb1211 = yyj1211 > l + var yyj1202 int + var yyb1202 bool + var yyhl1202 bool = l >= 0 + yyj1202++ + if yyhl1202 { + yyb1202 = yyj1202 > l } else { - yyb1211 = r.CheckBreak() + yyb1202 = r.CheckBreak() } - if yyb1211 { + if yyb1202 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14465,13 +14383,13 @@ func (x *PodSecurityPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Kind = string(r.DecodeString()) } - yyj1211++ - if yyhl1211 { - yyb1211 = yyj1211 > l + yyj1202++ + if yyhl1202 { + yyb1202 = yyj1202 > l } else { - yyb1211 = r.CheckBreak() + yyb1202 = r.CheckBreak() } - if yyb1211 { + if yyb1202 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14481,13 +14399,13 @@ func (x *PodSecurityPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.APIVersion = string(r.DecodeString()) } - yyj1211++ - if yyhl1211 { - yyb1211 = yyj1211 > l + yyj1202++ + if yyhl1202 { + yyb1202 = yyj1202 > l } else { - yyb1211 = r.CheckBreak() + yyb1202 = r.CheckBreak() } - if yyb1211 { + if yyb1202 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14495,22 +14413,22 @@ func (x *PodSecurityPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv1214 := &x.ListMeta - yym1215 := z.DecBinary() - _ = yym1215 + yyv1205 := &x.ListMeta + yym1206 := z.DecBinary() + _ = yym1206 if false { - } else if z.HasExtensions() && z.DecExt(yyv1214) { + } else if z.HasExtensions() && z.DecExt(yyv1205) { } else { - z.DecFallback(yyv1214, false) + z.DecFallback(yyv1205, false) } } - yyj1211++ - if yyhl1211 { - yyb1211 = yyj1211 > l + yyj1202++ + if yyhl1202 { + yyb1202 = yyj1202 > l } else { - yyb1211 = r.CheckBreak() + yyb1202 = r.CheckBreak() } - if yyb1211 { + if yyb1202 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14518,26 +14436,26 @@ func (x *PodSecurityPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1216 := &x.Items - yym1217 := z.DecBinary() - _ = yym1217 + yyv1207 := &x.Items + yym1208 := z.DecBinary() + _ = yym1208 if false { } else { - h.decSlicePodSecurityPolicy((*[]PodSecurityPolicy)(yyv1216), d) + h.decSlicePodSecurityPolicy((*[]PodSecurityPolicy)(yyv1207), d) } } for { - yyj1211++ - if yyhl1211 { - yyb1211 = yyj1211 > l + yyj1202++ + if yyhl1202 { + yyb1202 = yyj1202 > l } else { - yyb1211 = r.CheckBreak() + yyb1202 = r.CheckBreak() } - if yyb1211 { + if yyb1202 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1211-1, "") + z.DecStructFieldNotFound(yyj1202-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14549,38 +14467,38 @@ func (x *NetworkPolicy) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1218 := z.EncBinary() - _ = yym1218 + yym1209 := z.EncBinary() + _ = yym1209 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1219 := !z.EncBinary() - yy2arr1219 := z.EncBasicHandle().StructToArray - var yyq1219 [4]bool - _, _, _ = yysep1219, yyq1219, yy2arr1219 - const yyr1219 bool = false - yyq1219[0] = x.Kind != "" - yyq1219[1] = x.APIVersion != "" - yyq1219[2] = true - yyq1219[3] = true - var yynn1219 int - if yyr1219 || yy2arr1219 { + yysep1210 := !z.EncBinary() + yy2arr1210 := z.EncBasicHandle().StructToArray + var yyq1210 [4]bool + _, _, _ = yysep1210, yyq1210, yy2arr1210 + const yyr1210 bool = false + yyq1210[0] = x.Kind != "" + yyq1210[1] = x.APIVersion != "" + yyq1210[2] = true + yyq1210[3] = true + var yynn1210 int + if yyr1210 || yy2arr1210 { r.EncodeArrayStart(4) } else { - yynn1219 = 0 - for _, b := range yyq1219 { + yynn1210 = 0 + for _, b := range yyq1210 { if b { - yynn1219++ + yynn1210++ } } - r.EncodeMapStart(yynn1219) - yynn1219 = 0 + r.EncodeMapStart(yynn1210) + yynn1210 = 0 } - if yyr1219 || yy2arr1219 { + if yyr1210 || yy2arr1210 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1219[0] { - yym1221 := z.EncBinary() - _ = yym1221 + if yyq1210[0] { + yym1212 := z.EncBinary() + _ = yym1212 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -14589,23 +14507,23 @@ func (x *NetworkPolicy) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1219[0] { + if yyq1210[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1222 := z.EncBinary() - _ = yym1222 + yym1213 := z.EncBinary() + _ = yym1213 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1219 || yy2arr1219 { + if yyr1210 || yy2arr1210 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1219[1] { - yym1224 := z.EncBinary() - _ = yym1224 + if yyq1210[1] { + yym1215 := z.EncBinary() + _ = yym1215 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -14614,53 +14532,53 @@ func (x *NetworkPolicy) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1219[1] { + if yyq1210[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1225 := z.EncBinary() - _ = yym1225 + yym1216 := z.EncBinary() + _ = yym1216 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1219 || yy2arr1219 { + if yyr1210 || yy2arr1210 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1219[2] { - yy1227 := &x.ObjectMeta - yy1227.CodecEncodeSelf(e) + if yyq1210[2] { + yy1218 := &x.ObjectMeta + yy1218.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1219[2] { + if yyq1210[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1228 := &x.ObjectMeta - yy1228.CodecEncodeSelf(e) + yy1219 := &x.ObjectMeta + yy1219.CodecEncodeSelf(e) } } - if yyr1219 || yy2arr1219 { + if yyr1210 || yy2arr1210 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1219[3] { - yy1230 := &x.Spec - yy1230.CodecEncodeSelf(e) + if yyq1210[3] { + yy1221 := &x.Spec + yy1221.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1219[3] { + if yyq1210[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1231 := &x.Spec - yy1231.CodecEncodeSelf(e) + yy1222 := &x.Spec + yy1222.CodecEncodeSelf(e) } } - if yyr1219 || yy2arr1219 { + if yyr1210 || yy2arr1210 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14673,25 +14591,25 @@ func (x *NetworkPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1232 := z.DecBinary() - _ = yym1232 + yym1223 := z.DecBinary() + _ = yym1223 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1233 := r.ContainerType() - if yyct1233 == codecSelferValueTypeMap1234 { - yyl1233 := r.ReadMapStart() - if yyl1233 == 0 { + yyct1224 := r.ContainerType() + if yyct1224 == codecSelferValueTypeMap1234 { + yyl1224 := r.ReadMapStart() + if yyl1224 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1233, d) + x.codecDecodeSelfFromMap(yyl1224, d) } - } else if yyct1233 == codecSelferValueTypeArray1234 { - yyl1233 := r.ReadArrayStart() - if yyl1233 == 0 { + } else if yyct1224 == codecSelferValueTypeArray1234 { + yyl1224 := r.ReadArrayStart() + if yyl1224 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1233, d) + x.codecDecodeSelfFromArray(yyl1224, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14703,12 +14621,12 @@ func (x *NetworkPolicy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1234Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1234Slc - var yyhl1234 bool = l >= 0 - for yyj1234 := 0; ; yyj1234++ { - if yyhl1234 { - if yyj1234 >= l { + var yys1225Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1225Slc + var yyhl1225 bool = l >= 0 + for yyj1225 := 0; ; yyj1225++ { + if yyhl1225 { + if yyj1225 >= l { break } } else { @@ -14717,10 +14635,10 @@ func (x *NetworkPolicy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1234Slc = r.DecodeBytes(yys1234Slc, true, true) - yys1234 := string(yys1234Slc) + yys1225Slc = r.DecodeBytes(yys1225Slc, true, true) + yys1225 := string(yys1225Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1234 { + switch yys1225 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -14737,20 +14655,20 @@ func (x *NetworkPolicy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_api.ObjectMeta{} } else { - yyv1237 := &x.ObjectMeta - yyv1237.CodecDecodeSelf(d) + yyv1228 := &x.ObjectMeta + yyv1228.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NetworkPolicySpec{} } else { - yyv1238 := &x.Spec - yyv1238.CodecDecodeSelf(d) + yyv1229 := &x.Spec + yyv1229.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1234) - } // end switch yys1234 - } // end for yyj1234 + z.DecStructFieldNotFound(-1, yys1225) + } // end switch yys1225 + } // end for yyj1225 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14758,16 +14676,16 @@ func (x *NetworkPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1239 int - var yyb1239 bool - var yyhl1239 bool = l >= 0 - yyj1239++ - if yyhl1239 { - yyb1239 = yyj1239 > l + var yyj1230 int + var yyb1230 bool + var yyhl1230 bool = l >= 0 + yyj1230++ + if yyhl1230 { + yyb1230 = yyj1230 > l } else { - yyb1239 = r.CheckBreak() + yyb1230 = r.CheckBreak() } - if yyb1239 { + if yyb1230 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14777,13 +14695,13 @@ func (x *NetworkPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj1239++ - if yyhl1239 { - yyb1239 = yyj1239 > l + yyj1230++ + if yyhl1230 { + yyb1230 = yyj1230 > l } else { - yyb1239 = r.CheckBreak() + yyb1230 = r.CheckBreak() } - if yyb1239 { + if yyb1230 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14793,13 +14711,13 @@ func (x *NetworkPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj1239++ - if yyhl1239 { - yyb1239 = yyj1239 > l + yyj1230++ + if yyhl1230 { + yyb1230 = yyj1230 > l } else { - yyb1239 = r.CheckBreak() + yyb1230 = r.CheckBreak() } - if yyb1239 { + if yyb1230 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14807,16 +14725,16 @@ func (x *NetworkPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_api.ObjectMeta{} } else { - yyv1242 := &x.ObjectMeta - yyv1242.CodecDecodeSelf(d) + yyv1233 := &x.ObjectMeta + yyv1233.CodecDecodeSelf(d) } - yyj1239++ - if yyhl1239 { - yyb1239 = yyj1239 > l + yyj1230++ + if yyhl1230 { + yyb1230 = yyj1230 > l } else { - yyb1239 = r.CheckBreak() + yyb1230 = r.CheckBreak() } - if yyb1239 { + if yyb1230 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14824,21 +14742,21 @@ func (x *NetworkPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NetworkPolicySpec{} } else { - yyv1243 := &x.Spec - yyv1243.CodecDecodeSelf(d) + yyv1234 := &x.Spec + yyv1234.CodecDecodeSelf(d) } for { - yyj1239++ - if yyhl1239 { - yyb1239 = yyj1239 > l + yyj1230++ + if yyhl1230 { + yyb1230 = yyj1230 > l } else { - yyb1239 = r.CheckBreak() + yyb1230 = r.CheckBreak() } - if yyb1239 { + if yyb1230 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1239-1, "") + z.DecStructFieldNotFound(yyj1230-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14850,61 +14768,61 @@ func (x *NetworkPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1244 := z.EncBinary() - _ = yym1244 + yym1235 := z.EncBinary() + _ = yym1235 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1245 := !z.EncBinary() - yy2arr1245 := z.EncBasicHandle().StructToArray - var yyq1245 [2]bool - _, _, _ = yysep1245, yyq1245, yy2arr1245 - const yyr1245 bool = false - yyq1245[1] = len(x.Ingress) != 0 - var yynn1245 int - if yyr1245 || yy2arr1245 { + yysep1236 := !z.EncBinary() + yy2arr1236 := z.EncBasicHandle().StructToArray + var yyq1236 [2]bool + _, _, _ = yysep1236, yyq1236, yy2arr1236 + const yyr1236 bool = false + yyq1236[1] = len(x.Ingress) != 0 + var yynn1236 int + if yyr1236 || yy2arr1236 { r.EncodeArrayStart(2) } else { - yynn1245 = 1 - for _, b := range yyq1245 { + yynn1236 = 1 + for _, b := range yyq1236 { if b { - yynn1245++ + yynn1236++ } } - r.EncodeMapStart(yynn1245) - yynn1245 = 0 + r.EncodeMapStart(yynn1236) + yynn1236 = 0 } - if yyr1245 || yy2arr1245 { + if yyr1236 || yy2arr1236 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1247 := &x.PodSelector - yym1248 := z.EncBinary() - _ = yym1248 + yy1238 := &x.PodSelector + yym1239 := z.EncBinary() + _ = yym1239 if false { - } else if z.HasExtensions() && z.EncExt(yy1247) { + } else if z.HasExtensions() && z.EncExt(yy1238) { } else { - z.EncFallback(yy1247) + z.EncFallback(yy1238) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1249 := &x.PodSelector - yym1250 := z.EncBinary() - _ = yym1250 + yy1240 := &x.PodSelector + yym1241 := z.EncBinary() + _ = yym1241 if false { - } else if z.HasExtensions() && z.EncExt(yy1249) { + } else if z.HasExtensions() && z.EncExt(yy1240) { } else { - z.EncFallback(yy1249) + z.EncFallback(yy1240) } } - if yyr1245 || yy2arr1245 { + if yyr1236 || yy2arr1236 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1245[1] { + if yyq1236[1] { if x.Ingress == nil { r.EncodeNil() } else { - yym1252 := z.EncBinary() - _ = yym1252 + yym1243 := z.EncBinary() + _ = yym1243 if false { } else { h.encSliceNetworkPolicyIngressRule(([]NetworkPolicyIngressRule)(x.Ingress), e) @@ -14914,15 +14832,15 @@ func (x *NetworkPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1245[1] { + if yyq1236[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ingress")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ingress == nil { r.EncodeNil() } else { - yym1253 := z.EncBinary() - _ = yym1253 + yym1244 := z.EncBinary() + _ = yym1244 if false { } else { h.encSliceNetworkPolicyIngressRule(([]NetworkPolicyIngressRule)(x.Ingress), e) @@ -14930,7 +14848,7 @@ func (x *NetworkPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1245 || yy2arr1245 { + if yyr1236 || yy2arr1236 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14943,25 +14861,25 @@ func (x *NetworkPolicySpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1254 := z.DecBinary() - _ = yym1254 + yym1245 := z.DecBinary() + _ = yym1245 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1255 := r.ContainerType() - if yyct1255 == codecSelferValueTypeMap1234 { - yyl1255 := r.ReadMapStart() - if yyl1255 == 0 { + yyct1246 := r.ContainerType() + if yyct1246 == codecSelferValueTypeMap1234 { + yyl1246 := r.ReadMapStart() + if yyl1246 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1255, d) + x.codecDecodeSelfFromMap(yyl1246, d) } - } else if yyct1255 == codecSelferValueTypeArray1234 { - yyl1255 := r.ReadArrayStart() - if yyl1255 == 0 { + } else if yyct1246 == codecSelferValueTypeArray1234 { + yyl1246 := r.ReadArrayStart() + if yyl1246 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1255, d) + x.codecDecodeSelfFromArray(yyl1246, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14973,12 +14891,12 @@ func (x *NetworkPolicySpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1256Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1256Slc - var yyhl1256 bool = l >= 0 - for yyj1256 := 0; ; yyj1256++ { - if yyhl1256 { - if yyj1256 >= l { + var yys1247Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1247Slc + var yyhl1247 bool = l >= 0 + for yyj1247 := 0; ; yyj1247++ { + if yyhl1247 { + if yyj1247 >= l { break } } else { @@ -14987,39 +14905,39 @@ func (x *NetworkPolicySpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1256Slc = r.DecodeBytes(yys1256Slc, true, true) - yys1256 := string(yys1256Slc) + yys1247Slc = r.DecodeBytes(yys1247Slc, true, true) + yys1247 := string(yys1247Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1256 { + switch yys1247 { case "podSelector": if r.TryDecodeAsNil() { x.PodSelector = pkg1_unversioned.LabelSelector{} } else { - yyv1257 := &x.PodSelector - yym1258 := z.DecBinary() - _ = yym1258 + yyv1248 := &x.PodSelector + yym1249 := z.DecBinary() + _ = yym1249 if false { - } else if z.HasExtensions() && z.DecExt(yyv1257) { + } else if z.HasExtensions() && z.DecExt(yyv1248) { } else { - z.DecFallback(yyv1257, false) + z.DecFallback(yyv1248, false) } } case "ingress": if r.TryDecodeAsNil() { x.Ingress = nil } else { - yyv1259 := &x.Ingress - yym1260 := z.DecBinary() - _ = yym1260 + yyv1250 := &x.Ingress + yym1251 := z.DecBinary() + _ = yym1251 if false { } else { - h.decSliceNetworkPolicyIngressRule((*[]NetworkPolicyIngressRule)(yyv1259), d) + h.decSliceNetworkPolicyIngressRule((*[]NetworkPolicyIngressRule)(yyv1250), d) } } default: - z.DecStructFieldNotFound(-1, yys1256) - } // end switch yys1256 - } // end for yyj1256 + z.DecStructFieldNotFound(-1, yys1247) + } // end switch yys1247 + } // end for yyj1247 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15027,16 +14945,16 @@ func (x *NetworkPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1261 int - var yyb1261 bool - var yyhl1261 bool = l >= 0 - yyj1261++ - if yyhl1261 { - yyb1261 = yyj1261 > l + var yyj1252 int + var yyb1252 bool + var yyhl1252 bool = l >= 0 + yyj1252++ + if yyhl1252 { + yyb1252 = yyj1252 > l } else { - yyb1261 = r.CheckBreak() + yyb1252 = r.CheckBreak() } - if yyb1261 { + if yyb1252 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15044,22 +14962,22 @@ func (x *NetworkPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.PodSelector = pkg1_unversioned.LabelSelector{} } else { - yyv1262 := &x.PodSelector - yym1263 := z.DecBinary() - _ = yym1263 + yyv1253 := &x.PodSelector + yym1254 := z.DecBinary() + _ = yym1254 if false { - } else if z.HasExtensions() && z.DecExt(yyv1262) { + } else if z.HasExtensions() && z.DecExt(yyv1253) { } else { - z.DecFallback(yyv1262, false) + z.DecFallback(yyv1253, false) } } - yyj1261++ - if yyhl1261 { - yyb1261 = yyj1261 > l + yyj1252++ + if yyhl1252 { + yyb1252 = yyj1252 > l } else { - yyb1261 = r.CheckBreak() + yyb1252 = r.CheckBreak() } - if yyb1261 { + if yyb1252 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15067,26 +14985,26 @@ func (x *NetworkPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Ingress = nil } else { - yyv1264 := &x.Ingress - yym1265 := z.DecBinary() - _ = yym1265 + yyv1255 := &x.Ingress + yym1256 := z.DecBinary() + _ = yym1256 if false { } else { - h.decSliceNetworkPolicyIngressRule((*[]NetworkPolicyIngressRule)(yyv1264), d) + h.decSliceNetworkPolicyIngressRule((*[]NetworkPolicyIngressRule)(yyv1255), d) } } for { - yyj1261++ - if yyhl1261 { - yyb1261 = yyj1261 > l + yyj1252++ + if yyhl1252 { + yyb1252 = yyj1252 > l } else { - yyb1261 = r.CheckBreak() + yyb1252 = r.CheckBreak() } - if yyb1261 { + if yyb1252 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1261-1, "") + z.DecStructFieldNotFound(yyj1252-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15098,39 +15016,39 @@ func (x *NetworkPolicyIngressRule) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1266 := z.EncBinary() - _ = yym1266 + yym1257 := z.EncBinary() + _ = yym1257 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1267 := !z.EncBinary() - yy2arr1267 := z.EncBasicHandle().StructToArray - var yyq1267 [2]bool - _, _, _ = yysep1267, yyq1267, yy2arr1267 - const yyr1267 bool = false - yyq1267[0] = len(x.Ports) != 0 - yyq1267[1] = len(x.From) != 0 - var yynn1267 int - if yyr1267 || yy2arr1267 { + yysep1258 := !z.EncBinary() + yy2arr1258 := z.EncBasicHandle().StructToArray + var yyq1258 [2]bool + _, _, _ = yysep1258, yyq1258, yy2arr1258 + const yyr1258 bool = false + yyq1258[0] = len(x.Ports) != 0 + yyq1258[1] = len(x.From) != 0 + var yynn1258 int + if yyr1258 || yy2arr1258 { r.EncodeArrayStart(2) } else { - yynn1267 = 0 - for _, b := range yyq1267 { + yynn1258 = 0 + for _, b := range yyq1258 { if b { - yynn1267++ + yynn1258++ } } - r.EncodeMapStart(yynn1267) - yynn1267 = 0 + r.EncodeMapStart(yynn1258) + yynn1258 = 0 } - if yyr1267 || yy2arr1267 { + if yyr1258 || yy2arr1258 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1267[0] { + if yyq1258[0] { if x.Ports == nil { r.EncodeNil() } else { - yym1269 := z.EncBinary() - _ = yym1269 + yym1260 := z.EncBinary() + _ = yym1260 if false { } else { h.encSliceNetworkPolicyPort(([]NetworkPolicyPort)(x.Ports), e) @@ -15140,15 +15058,15 @@ func (x *NetworkPolicyIngressRule) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1267[0] { + if yyq1258[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ports")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ports == nil { r.EncodeNil() } else { - yym1270 := z.EncBinary() - _ = yym1270 + yym1261 := z.EncBinary() + _ = yym1261 if false { } else { h.encSliceNetworkPolicyPort(([]NetworkPolicyPort)(x.Ports), e) @@ -15156,14 +15074,14 @@ func (x *NetworkPolicyIngressRule) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1267 || yy2arr1267 { + if yyr1258 || yy2arr1258 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1267[1] { + if yyq1258[1] { if x.From == nil { r.EncodeNil() } else { - yym1272 := z.EncBinary() - _ = yym1272 + yym1263 := z.EncBinary() + _ = yym1263 if false { } else { h.encSliceNetworkPolicyPeer(([]NetworkPolicyPeer)(x.From), e) @@ -15173,15 +15091,15 @@ func (x *NetworkPolicyIngressRule) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1267[1] { + if yyq1258[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("from")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.From == nil { r.EncodeNil() } else { - yym1273 := z.EncBinary() - _ = yym1273 + yym1264 := z.EncBinary() + _ = yym1264 if false { } else { h.encSliceNetworkPolicyPeer(([]NetworkPolicyPeer)(x.From), e) @@ -15189,7 +15107,7 @@ func (x *NetworkPolicyIngressRule) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1267 || yy2arr1267 { + if yyr1258 || yy2arr1258 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15202,25 +15120,25 @@ func (x *NetworkPolicyIngressRule) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1274 := z.DecBinary() - _ = yym1274 + yym1265 := z.DecBinary() + _ = yym1265 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1275 := r.ContainerType() - if yyct1275 == codecSelferValueTypeMap1234 { - yyl1275 := r.ReadMapStart() - if yyl1275 == 0 { + yyct1266 := r.ContainerType() + if yyct1266 == codecSelferValueTypeMap1234 { + yyl1266 := r.ReadMapStart() + if yyl1266 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1275, d) + x.codecDecodeSelfFromMap(yyl1266, d) } - } else if yyct1275 == codecSelferValueTypeArray1234 { - yyl1275 := r.ReadArrayStart() - if yyl1275 == 0 { + } else if yyct1266 == codecSelferValueTypeArray1234 { + yyl1266 := r.ReadArrayStart() + if yyl1266 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1275, d) + x.codecDecodeSelfFromArray(yyl1266, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15232,12 +15150,12 @@ func (x *NetworkPolicyIngressRule) codecDecodeSelfFromMap(l int, d *codec1978.De var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1276Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1276Slc - var yyhl1276 bool = l >= 0 - for yyj1276 := 0; ; yyj1276++ { - if yyhl1276 { - if yyj1276 >= l { + var yys1267Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1267Slc + var yyhl1267 bool = l >= 0 + for yyj1267 := 0; ; yyj1267++ { + if yyhl1267 { + if yyj1267 >= l { break } } else { @@ -15246,38 +15164,38 @@ func (x *NetworkPolicyIngressRule) codecDecodeSelfFromMap(l int, d *codec1978.De } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1276Slc = r.DecodeBytes(yys1276Slc, true, true) - yys1276 := string(yys1276Slc) + yys1267Slc = r.DecodeBytes(yys1267Slc, true, true) + yys1267 := string(yys1267Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1276 { + switch yys1267 { case "ports": if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv1277 := &x.Ports - yym1278 := z.DecBinary() - _ = yym1278 + yyv1268 := &x.Ports + yym1269 := z.DecBinary() + _ = yym1269 if false { } else { - h.decSliceNetworkPolicyPort((*[]NetworkPolicyPort)(yyv1277), d) + h.decSliceNetworkPolicyPort((*[]NetworkPolicyPort)(yyv1268), d) } } case "from": if r.TryDecodeAsNil() { x.From = nil } else { - yyv1279 := &x.From - yym1280 := z.DecBinary() - _ = yym1280 + yyv1270 := &x.From + yym1271 := z.DecBinary() + _ = yym1271 if false { } else { - h.decSliceNetworkPolicyPeer((*[]NetworkPolicyPeer)(yyv1279), d) + h.decSliceNetworkPolicyPeer((*[]NetworkPolicyPeer)(yyv1270), d) } } default: - z.DecStructFieldNotFound(-1, yys1276) - } // end switch yys1276 - } // end for yyj1276 + z.DecStructFieldNotFound(-1, yys1267) + } // end switch yys1267 + } // end for yyj1267 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15285,16 +15203,16 @@ func (x *NetworkPolicyIngressRule) codecDecodeSelfFromArray(l int, d *codec1978. var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1281 int - var yyb1281 bool - var yyhl1281 bool = l >= 0 - yyj1281++ - if yyhl1281 { - yyb1281 = yyj1281 > l + var yyj1272 int + var yyb1272 bool + var yyhl1272 bool = l >= 0 + yyj1272++ + if yyhl1272 { + yyb1272 = yyj1272 > l } else { - yyb1281 = r.CheckBreak() + yyb1272 = r.CheckBreak() } - if yyb1281 { + if yyb1272 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15302,21 +15220,21 @@ func (x *NetworkPolicyIngressRule) codecDecodeSelfFromArray(l int, d *codec1978. if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv1282 := &x.Ports - yym1283 := z.DecBinary() - _ = yym1283 + yyv1273 := &x.Ports + yym1274 := z.DecBinary() + _ = yym1274 if false { } else { - h.decSliceNetworkPolicyPort((*[]NetworkPolicyPort)(yyv1282), d) + h.decSliceNetworkPolicyPort((*[]NetworkPolicyPort)(yyv1273), d) } } - yyj1281++ - if yyhl1281 { - yyb1281 = yyj1281 > l + yyj1272++ + if yyhl1272 { + yyb1272 = yyj1272 > l } else { - yyb1281 = r.CheckBreak() + yyb1272 = r.CheckBreak() } - if yyb1281 { + if yyb1272 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15324,26 +15242,26 @@ func (x *NetworkPolicyIngressRule) codecDecodeSelfFromArray(l int, d *codec1978. if r.TryDecodeAsNil() { x.From = nil } else { - yyv1284 := &x.From - yym1285 := z.DecBinary() - _ = yym1285 + yyv1275 := &x.From + yym1276 := z.DecBinary() + _ = yym1276 if false { } else { - h.decSliceNetworkPolicyPeer((*[]NetworkPolicyPeer)(yyv1284), d) + h.decSliceNetworkPolicyPeer((*[]NetworkPolicyPeer)(yyv1275), d) } } for { - yyj1281++ - if yyhl1281 { - yyb1281 = yyj1281 > l + yyj1272++ + if yyhl1272 { + yyb1272 = yyj1272 > l } else { - yyb1281 = r.CheckBreak() + yyb1272 = r.CheckBreak() } - if yyb1281 { + if yyb1272 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1281-1, "") + z.DecStructFieldNotFound(yyj1272-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15355,79 +15273,79 @@ func (x *NetworkPolicyPort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1286 := z.EncBinary() - _ = yym1286 + yym1277 := z.EncBinary() + _ = yym1277 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1287 := !z.EncBinary() - yy2arr1287 := z.EncBasicHandle().StructToArray - var yyq1287 [2]bool - _, _, _ = yysep1287, yyq1287, yy2arr1287 - const yyr1287 bool = false - yyq1287[0] = x.Protocol != nil - yyq1287[1] = x.Port != nil - var yynn1287 int - if yyr1287 || yy2arr1287 { + yysep1278 := !z.EncBinary() + yy2arr1278 := z.EncBasicHandle().StructToArray + var yyq1278 [2]bool + _, _, _ = yysep1278, yyq1278, yy2arr1278 + const yyr1278 bool = false + yyq1278[0] = x.Protocol != nil + yyq1278[1] = x.Port != nil + var yynn1278 int + if yyr1278 || yy2arr1278 { r.EncodeArrayStart(2) } else { - yynn1287 = 0 - for _, b := range yyq1287 { + yynn1278 = 0 + for _, b := range yyq1278 { if b { - yynn1287++ + yynn1278++ } } - r.EncodeMapStart(yynn1287) - yynn1287 = 0 + r.EncodeMapStart(yynn1278) + yynn1278 = 0 } - if yyr1287 || yy2arr1287 { + if yyr1278 || yy2arr1278 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1287[0] { + if yyq1278[0] { if x.Protocol == nil { r.EncodeNil() } else { - yy1289 := *x.Protocol - yym1290 := z.EncBinary() - _ = yym1290 + yy1280 := *x.Protocol + yym1281 := z.EncBinary() + _ = yym1281 if false { - } else if z.HasExtensions() && z.EncExt(yy1289) { + } else if z.HasExtensions() && z.EncExt(yy1280) { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy1289)) + r.EncodeString(codecSelferC_UTF81234, string(yy1280)) } } } else { r.EncodeNil() } } else { - if yyq1287[0] { + if yyq1278[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("protocol")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Protocol == nil { r.EncodeNil() } else { - yy1291 := *x.Protocol - yym1292 := z.EncBinary() - _ = yym1292 + yy1282 := *x.Protocol + yym1283 := z.EncBinary() + _ = yym1283 if false { - } else if z.HasExtensions() && z.EncExt(yy1291) { + } else if z.HasExtensions() && z.EncExt(yy1282) { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy1291)) + r.EncodeString(codecSelferC_UTF81234, string(yy1282)) } } } } - if yyr1287 || yy2arr1287 { + if yyr1278 || yy2arr1278 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1287[1] { + if yyq1278[1] { if x.Port == nil { r.EncodeNil() } else { - yym1294 := z.EncBinary() - _ = yym1294 + yym1285 := z.EncBinary() + _ = yym1285 if false { } else if z.HasExtensions() && z.EncExt(x.Port) { - } else if !yym1294 && z.IsJSONHandle() { + } else if !yym1285 && z.IsJSONHandle() { z.EncJSONMarshal(x.Port) } else { z.EncFallback(x.Port) @@ -15437,18 +15355,18 @@ func (x *NetworkPolicyPort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1287[1] { + if yyq1278[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Port == nil { r.EncodeNil() } else { - yym1295 := z.EncBinary() - _ = yym1295 + yym1286 := z.EncBinary() + _ = yym1286 if false { } else if z.HasExtensions() && z.EncExt(x.Port) { - } else if !yym1295 && z.IsJSONHandle() { + } else if !yym1286 && z.IsJSONHandle() { z.EncJSONMarshal(x.Port) } else { z.EncFallback(x.Port) @@ -15456,7 +15374,7 @@ func (x *NetworkPolicyPort) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1287 || yy2arr1287 { + if yyr1278 || yy2arr1278 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15469,25 +15387,25 @@ func (x *NetworkPolicyPort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1296 := z.DecBinary() - _ = yym1296 + yym1287 := z.DecBinary() + _ = yym1287 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1297 := r.ContainerType() - if yyct1297 == codecSelferValueTypeMap1234 { - yyl1297 := r.ReadMapStart() - if yyl1297 == 0 { + yyct1288 := r.ContainerType() + if yyct1288 == codecSelferValueTypeMap1234 { + yyl1288 := r.ReadMapStart() + if yyl1288 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1297, d) + x.codecDecodeSelfFromMap(yyl1288, d) } - } else if yyct1297 == codecSelferValueTypeArray1234 { - yyl1297 := r.ReadArrayStart() - if yyl1297 == 0 { + } else if yyct1288 == codecSelferValueTypeArray1234 { + yyl1288 := r.ReadArrayStart() + if yyl1288 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1297, d) + x.codecDecodeSelfFromArray(yyl1288, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15499,12 +15417,12 @@ func (x *NetworkPolicyPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1298Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1298Slc - var yyhl1298 bool = l >= 0 - for yyj1298 := 0; ; yyj1298++ { - if yyhl1298 { - if yyj1298 >= l { + var yys1289Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1289Slc + var yyhl1289 bool = l >= 0 + for yyj1289 := 0; ; yyj1289++ { + if yyhl1289 { + if yyj1289 >= l { break } } else { @@ -15513,10 +15431,10 @@ func (x *NetworkPolicyPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1298Slc = r.DecodeBytes(yys1298Slc, true, true) - yys1298 := string(yys1298Slc) + yys1289Slc = r.DecodeBytes(yys1289Slc, true, true) + yys1289 := string(yys1289Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1298 { + switch yys1289 { case "protocol": if r.TryDecodeAsNil() { if x.Protocol != nil { @@ -15537,20 +15455,20 @@ func (x *NetworkPolicyPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.Port == nil { x.Port = new(pkg5_intstr.IntOrString) } - yym1301 := z.DecBinary() - _ = yym1301 + yym1292 := z.DecBinary() + _ = yym1292 if false { } else if z.HasExtensions() && z.DecExt(x.Port) { - } else if !yym1301 && z.IsJSONHandle() { + } else if !yym1292 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.Port) } else { z.DecFallback(x.Port, false) } } default: - z.DecStructFieldNotFound(-1, yys1298) - } // end switch yys1298 - } // end for yyj1298 + z.DecStructFieldNotFound(-1, yys1289) + } // end switch yys1289 + } // end for yyj1289 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15558,16 +15476,16 @@ func (x *NetworkPolicyPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1302 int - var yyb1302 bool - var yyhl1302 bool = l >= 0 - yyj1302++ - if yyhl1302 { - yyb1302 = yyj1302 > l + var yyj1293 int + var yyb1293 bool + var yyhl1293 bool = l >= 0 + yyj1293++ + if yyhl1293 { + yyb1293 = yyj1293 > l } else { - yyb1302 = r.CheckBreak() + yyb1293 = r.CheckBreak() } - if yyb1302 { + if yyb1293 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15582,13 +15500,13 @@ func (x *NetworkPolicyPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } x.Protocol.CodecDecodeSelf(d) } - yyj1302++ - if yyhl1302 { - yyb1302 = yyj1302 > l + yyj1293++ + if yyhl1293 { + yyb1293 = yyj1293 > l } else { - yyb1302 = r.CheckBreak() + yyb1293 = r.CheckBreak() } - if yyb1302 { + if yyb1293 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15601,28 +15519,28 @@ func (x *NetworkPolicyPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if x.Port == nil { x.Port = new(pkg5_intstr.IntOrString) } - yym1305 := z.DecBinary() - _ = yym1305 + yym1296 := z.DecBinary() + _ = yym1296 if false { } else if z.HasExtensions() && z.DecExt(x.Port) { - } else if !yym1305 && z.IsJSONHandle() { + } else if !yym1296 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.Port) } else { z.DecFallback(x.Port, false) } } for { - yyj1302++ - if yyhl1302 { - yyb1302 = yyj1302 > l + yyj1293++ + if yyhl1293 { + yyb1293 = yyj1293 > l } else { - yyb1302 = r.CheckBreak() + yyb1293 = r.CheckBreak() } - if yyb1302 { + if yyb1293 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1302-1, "") + z.DecStructFieldNotFound(yyj1293-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15634,39 +15552,39 @@ func (x *NetworkPolicyPeer) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1306 := z.EncBinary() - _ = yym1306 + yym1297 := z.EncBinary() + _ = yym1297 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1307 := !z.EncBinary() - yy2arr1307 := z.EncBasicHandle().StructToArray - var yyq1307 [2]bool - _, _, _ = yysep1307, yyq1307, yy2arr1307 - const yyr1307 bool = false - yyq1307[0] = x.PodSelector != nil - yyq1307[1] = x.NamespaceSelector != nil - var yynn1307 int - if yyr1307 || yy2arr1307 { + yysep1298 := !z.EncBinary() + yy2arr1298 := z.EncBasicHandle().StructToArray + var yyq1298 [2]bool + _, _, _ = yysep1298, yyq1298, yy2arr1298 + const yyr1298 bool = false + yyq1298[0] = x.PodSelector != nil + yyq1298[1] = x.NamespaceSelector != nil + var yynn1298 int + if yyr1298 || yy2arr1298 { r.EncodeArrayStart(2) } else { - yynn1307 = 0 - for _, b := range yyq1307 { + yynn1298 = 0 + for _, b := range yyq1298 { if b { - yynn1307++ + yynn1298++ } } - r.EncodeMapStart(yynn1307) - yynn1307 = 0 + r.EncodeMapStart(yynn1298) + yynn1298 = 0 } - if yyr1307 || yy2arr1307 { + if yyr1298 || yy2arr1298 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1307[0] { + if yyq1298[0] { if x.PodSelector == nil { r.EncodeNil() } else { - yym1309 := z.EncBinary() - _ = yym1309 + yym1300 := z.EncBinary() + _ = yym1300 if false { } else if z.HasExtensions() && z.EncExt(x.PodSelector) { } else { @@ -15677,15 +15595,15 @@ func (x *NetworkPolicyPeer) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1307[0] { + if yyq1298[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.PodSelector == nil { r.EncodeNil() } else { - yym1310 := z.EncBinary() - _ = yym1310 + yym1301 := z.EncBinary() + _ = yym1301 if false { } else if z.HasExtensions() && z.EncExt(x.PodSelector) { } else { @@ -15694,14 +15612,14 @@ func (x *NetworkPolicyPeer) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1307 || yy2arr1307 { + if yyr1298 || yy2arr1298 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1307[1] { + if yyq1298[1] { if x.NamespaceSelector == nil { r.EncodeNil() } else { - yym1312 := z.EncBinary() - _ = yym1312 + yym1303 := z.EncBinary() + _ = yym1303 if false { } else if z.HasExtensions() && z.EncExt(x.NamespaceSelector) { } else { @@ -15712,15 +15630,15 @@ func (x *NetworkPolicyPeer) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1307[1] { + if yyq1298[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("namespaceSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.NamespaceSelector == nil { r.EncodeNil() } else { - yym1313 := z.EncBinary() - _ = yym1313 + yym1304 := z.EncBinary() + _ = yym1304 if false { } else if z.HasExtensions() && z.EncExt(x.NamespaceSelector) { } else { @@ -15729,7 +15647,7 @@ func (x *NetworkPolicyPeer) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1307 || yy2arr1307 { + if yyr1298 || yy2arr1298 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15742,25 +15660,25 @@ func (x *NetworkPolicyPeer) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1314 := z.DecBinary() - _ = yym1314 + yym1305 := z.DecBinary() + _ = yym1305 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1315 := r.ContainerType() - if yyct1315 == codecSelferValueTypeMap1234 { - yyl1315 := r.ReadMapStart() - if yyl1315 == 0 { + yyct1306 := r.ContainerType() + if yyct1306 == codecSelferValueTypeMap1234 { + yyl1306 := r.ReadMapStart() + if yyl1306 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1315, d) + x.codecDecodeSelfFromMap(yyl1306, d) } - } else if yyct1315 == codecSelferValueTypeArray1234 { - yyl1315 := r.ReadArrayStart() - if yyl1315 == 0 { + } else if yyct1306 == codecSelferValueTypeArray1234 { + yyl1306 := r.ReadArrayStart() + if yyl1306 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1315, d) + x.codecDecodeSelfFromArray(yyl1306, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15772,12 +15690,12 @@ func (x *NetworkPolicyPeer) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1316Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1316Slc - var yyhl1316 bool = l >= 0 - for yyj1316 := 0; ; yyj1316++ { - if yyhl1316 { - if yyj1316 >= l { + var yys1307Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1307Slc + var yyhl1307 bool = l >= 0 + for yyj1307 := 0; ; yyj1307++ { + if yyhl1307 { + if yyj1307 >= l { break } } else { @@ -15786,10 +15704,10 @@ func (x *NetworkPolicyPeer) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1316Slc = r.DecodeBytes(yys1316Slc, true, true) - yys1316 := string(yys1316Slc) + yys1307Slc = r.DecodeBytes(yys1307Slc, true, true) + yys1307 := string(yys1307Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1316 { + switch yys1307 { case "podSelector": if r.TryDecodeAsNil() { if x.PodSelector != nil { @@ -15799,8 +15717,8 @@ func (x *NetworkPolicyPeer) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.PodSelector == nil { x.PodSelector = new(pkg1_unversioned.LabelSelector) } - yym1318 := z.DecBinary() - _ = yym1318 + yym1309 := z.DecBinary() + _ = yym1309 if false { } else if z.HasExtensions() && z.DecExt(x.PodSelector) { } else { @@ -15816,8 +15734,8 @@ func (x *NetworkPolicyPeer) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.NamespaceSelector == nil { x.NamespaceSelector = new(pkg1_unversioned.LabelSelector) } - yym1320 := z.DecBinary() - _ = yym1320 + yym1311 := z.DecBinary() + _ = yym1311 if false { } else if z.HasExtensions() && z.DecExt(x.NamespaceSelector) { } else { @@ -15825,9 +15743,9 @@ func (x *NetworkPolicyPeer) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } default: - z.DecStructFieldNotFound(-1, yys1316) - } // end switch yys1316 - } // end for yyj1316 + z.DecStructFieldNotFound(-1, yys1307) + } // end switch yys1307 + } // end for yyj1307 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15835,16 +15753,16 @@ func (x *NetworkPolicyPeer) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1321 int - var yyb1321 bool - var yyhl1321 bool = l >= 0 - yyj1321++ - if yyhl1321 { - yyb1321 = yyj1321 > l + var yyj1312 int + var yyb1312 bool + var yyhl1312 bool = l >= 0 + yyj1312++ + if yyhl1312 { + yyb1312 = yyj1312 > l } else { - yyb1321 = r.CheckBreak() + yyb1312 = r.CheckBreak() } - if yyb1321 { + if yyb1312 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15857,21 +15775,21 @@ func (x *NetworkPolicyPeer) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if x.PodSelector == nil { x.PodSelector = new(pkg1_unversioned.LabelSelector) } - yym1323 := z.DecBinary() - _ = yym1323 + yym1314 := z.DecBinary() + _ = yym1314 if false { } else if z.HasExtensions() && z.DecExt(x.PodSelector) { } else { z.DecFallback(x.PodSelector, false) } } - yyj1321++ - if yyhl1321 { - yyb1321 = yyj1321 > l + yyj1312++ + if yyhl1312 { + yyb1312 = yyj1312 > l } else { - yyb1321 = r.CheckBreak() + yyb1312 = r.CheckBreak() } - if yyb1321 { + if yyb1312 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15884,8 +15802,8 @@ func (x *NetworkPolicyPeer) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if x.NamespaceSelector == nil { x.NamespaceSelector = new(pkg1_unversioned.LabelSelector) } - yym1325 := z.DecBinary() - _ = yym1325 + yym1316 := z.DecBinary() + _ = yym1316 if false { } else if z.HasExtensions() && z.DecExt(x.NamespaceSelector) { } else { @@ -15893,17 +15811,17 @@ func (x *NetworkPolicyPeer) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } } for { - yyj1321++ - if yyhl1321 { - yyb1321 = yyj1321 > l + yyj1312++ + if yyhl1312 { + yyb1312 = yyj1312 > l } else { - yyb1321 = r.CheckBreak() + yyb1312 = r.CheckBreak() } - if yyb1321 { + if yyb1312 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1321-1, "") + z.DecStructFieldNotFound(yyj1312-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15915,37 +15833,37 @@ func (x *NetworkPolicyList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1326 := z.EncBinary() - _ = yym1326 + yym1317 := z.EncBinary() + _ = yym1317 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1327 := !z.EncBinary() - yy2arr1327 := z.EncBasicHandle().StructToArray - var yyq1327 [4]bool - _, _, _ = yysep1327, yyq1327, yy2arr1327 - const yyr1327 bool = false - yyq1327[0] = x.Kind != "" - yyq1327[1] = x.APIVersion != "" - yyq1327[2] = true - var yynn1327 int - if yyr1327 || yy2arr1327 { + yysep1318 := !z.EncBinary() + yy2arr1318 := z.EncBasicHandle().StructToArray + var yyq1318 [4]bool + _, _, _ = yysep1318, yyq1318, yy2arr1318 + const yyr1318 bool = false + yyq1318[0] = x.Kind != "" + yyq1318[1] = x.APIVersion != "" + yyq1318[2] = true + var yynn1318 int + if yyr1318 || yy2arr1318 { r.EncodeArrayStart(4) } else { - yynn1327 = 1 - for _, b := range yyq1327 { + yynn1318 = 1 + for _, b := range yyq1318 { if b { - yynn1327++ + yynn1318++ } } - r.EncodeMapStart(yynn1327) - yynn1327 = 0 + r.EncodeMapStart(yynn1318) + yynn1318 = 0 } - if yyr1327 || yy2arr1327 { + if yyr1318 || yy2arr1318 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1327[0] { - yym1329 := z.EncBinary() - _ = yym1329 + if yyq1318[0] { + yym1320 := z.EncBinary() + _ = yym1320 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -15954,23 +15872,23 @@ func (x *NetworkPolicyList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1327[0] { + if yyq1318[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1330 := z.EncBinary() - _ = yym1330 + yym1321 := z.EncBinary() + _ = yym1321 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1327 || yy2arr1327 { + if yyr1318 || yy2arr1318 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1327[1] { - yym1332 := z.EncBinary() - _ = yym1332 + if yyq1318[1] { + yym1323 := z.EncBinary() + _ = yym1323 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -15979,54 +15897,54 @@ func (x *NetworkPolicyList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1327[1] { + if yyq1318[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1333 := z.EncBinary() - _ = yym1333 + yym1324 := z.EncBinary() + _ = yym1324 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1327 || yy2arr1327 { + if yyr1318 || yy2arr1318 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1327[2] { - yy1335 := &x.ListMeta - yym1336 := z.EncBinary() - _ = yym1336 + if yyq1318[2] { + yy1326 := &x.ListMeta + yym1327 := z.EncBinary() + _ = yym1327 if false { - } else if z.HasExtensions() && z.EncExt(yy1335) { + } else if z.HasExtensions() && z.EncExt(yy1326) { } else { - z.EncFallback(yy1335) + z.EncFallback(yy1326) } } else { r.EncodeNil() } } else { - if yyq1327[2] { + if yyq1318[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1337 := &x.ListMeta - yym1338 := z.EncBinary() - _ = yym1338 + yy1328 := &x.ListMeta + yym1329 := z.EncBinary() + _ = yym1329 if false { - } else if z.HasExtensions() && z.EncExt(yy1337) { + } else if z.HasExtensions() && z.EncExt(yy1328) { } else { - z.EncFallback(yy1337) + z.EncFallback(yy1328) } } } - if yyr1327 || yy2arr1327 { + if yyr1318 || yy2arr1318 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym1340 := z.EncBinary() - _ = yym1340 + yym1331 := z.EncBinary() + _ = yym1331 if false { } else { h.encSliceNetworkPolicy(([]NetworkPolicy)(x.Items), e) @@ -16039,15 +15957,15 @@ func (x *NetworkPolicyList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym1341 := z.EncBinary() - _ = yym1341 + yym1332 := z.EncBinary() + _ = yym1332 if false { } else { h.encSliceNetworkPolicy(([]NetworkPolicy)(x.Items), e) } } } - if yyr1327 || yy2arr1327 { + if yyr1318 || yy2arr1318 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16060,25 +15978,25 @@ func (x *NetworkPolicyList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1342 := z.DecBinary() - _ = yym1342 + yym1333 := z.DecBinary() + _ = yym1333 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1343 := r.ContainerType() - if yyct1343 == codecSelferValueTypeMap1234 { - yyl1343 := r.ReadMapStart() - if yyl1343 == 0 { + yyct1334 := r.ContainerType() + if yyct1334 == codecSelferValueTypeMap1234 { + yyl1334 := r.ReadMapStart() + if yyl1334 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1343, d) + x.codecDecodeSelfFromMap(yyl1334, d) } - } else if yyct1343 == codecSelferValueTypeArray1234 { - yyl1343 := r.ReadArrayStart() - if yyl1343 == 0 { + } else if yyct1334 == codecSelferValueTypeArray1234 { + yyl1334 := r.ReadArrayStart() + if yyl1334 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1343, d) + x.codecDecodeSelfFromArray(yyl1334, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16090,12 +16008,12 @@ func (x *NetworkPolicyList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1344Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1344Slc - var yyhl1344 bool = l >= 0 - for yyj1344 := 0; ; yyj1344++ { - if yyhl1344 { - if yyj1344 >= l { + var yys1335Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1335Slc + var yyhl1335 bool = l >= 0 + for yyj1335 := 0; ; yyj1335++ { + if yyhl1335 { + if yyj1335 >= l { break } } else { @@ -16104,10 +16022,10 @@ func (x *NetworkPolicyList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1344Slc = r.DecodeBytes(yys1344Slc, true, true) - yys1344 := string(yys1344Slc) + yys1335Slc = r.DecodeBytes(yys1335Slc, true, true) + yys1335 := string(yys1335Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1344 { + switch yys1335 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -16124,31 +16042,31 @@ func (x *NetworkPolicyList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv1347 := &x.ListMeta - yym1348 := z.DecBinary() - _ = yym1348 + yyv1338 := &x.ListMeta + yym1339 := z.DecBinary() + _ = yym1339 if false { - } else if z.HasExtensions() && z.DecExt(yyv1347) { + } else if z.HasExtensions() && z.DecExt(yyv1338) { } else { - z.DecFallback(yyv1347, false) + z.DecFallback(yyv1338, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1349 := &x.Items - yym1350 := z.DecBinary() - _ = yym1350 + yyv1340 := &x.Items + yym1341 := z.DecBinary() + _ = yym1341 if false { } else { - h.decSliceNetworkPolicy((*[]NetworkPolicy)(yyv1349), d) + h.decSliceNetworkPolicy((*[]NetworkPolicy)(yyv1340), d) } } default: - z.DecStructFieldNotFound(-1, yys1344) - } // end switch yys1344 - } // end for yyj1344 + z.DecStructFieldNotFound(-1, yys1335) + } // end switch yys1335 + } // end for yyj1335 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16156,16 +16074,16 @@ func (x *NetworkPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1351 int - var yyb1351 bool - var yyhl1351 bool = l >= 0 - yyj1351++ - if yyhl1351 { - yyb1351 = yyj1351 > l + var yyj1342 int + var yyb1342 bool + var yyhl1342 bool = l >= 0 + yyj1342++ + if yyhl1342 { + yyb1342 = yyj1342 > l } else { - yyb1351 = r.CheckBreak() + yyb1342 = r.CheckBreak() } - if yyb1351 { + if yyb1342 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16175,13 +16093,13 @@ func (x *NetworkPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.Kind = string(r.DecodeString()) } - yyj1351++ - if yyhl1351 { - yyb1351 = yyj1351 > l + yyj1342++ + if yyhl1342 { + yyb1342 = yyj1342 > l } else { - yyb1351 = r.CheckBreak() + yyb1342 = r.CheckBreak() } - if yyb1351 { + if yyb1342 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16191,13 +16109,13 @@ func (x *NetworkPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.APIVersion = string(r.DecodeString()) } - yyj1351++ - if yyhl1351 { - yyb1351 = yyj1351 > l + yyj1342++ + if yyhl1342 { + yyb1342 = yyj1342 > l } else { - yyb1351 = r.CheckBreak() + yyb1342 = r.CheckBreak() } - if yyb1351 { + if yyb1342 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16205,22 +16123,22 @@ func (x *NetworkPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv1354 := &x.ListMeta - yym1355 := z.DecBinary() - _ = yym1355 + yyv1345 := &x.ListMeta + yym1346 := z.DecBinary() + _ = yym1346 if false { - } else if z.HasExtensions() && z.DecExt(yyv1354) { + } else if z.HasExtensions() && z.DecExt(yyv1345) { } else { - z.DecFallback(yyv1354, false) + z.DecFallback(yyv1345, false) } } - yyj1351++ - if yyhl1351 { - yyb1351 = yyj1351 > l + yyj1342++ + if yyhl1342 { + yyb1342 = yyj1342 > l } else { - yyb1351 = r.CheckBreak() + yyb1342 = r.CheckBreak() } - if yyb1351 { + if yyb1342 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16228,26 +16146,26 @@ func (x *NetworkPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1356 := &x.Items - yym1357 := z.DecBinary() - _ = yym1357 + yyv1347 := &x.Items + yym1348 := z.DecBinary() + _ = yym1348 if false { } else { - h.decSliceNetworkPolicy((*[]NetworkPolicy)(yyv1356), d) + h.decSliceNetworkPolicy((*[]NetworkPolicy)(yyv1347), d) } } for { - yyj1351++ - if yyhl1351 { - yyb1351 = yyj1351 > l + yyj1342++ + if yyhl1342 { + yyb1342 = yyj1342 > l } else { - yyb1351 = r.CheckBreak() + yyb1342 = r.CheckBreak() } - if yyb1351 { + if yyb1342 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1351-1, "") + z.DecStructFieldNotFound(yyj1342-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16257,10 +16175,10 @@ func (x codecSelfer1234) encSliceCustomMetricTarget(v []CustomMetricTarget, e *c z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1358 := range v { + for _, yyv1349 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1359 := &yyv1358 - yy1359.CodecEncodeSelf(e) + yy1350 := &yyv1349 + yy1350.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16270,83 +16188,83 @@ func (x codecSelfer1234) decSliceCustomMetricTarget(v *[]CustomMetricTarget, d * z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1360 := *v - yyh1360, yyl1360 := z.DecSliceHelperStart() - var yyc1360 bool - if yyl1360 == 0 { - if yyv1360 == nil { - yyv1360 = []CustomMetricTarget{} - yyc1360 = true - } else if len(yyv1360) != 0 { - yyv1360 = yyv1360[:0] - yyc1360 = true + yyv1351 := *v + yyh1351, yyl1351 := z.DecSliceHelperStart() + var yyc1351 bool + if yyl1351 == 0 { + if yyv1351 == nil { + yyv1351 = []CustomMetricTarget{} + yyc1351 = true + } else if len(yyv1351) != 0 { + yyv1351 = yyv1351[:0] + yyc1351 = true } - } else if yyl1360 > 0 { - var yyrr1360, yyrl1360 int - var yyrt1360 bool - if yyl1360 > cap(yyv1360) { + } else if yyl1351 > 0 { + var yyrr1351, yyrl1351 int + var yyrt1351 bool + if yyl1351 > cap(yyv1351) { - yyrg1360 := len(yyv1360) > 0 - yyv21360 := yyv1360 - yyrl1360, yyrt1360 = z.DecInferLen(yyl1360, z.DecBasicHandle().MaxInitLen, 72) - if yyrt1360 { - if yyrl1360 <= cap(yyv1360) { - yyv1360 = yyv1360[:yyrl1360] + yyrg1351 := len(yyv1351) > 0 + yyv21351 := yyv1351 + yyrl1351, yyrt1351 = z.DecInferLen(yyl1351, z.DecBasicHandle().MaxInitLen, 72) + if yyrt1351 { + if yyrl1351 <= cap(yyv1351) { + yyv1351 = yyv1351[:yyrl1351] } else { - yyv1360 = make([]CustomMetricTarget, yyrl1360) + yyv1351 = make([]CustomMetricTarget, yyrl1351) } } else { - yyv1360 = make([]CustomMetricTarget, yyrl1360) + yyv1351 = make([]CustomMetricTarget, yyrl1351) } - yyc1360 = true - yyrr1360 = len(yyv1360) - if yyrg1360 { - copy(yyv1360, yyv21360) + yyc1351 = true + yyrr1351 = len(yyv1351) + if yyrg1351 { + copy(yyv1351, yyv21351) } - } else if yyl1360 != len(yyv1360) { - yyv1360 = yyv1360[:yyl1360] - yyc1360 = true + } else if yyl1351 != len(yyv1351) { + yyv1351 = yyv1351[:yyl1351] + yyc1351 = true } - yyj1360 := 0 - for ; yyj1360 < yyrr1360; yyj1360++ { - yyh1360.ElemContainerState(yyj1360) + yyj1351 := 0 + for ; yyj1351 < yyrr1351; yyj1351++ { + yyh1351.ElemContainerState(yyj1351) if r.TryDecodeAsNil() { - yyv1360[yyj1360] = CustomMetricTarget{} + yyv1351[yyj1351] = CustomMetricTarget{} } else { - yyv1361 := &yyv1360[yyj1360] - yyv1361.CodecDecodeSelf(d) + yyv1352 := &yyv1351[yyj1351] + yyv1352.CodecDecodeSelf(d) } } - if yyrt1360 { - for ; yyj1360 < yyl1360; yyj1360++ { - yyv1360 = append(yyv1360, CustomMetricTarget{}) - yyh1360.ElemContainerState(yyj1360) + if yyrt1351 { + for ; yyj1351 < yyl1351; yyj1351++ { + yyv1351 = append(yyv1351, CustomMetricTarget{}) + yyh1351.ElemContainerState(yyj1351) if r.TryDecodeAsNil() { - yyv1360[yyj1360] = CustomMetricTarget{} + yyv1351[yyj1351] = CustomMetricTarget{} } else { - yyv1362 := &yyv1360[yyj1360] - yyv1362.CodecDecodeSelf(d) + yyv1353 := &yyv1351[yyj1351] + yyv1353.CodecDecodeSelf(d) } } } } else { - yyj1360 := 0 - for ; !r.CheckBreak(); yyj1360++ { + yyj1351 := 0 + for ; !r.CheckBreak(); yyj1351++ { - if yyj1360 >= len(yyv1360) { - yyv1360 = append(yyv1360, CustomMetricTarget{}) // var yyz1360 CustomMetricTarget - yyc1360 = true + if yyj1351 >= len(yyv1351) { + yyv1351 = append(yyv1351, CustomMetricTarget{}) // var yyz1351 CustomMetricTarget + yyc1351 = true } - yyh1360.ElemContainerState(yyj1360) - if yyj1360 < len(yyv1360) { + yyh1351.ElemContainerState(yyj1351) + if yyj1351 < len(yyv1351) { if r.TryDecodeAsNil() { - yyv1360[yyj1360] = CustomMetricTarget{} + yyv1351[yyj1351] = CustomMetricTarget{} } else { - yyv1363 := &yyv1360[yyj1360] - yyv1363.CodecDecodeSelf(d) + yyv1354 := &yyv1351[yyj1351] + yyv1354.CodecDecodeSelf(d) } } else { @@ -16354,17 +16272,17 @@ func (x codecSelfer1234) decSliceCustomMetricTarget(v *[]CustomMetricTarget, d * } } - if yyj1360 < len(yyv1360) { - yyv1360 = yyv1360[:yyj1360] - yyc1360 = true - } else if yyj1360 == 0 && yyv1360 == nil { - yyv1360 = []CustomMetricTarget{} - yyc1360 = true + if yyj1351 < len(yyv1351) { + yyv1351 = yyv1351[:yyj1351] + yyc1351 = true + } else if yyj1351 == 0 && yyv1351 == nil { + yyv1351 = []CustomMetricTarget{} + yyc1351 = true } } - yyh1360.End() - if yyc1360 { - *v = yyv1360 + yyh1351.End() + if yyc1351 { + *v = yyv1351 } } @@ -16373,10 +16291,10 @@ func (x codecSelfer1234) encSliceCustomMetricCurrentStatus(v []CustomMetricCurre z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1364 := range v { + for _, yyv1355 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1365 := &yyv1364 - yy1365.CodecEncodeSelf(e) + yy1356 := &yyv1355 + yy1356.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16386,83 +16304,83 @@ func (x codecSelfer1234) decSliceCustomMetricCurrentStatus(v *[]CustomMetricCurr z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1366 := *v - yyh1366, yyl1366 := z.DecSliceHelperStart() - var yyc1366 bool - if yyl1366 == 0 { - if yyv1366 == nil { - yyv1366 = []CustomMetricCurrentStatus{} - yyc1366 = true - } else if len(yyv1366) != 0 { - yyv1366 = yyv1366[:0] - yyc1366 = true + yyv1357 := *v + yyh1357, yyl1357 := z.DecSliceHelperStart() + var yyc1357 bool + if yyl1357 == 0 { + if yyv1357 == nil { + yyv1357 = []CustomMetricCurrentStatus{} + yyc1357 = true + } else if len(yyv1357) != 0 { + yyv1357 = yyv1357[:0] + yyc1357 = true } - } else if yyl1366 > 0 { - var yyrr1366, yyrl1366 int - var yyrt1366 bool - if yyl1366 > cap(yyv1366) { + } else if yyl1357 > 0 { + var yyrr1357, yyrl1357 int + var yyrt1357 bool + if yyl1357 > cap(yyv1357) { - yyrg1366 := len(yyv1366) > 0 - yyv21366 := yyv1366 - yyrl1366, yyrt1366 = z.DecInferLen(yyl1366, z.DecBasicHandle().MaxInitLen, 72) - if yyrt1366 { - if yyrl1366 <= cap(yyv1366) { - yyv1366 = yyv1366[:yyrl1366] + yyrg1357 := len(yyv1357) > 0 + yyv21357 := yyv1357 + yyrl1357, yyrt1357 = z.DecInferLen(yyl1357, z.DecBasicHandle().MaxInitLen, 72) + if yyrt1357 { + if yyrl1357 <= cap(yyv1357) { + yyv1357 = yyv1357[:yyrl1357] } else { - yyv1366 = make([]CustomMetricCurrentStatus, yyrl1366) + yyv1357 = make([]CustomMetricCurrentStatus, yyrl1357) } } else { - yyv1366 = make([]CustomMetricCurrentStatus, yyrl1366) + yyv1357 = make([]CustomMetricCurrentStatus, yyrl1357) } - yyc1366 = true - yyrr1366 = len(yyv1366) - if yyrg1366 { - copy(yyv1366, yyv21366) + yyc1357 = true + yyrr1357 = len(yyv1357) + if yyrg1357 { + copy(yyv1357, yyv21357) } - } else if yyl1366 != len(yyv1366) { - yyv1366 = yyv1366[:yyl1366] - yyc1366 = true + } else if yyl1357 != len(yyv1357) { + yyv1357 = yyv1357[:yyl1357] + yyc1357 = true } - yyj1366 := 0 - for ; yyj1366 < yyrr1366; yyj1366++ { - yyh1366.ElemContainerState(yyj1366) + yyj1357 := 0 + for ; yyj1357 < yyrr1357; yyj1357++ { + yyh1357.ElemContainerState(yyj1357) if r.TryDecodeAsNil() { - yyv1366[yyj1366] = CustomMetricCurrentStatus{} + yyv1357[yyj1357] = CustomMetricCurrentStatus{} } else { - yyv1367 := &yyv1366[yyj1366] - yyv1367.CodecDecodeSelf(d) + yyv1358 := &yyv1357[yyj1357] + yyv1358.CodecDecodeSelf(d) } } - if yyrt1366 { - for ; yyj1366 < yyl1366; yyj1366++ { - yyv1366 = append(yyv1366, CustomMetricCurrentStatus{}) - yyh1366.ElemContainerState(yyj1366) + if yyrt1357 { + for ; yyj1357 < yyl1357; yyj1357++ { + yyv1357 = append(yyv1357, CustomMetricCurrentStatus{}) + yyh1357.ElemContainerState(yyj1357) if r.TryDecodeAsNil() { - yyv1366[yyj1366] = CustomMetricCurrentStatus{} + yyv1357[yyj1357] = CustomMetricCurrentStatus{} } else { - yyv1368 := &yyv1366[yyj1366] - yyv1368.CodecDecodeSelf(d) + yyv1359 := &yyv1357[yyj1357] + yyv1359.CodecDecodeSelf(d) } } } } else { - yyj1366 := 0 - for ; !r.CheckBreak(); yyj1366++ { + yyj1357 := 0 + for ; !r.CheckBreak(); yyj1357++ { - if yyj1366 >= len(yyv1366) { - yyv1366 = append(yyv1366, CustomMetricCurrentStatus{}) // var yyz1366 CustomMetricCurrentStatus - yyc1366 = true + if yyj1357 >= len(yyv1357) { + yyv1357 = append(yyv1357, CustomMetricCurrentStatus{}) // var yyz1357 CustomMetricCurrentStatus + yyc1357 = true } - yyh1366.ElemContainerState(yyj1366) - if yyj1366 < len(yyv1366) { + yyh1357.ElemContainerState(yyj1357) + if yyj1357 < len(yyv1357) { if r.TryDecodeAsNil() { - yyv1366[yyj1366] = CustomMetricCurrentStatus{} + yyv1357[yyj1357] = CustomMetricCurrentStatus{} } else { - yyv1369 := &yyv1366[yyj1366] - yyv1369.CodecDecodeSelf(d) + yyv1360 := &yyv1357[yyj1357] + yyv1360.CodecDecodeSelf(d) } } else { @@ -16470,17 +16388,17 @@ func (x codecSelfer1234) decSliceCustomMetricCurrentStatus(v *[]CustomMetricCurr } } - if yyj1366 < len(yyv1366) { - yyv1366 = yyv1366[:yyj1366] - yyc1366 = true - } else if yyj1366 == 0 && yyv1366 == nil { - yyv1366 = []CustomMetricCurrentStatus{} - yyc1366 = true + if yyj1357 < len(yyv1357) { + yyv1357 = yyv1357[:yyj1357] + yyc1357 = true + } else if yyj1357 == 0 && yyv1357 == nil { + yyv1357 = []CustomMetricCurrentStatus{} + yyc1357 = true } } - yyh1366.End() - if yyc1366 { - *v = yyv1366 + yyh1357.End() + if yyc1357 { + *v = yyv1357 } } @@ -16489,10 +16407,10 @@ func (x codecSelfer1234) encSliceAPIVersion(v []APIVersion, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1370 := range v { + for _, yyv1361 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1371 := &yyv1370 - yy1371.CodecEncodeSelf(e) + yy1362 := &yyv1361 + yy1362.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16502,83 +16420,83 @@ func (x codecSelfer1234) decSliceAPIVersion(v *[]APIVersion, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1372 := *v - yyh1372, yyl1372 := z.DecSliceHelperStart() - var yyc1372 bool - if yyl1372 == 0 { - if yyv1372 == nil { - yyv1372 = []APIVersion{} - yyc1372 = true - } else if len(yyv1372) != 0 { - yyv1372 = yyv1372[:0] - yyc1372 = true + yyv1363 := *v + yyh1363, yyl1363 := z.DecSliceHelperStart() + var yyc1363 bool + if yyl1363 == 0 { + if yyv1363 == nil { + yyv1363 = []APIVersion{} + yyc1363 = true + } else if len(yyv1363) != 0 { + yyv1363 = yyv1363[:0] + yyc1363 = true } - } else if yyl1372 > 0 { - var yyrr1372, yyrl1372 int - var yyrt1372 bool - if yyl1372 > cap(yyv1372) { + } else if yyl1363 > 0 { + var yyrr1363, yyrl1363 int + var yyrt1363 bool + if yyl1363 > cap(yyv1363) { - yyrg1372 := len(yyv1372) > 0 - yyv21372 := yyv1372 - yyrl1372, yyrt1372 = z.DecInferLen(yyl1372, z.DecBasicHandle().MaxInitLen, 16) - if yyrt1372 { - if yyrl1372 <= cap(yyv1372) { - yyv1372 = yyv1372[:yyrl1372] + yyrg1363 := len(yyv1363) > 0 + yyv21363 := yyv1363 + yyrl1363, yyrt1363 = z.DecInferLen(yyl1363, z.DecBasicHandle().MaxInitLen, 16) + if yyrt1363 { + if yyrl1363 <= cap(yyv1363) { + yyv1363 = yyv1363[:yyrl1363] } else { - yyv1372 = make([]APIVersion, yyrl1372) + yyv1363 = make([]APIVersion, yyrl1363) } } else { - yyv1372 = make([]APIVersion, yyrl1372) + yyv1363 = make([]APIVersion, yyrl1363) } - yyc1372 = true - yyrr1372 = len(yyv1372) - if yyrg1372 { - copy(yyv1372, yyv21372) + yyc1363 = true + yyrr1363 = len(yyv1363) + if yyrg1363 { + copy(yyv1363, yyv21363) } - } else if yyl1372 != len(yyv1372) { - yyv1372 = yyv1372[:yyl1372] - yyc1372 = true + } else if yyl1363 != len(yyv1363) { + yyv1363 = yyv1363[:yyl1363] + yyc1363 = true } - yyj1372 := 0 - for ; yyj1372 < yyrr1372; yyj1372++ { - yyh1372.ElemContainerState(yyj1372) + yyj1363 := 0 + for ; yyj1363 < yyrr1363; yyj1363++ { + yyh1363.ElemContainerState(yyj1363) if r.TryDecodeAsNil() { - yyv1372[yyj1372] = APIVersion{} + yyv1363[yyj1363] = APIVersion{} } else { - yyv1373 := &yyv1372[yyj1372] - yyv1373.CodecDecodeSelf(d) + yyv1364 := &yyv1363[yyj1363] + yyv1364.CodecDecodeSelf(d) } } - if yyrt1372 { - for ; yyj1372 < yyl1372; yyj1372++ { - yyv1372 = append(yyv1372, APIVersion{}) - yyh1372.ElemContainerState(yyj1372) + if yyrt1363 { + for ; yyj1363 < yyl1363; yyj1363++ { + yyv1363 = append(yyv1363, APIVersion{}) + yyh1363.ElemContainerState(yyj1363) if r.TryDecodeAsNil() { - yyv1372[yyj1372] = APIVersion{} + yyv1363[yyj1363] = APIVersion{} } else { - yyv1374 := &yyv1372[yyj1372] - yyv1374.CodecDecodeSelf(d) + yyv1365 := &yyv1363[yyj1363] + yyv1365.CodecDecodeSelf(d) } } } } else { - yyj1372 := 0 - for ; !r.CheckBreak(); yyj1372++ { + yyj1363 := 0 + for ; !r.CheckBreak(); yyj1363++ { - if yyj1372 >= len(yyv1372) { - yyv1372 = append(yyv1372, APIVersion{}) // var yyz1372 APIVersion - yyc1372 = true + if yyj1363 >= len(yyv1363) { + yyv1363 = append(yyv1363, APIVersion{}) // var yyz1363 APIVersion + yyc1363 = true } - yyh1372.ElemContainerState(yyj1372) - if yyj1372 < len(yyv1372) { + yyh1363.ElemContainerState(yyj1363) + if yyj1363 < len(yyv1363) { if r.TryDecodeAsNil() { - yyv1372[yyj1372] = APIVersion{} + yyv1363[yyj1363] = APIVersion{} } else { - yyv1375 := &yyv1372[yyj1372] - yyv1375.CodecDecodeSelf(d) + yyv1366 := &yyv1363[yyj1363] + yyv1366.CodecDecodeSelf(d) } } else { @@ -16586,17 +16504,17 @@ func (x codecSelfer1234) decSliceAPIVersion(v *[]APIVersion, d *codec1978.Decode } } - if yyj1372 < len(yyv1372) { - yyv1372 = yyv1372[:yyj1372] - yyc1372 = true - } else if yyj1372 == 0 && yyv1372 == nil { - yyv1372 = []APIVersion{} - yyc1372 = true + if yyj1363 < len(yyv1363) { + yyv1363 = yyv1363[:yyj1363] + yyc1363 = true + } else if yyj1363 == 0 && yyv1363 == nil { + yyv1363 = []APIVersion{} + yyc1363 = true } } - yyh1372.End() - if yyc1372 { - *v = yyv1372 + yyh1363.End() + if yyc1363 { + *v = yyv1363 } } @@ -16605,10 +16523,10 @@ func (x codecSelfer1234) encSliceThirdPartyResource(v []ThirdPartyResource, e *c z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1376 := range v { + for _, yyv1367 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1377 := &yyv1376 - yy1377.CodecEncodeSelf(e) + yy1368 := &yyv1367 + yy1368.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16618,83 +16536,83 @@ func (x codecSelfer1234) decSliceThirdPartyResource(v *[]ThirdPartyResource, d * z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1378 := *v - yyh1378, yyl1378 := z.DecSliceHelperStart() - var yyc1378 bool - if yyl1378 == 0 { - if yyv1378 == nil { - yyv1378 = []ThirdPartyResource{} - yyc1378 = true - } else if len(yyv1378) != 0 { - yyv1378 = yyv1378[:0] - yyc1378 = true + yyv1369 := *v + yyh1369, yyl1369 := z.DecSliceHelperStart() + var yyc1369 bool + if yyl1369 == 0 { + if yyv1369 == nil { + yyv1369 = []ThirdPartyResource{} + yyc1369 = true + } else if len(yyv1369) != 0 { + yyv1369 = yyv1369[:0] + yyc1369 = true } - } else if yyl1378 > 0 { - var yyrr1378, yyrl1378 int - var yyrt1378 bool - if yyl1378 > cap(yyv1378) { + } else if yyl1369 > 0 { + var yyrr1369, yyrl1369 int + var yyrt1369 bool + if yyl1369 > cap(yyv1369) { - yyrg1378 := len(yyv1378) > 0 - yyv21378 := yyv1378 - yyrl1378, yyrt1378 = z.DecInferLen(yyl1378, z.DecBasicHandle().MaxInitLen, 296) - if yyrt1378 { - if yyrl1378 <= cap(yyv1378) { - yyv1378 = yyv1378[:yyrl1378] + yyrg1369 := len(yyv1369) > 0 + yyv21369 := yyv1369 + yyrl1369, yyrt1369 = z.DecInferLen(yyl1369, z.DecBasicHandle().MaxInitLen, 296) + if yyrt1369 { + if yyrl1369 <= cap(yyv1369) { + yyv1369 = yyv1369[:yyrl1369] } else { - yyv1378 = make([]ThirdPartyResource, yyrl1378) + yyv1369 = make([]ThirdPartyResource, yyrl1369) } } else { - yyv1378 = make([]ThirdPartyResource, yyrl1378) + yyv1369 = make([]ThirdPartyResource, yyrl1369) } - yyc1378 = true - yyrr1378 = len(yyv1378) - if yyrg1378 { - copy(yyv1378, yyv21378) + yyc1369 = true + yyrr1369 = len(yyv1369) + if yyrg1369 { + copy(yyv1369, yyv21369) } - } else if yyl1378 != len(yyv1378) { - yyv1378 = yyv1378[:yyl1378] - yyc1378 = true + } else if yyl1369 != len(yyv1369) { + yyv1369 = yyv1369[:yyl1369] + yyc1369 = true } - yyj1378 := 0 - for ; yyj1378 < yyrr1378; yyj1378++ { - yyh1378.ElemContainerState(yyj1378) + yyj1369 := 0 + for ; yyj1369 < yyrr1369; yyj1369++ { + yyh1369.ElemContainerState(yyj1369) if r.TryDecodeAsNil() { - yyv1378[yyj1378] = ThirdPartyResource{} + yyv1369[yyj1369] = ThirdPartyResource{} } else { - yyv1379 := &yyv1378[yyj1378] - yyv1379.CodecDecodeSelf(d) + yyv1370 := &yyv1369[yyj1369] + yyv1370.CodecDecodeSelf(d) } } - if yyrt1378 { - for ; yyj1378 < yyl1378; yyj1378++ { - yyv1378 = append(yyv1378, ThirdPartyResource{}) - yyh1378.ElemContainerState(yyj1378) + if yyrt1369 { + for ; yyj1369 < yyl1369; yyj1369++ { + yyv1369 = append(yyv1369, ThirdPartyResource{}) + yyh1369.ElemContainerState(yyj1369) if r.TryDecodeAsNil() { - yyv1378[yyj1378] = ThirdPartyResource{} + yyv1369[yyj1369] = ThirdPartyResource{} } else { - yyv1380 := &yyv1378[yyj1378] - yyv1380.CodecDecodeSelf(d) + yyv1371 := &yyv1369[yyj1369] + yyv1371.CodecDecodeSelf(d) } } } } else { - yyj1378 := 0 - for ; !r.CheckBreak(); yyj1378++ { + yyj1369 := 0 + for ; !r.CheckBreak(); yyj1369++ { - if yyj1378 >= len(yyv1378) { - yyv1378 = append(yyv1378, ThirdPartyResource{}) // var yyz1378 ThirdPartyResource - yyc1378 = true + if yyj1369 >= len(yyv1369) { + yyv1369 = append(yyv1369, ThirdPartyResource{}) // var yyz1369 ThirdPartyResource + yyc1369 = true } - yyh1378.ElemContainerState(yyj1378) - if yyj1378 < len(yyv1378) { + yyh1369.ElemContainerState(yyj1369) + if yyj1369 < len(yyv1369) { if r.TryDecodeAsNil() { - yyv1378[yyj1378] = ThirdPartyResource{} + yyv1369[yyj1369] = ThirdPartyResource{} } else { - yyv1381 := &yyv1378[yyj1378] - yyv1381.CodecDecodeSelf(d) + yyv1372 := &yyv1369[yyj1369] + yyv1372.CodecDecodeSelf(d) } } else { @@ -16702,17 +16620,17 @@ func (x codecSelfer1234) decSliceThirdPartyResource(v *[]ThirdPartyResource, d * } } - if yyj1378 < len(yyv1378) { - yyv1378 = yyv1378[:yyj1378] - yyc1378 = true - } else if yyj1378 == 0 && yyv1378 == nil { - yyv1378 = []ThirdPartyResource{} - yyc1378 = true + if yyj1369 < len(yyv1369) { + yyv1369 = yyv1369[:yyj1369] + yyc1369 = true + } else if yyj1369 == 0 && yyv1369 == nil { + yyv1369 = []ThirdPartyResource{} + yyc1369 = true } } - yyh1378.End() - if yyc1378 { - *v = yyv1378 + yyh1369.End() + if yyc1369 { + *v = yyv1369 } } @@ -16721,10 +16639,10 @@ func (x codecSelfer1234) encSliceDeployment(v []Deployment, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1382 := range v { + for _, yyv1373 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1383 := &yyv1382 - yy1383.CodecEncodeSelf(e) + yy1374 := &yyv1373 + yy1374.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16734,83 +16652,83 @@ func (x codecSelfer1234) decSliceDeployment(v *[]Deployment, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1384 := *v - yyh1384, yyl1384 := z.DecSliceHelperStart() - var yyc1384 bool - if yyl1384 == 0 { - if yyv1384 == nil { - yyv1384 = []Deployment{} - yyc1384 = true - } else if len(yyv1384) != 0 { - yyv1384 = yyv1384[:0] - yyc1384 = true + yyv1375 := *v + yyh1375, yyl1375 := z.DecSliceHelperStart() + var yyc1375 bool + if yyl1375 == 0 { + if yyv1375 == nil { + yyv1375 = []Deployment{} + yyc1375 = true + } else if len(yyv1375) != 0 { + yyv1375 = yyv1375[:0] + yyc1375 = true } - } else if yyl1384 > 0 { - var yyrr1384, yyrl1384 int - var yyrt1384 bool - if yyl1384 > cap(yyv1384) { + } else if yyl1375 > 0 { + var yyrr1375, yyrl1375 int + var yyrt1375 bool + if yyl1375 > cap(yyv1375) { - yyrg1384 := len(yyv1384) > 0 - yyv21384 := yyv1384 - yyrl1384, yyrt1384 = z.DecInferLen(yyl1384, z.DecBasicHandle().MaxInitLen, 800) - if yyrt1384 { - if yyrl1384 <= cap(yyv1384) { - yyv1384 = yyv1384[:yyrl1384] + yyrg1375 := len(yyv1375) > 0 + yyv21375 := yyv1375 + yyrl1375, yyrt1375 = z.DecInferLen(yyl1375, z.DecBasicHandle().MaxInitLen, 800) + if yyrt1375 { + if yyrl1375 <= cap(yyv1375) { + yyv1375 = yyv1375[:yyrl1375] } else { - yyv1384 = make([]Deployment, yyrl1384) + yyv1375 = make([]Deployment, yyrl1375) } } else { - yyv1384 = make([]Deployment, yyrl1384) + yyv1375 = make([]Deployment, yyrl1375) } - yyc1384 = true - yyrr1384 = len(yyv1384) - if yyrg1384 { - copy(yyv1384, yyv21384) + yyc1375 = true + yyrr1375 = len(yyv1375) + if yyrg1375 { + copy(yyv1375, yyv21375) } - } else if yyl1384 != len(yyv1384) { - yyv1384 = yyv1384[:yyl1384] - yyc1384 = true + } else if yyl1375 != len(yyv1375) { + yyv1375 = yyv1375[:yyl1375] + yyc1375 = true } - yyj1384 := 0 - for ; yyj1384 < yyrr1384; yyj1384++ { - yyh1384.ElemContainerState(yyj1384) + yyj1375 := 0 + for ; yyj1375 < yyrr1375; yyj1375++ { + yyh1375.ElemContainerState(yyj1375) if r.TryDecodeAsNil() { - yyv1384[yyj1384] = Deployment{} + yyv1375[yyj1375] = Deployment{} } else { - yyv1385 := &yyv1384[yyj1384] - yyv1385.CodecDecodeSelf(d) + yyv1376 := &yyv1375[yyj1375] + yyv1376.CodecDecodeSelf(d) } } - if yyrt1384 { - for ; yyj1384 < yyl1384; yyj1384++ { - yyv1384 = append(yyv1384, Deployment{}) - yyh1384.ElemContainerState(yyj1384) + if yyrt1375 { + for ; yyj1375 < yyl1375; yyj1375++ { + yyv1375 = append(yyv1375, Deployment{}) + yyh1375.ElemContainerState(yyj1375) if r.TryDecodeAsNil() { - yyv1384[yyj1384] = Deployment{} + yyv1375[yyj1375] = Deployment{} } else { - yyv1386 := &yyv1384[yyj1384] - yyv1386.CodecDecodeSelf(d) + yyv1377 := &yyv1375[yyj1375] + yyv1377.CodecDecodeSelf(d) } } } } else { - yyj1384 := 0 - for ; !r.CheckBreak(); yyj1384++ { + yyj1375 := 0 + for ; !r.CheckBreak(); yyj1375++ { - if yyj1384 >= len(yyv1384) { - yyv1384 = append(yyv1384, Deployment{}) // var yyz1384 Deployment - yyc1384 = true + if yyj1375 >= len(yyv1375) { + yyv1375 = append(yyv1375, Deployment{}) // var yyz1375 Deployment + yyc1375 = true } - yyh1384.ElemContainerState(yyj1384) - if yyj1384 < len(yyv1384) { + yyh1375.ElemContainerState(yyj1375) + if yyj1375 < len(yyv1375) { if r.TryDecodeAsNil() { - yyv1384[yyj1384] = Deployment{} + yyv1375[yyj1375] = Deployment{} } else { - yyv1387 := &yyv1384[yyj1384] - yyv1387.CodecDecodeSelf(d) + yyv1378 := &yyv1375[yyj1375] + yyv1378.CodecDecodeSelf(d) } } else { @@ -16818,17 +16736,17 @@ func (x codecSelfer1234) decSliceDeployment(v *[]Deployment, d *codec1978.Decode } } - if yyj1384 < len(yyv1384) { - yyv1384 = yyv1384[:yyj1384] - yyc1384 = true - } else if yyj1384 == 0 && yyv1384 == nil { - yyv1384 = []Deployment{} - yyc1384 = true + if yyj1375 < len(yyv1375) { + yyv1375 = yyv1375[:yyj1375] + yyc1375 = true + } else if yyj1375 == 0 && yyv1375 == nil { + yyv1375 = []Deployment{} + yyc1375 = true } } - yyh1384.End() - if yyc1384 { - *v = yyv1384 + yyh1375.End() + if yyc1375 { + *v = yyv1375 } } @@ -16837,10 +16755,10 @@ func (x codecSelfer1234) encSliceDaemonSet(v []DaemonSet, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1388 := range v { + for _, yyv1379 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1389 := &yyv1388 - yy1389.CodecEncodeSelf(e) + yy1380 := &yyv1379 + yy1380.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16850,83 +16768,83 @@ func (x codecSelfer1234) decSliceDaemonSet(v *[]DaemonSet, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1390 := *v - yyh1390, yyl1390 := z.DecSliceHelperStart() - var yyc1390 bool - if yyl1390 == 0 { - if yyv1390 == nil { - yyv1390 = []DaemonSet{} - yyc1390 = true - } else if len(yyv1390) != 0 { - yyv1390 = yyv1390[:0] - yyc1390 = true + yyv1381 := *v + yyh1381, yyl1381 := z.DecSliceHelperStart() + var yyc1381 bool + if yyl1381 == 0 { + if yyv1381 == nil { + yyv1381 = []DaemonSet{} + yyc1381 = true + } else if len(yyv1381) != 0 { + yyv1381 = yyv1381[:0] + yyc1381 = true } - } else if yyl1390 > 0 { - var yyrr1390, yyrl1390 int - var yyrt1390 bool - if yyl1390 > cap(yyv1390) { + } else if yyl1381 > 0 { + var yyrr1381, yyrl1381 int + var yyrt1381 bool + if yyl1381 > cap(yyv1381) { - yyrg1390 := len(yyv1390) > 0 - yyv21390 := yyv1390 - yyrl1390, yyrt1390 = z.DecInferLen(yyl1390, z.DecBasicHandle().MaxInitLen, 728) - if yyrt1390 { - if yyrl1390 <= cap(yyv1390) { - yyv1390 = yyv1390[:yyrl1390] + yyrg1381 := len(yyv1381) > 0 + yyv21381 := yyv1381 + yyrl1381, yyrt1381 = z.DecInferLen(yyl1381, z.DecBasicHandle().MaxInitLen, 728) + if yyrt1381 { + if yyrl1381 <= cap(yyv1381) { + yyv1381 = yyv1381[:yyrl1381] } else { - yyv1390 = make([]DaemonSet, yyrl1390) + yyv1381 = make([]DaemonSet, yyrl1381) } } else { - yyv1390 = make([]DaemonSet, yyrl1390) + yyv1381 = make([]DaemonSet, yyrl1381) } - yyc1390 = true - yyrr1390 = len(yyv1390) - if yyrg1390 { - copy(yyv1390, yyv21390) + yyc1381 = true + yyrr1381 = len(yyv1381) + if yyrg1381 { + copy(yyv1381, yyv21381) } - } else if yyl1390 != len(yyv1390) { - yyv1390 = yyv1390[:yyl1390] - yyc1390 = true + } else if yyl1381 != len(yyv1381) { + yyv1381 = yyv1381[:yyl1381] + yyc1381 = true } - yyj1390 := 0 - for ; yyj1390 < yyrr1390; yyj1390++ { - yyh1390.ElemContainerState(yyj1390) + yyj1381 := 0 + for ; yyj1381 < yyrr1381; yyj1381++ { + yyh1381.ElemContainerState(yyj1381) if r.TryDecodeAsNil() { - yyv1390[yyj1390] = DaemonSet{} + yyv1381[yyj1381] = DaemonSet{} } else { - yyv1391 := &yyv1390[yyj1390] - yyv1391.CodecDecodeSelf(d) + yyv1382 := &yyv1381[yyj1381] + yyv1382.CodecDecodeSelf(d) } } - if yyrt1390 { - for ; yyj1390 < yyl1390; yyj1390++ { - yyv1390 = append(yyv1390, DaemonSet{}) - yyh1390.ElemContainerState(yyj1390) + if yyrt1381 { + for ; yyj1381 < yyl1381; yyj1381++ { + yyv1381 = append(yyv1381, DaemonSet{}) + yyh1381.ElemContainerState(yyj1381) if r.TryDecodeAsNil() { - yyv1390[yyj1390] = DaemonSet{} + yyv1381[yyj1381] = DaemonSet{} } else { - yyv1392 := &yyv1390[yyj1390] - yyv1392.CodecDecodeSelf(d) + yyv1383 := &yyv1381[yyj1381] + yyv1383.CodecDecodeSelf(d) } } } } else { - yyj1390 := 0 - for ; !r.CheckBreak(); yyj1390++ { + yyj1381 := 0 + for ; !r.CheckBreak(); yyj1381++ { - if yyj1390 >= len(yyv1390) { - yyv1390 = append(yyv1390, DaemonSet{}) // var yyz1390 DaemonSet - yyc1390 = true + if yyj1381 >= len(yyv1381) { + yyv1381 = append(yyv1381, DaemonSet{}) // var yyz1381 DaemonSet + yyc1381 = true } - yyh1390.ElemContainerState(yyj1390) - if yyj1390 < len(yyv1390) { + yyh1381.ElemContainerState(yyj1381) + if yyj1381 < len(yyv1381) { if r.TryDecodeAsNil() { - yyv1390[yyj1390] = DaemonSet{} + yyv1381[yyj1381] = DaemonSet{} } else { - yyv1393 := &yyv1390[yyj1390] - yyv1393.CodecDecodeSelf(d) + yyv1384 := &yyv1381[yyj1381] + yyv1384.CodecDecodeSelf(d) } } else { @@ -16934,17 +16852,17 @@ func (x codecSelfer1234) decSliceDaemonSet(v *[]DaemonSet, d *codec1978.Decoder) } } - if yyj1390 < len(yyv1390) { - yyv1390 = yyv1390[:yyj1390] - yyc1390 = true - } else if yyj1390 == 0 && yyv1390 == nil { - yyv1390 = []DaemonSet{} - yyc1390 = true + if yyj1381 < len(yyv1381) { + yyv1381 = yyv1381[:yyj1381] + yyc1381 = true + } else if yyj1381 == 0 && yyv1381 == nil { + yyv1381 = []DaemonSet{} + yyc1381 = true } } - yyh1390.End() - if yyc1390 { - *v = yyv1390 + yyh1381.End() + if yyc1381 { + *v = yyv1381 } } @@ -16953,10 +16871,10 @@ func (x codecSelfer1234) encSliceThirdPartyResourceData(v []ThirdPartyResourceDa z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1394 := range v { + for _, yyv1385 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1395 := &yyv1394 - yy1395.CodecEncodeSelf(e) + yy1386 := &yyv1385 + yy1386.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16966,83 +16884,83 @@ func (x codecSelfer1234) decSliceThirdPartyResourceData(v *[]ThirdPartyResourceD z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1396 := *v - yyh1396, yyl1396 := z.DecSliceHelperStart() - var yyc1396 bool - if yyl1396 == 0 { - if yyv1396 == nil { - yyv1396 = []ThirdPartyResourceData{} - yyc1396 = true - } else if len(yyv1396) != 0 { - yyv1396 = yyv1396[:0] - yyc1396 = true + yyv1387 := *v + yyh1387, yyl1387 := z.DecSliceHelperStart() + var yyc1387 bool + if yyl1387 == 0 { + if yyv1387 == nil { + yyv1387 = []ThirdPartyResourceData{} + yyc1387 = true + } else if len(yyv1387) != 0 { + yyv1387 = yyv1387[:0] + yyc1387 = true } - } else if yyl1396 > 0 { - var yyrr1396, yyrl1396 int - var yyrt1396 bool - if yyl1396 > cap(yyv1396) { + } else if yyl1387 > 0 { + var yyrr1387, yyrl1387 int + var yyrt1387 bool + if yyl1387 > cap(yyv1387) { - yyrg1396 := len(yyv1396) > 0 - yyv21396 := yyv1396 - yyrl1396, yyrt1396 = z.DecInferLen(yyl1396, z.DecBasicHandle().MaxInitLen, 280) - if yyrt1396 { - if yyrl1396 <= cap(yyv1396) { - yyv1396 = yyv1396[:yyrl1396] + yyrg1387 := len(yyv1387) > 0 + yyv21387 := yyv1387 + yyrl1387, yyrt1387 = z.DecInferLen(yyl1387, z.DecBasicHandle().MaxInitLen, 280) + if yyrt1387 { + if yyrl1387 <= cap(yyv1387) { + yyv1387 = yyv1387[:yyrl1387] } else { - yyv1396 = make([]ThirdPartyResourceData, yyrl1396) + yyv1387 = make([]ThirdPartyResourceData, yyrl1387) } } else { - yyv1396 = make([]ThirdPartyResourceData, yyrl1396) + yyv1387 = make([]ThirdPartyResourceData, yyrl1387) } - yyc1396 = true - yyrr1396 = len(yyv1396) - if yyrg1396 { - copy(yyv1396, yyv21396) + yyc1387 = true + yyrr1387 = len(yyv1387) + if yyrg1387 { + copy(yyv1387, yyv21387) } - } else if yyl1396 != len(yyv1396) { - yyv1396 = yyv1396[:yyl1396] - yyc1396 = true + } else if yyl1387 != len(yyv1387) { + yyv1387 = yyv1387[:yyl1387] + yyc1387 = true } - yyj1396 := 0 - for ; yyj1396 < yyrr1396; yyj1396++ { - yyh1396.ElemContainerState(yyj1396) + yyj1387 := 0 + for ; yyj1387 < yyrr1387; yyj1387++ { + yyh1387.ElemContainerState(yyj1387) if r.TryDecodeAsNil() { - yyv1396[yyj1396] = ThirdPartyResourceData{} + yyv1387[yyj1387] = ThirdPartyResourceData{} } else { - yyv1397 := &yyv1396[yyj1396] - yyv1397.CodecDecodeSelf(d) + yyv1388 := &yyv1387[yyj1387] + yyv1388.CodecDecodeSelf(d) } } - if yyrt1396 { - for ; yyj1396 < yyl1396; yyj1396++ { - yyv1396 = append(yyv1396, ThirdPartyResourceData{}) - yyh1396.ElemContainerState(yyj1396) + if yyrt1387 { + for ; yyj1387 < yyl1387; yyj1387++ { + yyv1387 = append(yyv1387, ThirdPartyResourceData{}) + yyh1387.ElemContainerState(yyj1387) if r.TryDecodeAsNil() { - yyv1396[yyj1396] = ThirdPartyResourceData{} + yyv1387[yyj1387] = ThirdPartyResourceData{} } else { - yyv1398 := &yyv1396[yyj1396] - yyv1398.CodecDecodeSelf(d) + yyv1389 := &yyv1387[yyj1387] + yyv1389.CodecDecodeSelf(d) } } } } else { - yyj1396 := 0 - for ; !r.CheckBreak(); yyj1396++ { + yyj1387 := 0 + for ; !r.CheckBreak(); yyj1387++ { - if yyj1396 >= len(yyv1396) { - yyv1396 = append(yyv1396, ThirdPartyResourceData{}) // var yyz1396 ThirdPartyResourceData - yyc1396 = true + if yyj1387 >= len(yyv1387) { + yyv1387 = append(yyv1387, ThirdPartyResourceData{}) // var yyz1387 ThirdPartyResourceData + yyc1387 = true } - yyh1396.ElemContainerState(yyj1396) - if yyj1396 < len(yyv1396) { + yyh1387.ElemContainerState(yyj1387) + if yyj1387 < len(yyv1387) { if r.TryDecodeAsNil() { - yyv1396[yyj1396] = ThirdPartyResourceData{} + yyv1387[yyj1387] = ThirdPartyResourceData{} } else { - yyv1399 := &yyv1396[yyj1396] - yyv1399.CodecDecodeSelf(d) + yyv1390 := &yyv1387[yyj1387] + yyv1390.CodecDecodeSelf(d) } } else { @@ -17050,17 +16968,17 @@ func (x codecSelfer1234) decSliceThirdPartyResourceData(v *[]ThirdPartyResourceD } } - if yyj1396 < len(yyv1396) { - yyv1396 = yyv1396[:yyj1396] - yyc1396 = true - } else if yyj1396 == 0 && yyv1396 == nil { - yyv1396 = []ThirdPartyResourceData{} - yyc1396 = true + if yyj1387 < len(yyv1387) { + yyv1387 = yyv1387[:yyj1387] + yyc1387 = true + } else if yyj1387 == 0 && yyv1387 == nil { + yyv1387 = []ThirdPartyResourceData{} + yyc1387 = true } } - yyh1396.End() - if yyc1396 { - *v = yyv1396 + yyh1387.End() + if yyc1387 { + *v = yyv1387 } } @@ -17069,10 +16987,10 @@ func (x codecSelfer1234) encSliceIngress(v []Ingress, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1400 := range v { + for _, yyv1391 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1401 := &yyv1400 - yy1401.CodecEncodeSelf(e) + yy1392 := &yyv1391 + yy1392.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17082,83 +17000,83 @@ func (x codecSelfer1234) decSliceIngress(v *[]Ingress, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1402 := *v - yyh1402, yyl1402 := z.DecSliceHelperStart() - var yyc1402 bool - if yyl1402 == 0 { - if yyv1402 == nil { - yyv1402 = []Ingress{} - yyc1402 = true - } else if len(yyv1402) != 0 { - yyv1402 = yyv1402[:0] - yyc1402 = true + yyv1393 := *v + yyh1393, yyl1393 := z.DecSliceHelperStart() + var yyc1393 bool + if yyl1393 == 0 { + if yyv1393 == nil { + yyv1393 = []Ingress{} + yyc1393 = true + } else if len(yyv1393) != 0 { + yyv1393 = yyv1393[:0] + yyc1393 = true } - } else if yyl1402 > 0 { - var yyrr1402, yyrl1402 int - var yyrt1402 bool - if yyl1402 > cap(yyv1402) { + } else if yyl1393 > 0 { + var yyrr1393, yyrl1393 int + var yyrt1393 bool + if yyl1393 > cap(yyv1393) { - yyrg1402 := len(yyv1402) > 0 - yyv21402 := yyv1402 - yyrl1402, yyrt1402 = z.DecInferLen(yyl1402, z.DecBasicHandle().MaxInitLen, 336) - if yyrt1402 { - if yyrl1402 <= cap(yyv1402) { - yyv1402 = yyv1402[:yyrl1402] + yyrg1393 := len(yyv1393) > 0 + yyv21393 := yyv1393 + yyrl1393, yyrt1393 = z.DecInferLen(yyl1393, z.DecBasicHandle().MaxInitLen, 336) + if yyrt1393 { + if yyrl1393 <= cap(yyv1393) { + yyv1393 = yyv1393[:yyrl1393] } else { - yyv1402 = make([]Ingress, yyrl1402) + yyv1393 = make([]Ingress, yyrl1393) } } else { - yyv1402 = make([]Ingress, yyrl1402) + yyv1393 = make([]Ingress, yyrl1393) } - yyc1402 = true - yyrr1402 = len(yyv1402) - if yyrg1402 { - copy(yyv1402, yyv21402) + yyc1393 = true + yyrr1393 = len(yyv1393) + if yyrg1393 { + copy(yyv1393, yyv21393) } - } else if yyl1402 != len(yyv1402) { - yyv1402 = yyv1402[:yyl1402] - yyc1402 = true + } else if yyl1393 != len(yyv1393) { + yyv1393 = yyv1393[:yyl1393] + yyc1393 = true } - yyj1402 := 0 - for ; yyj1402 < yyrr1402; yyj1402++ { - yyh1402.ElemContainerState(yyj1402) + yyj1393 := 0 + for ; yyj1393 < yyrr1393; yyj1393++ { + yyh1393.ElemContainerState(yyj1393) if r.TryDecodeAsNil() { - yyv1402[yyj1402] = Ingress{} + yyv1393[yyj1393] = Ingress{} } else { - yyv1403 := &yyv1402[yyj1402] - yyv1403.CodecDecodeSelf(d) + yyv1394 := &yyv1393[yyj1393] + yyv1394.CodecDecodeSelf(d) } } - if yyrt1402 { - for ; yyj1402 < yyl1402; yyj1402++ { - yyv1402 = append(yyv1402, Ingress{}) - yyh1402.ElemContainerState(yyj1402) + if yyrt1393 { + for ; yyj1393 < yyl1393; yyj1393++ { + yyv1393 = append(yyv1393, Ingress{}) + yyh1393.ElemContainerState(yyj1393) if r.TryDecodeAsNil() { - yyv1402[yyj1402] = Ingress{} + yyv1393[yyj1393] = Ingress{} } else { - yyv1404 := &yyv1402[yyj1402] - yyv1404.CodecDecodeSelf(d) + yyv1395 := &yyv1393[yyj1393] + yyv1395.CodecDecodeSelf(d) } } } } else { - yyj1402 := 0 - for ; !r.CheckBreak(); yyj1402++ { + yyj1393 := 0 + for ; !r.CheckBreak(); yyj1393++ { - if yyj1402 >= len(yyv1402) { - yyv1402 = append(yyv1402, Ingress{}) // var yyz1402 Ingress - yyc1402 = true + if yyj1393 >= len(yyv1393) { + yyv1393 = append(yyv1393, Ingress{}) // var yyz1393 Ingress + yyc1393 = true } - yyh1402.ElemContainerState(yyj1402) - if yyj1402 < len(yyv1402) { + yyh1393.ElemContainerState(yyj1393) + if yyj1393 < len(yyv1393) { if r.TryDecodeAsNil() { - yyv1402[yyj1402] = Ingress{} + yyv1393[yyj1393] = Ingress{} } else { - yyv1405 := &yyv1402[yyj1402] - yyv1405.CodecDecodeSelf(d) + yyv1396 := &yyv1393[yyj1393] + yyv1396.CodecDecodeSelf(d) } } else { @@ -17166,17 +17084,17 @@ func (x codecSelfer1234) decSliceIngress(v *[]Ingress, d *codec1978.Decoder) { } } - if yyj1402 < len(yyv1402) { - yyv1402 = yyv1402[:yyj1402] - yyc1402 = true - } else if yyj1402 == 0 && yyv1402 == nil { - yyv1402 = []Ingress{} - yyc1402 = true + if yyj1393 < len(yyv1393) { + yyv1393 = yyv1393[:yyj1393] + yyc1393 = true + } else if yyj1393 == 0 && yyv1393 == nil { + yyv1393 = []Ingress{} + yyc1393 = true } } - yyh1402.End() - if yyc1402 { - *v = yyv1402 + yyh1393.End() + if yyc1393 { + *v = yyv1393 } } @@ -17185,10 +17103,10 @@ func (x codecSelfer1234) encSliceIngressTLS(v []IngressTLS, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1406 := range v { + for _, yyv1397 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1407 := &yyv1406 - yy1407.CodecEncodeSelf(e) + yy1398 := &yyv1397 + yy1398.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17198,83 +17116,83 @@ func (x codecSelfer1234) decSliceIngressTLS(v *[]IngressTLS, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1408 := *v - yyh1408, yyl1408 := z.DecSliceHelperStart() - var yyc1408 bool - if yyl1408 == 0 { - if yyv1408 == nil { - yyv1408 = []IngressTLS{} - yyc1408 = true - } else if len(yyv1408) != 0 { - yyv1408 = yyv1408[:0] - yyc1408 = true + yyv1399 := *v + yyh1399, yyl1399 := z.DecSliceHelperStart() + var yyc1399 bool + if yyl1399 == 0 { + if yyv1399 == nil { + yyv1399 = []IngressTLS{} + yyc1399 = true + } else if len(yyv1399) != 0 { + yyv1399 = yyv1399[:0] + yyc1399 = true } - } else if yyl1408 > 0 { - var yyrr1408, yyrl1408 int - var yyrt1408 bool - if yyl1408 > cap(yyv1408) { + } else if yyl1399 > 0 { + var yyrr1399, yyrl1399 int + var yyrt1399 bool + if yyl1399 > cap(yyv1399) { - yyrg1408 := len(yyv1408) > 0 - yyv21408 := yyv1408 - yyrl1408, yyrt1408 = z.DecInferLen(yyl1408, z.DecBasicHandle().MaxInitLen, 40) - if yyrt1408 { - if yyrl1408 <= cap(yyv1408) { - yyv1408 = yyv1408[:yyrl1408] + yyrg1399 := len(yyv1399) > 0 + yyv21399 := yyv1399 + yyrl1399, yyrt1399 = z.DecInferLen(yyl1399, z.DecBasicHandle().MaxInitLen, 40) + if yyrt1399 { + if yyrl1399 <= cap(yyv1399) { + yyv1399 = yyv1399[:yyrl1399] } else { - yyv1408 = make([]IngressTLS, yyrl1408) + yyv1399 = make([]IngressTLS, yyrl1399) } } else { - yyv1408 = make([]IngressTLS, yyrl1408) + yyv1399 = make([]IngressTLS, yyrl1399) } - yyc1408 = true - yyrr1408 = len(yyv1408) - if yyrg1408 { - copy(yyv1408, yyv21408) + yyc1399 = true + yyrr1399 = len(yyv1399) + if yyrg1399 { + copy(yyv1399, yyv21399) } - } else if yyl1408 != len(yyv1408) { - yyv1408 = yyv1408[:yyl1408] - yyc1408 = true + } else if yyl1399 != len(yyv1399) { + yyv1399 = yyv1399[:yyl1399] + yyc1399 = true } - yyj1408 := 0 - for ; yyj1408 < yyrr1408; yyj1408++ { - yyh1408.ElemContainerState(yyj1408) + yyj1399 := 0 + for ; yyj1399 < yyrr1399; yyj1399++ { + yyh1399.ElemContainerState(yyj1399) if r.TryDecodeAsNil() { - yyv1408[yyj1408] = IngressTLS{} + yyv1399[yyj1399] = IngressTLS{} } else { - yyv1409 := &yyv1408[yyj1408] - yyv1409.CodecDecodeSelf(d) + yyv1400 := &yyv1399[yyj1399] + yyv1400.CodecDecodeSelf(d) } } - if yyrt1408 { - for ; yyj1408 < yyl1408; yyj1408++ { - yyv1408 = append(yyv1408, IngressTLS{}) - yyh1408.ElemContainerState(yyj1408) + if yyrt1399 { + for ; yyj1399 < yyl1399; yyj1399++ { + yyv1399 = append(yyv1399, IngressTLS{}) + yyh1399.ElemContainerState(yyj1399) if r.TryDecodeAsNil() { - yyv1408[yyj1408] = IngressTLS{} + yyv1399[yyj1399] = IngressTLS{} } else { - yyv1410 := &yyv1408[yyj1408] - yyv1410.CodecDecodeSelf(d) + yyv1401 := &yyv1399[yyj1399] + yyv1401.CodecDecodeSelf(d) } } } } else { - yyj1408 := 0 - for ; !r.CheckBreak(); yyj1408++ { + yyj1399 := 0 + for ; !r.CheckBreak(); yyj1399++ { - if yyj1408 >= len(yyv1408) { - yyv1408 = append(yyv1408, IngressTLS{}) // var yyz1408 IngressTLS - yyc1408 = true + if yyj1399 >= len(yyv1399) { + yyv1399 = append(yyv1399, IngressTLS{}) // var yyz1399 IngressTLS + yyc1399 = true } - yyh1408.ElemContainerState(yyj1408) - if yyj1408 < len(yyv1408) { + yyh1399.ElemContainerState(yyj1399) + if yyj1399 < len(yyv1399) { if r.TryDecodeAsNil() { - yyv1408[yyj1408] = IngressTLS{} + yyv1399[yyj1399] = IngressTLS{} } else { - yyv1411 := &yyv1408[yyj1408] - yyv1411.CodecDecodeSelf(d) + yyv1402 := &yyv1399[yyj1399] + yyv1402.CodecDecodeSelf(d) } } else { @@ -17282,17 +17200,17 @@ func (x codecSelfer1234) decSliceIngressTLS(v *[]IngressTLS, d *codec1978.Decode } } - if yyj1408 < len(yyv1408) { - yyv1408 = yyv1408[:yyj1408] - yyc1408 = true - } else if yyj1408 == 0 && yyv1408 == nil { - yyv1408 = []IngressTLS{} - yyc1408 = true + if yyj1399 < len(yyv1399) { + yyv1399 = yyv1399[:yyj1399] + yyc1399 = true + } else if yyj1399 == 0 && yyv1399 == nil { + yyv1399 = []IngressTLS{} + yyc1399 = true } } - yyh1408.End() - if yyc1408 { - *v = yyv1408 + yyh1399.End() + if yyc1399 { + *v = yyv1399 } } @@ -17301,10 +17219,10 @@ func (x codecSelfer1234) encSliceIngressRule(v []IngressRule, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1412 := range v { + for _, yyv1403 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1413 := &yyv1412 - yy1413.CodecEncodeSelf(e) + yy1404 := &yyv1403 + yy1404.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17314,83 +17232,83 @@ func (x codecSelfer1234) decSliceIngressRule(v *[]IngressRule, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1414 := *v - yyh1414, yyl1414 := z.DecSliceHelperStart() - var yyc1414 bool - if yyl1414 == 0 { - if yyv1414 == nil { - yyv1414 = []IngressRule{} - yyc1414 = true - } else if len(yyv1414) != 0 { - yyv1414 = yyv1414[:0] - yyc1414 = true + yyv1405 := *v + yyh1405, yyl1405 := z.DecSliceHelperStart() + var yyc1405 bool + if yyl1405 == 0 { + if yyv1405 == nil { + yyv1405 = []IngressRule{} + yyc1405 = true + } else if len(yyv1405) != 0 { + yyv1405 = yyv1405[:0] + yyc1405 = true } - } else if yyl1414 > 0 { - var yyrr1414, yyrl1414 int - var yyrt1414 bool - if yyl1414 > cap(yyv1414) { + } else if yyl1405 > 0 { + var yyrr1405, yyrl1405 int + var yyrt1405 bool + if yyl1405 > cap(yyv1405) { - yyrg1414 := len(yyv1414) > 0 - yyv21414 := yyv1414 - yyrl1414, yyrt1414 = z.DecInferLen(yyl1414, z.DecBasicHandle().MaxInitLen, 24) - if yyrt1414 { - if yyrl1414 <= cap(yyv1414) { - yyv1414 = yyv1414[:yyrl1414] + yyrg1405 := len(yyv1405) > 0 + yyv21405 := yyv1405 + yyrl1405, yyrt1405 = z.DecInferLen(yyl1405, z.DecBasicHandle().MaxInitLen, 24) + if yyrt1405 { + if yyrl1405 <= cap(yyv1405) { + yyv1405 = yyv1405[:yyrl1405] } else { - yyv1414 = make([]IngressRule, yyrl1414) + yyv1405 = make([]IngressRule, yyrl1405) } } else { - yyv1414 = make([]IngressRule, yyrl1414) + yyv1405 = make([]IngressRule, yyrl1405) } - yyc1414 = true - yyrr1414 = len(yyv1414) - if yyrg1414 { - copy(yyv1414, yyv21414) + yyc1405 = true + yyrr1405 = len(yyv1405) + if yyrg1405 { + copy(yyv1405, yyv21405) } - } else if yyl1414 != len(yyv1414) { - yyv1414 = yyv1414[:yyl1414] - yyc1414 = true + } else if yyl1405 != len(yyv1405) { + yyv1405 = yyv1405[:yyl1405] + yyc1405 = true } - yyj1414 := 0 - for ; yyj1414 < yyrr1414; yyj1414++ { - yyh1414.ElemContainerState(yyj1414) + yyj1405 := 0 + for ; yyj1405 < yyrr1405; yyj1405++ { + yyh1405.ElemContainerState(yyj1405) if r.TryDecodeAsNil() { - yyv1414[yyj1414] = IngressRule{} + yyv1405[yyj1405] = IngressRule{} } else { - yyv1415 := &yyv1414[yyj1414] - yyv1415.CodecDecodeSelf(d) + yyv1406 := &yyv1405[yyj1405] + yyv1406.CodecDecodeSelf(d) } } - if yyrt1414 { - for ; yyj1414 < yyl1414; yyj1414++ { - yyv1414 = append(yyv1414, IngressRule{}) - yyh1414.ElemContainerState(yyj1414) + if yyrt1405 { + for ; yyj1405 < yyl1405; yyj1405++ { + yyv1405 = append(yyv1405, IngressRule{}) + yyh1405.ElemContainerState(yyj1405) if r.TryDecodeAsNil() { - yyv1414[yyj1414] = IngressRule{} + yyv1405[yyj1405] = IngressRule{} } else { - yyv1416 := &yyv1414[yyj1414] - yyv1416.CodecDecodeSelf(d) + yyv1407 := &yyv1405[yyj1405] + yyv1407.CodecDecodeSelf(d) } } } } else { - yyj1414 := 0 - for ; !r.CheckBreak(); yyj1414++ { + yyj1405 := 0 + for ; !r.CheckBreak(); yyj1405++ { - if yyj1414 >= len(yyv1414) { - yyv1414 = append(yyv1414, IngressRule{}) // var yyz1414 IngressRule - yyc1414 = true + if yyj1405 >= len(yyv1405) { + yyv1405 = append(yyv1405, IngressRule{}) // var yyz1405 IngressRule + yyc1405 = true } - yyh1414.ElemContainerState(yyj1414) - if yyj1414 < len(yyv1414) { + yyh1405.ElemContainerState(yyj1405) + if yyj1405 < len(yyv1405) { if r.TryDecodeAsNil() { - yyv1414[yyj1414] = IngressRule{} + yyv1405[yyj1405] = IngressRule{} } else { - yyv1417 := &yyv1414[yyj1414] - yyv1417.CodecDecodeSelf(d) + yyv1408 := &yyv1405[yyj1405] + yyv1408.CodecDecodeSelf(d) } } else { @@ -17398,17 +17316,17 @@ func (x codecSelfer1234) decSliceIngressRule(v *[]IngressRule, d *codec1978.Deco } } - if yyj1414 < len(yyv1414) { - yyv1414 = yyv1414[:yyj1414] - yyc1414 = true - } else if yyj1414 == 0 && yyv1414 == nil { - yyv1414 = []IngressRule{} - yyc1414 = true + if yyj1405 < len(yyv1405) { + yyv1405 = yyv1405[:yyj1405] + yyc1405 = true + } else if yyj1405 == 0 && yyv1405 == nil { + yyv1405 = []IngressRule{} + yyc1405 = true } } - yyh1414.End() - if yyc1414 { - *v = yyv1414 + yyh1405.End() + if yyc1405 { + *v = yyv1405 } } @@ -17417,10 +17335,10 @@ func (x codecSelfer1234) encSliceHTTPIngressPath(v []HTTPIngressPath, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1418 := range v { + for _, yyv1409 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1419 := &yyv1418 - yy1419.CodecEncodeSelf(e) + yy1410 := &yyv1409 + yy1410.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17430,83 +17348,83 @@ func (x codecSelfer1234) decSliceHTTPIngressPath(v *[]HTTPIngressPath, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1420 := *v - yyh1420, yyl1420 := z.DecSliceHelperStart() - var yyc1420 bool - if yyl1420 == 0 { - if yyv1420 == nil { - yyv1420 = []HTTPIngressPath{} - yyc1420 = true - } else if len(yyv1420) != 0 { - yyv1420 = yyv1420[:0] - yyc1420 = true + yyv1411 := *v + yyh1411, yyl1411 := z.DecSliceHelperStart() + var yyc1411 bool + if yyl1411 == 0 { + if yyv1411 == nil { + yyv1411 = []HTTPIngressPath{} + yyc1411 = true + } else if len(yyv1411) != 0 { + yyv1411 = yyv1411[:0] + yyc1411 = true } - } else if yyl1420 > 0 { - var yyrr1420, yyrl1420 int - var yyrt1420 bool - if yyl1420 > cap(yyv1420) { + } else if yyl1411 > 0 { + var yyrr1411, yyrl1411 int + var yyrt1411 bool + if yyl1411 > cap(yyv1411) { - yyrg1420 := len(yyv1420) > 0 - yyv21420 := yyv1420 - yyrl1420, yyrt1420 = z.DecInferLen(yyl1420, z.DecBasicHandle().MaxInitLen, 64) - if yyrt1420 { - if yyrl1420 <= cap(yyv1420) { - yyv1420 = yyv1420[:yyrl1420] + yyrg1411 := len(yyv1411) > 0 + yyv21411 := yyv1411 + yyrl1411, yyrt1411 = z.DecInferLen(yyl1411, z.DecBasicHandle().MaxInitLen, 64) + if yyrt1411 { + if yyrl1411 <= cap(yyv1411) { + yyv1411 = yyv1411[:yyrl1411] } else { - yyv1420 = make([]HTTPIngressPath, yyrl1420) + yyv1411 = make([]HTTPIngressPath, yyrl1411) } } else { - yyv1420 = make([]HTTPIngressPath, yyrl1420) + yyv1411 = make([]HTTPIngressPath, yyrl1411) } - yyc1420 = true - yyrr1420 = len(yyv1420) - if yyrg1420 { - copy(yyv1420, yyv21420) + yyc1411 = true + yyrr1411 = len(yyv1411) + if yyrg1411 { + copy(yyv1411, yyv21411) } - } else if yyl1420 != len(yyv1420) { - yyv1420 = yyv1420[:yyl1420] - yyc1420 = true + } else if yyl1411 != len(yyv1411) { + yyv1411 = yyv1411[:yyl1411] + yyc1411 = true } - yyj1420 := 0 - for ; yyj1420 < yyrr1420; yyj1420++ { - yyh1420.ElemContainerState(yyj1420) + yyj1411 := 0 + for ; yyj1411 < yyrr1411; yyj1411++ { + yyh1411.ElemContainerState(yyj1411) if r.TryDecodeAsNil() { - yyv1420[yyj1420] = HTTPIngressPath{} + yyv1411[yyj1411] = HTTPIngressPath{} } else { - yyv1421 := &yyv1420[yyj1420] - yyv1421.CodecDecodeSelf(d) + yyv1412 := &yyv1411[yyj1411] + yyv1412.CodecDecodeSelf(d) } } - if yyrt1420 { - for ; yyj1420 < yyl1420; yyj1420++ { - yyv1420 = append(yyv1420, HTTPIngressPath{}) - yyh1420.ElemContainerState(yyj1420) + if yyrt1411 { + for ; yyj1411 < yyl1411; yyj1411++ { + yyv1411 = append(yyv1411, HTTPIngressPath{}) + yyh1411.ElemContainerState(yyj1411) if r.TryDecodeAsNil() { - yyv1420[yyj1420] = HTTPIngressPath{} + yyv1411[yyj1411] = HTTPIngressPath{} } else { - yyv1422 := &yyv1420[yyj1420] - yyv1422.CodecDecodeSelf(d) + yyv1413 := &yyv1411[yyj1411] + yyv1413.CodecDecodeSelf(d) } } } } else { - yyj1420 := 0 - for ; !r.CheckBreak(); yyj1420++ { + yyj1411 := 0 + for ; !r.CheckBreak(); yyj1411++ { - if yyj1420 >= len(yyv1420) { - yyv1420 = append(yyv1420, HTTPIngressPath{}) // var yyz1420 HTTPIngressPath - yyc1420 = true + if yyj1411 >= len(yyv1411) { + yyv1411 = append(yyv1411, HTTPIngressPath{}) // var yyz1411 HTTPIngressPath + yyc1411 = true } - yyh1420.ElemContainerState(yyj1420) - if yyj1420 < len(yyv1420) { + yyh1411.ElemContainerState(yyj1411) + if yyj1411 < len(yyv1411) { if r.TryDecodeAsNil() { - yyv1420[yyj1420] = HTTPIngressPath{} + yyv1411[yyj1411] = HTTPIngressPath{} } else { - yyv1423 := &yyv1420[yyj1420] - yyv1423.CodecDecodeSelf(d) + yyv1414 := &yyv1411[yyj1411] + yyv1414.CodecDecodeSelf(d) } } else { @@ -17514,17 +17432,17 @@ func (x codecSelfer1234) decSliceHTTPIngressPath(v *[]HTTPIngressPath, d *codec1 } } - if yyj1420 < len(yyv1420) { - yyv1420 = yyv1420[:yyj1420] - yyc1420 = true - } else if yyj1420 == 0 && yyv1420 == nil { - yyv1420 = []HTTPIngressPath{} - yyc1420 = true + if yyj1411 < len(yyv1411) { + yyv1411 = yyv1411[:yyj1411] + yyc1411 = true + } else if yyj1411 == 0 && yyv1411 == nil { + yyv1411 = []HTTPIngressPath{} + yyc1411 = true } } - yyh1420.End() - if yyc1420 { - *v = yyv1420 + yyh1411.End() + if yyc1411 { + *v = yyv1411 } } @@ -17533,10 +17451,10 @@ func (x codecSelfer1234) encSliceReplicaSet(v []ReplicaSet, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1424 := range v { + for _, yyv1415 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1425 := &yyv1424 - yy1425.CodecEncodeSelf(e) + yy1416 := &yyv1415 + yy1416.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17546,83 +17464,83 @@ func (x codecSelfer1234) decSliceReplicaSet(v *[]ReplicaSet, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1426 := *v - yyh1426, yyl1426 := z.DecSliceHelperStart() - var yyc1426 bool - if yyl1426 == 0 { - if yyv1426 == nil { - yyv1426 = []ReplicaSet{} - yyc1426 = true - } else if len(yyv1426) != 0 { - yyv1426 = yyv1426[:0] - yyc1426 = true + yyv1417 := *v + yyh1417, yyl1417 := z.DecSliceHelperStart() + var yyc1417 bool + if yyl1417 == 0 { + if yyv1417 == nil { + yyv1417 = []ReplicaSet{} + yyc1417 = true + } else if len(yyv1417) != 0 { + yyv1417 = yyv1417[:0] + yyc1417 = true } - } else if yyl1426 > 0 { - var yyrr1426, yyrl1426 int - var yyrt1426 bool - if yyl1426 > cap(yyv1426) { + } else if yyl1417 > 0 { + var yyrr1417, yyrl1417 int + var yyrt1417 bool + if yyl1417 > cap(yyv1417) { - yyrg1426 := len(yyv1426) > 0 - yyv21426 := yyv1426 - yyrl1426, yyrt1426 = z.DecInferLen(yyl1426, z.DecBasicHandle().MaxInitLen, 768) - if yyrt1426 { - if yyrl1426 <= cap(yyv1426) { - yyv1426 = yyv1426[:yyrl1426] + yyrg1417 := len(yyv1417) > 0 + yyv21417 := yyv1417 + yyrl1417, yyrt1417 = z.DecInferLen(yyl1417, z.DecBasicHandle().MaxInitLen, 768) + if yyrt1417 { + if yyrl1417 <= cap(yyv1417) { + yyv1417 = yyv1417[:yyrl1417] } else { - yyv1426 = make([]ReplicaSet, yyrl1426) + yyv1417 = make([]ReplicaSet, yyrl1417) } } else { - yyv1426 = make([]ReplicaSet, yyrl1426) + yyv1417 = make([]ReplicaSet, yyrl1417) } - yyc1426 = true - yyrr1426 = len(yyv1426) - if yyrg1426 { - copy(yyv1426, yyv21426) + yyc1417 = true + yyrr1417 = len(yyv1417) + if yyrg1417 { + copy(yyv1417, yyv21417) } - } else if yyl1426 != len(yyv1426) { - yyv1426 = yyv1426[:yyl1426] - yyc1426 = true + } else if yyl1417 != len(yyv1417) { + yyv1417 = yyv1417[:yyl1417] + yyc1417 = true } - yyj1426 := 0 - for ; yyj1426 < yyrr1426; yyj1426++ { - yyh1426.ElemContainerState(yyj1426) + yyj1417 := 0 + for ; yyj1417 < yyrr1417; yyj1417++ { + yyh1417.ElemContainerState(yyj1417) if r.TryDecodeAsNil() { - yyv1426[yyj1426] = ReplicaSet{} + yyv1417[yyj1417] = ReplicaSet{} } else { - yyv1427 := &yyv1426[yyj1426] - yyv1427.CodecDecodeSelf(d) + yyv1418 := &yyv1417[yyj1417] + yyv1418.CodecDecodeSelf(d) } } - if yyrt1426 { - for ; yyj1426 < yyl1426; yyj1426++ { - yyv1426 = append(yyv1426, ReplicaSet{}) - yyh1426.ElemContainerState(yyj1426) + if yyrt1417 { + for ; yyj1417 < yyl1417; yyj1417++ { + yyv1417 = append(yyv1417, ReplicaSet{}) + yyh1417.ElemContainerState(yyj1417) if r.TryDecodeAsNil() { - yyv1426[yyj1426] = ReplicaSet{} + yyv1417[yyj1417] = ReplicaSet{} } else { - yyv1428 := &yyv1426[yyj1426] - yyv1428.CodecDecodeSelf(d) + yyv1419 := &yyv1417[yyj1417] + yyv1419.CodecDecodeSelf(d) } } } } else { - yyj1426 := 0 - for ; !r.CheckBreak(); yyj1426++ { + yyj1417 := 0 + for ; !r.CheckBreak(); yyj1417++ { - if yyj1426 >= len(yyv1426) { - yyv1426 = append(yyv1426, ReplicaSet{}) // var yyz1426 ReplicaSet - yyc1426 = true + if yyj1417 >= len(yyv1417) { + yyv1417 = append(yyv1417, ReplicaSet{}) // var yyz1417 ReplicaSet + yyc1417 = true } - yyh1426.ElemContainerState(yyj1426) - if yyj1426 < len(yyv1426) { + yyh1417.ElemContainerState(yyj1417) + if yyj1417 < len(yyv1417) { if r.TryDecodeAsNil() { - yyv1426[yyj1426] = ReplicaSet{} + yyv1417[yyj1417] = ReplicaSet{} } else { - yyv1429 := &yyv1426[yyj1426] - yyv1429.CodecDecodeSelf(d) + yyv1420 := &yyv1417[yyj1417] + yyv1420.CodecDecodeSelf(d) } } else { @@ -17630,17 +17548,17 @@ func (x codecSelfer1234) decSliceReplicaSet(v *[]ReplicaSet, d *codec1978.Decode } } - if yyj1426 < len(yyv1426) { - yyv1426 = yyv1426[:yyj1426] - yyc1426 = true - } else if yyj1426 == 0 && yyv1426 == nil { - yyv1426 = []ReplicaSet{} - yyc1426 = true + if yyj1417 < len(yyv1417) { + yyv1417 = yyv1417[:yyj1417] + yyc1417 = true + } else if yyj1417 == 0 && yyv1417 == nil { + yyv1417 = []ReplicaSet{} + yyc1417 = true } } - yyh1426.End() - if yyc1426 { - *v = yyv1426 + yyh1417.End() + if yyc1417 { + *v = yyv1417 } } @@ -17649,10 +17567,10 @@ func (x codecSelfer1234) encSliceReplicaSetCondition(v []ReplicaSetCondition, e z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1430 := range v { + for _, yyv1421 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1431 := &yyv1430 - yy1431.CodecEncodeSelf(e) + yy1422 := &yyv1421 + yy1422.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17662,83 +17580,83 @@ func (x codecSelfer1234) decSliceReplicaSetCondition(v *[]ReplicaSetCondition, d z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1432 := *v - yyh1432, yyl1432 := z.DecSliceHelperStart() - var yyc1432 bool - if yyl1432 == 0 { - if yyv1432 == nil { - yyv1432 = []ReplicaSetCondition{} - yyc1432 = true - } else if len(yyv1432) != 0 { - yyv1432 = yyv1432[:0] - yyc1432 = true + yyv1423 := *v + yyh1423, yyl1423 := z.DecSliceHelperStart() + var yyc1423 bool + if yyl1423 == 0 { + if yyv1423 == nil { + yyv1423 = []ReplicaSetCondition{} + yyc1423 = true + } else if len(yyv1423) != 0 { + yyv1423 = yyv1423[:0] + yyc1423 = true } - } else if yyl1432 > 0 { - var yyrr1432, yyrl1432 int - var yyrt1432 bool - if yyl1432 > cap(yyv1432) { + } else if yyl1423 > 0 { + var yyrr1423, yyrl1423 int + var yyrt1423 bool + if yyl1423 > cap(yyv1423) { - yyrg1432 := len(yyv1432) > 0 - yyv21432 := yyv1432 - yyrl1432, yyrt1432 = z.DecInferLen(yyl1432, z.DecBasicHandle().MaxInitLen, 112) - if yyrt1432 { - if yyrl1432 <= cap(yyv1432) { - yyv1432 = yyv1432[:yyrl1432] + yyrg1423 := len(yyv1423) > 0 + yyv21423 := yyv1423 + yyrl1423, yyrt1423 = z.DecInferLen(yyl1423, z.DecBasicHandle().MaxInitLen, 88) + if yyrt1423 { + if yyrl1423 <= cap(yyv1423) { + yyv1423 = yyv1423[:yyrl1423] } else { - yyv1432 = make([]ReplicaSetCondition, yyrl1432) + yyv1423 = make([]ReplicaSetCondition, yyrl1423) } } else { - yyv1432 = make([]ReplicaSetCondition, yyrl1432) + yyv1423 = make([]ReplicaSetCondition, yyrl1423) } - yyc1432 = true - yyrr1432 = len(yyv1432) - if yyrg1432 { - copy(yyv1432, yyv21432) + yyc1423 = true + yyrr1423 = len(yyv1423) + if yyrg1423 { + copy(yyv1423, yyv21423) } - } else if yyl1432 != len(yyv1432) { - yyv1432 = yyv1432[:yyl1432] - yyc1432 = true + } else if yyl1423 != len(yyv1423) { + yyv1423 = yyv1423[:yyl1423] + yyc1423 = true } - yyj1432 := 0 - for ; yyj1432 < yyrr1432; yyj1432++ { - yyh1432.ElemContainerState(yyj1432) + yyj1423 := 0 + for ; yyj1423 < yyrr1423; yyj1423++ { + yyh1423.ElemContainerState(yyj1423) if r.TryDecodeAsNil() { - yyv1432[yyj1432] = ReplicaSetCondition{} + yyv1423[yyj1423] = ReplicaSetCondition{} } else { - yyv1433 := &yyv1432[yyj1432] - yyv1433.CodecDecodeSelf(d) + yyv1424 := &yyv1423[yyj1423] + yyv1424.CodecDecodeSelf(d) } } - if yyrt1432 { - for ; yyj1432 < yyl1432; yyj1432++ { - yyv1432 = append(yyv1432, ReplicaSetCondition{}) - yyh1432.ElemContainerState(yyj1432) + if yyrt1423 { + for ; yyj1423 < yyl1423; yyj1423++ { + yyv1423 = append(yyv1423, ReplicaSetCondition{}) + yyh1423.ElemContainerState(yyj1423) if r.TryDecodeAsNil() { - yyv1432[yyj1432] = ReplicaSetCondition{} + yyv1423[yyj1423] = ReplicaSetCondition{} } else { - yyv1434 := &yyv1432[yyj1432] - yyv1434.CodecDecodeSelf(d) + yyv1425 := &yyv1423[yyj1423] + yyv1425.CodecDecodeSelf(d) } } } } else { - yyj1432 := 0 - for ; !r.CheckBreak(); yyj1432++ { + yyj1423 := 0 + for ; !r.CheckBreak(); yyj1423++ { - if yyj1432 >= len(yyv1432) { - yyv1432 = append(yyv1432, ReplicaSetCondition{}) // var yyz1432 ReplicaSetCondition - yyc1432 = true + if yyj1423 >= len(yyv1423) { + yyv1423 = append(yyv1423, ReplicaSetCondition{}) // var yyz1423 ReplicaSetCondition + yyc1423 = true } - yyh1432.ElemContainerState(yyj1432) - if yyj1432 < len(yyv1432) { + yyh1423.ElemContainerState(yyj1423) + if yyj1423 < len(yyv1423) { if r.TryDecodeAsNil() { - yyv1432[yyj1432] = ReplicaSetCondition{} + yyv1423[yyj1423] = ReplicaSetCondition{} } else { - yyv1435 := &yyv1432[yyj1432] - yyv1435.CodecDecodeSelf(d) + yyv1426 := &yyv1423[yyj1423] + yyv1426.CodecDecodeSelf(d) } } else { @@ -17746,17 +17664,17 @@ func (x codecSelfer1234) decSliceReplicaSetCondition(v *[]ReplicaSetCondition, d } } - if yyj1432 < len(yyv1432) { - yyv1432 = yyv1432[:yyj1432] - yyc1432 = true - } else if yyj1432 == 0 && yyv1432 == nil { - yyv1432 = []ReplicaSetCondition{} - yyc1432 = true + if yyj1423 < len(yyv1423) { + yyv1423 = yyv1423[:yyj1423] + yyc1423 = true + } else if yyj1423 == 0 && yyv1423 == nil { + yyv1423 = []ReplicaSetCondition{} + yyc1423 = true } } - yyh1432.End() - if yyc1432 { - *v = yyv1432 + yyh1423.End() + if yyc1423 { + *v = yyv1423 } } @@ -17765,14 +17683,14 @@ func (x codecSelfer1234) encSliceapi_Capability(v []pkg2_api.Capability, e *code z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1436 := range v { + for _, yyv1427 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1437 := z.EncBinary() - _ = yym1437 + yym1428 := z.EncBinary() + _ = yym1428 if false { - } else if z.HasExtensions() && z.EncExt(yyv1436) { + } else if z.HasExtensions() && z.EncExt(yyv1427) { } else { - r.EncodeString(codecSelferC_UTF81234, string(yyv1436)) + r.EncodeString(codecSelferC_UTF81234, string(yyv1427)) } } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) @@ -17783,75 +17701,75 @@ func (x codecSelfer1234) decSliceapi_Capability(v *[]pkg2_api.Capability, d *cod z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1438 := *v - yyh1438, yyl1438 := z.DecSliceHelperStart() - var yyc1438 bool - if yyl1438 == 0 { - if yyv1438 == nil { - yyv1438 = []pkg2_api.Capability{} - yyc1438 = true - } else if len(yyv1438) != 0 { - yyv1438 = yyv1438[:0] - yyc1438 = true + yyv1429 := *v + yyh1429, yyl1429 := z.DecSliceHelperStart() + var yyc1429 bool + if yyl1429 == 0 { + if yyv1429 == nil { + yyv1429 = []pkg2_api.Capability{} + yyc1429 = true + } else if len(yyv1429) != 0 { + yyv1429 = yyv1429[:0] + yyc1429 = true } - } else if yyl1438 > 0 { - var yyrr1438, yyrl1438 int - var yyrt1438 bool - if yyl1438 > cap(yyv1438) { + } else if yyl1429 > 0 { + var yyrr1429, yyrl1429 int + var yyrt1429 bool + if yyl1429 > cap(yyv1429) { - yyrl1438, yyrt1438 = z.DecInferLen(yyl1438, z.DecBasicHandle().MaxInitLen, 16) - if yyrt1438 { - if yyrl1438 <= cap(yyv1438) { - yyv1438 = yyv1438[:yyrl1438] + yyrl1429, yyrt1429 = z.DecInferLen(yyl1429, z.DecBasicHandle().MaxInitLen, 16) + if yyrt1429 { + if yyrl1429 <= cap(yyv1429) { + yyv1429 = yyv1429[:yyrl1429] } else { - yyv1438 = make([]pkg2_api.Capability, yyrl1438) + yyv1429 = make([]pkg2_api.Capability, yyrl1429) } } else { - yyv1438 = make([]pkg2_api.Capability, yyrl1438) + yyv1429 = make([]pkg2_api.Capability, yyrl1429) } - yyc1438 = true - yyrr1438 = len(yyv1438) - } else if yyl1438 != len(yyv1438) { - yyv1438 = yyv1438[:yyl1438] - yyc1438 = true + yyc1429 = true + yyrr1429 = len(yyv1429) + } else if yyl1429 != len(yyv1429) { + yyv1429 = yyv1429[:yyl1429] + yyc1429 = true } - yyj1438 := 0 - for ; yyj1438 < yyrr1438; yyj1438++ { - yyh1438.ElemContainerState(yyj1438) + yyj1429 := 0 + for ; yyj1429 < yyrr1429; yyj1429++ { + yyh1429.ElemContainerState(yyj1429) if r.TryDecodeAsNil() { - yyv1438[yyj1438] = "" + yyv1429[yyj1429] = "" } else { - yyv1438[yyj1438] = pkg2_api.Capability(r.DecodeString()) + yyv1429[yyj1429] = pkg2_api.Capability(r.DecodeString()) } } - if yyrt1438 { - for ; yyj1438 < yyl1438; yyj1438++ { - yyv1438 = append(yyv1438, "") - yyh1438.ElemContainerState(yyj1438) + if yyrt1429 { + for ; yyj1429 < yyl1429; yyj1429++ { + yyv1429 = append(yyv1429, "") + yyh1429.ElemContainerState(yyj1429) if r.TryDecodeAsNil() { - yyv1438[yyj1438] = "" + yyv1429[yyj1429] = "" } else { - yyv1438[yyj1438] = pkg2_api.Capability(r.DecodeString()) + yyv1429[yyj1429] = pkg2_api.Capability(r.DecodeString()) } } } } else { - yyj1438 := 0 - for ; !r.CheckBreak(); yyj1438++ { + yyj1429 := 0 + for ; !r.CheckBreak(); yyj1429++ { - if yyj1438 >= len(yyv1438) { - yyv1438 = append(yyv1438, "") // var yyz1438 pkg2_api.Capability - yyc1438 = true + if yyj1429 >= len(yyv1429) { + yyv1429 = append(yyv1429, "") // var yyz1429 pkg2_api.Capability + yyc1429 = true } - yyh1438.ElemContainerState(yyj1438) - if yyj1438 < len(yyv1438) { + yyh1429.ElemContainerState(yyj1429) + if yyj1429 < len(yyv1429) { if r.TryDecodeAsNil() { - yyv1438[yyj1438] = "" + yyv1429[yyj1429] = "" } else { - yyv1438[yyj1438] = pkg2_api.Capability(r.DecodeString()) + yyv1429[yyj1429] = pkg2_api.Capability(r.DecodeString()) } } else { @@ -17859,17 +17777,17 @@ func (x codecSelfer1234) decSliceapi_Capability(v *[]pkg2_api.Capability, d *cod } } - if yyj1438 < len(yyv1438) { - yyv1438 = yyv1438[:yyj1438] - yyc1438 = true - } else if yyj1438 == 0 && yyv1438 == nil { - yyv1438 = []pkg2_api.Capability{} - yyc1438 = true + if yyj1429 < len(yyv1429) { + yyv1429 = yyv1429[:yyj1429] + yyc1429 = true + } else if yyj1429 == 0 && yyv1429 == nil { + yyv1429 = []pkg2_api.Capability{} + yyc1429 = true } } - yyh1438.End() - if yyc1438 { - *v = yyv1438 + yyh1429.End() + if yyc1429 { + *v = yyv1429 } } @@ -17878,9 +17796,9 @@ func (x codecSelfer1234) encSliceFSType(v []FSType, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1442 := range v { + for _, yyv1433 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv1442.CodecEncodeSelf(e) + yyv1433.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17890,75 +17808,75 @@ func (x codecSelfer1234) decSliceFSType(v *[]FSType, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1443 := *v - yyh1443, yyl1443 := z.DecSliceHelperStart() - var yyc1443 bool - if yyl1443 == 0 { - if yyv1443 == nil { - yyv1443 = []FSType{} - yyc1443 = true - } else if len(yyv1443) != 0 { - yyv1443 = yyv1443[:0] - yyc1443 = true + yyv1434 := *v + yyh1434, yyl1434 := z.DecSliceHelperStart() + var yyc1434 bool + if yyl1434 == 0 { + if yyv1434 == nil { + yyv1434 = []FSType{} + yyc1434 = true + } else if len(yyv1434) != 0 { + yyv1434 = yyv1434[:0] + yyc1434 = true } - } else if yyl1443 > 0 { - var yyrr1443, yyrl1443 int - var yyrt1443 bool - if yyl1443 > cap(yyv1443) { + } else if yyl1434 > 0 { + var yyrr1434, yyrl1434 int + var yyrt1434 bool + if yyl1434 > cap(yyv1434) { - yyrl1443, yyrt1443 = z.DecInferLen(yyl1443, z.DecBasicHandle().MaxInitLen, 16) - if yyrt1443 { - if yyrl1443 <= cap(yyv1443) { - yyv1443 = yyv1443[:yyrl1443] + yyrl1434, yyrt1434 = z.DecInferLen(yyl1434, z.DecBasicHandle().MaxInitLen, 16) + if yyrt1434 { + if yyrl1434 <= cap(yyv1434) { + yyv1434 = yyv1434[:yyrl1434] } else { - yyv1443 = make([]FSType, yyrl1443) + yyv1434 = make([]FSType, yyrl1434) } } else { - yyv1443 = make([]FSType, yyrl1443) + yyv1434 = make([]FSType, yyrl1434) } - yyc1443 = true - yyrr1443 = len(yyv1443) - } else if yyl1443 != len(yyv1443) { - yyv1443 = yyv1443[:yyl1443] - yyc1443 = true + yyc1434 = true + yyrr1434 = len(yyv1434) + } else if yyl1434 != len(yyv1434) { + yyv1434 = yyv1434[:yyl1434] + yyc1434 = true } - yyj1443 := 0 - for ; yyj1443 < yyrr1443; yyj1443++ { - yyh1443.ElemContainerState(yyj1443) + yyj1434 := 0 + for ; yyj1434 < yyrr1434; yyj1434++ { + yyh1434.ElemContainerState(yyj1434) if r.TryDecodeAsNil() { - yyv1443[yyj1443] = "" + yyv1434[yyj1434] = "" } else { - yyv1443[yyj1443] = FSType(r.DecodeString()) + yyv1434[yyj1434] = FSType(r.DecodeString()) } } - if yyrt1443 { - for ; yyj1443 < yyl1443; yyj1443++ { - yyv1443 = append(yyv1443, "") - yyh1443.ElemContainerState(yyj1443) + if yyrt1434 { + for ; yyj1434 < yyl1434; yyj1434++ { + yyv1434 = append(yyv1434, "") + yyh1434.ElemContainerState(yyj1434) if r.TryDecodeAsNil() { - yyv1443[yyj1443] = "" + yyv1434[yyj1434] = "" } else { - yyv1443[yyj1443] = FSType(r.DecodeString()) + yyv1434[yyj1434] = FSType(r.DecodeString()) } } } } else { - yyj1443 := 0 - for ; !r.CheckBreak(); yyj1443++ { + yyj1434 := 0 + for ; !r.CheckBreak(); yyj1434++ { - if yyj1443 >= len(yyv1443) { - yyv1443 = append(yyv1443, "") // var yyz1443 FSType - yyc1443 = true + if yyj1434 >= len(yyv1434) { + yyv1434 = append(yyv1434, "") // var yyz1434 FSType + yyc1434 = true } - yyh1443.ElemContainerState(yyj1443) - if yyj1443 < len(yyv1443) { + yyh1434.ElemContainerState(yyj1434) + if yyj1434 < len(yyv1434) { if r.TryDecodeAsNil() { - yyv1443[yyj1443] = "" + yyv1434[yyj1434] = "" } else { - yyv1443[yyj1443] = FSType(r.DecodeString()) + yyv1434[yyj1434] = FSType(r.DecodeString()) } } else { @@ -17966,17 +17884,17 @@ func (x codecSelfer1234) decSliceFSType(v *[]FSType, d *codec1978.Decoder) { } } - if yyj1443 < len(yyv1443) { - yyv1443 = yyv1443[:yyj1443] - yyc1443 = true - } else if yyj1443 == 0 && yyv1443 == nil { - yyv1443 = []FSType{} - yyc1443 = true + if yyj1434 < len(yyv1434) { + yyv1434 = yyv1434[:yyj1434] + yyc1434 = true + } else if yyj1434 == 0 && yyv1434 == nil { + yyv1434 = []FSType{} + yyc1434 = true } } - yyh1443.End() - if yyc1443 { - *v = yyv1443 + yyh1434.End() + if yyc1434 { + *v = yyv1434 } } @@ -17985,10 +17903,10 @@ func (x codecSelfer1234) encSliceHostPortRange(v []HostPortRange, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1447 := range v { + for _, yyv1438 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1448 := &yyv1447 - yy1448.CodecEncodeSelf(e) + yy1439 := &yyv1438 + yy1439.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17998,83 +17916,83 @@ func (x codecSelfer1234) decSliceHostPortRange(v *[]HostPortRange, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1449 := *v - yyh1449, yyl1449 := z.DecSliceHelperStart() - var yyc1449 bool - if yyl1449 == 0 { - if yyv1449 == nil { - yyv1449 = []HostPortRange{} - yyc1449 = true - } else if len(yyv1449) != 0 { - yyv1449 = yyv1449[:0] - yyc1449 = true + yyv1440 := *v + yyh1440, yyl1440 := z.DecSliceHelperStart() + var yyc1440 bool + if yyl1440 == 0 { + if yyv1440 == nil { + yyv1440 = []HostPortRange{} + yyc1440 = true + } else if len(yyv1440) != 0 { + yyv1440 = yyv1440[:0] + yyc1440 = true } - } else if yyl1449 > 0 { - var yyrr1449, yyrl1449 int - var yyrt1449 bool - if yyl1449 > cap(yyv1449) { + } else if yyl1440 > 0 { + var yyrr1440, yyrl1440 int + var yyrt1440 bool + if yyl1440 > cap(yyv1440) { - yyrg1449 := len(yyv1449) > 0 - yyv21449 := yyv1449 - yyrl1449, yyrt1449 = z.DecInferLen(yyl1449, z.DecBasicHandle().MaxInitLen, 16) - if yyrt1449 { - if yyrl1449 <= cap(yyv1449) { - yyv1449 = yyv1449[:yyrl1449] + yyrg1440 := len(yyv1440) > 0 + yyv21440 := yyv1440 + yyrl1440, yyrt1440 = z.DecInferLen(yyl1440, z.DecBasicHandle().MaxInitLen, 16) + if yyrt1440 { + if yyrl1440 <= cap(yyv1440) { + yyv1440 = yyv1440[:yyrl1440] } else { - yyv1449 = make([]HostPortRange, yyrl1449) + yyv1440 = make([]HostPortRange, yyrl1440) } } else { - yyv1449 = make([]HostPortRange, yyrl1449) + yyv1440 = make([]HostPortRange, yyrl1440) } - yyc1449 = true - yyrr1449 = len(yyv1449) - if yyrg1449 { - copy(yyv1449, yyv21449) + yyc1440 = true + yyrr1440 = len(yyv1440) + if yyrg1440 { + copy(yyv1440, yyv21440) } - } else if yyl1449 != len(yyv1449) { - yyv1449 = yyv1449[:yyl1449] - yyc1449 = true + } else if yyl1440 != len(yyv1440) { + yyv1440 = yyv1440[:yyl1440] + yyc1440 = true } - yyj1449 := 0 - for ; yyj1449 < yyrr1449; yyj1449++ { - yyh1449.ElemContainerState(yyj1449) + yyj1440 := 0 + for ; yyj1440 < yyrr1440; yyj1440++ { + yyh1440.ElemContainerState(yyj1440) if r.TryDecodeAsNil() { - yyv1449[yyj1449] = HostPortRange{} + yyv1440[yyj1440] = HostPortRange{} } else { - yyv1450 := &yyv1449[yyj1449] - yyv1450.CodecDecodeSelf(d) + yyv1441 := &yyv1440[yyj1440] + yyv1441.CodecDecodeSelf(d) } } - if yyrt1449 { - for ; yyj1449 < yyl1449; yyj1449++ { - yyv1449 = append(yyv1449, HostPortRange{}) - yyh1449.ElemContainerState(yyj1449) + if yyrt1440 { + for ; yyj1440 < yyl1440; yyj1440++ { + yyv1440 = append(yyv1440, HostPortRange{}) + yyh1440.ElemContainerState(yyj1440) if r.TryDecodeAsNil() { - yyv1449[yyj1449] = HostPortRange{} + yyv1440[yyj1440] = HostPortRange{} } else { - yyv1451 := &yyv1449[yyj1449] - yyv1451.CodecDecodeSelf(d) + yyv1442 := &yyv1440[yyj1440] + yyv1442.CodecDecodeSelf(d) } } } } else { - yyj1449 := 0 - for ; !r.CheckBreak(); yyj1449++ { + yyj1440 := 0 + for ; !r.CheckBreak(); yyj1440++ { - if yyj1449 >= len(yyv1449) { - yyv1449 = append(yyv1449, HostPortRange{}) // var yyz1449 HostPortRange - yyc1449 = true + if yyj1440 >= len(yyv1440) { + yyv1440 = append(yyv1440, HostPortRange{}) // var yyz1440 HostPortRange + yyc1440 = true } - yyh1449.ElemContainerState(yyj1449) - if yyj1449 < len(yyv1449) { + yyh1440.ElemContainerState(yyj1440) + if yyj1440 < len(yyv1440) { if r.TryDecodeAsNil() { - yyv1449[yyj1449] = HostPortRange{} + yyv1440[yyj1440] = HostPortRange{} } else { - yyv1452 := &yyv1449[yyj1449] - yyv1452.CodecDecodeSelf(d) + yyv1443 := &yyv1440[yyj1440] + yyv1443.CodecDecodeSelf(d) } } else { @@ -18082,17 +18000,17 @@ func (x codecSelfer1234) decSliceHostPortRange(v *[]HostPortRange, d *codec1978. } } - if yyj1449 < len(yyv1449) { - yyv1449 = yyv1449[:yyj1449] - yyc1449 = true - } else if yyj1449 == 0 && yyv1449 == nil { - yyv1449 = []HostPortRange{} - yyc1449 = true + if yyj1440 < len(yyv1440) { + yyv1440 = yyv1440[:yyj1440] + yyc1440 = true + } else if yyj1440 == 0 && yyv1440 == nil { + yyv1440 = []HostPortRange{} + yyc1440 = true } } - yyh1449.End() - if yyc1449 { - *v = yyv1449 + yyh1440.End() + if yyc1440 { + *v = yyv1440 } } @@ -18101,10 +18019,10 @@ func (x codecSelfer1234) encSliceIDRange(v []IDRange, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1453 := range v { + for _, yyv1444 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1454 := &yyv1453 - yy1454.CodecEncodeSelf(e) + yy1445 := &yyv1444 + yy1445.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18114,83 +18032,83 @@ func (x codecSelfer1234) decSliceIDRange(v *[]IDRange, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1455 := *v - yyh1455, yyl1455 := z.DecSliceHelperStart() - var yyc1455 bool - if yyl1455 == 0 { - if yyv1455 == nil { - yyv1455 = []IDRange{} - yyc1455 = true - } else if len(yyv1455) != 0 { - yyv1455 = yyv1455[:0] - yyc1455 = true + yyv1446 := *v + yyh1446, yyl1446 := z.DecSliceHelperStart() + var yyc1446 bool + if yyl1446 == 0 { + if yyv1446 == nil { + yyv1446 = []IDRange{} + yyc1446 = true + } else if len(yyv1446) != 0 { + yyv1446 = yyv1446[:0] + yyc1446 = true } - } else if yyl1455 > 0 { - var yyrr1455, yyrl1455 int - var yyrt1455 bool - if yyl1455 > cap(yyv1455) { + } else if yyl1446 > 0 { + var yyrr1446, yyrl1446 int + var yyrt1446 bool + if yyl1446 > cap(yyv1446) { - yyrg1455 := len(yyv1455) > 0 - yyv21455 := yyv1455 - yyrl1455, yyrt1455 = z.DecInferLen(yyl1455, z.DecBasicHandle().MaxInitLen, 16) - if yyrt1455 { - if yyrl1455 <= cap(yyv1455) { - yyv1455 = yyv1455[:yyrl1455] + yyrg1446 := len(yyv1446) > 0 + yyv21446 := yyv1446 + yyrl1446, yyrt1446 = z.DecInferLen(yyl1446, z.DecBasicHandle().MaxInitLen, 16) + if yyrt1446 { + if yyrl1446 <= cap(yyv1446) { + yyv1446 = yyv1446[:yyrl1446] } else { - yyv1455 = make([]IDRange, yyrl1455) + yyv1446 = make([]IDRange, yyrl1446) } } else { - yyv1455 = make([]IDRange, yyrl1455) + yyv1446 = make([]IDRange, yyrl1446) } - yyc1455 = true - yyrr1455 = len(yyv1455) - if yyrg1455 { - copy(yyv1455, yyv21455) + yyc1446 = true + yyrr1446 = len(yyv1446) + if yyrg1446 { + copy(yyv1446, yyv21446) } - } else if yyl1455 != len(yyv1455) { - yyv1455 = yyv1455[:yyl1455] - yyc1455 = true + } else if yyl1446 != len(yyv1446) { + yyv1446 = yyv1446[:yyl1446] + yyc1446 = true } - yyj1455 := 0 - for ; yyj1455 < yyrr1455; yyj1455++ { - yyh1455.ElemContainerState(yyj1455) + yyj1446 := 0 + for ; yyj1446 < yyrr1446; yyj1446++ { + yyh1446.ElemContainerState(yyj1446) if r.TryDecodeAsNil() { - yyv1455[yyj1455] = IDRange{} + yyv1446[yyj1446] = IDRange{} } else { - yyv1456 := &yyv1455[yyj1455] - yyv1456.CodecDecodeSelf(d) + yyv1447 := &yyv1446[yyj1446] + yyv1447.CodecDecodeSelf(d) } } - if yyrt1455 { - for ; yyj1455 < yyl1455; yyj1455++ { - yyv1455 = append(yyv1455, IDRange{}) - yyh1455.ElemContainerState(yyj1455) + if yyrt1446 { + for ; yyj1446 < yyl1446; yyj1446++ { + yyv1446 = append(yyv1446, IDRange{}) + yyh1446.ElemContainerState(yyj1446) if r.TryDecodeAsNil() { - yyv1455[yyj1455] = IDRange{} + yyv1446[yyj1446] = IDRange{} } else { - yyv1457 := &yyv1455[yyj1455] - yyv1457.CodecDecodeSelf(d) + yyv1448 := &yyv1446[yyj1446] + yyv1448.CodecDecodeSelf(d) } } } } else { - yyj1455 := 0 - for ; !r.CheckBreak(); yyj1455++ { + yyj1446 := 0 + for ; !r.CheckBreak(); yyj1446++ { - if yyj1455 >= len(yyv1455) { - yyv1455 = append(yyv1455, IDRange{}) // var yyz1455 IDRange - yyc1455 = true + if yyj1446 >= len(yyv1446) { + yyv1446 = append(yyv1446, IDRange{}) // var yyz1446 IDRange + yyc1446 = true } - yyh1455.ElemContainerState(yyj1455) - if yyj1455 < len(yyv1455) { + yyh1446.ElemContainerState(yyj1446) + if yyj1446 < len(yyv1446) { if r.TryDecodeAsNil() { - yyv1455[yyj1455] = IDRange{} + yyv1446[yyj1446] = IDRange{} } else { - yyv1458 := &yyv1455[yyj1455] - yyv1458.CodecDecodeSelf(d) + yyv1449 := &yyv1446[yyj1446] + yyv1449.CodecDecodeSelf(d) } } else { @@ -18198,17 +18116,17 @@ func (x codecSelfer1234) decSliceIDRange(v *[]IDRange, d *codec1978.Decoder) { } } - if yyj1455 < len(yyv1455) { - yyv1455 = yyv1455[:yyj1455] - yyc1455 = true - } else if yyj1455 == 0 && yyv1455 == nil { - yyv1455 = []IDRange{} - yyc1455 = true + if yyj1446 < len(yyv1446) { + yyv1446 = yyv1446[:yyj1446] + yyc1446 = true + } else if yyj1446 == 0 && yyv1446 == nil { + yyv1446 = []IDRange{} + yyc1446 = true } } - yyh1455.End() - if yyc1455 { - *v = yyv1455 + yyh1446.End() + if yyc1446 { + *v = yyv1446 } } @@ -18217,10 +18135,10 @@ func (x codecSelfer1234) encSlicePodSecurityPolicy(v []PodSecurityPolicy, e *cod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1459 := range v { + for _, yyv1450 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1460 := &yyv1459 - yy1460.CodecEncodeSelf(e) + yy1451 := &yyv1450 + yy1451.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18230,83 +18148,83 @@ func (x codecSelfer1234) decSlicePodSecurityPolicy(v *[]PodSecurityPolicy, d *co z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1461 := *v - yyh1461, yyl1461 := z.DecSliceHelperStart() - var yyc1461 bool - if yyl1461 == 0 { - if yyv1461 == nil { - yyv1461 = []PodSecurityPolicy{} - yyc1461 = true - } else if len(yyv1461) != 0 { - yyv1461 = yyv1461[:0] - yyc1461 = true + yyv1452 := *v + yyh1452, yyl1452 := z.DecSliceHelperStart() + var yyc1452 bool + if yyl1452 == 0 { + if yyv1452 == nil { + yyv1452 = []PodSecurityPolicy{} + yyc1452 = true + } else if len(yyv1452) != 0 { + yyv1452 = yyv1452[:0] + yyc1452 = true } - } else if yyl1461 > 0 { - var yyrr1461, yyrl1461 int - var yyrt1461 bool - if yyl1461 > cap(yyv1461) { + } else if yyl1452 > 0 { + var yyrr1452, yyrl1452 int + var yyrt1452 bool + if yyl1452 > cap(yyv1452) { - yyrg1461 := len(yyv1461) > 0 - yyv21461 := yyv1461 - yyrl1461, yyrt1461 = z.DecInferLen(yyl1461, z.DecBasicHandle().MaxInitLen, 552) - if yyrt1461 { - if yyrl1461 <= cap(yyv1461) { - yyv1461 = yyv1461[:yyrl1461] + yyrg1452 := len(yyv1452) > 0 + yyv21452 := yyv1452 + yyrl1452, yyrt1452 = z.DecInferLen(yyl1452, z.DecBasicHandle().MaxInitLen, 552) + if yyrt1452 { + if yyrl1452 <= cap(yyv1452) { + yyv1452 = yyv1452[:yyrl1452] } else { - yyv1461 = make([]PodSecurityPolicy, yyrl1461) + yyv1452 = make([]PodSecurityPolicy, yyrl1452) } } else { - yyv1461 = make([]PodSecurityPolicy, yyrl1461) + yyv1452 = make([]PodSecurityPolicy, yyrl1452) } - yyc1461 = true - yyrr1461 = len(yyv1461) - if yyrg1461 { - copy(yyv1461, yyv21461) + yyc1452 = true + yyrr1452 = len(yyv1452) + if yyrg1452 { + copy(yyv1452, yyv21452) } - } else if yyl1461 != len(yyv1461) { - yyv1461 = yyv1461[:yyl1461] - yyc1461 = true + } else if yyl1452 != len(yyv1452) { + yyv1452 = yyv1452[:yyl1452] + yyc1452 = true } - yyj1461 := 0 - for ; yyj1461 < yyrr1461; yyj1461++ { - yyh1461.ElemContainerState(yyj1461) + yyj1452 := 0 + for ; yyj1452 < yyrr1452; yyj1452++ { + yyh1452.ElemContainerState(yyj1452) if r.TryDecodeAsNil() { - yyv1461[yyj1461] = PodSecurityPolicy{} + yyv1452[yyj1452] = PodSecurityPolicy{} } else { - yyv1462 := &yyv1461[yyj1461] - yyv1462.CodecDecodeSelf(d) + yyv1453 := &yyv1452[yyj1452] + yyv1453.CodecDecodeSelf(d) } } - if yyrt1461 { - for ; yyj1461 < yyl1461; yyj1461++ { - yyv1461 = append(yyv1461, PodSecurityPolicy{}) - yyh1461.ElemContainerState(yyj1461) + if yyrt1452 { + for ; yyj1452 < yyl1452; yyj1452++ { + yyv1452 = append(yyv1452, PodSecurityPolicy{}) + yyh1452.ElemContainerState(yyj1452) if r.TryDecodeAsNil() { - yyv1461[yyj1461] = PodSecurityPolicy{} + yyv1452[yyj1452] = PodSecurityPolicy{} } else { - yyv1463 := &yyv1461[yyj1461] - yyv1463.CodecDecodeSelf(d) + yyv1454 := &yyv1452[yyj1452] + yyv1454.CodecDecodeSelf(d) } } } } else { - yyj1461 := 0 - for ; !r.CheckBreak(); yyj1461++ { + yyj1452 := 0 + for ; !r.CheckBreak(); yyj1452++ { - if yyj1461 >= len(yyv1461) { - yyv1461 = append(yyv1461, PodSecurityPolicy{}) // var yyz1461 PodSecurityPolicy - yyc1461 = true + if yyj1452 >= len(yyv1452) { + yyv1452 = append(yyv1452, PodSecurityPolicy{}) // var yyz1452 PodSecurityPolicy + yyc1452 = true } - yyh1461.ElemContainerState(yyj1461) - if yyj1461 < len(yyv1461) { + yyh1452.ElemContainerState(yyj1452) + if yyj1452 < len(yyv1452) { if r.TryDecodeAsNil() { - yyv1461[yyj1461] = PodSecurityPolicy{} + yyv1452[yyj1452] = PodSecurityPolicy{} } else { - yyv1464 := &yyv1461[yyj1461] - yyv1464.CodecDecodeSelf(d) + yyv1455 := &yyv1452[yyj1452] + yyv1455.CodecDecodeSelf(d) } } else { @@ -18314,17 +18232,17 @@ func (x codecSelfer1234) decSlicePodSecurityPolicy(v *[]PodSecurityPolicy, d *co } } - if yyj1461 < len(yyv1461) { - yyv1461 = yyv1461[:yyj1461] - yyc1461 = true - } else if yyj1461 == 0 && yyv1461 == nil { - yyv1461 = []PodSecurityPolicy{} - yyc1461 = true + if yyj1452 < len(yyv1452) { + yyv1452 = yyv1452[:yyj1452] + yyc1452 = true + } else if yyj1452 == 0 && yyv1452 == nil { + yyv1452 = []PodSecurityPolicy{} + yyc1452 = true } } - yyh1461.End() - if yyc1461 { - *v = yyv1461 + yyh1452.End() + if yyc1452 { + *v = yyv1452 } } @@ -18333,10 +18251,10 @@ func (x codecSelfer1234) encSliceNetworkPolicyIngressRule(v []NetworkPolicyIngre z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1465 := range v { + for _, yyv1456 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1466 := &yyv1465 - yy1466.CodecEncodeSelf(e) + yy1457 := &yyv1456 + yy1457.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18346,83 +18264,83 @@ func (x codecSelfer1234) decSliceNetworkPolicyIngressRule(v *[]NetworkPolicyIngr z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1467 := *v - yyh1467, yyl1467 := z.DecSliceHelperStart() - var yyc1467 bool - if yyl1467 == 0 { - if yyv1467 == nil { - yyv1467 = []NetworkPolicyIngressRule{} - yyc1467 = true - } else if len(yyv1467) != 0 { - yyv1467 = yyv1467[:0] - yyc1467 = true + yyv1458 := *v + yyh1458, yyl1458 := z.DecSliceHelperStart() + var yyc1458 bool + if yyl1458 == 0 { + if yyv1458 == nil { + yyv1458 = []NetworkPolicyIngressRule{} + yyc1458 = true + } else if len(yyv1458) != 0 { + yyv1458 = yyv1458[:0] + yyc1458 = true } - } else if yyl1467 > 0 { - var yyrr1467, yyrl1467 int - var yyrt1467 bool - if yyl1467 > cap(yyv1467) { + } else if yyl1458 > 0 { + var yyrr1458, yyrl1458 int + var yyrt1458 bool + if yyl1458 > cap(yyv1458) { - yyrg1467 := len(yyv1467) > 0 - yyv21467 := yyv1467 - yyrl1467, yyrt1467 = z.DecInferLen(yyl1467, z.DecBasicHandle().MaxInitLen, 48) - if yyrt1467 { - if yyrl1467 <= cap(yyv1467) { - yyv1467 = yyv1467[:yyrl1467] + yyrg1458 := len(yyv1458) > 0 + yyv21458 := yyv1458 + yyrl1458, yyrt1458 = z.DecInferLen(yyl1458, z.DecBasicHandle().MaxInitLen, 48) + if yyrt1458 { + if yyrl1458 <= cap(yyv1458) { + yyv1458 = yyv1458[:yyrl1458] } else { - yyv1467 = make([]NetworkPolicyIngressRule, yyrl1467) + yyv1458 = make([]NetworkPolicyIngressRule, yyrl1458) } } else { - yyv1467 = make([]NetworkPolicyIngressRule, yyrl1467) + yyv1458 = make([]NetworkPolicyIngressRule, yyrl1458) } - yyc1467 = true - yyrr1467 = len(yyv1467) - if yyrg1467 { - copy(yyv1467, yyv21467) + yyc1458 = true + yyrr1458 = len(yyv1458) + if yyrg1458 { + copy(yyv1458, yyv21458) } - } else if yyl1467 != len(yyv1467) { - yyv1467 = yyv1467[:yyl1467] - yyc1467 = true + } else if yyl1458 != len(yyv1458) { + yyv1458 = yyv1458[:yyl1458] + yyc1458 = true } - yyj1467 := 0 - for ; yyj1467 < yyrr1467; yyj1467++ { - yyh1467.ElemContainerState(yyj1467) + yyj1458 := 0 + for ; yyj1458 < yyrr1458; yyj1458++ { + yyh1458.ElemContainerState(yyj1458) if r.TryDecodeAsNil() { - yyv1467[yyj1467] = NetworkPolicyIngressRule{} + yyv1458[yyj1458] = NetworkPolicyIngressRule{} } else { - yyv1468 := &yyv1467[yyj1467] - yyv1468.CodecDecodeSelf(d) + yyv1459 := &yyv1458[yyj1458] + yyv1459.CodecDecodeSelf(d) } } - if yyrt1467 { - for ; yyj1467 < yyl1467; yyj1467++ { - yyv1467 = append(yyv1467, NetworkPolicyIngressRule{}) - yyh1467.ElemContainerState(yyj1467) + if yyrt1458 { + for ; yyj1458 < yyl1458; yyj1458++ { + yyv1458 = append(yyv1458, NetworkPolicyIngressRule{}) + yyh1458.ElemContainerState(yyj1458) if r.TryDecodeAsNil() { - yyv1467[yyj1467] = NetworkPolicyIngressRule{} + yyv1458[yyj1458] = NetworkPolicyIngressRule{} } else { - yyv1469 := &yyv1467[yyj1467] - yyv1469.CodecDecodeSelf(d) + yyv1460 := &yyv1458[yyj1458] + yyv1460.CodecDecodeSelf(d) } } } } else { - yyj1467 := 0 - for ; !r.CheckBreak(); yyj1467++ { + yyj1458 := 0 + for ; !r.CheckBreak(); yyj1458++ { - if yyj1467 >= len(yyv1467) { - yyv1467 = append(yyv1467, NetworkPolicyIngressRule{}) // var yyz1467 NetworkPolicyIngressRule - yyc1467 = true + if yyj1458 >= len(yyv1458) { + yyv1458 = append(yyv1458, NetworkPolicyIngressRule{}) // var yyz1458 NetworkPolicyIngressRule + yyc1458 = true } - yyh1467.ElemContainerState(yyj1467) - if yyj1467 < len(yyv1467) { + yyh1458.ElemContainerState(yyj1458) + if yyj1458 < len(yyv1458) { if r.TryDecodeAsNil() { - yyv1467[yyj1467] = NetworkPolicyIngressRule{} + yyv1458[yyj1458] = NetworkPolicyIngressRule{} } else { - yyv1470 := &yyv1467[yyj1467] - yyv1470.CodecDecodeSelf(d) + yyv1461 := &yyv1458[yyj1458] + yyv1461.CodecDecodeSelf(d) } } else { @@ -18430,17 +18348,17 @@ func (x codecSelfer1234) decSliceNetworkPolicyIngressRule(v *[]NetworkPolicyIngr } } - if yyj1467 < len(yyv1467) { - yyv1467 = yyv1467[:yyj1467] - yyc1467 = true - } else if yyj1467 == 0 && yyv1467 == nil { - yyv1467 = []NetworkPolicyIngressRule{} - yyc1467 = true + if yyj1458 < len(yyv1458) { + yyv1458 = yyv1458[:yyj1458] + yyc1458 = true + } else if yyj1458 == 0 && yyv1458 == nil { + yyv1458 = []NetworkPolicyIngressRule{} + yyc1458 = true } } - yyh1467.End() - if yyc1467 { - *v = yyv1467 + yyh1458.End() + if yyc1458 { + *v = yyv1458 } } @@ -18449,10 +18367,10 @@ func (x codecSelfer1234) encSliceNetworkPolicyPort(v []NetworkPolicyPort, e *cod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1471 := range v { + for _, yyv1462 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1472 := &yyv1471 - yy1472.CodecEncodeSelf(e) + yy1463 := &yyv1462 + yy1463.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18462,83 +18380,83 @@ func (x codecSelfer1234) decSliceNetworkPolicyPort(v *[]NetworkPolicyPort, d *co z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1473 := *v - yyh1473, yyl1473 := z.DecSliceHelperStart() - var yyc1473 bool - if yyl1473 == 0 { - if yyv1473 == nil { - yyv1473 = []NetworkPolicyPort{} - yyc1473 = true - } else if len(yyv1473) != 0 { - yyv1473 = yyv1473[:0] - yyc1473 = true + yyv1464 := *v + yyh1464, yyl1464 := z.DecSliceHelperStart() + var yyc1464 bool + if yyl1464 == 0 { + if yyv1464 == nil { + yyv1464 = []NetworkPolicyPort{} + yyc1464 = true + } else if len(yyv1464) != 0 { + yyv1464 = yyv1464[:0] + yyc1464 = true } - } else if yyl1473 > 0 { - var yyrr1473, yyrl1473 int - var yyrt1473 bool - if yyl1473 > cap(yyv1473) { + } else if yyl1464 > 0 { + var yyrr1464, yyrl1464 int + var yyrt1464 bool + if yyl1464 > cap(yyv1464) { - yyrg1473 := len(yyv1473) > 0 - yyv21473 := yyv1473 - yyrl1473, yyrt1473 = z.DecInferLen(yyl1473, z.DecBasicHandle().MaxInitLen, 16) - if yyrt1473 { - if yyrl1473 <= cap(yyv1473) { - yyv1473 = yyv1473[:yyrl1473] + yyrg1464 := len(yyv1464) > 0 + yyv21464 := yyv1464 + yyrl1464, yyrt1464 = z.DecInferLen(yyl1464, z.DecBasicHandle().MaxInitLen, 16) + if yyrt1464 { + if yyrl1464 <= cap(yyv1464) { + yyv1464 = yyv1464[:yyrl1464] } else { - yyv1473 = make([]NetworkPolicyPort, yyrl1473) + yyv1464 = make([]NetworkPolicyPort, yyrl1464) } } else { - yyv1473 = make([]NetworkPolicyPort, yyrl1473) + yyv1464 = make([]NetworkPolicyPort, yyrl1464) } - yyc1473 = true - yyrr1473 = len(yyv1473) - if yyrg1473 { - copy(yyv1473, yyv21473) + yyc1464 = true + yyrr1464 = len(yyv1464) + if yyrg1464 { + copy(yyv1464, yyv21464) } - } else if yyl1473 != len(yyv1473) { - yyv1473 = yyv1473[:yyl1473] - yyc1473 = true + } else if yyl1464 != len(yyv1464) { + yyv1464 = yyv1464[:yyl1464] + yyc1464 = true } - yyj1473 := 0 - for ; yyj1473 < yyrr1473; yyj1473++ { - yyh1473.ElemContainerState(yyj1473) + yyj1464 := 0 + for ; yyj1464 < yyrr1464; yyj1464++ { + yyh1464.ElemContainerState(yyj1464) if r.TryDecodeAsNil() { - yyv1473[yyj1473] = NetworkPolicyPort{} + yyv1464[yyj1464] = NetworkPolicyPort{} } else { - yyv1474 := &yyv1473[yyj1473] - yyv1474.CodecDecodeSelf(d) + yyv1465 := &yyv1464[yyj1464] + yyv1465.CodecDecodeSelf(d) } } - if yyrt1473 { - for ; yyj1473 < yyl1473; yyj1473++ { - yyv1473 = append(yyv1473, NetworkPolicyPort{}) - yyh1473.ElemContainerState(yyj1473) + if yyrt1464 { + for ; yyj1464 < yyl1464; yyj1464++ { + yyv1464 = append(yyv1464, NetworkPolicyPort{}) + yyh1464.ElemContainerState(yyj1464) if r.TryDecodeAsNil() { - yyv1473[yyj1473] = NetworkPolicyPort{} + yyv1464[yyj1464] = NetworkPolicyPort{} } else { - yyv1475 := &yyv1473[yyj1473] - yyv1475.CodecDecodeSelf(d) + yyv1466 := &yyv1464[yyj1464] + yyv1466.CodecDecodeSelf(d) } } } } else { - yyj1473 := 0 - for ; !r.CheckBreak(); yyj1473++ { + yyj1464 := 0 + for ; !r.CheckBreak(); yyj1464++ { - if yyj1473 >= len(yyv1473) { - yyv1473 = append(yyv1473, NetworkPolicyPort{}) // var yyz1473 NetworkPolicyPort - yyc1473 = true + if yyj1464 >= len(yyv1464) { + yyv1464 = append(yyv1464, NetworkPolicyPort{}) // var yyz1464 NetworkPolicyPort + yyc1464 = true } - yyh1473.ElemContainerState(yyj1473) - if yyj1473 < len(yyv1473) { + yyh1464.ElemContainerState(yyj1464) + if yyj1464 < len(yyv1464) { if r.TryDecodeAsNil() { - yyv1473[yyj1473] = NetworkPolicyPort{} + yyv1464[yyj1464] = NetworkPolicyPort{} } else { - yyv1476 := &yyv1473[yyj1473] - yyv1476.CodecDecodeSelf(d) + yyv1467 := &yyv1464[yyj1464] + yyv1467.CodecDecodeSelf(d) } } else { @@ -18546,17 +18464,17 @@ func (x codecSelfer1234) decSliceNetworkPolicyPort(v *[]NetworkPolicyPort, d *co } } - if yyj1473 < len(yyv1473) { - yyv1473 = yyv1473[:yyj1473] - yyc1473 = true - } else if yyj1473 == 0 && yyv1473 == nil { - yyv1473 = []NetworkPolicyPort{} - yyc1473 = true + if yyj1464 < len(yyv1464) { + yyv1464 = yyv1464[:yyj1464] + yyc1464 = true + } else if yyj1464 == 0 && yyv1464 == nil { + yyv1464 = []NetworkPolicyPort{} + yyc1464 = true } } - yyh1473.End() - if yyc1473 { - *v = yyv1473 + yyh1464.End() + if yyc1464 { + *v = yyv1464 } } @@ -18565,10 +18483,10 @@ func (x codecSelfer1234) encSliceNetworkPolicyPeer(v []NetworkPolicyPeer, e *cod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1477 := range v { + for _, yyv1468 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1478 := &yyv1477 - yy1478.CodecEncodeSelf(e) + yy1469 := &yyv1468 + yy1469.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18578,83 +18496,83 @@ func (x codecSelfer1234) decSliceNetworkPolicyPeer(v *[]NetworkPolicyPeer, d *co z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1479 := *v - yyh1479, yyl1479 := z.DecSliceHelperStart() - var yyc1479 bool - if yyl1479 == 0 { - if yyv1479 == nil { - yyv1479 = []NetworkPolicyPeer{} - yyc1479 = true - } else if len(yyv1479) != 0 { - yyv1479 = yyv1479[:0] - yyc1479 = true + yyv1470 := *v + yyh1470, yyl1470 := z.DecSliceHelperStart() + var yyc1470 bool + if yyl1470 == 0 { + if yyv1470 == nil { + yyv1470 = []NetworkPolicyPeer{} + yyc1470 = true + } else if len(yyv1470) != 0 { + yyv1470 = yyv1470[:0] + yyc1470 = true } - } else if yyl1479 > 0 { - var yyrr1479, yyrl1479 int - var yyrt1479 bool - if yyl1479 > cap(yyv1479) { + } else if yyl1470 > 0 { + var yyrr1470, yyrl1470 int + var yyrt1470 bool + if yyl1470 > cap(yyv1470) { - yyrg1479 := len(yyv1479) > 0 - yyv21479 := yyv1479 - yyrl1479, yyrt1479 = z.DecInferLen(yyl1479, z.DecBasicHandle().MaxInitLen, 16) - if yyrt1479 { - if yyrl1479 <= cap(yyv1479) { - yyv1479 = yyv1479[:yyrl1479] + yyrg1470 := len(yyv1470) > 0 + yyv21470 := yyv1470 + yyrl1470, yyrt1470 = z.DecInferLen(yyl1470, z.DecBasicHandle().MaxInitLen, 16) + if yyrt1470 { + if yyrl1470 <= cap(yyv1470) { + yyv1470 = yyv1470[:yyrl1470] } else { - yyv1479 = make([]NetworkPolicyPeer, yyrl1479) + yyv1470 = make([]NetworkPolicyPeer, yyrl1470) } } else { - yyv1479 = make([]NetworkPolicyPeer, yyrl1479) + yyv1470 = make([]NetworkPolicyPeer, yyrl1470) } - yyc1479 = true - yyrr1479 = len(yyv1479) - if yyrg1479 { - copy(yyv1479, yyv21479) + yyc1470 = true + yyrr1470 = len(yyv1470) + if yyrg1470 { + copy(yyv1470, yyv21470) } - } else if yyl1479 != len(yyv1479) { - yyv1479 = yyv1479[:yyl1479] - yyc1479 = true + } else if yyl1470 != len(yyv1470) { + yyv1470 = yyv1470[:yyl1470] + yyc1470 = true } - yyj1479 := 0 - for ; yyj1479 < yyrr1479; yyj1479++ { - yyh1479.ElemContainerState(yyj1479) + yyj1470 := 0 + for ; yyj1470 < yyrr1470; yyj1470++ { + yyh1470.ElemContainerState(yyj1470) if r.TryDecodeAsNil() { - yyv1479[yyj1479] = NetworkPolicyPeer{} + yyv1470[yyj1470] = NetworkPolicyPeer{} } else { - yyv1480 := &yyv1479[yyj1479] - yyv1480.CodecDecodeSelf(d) + yyv1471 := &yyv1470[yyj1470] + yyv1471.CodecDecodeSelf(d) } } - if yyrt1479 { - for ; yyj1479 < yyl1479; yyj1479++ { - yyv1479 = append(yyv1479, NetworkPolicyPeer{}) - yyh1479.ElemContainerState(yyj1479) + if yyrt1470 { + for ; yyj1470 < yyl1470; yyj1470++ { + yyv1470 = append(yyv1470, NetworkPolicyPeer{}) + yyh1470.ElemContainerState(yyj1470) if r.TryDecodeAsNil() { - yyv1479[yyj1479] = NetworkPolicyPeer{} + yyv1470[yyj1470] = NetworkPolicyPeer{} } else { - yyv1481 := &yyv1479[yyj1479] - yyv1481.CodecDecodeSelf(d) + yyv1472 := &yyv1470[yyj1470] + yyv1472.CodecDecodeSelf(d) } } } } else { - yyj1479 := 0 - for ; !r.CheckBreak(); yyj1479++ { + yyj1470 := 0 + for ; !r.CheckBreak(); yyj1470++ { - if yyj1479 >= len(yyv1479) { - yyv1479 = append(yyv1479, NetworkPolicyPeer{}) // var yyz1479 NetworkPolicyPeer - yyc1479 = true + if yyj1470 >= len(yyv1470) { + yyv1470 = append(yyv1470, NetworkPolicyPeer{}) // var yyz1470 NetworkPolicyPeer + yyc1470 = true } - yyh1479.ElemContainerState(yyj1479) - if yyj1479 < len(yyv1479) { + yyh1470.ElemContainerState(yyj1470) + if yyj1470 < len(yyv1470) { if r.TryDecodeAsNil() { - yyv1479[yyj1479] = NetworkPolicyPeer{} + yyv1470[yyj1470] = NetworkPolicyPeer{} } else { - yyv1482 := &yyv1479[yyj1479] - yyv1482.CodecDecodeSelf(d) + yyv1473 := &yyv1470[yyj1470] + yyv1473.CodecDecodeSelf(d) } } else { @@ -18662,17 +18580,17 @@ func (x codecSelfer1234) decSliceNetworkPolicyPeer(v *[]NetworkPolicyPeer, d *co } } - if yyj1479 < len(yyv1479) { - yyv1479 = yyv1479[:yyj1479] - yyc1479 = true - } else if yyj1479 == 0 && yyv1479 == nil { - yyv1479 = []NetworkPolicyPeer{} - yyc1479 = true + if yyj1470 < len(yyv1470) { + yyv1470 = yyv1470[:yyj1470] + yyc1470 = true + } else if yyj1470 == 0 && yyv1470 == nil { + yyv1470 = []NetworkPolicyPeer{} + yyc1470 = true } } - yyh1479.End() - if yyc1479 { - *v = yyv1479 + yyh1470.End() + if yyc1470 { + *v = yyv1470 } } @@ -18681,10 +18599,10 @@ func (x codecSelfer1234) encSliceNetworkPolicy(v []NetworkPolicy, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1483 := range v { + for _, yyv1474 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1484 := &yyv1483 - yy1484.CodecEncodeSelf(e) + yy1475 := &yyv1474 + yy1475.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18694,83 +18612,83 @@ func (x codecSelfer1234) decSliceNetworkPolicy(v *[]NetworkPolicy, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1485 := *v - yyh1485, yyl1485 := z.DecSliceHelperStart() - var yyc1485 bool - if yyl1485 == 0 { - if yyv1485 == nil { - yyv1485 = []NetworkPolicy{} - yyc1485 = true - } else if len(yyv1485) != 0 { - yyv1485 = yyv1485[:0] - yyc1485 = true + yyv1476 := *v + yyh1476, yyl1476 := z.DecSliceHelperStart() + var yyc1476 bool + if yyl1476 == 0 { + if yyv1476 == nil { + yyv1476 = []NetworkPolicy{} + yyc1476 = true + } else if len(yyv1476) != 0 { + yyv1476 = yyv1476[:0] + yyc1476 = true } - } else if yyl1485 > 0 { - var yyrr1485, yyrl1485 int - var yyrt1485 bool - if yyl1485 > cap(yyv1485) { + } else if yyl1476 > 0 { + var yyrr1476, yyrl1476 int + var yyrt1476 bool + if yyl1476 > cap(yyv1476) { - yyrg1485 := len(yyv1485) > 0 - yyv21485 := yyv1485 - yyrl1485, yyrt1485 = z.DecInferLen(yyl1485, z.DecBasicHandle().MaxInitLen, 312) - if yyrt1485 { - if yyrl1485 <= cap(yyv1485) { - yyv1485 = yyv1485[:yyrl1485] + yyrg1476 := len(yyv1476) > 0 + yyv21476 := yyv1476 + yyrl1476, yyrt1476 = z.DecInferLen(yyl1476, z.DecBasicHandle().MaxInitLen, 312) + if yyrt1476 { + if yyrl1476 <= cap(yyv1476) { + yyv1476 = yyv1476[:yyrl1476] } else { - yyv1485 = make([]NetworkPolicy, yyrl1485) + yyv1476 = make([]NetworkPolicy, yyrl1476) } } else { - yyv1485 = make([]NetworkPolicy, yyrl1485) + yyv1476 = make([]NetworkPolicy, yyrl1476) } - yyc1485 = true - yyrr1485 = len(yyv1485) - if yyrg1485 { - copy(yyv1485, yyv21485) + yyc1476 = true + yyrr1476 = len(yyv1476) + if yyrg1476 { + copy(yyv1476, yyv21476) } - } else if yyl1485 != len(yyv1485) { - yyv1485 = yyv1485[:yyl1485] - yyc1485 = true + } else if yyl1476 != len(yyv1476) { + yyv1476 = yyv1476[:yyl1476] + yyc1476 = true } - yyj1485 := 0 - for ; yyj1485 < yyrr1485; yyj1485++ { - yyh1485.ElemContainerState(yyj1485) + yyj1476 := 0 + for ; yyj1476 < yyrr1476; yyj1476++ { + yyh1476.ElemContainerState(yyj1476) if r.TryDecodeAsNil() { - yyv1485[yyj1485] = NetworkPolicy{} + yyv1476[yyj1476] = NetworkPolicy{} } else { - yyv1486 := &yyv1485[yyj1485] - yyv1486.CodecDecodeSelf(d) + yyv1477 := &yyv1476[yyj1476] + yyv1477.CodecDecodeSelf(d) } } - if yyrt1485 { - for ; yyj1485 < yyl1485; yyj1485++ { - yyv1485 = append(yyv1485, NetworkPolicy{}) - yyh1485.ElemContainerState(yyj1485) + if yyrt1476 { + for ; yyj1476 < yyl1476; yyj1476++ { + yyv1476 = append(yyv1476, NetworkPolicy{}) + yyh1476.ElemContainerState(yyj1476) if r.TryDecodeAsNil() { - yyv1485[yyj1485] = NetworkPolicy{} + yyv1476[yyj1476] = NetworkPolicy{} } else { - yyv1487 := &yyv1485[yyj1485] - yyv1487.CodecDecodeSelf(d) + yyv1478 := &yyv1476[yyj1476] + yyv1478.CodecDecodeSelf(d) } } } } else { - yyj1485 := 0 - for ; !r.CheckBreak(); yyj1485++ { + yyj1476 := 0 + for ; !r.CheckBreak(); yyj1476++ { - if yyj1485 >= len(yyv1485) { - yyv1485 = append(yyv1485, NetworkPolicy{}) // var yyz1485 NetworkPolicy - yyc1485 = true + if yyj1476 >= len(yyv1476) { + yyv1476 = append(yyv1476, NetworkPolicy{}) // var yyz1476 NetworkPolicy + yyc1476 = true } - yyh1485.ElemContainerState(yyj1485) - if yyj1485 < len(yyv1485) { + yyh1476.ElemContainerState(yyj1476) + if yyj1476 < len(yyv1476) { if r.TryDecodeAsNil() { - yyv1485[yyj1485] = NetworkPolicy{} + yyv1476[yyj1476] = NetworkPolicy{} } else { - yyv1488 := &yyv1485[yyj1485] - yyv1488.CodecDecodeSelf(d) + yyv1479 := &yyv1476[yyj1476] + yyv1479.CodecDecodeSelf(d) } } else { @@ -18778,16 +18696,16 @@ func (x codecSelfer1234) decSliceNetworkPolicy(v *[]NetworkPolicy, d *codec1978. } } - if yyj1485 < len(yyv1485) { - yyv1485 = yyv1485[:yyj1485] - yyc1485 = true - } else if yyj1485 == 0 && yyv1485 == nil { - yyv1485 = []NetworkPolicy{} - yyc1485 = true + if yyj1476 < len(yyv1476) { + yyv1476 = yyv1476[:yyj1476] + yyc1476 = true + } else if yyj1476 == 0 && yyv1476 == nil { + yyv1476 = []NetworkPolicy{} + yyc1476 = true } } - yyh1485.End() - if yyc1485 { - *v = yyv1485 + yyh1476.End() + if yyc1476 { + *v = yyv1476 } } diff --git a/pkg/apis/extensions/v1beta1/generated.pb.go b/pkg/apis/extensions/v1beta1/generated.pb.go index 3880028bab..704432cace 100644 --- a/pkg/apis/extensions/v1beta1/generated.pb.go +++ b/pkg/apis/extensions/v1beta1/generated.pb.go @@ -2560,25 +2560,17 @@ func (m *ReplicaSetCondition) MarshalTo(data []byte) (int, error) { i += copy(data[i:], m.Status) data[i] = 0x1a i++ - i = encodeVarintGenerated(data, i, uint64(m.LastProbeTime.Size())) - n63, err := m.LastProbeTime.MarshalTo(data[i:]) + i = encodeVarintGenerated(data, i, uint64(m.LastTransitionTime.Size())) + n63, err := m.LastTransitionTime.MarshalTo(data[i:]) if err != nil { return 0, err } i += n63 data[i] = 0x22 i++ - i = encodeVarintGenerated(data, i, uint64(m.LastTransitionTime.Size())) - n64, err := m.LastTransitionTime.MarshalTo(data[i:]) - if err != nil { - return 0, err - } - i += n64 - data[i] = 0x2a - i++ i = encodeVarintGenerated(data, i, uint64(len(m.Reason))) i += copy(data[i:], m.Reason) - data[i] = 0x32 + data[i] = 0x2a i++ i = encodeVarintGenerated(data, i, uint64(len(m.Message))) i += copy(data[i:], m.Message) @@ -2603,11 +2595,11 @@ func (m *ReplicaSetList) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.ListMeta.Size())) - n65, err := m.ListMeta.MarshalTo(data[i:]) + n64, err := m.ListMeta.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n65 + i += n64 if len(m.Items) > 0 { for _, msg := range m.Items { data[i] = 0x12 @@ -2647,20 +2639,20 @@ func (m *ReplicaSetSpec) MarshalTo(data []byte) (int, error) { data[i] = 0x12 i++ i = encodeVarintGenerated(data, i, uint64(m.Selector.Size())) - n66, err := m.Selector.MarshalTo(data[i:]) + n65, err := m.Selector.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n66 + i += n65 } data[i] = 0x1a i++ i = encodeVarintGenerated(data, i, uint64(m.Template.Size())) - n67, err := m.Template.MarshalTo(data[i:]) + n66, err := m.Template.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n67 + i += n66 data[i] = 0x20 i++ i = encodeVarintGenerated(data, i, uint64(m.MinReadySeconds)) @@ -2770,21 +2762,21 @@ func (m *RollingUpdateDeployment) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.MaxUnavailable.Size())) - n68, err := m.MaxUnavailable.MarshalTo(data[i:]) + n67, err := m.MaxUnavailable.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n68 + i += n67 } if m.MaxSurge != nil { data[i] = 0x12 i++ i = encodeVarintGenerated(data, i, uint64(m.MaxSurge.Size())) - n69, err := m.MaxSurge.MarshalTo(data[i:]) + n68, err := m.MaxSurge.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n69 + i += n68 } return i, nil } @@ -2846,11 +2838,11 @@ func (m *SELinuxStrategyOptions) MarshalTo(data []byte) (int, error) { data[i] = 0x12 i++ i = encodeVarintGenerated(data, i, uint64(m.SELinuxOptions.Size())) - n70, err := m.SELinuxOptions.MarshalTo(data[i:]) + n69, err := m.SELinuxOptions.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n70 + i += n69 } return i, nil } @@ -2873,27 +2865,27 @@ func (m *Scale) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.ObjectMeta.Size())) - n71, err := m.ObjectMeta.MarshalTo(data[i:]) + n70, err := m.ObjectMeta.MarshalTo(data[i:]) + if err != nil { + return 0, err + } + i += n70 + data[i] = 0x12 + i++ + i = encodeVarintGenerated(data, i, uint64(m.Spec.Size())) + n71, err := m.Spec.MarshalTo(data[i:]) if err != nil { return 0, err } i += n71 - data[i] = 0x12 + data[i] = 0x1a i++ - i = encodeVarintGenerated(data, i, uint64(m.Spec.Size())) - n72, err := m.Spec.MarshalTo(data[i:]) + i = encodeVarintGenerated(data, i, uint64(m.Status.Size())) + n72, err := m.Status.MarshalTo(data[i:]) if err != nil { return 0, err } i += n72 - data[i] = 0x1a - i++ - i = encodeVarintGenerated(data, i, uint64(m.Status.Size())) - n73, err := m.Status.MarshalTo(data[i:]) - if err != nil { - return 0, err - } - i += n73 return i, nil } @@ -3046,11 +3038,11 @@ func (m *ThirdPartyResource) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.ObjectMeta.Size())) - n74, err := m.ObjectMeta.MarshalTo(data[i:]) + n73, err := m.ObjectMeta.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n74 + i += n73 data[i] = 0x12 i++ i = encodeVarintGenerated(data, i, uint64(len(m.Description))) @@ -3088,11 +3080,11 @@ func (m *ThirdPartyResourceData) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.ObjectMeta.Size())) - n75, err := m.ObjectMeta.MarshalTo(data[i:]) + n74, err := m.ObjectMeta.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n75 + i += n74 if m.Data != nil { data[i] = 0x12 i++ @@ -3120,11 +3112,11 @@ func (m *ThirdPartyResourceDataList) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.ListMeta.Size())) - n76, err := m.ListMeta.MarshalTo(data[i:]) + n75, err := m.ListMeta.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n76 + i += n75 if len(m.Items) > 0 { for _, msg := range m.Items { data[i] = 0x12 @@ -3158,11 +3150,11 @@ func (m *ThirdPartyResourceList) MarshalTo(data []byte) (int, error) { data[i] = 0xa i++ i = encodeVarintGenerated(data, i, uint64(m.ListMeta.Size())) - n77, err := m.ListMeta.MarshalTo(data[i:]) + n76, err := m.ListMeta.MarshalTo(data[i:]) if err != nil { return 0, err } - i += n77 + i += n76 if len(m.Items) > 0 { for _, msg := range m.Items { data[i] = 0x12 @@ -3928,8 +3920,6 @@ func (m *ReplicaSetCondition) Size() (n int) { n += 1 + l + sovGenerated(uint64(l)) l = len(m.Status) n += 1 + l + sovGenerated(uint64(l)) - l = m.LastProbeTime.Size() - n += 1 + l + sovGenerated(uint64(l)) l = m.LastTransitionTime.Size() n += 1 + l + sovGenerated(uint64(l)) l = len(m.Reason) @@ -4802,7 +4792,6 @@ func (this *ReplicaSetCondition) String() string { s := strings.Join([]string{`&ReplicaSetCondition{`, `Type:` + fmt.Sprintf("%v", this.Type) + `,`, `Status:` + fmt.Sprintf("%v", this.Status) + `,`, - `LastProbeTime:` + strings.Replace(strings.Replace(this.LastProbeTime.String(), "Time", "k8s_io_kubernetes_pkg_api_unversioned.Time", 1), `&`, ``, 1) + `,`, `LastTransitionTime:` + strings.Replace(strings.Replace(this.LastTransitionTime.String(), "Time", "k8s_io_kubernetes_pkg_api_unversioned.Time", 1), `&`, ``, 1) + `,`, `Reason:` + fmt.Sprintf("%v", this.Reason) + `,`, `Message:` + fmt.Sprintf("%v", this.Message) + `,`, @@ -11781,36 +11770,6 @@ func (m *ReplicaSetCondition) Unmarshal(data []byte) error { m.Status = k8s_io_kubernetes_pkg_api_v1.ConditionStatus(data[iNdEx:postIndex]) iNdEx = postIndex case 3: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field LastProbeTime", wireType) - } - var msglen int - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowGenerated - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := data[iNdEx] - iNdEx++ - msglen |= (int(b) & 0x7F) << shift - if b < 0x80 { - break - } - } - if msglen < 0 { - return ErrInvalidLengthGenerated - } - postIndex := iNdEx + msglen - if postIndex > l { - return io.ErrUnexpectedEOF - } - if err := m.LastProbeTime.Unmarshal(data[iNdEx:postIndex]); err != nil { - return err - } - iNdEx = postIndex - case 4: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field LastTransitionTime", wireType) } @@ -11840,7 +11799,7 @@ func (m *ReplicaSetCondition) Unmarshal(data []byte) error { return err } iNdEx = postIndex - case 5: + case 4: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field Reason", wireType) } @@ -11869,7 +11828,7 @@ func (m *ReplicaSetCondition) Unmarshal(data []byte) error { } m.Reason = string(data[iNdEx:postIndex]) iNdEx = postIndex - case 6: + case 5: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field Message", wireType) } @@ -14088,252 +14047,253 @@ var ( ) var fileDescriptorGenerated = []byte{ - // 3944 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xec, 0x5b, 0xdd, 0x6f, 0x24, 0xd9, - 0x55, 0x9f, 0xea, 0xf6, 0x47, 0xf7, 0xf1, 0xd8, 0xe3, 0xb9, 0xe3, 0xf1, 0xf4, 0x3a, 0xbb, 0xee, - 0x49, 0xad, 0xd8, 0xcc, 0x8a, 0xdd, 0x36, 0x33, 0x64, 0xc2, 0x66, 0x77, 0x33, 0x89, 0xdb, 0xf6, - 0x7c, 0xc5, 0x9e, 0xe9, 0xdc, 0xf6, 0x4c, 0x86, 0x64, 0xb3, 0xe1, 0x76, 0xf7, 0x75, 0xbb, 0xd6, - 0xf5, 0xb5, 0x55, 0xb7, 0xbc, 0xee, 0x44, 0x28, 0x41, 0x80, 0xc4, 0x0b, 0x21, 0x6f, 0x44, 0x02, - 0x1e, 0x90, 0x40, 0x3c, 0x11, 0x11, 0x09, 0x29, 0x0f, 0xbc, 0x40, 0x04, 0x62, 0x79, 0x40, 0x09, - 0x08, 0x04, 0x0f, 0xe0, 0x64, 0x8d, 0x60, 0xc5, 0xbf, 0x30, 0xf0, 0x80, 0xee, 0xad, 0x5b, 0x9f, - 0x5d, 0xd5, 0x3b, 0xd5, 0xfe, 0x10, 0x88, 0xbc, 0x75, 0xdd, 0x73, 0xce, 0xef, 0x9c, 0x7b, 0xee, - 0xa9, 0x73, 0xcf, 0xbd, 0x75, 0x1a, 0x3e, 0xb3, 0xf7, 0x9a, 0xdb, 0xd0, 0xac, 0x95, 0x3d, 0xaf, - 0x43, 0x1d, 0x93, 0x32, 0xea, 0xae, 0xd8, 0x7b, 0xfd, 0x15, 0x62, 0x6b, 0xee, 0x0a, 0x3d, 0x60, - 0xd4, 0x74, 0x35, 0xcb, 0x74, 0x57, 0xf6, 0xaf, 0x77, 0x28, 0x23, 0xd7, 0x57, 0xfa, 0xd4, 0xa4, - 0x0e, 0x61, 0xb4, 0xd7, 0xb0, 0x1d, 0x8b, 0x59, 0xe8, 0x55, 0x5f, 0xbc, 0x11, 0x89, 0x37, 0xec, - 0xbd, 0x7e, 0x83, 0x8b, 0x37, 0x22, 0xf1, 0x86, 0x14, 0x5f, 0x7a, 0xb5, 0xaf, 0xb1, 0x5d, 0xaf, - 0xd3, 0xe8, 0x5a, 0xc6, 0x4a, 0xdf, 0xea, 0x5b, 0x2b, 0x02, 0xa5, 0xe3, 0xed, 0x88, 0x27, 0xf1, - 0x20, 0x7e, 0xf9, 0xe8, 0x4b, 0x37, 0x72, 0x8d, 0x5b, 0x71, 0xa8, 0x6b, 0x79, 0x4e, 0x97, 0xa6, - 0x2d, 0x5a, 0xba, 0x99, 0x2f, 0xe3, 0x99, 0xfb, 0xd4, 0xe1, 0x06, 0xd1, 0xde, 0x90, 0xd8, 0x2b, - 0xf9, 0x62, 0xfb, 0x43, 0xd3, 0x5e, 0x7a, 0x35, 0x9b, 0xdb, 0xf1, 0x4c, 0xa6, 0x19, 0xc3, 0x36, - 0x5d, 0xcf, 0x66, 0xf7, 0x98, 0xa6, 0xaf, 0x68, 0x26, 0x73, 0x99, 0x93, 0x16, 0x51, 0x1b, 0x00, - 0xab, 0xad, 0x7b, 0x8f, 0x7d, 0x7b, 0xd1, 0x55, 0x98, 0x30, 0x89, 0x41, 0x6b, 0xca, 0x55, 0xe5, - 0x5a, 0xb5, 0x79, 0xfe, 0xfd, 0xc3, 0xfa, 0xb9, 0xa3, 0xc3, 0xfa, 0xc4, 0x03, 0x62, 0x50, 0x2c, - 0x28, 0xea, 0x5b, 0xb0, 0xb0, 0xd6, 0x7a, 0xb4, 0x4d, 0x9c, 0x3e, 0x65, 0x8f, 0x98, 0xa6, 0x6b, - 0x5f, 0x23, 0x8c, 0x4b, 0xae, 0xc3, 0x3c, 0x13, 0x83, 0x2d, 0xea, 0x74, 0xa9, 0xc9, 0x48, 0xdf, - 0x47, 0x99, 0x6c, 0xd6, 0x24, 0xca, 0xfc, 0x76, 0x8a, 0x8e, 0x87, 0x24, 0xd4, 0xdf, 0x56, 0xe0, - 0xb9, 0x35, 0xcf, 0x65, 0x96, 0xb1, 0x45, 0x99, 0xa3, 0x75, 0xd7, 0x3c, 0xc7, 0xa1, 0x26, 0x6b, - 0x33, 0xc2, 0x3c, 0xf7, 0xa3, 0xad, 0x43, 0x4f, 0x60, 0x72, 0x9f, 0xe8, 0x1e, 0xad, 0x95, 0xae, - 0x2a, 0xd7, 0x66, 0x6e, 0xbc, 0xd2, 0xc8, 0x0d, 0x9b, 0x46, 0xb0, 0xb0, 0x8d, 0x2f, 0x78, 0xc4, - 0x64, 0x1a, 0x1b, 0x34, 0x17, 0x24, 0xe0, 0x79, 0xa9, 0xf5, 0x31, 0x47, 0xc2, 0x3e, 0xa0, 0xfa, - 0x2d, 0x05, 0x5e, 0xc8, 0xb5, 0x6c, 0x53, 0x73, 0x19, 0x32, 0x60, 0x52, 0x63, 0xd4, 0x70, 0x6b, - 0xca, 0xd5, 0xf2, 0xb5, 0x99, 0x1b, 0x77, 0x1b, 0x85, 0x42, 0xb6, 0x91, 0x0b, 0xde, 0x9c, 0x95, - 0x76, 0x4d, 0xde, 0xe3, 0xf0, 0xd8, 0xd7, 0xa2, 0xfe, 0x96, 0x02, 0x28, 0x2e, 0xe3, 0x7b, 0xf7, - 0x19, 0x7c, 0xf4, 0xc5, 0xe3, 0xf8, 0xe8, 0x92, 0x04, 0x9c, 0xf1, 0xd5, 0x25, 0x5c, 0xf4, 0x4d, - 0x05, 0x16, 0x87, 0x2d, 0x12, 0xbe, 0xd9, 0x49, 0xfa, 0x66, 0xf5, 0x18, 0xbe, 0xf1, 0x51, 0x73, - 0x9c, 0xf2, 0xc7, 0x25, 0xa8, 0xae, 0x13, 0x6a, 0x58, 0x66, 0x9b, 0x32, 0xf4, 0x04, 0x2a, 0x06, - 0x65, 0xa4, 0x47, 0x18, 0x11, 0xfe, 0x98, 0xb9, 0x71, 0x6d, 0xc4, 0x64, 0xf7, 0xaf, 0x37, 0x1e, - 0x76, 0xde, 0xa1, 0x5d, 0xb6, 0x45, 0x19, 0x69, 0x22, 0x89, 0x0f, 0xd1, 0x18, 0x0e, 0xd1, 0xd0, - 0xdb, 0x30, 0xe1, 0xda, 0xb4, 0x2b, 0x5d, 0xf8, 0x66, 0xc1, 0xe9, 0x84, 0x16, 0xb6, 0x6d, 0xda, - 0x8d, 0xd6, 0x88, 0x3f, 0x61, 0x81, 0x8b, 0x76, 0x60, 0xca, 0x15, 0x8b, 0x5f, 0x2b, 0x0b, 0x0d, - 0xb7, 0xc6, 0xd6, 0xe0, 0x87, 0xd0, 0x9c, 0xd4, 0x31, 0xe5, 0x3f, 0x63, 0x89, 0xae, 0xfe, 0xad, - 0x02, 0xb3, 0x21, 0xaf, 0x58, 0xa9, 0xaf, 0x0c, 0xf9, 0x6c, 0x65, 0x84, 0xcf, 0x62, 0x99, 0xae, - 0xc1, 0xc5, 0x85, 0xeb, 0xe6, 0xa5, 0xb2, 0x4a, 0x30, 0x12, 0x73, 0xdc, 0x57, 0x82, 0x40, 0x28, - 0x89, 0x40, 0x78, 0x6d, 0xdc, 0x79, 0xe5, 0xac, 0xff, 0x3f, 0xc4, 0xe7, 0xd3, 0xf6, 0x3d, 0x59, - 0x71, 0xa9, 0x4e, 0xbb, 0xcc, 0x72, 0xe4, 0x7c, 0x8a, 0xae, 0xd6, 0x26, 0xe9, 0x50, 0xbd, 0x2d, - 0x31, 0x9a, 0xe7, 0xf9, 0xc4, 0x82, 0x27, 0x1c, 0x62, 0xa3, 0x2f, 0x43, 0x85, 0x51, 0xc3, 0xd6, - 0x09, 0x0b, 0x5e, 0xac, 0x57, 0x47, 0xc7, 0x5a, 0xcb, 0xea, 0x6d, 0x4b, 0x01, 0x11, 0x06, 0xa1, - 0xd7, 0x82, 0x51, 0x1c, 0x02, 0xaa, 0x7f, 0x59, 0x82, 0x0b, 0xa9, 0x25, 0x45, 0x8f, 0x61, 0xb1, - 0xeb, 0xa7, 0x89, 0x07, 0x9e, 0xd1, 0xa1, 0x4e, 0xbb, 0xbb, 0x4b, 0x7b, 0x9e, 0x4e, 0x7b, 0x32, - 0xed, 0x2e, 0x4b, 0xbc, 0xc5, 0xb5, 0x4c, 0x2e, 0x9c, 0x23, 0x8d, 0xee, 0x03, 0x32, 0xc5, 0xd0, - 0x96, 0xe6, 0xba, 0x21, 0x66, 0x49, 0x60, 0x2e, 0x49, 0x4c, 0xf4, 0x60, 0x88, 0x03, 0x67, 0x48, - 0x71, 0x1b, 0x7b, 0xd4, 0xd5, 0x1c, 0xda, 0x4b, 0xdb, 0x58, 0x4e, 0xda, 0xb8, 0x9e, 0xc9, 0x85, - 0x73, 0xa4, 0xd1, 0x4d, 0x98, 0xf1, 0xb5, 0x61, 0x4a, 0x7a, 0x83, 0xda, 0x84, 0x00, 0x0b, 0x53, - 0xd3, 0x83, 0x88, 0x84, 0xe3, 0x7c, 0xea, 0x9f, 0x94, 0x00, 0xd6, 0xa9, 0xad, 0x5b, 0x03, 0x83, - 0x9a, 0xa7, 0x99, 0x1e, 0xbe, 0x9a, 0x48, 0x0f, 0x9f, 0x29, 0x1a, 0xe4, 0xa1, 0x89, 0xb9, 0xf9, - 0xa1, 0x9f, 0xca, 0x0f, 0x9f, 0x1d, 0x5f, 0xc5, 0xe8, 0x04, 0xf1, 0x43, 0x05, 0xe6, 0x22, 0xe6, - 0xb3, 0xc8, 0x10, 0x6f, 0x27, 0x33, 0xc4, 0xa7, 0xc7, 0x9e, 0x59, 0x4e, 0x8a, 0xf8, 0x4e, 0x19, - 0x50, 0xc4, 0x84, 0x2d, 0x5d, 0xef, 0x90, 0xee, 0xde, 0x33, 0xec, 0x9b, 0x7f, 0xa8, 0x00, 0xf2, - 0xec, 0x1e, 0xaf, 0x9d, 0x56, 0x4d, 0xd3, 0x62, 0xa2, 0xee, 0x09, 0xcc, 0xfc, 0xc5, 0xb1, 0xcd, - 0x0c, 0x2c, 0x68, 0x3c, 0x1a, 0xc2, 0xde, 0x30, 0x99, 0x33, 0x88, 0x5e, 0xba, 0x61, 0x06, 0x9c, - 0x61, 0x10, 0x7a, 0x17, 0xc0, 0x91, 0x98, 0xdb, 0x96, 0x8c, 0x8f, 0xa2, 0x21, 0x18, 0x18, 0xb5, - 0x66, 0x99, 0x3b, 0x5a, 0x3f, 0x8a, 0x76, 0x1c, 0x02, 0xe3, 0x98, 0x92, 0xa5, 0x0d, 0xb8, 0x92, - 0x63, 0x3d, 0x9a, 0x87, 0xf2, 0x1e, 0x1d, 0xf8, 0x6e, 0xc5, 0xfc, 0x27, 0x5a, 0x88, 0xd7, 0x1f, - 0x55, 0x59, 0x3c, 0xbc, 0x5e, 0x7a, 0x4d, 0x51, 0xbf, 0x33, 0x19, 0x0f, 0x36, 0x91, 0xbe, 0xaf, - 0x41, 0xc5, 0xa1, 0xb6, 0xae, 0x75, 0x89, 0x2b, 0xf3, 0x9a, 0x48, 0xc0, 0x58, 0x8e, 0xe1, 0x90, - 0x9a, 0x48, 0xf4, 0xa5, 0x33, 0x4a, 0xf4, 0xe5, 0x13, 0x4e, 0xf4, 0xc8, 0x82, 0x8a, 0xcb, 0x78, - 0x79, 0xde, 0xf7, 0xb3, 0x5a, 0xf1, 0x52, 0x29, 0xfe, 0x66, 0xfb, 0x40, 0x91, 0xc2, 0x60, 0x04, - 0x87, 0x4a, 0xd0, 0x2a, 0x5c, 0x30, 0x34, 0x53, 0xa4, 0xc7, 0x36, 0xed, 0x5a, 0x66, 0xcf, 0xad, - 0x4d, 0x0a, 0x37, 0x5f, 0x91, 0x42, 0x17, 0xb6, 0x92, 0x64, 0x9c, 0xe6, 0x47, 0x9b, 0xb0, 0xe0, - 0xd0, 0x7d, 0x8d, 0x9b, 0x71, 0x57, 0x73, 0x99, 0xe5, 0x0c, 0x36, 0x35, 0x43, 0x63, 0xb5, 0x29, - 0xbf, 0xfa, 0x3f, 0x3a, 0xac, 0x2f, 0xe0, 0x0c, 0x3a, 0xce, 0x94, 0x42, 0x2f, 0xc1, 0x94, 0x4d, - 0x3c, 0x97, 0xf6, 0x6a, 0xd3, 0x57, 0x95, 0x6b, 0x95, 0x28, 0x31, 0xb5, 0xc4, 0x28, 0x96, 0x54, - 0x64, 0x24, 0xa2, 0xbc, 0x72, 0x12, 0x51, 0x3e, 0x97, 0x1f, 0xe1, 0xea, 0x87, 0x25, 0x98, 0x4f, - 0x27, 0x4d, 0xbe, 0x55, 0x5a, 0x1d, 0x97, 0x3a, 0xfb, 0xb4, 0x77, 0xc7, 0x3f, 0x56, 0x69, 0x96, - 0x29, 0xc2, 0xb4, 0x1c, 0xbd, 0xb5, 0x0f, 0x87, 0x38, 0x70, 0x86, 0x14, 0x7a, 0x25, 0x16, 0xe8, - 0xfe, 0x66, 0x1b, 0x2e, 0x5b, 0x46, 0xb0, 0xaf, 0xc2, 0x05, 0xf9, 0xe6, 0x07, 0x44, 0xb9, 0xa3, - 0x86, 0xcb, 0xf6, 0x28, 0x49, 0xc6, 0x69, 0x7e, 0x74, 0x07, 0x2e, 0x92, 0x7d, 0xa2, 0xe9, 0xa4, - 0xa3, 0xd3, 0x10, 0xc4, 0xdf, 0x49, 0x9f, 0x93, 0x20, 0x17, 0x57, 0xd3, 0x0c, 0x78, 0x58, 0x06, - 0x6d, 0xc1, 0x25, 0xcf, 0x1c, 0x86, 0xf2, 0xc3, 0xe8, 0x63, 0x12, 0xea, 0xd2, 0xa3, 0x61, 0x16, - 0x9c, 0x25, 0xa7, 0xfe, 0x9d, 0x12, 0xcf, 0xcf, 0x41, 0xc8, 0xa2, 0xd7, 0x61, 0x82, 0x0d, 0xec, - 0x20, 0x3f, 0xbf, 0x14, 0xe4, 0xe7, 0xed, 0x81, 0x4d, 0x9f, 0x8a, 0x02, 0x22, 0x2d, 0xc1, 0x29, - 0x58, 0xc8, 0xa0, 0x6f, 0xc0, 0x2c, 0x5f, 0x4a, 0xcd, 0xec, 0xfb, 0x5e, 0x91, 0xf9, 0xe1, 0xf6, - 0x18, 0xe1, 0x12, 0x62, 0xc4, 0xf6, 0x99, 0x8b, 0x47, 0x87, 0xf5, 0xd9, 0x04, 0x11, 0x27, 0xf5, - 0xa9, 0x6f, 0xc1, 0xec, 0xc6, 0x81, 0x6d, 0x39, 0xec, 0xa1, 0xed, 0xe7, 0xe8, 0x97, 0x60, 0x8a, - 0x8a, 0x01, 0x31, 0x9f, 0x58, 0x94, 0xfb, 0x6c, 0x58, 0x52, 0xd1, 0x8b, 0x30, 0x49, 0x0f, 0x48, - 0x97, 0x09, 0x8b, 0x2b, 0xd1, 0x8e, 0xb6, 0xc1, 0x07, 0xb1, 0x4f, 0x53, 0xbf, 0xa7, 0xc0, 0xe2, - 0xed, 0xf6, 0x1d, 0xc7, 0xf2, 0xec, 0x60, 0xf2, 0x81, 0x9e, 0x5f, 0x80, 0x09, 0xc7, 0xd3, 0x03, - 0xaf, 0xbd, 0x18, 0x78, 0x0d, 0x7b, 0x3a, 0xf7, 0xda, 0xa5, 0x94, 0x94, 0xef, 0x32, 0x2e, 0x80, - 0xde, 0x86, 0x29, 0x87, 0x98, 0x7d, 0x1a, 0xec, 0x6f, 0x9f, 0x2a, 0xe8, 0xab, 0x7b, 0xeb, 0x98, - 0x8b, 0x47, 0x13, 0x13, 0x8f, 0x2e, 0x96, 0xa8, 0xea, 0xef, 0x29, 0x70, 0xe1, 0xee, 0xf6, 0x76, - 0xeb, 0x9e, 0xd9, 0x77, 0xa8, 0xeb, 0xb6, 0x08, 0xdb, 0xe5, 0x5b, 0xb0, 0x4d, 0xd8, 0x6e, 0x7a, - 0x0b, 0xe6, 0x34, 0x2c, 0x28, 0x68, 0x17, 0xa6, 0xf9, 0xfb, 0x48, 0xcd, 0xde, 0x98, 0xa5, 0x95, - 0x54, 0xd7, 0xf4, 0x41, 0x9a, 0x17, 0xa4, 0x8e, 0x69, 0x39, 0x80, 0x03, 0x78, 0xf5, 0xeb, 0xb0, - 0x10, 0x33, 0x8f, 0xfb, 0x4b, 0x1c, 0x75, 0x51, 0x17, 0x26, 0xb9, 0x25, 0xc1, 0x41, 0xb6, 0xe8, - 0xb9, 0x2c, 0x35, 0xe5, 0x68, 0x41, 0xf9, 0x93, 0x8b, 0x7d, 0x6c, 0xf5, 0x9f, 0x4a, 0x70, 0xe5, - 0xae, 0xe5, 0x68, 0x5f, 0xb3, 0x4c, 0x46, 0xf4, 0x96, 0xd5, 0x5b, 0xf5, 0x98, 0xe5, 0x76, 0x89, - 0x4e, 0x9d, 0x53, 0x2c, 0x5a, 0xf5, 0x44, 0xd1, 0x7a, 0xbf, 0xe8, 0xcc, 0xb2, 0xed, 0xcd, 0xad, - 0x60, 0x59, 0xaa, 0x82, 0xdd, 0x3c, 0x21, 0x7d, 0xa3, 0xcb, 0xd9, 0xff, 0x54, 0xe0, 0x63, 0x39, - 0x92, 0x67, 0x51, 0xdb, 0xee, 0x25, 0x6b, 0xdb, 0xdb, 0x27, 0x33, 0xe7, 0x9c, 0x42, 0xf7, 0xbf, - 0x4a, 0xb9, 0x73, 0x15, 0xa5, 0xd5, 0xbb, 0x50, 0x11, 0x4f, 0x98, 0xee, 0xc8, 0xb9, 0xae, 0x15, - 0xb4, 0xa7, 0xed, 0x75, 0x82, 0x1b, 0x22, 0x4c, 0x77, 0xa8, 0x43, 0xcd, 0x2e, 0x8d, 0x55, 0x1b, - 0x12, 0x1c, 0x87, 0x6a, 0xd0, 0x75, 0x98, 0x11, 0xd5, 0x43, 0x62, 0x9f, 0xbb, 0xc0, 0xcf, 0x6c, - 0x5b, 0xd1, 0x30, 0x8e, 0xf3, 0xf0, 0xa3, 0x9e, 0x41, 0x0e, 0x52, 0xbb, 0x5c, 0x78, 0xd4, 0xdb, - 0x8a, 0x48, 0x38, 0xce, 0x87, 0xbe, 0x01, 0x73, 0x5d, 0xdb, 0x8b, 0x5d, 0x50, 0xca, 0x72, 0xaa, - 0xe8, 0x14, 0xb3, 0xee, 0x3a, 0x9b, 0xe8, 0xe8, 0xb0, 0x3e, 0xb7, 0xd6, 0x7a, 0x14, 0x1b, 0xc3, - 0x29, 0x75, 0xea, 0x0f, 0xca, 0xf0, 0xc2, 0xc8, 0x18, 0x45, 0xb7, 0x47, 0x54, 0x0f, 0x8b, 0x05, - 0x2a, 0x87, 0x1e, 0xcc, 0xea, 0xc4, 0x65, 0xc2, 0xdd, 0xdb, 0x9a, 0x11, 0xec, 0x6e, 0x3f, 0xfb, - 0x8c, 0x81, 0xcb, 0x45, 0xfc, 0x2d, 0x6c, 0x33, 0x8e, 0x82, 0x93, 0xa0, 0xbc, 0xe2, 0x90, 0x17, - 0x06, 0x79, 0x15, 0xc7, 0x5a, 0x92, 0x8c, 0xd3, 0xfc, 0x1c, 0x42, 0x9e, 0xe7, 0x53, 0xf5, 0x46, - 0x08, 0xb1, 0x9e, 0x24, 0xe3, 0x34, 0x3f, 0x32, 0xa0, 0x2e, 0x51, 0x93, 0xee, 0x8f, 0x5d, 0x3a, - 0xfb, 0x75, 0xc7, 0x8b, 0x47, 0x87, 0xf5, 0xfa, 0xda, 0x68, 0x56, 0xfc, 0x51, 0x58, 0xea, 0x16, - 0xcc, 0xde, 0xb5, 0x5c, 0xd6, 0xe2, 0x5b, 0x32, 0xdf, 0xb7, 0xd0, 0x0b, 0x50, 0x36, 0x34, 0x53, - 0x9e, 0x44, 0x66, 0xa4, 0xd9, 0x65, 0x1e, 0xbc, 0x7c, 0x5c, 0x90, 0xc9, 0x81, 0x8c, 0xeb, 0x88, - 0x4c, 0x0e, 0x30, 0x1f, 0x57, 0xef, 0xc0, 0xb4, 0xdc, 0x17, 0xe3, 0x40, 0xe5, 0xd1, 0x40, 0xe5, - 0x0c, 0xa0, 0x3f, 0x2a, 0xc1, 0xb4, 0xdc, 0x46, 0x4e, 0x71, 0x43, 0x78, 0x2b, 0xb1, 0x21, 0xbc, - 0x3e, 0xde, 0x56, 0x9b, 0xbb, 0x01, 0xf4, 0x52, 0x1b, 0xc0, 0x9b, 0x63, 0xe2, 0x8f, 0x4e, 0xf8, - 0xdf, 0x55, 0x60, 0x2e, 0xb9, 0xe9, 0xf3, 0x8c, 0xc2, 0xdf, 0x21, 0xad, 0x4b, 0x1f, 0x44, 0x07, - 0xfe, 0x30, 0xa3, 0xb4, 0x23, 0x12, 0x8e, 0xf3, 0x21, 0x1a, 0x8a, 0xf1, 0x70, 0x90, 0x4e, 0x69, - 0xe4, 0x18, 0xed, 0x31, 0x4d, 0x6f, 0xf8, 0x5f, 0x5c, 0x1a, 0xf7, 0x4c, 0xf6, 0xd0, 0x69, 0x33, - 0x47, 0x33, 0xfb, 0x43, 0x6a, 0x44, 0x64, 0xc5, 0x71, 0xd5, 0xbf, 0x51, 0x60, 0x46, 0x1a, 0x7c, - 0x16, 0x3b, 0xd2, 0x97, 0x93, 0x3b, 0xd2, 0xa7, 0xc6, 0xac, 0xa7, 0xb2, 0x77, 0xa0, 0xef, 0x47, - 0x73, 0xe1, 0x15, 0x14, 0x2f, 0xf0, 0x76, 0x2d, 0x97, 0xa5, 0x0b, 0x3c, 0xfe, 0x8a, 0x61, 0x41, - 0x41, 0xbf, 0xae, 0xc0, 0xbc, 0x96, 0xaa, 0xb9, 0xa4, 0xab, 0x3f, 0x3b, 0x9e, 0x69, 0x21, 0x4c, - 0xf4, 0x1d, 0x2a, 0x4d, 0xc1, 0x43, 0x2a, 0x55, 0x0f, 0x86, 0xb8, 0x10, 0x81, 0x89, 0x5d, 0xc6, - 0xec, 0x31, 0xf7, 0xca, 0xac, 0x6a, 0xb2, 0x59, 0x11, 0xd3, 0xdf, 0xde, 0x6e, 0x61, 0x01, 0xad, - 0x7e, 0xb7, 0x14, 0x3a, 0xac, 0xed, 0xbf, 0x23, 0x61, 0xbd, 0xab, 0x9c, 0x44, 0xbd, 0x3b, 0x93, - 0x55, 0xeb, 0xa2, 0x27, 0x50, 0x66, 0xfa, 0xb8, 0xf7, 0x6d, 0x52, 0xc3, 0xf6, 0x66, 0x3b, 0xca, - 0x53, 0xdb, 0x9b, 0x6d, 0xcc, 0x21, 0xd1, 0x57, 0x61, 0x92, 0x9f, 0x26, 0xf8, 0x2b, 0x5e, 0x1e, - 0x3f, 0x85, 0x70, 0x7f, 0x45, 0x11, 0xc6, 0x9f, 0x5c, 0xec, 0xe3, 0xaa, 0x5f, 0x87, 0xd9, 0x44, - 0x1e, 0x40, 0xef, 0xc0, 0x79, 0xdd, 0x22, 0xbd, 0x26, 0xd1, 0x89, 0xd9, 0xa5, 0xc1, 0x95, 0xff, - 0xcf, 0x8d, 0xce, 0x88, 0x9b, 0x31, 0x09, 0x99, 0x4f, 0xc2, 0x6f, 0x81, 0x71, 0x1a, 0x4e, 0x60, - 0xab, 0x04, 0x20, 0x9a, 0x3d, 0xaa, 0xc3, 0x24, 0x0f, 0x61, 0xff, 0x64, 0x50, 0x6d, 0x56, 0xb9, - 0xad, 0x3c, 0xb2, 0x5d, 0xec, 0x8f, 0xa3, 0x1b, 0x00, 0x2e, 0xed, 0x3a, 0x94, 0x89, 0xb4, 0x23, - 0x2e, 0xbf, 0xa2, 0x04, 0xdc, 0x0e, 0x29, 0x38, 0xc6, 0xa5, 0xfe, 0x4e, 0x09, 0xca, 0xf7, 0xad, - 0xce, 0x29, 0x26, 0xf9, 0x27, 0x89, 0x24, 0x5f, 0xf4, 0xfd, 0xbf, 0x6f, 0x75, 0x72, 0x13, 0xfc, - 0x2f, 0xa5, 0x12, 0xfc, 0x6b, 0x63, 0x60, 0x8f, 0x4e, 0xee, 0x7f, 0x5f, 0x86, 0xf3, 0xf7, 0xad, - 0xce, 0x9a, 0x65, 0xf6, 0x34, 0x51, 0x0a, 0x7d, 0x32, 0x71, 0x49, 0x70, 0x35, 0x75, 0x49, 0x30, - 0x1f, 0xe7, 0x8d, 0x5d, 0x0f, 0x3c, 0x0e, 0x0d, 0xf5, 0x17, 0xe5, 0x56, 0x52, 0xdd, 0xd3, 0xc3, - 0xfa, 0xc8, 0x8f, 0xf6, 0x8d, 0x10, 0x33, 0x69, 0x1e, 0xda, 0xf5, 0x0b, 0xb3, 0x96, 0x63, 0x75, - 0xfc, 0xc2, 0xac, 0x5c, 0xbc, 0x30, 0xbb, 0x2c, 0x6d, 0x11, 0xc5, 0x59, 0x88, 0x84, 0x93, 0xc0, - 0xe8, 0x3d, 0x40, 0x7c, 0x60, 0xdb, 0x21, 0xa6, 0xeb, 0xcf, 0x8e, 0xab, 0x9b, 0x28, 0xae, 0x2e, - 0xbc, 0xb5, 0xda, 0x1c, 0x82, 0xc3, 0x19, 0x2a, 0xd0, 0x4b, 0x30, 0xe5, 0x50, 0xe2, 0x5a, 0xa6, - 0x28, 0xbb, 0xaa, 0xb1, 0xe3, 0xbe, 0x18, 0xc5, 0x92, 0x8a, 0x5e, 0x86, 0x69, 0x83, 0xba, 0x2e, - 0xaf, 0xcf, 0xa6, 0x04, 0x63, 0x78, 0xf2, 0xde, 0xf2, 0x87, 0x71, 0x40, 0x57, 0xff, 0x42, 0x81, - 0xe9, 0xfb, 0x56, 0xe7, 0x2c, 0x36, 0xbf, 0x2f, 0x26, 0x37, 0xbf, 0x1b, 0xc5, 0x03, 0x34, 0x67, - 0xe3, 0xfb, 0xb3, 0xb2, 0x98, 0x83, 0xc8, 0xe1, 0xd7, 0x61, 0xc6, 0x26, 0x0e, 0xd1, 0x75, 0xaa, - 0x6b, 0xae, 0x21, 0x4b, 0x47, 0x71, 0xe6, 0x69, 0x45, 0xc3, 0x38, 0xce, 0xc3, 0x45, 0xba, 0x96, - 0x61, 0xeb, 0x34, 0xf8, 0xc2, 0x10, 0x8a, 0xac, 0x45, 0xc3, 0x38, 0xce, 0x83, 0x1e, 0xc2, 0x65, - 0xd2, 0x65, 0xda, 0x3e, 0x5d, 0xa7, 0xa4, 0xa7, 0x6b, 0x26, 0x0d, 0x6e, 0x73, 0xcb, 0xa2, 0x84, - 0x7c, 0xee, 0xe8, 0xb0, 0x7e, 0x79, 0x35, 0x8b, 0x01, 0x67, 0xcb, 0x25, 0xae, 0xd3, 0x27, 0x4e, - 0xf1, 0x3a, 0xfd, 0x93, 0x70, 0x9e, 0x78, 0xcc, 0x0a, 0x28, 0x22, 0x8e, 0x2a, 0xcd, 0x79, 0x9e, - 0x7a, 0x57, 0x63, 0xe3, 0x38, 0xc1, 0x95, 0xb8, 0x84, 0x9f, 0x3a, 0xe9, 0xaf, 0xad, 0x7f, 0x5e, - 0x86, 0x6a, 0x98, 0x7c, 0x90, 0x05, 0xd0, 0x0d, 0x5e, 0xf0, 0xe0, 0xda, 0xe7, 0x8d, 0xe2, 0x91, - 0x12, 0x26, 0x89, 0x28, 0x1f, 0x87, 0x43, 0x2e, 0x8e, 0xa9, 0x40, 0x4f, 0xa0, 0xea, 0x32, 0xe2, - 0xb0, 0x71, 0xcf, 0x72, 0xb3, 0x47, 0x87, 0xf5, 0x6a, 0x3b, 0x40, 0xc0, 0x11, 0x18, 0xea, 0xc3, - 0x5c, 0x14, 0x33, 0xe3, 0x66, 0x24, 0xff, 0xf0, 0x9b, 0x80, 0xc1, 0x29, 0x58, 0x9e, 0x16, 0xfc, - 0xa8, 0x92, 0x07, 0xbc, 0x30, 0x2d, 0xf8, 0x21, 0x88, 0x25, 0x15, 0xad, 0x40, 0xd5, 0xf5, 0xba, - 0x5d, 0x4a, 0x7b, 0xb4, 0x27, 0x0f, 0x6e, 0x17, 0x25, 0x6b, 0xb5, 0x1d, 0x10, 0x70, 0xc4, 0xc3, - 0x81, 0x77, 0x88, 0xa6, 0xd3, 0x9e, 0xfc, 0xba, 0x10, 0x02, 0xdf, 0x16, 0xa3, 0x58, 0x52, 0xd5, - 0xff, 0x28, 0xc1, 0x6c, 0x22, 0xfe, 0xd0, 0xaf, 0x29, 0x30, 0x63, 0x10, 0xd6, 0xdd, 0x15, 0xc3, - 0xc1, 0x42, 0x6e, 0x1d, 0x27, 0xa6, 0x1b, 0x5b, 0x11, 0x9e, 0xff, 0xa9, 0x2e, 0x76, 0x2f, 0x11, - 0x52, 0x70, 0x5c, 0x2d, 0xfa, 0x4d, 0x05, 0xe6, 0xc5, 0xf3, 0xc6, 0x81, 0xcd, 0x2b, 0x87, 0xd8, - 0x27, 0xc4, 0x3b, 0xc7, 0xb1, 0x05, 0xd3, 0x77, 0x3d, 0xcd, 0xa1, 0xe2, 0x3e, 0x3a, 0x2c, 0x74, - 0xb7, 0x52, 0x8a, 0xf0, 0x90, 0xea, 0xa5, 0x5b, 0x30, 0x9f, 0x9e, 0x45, 0xa1, 0x4f, 0x76, 0x7f, - 0xa0, 0x40, 0x2d, 0xcf, 0x10, 0x7e, 0x8a, 0x0d, 0x81, 0xa2, 0xea, 0xf0, 0xf3, 0x74, 0xe0, 0xa3, - 0x6e, 0x40, 0xc5, 0xb2, 0xa9, 0x43, 0x82, 0x2f, 0x76, 0xd5, 0xe6, 0xcb, 0xc1, 0x5b, 0xf9, 0x50, - 0x8e, 0x3f, 0x3d, 0xac, 0x5f, 0x4e, 0xc0, 0x07, 0x04, 0x1c, 0x8a, 0x22, 0x15, 0xa6, 0x84, 0x3d, - 0x7e, 0x95, 0x59, 0x6d, 0x02, 0x8f, 0x07, 0x51, 0x5f, 0xbb, 0x58, 0x52, 0x44, 0x9f, 0xcb, 0x03, - 0xca, 0xde, 0xb3, 0x9c, 0xbd, 0x96, 0xa5, 0x6b, 0xdd, 0xc1, 0x29, 0x56, 0x54, 0x9d, 0x44, 0x45, - 0xf5, 0xb9, 0x82, 0xab, 0x9a, 0xb0, 0x32, 0xaf, 0xb6, 0x52, 0xff, 0x5d, 0x81, 0x5a, 0x82, 0x33, - 0x7e, 0xcc, 0xa2, 0x30, 0x69, 0x5b, 0x0e, 0x0b, 0x62, 0xfc, 0x58, 0x16, 0xf0, 0x33, 0x69, 0xec, - 0x96, 0x9a, 0xc3, 0x62, 0x1f, 0x9d, 0xcf, 0x73, 0xc7, 0xb1, 0x0c, 0x19, 0xbd, 0xc7, 0xd3, 0x42, - 0xa9, 0x13, 0xcd, 0xf3, 0xb6, 0x63, 0x19, 0x58, 0x60, 0xab, 0xff, 0xa8, 0xc0, 0xc5, 0x04, 0xe7, - 0x59, 0x94, 0x05, 0x24, 0x59, 0x16, 0xbc, 0x79, 0x9c, 0x99, 0xe5, 0x14, 0x08, 0xbf, 0x51, 0x4a, - 0xcd, 0x8b, 0x7b, 0x00, 0x59, 0x30, 0x63, 0x5b, 0xbd, 0xf6, 0x49, 0xb6, 0x2b, 0xf9, 0x85, 0x46, - 0x04, 0x8a, 0xe3, 0x1a, 0xd0, 0xaf, 0x28, 0x70, 0xd1, 0x24, 0x06, 0x75, 0x6d, 0xd2, 0xa5, 0xed, - 0x93, 0xfc, 0x7a, 0x7e, 0xf9, 0xe8, 0xb0, 0x7e, 0xf1, 0x41, 0x1a, 0x1a, 0x0f, 0x6b, 0x53, 0xff, - 0x34, 0xbd, 0xc4, 0x3c, 0xc8, 0xd0, 0x17, 0xa0, 0x22, 0xfa, 0x53, 0xbb, 0x96, 0x2e, 0xf3, 0xc7, - 0x4d, 0xbe, 0x5a, 0x2d, 0x39, 0xf6, 0xf4, 0xb0, 0xfe, 0x33, 0x23, 0x6b, 0xf2, 0x80, 0x11, 0x87, - 0x30, 0x68, 0x13, 0x26, 0xec, 0xf1, 0x6f, 0x6e, 0xc4, 0x51, 0x5d, 0x5c, 0xd7, 0x08, 0x14, 0xf5, - 0xbf, 0xd3, 0x66, 0x8b, 0x62, 0xcf, 0x3d, 0xf9, 0x15, 0x0c, 0xf7, 0x94, 0xdc, 0x55, 0x74, 0x60, - 0x5a, 0x5e, 0x60, 0x8c, 0xb9, 0x93, 0xe4, 0x65, 0x92, 0xa8, 0x4a, 0x0f, 0x06, 0x03, 0x45, 0xe2, - 0xc5, 0x14, 0x06, 0x75, 0x3d, 0x47, 0x63, 0x83, 0x53, 0x4f, 0xaa, 0x3b, 0x89, 0xa4, 0xba, 0x5e, - 0x70, 0x82, 0x43, 0x96, 0xe6, 0x26, 0xd6, 0x7f, 0x55, 0xe0, 0xf2, 0x10, 0xf7, 0x59, 0x24, 0x1d, - 0x9a, 0x4c, 0x3a, 0x9f, 0x3b, 0xee, 0x0c, 0x73, 0x12, 0xcf, 0xfb, 0x90, 0x31, 0x3f, 0x11, 0xba, - 0x37, 0x00, 0x6c, 0x47, 0xdb, 0xd7, 0x74, 0xda, 0x97, 0x3d, 0x84, 0x95, 0x68, 0x4d, 0x5a, 0x21, - 0x05, 0xc7, 0xb8, 0xd0, 0x2f, 0xc3, 0x62, 0x8f, 0xee, 0x10, 0x4f, 0x67, 0xab, 0xbd, 0xde, 0x1a, - 0xb1, 0x49, 0x47, 0xd3, 0x35, 0xa6, 0xc9, 0xaf, 0xc6, 0xd5, 0xe6, 0x86, 0xdf, 0xdb, 0x97, 0xc5, - 0xf1, 0xf4, 0xb0, 0xfe, 0x89, 0xd1, 0xa7, 0xea, 0x80, 0x79, 0x80, 0x73, 0x94, 0xa0, 0x5f, 0x55, - 0xa0, 0xe6, 0xf8, 0xf5, 0x46, 0x6f, 0xdd, 0xb1, 0xec, 0x84, 0x05, 0x7e, 0x31, 0x70, 0xe7, 0xe8, - 0xb0, 0x5e, 0xc3, 0x39, 0x3c, 0x45, 0x6c, 0xc8, 0x55, 0x84, 0x18, 0x5c, 0x22, 0xba, 0x6e, 0xbd, - 0x47, 0x93, 0x1e, 0x98, 0x10, 0xfa, 0x9b, 0x47, 0x87, 0xf5, 0x4b, 0xab, 0xc3, 0xe4, 0x22, 0xaa, - 0xb3, 0xe0, 0xd1, 0x0a, 0x4c, 0xef, 0x5b, 0xba, 0x67, 0x50, 0xb7, 0x36, 0x29, 0x34, 0xf1, 0x8c, - 0x3b, 0xfd, 0xd8, 0x1f, 0x7a, 0xca, 0x2b, 0xe2, 0xb6, 0xb8, 0xe2, 0x08, 0xb8, 0xd0, 0x4d, 0x98, - 0xd9, 0xb5, 0x5c, 0x26, 0xdf, 0x75, 0x51, 0x3f, 0x57, 0xa2, 0xe4, 0x72, 0x37, 0x22, 0xe1, 0x38, - 0x1f, 0x32, 0xa0, 0xba, 0x2b, 0x3f, 0x81, 0xb8, 0xb5, 0xe9, 0xb1, 0x36, 0xc4, 0xc4, 0x27, 0x94, - 0xa8, 0xc0, 0x0f, 0x86, 0x5d, 0x1c, 0x69, 0x40, 0x2f, 0xc3, 0xb4, 0x78, 0xb8, 0xb7, 0x2e, 0x7a, - 0x7a, 0x2a, 0x51, 0x0a, 0xba, 0xeb, 0x0f, 0xe3, 0x80, 0x1e, 0xb0, 0xde, 0x6b, 0xad, 0xd5, 0xaa, - 0xc3, 0xac, 0xf7, 0x5a, 0x6b, 0x38, 0xa0, 0x23, 0x1b, 0xa6, 0x5d, 0xba, 0xa9, 0x99, 0xde, 0x41, - 0x0d, 0xc4, 0xab, 0xbb, 0x51, 0xf4, 0x4b, 0xe7, 0x86, 0x90, 0x4e, 0xb5, 0x57, 0x44, 0x1a, 0x25, - 0x1d, 0x07, 0x6a, 0xd0, 0x01, 0x54, 0x1d, 0xcf, 0x5c, 0x75, 0x1f, 0xb9, 0xd4, 0xa9, 0xcd, 0x08, - 0x9d, 0x45, 0xb3, 0x32, 0x0e, 0xe4, 0xd3, 0x5a, 0x43, 0x0f, 0x86, 0x1c, 0x38, 0x52, 0x86, 0x7e, - 0x57, 0x01, 0xe4, 0x7a, 0xb6, 0xad, 0x8b, 0x1a, 0x9c, 0xe8, 0xa2, 0xc3, 0xc3, 0xad, 0x9d, 0x17, - 0x36, 0xb4, 0x0a, 0x7f, 0xe1, 0x4d, 0x03, 0xa5, 0x8d, 0x09, 0x6f, 0x8c, 0x86, 0x59, 0x71, 0x86, - 0x1d, 0x7c, 0x29, 0x76, 0x5c, 0xf1, 0xbb, 0x36, 0x3b, 0xd6, 0x52, 0x64, 0x77, 0xba, 0x44, 0x4b, - 0x21, 0xe9, 0x38, 0x50, 0x83, 0x1e, 0xc3, 0xa2, 0x43, 0x49, 0xef, 0xa1, 0xa9, 0x0f, 0xb0, 0x65, - 0xb1, 0xdb, 0x9a, 0x4e, 0xdd, 0x81, 0xcb, 0xa8, 0x51, 0x9b, 0x13, 0x61, 0x13, 0x36, 0x21, 0xe3, - 0x4c, 0x2e, 0x9c, 0x23, 0x2d, 0xba, 0x89, 0xe5, 0x87, 0xc9, 0xd3, 0xfd, 0xb3, 0xc1, 0xf1, 0xba, - 0x89, 0x23, 0x13, 0x4f, 0xad, 0x9b, 0x38, 0xa6, 0x62, 0xf4, 0x85, 0xed, 0x4f, 0xca, 0x70, 0x29, - 0x62, 0x8e, 0xee, 0x6d, 0xdf, 0x48, 0xdc, 0xdb, 0x7e, 0x22, 0x75, 0x6f, 0x7b, 0x25, 0x43, 0xe4, - 0xa7, 0xd7, 0xb7, 0xff, 0x4b, 0xaf, 0x6f, 0x7f, 0xa8, 0xc0, 0x5c, 0xb4, 0x5e, 0xff, 0x07, 0x1a, - 0xc6, 0x23, 0x63, 0x73, 0x4a, 0xa6, 0x1f, 0x94, 0xe2, 0x33, 0xfa, 0xff, 0xd8, 0x95, 0x9c, 0xd1, - 0x24, 0x3c, 0x51, 0xac, 0x49, 0x58, 0xfd, 0x97, 0x32, 0xcc, 0xa7, 0xd3, 0x44, 0xa2, 0xe7, 0x55, - 0xf9, 0xc8, 0x9e, 0xd7, 0x16, 0x2c, 0xec, 0x78, 0xba, 0x3e, 0x10, 0x0e, 0x89, 0xf5, 0x90, 0xf8, - 0xd7, 0xe3, 0xcf, 0x4b, 0xc9, 0x85, 0xdb, 0x19, 0x3c, 0x38, 0x53, 0x32, 0xa7, 0x7f, 0xb7, 0x3c, - 0x56, 0xff, 0xee, 0x1b, 0x30, 0xeb, 0x88, 0x7f, 0x9c, 0x24, 0x5b, 0x5b, 0xc2, 0x04, 0x80, 0xe3, - 0x44, 0x9c, 0xe4, 0xcd, 0xee, 0xc5, 0x9d, 0x1c, 0xa3, 0x17, 0x77, 0x3f, 0x71, 0x59, 0x3d, 0x25, - 0x5e, 0x88, 0xe6, 0xd8, 0x2f, 0xc4, 0x33, 0xdf, 0x59, 0xab, 0xcf, 0xc3, 0x92, 0x14, 0xe3, 0xcf, - 0x6b, 0x96, 0xc9, 0x1c, 0x4b, 0xd7, 0xa9, 0xb3, 0xee, 0x19, 0xc6, 0x40, 0xbd, 0x05, 0x73, 0xc9, - 0x56, 0x6b, 0x7f, 0xe5, 0xfd, 0xee, 0x6f, 0xd9, 0x03, 0x13, 0x5b, 0x79, 0x7f, 0x1c, 0x87, 0x1c, - 0xea, 0x8f, 0x15, 0xb8, 0x92, 0xd3, 0x7c, 0x8b, 0xde, 0x81, 0x39, 0x83, 0x1c, 0xc4, 0xba, 0x8b, - 0x65, 0x8a, 0x29, 0x7a, 0xbe, 0x17, 0xd7, 0xda, 0x5b, 0x09, 0x24, 0x9c, 0x42, 0x16, 0x5b, 0x3c, - 0x39, 0x68, 0x7b, 0x4e, 0x9f, 0x8e, 0x79, 0x8b, 0x20, 0x5e, 0xdf, 0x2d, 0x89, 0x81, 0x43, 0x34, - 0xf5, 0x7b, 0x0a, 0xd4, 0xf2, 0xea, 0x3d, 0x74, 0x33, 0xd1, 0xc4, 0xfb, 0xf1, 0x54, 0x13, 0xef, - 0xc5, 0x21, 0xb9, 0x33, 0x6a, 0xe1, 0xfd, 0xbe, 0x02, 0x8b, 0xd9, 0x75, 0x31, 0xfa, 0xf9, 0x84, - 0xc5, 0xf5, 0x94, 0xc5, 0x17, 0x52, 0x52, 0xd2, 0xde, 0x5d, 0x98, 0x93, 0xd5, 0xb3, 0x84, 0x79, - 0x86, 0x3f, 0xa8, 0xee, 0x87, 0xa5, 0x79, 0x50, 0x07, 0x8a, 0x75, 0x4c, 0x8e, 0xe1, 0x14, 0xae, - 0xfa, 0xfb, 0x25, 0x98, 0x14, 0x9d, 0x6d, 0xa7, 0x58, 0xb4, 0x7d, 0x29, 0x51, 0xb4, 0x15, 0xfd, - 0xf6, 0x2d, 0xac, 0xcb, 0xad, 0xd7, 0x3a, 0xa9, 0x7a, 0xed, 0xf5, 0xb1, 0xd0, 0x47, 0x97, 0x6a, - 0x9f, 0x86, 0x6a, 0x68, 0x44, 0xb1, 0x44, 0xcd, 0x0b, 0xe3, 0x99, 0x98, 0x8a, 0x82, 0x69, 0x7e, - 0x3f, 0xb1, 0x63, 0x8e, 0xf3, 0x4f, 0xea, 0x98, 0xee, 0x46, 0xb0, 0x55, 0xfa, 0xdf, 0x67, 0xa2, - 0xde, 0xd4, 0xe1, 0x1d, 0xf4, 0x16, 0xcc, 0xf9, 0x7f, 0x47, 0x0f, 0x6f, 0xef, 0xca, 0x22, 0x7a, - 0x17, 0xa5, 0xcc, 0xdc, 0x76, 0x82, 0x8a, 0x53, 0xdc, 0x4b, 0x6f, 0xc0, 0x6c, 0x42, 0x59, 0xa1, - 0xcf, 0x28, 0x7f, 0xa5, 0xc0, 0x42, 0x56, 0x37, 0x2d, 0xba, 0x0a, 0x13, 0x7b, 0x9a, 0x6c, 0xff, - 0x89, 0xb5, 0x4c, 0x7d, 0x5e, 0x33, 0x7b, 0x58, 0x50, 0xc2, 0x3f, 0xae, 0x95, 0x72, 0xff, 0xb8, - 0x76, 0x03, 0x80, 0xd8, 0x9a, 0xfc, 0x8b, 0xbf, 0x9c, 0x55, 0x18, 0xbc, 0xd1, 0x9f, 0xff, 0x71, - 0x8c, 0x4b, 0x34, 0xc9, 0x45, 0xf6, 0x88, 0xcd, 0x2c, 0xde, 0x24, 0x17, 0x33, 0x35, 0xce, 0xa7, - 0xfe, 0xb5, 0x02, 0x1f, 0xff, 0xc8, 0x33, 0x23, 0x6a, 0x26, 0xd2, 0x43, 0x23, 0x95, 0x1e, 0x96, - 0xf3, 0x01, 0xce, 0xf0, 0x0f, 0x0a, 0xdf, 0x2a, 0x01, 0xda, 0xde, 0xd5, 0x9c, 0x5e, 0x8b, 0x38, - 0x6c, 0x80, 0xe5, 0x04, 0x4f, 0x31, 0x61, 0xdc, 0x84, 0x99, 0x1e, 0x75, 0xbb, 0x8e, 0x26, 0x9c, - 0x24, 0x97, 0x33, 0xf4, 0xf8, 0x7a, 0x44, 0xc2, 0x71, 0x3e, 0xd4, 0x87, 0x8a, 0xac, 0x97, 0x83, - 0x2e, 0xab, 0xa2, 0x05, 0x70, 0x14, 0x01, 0xd1, 0xfb, 0x21, 0x07, 0x5c, 0x1c, 0x82, 0xab, 0xdf, - 0x56, 0x60, 0x71, 0xd8, 0x21, 0xeb, 0x7e, 0x0f, 0xd1, 0x69, 0x39, 0xe5, 0x79, 0x98, 0x10, 0xa8, - 0xdc, 0x1b, 0xe7, 0xfd, 0x3b, 0x78, 0xae, 0x11, 0x8b, 0x51, 0xf5, 0x43, 0x05, 0x96, 0xb2, 0x4d, - 0x3a, 0x8b, 0x73, 0xc7, 0x3b, 0xc9, 0x73, 0x47, 0xd1, 0x7b, 0x8c, 0x6c, 0xc3, 0x73, 0xce, 0x20, - 0x3f, 0xce, 0x74, 0xfe, 0x59, 0xcc, 0x72, 0x27, 0x39, 0xcb, 0xd5, 0x63, 0xcf, 0x32, 0x7b, 0x86, - 0xcd, 0x97, 0xdf, 0xff, 0x60, 0xf9, 0xdc, 0x8f, 0x3e, 0x58, 0x3e, 0xf7, 0xcf, 0x1f, 0x2c, 0x9f, - 0xfb, 0xe6, 0xd1, 0xb2, 0xf2, 0xfe, 0xd1, 0xb2, 0xf2, 0xa3, 0xa3, 0x65, 0xe5, 0x27, 0x47, 0xcb, - 0xca, 0xb7, 0xff, 0x6d, 0xf9, 0xdc, 0x97, 0xa6, 0x25, 0xe6, 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, - 0x3c, 0x85, 0xb5, 0xb9, 0x4b, 0x46, 0x00, 0x00, + // 3957 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe4, 0x5b, 0xdd, 0x6f, 0x64, 0xc9, + 0x55, 0x9f, 0xdb, 0xed, 0x8f, 0xee, 0xe3, 0xb1, 0xc7, 0x53, 0xe3, 0xf1, 0xf4, 0x3a, 0xbb, 0xee, + 0xc9, 0x5d, 0xb1, 0x99, 0x15, 0xbb, 0x6d, 0x66, 0xc8, 0x84, 0xcd, 0xee, 0x66, 0x12, 0xb7, 0xed, + 0xf9, 0x8a, 0x3d, 0xd3, 0xa9, 0xf6, 0x4c, 0x86, 0x64, 0xb3, 0xa1, 0xba, 0xbb, 0xdc, 0xbe, 0xeb, + 0xfb, 0xb5, 0xf7, 0xd6, 0xf5, 0xba, 0x13, 0xa1, 0x04, 0x01, 0x12, 0x2f, 0x84, 0xbc, 0x11, 0x09, + 0x78, 0x40, 0x02, 0xf1, 0x44, 0x44, 0x24, 0xa4, 0x3c, 0xf0, 0x02, 0x11, 0x88, 0xe5, 0x01, 0x25, + 0x20, 0x10, 0x3c, 0x80, 0xc3, 0x1a, 0x41, 0xc4, 0x3f, 0xc0, 0xc3, 0xc0, 0x03, 0xaa, 0xba, 0x75, + 0x3f, 0xfb, 0xde, 0x9e, 0xb9, 0xed, 0x0f, 0x09, 0xe5, 0xad, 0x6f, 0x9d, 0x73, 0x7e, 0xe7, 0x54, + 0xd5, 0xa9, 0x53, 0xa7, 0xaa, 0x4e, 0xc3, 0x67, 0xf6, 0xde, 0x70, 0x1b, 0x9a, 0xb5, 0xb2, 0xe7, + 0x75, 0xa8, 0x63, 0x52, 0x46, 0xdd, 0x15, 0x7b, 0xaf, 0xbf, 0x42, 0x6c, 0xcd, 0x5d, 0xa1, 0x07, + 0x8c, 0x9a, 0xae, 0x66, 0x99, 0xee, 0xca, 0xfe, 0xf5, 0x0e, 0x65, 0xe4, 0xfa, 0x4a, 0x9f, 0x9a, + 0xd4, 0x21, 0x8c, 0xf6, 0x1a, 0xb6, 0x63, 0x31, 0x0b, 0xbd, 0xee, 0x8b, 0x37, 0x22, 0xf1, 0x86, + 0xbd, 0xd7, 0x6f, 0x70, 0xf1, 0x46, 0x24, 0xde, 0x90, 0xe2, 0x4b, 0xaf, 0xf7, 0x35, 0xb6, 0xeb, + 0x75, 0x1a, 0x5d, 0xcb, 0x58, 0xe9, 0x5b, 0x7d, 0x6b, 0x45, 0xa0, 0x74, 0xbc, 0x1d, 0xf1, 0x25, + 0x3e, 0xc4, 0x2f, 0x1f, 0x7d, 0xe9, 0x46, 0xae, 0x71, 0x2b, 0x0e, 0x75, 0x2d, 0xcf, 0xe9, 0xd2, + 0xb4, 0x45, 0x4b, 0x37, 0xf3, 0x65, 0x3c, 0x73, 0x9f, 0x3a, 0xdc, 0x20, 0xda, 0x1b, 0x12, 0x7b, + 0x2d, 0x5f, 0x6c, 0x7f, 0xa8, 0xdb, 0x4b, 0xaf, 0x67, 0x73, 0x3b, 0x9e, 0xc9, 0x34, 0x63, 0xd8, + 0xa6, 0xeb, 0xd9, 0xec, 0x1e, 0xd3, 0xf4, 0x15, 0xcd, 0x64, 0x2e, 0x73, 0xd2, 0x22, 0x6a, 0x03, + 0x60, 0xb5, 0x75, 0xef, 0xb1, 0x6f, 0x2f, 0xba, 0x0a, 0x13, 0x26, 0x31, 0x68, 0x4d, 0xb9, 0xaa, + 0x5c, 0xab, 0x36, 0xcf, 0x7f, 0x78, 0x58, 0x3f, 0x77, 0x74, 0x58, 0x9f, 0x78, 0x40, 0x0c, 0x8a, + 0x05, 0x45, 0x7d, 0x07, 0x16, 0xd6, 0x5a, 0x8f, 0xb6, 0x89, 0xd3, 0xa7, 0xec, 0x11, 0xd3, 0x74, + 0xed, 0x6b, 0x84, 0x71, 0xc9, 0x75, 0x98, 0x67, 0xa2, 0xb1, 0x45, 0x9d, 0x2e, 0x35, 0x19, 0xe9, + 0xfb, 0x28, 0x93, 0xcd, 0x9a, 0x44, 0x99, 0xdf, 0x4e, 0xd1, 0xf1, 0x90, 0x84, 0xfa, 0xdb, 0x0a, + 0xbc, 0xb0, 0xe6, 0xb9, 0xcc, 0x32, 0xb6, 0x28, 0x73, 0xb4, 0xee, 0x9a, 0xe7, 0x38, 0xd4, 0x64, + 0x6d, 0x46, 0x98, 0xe7, 0x3e, 0xdb, 0x3a, 0xf4, 0x04, 0x26, 0xf7, 0x89, 0xee, 0xd1, 0x5a, 0xe9, + 0xaa, 0x72, 0x6d, 0xe6, 0xc6, 0x6b, 0x8d, 0x5c, 0xb7, 0x69, 0x04, 0x13, 0xdb, 0xf8, 0x82, 0x47, + 0x4c, 0xa6, 0xb1, 0x41, 0x73, 0x41, 0x02, 0x9e, 0x97, 0x5a, 0x1f, 0x73, 0x24, 0xec, 0x03, 0xaa, + 0xdf, 0x52, 0xe0, 0xa5, 0x5c, 0xcb, 0x36, 0x35, 0x97, 0x21, 0x03, 0x26, 0x35, 0x46, 0x0d, 0xb7, + 0xa6, 0x5c, 0x2d, 0x5f, 0x9b, 0xb9, 0x71, 0xb7, 0x51, 0xc8, 0x65, 0x1b, 0xb9, 0xe0, 0xcd, 0x59, + 0x69, 0xd7, 0xe4, 0x3d, 0x0e, 0x8f, 0x7d, 0x2d, 0xea, 0x6f, 0x29, 0x80, 0xe2, 0x32, 0xfe, 0xe8, + 0x3e, 0xc7, 0x18, 0x7d, 0xf1, 0x38, 0x63, 0x74, 0x49, 0x02, 0xce, 0xf8, 0xea, 0x12, 0x43, 0xf4, + 0x4d, 0x05, 0x16, 0x87, 0x2d, 0x12, 0x63, 0xb3, 0x93, 0x1c, 0x9b, 0xd5, 0x63, 0x8c, 0x8d, 0x8f, + 0x9a, 0x33, 0x28, 0x7f, 0x5c, 0x82, 0xea, 0x3a, 0xa1, 0x86, 0x65, 0xb6, 0x29, 0x43, 0x4f, 0xa0, + 0x62, 0x50, 0x46, 0x7a, 0x84, 0x11, 0x31, 0x1e, 0x33, 0x37, 0xae, 0x8d, 0xe8, 0xec, 0xfe, 0xf5, + 0xc6, 0xc3, 0xce, 0x7b, 0xb4, 0xcb, 0xb6, 0x28, 0x23, 0x4d, 0x24, 0xf1, 0x21, 0x6a, 0xc3, 0x21, + 0x1a, 0x7a, 0x17, 0x26, 0x5c, 0x9b, 0x76, 0xe5, 0x10, 0xbe, 0x5d, 0xb0, 0x3b, 0xa1, 0x85, 0x6d, + 0x9b, 0x76, 0xa3, 0x39, 0xe2, 0x5f, 0x58, 0xe0, 0xa2, 0x1d, 0x98, 0x72, 0xc5, 0xe4, 0xd7, 0xca, + 0x42, 0xc3, 0xad, 0xb1, 0x35, 0xf8, 0x2e, 0x34, 0x27, 0x75, 0x4c, 0xf9, 0xdf, 0x58, 0xa2, 0xab, + 0x7f, 0xab, 0xc0, 0x6c, 0xc8, 0x2b, 0x66, 0xea, 0x2b, 0x43, 0x63, 0xb6, 0x32, 0x62, 0xcc, 0x62, + 0x91, 0xae, 0xc1, 0xc5, 0xc5, 0xd0, 0xcd, 0x4b, 0x65, 0x95, 0xa0, 0x25, 0x36, 0x70, 0x5f, 0x09, + 0x1c, 0xa1, 0x24, 0x1c, 0xe1, 0x8d, 0x71, 0xfb, 0x95, 0x33, 0xff, 0xff, 0x10, 0xef, 0x4f, 0xdb, + 0x1f, 0xc9, 0x8a, 0x4b, 0x75, 0xda, 0x65, 0x96, 0x23, 0xfb, 0x53, 0x74, 0xb6, 0x36, 0x49, 0x87, + 0xea, 0x6d, 0x89, 0xd1, 0x3c, 0xcf, 0x3b, 0x16, 0x7c, 0xe1, 0x10, 0x1b, 0x7d, 0x19, 0x2a, 0x8c, + 0x1a, 0xb6, 0x4e, 0x58, 0xb0, 0xb0, 0x5e, 0x1f, 0xed, 0x6b, 0x2d, 0xab, 0xb7, 0x2d, 0x05, 0x84, + 0x1b, 0x84, 0xa3, 0x16, 0xb4, 0xe2, 0x10, 0x50, 0xfd, 0xcb, 0x12, 0x5c, 0x48, 0x4d, 0x29, 0x7a, + 0x0c, 0x8b, 0x5d, 0x3f, 0x4c, 0x3c, 0xf0, 0x8c, 0x0e, 0x75, 0xda, 0xdd, 0x5d, 0xda, 0xf3, 0x74, + 0xda, 0x93, 0x61, 0x77, 0x59, 0xe2, 0x2d, 0xae, 0x65, 0x72, 0xe1, 0x1c, 0x69, 0x74, 0x1f, 0x90, + 0x29, 0x9a, 0xb6, 0x34, 0xd7, 0x0d, 0x31, 0x4b, 0x02, 0x73, 0x49, 0x62, 0xa2, 0x07, 0x43, 0x1c, + 0x38, 0x43, 0x8a, 0xdb, 0xd8, 0xa3, 0xae, 0xe6, 0xd0, 0x5e, 0xda, 0xc6, 0x72, 0xd2, 0xc6, 0xf5, + 0x4c, 0x2e, 0x9c, 0x23, 0x8d, 0x6e, 0xc2, 0x8c, 0xaf, 0x0d, 0x53, 0xd2, 0x1b, 0xd4, 0x26, 0x04, + 0x58, 0x18, 0x9a, 0x1e, 0x44, 0x24, 0x1c, 0xe7, 0x53, 0xff, 0xa4, 0x04, 0xb0, 0x4e, 0x6d, 0xdd, + 0x1a, 0x18, 0xd4, 0x3c, 0xcd, 0xf0, 0xf0, 0xd5, 0x44, 0x78, 0xf8, 0x4c, 0x51, 0x27, 0x0f, 0x4d, + 0xcc, 0x8d, 0x0f, 0xfd, 0x54, 0x7c, 0xf8, 0xec, 0xf8, 0x2a, 0x46, 0x07, 0x88, 0x1f, 0x2a, 0x30, + 0x17, 0x31, 0x9f, 0x45, 0x84, 0x78, 0x37, 0x19, 0x21, 0x3e, 0x3d, 0x76, 0xcf, 0x72, 0x42, 0xc4, + 0x77, 0xca, 0x80, 0x22, 0x26, 0x6c, 0xe9, 0x7a, 0x87, 0x74, 0xf7, 0x9e, 0x63, 0xdf, 0xfc, 0x43, + 0x05, 0x90, 0x67, 0xf7, 0x78, 0xee, 0xb4, 0x6a, 0x9a, 0x16, 0x13, 0x79, 0x4f, 0x60, 0xe6, 0x2f, + 0x8e, 0x6d, 0x66, 0x60, 0x41, 0xe3, 0xd1, 0x10, 0xf6, 0x86, 0xc9, 0x9c, 0x41, 0xb4, 0xe8, 0x86, + 0x19, 0x70, 0x86, 0x41, 0xe8, 0x7d, 0x00, 0x47, 0x62, 0x6e, 0x5b, 0xd2, 0x3f, 0x8a, 0xba, 0x60, + 0x60, 0xd4, 0x9a, 0x65, 0xee, 0x68, 0xfd, 0xc8, 0xdb, 0x71, 0x08, 0x8c, 0x63, 0x4a, 0x96, 0x36, + 0xe0, 0x4a, 0x8e, 0xf5, 0x68, 0x1e, 0xca, 0x7b, 0x74, 0xe0, 0x0f, 0x2b, 0xe6, 0x3f, 0xd1, 0x42, + 0x3c, 0xff, 0xa8, 0xca, 0xe4, 0xe1, 0xcd, 0xd2, 0x1b, 0x8a, 0xfa, 0x9d, 0xc9, 0xb8, 0xb3, 0x89, + 0xf0, 0x7d, 0x0d, 0x2a, 0x0e, 0xb5, 0x75, 0xad, 0x4b, 0x5c, 0x19, 0xd7, 0x44, 0x00, 0xc6, 0xb2, + 0x0d, 0x87, 0xd4, 0x44, 0xa0, 0x2f, 0x9d, 0x51, 0xa0, 0x2f, 0x9f, 0x70, 0xa0, 0x47, 0x16, 0x54, + 0x5c, 0xc6, 0xd3, 0xf3, 0xbe, 0x1f, 0xd5, 0x8a, 0xa7, 0x4a, 0xf1, 0x95, 0xed, 0x03, 0x45, 0x0a, + 0x83, 0x16, 0x1c, 0x2a, 0x41, 0xab, 0x70, 0xc1, 0xd0, 0x4c, 0x11, 0x1e, 0xdb, 0xb4, 0x6b, 0x99, + 0x3d, 0xb7, 0x36, 0x29, 0x86, 0xf9, 0x8a, 0x14, 0xba, 0xb0, 0x95, 0x24, 0xe3, 0x34, 0x3f, 0xda, + 0x84, 0x05, 0x87, 0xee, 0x6b, 0xdc, 0x8c, 0xbb, 0x9a, 0xcb, 0x2c, 0x67, 0xb0, 0xa9, 0x19, 0x1a, + 0xab, 0x4d, 0xf9, 0xd9, 0xff, 0xd1, 0x61, 0x7d, 0x01, 0x67, 0xd0, 0x71, 0xa6, 0x14, 0x7a, 0x05, + 0xa6, 0x6c, 0xe2, 0xb9, 0xb4, 0x57, 0x9b, 0xbe, 0xaa, 0x5c, 0xab, 0x44, 0x81, 0xa9, 0x25, 0x5a, + 0xb1, 0xa4, 0x22, 0x23, 0xe1, 0xe5, 0x95, 0x93, 0xf0, 0xf2, 0xb9, 0x7c, 0x0f, 0x57, 0x7f, 0x52, + 0x82, 0xf9, 0x74, 0xd0, 0xe4, 0x5b, 0xa5, 0xd5, 0x71, 0xa9, 0xb3, 0x4f, 0x7b, 0x77, 0xfc, 0x63, + 0x95, 0x66, 0x99, 0xc2, 0x4d, 0xcb, 0xd1, 0xaa, 0x7d, 0x38, 0xc4, 0x81, 0x33, 0xa4, 0xd0, 0x6b, + 0x31, 0x47, 0xf7, 0x37, 0xdb, 0x70, 0xda, 0x32, 0x9c, 0x7d, 0x15, 0x2e, 0xc8, 0x95, 0x1f, 0x10, + 0xe5, 0x8e, 0x1a, 0x4e, 0xdb, 0xa3, 0x24, 0x19, 0xa7, 0xf9, 0xd1, 0x1d, 0xb8, 0x48, 0xf6, 0x89, + 0xa6, 0x93, 0x8e, 0x4e, 0x43, 0x10, 0x7f, 0x27, 0x7d, 0x41, 0x82, 0x5c, 0x5c, 0x4d, 0x33, 0xe0, + 0x61, 0x19, 0xb4, 0x05, 0x97, 0x3c, 0x73, 0x18, 0xca, 0x77, 0xa3, 0x8f, 0x49, 0xa8, 0x4b, 0x8f, + 0x86, 0x59, 0x70, 0x96, 0x9c, 0xfa, 0x77, 0x4a, 0x3c, 0x3e, 0x07, 0x2e, 0x8b, 0xde, 0x84, 0x09, + 0x36, 0xb0, 0x83, 0xf8, 0xfc, 0x4a, 0x10, 0x9f, 0xb7, 0x07, 0x36, 0x7d, 0x2a, 0x12, 0x88, 0xb4, + 0x04, 0xa7, 0x60, 0x21, 0x83, 0xbe, 0x01, 0xb3, 0x7c, 0x2a, 0x35, 0xb3, 0xef, 0x8f, 0x8a, 0x8c, + 0x0f, 0xb7, 0xc7, 0x70, 0x97, 0x10, 0x23, 0xb6, 0xcf, 0x5c, 0x3c, 0x3a, 0xac, 0xcf, 0x26, 0x88, + 0x38, 0xa9, 0x4f, 0x7d, 0x07, 0x66, 0x37, 0x0e, 0x6c, 0xcb, 0x61, 0x0f, 0x6d, 0x3f, 0x46, 0xbf, + 0x02, 0x53, 0x54, 0x34, 0x88, 0xfe, 0xc4, 0xbc, 0xdc, 0x67, 0xc3, 0x92, 0x8a, 0x5e, 0x86, 0x49, + 0x7a, 0x40, 0xba, 0x4c, 0x58, 0x5c, 0x89, 0x76, 0xb4, 0x0d, 0xde, 0x88, 0x7d, 0x9a, 0xfa, 0x3d, + 0x05, 0x16, 0x6f, 0xb7, 0xef, 0x38, 0x96, 0x67, 0x07, 0x9d, 0x0f, 0xf4, 0xfc, 0x02, 0x4c, 0x38, + 0x9e, 0x1e, 0x8c, 0xda, 0xcb, 0xc1, 0xa8, 0x61, 0x4f, 0xe7, 0xa3, 0x76, 0x29, 0x25, 0xe5, 0x0f, + 0x19, 0x17, 0x40, 0xef, 0xc2, 0x94, 0x43, 0xcc, 0x3e, 0x0d, 0xf6, 0xb7, 0x4f, 0x15, 0x1c, 0xab, + 0x7b, 0xeb, 0x98, 0x8b, 0x47, 0x1d, 0x13, 0x9f, 0x2e, 0x96, 0xa8, 0xea, 0xef, 0x29, 0x70, 0xe1, + 0xee, 0xf6, 0x76, 0xeb, 0x9e, 0xd9, 0x77, 0xa8, 0xeb, 0xb6, 0x08, 0xdb, 0xe5, 0x5b, 0xb0, 0x4d, + 0xd8, 0x6e, 0x7a, 0x0b, 0xe6, 0x34, 0x2c, 0x28, 0x68, 0x17, 0xa6, 0xf9, 0x7a, 0xa4, 0x66, 0x6f, + 0xcc, 0xd4, 0x4a, 0xaa, 0x6b, 0xfa, 0x20, 0xcd, 0x0b, 0x52, 0xc7, 0xb4, 0x6c, 0xc0, 0x01, 0xbc, + 0xfa, 0x75, 0x58, 0x88, 0x99, 0xc7, 0xc7, 0x4b, 0x1c, 0x75, 0x51, 0x17, 0x26, 0xb9, 0x25, 0xc1, + 0x41, 0xb6, 0xe8, 0xb9, 0x2c, 0xd5, 0xe5, 0x68, 0x42, 0xf9, 0x97, 0x8b, 0x7d, 0x6c, 0xf5, 0x9f, + 0x4a, 0x70, 0xe5, 0xae, 0xe5, 0x68, 0x5f, 0xb3, 0x4c, 0x46, 0xf4, 0x96, 0xd5, 0x5b, 0xf5, 0x98, + 0xe5, 0x76, 0x89, 0x4e, 0x9d, 0x53, 0x4c, 0x5a, 0xf5, 0x44, 0xd2, 0x7a, 0xbf, 0x68, 0xcf, 0xb2, + 0xed, 0xcd, 0xcd, 0x60, 0x59, 0x2a, 0x83, 0xdd, 0x3c, 0x21, 0x7d, 0xa3, 0xd3, 0xd9, 0xff, 0x52, + 0xe0, 0x63, 0x39, 0x92, 0x67, 0x91, 0xdb, 0xee, 0x25, 0x73, 0xdb, 0xdb, 0x27, 0xd3, 0xe7, 0x9c, + 0x44, 0xf7, 0x7f, 0x4a, 0xb9, 0x7d, 0x15, 0xa9, 0xd5, 0xfb, 0x50, 0x11, 0x5f, 0x98, 0xee, 0xc8, + 0xbe, 0xae, 0x15, 0xb4, 0xa7, 0xed, 0x75, 0x82, 0x1b, 0x22, 0x4c, 0x77, 0xa8, 0x43, 0xcd, 0x2e, + 0x8d, 0x65, 0x1b, 0x12, 0x1c, 0x87, 0x6a, 0xd0, 0x75, 0x98, 0x11, 0xd9, 0x43, 0x62, 0x9f, 0xbb, + 0xc0, 0xcf, 0x6c, 0x5b, 0x51, 0x33, 0x8e, 0xf3, 0xf0, 0xa3, 0x9e, 0x41, 0x0e, 0x52, 0xbb, 0x5c, + 0x78, 0xd4, 0xdb, 0x8a, 0x48, 0x38, 0xce, 0x87, 0xbe, 0x01, 0x73, 0x5d, 0xdb, 0x8b, 0x5d, 0x50, + 0xca, 0x74, 0xaa, 0x68, 0x17, 0xb3, 0xee, 0x3a, 0x9b, 0xe8, 0xe8, 0xb0, 0x3e, 0xb7, 0xd6, 0x7a, + 0x14, 0x6b, 0xc3, 0x29, 0x75, 0xea, 0x0f, 0xca, 0xf0, 0xd2, 0x48, 0x1f, 0x45, 0xb7, 0x47, 0x64, + 0x0f, 0x8b, 0x05, 0x32, 0x87, 0x1e, 0xcc, 0xea, 0xc4, 0x65, 0x62, 0xb8, 0xb7, 0x35, 0x23, 0xd8, + 0xdd, 0x7e, 0xf6, 0x39, 0x1d, 0x97, 0x8b, 0xf8, 0x5b, 0xd8, 0x66, 0x1c, 0x05, 0x27, 0x41, 0x79, + 0xc6, 0x21, 0x2f, 0x0c, 0xf2, 0x32, 0x8e, 0xb5, 0x24, 0x19, 0xa7, 0xf9, 0x39, 0x84, 0x3c, 0xcf, + 0xa7, 0xf2, 0x8d, 0x10, 0x62, 0x3d, 0x49, 0xc6, 0x69, 0x7e, 0x64, 0x40, 0x5d, 0xa2, 0x26, 0x87, + 0x3f, 0x76, 0xe9, 0xec, 0xe7, 0x1d, 0x2f, 0x1f, 0x1d, 0xd6, 0xeb, 0x6b, 0xa3, 0x59, 0xf1, 0xb3, + 0xb0, 0xd4, 0x2d, 0x98, 0xbd, 0x6b, 0xb9, 0xac, 0xc5, 0xb7, 0x64, 0xbe, 0x6f, 0xa1, 0x97, 0xa0, + 0x6c, 0x68, 0xa6, 0x3c, 0x89, 0xcc, 0x48, 0xb3, 0xcb, 0xdc, 0x79, 0x79, 0xbb, 0x20, 0x93, 0x03, + 0xe9, 0xd7, 0x11, 0x99, 0x1c, 0x60, 0xde, 0xae, 0xde, 0x81, 0x69, 0xb9, 0x2f, 0xc6, 0x81, 0xca, + 0xa3, 0x81, 0xca, 0x19, 0x40, 0x7f, 0x54, 0x82, 0x69, 0xb9, 0x8d, 0x9c, 0xe2, 0x86, 0xf0, 0x4e, + 0x62, 0x43, 0x78, 0x73, 0xbc, 0xad, 0x36, 0x77, 0x03, 0xe8, 0xa5, 0x36, 0x80, 0xb7, 0xc7, 0xc4, + 0x1f, 0x1d, 0xf0, 0xbf, 0xab, 0xc0, 0x5c, 0x72, 0xd3, 0xe7, 0x11, 0x85, 0xaf, 0x21, 0xad, 0x4b, + 0x1f, 0x44, 0x07, 0xfe, 0x30, 0xa2, 0xb4, 0x23, 0x12, 0x8e, 0xf3, 0x21, 0x1a, 0x8a, 0x71, 0x77, + 0x90, 0x83, 0xd2, 0xc8, 0x31, 0xda, 0x63, 0x9a, 0xde, 0xf0, 0x5f, 0x5c, 0x1a, 0xf7, 0x4c, 0xf6, + 0xd0, 0x69, 0x33, 0x47, 0x33, 0xfb, 0x43, 0x6a, 0x84, 0x67, 0xc5, 0x71, 0xd5, 0xbf, 0x51, 0x60, + 0x46, 0x1a, 0x7c, 0x16, 0x3b, 0xd2, 0x97, 0x93, 0x3b, 0xd2, 0xa7, 0xc6, 0xcc, 0xa7, 0xb2, 0x77, + 0xa0, 0xef, 0x47, 0x7d, 0xe1, 0x19, 0x14, 0x4f, 0xf0, 0x76, 0x2d, 0x97, 0xa5, 0x13, 0x3c, 0xbe, + 0xc4, 0xb0, 0xa0, 0xa0, 0x5f, 0x57, 0x60, 0x5e, 0x4b, 0xe5, 0x5c, 0x72, 0xa8, 0x3f, 0x3b, 0x9e, + 0x69, 0x21, 0x4c, 0xf4, 0x0e, 0x95, 0xa6, 0xe0, 0x21, 0x95, 0xaa, 0x07, 0x43, 0x5c, 0x88, 0xc0, + 0xc4, 0x2e, 0x63, 0xf6, 0x98, 0x7b, 0x65, 0x56, 0x36, 0xd9, 0xac, 0x88, 0xee, 0x6f, 0x6f, 0xb7, + 0xb0, 0x80, 0x56, 0xbf, 0x5b, 0x0a, 0x07, 0xac, 0xed, 0xaf, 0x91, 0x30, 0xdf, 0x55, 0x4e, 0x22, + 0xdf, 0x9d, 0xc9, 0xca, 0x75, 0xd1, 0x13, 0x28, 0x33, 0x7d, 0xdc, 0xfb, 0x36, 0xa9, 0x61, 0x7b, + 0xb3, 0x1d, 0xc5, 0xa9, 0xed, 0xcd, 0x36, 0xe6, 0x90, 0xe8, 0xab, 0x30, 0xc9, 0x4f, 0x13, 0x7c, + 0x89, 0x97, 0xc7, 0x0f, 0x21, 0x7c, 0xbc, 0x22, 0x0f, 0xe3, 0x5f, 0x2e, 0xf6, 0x71, 0xd5, 0xaf, + 0xc3, 0x6c, 0x22, 0x0e, 0xa0, 0xf7, 0xe0, 0xbc, 0x6e, 0x91, 0x5e, 0x93, 0xe8, 0xc4, 0xec, 0xd2, + 0xe0, 0xca, 0xff, 0xe7, 0x46, 0x47, 0xc4, 0xcd, 0x98, 0x84, 0x8c, 0x27, 0xe1, 0x5b, 0x60, 0x9c, + 0x86, 0x13, 0xd8, 0x2a, 0x01, 0x88, 0x7a, 0x8f, 0xea, 0x30, 0xc9, 0x5d, 0xd8, 0x3f, 0x19, 0x54, + 0x9b, 0x55, 0x6e, 0x2b, 0xf7, 0x6c, 0x17, 0xfb, 0xed, 0xe8, 0x06, 0x80, 0x4b, 0xbb, 0x0e, 0x65, + 0x22, 0xec, 0x88, 0xcb, 0xaf, 0x28, 0x00, 0xb7, 0x43, 0x0a, 0x8e, 0x71, 0xa9, 0xbf, 0x53, 0x82, + 0xf2, 0x7d, 0xab, 0x73, 0x8a, 0x41, 0xfe, 0x49, 0x22, 0xc8, 0x17, 0x5d, 0xff, 0xf7, 0xad, 0x4e, + 0x6e, 0x80, 0xff, 0xa5, 0x54, 0x80, 0x7f, 0x63, 0x0c, 0xec, 0xd1, 0xc1, 0xfd, 0xef, 0xcb, 0x70, + 0xfe, 0xbe, 0xd5, 0x59, 0xb3, 0xcc, 0x9e, 0x26, 0x52, 0xa1, 0x4f, 0x26, 0x2e, 0x09, 0xae, 0xa6, + 0x2e, 0x09, 0xe6, 0xe3, 0xbc, 0xb1, 0xeb, 0x81, 0xc7, 0xa1, 0xa1, 0xfe, 0xa4, 0xdc, 0x4a, 0xaa, + 0x7b, 0x7a, 0x58, 0x1f, 0xf9, 0x68, 0xdf, 0x08, 0x31, 0x93, 0xe6, 0xa1, 0x5d, 0x3f, 0x31, 0x6b, + 0x39, 0x56, 0xc7, 0x4f, 0xcc, 0xca, 0xc5, 0x13, 0xb3, 0xcb, 0xd2, 0x16, 0x91, 0x9c, 0x85, 0x48, + 0x38, 0x09, 0x8c, 0x3e, 0x00, 0xc4, 0x1b, 0xb6, 0x1d, 0x62, 0xba, 0x7e, 0xef, 0xb8, 0xba, 0x89, + 0xe2, 0xea, 0xc2, 0x5b, 0xab, 0xcd, 0x21, 0x38, 0x9c, 0xa1, 0x02, 0xbd, 0x02, 0x53, 0x0e, 0x25, + 0xae, 0x65, 0x8a, 0xb4, 0xab, 0x1a, 0x3b, 0xee, 0x8b, 0x56, 0x2c, 0xa9, 0xe8, 0x55, 0x98, 0x36, + 0xa8, 0xeb, 0xf2, 0xfc, 0x6c, 0x4a, 0x30, 0x86, 0x27, 0xef, 0x2d, 0xbf, 0x19, 0x07, 0x74, 0xf5, + 0x2f, 0x14, 0x98, 0xbe, 0x6f, 0x75, 0xce, 0x62, 0xf3, 0xfb, 0x62, 0x72, 0xf3, 0xbb, 0x51, 0xdc, + 0x41, 0x73, 0x36, 0xbe, 0x3f, 0x2b, 0x8b, 0x3e, 0x88, 0x18, 0x7e, 0x1d, 0x66, 0x6c, 0xe2, 0x10, + 0x5d, 0xa7, 0xba, 0xe6, 0x1a, 0x32, 0x75, 0x14, 0x67, 0x9e, 0x56, 0xd4, 0x8c, 0xe3, 0x3c, 0x5c, + 0xa4, 0x6b, 0x19, 0xb6, 0x4e, 0x83, 0x17, 0x86, 0x50, 0x64, 0x2d, 0x6a, 0xc6, 0x71, 0x1e, 0xf4, + 0x10, 0x2e, 0x93, 0x2e, 0xd3, 0xf6, 0xe9, 0x3a, 0x25, 0x3d, 0x5d, 0x33, 0x69, 0x70, 0x9b, 0x5b, + 0x16, 0x29, 0xe4, 0x0b, 0x47, 0x87, 0xf5, 0xcb, 0xab, 0x59, 0x0c, 0x38, 0x5b, 0x2e, 0x71, 0x9d, + 0x3e, 0x71, 0x8a, 0xd7, 0xe9, 0x9f, 0x84, 0xf3, 0xc4, 0x63, 0x56, 0x40, 0x11, 0x7e, 0x54, 0x69, + 0xce, 0xf3, 0xd0, 0xbb, 0x1a, 0x6b, 0xc7, 0x09, 0xae, 0xc4, 0x25, 0xfc, 0xd4, 0x49, 0xbf, 0xb6, + 0xfe, 0x79, 0x19, 0xaa, 0x61, 0xf0, 0x41, 0x16, 0x40, 0x37, 0x58, 0xe0, 0xc1, 0xb5, 0xcf, 0x5b, + 0xc5, 0x3d, 0x25, 0x0c, 0x12, 0x51, 0x3c, 0x0e, 0x9b, 0x5c, 0x1c, 0x53, 0x81, 0x9e, 0x40, 0xd5, + 0x65, 0xc4, 0x61, 0xe3, 0x9e, 0xe5, 0x66, 0x8f, 0x0e, 0xeb, 0xd5, 0x76, 0x80, 0x80, 0x23, 0x30, + 0xd4, 0x87, 0xb9, 0xc8, 0x67, 0xc6, 0x8d, 0x48, 0xfe, 0xe1, 0x37, 0x01, 0x83, 0x53, 0xb0, 0x3c, + 0x2c, 0xf8, 0x5e, 0x25, 0x0f, 0x78, 0x61, 0x58, 0xf0, 0x5d, 0x10, 0x4b, 0x2a, 0x5a, 0x81, 0xaa, + 0xeb, 0x75, 0xbb, 0x94, 0xf6, 0x68, 0x4f, 0x1e, 0xdc, 0x2e, 0x4a, 0xd6, 0x6a, 0x3b, 0x20, 0xe0, + 0x88, 0x87, 0x03, 0xef, 0x10, 0x4d, 0xa7, 0x3d, 0xf9, 0xba, 0x10, 0x02, 0xdf, 0x16, 0xad, 0x58, + 0x52, 0xd5, 0xff, 0x2c, 0xc1, 0x6c, 0xc2, 0xff, 0xd0, 0xaf, 0x29, 0x30, 0x63, 0x10, 0xd6, 0xdd, + 0x15, 0xcd, 0xc1, 0x44, 0x6e, 0x1d, 0xc7, 0xa7, 0x1b, 0x5b, 0x11, 0x9e, 0xff, 0x54, 0x17, 0xbb, + 0x97, 0x08, 0x29, 0x38, 0xae, 0x16, 0xfd, 0xa6, 0x02, 0xf3, 0xe2, 0x7b, 0xe3, 0xc0, 0xe6, 0x99, + 0x43, 0xec, 0x09, 0xf1, 0xce, 0x71, 0x6c, 0xc1, 0xf4, 0x7d, 0x4f, 0x73, 0xa8, 0xb8, 0x8f, 0x0e, + 0x13, 0xdd, 0xad, 0x94, 0x22, 0x3c, 0xa4, 0x7a, 0xe9, 0x16, 0xcc, 0xa7, 0x7b, 0x51, 0xe8, 0xc9, + 0xee, 0x0f, 0x14, 0xa8, 0xe5, 0x19, 0xc2, 0x4f, 0xb1, 0x21, 0x50, 0x94, 0x1d, 0x7e, 0x9e, 0x0e, + 0x7c, 0xd4, 0x0d, 0xa8, 0x58, 0x36, 0x75, 0x48, 0xf0, 0x62, 0x57, 0x6d, 0xbe, 0x1a, 0xac, 0xca, + 0x87, 0xb2, 0xfd, 0xe9, 0x61, 0xfd, 0x72, 0x02, 0x3e, 0x20, 0xe0, 0x50, 0x14, 0xa9, 0x30, 0x25, + 0xec, 0xf1, 0xb3, 0xcc, 0x6a, 0x13, 0xb8, 0x3f, 0x88, 0xfc, 0xda, 0xc5, 0x92, 0x22, 0xea, 0x5c, + 0x1e, 0x50, 0xf6, 0x81, 0xe5, 0xec, 0xb5, 0x2c, 0x5d, 0xeb, 0x0e, 0x4e, 0x31, 0xa3, 0xea, 0x24, + 0x32, 0xaa, 0xcf, 0x15, 0x9c, 0xd5, 0x84, 0x95, 0x79, 0xb9, 0x95, 0xfa, 0x1f, 0x0a, 0xd4, 0x12, + 0x9c, 0xf1, 0x63, 0x16, 0x85, 0x49, 0xdb, 0x72, 0x58, 0xe0, 0xe3, 0xc7, 0xb2, 0x80, 0x9f, 0x49, + 0x63, 0xb7, 0xd4, 0x1c, 0x16, 0xfb, 0xe8, 0xbc, 0x9f, 0x3b, 0x8e, 0x65, 0x48, 0xef, 0x3d, 0x9e, + 0x16, 0x4a, 0x9d, 0xa8, 0x9f, 0xb7, 0x1d, 0xcb, 0xc0, 0x02, 0x5b, 0xfd, 0x47, 0x05, 0x2e, 0x26, + 0x38, 0xcf, 0x22, 0x2d, 0x20, 0xc9, 0xb4, 0xe0, 0xed, 0xe3, 0xf4, 0x2c, 0x27, 0x41, 0xf8, 0x8d, + 0x52, 0xaa, 0x5f, 0x7c, 0x04, 0x90, 0x05, 0x33, 0xb6, 0xd5, 0x6b, 0x9f, 0x64, 0xb9, 0x92, 0x9f, + 0x68, 0x44, 0xa0, 0x38, 0xae, 0x01, 0xfd, 0x8a, 0x02, 0x17, 0x4d, 0x62, 0x50, 0xd7, 0x26, 0x5d, + 0xda, 0x3e, 0xc9, 0xd7, 0xf3, 0xcb, 0x47, 0x87, 0xf5, 0x8b, 0x0f, 0xd2, 0xd0, 0x78, 0x58, 0x9b, + 0xfa, 0xa7, 0xe9, 0x29, 0xe6, 0x4e, 0x86, 0xbe, 0x00, 0x15, 0x51, 0x9f, 0xda, 0xb5, 0x74, 0x19, + 0x3f, 0x6e, 0xf2, 0xd9, 0x6a, 0xc9, 0xb6, 0xa7, 0x87, 0xf5, 0x9f, 0x19, 0x99, 0x93, 0x07, 0x8c, + 0x38, 0x84, 0x41, 0x9b, 0x30, 0x61, 0x8f, 0x7f, 0x73, 0x23, 0x8e, 0xea, 0xe2, 0xba, 0x46, 0xa0, + 0xa8, 0xff, 0x9b, 0x36, 0x5b, 0x24, 0x7b, 0xee, 0xc9, 0xcf, 0x60, 0xb8, 0xa7, 0xe4, 0xce, 0xa2, + 0x03, 0xd3, 0xf2, 0x02, 0x63, 0xcc, 0x9d, 0x24, 0x2f, 0x92, 0x44, 0x59, 0x7a, 0xd0, 0x18, 0x28, + 0x12, 0x0b, 0x53, 0x18, 0xd4, 0xf5, 0x1c, 0x8d, 0x0d, 0x4e, 0x3d, 0xa8, 0xee, 0x24, 0x82, 0xea, + 0x7a, 0xc1, 0x0e, 0x0e, 0x59, 0x9a, 0x1b, 0x58, 0xff, 0x55, 0x81, 0xcb, 0x43, 0xdc, 0x67, 0x11, + 0x74, 0x68, 0x32, 0xe8, 0x7c, 0xee, 0xb8, 0x3d, 0xcc, 0x09, 0x3c, 0x1f, 0x42, 0x46, 0xff, 0x84, + 0xeb, 0xde, 0x00, 0xb0, 0x1d, 0x6d, 0x5f, 0xd3, 0x69, 0x5f, 0xd6, 0x10, 0x56, 0xa2, 0x39, 0x69, + 0x85, 0x14, 0x1c, 0xe3, 0x42, 0xbf, 0x0c, 0x8b, 0x3d, 0xba, 0x43, 0x3c, 0x9d, 0xad, 0xf6, 0x7a, + 0x6b, 0xc4, 0x26, 0x1d, 0x4d, 0xd7, 0x98, 0x26, 0x5f, 0x8d, 0xab, 0xcd, 0x0d, 0xbf, 0xb6, 0x2f, + 0x8b, 0xe3, 0xe9, 0x61, 0xfd, 0x13, 0xa3, 0x4f, 0xd5, 0x01, 0xf3, 0x00, 0xe7, 0x28, 0x41, 0xbf, + 0xaa, 0x40, 0xcd, 0xf1, 0xf3, 0x8d, 0xde, 0xba, 0x63, 0xd9, 0x09, 0x0b, 0xfc, 0x64, 0xe0, 0xce, + 0xd1, 0x61, 0xbd, 0x86, 0x73, 0x78, 0x8a, 0xd8, 0x90, 0xab, 0x08, 0x31, 0xb8, 0x44, 0x74, 0xdd, + 0xfa, 0x80, 0x26, 0x47, 0x60, 0x42, 0xe8, 0x6f, 0x1e, 0x1d, 0xd6, 0x2f, 0xad, 0x0e, 0x93, 0x8b, + 0xa8, 0xce, 0x82, 0x47, 0x2b, 0x30, 0xbd, 0x6f, 0xe9, 0x9e, 0x41, 0xdd, 0xda, 0xa4, 0xd0, 0xc4, + 0x23, 0xee, 0xf4, 0x63, 0xbf, 0xe9, 0x29, 0xcf, 0x88, 0xdb, 0xe2, 0x8a, 0x23, 0xe0, 0x42, 0x37, + 0x61, 0x66, 0xd7, 0x72, 0x99, 0x5c, 0xeb, 0x22, 0x7f, 0xae, 0x44, 0xc1, 0xe5, 0x6e, 0x44, 0xc2, + 0x71, 0x3e, 0x64, 0x40, 0x75, 0x57, 0x3e, 0x81, 0xb8, 0xb5, 0xe9, 0xb1, 0x36, 0xc4, 0xc4, 0x13, + 0x4a, 0x94, 0xe0, 0x07, 0xcd, 0x2e, 0x8e, 0x34, 0xa0, 0x57, 0x61, 0x5a, 0x7c, 0xdc, 0x5b, 0x17, + 0x35, 0x3d, 0x95, 0x28, 0x04, 0xdd, 0xf5, 0x9b, 0x71, 0x40, 0x0f, 0x58, 0xef, 0xb5, 0xd6, 0x6a, + 0xd5, 0x61, 0xd6, 0x7b, 0xad, 0x35, 0x1c, 0xd0, 0x91, 0x0d, 0xd3, 0x2e, 0xdd, 0xd4, 0x4c, 0xef, + 0xa0, 0x06, 0x62, 0xe9, 0x6e, 0x14, 0x7d, 0xe9, 0xdc, 0x10, 0xd2, 0xa9, 0xf2, 0x8a, 0x48, 0xa3, + 0xa4, 0xe3, 0x40, 0x0d, 0x3a, 0x80, 0xaa, 0xe3, 0x99, 0xab, 0xee, 0x23, 0x97, 0x3a, 0xb5, 0x19, + 0xa1, 0xb3, 0x68, 0x54, 0xc6, 0x81, 0x7c, 0x5a, 0x6b, 0x38, 0x82, 0x21, 0x07, 0x8e, 0x94, 0xa1, + 0xdf, 0x55, 0x00, 0xb9, 0x9e, 0x6d, 0xeb, 0x22, 0x07, 0x27, 0xba, 0xa8, 0xf0, 0x70, 0x6b, 0xe7, + 0x85, 0x0d, 0xad, 0xc2, 0x2f, 0xbc, 0x69, 0xa0, 0xb4, 0x31, 0xe1, 0x8d, 0xd1, 0x30, 0x2b, 0xce, + 0xb0, 0x83, 0x4f, 0xc5, 0x8e, 0x2b, 0x7e, 0xd7, 0x66, 0xc7, 0x9a, 0x8a, 0xec, 0x4a, 0x97, 0x68, + 0x2a, 0x24, 0x1d, 0x07, 0x6a, 0xd0, 0x63, 0x58, 0x74, 0x28, 0xe9, 0x3d, 0x34, 0xf5, 0x01, 0xb6, + 0x2c, 0x76, 0x5b, 0xd3, 0xa9, 0x3b, 0x70, 0x19, 0x35, 0x6a, 0x73, 0xc2, 0x6d, 0xc2, 0x22, 0x64, + 0x9c, 0xc9, 0x85, 0x73, 0xa4, 0x45, 0x35, 0xb1, 0x7c, 0x98, 0x3c, 0xdd, 0x3f, 0x1b, 0x1c, 0xaf, + 0x9a, 0x38, 0x32, 0xf1, 0xd4, 0xaa, 0x89, 0x63, 0x2a, 0x46, 0x5f, 0xd8, 0xfe, 0x77, 0x09, 0x2e, + 0x45, 0xcc, 0xd1, 0xbd, 0xed, 0x5b, 0x89, 0x7b, 0xdb, 0x4f, 0xa4, 0xee, 0x6d, 0xaf, 0x64, 0x88, + 0x9c, 0xc1, 0xf5, 0x6d, 0xf6, 0xa5, 0x6a, 0xf9, 0x2c, 0x2f, 0x55, 0x27, 0x9e, 0xf7, 0x52, 0x75, + 0xf2, 0x19, 0x97, 0xaa, 0x3f, 0x54, 0x60, 0x2e, 0x1a, 0xc5, 0xff, 0x07, 0x65, 0xdc, 0x91, 0xb1, + 0x39, 0x89, 0xcc, 0x0f, 0x4a, 0xf1, 0x1e, 0xfd, 0x34, 0xd6, 0x0a, 0x67, 0x94, 0xee, 0x4e, 0x14, + 0x2b, 0xdd, 0x55, 0xff, 0xa5, 0x0c, 0xf3, 0xe9, 0xc5, 0x9b, 0xa8, 0x44, 0x55, 0x9e, 0x59, 0x89, + 0xda, 0x82, 0x85, 0x1d, 0x4f, 0xd7, 0x07, 0x62, 0x40, 0x62, 0x95, 0x1d, 0xfe, 0xa5, 0xf5, 0x8b, + 0x52, 0x72, 0xe1, 0x76, 0x06, 0x0f, 0xce, 0x94, 0xcc, 0xa9, 0xaa, 0x2d, 0x8f, 0x55, 0x55, 0xfb, + 0x16, 0xcc, 0x3a, 0xe2, 0x7f, 0x20, 0xc9, 0x82, 0x93, 0xf0, 0x55, 0x05, 0xc7, 0x89, 0x38, 0xc9, + 0x9b, 0x5d, 0x21, 0x3b, 0x39, 0x46, 0x85, 0xec, 0x7e, 0xe2, 0x0a, 0x79, 0x4a, 0x2c, 0x88, 0xe6, + 0xd8, 0x0b, 0xe2, 0xb9, 0x6f, 0x92, 0xd5, 0x17, 0x61, 0x49, 0x8a, 0xf1, 0xef, 0x35, 0xcb, 0x64, + 0x8e, 0xa5, 0xeb, 0xd4, 0x59, 0xf7, 0x0c, 0x63, 0xa0, 0xde, 0x82, 0xb9, 0x64, 0x01, 0xb4, 0x3f, + 0xf3, 0x7e, 0x4d, 0xb6, 0xac, 0x4c, 0x89, 0xcd, 0xbc, 0xdf, 0x8e, 0x43, 0x0e, 0xf5, 0xc7, 0x0a, + 0x5c, 0xc9, 0x29, 0x89, 0x45, 0xef, 0xc1, 0x9c, 0x41, 0x0e, 0x62, 0x35, 0xbf, 0x32, 0xc4, 0x14, + 0x3d, 0x75, 0x8b, 0xcb, 0xe6, 0xad, 0x04, 0x12, 0x4e, 0x21, 0x8b, 0x8d, 0x97, 0x1c, 0xb4, 0x3d, + 0xa7, 0x4f, 0xc7, 0x3c, 0xdb, 0x8b, 0xe5, 0xbb, 0x25, 0x31, 0x70, 0x88, 0xa6, 0x7e, 0x4f, 0x81, + 0x5a, 0x5e, 0x16, 0x86, 0x6e, 0x26, 0x4a, 0x6b, 0x3f, 0x9e, 0x2a, 0xad, 0xbd, 0x38, 0x24, 0x77, + 0x46, 0x85, 0xb5, 0xdf, 0x57, 0x60, 0x31, 0x3b, 0x5b, 0x45, 0x3f, 0x9f, 0xb0, 0xb8, 0x9e, 0xb2, + 0xf8, 0x42, 0x4a, 0x4a, 0xda, 0xbb, 0x0b, 0x73, 0x32, 0xa7, 0x95, 0x30, 0xcf, 0xf1, 0xb7, 0xd1, + 0xfd, 0x30, 0x61, 0x0e, 0xb2, 0x33, 0x31, 0x8f, 0xc9, 0x36, 0x9c, 0xc2, 0x55, 0x7f, 0xbf, 0x04, + 0x93, 0xa2, 0xde, 0xec, 0x14, 0x53, 0xa9, 0x2f, 0x25, 0x52, 0xa9, 0xa2, 0x2f, 0xd2, 0xc2, 0xba, + 0xdc, 0x2c, 0xaa, 0x93, 0xca, 0xa2, 0xde, 0x1c, 0x0b, 0x7d, 0x74, 0x02, 0xf5, 0x69, 0xa8, 0x86, + 0x46, 0x14, 0x0b, 0xd4, 0x3c, 0x5d, 0x9d, 0x89, 0xa9, 0x28, 0x18, 0xe6, 0xf7, 0x13, 0x3b, 0xe6, + 0x38, 0xff, 0x6f, 0x8e, 0xe9, 0x6e, 0x04, 0x5b, 0xa5, 0xff, 0x6a, 0x12, 0x55, 0x8c, 0x0e, 0xef, + 0xa0, 0xb7, 0x60, 0xce, 0xff, 0x93, 0x78, 0x78, 0xa7, 0x56, 0x16, 0xde, 0xbb, 0x28, 0x65, 0xe6, + 0xb6, 0x13, 0x54, 0x9c, 0xe2, 0x5e, 0x7a, 0x0b, 0x66, 0x13, 0xca, 0x0a, 0x3d, 0x6e, 0xfc, 0x95, + 0x02, 0x0b, 0x59, 0x35, 0xae, 0xe8, 0x2a, 0x4c, 0xec, 0x69, 0xb2, 0x28, 0x27, 0x56, 0xc8, 0xf4, + 0x79, 0xcd, 0xec, 0x61, 0x41, 0x09, 0xff, 0x4e, 0x56, 0xca, 0xfd, 0x3b, 0xd9, 0x0d, 0x00, 0x62, + 0x6b, 0xf2, 0x8f, 0xf7, 0xb2, 0x57, 0xa1, 0xf3, 0x46, 0x7f, 0xc9, 0xc7, 0x31, 0x2e, 0x51, 0xba, + 0x16, 0xd9, 0x23, 0xd3, 0xc3, 0xa8, 0xa6, 0x2c, 0x66, 0x6a, 0x9c, 0x4f, 0xfd, 0x6b, 0x05, 0x3e, + 0xfe, 0xcc, 0x93, 0x1c, 0x6a, 0x26, 0xc2, 0x43, 0x23, 0x15, 0x1e, 0x96, 0xf3, 0x01, 0xce, 0xf0, + 0x6f, 0x03, 0xdf, 0x2a, 0x01, 0xda, 0xde, 0xd5, 0x9c, 0x5e, 0x8b, 0x38, 0x6c, 0x80, 0x65, 0x07, + 0x4f, 0x31, 0x60, 0xdc, 0x84, 0x99, 0x1e, 0x75, 0xbb, 0x8e, 0x26, 0x06, 0x49, 0x4e, 0x67, 0x38, + 0xe2, 0xeb, 0x11, 0x09, 0xc7, 0xf9, 0x50, 0x1f, 0x2a, 0x32, 0x5f, 0x0e, 0x6a, 0x9f, 0x8a, 0x26, + 0xc0, 0x91, 0x07, 0x44, 0xeb, 0x43, 0x36, 0xb8, 0x38, 0x04, 0x57, 0xbf, 0xad, 0xc0, 0xe2, 0xf0, + 0x80, 0xac, 0xfb, 0x95, 0x3d, 0xa7, 0x35, 0x28, 0x2f, 0xc2, 0x84, 0x40, 0xe5, 0xa3, 0x71, 0xde, + 0xbf, 0x19, 0xe7, 0x1a, 0xb1, 0x68, 0x55, 0x7f, 0xa2, 0xc0, 0x52, 0xb6, 0x49, 0x67, 0x71, 0xee, + 0x78, 0x2f, 0x79, 0xee, 0x28, 0x7a, 0xbb, 0x90, 0x6d, 0x78, 0xce, 0x19, 0xe4, 0xc7, 0x99, 0x83, + 0x7f, 0x16, 0xbd, 0xdc, 0x49, 0xf6, 0x72, 0xf5, 0xd8, 0xbd, 0xcc, 0xee, 0x61, 0xf3, 0xd5, 0x0f, + 0x3f, 0x5a, 0x3e, 0xf7, 0xa3, 0x8f, 0x96, 0xcf, 0xfd, 0xf3, 0x47, 0xcb, 0xe7, 0xbe, 0x79, 0xb4, + 0xac, 0x7c, 0x78, 0xb4, 0xac, 0xfc, 0xe8, 0x68, 0x59, 0xf9, 0xb7, 0xa3, 0x65, 0xe5, 0xdb, 0xff, + 0xbe, 0x7c, 0xee, 0x4b, 0xd3, 0x12, 0xf3, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0x01, 0x23, 0x7e, + 0xfa, 0xe1, 0x45, 0x00, 0x00, } diff --git a/pkg/apis/extensions/v1beta1/generated.proto b/pkg/apis/extensions/v1beta1/generated.proto index 5bc9cc1c43..b195bf40ee 100644 --- a/pkg/apis/extensions/v1beta1/generated.proto +++ b/pkg/apis/extensions/v1beta1/generated.proto @@ -895,21 +895,17 @@ message ReplicaSetCondition { // Status of the condition, one of True, False, Unknown. optional string status = 2; - // Last time we probed the condition. - // +optional - optional k8s.io.kubernetes.pkg.api.unversioned.Time lastProbeTime = 3; - // The last time the condition transitioned from one status to another. // +optional - optional k8s.io.kubernetes.pkg.api.unversioned.Time lastTransitionTime = 4; + optional k8s.io.kubernetes.pkg.api.unversioned.Time lastTransitionTime = 3; // The reason for the condition's last transition. // +optional - optional string reason = 5; + optional string reason = 4; // A human readable message indicating details about the transition. // +optional - optional string message = 6; + optional string message = 5; } // ReplicaSetList is a collection of ReplicaSets. diff --git a/pkg/apis/extensions/v1beta1/types.generated.go b/pkg/apis/extensions/v1beta1/types.generated.go index 88f166aea5..9c6fdef78e 100644 --- a/pkg/apis/extensions/v1beta1/types.generated.go +++ b/pkg/apis/extensions/v1beta1/types.generated.go @@ -16264,16 +16264,15 @@ func (x *ReplicaSetCondition) CodecEncodeSelf(e *codec1978.Encoder) { } else { yysep1365 := !z.EncBinary() yy2arr1365 := z.EncBasicHandle().StructToArray - var yyq1365 [6]bool + var yyq1365 [5]bool _, _, _ = yysep1365, yyq1365, yy2arr1365 const yyr1365 bool = false yyq1365[2] = true - yyq1365[3] = true - yyq1365[4] = x.Reason != "" - yyq1365[5] = x.Message != "" + yyq1365[3] = x.Reason != "" + yyq1365[4] = x.Message != "" var yynn1365 int if yyr1365 || yy2arr1365 { - r.EncodeArrayStart(6) + r.EncodeArrayStart(5) } else { yynn1365 = 2 for _, b := range yyq1365 { @@ -16317,7 +16316,7 @@ func (x *ReplicaSetCondition) CodecEncodeSelf(e *codec1978.Encoder) { if yyr1365 || yy2arr1365 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if yyq1365[2] { - yy1371 := &x.LastProbeTime + yy1371 := &x.LastTransitionTime yym1372 := z.EncBinary() _ = yym1372 if false { @@ -16335,9 +16334,9 @@ func (x *ReplicaSetCondition) CodecEncodeSelf(e *codec1978.Encoder) { } else { if yyq1365[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastProbeTime")) + r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1373 := &x.LastProbeTime + yy1373 := &x.LastTransitionTime yym1374 := z.EncBinary() _ = yym1374 if false { @@ -16354,45 +16353,8 @@ func (x *ReplicaSetCondition) CodecEncodeSelf(e *codec1978.Encoder) { if yyr1365 || yy2arr1365 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if yyq1365[3] { - yy1376 := &x.LastTransitionTime - yym1377 := z.EncBinary() - _ = yym1377 - if false { - } else if z.HasExtensions() && z.EncExt(yy1376) { - } else if yym1377 { - z.EncBinaryMarshal(yy1376) - } else if !yym1377 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1376) - } else { - z.EncFallback(yy1376) - } - } else { - r.EncodeNil() - } - } else { - if yyq1365[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1378 := &x.LastTransitionTime - yym1379 := z.EncBinary() - _ = yym1379 - if false { - } else if z.HasExtensions() && z.EncExt(yy1378) { - } else if yym1379 { - z.EncBinaryMarshal(yy1378) - } else if !yym1379 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1378) - } else { - z.EncFallback(yy1378) - } - } - } - if yyr1365 || yy2arr1365 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1365[4] { - yym1381 := z.EncBinary() - _ = yym1381 + yym1376 := z.EncBinary() + _ = yym1376 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -16401,12 +16363,12 @@ func (x *ReplicaSetCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1365[4] { + if yyq1365[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1382 := z.EncBinary() - _ = yym1382 + yym1377 := z.EncBinary() + _ = yym1377 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -16415,9 +16377,9 @@ func (x *ReplicaSetCondition) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr1365 || yy2arr1365 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1365[5] { - yym1384 := z.EncBinary() - _ = yym1384 + if yyq1365[4] { + yym1379 := z.EncBinary() + _ = yym1379 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -16426,12 +16388,12 @@ func (x *ReplicaSetCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1365[5] { + if yyq1365[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1385 := z.EncBinary() - _ = yym1385 + yym1380 := z.EncBinary() + _ = yym1380 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -16451,25 +16413,25 @@ func (x *ReplicaSetCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1386 := z.DecBinary() - _ = yym1386 + yym1381 := z.DecBinary() + _ = yym1381 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1387 := r.ContainerType() - if yyct1387 == codecSelferValueTypeMap1234 { - yyl1387 := r.ReadMapStart() - if yyl1387 == 0 { + yyct1382 := r.ContainerType() + if yyct1382 == codecSelferValueTypeMap1234 { + yyl1382 := r.ReadMapStart() + if yyl1382 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1387, d) + x.codecDecodeSelfFromMap(yyl1382, d) } - } else if yyct1387 == codecSelferValueTypeArray1234 { - yyl1387 := r.ReadArrayStart() - if yyl1387 == 0 { + } else if yyct1382 == codecSelferValueTypeArray1234 { + yyl1382 := r.ReadArrayStart() + if yyl1382 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1387, d) + x.codecDecodeSelfFromArray(yyl1382, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16481,12 +16443,12 @@ func (x *ReplicaSetCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1388Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1388Slc - var yyhl1388 bool = l >= 0 - for yyj1388 := 0; ; yyj1388++ { - if yyhl1388 { - if yyj1388 >= l { + var yys1383Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1383Slc + var yyhl1383 bool = l >= 0 + for yyj1383 := 0; ; yyj1383++ { + if yyhl1383 { + if yyj1383 >= l { break } } else { @@ -16495,10 +16457,10 @@ func (x *ReplicaSetCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1388Slc = r.DecodeBytes(yys1388Slc, true, true) - yys1388 := string(yys1388Slc) + yys1383Slc = r.DecodeBytes(yys1383Slc, true, true) + yys1383 := string(yys1383Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1388 { + switch yys1383 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -16511,38 +16473,21 @@ func (x *ReplicaSetCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } else { x.Status = pkg2_v1.ConditionStatus(r.DecodeString()) } - case "lastProbeTime": - if r.TryDecodeAsNil() { - x.LastProbeTime = pkg1_unversioned.Time{} - } else { - yyv1391 := &x.LastProbeTime - yym1392 := z.DecBinary() - _ = yym1392 - if false { - } else if z.HasExtensions() && z.DecExt(yyv1391) { - } else if yym1392 { - z.DecBinaryUnmarshal(yyv1391) - } else if !yym1392 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1391) - } else { - z.DecFallback(yyv1391, false) - } - } case "lastTransitionTime": if r.TryDecodeAsNil() { x.LastTransitionTime = pkg1_unversioned.Time{} } else { - yyv1393 := &x.LastTransitionTime - yym1394 := z.DecBinary() - _ = yym1394 + yyv1386 := &x.LastTransitionTime + yym1387 := z.DecBinary() + _ = yym1387 if false { - } else if z.HasExtensions() && z.DecExt(yyv1393) { - } else if yym1394 { - z.DecBinaryUnmarshal(yyv1393) - } else if !yym1394 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1393) + } else if z.HasExtensions() && z.DecExt(yyv1386) { + } else if yym1387 { + z.DecBinaryUnmarshal(yyv1386) + } else if !yym1387 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1386) } else { - z.DecFallback(yyv1393, false) + z.DecFallback(yyv1386, false) } } case "reason": @@ -16558,9 +16503,9 @@ func (x *ReplicaSetCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1388) - } // end switch yys1388 - } // end for yyj1388 + z.DecStructFieldNotFound(-1, yys1383) + } // end switch yys1383 + } // end for yyj1383 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16568,16 +16513,16 @@ func (x *ReplicaSetCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1397 int - var yyb1397 bool - var yyhl1397 bool = l >= 0 - yyj1397++ - if yyhl1397 { - yyb1397 = yyj1397 > l + var yyj1390 int + var yyb1390 bool + var yyhl1390 bool = l >= 0 + yyj1390++ + if yyhl1390 { + yyb1390 = yyj1390 > l } else { - yyb1397 = r.CheckBreak() + yyb1390 = r.CheckBreak() } - if yyb1397 { + if yyb1390 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16587,13 +16532,13 @@ func (x *ReplicaSetCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Type = ReplicaSetConditionType(r.DecodeString()) } - yyj1397++ - if yyhl1397 { - yyb1397 = yyj1397 > l + yyj1390++ + if yyhl1390 { + yyb1390 = yyj1390 > l } else { - yyb1397 = r.CheckBreak() + yyb1390 = r.CheckBreak() } - if yyb1397 { + if yyb1390 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16603,40 +16548,13 @@ func (x *ReplicaSetCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Status = pkg2_v1.ConditionStatus(r.DecodeString()) } - yyj1397++ - if yyhl1397 { - yyb1397 = yyj1397 > l + yyj1390++ + if yyhl1390 { + yyb1390 = yyj1390 > l } else { - yyb1397 = r.CheckBreak() + yyb1390 = r.CheckBreak() } - if yyb1397 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.LastProbeTime = pkg1_unversioned.Time{} - } else { - yyv1400 := &x.LastProbeTime - yym1401 := z.DecBinary() - _ = yym1401 - if false { - } else if z.HasExtensions() && z.DecExt(yyv1400) { - } else if yym1401 { - z.DecBinaryUnmarshal(yyv1400) - } else if !yym1401 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1400) - } else { - z.DecFallback(yyv1400, false) - } - } - yyj1397++ - if yyhl1397 { - yyb1397 = yyj1397 > l - } else { - yyb1397 = r.CheckBreak() - } - if yyb1397 { + if yyb1390 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16644,26 +16562,26 @@ func (x *ReplicaSetCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.LastTransitionTime = pkg1_unversioned.Time{} } else { - yyv1402 := &x.LastTransitionTime - yym1403 := z.DecBinary() - _ = yym1403 + yyv1393 := &x.LastTransitionTime + yym1394 := z.DecBinary() + _ = yym1394 if false { - } else if z.HasExtensions() && z.DecExt(yyv1402) { - } else if yym1403 { - z.DecBinaryUnmarshal(yyv1402) - } else if !yym1403 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1402) + } else if z.HasExtensions() && z.DecExt(yyv1393) { + } else if yym1394 { + z.DecBinaryUnmarshal(yyv1393) + } else if !yym1394 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1393) } else { - z.DecFallback(yyv1402, false) + z.DecFallback(yyv1393, false) } } - yyj1397++ - if yyhl1397 { - yyb1397 = yyj1397 > l + yyj1390++ + if yyhl1390 { + yyb1390 = yyj1390 > l } else { - yyb1397 = r.CheckBreak() + yyb1390 = r.CheckBreak() } - if yyb1397 { + if yyb1390 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16673,13 +16591,13 @@ func (x *ReplicaSetCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Reason = string(r.DecodeString()) } - yyj1397++ - if yyhl1397 { - yyb1397 = yyj1397 > l + yyj1390++ + if yyhl1390 { + yyb1390 = yyj1390 > l } else { - yyb1397 = r.CheckBreak() + yyb1390 = r.CheckBreak() } - if yyb1397 { + if yyb1390 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16690,17 +16608,17 @@ func (x *ReplicaSetCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.Message = string(r.DecodeString()) } for { - yyj1397++ - if yyhl1397 { - yyb1397 = yyj1397 > l + yyj1390++ + if yyhl1390 { + yyb1390 = yyj1390 > l } else { - yyb1397 = r.CheckBreak() + yyb1390 = r.CheckBreak() } - if yyb1397 { + if yyb1390 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1397-1, "") + z.DecStructFieldNotFound(yyj1390-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16712,38 +16630,38 @@ func (x *PodSecurityPolicy) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1406 := z.EncBinary() - _ = yym1406 + yym1397 := z.EncBinary() + _ = yym1397 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1407 := !z.EncBinary() - yy2arr1407 := z.EncBasicHandle().StructToArray - var yyq1407 [4]bool - _, _, _ = yysep1407, yyq1407, yy2arr1407 - const yyr1407 bool = false - yyq1407[0] = x.Kind != "" - yyq1407[1] = x.APIVersion != "" - yyq1407[2] = true - yyq1407[3] = true - var yynn1407 int - if yyr1407 || yy2arr1407 { + yysep1398 := !z.EncBinary() + yy2arr1398 := z.EncBasicHandle().StructToArray + var yyq1398 [4]bool + _, _, _ = yysep1398, yyq1398, yy2arr1398 + const yyr1398 bool = false + yyq1398[0] = x.Kind != "" + yyq1398[1] = x.APIVersion != "" + yyq1398[2] = true + yyq1398[3] = true + var yynn1398 int + if yyr1398 || yy2arr1398 { r.EncodeArrayStart(4) } else { - yynn1407 = 0 - for _, b := range yyq1407 { + yynn1398 = 0 + for _, b := range yyq1398 { if b { - yynn1407++ + yynn1398++ } } - r.EncodeMapStart(yynn1407) - yynn1407 = 0 + r.EncodeMapStart(yynn1398) + yynn1398 = 0 } - if yyr1407 || yy2arr1407 { + if yyr1398 || yy2arr1398 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1407[0] { - yym1409 := z.EncBinary() - _ = yym1409 + if yyq1398[0] { + yym1400 := z.EncBinary() + _ = yym1400 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -16752,23 +16670,23 @@ func (x *PodSecurityPolicy) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1407[0] { + if yyq1398[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1410 := z.EncBinary() - _ = yym1410 + yym1401 := z.EncBinary() + _ = yym1401 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1407 || yy2arr1407 { + if yyr1398 || yy2arr1398 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1407[1] { - yym1412 := z.EncBinary() - _ = yym1412 + if yyq1398[1] { + yym1403 := z.EncBinary() + _ = yym1403 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -16777,53 +16695,53 @@ func (x *PodSecurityPolicy) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1407[1] { + if yyq1398[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1413 := z.EncBinary() - _ = yym1413 + yym1404 := z.EncBinary() + _ = yym1404 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1407 || yy2arr1407 { + if yyr1398 || yy2arr1398 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1407[2] { - yy1415 := &x.ObjectMeta - yy1415.CodecEncodeSelf(e) + if yyq1398[2] { + yy1406 := &x.ObjectMeta + yy1406.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1407[2] { + if yyq1398[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1416 := &x.ObjectMeta - yy1416.CodecEncodeSelf(e) + yy1407 := &x.ObjectMeta + yy1407.CodecEncodeSelf(e) } } - if yyr1407 || yy2arr1407 { + if yyr1398 || yy2arr1398 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1407[3] { - yy1418 := &x.Spec - yy1418.CodecEncodeSelf(e) + if yyq1398[3] { + yy1409 := &x.Spec + yy1409.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1407[3] { + if yyq1398[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1419 := &x.Spec - yy1419.CodecEncodeSelf(e) + yy1410 := &x.Spec + yy1410.CodecEncodeSelf(e) } } - if yyr1407 || yy2arr1407 { + if yyr1398 || yy2arr1398 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16836,25 +16754,25 @@ func (x *PodSecurityPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1420 := z.DecBinary() - _ = yym1420 + yym1411 := z.DecBinary() + _ = yym1411 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1421 := r.ContainerType() - if yyct1421 == codecSelferValueTypeMap1234 { - yyl1421 := r.ReadMapStart() - if yyl1421 == 0 { + yyct1412 := r.ContainerType() + if yyct1412 == codecSelferValueTypeMap1234 { + yyl1412 := r.ReadMapStart() + if yyl1412 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1421, d) + x.codecDecodeSelfFromMap(yyl1412, d) } - } else if yyct1421 == codecSelferValueTypeArray1234 { - yyl1421 := r.ReadArrayStart() - if yyl1421 == 0 { + } else if yyct1412 == codecSelferValueTypeArray1234 { + yyl1412 := r.ReadArrayStart() + if yyl1412 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1421, d) + x.codecDecodeSelfFromArray(yyl1412, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16866,12 +16784,12 @@ func (x *PodSecurityPolicy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1422Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1422Slc - var yyhl1422 bool = l >= 0 - for yyj1422 := 0; ; yyj1422++ { - if yyhl1422 { - if yyj1422 >= l { + var yys1413Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1413Slc + var yyhl1413 bool = l >= 0 + for yyj1413 := 0; ; yyj1413++ { + if yyhl1413 { + if yyj1413 >= l { break } } else { @@ -16880,10 +16798,10 @@ func (x *PodSecurityPolicy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1422Slc = r.DecodeBytes(yys1422Slc, true, true) - yys1422 := string(yys1422Slc) + yys1413Slc = r.DecodeBytes(yys1413Slc, true, true) + yys1413 := string(yys1413Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1422 { + switch yys1413 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -16900,20 +16818,20 @@ func (x *PodSecurityPolicy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_v1.ObjectMeta{} } else { - yyv1425 := &x.ObjectMeta - yyv1425.CodecDecodeSelf(d) + yyv1416 := &x.ObjectMeta + yyv1416.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = PodSecurityPolicySpec{} } else { - yyv1426 := &x.Spec - yyv1426.CodecDecodeSelf(d) + yyv1417 := &x.Spec + yyv1417.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1422) - } // end switch yys1422 - } // end for yyj1422 + z.DecStructFieldNotFound(-1, yys1413) + } // end switch yys1413 + } // end for yyj1413 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16921,16 +16839,16 @@ func (x *PodSecurityPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1427 int - var yyb1427 bool - var yyhl1427 bool = l >= 0 - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + var yyj1418 int + var yyb1418 bool + var yyhl1418 bool = l >= 0 + yyj1418++ + if yyhl1418 { + yyb1418 = yyj1418 > l } else { - yyb1427 = r.CheckBreak() + yyb1418 = r.CheckBreak() } - if yyb1427 { + if yyb1418 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16940,13 +16858,13 @@ func (x *PodSecurityPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.Kind = string(r.DecodeString()) } - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1418++ + if yyhl1418 { + yyb1418 = yyj1418 > l } else { - yyb1427 = r.CheckBreak() + yyb1418 = r.CheckBreak() } - if yyb1427 { + if yyb1418 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16956,13 +16874,13 @@ func (x *PodSecurityPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.APIVersion = string(r.DecodeString()) } - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1418++ + if yyhl1418 { + yyb1418 = yyj1418 > l } else { - yyb1427 = r.CheckBreak() + yyb1418 = r.CheckBreak() } - if yyb1427 { + if yyb1418 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16970,16 +16888,16 @@ func (x *PodSecurityPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_v1.ObjectMeta{} } else { - yyv1430 := &x.ObjectMeta - yyv1430.CodecDecodeSelf(d) + yyv1421 := &x.ObjectMeta + yyv1421.CodecDecodeSelf(d) } - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1418++ + if yyhl1418 { + yyb1418 = yyj1418 > l } else { - yyb1427 = r.CheckBreak() + yyb1418 = r.CheckBreak() } - if yyb1427 { + if yyb1418 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16987,21 +16905,21 @@ func (x *PodSecurityPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Spec = PodSecurityPolicySpec{} } else { - yyv1431 := &x.Spec - yyv1431.CodecDecodeSelf(d) + yyv1422 := &x.Spec + yyv1422.CodecDecodeSelf(d) } for { - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1418++ + if yyhl1418 { + yyb1418 = yyj1418 > l } else { - yyb1427 = r.CheckBreak() + yyb1418 = r.CheckBreak() } - if yyb1427 { + if yyb1418 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1427-1, "") + z.DecStructFieldNotFound(yyj1418-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17013,44 +16931,44 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1432 := z.EncBinary() - _ = yym1432 + yym1423 := z.EncBinary() + _ = yym1423 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1433 := !z.EncBinary() - yy2arr1433 := z.EncBasicHandle().StructToArray - var yyq1433 [14]bool - _, _, _ = yysep1433, yyq1433, yy2arr1433 - const yyr1433 bool = false - yyq1433[0] = x.Privileged != false - yyq1433[1] = len(x.DefaultAddCapabilities) != 0 - yyq1433[2] = len(x.RequiredDropCapabilities) != 0 - yyq1433[3] = len(x.AllowedCapabilities) != 0 - yyq1433[4] = len(x.Volumes) != 0 - yyq1433[5] = x.HostNetwork != false - yyq1433[6] = len(x.HostPorts) != 0 - yyq1433[7] = x.HostPID != false - yyq1433[8] = x.HostIPC != false - yyq1433[13] = x.ReadOnlyRootFilesystem != false - var yynn1433 int - if yyr1433 || yy2arr1433 { + yysep1424 := !z.EncBinary() + yy2arr1424 := z.EncBasicHandle().StructToArray + var yyq1424 [14]bool + _, _, _ = yysep1424, yyq1424, yy2arr1424 + const yyr1424 bool = false + yyq1424[0] = x.Privileged != false + yyq1424[1] = len(x.DefaultAddCapabilities) != 0 + yyq1424[2] = len(x.RequiredDropCapabilities) != 0 + yyq1424[3] = len(x.AllowedCapabilities) != 0 + yyq1424[4] = len(x.Volumes) != 0 + yyq1424[5] = x.HostNetwork != false + yyq1424[6] = len(x.HostPorts) != 0 + yyq1424[7] = x.HostPID != false + yyq1424[8] = x.HostIPC != false + yyq1424[13] = x.ReadOnlyRootFilesystem != false + var yynn1424 int + if yyr1424 || yy2arr1424 { r.EncodeArrayStart(14) } else { - yynn1433 = 4 - for _, b := range yyq1433 { + yynn1424 = 4 + for _, b := range yyq1424 { if b { - yynn1433++ + yynn1424++ } } - r.EncodeMapStart(yynn1433) - yynn1433 = 0 + r.EncodeMapStart(yynn1424) + yynn1424 = 0 } - if yyr1433 || yy2arr1433 { + if yyr1424 || yy2arr1424 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1433[0] { - yym1435 := z.EncBinary() - _ = yym1435 + if yyq1424[0] { + yym1426 := z.EncBinary() + _ = yym1426 if false { } else { r.EncodeBool(bool(x.Privileged)) @@ -17059,26 +16977,26 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1433[0] { + if yyq1424[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("privileged")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1436 := z.EncBinary() - _ = yym1436 + yym1427 := z.EncBinary() + _ = yym1427 if false { } else { r.EncodeBool(bool(x.Privileged)) } } } - if yyr1433 || yy2arr1433 { + if yyr1424 || yy2arr1424 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1433[1] { + if yyq1424[1] { if x.DefaultAddCapabilities == nil { r.EncodeNil() } else { - yym1438 := z.EncBinary() - _ = yym1438 + yym1429 := z.EncBinary() + _ = yym1429 if false { } else { h.encSlicev1_Capability(([]pkg2_v1.Capability)(x.DefaultAddCapabilities), e) @@ -17088,15 +17006,15 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1433[1] { + if yyq1424[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("defaultAddCapabilities")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.DefaultAddCapabilities == nil { r.EncodeNil() } else { - yym1439 := z.EncBinary() - _ = yym1439 + yym1430 := z.EncBinary() + _ = yym1430 if false { } else { h.encSlicev1_Capability(([]pkg2_v1.Capability)(x.DefaultAddCapabilities), e) @@ -17104,14 +17022,14 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1433 || yy2arr1433 { + if yyr1424 || yy2arr1424 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1433[2] { + if yyq1424[2] { if x.RequiredDropCapabilities == nil { r.EncodeNil() } else { - yym1441 := z.EncBinary() - _ = yym1441 + yym1432 := z.EncBinary() + _ = yym1432 if false { } else { h.encSlicev1_Capability(([]pkg2_v1.Capability)(x.RequiredDropCapabilities), e) @@ -17121,15 +17039,15 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1433[2] { + if yyq1424[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("requiredDropCapabilities")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RequiredDropCapabilities == nil { r.EncodeNil() } else { - yym1442 := z.EncBinary() - _ = yym1442 + yym1433 := z.EncBinary() + _ = yym1433 if false { } else { h.encSlicev1_Capability(([]pkg2_v1.Capability)(x.RequiredDropCapabilities), e) @@ -17137,14 +17055,14 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1433 || yy2arr1433 { + if yyr1424 || yy2arr1424 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1433[3] { + if yyq1424[3] { if x.AllowedCapabilities == nil { r.EncodeNil() } else { - yym1444 := z.EncBinary() - _ = yym1444 + yym1435 := z.EncBinary() + _ = yym1435 if false { } else { h.encSlicev1_Capability(([]pkg2_v1.Capability)(x.AllowedCapabilities), e) @@ -17154,15 +17072,15 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1433[3] { + if yyq1424[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("allowedCapabilities")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.AllowedCapabilities == nil { r.EncodeNil() } else { - yym1445 := z.EncBinary() - _ = yym1445 + yym1436 := z.EncBinary() + _ = yym1436 if false { } else { h.encSlicev1_Capability(([]pkg2_v1.Capability)(x.AllowedCapabilities), e) @@ -17170,14 +17088,14 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1433 || yy2arr1433 { + if yyr1424 || yy2arr1424 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1433[4] { + if yyq1424[4] { if x.Volumes == nil { r.EncodeNil() } else { - yym1447 := z.EncBinary() - _ = yym1447 + yym1438 := z.EncBinary() + _ = yym1438 if false { } else { h.encSliceFSType(([]FSType)(x.Volumes), e) @@ -17187,15 +17105,15 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1433[4] { + if yyq1424[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Volumes == nil { r.EncodeNil() } else { - yym1448 := z.EncBinary() - _ = yym1448 + yym1439 := z.EncBinary() + _ = yym1439 if false { } else { h.encSliceFSType(([]FSType)(x.Volumes), e) @@ -17203,11 +17121,11 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1433 || yy2arr1433 { + if yyr1424 || yy2arr1424 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1433[5] { - yym1450 := z.EncBinary() - _ = yym1450 + if yyq1424[5] { + yym1441 := z.EncBinary() + _ = yym1441 if false { } else { r.EncodeBool(bool(x.HostNetwork)) @@ -17216,26 +17134,26 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1433[5] { + if yyq1424[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostNetwork")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1451 := z.EncBinary() - _ = yym1451 + yym1442 := z.EncBinary() + _ = yym1442 if false { } else { r.EncodeBool(bool(x.HostNetwork)) } } } - if yyr1433 || yy2arr1433 { + if yyr1424 || yy2arr1424 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1433[6] { + if yyq1424[6] { if x.HostPorts == nil { r.EncodeNil() } else { - yym1453 := z.EncBinary() - _ = yym1453 + yym1444 := z.EncBinary() + _ = yym1444 if false { } else { h.encSliceHostPortRange(([]HostPortRange)(x.HostPorts), e) @@ -17245,15 +17163,15 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1433[6] { + if yyq1424[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostPorts")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.HostPorts == nil { r.EncodeNil() } else { - yym1454 := z.EncBinary() - _ = yym1454 + yym1445 := z.EncBinary() + _ = yym1445 if false { } else { h.encSliceHostPortRange(([]HostPortRange)(x.HostPorts), e) @@ -17261,11 +17179,11 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1433 || yy2arr1433 { + if yyr1424 || yy2arr1424 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1433[7] { - yym1456 := z.EncBinary() - _ = yym1456 + if yyq1424[7] { + yym1447 := z.EncBinary() + _ = yym1447 if false { } else { r.EncodeBool(bool(x.HostPID)) @@ -17274,23 +17192,23 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1433[7] { + if yyq1424[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostPID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1457 := z.EncBinary() - _ = yym1457 + yym1448 := z.EncBinary() + _ = yym1448 if false { } else { r.EncodeBool(bool(x.HostPID)) } } } - if yyr1433 || yy2arr1433 { + if yyr1424 || yy2arr1424 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1433[8] { - yym1459 := z.EncBinary() - _ = yym1459 + if yyq1424[8] { + yym1450 := z.EncBinary() + _ = yym1450 if false { } else { r.EncodeBool(bool(x.HostIPC)) @@ -17299,67 +17217,67 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1433[8] { + if yyq1424[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostIPC")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1460 := z.EncBinary() - _ = yym1460 + yym1451 := z.EncBinary() + _ = yym1451 if false { } else { r.EncodeBool(bool(x.HostIPC)) } } } - if yyr1433 || yy2arr1433 { + if yyr1424 || yy2arr1424 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1462 := &x.SELinux - yy1462.CodecEncodeSelf(e) + yy1453 := &x.SELinux + yy1453.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("seLinux")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1463 := &x.SELinux - yy1463.CodecEncodeSelf(e) + yy1454 := &x.SELinux + yy1454.CodecEncodeSelf(e) } - if yyr1433 || yy2arr1433 { + if yyr1424 || yy2arr1424 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1465 := &x.RunAsUser - yy1465.CodecEncodeSelf(e) + yy1456 := &x.RunAsUser + yy1456.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsUser")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1466 := &x.RunAsUser - yy1466.CodecEncodeSelf(e) + yy1457 := &x.RunAsUser + yy1457.CodecEncodeSelf(e) } - if yyr1433 || yy2arr1433 { + if yyr1424 || yy2arr1424 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1468 := &x.SupplementalGroups - yy1468.CodecEncodeSelf(e) + yy1459 := &x.SupplementalGroups + yy1459.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("supplementalGroups")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1469 := &x.SupplementalGroups - yy1469.CodecEncodeSelf(e) + yy1460 := &x.SupplementalGroups + yy1460.CodecEncodeSelf(e) } - if yyr1433 || yy2arr1433 { + if yyr1424 || yy2arr1424 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1471 := &x.FSGroup - yy1471.CodecEncodeSelf(e) + yy1462 := &x.FSGroup + yy1462.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsGroup")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1472 := &x.FSGroup - yy1472.CodecEncodeSelf(e) + yy1463 := &x.FSGroup + yy1463.CodecEncodeSelf(e) } - if yyr1433 || yy2arr1433 { + if yyr1424 || yy2arr1424 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1433[13] { - yym1474 := z.EncBinary() - _ = yym1474 + if yyq1424[13] { + yym1465 := z.EncBinary() + _ = yym1465 if false { } else { r.EncodeBool(bool(x.ReadOnlyRootFilesystem)) @@ -17368,19 +17286,19 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1433[13] { + if yyq1424[13] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnlyRootFilesystem")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1475 := z.EncBinary() - _ = yym1475 + yym1466 := z.EncBinary() + _ = yym1466 if false { } else { r.EncodeBool(bool(x.ReadOnlyRootFilesystem)) } } } - if yyr1433 || yy2arr1433 { + if yyr1424 || yy2arr1424 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17393,25 +17311,25 @@ func (x *PodSecurityPolicySpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1476 := z.DecBinary() - _ = yym1476 + yym1467 := z.DecBinary() + _ = yym1467 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1477 := r.ContainerType() - if yyct1477 == codecSelferValueTypeMap1234 { - yyl1477 := r.ReadMapStart() - if yyl1477 == 0 { + yyct1468 := r.ContainerType() + if yyct1468 == codecSelferValueTypeMap1234 { + yyl1468 := r.ReadMapStart() + if yyl1468 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1477, d) + x.codecDecodeSelfFromMap(yyl1468, d) } - } else if yyct1477 == codecSelferValueTypeArray1234 { - yyl1477 := r.ReadArrayStart() - if yyl1477 == 0 { + } else if yyct1468 == codecSelferValueTypeArray1234 { + yyl1468 := r.ReadArrayStart() + if yyl1468 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1477, d) + x.codecDecodeSelfFromArray(yyl1468, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17423,12 +17341,12 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1478Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1478Slc - var yyhl1478 bool = l >= 0 - for yyj1478 := 0; ; yyj1478++ { - if yyhl1478 { - if yyj1478 >= l { + var yys1469Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1469Slc + var yyhl1469 bool = l >= 0 + for yyj1469 := 0; ; yyj1469++ { + if yyhl1469 { + if yyj1469 >= l { break } } else { @@ -17437,10 +17355,10 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1478Slc = r.DecodeBytes(yys1478Slc, true, true) - yys1478 := string(yys1478Slc) + yys1469Slc = r.DecodeBytes(yys1469Slc, true, true) + yys1469 := string(yys1469Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1478 { + switch yys1469 { case "privileged": if r.TryDecodeAsNil() { x.Privileged = false @@ -17451,48 +17369,48 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.DefaultAddCapabilities = nil } else { - yyv1480 := &x.DefaultAddCapabilities - yym1481 := z.DecBinary() - _ = yym1481 + yyv1471 := &x.DefaultAddCapabilities + yym1472 := z.DecBinary() + _ = yym1472 if false { } else { - h.decSlicev1_Capability((*[]pkg2_v1.Capability)(yyv1480), d) + h.decSlicev1_Capability((*[]pkg2_v1.Capability)(yyv1471), d) } } case "requiredDropCapabilities": if r.TryDecodeAsNil() { x.RequiredDropCapabilities = nil } else { - yyv1482 := &x.RequiredDropCapabilities - yym1483 := z.DecBinary() - _ = yym1483 + yyv1473 := &x.RequiredDropCapabilities + yym1474 := z.DecBinary() + _ = yym1474 if false { } else { - h.decSlicev1_Capability((*[]pkg2_v1.Capability)(yyv1482), d) + h.decSlicev1_Capability((*[]pkg2_v1.Capability)(yyv1473), d) } } case "allowedCapabilities": if r.TryDecodeAsNil() { x.AllowedCapabilities = nil } else { - yyv1484 := &x.AllowedCapabilities - yym1485 := z.DecBinary() - _ = yym1485 + yyv1475 := &x.AllowedCapabilities + yym1476 := z.DecBinary() + _ = yym1476 if false { } else { - h.decSlicev1_Capability((*[]pkg2_v1.Capability)(yyv1484), d) + h.decSlicev1_Capability((*[]pkg2_v1.Capability)(yyv1475), d) } } case "volumes": if r.TryDecodeAsNil() { x.Volumes = nil } else { - yyv1486 := &x.Volumes - yym1487 := z.DecBinary() - _ = yym1487 + yyv1477 := &x.Volumes + yym1478 := z.DecBinary() + _ = yym1478 if false { } else { - h.decSliceFSType((*[]FSType)(yyv1486), d) + h.decSliceFSType((*[]FSType)(yyv1477), d) } } case "hostNetwork": @@ -17505,12 +17423,12 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.HostPorts = nil } else { - yyv1489 := &x.HostPorts - yym1490 := z.DecBinary() - _ = yym1490 + yyv1480 := &x.HostPorts + yym1481 := z.DecBinary() + _ = yym1481 if false { } else { - h.decSliceHostPortRange((*[]HostPortRange)(yyv1489), d) + h.decSliceHostPortRange((*[]HostPortRange)(yyv1480), d) } } case "hostPID": @@ -17529,29 +17447,29 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.SELinux = SELinuxStrategyOptions{} } else { - yyv1493 := &x.SELinux - yyv1493.CodecDecodeSelf(d) + yyv1484 := &x.SELinux + yyv1484.CodecDecodeSelf(d) } case "runAsUser": if r.TryDecodeAsNil() { x.RunAsUser = RunAsUserStrategyOptions{} } else { - yyv1494 := &x.RunAsUser - yyv1494.CodecDecodeSelf(d) + yyv1485 := &x.RunAsUser + yyv1485.CodecDecodeSelf(d) } case "supplementalGroups": if r.TryDecodeAsNil() { x.SupplementalGroups = SupplementalGroupsStrategyOptions{} } else { - yyv1495 := &x.SupplementalGroups - yyv1495.CodecDecodeSelf(d) + yyv1486 := &x.SupplementalGroups + yyv1486.CodecDecodeSelf(d) } case "fsGroup": if r.TryDecodeAsNil() { x.FSGroup = FSGroupStrategyOptions{} } else { - yyv1496 := &x.FSGroup - yyv1496.CodecDecodeSelf(d) + yyv1487 := &x.FSGroup + yyv1487.CodecDecodeSelf(d) } case "readOnlyRootFilesystem": if r.TryDecodeAsNil() { @@ -17560,9 +17478,9 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromMap(l int, d *codec1978.Decod x.ReadOnlyRootFilesystem = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys1478) - } // end switch yys1478 - } // end for yyj1478 + z.DecStructFieldNotFound(-1, yys1469) + } // end switch yys1469 + } // end for yyj1469 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17570,16 +17488,16 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1498 int - var yyb1498 bool - var yyhl1498 bool = l >= 0 - yyj1498++ - if yyhl1498 { - yyb1498 = yyj1498 > l + var yyj1489 int + var yyb1489 bool + var yyhl1489 bool = l >= 0 + yyj1489++ + if yyhl1489 { + yyb1489 = yyj1489 > l } else { - yyb1498 = r.CheckBreak() + yyb1489 = r.CheckBreak() } - if yyb1498 { + if yyb1489 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17589,13 +17507,13 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Privileged = bool(r.DecodeBool()) } - yyj1498++ - if yyhl1498 { - yyb1498 = yyj1498 > l + yyj1489++ + if yyhl1489 { + yyb1489 = yyj1489 > l } else { - yyb1498 = r.CheckBreak() + yyb1489 = r.CheckBreak() } - if yyb1498 { + if yyb1489 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17603,21 +17521,21 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.DefaultAddCapabilities = nil } else { - yyv1500 := &x.DefaultAddCapabilities - yym1501 := z.DecBinary() - _ = yym1501 + yyv1491 := &x.DefaultAddCapabilities + yym1492 := z.DecBinary() + _ = yym1492 if false { } else { - h.decSlicev1_Capability((*[]pkg2_v1.Capability)(yyv1500), d) + h.decSlicev1_Capability((*[]pkg2_v1.Capability)(yyv1491), d) } } - yyj1498++ - if yyhl1498 { - yyb1498 = yyj1498 > l + yyj1489++ + if yyhl1489 { + yyb1489 = yyj1489 > l } else { - yyb1498 = r.CheckBreak() + yyb1489 = r.CheckBreak() } - if yyb1498 { + if yyb1489 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17625,21 +17543,21 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.RequiredDropCapabilities = nil } else { - yyv1502 := &x.RequiredDropCapabilities - yym1503 := z.DecBinary() - _ = yym1503 + yyv1493 := &x.RequiredDropCapabilities + yym1494 := z.DecBinary() + _ = yym1494 if false { } else { - h.decSlicev1_Capability((*[]pkg2_v1.Capability)(yyv1502), d) + h.decSlicev1_Capability((*[]pkg2_v1.Capability)(yyv1493), d) } } - yyj1498++ - if yyhl1498 { - yyb1498 = yyj1498 > l + yyj1489++ + if yyhl1489 { + yyb1489 = yyj1489 > l } else { - yyb1498 = r.CheckBreak() + yyb1489 = r.CheckBreak() } - if yyb1498 { + if yyb1489 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17647,21 +17565,21 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.AllowedCapabilities = nil } else { - yyv1504 := &x.AllowedCapabilities - yym1505 := z.DecBinary() - _ = yym1505 + yyv1495 := &x.AllowedCapabilities + yym1496 := z.DecBinary() + _ = yym1496 if false { } else { - h.decSlicev1_Capability((*[]pkg2_v1.Capability)(yyv1504), d) + h.decSlicev1_Capability((*[]pkg2_v1.Capability)(yyv1495), d) } } - yyj1498++ - if yyhl1498 { - yyb1498 = yyj1498 > l + yyj1489++ + if yyhl1489 { + yyb1489 = yyj1489 > l } else { - yyb1498 = r.CheckBreak() + yyb1489 = r.CheckBreak() } - if yyb1498 { + if yyb1489 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17669,21 +17587,21 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Volumes = nil } else { - yyv1506 := &x.Volumes - yym1507 := z.DecBinary() - _ = yym1507 + yyv1497 := &x.Volumes + yym1498 := z.DecBinary() + _ = yym1498 if false { } else { - h.decSliceFSType((*[]FSType)(yyv1506), d) + h.decSliceFSType((*[]FSType)(yyv1497), d) } } - yyj1498++ - if yyhl1498 { - yyb1498 = yyj1498 > l + yyj1489++ + if yyhl1489 { + yyb1489 = yyj1489 > l } else { - yyb1498 = r.CheckBreak() + yyb1489 = r.CheckBreak() } - if yyb1498 { + if yyb1489 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17693,13 +17611,13 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.HostNetwork = bool(r.DecodeBool()) } - yyj1498++ - if yyhl1498 { - yyb1498 = yyj1498 > l + yyj1489++ + if yyhl1489 { + yyb1489 = yyj1489 > l } else { - yyb1498 = r.CheckBreak() + yyb1489 = r.CheckBreak() } - if yyb1498 { + if yyb1489 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17707,21 +17625,21 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.HostPorts = nil } else { - yyv1509 := &x.HostPorts - yym1510 := z.DecBinary() - _ = yym1510 + yyv1500 := &x.HostPorts + yym1501 := z.DecBinary() + _ = yym1501 if false { } else { - h.decSliceHostPortRange((*[]HostPortRange)(yyv1509), d) + h.decSliceHostPortRange((*[]HostPortRange)(yyv1500), d) } } - yyj1498++ - if yyhl1498 { - yyb1498 = yyj1498 > l + yyj1489++ + if yyhl1489 { + yyb1489 = yyj1489 > l } else { - yyb1498 = r.CheckBreak() + yyb1489 = r.CheckBreak() } - if yyb1498 { + if yyb1489 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17731,13 +17649,13 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.HostPID = bool(r.DecodeBool()) } - yyj1498++ - if yyhl1498 { - yyb1498 = yyj1498 > l + yyj1489++ + if yyhl1489 { + yyb1489 = yyj1489 > l } else { - yyb1498 = r.CheckBreak() + yyb1489 = r.CheckBreak() } - if yyb1498 { + if yyb1489 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17747,13 +17665,13 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.HostIPC = bool(r.DecodeBool()) } - yyj1498++ - if yyhl1498 { - yyb1498 = yyj1498 > l + yyj1489++ + if yyhl1489 { + yyb1489 = yyj1489 > l } else { - yyb1498 = r.CheckBreak() + yyb1489 = r.CheckBreak() } - if yyb1498 { + if yyb1489 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17761,16 +17679,16 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.SELinux = SELinuxStrategyOptions{} } else { - yyv1513 := &x.SELinux - yyv1513.CodecDecodeSelf(d) + yyv1504 := &x.SELinux + yyv1504.CodecDecodeSelf(d) } - yyj1498++ - if yyhl1498 { - yyb1498 = yyj1498 > l + yyj1489++ + if yyhl1489 { + yyb1489 = yyj1489 > l } else { - yyb1498 = r.CheckBreak() + yyb1489 = r.CheckBreak() } - if yyb1498 { + if yyb1489 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17778,16 +17696,16 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.RunAsUser = RunAsUserStrategyOptions{} } else { - yyv1514 := &x.RunAsUser - yyv1514.CodecDecodeSelf(d) + yyv1505 := &x.RunAsUser + yyv1505.CodecDecodeSelf(d) } - yyj1498++ - if yyhl1498 { - yyb1498 = yyj1498 > l + yyj1489++ + if yyhl1489 { + yyb1489 = yyj1489 > l } else { - yyb1498 = r.CheckBreak() + yyb1489 = r.CheckBreak() } - if yyb1498 { + if yyb1489 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17795,16 +17713,16 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.SupplementalGroups = SupplementalGroupsStrategyOptions{} } else { - yyv1515 := &x.SupplementalGroups - yyv1515.CodecDecodeSelf(d) + yyv1506 := &x.SupplementalGroups + yyv1506.CodecDecodeSelf(d) } - yyj1498++ - if yyhl1498 { - yyb1498 = yyj1498 > l + yyj1489++ + if yyhl1489 { + yyb1489 = yyj1489 > l } else { - yyb1498 = r.CheckBreak() + yyb1489 = r.CheckBreak() } - if yyb1498 { + if yyb1489 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17812,16 +17730,16 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.FSGroup = FSGroupStrategyOptions{} } else { - yyv1516 := &x.FSGroup - yyv1516.CodecDecodeSelf(d) + yyv1507 := &x.FSGroup + yyv1507.CodecDecodeSelf(d) } - yyj1498++ - if yyhl1498 { - yyb1498 = yyj1498 > l + yyj1489++ + if yyhl1489 { + yyb1489 = yyj1489 > l } else { - yyb1498 = r.CheckBreak() + yyb1489 = r.CheckBreak() } - if yyb1498 { + if yyb1489 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17832,17 +17750,17 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec x.ReadOnlyRootFilesystem = bool(r.DecodeBool()) } for { - yyj1498++ - if yyhl1498 { - yyb1498 = yyj1498 > l + yyj1489++ + if yyhl1489 { + yyb1489 = yyj1489 > l } else { - yyb1498 = r.CheckBreak() + yyb1489 = r.CheckBreak() } - if yyb1498 { + if yyb1489 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1498-1, "") + z.DecStructFieldNotFound(yyj1489-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17851,8 +17769,8 @@ func (x FSType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1518 := z.EncBinary() - _ = yym1518 + yym1509 := z.EncBinary() + _ = yym1509 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -17864,8 +17782,8 @@ func (x *FSType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1519 := z.DecBinary() - _ = yym1519 + yym1510 := z.DecBinary() + _ = yym1510 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -17880,33 +17798,33 @@ func (x *HostPortRange) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1520 := z.EncBinary() - _ = yym1520 + yym1511 := z.EncBinary() + _ = yym1511 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1521 := !z.EncBinary() - yy2arr1521 := z.EncBasicHandle().StructToArray - var yyq1521 [2]bool - _, _, _ = yysep1521, yyq1521, yy2arr1521 - const yyr1521 bool = false - var yynn1521 int - if yyr1521 || yy2arr1521 { + yysep1512 := !z.EncBinary() + yy2arr1512 := z.EncBasicHandle().StructToArray + var yyq1512 [2]bool + _, _, _ = yysep1512, yyq1512, yy2arr1512 + const yyr1512 bool = false + var yynn1512 int + if yyr1512 || yy2arr1512 { r.EncodeArrayStart(2) } else { - yynn1521 = 2 - for _, b := range yyq1521 { + yynn1512 = 2 + for _, b := range yyq1512 { if b { - yynn1521++ + yynn1512++ } } - r.EncodeMapStart(yynn1521) - yynn1521 = 0 + r.EncodeMapStart(yynn1512) + yynn1512 = 0 } - if yyr1521 || yy2arr1521 { + if yyr1512 || yy2arr1512 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1523 := z.EncBinary() - _ = yym1523 + yym1514 := z.EncBinary() + _ = yym1514 if false { } else { r.EncodeInt(int64(x.Min)) @@ -17915,17 +17833,17 @@ func (x *HostPortRange) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("min")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1524 := z.EncBinary() - _ = yym1524 + yym1515 := z.EncBinary() + _ = yym1515 if false { } else { r.EncodeInt(int64(x.Min)) } } - if yyr1521 || yy2arr1521 { + if yyr1512 || yy2arr1512 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1526 := z.EncBinary() - _ = yym1526 + yym1517 := z.EncBinary() + _ = yym1517 if false { } else { r.EncodeInt(int64(x.Max)) @@ -17934,14 +17852,14 @@ func (x *HostPortRange) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("max")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1527 := z.EncBinary() - _ = yym1527 + yym1518 := z.EncBinary() + _ = yym1518 if false { } else { r.EncodeInt(int64(x.Max)) } } - if yyr1521 || yy2arr1521 { + if yyr1512 || yy2arr1512 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17954,25 +17872,25 @@ func (x *HostPortRange) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1528 := z.DecBinary() - _ = yym1528 + yym1519 := z.DecBinary() + _ = yym1519 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1529 := r.ContainerType() - if yyct1529 == codecSelferValueTypeMap1234 { - yyl1529 := r.ReadMapStart() - if yyl1529 == 0 { + yyct1520 := r.ContainerType() + if yyct1520 == codecSelferValueTypeMap1234 { + yyl1520 := r.ReadMapStart() + if yyl1520 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1529, d) + x.codecDecodeSelfFromMap(yyl1520, d) } - } else if yyct1529 == codecSelferValueTypeArray1234 { - yyl1529 := r.ReadArrayStart() - if yyl1529 == 0 { + } else if yyct1520 == codecSelferValueTypeArray1234 { + yyl1520 := r.ReadArrayStart() + if yyl1520 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1529, d) + x.codecDecodeSelfFromArray(yyl1520, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17984,12 +17902,12 @@ func (x *HostPortRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1530Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1530Slc - var yyhl1530 bool = l >= 0 - for yyj1530 := 0; ; yyj1530++ { - if yyhl1530 { - if yyj1530 >= l { + var yys1521Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1521Slc + var yyhl1521 bool = l >= 0 + for yyj1521 := 0; ; yyj1521++ { + if yyhl1521 { + if yyj1521 >= l { break } } else { @@ -17998,10 +17916,10 @@ func (x *HostPortRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1530Slc = r.DecodeBytes(yys1530Slc, true, true) - yys1530 := string(yys1530Slc) + yys1521Slc = r.DecodeBytes(yys1521Slc, true, true) + yys1521 := string(yys1521Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1530 { + switch yys1521 { case "min": if r.TryDecodeAsNil() { x.Min = 0 @@ -18015,9 +17933,9 @@ func (x *HostPortRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Max = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys1530) - } // end switch yys1530 - } // end for yyj1530 + z.DecStructFieldNotFound(-1, yys1521) + } // end switch yys1521 + } // end for yyj1521 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18025,16 +17943,16 @@ func (x *HostPortRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1533 int - var yyb1533 bool - var yyhl1533 bool = l >= 0 - yyj1533++ - if yyhl1533 { - yyb1533 = yyj1533 > l + var yyj1524 int + var yyb1524 bool + var yyhl1524 bool = l >= 0 + yyj1524++ + if yyhl1524 { + yyb1524 = yyj1524 > l } else { - yyb1533 = r.CheckBreak() + yyb1524 = r.CheckBreak() } - if yyb1533 { + if yyb1524 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18044,13 +17962,13 @@ func (x *HostPortRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Min = int32(r.DecodeInt(32)) } - yyj1533++ - if yyhl1533 { - yyb1533 = yyj1533 > l + yyj1524++ + if yyhl1524 { + yyb1524 = yyj1524 > l } else { - yyb1533 = r.CheckBreak() + yyb1524 = r.CheckBreak() } - if yyb1533 { + if yyb1524 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18061,17 +17979,17 @@ func (x *HostPortRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Max = int32(r.DecodeInt(32)) } for { - yyj1533++ - if yyhl1533 { - yyb1533 = yyj1533 > l + yyj1524++ + if yyhl1524 { + yyb1524 = yyj1524 > l } else { - yyb1533 = r.CheckBreak() + yyb1524 = r.CheckBreak() } - if yyb1533 { + if yyb1524 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1533-1, "") + z.DecStructFieldNotFound(yyj1524-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18083,31 +18001,31 @@ func (x *SELinuxStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1536 := z.EncBinary() - _ = yym1536 + yym1527 := z.EncBinary() + _ = yym1527 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1537 := !z.EncBinary() - yy2arr1537 := z.EncBasicHandle().StructToArray - var yyq1537 [2]bool - _, _, _ = yysep1537, yyq1537, yy2arr1537 - const yyr1537 bool = false - yyq1537[1] = x.SELinuxOptions != nil - var yynn1537 int - if yyr1537 || yy2arr1537 { + yysep1528 := !z.EncBinary() + yy2arr1528 := z.EncBasicHandle().StructToArray + var yyq1528 [2]bool + _, _, _ = yysep1528, yyq1528, yy2arr1528 + const yyr1528 bool = false + yyq1528[1] = x.SELinuxOptions != nil + var yynn1528 int + if yyr1528 || yy2arr1528 { r.EncodeArrayStart(2) } else { - yynn1537 = 1 - for _, b := range yyq1537 { + yynn1528 = 1 + for _, b := range yyq1528 { if b { - yynn1537++ + yynn1528++ } } - r.EncodeMapStart(yynn1537) - yynn1537 = 0 + r.EncodeMapStart(yynn1528) + yynn1528 = 0 } - if yyr1537 || yy2arr1537 { + if yyr1528 || yy2arr1528 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Rule.CodecEncodeSelf(e) } else { @@ -18116,9 +18034,9 @@ func (x *SELinuxStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Rule.CodecEncodeSelf(e) } - if yyr1537 || yy2arr1537 { + if yyr1528 || yy2arr1528 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1537[1] { + if yyq1528[1] { if x.SELinuxOptions == nil { r.EncodeNil() } else { @@ -18128,7 +18046,7 @@ func (x *SELinuxStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1537[1] { + if yyq1528[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("seLinuxOptions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -18139,7 +18057,7 @@ func (x *SELinuxStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1537 || yy2arr1537 { + if yyr1528 || yy2arr1528 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18152,25 +18070,25 @@ func (x *SELinuxStrategyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1540 := z.DecBinary() - _ = yym1540 + yym1531 := z.DecBinary() + _ = yym1531 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1541 := r.ContainerType() - if yyct1541 == codecSelferValueTypeMap1234 { - yyl1541 := r.ReadMapStart() - if yyl1541 == 0 { + yyct1532 := r.ContainerType() + if yyct1532 == codecSelferValueTypeMap1234 { + yyl1532 := r.ReadMapStart() + if yyl1532 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1541, d) + x.codecDecodeSelfFromMap(yyl1532, d) } - } else if yyct1541 == codecSelferValueTypeArray1234 { - yyl1541 := r.ReadArrayStart() - if yyl1541 == 0 { + } else if yyct1532 == codecSelferValueTypeArray1234 { + yyl1532 := r.ReadArrayStart() + if yyl1532 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1541, d) + x.codecDecodeSelfFromArray(yyl1532, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18182,12 +18100,12 @@ func (x *SELinuxStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1542Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1542Slc - var yyhl1542 bool = l >= 0 - for yyj1542 := 0; ; yyj1542++ { - if yyhl1542 { - if yyj1542 >= l { + var yys1533Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1533Slc + var yyhl1533 bool = l >= 0 + for yyj1533 := 0; ; yyj1533++ { + if yyhl1533 { + if yyj1533 >= l { break } } else { @@ -18196,10 +18114,10 @@ func (x *SELinuxStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Deco } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1542Slc = r.DecodeBytes(yys1542Slc, true, true) - yys1542 := string(yys1542Slc) + yys1533Slc = r.DecodeBytes(yys1533Slc, true, true) + yys1533 := string(yys1533Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1542 { + switch yys1533 { case "rule": if r.TryDecodeAsNil() { x.Rule = "" @@ -18218,9 +18136,9 @@ func (x *SELinuxStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Deco x.SELinuxOptions.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1542) - } // end switch yys1542 - } // end for yyj1542 + z.DecStructFieldNotFound(-1, yys1533) + } // end switch yys1533 + } // end for yyj1533 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18228,16 +18146,16 @@ func (x *SELinuxStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978.De var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1545 int - var yyb1545 bool - var yyhl1545 bool = l >= 0 - yyj1545++ - if yyhl1545 { - yyb1545 = yyj1545 > l + var yyj1536 int + var yyb1536 bool + var yyhl1536 bool = l >= 0 + yyj1536++ + if yyhl1536 { + yyb1536 = yyj1536 > l } else { - yyb1545 = r.CheckBreak() + yyb1536 = r.CheckBreak() } - if yyb1545 { + if yyb1536 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18247,13 +18165,13 @@ func (x *SELinuxStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978.De } else { x.Rule = SELinuxStrategy(r.DecodeString()) } - yyj1545++ - if yyhl1545 { - yyb1545 = yyj1545 > l + yyj1536++ + if yyhl1536 { + yyb1536 = yyj1536 > l } else { - yyb1545 = r.CheckBreak() + yyb1536 = r.CheckBreak() } - if yyb1545 { + if yyb1536 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18269,17 +18187,17 @@ func (x *SELinuxStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978.De x.SELinuxOptions.CodecDecodeSelf(d) } for { - yyj1545++ - if yyhl1545 { - yyb1545 = yyj1545 > l + yyj1536++ + if yyhl1536 { + yyb1536 = yyj1536 > l } else { - yyb1545 = r.CheckBreak() + yyb1536 = r.CheckBreak() } - if yyb1545 { + if yyb1536 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1545-1, "") + z.DecStructFieldNotFound(yyj1536-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18288,8 +18206,8 @@ func (x SELinuxStrategy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1548 := z.EncBinary() - _ = yym1548 + yym1539 := z.EncBinary() + _ = yym1539 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -18301,8 +18219,8 @@ func (x *SELinuxStrategy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1549 := z.DecBinary() - _ = yym1549 + yym1540 := z.DecBinary() + _ = yym1540 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -18317,31 +18235,31 @@ func (x *RunAsUserStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1550 := z.EncBinary() - _ = yym1550 + yym1541 := z.EncBinary() + _ = yym1541 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1551 := !z.EncBinary() - yy2arr1551 := z.EncBasicHandle().StructToArray - var yyq1551 [2]bool - _, _, _ = yysep1551, yyq1551, yy2arr1551 - const yyr1551 bool = false - yyq1551[1] = len(x.Ranges) != 0 - var yynn1551 int - if yyr1551 || yy2arr1551 { + yysep1542 := !z.EncBinary() + yy2arr1542 := z.EncBasicHandle().StructToArray + var yyq1542 [2]bool + _, _, _ = yysep1542, yyq1542, yy2arr1542 + const yyr1542 bool = false + yyq1542[1] = len(x.Ranges) != 0 + var yynn1542 int + if yyr1542 || yy2arr1542 { r.EncodeArrayStart(2) } else { - yynn1551 = 1 - for _, b := range yyq1551 { + yynn1542 = 1 + for _, b := range yyq1542 { if b { - yynn1551++ + yynn1542++ } } - r.EncodeMapStart(yynn1551) - yynn1551 = 0 + r.EncodeMapStart(yynn1542) + yynn1542 = 0 } - if yyr1551 || yy2arr1551 { + if yyr1542 || yy2arr1542 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Rule.CodecEncodeSelf(e) } else { @@ -18350,14 +18268,14 @@ func (x *RunAsUserStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Rule.CodecEncodeSelf(e) } - if yyr1551 || yy2arr1551 { + if yyr1542 || yy2arr1542 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1551[1] { + if yyq1542[1] { if x.Ranges == nil { r.EncodeNil() } else { - yym1554 := z.EncBinary() - _ = yym1554 + yym1545 := z.EncBinary() + _ = yym1545 if false { } else { h.encSliceIDRange(([]IDRange)(x.Ranges), e) @@ -18367,15 +18285,15 @@ func (x *RunAsUserStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1551[1] { + if yyq1542[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ranges")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ranges == nil { r.EncodeNil() } else { - yym1555 := z.EncBinary() - _ = yym1555 + yym1546 := z.EncBinary() + _ = yym1546 if false { } else { h.encSliceIDRange(([]IDRange)(x.Ranges), e) @@ -18383,7 +18301,7 @@ func (x *RunAsUserStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1551 || yy2arr1551 { + if yyr1542 || yy2arr1542 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18396,25 +18314,25 @@ func (x *RunAsUserStrategyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1556 := z.DecBinary() - _ = yym1556 + yym1547 := z.DecBinary() + _ = yym1547 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1557 := r.ContainerType() - if yyct1557 == codecSelferValueTypeMap1234 { - yyl1557 := r.ReadMapStart() - if yyl1557 == 0 { + yyct1548 := r.ContainerType() + if yyct1548 == codecSelferValueTypeMap1234 { + yyl1548 := r.ReadMapStart() + if yyl1548 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1557, d) + x.codecDecodeSelfFromMap(yyl1548, d) } - } else if yyct1557 == codecSelferValueTypeArray1234 { - yyl1557 := r.ReadArrayStart() - if yyl1557 == 0 { + } else if yyct1548 == codecSelferValueTypeArray1234 { + yyl1548 := r.ReadArrayStart() + if yyl1548 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1557, d) + x.codecDecodeSelfFromArray(yyl1548, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18426,12 +18344,12 @@ func (x *RunAsUserStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.De var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1558Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1558Slc - var yyhl1558 bool = l >= 0 - for yyj1558 := 0; ; yyj1558++ { - if yyhl1558 { - if yyj1558 >= l { + var yys1549Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1549Slc + var yyhl1549 bool = l >= 0 + for yyj1549 := 0; ; yyj1549++ { + if yyhl1549 { + if yyj1549 >= l { break } } else { @@ -18440,10 +18358,10 @@ func (x *RunAsUserStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.De } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1558Slc = r.DecodeBytes(yys1558Slc, true, true) - yys1558 := string(yys1558Slc) + yys1549Slc = r.DecodeBytes(yys1549Slc, true, true) + yys1549 := string(yys1549Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1558 { + switch yys1549 { case "rule": if r.TryDecodeAsNil() { x.Rule = "" @@ -18454,18 +18372,18 @@ func (x *RunAsUserStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.De if r.TryDecodeAsNil() { x.Ranges = nil } else { - yyv1560 := &x.Ranges - yym1561 := z.DecBinary() - _ = yym1561 + yyv1551 := &x.Ranges + yym1552 := z.DecBinary() + _ = yym1552 if false { } else { - h.decSliceIDRange((*[]IDRange)(yyv1560), d) + h.decSliceIDRange((*[]IDRange)(yyv1551), d) } } default: - z.DecStructFieldNotFound(-1, yys1558) - } // end switch yys1558 - } // end for yyj1558 + z.DecStructFieldNotFound(-1, yys1549) + } // end switch yys1549 + } // end for yyj1549 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18473,16 +18391,16 @@ func (x *RunAsUserStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978. var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1562 int - var yyb1562 bool - var yyhl1562 bool = l >= 0 - yyj1562++ - if yyhl1562 { - yyb1562 = yyj1562 > l + var yyj1553 int + var yyb1553 bool + var yyhl1553 bool = l >= 0 + yyj1553++ + if yyhl1553 { + yyb1553 = yyj1553 > l } else { - yyb1562 = r.CheckBreak() + yyb1553 = r.CheckBreak() } - if yyb1562 { + if yyb1553 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18492,13 +18410,13 @@ func (x *RunAsUserStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.Rule = RunAsUserStrategy(r.DecodeString()) } - yyj1562++ - if yyhl1562 { - yyb1562 = yyj1562 > l + yyj1553++ + if yyhl1553 { + yyb1553 = yyj1553 > l } else { - yyb1562 = r.CheckBreak() + yyb1553 = r.CheckBreak() } - if yyb1562 { + if yyb1553 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18506,26 +18424,26 @@ func (x *RunAsUserStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978. if r.TryDecodeAsNil() { x.Ranges = nil } else { - yyv1564 := &x.Ranges - yym1565 := z.DecBinary() - _ = yym1565 + yyv1555 := &x.Ranges + yym1556 := z.DecBinary() + _ = yym1556 if false { } else { - h.decSliceIDRange((*[]IDRange)(yyv1564), d) + h.decSliceIDRange((*[]IDRange)(yyv1555), d) } } for { - yyj1562++ - if yyhl1562 { - yyb1562 = yyj1562 > l + yyj1553++ + if yyhl1553 { + yyb1553 = yyj1553 > l } else { - yyb1562 = r.CheckBreak() + yyb1553 = r.CheckBreak() } - if yyb1562 { + if yyb1553 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1562-1, "") + z.DecStructFieldNotFound(yyj1553-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18537,33 +18455,33 @@ func (x *IDRange) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1566 := z.EncBinary() - _ = yym1566 + yym1557 := z.EncBinary() + _ = yym1557 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1567 := !z.EncBinary() - yy2arr1567 := z.EncBasicHandle().StructToArray - var yyq1567 [2]bool - _, _, _ = yysep1567, yyq1567, yy2arr1567 - const yyr1567 bool = false - var yynn1567 int - if yyr1567 || yy2arr1567 { + yysep1558 := !z.EncBinary() + yy2arr1558 := z.EncBasicHandle().StructToArray + var yyq1558 [2]bool + _, _, _ = yysep1558, yyq1558, yy2arr1558 + const yyr1558 bool = false + var yynn1558 int + if yyr1558 || yy2arr1558 { r.EncodeArrayStart(2) } else { - yynn1567 = 2 - for _, b := range yyq1567 { + yynn1558 = 2 + for _, b := range yyq1558 { if b { - yynn1567++ + yynn1558++ } } - r.EncodeMapStart(yynn1567) - yynn1567 = 0 + r.EncodeMapStart(yynn1558) + yynn1558 = 0 } - if yyr1567 || yy2arr1567 { + if yyr1558 || yy2arr1558 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1569 := z.EncBinary() - _ = yym1569 + yym1560 := z.EncBinary() + _ = yym1560 if false { } else { r.EncodeInt(int64(x.Min)) @@ -18572,17 +18490,17 @@ func (x *IDRange) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("min")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1570 := z.EncBinary() - _ = yym1570 + yym1561 := z.EncBinary() + _ = yym1561 if false { } else { r.EncodeInt(int64(x.Min)) } } - if yyr1567 || yy2arr1567 { + if yyr1558 || yy2arr1558 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1572 := z.EncBinary() - _ = yym1572 + yym1563 := z.EncBinary() + _ = yym1563 if false { } else { r.EncodeInt(int64(x.Max)) @@ -18591,14 +18509,14 @@ func (x *IDRange) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("max")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1573 := z.EncBinary() - _ = yym1573 + yym1564 := z.EncBinary() + _ = yym1564 if false { } else { r.EncodeInt(int64(x.Max)) } } - if yyr1567 || yy2arr1567 { + if yyr1558 || yy2arr1558 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18611,25 +18529,25 @@ func (x *IDRange) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1574 := z.DecBinary() - _ = yym1574 + yym1565 := z.DecBinary() + _ = yym1565 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1575 := r.ContainerType() - if yyct1575 == codecSelferValueTypeMap1234 { - yyl1575 := r.ReadMapStart() - if yyl1575 == 0 { + yyct1566 := r.ContainerType() + if yyct1566 == codecSelferValueTypeMap1234 { + yyl1566 := r.ReadMapStart() + if yyl1566 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1575, d) + x.codecDecodeSelfFromMap(yyl1566, d) } - } else if yyct1575 == codecSelferValueTypeArray1234 { - yyl1575 := r.ReadArrayStart() - if yyl1575 == 0 { + } else if yyct1566 == codecSelferValueTypeArray1234 { + yyl1566 := r.ReadArrayStart() + if yyl1566 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1575, d) + x.codecDecodeSelfFromArray(yyl1566, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18641,12 +18559,12 @@ func (x *IDRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1576Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1576Slc - var yyhl1576 bool = l >= 0 - for yyj1576 := 0; ; yyj1576++ { - if yyhl1576 { - if yyj1576 >= l { + var yys1567Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1567Slc + var yyhl1567 bool = l >= 0 + for yyj1567 := 0; ; yyj1567++ { + if yyhl1567 { + if yyj1567 >= l { break } } else { @@ -18655,10 +18573,10 @@ func (x *IDRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1576Slc = r.DecodeBytes(yys1576Slc, true, true) - yys1576 := string(yys1576Slc) + yys1567Slc = r.DecodeBytes(yys1567Slc, true, true) + yys1567 := string(yys1567Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1576 { + switch yys1567 { case "min": if r.TryDecodeAsNil() { x.Min = 0 @@ -18672,9 +18590,9 @@ func (x *IDRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Max = int64(r.DecodeInt(64)) } default: - z.DecStructFieldNotFound(-1, yys1576) - } // end switch yys1576 - } // end for yyj1576 + z.DecStructFieldNotFound(-1, yys1567) + } // end switch yys1567 + } // end for yyj1567 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18682,16 +18600,16 @@ func (x *IDRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1579 int - var yyb1579 bool - var yyhl1579 bool = l >= 0 - yyj1579++ - if yyhl1579 { - yyb1579 = yyj1579 > l + var yyj1570 int + var yyb1570 bool + var yyhl1570 bool = l >= 0 + yyj1570++ + if yyhl1570 { + yyb1570 = yyj1570 > l } else { - yyb1579 = r.CheckBreak() + yyb1570 = r.CheckBreak() } - if yyb1579 { + if yyb1570 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18701,13 +18619,13 @@ func (x *IDRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Min = int64(r.DecodeInt(64)) } - yyj1579++ - if yyhl1579 { - yyb1579 = yyj1579 > l + yyj1570++ + if yyhl1570 { + yyb1570 = yyj1570 > l } else { - yyb1579 = r.CheckBreak() + yyb1570 = r.CheckBreak() } - if yyb1579 { + if yyb1570 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18718,17 +18636,17 @@ func (x *IDRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Max = int64(r.DecodeInt(64)) } for { - yyj1579++ - if yyhl1579 { - yyb1579 = yyj1579 > l + yyj1570++ + if yyhl1570 { + yyb1570 = yyj1570 > l } else { - yyb1579 = r.CheckBreak() + yyb1570 = r.CheckBreak() } - if yyb1579 { + if yyb1570 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1579-1, "") + z.DecStructFieldNotFound(yyj1570-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18737,8 +18655,8 @@ func (x RunAsUserStrategy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1582 := z.EncBinary() - _ = yym1582 + yym1573 := z.EncBinary() + _ = yym1573 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -18750,8 +18668,8 @@ func (x *RunAsUserStrategy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1583 := z.DecBinary() - _ = yym1583 + yym1574 := z.DecBinary() + _ = yym1574 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -18766,54 +18684,54 @@ func (x *FSGroupStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1584 := z.EncBinary() - _ = yym1584 + yym1575 := z.EncBinary() + _ = yym1575 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1585 := !z.EncBinary() - yy2arr1585 := z.EncBasicHandle().StructToArray - var yyq1585 [2]bool - _, _, _ = yysep1585, yyq1585, yy2arr1585 - const yyr1585 bool = false - yyq1585[0] = x.Rule != "" - yyq1585[1] = len(x.Ranges) != 0 - var yynn1585 int - if yyr1585 || yy2arr1585 { + yysep1576 := !z.EncBinary() + yy2arr1576 := z.EncBasicHandle().StructToArray + var yyq1576 [2]bool + _, _, _ = yysep1576, yyq1576, yy2arr1576 + const yyr1576 bool = false + yyq1576[0] = x.Rule != "" + yyq1576[1] = len(x.Ranges) != 0 + var yynn1576 int + if yyr1576 || yy2arr1576 { r.EncodeArrayStart(2) } else { - yynn1585 = 0 - for _, b := range yyq1585 { + yynn1576 = 0 + for _, b := range yyq1576 { if b { - yynn1585++ + yynn1576++ } } - r.EncodeMapStart(yynn1585) - yynn1585 = 0 + r.EncodeMapStart(yynn1576) + yynn1576 = 0 } - if yyr1585 || yy2arr1585 { + if yyr1576 || yy2arr1576 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1585[0] { + if yyq1576[0] { x.Rule.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1585[0] { + if yyq1576[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("rule")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Rule.CodecEncodeSelf(e) } } - if yyr1585 || yy2arr1585 { + if yyr1576 || yy2arr1576 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1585[1] { + if yyq1576[1] { if x.Ranges == nil { r.EncodeNil() } else { - yym1588 := z.EncBinary() - _ = yym1588 + yym1579 := z.EncBinary() + _ = yym1579 if false { } else { h.encSliceIDRange(([]IDRange)(x.Ranges), e) @@ -18823,15 +18741,15 @@ func (x *FSGroupStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1585[1] { + if yyq1576[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ranges")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ranges == nil { r.EncodeNil() } else { - yym1589 := z.EncBinary() - _ = yym1589 + yym1580 := z.EncBinary() + _ = yym1580 if false { } else { h.encSliceIDRange(([]IDRange)(x.Ranges), e) @@ -18839,7 +18757,7 @@ func (x *FSGroupStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1585 || yy2arr1585 { + if yyr1576 || yy2arr1576 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18852,25 +18770,25 @@ func (x *FSGroupStrategyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1590 := z.DecBinary() - _ = yym1590 + yym1581 := z.DecBinary() + _ = yym1581 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1591 := r.ContainerType() - if yyct1591 == codecSelferValueTypeMap1234 { - yyl1591 := r.ReadMapStart() - if yyl1591 == 0 { + yyct1582 := r.ContainerType() + if yyct1582 == codecSelferValueTypeMap1234 { + yyl1582 := r.ReadMapStart() + if yyl1582 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1591, d) + x.codecDecodeSelfFromMap(yyl1582, d) } - } else if yyct1591 == codecSelferValueTypeArray1234 { - yyl1591 := r.ReadArrayStart() - if yyl1591 == 0 { + } else if yyct1582 == codecSelferValueTypeArray1234 { + yyl1582 := r.ReadArrayStart() + if yyl1582 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1591, d) + x.codecDecodeSelfFromArray(yyl1582, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18882,12 +18800,12 @@ func (x *FSGroupStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1592Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1592Slc - var yyhl1592 bool = l >= 0 - for yyj1592 := 0; ; yyj1592++ { - if yyhl1592 { - if yyj1592 >= l { + var yys1583Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1583Slc + var yyhl1583 bool = l >= 0 + for yyj1583 := 0; ; yyj1583++ { + if yyhl1583 { + if yyj1583 >= l { break } } else { @@ -18896,10 +18814,10 @@ func (x *FSGroupStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Deco } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1592Slc = r.DecodeBytes(yys1592Slc, true, true) - yys1592 := string(yys1592Slc) + yys1583Slc = r.DecodeBytes(yys1583Slc, true, true) + yys1583 := string(yys1583Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1592 { + switch yys1583 { case "rule": if r.TryDecodeAsNil() { x.Rule = "" @@ -18910,18 +18828,18 @@ func (x *FSGroupStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.Ranges = nil } else { - yyv1594 := &x.Ranges - yym1595 := z.DecBinary() - _ = yym1595 + yyv1585 := &x.Ranges + yym1586 := z.DecBinary() + _ = yym1586 if false { } else { - h.decSliceIDRange((*[]IDRange)(yyv1594), d) + h.decSliceIDRange((*[]IDRange)(yyv1585), d) } } default: - z.DecStructFieldNotFound(-1, yys1592) - } // end switch yys1592 - } // end for yyj1592 + z.DecStructFieldNotFound(-1, yys1583) + } // end switch yys1583 + } // end for yyj1583 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18929,16 +18847,16 @@ func (x *FSGroupStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978.De var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1596 int - var yyb1596 bool - var yyhl1596 bool = l >= 0 - yyj1596++ - if yyhl1596 { - yyb1596 = yyj1596 > l + var yyj1587 int + var yyb1587 bool + var yyhl1587 bool = l >= 0 + yyj1587++ + if yyhl1587 { + yyb1587 = yyj1587 > l } else { - yyb1596 = r.CheckBreak() + yyb1587 = r.CheckBreak() } - if yyb1596 { + if yyb1587 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18948,13 +18866,13 @@ func (x *FSGroupStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978.De } else { x.Rule = FSGroupStrategyType(r.DecodeString()) } - yyj1596++ - if yyhl1596 { - yyb1596 = yyj1596 > l + yyj1587++ + if yyhl1587 { + yyb1587 = yyj1587 > l } else { - yyb1596 = r.CheckBreak() + yyb1587 = r.CheckBreak() } - if yyb1596 { + if yyb1587 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18962,26 +18880,26 @@ func (x *FSGroupStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978.De if r.TryDecodeAsNil() { x.Ranges = nil } else { - yyv1598 := &x.Ranges - yym1599 := z.DecBinary() - _ = yym1599 + yyv1589 := &x.Ranges + yym1590 := z.DecBinary() + _ = yym1590 if false { } else { - h.decSliceIDRange((*[]IDRange)(yyv1598), d) + h.decSliceIDRange((*[]IDRange)(yyv1589), d) } } for { - yyj1596++ - if yyhl1596 { - yyb1596 = yyj1596 > l + yyj1587++ + if yyhl1587 { + yyb1587 = yyj1587 > l } else { - yyb1596 = r.CheckBreak() + yyb1587 = r.CheckBreak() } - if yyb1596 { + if yyb1587 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1596-1, "") + z.DecStructFieldNotFound(yyj1587-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18990,8 +18908,8 @@ func (x FSGroupStrategyType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1600 := z.EncBinary() - _ = yym1600 + yym1591 := z.EncBinary() + _ = yym1591 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -19003,8 +18921,8 @@ func (x *FSGroupStrategyType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1601 := z.DecBinary() - _ = yym1601 + yym1592 := z.DecBinary() + _ = yym1592 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -19019,54 +18937,54 @@ func (x *SupplementalGroupsStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder if x == nil { r.EncodeNil() } else { - yym1602 := z.EncBinary() - _ = yym1602 + yym1593 := z.EncBinary() + _ = yym1593 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1603 := !z.EncBinary() - yy2arr1603 := z.EncBasicHandle().StructToArray - var yyq1603 [2]bool - _, _, _ = yysep1603, yyq1603, yy2arr1603 - const yyr1603 bool = false - yyq1603[0] = x.Rule != "" - yyq1603[1] = len(x.Ranges) != 0 - var yynn1603 int - if yyr1603 || yy2arr1603 { + yysep1594 := !z.EncBinary() + yy2arr1594 := z.EncBasicHandle().StructToArray + var yyq1594 [2]bool + _, _, _ = yysep1594, yyq1594, yy2arr1594 + const yyr1594 bool = false + yyq1594[0] = x.Rule != "" + yyq1594[1] = len(x.Ranges) != 0 + var yynn1594 int + if yyr1594 || yy2arr1594 { r.EncodeArrayStart(2) } else { - yynn1603 = 0 - for _, b := range yyq1603 { + yynn1594 = 0 + for _, b := range yyq1594 { if b { - yynn1603++ + yynn1594++ } } - r.EncodeMapStart(yynn1603) - yynn1603 = 0 + r.EncodeMapStart(yynn1594) + yynn1594 = 0 } - if yyr1603 || yy2arr1603 { + if yyr1594 || yy2arr1594 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1603[0] { + if yyq1594[0] { x.Rule.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1603[0] { + if yyq1594[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("rule")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Rule.CodecEncodeSelf(e) } } - if yyr1603 || yy2arr1603 { + if yyr1594 || yy2arr1594 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1603[1] { + if yyq1594[1] { if x.Ranges == nil { r.EncodeNil() } else { - yym1606 := z.EncBinary() - _ = yym1606 + yym1597 := z.EncBinary() + _ = yym1597 if false { } else { h.encSliceIDRange(([]IDRange)(x.Ranges), e) @@ -19076,15 +18994,15 @@ func (x *SupplementalGroupsStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder r.EncodeNil() } } else { - if yyq1603[1] { + if yyq1594[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ranges")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ranges == nil { r.EncodeNil() } else { - yym1607 := z.EncBinary() - _ = yym1607 + yym1598 := z.EncBinary() + _ = yym1598 if false { } else { h.encSliceIDRange(([]IDRange)(x.Ranges), e) @@ -19092,7 +19010,7 @@ func (x *SupplementalGroupsStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder } } } - if yyr1603 || yy2arr1603 { + if yyr1594 || yy2arr1594 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -19105,25 +19023,25 @@ func (x *SupplementalGroupsStrategyOptions) CodecDecodeSelf(d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1608 := z.DecBinary() - _ = yym1608 + yym1599 := z.DecBinary() + _ = yym1599 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1609 := r.ContainerType() - if yyct1609 == codecSelferValueTypeMap1234 { - yyl1609 := r.ReadMapStart() - if yyl1609 == 0 { + yyct1600 := r.ContainerType() + if yyct1600 == codecSelferValueTypeMap1234 { + yyl1600 := r.ReadMapStart() + if yyl1600 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1609, d) + x.codecDecodeSelfFromMap(yyl1600, d) } - } else if yyct1609 == codecSelferValueTypeArray1234 { - yyl1609 := r.ReadArrayStart() - if yyl1609 == 0 { + } else if yyct1600 == codecSelferValueTypeArray1234 { + yyl1600 := r.ReadArrayStart() + if yyl1600 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1609, d) + x.codecDecodeSelfFromArray(yyl1600, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -19135,12 +19053,12 @@ func (x *SupplementalGroupsStrategyOptions) codecDecodeSelfFromMap(l int, d *cod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1610Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1610Slc - var yyhl1610 bool = l >= 0 - for yyj1610 := 0; ; yyj1610++ { - if yyhl1610 { - if yyj1610 >= l { + var yys1601Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1601Slc + var yyhl1601 bool = l >= 0 + for yyj1601 := 0; ; yyj1601++ { + if yyhl1601 { + if yyj1601 >= l { break } } else { @@ -19149,10 +19067,10 @@ func (x *SupplementalGroupsStrategyOptions) codecDecodeSelfFromMap(l int, d *cod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1610Slc = r.DecodeBytes(yys1610Slc, true, true) - yys1610 := string(yys1610Slc) + yys1601Slc = r.DecodeBytes(yys1601Slc, true, true) + yys1601 := string(yys1601Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1610 { + switch yys1601 { case "rule": if r.TryDecodeAsNil() { x.Rule = "" @@ -19163,18 +19081,18 @@ func (x *SupplementalGroupsStrategyOptions) codecDecodeSelfFromMap(l int, d *cod if r.TryDecodeAsNil() { x.Ranges = nil } else { - yyv1612 := &x.Ranges - yym1613 := z.DecBinary() - _ = yym1613 + yyv1603 := &x.Ranges + yym1604 := z.DecBinary() + _ = yym1604 if false { } else { - h.decSliceIDRange((*[]IDRange)(yyv1612), d) + h.decSliceIDRange((*[]IDRange)(yyv1603), d) } } default: - z.DecStructFieldNotFound(-1, yys1610) - } // end switch yys1610 - } // end for yyj1610 + z.DecStructFieldNotFound(-1, yys1601) + } // end switch yys1601 + } // end for yyj1601 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -19182,16 +19100,16 @@ func (x *SupplementalGroupsStrategyOptions) codecDecodeSelfFromArray(l int, d *c var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1614 int - var yyb1614 bool - var yyhl1614 bool = l >= 0 - yyj1614++ - if yyhl1614 { - yyb1614 = yyj1614 > l + var yyj1605 int + var yyb1605 bool + var yyhl1605 bool = l >= 0 + yyj1605++ + if yyhl1605 { + yyb1605 = yyj1605 > l } else { - yyb1614 = r.CheckBreak() + yyb1605 = r.CheckBreak() } - if yyb1614 { + if yyb1605 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19201,13 +19119,13 @@ func (x *SupplementalGroupsStrategyOptions) codecDecodeSelfFromArray(l int, d *c } else { x.Rule = SupplementalGroupsStrategyType(r.DecodeString()) } - yyj1614++ - if yyhl1614 { - yyb1614 = yyj1614 > l + yyj1605++ + if yyhl1605 { + yyb1605 = yyj1605 > l } else { - yyb1614 = r.CheckBreak() + yyb1605 = r.CheckBreak() } - if yyb1614 { + if yyb1605 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19215,26 +19133,26 @@ func (x *SupplementalGroupsStrategyOptions) codecDecodeSelfFromArray(l int, d *c if r.TryDecodeAsNil() { x.Ranges = nil } else { - yyv1616 := &x.Ranges - yym1617 := z.DecBinary() - _ = yym1617 + yyv1607 := &x.Ranges + yym1608 := z.DecBinary() + _ = yym1608 if false { } else { - h.decSliceIDRange((*[]IDRange)(yyv1616), d) + h.decSliceIDRange((*[]IDRange)(yyv1607), d) } } for { - yyj1614++ - if yyhl1614 { - yyb1614 = yyj1614 > l + yyj1605++ + if yyhl1605 { + yyb1605 = yyj1605 > l } else { - yyb1614 = r.CheckBreak() + yyb1605 = r.CheckBreak() } - if yyb1614 { + if yyb1605 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1614-1, "") + z.DecStructFieldNotFound(yyj1605-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -19243,8 +19161,8 @@ func (x SupplementalGroupsStrategyType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1618 := z.EncBinary() - _ = yym1618 + yym1609 := z.EncBinary() + _ = yym1609 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -19256,8 +19174,8 @@ func (x *SupplementalGroupsStrategyType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1619 := z.DecBinary() - _ = yym1619 + yym1610 := z.DecBinary() + _ = yym1610 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -19272,37 +19190,37 @@ func (x *PodSecurityPolicyList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1620 := z.EncBinary() - _ = yym1620 + yym1611 := z.EncBinary() + _ = yym1611 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1621 := !z.EncBinary() - yy2arr1621 := z.EncBasicHandle().StructToArray - var yyq1621 [4]bool - _, _, _ = yysep1621, yyq1621, yy2arr1621 - const yyr1621 bool = false - yyq1621[0] = x.Kind != "" - yyq1621[1] = x.APIVersion != "" - yyq1621[2] = true - var yynn1621 int - if yyr1621 || yy2arr1621 { + yysep1612 := !z.EncBinary() + yy2arr1612 := z.EncBasicHandle().StructToArray + var yyq1612 [4]bool + _, _, _ = yysep1612, yyq1612, yy2arr1612 + const yyr1612 bool = false + yyq1612[0] = x.Kind != "" + yyq1612[1] = x.APIVersion != "" + yyq1612[2] = true + var yynn1612 int + if yyr1612 || yy2arr1612 { r.EncodeArrayStart(4) } else { - yynn1621 = 1 - for _, b := range yyq1621 { + yynn1612 = 1 + for _, b := range yyq1612 { if b { - yynn1621++ + yynn1612++ } } - r.EncodeMapStart(yynn1621) - yynn1621 = 0 + r.EncodeMapStart(yynn1612) + yynn1612 = 0 } - if yyr1621 || yy2arr1621 { + if yyr1612 || yy2arr1612 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1621[0] { - yym1623 := z.EncBinary() - _ = yym1623 + if yyq1612[0] { + yym1614 := z.EncBinary() + _ = yym1614 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -19311,23 +19229,23 @@ func (x *PodSecurityPolicyList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1621[0] { + if yyq1612[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1624 := z.EncBinary() - _ = yym1624 + yym1615 := z.EncBinary() + _ = yym1615 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1621 || yy2arr1621 { + if yyr1612 || yy2arr1612 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1621[1] { - yym1626 := z.EncBinary() - _ = yym1626 + if yyq1612[1] { + yym1617 := z.EncBinary() + _ = yym1617 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -19336,54 +19254,54 @@ func (x *PodSecurityPolicyList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1621[1] { + if yyq1612[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1627 := z.EncBinary() - _ = yym1627 + yym1618 := z.EncBinary() + _ = yym1618 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1621 || yy2arr1621 { + if yyr1612 || yy2arr1612 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1621[2] { - yy1629 := &x.ListMeta - yym1630 := z.EncBinary() - _ = yym1630 + if yyq1612[2] { + yy1620 := &x.ListMeta + yym1621 := z.EncBinary() + _ = yym1621 if false { - } else if z.HasExtensions() && z.EncExt(yy1629) { + } else if z.HasExtensions() && z.EncExt(yy1620) { } else { - z.EncFallback(yy1629) + z.EncFallback(yy1620) } } else { r.EncodeNil() } } else { - if yyq1621[2] { + if yyq1612[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1631 := &x.ListMeta - yym1632 := z.EncBinary() - _ = yym1632 + yy1622 := &x.ListMeta + yym1623 := z.EncBinary() + _ = yym1623 if false { - } else if z.HasExtensions() && z.EncExt(yy1631) { + } else if z.HasExtensions() && z.EncExt(yy1622) { } else { - z.EncFallback(yy1631) + z.EncFallback(yy1622) } } } - if yyr1621 || yy2arr1621 { + if yyr1612 || yy2arr1612 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym1634 := z.EncBinary() - _ = yym1634 + yym1625 := z.EncBinary() + _ = yym1625 if false { } else { h.encSlicePodSecurityPolicy(([]PodSecurityPolicy)(x.Items), e) @@ -19396,15 +19314,15 @@ func (x *PodSecurityPolicyList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym1635 := z.EncBinary() - _ = yym1635 + yym1626 := z.EncBinary() + _ = yym1626 if false { } else { h.encSlicePodSecurityPolicy(([]PodSecurityPolicy)(x.Items), e) } } } - if yyr1621 || yy2arr1621 { + if yyr1612 || yy2arr1612 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -19417,25 +19335,25 @@ func (x *PodSecurityPolicyList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1636 := z.DecBinary() - _ = yym1636 + yym1627 := z.DecBinary() + _ = yym1627 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1637 := r.ContainerType() - if yyct1637 == codecSelferValueTypeMap1234 { - yyl1637 := r.ReadMapStart() - if yyl1637 == 0 { + yyct1628 := r.ContainerType() + if yyct1628 == codecSelferValueTypeMap1234 { + yyl1628 := r.ReadMapStart() + if yyl1628 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1637, d) + x.codecDecodeSelfFromMap(yyl1628, d) } - } else if yyct1637 == codecSelferValueTypeArray1234 { - yyl1637 := r.ReadArrayStart() - if yyl1637 == 0 { + } else if yyct1628 == codecSelferValueTypeArray1234 { + yyl1628 := r.ReadArrayStart() + if yyl1628 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1637, d) + x.codecDecodeSelfFromArray(yyl1628, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -19447,12 +19365,12 @@ func (x *PodSecurityPolicyList) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1638Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1638Slc - var yyhl1638 bool = l >= 0 - for yyj1638 := 0; ; yyj1638++ { - if yyhl1638 { - if yyj1638 >= l { + var yys1629Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1629Slc + var yyhl1629 bool = l >= 0 + for yyj1629 := 0; ; yyj1629++ { + if yyhl1629 { + if yyj1629 >= l { break } } else { @@ -19461,10 +19379,10 @@ func (x *PodSecurityPolicyList) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1638Slc = r.DecodeBytes(yys1638Slc, true, true) - yys1638 := string(yys1638Slc) + yys1629Slc = r.DecodeBytes(yys1629Slc, true, true) + yys1629 := string(yys1629Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1638 { + switch yys1629 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -19481,31 +19399,31 @@ func (x *PodSecurityPolicyList) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv1641 := &x.ListMeta - yym1642 := z.DecBinary() - _ = yym1642 + yyv1632 := &x.ListMeta + yym1633 := z.DecBinary() + _ = yym1633 if false { - } else if z.HasExtensions() && z.DecExt(yyv1641) { + } else if z.HasExtensions() && z.DecExt(yyv1632) { } else { - z.DecFallback(yyv1641, false) + z.DecFallback(yyv1632, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1643 := &x.Items - yym1644 := z.DecBinary() - _ = yym1644 + yyv1634 := &x.Items + yym1635 := z.DecBinary() + _ = yym1635 if false { } else { - h.decSlicePodSecurityPolicy((*[]PodSecurityPolicy)(yyv1643), d) + h.decSlicePodSecurityPolicy((*[]PodSecurityPolicy)(yyv1634), d) } } default: - z.DecStructFieldNotFound(-1, yys1638) - } // end switch yys1638 - } // end for yyj1638 + z.DecStructFieldNotFound(-1, yys1629) + } // end switch yys1629 + } // end for yyj1629 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -19513,16 +19431,16 @@ func (x *PodSecurityPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1645 int - var yyb1645 bool - var yyhl1645 bool = l >= 0 - yyj1645++ - if yyhl1645 { - yyb1645 = yyj1645 > l + var yyj1636 int + var yyb1636 bool + var yyhl1636 bool = l >= 0 + yyj1636++ + if yyhl1636 { + yyb1636 = yyj1636 > l } else { - yyb1645 = r.CheckBreak() + yyb1636 = r.CheckBreak() } - if yyb1645 { + if yyb1636 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19532,13 +19450,13 @@ func (x *PodSecurityPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Kind = string(r.DecodeString()) } - yyj1645++ - if yyhl1645 { - yyb1645 = yyj1645 > l + yyj1636++ + if yyhl1636 { + yyb1636 = yyj1636 > l } else { - yyb1645 = r.CheckBreak() + yyb1636 = r.CheckBreak() } - if yyb1645 { + if yyb1636 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19548,13 +19466,13 @@ func (x *PodSecurityPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.APIVersion = string(r.DecodeString()) } - yyj1645++ - if yyhl1645 { - yyb1645 = yyj1645 > l + yyj1636++ + if yyhl1636 { + yyb1636 = yyj1636 > l } else { - yyb1645 = r.CheckBreak() + yyb1636 = r.CheckBreak() } - if yyb1645 { + if yyb1636 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19562,22 +19480,22 @@ func (x *PodSecurityPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv1648 := &x.ListMeta - yym1649 := z.DecBinary() - _ = yym1649 + yyv1639 := &x.ListMeta + yym1640 := z.DecBinary() + _ = yym1640 if false { - } else if z.HasExtensions() && z.DecExt(yyv1648) { + } else if z.HasExtensions() && z.DecExt(yyv1639) { } else { - z.DecFallback(yyv1648, false) + z.DecFallback(yyv1639, false) } } - yyj1645++ - if yyhl1645 { - yyb1645 = yyj1645 > l + yyj1636++ + if yyhl1636 { + yyb1636 = yyj1636 > l } else { - yyb1645 = r.CheckBreak() + yyb1636 = r.CheckBreak() } - if yyb1645 { + if yyb1636 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19585,26 +19503,26 @@ func (x *PodSecurityPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1650 := &x.Items - yym1651 := z.DecBinary() - _ = yym1651 + yyv1641 := &x.Items + yym1642 := z.DecBinary() + _ = yym1642 if false { } else { - h.decSlicePodSecurityPolicy((*[]PodSecurityPolicy)(yyv1650), d) + h.decSlicePodSecurityPolicy((*[]PodSecurityPolicy)(yyv1641), d) } } for { - yyj1645++ - if yyhl1645 { - yyb1645 = yyj1645 > l + yyj1636++ + if yyhl1636 { + yyb1636 = yyj1636 > l } else { - yyb1645 = r.CheckBreak() + yyb1636 = r.CheckBreak() } - if yyb1645 { + if yyb1636 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1645-1, "") + z.DecStructFieldNotFound(yyj1636-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -19616,38 +19534,38 @@ func (x *NetworkPolicy) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1652 := z.EncBinary() - _ = yym1652 + yym1643 := z.EncBinary() + _ = yym1643 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1653 := !z.EncBinary() - yy2arr1653 := z.EncBasicHandle().StructToArray - var yyq1653 [4]bool - _, _, _ = yysep1653, yyq1653, yy2arr1653 - const yyr1653 bool = false - yyq1653[0] = x.Kind != "" - yyq1653[1] = x.APIVersion != "" - yyq1653[2] = true - yyq1653[3] = true - var yynn1653 int - if yyr1653 || yy2arr1653 { + yysep1644 := !z.EncBinary() + yy2arr1644 := z.EncBasicHandle().StructToArray + var yyq1644 [4]bool + _, _, _ = yysep1644, yyq1644, yy2arr1644 + const yyr1644 bool = false + yyq1644[0] = x.Kind != "" + yyq1644[1] = x.APIVersion != "" + yyq1644[2] = true + yyq1644[3] = true + var yynn1644 int + if yyr1644 || yy2arr1644 { r.EncodeArrayStart(4) } else { - yynn1653 = 0 - for _, b := range yyq1653 { + yynn1644 = 0 + for _, b := range yyq1644 { if b { - yynn1653++ + yynn1644++ } } - r.EncodeMapStart(yynn1653) - yynn1653 = 0 + r.EncodeMapStart(yynn1644) + yynn1644 = 0 } - if yyr1653 || yy2arr1653 { + if yyr1644 || yy2arr1644 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1653[0] { - yym1655 := z.EncBinary() - _ = yym1655 + if yyq1644[0] { + yym1646 := z.EncBinary() + _ = yym1646 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -19656,23 +19574,23 @@ func (x *NetworkPolicy) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1653[0] { + if yyq1644[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1656 := z.EncBinary() - _ = yym1656 + yym1647 := z.EncBinary() + _ = yym1647 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1653 || yy2arr1653 { + if yyr1644 || yy2arr1644 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1653[1] { - yym1658 := z.EncBinary() - _ = yym1658 + if yyq1644[1] { + yym1649 := z.EncBinary() + _ = yym1649 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -19681,53 +19599,53 @@ func (x *NetworkPolicy) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1653[1] { + if yyq1644[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1659 := z.EncBinary() - _ = yym1659 + yym1650 := z.EncBinary() + _ = yym1650 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1653 || yy2arr1653 { + if yyr1644 || yy2arr1644 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1653[2] { - yy1661 := &x.ObjectMeta - yy1661.CodecEncodeSelf(e) + if yyq1644[2] { + yy1652 := &x.ObjectMeta + yy1652.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1653[2] { + if yyq1644[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1662 := &x.ObjectMeta - yy1662.CodecEncodeSelf(e) + yy1653 := &x.ObjectMeta + yy1653.CodecEncodeSelf(e) } } - if yyr1653 || yy2arr1653 { + if yyr1644 || yy2arr1644 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1653[3] { - yy1664 := &x.Spec - yy1664.CodecEncodeSelf(e) + if yyq1644[3] { + yy1655 := &x.Spec + yy1655.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1653[3] { + if yyq1644[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1665 := &x.Spec - yy1665.CodecEncodeSelf(e) + yy1656 := &x.Spec + yy1656.CodecEncodeSelf(e) } } - if yyr1653 || yy2arr1653 { + if yyr1644 || yy2arr1644 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -19740,25 +19658,25 @@ func (x *NetworkPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1666 := z.DecBinary() - _ = yym1666 + yym1657 := z.DecBinary() + _ = yym1657 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1667 := r.ContainerType() - if yyct1667 == codecSelferValueTypeMap1234 { - yyl1667 := r.ReadMapStart() - if yyl1667 == 0 { + yyct1658 := r.ContainerType() + if yyct1658 == codecSelferValueTypeMap1234 { + yyl1658 := r.ReadMapStart() + if yyl1658 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1667, d) + x.codecDecodeSelfFromMap(yyl1658, d) } - } else if yyct1667 == codecSelferValueTypeArray1234 { - yyl1667 := r.ReadArrayStart() - if yyl1667 == 0 { + } else if yyct1658 == codecSelferValueTypeArray1234 { + yyl1658 := r.ReadArrayStart() + if yyl1658 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1667, d) + x.codecDecodeSelfFromArray(yyl1658, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -19770,12 +19688,12 @@ func (x *NetworkPolicy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1668Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1668Slc - var yyhl1668 bool = l >= 0 - for yyj1668 := 0; ; yyj1668++ { - if yyhl1668 { - if yyj1668 >= l { + var yys1659Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1659Slc + var yyhl1659 bool = l >= 0 + for yyj1659 := 0; ; yyj1659++ { + if yyhl1659 { + if yyj1659 >= l { break } } else { @@ -19784,10 +19702,10 @@ func (x *NetworkPolicy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1668Slc = r.DecodeBytes(yys1668Slc, true, true) - yys1668 := string(yys1668Slc) + yys1659Slc = r.DecodeBytes(yys1659Slc, true, true) + yys1659 := string(yys1659Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1668 { + switch yys1659 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -19804,20 +19722,20 @@ func (x *NetworkPolicy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_v1.ObjectMeta{} } else { - yyv1671 := &x.ObjectMeta - yyv1671.CodecDecodeSelf(d) + yyv1662 := &x.ObjectMeta + yyv1662.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NetworkPolicySpec{} } else { - yyv1672 := &x.Spec - yyv1672.CodecDecodeSelf(d) + yyv1663 := &x.Spec + yyv1663.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1668) - } // end switch yys1668 - } // end for yyj1668 + z.DecStructFieldNotFound(-1, yys1659) + } // end switch yys1659 + } // end for yyj1659 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -19825,16 +19743,16 @@ func (x *NetworkPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1673 int - var yyb1673 bool - var yyhl1673 bool = l >= 0 - yyj1673++ - if yyhl1673 { - yyb1673 = yyj1673 > l + var yyj1664 int + var yyb1664 bool + var yyhl1664 bool = l >= 0 + yyj1664++ + if yyhl1664 { + yyb1664 = yyj1664 > l } else { - yyb1673 = r.CheckBreak() + yyb1664 = r.CheckBreak() } - if yyb1673 { + if yyb1664 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19844,13 +19762,13 @@ func (x *NetworkPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj1673++ - if yyhl1673 { - yyb1673 = yyj1673 > l + yyj1664++ + if yyhl1664 { + yyb1664 = yyj1664 > l } else { - yyb1673 = r.CheckBreak() + yyb1664 = r.CheckBreak() } - if yyb1673 { + if yyb1664 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19860,13 +19778,13 @@ func (x *NetworkPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj1673++ - if yyhl1673 { - yyb1673 = yyj1673 > l + yyj1664++ + if yyhl1664 { + yyb1664 = yyj1664 > l } else { - yyb1673 = r.CheckBreak() + yyb1664 = r.CheckBreak() } - if yyb1673 { + if yyb1664 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19874,16 +19792,16 @@ func (x *NetworkPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_v1.ObjectMeta{} } else { - yyv1676 := &x.ObjectMeta - yyv1676.CodecDecodeSelf(d) + yyv1667 := &x.ObjectMeta + yyv1667.CodecDecodeSelf(d) } - yyj1673++ - if yyhl1673 { - yyb1673 = yyj1673 > l + yyj1664++ + if yyhl1664 { + yyb1664 = yyj1664 > l } else { - yyb1673 = r.CheckBreak() + yyb1664 = r.CheckBreak() } - if yyb1673 { + if yyb1664 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19891,21 +19809,21 @@ func (x *NetworkPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NetworkPolicySpec{} } else { - yyv1677 := &x.Spec - yyv1677.CodecDecodeSelf(d) + yyv1668 := &x.Spec + yyv1668.CodecDecodeSelf(d) } for { - yyj1673++ - if yyhl1673 { - yyb1673 = yyj1673 > l + yyj1664++ + if yyhl1664 { + yyb1664 = yyj1664 > l } else { - yyb1673 = r.CheckBreak() + yyb1664 = r.CheckBreak() } - if yyb1673 { + if yyb1664 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1673-1, "") + z.DecStructFieldNotFound(yyj1664-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -19917,49 +19835,49 @@ func (x *NetworkPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1678 := z.EncBinary() - _ = yym1678 + yym1669 := z.EncBinary() + _ = yym1669 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1679 := !z.EncBinary() - yy2arr1679 := z.EncBasicHandle().StructToArray - var yyq1679 [2]bool - _, _, _ = yysep1679, yyq1679, yy2arr1679 - const yyr1679 bool = false - yyq1679[1] = len(x.Ingress) != 0 - var yynn1679 int - if yyr1679 || yy2arr1679 { + yysep1670 := !z.EncBinary() + yy2arr1670 := z.EncBasicHandle().StructToArray + var yyq1670 [2]bool + _, _, _ = yysep1670, yyq1670, yy2arr1670 + const yyr1670 bool = false + yyq1670[1] = len(x.Ingress) != 0 + var yynn1670 int + if yyr1670 || yy2arr1670 { r.EncodeArrayStart(2) } else { - yynn1679 = 1 - for _, b := range yyq1679 { + yynn1670 = 1 + for _, b := range yyq1670 { if b { - yynn1679++ + yynn1670++ } } - r.EncodeMapStart(yynn1679) - yynn1679 = 0 + r.EncodeMapStart(yynn1670) + yynn1670 = 0 } - if yyr1679 || yy2arr1679 { + if yyr1670 || yy2arr1670 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1681 := &x.PodSelector - yy1681.CodecEncodeSelf(e) + yy1672 := &x.PodSelector + yy1672.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1682 := &x.PodSelector - yy1682.CodecEncodeSelf(e) + yy1673 := &x.PodSelector + yy1673.CodecEncodeSelf(e) } - if yyr1679 || yy2arr1679 { + if yyr1670 || yy2arr1670 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1679[1] { + if yyq1670[1] { if x.Ingress == nil { r.EncodeNil() } else { - yym1684 := z.EncBinary() - _ = yym1684 + yym1675 := z.EncBinary() + _ = yym1675 if false { } else { h.encSliceNetworkPolicyIngressRule(([]NetworkPolicyIngressRule)(x.Ingress), e) @@ -19969,15 +19887,15 @@ func (x *NetworkPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1679[1] { + if yyq1670[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ingress")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ingress == nil { r.EncodeNil() } else { - yym1685 := z.EncBinary() - _ = yym1685 + yym1676 := z.EncBinary() + _ = yym1676 if false { } else { h.encSliceNetworkPolicyIngressRule(([]NetworkPolicyIngressRule)(x.Ingress), e) @@ -19985,7 +19903,7 @@ func (x *NetworkPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1679 || yy2arr1679 { + if yyr1670 || yy2arr1670 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -19998,25 +19916,25 @@ func (x *NetworkPolicySpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1686 := z.DecBinary() - _ = yym1686 + yym1677 := z.DecBinary() + _ = yym1677 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1687 := r.ContainerType() - if yyct1687 == codecSelferValueTypeMap1234 { - yyl1687 := r.ReadMapStart() - if yyl1687 == 0 { + yyct1678 := r.ContainerType() + if yyct1678 == codecSelferValueTypeMap1234 { + yyl1678 := r.ReadMapStart() + if yyl1678 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1687, d) + x.codecDecodeSelfFromMap(yyl1678, d) } - } else if yyct1687 == codecSelferValueTypeArray1234 { - yyl1687 := r.ReadArrayStart() - if yyl1687 == 0 { + } else if yyct1678 == codecSelferValueTypeArray1234 { + yyl1678 := r.ReadArrayStart() + if yyl1678 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1687, d) + x.codecDecodeSelfFromArray(yyl1678, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -20028,12 +19946,12 @@ func (x *NetworkPolicySpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1688Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1688Slc - var yyhl1688 bool = l >= 0 - for yyj1688 := 0; ; yyj1688++ { - if yyhl1688 { - if yyj1688 >= l { + var yys1679Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1679Slc + var yyhl1679 bool = l >= 0 + for yyj1679 := 0; ; yyj1679++ { + if yyhl1679 { + if yyj1679 >= l { break } } else { @@ -20042,33 +19960,33 @@ func (x *NetworkPolicySpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1688Slc = r.DecodeBytes(yys1688Slc, true, true) - yys1688 := string(yys1688Slc) + yys1679Slc = r.DecodeBytes(yys1679Slc, true, true) + yys1679 := string(yys1679Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1688 { + switch yys1679 { case "podSelector": if r.TryDecodeAsNil() { x.PodSelector = LabelSelector{} } else { - yyv1689 := &x.PodSelector - yyv1689.CodecDecodeSelf(d) + yyv1680 := &x.PodSelector + yyv1680.CodecDecodeSelf(d) } case "ingress": if r.TryDecodeAsNil() { x.Ingress = nil } else { - yyv1690 := &x.Ingress - yym1691 := z.DecBinary() - _ = yym1691 + yyv1681 := &x.Ingress + yym1682 := z.DecBinary() + _ = yym1682 if false { } else { - h.decSliceNetworkPolicyIngressRule((*[]NetworkPolicyIngressRule)(yyv1690), d) + h.decSliceNetworkPolicyIngressRule((*[]NetworkPolicyIngressRule)(yyv1681), d) } } default: - z.DecStructFieldNotFound(-1, yys1688) - } // end switch yys1688 - } // end for yyj1688 + z.DecStructFieldNotFound(-1, yys1679) + } // end switch yys1679 + } // end for yyj1679 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -20076,16 +19994,16 @@ func (x *NetworkPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1692 int - var yyb1692 bool - var yyhl1692 bool = l >= 0 - yyj1692++ - if yyhl1692 { - yyb1692 = yyj1692 > l + var yyj1683 int + var yyb1683 bool + var yyhl1683 bool = l >= 0 + yyj1683++ + if yyhl1683 { + yyb1683 = yyj1683 > l } else { - yyb1692 = r.CheckBreak() + yyb1683 = r.CheckBreak() } - if yyb1692 { + if yyb1683 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20093,16 +20011,16 @@ func (x *NetworkPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.PodSelector = LabelSelector{} } else { - yyv1693 := &x.PodSelector - yyv1693.CodecDecodeSelf(d) + yyv1684 := &x.PodSelector + yyv1684.CodecDecodeSelf(d) } - yyj1692++ - if yyhl1692 { - yyb1692 = yyj1692 > l + yyj1683++ + if yyhl1683 { + yyb1683 = yyj1683 > l } else { - yyb1692 = r.CheckBreak() + yyb1683 = r.CheckBreak() } - if yyb1692 { + if yyb1683 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20110,26 +20028,26 @@ func (x *NetworkPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Ingress = nil } else { - yyv1694 := &x.Ingress - yym1695 := z.DecBinary() - _ = yym1695 + yyv1685 := &x.Ingress + yym1686 := z.DecBinary() + _ = yym1686 if false { } else { - h.decSliceNetworkPolicyIngressRule((*[]NetworkPolicyIngressRule)(yyv1694), d) + h.decSliceNetworkPolicyIngressRule((*[]NetworkPolicyIngressRule)(yyv1685), d) } } for { - yyj1692++ - if yyhl1692 { - yyb1692 = yyj1692 > l + yyj1683++ + if yyhl1683 { + yyb1683 = yyj1683 > l } else { - yyb1692 = r.CheckBreak() + yyb1683 = r.CheckBreak() } - if yyb1692 { + if yyb1683 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1692-1, "") + z.DecStructFieldNotFound(yyj1683-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -20141,39 +20059,39 @@ func (x *NetworkPolicyIngressRule) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1696 := z.EncBinary() - _ = yym1696 + yym1687 := z.EncBinary() + _ = yym1687 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1697 := !z.EncBinary() - yy2arr1697 := z.EncBasicHandle().StructToArray - var yyq1697 [2]bool - _, _, _ = yysep1697, yyq1697, yy2arr1697 - const yyr1697 bool = false - yyq1697[0] = len(x.Ports) != 0 - yyq1697[1] = len(x.From) != 0 - var yynn1697 int - if yyr1697 || yy2arr1697 { + yysep1688 := !z.EncBinary() + yy2arr1688 := z.EncBasicHandle().StructToArray + var yyq1688 [2]bool + _, _, _ = yysep1688, yyq1688, yy2arr1688 + const yyr1688 bool = false + yyq1688[0] = len(x.Ports) != 0 + yyq1688[1] = len(x.From) != 0 + var yynn1688 int + if yyr1688 || yy2arr1688 { r.EncodeArrayStart(2) } else { - yynn1697 = 0 - for _, b := range yyq1697 { + yynn1688 = 0 + for _, b := range yyq1688 { if b { - yynn1697++ + yynn1688++ } } - r.EncodeMapStart(yynn1697) - yynn1697 = 0 + r.EncodeMapStart(yynn1688) + yynn1688 = 0 } - if yyr1697 || yy2arr1697 { + if yyr1688 || yy2arr1688 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1697[0] { + if yyq1688[0] { if x.Ports == nil { r.EncodeNil() } else { - yym1699 := z.EncBinary() - _ = yym1699 + yym1690 := z.EncBinary() + _ = yym1690 if false { } else { h.encSliceNetworkPolicyPort(([]NetworkPolicyPort)(x.Ports), e) @@ -20183,15 +20101,15 @@ func (x *NetworkPolicyIngressRule) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1697[0] { + if yyq1688[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ports")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ports == nil { r.EncodeNil() } else { - yym1700 := z.EncBinary() - _ = yym1700 + yym1691 := z.EncBinary() + _ = yym1691 if false { } else { h.encSliceNetworkPolicyPort(([]NetworkPolicyPort)(x.Ports), e) @@ -20199,14 +20117,14 @@ func (x *NetworkPolicyIngressRule) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1697 || yy2arr1697 { + if yyr1688 || yy2arr1688 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1697[1] { + if yyq1688[1] { if x.From == nil { r.EncodeNil() } else { - yym1702 := z.EncBinary() - _ = yym1702 + yym1693 := z.EncBinary() + _ = yym1693 if false { } else { h.encSliceNetworkPolicyPeer(([]NetworkPolicyPeer)(x.From), e) @@ -20216,15 +20134,15 @@ func (x *NetworkPolicyIngressRule) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1697[1] { + if yyq1688[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("from")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.From == nil { r.EncodeNil() } else { - yym1703 := z.EncBinary() - _ = yym1703 + yym1694 := z.EncBinary() + _ = yym1694 if false { } else { h.encSliceNetworkPolicyPeer(([]NetworkPolicyPeer)(x.From), e) @@ -20232,7 +20150,7 @@ func (x *NetworkPolicyIngressRule) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1697 || yy2arr1697 { + if yyr1688 || yy2arr1688 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -20245,25 +20163,25 @@ func (x *NetworkPolicyIngressRule) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1704 := z.DecBinary() - _ = yym1704 + yym1695 := z.DecBinary() + _ = yym1695 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1705 := r.ContainerType() - if yyct1705 == codecSelferValueTypeMap1234 { - yyl1705 := r.ReadMapStart() - if yyl1705 == 0 { + yyct1696 := r.ContainerType() + if yyct1696 == codecSelferValueTypeMap1234 { + yyl1696 := r.ReadMapStart() + if yyl1696 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1705, d) + x.codecDecodeSelfFromMap(yyl1696, d) } - } else if yyct1705 == codecSelferValueTypeArray1234 { - yyl1705 := r.ReadArrayStart() - if yyl1705 == 0 { + } else if yyct1696 == codecSelferValueTypeArray1234 { + yyl1696 := r.ReadArrayStart() + if yyl1696 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1705, d) + x.codecDecodeSelfFromArray(yyl1696, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -20275,12 +20193,12 @@ func (x *NetworkPolicyIngressRule) codecDecodeSelfFromMap(l int, d *codec1978.De var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1706Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1706Slc - var yyhl1706 bool = l >= 0 - for yyj1706 := 0; ; yyj1706++ { - if yyhl1706 { - if yyj1706 >= l { + var yys1697Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1697Slc + var yyhl1697 bool = l >= 0 + for yyj1697 := 0; ; yyj1697++ { + if yyhl1697 { + if yyj1697 >= l { break } } else { @@ -20289,38 +20207,38 @@ func (x *NetworkPolicyIngressRule) codecDecodeSelfFromMap(l int, d *codec1978.De } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1706Slc = r.DecodeBytes(yys1706Slc, true, true) - yys1706 := string(yys1706Slc) + yys1697Slc = r.DecodeBytes(yys1697Slc, true, true) + yys1697 := string(yys1697Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1706 { + switch yys1697 { case "ports": if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv1707 := &x.Ports - yym1708 := z.DecBinary() - _ = yym1708 + yyv1698 := &x.Ports + yym1699 := z.DecBinary() + _ = yym1699 if false { } else { - h.decSliceNetworkPolicyPort((*[]NetworkPolicyPort)(yyv1707), d) + h.decSliceNetworkPolicyPort((*[]NetworkPolicyPort)(yyv1698), d) } } case "from": if r.TryDecodeAsNil() { x.From = nil } else { - yyv1709 := &x.From - yym1710 := z.DecBinary() - _ = yym1710 + yyv1700 := &x.From + yym1701 := z.DecBinary() + _ = yym1701 if false { } else { - h.decSliceNetworkPolicyPeer((*[]NetworkPolicyPeer)(yyv1709), d) + h.decSliceNetworkPolicyPeer((*[]NetworkPolicyPeer)(yyv1700), d) } } default: - z.DecStructFieldNotFound(-1, yys1706) - } // end switch yys1706 - } // end for yyj1706 + z.DecStructFieldNotFound(-1, yys1697) + } // end switch yys1697 + } // end for yyj1697 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -20328,16 +20246,16 @@ func (x *NetworkPolicyIngressRule) codecDecodeSelfFromArray(l int, d *codec1978. var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1711 int - var yyb1711 bool - var yyhl1711 bool = l >= 0 - yyj1711++ - if yyhl1711 { - yyb1711 = yyj1711 > l + var yyj1702 int + var yyb1702 bool + var yyhl1702 bool = l >= 0 + yyj1702++ + if yyhl1702 { + yyb1702 = yyj1702 > l } else { - yyb1711 = r.CheckBreak() + yyb1702 = r.CheckBreak() } - if yyb1711 { + if yyb1702 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20345,21 +20263,21 @@ func (x *NetworkPolicyIngressRule) codecDecodeSelfFromArray(l int, d *codec1978. if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv1712 := &x.Ports - yym1713 := z.DecBinary() - _ = yym1713 + yyv1703 := &x.Ports + yym1704 := z.DecBinary() + _ = yym1704 if false { } else { - h.decSliceNetworkPolicyPort((*[]NetworkPolicyPort)(yyv1712), d) + h.decSliceNetworkPolicyPort((*[]NetworkPolicyPort)(yyv1703), d) } } - yyj1711++ - if yyhl1711 { - yyb1711 = yyj1711 > l + yyj1702++ + if yyhl1702 { + yyb1702 = yyj1702 > l } else { - yyb1711 = r.CheckBreak() + yyb1702 = r.CheckBreak() } - if yyb1711 { + if yyb1702 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20367,26 +20285,26 @@ func (x *NetworkPolicyIngressRule) codecDecodeSelfFromArray(l int, d *codec1978. if r.TryDecodeAsNil() { x.From = nil } else { - yyv1714 := &x.From - yym1715 := z.DecBinary() - _ = yym1715 + yyv1705 := &x.From + yym1706 := z.DecBinary() + _ = yym1706 if false { } else { - h.decSliceNetworkPolicyPeer((*[]NetworkPolicyPeer)(yyv1714), d) + h.decSliceNetworkPolicyPeer((*[]NetworkPolicyPeer)(yyv1705), d) } } for { - yyj1711++ - if yyhl1711 { - yyb1711 = yyj1711 > l + yyj1702++ + if yyhl1702 { + yyb1702 = yyj1702 > l } else { - yyb1711 = r.CheckBreak() + yyb1702 = r.CheckBreak() } - if yyb1711 { + if yyb1702 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1711-1, "") + z.DecStructFieldNotFound(yyj1702-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -20398,79 +20316,79 @@ func (x *NetworkPolicyPort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1716 := z.EncBinary() - _ = yym1716 + yym1707 := z.EncBinary() + _ = yym1707 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1717 := !z.EncBinary() - yy2arr1717 := z.EncBasicHandle().StructToArray - var yyq1717 [2]bool - _, _, _ = yysep1717, yyq1717, yy2arr1717 - const yyr1717 bool = false - yyq1717[0] = x.Protocol != nil - yyq1717[1] = x.Port != nil - var yynn1717 int - if yyr1717 || yy2arr1717 { + yysep1708 := !z.EncBinary() + yy2arr1708 := z.EncBasicHandle().StructToArray + var yyq1708 [2]bool + _, _, _ = yysep1708, yyq1708, yy2arr1708 + const yyr1708 bool = false + yyq1708[0] = x.Protocol != nil + yyq1708[1] = x.Port != nil + var yynn1708 int + if yyr1708 || yy2arr1708 { r.EncodeArrayStart(2) } else { - yynn1717 = 0 - for _, b := range yyq1717 { + yynn1708 = 0 + for _, b := range yyq1708 { if b { - yynn1717++ + yynn1708++ } } - r.EncodeMapStart(yynn1717) - yynn1717 = 0 + r.EncodeMapStart(yynn1708) + yynn1708 = 0 } - if yyr1717 || yy2arr1717 { + if yyr1708 || yy2arr1708 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1717[0] { + if yyq1708[0] { if x.Protocol == nil { r.EncodeNil() } else { - yy1719 := *x.Protocol - yym1720 := z.EncBinary() - _ = yym1720 + yy1710 := *x.Protocol + yym1711 := z.EncBinary() + _ = yym1711 if false { - } else if z.HasExtensions() && z.EncExt(yy1719) { + } else if z.HasExtensions() && z.EncExt(yy1710) { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy1719)) + r.EncodeString(codecSelferC_UTF81234, string(yy1710)) } } } else { r.EncodeNil() } } else { - if yyq1717[0] { + if yyq1708[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("protocol")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Protocol == nil { r.EncodeNil() } else { - yy1721 := *x.Protocol - yym1722 := z.EncBinary() - _ = yym1722 + yy1712 := *x.Protocol + yym1713 := z.EncBinary() + _ = yym1713 if false { - } else if z.HasExtensions() && z.EncExt(yy1721) { + } else if z.HasExtensions() && z.EncExt(yy1712) { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy1721)) + r.EncodeString(codecSelferC_UTF81234, string(yy1712)) } } } } - if yyr1717 || yy2arr1717 { + if yyr1708 || yy2arr1708 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1717[1] { + if yyq1708[1] { if x.Port == nil { r.EncodeNil() } else { - yym1724 := z.EncBinary() - _ = yym1724 + yym1715 := z.EncBinary() + _ = yym1715 if false { } else if z.HasExtensions() && z.EncExt(x.Port) { - } else if !yym1724 && z.IsJSONHandle() { + } else if !yym1715 && z.IsJSONHandle() { z.EncJSONMarshal(x.Port) } else { z.EncFallback(x.Port) @@ -20480,18 +20398,18 @@ func (x *NetworkPolicyPort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1717[1] { + if yyq1708[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Port == nil { r.EncodeNil() } else { - yym1725 := z.EncBinary() - _ = yym1725 + yym1716 := z.EncBinary() + _ = yym1716 if false { } else if z.HasExtensions() && z.EncExt(x.Port) { - } else if !yym1725 && z.IsJSONHandle() { + } else if !yym1716 && z.IsJSONHandle() { z.EncJSONMarshal(x.Port) } else { z.EncFallback(x.Port) @@ -20499,7 +20417,7 @@ func (x *NetworkPolicyPort) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1717 || yy2arr1717 { + if yyr1708 || yy2arr1708 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -20512,25 +20430,25 @@ func (x *NetworkPolicyPort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1726 := z.DecBinary() - _ = yym1726 + yym1717 := z.DecBinary() + _ = yym1717 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1727 := r.ContainerType() - if yyct1727 == codecSelferValueTypeMap1234 { - yyl1727 := r.ReadMapStart() - if yyl1727 == 0 { + yyct1718 := r.ContainerType() + if yyct1718 == codecSelferValueTypeMap1234 { + yyl1718 := r.ReadMapStart() + if yyl1718 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1727, d) + x.codecDecodeSelfFromMap(yyl1718, d) } - } else if yyct1727 == codecSelferValueTypeArray1234 { - yyl1727 := r.ReadArrayStart() - if yyl1727 == 0 { + } else if yyct1718 == codecSelferValueTypeArray1234 { + yyl1718 := r.ReadArrayStart() + if yyl1718 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1727, d) + x.codecDecodeSelfFromArray(yyl1718, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -20542,12 +20460,12 @@ func (x *NetworkPolicyPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1728Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1728Slc - var yyhl1728 bool = l >= 0 - for yyj1728 := 0; ; yyj1728++ { - if yyhl1728 { - if yyj1728 >= l { + var yys1719Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1719Slc + var yyhl1719 bool = l >= 0 + for yyj1719 := 0; ; yyj1719++ { + if yyhl1719 { + if yyj1719 >= l { break } } else { @@ -20556,10 +20474,10 @@ func (x *NetworkPolicyPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1728Slc = r.DecodeBytes(yys1728Slc, true, true) - yys1728 := string(yys1728Slc) + yys1719Slc = r.DecodeBytes(yys1719Slc, true, true) + yys1719 := string(yys1719Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1728 { + switch yys1719 { case "protocol": if r.TryDecodeAsNil() { if x.Protocol != nil { @@ -20580,20 +20498,20 @@ func (x *NetworkPolicyPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.Port == nil { x.Port = new(pkg5_intstr.IntOrString) } - yym1731 := z.DecBinary() - _ = yym1731 + yym1722 := z.DecBinary() + _ = yym1722 if false { } else if z.HasExtensions() && z.DecExt(x.Port) { - } else if !yym1731 && z.IsJSONHandle() { + } else if !yym1722 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.Port) } else { z.DecFallback(x.Port, false) } } default: - z.DecStructFieldNotFound(-1, yys1728) - } // end switch yys1728 - } // end for yyj1728 + z.DecStructFieldNotFound(-1, yys1719) + } // end switch yys1719 + } // end for yyj1719 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -20601,16 +20519,16 @@ func (x *NetworkPolicyPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1732 int - var yyb1732 bool - var yyhl1732 bool = l >= 0 - yyj1732++ - if yyhl1732 { - yyb1732 = yyj1732 > l + var yyj1723 int + var yyb1723 bool + var yyhl1723 bool = l >= 0 + yyj1723++ + if yyhl1723 { + yyb1723 = yyj1723 > l } else { - yyb1732 = r.CheckBreak() + yyb1723 = r.CheckBreak() } - if yyb1732 { + if yyb1723 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20625,13 +20543,13 @@ func (x *NetworkPolicyPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } x.Protocol.CodecDecodeSelf(d) } - yyj1732++ - if yyhl1732 { - yyb1732 = yyj1732 > l + yyj1723++ + if yyhl1723 { + yyb1723 = yyj1723 > l } else { - yyb1732 = r.CheckBreak() + yyb1723 = r.CheckBreak() } - if yyb1732 { + if yyb1723 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20644,28 +20562,28 @@ func (x *NetworkPolicyPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if x.Port == nil { x.Port = new(pkg5_intstr.IntOrString) } - yym1735 := z.DecBinary() - _ = yym1735 + yym1726 := z.DecBinary() + _ = yym1726 if false { } else if z.HasExtensions() && z.DecExt(x.Port) { - } else if !yym1735 && z.IsJSONHandle() { + } else if !yym1726 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.Port) } else { z.DecFallback(x.Port, false) } } for { - yyj1732++ - if yyhl1732 { - yyb1732 = yyj1732 > l + yyj1723++ + if yyhl1723 { + yyb1723 = yyj1723 > l } else { - yyb1732 = r.CheckBreak() + yyb1723 = r.CheckBreak() } - if yyb1732 { + if yyb1723 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1732-1, "") + z.DecStructFieldNotFound(yyj1723-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -20677,34 +20595,34 @@ func (x *NetworkPolicyPeer) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1736 := z.EncBinary() - _ = yym1736 + yym1727 := z.EncBinary() + _ = yym1727 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1737 := !z.EncBinary() - yy2arr1737 := z.EncBasicHandle().StructToArray - var yyq1737 [2]bool - _, _, _ = yysep1737, yyq1737, yy2arr1737 - const yyr1737 bool = false - yyq1737[0] = x.PodSelector != nil - yyq1737[1] = x.NamespaceSelector != nil - var yynn1737 int - if yyr1737 || yy2arr1737 { + yysep1728 := !z.EncBinary() + yy2arr1728 := z.EncBasicHandle().StructToArray + var yyq1728 [2]bool + _, _, _ = yysep1728, yyq1728, yy2arr1728 + const yyr1728 bool = false + yyq1728[0] = x.PodSelector != nil + yyq1728[1] = x.NamespaceSelector != nil + var yynn1728 int + if yyr1728 || yy2arr1728 { r.EncodeArrayStart(2) } else { - yynn1737 = 0 - for _, b := range yyq1737 { + yynn1728 = 0 + for _, b := range yyq1728 { if b { - yynn1737++ + yynn1728++ } } - r.EncodeMapStart(yynn1737) - yynn1737 = 0 + r.EncodeMapStart(yynn1728) + yynn1728 = 0 } - if yyr1737 || yy2arr1737 { + if yyr1728 || yy2arr1728 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1737[0] { + if yyq1728[0] { if x.PodSelector == nil { r.EncodeNil() } else { @@ -20714,7 +20632,7 @@ func (x *NetworkPolicyPeer) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1737[0] { + if yyq1728[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -20725,9 +20643,9 @@ func (x *NetworkPolicyPeer) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1737 || yy2arr1737 { + if yyr1728 || yy2arr1728 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1737[1] { + if yyq1728[1] { if x.NamespaceSelector == nil { r.EncodeNil() } else { @@ -20737,7 +20655,7 @@ func (x *NetworkPolicyPeer) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1737[1] { + if yyq1728[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("namespaceSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -20748,7 +20666,7 @@ func (x *NetworkPolicyPeer) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1737 || yy2arr1737 { + if yyr1728 || yy2arr1728 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -20761,25 +20679,25 @@ func (x *NetworkPolicyPeer) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1740 := z.DecBinary() - _ = yym1740 + yym1731 := z.DecBinary() + _ = yym1731 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1741 := r.ContainerType() - if yyct1741 == codecSelferValueTypeMap1234 { - yyl1741 := r.ReadMapStart() - if yyl1741 == 0 { + yyct1732 := r.ContainerType() + if yyct1732 == codecSelferValueTypeMap1234 { + yyl1732 := r.ReadMapStart() + if yyl1732 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1741, d) + x.codecDecodeSelfFromMap(yyl1732, d) } - } else if yyct1741 == codecSelferValueTypeArray1234 { - yyl1741 := r.ReadArrayStart() - if yyl1741 == 0 { + } else if yyct1732 == codecSelferValueTypeArray1234 { + yyl1732 := r.ReadArrayStart() + if yyl1732 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1741, d) + x.codecDecodeSelfFromArray(yyl1732, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -20791,12 +20709,12 @@ func (x *NetworkPolicyPeer) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1742Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1742Slc - var yyhl1742 bool = l >= 0 - for yyj1742 := 0; ; yyj1742++ { - if yyhl1742 { - if yyj1742 >= l { + var yys1733Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1733Slc + var yyhl1733 bool = l >= 0 + for yyj1733 := 0; ; yyj1733++ { + if yyhl1733 { + if yyj1733 >= l { break } } else { @@ -20805,10 +20723,10 @@ func (x *NetworkPolicyPeer) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1742Slc = r.DecodeBytes(yys1742Slc, true, true) - yys1742 := string(yys1742Slc) + yys1733Slc = r.DecodeBytes(yys1733Slc, true, true) + yys1733 := string(yys1733Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1742 { + switch yys1733 { case "podSelector": if r.TryDecodeAsNil() { if x.PodSelector != nil { @@ -20832,9 +20750,9 @@ func (x *NetworkPolicyPeer) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.NamespaceSelector.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1742) - } // end switch yys1742 - } // end for yyj1742 + z.DecStructFieldNotFound(-1, yys1733) + } // end switch yys1733 + } // end for yyj1733 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -20842,16 +20760,16 @@ func (x *NetworkPolicyPeer) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1745 int - var yyb1745 bool - var yyhl1745 bool = l >= 0 - yyj1745++ - if yyhl1745 { - yyb1745 = yyj1745 > l + var yyj1736 int + var yyb1736 bool + var yyhl1736 bool = l >= 0 + yyj1736++ + if yyhl1736 { + yyb1736 = yyj1736 > l } else { - yyb1745 = r.CheckBreak() + yyb1736 = r.CheckBreak() } - if yyb1745 { + if yyb1736 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20866,13 +20784,13 @@ func (x *NetworkPolicyPeer) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } x.PodSelector.CodecDecodeSelf(d) } - yyj1745++ - if yyhl1745 { - yyb1745 = yyj1745 > l + yyj1736++ + if yyhl1736 { + yyb1736 = yyj1736 > l } else { - yyb1745 = r.CheckBreak() + yyb1736 = r.CheckBreak() } - if yyb1745 { + if yyb1736 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20888,17 +20806,17 @@ func (x *NetworkPolicyPeer) codecDecodeSelfFromArray(l int, d *codec1978.Decoder x.NamespaceSelector.CodecDecodeSelf(d) } for { - yyj1745++ - if yyhl1745 { - yyb1745 = yyj1745 > l + yyj1736++ + if yyhl1736 { + yyb1736 = yyj1736 > l } else { - yyb1745 = r.CheckBreak() + yyb1736 = r.CheckBreak() } - if yyb1745 { + if yyb1736 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1745-1, "") + z.DecStructFieldNotFound(yyj1736-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -20910,37 +20828,37 @@ func (x *NetworkPolicyList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1748 := z.EncBinary() - _ = yym1748 + yym1739 := z.EncBinary() + _ = yym1739 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1749 := !z.EncBinary() - yy2arr1749 := z.EncBasicHandle().StructToArray - var yyq1749 [4]bool - _, _, _ = yysep1749, yyq1749, yy2arr1749 - const yyr1749 bool = false - yyq1749[0] = x.Kind != "" - yyq1749[1] = x.APIVersion != "" - yyq1749[2] = true - var yynn1749 int - if yyr1749 || yy2arr1749 { + yysep1740 := !z.EncBinary() + yy2arr1740 := z.EncBasicHandle().StructToArray + var yyq1740 [4]bool + _, _, _ = yysep1740, yyq1740, yy2arr1740 + const yyr1740 bool = false + yyq1740[0] = x.Kind != "" + yyq1740[1] = x.APIVersion != "" + yyq1740[2] = true + var yynn1740 int + if yyr1740 || yy2arr1740 { r.EncodeArrayStart(4) } else { - yynn1749 = 1 - for _, b := range yyq1749 { + yynn1740 = 1 + for _, b := range yyq1740 { if b { - yynn1749++ + yynn1740++ } } - r.EncodeMapStart(yynn1749) - yynn1749 = 0 + r.EncodeMapStart(yynn1740) + yynn1740 = 0 } - if yyr1749 || yy2arr1749 { + if yyr1740 || yy2arr1740 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1749[0] { - yym1751 := z.EncBinary() - _ = yym1751 + if yyq1740[0] { + yym1742 := z.EncBinary() + _ = yym1742 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -20949,23 +20867,23 @@ func (x *NetworkPolicyList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1749[0] { + if yyq1740[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1752 := z.EncBinary() - _ = yym1752 + yym1743 := z.EncBinary() + _ = yym1743 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1749 || yy2arr1749 { + if yyr1740 || yy2arr1740 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1749[1] { - yym1754 := z.EncBinary() - _ = yym1754 + if yyq1740[1] { + yym1745 := z.EncBinary() + _ = yym1745 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -20974,54 +20892,54 @@ func (x *NetworkPolicyList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1749[1] { + if yyq1740[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1755 := z.EncBinary() - _ = yym1755 + yym1746 := z.EncBinary() + _ = yym1746 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1749 || yy2arr1749 { + if yyr1740 || yy2arr1740 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1749[2] { - yy1757 := &x.ListMeta - yym1758 := z.EncBinary() - _ = yym1758 + if yyq1740[2] { + yy1748 := &x.ListMeta + yym1749 := z.EncBinary() + _ = yym1749 if false { - } else if z.HasExtensions() && z.EncExt(yy1757) { + } else if z.HasExtensions() && z.EncExt(yy1748) { } else { - z.EncFallback(yy1757) + z.EncFallback(yy1748) } } else { r.EncodeNil() } } else { - if yyq1749[2] { + if yyq1740[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1759 := &x.ListMeta - yym1760 := z.EncBinary() - _ = yym1760 + yy1750 := &x.ListMeta + yym1751 := z.EncBinary() + _ = yym1751 if false { - } else if z.HasExtensions() && z.EncExt(yy1759) { + } else if z.HasExtensions() && z.EncExt(yy1750) { } else { - z.EncFallback(yy1759) + z.EncFallback(yy1750) } } } - if yyr1749 || yy2arr1749 { + if yyr1740 || yy2arr1740 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym1762 := z.EncBinary() - _ = yym1762 + yym1753 := z.EncBinary() + _ = yym1753 if false { } else { h.encSliceNetworkPolicy(([]NetworkPolicy)(x.Items), e) @@ -21034,15 +20952,15 @@ func (x *NetworkPolicyList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym1763 := z.EncBinary() - _ = yym1763 + yym1754 := z.EncBinary() + _ = yym1754 if false { } else { h.encSliceNetworkPolicy(([]NetworkPolicy)(x.Items), e) } } } - if yyr1749 || yy2arr1749 { + if yyr1740 || yy2arr1740 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -21055,25 +20973,25 @@ func (x *NetworkPolicyList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1764 := z.DecBinary() - _ = yym1764 + yym1755 := z.DecBinary() + _ = yym1755 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1765 := r.ContainerType() - if yyct1765 == codecSelferValueTypeMap1234 { - yyl1765 := r.ReadMapStart() - if yyl1765 == 0 { + yyct1756 := r.ContainerType() + if yyct1756 == codecSelferValueTypeMap1234 { + yyl1756 := r.ReadMapStart() + if yyl1756 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1765, d) + x.codecDecodeSelfFromMap(yyl1756, d) } - } else if yyct1765 == codecSelferValueTypeArray1234 { - yyl1765 := r.ReadArrayStart() - if yyl1765 == 0 { + } else if yyct1756 == codecSelferValueTypeArray1234 { + yyl1756 := r.ReadArrayStart() + if yyl1756 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1765, d) + x.codecDecodeSelfFromArray(yyl1756, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -21085,12 +21003,12 @@ func (x *NetworkPolicyList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1766Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1766Slc - var yyhl1766 bool = l >= 0 - for yyj1766 := 0; ; yyj1766++ { - if yyhl1766 { - if yyj1766 >= l { + var yys1757Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1757Slc + var yyhl1757 bool = l >= 0 + for yyj1757 := 0; ; yyj1757++ { + if yyhl1757 { + if yyj1757 >= l { break } } else { @@ -21099,10 +21017,10 @@ func (x *NetworkPolicyList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1766Slc = r.DecodeBytes(yys1766Slc, true, true) - yys1766 := string(yys1766Slc) + yys1757Slc = r.DecodeBytes(yys1757Slc, true, true) + yys1757 := string(yys1757Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1766 { + switch yys1757 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -21119,31 +21037,31 @@ func (x *NetworkPolicyList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv1769 := &x.ListMeta - yym1770 := z.DecBinary() - _ = yym1770 + yyv1760 := &x.ListMeta + yym1761 := z.DecBinary() + _ = yym1761 if false { - } else if z.HasExtensions() && z.DecExt(yyv1769) { + } else if z.HasExtensions() && z.DecExt(yyv1760) { } else { - z.DecFallback(yyv1769, false) + z.DecFallback(yyv1760, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1771 := &x.Items - yym1772 := z.DecBinary() - _ = yym1772 + yyv1762 := &x.Items + yym1763 := z.DecBinary() + _ = yym1763 if false { } else { - h.decSliceNetworkPolicy((*[]NetworkPolicy)(yyv1771), d) + h.decSliceNetworkPolicy((*[]NetworkPolicy)(yyv1762), d) } } default: - z.DecStructFieldNotFound(-1, yys1766) - } // end switch yys1766 - } // end for yyj1766 + z.DecStructFieldNotFound(-1, yys1757) + } // end switch yys1757 + } // end for yyj1757 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -21151,16 +21069,16 @@ func (x *NetworkPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1773 int - var yyb1773 bool - var yyhl1773 bool = l >= 0 - yyj1773++ - if yyhl1773 { - yyb1773 = yyj1773 > l + var yyj1764 int + var yyb1764 bool + var yyhl1764 bool = l >= 0 + yyj1764++ + if yyhl1764 { + yyb1764 = yyj1764 > l } else { - yyb1773 = r.CheckBreak() + yyb1764 = r.CheckBreak() } - if yyb1773 { + if yyb1764 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21170,13 +21088,13 @@ func (x *NetworkPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.Kind = string(r.DecodeString()) } - yyj1773++ - if yyhl1773 { - yyb1773 = yyj1773 > l + yyj1764++ + if yyhl1764 { + yyb1764 = yyj1764 > l } else { - yyb1773 = r.CheckBreak() + yyb1764 = r.CheckBreak() } - if yyb1773 { + if yyb1764 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21186,13 +21104,13 @@ func (x *NetworkPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.APIVersion = string(r.DecodeString()) } - yyj1773++ - if yyhl1773 { - yyb1773 = yyj1773 > l + yyj1764++ + if yyhl1764 { + yyb1764 = yyj1764 > l } else { - yyb1773 = r.CheckBreak() + yyb1764 = r.CheckBreak() } - if yyb1773 { + if yyb1764 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21200,22 +21118,22 @@ func (x *NetworkPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv1776 := &x.ListMeta - yym1777 := z.DecBinary() - _ = yym1777 + yyv1767 := &x.ListMeta + yym1768 := z.DecBinary() + _ = yym1768 if false { - } else if z.HasExtensions() && z.DecExt(yyv1776) { + } else if z.HasExtensions() && z.DecExt(yyv1767) { } else { - z.DecFallback(yyv1776, false) + z.DecFallback(yyv1767, false) } } - yyj1773++ - if yyhl1773 { - yyb1773 = yyj1773 > l + yyj1764++ + if yyhl1764 { + yyb1764 = yyj1764 > l } else { - yyb1773 = r.CheckBreak() + yyb1764 = r.CheckBreak() } - if yyb1773 { + if yyb1764 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21223,26 +21141,26 @@ func (x *NetworkPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1778 := &x.Items - yym1779 := z.DecBinary() - _ = yym1779 + yyv1769 := &x.Items + yym1770 := z.DecBinary() + _ = yym1770 if false { } else { - h.decSliceNetworkPolicy((*[]NetworkPolicy)(yyv1778), d) + h.decSliceNetworkPolicy((*[]NetworkPolicy)(yyv1769), d) } } for { - yyj1773++ - if yyhl1773 { - yyb1773 = yyj1773 > l + yyj1764++ + if yyhl1764 { + yyb1764 = yyj1764 > l } else { - yyb1773 = r.CheckBreak() + yyb1764 = r.CheckBreak() } - if yyb1773 { + if yyb1764 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1773-1, "") + z.DecStructFieldNotFound(yyj1764-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21252,10 +21170,10 @@ func (x codecSelfer1234) encSliceCustomMetricTarget(v []CustomMetricTarget, e *c z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1780 := range v { + for _, yyv1771 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1781 := &yyv1780 - yy1781.CodecEncodeSelf(e) + yy1772 := &yyv1771 + yy1772.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21265,83 +21183,83 @@ func (x codecSelfer1234) decSliceCustomMetricTarget(v *[]CustomMetricTarget, d * z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1782 := *v - yyh1782, yyl1782 := z.DecSliceHelperStart() - var yyc1782 bool - if yyl1782 == 0 { - if yyv1782 == nil { - yyv1782 = []CustomMetricTarget{} - yyc1782 = true - } else if len(yyv1782) != 0 { - yyv1782 = yyv1782[:0] - yyc1782 = true + yyv1773 := *v + yyh1773, yyl1773 := z.DecSliceHelperStart() + var yyc1773 bool + if yyl1773 == 0 { + if yyv1773 == nil { + yyv1773 = []CustomMetricTarget{} + yyc1773 = true + } else if len(yyv1773) != 0 { + yyv1773 = yyv1773[:0] + yyc1773 = true } - } else if yyl1782 > 0 { - var yyrr1782, yyrl1782 int - var yyrt1782 bool - if yyl1782 > cap(yyv1782) { + } else if yyl1773 > 0 { + var yyrr1773, yyrl1773 int + var yyrt1773 bool + if yyl1773 > cap(yyv1773) { - yyrg1782 := len(yyv1782) > 0 - yyv21782 := yyv1782 - yyrl1782, yyrt1782 = z.DecInferLen(yyl1782, z.DecBasicHandle().MaxInitLen, 72) - if yyrt1782 { - if yyrl1782 <= cap(yyv1782) { - yyv1782 = yyv1782[:yyrl1782] + yyrg1773 := len(yyv1773) > 0 + yyv21773 := yyv1773 + yyrl1773, yyrt1773 = z.DecInferLen(yyl1773, z.DecBasicHandle().MaxInitLen, 72) + if yyrt1773 { + if yyrl1773 <= cap(yyv1773) { + yyv1773 = yyv1773[:yyrl1773] } else { - yyv1782 = make([]CustomMetricTarget, yyrl1782) + yyv1773 = make([]CustomMetricTarget, yyrl1773) } } else { - yyv1782 = make([]CustomMetricTarget, yyrl1782) + yyv1773 = make([]CustomMetricTarget, yyrl1773) } - yyc1782 = true - yyrr1782 = len(yyv1782) - if yyrg1782 { - copy(yyv1782, yyv21782) + yyc1773 = true + yyrr1773 = len(yyv1773) + if yyrg1773 { + copy(yyv1773, yyv21773) } - } else if yyl1782 != len(yyv1782) { - yyv1782 = yyv1782[:yyl1782] - yyc1782 = true + } else if yyl1773 != len(yyv1773) { + yyv1773 = yyv1773[:yyl1773] + yyc1773 = true } - yyj1782 := 0 - for ; yyj1782 < yyrr1782; yyj1782++ { - yyh1782.ElemContainerState(yyj1782) + yyj1773 := 0 + for ; yyj1773 < yyrr1773; yyj1773++ { + yyh1773.ElemContainerState(yyj1773) if r.TryDecodeAsNil() { - yyv1782[yyj1782] = CustomMetricTarget{} + yyv1773[yyj1773] = CustomMetricTarget{} } else { - yyv1783 := &yyv1782[yyj1782] - yyv1783.CodecDecodeSelf(d) + yyv1774 := &yyv1773[yyj1773] + yyv1774.CodecDecodeSelf(d) } } - if yyrt1782 { - for ; yyj1782 < yyl1782; yyj1782++ { - yyv1782 = append(yyv1782, CustomMetricTarget{}) - yyh1782.ElemContainerState(yyj1782) + if yyrt1773 { + for ; yyj1773 < yyl1773; yyj1773++ { + yyv1773 = append(yyv1773, CustomMetricTarget{}) + yyh1773.ElemContainerState(yyj1773) if r.TryDecodeAsNil() { - yyv1782[yyj1782] = CustomMetricTarget{} + yyv1773[yyj1773] = CustomMetricTarget{} } else { - yyv1784 := &yyv1782[yyj1782] - yyv1784.CodecDecodeSelf(d) + yyv1775 := &yyv1773[yyj1773] + yyv1775.CodecDecodeSelf(d) } } } } else { - yyj1782 := 0 - for ; !r.CheckBreak(); yyj1782++ { + yyj1773 := 0 + for ; !r.CheckBreak(); yyj1773++ { - if yyj1782 >= len(yyv1782) { - yyv1782 = append(yyv1782, CustomMetricTarget{}) // var yyz1782 CustomMetricTarget - yyc1782 = true + if yyj1773 >= len(yyv1773) { + yyv1773 = append(yyv1773, CustomMetricTarget{}) // var yyz1773 CustomMetricTarget + yyc1773 = true } - yyh1782.ElemContainerState(yyj1782) - if yyj1782 < len(yyv1782) { + yyh1773.ElemContainerState(yyj1773) + if yyj1773 < len(yyv1773) { if r.TryDecodeAsNil() { - yyv1782[yyj1782] = CustomMetricTarget{} + yyv1773[yyj1773] = CustomMetricTarget{} } else { - yyv1785 := &yyv1782[yyj1782] - yyv1785.CodecDecodeSelf(d) + yyv1776 := &yyv1773[yyj1773] + yyv1776.CodecDecodeSelf(d) } } else { @@ -21349,17 +21267,17 @@ func (x codecSelfer1234) decSliceCustomMetricTarget(v *[]CustomMetricTarget, d * } } - if yyj1782 < len(yyv1782) { - yyv1782 = yyv1782[:yyj1782] - yyc1782 = true - } else if yyj1782 == 0 && yyv1782 == nil { - yyv1782 = []CustomMetricTarget{} - yyc1782 = true + if yyj1773 < len(yyv1773) { + yyv1773 = yyv1773[:yyj1773] + yyc1773 = true + } else if yyj1773 == 0 && yyv1773 == nil { + yyv1773 = []CustomMetricTarget{} + yyc1773 = true } } - yyh1782.End() - if yyc1782 { - *v = yyv1782 + yyh1773.End() + if yyc1773 { + *v = yyv1773 } } @@ -21368,10 +21286,10 @@ func (x codecSelfer1234) encSliceCustomMetricCurrentStatus(v []CustomMetricCurre z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1786 := range v { + for _, yyv1777 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1787 := &yyv1786 - yy1787.CodecEncodeSelf(e) + yy1778 := &yyv1777 + yy1778.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21381,83 +21299,83 @@ func (x codecSelfer1234) decSliceCustomMetricCurrentStatus(v *[]CustomMetricCurr z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1788 := *v - yyh1788, yyl1788 := z.DecSliceHelperStart() - var yyc1788 bool - if yyl1788 == 0 { - if yyv1788 == nil { - yyv1788 = []CustomMetricCurrentStatus{} - yyc1788 = true - } else if len(yyv1788) != 0 { - yyv1788 = yyv1788[:0] - yyc1788 = true + yyv1779 := *v + yyh1779, yyl1779 := z.DecSliceHelperStart() + var yyc1779 bool + if yyl1779 == 0 { + if yyv1779 == nil { + yyv1779 = []CustomMetricCurrentStatus{} + yyc1779 = true + } else if len(yyv1779) != 0 { + yyv1779 = yyv1779[:0] + yyc1779 = true } - } else if yyl1788 > 0 { - var yyrr1788, yyrl1788 int - var yyrt1788 bool - if yyl1788 > cap(yyv1788) { + } else if yyl1779 > 0 { + var yyrr1779, yyrl1779 int + var yyrt1779 bool + if yyl1779 > cap(yyv1779) { - yyrg1788 := len(yyv1788) > 0 - yyv21788 := yyv1788 - yyrl1788, yyrt1788 = z.DecInferLen(yyl1788, z.DecBasicHandle().MaxInitLen, 72) - if yyrt1788 { - if yyrl1788 <= cap(yyv1788) { - yyv1788 = yyv1788[:yyrl1788] + yyrg1779 := len(yyv1779) > 0 + yyv21779 := yyv1779 + yyrl1779, yyrt1779 = z.DecInferLen(yyl1779, z.DecBasicHandle().MaxInitLen, 72) + if yyrt1779 { + if yyrl1779 <= cap(yyv1779) { + yyv1779 = yyv1779[:yyrl1779] } else { - yyv1788 = make([]CustomMetricCurrentStatus, yyrl1788) + yyv1779 = make([]CustomMetricCurrentStatus, yyrl1779) } } else { - yyv1788 = make([]CustomMetricCurrentStatus, yyrl1788) + yyv1779 = make([]CustomMetricCurrentStatus, yyrl1779) } - yyc1788 = true - yyrr1788 = len(yyv1788) - if yyrg1788 { - copy(yyv1788, yyv21788) + yyc1779 = true + yyrr1779 = len(yyv1779) + if yyrg1779 { + copy(yyv1779, yyv21779) } - } else if yyl1788 != len(yyv1788) { - yyv1788 = yyv1788[:yyl1788] - yyc1788 = true + } else if yyl1779 != len(yyv1779) { + yyv1779 = yyv1779[:yyl1779] + yyc1779 = true } - yyj1788 := 0 - for ; yyj1788 < yyrr1788; yyj1788++ { - yyh1788.ElemContainerState(yyj1788) + yyj1779 := 0 + for ; yyj1779 < yyrr1779; yyj1779++ { + yyh1779.ElemContainerState(yyj1779) if r.TryDecodeAsNil() { - yyv1788[yyj1788] = CustomMetricCurrentStatus{} + yyv1779[yyj1779] = CustomMetricCurrentStatus{} } else { - yyv1789 := &yyv1788[yyj1788] - yyv1789.CodecDecodeSelf(d) + yyv1780 := &yyv1779[yyj1779] + yyv1780.CodecDecodeSelf(d) } } - if yyrt1788 { - for ; yyj1788 < yyl1788; yyj1788++ { - yyv1788 = append(yyv1788, CustomMetricCurrentStatus{}) - yyh1788.ElemContainerState(yyj1788) + if yyrt1779 { + for ; yyj1779 < yyl1779; yyj1779++ { + yyv1779 = append(yyv1779, CustomMetricCurrentStatus{}) + yyh1779.ElemContainerState(yyj1779) if r.TryDecodeAsNil() { - yyv1788[yyj1788] = CustomMetricCurrentStatus{} + yyv1779[yyj1779] = CustomMetricCurrentStatus{} } else { - yyv1790 := &yyv1788[yyj1788] - yyv1790.CodecDecodeSelf(d) + yyv1781 := &yyv1779[yyj1779] + yyv1781.CodecDecodeSelf(d) } } } } else { - yyj1788 := 0 - for ; !r.CheckBreak(); yyj1788++ { + yyj1779 := 0 + for ; !r.CheckBreak(); yyj1779++ { - if yyj1788 >= len(yyv1788) { - yyv1788 = append(yyv1788, CustomMetricCurrentStatus{}) // var yyz1788 CustomMetricCurrentStatus - yyc1788 = true + if yyj1779 >= len(yyv1779) { + yyv1779 = append(yyv1779, CustomMetricCurrentStatus{}) // var yyz1779 CustomMetricCurrentStatus + yyc1779 = true } - yyh1788.ElemContainerState(yyj1788) - if yyj1788 < len(yyv1788) { + yyh1779.ElemContainerState(yyj1779) + if yyj1779 < len(yyv1779) { if r.TryDecodeAsNil() { - yyv1788[yyj1788] = CustomMetricCurrentStatus{} + yyv1779[yyj1779] = CustomMetricCurrentStatus{} } else { - yyv1791 := &yyv1788[yyj1788] - yyv1791.CodecDecodeSelf(d) + yyv1782 := &yyv1779[yyj1779] + yyv1782.CodecDecodeSelf(d) } } else { @@ -21465,17 +21383,17 @@ func (x codecSelfer1234) decSliceCustomMetricCurrentStatus(v *[]CustomMetricCurr } } - if yyj1788 < len(yyv1788) { - yyv1788 = yyv1788[:yyj1788] - yyc1788 = true - } else if yyj1788 == 0 && yyv1788 == nil { - yyv1788 = []CustomMetricCurrentStatus{} - yyc1788 = true + if yyj1779 < len(yyv1779) { + yyv1779 = yyv1779[:yyj1779] + yyc1779 = true + } else if yyj1779 == 0 && yyv1779 == nil { + yyv1779 = []CustomMetricCurrentStatus{} + yyc1779 = true } } - yyh1788.End() - if yyc1788 { - *v = yyv1788 + yyh1779.End() + if yyc1779 { + *v = yyv1779 } } @@ -21484,10 +21402,10 @@ func (x codecSelfer1234) encSliceHorizontalPodAutoscaler(v []HorizontalPodAutosc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1792 := range v { + for _, yyv1783 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1793 := &yyv1792 - yy1793.CodecEncodeSelf(e) + yy1784 := &yyv1783 + yy1784.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21497,83 +21415,83 @@ func (x codecSelfer1234) decSliceHorizontalPodAutoscaler(v *[]HorizontalPodAutos z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1794 := *v - yyh1794, yyl1794 := z.DecSliceHelperStart() - var yyc1794 bool - if yyl1794 == 0 { - if yyv1794 == nil { - yyv1794 = []HorizontalPodAutoscaler{} - yyc1794 = true - } else if len(yyv1794) != 0 { - yyv1794 = yyv1794[:0] - yyc1794 = true + yyv1785 := *v + yyh1785, yyl1785 := z.DecSliceHelperStart() + var yyc1785 bool + if yyl1785 == 0 { + if yyv1785 == nil { + yyv1785 = []HorizontalPodAutoscaler{} + yyc1785 = true + } else if len(yyv1785) != 0 { + yyv1785 = yyv1785[:0] + yyc1785 = true } - } else if yyl1794 > 0 { - var yyrr1794, yyrl1794 int - var yyrt1794 bool - if yyl1794 > cap(yyv1794) { + } else if yyl1785 > 0 { + var yyrr1785, yyrl1785 int + var yyrt1785 bool + if yyl1785 > cap(yyv1785) { - yyrg1794 := len(yyv1794) > 0 - yyv21794 := yyv1794 - yyrl1794, yyrt1794 = z.DecInferLen(yyl1794, z.DecBasicHandle().MaxInitLen, 376) - if yyrt1794 { - if yyrl1794 <= cap(yyv1794) { - yyv1794 = yyv1794[:yyrl1794] + yyrg1785 := len(yyv1785) > 0 + yyv21785 := yyv1785 + yyrl1785, yyrt1785 = z.DecInferLen(yyl1785, z.DecBasicHandle().MaxInitLen, 376) + if yyrt1785 { + if yyrl1785 <= cap(yyv1785) { + yyv1785 = yyv1785[:yyrl1785] } else { - yyv1794 = make([]HorizontalPodAutoscaler, yyrl1794) + yyv1785 = make([]HorizontalPodAutoscaler, yyrl1785) } } else { - yyv1794 = make([]HorizontalPodAutoscaler, yyrl1794) + yyv1785 = make([]HorizontalPodAutoscaler, yyrl1785) } - yyc1794 = true - yyrr1794 = len(yyv1794) - if yyrg1794 { - copy(yyv1794, yyv21794) + yyc1785 = true + yyrr1785 = len(yyv1785) + if yyrg1785 { + copy(yyv1785, yyv21785) } - } else if yyl1794 != len(yyv1794) { - yyv1794 = yyv1794[:yyl1794] - yyc1794 = true + } else if yyl1785 != len(yyv1785) { + yyv1785 = yyv1785[:yyl1785] + yyc1785 = true } - yyj1794 := 0 - for ; yyj1794 < yyrr1794; yyj1794++ { - yyh1794.ElemContainerState(yyj1794) + yyj1785 := 0 + for ; yyj1785 < yyrr1785; yyj1785++ { + yyh1785.ElemContainerState(yyj1785) if r.TryDecodeAsNil() { - yyv1794[yyj1794] = HorizontalPodAutoscaler{} + yyv1785[yyj1785] = HorizontalPodAutoscaler{} } else { - yyv1795 := &yyv1794[yyj1794] - yyv1795.CodecDecodeSelf(d) + yyv1786 := &yyv1785[yyj1785] + yyv1786.CodecDecodeSelf(d) } } - if yyrt1794 { - for ; yyj1794 < yyl1794; yyj1794++ { - yyv1794 = append(yyv1794, HorizontalPodAutoscaler{}) - yyh1794.ElemContainerState(yyj1794) + if yyrt1785 { + for ; yyj1785 < yyl1785; yyj1785++ { + yyv1785 = append(yyv1785, HorizontalPodAutoscaler{}) + yyh1785.ElemContainerState(yyj1785) if r.TryDecodeAsNil() { - yyv1794[yyj1794] = HorizontalPodAutoscaler{} + yyv1785[yyj1785] = HorizontalPodAutoscaler{} } else { - yyv1796 := &yyv1794[yyj1794] - yyv1796.CodecDecodeSelf(d) + yyv1787 := &yyv1785[yyj1785] + yyv1787.CodecDecodeSelf(d) } } } } else { - yyj1794 := 0 - for ; !r.CheckBreak(); yyj1794++ { + yyj1785 := 0 + for ; !r.CheckBreak(); yyj1785++ { - if yyj1794 >= len(yyv1794) { - yyv1794 = append(yyv1794, HorizontalPodAutoscaler{}) // var yyz1794 HorizontalPodAutoscaler - yyc1794 = true + if yyj1785 >= len(yyv1785) { + yyv1785 = append(yyv1785, HorizontalPodAutoscaler{}) // var yyz1785 HorizontalPodAutoscaler + yyc1785 = true } - yyh1794.ElemContainerState(yyj1794) - if yyj1794 < len(yyv1794) { + yyh1785.ElemContainerState(yyj1785) + if yyj1785 < len(yyv1785) { if r.TryDecodeAsNil() { - yyv1794[yyj1794] = HorizontalPodAutoscaler{} + yyv1785[yyj1785] = HorizontalPodAutoscaler{} } else { - yyv1797 := &yyv1794[yyj1794] - yyv1797.CodecDecodeSelf(d) + yyv1788 := &yyv1785[yyj1785] + yyv1788.CodecDecodeSelf(d) } } else { @@ -21581,17 +21499,17 @@ func (x codecSelfer1234) decSliceHorizontalPodAutoscaler(v *[]HorizontalPodAutos } } - if yyj1794 < len(yyv1794) { - yyv1794 = yyv1794[:yyj1794] - yyc1794 = true - } else if yyj1794 == 0 && yyv1794 == nil { - yyv1794 = []HorizontalPodAutoscaler{} - yyc1794 = true + if yyj1785 < len(yyv1785) { + yyv1785 = yyv1785[:yyj1785] + yyc1785 = true + } else if yyj1785 == 0 && yyv1785 == nil { + yyv1785 = []HorizontalPodAutoscaler{} + yyc1785 = true } } - yyh1794.End() - if yyc1794 { - *v = yyv1794 + yyh1785.End() + if yyc1785 { + *v = yyv1785 } } @@ -21600,10 +21518,10 @@ func (x codecSelfer1234) encSliceAPIVersion(v []APIVersion, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1798 := range v { + for _, yyv1789 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1799 := &yyv1798 - yy1799.CodecEncodeSelf(e) + yy1790 := &yyv1789 + yy1790.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21613,83 +21531,83 @@ func (x codecSelfer1234) decSliceAPIVersion(v *[]APIVersion, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1800 := *v - yyh1800, yyl1800 := z.DecSliceHelperStart() - var yyc1800 bool - if yyl1800 == 0 { - if yyv1800 == nil { - yyv1800 = []APIVersion{} - yyc1800 = true - } else if len(yyv1800) != 0 { - yyv1800 = yyv1800[:0] - yyc1800 = true + yyv1791 := *v + yyh1791, yyl1791 := z.DecSliceHelperStart() + var yyc1791 bool + if yyl1791 == 0 { + if yyv1791 == nil { + yyv1791 = []APIVersion{} + yyc1791 = true + } else if len(yyv1791) != 0 { + yyv1791 = yyv1791[:0] + yyc1791 = true } - } else if yyl1800 > 0 { - var yyrr1800, yyrl1800 int - var yyrt1800 bool - if yyl1800 > cap(yyv1800) { + } else if yyl1791 > 0 { + var yyrr1791, yyrl1791 int + var yyrt1791 bool + if yyl1791 > cap(yyv1791) { - yyrg1800 := len(yyv1800) > 0 - yyv21800 := yyv1800 - yyrl1800, yyrt1800 = z.DecInferLen(yyl1800, z.DecBasicHandle().MaxInitLen, 16) - if yyrt1800 { - if yyrl1800 <= cap(yyv1800) { - yyv1800 = yyv1800[:yyrl1800] + yyrg1791 := len(yyv1791) > 0 + yyv21791 := yyv1791 + yyrl1791, yyrt1791 = z.DecInferLen(yyl1791, z.DecBasicHandle().MaxInitLen, 16) + if yyrt1791 { + if yyrl1791 <= cap(yyv1791) { + yyv1791 = yyv1791[:yyrl1791] } else { - yyv1800 = make([]APIVersion, yyrl1800) + yyv1791 = make([]APIVersion, yyrl1791) } } else { - yyv1800 = make([]APIVersion, yyrl1800) + yyv1791 = make([]APIVersion, yyrl1791) } - yyc1800 = true - yyrr1800 = len(yyv1800) - if yyrg1800 { - copy(yyv1800, yyv21800) + yyc1791 = true + yyrr1791 = len(yyv1791) + if yyrg1791 { + copy(yyv1791, yyv21791) } - } else if yyl1800 != len(yyv1800) { - yyv1800 = yyv1800[:yyl1800] - yyc1800 = true + } else if yyl1791 != len(yyv1791) { + yyv1791 = yyv1791[:yyl1791] + yyc1791 = true } - yyj1800 := 0 - for ; yyj1800 < yyrr1800; yyj1800++ { - yyh1800.ElemContainerState(yyj1800) + yyj1791 := 0 + for ; yyj1791 < yyrr1791; yyj1791++ { + yyh1791.ElemContainerState(yyj1791) if r.TryDecodeAsNil() { - yyv1800[yyj1800] = APIVersion{} + yyv1791[yyj1791] = APIVersion{} } else { - yyv1801 := &yyv1800[yyj1800] - yyv1801.CodecDecodeSelf(d) + yyv1792 := &yyv1791[yyj1791] + yyv1792.CodecDecodeSelf(d) } } - if yyrt1800 { - for ; yyj1800 < yyl1800; yyj1800++ { - yyv1800 = append(yyv1800, APIVersion{}) - yyh1800.ElemContainerState(yyj1800) + if yyrt1791 { + for ; yyj1791 < yyl1791; yyj1791++ { + yyv1791 = append(yyv1791, APIVersion{}) + yyh1791.ElemContainerState(yyj1791) if r.TryDecodeAsNil() { - yyv1800[yyj1800] = APIVersion{} + yyv1791[yyj1791] = APIVersion{} } else { - yyv1802 := &yyv1800[yyj1800] - yyv1802.CodecDecodeSelf(d) + yyv1793 := &yyv1791[yyj1791] + yyv1793.CodecDecodeSelf(d) } } } } else { - yyj1800 := 0 - for ; !r.CheckBreak(); yyj1800++ { + yyj1791 := 0 + for ; !r.CheckBreak(); yyj1791++ { - if yyj1800 >= len(yyv1800) { - yyv1800 = append(yyv1800, APIVersion{}) // var yyz1800 APIVersion - yyc1800 = true + if yyj1791 >= len(yyv1791) { + yyv1791 = append(yyv1791, APIVersion{}) // var yyz1791 APIVersion + yyc1791 = true } - yyh1800.ElemContainerState(yyj1800) - if yyj1800 < len(yyv1800) { + yyh1791.ElemContainerState(yyj1791) + if yyj1791 < len(yyv1791) { if r.TryDecodeAsNil() { - yyv1800[yyj1800] = APIVersion{} + yyv1791[yyj1791] = APIVersion{} } else { - yyv1803 := &yyv1800[yyj1800] - yyv1803.CodecDecodeSelf(d) + yyv1794 := &yyv1791[yyj1791] + yyv1794.CodecDecodeSelf(d) } } else { @@ -21697,17 +21615,17 @@ func (x codecSelfer1234) decSliceAPIVersion(v *[]APIVersion, d *codec1978.Decode } } - if yyj1800 < len(yyv1800) { - yyv1800 = yyv1800[:yyj1800] - yyc1800 = true - } else if yyj1800 == 0 && yyv1800 == nil { - yyv1800 = []APIVersion{} - yyc1800 = true + if yyj1791 < len(yyv1791) { + yyv1791 = yyv1791[:yyj1791] + yyc1791 = true + } else if yyj1791 == 0 && yyv1791 == nil { + yyv1791 = []APIVersion{} + yyc1791 = true } } - yyh1800.End() - if yyc1800 { - *v = yyv1800 + yyh1791.End() + if yyc1791 { + *v = yyv1791 } } @@ -21716,10 +21634,10 @@ func (x codecSelfer1234) encSliceThirdPartyResource(v []ThirdPartyResource, e *c z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1804 := range v { + for _, yyv1795 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1805 := &yyv1804 - yy1805.CodecEncodeSelf(e) + yy1796 := &yyv1795 + yy1796.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21729,83 +21647,83 @@ func (x codecSelfer1234) decSliceThirdPartyResource(v *[]ThirdPartyResource, d * z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1806 := *v - yyh1806, yyl1806 := z.DecSliceHelperStart() - var yyc1806 bool - if yyl1806 == 0 { - if yyv1806 == nil { - yyv1806 = []ThirdPartyResource{} - yyc1806 = true - } else if len(yyv1806) != 0 { - yyv1806 = yyv1806[:0] - yyc1806 = true + yyv1797 := *v + yyh1797, yyl1797 := z.DecSliceHelperStart() + var yyc1797 bool + if yyl1797 == 0 { + if yyv1797 == nil { + yyv1797 = []ThirdPartyResource{} + yyc1797 = true + } else if len(yyv1797) != 0 { + yyv1797 = yyv1797[:0] + yyc1797 = true } - } else if yyl1806 > 0 { - var yyrr1806, yyrl1806 int - var yyrt1806 bool - if yyl1806 > cap(yyv1806) { + } else if yyl1797 > 0 { + var yyrr1797, yyrl1797 int + var yyrt1797 bool + if yyl1797 > cap(yyv1797) { - yyrg1806 := len(yyv1806) > 0 - yyv21806 := yyv1806 - yyrl1806, yyrt1806 = z.DecInferLen(yyl1806, z.DecBasicHandle().MaxInitLen, 296) - if yyrt1806 { - if yyrl1806 <= cap(yyv1806) { - yyv1806 = yyv1806[:yyrl1806] + yyrg1797 := len(yyv1797) > 0 + yyv21797 := yyv1797 + yyrl1797, yyrt1797 = z.DecInferLen(yyl1797, z.DecBasicHandle().MaxInitLen, 296) + if yyrt1797 { + if yyrl1797 <= cap(yyv1797) { + yyv1797 = yyv1797[:yyrl1797] } else { - yyv1806 = make([]ThirdPartyResource, yyrl1806) + yyv1797 = make([]ThirdPartyResource, yyrl1797) } } else { - yyv1806 = make([]ThirdPartyResource, yyrl1806) + yyv1797 = make([]ThirdPartyResource, yyrl1797) } - yyc1806 = true - yyrr1806 = len(yyv1806) - if yyrg1806 { - copy(yyv1806, yyv21806) + yyc1797 = true + yyrr1797 = len(yyv1797) + if yyrg1797 { + copy(yyv1797, yyv21797) } - } else if yyl1806 != len(yyv1806) { - yyv1806 = yyv1806[:yyl1806] - yyc1806 = true + } else if yyl1797 != len(yyv1797) { + yyv1797 = yyv1797[:yyl1797] + yyc1797 = true } - yyj1806 := 0 - for ; yyj1806 < yyrr1806; yyj1806++ { - yyh1806.ElemContainerState(yyj1806) + yyj1797 := 0 + for ; yyj1797 < yyrr1797; yyj1797++ { + yyh1797.ElemContainerState(yyj1797) if r.TryDecodeAsNil() { - yyv1806[yyj1806] = ThirdPartyResource{} + yyv1797[yyj1797] = ThirdPartyResource{} } else { - yyv1807 := &yyv1806[yyj1806] - yyv1807.CodecDecodeSelf(d) + yyv1798 := &yyv1797[yyj1797] + yyv1798.CodecDecodeSelf(d) } } - if yyrt1806 { - for ; yyj1806 < yyl1806; yyj1806++ { - yyv1806 = append(yyv1806, ThirdPartyResource{}) - yyh1806.ElemContainerState(yyj1806) + if yyrt1797 { + for ; yyj1797 < yyl1797; yyj1797++ { + yyv1797 = append(yyv1797, ThirdPartyResource{}) + yyh1797.ElemContainerState(yyj1797) if r.TryDecodeAsNil() { - yyv1806[yyj1806] = ThirdPartyResource{} + yyv1797[yyj1797] = ThirdPartyResource{} } else { - yyv1808 := &yyv1806[yyj1806] - yyv1808.CodecDecodeSelf(d) + yyv1799 := &yyv1797[yyj1797] + yyv1799.CodecDecodeSelf(d) } } } } else { - yyj1806 := 0 - for ; !r.CheckBreak(); yyj1806++ { + yyj1797 := 0 + for ; !r.CheckBreak(); yyj1797++ { - if yyj1806 >= len(yyv1806) { - yyv1806 = append(yyv1806, ThirdPartyResource{}) // var yyz1806 ThirdPartyResource - yyc1806 = true + if yyj1797 >= len(yyv1797) { + yyv1797 = append(yyv1797, ThirdPartyResource{}) // var yyz1797 ThirdPartyResource + yyc1797 = true } - yyh1806.ElemContainerState(yyj1806) - if yyj1806 < len(yyv1806) { + yyh1797.ElemContainerState(yyj1797) + if yyj1797 < len(yyv1797) { if r.TryDecodeAsNil() { - yyv1806[yyj1806] = ThirdPartyResource{} + yyv1797[yyj1797] = ThirdPartyResource{} } else { - yyv1809 := &yyv1806[yyj1806] - yyv1809.CodecDecodeSelf(d) + yyv1800 := &yyv1797[yyj1797] + yyv1800.CodecDecodeSelf(d) } } else { @@ -21813,17 +21731,17 @@ func (x codecSelfer1234) decSliceThirdPartyResource(v *[]ThirdPartyResource, d * } } - if yyj1806 < len(yyv1806) { - yyv1806 = yyv1806[:yyj1806] - yyc1806 = true - } else if yyj1806 == 0 && yyv1806 == nil { - yyv1806 = []ThirdPartyResource{} - yyc1806 = true + if yyj1797 < len(yyv1797) { + yyv1797 = yyv1797[:yyj1797] + yyc1797 = true + } else if yyj1797 == 0 && yyv1797 == nil { + yyv1797 = []ThirdPartyResource{} + yyc1797 = true } } - yyh1806.End() - if yyc1806 { - *v = yyv1806 + yyh1797.End() + if yyc1797 { + *v = yyv1797 } } @@ -21832,10 +21750,10 @@ func (x codecSelfer1234) encSliceDeployment(v []Deployment, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1810 := range v { + for _, yyv1801 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1811 := &yyv1810 - yy1811.CodecEncodeSelf(e) + yy1802 := &yyv1801 + yy1802.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21845,83 +21763,83 @@ func (x codecSelfer1234) decSliceDeployment(v *[]Deployment, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1812 := *v - yyh1812, yyl1812 := z.DecSliceHelperStart() - var yyc1812 bool - if yyl1812 == 0 { - if yyv1812 == nil { - yyv1812 = []Deployment{} - yyc1812 = true - } else if len(yyv1812) != 0 { - yyv1812 = yyv1812[:0] - yyc1812 = true + yyv1803 := *v + yyh1803, yyl1803 := z.DecSliceHelperStart() + var yyc1803 bool + if yyl1803 == 0 { + if yyv1803 == nil { + yyv1803 = []Deployment{} + yyc1803 = true + } else if len(yyv1803) != 0 { + yyv1803 = yyv1803[:0] + yyc1803 = true } - } else if yyl1812 > 0 { - var yyrr1812, yyrl1812 int - var yyrt1812 bool - if yyl1812 > cap(yyv1812) { + } else if yyl1803 > 0 { + var yyrr1803, yyrl1803 int + var yyrt1803 bool + if yyl1803 > cap(yyv1803) { - yyrg1812 := len(yyv1812) > 0 - yyv21812 := yyv1812 - yyrl1812, yyrt1812 = z.DecInferLen(yyl1812, z.DecBasicHandle().MaxInitLen, 824) - if yyrt1812 { - if yyrl1812 <= cap(yyv1812) { - yyv1812 = yyv1812[:yyrl1812] + yyrg1803 := len(yyv1803) > 0 + yyv21803 := yyv1803 + yyrl1803, yyrt1803 = z.DecInferLen(yyl1803, z.DecBasicHandle().MaxInitLen, 824) + if yyrt1803 { + if yyrl1803 <= cap(yyv1803) { + yyv1803 = yyv1803[:yyrl1803] } else { - yyv1812 = make([]Deployment, yyrl1812) + yyv1803 = make([]Deployment, yyrl1803) } } else { - yyv1812 = make([]Deployment, yyrl1812) + yyv1803 = make([]Deployment, yyrl1803) } - yyc1812 = true - yyrr1812 = len(yyv1812) - if yyrg1812 { - copy(yyv1812, yyv21812) + yyc1803 = true + yyrr1803 = len(yyv1803) + if yyrg1803 { + copy(yyv1803, yyv21803) } - } else if yyl1812 != len(yyv1812) { - yyv1812 = yyv1812[:yyl1812] - yyc1812 = true + } else if yyl1803 != len(yyv1803) { + yyv1803 = yyv1803[:yyl1803] + yyc1803 = true } - yyj1812 := 0 - for ; yyj1812 < yyrr1812; yyj1812++ { - yyh1812.ElemContainerState(yyj1812) + yyj1803 := 0 + for ; yyj1803 < yyrr1803; yyj1803++ { + yyh1803.ElemContainerState(yyj1803) if r.TryDecodeAsNil() { - yyv1812[yyj1812] = Deployment{} + yyv1803[yyj1803] = Deployment{} } else { - yyv1813 := &yyv1812[yyj1812] - yyv1813.CodecDecodeSelf(d) + yyv1804 := &yyv1803[yyj1803] + yyv1804.CodecDecodeSelf(d) } } - if yyrt1812 { - for ; yyj1812 < yyl1812; yyj1812++ { - yyv1812 = append(yyv1812, Deployment{}) - yyh1812.ElemContainerState(yyj1812) + if yyrt1803 { + for ; yyj1803 < yyl1803; yyj1803++ { + yyv1803 = append(yyv1803, Deployment{}) + yyh1803.ElemContainerState(yyj1803) if r.TryDecodeAsNil() { - yyv1812[yyj1812] = Deployment{} + yyv1803[yyj1803] = Deployment{} } else { - yyv1814 := &yyv1812[yyj1812] - yyv1814.CodecDecodeSelf(d) + yyv1805 := &yyv1803[yyj1803] + yyv1805.CodecDecodeSelf(d) } } } } else { - yyj1812 := 0 - for ; !r.CheckBreak(); yyj1812++ { + yyj1803 := 0 + for ; !r.CheckBreak(); yyj1803++ { - if yyj1812 >= len(yyv1812) { - yyv1812 = append(yyv1812, Deployment{}) // var yyz1812 Deployment - yyc1812 = true + if yyj1803 >= len(yyv1803) { + yyv1803 = append(yyv1803, Deployment{}) // var yyz1803 Deployment + yyc1803 = true } - yyh1812.ElemContainerState(yyj1812) - if yyj1812 < len(yyv1812) { + yyh1803.ElemContainerState(yyj1803) + if yyj1803 < len(yyv1803) { if r.TryDecodeAsNil() { - yyv1812[yyj1812] = Deployment{} + yyv1803[yyj1803] = Deployment{} } else { - yyv1815 := &yyv1812[yyj1812] - yyv1815.CodecDecodeSelf(d) + yyv1806 := &yyv1803[yyj1803] + yyv1806.CodecDecodeSelf(d) } } else { @@ -21929,17 +21847,17 @@ func (x codecSelfer1234) decSliceDeployment(v *[]Deployment, d *codec1978.Decode } } - if yyj1812 < len(yyv1812) { - yyv1812 = yyv1812[:yyj1812] - yyc1812 = true - } else if yyj1812 == 0 && yyv1812 == nil { - yyv1812 = []Deployment{} - yyc1812 = true + if yyj1803 < len(yyv1803) { + yyv1803 = yyv1803[:yyj1803] + yyc1803 = true + } else if yyj1803 == 0 && yyv1803 == nil { + yyv1803 = []Deployment{} + yyc1803 = true } } - yyh1812.End() - if yyc1812 { - *v = yyv1812 + yyh1803.End() + if yyc1803 { + *v = yyv1803 } } @@ -21948,10 +21866,10 @@ func (x codecSelfer1234) encSliceDaemonSet(v []DaemonSet, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1816 := range v { + for _, yyv1807 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1817 := &yyv1816 - yy1817.CodecEncodeSelf(e) + yy1808 := &yyv1807 + yy1808.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21961,83 +21879,83 @@ func (x codecSelfer1234) decSliceDaemonSet(v *[]DaemonSet, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1818 := *v - yyh1818, yyl1818 := z.DecSliceHelperStart() - var yyc1818 bool - if yyl1818 == 0 { - if yyv1818 == nil { - yyv1818 = []DaemonSet{} - yyc1818 = true - } else if len(yyv1818) != 0 { - yyv1818 = yyv1818[:0] - yyc1818 = true + yyv1809 := *v + yyh1809, yyl1809 := z.DecSliceHelperStart() + var yyc1809 bool + if yyl1809 == 0 { + if yyv1809 == nil { + yyv1809 = []DaemonSet{} + yyc1809 = true + } else if len(yyv1809) != 0 { + yyv1809 = yyv1809[:0] + yyc1809 = true } - } else if yyl1818 > 0 { - var yyrr1818, yyrl1818 int - var yyrt1818 bool - if yyl1818 > cap(yyv1818) { + } else if yyl1809 > 0 { + var yyrr1809, yyrl1809 int + var yyrt1809 bool + if yyl1809 > cap(yyv1809) { - yyrg1818 := len(yyv1818) > 0 - yyv21818 := yyv1818 - yyrl1818, yyrt1818 = z.DecInferLen(yyl1818, z.DecBasicHandle().MaxInitLen, 752) - if yyrt1818 { - if yyrl1818 <= cap(yyv1818) { - yyv1818 = yyv1818[:yyrl1818] + yyrg1809 := len(yyv1809) > 0 + yyv21809 := yyv1809 + yyrl1809, yyrt1809 = z.DecInferLen(yyl1809, z.DecBasicHandle().MaxInitLen, 752) + if yyrt1809 { + if yyrl1809 <= cap(yyv1809) { + yyv1809 = yyv1809[:yyrl1809] } else { - yyv1818 = make([]DaemonSet, yyrl1818) + yyv1809 = make([]DaemonSet, yyrl1809) } } else { - yyv1818 = make([]DaemonSet, yyrl1818) + yyv1809 = make([]DaemonSet, yyrl1809) } - yyc1818 = true - yyrr1818 = len(yyv1818) - if yyrg1818 { - copy(yyv1818, yyv21818) + yyc1809 = true + yyrr1809 = len(yyv1809) + if yyrg1809 { + copy(yyv1809, yyv21809) } - } else if yyl1818 != len(yyv1818) { - yyv1818 = yyv1818[:yyl1818] - yyc1818 = true + } else if yyl1809 != len(yyv1809) { + yyv1809 = yyv1809[:yyl1809] + yyc1809 = true } - yyj1818 := 0 - for ; yyj1818 < yyrr1818; yyj1818++ { - yyh1818.ElemContainerState(yyj1818) + yyj1809 := 0 + for ; yyj1809 < yyrr1809; yyj1809++ { + yyh1809.ElemContainerState(yyj1809) if r.TryDecodeAsNil() { - yyv1818[yyj1818] = DaemonSet{} + yyv1809[yyj1809] = DaemonSet{} } else { - yyv1819 := &yyv1818[yyj1818] - yyv1819.CodecDecodeSelf(d) + yyv1810 := &yyv1809[yyj1809] + yyv1810.CodecDecodeSelf(d) } } - if yyrt1818 { - for ; yyj1818 < yyl1818; yyj1818++ { - yyv1818 = append(yyv1818, DaemonSet{}) - yyh1818.ElemContainerState(yyj1818) + if yyrt1809 { + for ; yyj1809 < yyl1809; yyj1809++ { + yyv1809 = append(yyv1809, DaemonSet{}) + yyh1809.ElemContainerState(yyj1809) if r.TryDecodeAsNil() { - yyv1818[yyj1818] = DaemonSet{} + yyv1809[yyj1809] = DaemonSet{} } else { - yyv1820 := &yyv1818[yyj1818] - yyv1820.CodecDecodeSelf(d) + yyv1811 := &yyv1809[yyj1809] + yyv1811.CodecDecodeSelf(d) } } } } else { - yyj1818 := 0 - for ; !r.CheckBreak(); yyj1818++ { + yyj1809 := 0 + for ; !r.CheckBreak(); yyj1809++ { - if yyj1818 >= len(yyv1818) { - yyv1818 = append(yyv1818, DaemonSet{}) // var yyz1818 DaemonSet - yyc1818 = true + if yyj1809 >= len(yyv1809) { + yyv1809 = append(yyv1809, DaemonSet{}) // var yyz1809 DaemonSet + yyc1809 = true } - yyh1818.ElemContainerState(yyj1818) - if yyj1818 < len(yyv1818) { + yyh1809.ElemContainerState(yyj1809) + if yyj1809 < len(yyv1809) { if r.TryDecodeAsNil() { - yyv1818[yyj1818] = DaemonSet{} + yyv1809[yyj1809] = DaemonSet{} } else { - yyv1821 := &yyv1818[yyj1818] - yyv1821.CodecDecodeSelf(d) + yyv1812 := &yyv1809[yyj1809] + yyv1812.CodecDecodeSelf(d) } } else { @@ -22045,17 +21963,17 @@ func (x codecSelfer1234) decSliceDaemonSet(v *[]DaemonSet, d *codec1978.Decoder) } } - if yyj1818 < len(yyv1818) { - yyv1818 = yyv1818[:yyj1818] - yyc1818 = true - } else if yyj1818 == 0 && yyv1818 == nil { - yyv1818 = []DaemonSet{} - yyc1818 = true + if yyj1809 < len(yyv1809) { + yyv1809 = yyv1809[:yyj1809] + yyc1809 = true + } else if yyj1809 == 0 && yyv1809 == nil { + yyv1809 = []DaemonSet{} + yyc1809 = true } } - yyh1818.End() - if yyc1818 { - *v = yyv1818 + yyh1809.End() + if yyc1809 { + *v = yyv1809 } } @@ -22064,10 +21982,10 @@ func (x codecSelfer1234) encSliceThirdPartyResourceData(v []ThirdPartyResourceDa z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1822 := range v { + for _, yyv1813 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1823 := &yyv1822 - yy1823.CodecEncodeSelf(e) + yy1814 := &yyv1813 + yy1814.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22077,83 +21995,83 @@ func (x codecSelfer1234) decSliceThirdPartyResourceData(v *[]ThirdPartyResourceD z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1824 := *v - yyh1824, yyl1824 := z.DecSliceHelperStart() - var yyc1824 bool - if yyl1824 == 0 { - if yyv1824 == nil { - yyv1824 = []ThirdPartyResourceData{} - yyc1824 = true - } else if len(yyv1824) != 0 { - yyv1824 = yyv1824[:0] - yyc1824 = true + yyv1815 := *v + yyh1815, yyl1815 := z.DecSliceHelperStart() + var yyc1815 bool + if yyl1815 == 0 { + if yyv1815 == nil { + yyv1815 = []ThirdPartyResourceData{} + yyc1815 = true + } else if len(yyv1815) != 0 { + yyv1815 = yyv1815[:0] + yyc1815 = true } - } else if yyl1824 > 0 { - var yyrr1824, yyrl1824 int - var yyrt1824 bool - if yyl1824 > cap(yyv1824) { + } else if yyl1815 > 0 { + var yyrr1815, yyrl1815 int + var yyrt1815 bool + if yyl1815 > cap(yyv1815) { - yyrg1824 := len(yyv1824) > 0 - yyv21824 := yyv1824 - yyrl1824, yyrt1824 = z.DecInferLen(yyl1824, z.DecBasicHandle().MaxInitLen, 280) - if yyrt1824 { - if yyrl1824 <= cap(yyv1824) { - yyv1824 = yyv1824[:yyrl1824] + yyrg1815 := len(yyv1815) > 0 + yyv21815 := yyv1815 + yyrl1815, yyrt1815 = z.DecInferLen(yyl1815, z.DecBasicHandle().MaxInitLen, 280) + if yyrt1815 { + if yyrl1815 <= cap(yyv1815) { + yyv1815 = yyv1815[:yyrl1815] } else { - yyv1824 = make([]ThirdPartyResourceData, yyrl1824) + yyv1815 = make([]ThirdPartyResourceData, yyrl1815) } } else { - yyv1824 = make([]ThirdPartyResourceData, yyrl1824) + yyv1815 = make([]ThirdPartyResourceData, yyrl1815) } - yyc1824 = true - yyrr1824 = len(yyv1824) - if yyrg1824 { - copy(yyv1824, yyv21824) + yyc1815 = true + yyrr1815 = len(yyv1815) + if yyrg1815 { + copy(yyv1815, yyv21815) } - } else if yyl1824 != len(yyv1824) { - yyv1824 = yyv1824[:yyl1824] - yyc1824 = true + } else if yyl1815 != len(yyv1815) { + yyv1815 = yyv1815[:yyl1815] + yyc1815 = true } - yyj1824 := 0 - for ; yyj1824 < yyrr1824; yyj1824++ { - yyh1824.ElemContainerState(yyj1824) + yyj1815 := 0 + for ; yyj1815 < yyrr1815; yyj1815++ { + yyh1815.ElemContainerState(yyj1815) if r.TryDecodeAsNil() { - yyv1824[yyj1824] = ThirdPartyResourceData{} + yyv1815[yyj1815] = ThirdPartyResourceData{} } else { - yyv1825 := &yyv1824[yyj1824] - yyv1825.CodecDecodeSelf(d) + yyv1816 := &yyv1815[yyj1815] + yyv1816.CodecDecodeSelf(d) } } - if yyrt1824 { - for ; yyj1824 < yyl1824; yyj1824++ { - yyv1824 = append(yyv1824, ThirdPartyResourceData{}) - yyh1824.ElemContainerState(yyj1824) + if yyrt1815 { + for ; yyj1815 < yyl1815; yyj1815++ { + yyv1815 = append(yyv1815, ThirdPartyResourceData{}) + yyh1815.ElemContainerState(yyj1815) if r.TryDecodeAsNil() { - yyv1824[yyj1824] = ThirdPartyResourceData{} + yyv1815[yyj1815] = ThirdPartyResourceData{} } else { - yyv1826 := &yyv1824[yyj1824] - yyv1826.CodecDecodeSelf(d) + yyv1817 := &yyv1815[yyj1815] + yyv1817.CodecDecodeSelf(d) } } } } else { - yyj1824 := 0 - for ; !r.CheckBreak(); yyj1824++ { + yyj1815 := 0 + for ; !r.CheckBreak(); yyj1815++ { - if yyj1824 >= len(yyv1824) { - yyv1824 = append(yyv1824, ThirdPartyResourceData{}) // var yyz1824 ThirdPartyResourceData - yyc1824 = true + if yyj1815 >= len(yyv1815) { + yyv1815 = append(yyv1815, ThirdPartyResourceData{}) // var yyz1815 ThirdPartyResourceData + yyc1815 = true } - yyh1824.ElemContainerState(yyj1824) - if yyj1824 < len(yyv1824) { + yyh1815.ElemContainerState(yyj1815) + if yyj1815 < len(yyv1815) { if r.TryDecodeAsNil() { - yyv1824[yyj1824] = ThirdPartyResourceData{} + yyv1815[yyj1815] = ThirdPartyResourceData{} } else { - yyv1827 := &yyv1824[yyj1824] - yyv1827.CodecDecodeSelf(d) + yyv1818 := &yyv1815[yyj1815] + yyv1818.CodecDecodeSelf(d) } } else { @@ -22161,17 +22079,17 @@ func (x codecSelfer1234) decSliceThirdPartyResourceData(v *[]ThirdPartyResourceD } } - if yyj1824 < len(yyv1824) { - yyv1824 = yyv1824[:yyj1824] - yyc1824 = true - } else if yyj1824 == 0 && yyv1824 == nil { - yyv1824 = []ThirdPartyResourceData{} - yyc1824 = true + if yyj1815 < len(yyv1815) { + yyv1815 = yyv1815[:yyj1815] + yyc1815 = true + } else if yyj1815 == 0 && yyv1815 == nil { + yyv1815 = []ThirdPartyResourceData{} + yyc1815 = true } } - yyh1824.End() - if yyc1824 { - *v = yyv1824 + yyh1815.End() + if yyc1815 { + *v = yyv1815 } } @@ -22180,10 +22098,10 @@ func (x codecSelfer1234) encSliceJob(v []Job, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1828 := range v { + for _, yyv1819 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1829 := &yyv1828 - yy1829.CodecEncodeSelf(e) + yy1820 := &yyv1819 + yy1820.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22193,83 +22111,83 @@ func (x codecSelfer1234) decSliceJob(v *[]Job, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1830 := *v - yyh1830, yyl1830 := z.DecSliceHelperStart() - var yyc1830 bool - if yyl1830 == 0 { - if yyv1830 == nil { - yyv1830 = []Job{} - yyc1830 = true - } else if len(yyv1830) != 0 { - yyv1830 = yyv1830[:0] - yyc1830 = true + yyv1821 := *v + yyh1821, yyl1821 := z.DecSliceHelperStart() + var yyc1821 bool + if yyl1821 == 0 { + if yyv1821 == nil { + yyv1821 = []Job{} + yyc1821 = true + } else if len(yyv1821) != 0 { + yyv1821 = yyv1821[:0] + yyc1821 = true } - } else if yyl1830 > 0 { - var yyrr1830, yyrl1830 int - var yyrt1830 bool - if yyl1830 > cap(yyv1830) { + } else if yyl1821 > 0 { + var yyrr1821, yyrl1821 int + var yyrt1821 bool + if yyl1821 > cap(yyv1821) { - yyrg1830 := len(yyv1830) > 0 - yyv21830 := yyv1830 - yyrl1830, yyrt1830 = z.DecInferLen(yyl1830, z.DecBasicHandle().MaxInitLen, 824) - if yyrt1830 { - if yyrl1830 <= cap(yyv1830) { - yyv1830 = yyv1830[:yyrl1830] + yyrg1821 := len(yyv1821) > 0 + yyv21821 := yyv1821 + yyrl1821, yyrt1821 = z.DecInferLen(yyl1821, z.DecBasicHandle().MaxInitLen, 824) + if yyrt1821 { + if yyrl1821 <= cap(yyv1821) { + yyv1821 = yyv1821[:yyrl1821] } else { - yyv1830 = make([]Job, yyrl1830) + yyv1821 = make([]Job, yyrl1821) } } else { - yyv1830 = make([]Job, yyrl1830) + yyv1821 = make([]Job, yyrl1821) } - yyc1830 = true - yyrr1830 = len(yyv1830) - if yyrg1830 { - copy(yyv1830, yyv21830) + yyc1821 = true + yyrr1821 = len(yyv1821) + if yyrg1821 { + copy(yyv1821, yyv21821) } - } else if yyl1830 != len(yyv1830) { - yyv1830 = yyv1830[:yyl1830] - yyc1830 = true + } else if yyl1821 != len(yyv1821) { + yyv1821 = yyv1821[:yyl1821] + yyc1821 = true } - yyj1830 := 0 - for ; yyj1830 < yyrr1830; yyj1830++ { - yyh1830.ElemContainerState(yyj1830) + yyj1821 := 0 + for ; yyj1821 < yyrr1821; yyj1821++ { + yyh1821.ElemContainerState(yyj1821) if r.TryDecodeAsNil() { - yyv1830[yyj1830] = Job{} + yyv1821[yyj1821] = Job{} } else { - yyv1831 := &yyv1830[yyj1830] - yyv1831.CodecDecodeSelf(d) + yyv1822 := &yyv1821[yyj1821] + yyv1822.CodecDecodeSelf(d) } } - if yyrt1830 { - for ; yyj1830 < yyl1830; yyj1830++ { - yyv1830 = append(yyv1830, Job{}) - yyh1830.ElemContainerState(yyj1830) + if yyrt1821 { + for ; yyj1821 < yyl1821; yyj1821++ { + yyv1821 = append(yyv1821, Job{}) + yyh1821.ElemContainerState(yyj1821) if r.TryDecodeAsNil() { - yyv1830[yyj1830] = Job{} + yyv1821[yyj1821] = Job{} } else { - yyv1832 := &yyv1830[yyj1830] - yyv1832.CodecDecodeSelf(d) + yyv1823 := &yyv1821[yyj1821] + yyv1823.CodecDecodeSelf(d) } } } } else { - yyj1830 := 0 - for ; !r.CheckBreak(); yyj1830++ { + yyj1821 := 0 + for ; !r.CheckBreak(); yyj1821++ { - if yyj1830 >= len(yyv1830) { - yyv1830 = append(yyv1830, Job{}) // var yyz1830 Job - yyc1830 = true + if yyj1821 >= len(yyv1821) { + yyv1821 = append(yyv1821, Job{}) // var yyz1821 Job + yyc1821 = true } - yyh1830.ElemContainerState(yyj1830) - if yyj1830 < len(yyv1830) { + yyh1821.ElemContainerState(yyj1821) + if yyj1821 < len(yyv1821) { if r.TryDecodeAsNil() { - yyv1830[yyj1830] = Job{} + yyv1821[yyj1821] = Job{} } else { - yyv1833 := &yyv1830[yyj1830] - yyv1833.CodecDecodeSelf(d) + yyv1824 := &yyv1821[yyj1821] + yyv1824.CodecDecodeSelf(d) } } else { @@ -22277,17 +22195,17 @@ func (x codecSelfer1234) decSliceJob(v *[]Job, d *codec1978.Decoder) { } } - if yyj1830 < len(yyv1830) { - yyv1830 = yyv1830[:yyj1830] - yyc1830 = true - } else if yyj1830 == 0 && yyv1830 == nil { - yyv1830 = []Job{} - yyc1830 = true + if yyj1821 < len(yyv1821) { + yyv1821 = yyv1821[:yyj1821] + yyc1821 = true + } else if yyj1821 == 0 && yyv1821 == nil { + yyv1821 = []Job{} + yyc1821 = true } } - yyh1830.End() - if yyc1830 { - *v = yyv1830 + yyh1821.End() + if yyc1821 { + *v = yyv1821 } } @@ -22296,10 +22214,10 @@ func (x codecSelfer1234) encSliceJobCondition(v []JobCondition, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1834 := range v { + for _, yyv1825 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1835 := &yyv1834 - yy1835.CodecEncodeSelf(e) + yy1826 := &yyv1825 + yy1826.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22309,83 +22227,83 @@ func (x codecSelfer1234) decSliceJobCondition(v *[]JobCondition, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1836 := *v - yyh1836, yyl1836 := z.DecSliceHelperStart() - var yyc1836 bool - if yyl1836 == 0 { - if yyv1836 == nil { - yyv1836 = []JobCondition{} - yyc1836 = true - } else if len(yyv1836) != 0 { - yyv1836 = yyv1836[:0] - yyc1836 = true + yyv1827 := *v + yyh1827, yyl1827 := z.DecSliceHelperStart() + var yyc1827 bool + if yyl1827 == 0 { + if yyv1827 == nil { + yyv1827 = []JobCondition{} + yyc1827 = true + } else if len(yyv1827) != 0 { + yyv1827 = yyv1827[:0] + yyc1827 = true } - } else if yyl1836 > 0 { - var yyrr1836, yyrl1836 int - var yyrt1836 bool - if yyl1836 > cap(yyv1836) { + } else if yyl1827 > 0 { + var yyrr1827, yyrl1827 int + var yyrt1827 bool + if yyl1827 > cap(yyv1827) { - yyrg1836 := len(yyv1836) > 0 - yyv21836 := yyv1836 - yyrl1836, yyrt1836 = z.DecInferLen(yyl1836, z.DecBasicHandle().MaxInitLen, 112) - if yyrt1836 { - if yyrl1836 <= cap(yyv1836) { - yyv1836 = yyv1836[:yyrl1836] + yyrg1827 := len(yyv1827) > 0 + yyv21827 := yyv1827 + yyrl1827, yyrt1827 = z.DecInferLen(yyl1827, z.DecBasicHandle().MaxInitLen, 112) + if yyrt1827 { + if yyrl1827 <= cap(yyv1827) { + yyv1827 = yyv1827[:yyrl1827] } else { - yyv1836 = make([]JobCondition, yyrl1836) + yyv1827 = make([]JobCondition, yyrl1827) } } else { - yyv1836 = make([]JobCondition, yyrl1836) + yyv1827 = make([]JobCondition, yyrl1827) } - yyc1836 = true - yyrr1836 = len(yyv1836) - if yyrg1836 { - copy(yyv1836, yyv21836) + yyc1827 = true + yyrr1827 = len(yyv1827) + if yyrg1827 { + copy(yyv1827, yyv21827) } - } else if yyl1836 != len(yyv1836) { - yyv1836 = yyv1836[:yyl1836] - yyc1836 = true + } else if yyl1827 != len(yyv1827) { + yyv1827 = yyv1827[:yyl1827] + yyc1827 = true } - yyj1836 := 0 - for ; yyj1836 < yyrr1836; yyj1836++ { - yyh1836.ElemContainerState(yyj1836) + yyj1827 := 0 + for ; yyj1827 < yyrr1827; yyj1827++ { + yyh1827.ElemContainerState(yyj1827) if r.TryDecodeAsNil() { - yyv1836[yyj1836] = JobCondition{} + yyv1827[yyj1827] = JobCondition{} } else { - yyv1837 := &yyv1836[yyj1836] - yyv1837.CodecDecodeSelf(d) + yyv1828 := &yyv1827[yyj1827] + yyv1828.CodecDecodeSelf(d) } } - if yyrt1836 { - for ; yyj1836 < yyl1836; yyj1836++ { - yyv1836 = append(yyv1836, JobCondition{}) - yyh1836.ElemContainerState(yyj1836) + if yyrt1827 { + for ; yyj1827 < yyl1827; yyj1827++ { + yyv1827 = append(yyv1827, JobCondition{}) + yyh1827.ElemContainerState(yyj1827) if r.TryDecodeAsNil() { - yyv1836[yyj1836] = JobCondition{} + yyv1827[yyj1827] = JobCondition{} } else { - yyv1838 := &yyv1836[yyj1836] - yyv1838.CodecDecodeSelf(d) + yyv1829 := &yyv1827[yyj1827] + yyv1829.CodecDecodeSelf(d) } } } } else { - yyj1836 := 0 - for ; !r.CheckBreak(); yyj1836++ { + yyj1827 := 0 + for ; !r.CheckBreak(); yyj1827++ { - if yyj1836 >= len(yyv1836) { - yyv1836 = append(yyv1836, JobCondition{}) // var yyz1836 JobCondition - yyc1836 = true + if yyj1827 >= len(yyv1827) { + yyv1827 = append(yyv1827, JobCondition{}) // var yyz1827 JobCondition + yyc1827 = true } - yyh1836.ElemContainerState(yyj1836) - if yyj1836 < len(yyv1836) { + yyh1827.ElemContainerState(yyj1827) + if yyj1827 < len(yyv1827) { if r.TryDecodeAsNil() { - yyv1836[yyj1836] = JobCondition{} + yyv1827[yyj1827] = JobCondition{} } else { - yyv1839 := &yyv1836[yyj1836] - yyv1839.CodecDecodeSelf(d) + yyv1830 := &yyv1827[yyj1827] + yyv1830.CodecDecodeSelf(d) } } else { @@ -22393,17 +22311,17 @@ func (x codecSelfer1234) decSliceJobCondition(v *[]JobCondition, d *codec1978.De } } - if yyj1836 < len(yyv1836) { - yyv1836 = yyv1836[:yyj1836] - yyc1836 = true - } else if yyj1836 == 0 && yyv1836 == nil { - yyv1836 = []JobCondition{} - yyc1836 = true + if yyj1827 < len(yyv1827) { + yyv1827 = yyv1827[:yyj1827] + yyc1827 = true + } else if yyj1827 == 0 && yyv1827 == nil { + yyv1827 = []JobCondition{} + yyc1827 = true } } - yyh1836.End() - if yyc1836 { - *v = yyv1836 + yyh1827.End() + if yyc1827 { + *v = yyv1827 } } @@ -22412,10 +22330,10 @@ func (x codecSelfer1234) encSliceIngress(v []Ingress, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1840 := range v { + for _, yyv1831 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1841 := &yyv1840 - yy1841.CodecEncodeSelf(e) + yy1832 := &yyv1831 + yy1832.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22425,83 +22343,83 @@ func (x codecSelfer1234) decSliceIngress(v *[]Ingress, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1842 := *v - yyh1842, yyl1842 := z.DecSliceHelperStart() - var yyc1842 bool - if yyl1842 == 0 { - if yyv1842 == nil { - yyv1842 = []Ingress{} - yyc1842 = true - } else if len(yyv1842) != 0 { - yyv1842 = yyv1842[:0] - yyc1842 = true + yyv1833 := *v + yyh1833, yyl1833 := z.DecSliceHelperStart() + var yyc1833 bool + if yyl1833 == 0 { + if yyv1833 == nil { + yyv1833 = []Ingress{} + yyc1833 = true + } else if len(yyv1833) != 0 { + yyv1833 = yyv1833[:0] + yyc1833 = true } - } else if yyl1842 > 0 { - var yyrr1842, yyrl1842 int - var yyrt1842 bool - if yyl1842 > cap(yyv1842) { + } else if yyl1833 > 0 { + var yyrr1833, yyrl1833 int + var yyrt1833 bool + if yyl1833 > cap(yyv1833) { - yyrg1842 := len(yyv1842) > 0 - yyv21842 := yyv1842 - yyrl1842, yyrt1842 = z.DecInferLen(yyl1842, z.DecBasicHandle().MaxInitLen, 336) - if yyrt1842 { - if yyrl1842 <= cap(yyv1842) { - yyv1842 = yyv1842[:yyrl1842] + yyrg1833 := len(yyv1833) > 0 + yyv21833 := yyv1833 + yyrl1833, yyrt1833 = z.DecInferLen(yyl1833, z.DecBasicHandle().MaxInitLen, 336) + if yyrt1833 { + if yyrl1833 <= cap(yyv1833) { + yyv1833 = yyv1833[:yyrl1833] } else { - yyv1842 = make([]Ingress, yyrl1842) + yyv1833 = make([]Ingress, yyrl1833) } } else { - yyv1842 = make([]Ingress, yyrl1842) + yyv1833 = make([]Ingress, yyrl1833) } - yyc1842 = true - yyrr1842 = len(yyv1842) - if yyrg1842 { - copy(yyv1842, yyv21842) + yyc1833 = true + yyrr1833 = len(yyv1833) + if yyrg1833 { + copy(yyv1833, yyv21833) } - } else if yyl1842 != len(yyv1842) { - yyv1842 = yyv1842[:yyl1842] - yyc1842 = true + } else if yyl1833 != len(yyv1833) { + yyv1833 = yyv1833[:yyl1833] + yyc1833 = true } - yyj1842 := 0 - for ; yyj1842 < yyrr1842; yyj1842++ { - yyh1842.ElemContainerState(yyj1842) + yyj1833 := 0 + for ; yyj1833 < yyrr1833; yyj1833++ { + yyh1833.ElemContainerState(yyj1833) if r.TryDecodeAsNil() { - yyv1842[yyj1842] = Ingress{} + yyv1833[yyj1833] = Ingress{} } else { - yyv1843 := &yyv1842[yyj1842] - yyv1843.CodecDecodeSelf(d) + yyv1834 := &yyv1833[yyj1833] + yyv1834.CodecDecodeSelf(d) } } - if yyrt1842 { - for ; yyj1842 < yyl1842; yyj1842++ { - yyv1842 = append(yyv1842, Ingress{}) - yyh1842.ElemContainerState(yyj1842) + if yyrt1833 { + for ; yyj1833 < yyl1833; yyj1833++ { + yyv1833 = append(yyv1833, Ingress{}) + yyh1833.ElemContainerState(yyj1833) if r.TryDecodeAsNil() { - yyv1842[yyj1842] = Ingress{} + yyv1833[yyj1833] = Ingress{} } else { - yyv1844 := &yyv1842[yyj1842] - yyv1844.CodecDecodeSelf(d) + yyv1835 := &yyv1833[yyj1833] + yyv1835.CodecDecodeSelf(d) } } } } else { - yyj1842 := 0 - for ; !r.CheckBreak(); yyj1842++ { + yyj1833 := 0 + for ; !r.CheckBreak(); yyj1833++ { - if yyj1842 >= len(yyv1842) { - yyv1842 = append(yyv1842, Ingress{}) // var yyz1842 Ingress - yyc1842 = true + if yyj1833 >= len(yyv1833) { + yyv1833 = append(yyv1833, Ingress{}) // var yyz1833 Ingress + yyc1833 = true } - yyh1842.ElemContainerState(yyj1842) - if yyj1842 < len(yyv1842) { + yyh1833.ElemContainerState(yyj1833) + if yyj1833 < len(yyv1833) { if r.TryDecodeAsNil() { - yyv1842[yyj1842] = Ingress{} + yyv1833[yyj1833] = Ingress{} } else { - yyv1845 := &yyv1842[yyj1842] - yyv1845.CodecDecodeSelf(d) + yyv1836 := &yyv1833[yyj1833] + yyv1836.CodecDecodeSelf(d) } } else { @@ -22509,17 +22427,17 @@ func (x codecSelfer1234) decSliceIngress(v *[]Ingress, d *codec1978.Decoder) { } } - if yyj1842 < len(yyv1842) { - yyv1842 = yyv1842[:yyj1842] - yyc1842 = true - } else if yyj1842 == 0 && yyv1842 == nil { - yyv1842 = []Ingress{} - yyc1842 = true + if yyj1833 < len(yyv1833) { + yyv1833 = yyv1833[:yyj1833] + yyc1833 = true + } else if yyj1833 == 0 && yyv1833 == nil { + yyv1833 = []Ingress{} + yyc1833 = true } } - yyh1842.End() - if yyc1842 { - *v = yyv1842 + yyh1833.End() + if yyc1833 { + *v = yyv1833 } } @@ -22528,10 +22446,10 @@ func (x codecSelfer1234) encSliceIngressTLS(v []IngressTLS, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1846 := range v { + for _, yyv1837 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1847 := &yyv1846 - yy1847.CodecEncodeSelf(e) + yy1838 := &yyv1837 + yy1838.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22541,83 +22459,83 @@ func (x codecSelfer1234) decSliceIngressTLS(v *[]IngressTLS, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1848 := *v - yyh1848, yyl1848 := z.DecSliceHelperStart() - var yyc1848 bool - if yyl1848 == 0 { - if yyv1848 == nil { - yyv1848 = []IngressTLS{} - yyc1848 = true - } else if len(yyv1848) != 0 { - yyv1848 = yyv1848[:0] - yyc1848 = true + yyv1839 := *v + yyh1839, yyl1839 := z.DecSliceHelperStart() + var yyc1839 bool + if yyl1839 == 0 { + if yyv1839 == nil { + yyv1839 = []IngressTLS{} + yyc1839 = true + } else if len(yyv1839) != 0 { + yyv1839 = yyv1839[:0] + yyc1839 = true } - } else if yyl1848 > 0 { - var yyrr1848, yyrl1848 int - var yyrt1848 bool - if yyl1848 > cap(yyv1848) { + } else if yyl1839 > 0 { + var yyrr1839, yyrl1839 int + var yyrt1839 bool + if yyl1839 > cap(yyv1839) { - yyrg1848 := len(yyv1848) > 0 - yyv21848 := yyv1848 - yyrl1848, yyrt1848 = z.DecInferLen(yyl1848, z.DecBasicHandle().MaxInitLen, 40) - if yyrt1848 { - if yyrl1848 <= cap(yyv1848) { - yyv1848 = yyv1848[:yyrl1848] + yyrg1839 := len(yyv1839) > 0 + yyv21839 := yyv1839 + yyrl1839, yyrt1839 = z.DecInferLen(yyl1839, z.DecBasicHandle().MaxInitLen, 40) + if yyrt1839 { + if yyrl1839 <= cap(yyv1839) { + yyv1839 = yyv1839[:yyrl1839] } else { - yyv1848 = make([]IngressTLS, yyrl1848) + yyv1839 = make([]IngressTLS, yyrl1839) } } else { - yyv1848 = make([]IngressTLS, yyrl1848) + yyv1839 = make([]IngressTLS, yyrl1839) } - yyc1848 = true - yyrr1848 = len(yyv1848) - if yyrg1848 { - copy(yyv1848, yyv21848) + yyc1839 = true + yyrr1839 = len(yyv1839) + if yyrg1839 { + copy(yyv1839, yyv21839) } - } else if yyl1848 != len(yyv1848) { - yyv1848 = yyv1848[:yyl1848] - yyc1848 = true + } else if yyl1839 != len(yyv1839) { + yyv1839 = yyv1839[:yyl1839] + yyc1839 = true } - yyj1848 := 0 - for ; yyj1848 < yyrr1848; yyj1848++ { - yyh1848.ElemContainerState(yyj1848) + yyj1839 := 0 + for ; yyj1839 < yyrr1839; yyj1839++ { + yyh1839.ElemContainerState(yyj1839) if r.TryDecodeAsNil() { - yyv1848[yyj1848] = IngressTLS{} + yyv1839[yyj1839] = IngressTLS{} } else { - yyv1849 := &yyv1848[yyj1848] - yyv1849.CodecDecodeSelf(d) + yyv1840 := &yyv1839[yyj1839] + yyv1840.CodecDecodeSelf(d) } } - if yyrt1848 { - for ; yyj1848 < yyl1848; yyj1848++ { - yyv1848 = append(yyv1848, IngressTLS{}) - yyh1848.ElemContainerState(yyj1848) + if yyrt1839 { + for ; yyj1839 < yyl1839; yyj1839++ { + yyv1839 = append(yyv1839, IngressTLS{}) + yyh1839.ElemContainerState(yyj1839) if r.TryDecodeAsNil() { - yyv1848[yyj1848] = IngressTLS{} + yyv1839[yyj1839] = IngressTLS{} } else { - yyv1850 := &yyv1848[yyj1848] - yyv1850.CodecDecodeSelf(d) + yyv1841 := &yyv1839[yyj1839] + yyv1841.CodecDecodeSelf(d) } } } } else { - yyj1848 := 0 - for ; !r.CheckBreak(); yyj1848++ { + yyj1839 := 0 + for ; !r.CheckBreak(); yyj1839++ { - if yyj1848 >= len(yyv1848) { - yyv1848 = append(yyv1848, IngressTLS{}) // var yyz1848 IngressTLS - yyc1848 = true + if yyj1839 >= len(yyv1839) { + yyv1839 = append(yyv1839, IngressTLS{}) // var yyz1839 IngressTLS + yyc1839 = true } - yyh1848.ElemContainerState(yyj1848) - if yyj1848 < len(yyv1848) { + yyh1839.ElemContainerState(yyj1839) + if yyj1839 < len(yyv1839) { if r.TryDecodeAsNil() { - yyv1848[yyj1848] = IngressTLS{} + yyv1839[yyj1839] = IngressTLS{} } else { - yyv1851 := &yyv1848[yyj1848] - yyv1851.CodecDecodeSelf(d) + yyv1842 := &yyv1839[yyj1839] + yyv1842.CodecDecodeSelf(d) } } else { @@ -22625,17 +22543,17 @@ func (x codecSelfer1234) decSliceIngressTLS(v *[]IngressTLS, d *codec1978.Decode } } - if yyj1848 < len(yyv1848) { - yyv1848 = yyv1848[:yyj1848] - yyc1848 = true - } else if yyj1848 == 0 && yyv1848 == nil { - yyv1848 = []IngressTLS{} - yyc1848 = true + if yyj1839 < len(yyv1839) { + yyv1839 = yyv1839[:yyj1839] + yyc1839 = true + } else if yyj1839 == 0 && yyv1839 == nil { + yyv1839 = []IngressTLS{} + yyc1839 = true } } - yyh1848.End() - if yyc1848 { - *v = yyv1848 + yyh1839.End() + if yyc1839 { + *v = yyv1839 } } @@ -22644,10 +22562,10 @@ func (x codecSelfer1234) encSliceIngressRule(v []IngressRule, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1852 := range v { + for _, yyv1843 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1853 := &yyv1852 - yy1853.CodecEncodeSelf(e) + yy1844 := &yyv1843 + yy1844.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22657,83 +22575,83 @@ func (x codecSelfer1234) decSliceIngressRule(v *[]IngressRule, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1854 := *v - yyh1854, yyl1854 := z.DecSliceHelperStart() - var yyc1854 bool - if yyl1854 == 0 { - if yyv1854 == nil { - yyv1854 = []IngressRule{} - yyc1854 = true - } else if len(yyv1854) != 0 { - yyv1854 = yyv1854[:0] - yyc1854 = true + yyv1845 := *v + yyh1845, yyl1845 := z.DecSliceHelperStart() + var yyc1845 bool + if yyl1845 == 0 { + if yyv1845 == nil { + yyv1845 = []IngressRule{} + yyc1845 = true + } else if len(yyv1845) != 0 { + yyv1845 = yyv1845[:0] + yyc1845 = true } - } else if yyl1854 > 0 { - var yyrr1854, yyrl1854 int - var yyrt1854 bool - if yyl1854 > cap(yyv1854) { + } else if yyl1845 > 0 { + var yyrr1845, yyrl1845 int + var yyrt1845 bool + if yyl1845 > cap(yyv1845) { - yyrg1854 := len(yyv1854) > 0 - yyv21854 := yyv1854 - yyrl1854, yyrt1854 = z.DecInferLen(yyl1854, z.DecBasicHandle().MaxInitLen, 24) - if yyrt1854 { - if yyrl1854 <= cap(yyv1854) { - yyv1854 = yyv1854[:yyrl1854] + yyrg1845 := len(yyv1845) > 0 + yyv21845 := yyv1845 + yyrl1845, yyrt1845 = z.DecInferLen(yyl1845, z.DecBasicHandle().MaxInitLen, 24) + if yyrt1845 { + if yyrl1845 <= cap(yyv1845) { + yyv1845 = yyv1845[:yyrl1845] } else { - yyv1854 = make([]IngressRule, yyrl1854) + yyv1845 = make([]IngressRule, yyrl1845) } } else { - yyv1854 = make([]IngressRule, yyrl1854) + yyv1845 = make([]IngressRule, yyrl1845) } - yyc1854 = true - yyrr1854 = len(yyv1854) - if yyrg1854 { - copy(yyv1854, yyv21854) + yyc1845 = true + yyrr1845 = len(yyv1845) + if yyrg1845 { + copy(yyv1845, yyv21845) } - } else if yyl1854 != len(yyv1854) { - yyv1854 = yyv1854[:yyl1854] - yyc1854 = true + } else if yyl1845 != len(yyv1845) { + yyv1845 = yyv1845[:yyl1845] + yyc1845 = true } - yyj1854 := 0 - for ; yyj1854 < yyrr1854; yyj1854++ { - yyh1854.ElemContainerState(yyj1854) + yyj1845 := 0 + for ; yyj1845 < yyrr1845; yyj1845++ { + yyh1845.ElemContainerState(yyj1845) if r.TryDecodeAsNil() { - yyv1854[yyj1854] = IngressRule{} + yyv1845[yyj1845] = IngressRule{} } else { - yyv1855 := &yyv1854[yyj1854] - yyv1855.CodecDecodeSelf(d) + yyv1846 := &yyv1845[yyj1845] + yyv1846.CodecDecodeSelf(d) } } - if yyrt1854 { - for ; yyj1854 < yyl1854; yyj1854++ { - yyv1854 = append(yyv1854, IngressRule{}) - yyh1854.ElemContainerState(yyj1854) + if yyrt1845 { + for ; yyj1845 < yyl1845; yyj1845++ { + yyv1845 = append(yyv1845, IngressRule{}) + yyh1845.ElemContainerState(yyj1845) if r.TryDecodeAsNil() { - yyv1854[yyj1854] = IngressRule{} + yyv1845[yyj1845] = IngressRule{} } else { - yyv1856 := &yyv1854[yyj1854] - yyv1856.CodecDecodeSelf(d) + yyv1847 := &yyv1845[yyj1845] + yyv1847.CodecDecodeSelf(d) } } } } else { - yyj1854 := 0 - for ; !r.CheckBreak(); yyj1854++ { + yyj1845 := 0 + for ; !r.CheckBreak(); yyj1845++ { - if yyj1854 >= len(yyv1854) { - yyv1854 = append(yyv1854, IngressRule{}) // var yyz1854 IngressRule - yyc1854 = true + if yyj1845 >= len(yyv1845) { + yyv1845 = append(yyv1845, IngressRule{}) // var yyz1845 IngressRule + yyc1845 = true } - yyh1854.ElemContainerState(yyj1854) - if yyj1854 < len(yyv1854) { + yyh1845.ElemContainerState(yyj1845) + if yyj1845 < len(yyv1845) { if r.TryDecodeAsNil() { - yyv1854[yyj1854] = IngressRule{} + yyv1845[yyj1845] = IngressRule{} } else { - yyv1857 := &yyv1854[yyj1854] - yyv1857.CodecDecodeSelf(d) + yyv1848 := &yyv1845[yyj1845] + yyv1848.CodecDecodeSelf(d) } } else { @@ -22741,17 +22659,17 @@ func (x codecSelfer1234) decSliceIngressRule(v *[]IngressRule, d *codec1978.Deco } } - if yyj1854 < len(yyv1854) { - yyv1854 = yyv1854[:yyj1854] - yyc1854 = true - } else if yyj1854 == 0 && yyv1854 == nil { - yyv1854 = []IngressRule{} - yyc1854 = true + if yyj1845 < len(yyv1845) { + yyv1845 = yyv1845[:yyj1845] + yyc1845 = true + } else if yyj1845 == 0 && yyv1845 == nil { + yyv1845 = []IngressRule{} + yyc1845 = true } } - yyh1854.End() - if yyc1854 { - *v = yyv1854 + yyh1845.End() + if yyc1845 { + *v = yyv1845 } } @@ -22760,10 +22678,10 @@ func (x codecSelfer1234) encSliceHTTPIngressPath(v []HTTPIngressPath, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1858 := range v { + for _, yyv1849 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1859 := &yyv1858 - yy1859.CodecEncodeSelf(e) + yy1850 := &yyv1849 + yy1850.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22773,83 +22691,83 @@ func (x codecSelfer1234) decSliceHTTPIngressPath(v *[]HTTPIngressPath, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1860 := *v - yyh1860, yyl1860 := z.DecSliceHelperStart() - var yyc1860 bool - if yyl1860 == 0 { - if yyv1860 == nil { - yyv1860 = []HTTPIngressPath{} - yyc1860 = true - } else if len(yyv1860) != 0 { - yyv1860 = yyv1860[:0] - yyc1860 = true + yyv1851 := *v + yyh1851, yyl1851 := z.DecSliceHelperStart() + var yyc1851 bool + if yyl1851 == 0 { + if yyv1851 == nil { + yyv1851 = []HTTPIngressPath{} + yyc1851 = true + } else if len(yyv1851) != 0 { + yyv1851 = yyv1851[:0] + yyc1851 = true } - } else if yyl1860 > 0 { - var yyrr1860, yyrl1860 int - var yyrt1860 bool - if yyl1860 > cap(yyv1860) { + } else if yyl1851 > 0 { + var yyrr1851, yyrl1851 int + var yyrt1851 bool + if yyl1851 > cap(yyv1851) { - yyrg1860 := len(yyv1860) > 0 - yyv21860 := yyv1860 - yyrl1860, yyrt1860 = z.DecInferLen(yyl1860, z.DecBasicHandle().MaxInitLen, 64) - if yyrt1860 { - if yyrl1860 <= cap(yyv1860) { - yyv1860 = yyv1860[:yyrl1860] + yyrg1851 := len(yyv1851) > 0 + yyv21851 := yyv1851 + yyrl1851, yyrt1851 = z.DecInferLen(yyl1851, z.DecBasicHandle().MaxInitLen, 64) + if yyrt1851 { + if yyrl1851 <= cap(yyv1851) { + yyv1851 = yyv1851[:yyrl1851] } else { - yyv1860 = make([]HTTPIngressPath, yyrl1860) + yyv1851 = make([]HTTPIngressPath, yyrl1851) } } else { - yyv1860 = make([]HTTPIngressPath, yyrl1860) + yyv1851 = make([]HTTPIngressPath, yyrl1851) } - yyc1860 = true - yyrr1860 = len(yyv1860) - if yyrg1860 { - copy(yyv1860, yyv21860) + yyc1851 = true + yyrr1851 = len(yyv1851) + if yyrg1851 { + copy(yyv1851, yyv21851) } - } else if yyl1860 != len(yyv1860) { - yyv1860 = yyv1860[:yyl1860] - yyc1860 = true + } else if yyl1851 != len(yyv1851) { + yyv1851 = yyv1851[:yyl1851] + yyc1851 = true } - yyj1860 := 0 - for ; yyj1860 < yyrr1860; yyj1860++ { - yyh1860.ElemContainerState(yyj1860) + yyj1851 := 0 + for ; yyj1851 < yyrr1851; yyj1851++ { + yyh1851.ElemContainerState(yyj1851) if r.TryDecodeAsNil() { - yyv1860[yyj1860] = HTTPIngressPath{} + yyv1851[yyj1851] = HTTPIngressPath{} } else { - yyv1861 := &yyv1860[yyj1860] - yyv1861.CodecDecodeSelf(d) + yyv1852 := &yyv1851[yyj1851] + yyv1852.CodecDecodeSelf(d) } } - if yyrt1860 { - for ; yyj1860 < yyl1860; yyj1860++ { - yyv1860 = append(yyv1860, HTTPIngressPath{}) - yyh1860.ElemContainerState(yyj1860) + if yyrt1851 { + for ; yyj1851 < yyl1851; yyj1851++ { + yyv1851 = append(yyv1851, HTTPIngressPath{}) + yyh1851.ElemContainerState(yyj1851) if r.TryDecodeAsNil() { - yyv1860[yyj1860] = HTTPIngressPath{} + yyv1851[yyj1851] = HTTPIngressPath{} } else { - yyv1862 := &yyv1860[yyj1860] - yyv1862.CodecDecodeSelf(d) + yyv1853 := &yyv1851[yyj1851] + yyv1853.CodecDecodeSelf(d) } } } } else { - yyj1860 := 0 - for ; !r.CheckBreak(); yyj1860++ { + yyj1851 := 0 + for ; !r.CheckBreak(); yyj1851++ { - if yyj1860 >= len(yyv1860) { - yyv1860 = append(yyv1860, HTTPIngressPath{}) // var yyz1860 HTTPIngressPath - yyc1860 = true + if yyj1851 >= len(yyv1851) { + yyv1851 = append(yyv1851, HTTPIngressPath{}) // var yyz1851 HTTPIngressPath + yyc1851 = true } - yyh1860.ElemContainerState(yyj1860) - if yyj1860 < len(yyv1860) { + yyh1851.ElemContainerState(yyj1851) + if yyj1851 < len(yyv1851) { if r.TryDecodeAsNil() { - yyv1860[yyj1860] = HTTPIngressPath{} + yyv1851[yyj1851] = HTTPIngressPath{} } else { - yyv1863 := &yyv1860[yyj1860] - yyv1863.CodecDecodeSelf(d) + yyv1854 := &yyv1851[yyj1851] + yyv1854.CodecDecodeSelf(d) } } else { @@ -22857,17 +22775,17 @@ func (x codecSelfer1234) decSliceHTTPIngressPath(v *[]HTTPIngressPath, d *codec1 } } - if yyj1860 < len(yyv1860) { - yyv1860 = yyv1860[:yyj1860] - yyc1860 = true - } else if yyj1860 == 0 && yyv1860 == nil { - yyv1860 = []HTTPIngressPath{} - yyc1860 = true + if yyj1851 < len(yyv1851) { + yyv1851 = yyv1851[:yyj1851] + yyc1851 = true + } else if yyj1851 == 0 && yyv1851 == nil { + yyv1851 = []HTTPIngressPath{} + yyc1851 = true } } - yyh1860.End() - if yyc1860 { - *v = yyv1860 + yyh1851.End() + if yyc1851 { + *v = yyv1851 } } @@ -22876,10 +22794,10 @@ func (x codecSelfer1234) encSliceLabelSelectorRequirement(v []LabelSelectorRequi z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1864 := range v { + for _, yyv1855 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1865 := &yyv1864 - yy1865.CodecEncodeSelf(e) + yy1856 := &yyv1855 + yy1856.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22889,83 +22807,83 @@ func (x codecSelfer1234) decSliceLabelSelectorRequirement(v *[]LabelSelectorRequ z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1866 := *v - yyh1866, yyl1866 := z.DecSliceHelperStart() - var yyc1866 bool - if yyl1866 == 0 { - if yyv1866 == nil { - yyv1866 = []LabelSelectorRequirement{} - yyc1866 = true - } else if len(yyv1866) != 0 { - yyv1866 = yyv1866[:0] - yyc1866 = true + yyv1857 := *v + yyh1857, yyl1857 := z.DecSliceHelperStart() + var yyc1857 bool + if yyl1857 == 0 { + if yyv1857 == nil { + yyv1857 = []LabelSelectorRequirement{} + yyc1857 = true + } else if len(yyv1857) != 0 { + yyv1857 = yyv1857[:0] + yyc1857 = true } - } else if yyl1866 > 0 { - var yyrr1866, yyrl1866 int - var yyrt1866 bool - if yyl1866 > cap(yyv1866) { + } else if yyl1857 > 0 { + var yyrr1857, yyrl1857 int + var yyrt1857 bool + if yyl1857 > cap(yyv1857) { - yyrg1866 := len(yyv1866) > 0 - yyv21866 := yyv1866 - yyrl1866, yyrt1866 = z.DecInferLen(yyl1866, z.DecBasicHandle().MaxInitLen, 56) - if yyrt1866 { - if yyrl1866 <= cap(yyv1866) { - yyv1866 = yyv1866[:yyrl1866] + yyrg1857 := len(yyv1857) > 0 + yyv21857 := yyv1857 + yyrl1857, yyrt1857 = z.DecInferLen(yyl1857, z.DecBasicHandle().MaxInitLen, 56) + if yyrt1857 { + if yyrl1857 <= cap(yyv1857) { + yyv1857 = yyv1857[:yyrl1857] } else { - yyv1866 = make([]LabelSelectorRequirement, yyrl1866) + yyv1857 = make([]LabelSelectorRequirement, yyrl1857) } } else { - yyv1866 = make([]LabelSelectorRequirement, yyrl1866) + yyv1857 = make([]LabelSelectorRequirement, yyrl1857) } - yyc1866 = true - yyrr1866 = len(yyv1866) - if yyrg1866 { - copy(yyv1866, yyv21866) + yyc1857 = true + yyrr1857 = len(yyv1857) + if yyrg1857 { + copy(yyv1857, yyv21857) } - } else if yyl1866 != len(yyv1866) { - yyv1866 = yyv1866[:yyl1866] - yyc1866 = true + } else if yyl1857 != len(yyv1857) { + yyv1857 = yyv1857[:yyl1857] + yyc1857 = true } - yyj1866 := 0 - for ; yyj1866 < yyrr1866; yyj1866++ { - yyh1866.ElemContainerState(yyj1866) + yyj1857 := 0 + for ; yyj1857 < yyrr1857; yyj1857++ { + yyh1857.ElemContainerState(yyj1857) if r.TryDecodeAsNil() { - yyv1866[yyj1866] = LabelSelectorRequirement{} + yyv1857[yyj1857] = LabelSelectorRequirement{} } else { - yyv1867 := &yyv1866[yyj1866] - yyv1867.CodecDecodeSelf(d) + yyv1858 := &yyv1857[yyj1857] + yyv1858.CodecDecodeSelf(d) } } - if yyrt1866 { - for ; yyj1866 < yyl1866; yyj1866++ { - yyv1866 = append(yyv1866, LabelSelectorRequirement{}) - yyh1866.ElemContainerState(yyj1866) + if yyrt1857 { + for ; yyj1857 < yyl1857; yyj1857++ { + yyv1857 = append(yyv1857, LabelSelectorRequirement{}) + yyh1857.ElemContainerState(yyj1857) if r.TryDecodeAsNil() { - yyv1866[yyj1866] = LabelSelectorRequirement{} + yyv1857[yyj1857] = LabelSelectorRequirement{} } else { - yyv1868 := &yyv1866[yyj1866] - yyv1868.CodecDecodeSelf(d) + yyv1859 := &yyv1857[yyj1857] + yyv1859.CodecDecodeSelf(d) } } } } else { - yyj1866 := 0 - for ; !r.CheckBreak(); yyj1866++ { + yyj1857 := 0 + for ; !r.CheckBreak(); yyj1857++ { - if yyj1866 >= len(yyv1866) { - yyv1866 = append(yyv1866, LabelSelectorRequirement{}) // var yyz1866 LabelSelectorRequirement - yyc1866 = true + if yyj1857 >= len(yyv1857) { + yyv1857 = append(yyv1857, LabelSelectorRequirement{}) // var yyz1857 LabelSelectorRequirement + yyc1857 = true } - yyh1866.ElemContainerState(yyj1866) - if yyj1866 < len(yyv1866) { + yyh1857.ElemContainerState(yyj1857) + if yyj1857 < len(yyv1857) { if r.TryDecodeAsNil() { - yyv1866[yyj1866] = LabelSelectorRequirement{} + yyv1857[yyj1857] = LabelSelectorRequirement{} } else { - yyv1869 := &yyv1866[yyj1866] - yyv1869.CodecDecodeSelf(d) + yyv1860 := &yyv1857[yyj1857] + yyv1860.CodecDecodeSelf(d) } } else { @@ -22973,17 +22891,17 @@ func (x codecSelfer1234) decSliceLabelSelectorRequirement(v *[]LabelSelectorRequ } } - if yyj1866 < len(yyv1866) { - yyv1866 = yyv1866[:yyj1866] - yyc1866 = true - } else if yyj1866 == 0 && yyv1866 == nil { - yyv1866 = []LabelSelectorRequirement{} - yyc1866 = true + if yyj1857 < len(yyv1857) { + yyv1857 = yyv1857[:yyj1857] + yyc1857 = true + } else if yyj1857 == 0 && yyv1857 == nil { + yyv1857 = []LabelSelectorRequirement{} + yyc1857 = true } } - yyh1866.End() - if yyc1866 { - *v = yyv1866 + yyh1857.End() + if yyc1857 { + *v = yyv1857 } } @@ -22992,10 +22910,10 @@ func (x codecSelfer1234) encSliceReplicaSet(v []ReplicaSet, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1870 := range v { + for _, yyv1861 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1871 := &yyv1870 - yy1871.CodecEncodeSelf(e) + yy1862 := &yyv1861 + yy1862.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23005,83 +22923,83 @@ func (x codecSelfer1234) decSliceReplicaSet(v *[]ReplicaSet, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1872 := *v - yyh1872, yyl1872 := z.DecSliceHelperStart() - var yyc1872 bool - if yyl1872 == 0 { - if yyv1872 == nil { - yyv1872 = []ReplicaSet{} - yyc1872 = true - } else if len(yyv1872) != 0 { - yyv1872 = yyv1872[:0] - yyc1872 = true + yyv1863 := *v + yyh1863, yyl1863 := z.DecSliceHelperStart() + var yyc1863 bool + if yyl1863 == 0 { + if yyv1863 == nil { + yyv1863 = []ReplicaSet{} + yyc1863 = true + } else if len(yyv1863) != 0 { + yyv1863 = yyv1863[:0] + yyc1863 = true } - } else if yyl1872 > 0 { - var yyrr1872, yyrl1872 int - var yyrt1872 bool - if yyl1872 > cap(yyv1872) { + } else if yyl1863 > 0 { + var yyrr1863, yyrl1863 int + var yyrt1863 bool + if yyl1863 > cap(yyv1863) { - yyrg1872 := len(yyv1872) > 0 - yyv21872 := yyv1872 - yyrl1872, yyrt1872 = z.DecInferLen(yyl1872, z.DecBasicHandle().MaxInitLen, 800) - if yyrt1872 { - if yyrl1872 <= cap(yyv1872) { - yyv1872 = yyv1872[:yyrl1872] + yyrg1863 := len(yyv1863) > 0 + yyv21863 := yyv1863 + yyrl1863, yyrt1863 = z.DecInferLen(yyl1863, z.DecBasicHandle().MaxInitLen, 800) + if yyrt1863 { + if yyrl1863 <= cap(yyv1863) { + yyv1863 = yyv1863[:yyrl1863] } else { - yyv1872 = make([]ReplicaSet, yyrl1872) + yyv1863 = make([]ReplicaSet, yyrl1863) } } else { - yyv1872 = make([]ReplicaSet, yyrl1872) + yyv1863 = make([]ReplicaSet, yyrl1863) } - yyc1872 = true - yyrr1872 = len(yyv1872) - if yyrg1872 { - copy(yyv1872, yyv21872) + yyc1863 = true + yyrr1863 = len(yyv1863) + if yyrg1863 { + copy(yyv1863, yyv21863) } - } else if yyl1872 != len(yyv1872) { - yyv1872 = yyv1872[:yyl1872] - yyc1872 = true + } else if yyl1863 != len(yyv1863) { + yyv1863 = yyv1863[:yyl1863] + yyc1863 = true } - yyj1872 := 0 - for ; yyj1872 < yyrr1872; yyj1872++ { - yyh1872.ElemContainerState(yyj1872) + yyj1863 := 0 + for ; yyj1863 < yyrr1863; yyj1863++ { + yyh1863.ElemContainerState(yyj1863) if r.TryDecodeAsNil() { - yyv1872[yyj1872] = ReplicaSet{} + yyv1863[yyj1863] = ReplicaSet{} } else { - yyv1873 := &yyv1872[yyj1872] - yyv1873.CodecDecodeSelf(d) + yyv1864 := &yyv1863[yyj1863] + yyv1864.CodecDecodeSelf(d) } } - if yyrt1872 { - for ; yyj1872 < yyl1872; yyj1872++ { - yyv1872 = append(yyv1872, ReplicaSet{}) - yyh1872.ElemContainerState(yyj1872) + if yyrt1863 { + for ; yyj1863 < yyl1863; yyj1863++ { + yyv1863 = append(yyv1863, ReplicaSet{}) + yyh1863.ElemContainerState(yyj1863) if r.TryDecodeAsNil() { - yyv1872[yyj1872] = ReplicaSet{} + yyv1863[yyj1863] = ReplicaSet{} } else { - yyv1874 := &yyv1872[yyj1872] - yyv1874.CodecDecodeSelf(d) + yyv1865 := &yyv1863[yyj1863] + yyv1865.CodecDecodeSelf(d) } } } } else { - yyj1872 := 0 - for ; !r.CheckBreak(); yyj1872++ { + yyj1863 := 0 + for ; !r.CheckBreak(); yyj1863++ { - if yyj1872 >= len(yyv1872) { - yyv1872 = append(yyv1872, ReplicaSet{}) // var yyz1872 ReplicaSet - yyc1872 = true + if yyj1863 >= len(yyv1863) { + yyv1863 = append(yyv1863, ReplicaSet{}) // var yyz1863 ReplicaSet + yyc1863 = true } - yyh1872.ElemContainerState(yyj1872) - if yyj1872 < len(yyv1872) { + yyh1863.ElemContainerState(yyj1863) + if yyj1863 < len(yyv1863) { if r.TryDecodeAsNil() { - yyv1872[yyj1872] = ReplicaSet{} + yyv1863[yyj1863] = ReplicaSet{} } else { - yyv1875 := &yyv1872[yyj1872] - yyv1875.CodecDecodeSelf(d) + yyv1866 := &yyv1863[yyj1863] + yyv1866.CodecDecodeSelf(d) } } else { @@ -23089,17 +23007,17 @@ func (x codecSelfer1234) decSliceReplicaSet(v *[]ReplicaSet, d *codec1978.Decode } } - if yyj1872 < len(yyv1872) { - yyv1872 = yyv1872[:yyj1872] - yyc1872 = true - } else if yyj1872 == 0 && yyv1872 == nil { - yyv1872 = []ReplicaSet{} - yyc1872 = true + if yyj1863 < len(yyv1863) { + yyv1863 = yyv1863[:yyj1863] + yyc1863 = true + } else if yyj1863 == 0 && yyv1863 == nil { + yyv1863 = []ReplicaSet{} + yyc1863 = true } } - yyh1872.End() - if yyc1872 { - *v = yyv1872 + yyh1863.End() + if yyc1863 { + *v = yyv1863 } } @@ -23108,10 +23026,10 @@ func (x codecSelfer1234) encSliceReplicaSetCondition(v []ReplicaSetCondition, e z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1876 := range v { + for _, yyv1867 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1877 := &yyv1876 - yy1877.CodecEncodeSelf(e) + yy1868 := &yyv1867 + yy1868.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23121,83 +23039,83 @@ func (x codecSelfer1234) decSliceReplicaSetCondition(v *[]ReplicaSetCondition, d z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1878 := *v - yyh1878, yyl1878 := z.DecSliceHelperStart() - var yyc1878 bool - if yyl1878 == 0 { - if yyv1878 == nil { - yyv1878 = []ReplicaSetCondition{} - yyc1878 = true - } else if len(yyv1878) != 0 { - yyv1878 = yyv1878[:0] - yyc1878 = true + yyv1869 := *v + yyh1869, yyl1869 := z.DecSliceHelperStart() + var yyc1869 bool + if yyl1869 == 0 { + if yyv1869 == nil { + yyv1869 = []ReplicaSetCondition{} + yyc1869 = true + } else if len(yyv1869) != 0 { + yyv1869 = yyv1869[:0] + yyc1869 = true } - } else if yyl1878 > 0 { - var yyrr1878, yyrl1878 int - var yyrt1878 bool - if yyl1878 > cap(yyv1878) { + } else if yyl1869 > 0 { + var yyrr1869, yyrl1869 int + var yyrt1869 bool + if yyl1869 > cap(yyv1869) { - yyrg1878 := len(yyv1878) > 0 - yyv21878 := yyv1878 - yyrl1878, yyrt1878 = z.DecInferLen(yyl1878, z.DecBasicHandle().MaxInitLen, 112) - if yyrt1878 { - if yyrl1878 <= cap(yyv1878) { - yyv1878 = yyv1878[:yyrl1878] + yyrg1869 := len(yyv1869) > 0 + yyv21869 := yyv1869 + yyrl1869, yyrt1869 = z.DecInferLen(yyl1869, z.DecBasicHandle().MaxInitLen, 88) + if yyrt1869 { + if yyrl1869 <= cap(yyv1869) { + yyv1869 = yyv1869[:yyrl1869] } else { - yyv1878 = make([]ReplicaSetCondition, yyrl1878) + yyv1869 = make([]ReplicaSetCondition, yyrl1869) } } else { - yyv1878 = make([]ReplicaSetCondition, yyrl1878) + yyv1869 = make([]ReplicaSetCondition, yyrl1869) } - yyc1878 = true - yyrr1878 = len(yyv1878) - if yyrg1878 { - copy(yyv1878, yyv21878) + yyc1869 = true + yyrr1869 = len(yyv1869) + if yyrg1869 { + copy(yyv1869, yyv21869) } - } else if yyl1878 != len(yyv1878) { - yyv1878 = yyv1878[:yyl1878] - yyc1878 = true + } else if yyl1869 != len(yyv1869) { + yyv1869 = yyv1869[:yyl1869] + yyc1869 = true } - yyj1878 := 0 - for ; yyj1878 < yyrr1878; yyj1878++ { - yyh1878.ElemContainerState(yyj1878) + yyj1869 := 0 + for ; yyj1869 < yyrr1869; yyj1869++ { + yyh1869.ElemContainerState(yyj1869) if r.TryDecodeAsNil() { - yyv1878[yyj1878] = ReplicaSetCondition{} + yyv1869[yyj1869] = ReplicaSetCondition{} } else { - yyv1879 := &yyv1878[yyj1878] - yyv1879.CodecDecodeSelf(d) + yyv1870 := &yyv1869[yyj1869] + yyv1870.CodecDecodeSelf(d) } } - if yyrt1878 { - for ; yyj1878 < yyl1878; yyj1878++ { - yyv1878 = append(yyv1878, ReplicaSetCondition{}) - yyh1878.ElemContainerState(yyj1878) + if yyrt1869 { + for ; yyj1869 < yyl1869; yyj1869++ { + yyv1869 = append(yyv1869, ReplicaSetCondition{}) + yyh1869.ElemContainerState(yyj1869) if r.TryDecodeAsNil() { - yyv1878[yyj1878] = ReplicaSetCondition{} + yyv1869[yyj1869] = ReplicaSetCondition{} } else { - yyv1880 := &yyv1878[yyj1878] - yyv1880.CodecDecodeSelf(d) + yyv1871 := &yyv1869[yyj1869] + yyv1871.CodecDecodeSelf(d) } } } } else { - yyj1878 := 0 - for ; !r.CheckBreak(); yyj1878++ { + yyj1869 := 0 + for ; !r.CheckBreak(); yyj1869++ { - if yyj1878 >= len(yyv1878) { - yyv1878 = append(yyv1878, ReplicaSetCondition{}) // var yyz1878 ReplicaSetCondition - yyc1878 = true + if yyj1869 >= len(yyv1869) { + yyv1869 = append(yyv1869, ReplicaSetCondition{}) // var yyz1869 ReplicaSetCondition + yyc1869 = true } - yyh1878.ElemContainerState(yyj1878) - if yyj1878 < len(yyv1878) { + yyh1869.ElemContainerState(yyj1869) + if yyj1869 < len(yyv1869) { if r.TryDecodeAsNil() { - yyv1878[yyj1878] = ReplicaSetCondition{} + yyv1869[yyj1869] = ReplicaSetCondition{} } else { - yyv1881 := &yyv1878[yyj1878] - yyv1881.CodecDecodeSelf(d) + yyv1872 := &yyv1869[yyj1869] + yyv1872.CodecDecodeSelf(d) } } else { @@ -23205,17 +23123,17 @@ func (x codecSelfer1234) decSliceReplicaSetCondition(v *[]ReplicaSetCondition, d } } - if yyj1878 < len(yyv1878) { - yyv1878 = yyv1878[:yyj1878] - yyc1878 = true - } else if yyj1878 == 0 && yyv1878 == nil { - yyv1878 = []ReplicaSetCondition{} - yyc1878 = true + if yyj1869 < len(yyv1869) { + yyv1869 = yyv1869[:yyj1869] + yyc1869 = true + } else if yyj1869 == 0 && yyv1869 == nil { + yyv1869 = []ReplicaSetCondition{} + yyc1869 = true } } - yyh1878.End() - if yyc1878 { - *v = yyv1878 + yyh1869.End() + if yyc1869 { + *v = yyv1869 } } @@ -23224,14 +23142,14 @@ func (x codecSelfer1234) encSlicev1_Capability(v []pkg2_v1.Capability, e *codec1 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1882 := range v { + for _, yyv1873 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1883 := z.EncBinary() - _ = yym1883 + yym1874 := z.EncBinary() + _ = yym1874 if false { - } else if z.HasExtensions() && z.EncExt(yyv1882) { + } else if z.HasExtensions() && z.EncExt(yyv1873) { } else { - r.EncodeString(codecSelferC_UTF81234, string(yyv1882)) + r.EncodeString(codecSelferC_UTF81234, string(yyv1873)) } } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) @@ -23242,75 +23160,75 @@ func (x codecSelfer1234) decSlicev1_Capability(v *[]pkg2_v1.Capability, d *codec z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1884 := *v - yyh1884, yyl1884 := z.DecSliceHelperStart() - var yyc1884 bool - if yyl1884 == 0 { - if yyv1884 == nil { - yyv1884 = []pkg2_v1.Capability{} - yyc1884 = true - } else if len(yyv1884) != 0 { - yyv1884 = yyv1884[:0] - yyc1884 = true + yyv1875 := *v + yyh1875, yyl1875 := z.DecSliceHelperStart() + var yyc1875 bool + if yyl1875 == 0 { + if yyv1875 == nil { + yyv1875 = []pkg2_v1.Capability{} + yyc1875 = true + } else if len(yyv1875) != 0 { + yyv1875 = yyv1875[:0] + yyc1875 = true } - } else if yyl1884 > 0 { - var yyrr1884, yyrl1884 int - var yyrt1884 bool - if yyl1884 > cap(yyv1884) { + } else if yyl1875 > 0 { + var yyrr1875, yyrl1875 int + var yyrt1875 bool + if yyl1875 > cap(yyv1875) { - yyrl1884, yyrt1884 = z.DecInferLen(yyl1884, z.DecBasicHandle().MaxInitLen, 16) - if yyrt1884 { - if yyrl1884 <= cap(yyv1884) { - yyv1884 = yyv1884[:yyrl1884] + yyrl1875, yyrt1875 = z.DecInferLen(yyl1875, z.DecBasicHandle().MaxInitLen, 16) + if yyrt1875 { + if yyrl1875 <= cap(yyv1875) { + yyv1875 = yyv1875[:yyrl1875] } else { - yyv1884 = make([]pkg2_v1.Capability, yyrl1884) + yyv1875 = make([]pkg2_v1.Capability, yyrl1875) } } else { - yyv1884 = make([]pkg2_v1.Capability, yyrl1884) + yyv1875 = make([]pkg2_v1.Capability, yyrl1875) } - yyc1884 = true - yyrr1884 = len(yyv1884) - } else if yyl1884 != len(yyv1884) { - yyv1884 = yyv1884[:yyl1884] - yyc1884 = true + yyc1875 = true + yyrr1875 = len(yyv1875) + } else if yyl1875 != len(yyv1875) { + yyv1875 = yyv1875[:yyl1875] + yyc1875 = true } - yyj1884 := 0 - for ; yyj1884 < yyrr1884; yyj1884++ { - yyh1884.ElemContainerState(yyj1884) + yyj1875 := 0 + for ; yyj1875 < yyrr1875; yyj1875++ { + yyh1875.ElemContainerState(yyj1875) if r.TryDecodeAsNil() { - yyv1884[yyj1884] = "" + yyv1875[yyj1875] = "" } else { - yyv1884[yyj1884] = pkg2_v1.Capability(r.DecodeString()) + yyv1875[yyj1875] = pkg2_v1.Capability(r.DecodeString()) } } - if yyrt1884 { - for ; yyj1884 < yyl1884; yyj1884++ { - yyv1884 = append(yyv1884, "") - yyh1884.ElemContainerState(yyj1884) + if yyrt1875 { + for ; yyj1875 < yyl1875; yyj1875++ { + yyv1875 = append(yyv1875, "") + yyh1875.ElemContainerState(yyj1875) if r.TryDecodeAsNil() { - yyv1884[yyj1884] = "" + yyv1875[yyj1875] = "" } else { - yyv1884[yyj1884] = pkg2_v1.Capability(r.DecodeString()) + yyv1875[yyj1875] = pkg2_v1.Capability(r.DecodeString()) } } } } else { - yyj1884 := 0 - for ; !r.CheckBreak(); yyj1884++ { + yyj1875 := 0 + for ; !r.CheckBreak(); yyj1875++ { - if yyj1884 >= len(yyv1884) { - yyv1884 = append(yyv1884, "") // var yyz1884 pkg2_v1.Capability - yyc1884 = true + if yyj1875 >= len(yyv1875) { + yyv1875 = append(yyv1875, "") // var yyz1875 pkg2_v1.Capability + yyc1875 = true } - yyh1884.ElemContainerState(yyj1884) - if yyj1884 < len(yyv1884) { + yyh1875.ElemContainerState(yyj1875) + if yyj1875 < len(yyv1875) { if r.TryDecodeAsNil() { - yyv1884[yyj1884] = "" + yyv1875[yyj1875] = "" } else { - yyv1884[yyj1884] = pkg2_v1.Capability(r.DecodeString()) + yyv1875[yyj1875] = pkg2_v1.Capability(r.DecodeString()) } } else { @@ -23318,17 +23236,17 @@ func (x codecSelfer1234) decSlicev1_Capability(v *[]pkg2_v1.Capability, d *codec } } - if yyj1884 < len(yyv1884) { - yyv1884 = yyv1884[:yyj1884] - yyc1884 = true - } else if yyj1884 == 0 && yyv1884 == nil { - yyv1884 = []pkg2_v1.Capability{} - yyc1884 = true + if yyj1875 < len(yyv1875) { + yyv1875 = yyv1875[:yyj1875] + yyc1875 = true + } else if yyj1875 == 0 && yyv1875 == nil { + yyv1875 = []pkg2_v1.Capability{} + yyc1875 = true } } - yyh1884.End() - if yyc1884 { - *v = yyv1884 + yyh1875.End() + if yyc1875 { + *v = yyv1875 } } @@ -23337,9 +23255,9 @@ func (x codecSelfer1234) encSliceFSType(v []FSType, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1888 := range v { + for _, yyv1879 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv1888.CodecEncodeSelf(e) + yyv1879.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23349,75 +23267,75 @@ func (x codecSelfer1234) decSliceFSType(v *[]FSType, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1889 := *v - yyh1889, yyl1889 := z.DecSliceHelperStart() - var yyc1889 bool - if yyl1889 == 0 { - if yyv1889 == nil { - yyv1889 = []FSType{} - yyc1889 = true - } else if len(yyv1889) != 0 { - yyv1889 = yyv1889[:0] - yyc1889 = true + yyv1880 := *v + yyh1880, yyl1880 := z.DecSliceHelperStart() + var yyc1880 bool + if yyl1880 == 0 { + if yyv1880 == nil { + yyv1880 = []FSType{} + yyc1880 = true + } else if len(yyv1880) != 0 { + yyv1880 = yyv1880[:0] + yyc1880 = true } - } else if yyl1889 > 0 { - var yyrr1889, yyrl1889 int - var yyrt1889 bool - if yyl1889 > cap(yyv1889) { + } else if yyl1880 > 0 { + var yyrr1880, yyrl1880 int + var yyrt1880 bool + if yyl1880 > cap(yyv1880) { - yyrl1889, yyrt1889 = z.DecInferLen(yyl1889, z.DecBasicHandle().MaxInitLen, 16) - if yyrt1889 { - if yyrl1889 <= cap(yyv1889) { - yyv1889 = yyv1889[:yyrl1889] + yyrl1880, yyrt1880 = z.DecInferLen(yyl1880, z.DecBasicHandle().MaxInitLen, 16) + if yyrt1880 { + if yyrl1880 <= cap(yyv1880) { + yyv1880 = yyv1880[:yyrl1880] } else { - yyv1889 = make([]FSType, yyrl1889) + yyv1880 = make([]FSType, yyrl1880) } } else { - yyv1889 = make([]FSType, yyrl1889) + yyv1880 = make([]FSType, yyrl1880) } - yyc1889 = true - yyrr1889 = len(yyv1889) - } else if yyl1889 != len(yyv1889) { - yyv1889 = yyv1889[:yyl1889] - yyc1889 = true + yyc1880 = true + yyrr1880 = len(yyv1880) + } else if yyl1880 != len(yyv1880) { + yyv1880 = yyv1880[:yyl1880] + yyc1880 = true } - yyj1889 := 0 - for ; yyj1889 < yyrr1889; yyj1889++ { - yyh1889.ElemContainerState(yyj1889) + yyj1880 := 0 + for ; yyj1880 < yyrr1880; yyj1880++ { + yyh1880.ElemContainerState(yyj1880) if r.TryDecodeAsNil() { - yyv1889[yyj1889] = "" + yyv1880[yyj1880] = "" } else { - yyv1889[yyj1889] = FSType(r.DecodeString()) + yyv1880[yyj1880] = FSType(r.DecodeString()) } } - if yyrt1889 { - for ; yyj1889 < yyl1889; yyj1889++ { - yyv1889 = append(yyv1889, "") - yyh1889.ElemContainerState(yyj1889) + if yyrt1880 { + for ; yyj1880 < yyl1880; yyj1880++ { + yyv1880 = append(yyv1880, "") + yyh1880.ElemContainerState(yyj1880) if r.TryDecodeAsNil() { - yyv1889[yyj1889] = "" + yyv1880[yyj1880] = "" } else { - yyv1889[yyj1889] = FSType(r.DecodeString()) + yyv1880[yyj1880] = FSType(r.DecodeString()) } } } } else { - yyj1889 := 0 - for ; !r.CheckBreak(); yyj1889++ { + yyj1880 := 0 + for ; !r.CheckBreak(); yyj1880++ { - if yyj1889 >= len(yyv1889) { - yyv1889 = append(yyv1889, "") // var yyz1889 FSType - yyc1889 = true + if yyj1880 >= len(yyv1880) { + yyv1880 = append(yyv1880, "") // var yyz1880 FSType + yyc1880 = true } - yyh1889.ElemContainerState(yyj1889) - if yyj1889 < len(yyv1889) { + yyh1880.ElemContainerState(yyj1880) + if yyj1880 < len(yyv1880) { if r.TryDecodeAsNil() { - yyv1889[yyj1889] = "" + yyv1880[yyj1880] = "" } else { - yyv1889[yyj1889] = FSType(r.DecodeString()) + yyv1880[yyj1880] = FSType(r.DecodeString()) } } else { @@ -23425,17 +23343,17 @@ func (x codecSelfer1234) decSliceFSType(v *[]FSType, d *codec1978.Decoder) { } } - if yyj1889 < len(yyv1889) { - yyv1889 = yyv1889[:yyj1889] - yyc1889 = true - } else if yyj1889 == 0 && yyv1889 == nil { - yyv1889 = []FSType{} - yyc1889 = true + if yyj1880 < len(yyv1880) { + yyv1880 = yyv1880[:yyj1880] + yyc1880 = true + } else if yyj1880 == 0 && yyv1880 == nil { + yyv1880 = []FSType{} + yyc1880 = true } } - yyh1889.End() - if yyc1889 { - *v = yyv1889 + yyh1880.End() + if yyc1880 { + *v = yyv1880 } } @@ -23444,10 +23362,10 @@ func (x codecSelfer1234) encSliceHostPortRange(v []HostPortRange, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1893 := range v { + for _, yyv1884 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1894 := &yyv1893 - yy1894.CodecEncodeSelf(e) + yy1885 := &yyv1884 + yy1885.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23457,83 +23375,83 @@ func (x codecSelfer1234) decSliceHostPortRange(v *[]HostPortRange, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1895 := *v - yyh1895, yyl1895 := z.DecSliceHelperStart() - var yyc1895 bool - if yyl1895 == 0 { - if yyv1895 == nil { - yyv1895 = []HostPortRange{} - yyc1895 = true - } else if len(yyv1895) != 0 { - yyv1895 = yyv1895[:0] - yyc1895 = true + yyv1886 := *v + yyh1886, yyl1886 := z.DecSliceHelperStart() + var yyc1886 bool + if yyl1886 == 0 { + if yyv1886 == nil { + yyv1886 = []HostPortRange{} + yyc1886 = true + } else if len(yyv1886) != 0 { + yyv1886 = yyv1886[:0] + yyc1886 = true } - } else if yyl1895 > 0 { - var yyrr1895, yyrl1895 int - var yyrt1895 bool - if yyl1895 > cap(yyv1895) { + } else if yyl1886 > 0 { + var yyrr1886, yyrl1886 int + var yyrt1886 bool + if yyl1886 > cap(yyv1886) { - yyrg1895 := len(yyv1895) > 0 - yyv21895 := yyv1895 - yyrl1895, yyrt1895 = z.DecInferLen(yyl1895, z.DecBasicHandle().MaxInitLen, 8) - if yyrt1895 { - if yyrl1895 <= cap(yyv1895) { - yyv1895 = yyv1895[:yyrl1895] + yyrg1886 := len(yyv1886) > 0 + yyv21886 := yyv1886 + yyrl1886, yyrt1886 = z.DecInferLen(yyl1886, z.DecBasicHandle().MaxInitLen, 8) + if yyrt1886 { + if yyrl1886 <= cap(yyv1886) { + yyv1886 = yyv1886[:yyrl1886] } else { - yyv1895 = make([]HostPortRange, yyrl1895) + yyv1886 = make([]HostPortRange, yyrl1886) } } else { - yyv1895 = make([]HostPortRange, yyrl1895) + yyv1886 = make([]HostPortRange, yyrl1886) } - yyc1895 = true - yyrr1895 = len(yyv1895) - if yyrg1895 { - copy(yyv1895, yyv21895) + yyc1886 = true + yyrr1886 = len(yyv1886) + if yyrg1886 { + copy(yyv1886, yyv21886) } - } else if yyl1895 != len(yyv1895) { - yyv1895 = yyv1895[:yyl1895] - yyc1895 = true + } else if yyl1886 != len(yyv1886) { + yyv1886 = yyv1886[:yyl1886] + yyc1886 = true } - yyj1895 := 0 - for ; yyj1895 < yyrr1895; yyj1895++ { - yyh1895.ElemContainerState(yyj1895) + yyj1886 := 0 + for ; yyj1886 < yyrr1886; yyj1886++ { + yyh1886.ElemContainerState(yyj1886) if r.TryDecodeAsNil() { - yyv1895[yyj1895] = HostPortRange{} + yyv1886[yyj1886] = HostPortRange{} } else { - yyv1896 := &yyv1895[yyj1895] - yyv1896.CodecDecodeSelf(d) + yyv1887 := &yyv1886[yyj1886] + yyv1887.CodecDecodeSelf(d) } } - if yyrt1895 { - for ; yyj1895 < yyl1895; yyj1895++ { - yyv1895 = append(yyv1895, HostPortRange{}) - yyh1895.ElemContainerState(yyj1895) + if yyrt1886 { + for ; yyj1886 < yyl1886; yyj1886++ { + yyv1886 = append(yyv1886, HostPortRange{}) + yyh1886.ElemContainerState(yyj1886) if r.TryDecodeAsNil() { - yyv1895[yyj1895] = HostPortRange{} + yyv1886[yyj1886] = HostPortRange{} } else { - yyv1897 := &yyv1895[yyj1895] - yyv1897.CodecDecodeSelf(d) + yyv1888 := &yyv1886[yyj1886] + yyv1888.CodecDecodeSelf(d) } } } } else { - yyj1895 := 0 - for ; !r.CheckBreak(); yyj1895++ { + yyj1886 := 0 + for ; !r.CheckBreak(); yyj1886++ { - if yyj1895 >= len(yyv1895) { - yyv1895 = append(yyv1895, HostPortRange{}) // var yyz1895 HostPortRange - yyc1895 = true + if yyj1886 >= len(yyv1886) { + yyv1886 = append(yyv1886, HostPortRange{}) // var yyz1886 HostPortRange + yyc1886 = true } - yyh1895.ElemContainerState(yyj1895) - if yyj1895 < len(yyv1895) { + yyh1886.ElemContainerState(yyj1886) + if yyj1886 < len(yyv1886) { if r.TryDecodeAsNil() { - yyv1895[yyj1895] = HostPortRange{} + yyv1886[yyj1886] = HostPortRange{} } else { - yyv1898 := &yyv1895[yyj1895] - yyv1898.CodecDecodeSelf(d) + yyv1889 := &yyv1886[yyj1886] + yyv1889.CodecDecodeSelf(d) } } else { @@ -23541,17 +23459,17 @@ func (x codecSelfer1234) decSliceHostPortRange(v *[]HostPortRange, d *codec1978. } } - if yyj1895 < len(yyv1895) { - yyv1895 = yyv1895[:yyj1895] - yyc1895 = true - } else if yyj1895 == 0 && yyv1895 == nil { - yyv1895 = []HostPortRange{} - yyc1895 = true + if yyj1886 < len(yyv1886) { + yyv1886 = yyv1886[:yyj1886] + yyc1886 = true + } else if yyj1886 == 0 && yyv1886 == nil { + yyv1886 = []HostPortRange{} + yyc1886 = true } } - yyh1895.End() - if yyc1895 { - *v = yyv1895 + yyh1886.End() + if yyc1886 { + *v = yyv1886 } } @@ -23560,10 +23478,10 @@ func (x codecSelfer1234) encSliceIDRange(v []IDRange, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1899 := range v { + for _, yyv1890 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1900 := &yyv1899 - yy1900.CodecEncodeSelf(e) + yy1891 := &yyv1890 + yy1891.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23573,83 +23491,83 @@ func (x codecSelfer1234) decSliceIDRange(v *[]IDRange, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1901 := *v - yyh1901, yyl1901 := z.DecSliceHelperStart() - var yyc1901 bool - if yyl1901 == 0 { - if yyv1901 == nil { - yyv1901 = []IDRange{} - yyc1901 = true - } else if len(yyv1901) != 0 { - yyv1901 = yyv1901[:0] - yyc1901 = true + yyv1892 := *v + yyh1892, yyl1892 := z.DecSliceHelperStart() + var yyc1892 bool + if yyl1892 == 0 { + if yyv1892 == nil { + yyv1892 = []IDRange{} + yyc1892 = true + } else if len(yyv1892) != 0 { + yyv1892 = yyv1892[:0] + yyc1892 = true } - } else if yyl1901 > 0 { - var yyrr1901, yyrl1901 int - var yyrt1901 bool - if yyl1901 > cap(yyv1901) { + } else if yyl1892 > 0 { + var yyrr1892, yyrl1892 int + var yyrt1892 bool + if yyl1892 > cap(yyv1892) { - yyrg1901 := len(yyv1901) > 0 - yyv21901 := yyv1901 - yyrl1901, yyrt1901 = z.DecInferLen(yyl1901, z.DecBasicHandle().MaxInitLen, 16) - if yyrt1901 { - if yyrl1901 <= cap(yyv1901) { - yyv1901 = yyv1901[:yyrl1901] + yyrg1892 := len(yyv1892) > 0 + yyv21892 := yyv1892 + yyrl1892, yyrt1892 = z.DecInferLen(yyl1892, z.DecBasicHandle().MaxInitLen, 16) + if yyrt1892 { + if yyrl1892 <= cap(yyv1892) { + yyv1892 = yyv1892[:yyrl1892] } else { - yyv1901 = make([]IDRange, yyrl1901) + yyv1892 = make([]IDRange, yyrl1892) } } else { - yyv1901 = make([]IDRange, yyrl1901) + yyv1892 = make([]IDRange, yyrl1892) } - yyc1901 = true - yyrr1901 = len(yyv1901) - if yyrg1901 { - copy(yyv1901, yyv21901) + yyc1892 = true + yyrr1892 = len(yyv1892) + if yyrg1892 { + copy(yyv1892, yyv21892) } - } else if yyl1901 != len(yyv1901) { - yyv1901 = yyv1901[:yyl1901] - yyc1901 = true + } else if yyl1892 != len(yyv1892) { + yyv1892 = yyv1892[:yyl1892] + yyc1892 = true } - yyj1901 := 0 - for ; yyj1901 < yyrr1901; yyj1901++ { - yyh1901.ElemContainerState(yyj1901) + yyj1892 := 0 + for ; yyj1892 < yyrr1892; yyj1892++ { + yyh1892.ElemContainerState(yyj1892) if r.TryDecodeAsNil() { - yyv1901[yyj1901] = IDRange{} + yyv1892[yyj1892] = IDRange{} } else { - yyv1902 := &yyv1901[yyj1901] - yyv1902.CodecDecodeSelf(d) + yyv1893 := &yyv1892[yyj1892] + yyv1893.CodecDecodeSelf(d) } } - if yyrt1901 { - for ; yyj1901 < yyl1901; yyj1901++ { - yyv1901 = append(yyv1901, IDRange{}) - yyh1901.ElemContainerState(yyj1901) + if yyrt1892 { + for ; yyj1892 < yyl1892; yyj1892++ { + yyv1892 = append(yyv1892, IDRange{}) + yyh1892.ElemContainerState(yyj1892) if r.TryDecodeAsNil() { - yyv1901[yyj1901] = IDRange{} + yyv1892[yyj1892] = IDRange{} } else { - yyv1903 := &yyv1901[yyj1901] - yyv1903.CodecDecodeSelf(d) + yyv1894 := &yyv1892[yyj1892] + yyv1894.CodecDecodeSelf(d) } } } } else { - yyj1901 := 0 - for ; !r.CheckBreak(); yyj1901++ { + yyj1892 := 0 + for ; !r.CheckBreak(); yyj1892++ { - if yyj1901 >= len(yyv1901) { - yyv1901 = append(yyv1901, IDRange{}) // var yyz1901 IDRange - yyc1901 = true + if yyj1892 >= len(yyv1892) { + yyv1892 = append(yyv1892, IDRange{}) // var yyz1892 IDRange + yyc1892 = true } - yyh1901.ElemContainerState(yyj1901) - if yyj1901 < len(yyv1901) { + yyh1892.ElemContainerState(yyj1892) + if yyj1892 < len(yyv1892) { if r.TryDecodeAsNil() { - yyv1901[yyj1901] = IDRange{} + yyv1892[yyj1892] = IDRange{} } else { - yyv1904 := &yyv1901[yyj1901] - yyv1904.CodecDecodeSelf(d) + yyv1895 := &yyv1892[yyj1892] + yyv1895.CodecDecodeSelf(d) } } else { @@ -23657,17 +23575,17 @@ func (x codecSelfer1234) decSliceIDRange(v *[]IDRange, d *codec1978.Decoder) { } } - if yyj1901 < len(yyv1901) { - yyv1901 = yyv1901[:yyj1901] - yyc1901 = true - } else if yyj1901 == 0 && yyv1901 == nil { - yyv1901 = []IDRange{} - yyc1901 = true + if yyj1892 < len(yyv1892) { + yyv1892 = yyv1892[:yyj1892] + yyc1892 = true + } else if yyj1892 == 0 && yyv1892 == nil { + yyv1892 = []IDRange{} + yyc1892 = true } } - yyh1901.End() - if yyc1901 { - *v = yyv1901 + yyh1892.End() + if yyc1892 { + *v = yyv1892 } } @@ -23676,10 +23594,10 @@ func (x codecSelfer1234) encSlicePodSecurityPolicy(v []PodSecurityPolicy, e *cod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1905 := range v { + for _, yyv1896 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1906 := &yyv1905 - yy1906.CodecEncodeSelf(e) + yy1897 := &yyv1896 + yy1897.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23689,83 +23607,83 @@ func (x codecSelfer1234) decSlicePodSecurityPolicy(v *[]PodSecurityPolicy, d *co z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1907 := *v - yyh1907, yyl1907 := z.DecSliceHelperStart() - var yyc1907 bool - if yyl1907 == 0 { - if yyv1907 == nil { - yyv1907 = []PodSecurityPolicy{} - yyc1907 = true - } else if len(yyv1907) != 0 { - yyv1907 = yyv1907[:0] - yyc1907 = true + yyv1898 := *v + yyh1898, yyl1898 := z.DecSliceHelperStart() + var yyc1898 bool + if yyl1898 == 0 { + if yyv1898 == nil { + yyv1898 = []PodSecurityPolicy{} + yyc1898 = true + } else if len(yyv1898) != 0 { + yyv1898 = yyv1898[:0] + yyc1898 = true } - } else if yyl1907 > 0 { - var yyrr1907, yyrl1907 int - var yyrt1907 bool - if yyl1907 > cap(yyv1907) { + } else if yyl1898 > 0 { + var yyrr1898, yyrl1898 int + var yyrt1898 bool + if yyl1898 > cap(yyv1898) { - yyrg1907 := len(yyv1907) > 0 - yyv21907 := yyv1907 - yyrl1907, yyrt1907 = z.DecInferLen(yyl1907, z.DecBasicHandle().MaxInitLen, 552) - if yyrt1907 { - if yyrl1907 <= cap(yyv1907) { - yyv1907 = yyv1907[:yyrl1907] + yyrg1898 := len(yyv1898) > 0 + yyv21898 := yyv1898 + yyrl1898, yyrt1898 = z.DecInferLen(yyl1898, z.DecBasicHandle().MaxInitLen, 552) + if yyrt1898 { + if yyrl1898 <= cap(yyv1898) { + yyv1898 = yyv1898[:yyrl1898] } else { - yyv1907 = make([]PodSecurityPolicy, yyrl1907) + yyv1898 = make([]PodSecurityPolicy, yyrl1898) } } else { - yyv1907 = make([]PodSecurityPolicy, yyrl1907) + yyv1898 = make([]PodSecurityPolicy, yyrl1898) } - yyc1907 = true - yyrr1907 = len(yyv1907) - if yyrg1907 { - copy(yyv1907, yyv21907) + yyc1898 = true + yyrr1898 = len(yyv1898) + if yyrg1898 { + copy(yyv1898, yyv21898) } - } else if yyl1907 != len(yyv1907) { - yyv1907 = yyv1907[:yyl1907] - yyc1907 = true + } else if yyl1898 != len(yyv1898) { + yyv1898 = yyv1898[:yyl1898] + yyc1898 = true } - yyj1907 := 0 - for ; yyj1907 < yyrr1907; yyj1907++ { - yyh1907.ElemContainerState(yyj1907) + yyj1898 := 0 + for ; yyj1898 < yyrr1898; yyj1898++ { + yyh1898.ElemContainerState(yyj1898) if r.TryDecodeAsNil() { - yyv1907[yyj1907] = PodSecurityPolicy{} + yyv1898[yyj1898] = PodSecurityPolicy{} } else { - yyv1908 := &yyv1907[yyj1907] - yyv1908.CodecDecodeSelf(d) + yyv1899 := &yyv1898[yyj1898] + yyv1899.CodecDecodeSelf(d) } } - if yyrt1907 { - for ; yyj1907 < yyl1907; yyj1907++ { - yyv1907 = append(yyv1907, PodSecurityPolicy{}) - yyh1907.ElemContainerState(yyj1907) + if yyrt1898 { + for ; yyj1898 < yyl1898; yyj1898++ { + yyv1898 = append(yyv1898, PodSecurityPolicy{}) + yyh1898.ElemContainerState(yyj1898) if r.TryDecodeAsNil() { - yyv1907[yyj1907] = PodSecurityPolicy{} + yyv1898[yyj1898] = PodSecurityPolicy{} } else { - yyv1909 := &yyv1907[yyj1907] - yyv1909.CodecDecodeSelf(d) + yyv1900 := &yyv1898[yyj1898] + yyv1900.CodecDecodeSelf(d) } } } } else { - yyj1907 := 0 - for ; !r.CheckBreak(); yyj1907++ { + yyj1898 := 0 + for ; !r.CheckBreak(); yyj1898++ { - if yyj1907 >= len(yyv1907) { - yyv1907 = append(yyv1907, PodSecurityPolicy{}) // var yyz1907 PodSecurityPolicy - yyc1907 = true + if yyj1898 >= len(yyv1898) { + yyv1898 = append(yyv1898, PodSecurityPolicy{}) // var yyz1898 PodSecurityPolicy + yyc1898 = true } - yyh1907.ElemContainerState(yyj1907) - if yyj1907 < len(yyv1907) { + yyh1898.ElemContainerState(yyj1898) + if yyj1898 < len(yyv1898) { if r.TryDecodeAsNil() { - yyv1907[yyj1907] = PodSecurityPolicy{} + yyv1898[yyj1898] = PodSecurityPolicy{} } else { - yyv1910 := &yyv1907[yyj1907] - yyv1910.CodecDecodeSelf(d) + yyv1901 := &yyv1898[yyj1898] + yyv1901.CodecDecodeSelf(d) } } else { @@ -23773,17 +23691,17 @@ func (x codecSelfer1234) decSlicePodSecurityPolicy(v *[]PodSecurityPolicy, d *co } } - if yyj1907 < len(yyv1907) { - yyv1907 = yyv1907[:yyj1907] - yyc1907 = true - } else if yyj1907 == 0 && yyv1907 == nil { - yyv1907 = []PodSecurityPolicy{} - yyc1907 = true + if yyj1898 < len(yyv1898) { + yyv1898 = yyv1898[:yyj1898] + yyc1898 = true + } else if yyj1898 == 0 && yyv1898 == nil { + yyv1898 = []PodSecurityPolicy{} + yyc1898 = true } } - yyh1907.End() - if yyc1907 { - *v = yyv1907 + yyh1898.End() + if yyc1898 { + *v = yyv1898 } } @@ -23792,10 +23710,10 @@ func (x codecSelfer1234) encSliceNetworkPolicyIngressRule(v []NetworkPolicyIngre z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1911 := range v { + for _, yyv1902 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1912 := &yyv1911 - yy1912.CodecEncodeSelf(e) + yy1903 := &yyv1902 + yy1903.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23805,83 +23723,83 @@ func (x codecSelfer1234) decSliceNetworkPolicyIngressRule(v *[]NetworkPolicyIngr z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1913 := *v - yyh1913, yyl1913 := z.DecSliceHelperStart() - var yyc1913 bool - if yyl1913 == 0 { - if yyv1913 == nil { - yyv1913 = []NetworkPolicyIngressRule{} - yyc1913 = true - } else if len(yyv1913) != 0 { - yyv1913 = yyv1913[:0] - yyc1913 = true + yyv1904 := *v + yyh1904, yyl1904 := z.DecSliceHelperStart() + var yyc1904 bool + if yyl1904 == 0 { + if yyv1904 == nil { + yyv1904 = []NetworkPolicyIngressRule{} + yyc1904 = true + } else if len(yyv1904) != 0 { + yyv1904 = yyv1904[:0] + yyc1904 = true } - } else if yyl1913 > 0 { - var yyrr1913, yyrl1913 int - var yyrt1913 bool - if yyl1913 > cap(yyv1913) { + } else if yyl1904 > 0 { + var yyrr1904, yyrl1904 int + var yyrt1904 bool + if yyl1904 > cap(yyv1904) { - yyrg1913 := len(yyv1913) > 0 - yyv21913 := yyv1913 - yyrl1913, yyrt1913 = z.DecInferLen(yyl1913, z.DecBasicHandle().MaxInitLen, 48) - if yyrt1913 { - if yyrl1913 <= cap(yyv1913) { - yyv1913 = yyv1913[:yyrl1913] + yyrg1904 := len(yyv1904) > 0 + yyv21904 := yyv1904 + yyrl1904, yyrt1904 = z.DecInferLen(yyl1904, z.DecBasicHandle().MaxInitLen, 48) + if yyrt1904 { + if yyrl1904 <= cap(yyv1904) { + yyv1904 = yyv1904[:yyrl1904] } else { - yyv1913 = make([]NetworkPolicyIngressRule, yyrl1913) + yyv1904 = make([]NetworkPolicyIngressRule, yyrl1904) } } else { - yyv1913 = make([]NetworkPolicyIngressRule, yyrl1913) + yyv1904 = make([]NetworkPolicyIngressRule, yyrl1904) } - yyc1913 = true - yyrr1913 = len(yyv1913) - if yyrg1913 { - copy(yyv1913, yyv21913) + yyc1904 = true + yyrr1904 = len(yyv1904) + if yyrg1904 { + copy(yyv1904, yyv21904) } - } else if yyl1913 != len(yyv1913) { - yyv1913 = yyv1913[:yyl1913] - yyc1913 = true + } else if yyl1904 != len(yyv1904) { + yyv1904 = yyv1904[:yyl1904] + yyc1904 = true } - yyj1913 := 0 - for ; yyj1913 < yyrr1913; yyj1913++ { - yyh1913.ElemContainerState(yyj1913) + yyj1904 := 0 + for ; yyj1904 < yyrr1904; yyj1904++ { + yyh1904.ElemContainerState(yyj1904) if r.TryDecodeAsNil() { - yyv1913[yyj1913] = NetworkPolicyIngressRule{} + yyv1904[yyj1904] = NetworkPolicyIngressRule{} } else { - yyv1914 := &yyv1913[yyj1913] - yyv1914.CodecDecodeSelf(d) + yyv1905 := &yyv1904[yyj1904] + yyv1905.CodecDecodeSelf(d) } } - if yyrt1913 { - for ; yyj1913 < yyl1913; yyj1913++ { - yyv1913 = append(yyv1913, NetworkPolicyIngressRule{}) - yyh1913.ElemContainerState(yyj1913) + if yyrt1904 { + for ; yyj1904 < yyl1904; yyj1904++ { + yyv1904 = append(yyv1904, NetworkPolicyIngressRule{}) + yyh1904.ElemContainerState(yyj1904) if r.TryDecodeAsNil() { - yyv1913[yyj1913] = NetworkPolicyIngressRule{} + yyv1904[yyj1904] = NetworkPolicyIngressRule{} } else { - yyv1915 := &yyv1913[yyj1913] - yyv1915.CodecDecodeSelf(d) + yyv1906 := &yyv1904[yyj1904] + yyv1906.CodecDecodeSelf(d) } } } } else { - yyj1913 := 0 - for ; !r.CheckBreak(); yyj1913++ { + yyj1904 := 0 + for ; !r.CheckBreak(); yyj1904++ { - if yyj1913 >= len(yyv1913) { - yyv1913 = append(yyv1913, NetworkPolicyIngressRule{}) // var yyz1913 NetworkPolicyIngressRule - yyc1913 = true + if yyj1904 >= len(yyv1904) { + yyv1904 = append(yyv1904, NetworkPolicyIngressRule{}) // var yyz1904 NetworkPolicyIngressRule + yyc1904 = true } - yyh1913.ElemContainerState(yyj1913) - if yyj1913 < len(yyv1913) { + yyh1904.ElemContainerState(yyj1904) + if yyj1904 < len(yyv1904) { if r.TryDecodeAsNil() { - yyv1913[yyj1913] = NetworkPolicyIngressRule{} + yyv1904[yyj1904] = NetworkPolicyIngressRule{} } else { - yyv1916 := &yyv1913[yyj1913] - yyv1916.CodecDecodeSelf(d) + yyv1907 := &yyv1904[yyj1904] + yyv1907.CodecDecodeSelf(d) } } else { @@ -23889,17 +23807,17 @@ func (x codecSelfer1234) decSliceNetworkPolicyIngressRule(v *[]NetworkPolicyIngr } } - if yyj1913 < len(yyv1913) { - yyv1913 = yyv1913[:yyj1913] - yyc1913 = true - } else if yyj1913 == 0 && yyv1913 == nil { - yyv1913 = []NetworkPolicyIngressRule{} - yyc1913 = true + if yyj1904 < len(yyv1904) { + yyv1904 = yyv1904[:yyj1904] + yyc1904 = true + } else if yyj1904 == 0 && yyv1904 == nil { + yyv1904 = []NetworkPolicyIngressRule{} + yyc1904 = true } } - yyh1913.End() - if yyc1913 { - *v = yyv1913 + yyh1904.End() + if yyc1904 { + *v = yyv1904 } } @@ -23908,10 +23826,10 @@ func (x codecSelfer1234) encSliceNetworkPolicyPort(v []NetworkPolicyPort, e *cod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1917 := range v { + for _, yyv1908 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1918 := &yyv1917 - yy1918.CodecEncodeSelf(e) + yy1909 := &yyv1908 + yy1909.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23921,83 +23839,83 @@ func (x codecSelfer1234) decSliceNetworkPolicyPort(v *[]NetworkPolicyPort, d *co z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1919 := *v - yyh1919, yyl1919 := z.DecSliceHelperStart() - var yyc1919 bool - if yyl1919 == 0 { - if yyv1919 == nil { - yyv1919 = []NetworkPolicyPort{} - yyc1919 = true - } else if len(yyv1919) != 0 { - yyv1919 = yyv1919[:0] - yyc1919 = true + yyv1910 := *v + yyh1910, yyl1910 := z.DecSliceHelperStart() + var yyc1910 bool + if yyl1910 == 0 { + if yyv1910 == nil { + yyv1910 = []NetworkPolicyPort{} + yyc1910 = true + } else if len(yyv1910) != 0 { + yyv1910 = yyv1910[:0] + yyc1910 = true } - } else if yyl1919 > 0 { - var yyrr1919, yyrl1919 int - var yyrt1919 bool - if yyl1919 > cap(yyv1919) { + } else if yyl1910 > 0 { + var yyrr1910, yyrl1910 int + var yyrt1910 bool + if yyl1910 > cap(yyv1910) { - yyrg1919 := len(yyv1919) > 0 - yyv21919 := yyv1919 - yyrl1919, yyrt1919 = z.DecInferLen(yyl1919, z.DecBasicHandle().MaxInitLen, 16) - if yyrt1919 { - if yyrl1919 <= cap(yyv1919) { - yyv1919 = yyv1919[:yyrl1919] + yyrg1910 := len(yyv1910) > 0 + yyv21910 := yyv1910 + yyrl1910, yyrt1910 = z.DecInferLen(yyl1910, z.DecBasicHandle().MaxInitLen, 16) + if yyrt1910 { + if yyrl1910 <= cap(yyv1910) { + yyv1910 = yyv1910[:yyrl1910] } else { - yyv1919 = make([]NetworkPolicyPort, yyrl1919) + yyv1910 = make([]NetworkPolicyPort, yyrl1910) } } else { - yyv1919 = make([]NetworkPolicyPort, yyrl1919) + yyv1910 = make([]NetworkPolicyPort, yyrl1910) } - yyc1919 = true - yyrr1919 = len(yyv1919) - if yyrg1919 { - copy(yyv1919, yyv21919) + yyc1910 = true + yyrr1910 = len(yyv1910) + if yyrg1910 { + copy(yyv1910, yyv21910) } - } else if yyl1919 != len(yyv1919) { - yyv1919 = yyv1919[:yyl1919] - yyc1919 = true + } else if yyl1910 != len(yyv1910) { + yyv1910 = yyv1910[:yyl1910] + yyc1910 = true } - yyj1919 := 0 - for ; yyj1919 < yyrr1919; yyj1919++ { - yyh1919.ElemContainerState(yyj1919) + yyj1910 := 0 + for ; yyj1910 < yyrr1910; yyj1910++ { + yyh1910.ElemContainerState(yyj1910) if r.TryDecodeAsNil() { - yyv1919[yyj1919] = NetworkPolicyPort{} + yyv1910[yyj1910] = NetworkPolicyPort{} } else { - yyv1920 := &yyv1919[yyj1919] - yyv1920.CodecDecodeSelf(d) + yyv1911 := &yyv1910[yyj1910] + yyv1911.CodecDecodeSelf(d) } } - if yyrt1919 { - for ; yyj1919 < yyl1919; yyj1919++ { - yyv1919 = append(yyv1919, NetworkPolicyPort{}) - yyh1919.ElemContainerState(yyj1919) + if yyrt1910 { + for ; yyj1910 < yyl1910; yyj1910++ { + yyv1910 = append(yyv1910, NetworkPolicyPort{}) + yyh1910.ElemContainerState(yyj1910) if r.TryDecodeAsNil() { - yyv1919[yyj1919] = NetworkPolicyPort{} + yyv1910[yyj1910] = NetworkPolicyPort{} } else { - yyv1921 := &yyv1919[yyj1919] - yyv1921.CodecDecodeSelf(d) + yyv1912 := &yyv1910[yyj1910] + yyv1912.CodecDecodeSelf(d) } } } } else { - yyj1919 := 0 - for ; !r.CheckBreak(); yyj1919++ { + yyj1910 := 0 + for ; !r.CheckBreak(); yyj1910++ { - if yyj1919 >= len(yyv1919) { - yyv1919 = append(yyv1919, NetworkPolicyPort{}) // var yyz1919 NetworkPolicyPort - yyc1919 = true + if yyj1910 >= len(yyv1910) { + yyv1910 = append(yyv1910, NetworkPolicyPort{}) // var yyz1910 NetworkPolicyPort + yyc1910 = true } - yyh1919.ElemContainerState(yyj1919) - if yyj1919 < len(yyv1919) { + yyh1910.ElemContainerState(yyj1910) + if yyj1910 < len(yyv1910) { if r.TryDecodeAsNil() { - yyv1919[yyj1919] = NetworkPolicyPort{} + yyv1910[yyj1910] = NetworkPolicyPort{} } else { - yyv1922 := &yyv1919[yyj1919] - yyv1922.CodecDecodeSelf(d) + yyv1913 := &yyv1910[yyj1910] + yyv1913.CodecDecodeSelf(d) } } else { @@ -24005,17 +23923,17 @@ func (x codecSelfer1234) decSliceNetworkPolicyPort(v *[]NetworkPolicyPort, d *co } } - if yyj1919 < len(yyv1919) { - yyv1919 = yyv1919[:yyj1919] - yyc1919 = true - } else if yyj1919 == 0 && yyv1919 == nil { - yyv1919 = []NetworkPolicyPort{} - yyc1919 = true + if yyj1910 < len(yyv1910) { + yyv1910 = yyv1910[:yyj1910] + yyc1910 = true + } else if yyj1910 == 0 && yyv1910 == nil { + yyv1910 = []NetworkPolicyPort{} + yyc1910 = true } } - yyh1919.End() - if yyc1919 { - *v = yyv1919 + yyh1910.End() + if yyc1910 { + *v = yyv1910 } } @@ -24024,10 +23942,10 @@ func (x codecSelfer1234) encSliceNetworkPolicyPeer(v []NetworkPolicyPeer, e *cod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1923 := range v { + for _, yyv1914 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1924 := &yyv1923 - yy1924.CodecEncodeSelf(e) + yy1915 := &yyv1914 + yy1915.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24037,83 +23955,83 @@ func (x codecSelfer1234) decSliceNetworkPolicyPeer(v *[]NetworkPolicyPeer, d *co z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1925 := *v - yyh1925, yyl1925 := z.DecSliceHelperStart() - var yyc1925 bool - if yyl1925 == 0 { - if yyv1925 == nil { - yyv1925 = []NetworkPolicyPeer{} - yyc1925 = true - } else if len(yyv1925) != 0 { - yyv1925 = yyv1925[:0] - yyc1925 = true + yyv1916 := *v + yyh1916, yyl1916 := z.DecSliceHelperStart() + var yyc1916 bool + if yyl1916 == 0 { + if yyv1916 == nil { + yyv1916 = []NetworkPolicyPeer{} + yyc1916 = true + } else if len(yyv1916) != 0 { + yyv1916 = yyv1916[:0] + yyc1916 = true } - } else if yyl1925 > 0 { - var yyrr1925, yyrl1925 int - var yyrt1925 bool - if yyl1925 > cap(yyv1925) { + } else if yyl1916 > 0 { + var yyrr1916, yyrl1916 int + var yyrt1916 bool + if yyl1916 > cap(yyv1916) { - yyrg1925 := len(yyv1925) > 0 - yyv21925 := yyv1925 - yyrl1925, yyrt1925 = z.DecInferLen(yyl1925, z.DecBasicHandle().MaxInitLen, 16) - if yyrt1925 { - if yyrl1925 <= cap(yyv1925) { - yyv1925 = yyv1925[:yyrl1925] + yyrg1916 := len(yyv1916) > 0 + yyv21916 := yyv1916 + yyrl1916, yyrt1916 = z.DecInferLen(yyl1916, z.DecBasicHandle().MaxInitLen, 16) + if yyrt1916 { + if yyrl1916 <= cap(yyv1916) { + yyv1916 = yyv1916[:yyrl1916] } else { - yyv1925 = make([]NetworkPolicyPeer, yyrl1925) + yyv1916 = make([]NetworkPolicyPeer, yyrl1916) } } else { - yyv1925 = make([]NetworkPolicyPeer, yyrl1925) + yyv1916 = make([]NetworkPolicyPeer, yyrl1916) } - yyc1925 = true - yyrr1925 = len(yyv1925) - if yyrg1925 { - copy(yyv1925, yyv21925) + yyc1916 = true + yyrr1916 = len(yyv1916) + if yyrg1916 { + copy(yyv1916, yyv21916) } - } else if yyl1925 != len(yyv1925) { - yyv1925 = yyv1925[:yyl1925] - yyc1925 = true + } else if yyl1916 != len(yyv1916) { + yyv1916 = yyv1916[:yyl1916] + yyc1916 = true } - yyj1925 := 0 - for ; yyj1925 < yyrr1925; yyj1925++ { - yyh1925.ElemContainerState(yyj1925) + yyj1916 := 0 + for ; yyj1916 < yyrr1916; yyj1916++ { + yyh1916.ElemContainerState(yyj1916) if r.TryDecodeAsNil() { - yyv1925[yyj1925] = NetworkPolicyPeer{} + yyv1916[yyj1916] = NetworkPolicyPeer{} } else { - yyv1926 := &yyv1925[yyj1925] - yyv1926.CodecDecodeSelf(d) + yyv1917 := &yyv1916[yyj1916] + yyv1917.CodecDecodeSelf(d) } } - if yyrt1925 { - for ; yyj1925 < yyl1925; yyj1925++ { - yyv1925 = append(yyv1925, NetworkPolicyPeer{}) - yyh1925.ElemContainerState(yyj1925) + if yyrt1916 { + for ; yyj1916 < yyl1916; yyj1916++ { + yyv1916 = append(yyv1916, NetworkPolicyPeer{}) + yyh1916.ElemContainerState(yyj1916) if r.TryDecodeAsNil() { - yyv1925[yyj1925] = NetworkPolicyPeer{} + yyv1916[yyj1916] = NetworkPolicyPeer{} } else { - yyv1927 := &yyv1925[yyj1925] - yyv1927.CodecDecodeSelf(d) + yyv1918 := &yyv1916[yyj1916] + yyv1918.CodecDecodeSelf(d) } } } } else { - yyj1925 := 0 - for ; !r.CheckBreak(); yyj1925++ { + yyj1916 := 0 + for ; !r.CheckBreak(); yyj1916++ { - if yyj1925 >= len(yyv1925) { - yyv1925 = append(yyv1925, NetworkPolicyPeer{}) // var yyz1925 NetworkPolicyPeer - yyc1925 = true + if yyj1916 >= len(yyv1916) { + yyv1916 = append(yyv1916, NetworkPolicyPeer{}) // var yyz1916 NetworkPolicyPeer + yyc1916 = true } - yyh1925.ElemContainerState(yyj1925) - if yyj1925 < len(yyv1925) { + yyh1916.ElemContainerState(yyj1916) + if yyj1916 < len(yyv1916) { if r.TryDecodeAsNil() { - yyv1925[yyj1925] = NetworkPolicyPeer{} + yyv1916[yyj1916] = NetworkPolicyPeer{} } else { - yyv1928 := &yyv1925[yyj1925] - yyv1928.CodecDecodeSelf(d) + yyv1919 := &yyv1916[yyj1916] + yyv1919.CodecDecodeSelf(d) } } else { @@ -24121,17 +24039,17 @@ func (x codecSelfer1234) decSliceNetworkPolicyPeer(v *[]NetworkPolicyPeer, d *co } } - if yyj1925 < len(yyv1925) { - yyv1925 = yyv1925[:yyj1925] - yyc1925 = true - } else if yyj1925 == 0 && yyv1925 == nil { - yyv1925 = []NetworkPolicyPeer{} - yyc1925 = true + if yyj1916 < len(yyv1916) { + yyv1916 = yyv1916[:yyj1916] + yyc1916 = true + } else if yyj1916 == 0 && yyv1916 == nil { + yyv1916 = []NetworkPolicyPeer{} + yyc1916 = true } } - yyh1925.End() - if yyc1925 { - *v = yyv1925 + yyh1916.End() + if yyc1916 { + *v = yyv1916 } } @@ -24140,10 +24058,10 @@ func (x codecSelfer1234) encSliceNetworkPolicy(v []NetworkPolicy, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1929 := range v { + for _, yyv1920 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1930 := &yyv1929 - yy1930.CodecEncodeSelf(e) + yy1921 := &yyv1920 + yy1921.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24153,83 +24071,83 @@ func (x codecSelfer1234) decSliceNetworkPolicy(v *[]NetworkPolicy, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1931 := *v - yyh1931, yyl1931 := z.DecSliceHelperStart() - var yyc1931 bool - if yyl1931 == 0 { - if yyv1931 == nil { - yyv1931 = []NetworkPolicy{} - yyc1931 = true - } else if len(yyv1931) != 0 { - yyv1931 = yyv1931[:0] - yyc1931 = true + yyv1922 := *v + yyh1922, yyl1922 := z.DecSliceHelperStart() + var yyc1922 bool + if yyl1922 == 0 { + if yyv1922 == nil { + yyv1922 = []NetworkPolicy{} + yyc1922 = true + } else if len(yyv1922) != 0 { + yyv1922 = yyv1922[:0] + yyc1922 = true } - } else if yyl1931 > 0 { - var yyrr1931, yyrl1931 int - var yyrt1931 bool - if yyl1931 > cap(yyv1931) { + } else if yyl1922 > 0 { + var yyrr1922, yyrl1922 int + var yyrt1922 bool + if yyl1922 > cap(yyv1922) { - yyrg1931 := len(yyv1931) > 0 - yyv21931 := yyv1931 - yyrl1931, yyrt1931 = z.DecInferLen(yyl1931, z.DecBasicHandle().MaxInitLen, 312) - if yyrt1931 { - if yyrl1931 <= cap(yyv1931) { - yyv1931 = yyv1931[:yyrl1931] + yyrg1922 := len(yyv1922) > 0 + yyv21922 := yyv1922 + yyrl1922, yyrt1922 = z.DecInferLen(yyl1922, z.DecBasicHandle().MaxInitLen, 312) + if yyrt1922 { + if yyrl1922 <= cap(yyv1922) { + yyv1922 = yyv1922[:yyrl1922] } else { - yyv1931 = make([]NetworkPolicy, yyrl1931) + yyv1922 = make([]NetworkPolicy, yyrl1922) } } else { - yyv1931 = make([]NetworkPolicy, yyrl1931) + yyv1922 = make([]NetworkPolicy, yyrl1922) } - yyc1931 = true - yyrr1931 = len(yyv1931) - if yyrg1931 { - copy(yyv1931, yyv21931) + yyc1922 = true + yyrr1922 = len(yyv1922) + if yyrg1922 { + copy(yyv1922, yyv21922) } - } else if yyl1931 != len(yyv1931) { - yyv1931 = yyv1931[:yyl1931] - yyc1931 = true + } else if yyl1922 != len(yyv1922) { + yyv1922 = yyv1922[:yyl1922] + yyc1922 = true } - yyj1931 := 0 - for ; yyj1931 < yyrr1931; yyj1931++ { - yyh1931.ElemContainerState(yyj1931) + yyj1922 := 0 + for ; yyj1922 < yyrr1922; yyj1922++ { + yyh1922.ElemContainerState(yyj1922) if r.TryDecodeAsNil() { - yyv1931[yyj1931] = NetworkPolicy{} + yyv1922[yyj1922] = NetworkPolicy{} } else { - yyv1932 := &yyv1931[yyj1931] - yyv1932.CodecDecodeSelf(d) + yyv1923 := &yyv1922[yyj1922] + yyv1923.CodecDecodeSelf(d) } } - if yyrt1931 { - for ; yyj1931 < yyl1931; yyj1931++ { - yyv1931 = append(yyv1931, NetworkPolicy{}) - yyh1931.ElemContainerState(yyj1931) + if yyrt1922 { + for ; yyj1922 < yyl1922; yyj1922++ { + yyv1922 = append(yyv1922, NetworkPolicy{}) + yyh1922.ElemContainerState(yyj1922) if r.TryDecodeAsNil() { - yyv1931[yyj1931] = NetworkPolicy{} + yyv1922[yyj1922] = NetworkPolicy{} } else { - yyv1933 := &yyv1931[yyj1931] - yyv1933.CodecDecodeSelf(d) + yyv1924 := &yyv1922[yyj1922] + yyv1924.CodecDecodeSelf(d) } } } } else { - yyj1931 := 0 - for ; !r.CheckBreak(); yyj1931++ { + yyj1922 := 0 + for ; !r.CheckBreak(); yyj1922++ { - if yyj1931 >= len(yyv1931) { - yyv1931 = append(yyv1931, NetworkPolicy{}) // var yyz1931 NetworkPolicy - yyc1931 = true + if yyj1922 >= len(yyv1922) { + yyv1922 = append(yyv1922, NetworkPolicy{}) // var yyz1922 NetworkPolicy + yyc1922 = true } - yyh1931.ElemContainerState(yyj1931) - if yyj1931 < len(yyv1931) { + yyh1922.ElemContainerState(yyj1922) + if yyj1922 < len(yyv1922) { if r.TryDecodeAsNil() { - yyv1931[yyj1931] = NetworkPolicy{} + yyv1922[yyj1922] = NetworkPolicy{} } else { - yyv1934 := &yyv1931[yyj1931] - yyv1934.CodecDecodeSelf(d) + yyv1925 := &yyv1922[yyj1922] + yyv1925.CodecDecodeSelf(d) } } else { @@ -24237,16 +24155,16 @@ func (x codecSelfer1234) decSliceNetworkPolicy(v *[]NetworkPolicy, d *codec1978. } } - if yyj1931 < len(yyv1931) { - yyv1931 = yyv1931[:yyj1931] - yyc1931 = true - } else if yyj1931 == 0 && yyv1931 == nil { - yyv1931 = []NetworkPolicy{} - yyc1931 = true + if yyj1922 < len(yyv1922) { + yyv1922 = yyv1922[:yyj1922] + yyc1922 = true + } else if yyj1922 == 0 && yyv1922 == nil { + yyv1922 = []NetworkPolicy{} + yyc1922 = true } } - yyh1931.End() - if yyc1931 { - *v = yyv1931 + yyh1922.End() + if yyc1922 { + *v = yyv1922 } } diff --git a/pkg/apis/extensions/v1beta1/types_swagger_doc_generated.go b/pkg/apis/extensions/v1beta1/types_swagger_doc_generated.go index d0d1d86d73..31ad01fb5b 100644 --- a/pkg/apis/extensions/v1beta1/types_swagger_doc_generated.go +++ b/pkg/apis/extensions/v1beta1/types_swagger_doc_generated.go @@ -557,7 +557,6 @@ var map_ReplicaSetCondition = map[string]string{ "": "ReplicaSetCondition describes the state of a replica set at a certain point.", "type": "Type of replica set condition.", "status": "Status of the condition, one of True, False, Unknown.", - "lastProbeTime": "Last time we probed the condition.", "lastTransitionTime": "The last time the condition transitioned from one status to another.", "reason": "The reason for the condition's last transition.", "message": "A human readable message indicating details about the transition.", diff --git a/pkg/apis/extensions/v1beta1/zz_generated.conversion.go b/pkg/apis/extensions/v1beta1/zz_generated.conversion.go index 7043f18322..ff7b846114 100644 --- a/pkg/apis/extensions/v1beta1/zz_generated.conversion.go +++ b/pkg/apis/extensions/v1beta1/zz_generated.conversion.go @@ -2151,9 +2151,6 @@ func Convert_extensions_ReplicaSet_To_v1beta1_ReplicaSet(in *extensions.ReplicaS func autoConvert_v1beta1_ReplicaSetCondition_To_extensions_ReplicaSetCondition(in *ReplicaSetCondition, out *extensions.ReplicaSetCondition, s conversion.Scope) error { out.Type = extensions.ReplicaSetConditionType(in.Type) out.Status = api.ConditionStatus(in.Status) - if err := api.Convert_unversioned_Time_To_unversioned_Time(&in.LastProbeTime, &out.LastProbeTime, s); err != nil { - return err - } if err := api.Convert_unversioned_Time_To_unversioned_Time(&in.LastTransitionTime, &out.LastTransitionTime, s); err != nil { return err } @@ -2169,9 +2166,6 @@ func Convert_v1beta1_ReplicaSetCondition_To_extensions_ReplicaSetCondition(in *R func autoConvert_extensions_ReplicaSetCondition_To_v1beta1_ReplicaSetCondition(in *extensions.ReplicaSetCondition, out *ReplicaSetCondition, s conversion.Scope) error { out.Type = ReplicaSetConditionType(in.Type) out.Status = v1.ConditionStatus(in.Status) - if err := api.Convert_unversioned_Time_To_unversioned_Time(&in.LastProbeTime, &out.LastProbeTime, s); err != nil { - return err - } if err := api.Convert_unversioned_Time_To_unversioned_Time(&in.LastTransitionTime, &out.LastTransitionTime, s); err != nil { return err } diff --git a/pkg/apis/extensions/v1beta1/zz_generated.deepcopy.go b/pkg/apis/extensions/v1beta1/zz_generated.deepcopy.go index b648a1b01e..05275be767 100644 --- a/pkg/apis/extensions/v1beta1/zz_generated.deepcopy.go +++ b/pkg/apis/extensions/v1beta1/zz_generated.deepcopy.go @@ -1148,7 +1148,6 @@ func DeepCopy_v1beta1_ReplicaSetCondition(in interface{}, out interface{}, c *co out := out.(*ReplicaSetCondition) out.Type = in.Type out.Status = in.Status - out.LastProbeTime = in.LastProbeTime.DeepCopy() out.LastTransitionTime = in.LastTransitionTime.DeepCopy() out.Reason = in.Reason out.Message = in.Message diff --git a/pkg/apis/extensions/zz_generated.deepcopy.go b/pkg/apis/extensions/zz_generated.deepcopy.go index 7807e3ee7c..5ae8a2598e 100644 --- a/pkg/apis/extensions/zz_generated.deepcopy.go +++ b/pkg/apis/extensions/zz_generated.deepcopy.go @@ -830,7 +830,6 @@ func DeepCopy_extensions_ReplicaSetCondition(in interface{}, out interface{}, c out := out.(*ReplicaSetCondition) out.Type = in.Type out.Status = in.Status - out.LastProbeTime = in.LastProbeTime.DeepCopy() out.LastTransitionTime = in.LastTransitionTime.DeepCopy() out.Reason = in.Reason out.Message = in.Message diff --git a/pkg/generated/openapi/zz_generated.openapi.go b/pkg/generated/openapi/zz_generated.openapi.go index 6db9295d70..1caced8844 100644 --- a/pkg/generated/openapi/zz_generated.openapi.go +++ b/pkg/generated/openapi/zz_generated.openapi.go @@ -4246,12 +4246,6 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{ Format: "", }, }, - "lastProbeTime": { - SchemaProps: spec.SchemaProps{ - Description: "Last time we probed the condition.", - Ref: spec.MustCreateRef("#/definitions/unversioned.Time"), - }, - }, "lastTransitionTime": { SchemaProps: spec.SchemaProps{ Description: "The last time the condition transitioned from one status to another.", @@ -11600,12 +11594,6 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{ Format: "", }, }, - "lastProbeTime": { - SchemaProps: spec.SchemaProps{ - Description: "Last time we probed the condition.", - Ref: spec.MustCreateRef("#/definitions/unversioned.Time"), - }, - }, "lastTransitionTime": { SchemaProps: spec.SchemaProps{ Description: "The last time the condition transitioned from one status to another.", @@ -17018,12 +17006,6 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{ Format: "", }, }, - "lastProbeTime": { - SchemaProps: spec.SchemaProps{ - Description: "Last time we probed the condition.", - Ref: spec.MustCreateRef("#/definitions/unversioned.Time"), - }, - }, "lastTransitionTime": { SchemaProps: spec.SchemaProps{ Description: "The last time the condition transitioned from one status to another.",