From c60ba61fe73bbf1819e956bf2403338398e2a0ba Mon Sep 17 00:00:00 2001 From: Girish Kalele Date: Thu, 11 Aug 2016 16:37:07 -0700 Subject: [PATCH 1/5] Add NodeName to EndpointAddress object --- pkg/api/types.go | 2 ++ pkg/api/v1/types.go | 2 ++ pkg/controller/endpoint/endpoints_controller.go | 3 ++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pkg/api/types.go b/pkg/api/types.go index d402a3376f2b2..ac1b282bf39b0 100644 --- a/pkg/api/types.go +++ b/pkg/api/types.go @@ -1889,6 +1889,8 @@ type EndpointAddress struct { // Optional: Hostname of this endpoint // Meant to be used by DNS servers etc. Hostname string `json:"hostname,omitempty"` + // Optional: Node hosting this endpoint. This can be used to determine endpoints local to a node. + NodeName *string `json:"nodeName,omitempty"` // Optional: The kubernetes object related to the entry point. TargetRef *ObjectReference } diff --git a/pkg/api/v1/types.go b/pkg/api/v1/types.go index aacbda695f869..064eed7f385f3 100644 --- a/pkg/api/v1/types.go +++ b/pkg/api/v1/types.go @@ -2279,6 +2279,8 @@ type EndpointAddress struct { IP string `json:"ip" protobuf:"bytes,1,opt,name=ip"` // The Hostname of this endpoint Hostname string `json:"hostname,omitempty" protobuf:"bytes,3,opt,name=hostname"` + // Optional: Node hosting this endpoint. This can be used to determine endpoints local to a node. + NodeName *string `json:"nodeName,omitempty" protobuf:"bytes,4,opt,name=nodeName"` // Reference to object providing the endpoint. TargetRef *ObjectReference `json:"targetRef,omitempty" protobuf:"bytes,2,opt,name=targetRef"` } diff --git a/pkg/controller/endpoint/endpoints_controller.go b/pkg/controller/endpoint/endpoints_controller.go index 8a1f5c44a9705..af996ad3e92d4 100644 --- a/pkg/controller/endpoint/endpoints_controller.go +++ b/pkg/controller/endpoint/endpoints_controller.go @@ -404,7 +404,8 @@ func (e *EndpointController) syncService(key string) { epp := api.EndpointPort{Name: portName, Port: int32(portNum), Protocol: portProto} epa := api.EndpointAddress{ - IP: pod.Status.PodIP, + IP: pod.Status.PodIP, + NodeName: pod.Spec.NodeName, TargetRef: &api.ObjectReference{ Kind: "Pod", Namespace: pod.ObjectMeta.Namespace, From 95111c457e9ae6f5ef3caa7cdd6ce82ddb12ce03 Mon Sep 17 00:00:00 2001 From: Girish Kalele Date: Sat, 13 Aug 2016 15:43:22 -0700 Subject: [PATCH 2/5] endpoints controller: Write pod NodeName to endpointAddress in endpoint subsets --- pkg/controller/endpoint/endpoints_controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/controller/endpoint/endpoints_controller.go b/pkg/controller/endpoint/endpoints_controller.go index af996ad3e92d4..e61c771c38c82 100644 --- a/pkg/controller/endpoint/endpoints_controller.go +++ b/pkg/controller/endpoint/endpoints_controller.go @@ -405,7 +405,7 @@ func (e *EndpointController) syncService(key string) { epp := api.EndpointPort{Name: portName, Port: int32(portNum), Protocol: portProto} epa := api.EndpointAddress{ IP: pod.Status.PodIP, - NodeName: pod.Spec.NodeName, + NodeName: &pod.Spec.NodeName, TargetRef: &api.ObjectReference{ Kind: "Pod", Namespace: pod.ObjectMeta.Namespace, From 36180a930b7308f3dd57bb8b82edce6cd7e1346b Mon Sep 17 00:00:00 2001 From: Girish Kalele Date: Mon, 15 Aug 2016 15:25:59 -0700 Subject: [PATCH 3/5] Generated code --- api/swagger-spec/v1.json | 4 + pkg/api/types.generated.go | 19646 +++++++-------- pkg/api/v1/generated.pb.go | 1190 +- pkg/api/v1/generated.proto | 3 + pkg/api/v1/types.generated.go | 19964 ++++++++-------- pkg/api/v1/types_swagger_doc_generated.go | 1 + pkg/api/v1/zz_generated.conversion.go | 2 + pkg/api/v1/zz_generated.deepcopy.go | 7 + pkg/api/zz_generated.deepcopy.go | 7 + .../endpoint/endpoints_controller_test.go | 31 +- 10 files changed, 20539 insertions(+), 20316 deletions(-) diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json index 6aaf6ef069db0..b598ff06143c2 100644 --- a/api/swagger-spec/v1.json +++ b/api/swagger-spec/v1.json @@ -16342,6 +16342,10 @@ "type": "string", "description": "The Hostname of this endpoint" }, + "nodeName": { + "type": "string", + "description": "Optional: Node hosting this endpoint. This can be used to determine endpoints local to a node." + }, "targetRef": { "$ref": "v1.ObjectReference", "description": "Reference to object providing the endpoint." diff --git a/pkg/api/types.generated.go b/pkg/api/types.generated.go index 84ccd518a6db7..fcc399e283f39 100644 --- a/pkg/api/types.generated.go +++ b/pkg/api/types.generated.go @@ -34519,13 +34519,14 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { } else { yysep2661 := !z.EncBinary() yy2arr2661 := z.EncBasicHandle().StructToArray - var yyq2661 [3]bool + var yyq2661 [4]bool _, _, _ = yysep2661, yyq2661, yy2arr2661 const yyr2661 bool = false yyq2661[1] = x.Hostname != "" + yyq2661[2] = x.NodeName != nil var yynn2661 int if yyr2661 || yy2arr2661 { - r.EncodeArrayStart(3) + r.EncodeArrayStart(4) } else { yynn2661 = 2 for _, b := range yyq2661 { @@ -34580,6 +34581,41 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { } } } + if yyr2661 || yy2arr2661 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2661[2] { + if x.NodeName == nil { + r.EncodeNil() + } else { + yy2669 := *x.NodeName + yym2670 := z.EncBinary() + _ = yym2670 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(yy2669)) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq2661[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("nodeName")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.NodeName == nil { + r.EncodeNil() + } else { + yy2671 := *x.NodeName + yym2672 := z.EncBinary() + _ = yym2672 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(yy2671)) + } + } + } + } if yyr2661 || yy2arr2661 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.TargetRef == nil { @@ -34610,25 +34646,25 @@ func (x *EndpointAddress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2669 := z.DecBinary() - _ = yym2669 + yym2674 := z.DecBinary() + _ = yym2674 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2670 := r.ContainerType() - if yyct2670 == codecSelferValueTypeMap1234 { - yyl2670 := r.ReadMapStart() - if yyl2670 == 0 { + yyct2675 := r.ContainerType() + if yyct2675 == codecSelferValueTypeMap1234 { + yyl2675 := r.ReadMapStart() + if yyl2675 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2670, d) + x.codecDecodeSelfFromMap(yyl2675, d) } - } else if yyct2670 == codecSelferValueTypeArray1234 { - yyl2670 := r.ReadArrayStart() - if yyl2670 == 0 { + } else if yyct2675 == codecSelferValueTypeArray1234 { + yyl2675 := r.ReadArrayStart() + if yyl2675 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2670, d) + x.codecDecodeSelfFromArray(yyl2675, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34640,12 +34676,12 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2671Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2671Slc - var yyhl2671 bool = l >= 0 - for yyj2671 := 0; ; yyj2671++ { - if yyhl2671 { - if yyj2671 >= l { + var yys2676Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2676Slc + var yyhl2676 bool = l >= 0 + for yyj2676 := 0; ; yyj2676++ { + if yyhl2676 { + if yyj2676 >= l { break } } else { @@ -34654,10 +34690,10 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2671Slc = r.DecodeBytes(yys2671Slc, true, true) - yys2671 := string(yys2671Slc) + yys2676Slc = r.DecodeBytes(yys2676Slc, true, true) + yys2676 := string(yys2676Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2671 { + switch yys2676 { case "IP": if r.TryDecodeAsNil() { x.IP = "" @@ -34670,6 +34706,22 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } else { x.Hostname = string(r.DecodeString()) } + case "nodeName": + if r.TryDecodeAsNil() { + if x.NodeName != nil { + x.NodeName = nil + } + } else { + if x.NodeName == nil { + x.NodeName = new(string) + } + yym2680 := z.DecBinary() + _ = yym2680 + if false { + } else { + *((*string)(x.NodeName)) = r.DecodeString() + } + } case "TargetRef": if r.TryDecodeAsNil() { if x.TargetRef != nil { @@ -34682,9 +34734,9 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TargetRef.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2671) - } // end switch yys2671 - } // end for yyj2671 + z.DecStructFieldNotFound(-1, yys2676) + } // end switch yys2676 + } // end for yyj2676 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34692,16 +34744,16 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2675 int - var yyb2675 bool - var yyhl2675 bool = l >= 0 - yyj2675++ - if yyhl2675 { - yyb2675 = yyj2675 > l + var yyj2682 int + var yyb2682 bool + var yyhl2682 bool = l >= 0 + yyj2682++ + if yyhl2682 { + yyb2682 = yyj2682 > l } else { - yyb2675 = r.CheckBreak() + yyb2682 = r.CheckBreak() } - if yyb2675 { + if yyb2682 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34711,13 +34763,13 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.IP = string(r.DecodeString()) } - yyj2675++ - if yyhl2675 { - yyb2675 = yyj2675 > l + yyj2682++ + if yyhl2682 { + yyb2682 = yyj2682 > l } else { - yyb2675 = r.CheckBreak() + yyb2682 = r.CheckBreak() } - if yyb2675 { + if yyb2682 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34727,13 +34779,39 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Hostname = string(r.DecodeString()) } - yyj2675++ - if yyhl2675 { - yyb2675 = yyj2675 > l + yyj2682++ + if yyhl2682 { + yyb2682 = yyj2682 > l + } else { + yyb2682 = r.CheckBreak() + } + if yyb2682 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + if x.NodeName != nil { + x.NodeName = nil + } + } else { + if x.NodeName == nil { + x.NodeName = new(string) + } + yym2686 := z.DecBinary() + _ = yym2686 + if false { + } else { + *((*string)(x.NodeName)) = r.DecodeString() + } + } + yyj2682++ + if yyhl2682 { + yyb2682 = yyj2682 > l } else { - yyb2675 = r.CheckBreak() + yyb2682 = r.CheckBreak() } - if yyb2675 { + if yyb2682 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34749,17 +34827,17 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.TargetRef.CodecDecodeSelf(d) } for { - yyj2675++ - if yyhl2675 { - yyb2675 = yyj2675 > l + yyj2682++ + if yyhl2682 { + yyb2682 = yyj2682 > l } else { - yyb2675 = r.CheckBreak() + yyb2682 = r.CheckBreak() } - if yyb2675 { + if yyb2682 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2675-1, "") + z.DecStructFieldNotFound(yyj2682-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34771,33 +34849,33 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2679 := z.EncBinary() - _ = yym2679 + yym2688 := z.EncBinary() + _ = yym2688 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2680 := !z.EncBinary() - yy2arr2680 := z.EncBasicHandle().StructToArray - var yyq2680 [3]bool - _, _, _ = yysep2680, yyq2680, yy2arr2680 - const yyr2680 bool = false - var yynn2680 int - if yyr2680 || yy2arr2680 { + yysep2689 := !z.EncBinary() + yy2arr2689 := z.EncBasicHandle().StructToArray + var yyq2689 [3]bool + _, _, _ = yysep2689, yyq2689, yy2arr2689 + const yyr2689 bool = false + var yynn2689 int + if yyr2689 || yy2arr2689 { r.EncodeArrayStart(3) } else { - yynn2680 = 3 - for _, b := range yyq2680 { + yynn2689 = 3 + for _, b := range yyq2689 { if b { - yynn2680++ + yynn2689++ } } - r.EncodeMapStart(yynn2680) - yynn2680 = 0 + r.EncodeMapStart(yynn2689) + yynn2689 = 0 } - if yyr2680 || yy2arr2680 { + if yyr2689 || yy2arr2689 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2682 := z.EncBinary() - _ = yym2682 + yym2691 := z.EncBinary() + _ = yym2691 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -34806,17 +34884,17 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2683 := z.EncBinary() - _ = yym2683 + yym2692 := z.EncBinary() + _ = yym2692 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr2680 || yy2arr2680 { + if yyr2689 || yy2arr2689 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2685 := z.EncBinary() - _ = yym2685 + yym2694 := z.EncBinary() + _ = yym2694 if false { } else { r.EncodeInt(int64(x.Port)) @@ -34825,14 +34903,14 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2686 := z.EncBinary() - _ = yym2686 + yym2695 := z.EncBinary() + _ = yym2695 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2680 || yy2arr2680 { + if yyr2689 || yy2arr2689 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Protocol.CodecEncodeSelf(e) } else { @@ -34841,7 +34919,7 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } - if yyr2680 || yy2arr2680 { + if yyr2689 || yy2arr2689 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34854,25 +34932,25 @@ func (x *EndpointPort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2688 := z.DecBinary() - _ = yym2688 + yym2697 := z.DecBinary() + _ = yym2697 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2689 := r.ContainerType() - if yyct2689 == codecSelferValueTypeMap1234 { - yyl2689 := r.ReadMapStart() - if yyl2689 == 0 { + yyct2698 := r.ContainerType() + if yyct2698 == codecSelferValueTypeMap1234 { + yyl2698 := r.ReadMapStart() + if yyl2698 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2689, d) + x.codecDecodeSelfFromMap(yyl2698, d) } - } else if yyct2689 == codecSelferValueTypeArray1234 { - yyl2689 := r.ReadArrayStart() - if yyl2689 == 0 { + } else if yyct2698 == codecSelferValueTypeArray1234 { + yyl2698 := r.ReadArrayStart() + if yyl2698 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2689, d) + x.codecDecodeSelfFromArray(yyl2698, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34884,12 +34962,12 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2690Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2690Slc - var yyhl2690 bool = l >= 0 - for yyj2690 := 0; ; yyj2690++ { - if yyhl2690 { - if yyj2690 >= l { + var yys2699Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2699Slc + var yyhl2699 bool = l >= 0 + for yyj2699 := 0; ; yyj2699++ { + if yyhl2699 { + if yyj2699 >= l { break } } else { @@ -34898,10 +34976,10 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2690Slc = r.DecodeBytes(yys2690Slc, true, true) - yys2690 := string(yys2690Slc) + yys2699Slc = r.DecodeBytes(yys2699Slc, true, true) + yys2699 := string(yys2699Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2690 { + switch yys2699 { case "Name": if r.TryDecodeAsNil() { x.Name = "" @@ -34921,9 +34999,9 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Protocol = Protocol(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2690) - } // end switch yys2690 - } // end for yyj2690 + z.DecStructFieldNotFound(-1, yys2699) + } // end switch yys2699 + } // end for yyj2699 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34931,16 +35009,16 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2694 int - var yyb2694 bool - var yyhl2694 bool = l >= 0 - yyj2694++ - if yyhl2694 { - yyb2694 = yyj2694 > l + var yyj2703 int + var yyb2703 bool + var yyhl2703 bool = l >= 0 + yyj2703++ + if yyhl2703 { + yyb2703 = yyj2703 > l } else { - yyb2694 = r.CheckBreak() + yyb2703 = r.CheckBreak() } - if yyb2694 { + if yyb2703 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34950,13 +35028,13 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj2694++ - if yyhl2694 { - yyb2694 = yyj2694 > l + yyj2703++ + if yyhl2703 { + yyb2703 = yyj2703 > l } else { - yyb2694 = r.CheckBreak() + yyb2703 = r.CheckBreak() } - if yyb2694 { + if yyb2703 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34966,13 +35044,13 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Port = int32(r.DecodeInt(32)) } - yyj2694++ - if yyhl2694 { - yyb2694 = yyj2694 > l + yyj2703++ + if yyhl2703 { + yyb2703 = yyj2703 > l } else { - yyb2694 = r.CheckBreak() + yyb2703 = r.CheckBreak() } - if yyb2694 { + if yyb2703 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34983,17 +35061,17 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Protocol = Protocol(r.DecodeString()) } for { - yyj2694++ - if yyhl2694 { - yyb2694 = yyj2694 > l + yyj2703++ + if yyhl2703 { + yyb2703 = yyj2703 > l } else { - yyb2694 = r.CheckBreak() + yyb2703 = r.CheckBreak() } - if yyb2694 { + if yyb2703 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2694-1, "") + z.DecStructFieldNotFound(yyj2703-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35005,37 +35083,37 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2698 := z.EncBinary() - _ = yym2698 + yym2707 := z.EncBinary() + _ = yym2707 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2699 := !z.EncBinary() - yy2arr2699 := z.EncBasicHandle().StructToArray - var yyq2699 [4]bool - _, _, _ = yysep2699, yyq2699, yy2arr2699 - const yyr2699 bool = false - yyq2699[0] = x.Kind != "" - yyq2699[1] = x.APIVersion != "" - yyq2699[2] = true - var yynn2699 int - if yyr2699 || yy2arr2699 { + yysep2708 := !z.EncBinary() + yy2arr2708 := z.EncBasicHandle().StructToArray + var yyq2708 [4]bool + _, _, _ = yysep2708, yyq2708, yy2arr2708 + const yyr2708 bool = false + yyq2708[0] = x.Kind != "" + yyq2708[1] = x.APIVersion != "" + yyq2708[2] = true + var yynn2708 int + if yyr2708 || yy2arr2708 { r.EncodeArrayStart(4) } else { - yynn2699 = 1 - for _, b := range yyq2699 { + yynn2708 = 1 + for _, b := range yyq2708 { if b { - yynn2699++ + yynn2708++ } } - r.EncodeMapStart(yynn2699) - yynn2699 = 0 + r.EncodeMapStart(yynn2708) + yynn2708 = 0 } - if yyr2699 || yy2arr2699 { + if yyr2708 || yy2arr2708 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2699[0] { - yym2701 := z.EncBinary() - _ = yym2701 + if yyq2708[0] { + yym2710 := z.EncBinary() + _ = yym2710 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -35044,23 +35122,23 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2699[0] { + if yyq2708[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2702 := z.EncBinary() - _ = yym2702 + yym2711 := z.EncBinary() + _ = yym2711 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2699 || yy2arr2699 { + if yyr2708 || yy2arr2708 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2699[1] { - yym2704 := z.EncBinary() - _ = yym2704 + if yyq2708[1] { + yym2713 := z.EncBinary() + _ = yym2713 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -35069,54 +35147,54 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2699[1] { + if yyq2708[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2705 := z.EncBinary() - _ = yym2705 + yym2714 := z.EncBinary() + _ = yym2714 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2699 || yy2arr2699 { + if yyr2708 || yy2arr2708 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2699[2] { - yy2707 := &x.ListMeta - yym2708 := z.EncBinary() - _ = yym2708 + if yyq2708[2] { + yy2716 := &x.ListMeta + yym2717 := z.EncBinary() + _ = yym2717 if false { - } else if z.HasExtensions() && z.EncExt(yy2707) { + } else if z.HasExtensions() && z.EncExt(yy2716) { } else { - z.EncFallback(yy2707) + z.EncFallback(yy2716) } } else { r.EncodeNil() } } else { - if yyq2699[2] { + if yyq2708[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2709 := &x.ListMeta - yym2710 := z.EncBinary() - _ = yym2710 + yy2718 := &x.ListMeta + yym2719 := z.EncBinary() + _ = yym2719 if false { - } else if z.HasExtensions() && z.EncExt(yy2709) { + } else if z.HasExtensions() && z.EncExt(yy2718) { } else { - z.EncFallback(yy2709) + z.EncFallback(yy2718) } } } - if yyr2699 || yy2arr2699 { + if yyr2708 || yy2arr2708 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2712 := z.EncBinary() - _ = yym2712 + yym2721 := z.EncBinary() + _ = yym2721 if false { } else { h.encSliceEndpoints(([]Endpoints)(x.Items), e) @@ -35129,15 +35207,15 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2713 := z.EncBinary() - _ = yym2713 + yym2722 := z.EncBinary() + _ = yym2722 if false { } else { h.encSliceEndpoints(([]Endpoints)(x.Items), e) } } } - if yyr2699 || yy2arr2699 { + if yyr2708 || yy2arr2708 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35150,25 +35228,25 @@ func (x *EndpointsList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2714 := z.DecBinary() - _ = yym2714 + yym2723 := z.DecBinary() + _ = yym2723 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2715 := r.ContainerType() - if yyct2715 == codecSelferValueTypeMap1234 { - yyl2715 := r.ReadMapStart() - if yyl2715 == 0 { + yyct2724 := r.ContainerType() + if yyct2724 == codecSelferValueTypeMap1234 { + yyl2724 := r.ReadMapStart() + if yyl2724 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2715, d) + x.codecDecodeSelfFromMap(yyl2724, d) } - } else if yyct2715 == codecSelferValueTypeArray1234 { - yyl2715 := r.ReadArrayStart() - if yyl2715 == 0 { + } else if yyct2724 == codecSelferValueTypeArray1234 { + yyl2724 := r.ReadArrayStart() + if yyl2724 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2715, d) + x.codecDecodeSelfFromArray(yyl2724, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35180,12 +35258,12 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2716Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2716Slc - var yyhl2716 bool = l >= 0 - for yyj2716 := 0; ; yyj2716++ { - if yyhl2716 { - if yyj2716 >= l { + var yys2725Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2725Slc + var yyhl2725 bool = l >= 0 + for yyj2725 := 0; ; yyj2725++ { + if yyhl2725 { + if yyj2725 >= l { break } } else { @@ -35194,10 +35272,10 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2716Slc = r.DecodeBytes(yys2716Slc, true, true) - yys2716 := string(yys2716Slc) + yys2725Slc = r.DecodeBytes(yys2725Slc, true, true) + yys2725 := string(yys2725Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2716 { + switch yys2725 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -35214,31 +35292,31 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2719 := &x.ListMeta - yym2720 := z.DecBinary() - _ = yym2720 + yyv2728 := &x.ListMeta + yym2729 := z.DecBinary() + _ = yym2729 if false { - } else if z.HasExtensions() && z.DecExt(yyv2719) { + } else if z.HasExtensions() && z.DecExt(yyv2728) { } else { - z.DecFallback(yyv2719, false) + z.DecFallback(yyv2728, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2721 := &x.Items - yym2722 := z.DecBinary() - _ = yym2722 + yyv2730 := &x.Items + yym2731 := z.DecBinary() + _ = yym2731 if false { } else { - h.decSliceEndpoints((*[]Endpoints)(yyv2721), d) + h.decSliceEndpoints((*[]Endpoints)(yyv2730), d) } } default: - z.DecStructFieldNotFound(-1, yys2716) - } // end switch yys2716 - } // end for yyj2716 + z.DecStructFieldNotFound(-1, yys2725) + } // end switch yys2725 + } // end for yyj2725 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35246,16 +35324,16 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2723 int - var yyb2723 bool - var yyhl2723 bool = l >= 0 - yyj2723++ - if yyhl2723 { - yyb2723 = yyj2723 > l + var yyj2732 int + var yyb2732 bool + var yyhl2732 bool = l >= 0 + yyj2732++ + if yyhl2732 { + yyb2732 = yyj2732 > l } else { - yyb2723 = r.CheckBreak() + yyb2732 = r.CheckBreak() } - if yyb2723 { + if yyb2732 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35265,13 +35343,13 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2723++ - if yyhl2723 { - yyb2723 = yyj2723 > l + yyj2732++ + if yyhl2732 { + yyb2732 = yyj2732 > l } else { - yyb2723 = r.CheckBreak() + yyb2732 = r.CheckBreak() } - if yyb2723 { + if yyb2732 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35281,13 +35359,13 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2723++ - if yyhl2723 { - yyb2723 = yyj2723 > l + yyj2732++ + if yyhl2732 { + yyb2732 = yyj2732 > l } else { - yyb2723 = r.CheckBreak() + yyb2732 = r.CheckBreak() } - if yyb2723 { + if yyb2732 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35295,22 +35373,22 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2726 := &x.ListMeta - yym2727 := z.DecBinary() - _ = yym2727 + yyv2735 := &x.ListMeta + yym2736 := z.DecBinary() + _ = yym2736 if false { - } else if z.HasExtensions() && z.DecExt(yyv2726) { + } else if z.HasExtensions() && z.DecExt(yyv2735) { } else { - z.DecFallback(yyv2726, false) + z.DecFallback(yyv2735, false) } } - yyj2723++ - if yyhl2723 { - yyb2723 = yyj2723 > l + yyj2732++ + if yyhl2732 { + yyb2732 = yyj2732 > l } else { - yyb2723 = r.CheckBreak() + yyb2732 = r.CheckBreak() } - if yyb2723 { + if yyb2732 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35318,26 +35396,26 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2728 := &x.Items - yym2729 := z.DecBinary() - _ = yym2729 + yyv2737 := &x.Items + yym2738 := z.DecBinary() + _ = yym2738 if false { } else { - h.decSliceEndpoints((*[]Endpoints)(yyv2728), d) + h.decSliceEndpoints((*[]Endpoints)(yyv2737), d) } } for { - yyj2723++ - if yyhl2723 { - yyb2723 = yyj2723 > l + yyj2732++ + if yyhl2732 { + yyb2732 = yyj2732 > l } else { - yyb2723 = r.CheckBreak() + yyb2732 = r.CheckBreak() } - if yyb2723 { + if yyb2732 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2723-1, "") + z.DecStructFieldNotFound(yyj2732-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35349,38 +35427,38 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2730 := z.EncBinary() - _ = yym2730 + yym2739 := z.EncBinary() + _ = yym2739 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2731 := !z.EncBinary() - yy2arr2731 := z.EncBasicHandle().StructToArray - var yyq2731 [4]bool - _, _, _ = yysep2731, yyq2731, yy2arr2731 - const yyr2731 bool = false - yyq2731[0] = x.PodCIDR != "" - yyq2731[1] = x.ExternalID != "" - yyq2731[2] = x.ProviderID != "" - yyq2731[3] = x.Unschedulable != false - var yynn2731 int - if yyr2731 || yy2arr2731 { + yysep2740 := !z.EncBinary() + yy2arr2740 := z.EncBasicHandle().StructToArray + var yyq2740 [4]bool + _, _, _ = yysep2740, yyq2740, yy2arr2740 + const yyr2740 bool = false + yyq2740[0] = x.PodCIDR != "" + yyq2740[1] = x.ExternalID != "" + yyq2740[2] = x.ProviderID != "" + yyq2740[3] = x.Unschedulable != false + var yynn2740 int + if yyr2740 || yy2arr2740 { r.EncodeArrayStart(4) } else { - yynn2731 = 0 - for _, b := range yyq2731 { + yynn2740 = 0 + for _, b := range yyq2740 { if b { - yynn2731++ + yynn2740++ } } - r.EncodeMapStart(yynn2731) - yynn2731 = 0 + r.EncodeMapStart(yynn2740) + yynn2740 = 0 } - if yyr2731 || yy2arr2731 { + if yyr2740 || yy2arr2740 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2731[0] { - yym2733 := z.EncBinary() - _ = yym2733 + if yyq2740[0] { + yym2742 := z.EncBinary() + _ = yym2742 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) @@ -35389,23 +35467,23 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2731[0] { + if yyq2740[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podCIDR")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2734 := z.EncBinary() - _ = yym2734 + yym2743 := z.EncBinary() + _ = yym2743 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) } } } - if yyr2731 || yy2arr2731 { + if yyr2740 || yy2arr2740 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2731[1] { - yym2736 := z.EncBinary() - _ = yym2736 + if yyq2740[1] { + yym2745 := z.EncBinary() + _ = yym2745 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) @@ -35414,23 +35492,23 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2731[1] { + if yyq2740[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("externalID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2737 := z.EncBinary() - _ = yym2737 + yym2746 := z.EncBinary() + _ = yym2746 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) } } } - if yyr2731 || yy2arr2731 { + if yyr2740 || yy2arr2740 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2731[2] { - yym2739 := z.EncBinary() - _ = yym2739 + if yyq2740[2] { + yym2748 := z.EncBinary() + _ = yym2748 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) @@ -35439,23 +35517,23 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2731[2] { + if yyq2740[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("providerID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2740 := z.EncBinary() - _ = yym2740 + yym2749 := z.EncBinary() + _ = yym2749 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) } } } - if yyr2731 || yy2arr2731 { + if yyr2740 || yy2arr2740 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2731[3] { - yym2742 := z.EncBinary() - _ = yym2742 + if yyq2740[3] { + yym2751 := z.EncBinary() + _ = yym2751 if false { } else { r.EncodeBool(bool(x.Unschedulable)) @@ -35464,19 +35542,19 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq2731[3] { + if yyq2740[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("unschedulable")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2743 := z.EncBinary() - _ = yym2743 + yym2752 := z.EncBinary() + _ = yym2752 if false { } else { r.EncodeBool(bool(x.Unschedulable)) } } } - if yyr2731 || yy2arr2731 { + if yyr2740 || yy2arr2740 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35489,25 +35567,25 @@ func (x *NodeSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2744 := z.DecBinary() - _ = yym2744 + yym2753 := z.DecBinary() + _ = yym2753 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2745 := r.ContainerType() - if yyct2745 == codecSelferValueTypeMap1234 { - yyl2745 := r.ReadMapStart() - if yyl2745 == 0 { + yyct2754 := r.ContainerType() + if yyct2754 == codecSelferValueTypeMap1234 { + yyl2754 := r.ReadMapStart() + if yyl2754 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2745, d) + x.codecDecodeSelfFromMap(yyl2754, d) } - } else if yyct2745 == codecSelferValueTypeArray1234 { - yyl2745 := r.ReadArrayStart() - if yyl2745 == 0 { + } else if yyct2754 == codecSelferValueTypeArray1234 { + yyl2754 := r.ReadArrayStart() + if yyl2754 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2745, d) + x.codecDecodeSelfFromArray(yyl2754, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35519,12 +35597,12 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2746Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2746Slc - var yyhl2746 bool = l >= 0 - for yyj2746 := 0; ; yyj2746++ { - if yyhl2746 { - if yyj2746 >= l { + var yys2755Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2755Slc + var yyhl2755 bool = l >= 0 + for yyj2755 := 0; ; yyj2755++ { + if yyhl2755 { + if yyj2755 >= l { break } } else { @@ -35533,10 +35611,10 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2746Slc = r.DecodeBytes(yys2746Slc, true, true) - yys2746 := string(yys2746Slc) + yys2755Slc = r.DecodeBytes(yys2755Slc, true, true) + yys2755 := string(yys2755Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2746 { + switch yys2755 { case "podCIDR": if r.TryDecodeAsNil() { x.PodCIDR = "" @@ -35562,9 +35640,9 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Unschedulable = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys2746) - } // end switch yys2746 - } // end for yyj2746 + z.DecStructFieldNotFound(-1, yys2755) + } // end switch yys2755 + } // end for yyj2755 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35572,16 +35650,16 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2751 int - var yyb2751 bool - var yyhl2751 bool = l >= 0 - yyj2751++ - if yyhl2751 { - yyb2751 = yyj2751 > l + var yyj2760 int + var yyb2760 bool + var yyhl2760 bool = l >= 0 + yyj2760++ + if yyhl2760 { + yyb2760 = yyj2760 > l } else { - yyb2751 = r.CheckBreak() + yyb2760 = r.CheckBreak() } - if yyb2751 { + if yyb2760 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35591,13 +35669,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.PodCIDR = string(r.DecodeString()) } - yyj2751++ - if yyhl2751 { - yyb2751 = yyj2751 > l + yyj2760++ + if yyhl2760 { + yyb2760 = yyj2760 > l } else { - yyb2751 = r.CheckBreak() + yyb2760 = r.CheckBreak() } - if yyb2751 { + if yyb2760 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35607,13 +35685,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ExternalID = string(r.DecodeString()) } - yyj2751++ - if yyhl2751 { - yyb2751 = yyj2751 > l + yyj2760++ + if yyhl2760 { + yyb2760 = yyj2760 > l } else { - yyb2751 = r.CheckBreak() + yyb2760 = r.CheckBreak() } - if yyb2751 { + if yyb2760 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35623,13 +35701,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ProviderID = string(r.DecodeString()) } - yyj2751++ - if yyhl2751 { - yyb2751 = yyj2751 > l + yyj2760++ + if yyhl2760 { + yyb2760 = yyj2760 > l } else { - yyb2751 = r.CheckBreak() + yyb2760 = r.CheckBreak() } - if yyb2751 { + if yyb2760 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35640,17 +35718,17 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Unschedulable = bool(r.DecodeBool()) } for { - yyj2751++ - if yyhl2751 { - yyb2751 = yyj2751 > l + yyj2760++ + if yyhl2760 { + yyb2760 = yyj2760 > l } else { - yyb2751 = r.CheckBreak() + yyb2760 = r.CheckBreak() } - if yyb2751 { + if yyb2760 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2751-1, "") + z.DecStructFieldNotFound(yyj2760-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35662,33 +35740,33 @@ func (x *DaemonEndpoint) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2756 := z.EncBinary() - _ = yym2756 + yym2765 := z.EncBinary() + _ = yym2765 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2757 := !z.EncBinary() - yy2arr2757 := z.EncBasicHandle().StructToArray - var yyq2757 [1]bool - _, _, _ = yysep2757, yyq2757, yy2arr2757 - const yyr2757 bool = false - var yynn2757 int - if yyr2757 || yy2arr2757 { + yysep2766 := !z.EncBinary() + yy2arr2766 := z.EncBasicHandle().StructToArray + var yyq2766 [1]bool + _, _, _ = yysep2766, yyq2766, yy2arr2766 + const yyr2766 bool = false + var yynn2766 int + if yyr2766 || yy2arr2766 { r.EncodeArrayStart(1) } else { - yynn2757 = 1 - for _, b := range yyq2757 { + yynn2766 = 1 + for _, b := range yyq2766 { if b { - yynn2757++ + yynn2766++ } } - r.EncodeMapStart(yynn2757) - yynn2757 = 0 + r.EncodeMapStart(yynn2766) + yynn2766 = 0 } - if yyr2757 || yy2arr2757 { + if yyr2766 || yy2arr2766 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2759 := z.EncBinary() - _ = yym2759 + yym2768 := z.EncBinary() + _ = yym2768 if false { } else { r.EncodeInt(int64(x.Port)) @@ -35697,14 +35775,14 @@ func (x *DaemonEndpoint) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2760 := z.EncBinary() - _ = yym2760 + yym2769 := z.EncBinary() + _ = yym2769 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2757 || yy2arr2757 { + if yyr2766 || yy2arr2766 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35717,25 +35795,25 @@ func (x *DaemonEndpoint) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2761 := z.DecBinary() - _ = yym2761 + yym2770 := z.DecBinary() + _ = yym2770 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2762 := r.ContainerType() - if yyct2762 == codecSelferValueTypeMap1234 { - yyl2762 := r.ReadMapStart() - if yyl2762 == 0 { + yyct2771 := r.ContainerType() + if yyct2771 == codecSelferValueTypeMap1234 { + yyl2771 := r.ReadMapStart() + if yyl2771 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2762, d) + x.codecDecodeSelfFromMap(yyl2771, d) } - } else if yyct2762 == codecSelferValueTypeArray1234 { - yyl2762 := r.ReadArrayStart() - if yyl2762 == 0 { + } else if yyct2771 == codecSelferValueTypeArray1234 { + yyl2771 := r.ReadArrayStart() + if yyl2771 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2762, d) + x.codecDecodeSelfFromArray(yyl2771, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35747,12 +35825,12 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2763Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2763Slc - var yyhl2763 bool = l >= 0 - for yyj2763 := 0; ; yyj2763++ { - if yyhl2763 { - if yyj2763 >= l { + var yys2772Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2772Slc + var yyhl2772 bool = l >= 0 + for yyj2772 := 0; ; yyj2772++ { + if yyhl2772 { + if yyj2772 >= l { break } } else { @@ -35761,10 +35839,10 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2763Slc = r.DecodeBytes(yys2763Slc, true, true) - yys2763 := string(yys2763Slc) + yys2772Slc = r.DecodeBytes(yys2772Slc, true, true) + yys2772 := string(yys2772Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2763 { + switch yys2772 { case "Port": if r.TryDecodeAsNil() { x.Port = 0 @@ -35772,9 +35850,9 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Port = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys2763) - } // end switch yys2763 - } // end for yyj2763 + z.DecStructFieldNotFound(-1, yys2772) + } // end switch yys2772 + } // end for yyj2772 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35782,16 +35860,16 @@ func (x *DaemonEndpoint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2765 int - var yyb2765 bool - var yyhl2765 bool = l >= 0 - yyj2765++ - if yyhl2765 { - yyb2765 = yyj2765 > l + var yyj2774 int + var yyb2774 bool + var yyhl2774 bool = l >= 0 + yyj2774++ + if yyhl2774 { + yyb2774 = yyj2774 > l } else { - yyb2765 = r.CheckBreak() + yyb2774 = r.CheckBreak() } - if yyb2765 { + if yyb2774 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35802,17 +35880,17 @@ func (x *DaemonEndpoint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Port = int32(r.DecodeInt(32)) } for { - yyj2765++ - if yyhl2765 { - yyb2765 = yyj2765 > l + yyj2774++ + if yyhl2774 { + yyb2774 = yyj2774 > l } else { - yyb2765 = r.CheckBreak() + yyb2774 = r.CheckBreak() } - if yyb2765 { + if yyb2774 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2765-1, "") + z.DecStructFieldNotFound(yyj2774-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35824,48 +35902,48 @@ func (x *NodeDaemonEndpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2767 := z.EncBinary() - _ = yym2767 + yym2776 := z.EncBinary() + _ = yym2776 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2768 := !z.EncBinary() - yy2arr2768 := z.EncBasicHandle().StructToArray - var yyq2768 [1]bool - _, _, _ = yysep2768, yyq2768, yy2arr2768 - const yyr2768 bool = false - yyq2768[0] = true - var yynn2768 int - if yyr2768 || yy2arr2768 { + yysep2777 := !z.EncBinary() + yy2arr2777 := z.EncBasicHandle().StructToArray + var yyq2777 [1]bool + _, _, _ = yysep2777, yyq2777, yy2arr2777 + const yyr2777 bool = false + yyq2777[0] = true + var yynn2777 int + if yyr2777 || yy2arr2777 { r.EncodeArrayStart(1) } else { - yynn2768 = 0 - for _, b := range yyq2768 { + yynn2777 = 0 + for _, b := range yyq2777 { if b { - yynn2768++ + yynn2777++ } } - r.EncodeMapStart(yynn2768) - yynn2768 = 0 + r.EncodeMapStart(yynn2777) + yynn2777 = 0 } - if yyr2768 || yy2arr2768 { + if yyr2777 || yy2arr2777 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2768[0] { - yy2770 := &x.KubeletEndpoint - yy2770.CodecEncodeSelf(e) + if yyq2777[0] { + yy2779 := &x.KubeletEndpoint + yy2779.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2768[0] { + if yyq2777[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeletEndpoint")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2771 := &x.KubeletEndpoint - yy2771.CodecEncodeSelf(e) + yy2780 := &x.KubeletEndpoint + yy2780.CodecEncodeSelf(e) } } - if yyr2768 || yy2arr2768 { + if yyr2777 || yy2arr2777 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35878,25 +35956,25 @@ func (x *NodeDaemonEndpoints) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2772 := z.DecBinary() - _ = yym2772 + yym2781 := z.DecBinary() + _ = yym2781 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2773 := r.ContainerType() - if yyct2773 == codecSelferValueTypeMap1234 { - yyl2773 := r.ReadMapStart() - if yyl2773 == 0 { + yyct2782 := r.ContainerType() + if yyct2782 == codecSelferValueTypeMap1234 { + yyl2782 := r.ReadMapStart() + if yyl2782 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2773, d) + x.codecDecodeSelfFromMap(yyl2782, d) } - } else if yyct2773 == codecSelferValueTypeArray1234 { - yyl2773 := r.ReadArrayStart() - if yyl2773 == 0 { + } else if yyct2782 == codecSelferValueTypeArray1234 { + yyl2782 := r.ReadArrayStart() + if yyl2782 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2773, d) + x.codecDecodeSelfFromArray(yyl2782, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35908,12 +35986,12 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2774Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2774Slc - var yyhl2774 bool = l >= 0 - for yyj2774 := 0; ; yyj2774++ { - if yyhl2774 { - if yyj2774 >= l { + var yys2783Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2783Slc + var yyhl2783 bool = l >= 0 + for yyj2783 := 0; ; yyj2783++ { + if yyhl2783 { + if yyj2783 >= l { break } } else { @@ -35922,21 +36000,21 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2774Slc = r.DecodeBytes(yys2774Slc, true, true) - yys2774 := string(yys2774Slc) + yys2783Slc = r.DecodeBytes(yys2783Slc, true, true) + yys2783 := string(yys2783Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2774 { + switch yys2783 { case "kubeletEndpoint": if r.TryDecodeAsNil() { x.KubeletEndpoint = DaemonEndpoint{} } else { - yyv2775 := &x.KubeletEndpoint - yyv2775.CodecDecodeSelf(d) + yyv2784 := &x.KubeletEndpoint + yyv2784.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2774) - } // end switch yys2774 - } // end for yyj2774 + z.DecStructFieldNotFound(-1, yys2783) + } // end switch yys2783 + } // end for yyj2783 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35944,16 +36022,16 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2776 int - var yyb2776 bool - var yyhl2776 bool = l >= 0 - yyj2776++ - if yyhl2776 { - yyb2776 = yyj2776 > l + var yyj2785 int + var yyb2785 bool + var yyhl2785 bool = l >= 0 + yyj2785++ + if yyhl2785 { + yyb2785 = yyj2785 > l } else { - yyb2776 = r.CheckBreak() + yyb2785 = r.CheckBreak() } - if yyb2776 { + if yyb2785 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35961,21 +36039,21 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.KubeletEndpoint = DaemonEndpoint{} } else { - yyv2777 := &x.KubeletEndpoint - yyv2777.CodecDecodeSelf(d) + yyv2786 := &x.KubeletEndpoint + yyv2786.CodecDecodeSelf(d) } for { - yyj2776++ - if yyhl2776 { - yyb2776 = yyj2776 > l + yyj2785++ + if yyhl2785 { + yyb2785 = yyj2785 > l } else { - yyb2776 = r.CheckBreak() + yyb2785 = r.CheckBreak() } - if yyb2776 { + if yyb2785 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2776-1, "") + z.DecStructFieldNotFound(yyj2785-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35987,33 +36065,33 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2778 := z.EncBinary() - _ = yym2778 + yym2787 := z.EncBinary() + _ = yym2787 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2779 := !z.EncBinary() - yy2arr2779 := z.EncBasicHandle().StructToArray - var yyq2779 [10]bool - _, _, _ = yysep2779, yyq2779, yy2arr2779 - const yyr2779 bool = false - var yynn2779 int - if yyr2779 || yy2arr2779 { + yysep2788 := !z.EncBinary() + yy2arr2788 := z.EncBasicHandle().StructToArray + var yyq2788 [10]bool + _, _, _ = yysep2788, yyq2788, yy2arr2788 + const yyr2788 bool = false + var yynn2788 int + if yyr2788 || yy2arr2788 { r.EncodeArrayStart(10) } else { - yynn2779 = 10 - for _, b := range yyq2779 { + yynn2788 = 10 + for _, b := range yyq2788 { if b { - yynn2779++ + yynn2788++ } } - r.EncodeMapStart(yynn2779) - yynn2779 = 0 + r.EncodeMapStart(yynn2788) + yynn2788 = 0 } - if yyr2779 || yy2arr2779 { + if yyr2788 || yy2arr2788 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2781 := z.EncBinary() - _ = yym2781 + yym2790 := z.EncBinary() + _ = yym2790 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MachineID)) @@ -36022,17 +36100,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("machineID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2782 := z.EncBinary() - _ = yym2782 + yym2791 := z.EncBinary() + _ = yym2791 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MachineID)) } } - if yyr2779 || yy2arr2779 { + if yyr2788 || yy2arr2788 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2784 := z.EncBinary() - _ = yym2784 + yym2793 := z.EncBinary() + _ = yym2793 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SystemUUID)) @@ -36041,17 +36119,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("systemUUID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2785 := z.EncBinary() - _ = yym2785 + yym2794 := z.EncBinary() + _ = yym2794 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SystemUUID)) } } - if yyr2779 || yy2arr2779 { + if yyr2788 || yy2arr2788 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2787 := z.EncBinary() - _ = yym2787 + yym2796 := z.EncBinary() + _ = yym2796 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.BootID)) @@ -36060,17 +36138,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("bootID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2788 := z.EncBinary() - _ = yym2788 + yym2797 := z.EncBinary() + _ = yym2797 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.BootID)) } } - if yyr2779 || yy2arr2779 { + if yyr2788 || yy2arr2788 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2790 := z.EncBinary() - _ = yym2790 + yym2799 := z.EncBinary() + _ = yym2799 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KernelVersion)) @@ -36079,17 +36157,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kernelVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2791 := z.EncBinary() - _ = yym2791 + yym2800 := z.EncBinary() + _ = yym2800 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KernelVersion)) } } - if yyr2779 || yy2arr2779 { + if yyr2788 || yy2arr2788 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2793 := z.EncBinary() - _ = yym2793 + yym2802 := z.EncBinary() + _ = yym2802 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OSImage)) @@ -36098,17 +36176,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("osImage")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2794 := z.EncBinary() - _ = yym2794 + yym2803 := z.EncBinary() + _ = yym2803 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OSImage)) } } - if yyr2779 || yy2arr2779 { + if yyr2788 || yy2arr2788 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2796 := z.EncBinary() - _ = yym2796 + yym2805 := z.EncBinary() + _ = yym2805 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntimeVersion)) @@ -36117,17 +36195,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerRuntimeVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2797 := z.EncBinary() - _ = yym2797 + yym2806 := z.EncBinary() + _ = yym2806 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntimeVersion)) } } - if yyr2779 || yy2arr2779 { + if yyr2788 || yy2arr2788 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2799 := z.EncBinary() - _ = yym2799 + yym2808 := z.EncBinary() + _ = yym2808 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeletVersion)) @@ -36136,17 +36214,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeletVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2800 := z.EncBinary() - _ = yym2800 + yym2809 := z.EncBinary() + _ = yym2809 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeletVersion)) } } - if yyr2779 || yy2arr2779 { + if yyr2788 || yy2arr2788 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2802 := z.EncBinary() - _ = yym2802 + yym2811 := z.EncBinary() + _ = yym2811 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeProxyVersion)) @@ -36155,17 +36233,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeProxyVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2803 := z.EncBinary() - _ = yym2803 + yym2812 := z.EncBinary() + _ = yym2812 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeProxyVersion)) } } - if yyr2779 || yy2arr2779 { + if yyr2788 || yy2arr2788 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2805 := z.EncBinary() - _ = yym2805 + yym2814 := z.EncBinary() + _ = yym2814 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OperatingSystem)) @@ -36174,17 +36252,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("operatingSystem")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2806 := z.EncBinary() - _ = yym2806 + yym2815 := z.EncBinary() + _ = yym2815 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OperatingSystem)) } } - if yyr2779 || yy2arr2779 { + if yyr2788 || yy2arr2788 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2808 := z.EncBinary() - _ = yym2808 + yym2817 := z.EncBinary() + _ = yym2817 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Architecture)) @@ -36193,14 +36271,14 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("architecture")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2809 := z.EncBinary() - _ = yym2809 + yym2818 := z.EncBinary() + _ = yym2818 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Architecture)) } } - if yyr2779 || yy2arr2779 { + if yyr2788 || yy2arr2788 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36213,25 +36291,25 @@ func (x *NodeSystemInfo) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2810 := z.DecBinary() - _ = yym2810 + yym2819 := z.DecBinary() + _ = yym2819 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2811 := r.ContainerType() - if yyct2811 == codecSelferValueTypeMap1234 { - yyl2811 := r.ReadMapStart() - if yyl2811 == 0 { + yyct2820 := r.ContainerType() + if yyct2820 == codecSelferValueTypeMap1234 { + yyl2820 := r.ReadMapStart() + if yyl2820 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2811, d) + x.codecDecodeSelfFromMap(yyl2820, d) } - } else if yyct2811 == codecSelferValueTypeArray1234 { - yyl2811 := r.ReadArrayStart() - if yyl2811 == 0 { + } else if yyct2820 == codecSelferValueTypeArray1234 { + yyl2820 := r.ReadArrayStart() + if yyl2820 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2811, d) + x.codecDecodeSelfFromArray(yyl2820, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36243,12 +36321,12 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2812Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2812Slc - var yyhl2812 bool = l >= 0 - for yyj2812 := 0; ; yyj2812++ { - if yyhl2812 { - if yyj2812 >= l { + var yys2821Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2821Slc + var yyhl2821 bool = l >= 0 + for yyj2821 := 0; ; yyj2821++ { + if yyhl2821 { + if yyj2821 >= l { break } } else { @@ -36257,10 +36335,10 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2812Slc = r.DecodeBytes(yys2812Slc, true, true) - yys2812 := string(yys2812Slc) + yys2821Slc = r.DecodeBytes(yys2821Slc, true, true) + yys2821 := string(yys2821Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2812 { + switch yys2821 { case "machineID": if r.TryDecodeAsNil() { x.MachineID = "" @@ -36322,9 +36400,9 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Architecture = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2812) - } // end switch yys2812 - } // end for yyj2812 + z.DecStructFieldNotFound(-1, yys2821) + } // end switch yys2821 + } // end for yyj2821 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36332,16 +36410,16 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2823 int - var yyb2823 bool - var yyhl2823 bool = l >= 0 - yyj2823++ - if yyhl2823 { - yyb2823 = yyj2823 > l + var yyj2832 int + var yyb2832 bool + var yyhl2832 bool = l >= 0 + yyj2832++ + if yyhl2832 { + yyb2832 = yyj2832 > l } else { - yyb2823 = r.CheckBreak() + yyb2832 = r.CheckBreak() } - if yyb2823 { + if yyb2832 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36351,13 +36429,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.MachineID = string(r.DecodeString()) } - yyj2823++ - if yyhl2823 { - yyb2823 = yyj2823 > l + yyj2832++ + if yyhl2832 { + yyb2832 = yyj2832 > l } else { - yyb2823 = r.CheckBreak() + yyb2832 = r.CheckBreak() } - if yyb2823 { + if yyb2832 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36367,13 +36445,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SystemUUID = string(r.DecodeString()) } - yyj2823++ - if yyhl2823 { - yyb2823 = yyj2823 > l + yyj2832++ + if yyhl2832 { + yyb2832 = yyj2832 > l } else { - yyb2823 = r.CheckBreak() + yyb2832 = r.CheckBreak() } - if yyb2823 { + if yyb2832 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36383,13 +36461,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.BootID = string(r.DecodeString()) } - yyj2823++ - if yyhl2823 { - yyb2823 = yyj2823 > l + yyj2832++ + if yyhl2832 { + yyb2832 = yyj2832 > l } else { - yyb2823 = r.CheckBreak() + yyb2832 = r.CheckBreak() } - if yyb2823 { + if yyb2832 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36399,13 +36477,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KernelVersion = string(r.DecodeString()) } - yyj2823++ - if yyhl2823 { - yyb2823 = yyj2823 > l + yyj2832++ + if yyhl2832 { + yyb2832 = yyj2832 > l } else { - yyb2823 = r.CheckBreak() + yyb2832 = r.CheckBreak() } - if yyb2823 { + if yyb2832 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36415,13 +36493,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.OSImage = string(r.DecodeString()) } - yyj2823++ - if yyhl2823 { - yyb2823 = yyj2823 > l + yyj2832++ + if yyhl2832 { + yyb2832 = yyj2832 > l } else { - yyb2823 = r.CheckBreak() + yyb2832 = r.CheckBreak() } - if yyb2823 { + if yyb2832 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36431,13 +36509,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ContainerRuntimeVersion = string(r.DecodeString()) } - yyj2823++ - if yyhl2823 { - yyb2823 = yyj2823 > l + yyj2832++ + if yyhl2832 { + yyb2832 = yyj2832 > l } else { - yyb2823 = r.CheckBreak() + yyb2832 = r.CheckBreak() } - if yyb2823 { + if yyb2832 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36447,13 +36525,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KubeletVersion = string(r.DecodeString()) } - yyj2823++ - if yyhl2823 { - yyb2823 = yyj2823 > l + yyj2832++ + if yyhl2832 { + yyb2832 = yyj2832 > l } else { - yyb2823 = r.CheckBreak() + yyb2832 = r.CheckBreak() } - if yyb2823 { + if yyb2832 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36463,13 +36541,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KubeProxyVersion = string(r.DecodeString()) } - yyj2823++ - if yyhl2823 { - yyb2823 = yyj2823 > l + yyj2832++ + if yyhl2832 { + yyb2832 = yyj2832 > l } else { - yyb2823 = r.CheckBreak() + yyb2832 = r.CheckBreak() } - if yyb2823 { + if yyb2832 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36479,13 +36557,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.OperatingSystem = string(r.DecodeString()) } - yyj2823++ - if yyhl2823 { - yyb2823 = yyj2823 > l + yyj2832++ + if yyhl2832 { + yyb2832 = yyj2832 > l } else { - yyb2823 = r.CheckBreak() + yyb2832 = r.CheckBreak() } - if yyb2823 { + if yyb2832 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36496,17 +36574,17 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Architecture = string(r.DecodeString()) } for { - yyj2823++ - if yyhl2823 { - yyb2823 = yyj2823 > l + yyj2832++ + if yyhl2832 { + yyb2832 = yyj2832 > l } else { - yyb2823 = r.CheckBreak() + yyb2832 = r.CheckBreak() } - if yyb2823 { + if yyb2832 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2823-1, "") + z.DecStructFieldNotFound(yyj2832-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36518,42 +36596,42 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2834 := z.EncBinary() - _ = yym2834 + yym2843 := z.EncBinary() + _ = yym2843 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2835 := !z.EncBinary() - yy2arr2835 := z.EncBasicHandle().StructToArray - var yyq2835 [10]bool - _, _, _ = yysep2835, yyq2835, yy2arr2835 - const yyr2835 bool = false - yyq2835[0] = len(x.Capacity) != 0 - yyq2835[1] = len(x.Allocatable) != 0 - yyq2835[2] = x.Phase != "" - yyq2835[3] = len(x.Conditions) != 0 - yyq2835[4] = len(x.Addresses) != 0 - yyq2835[5] = true - yyq2835[6] = true - yyq2835[7] = len(x.Images) != 0 - yyq2835[8] = len(x.VolumesInUse) != 0 - yyq2835[9] = len(x.VolumesAttached) != 0 - var yynn2835 int - if yyr2835 || yy2arr2835 { + yysep2844 := !z.EncBinary() + yy2arr2844 := z.EncBasicHandle().StructToArray + var yyq2844 [10]bool + _, _, _ = yysep2844, yyq2844, yy2arr2844 + const yyr2844 bool = false + yyq2844[0] = len(x.Capacity) != 0 + yyq2844[1] = len(x.Allocatable) != 0 + yyq2844[2] = x.Phase != "" + yyq2844[3] = len(x.Conditions) != 0 + yyq2844[4] = len(x.Addresses) != 0 + yyq2844[5] = true + yyq2844[6] = true + yyq2844[7] = len(x.Images) != 0 + yyq2844[8] = len(x.VolumesInUse) != 0 + yyq2844[9] = len(x.VolumesAttached) != 0 + var yynn2844 int + if yyr2844 || yy2arr2844 { r.EncodeArrayStart(10) } else { - yynn2835 = 0 - for _, b := range yyq2835 { + yynn2844 = 0 + for _, b := range yyq2844 { if b { - yynn2835++ + yynn2844++ } } - r.EncodeMapStart(yynn2835) - yynn2835 = 0 + r.EncodeMapStart(yynn2844) + yynn2844 = 0 } - if yyr2835 || yy2arr2835 { + if yyr2844 || yy2arr2844 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2835[0] { + if yyq2844[0] { if x.Capacity == nil { r.EncodeNil() } else { @@ -36563,7 +36641,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2835[0] { + if yyq2844[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capacity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -36574,9 +36652,9 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2835 || yy2arr2835 { + if yyr2844 || yy2arr2844 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2835[1] { + if yyq2844[1] { if x.Allocatable == nil { r.EncodeNil() } else { @@ -36586,7 +36664,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2835[1] { + if yyq2844[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("allocatable")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -36597,29 +36675,29 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2835 || yy2arr2835 { + if yyr2844 || yy2arr2844 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2835[2] { + if yyq2844[2] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2835[2] { + if yyq2844[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr2835 || yy2arr2835 { + if yyr2844 || yy2arr2844 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2835[3] { + if yyq2844[3] { if x.Conditions == nil { r.EncodeNil() } else { - yym2840 := z.EncBinary() - _ = yym2840 + yym2849 := z.EncBinary() + _ = yym2849 if false { } else { h.encSliceNodeCondition(([]NodeCondition)(x.Conditions), e) @@ -36629,15 +36707,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2835[3] { + if yyq2844[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym2841 := z.EncBinary() - _ = yym2841 + yym2850 := z.EncBinary() + _ = yym2850 if false { } else { h.encSliceNodeCondition(([]NodeCondition)(x.Conditions), e) @@ -36645,14 +36723,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2835 || yy2arr2835 { + if yyr2844 || yy2arr2844 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2835[4] { + if yyq2844[4] { if x.Addresses == nil { r.EncodeNil() } else { - yym2843 := z.EncBinary() - _ = yym2843 + yym2852 := z.EncBinary() + _ = yym2852 if false { } else { h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) @@ -36662,15 +36740,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2835[4] { + if yyq2844[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("addresses")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Addresses == nil { r.EncodeNil() } else { - yym2844 := z.EncBinary() - _ = yym2844 + yym2853 := z.EncBinary() + _ = yym2853 if false { } else { h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) @@ -36678,48 +36756,48 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2835 || yy2arr2835 { + if yyr2844 || yy2arr2844 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2835[5] { - yy2846 := &x.DaemonEndpoints - yy2846.CodecEncodeSelf(e) + if yyq2844[5] { + yy2855 := &x.DaemonEndpoints + yy2855.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2835[5] { + if yyq2844[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("daemonEndpoints")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2847 := &x.DaemonEndpoints - yy2847.CodecEncodeSelf(e) + yy2856 := &x.DaemonEndpoints + yy2856.CodecEncodeSelf(e) } } - if yyr2835 || yy2arr2835 { + if yyr2844 || yy2arr2844 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2835[6] { - yy2849 := &x.NodeInfo - yy2849.CodecEncodeSelf(e) + if yyq2844[6] { + yy2858 := &x.NodeInfo + yy2858.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2835[6] { + if yyq2844[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeInfo")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2850 := &x.NodeInfo - yy2850.CodecEncodeSelf(e) + yy2859 := &x.NodeInfo + yy2859.CodecEncodeSelf(e) } } - if yyr2835 || yy2arr2835 { + if yyr2844 || yy2arr2844 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2835[7] { + if yyq2844[7] { if x.Images == nil { r.EncodeNil() } else { - yym2852 := z.EncBinary() - _ = yym2852 + yym2861 := z.EncBinary() + _ = yym2861 if false { } else { h.encSliceContainerImage(([]ContainerImage)(x.Images), e) @@ -36729,15 +36807,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2835[7] { + if yyq2844[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("images")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Images == nil { r.EncodeNil() } else { - yym2853 := z.EncBinary() - _ = yym2853 + yym2862 := z.EncBinary() + _ = yym2862 if false { } else { h.encSliceContainerImage(([]ContainerImage)(x.Images), e) @@ -36745,14 +36823,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2835 || yy2arr2835 { + if yyr2844 || yy2arr2844 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2835[8] { + if yyq2844[8] { if x.VolumesInUse == nil { r.EncodeNil() } else { - yym2855 := z.EncBinary() - _ = yym2855 + yym2864 := z.EncBinary() + _ = yym2864 if false { } else { h.encSliceUniqueVolumeName(([]UniqueVolumeName)(x.VolumesInUse), e) @@ -36762,15 +36840,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2835[8] { + if yyq2844[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumesInUse")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.VolumesInUse == nil { r.EncodeNil() } else { - yym2856 := z.EncBinary() - _ = yym2856 + yym2865 := z.EncBinary() + _ = yym2865 if false { } else { h.encSliceUniqueVolumeName(([]UniqueVolumeName)(x.VolumesInUse), e) @@ -36778,14 +36856,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2835 || yy2arr2835 { + if yyr2844 || yy2arr2844 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2835[9] { + if yyq2844[9] { if x.VolumesAttached == nil { r.EncodeNil() } else { - yym2858 := z.EncBinary() - _ = yym2858 + yym2867 := z.EncBinary() + _ = yym2867 if false { } else { h.encSliceAttachedVolume(([]AttachedVolume)(x.VolumesAttached), e) @@ -36795,15 +36873,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2835[9] { + if yyq2844[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumesAttached")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.VolumesAttached == nil { r.EncodeNil() } else { - yym2859 := z.EncBinary() - _ = yym2859 + yym2868 := z.EncBinary() + _ = yym2868 if false { } else { h.encSliceAttachedVolume(([]AttachedVolume)(x.VolumesAttached), e) @@ -36811,7 +36889,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2835 || yy2arr2835 { + if yyr2844 || yy2arr2844 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36824,25 +36902,25 @@ func (x *NodeStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2860 := z.DecBinary() - _ = yym2860 + yym2869 := z.DecBinary() + _ = yym2869 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2861 := r.ContainerType() - if yyct2861 == codecSelferValueTypeMap1234 { - yyl2861 := r.ReadMapStart() - if yyl2861 == 0 { + yyct2870 := r.ContainerType() + if yyct2870 == codecSelferValueTypeMap1234 { + yyl2870 := r.ReadMapStart() + if yyl2870 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2861, d) + x.codecDecodeSelfFromMap(yyl2870, d) } - } else if yyct2861 == codecSelferValueTypeArray1234 { - yyl2861 := r.ReadArrayStart() - if yyl2861 == 0 { + } else if yyct2870 == codecSelferValueTypeArray1234 { + yyl2870 := r.ReadArrayStart() + if yyl2870 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2861, d) + x.codecDecodeSelfFromArray(yyl2870, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36854,12 +36932,12 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2862Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2862Slc - var yyhl2862 bool = l >= 0 - for yyj2862 := 0; ; yyj2862++ { - if yyhl2862 { - if yyj2862 >= l { + var yys2871Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2871Slc + var yyhl2871 bool = l >= 0 + for yyj2871 := 0; ; yyj2871++ { + if yyhl2871 { + if yyj2871 >= l { break } } else { @@ -36868,23 +36946,23 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2862Slc = r.DecodeBytes(yys2862Slc, true, true) - yys2862 := string(yys2862Slc) + yys2871Slc = r.DecodeBytes(yys2871Slc, true, true) + yys2871 := string(yys2871Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2862 { + switch yys2871 { case "capacity": if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv2863 := &x.Capacity - yyv2863.CodecDecodeSelf(d) + yyv2872 := &x.Capacity + yyv2872.CodecDecodeSelf(d) } case "allocatable": if r.TryDecodeAsNil() { x.Allocatable = nil } else { - yyv2864 := &x.Allocatable - yyv2864.CodecDecodeSelf(d) + yyv2873 := &x.Allocatable + yyv2873.CodecDecodeSelf(d) } case "phase": if r.TryDecodeAsNil() { @@ -36896,80 +36974,80 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv2866 := &x.Conditions - yym2867 := z.DecBinary() - _ = yym2867 + yyv2875 := &x.Conditions + yym2876 := z.DecBinary() + _ = yym2876 if false { } else { - h.decSliceNodeCondition((*[]NodeCondition)(yyv2866), d) + h.decSliceNodeCondition((*[]NodeCondition)(yyv2875), d) } } case "addresses": if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2868 := &x.Addresses - yym2869 := z.DecBinary() - _ = yym2869 + yyv2877 := &x.Addresses + yym2878 := z.DecBinary() + _ = yym2878 if false { } else { - h.decSliceNodeAddress((*[]NodeAddress)(yyv2868), d) + h.decSliceNodeAddress((*[]NodeAddress)(yyv2877), d) } } case "daemonEndpoints": if r.TryDecodeAsNil() { x.DaemonEndpoints = NodeDaemonEndpoints{} } else { - yyv2870 := &x.DaemonEndpoints - yyv2870.CodecDecodeSelf(d) + yyv2879 := &x.DaemonEndpoints + yyv2879.CodecDecodeSelf(d) } case "nodeInfo": if r.TryDecodeAsNil() { x.NodeInfo = NodeSystemInfo{} } else { - yyv2871 := &x.NodeInfo - yyv2871.CodecDecodeSelf(d) + yyv2880 := &x.NodeInfo + yyv2880.CodecDecodeSelf(d) } case "images": if r.TryDecodeAsNil() { x.Images = nil } else { - yyv2872 := &x.Images - yym2873 := z.DecBinary() - _ = yym2873 + yyv2881 := &x.Images + yym2882 := z.DecBinary() + _ = yym2882 if false { } else { - h.decSliceContainerImage((*[]ContainerImage)(yyv2872), d) + h.decSliceContainerImage((*[]ContainerImage)(yyv2881), d) } } case "volumesInUse": if r.TryDecodeAsNil() { x.VolumesInUse = nil } else { - yyv2874 := &x.VolumesInUse - yym2875 := z.DecBinary() - _ = yym2875 + yyv2883 := &x.VolumesInUse + yym2884 := z.DecBinary() + _ = yym2884 if false { } else { - h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv2874), d) + h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv2883), d) } } case "volumesAttached": if r.TryDecodeAsNil() { x.VolumesAttached = nil } else { - yyv2876 := &x.VolumesAttached - yym2877 := z.DecBinary() - _ = yym2877 + yyv2885 := &x.VolumesAttached + yym2886 := z.DecBinary() + _ = yym2886 if false { } else { - h.decSliceAttachedVolume((*[]AttachedVolume)(yyv2876), d) + h.decSliceAttachedVolume((*[]AttachedVolume)(yyv2885), d) } } default: - z.DecStructFieldNotFound(-1, yys2862) - } // end switch yys2862 - } // end for yyj2862 + z.DecStructFieldNotFound(-1, yys2871) + } // end switch yys2871 + } // end for yyj2871 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36977,16 +37055,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2878 int - var yyb2878 bool - var yyhl2878 bool = l >= 0 - yyj2878++ - if yyhl2878 { - yyb2878 = yyj2878 > l + var yyj2887 int + var yyb2887 bool + var yyhl2887 bool = l >= 0 + yyj2887++ + if yyhl2887 { + yyb2887 = yyj2887 > l } else { - yyb2878 = r.CheckBreak() + yyb2887 = r.CheckBreak() } - if yyb2878 { + if yyb2887 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36994,16 +37072,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv2879 := &x.Capacity - yyv2879.CodecDecodeSelf(d) + yyv2888 := &x.Capacity + yyv2888.CodecDecodeSelf(d) } - yyj2878++ - if yyhl2878 { - yyb2878 = yyj2878 > l + yyj2887++ + if yyhl2887 { + yyb2887 = yyj2887 > l } else { - yyb2878 = r.CheckBreak() + yyb2887 = r.CheckBreak() } - if yyb2878 { + if yyb2887 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37011,16 +37089,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Allocatable = nil } else { - yyv2880 := &x.Allocatable - yyv2880.CodecDecodeSelf(d) + yyv2889 := &x.Allocatable + yyv2889.CodecDecodeSelf(d) } - yyj2878++ - if yyhl2878 { - yyb2878 = yyj2878 > l + yyj2887++ + if yyhl2887 { + yyb2887 = yyj2887 > l } else { - yyb2878 = r.CheckBreak() + yyb2887 = r.CheckBreak() } - if yyb2878 { + if yyb2887 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37030,13 +37108,13 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Phase = NodePhase(r.DecodeString()) } - yyj2878++ - if yyhl2878 { - yyb2878 = yyj2878 > l + yyj2887++ + if yyhl2887 { + yyb2887 = yyj2887 > l } else { - yyb2878 = r.CheckBreak() + yyb2887 = r.CheckBreak() } - if yyb2878 { + if yyb2887 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37044,21 +37122,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv2882 := &x.Conditions - yym2883 := z.DecBinary() - _ = yym2883 + yyv2891 := &x.Conditions + yym2892 := z.DecBinary() + _ = yym2892 if false { } else { - h.decSliceNodeCondition((*[]NodeCondition)(yyv2882), d) + h.decSliceNodeCondition((*[]NodeCondition)(yyv2891), d) } } - yyj2878++ - if yyhl2878 { - yyb2878 = yyj2878 > l + yyj2887++ + if yyhl2887 { + yyb2887 = yyj2887 > l } else { - yyb2878 = r.CheckBreak() + yyb2887 = r.CheckBreak() } - if yyb2878 { + if yyb2887 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37066,21 +37144,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2884 := &x.Addresses - yym2885 := z.DecBinary() - _ = yym2885 + yyv2893 := &x.Addresses + yym2894 := z.DecBinary() + _ = yym2894 if false { } else { - h.decSliceNodeAddress((*[]NodeAddress)(yyv2884), d) + h.decSliceNodeAddress((*[]NodeAddress)(yyv2893), d) } } - yyj2878++ - if yyhl2878 { - yyb2878 = yyj2878 > l + yyj2887++ + if yyhl2887 { + yyb2887 = yyj2887 > l } else { - yyb2878 = r.CheckBreak() + yyb2887 = r.CheckBreak() } - if yyb2878 { + if yyb2887 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37088,16 +37166,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DaemonEndpoints = NodeDaemonEndpoints{} } else { - yyv2886 := &x.DaemonEndpoints - yyv2886.CodecDecodeSelf(d) + yyv2895 := &x.DaemonEndpoints + yyv2895.CodecDecodeSelf(d) } - yyj2878++ - if yyhl2878 { - yyb2878 = yyj2878 > l + yyj2887++ + if yyhl2887 { + yyb2887 = yyj2887 > l } else { - yyb2878 = r.CheckBreak() + yyb2887 = r.CheckBreak() } - if yyb2878 { + if yyb2887 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37105,16 +37183,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeInfo = NodeSystemInfo{} } else { - yyv2887 := &x.NodeInfo - yyv2887.CodecDecodeSelf(d) + yyv2896 := &x.NodeInfo + yyv2896.CodecDecodeSelf(d) } - yyj2878++ - if yyhl2878 { - yyb2878 = yyj2878 > l + yyj2887++ + if yyhl2887 { + yyb2887 = yyj2887 > l } else { - yyb2878 = r.CheckBreak() + yyb2887 = r.CheckBreak() } - if yyb2878 { + if yyb2887 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37122,21 +37200,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Images = nil } else { - yyv2888 := &x.Images - yym2889 := z.DecBinary() - _ = yym2889 + yyv2897 := &x.Images + yym2898 := z.DecBinary() + _ = yym2898 if false { } else { - h.decSliceContainerImage((*[]ContainerImage)(yyv2888), d) + h.decSliceContainerImage((*[]ContainerImage)(yyv2897), d) } } - yyj2878++ - if yyhl2878 { - yyb2878 = yyj2878 > l + yyj2887++ + if yyhl2887 { + yyb2887 = yyj2887 > l } else { - yyb2878 = r.CheckBreak() + yyb2887 = r.CheckBreak() } - if yyb2878 { + if yyb2887 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37144,21 +37222,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.VolumesInUse = nil } else { - yyv2890 := &x.VolumesInUse - yym2891 := z.DecBinary() - _ = yym2891 + yyv2899 := &x.VolumesInUse + yym2900 := z.DecBinary() + _ = yym2900 if false { } else { - h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv2890), d) + h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv2899), d) } } - yyj2878++ - if yyhl2878 { - yyb2878 = yyj2878 > l + yyj2887++ + if yyhl2887 { + yyb2887 = yyj2887 > l } else { - yyb2878 = r.CheckBreak() + yyb2887 = r.CheckBreak() } - if yyb2878 { + if yyb2887 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37166,26 +37244,26 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.VolumesAttached = nil } else { - yyv2892 := &x.VolumesAttached - yym2893 := z.DecBinary() - _ = yym2893 + yyv2901 := &x.VolumesAttached + yym2902 := z.DecBinary() + _ = yym2902 if false { } else { - h.decSliceAttachedVolume((*[]AttachedVolume)(yyv2892), d) + h.decSliceAttachedVolume((*[]AttachedVolume)(yyv2901), d) } } for { - yyj2878++ - if yyhl2878 { - yyb2878 = yyj2878 > l + yyj2887++ + if yyhl2887 { + yyb2887 = yyj2887 > l } else { - yyb2878 = r.CheckBreak() + yyb2887 = r.CheckBreak() } - if yyb2878 { + if yyb2887 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2878-1, "") + z.DecStructFieldNotFound(yyj2887-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37194,8 +37272,8 @@ func (x UniqueVolumeName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2894 := z.EncBinary() - _ = yym2894 + yym2903 := z.EncBinary() + _ = yym2903 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -37207,8 +37285,8 @@ func (x *UniqueVolumeName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2895 := z.DecBinary() - _ = yym2895 + yym2904 := z.DecBinary() + _ = yym2904 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -37223,30 +37301,30 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2896 := z.EncBinary() - _ = yym2896 + yym2905 := z.EncBinary() + _ = yym2905 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2897 := !z.EncBinary() - yy2arr2897 := z.EncBasicHandle().StructToArray - var yyq2897 [2]bool - _, _, _ = yysep2897, yyq2897, yy2arr2897 - const yyr2897 bool = false - var yynn2897 int - if yyr2897 || yy2arr2897 { + yysep2906 := !z.EncBinary() + yy2arr2906 := z.EncBasicHandle().StructToArray + var yyq2906 [2]bool + _, _, _ = yysep2906, yyq2906, yy2arr2906 + const yyr2906 bool = false + var yynn2906 int + if yyr2906 || yy2arr2906 { r.EncodeArrayStart(2) } else { - yynn2897 = 2 - for _, b := range yyq2897 { + yynn2906 = 2 + for _, b := range yyq2906 { if b { - yynn2897++ + yynn2906++ } } - r.EncodeMapStart(yynn2897) - yynn2897 = 0 + r.EncodeMapStart(yynn2906) + yynn2906 = 0 } - if yyr2897 || yy2arr2897 { + if yyr2906 || yy2arr2906 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Name.CodecEncodeSelf(e) } else { @@ -37255,10 +37333,10 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Name.CodecEncodeSelf(e) } - if yyr2897 || yy2arr2897 { + if yyr2906 || yy2arr2906 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2900 := z.EncBinary() - _ = yym2900 + yym2909 := z.EncBinary() + _ = yym2909 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DevicePath)) @@ -37267,14 +37345,14 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("devicePath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2901 := z.EncBinary() - _ = yym2901 + yym2910 := z.EncBinary() + _ = yym2910 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DevicePath)) } } - if yyr2897 || yy2arr2897 { + if yyr2906 || yy2arr2906 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37287,25 +37365,25 @@ func (x *AttachedVolume) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2902 := z.DecBinary() - _ = yym2902 + yym2911 := z.DecBinary() + _ = yym2911 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2903 := r.ContainerType() - if yyct2903 == codecSelferValueTypeMap1234 { - yyl2903 := r.ReadMapStart() - if yyl2903 == 0 { + yyct2912 := r.ContainerType() + if yyct2912 == codecSelferValueTypeMap1234 { + yyl2912 := r.ReadMapStart() + if yyl2912 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2903, d) + x.codecDecodeSelfFromMap(yyl2912, d) } - } else if yyct2903 == codecSelferValueTypeArray1234 { - yyl2903 := r.ReadArrayStart() - if yyl2903 == 0 { + } else if yyct2912 == codecSelferValueTypeArray1234 { + yyl2912 := r.ReadArrayStart() + if yyl2912 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2903, d) + x.codecDecodeSelfFromArray(yyl2912, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37317,12 +37395,12 @@ func (x *AttachedVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2904Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2904Slc - var yyhl2904 bool = l >= 0 - for yyj2904 := 0; ; yyj2904++ { - if yyhl2904 { - if yyj2904 >= l { + var yys2913Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2913Slc + var yyhl2913 bool = l >= 0 + for yyj2913 := 0; ; yyj2913++ { + if yyhl2913 { + if yyj2913 >= l { break } } else { @@ -37331,10 +37409,10 @@ func (x *AttachedVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2904Slc = r.DecodeBytes(yys2904Slc, true, true) - yys2904 := string(yys2904Slc) + yys2913Slc = r.DecodeBytes(yys2913Slc, true, true) + yys2913 := string(yys2913Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2904 { + switch yys2913 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -37348,9 +37426,9 @@ func (x *AttachedVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.DevicePath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2904) - } // end switch yys2904 - } // end for yyj2904 + z.DecStructFieldNotFound(-1, yys2913) + } // end switch yys2913 + } // end for yyj2913 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37358,16 +37436,16 @@ func (x *AttachedVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2907 int - var yyb2907 bool - var yyhl2907 bool = l >= 0 - yyj2907++ - if yyhl2907 { - yyb2907 = yyj2907 > l + var yyj2916 int + var yyb2916 bool + var yyhl2916 bool = l >= 0 + yyj2916++ + if yyhl2916 { + yyb2916 = yyj2916 > l } else { - yyb2907 = r.CheckBreak() + yyb2916 = r.CheckBreak() } - if yyb2907 { + if yyb2916 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37377,13 +37455,13 @@ func (x *AttachedVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = UniqueVolumeName(r.DecodeString()) } - yyj2907++ - if yyhl2907 { - yyb2907 = yyj2907 > l + yyj2916++ + if yyhl2916 { + yyb2916 = yyj2916 > l } else { - yyb2907 = r.CheckBreak() + yyb2916 = r.CheckBreak() } - if yyb2907 { + if yyb2916 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37394,17 +37472,17 @@ func (x *AttachedVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.DevicePath = string(r.DecodeString()) } for { - yyj2907++ - if yyhl2907 { - yyb2907 = yyj2907 > l + yyj2916++ + if yyhl2916 { + yyb2916 = yyj2916 > l } else { - yyb2907 = r.CheckBreak() + yyb2916 = r.CheckBreak() } - if yyb2907 { + if yyb2916 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2907-1, "") + z.DecStructFieldNotFound(yyj2916-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37416,38 +37494,38 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2910 := z.EncBinary() - _ = yym2910 + yym2919 := z.EncBinary() + _ = yym2919 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2911 := !z.EncBinary() - yy2arr2911 := z.EncBasicHandle().StructToArray - var yyq2911 [1]bool - _, _, _ = yysep2911, yyq2911, yy2arr2911 - const yyr2911 bool = false - yyq2911[0] = len(x.PreferAvoidPods) != 0 - var yynn2911 int - if yyr2911 || yy2arr2911 { + yysep2920 := !z.EncBinary() + yy2arr2920 := z.EncBasicHandle().StructToArray + var yyq2920 [1]bool + _, _, _ = yysep2920, yyq2920, yy2arr2920 + const yyr2920 bool = false + yyq2920[0] = len(x.PreferAvoidPods) != 0 + var yynn2920 int + if yyr2920 || yy2arr2920 { r.EncodeArrayStart(1) } else { - yynn2911 = 0 - for _, b := range yyq2911 { + yynn2920 = 0 + for _, b := range yyq2920 { if b { - yynn2911++ + yynn2920++ } } - r.EncodeMapStart(yynn2911) - yynn2911 = 0 + r.EncodeMapStart(yynn2920) + yynn2920 = 0 } - if yyr2911 || yy2arr2911 { + if yyr2920 || yy2arr2920 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2911[0] { + if yyq2920[0] { if x.PreferAvoidPods == nil { r.EncodeNil() } else { - yym2913 := z.EncBinary() - _ = yym2913 + yym2922 := z.EncBinary() + _ = yym2922 if false { } else { h.encSlicePreferAvoidPodsEntry(([]PreferAvoidPodsEntry)(x.PreferAvoidPods), e) @@ -37457,15 +37535,15 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2911[0] { + if yyq2920[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preferAvoidPods")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.PreferAvoidPods == nil { r.EncodeNil() } else { - yym2914 := z.EncBinary() - _ = yym2914 + yym2923 := z.EncBinary() + _ = yym2923 if false { } else { h.encSlicePreferAvoidPodsEntry(([]PreferAvoidPodsEntry)(x.PreferAvoidPods), e) @@ -37473,7 +37551,7 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2911 || yy2arr2911 { + if yyr2920 || yy2arr2920 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37486,25 +37564,25 @@ func (x *AvoidPods) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2915 := z.DecBinary() - _ = yym2915 + yym2924 := z.DecBinary() + _ = yym2924 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2916 := r.ContainerType() - if yyct2916 == codecSelferValueTypeMap1234 { - yyl2916 := r.ReadMapStart() - if yyl2916 == 0 { + yyct2925 := r.ContainerType() + if yyct2925 == codecSelferValueTypeMap1234 { + yyl2925 := r.ReadMapStart() + if yyl2925 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2916, d) + x.codecDecodeSelfFromMap(yyl2925, d) } - } else if yyct2916 == codecSelferValueTypeArray1234 { - yyl2916 := r.ReadArrayStart() - if yyl2916 == 0 { + } else if yyct2925 == codecSelferValueTypeArray1234 { + yyl2925 := r.ReadArrayStart() + if yyl2925 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2916, d) + x.codecDecodeSelfFromArray(yyl2925, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37516,12 +37594,12 @@ func (x *AvoidPods) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2917Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2917Slc - var yyhl2917 bool = l >= 0 - for yyj2917 := 0; ; yyj2917++ { - if yyhl2917 { - if yyj2917 >= 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 { @@ -37530,26 +37608,26 @@ func (x *AvoidPods) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2917Slc = r.DecodeBytes(yys2917Slc, true, true) - yys2917 := string(yys2917Slc) + yys2926Slc = r.DecodeBytes(yys2926Slc, true, true) + yys2926 := string(yys2926Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2917 { + switch yys2926 { case "preferAvoidPods": if r.TryDecodeAsNil() { x.PreferAvoidPods = nil } else { - yyv2918 := &x.PreferAvoidPods - yym2919 := z.DecBinary() - _ = yym2919 + yyv2927 := &x.PreferAvoidPods + yym2928 := z.DecBinary() + _ = yym2928 if false { } else { - h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv2918), d) + h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv2927), d) } } default: - z.DecStructFieldNotFound(-1, yys2917) - } // end switch yys2917 - } // end for yyj2917 + z.DecStructFieldNotFound(-1, yys2926) + } // end switch yys2926 + } // end for yyj2926 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37557,16 +37635,16 @@ func (x *AvoidPods) 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 yyj2929 int + var yyb2929 bool + var yyhl2929 bool = l >= 0 + yyj2929++ + if yyhl2929 { + yyb2929 = yyj2929 > l } else { - yyb2920 = r.CheckBreak() + yyb2929 = r.CheckBreak() } - if yyb2920 { + if yyb2929 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37574,26 +37652,26 @@ func (x *AvoidPods) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.PreferAvoidPods = nil } else { - yyv2921 := &x.PreferAvoidPods - yym2922 := z.DecBinary() - _ = yym2922 + yyv2930 := &x.PreferAvoidPods + yym2931 := z.DecBinary() + _ = yym2931 if false { } else { - h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv2921), d) + h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv2930), d) } } for { - yyj2920++ - if yyhl2920 { - yyb2920 = yyj2920 > l + yyj2929++ + if yyhl2929 { + yyb2929 = yyj2929 > l } else { - yyb2920 = r.CheckBreak() + yyb2929 = r.CheckBreak() } - if yyb2920 { + if yyb2929 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2920-1, "") + z.DecStructFieldNotFound(yyj2929-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37605,85 +37683,85 @@ func (x *PreferAvoidPodsEntry) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2923 := z.EncBinary() - _ = yym2923 + yym2932 := z.EncBinary() + _ = yym2932 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2924 := !z.EncBinary() - yy2arr2924 := z.EncBasicHandle().StructToArray - var yyq2924 [4]bool - _, _, _ = yysep2924, yyq2924, yy2arr2924 - const yyr2924 bool = false - yyq2924[1] = true - yyq2924[2] = x.Reason != "" - yyq2924[3] = x.Message != "" - var yynn2924 int - if yyr2924 || yy2arr2924 { + yysep2933 := !z.EncBinary() + yy2arr2933 := z.EncBasicHandle().StructToArray + var yyq2933 [4]bool + _, _, _ = yysep2933, yyq2933, yy2arr2933 + const yyr2933 bool = false + yyq2933[1] = true + yyq2933[2] = x.Reason != "" + yyq2933[3] = x.Message != "" + var yynn2933 int + if yyr2933 || yy2arr2933 { r.EncodeArrayStart(4) } else { - yynn2924 = 1 - for _, b := range yyq2924 { + yynn2933 = 1 + for _, b := range yyq2933 { if b { - yynn2924++ + yynn2933++ } } - r.EncodeMapStart(yynn2924) - yynn2924 = 0 + r.EncodeMapStart(yynn2933) + yynn2933 = 0 } - if yyr2924 || yy2arr2924 { + if yyr2933 || yy2arr2933 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy2926 := &x.PodSignature - yy2926.CodecEncodeSelf(e) + yy2935 := &x.PodSignature + yy2935.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podSignature")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2927 := &x.PodSignature - yy2927.CodecEncodeSelf(e) + yy2936 := &x.PodSignature + yy2936.CodecEncodeSelf(e) } - if yyr2924 || yy2arr2924 { + if yyr2933 || yy2arr2933 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2924[1] { - yy2929 := &x.EvictionTime - yym2930 := z.EncBinary() - _ = yym2930 + if yyq2933[1] { + yy2938 := &x.EvictionTime + yym2939 := z.EncBinary() + _ = yym2939 if false { - } else if z.HasExtensions() && z.EncExt(yy2929) { - } else if yym2930 { - z.EncBinaryMarshal(yy2929) - } else if !yym2930 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2929) + } else if z.HasExtensions() && z.EncExt(yy2938) { + } else if yym2939 { + z.EncBinaryMarshal(yy2938) + } else if !yym2939 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2938) } else { - z.EncFallback(yy2929) + z.EncFallback(yy2938) } } else { r.EncodeNil() } } else { - if yyq2924[1] { + if yyq2933[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("evictionTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2931 := &x.EvictionTime - yym2932 := z.EncBinary() - _ = yym2932 + yy2940 := &x.EvictionTime + yym2941 := z.EncBinary() + _ = yym2941 if false { - } else if z.HasExtensions() && z.EncExt(yy2931) { - } else if yym2932 { - z.EncBinaryMarshal(yy2931) - } else if !yym2932 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2931) + } else if z.HasExtensions() && z.EncExt(yy2940) { + } else if yym2941 { + z.EncBinaryMarshal(yy2940) + } else if !yym2941 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2940) } else { - z.EncFallback(yy2931) + z.EncFallback(yy2940) } } } - if yyr2924 || yy2arr2924 { + if yyr2933 || yy2arr2933 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2924[2] { - yym2934 := z.EncBinary() - _ = yym2934 + if yyq2933[2] { + yym2943 := z.EncBinary() + _ = yym2943 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -37692,23 +37770,23 @@ func (x *PreferAvoidPodsEntry) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2924[2] { + if yyq2933[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2935 := z.EncBinary() - _ = yym2935 + yym2944 := z.EncBinary() + _ = yym2944 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr2924 || yy2arr2924 { + if yyr2933 || yy2arr2933 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2924[3] { - yym2937 := z.EncBinary() - _ = yym2937 + if yyq2933[3] { + yym2946 := z.EncBinary() + _ = yym2946 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -37717,19 +37795,19 @@ func (x *PreferAvoidPodsEntry) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2924[3] { + if yyq2933[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2938 := z.EncBinary() - _ = yym2938 + yym2947 := z.EncBinary() + _ = yym2947 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr2924 || yy2arr2924 { + if yyr2933 || yy2arr2933 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37742,25 +37820,25 @@ func (x *PreferAvoidPodsEntry) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2939 := z.DecBinary() - _ = yym2939 + yym2948 := z.DecBinary() + _ = yym2948 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2940 := r.ContainerType() - if yyct2940 == codecSelferValueTypeMap1234 { - yyl2940 := r.ReadMapStart() - if yyl2940 == 0 { + yyct2949 := r.ContainerType() + if yyct2949 == codecSelferValueTypeMap1234 { + yyl2949 := r.ReadMapStart() + if yyl2949 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2940, d) + x.codecDecodeSelfFromMap(yyl2949, d) } - } else if yyct2940 == codecSelferValueTypeArray1234 { - yyl2940 := r.ReadArrayStart() - if yyl2940 == 0 { + } else if yyct2949 == codecSelferValueTypeArray1234 { + yyl2949 := r.ReadArrayStart() + if yyl2949 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2940, d) + x.codecDecodeSelfFromArray(yyl2949, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37772,12 +37850,12 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2941Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2941Slc - var yyhl2941 bool = l >= 0 - for yyj2941 := 0; ; yyj2941++ { - if yyhl2941 { - if yyj2941 >= l { + var yys2950Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2950Slc + var yyhl2950 bool = l >= 0 + for yyj2950 := 0; ; yyj2950++ { + if yyhl2950 { + if yyj2950 >= l { break } } else { @@ -37786,32 +37864,32 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2941Slc = r.DecodeBytes(yys2941Slc, true, true) - yys2941 := string(yys2941Slc) + yys2950Slc = r.DecodeBytes(yys2950Slc, true, true) + yys2950 := string(yys2950Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2941 { + switch yys2950 { case "podSignature": if r.TryDecodeAsNil() { x.PodSignature = PodSignature{} } else { - yyv2942 := &x.PodSignature - yyv2942.CodecDecodeSelf(d) + yyv2951 := &x.PodSignature + yyv2951.CodecDecodeSelf(d) } case "evictionTime": if r.TryDecodeAsNil() { x.EvictionTime = pkg2_unversioned.Time{} } else { - yyv2943 := &x.EvictionTime - yym2944 := z.DecBinary() - _ = yym2944 + yyv2952 := &x.EvictionTime + yym2953 := z.DecBinary() + _ = yym2953 if false { - } else if z.HasExtensions() && z.DecExt(yyv2943) { - } else if yym2944 { - z.DecBinaryUnmarshal(yyv2943) - } else if !yym2944 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2943) + } else if z.HasExtensions() && z.DecExt(yyv2952) { + } else if yym2953 { + z.DecBinaryUnmarshal(yyv2952) + } else if !yym2953 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2952) } else { - z.DecFallback(yyv2943, false) + z.DecFallback(yyv2952, false) } } case "reason": @@ -37827,9 +37905,9 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2941) - } // end switch yys2941 - } // end for yyj2941 + z.DecStructFieldNotFound(-1, yys2950) + } // end switch yys2950 + } // end for yyj2950 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37837,16 +37915,16 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2947 int - var yyb2947 bool - var yyhl2947 bool = l >= 0 - yyj2947++ - if yyhl2947 { - yyb2947 = yyj2947 > l + var yyj2956 int + var yyb2956 bool + var yyhl2956 bool = l >= 0 + yyj2956++ + if yyhl2956 { + yyb2956 = yyj2956 > l } else { - yyb2947 = r.CheckBreak() + yyb2956 = r.CheckBreak() } - if yyb2947 { + if yyb2956 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37854,16 +37932,16 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.PodSignature = PodSignature{} } else { - yyv2948 := &x.PodSignature - yyv2948.CodecDecodeSelf(d) + yyv2957 := &x.PodSignature + yyv2957.CodecDecodeSelf(d) } - yyj2947++ - if yyhl2947 { - yyb2947 = yyj2947 > l + yyj2956++ + if yyhl2956 { + yyb2956 = yyj2956 > l } else { - yyb2947 = r.CheckBreak() + yyb2956 = r.CheckBreak() } - if yyb2947 { + if yyb2956 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37871,26 +37949,26 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.EvictionTime = pkg2_unversioned.Time{} } else { - yyv2949 := &x.EvictionTime - yym2950 := z.DecBinary() - _ = yym2950 + yyv2958 := &x.EvictionTime + yym2959 := z.DecBinary() + _ = yym2959 if false { - } else if z.HasExtensions() && z.DecExt(yyv2949) { - } else if yym2950 { - z.DecBinaryUnmarshal(yyv2949) - } else if !yym2950 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2949) + } else if z.HasExtensions() && z.DecExt(yyv2958) { + } else if yym2959 { + z.DecBinaryUnmarshal(yyv2958) + } else if !yym2959 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2958) } else { - z.DecFallback(yyv2949, false) + z.DecFallback(yyv2958, false) } } - yyj2947++ - if yyhl2947 { - yyb2947 = yyj2947 > l + yyj2956++ + if yyhl2956 { + yyb2956 = yyj2956 > l } else { - yyb2947 = r.CheckBreak() + yyb2956 = r.CheckBreak() } - if yyb2947 { + if yyb2956 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37900,13 +37978,13 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.Reason = string(r.DecodeString()) } - yyj2947++ - if yyhl2947 { - yyb2947 = yyj2947 > l + yyj2956++ + if yyhl2956 { + yyb2956 = yyj2956 > l } else { - yyb2947 = r.CheckBreak() + yyb2956 = r.CheckBreak() } - if yyb2947 { + if yyb2956 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37917,17 +37995,17 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Message = string(r.DecodeString()) } for { - yyj2947++ - if yyhl2947 { - yyb2947 = yyj2947 > l + yyj2956++ + if yyhl2956 { + yyb2956 = yyj2956 > l } else { - yyb2947 = r.CheckBreak() + yyb2956 = r.CheckBreak() } - if yyb2947 { + if yyb2956 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2947-1, "") + z.DecStructFieldNotFound(yyj2956-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37939,33 +38017,33 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2953 := z.EncBinary() - _ = yym2953 + yym2962 := z.EncBinary() + _ = yym2962 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 - yyq2954[0] = x.PodController != nil - var yynn2954 int - if yyr2954 || yy2arr2954 { + yysep2963 := !z.EncBinary() + yy2arr2963 := z.EncBasicHandle().StructToArray + var yyq2963 [1]bool + _, _, _ = yysep2963, yyq2963, yy2arr2963 + const yyr2963 bool = false + yyq2963[0] = x.PodController != nil + var yynn2963 int + if yyr2963 || yy2arr2963 { r.EncodeArrayStart(1) } else { - yynn2954 = 0 - for _, b := range yyq2954 { + yynn2963 = 0 + for _, b := range yyq2963 { if b { - yynn2954++ + yynn2963++ } } - r.EncodeMapStart(yynn2954) - yynn2954 = 0 + r.EncodeMapStart(yynn2963) + yynn2963 = 0 } - if yyr2954 || yy2arr2954 { + if yyr2963 || yy2arr2963 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2954[0] { + if yyq2963[0] { if x.PodController == nil { r.EncodeNil() } else { @@ -37975,7 +38053,7 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2954[0] { + if yyq2963[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podController")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -37986,7 +38064,7 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2954 || yy2arr2954 { + if yyr2963 || yy2arr2963 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37999,25 +38077,25 @@ func (x *PodSignature) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2956 := z.DecBinary() - _ = yym2956 + yym2965 := z.DecBinary() + _ = yym2965 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2957 := r.ContainerType() - if yyct2957 == codecSelferValueTypeMap1234 { - yyl2957 := r.ReadMapStart() - if yyl2957 == 0 { + yyct2966 := r.ContainerType() + if yyct2966 == codecSelferValueTypeMap1234 { + yyl2966 := r.ReadMapStart() + if yyl2966 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2957, d) + x.codecDecodeSelfFromMap(yyl2966, d) } - } else if yyct2957 == codecSelferValueTypeArray1234 { - yyl2957 := r.ReadArrayStart() - if yyl2957 == 0 { + } else if yyct2966 == codecSelferValueTypeArray1234 { + yyl2966 := r.ReadArrayStart() + if yyl2966 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2957, d) + x.codecDecodeSelfFromArray(yyl2966, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38029,12 +38107,12 @@ func (x *PodSignature) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2958Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2958Slc - var yyhl2958 bool = l >= 0 - for yyj2958 := 0; ; yyj2958++ { - if yyhl2958 { - if yyj2958 >= l { + var yys2967Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2967Slc + var yyhl2967 bool = l >= 0 + for yyj2967 := 0; ; yyj2967++ { + if yyhl2967 { + if yyj2967 >= l { break } } else { @@ -38043,10 +38121,10 @@ func (x *PodSignature) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2958Slc = r.DecodeBytes(yys2958Slc, true, true) - yys2958 := string(yys2958Slc) + yys2967Slc = r.DecodeBytes(yys2967Slc, true, true) + yys2967 := string(yys2967Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2958 { + switch yys2967 { case "podController": if r.TryDecodeAsNil() { if x.PodController != nil { @@ -38059,9 +38137,9 @@ func (x *PodSignature) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.PodController.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2958) - } // end switch yys2958 - } // end for yyj2958 + z.DecStructFieldNotFound(-1, yys2967) + } // end switch yys2967 + } // end for yyj2967 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38069,16 +38147,16 @@ func (x *PodSignature) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2960 int - var yyb2960 bool - var yyhl2960 bool = l >= 0 - yyj2960++ - if yyhl2960 { - yyb2960 = yyj2960 > l + var yyj2969 int + var yyb2969 bool + var yyhl2969 bool = l >= 0 + yyj2969++ + if yyhl2969 { + yyb2969 = yyj2969 > l } else { - yyb2960 = r.CheckBreak() + yyb2969 = r.CheckBreak() } - if yyb2960 { + if yyb2969 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38094,17 +38172,17 @@ func (x *PodSignature) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.PodController.CodecDecodeSelf(d) } for { - yyj2960++ - if yyhl2960 { - yyb2960 = yyj2960 > l + yyj2969++ + if yyhl2969 { + yyb2969 = yyj2969 > l } else { - yyb2960 = r.CheckBreak() + yyb2969 = r.CheckBreak() } - if yyb2960 { + if yyb2969 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2960-1, "") + z.DecStructFieldNotFound(yyj2969-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38116,37 +38194,37 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2962 := z.EncBinary() - _ = yym2962 + yym2971 := z.EncBinary() + _ = yym2971 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2963 := !z.EncBinary() - yy2arr2963 := z.EncBasicHandle().StructToArray - var yyq2963 [2]bool - _, _, _ = yysep2963, yyq2963, yy2arr2963 - const yyr2963 bool = false - yyq2963[1] = x.SizeBytes != 0 - var yynn2963 int - if yyr2963 || yy2arr2963 { + yysep2972 := !z.EncBinary() + yy2arr2972 := z.EncBasicHandle().StructToArray + var yyq2972 [2]bool + _, _, _ = yysep2972, yyq2972, yy2arr2972 + const yyr2972 bool = false + yyq2972[1] = x.SizeBytes != 0 + var yynn2972 int + if yyr2972 || yy2arr2972 { r.EncodeArrayStart(2) } else { - yynn2963 = 1 - for _, b := range yyq2963 { + yynn2972 = 1 + for _, b := range yyq2972 { if b { - yynn2963++ + yynn2972++ } } - r.EncodeMapStart(yynn2963) - yynn2963 = 0 + r.EncodeMapStart(yynn2972) + yynn2972 = 0 } - if yyr2963 || yy2arr2963 { + if yyr2972 || yy2arr2972 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Names == nil { r.EncodeNil() } else { - yym2965 := z.EncBinary() - _ = yym2965 + yym2974 := z.EncBinary() + _ = yym2974 if false { } else { z.F.EncSliceStringV(x.Names, false, e) @@ -38159,19 +38237,19 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { if x.Names == nil { r.EncodeNil() } else { - yym2966 := z.EncBinary() - _ = yym2966 + yym2975 := z.EncBinary() + _ = yym2975 if false { } else { z.F.EncSliceStringV(x.Names, false, e) } } } - if yyr2963 || yy2arr2963 { + if yyr2972 || yy2arr2972 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2963[1] { - yym2968 := z.EncBinary() - _ = yym2968 + if yyq2972[1] { + yym2977 := z.EncBinary() + _ = yym2977 if false { } else { r.EncodeInt(int64(x.SizeBytes)) @@ -38180,19 +38258,19 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq2963[1] { + if yyq2972[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sizeBytes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2969 := z.EncBinary() - _ = yym2969 + yym2978 := z.EncBinary() + _ = yym2978 if false { } else { r.EncodeInt(int64(x.SizeBytes)) } } } - if yyr2963 || yy2arr2963 { + if yyr2972 || yy2arr2972 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38205,25 +38283,25 @@ func (x *ContainerImage) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2970 := z.DecBinary() - _ = yym2970 + yym2979 := z.DecBinary() + _ = yym2979 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2971 := r.ContainerType() - if yyct2971 == codecSelferValueTypeMap1234 { - yyl2971 := r.ReadMapStart() - if yyl2971 == 0 { + yyct2980 := r.ContainerType() + if yyct2980 == codecSelferValueTypeMap1234 { + yyl2980 := r.ReadMapStart() + if yyl2980 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2971, d) + x.codecDecodeSelfFromMap(yyl2980, d) } - } else if yyct2971 == codecSelferValueTypeArray1234 { - yyl2971 := r.ReadArrayStart() - if yyl2971 == 0 { + } else if yyct2980 == codecSelferValueTypeArray1234 { + yyl2980 := r.ReadArrayStart() + if yyl2980 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2971, d) + x.codecDecodeSelfFromArray(yyl2980, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38235,12 +38313,12 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2972Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2972Slc - var yyhl2972 bool = l >= 0 - for yyj2972 := 0; ; yyj2972++ { - if yyhl2972 { - if yyj2972 >= l { + var yys2981Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2981Slc + var yyhl2981 bool = l >= 0 + for yyj2981 := 0; ; yyj2981++ { + if yyhl2981 { + if yyj2981 >= l { break } } else { @@ -38249,20 +38327,20 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2972Slc = r.DecodeBytes(yys2972Slc, true, true) - yys2972 := string(yys2972Slc) + yys2981Slc = r.DecodeBytes(yys2981Slc, true, true) + yys2981 := string(yys2981Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2972 { + switch yys2981 { case "names": if r.TryDecodeAsNil() { x.Names = nil } else { - yyv2973 := &x.Names - yym2974 := z.DecBinary() - _ = yym2974 + yyv2982 := &x.Names + yym2983 := z.DecBinary() + _ = yym2983 if false { } else { - z.F.DecSliceStringX(yyv2973, false, d) + z.F.DecSliceStringX(yyv2982, false, d) } } case "sizeBytes": @@ -38272,9 +38350,9 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.SizeBytes = int64(r.DecodeInt(64)) } default: - z.DecStructFieldNotFound(-1, yys2972) - } // end switch yys2972 - } // end for yyj2972 + z.DecStructFieldNotFound(-1, yys2981) + } // end switch yys2981 + } // end for yyj2981 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38282,16 +38360,16 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2976 int - var yyb2976 bool - var yyhl2976 bool = l >= 0 - yyj2976++ - if yyhl2976 { - yyb2976 = yyj2976 > l + var yyj2985 int + var yyb2985 bool + var yyhl2985 bool = l >= 0 + yyj2985++ + if yyhl2985 { + yyb2985 = yyj2985 > l } else { - yyb2976 = r.CheckBreak() + yyb2985 = r.CheckBreak() } - if yyb2976 { + if yyb2985 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38299,21 +38377,21 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Names = nil } else { - yyv2977 := &x.Names - yym2978 := z.DecBinary() - _ = yym2978 + yyv2986 := &x.Names + yym2987 := z.DecBinary() + _ = yym2987 if false { } else { - z.F.DecSliceStringX(yyv2977, false, d) + z.F.DecSliceStringX(yyv2986, false, d) } } - yyj2976++ - if yyhl2976 { - yyb2976 = yyj2976 > l + yyj2985++ + if yyhl2985 { + yyb2985 = yyj2985 > l } else { - yyb2976 = r.CheckBreak() + yyb2985 = r.CheckBreak() } - if yyb2976 { + if yyb2985 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38324,17 +38402,17 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.SizeBytes = int64(r.DecodeInt(64)) } for { - yyj2976++ - if yyhl2976 { - yyb2976 = yyj2976 > l + yyj2985++ + if yyhl2985 { + yyb2985 = yyj2985 > l } else { - yyb2976 = r.CheckBreak() + yyb2985 = r.CheckBreak() } - if yyb2976 { + if yyb2985 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2976-1, "") + z.DecStructFieldNotFound(yyj2985-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38343,8 +38421,8 @@ func (x NodePhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2980 := z.EncBinary() - _ = yym2980 + yym2989 := z.EncBinary() + _ = yym2989 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -38356,8 +38434,8 @@ func (x *NodePhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2981 := z.DecBinary() - _ = yym2981 + yym2990 := z.DecBinary() + _ = yym2990 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -38369,8 +38447,8 @@ func (x NodeConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2982 := z.EncBinary() - _ = yym2982 + yym2991 := z.EncBinary() + _ = yym2991 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -38382,8 +38460,8 @@ func (x *NodeConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2983 := z.DecBinary() - _ = yym2983 + yym2992 := z.DecBinary() + _ = yym2992 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -38398,34 +38476,34 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2984 := z.EncBinary() - _ = yym2984 + yym2993 := z.EncBinary() + _ = yym2993 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2985 := !z.EncBinary() - yy2arr2985 := z.EncBasicHandle().StructToArray - var yyq2985 [6]bool - _, _, _ = yysep2985, yyq2985, yy2arr2985 - const yyr2985 bool = false - yyq2985[2] = true - yyq2985[3] = true - yyq2985[4] = x.Reason != "" - yyq2985[5] = x.Message != "" - var yynn2985 int - if yyr2985 || yy2arr2985 { + yysep2994 := !z.EncBinary() + yy2arr2994 := z.EncBasicHandle().StructToArray + var yyq2994 [6]bool + _, _, _ = yysep2994, yyq2994, yy2arr2994 + const yyr2994 bool = false + yyq2994[2] = true + yyq2994[3] = true + yyq2994[4] = x.Reason != "" + yyq2994[5] = x.Message != "" + var yynn2994 int + if yyr2994 || yy2arr2994 { r.EncodeArrayStart(6) } else { - yynn2985 = 2 - for _, b := range yyq2985 { + yynn2994 = 2 + for _, b := range yyq2994 { if b { - yynn2985++ + yynn2994++ } } - r.EncodeMapStart(yynn2985) - yynn2985 = 0 + r.EncodeMapStart(yynn2994) + yynn2994 = 0 } - if yyr2985 || yy2arr2985 { + if yyr2994 || yy2arr2994 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -38434,7 +38512,7 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr2985 || yy2arr2985 { + if yyr2994 || yy2arr2994 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -38443,85 +38521,85 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr2985 || yy2arr2985 { + if yyr2994 || yy2arr2994 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2985[2] { - yy2989 := &x.LastHeartbeatTime - yym2990 := z.EncBinary() - _ = yym2990 + if yyq2994[2] { + yy2998 := &x.LastHeartbeatTime + yym2999 := z.EncBinary() + _ = yym2999 if false { - } else if z.HasExtensions() && z.EncExt(yy2989) { - } else if yym2990 { - z.EncBinaryMarshal(yy2989) - } else if !yym2990 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2989) + } else if z.HasExtensions() && z.EncExt(yy2998) { + } else if yym2999 { + z.EncBinaryMarshal(yy2998) + } else if !yym2999 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2998) } else { - z.EncFallback(yy2989) + z.EncFallback(yy2998) } } else { r.EncodeNil() } } else { - if yyq2985[2] { + if yyq2994[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastHeartbeatTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2991 := &x.LastHeartbeatTime - yym2992 := z.EncBinary() - _ = yym2992 + yy3000 := &x.LastHeartbeatTime + yym3001 := z.EncBinary() + _ = yym3001 if false { - } else if z.HasExtensions() && z.EncExt(yy2991) { - } else if yym2992 { - z.EncBinaryMarshal(yy2991) - } else if !yym2992 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2991) + } else if z.HasExtensions() && z.EncExt(yy3000) { + } else if yym3001 { + z.EncBinaryMarshal(yy3000) + } else if !yym3001 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3000) } else { - z.EncFallback(yy2991) + z.EncFallback(yy3000) } } } - if yyr2985 || yy2arr2985 { + if yyr2994 || yy2arr2994 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2985[3] { - yy2994 := &x.LastTransitionTime - yym2995 := z.EncBinary() - _ = yym2995 + if yyq2994[3] { + yy3003 := &x.LastTransitionTime + yym3004 := z.EncBinary() + _ = yym3004 if false { - } else if z.HasExtensions() && z.EncExt(yy2994) { - } else if yym2995 { - z.EncBinaryMarshal(yy2994) - } else if !yym2995 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2994) + } else if z.HasExtensions() && z.EncExt(yy3003) { + } else if yym3004 { + z.EncBinaryMarshal(yy3003) + } else if !yym3004 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3003) } else { - z.EncFallback(yy2994) + z.EncFallback(yy3003) } } else { r.EncodeNil() } } else { - if yyq2985[3] { + if yyq2994[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2996 := &x.LastTransitionTime - yym2997 := z.EncBinary() - _ = yym2997 + yy3005 := &x.LastTransitionTime + yym3006 := z.EncBinary() + _ = yym3006 if false { - } else if z.HasExtensions() && z.EncExt(yy2996) { - } else if yym2997 { - z.EncBinaryMarshal(yy2996) - } else if !yym2997 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2996) + } else if z.HasExtensions() && z.EncExt(yy3005) { + } else if yym3006 { + z.EncBinaryMarshal(yy3005) + } else if !yym3006 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3005) } else { - z.EncFallback(yy2996) + z.EncFallback(yy3005) } } } - if yyr2985 || yy2arr2985 { + if yyr2994 || yy2arr2994 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2985[4] { - yym2999 := z.EncBinary() - _ = yym2999 + if yyq2994[4] { + yym3008 := z.EncBinary() + _ = yym3008 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -38530,23 +38608,23 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2985[4] { + if yyq2994[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3000 := z.EncBinary() - _ = yym3000 + yym3009 := z.EncBinary() + _ = yym3009 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr2985 || yy2arr2985 { + if yyr2994 || yy2arr2994 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2985[5] { - yym3002 := z.EncBinary() - _ = yym3002 + if yyq2994[5] { + yym3011 := z.EncBinary() + _ = yym3011 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -38555,19 +38633,19 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2985[5] { + if yyq2994[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3003 := z.EncBinary() - _ = yym3003 + yym3012 := z.EncBinary() + _ = yym3012 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr2985 || yy2arr2985 { + if yyr2994 || yy2arr2994 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38580,25 +38658,25 @@ func (x *NodeCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3004 := z.DecBinary() - _ = yym3004 + yym3013 := z.DecBinary() + _ = yym3013 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3005 := r.ContainerType() - if yyct3005 == codecSelferValueTypeMap1234 { - yyl3005 := r.ReadMapStart() - if yyl3005 == 0 { + yyct3014 := r.ContainerType() + if yyct3014 == codecSelferValueTypeMap1234 { + yyl3014 := r.ReadMapStart() + if yyl3014 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3005, d) + x.codecDecodeSelfFromMap(yyl3014, d) } - } else if yyct3005 == codecSelferValueTypeArray1234 { - yyl3005 := r.ReadArrayStart() - if yyl3005 == 0 { + } else if yyct3014 == codecSelferValueTypeArray1234 { + yyl3014 := r.ReadArrayStart() + if yyl3014 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3005, d) + x.codecDecodeSelfFromArray(yyl3014, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38610,12 +38688,12 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3006Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3006Slc - var yyhl3006 bool = l >= 0 - for yyj3006 := 0; ; yyj3006++ { - if yyhl3006 { - if yyj3006 >= l { + var yys3015Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3015Slc + var yyhl3015 bool = l >= 0 + for yyj3015 := 0; ; yyj3015++ { + if yyhl3015 { + if yyj3015 >= l { break } } else { @@ -38624,10 +38702,10 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3006Slc = r.DecodeBytes(yys3006Slc, true, true) - yys3006 := string(yys3006Slc) + yys3015Slc = r.DecodeBytes(yys3015Slc, true, true) + yys3015 := string(yys3015Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3006 { + switch yys3015 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -38644,34 +38722,34 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastHeartbeatTime = pkg2_unversioned.Time{} } else { - yyv3009 := &x.LastHeartbeatTime - yym3010 := z.DecBinary() - _ = yym3010 + yyv3018 := &x.LastHeartbeatTime + yym3019 := z.DecBinary() + _ = yym3019 if false { - } else if z.HasExtensions() && z.DecExt(yyv3009) { - } else if yym3010 { - z.DecBinaryUnmarshal(yyv3009) - } else if !yym3010 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3009) + } else if z.HasExtensions() && z.DecExt(yyv3018) { + } else if yym3019 { + z.DecBinaryUnmarshal(yyv3018) + } else if !yym3019 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3018) } else { - z.DecFallback(yyv3009, false) + z.DecFallback(yyv3018, false) } } case "lastTransitionTime": if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv3011 := &x.LastTransitionTime - yym3012 := z.DecBinary() - _ = yym3012 + yyv3020 := &x.LastTransitionTime + yym3021 := z.DecBinary() + _ = yym3021 if false { - } else if z.HasExtensions() && z.DecExt(yyv3011) { - } else if yym3012 { - z.DecBinaryUnmarshal(yyv3011) - } else if !yym3012 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3011) + } else if z.HasExtensions() && z.DecExt(yyv3020) { + } else if yym3021 { + z.DecBinaryUnmarshal(yyv3020) + } else if !yym3021 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3020) } else { - z.DecFallback(yyv3011, false) + z.DecFallback(yyv3020, false) } } case "reason": @@ -38687,9 +38765,9 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3006) - } // end switch yys3006 - } // end for yyj3006 + z.DecStructFieldNotFound(-1, yys3015) + } // end switch yys3015 + } // end for yyj3015 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38697,16 +38775,16 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3015 int - var yyb3015 bool - var yyhl3015 bool = l >= 0 - yyj3015++ - if yyhl3015 { - yyb3015 = yyj3015 > l + var yyj3024 int + var yyb3024 bool + var yyhl3024 bool = l >= 0 + yyj3024++ + if yyhl3024 { + yyb3024 = yyj3024 > l } else { - yyb3015 = r.CheckBreak() + yyb3024 = r.CheckBreak() } - if yyb3015 { + if yyb3024 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38716,13 +38794,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = NodeConditionType(r.DecodeString()) } - yyj3015++ - if yyhl3015 { - yyb3015 = yyj3015 > l + yyj3024++ + if yyhl3024 { + yyb3024 = yyj3024 > l } else { - yyb3015 = r.CheckBreak() + yyb3024 = r.CheckBreak() } - if yyb3015 { + if yyb3024 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38732,13 +38810,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj3015++ - if yyhl3015 { - yyb3015 = yyj3015 > l + yyj3024++ + if yyhl3024 { + yyb3024 = yyj3024 > l } else { - yyb3015 = r.CheckBreak() + yyb3024 = r.CheckBreak() } - if yyb3015 { + if yyb3024 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38746,26 +38824,26 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastHeartbeatTime = pkg2_unversioned.Time{} } else { - yyv3018 := &x.LastHeartbeatTime - yym3019 := z.DecBinary() - _ = yym3019 + yyv3027 := &x.LastHeartbeatTime + yym3028 := z.DecBinary() + _ = yym3028 if false { - } else if z.HasExtensions() && z.DecExt(yyv3018) { - } else if yym3019 { - z.DecBinaryUnmarshal(yyv3018) - } else if !yym3019 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3018) + } else if z.HasExtensions() && z.DecExt(yyv3027) { + } else if yym3028 { + z.DecBinaryUnmarshal(yyv3027) + } else if !yym3028 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3027) } else { - z.DecFallback(yyv3018, false) + z.DecFallback(yyv3027, false) } } - yyj3015++ - if yyhl3015 { - yyb3015 = yyj3015 > l + yyj3024++ + if yyhl3024 { + yyb3024 = yyj3024 > l } else { - yyb3015 = r.CheckBreak() + yyb3024 = r.CheckBreak() } - if yyb3015 { + if yyb3024 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38773,26 +38851,26 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv3020 := &x.LastTransitionTime - yym3021 := z.DecBinary() - _ = yym3021 + yyv3029 := &x.LastTransitionTime + yym3030 := z.DecBinary() + _ = yym3030 if false { - } else if z.HasExtensions() && z.DecExt(yyv3020) { - } else if yym3021 { - z.DecBinaryUnmarshal(yyv3020) - } else if !yym3021 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3020) + } else if z.HasExtensions() && z.DecExt(yyv3029) { + } else if yym3030 { + z.DecBinaryUnmarshal(yyv3029) + } else if !yym3030 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3029) } else { - z.DecFallback(yyv3020, false) + z.DecFallback(yyv3029, false) } } - yyj3015++ - if yyhl3015 { - yyb3015 = yyj3015 > l + yyj3024++ + if yyhl3024 { + yyb3024 = yyj3024 > l } else { - yyb3015 = r.CheckBreak() + yyb3024 = r.CheckBreak() } - if yyb3015 { + if yyb3024 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38802,13 +38880,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj3015++ - if yyhl3015 { - yyb3015 = yyj3015 > l + yyj3024++ + if yyhl3024 { + yyb3024 = yyj3024 > l } else { - yyb3015 = r.CheckBreak() + yyb3024 = r.CheckBreak() } - if yyb3015 { + if yyb3024 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38819,17 +38897,17 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } for { - yyj3015++ - if yyhl3015 { - yyb3015 = yyj3015 > l + yyj3024++ + if yyhl3024 { + yyb3024 = yyj3024 > l } else { - yyb3015 = r.CheckBreak() + yyb3024 = r.CheckBreak() } - if yyb3015 { + if yyb3024 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3015-1, "") + z.DecStructFieldNotFound(yyj3024-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38838,8 +38916,8 @@ func (x NodeAddressType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3024 := z.EncBinary() - _ = yym3024 + yym3033 := z.EncBinary() + _ = yym3033 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -38851,8 +38929,8 @@ func (x *NodeAddressType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3025 := z.DecBinary() - _ = yym3025 + yym3034 := z.DecBinary() + _ = yym3034 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -38867,30 +38945,30 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3026 := z.EncBinary() - _ = yym3026 + yym3035 := z.EncBinary() + _ = yym3035 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3027 := !z.EncBinary() - yy2arr3027 := z.EncBasicHandle().StructToArray - var yyq3027 [2]bool - _, _, _ = yysep3027, yyq3027, yy2arr3027 - const yyr3027 bool = false - var yynn3027 int - if yyr3027 || yy2arr3027 { + yysep3036 := !z.EncBinary() + yy2arr3036 := z.EncBasicHandle().StructToArray + var yyq3036 [2]bool + _, _, _ = yysep3036, yyq3036, yy2arr3036 + const yyr3036 bool = false + var yynn3036 int + if yyr3036 || yy2arr3036 { r.EncodeArrayStart(2) } else { - yynn3027 = 2 - for _, b := range yyq3027 { + yynn3036 = 2 + for _, b := range yyq3036 { if b { - yynn3027++ + yynn3036++ } } - r.EncodeMapStart(yynn3027) - yynn3027 = 0 + r.EncodeMapStart(yynn3036) + yynn3036 = 0 } - if yyr3027 || yy2arr3027 { + if yyr3036 || yy2arr3036 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -38899,10 +38977,10 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr3027 || yy2arr3027 { + if yyr3036 || yy2arr3036 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3030 := z.EncBinary() - _ = yym3030 + yym3039 := z.EncBinary() + _ = yym3039 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Address)) @@ -38911,14 +38989,14 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("address")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3031 := z.EncBinary() - _ = yym3031 + yym3040 := z.EncBinary() + _ = yym3040 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Address)) } } - if yyr3027 || yy2arr3027 { + if yyr3036 || yy2arr3036 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38931,25 +39009,25 @@ func (x *NodeAddress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3032 := z.DecBinary() - _ = yym3032 + yym3041 := z.DecBinary() + _ = yym3041 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3033 := r.ContainerType() - if yyct3033 == codecSelferValueTypeMap1234 { - yyl3033 := r.ReadMapStart() - if yyl3033 == 0 { + yyct3042 := r.ContainerType() + if yyct3042 == codecSelferValueTypeMap1234 { + yyl3042 := r.ReadMapStart() + if yyl3042 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3033, d) + x.codecDecodeSelfFromMap(yyl3042, d) } - } else if yyct3033 == codecSelferValueTypeArray1234 { - yyl3033 := r.ReadArrayStart() - if yyl3033 == 0 { + } else if yyct3042 == codecSelferValueTypeArray1234 { + yyl3042 := r.ReadArrayStart() + if yyl3042 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3033, d) + x.codecDecodeSelfFromArray(yyl3042, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38961,12 +39039,12 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3034Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3034Slc - var yyhl3034 bool = l >= 0 - for yyj3034 := 0; ; yyj3034++ { - if yyhl3034 { - if yyj3034 >= l { + var yys3043Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3043Slc + var yyhl3043 bool = l >= 0 + for yyj3043 := 0; ; yyj3043++ { + if yyhl3043 { + if yyj3043 >= l { break } } else { @@ -38975,10 +39053,10 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3034Slc = r.DecodeBytes(yys3034Slc, true, true) - yys3034 := string(yys3034Slc) + yys3043Slc = r.DecodeBytes(yys3043Slc, true, true) + yys3043 := string(yys3043Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3034 { + switch yys3043 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -38992,9 +39070,9 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Address = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3034) - } // end switch yys3034 - } // end for yyj3034 + z.DecStructFieldNotFound(-1, yys3043) + } // end switch yys3043 + } // end for yyj3043 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39002,16 +39080,16 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3037 int - var yyb3037 bool - var yyhl3037 bool = l >= 0 - yyj3037++ - if yyhl3037 { - yyb3037 = yyj3037 > l + var yyj3046 int + var yyb3046 bool + var yyhl3046 bool = l >= 0 + yyj3046++ + if yyhl3046 { + yyb3046 = yyj3046 > l } else { - yyb3037 = r.CheckBreak() + yyb3046 = r.CheckBreak() } - if yyb3037 { + if yyb3046 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39021,13 +39099,13 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = NodeAddressType(r.DecodeString()) } - yyj3037++ - if yyhl3037 { - yyb3037 = yyj3037 > l + yyj3046++ + if yyhl3046 { + yyb3046 = yyj3046 > l } else { - yyb3037 = r.CheckBreak() + yyb3046 = r.CheckBreak() } - if yyb3037 { + if yyb3046 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39038,17 +39116,17 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Address = string(r.DecodeString()) } for { - yyj3037++ - if yyhl3037 { - yyb3037 = yyj3037 > l + yyj3046++ + if yyhl3046 { + yyb3046 = yyj3046 > l } else { - yyb3037 = r.CheckBreak() + yyb3046 = r.CheckBreak() } - if yyb3037 { + if yyb3046 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3037-1, "") + z.DecStructFieldNotFound(yyj3046-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39060,33 +39138,33 @@ func (x *NodeResources) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3040 := z.EncBinary() - _ = yym3040 + yym3049 := z.EncBinary() + _ = yym3049 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3041 := !z.EncBinary() - yy2arr3041 := z.EncBasicHandle().StructToArray - var yyq3041 [1]bool - _, _, _ = yysep3041, yyq3041, yy2arr3041 - const yyr3041 bool = false - yyq3041[0] = len(x.Capacity) != 0 - var yynn3041 int - if yyr3041 || yy2arr3041 { + yysep3050 := !z.EncBinary() + yy2arr3050 := z.EncBasicHandle().StructToArray + var yyq3050 [1]bool + _, _, _ = yysep3050, yyq3050, yy2arr3050 + const yyr3050 bool = false + yyq3050[0] = len(x.Capacity) != 0 + var yynn3050 int + if yyr3050 || yy2arr3050 { r.EncodeArrayStart(1) } else { - yynn3041 = 0 - for _, b := range yyq3041 { + yynn3050 = 0 + for _, b := range yyq3050 { if b { - yynn3041++ + yynn3050++ } } - r.EncodeMapStart(yynn3041) - yynn3041 = 0 + r.EncodeMapStart(yynn3050) + yynn3050 = 0 } - if yyr3041 || yy2arr3041 { + if yyr3050 || yy2arr3050 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3041[0] { + if yyq3050[0] { if x.Capacity == nil { r.EncodeNil() } else { @@ -39096,7 +39174,7 @@ func (x *NodeResources) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3041[0] { + if yyq3050[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capacity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -39107,7 +39185,7 @@ func (x *NodeResources) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3041 || yy2arr3041 { + if yyr3050 || yy2arr3050 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39120,25 +39198,25 @@ func (x *NodeResources) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3043 := z.DecBinary() - _ = yym3043 + yym3052 := z.DecBinary() + _ = yym3052 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3044 := r.ContainerType() - if yyct3044 == codecSelferValueTypeMap1234 { - yyl3044 := r.ReadMapStart() - if yyl3044 == 0 { + yyct3053 := r.ContainerType() + if yyct3053 == codecSelferValueTypeMap1234 { + yyl3053 := r.ReadMapStart() + if yyl3053 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3044, d) + x.codecDecodeSelfFromMap(yyl3053, d) } - } else if yyct3044 == codecSelferValueTypeArray1234 { - yyl3044 := r.ReadArrayStart() - if yyl3044 == 0 { + } else if yyct3053 == codecSelferValueTypeArray1234 { + yyl3053 := r.ReadArrayStart() + if yyl3053 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3044, d) + x.codecDecodeSelfFromArray(yyl3053, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39150,12 +39228,12 @@ func (x *NodeResources) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3045Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3045Slc - var yyhl3045 bool = l >= 0 - for yyj3045 := 0; ; yyj3045++ { - if yyhl3045 { - if yyj3045 >= l { + var yys3054Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3054Slc + var yyhl3054 bool = l >= 0 + for yyj3054 := 0; ; yyj3054++ { + if yyhl3054 { + if yyj3054 >= l { break } } else { @@ -39164,21 +39242,21 @@ func (x *NodeResources) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3045Slc = r.DecodeBytes(yys3045Slc, true, true) - yys3045 := string(yys3045Slc) + yys3054Slc = r.DecodeBytes(yys3054Slc, true, true) + yys3054 := string(yys3054Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3045 { + switch yys3054 { case "capacity": if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv3046 := &x.Capacity - yyv3046.CodecDecodeSelf(d) + yyv3055 := &x.Capacity + yyv3055.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3045) - } // end switch yys3045 - } // end for yyj3045 + z.DecStructFieldNotFound(-1, yys3054) + } // end switch yys3054 + } // end for yyj3054 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39186,16 +39264,16 @@ func (x *NodeResources) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3047 int - var yyb3047 bool - var yyhl3047 bool = l >= 0 - yyj3047++ - if yyhl3047 { - yyb3047 = yyj3047 > l + var yyj3056 int + var yyb3056 bool + var yyhl3056 bool = l >= 0 + yyj3056++ + if yyhl3056 { + yyb3056 = yyj3056 > l } else { - yyb3047 = r.CheckBreak() + yyb3056 = r.CheckBreak() } - if yyb3047 { + if yyb3056 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39203,21 +39281,21 @@ func (x *NodeResources) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv3048 := &x.Capacity - yyv3048.CodecDecodeSelf(d) + yyv3057 := &x.Capacity + yyv3057.CodecDecodeSelf(d) } for { - yyj3047++ - if yyhl3047 { - yyb3047 = yyj3047 > l + yyj3056++ + if yyhl3056 { + yyb3056 = yyj3056 > l } else { - yyb3047 = r.CheckBreak() + yyb3056 = r.CheckBreak() } - if yyb3047 { + if yyb3056 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3047-1, "") + z.DecStructFieldNotFound(yyj3056-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39226,8 +39304,8 @@ func (x ResourceName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3049 := z.EncBinary() - _ = yym3049 + yym3058 := z.EncBinary() + _ = yym3058 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -39239,8 +39317,8 @@ func (x *ResourceName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3050 := z.DecBinary() - _ = yym3050 + yym3059 := z.DecBinary() + _ = yym3059 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -39255,8 +39333,8 @@ func (x ResourceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3051 := z.EncBinary() - _ = yym3051 + yym3060 := z.EncBinary() + _ = yym3060 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -39269,8 +39347,8 @@ func (x *ResourceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3052 := z.DecBinary() - _ = yym3052 + yym3061 := z.DecBinary() + _ = yym3061 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -39285,39 +39363,39 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3053 := z.EncBinary() - _ = yym3053 + yym3062 := z.EncBinary() + _ = yym3062 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3054 := !z.EncBinary() - yy2arr3054 := z.EncBasicHandle().StructToArray - var yyq3054 [5]bool - _, _, _ = yysep3054, yyq3054, yy2arr3054 - const yyr3054 bool = false - yyq3054[0] = x.Kind != "" - yyq3054[1] = x.APIVersion != "" - yyq3054[2] = true - yyq3054[3] = true - yyq3054[4] = true - var yynn3054 int - if yyr3054 || yy2arr3054 { + yysep3063 := !z.EncBinary() + yy2arr3063 := z.EncBasicHandle().StructToArray + var yyq3063 [5]bool + _, _, _ = yysep3063, yyq3063, yy2arr3063 + const yyr3063 bool = false + yyq3063[0] = x.Kind != "" + yyq3063[1] = x.APIVersion != "" + yyq3063[2] = true + yyq3063[3] = true + yyq3063[4] = true + var yynn3063 int + if yyr3063 || yy2arr3063 { r.EncodeArrayStart(5) } else { - yynn3054 = 0 - for _, b := range yyq3054 { + yynn3063 = 0 + for _, b := range yyq3063 { if b { - yynn3054++ + yynn3063++ } } - r.EncodeMapStart(yynn3054) - yynn3054 = 0 + r.EncodeMapStart(yynn3063) + yynn3063 = 0 } - if yyr3054 || yy2arr3054 { + if yyr3063 || yy2arr3063 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3054[0] { - yym3056 := z.EncBinary() - _ = yym3056 + if yyq3063[0] { + yym3065 := z.EncBinary() + _ = yym3065 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -39326,23 +39404,23 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3054[0] { + if yyq3063[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3057 := z.EncBinary() - _ = yym3057 + yym3066 := z.EncBinary() + _ = yym3066 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3054 || yy2arr3054 { + if yyr3063 || yy2arr3063 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3054[1] { - yym3059 := z.EncBinary() - _ = yym3059 + if yyq3063[1] { + yym3068 := z.EncBinary() + _ = yym3068 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -39351,70 +39429,70 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3054[1] { + if yyq3063[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3060 := z.EncBinary() - _ = yym3060 + yym3069 := z.EncBinary() + _ = yym3069 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3054 || yy2arr3054 { + if yyr3063 || yy2arr3063 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3054[2] { - yy3062 := &x.ObjectMeta - yy3062.CodecEncodeSelf(e) + if yyq3063[2] { + yy3071 := &x.ObjectMeta + yy3071.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3054[2] { + if yyq3063[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3063 := &x.ObjectMeta - yy3063.CodecEncodeSelf(e) + yy3072 := &x.ObjectMeta + yy3072.CodecEncodeSelf(e) } } - if yyr3054 || yy2arr3054 { + if yyr3063 || yy2arr3063 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3054[3] { - yy3065 := &x.Spec - yy3065.CodecEncodeSelf(e) + if yyq3063[3] { + yy3074 := &x.Spec + yy3074.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3054[3] { + if yyq3063[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3066 := &x.Spec - yy3066.CodecEncodeSelf(e) + yy3075 := &x.Spec + yy3075.CodecEncodeSelf(e) } } - if yyr3054 || yy2arr3054 { + if yyr3063 || yy2arr3063 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3054[4] { - yy3068 := &x.Status - yy3068.CodecEncodeSelf(e) + if yyq3063[4] { + yy3077 := &x.Status + yy3077.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3054[4] { + if yyq3063[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3069 := &x.Status - yy3069.CodecEncodeSelf(e) + yy3078 := &x.Status + yy3078.CodecEncodeSelf(e) } } - if yyr3054 || yy2arr3054 { + if yyr3063 || yy2arr3063 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39427,25 +39505,25 @@ func (x *Node) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3070 := z.DecBinary() - _ = yym3070 + yym3079 := z.DecBinary() + _ = yym3079 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3071 := r.ContainerType() - if yyct3071 == codecSelferValueTypeMap1234 { - yyl3071 := r.ReadMapStart() - if yyl3071 == 0 { + yyct3080 := r.ContainerType() + if yyct3080 == codecSelferValueTypeMap1234 { + yyl3080 := r.ReadMapStart() + if yyl3080 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3071, d) + x.codecDecodeSelfFromMap(yyl3080, d) } - } else if yyct3071 == codecSelferValueTypeArray1234 { - yyl3071 := r.ReadArrayStart() - if yyl3071 == 0 { + } else if yyct3080 == codecSelferValueTypeArray1234 { + yyl3080 := r.ReadArrayStart() + if yyl3080 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3071, d) + x.codecDecodeSelfFromArray(yyl3080, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39457,12 +39535,12 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3072Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3072Slc - var yyhl3072 bool = l >= 0 - for yyj3072 := 0; ; yyj3072++ { - if yyhl3072 { - if yyj3072 >= l { + var yys3081Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3081Slc + var yyhl3081 bool = l >= 0 + for yyj3081 := 0; ; yyj3081++ { + if yyhl3081 { + if yyj3081 >= l { break } } else { @@ -39471,10 +39549,10 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3072Slc = r.DecodeBytes(yys3072Slc, true, true) - yys3072 := string(yys3072Slc) + yys3081Slc = r.DecodeBytes(yys3081Slc, true, true) + yys3081 := string(yys3081Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3072 { + switch yys3081 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -39491,27 +39569,27 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3075 := &x.ObjectMeta - yyv3075.CodecDecodeSelf(d) + yyv3084 := &x.ObjectMeta + yyv3084.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NodeSpec{} } else { - yyv3076 := &x.Spec - yyv3076.CodecDecodeSelf(d) + yyv3085 := &x.Spec + yyv3085.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = NodeStatus{} } else { - yyv3077 := &x.Status - yyv3077.CodecDecodeSelf(d) + yyv3086 := &x.Status + yyv3086.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3072) - } // end switch yys3072 - } // end for yyj3072 + z.DecStructFieldNotFound(-1, yys3081) + } // end switch yys3081 + } // end for yyj3081 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39519,16 +39597,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3078 int - var yyb3078 bool - var yyhl3078 bool = l >= 0 - yyj3078++ - if yyhl3078 { - yyb3078 = yyj3078 > l + var yyj3087 int + var yyb3087 bool + var yyhl3087 bool = l >= 0 + yyj3087++ + if yyhl3087 { + yyb3087 = yyj3087 > l } else { - yyb3078 = r.CheckBreak() + yyb3087 = r.CheckBreak() } - if yyb3078 { + if yyb3087 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39538,13 +39616,13 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3078++ - if yyhl3078 { - yyb3078 = yyj3078 > l + yyj3087++ + if yyhl3087 { + yyb3087 = yyj3087 > l } else { - yyb3078 = r.CheckBreak() + yyb3087 = r.CheckBreak() } - if yyb3078 { + if yyb3087 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39554,13 +39632,13 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3078++ - if yyhl3078 { - yyb3078 = yyj3078 > l + yyj3087++ + if yyhl3087 { + yyb3087 = yyj3087 > l } else { - yyb3078 = r.CheckBreak() + yyb3087 = r.CheckBreak() } - if yyb3078 { + if yyb3087 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39568,16 +39646,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3081 := &x.ObjectMeta - yyv3081.CodecDecodeSelf(d) + yyv3090 := &x.ObjectMeta + yyv3090.CodecDecodeSelf(d) } - yyj3078++ - if yyhl3078 { - yyb3078 = yyj3078 > l + yyj3087++ + if yyhl3087 { + yyb3087 = yyj3087 > l } else { - yyb3078 = r.CheckBreak() + yyb3087 = r.CheckBreak() } - if yyb3078 { + if yyb3087 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39585,16 +39663,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NodeSpec{} } else { - yyv3082 := &x.Spec - yyv3082.CodecDecodeSelf(d) + yyv3091 := &x.Spec + yyv3091.CodecDecodeSelf(d) } - yyj3078++ - if yyhl3078 { - yyb3078 = yyj3078 > l + yyj3087++ + if yyhl3087 { + yyb3087 = yyj3087 > l } else { - yyb3078 = r.CheckBreak() + yyb3087 = r.CheckBreak() } - if yyb3078 { + if yyb3087 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39602,21 +39680,21 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = NodeStatus{} } else { - yyv3083 := &x.Status - yyv3083.CodecDecodeSelf(d) + yyv3092 := &x.Status + yyv3092.CodecDecodeSelf(d) } for { - yyj3078++ - if yyhl3078 { - yyb3078 = yyj3078 > l + yyj3087++ + if yyhl3087 { + yyb3087 = yyj3087 > l } else { - yyb3078 = r.CheckBreak() + yyb3087 = r.CheckBreak() } - if yyb3078 { + if yyb3087 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3078-1, "") + z.DecStructFieldNotFound(yyj3087-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39628,37 +39706,37 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3084 := z.EncBinary() - _ = yym3084 + yym3093 := z.EncBinary() + _ = yym3093 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3085 := !z.EncBinary() - yy2arr3085 := z.EncBasicHandle().StructToArray - var yyq3085 [4]bool - _, _, _ = yysep3085, yyq3085, yy2arr3085 - const yyr3085 bool = false - yyq3085[0] = x.Kind != "" - yyq3085[1] = x.APIVersion != "" - yyq3085[2] = true - var yynn3085 int - if yyr3085 || yy2arr3085 { + yysep3094 := !z.EncBinary() + yy2arr3094 := z.EncBasicHandle().StructToArray + var yyq3094 [4]bool + _, _, _ = yysep3094, yyq3094, yy2arr3094 + const yyr3094 bool = false + yyq3094[0] = x.Kind != "" + yyq3094[1] = x.APIVersion != "" + yyq3094[2] = true + var yynn3094 int + if yyr3094 || yy2arr3094 { r.EncodeArrayStart(4) } else { - yynn3085 = 1 - for _, b := range yyq3085 { + yynn3094 = 1 + for _, b := range yyq3094 { if b { - yynn3085++ + yynn3094++ } } - r.EncodeMapStart(yynn3085) - yynn3085 = 0 + r.EncodeMapStart(yynn3094) + yynn3094 = 0 } - if yyr3085 || yy2arr3085 { + if yyr3094 || yy2arr3094 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3085[0] { - yym3087 := z.EncBinary() - _ = yym3087 + if yyq3094[0] { + yym3096 := z.EncBinary() + _ = yym3096 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -39667,23 +39745,23 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3085[0] { + if yyq3094[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3088 := z.EncBinary() - _ = yym3088 + yym3097 := z.EncBinary() + _ = yym3097 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3085 || yy2arr3085 { + if yyr3094 || yy2arr3094 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3085[1] { - yym3090 := z.EncBinary() - _ = yym3090 + if yyq3094[1] { + yym3099 := z.EncBinary() + _ = yym3099 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -39692,54 +39770,54 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3085[1] { + if yyq3094[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3091 := z.EncBinary() - _ = yym3091 + yym3100 := z.EncBinary() + _ = yym3100 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3085 || yy2arr3085 { + if yyr3094 || yy2arr3094 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3085[2] { - yy3093 := &x.ListMeta - yym3094 := z.EncBinary() - _ = yym3094 + if yyq3094[2] { + yy3102 := &x.ListMeta + yym3103 := z.EncBinary() + _ = yym3103 if false { - } else if z.HasExtensions() && z.EncExt(yy3093) { + } else if z.HasExtensions() && z.EncExt(yy3102) { } else { - z.EncFallback(yy3093) + z.EncFallback(yy3102) } } else { r.EncodeNil() } } else { - if yyq3085[2] { + if yyq3094[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3095 := &x.ListMeta - yym3096 := z.EncBinary() - _ = yym3096 + yy3104 := &x.ListMeta + yym3105 := z.EncBinary() + _ = yym3105 if false { - } else if z.HasExtensions() && z.EncExt(yy3095) { + } else if z.HasExtensions() && z.EncExt(yy3104) { } else { - z.EncFallback(yy3095) + z.EncFallback(yy3104) } } } - if yyr3085 || yy2arr3085 { + if yyr3094 || yy2arr3094 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3098 := z.EncBinary() - _ = yym3098 + yym3107 := z.EncBinary() + _ = yym3107 if false { } else { h.encSliceNode(([]Node)(x.Items), e) @@ -39752,15 +39830,15 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3099 := z.EncBinary() - _ = yym3099 + yym3108 := z.EncBinary() + _ = yym3108 if false { } else { h.encSliceNode(([]Node)(x.Items), e) } } } - if yyr3085 || yy2arr3085 { + if yyr3094 || yy2arr3094 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39773,25 +39851,25 @@ func (x *NodeList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3100 := z.DecBinary() - _ = yym3100 + yym3109 := z.DecBinary() + _ = yym3109 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3101 := r.ContainerType() - if yyct3101 == codecSelferValueTypeMap1234 { - yyl3101 := r.ReadMapStart() - if yyl3101 == 0 { + yyct3110 := r.ContainerType() + if yyct3110 == codecSelferValueTypeMap1234 { + yyl3110 := r.ReadMapStart() + if yyl3110 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3101, d) + x.codecDecodeSelfFromMap(yyl3110, d) } - } else if yyct3101 == codecSelferValueTypeArray1234 { - yyl3101 := r.ReadArrayStart() - if yyl3101 == 0 { + } else if yyct3110 == codecSelferValueTypeArray1234 { + yyl3110 := r.ReadArrayStart() + if yyl3110 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3101, d) + x.codecDecodeSelfFromArray(yyl3110, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39803,12 +39881,12 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3102Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3102Slc - var yyhl3102 bool = l >= 0 - for yyj3102 := 0; ; yyj3102++ { - if yyhl3102 { - if yyj3102 >= l { + var yys3111Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3111Slc + var yyhl3111 bool = l >= 0 + for yyj3111 := 0; ; yyj3111++ { + if yyhl3111 { + if yyj3111 >= l { break } } else { @@ -39817,10 +39895,10 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3102Slc = r.DecodeBytes(yys3102Slc, true, true) - yys3102 := string(yys3102Slc) + yys3111Slc = r.DecodeBytes(yys3111Slc, true, true) + yys3111 := string(yys3111Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3102 { + switch yys3111 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -39837,31 +39915,31 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3105 := &x.ListMeta - yym3106 := z.DecBinary() - _ = yym3106 + yyv3114 := &x.ListMeta + yym3115 := z.DecBinary() + _ = yym3115 if false { - } else if z.HasExtensions() && z.DecExt(yyv3105) { + } else if z.HasExtensions() && z.DecExt(yyv3114) { } else { - z.DecFallback(yyv3105, false) + z.DecFallback(yyv3114, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3107 := &x.Items - yym3108 := z.DecBinary() - _ = yym3108 + yyv3116 := &x.Items + yym3117 := z.DecBinary() + _ = yym3117 if false { } else { - h.decSliceNode((*[]Node)(yyv3107), d) + h.decSliceNode((*[]Node)(yyv3116), d) } } default: - z.DecStructFieldNotFound(-1, yys3102) - } // end switch yys3102 - } // end for yyj3102 + z.DecStructFieldNotFound(-1, yys3111) + } // end switch yys3111 + } // end for yyj3111 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39869,16 +39947,16 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3109 int - var yyb3109 bool - var yyhl3109 bool = l >= 0 - yyj3109++ - if yyhl3109 { - yyb3109 = yyj3109 > l + var yyj3118 int + var yyb3118 bool + var yyhl3118 bool = l >= 0 + yyj3118++ + if yyhl3118 { + yyb3118 = yyj3118 > l } else { - yyb3109 = r.CheckBreak() + yyb3118 = r.CheckBreak() } - if yyb3109 { + if yyb3118 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39888,13 +39966,13 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3109++ - if yyhl3109 { - yyb3109 = yyj3109 > l + yyj3118++ + if yyhl3118 { + yyb3118 = yyj3118 > l } else { - yyb3109 = r.CheckBreak() + yyb3118 = r.CheckBreak() } - if yyb3109 { + if yyb3118 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39904,13 +39982,13 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3109++ - if yyhl3109 { - yyb3109 = yyj3109 > l + yyj3118++ + if yyhl3118 { + yyb3118 = yyj3118 > l } else { - yyb3109 = r.CheckBreak() + yyb3118 = r.CheckBreak() } - if yyb3109 { + if yyb3118 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39918,22 +39996,22 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3112 := &x.ListMeta - yym3113 := z.DecBinary() - _ = yym3113 + yyv3121 := &x.ListMeta + yym3122 := z.DecBinary() + _ = yym3122 if false { - } else if z.HasExtensions() && z.DecExt(yyv3112) { + } else if z.HasExtensions() && z.DecExt(yyv3121) { } else { - z.DecFallback(yyv3112, false) + z.DecFallback(yyv3121, false) } } - yyj3109++ - if yyhl3109 { - yyb3109 = yyj3109 > l + yyj3118++ + if yyhl3118 { + yyb3118 = yyj3118 > l } else { - yyb3109 = r.CheckBreak() + yyb3118 = r.CheckBreak() } - if yyb3109 { + if yyb3118 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39941,26 +40019,26 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3114 := &x.Items - yym3115 := z.DecBinary() - _ = yym3115 + yyv3123 := &x.Items + yym3124 := z.DecBinary() + _ = yym3124 if false { } else { - h.decSliceNode((*[]Node)(yyv3114), d) + h.decSliceNode((*[]Node)(yyv3123), d) } } for { - yyj3109++ - if yyhl3109 { - yyb3109 = yyj3109 > l + yyj3118++ + if yyhl3118 { + yyb3118 = yyj3118 > l } else { - yyb3109 = r.CheckBreak() + yyb3118 = r.CheckBreak() } - if yyb3109 { + if yyb3118 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3109-1, "") + z.DecStructFieldNotFound(yyj3118-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39972,36 +40050,36 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3116 := z.EncBinary() - _ = yym3116 + yym3125 := z.EncBinary() + _ = yym3125 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3117 := !z.EncBinary() - yy2arr3117 := z.EncBasicHandle().StructToArray - var yyq3117 [1]bool - _, _, _ = yysep3117, yyq3117, yy2arr3117 - const yyr3117 bool = false - var yynn3117 int - if yyr3117 || yy2arr3117 { + yysep3126 := !z.EncBinary() + yy2arr3126 := z.EncBasicHandle().StructToArray + var yyq3126 [1]bool + _, _, _ = yysep3126, yyq3126, yy2arr3126 + const yyr3126 bool = false + var yynn3126 int + if yyr3126 || yy2arr3126 { r.EncodeArrayStart(1) } else { - yynn3117 = 1 - for _, b := range yyq3117 { + yynn3126 = 1 + for _, b := range yyq3126 { if b { - yynn3117++ + yynn3126++ } } - r.EncodeMapStart(yynn3117) - yynn3117 = 0 + r.EncodeMapStart(yynn3126) + yynn3126 = 0 } - if yyr3117 || yy2arr3117 { + if yyr3126 || yy2arr3126 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Finalizers == nil { r.EncodeNil() } else { - yym3119 := z.EncBinary() - _ = yym3119 + yym3128 := z.EncBinary() + _ = yym3128 if false { } else { h.encSliceFinalizerName(([]FinalizerName)(x.Finalizers), e) @@ -40014,15 +40092,15 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Finalizers == nil { r.EncodeNil() } else { - yym3120 := z.EncBinary() - _ = yym3120 + yym3129 := z.EncBinary() + _ = yym3129 if false { } else { h.encSliceFinalizerName(([]FinalizerName)(x.Finalizers), e) } } } - if yyr3117 || yy2arr3117 { + if yyr3126 || yy2arr3126 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40035,25 +40113,25 @@ func (x *NamespaceSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3121 := z.DecBinary() - _ = yym3121 + yym3130 := z.DecBinary() + _ = yym3130 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3122 := r.ContainerType() - if yyct3122 == codecSelferValueTypeMap1234 { - yyl3122 := r.ReadMapStart() - if yyl3122 == 0 { + yyct3131 := r.ContainerType() + if yyct3131 == codecSelferValueTypeMap1234 { + yyl3131 := r.ReadMapStart() + if yyl3131 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3122, d) + x.codecDecodeSelfFromMap(yyl3131, d) } - } else if yyct3122 == codecSelferValueTypeArray1234 { - yyl3122 := r.ReadArrayStart() - if yyl3122 == 0 { + } else if yyct3131 == codecSelferValueTypeArray1234 { + yyl3131 := r.ReadArrayStart() + if yyl3131 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3122, d) + x.codecDecodeSelfFromArray(yyl3131, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40065,12 +40143,12 @@ func (x *NamespaceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3123Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3123Slc - var yyhl3123 bool = l >= 0 - for yyj3123 := 0; ; yyj3123++ { - if yyhl3123 { - if yyj3123 >= l { + var yys3132Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3132Slc + var yyhl3132 bool = l >= 0 + for yyj3132 := 0; ; yyj3132++ { + if yyhl3132 { + if yyj3132 >= l { break } } else { @@ -40079,26 +40157,26 @@ func (x *NamespaceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3123Slc = r.DecodeBytes(yys3123Slc, true, true) - yys3123 := string(yys3123Slc) + yys3132Slc = r.DecodeBytes(yys3132Slc, true, true) + yys3132 := string(yys3132Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3123 { + switch yys3132 { case "Finalizers": if r.TryDecodeAsNil() { x.Finalizers = nil } else { - yyv3124 := &x.Finalizers - yym3125 := z.DecBinary() - _ = yym3125 + yyv3133 := &x.Finalizers + yym3134 := z.DecBinary() + _ = yym3134 if false { } else { - h.decSliceFinalizerName((*[]FinalizerName)(yyv3124), d) + h.decSliceFinalizerName((*[]FinalizerName)(yyv3133), d) } } default: - z.DecStructFieldNotFound(-1, yys3123) - } // end switch yys3123 - } // end for yyj3123 + z.DecStructFieldNotFound(-1, yys3132) + } // end switch yys3132 + } // end for yyj3132 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40106,16 +40184,16 @@ func (x *NamespaceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3126 int - var yyb3126 bool - var yyhl3126 bool = l >= 0 - yyj3126++ - if yyhl3126 { - yyb3126 = yyj3126 > l + var yyj3135 int + var yyb3135 bool + var yyhl3135 bool = l >= 0 + yyj3135++ + if yyhl3135 { + yyb3135 = yyj3135 > l } else { - yyb3126 = r.CheckBreak() + yyb3135 = r.CheckBreak() } - if yyb3126 { + if yyb3135 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40123,26 +40201,26 @@ func (x *NamespaceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Finalizers = nil } else { - yyv3127 := &x.Finalizers - yym3128 := z.DecBinary() - _ = yym3128 + yyv3136 := &x.Finalizers + yym3137 := z.DecBinary() + _ = yym3137 if false { } else { - h.decSliceFinalizerName((*[]FinalizerName)(yyv3127), d) + h.decSliceFinalizerName((*[]FinalizerName)(yyv3136), d) } } for { - yyj3126++ - if yyhl3126 { - yyb3126 = yyj3126 > l + yyj3135++ + if yyhl3135 { + yyb3135 = yyj3135 > l } else { - yyb3126 = r.CheckBreak() + yyb3135 = r.CheckBreak() } - if yyb3126 { + if yyb3135 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3126-1, "") + z.DecStructFieldNotFound(yyj3135-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40151,8 +40229,8 @@ func (x FinalizerName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3129 := z.EncBinary() - _ = yym3129 + yym3138 := z.EncBinary() + _ = yym3138 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -40164,8 +40242,8 @@ func (x *FinalizerName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3130 := z.DecBinary() - _ = yym3130 + yym3139 := z.DecBinary() + _ = yym3139 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -40180,46 +40258,46 @@ func (x *NamespaceStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3131 := z.EncBinary() - _ = yym3131 + yym3140 := z.EncBinary() + _ = yym3140 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3132 := !z.EncBinary() - yy2arr3132 := z.EncBasicHandle().StructToArray - var yyq3132 [1]bool - _, _, _ = yysep3132, yyq3132, yy2arr3132 - const yyr3132 bool = false - yyq3132[0] = x.Phase != "" - var yynn3132 int - if yyr3132 || yy2arr3132 { + yysep3141 := !z.EncBinary() + yy2arr3141 := z.EncBasicHandle().StructToArray + var yyq3141 [1]bool + _, _, _ = yysep3141, yyq3141, yy2arr3141 + const yyr3141 bool = false + yyq3141[0] = x.Phase != "" + var yynn3141 int + if yyr3141 || yy2arr3141 { r.EncodeArrayStart(1) } else { - yynn3132 = 0 - for _, b := range yyq3132 { + yynn3141 = 0 + for _, b := range yyq3141 { if b { - yynn3132++ + yynn3141++ } } - r.EncodeMapStart(yynn3132) - yynn3132 = 0 + r.EncodeMapStart(yynn3141) + yynn3141 = 0 } - if yyr3132 || yy2arr3132 { + if yyr3141 || yy2arr3141 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3132[0] { + if yyq3141[0] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3132[0] { + if yyq3141[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr3132 || yy2arr3132 { + if yyr3141 || yy2arr3141 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40232,25 +40310,25 @@ func (x *NamespaceStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3134 := z.DecBinary() - _ = yym3134 + yym3143 := z.DecBinary() + _ = yym3143 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3135 := r.ContainerType() - if yyct3135 == codecSelferValueTypeMap1234 { - yyl3135 := r.ReadMapStart() - if yyl3135 == 0 { + yyct3144 := r.ContainerType() + if yyct3144 == codecSelferValueTypeMap1234 { + yyl3144 := r.ReadMapStart() + if yyl3144 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3135, d) + x.codecDecodeSelfFromMap(yyl3144, d) } - } else if yyct3135 == codecSelferValueTypeArray1234 { - yyl3135 := r.ReadArrayStart() - if yyl3135 == 0 { + } else if yyct3144 == codecSelferValueTypeArray1234 { + yyl3144 := r.ReadArrayStart() + if yyl3144 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3135, d) + x.codecDecodeSelfFromArray(yyl3144, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40262,12 +40340,12 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3136Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3136Slc - var yyhl3136 bool = l >= 0 - for yyj3136 := 0; ; yyj3136++ { - if yyhl3136 { - if yyj3136 >= l { + var yys3145Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3145Slc + var yyhl3145 bool = l >= 0 + for yyj3145 := 0; ; yyj3145++ { + if yyhl3145 { + if yyj3145 >= l { break } } else { @@ -40276,10 +40354,10 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3136Slc = r.DecodeBytes(yys3136Slc, true, true) - yys3136 := string(yys3136Slc) + yys3145Slc = r.DecodeBytes(yys3145Slc, true, true) + yys3145 := string(yys3145Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3136 { + switch yys3145 { case "phase": if r.TryDecodeAsNil() { x.Phase = "" @@ -40287,9 +40365,9 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Phase = NamespacePhase(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3136) - } // end switch yys3136 - } // end for yyj3136 + z.DecStructFieldNotFound(-1, yys3145) + } // end switch yys3145 + } // end for yyj3145 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40297,16 +40375,16 @@ func (x *NamespaceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3138 int - var yyb3138 bool - var yyhl3138 bool = l >= 0 - yyj3138++ - if yyhl3138 { - yyb3138 = yyj3138 > l + var yyj3147 int + var yyb3147 bool + var yyhl3147 bool = l >= 0 + yyj3147++ + if yyhl3147 { + yyb3147 = yyj3147 > l } else { - yyb3138 = r.CheckBreak() + yyb3147 = r.CheckBreak() } - if yyb3138 { + if yyb3147 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40317,17 +40395,17 @@ func (x *NamespaceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Phase = NamespacePhase(r.DecodeString()) } for { - yyj3138++ - if yyhl3138 { - yyb3138 = yyj3138 > l + yyj3147++ + if yyhl3147 { + yyb3147 = yyj3147 > l } else { - yyb3138 = r.CheckBreak() + yyb3147 = r.CheckBreak() } - if yyb3138 { + if yyb3147 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3138-1, "") + z.DecStructFieldNotFound(yyj3147-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40336,8 +40414,8 @@ func (x NamespacePhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3140 := z.EncBinary() - _ = yym3140 + yym3149 := z.EncBinary() + _ = yym3149 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -40349,8 +40427,8 @@ func (x *NamespacePhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3141 := z.DecBinary() - _ = yym3141 + yym3150 := z.DecBinary() + _ = yym3150 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -40365,39 +40443,39 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3142 := z.EncBinary() - _ = yym3142 + yym3151 := z.EncBinary() + _ = yym3151 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3143 := !z.EncBinary() - yy2arr3143 := z.EncBasicHandle().StructToArray - var yyq3143 [5]bool - _, _, _ = yysep3143, yyq3143, yy2arr3143 - const yyr3143 bool = false - yyq3143[0] = x.Kind != "" - yyq3143[1] = x.APIVersion != "" - yyq3143[2] = true - yyq3143[3] = true - yyq3143[4] = true - var yynn3143 int - if yyr3143 || yy2arr3143 { + yysep3152 := !z.EncBinary() + yy2arr3152 := z.EncBasicHandle().StructToArray + var yyq3152 [5]bool + _, _, _ = yysep3152, yyq3152, yy2arr3152 + const yyr3152 bool = false + yyq3152[0] = x.Kind != "" + yyq3152[1] = x.APIVersion != "" + yyq3152[2] = true + yyq3152[3] = true + yyq3152[4] = true + var yynn3152 int + if yyr3152 || yy2arr3152 { r.EncodeArrayStart(5) } else { - yynn3143 = 0 - for _, b := range yyq3143 { + yynn3152 = 0 + for _, b := range yyq3152 { if b { - yynn3143++ + yynn3152++ } } - r.EncodeMapStart(yynn3143) - yynn3143 = 0 + r.EncodeMapStart(yynn3152) + yynn3152 = 0 } - if yyr3143 || yy2arr3143 { + if yyr3152 || yy2arr3152 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3143[0] { - yym3145 := z.EncBinary() - _ = yym3145 + if yyq3152[0] { + yym3154 := z.EncBinary() + _ = yym3154 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -40406,23 +40484,23 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3143[0] { + if yyq3152[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3146 := z.EncBinary() - _ = yym3146 + yym3155 := z.EncBinary() + _ = yym3155 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3143 || yy2arr3143 { + if yyr3152 || yy2arr3152 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3143[1] { - yym3148 := z.EncBinary() - _ = yym3148 + if yyq3152[1] { + yym3157 := z.EncBinary() + _ = yym3157 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -40431,70 +40509,70 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3143[1] { + if yyq3152[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3149 := z.EncBinary() - _ = yym3149 + yym3158 := z.EncBinary() + _ = yym3158 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3143 || yy2arr3143 { + if yyr3152 || yy2arr3152 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3143[2] { - yy3151 := &x.ObjectMeta - yy3151.CodecEncodeSelf(e) + if yyq3152[2] { + yy3160 := &x.ObjectMeta + yy3160.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3143[2] { + if yyq3152[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3152 := &x.ObjectMeta - yy3152.CodecEncodeSelf(e) + yy3161 := &x.ObjectMeta + yy3161.CodecEncodeSelf(e) } } - if yyr3143 || yy2arr3143 { + if yyr3152 || yy2arr3152 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3143[3] { - yy3154 := &x.Spec - yy3154.CodecEncodeSelf(e) + if yyq3152[3] { + yy3163 := &x.Spec + yy3163.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3143[3] { + if yyq3152[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3155 := &x.Spec - yy3155.CodecEncodeSelf(e) + yy3164 := &x.Spec + yy3164.CodecEncodeSelf(e) } } - if yyr3143 || yy2arr3143 { + if yyr3152 || yy2arr3152 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3143[4] { - yy3157 := &x.Status - yy3157.CodecEncodeSelf(e) + if yyq3152[4] { + yy3166 := &x.Status + yy3166.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3143[4] { + if yyq3152[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3158 := &x.Status - yy3158.CodecEncodeSelf(e) + yy3167 := &x.Status + yy3167.CodecEncodeSelf(e) } } - if yyr3143 || yy2arr3143 { + if yyr3152 || yy2arr3152 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40507,25 +40585,25 @@ func (x *Namespace) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3159 := z.DecBinary() - _ = yym3159 + yym3168 := z.DecBinary() + _ = yym3168 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3160 := r.ContainerType() - if yyct3160 == codecSelferValueTypeMap1234 { - yyl3160 := r.ReadMapStart() - if yyl3160 == 0 { + yyct3169 := r.ContainerType() + if yyct3169 == codecSelferValueTypeMap1234 { + yyl3169 := r.ReadMapStart() + if yyl3169 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3160, d) + x.codecDecodeSelfFromMap(yyl3169, d) } - } else if yyct3160 == codecSelferValueTypeArray1234 { - yyl3160 := r.ReadArrayStart() - if yyl3160 == 0 { + } else if yyct3169 == codecSelferValueTypeArray1234 { + yyl3169 := r.ReadArrayStart() + if yyl3169 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3160, d) + x.codecDecodeSelfFromArray(yyl3169, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40537,12 +40615,12 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3161Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3161Slc - var yyhl3161 bool = l >= 0 - for yyj3161 := 0; ; yyj3161++ { - if yyhl3161 { - if yyj3161 >= l { + var yys3170Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3170Slc + var yyhl3170 bool = l >= 0 + for yyj3170 := 0; ; yyj3170++ { + if yyhl3170 { + if yyj3170 >= l { break } } else { @@ -40551,10 +40629,10 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3161Slc = r.DecodeBytes(yys3161Slc, true, true) - yys3161 := string(yys3161Slc) + yys3170Slc = r.DecodeBytes(yys3170Slc, true, true) + yys3170 := string(yys3170Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3161 { + switch yys3170 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -40571,27 +40649,27 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3164 := &x.ObjectMeta - yyv3164.CodecDecodeSelf(d) + yyv3173 := &x.ObjectMeta + yyv3173.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NamespaceSpec{} } else { - yyv3165 := &x.Spec - yyv3165.CodecDecodeSelf(d) + yyv3174 := &x.Spec + yyv3174.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = NamespaceStatus{} } else { - yyv3166 := &x.Status - yyv3166.CodecDecodeSelf(d) + yyv3175 := &x.Status + yyv3175.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3161) - } // end switch yys3161 - } // end for yyj3161 + z.DecStructFieldNotFound(-1, yys3170) + } // end switch yys3170 + } // end for yyj3170 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40599,16 +40677,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3167 int - var yyb3167 bool - var yyhl3167 bool = l >= 0 - yyj3167++ - if yyhl3167 { - yyb3167 = yyj3167 > l + var yyj3176 int + var yyb3176 bool + var yyhl3176 bool = l >= 0 + yyj3176++ + if yyhl3176 { + yyb3176 = yyj3176 > l } else { - yyb3167 = r.CheckBreak() + yyb3176 = r.CheckBreak() } - if yyb3167 { + if yyb3176 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40618,13 +40696,13 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3167++ - if yyhl3167 { - yyb3167 = yyj3167 > l + yyj3176++ + if yyhl3176 { + yyb3176 = yyj3176 > l } else { - yyb3167 = r.CheckBreak() + yyb3176 = r.CheckBreak() } - if yyb3167 { + if yyb3176 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40634,13 +40712,13 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3167++ - if yyhl3167 { - yyb3167 = yyj3167 > l + yyj3176++ + if yyhl3176 { + yyb3176 = yyj3176 > l } else { - yyb3167 = r.CheckBreak() + yyb3176 = r.CheckBreak() } - if yyb3167 { + if yyb3176 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40648,16 +40726,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3170 := &x.ObjectMeta - yyv3170.CodecDecodeSelf(d) + yyv3179 := &x.ObjectMeta + yyv3179.CodecDecodeSelf(d) } - yyj3167++ - if yyhl3167 { - yyb3167 = yyj3167 > l + yyj3176++ + if yyhl3176 { + yyb3176 = yyj3176 > l } else { - yyb3167 = r.CheckBreak() + yyb3176 = r.CheckBreak() } - if yyb3167 { + if yyb3176 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40665,16 +40743,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NamespaceSpec{} } else { - yyv3171 := &x.Spec - yyv3171.CodecDecodeSelf(d) + yyv3180 := &x.Spec + yyv3180.CodecDecodeSelf(d) } - yyj3167++ - if yyhl3167 { - yyb3167 = yyj3167 > l + yyj3176++ + if yyhl3176 { + yyb3176 = yyj3176 > l } else { - yyb3167 = r.CheckBreak() + yyb3176 = r.CheckBreak() } - if yyb3167 { + if yyb3176 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40682,21 +40760,21 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = NamespaceStatus{} } else { - yyv3172 := &x.Status - yyv3172.CodecDecodeSelf(d) + yyv3181 := &x.Status + yyv3181.CodecDecodeSelf(d) } for { - yyj3167++ - if yyhl3167 { - yyb3167 = yyj3167 > l + yyj3176++ + if yyhl3176 { + yyb3176 = yyj3176 > l } else { - yyb3167 = r.CheckBreak() + yyb3176 = r.CheckBreak() } - if yyb3167 { + if yyb3176 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3167-1, "") + z.DecStructFieldNotFound(yyj3176-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40708,37 +40786,37 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3173 := z.EncBinary() - _ = yym3173 + yym3182 := z.EncBinary() + _ = yym3182 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3174 := !z.EncBinary() - yy2arr3174 := z.EncBasicHandle().StructToArray - var yyq3174 [4]bool - _, _, _ = yysep3174, yyq3174, yy2arr3174 - const yyr3174 bool = false - yyq3174[0] = x.Kind != "" - yyq3174[1] = x.APIVersion != "" - yyq3174[2] = true - var yynn3174 int - if yyr3174 || yy2arr3174 { + yysep3183 := !z.EncBinary() + yy2arr3183 := z.EncBasicHandle().StructToArray + var yyq3183 [4]bool + _, _, _ = yysep3183, yyq3183, yy2arr3183 + const yyr3183 bool = false + yyq3183[0] = x.Kind != "" + yyq3183[1] = x.APIVersion != "" + yyq3183[2] = true + var yynn3183 int + if yyr3183 || yy2arr3183 { r.EncodeArrayStart(4) } else { - yynn3174 = 1 - for _, b := range yyq3174 { + yynn3183 = 1 + for _, b := range yyq3183 { if b { - yynn3174++ + yynn3183++ } } - r.EncodeMapStart(yynn3174) - yynn3174 = 0 + r.EncodeMapStart(yynn3183) + yynn3183 = 0 } - if yyr3174 || yy2arr3174 { + if yyr3183 || yy2arr3183 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3174[0] { - yym3176 := z.EncBinary() - _ = yym3176 + if yyq3183[0] { + yym3185 := z.EncBinary() + _ = yym3185 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -40747,23 +40825,23 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3174[0] { + if yyq3183[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3177 := z.EncBinary() - _ = yym3177 + yym3186 := z.EncBinary() + _ = yym3186 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3174 || yy2arr3174 { + if yyr3183 || yy2arr3183 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3174[1] { - yym3179 := z.EncBinary() - _ = yym3179 + if yyq3183[1] { + yym3188 := z.EncBinary() + _ = yym3188 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -40772,54 +40850,54 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3174[1] { + if yyq3183[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3180 := z.EncBinary() - _ = yym3180 + yym3189 := z.EncBinary() + _ = yym3189 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3174 || yy2arr3174 { + if yyr3183 || yy2arr3183 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3174[2] { - yy3182 := &x.ListMeta - yym3183 := z.EncBinary() - _ = yym3183 + if yyq3183[2] { + yy3191 := &x.ListMeta + yym3192 := z.EncBinary() + _ = yym3192 if false { - } else if z.HasExtensions() && z.EncExt(yy3182) { + } else if z.HasExtensions() && z.EncExt(yy3191) { } else { - z.EncFallback(yy3182) + z.EncFallback(yy3191) } } else { r.EncodeNil() } } else { - if yyq3174[2] { + if yyq3183[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3184 := &x.ListMeta - yym3185 := z.EncBinary() - _ = yym3185 + yy3193 := &x.ListMeta + yym3194 := z.EncBinary() + _ = yym3194 if false { - } else if z.HasExtensions() && z.EncExt(yy3184) { + } else if z.HasExtensions() && z.EncExt(yy3193) { } else { - z.EncFallback(yy3184) + z.EncFallback(yy3193) } } } - if yyr3174 || yy2arr3174 { + if yyr3183 || yy2arr3183 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3187 := z.EncBinary() - _ = yym3187 + yym3196 := z.EncBinary() + _ = yym3196 if false { } else { h.encSliceNamespace(([]Namespace)(x.Items), e) @@ -40832,15 +40910,15 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3188 := z.EncBinary() - _ = yym3188 + yym3197 := z.EncBinary() + _ = yym3197 if false { } else { h.encSliceNamespace(([]Namespace)(x.Items), e) } } } - if yyr3174 || yy2arr3174 { + if yyr3183 || yy2arr3183 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40853,25 +40931,25 @@ func (x *NamespaceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3189 := z.DecBinary() - _ = yym3189 + yym3198 := z.DecBinary() + _ = yym3198 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3190 := r.ContainerType() - if yyct3190 == codecSelferValueTypeMap1234 { - yyl3190 := r.ReadMapStart() - if yyl3190 == 0 { + yyct3199 := r.ContainerType() + if yyct3199 == codecSelferValueTypeMap1234 { + yyl3199 := r.ReadMapStart() + if yyl3199 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3190, d) + x.codecDecodeSelfFromMap(yyl3199, d) } - } else if yyct3190 == codecSelferValueTypeArray1234 { - yyl3190 := r.ReadArrayStart() - if yyl3190 == 0 { + } else if yyct3199 == codecSelferValueTypeArray1234 { + yyl3199 := r.ReadArrayStart() + if yyl3199 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3190, d) + x.codecDecodeSelfFromArray(yyl3199, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40883,12 +40961,12 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3191Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3191Slc - var yyhl3191 bool = l >= 0 - for yyj3191 := 0; ; yyj3191++ { - if yyhl3191 { - if yyj3191 >= l { + var yys3200Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3200Slc + var yyhl3200 bool = l >= 0 + for yyj3200 := 0; ; yyj3200++ { + if yyhl3200 { + if yyj3200 >= l { break } } else { @@ -40897,10 +40975,10 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3191Slc = r.DecodeBytes(yys3191Slc, true, true) - yys3191 := string(yys3191Slc) + yys3200Slc = r.DecodeBytes(yys3200Slc, true, true) + yys3200 := string(yys3200Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3191 { + switch yys3200 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -40917,31 +40995,31 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3194 := &x.ListMeta - yym3195 := z.DecBinary() - _ = yym3195 + yyv3203 := &x.ListMeta + yym3204 := z.DecBinary() + _ = yym3204 if false { - } else if z.HasExtensions() && z.DecExt(yyv3194) { + } else if z.HasExtensions() && z.DecExt(yyv3203) { } else { - z.DecFallback(yyv3194, false) + z.DecFallback(yyv3203, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3196 := &x.Items - yym3197 := z.DecBinary() - _ = yym3197 + yyv3205 := &x.Items + yym3206 := z.DecBinary() + _ = yym3206 if false { } else { - h.decSliceNamespace((*[]Namespace)(yyv3196), d) + h.decSliceNamespace((*[]Namespace)(yyv3205), d) } } default: - z.DecStructFieldNotFound(-1, yys3191) - } // end switch yys3191 - } // end for yyj3191 + z.DecStructFieldNotFound(-1, yys3200) + } // end switch yys3200 + } // end for yyj3200 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40949,16 +41027,16 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3198 int - var yyb3198 bool - var yyhl3198 bool = l >= 0 - yyj3198++ - if yyhl3198 { - yyb3198 = yyj3198 > l + var yyj3207 int + var yyb3207 bool + var yyhl3207 bool = l >= 0 + yyj3207++ + if yyhl3207 { + yyb3207 = yyj3207 > l } else { - yyb3198 = r.CheckBreak() + yyb3207 = r.CheckBreak() } - if yyb3198 { + if yyb3207 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40968,13 +41046,13 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3198++ - if yyhl3198 { - yyb3198 = yyj3198 > l + yyj3207++ + if yyhl3207 { + yyb3207 = yyj3207 > l } else { - yyb3198 = r.CheckBreak() + yyb3207 = r.CheckBreak() } - if yyb3198 { + if yyb3207 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40984,13 +41062,13 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3198++ - if yyhl3198 { - yyb3198 = yyj3198 > l + yyj3207++ + if yyhl3207 { + yyb3207 = yyj3207 > l } else { - yyb3198 = r.CheckBreak() + yyb3207 = r.CheckBreak() } - if yyb3198 { + if yyb3207 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40998,22 +41076,22 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3201 := &x.ListMeta - yym3202 := z.DecBinary() - _ = yym3202 + yyv3210 := &x.ListMeta + yym3211 := z.DecBinary() + _ = yym3211 if false { - } else if z.HasExtensions() && z.DecExt(yyv3201) { + } else if z.HasExtensions() && z.DecExt(yyv3210) { } else { - z.DecFallback(yyv3201, false) + z.DecFallback(yyv3210, false) } } - yyj3198++ - if yyhl3198 { - yyb3198 = yyj3198 > l + yyj3207++ + if yyhl3207 { + yyb3207 = yyj3207 > l } else { - yyb3198 = r.CheckBreak() + yyb3207 = r.CheckBreak() } - if yyb3198 { + if yyb3207 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41021,26 +41099,26 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3203 := &x.Items - yym3204 := z.DecBinary() - _ = yym3204 + yyv3212 := &x.Items + yym3213 := z.DecBinary() + _ = yym3213 if false { } else { - h.decSliceNamespace((*[]Namespace)(yyv3203), d) + h.decSliceNamespace((*[]Namespace)(yyv3212), d) } } for { - yyj3198++ - if yyhl3198 { - yyb3198 = yyj3198 > l + yyj3207++ + if yyhl3207 { + yyb3207 = yyj3207 > l } else { - yyb3198 = r.CheckBreak() + yyb3207 = r.CheckBreak() } - if yyb3198 { + if yyb3207 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3198-1, "") + z.DecStructFieldNotFound(yyj3207-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41052,37 +41130,37 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3205 := z.EncBinary() - _ = yym3205 + yym3214 := z.EncBinary() + _ = yym3214 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3206 := !z.EncBinary() - yy2arr3206 := z.EncBasicHandle().StructToArray - var yyq3206 [4]bool - _, _, _ = yysep3206, yyq3206, yy2arr3206 - const yyr3206 bool = false - yyq3206[0] = x.Kind != "" - yyq3206[1] = x.APIVersion != "" - yyq3206[2] = true - var yynn3206 int - if yyr3206 || yy2arr3206 { + yysep3215 := !z.EncBinary() + yy2arr3215 := z.EncBasicHandle().StructToArray + var yyq3215 [4]bool + _, _, _ = yysep3215, yyq3215, yy2arr3215 + const yyr3215 bool = false + yyq3215[0] = x.Kind != "" + yyq3215[1] = x.APIVersion != "" + yyq3215[2] = true + var yynn3215 int + if yyr3215 || yy2arr3215 { r.EncodeArrayStart(4) } else { - yynn3206 = 1 - for _, b := range yyq3206 { + yynn3215 = 1 + for _, b := range yyq3215 { if b { - yynn3206++ + yynn3215++ } } - r.EncodeMapStart(yynn3206) - yynn3206 = 0 + r.EncodeMapStart(yynn3215) + yynn3215 = 0 } - if yyr3206 || yy2arr3206 { + if yyr3215 || yy2arr3215 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3206[0] { - yym3208 := z.EncBinary() - _ = yym3208 + if yyq3215[0] { + yym3217 := z.EncBinary() + _ = yym3217 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -41091,23 +41169,23 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3206[0] { + if yyq3215[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3209 := z.EncBinary() - _ = yym3209 + yym3218 := z.EncBinary() + _ = yym3218 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3206 || yy2arr3206 { + if yyr3215 || yy2arr3215 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3206[1] { - yym3211 := z.EncBinary() - _ = yym3211 + if yyq3215[1] { + yym3220 := z.EncBinary() + _ = yym3220 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -41116,47 +41194,47 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3206[1] { + if yyq3215[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3212 := z.EncBinary() - _ = yym3212 + yym3221 := z.EncBinary() + _ = yym3221 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3206 || yy2arr3206 { + if yyr3215 || yy2arr3215 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3206[2] { - yy3214 := &x.ObjectMeta - yy3214.CodecEncodeSelf(e) + if yyq3215[2] { + yy3223 := &x.ObjectMeta + yy3223.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3206[2] { + if yyq3215[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3215 := &x.ObjectMeta - yy3215.CodecEncodeSelf(e) + yy3224 := &x.ObjectMeta + yy3224.CodecEncodeSelf(e) } } - if yyr3206 || yy2arr3206 { + if yyr3215 || yy2arr3215 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3217 := &x.Target - yy3217.CodecEncodeSelf(e) + yy3226 := &x.Target + yy3226.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("target")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3218 := &x.Target - yy3218.CodecEncodeSelf(e) + yy3227 := &x.Target + yy3227.CodecEncodeSelf(e) } - if yyr3206 || yy2arr3206 { + if yyr3215 || yy2arr3215 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41169,25 +41247,25 @@ func (x *Binding) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3219 := z.DecBinary() - _ = yym3219 + yym3228 := z.DecBinary() + _ = yym3228 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3220 := r.ContainerType() - if yyct3220 == codecSelferValueTypeMap1234 { - yyl3220 := r.ReadMapStart() - if yyl3220 == 0 { + yyct3229 := r.ContainerType() + if yyct3229 == codecSelferValueTypeMap1234 { + yyl3229 := r.ReadMapStart() + if yyl3229 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3220, d) + x.codecDecodeSelfFromMap(yyl3229, d) } - } else if yyct3220 == codecSelferValueTypeArray1234 { - yyl3220 := r.ReadArrayStart() - if yyl3220 == 0 { + } else if yyct3229 == codecSelferValueTypeArray1234 { + yyl3229 := r.ReadArrayStart() + if yyl3229 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3220, d) + x.codecDecodeSelfFromArray(yyl3229, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41199,12 +41277,12 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3221Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3221Slc - var yyhl3221 bool = l >= 0 - for yyj3221 := 0; ; yyj3221++ { - if yyhl3221 { - if yyj3221 >= l { + var yys3230Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3230Slc + var yyhl3230 bool = l >= 0 + for yyj3230 := 0; ; yyj3230++ { + if yyhl3230 { + if yyj3230 >= l { break } } else { @@ -41213,10 +41291,10 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3221Slc = r.DecodeBytes(yys3221Slc, true, true) - yys3221 := string(yys3221Slc) + yys3230Slc = r.DecodeBytes(yys3230Slc, true, true) + yys3230 := string(yys3230Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3221 { + switch yys3230 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -41233,20 +41311,20 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3224 := &x.ObjectMeta - yyv3224.CodecDecodeSelf(d) + yyv3233 := &x.ObjectMeta + yyv3233.CodecDecodeSelf(d) } case "target": if r.TryDecodeAsNil() { x.Target = ObjectReference{} } else { - yyv3225 := &x.Target - yyv3225.CodecDecodeSelf(d) + yyv3234 := &x.Target + yyv3234.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3221) - } // end switch yys3221 - } // end for yyj3221 + z.DecStructFieldNotFound(-1, yys3230) + } // end switch yys3230 + } // end for yyj3230 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41254,16 +41332,16 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3226 int - var yyb3226 bool - var yyhl3226 bool = l >= 0 - yyj3226++ - if yyhl3226 { - yyb3226 = yyj3226 > l + var yyj3235 int + var yyb3235 bool + var yyhl3235 bool = l >= 0 + yyj3235++ + if yyhl3235 { + yyb3235 = yyj3235 > l } else { - yyb3226 = r.CheckBreak() + yyb3235 = r.CheckBreak() } - if yyb3226 { + if yyb3235 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41273,13 +41351,13 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3226++ - if yyhl3226 { - yyb3226 = yyj3226 > l + yyj3235++ + if yyhl3235 { + yyb3235 = yyj3235 > l } else { - yyb3226 = r.CheckBreak() + yyb3235 = r.CheckBreak() } - if yyb3226 { + if yyb3235 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41289,13 +41367,13 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3226++ - if yyhl3226 { - yyb3226 = yyj3226 > l + yyj3235++ + if yyhl3235 { + yyb3235 = yyj3235 > l } else { - yyb3226 = r.CheckBreak() + yyb3235 = r.CheckBreak() } - if yyb3226 { + if yyb3235 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41303,16 +41381,16 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3229 := &x.ObjectMeta - yyv3229.CodecDecodeSelf(d) + yyv3238 := &x.ObjectMeta + yyv3238.CodecDecodeSelf(d) } - yyj3226++ - if yyhl3226 { - yyb3226 = yyj3226 > l + yyj3235++ + if yyhl3235 { + yyb3235 = yyj3235 > l } else { - yyb3226 = r.CheckBreak() + yyb3235 = r.CheckBreak() } - if yyb3226 { + if yyb3235 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41320,21 +41398,21 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Target = ObjectReference{} } else { - yyv3230 := &x.Target - yyv3230.CodecDecodeSelf(d) + yyv3239 := &x.Target + yyv3239.CodecDecodeSelf(d) } for { - yyj3226++ - if yyhl3226 { - yyb3226 = yyj3226 > l + yyj3235++ + if yyhl3235 { + yyb3235 = yyj3235 > l } else { - yyb3226 = r.CheckBreak() + yyb3235 = r.CheckBreak() } - if yyb3226 { + if yyb3235 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3226-1, "") + z.DecStructFieldNotFound(yyj3235-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41346,68 +41424,68 @@ func (x *Preconditions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3231 := z.EncBinary() - _ = yym3231 + yym3240 := z.EncBinary() + _ = yym3240 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3232 := !z.EncBinary() - yy2arr3232 := z.EncBasicHandle().StructToArray - var yyq3232 [1]bool - _, _, _ = yysep3232, yyq3232, yy2arr3232 - const yyr3232 bool = false - yyq3232[0] = x.UID != nil - var yynn3232 int - if yyr3232 || yy2arr3232 { + yysep3241 := !z.EncBinary() + yy2arr3241 := z.EncBasicHandle().StructToArray + var yyq3241 [1]bool + _, _, _ = yysep3241, yyq3241, yy2arr3241 + const yyr3241 bool = false + yyq3241[0] = x.UID != nil + var yynn3241 int + if yyr3241 || yy2arr3241 { r.EncodeArrayStart(1) } else { - yynn3232 = 0 - for _, b := range yyq3232 { + yynn3241 = 0 + for _, b := range yyq3241 { if b { - yynn3232++ + yynn3241++ } } - r.EncodeMapStart(yynn3232) - yynn3232 = 0 + r.EncodeMapStart(yynn3241) + yynn3241 = 0 } - if yyr3232 || yy2arr3232 { + if yyr3241 || yy2arr3241 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3232[0] { + if yyq3241[0] { if x.UID == nil { r.EncodeNil() } else { - yy3234 := *x.UID - yym3235 := z.EncBinary() - _ = yym3235 + yy3243 := *x.UID + yym3244 := z.EncBinary() + _ = yym3244 if false { - } else if z.HasExtensions() && z.EncExt(yy3234) { + } else if z.HasExtensions() && z.EncExt(yy3243) { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy3234)) + r.EncodeString(codecSelferC_UTF81234, string(yy3243)) } } } else { r.EncodeNil() } } else { - if yyq3232[0] { + if yyq3241[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("uid")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.UID == nil { r.EncodeNil() } else { - yy3236 := *x.UID - yym3237 := z.EncBinary() - _ = yym3237 + yy3245 := *x.UID + yym3246 := z.EncBinary() + _ = yym3246 if false { - } else if z.HasExtensions() && z.EncExt(yy3236) { + } else if z.HasExtensions() && z.EncExt(yy3245) { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy3236)) + r.EncodeString(codecSelferC_UTF81234, string(yy3245)) } } } } - if yyr3232 || yy2arr3232 { + if yyr3241 || yy2arr3241 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41420,25 +41498,25 @@ func (x *Preconditions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3238 := z.DecBinary() - _ = yym3238 + yym3247 := z.DecBinary() + _ = yym3247 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3239 := r.ContainerType() - if yyct3239 == codecSelferValueTypeMap1234 { - yyl3239 := r.ReadMapStart() - if yyl3239 == 0 { + yyct3248 := r.ContainerType() + if yyct3248 == codecSelferValueTypeMap1234 { + yyl3248 := r.ReadMapStart() + if yyl3248 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3239, d) + x.codecDecodeSelfFromMap(yyl3248, d) } - } else if yyct3239 == codecSelferValueTypeArray1234 { - yyl3239 := r.ReadArrayStart() - if yyl3239 == 0 { + } else if yyct3248 == codecSelferValueTypeArray1234 { + yyl3248 := r.ReadArrayStart() + if yyl3248 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3239, d) + x.codecDecodeSelfFromArray(yyl3248, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41450,12 +41528,12 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3240Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3240Slc - var yyhl3240 bool = l >= 0 - for yyj3240 := 0; ; yyj3240++ { - if yyhl3240 { - if yyj3240 >= l { + var yys3249Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3249Slc + var yyhl3249 bool = l >= 0 + for yyj3249 := 0; ; yyj3249++ { + if yyhl3249 { + if yyj3249 >= l { break } } else { @@ -41464,10 +41542,10 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3240Slc = r.DecodeBytes(yys3240Slc, true, true) - yys3240 := string(yys3240Slc) + yys3249Slc = r.DecodeBytes(yys3249Slc, true, true) + yys3249 := string(yys3249Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3240 { + switch yys3249 { case "uid": if r.TryDecodeAsNil() { if x.UID != nil { @@ -41477,8 +41555,8 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.UID == nil { x.UID = new(pkg1_types.UID) } - yym3242 := z.DecBinary() - _ = yym3242 + yym3251 := z.DecBinary() + _ = yym3251 if false { } else if z.HasExtensions() && z.DecExt(x.UID) { } else { @@ -41486,9 +41564,9 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } default: - z.DecStructFieldNotFound(-1, yys3240) - } // end switch yys3240 - } // end for yyj3240 + z.DecStructFieldNotFound(-1, yys3249) + } // end switch yys3249 + } // end for yyj3249 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41496,16 +41574,16 @@ func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3243 int - var yyb3243 bool - var yyhl3243 bool = l >= 0 - yyj3243++ - if yyhl3243 { - yyb3243 = yyj3243 > l + var yyj3252 int + var yyb3252 bool + var yyhl3252 bool = l >= 0 + yyj3252++ + if yyhl3252 { + yyb3252 = yyj3252 > l } else { - yyb3243 = r.CheckBreak() + yyb3252 = r.CheckBreak() } - if yyb3243 { + if yyb3252 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41518,8 +41596,8 @@ func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.UID == nil { x.UID = new(pkg1_types.UID) } - yym3245 := z.DecBinary() - _ = yym3245 + yym3254 := z.DecBinary() + _ = yym3254 if false { } else if z.HasExtensions() && z.DecExt(x.UID) { } else { @@ -41527,17 +41605,17 @@ func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } } for { - yyj3243++ - if yyhl3243 { - yyb3243 = yyj3243 > l + yyj3252++ + if yyhl3252 { + yyb3252 = yyj3252 > l } else { - yyb3243 = r.CheckBreak() + yyb3252 = r.CheckBreak() } - if yyb3243 { + if yyb3252 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3243-1, "") + z.DecStructFieldNotFound(yyj3252-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41549,39 +41627,39 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3246 := z.EncBinary() - _ = yym3246 + yym3255 := z.EncBinary() + _ = yym3255 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3247 := !z.EncBinary() - yy2arr3247 := z.EncBasicHandle().StructToArray - var yyq3247 [5]bool - _, _, _ = yysep3247, yyq3247, yy2arr3247 - const yyr3247 bool = false - yyq3247[0] = x.Kind != "" - yyq3247[1] = x.APIVersion != "" - yyq3247[2] = x.GracePeriodSeconds != nil - yyq3247[3] = x.Preconditions != nil - yyq3247[4] = x.OrphanDependents != nil - var yynn3247 int - if yyr3247 || yy2arr3247 { + yysep3256 := !z.EncBinary() + yy2arr3256 := z.EncBasicHandle().StructToArray + var yyq3256 [5]bool + _, _, _ = yysep3256, yyq3256, yy2arr3256 + const yyr3256 bool = false + yyq3256[0] = x.Kind != "" + yyq3256[1] = x.APIVersion != "" + yyq3256[2] = x.GracePeriodSeconds != nil + yyq3256[3] = x.Preconditions != nil + yyq3256[4] = x.OrphanDependents != nil + var yynn3256 int + if yyr3256 || yy2arr3256 { r.EncodeArrayStart(5) } else { - yynn3247 = 0 - for _, b := range yyq3247 { + yynn3256 = 0 + for _, b := range yyq3256 { if b { - yynn3247++ + yynn3256++ } } - r.EncodeMapStart(yynn3247) - yynn3247 = 0 + r.EncodeMapStart(yynn3256) + yynn3256 = 0 } - if yyr3247 || yy2arr3247 { + if yyr3256 || yy2arr3256 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3247[0] { - yym3249 := z.EncBinary() - _ = yym3249 + if yyq3256[0] { + yym3258 := z.EncBinary() + _ = yym3258 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -41590,23 +41668,23 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3247[0] { + if yyq3256[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3250 := z.EncBinary() - _ = yym3250 + yym3259 := z.EncBinary() + _ = yym3259 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3247 || yy2arr3247 { + if yyr3256 || yy2arr3256 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3247[1] { - yym3252 := z.EncBinary() - _ = yym3252 + if yyq3256[1] { + yym3261 := z.EncBinary() + _ = yym3261 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -41615,56 +41693,56 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3247[1] { + if yyq3256[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3253 := z.EncBinary() - _ = yym3253 + yym3262 := z.EncBinary() + _ = yym3262 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3247 || yy2arr3247 { + if yyr3256 || yy2arr3256 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3247[2] { + if yyq3256[2] { if x.GracePeriodSeconds == nil { r.EncodeNil() } else { - yy3255 := *x.GracePeriodSeconds - yym3256 := z.EncBinary() - _ = yym3256 + yy3264 := *x.GracePeriodSeconds + yym3265 := z.EncBinary() + _ = yym3265 if false { } else { - r.EncodeInt(int64(yy3255)) + r.EncodeInt(int64(yy3264)) } } } else { r.EncodeNil() } } else { - if yyq3247[2] { + if yyq3256[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("gracePeriodSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.GracePeriodSeconds == nil { r.EncodeNil() } else { - yy3257 := *x.GracePeriodSeconds - yym3258 := z.EncBinary() - _ = yym3258 + yy3266 := *x.GracePeriodSeconds + yym3267 := z.EncBinary() + _ = yym3267 if false { } else { - r.EncodeInt(int64(yy3257)) + r.EncodeInt(int64(yy3266)) } } } } - if yyr3247 || yy2arr3247 { + if yyr3256 || yy2arr3256 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3247[3] { + if yyq3256[3] { if x.Preconditions == nil { r.EncodeNil() } else { @@ -41674,7 +41752,7 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3247[3] { + if yyq3256[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preconditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -41685,42 +41763,42 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3247 || yy2arr3247 { + if yyr3256 || yy2arr3256 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3247[4] { + if yyq3256[4] { if x.OrphanDependents == nil { r.EncodeNil() } else { - yy3261 := *x.OrphanDependents - yym3262 := z.EncBinary() - _ = yym3262 + yy3270 := *x.OrphanDependents + yym3271 := z.EncBinary() + _ = yym3271 if false { } else { - r.EncodeBool(bool(yy3261)) + r.EncodeBool(bool(yy3270)) } } } else { r.EncodeNil() } } else { - if yyq3247[4] { + if yyq3256[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("orphanDependents")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.OrphanDependents == nil { r.EncodeNil() } else { - yy3263 := *x.OrphanDependents - yym3264 := z.EncBinary() - _ = yym3264 + yy3272 := *x.OrphanDependents + yym3273 := z.EncBinary() + _ = yym3273 if false { } else { - r.EncodeBool(bool(yy3263)) + r.EncodeBool(bool(yy3272)) } } } } - if yyr3247 || yy2arr3247 { + if yyr3256 || yy2arr3256 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41733,25 +41811,25 @@ func (x *DeleteOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3265 := z.DecBinary() - _ = yym3265 + yym3274 := z.DecBinary() + _ = yym3274 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3266 := r.ContainerType() - if yyct3266 == codecSelferValueTypeMap1234 { - yyl3266 := r.ReadMapStart() - if yyl3266 == 0 { + yyct3275 := r.ContainerType() + if yyct3275 == codecSelferValueTypeMap1234 { + yyl3275 := r.ReadMapStart() + if yyl3275 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3266, d) + x.codecDecodeSelfFromMap(yyl3275, d) } - } else if yyct3266 == codecSelferValueTypeArray1234 { - yyl3266 := r.ReadArrayStart() - if yyl3266 == 0 { + } else if yyct3275 == codecSelferValueTypeArray1234 { + yyl3275 := r.ReadArrayStart() + if yyl3275 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3266, d) + x.codecDecodeSelfFromArray(yyl3275, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41763,12 +41841,12 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3267Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3267Slc - var yyhl3267 bool = l >= 0 - for yyj3267 := 0; ; yyj3267++ { - if yyhl3267 { - if yyj3267 >= l { + var yys3276Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3276Slc + var yyhl3276 bool = l >= 0 + for yyj3276 := 0; ; yyj3276++ { + if yyhl3276 { + if yyj3276 >= l { break } } else { @@ -41777,10 +41855,10 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3267Slc = r.DecodeBytes(yys3267Slc, true, true) - yys3267 := string(yys3267Slc) + yys3276Slc = r.DecodeBytes(yys3276Slc, true, true) + yys3276 := string(yys3276Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3267 { + switch yys3276 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -41802,8 +41880,8 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.GracePeriodSeconds == nil { x.GracePeriodSeconds = new(int64) } - yym3271 := z.DecBinary() - _ = yym3271 + yym3280 := z.DecBinary() + _ = yym3280 if false { } else { *((*int64)(x.GracePeriodSeconds)) = int64(r.DecodeInt(64)) @@ -41829,17 +41907,17 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.OrphanDependents == nil { x.OrphanDependents = new(bool) } - yym3274 := z.DecBinary() - _ = yym3274 + yym3283 := z.DecBinary() + _ = yym3283 if false { } else { *((*bool)(x.OrphanDependents)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys3267) - } // end switch yys3267 - } // end for yyj3267 + z.DecStructFieldNotFound(-1, yys3276) + } // end switch yys3276 + } // end for yyj3276 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41847,16 +41925,16 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3275 int - var yyb3275 bool - var yyhl3275 bool = l >= 0 - yyj3275++ - if yyhl3275 { - yyb3275 = yyj3275 > l + var yyj3284 int + var yyb3284 bool + var yyhl3284 bool = l >= 0 + yyj3284++ + if yyhl3284 { + yyb3284 = yyj3284 > l } else { - yyb3275 = r.CheckBreak() + yyb3284 = r.CheckBreak() } - if yyb3275 { + if yyb3284 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41866,13 +41944,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3275++ - if yyhl3275 { - yyb3275 = yyj3275 > l + yyj3284++ + if yyhl3284 { + yyb3284 = yyj3284 > l } else { - yyb3275 = r.CheckBreak() + yyb3284 = r.CheckBreak() } - if yyb3275 { + if yyb3284 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41882,13 +41960,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3275++ - if yyhl3275 { - yyb3275 = yyj3275 > l + yyj3284++ + if yyhl3284 { + yyb3284 = yyj3284 > l } else { - yyb3275 = r.CheckBreak() + yyb3284 = r.CheckBreak() } - if yyb3275 { + if yyb3284 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41901,20 +41979,20 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.GracePeriodSeconds == nil { x.GracePeriodSeconds = new(int64) } - yym3279 := z.DecBinary() - _ = yym3279 + yym3288 := z.DecBinary() + _ = yym3288 if false { } else { *((*int64)(x.GracePeriodSeconds)) = int64(r.DecodeInt(64)) } } - yyj3275++ - if yyhl3275 { - yyb3275 = yyj3275 > l + yyj3284++ + if yyhl3284 { + yyb3284 = yyj3284 > l } else { - yyb3275 = r.CheckBreak() + yyb3284 = r.CheckBreak() } - if yyb3275 { + if yyb3284 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41929,13 +42007,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Preconditions.CodecDecodeSelf(d) } - yyj3275++ - if yyhl3275 { - yyb3275 = yyj3275 > l + yyj3284++ + if yyhl3284 { + yyb3284 = yyj3284 > l } else { - yyb3275 = r.CheckBreak() + yyb3284 = r.CheckBreak() } - if yyb3275 { + if yyb3284 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41948,25 +42026,25 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.OrphanDependents == nil { x.OrphanDependents = new(bool) } - yym3282 := z.DecBinary() - _ = yym3282 + yym3291 := z.DecBinary() + _ = yym3291 if false { } else { *((*bool)(x.OrphanDependents)) = r.DecodeBool() } } for { - yyj3275++ - if yyhl3275 { - yyb3275 = yyj3275 > l + yyj3284++ + if yyhl3284 { + yyb3284 = yyj3284 > l } else { - yyb3275 = r.CheckBreak() + yyb3284 = r.CheckBreak() } - if yyb3275 { + if yyb3284 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3275-1, "") + z.DecStructFieldNotFound(yyj3284-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41978,36 +42056,36 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3283 := z.EncBinary() - _ = yym3283 + yym3292 := z.EncBinary() + _ = yym3292 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3284 := !z.EncBinary() - yy2arr3284 := z.EncBasicHandle().StructToArray - var yyq3284 [4]bool - _, _, _ = yysep3284, yyq3284, yy2arr3284 - const yyr3284 bool = false - yyq3284[0] = x.Kind != "" - yyq3284[1] = x.APIVersion != "" - var yynn3284 int - if yyr3284 || yy2arr3284 { + yysep3293 := !z.EncBinary() + yy2arr3293 := z.EncBasicHandle().StructToArray + var yyq3293 [4]bool + _, _, _ = yysep3293, yyq3293, yy2arr3293 + const yyr3293 bool = false + yyq3293[0] = x.Kind != "" + yyq3293[1] = x.APIVersion != "" + var yynn3293 int + if yyr3293 || yy2arr3293 { r.EncodeArrayStart(4) } else { - yynn3284 = 2 - for _, b := range yyq3284 { + yynn3293 = 2 + for _, b := range yyq3293 { if b { - yynn3284++ + yynn3293++ } } - r.EncodeMapStart(yynn3284) - yynn3284 = 0 + r.EncodeMapStart(yynn3293) + yynn3293 = 0 } - if yyr3284 || yy2arr3284 { + if yyr3293 || yy2arr3293 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3284[0] { - yym3286 := z.EncBinary() - _ = yym3286 + if yyq3293[0] { + yym3295 := z.EncBinary() + _ = yym3295 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -42016,23 +42094,23 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3284[0] { + if yyq3293[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3287 := z.EncBinary() - _ = yym3287 + yym3296 := z.EncBinary() + _ = yym3296 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3284 || yy2arr3284 { + if yyr3293 || yy2arr3293 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3284[1] { - yym3289 := z.EncBinary() - _ = yym3289 + if yyq3293[1] { + yym3298 := z.EncBinary() + _ = yym3298 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -42041,22 +42119,22 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3284[1] { + if yyq3293[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3290 := z.EncBinary() - _ = yym3290 + yym3299 := z.EncBinary() + _ = yym3299 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3284 || yy2arr3284 { + if yyr3293 || yy2arr3293 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3292 := z.EncBinary() - _ = yym3292 + yym3301 := z.EncBinary() + _ = yym3301 if false { } else { r.EncodeBool(bool(x.Export)) @@ -42065,17 +42143,17 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("export")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3293 := z.EncBinary() - _ = yym3293 + yym3302 := z.EncBinary() + _ = yym3302 if false { } else { r.EncodeBool(bool(x.Export)) } } - if yyr3284 || yy2arr3284 { + if yyr3293 || yy2arr3293 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3295 := z.EncBinary() - _ = yym3295 + yym3304 := z.EncBinary() + _ = yym3304 if false { } else { r.EncodeBool(bool(x.Exact)) @@ -42084,14 +42162,14 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exact")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3296 := z.EncBinary() - _ = yym3296 + yym3305 := z.EncBinary() + _ = yym3305 if false { } else { r.EncodeBool(bool(x.Exact)) } } - if yyr3284 || yy2arr3284 { + if yyr3293 || yy2arr3293 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42104,25 +42182,25 @@ func (x *ExportOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3297 := z.DecBinary() - _ = yym3297 + yym3306 := z.DecBinary() + _ = yym3306 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3298 := r.ContainerType() - if yyct3298 == codecSelferValueTypeMap1234 { - yyl3298 := r.ReadMapStart() - if yyl3298 == 0 { + yyct3307 := r.ContainerType() + if yyct3307 == codecSelferValueTypeMap1234 { + yyl3307 := r.ReadMapStart() + if yyl3307 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3298, d) + x.codecDecodeSelfFromMap(yyl3307, d) } - } else if yyct3298 == codecSelferValueTypeArray1234 { - yyl3298 := r.ReadArrayStart() - if yyl3298 == 0 { + } else if yyct3307 == codecSelferValueTypeArray1234 { + yyl3307 := r.ReadArrayStart() + if yyl3307 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3298, d) + x.codecDecodeSelfFromArray(yyl3307, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42134,12 +42212,12 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3299Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3299Slc - var yyhl3299 bool = l >= 0 - for yyj3299 := 0; ; yyj3299++ { - if yyhl3299 { - if yyj3299 >= 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 { @@ -42148,10 +42226,10 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3299Slc = r.DecodeBytes(yys3299Slc, true, true) - yys3299 := string(yys3299Slc) + yys3308Slc = r.DecodeBytes(yys3308Slc, true, true) + yys3308 := string(yys3308Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3299 { + switch yys3308 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -42177,9 +42255,9 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Exact = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys3299) - } // end switch yys3299 - } // end for yyj3299 + z.DecStructFieldNotFound(-1, yys3308) + } // end switch yys3308 + } // end for yyj3308 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42187,16 +42265,16 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3304 int - var yyb3304 bool - var yyhl3304 bool = l >= 0 - yyj3304++ - if yyhl3304 { - yyb3304 = yyj3304 > l + var yyj3313 int + var yyb3313 bool + var yyhl3313 bool = l >= 0 + yyj3313++ + if yyhl3313 { + yyb3313 = yyj3313 > l } else { - yyb3304 = r.CheckBreak() + yyb3313 = r.CheckBreak() } - if yyb3304 { + if yyb3313 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42206,13 +42284,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3304++ - if yyhl3304 { - yyb3304 = yyj3304 > l + yyj3313++ + if yyhl3313 { + yyb3313 = yyj3313 > l } else { - yyb3304 = r.CheckBreak() + yyb3313 = r.CheckBreak() } - if yyb3304 { + if yyb3313 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42222,13 +42300,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3304++ - if yyhl3304 { - yyb3304 = yyj3304 > l + yyj3313++ + if yyhl3313 { + yyb3313 = yyj3313 > l } else { - yyb3304 = r.CheckBreak() + yyb3313 = r.CheckBreak() } - if yyb3304 { + if yyb3313 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42238,13 +42316,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Export = bool(r.DecodeBool()) } - yyj3304++ - if yyhl3304 { - yyb3304 = yyj3304 > l + yyj3313++ + if yyhl3313 { + yyb3313 = yyj3313 > l } else { - yyb3304 = r.CheckBreak() + yyb3313 = r.CheckBreak() } - if yyb3304 { + if yyb3313 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42255,17 +42333,17 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Exact = bool(r.DecodeBool()) } for { - yyj3304++ - if yyhl3304 { - yyb3304 = yyj3304 > l + yyj3313++ + if yyhl3313 { + yyb3313 = yyj3313 > l } else { - yyb3304 = r.CheckBreak() + yyb3313 = r.CheckBreak() } - if yyb3304 { + if yyb3313 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3304-1, "") + z.DecStructFieldNotFound(yyj3313-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42277,36 +42355,36 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3309 := z.EncBinary() - _ = yym3309 + yym3318 := z.EncBinary() + _ = yym3318 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3310 := !z.EncBinary() - yy2arr3310 := z.EncBasicHandle().StructToArray - var yyq3310 [7]bool - _, _, _ = yysep3310, yyq3310, yy2arr3310 - const yyr3310 bool = false - yyq3310[0] = x.Kind != "" - yyq3310[1] = x.APIVersion != "" - var yynn3310 int - if yyr3310 || yy2arr3310 { + yysep3319 := !z.EncBinary() + yy2arr3319 := z.EncBasicHandle().StructToArray + var yyq3319 [7]bool + _, _, _ = yysep3319, yyq3319, yy2arr3319 + const yyr3319 bool = false + yyq3319[0] = x.Kind != "" + yyq3319[1] = x.APIVersion != "" + var yynn3319 int + if yyr3319 || yy2arr3319 { r.EncodeArrayStart(7) } else { - yynn3310 = 5 - for _, b := range yyq3310 { + yynn3319 = 5 + for _, b := range yyq3319 { if b { - yynn3310++ + yynn3319++ } } - r.EncodeMapStart(yynn3310) - yynn3310 = 0 + r.EncodeMapStart(yynn3319) + yynn3319 = 0 } - if yyr3310 || yy2arr3310 { + if yyr3319 || yy2arr3319 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3310[0] { - yym3312 := z.EncBinary() - _ = yym3312 + if yyq3319[0] { + yym3321 := z.EncBinary() + _ = yym3321 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -42315,23 +42393,23 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3310[0] { + if yyq3319[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3313 := z.EncBinary() - _ = yym3313 + yym3322 := z.EncBinary() + _ = yym3322 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3310 || yy2arr3310 { + if yyr3319 || yy2arr3319 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3310[1] { - yym3315 := z.EncBinary() - _ = yym3315 + if yyq3319[1] { + yym3324 := z.EncBinary() + _ = yym3324 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -42340,25 +42418,25 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3310[1] { + if yyq3319[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3316 := z.EncBinary() - _ = yym3316 + yym3325 := z.EncBinary() + _ = yym3325 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3310 || yy2arr3310 { + if yyr3319 || yy2arr3319 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.LabelSelector == nil { r.EncodeNil() } else { - yym3318 := z.EncBinary() - _ = yym3318 + yym3327 := z.EncBinary() + _ = yym3327 if false { } else if z.HasExtensions() && z.EncExt(x.LabelSelector) { } else { @@ -42372,8 +42450,8 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.LabelSelector == nil { r.EncodeNil() } else { - yym3319 := z.EncBinary() - _ = yym3319 + yym3328 := z.EncBinary() + _ = yym3328 if false { } else if z.HasExtensions() && z.EncExt(x.LabelSelector) { } else { @@ -42381,13 +42459,13 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3310 || yy2arr3310 { + if yyr3319 || yy2arr3319 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.FieldSelector == nil { r.EncodeNil() } else { - yym3321 := z.EncBinary() - _ = yym3321 + yym3330 := z.EncBinary() + _ = yym3330 if false { } else if z.HasExtensions() && z.EncExt(x.FieldSelector) { } else { @@ -42401,8 +42479,8 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.FieldSelector == nil { r.EncodeNil() } else { - yym3322 := z.EncBinary() - _ = yym3322 + yym3331 := z.EncBinary() + _ = yym3331 if false { } else if z.HasExtensions() && z.EncExt(x.FieldSelector) { } else { @@ -42410,10 +42488,10 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3310 || yy2arr3310 { + if yyr3319 || yy2arr3319 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3324 := z.EncBinary() - _ = yym3324 + yym3333 := z.EncBinary() + _ = yym3333 if false { } else { r.EncodeBool(bool(x.Watch)) @@ -42422,17 +42500,17 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Watch")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3325 := z.EncBinary() - _ = yym3325 + yym3334 := z.EncBinary() + _ = yym3334 if false { } else { r.EncodeBool(bool(x.Watch)) } } - if yyr3310 || yy2arr3310 { + if yyr3319 || yy2arr3319 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3327 := z.EncBinary() - _ = yym3327 + yym3336 := z.EncBinary() + _ = yym3336 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) @@ -42441,24 +42519,24 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ResourceVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3328 := z.EncBinary() - _ = yym3328 + yym3337 := z.EncBinary() + _ = yym3337 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) } } - if yyr3310 || yy2arr3310 { + if yyr3319 || yy2arr3319 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.TimeoutSeconds == nil { r.EncodeNil() } else { - yy3330 := *x.TimeoutSeconds - yym3331 := z.EncBinary() - _ = yym3331 + yy3339 := *x.TimeoutSeconds + yym3340 := z.EncBinary() + _ = yym3340 if false { } else { - r.EncodeInt(int64(yy3330)) + r.EncodeInt(int64(yy3339)) } } } else { @@ -42468,16 +42546,16 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.TimeoutSeconds == nil { r.EncodeNil() } else { - yy3332 := *x.TimeoutSeconds - yym3333 := z.EncBinary() - _ = yym3333 + yy3341 := *x.TimeoutSeconds + yym3342 := z.EncBinary() + _ = yym3342 if false { } else { - r.EncodeInt(int64(yy3332)) + r.EncodeInt(int64(yy3341)) } } } - if yyr3310 || yy2arr3310 { + if yyr3319 || yy2arr3319 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42490,25 +42568,25 @@ func (x *ListOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3334 := z.DecBinary() - _ = yym3334 + yym3343 := z.DecBinary() + _ = yym3343 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3335 := r.ContainerType() - if yyct3335 == codecSelferValueTypeMap1234 { - yyl3335 := r.ReadMapStart() - if yyl3335 == 0 { + yyct3344 := r.ContainerType() + if yyct3344 == codecSelferValueTypeMap1234 { + yyl3344 := r.ReadMapStart() + if yyl3344 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3335, d) + x.codecDecodeSelfFromMap(yyl3344, d) } - } else if yyct3335 == codecSelferValueTypeArray1234 { - yyl3335 := r.ReadArrayStart() - if yyl3335 == 0 { + } else if yyct3344 == codecSelferValueTypeArray1234 { + yyl3344 := r.ReadArrayStart() + if yyl3344 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3335, d) + x.codecDecodeSelfFromArray(yyl3344, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42520,12 +42598,12 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3336Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3336Slc - var yyhl3336 bool = l >= 0 - for yyj3336 := 0; ; yyj3336++ { - if yyhl3336 { - if yyj3336 >= l { + var yys3345Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3345Slc + var yyhl3345 bool = l >= 0 + for yyj3345 := 0; ; yyj3345++ { + if yyhl3345 { + if yyj3345 >= l { break } } else { @@ -42534,10 +42612,10 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3336Slc = r.DecodeBytes(yys3336Slc, true, true) - yys3336 := string(yys3336Slc) + yys3345Slc = r.DecodeBytes(yys3345Slc, true, true) + yys3345 := string(yys3345Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3336 { + switch yys3345 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -42554,26 +42632,26 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LabelSelector = nil } else { - yyv3339 := &x.LabelSelector - yym3340 := z.DecBinary() - _ = yym3340 + yyv3348 := &x.LabelSelector + yym3349 := z.DecBinary() + _ = yym3349 if false { - } else if z.HasExtensions() && z.DecExt(yyv3339) { + } else if z.HasExtensions() && z.DecExt(yyv3348) { } else { - z.DecFallback(yyv3339, true) + z.DecFallback(yyv3348, true) } } case "FieldSelector": if r.TryDecodeAsNil() { x.FieldSelector = nil } else { - yyv3341 := &x.FieldSelector - yym3342 := z.DecBinary() - _ = yym3342 + yyv3350 := &x.FieldSelector + yym3351 := z.DecBinary() + _ = yym3351 if false { - } else if z.HasExtensions() && z.DecExt(yyv3341) { + } else if z.HasExtensions() && z.DecExt(yyv3350) { } else { - z.DecFallback(yyv3341, true) + z.DecFallback(yyv3350, true) } } case "Watch": @@ -42597,17 +42675,17 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TimeoutSeconds == nil { x.TimeoutSeconds = new(int64) } - yym3346 := z.DecBinary() - _ = yym3346 + yym3355 := z.DecBinary() + _ = yym3355 if false { } else { *((*int64)(x.TimeoutSeconds)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys3336) - } // end switch yys3336 - } // end for yyj3336 + z.DecStructFieldNotFound(-1, yys3345) + } // end switch yys3345 + } // end for yyj3345 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42615,16 +42693,16 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3347 int - var yyb3347 bool - var yyhl3347 bool = l >= 0 - yyj3347++ - if yyhl3347 { - yyb3347 = yyj3347 > l + var yyj3356 int + var yyb3356 bool + var yyhl3356 bool = l >= 0 + yyj3356++ + if yyhl3356 { + yyb3356 = yyj3356 > l } else { - yyb3347 = r.CheckBreak() + yyb3356 = r.CheckBreak() } - if yyb3347 { + if yyb3356 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42634,13 +42712,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3347++ - if yyhl3347 { - yyb3347 = yyj3347 > l + yyj3356++ + if yyhl3356 { + yyb3356 = yyj3356 > l } else { - yyb3347 = r.CheckBreak() + yyb3356 = r.CheckBreak() } - if yyb3347 { + if yyb3356 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42650,13 +42728,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3347++ - if yyhl3347 { - yyb3347 = yyj3347 > l + yyj3356++ + if yyhl3356 { + yyb3356 = yyj3356 > l } else { - yyb3347 = r.CheckBreak() + yyb3356 = r.CheckBreak() } - if yyb3347 { + if yyb3356 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42664,22 +42742,22 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LabelSelector = nil } else { - yyv3350 := &x.LabelSelector - yym3351 := z.DecBinary() - _ = yym3351 + yyv3359 := &x.LabelSelector + yym3360 := z.DecBinary() + _ = yym3360 if false { - } else if z.HasExtensions() && z.DecExt(yyv3350) { + } else if z.HasExtensions() && z.DecExt(yyv3359) { } else { - z.DecFallback(yyv3350, true) + z.DecFallback(yyv3359, true) } } - yyj3347++ - if yyhl3347 { - yyb3347 = yyj3347 > l + yyj3356++ + if yyhl3356 { + yyb3356 = yyj3356 > l } else { - yyb3347 = r.CheckBreak() + yyb3356 = r.CheckBreak() } - if yyb3347 { + if yyb3356 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42687,22 +42765,22 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.FieldSelector = nil } else { - yyv3352 := &x.FieldSelector - yym3353 := z.DecBinary() - _ = yym3353 + yyv3361 := &x.FieldSelector + yym3362 := z.DecBinary() + _ = yym3362 if false { - } else if z.HasExtensions() && z.DecExt(yyv3352) { + } else if z.HasExtensions() && z.DecExt(yyv3361) { } else { - z.DecFallback(yyv3352, true) + z.DecFallback(yyv3361, true) } } - yyj3347++ - if yyhl3347 { - yyb3347 = yyj3347 > l + yyj3356++ + if yyhl3356 { + yyb3356 = yyj3356 > l } else { - yyb3347 = r.CheckBreak() + yyb3356 = r.CheckBreak() } - if yyb3347 { + if yyb3356 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42712,13 +42790,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Watch = bool(r.DecodeBool()) } - yyj3347++ - if yyhl3347 { - yyb3347 = yyj3347 > l + yyj3356++ + if yyhl3356 { + yyb3356 = yyj3356 > l } else { - yyb3347 = r.CheckBreak() + yyb3356 = r.CheckBreak() } - if yyb3347 { + if yyb3356 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42728,13 +42806,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ResourceVersion = string(r.DecodeString()) } - yyj3347++ - if yyhl3347 { - yyb3347 = yyj3347 > l + yyj3356++ + if yyhl3356 { + yyb3356 = yyj3356 > l } else { - yyb3347 = r.CheckBreak() + yyb3356 = r.CheckBreak() } - if yyb3347 { + if yyb3356 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42747,25 +42825,25 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TimeoutSeconds == nil { x.TimeoutSeconds = new(int64) } - yym3357 := z.DecBinary() - _ = yym3357 + yym3366 := z.DecBinary() + _ = yym3366 if false { } else { *((*int64)(x.TimeoutSeconds)) = int64(r.DecodeInt(64)) } } for { - yyj3347++ - if yyhl3347 { - yyb3347 = yyj3347 > l + yyj3356++ + if yyhl3356 { + yyb3356 = yyj3356 > l } else { - yyb3347 = r.CheckBreak() + yyb3356 = r.CheckBreak() } - if yyb3347 { + if yyb3356 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3347-1, "") + z.DecStructFieldNotFound(yyj3356-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42777,36 +42855,36 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3358 := z.EncBinary() - _ = yym3358 + yym3367 := z.EncBinary() + _ = yym3367 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3359 := !z.EncBinary() - yy2arr3359 := z.EncBasicHandle().StructToArray - var yyq3359 [10]bool - _, _, _ = yysep3359, yyq3359, yy2arr3359 - const yyr3359 bool = false - yyq3359[0] = x.Kind != "" - yyq3359[1] = x.APIVersion != "" - var yynn3359 int - if yyr3359 || yy2arr3359 { + yysep3368 := !z.EncBinary() + yy2arr3368 := z.EncBasicHandle().StructToArray + var yyq3368 [10]bool + _, _, _ = yysep3368, yyq3368, yy2arr3368 + const yyr3368 bool = false + yyq3368[0] = x.Kind != "" + yyq3368[1] = x.APIVersion != "" + var yynn3368 int + if yyr3368 || yy2arr3368 { r.EncodeArrayStart(10) } else { - yynn3359 = 8 - for _, b := range yyq3359 { + yynn3368 = 8 + for _, b := range yyq3368 { if b { - yynn3359++ + yynn3368++ } } - r.EncodeMapStart(yynn3359) - yynn3359 = 0 + r.EncodeMapStart(yynn3368) + yynn3368 = 0 } - if yyr3359 || yy2arr3359 { + if yyr3368 || yy2arr3368 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3359[0] { - yym3361 := z.EncBinary() - _ = yym3361 + if yyq3368[0] { + yym3370 := z.EncBinary() + _ = yym3370 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -42815,23 +42893,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3359[0] { + if yyq3368[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3362 := z.EncBinary() - _ = yym3362 + yym3371 := z.EncBinary() + _ = yym3371 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3359 || yy2arr3359 { + if yyr3368 || yy2arr3368 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3359[1] { - yym3364 := z.EncBinary() - _ = yym3364 + if yyq3368[1] { + yym3373 := z.EncBinary() + _ = yym3373 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -42840,22 +42918,22 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3359[1] { + if yyq3368[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3365 := z.EncBinary() - _ = yym3365 + yym3374 := z.EncBinary() + _ = yym3374 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3359 || yy2arr3359 { + if yyr3368 || yy2arr3368 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3367 := z.EncBinary() - _ = yym3367 + yym3376 := z.EncBinary() + _ = yym3376 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -42864,17 +42942,17 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3368 := z.EncBinary() - _ = yym3368 + yym3377 := z.EncBinary() + _ = yym3377 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } - if yyr3359 || yy2arr3359 { + if yyr3368 || yy2arr3368 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3370 := z.EncBinary() - _ = yym3370 + yym3379 := z.EncBinary() + _ = yym3379 if false { } else { r.EncodeBool(bool(x.Follow)) @@ -42883,17 +42961,17 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Follow")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3371 := z.EncBinary() - _ = yym3371 + yym3380 := z.EncBinary() + _ = yym3380 if false { } else { r.EncodeBool(bool(x.Follow)) } } - if yyr3359 || yy2arr3359 { + if yyr3368 || yy2arr3368 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3373 := z.EncBinary() - _ = yym3373 + yym3382 := z.EncBinary() + _ = yym3382 if false { } else { r.EncodeBool(bool(x.Previous)) @@ -42902,24 +42980,24 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Previous")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3374 := z.EncBinary() - _ = yym3374 + yym3383 := z.EncBinary() + _ = yym3383 if false { } else { r.EncodeBool(bool(x.Previous)) } } - if yyr3359 || yy2arr3359 { + if yyr3368 || yy2arr3368 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.SinceSeconds == nil { r.EncodeNil() } else { - yy3376 := *x.SinceSeconds - yym3377 := z.EncBinary() - _ = yym3377 + yy3385 := *x.SinceSeconds + yym3386 := z.EncBinary() + _ = yym3386 if false { } else { - r.EncodeInt(int64(yy3376)) + r.EncodeInt(int64(yy3385)) } } } else { @@ -42929,27 +43007,27 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.SinceSeconds == nil { r.EncodeNil() } else { - yy3378 := *x.SinceSeconds - yym3379 := z.EncBinary() - _ = yym3379 + yy3387 := *x.SinceSeconds + yym3388 := z.EncBinary() + _ = yym3388 if false { } else { - r.EncodeInt(int64(yy3378)) + r.EncodeInt(int64(yy3387)) } } } - if yyr3359 || yy2arr3359 { + if yyr3368 || yy2arr3368 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.SinceTime == nil { r.EncodeNil() } else { - yym3381 := z.EncBinary() - _ = yym3381 + yym3390 := z.EncBinary() + _ = yym3390 if false { } else if z.HasExtensions() && z.EncExt(x.SinceTime) { - } else if yym3381 { + } else if yym3390 { z.EncBinaryMarshal(x.SinceTime) - } else if !yym3381 && z.IsJSONHandle() { + } else if !yym3390 && z.IsJSONHandle() { z.EncJSONMarshal(x.SinceTime) } else { z.EncFallback(x.SinceTime) @@ -42962,23 +43040,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.SinceTime == nil { r.EncodeNil() } else { - yym3382 := z.EncBinary() - _ = yym3382 + yym3391 := z.EncBinary() + _ = yym3391 if false { } else if z.HasExtensions() && z.EncExt(x.SinceTime) { - } else if yym3382 { + } else if yym3391 { z.EncBinaryMarshal(x.SinceTime) - } else if !yym3382 && z.IsJSONHandle() { + } else if !yym3391 && z.IsJSONHandle() { z.EncJSONMarshal(x.SinceTime) } else { z.EncFallback(x.SinceTime) } } } - if yyr3359 || yy2arr3359 { + if yyr3368 || yy2arr3368 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3384 := z.EncBinary() - _ = yym3384 + yym3393 := z.EncBinary() + _ = yym3393 if false { } else { r.EncodeBool(bool(x.Timestamps)) @@ -42987,24 +43065,24 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Timestamps")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3385 := z.EncBinary() - _ = yym3385 + yym3394 := z.EncBinary() + _ = yym3394 if false { } else { r.EncodeBool(bool(x.Timestamps)) } } - if yyr3359 || yy2arr3359 { + if yyr3368 || yy2arr3368 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.TailLines == nil { r.EncodeNil() } else { - yy3387 := *x.TailLines - yym3388 := z.EncBinary() - _ = yym3388 + yy3396 := *x.TailLines + yym3397 := z.EncBinary() + _ = yym3397 if false { } else { - r.EncodeInt(int64(yy3387)) + r.EncodeInt(int64(yy3396)) } } } else { @@ -43014,26 +43092,26 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.TailLines == nil { r.EncodeNil() } else { - yy3389 := *x.TailLines - yym3390 := z.EncBinary() - _ = yym3390 + yy3398 := *x.TailLines + yym3399 := z.EncBinary() + _ = yym3399 if false { } else { - r.EncodeInt(int64(yy3389)) + r.EncodeInt(int64(yy3398)) } } } - if yyr3359 || yy2arr3359 { + if yyr3368 || yy2arr3368 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.LimitBytes == nil { r.EncodeNil() } else { - yy3392 := *x.LimitBytes - yym3393 := z.EncBinary() - _ = yym3393 + yy3401 := *x.LimitBytes + yym3402 := z.EncBinary() + _ = yym3402 if false { } else { - r.EncodeInt(int64(yy3392)) + r.EncodeInt(int64(yy3401)) } } } else { @@ -43043,16 +43121,16 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.LimitBytes == nil { r.EncodeNil() } else { - yy3394 := *x.LimitBytes - yym3395 := z.EncBinary() - _ = yym3395 + yy3403 := *x.LimitBytes + yym3404 := z.EncBinary() + _ = yym3404 if false { } else { - r.EncodeInt(int64(yy3394)) + r.EncodeInt(int64(yy3403)) } } } - if yyr3359 || yy2arr3359 { + if yyr3368 || yy2arr3368 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43065,25 +43143,25 @@ func (x *PodLogOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3396 := z.DecBinary() - _ = yym3396 + yym3405 := z.DecBinary() + _ = yym3405 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3397 := r.ContainerType() - if yyct3397 == codecSelferValueTypeMap1234 { - yyl3397 := r.ReadMapStart() - if yyl3397 == 0 { + yyct3406 := r.ContainerType() + if yyct3406 == codecSelferValueTypeMap1234 { + yyl3406 := r.ReadMapStart() + if yyl3406 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3397, d) + x.codecDecodeSelfFromMap(yyl3406, d) } - } else if yyct3397 == codecSelferValueTypeArray1234 { - yyl3397 := r.ReadArrayStart() - if yyl3397 == 0 { + } else if yyct3406 == codecSelferValueTypeArray1234 { + yyl3406 := r.ReadArrayStart() + if yyl3406 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3397, d) + x.codecDecodeSelfFromArray(yyl3406, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43095,12 +43173,12 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3398Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3398Slc - var yyhl3398 bool = l >= 0 - for yyj3398 := 0; ; yyj3398++ { - if yyhl3398 { - if yyj3398 >= l { + var yys3407Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3407Slc + var yyhl3407 bool = l >= 0 + for yyj3407 := 0; ; yyj3407++ { + if yyhl3407 { + if yyj3407 >= l { break } } else { @@ -43109,10 +43187,10 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3398Slc = r.DecodeBytes(yys3398Slc, true, true) - yys3398 := string(yys3398Slc) + yys3407Slc = r.DecodeBytes(yys3407Slc, true, true) + yys3407 := string(yys3407Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3398 { + switch yys3407 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -43152,8 +43230,8 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.SinceSeconds == nil { x.SinceSeconds = new(int64) } - yym3405 := z.DecBinary() - _ = yym3405 + yym3414 := z.DecBinary() + _ = yym3414 if false { } else { *((*int64)(x.SinceSeconds)) = int64(r.DecodeInt(64)) @@ -43168,13 +43246,13 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.SinceTime == nil { x.SinceTime = new(pkg2_unversioned.Time) } - yym3407 := z.DecBinary() - _ = yym3407 + yym3416 := z.DecBinary() + _ = yym3416 if false { } else if z.HasExtensions() && z.DecExt(x.SinceTime) { - } else if yym3407 { + } else if yym3416 { z.DecBinaryUnmarshal(x.SinceTime) - } else if !yym3407 && z.IsJSONHandle() { + } else if !yym3416 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.SinceTime) } else { z.DecFallback(x.SinceTime, false) @@ -43195,8 +43273,8 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TailLines == nil { x.TailLines = new(int64) } - yym3410 := z.DecBinary() - _ = yym3410 + yym3419 := z.DecBinary() + _ = yym3419 if false { } else { *((*int64)(x.TailLines)) = int64(r.DecodeInt(64)) @@ -43211,17 +43289,17 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.LimitBytes == nil { x.LimitBytes = new(int64) } - yym3412 := z.DecBinary() - _ = yym3412 + yym3421 := z.DecBinary() + _ = yym3421 if false { } else { *((*int64)(x.LimitBytes)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys3398) - } // end switch yys3398 - } // end for yyj3398 + z.DecStructFieldNotFound(-1, yys3407) + } // end switch yys3407 + } // end for yyj3407 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43229,16 +43307,16 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3413 int - var yyb3413 bool - var yyhl3413 bool = l >= 0 - yyj3413++ - if yyhl3413 { - yyb3413 = yyj3413 > l + var yyj3422 int + var yyb3422 bool + var yyhl3422 bool = l >= 0 + yyj3422++ + if yyhl3422 { + yyb3422 = yyj3422 > l } else { - yyb3413 = r.CheckBreak() + yyb3422 = r.CheckBreak() } - if yyb3413 { + if yyb3422 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43248,13 +43326,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3413++ - if yyhl3413 { - yyb3413 = yyj3413 > l + yyj3422++ + if yyhl3422 { + yyb3422 = yyj3422 > l } else { - yyb3413 = r.CheckBreak() + yyb3422 = r.CheckBreak() } - if yyb3413 { + if yyb3422 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43264,13 +43342,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3413++ - if yyhl3413 { - yyb3413 = yyj3413 > l + yyj3422++ + if yyhl3422 { + yyb3422 = yyj3422 > l } else { - yyb3413 = r.CheckBreak() + yyb3422 = r.CheckBreak() } - if yyb3413 { + if yyb3422 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43280,13 +43358,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Container = string(r.DecodeString()) } - yyj3413++ - if yyhl3413 { - yyb3413 = yyj3413 > l + yyj3422++ + if yyhl3422 { + yyb3422 = yyj3422 > l } else { - yyb3413 = r.CheckBreak() + yyb3422 = r.CheckBreak() } - if yyb3413 { + if yyb3422 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43296,13 +43374,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Follow = bool(r.DecodeBool()) } - yyj3413++ - if yyhl3413 { - yyb3413 = yyj3413 > l + yyj3422++ + if yyhl3422 { + yyb3422 = yyj3422 > l } else { - yyb3413 = r.CheckBreak() + yyb3422 = r.CheckBreak() } - if yyb3413 { + if yyb3422 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43312,13 +43390,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Previous = bool(r.DecodeBool()) } - yyj3413++ - if yyhl3413 { - yyb3413 = yyj3413 > l + yyj3422++ + if yyhl3422 { + yyb3422 = yyj3422 > l } else { - yyb3413 = r.CheckBreak() + yyb3422 = r.CheckBreak() } - if yyb3413 { + if yyb3422 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43331,20 +43409,20 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.SinceSeconds == nil { x.SinceSeconds = new(int64) } - yym3420 := z.DecBinary() - _ = yym3420 + yym3429 := z.DecBinary() + _ = yym3429 if false { } else { *((*int64)(x.SinceSeconds)) = int64(r.DecodeInt(64)) } } - yyj3413++ - if yyhl3413 { - yyb3413 = yyj3413 > l + yyj3422++ + if yyhl3422 { + yyb3422 = yyj3422 > l } else { - yyb3413 = r.CheckBreak() + yyb3422 = r.CheckBreak() } - if yyb3413 { + if yyb3422 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43357,25 +43435,25 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.SinceTime == nil { x.SinceTime = new(pkg2_unversioned.Time) } - yym3422 := z.DecBinary() - _ = yym3422 + yym3431 := z.DecBinary() + _ = yym3431 if false { } else if z.HasExtensions() && z.DecExt(x.SinceTime) { - } else if yym3422 { + } else if yym3431 { z.DecBinaryUnmarshal(x.SinceTime) - } else if !yym3422 && z.IsJSONHandle() { + } else if !yym3431 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.SinceTime) } else { z.DecFallback(x.SinceTime, false) } } - yyj3413++ - if yyhl3413 { - yyb3413 = yyj3413 > l + yyj3422++ + if yyhl3422 { + yyb3422 = yyj3422 > l } else { - yyb3413 = r.CheckBreak() + yyb3422 = r.CheckBreak() } - if yyb3413 { + if yyb3422 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43385,13 +43463,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Timestamps = bool(r.DecodeBool()) } - yyj3413++ - if yyhl3413 { - yyb3413 = yyj3413 > l + yyj3422++ + if yyhl3422 { + yyb3422 = yyj3422 > l } else { - yyb3413 = r.CheckBreak() + yyb3422 = r.CheckBreak() } - if yyb3413 { + if yyb3422 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43404,20 +43482,20 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TailLines == nil { x.TailLines = new(int64) } - yym3425 := z.DecBinary() - _ = yym3425 + yym3434 := z.DecBinary() + _ = yym3434 if false { } else { *((*int64)(x.TailLines)) = int64(r.DecodeInt(64)) } } - yyj3413++ - if yyhl3413 { - yyb3413 = yyj3413 > l + yyj3422++ + if yyhl3422 { + yyb3422 = yyj3422 > l } else { - yyb3413 = r.CheckBreak() + yyb3422 = r.CheckBreak() } - if yyb3413 { + if yyb3422 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43430,25 +43508,25 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.LimitBytes == nil { x.LimitBytes = new(int64) } - yym3427 := z.DecBinary() - _ = yym3427 + yym3436 := z.DecBinary() + _ = yym3436 if false { } else { *((*int64)(x.LimitBytes)) = int64(r.DecodeInt(64)) } } for { - yyj3413++ - if yyhl3413 { - yyb3413 = yyj3413 > l + yyj3422++ + if yyhl3422 { + yyb3422 = yyj3422 > l } else { - yyb3413 = r.CheckBreak() + yyb3422 = r.CheckBreak() } - if yyb3413 { + if yyb3422 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3413-1, "") + z.DecStructFieldNotFound(yyj3422-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43460,41 +43538,41 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3428 := z.EncBinary() - _ = yym3428 + yym3437 := z.EncBinary() + _ = yym3437 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3429 := !z.EncBinary() - yy2arr3429 := z.EncBasicHandle().StructToArray - var yyq3429 [7]bool - _, _, _ = yysep3429, yyq3429, yy2arr3429 - const yyr3429 bool = false - yyq3429[0] = x.Kind != "" - yyq3429[1] = x.APIVersion != "" - yyq3429[2] = x.Stdin != false - yyq3429[3] = x.Stdout != false - yyq3429[4] = x.Stderr != false - yyq3429[5] = x.TTY != false - yyq3429[6] = x.Container != "" - var yynn3429 int - if yyr3429 || yy2arr3429 { + yysep3438 := !z.EncBinary() + yy2arr3438 := z.EncBasicHandle().StructToArray + var yyq3438 [7]bool + _, _, _ = yysep3438, yyq3438, yy2arr3438 + const yyr3438 bool = false + yyq3438[0] = x.Kind != "" + yyq3438[1] = x.APIVersion != "" + yyq3438[2] = x.Stdin != false + yyq3438[3] = x.Stdout != false + yyq3438[4] = x.Stderr != false + yyq3438[5] = x.TTY != false + yyq3438[6] = x.Container != "" + var yynn3438 int + if yyr3438 || yy2arr3438 { r.EncodeArrayStart(7) } else { - yynn3429 = 0 - for _, b := range yyq3429 { + yynn3438 = 0 + for _, b := range yyq3438 { if b { - yynn3429++ + yynn3438++ } } - r.EncodeMapStart(yynn3429) - yynn3429 = 0 + r.EncodeMapStart(yynn3438) + yynn3438 = 0 } - if yyr3429 || yy2arr3429 { + if yyr3438 || yy2arr3438 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3429[0] { - yym3431 := z.EncBinary() - _ = yym3431 + if yyq3438[0] { + yym3440 := z.EncBinary() + _ = yym3440 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -43503,23 +43581,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3429[0] { + if yyq3438[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3432 := z.EncBinary() - _ = yym3432 + yym3441 := z.EncBinary() + _ = yym3441 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3429 || yy2arr3429 { + if yyr3438 || yy2arr3438 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3429[1] { - yym3434 := z.EncBinary() - _ = yym3434 + if yyq3438[1] { + yym3443 := z.EncBinary() + _ = yym3443 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -43528,23 +43606,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3429[1] { + if yyq3438[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3435 := z.EncBinary() - _ = yym3435 + yym3444 := z.EncBinary() + _ = yym3444 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3429 || yy2arr3429 { + if yyr3438 || yy2arr3438 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3429[2] { - yym3437 := z.EncBinary() - _ = yym3437 + if yyq3438[2] { + yym3446 := z.EncBinary() + _ = yym3446 if false { } else { r.EncodeBool(bool(x.Stdin)) @@ -43553,23 +43631,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3429[2] { + if yyq3438[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stdin")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3438 := z.EncBinary() - _ = yym3438 + yym3447 := z.EncBinary() + _ = yym3447 if false { } else { r.EncodeBool(bool(x.Stdin)) } } } - if yyr3429 || yy2arr3429 { + if yyr3438 || yy2arr3438 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3429[3] { - yym3440 := z.EncBinary() - _ = yym3440 + if yyq3438[3] { + yym3449 := z.EncBinary() + _ = yym3449 if false { } else { r.EncodeBool(bool(x.Stdout)) @@ -43578,23 +43656,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3429[3] { + if yyq3438[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stdout")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3441 := z.EncBinary() - _ = yym3441 + yym3450 := z.EncBinary() + _ = yym3450 if false { } else { r.EncodeBool(bool(x.Stdout)) } } } - if yyr3429 || yy2arr3429 { + if yyr3438 || yy2arr3438 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3429[4] { - yym3443 := z.EncBinary() - _ = yym3443 + if yyq3438[4] { + yym3452 := z.EncBinary() + _ = yym3452 if false { } else { r.EncodeBool(bool(x.Stderr)) @@ -43603,23 +43681,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3429[4] { + if yyq3438[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stderr")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3444 := z.EncBinary() - _ = yym3444 + yym3453 := z.EncBinary() + _ = yym3453 if false { } else { r.EncodeBool(bool(x.Stderr)) } } } - if yyr3429 || yy2arr3429 { + if yyr3438 || yy2arr3438 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3429[5] { - yym3446 := z.EncBinary() - _ = yym3446 + if yyq3438[5] { + yym3455 := z.EncBinary() + _ = yym3455 if false { } else { r.EncodeBool(bool(x.TTY)) @@ -43628,23 +43706,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3429[5] { + if yyq3438[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tty")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3447 := z.EncBinary() - _ = yym3447 + yym3456 := z.EncBinary() + _ = yym3456 if false { } else { r.EncodeBool(bool(x.TTY)) } } } - if yyr3429 || yy2arr3429 { + if yyr3438 || yy2arr3438 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3429[6] { - yym3449 := z.EncBinary() - _ = yym3449 + if yyq3438[6] { + yym3458 := z.EncBinary() + _ = yym3458 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -43653,19 +43731,19 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3429[6] { + if yyq3438[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3450 := z.EncBinary() - _ = yym3450 + yym3459 := z.EncBinary() + _ = yym3459 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } } - if yyr3429 || yy2arr3429 { + if yyr3438 || yy2arr3438 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43678,25 +43756,25 @@ func (x *PodAttachOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3451 := z.DecBinary() - _ = yym3451 + yym3460 := z.DecBinary() + _ = yym3460 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3452 := r.ContainerType() - if yyct3452 == codecSelferValueTypeMap1234 { - yyl3452 := r.ReadMapStart() - if yyl3452 == 0 { + yyct3461 := r.ContainerType() + if yyct3461 == codecSelferValueTypeMap1234 { + yyl3461 := r.ReadMapStart() + if yyl3461 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3452, d) + x.codecDecodeSelfFromMap(yyl3461, d) } - } else if yyct3452 == codecSelferValueTypeArray1234 { - yyl3452 := r.ReadArrayStart() - if yyl3452 == 0 { + } else if yyct3461 == codecSelferValueTypeArray1234 { + yyl3461 := r.ReadArrayStart() + if yyl3461 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3452, d) + x.codecDecodeSelfFromArray(yyl3461, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43708,12 +43786,12 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3453Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3453Slc - var yyhl3453 bool = l >= 0 - for yyj3453 := 0; ; yyj3453++ { - if yyhl3453 { - if yyj3453 >= l { + var yys3462Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3462Slc + var yyhl3462 bool = l >= 0 + for yyj3462 := 0; ; yyj3462++ { + if yyhl3462 { + if yyj3462 >= l { break } } else { @@ -43722,10 +43800,10 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3453Slc = r.DecodeBytes(yys3453Slc, true, true) - yys3453 := string(yys3453Slc) + yys3462Slc = r.DecodeBytes(yys3462Slc, true, true) + yys3462 := string(yys3462Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3453 { + switch yys3462 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -43769,9 +43847,9 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Container = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3453) - } // end switch yys3453 - } // end for yyj3453 + z.DecStructFieldNotFound(-1, yys3462) + } // end switch yys3462 + } // end for yyj3462 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43779,16 +43857,16 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3461 int - var yyb3461 bool - var yyhl3461 bool = l >= 0 - yyj3461++ - if yyhl3461 { - yyb3461 = yyj3461 > l + var yyj3470 int + var yyb3470 bool + var yyhl3470 bool = l >= 0 + yyj3470++ + if yyhl3470 { + yyb3470 = yyj3470 > l } else { - yyb3461 = r.CheckBreak() + yyb3470 = r.CheckBreak() } - if yyb3461 { + if yyb3470 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43798,13 +43876,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3461++ - if yyhl3461 { - yyb3461 = yyj3461 > l + yyj3470++ + if yyhl3470 { + yyb3470 = yyj3470 > l } else { - yyb3461 = r.CheckBreak() + yyb3470 = r.CheckBreak() } - if yyb3461 { + if yyb3470 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43814,13 +43892,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3461++ - if yyhl3461 { - yyb3461 = yyj3461 > l + yyj3470++ + if yyhl3470 { + yyb3470 = yyj3470 > l } else { - yyb3461 = r.CheckBreak() + yyb3470 = r.CheckBreak() } - if yyb3461 { + if yyb3470 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43830,13 +43908,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stdin = bool(r.DecodeBool()) } - yyj3461++ - if yyhl3461 { - yyb3461 = yyj3461 > l + yyj3470++ + if yyhl3470 { + yyb3470 = yyj3470 > l } else { - yyb3461 = r.CheckBreak() + yyb3470 = r.CheckBreak() } - if yyb3461 { + if yyb3470 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43846,13 +43924,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stdout = bool(r.DecodeBool()) } - yyj3461++ - if yyhl3461 { - yyb3461 = yyj3461 > l + yyj3470++ + if yyhl3470 { + yyb3470 = yyj3470 > l } else { - yyb3461 = r.CheckBreak() + yyb3470 = r.CheckBreak() } - if yyb3461 { + if yyb3470 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43862,13 +43940,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stderr = bool(r.DecodeBool()) } - yyj3461++ - if yyhl3461 { - yyb3461 = yyj3461 > l + yyj3470++ + if yyhl3470 { + yyb3470 = yyj3470 > l } else { - yyb3461 = r.CheckBreak() + yyb3470 = r.CheckBreak() } - if yyb3461 { + if yyb3470 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43878,13 +43956,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.TTY = bool(r.DecodeBool()) } - yyj3461++ - if yyhl3461 { - yyb3461 = yyj3461 > l + yyj3470++ + if yyhl3470 { + yyb3470 = yyj3470 > l } else { - yyb3461 = r.CheckBreak() + yyb3470 = r.CheckBreak() } - if yyb3461 { + if yyb3470 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43895,17 +43973,17 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Container = string(r.DecodeString()) } for { - yyj3461++ - if yyhl3461 { - yyb3461 = yyj3461 > l + yyj3470++ + if yyhl3470 { + yyb3470 = yyj3470 > l } else { - yyb3461 = r.CheckBreak() + yyb3470 = r.CheckBreak() } - if yyb3461 { + if yyb3470 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3461-1, "") + z.DecStructFieldNotFound(yyj3470-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43917,36 +43995,36 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3469 := z.EncBinary() - _ = yym3469 + yym3478 := z.EncBinary() + _ = yym3478 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3470 := !z.EncBinary() - yy2arr3470 := z.EncBasicHandle().StructToArray - var yyq3470 [8]bool - _, _, _ = yysep3470, yyq3470, yy2arr3470 - const yyr3470 bool = false - yyq3470[0] = x.Kind != "" - yyq3470[1] = x.APIVersion != "" - var yynn3470 int - if yyr3470 || yy2arr3470 { + yysep3479 := !z.EncBinary() + yy2arr3479 := z.EncBasicHandle().StructToArray + var yyq3479 [8]bool + _, _, _ = yysep3479, yyq3479, yy2arr3479 + const yyr3479 bool = false + yyq3479[0] = x.Kind != "" + yyq3479[1] = x.APIVersion != "" + var yynn3479 int + if yyr3479 || yy2arr3479 { r.EncodeArrayStart(8) } else { - yynn3470 = 6 - for _, b := range yyq3470 { + yynn3479 = 6 + for _, b := range yyq3479 { if b { - yynn3470++ + yynn3479++ } } - r.EncodeMapStart(yynn3470) - yynn3470 = 0 + r.EncodeMapStart(yynn3479) + yynn3479 = 0 } - if yyr3470 || yy2arr3470 { + if yyr3479 || yy2arr3479 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3470[0] { - yym3472 := z.EncBinary() - _ = yym3472 + if yyq3479[0] { + yym3481 := z.EncBinary() + _ = yym3481 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -43955,23 +44033,23 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3470[0] { + if yyq3479[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3473 := z.EncBinary() - _ = yym3473 + yym3482 := z.EncBinary() + _ = yym3482 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3470 || yy2arr3470 { + if yyr3479 || yy2arr3479 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3470[1] { - yym3475 := z.EncBinary() - _ = yym3475 + if yyq3479[1] { + yym3484 := z.EncBinary() + _ = yym3484 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -43980,22 +44058,22 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3470[1] { + if yyq3479[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3476 := z.EncBinary() - _ = yym3476 + yym3485 := z.EncBinary() + _ = yym3485 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3470 || yy2arr3470 { + if yyr3479 || yy2arr3479 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3478 := z.EncBinary() - _ = yym3478 + yym3487 := z.EncBinary() + _ = yym3487 if false { } else { r.EncodeBool(bool(x.Stdin)) @@ -44004,17 +44082,17 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Stdin")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3479 := z.EncBinary() - _ = yym3479 + yym3488 := z.EncBinary() + _ = yym3488 if false { } else { r.EncodeBool(bool(x.Stdin)) } } - if yyr3470 || yy2arr3470 { + if yyr3479 || yy2arr3479 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3481 := z.EncBinary() - _ = yym3481 + yym3490 := z.EncBinary() + _ = yym3490 if false { } else { r.EncodeBool(bool(x.Stdout)) @@ -44023,17 +44101,17 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Stdout")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3482 := z.EncBinary() - _ = yym3482 + yym3491 := z.EncBinary() + _ = yym3491 if false { } else { r.EncodeBool(bool(x.Stdout)) } } - if yyr3470 || yy2arr3470 { + if yyr3479 || yy2arr3479 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3484 := z.EncBinary() - _ = yym3484 + yym3493 := z.EncBinary() + _ = yym3493 if false { } else { r.EncodeBool(bool(x.Stderr)) @@ -44042,17 +44120,17 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Stderr")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3485 := z.EncBinary() - _ = yym3485 + yym3494 := z.EncBinary() + _ = yym3494 if false { } else { r.EncodeBool(bool(x.Stderr)) } } - if yyr3470 || yy2arr3470 { + if yyr3479 || yy2arr3479 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3487 := z.EncBinary() - _ = yym3487 + yym3496 := z.EncBinary() + _ = yym3496 if false { } else { r.EncodeBool(bool(x.TTY)) @@ -44061,17 +44139,17 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("TTY")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3488 := z.EncBinary() - _ = yym3488 + yym3497 := z.EncBinary() + _ = yym3497 if false { } else { r.EncodeBool(bool(x.TTY)) } } - if yyr3470 || yy2arr3470 { + if yyr3479 || yy2arr3479 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3490 := z.EncBinary() - _ = yym3490 + yym3499 := z.EncBinary() + _ = yym3499 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -44080,20 +44158,20 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3491 := z.EncBinary() - _ = yym3491 + yym3500 := z.EncBinary() + _ = yym3500 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } - if yyr3470 || yy2arr3470 { + if yyr3479 || yy2arr3479 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Command == nil { r.EncodeNil() } else { - yym3493 := z.EncBinary() - _ = yym3493 + yym3502 := z.EncBinary() + _ = yym3502 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -44106,15 +44184,15 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.Command == nil { r.EncodeNil() } else { - yym3494 := z.EncBinary() - _ = yym3494 + yym3503 := z.EncBinary() + _ = yym3503 if false { } else { z.F.EncSliceStringV(x.Command, false, e) } } } - if yyr3470 || yy2arr3470 { + if yyr3479 || yy2arr3479 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -44127,25 +44205,25 @@ func (x *PodExecOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3495 := z.DecBinary() - _ = yym3495 + yym3504 := z.DecBinary() + _ = yym3504 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3496 := r.ContainerType() - if yyct3496 == codecSelferValueTypeMap1234 { - yyl3496 := r.ReadMapStart() - if yyl3496 == 0 { + yyct3505 := r.ContainerType() + if yyct3505 == codecSelferValueTypeMap1234 { + yyl3505 := r.ReadMapStart() + if yyl3505 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3496, d) + x.codecDecodeSelfFromMap(yyl3505, d) } - } else if yyct3496 == codecSelferValueTypeArray1234 { - yyl3496 := r.ReadArrayStart() - if yyl3496 == 0 { + } else if yyct3505 == codecSelferValueTypeArray1234 { + yyl3505 := r.ReadArrayStart() + if yyl3505 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3496, d) + x.codecDecodeSelfFromArray(yyl3505, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -44157,12 +44235,12 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3497Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3497Slc - var yyhl3497 bool = l >= 0 - for yyj3497 := 0; ; yyj3497++ { - if yyhl3497 { - if yyj3497 >= l { + var yys3506Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3506Slc + var yyhl3506 bool = l >= 0 + for yyj3506 := 0; ; yyj3506++ { + if yyhl3506 { + if yyj3506 >= l { break } } else { @@ -44171,10 +44249,10 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3497Slc = r.DecodeBytes(yys3497Slc, true, true) - yys3497 := string(yys3497Slc) + yys3506Slc = r.DecodeBytes(yys3506Slc, true, true) + yys3506 := string(yys3506Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3497 { + switch yys3506 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -44221,18 +44299,18 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv3505 := &x.Command - yym3506 := z.DecBinary() - _ = yym3506 + yyv3514 := &x.Command + yym3515 := z.DecBinary() + _ = yym3515 if false { } else { - z.F.DecSliceStringX(yyv3505, false, d) + z.F.DecSliceStringX(yyv3514, false, d) } } default: - z.DecStructFieldNotFound(-1, yys3497) - } // end switch yys3497 - } // end for yyj3497 + z.DecStructFieldNotFound(-1, yys3506) + } // end switch yys3506 + } // end for yyj3506 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -44240,16 +44318,16 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3507 int - var yyb3507 bool - var yyhl3507 bool = l >= 0 - yyj3507++ - if yyhl3507 { - yyb3507 = yyj3507 > l + var yyj3516 int + var yyb3516 bool + var yyhl3516 bool = l >= 0 + yyj3516++ + if yyhl3516 { + yyb3516 = yyj3516 > l } else { - yyb3507 = r.CheckBreak() + yyb3516 = r.CheckBreak() } - if yyb3507 { + if yyb3516 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44259,13 +44337,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3507++ - if yyhl3507 { - yyb3507 = yyj3507 > l + yyj3516++ + if yyhl3516 { + yyb3516 = yyj3516 > l } else { - yyb3507 = r.CheckBreak() + yyb3516 = r.CheckBreak() } - if yyb3507 { + if yyb3516 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44275,13 +44353,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3507++ - if yyhl3507 { - yyb3507 = yyj3507 > l + yyj3516++ + if yyhl3516 { + yyb3516 = yyj3516 > l } else { - yyb3507 = r.CheckBreak() + yyb3516 = r.CheckBreak() } - if yyb3507 { + if yyb3516 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44291,13 +44369,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdin = bool(r.DecodeBool()) } - yyj3507++ - if yyhl3507 { - yyb3507 = yyj3507 > l + yyj3516++ + if yyhl3516 { + yyb3516 = yyj3516 > l } else { - yyb3507 = r.CheckBreak() + yyb3516 = r.CheckBreak() } - if yyb3507 { + if yyb3516 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44307,13 +44385,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdout = bool(r.DecodeBool()) } - yyj3507++ - if yyhl3507 { - yyb3507 = yyj3507 > l + yyj3516++ + if yyhl3516 { + yyb3516 = yyj3516 > l } else { - yyb3507 = r.CheckBreak() + yyb3516 = r.CheckBreak() } - if yyb3507 { + if yyb3516 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44323,13 +44401,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stderr = bool(r.DecodeBool()) } - yyj3507++ - if yyhl3507 { - yyb3507 = yyj3507 > l + yyj3516++ + if yyhl3516 { + yyb3516 = yyj3516 > l } else { - yyb3507 = r.CheckBreak() + yyb3516 = r.CheckBreak() } - if yyb3507 { + if yyb3516 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44339,13 +44417,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.TTY = bool(r.DecodeBool()) } - yyj3507++ - if yyhl3507 { - yyb3507 = yyj3507 > l + yyj3516++ + if yyhl3516 { + yyb3516 = yyj3516 > l } else { - yyb3507 = r.CheckBreak() + yyb3516 = r.CheckBreak() } - if yyb3507 { + if yyb3516 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44355,13 +44433,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Container = string(r.DecodeString()) } - yyj3507++ - if yyhl3507 { - yyb3507 = yyj3507 > l + yyj3516++ + if yyhl3516 { + yyb3516 = yyj3516 > l } else { - yyb3507 = r.CheckBreak() + yyb3516 = r.CheckBreak() } - if yyb3507 { + if yyb3516 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44369,26 +44447,26 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv3515 := &x.Command - yym3516 := z.DecBinary() - _ = yym3516 + yyv3524 := &x.Command + yym3525 := z.DecBinary() + _ = yym3525 if false { } else { - z.F.DecSliceStringX(yyv3515, false, d) + z.F.DecSliceStringX(yyv3524, false, d) } } for { - yyj3507++ - if yyhl3507 { - yyb3507 = yyj3507 > l + yyj3516++ + if yyhl3516 { + yyb3516 = yyj3516 > l } else { - yyb3507 = r.CheckBreak() + yyb3516 = r.CheckBreak() } - if yyb3507 { + if yyb3516 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3507-1, "") + z.DecStructFieldNotFound(yyj3516-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44400,36 +44478,36 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3517 := z.EncBinary() - _ = yym3517 + yym3526 := z.EncBinary() + _ = yym3526 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3518 := !z.EncBinary() - yy2arr3518 := z.EncBasicHandle().StructToArray - var yyq3518 [3]bool - _, _, _ = yysep3518, yyq3518, yy2arr3518 - const yyr3518 bool = false - yyq3518[0] = x.Kind != "" - yyq3518[1] = x.APIVersion != "" - var yynn3518 int - if yyr3518 || yy2arr3518 { + yysep3527 := !z.EncBinary() + yy2arr3527 := z.EncBasicHandle().StructToArray + var yyq3527 [3]bool + _, _, _ = yysep3527, yyq3527, yy2arr3527 + const yyr3527 bool = false + yyq3527[0] = x.Kind != "" + yyq3527[1] = x.APIVersion != "" + var yynn3527 int + if yyr3527 || yy2arr3527 { r.EncodeArrayStart(3) } else { - yynn3518 = 1 - for _, b := range yyq3518 { + yynn3527 = 1 + for _, b := range yyq3527 { if b { - yynn3518++ + yynn3527++ } } - r.EncodeMapStart(yynn3518) - yynn3518 = 0 + r.EncodeMapStart(yynn3527) + yynn3527 = 0 } - if yyr3518 || yy2arr3518 { + if yyr3527 || yy2arr3527 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3518[0] { - yym3520 := z.EncBinary() - _ = yym3520 + if yyq3527[0] { + yym3529 := z.EncBinary() + _ = yym3529 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -44438,23 +44516,23 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3518[0] { + if yyq3527[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3521 := z.EncBinary() - _ = yym3521 + yym3530 := z.EncBinary() + _ = yym3530 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3518 || yy2arr3518 { + if yyr3527 || yy2arr3527 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3518[1] { - yym3523 := z.EncBinary() - _ = yym3523 + if yyq3527[1] { + yym3532 := z.EncBinary() + _ = yym3532 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -44463,22 +44541,22 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3518[1] { + if yyq3527[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3524 := z.EncBinary() - _ = yym3524 + yym3533 := z.EncBinary() + _ = yym3533 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3518 || yy2arr3518 { + if yyr3527 || yy2arr3527 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3526 := z.EncBinary() - _ = yym3526 + yym3535 := z.EncBinary() + _ = yym3535 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -44487,14 +44565,14 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3527 := z.EncBinary() - _ = yym3527 + yym3536 := z.EncBinary() + _ = yym3536 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr3518 || yy2arr3518 { + if yyr3527 || yy2arr3527 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -44507,25 +44585,25 @@ func (x *PodProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3528 := z.DecBinary() - _ = yym3528 + yym3537 := z.DecBinary() + _ = yym3537 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3529 := r.ContainerType() - if yyct3529 == codecSelferValueTypeMap1234 { - yyl3529 := r.ReadMapStart() - if yyl3529 == 0 { + yyct3538 := r.ContainerType() + if yyct3538 == codecSelferValueTypeMap1234 { + yyl3538 := r.ReadMapStart() + if yyl3538 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3529, d) + x.codecDecodeSelfFromMap(yyl3538, d) } - } else if yyct3529 == codecSelferValueTypeArray1234 { - yyl3529 := r.ReadArrayStart() - if yyl3529 == 0 { + } else if yyct3538 == codecSelferValueTypeArray1234 { + yyl3538 := r.ReadArrayStart() + if yyl3538 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3529, d) + x.codecDecodeSelfFromArray(yyl3538, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -44537,12 +44615,12 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3530Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3530Slc - var yyhl3530 bool = l >= 0 - for yyj3530 := 0; ; yyj3530++ { - if yyhl3530 { - if yyj3530 >= l { + var yys3539Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3539Slc + var yyhl3539 bool = l >= 0 + for yyj3539 := 0; ; yyj3539++ { + if yyhl3539 { + if yyj3539 >= l { break } } else { @@ -44551,10 +44629,10 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3530Slc = r.DecodeBytes(yys3530Slc, true, true) - yys3530 := string(yys3530Slc) + yys3539Slc = r.DecodeBytes(yys3539Slc, true, true) + yys3539 := string(yys3539Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3530 { + switch yys3539 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -44574,9 +44652,9 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3530) - } // end switch yys3530 - } // end for yyj3530 + z.DecStructFieldNotFound(-1, yys3539) + } // end switch yys3539 + } // end for yyj3539 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -44584,16 +44662,16 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3534 int - var yyb3534 bool - var yyhl3534 bool = l >= 0 - yyj3534++ - if yyhl3534 { - yyb3534 = yyj3534 > l + var yyj3543 int + var yyb3543 bool + var yyhl3543 bool = l >= 0 + yyj3543++ + if yyhl3543 { + yyb3543 = yyj3543 > l } else { - yyb3534 = r.CheckBreak() + yyb3543 = r.CheckBreak() } - if yyb3534 { + if yyb3543 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44603,13 +44681,13 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3534++ - if yyhl3534 { - yyb3534 = yyj3534 > l + yyj3543++ + if yyhl3543 { + yyb3543 = yyj3543 > l } else { - yyb3534 = r.CheckBreak() + yyb3543 = r.CheckBreak() } - if yyb3534 { + if yyb3543 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44619,13 +44697,13 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3534++ - if yyhl3534 { - yyb3534 = yyj3534 > l + yyj3543++ + if yyhl3543 { + yyb3543 = yyj3543 > l } else { - yyb3534 = r.CheckBreak() + yyb3543 = r.CheckBreak() } - if yyb3534 { + if yyb3543 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44636,17 +44714,17 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Path = string(r.DecodeString()) } for { - yyj3534++ - if yyhl3534 { - yyb3534 = yyj3534 > l + yyj3543++ + if yyhl3543 { + yyb3543 = yyj3543 > l } else { - yyb3534 = r.CheckBreak() + yyb3543 = r.CheckBreak() } - if yyb3534 { + if yyb3543 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3534-1, "") + z.DecStructFieldNotFound(yyj3543-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44658,36 +44736,36 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3538 := z.EncBinary() - _ = yym3538 + yym3547 := z.EncBinary() + _ = yym3547 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3539 := !z.EncBinary() - yy2arr3539 := z.EncBasicHandle().StructToArray - var yyq3539 [3]bool - _, _, _ = yysep3539, yyq3539, yy2arr3539 - const yyr3539 bool = false - yyq3539[0] = x.Kind != "" - yyq3539[1] = x.APIVersion != "" - var yynn3539 int - if yyr3539 || yy2arr3539 { + yysep3548 := !z.EncBinary() + yy2arr3548 := z.EncBasicHandle().StructToArray + var yyq3548 [3]bool + _, _, _ = yysep3548, yyq3548, yy2arr3548 + const yyr3548 bool = false + yyq3548[0] = x.Kind != "" + yyq3548[1] = x.APIVersion != "" + var yynn3548 int + if yyr3548 || yy2arr3548 { r.EncodeArrayStart(3) } else { - yynn3539 = 1 - for _, b := range yyq3539 { + yynn3548 = 1 + for _, b := range yyq3548 { if b { - yynn3539++ + yynn3548++ } } - r.EncodeMapStart(yynn3539) - yynn3539 = 0 + r.EncodeMapStart(yynn3548) + yynn3548 = 0 } - if yyr3539 || yy2arr3539 { + if yyr3548 || yy2arr3548 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3539[0] { - yym3541 := z.EncBinary() - _ = yym3541 + if yyq3548[0] { + yym3550 := z.EncBinary() + _ = yym3550 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -44696,23 +44774,23 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3539[0] { + if yyq3548[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3542 := z.EncBinary() - _ = yym3542 + yym3551 := z.EncBinary() + _ = yym3551 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3539 || yy2arr3539 { + if yyr3548 || yy2arr3548 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3539[1] { - yym3544 := z.EncBinary() - _ = yym3544 + if yyq3548[1] { + yym3553 := z.EncBinary() + _ = yym3553 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -44721,22 +44799,22 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3539[1] { + if yyq3548[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3545 := z.EncBinary() - _ = yym3545 + yym3554 := z.EncBinary() + _ = yym3554 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3539 || yy2arr3539 { + if yyr3548 || yy2arr3548 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3547 := z.EncBinary() - _ = yym3547 + yym3556 := z.EncBinary() + _ = yym3556 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -44745,14 +44823,14 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3548 := z.EncBinary() - _ = yym3548 + yym3557 := z.EncBinary() + _ = yym3557 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr3539 || yy2arr3539 { + if yyr3548 || yy2arr3548 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -44765,25 +44843,25 @@ func (x *NodeProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3549 := z.DecBinary() - _ = yym3549 + yym3558 := z.DecBinary() + _ = yym3558 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3550 := r.ContainerType() - if yyct3550 == codecSelferValueTypeMap1234 { - yyl3550 := r.ReadMapStart() - if yyl3550 == 0 { + yyct3559 := r.ContainerType() + if yyct3559 == codecSelferValueTypeMap1234 { + yyl3559 := r.ReadMapStart() + if yyl3559 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3550, d) + x.codecDecodeSelfFromMap(yyl3559, d) } - } else if yyct3550 == codecSelferValueTypeArray1234 { - yyl3550 := r.ReadArrayStart() - if yyl3550 == 0 { + } else if yyct3559 == codecSelferValueTypeArray1234 { + yyl3559 := r.ReadArrayStart() + if yyl3559 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3550, d) + x.codecDecodeSelfFromArray(yyl3559, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -44795,12 +44873,12 @@ func (x *NodeProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3551Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3551Slc - var yyhl3551 bool = l >= 0 - for yyj3551 := 0; ; yyj3551++ { - if yyhl3551 { - if yyj3551 >= l { + var yys3560Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3560Slc + var yyhl3560 bool = l >= 0 + for yyj3560 := 0; ; yyj3560++ { + if yyhl3560 { + if yyj3560 >= l { break } } else { @@ -44809,10 +44887,10 @@ func (x *NodeProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3551Slc = r.DecodeBytes(yys3551Slc, true, true) - yys3551 := string(yys3551Slc) + yys3560Slc = r.DecodeBytes(yys3560Slc, true, true) + yys3560 := string(yys3560Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3551 { + switch yys3560 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -44832,9 +44910,9 @@ func (x *NodeProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3551) - } // end switch yys3551 - } // end for yyj3551 + z.DecStructFieldNotFound(-1, yys3560) + } // end switch yys3560 + } // end for yyj3560 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -44842,16 +44920,16 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3555 int - var yyb3555 bool - var yyhl3555 bool = l >= 0 - yyj3555++ - if yyhl3555 { - yyb3555 = yyj3555 > l + var yyj3564 int + var yyb3564 bool + var yyhl3564 bool = l >= 0 + yyj3564++ + if yyhl3564 { + yyb3564 = yyj3564 > l } else { - yyb3555 = r.CheckBreak() + yyb3564 = r.CheckBreak() } - if yyb3555 { + if yyb3564 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44861,13 +44939,13 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3555++ - if yyhl3555 { - yyb3555 = yyj3555 > l + yyj3564++ + if yyhl3564 { + yyb3564 = yyj3564 > l } else { - yyb3555 = r.CheckBreak() + yyb3564 = r.CheckBreak() } - if yyb3555 { + if yyb3564 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44877,13 +44955,13 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3555++ - if yyhl3555 { - yyb3555 = yyj3555 > l + yyj3564++ + if yyhl3564 { + yyb3564 = yyj3564 > l } else { - yyb3555 = r.CheckBreak() + yyb3564 = r.CheckBreak() } - if yyb3555 { + if yyb3564 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44894,17 +44972,17 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Path = string(r.DecodeString()) } for { - yyj3555++ - if yyhl3555 { - yyb3555 = yyj3555 > l + yyj3564++ + if yyhl3564 { + yyb3564 = yyj3564 > l } else { - yyb3555 = r.CheckBreak() + yyb3564 = r.CheckBreak() } - if yyb3555 { + if yyb3564 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3555-1, "") + z.DecStructFieldNotFound(yyj3564-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44916,36 +44994,36 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3559 := z.EncBinary() - _ = yym3559 + yym3568 := z.EncBinary() + _ = yym3568 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3560 := !z.EncBinary() - yy2arr3560 := z.EncBasicHandle().StructToArray - var yyq3560 [3]bool - _, _, _ = yysep3560, yyq3560, yy2arr3560 - const yyr3560 bool = false - yyq3560[0] = x.Kind != "" - yyq3560[1] = x.APIVersion != "" - var yynn3560 int - if yyr3560 || yy2arr3560 { + yysep3569 := !z.EncBinary() + yy2arr3569 := z.EncBasicHandle().StructToArray + var yyq3569 [3]bool + _, _, _ = yysep3569, yyq3569, yy2arr3569 + const yyr3569 bool = false + yyq3569[0] = x.Kind != "" + yyq3569[1] = x.APIVersion != "" + var yynn3569 int + if yyr3569 || yy2arr3569 { r.EncodeArrayStart(3) } else { - yynn3560 = 1 - for _, b := range yyq3560 { + yynn3569 = 1 + for _, b := range yyq3569 { if b { - yynn3560++ + yynn3569++ } } - r.EncodeMapStart(yynn3560) - yynn3560 = 0 + r.EncodeMapStart(yynn3569) + yynn3569 = 0 } - if yyr3560 || yy2arr3560 { + if yyr3569 || yy2arr3569 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3560[0] { - yym3562 := z.EncBinary() - _ = yym3562 + if yyq3569[0] { + yym3571 := z.EncBinary() + _ = yym3571 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -44954,23 +45032,23 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3560[0] { + if yyq3569[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3563 := z.EncBinary() - _ = yym3563 + yym3572 := z.EncBinary() + _ = yym3572 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3560 || yy2arr3560 { + if yyr3569 || yy2arr3569 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3560[1] { - yym3565 := z.EncBinary() - _ = yym3565 + if yyq3569[1] { + yym3574 := z.EncBinary() + _ = yym3574 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -44979,22 +45057,22 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3560[1] { + if yyq3569[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3566 := z.EncBinary() - _ = yym3566 + yym3575 := z.EncBinary() + _ = yym3575 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3560 || yy2arr3560 { + if yyr3569 || yy2arr3569 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3568 := z.EncBinary() - _ = yym3568 + yym3577 := z.EncBinary() + _ = yym3577 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -45003,14 +45081,14 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3569 := z.EncBinary() - _ = yym3569 + yym3578 := z.EncBinary() + _ = yym3578 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr3560 || yy2arr3560 { + if yyr3569 || yy2arr3569 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -45023,25 +45101,25 @@ func (x *ServiceProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3570 := z.DecBinary() - _ = yym3570 + yym3579 := z.DecBinary() + _ = yym3579 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3571 := r.ContainerType() - if yyct3571 == codecSelferValueTypeMap1234 { - yyl3571 := r.ReadMapStart() - if yyl3571 == 0 { + yyct3580 := r.ContainerType() + if yyct3580 == codecSelferValueTypeMap1234 { + yyl3580 := r.ReadMapStart() + if yyl3580 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3571, d) + x.codecDecodeSelfFromMap(yyl3580, d) } - } else if yyct3571 == codecSelferValueTypeArray1234 { - yyl3571 := r.ReadArrayStart() - if yyl3571 == 0 { + } else if yyct3580 == codecSelferValueTypeArray1234 { + yyl3580 := r.ReadArrayStart() + if yyl3580 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3571, d) + x.codecDecodeSelfFromArray(yyl3580, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -45053,12 +45131,12 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3572Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3572Slc - var yyhl3572 bool = l >= 0 - for yyj3572 := 0; ; yyj3572++ { - if yyhl3572 { - if yyj3572 >= l { + var yys3581Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3581Slc + var yyhl3581 bool = l >= 0 + for yyj3581 := 0; ; yyj3581++ { + if yyhl3581 { + if yyj3581 >= l { break } } else { @@ -45067,10 +45145,10 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3572Slc = r.DecodeBytes(yys3572Slc, true, true) - yys3572 := string(yys3572Slc) + yys3581Slc = r.DecodeBytes(yys3581Slc, true, true) + yys3581 := string(yys3581Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3572 { + switch yys3581 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -45090,9 +45168,9 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3572) - } // end switch yys3572 - } // end for yyj3572 + z.DecStructFieldNotFound(-1, yys3581) + } // end switch yys3581 + } // end for yyj3581 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -45100,16 +45178,16 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3576 int - var yyb3576 bool - var yyhl3576 bool = l >= 0 - yyj3576++ - if yyhl3576 { - yyb3576 = yyj3576 > l + var yyj3585 int + var yyb3585 bool + var yyhl3585 bool = l >= 0 + yyj3585++ + if yyhl3585 { + yyb3585 = yyj3585 > l } else { - yyb3576 = r.CheckBreak() + yyb3585 = r.CheckBreak() } - if yyb3576 { + if yyb3585 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45119,13 +45197,13 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj3576++ - if yyhl3576 { - yyb3576 = yyj3576 > l + yyj3585++ + if yyhl3585 { + yyb3585 = yyj3585 > l } else { - yyb3576 = r.CheckBreak() + yyb3585 = r.CheckBreak() } - if yyb3576 { + if yyb3585 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45135,13 +45213,13 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj3576++ - if yyhl3576 { - yyb3576 = yyj3576 > l + yyj3585++ + if yyhl3585 { + yyb3585 = yyj3585 > l } else { - yyb3576 = r.CheckBreak() + yyb3585 = r.CheckBreak() } - if yyb3576 { + if yyb3585 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45152,17 +45230,17 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.Path = string(r.DecodeString()) } for { - yyj3576++ - if yyhl3576 { - yyb3576 = yyj3576 > l + yyj3585++ + if yyhl3585 { + yyb3585 = yyj3585 > l } else { - yyb3576 = r.CheckBreak() + yyb3585 = r.CheckBreak() } - if yyb3576 { + if yyb3585 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3576-1, "") + z.DecStructFieldNotFound(yyj3585-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45174,34 +45252,34 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3580 := z.EncBinary() - _ = yym3580 + yym3589 := z.EncBinary() + _ = yym3589 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3581 := !z.EncBinary() - yy2arr3581 := z.EncBasicHandle().StructToArray - var yyq3581 [5]bool - _, _, _ = yysep3581, yyq3581, yy2arr3581 - const yyr3581 bool = false - yyq3581[4] = x.Controller != nil - var yynn3581 int - if yyr3581 || yy2arr3581 { + yysep3590 := !z.EncBinary() + yy2arr3590 := z.EncBasicHandle().StructToArray + var yyq3590 [5]bool + _, _, _ = yysep3590, yyq3590, yy2arr3590 + const yyr3590 bool = false + yyq3590[4] = x.Controller != nil + var yynn3590 int + if yyr3590 || yy2arr3590 { r.EncodeArrayStart(5) } else { - yynn3581 = 4 - for _, b := range yyq3581 { + yynn3590 = 4 + for _, b := range yyq3590 { if b { - yynn3581++ + yynn3590++ } } - r.EncodeMapStart(yynn3581) - yynn3581 = 0 + r.EncodeMapStart(yynn3590) + yynn3590 = 0 } - if yyr3581 || yy2arr3581 { + if yyr3590 || yy2arr3590 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3583 := z.EncBinary() - _ = yym3583 + yym3592 := z.EncBinary() + _ = yym3592 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -45210,17 +45288,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3584 := z.EncBinary() - _ = yym3584 + yym3593 := z.EncBinary() + _ = yym3593 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } - if yyr3581 || yy2arr3581 { + if yyr3590 || yy2arr3590 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3586 := z.EncBinary() - _ = yym3586 + yym3595 := z.EncBinary() + _ = yym3595 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -45229,17 +45307,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3587 := z.EncBinary() - _ = yym3587 + yym3596 := z.EncBinary() + _ = yym3596 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } - if yyr3581 || yy2arr3581 { + if yyr3590 || yy2arr3590 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3589 := z.EncBinary() - _ = yym3589 + yym3598 := z.EncBinary() + _ = yym3598 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -45248,17 +45326,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3590 := z.EncBinary() - _ = yym3590 + yym3599 := z.EncBinary() + _ = yym3599 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr3581 || yy2arr3581 { + if yyr3590 || yy2arr3590 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3592 := z.EncBinary() - _ = yym3592 + yym3601 := z.EncBinary() + _ = yym3601 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { @@ -45268,50 +45346,50 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("uid")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3593 := z.EncBinary() - _ = yym3593 + yym3602 := z.EncBinary() + _ = yym3602 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { r.EncodeString(codecSelferC_UTF81234, string(x.UID)) } } - if yyr3581 || yy2arr3581 { + if yyr3590 || yy2arr3590 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3581[4] { + if yyq3590[4] { if x.Controller == nil { r.EncodeNil() } else { - yy3595 := *x.Controller - yym3596 := z.EncBinary() - _ = yym3596 + yy3604 := *x.Controller + yym3605 := z.EncBinary() + _ = yym3605 if false { } else { - r.EncodeBool(bool(yy3595)) + r.EncodeBool(bool(yy3604)) } } } else { r.EncodeNil() } } else { - if yyq3581[4] { + if yyq3590[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("controller")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Controller == nil { r.EncodeNil() } else { - yy3597 := *x.Controller - yym3598 := z.EncBinary() - _ = yym3598 + yy3606 := *x.Controller + yym3607 := z.EncBinary() + _ = yym3607 if false { } else { - r.EncodeBool(bool(yy3597)) + r.EncodeBool(bool(yy3606)) } } } } - if yyr3581 || yy2arr3581 { + if yyr3590 || yy2arr3590 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -45324,25 +45402,25 @@ func (x *OwnerReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3599 := z.DecBinary() - _ = yym3599 + yym3608 := z.DecBinary() + _ = yym3608 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3600 := r.ContainerType() - if yyct3600 == codecSelferValueTypeMap1234 { - yyl3600 := r.ReadMapStart() - if yyl3600 == 0 { + yyct3609 := r.ContainerType() + if yyct3609 == codecSelferValueTypeMap1234 { + yyl3609 := r.ReadMapStart() + if yyl3609 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3600, d) + x.codecDecodeSelfFromMap(yyl3609, d) } - } else if yyct3600 == codecSelferValueTypeArray1234 { - yyl3600 := r.ReadArrayStart() - if yyl3600 == 0 { + } else if yyct3609 == codecSelferValueTypeArray1234 { + yyl3609 := r.ReadArrayStart() + if yyl3609 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3600, d) + x.codecDecodeSelfFromArray(yyl3609, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -45354,12 +45432,12 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3601Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3601Slc - var yyhl3601 bool = l >= 0 - for yyj3601 := 0; ; yyj3601++ { - if yyhl3601 { - if yyj3601 >= l { + var yys3610Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3610Slc + var yyhl3610 bool = l >= 0 + for yyj3610 := 0; ; yyj3610++ { + if yyhl3610 { + if yyj3610 >= l { break } } else { @@ -45368,10 +45446,10 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3601Slc = r.DecodeBytes(yys3601Slc, true, true) - yys3601 := string(yys3601Slc) + yys3610Slc = r.DecodeBytes(yys3610Slc, true, true) + yys3610 := string(yys3610Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3601 { + switch yys3610 { case "apiVersion": if r.TryDecodeAsNil() { x.APIVersion = "" @@ -45405,17 +45483,17 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Controller == nil { x.Controller = new(bool) } - yym3607 := z.DecBinary() - _ = yym3607 + yym3616 := z.DecBinary() + _ = yym3616 if false { } else { *((*bool)(x.Controller)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys3601) - } // end switch yys3601 - } // end for yyj3601 + z.DecStructFieldNotFound(-1, yys3610) + } // end switch yys3610 + } // end for yyj3610 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -45423,16 +45501,16 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3608 int - var yyb3608 bool - var yyhl3608 bool = l >= 0 - yyj3608++ - if yyhl3608 { - yyb3608 = yyj3608 > l + var yyj3617 int + var yyb3617 bool + var yyhl3617 bool = l >= 0 + yyj3617++ + if yyhl3617 { + yyb3617 = yyj3617 > l } else { - yyb3608 = r.CheckBreak() + yyb3617 = r.CheckBreak() } - if yyb3608 { + if yyb3617 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45442,13 +45520,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3608++ - if yyhl3608 { - yyb3608 = yyj3608 > l + yyj3617++ + if yyhl3617 { + yyb3617 = yyj3617 > l } else { - yyb3608 = r.CheckBreak() + yyb3617 = r.CheckBreak() } - if yyb3608 { + if yyb3617 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45458,13 +45536,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3608++ - if yyhl3608 { - yyb3608 = yyj3608 > l + yyj3617++ + if yyhl3617 { + yyb3617 = yyj3617 > l } else { - yyb3608 = r.CheckBreak() + yyb3617 = r.CheckBreak() } - if yyb3608 { + if yyb3617 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45474,13 +45552,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj3608++ - if yyhl3608 { - yyb3608 = yyj3608 > l + yyj3617++ + if yyhl3617 { + yyb3617 = yyj3617 > l } else { - yyb3608 = r.CheckBreak() + yyb3617 = r.CheckBreak() } - if yyb3608 { + if yyb3617 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45490,13 +45568,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.UID = pkg1_types.UID(r.DecodeString()) } - yyj3608++ - if yyhl3608 { - yyb3608 = yyj3608 > l + yyj3617++ + if yyhl3617 { + yyb3617 = yyj3617 > l } else { - yyb3608 = r.CheckBreak() + yyb3617 = r.CheckBreak() } - if yyb3608 { + if yyb3617 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45509,25 +45587,25 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Controller == nil { x.Controller = new(bool) } - yym3614 := z.DecBinary() - _ = yym3614 + yym3623 := z.DecBinary() + _ = yym3623 if false { } else { *((*bool)(x.Controller)) = r.DecodeBool() } } for { - yyj3608++ - if yyhl3608 { - yyb3608 = yyj3608 > l + yyj3617++ + if yyhl3617 { + yyb3617 = yyj3617 > l } else { - yyb3608 = r.CheckBreak() + yyb3617 = r.CheckBreak() } - if yyb3608 { + if yyb3617 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3608-1, "") + z.DecStructFieldNotFound(yyj3617-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45539,41 +45617,41 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3615 := z.EncBinary() - _ = yym3615 + yym3624 := z.EncBinary() + _ = yym3624 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3616 := !z.EncBinary() - yy2arr3616 := z.EncBasicHandle().StructToArray - var yyq3616 [7]bool - _, _, _ = yysep3616, yyq3616, yy2arr3616 - const yyr3616 bool = false - yyq3616[0] = x.Kind != "" - yyq3616[1] = x.Namespace != "" - yyq3616[2] = x.Name != "" - yyq3616[3] = x.UID != "" - yyq3616[4] = x.APIVersion != "" - yyq3616[5] = x.ResourceVersion != "" - yyq3616[6] = x.FieldPath != "" - var yynn3616 int - if yyr3616 || yy2arr3616 { + yysep3625 := !z.EncBinary() + yy2arr3625 := z.EncBasicHandle().StructToArray + var yyq3625 [7]bool + _, _, _ = yysep3625, yyq3625, yy2arr3625 + const yyr3625 bool = false + yyq3625[0] = x.Kind != "" + yyq3625[1] = x.Namespace != "" + yyq3625[2] = x.Name != "" + yyq3625[3] = x.UID != "" + yyq3625[4] = x.APIVersion != "" + yyq3625[5] = x.ResourceVersion != "" + yyq3625[6] = x.FieldPath != "" + var yynn3625 int + if yyr3625 || yy2arr3625 { r.EncodeArrayStart(7) } else { - yynn3616 = 0 - for _, b := range yyq3616 { + yynn3625 = 0 + for _, b := range yyq3625 { if b { - yynn3616++ + yynn3625++ } } - r.EncodeMapStart(yynn3616) - yynn3616 = 0 + r.EncodeMapStart(yynn3625) + yynn3625 = 0 } - if yyr3616 || yy2arr3616 { + if yyr3625 || yy2arr3625 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3616[0] { - yym3618 := z.EncBinary() - _ = yym3618 + if yyq3625[0] { + yym3627 := z.EncBinary() + _ = yym3627 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -45582,23 +45660,23 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3616[0] { + if yyq3625[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3619 := z.EncBinary() - _ = yym3619 + yym3628 := z.EncBinary() + _ = yym3628 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3616 || yy2arr3616 { + if yyr3625 || yy2arr3625 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3616[1] { - yym3621 := z.EncBinary() - _ = yym3621 + if yyq3625[1] { + yym3630 := z.EncBinary() + _ = yym3630 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) @@ -45607,23 +45685,23 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3616[1] { + if yyq3625[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("namespace")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3622 := z.EncBinary() - _ = yym3622 + yym3631 := z.EncBinary() + _ = yym3631 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) } } } - if yyr3616 || yy2arr3616 { + if yyr3625 || yy2arr3625 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3616[2] { - yym3624 := z.EncBinary() - _ = yym3624 + if yyq3625[2] { + yym3633 := z.EncBinary() + _ = yym3633 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -45632,23 +45710,23 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3616[2] { + if yyq3625[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3625 := z.EncBinary() - _ = yym3625 + yym3634 := z.EncBinary() + _ = yym3634 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr3616 || yy2arr3616 { + if yyr3625 || yy2arr3625 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3616[3] { - yym3627 := z.EncBinary() - _ = yym3627 + if yyq3625[3] { + yym3636 := z.EncBinary() + _ = yym3636 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { @@ -45658,12 +45736,12 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3616[3] { + if yyq3625[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("uid")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3628 := z.EncBinary() - _ = yym3628 + yym3637 := z.EncBinary() + _ = yym3637 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { @@ -45671,11 +45749,11 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3616 || yy2arr3616 { + if yyr3625 || yy2arr3625 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3616[4] { - yym3630 := z.EncBinary() - _ = yym3630 + if yyq3625[4] { + yym3639 := z.EncBinary() + _ = yym3639 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -45684,23 +45762,23 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3616[4] { + if yyq3625[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3631 := z.EncBinary() - _ = yym3631 + yym3640 := z.EncBinary() + _ = yym3640 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3616 || yy2arr3616 { + if yyr3625 || yy2arr3625 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3616[5] { - yym3633 := z.EncBinary() - _ = yym3633 + if yyq3625[5] { + yym3642 := z.EncBinary() + _ = yym3642 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) @@ -45709,23 +45787,23 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3616[5] { + if yyq3625[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resourceVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3634 := z.EncBinary() - _ = yym3634 + yym3643 := z.EncBinary() + _ = yym3643 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) } } } - if yyr3616 || yy2arr3616 { + if yyr3625 || yy2arr3625 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3616[6] { - yym3636 := z.EncBinary() - _ = yym3636 + if yyq3625[6] { + yym3645 := z.EncBinary() + _ = yym3645 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) @@ -45734,19 +45812,19 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3616[6] { + if yyq3625[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3637 := z.EncBinary() - _ = yym3637 + yym3646 := z.EncBinary() + _ = yym3646 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) } } } - if yyr3616 || yy2arr3616 { + if yyr3625 || yy2arr3625 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -45759,25 +45837,25 @@ func (x *ObjectReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3638 := z.DecBinary() - _ = yym3638 + yym3647 := z.DecBinary() + _ = yym3647 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3639 := r.ContainerType() - if yyct3639 == codecSelferValueTypeMap1234 { - yyl3639 := r.ReadMapStart() - if yyl3639 == 0 { + yyct3648 := r.ContainerType() + if yyct3648 == codecSelferValueTypeMap1234 { + yyl3648 := r.ReadMapStart() + if yyl3648 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3639, d) + x.codecDecodeSelfFromMap(yyl3648, d) } - } else if yyct3639 == codecSelferValueTypeArray1234 { - yyl3639 := r.ReadArrayStart() - if yyl3639 == 0 { + } else if yyct3648 == codecSelferValueTypeArray1234 { + yyl3648 := r.ReadArrayStart() + if yyl3648 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3639, d) + x.codecDecodeSelfFromArray(yyl3648, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -45789,12 +45867,12 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3640Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3640Slc - var yyhl3640 bool = l >= 0 - for yyj3640 := 0; ; yyj3640++ { - if yyhl3640 { - if yyj3640 >= l { + var yys3649Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3649Slc + var yyhl3649 bool = l >= 0 + for yyj3649 := 0; ; yyj3649++ { + if yyhl3649 { + if yyj3649 >= l { break } } else { @@ -45803,10 +45881,10 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3640Slc = r.DecodeBytes(yys3640Slc, true, true) - yys3640 := string(yys3640Slc) + yys3649Slc = r.DecodeBytes(yys3649Slc, true, true) + yys3649 := string(yys3649Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3640 { + switch yys3649 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -45850,9 +45928,9 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.FieldPath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3640) - } // end switch yys3640 - } // end for yyj3640 + z.DecStructFieldNotFound(-1, yys3649) + } // end switch yys3649 + } // end for yyj3649 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -45860,16 +45938,16 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3648 int - var yyb3648 bool - var yyhl3648 bool = l >= 0 - yyj3648++ - if yyhl3648 { - yyb3648 = yyj3648 > l + var yyj3657 int + var yyb3657 bool + var yyhl3657 bool = l >= 0 + yyj3657++ + if yyhl3657 { + yyb3657 = yyj3657 > l } else { - yyb3648 = r.CheckBreak() + yyb3657 = r.CheckBreak() } - if yyb3648 { + if yyb3657 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45879,13 +45957,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3648++ - if yyhl3648 { - yyb3648 = yyj3648 > l + yyj3657++ + if yyhl3657 { + yyb3657 = yyj3657 > l } else { - yyb3648 = r.CheckBreak() + yyb3657 = r.CheckBreak() } - if yyb3648 { + if yyb3657 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45895,13 +45973,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Namespace = string(r.DecodeString()) } - yyj3648++ - if yyhl3648 { - yyb3648 = yyj3648 > l + yyj3657++ + if yyhl3657 { + yyb3657 = yyj3657 > l } else { - yyb3648 = r.CheckBreak() + yyb3657 = r.CheckBreak() } - if yyb3648 { + if yyb3657 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45911,13 +45989,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Name = string(r.DecodeString()) } - yyj3648++ - if yyhl3648 { - yyb3648 = yyj3648 > l + yyj3657++ + if yyhl3657 { + yyb3657 = yyj3657 > l } else { - yyb3648 = r.CheckBreak() + yyb3657 = r.CheckBreak() } - if yyb3648 { + if yyb3657 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45927,13 +46005,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.UID = pkg1_types.UID(r.DecodeString()) } - yyj3648++ - if yyhl3648 { - yyb3648 = yyj3648 > l + yyj3657++ + if yyhl3657 { + yyb3657 = yyj3657 > l } else { - yyb3648 = r.CheckBreak() + yyb3657 = r.CheckBreak() } - if yyb3648 { + if yyb3657 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45943,13 +46021,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3648++ - if yyhl3648 { - yyb3648 = yyj3648 > l + yyj3657++ + if yyhl3657 { + yyb3657 = yyj3657 > l } else { - yyb3648 = r.CheckBreak() + yyb3657 = r.CheckBreak() } - if yyb3648 { + if yyb3657 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45959,13 +46037,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.ResourceVersion = string(r.DecodeString()) } - yyj3648++ - if yyhl3648 { - yyb3648 = yyj3648 > l + yyj3657++ + if yyhl3657 { + yyb3657 = yyj3657 > l } else { - yyb3648 = r.CheckBreak() + yyb3657 = r.CheckBreak() } - if yyb3648 { + if yyb3657 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45976,17 +46054,17 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.FieldPath = string(r.DecodeString()) } for { - yyj3648++ - if yyhl3648 { - yyb3648 = yyj3648 > l + yyj3657++ + if yyhl3657 { + yyb3657 = yyj3657 > l } else { - yyb3648 = r.CheckBreak() + yyb3657 = r.CheckBreak() } - if yyb3648 { + if yyb3657 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3648-1, "") + z.DecStructFieldNotFound(yyj3657-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45998,33 +46076,33 @@ func (x *LocalObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3656 := z.EncBinary() - _ = yym3656 + yym3665 := z.EncBinary() + _ = yym3665 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3657 := !z.EncBinary() - yy2arr3657 := z.EncBasicHandle().StructToArray - var yyq3657 [1]bool - _, _, _ = yysep3657, yyq3657, yy2arr3657 - const yyr3657 bool = false - var yynn3657 int - if yyr3657 || yy2arr3657 { + yysep3666 := !z.EncBinary() + yy2arr3666 := z.EncBasicHandle().StructToArray + var yyq3666 [1]bool + _, _, _ = yysep3666, yyq3666, yy2arr3666 + const yyr3666 bool = false + var yynn3666 int + if yyr3666 || yy2arr3666 { r.EncodeArrayStart(1) } else { - yynn3657 = 1 - for _, b := range yyq3657 { + yynn3666 = 1 + for _, b := range yyq3666 { if b { - yynn3657++ + yynn3666++ } } - r.EncodeMapStart(yynn3657) - yynn3657 = 0 + r.EncodeMapStart(yynn3666) + yynn3666 = 0 } - if yyr3657 || yy2arr3657 { + if yyr3666 || yy2arr3666 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3659 := z.EncBinary() - _ = yym3659 + yym3668 := z.EncBinary() + _ = yym3668 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -46033,14 +46111,14 @@ func (x *LocalObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3660 := z.EncBinary() - _ = yym3660 + yym3669 := z.EncBinary() + _ = yym3669 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr3657 || yy2arr3657 { + if yyr3666 || yy2arr3666 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46053,25 +46131,25 @@ func (x *LocalObjectReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3661 := z.DecBinary() - _ = yym3661 + yym3670 := z.DecBinary() + _ = yym3670 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3662 := r.ContainerType() - if yyct3662 == codecSelferValueTypeMap1234 { - yyl3662 := r.ReadMapStart() - if yyl3662 == 0 { + yyct3671 := r.ContainerType() + if yyct3671 == codecSelferValueTypeMap1234 { + yyl3671 := r.ReadMapStart() + if yyl3671 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3662, d) + x.codecDecodeSelfFromMap(yyl3671, d) } - } else if yyct3662 == codecSelferValueTypeArray1234 { - yyl3662 := r.ReadArrayStart() - if yyl3662 == 0 { + } else if yyct3671 == codecSelferValueTypeArray1234 { + yyl3671 := r.ReadArrayStart() + if yyl3671 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3662, d) + x.codecDecodeSelfFromArray(yyl3671, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46083,12 +46161,12 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3663Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3663Slc - var yyhl3663 bool = l >= 0 - for yyj3663 := 0; ; yyj3663++ { - if yyhl3663 { - if yyj3663 >= 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 { @@ -46097,10 +46175,10 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3663Slc = r.DecodeBytes(yys3663Slc, true, true) - yys3663 := string(yys3663Slc) + yys3672Slc = r.DecodeBytes(yys3672Slc, true, true) + yys3672 := string(yys3672Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3663 { + switch yys3672 { case "Name": if r.TryDecodeAsNil() { x.Name = "" @@ -46108,9 +46186,9 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Name = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3663) - } // end switch yys3663 - } // end for yyj3663 + z.DecStructFieldNotFound(-1, yys3672) + } // end switch yys3672 + } // end for yyj3672 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -46118,16 +46196,16 @@ func (x *LocalObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3665 int - var yyb3665 bool - var yyhl3665 bool = l >= 0 - yyj3665++ - if yyhl3665 { - yyb3665 = yyj3665 > l + var yyj3674 int + var yyb3674 bool + var yyhl3674 bool = l >= 0 + yyj3674++ + if yyhl3674 { + yyb3674 = yyj3674 > l } else { - yyb3665 = r.CheckBreak() + yyb3674 = r.CheckBreak() } - if yyb3665 { + if yyb3674 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46138,17 +46216,17 @@ func (x *LocalObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Name = string(r.DecodeString()) } for { - yyj3665++ - if yyhl3665 { - yyb3665 = yyj3665 > l + yyj3674++ + if yyhl3674 { + yyb3674 = yyj3674 > l } else { - yyb3665 = r.CheckBreak() + yyb3674 = r.CheckBreak() } - if yyb3665 { + if yyb3674 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3665-1, "") + z.DecStructFieldNotFound(yyj3674-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46160,37 +46238,37 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3667 := z.EncBinary() - _ = yym3667 + yym3676 := z.EncBinary() + _ = yym3676 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3668 := !z.EncBinary() - yy2arr3668 := z.EncBasicHandle().StructToArray - var yyq3668 [3]bool - _, _, _ = yysep3668, yyq3668, yy2arr3668 - const yyr3668 bool = false - yyq3668[0] = x.Kind != "" - yyq3668[1] = x.APIVersion != "" - yyq3668[2] = true - var yynn3668 int - if yyr3668 || yy2arr3668 { + yysep3677 := !z.EncBinary() + yy2arr3677 := z.EncBasicHandle().StructToArray + var yyq3677 [3]bool + _, _, _ = yysep3677, yyq3677, yy2arr3677 + const yyr3677 bool = false + yyq3677[0] = x.Kind != "" + yyq3677[1] = x.APIVersion != "" + yyq3677[2] = true + var yynn3677 int + if yyr3677 || yy2arr3677 { r.EncodeArrayStart(3) } else { - yynn3668 = 0 - for _, b := range yyq3668 { + yynn3677 = 0 + for _, b := range yyq3677 { if b { - yynn3668++ + yynn3677++ } } - r.EncodeMapStart(yynn3668) - yynn3668 = 0 + r.EncodeMapStart(yynn3677) + yynn3677 = 0 } - if yyr3668 || yy2arr3668 { + if yyr3677 || yy2arr3677 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3668[0] { - yym3670 := z.EncBinary() - _ = yym3670 + if yyq3677[0] { + yym3679 := z.EncBinary() + _ = yym3679 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -46199,23 +46277,23 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3668[0] { + if yyq3677[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3671 := z.EncBinary() - _ = yym3671 + yym3680 := z.EncBinary() + _ = yym3680 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3668 || yy2arr3668 { + if yyr3677 || yy2arr3677 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3668[1] { - yym3673 := z.EncBinary() - _ = yym3673 + if yyq3677[1] { + yym3682 := z.EncBinary() + _ = yym3682 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -46224,36 +46302,36 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3668[1] { + if yyq3677[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3674 := z.EncBinary() - _ = yym3674 + yym3683 := z.EncBinary() + _ = yym3683 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3668 || yy2arr3668 { + if yyr3677 || yy2arr3677 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3668[2] { - yy3676 := &x.Reference - yy3676.CodecEncodeSelf(e) + if yyq3677[2] { + yy3685 := &x.Reference + yy3685.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3668[2] { + if yyq3677[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reference")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3677 := &x.Reference - yy3677.CodecEncodeSelf(e) + yy3686 := &x.Reference + yy3686.CodecEncodeSelf(e) } } - if yyr3668 || yy2arr3668 { + if yyr3677 || yy2arr3677 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46266,25 +46344,25 @@ func (x *SerializedReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3678 := z.DecBinary() - _ = yym3678 + yym3687 := z.DecBinary() + _ = yym3687 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3679 := r.ContainerType() - if yyct3679 == codecSelferValueTypeMap1234 { - yyl3679 := r.ReadMapStart() - if yyl3679 == 0 { + yyct3688 := r.ContainerType() + if yyct3688 == codecSelferValueTypeMap1234 { + yyl3688 := r.ReadMapStart() + if yyl3688 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3679, d) + x.codecDecodeSelfFromMap(yyl3688, d) } - } else if yyct3679 == codecSelferValueTypeArray1234 { - yyl3679 := r.ReadArrayStart() - if yyl3679 == 0 { + } else if yyct3688 == codecSelferValueTypeArray1234 { + yyl3688 := r.ReadArrayStart() + if yyl3688 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3679, d) + x.codecDecodeSelfFromArray(yyl3688, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46296,12 +46374,12 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3680Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3680Slc - var yyhl3680 bool = l >= 0 - for yyj3680 := 0; ; yyj3680++ { - if yyhl3680 { - if yyj3680 >= 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 { @@ -46310,10 +46388,10 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3680Slc = r.DecodeBytes(yys3680Slc, true, true) - yys3680 := string(yys3680Slc) + yys3689Slc = r.DecodeBytes(yys3689Slc, true, true) + yys3689 := string(yys3689Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3680 { + switch yys3689 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -46330,13 +46408,13 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Reference = ObjectReference{} } else { - yyv3683 := &x.Reference - yyv3683.CodecDecodeSelf(d) + yyv3692 := &x.Reference + yyv3692.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3680) - } // end switch yys3680 - } // end for yyj3680 + z.DecStructFieldNotFound(-1, yys3689) + } // end switch yys3689 + } // end for yyj3689 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -46344,16 +46422,16 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3684 int - var yyb3684 bool - var yyhl3684 bool = l >= 0 - yyj3684++ - if yyhl3684 { - yyb3684 = yyj3684 > l + var yyj3693 int + var yyb3693 bool + var yyhl3693 bool = l >= 0 + yyj3693++ + if yyhl3693 { + yyb3693 = yyj3693 > l } else { - yyb3684 = r.CheckBreak() + yyb3693 = r.CheckBreak() } - if yyb3684 { + if yyb3693 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46363,13 +46441,13 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj3684++ - if yyhl3684 { - yyb3684 = yyj3684 > l + yyj3693++ + if yyhl3693 { + yyb3693 = yyj3693 > l } else { - yyb3684 = r.CheckBreak() + yyb3693 = r.CheckBreak() } - if yyb3684 { + if yyb3693 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46379,13 +46457,13 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj3684++ - if yyhl3684 { - yyb3684 = yyj3684 > l + yyj3693++ + if yyhl3693 { + yyb3693 = yyj3693 > l } else { - yyb3684 = r.CheckBreak() + yyb3693 = r.CheckBreak() } - if yyb3684 { + if yyb3693 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46393,21 +46471,21 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Reference = ObjectReference{} } else { - yyv3687 := &x.Reference - yyv3687.CodecDecodeSelf(d) + yyv3696 := &x.Reference + yyv3696.CodecDecodeSelf(d) } for { - yyj3684++ - if yyhl3684 { - yyb3684 = yyj3684 > l + yyj3693++ + if yyhl3693 { + yyb3693 = yyj3693 > l } else { - yyb3684 = r.CheckBreak() + yyb3693 = r.CheckBreak() } - if yyb3684 { + if yyb3693 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3684-1, "") + z.DecStructFieldNotFound(yyj3693-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46419,36 +46497,36 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3688 := z.EncBinary() - _ = yym3688 + yym3697 := z.EncBinary() + _ = yym3697 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3689 := !z.EncBinary() - yy2arr3689 := z.EncBasicHandle().StructToArray - var yyq3689 [2]bool - _, _, _ = yysep3689, yyq3689, yy2arr3689 - const yyr3689 bool = false - yyq3689[0] = x.Component != "" - yyq3689[1] = x.Host != "" - var yynn3689 int - if yyr3689 || yy2arr3689 { + yysep3698 := !z.EncBinary() + yy2arr3698 := z.EncBasicHandle().StructToArray + var yyq3698 [2]bool + _, _, _ = yysep3698, yyq3698, yy2arr3698 + const yyr3698 bool = false + yyq3698[0] = x.Component != "" + yyq3698[1] = x.Host != "" + var yynn3698 int + if yyr3698 || yy2arr3698 { r.EncodeArrayStart(2) } else { - yynn3689 = 0 - for _, b := range yyq3689 { + yynn3698 = 0 + for _, b := range yyq3698 { if b { - yynn3689++ + yynn3698++ } } - r.EncodeMapStart(yynn3689) - yynn3689 = 0 + r.EncodeMapStart(yynn3698) + yynn3698 = 0 } - if yyr3689 || yy2arr3689 { + if yyr3698 || yy2arr3698 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3689[0] { - yym3691 := z.EncBinary() - _ = yym3691 + if yyq3698[0] { + yym3700 := z.EncBinary() + _ = yym3700 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Component)) @@ -46457,23 +46535,23 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3689[0] { + if yyq3698[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("component")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3692 := z.EncBinary() - _ = yym3692 + yym3701 := z.EncBinary() + _ = yym3701 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Component)) } } } - if yyr3689 || yy2arr3689 { + if yyr3698 || yy2arr3698 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3689[1] { - yym3694 := z.EncBinary() - _ = yym3694 + if yyq3698[1] { + yym3703 := z.EncBinary() + _ = yym3703 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) @@ -46482,19 +46560,19 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3689[1] { + if yyq3698[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("host")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3695 := z.EncBinary() - _ = yym3695 + yym3704 := z.EncBinary() + _ = yym3704 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) } } } - if yyr3689 || yy2arr3689 { + if yyr3698 || yy2arr3698 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46507,25 +46585,25 @@ func (x *EventSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3696 := z.DecBinary() - _ = yym3696 + yym3705 := z.DecBinary() + _ = yym3705 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3697 := r.ContainerType() - if yyct3697 == codecSelferValueTypeMap1234 { - yyl3697 := r.ReadMapStart() - if yyl3697 == 0 { + yyct3706 := r.ContainerType() + if yyct3706 == codecSelferValueTypeMap1234 { + yyl3706 := r.ReadMapStart() + if yyl3706 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3697, d) + x.codecDecodeSelfFromMap(yyl3706, d) } - } else if yyct3697 == codecSelferValueTypeArray1234 { - yyl3697 := r.ReadArrayStart() - if yyl3697 == 0 { + } else if yyct3706 == codecSelferValueTypeArray1234 { + yyl3706 := r.ReadArrayStart() + if yyl3706 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3697, d) + x.codecDecodeSelfFromArray(yyl3706, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46537,12 +46615,12 @@ func (x *EventSource) 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 yys3707Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3707Slc + var yyhl3707 bool = l >= 0 + for yyj3707 := 0; ; yyj3707++ { + if yyhl3707 { + if yyj3707 >= l { break } } else { @@ -46551,10 +46629,10 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3698Slc = r.DecodeBytes(yys3698Slc, true, true) - yys3698 := string(yys3698Slc) + yys3707Slc = r.DecodeBytes(yys3707Slc, true, true) + yys3707 := string(yys3707Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3698 { + switch yys3707 { case "component": if r.TryDecodeAsNil() { x.Component = "" @@ -46568,9 +46646,9 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Host = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3698) - } // end switch yys3698 - } // end for yyj3698 + z.DecStructFieldNotFound(-1, yys3707) + } // end switch yys3707 + } // end for yyj3707 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -46578,16 +46656,16 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3701 int - var yyb3701 bool - var yyhl3701 bool = l >= 0 - yyj3701++ - if yyhl3701 { - yyb3701 = yyj3701 > l + var yyj3710 int + var yyb3710 bool + var yyhl3710 bool = l >= 0 + yyj3710++ + if yyhl3710 { + yyb3710 = yyj3710 > l } else { - yyb3701 = r.CheckBreak() + yyb3710 = r.CheckBreak() } - if yyb3701 { + if yyb3710 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46597,13 +46675,13 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Component = string(r.DecodeString()) } - yyj3701++ - if yyhl3701 { - yyb3701 = yyj3701 > l + yyj3710++ + if yyhl3710 { + yyb3710 = yyj3710 > l } else { - yyb3701 = r.CheckBreak() + yyb3710 = r.CheckBreak() } - if yyb3701 { + if yyb3710 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46614,17 +46692,17 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Host = string(r.DecodeString()) } for { - yyj3701++ - if yyhl3701 { - yyb3701 = yyj3701 > l + yyj3710++ + if yyhl3710 { + yyb3710 = yyj3710 > l } else { - yyb3701 = r.CheckBreak() + yyb3710 = r.CheckBreak() } - if yyb3701 { + if yyb3710 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3701-1, "") + z.DecStructFieldNotFound(yyj3710-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46636,45 +46714,45 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3704 := z.EncBinary() - _ = yym3704 + yym3713 := z.EncBinary() + _ = yym3713 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3705 := !z.EncBinary() - yy2arr3705 := z.EncBasicHandle().StructToArray - var yyq3705 [11]bool - _, _, _ = yysep3705, yyq3705, yy2arr3705 - const yyr3705 bool = false - yyq3705[0] = x.Kind != "" - yyq3705[1] = x.APIVersion != "" - yyq3705[2] = true - yyq3705[3] = true - yyq3705[4] = x.Reason != "" - yyq3705[5] = x.Message != "" - yyq3705[6] = true - yyq3705[7] = true - yyq3705[8] = true - yyq3705[9] = x.Count != 0 - yyq3705[10] = x.Type != "" - var yynn3705 int - if yyr3705 || yy2arr3705 { + yysep3714 := !z.EncBinary() + yy2arr3714 := z.EncBasicHandle().StructToArray + var yyq3714 [11]bool + _, _, _ = yysep3714, yyq3714, yy2arr3714 + const yyr3714 bool = false + yyq3714[0] = x.Kind != "" + yyq3714[1] = x.APIVersion != "" + yyq3714[2] = true + yyq3714[3] = true + yyq3714[4] = x.Reason != "" + yyq3714[5] = x.Message != "" + yyq3714[6] = true + yyq3714[7] = true + yyq3714[8] = true + yyq3714[9] = x.Count != 0 + yyq3714[10] = x.Type != "" + var yynn3714 int + if yyr3714 || yy2arr3714 { r.EncodeArrayStart(11) } else { - yynn3705 = 0 - for _, b := range yyq3705 { + yynn3714 = 0 + for _, b := range yyq3714 { if b { - yynn3705++ + yynn3714++ } } - r.EncodeMapStart(yynn3705) - yynn3705 = 0 + r.EncodeMapStart(yynn3714) + yynn3714 = 0 } - if yyr3705 || yy2arr3705 { + if yyr3714 || yy2arr3714 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3705[0] { - yym3707 := z.EncBinary() - _ = yym3707 + if yyq3714[0] { + yym3716 := z.EncBinary() + _ = yym3716 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -46683,23 +46761,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3705[0] { + if yyq3714[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3708 := z.EncBinary() - _ = yym3708 + yym3717 := z.EncBinary() + _ = yym3717 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3705 || yy2arr3705 { + if yyr3714 || yy2arr3714 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3705[1] { - yym3710 := z.EncBinary() - _ = yym3710 + if yyq3714[1] { + yym3719 := z.EncBinary() + _ = yym3719 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -46708,57 +46786,57 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3705[1] { + if yyq3714[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3711 := z.EncBinary() - _ = yym3711 + yym3720 := z.EncBinary() + _ = yym3720 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3705 || yy2arr3705 { + if yyr3714 || yy2arr3714 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3705[2] { - yy3713 := &x.ObjectMeta - yy3713.CodecEncodeSelf(e) + if yyq3714[2] { + yy3722 := &x.ObjectMeta + yy3722.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3705[2] { + if yyq3714[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3714 := &x.ObjectMeta - yy3714.CodecEncodeSelf(e) + yy3723 := &x.ObjectMeta + yy3723.CodecEncodeSelf(e) } } - if yyr3705 || yy2arr3705 { + if yyr3714 || yy2arr3714 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3705[3] { - yy3716 := &x.InvolvedObject - yy3716.CodecEncodeSelf(e) + if yyq3714[3] { + yy3725 := &x.InvolvedObject + yy3725.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3705[3] { + if yyq3714[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("involvedObject")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3717 := &x.InvolvedObject - yy3717.CodecEncodeSelf(e) + yy3726 := &x.InvolvedObject + yy3726.CodecEncodeSelf(e) } } - if yyr3705 || yy2arr3705 { + if yyr3714 || yy2arr3714 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3705[4] { - yym3719 := z.EncBinary() - _ = yym3719 + if yyq3714[4] { + yym3728 := z.EncBinary() + _ = yym3728 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -46767,23 +46845,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3705[4] { + if yyq3714[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3720 := z.EncBinary() - _ = yym3720 + yym3729 := z.EncBinary() + _ = yym3729 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr3705 || yy2arr3705 { + if yyr3714 || yy2arr3714 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3705[5] { - yym3722 := z.EncBinary() - _ = yym3722 + if yyq3714[5] { + yym3731 := z.EncBinary() + _ = yym3731 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -46792,114 +46870,114 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3705[5] { + if yyq3714[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3723 := z.EncBinary() - _ = yym3723 + yym3732 := z.EncBinary() + _ = yym3732 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr3705 || yy2arr3705 { + if yyr3714 || yy2arr3714 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3705[6] { - yy3725 := &x.Source - yy3725.CodecEncodeSelf(e) + if yyq3714[6] { + yy3734 := &x.Source + yy3734.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3705[6] { + if yyq3714[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("source")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3726 := &x.Source - yy3726.CodecEncodeSelf(e) + yy3735 := &x.Source + yy3735.CodecEncodeSelf(e) } } - if yyr3705 || yy2arr3705 { + if yyr3714 || yy2arr3714 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3705[7] { - yy3728 := &x.FirstTimestamp - yym3729 := z.EncBinary() - _ = yym3729 + if yyq3714[7] { + yy3737 := &x.FirstTimestamp + yym3738 := z.EncBinary() + _ = yym3738 if false { - } else if z.HasExtensions() && z.EncExt(yy3728) { - } else if yym3729 { - z.EncBinaryMarshal(yy3728) - } else if !yym3729 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3728) + } else if z.HasExtensions() && z.EncExt(yy3737) { + } else if yym3738 { + z.EncBinaryMarshal(yy3737) + } else if !yym3738 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3737) } else { - z.EncFallback(yy3728) + z.EncFallback(yy3737) } } else { r.EncodeNil() } } else { - if yyq3705[7] { + if yyq3714[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("firstTimestamp")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3730 := &x.FirstTimestamp - yym3731 := z.EncBinary() - _ = yym3731 + yy3739 := &x.FirstTimestamp + yym3740 := z.EncBinary() + _ = yym3740 if false { - } else if z.HasExtensions() && z.EncExt(yy3730) { - } else if yym3731 { - z.EncBinaryMarshal(yy3730) - } else if !yym3731 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3730) + } else if z.HasExtensions() && z.EncExt(yy3739) { + } else if yym3740 { + z.EncBinaryMarshal(yy3739) + } else if !yym3740 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3739) } else { - z.EncFallback(yy3730) + z.EncFallback(yy3739) } } } - if yyr3705 || yy2arr3705 { + if yyr3714 || yy2arr3714 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3705[8] { - yy3733 := &x.LastTimestamp - yym3734 := z.EncBinary() - _ = yym3734 + if yyq3714[8] { + yy3742 := &x.LastTimestamp + yym3743 := z.EncBinary() + _ = yym3743 if false { - } else if z.HasExtensions() && z.EncExt(yy3733) { - } else if yym3734 { - z.EncBinaryMarshal(yy3733) - } else if !yym3734 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3733) + } else if z.HasExtensions() && z.EncExt(yy3742) { + } else if yym3743 { + z.EncBinaryMarshal(yy3742) + } else if !yym3743 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3742) } else { - z.EncFallback(yy3733) + z.EncFallback(yy3742) } } else { r.EncodeNil() } } else { - if yyq3705[8] { + if yyq3714[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastTimestamp")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3735 := &x.LastTimestamp - yym3736 := z.EncBinary() - _ = yym3736 + yy3744 := &x.LastTimestamp + yym3745 := z.EncBinary() + _ = yym3745 if false { - } else if z.HasExtensions() && z.EncExt(yy3735) { - } else if yym3736 { - z.EncBinaryMarshal(yy3735) - } else if !yym3736 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3735) + } else if z.HasExtensions() && z.EncExt(yy3744) { + } else if yym3745 { + z.EncBinaryMarshal(yy3744) + } else if !yym3745 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3744) } else { - z.EncFallback(yy3735) + z.EncFallback(yy3744) } } } - if yyr3705 || yy2arr3705 { + if yyr3714 || yy2arr3714 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3705[9] { - yym3738 := z.EncBinary() - _ = yym3738 + if yyq3714[9] { + yym3747 := z.EncBinary() + _ = yym3747 if false { } else { r.EncodeInt(int64(x.Count)) @@ -46908,23 +46986,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq3705[9] { + if yyq3714[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("count")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3739 := z.EncBinary() - _ = yym3739 + yym3748 := z.EncBinary() + _ = yym3748 if false { } else { r.EncodeInt(int64(x.Count)) } } } - if yyr3705 || yy2arr3705 { + if yyr3714 || yy2arr3714 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3705[10] { - yym3741 := z.EncBinary() - _ = yym3741 + if yyq3714[10] { + yym3750 := z.EncBinary() + _ = yym3750 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) @@ -46933,19 +47011,19 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3705[10] { + if yyq3714[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3742 := z.EncBinary() - _ = yym3742 + yym3751 := z.EncBinary() + _ = yym3751 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) } } } - if yyr3705 || yy2arr3705 { + if yyr3714 || yy2arr3714 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46958,25 +47036,25 @@ func (x *Event) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3743 := z.DecBinary() - _ = yym3743 + yym3752 := z.DecBinary() + _ = yym3752 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3744 := r.ContainerType() - if yyct3744 == codecSelferValueTypeMap1234 { - yyl3744 := r.ReadMapStart() - if yyl3744 == 0 { + yyct3753 := r.ContainerType() + if yyct3753 == codecSelferValueTypeMap1234 { + yyl3753 := r.ReadMapStart() + if yyl3753 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3744, d) + x.codecDecodeSelfFromMap(yyl3753, d) } - } else if yyct3744 == codecSelferValueTypeArray1234 { - yyl3744 := r.ReadArrayStart() - if yyl3744 == 0 { + } else if yyct3753 == codecSelferValueTypeArray1234 { + yyl3753 := r.ReadArrayStart() + if yyl3753 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3744, d) + x.codecDecodeSelfFromArray(yyl3753, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46988,12 +47066,12 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3745Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3745Slc - var yyhl3745 bool = l >= 0 - for yyj3745 := 0; ; yyj3745++ { - if yyhl3745 { - if yyj3745 >= l { + var yys3754Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3754Slc + var yyhl3754 bool = l >= 0 + for yyj3754 := 0; ; yyj3754++ { + if yyhl3754 { + if yyj3754 >= l { break } } else { @@ -47002,10 +47080,10 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3745Slc = r.DecodeBytes(yys3745Slc, true, true) - yys3745 := string(yys3745Slc) + yys3754Slc = r.DecodeBytes(yys3754Slc, true, true) + yys3754 := string(yys3754Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3745 { + switch yys3754 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -47022,15 +47100,15 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3748 := &x.ObjectMeta - yyv3748.CodecDecodeSelf(d) + yyv3757 := &x.ObjectMeta + yyv3757.CodecDecodeSelf(d) } case "involvedObject": if r.TryDecodeAsNil() { x.InvolvedObject = ObjectReference{} } else { - yyv3749 := &x.InvolvedObject - yyv3749.CodecDecodeSelf(d) + yyv3758 := &x.InvolvedObject + yyv3758.CodecDecodeSelf(d) } case "reason": if r.TryDecodeAsNil() { @@ -47048,41 +47126,41 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Source = EventSource{} } else { - yyv3752 := &x.Source - yyv3752.CodecDecodeSelf(d) + yyv3761 := &x.Source + yyv3761.CodecDecodeSelf(d) } case "firstTimestamp": if r.TryDecodeAsNil() { x.FirstTimestamp = pkg2_unversioned.Time{} } else { - yyv3753 := &x.FirstTimestamp - yym3754 := z.DecBinary() - _ = yym3754 + yyv3762 := &x.FirstTimestamp + yym3763 := z.DecBinary() + _ = yym3763 if false { - } else if z.HasExtensions() && z.DecExt(yyv3753) { - } else if yym3754 { - z.DecBinaryUnmarshal(yyv3753) - } else if !yym3754 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3753) + } else if z.HasExtensions() && z.DecExt(yyv3762) { + } else if yym3763 { + z.DecBinaryUnmarshal(yyv3762) + } else if !yym3763 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3762) } else { - z.DecFallback(yyv3753, false) + z.DecFallback(yyv3762, false) } } case "lastTimestamp": if r.TryDecodeAsNil() { x.LastTimestamp = pkg2_unversioned.Time{} } else { - yyv3755 := &x.LastTimestamp - yym3756 := z.DecBinary() - _ = yym3756 + yyv3764 := &x.LastTimestamp + yym3765 := z.DecBinary() + _ = yym3765 if false { - } else if z.HasExtensions() && z.DecExt(yyv3755) { - } else if yym3756 { - z.DecBinaryUnmarshal(yyv3755) - } else if !yym3756 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3755) + } else if z.HasExtensions() && z.DecExt(yyv3764) { + } else if yym3765 { + z.DecBinaryUnmarshal(yyv3764) + } else if !yym3765 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3764) } else { - z.DecFallback(yyv3755, false) + z.DecFallback(yyv3764, false) } } case "count": @@ -47098,9 +47176,9 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Type = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3745) - } // end switch yys3745 - } // end for yyj3745 + z.DecStructFieldNotFound(-1, yys3754) + } // end switch yys3754 + } // end for yyj3754 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -47108,16 +47186,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3759 int - var yyb3759 bool - var yyhl3759 bool = l >= 0 - yyj3759++ - if yyhl3759 { - yyb3759 = yyj3759 > l + var yyj3768 int + var yyb3768 bool + var yyhl3768 bool = l >= 0 + yyj3768++ + if yyhl3768 { + yyb3768 = yyj3768 > l } else { - yyb3759 = r.CheckBreak() + yyb3768 = r.CheckBreak() } - if yyb3759 { + if yyb3768 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47127,13 +47205,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3759++ - if yyhl3759 { - yyb3759 = yyj3759 > l + yyj3768++ + if yyhl3768 { + yyb3768 = yyj3768 > l } else { - yyb3759 = r.CheckBreak() + yyb3768 = r.CheckBreak() } - if yyb3759 { + if yyb3768 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47143,13 +47221,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3759++ - if yyhl3759 { - yyb3759 = yyj3759 > l + yyj3768++ + if yyhl3768 { + yyb3768 = yyj3768 > l } else { - yyb3759 = r.CheckBreak() + yyb3768 = r.CheckBreak() } - if yyb3759 { + if yyb3768 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47157,16 +47235,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3762 := &x.ObjectMeta - yyv3762.CodecDecodeSelf(d) + yyv3771 := &x.ObjectMeta + yyv3771.CodecDecodeSelf(d) } - yyj3759++ - if yyhl3759 { - yyb3759 = yyj3759 > l + yyj3768++ + if yyhl3768 { + yyb3768 = yyj3768 > l } else { - yyb3759 = r.CheckBreak() + yyb3768 = r.CheckBreak() } - if yyb3759 { + if yyb3768 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47174,16 +47252,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.InvolvedObject = ObjectReference{} } else { - yyv3763 := &x.InvolvedObject - yyv3763.CodecDecodeSelf(d) + yyv3772 := &x.InvolvedObject + yyv3772.CodecDecodeSelf(d) } - yyj3759++ - if yyhl3759 { - yyb3759 = yyj3759 > l + yyj3768++ + if yyhl3768 { + yyb3768 = yyj3768 > l } else { - yyb3759 = r.CheckBreak() + yyb3768 = r.CheckBreak() } - if yyb3759 { + if yyb3768 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47193,13 +47271,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj3759++ - if yyhl3759 { - yyb3759 = yyj3759 > l + yyj3768++ + if yyhl3768 { + yyb3768 = yyj3768 > l } else { - yyb3759 = r.CheckBreak() + yyb3768 = r.CheckBreak() } - if yyb3759 { + if yyb3768 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47209,13 +47287,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Message = string(r.DecodeString()) } - yyj3759++ - if yyhl3759 { - yyb3759 = yyj3759 > l + yyj3768++ + if yyhl3768 { + yyb3768 = yyj3768 > l } else { - yyb3759 = r.CheckBreak() + yyb3768 = r.CheckBreak() } - if yyb3759 { + if yyb3768 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47223,16 +47301,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Source = EventSource{} } else { - yyv3766 := &x.Source - yyv3766.CodecDecodeSelf(d) + yyv3775 := &x.Source + yyv3775.CodecDecodeSelf(d) } - yyj3759++ - if yyhl3759 { - yyb3759 = yyj3759 > l + yyj3768++ + if yyhl3768 { + yyb3768 = yyj3768 > l } else { - yyb3759 = r.CheckBreak() + yyb3768 = r.CheckBreak() } - if yyb3759 { + if yyb3768 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47240,26 +47318,26 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.FirstTimestamp = pkg2_unversioned.Time{} } else { - yyv3767 := &x.FirstTimestamp - yym3768 := z.DecBinary() - _ = yym3768 + yyv3776 := &x.FirstTimestamp + yym3777 := z.DecBinary() + _ = yym3777 if false { - } else if z.HasExtensions() && z.DecExt(yyv3767) { - } else if yym3768 { - z.DecBinaryUnmarshal(yyv3767) - } else if !yym3768 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3767) + } else if z.HasExtensions() && z.DecExt(yyv3776) { + } else if yym3777 { + z.DecBinaryUnmarshal(yyv3776) + } else if !yym3777 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3776) } else { - z.DecFallback(yyv3767, false) + z.DecFallback(yyv3776, false) } } - yyj3759++ - if yyhl3759 { - yyb3759 = yyj3759 > l + yyj3768++ + if yyhl3768 { + yyb3768 = yyj3768 > l } else { - yyb3759 = r.CheckBreak() + yyb3768 = r.CheckBreak() } - if yyb3759 { + if yyb3768 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47267,26 +47345,26 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTimestamp = pkg2_unversioned.Time{} } else { - yyv3769 := &x.LastTimestamp - yym3770 := z.DecBinary() - _ = yym3770 + yyv3778 := &x.LastTimestamp + yym3779 := z.DecBinary() + _ = yym3779 if false { - } else if z.HasExtensions() && z.DecExt(yyv3769) { - } else if yym3770 { - z.DecBinaryUnmarshal(yyv3769) - } else if !yym3770 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3769) + } else if z.HasExtensions() && z.DecExt(yyv3778) { + } else if yym3779 { + z.DecBinaryUnmarshal(yyv3778) + } else if !yym3779 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3778) } else { - z.DecFallback(yyv3769, false) + z.DecFallback(yyv3778, false) } } - yyj3759++ - if yyhl3759 { - yyb3759 = yyj3759 > l + yyj3768++ + if yyhl3768 { + yyb3768 = yyj3768 > l } else { - yyb3759 = r.CheckBreak() + yyb3768 = r.CheckBreak() } - if yyb3759 { + if yyb3768 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47296,13 +47374,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Count = int32(r.DecodeInt(32)) } - yyj3759++ - if yyhl3759 { - yyb3759 = yyj3759 > l + yyj3768++ + if yyhl3768 { + yyb3768 = yyj3768 > l } else { - yyb3759 = r.CheckBreak() + yyb3768 = r.CheckBreak() } - if yyb3759 { + if yyb3768 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47313,17 +47391,17 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Type = string(r.DecodeString()) } for { - yyj3759++ - if yyhl3759 { - yyb3759 = yyj3759 > l + yyj3768++ + if yyhl3768 { + yyb3768 = yyj3768 > l } else { - yyb3759 = r.CheckBreak() + yyb3768 = r.CheckBreak() } - if yyb3759 { + if yyb3768 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3759-1, "") + z.DecStructFieldNotFound(yyj3768-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47335,37 +47413,37 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3773 := z.EncBinary() - _ = yym3773 + yym3782 := z.EncBinary() + _ = yym3782 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3774 := !z.EncBinary() - yy2arr3774 := z.EncBasicHandle().StructToArray - var yyq3774 [4]bool - _, _, _ = yysep3774, yyq3774, yy2arr3774 - const yyr3774 bool = false - yyq3774[0] = x.Kind != "" - yyq3774[1] = x.APIVersion != "" - yyq3774[2] = true - var yynn3774 int - if yyr3774 || yy2arr3774 { + yysep3783 := !z.EncBinary() + yy2arr3783 := z.EncBasicHandle().StructToArray + var yyq3783 [4]bool + _, _, _ = yysep3783, yyq3783, yy2arr3783 + const yyr3783 bool = false + yyq3783[0] = x.Kind != "" + yyq3783[1] = x.APIVersion != "" + yyq3783[2] = true + var yynn3783 int + if yyr3783 || yy2arr3783 { r.EncodeArrayStart(4) } else { - yynn3774 = 1 - for _, b := range yyq3774 { + yynn3783 = 1 + for _, b := range yyq3783 { if b { - yynn3774++ + yynn3783++ } } - r.EncodeMapStart(yynn3774) - yynn3774 = 0 + r.EncodeMapStart(yynn3783) + yynn3783 = 0 } - if yyr3774 || yy2arr3774 { + if yyr3783 || yy2arr3783 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3774[0] { - yym3776 := z.EncBinary() - _ = yym3776 + if yyq3783[0] { + yym3785 := z.EncBinary() + _ = yym3785 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -47374,23 +47452,23 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3774[0] { + if yyq3783[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3777 := z.EncBinary() - _ = yym3777 + yym3786 := z.EncBinary() + _ = yym3786 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3774 || yy2arr3774 { + if yyr3783 || yy2arr3783 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3774[1] { - yym3779 := z.EncBinary() - _ = yym3779 + if yyq3783[1] { + yym3788 := z.EncBinary() + _ = yym3788 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -47399,54 +47477,54 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3774[1] { + if yyq3783[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3780 := z.EncBinary() - _ = yym3780 + yym3789 := z.EncBinary() + _ = yym3789 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3774 || yy2arr3774 { + if yyr3783 || yy2arr3783 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3774[2] { - yy3782 := &x.ListMeta - yym3783 := z.EncBinary() - _ = yym3783 + if yyq3783[2] { + yy3791 := &x.ListMeta + yym3792 := z.EncBinary() + _ = yym3792 if false { - } else if z.HasExtensions() && z.EncExt(yy3782) { + } else if z.HasExtensions() && z.EncExt(yy3791) { } else { - z.EncFallback(yy3782) + z.EncFallback(yy3791) } } else { r.EncodeNil() } } else { - if yyq3774[2] { + if yyq3783[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3784 := &x.ListMeta - yym3785 := z.EncBinary() - _ = yym3785 + yy3793 := &x.ListMeta + yym3794 := z.EncBinary() + _ = yym3794 if false { - } else if z.HasExtensions() && z.EncExt(yy3784) { + } else if z.HasExtensions() && z.EncExt(yy3793) { } else { - z.EncFallback(yy3784) + z.EncFallback(yy3793) } } } - if yyr3774 || yy2arr3774 { + if yyr3783 || yy2arr3783 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3787 := z.EncBinary() - _ = yym3787 + yym3796 := z.EncBinary() + _ = yym3796 if false { } else { h.encSliceEvent(([]Event)(x.Items), e) @@ -47459,15 +47537,15 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3788 := z.EncBinary() - _ = yym3788 + yym3797 := z.EncBinary() + _ = yym3797 if false { } else { h.encSliceEvent(([]Event)(x.Items), e) } } } - if yyr3774 || yy2arr3774 { + if yyr3783 || yy2arr3783 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47480,25 +47558,25 @@ func (x *EventList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3789 := z.DecBinary() - _ = yym3789 + yym3798 := z.DecBinary() + _ = yym3798 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3790 := r.ContainerType() - if yyct3790 == codecSelferValueTypeMap1234 { - yyl3790 := r.ReadMapStart() - if yyl3790 == 0 { + yyct3799 := r.ContainerType() + if yyct3799 == codecSelferValueTypeMap1234 { + yyl3799 := r.ReadMapStart() + if yyl3799 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3790, d) + x.codecDecodeSelfFromMap(yyl3799, d) } - } else if yyct3790 == codecSelferValueTypeArray1234 { - yyl3790 := r.ReadArrayStart() - if yyl3790 == 0 { + } else if yyct3799 == codecSelferValueTypeArray1234 { + yyl3799 := r.ReadArrayStart() + if yyl3799 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3790, d) + x.codecDecodeSelfFromArray(yyl3799, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -47510,12 +47588,12 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3791Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3791Slc - var yyhl3791 bool = l >= 0 - for yyj3791 := 0; ; yyj3791++ { - if yyhl3791 { - if yyj3791 >= l { + var yys3800Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3800Slc + var yyhl3800 bool = l >= 0 + for yyj3800 := 0; ; yyj3800++ { + if yyhl3800 { + if yyj3800 >= l { break } } else { @@ -47524,10 +47602,10 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3791Slc = r.DecodeBytes(yys3791Slc, true, true) - yys3791 := string(yys3791Slc) + yys3800Slc = r.DecodeBytes(yys3800Slc, true, true) + yys3800 := string(yys3800Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3791 { + switch yys3800 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -47544,31 +47622,31 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3794 := &x.ListMeta - yym3795 := z.DecBinary() - _ = yym3795 + yyv3803 := &x.ListMeta + yym3804 := z.DecBinary() + _ = yym3804 if false { - } else if z.HasExtensions() && z.DecExt(yyv3794) { + } else if z.HasExtensions() && z.DecExt(yyv3803) { } else { - z.DecFallback(yyv3794, false) + z.DecFallback(yyv3803, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3796 := &x.Items - yym3797 := z.DecBinary() - _ = yym3797 + yyv3805 := &x.Items + yym3806 := z.DecBinary() + _ = yym3806 if false { } else { - h.decSliceEvent((*[]Event)(yyv3796), d) + h.decSliceEvent((*[]Event)(yyv3805), d) } } default: - z.DecStructFieldNotFound(-1, yys3791) - } // end switch yys3791 - } // end for yyj3791 + z.DecStructFieldNotFound(-1, yys3800) + } // end switch yys3800 + } // end for yyj3800 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -47576,16 +47654,16 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3798 int - var yyb3798 bool - var yyhl3798 bool = l >= 0 - yyj3798++ - if yyhl3798 { - yyb3798 = yyj3798 > l + var yyj3807 int + var yyb3807 bool + var yyhl3807 bool = l >= 0 + yyj3807++ + if yyhl3807 { + yyb3807 = yyj3807 > l } else { - yyb3798 = r.CheckBreak() + yyb3807 = r.CheckBreak() } - if yyb3798 { + if yyb3807 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47595,13 +47673,13 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3798++ - if yyhl3798 { - yyb3798 = yyj3798 > l + yyj3807++ + if yyhl3807 { + yyb3807 = yyj3807 > l } else { - yyb3798 = r.CheckBreak() + yyb3807 = r.CheckBreak() } - if yyb3798 { + if yyb3807 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47611,13 +47689,13 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3798++ - if yyhl3798 { - yyb3798 = yyj3798 > l + yyj3807++ + if yyhl3807 { + yyb3807 = yyj3807 > l } else { - yyb3798 = r.CheckBreak() + yyb3807 = r.CheckBreak() } - if yyb3798 { + if yyb3807 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47625,22 +47703,22 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3801 := &x.ListMeta - yym3802 := z.DecBinary() - _ = yym3802 + yyv3810 := &x.ListMeta + yym3811 := z.DecBinary() + _ = yym3811 if false { - } else if z.HasExtensions() && z.DecExt(yyv3801) { + } else if z.HasExtensions() && z.DecExt(yyv3810) { } else { - z.DecFallback(yyv3801, false) + z.DecFallback(yyv3810, false) } } - yyj3798++ - if yyhl3798 { - yyb3798 = yyj3798 > l + yyj3807++ + if yyhl3807 { + yyb3807 = yyj3807 > l } else { - yyb3798 = r.CheckBreak() + yyb3807 = r.CheckBreak() } - if yyb3798 { + if yyb3807 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47648,26 +47726,26 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3803 := &x.Items - yym3804 := z.DecBinary() - _ = yym3804 + yyv3812 := &x.Items + yym3813 := z.DecBinary() + _ = yym3813 if false { } else { - h.decSliceEvent((*[]Event)(yyv3803), d) + h.decSliceEvent((*[]Event)(yyv3812), d) } } for { - yyj3798++ - if yyhl3798 { - yyb3798 = yyj3798 > l + yyj3807++ + if yyhl3807 { + yyb3807 = yyj3807 > l } else { - yyb3798 = r.CheckBreak() + yyb3807 = r.CheckBreak() } - if yyb3798 { + if yyb3807 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3798-1, "") + z.DecStructFieldNotFound(yyj3807-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47679,37 +47757,37 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3805 := z.EncBinary() - _ = yym3805 + yym3814 := z.EncBinary() + _ = yym3814 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3806 := !z.EncBinary() - yy2arr3806 := z.EncBasicHandle().StructToArray - var yyq3806 [4]bool - _, _, _ = yysep3806, yyq3806, yy2arr3806 - const yyr3806 bool = false - yyq3806[0] = x.Kind != "" - yyq3806[1] = x.APIVersion != "" - yyq3806[2] = true - var yynn3806 int - if yyr3806 || yy2arr3806 { + yysep3815 := !z.EncBinary() + yy2arr3815 := z.EncBasicHandle().StructToArray + var yyq3815 [4]bool + _, _, _ = yysep3815, yyq3815, yy2arr3815 + const yyr3815 bool = false + yyq3815[0] = x.Kind != "" + yyq3815[1] = x.APIVersion != "" + yyq3815[2] = true + var yynn3815 int + if yyr3815 || yy2arr3815 { r.EncodeArrayStart(4) } else { - yynn3806 = 1 - for _, b := range yyq3806 { + yynn3815 = 1 + for _, b := range yyq3815 { if b { - yynn3806++ + yynn3815++ } } - r.EncodeMapStart(yynn3806) - yynn3806 = 0 + r.EncodeMapStart(yynn3815) + yynn3815 = 0 } - if yyr3806 || yy2arr3806 { + if yyr3815 || yy2arr3815 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3806[0] { - yym3808 := z.EncBinary() - _ = yym3808 + if yyq3815[0] { + yym3817 := z.EncBinary() + _ = yym3817 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -47718,23 +47796,23 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3806[0] { + if yyq3815[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3809 := z.EncBinary() - _ = yym3809 + yym3818 := z.EncBinary() + _ = yym3818 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3806 || yy2arr3806 { + if yyr3815 || yy2arr3815 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3806[1] { - yym3811 := z.EncBinary() - _ = yym3811 + if yyq3815[1] { + yym3820 := z.EncBinary() + _ = yym3820 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -47743,54 +47821,54 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3806[1] { + if yyq3815[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3812 := z.EncBinary() - _ = yym3812 + yym3821 := z.EncBinary() + _ = yym3821 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3806 || yy2arr3806 { + if yyr3815 || yy2arr3815 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3806[2] { - yy3814 := &x.ListMeta - yym3815 := z.EncBinary() - _ = yym3815 + if yyq3815[2] { + yy3823 := &x.ListMeta + yym3824 := z.EncBinary() + _ = yym3824 if false { - } else if z.HasExtensions() && z.EncExt(yy3814) { + } else if z.HasExtensions() && z.EncExt(yy3823) { } else { - z.EncFallback(yy3814) + z.EncFallback(yy3823) } } else { r.EncodeNil() } } else { - if yyq3806[2] { + if yyq3815[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3816 := &x.ListMeta - yym3817 := z.EncBinary() - _ = yym3817 + yy3825 := &x.ListMeta + yym3826 := z.EncBinary() + _ = yym3826 if false { - } else if z.HasExtensions() && z.EncExt(yy3816) { + } else if z.HasExtensions() && z.EncExt(yy3825) { } else { - z.EncFallback(yy3816) + z.EncFallback(yy3825) } } } - if yyr3806 || yy2arr3806 { + if yyr3815 || yy2arr3815 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3819 := z.EncBinary() - _ = yym3819 + yym3828 := z.EncBinary() + _ = yym3828 if false { } else { h.encSliceruntime_Object(([]pkg7_runtime.Object)(x.Items), e) @@ -47803,15 +47881,15 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3820 := z.EncBinary() - _ = yym3820 + yym3829 := z.EncBinary() + _ = yym3829 if false { } else { h.encSliceruntime_Object(([]pkg7_runtime.Object)(x.Items), e) } } } - if yyr3806 || yy2arr3806 { + if yyr3815 || yy2arr3815 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47824,25 +47902,25 @@ func (x *List) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3821 := z.DecBinary() - _ = yym3821 + yym3830 := z.DecBinary() + _ = yym3830 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3822 := r.ContainerType() - if yyct3822 == codecSelferValueTypeMap1234 { - yyl3822 := r.ReadMapStart() - if yyl3822 == 0 { + yyct3831 := r.ContainerType() + if yyct3831 == codecSelferValueTypeMap1234 { + yyl3831 := r.ReadMapStart() + if yyl3831 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3822, d) + x.codecDecodeSelfFromMap(yyl3831, d) } - } else if yyct3822 == codecSelferValueTypeArray1234 { - yyl3822 := r.ReadArrayStart() - if yyl3822 == 0 { + } else if yyct3831 == codecSelferValueTypeArray1234 { + yyl3831 := r.ReadArrayStart() + if yyl3831 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3822, d) + x.codecDecodeSelfFromArray(yyl3831, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -47854,12 +47932,12 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3823Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3823Slc - var yyhl3823 bool = l >= 0 - for yyj3823 := 0; ; yyj3823++ { - if yyhl3823 { - if yyj3823 >= l { + var yys3832Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3832Slc + var yyhl3832 bool = l >= 0 + for yyj3832 := 0; ; yyj3832++ { + if yyhl3832 { + if yyj3832 >= l { break } } else { @@ -47868,10 +47946,10 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3823Slc = r.DecodeBytes(yys3823Slc, true, true) - yys3823 := string(yys3823Slc) + yys3832Slc = r.DecodeBytes(yys3832Slc, true, true) + yys3832 := string(yys3832Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3823 { + switch yys3832 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -47888,31 +47966,31 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3826 := &x.ListMeta - yym3827 := z.DecBinary() - _ = yym3827 + yyv3835 := &x.ListMeta + yym3836 := z.DecBinary() + _ = yym3836 if false { - } else if z.HasExtensions() && z.DecExt(yyv3826) { + } else if z.HasExtensions() && z.DecExt(yyv3835) { } else { - z.DecFallback(yyv3826, false) + z.DecFallback(yyv3835, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3828 := &x.Items - yym3829 := z.DecBinary() - _ = yym3829 + yyv3837 := &x.Items + yym3838 := z.DecBinary() + _ = yym3838 if false { } else { - h.decSliceruntime_Object((*[]pkg7_runtime.Object)(yyv3828), d) + h.decSliceruntime_Object((*[]pkg7_runtime.Object)(yyv3837), d) } } default: - z.DecStructFieldNotFound(-1, yys3823) - } // end switch yys3823 - } // end for yyj3823 + z.DecStructFieldNotFound(-1, yys3832) + } // end switch yys3832 + } // end for yyj3832 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -47920,16 +47998,16 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3830 int - var yyb3830 bool - var yyhl3830 bool = l >= 0 - yyj3830++ - if yyhl3830 { - yyb3830 = yyj3830 > l + var yyj3839 int + var yyb3839 bool + var yyhl3839 bool = l >= 0 + yyj3839++ + if yyhl3839 { + yyb3839 = yyj3839 > l } else { - yyb3830 = r.CheckBreak() + yyb3839 = r.CheckBreak() } - if yyb3830 { + if yyb3839 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47939,13 +48017,13 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3830++ - if yyhl3830 { - yyb3830 = yyj3830 > l + yyj3839++ + if yyhl3839 { + yyb3839 = yyj3839 > l } else { - yyb3830 = r.CheckBreak() + yyb3839 = r.CheckBreak() } - if yyb3830 { + if yyb3839 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47955,13 +48033,13 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3830++ - if yyhl3830 { - yyb3830 = yyj3830 > l + yyj3839++ + if yyhl3839 { + yyb3839 = yyj3839 > l } else { - yyb3830 = r.CheckBreak() + yyb3839 = r.CheckBreak() } - if yyb3830 { + if yyb3839 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47969,22 +48047,22 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3833 := &x.ListMeta - yym3834 := z.DecBinary() - _ = yym3834 + yyv3842 := &x.ListMeta + yym3843 := z.DecBinary() + _ = yym3843 if false { - } else if z.HasExtensions() && z.DecExt(yyv3833) { + } else if z.HasExtensions() && z.DecExt(yyv3842) { } else { - z.DecFallback(yyv3833, false) + z.DecFallback(yyv3842, false) } } - yyj3830++ - if yyhl3830 { - yyb3830 = yyj3830 > l + yyj3839++ + if yyhl3839 { + yyb3839 = yyj3839 > l } else { - yyb3830 = r.CheckBreak() + yyb3839 = r.CheckBreak() } - if yyb3830 { + if yyb3839 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47992,26 +48070,26 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3835 := &x.Items - yym3836 := z.DecBinary() - _ = yym3836 + yyv3844 := &x.Items + yym3845 := z.DecBinary() + _ = yym3845 if false { } else { - h.decSliceruntime_Object((*[]pkg7_runtime.Object)(yyv3835), d) + h.decSliceruntime_Object((*[]pkg7_runtime.Object)(yyv3844), d) } } for { - yyj3830++ - if yyhl3830 { - yyb3830 = yyj3830 > l + yyj3839++ + if yyhl3839 { + yyb3839 = yyj3839 > l } else { - yyb3830 = r.CheckBreak() + yyb3839 = r.CheckBreak() } - if yyb3830 { + if yyb3839 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3830-1, "") + z.DecStructFieldNotFound(yyj3839-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48020,8 +48098,8 @@ func (x LimitType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3837 := z.EncBinary() - _ = yym3837 + yym3846 := z.EncBinary() + _ = yym3846 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -48033,8 +48111,8 @@ func (x *LimitType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3838 := z.DecBinary() - _ = yym3838 + yym3847 := z.DecBinary() + _ = yym3847 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -48049,53 +48127,53 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3839 := z.EncBinary() - _ = yym3839 + yym3848 := z.EncBinary() + _ = yym3848 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3840 := !z.EncBinary() - yy2arr3840 := z.EncBasicHandle().StructToArray - var yyq3840 [6]bool - _, _, _ = yysep3840, yyq3840, yy2arr3840 - const yyr3840 bool = false - yyq3840[0] = x.Type != "" - yyq3840[1] = len(x.Max) != 0 - yyq3840[2] = len(x.Min) != 0 - yyq3840[3] = len(x.Default) != 0 - yyq3840[4] = len(x.DefaultRequest) != 0 - yyq3840[5] = len(x.MaxLimitRequestRatio) != 0 - var yynn3840 int - if yyr3840 || yy2arr3840 { + yysep3849 := !z.EncBinary() + yy2arr3849 := z.EncBasicHandle().StructToArray + var yyq3849 [6]bool + _, _, _ = yysep3849, yyq3849, yy2arr3849 + const yyr3849 bool = false + yyq3849[0] = x.Type != "" + yyq3849[1] = len(x.Max) != 0 + yyq3849[2] = len(x.Min) != 0 + yyq3849[3] = len(x.Default) != 0 + yyq3849[4] = len(x.DefaultRequest) != 0 + yyq3849[5] = len(x.MaxLimitRequestRatio) != 0 + var yynn3849 int + if yyr3849 || yy2arr3849 { r.EncodeArrayStart(6) } else { - yynn3840 = 0 - for _, b := range yyq3840 { + yynn3849 = 0 + for _, b := range yyq3849 { if b { - yynn3840++ + yynn3849++ } } - r.EncodeMapStart(yynn3840) - yynn3840 = 0 + r.EncodeMapStart(yynn3849) + yynn3849 = 0 } - if yyr3840 || yy2arr3840 { + if yyr3849 || yy2arr3849 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3840[0] { + if yyq3849[0] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3840[0] { + if yyq3849[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr3840 || yy2arr3840 { + if yyr3849 || yy2arr3849 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3840[1] { + if yyq3849[1] { if x.Max == nil { r.EncodeNil() } else { @@ -48105,7 +48183,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3840[1] { + if yyq3849[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("max")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -48116,9 +48194,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3840 || yy2arr3840 { + if yyr3849 || yy2arr3849 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3840[2] { + if yyq3849[2] { if x.Min == nil { r.EncodeNil() } else { @@ -48128,7 +48206,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3840[2] { + if yyq3849[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("min")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -48139,9 +48217,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3840 || yy2arr3840 { + if yyr3849 || yy2arr3849 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3840[3] { + if yyq3849[3] { if x.Default == nil { r.EncodeNil() } else { @@ -48151,7 +48229,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3840[3] { + if yyq3849[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("default")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -48162,9 +48240,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3840 || yy2arr3840 { + if yyr3849 || yy2arr3849 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3840[4] { + if yyq3849[4] { if x.DefaultRequest == nil { r.EncodeNil() } else { @@ -48174,7 +48252,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3840[4] { + if yyq3849[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("defaultRequest")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -48185,9 +48263,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3840 || yy2arr3840 { + if yyr3849 || yy2arr3849 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3840[5] { + if yyq3849[5] { if x.MaxLimitRequestRatio == nil { r.EncodeNil() } else { @@ -48197,7 +48275,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3840[5] { + if yyq3849[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("maxLimitRequestRatio")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -48208,7 +48286,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3840 || yy2arr3840 { + if yyr3849 || yy2arr3849 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48221,25 +48299,25 @@ func (x *LimitRangeItem) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3847 := z.DecBinary() - _ = yym3847 + yym3856 := z.DecBinary() + _ = yym3856 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3848 := r.ContainerType() - if yyct3848 == codecSelferValueTypeMap1234 { - yyl3848 := r.ReadMapStart() - if yyl3848 == 0 { + yyct3857 := r.ContainerType() + if yyct3857 == codecSelferValueTypeMap1234 { + yyl3857 := r.ReadMapStart() + if yyl3857 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3848, d) + x.codecDecodeSelfFromMap(yyl3857, d) } - } else if yyct3848 == codecSelferValueTypeArray1234 { - yyl3848 := r.ReadArrayStart() - if yyl3848 == 0 { + } else if yyct3857 == codecSelferValueTypeArray1234 { + yyl3857 := r.ReadArrayStart() + if yyl3857 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3848, d) + x.codecDecodeSelfFromArray(yyl3857, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -48251,12 +48329,12 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3849Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3849Slc - var yyhl3849 bool = l >= 0 - for yyj3849 := 0; ; yyj3849++ { - if yyhl3849 { - if yyj3849 >= l { + var yys3858Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3858Slc + var yyhl3858 bool = l >= 0 + for yyj3858 := 0; ; yyj3858++ { + if yyhl3858 { + if yyj3858 >= l { break } } else { @@ -48265,10 +48343,10 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3849Slc = r.DecodeBytes(yys3849Slc, true, true) - yys3849 := string(yys3849Slc) + yys3858Slc = r.DecodeBytes(yys3858Slc, true, true) + yys3858 := string(yys3858Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3849 { + switch yys3858 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -48279,41 +48357,41 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Max = nil } else { - yyv3851 := &x.Max - yyv3851.CodecDecodeSelf(d) + yyv3860 := &x.Max + yyv3860.CodecDecodeSelf(d) } case "min": if r.TryDecodeAsNil() { x.Min = nil } else { - yyv3852 := &x.Min - yyv3852.CodecDecodeSelf(d) + yyv3861 := &x.Min + yyv3861.CodecDecodeSelf(d) } case "default": if r.TryDecodeAsNil() { x.Default = nil } else { - yyv3853 := &x.Default - yyv3853.CodecDecodeSelf(d) + yyv3862 := &x.Default + yyv3862.CodecDecodeSelf(d) } case "defaultRequest": if r.TryDecodeAsNil() { x.DefaultRequest = nil } else { - yyv3854 := &x.DefaultRequest - yyv3854.CodecDecodeSelf(d) + yyv3863 := &x.DefaultRequest + yyv3863.CodecDecodeSelf(d) } case "maxLimitRequestRatio": if r.TryDecodeAsNil() { x.MaxLimitRequestRatio = nil } else { - yyv3855 := &x.MaxLimitRequestRatio - yyv3855.CodecDecodeSelf(d) + yyv3864 := &x.MaxLimitRequestRatio + yyv3864.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3849) - } // end switch yys3849 - } // end for yyj3849 + z.DecStructFieldNotFound(-1, yys3858) + } // end switch yys3858 + } // end for yyj3858 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48321,16 +48399,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3856 int - var yyb3856 bool - var yyhl3856 bool = l >= 0 - yyj3856++ - if yyhl3856 { - yyb3856 = yyj3856 > l + var yyj3865 int + var yyb3865 bool + var yyhl3865 bool = l >= 0 + yyj3865++ + if yyhl3865 { + yyb3865 = yyj3865 > l } else { - yyb3856 = r.CheckBreak() + yyb3865 = r.CheckBreak() } - if yyb3856 { + if yyb3865 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48340,13 +48418,13 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = LimitType(r.DecodeString()) } - yyj3856++ - if yyhl3856 { - yyb3856 = yyj3856 > l + yyj3865++ + if yyhl3865 { + yyb3865 = yyj3865 > l } else { - yyb3856 = r.CheckBreak() + yyb3865 = r.CheckBreak() } - if yyb3856 { + if yyb3865 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48354,16 +48432,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Max = nil } else { - yyv3858 := &x.Max - yyv3858.CodecDecodeSelf(d) + yyv3867 := &x.Max + yyv3867.CodecDecodeSelf(d) } - yyj3856++ - if yyhl3856 { - yyb3856 = yyj3856 > l + yyj3865++ + if yyhl3865 { + yyb3865 = yyj3865 > l } else { - yyb3856 = r.CheckBreak() + yyb3865 = r.CheckBreak() } - if yyb3856 { + if yyb3865 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48371,16 +48449,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Min = nil } else { - yyv3859 := &x.Min - yyv3859.CodecDecodeSelf(d) + yyv3868 := &x.Min + yyv3868.CodecDecodeSelf(d) } - yyj3856++ - if yyhl3856 { - yyb3856 = yyj3856 > l + yyj3865++ + if yyhl3865 { + yyb3865 = yyj3865 > l } else { - yyb3856 = r.CheckBreak() + yyb3865 = r.CheckBreak() } - if yyb3856 { + if yyb3865 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48388,16 +48466,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Default = nil } else { - yyv3860 := &x.Default - yyv3860.CodecDecodeSelf(d) + yyv3869 := &x.Default + yyv3869.CodecDecodeSelf(d) } - yyj3856++ - if yyhl3856 { - yyb3856 = yyj3856 > l + yyj3865++ + if yyhl3865 { + yyb3865 = yyj3865 > l } else { - yyb3856 = r.CheckBreak() + yyb3865 = r.CheckBreak() } - if yyb3856 { + if yyb3865 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48405,16 +48483,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DefaultRequest = nil } else { - yyv3861 := &x.DefaultRequest - yyv3861.CodecDecodeSelf(d) + yyv3870 := &x.DefaultRequest + yyv3870.CodecDecodeSelf(d) } - yyj3856++ - if yyhl3856 { - yyb3856 = yyj3856 > l + yyj3865++ + if yyhl3865 { + yyb3865 = yyj3865 > l } else { - yyb3856 = r.CheckBreak() + yyb3865 = r.CheckBreak() } - if yyb3856 { + if yyb3865 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48422,21 +48500,21 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.MaxLimitRequestRatio = nil } else { - yyv3862 := &x.MaxLimitRequestRatio - yyv3862.CodecDecodeSelf(d) + yyv3871 := &x.MaxLimitRequestRatio + yyv3871.CodecDecodeSelf(d) } for { - yyj3856++ - if yyhl3856 { - yyb3856 = yyj3856 > l + yyj3865++ + if yyhl3865 { + yyb3865 = yyj3865 > l } else { - yyb3856 = r.CheckBreak() + yyb3865 = r.CheckBreak() } - if yyb3856 { + if yyb3865 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3856-1, "") + z.DecStructFieldNotFound(yyj3865-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48448,36 +48526,36 @@ func (x *LimitRangeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3863 := z.EncBinary() - _ = yym3863 + yym3872 := z.EncBinary() + _ = yym3872 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3864 := !z.EncBinary() - yy2arr3864 := z.EncBasicHandle().StructToArray - var yyq3864 [1]bool - _, _, _ = yysep3864, yyq3864, yy2arr3864 - const yyr3864 bool = false - var yynn3864 int - if yyr3864 || yy2arr3864 { + yysep3873 := !z.EncBinary() + yy2arr3873 := z.EncBasicHandle().StructToArray + var yyq3873 [1]bool + _, _, _ = yysep3873, yyq3873, yy2arr3873 + const yyr3873 bool = false + var yynn3873 int + if yyr3873 || yy2arr3873 { r.EncodeArrayStart(1) } else { - yynn3864 = 1 - for _, b := range yyq3864 { + yynn3873 = 1 + for _, b := range yyq3873 { if b { - yynn3864++ + yynn3873++ } } - r.EncodeMapStart(yynn3864) - yynn3864 = 0 + r.EncodeMapStart(yynn3873) + yynn3873 = 0 } - if yyr3864 || yy2arr3864 { + if yyr3873 || yy2arr3873 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Limits == nil { r.EncodeNil() } else { - yym3866 := z.EncBinary() - _ = yym3866 + yym3875 := z.EncBinary() + _ = yym3875 if false { } else { h.encSliceLimitRangeItem(([]LimitRangeItem)(x.Limits), e) @@ -48490,15 +48568,15 @@ func (x *LimitRangeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Limits == nil { r.EncodeNil() } else { - yym3867 := z.EncBinary() - _ = yym3867 + yym3876 := z.EncBinary() + _ = yym3876 if false { } else { h.encSliceLimitRangeItem(([]LimitRangeItem)(x.Limits), e) } } } - if yyr3864 || yy2arr3864 { + if yyr3873 || yy2arr3873 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48511,25 +48589,25 @@ func (x *LimitRangeSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3868 := z.DecBinary() - _ = yym3868 + yym3877 := z.DecBinary() + _ = yym3877 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3869 := r.ContainerType() - if yyct3869 == codecSelferValueTypeMap1234 { - yyl3869 := r.ReadMapStart() - if yyl3869 == 0 { + yyct3878 := r.ContainerType() + if yyct3878 == codecSelferValueTypeMap1234 { + yyl3878 := r.ReadMapStart() + if yyl3878 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3869, d) + x.codecDecodeSelfFromMap(yyl3878, d) } - } else if yyct3869 == codecSelferValueTypeArray1234 { - yyl3869 := r.ReadArrayStart() - if yyl3869 == 0 { + } else if yyct3878 == codecSelferValueTypeArray1234 { + yyl3878 := r.ReadArrayStart() + if yyl3878 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3869, d) + x.codecDecodeSelfFromArray(yyl3878, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -48541,12 +48619,12 @@ func (x *LimitRangeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3870Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3870Slc - var yyhl3870 bool = l >= 0 - for yyj3870 := 0; ; yyj3870++ { - if yyhl3870 { - if yyj3870 >= l { + var yys3879Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3879Slc + var yyhl3879 bool = l >= 0 + for yyj3879 := 0; ; yyj3879++ { + if yyhl3879 { + if yyj3879 >= l { break } } else { @@ -48555,26 +48633,26 @@ func (x *LimitRangeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3870Slc = r.DecodeBytes(yys3870Slc, true, true) - yys3870 := string(yys3870Slc) + yys3879Slc = r.DecodeBytes(yys3879Slc, true, true) + yys3879 := string(yys3879Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3870 { + switch yys3879 { case "limits": if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv3871 := &x.Limits - yym3872 := z.DecBinary() - _ = yym3872 + yyv3880 := &x.Limits + yym3881 := z.DecBinary() + _ = yym3881 if false { } else { - h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3871), d) + h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3880), d) } } default: - z.DecStructFieldNotFound(-1, yys3870) - } // end switch yys3870 - } // end for yyj3870 + z.DecStructFieldNotFound(-1, yys3879) + } // end switch yys3879 + } // end for yyj3879 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48582,16 +48660,16 @@ func (x *LimitRangeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3873 int - var yyb3873 bool - var yyhl3873 bool = l >= 0 - yyj3873++ - if yyhl3873 { - yyb3873 = yyj3873 > l + var yyj3882 int + var yyb3882 bool + var yyhl3882 bool = l >= 0 + yyj3882++ + if yyhl3882 { + yyb3882 = yyj3882 > l } else { - yyb3873 = r.CheckBreak() + yyb3882 = r.CheckBreak() } - if yyb3873 { + if yyb3882 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48599,26 +48677,26 @@ func (x *LimitRangeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv3874 := &x.Limits - yym3875 := z.DecBinary() - _ = yym3875 + yyv3883 := &x.Limits + yym3884 := z.DecBinary() + _ = yym3884 if false { } else { - h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3874), d) + h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3883), d) } } for { - yyj3873++ - if yyhl3873 { - yyb3873 = yyj3873 > l + yyj3882++ + if yyhl3882 { + yyb3882 = yyj3882 > l } else { - yyb3873 = r.CheckBreak() + yyb3882 = r.CheckBreak() } - if yyb3873 { + if yyb3882 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3873-1, "") + z.DecStructFieldNotFound(yyj3882-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48630,38 +48708,38 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3876 := z.EncBinary() - _ = yym3876 + yym3885 := z.EncBinary() + _ = yym3885 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3877 := !z.EncBinary() - yy2arr3877 := z.EncBasicHandle().StructToArray - var yyq3877 [4]bool - _, _, _ = yysep3877, yyq3877, yy2arr3877 - const yyr3877 bool = false - yyq3877[0] = x.Kind != "" - yyq3877[1] = x.APIVersion != "" - yyq3877[2] = true - yyq3877[3] = true - var yynn3877 int - if yyr3877 || yy2arr3877 { + yysep3886 := !z.EncBinary() + yy2arr3886 := z.EncBasicHandle().StructToArray + var yyq3886 [4]bool + _, _, _ = yysep3886, yyq3886, yy2arr3886 + const yyr3886 bool = false + yyq3886[0] = x.Kind != "" + yyq3886[1] = x.APIVersion != "" + yyq3886[2] = true + yyq3886[3] = true + var yynn3886 int + if yyr3886 || yy2arr3886 { r.EncodeArrayStart(4) } else { - yynn3877 = 0 - for _, b := range yyq3877 { + yynn3886 = 0 + for _, b := range yyq3886 { if b { - yynn3877++ + yynn3886++ } } - r.EncodeMapStart(yynn3877) - yynn3877 = 0 + r.EncodeMapStart(yynn3886) + yynn3886 = 0 } - if yyr3877 || yy2arr3877 { + if yyr3886 || yy2arr3886 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3877[0] { - yym3879 := z.EncBinary() - _ = yym3879 + if yyq3886[0] { + yym3888 := z.EncBinary() + _ = yym3888 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -48670,23 +48748,23 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3877[0] { + if yyq3886[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3880 := z.EncBinary() - _ = yym3880 + yym3889 := z.EncBinary() + _ = yym3889 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3877 || yy2arr3877 { + if yyr3886 || yy2arr3886 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3877[1] { - yym3882 := z.EncBinary() - _ = yym3882 + if yyq3886[1] { + yym3891 := z.EncBinary() + _ = yym3891 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -48695,53 +48773,53 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3877[1] { + if yyq3886[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3883 := z.EncBinary() - _ = yym3883 + yym3892 := z.EncBinary() + _ = yym3892 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3877 || yy2arr3877 { + if yyr3886 || yy2arr3886 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3877[2] { - yy3885 := &x.ObjectMeta - yy3885.CodecEncodeSelf(e) + if yyq3886[2] { + yy3894 := &x.ObjectMeta + yy3894.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3877[2] { + if yyq3886[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3886 := &x.ObjectMeta - yy3886.CodecEncodeSelf(e) + yy3895 := &x.ObjectMeta + yy3895.CodecEncodeSelf(e) } } - if yyr3877 || yy2arr3877 { + if yyr3886 || yy2arr3886 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3877[3] { - yy3888 := &x.Spec - yy3888.CodecEncodeSelf(e) + if yyq3886[3] { + yy3897 := &x.Spec + yy3897.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3877[3] { + if yyq3886[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3889 := &x.Spec - yy3889.CodecEncodeSelf(e) + yy3898 := &x.Spec + yy3898.CodecEncodeSelf(e) } } - if yyr3877 || yy2arr3877 { + if yyr3886 || yy2arr3886 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48754,25 +48832,25 @@ func (x *LimitRange) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3890 := z.DecBinary() - _ = yym3890 + yym3899 := z.DecBinary() + _ = yym3899 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3891 := r.ContainerType() - if yyct3891 == codecSelferValueTypeMap1234 { - yyl3891 := r.ReadMapStart() - if yyl3891 == 0 { + yyct3900 := r.ContainerType() + if yyct3900 == codecSelferValueTypeMap1234 { + yyl3900 := r.ReadMapStart() + if yyl3900 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3891, d) + x.codecDecodeSelfFromMap(yyl3900, d) } - } else if yyct3891 == codecSelferValueTypeArray1234 { - yyl3891 := r.ReadArrayStart() - if yyl3891 == 0 { + } else if yyct3900 == codecSelferValueTypeArray1234 { + yyl3900 := r.ReadArrayStart() + if yyl3900 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3891, d) + x.codecDecodeSelfFromArray(yyl3900, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -48784,12 +48862,12 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3892Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3892Slc - var yyhl3892 bool = l >= 0 - for yyj3892 := 0; ; yyj3892++ { - if yyhl3892 { - if yyj3892 >= l { + var yys3901Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3901Slc + var yyhl3901 bool = l >= 0 + for yyj3901 := 0; ; yyj3901++ { + if yyhl3901 { + if yyj3901 >= l { break } } else { @@ -48798,10 +48876,10 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3892Slc = r.DecodeBytes(yys3892Slc, true, true) - yys3892 := string(yys3892Slc) + yys3901Slc = r.DecodeBytes(yys3901Slc, true, true) + yys3901 := string(yys3901Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3892 { + switch yys3901 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -48818,20 +48896,20 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3895 := &x.ObjectMeta - yyv3895.CodecDecodeSelf(d) + yyv3904 := &x.ObjectMeta + yyv3904.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = LimitRangeSpec{} } else { - yyv3896 := &x.Spec - yyv3896.CodecDecodeSelf(d) + yyv3905 := &x.Spec + yyv3905.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3892) - } // end switch yys3892 - } // end for yyj3892 + z.DecStructFieldNotFound(-1, yys3901) + } // end switch yys3901 + } // end for yyj3901 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48839,16 +48917,16 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3897 int - var yyb3897 bool - var yyhl3897 bool = l >= 0 - yyj3897++ - if yyhl3897 { - yyb3897 = yyj3897 > l + var yyj3906 int + var yyb3906 bool + var yyhl3906 bool = l >= 0 + yyj3906++ + if yyhl3906 { + yyb3906 = yyj3906 > l } else { - yyb3897 = r.CheckBreak() + yyb3906 = r.CheckBreak() } - if yyb3897 { + if yyb3906 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48858,13 +48936,13 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3897++ - if yyhl3897 { - yyb3897 = yyj3897 > l + yyj3906++ + if yyhl3906 { + yyb3906 = yyj3906 > l } else { - yyb3897 = r.CheckBreak() + yyb3906 = r.CheckBreak() } - if yyb3897 { + if yyb3906 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48874,13 +48952,13 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3897++ - if yyhl3897 { - yyb3897 = yyj3897 > l + yyj3906++ + if yyhl3906 { + yyb3906 = yyj3906 > l } else { - yyb3897 = r.CheckBreak() + yyb3906 = r.CheckBreak() } - if yyb3897 { + if yyb3906 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48888,16 +48966,16 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3900 := &x.ObjectMeta - yyv3900.CodecDecodeSelf(d) + yyv3909 := &x.ObjectMeta + yyv3909.CodecDecodeSelf(d) } - yyj3897++ - if yyhl3897 { - yyb3897 = yyj3897 > l + yyj3906++ + if yyhl3906 { + yyb3906 = yyj3906 > l } else { - yyb3897 = r.CheckBreak() + yyb3906 = r.CheckBreak() } - if yyb3897 { + if yyb3906 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48905,21 +48983,21 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = LimitRangeSpec{} } else { - yyv3901 := &x.Spec - yyv3901.CodecDecodeSelf(d) + yyv3910 := &x.Spec + yyv3910.CodecDecodeSelf(d) } for { - yyj3897++ - if yyhl3897 { - yyb3897 = yyj3897 > l + yyj3906++ + if yyhl3906 { + yyb3906 = yyj3906 > l } else { - yyb3897 = r.CheckBreak() + yyb3906 = r.CheckBreak() } - if yyb3897 { + if yyb3906 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3897-1, "") + z.DecStructFieldNotFound(yyj3906-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48931,37 +49009,37 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3902 := z.EncBinary() - _ = yym3902 + yym3911 := z.EncBinary() + _ = yym3911 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3903 := !z.EncBinary() - yy2arr3903 := z.EncBasicHandle().StructToArray - var yyq3903 [4]bool - _, _, _ = yysep3903, yyq3903, yy2arr3903 - const yyr3903 bool = false - yyq3903[0] = x.Kind != "" - yyq3903[1] = x.APIVersion != "" - yyq3903[2] = true - var yynn3903 int - if yyr3903 || yy2arr3903 { + yysep3912 := !z.EncBinary() + yy2arr3912 := z.EncBasicHandle().StructToArray + var yyq3912 [4]bool + _, _, _ = yysep3912, yyq3912, yy2arr3912 + const yyr3912 bool = false + yyq3912[0] = x.Kind != "" + yyq3912[1] = x.APIVersion != "" + yyq3912[2] = true + var yynn3912 int + if yyr3912 || yy2arr3912 { r.EncodeArrayStart(4) } else { - yynn3903 = 1 - for _, b := range yyq3903 { + yynn3912 = 1 + for _, b := range yyq3912 { if b { - yynn3903++ + yynn3912++ } } - r.EncodeMapStart(yynn3903) - yynn3903 = 0 + r.EncodeMapStart(yynn3912) + yynn3912 = 0 } - if yyr3903 || yy2arr3903 { + if yyr3912 || yy2arr3912 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3903[0] { - yym3905 := z.EncBinary() - _ = yym3905 + if yyq3912[0] { + yym3914 := z.EncBinary() + _ = yym3914 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -48970,23 +49048,23 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3903[0] { + if yyq3912[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3906 := z.EncBinary() - _ = yym3906 + yym3915 := z.EncBinary() + _ = yym3915 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3903 || yy2arr3903 { + if yyr3912 || yy2arr3912 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3903[1] { - yym3908 := z.EncBinary() - _ = yym3908 + if yyq3912[1] { + yym3917 := z.EncBinary() + _ = yym3917 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -48995,54 +49073,54 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3903[1] { + if yyq3912[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3909 := z.EncBinary() - _ = yym3909 + yym3918 := z.EncBinary() + _ = yym3918 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3903 || yy2arr3903 { + if yyr3912 || yy2arr3912 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3903[2] { - yy3911 := &x.ListMeta - yym3912 := z.EncBinary() - _ = yym3912 + if yyq3912[2] { + yy3920 := &x.ListMeta + yym3921 := z.EncBinary() + _ = yym3921 if false { - } else if z.HasExtensions() && z.EncExt(yy3911) { + } else if z.HasExtensions() && z.EncExt(yy3920) { } else { - z.EncFallback(yy3911) + z.EncFallback(yy3920) } } else { r.EncodeNil() } } else { - if yyq3903[2] { + if yyq3912[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3913 := &x.ListMeta - yym3914 := z.EncBinary() - _ = yym3914 + yy3922 := &x.ListMeta + yym3923 := z.EncBinary() + _ = yym3923 if false { - } else if z.HasExtensions() && z.EncExt(yy3913) { + } else if z.HasExtensions() && z.EncExt(yy3922) { } else { - z.EncFallback(yy3913) + z.EncFallback(yy3922) } } } - if yyr3903 || yy2arr3903 { + if yyr3912 || yy2arr3912 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3916 := z.EncBinary() - _ = yym3916 + yym3925 := z.EncBinary() + _ = yym3925 if false { } else { h.encSliceLimitRange(([]LimitRange)(x.Items), e) @@ -49055,15 +49133,15 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3917 := z.EncBinary() - _ = yym3917 + yym3926 := z.EncBinary() + _ = yym3926 if false { } else { h.encSliceLimitRange(([]LimitRange)(x.Items), e) } } } - if yyr3903 || yy2arr3903 { + if yyr3912 || yy2arr3912 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -49076,25 +49154,25 @@ func (x *LimitRangeList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3918 := z.DecBinary() - _ = yym3918 + yym3927 := z.DecBinary() + _ = yym3927 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3919 := r.ContainerType() - if yyct3919 == codecSelferValueTypeMap1234 { - yyl3919 := r.ReadMapStart() - if yyl3919 == 0 { + yyct3928 := r.ContainerType() + if yyct3928 == codecSelferValueTypeMap1234 { + yyl3928 := r.ReadMapStart() + if yyl3928 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3919, d) + x.codecDecodeSelfFromMap(yyl3928, d) } - } else if yyct3919 == codecSelferValueTypeArray1234 { - yyl3919 := r.ReadArrayStart() - if yyl3919 == 0 { + } else if yyct3928 == codecSelferValueTypeArray1234 { + yyl3928 := r.ReadArrayStart() + if yyl3928 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3919, d) + x.codecDecodeSelfFromArray(yyl3928, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -49106,12 +49184,12 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3920Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3920Slc - var yyhl3920 bool = l >= 0 - for yyj3920 := 0; ; yyj3920++ { - if yyhl3920 { - if yyj3920 >= l { + var yys3929Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3929Slc + var yyhl3929 bool = l >= 0 + for yyj3929 := 0; ; yyj3929++ { + if yyhl3929 { + if yyj3929 >= l { break } } else { @@ -49120,10 +49198,10 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3920Slc = r.DecodeBytes(yys3920Slc, true, true) - yys3920 := string(yys3920Slc) + yys3929Slc = r.DecodeBytes(yys3929Slc, true, true) + yys3929 := string(yys3929Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3920 { + switch yys3929 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -49140,31 +49218,31 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3923 := &x.ListMeta - yym3924 := z.DecBinary() - _ = yym3924 + yyv3932 := &x.ListMeta + yym3933 := z.DecBinary() + _ = yym3933 if false { - } else if z.HasExtensions() && z.DecExt(yyv3923) { + } else if z.HasExtensions() && z.DecExt(yyv3932) { } else { - z.DecFallback(yyv3923, false) + z.DecFallback(yyv3932, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3925 := &x.Items - yym3926 := z.DecBinary() - _ = yym3926 + yyv3934 := &x.Items + yym3935 := z.DecBinary() + _ = yym3935 if false { } else { - h.decSliceLimitRange((*[]LimitRange)(yyv3925), d) + h.decSliceLimitRange((*[]LimitRange)(yyv3934), d) } } default: - z.DecStructFieldNotFound(-1, yys3920) - } // end switch yys3920 - } // end for yyj3920 + z.DecStructFieldNotFound(-1, yys3929) + } // end switch yys3929 + } // end for yyj3929 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -49172,16 +49250,16 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3927 int - var yyb3927 bool - var yyhl3927 bool = l >= 0 - yyj3927++ - if yyhl3927 { - yyb3927 = yyj3927 > l + var yyj3936 int + var yyb3936 bool + var yyhl3936 bool = l >= 0 + yyj3936++ + if yyhl3936 { + yyb3936 = yyj3936 > l } else { - yyb3927 = r.CheckBreak() + yyb3936 = r.CheckBreak() } - if yyb3927 { + if yyb3936 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49191,13 +49269,13 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3927++ - if yyhl3927 { - yyb3927 = yyj3927 > l + yyj3936++ + if yyhl3936 { + yyb3936 = yyj3936 > l } else { - yyb3927 = r.CheckBreak() + yyb3936 = r.CheckBreak() } - if yyb3927 { + if yyb3936 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49207,13 +49285,13 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3927++ - if yyhl3927 { - yyb3927 = yyj3927 > l + yyj3936++ + if yyhl3936 { + yyb3936 = yyj3936 > l } else { - yyb3927 = r.CheckBreak() + yyb3936 = r.CheckBreak() } - if yyb3927 { + if yyb3936 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49221,22 +49299,22 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3930 := &x.ListMeta - yym3931 := z.DecBinary() - _ = yym3931 + yyv3939 := &x.ListMeta + yym3940 := z.DecBinary() + _ = yym3940 if false { - } else if z.HasExtensions() && z.DecExt(yyv3930) { + } else if z.HasExtensions() && z.DecExt(yyv3939) { } else { - z.DecFallback(yyv3930, false) + z.DecFallback(yyv3939, false) } } - yyj3927++ - if yyhl3927 { - yyb3927 = yyj3927 > l + yyj3936++ + if yyhl3936 { + yyb3936 = yyj3936 > l } else { - yyb3927 = r.CheckBreak() + yyb3936 = r.CheckBreak() } - if yyb3927 { + if yyb3936 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49244,26 +49322,26 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3932 := &x.Items - yym3933 := z.DecBinary() - _ = yym3933 + yyv3941 := &x.Items + yym3942 := z.DecBinary() + _ = yym3942 if false { } else { - h.decSliceLimitRange((*[]LimitRange)(yyv3932), d) + h.decSliceLimitRange((*[]LimitRange)(yyv3941), d) } } for { - yyj3927++ - if yyhl3927 { - yyb3927 = yyj3927 > l + yyj3936++ + if yyhl3936 { + yyb3936 = yyj3936 > l } else { - yyb3927 = r.CheckBreak() + yyb3936 = r.CheckBreak() } - if yyb3927 { + if yyb3936 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3927-1, "") + z.DecStructFieldNotFound(yyj3936-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49272,8 +49350,8 @@ func (x ResourceQuotaScope) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3934 := z.EncBinary() - _ = yym3934 + yym3943 := z.EncBinary() + _ = yym3943 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -49285,8 +49363,8 @@ func (x *ResourceQuotaScope) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3935 := z.DecBinary() - _ = yym3935 + yym3944 := z.DecBinary() + _ = yym3944 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -49301,34 +49379,34 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3936 := z.EncBinary() - _ = yym3936 + yym3945 := z.EncBinary() + _ = yym3945 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3937 := !z.EncBinary() - yy2arr3937 := z.EncBasicHandle().StructToArray - var yyq3937 [2]bool - _, _, _ = yysep3937, yyq3937, yy2arr3937 - const yyr3937 bool = false - yyq3937[0] = len(x.Hard) != 0 - yyq3937[1] = len(x.Scopes) != 0 - var yynn3937 int - if yyr3937 || yy2arr3937 { + yysep3946 := !z.EncBinary() + yy2arr3946 := z.EncBasicHandle().StructToArray + var yyq3946 [2]bool + _, _, _ = yysep3946, yyq3946, yy2arr3946 + const yyr3946 bool = false + yyq3946[0] = len(x.Hard) != 0 + yyq3946[1] = len(x.Scopes) != 0 + var yynn3946 int + if yyr3946 || yy2arr3946 { r.EncodeArrayStart(2) } else { - yynn3937 = 0 - for _, b := range yyq3937 { + yynn3946 = 0 + for _, b := range yyq3946 { if b { - yynn3937++ + yynn3946++ } } - r.EncodeMapStart(yynn3937) - yynn3937 = 0 + r.EncodeMapStart(yynn3946) + yynn3946 = 0 } - if yyr3937 || yy2arr3937 { + if yyr3946 || yy2arr3946 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3937[0] { + if yyq3946[0] { if x.Hard == nil { r.EncodeNil() } else { @@ -49338,7 +49416,7 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3937[0] { + if yyq3946[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hard")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -49349,14 +49427,14 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3937 || yy2arr3937 { + if yyr3946 || yy2arr3946 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3937[1] { + if yyq3946[1] { if x.Scopes == nil { r.EncodeNil() } else { - yym3940 := z.EncBinary() - _ = yym3940 + yym3949 := z.EncBinary() + _ = yym3949 if false { } else { h.encSliceResourceQuotaScope(([]ResourceQuotaScope)(x.Scopes), e) @@ -49366,15 +49444,15 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3937[1] { + if yyq3946[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("scopes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Scopes == nil { r.EncodeNil() } else { - yym3941 := z.EncBinary() - _ = yym3941 + yym3950 := z.EncBinary() + _ = yym3950 if false { } else { h.encSliceResourceQuotaScope(([]ResourceQuotaScope)(x.Scopes), e) @@ -49382,7 +49460,7 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3937 || yy2arr3937 { + if yyr3946 || yy2arr3946 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -49395,25 +49473,25 @@ func (x *ResourceQuotaSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3942 := z.DecBinary() - _ = yym3942 + yym3951 := z.DecBinary() + _ = yym3951 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3943 := r.ContainerType() - if yyct3943 == codecSelferValueTypeMap1234 { - yyl3943 := r.ReadMapStart() - if yyl3943 == 0 { + yyct3952 := r.ContainerType() + if yyct3952 == codecSelferValueTypeMap1234 { + yyl3952 := r.ReadMapStart() + if yyl3952 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3943, d) + x.codecDecodeSelfFromMap(yyl3952, d) } - } else if yyct3943 == codecSelferValueTypeArray1234 { - yyl3943 := r.ReadArrayStart() - if yyl3943 == 0 { + } else if yyct3952 == codecSelferValueTypeArray1234 { + yyl3952 := r.ReadArrayStart() + if yyl3952 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3943, d) + x.codecDecodeSelfFromArray(yyl3952, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -49425,12 +49503,12 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3944Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3944Slc - var yyhl3944 bool = l >= 0 - for yyj3944 := 0; ; yyj3944++ { - if yyhl3944 { - if yyj3944 >= l { + var yys3953Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3953Slc + var yyhl3953 bool = l >= 0 + for yyj3953 := 0; ; yyj3953++ { + if yyhl3953 { + if yyj3953 >= l { break } } else { @@ -49439,33 +49517,33 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3944Slc = r.DecodeBytes(yys3944Slc, true, true) - yys3944 := string(yys3944Slc) + yys3953Slc = r.DecodeBytes(yys3953Slc, true, true) + yys3953 := string(yys3953Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3944 { + switch yys3953 { case "hard": if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv3945 := &x.Hard - yyv3945.CodecDecodeSelf(d) + yyv3954 := &x.Hard + yyv3954.CodecDecodeSelf(d) } case "scopes": if r.TryDecodeAsNil() { x.Scopes = nil } else { - yyv3946 := &x.Scopes - yym3947 := z.DecBinary() - _ = yym3947 + yyv3955 := &x.Scopes + yym3956 := z.DecBinary() + _ = yym3956 if false { } else { - h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv3946), d) + h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv3955), d) } } default: - z.DecStructFieldNotFound(-1, yys3944) - } // end switch yys3944 - } // end for yyj3944 + z.DecStructFieldNotFound(-1, yys3953) + } // end switch yys3953 + } // end for yyj3953 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -49473,16 +49551,16 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3948 int - var yyb3948 bool - var yyhl3948 bool = l >= 0 - yyj3948++ - if yyhl3948 { - yyb3948 = yyj3948 > l + var yyj3957 int + var yyb3957 bool + var yyhl3957 bool = l >= 0 + yyj3957++ + if yyhl3957 { + yyb3957 = yyj3957 > l } else { - yyb3948 = r.CheckBreak() + yyb3957 = r.CheckBreak() } - if yyb3948 { + if yyb3957 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49490,16 +49568,16 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv3949 := &x.Hard - yyv3949.CodecDecodeSelf(d) + yyv3958 := &x.Hard + yyv3958.CodecDecodeSelf(d) } - yyj3948++ - if yyhl3948 { - yyb3948 = yyj3948 > l + yyj3957++ + if yyhl3957 { + yyb3957 = yyj3957 > l } else { - yyb3948 = r.CheckBreak() + yyb3957 = r.CheckBreak() } - if yyb3948 { + if yyb3957 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49507,26 +49585,26 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Scopes = nil } else { - yyv3950 := &x.Scopes - yym3951 := z.DecBinary() - _ = yym3951 + yyv3959 := &x.Scopes + yym3960 := z.DecBinary() + _ = yym3960 if false { } else { - h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv3950), d) + h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv3959), d) } } for { - yyj3948++ - if yyhl3948 { - yyb3948 = yyj3948 > l + yyj3957++ + if yyhl3957 { + yyb3957 = yyj3957 > l } else { - yyb3948 = r.CheckBreak() + yyb3957 = r.CheckBreak() } - if yyb3948 { + if yyb3957 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3948-1, "") + z.DecStructFieldNotFound(yyj3957-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49538,34 +49616,34 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3952 := z.EncBinary() - _ = yym3952 + yym3961 := z.EncBinary() + _ = yym3961 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3953 := !z.EncBinary() - yy2arr3953 := z.EncBasicHandle().StructToArray - var yyq3953 [2]bool - _, _, _ = yysep3953, yyq3953, yy2arr3953 - const yyr3953 bool = false - yyq3953[0] = len(x.Hard) != 0 - yyq3953[1] = len(x.Used) != 0 - var yynn3953 int - if yyr3953 || yy2arr3953 { + yysep3962 := !z.EncBinary() + yy2arr3962 := z.EncBasicHandle().StructToArray + var yyq3962 [2]bool + _, _, _ = yysep3962, yyq3962, yy2arr3962 + const yyr3962 bool = false + yyq3962[0] = len(x.Hard) != 0 + yyq3962[1] = len(x.Used) != 0 + var yynn3962 int + if yyr3962 || yy2arr3962 { r.EncodeArrayStart(2) } else { - yynn3953 = 0 - for _, b := range yyq3953 { + yynn3962 = 0 + for _, b := range yyq3962 { if b { - yynn3953++ + yynn3962++ } } - r.EncodeMapStart(yynn3953) - yynn3953 = 0 + r.EncodeMapStart(yynn3962) + yynn3962 = 0 } - if yyr3953 || yy2arr3953 { + if yyr3962 || yy2arr3962 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3953[0] { + if yyq3962[0] { if x.Hard == nil { r.EncodeNil() } else { @@ -49575,7 +49653,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3953[0] { + if yyq3962[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hard")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -49586,9 +49664,9 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3953 || yy2arr3953 { + if yyr3962 || yy2arr3962 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3953[1] { + if yyq3962[1] { if x.Used == nil { r.EncodeNil() } else { @@ -49598,7 +49676,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3953[1] { + if yyq3962[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("used")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -49609,7 +49687,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3953 || yy2arr3953 { + if yyr3962 || yy2arr3962 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -49622,25 +49700,25 @@ func (x *ResourceQuotaStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3956 := z.DecBinary() - _ = yym3956 + yym3965 := z.DecBinary() + _ = yym3965 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3957 := r.ContainerType() - if yyct3957 == codecSelferValueTypeMap1234 { - yyl3957 := r.ReadMapStart() - if yyl3957 == 0 { + yyct3966 := r.ContainerType() + if yyct3966 == codecSelferValueTypeMap1234 { + yyl3966 := r.ReadMapStart() + if yyl3966 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3957, d) + x.codecDecodeSelfFromMap(yyl3966, d) } - } else if yyct3957 == codecSelferValueTypeArray1234 { - yyl3957 := r.ReadArrayStart() - if yyl3957 == 0 { + } else if yyct3966 == codecSelferValueTypeArray1234 { + yyl3966 := r.ReadArrayStart() + if yyl3966 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3957, d) + x.codecDecodeSelfFromArray(yyl3966, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -49652,12 +49730,12 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3958Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3958Slc - var yyhl3958 bool = l >= 0 - for yyj3958 := 0; ; yyj3958++ { - if yyhl3958 { - if yyj3958 >= l { + var yys3967Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3967Slc + var yyhl3967 bool = l >= 0 + for yyj3967 := 0; ; yyj3967++ { + if yyhl3967 { + if yyj3967 >= l { break } } else { @@ -49666,28 +49744,28 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3958Slc = r.DecodeBytes(yys3958Slc, true, true) - yys3958 := string(yys3958Slc) + yys3967Slc = r.DecodeBytes(yys3967Slc, true, true) + yys3967 := string(yys3967Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3958 { + switch yys3967 { case "hard": if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv3959 := &x.Hard - yyv3959.CodecDecodeSelf(d) + yyv3968 := &x.Hard + yyv3968.CodecDecodeSelf(d) } case "used": if r.TryDecodeAsNil() { x.Used = nil } else { - yyv3960 := &x.Used - yyv3960.CodecDecodeSelf(d) + yyv3969 := &x.Used + yyv3969.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3958) - } // end switch yys3958 - } // end for yyj3958 + z.DecStructFieldNotFound(-1, yys3967) + } // end switch yys3967 + } // end for yyj3967 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -49695,16 +49773,16 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3961 int - var yyb3961 bool - var yyhl3961 bool = l >= 0 - yyj3961++ - if yyhl3961 { - yyb3961 = yyj3961 > l + var yyj3970 int + var yyb3970 bool + var yyhl3970 bool = l >= 0 + yyj3970++ + if yyhl3970 { + yyb3970 = yyj3970 > l } else { - yyb3961 = r.CheckBreak() + yyb3970 = r.CheckBreak() } - if yyb3961 { + if yyb3970 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49712,16 +49790,16 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv3962 := &x.Hard - yyv3962.CodecDecodeSelf(d) + yyv3971 := &x.Hard + yyv3971.CodecDecodeSelf(d) } - yyj3961++ - if yyhl3961 { - yyb3961 = yyj3961 > l + yyj3970++ + if yyhl3970 { + yyb3970 = yyj3970 > l } else { - yyb3961 = r.CheckBreak() + yyb3970 = r.CheckBreak() } - if yyb3961 { + if yyb3970 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49729,21 +49807,21 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Used = nil } else { - yyv3963 := &x.Used - yyv3963.CodecDecodeSelf(d) + yyv3972 := &x.Used + yyv3972.CodecDecodeSelf(d) } for { - yyj3961++ - if yyhl3961 { - yyb3961 = yyj3961 > l + yyj3970++ + if yyhl3970 { + yyb3970 = yyj3970 > l } else { - yyb3961 = r.CheckBreak() + yyb3970 = r.CheckBreak() } - if yyb3961 { + if yyb3970 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3961-1, "") + z.DecStructFieldNotFound(yyj3970-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49755,39 +49833,39 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3964 := z.EncBinary() - _ = yym3964 + yym3973 := z.EncBinary() + _ = yym3973 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3965 := !z.EncBinary() - yy2arr3965 := z.EncBasicHandle().StructToArray - var yyq3965 [5]bool - _, _, _ = yysep3965, yyq3965, yy2arr3965 - const yyr3965 bool = false - yyq3965[0] = x.Kind != "" - yyq3965[1] = x.APIVersion != "" - yyq3965[2] = true - yyq3965[3] = true - yyq3965[4] = true - var yynn3965 int - if yyr3965 || yy2arr3965 { + yysep3974 := !z.EncBinary() + yy2arr3974 := z.EncBasicHandle().StructToArray + var yyq3974 [5]bool + _, _, _ = yysep3974, yyq3974, yy2arr3974 + const yyr3974 bool = false + yyq3974[0] = x.Kind != "" + yyq3974[1] = x.APIVersion != "" + yyq3974[2] = true + yyq3974[3] = true + yyq3974[4] = true + var yynn3974 int + if yyr3974 || yy2arr3974 { r.EncodeArrayStart(5) } else { - yynn3965 = 0 - for _, b := range yyq3965 { + yynn3974 = 0 + for _, b := range yyq3974 { if b { - yynn3965++ + yynn3974++ } } - r.EncodeMapStart(yynn3965) - yynn3965 = 0 + r.EncodeMapStart(yynn3974) + yynn3974 = 0 } - if yyr3965 || yy2arr3965 { + if yyr3974 || yy2arr3974 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3965[0] { - yym3967 := z.EncBinary() - _ = yym3967 + if yyq3974[0] { + yym3976 := z.EncBinary() + _ = yym3976 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -49796,23 +49874,23 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3965[0] { + if yyq3974[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3968 := z.EncBinary() - _ = yym3968 + yym3977 := z.EncBinary() + _ = yym3977 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3965 || yy2arr3965 { + if yyr3974 || yy2arr3974 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3965[1] { - yym3970 := z.EncBinary() - _ = yym3970 + if yyq3974[1] { + yym3979 := z.EncBinary() + _ = yym3979 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -49821,70 +49899,70 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3965[1] { + if yyq3974[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3971 := z.EncBinary() - _ = yym3971 + yym3980 := z.EncBinary() + _ = yym3980 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3965 || yy2arr3965 { + if yyr3974 || yy2arr3974 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3965[2] { - yy3973 := &x.ObjectMeta - yy3973.CodecEncodeSelf(e) + if yyq3974[2] { + yy3982 := &x.ObjectMeta + yy3982.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3965[2] { + if yyq3974[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3974 := &x.ObjectMeta - yy3974.CodecEncodeSelf(e) + yy3983 := &x.ObjectMeta + yy3983.CodecEncodeSelf(e) } } - if yyr3965 || yy2arr3965 { + if yyr3974 || yy2arr3974 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3965[3] { - yy3976 := &x.Spec - yy3976.CodecEncodeSelf(e) + if yyq3974[3] { + yy3985 := &x.Spec + yy3985.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3965[3] { + if yyq3974[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3977 := &x.Spec - yy3977.CodecEncodeSelf(e) + yy3986 := &x.Spec + yy3986.CodecEncodeSelf(e) } } - if yyr3965 || yy2arr3965 { + if yyr3974 || yy2arr3974 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3965[4] { - yy3979 := &x.Status - yy3979.CodecEncodeSelf(e) + if yyq3974[4] { + yy3988 := &x.Status + yy3988.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3965[4] { + if yyq3974[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3980 := &x.Status - yy3980.CodecEncodeSelf(e) + yy3989 := &x.Status + yy3989.CodecEncodeSelf(e) } } - if yyr3965 || yy2arr3965 { + if yyr3974 || yy2arr3974 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -49897,25 +49975,25 @@ func (x *ResourceQuota) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3981 := z.DecBinary() - _ = yym3981 + yym3990 := z.DecBinary() + _ = yym3990 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3982 := r.ContainerType() - if yyct3982 == codecSelferValueTypeMap1234 { - yyl3982 := r.ReadMapStart() - if yyl3982 == 0 { + yyct3991 := r.ContainerType() + if yyct3991 == codecSelferValueTypeMap1234 { + yyl3991 := r.ReadMapStart() + if yyl3991 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3982, d) + x.codecDecodeSelfFromMap(yyl3991, d) } - } else if yyct3982 == codecSelferValueTypeArray1234 { - yyl3982 := r.ReadArrayStart() - if yyl3982 == 0 { + } else if yyct3991 == codecSelferValueTypeArray1234 { + yyl3991 := r.ReadArrayStart() + if yyl3991 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3982, d) + x.codecDecodeSelfFromArray(yyl3991, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -49927,12 +50005,12 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3983Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3983Slc - var yyhl3983 bool = l >= 0 - for yyj3983 := 0; ; yyj3983++ { - if yyhl3983 { - if yyj3983 >= l { + var yys3992Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3992Slc + var yyhl3992 bool = l >= 0 + for yyj3992 := 0; ; yyj3992++ { + if yyhl3992 { + if yyj3992 >= l { break } } else { @@ -49941,10 +50019,10 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3983Slc = r.DecodeBytes(yys3983Slc, true, true) - yys3983 := string(yys3983Slc) + yys3992Slc = r.DecodeBytes(yys3992Slc, true, true) + yys3992 := string(yys3992Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3983 { + switch yys3992 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -49961,27 +50039,27 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3986 := &x.ObjectMeta - yyv3986.CodecDecodeSelf(d) + yyv3995 := &x.ObjectMeta + yyv3995.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ResourceQuotaSpec{} } else { - yyv3987 := &x.Spec - yyv3987.CodecDecodeSelf(d) + yyv3996 := &x.Spec + yyv3996.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ResourceQuotaStatus{} } else { - yyv3988 := &x.Status - yyv3988.CodecDecodeSelf(d) + yyv3997 := &x.Status + yyv3997.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3983) - } // end switch yys3983 - } // end for yyj3983 + z.DecStructFieldNotFound(-1, yys3992) + } // end switch yys3992 + } // end for yyj3992 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -49989,16 +50067,16 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3989 int - var yyb3989 bool - var yyhl3989 bool = l >= 0 - yyj3989++ - if yyhl3989 { - yyb3989 = yyj3989 > l + var yyj3998 int + var yyb3998 bool + var yyhl3998 bool = l >= 0 + yyj3998++ + if yyhl3998 { + yyb3998 = yyj3998 > l } else { - yyb3989 = r.CheckBreak() + yyb3998 = r.CheckBreak() } - if yyb3989 { + if yyb3998 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50008,13 +50086,13 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3989++ - if yyhl3989 { - yyb3989 = yyj3989 > l + yyj3998++ + if yyhl3998 { + yyb3998 = yyj3998 > l } else { - yyb3989 = r.CheckBreak() + yyb3998 = r.CheckBreak() } - if yyb3989 { + if yyb3998 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50024,13 +50102,13 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3989++ - if yyhl3989 { - yyb3989 = yyj3989 > l + yyj3998++ + if yyhl3998 { + yyb3998 = yyj3998 > l } else { - yyb3989 = r.CheckBreak() + yyb3998 = r.CheckBreak() } - if yyb3989 { + if yyb3998 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50038,16 +50116,16 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3992 := &x.ObjectMeta - yyv3992.CodecDecodeSelf(d) + yyv4001 := &x.ObjectMeta + yyv4001.CodecDecodeSelf(d) } - yyj3989++ - if yyhl3989 { - yyb3989 = yyj3989 > l + yyj3998++ + if yyhl3998 { + yyb3998 = yyj3998 > l } else { - yyb3989 = r.CheckBreak() + yyb3998 = r.CheckBreak() } - if yyb3989 { + if yyb3998 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50055,16 +50133,16 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = ResourceQuotaSpec{} } else { - yyv3993 := &x.Spec - yyv3993.CodecDecodeSelf(d) + yyv4002 := &x.Spec + yyv4002.CodecDecodeSelf(d) } - yyj3989++ - if yyhl3989 { - yyb3989 = yyj3989 > l + yyj3998++ + if yyhl3998 { + yyb3998 = yyj3998 > l } else { - yyb3989 = r.CheckBreak() + yyb3998 = r.CheckBreak() } - if yyb3989 { + if yyb3998 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50072,21 +50150,21 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = ResourceQuotaStatus{} } else { - yyv3994 := &x.Status - yyv3994.CodecDecodeSelf(d) + yyv4003 := &x.Status + yyv4003.CodecDecodeSelf(d) } for { - yyj3989++ - if yyhl3989 { - yyb3989 = yyj3989 > l + yyj3998++ + if yyhl3998 { + yyb3998 = yyj3998 > l } else { - yyb3989 = r.CheckBreak() + yyb3998 = r.CheckBreak() } - if yyb3989 { + if yyb3998 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3989-1, "") + z.DecStructFieldNotFound(yyj3998-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50098,37 +50176,37 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3995 := z.EncBinary() - _ = yym3995 + yym4004 := z.EncBinary() + _ = yym4004 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3996 := !z.EncBinary() - yy2arr3996 := z.EncBasicHandle().StructToArray - var yyq3996 [4]bool - _, _, _ = yysep3996, yyq3996, yy2arr3996 - const yyr3996 bool = false - yyq3996[0] = x.Kind != "" - yyq3996[1] = x.APIVersion != "" - yyq3996[2] = true - var yynn3996 int - if yyr3996 || yy2arr3996 { + yysep4005 := !z.EncBinary() + yy2arr4005 := z.EncBasicHandle().StructToArray + var yyq4005 [4]bool + _, _, _ = yysep4005, yyq4005, yy2arr4005 + const yyr4005 bool = false + yyq4005[0] = x.Kind != "" + yyq4005[1] = x.APIVersion != "" + yyq4005[2] = true + var yynn4005 int + if yyr4005 || yy2arr4005 { r.EncodeArrayStart(4) } else { - yynn3996 = 1 - for _, b := range yyq3996 { + yynn4005 = 1 + for _, b := range yyq4005 { if b { - yynn3996++ + yynn4005++ } } - r.EncodeMapStart(yynn3996) - yynn3996 = 0 + r.EncodeMapStart(yynn4005) + yynn4005 = 0 } - if yyr3996 || yy2arr3996 { + if yyr4005 || yy2arr4005 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3996[0] { - yym3998 := z.EncBinary() - _ = yym3998 + if yyq4005[0] { + yym4007 := z.EncBinary() + _ = yym4007 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -50137,23 +50215,23 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3996[0] { + if yyq4005[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3999 := z.EncBinary() - _ = yym3999 + yym4008 := z.EncBinary() + _ = yym4008 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3996 || yy2arr3996 { + if yyr4005 || yy2arr4005 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3996[1] { - yym4001 := z.EncBinary() - _ = yym4001 + if yyq4005[1] { + yym4010 := z.EncBinary() + _ = yym4010 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -50162,54 +50240,54 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3996[1] { + if yyq4005[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4002 := z.EncBinary() - _ = yym4002 + yym4011 := z.EncBinary() + _ = yym4011 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3996 || yy2arr3996 { + if yyr4005 || yy2arr4005 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3996[2] { - yy4004 := &x.ListMeta - yym4005 := z.EncBinary() - _ = yym4005 + if yyq4005[2] { + yy4013 := &x.ListMeta + yym4014 := z.EncBinary() + _ = yym4014 if false { - } else if z.HasExtensions() && z.EncExt(yy4004) { + } else if z.HasExtensions() && z.EncExt(yy4013) { } else { - z.EncFallback(yy4004) + z.EncFallback(yy4013) } } else { r.EncodeNil() } } else { - if yyq3996[2] { + if yyq4005[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4006 := &x.ListMeta - yym4007 := z.EncBinary() - _ = yym4007 + yy4015 := &x.ListMeta + yym4016 := z.EncBinary() + _ = yym4016 if false { - } else if z.HasExtensions() && z.EncExt(yy4006) { + } else if z.HasExtensions() && z.EncExt(yy4015) { } else { - z.EncFallback(yy4006) + z.EncFallback(yy4015) } } } - if yyr3996 || yy2arr3996 { + if yyr4005 || yy2arr4005 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4009 := z.EncBinary() - _ = yym4009 + yym4018 := z.EncBinary() + _ = yym4018 if false { } else { h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) @@ -50222,15 +50300,15 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4010 := z.EncBinary() - _ = yym4010 + yym4019 := z.EncBinary() + _ = yym4019 if false { } else { h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) } } } - if yyr3996 || yy2arr3996 { + if yyr4005 || yy2arr4005 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50243,25 +50321,25 @@ func (x *ResourceQuotaList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4011 := z.DecBinary() - _ = yym4011 + yym4020 := z.DecBinary() + _ = yym4020 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4012 := r.ContainerType() - if yyct4012 == codecSelferValueTypeMap1234 { - yyl4012 := r.ReadMapStart() - if yyl4012 == 0 { + yyct4021 := r.ContainerType() + if yyct4021 == codecSelferValueTypeMap1234 { + yyl4021 := r.ReadMapStart() + if yyl4021 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4012, d) + x.codecDecodeSelfFromMap(yyl4021, d) } - } else if yyct4012 == codecSelferValueTypeArray1234 { - yyl4012 := r.ReadArrayStart() - if yyl4012 == 0 { + } else if yyct4021 == codecSelferValueTypeArray1234 { + yyl4021 := r.ReadArrayStart() + if yyl4021 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4012, d) + x.codecDecodeSelfFromArray(yyl4021, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50273,12 +50351,12 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4013Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4013Slc - var yyhl4013 bool = l >= 0 - for yyj4013 := 0; ; yyj4013++ { - if yyhl4013 { - if yyj4013 >= l { + var yys4022Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4022Slc + var yyhl4022 bool = l >= 0 + for yyj4022 := 0; ; yyj4022++ { + if yyhl4022 { + if yyj4022 >= l { break } } else { @@ -50287,10 +50365,10 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4013Slc = r.DecodeBytes(yys4013Slc, true, true) - yys4013 := string(yys4013Slc) + yys4022Slc = r.DecodeBytes(yys4022Slc, true, true) + yys4022 := string(yys4022Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4013 { + switch yys4022 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -50307,31 +50385,31 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4016 := &x.ListMeta - yym4017 := z.DecBinary() - _ = yym4017 + yyv4025 := &x.ListMeta + yym4026 := z.DecBinary() + _ = yym4026 if false { - } else if z.HasExtensions() && z.DecExt(yyv4016) { + } else if z.HasExtensions() && z.DecExt(yyv4025) { } else { - z.DecFallback(yyv4016, false) + z.DecFallback(yyv4025, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4018 := &x.Items - yym4019 := z.DecBinary() - _ = yym4019 + yyv4027 := &x.Items + yym4028 := z.DecBinary() + _ = yym4028 if false { } else { - h.decSliceResourceQuota((*[]ResourceQuota)(yyv4018), d) + h.decSliceResourceQuota((*[]ResourceQuota)(yyv4027), d) } } default: - z.DecStructFieldNotFound(-1, yys4013) - } // end switch yys4013 - } // end for yyj4013 + z.DecStructFieldNotFound(-1, yys4022) + } // end switch yys4022 + } // end for yyj4022 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -50339,16 +50417,16 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4020 int - var yyb4020 bool - var yyhl4020 bool = l >= 0 - yyj4020++ - if yyhl4020 { - yyb4020 = yyj4020 > l + var yyj4029 int + var yyb4029 bool + var yyhl4029 bool = l >= 0 + yyj4029++ + if yyhl4029 { + yyb4029 = yyj4029 > l } else { - yyb4020 = r.CheckBreak() + yyb4029 = r.CheckBreak() } - if yyb4020 { + if yyb4029 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50358,13 +50436,13 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.Kind = string(r.DecodeString()) } - yyj4020++ - if yyhl4020 { - yyb4020 = yyj4020 > l + yyj4029++ + if yyhl4029 { + yyb4029 = yyj4029 > l } else { - yyb4020 = r.CheckBreak() + yyb4029 = r.CheckBreak() } - if yyb4020 { + if yyb4029 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50374,13 +50452,13 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.APIVersion = string(r.DecodeString()) } - yyj4020++ - if yyhl4020 { - yyb4020 = yyj4020 > l + yyj4029++ + if yyhl4029 { + yyb4029 = yyj4029 > l } else { - yyb4020 = r.CheckBreak() + yyb4029 = r.CheckBreak() } - if yyb4020 { + if yyb4029 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50388,22 +50466,22 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4023 := &x.ListMeta - yym4024 := z.DecBinary() - _ = yym4024 + yyv4032 := &x.ListMeta + yym4033 := z.DecBinary() + _ = yym4033 if false { - } else if z.HasExtensions() && z.DecExt(yyv4023) { + } else if z.HasExtensions() && z.DecExt(yyv4032) { } else { - z.DecFallback(yyv4023, false) + z.DecFallback(yyv4032, false) } } - yyj4020++ - if yyhl4020 { - yyb4020 = yyj4020 > l + yyj4029++ + if yyhl4029 { + yyb4029 = yyj4029 > l } else { - yyb4020 = r.CheckBreak() + yyb4029 = r.CheckBreak() } - if yyb4020 { + if yyb4029 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50411,26 +50489,26 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4025 := &x.Items - yym4026 := z.DecBinary() - _ = yym4026 + yyv4034 := &x.Items + yym4035 := z.DecBinary() + _ = yym4035 if false { } else { - h.decSliceResourceQuota((*[]ResourceQuota)(yyv4025), d) + h.decSliceResourceQuota((*[]ResourceQuota)(yyv4034), d) } } for { - yyj4020++ - if yyhl4020 { - yyb4020 = yyj4020 > l + yyj4029++ + if yyhl4029 { + yyb4029 = yyj4029 > l } else { - yyb4020 = r.CheckBreak() + yyb4029 = r.CheckBreak() } - if yyb4020 { + if yyb4029 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4020-1, "") + z.DecStructFieldNotFound(yyj4029-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50442,39 +50520,39 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4027 := z.EncBinary() - _ = yym4027 + yym4036 := z.EncBinary() + _ = yym4036 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4028 := !z.EncBinary() - yy2arr4028 := z.EncBasicHandle().StructToArray - var yyq4028 [5]bool - _, _, _ = yysep4028, yyq4028, yy2arr4028 - const yyr4028 bool = false - yyq4028[0] = x.Kind != "" - yyq4028[1] = x.APIVersion != "" - yyq4028[2] = true - yyq4028[3] = len(x.Data) != 0 - yyq4028[4] = x.Type != "" - var yynn4028 int - if yyr4028 || yy2arr4028 { + yysep4037 := !z.EncBinary() + yy2arr4037 := z.EncBasicHandle().StructToArray + var yyq4037 [5]bool + _, _, _ = yysep4037, yyq4037, yy2arr4037 + const yyr4037 bool = false + yyq4037[0] = x.Kind != "" + yyq4037[1] = x.APIVersion != "" + yyq4037[2] = true + yyq4037[3] = len(x.Data) != 0 + yyq4037[4] = x.Type != "" + var yynn4037 int + if yyr4037 || yy2arr4037 { r.EncodeArrayStart(5) } else { - yynn4028 = 0 - for _, b := range yyq4028 { + yynn4037 = 0 + for _, b := range yyq4037 { if b { - yynn4028++ + yynn4037++ } } - r.EncodeMapStart(yynn4028) - yynn4028 = 0 + r.EncodeMapStart(yynn4037) + yynn4037 = 0 } - if yyr4028 || yy2arr4028 { + if yyr4037 || yy2arr4037 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4028[0] { - yym4030 := z.EncBinary() - _ = yym4030 + if yyq4037[0] { + yym4039 := z.EncBinary() + _ = yym4039 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -50483,23 +50561,23 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4028[0] { + if yyq4037[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4031 := z.EncBinary() - _ = yym4031 + yym4040 := z.EncBinary() + _ = yym4040 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4028 || yy2arr4028 { + if yyr4037 || yy2arr4037 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4028[1] { - yym4033 := z.EncBinary() - _ = yym4033 + if yyq4037[1] { + yym4042 := z.EncBinary() + _ = yym4042 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -50508,43 +50586,43 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4028[1] { + if yyq4037[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4034 := z.EncBinary() - _ = yym4034 + yym4043 := z.EncBinary() + _ = yym4043 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4028 || yy2arr4028 { + if yyr4037 || yy2arr4037 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4028[2] { - yy4036 := &x.ObjectMeta - yy4036.CodecEncodeSelf(e) + if yyq4037[2] { + yy4045 := &x.ObjectMeta + yy4045.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4028[2] { + if yyq4037[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4037 := &x.ObjectMeta - yy4037.CodecEncodeSelf(e) + yy4046 := &x.ObjectMeta + yy4046.CodecEncodeSelf(e) } } - if yyr4028 || yy2arr4028 { + if yyr4037 || yy2arr4037 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4028[3] { + if yyq4037[3] { if x.Data == nil { r.EncodeNil() } else { - yym4039 := z.EncBinary() - _ = yym4039 + yym4048 := z.EncBinary() + _ = yym4048 if false { } else { h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) @@ -50554,15 +50632,15 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4028[3] { + if yyq4037[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("data")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Data == nil { r.EncodeNil() } else { - yym4040 := z.EncBinary() - _ = yym4040 + yym4049 := z.EncBinary() + _ = yym4049 if false { } else { h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) @@ -50570,22 +50648,22 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4028 || yy2arr4028 { + if yyr4037 || yy2arr4037 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4028[4] { + if yyq4037[4] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4028[4] { + if yyq4037[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr4028 || yy2arr4028 { + if yyr4037 || yy2arr4037 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50598,25 +50676,25 @@ func (x *Secret) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4042 := z.DecBinary() - _ = yym4042 + yym4051 := z.DecBinary() + _ = yym4051 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4043 := r.ContainerType() - if yyct4043 == codecSelferValueTypeMap1234 { - yyl4043 := r.ReadMapStart() - if yyl4043 == 0 { + yyct4052 := r.ContainerType() + if yyct4052 == codecSelferValueTypeMap1234 { + yyl4052 := r.ReadMapStart() + if yyl4052 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4043, d) + x.codecDecodeSelfFromMap(yyl4052, d) } - } else if yyct4043 == codecSelferValueTypeArray1234 { - yyl4043 := r.ReadArrayStart() - if yyl4043 == 0 { + } else if yyct4052 == codecSelferValueTypeArray1234 { + yyl4052 := r.ReadArrayStart() + if yyl4052 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4043, d) + x.codecDecodeSelfFromArray(yyl4052, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50628,12 +50706,12 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4044Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4044Slc - var yyhl4044 bool = l >= 0 - for yyj4044 := 0; ; yyj4044++ { - if yyhl4044 { - if yyj4044 >= l { + var yys4053Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4053Slc + var yyhl4053 bool = l >= 0 + for yyj4053 := 0; ; yyj4053++ { + if yyhl4053 { + if yyj4053 >= l { break } } else { @@ -50642,10 +50720,10 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4044Slc = r.DecodeBytes(yys4044Slc, true, true) - yys4044 := string(yys4044Slc) + yys4053Slc = r.DecodeBytes(yys4053Slc, true, true) + yys4053 := string(yys4053Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4044 { + switch yys4053 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -50662,19 +50740,19 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4047 := &x.ObjectMeta - yyv4047.CodecDecodeSelf(d) + yyv4056 := &x.ObjectMeta + yyv4056.CodecDecodeSelf(d) } case "data": if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4048 := &x.Data - yym4049 := z.DecBinary() - _ = yym4049 + yyv4057 := &x.Data + yym4058 := z.DecBinary() + _ = yym4058 if false { } else { - h.decMapstringSliceuint8((*map[string][]uint8)(yyv4048), d) + h.decMapstringSliceuint8((*map[string][]uint8)(yyv4057), d) } } case "type": @@ -50684,9 +50762,9 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Type = SecretType(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys4044) - } // end switch yys4044 - } // end for yyj4044 + z.DecStructFieldNotFound(-1, yys4053) + } // end switch yys4053 + } // end for yyj4053 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -50694,16 +50772,16 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4051 int - var yyb4051 bool - var yyhl4051 bool = l >= 0 - yyj4051++ - if yyhl4051 { - yyb4051 = yyj4051 > l + var yyj4060 int + var yyb4060 bool + var yyhl4060 bool = l >= 0 + yyj4060++ + if yyhl4060 { + yyb4060 = yyj4060 > l } else { - yyb4051 = r.CheckBreak() + yyb4060 = r.CheckBreak() } - if yyb4051 { + if yyb4060 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50713,13 +50791,13 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4051++ - if yyhl4051 { - yyb4051 = yyj4051 > l + yyj4060++ + if yyhl4060 { + yyb4060 = yyj4060 > l } else { - yyb4051 = r.CheckBreak() + yyb4060 = r.CheckBreak() } - if yyb4051 { + if yyb4060 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50729,13 +50807,13 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4051++ - if yyhl4051 { - yyb4051 = yyj4051 > l + yyj4060++ + if yyhl4060 { + yyb4060 = yyj4060 > l } else { - yyb4051 = r.CheckBreak() + yyb4060 = r.CheckBreak() } - if yyb4051 { + if yyb4060 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50743,16 +50821,16 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4054 := &x.ObjectMeta - yyv4054.CodecDecodeSelf(d) + yyv4063 := &x.ObjectMeta + yyv4063.CodecDecodeSelf(d) } - yyj4051++ - if yyhl4051 { - yyb4051 = yyj4051 > l + yyj4060++ + if yyhl4060 { + yyb4060 = yyj4060 > l } else { - yyb4051 = r.CheckBreak() + yyb4060 = r.CheckBreak() } - if yyb4051 { + if yyb4060 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50760,21 +50838,21 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4055 := &x.Data - yym4056 := z.DecBinary() - _ = yym4056 + yyv4064 := &x.Data + yym4065 := z.DecBinary() + _ = yym4065 if false { } else { - h.decMapstringSliceuint8((*map[string][]uint8)(yyv4055), d) + h.decMapstringSliceuint8((*map[string][]uint8)(yyv4064), d) } } - yyj4051++ - if yyhl4051 { - yyb4051 = yyj4051 > l + yyj4060++ + if yyhl4060 { + yyb4060 = yyj4060 > l } else { - yyb4051 = r.CheckBreak() + yyb4060 = r.CheckBreak() } - if yyb4051 { + if yyb4060 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50785,17 +50863,17 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Type = SecretType(r.DecodeString()) } for { - yyj4051++ - if yyhl4051 { - yyb4051 = yyj4051 > l + yyj4060++ + if yyhl4060 { + yyb4060 = yyj4060 > l } else { - yyb4051 = r.CheckBreak() + yyb4060 = r.CheckBreak() } - if yyb4051 { + if yyb4060 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4051-1, "") + z.DecStructFieldNotFound(yyj4060-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50804,8 +50882,8 @@ func (x SecretType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4058 := z.EncBinary() - _ = yym4058 + yym4067 := z.EncBinary() + _ = yym4067 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -50817,8 +50895,8 @@ func (x *SecretType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4059 := z.DecBinary() - _ = yym4059 + yym4068 := z.DecBinary() + _ = yym4068 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -50833,37 +50911,37 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4060 := z.EncBinary() - _ = yym4060 + yym4069 := z.EncBinary() + _ = yym4069 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 - var yynn4061 int - if yyr4061 || yy2arr4061 { + yysep4070 := !z.EncBinary() + yy2arr4070 := z.EncBasicHandle().StructToArray + var yyq4070 [4]bool + _, _, _ = yysep4070, yyq4070, yy2arr4070 + const yyr4070 bool = false + yyq4070[0] = x.Kind != "" + yyq4070[1] = x.APIVersion != "" + yyq4070[2] = true + var yynn4070 int + if yyr4070 || yy2arr4070 { r.EncodeArrayStart(4) } else { - yynn4061 = 1 - for _, b := range yyq4061 { + yynn4070 = 1 + for _, b := range yyq4070 { if b { - yynn4061++ + yynn4070++ } } - r.EncodeMapStart(yynn4061) - yynn4061 = 0 + r.EncodeMapStart(yynn4070) + yynn4070 = 0 } - if yyr4061 || yy2arr4061 { + if yyr4070 || yy2arr4070 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4061[0] { - yym4063 := z.EncBinary() - _ = yym4063 + if yyq4070[0] { + yym4072 := z.EncBinary() + _ = yym4072 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -50872,23 +50950,23 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4061[0] { + if yyq4070[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4064 := z.EncBinary() - _ = yym4064 + yym4073 := z.EncBinary() + _ = yym4073 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4061 || yy2arr4061 { + if yyr4070 || yy2arr4070 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4061[1] { - yym4066 := z.EncBinary() - _ = yym4066 + if yyq4070[1] { + yym4075 := z.EncBinary() + _ = yym4075 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -50897,54 +50975,54 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4061[1] { + if yyq4070[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4067 := z.EncBinary() - _ = yym4067 + yym4076 := z.EncBinary() + _ = yym4076 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4061 || yy2arr4061 { + if yyr4070 || yy2arr4070 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4061[2] { - yy4069 := &x.ListMeta - yym4070 := z.EncBinary() - _ = yym4070 + if yyq4070[2] { + yy4078 := &x.ListMeta + yym4079 := z.EncBinary() + _ = yym4079 if false { - } else if z.HasExtensions() && z.EncExt(yy4069) { + } else if z.HasExtensions() && z.EncExt(yy4078) { } else { - z.EncFallback(yy4069) + z.EncFallback(yy4078) } } else { r.EncodeNil() } } else { - if yyq4061[2] { + if yyq4070[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4071 := &x.ListMeta - yym4072 := z.EncBinary() - _ = yym4072 + yy4080 := &x.ListMeta + yym4081 := z.EncBinary() + _ = yym4081 if false { - } else if z.HasExtensions() && z.EncExt(yy4071) { + } else if z.HasExtensions() && z.EncExt(yy4080) { } else { - z.EncFallback(yy4071) + z.EncFallback(yy4080) } } } - if yyr4061 || yy2arr4061 { + if yyr4070 || yy2arr4070 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4074 := z.EncBinary() - _ = yym4074 + yym4083 := z.EncBinary() + _ = yym4083 if false { } else { h.encSliceSecret(([]Secret)(x.Items), e) @@ -50957,15 +51035,15 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4075 := z.EncBinary() - _ = yym4075 + yym4084 := z.EncBinary() + _ = yym4084 if false { } else { h.encSliceSecret(([]Secret)(x.Items), e) } } } - if yyr4061 || yy2arr4061 { + if yyr4070 || yy2arr4070 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50978,25 +51056,25 @@ func (x *SecretList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4076 := z.DecBinary() - _ = yym4076 + yym4085 := z.DecBinary() + _ = yym4085 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4077 := r.ContainerType() - if yyct4077 == codecSelferValueTypeMap1234 { - yyl4077 := r.ReadMapStart() - if yyl4077 == 0 { + yyct4086 := r.ContainerType() + if yyct4086 == codecSelferValueTypeMap1234 { + yyl4086 := r.ReadMapStart() + if yyl4086 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4077, d) + x.codecDecodeSelfFromMap(yyl4086, d) } - } else if yyct4077 == codecSelferValueTypeArray1234 { - yyl4077 := r.ReadArrayStart() - if yyl4077 == 0 { + } else if yyct4086 == codecSelferValueTypeArray1234 { + yyl4086 := r.ReadArrayStart() + if yyl4086 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4077, d) + x.codecDecodeSelfFromArray(yyl4086, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -51008,12 +51086,12 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4078Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4078Slc - var yyhl4078 bool = l >= 0 - for yyj4078 := 0; ; yyj4078++ { - if yyhl4078 { - if yyj4078 >= l { + var yys4087Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4087Slc + var yyhl4087 bool = l >= 0 + for yyj4087 := 0; ; yyj4087++ { + if yyhl4087 { + if yyj4087 >= l { break } } else { @@ -51022,10 +51100,10 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4078Slc = r.DecodeBytes(yys4078Slc, true, true) - yys4078 := string(yys4078Slc) + yys4087Slc = r.DecodeBytes(yys4087Slc, true, true) + yys4087 := string(yys4087Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4078 { + switch yys4087 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -51042,31 +51120,31 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4081 := &x.ListMeta - yym4082 := z.DecBinary() - _ = yym4082 + yyv4090 := &x.ListMeta + yym4091 := z.DecBinary() + _ = yym4091 if false { - } else if z.HasExtensions() && z.DecExt(yyv4081) { + } else if z.HasExtensions() && z.DecExt(yyv4090) { } else { - z.DecFallback(yyv4081, false) + z.DecFallback(yyv4090, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4083 := &x.Items - yym4084 := z.DecBinary() - _ = yym4084 + yyv4092 := &x.Items + yym4093 := z.DecBinary() + _ = yym4093 if false { } else { - h.decSliceSecret((*[]Secret)(yyv4083), d) + h.decSliceSecret((*[]Secret)(yyv4092), d) } } default: - z.DecStructFieldNotFound(-1, yys4078) - } // end switch yys4078 - } // end for yyj4078 + z.DecStructFieldNotFound(-1, yys4087) + } // end switch yys4087 + } // end for yyj4087 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -51074,16 +51152,16 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4085 int - var yyb4085 bool - var yyhl4085 bool = l >= 0 - yyj4085++ - if yyhl4085 { - yyb4085 = yyj4085 > l + var yyj4094 int + var yyb4094 bool + var yyhl4094 bool = l >= 0 + yyj4094++ + if yyhl4094 { + yyb4094 = yyj4094 > l } else { - yyb4085 = r.CheckBreak() + yyb4094 = r.CheckBreak() } - if yyb4085 { + if yyb4094 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51093,13 +51171,13 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4085++ - if yyhl4085 { - yyb4085 = yyj4085 > l + yyj4094++ + if yyhl4094 { + yyb4094 = yyj4094 > l } else { - yyb4085 = r.CheckBreak() + yyb4094 = r.CheckBreak() } - if yyb4085 { + if yyb4094 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51109,13 +51187,13 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4085++ - if yyhl4085 { - yyb4085 = yyj4085 > l + yyj4094++ + if yyhl4094 { + yyb4094 = yyj4094 > l } else { - yyb4085 = r.CheckBreak() + yyb4094 = r.CheckBreak() } - if yyb4085 { + if yyb4094 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51123,22 +51201,22 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4088 := &x.ListMeta - yym4089 := z.DecBinary() - _ = yym4089 + yyv4097 := &x.ListMeta + yym4098 := z.DecBinary() + _ = yym4098 if false { - } else if z.HasExtensions() && z.DecExt(yyv4088) { + } else if z.HasExtensions() && z.DecExt(yyv4097) { } else { - z.DecFallback(yyv4088, false) + z.DecFallback(yyv4097, false) } } - yyj4085++ - if yyhl4085 { - yyb4085 = yyj4085 > l + yyj4094++ + if yyhl4094 { + yyb4094 = yyj4094 > l } else { - yyb4085 = r.CheckBreak() + yyb4094 = r.CheckBreak() } - if yyb4085 { + if yyb4094 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51146,26 +51224,26 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4090 := &x.Items - yym4091 := z.DecBinary() - _ = yym4091 + yyv4099 := &x.Items + yym4100 := z.DecBinary() + _ = yym4100 if false { } else { - h.decSliceSecret((*[]Secret)(yyv4090), d) + h.decSliceSecret((*[]Secret)(yyv4099), d) } } for { - yyj4085++ - if yyhl4085 { - yyb4085 = yyj4085 > l + yyj4094++ + if yyhl4094 { + yyb4094 = yyj4094 > l } else { - yyb4085 = r.CheckBreak() + yyb4094 = r.CheckBreak() } - if yyb4085 { + if yyb4094 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4085-1, "") + z.DecStructFieldNotFound(yyj4094-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51177,38 +51255,38 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4092 := z.EncBinary() - _ = yym4092 + yym4101 := z.EncBinary() + _ = yym4101 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4093 := !z.EncBinary() - yy2arr4093 := z.EncBasicHandle().StructToArray - var yyq4093 [4]bool - _, _, _ = yysep4093, yyq4093, yy2arr4093 - const yyr4093 bool = false - yyq4093[0] = x.Kind != "" - yyq4093[1] = x.APIVersion != "" - yyq4093[2] = true - yyq4093[3] = len(x.Data) != 0 - var yynn4093 int - if yyr4093 || yy2arr4093 { + yysep4102 := !z.EncBinary() + yy2arr4102 := z.EncBasicHandle().StructToArray + var yyq4102 [4]bool + _, _, _ = yysep4102, yyq4102, yy2arr4102 + const yyr4102 bool = false + yyq4102[0] = x.Kind != "" + yyq4102[1] = x.APIVersion != "" + yyq4102[2] = true + yyq4102[3] = len(x.Data) != 0 + var yynn4102 int + if yyr4102 || yy2arr4102 { r.EncodeArrayStart(4) } else { - yynn4093 = 0 - for _, b := range yyq4093 { + yynn4102 = 0 + for _, b := range yyq4102 { if b { - yynn4093++ + yynn4102++ } } - r.EncodeMapStart(yynn4093) - yynn4093 = 0 + r.EncodeMapStart(yynn4102) + yynn4102 = 0 } - if yyr4093 || yy2arr4093 { + if yyr4102 || yy2arr4102 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4093[0] { - yym4095 := z.EncBinary() - _ = yym4095 + if yyq4102[0] { + yym4104 := z.EncBinary() + _ = yym4104 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -51217,23 +51295,23 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4093[0] { + if yyq4102[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4096 := z.EncBinary() - _ = yym4096 + yym4105 := z.EncBinary() + _ = yym4105 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4093 || yy2arr4093 { + if yyr4102 || yy2arr4102 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4093[1] { - yym4098 := z.EncBinary() - _ = yym4098 + if yyq4102[1] { + yym4107 := z.EncBinary() + _ = yym4107 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -51242,43 +51320,43 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4093[1] { + if yyq4102[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4099 := z.EncBinary() - _ = yym4099 + yym4108 := z.EncBinary() + _ = yym4108 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4093 || yy2arr4093 { + if yyr4102 || yy2arr4102 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4093[2] { - yy4101 := &x.ObjectMeta - yy4101.CodecEncodeSelf(e) + if yyq4102[2] { + yy4110 := &x.ObjectMeta + yy4110.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4093[2] { + if yyq4102[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4102 := &x.ObjectMeta - yy4102.CodecEncodeSelf(e) + yy4111 := &x.ObjectMeta + yy4111.CodecEncodeSelf(e) } } - if yyr4093 || yy2arr4093 { + if yyr4102 || yy2arr4102 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4093[3] { + if yyq4102[3] { if x.Data == nil { r.EncodeNil() } else { - yym4104 := z.EncBinary() - _ = yym4104 + yym4113 := z.EncBinary() + _ = yym4113 if false { } else { z.F.EncMapStringStringV(x.Data, false, e) @@ -51288,15 +51366,15 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4093[3] { + if yyq4102[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("data")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Data == nil { r.EncodeNil() } else { - yym4105 := z.EncBinary() - _ = yym4105 + yym4114 := z.EncBinary() + _ = yym4114 if false { } else { z.F.EncMapStringStringV(x.Data, false, e) @@ -51304,7 +51382,7 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4093 || yy2arr4093 { + if yyr4102 || yy2arr4102 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -51317,25 +51395,25 @@ func (x *ConfigMap) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4106 := z.DecBinary() - _ = yym4106 + yym4115 := z.DecBinary() + _ = yym4115 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4107 := r.ContainerType() - if yyct4107 == codecSelferValueTypeMap1234 { - yyl4107 := r.ReadMapStart() - if yyl4107 == 0 { + yyct4116 := r.ContainerType() + if yyct4116 == codecSelferValueTypeMap1234 { + yyl4116 := r.ReadMapStart() + if yyl4116 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4107, d) + x.codecDecodeSelfFromMap(yyl4116, d) } - } else if yyct4107 == codecSelferValueTypeArray1234 { - yyl4107 := r.ReadArrayStart() - if yyl4107 == 0 { + } else if yyct4116 == codecSelferValueTypeArray1234 { + yyl4116 := r.ReadArrayStart() + if yyl4116 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4107, d) + x.codecDecodeSelfFromArray(yyl4116, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -51347,12 +51425,12 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4108Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4108Slc - var yyhl4108 bool = l >= 0 - for yyj4108 := 0; ; yyj4108++ { - if yyhl4108 { - if yyj4108 >= l { + var yys4117Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4117Slc + var yyhl4117 bool = l >= 0 + for yyj4117 := 0; ; yyj4117++ { + if yyhl4117 { + if yyj4117 >= l { break } } else { @@ -51361,10 +51439,10 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4108Slc = r.DecodeBytes(yys4108Slc, true, true) - yys4108 := string(yys4108Slc) + yys4117Slc = r.DecodeBytes(yys4117Slc, true, true) + yys4117 := string(yys4117Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4108 { + switch yys4117 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -51381,25 +51459,25 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4111 := &x.ObjectMeta - yyv4111.CodecDecodeSelf(d) + yyv4120 := &x.ObjectMeta + yyv4120.CodecDecodeSelf(d) } case "data": if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4112 := &x.Data - yym4113 := z.DecBinary() - _ = yym4113 + yyv4121 := &x.Data + yym4122 := z.DecBinary() + _ = yym4122 if false { } else { - z.F.DecMapStringStringX(yyv4112, false, d) + z.F.DecMapStringStringX(yyv4121, false, d) } } default: - z.DecStructFieldNotFound(-1, yys4108) - } // end switch yys4108 - } // end for yyj4108 + z.DecStructFieldNotFound(-1, yys4117) + } // end switch yys4117 + } // end for yyj4117 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -51407,16 +51485,16 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4114 int - var yyb4114 bool - var yyhl4114 bool = l >= 0 - yyj4114++ - if yyhl4114 { - yyb4114 = yyj4114 > l + var yyj4123 int + var yyb4123 bool + var yyhl4123 bool = l >= 0 + yyj4123++ + if yyhl4123 { + yyb4123 = yyj4123 > l } else { - yyb4114 = r.CheckBreak() + yyb4123 = r.CheckBreak() } - if yyb4114 { + if yyb4123 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51426,13 +51504,13 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4114++ - if yyhl4114 { - yyb4114 = yyj4114 > l + yyj4123++ + if yyhl4123 { + yyb4123 = yyj4123 > l } else { - yyb4114 = r.CheckBreak() + yyb4123 = r.CheckBreak() } - if yyb4114 { + if yyb4123 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51442,13 +51520,13 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4114++ - if yyhl4114 { - yyb4114 = yyj4114 > l + yyj4123++ + if yyhl4123 { + yyb4123 = yyj4123 > l } else { - yyb4114 = r.CheckBreak() + yyb4123 = r.CheckBreak() } - if yyb4114 { + if yyb4123 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51456,16 +51534,16 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4117 := &x.ObjectMeta - yyv4117.CodecDecodeSelf(d) + yyv4126 := &x.ObjectMeta + yyv4126.CodecDecodeSelf(d) } - yyj4114++ - if yyhl4114 { - yyb4114 = yyj4114 > l + yyj4123++ + if yyhl4123 { + yyb4123 = yyj4123 > l } else { - yyb4114 = r.CheckBreak() + yyb4123 = r.CheckBreak() } - if yyb4114 { + if yyb4123 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51473,26 +51551,26 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4118 := &x.Data - yym4119 := z.DecBinary() - _ = yym4119 + yyv4127 := &x.Data + yym4128 := z.DecBinary() + _ = yym4128 if false { } else { - z.F.DecMapStringStringX(yyv4118, false, d) + z.F.DecMapStringStringX(yyv4127, false, d) } } for { - yyj4114++ - if yyhl4114 { - yyb4114 = yyj4114 > l + yyj4123++ + if yyhl4123 { + yyb4123 = yyj4123 > l } else { - yyb4114 = r.CheckBreak() + yyb4123 = r.CheckBreak() } - if yyb4114 { + if yyb4123 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4114-1, "") + z.DecStructFieldNotFound(yyj4123-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51504,37 +51582,37 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4120 := z.EncBinary() - _ = yym4120 + yym4129 := z.EncBinary() + _ = yym4129 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4121 := !z.EncBinary() - yy2arr4121 := z.EncBasicHandle().StructToArray - var yyq4121 [4]bool - _, _, _ = yysep4121, yyq4121, yy2arr4121 - const yyr4121 bool = false - yyq4121[0] = x.Kind != "" - yyq4121[1] = x.APIVersion != "" - yyq4121[2] = true - var yynn4121 int - if yyr4121 || yy2arr4121 { + yysep4130 := !z.EncBinary() + yy2arr4130 := z.EncBasicHandle().StructToArray + var yyq4130 [4]bool + _, _, _ = yysep4130, yyq4130, yy2arr4130 + const yyr4130 bool = false + yyq4130[0] = x.Kind != "" + yyq4130[1] = x.APIVersion != "" + yyq4130[2] = true + var yynn4130 int + if yyr4130 || yy2arr4130 { r.EncodeArrayStart(4) } else { - yynn4121 = 1 - for _, b := range yyq4121 { + yynn4130 = 1 + for _, b := range yyq4130 { if b { - yynn4121++ + yynn4130++ } } - r.EncodeMapStart(yynn4121) - yynn4121 = 0 + r.EncodeMapStart(yynn4130) + yynn4130 = 0 } - if yyr4121 || yy2arr4121 { + if yyr4130 || yy2arr4130 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4121[0] { - yym4123 := z.EncBinary() - _ = yym4123 + if yyq4130[0] { + yym4132 := z.EncBinary() + _ = yym4132 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -51543,23 +51621,23 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4121[0] { + if yyq4130[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4124 := z.EncBinary() - _ = yym4124 + yym4133 := z.EncBinary() + _ = yym4133 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4121 || yy2arr4121 { + if yyr4130 || yy2arr4130 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4121[1] { - yym4126 := z.EncBinary() - _ = yym4126 + if yyq4130[1] { + yym4135 := z.EncBinary() + _ = yym4135 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -51568,54 +51646,54 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4121[1] { + if yyq4130[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4127 := z.EncBinary() - _ = yym4127 + yym4136 := z.EncBinary() + _ = yym4136 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4121 || yy2arr4121 { + if yyr4130 || yy2arr4130 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4121[2] { - yy4129 := &x.ListMeta - yym4130 := z.EncBinary() - _ = yym4130 + if yyq4130[2] { + yy4138 := &x.ListMeta + yym4139 := z.EncBinary() + _ = yym4139 if false { - } else if z.HasExtensions() && z.EncExt(yy4129) { + } else if z.HasExtensions() && z.EncExt(yy4138) { } else { - z.EncFallback(yy4129) + z.EncFallback(yy4138) } } else { r.EncodeNil() } } else { - if yyq4121[2] { + if yyq4130[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4131 := &x.ListMeta - yym4132 := z.EncBinary() - _ = yym4132 + yy4140 := &x.ListMeta + yym4141 := z.EncBinary() + _ = yym4141 if false { - } else if z.HasExtensions() && z.EncExt(yy4131) { + } else if z.HasExtensions() && z.EncExt(yy4140) { } else { - z.EncFallback(yy4131) + z.EncFallback(yy4140) } } } - if yyr4121 || yy2arr4121 { + if yyr4130 || yy2arr4130 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4134 := z.EncBinary() - _ = yym4134 + yym4143 := z.EncBinary() + _ = yym4143 if false { } else { h.encSliceConfigMap(([]ConfigMap)(x.Items), e) @@ -51628,15 +51706,15 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4135 := z.EncBinary() - _ = yym4135 + yym4144 := z.EncBinary() + _ = yym4144 if false { } else { h.encSliceConfigMap(([]ConfigMap)(x.Items), e) } } } - if yyr4121 || yy2arr4121 { + if yyr4130 || yy2arr4130 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -51649,25 +51727,25 @@ func (x *ConfigMapList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4136 := z.DecBinary() - _ = yym4136 + yym4145 := z.DecBinary() + _ = yym4145 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4137 := r.ContainerType() - if yyct4137 == codecSelferValueTypeMap1234 { - yyl4137 := r.ReadMapStart() - if yyl4137 == 0 { + yyct4146 := r.ContainerType() + if yyct4146 == codecSelferValueTypeMap1234 { + yyl4146 := r.ReadMapStart() + if yyl4146 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4137, d) + x.codecDecodeSelfFromMap(yyl4146, d) } - } else if yyct4137 == codecSelferValueTypeArray1234 { - yyl4137 := r.ReadArrayStart() - if yyl4137 == 0 { + } else if yyct4146 == codecSelferValueTypeArray1234 { + yyl4146 := r.ReadArrayStart() + if yyl4146 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4137, d) + x.codecDecodeSelfFromArray(yyl4146, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -51679,12 +51757,12 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4138Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4138Slc - var yyhl4138 bool = l >= 0 - for yyj4138 := 0; ; yyj4138++ { - if yyhl4138 { - if yyj4138 >= l { + var yys4147Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4147Slc + var yyhl4147 bool = l >= 0 + for yyj4147 := 0; ; yyj4147++ { + if yyhl4147 { + if yyj4147 >= l { break } } else { @@ -51693,10 +51771,10 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4138Slc = r.DecodeBytes(yys4138Slc, true, true) - yys4138 := string(yys4138Slc) + yys4147Slc = r.DecodeBytes(yys4147Slc, true, true) + yys4147 := string(yys4147Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4138 { + switch yys4147 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -51713,31 +51791,31 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4141 := &x.ListMeta - yym4142 := z.DecBinary() - _ = yym4142 + yyv4150 := &x.ListMeta + yym4151 := z.DecBinary() + _ = yym4151 if false { - } else if z.HasExtensions() && z.DecExt(yyv4141) { + } else if z.HasExtensions() && z.DecExt(yyv4150) { } else { - z.DecFallback(yyv4141, false) + z.DecFallback(yyv4150, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4143 := &x.Items - yym4144 := z.DecBinary() - _ = yym4144 + yyv4152 := &x.Items + yym4153 := z.DecBinary() + _ = yym4153 if false { } else { - h.decSliceConfigMap((*[]ConfigMap)(yyv4143), d) + h.decSliceConfigMap((*[]ConfigMap)(yyv4152), d) } } default: - z.DecStructFieldNotFound(-1, yys4138) - } // end switch yys4138 - } // end for yyj4138 + z.DecStructFieldNotFound(-1, yys4147) + } // end switch yys4147 + } // end for yyj4147 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -51745,16 +51823,16 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { 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 yyj4154 int + var yyb4154 bool + var yyhl4154 bool = l >= 0 + yyj4154++ + if yyhl4154 { + yyb4154 = yyj4154 > l } else { - yyb4145 = r.CheckBreak() + yyb4154 = r.CheckBreak() } - if yyb4145 { + if yyb4154 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51764,13 +51842,13 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4145++ - if yyhl4145 { - yyb4145 = yyj4145 > l + yyj4154++ + if yyhl4154 { + yyb4154 = yyj4154 > l } else { - yyb4145 = r.CheckBreak() + yyb4154 = r.CheckBreak() } - if yyb4145 { + if yyb4154 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51780,13 +51858,13 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4145++ - if yyhl4145 { - yyb4145 = yyj4145 > l + yyj4154++ + if yyhl4154 { + yyb4154 = yyj4154 > l } else { - yyb4145 = r.CheckBreak() + yyb4154 = r.CheckBreak() } - if yyb4145 { + if yyb4154 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51794,22 +51872,22 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4148 := &x.ListMeta - yym4149 := z.DecBinary() - _ = yym4149 + yyv4157 := &x.ListMeta + yym4158 := z.DecBinary() + _ = yym4158 if false { - } else if z.HasExtensions() && z.DecExt(yyv4148) { + } else if z.HasExtensions() && z.DecExt(yyv4157) { } else { - z.DecFallback(yyv4148, false) + z.DecFallback(yyv4157, false) } } - yyj4145++ - if yyhl4145 { - yyb4145 = yyj4145 > l + yyj4154++ + if yyhl4154 { + yyb4154 = yyj4154 > l } else { - yyb4145 = r.CheckBreak() + yyb4154 = r.CheckBreak() } - if yyb4145 { + if yyb4154 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51817,26 +51895,26 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4150 := &x.Items - yym4151 := z.DecBinary() - _ = yym4151 + yyv4159 := &x.Items + yym4160 := z.DecBinary() + _ = yym4160 if false { } else { - h.decSliceConfigMap((*[]ConfigMap)(yyv4150), d) + h.decSliceConfigMap((*[]ConfigMap)(yyv4159), d) } } for { - yyj4145++ - if yyhl4145 { - yyb4145 = yyj4145 > l + yyj4154++ + if yyhl4154 { + yyb4154 = yyj4154 > l } else { - yyb4145 = r.CheckBreak() + yyb4154 = r.CheckBreak() } - if yyb4145 { + if yyb4154 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4145-1, "") + z.DecStructFieldNotFound(yyj4154-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51845,8 +51923,8 @@ func (x PatchType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4152 := z.EncBinary() - _ = yym4152 + yym4161 := z.EncBinary() + _ = yym4161 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -51858,8 +51936,8 @@ func (x *PatchType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4153 := z.DecBinary() - _ = yym4153 + yym4162 := z.DecBinary() + _ = yym4162 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -51871,8 +51949,8 @@ func (x ComponentConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4154 := z.EncBinary() - _ = yym4154 + yym4163 := z.EncBinary() + _ = yym4163 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -51884,8 +51962,8 @@ func (x *ComponentConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4155 := z.DecBinary() - _ = yym4155 + yym4164 := z.DecBinary() + _ = yym4164 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -51900,32 +51978,32 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4156 := z.EncBinary() - _ = yym4156 + yym4165 := z.EncBinary() + _ = yym4165 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4157 := !z.EncBinary() - yy2arr4157 := z.EncBasicHandle().StructToArray - var yyq4157 [4]bool - _, _, _ = yysep4157, yyq4157, yy2arr4157 - const yyr4157 bool = false - yyq4157[2] = x.Message != "" - yyq4157[3] = x.Error != "" - var yynn4157 int - if yyr4157 || yy2arr4157 { + yysep4166 := !z.EncBinary() + yy2arr4166 := z.EncBasicHandle().StructToArray + var yyq4166 [4]bool + _, _, _ = yysep4166, yyq4166, yy2arr4166 + const yyr4166 bool = false + yyq4166[2] = x.Message != "" + yyq4166[3] = x.Error != "" + var yynn4166 int + if yyr4166 || yy2arr4166 { r.EncodeArrayStart(4) } else { - yynn4157 = 2 - for _, b := range yyq4157 { + yynn4166 = 2 + for _, b := range yyq4166 { if b { - yynn4157++ + yynn4166++ } } - r.EncodeMapStart(yynn4157) - yynn4157 = 0 + r.EncodeMapStart(yynn4166) + yynn4166 = 0 } - if yyr4157 || yy2arr4157 { + if yyr4166 || yy2arr4166 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -51934,7 +52012,7 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr4157 || yy2arr4157 { + if yyr4166 || yy2arr4166 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -51943,11 +52021,11 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr4157 || yy2arr4157 { + if yyr4166 || yy2arr4166 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4157[2] { - yym4161 := z.EncBinary() - _ = yym4161 + if yyq4166[2] { + yym4170 := z.EncBinary() + _ = yym4170 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -51956,23 +52034,23 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4157[2] { + if yyq4166[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4162 := z.EncBinary() - _ = yym4162 + yym4171 := z.EncBinary() + _ = yym4171 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr4157 || yy2arr4157 { + if yyr4166 || yy2arr4166 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4157[3] { - yym4164 := z.EncBinary() - _ = yym4164 + if yyq4166[3] { + yym4173 := z.EncBinary() + _ = yym4173 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Error)) @@ -51981,19 +52059,19 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4157[3] { + if yyq4166[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("error")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4165 := z.EncBinary() - _ = yym4165 + yym4174 := z.EncBinary() + _ = yym4174 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Error)) } } } - if yyr4157 || yy2arr4157 { + if yyr4166 || yy2arr4166 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -52006,25 +52084,25 @@ func (x *ComponentCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4166 := z.DecBinary() - _ = yym4166 + yym4175 := z.DecBinary() + _ = yym4175 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4167 := r.ContainerType() - if yyct4167 == codecSelferValueTypeMap1234 { - yyl4167 := r.ReadMapStart() - if yyl4167 == 0 { + yyct4176 := r.ContainerType() + if yyct4176 == codecSelferValueTypeMap1234 { + yyl4176 := r.ReadMapStart() + if yyl4176 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4167, d) + x.codecDecodeSelfFromMap(yyl4176, d) } - } else if yyct4167 == codecSelferValueTypeArray1234 { - yyl4167 := r.ReadArrayStart() - if yyl4167 == 0 { + } else if yyct4176 == codecSelferValueTypeArray1234 { + yyl4176 := r.ReadArrayStart() + if yyl4176 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4167, d) + x.codecDecodeSelfFromArray(yyl4176, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -52036,12 +52114,12 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4168Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4168Slc - var yyhl4168 bool = l >= 0 - for yyj4168 := 0; ; yyj4168++ { - if yyhl4168 { - if yyj4168 >= l { + var yys4177Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4177Slc + var yyhl4177 bool = l >= 0 + for yyj4177 := 0; ; yyj4177++ { + if yyhl4177 { + if yyj4177 >= l { break } } else { @@ -52050,10 +52128,10 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4168Slc = r.DecodeBytes(yys4168Slc, true, true) - yys4168 := string(yys4168Slc) + yys4177Slc = r.DecodeBytes(yys4177Slc, true, true) + yys4177 := string(yys4177Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4168 { + switch yys4177 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -52079,9 +52157,9 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.Error = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys4168) - } // end switch yys4168 - } // end for yyj4168 + z.DecStructFieldNotFound(-1, yys4177) + } // end switch yys4177 + } // end for yyj4177 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -52089,16 +52167,16 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode 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 yyj4182 int + var yyb4182 bool + var yyhl4182 bool = l >= 0 + yyj4182++ + if yyhl4182 { + yyb4182 = yyj4182 > l } else { - yyb4173 = r.CheckBreak() + yyb4182 = r.CheckBreak() } - if yyb4173 { + if yyb4182 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52108,13 +52186,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Type = ComponentConditionType(r.DecodeString()) } - yyj4173++ - if yyhl4173 { - yyb4173 = yyj4173 > l + yyj4182++ + if yyhl4182 { + yyb4182 = yyj4182 > l } else { - yyb4173 = r.CheckBreak() + yyb4182 = r.CheckBreak() } - if yyb4173 { + if yyb4182 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52124,13 +52202,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj4173++ - if yyhl4173 { - yyb4173 = yyj4173 > l + yyj4182++ + if yyhl4182 { + yyb4182 = yyj4182 > l } else { - yyb4173 = r.CheckBreak() + yyb4182 = r.CheckBreak() } - if yyb4173 { + if yyb4182 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52140,13 +52218,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Message = string(r.DecodeString()) } - yyj4173++ - if yyhl4173 { - yyb4173 = yyj4173 > l + yyj4182++ + if yyhl4182 { + yyb4182 = yyj4182 > l } else { - yyb4173 = r.CheckBreak() + yyb4182 = r.CheckBreak() } - if yyb4173 { + if yyb4182 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52157,17 +52235,17 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode x.Error = string(r.DecodeString()) } for { - yyj4173++ - if yyhl4173 { - yyb4173 = yyj4173 > l + yyj4182++ + if yyhl4182 { + yyb4182 = yyj4182 > l } else { - yyb4173 = r.CheckBreak() + yyb4182 = r.CheckBreak() } - if yyb4173 { + if yyb4182 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4173-1, "") + z.DecStructFieldNotFound(yyj4182-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -52179,38 +52257,38 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4178 := z.EncBinary() - _ = yym4178 + yym4187 := z.EncBinary() + _ = yym4187 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4179 := !z.EncBinary() - yy2arr4179 := z.EncBasicHandle().StructToArray - var yyq4179 [4]bool - _, _, _ = yysep4179, yyq4179, yy2arr4179 - const yyr4179 bool = false - yyq4179[0] = x.Kind != "" - yyq4179[1] = x.APIVersion != "" - yyq4179[2] = true - yyq4179[3] = len(x.Conditions) != 0 - var yynn4179 int - if yyr4179 || yy2arr4179 { + yysep4188 := !z.EncBinary() + yy2arr4188 := z.EncBasicHandle().StructToArray + var yyq4188 [4]bool + _, _, _ = yysep4188, yyq4188, yy2arr4188 + const yyr4188 bool = false + yyq4188[0] = x.Kind != "" + yyq4188[1] = x.APIVersion != "" + yyq4188[2] = true + yyq4188[3] = len(x.Conditions) != 0 + var yynn4188 int + if yyr4188 || yy2arr4188 { r.EncodeArrayStart(4) } else { - yynn4179 = 0 - for _, b := range yyq4179 { + yynn4188 = 0 + for _, b := range yyq4188 { if b { - yynn4179++ + yynn4188++ } } - r.EncodeMapStart(yynn4179) - yynn4179 = 0 + r.EncodeMapStart(yynn4188) + yynn4188 = 0 } - if yyr4179 || yy2arr4179 { + if yyr4188 || yy2arr4188 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4179[0] { - yym4181 := z.EncBinary() - _ = yym4181 + if yyq4188[0] { + yym4190 := z.EncBinary() + _ = yym4190 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -52219,23 +52297,23 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4179[0] { + if yyq4188[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4182 := z.EncBinary() - _ = yym4182 + yym4191 := z.EncBinary() + _ = yym4191 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4179 || yy2arr4179 { + if yyr4188 || yy2arr4188 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4179[1] { - yym4184 := z.EncBinary() - _ = yym4184 + if yyq4188[1] { + yym4193 := z.EncBinary() + _ = yym4193 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -52244,43 +52322,43 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4179[1] { + if yyq4188[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4185 := z.EncBinary() - _ = yym4185 + yym4194 := z.EncBinary() + _ = yym4194 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4179 || yy2arr4179 { + if yyr4188 || yy2arr4188 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4179[2] { - yy4187 := &x.ObjectMeta - yy4187.CodecEncodeSelf(e) + if yyq4188[2] { + yy4196 := &x.ObjectMeta + yy4196.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4179[2] { + if yyq4188[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4188 := &x.ObjectMeta - yy4188.CodecEncodeSelf(e) + yy4197 := &x.ObjectMeta + yy4197.CodecEncodeSelf(e) } } - if yyr4179 || yy2arr4179 { + if yyr4188 || yy2arr4188 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4179[3] { + if yyq4188[3] { if x.Conditions == nil { r.EncodeNil() } else { - yym4190 := z.EncBinary() - _ = yym4190 + yym4199 := z.EncBinary() + _ = yym4199 if false { } else { h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) @@ -52290,15 +52368,15 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4179[3] { + if yyq4188[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym4191 := z.EncBinary() - _ = yym4191 + yym4200 := z.EncBinary() + _ = yym4200 if false { } else { h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) @@ -52306,7 +52384,7 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4179 || yy2arr4179 { + if yyr4188 || yy2arr4188 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -52319,25 +52397,25 @@ func (x *ComponentStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4192 := z.DecBinary() - _ = yym4192 + yym4201 := z.DecBinary() + _ = yym4201 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4193 := r.ContainerType() - if yyct4193 == codecSelferValueTypeMap1234 { - yyl4193 := r.ReadMapStart() - if yyl4193 == 0 { + yyct4202 := r.ContainerType() + if yyct4202 == codecSelferValueTypeMap1234 { + yyl4202 := r.ReadMapStart() + if yyl4202 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4193, d) + x.codecDecodeSelfFromMap(yyl4202, d) } - } else if yyct4193 == codecSelferValueTypeArray1234 { - yyl4193 := r.ReadArrayStart() - if yyl4193 == 0 { + } else if yyct4202 == codecSelferValueTypeArray1234 { + yyl4202 := r.ReadArrayStart() + if yyl4202 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4193, d) + x.codecDecodeSelfFromArray(yyl4202, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -52349,12 +52427,12 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4194Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4194Slc - var yyhl4194 bool = l >= 0 - for yyj4194 := 0; ; yyj4194++ { - if yyhl4194 { - if yyj4194 >= l { + var yys4203Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4203Slc + var yyhl4203 bool = l >= 0 + for yyj4203 := 0; ; yyj4203++ { + if yyhl4203 { + if yyj4203 >= l { break } } else { @@ -52363,10 +52441,10 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4194Slc = r.DecodeBytes(yys4194Slc, true, true) - yys4194 := string(yys4194Slc) + yys4203Slc = r.DecodeBytes(yys4203Slc, true, true) + yys4203 := string(yys4203Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4194 { + switch yys4203 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -52383,25 +52461,25 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4197 := &x.ObjectMeta - yyv4197.CodecDecodeSelf(d) + yyv4206 := &x.ObjectMeta + yyv4206.CodecDecodeSelf(d) } case "conditions": if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv4198 := &x.Conditions - yym4199 := z.DecBinary() - _ = yym4199 + yyv4207 := &x.Conditions + yym4208 := z.DecBinary() + _ = yym4208 if false { } else { - h.decSliceComponentCondition((*[]ComponentCondition)(yyv4198), d) + h.decSliceComponentCondition((*[]ComponentCondition)(yyv4207), d) } } default: - z.DecStructFieldNotFound(-1, yys4194) - } // end switch yys4194 - } // end for yyj4194 + z.DecStructFieldNotFound(-1, yys4203) + } // end switch yys4203 + } // end for yyj4203 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -52409,16 +52487,16 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4200 int - var yyb4200 bool - var yyhl4200 bool = l >= 0 - yyj4200++ - if yyhl4200 { - yyb4200 = yyj4200 > l + var yyj4209 int + var yyb4209 bool + var yyhl4209 bool = l >= 0 + yyj4209++ + if yyhl4209 { + yyb4209 = yyj4209 > l } else { - yyb4200 = r.CheckBreak() + yyb4209 = r.CheckBreak() } - if yyb4200 { + if yyb4209 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52428,13 +52506,13 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj4200++ - if yyhl4200 { - yyb4200 = yyj4200 > l + yyj4209++ + if yyhl4209 { + yyb4209 = yyj4209 > l } else { - yyb4200 = r.CheckBreak() + yyb4209 = r.CheckBreak() } - if yyb4200 { + if yyb4209 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52444,13 +52522,13 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj4200++ - if yyhl4200 { - yyb4200 = yyj4200 > l + yyj4209++ + if yyhl4209 { + yyb4209 = yyj4209 > l } else { - yyb4200 = r.CheckBreak() + yyb4209 = r.CheckBreak() } - if yyb4200 { + if yyb4209 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52458,16 +52536,16 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4203 := &x.ObjectMeta - yyv4203.CodecDecodeSelf(d) + yyv4212 := &x.ObjectMeta + yyv4212.CodecDecodeSelf(d) } - yyj4200++ - if yyhl4200 { - yyb4200 = yyj4200 > l + yyj4209++ + if yyhl4209 { + yyb4209 = yyj4209 > l } else { - yyb4200 = r.CheckBreak() + yyb4209 = r.CheckBreak() } - if yyb4200 { + if yyb4209 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52475,26 +52553,26 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv4204 := &x.Conditions - yym4205 := z.DecBinary() - _ = yym4205 + yyv4213 := &x.Conditions + yym4214 := z.DecBinary() + _ = yym4214 if false { } else { - h.decSliceComponentCondition((*[]ComponentCondition)(yyv4204), d) + h.decSliceComponentCondition((*[]ComponentCondition)(yyv4213), d) } } for { - yyj4200++ - if yyhl4200 { - yyb4200 = yyj4200 > l + yyj4209++ + if yyhl4209 { + yyb4209 = yyj4209 > l } else { - yyb4200 = r.CheckBreak() + yyb4209 = r.CheckBreak() } - if yyb4200 { + if yyb4209 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4200-1, "") + z.DecStructFieldNotFound(yyj4209-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -52506,37 +52584,37 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4206 := z.EncBinary() - _ = yym4206 + yym4215 := z.EncBinary() + _ = yym4215 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4207 := !z.EncBinary() - yy2arr4207 := z.EncBasicHandle().StructToArray - var yyq4207 [4]bool - _, _, _ = yysep4207, yyq4207, yy2arr4207 - const yyr4207 bool = false - yyq4207[0] = x.Kind != "" - yyq4207[1] = x.APIVersion != "" - yyq4207[2] = true - var yynn4207 int - if yyr4207 || yy2arr4207 { + yysep4216 := !z.EncBinary() + yy2arr4216 := z.EncBasicHandle().StructToArray + var yyq4216 [4]bool + _, _, _ = yysep4216, yyq4216, yy2arr4216 + const yyr4216 bool = false + yyq4216[0] = x.Kind != "" + yyq4216[1] = x.APIVersion != "" + yyq4216[2] = true + var yynn4216 int + if yyr4216 || yy2arr4216 { r.EncodeArrayStart(4) } else { - yynn4207 = 1 - for _, b := range yyq4207 { + yynn4216 = 1 + for _, b := range yyq4216 { if b { - yynn4207++ + yynn4216++ } } - r.EncodeMapStart(yynn4207) - yynn4207 = 0 + r.EncodeMapStart(yynn4216) + yynn4216 = 0 } - if yyr4207 || yy2arr4207 { + if yyr4216 || yy2arr4216 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4207[0] { - yym4209 := z.EncBinary() - _ = yym4209 + if yyq4216[0] { + yym4218 := z.EncBinary() + _ = yym4218 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -52545,23 +52623,23 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4207[0] { + if yyq4216[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4210 := z.EncBinary() - _ = yym4210 + yym4219 := z.EncBinary() + _ = yym4219 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4207 || yy2arr4207 { + if yyr4216 || yy2arr4216 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4207[1] { - yym4212 := z.EncBinary() - _ = yym4212 + if yyq4216[1] { + yym4221 := z.EncBinary() + _ = yym4221 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -52570,54 +52648,54 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4207[1] { + if yyq4216[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4213 := z.EncBinary() - _ = yym4213 + yym4222 := z.EncBinary() + _ = yym4222 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4207 || yy2arr4207 { + if yyr4216 || yy2arr4216 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4207[2] { - yy4215 := &x.ListMeta - yym4216 := z.EncBinary() - _ = yym4216 + if yyq4216[2] { + yy4224 := &x.ListMeta + yym4225 := z.EncBinary() + _ = yym4225 if false { - } else if z.HasExtensions() && z.EncExt(yy4215) { + } else if z.HasExtensions() && z.EncExt(yy4224) { } else { - z.EncFallback(yy4215) + z.EncFallback(yy4224) } } else { r.EncodeNil() } } else { - if yyq4207[2] { + if yyq4216[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4217 := &x.ListMeta - yym4218 := z.EncBinary() - _ = yym4218 + yy4226 := &x.ListMeta + yym4227 := z.EncBinary() + _ = yym4227 if false { - } else if z.HasExtensions() && z.EncExt(yy4217) { + } else if z.HasExtensions() && z.EncExt(yy4226) { } else { - z.EncFallback(yy4217) + z.EncFallback(yy4226) } } } - if yyr4207 || yy2arr4207 { + if yyr4216 || yy2arr4216 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4220 := z.EncBinary() - _ = yym4220 + yym4229 := z.EncBinary() + _ = yym4229 if false { } else { h.encSliceComponentStatus(([]ComponentStatus)(x.Items), e) @@ -52630,15 +52708,15 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4221 := z.EncBinary() - _ = yym4221 + yym4230 := z.EncBinary() + _ = yym4230 if false { } else { h.encSliceComponentStatus(([]ComponentStatus)(x.Items), e) } } } - if yyr4207 || yy2arr4207 { + if yyr4216 || yy2arr4216 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -52651,25 +52729,25 @@ func (x *ComponentStatusList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4222 := z.DecBinary() - _ = yym4222 + yym4231 := z.DecBinary() + _ = yym4231 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4223 := r.ContainerType() - if yyct4223 == codecSelferValueTypeMap1234 { - yyl4223 := r.ReadMapStart() - if yyl4223 == 0 { + yyct4232 := r.ContainerType() + if yyct4232 == codecSelferValueTypeMap1234 { + yyl4232 := r.ReadMapStart() + if yyl4232 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4223, d) + x.codecDecodeSelfFromMap(yyl4232, d) } - } else if yyct4223 == codecSelferValueTypeArray1234 { - yyl4223 := r.ReadArrayStart() - if yyl4223 == 0 { + } else if yyct4232 == codecSelferValueTypeArray1234 { + yyl4232 := r.ReadArrayStart() + if yyl4232 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4223, d) + x.codecDecodeSelfFromArray(yyl4232, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -52681,12 +52759,12 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4224Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4224Slc - var yyhl4224 bool = l >= 0 - for yyj4224 := 0; ; yyj4224++ { - if yyhl4224 { - if yyj4224 >= l { + var yys4233Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4233Slc + var yyhl4233 bool = l >= 0 + for yyj4233 := 0; ; yyj4233++ { + if yyhl4233 { + if yyj4233 >= l { break } } else { @@ -52695,10 +52773,10 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4224Slc = r.DecodeBytes(yys4224Slc, true, true) - yys4224 := string(yys4224Slc) + yys4233Slc = r.DecodeBytes(yys4233Slc, true, true) + yys4233 := string(yys4233Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4224 { + switch yys4233 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -52715,31 +52793,31 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4227 := &x.ListMeta - yym4228 := z.DecBinary() - _ = yym4228 + yyv4236 := &x.ListMeta + yym4237 := z.DecBinary() + _ = yym4237 if false { - } else if z.HasExtensions() && z.DecExt(yyv4227) { + } else if z.HasExtensions() && z.DecExt(yyv4236) { } else { - z.DecFallback(yyv4227, false) + z.DecFallback(yyv4236, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4229 := &x.Items - yym4230 := z.DecBinary() - _ = yym4230 + yyv4238 := &x.Items + yym4239 := z.DecBinary() + _ = yym4239 if false { } else { - h.decSliceComponentStatus((*[]ComponentStatus)(yyv4229), d) + h.decSliceComponentStatus((*[]ComponentStatus)(yyv4238), d) } } default: - z.DecStructFieldNotFound(-1, yys4224) - } // end switch yys4224 - } // end for yyj4224 + z.DecStructFieldNotFound(-1, yys4233) + } // end switch yys4233 + } // end for yyj4233 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -52747,16 +52825,16 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4231 int - var yyb4231 bool - var yyhl4231 bool = l >= 0 - yyj4231++ - if yyhl4231 { - yyb4231 = yyj4231 > l + var yyj4240 int + var yyb4240 bool + var yyhl4240 bool = l >= 0 + yyj4240++ + if yyhl4240 { + yyb4240 = yyj4240 > l } else { - yyb4231 = r.CheckBreak() + yyb4240 = r.CheckBreak() } - if yyb4231 { + if yyb4240 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52766,13 +52844,13 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj4231++ - if yyhl4231 { - yyb4231 = yyj4231 > l + yyj4240++ + if yyhl4240 { + yyb4240 = yyj4240 > l } else { - yyb4231 = r.CheckBreak() + yyb4240 = r.CheckBreak() } - if yyb4231 { + if yyb4240 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52782,13 +52860,13 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj4231++ - if yyhl4231 { - yyb4231 = yyj4231 > l + yyj4240++ + if yyhl4240 { + yyb4240 = yyj4240 > l } else { - yyb4231 = r.CheckBreak() + yyb4240 = r.CheckBreak() } - if yyb4231 { + if yyb4240 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52796,22 +52874,22 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4234 := &x.ListMeta - yym4235 := z.DecBinary() - _ = yym4235 + yyv4243 := &x.ListMeta + yym4244 := z.DecBinary() + _ = yym4244 if false { - } else if z.HasExtensions() && z.DecExt(yyv4234) { + } else if z.HasExtensions() && z.DecExt(yyv4243) { } else { - z.DecFallback(yyv4234, false) + z.DecFallback(yyv4243, false) } } - yyj4231++ - if yyhl4231 { - yyb4231 = yyj4231 > l + yyj4240++ + if yyhl4240 { + yyb4240 = yyj4240 > l } else { - yyb4231 = r.CheckBreak() + yyb4240 = r.CheckBreak() } - if yyb4231 { + if yyb4240 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52819,26 +52897,26 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4236 := &x.Items - yym4237 := z.DecBinary() - _ = yym4237 + yyv4245 := &x.Items + yym4246 := z.DecBinary() + _ = yym4246 if false { } else { - h.decSliceComponentStatus((*[]ComponentStatus)(yyv4236), d) + h.decSliceComponentStatus((*[]ComponentStatus)(yyv4245), d) } } for { - yyj4231++ - if yyhl4231 { - yyb4231 = yyj4231 > l + yyj4240++ + if yyhl4240 { + yyb4240 = yyj4240 > l } else { - yyb4231 = r.CheckBreak() + yyb4240 = r.CheckBreak() } - if yyb4231 { + if yyb4240 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4231-1, "") + z.DecStructFieldNotFound(yyj4240-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -52850,38 +52928,38 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4238 := z.EncBinary() - _ = yym4238 + yym4247 := z.EncBinary() + _ = yym4247 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4239 := !z.EncBinary() - yy2arr4239 := z.EncBasicHandle().StructToArray - var yyq4239 [6]bool - _, _, _ = yysep4239, yyq4239, yy2arr4239 - const yyr4239 bool = false - yyq4239[0] = x.Capabilities != nil - yyq4239[1] = x.Privileged != nil - yyq4239[2] = x.SELinuxOptions != nil - yyq4239[3] = x.RunAsUser != nil - yyq4239[4] = x.RunAsNonRoot != nil - yyq4239[5] = x.ReadOnlyRootFilesystem != nil - var yynn4239 int - if yyr4239 || yy2arr4239 { + yysep4248 := !z.EncBinary() + yy2arr4248 := z.EncBasicHandle().StructToArray + var yyq4248 [6]bool + _, _, _ = yysep4248, yyq4248, yy2arr4248 + const yyr4248 bool = false + yyq4248[0] = x.Capabilities != nil + yyq4248[1] = x.Privileged != nil + yyq4248[2] = x.SELinuxOptions != nil + yyq4248[3] = x.RunAsUser != nil + yyq4248[4] = x.RunAsNonRoot != nil + yyq4248[5] = x.ReadOnlyRootFilesystem != nil + var yynn4248 int + if yyr4248 || yy2arr4248 { r.EncodeArrayStart(6) } else { - yynn4239 = 0 - for _, b := range yyq4239 { + yynn4248 = 0 + for _, b := range yyq4248 { if b { - yynn4239++ + yynn4248++ } } - r.EncodeMapStart(yynn4239) - yynn4239 = 0 + r.EncodeMapStart(yynn4248) + yynn4248 = 0 } - if yyr4239 || yy2arr4239 { + if yyr4248 || yy2arr4248 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4239[0] { + if yyq4248[0] { if x.Capabilities == nil { r.EncodeNil() } else { @@ -52891,7 +52969,7 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4239[0] { + if yyq4248[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capabilities")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -52902,44 +52980,44 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4239 || yy2arr4239 { + if yyr4248 || yy2arr4248 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4239[1] { + if yyq4248[1] { if x.Privileged == nil { r.EncodeNil() } else { - yy4242 := *x.Privileged - yym4243 := z.EncBinary() - _ = yym4243 + yy4251 := *x.Privileged + yym4252 := z.EncBinary() + _ = yym4252 if false { } else { - r.EncodeBool(bool(yy4242)) + r.EncodeBool(bool(yy4251)) } } } else { r.EncodeNil() } } else { - if yyq4239[1] { + if yyq4248[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("privileged")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Privileged == nil { r.EncodeNil() } else { - yy4244 := *x.Privileged - yym4245 := z.EncBinary() - _ = yym4245 + yy4253 := *x.Privileged + yym4254 := z.EncBinary() + _ = yym4254 if false { } else { - r.EncodeBool(bool(yy4244)) + r.EncodeBool(bool(yy4253)) } } } } - if yyr4239 || yy2arr4239 { + if yyr4248 || yy2arr4248 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4239[2] { + if yyq4248[2] { if x.SELinuxOptions == nil { r.EncodeNil() } else { @@ -52949,7 +53027,7 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4239[2] { + if yyq4248[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("seLinuxOptions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -52960,112 +53038,112 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4239 || yy2arr4239 { + if yyr4248 || yy2arr4248 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4239[3] { + if yyq4248[3] { if x.RunAsUser == nil { r.EncodeNil() } else { - yy4248 := *x.RunAsUser - yym4249 := z.EncBinary() - _ = yym4249 + yy4257 := *x.RunAsUser + yym4258 := z.EncBinary() + _ = yym4258 if false { } else { - r.EncodeInt(int64(yy4248)) + r.EncodeInt(int64(yy4257)) } } } else { r.EncodeNil() } } else { - if yyq4239[3] { + if yyq4248[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsUser")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsUser == nil { r.EncodeNil() } else { - yy4250 := *x.RunAsUser - yym4251 := z.EncBinary() - _ = yym4251 + yy4259 := *x.RunAsUser + yym4260 := z.EncBinary() + _ = yym4260 if false { } else { - r.EncodeInt(int64(yy4250)) + r.EncodeInt(int64(yy4259)) } } } } - if yyr4239 || yy2arr4239 { + if yyr4248 || yy2arr4248 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4239[4] { + if yyq4248[4] { if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy4253 := *x.RunAsNonRoot - yym4254 := z.EncBinary() - _ = yym4254 + yy4262 := *x.RunAsNonRoot + yym4263 := z.EncBinary() + _ = yym4263 if false { } else { - r.EncodeBool(bool(yy4253)) + r.EncodeBool(bool(yy4262)) } } } else { r.EncodeNil() } } else { - if yyq4239[4] { + if yyq4248[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsNonRoot")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy4255 := *x.RunAsNonRoot - yym4256 := z.EncBinary() - _ = yym4256 + yy4264 := *x.RunAsNonRoot + yym4265 := z.EncBinary() + _ = yym4265 if false { } else { - r.EncodeBool(bool(yy4255)) + r.EncodeBool(bool(yy4264)) } } } } - if yyr4239 || yy2arr4239 { + if yyr4248 || yy2arr4248 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4239[5] { + if yyq4248[5] { if x.ReadOnlyRootFilesystem == nil { r.EncodeNil() } else { - yy4258 := *x.ReadOnlyRootFilesystem - yym4259 := z.EncBinary() - _ = yym4259 + yy4267 := *x.ReadOnlyRootFilesystem + yym4268 := z.EncBinary() + _ = yym4268 if false { } else { - r.EncodeBool(bool(yy4258)) + r.EncodeBool(bool(yy4267)) } } } else { r.EncodeNil() } } else { - if yyq4239[5] { + if yyq4248[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnlyRootFilesystem")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ReadOnlyRootFilesystem == nil { r.EncodeNil() } else { - yy4260 := *x.ReadOnlyRootFilesystem - yym4261 := z.EncBinary() - _ = yym4261 + yy4269 := *x.ReadOnlyRootFilesystem + yym4270 := z.EncBinary() + _ = yym4270 if false { } else { - r.EncodeBool(bool(yy4260)) + r.EncodeBool(bool(yy4269)) } } } } - if yyr4239 || yy2arr4239 { + if yyr4248 || yy2arr4248 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -53078,25 +53156,25 @@ func (x *SecurityContext) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4262 := z.DecBinary() - _ = yym4262 + yym4271 := z.DecBinary() + _ = yym4271 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4263 := r.ContainerType() - if yyct4263 == codecSelferValueTypeMap1234 { - yyl4263 := r.ReadMapStart() - if yyl4263 == 0 { + yyct4272 := r.ContainerType() + if yyct4272 == codecSelferValueTypeMap1234 { + yyl4272 := r.ReadMapStart() + if yyl4272 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4263, d) + x.codecDecodeSelfFromMap(yyl4272, d) } - } else if yyct4263 == codecSelferValueTypeArray1234 { - yyl4263 := r.ReadArrayStart() - if yyl4263 == 0 { + } else if yyct4272 == codecSelferValueTypeArray1234 { + yyl4272 := r.ReadArrayStart() + if yyl4272 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4263, d) + x.codecDecodeSelfFromArray(yyl4272, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -53108,12 +53186,12 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4264Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4264Slc - var yyhl4264 bool = l >= 0 - for yyj4264 := 0; ; yyj4264++ { - if yyhl4264 { - if yyj4264 >= l { + var yys4273Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4273Slc + var yyhl4273 bool = l >= 0 + for yyj4273 := 0; ; yyj4273++ { + if yyhl4273 { + if yyj4273 >= l { break } } else { @@ -53122,10 +53200,10 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4264Slc = r.DecodeBytes(yys4264Slc, true, true) - yys4264 := string(yys4264Slc) + yys4273Slc = r.DecodeBytes(yys4273Slc, true, true) + yys4273 := string(yys4273Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4264 { + switch yys4273 { case "capabilities": if r.TryDecodeAsNil() { if x.Capabilities != nil { @@ -53146,8 +53224,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Privileged == nil { x.Privileged = new(bool) } - yym4267 := z.DecBinary() - _ = yym4267 + yym4276 := z.DecBinary() + _ = yym4276 if false { } else { *((*bool)(x.Privileged)) = r.DecodeBool() @@ -53173,8 +53251,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym4270 := z.DecBinary() - _ = yym4270 + yym4279 := z.DecBinary() + _ = yym4279 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) @@ -53189,8 +53267,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym4272 := z.DecBinary() - _ = yym4272 + yym4281 := z.DecBinary() + _ = yym4281 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() @@ -53205,17 +53283,17 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.ReadOnlyRootFilesystem == nil { x.ReadOnlyRootFilesystem = new(bool) } - yym4274 := z.DecBinary() - _ = yym4274 + yym4283 := z.DecBinary() + _ = yym4283 if false { } else { *((*bool)(x.ReadOnlyRootFilesystem)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys4264) - } // end switch yys4264 - } // end for yyj4264 + z.DecStructFieldNotFound(-1, yys4273) + } // end switch yys4273 + } // end for yyj4273 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -53223,16 +53301,16 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4275 int - var yyb4275 bool - var yyhl4275 bool = l >= 0 - yyj4275++ - if yyhl4275 { - yyb4275 = yyj4275 > l + var yyj4284 int + var yyb4284 bool + var yyhl4284 bool = l >= 0 + yyj4284++ + if yyhl4284 { + yyb4284 = yyj4284 > l } else { - yyb4275 = r.CheckBreak() + yyb4284 = r.CheckBreak() } - if yyb4275 { + if yyb4284 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53247,13 +53325,13 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.Capabilities.CodecDecodeSelf(d) } - yyj4275++ - if yyhl4275 { - yyb4275 = yyj4275 > l + yyj4284++ + if yyhl4284 { + yyb4284 = yyj4284 > l } else { - yyb4275 = r.CheckBreak() + yyb4284 = r.CheckBreak() } - if yyb4275 { + if yyb4284 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53266,20 +53344,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.Privileged == nil { x.Privileged = new(bool) } - yym4278 := z.DecBinary() - _ = yym4278 + yym4287 := z.DecBinary() + _ = yym4287 if false { } else { *((*bool)(x.Privileged)) = r.DecodeBool() } } - yyj4275++ - if yyhl4275 { - yyb4275 = yyj4275 > l + yyj4284++ + if yyhl4284 { + yyb4284 = yyj4284 > l } else { - yyb4275 = r.CheckBreak() + yyb4284 = r.CheckBreak() } - if yyb4275 { + if yyb4284 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53294,13 +53372,13 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.SELinuxOptions.CodecDecodeSelf(d) } - yyj4275++ - if yyhl4275 { - yyb4275 = yyj4275 > l + yyj4284++ + if yyhl4284 { + yyb4284 = yyj4284 > l } else { - yyb4275 = r.CheckBreak() + yyb4284 = r.CheckBreak() } - if yyb4275 { + if yyb4284 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53313,20 +53391,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym4281 := z.DecBinary() - _ = yym4281 + yym4290 := z.DecBinary() + _ = yym4290 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) } } - yyj4275++ - if yyhl4275 { - yyb4275 = yyj4275 > l + yyj4284++ + if yyhl4284 { + yyb4284 = yyj4284 > l } else { - yyb4275 = r.CheckBreak() + yyb4284 = r.CheckBreak() } - if yyb4275 { + if yyb4284 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53339,20 +53417,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym4283 := z.DecBinary() - _ = yym4283 + yym4292 := z.DecBinary() + _ = yym4292 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() } } - yyj4275++ - if yyhl4275 { - yyb4275 = yyj4275 > l + yyj4284++ + if yyhl4284 { + yyb4284 = yyj4284 > l } else { - yyb4275 = r.CheckBreak() + yyb4284 = r.CheckBreak() } - if yyb4275 { + if yyb4284 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53365,25 +53443,25 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.ReadOnlyRootFilesystem == nil { x.ReadOnlyRootFilesystem = new(bool) } - yym4285 := z.DecBinary() - _ = yym4285 + yym4294 := z.DecBinary() + _ = yym4294 if false { } else { *((*bool)(x.ReadOnlyRootFilesystem)) = r.DecodeBool() } } for { - yyj4275++ - if yyhl4275 { - yyb4275 = yyj4275 > l + yyj4284++ + if yyhl4284 { + yyb4284 = yyj4284 > l } else { - yyb4275 = r.CheckBreak() + yyb4284 = r.CheckBreak() } - if yyb4275 { + if yyb4284 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4275-1, "") + z.DecStructFieldNotFound(yyj4284-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -53395,38 +53473,38 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4286 := z.EncBinary() - _ = yym4286 + yym4295 := z.EncBinary() + _ = yym4295 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4287 := !z.EncBinary() - yy2arr4287 := z.EncBasicHandle().StructToArray - var yyq4287 [4]bool - _, _, _ = yysep4287, yyq4287, yy2arr4287 - const yyr4287 bool = false - yyq4287[0] = x.User != "" - yyq4287[1] = x.Role != "" - yyq4287[2] = x.Type != "" - yyq4287[3] = x.Level != "" - var yynn4287 int - if yyr4287 || yy2arr4287 { + yysep4296 := !z.EncBinary() + yy2arr4296 := z.EncBasicHandle().StructToArray + var yyq4296 [4]bool + _, _, _ = yysep4296, yyq4296, yy2arr4296 + const yyr4296 bool = false + yyq4296[0] = x.User != "" + yyq4296[1] = x.Role != "" + yyq4296[2] = x.Type != "" + yyq4296[3] = x.Level != "" + var yynn4296 int + if yyr4296 || yy2arr4296 { r.EncodeArrayStart(4) } else { - yynn4287 = 0 - for _, b := range yyq4287 { + yynn4296 = 0 + for _, b := range yyq4296 { if b { - yynn4287++ + yynn4296++ } } - r.EncodeMapStart(yynn4287) - yynn4287 = 0 + r.EncodeMapStart(yynn4296) + yynn4296 = 0 } - if yyr4287 || yy2arr4287 { + if yyr4296 || yy2arr4296 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4287[0] { - yym4289 := z.EncBinary() - _ = yym4289 + if yyq4296[0] { + yym4298 := z.EncBinary() + _ = yym4298 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) @@ -53435,23 +53513,23 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4287[0] { + if yyq4296[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("user")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4290 := z.EncBinary() - _ = yym4290 + yym4299 := z.EncBinary() + _ = yym4299 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) } } } - if yyr4287 || yy2arr4287 { + if yyr4296 || yy2arr4296 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4287[1] { - yym4292 := z.EncBinary() - _ = yym4292 + if yyq4296[1] { + yym4301 := z.EncBinary() + _ = yym4301 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Role)) @@ -53460,23 +53538,23 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4287[1] { + if yyq4296[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("role")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4293 := z.EncBinary() - _ = yym4293 + yym4302 := z.EncBinary() + _ = yym4302 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Role)) } } } - if yyr4287 || yy2arr4287 { + if yyr4296 || yy2arr4296 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4287[2] { - yym4295 := z.EncBinary() - _ = yym4295 + if yyq4296[2] { + yym4304 := z.EncBinary() + _ = yym4304 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) @@ -53485,23 +53563,23 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4287[2] { + if yyq4296[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4296 := z.EncBinary() - _ = yym4296 + yym4305 := z.EncBinary() + _ = yym4305 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) } } } - if yyr4287 || yy2arr4287 { + if yyr4296 || yy2arr4296 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4287[3] { - yym4298 := z.EncBinary() - _ = yym4298 + if yyq4296[3] { + yym4307 := z.EncBinary() + _ = yym4307 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Level)) @@ -53510,19 +53588,19 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4287[3] { + if yyq4296[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("level")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4299 := z.EncBinary() - _ = yym4299 + yym4308 := z.EncBinary() + _ = yym4308 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Level)) } } } - if yyr4287 || yy2arr4287 { + if yyr4296 || yy2arr4296 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -53535,25 +53613,25 @@ func (x *SELinuxOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4300 := z.DecBinary() - _ = yym4300 + yym4309 := z.DecBinary() + _ = yym4309 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4301 := r.ContainerType() - if yyct4301 == codecSelferValueTypeMap1234 { - yyl4301 := r.ReadMapStart() - if yyl4301 == 0 { + yyct4310 := r.ContainerType() + if yyct4310 == codecSelferValueTypeMap1234 { + yyl4310 := r.ReadMapStart() + if yyl4310 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4301, d) + x.codecDecodeSelfFromMap(yyl4310, d) } - } else if yyct4301 == codecSelferValueTypeArray1234 { - yyl4301 := r.ReadArrayStart() - if yyl4301 == 0 { + } else if yyct4310 == codecSelferValueTypeArray1234 { + yyl4310 := r.ReadArrayStart() + if yyl4310 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4301, d) + x.codecDecodeSelfFromArray(yyl4310, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -53565,12 +53643,12 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4302Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4302Slc - var yyhl4302 bool = l >= 0 - for yyj4302 := 0; ; yyj4302++ { - if yyhl4302 { - if yyj4302 >= l { + var yys4311Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4311Slc + var yyhl4311 bool = l >= 0 + for yyj4311 := 0; ; yyj4311++ { + if yyhl4311 { + if yyj4311 >= l { break } } else { @@ -53579,10 +53657,10 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4302Slc = r.DecodeBytes(yys4302Slc, true, true) - yys4302 := string(yys4302Slc) + yys4311Slc = r.DecodeBytes(yys4311Slc, true, true) + yys4311 := string(yys4311Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4302 { + switch yys4311 { case "user": if r.TryDecodeAsNil() { x.User = "" @@ -53608,9 +53686,9 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Level = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys4302) - } // end switch yys4302 - } // end for yyj4302 + z.DecStructFieldNotFound(-1, yys4311) + } // end switch yys4311 + } // end for yyj4311 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -53618,16 +53696,16 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4307 int - var yyb4307 bool - var yyhl4307 bool = l >= 0 - yyj4307++ - if yyhl4307 { - yyb4307 = yyj4307 > l + var yyj4316 int + var yyb4316 bool + var yyhl4316 bool = l >= 0 + yyj4316++ + if yyhl4316 { + yyb4316 = yyj4316 > l } else { - yyb4307 = r.CheckBreak() + yyb4316 = r.CheckBreak() } - if yyb4307 { + if yyb4316 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53637,13 +53715,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.User = string(r.DecodeString()) } - yyj4307++ - if yyhl4307 { - yyb4307 = yyj4307 > l + yyj4316++ + if yyhl4316 { + yyb4316 = yyj4316 > l } else { - yyb4307 = r.CheckBreak() + yyb4316 = r.CheckBreak() } - if yyb4307 { + if yyb4316 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53653,13 +53731,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Role = string(r.DecodeString()) } - yyj4307++ - if yyhl4307 { - yyb4307 = yyj4307 > l + yyj4316++ + if yyhl4316 { + yyb4316 = yyj4316 > l } else { - yyb4307 = r.CheckBreak() + yyb4316 = r.CheckBreak() } - if yyb4307 { + if yyb4316 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53669,13 +53747,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = string(r.DecodeString()) } - yyj4307++ - if yyhl4307 { - yyb4307 = yyj4307 > l + yyj4316++ + if yyhl4316 { + yyb4316 = yyj4316 > l } else { - yyb4307 = r.CheckBreak() + yyb4316 = r.CheckBreak() } - if yyb4307 { + if yyb4316 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53686,17 +53764,17 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Level = string(r.DecodeString()) } for { - yyj4307++ - if yyhl4307 { - yyb4307 = yyj4307 > l + yyj4316++ + if yyhl4316 { + yyb4316 = yyj4316 > l } else { - yyb4307 = r.CheckBreak() + yyb4316 = r.CheckBreak() } - if yyb4307 { + if yyb4316 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4307-1, "") + z.DecStructFieldNotFound(yyj4316-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -53708,37 +53786,37 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4312 := z.EncBinary() - _ = yym4312 + yym4321 := z.EncBinary() + _ = yym4321 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4313 := !z.EncBinary() - yy2arr4313 := z.EncBasicHandle().StructToArray - var yyq4313 [5]bool - _, _, _ = yysep4313, yyq4313, yy2arr4313 - const yyr4313 bool = false - yyq4313[0] = x.Kind != "" - yyq4313[1] = x.APIVersion != "" - yyq4313[2] = true - var yynn4313 int - if yyr4313 || yy2arr4313 { + yysep4322 := !z.EncBinary() + yy2arr4322 := z.EncBasicHandle().StructToArray + var yyq4322 [5]bool + _, _, _ = yysep4322, yyq4322, yy2arr4322 + const yyr4322 bool = false + yyq4322[0] = x.Kind != "" + yyq4322[1] = x.APIVersion != "" + yyq4322[2] = true + var yynn4322 int + if yyr4322 || yy2arr4322 { r.EncodeArrayStart(5) } else { - yynn4313 = 2 - for _, b := range yyq4313 { + yynn4322 = 2 + for _, b := range yyq4322 { if b { - yynn4313++ + yynn4322++ } } - r.EncodeMapStart(yynn4313) - yynn4313 = 0 + r.EncodeMapStart(yynn4322) + yynn4322 = 0 } - if yyr4313 || yy2arr4313 { + if yyr4322 || yy2arr4322 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4313[0] { - yym4315 := z.EncBinary() - _ = yym4315 + if yyq4322[0] { + yym4324 := z.EncBinary() + _ = yym4324 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -53747,23 +53825,23 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4313[0] { + if yyq4322[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4316 := z.EncBinary() - _ = yym4316 + yym4325 := z.EncBinary() + _ = yym4325 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4313 || yy2arr4313 { + if yyr4322 || yy2arr4322 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4313[1] { - yym4318 := z.EncBinary() - _ = yym4318 + if yyq4322[1] { + yym4327 := z.EncBinary() + _ = yym4327 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -53772,39 +53850,39 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4313[1] { + if yyq4322[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4319 := z.EncBinary() - _ = yym4319 + yym4328 := z.EncBinary() + _ = yym4328 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4313 || yy2arr4313 { + if yyr4322 || yy2arr4322 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4313[2] { - yy4321 := &x.ObjectMeta - yy4321.CodecEncodeSelf(e) + if yyq4322[2] { + yy4330 := &x.ObjectMeta + yy4330.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4313[2] { + if yyq4322[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4322 := &x.ObjectMeta - yy4322.CodecEncodeSelf(e) + yy4331 := &x.ObjectMeta + yy4331.CodecEncodeSelf(e) } } - if yyr4313 || yy2arr4313 { + if yyr4322 || yy2arr4322 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym4324 := z.EncBinary() - _ = yym4324 + yym4333 := z.EncBinary() + _ = yym4333 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Range)) @@ -53813,20 +53891,20 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("range")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4325 := z.EncBinary() - _ = yym4325 + yym4334 := z.EncBinary() + _ = yym4334 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Range)) } } - if yyr4313 || yy2arr4313 { + if yyr4322 || yy2arr4322 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Data == nil { r.EncodeNil() } else { - yym4327 := z.EncBinary() - _ = yym4327 + yym4336 := z.EncBinary() + _ = yym4336 if false { } else { r.EncodeStringBytes(codecSelferC_RAW1234, []byte(x.Data)) @@ -53839,15 +53917,15 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { if x.Data == nil { r.EncodeNil() } else { - yym4328 := z.EncBinary() - _ = yym4328 + yym4337 := z.EncBinary() + _ = yym4337 if false { } else { r.EncodeStringBytes(codecSelferC_RAW1234, []byte(x.Data)) } } } - if yyr4313 || yy2arr4313 { + if yyr4322 || yy2arr4322 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -53860,25 +53938,25 @@ func (x *RangeAllocation) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4329 := z.DecBinary() - _ = yym4329 + yym4338 := z.DecBinary() + _ = yym4338 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4330 := r.ContainerType() - if yyct4330 == codecSelferValueTypeMap1234 { - yyl4330 := r.ReadMapStart() - if yyl4330 == 0 { + yyct4339 := r.ContainerType() + if yyct4339 == codecSelferValueTypeMap1234 { + yyl4339 := r.ReadMapStart() + if yyl4339 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4330, d) + x.codecDecodeSelfFromMap(yyl4339, d) } - } else if yyct4330 == codecSelferValueTypeArray1234 { - yyl4330 := r.ReadArrayStart() - if yyl4330 == 0 { + } else if yyct4339 == codecSelferValueTypeArray1234 { + yyl4339 := r.ReadArrayStart() + if yyl4339 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4330, d) + x.codecDecodeSelfFromArray(yyl4339, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -53890,12 +53968,12 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4331Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4331Slc - var yyhl4331 bool = l >= 0 - for yyj4331 := 0; ; yyj4331++ { - if yyhl4331 { - if yyj4331 >= l { + var yys4340Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4340Slc + var yyhl4340 bool = l >= 0 + for yyj4340 := 0; ; yyj4340++ { + if yyhl4340 { + if yyj4340 >= l { break } } else { @@ -53904,10 +53982,10 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4331Slc = r.DecodeBytes(yys4331Slc, true, true) - yys4331 := string(yys4331Slc) + yys4340Slc = r.DecodeBytes(yys4340Slc, true, true) + yys4340 := string(yys4340Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4331 { + switch yys4340 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -53924,8 +54002,8 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4334 := &x.ObjectMeta - yyv4334.CodecDecodeSelf(d) + yyv4343 := &x.ObjectMeta + yyv4343.CodecDecodeSelf(d) } case "range": if r.TryDecodeAsNil() { @@ -53937,18 +54015,18 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4336 := &x.Data - yym4337 := z.DecBinary() - _ = yym4337 + yyv4345 := &x.Data + yym4346 := z.DecBinary() + _ = yym4346 if false { } else { - *yyv4336 = r.DecodeBytes(*(*[]byte)(yyv4336), false, false) + *yyv4345 = r.DecodeBytes(*(*[]byte)(yyv4345), false, false) } } default: - z.DecStructFieldNotFound(-1, yys4331) - } // end switch yys4331 - } // end for yyj4331 + z.DecStructFieldNotFound(-1, yys4340) + } // end switch yys4340 + } // end for yyj4340 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -53956,16 +54034,16 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4338 int - var yyb4338 bool - var yyhl4338 bool = l >= 0 - yyj4338++ - if yyhl4338 { - yyb4338 = yyj4338 > l + var yyj4347 int + var yyb4347 bool + var yyhl4347 bool = l >= 0 + yyj4347++ + if yyhl4347 { + yyb4347 = yyj4347 > l } else { - yyb4338 = r.CheckBreak() + yyb4347 = r.CheckBreak() } - if yyb4338 { + if yyb4347 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53975,13 +54053,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj4338++ - if yyhl4338 { - yyb4338 = yyj4338 > l + yyj4347++ + if yyhl4347 { + yyb4347 = yyj4347 > l } else { - yyb4338 = r.CheckBreak() + yyb4347 = r.CheckBreak() } - if yyb4338 { + if yyb4347 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53991,13 +54069,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj4338++ - if yyhl4338 { - yyb4338 = yyj4338 > l + yyj4347++ + if yyhl4347 { + yyb4347 = yyj4347 > l } else { - yyb4338 = r.CheckBreak() + yyb4347 = r.CheckBreak() } - if yyb4338 { + if yyb4347 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54005,16 +54083,16 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4341 := &x.ObjectMeta - yyv4341.CodecDecodeSelf(d) + yyv4350 := &x.ObjectMeta + yyv4350.CodecDecodeSelf(d) } - yyj4338++ - if yyhl4338 { - yyb4338 = yyj4338 > l + yyj4347++ + if yyhl4347 { + yyb4347 = yyj4347 > l } else { - yyb4338 = r.CheckBreak() + yyb4347 = r.CheckBreak() } - if yyb4338 { + if yyb4347 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54024,13 +54102,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Range = string(r.DecodeString()) } - yyj4338++ - if yyhl4338 { - yyb4338 = yyj4338 > l + yyj4347++ + if yyhl4347 { + yyb4347 = yyj4347 > l } else { - yyb4338 = r.CheckBreak() + yyb4347 = r.CheckBreak() } - if yyb4338 { + if yyb4347 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54038,26 +54116,26 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4343 := &x.Data - yym4344 := z.DecBinary() - _ = yym4344 + yyv4352 := &x.Data + yym4353 := z.DecBinary() + _ = yym4353 if false { } else { - *yyv4343 = r.DecodeBytes(*(*[]byte)(yyv4343), false, false) + *yyv4352 = r.DecodeBytes(*(*[]byte)(yyv4352), false, false) } } for { - yyj4338++ - if yyhl4338 { - yyb4338 = yyj4338 > l + yyj4347++ + if yyhl4347 { + yyb4347 = yyj4347 > l } else { - yyb4338 = r.CheckBreak() + yyb4347 = r.CheckBreak() } - if yyb4338 { + if yyb4347 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4338-1, "") + z.DecStructFieldNotFound(yyj4347-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54067,10 +54145,10 @@ func (x codecSelfer1234) encSliceOwnerReference(v []OwnerReference, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4345 := range v { + for _, yyv4354 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4346 := &yyv4345 - yy4346.CodecEncodeSelf(e) + yy4355 := &yyv4354 + yy4355.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54080,83 +54158,83 @@ func (x codecSelfer1234) decSliceOwnerReference(v *[]OwnerReference, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4347 := *v - yyh4347, yyl4347 := z.DecSliceHelperStart() - var yyc4347 bool - if yyl4347 == 0 { - if yyv4347 == nil { - yyv4347 = []OwnerReference{} - yyc4347 = true - } else if len(yyv4347) != 0 { - yyv4347 = yyv4347[:0] - yyc4347 = true + yyv4356 := *v + yyh4356, yyl4356 := z.DecSliceHelperStart() + var yyc4356 bool + if yyl4356 == 0 { + if yyv4356 == nil { + yyv4356 = []OwnerReference{} + yyc4356 = true + } else if len(yyv4356) != 0 { + yyv4356 = yyv4356[:0] + yyc4356 = true } - } else if yyl4347 > 0 { - var yyrr4347, yyrl4347 int - var yyrt4347 bool - if yyl4347 > cap(yyv4347) { + } else if yyl4356 > 0 { + var yyrr4356, yyrl4356 int + var yyrt4356 bool + if yyl4356 > cap(yyv4356) { - yyrg4347 := len(yyv4347) > 0 - yyv24347 := yyv4347 - yyrl4347, yyrt4347 = z.DecInferLen(yyl4347, z.DecBasicHandle().MaxInitLen, 72) - if yyrt4347 { - if yyrl4347 <= cap(yyv4347) { - yyv4347 = yyv4347[:yyrl4347] + yyrg4356 := len(yyv4356) > 0 + yyv24356 := yyv4356 + yyrl4356, yyrt4356 = z.DecInferLen(yyl4356, z.DecBasicHandle().MaxInitLen, 72) + if yyrt4356 { + if yyrl4356 <= cap(yyv4356) { + yyv4356 = yyv4356[:yyrl4356] } else { - yyv4347 = make([]OwnerReference, yyrl4347) + yyv4356 = make([]OwnerReference, yyrl4356) } } else { - yyv4347 = make([]OwnerReference, yyrl4347) + yyv4356 = make([]OwnerReference, yyrl4356) } - yyc4347 = true - yyrr4347 = len(yyv4347) - if yyrg4347 { - copy(yyv4347, yyv24347) + yyc4356 = true + yyrr4356 = len(yyv4356) + if yyrg4356 { + copy(yyv4356, yyv24356) } - } else if yyl4347 != len(yyv4347) { - yyv4347 = yyv4347[:yyl4347] - yyc4347 = true + } else if yyl4356 != len(yyv4356) { + yyv4356 = yyv4356[:yyl4356] + yyc4356 = true } - yyj4347 := 0 - for ; yyj4347 < yyrr4347; yyj4347++ { - yyh4347.ElemContainerState(yyj4347) + yyj4356 := 0 + for ; yyj4356 < yyrr4356; yyj4356++ { + yyh4356.ElemContainerState(yyj4356) if r.TryDecodeAsNil() { - yyv4347[yyj4347] = OwnerReference{} + yyv4356[yyj4356] = OwnerReference{} } else { - yyv4348 := &yyv4347[yyj4347] - yyv4348.CodecDecodeSelf(d) + yyv4357 := &yyv4356[yyj4356] + yyv4357.CodecDecodeSelf(d) } } - if yyrt4347 { - for ; yyj4347 < yyl4347; yyj4347++ { - yyv4347 = append(yyv4347, OwnerReference{}) - yyh4347.ElemContainerState(yyj4347) + if yyrt4356 { + for ; yyj4356 < yyl4356; yyj4356++ { + yyv4356 = append(yyv4356, OwnerReference{}) + yyh4356.ElemContainerState(yyj4356) if r.TryDecodeAsNil() { - yyv4347[yyj4347] = OwnerReference{} + yyv4356[yyj4356] = OwnerReference{} } else { - yyv4349 := &yyv4347[yyj4347] - yyv4349.CodecDecodeSelf(d) + yyv4358 := &yyv4356[yyj4356] + yyv4358.CodecDecodeSelf(d) } } } } else { - yyj4347 := 0 - for ; !r.CheckBreak(); yyj4347++ { + yyj4356 := 0 + for ; !r.CheckBreak(); yyj4356++ { - if yyj4347 >= len(yyv4347) { - yyv4347 = append(yyv4347, OwnerReference{}) // var yyz4347 OwnerReference - yyc4347 = true + if yyj4356 >= len(yyv4356) { + yyv4356 = append(yyv4356, OwnerReference{}) // var yyz4356 OwnerReference + yyc4356 = true } - yyh4347.ElemContainerState(yyj4347) - if yyj4347 < len(yyv4347) { + yyh4356.ElemContainerState(yyj4356) + if yyj4356 < len(yyv4356) { if r.TryDecodeAsNil() { - yyv4347[yyj4347] = OwnerReference{} + yyv4356[yyj4356] = OwnerReference{} } else { - yyv4350 := &yyv4347[yyj4347] - yyv4350.CodecDecodeSelf(d) + yyv4359 := &yyv4356[yyj4356] + yyv4359.CodecDecodeSelf(d) } } else { @@ -54164,17 +54242,17 @@ func (x codecSelfer1234) decSliceOwnerReference(v *[]OwnerReference, d *codec197 } } - if yyj4347 < len(yyv4347) { - yyv4347 = yyv4347[:yyj4347] - yyc4347 = true - } else if yyj4347 == 0 && yyv4347 == nil { - yyv4347 = []OwnerReference{} - yyc4347 = true + if yyj4356 < len(yyv4356) { + yyv4356 = yyv4356[:yyj4356] + yyc4356 = true + } else if yyj4356 == 0 && yyv4356 == nil { + yyv4356 = []OwnerReference{} + yyc4356 = true } } - yyh4347.End() - if yyc4347 { - *v = yyv4347 + yyh4356.End() + if yyc4356 { + *v = yyv4356 } } @@ -54183,9 +54261,9 @@ func (x codecSelfer1234) encSlicePersistentVolumeAccessMode(v []PersistentVolume z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4351 := range v { + for _, yyv4360 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4351.CodecEncodeSelf(e) + yyv4360.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54195,75 +54273,75 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4352 := *v - yyh4352, yyl4352 := z.DecSliceHelperStart() - var yyc4352 bool - if yyl4352 == 0 { - if yyv4352 == nil { - yyv4352 = []PersistentVolumeAccessMode{} - yyc4352 = true - } else if len(yyv4352) != 0 { - yyv4352 = yyv4352[:0] - yyc4352 = true + yyv4361 := *v + yyh4361, yyl4361 := z.DecSliceHelperStart() + var yyc4361 bool + if yyl4361 == 0 { + if yyv4361 == nil { + yyv4361 = []PersistentVolumeAccessMode{} + yyc4361 = true + } else if len(yyv4361) != 0 { + yyv4361 = yyv4361[:0] + yyc4361 = true } - } else if yyl4352 > 0 { - var yyrr4352, yyrl4352 int - var yyrt4352 bool - if yyl4352 > cap(yyv4352) { + } else if yyl4361 > 0 { + var yyrr4361, yyrl4361 int + var yyrt4361 bool + if yyl4361 > cap(yyv4361) { - yyrl4352, yyrt4352 = z.DecInferLen(yyl4352, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4352 { - if yyrl4352 <= cap(yyv4352) { - yyv4352 = yyv4352[:yyrl4352] + yyrl4361, yyrt4361 = z.DecInferLen(yyl4361, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4361 { + if yyrl4361 <= cap(yyv4361) { + yyv4361 = yyv4361[:yyrl4361] } else { - yyv4352 = make([]PersistentVolumeAccessMode, yyrl4352) + yyv4361 = make([]PersistentVolumeAccessMode, yyrl4361) } } else { - yyv4352 = make([]PersistentVolumeAccessMode, yyrl4352) + yyv4361 = make([]PersistentVolumeAccessMode, yyrl4361) } - yyc4352 = true - yyrr4352 = len(yyv4352) - } else if yyl4352 != len(yyv4352) { - yyv4352 = yyv4352[:yyl4352] - yyc4352 = true + yyc4361 = true + yyrr4361 = len(yyv4361) + } else if yyl4361 != len(yyv4361) { + yyv4361 = yyv4361[:yyl4361] + yyc4361 = true } - yyj4352 := 0 - for ; yyj4352 < yyrr4352; yyj4352++ { - yyh4352.ElemContainerState(yyj4352) + yyj4361 := 0 + for ; yyj4361 < yyrr4361; yyj4361++ { + yyh4361.ElemContainerState(yyj4361) if r.TryDecodeAsNil() { - yyv4352[yyj4352] = "" + yyv4361[yyj4361] = "" } else { - yyv4352[yyj4352] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4361[yyj4361] = PersistentVolumeAccessMode(r.DecodeString()) } } - if yyrt4352 { - for ; yyj4352 < yyl4352; yyj4352++ { - yyv4352 = append(yyv4352, "") - yyh4352.ElemContainerState(yyj4352) + if yyrt4361 { + for ; yyj4361 < yyl4361; yyj4361++ { + yyv4361 = append(yyv4361, "") + yyh4361.ElemContainerState(yyj4361) if r.TryDecodeAsNil() { - yyv4352[yyj4352] = "" + yyv4361[yyj4361] = "" } else { - yyv4352[yyj4352] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4361[yyj4361] = PersistentVolumeAccessMode(r.DecodeString()) } } } } else { - yyj4352 := 0 - for ; !r.CheckBreak(); yyj4352++ { + yyj4361 := 0 + for ; !r.CheckBreak(); yyj4361++ { - if yyj4352 >= len(yyv4352) { - yyv4352 = append(yyv4352, "") // var yyz4352 PersistentVolumeAccessMode - yyc4352 = true + if yyj4361 >= len(yyv4361) { + yyv4361 = append(yyv4361, "") // var yyz4361 PersistentVolumeAccessMode + yyc4361 = true } - yyh4352.ElemContainerState(yyj4352) - if yyj4352 < len(yyv4352) { + yyh4361.ElemContainerState(yyj4361) + if yyj4361 < len(yyv4361) { if r.TryDecodeAsNil() { - yyv4352[yyj4352] = "" + yyv4361[yyj4361] = "" } else { - yyv4352[yyj4352] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4361[yyj4361] = PersistentVolumeAccessMode(r.DecodeString()) } } else { @@ -54271,17 +54349,17 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum } } - if yyj4352 < len(yyv4352) { - yyv4352 = yyv4352[:yyj4352] - yyc4352 = true - } else if yyj4352 == 0 && yyv4352 == nil { - yyv4352 = []PersistentVolumeAccessMode{} - yyc4352 = true + if yyj4361 < len(yyv4361) { + yyv4361 = yyv4361[:yyj4361] + yyc4361 = true + } else if yyj4361 == 0 && yyv4361 == nil { + yyv4361 = []PersistentVolumeAccessMode{} + yyc4361 = true } } - yyh4352.End() - if yyc4352 { - *v = yyv4352 + yyh4361.End() + if yyc4361 { + *v = yyv4361 } } @@ -54290,10 +54368,10 @@ func (x codecSelfer1234) encSlicePersistentVolume(v []PersistentVolume, e *codec z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4356 := range v { + for _, yyv4365 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4357 := &yyv4356 - yy4357.CodecEncodeSelf(e) + yy4366 := &yyv4365 + yy4366.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54303,83 +54381,83 @@ func (x codecSelfer1234) decSlicePersistentVolume(v *[]PersistentVolume, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4358 := *v - yyh4358, yyl4358 := z.DecSliceHelperStart() - var yyc4358 bool - if yyl4358 == 0 { - if yyv4358 == nil { - yyv4358 = []PersistentVolume{} - yyc4358 = true - } else if len(yyv4358) != 0 { - yyv4358 = yyv4358[:0] - yyc4358 = true + yyv4367 := *v + yyh4367, yyl4367 := z.DecSliceHelperStart() + var yyc4367 bool + if yyl4367 == 0 { + if yyv4367 == nil { + yyv4367 = []PersistentVolume{} + yyc4367 = true + } else if len(yyv4367) != 0 { + yyv4367 = yyv4367[:0] + yyc4367 = true } - } else if yyl4358 > 0 { - var yyrr4358, yyrl4358 int - var yyrt4358 bool - if yyl4358 > cap(yyv4358) { + } else if yyl4367 > 0 { + var yyrr4367, yyrl4367 int + var yyrt4367 bool + if yyl4367 > cap(yyv4367) { - yyrg4358 := len(yyv4358) > 0 - yyv24358 := yyv4358 - yyrl4358, yyrt4358 = z.DecInferLen(yyl4358, z.DecBasicHandle().MaxInitLen, 456) - if yyrt4358 { - if yyrl4358 <= cap(yyv4358) { - yyv4358 = yyv4358[:yyrl4358] + yyrg4367 := len(yyv4367) > 0 + yyv24367 := yyv4367 + yyrl4367, yyrt4367 = z.DecInferLen(yyl4367, z.DecBasicHandle().MaxInitLen, 456) + if yyrt4367 { + if yyrl4367 <= cap(yyv4367) { + yyv4367 = yyv4367[:yyrl4367] } else { - yyv4358 = make([]PersistentVolume, yyrl4358) + yyv4367 = make([]PersistentVolume, yyrl4367) } } else { - yyv4358 = make([]PersistentVolume, yyrl4358) + yyv4367 = make([]PersistentVolume, yyrl4367) } - yyc4358 = true - yyrr4358 = len(yyv4358) - if yyrg4358 { - copy(yyv4358, yyv24358) + yyc4367 = true + yyrr4367 = len(yyv4367) + if yyrg4367 { + copy(yyv4367, yyv24367) } - } else if yyl4358 != len(yyv4358) { - yyv4358 = yyv4358[:yyl4358] - yyc4358 = true + } else if yyl4367 != len(yyv4367) { + yyv4367 = yyv4367[:yyl4367] + yyc4367 = true } - yyj4358 := 0 - for ; yyj4358 < yyrr4358; yyj4358++ { - yyh4358.ElemContainerState(yyj4358) + yyj4367 := 0 + for ; yyj4367 < yyrr4367; yyj4367++ { + yyh4367.ElemContainerState(yyj4367) if r.TryDecodeAsNil() { - yyv4358[yyj4358] = PersistentVolume{} + yyv4367[yyj4367] = PersistentVolume{} } else { - yyv4359 := &yyv4358[yyj4358] - yyv4359.CodecDecodeSelf(d) + yyv4368 := &yyv4367[yyj4367] + yyv4368.CodecDecodeSelf(d) } } - if yyrt4358 { - for ; yyj4358 < yyl4358; yyj4358++ { - yyv4358 = append(yyv4358, PersistentVolume{}) - yyh4358.ElemContainerState(yyj4358) + if yyrt4367 { + for ; yyj4367 < yyl4367; yyj4367++ { + yyv4367 = append(yyv4367, PersistentVolume{}) + yyh4367.ElemContainerState(yyj4367) if r.TryDecodeAsNil() { - yyv4358[yyj4358] = PersistentVolume{} + yyv4367[yyj4367] = PersistentVolume{} } else { - yyv4360 := &yyv4358[yyj4358] - yyv4360.CodecDecodeSelf(d) + yyv4369 := &yyv4367[yyj4367] + yyv4369.CodecDecodeSelf(d) } } } } else { - yyj4358 := 0 - for ; !r.CheckBreak(); yyj4358++ { + yyj4367 := 0 + for ; !r.CheckBreak(); yyj4367++ { - if yyj4358 >= len(yyv4358) { - yyv4358 = append(yyv4358, PersistentVolume{}) // var yyz4358 PersistentVolume - yyc4358 = true + if yyj4367 >= len(yyv4367) { + yyv4367 = append(yyv4367, PersistentVolume{}) // var yyz4367 PersistentVolume + yyc4367 = true } - yyh4358.ElemContainerState(yyj4358) - if yyj4358 < len(yyv4358) { + yyh4367.ElemContainerState(yyj4367) + if yyj4367 < len(yyv4367) { if r.TryDecodeAsNil() { - yyv4358[yyj4358] = PersistentVolume{} + yyv4367[yyj4367] = PersistentVolume{} } else { - yyv4361 := &yyv4358[yyj4358] - yyv4361.CodecDecodeSelf(d) + yyv4370 := &yyv4367[yyj4367] + yyv4370.CodecDecodeSelf(d) } } else { @@ -54387,17 +54465,17 @@ func (x codecSelfer1234) decSlicePersistentVolume(v *[]PersistentVolume, d *code } } - if yyj4358 < len(yyv4358) { - yyv4358 = yyv4358[:yyj4358] - yyc4358 = true - } else if yyj4358 == 0 && yyv4358 == nil { - yyv4358 = []PersistentVolume{} - yyc4358 = true + if yyj4367 < len(yyv4367) { + yyv4367 = yyv4367[:yyj4367] + yyc4367 = true + } else if yyj4367 == 0 && yyv4367 == nil { + yyv4367 = []PersistentVolume{} + yyc4367 = true } } - yyh4358.End() - if yyc4358 { - *v = yyv4358 + yyh4367.End() + if yyc4367 { + *v = yyv4367 } } @@ -54406,10 +54484,10 @@ func (x codecSelfer1234) encSlicePersistentVolumeClaim(v []PersistentVolumeClaim z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4362 := range v { + for _, yyv4371 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4363 := &yyv4362 - yy4363.CodecEncodeSelf(e) + yy4372 := &yyv4371 + yy4372.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54419,83 +54497,83 @@ func (x codecSelfer1234) decSlicePersistentVolumeClaim(v *[]PersistentVolumeClai z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4364 := *v - yyh4364, yyl4364 := z.DecSliceHelperStart() - var yyc4364 bool - if yyl4364 == 0 { - if yyv4364 == nil { - yyv4364 = []PersistentVolumeClaim{} - yyc4364 = true - } else if len(yyv4364) != 0 { - yyv4364 = yyv4364[:0] - yyc4364 = true + yyv4373 := *v + yyh4373, yyl4373 := z.DecSliceHelperStart() + var yyc4373 bool + if yyl4373 == 0 { + if yyv4373 == nil { + yyv4373 = []PersistentVolumeClaim{} + yyc4373 = true + } else if len(yyv4373) != 0 { + yyv4373 = yyv4373[:0] + yyc4373 = true } - } else if yyl4364 > 0 { - var yyrr4364, yyrl4364 int - var yyrt4364 bool - if yyl4364 > cap(yyv4364) { + } else if yyl4373 > 0 { + var yyrr4373, yyrl4373 int + var yyrt4373 bool + if yyl4373 > cap(yyv4373) { - yyrg4364 := len(yyv4364) > 0 - yyv24364 := yyv4364 - yyrl4364, yyrt4364 = z.DecInferLen(yyl4364, z.DecBasicHandle().MaxInitLen, 352) - if yyrt4364 { - if yyrl4364 <= cap(yyv4364) { - yyv4364 = yyv4364[:yyrl4364] + yyrg4373 := len(yyv4373) > 0 + yyv24373 := yyv4373 + yyrl4373, yyrt4373 = z.DecInferLen(yyl4373, z.DecBasicHandle().MaxInitLen, 352) + if yyrt4373 { + if yyrl4373 <= cap(yyv4373) { + yyv4373 = yyv4373[:yyrl4373] } else { - yyv4364 = make([]PersistentVolumeClaim, yyrl4364) + yyv4373 = make([]PersistentVolumeClaim, yyrl4373) } } else { - yyv4364 = make([]PersistentVolumeClaim, yyrl4364) + yyv4373 = make([]PersistentVolumeClaim, yyrl4373) } - yyc4364 = true - yyrr4364 = len(yyv4364) - if yyrg4364 { - copy(yyv4364, yyv24364) + yyc4373 = true + yyrr4373 = len(yyv4373) + if yyrg4373 { + copy(yyv4373, yyv24373) } - } else if yyl4364 != len(yyv4364) { - yyv4364 = yyv4364[:yyl4364] - yyc4364 = true + } else if yyl4373 != len(yyv4373) { + yyv4373 = yyv4373[:yyl4373] + yyc4373 = true } - yyj4364 := 0 - for ; yyj4364 < yyrr4364; yyj4364++ { - yyh4364.ElemContainerState(yyj4364) + yyj4373 := 0 + for ; yyj4373 < yyrr4373; yyj4373++ { + yyh4373.ElemContainerState(yyj4373) if r.TryDecodeAsNil() { - yyv4364[yyj4364] = PersistentVolumeClaim{} + yyv4373[yyj4373] = PersistentVolumeClaim{} } else { - yyv4365 := &yyv4364[yyj4364] - yyv4365.CodecDecodeSelf(d) + yyv4374 := &yyv4373[yyj4373] + yyv4374.CodecDecodeSelf(d) } } - if yyrt4364 { - for ; yyj4364 < yyl4364; yyj4364++ { - yyv4364 = append(yyv4364, PersistentVolumeClaim{}) - yyh4364.ElemContainerState(yyj4364) + if yyrt4373 { + for ; yyj4373 < yyl4373; yyj4373++ { + yyv4373 = append(yyv4373, PersistentVolumeClaim{}) + yyh4373.ElemContainerState(yyj4373) if r.TryDecodeAsNil() { - yyv4364[yyj4364] = PersistentVolumeClaim{} + yyv4373[yyj4373] = PersistentVolumeClaim{} } else { - yyv4366 := &yyv4364[yyj4364] - yyv4366.CodecDecodeSelf(d) + yyv4375 := &yyv4373[yyj4373] + yyv4375.CodecDecodeSelf(d) } } } } else { - yyj4364 := 0 - for ; !r.CheckBreak(); yyj4364++ { + yyj4373 := 0 + for ; !r.CheckBreak(); yyj4373++ { - if yyj4364 >= len(yyv4364) { - yyv4364 = append(yyv4364, PersistentVolumeClaim{}) // var yyz4364 PersistentVolumeClaim - yyc4364 = true + if yyj4373 >= len(yyv4373) { + yyv4373 = append(yyv4373, PersistentVolumeClaim{}) // var yyz4373 PersistentVolumeClaim + yyc4373 = true } - yyh4364.ElemContainerState(yyj4364) - if yyj4364 < len(yyv4364) { + yyh4373.ElemContainerState(yyj4373) + if yyj4373 < len(yyv4373) { if r.TryDecodeAsNil() { - yyv4364[yyj4364] = PersistentVolumeClaim{} + yyv4373[yyj4373] = PersistentVolumeClaim{} } else { - yyv4367 := &yyv4364[yyj4364] - yyv4367.CodecDecodeSelf(d) + yyv4376 := &yyv4373[yyj4373] + yyv4376.CodecDecodeSelf(d) } } else { @@ -54503,17 +54581,17 @@ func (x codecSelfer1234) decSlicePersistentVolumeClaim(v *[]PersistentVolumeClai } } - if yyj4364 < len(yyv4364) { - yyv4364 = yyv4364[:yyj4364] - yyc4364 = true - } else if yyj4364 == 0 && yyv4364 == nil { - yyv4364 = []PersistentVolumeClaim{} - yyc4364 = true + if yyj4373 < len(yyv4373) { + yyv4373 = yyv4373[:yyj4373] + yyc4373 = true + } else if yyj4373 == 0 && yyv4373 == nil { + yyv4373 = []PersistentVolumeClaim{} + yyc4373 = true } } - yyh4364.End() - if yyc4364 { - *v = yyv4364 + yyh4373.End() + if yyc4373 { + *v = yyv4373 } } @@ -54522,10 +54600,10 @@ func (x codecSelfer1234) encSliceKeyToPath(v []KeyToPath, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4368 := range v { + for _, yyv4377 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4369 := &yyv4368 - yy4369.CodecEncodeSelf(e) + yy4378 := &yyv4377 + yy4378.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54535,83 +54613,83 @@ func (x codecSelfer1234) decSliceKeyToPath(v *[]KeyToPath, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4370 := *v - yyh4370, yyl4370 := z.DecSliceHelperStart() - var yyc4370 bool - if yyl4370 == 0 { - if yyv4370 == nil { - yyv4370 = []KeyToPath{} - yyc4370 = true - } else if len(yyv4370) != 0 { - yyv4370 = yyv4370[:0] - yyc4370 = true + yyv4379 := *v + yyh4379, yyl4379 := z.DecSliceHelperStart() + var yyc4379 bool + if yyl4379 == 0 { + if yyv4379 == nil { + yyv4379 = []KeyToPath{} + yyc4379 = true + } else if len(yyv4379) != 0 { + yyv4379 = yyv4379[:0] + yyc4379 = true } - } else if yyl4370 > 0 { - var yyrr4370, yyrl4370 int - var yyrt4370 bool - if yyl4370 > cap(yyv4370) { + } else if yyl4379 > 0 { + var yyrr4379, yyrl4379 int + var yyrt4379 bool + if yyl4379 > cap(yyv4379) { - yyrg4370 := len(yyv4370) > 0 - yyv24370 := yyv4370 - yyrl4370, yyrt4370 = z.DecInferLen(yyl4370, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4370 { - if yyrl4370 <= cap(yyv4370) { - yyv4370 = yyv4370[:yyrl4370] + yyrg4379 := len(yyv4379) > 0 + yyv24379 := yyv4379 + yyrl4379, yyrt4379 = z.DecInferLen(yyl4379, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4379 { + if yyrl4379 <= cap(yyv4379) { + yyv4379 = yyv4379[:yyrl4379] } else { - yyv4370 = make([]KeyToPath, yyrl4370) + yyv4379 = make([]KeyToPath, yyrl4379) } } else { - yyv4370 = make([]KeyToPath, yyrl4370) + yyv4379 = make([]KeyToPath, yyrl4379) } - yyc4370 = true - yyrr4370 = len(yyv4370) - if yyrg4370 { - copy(yyv4370, yyv24370) + yyc4379 = true + yyrr4379 = len(yyv4379) + if yyrg4379 { + copy(yyv4379, yyv24379) } - } else if yyl4370 != len(yyv4370) { - yyv4370 = yyv4370[:yyl4370] - yyc4370 = true + } else if yyl4379 != len(yyv4379) { + yyv4379 = yyv4379[:yyl4379] + yyc4379 = true } - yyj4370 := 0 - for ; yyj4370 < yyrr4370; yyj4370++ { - yyh4370.ElemContainerState(yyj4370) + yyj4379 := 0 + for ; yyj4379 < yyrr4379; yyj4379++ { + yyh4379.ElemContainerState(yyj4379) if r.TryDecodeAsNil() { - yyv4370[yyj4370] = KeyToPath{} + yyv4379[yyj4379] = KeyToPath{} } else { - yyv4371 := &yyv4370[yyj4370] - yyv4371.CodecDecodeSelf(d) + yyv4380 := &yyv4379[yyj4379] + yyv4380.CodecDecodeSelf(d) } } - if yyrt4370 { - for ; yyj4370 < yyl4370; yyj4370++ { - yyv4370 = append(yyv4370, KeyToPath{}) - yyh4370.ElemContainerState(yyj4370) + if yyrt4379 { + for ; yyj4379 < yyl4379; yyj4379++ { + yyv4379 = append(yyv4379, KeyToPath{}) + yyh4379.ElemContainerState(yyj4379) if r.TryDecodeAsNil() { - yyv4370[yyj4370] = KeyToPath{} + yyv4379[yyj4379] = KeyToPath{} } else { - yyv4372 := &yyv4370[yyj4370] - yyv4372.CodecDecodeSelf(d) + yyv4381 := &yyv4379[yyj4379] + yyv4381.CodecDecodeSelf(d) } } } } else { - yyj4370 := 0 - for ; !r.CheckBreak(); yyj4370++ { + yyj4379 := 0 + for ; !r.CheckBreak(); yyj4379++ { - if yyj4370 >= len(yyv4370) { - yyv4370 = append(yyv4370, KeyToPath{}) // var yyz4370 KeyToPath - yyc4370 = true + if yyj4379 >= len(yyv4379) { + yyv4379 = append(yyv4379, KeyToPath{}) // var yyz4379 KeyToPath + yyc4379 = true } - yyh4370.ElemContainerState(yyj4370) - if yyj4370 < len(yyv4370) { + yyh4379.ElemContainerState(yyj4379) + if yyj4379 < len(yyv4379) { if r.TryDecodeAsNil() { - yyv4370[yyj4370] = KeyToPath{} + yyv4379[yyj4379] = KeyToPath{} } else { - yyv4373 := &yyv4370[yyj4370] - yyv4373.CodecDecodeSelf(d) + yyv4382 := &yyv4379[yyj4379] + yyv4382.CodecDecodeSelf(d) } } else { @@ -54619,17 +54697,17 @@ func (x codecSelfer1234) decSliceKeyToPath(v *[]KeyToPath, d *codec1978.Decoder) } } - if yyj4370 < len(yyv4370) { - yyv4370 = yyv4370[:yyj4370] - yyc4370 = true - } else if yyj4370 == 0 && yyv4370 == nil { - yyv4370 = []KeyToPath{} - yyc4370 = true + if yyj4379 < len(yyv4379) { + yyv4379 = yyv4379[:yyj4379] + yyc4379 = true + } else if yyj4379 == 0 && yyv4379 == nil { + yyv4379 = []KeyToPath{} + yyc4379 = true } } - yyh4370.End() - if yyc4370 { - *v = yyv4370 + yyh4379.End() + if yyc4379 { + *v = yyv4379 } } @@ -54638,10 +54716,10 @@ func (x codecSelfer1234) encSliceDownwardAPIVolumeFile(v []DownwardAPIVolumeFile z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4374 := range v { + for _, yyv4383 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4375 := &yyv4374 - yy4375.CodecEncodeSelf(e) + yy4384 := &yyv4383 + yy4384.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54651,83 +54729,83 @@ func (x codecSelfer1234) decSliceDownwardAPIVolumeFile(v *[]DownwardAPIVolumeFil z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4376 := *v - yyh4376, yyl4376 := z.DecSliceHelperStart() - var yyc4376 bool - if yyl4376 == 0 { - if yyv4376 == nil { - yyv4376 = []DownwardAPIVolumeFile{} - yyc4376 = true - } else if len(yyv4376) != 0 { - yyv4376 = yyv4376[:0] - yyc4376 = true + yyv4385 := *v + yyh4385, yyl4385 := z.DecSliceHelperStart() + var yyc4385 bool + if yyl4385 == 0 { + if yyv4385 == nil { + yyv4385 = []DownwardAPIVolumeFile{} + yyc4385 = true + } else if len(yyv4385) != 0 { + yyv4385 = yyv4385[:0] + yyc4385 = true } - } else if yyl4376 > 0 { - var yyrr4376, yyrl4376 int - var yyrt4376 bool - if yyl4376 > cap(yyv4376) { + } else if yyl4385 > 0 { + var yyrr4385, yyrl4385 int + var yyrt4385 bool + if yyl4385 > cap(yyv4385) { - yyrg4376 := len(yyv4376) > 0 - yyv24376 := yyv4376 - yyrl4376, yyrt4376 = z.DecInferLen(yyl4376, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4376 { - if yyrl4376 <= cap(yyv4376) { - yyv4376 = yyv4376[:yyrl4376] + yyrg4385 := len(yyv4385) > 0 + yyv24385 := yyv4385 + yyrl4385, yyrt4385 = z.DecInferLen(yyl4385, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4385 { + if yyrl4385 <= cap(yyv4385) { + yyv4385 = yyv4385[:yyrl4385] } else { - yyv4376 = make([]DownwardAPIVolumeFile, yyrl4376) + yyv4385 = make([]DownwardAPIVolumeFile, yyrl4385) } } else { - yyv4376 = make([]DownwardAPIVolumeFile, yyrl4376) + yyv4385 = make([]DownwardAPIVolumeFile, yyrl4385) } - yyc4376 = true - yyrr4376 = len(yyv4376) - if yyrg4376 { - copy(yyv4376, yyv24376) + yyc4385 = true + yyrr4385 = len(yyv4385) + if yyrg4385 { + copy(yyv4385, yyv24385) } - } else if yyl4376 != len(yyv4376) { - yyv4376 = yyv4376[:yyl4376] - yyc4376 = true + } else if yyl4385 != len(yyv4385) { + yyv4385 = yyv4385[:yyl4385] + yyc4385 = true } - yyj4376 := 0 - for ; yyj4376 < yyrr4376; yyj4376++ { - yyh4376.ElemContainerState(yyj4376) + yyj4385 := 0 + for ; yyj4385 < yyrr4385; yyj4385++ { + yyh4385.ElemContainerState(yyj4385) if r.TryDecodeAsNil() { - yyv4376[yyj4376] = DownwardAPIVolumeFile{} + yyv4385[yyj4385] = DownwardAPIVolumeFile{} } else { - yyv4377 := &yyv4376[yyj4376] - yyv4377.CodecDecodeSelf(d) + yyv4386 := &yyv4385[yyj4385] + yyv4386.CodecDecodeSelf(d) } } - if yyrt4376 { - for ; yyj4376 < yyl4376; yyj4376++ { - yyv4376 = append(yyv4376, DownwardAPIVolumeFile{}) - yyh4376.ElemContainerState(yyj4376) + if yyrt4385 { + for ; yyj4385 < yyl4385; yyj4385++ { + yyv4385 = append(yyv4385, DownwardAPIVolumeFile{}) + yyh4385.ElemContainerState(yyj4385) if r.TryDecodeAsNil() { - yyv4376[yyj4376] = DownwardAPIVolumeFile{} + yyv4385[yyj4385] = DownwardAPIVolumeFile{} } else { - yyv4378 := &yyv4376[yyj4376] - yyv4378.CodecDecodeSelf(d) + yyv4387 := &yyv4385[yyj4385] + yyv4387.CodecDecodeSelf(d) } } } } else { - yyj4376 := 0 - for ; !r.CheckBreak(); yyj4376++ { + yyj4385 := 0 + for ; !r.CheckBreak(); yyj4385++ { - if yyj4376 >= len(yyv4376) { - yyv4376 = append(yyv4376, DownwardAPIVolumeFile{}) // var yyz4376 DownwardAPIVolumeFile - yyc4376 = true + if yyj4385 >= len(yyv4385) { + yyv4385 = append(yyv4385, DownwardAPIVolumeFile{}) // var yyz4385 DownwardAPIVolumeFile + yyc4385 = true } - yyh4376.ElemContainerState(yyj4376) - if yyj4376 < len(yyv4376) { + yyh4385.ElemContainerState(yyj4385) + if yyj4385 < len(yyv4385) { if r.TryDecodeAsNil() { - yyv4376[yyj4376] = DownwardAPIVolumeFile{} + yyv4385[yyj4385] = DownwardAPIVolumeFile{} } else { - yyv4379 := &yyv4376[yyj4376] - yyv4379.CodecDecodeSelf(d) + yyv4388 := &yyv4385[yyj4385] + yyv4388.CodecDecodeSelf(d) } } else { @@ -54735,17 +54813,17 @@ func (x codecSelfer1234) decSliceDownwardAPIVolumeFile(v *[]DownwardAPIVolumeFil } } - if yyj4376 < len(yyv4376) { - yyv4376 = yyv4376[:yyj4376] - yyc4376 = true - } else if yyj4376 == 0 && yyv4376 == nil { - yyv4376 = []DownwardAPIVolumeFile{} - yyc4376 = true + if yyj4385 < len(yyv4385) { + yyv4385 = yyv4385[:yyj4385] + yyc4385 = true + } else if yyj4385 == 0 && yyv4385 == nil { + yyv4385 = []DownwardAPIVolumeFile{} + yyc4385 = true } } - yyh4376.End() - if yyc4376 { - *v = yyv4376 + yyh4385.End() + if yyc4385 { + *v = yyv4385 } } @@ -54754,10 +54832,10 @@ func (x codecSelfer1234) encSliceHTTPHeader(v []HTTPHeader, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4380 := range v { + for _, yyv4389 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4381 := &yyv4380 - yy4381.CodecEncodeSelf(e) + yy4390 := &yyv4389 + yy4390.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54767,83 +54845,83 @@ func (x codecSelfer1234) decSliceHTTPHeader(v *[]HTTPHeader, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4382 := *v - yyh4382, yyl4382 := z.DecSliceHelperStart() - var yyc4382 bool - if yyl4382 == 0 { - if yyv4382 == nil { - yyv4382 = []HTTPHeader{} - yyc4382 = true - } else if len(yyv4382) != 0 { - yyv4382 = yyv4382[:0] - yyc4382 = true + yyv4391 := *v + yyh4391, yyl4391 := z.DecSliceHelperStart() + var yyc4391 bool + if yyl4391 == 0 { + if yyv4391 == nil { + yyv4391 = []HTTPHeader{} + yyc4391 = true + } else if len(yyv4391) != 0 { + yyv4391 = yyv4391[:0] + yyc4391 = true } - } else if yyl4382 > 0 { - var yyrr4382, yyrl4382 int - var yyrt4382 bool - if yyl4382 > cap(yyv4382) { + } else if yyl4391 > 0 { + var yyrr4391, yyrl4391 int + var yyrt4391 bool + if yyl4391 > cap(yyv4391) { - yyrg4382 := len(yyv4382) > 0 - yyv24382 := yyv4382 - yyrl4382, yyrt4382 = z.DecInferLen(yyl4382, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4382 { - if yyrl4382 <= cap(yyv4382) { - yyv4382 = yyv4382[:yyrl4382] + yyrg4391 := len(yyv4391) > 0 + yyv24391 := yyv4391 + yyrl4391, yyrt4391 = z.DecInferLen(yyl4391, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4391 { + if yyrl4391 <= cap(yyv4391) { + yyv4391 = yyv4391[:yyrl4391] } else { - yyv4382 = make([]HTTPHeader, yyrl4382) + yyv4391 = make([]HTTPHeader, yyrl4391) } } else { - yyv4382 = make([]HTTPHeader, yyrl4382) + yyv4391 = make([]HTTPHeader, yyrl4391) } - yyc4382 = true - yyrr4382 = len(yyv4382) - if yyrg4382 { - copy(yyv4382, yyv24382) + yyc4391 = true + yyrr4391 = len(yyv4391) + if yyrg4391 { + copy(yyv4391, yyv24391) } - } else if yyl4382 != len(yyv4382) { - yyv4382 = yyv4382[:yyl4382] - yyc4382 = true + } else if yyl4391 != len(yyv4391) { + yyv4391 = yyv4391[:yyl4391] + yyc4391 = true } - yyj4382 := 0 - for ; yyj4382 < yyrr4382; yyj4382++ { - yyh4382.ElemContainerState(yyj4382) + yyj4391 := 0 + for ; yyj4391 < yyrr4391; yyj4391++ { + yyh4391.ElemContainerState(yyj4391) if r.TryDecodeAsNil() { - yyv4382[yyj4382] = HTTPHeader{} + yyv4391[yyj4391] = HTTPHeader{} } else { - yyv4383 := &yyv4382[yyj4382] - yyv4383.CodecDecodeSelf(d) + yyv4392 := &yyv4391[yyj4391] + yyv4392.CodecDecodeSelf(d) } } - if yyrt4382 { - for ; yyj4382 < yyl4382; yyj4382++ { - yyv4382 = append(yyv4382, HTTPHeader{}) - yyh4382.ElemContainerState(yyj4382) + if yyrt4391 { + for ; yyj4391 < yyl4391; yyj4391++ { + yyv4391 = append(yyv4391, HTTPHeader{}) + yyh4391.ElemContainerState(yyj4391) if r.TryDecodeAsNil() { - yyv4382[yyj4382] = HTTPHeader{} + yyv4391[yyj4391] = HTTPHeader{} } else { - yyv4384 := &yyv4382[yyj4382] - yyv4384.CodecDecodeSelf(d) + yyv4393 := &yyv4391[yyj4391] + yyv4393.CodecDecodeSelf(d) } } } } else { - yyj4382 := 0 - for ; !r.CheckBreak(); yyj4382++ { + yyj4391 := 0 + for ; !r.CheckBreak(); yyj4391++ { - if yyj4382 >= len(yyv4382) { - yyv4382 = append(yyv4382, HTTPHeader{}) // var yyz4382 HTTPHeader - yyc4382 = true + if yyj4391 >= len(yyv4391) { + yyv4391 = append(yyv4391, HTTPHeader{}) // var yyz4391 HTTPHeader + yyc4391 = true } - yyh4382.ElemContainerState(yyj4382) - if yyj4382 < len(yyv4382) { + yyh4391.ElemContainerState(yyj4391) + if yyj4391 < len(yyv4391) { if r.TryDecodeAsNil() { - yyv4382[yyj4382] = HTTPHeader{} + yyv4391[yyj4391] = HTTPHeader{} } else { - yyv4385 := &yyv4382[yyj4382] - yyv4385.CodecDecodeSelf(d) + yyv4394 := &yyv4391[yyj4391] + yyv4394.CodecDecodeSelf(d) } } else { @@ -54851,17 +54929,17 @@ func (x codecSelfer1234) decSliceHTTPHeader(v *[]HTTPHeader, d *codec1978.Decode } } - if yyj4382 < len(yyv4382) { - yyv4382 = yyv4382[:yyj4382] - yyc4382 = true - } else if yyj4382 == 0 && yyv4382 == nil { - yyv4382 = []HTTPHeader{} - yyc4382 = true + if yyj4391 < len(yyv4391) { + yyv4391 = yyv4391[:yyj4391] + yyc4391 = true + } else if yyj4391 == 0 && yyv4391 == nil { + yyv4391 = []HTTPHeader{} + yyc4391 = true } } - yyh4382.End() - if yyc4382 { - *v = yyv4382 + yyh4391.End() + if yyc4391 { + *v = yyv4391 } } @@ -54870,9 +54948,9 @@ func (x codecSelfer1234) encSliceCapability(v []Capability, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4386 := range v { + for _, yyv4395 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4386.CodecEncodeSelf(e) + yyv4395.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54882,75 +54960,75 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4387 := *v - yyh4387, yyl4387 := z.DecSliceHelperStart() - var yyc4387 bool - if yyl4387 == 0 { - if yyv4387 == nil { - yyv4387 = []Capability{} - yyc4387 = true - } else if len(yyv4387) != 0 { - yyv4387 = yyv4387[:0] - yyc4387 = true + yyv4396 := *v + yyh4396, yyl4396 := z.DecSliceHelperStart() + var yyc4396 bool + if yyl4396 == 0 { + if yyv4396 == nil { + yyv4396 = []Capability{} + yyc4396 = true + } else if len(yyv4396) != 0 { + yyv4396 = yyv4396[:0] + yyc4396 = true } - } else if yyl4387 > 0 { - var yyrr4387, yyrl4387 int - var yyrt4387 bool - if yyl4387 > cap(yyv4387) { + } else if yyl4396 > 0 { + var yyrr4396, yyrl4396 int + var yyrt4396 bool + if yyl4396 > cap(yyv4396) { - yyrl4387, yyrt4387 = z.DecInferLen(yyl4387, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4387 { - if yyrl4387 <= cap(yyv4387) { - yyv4387 = yyv4387[:yyrl4387] + yyrl4396, yyrt4396 = z.DecInferLen(yyl4396, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4396 { + if yyrl4396 <= cap(yyv4396) { + yyv4396 = yyv4396[:yyrl4396] } else { - yyv4387 = make([]Capability, yyrl4387) + yyv4396 = make([]Capability, yyrl4396) } } else { - yyv4387 = make([]Capability, yyrl4387) + yyv4396 = make([]Capability, yyrl4396) } - yyc4387 = true - yyrr4387 = len(yyv4387) - } else if yyl4387 != len(yyv4387) { - yyv4387 = yyv4387[:yyl4387] - yyc4387 = true + yyc4396 = true + yyrr4396 = len(yyv4396) + } else if yyl4396 != len(yyv4396) { + yyv4396 = yyv4396[:yyl4396] + yyc4396 = true } - yyj4387 := 0 - for ; yyj4387 < yyrr4387; yyj4387++ { - yyh4387.ElemContainerState(yyj4387) + yyj4396 := 0 + for ; yyj4396 < yyrr4396; yyj4396++ { + yyh4396.ElemContainerState(yyj4396) if r.TryDecodeAsNil() { - yyv4387[yyj4387] = "" + yyv4396[yyj4396] = "" } else { - yyv4387[yyj4387] = Capability(r.DecodeString()) + yyv4396[yyj4396] = Capability(r.DecodeString()) } } - if yyrt4387 { - for ; yyj4387 < yyl4387; yyj4387++ { - yyv4387 = append(yyv4387, "") - yyh4387.ElemContainerState(yyj4387) + if yyrt4396 { + for ; yyj4396 < yyl4396; yyj4396++ { + yyv4396 = append(yyv4396, "") + yyh4396.ElemContainerState(yyj4396) if r.TryDecodeAsNil() { - yyv4387[yyj4387] = "" + yyv4396[yyj4396] = "" } else { - yyv4387[yyj4387] = Capability(r.DecodeString()) + yyv4396[yyj4396] = Capability(r.DecodeString()) } } } } else { - yyj4387 := 0 - for ; !r.CheckBreak(); yyj4387++ { + yyj4396 := 0 + for ; !r.CheckBreak(); yyj4396++ { - if yyj4387 >= len(yyv4387) { - yyv4387 = append(yyv4387, "") // var yyz4387 Capability - yyc4387 = true + if yyj4396 >= len(yyv4396) { + yyv4396 = append(yyv4396, "") // var yyz4396 Capability + yyc4396 = true } - yyh4387.ElemContainerState(yyj4387) - if yyj4387 < len(yyv4387) { + yyh4396.ElemContainerState(yyj4396) + if yyj4396 < len(yyv4396) { if r.TryDecodeAsNil() { - yyv4387[yyj4387] = "" + yyv4396[yyj4396] = "" } else { - yyv4387[yyj4387] = Capability(r.DecodeString()) + yyv4396[yyj4396] = Capability(r.DecodeString()) } } else { @@ -54958,17 +55036,17 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode } } - if yyj4387 < len(yyv4387) { - yyv4387 = yyv4387[:yyj4387] - yyc4387 = true - } else if yyj4387 == 0 && yyv4387 == nil { - yyv4387 = []Capability{} - yyc4387 = true + if yyj4396 < len(yyv4396) { + yyv4396 = yyv4396[:yyj4396] + yyc4396 = true + } else if yyj4396 == 0 && yyv4396 == nil { + yyv4396 = []Capability{} + yyc4396 = true } } - yyh4387.End() - if yyc4387 { - *v = yyv4387 + yyh4396.End() + if yyc4396 { + *v = yyv4396 } } @@ -54977,10 +55055,10 @@ func (x codecSelfer1234) encSliceContainerPort(v []ContainerPort, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4391 := range v { + for _, yyv4400 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4392 := &yyv4391 - yy4392.CodecEncodeSelf(e) + yy4401 := &yyv4400 + yy4401.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54990,83 +55068,83 @@ func (x codecSelfer1234) decSliceContainerPort(v *[]ContainerPort, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4393 := *v - yyh4393, yyl4393 := z.DecSliceHelperStart() - var yyc4393 bool - if yyl4393 == 0 { - if yyv4393 == nil { - yyv4393 = []ContainerPort{} - yyc4393 = true - } else if len(yyv4393) != 0 { - yyv4393 = yyv4393[:0] - yyc4393 = true + yyv4402 := *v + yyh4402, yyl4402 := z.DecSliceHelperStart() + var yyc4402 bool + if yyl4402 == 0 { + if yyv4402 == nil { + yyv4402 = []ContainerPort{} + yyc4402 = true + } else if len(yyv4402) != 0 { + yyv4402 = yyv4402[:0] + yyc4402 = true } - } else if yyl4393 > 0 { - var yyrr4393, yyrl4393 int - var yyrt4393 bool - if yyl4393 > cap(yyv4393) { + } else if yyl4402 > 0 { + var yyrr4402, yyrl4402 int + var yyrt4402 bool + if yyl4402 > cap(yyv4402) { - yyrg4393 := len(yyv4393) > 0 - yyv24393 := yyv4393 - yyrl4393, yyrt4393 = z.DecInferLen(yyl4393, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4393 { - if yyrl4393 <= cap(yyv4393) { - yyv4393 = yyv4393[:yyrl4393] + yyrg4402 := len(yyv4402) > 0 + yyv24402 := yyv4402 + yyrl4402, yyrt4402 = z.DecInferLen(yyl4402, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4402 { + if yyrl4402 <= cap(yyv4402) { + yyv4402 = yyv4402[:yyrl4402] } else { - yyv4393 = make([]ContainerPort, yyrl4393) + yyv4402 = make([]ContainerPort, yyrl4402) } } else { - yyv4393 = make([]ContainerPort, yyrl4393) + yyv4402 = make([]ContainerPort, yyrl4402) } - yyc4393 = true - yyrr4393 = len(yyv4393) - if yyrg4393 { - copy(yyv4393, yyv24393) + yyc4402 = true + yyrr4402 = len(yyv4402) + if yyrg4402 { + copy(yyv4402, yyv24402) } - } else if yyl4393 != len(yyv4393) { - yyv4393 = yyv4393[:yyl4393] - yyc4393 = true + } else if yyl4402 != len(yyv4402) { + yyv4402 = yyv4402[:yyl4402] + yyc4402 = true } - yyj4393 := 0 - for ; yyj4393 < yyrr4393; yyj4393++ { - yyh4393.ElemContainerState(yyj4393) + yyj4402 := 0 + for ; yyj4402 < yyrr4402; yyj4402++ { + yyh4402.ElemContainerState(yyj4402) if r.TryDecodeAsNil() { - yyv4393[yyj4393] = ContainerPort{} + yyv4402[yyj4402] = ContainerPort{} } else { - yyv4394 := &yyv4393[yyj4393] - yyv4394.CodecDecodeSelf(d) + yyv4403 := &yyv4402[yyj4402] + yyv4403.CodecDecodeSelf(d) } } - if yyrt4393 { - for ; yyj4393 < yyl4393; yyj4393++ { - yyv4393 = append(yyv4393, ContainerPort{}) - yyh4393.ElemContainerState(yyj4393) + if yyrt4402 { + for ; yyj4402 < yyl4402; yyj4402++ { + yyv4402 = append(yyv4402, ContainerPort{}) + yyh4402.ElemContainerState(yyj4402) if r.TryDecodeAsNil() { - yyv4393[yyj4393] = ContainerPort{} + yyv4402[yyj4402] = ContainerPort{} } else { - yyv4395 := &yyv4393[yyj4393] - yyv4395.CodecDecodeSelf(d) + yyv4404 := &yyv4402[yyj4402] + yyv4404.CodecDecodeSelf(d) } } } } else { - yyj4393 := 0 - for ; !r.CheckBreak(); yyj4393++ { + yyj4402 := 0 + for ; !r.CheckBreak(); yyj4402++ { - if yyj4393 >= len(yyv4393) { - yyv4393 = append(yyv4393, ContainerPort{}) // var yyz4393 ContainerPort - yyc4393 = true + if yyj4402 >= len(yyv4402) { + yyv4402 = append(yyv4402, ContainerPort{}) // var yyz4402 ContainerPort + yyc4402 = true } - yyh4393.ElemContainerState(yyj4393) - if yyj4393 < len(yyv4393) { + yyh4402.ElemContainerState(yyj4402) + if yyj4402 < len(yyv4402) { if r.TryDecodeAsNil() { - yyv4393[yyj4393] = ContainerPort{} + yyv4402[yyj4402] = ContainerPort{} } else { - yyv4396 := &yyv4393[yyj4393] - yyv4396.CodecDecodeSelf(d) + yyv4405 := &yyv4402[yyj4402] + yyv4405.CodecDecodeSelf(d) } } else { @@ -55074,17 +55152,17 @@ func (x codecSelfer1234) decSliceContainerPort(v *[]ContainerPort, d *codec1978. } } - if yyj4393 < len(yyv4393) { - yyv4393 = yyv4393[:yyj4393] - yyc4393 = true - } else if yyj4393 == 0 && yyv4393 == nil { - yyv4393 = []ContainerPort{} - yyc4393 = true + if yyj4402 < len(yyv4402) { + yyv4402 = yyv4402[:yyj4402] + yyc4402 = true + } else if yyj4402 == 0 && yyv4402 == nil { + yyv4402 = []ContainerPort{} + yyc4402 = true } } - yyh4393.End() - if yyc4393 { - *v = yyv4393 + yyh4402.End() + if yyc4402 { + *v = yyv4402 } } @@ -55093,10 +55171,10 @@ func (x codecSelfer1234) encSliceEnvVar(v []EnvVar, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4397 := range v { + for _, yyv4406 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4398 := &yyv4397 - yy4398.CodecEncodeSelf(e) + yy4407 := &yyv4406 + yy4407.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55106,83 +55184,83 @@ func (x codecSelfer1234) decSliceEnvVar(v *[]EnvVar, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4399 := *v - yyh4399, yyl4399 := z.DecSliceHelperStart() - var yyc4399 bool - if yyl4399 == 0 { - if yyv4399 == nil { - yyv4399 = []EnvVar{} - yyc4399 = true - } else if len(yyv4399) != 0 { - yyv4399 = yyv4399[:0] - yyc4399 = true + yyv4408 := *v + yyh4408, yyl4408 := z.DecSliceHelperStart() + var yyc4408 bool + if yyl4408 == 0 { + if yyv4408 == nil { + yyv4408 = []EnvVar{} + yyc4408 = true + } else if len(yyv4408) != 0 { + yyv4408 = yyv4408[:0] + yyc4408 = true } - } else if yyl4399 > 0 { - var yyrr4399, yyrl4399 int - var yyrt4399 bool - if yyl4399 > cap(yyv4399) { + } else if yyl4408 > 0 { + var yyrr4408, yyrl4408 int + var yyrt4408 bool + if yyl4408 > cap(yyv4408) { - yyrg4399 := len(yyv4399) > 0 - yyv24399 := yyv4399 - yyrl4399, yyrt4399 = z.DecInferLen(yyl4399, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4399 { - if yyrl4399 <= cap(yyv4399) { - yyv4399 = yyv4399[:yyrl4399] + yyrg4408 := len(yyv4408) > 0 + yyv24408 := yyv4408 + yyrl4408, yyrt4408 = z.DecInferLen(yyl4408, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4408 { + if yyrl4408 <= cap(yyv4408) { + yyv4408 = yyv4408[:yyrl4408] } else { - yyv4399 = make([]EnvVar, yyrl4399) + yyv4408 = make([]EnvVar, yyrl4408) } } else { - yyv4399 = make([]EnvVar, yyrl4399) + yyv4408 = make([]EnvVar, yyrl4408) } - yyc4399 = true - yyrr4399 = len(yyv4399) - if yyrg4399 { - copy(yyv4399, yyv24399) + yyc4408 = true + yyrr4408 = len(yyv4408) + if yyrg4408 { + copy(yyv4408, yyv24408) } - } else if yyl4399 != len(yyv4399) { - yyv4399 = yyv4399[:yyl4399] - yyc4399 = true + } else if yyl4408 != len(yyv4408) { + yyv4408 = yyv4408[:yyl4408] + yyc4408 = true } - yyj4399 := 0 - for ; yyj4399 < yyrr4399; yyj4399++ { - yyh4399.ElemContainerState(yyj4399) + yyj4408 := 0 + for ; yyj4408 < yyrr4408; yyj4408++ { + yyh4408.ElemContainerState(yyj4408) if r.TryDecodeAsNil() { - yyv4399[yyj4399] = EnvVar{} + yyv4408[yyj4408] = EnvVar{} } else { - yyv4400 := &yyv4399[yyj4399] - yyv4400.CodecDecodeSelf(d) + yyv4409 := &yyv4408[yyj4408] + yyv4409.CodecDecodeSelf(d) } } - if yyrt4399 { - for ; yyj4399 < yyl4399; yyj4399++ { - yyv4399 = append(yyv4399, EnvVar{}) - yyh4399.ElemContainerState(yyj4399) + if yyrt4408 { + for ; yyj4408 < yyl4408; yyj4408++ { + yyv4408 = append(yyv4408, EnvVar{}) + yyh4408.ElemContainerState(yyj4408) if r.TryDecodeAsNil() { - yyv4399[yyj4399] = EnvVar{} + yyv4408[yyj4408] = EnvVar{} } else { - yyv4401 := &yyv4399[yyj4399] - yyv4401.CodecDecodeSelf(d) + yyv4410 := &yyv4408[yyj4408] + yyv4410.CodecDecodeSelf(d) } } } } else { - yyj4399 := 0 - for ; !r.CheckBreak(); yyj4399++ { + yyj4408 := 0 + for ; !r.CheckBreak(); yyj4408++ { - if yyj4399 >= len(yyv4399) { - yyv4399 = append(yyv4399, EnvVar{}) // var yyz4399 EnvVar - yyc4399 = true + if yyj4408 >= len(yyv4408) { + yyv4408 = append(yyv4408, EnvVar{}) // var yyz4408 EnvVar + yyc4408 = true } - yyh4399.ElemContainerState(yyj4399) - if yyj4399 < len(yyv4399) { + yyh4408.ElemContainerState(yyj4408) + if yyj4408 < len(yyv4408) { if r.TryDecodeAsNil() { - yyv4399[yyj4399] = EnvVar{} + yyv4408[yyj4408] = EnvVar{} } else { - yyv4402 := &yyv4399[yyj4399] - yyv4402.CodecDecodeSelf(d) + yyv4411 := &yyv4408[yyj4408] + yyv4411.CodecDecodeSelf(d) } } else { @@ -55190,17 +55268,17 @@ func (x codecSelfer1234) decSliceEnvVar(v *[]EnvVar, d *codec1978.Decoder) { } } - if yyj4399 < len(yyv4399) { - yyv4399 = yyv4399[:yyj4399] - yyc4399 = true - } else if yyj4399 == 0 && yyv4399 == nil { - yyv4399 = []EnvVar{} - yyc4399 = true + if yyj4408 < len(yyv4408) { + yyv4408 = yyv4408[:yyj4408] + yyc4408 = true + } else if yyj4408 == 0 && yyv4408 == nil { + yyv4408 = []EnvVar{} + yyc4408 = true } } - yyh4399.End() - if yyc4399 { - *v = yyv4399 + yyh4408.End() + if yyc4408 { + *v = yyv4408 } } @@ -55209,10 +55287,10 @@ func (x codecSelfer1234) encSliceVolumeMount(v []VolumeMount, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4403 := range v { + for _, yyv4412 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4404 := &yyv4403 - yy4404.CodecEncodeSelf(e) + yy4413 := &yyv4412 + yy4413.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55222,83 +55300,83 @@ func (x codecSelfer1234) decSliceVolumeMount(v *[]VolumeMount, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4405 := *v - yyh4405, yyl4405 := z.DecSliceHelperStart() - var yyc4405 bool - if yyl4405 == 0 { - if yyv4405 == nil { - yyv4405 = []VolumeMount{} - yyc4405 = true - } else if len(yyv4405) != 0 { - yyv4405 = yyv4405[:0] - yyc4405 = true + yyv4414 := *v + yyh4414, yyl4414 := z.DecSliceHelperStart() + var yyc4414 bool + if yyl4414 == 0 { + if yyv4414 == nil { + yyv4414 = []VolumeMount{} + yyc4414 = true + } else if len(yyv4414) != 0 { + yyv4414 = yyv4414[:0] + yyc4414 = true } - } else if yyl4405 > 0 { - var yyrr4405, yyrl4405 int - var yyrt4405 bool - if yyl4405 > cap(yyv4405) { + } else if yyl4414 > 0 { + var yyrr4414, yyrl4414 int + var yyrt4414 bool + if yyl4414 > cap(yyv4414) { - yyrg4405 := len(yyv4405) > 0 - yyv24405 := yyv4405 - yyrl4405, yyrt4405 = z.DecInferLen(yyl4405, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4405 { - if yyrl4405 <= cap(yyv4405) { - yyv4405 = yyv4405[:yyrl4405] + yyrg4414 := len(yyv4414) > 0 + yyv24414 := yyv4414 + yyrl4414, yyrt4414 = z.DecInferLen(yyl4414, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4414 { + if yyrl4414 <= cap(yyv4414) { + yyv4414 = yyv4414[:yyrl4414] } else { - yyv4405 = make([]VolumeMount, yyrl4405) + yyv4414 = make([]VolumeMount, yyrl4414) } } else { - yyv4405 = make([]VolumeMount, yyrl4405) + yyv4414 = make([]VolumeMount, yyrl4414) } - yyc4405 = true - yyrr4405 = len(yyv4405) - if yyrg4405 { - copy(yyv4405, yyv24405) + yyc4414 = true + yyrr4414 = len(yyv4414) + if yyrg4414 { + copy(yyv4414, yyv24414) } - } else if yyl4405 != len(yyv4405) { - yyv4405 = yyv4405[:yyl4405] - yyc4405 = true + } else if yyl4414 != len(yyv4414) { + yyv4414 = yyv4414[:yyl4414] + yyc4414 = true } - yyj4405 := 0 - for ; yyj4405 < yyrr4405; yyj4405++ { - yyh4405.ElemContainerState(yyj4405) + yyj4414 := 0 + for ; yyj4414 < yyrr4414; yyj4414++ { + yyh4414.ElemContainerState(yyj4414) if r.TryDecodeAsNil() { - yyv4405[yyj4405] = VolumeMount{} + yyv4414[yyj4414] = VolumeMount{} } else { - yyv4406 := &yyv4405[yyj4405] - yyv4406.CodecDecodeSelf(d) + yyv4415 := &yyv4414[yyj4414] + yyv4415.CodecDecodeSelf(d) } } - if yyrt4405 { - for ; yyj4405 < yyl4405; yyj4405++ { - yyv4405 = append(yyv4405, VolumeMount{}) - yyh4405.ElemContainerState(yyj4405) + if yyrt4414 { + for ; yyj4414 < yyl4414; yyj4414++ { + yyv4414 = append(yyv4414, VolumeMount{}) + yyh4414.ElemContainerState(yyj4414) if r.TryDecodeAsNil() { - yyv4405[yyj4405] = VolumeMount{} + yyv4414[yyj4414] = VolumeMount{} } else { - yyv4407 := &yyv4405[yyj4405] - yyv4407.CodecDecodeSelf(d) + yyv4416 := &yyv4414[yyj4414] + yyv4416.CodecDecodeSelf(d) } } } } else { - yyj4405 := 0 - for ; !r.CheckBreak(); yyj4405++ { + yyj4414 := 0 + for ; !r.CheckBreak(); yyj4414++ { - if yyj4405 >= len(yyv4405) { - yyv4405 = append(yyv4405, VolumeMount{}) // var yyz4405 VolumeMount - yyc4405 = true + if yyj4414 >= len(yyv4414) { + yyv4414 = append(yyv4414, VolumeMount{}) // var yyz4414 VolumeMount + yyc4414 = true } - yyh4405.ElemContainerState(yyj4405) - if yyj4405 < len(yyv4405) { + yyh4414.ElemContainerState(yyj4414) + if yyj4414 < len(yyv4414) { if r.TryDecodeAsNil() { - yyv4405[yyj4405] = VolumeMount{} + yyv4414[yyj4414] = VolumeMount{} } else { - yyv4408 := &yyv4405[yyj4405] - yyv4408.CodecDecodeSelf(d) + yyv4417 := &yyv4414[yyj4414] + yyv4417.CodecDecodeSelf(d) } } else { @@ -55306,17 +55384,17 @@ func (x codecSelfer1234) decSliceVolumeMount(v *[]VolumeMount, d *codec1978.Deco } } - if yyj4405 < len(yyv4405) { - yyv4405 = yyv4405[:yyj4405] - yyc4405 = true - } else if yyj4405 == 0 && yyv4405 == nil { - yyv4405 = []VolumeMount{} - yyc4405 = true + if yyj4414 < len(yyv4414) { + yyv4414 = yyv4414[:yyj4414] + yyc4414 = true + } else if yyj4414 == 0 && yyv4414 == nil { + yyv4414 = []VolumeMount{} + yyc4414 = true } } - yyh4405.End() - if yyc4405 { - *v = yyv4405 + yyh4414.End() + if yyc4414 { + *v = yyv4414 } } @@ -55325,10 +55403,10 @@ func (x codecSelfer1234) encSlicePod(v []Pod, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4409 := range v { + for _, yyv4418 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4410 := &yyv4409 - yy4410.CodecEncodeSelf(e) + yy4419 := &yyv4418 + yy4419.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55338,83 +55416,83 @@ func (x codecSelfer1234) decSlicePod(v *[]Pod, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4411 := *v - yyh4411, yyl4411 := z.DecSliceHelperStart() - var yyc4411 bool - if yyl4411 == 0 { - if yyv4411 == nil { - yyv4411 = []Pod{} - yyc4411 = true - } else if len(yyv4411) != 0 { - yyv4411 = yyv4411[:0] - yyc4411 = true + yyv4420 := *v + yyh4420, yyl4420 := z.DecSliceHelperStart() + var yyc4420 bool + if yyl4420 == 0 { + if yyv4420 == nil { + yyv4420 = []Pod{} + yyc4420 = true + } else if len(yyv4420) != 0 { + yyv4420 = yyv4420[:0] + yyc4420 = true } - } else if yyl4411 > 0 { - var yyrr4411, yyrl4411 int - var yyrt4411 bool - if yyl4411 > cap(yyv4411) { + } else if yyl4420 > 0 { + var yyrr4420, yyrl4420 int + var yyrt4420 bool + if yyl4420 > cap(yyv4420) { - yyrg4411 := len(yyv4411) > 0 - yyv24411 := yyv4411 - yyrl4411, yyrt4411 = z.DecInferLen(yyl4411, z.DecBasicHandle().MaxInitLen, 624) - if yyrt4411 { - if yyrl4411 <= cap(yyv4411) { - yyv4411 = yyv4411[:yyrl4411] + yyrg4420 := len(yyv4420) > 0 + yyv24420 := yyv4420 + yyrl4420, yyrt4420 = z.DecInferLen(yyl4420, z.DecBasicHandle().MaxInitLen, 624) + if yyrt4420 { + if yyrl4420 <= cap(yyv4420) { + yyv4420 = yyv4420[:yyrl4420] } else { - yyv4411 = make([]Pod, yyrl4411) + yyv4420 = make([]Pod, yyrl4420) } } else { - yyv4411 = make([]Pod, yyrl4411) + yyv4420 = make([]Pod, yyrl4420) } - yyc4411 = true - yyrr4411 = len(yyv4411) - if yyrg4411 { - copy(yyv4411, yyv24411) + yyc4420 = true + yyrr4420 = len(yyv4420) + if yyrg4420 { + copy(yyv4420, yyv24420) } - } else if yyl4411 != len(yyv4411) { - yyv4411 = yyv4411[:yyl4411] - yyc4411 = true + } else if yyl4420 != len(yyv4420) { + yyv4420 = yyv4420[:yyl4420] + yyc4420 = true } - yyj4411 := 0 - for ; yyj4411 < yyrr4411; yyj4411++ { - yyh4411.ElemContainerState(yyj4411) + yyj4420 := 0 + for ; yyj4420 < yyrr4420; yyj4420++ { + yyh4420.ElemContainerState(yyj4420) if r.TryDecodeAsNil() { - yyv4411[yyj4411] = Pod{} + yyv4420[yyj4420] = Pod{} } else { - yyv4412 := &yyv4411[yyj4411] - yyv4412.CodecDecodeSelf(d) + yyv4421 := &yyv4420[yyj4420] + yyv4421.CodecDecodeSelf(d) } } - if yyrt4411 { - for ; yyj4411 < yyl4411; yyj4411++ { - yyv4411 = append(yyv4411, Pod{}) - yyh4411.ElemContainerState(yyj4411) + if yyrt4420 { + for ; yyj4420 < yyl4420; yyj4420++ { + yyv4420 = append(yyv4420, Pod{}) + yyh4420.ElemContainerState(yyj4420) if r.TryDecodeAsNil() { - yyv4411[yyj4411] = Pod{} + yyv4420[yyj4420] = Pod{} } else { - yyv4413 := &yyv4411[yyj4411] - yyv4413.CodecDecodeSelf(d) + yyv4422 := &yyv4420[yyj4420] + yyv4422.CodecDecodeSelf(d) } } } } else { - yyj4411 := 0 - for ; !r.CheckBreak(); yyj4411++ { + yyj4420 := 0 + for ; !r.CheckBreak(); yyj4420++ { - if yyj4411 >= len(yyv4411) { - yyv4411 = append(yyv4411, Pod{}) // var yyz4411 Pod - yyc4411 = true + if yyj4420 >= len(yyv4420) { + yyv4420 = append(yyv4420, Pod{}) // var yyz4420 Pod + yyc4420 = true } - yyh4411.ElemContainerState(yyj4411) - if yyj4411 < len(yyv4411) { + yyh4420.ElemContainerState(yyj4420) + if yyj4420 < len(yyv4420) { if r.TryDecodeAsNil() { - yyv4411[yyj4411] = Pod{} + yyv4420[yyj4420] = Pod{} } else { - yyv4414 := &yyv4411[yyj4411] - yyv4414.CodecDecodeSelf(d) + yyv4423 := &yyv4420[yyj4420] + yyv4423.CodecDecodeSelf(d) } } else { @@ -55422,17 +55500,17 @@ func (x codecSelfer1234) decSlicePod(v *[]Pod, d *codec1978.Decoder) { } } - if yyj4411 < len(yyv4411) { - yyv4411 = yyv4411[:yyj4411] - yyc4411 = true - } else if yyj4411 == 0 && yyv4411 == nil { - yyv4411 = []Pod{} - yyc4411 = true + if yyj4420 < len(yyv4420) { + yyv4420 = yyv4420[:yyj4420] + yyc4420 = true + } else if yyj4420 == 0 && yyv4420 == nil { + yyv4420 = []Pod{} + yyc4420 = true } } - yyh4411.End() - if yyc4411 { - *v = yyv4411 + yyh4420.End() + if yyc4420 { + *v = yyv4420 } } @@ -55441,10 +55519,10 @@ func (x codecSelfer1234) encSliceNodeSelectorTerm(v []NodeSelectorTerm, e *codec z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4415 := range v { + for _, yyv4424 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4416 := &yyv4415 - yy4416.CodecEncodeSelf(e) + yy4425 := &yyv4424 + yy4425.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55454,83 +55532,83 @@ func (x codecSelfer1234) decSliceNodeSelectorTerm(v *[]NodeSelectorTerm, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4417 := *v - yyh4417, yyl4417 := z.DecSliceHelperStart() - var yyc4417 bool - if yyl4417 == 0 { - if yyv4417 == nil { - yyv4417 = []NodeSelectorTerm{} - yyc4417 = true - } else if len(yyv4417) != 0 { - yyv4417 = yyv4417[:0] - yyc4417 = true + yyv4426 := *v + yyh4426, yyl4426 := z.DecSliceHelperStart() + var yyc4426 bool + if yyl4426 == 0 { + if yyv4426 == nil { + yyv4426 = []NodeSelectorTerm{} + yyc4426 = true + } else if len(yyv4426) != 0 { + yyv4426 = yyv4426[:0] + yyc4426 = true } - } else if yyl4417 > 0 { - var yyrr4417, yyrl4417 int - var yyrt4417 bool - if yyl4417 > cap(yyv4417) { + } else if yyl4426 > 0 { + var yyrr4426, yyrl4426 int + var yyrt4426 bool + if yyl4426 > cap(yyv4426) { - yyrg4417 := len(yyv4417) > 0 - yyv24417 := yyv4417 - yyrl4417, yyrt4417 = z.DecInferLen(yyl4417, z.DecBasicHandle().MaxInitLen, 24) - if yyrt4417 { - if yyrl4417 <= cap(yyv4417) { - yyv4417 = yyv4417[:yyrl4417] + yyrg4426 := len(yyv4426) > 0 + yyv24426 := yyv4426 + yyrl4426, yyrt4426 = z.DecInferLen(yyl4426, z.DecBasicHandle().MaxInitLen, 24) + if yyrt4426 { + if yyrl4426 <= cap(yyv4426) { + yyv4426 = yyv4426[:yyrl4426] } else { - yyv4417 = make([]NodeSelectorTerm, yyrl4417) + yyv4426 = make([]NodeSelectorTerm, yyrl4426) } } else { - yyv4417 = make([]NodeSelectorTerm, yyrl4417) + yyv4426 = make([]NodeSelectorTerm, yyrl4426) } - yyc4417 = true - yyrr4417 = len(yyv4417) - if yyrg4417 { - copy(yyv4417, yyv24417) + yyc4426 = true + yyrr4426 = len(yyv4426) + if yyrg4426 { + copy(yyv4426, yyv24426) } - } else if yyl4417 != len(yyv4417) { - yyv4417 = yyv4417[:yyl4417] - yyc4417 = true + } else if yyl4426 != len(yyv4426) { + yyv4426 = yyv4426[:yyl4426] + yyc4426 = true } - yyj4417 := 0 - for ; yyj4417 < yyrr4417; yyj4417++ { - yyh4417.ElemContainerState(yyj4417) + yyj4426 := 0 + for ; yyj4426 < yyrr4426; yyj4426++ { + yyh4426.ElemContainerState(yyj4426) if r.TryDecodeAsNil() { - yyv4417[yyj4417] = NodeSelectorTerm{} + yyv4426[yyj4426] = NodeSelectorTerm{} } else { - yyv4418 := &yyv4417[yyj4417] - yyv4418.CodecDecodeSelf(d) + yyv4427 := &yyv4426[yyj4426] + yyv4427.CodecDecodeSelf(d) } } - if yyrt4417 { - for ; yyj4417 < yyl4417; yyj4417++ { - yyv4417 = append(yyv4417, NodeSelectorTerm{}) - yyh4417.ElemContainerState(yyj4417) + if yyrt4426 { + for ; yyj4426 < yyl4426; yyj4426++ { + yyv4426 = append(yyv4426, NodeSelectorTerm{}) + yyh4426.ElemContainerState(yyj4426) if r.TryDecodeAsNil() { - yyv4417[yyj4417] = NodeSelectorTerm{} + yyv4426[yyj4426] = NodeSelectorTerm{} } else { - yyv4419 := &yyv4417[yyj4417] - yyv4419.CodecDecodeSelf(d) + yyv4428 := &yyv4426[yyj4426] + yyv4428.CodecDecodeSelf(d) } } } } else { - yyj4417 := 0 - for ; !r.CheckBreak(); yyj4417++ { + yyj4426 := 0 + for ; !r.CheckBreak(); yyj4426++ { - if yyj4417 >= len(yyv4417) { - yyv4417 = append(yyv4417, NodeSelectorTerm{}) // var yyz4417 NodeSelectorTerm - yyc4417 = true + if yyj4426 >= len(yyv4426) { + yyv4426 = append(yyv4426, NodeSelectorTerm{}) // var yyz4426 NodeSelectorTerm + yyc4426 = true } - yyh4417.ElemContainerState(yyj4417) - if yyj4417 < len(yyv4417) { + yyh4426.ElemContainerState(yyj4426) + if yyj4426 < len(yyv4426) { if r.TryDecodeAsNil() { - yyv4417[yyj4417] = NodeSelectorTerm{} + yyv4426[yyj4426] = NodeSelectorTerm{} } else { - yyv4420 := &yyv4417[yyj4417] - yyv4420.CodecDecodeSelf(d) + yyv4429 := &yyv4426[yyj4426] + yyv4429.CodecDecodeSelf(d) } } else { @@ -55538,17 +55616,17 @@ func (x codecSelfer1234) decSliceNodeSelectorTerm(v *[]NodeSelectorTerm, d *code } } - if yyj4417 < len(yyv4417) { - yyv4417 = yyv4417[:yyj4417] - yyc4417 = true - } else if yyj4417 == 0 && yyv4417 == nil { - yyv4417 = []NodeSelectorTerm{} - yyc4417 = true + if yyj4426 < len(yyv4426) { + yyv4426 = yyv4426[:yyj4426] + yyc4426 = true + } else if yyj4426 == 0 && yyv4426 == nil { + yyv4426 = []NodeSelectorTerm{} + yyc4426 = true } } - yyh4417.End() - if yyc4417 { - *v = yyv4417 + yyh4426.End() + if yyc4426 { + *v = yyv4426 } } @@ -55557,10 +55635,10 @@ func (x codecSelfer1234) encSliceNodeSelectorRequirement(v []NodeSelectorRequire z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4421 := range v { + for _, yyv4430 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4422 := &yyv4421 - yy4422.CodecEncodeSelf(e) + yy4431 := &yyv4430 + yy4431.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55570,83 +55648,83 @@ func (x codecSelfer1234) decSliceNodeSelectorRequirement(v *[]NodeSelectorRequir z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4423 := *v - yyh4423, yyl4423 := z.DecSliceHelperStart() - var yyc4423 bool - if yyl4423 == 0 { - if yyv4423 == nil { - yyv4423 = []NodeSelectorRequirement{} - yyc4423 = true - } else if len(yyv4423) != 0 { - yyv4423 = yyv4423[:0] - yyc4423 = true + yyv4432 := *v + yyh4432, yyl4432 := z.DecSliceHelperStart() + var yyc4432 bool + if yyl4432 == 0 { + if yyv4432 == nil { + yyv4432 = []NodeSelectorRequirement{} + yyc4432 = true + } else if len(yyv4432) != 0 { + yyv4432 = yyv4432[:0] + yyc4432 = true } - } else if yyl4423 > 0 { - var yyrr4423, yyrl4423 int - var yyrt4423 bool - if yyl4423 > cap(yyv4423) { + } else if yyl4432 > 0 { + var yyrr4432, yyrl4432 int + var yyrt4432 bool + if yyl4432 > cap(yyv4432) { - yyrg4423 := len(yyv4423) > 0 - yyv24423 := yyv4423 - yyrl4423, yyrt4423 = z.DecInferLen(yyl4423, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4423 { - if yyrl4423 <= cap(yyv4423) { - yyv4423 = yyv4423[:yyrl4423] + yyrg4432 := len(yyv4432) > 0 + yyv24432 := yyv4432 + yyrl4432, yyrt4432 = z.DecInferLen(yyl4432, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4432 { + if yyrl4432 <= cap(yyv4432) { + yyv4432 = yyv4432[:yyrl4432] } else { - yyv4423 = make([]NodeSelectorRequirement, yyrl4423) + yyv4432 = make([]NodeSelectorRequirement, yyrl4432) } } else { - yyv4423 = make([]NodeSelectorRequirement, yyrl4423) + yyv4432 = make([]NodeSelectorRequirement, yyrl4432) } - yyc4423 = true - yyrr4423 = len(yyv4423) - if yyrg4423 { - copy(yyv4423, yyv24423) + yyc4432 = true + yyrr4432 = len(yyv4432) + if yyrg4432 { + copy(yyv4432, yyv24432) } - } else if yyl4423 != len(yyv4423) { - yyv4423 = yyv4423[:yyl4423] - yyc4423 = true + } else if yyl4432 != len(yyv4432) { + yyv4432 = yyv4432[:yyl4432] + yyc4432 = true } - yyj4423 := 0 - for ; yyj4423 < yyrr4423; yyj4423++ { - yyh4423.ElemContainerState(yyj4423) + yyj4432 := 0 + for ; yyj4432 < yyrr4432; yyj4432++ { + yyh4432.ElemContainerState(yyj4432) if r.TryDecodeAsNil() { - yyv4423[yyj4423] = NodeSelectorRequirement{} + yyv4432[yyj4432] = NodeSelectorRequirement{} } else { - yyv4424 := &yyv4423[yyj4423] - yyv4424.CodecDecodeSelf(d) + yyv4433 := &yyv4432[yyj4432] + yyv4433.CodecDecodeSelf(d) } } - if yyrt4423 { - for ; yyj4423 < yyl4423; yyj4423++ { - yyv4423 = append(yyv4423, NodeSelectorRequirement{}) - yyh4423.ElemContainerState(yyj4423) + if yyrt4432 { + for ; yyj4432 < yyl4432; yyj4432++ { + yyv4432 = append(yyv4432, NodeSelectorRequirement{}) + yyh4432.ElemContainerState(yyj4432) if r.TryDecodeAsNil() { - yyv4423[yyj4423] = NodeSelectorRequirement{} + yyv4432[yyj4432] = NodeSelectorRequirement{} } else { - yyv4425 := &yyv4423[yyj4423] - yyv4425.CodecDecodeSelf(d) + yyv4434 := &yyv4432[yyj4432] + yyv4434.CodecDecodeSelf(d) } } } } else { - yyj4423 := 0 - for ; !r.CheckBreak(); yyj4423++ { + yyj4432 := 0 + for ; !r.CheckBreak(); yyj4432++ { - if yyj4423 >= len(yyv4423) { - yyv4423 = append(yyv4423, NodeSelectorRequirement{}) // var yyz4423 NodeSelectorRequirement - yyc4423 = true + if yyj4432 >= len(yyv4432) { + yyv4432 = append(yyv4432, NodeSelectorRequirement{}) // var yyz4432 NodeSelectorRequirement + yyc4432 = true } - yyh4423.ElemContainerState(yyj4423) - if yyj4423 < len(yyv4423) { + yyh4432.ElemContainerState(yyj4432) + if yyj4432 < len(yyv4432) { if r.TryDecodeAsNil() { - yyv4423[yyj4423] = NodeSelectorRequirement{} + yyv4432[yyj4432] = NodeSelectorRequirement{} } else { - yyv4426 := &yyv4423[yyj4423] - yyv4426.CodecDecodeSelf(d) + yyv4435 := &yyv4432[yyj4432] + yyv4435.CodecDecodeSelf(d) } } else { @@ -55654,17 +55732,17 @@ func (x codecSelfer1234) decSliceNodeSelectorRequirement(v *[]NodeSelectorRequir } } - if yyj4423 < len(yyv4423) { - yyv4423 = yyv4423[:yyj4423] - yyc4423 = true - } else if yyj4423 == 0 && yyv4423 == nil { - yyv4423 = []NodeSelectorRequirement{} - yyc4423 = true + if yyj4432 < len(yyv4432) { + yyv4432 = yyv4432[:yyj4432] + yyc4432 = true + } else if yyj4432 == 0 && yyv4432 == nil { + yyv4432 = []NodeSelectorRequirement{} + yyc4432 = true } } - yyh4423.End() - if yyc4423 { - *v = yyv4423 + yyh4432.End() + if yyc4432 { + *v = yyv4432 } } @@ -55673,10 +55751,10 @@ func (x codecSelfer1234) encSlicePodAffinityTerm(v []PodAffinityTerm, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4427 := range v { + for _, yyv4436 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4428 := &yyv4427 - yy4428.CodecEncodeSelf(e) + yy4437 := &yyv4436 + yy4437.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55686,83 +55764,83 @@ func (x codecSelfer1234) decSlicePodAffinityTerm(v *[]PodAffinityTerm, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4429 := *v - yyh4429, yyl4429 := z.DecSliceHelperStart() - var yyc4429 bool - if yyl4429 == 0 { - if yyv4429 == nil { - yyv4429 = []PodAffinityTerm{} - yyc4429 = true - } else if len(yyv4429) != 0 { - yyv4429 = yyv4429[:0] - yyc4429 = true + yyv4438 := *v + yyh4438, yyl4438 := z.DecSliceHelperStart() + var yyc4438 bool + if yyl4438 == 0 { + if yyv4438 == nil { + yyv4438 = []PodAffinityTerm{} + yyc4438 = true + } else if len(yyv4438) != 0 { + yyv4438 = yyv4438[:0] + yyc4438 = true } - } else if yyl4429 > 0 { - var yyrr4429, yyrl4429 int - var yyrt4429 bool - if yyl4429 > cap(yyv4429) { + } else if yyl4438 > 0 { + var yyrr4438, yyrl4438 int + var yyrt4438 bool + if yyl4438 > cap(yyv4438) { - yyrg4429 := len(yyv4429) > 0 - yyv24429 := yyv4429 - yyrl4429, yyrt4429 = z.DecInferLen(yyl4429, z.DecBasicHandle().MaxInitLen, 48) - if yyrt4429 { - if yyrl4429 <= cap(yyv4429) { - yyv4429 = yyv4429[:yyrl4429] + yyrg4438 := len(yyv4438) > 0 + yyv24438 := yyv4438 + yyrl4438, yyrt4438 = z.DecInferLen(yyl4438, z.DecBasicHandle().MaxInitLen, 48) + if yyrt4438 { + if yyrl4438 <= cap(yyv4438) { + yyv4438 = yyv4438[:yyrl4438] } else { - yyv4429 = make([]PodAffinityTerm, yyrl4429) + yyv4438 = make([]PodAffinityTerm, yyrl4438) } } else { - yyv4429 = make([]PodAffinityTerm, yyrl4429) + yyv4438 = make([]PodAffinityTerm, yyrl4438) } - yyc4429 = true - yyrr4429 = len(yyv4429) - if yyrg4429 { - copy(yyv4429, yyv24429) + yyc4438 = true + yyrr4438 = len(yyv4438) + if yyrg4438 { + copy(yyv4438, yyv24438) } - } else if yyl4429 != len(yyv4429) { - yyv4429 = yyv4429[:yyl4429] - yyc4429 = true + } else if yyl4438 != len(yyv4438) { + yyv4438 = yyv4438[:yyl4438] + yyc4438 = true } - yyj4429 := 0 - for ; yyj4429 < yyrr4429; yyj4429++ { - yyh4429.ElemContainerState(yyj4429) + yyj4438 := 0 + for ; yyj4438 < yyrr4438; yyj4438++ { + yyh4438.ElemContainerState(yyj4438) if r.TryDecodeAsNil() { - yyv4429[yyj4429] = PodAffinityTerm{} + yyv4438[yyj4438] = PodAffinityTerm{} } else { - yyv4430 := &yyv4429[yyj4429] - yyv4430.CodecDecodeSelf(d) + yyv4439 := &yyv4438[yyj4438] + yyv4439.CodecDecodeSelf(d) } } - if yyrt4429 { - for ; yyj4429 < yyl4429; yyj4429++ { - yyv4429 = append(yyv4429, PodAffinityTerm{}) - yyh4429.ElemContainerState(yyj4429) + if yyrt4438 { + for ; yyj4438 < yyl4438; yyj4438++ { + yyv4438 = append(yyv4438, PodAffinityTerm{}) + yyh4438.ElemContainerState(yyj4438) if r.TryDecodeAsNil() { - yyv4429[yyj4429] = PodAffinityTerm{} + yyv4438[yyj4438] = PodAffinityTerm{} } else { - yyv4431 := &yyv4429[yyj4429] - yyv4431.CodecDecodeSelf(d) + yyv4440 := &yyv4438[yyj4438] + yyv4440.CodecDecodeSelf(d) } } } } else { - yyj4429 := 0 - for ; !r.CheckBreak(); yyj4429++ { + yyj4438 := 0 + for ; !r.CheckBreak(); yyj4438++ { - if yyj4429 >= len(yyv4429) { - yyv4429 = append(yyv4429, PodAffinityTerm{}) // var yyz4429 PodAffinityTerm - yyc4429 = true + if yyj4438 >= len(yyv4438) { + yyv4438 = append(yyv4438, PodAffinityTerm{}) // var yyz4438 PodAffinityTerm + yyc4438 = true } - yyh4429.ElemContainerState(yyj4429) - if yyj4429 < len(yyv4429) { + yyh4438.ElemContainerState(yyj4438) + if yyj4438 < len(yyv4438) { if r.TryDecodeAsNil() { - yyv4429[yyj4429] = PodAffinityTerm{} + yyv4438[yyj4438] = PodAffinityTerm{} } else { - yyv4432 := &yyv4429[yyj4429] - yyv4432.CodecDecodeSelf(d) + yyv4441 := &yyv4438[yyj4438] + yyv4441.CodecDecodeSelf(d) } } else { @@ -55770,17 +55848,17 @@ func (x codecSelfer1234) decSlicePodAffinityTerm(v *[]PodAffinityTerm, d *codec1 } } - if yyj4429 < len(yyv4429) { - yyv4429 = yyv4429[:yyj4429] - yyc4429 = true - } else if yyj4429 == 0 && yyv4429 == nil { - yyv4429 = []PodAffinityTerm{} - yyc4429 = true + if yyj4438 < len(yyv4438) { + yyv4438 = yyv4438[:yyj4438] + yyc4438 = true + } else if yyj4438 == 0 && yyv4438 == nil { + yyv4438 = []PodAffinityTerm{} + yyc4438 = true } } - yyh4429.End() - if yyc4429 { - *v = yyv4429 + yyh4438.End() + if yyc4438 { + *v = yyv4438 } } @@ -55789,10 +55867,10 @@ func (x codecSelfer1234) encSliceWeightedPodAffinityTerm(v []WeightedPodAffinity z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4433 := range v { + for _, yyv4442 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4434 := &yyv4433 - yy4434.CodecEncodeSelf(e) + yy4443 := &yyv4442 + yy4443.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55802,83 +55880,83 @@ func (x codecSelfer1234) decSliceWeightedPodAffinityTerm(v *[]WeightedPodAffinit z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4435 := *v - yyh4435, yyl4435 := z.DecSliceHelperStart() - var yyc4435 bool - if yyl4435 == 0 { - if yyv4435 == nil { - yyv4435 = []WeightedPodAffinityTerm{} - yyc4435 = true - } else if len(yyv4435) != 0 { - yyv4435 = yyv4435[:0] - yyc4435 = true + yyv4444 := *v + yyh4444, yyl4444 := z.DecSliceHelperStart() + var yyc4444 bool + if yyl4444 == 0 { + if yyv4444 == nil { + yyv4444 = []WeightedPodAffinityTerm{} + yyc4444 = true + } else if len(yyv4444) != 0 { + yyv4444 = yyv4444[:0] + yyc4444 = true } - } else if yyl4435 > 0 { - var yyrr4435, yyrl4435 int - var yyrt4435 bool - if yyl4435 > cap(yyv4435) { + } else if yyl4444 > 0 { + var yyrr4444, yyrl4444 int + var yyrt4444 bool + if yyl4444 > cap(yyv4444) { - yyrg4435 := len(yyv4435) > 0 - yyv24435 := yyv4435 - yyrl4435, yyrt4435 = z.DecInferLen(yyl4435, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4435 { - if yyrl4435 <= cap(yyv4435) { - yyv4435 = yyv4435[:yyrl4435] + yyrg4444 := len(yyv4444) > 0 + yyv24444 := yyv4444 + yyrl4444, yyrt4444 = z.DecInferLen(yyl4444, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4444 { + if yyrl4444 <= cap(yyv4444) { + yyv4444 = yyv4444[:yyrl4444] } else { - yyv4435 = make([]WeightedPodAffinityTerm, yyrl4435) + yyv4444 = make([]WeightedPodAffinityTerm, yyrl4444) } } else { - yyv4435 = make([]WeightedPodAffinityTerm, yyrl4435) + yyv4444 = make([]WeightedPodAffinityTerm, yyrl4444) } - yyc4435 = true - yyrr4435 = len(yyv4435) - if yyrg4435 { - copy(yyv4435, yyv24435) + yyc4444 = true + yyrr4444 = len(yyv4444) + if yyrg4444 { + copy(yyv4444, yyv24444) } - } else if yyl4435 != len(yyv4435) { - yyv4435 = yyv4435[:yyl4435] - yyc4435 = true + } else if yyl4444 != len(yyv4444) { + yyv4444 = yyv4444[:yyl4444] + yyc4444 = true } - yyj4435 := 0 - for ; yyj4435 < yyrr4435; yyj4435++ { - yyh4435.ElemContainerState(yyj4435) + yyj4444 := 0 + for ; yyj4444 < yyrr4444; yyj4444++ { + yyh4444.ElemContainerState(yyj4444) if r.TryDecodeAsNil() { - yyv4435[yyj4435] = WeightedPodAffinityTerm{} + yyv4444[yyj4444] = WeightedPodAffinityTerm{} } else { - yyv4436 := &yyv4435[yyj4435] - yyv4436.CodecDecodeSelf(d) + yyv4445 := &yyv4444[yyj4444] + yyv4445.CodecDecodeSelf(d) } } - if yyrt4435 { - for ; yyj4435 < yyl4435; yyj4435++ { - yyv4435 = append(yyv4435, WeightedPodAffinityTerm{}) - yyh4435.ElemContainerState(yyj4435) + if yyrt4444 { + for ; yyj4444 < yyl4444; yyj4444++ { + yyv4444 = append(yyv4444, WeightedPodAffinityTerm{}) + yyh4444.ElemContainerState(yyj4444) if r.TryDecodeAsNil() { - yyv4435[yyj4435] = WeightedPodAffinityTerm{} + yyv4444[yyj4444] = WeightedPodAffinityTerm{} } else { - yyv4437 := &yyv4435[yyj4435] - yyv4437.CodecDecodeSelf(d) + yyv4446 := &yyv4444[yyj4444] + yyv4446.CodecDecodeSelf(d) } } } } else { - yyj4435 := 0 - for ; !r.CheckBreak(); yyj4435++ { + yyj4444 := 0 + for ; !r.CheckBreak(); yyj4444++ { - if yyj4435 >= len(yyv4435) { - yyv4435 = append(yyv4435, WeightedPodAffinityTerm{}) // var yyz4435 WeightedPodAffinityTerm - yyc4435 = true + if yyj4444 >= len(yyv4444) { + yyv4444 = append(yyv4444, WeightedPodAffinityTerm{}) // var yyz4444 WeightedPodAffinityTerm + yyc4444 = true } - yyh4435.ElemContainerState(yyj4435) - if yyj4435 < len(yyv4435) { + yyh4444.ElemContainerState(yyj4444) + if yyj4444 < len(yyv4444) { if r.TryDecodeAsNil() { - yyv4435[yyj4435] = WeightedPodAffinityTerm{} + yyv4444[yyj4444] = WeightedPodAffinityTerm{} } else { - yyv4438 := &yyv4435[yyj4435] - yyv4438.CodecDecodeSelf(d) + yyv4447 := &yyv4444[yyj4444] + yyv4447.CodecDecodeSelf(d) } } else { @@ -55886,17 +55964,17 @@ func (x codecSelfer1234) decSliceWeightedPodAffinityTerm(v *[]WeightedPodAffinit } } - if yyj4435 < len(yyv4435) { - yyv4435 = yyv4435[:yyj4435] - yyc4435 = true - } else if yyj4435 == 0 && yyv4435 == nil { - yyv4435 = []WeightedPodAffinityTerm{} - yyc4435 = true + if yyj4444 < len(yyv4444) { + yyv4444 = yyv4444[:yyj4444] + yyc4444 = true + } else if yyj4444 == 0 && yyv4444 == nil { + yyv4444 = []WeightedPodAffinityTerm{} + yyc4444 = true } } - yyh4435.End() - if yyc4435 { - *v = yyv4435 + yyh4444.End() + if yyc4444 { + *v = yyv4444 } } @@ -55905,10 +55983,10 @@ func (x codecSelfer1234) encSlicePreferredSchedulingTerm(v []PreferredScheduling z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4439 := range v { + for _, yyv4448 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4440 := &yyv4439 - yy4440.CodecEncodeSelf(e) + yy4449 := &yyv4448 + yy4449.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55918,83 +55996,83 @@ func (x codecSelfer1234) decSlicePreferredSchedulingTerm(v *[]PreferredSchedulin z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4441 := *v - yyh4441, yyl4441 := z.DecSliceHelperStart() - var yyc4441 bool - if yyl4441 == 0 { - if yyv4441 == nil { - yyv4441 = []PreferredSchedulingTerm{} - yyc4441 = true - } else if len(yyv4441) != 0 { - yyv4441 = yyv4441[:0] - yyc4441 = true + yyv4450 := *v + yyh4450, yyl4450 := z.DecSliceHelperStart() + var yyc4450 bool + if yyl4450 == 0 { + if yyv4450 == nil { + yyv4450 = []PreferredSchedulingTerm{} + yyc4450 = true + } else if len(yyv4450) != 0 { + yyv4450 = yyv4450[:0] + yyc4450 = true } - } else if yyl4441 > 0 { - var yyrr4441, yyrl4441 int - var yyrt4441 bool - if yyl4441 > cap(yyv4441) { + } else if yyl4450 > 0 { + var yyrr4450, yyrl4450 int + var yyrt4450 bool + if yyl4450 > cap(yyv4450) { - yyrg4441 := len(yyv4441) > 0 - yyv24441 := yyv4441 - yyrl4441, yyrt4441 = z.DecInferLen(yyl4441, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4441 { - if yyrl4441 <= cap(yyv4441) { - yyv4441 = yyv4441[:yyrl4441] + yyrg4450 := len(yyv4450) > 0 + yyv24450 := yyv4450 + yyrl4450, yyrt4450 = z.DecInferLen(yyl4450, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4450 { + if yyrl4450 <= cap(yyv4450) { + yyv4450 = yyv4450[:yyrl4450] } else { - yyv4441 = make([]PreferredSchedulingTerm, yyrl4441) + yyv4450 = make([]PreferredSchedulingTerm, yyrl4450) } } else { - yyv4441 = make([]PreferredSchedulingTerm, yyrl4441) + yyv4450 = make([]PreferredSchedulingTerm, yyrl4450) } - yyc4441 = true - yyrr4441 = len(yyv4441) - if yyrg4441 { - copy(yyv4441, yyv24441) + yyc4450 = true + yyrr4450 = len(yyv4450) + if yyrg4450 { + copy(yyv4450, yyv24450) } - } else if yyl4441 != len(yyv4441) { - yyv4441 = yyv4441[:yyl4441] - yyc4441 = true + } else if yyl4450 != len(yyv4450) { + yyv4450 = yyv4450[:yyl4450] + yyc4450 = true } - yyj4441 := 0 - for ; yyj4441 < yyrr4441; yyj4441++ { - yyh4441.ElemContainerState(yyj4441) + yyj4450 := 0 + for ; yyj4450 < yyrr4450; yyj4450++ { + yyh4450.ElemContainerState(yyj4450) if r.TryDecodeAsNil() { - yyv4441[yyj4441] = PreferredSchedulingTerm{} + yyv4450[yyj4450] = PreferredSchedulingTerm{} } else { - yyv4442 := &yyv4441[yyj4441] - yyv4442.CodecDecodeSelf(d) + yyv4451 := &yyv4450[yyj4450] + yyv4451.CodecDecodeSelf(d) } } - if yyrt4441 { - for ; yyj4441 < yyl4441; yyj4441++ { - yyv4441 = append(yyv4441, PreferredSchedulingTerm{}) - yyh4441.ElemContainerState(yyj4441) + if yyrt4450 { + for ; yyj4450 < yyl4450; yyj4450++ { + yyv4450 = append(yyv4450, PreferredSchedulingTerm{}) + yyh4450.ElemContainerState(yyj4450) if r.TryDecodeAsNil() { - yyv4441[yyj4441] = PreferredSchedulingTerm{} + yyv4450[yyj4450] = PreferredSchedulingTerm{} } else { - yyv4443 := &yyv4441[yyj4441] - yyv4443.CodecDecodeSelf(d) + yyv4452 := &yyv4450[yyj4450] + yyv4452.CodecDecodeSelf(d) } } } } else { - yyj4441 := 0 - for ; !r.CheckBreak(); yyj4441++ { + yyj4450 := 0 + for ; !r.CheckBreak(); yyj4450++ { - if yyj4441 >= len(yyv4441) { - yyv4441 = append(yyv4441, PreferredSchedulingTerm{}) // var yyz4441 PreferredSchedulingTerm - yyc4441 = true + if yyj4450 >= len(yyv4450) { + yyv4450 = append(yyv4450, PreferredSchedulingTerm{}) // var yyz4450 PreferredSchedulingTerm + yyc4450 = true } - yyh4441.ElemContainerState(yyj4441) - if yyj4441 < len(yyv4441) { + yyh4450.ElemContainerState(yyj4450) + if yyj4450 < len(yyv4450) { if r.TryDecodeAsNil() { - yyv4441[yyj4441] = PreferredSchedulingTerm{} + yyv4450[yyj4450] = PreferredSchedulingTerm{} } else { - yyv4444 := &yyv4441[yyj4441] - yyv4444.CodecDecodeSelf(d) + yyv4453 := &yyv4450[yyj4450] + yyv4453.CodecDecodeSelf(d) } } else { @@ -56002,17 +56080,17 @@ func (x codecSelfer1234) decSlicePreferredSchedulingTerm(v *[]PreferredSchedulin } } - if yyj4441 < len(yyv4441) { - yyv4441 = yyv4441[:yyj4441] - yyc4441 = true - } else if yyj4441 == 0 && yyv4441 == nil { - yyv4441 = []PreferredSchedulingTerm{} - yyc4441 = true + if yyj4450 < len(yyv4450) { + yyv4450 = yyv4450[:yyj4450] + yyc4450 = true + } else if yyj4450 == 0 && yyv4450 == nil { + yyv4450 = []PreferredSchedulingTerm{} + yyc4450 = true } } - yyh4441.End() - if yyc4441 { - *v = yyv4441 + yyh4450.End() + if yyc4450 { + *v = yyv4450 } } @@ -56021,10 +56099,10 @@ func (x codecSelfer1234) encSliceVolume(v []Volume, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4445 := range v { + for _, yyv4454 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4446 := &yyv4445 - yy4446.CodecEncodeSelf(e) + yy4455 := &yyv4454 + yy4455.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56034,83 +56112,83 @@ func (x codecSelfer1234) decSliceVolume(v *[]Volume, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4447 := *v - yyh4447, yyl4447 := z.DecSliceHelperStart() - var yyc4447 bool - if yyl4447 == 0 { - if yyv4447 == nil { - yyv4447 = []Volume{} - yyc4447 = true - } else if len(yyv4447) != 0 { - yyv4447 = yyv4447[:0] - yyc4447 = true + yyv4456 := *v + yyh4456, yyl4456 := z.DecSliceHelperStart() + var yyc4456 bool + if yyl4456 == 0 { + if yyv4456 == nil { + yyv4456 = []Volume{} + yyc4456 = true + } else if len(yyv4456) != 0 { + yyv4456 = yyv4456[:0] + yyc4456 = true } - } else if yyl4447 > 0 { - var yyrr4447, yyrl4447 int - var yyrt4447 bool - if yyl4447 > cap(yyv4447) { + } else if yyl4456 > 0 { + var yyrr4456, yyrl4456 int + var yyrt4456 bool + if yyl4456 > cap(yyv4456) { - yyrg4447 := len(yyv4447) > 0 - yyv24447 := yyv4447 - yyrl4447, yyrt4447 = z.DecInferLen(yyl4447, z.DecBasicHandle().MaxInitLen, 176) - if yyrt4447 { - if yyrl4447 <= cap(yyv4447) { - yyv4447 = yyv4447[:yyrl4447] + yyrg4456 := len(yyv4456) > 0 + yyv24456 := yyv4456 + yyrl4456, yyrt4456 = z.DecInferLen(yyl4456, z.DecBasicHandle().MaxInitLen, 176) + if yyrt4456 { + if yyrl4456 <= cap(yyv4456) { + yyv4456 = yyv4456[:yyrl4456] } else { - yyv4447 = make([]Volume, yyrl4447) + yyv4456 = make([]Volume, yyrl4456) } } else { - yyv4447 = make([]Volume, yyrl4447) + yyv4456 = make([]Volume, yyrl4456) } - yyc4447 = true - yyrr4447 = len(yyv4447) - if yyrg4447 { - copy(yyv4447, yyv24447) + yyc4456 = true + yyrr4456 = len(yyv4456) + if yyrg4456 { + copy(yyv4456, yyv24456) } - } else if yyl4447 != len(yyv4447) { - yyv4447 = yyv4447[:yyl4447] - yyc4447 = true + } else if yyl4456 != len(yyv4456) { + yyv4456 = yyv4456[:yyl4456] + yyc4456 = true } - yyj4447 := 0 - for ; yyj4447 < yyrr4447; yyj4447++ { - yyh4447.ElemContainerState(yyj4447) + yyj4456 := 0 + for ; yyj4456 < yyrr4456; yyj4456++ { + yyh4456.ElemContainerState(yyj4456) if r.TryDecodeAsNil() { - yyv4447[yyj4447] = Volume{} + yyv4456[yyj4456] = Volume{} } else { - yyv4448 := &yyv4447[yyj4447] - yyv4448.CodecDecodeSelf(d) + yyv4457 := &yyv4456[yyj4456] + yyv4457.CodecDecodeSelf(d) } } - if yyrt4447 { - for ; yyj4447 < yyl4447; yyj4447++ { - yyv4447 = append(yyv4447, Volume{}) - yyh4447.ElemContainerState(yyj4447) + if yyrt4456 { + for ; yyj4456 < yyl4456; yyj4456++ { + yyv4456 = append(yyv4456, Volume{}) + yyh4456.ElemContainerState(yyj4456) if r.TryDecodeAsNil() { - yyv4447[yyj4447] = Volume{} + yyv4456[yyj4456] = Volume{} } else { - yyv4449 := &yyv4447[yyj4447] - yyv4449.CodecDecodeSelf(d) + yyv4458 := &yyv4456[yyj4456] + yyv4458.CodecDecodeSelf(d) } } } } else { - yyj4447 := 0 - for ; !r.CheckBreak(); yyj4447++ { + yyj4456 := 0 + for ; !r.CheckBreak(); yyj4456++ { - if yyj4447 >= len(yyv4447) { - yyv4447 = append(yyv4447, Volume{}) // var yyz4447 Volume - yyc4447 = true + if yyj4456 >= len(yyv4456) { + yyv4456 = append(yyv4456, Volume{}) // var yyz4456 Volume + yyc4456 = true } - yyh4447.ElemContainerState(yyj4447) - if yyj4447 < len(yyv4447) { + yyh4456.ElemContainerState(yyj4456) + if yyj4456 < len(yyv4456) { if r.TryDecodeAsNil() { - yyv4447[yyj4447] = Volume{} + yyv4456[yyj4456] = Volume{} } else { - yyv4450 := &yyv4447[yyj4447] - yyv4450.CodecDecodeSelf(d) + yyv4459 := &yyv4456[yyj4456] + yyv4459.CodecDecodeSelf(d) } } else { @@ -56118,17 +56196,17 @@ func (x codecSelfer1234) decSliceVolume(v *[]Volume, d *codec1978.Decoder) { } } - if yyj4447 < len(yyv4447) { - yyv4447 = yyv4447[:yyj4447] - yyc4447 = true - } else if yyj4447 == 0 && yyv4447 == nil { - yyv4447 = []Volume{} - yyc4447 = true + if yyj4456 < len(yyv4456) { + yyv4456 = yyv4456[:yyj4456] + yyc4456 = true + } else if yyj4456 == 0 && yyv4456 == nil { + yyv4456 = []Volume{} + yyc4456 = true } } - yyh4447.End() - if yyc4447 { - *v = yyv4447 + yyh4456.End() + if yyc4456 { + *v = yyv4456 } } @@ -56137,10 +56215,10 @@ func (x codecSelfer1234) encSliceContainer(v []Container, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4451 := range v { + for _, yyv4460 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4452 := &yyv4451 - yy4452.CodecEncodeSelf(e) + yy4461 := &yyv4460 + yy4461.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56150,83 +56228,83 @@ func (x codecSelfer1234) decSliceContainer(v *[]Container, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4453 := *v - yyh4453, yyl4453 := z.DecSliceHelperStart() - var yyc4453 bool - if yyl4453 == 0 { - if yyv4453 == nil { - yyv4453 = []Container{} - yyc4453 = true - } else if len(yyv4453) != 0 { - yyv4453 = yyv4453[:0] - yyc4453 = true + yyv4462 := *v + yyh4462, yyl4462 := z.DecSliceHelperStart() + var yyc4462 bool + if yyl4462 == 0 { + if yyv4462 == nil { + yyv4462 = []Container{} + yyc4462 = true + } else if len(yyv4462) != 0 { + yyv4462 = yyv4462[:0] + yyc4462 = true } - } else if yyl4453 > 0 { - var yyrr4453, yyrl4453 int - var yyrt4453 bool - if yyl4453 > cap(yyv4453) { + } else if yyl4462 > 0 { + var yyrr4462, yyrl4462 int + var yyrt4462 bool + if yyl4462 > cap(yyv4462) { - yyrg4453 := len(yyv4453) > 0 - yyv24453 := yyv4453 - yyrl4453, yyrt4453 = z.DecInferLen(yyl4453, z.DecBasicHandle().MaxInitLen, 256) - if yyrt4453 { - if yyrl4453 <= cap(yyv4453) { - yyv4453 = yyv4453[:yyrl4453] + yyrg4462 := len(yyv4462) > 0 + yyv24462 := yyv4462 + yyrl4462, yyrt4462 = z.DecInferLen(yyl4462, z.DecBasicHandle().MaxInitLen, 256) + if yyrt4462 { + if yyrl4462 <= cap(yyv4462) { + yyv4462 = yyv4462[:yyrl4462] } else { - yyv4453 = make([]Container, yyrl4453) + yyv4462 = make([]Container, yyrl4462) } } else { - yyv4453 = make([]Container, yyrl4453) + yyv4462 = make([]Container, yyrl4462) } - yyc4453 = true - yyrr4453 = len(yyv4453) - if yyrg4453 { - copy(yyv4453, yyv24453) + yyc4462 = true + yyrr4462 = len(yyv4462) + if yyrg4462 { + copy(yyv4462, yyv24462) } - } else if yyl4453 != len(yyv4453) { - yyv4453 = yyv4453[:yyl4453] - yyc4453 = true + } else if yyl4462 != len(yyv4462) { + yyv4462 = yyv4462[:yyl4462] + yyc4462 = true } - yyj4453 := 0 - for ; yyj4453 < yyrr4453; yyj4453++ { - yyh4453.ElemContainerState(yyj4453) + yyj4462 := 0 + for ; yyj4462 < yyrr4462; yyj4462++ { + yyh4462.ElemContainerState(yyj4462) if r.TryDecodeAsNil() { - yyv4453[yyj4453] = Container{} + yyv4462[yyj4462] = Container{} } else { - yyv4454 := &yyv4453[yyj4453] - yyv4454.CodecDecodeSelf(d) + yyv4463 := &yyv4462[yyj4462] + yyv4463.CodecDecodeSelf(d) } } - if yyrt4453 { - for ; yyj4453 < yyl4453; yyj4453++ { - yyv4453 = append(yyv4453, Container{}) - yyh4453.ElemContainerState(yyj4453) + if yyrt4462 { + for ; yyj4462 < yyl4462; yyj4462++ { + yyv4462 = append(yyv4462, Container{}) + yyh4462.ElemContainerState(yyj4462) if r.TryDecodeAsNil() { - yyv4453[yyj4453] = Container{} + yyv4462[yyj4462] = Container{} } else { - yyv4455 := &yyv4453[yyj4453] - yyv4455.CodecDecodeSelf(d) + yyv4464 := &yyv4462[yyj4462] + yyv4464.CodecDecodeSelf(d) } } } } else { - yyj4453 := 0 - for ; !r.CheckBreak(); yyj4453++ { + yyj4462 := 0 + for ; !r.CheckBreak(); yyj4462++ { - if yyj4453 >= len(yyv4453) { - yyv4453 = append(yyv4453, Container{}) // var yyz4453 Container - yyc4453 = true + if yyj4462 >= len(yyv4462) { + yyv4462 = append(yyv4462, Container{}) // var yyz4462 Container + yyc4462 = true } - yyh4453.ElemContainerState(yyj4453) - if yyj4453 < len(yyv4453) { + yyh4462.ElemContainerState(yyj4462) + if yyj4462 < len(yyv4462) { if r.TryDecodeAsNil() { - yyv4453[yyj4453] = Container{} + yyv4462[yyj4462] = Container{} } else { - yyv4456 := &yyv4453[yyj4453] - yyv4456.CodecDecodeSelf(d) + yyv4465 := &yyv4462[yyj4462] + yyv4465.CodecDecodeSelf(d) } } else { @@ -56234,17 +56312,17 @@ func (x codecSelfer1234) decSliceContainer(v *[]Container, d *codec1978.Decoder) } } - if yyj4453 < len(yyv4453) { - yyv4453 = yyv4453[:yyj4453] - yyc4453 = true - } else if yyj4453 == 0 && yyv4453 == nil { - yyv4453 = []Container{} - yyc4453 = true + if yyj4462 < len(yyv4462) { + yyv4462 = yyv4462[:yyj4462] + yyc4462 = true + } else if yyj4462 == 0 && yyv4462 == nil { + yyv4462 = []Container{} + yyc4462 = true } } - yyh4453.End() - if yyc4453 { - *v = yyv4453 + yyh4462.End() + if yyc4462 { + *v = yyv4462 } } @@ -56253,10 +56331,10 @@ func (x codecSelfer1234) encSliceLocalObjectReference(v []LocalObjectReference, z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4457 := range v { + for _, yyv4466 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4458 := &yyv4457 - yy4458.CodecEncodeSelf(e) + yy4467 := &yyv4466 + yy4467.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56266,83 +56344,83 @@ func (x codecSelfer1234) decSliceLocalObjectReference(v *[]LocalObjectReference, z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4459 := *v - yyh4459, yyl4459 := z.DecSliceHelperStart() - var yyc4459 bool - if yyl4459 == 0 { - if yyv4459 == nil { - yyv4459 = []LocalObjectReference{} - yyc4459 = true - } else if len(yyv4459) != 0 { - yyv4459 = yyv4459[:0] - yyc4459 = true + yyv4468 := *v + yyh4468, yyl4468 := z.DecSliceHelperStart() + var yyc4468 bool + if yyl4468 == 0 { + if yyv4468 == nil { + yyv4468 = []LocalObjectReference{} + yyc4468 = true + } else if len(yyv4468) != 0 { + yyv4468 = yyv4468[:0] + yyc4468 = true } - } else if yyl4459 > 0 { - var yyrr4459, yyrl4459 int - var yyrt4459 bool - if yyl4459 > cap(yyv4459) { + } else if yyl4468 > 0 { + var yyrr4468, yyrl4468 int + var yyrt4468 bool + if yyl4468 > cap(yyv4468) { - yyrg4459 := len(yyv4459) > 0 - yyv24459 := yyv4459 - yyrl4459, yyrt4459 = z.DecInferLen(yyl4459, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4459 { - if yyrl4459 <= cap(yyv4459) { - yyv4459 = yyv4459[:yyrl4459] + yyrg4468 := len(yyv4468) > 0 + yyv24468 := yyv4468 + yyrl4468, yyrt4468 = z.DecInferLen(yyl4468, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4468 { + if yyrl4468 <= cap(yyv4468) { + yyv4468 = yyv4468[:yyrl4468] } else { - yyv4459 = make([]LocalObjectReference, yyrl4459) + yyv4468 = make([]LocalObjectReference, yyrl4468) } } else { - yyv4459 = make([]LocalObjectReference, yyrl4459) + yyv4468 = make([]LocalObjectReference, yyrl4468) } - yyc4459 = true - yyrr4459 = len(yyv4459) - if yyrg4459 { - copy(yyv4459, yyv24459) + yyc4468 = true + yyrr4468 = len(yyv4468) + if yyrg4468 { + copy(yyv4468, yyv24468) } - } else if yyl4459 != len(yyv4459) { - yyv4459 = yyv4459[:yyl4459] - yyc4459 = true + } else if yyl4468 != len(yyv4468) { + yyv4468 = yyv4468[:yyl4468] + yyc4468 = true } - yyj4459 := 0 - for ; yyj4459 < yyrr4459; yyj4459++ { - yyh4459.ElemContainerState(yyj4459) + yyj4468 := 0 + for ; yyj4468 < yyrr4468; yyj4468++ { + yyh4468.ElemContainerState(yyj4468) if r.TryDecodeAsNil() { - yyv4459[yyj4459] = LocalObjectReference{} + yyv4468[yyj4468] = LocalObjectReference{} } else { - yyv4460 := &yyv4459[yyj4459] - yyv4460.CodecDecodeSelf(d) + yyv4469 := &yyv4468[yyj4468] + yyv4469.CodecDecodeSelf(d) } } - if yyrt4459 { - for ; yyj4459 < yyl4459; yyj4459++ { - yyv4459 = append(yyv4459, LocalObjectReference{}) - yyh4459.ElemContainerState(yyj4459) + if yyrt4468 { + for ; yyj4468 < yyl4468; yyj4468++ { + yyv4468 = append(yyv4468, LocalObjectReference{}) + yyh4468.ElemContainerState(yyj4468) if r.TryDecodeAsNil() { - yyv4459[yyj4459] = LocalObjectReference{} + yyv4468[yyj4468] = LocalObjectReference{} } else { - yyv4461 := &yyv4459[yyj4459] - yyv4461.CodecDecodeSelf(d) + yyv4470 := &yyv4468[yyj4468] + yyv4470.CodecDecodeSelf(d) } } } } else { - yyj4459 := 0 - for ; !r.CheckBreak(); yyj4459++ { + yyj4468 := 0 + for ; !r.CheckBreak(); yyj4468++ { - if yyj4459 >= len(yyv4459) { - yyv4459 = append(yyv4459, LocalObjectReference{}) // var yyz4459 LocalObjectReference - yyc4459 = true + if yyj4468 >= len(yyv4468) { + yyv4468 = append(yyv4468, LocalObjectReference{}) // var yyz4468 LocalObjectReference + yyc4468 = true } - yyh4459.ElemContainerState(yyj4459) - if yyj4459 < len(yyv4459) { + yyh4468.ElemContainerState(yyj4468) + if yyj4468 < len(yyv4468) { if r.TryDecodeAsNil() { - yyv4459[yyj4459] = LocalObjectReference{} + yyv4468[yyj4468] = LocalObjectReference{} } else { - yyv4462 := &yyv4459[yyj4459] - yyv4462.CodecDecodeSelf(d) + yyv4471 := &yyv4468[yyj4468] + yyv4471.CodecDecodeSelf(d) } } else { @@ -56350,17 +56428,17 @@ func (x codecSelfer1234) decSliceLocalObjectReference(v *[]LocalObjectReference, } } - if yyj4459 < len(yyv4459) { - yyv4459 = yyv4459[:yyj4459] - yyc4459 = true - } else if yyj4459 == 0 && yyv4459 == nil { - yyv4459 = []LocalObjectReference{} - yyc4459 = true + if yyj4468 < len(yyv4468) { + yyv4468 = yyv4468[:yyj4468] + yyc4468 = true + } else if yyj4468 == 0 && yyv4468 == nil { + yyv4468 = []LocalObjectReference{} + yyc4468 = true } } - yyh4459.End() - if yyc4459 { - *v = yyv4459 + yyh4468.End() + if yyc4468 { + *v = yyv4468 } } @@ -56369,10 +56447,10 @@ func (x codecSelfer1234) encSlicePodCondition(v []PodCondition, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4463 := range v { + for _, yyv4472 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4464 := &yyv4463 - yy4464.CodecEncodeSelf(e) + yy4473 := &yyv4472 + yy4473.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56382,83 +56460,83 @@ func (x codecSelfer1234) decSlicePodCondition(v *[]PodCondition, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4465 := *v - yyh4465, yyl4465 := z.DecSliceHelperStart() - var yyc4465 bool - if yyl4465 == 0 { - if yyv4465 == nil { - yyv4465 = []PodCondition{} - yyc4465 = true - } else if len(yyv4465) != 0 { - yyv4465 = yyv4465[:0] - yyc4465 = true + yyv4474 := *v + yyh4474, yyl4474 := z.DecSliceHelperStart() + var yyc4474 bool + if yyl4474 == 0 { + if yyv4474 == nil { + yyv4474 = []PodCondition{} + yyc4474 = true + } else if len(yyv4474) != 0 { + yyv4474 = yyv4474[:0] + yyc4474 = true } - } else if yyl4465 > 0 { - var yyrr4465, yyrl4465 int - var yyrt4465 bool - if yyl4465 > cap(yyv4465) { + } else if yyl4474 > 0 { + var yyrr4474, yyrl4474 int + var yyrt4474 bool + if yyl4474 > cap(yyv4474) { - yyrg4465 := len(yyv4465) > 0 - yyv24465 := yyv4465 - yyrl4465, yyrt4465 = z.DecInferLen(yyl4465, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4465 { - if yyrl4465 <= cap(yyv4465) { - yyv4465 = yyv4465[:yyrl4465] + yyrg4474 := len(yyv4474) > 0 + yyv24474 := yyv4474 + yyrl4474, yyrt4474 = z.DecInferLen(yyl4474, z.DecBasicHandle().MaxInitLen, 112) + if yyrt4474 { + if yyrl4474 <= cap(yyv4474) { + yyv4474 = yyv4474[:yyrl4474] } else { - yyv4465 = make([]PodCondition, yyrl4465) + yyv4474 = make([]PodCondition, yyrl4474) } } else { - yyv4465 = make([]PodCondition, yyrl4465) + yyv4474 = make([]PodCondition, yyrl4474) } - yyc4465 = true - yyrr4465 = len(yyv4465) - if yyrg4465 { - copy(yyv4465, yyv24465) + yyc4474 = true + yyrr4474 = len(yyv4474) + if yyrg4474 { + copy(yyv4474, yyv24474) } - } else if yyl4465 != len(yyv4465) { - yyv4465 = yyv4465[:yyl4465] - yyc4465 = true + } else if yyl4474 != len(yyv4474) { + yyv4474 = yyv4474[:yyl4474] + yyc4474 = true } - yyj4465 := 0 - for ; yyj4465 < yyrr4465; yyj4465++ { - yyh4465.ElemContainerState(yyj4465) + yyj4474 := 0 + for ; yyj4474 < yyrr4474; yyj4474++ { + yyh4474.ElemContainerState(yyj4474) if r.TryDecodeAsNil() { - yyv4465[yyj4465] = PodCondition{} + yyv4474[yyj4474] = PodCondition{} } else { - yyv4466 := &yyv4465[yyj4465] - yyv4466.CodecDecodeSelf(d) + yyv4475 := &yyv4474[yyj4474] + yyv4475.CodecDecodeSelf(d) } } - if yyrt4465 { - for ; yyj4465 < yyl4465; yyj4465++ { - yyv4465 = append(yyv4465, PodCondition{}) - yyh4465.ElemContainerState(yyj4465) + if yyrt4474 { + for ; yyj4474 < yyl4474; yyj4474++ { + yyv4474 = append(yyv4474, PodCondition{}) + yyh4474.ElemContainerState(yyj4474) if r.TryDecodeAsNil() { - yyv4465[yyj4465] = PodCondition{} + yyv4474[yyj4474] = PodCondition{} } else { - yyv4467 := &yyv4465[yyj4465] - yyv4467.CodecDecodeSelf(d) + yyv4476 := &yyv4474[yyj4474] + yyv4476.CodecDecodeSelf(d) } } } } else { - yyj4465 := 0 - for ; !r.CheckBreak(); yyj4465++ { + yyj4474 := 0 + for ; !r.CheckBreak(); yyj4474++ { - if yyj4465 >= len(yyv4465) { - yyv4465 = append(yyv4465, PodCondition{}) // var yyz4465 PodCondition - yyc4465 = true + if yyj4474 >= len(yyv4474) { + yyv4474 = append(yyv4474, PodCondition{}) // var yyz4474 PodCondition + yyc4474 = true } - yyh4465.ElemContainerState(yyj4465) - if yyj4465 < len(yyv4465) { + yyh4474.ElemContainerState(yyj4474) + if yyj4474 < len(yyv4474) { if r.TryDecodeAsNil() { - yyv4465[yyj4465] = PodCondition{} + yyv4474[yyj4474] = PodCondition{} } else { - yyv4468 := &yyv4465[yyj4465] - yyv4468.CodecDecodeSelf(d) + yyv4477 := &yyv4474[yyj4474] + yyv4477.CodecDecodeSelf(d) } } else { @@ -56466,17 +56544,17 @@ func (x codecSelfer1234) decSlicePodCondition(v *[]PodCondition, d *codec1978.De } } - if yyj4465 < len(yyv4465) { - yyv4465 = yyv4465[:yyj4465] - yyc4465 = true - } else if yyj4465 == 0 && yyv4465 == nil { - yyv4465 = []PodCondition{} - yyc4465 = true + if yyj4474 < len(yyv4474) { + yyv4474 = yyv4474[:yyj4474] + yyc4474 = true + } else if yyj4474 == 0 && yyv4474 == nil { + yyv4474 = []PodCondition{} + yyc4474 = true } } - yyh4465.End() - if yyc4465 { - *v = yyv4465 + yyh4474.End() + if yyc4474 { + *v = yyv4474 } } @@ -56485,10 +56563,10 @@ func (x codecSelfer1234) encSliceContainerStatus(v []ContainerStatus, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4469 := range v { + for _, yyv4478 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4470 := &yyv4469 - yy4470.CodecEncodeSelf(e) + yy4479 := &yyv4478 + yy4479.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56498,83 +56576,83 @@ func (x codecSelfer1234) decSliceContainerStatus(v *[]ContainerStatus, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4471 := *v - yyh4471, yyl4471 := z.DecSliceHelperStart() - var yyc4471 bool - if yyl4471 == 0 { - if yyv4471 == nil { - yyv4471 = []ContainerStatus{} - yyc4471 = true - } else if len(yyv4471) != 0 { - yyv4471 = yyv4471[:0] - yyc4471 = true + yyv4480 := *v + yyh4480, yyl4480 := z.DecSliceHelperStart() + var yyc4480 bool + if yyl4480 == 0 { + if yyv4480 == nil { + yyv4480 = []ContainerStatus{} + yyc4480 = true + } else if len(yyv4480) != 0 { + yyv4480 = yyv4480[:0] + yyc4480 = true } - } else if yyl4471 > 0 { - var yyrr4471, yyrl4471 int - var yyrt4471 bool - if yyl4471 > cap(yyv4471) { + } else if yyl4480 > 0 { + var yyrr4480, yyrl4480 int + var yyrt4480 bool + if yyl4480 > cap(yyv4480) { - yyrg4471 := len(yyv4471) > 0 - yyv24471 := yyv4471 - yyrl4471, yyrt4471 = z.DecInferLen(yyl4471, z.DecBasicHandle().MaxInitLen, 120) - if yyrt4471 { - if yyrl4471 <= cap(yyv4471) { - yyv4471 = yyv4471[:yyrl4471] + yyrg4480 := len(yyv4480) > 0 + yyv24480 := yyv4480 + yyrl4480, yyrt4480 = z.DecInferLen(yyl4480, z.DecBasicHandle().MaxInitLen, 120) + if yyrt4480 { + if yyrl4480 <= cap(yyv4480) { + yyv4480 = yyv4480[:yyrl4480] } else { - yyv4471 = make([]ContainerStatus, yyrl4471) + yyv4480 = make([]ContainerStatus, yyrl4480) } } else { - yyv4471 = make([]ContainerStatus, yyrl4471) + yyv4480 = make([]ContainerStatus, yyrl4480) } - yyc4471 = true - yyrr4471 = len(yyv4471) - if yyrg4471 { - copy(yyv4471, yyv24471) + yyc4480 = true + yyrr4480 = len(yyv4480) + if yyrg4480 { + copy(yyv4480, yyv24480) } - } else if yyl4471 != len(yyv4471) { - yyv4471 = yyv4471[:yyl4471] - yyc4471 = true + } else if yyl4480 != len(yyv4480) { + yyv4480 = yyv4480[:yyl4480] + yyc4480 = true } - yyj4471 := 0 - for ; yyj4471 < yyrr4471; yyj4471++ { - yyh4471.ElemContainerState(yyj4471) + yyj4480 := 0 + for ; yyj4480 < yyrr4480; yyj4480++ { + yyh4480.ElemContainerState(yyj4480) if r.TryDecodeAsNil() { - yyv4471[yyj4471] = ContainerStatus{} + yyv4480[yyj4480] = ContainerStatus{} } else { - yyv4472 := &yyv4471[yyj4471] - yyv4472.CodecDecodeSelf(d) + yyv4481 := &yyv4480[yyj4480] + yyv4481.CodecDecodeSelf(d) } } - if yyrt4471 { - for ; yyj4471 < yyl4471; yyj4471++ { - yyv4471 = append(yyv4471, ContainerStatus{}) - yyh4471.ElemContainerState(yyj4471) + if yyrt4480 { + for ; yyj4480 < yyl4480; yyj4480++ { + yyv4480 = append(yyv4480, ContainerStatus{}) + yyh4480.ElemContainerState(yyj4480) if r.TryDecodeAsNil() { - yyv4471[yyj4471] = ContainerStatus{} + yyv4480[yyj4480] = ContainerStatus{} } else { - yyv4473 := &yyv4471[yyj4471] - yyv4473.CodecDecodeSelf(d) + yyv4482 := &yyv4480[yyj4480] + yyv4482.CodecDecodeSelf(d) } } } } else { - yyj4471 := 0 - for ; !r.CheckBreak(); yyj4471++ { + yyj4480 := 0 + for ; !r.CheckBreak(); yyj4480++ { - if yyj4471 >= len(yyv4471) { - yyv4471 = append(yyv4471, ContainerStatus{}) // var yyz4471 ContainerStatus - yyc4471 = true + if yyj4480 >= len(yyv4480) { + yyv4480 = append(yyv4480, ContainerStatus{}) // var yyz4480 ContainerStatus + yyc4480 = true } - yyh4471.ElemContainerState(yyj4471) - if yyj4471 < len(yyv4471) { + yyh4480.ElemContainerState(yyj4480) + if yyj4480 < len(yyv4480) { if r.TryDecodeAsNil() { - yyv4471[yyj4471] = ContainerStatus{} + yyv4480[yyj4480] = ContainerStatus{} } else { - yyv4474 := &yyv4471[yyj4471] - yyv4474.CodecDecodeSelf(d) + yyv4483 := &yyv4480[yyj4480] + yyv4483.CodecDecodeSelf(d) } } else { @@ -56582,17 +56660,17 @@ func (x codecSelfer1234) decSliceContainerStatus(v *[]ContainerStatus, d *codec1 } } - if yyj4471 < len(yyv4471) { - yyv4471 = yyv4471[:yyj4471] - yyc4471 = true - } else if yyj4471 == 0 && yyv4471 == nil { - yyv4471 = []ContainerStatus{} - yyc4471 = true + if yyj4480 < len(yyv4480) { + yyv4480 = yyv4480[:yyj4480] + yyc4480 = true + } else if yyj4480 == 0 && yyv4480 == nil { + yyv4480 = []ContainerStatus{} + yyc4480 = true } } - yyh4471.End() - if yyc4471 { - *v = yyv4471 + yyh4480.End() + if yyc4480 { + *v = yyv4480 } } @@ -56601,10 +56679,10 @@ func (x codecSelfer1234) encSlicePodTemplate(v []PodTemplate, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4475 := range v { + for _, yyv4484 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4476 := &yyv4475 - yy4476.CodecEncodeSelf(e) + yy4485 := &yyv4484 + yy4485.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56614,83 +56692,83 @@ func (x codecSelfer1234) decSlicePodTemplate(v *[]PodTemplate, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4477 := *v - yyh4477, yyl4477 := z.DecSliceHelperStart() - var yyc4477 bool - if yyl4477 == 0 { - if yyv4477 == nil { - yyv4477 = []PodTemplate{} - yyc4477 = true - } else if len(yyv4477) != 0 { - yyv4477 = yyv4477[:0] - yyc4477 = true + yyv4486 := *v + yyh4486, yyl4486 := z.DecSliceHelperStart() + var yyc4486 bool + if yyl4486 == 0 { + if yyv4486 == nil { + yyv4486 = []PodTemplate{} + yyc4486 = true + } else if len(yyv4486) != 0 { + yyv4486 = yyv4486[:0] + yyc4486 = true } - } else if yyl4477 > 0 { - var yyrr4477, yyrl4477 int - var yyrt4477 bool - if yyl4477 > cap(yyv4477) { + } else if yyl4486 > 0 { + var yyrr4486, yyrl4486 int + var yyrt4486 bool + if yyl4486 > cap(yyv4486) { - yyrg4477 := len(yyv4477) > 0 - yyv24477 := yyv4477 - yyrl4477, yyrt4477 = z.DecInferLen(yyl4477, z.DecBasicHandle().MaxInitLen, 672) - if yyrt4477 { - if yyrl4477 <= cap(yyv4477) { - yyv4477 = yyv4477[:yyrl4477] + yyrg4486 := len(yyv4486) > 0 + yyv24486 := yyv4486 + yyrl4486, yyrt4486 = z.DecInferLen(yyl4486, z.DecBasicHandle().MaxInitLen, 672) + if yyrt4486 { + if yyrl4486 <= cap(yyv4486) { + yyv4486 = yyv4486[:yyrl4486] } else { - yyv4477 = make([]PodTemplate, yyrl4477) + yyv4486 = make([]PodTemplate, yyrl4486) } } else { - yyv4477 = make([]PodTemplate, yyrl4477) + yyv4486 = make([]PodTemplate, yyrl4486) } - yyc4477 = true - yyrr4477 = len(yyv4477) - if yyrg4477 { - copy(yyv4477, yyv24477) + yyc4486 = true + yyrr4486 = len(yyv4486) + if yyrg4486 { + copy(yyv4486, yyv24486) } - } else if yyl4477 != len(yyv4477) { - yyv4477 = yyv4477[:yyl4477] - yyc4477 = true + } else if yyl4486 != len(yyv4486) { + yyv4486 = yyv4486[:yyl4486] + yyc4486 = true } - yyj4477 := 0 - for ; yyj4477 < yyrr4477; yyj4477++ { - yyh4477.ElemContainerState(yyj4477) + yyj4486 := 0 + for ; yyj4486 < yyrr4486; yyj4486++ { + yyh4486.ElemContainerState(yyj4486) if r.TryDecodeAsNil() { - yyv4477[yyj4477] = PodTemplate{} + yyv4486[yyj4486] = PodTemplate{} } else { - yyv4478 := &yyv4477[yyj4477] - yyv4478.CodecDecodeSelf(d) + yyv4487 := &yyv4486[yyj4486] + yyv4487.CodecDecodeSelf(d) } } - if yyrt4477 { - for ; yyj4477 < yyl4477; yyj4477++ { - yyv4477 = append(yyv4477, PodTemplate{}) - yyh4477.ElemContainerState(yyj4477) + if yyrt4486 { + for ; yyj4486 < yyl4486; yyj4486++ { + yyv4486 = append(yyv4486, PodTemplate{}) + yyh4486.ElemContainerState(yyj4486) if r.TryDecodeAsNil() { - yyv4477[yyj4477] = PodTemplate{} + yyv4486[yyj4486] = PodTemplate{} } else { - yyv4479 := &yyv4477[yyj4477] - yyv4479.CodecDecodeSelf(d) + yyv4488 := &yyv4486[yyj4486] + yyv4488.CodecDecodeSelf(d) } } } } else { - yyj4477 := 0 - for ; !r.CheckBreak(); yyj4477++ { + yyj4486 := 0 + for ; !r.CheckBreak(); yyj4486++ { - if yyj4477 >= len(yyv4477) { - yyv4477 = append(yyv4477, PodTemplate{}) // var yyz4477 PodTemplate - yyc4477 = true + if yyj4486 >= len(yyv4486) { + yyv4486 = append(yyv4486, PodTemplate{}) // var yyz4486 PodTemplate + yyc4486 = true } - yyh4477.ElemContainerState(yyj4477) - if yyj4477 < len(yyv4477) { + yyh4486.ElemContainerState(yyj4486) + if yyj4486 < len(yyv4486) { if r.TryDecodeAsNil() { - yyv4477[yyj4477] = PodTemplate{} + yyv4486[yyj4486] = PodTemplate{} } else { - yyv4480 := &yyv4477[yyj4477] - yyv4480.CodecDecodeSelf(d) + yyv4489 := &yyv4486[yyj4486] + yyv4489.CodecDecodeSelf(d) } } else { @@ -56698,17 +56776,17 @@ func (x codecSelfer1234) decSlicePodTemplate(v *[]PodTemplate, d *codec1978.Deco } } - if yyj4477 < len(yyv4477) { - yyv4477 = yyv4477[:yyj4477] - yyc4477 = true - } else if yyj4477 == 0 && yyv4477 == nil { - yyv4477 = []PodTemplate{} - yyc4477 = true + if yyj4486 < len(yyv4486) { + yyv4486 = yyv4486[:yyj4486] + yyc4486 = true + } else if yyj4486 == 0 && yyv4486 == nil { + yyv4486 = []PodTemplate{} + yyc4486 = true } } - yyh4477.End() - if yyc4477 { - *v = yyv4477 + yyh4486.End() + if yyc4486 { + *v = yyv4486 } } @@ -56717,10 +56795,10 @@ func (x codecSelfer1234) encSliceReplicationController(v []ReplicationController z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4481 := range v { + for _, yyv4490 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4482 := &yyv4481 - yy4482.CodecEncodeSelf(e) + yy4491 := &yyv4490 + yy4491.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56730,83 +56808,83 @@ func (x codecSelfer1234) decSliceReplicationController(v *[]ReplicationControlle z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4483 := *v - yyh4483, yyl4483 := z.DecSliceHelperStart() - var yyc4483 bool - if yyl4483 == 0 { - if yyv4483 == nil { - yyv4483 = []ReplicationController{} - yyc4483 = true - } else if len(yyv4483) != 0 { - yyv4483 = yyv4483[:0] - yyc4483 = true + yyv4492 := *v + yyh4492, yyl4492 := z.DecSliceHelperStart() + var yyc4492 bool + if yyl4492 == 0 { + if yyv4492 == nil { + yyv4492 = []ReplicationController{} + yyc4492 = true + } else if len(yyv4492) != 0 { + yyv4492 = yyv4492[:0] + yyc4492 = true } - } else if yyl4483 > 0 { - var yyrr4483, yyrl4483 int - var yyrt4483 bool - if yyl4483 > cap(yyv4483) { + } else if yyl4492 > 0 { + var yyrr4492, yyrl4492 int + var yyrt4492 bool + if yyl4492 > cap(yyv4492) { - yyrg4483 := len(yyv4483) > 0 - yyv24483 := yyv4483 - yyrl4483, yyrt4483 = z.DecInferLen(yyl4483, z.DecBasicHandle().MaxInitLen, 280) - if yyrt4483 { - if yyrl4483 <= cap(yyv4483) { - yyv4483 = yyv4483[:yyrl4483] + yyrg4492 := len(yyv4492) > 0 + yyv24492 := yyv4492 + yyrl4492, yyrt4492 = z.DecInferLen(yyl4492, z.DecBasicHandle().MaxInitLen, 280) + if yyrt4492 { + if yyrl4492 <= cap(yyv4492) { + yyv4492 = yyv4492[:yyrl4492] } else { - yyv4483 = make([]ReplicationController, yyrl4483) + yyv4492 = make([]ReplicationController, yyrl4492) } } else { - yyv4483 = make([]ReplicationController, yyrl4483) + yyv4492 = make([]ReplicationController, yyrl4492) } - yyc4483 = true - yyrr4483 = len(yyv4483) - if yyrg4483 { - copy(yyv4483, yyv24483) + yyc4492 = true + yyrr4492 = len(yyv4492) + if yyrg4492 { + copy(yyv4492, yyv24492) } - } else if yyl4483 != len(yyv4483) { - yyv4483 = yyv4483[:yyl4483] - yyc4483 = true + } else if yyl4492 != len(yyv4492) { + yyv4492 = yyv4492[:yyl4492] + yyc4492 = true } - yyj4483 := 0 - for ; yyj4483 < yyrr4483; yyj4483++ { - yyh4483.ElemContainerState(yyj4483) + yyj4492 := 0 + for ; yyj4492 < yyrr4492; yyj4492++ { + yyh4492.ElemContainerState(yyj4492) if r.TryDecodeAsNil() { - yyv4483[yyj4483] = ReplicationController{} + yyv4492[yyj4492] = ReplicationController{} } else { - yyv4484 := &yyv4483[yyj4483] - yyv4484.CodecDecodeSelf(d) + yyv4493 := &yyv4492[yyj4492] + yyv4493.CodecDecodeSelf(d) } } - if yyrt4483 { - for ; yyj4483 < yyl4483; yyj4483++ { - yyv4483 = append(yyv4483, ReplicationController{}) - yyh4483.ElemContainerState(yyj4483) + if yyrt4492 { + for ; yyj4492 < yyl4492; yyj4492++ { + yyv4492 = append(yyv4492, ReplicationController{}) + yyh4492.ElemContainerState(yyj4492) if r.TryDecodeAsNil() { - yyv4483[yyj4483] = ReplicationController{} + yyv4492[yyj4492] = ReplicationController{} } else { - yyv4485 := &yyv4483[yyj4483] - yyv4485.CodecDecodeSelf(d) + yyv4494 := &yyv4492[yyj4492] + yyv4494.CodecDecodeSelf(d) } } } } else { - yyj4483 := 0 - for ; !r.CheckBreak(); yyj4483++ { + yyj4492 := 0 + for ; !r.CheckBreak(); yyj4492++ { - if yyj4483 >= len(yyv4483) { - yyv4483 = append(yyv4483, ReplicationController{}) // var yyz4483 ReplicationController - yyc4483 = true + if yyj4492 >= len(yyv4492) { + yyv4492 = append(yyv4492, ReplicationController{}) // var yyz4492 ReplicationController + yyc4492 = true } - yyh4483.ElemContainerState(yyj4483) - if yyj4483 < len(yyv4483) { + yyh4492.ElemContainerState(yyj4492) + if yyj4492 < len(yyv4492) { if r.TryDecodeAsNil() { - yyv4483[yyj4483] = ReplicationController{} + yyv4492[yyj4492] = ReplicationController{} } else { - yyv4486 := &yyv4483[yyj4483] - yyv4486.CodecDecodeSelf(d) + yyv4495 := &yyv4492[yyj4492] + yyv4495.CodecDecodeSelf(d) } } else { @@ -56814,17 +56892,17 @@ func (x codecSelfer1234) decSliceReplicationController(v *[]ReplicationControlle } } - if yyj4483 < len(yyv4483) { - yyv4483 = yyv4483[:yyj4483] - yyc4483 = true - } else if yyj4483 == 0 && yyv4483 == nil { - yyv4483 = []ReplicationController{} - yyc4483 = true + if yyj4492 < len(yyv4492) { + yyv4492 = yyv4492[:yyj4492] + yyc4492 = true + } else if yyj4492 == 0 && yyv4492 == nil { + yyv4492 = []ReplicationController{} + yyc4492 = true } } - yyh4483.End() - if yyc4483 { - *v = yyv4483 + yyh4492.End() + if yyc4492 { + *v = yyv4492 } } @@ -56833,10 +56911,10 @@ func (x codecSelfer1234) encSliceService(v []Service, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4487 := range v { + for _, yyv4496 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4488 := &yyv4487 - yy4488.CodecEncodeSelf(e) + yy4497 := &yyv4496 + yy4497.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56846,83 +56924,83 @@ func (x codecSelfer1234) decSliceService(v *[]Service, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4489 := *v - yyh4489, yyl4489 := z.DecSliceHelperStart() - var yyc4489 bool - if yyl4489 == 0 { - if yyv4489 == nil { - yyv4489 = []Service{} - yyc4489 = true - } else if len(yyv4489) != 0 { - yyv4489 = yyv4489[:0] - yyc4489 = true + yyv4498 := *v + yyh4498, yyl4498 := z.DecSliceHelperStart() + var yyc4498 bool + if yyl4498 == 0 { + if yyv4498 == nil { + yyv4498 = []Service{} + yyc4498 = true + } else if len(yyv4498) != 0 { + yyv4498 = yyv4498[:0] + yyc4498 = true } - } else if yyl4489 > 0 { - var yyrr4489, yyrl4489 int - var yyrt4489 bool - if yyl4489 > cap(yyv4489) { + } else if yyl4498 > 0 { + var yyrr4498, yyrl4498 int + var yyrt4498 bool + if yyl4498 > cap(yyv4498) { - yyrg4489 := len(yyv4489) > 0 - yyv24489 := yyv4489 - yyrl4489, yyrt4489 = z.DecInferLen(yyl4489, z.DecBasicHandle().MaxInitLen, 408) - if yyrt4489 { - if yyrl4489 <= cap(yyv4489) { - yyv4489 = yyv4489[:yyrl4489] + yyrg4498 := len(yyv4498) > 0 + yyv24498 := yyv4498 + yyrl4498, yyrt4498 = z.DecInferLen(yyl4498, z.DecBasicHandle().MaxInitLen, 408) + if yyrt4498 { + if yyrl4498 <= cap(yyv4498) { + yyv4498 = yyv4498[:yyrl4498] } else { - yyv4489 = make([]Service, yyrl4489) + yyv4498 = make([]Service, yyrl4498) } } else { - yyv4489 = make([]Service, yyrl4489) + yyv4498 = make([]Service, yyrl4498) } - yyc4489 = true - yyrr4489 = len(yyv4489) - if yyrg4489 { - copy(yyv4489, yyv24489) + yyc4498 = true + yyrr4498 = len(yyv4498) + if yyrg4498 { + copy(yyv4498, yyv24498) } - } else if yyl4489 != len(yyv4489) { - yyv4489 = yyv4489[:yyl4489] - yyc4489 = true + } else if yyl4498 != len(yyv4498) { + yyv4498 = yyv4498[:yyl4498] + yyc4498 = true } - yyj4489 := 0 - for ; yyj4489 < yyrr4489; yyj4489++ { - yyh4489.ElemContainerState(yyj4489) + yyj4498 := 0 + for ; yyj4498 < yyrr4498; yyj4498++ { + yyh4498.ElemContainerState(yyj4498) if r.TryDecodeAsNil() { - yyv4489[yyj4489] = Service{} + yyv4498[yyj4498] = Service{} } else { - yyv4490 := &yyv4489[yyj4489] - yyv4490.CodecDecodeSelf(d) + yyv4499 := &yyv4498[yyj4498] + yyv4499.CodecDecodeSelf(d) } } - if yyrt4489 { - for ; yyj4489 < yyl4489; yyj4489++ { - yyv4489 = append(yyv4489, Service{}) - yyh4489.ElemContainerState(yyj4489) + if yyrt4498 { + for ; yyj4498 < yyl4498; yyj4498++ { + yyv4498 = append(yyv4498, Service{}) + yyh4498.ElemContainerState(yyj4498) if r.TryDecodeAsNil() { - yyv4489[yyj4489] = Service{} + yyv4498[yyj4498] = Service{} } else { - yyv4491 := &yyv4489[yyj4489] - yyv4491.CodecDecodeSelf(d) + yyv4500 := &yyv4498[yyj4498] + yyv4500.CodecDecodeSelf(d) } } } } else { - yyj4489 := 0 - for ; !r.CheckBreak(); yyj4489++ { + yyj4498 := 0 + for ; !r.CheckBreak(); yyj4498++ { - if yyj4489 >= len(yyv4489) { - yyv4489 = append(yyv4489, Service{}) // var yyz4489 Service - yyc4489 = true + if yyj4498 >= len(yyv4498) { + yyv4498 = append(yyv4498, Service{}) // var yyz4498 Service + yyc4498 = true } - yyh4489.ElemContainerState(yyj4489) - if yyj4489 < len(yyv4489) { + yyh4498.ElemContainerState(yyj4498) + if yyj4498 < len(yyv4498) { if r.TryDecodeAsNil() { - yyv4489[yyj4489] = Service{} + yyv4498[yyj4498] = Service{} } else { - yyv4492 := &yyv4489[yyj4489] - yyv4492.CodecDecodeSelf(d) + yyv4501 := &yyv4498[yyj4498] + yyv4501.CodecDecodeSelf(d) } } else { @@ -56930,17 +57008,17 @@ func (x codecSelfer1234) decSliceService(v *[]Service, d *codec1978.Decoder) { } } - if yyj4489 < len(yyv4489) { - yyv4489 = yyv4489[:yyj4489] - yyc4489 = true - } else if yyj4489 == 0 && yyv4489 == nil { - yyv4489 = []Service{} - yyc4489 = true + if yyj4498 < len(yyv4498) { + yyv4498 = yyv4498[:yyj4498] + yyc4498 = true + } else if yyj4498 == 0 && yyv4498 == nil { + yyv4498 = []Service{} + yyc4498 = true } } - yyh4489.End() - if yyc4489 { - *v = yyv4489 + yyh4498.End() + if yyc4498 { + *v = yyv4498 } } @@ -56949,10 +57027,10 @@ func (x codecSelfer1234) encSliceLoadBalancerIngress(v []LoadBalancerIngress, e z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4493 := range v { + for _, yyv4502 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4494 := &yyv4493 - yy4494.CodecEncodeSelf(e) + yy4503 := &yyv4502 + yy4503.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56962,83 +57040,83 @@ func (x codecSelfer1234) decSliceLoadBalancerIngress(v *[]LoadBalancerIngress, d z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4495 := *v - yyh4495, yyl4495 := z.DecSliceHelperStart() - var yyc4495 bool - if yyl4495 == 0 { - if yyv4495 == nil { - yyv4495 = []LoadBalancerIngress{} - yyc4495 = true - } else if len(yyv4495) != 0 { - yyv4495 = yyv4495[:0] - yyc4495 = true + yyv4504 := *v + yyh4504, yyl4504 := z.DecSliceHelperStart() + var yyc4504 bool + if yyl4504 == 0 { + if yyv4504 == nil { + yyv4504 = []LoadBalancerIngress{} + yyc4504 = true + } else if len(yyv4504) != 0 { + yyv4504 = yyv4504[:0] + yyc4504 = true } - } else if yyl4495 > 0 { - var yyrr4495, yyrl4495 int - var yyrt4495 bool - if yyl4495 > cap(yyv4495) { + } else if yyl4504 > 0 { + var yyrr4504, yyrl4504 int + var yyrt4504 bool + if yyl4504 > cap(yyv4504) { - yyrg4495 := len(yyv4495) > 0 - yyv24495 := yyv4495 - yyrl4495, yyrt4495 = z.DecInferLen(yyl4495, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4495 { - if yyrl4495 <= cap(yyv4495) { - yyv4495 = yyv4495[:yyrl4495] + yyrg4504 := len(yyv4504) > 0 + yyv24504 := yyv4504 + yyrl4504, yyrt4504 = z.DecInferLen(yyl4504, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4504 { + if yyrl4504 <= cap(yyv4504) { + yyv4504 = yyv4504[:yyrl4504] } else { - yyv4495 = make([]LoadBalancerIngress, yyrl4495) + yyv4504 = make([]LoadBalancerIngress, yyrl4504) } } else { - yyv4495 = make([]LoadBalancerIngress, yyrl4495) + yyv4504 = make([]LoadBalancerIngress, yyrl4504) } - yyc4495 = true - yyrr4495 = len(yyv4495) - if yyrg4495 { - copy(yyv4495, yyv24495) + yyc4504 = true + yyrr4504 = len(yyv4504) + if yyrg4504 { + copy(yyv4504, yyv24504) } - } else if yyl4495 != len(yyv4495) { - yyv4495 = yyv4495[:yyl4495] - yyc4495 = true + } else if yyl4504 != len(yyv4504) { + yyv4504 = yyv4504[:yyl4504] + yyc4504 = true } - yyj4495 := 0 - for ; yyj4495 < yyrr4495; yyj4495++ { - yyh4495.ElemContainerState(yyj4495) + yyj4504 := 0 + for ; yyj4504 < yyrr4504; yyj4504++ { + yyh4504.ElemContainerState(yyj4504) if r.TryDecodeAsNil() { - yyv4495[yyj4495] = LoadBalancerIngress{} + yyv4504[yyj4504] = LoadBalancerIngress{} } else { - yyv4496 := &yyv4495[yyj4495] - yyv4496.CodecDecodeSelf(d) + yyv4505 := &yyv4504[yyj4504] + yyv4505.CodecDecodeSelf(d) } } - if yyrt4495 { - for ; yyj4495 < yyl4495; yyj4495++ { - yyv4495 = append(yyv4495, LoadBalancerIngress{}) - yyh4495.ElemContainerState(yyj4495) + if yyrt4504 { + for ; yyj4504 < yyl4504; yyj4504++ { + yyv4504 = append(yyv4504, LoadBalancerIngress{}) + yyh4504.ElemContainerState(yyj4504) if r.TryDecodeAsNil() { - yyv4495[yyj4495] = LoadBalancerIngress{} + yyv4504[yyj4504] = LoadBalancerIngress{} } else { - yyv4497 := &yyv4495[yyj4495] - yyv4497.CodecDecodeSelf(d) + yyv4506 := &yyv4504[yyj4504] + yyv4506.CodecDecodeSelf(d) } } } } else { - yyj4495 := 0 - for ; !r.CheckBreak(); yyj4495++ { + yyj4504 := 0 + for ; !r.CheckBreak(); yyj4504++ { - if yyj4495 >= len(yyv4495) { - yyv4495 = append(yyv4495, LoadBalancerIngress{}) // var yyz4495 LoadBalancerIngress - yyc4495 = true + if yyj4504 >= len(yyv4504) { + yyv4504 = append(yyv4504, LoadBalancerIngress{}) // var yyz4504 LoadBalancerIngress + yyc4504 = true } - yyh4495.ElemContainerState(yyj4495) - if yyj4495 < len(yyv4495) { + yyh4504.ElemContainerState(yyj4504) + if yyj4504 < len(yyv4504) { if r.TryDecodeAsNil() { - yyv4495[yyj4495] = LoadBalancerIngress{} + yyv4504[yyj4504] = LoadBalancerIngress{} } else { - yyv4498 := &yyv4495[yyj4495] - yyv4498.CodecDecodeSelf(d) + yyv4507 := &yyv4504[yyj4504] + yyv4507.CodecDecodeSelf(d) } } else { @@ -57046,17 +57124,17 @@ func (x codecSelfer1234) decSliceLoadBalancerIngress(v *[]LoadBalancerIngress, d } } - if yyj4495 < len(yyv4495) { - yyv4495 = yyv4495[:yyj4495] - yyc4495 = true - } else if yyj4495 == 0 && yyv4495 == nil { - yyv4495 = []LoadBalancerIngress{} - yyc4495 = true + if yyj4504 < len(yyv4504) { + yyv4504 = yyv4504[:yyj4504] + yyc4504 = true + } else if yyj4504 == 0 && yyv4504 == nil { + yyv4504 = []LoadBalancerIngress{} + yyc4504 = true } } - yyh4495.End() - if yyc4495 { - *v = yyv4495 + yyh4504.End() + if yyc4504 { + *v = yyv4504 } } @@ -57065,10 +57143,10 @@ func (x codecSelfer1234) encSliceServicePort(v []ServicePort, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4499 := range v { + for _, yyv4508 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4500 := &yyv4499 - yy4500.CodecEncodeSelf(e) + yy4509 := &yyv4508 + yy4509.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57078,83 +57156,83 @@ func (x codecSelfer1234) decSliceServicePort(v *[]ServicePort, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4501 := *v - yyh4501, yyl4501 := z.DecSliceHelperStart() - var yyc4501 bool - if yyl4501 == 0 { - if yyv4501 == nil { - yyv4501 = []ServicePort{} - yyc4501 = true - } else if len(yyv4501) != 0 { - yyv4501 = yyv4501[:0] - yyc4501 = true + yyv4510 := *v + yyh4510, yyl4510 := z.DecSliceHelperStart() + var yyc4510 bool + if yyl4510 == 0 { + if yyv4510 == nil { + yyv4510 = []ServicePort{} + yyc4510 = true + } else if len(yyv4510) != 0 { + yyv4510 = yyv4510[:0] + yyc4510 = true } - } else if yyl4501 > 0 { - var yyrr4501, yyrl4501 int - var yyrt4501 bool - if yyl4501 > cap(yyv4501) { + } else if yyl4510 > 0 { + var yyrr4510, yyrl4510 int + var yyrt4510 bool + if yyl4510 > cap(yyv4510) { - yyrg4501 := len(yyv4501) > 0 - yyv24501 := yyv4501 - yyrl4501, yyrt4501 = z.DecInferLen(yyl4501, z.DecBasicHandle().MaxInitLen, 80) - if yyrt4501 { - if yyrl4501 <= cap(yyv4501) { - yyv4501 = yyv4501[:yyrl4501] + yyrg4510 := len(yyv4510) > 0 + yyv24510 := yyv4510 + yyrl4510, yyrt4510 = z.DecInferLen(yyl4510, z.DecBasicHandle().MaxInitLen, 80) + if yyrt4510 { + if yyrl4510 <= cap(yyv4510) { + yyv4510 = yyv4510[:yyrl4510] } else { - yyv4501 = make([]ServicePort, yyrl4501) + yyv4510 = make([]ServicePort, yyrl4510) } } else { - yyv4501 = make([]ServicePort, yyrl4501) + yyv4510 = make([]ServicePort, yyrl4510) } - yyc4501 = true - yyrr4501 = len(yyv4501) - if yyrg4501 { - copy(yyv4501, yyv24501) + yyc4510 = true + yyrr4510 = len(yyv4510) + if yyrg4510 { + copy(yyv4510, yyv24510) } - } else if yyl4501 != len(yyv4501) { - yyv4501 = yyv4501[:yyl4501] - yyc4501 = true + } else if yyl4510 != len(yyv4510) { + yyv4510 = yyv4510[:yyl4510] + yyc4510 = true } - yyj4501 := 0 - for ; yyj4501 < yyrr4501; yyj4501++ { - yyh4501.ElemContainerState(yyj4501) + yyj4510 := 0 + for ; yyj4510 < yyrr4510; yyj4510++ { + yyh4510.ElemContainerState(yyj4510) if r.TryDecodeAsNil() { - yyv4501[yyj4501] = ServicePort{} + yyv4510[yyj4510] = ServicePort{} } else { - yyv4502 := &yyv4501[yyj4501] - yyv4502.CodecDecodeSelf(d) + yyv4511 := &yyv4510[yyj4510] + yyv4511.CodecDecodeSelf(d) } } - if yyrt4501 { - for ; yyj4501 < yyl4501; yyj4501++ { - yyv4501 = append(yyv4501, ServicePort{}) - yyh4501.ElemContainerState(yyj4501) + if yyrt4510 { + for ; yyj4510 < yyl4510; yyj4510++ { + yyv4510 = append(yyv4510, ServicePort{}) + yyh4510.ElemContainerState(yyj4510) if r.TryDecodeAsNil() { - yyv4501[yyj4501] = ServicePort{} + yyv4510[yyj4510] = ServicePort{} } else { - yyv4503 := &yyv4501[yyj4501] - yyv4503.CodecDecodeSelf(d) + yyv4512 := &yyv4510[yyj4510] + yyv4512.CodecDecodeSelf(d) } } } } else { - yyj4501 := 0 - for ; !r.CheckBreak(); yyj4501++ { + yyj4510 := 0 + for ; !r.CheckBreak(); yyj4510++ { - if yyj4501 >= len(yyv4501) { - yyv4501 = append(yyv4501, ServicePort{}) // var yyz4501 ServicePort - yyc4501 = true + if yyj4510 >= len(yyv4510) { + yyv4510 = append(yyv4510, ServicePort{}) // var yyz4510 ServicePort + yyc4510 = true } - yyh4501.ElemContainerState(yyj4501) - if yyj4501 < len(yyv4501) { + yyh4510.ElemContainerState(yyj4510) + if yyj4510 < len(yyv4510) { if r.TryDecodeAsNil() { - yyv4501[yyj4501] = ServicePort{} + yyv4510[yyj4510] = ServicePort{} } else { - yyv4504 := &yyv4501[yyj4501] - yyv4504.CodecDecodeSelf(d) + yyv4513 := &yyv4510[yyj4510] + yyv4513.CodecDecodeSelf(d) } } else { @@ -57162,17 +57240,17 @@ func (x codecSelfer1234) decSliceServicePort(v *[]ServicePort, d *codec1978.Deco } } - if yyj4501 < len(yyv4501) { - yyv4501 = yyv4501[:yyj4501] - yyc4501 = true - } else if yyj4501 == 0 && yyv4501 == nil { - yyv4501 = []ServicePort{} - yyc4501 = true + if yyj4510 < len(yyv4510) { + yyv4510 = yyv4510[:yyj4510] + yyc4510 = true + } else if yyj4510 == 0 && yyv4510 == nil { + yyv4510 = []ServicePort{} + yyc4510 = true } } - yyh4501.End() - if yyc4501 { - *v = yyv4501 + yyh4510.End() + if yyc4510 { + *v = yyv4510 } } @@ -57181,10 +57259,10 @@ func (x codecSelfer1234) encSliceObjectReference(v []ObjectReference, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4505 := range v { + for _, yyv4514 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4506 := &yyv4505 - yy4506.CodecEncodeSelf(e) + yy4515 := &yyv4514 + yy4515.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57194,83 +57272,83 @@ func (x codecSelfer1234) decSliceObjectReference(v *[]ObjectReference, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4507 := *v - yyh4507, yyl4507 := z.DecSliceHelperStart() - var yyc4507 bool - if yyl4507 == 0 { - if yyv4507 == nil { - yyv4507 = []ObjectReference{} - yyc4507 = true - } else if len(yyv4507) != 0 { - yyv4507 = yyv4507[:0] - yyc4507 = true + yyv4516 := *v + yyh4516, yyl4516 := z.DecSliceHelperStart() + var yyc4516 bool + if yyl4516 == 0 { + if yyv4516 == nil { + yyv4516 = []ObjectReference{} + yyc4516 = true + } else if len(yyv4516) != 0 { + yyv4516 = yyv4516[:0] + yyc4516 = true } - } else if yyl4507 > 0 { - var yyrr4507, yyrl4507 int - var yyrt4507 bool - if yyl4507 > cap(yyv4507) { + } else if yyl4516 > 0 { + var yyrr4516, yyrl4516 int + var yyrt4516 bool + if yyl4516 > cap(yyv4516) { - yyrg4507 := len(yyv4507) > 0 - yyv24507 := yyv4507 - yyrl4507, yyrt4507 = z.DecInferLen(yyl4507, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4507 { - if yyrl4507 <= cap(yyv4507) { - yyv4507 = yyv4507[:yyrl4507] + yyrg4516 := len(yyv4516) > 0 + yyv24516 := yyv4516 + yyrl4516, yyrt4516 = z.DecInferLen(yyl4516, z.DecBasicHandle().MaxInitLen, 112) + if yyrt4516 { + if yyrl4516 <= cap(yyv4516) { + yyv4516 = yyv4516[:yyrl4516] } else { - yyv4507 = make([]ObjectReference, yyrl4507) + yyv4516 = make([]ObjectReference, yyrl4516) } } else { - yyv4507 = make([]ObjectReference, yyrl4507) + yyv4516 = make([]ObjectReference, yyrl4516) } - yyc4507 = true - yyrr4507 = len(yyv4507) - if yyrg4507 { - copy(yyv4507, yyv24507) + yyc4516 = true + yyrr4516 = len(yyv4516) + if yyrg4516 { + copy(yyv4516, yyv24516) } - } else if yyl4507 != len(yyv4507) { - yyv4507 = yyv4507[:yyl4507] - yyc4507 = true + } else if yyl4516 != len(yyv4516) { + yyv4516 = yyv4516[:yyl4516] + yyc4516 = true } - yyj4507 := 0 - for ; yyj4507 < yyrr4507; yyj4507++ { - yyh4507.ElemContainerState(yyj4507) + yyj4516 := 0 + for ; yyj4516 < yyrr4516; yyj4516++ { + yyh4516.ElemContainerState(yyj4516) if r.TryDecodeAsNil() { - yyv4507[yyj4507] = ObjectReference{} + yyv4516[yyj4516] = ObjectReference{} } else { - yyv4508 := &yyv4507[yyj4507] - yyv4508.CodecDecodeSelf(d) + yyv4517 := &yyv4516[yyj4516] + yyv4517.CodecDecodeSelf(d) } } - if yyrt4507 { - for ; yyj4507 < yyl4507; yyj4507++ { - yyv4507 = append(yyv4507, ObjectReference{}) - yyh4507.ElemContainerState(yyj4507) + if yyrt4516 { + for ; yyj4516 < yyl4516; yyj4516++ { + yyv4516 = append(yyv4516, ObjectReference{}) + yyh4516.ElemContainerState(yyj4516) if r.TryDecodeAsNil() { - yyv4507[yyj4507] = ObjectReference{} + yyv4516[yyj4516] = ObjectReference{} } else { - yyv4509 := &yyv4507[yyj4507] - yyv4509.CodecDecodeSelf(d) + yyv4518 := &yyv4516[yyj4516] + yyv4518.CodecDecodeSelf(d) } } } } else { - yyj4507 := 0 - for ; !r.CheckBreak(); yyj4507++ { + yyj4516 := 0 + for ; !r.CheckBreak(); yyj4516++ { - if yyj4507 >= len(yyv4507) { - yyv4507 = append(yyv4507, ObjectReference{}) // var yyz4507 ObjectReference - yyc4507 = true + if yyj4516 >= len(yyv4516) { + yyv4516 = append(yyv4516, ObjectReference{}) // var yyz4516 ObjectReference + yyc4516 = true } - yyh4507.ElemContainerState(yyj4507) - if yyj4507 < len(yyv4507) { + yyh4516.ElemContainerState(yyj4516) + if yyj4516 < len(yyv4516) { if r.TryDecodeAsNil() { - yyv4507[yyj4507] = ObjectReference{} + yyv4516[yyj4516] = ObjectReference{} } else { - yyv4510 := &yyv4507[yyj4507] - yyv4510.CodecDecodeSelf(d) + yyv4519 := &yyv4516[yyj4516] + yyv4519.CodecDecodeSelf(d) } } else { @@ -57278,17 +57356,17 @@ func (x codecSelfer1234) decSliceObjectReference(v *[]ObjectReference, d *codec1 } } - if yyj4507 < len(yyv4507) { - yyv4507 = yyv4507[:yyj4507] - yyc4507 = true - } else if yyj4507 == 0 && yyv4507 == nil { - yyv4507 = []ObjectReference{} - yyc4507 = true + if yyj4516 < len(yyv4516) { + yyv4516 = yyv4516[:yyj4516] + yyc4516 = true + } else if yyj4516 == 0 && yyv4516 == nil { + yyv4516 = []ObjectReference{} + yyc4516 = true } } - yyh4507.End() - if yyc4507 { - *v = yyv4507 + yyh4516.End() + if yyc4516 { + *v = yyv4516 } } @@ -57297,10 +57375,10 @@ func (x codecSelfer1234) encSliceServiceAccount(v []ServiceAccount, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4511 := range v { + for _, yyv4520 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4512 := &yyv4511 - yy4512.CodecEncodeSelf(e) + yy4521 := &yyv4520 + yy4521.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57310,83 +57388,83 @@ func (x codecSelfer1234) decSliceServiceAccount(v *[]ServiceAccount, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4513 := *v - yyh4513, yyl4513 := z.DecSliceHelperStart() - var yyc4513 bool - if yyl4513 == 0 { - if yyv4513 == nil { - yyv4513 = []ServiceAccount{} - yyc4513 = true - } else if len(yyv4513) != 0 { - yyv4513 = yyv4513[:0] - yyc4513 = true + yyv4522 := *v + yyh4522, yyl4522 := z.DecSliceHelperStart() + var yyc4522 bool + if yyl4522 == 0 { + if yyv4522 == nil { + yyv4522 = []ServiceAccount{} + yyc4522 = true + } else if len(yyv4522) != 0 { + yyv4522 = yyv4522[:0] + yyc4522 = true } - } else if yyl4513 > 0 { - var yyrr4513, yyrl4513 int - var yyrt4513 bool - if yyl4513 > cap(yyv4513) { + } else if yyl4522 > 0 { + var yyrr4522, yyrl4522 int + var yyrt4522 bool + if yyl4522 > cap(yyv4522) { - yyrg4513 := len(yyv4513) > 0 - yyv24513 := yyv4513 - yyrl4513, yyrt4513 = z.DecInferLen(yyl4513, z.DecBasicHandle().MaxInitLen, 288) - if yyrt4513 { - if yyrl4513 <= cap(yyv4513) { - yyv4513 = yyv4513[:yyrl4513] + yyrg4522 := len(yyv4522) > 0 + yyv24522 := yyv4522 + yyrl4522, yyrt4522 = z.DecInferLen(yyl4522, z.DecBasicHandle().MaxInitLen, 288) + if yyrt4522 { + if yyrl4522 <= cap(yyv4522) { + yyv4522 = yyv4522[:yyrl4522] } else { - yyv4513 = make([]ServiceAccount, yyrl4513) + yyv4522 = make([]ServiceAccount, yyrl4522) } } else { - yyv4513 = make([]ServiceAccount, yyrl4513) + yyv4522 = make([]ServiceAccount, yyrl4522) } - yyc4513 = true - yyrr4513 = len(yyv4513) - if yyrg4513 { - copy(yyv4513, yyv24513) + yyc4522 = true + yyrr4522 = len(yyv4522) + if yyrg4522 { + copy(yyv4522, yyv24522) } - } else if yyl4513 != len(yyv4513) { - yyv4513 = yyv4513[:yyl4513] - yyc4513 = true + } else if yyl4522 != len(yyv4522) { + yyv4522 = yyv4522[:yyl4522] + yyc4522 = true } - yyj4513 := 0 - for ; yyj4513 < yyrr4513; yyj4513++ { - yyh4513.ElemContainerState(yyj4513) + yyj4522 := 0 + for ; yyj4522 < yyrr4522; yyj4522++ { + yyh4522.ElemContainerState(yyj4522) if r.TryDecodeAsNil() { - yyv4513[yyj4513] = ServiceAccount{} + yyv4522[yyj4522] = ServiceAccount{} } else { - yyv4514 := &yyv4513[yyj4513] - yyv4514.CodecDecodeSelf(d) + yyv4523 := &yyv4522[yyj4522] + yyv4523.CodecDecodeSelf(d) } } - if yyrt4513 { - for ; yyj4513 < yyl4513; yyj4513++ { - yyv4513 = append(yyv4513, ServiceAccount{}) - yyh4513.ElemContainerState(yyj4513) + if yyrt4522 { + for ; yyj4522 < yyl4522; yyj4522++ { + yyv4522 = append(yyv4522, ServiceAccount{}) + yyh4522.ElemContainerState(yyj4522) if r.TryDecodeAsNil() { - yyv4513[yyj4513] = ServiceAccount{} + yyv4522[yyj4522] = ServiceAccount{} } else { - yyv4515 := &yyv4513[yyj4513] - yyv4515.CodecDecodeSelf(d) + yyv4524 := &yyv4522[yyj4522] + yyv4524.CodecDecodeSelf(d) } } } } else { - yyj4513 := 0 - for ; !r.CheckBreak(); yyj4513++ { + yyj4522 := 0 + for ; !r.CheckBreak(); yyj4522++ { - if yyj4513 >= len(yyv4513) { - yyv4513 = append(yyv4513, ServiceAccount{}) // var yyz4513 ServiceAccount - yyc4513 = true + if yyj4522 >= len(yyv4522) { + yyv4522 = append(yyv4522, ServiceAccount{}) // var yyz4522 ServiceAccount + yyc4522 = true } - yyh4513.ElemContainerState(yyj4513) - if yyj4513 < len(yyv4513) { + yyh4522.ElemContainerState(yyj4522) + if yyj4522 < len(yyv4522) { if r.TryDecodeAsNil() { - yyv4513[yyj4513] = ServiceAccount{} + yyv4522[yyj4522] = ServiceAccount{} } else { - yyv4516 := &yyv4513[yyj4513] - yyv4516.CodecDecodeSelf(d) + yyv4525 := &yyv4522[yyj4522] + yyv4525.CodecDecodeSelf(d) } } else { @@ -57394,17 +57472,17 @@ func (x codecSelfer1234) decSliceServiceAccount(v *[]ServiceAccount, d *codec197 } } - if yyj4513 < len(yyv4513) { - yyv4513 = yyv4513[:yyj4513] - yyc4513 = true - } else if yyj4513 == 0 && yyv4513 == nil { - yyv4513 = []ServiceAccount{} - yyc4513 = true + if yyj4522 < len(yyv4522) { + yyv4522 = yyv4522[:yyj4522] + yyc4522 = true + } else if yyj4522 == 0 && yyv4522 == nil { + yyv4522 = []ServiceAccount{} + yyc4522 = true } } - yyh4513.End() - if yyc4513 { - *v = yyv4513 + yyh4522.End() + if yyc4522 { + *v = yyv4522 } } @@ -57413,10 +57491,10 @@ func (x codecSelfer1234) encSliceEndpointSubset(v []EndpointSubset, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4517 := range v { + for _, yyv4526 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4518 := &yyv4517 - yy4518.CodecEncodeSelf(e) + yy4527 := &yyv4526 + yy4527.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57426,83 +57504,83 @@ func (x codecSelfer1234) decSliceEndpointSubset(v *[]EndpointSubset, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4519 := *v - yyh4519, yyl4519 := z.DecSliceHelperStart() - var yyc4519 bool - if yyl4519 == 0 { - if yyv4519 == nil { - yyv4519 = []EndpointSubset{} - yyc4519 = true - } else if len(yyv4519) != 0 { - yyv4519 = yyv4519[:0] - yyc4519 = true + yyv4528 := *v + yyh4528, yyl4528 := z.DecSliceHelperStart() + var yyc4528 bool + if yyl4528 == 0 { + if yyv4528 == nil { + yyv4528 = []EndpointSubset{} + yyc4528 = true + } else if len(yyv4528) != 0 { + yyv4528 = yyv4528[:0] + yyc4528 = true } - } else if yyl4519 > 0 { - var yyrr4519, yyrl4519 int - var yyrt4519 bool - if yyl4519 > cap(yyv4519) { + } else if yyl4528 > 0 { + var yyrr4528, yyrl4528 int + var yyrt4528 bool + if yyl4528 > cap(yyv4528) { - yyrg4519 := len(yyv4519) > 0 - yyv24519 := yyv4519 - yyrl4519, yyrt4519 = z.DecInferLen(yyl4519, z.DecBasicHandle().MaxInitLen, 72) - if yyrt4519 { - if yyrl4519 <= cap(yyv4519) { - yyv4519 = yyv4519[:yyrl4519] + yyrg4528 := len(yyv4528) > 0 + yyv24528 := yyv4528 + yyrl4528, yyrt4528 = z.DecInferLen(yyl4528, z.DecBasicHandle().MaxInitLen, 72) + if yyrt4528 { + if yyrl4528 <= cap(yyv4528) { + yyv4528 = yyv4528[:yyrl4528] } else { - yyv4519 = make([]EndpointSubset, yyrl4519) + yyv4528 = make([]EndpointSubset, yyrl4528) } } else { - yyv4519 = make([]EndpointSubset, yyrl4519) + yyv4528 = make([]EndpointSubset, yyrl4528) } - yyc4519 = true - yyrr4519 = len(yyv4519) - if yyrg4519 { - copy(yyv4519, yyv24519) + yyc4528 = true + yyrr4528 = len(yyv4528) + if yyrg4528 { + copy(yyv4528, yyv24528) } - } else if yyl4519 != len(yyv4519) { - yyv4519 = yyv4519[:yyl4519] - yyc4519 = true + } else if yyl4528 != len(yyv4528) { + yyv4528 = yyv4528[:yyl4528] + yyc4528 = true } - yyj4519 := 0 - for ; yyj4519 < yyrr4519; yyj4519++ { - yyh4519.ElemContainerState(yyj4519) + yyj4528 := 0 + for ; yyj4528 < yyrr4528; yyj4528++ { + yyh4528.ElemContainerState(yyj4528) if r.TryDecodeAsNil() { - yyv4519[yyj4519] = EndpointSubset{} + yyv4528[yyj4528] = EndpointSubset{} } else { - yyv4520 := &yyv4519[yyj4519] - yyv4520.CodecDecodeSelf(d) + yyv4529 := &yyv4528[yyj4528] + yyv4529.CodecDecodeSelf(d) } } - if yyrt4519 { - for ; yyj4519 < yyl4519; yyj4519++ { - yyv4519 = append(yyv4519, EndpointSubset{}) - yyh4519.ElemContainerState(yyj4519) + if yyrt4528 { + for ; yyj4528 < yyl4528; yyj4528++ { + yyv4528 = append(yyv4528, EndpointSubset{}) + yyh4528.ElemContainerState(yyj4528) if r.TryDecodeAsNil() { - yyv4519[yyj4519] = EndpointSubset{} + yyv4528[yyj4528] = EndpointSubset{} } else { - yyv4521 := &yyv4519[yyj4519] - yyv4521.CodecDecodeSelf(d) + yyv4530 := &yyv4528[yyj4528] + yyv4530.CodecDecodeSelf(d) } } } } else { - yyj4519 := 0 - for ; !r.CheckBreak(); yyj4519++ { + yyj4528 := 0 + for ; !r.CheckBreak(); yyj4528++ { - if yyj4519 >= len(yyv4519) { - yyv4519 = append(yyv4519, EndpointSubset{}) // var yyz4519 EndpointSubset - yyc4519 = true + if yyj4528 >= len(yyv4528) { + yyv4528 = append(yyv4528, EndpointSubset{}) // var yyz4528 EndpointSubset + yyc4528 = true } - yyh4519.ElemContainerState(yyj4519) - if yyj4519 < len(yyv4519) { + yyh4528.ElemContainerState(yyj4528) + if yyj4528 < len(yyv4528) { if r.TryDecodeAsNil() { - yyv4519[yyj4519] = EndpointSubset{} + yyv4528[yyj4528] = EndpointSubset{} } else { - yyv4522 := &yyv4519[yyj4519] - yyv4522.CodecDecodeSelf(d) + yyv4531 := &yyv4528[yyj4528] + yyv4531.CodecDecodeSelf(d) } } else { @@ -57510,17 +57588,17 @@ func (x codecSelfer1234) decSliceEndpointSubset(v *[]EndpointSubset, d *codec197 } } - if yyj4519 < len(yyv4519) { - yyv4519 = yyv4519[:yyj4519] - yyc4519 = true - } else if yyj4519 == 0 && yyv4519 == nil { - yyv4519 = []EndpointSubset{} - yyc4519 = true + if yyj4528 < len(yyv4528) { + yyv4528 = yyv4528[:yyj4528] + yyc4528 = true + } else if yyj4528 == 0 && yyv4528 == nil { + yyv4528 = []EndpointSubset{} + yyc4528 = true } } - yyh4519.End() - if yyc4519 { - *v = yyv4519 + yyh4528.End() + if yyc4528 { + *v = yyv4528 } } @@ -57529,10 +57607,10 @@ func (x codecSelfer1234) encSliceEndpointAddress(v []EndpointAddress, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4523 := range v { + for _, yyv4532 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4524 := &yyv4523 - yy4524.CodecEncodeSelf(e) + yy4533 := &yyv4532 + yy4533.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57542,83 +57620,83 @@ func (x codecSelfer1234) decSliceEndpointAddress(v *[]EndpointAddress, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4525 := *v - yyh4525, yyl4525 := z.DecSliceHelperStart() - var yyc4525 bool - if yyl4525 == 0 { - if yyv4525 == nil { - yyv4525 = []EndpointAddress{} - yyc4525 = true - } else if len(yyv4525) != 0 { - yyv4525 = yyv4525[:0] - yyc4525 = true + yyv4534 := *v + yyh4534, yyl4534 := z.DecSliceHelperStart() + var yyc4534 bool + if yyl4534 == 0 { + if yyv4534 == nil { + yyv4534 = []EndpointAddress{} + yyc4534 = true + } else if len(yyv4534) != 0 { + yyv4534 = yyv4534[:0] + yyc4534 = true } - } else if yyl4525 > 0 { - var yyrr4525, yyrl4525 int - var yyrt4525 bool - if yyl4525 > cap(yyv4525) { + } else if yyl4534 > 0 { + var yyrr4534, yyrl4534 int + var yyrt4534 bool + if yyl4534 > cap(yyv4534) { - yyrg4525 := len(yyv4525) > 0 - yyv24525 := yyv4525 - yyrl4525, yyrt4525 = z.DecInferLen(yyl4525, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4525 { - if yyrl4525 <= cap(yyv4525) { - yyv4525 = yyv4525[:yyrl4525] + yyrg4534 := len(yyv4534) > 0 + yyv24534 := yyv4534 + yyrl4534, yyrt4534 = z.DecInferLen(yyl4534, z.DecBasicHandle().MaxInitLen, 48) + if yyrt4534 { + if yyrl4534 <= cap(yyv4534) { + yyv4534 = yyv4534[:yyrl4534] } else { - yyv4525 = make([]EndpointAddress, yyrl4525) + yyv4534 = make([]EndpointAddress, yyrl4534) } } else { - yyv4525 = make([]EndpointAddress, yyrl4525) + yyv4534 = make([]EndpointAddress, yyrl4534) } - yyc4525 = true - yyrr4525 = len(yyv4525) - if yyrg4525 { - copy(yyv4525, yyv24525) + yyc4534 = true + yyrr4534 = len(yyv4534) + if yyrg4534 { + copy(yyv4534, yyv24534) } - } else if yyl4525 != len(yyv4525) { - yyv4525 = yyv4525[:yyl4525] - yyc4525 = true + } else if yyl4534 != len(yyv4534) { + yyv4534 = yyv4534[:yyl4534] + yyc4534 = true } - yyj4525 := 0 - for ; yyj4525 < yyrr4525; yyj4525++ { - yyh4525.ElemContainerState(yyj4525) + yyj4534 := 0 + for ; yyj4534 < yyrr4534; yyj4534++ { + yyh4534.ElemContainerState(yyj4534) if r.TryDecodeAsNil() { - yyv4525[yyj4525] = EndpointAddress{} + yyv4534[yyj4534] = EndpointAddress{} } else { - yyv4526 := &yyv4525[yyj4525] - yyv4526.CodecDecodeSelf(d) + yyv4535 := &yyv4534[yyj4534] + yyv4535.CodecDecodeSelf(d) } } - if yyrt4525 { - for ; yyj4525 < yyl4525; yyj4525++ { - yyv4525 = append(yyv4525, EndpointAddress{}) - yyh4525.ElemContainerState(yyj4525) + if yyrt4534 { + for ; yyj4534 < yyl4534; yyj4534++ { + yyv4534 = append(yyv4534, EndpointAddress{}) + yyh4534.ElemContainerState(yyj4534) if r.TryDecodeAsNil() { - yyv4525[yyj4525] = EndpointAddress{} + yyv4534[yyj4534] = EndpointAddress{} } else { - yyv4527 := &yyv4525[yyj4525] - yyv4527.CodecDecodeSelf(d) + yyv4536 := &yyv4534[yyj4534] + yyv4536.CodecDecodeSelf(d) } } } } else { - yyj4525 := 0 - for ; !r.CheckBreak(); yyj4525++ { + yyj4534 := 0 + for ; !r.CheckBreak(); yyj4534++ { - if yyj4525 >= len(yyv4525) { - yyv4525 = append(yyv4525, EndpointAddress{}) // var yyz4525 EndpointAddress - yyc4525 = true + if yyj4534 >= len(yyv4534) { + yyv4534 = append(yyv4534, EndpointAddress{}) // var yyz4534 EndpointAddress + yyc4534 = true } - yyh4525.ElemContainerState(yyj4525) - if yyj4525 < len(yyv4525) { + yyh4534.ElemContainerState(yyj4534) + if yyj4534 < len(yyv4534) { if r.TryDecodeAsNil() { - yyv4525[yyj4525] = EndpointAddress{} + yyv4534[yyj4534] = EndpointAddress{} } else { - yyv4528 := &yyv4525[yyj4525] - yyv4528.CodecDecodeSelf(d) + yyv4537 := &yyv4534[yyj4534] + yyv4537.CodecDecodeSelf(d) } } else { @@ -57626,17 +57704,17 @@ func (x codecSelfer1234) decSliceEndpointAddress(v *[]EndpointAddress, d *codec1 } } - if yyj4525 < len(yyv4525) { - yyv4525 = yyv4525[:yyj4525] - yyc4525 = true - } else if yyj4525 == 0 && yyv4525 == nil { - yyv4525 = []EndpointAddress{} - yyc4525 = true + if yyj4534 < len(yyv4534) { + yyv4534 = yyv4534[:yyj4534] + yyc4534 = true + } else if yyj4534 == 0 && yyv4534 == nil { + yyv4534 = []EndpointAddress{} + yyc4534 = true } } - yyh4525.End() - if yyc4525 { - *v = yyv4525 + yyh4534.End() + if yyc4534 { + *v = yyv4534 } } @@ -57645,10 +57723,10 @@ func (x codecSelfer1234) encSliceEndpointPort(v []EndpointPort, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4529 := range v { + for _, yyv4538 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4530 := &yyv4529 - yy4530.CodecEncodeSelf(e) + yy4539 := &yyv4538 + yy4539.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57658,83 +57736,83 @@ func (x codecSelfer1234) decSliceEndpointPort(v *[]EndpointPort, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4531 := *v - yyh4531, yyl4531 := z.DecSliceHelperStart() - var yyc4531 bool - if yyl4531 == 0 { - if yyv4531 == nil { - yyv4531 = []EndpointPort{} - yyc4531 = true - } else if len(yyv4531) != 0 { - yyv4531 = yyv4531[:0] - yyc4531 = true + yyv4540 := *v + yyh4540, yyl4540 := z.DecSliceHelperStart() + var yyc4540 bool + if yyl4540 == 0 { + if yyv4540 == nil { + yyv4540 = []EndpointPort{} + yyc4540 = true + } else if len(yyv4540) != 0 { + yyv4540 = yyv4540[:0] + yyc4540 = true } - } else if yyl4531 > 0 { - var yyrr4531, yyrl4531 int - var yyrt4531 bool - if yyl4531 > cap(yyv4531) { + } else if yyl4540 > 0 { + var yyrr4540, yyrl4540 int + var yyrt4540 bool + if yyl4540 > cap(yyv4540) { - yyrg4531 := len(yyv4531) > 0 - yyv24531 := yyv4531 - yyrl4531, yyrt4531 = z.DecInferLen(yyl4531, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4531 { - if yyrl4531 <= cap(yyv4531) { - yyv4531 = yyv4531[:yyrl4531] + yyrg4540 := len(yyv4540) > 0 + yyv24540 := yyv4540 + yyrl4540, yyrt4540 = z.DecInferLen(yyl4540, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4540 { + if yyrl4540 <= cap(yyv4540) { + yyv4540 = yyv4540[:yyrl4540] } else { - yyv4531 = make([]EndpointPort, yyrl4531) + yyv4540 = make([]EndpointPort, yyrl4540) } } else { - yyv4531 = make([]EndpointPort, yyrl4531) + yyv4540 = make([]EndpointPort, yyrl4540) } - yyc4531 = true - yyrr4531 = len(yyv4531) - if yyrg4531 { - copy(yyv4531, yyv24531) + yyc4540 = true + yyrr4540 = len(yyv4540) + if yyrg4540 { + copy(yyv4540, yyv24540) } - } else if yyl4531 != len(yyv4531) { - yyv4531 = yyv4531[:yyl4531] - yyc4531 = true + } else if yyl4540 != len(yyv4540) { + yyv4540 = yyv4540[:yyl4540] + yyc4540 = true } - yyj4531 := 0 - for ; yyj4531 < yyrr4531; yyj4531++ { - yyh4531.ElemContainerState(yyj4531) + yyj4540 := 0 + for ; yyj4540 < yyrr4540; yyj4540++ { + yyh4540.ElemContainerState(yyj4540) if r.TryDecodeAsNil() { - yyv4531[yyj4531] = EndpointPort{} + yyv4540[yyj4540] = EndpointPort{} } else { - yyv4532 := &yyv4531[yyj4531] - yyv4532.CodecDecodeSelf(d) + yyv4541 := &yyv4540[yyj4540] + yyv4541.CodecDecodeSelf(d) } } - if yyrt4531 { - for ; yyj4531 < yyl4531; yyj4531++ { - yyv4531 = append(yyv4531, EndpointPort{}) - yyh4531.ElemContainerState(yyj4531) + if yyrt4540 { + for ; yyj4540 < yyl4540; yyj4540++ { + yyv4540 = append(yyv4540, EndpointPort{}) + yyh4540.ElemContainerState(yyj4540) if r.TryDecodeAsNil() { - yyv4531[yyj4531] = EndpointPort{} + yyv4540[yyj4540] = EndpointPort{} } else { - yyv4533 := &yyv4531[yyj4531] - yyv4533.CodecDecodeSelf(d) + yyv4542 := &yyv4540[yyj4540] + yyv4542.CodecDecodeSelf(d) } } } } else { - yyj4531 := 0 - for ; !r.CheckBreak(); yyj4531++ { + yyj4540 := 0 + for ; !r.CheckBreak(); yyj4540++ { - if yyj4531 >= len(yyv4531) { - yyv4531 = append(yyv4531, EndpointPort{}) // var yyz4531 EndpointPort - yyc4531 = true + if yyj4540 >= len(yyv4540) { + yyv4540 = append(yyv4540, EndpointPort{}) // var yyz4540 EndpointPort + yyc4540 = true } - yyh4531.ElemContainerState(yyj4531) - if yyj4531 < len(yyv4531) { + yyh4540.ElemContainerState(yyj4540) + if yyj4540 < len(yyv4540) { if r.TryDecodeAsNil() { - yyv4531[yyj4531] = EndpointPort{} + yyv4540[yyj4540] = EndpointPort{} } else { - yyv4534 := &yyv4531[yyj4531] - yyv4534.CodecDecodeSelf(d) + yyv4543 := &yyv4540[yyj4540] + yyv4543.CodecDecodeSelf(d) } } else { @@ -57742,17 +57820,17 @@ func (x codecSelfer1234) decSliceEndpointPort(v *[]EndpointPort, d *codec1978.De } } - if yyj4531 < len(yyv4531) { - yyv4531 = yyv4531[:yyj4531] - yyc4531 = true - } else if yyj4531 == 0 && yyv4531 == nil { - yyv4531 = []EndpointPort{} - yyc4531 = true + if yyj4540 < len(yyv4540) { + yyv4540 = yyv4540[:yyj4540] + yyc4540 = true + } else if yyj4540 == 0 && yyv4540 == nil { + yyv4540 = []EndpointPort{} + yyc4540 = true } } - yyh4531.End() - if yyc4531 { - *v = yyv4531 + yyh4540.End() + if yyc4540 { + *v = yyv4540 } } @@ -57761,10 +57839,10 @@ func (x codecSelfer1234) encSliceEndpoints(v []Endpoints, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4535 := range v { + for _, yyv4544 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4536 := &yyv4535 - yy4536.CodecEncodeSelf(e) + yy4545 := &yyv4544 + yy4545.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57774,83 +57852,83 @@ func (x codecSelfer1234) decSliceEndpoints(v *[]Endpoints, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4537 := *v - yyh4537, yyl4537 := z.DecSliceHelperStart() - var yyc4537 bool - if yyl4537 == 0 { - if yyv4537 == nil { - yyv4537 = []Endpoints{} - yyc4537 = true - } else if len(yyv4537) != 0 { - yyv4537 = yyv4537[:0] - yyc4537 = true + yyv4546 := *v + yyh4546, yyl4546 := z.DecSliceHelperStart() + var yyc4546 bool + if yyl4546 == 0 { + if yyv4546 == nil { + yyv4546 = []Endpoints{} + yyc4546 = true + } else if len(yyv4546) != 0 { + yyv4546 = yyv4546[:0] + yyc4546 = true } - } else if yyl4537 > 0 { - var yyrr4537, yyrl4537 int - var yyrt4537 bool - if yyl4537 > cap(yyv4537) { + } else if yyl4546 > 0 { + var yyrr4546, yyrl4546 int + var yyrt4546 bool + if yyl4546 > cap(yyv4546) { - yyrg4537 := len(yyv4537) > 0 - yyv24537 := yyv4537 - yyrl4537, yyrt4537 = z.DecInferLen(yyl4537, z.DecBasicHandle().MaxInitLen, 264) - if yyrt4537 { - if yyrl4537 <= cap(yyv4537) { - yyv4537 = yyv4537[:yyrl4537] + yyrg4546 := len(yyv4546) > 0 + yyv24546 := yyv4546 + yyrl4546, yyrt4546 = z.DecInferLen(yyl4546, z.DecBasicHandle().MaxInitLen, 264) + if yyrt4546 { + if yyrl4546 <= cap(yyv4546) { + yyv4546 = yyv4546[:yyrl4546] } else { - yyv4537 = make([]Endpoints, yyrl4537) + yyv4546 = make([]Endpoints, yyrl4546) } } else { - yyv4537 = make([]Endpoints, yyrl4537) + yyv4546 = make([]Endpoints, yyrl4546) } - yyc4537 = true - yyrr4537 = len(yyv4537) - if yyrg4537 { - copy(yyv4537, yyv24537) + yyc4546 = true + yyrr4546 = len(yyv4546) + if yyrg4546 { + copy(yyv4546, yyv24546) } - } else if yyl4537 != len(yyv4537) { - yyv4537 = yyv4537[:yyl4537] - yyc4537 = true + } else if yyl4546 != len(yyv4546) { + yyv4546 = yyv4546[:yyl4546] + yyc4546 = true } - yyj4537 := 0 - for ; yyj4537 < yyrr4537; yyj4537++ { - yyh4537.ElemContainerState(yyj4537) + yyj4546 := 0 + for ; yyj4546 < yyrr4546; yyj4546++ { + yyh4546.ElemContainerState(yyj4546) if r.TryDecodeAsNil() { - yyv4537[yyj4537] = Endpoints{} + yyv4546[yyj4546] = Endpoints{} } else { - yyv4538 := &yyv4537[yyj4537] - yyv4538.CodecDecodeSelf(d) + yyv4547 := &yyv4546[yyj4546] + yyv4547.CodecDecodeSelf(d) } } - if yyrt4537 { - for ; yyj4537 < yyl4537; yyj4537++ { - yyv4537 = append(yyv4537, Endpoints{}) - yyh4537.ElemContainerState(yyj4537) + if yyrt4546 { + for ; yyj4546 < yyl4546; yyj4546++ { + yyv4546 = append(yyv4546, Endpoints{}) + yyh4546.ElemContainerState(yyj4546) if r.TryDecodeAsNil() { - yyv4537[yyj4537] = Endpoints{} + yyv4546[yyj4546] = Endpoints{} } else { - yyv4539 := &yyv4537[yyj4537] - yyv4539.CodecDecodeSelf(d) + yyv4548 := &yyv4546[yyj4546] + yyv4548.CodecDecodeSelf(d) } } } } else { - yyj4537 := 0 - for ; !r.CheckBreak(); yyj4537++ { + yyj4546 := 0 + for ; !r.CheckBreak(); yyj4546++ { - if yyj4537 >= len(yyv4537) { - yyv4537 = append(yyv4537, Endpoints{}) // var yyz4537 Endpoints - yyc4537 = true + if yyj4546 >= len(yyv4546) { + yyv4546 = append(yyv4546, Endpoints{}) // var yyz4546 Endpoints + yyc4546 = true } - yyh4537.ElemContainerState(yyj4537) - if yyj4537 < len(yyv4537) { + yyh4546.ElemContainerState(yyj4546) + if yyj4546 < len(yyv4546) { if r.TryDecodeAsNil() { - yyv4537[yyj4537] = Endpoints{} + yyv4546[yyj4546] = Endpoints{} } else { - yyv4540 := &yyv4537[yyj4537] - yyv4540.CodecDecodeSelf(d) + yyv4549 := &yyv4546[yyj4546] + yyv4549.CodecDecodeSelf(d) } } else { @@ -57858,17 +57936,17 @@ func (x codecSelfer1234) decSliceEndpoints(v *[]Endpoints, d *codec1978.Decoder) } } - if yyj4537 < len(yyv4537) { - yyv4537 = yyv4537[:yyj4537] - yyc4537 = true - } else if yyj4537 == 0 && yyv4537 == nil { - yyv4537 = []Endpoints{} - yyc4537 = true + if yyj4546 < len(yyv4546) { + yyv4546 = yyv4546[:yyj4546] + yyc4546 = true + } else if yyj4546 == 0 && yyv4546 == nil { + yyv4546 = []Endpoints{} + yyc4546 = true } } - yyh4537.End() - if yyc4537 { - *v = yyv4537 + yyh4546.End() + if yyc4546 { + *v = yyv4546 } } @@ -57877,10 +57955,10 @@ func (x codecSelfer1234) encSliceNodeCondition(v []NodeCondition, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4541 := range v { + for _, yyv4550 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4542 := &yyv4541 - yy4542.CodecEncodeSelf(e) + yy4551 := &yyv4550 + yy4551.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57890,83 +57968,83 @@ func (x codecSelfer1234) decSliceNodeCondition(v *[]NodeCondition, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4543 := *v - yyh4543, yyl4543 := z.DecSliceHelperStart() - var yyc4543 bool - if yyl4543 == 0 { - if yyv4543 == nil { - yyv4543 = []NodeCondition{} - yyc4543 = true - } else if len(yyv4543) != 0 { - yyv4543 = yyv4543[:0] - yyc4543 = true + yyv4552 := *v + yyh4552, yyl4552 := z.DecSliceHelperStart() + var yyc4552 bool + if yyl4552 == 0 { + if yyv4552 == nil { + yyv4552 = []NodeCondition{} + yyc4552 = true + } else if len(yyv4552) != 0 { + yyv4552 = yyv4552[:0] + yyc4552 = true } - } else if yyl4543 > 0 { - var yyrr4543, yyrl4543 int - var yyrt4543 bool - if yyl4543 > cap(yyv4543) { + } else if yyl4552 > 0 { + var yyrr4552, yyrl4552 int + var yyrt4552 bool + if yyl4552 > cap(yyv4552) { - yyrg4543 := len(yyv4543) > 0 - yyv24543 := yyv4543 - yyrl4543, yyrt4543 = z.DecInferLen(yyl4543, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4543 { - if yyrl4543 <= cap(yyv4543) { - yyv4543 = yyv4543[:yyrl4543] + yyrg4552 := len(yyv4552) > 0 + yyv24552 := yyv4552 + yyrl4552, yyrt4552 = z.DecInferLen(yyl4552, z.DecBasicHandle().MaxInitLen, 112) + if yyrt4552 { + if yyrl4552 <= cap(yyv4552) { + yyv4552 = yyv4552[:yyrl4552] } else { - yyv4543 = make([]NodeCondition, yyrl4543) + yyv4552 = make([]NodeCondition, yyrl4552) } } else { - yyv4543 = make([]NodeCondition, yyrl4543) + yyv4552 = make([]NodeCondition, yyrl4552) } - yyc4543 = true - yyrr4543 = len(yyv4543) - if yyrg4543 { - copy(yyv4543, yyv24543) + yyc4552 = true + yyrr4552 = len(yyv4552) + if yyrg4552 { + copy(yyv4552, yyv24552) } - } else if yyl4543 != len(yyv4543) { - yyv4543 = yyv4543[:yyl4543] - yyc4543 = true + } else if yyl4552 != len(yyv4552) { + yyv4552 = yyv4552[:yyl4552] + yyc4552 = true } - yyj4543 := 0 - for ; yyj4543 < yyrr4543; yyj4543++ { - yyh4543.ElemContainerState(yyj4543) + yyj4552 := 0 + for ; yyj4552 < yyrr4552; yyj4552++ { + yyh4552.ElemContainerState(yyj4552) if r.TryDecodeAsNil() { - yyv4543[yyj4543] = NodeCondition{} + yyv4552[yyj4552] = NodeCondition{} } else { - yyv4544 := &yyv4543[yyj4543] - yyv4544.CodecDecodeSelf(d) + yyv4553 := &yyv4552[yyj4552] + yyv4553.CodecDecodeSelf(d) } } - if yyrt4543 { - for ; yyj4543 < yyl4543; yyj4543++ { - yyv4543 = append(yyv4543, NodeCondition{}) - yyh4543.ElemContainerState(yyj4543) + if yyrt4552 { + for ; yyj4552 < yyl4552; yyj4552++ { + yyv4552 = append(yyv4552, NodeCondition{}) + yyh4552.ElemContainerState(yyj4552) if r.TryDecodeAsNil() { - yyv4543[yyj4543] = NodeCondition{} + yyv4552[yyj4552] = NodeCondition{} } else { - yyv4545 := &yyv4543[yyj4543] - yyv4545.CodecDecodeSelf(d) + yyv4554 := &yyv4552[yyj4552] + yyv4554.CodecDecodeSelf(d) } } } } else { - yyj4543 := 0 - for ; !r.CheckBreak(); yyj4543++ { + yyj4552 := 0 + for ; !r.CheckBreak(); yyj4552++ { - if yyj4543 >= len(yyv4543) { - yyv4543 = append(yyv4543, NodeCondition{}) // var yyz4543 NodeCondition - yyc4543 = true + if yyj4552 >= len(yyv4552) { + yyv4552 = append(yyv4552, NodeCondition{}) // var yyz4552 NodeCondition + yyc4552 = true } - yyh4543.ElemContainerState(yyj4543) - if yyj4543 < len(yyv4543) { + yyh4552.ElemContainerState(yyj4552) + if yyj4552 < len(yyv4552) { if r.TryDecodeAsNil() { - yyv4543[yyj4543] = NodeCondition{} + yyv4552[yyj4552] = NodeCondition{} } else { - yyv4546 := &yyv4543[yyj4543] - yyv4546.CodecDecodeSelf(d) + yyv4555 := &yyv4552[yyj4552] + yyv4555.CodecDecodeSelf(d) } } else { @@ -57974,17 +58052,17 @@ func (x codecSelfer1234) decSliceNodeCondition(v *[]NodeCondition, d *codec1978. } } - if yyj4543 < len(yyv4543) { - yyv4543 = yyv4543[:yyj4543] - yyc4543 = true - } else if yyj4543 == 0 && yyv4543 == nil { - yyv4543 = []NodeCondition{} - yyc4543 = true + if yyj4552 < len(yyv4552) { + yyv4552 = yyv4552[:yyj4552] + yyc4552 = true + } else if yyj4552 == 0 && yyv4552 == nil { + yyv4552 = []NodeCondition{} + yyc4552 = true } } - yyh4543.End() - if yyc4543 { - *v = yyv4543 + yyh4552.End() + if yyc4552 { + *v = yyv4552 } } @@ -57993,10 +58071,10 @@ func (x codecSelfer1234) encSliceNodeAddress(v []NodeAddress, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4547 := range v { + for _, yyv4556 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4548 := &yyv4547 - yy4548.CodecEncodeSelf(e) + yy4557 := &yyv4556 + yy4557.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58006,83 +58084,83 @@ func (x codecSelfer1234) decSliceNodeAddress(v *[]NodeAddress, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4549 := *v - yyh4549, yyl4549 := z.DecSliceHelperStart() - var yyc4549 bool - if yyl4549 == 0 { - if yyv4549 == nil { - yyv4549 = []NodeAddress{} - yyc4549 = true - } else if len(yyv4549) != 0 { - yyv4549 = yyv4549[:0] - yyc4549 = true + yyv4558 := *v + yyh4558, yyl4558 := z.DecSliceHelperStart() + var yyc4558 bool + if yyl4558 == 0 { + if yyv4558 == nil { + yyv4558 = []NodeAddress{} + yyc4558 = true + } else if len(yyv4558) != 0 { + yyv4558 = yyv4558[:0] + yyc4558 = true } - } else if yyl4549 > 0 { - var yyrr4549, yyrl4549 int - var yyrt4549 bool - if yyl4549 > cap(yyv4549) { + } else if yyl4558 > 0 { + var yyrr4558, yyrl4558 int + var yyrt4558 bool + if yyl4558 > cap(yyv4558) { - yyrg4549 := len(yyv4549) > 0 - yyv24549 := yyv4549 - yyrl4549, yyrt4549 = z.DecInferLen(yyl4549, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4549 { - if yyrl4549 <= cap(yyv4549) { - yyv4549 = yyv4549[:yyrl4549] + yyrg4558 := len(yyv4558) > 0 + yyv24558 := yyv4558 + yyrl4558, yyrt4558 = z.DecInferLen(yyl4558, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4558 { + if yyrl4558 <= cap(yyv4558) { + yyv4558 = yyv4558[:yyrl4558] } else { - yyv4549 = make([]NodeAddress, yyrl4549) + yyv4558 = make([]NodeAddress, yyrl4558) } } else { - yyv4549 = make([]NodeAddress, yyrl4549) + yyv4558 = make([]NodeAddress, yyrl4558) } - yyc4549 = true - yyrr4549 = len(yyv4549) - if yyrg4549 { - copy(yyv4549, yyv24549) + yyc4558 = true + yyrr4558 = len(yyv4558) + if yyrg4558 { + copy(yyv4558, yyv24558) } - } else if yyl4549 != len(yyv4549) { - yyv4549 = yyv4549[:yyl4549] - yyc4549 = true + } else if yyl4558 != len(yyv4558) { + yyv4558 = yyv4558[:yyl4558] + yyc4558 = true } - yyj4549 := 0 - for ; yyj4549 < yyrr4549; yyj4549++ { - yyh4549.ElemContainerState(yyj4549) + yyj4558 := 0 + for ; yyj4558 < yyrr4558; yyj4558++ { + yyh4558.ElemContainerState(yyj4558) if r.TryDecodeAsNil() { - yyv4549[yyj4549] = NodeAddress{} + yyv4558[yyj4558] = NodeAddress{} } else { - yyv4550 := &yyv4549[yyj4549] - yyv4550.CodecDecodeSelf(d) + yyv4559 := &yyv4558[yyj4558] + yyv4559.CodecDecodeSelf(d) } } - if yyrt4549 { - for ; yyj4549 < yyl4549; yyj4549++ { - yyv4549 = append(yyv4549, NodeAddress{}) - yyh4549.ElemContainerState(yyj4549) + if yyrt4558 { + for ; yyj4558 < yyl4558; yyj4558++ { + yyv4558 = append(yyv4558, NodeAddress{}) + yyh4558.ElemContainerState(yyj4558) if r.TryDecodeAsNil() { - yyv4549[yyj4549] = NodeAddress{} + yyv4558[yyj4558] = NodeAddress{} } else { - yyv4551 := &yyv4549[yyj4549] - yyv4551.CodecDecodeSelf(d) + yyv4560 := &yyv4558[yyj4558] + yyv4560.CodecDecodeSelf(d) } } } } else { - yyj4549 := 0 - for ; !r.CheckBreak(); yyj4549++ { + yyj4558 := 0 + for ; !r.CheckBreak(); yyj4558++ { - if yyj4549 >= len(yyv4549) { - yyv4549 = append(yyv4549, NodeAddress{}) // var yyz4549 NodeAddress - yyc4549 = true + if yyj4558 >= len(yyv4558) { + yyv4558 = append(yyv4558, NodeAddress{}) // var yyz4558 NodeAddress + yyc4558 = true } - yyh4549.ElemContainerState(yyj4549) - if yyj4549 < len(yyv4549) { + yyh4558.ElemContainerState(yyj4558) + if yyj4558 < len(yyv4558) { if r.TryDecodeAsNil() { - yyv4549[yyj4549] = NodeAddress{} + yyv4558[yyj4558] = NodeAddress{} } else { - yyv4552 := &yyv4549[yyj4549] - yyv4552.CodecDecodeSelf(d) + yyv4561 := &yyv4558[yyj4558] + yyv4561.CodecDecodeSelf(d) } } else { @@ -58090,17 +58168,17 @@ func (x codecSelfer1234) decSliceNodeAddress(v *[]NodeAddress, d *codec1978.Deco } } - if yyj4549 < len(yyv4549) { - yyv4549 = yyv4549[:yyj4549] - yyc4549 = true - } else if yyj4549 == 0 && yyv4549 == nil { - yyv4549 = []NodeAddress{} - yyc4549 = true + if yyj4558 < len(yyv4558) { + yyv4558 = yyv4558[:yyj4558] + yyc4558 = true + } else if yyj4558 == 0 && yyv4558 == nil { + yyv4558 = []NodeAddress{} + yyc4558 = true } } - yyh4549.End() - if yyc4549 { - *v = yyv4549 + yyh4558.End() + if yyc4558 { + *v = yyv4558 } } @@ -58109,10 +58187,10 @@ func (x codecSelfer1234) encSliceContainerImage(v []ContainerImage, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4553 := range v { + for _, yyv4562 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4554 := &yyv4553 - yy4554.CodecEncodeSelf(e) + yy4563 := &yyv4562 + yy4563.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58122,83 +58200,83 @@ func (x codecSelfer1234) decSliceContainerImage(v *[]ContainerImage, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4555 := *v - yyh4555, yyl4555 := z.DecSliceHelperStart() - var yyc4555 bool - if yyl4555 == 0 { - if yyv4555 == nil { - yyv4555 = []ContainerImage{} - yyc4555 = true - } else if len(yyv4555) != 0 { - yyv4555 = yyv4555[:0] - yyc4555 = true + yyv4564 := *v + yyh4564, yyl4564 := z.DecSliceHelperStart() + var yyc4564 bool + if yyl4564 == 0 { + if yyv4564 == nil { + yyv4564 = []ContainerImage{} + yyc4564 = true + } else if len(yyv4564) != 0 { + yyv4564 = yyv4564[:0] + yyc4564 = true } - } else if yyl4555 > 0 { - var yyrr4555, yyrl4555 int - var yyrt4555 bool - if yyl4555 > cap(yyv4555) { + } else if yyl4564 > 0 { + var yyrr4564, yyrl4564 int + var yyrt4564 bool + if yyl4564 > cap(yyv4564) { - yyrg4555 := len(yyv4555) > 0 - yyv24555 := yyv4555 - yyrl4555, yyrt4555 = z.DecInferLen(yyl4555, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4555 { - if yyrl4555 <= cap(yyv4555) { - yyv4555 = yyv4555[:yyrl4555] + yyrg4564 := len(yyv4564) > 0 + yyv24564 := yyv4564 + yyrl4564, yyrt4564 = z.DecInferLen(yyl4564, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4564 { + if yyrl4564 <= cap(yyv4564) { + yyv4564 = yyv4564[:yyrl4564] } else { - yyv4555 = make([]ContainerImage, yyrl4555) + yyv4564 = make([]ContainerImage, yyrl4564) } } else { - yyv4555 = make([]ContainerImage, yyrl4555) + yyv4564 = make([]ContainerImage, yyrl4564) } - yyc4555 = true - yyrr4555 = len(yyv4555) - if yyrg4555 { - copy(yyv4555, yyv24555) + yyc4564 = true + yyrr4564 = len(yyv4564) + if yyrg4564 { + copy(yyv4564, yyv24564) } - } else if yyl4555 != len(yyv4555) { - yyv4555 = yyv4555[:yyl4555] - yyc4555 = true + } else if yyl4564 != len(yyv4564) { + yyv4564 = yyv4564[:yyl4564] + yyc4564 = true } - yyj4555 := 0 - for ; yyj4555 < yyrr4555; yyj4555++ { - yyh4555.ElemContainerState(yyj4555) + yyj4564 := 0 + for ; yyj4564 < yyrr4564; yyj4564++ { + yyh4564.ElemContainerState(yyj4564) if r.TryDecodeAsNil() { - yyv4555[yyj4555] = ContainerImage{} + yyv4564[yyj4564] = ContainerImage{} } else { - yyv4556 := &yyv4555[yyj4555] - yyv4556.CodecDecodeSelf(d) + yyv4565 := &yyv4564[yyj4564] + yyv4565.CodecDecodeSelf(d) } } - if yyrt4555 { - for ; yyj4555 < yyl4555; yyj4555++ { - yyv4555 = append(yyv4555, ContainerImage{}) - yyh4555.ElemContainerState(yyj4555) + if yyrt4564 { + for ; yyj4564 < yyl4564; yyj4564++ { + yyv4564 = append(yyv4564, ContainerImage{}) + yyh4564.ElemContainerState(yyj4564) if r.TryDecodeAsNil() { - yyv4555[yyj4555] = ContainerImage{} + yyv4564[yyj4564] = ContainerImage{} } else { - yyv4557 := &yyv4555[yyj4555] - yyv4557.CodecDecodeSelf(d) + yyv4566 := &yyv4564[yyj4564] + yyv4566.CodecDecodeSelf(d) } } } } else { - yyj4555 := 0 - for ; !r.CheckBreak(); yyj4555++ { + yyj4564 := 0 + for ; !r.CheckBreak(); yyj4564++ { - if yyj4555 >= len(yyv4555) { - yyv4555 = append(yyv4555, ContainerImage{}) // var yyz4555 ContainerImage - yyc4555 = true + if yyj4564 >= len(yyv4564) { + yyv4564 = append(yyv4564, ContainerImage{}) // var yyz4564 ContainerImage + yyc4564 = true } - yyh4555.ElemContainerState(yyj4555) - if yyj4555 < len(yyv4555) { + yyh4564.ElemContainerState(yyj4564) + if yyj4564 < len(yyv4564) { if r.TryDecodeAsNil() { - yyv4555[yyj4555] = ContainerImage{} + yyv4564[yyj4564] = ContainerImage{} } else { - yyv4558 := &yyv4555[yyj4555] - yyv4558.CodecDecodeSelf(d) + yyv4567 := &yyv4564[yyj4564] + yyv4567.CodecDecodeSelf(d) } } else { @@ -58206,17 +58284,17 @@ func (x codecSelfer1234) decSliceContainerImage(v *[]ContainerImage, d *codec197 } } - if yyj4555 < len(yyv4555) { - yyv4555 = yyv4555[:yyj4555] - yyc4555 = true - } else if yyj4555 == 0 && yyv4555 == nil { - yyv4555 = []ContainerImage{} - yyc4555 = true + if yyj4564 < len(yyv4564) { + yyv4564 = yyv4564[:yyj4564] + yyc4564 = true + } else if yyj4564 == 0 && yyv4564 == nil { + yyv4564 = []ContainerImage{} + yyc4564 = true } } - yyh4555.End() - if yyc4555 { - *v = yyv4555 + yyh4564.End() + if yyc4564 { + *v = yyv4564 } } @@ -58225,9 +58303,9 @@ func (x codecSelfer1234) encSliceUniqueVolumeName(v []UniqueVolumeName, e *codec z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4559 := range v { + for _, yyv4568 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4559.CodecEncodeSelf(e) + yyv4568.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58237,75 +58315,75 @@ func (x codecSelfer1234) decSliceUniqueVolumeName(v *[]UniqueVolumeName, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4560 := *v - yyh4560, yyl4560 := z.DecSliceHelperStart() - var yyc4560 bool - if yyl4560 == 0 { - if yyv4560 == nil { - yyv4560 = []UniqueVolumeName{} - yyc4560 = true - } else if len(yyv4560) != 0 { - yyv4560 = yyv4560[:0] - yyc4560 = true + yyv4569 := *v + yyh4569, yyl4569 := z.DecSliceHelperStart() + var yyc4569 bool + if yyl4569 == 0 { + if yyv4569 == nil { + yyv4569 = []UniqueVolumeName{} + yyc4569 = true + } else if len(yyv4569) != 0 { + yyv4569 = yyv4569[:0] + yyc4569 = true } - } else if yyl4560 > 0 { - var yyrr4560, yyrl4560 int - var yyrt4560 bool - if yyl4560 > cap(yyv4560) { + } else if yyl4569 > 0 { + var yyrr4569, yyrl4569 int + var yyrt4569 bool + if yyl4569 > cap(yyv4569) { - yyrl4560, yyrt4560 = z.DecInferLen(yyl4560, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4560 { - if yyrl4560 <= cap(yyv4560) { - yyv4560 = yyv4560[:yyrl4560] + yyrl4569, yyrt4569 = z.DecInferLen(yyl4569, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4569 { + if yyrl4569 <= cap(yyv4569) { + yyv4569 = yyv4569[:yyrl4569] } else { - yyv4560 = make([]UniqueVolumeName, yyrl4560) + yyv4569 = make([]UniqueVolumeName, yyrl4569) } } else { - yyv4560 = make([]UniqueVolumeName, yyrl4560) + yyv4569 = make([]UniqueVolumeName, yyrl4569) } - yyc4560 = true - yyrr4560 = len(yyv4560) - } else if yyl4560 != len(yyv4560) { - yyv4560 = yyv4560[:yyl4560] - yyc4560 = true + yyc4569 = true + yyrr4569 = len(yyv4569) + } else if yyl4569 != len(yyv4569) { + yyv4569 = yyv4569[:yyl4569] + yyc4569 = true } - yyj4560 := 0 - for ; yyj4560 < yyrr4560; yyj4560++ { - yyh4560.ElemContainerState(yyj4560) + yyj4569 := 0 + for ; yyj4569 < yyrr4569; yyj4569++ { + yyh4569.ElemContainerState(yyj4569) if r.TryDecodeAsNil() { - yyv4560[yyj4560] = "" + yyv4569[yyj4569] = "" } else { - yyv4560[yyj4560] = UniqueVolumeName(r.DecodeString()) + yyv4569[yyj4569] = UniqueVolumeName(r.DecodeString()) } } - if yyrt4560 { - for ; yyj4560 < yyl4560; yyj4560++ { - yyv4560 = append(yyv4560, "") - yyh4560.ElemContainerState(yyj4560) + if yyrt4569 { + for ; yyj4569 < yyl4569; yyj4569++ { + yyv4569 = append(yyv4569, "") + yyh4569.ElemContainerState(yyj4569) if r.TryDecodeAsNil() { - yyv4560[yyj4560] = "" + yyv4569[yyj4569] = "" } else { - yyv4560[yyj4560] = UniqueVolumeName(r.DecodeString()) + yyv4569[yyj4569] = UniqueVolumeName(r.DecodeString()) } } } } else { - yyj4560 := 0 - for ; !r.CheckBreak(); yyj4560++ { + yyj4569 := 0 + for ; !r.CheckBreak(); yyj4569++ { - if yyj4560 >= len(yyv4560) { - yyv4560 = append(yyv4560, "") // var yyz4560 UniqueVolumeName - yyc4560 = true + if yyj4569 >= len(yyv4569) { + yyv4569 = append(yyv4569, "") // var yyz4569 UniqueVolumeName + yyc4569 = true } - yyh4560.ElemContainerState(yyj4560) - if yyj4560 < len(yyv4560) { + yyh4569.ElemContainerState(yyj4569) + if yyj4569 < len(yyv4569) { if r.TryDecodeAsNil() { - yyv4560[yyj4560] = "" + yyv4569[yyj4569] = "" } else { - yyv4560[yyj4560] = UniqueVolumeName(r.DecodeString()) + yyv4569[yyj4569] = UniqueVolumeName(r.DecodeString()) } } else { @@ -58313,17 +58391,17 @@ func (x codecSelfer1234) decSliceUniqueVolumeName(v *[]UniqueVolumeName, d *code } } - if yyj4560 < len(yyv4560) { - yyv4560 = yyv4560[:yyj4560] - yyc4560 = true - } else if yyj4560 == 0 && yyv4560 == nil { - yyv4560 = []UniqueVolumeName{} - yyc4560 = true + if yyj4569 < len(yyv4569) { + yyv4569 = yyv4569[:yyj4569] + yyc4569 = true + } else if yyj4569 == 0 && yyv4569 == nil { + yyv4569 = []UniqueVolumeName{} + yyc4569 = true } } - yyh4560.End() - if yyc4560 { - *v = yyv4560 + yyh4569.End() + if yyc4569 { + *v = yyv4569 } } @@ -58332,10 +58410,10 @@ func (x codecSelfer1234) encSliceAttachedVolume(v []AttachedVolume, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4564 := range v { + for _, yyv4573 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4565 := &yyv4564 - yy4565.CodecEncodeSelf(e) + yy4574 := &yyv4573 + yy4574.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58345,83 +58423,83 @@ func (x codecSelfer1234) decSliceAttachedVolume(v *[]AttachedVolume, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4566 := *v - yyh4566, yyl4566 := z.DecSliceHelperStart() - var yyc4566 bool - if yyl4566 == 0 { - if yyv4566 == nil { - yyv4566 = []AttachedVolume{} - yyc4566 = true - } else if len(yyv4566) != 0 { - yyv4566 = yyv4566[:0] - yyc4566 = true + yyv4575 := *v + yyh4575, yyl4575 := z.DecSliceHelperStart() + var yyc4575 bool + if yyl4575 == 0 { + if yyv4575 == nil { + yyv4575 = []AttachedVolume{} + yyc4575 = true + } else if len(yyv4575) != 0 { + yyv4575 = yyv4575[:0] + yyc4575 = true } - } else if yyl4566 > 0 { - var yyrr4566, yyrl4566 int - var yyrt4566 bool - if yyl4566 > cap(yyv4566) { + } else if yyl4575 > 0 { + var yyrr4575, yyrl4575 int + var yyrt4575 bool + if yyl4575 > cap(yyv4575) { - yyrg4566 := len(yyv4566) > 0 - yyv24566 := yyv4566 - yyrl4566, yyrt4566 = z.DecInferLen(yyl4566, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4566 { - if yyrl4566 <= cap(yyv4566) { - yyv4566 = yyv4566[:yyrl4566] + yyrg4575 := len(yyv4575) > 0 + yyv24575 := yyv4575 + yyrl4575, yyrt4575 = z.DecInferLen(yyl4575, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4575 { + if yyrl4575 <= cap(yyv4575) { + yyv4575 = yyv4575[:yyrl4575] } else { - yyv4566 = make([]AttachedVolume, yyrl4566) + yyv4575 = make([]AttachedVolume, yyrl4575) } } else { - yyv4566 = make([]AttachedVolume, yyrl4566) + yyv4575 = make([]AttachedVolume, yyrl4575) } - yyc4566 = true - yyrr4566 = len(yyv4566) - if yyrg4566 { - copy(yyv4566, yyv24566) + yyc4575 = true + yyrr4575 = len(yyv4575) + if yyrg4575 { + copy(yyv4575, yyv24575) } - } else if yyl4566 != len(yyv4566) { - yyv4566 = yyv4566[:yyl4566] - yyc4566 = true + } else if yyl4575 != len(yyv4575) { + yyv4575 = yyv4575[:yyl4575] + yyc4575 = true } - yyj4566 := 0 - for ; yyj4566 < yyrr4566; yyj4566++ { - yyh4566.ElemContainerState(yyj4566) + yyj4575 := 0 + for ; yyj4575 < yyrr4575; yyj4575++ { + yyh4575.ElemContainerState(yyj4575) if r.TryDecodeAsNil() { - yyv4566[yyj4566] = AttachedVolume{} + yyv4575[yyj4575] = AttachedVolume{} } else { - yyv4567 := &yyv4566[yyj4566] - yyv4567.CodecDecodeSelf(d) + yyv4576 := &yyv4575[yyj4575] + yyv4576.CodecDecodeSelf(d) } } - if yyrt4566 { - for ; yyj4566 < yyl4566; yyj4566++ { - yyv4566 = append(yyv4566, AttachedVolume{}) - yyh4566.ElemContainerState(yyj4566) + if yyrt4575 { + for ; yyj4575 < yyl4575; yyj4575++ { + yyv4575 = append(yyv4575, AttachedVolume{}) + yyh4575.ElemContainerState(yyj4575) if r.TryDecodeAsNil() { - yyv4566[yyj4566] = AttachedVolume{} + yyv4575[yyj4575] = AttachedVolume{} } else { - yyv4568 := &yyv4566[yyj4566] - yyv4568.CodecDecodeSelf(d) + yyv4577 := &yyv4575[yyj4575] + yyv4577.CodecDecodeSelf(d) } } } } else { - yyj4566 := 0 - for ; !r.CheckBreak(); yyj4566++ { + yyj4575 := 0 + for ; !r.CheckBreak(); yyj4575++ { - if yyj4566 >= len(yyv4566) { - yyv4566 = append(yyv4566, AttachedVolume{}) // var yyz4566 AttachedVolume - yyc4566 = true + if yyj4575 >= len(yyv4575) { + yyv4575 = append(yyv4575, AttachedVolume{}) // var yyz4575 AttachedVolume + yyc4575 = true } - yyh4566.ElemContainerState(yyj4566) - if yyj4566 < len(yyv4566) { + yyh4575.ElemContainerState(yyj4575) + if yyj4575 < len(yyv4575) { if r.TryDecodeAsNil() { - yyv4566[yyj4566] = AttachedVolume{} + yyv4575[yyj4575] = AttachedVolume{} } else { - yyv4569 := &yyv4566[yyj4566] - yyv4569.CodecDecodeSelf(d) + yyv4578 := &yyv4575[yyj4575] + yyv4578.CodecDecodeSelf(d) } } else { @@ -58429,17 +58507,17 @@ func (x codecSelfer1234) decSliceAttachedVolume(v *[]AttachedVolume, d *codec197 } } - if yyj4566 < len(yyv4566) { - yyv4566 = yyv4566[:yyj4566] - yyc4566 = true - } else if yyj4566 == 0 && yyv4566 == nil { - yyv4566 = []AttachedVolume{} - yyc4566 = true + if yyj4575 < len(yyv4575) { + yyv4575 = yyv4575[:yyj4575] + yyc4575 = true + } else if yyj4575 == 0 && yyv4575 == nil { + yyv4575 = []AttachedVolume{} + yyc4575 = true } } - yyh4566.End() - if yyc4566 { - *v = yyv4566 + yyh4575.End() + if yyc4575 { + *v = yyv4575 } } @@ -58448,10 +58526,10 @@ func (x codecSelfer1234) encSlicePreferAvoidPodsEntry(v []PreferAvoidPodsEntry, z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4570 := range v { + for _, yyv4579 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4571 := &yyv4570 - yy4571.CodecEncodeSelf(e) + yy4580 := &yyv4579 + yy4580.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58461,83 +58539,83 @@ func (x codecSelfer1234) decSlicePreferAvoidPodsEntry(v *[]PreferAvoidPodsEntry, z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4572 := *v - yyh4572, yyl4572 := z.DecSliceHelperStart() - var yyc4572 bool - if yyl4572 == 0 { - if yyv4572 == nil { - yyv4572 = []PreferAvoidPodsEntry{} - yyc4572 = true - } else if len(yyv4572) != 0 { - yyv4572 = yyv4572[:0] - yyc4572 = true + yyv4581 := *v + yyh4581, yyl4581 := z.DecSliceHelperStart() + var yyc4581 bool + if yyl4581 == 0 { + if yyv4581 == nil { + yyv4581 = []PreferAvoidPodsEntry{} + yyc4581 = true + } else if len(yyv4581) != 0 { + yyv4581 = yyv4581[:0] + yyc4581 = true } - } else if yyl4572 > 0 { - var yyrr4572, yyrl4572 int - var yyrt4572 bool - if yyl4572 > cap(yyv4572) { + } else if yyl4581 > 0 { + var yyrr4581, yyrl4581 int + var yyrt4581 bool + if yyl4581 > cap(yyv4581) { - yyrg4572 := len(yyv4572) > 0 - yyv24572 := yyv4572 - yyrl4572, yyrt4572 = z.DecInferLen(yyl4572, z.DecBasicHandle().MaxInitLen, 64) - if yyrt4572 { - if yyrl4572 <= cap(yyv4572) { - yyv4572 = yyv4572[:yyrl4572] + yyrg4581 := len(yyv4581) > 0 + yyv24581 := yyv4581 + yyrl4581, yyrt4581 = z.DecInferLen(yyl4581, z.DecBasicHandle().MaxInitLen, 64) + if yyrt4581 { + if yyrl4581 <= cap(yyv4581) { + yyv4581 = yyv4581[:yyrl4581] } else { - yyv4572 = make([]PreferAvoidPodsEntry, yyrl4572) + yyv4581 = make([]PreferAvoidPodsEntry, yyrl4581) } } else { - yyv4572 = make([]PreferAvoidPodsEntry, yyrl4572) + yyv4581 = make([]PreferAvoidPodsEntry, yyrl4581) } - yyc4572 = true - yyrr4572 = len(yyv4572) - if yyrg4572 { - copy(yyv4572, yyv24572) + yyc4581 = true + yyrr4581 = len(yyv4581) + if yyrg4581 { + copy(yyv4581, yyv24581) } - } else if yyl4572 != len(yyv4572) { - yyv4572 = yyv4572[:yyl4572] - yyc4572 = true + } else if yyl4581 != len(yyv4581) { + yyv4581 = yyv4581[:yyl4581] + yyc4581 = true } - yyj4572 := 0 - for ; yyj4572 < yyrr4572; yyj4572++ { - yyh4572.ElemContainerState(yyj4572) + yyj4581 := 0 + for ; yyj4581 < yyrr4581; yyj4581++ { + yyh4581.ElemContainerState(yyj4581) if r.TryDecodeAsNil() { - yyv4572[yyj4572] = PreferAvoidPodsEntry{} + yyv4581[yyj4581] = PreferAvoidPodsEntry{} } else { - yyv4573 := &yyv4572[yyj4572] - yyv4573.CodecDecodeSelf(d) + yyv4582 := &yyv4581[yyj4581] + yyv4582.CodecDecodeSelf(d) } } - if yyrt4572 { - for ; yyj4572 < yyl4572; yyj4572++ { - yyv4572 = append(yyv4572, PreferAvoidPodsEntry{}) - yyh4572.ElemContainerState(yyj4572) + if yyrt4581 { + for ; yyj4581 < yyl4581; yyj4581++ { + yyv4581 = append(yyv4581, PreferAvoidPodsEntry{}) + yyh4581.ElemContainerState(yyj4581) if r.TryDecodeAsNil() { - yyv4572[yyj4572] = PreferAvoidPodsEntry{} + yyv4581[yyj4581] = PreferAvoidPodsEntry{} } else { - yyv4574 := &yyv4572[yyj4572] - yyv4574.CodecDecodeSelf(d) + yyv4583 := &yyv4581[yyj4581] + yyv4583.CodecDecodeSelf(d) } } } } else { - yyj4572 := 0 - for ; !r.CheckBreak(); yyj4572++ { + yyj4581 := 0 + for ; !r.CheckBreak(); yyj4581++ { - if yyj4572 >= len(yyv4572) { - yyv4572 = append(yyv4572, PreferAvoidPodsEntry{}) // var yyz4572 PreferAvoidPodsEntry - yyc4572 = true + if yyj4581 >= len(yyv4581) { + yyv4581 = append(yyv4581, PreferAvoidPodsEntry{}) // var yyz4581 PreferAvoidPodsEntry + yyc4581 = true } - yyh4572.ElemContainerState(yyj4572) - if yyj4572 < len(yyv4572) { + yyh4581.ElemContainerState(yyj4581) + if yyj4581 < len(yyv4581) { if r.TryDecodeAsNil() { - yyv4572[yyj4572] = PreferAvoidPodsEntry{} + yyv4581[yyj4581] = PreferAvoidPodsEntry{} } else { - yyv4575 := &yyv4572[yyj4572] - yyv4575.CodecDecodeSelf(d) + yyv4584 := &yyv4581[yyj4581] + yyv4584.CodecDecodeSelf(d) } } else { @@ -58545,17 +58623,17 @@ func (x codecSelfer1234) decSlicePreferAvoidPodsEntry(v *[]PreferAvoidPodsEntry, } } - if yyj4572 < len(yyv4572) { - yyv4572 = yyv4572[:yyj4572] - yyc4572 = true - } else if yyj4572 == 0 && yyv4572 == nil { - yyv4572 = []PreferAvoidPodsEntry{} - yyc4572 = true + if yyj4581 < len(yyv4581) { + yyv4581 = yyv4581[:yyj4581] + yyc4581 = true + } else if yyj4581 == 0 && yyv4581 == nil { + yyv4581 = []PreferAvoidPodsEntry{} + yyc4581 = true } } - yyh4572.End() - if yyc4572 { - *v = yyv4572 + yyh4581.End() + if yyc4581 { + *v = yyv4581 } } @@ -58564,19 +58642,19 @@ func (x codecSelfer1234) encResourceList(v ResourceList, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeMapStart(len(v)) - for yyk4576, yyv4576 := range v { + for yyk4585, yyv4585 := range v { z.EncSendContainerState(codecSelfer_containerMapKey1234) - yyk4576.CodecEncodeSelf(e) + yyk4585.CodecEncodeSelf(e) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4577 := &yyv4576 - yym4578 := z.EncBinary() - _ = yym4578 + yy4586 := &yyv4585 + yym4587 := z.EncBinary() + _ = yym4587 if false { - } else if z.HasExtensions() && z.EncExt(yy4577) { - } else if !yym4578 && z.IsJSONHandle() { - z.EncJSONMarshal(yy4577) + } else if z.HasExtensions() && z.EncExt(yy4586) { + } else if !yym4587 && z.IsJSONHandle() { + z.EncJSONMarshal(yy4586) } else { - z.EncFallback(yy4577) + z.EncFallback(yy4586) } } z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -58587,86 +58665,86 @@ func (x codecSelfer1234) decResourceList(v *ResourceList, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4579 := *v - yyl4579 := r.ReadMapStart() - yybh4579 := z.DecBasicHandle() - if yyv4579 == nil { - yyrl4579, _ := z.DecInferLen(yyl4579, yybh4579.MaxInitLen, 72) - yyv4579 = make(map[ResourceName]pkg3_resource.Quantity, yyrl4579) - *v = yyv4579 + yyv4588 := *v + yyl4588 := r.ReadMapStart() + yybh4588 := z.DecBasicHandle() + if yyv4588 == nil { + yyrl4588, _ := z.DecInferLen(yyl4588, yybh4588.MaxInitLen, 72) + yyv4588 = make(map[ResourceName]pkg3_resource.Quantity, yyrl4588) + *v = yyv4588 } - var yymk4579 ResourceName - var yymv4579 pkg3_resource.Quantity - var yymg4579 bool - if yybh4579.MapValueReset { - yymg4579 = true + var yymk4588 ResourceName + var yymv4588 pkg3_resource.Quantity + var yymg4588 bool + if yybh4588.MapValueReset { + yymg4588 = true } - if yyl4579 > 0 { - for yyj4579 := 0; yyj4579 < yyl4579; yyj4579++ { + if yyl4588 > 0 { + for yyj4588 := 0; yyj4588 < yyl4588; yyj4588++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk4579 = "" + yymk4588 = "" } else { - yymk4579 = ResourceName(r.DecodeString()) + yymk4588 = ResourceName(r.DecodeString()) } - if yymg4579 { - yymv4579 = yyv4579[yymk4579] + if yymg4588 { + yymv4588 = yyv4588[yymk4588] } else { - yymv4579 = pkg3_resource.Quantity{} + yymv4588 = pkg3_resource.Quantity{} } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv4579 = pkg3_resource.Quantity{} + yymv4588 = pkg3_resource.Quantity{} } else { - yyv4581 := &yymv4579 - yym4582 := z.DecBinary() - _ = yym4582 + yyv4590 := &yymv4588 + yym4591 := z.DecBinary() + _ = yym4591 if false { - } else if z.HasExtensions() && z.DecExt(yyv4581) { - } else if !yym4582 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4581) + } else if z.HasExtensions() && z.DecExt(yyv4590) { + } else if !yym4591 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4590) } else { - z.DecFallback(yyv4581, false) + z.DecFallback(yyv4590, false) } } - if yyv4579 != nil { - yyv4579[yymk4579] = yymv4579 + if yyv4588 != nil { + yyv4588[yymk4588] = yymv4588 } } - } else if yyl4579 < 0 { - for yyj4579 := 0; !r.CheckBreak(); yyj4579++ { + } else if yyl4588 < 0 { + for yyj4588 := 0; !r.CheckBreak(); yyj4588++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk4579 = "" + yymk4588 = "" } else { - yymk4579 = ResourceName(r.DecodeString()) + yymk4588 = ResourceName(r.DecodeString()) } - if yymg4579 { - yymv4579 = yyv4579[yymk4579] + if yymg4588 { + yymv4588 = yyv4588[yymk4588] } else { - yymv4579 = pkg3_resource.Quantity{} + yymv4588 = pkg3_resource.Quantity{} } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv4579 = pkg3_resource.Quantity{} + yymv4588 = pkg3_resource.Quantity{} } else { - yyv4584 := &yymv4579 - yym4585 := z.DecBinary() - _ = yym4585 + yyv4593 := &yymv4588 + yym4594 := z.DecBinary() + _ = yym4594 if false { - } else if z.HasExtensions() && z.DecExt(yyv4584) { - } else if !yym4585 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4584) + } else if z.HasExtensions() && z.DecExt(yyv4593) { + } else if !yym4594 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4593) } else { - z.DecFallback(yyv4584, false) + z.DecFallback(yyv4593, false) } } - if yyv4579 != nil { - yyv4579[yymk4579] = yymv4579 + if yyv4588 != nil { + yyv4588[yymk4588] = yymv4588 } } } // else len==0: TODO: Should we clear map entries? @@ -58678,10 +58756,10 @@ func (x codecSelfer1234) encSliceNode(v []Node, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4586 := range v { + for _, yyv4595 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4587 := &yyv4586 - yy4587.CodecEncodeSelf(e) + yy4596 := &yyv4595 + yy4596.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58691,83 +58769,83 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4588 := *v - yyh4588, yyl4588 := z.DecSliceHelperStart() - var yyc4588 bool - if yyl4588 == 0 { - if yyv4588 == nil { - yyv4588 = []Node{} - yyc4588 = true - } else if len(yyv4588) != 0 { - yyv4588 = yyv4588[:0] - yyc4588 = true + yyv4597 := *v + yyh4597, yyl4597 := z.DecSliceHelperStart() + var yyc4597 bool + if yyl4597 == 0 { + if yyv4597 == nil { + yyv4597 = []Node{} + yyc4597 = true + } else if len(yyv4597) != 0 { + yyv4597 = yyv4597[:0] + yyc4597 = true } - } else if yyl4588 > 0 { - var yyrr4588, yyrl4588 int - var yyrt4588 bool - if yyl4588 > cap(yyv4588) { + } else if yyl4597 > 0 { + var yyrr4597, yyrl4597 int + var yyrt4597 bool + if yyl4597 > cap(yyv4597) { - yyrg4588 := len(yyv4588) > 0 - yyv24588 := yyv4588 - yyrl4588, yyrt4588 = z.DecInferLen(yyl4588, z.DecBasicHandle().MaxInitLen, 616) - if yyrt4588 { - if yyrl4588 <= cap(yyv4588) { - yyv4588 = yyv4588[:yyrl4588] + yyrg4597 := len(yyv4597) > 0 + yyv24597 := yyv4597 + yyrl4597, yyrt4597 = z.DecInferLen(yyl4597, z.DecBasicHandle().MaxInitLen, 616) + if yyrt4597 { + if yyrl4597 <= cap(yyv4597) { + yyv4597 = yyv4597[:yyrl4597] } else { - yyv4588 = make([]Node, yyrl4588) + yyv4597 = make([]Node, yyrl4597) } } else { - yyv4588 = make([]Node, yyrl4588) + yyv4597 = make([]Node, yyrl4597) } - yyc4588 = true - yyrr4588 = len(yyv4588) - if yyrg4588 { - copy(yyv4588, yyv24588) + yyc4597 = true + yyrr4597 = len(yyv4597) + if yyrg4597 { + copy(yyv4597, yyv24597) } - } else if yyl4588 != len(yyv4588) { - yyv4588 = yyv4588[:yyl4588] - yyc4588 = true + } else if yyl4597 != len(yyv4597) { + yyv4597 = yyv4597[:yyl4597] + yyc4597 = true } - yyj4588 := 0 - for ; yyj4588 < yyrr4588; yyj4588++ { - yyh4588.ElemContainerState(yyj4588) + yyj4597 := 0 + for ; yyj4597 < yyrr4597; yyj4597++ { + yyh4597.ElemContainerState(yyj4597) if r.TryDecodeAsNil() { - yyv4588[yyj4588] = Node{} + yyv4597[yyj4597] = Node{} } else { - yyv4589 := &yyv4588[yyj4588] - yyv4589.CodecDecodeSelf(d) + yyv4598 := &yyv4597[yyj4597] + yyv4598.CodecDecodeSelf(d) } } - if yyrt4588 { - for ; yyj4588 < yyl4588; yyj4588++ { - yyv4588 = append(yyv4588, Node{}) - yyh4588.ElemContainerState(yyj4588) + if yyrt4597 { + for ; yyj4597 < yyl4597; yyj4597++ { + yyv4597 = append(yyv4597, Node{}) + yyh4597.ElemContainerState(yyj4597) if r.TryDecodeAsNil() { - yyv4588[yyj4588] = Node{} + yyv4597[yyj4597] = Node{} } else { - yyv4590 := &yyv4588[yyj4588] - yyv4590.CodecDecodeSelf(d) + yyv4599 := &yyv4597[yyj4597] + yyv4599.CodecDecodeSelf(d) } } } } else { - yyj4588 := 0 - for ; !r.CheckBreak(); yyj4588++ { + yyj4597 := 0 + for ; !r.CheckBreak(); yyj4597++ { - if yyj4588 >= len(yyv4588) { - yyv4588 = append(yyv4588, Node{}) // var yyz4588 Node - yyc4588 = true + if yyj4597 >= len(yyv4597) { + yyv4597 = append(yyv4597, Node{}) // var yyz4597 Node + yyc4597 = true } - yyh4588.ElemContainerState(yyj4588) - if yyj4588 < len(yyv4588) { + yyh4597.ElemContainerState(yyj4597) + if yyj4597 < len(yyv4597) { if r.TryDecodeAsNil() { - yyv4588[yyj4588] = Node{} + yyv4597[yyj4597] = Node{} } else { - yyv4591 := &yyv4588[yyj4588] - yyv4591.CodecDecodeSelf(d) + yyv4600 := &yyv4597[yyj4597] + yyv4600.CodecDecodeSelf(d) } } else { @@ -58775,17 +58853,17 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { } } - if yyj4588 < len(yyv4588) { - yyv4588 = yyv4588[:yyj4588] - yyc4588 = true - } else if yyj4588 == 0 && yyv4588 == nil { - yyv4588 = []Node{} - yyc4588 = true + if yyj4597 < len(yyv4597) { + yyv4597 = yyv4597[:yyj4597] + yyc4597 = true + } else if yyj4597 == 0 && yyv4597 == nil { + yyv4597 = []Node{} + yyc4597 = true } } - yyh4588.End() - if yyc4588 { - *v = yyv4588 + yyh4597.End() + if yyc4597 { + *v = yyv4597 } } @@ -58794,9 +58872,9 @@ func (x codecSelfer1234) encSliceFinalizerName(v []FinalizerName, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4592 := range v { + for _, yyv4601 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4592.CodecEncodeSelf(e) + yyv4601.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58806,75 +58884,75 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4593 := *v - yyh4593, yyl4593 := z.DecSliceHelperStart() - var yyc4593 bool - if yyl4593 == 0 { - if yyv4593 == nil { - yyv4593 = []FinalizerName{} - yyc4593 = true - } else if len(yyv4593) != 0 { - yyv4593 = yyv4593[:0] - yyc4593 = true + yyv4602 := *v + yyh4602, yyl4602 := z.DecSliceHelperStart() + var yyc4602 bool + if yyl4602 == 0 { + if yyv4602 == nil { + yyv4602 = []FinalizerName{} + yyc4602 = true + } else if len(yyv4602) != 0 { + yyv4602 = yyv4602[:0] + yyc4602 = true } - } else if yyl4593 > 0 { - var yyrr4593, yyrl4593 int - var yyrt4593 bool - if yyl4593 > cap(yyv4593) { + } else if yyl4602 > 0 { + var yyrr4602, yyrl4602 int + var yyrt4602 bool + if yyl4602 > cap(yyv4602) { - yyrl4593, yyrt4593 = z.DecInferLen(yyl4593, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4593 { - if yyrl4593 <= cap(yyv4593) { - yyv4593 = yyv4593[:yyrl4593] + yyrl4602, yyrt4602 = z.DecInferLen(yyl4602, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4602 { + if yyrl4602 <= cap(yyv4602) { + yyv4602 = yyv4602[:yyrl4602] } else { - yyv4593 = make([]FinalizerName, yyrl4593) + yyv4602 = make([]FinalizerName, yyrl4602) } } else { - yyv4593 = make([]FinalizerName, yyrl4593) + yyv4602 = make([]FinalizerName, yyrl4602) } - yyc4593 = true - yyrr4593 = len(yyv4593) - } else if yyl4593 != len(yyv4593) { - yyv4593 = yyv4593[:yyl4593] - yyc4593 = true + yyc4602 = true + yyrr4602 = len(yyv4602) + } else if yyl4602 != len(yyv4602) { + yyv4602 = yyv4602[:yyl4602] + yyc4602 = true } - yyj4593 := 0 - for ; yyj4593 < yyrr4593; yyj4593++ { - yyh4593.ElemContainerState(yyj4593) + yyj4602 := 0 + for ; yyj4602 < yyrr4602; yyj4602++ { + yyh4602.ElemContainerState(yyj4602) if r.TryDecodeAsNil() { - yyv4593[yyj4593] = "" + yyv4602[yyj4602] = "" } else { - yyv4593[yyj4593] = FinalizerName(r.DecodeString()) + yyv4602[yyj4602] = FinalizerName(r.DecodeString()) } } - if yyrt4593 { - for ; yyj4593 < yyl4593; yyj4593++ { - yyv4593 = append(yyv4593, "") - yyh4593.ElemContainerState(yyj4593) + if yyrt4602 { + for ; yyj4602 < yyl4602; yyj4602++ { + yyv4602 = append(yyv4602, "") + yyh4602.ElemContainerState(yyj4602) if r.TryDecodeAsNil() { - yyv4593[yyj4593] = "" + yyv4602[yyj4602] = "" } else { - yyv4593[yyj4593] = FinalizerName(r.DecodeString()) + yyv4602[yyj4602] = FinalizerName(r.DecodeString()) } } } } else { - yyj4593 := 0 - for ; !r.CheckBreak(); yyj4593++ { + yyj4602 := 0 + for ; !r.CheckBreak(); yyj4602++ { - if yyj4593 >= len(yyv4593) { - yyv4593 = append(yyv4593, "") // var yyz4593 FinalizerName - yyc4593 = true + if yyj4602 >= len(yyv4602) { + yyv4602 = append(yyv4602, "") // var yyz4602 FinalizerName + yyc4602 = true } - yyh4593.ElemContainerState(yyj4593) - if yyj4593 < len(yyv4593) { + yyh4602.ElemContainerState(yyj4602) + if yyj4602 < len(yyv4602) { if r.TryDecodeAsNil() { - yyv4593[yyj4593] = "" + yyv4602[yyj4602] = "" } else { - yyv4593[yyj4593] = FinalizerName(r.DecodeString()) + yyv4602[yyj4602] = FinalizerName(r.DecodeString()) } } else { @@ -58882,17 +58960,17 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. } } - if yyj4593 < len(yyv4593) { - yyv4593 = yyv4593[:yyj4593] - yyc4593 = true - } else if yyj4593 == 0 && yyv4593 == nil { - yyv4593 = []FinalizerName{} - yyc4593 = true + if yyj4602 < len(yyv4602) { + yyv4602 = yyv4602[:yyj4602] + yyc4602 = true + } else if yyj4602 == 0 && yyv4602 == nil { + yyv4602 = []FinalizerName{} + yyc4602 = true } } - yyh4593.End() - if yyc4593 { - *v = yyv4593 + yyh4602.End() + if yyc4602 { + *v = yyv4602 } } @@ -58901,10 +58979,10 @@ func (x codecSelfer1234) encSliceNamespace(v []Namespace, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4597 := range v { + for _, yyv4606 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4598 := &yyv4597 - yy4598.CodecEncodeSelf(e) + yy4607 := &yyv4606 + yy4607.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58914,83 +58992,83 @@ func (x codecSelfer1234) decSliceNamespace(v *[]Namespace, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4599 := *v - yyh4599, yyl4599 := z.DecSliceHelperStart() - var yyc4599 bool - if yyl4599 == 0 { - if yyv4599 == nil { - yyv4599 = []Namespace{} - yyc4599 = true - } else if len(yyv4599) != 0 { - yyv4599 = yyv4599[:0] - yyc4599 = true + yyv4608 := *v + yyh4608, yyl4608 := z.DecSliceHelperStart() + var yyc4608 bool + if yyl4608 == 0 { + if yyv4608 == nil { + yyv4608 = []Namespace{} + yyc4608 = true + } else if len(yyv4608) != 0 { + yyv4608 = yyv4608[:0] + yyc4608 = true } - } else if yyl4599 > 0 { - var yyrr4599, yyrl4599 int - var yyrt4599 bool - if yyl4599 > cap(yyv4599) { + } else if yyl4608 > 0 { + var yyrr4608, yyrl4608 int + var yyrt4608 bool + if yyl4608 > cap(yyv4608) { - yyrg4599 := len(yyv4599) > 0 - yyv24599 := yyv4599 - yyrl4599, yyrt4599 = z.DecInferLen(yyl4599, z.DecBasicHandle().MaxInitLen, 280) - if yyrt4599 { - if yyrl4599 <= cap(yyv4599) { - yyv4599 = yyv4599[:yyrl4599] + yyrg4608 := len(yyv4608) > 0 + yyv24608 := yyv4608 + yyrl4608, yyrt4608 = z.DecInferLen(yyl4608, z.DecBasicHandle().MaxInitLen, 280) + if yyrt4608 { + if yyrl4608 <= cap(yyv4608) { + yyv4608 = yyv4608[:yyrl4608] } else { - yyv4599 = make([]Namespace, yyrl4599) + yyv4608 = make([]Namespace, yyrl4608) } } else { - yyv4599 = make([]Namespace, yyrl4599) + yyv4608 = make([]Namespace, yyrl4608) } - yyc4599 = true - yyrr4599 = len(yyv4599) - if yyrg4599 { - copy(yyv4599, yyv24599) + yyc4608 = true + yyrr4608 = len(yyv4608) + if yyrg4608 { + copy(yyv4608, yyv24608) } - } else if yyl4599 != len(yyv4599) { - yyv4599 = yyv4599[:yyl4599] - yyc4599 = true + } else if yyl4608 != len(yyv4608) { + yyv4608 = yyv4608[:yyl4608] + yyc4608 = true } - yyj4599 := 0 - for ; yyj4599 < yyrr4599; yyj4599++ { - yyh4599.ElemContainerState(yyj4599) + yyj4608 := 0 + for ; yyj4608 < yyrr4608; yyj4608++ { + yyh4608.ElemContainerState(yyj4608) if r.TryDecodeAsNil() { - yyv4599[yyj4599] = Namespace{} + yyv4608[yyj4608] = Namespace{} } else { - yyv4600 := &yyv4599[yyj4599] - yyv4600.CodecDecodeSelf(d) + yyv4609 := &yyv4608[yyj4608] + yyv4609.CodecDecodeSelf(d) } } - if yyrt4599 { - for ; yyj4599 < yyl4599; yyj4599++ { - yyv4599 = append(yyv4599, Namespace{}) - yyh4599.ElemContainerState(yyj4599) + if yyrt4608 { + for ; yyj4608 < yyl4608; yyj4608++ { + yyv4608 = append(yyv4608, Namespace{}) + yyh4608.ElemContainerState(yyj4608) if r.TryDecodeAsNil() { - yyv4599[yyj4599] = Namespace{} + yyv4608[yyj4608] = Namespace{} } else { - yyv4601 := &yyv4599[yyj4599] - yyv4601.CodecDecodeSelf(d) + yyv4610 := &yyv4608[yyj4608] + yyv4610.CodecDecodeSelf(d) } } } } else { - yyj4599 := 0 - for ; !r.CheckBreak(); yyj4599++ { + yyj4608 := 0 + for ; !r.CheckBreak(); yyj4608++ { - if yyj4599 >= len(yyv4599) { - yyv4599 = append(yyv4599, Namespace{}) // var yyz4599 Namespace - yyc4599 = true + if yyj4608 >= len(yyv4608) { + yyv4608 = append(yyv4608, Namespace{}) // var yyz4608 Namespace + yyc4608 = true } - yyh4599.ElemContainerState(yyj4599) - if yyj4599 < len(yyv4599) { + yyh4608.ElemContainerState(yyj4608) + if yyj4608 < len(yyv4608) { if r.TryDecodeAsNil() { - yyv4599[yyj4599] = Namespace{} + yyv4608[yyj4608] = Namespace{} } else { - yyv4602 := &yyv4599[yyj4599] - yyv4602.CodecDecodeSelf(d) + yyv4611 := &yyv4608[yyj4608] + yyv4611.CodecDecodeSelf(d) } } else { @@ -58998,17 +59076,17 @@ func (x codecSelfer1234) decSliceNamespace(v *[]Namespace, d *codec1978.Decoder) } } - if yyj4599 < len(yyv4599) { - yyv4599 = yyv4599[:yyj4599] - yyc4599 = true - } else if yyj4599 == 0 && yyv4599 == nil { - yyv4599 = []Namespace{} - yyc4599 = true + if yyj4608 < len(yyv4608) { + yyv4608 = yyv4608[:yyj4608] + yyc4608 = true + } else if yyj4608 == 0 && yyv4608 == nil { + yyv4608 = []Namespace{} + yyc4608 = true } } - yyh4599.End() - if yyc4599 { - *v = yyv4599 + yyh4608.End() + if yyc4608 { + *v = yyv4608 } } @@ -59017,10 +59095,10 @@ func (x codecSelfer1234) encSliceEvent(v []Event, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4603 := range v { + for _, yyv4612 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4604 := &yyv4603 - yy4604.CodecEncodeSelf(e) + yy4613 := &yyv4612 + yy4613.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59030,83 +59108,83 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4605 := *v - yyh4605, yyl4605 := z.DecSliceHelperStart() - var yyc4605 bool - if yyl4605 == 0 { - if yyv4605 == nil { - yyv4605 = []Event{} - yyc4605 = true - } else if len(yyv4605) != 0 { - yyv4605 = yyv4605[:0] - yyc4605 = true + yyv4614 := *v + yyh4614, yyl4614 := z.DecSliceHelperStart() + var yyc4614 bool + if yyl4614 == 0 { + if yyv4614 == nil { + yyv4614 = []Event{} + yyc4614 = true + } else if len(yyv4614) != 0 { + yyv4614 = yyv4614[:0] + yyc4614 = true } - } else if yyl4605 > 0 { - var yyrr4605, yyrl4605 int - var yyrt4605 bool - if yyl4605 > cap(yyv4605) { + } else if yyl4614 > 0 { + var yyrr4614, yyrl4614 int + var yyrt4614 bool + if yyl4614 > cap(yyv4614) { - yyrg4605 := len(yyv4605) > 0 - yyv24605 := yyv4605 - yyrl4605, yyrt4605 = z.DecInferLen(yyl4605, z.DecBasicHandle().MaxInitLen, 488) - if yyrt4605 { - if yyrl4605 <= cap(yyv4605) { - yyv4605 = yyv4605[:yyrl4605] + yyrg4614 := len(yyv4614) > 0 + yyv24614 := yyv4614 + yyrl4614, yyrt4614 = z.DecInferLen(yyl4614, z.DecBasicHandle().MaxInitLen, 488) + if yyrt4614 { + if yyrl4614 <= cap(yyv4614) { + yyv4614 = yyv4614[:yyrl4614] } else { - yyv4605 = make([]Event, yyrl4605) + yyv4614 = make([]Event, yyrl4614) } } else { - yyv4605 = make([]Event, yyrl4605) + yyv4614 = make([]Event, yyrl4614) } - yyc4605 = true - yyrr4605 = len(yyv4605) - if yyrg4605 { - copy(yyv4605, yyv24605) + yyc4614 = true + yyrr4614 = len(yyv4614) + if yyrg4614 { + copy(yyv4614, yyv24614) } - } else if yyl4605 != len(yyv4605) { - yyv4605 = yyv4605[:yyl4605] - yyc4605 = true + } else if yyl4614 != len(yyv4614) { + yyv4614 = yyv4614[:yyl4614] + yyc4614 = true } - yyj4605 := 0 - for ; yyj4605 < yyrr4605; yyj4605++ { - yyh4605.ElemContainerState(yyj4605) + yyj4614 := 0 + for ; yyj4614 < yyrr4614; yyj4614++ { + yyh4614.ElemContainerState(yyj4614) if r.TryDecodeAsNil() { - yyv4605[yyj4605] = Event{} + yyv4614[yyj4614] = Event{} } else { - yyv4606 := &yyv4605[yyj4605] - yyv4606.CodecDecodeSelf(d) + yyv4615 := &yyv4614[yyj4614] + yyv4615.CodecDecodeSelf(d) } } - if yyrt4605 { - for ; yyj4605 < yyl4605; yyj4605++ { - yyv4605 = append(yyv4605, Event{}) - yyh4605.ElemContainerState(yyj4605) + if yyrt4614 { + for ; yyj4614 < yyl4614; yyj4614++ { + yyv4614 = append(yyv4614, Event{}) + yyh4614.ElemContainerState(yyj4614) if r.TryDecodeAsNil() { - yyv4605[yyj4605] = Event{} + yyv4614[yyj4614] = Event{} } else { - yyv4607 := &yyv4605[yyj4605] - yyv4607.CodecDecodeSelf(d) + yyv4616 := &yyv4614[yyj4614] + yyv4616.CodecDecodeSelf(d) } } } } else { - yyj4605 := 0 - for ; !r.CheckBreak(); yyj4605++ { + yyj4614 := 0 + for ; !r.CheckBreak(); yyj4614++ { - if yyj4605 >= len(yyv4605) { - yyv4605 = append(yyv4605, Event{}) // var yyz4605 Event - yyc4605 = true + if yyj4614 >= len(yyv4614) { + yyv4614 = append(yyv4614, Event{}) // var yyz4614 Event + yyc4614 = true } - yyh4605.ElemContainerState(yyj4605) - if yyj4605 < len(yyv4605) { + yyh4614.ElemContainerState(yyj4614) + if yyj4614 < len(yyv4614) { if r.TryDecodeAsNil() { - yyv4605[yyj4605] = Event{} + yyv4614[yyj4614] = Event{} } else { - yyv4608 := &yyv4605[yyj4605] - yyv4608.CodecDecodeSelf(d) + yyv4617 := &yyv4614[yyj4614] + yyv4617.CodecDecodeSelf(d) } } else { @@ -59114,17 +59192,17 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { } } - if yyj4605 < len(yyv4605) { - yyv4605 = yyv4605[:yyj4605] - yyc4605 = true - } else if yyj4605 == 0 && yyv4605 == nil { - yyv4605 = []Event{} - yyc4605 = true + if yyj4614 < len(yyv4614) { + yyv4614 = yyv4614[:yyj4614] + yyc4614 = true + } else if yyj4614 == 0 && yyv4614 == nil { + yyv4614 = []Event{} + yyc4614 = true } } - yyh4605.End() - if yyc4605 { - *v = yyv4605 + yyh4614.End() + if yyc4614 { + *v = yyv4614 } } @@ -59133,17 +59211,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 _, yyv4609 := range v { + for _, yyv4618 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyv4609 == nil { + if yyv4618 == nil { r.EncodeNil() } else { - yym4610 := z.EncBinary() - _ = yym4610 + yym4619 := z.EncBinary() + _ = yym4619 if false { - } else if z.HasExtensions() && z.EncExt(yyv4609) { + } else if z.HasExtensions() && z.EncExt(yyv4618) { } else { - z.EncFallback(yyv4609) + z.EncFallback(yyv4618) } } } @@ -59155,74 +59233,74 @@ func (x codecSelfer1234) decSliceruntime_Object(v *[]pkg7_runtime.Object, d *cod z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4611 := *v - yyh4611, yyl4611 := z.DecSliceHelperStart() - var yyc4611 bool - if yyl4611 == 0 { - if yyv4611 == nil { - yyv4611 = []pkg7_runtime.Object{} - yyc4611 = true - } else if len(yyv4611) != 0 { - yyv4611 = yyv4611[:0] - yyc4611 = true + yyv4620 := *v + yyh4620, yyl4620 := z.DecSliceHelperStart() + var yyc4620 bool + if yyl4620 == 0 { + if yyv4620 == nil { + yyv4620 = []pkg7_runtime.Object{} + yyc4620 = true + } else if len(yyv4620) != 0 { + yyv4620 = yyv4620[:0] + yyc4620 = true } - } else if yyl4611 > 0 { - var yyrr4611, yyrl4611 int - var yyrt4611 bool - if yyl4611 > cap(yyv4611) { + } else if yyl4620 > 0 { + var yyrr4620, yyrl4620 int + var yyrt4620 bool + if yyl4620 > cap(yyv4620) { - yyrg4611 := len(yyv4611) > 0 - yyv24611 := yyv4611 - yyrl4611, yyrt4611 = z.DecInferLen(yyl4611, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4611 { - if yyrl4611 <= cap(yyv4611) { - yyv4611 = yyv4611[:yyrl4611] + yyrg4620 := len(yyv4620) > 0 + yyv24620 := yyv4620 + yyrl4620, yyrt4620 = z.DecInferLen(yyl4620, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4620 { + if yyrl4620 <= cap(yyv4620) { + yyv4620 = yyv4620[:yyrl4620] } else { - yyv4611 = make([]pkg7_runtime.Object, yyrl4611) + yyv4620 = make([]pkg7_runtime.Object, yyrl4620) } } else { - yyv4611 = make([]pkg7_runtime.Object, yyrl4611) + yyv4620 = make([]pkg7_runtime.Object, yyrl4620) } - yyc4611 = true - yyrr4611 = len(yyv4611) - if yyrg4611 { - copy(yyv4611, yyv24611) + yyc4620 = true + yyrr4620 = len(yyv4620) + if yyrg4620 { + copy(yyv4620, yyv24620) } - } else if yyl4611 != len(yyv4611) { - yyv4611 = yyv4611[:yyl4611] - yyc4611 = true + } else if yyl4620 != len(yyv4620) { + yyv4620 = yyv4620[:yyl4620] + yyc4620 = true } - yyj4611 := 0 - for ; yyj4611 < yyrr4611; yyj4611++ { - yyh4611.ElemContainerState(yyj4611) + yyj4620 := 0 + for ; yyj4620 < yyrr4620; yyj4620++ { + yyh4620.ElemContainerState(yyj4620) if r.TryDecodeAsNil() { - yyv4611[yyj4611] = nil + yyv4620[yyj4620] = nil } else { - yyv4612 := &yyv4611[yyj4611] - yym4613 := z.DecBinary() - _ = yym4613 + yyv4621 := &yyv4620[yyj4620] + yym4622 := z.DecBinary() + _ = yym4622 if false { - } else if z.HasExtensions() && z.DecExt(yyv4612) { + } else if z.HasExtensions() && z.DecExt(yyv4621) { } else { - z.DecFallback(yyv4612, true) + z.DecFallback(yyv4621, true) } } } - if yyrt4611 { - for ; yyj4611 < yyl4611; yyj4611++ { - yyv4611 = append(yyv4611, nil) - yyh4611.ElemContainerState(yyj4611) + if yyrt4620 { + for ; yyj4620 < yyl4620; yyj4620++ { + yyv4620 = append(yyv4620, nil) + yyh4620.ElemContainerState(yyj4620) if r.TryDecodeAsNil() { - yyv4611[yyj4611] = nil + yyv4620[yyj4620] = nil } else { - yyv4614 := &yyv4611[yyj4611] - yym4615 := z.DecBinary() - _ = yym4615 + yyv4623 := &yyv4620[yyj4620] + yym4624 := z.DecBinary() + _ = yym4624 if false { - } else if z.HasExtensions() && z.DecExt(yyv4614) { + } else if z.HasExtensions() && z.DecExt(yyv4623) { } else { - z.DecFallback(yyv4614, true) + z.DecFallback(yyv4623, true) } } @@ -59230,25 +59308,25 @@ func (x codecSelfer1234) decSliceruntime_Object(v *[]pkg7_runtime.Object, d *cod } } else { - yyj4611 := 0 - for ; !r.CheckBreak(); yyj4611++ { + yyj4620 := 0 + for ; !r.CheckBreak(); yyj4620++ { - if yyj4611 >= len(yyv4611) { - yyv4611 = append(yyv4611, nil) // var yyz4611 pkg7_runtime.Object - yyc4611 = true + if yyj4620 >= len(yyv4620) { + yyv4620 = append(yyv4620, nil) // var yyz4620 pkg7_runtime.Object + yyc4620 = true } - yyh4611.ElemContainerState(yyj4611) - if yyj4611 < len(yyv4611) { + yyh4620.ElemContainerState(yyj4620) + if yyj4620 < len(yyv4620) { if r.TryDecodeAsNil() { - yyv4611[yyj4611] = nil + yyv4620[yyj4620] = nil } else { - yyv4616 := &yyv4611[yyj4611] - yym4617 := z.DecBinary() - _ = yym4617 + yyv4625 := &yyv4620[yyj4620] + yym4626 := z.DecBinary() + _ = yym4626 if false { - } else if z.HasExtensions() && z.DecExt(yyv4616) { + } else if z.HasExtensions() && z.DecExt(yyv4625) { } else { - z.DecFallback(yyv4616, true) + z.DecFallback(yyv4625, true) } } @@ -59257,17 +59335,17 @@ func (x codecSelfer1234) decSliceruntime_Object(v *[]pkg7_runtime.Object, d *cod } } - if yyj4611 < len(yyv4611) { - yyv4611 = yyv4611[:yyj4611] - yyc4611 = true - } else if yyj4611 == 0 && yyv4611 == nil { - yyv4611 = []pkg7_runtime.Object{} - yyc4611 = true + if yyj4620 < len(yyv4620) { + yyv4620 = yyv4620[:yyj4620] + yyc4620 = true + } else if yyj4620 == 0 && yyv4620 == nil { + yyv4620 = []pkg7_runtime.Object{} + yyc4620 = true } } - yyh4611.End() - if yyc4611 { - *v = yyv4611 + yyh4620.End() + if yyc4620 { + *v = yyv4620 } } @@ -59276,10 +59354,10 @@ func (x codecSelfer1234) encSliceLimitRangeItem(v []LimitRangeItem, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4618 := range v { + for _, yyv4627 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4619 := &yyv4618 - yy4619.CodecEncodeSelf(e) + yy4628 := &yyv4627 + yy4628.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59289,83 +59367,83 @@ func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4620 := *v - yyh4620, yyl4620 := z.DecSliceHelperStart() - var yyc4620 bool - if yyl4620 == 0 { - if yyv4620 == nil { - yyv4620 = []LimitRangeItem{} - yyc4620 = true - } else if len(yyv4620) != 0 { - yyv4620 = yyv4620[:0] - yyc4620 = true + yyv4629 := *v + yyh4629, yyl4629 := z.DecSliceHelperStart() + var yyc4629 bool + if yyl4629 == 0 { + if yyv4629 == nil { + yyv4629 = []LimitRangeItem{} + yyc4629 = true + } else if len(yyv4629) != 0 { + yyv4629 = yyv4629[:0] + yyc4629 = true } - } else if yyl4620 > 0 { - var yyrr4620, yyrl4620 int - var yyrt4620 bool - if yyl4620 > cap(yyv4620) { + } else if yyl4629 > 0 { + var yyrr4629, yyrl4629 int + var yyrt4629 bool + if yyl4629 > cap(yyv4629) { - yyrg4620 := len(yyv4620) > 0 - yyv24620 := yyv4620 - yyrl4620, yyrt4620 = z.DecInferLen(yyl4620, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4620 { - if yyrl4620 <= cap(yyv4620) { - yyv4620 = yyv4620[:yyrl4620] + 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 { - yyv4620 = make([]LimitRangeItem, yyrl4620) + yyv4629 = make([]LimitRangeItem, yyrl4629) } } else { - yyv4620 = make([]LimitRangeItem, yyrl4620) + yyv4629 = make([]LimitRangeItem, yyrl4629) } - yyc4620 = true - yyrr4620 = len(yyv4620) - if yyrg4620 { - copy(yyv4620, yyv24620) + yyc4629 = true + yyrr4629 = len(yyv4629) + if yyrg4629 { + copy(yyv4629, yyv24629) } - } else if yyl4620 != len(yyv4620) { - yyv4620 = yyv4620[:yyl4620] - yyc4620 = true + } else if yyl4629 != len(yyv4629) { + yyv4629 = yyv4629[:yyl4629] + yyc4629 = true } - yyj4620 := 0 - for ; yyj4620 < yyrr4620; yyj4620++ { - yyh4620.ElemContainerState(yyj4620) + yyj4629 := 0 + for ; yyj4629 < yyrr4629; yyj4629++ { + yyh4629.ElemContainerState(yyj4629) if r.TryDecodeAsNil() { - yyv4620[yyj4620] = LimitRangeItem{} + yyv4629[yyj4629] = LimitRangeItem{} } else { - yyv4621 := &yyv4620[yyj4620] - yyv4621.CodecDecodeSelf(d) + yyv4630 := &yyv4629[yyj4629] + yyv4630.CodecDecodeSelf(d) } } - if yyrt4620 { - for ; yyj4620 < yyl4620; yyj4620++ { - yyv4620 = append(yyv4620, LimitRangeItem{}) - yyh4620.ElemContainerState(yyj4620) + if yyrt4629 { + for ; yyj4629 < yyl4629; yyj4629++ { + yyv4629 = append(yyv4629, LimitRangeItem{}) + yyh4629.ElemContainerState(yyj4629) if r.TryDecodeAsNil() { - yyv4620[yyj4620] = LimitRangeItem{} + yyv4629[yyj4629] = LimitRangeItem{} } else { - yyv4622 := &yyv4620[yyj4620] - yyv4622.CodecDecodeSelf(d) + yyv4631 := &yyv4629[yyj4629] + yyv4631.CodecDecodeSelf(d) } } } } else { - yyj4620 := 0 - for ; !r.CheckBreak(); yyj4620++ { + yyj4629 := 0 + for ; !r.CheckBreak(); yyj4629++ { - if yyj4620 >= len(yyv4620) { - yyv4620 = append(yyv4620, LimitRangeItem{}) // var yyz4620 LimitRangeItem - yyc4620 = true + if yyj4629 >= len(yyv4629) { + yyv4629 = append(yyv4629, LimitRangeItem{}) // var yyz4629 LimitRangeItem + yyc4629 = true } - yyh4620.ElemContainerState(yyj4620) - if yyj4620 < len(yyv4620) { + yyh4629.ElemContainerState(yyj4629) + if yyj4629 < len(yyv4629) { if r.TryDecodeAsNil() { - yyv4620[yyj4620] = LimitRangeItem{} + yyv4629[yyj4629] = LimitRangeItem{} } else { - yyv4623 := &yyv4620[yyj4620] - yyv4623.CodecDecodeSelf(d) + yyv4632 := &yyv4629[yyj4629] + yyv4632.CodecDecodeSelf(d) } } else { @@ -59373,17 +59451,17 @@ func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec197 } } - if yyj4620 < len(yyv4620) { - yyv4620 = yyv4620[:yyj4620] - yyc4620 = true - } else if yyj4620 == 0 && yyv4620 == nil { - yyv4620 = []LimitRangeItem{} - yyc4620 = true + if yyj4629 < len(yyv4629) { + yyv4629 = yyv4629[:yyj4629] + yyc4629 = true + } else if yyj4629 == 0 && yyv4629 == nil { + yyv4629 = []LimitRangeItem{} + yyc4629 = true } } - yyh4620.End() - if yyc4620 { - *v = yyv4620 + yyh4629.End() + if yyc4629 { + *v = yyv4629 } } @@ -59392,10 +59470,10 @@ func (x codecSelfer1234) encSliceLimitRange(v []LimitRange, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4624 := range v { + for _, yyv4633 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4625 := &yyv4624 - yy4625.CodecEncodeSelf(e) + yy4634 := &yyv4633 + yy4634.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59405,83 +59483,83 @@ func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4626 := *v - yyh4626, yyl4626 := z.DecSliceHelperStart() - var yyc4626 bool - if yyl4626 == 0 { - if yyv4626 == nil { - yyv4626 = []LimitRange{} - yyc4626 = true - } else if len(yyv4626) != 0 { - yyv4626 = yyv4626[:0] - yyc4626 = true + yyv4635 := *v + yyh4635, yyl4635 := z.DecSliceHelperStart() + var yyc4635 bool + if yyl4635 == 0 { + if yyv4635 == nil { + yyv4635 = []LimitRange{} + yyc4635 = true + } else if len(yyv4635) != 0 { + yyv4635 = yyv4635[:0] + yyc4635 = true } - } else if yyl4626 > 0 { - var yyrr4626, yyrl4626 int - var yyrt4626 bool - if yyl4626 > cap(yyv4626) { + } else if yyl4635 > 0 { + var yyrr4635, yyrl4635 int + var yyrt4635 bool + if yyl4635 > cap(yyv4635) { - yyrg4626 := len(yyv4626) > 0 - yyv24626 := yyv4626 - yyrl4626, yyrt4626 = z.DecInferLen(yyl4626, z.DecBasicHandle().MaxInitLen, 264) - if yyrt4626 { - if yyrl4626 <= cap(yyv4626) { - yyv4626 = yyv4626[:yyrl4626] + yyrg4635 := len(yyv4635) > 0 + yyv24635 := yyv4635 + yyrl4635, yyrt4635 = z.DecInferLen(yyl4635, z.DecBasicHandle().MaxInitLen, 264) + if yyrt4635 { + if yyrl4635 <= cap(yyv4635) { + yyv4635 = yyv4635[:yyrl4635] } else { - yyv4626 = make([]LimitRange, yyrl4626) + yyv4635 = make([]LimitRange, yyrl4635) } } else { - yyv4626 = make([]LimitRange, yyrl4626) + yyv4635 = make([]LimitRange, yyrl4635) } - yyc4626 = true - yyrr4626 = len(yyv4626) - if yyrg4626 { - copy(yyv4626, yyv24626) + yyc4635 = true + yyrr4635 = len(yyv4635) + if yyrg4635 { + copy(yyv4635, yyv24635) } - } else if yyl4626 != len(yyv4626) { - yyv4626 = yyv4626[:yyl4626] - yyc4626 = true + } else if yyl4635 != len(yyv4635) { + yyv4635 = yyv4635[:yyl4635] + yyc4635 = true } - yyj4626 := 0 - for ; yyj4626 < yyrr4626; yyj4626++ { - yyh4626.ElemContainerState(yyj4626) + yyj4635 := 0 + for ; yyj4635 < yyrr4635; yyj4635++ { + yyh4635.ElemContainerState(yyj4635) if r.TryDecodeAsNil() { - yyv4626[yyj4626] = LimitRange{} + yyv4635[yyj4635] = LimitRange{} } else { - yyv4627 := &yyv4626[yyj4626] - yyv4627.CodecDecodeSelf(d) + yyv4636 := &yyv4635[yyj4635] + yyv4636.CodecDecodeSelf(d) } } - if yyrt4626 { - for ; yyj4626 < yyl4626; yyj4626++ { - yyv4626 = append(yyv4626, LimitRange{}) - yyh4626.ElemContainerState(yyj4626) + if yyrt4635 { + for ; yyj4635 < yyl4635; yyj4635++ { + yyv4635 = append(yyv4635, LimitRange{}) + yyh4635.ElemContainerState(yyj4635) if r.TryDecodeAsNil() { - yyv4626[yyj4626] = LimitRange{} + yyv4635[yyj4635] = LimitRange{} } else { - yyv4628 := &yyv4626[yyj4626] - yyv4628.CodecDecodeSelf(d) + yyv4637 := &yyv4635[yyj4635] + yyv4637.CodecDecodeSelf(d) } } } } else { - yyj4626 := 0 - for ; !r.CheckBreak(); yyj4626++ { + yyj4635 := 0 + for ; !r.CheckBreak(); yyj4635++ { - if yyj4626 >= len(yyv4626) { - yyv4626 = append(yyv4626, LimitRange{}) // var yyz4626 LimitRange - yyc4626 = true + if yyj4635 >= len(yyv4635) { + yyv4635 = append(yyv4635, LimitRange{}) // var yyz4635 LimitRange + yyc4635 = true } - yyh4626.ElemContainerState(yyj4626) - if yyj4626 < len(yyv4626) { + yyh4635.ElemContainerState(yyj4635) + if yyj4635 < len(yyv4635) { if r.TryDecodeAsNil() { - yyv4626[yyj4626] = LimitRange{} + yyv4635[yyj4635] = LimitRange{} } else { - yyv4629 := &yyv4626[yyj4626] - yyv4629.CodecDecodeSelf(d) + yyv4638 := &yyv4635[yyj4635] + yyv4638.CodecDecodeSelf(d) } } else { @@ -59489,17 +59567,17 @@ func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decode } } - if yyj4626 < len(yyv4626) { - yyv4626 = yyv4626[:yyj4626] - yyc4626 = true - } else if yyj4626 == 0 && yyv4626 == nil { - yyv4626 = []LimitRange{} - yyc4626 = true + if yyj4635 < len(yyv4635) { + yyv4635 = yyv4635[:yyj4635] + yyc4635 = true + } else if yyj4635 == 0 && yyv4635 == nil { + yyv4635 = []LimitRange{} + yyc4635 = true } } - yyh4626.End() - if yyc4626 { - *v = yyv4626 + yyh4635.End() + if yyc4635 { + *v = yyv4635 } } @@ -59508,9 +59586,9 @@ func (x codecSelfer1234) encSliceResourceQuotaScope(v []ResourceQuotaScope, e *c z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4630 := range v { + for _, yyv4639 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4630.CodecEncodeSelf(e) + yyv4639.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59520,75 +59598,75 @@ func (x codecSelfer1234) decSliceResourceQuotaScope(v *[]ResourceQuotaScope, d * z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4631 := *v - yyh4631, yyl4631 := z.DecSliceHelperStart() - var yyc4631 bool - if yyl4631 == 0 { - if yyv4631 == nil { - yyv4631 = []ResourceQuotaScope{} - yyc4631 = true - } else if len(yyv4631) != 0 { - yyv4631 = yyv4631[:0] - yyc4631 = true + yyv4640 := *v + yyh4640, yyl4640 := z.DecSliceHelperStart() + var yyc4640 bool + if yyl4640 == 0 { + if yyv4640 == nil { + yyv4640 = []ResourceQuotaScope{} + yyc4640 = true + } else if len(yyv4640) != 0 { + yyv4640 = yyv4640[:0] + yyc4640 = true } - } else if yyl4631 > 0 { - var yyrr4631, yyrl4631 int - var yyrt4631 bool - if yyl4631 > cap(yyv4631) { + } else if yyl4640 > 0 { + var yyrr4640, yyrl4640 int + var yyrt4640 bool + if yyl4640 > cap(yyv4640) { - yyrl4631, yyrt4631 = z.DecInferLen(yyl4631, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4631 { - if yyrl4631 <= cap(yyv4631) { - yyv4631 = yyv4631[:yyrl4631] + yyrl4640, yyrt4640 = z.DecInferLen(yyl4640, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4640 { + if yyrl4640 <= cap(yyv4640) { + yyv4640 = yyv4640[:yyrl4640] } else { - yyv4631 = make([]ResourceQuotaScope, yyrl4631) + yyv4640 = make([]ResourceQuotaScope, yyrl4640) } } else { - yyv4631 = make([]ResourceQuotaScope, yyrl4631) + yyv4640 = make([]ResourceQuotaScope, yyrl4640) } - yyc4631 = true - yyrr4631 = len(yyv4631) - } else if yyl4631 != len(yyv4631) { - yyv4631 = yyv4631[:yyl4631] - yyc4631 = true + yyc4640 = true + yyrr4640 = len(yyv4640) + } else if yyl4640 != len(yyv4640) { + yyv4640 = yyv4640[:yyl4640] + yyc4640 = true } - yyj4631 := 0 - for ; yyj4631 < yyrr4631; yyj4631++ { - yyh4631.ElemContainerState(yyj4631) + yyj4640 := 0 + for ; yyj4640 < yyrr4640; yyj4640++ { + yyh4640.ElemContainerState(yyj4640) if r.TryDecodeAsNil() { - yyv4631[yyj4631] = "" + yyv4640[yyj4640] = "" } else { - yyv4631[yyj4631] = ResourceQuotaScope(r.DecodeString()) + yyv4640[yyj4640] = ResourceQuotaScope(r.DecodeString()) } } - if yyrt4631 { - for ; yyj4631 < yyl4631; yyj4631++ { - yyv4631 = append(yyv4631, "") - yyh4631.ElemContainerState(yyj4631) + if yyrt4640 { + for ; yyj4640 < yyl4640; yyj4640++ { + yyv4640 = append(yyv4640, "") + yyh4640.ElemContainerState(yyj4640) if r.TryDecodeAsNil() { - yyv4631[yyj4631] = "" + yyv4640[yyj4640] = "" } else { - yyv4631[yyj4631] = ResourceQuotaScope(r.DecodeString()) + yyv4640[yyj4640] = ResourceQuotaScope(r.DecodeString()) } } } } else { - yyj4631 := 0 - for ; !r.CheckBreak(); yyj4631++ { + yyj4640 := 0 + for ; !r.CheckBreak(); yyj4640++ { - if yyj4631 >= len(yyv4631) { - yyv4631 = append(yyv4631, "") // var yyz4631 ResourceQuotaScope - yyc4631 = true + if yyj4640 >= len(yyv4640) { + yyv4640 = append(yyv4640, "") // var yyz4640 ResourceQuotaScope + yyc4640 = true } - yyh4631.ElemContainerState(yyj4631) - if yyj4631 < len(yyv4631) { + yyh4640.ElemContainerState(yyj4640) + if yyj4640 < len(yyv4640) { if r.TryDecodeAsNil() { - yyv4631[yyj4631] = "" + yyv4640[yyj4640] = "" } else { - yyv4631[yyj4631] = ResourceQuotaScope(r.DecodeString()) + yyv4640[yyj4640] = ResourceQuotaScope(r.DecodeString()) } } else { @@ -59596,17 +59674,17 @@ func (x codecSelfer1234) decSliceResourceQuotaScope(v *[]ResourceQuotaScope, d * } } - if yyj4631 < len(yyv4631) { - yyv4631 = yyv4631[:yyj4631] - yyc4631 = true - } else if yyj4631 == 0 && yyv4631 == nil { - yyv4631 = []ResourceQuotaScope{} - yyc4631 = true + if yyj4640 < len(yyv4640) { + yyv4640 = yyv4640[:yyj4640] + yyc4640 = true + } else if yyj4640 == 0 && yyv4640 == nil { + yyv4640 = []ResourceQuotaScope{} + yyc4640 = true } } - yyh4631.End() - if yyc4631 { - *v = yyv4631 + yyh4640.End() + if yyc4640 { + *v = yyv4640 } } @@ -59615,10 +59693,10 @@ func (x codecSelfer1234) encSliceResourceQuota(v []ResourceQuota, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4635 := range v { + for _, yyv4644 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4636 := &yyv4635 - yy4636.CodecEncodeSelf(e) + yy4645 := &yyv4644 + yy4645.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59628,83 +59706,83 @@ func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4637 := *v - yyh4637, yyl4637 := z.DecSliceHelperStart() - var yyc4637 bool - if yyl4637 == 0 { - if yyv4637 == nil { - yyv4637 = []ResourceQuota{} - yyc4637 = true - } else if len(yyv4637) != 0 { - yyv4637 = yyv4637[:0] - yyc4637 = true + yyv4646 := *v + yyh4646, yyl4646 := z.DecSliceHelperStart() + var yyc4646 bool + if yyl4646 == 0 { + if yyv4646 == nil { + yyv4646 = []ResourceQuota{} + yyc4646 = true + } else if len(yyv4646) != 0 { + yyv4646 = yyv4646[:0] + yyc4646 = true } - } else if yyl4637 > 0 { - var yyrr4637, yyrl4637 int - var yyrt4637 bool - if yyl4637 > cap(yyv4637) { + } else if yyl4646 > 0 { + var yyrr4646, yyrl4646 int + var yyrt4646 bool + if yyl4646 > cap(yyv4646) { - yyrg4637 := len(yyv4637) > 0 - yyv24637 := yyv4637 - yyrl4637, yyrt4637 = z.DecInferLen(yyl4637, z.DecBasicHandle().MaxInitLen, 288) - if yyrt4637 { - if yyrl4637 <= cap(yyv4637) { - yyv4637 = yyv4637[:yyrl4637] + yyrg4646 := len(yyv4646) > 0 + yyv24646 := yyv4646 + yyrl4646, yyrt4646 = z.DecInferLen(yyl4646, z.DecBasicHandle().MaxInitLen, 288) + if yyrt4646 { + if yyrl4646 <= cap(yyv4646) { + yyv4646 = yyv4646[:yyrl4646] } else { - yyv4637 = make([]ResourceQuota, yyrl4637) + yyv4646 = make([]ResourceQuota, yyrl4646) } } else { - yyv4637 = make([]ResourceQuota, yyrl4637) + yyv4646 = make([]ResourceQuota, yyrl4646) } - yyc4637 = true - yyrr4637 = len(yyv4637) - if yyrg4637 { - copy(yyv4637, yyv24637) + yyc4646 = true + yyrr4646 = len(yyv4646) + if yyrg4646 { + copy(yyv4646, yyv24646) } - } else if yyl4637 != len(yyv4637) { - yyv4637 = yyv4637[:yyl4637] - yyc4637 = true + } else if yyl4646 != len(yyv4646) { + yyv4646 = yyv4646[:yyl4646] + yyc4646 = true } - yyj4637 := 0 - for ; yyj4637 < yyrr4637; yyj4637++ { - yyh4637.ElemContainerState(yyj4637) + yyj4646 := 0 + for ; yyj4646 < yyrr4646; yyj4646++ { + yyh4646.ElemContainerState(yyj4646) if r.TryDecodeAsNil() { - yyv4637[yyj4637] = ResourceQuota{} + yyv4646[yyj4646] = ResourceQuota{} } else { - yyv4638 := &yyv4637[yyj4637] - yyv4638.CodecDecodeSelf(d) + yyv4647 := &yyv4646[yyj4646] + yyv4647.CodecDecodeSelf(d) } } - if yyrt4637 { - for ; yyj4637 < yyl4637; yyj4637++ { - yyv4637 = append(yyv4637, ResourceQuota{}) - yyh4637.ElemContainerState(yyj4637) + if yyrt4646 { + for ; yyj4646 < yyl4646; yyj4646++ { + yyv4646 = append(yyv4646, ResourceQuota{}) + yyh4646.ElemContainerState(yyj4646) if r.TryDecodeAsNil() { - yyv4637[yyj4637] = ResourceQuota{} + yyv4646[yyj4646] = ResourceQuota{} } else { - yyv4639 := &yyv4637[yyj4637] - yyv4639.CodecDecodeSelf(d) + yyv4648 := &yyv4646[yyj4646] + yyv4648.CodecDecodeSelf(d) } } } } else { - yyj4637 := 0 - for ; !r.CheckBreak(); yyj4637++ { + yyj4646 := 0 + for ; !r.CheckBreak(); yyj4646++ { - if yyj4637 >= len(yyv4637) { - yyv4637 = append(yyv4637, ResourceQuota{}) // var yyz4637 ResourceQuota - yyc4637 = true + if yyj4646 >= len(yyv4646) { + yyv4646 = append(yyv4646, ResourceQuota{}) // var yyz4646 ResourceQuota + yyc4646 = true } - yyh4637.ElemContainerState(yyj4637) - if yyj4637 < len(yyv4637) { + yyh4646.ElemContainerState(yyj4646) + if yyj4646 < len(yyv4646) { if r.TryDecodeAsNil() { - yyv4637[yyj4637] = ResourceQuota{} + yyv4646[yyj4646] = ResourceQuota{} } else { - yyv4640 := &yyv4637[yyj4637] - yyv4640.CodecDecodeSelf(d) + yyv4649 := &yyv4646[yyj4646] + yyv4649.CodecDecodeSelf(d) } } else { @@ -59712,17 +59790,17 @@ func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978. } } - if yyj4637 < len(yyv4637) { - yyv4637 = yyv4637[:yyj4637] - yyc4637 = true - } else if yyj4637 == 0 && yyv4637 == nil { - yyv4637 = []ResourceQuota{} - yyc4637 = true + if yyj4646 < len(yyv4646) { + yyv4646 = yyv4646[:yyj4646] + yyc4646 = true + } else if yyj4646 == 0 && yyv4646 == nil { + yyv4646 = []ResourceQuota{} + yyc4646 = true } } - yyh4637.End() - if yyc4637 { - *v = yyv4637 + yyh4646.End() + if yyc4646 { + *v = yyv4646 } } @@ -59731,23 +59809,23 @@ func (x codecSelfer1234) encMapstringSliceuint8(v map[string][]uint8, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeMapStart(len(v)) - for yyk4641, yyv4641 := range v { + for yyk4650, yyv4650 := range v { z.EncSendContainerState(codecSelfer_containerMapKey1234) - yym4642 := z.EncBinary() - _ = yym4642 + yym4651 := z.EncBinary() + _ = yym4651 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yyk4641)) + r.EncodeString(codecSelferC_UTF81234, string(yyk4650)) } z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyv4641 == nil { + if yyv4650 == nil { r.EncodeNil() } else { - yym4643 := z.EncBinary() - _ = yym4643 + yym4652 := z.EncBinary() + _ = yym4652 if false { } else { - r.EncodeStringBytes(codecSelferC_RAW1234, []byte(yyv4641)) + r.EncodeStringBytes(codecSelferC_RAW1234, []byte(yyv4650)) } } } @@ -59759,80 +59837,80 @@ func (x codecSelfer1234) decMapstringSliceuint8(v *map[string][]uint8, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4644 := *v - yyl4644 := r.ReadMapStart() - yybh4644 := z.DecBasicHandle() - if yyv4644 == nil { - yyrl4644, _ := z.DecInferLen(yyl4644, yybh4644.MaxInitLen, 40) - yyv4644 = make(map[string][]uint8, yyrl4644) - *v = yyv4644 + yyv4653 := *v + yyl4653 := r.ReadMapStart() + yybh4653 := z.DecBasicHandle() + if yyv4653 == nil { + yyrl4653, _ := z.DecInferLen(yyl4653, yybh4653.MaxInitLen, 40) + yyv4653 = make(map[string][]uint8, yyrl4653) + *v = yyv4653 } - var yymk4644 string - var yymv4644 []uint8 - var yymg4644 bool - if yybh4644.MapValueReset { - yymg4644 = true + var yymk4653 string + var yymv4653 []uint8 + var yymg4653 bool + if yybh4653.MapValueReset { + yymg4653 = true } - if yyl4644 > 0 { - for yyj4644 := 0; yyj4644 < yyl4644; yyj4644++ { + if yyl4653 > 0 { + for yyj4653 := 0; yyj4653 < yyl4653; yyj4653++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk4644 = "" + yymk4653 = "" } else { - yymk4644 = string(r.DecodeString()) + yymk4653 = string(r.DecodeString()) } - if yymg4644 { - yymv4644 = yyv4644[yymk4644] + if yymg4653 { + yymv4653 = yyv4653[yymk4653] } else { - yymv4644 = nil + yymv4653 = nil } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv4644 = nil + yymv4653 = nil } else { - yyv4646 := &yymv4644 - yym4647 := z.DecBinary() - _ = yym4647 + yyv4655 := &yymv4653 + yym4656 := z.DecBinary() + _ = yym4656 if false { } else { - *yyv4646 = r.DecodeBytes(*(*[]byte)(yyv4646), false, false) + *yyv4655 = r.DecodeBytes(*(*[]byte)(yyv4655), false, false) } } - if yyv4644 != nil { - yyv4644[yymk4644] = yymv4644 + if yyv4653 != nil { + yyv4653[yymk4653] = yymv4653 } } - } else if yyl4644 < 0 { - for yyj4644 := 0; !r.CheckBreak(); yyj4644++ { + } else if yyl4653 < 0 { + for yyj4653 := 0; !r.CheckBreak(); yyj4653++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk4644 = "" + yymk4653 = "" } else { - yymk4644 = string(r.DecodeString()) + yymk4653 = string(r.DecodeString()) } - if yymg4644 { - yymv4644 = yyv4644[yymk4644] + if yymg4653 { + yymv4653 = yyv4653[yymk4653] } else { - yymv4644 = nil + yymv4653 = nil } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv4644 = nil + yymv4653 = nil } else { - yyv4649 := &yymv4644 - yym4650 := z.DecBinary() - _ = yym4650 + yyv4658 := &yymv4653 + yym4659 := z.DecBinary() + _ = yym4659 if false { } else { - *yyv4649 = r.DecodeBytes(*(*[]byte)(yyv4649), false, false) + *yyv4658 = r.DecodeBytes(*(*[]byte)(yyv4658), false, false) } } - if yyv4644 != nil { - yyv4644[yymk4644] = yymv4644 + if yyv4653 != nil { + yyv4653[yymk4653] = yymv4653 } } } // else len==0: TODO: Should we clear map entries? @@ -59844,10 +59922,10 @@ func (x codecSelfer1234) encSliceSecret(v []Secret, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4651 := range v { + for _, yyv4660 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4652 := &yyv4651 - yy4652.CodecEncodeSelf(e) + yy4661 := &yyv4660 + yy4661.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59857,83 +59935,83 @@ func (x codecSelfer1234) decSliceSecret(v *[]Secret, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4653 := *v - yyh4653, yyl4653 := z.DecSliceHelperStart() - var yyc4653 bool - if yyl4653 == 0 { - if yyv4653 == nil { - yyv4653 = []Secret{} - yyc4653 = true - } else if len(yyv4653) != 0 { - yyv4653 = yyv4653[:0] - yyc4653 = true + yyv4662 := *v + yyh4662, yyl4662 := z.DecSliceHelperStart() + var yyc4662 bool + if yyl4662 == 0 { + if yyv4662 == nil { + yyv4662 = []Secret{} + yyc4662 = true + } else if len(yyv4662) != 0 { + yyv4662 = yyv4662[:0] + yyc4662 = true } - } else if yyl4653 > 0 { - var yyrr4653, yyrl4653 int - var yyrt4653 bool - if yyl4653 > cap(yyv4653) { + } else if yyl4662 > 0 { + var yyrr4662, yyrl4662 int + var yyrt4662 bool + if yyl4662 > cap(yyv4662) { - yyrg4653 := len(yyv4653) > 0 - yyv24653 := yyv4653 - yyrl4653, yyrt4653 = z.DecInferLen(yyl4653, z.DecBasicHandle().MaxInitLen, 264) - if yyrt4653 { - if yyrl4653 <= cap(yyv4653) { - yyv4653 = yyv4653[:yyrl4653] + yyrg4662 := len(yyv4662) > 0 + yyv24662 := yyv4662 + yyrl4662, yyrt4662 = z.DecInferLen(yyl4662, z.DecBasicHandle().MaxInitLen, 264) + if yyrt4662 { + if yyrl4662 <= cap(yyv4662) { + yyv4662 = yyv4662[:yyrl4662] } else { - yyv4653 = make([]Secret, yyrl4653) + yyv4662 = make([]Secret, yyrl4662) } } else { - yyv4653 = make([]Secret, yyrl4653) + yyv4662 = make([]Secret, yyrl4662) } - yyc4653 = true - yyrr4653 = len(yyv4653) - if yyrg4653 { - copy(yyv4653, yyv24653) + yyc4662 = true + yyrr4662 = len(yyv4662) + if yyrg4662 { + copy(yyv4662, yyv24662) } - } else if yyl4653 != len(yyv4653) { - yyv4653 = yyv4653[:yyl4653] - yyc4653 = true + } else if yyl4662 != len(yyv4662) { + yyv4662 = yyv4662[:yyl4662] + yyc4662 = true } - yyj4653 := 0 - for ; yyj4653 < yyrr4653; yyj4653++ { - yyh4653.ElemContainerState(yyj4653) + yyj4662 := 0 + for ; yyj4662 < yyrr4662; yyj4662++ { + yyh4662.ElemContainerState(yyj4662) if r.TryDecodeAsNil() { - yyv4653[yyj4653] = Secret{} + yyv4662[yyj4662] = Secret{} } else { - yyv4654 := &yyv4653[yyj4653] - yyv4654.CodecDecodeSelf(d) + yyv4663 := &yyv4662[yyj4662] + yyv4663.CodecDecodeSelf(d) } } - if yyrt4653 { - for ; yyj4653 < yyl4653; yyj4653++ { - yyv4653 = append(yyv4653, Secret{}) - yyh4653.ElemContainerState(yyj4653) + if yyrt4662 { + for ; yyj4662 < yyl4662; yyj4662++ { + yyv4662 = append(yyv4662, Secret{}) + yyh4662.ElemContainerState(yyj4662) if r.TryDecodeAsNil() { - yyv4653[yyj4653] = Secret{} + yyv4662[yyj4662] = Secret{} } else { - yyv4655 := &yyv4653[yyj4653] - yyv4655.CodecDecodeSelf(d) + yyv4664 := &yyv4662[yyj4662] + yyv4664.CodecDecodeSelf(d) } } } } else { - yyj4653 := 0 - for ; !r.CheckBreak(); yyj4653++ { + yyj4662 := 0 + for ; !r.CheckBreak(); yyj4662++ { - if yyj4653 >= len(yyv4653) { - yyv4653 = append(yyv4653, Secret{}) // var yyz4653 Secret - yyc4653 = true + if yyj4662 >= len(yyv4662) { + yyv4662 = append(yyv4662, Secret{}) // var yyz4662 Secret + yyc4662 = true } - yyh4653.ElemContainerState(yyj4653) - if yyj4653 < len(yyv4653) { + yyh4662.ElemContainerState(yyj4662) + if yyj4662 < len(yyv4662) { if r.TryDecodeAsNil() { - yyv4653[yyj4653] = Secret{} + yyv4662[yyj4662] = Secret{} } else { - yyv4656 := &yyv4653[yyj4653] - yyv4656.CodecDecodeSelf(d) + yyv4665 := &yyv4662[yyj4662] + yyv4665.CodecDecodeSelf(d) } } else { @@ -59941,17 +60019,17 @@ func (x codecSelfer1234) decSliceSecret(v *[]Secret, d *codec1978.Decoder) { } } - if yyj4653 < len(yyv4653) { - yyv4653 = yyv4653[:yyj4653] - yyc4653 = true - } else if yyj4653 == 0 && yyv4653 == nil { - yyv4653 = []Secret{} - yyc4653 = true + if yyj4662 < len(yyv4662) { + yyv4662 = yyv4662[:yyj4662] + yyc4662 = true + } else if yyj4662 == 0 && yyv4662 == nil { + yyv4662 = []Secret{} + yyc4662 = true } } - yyh4653.End() - if yyc4653 { - *v = yyv4653 + yyh4662.End() + if yyc4662 { + *v = yyv4662 } } @@ -59960,10 +60038,10 @@ func (x codecSelfer1234) encSliceConfigMap(v []ConfigMap, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4657 := range v { + for _, yyv4666 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4658 := &yyv4657 - yy4658.CodecEncodeSelf(e) + yy4667 := &yyv4666 + yy4667.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59973,83 +60051,83 @@ func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4659 := *v - yyh4659, yyl4659 := z.DecSliceHelperStart() - var yyc4659 bool - if yyl4659 == 0 { - if yyv4659 == nil { - yyv4659 = []ConfigMap{} - yyc4659 = true - } else if len(yyv4659) != 0 { - yyv4659 = yyv4659[:0] - yyc4659 = true + yyv4668 := *v + yyh4668, yyl4668 := z.DecSliceHelperStart() + var yyc4668 bool + if yyl4668 == 0 { + if yyv4668 == nil { + yyv4668 = []ConfigMap{} + yyc4668 = true + } else if len(yyv4668) != 0 { + yyv4668 = yyv4668[:0] + yyc4668 = true } - } else if yyl4659 > 0 { - var yyrr4659, yyrl4659 int - var yyrt4659 bool - if yyl4659 > cap(yyv4659) { + } else if yyl4668 > 0 { + var yyrr4668, yyrl4668 int + var yyrt4668 bool + if yyl4668 > cap(yyv4668) { - yyrg4659 := len(yyv4659) > 0 - yyv24659 := yyv4659 - yyrl4659, yyrt4659 = z.DecInferLen(yyl4659, z.DecBasicHandle().MaxInitLen, 248) - if yyrt4659 { - if yyrl4659 <= cap(yyv4659) { - yyv4659 = yyv4659[:yyrl4659] + yyrg4668 := len(yyv4668) > 0 + yyv24668 := yyv4668 + yyrl4668, yyrt4668 = z.DecInferLen(yyl4668, z.DecBasicHandle().MaxInitLen, 248) + if yyrt4668 { + if yyrl4668 <= cap(yyv4668) { + yyv4668 = yyv4668[:yyrl4668] } else { - yyv4659 = make([]ConfigMap, yyrl4659) + yyv4668 = make([]ConfigMap, yyrl4668) } } else { - yyv4659 = make([]ConfigMap, yyrl4659) + yyv4668 = make([]ConfigMap, yyrl4668) } - yyc4659 = true - yyrr4659 = len(yyv4659) - if yyrg4659 { - copy(yyv4659, yyv24659) + yyc4668 = true + yyrr4668 = len(yyv4668) + if yyrg4668 { + copy(yyv4668, yyv24668) } - } else if yyl4659 != len(yyv4659) { - yyv4659 = yyv4659[:yyl4659] - yyc4659 = true + } else if yyl4668 != len(yyv4668) { + yyv4668 = yyv4668[:yyl4668] + yyc4668 = true } - yyj4659 := 0 - for ; yyj4659 < yyrr4659; yyj4659++ { - yyh4659.ElemContainerState(yyj4659) + yyj4668 := 0 + for ; yyj4668 < yyrr4668; yyj4668++ { + yyh4668.ElemContainerState(yyj4668) if r.TryDecodeAsNil() { - yyv4659[yyj4659] = ConfigMap{} + yyv4668[yyj4668] = ConfigMap{} } else { - yyv4660 := &yyv4659[yyj4659] - yyv4660.CodecDecodeSelf(d) + yyv4669 := &yyv4668[yyj4668] + yyv4669.CodecDecodeSelf(d) } } - if yyrt4659 { - for ; yyj4659 < yyl4659; yyj4659++ { - yyv4659 = append(yyv4659, ConfigMap{}) - yyh4659.ElemContainerState(yyj4659) + if yyrt4668 { + for ; yyj4668 < yyl4668; yyj4668++ { + yyv4668 = append(yyv4668, ConfigMap{}) + yyh4668.ElemContainerState(yyj4668) if r.TryDecodeAsNil() { - yyv4659[yyj4659] = ConfigMap{} + yyv4668[yyj4668] = ConfigMap{} } else { - yyv4661 := &yyv4659[yyj4659] - yyv4661.CodecDecodeSelf(d) + yyv4670 := &yyv4668[yyj4668] + yyv4670.CodecDecodeSelf(d) } } } } else { - yyj4659 := 0 - for ; !r.CheckBreak(); yyj4659++ { + yyj4668 := 0 + for ; !r.CheckBreak(); yyj4668++ { - if yyj4659 >= len(yyv4659) { - yyv4659 = append(yyv4659, ConfigMap{}) // var yyz4659 ConfigMap - yyc4659 = true + if yyj4668 >= len(yyv4668) { + yyv4668 = append(yyv4668, ConfigMap{}) // var yyz4668 ConfigMap + yyc4668 = true } - yyh4659.ElemContainerState(yyj4659) - if yyj4659 < len(yyv4659) { + yyh4668.ElemContainerState(yyj4668) + if yyj4668 < len(yyv4668) { if r.TryDecodeAsNil() { - yyv4659[yyj4659] = ConfigMap{} + yyv4668[yyj4668] = ConfigMap{} } else { - yyv4662 := &yyv4659[yyj4659] - yyv4662.CodecDecodeSelf(d) + yyv4671 := &yyv4668[yyj4668] + yyv4671.CodecDecodeSelf(d) } } else { @@ -60057,17 +60135,17 @@ func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) } } - if yyj4659 < len(yyv4659) { - yyv4659 = yyv4659[:yyj4659] - yyc4659 = true - } else if yyj4659 == 0 && yyv4659 == nil { - yyv4659 = []ConfigMap{} - yyc4659 = true + if yyj4668 < len(yyv4668) { + yyv4668 = yyv4668[:yyj4668] + yyc4668 = true + } else if yyj4668 == 0 && yyv4668 == nil { + yyv4668 = []ConfigMap{} + yyc4668 = true } } - yyh4659.End() - if yyc4659 { - *v = yyv4659 + yyh4668.End() + if yyc4668 { + *v = yyv4668 } } @@ -60076,10 +60154,10 @@ func (x codecSelfer1234) encSliceComponentCondition(v []ComponentCondition, e *c z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4663 := range v { + for _, yyv4672 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4664 := &yyv4663 - yy4664.CodecEncodeSelf(e) + yy4673 := &yyv4672 + yy4673.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60089,83 +60167,83 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4665 := *v - yyh4665, yyl4665 := z.DecSliceHelperStart() - var yyc4665 bool - if yyl4665 == 0 { - if yyv4665 == nil { - yyv4665 = []ComponentCondition{} - yyc4665 = true - } else if len(yyv4665) != 0 { - yyv4665 = yyv4665[:0] - yyc4665 = true + yyv4674 := *v + yyh4674, yyl4674 := z.DecSliceHelperStart() + var yyc4674 bool + if yyl4674 == 0 { + if yyv4674 == nil { + yyv4674 = []ComponentCondition{} + yyc4674 = true + } else if len(yyv4674) != 0 { + yyv4674 = yyv4674[:0] + yyc4674 = true } - } else if yyl4665 > 0 { - var yyrr4665, yyrl4665 int - var yyrt4665 bool - if yyl4665 > cap(yyv4665) { + } else if yyl4674 > 0 { + var yyrr4674, yyrl4674 int + var yyrt4674 bool + if yyl4674 > cap(yyv4674) { - yyrg4665 := len(yyv4665) > 0 - yyv24665 := yyv4665 - yyrl4665, yyrt4665 = z.DecInferLen(yyl4665, z.DecBasicHandle().MaxInitLen, 64) - if yyrt4665 { - if yyrl4665 <= cap(yyv4665) { - yyv4665 = yyv4665[:yyrl4665] + yyrg4674 := len(yyv4674) > 0 + yyv24674 := yyv4674 + yyrl4674, yyrt4674 = z.DecInferLen(yyl4674, z.DecBasicHandle().MaxInitLen, 64) + if yyrt4674 { + if yyrl4674 <= cap(yyv4674) { + yyv4674 = yyv4674[:yyrl4674] } else { - yyv4665 = make([]ComponentCondition, yyrl4665) + yyv4674 = make([]ComponentCondition, yyrl4674) } } else { - yyv4665 = make([]ComponentCondition, yyrl4665) + yyv4674 = make([]ComponentCondition, yyrl4674) } - yyc4665 = true - yyrr4665 = len(yyv4665) - if yyrg4665 { - copy(yyv4665, yyv24665) + yyc4674 = true + yyrr4674 = len(yyv4674) + if yyrg4674 { + copy(yyv4674, yyv24674) } - } else if yyl4665 != len(yyv4665) { - yyv4665 = yyv4665[:yyl4665] - yyc4665 = true + } else if yyl4674 != len(yyv4674) { + yyv4674 = yyv4674[:yyl4674] + yyc4674 = true } - yyj4665 := 0 - for ; yyj4665 < yyrr4665; yyj4665++ { - yyh4665.ElemContainerState(yyj4665) + yyj4674 := 0 + for ; yyj4674 < yyrr4674; yyj4674++ { + yyh4674.ElemContainerState(yyj4674) if r.TryDecodeAsNil() { - yyv4665[yyj4665] = ComponentCondition{} + yyv4674[yyj4674] = ComponentCondition{} } else { - yyv4666 := &yyv4665[yyj4665] - yyv4666.CodecDecodeSelf(d) + yyv4675 := &yyv4674[yyj4674] + yyv4675.CodecDecodeSelf(d) } } - if yyrt4665 { - for ; yyj4665 < yyl4665; yyj4665++ { - yyv4665 = append(yyv4665, ComponentCondition{}) - yyh4665.ElemContainerState(yyj4665) + if yyrt4674 { + for ; yyj4674 < yyl4674; yyj4674++ { + yyv4674 = append(yyv4674, ComponentCondition{}) + yyh4674.ElemContainerState(yyj4674) if r.TryDecodeAsNil() { - yyv4665[yyj4665] = ComponentCondition{} + yyv4674[yyj4674] = ComponentCondition{} } else { - yyv4667 := &yyv4665[yyj4665] - yyv4667.CodecDecodeSelf(d) + yyv4676 := &yyv4674[yyj4674] + yyv4676.CodecDecodeSelf(d) } } } } else { - yyj4665 := 0 - for ; !r.CheckBreak(); yyj4665++ { + yyj4674 := 0 + for ; !r.CheckBreak(); yyj4674++ { - if yyj4665 >= len(yyv4665) { - yyv4665 = append(yyv4665, ComponentCondition{}) // var yyz4665 ComponentCondition - yyc4665 = true + if yyj4674 >= len(yyv4674) { + yyv4674 = append(yyv4674, ComponentCondition{}) // var yyz4674 ComponentCondition + yyc4674 = true } - yyh4665.ElemContainerState(yyj4665) - if yyj4665 < len(yyv4665) { + yyh4674.ElemContainerState(yyj4674) + if yyj4674 < len(yyv4674) { if r.TryDecodeAsNil() { - yyv4665[yyj4665] = ComponentCondition{} + yyv4674[yyj4674] = ComponentCondition{} } else { - yyv4668 := &yyv4665[yyj4665] - yyv4668.CodecDecodeSelf(d) + yyv4677 := &yyv4674[yyj4674] + yyv4677.CodecDecodeSelf(d) } } else { @@ -60173,17 +60251,17 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * } } - if yyj4665 < len(yyv4665) { - yyv4665 = yyv4665[:yyj4665] - yyc4665 = true - } else if yyj4665 == 0 && yyv4665 == nil { - yyv4665 = []ComponentCondition{} - yyc4665 = true + if yyj4674 < len(yyv4674) { + yyv4674 = yyv4674[:yyj4674] + yyc4674 = true + } else if yyj4674 == 0 && yyv4674 == nil { + yyv4674 = []ComponentCondition{} + yyc4674 = true } } - yyh4665.End() - if yyc4665 { - *v = yyv4665 + yyh4674.End() + if yyc4674 { + *v = yyv4674 } } @@ -60192,10 +60270,10 @@ func (x codecSelfer1234) encSliceComponentStatus(v []ComponentStatus, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4669 := range v { + for _, yyv4678 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4670 := &yyv4669 - yy4670.CodecEncodeSelf(e) + yy4679 := &yyv4678 + yy4679.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60205,83 +60283,83 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4671 := *v - yyh4671, yyl4671 := z.DecSliceHelperStart() - var yyc4671 bool - if yyl4671 == 0 { - if yyv4671 == nil { - yyv4671 = []ComponentStatus{} - yyc4671 = true - } else if len(yyv4671) != 0 { - yyv4671 = yyv4671[:0] - yyc4671 = true + yyv4680 := *v + yyh4680, yyl4680 := z.DecSliceHelperStart() + var yyc4680 bool + if yyl4680 == 0 { + if yyv4680 == nil { + yyv4680 = []ComponentStatus{} + yyc4680 = true + } else if len(yyv4680) != 0 { + yyv4680 = yyv4680[:0] + yyc4680 = true } - } else if yyl4671 > 0 { - var yyrr4671, yyrl4671 int - var yyrt4671 bool - if yyl4671 > cap(yyv4671) { + } else if yyl4680 > 0 { + var yyrr4680, yyrl4680 int + var yyrt4680 bool + if yyl4680 > cap(yyv4680) { - yyrg4671 := len(yyv4671) > 0 - yyv24671 := yyv4671 - yyrl4671, yyrt4671 = z.DecInferLen(yyl4671, z.DecBasicHandle().MaxInitLen, 264) - if yyrt4671 { - if yyrl4671 <= cap(yyv4671) { - yyv4671 = yyv4671[:yyrl4671] + yyrg4680 := len(yyv4680) > 0 + yyv24680 := yyv4680 + yyrl4680, yyrt4680 = z.DecInferLen(yyl4680, z.DecBasicHandle().MaxInitLen, 264) + if yyrt4680 { + if yyrl4680 <= cap(yyv4680) { + yyv4680 = yyv4680[:yyrl4680] } else { - yyv4671 = make([]ComponentStatus, yyrl4671) + yyv4680 = make([]ComponentStatus, yyrl4680) } } else { - yyv4671 = make([]ComponentStatus, yyrl4671) + yyv4680 = make([]ComponentStatus, yyrl4680) } - yyc4671 = true - yyrr4671 = len(yyv4671) - if yyrg4671 { - copy(yyv4671, yyv24671) + yyc4680 = true + yyrr4680 = len(yyv4680) + if yyrg4680 { + copy(yyv4680, yyv24680) } - } else if yyl4671 != len(yyv4671) { - yyv4671 = yyv4671[:yyl4671] - yyc4671 = true + } else if yyl4680 != len(yyv4680) { + yyv4680 = yyv4680[:yyl4680] + yyc4680 = true } - yyj4671 := 0 - for ; yyj4671 < yyrr4671; yyj4671++ { - yyh4671.ElemContainerState(yyj4671) + yyj4680 := 0 + for ; yyj4680 < yyrr4680; yyj4680++ { + yyh4680.ElemContainerState(yyj4680) if r.TryDecodeAsNil() { - yyv4671[yyj4671] = ComponentStatus{} + yyv4680[yyj4680] = ComponentStatus{} } else { - yyv4672 := &yyv4671[yyj4671] - yyv4672.CodecDecodeSelf(d) + yyv4681 := &yyv4680[yyj4680] + yyv4681.CodecDecodeSelf(d) } } - if yyrt4671 { - for ; yyj4671 < yyl4671; yyj4671++ { - yyv4671 = append(yyv4671, ComponentStatus{}) - yyh4671.ElemContainerState(yyj4671) + if yyrt4680 { + for ; yyj4680 < yyl4680; yyj4680++ { + yyv4680 = append(yyv4680, ComponentStatus{}) + yyh4680.ElemContainerState(yyj4680) if r.TryDecodeAsNil() { - yyv4671[yyj4671] = ComponentStatus{} + yyv4680[yyj4680] = ComponentStatus{} } else { - yyv4673 := &yyv4671[yyj4671] - yyv4673.CodecDecodeSelf(d) + yyv4682 := &yyv4680[yyj4680] + yyv4682.CodecDecodeSelf(d) } } } } else { - yyj4671 := 0 - for ; !r.CheckBreak(); yyj4671++ { + yyj4680 := 0 + for ; !r.CheckBreak(); yyj4680++ { - if yyj4671 >= len(yyv4671) { - yyv4671 = append(yyv4671, ComponentStatus{}) // var yyz4671 ComponentStatus - yyc4671 = true + if yyj4680 >= len(yyv4680) { + yyv4680 = append(yyv4680, ComponentStatus{}) // var yyz4680 ComponentStatus + yyc4680 = true } - yyh4671.ElemContainerState(yyj4671) - if yyj4671 < len(yyv4671) { + yyh4680.ElemContainerState(yyj4680) + if yyj4680 < len(yyv4680) { if r.TryDecodeAsNil() { - yyv4671[yyj4671] = ComponentStatus{} + yyv4680[yyj4680] = ComponentStatus{} } else { - yyv4674 := &yyv4671[yyj4671] - yyv4674.CodecDecodeSelf(d) + yyv4683 := &yyv4680[yyj4680] + yyv4683.CodecDecodeSelf(d) } } else { @@ -60289,16 +60367,16 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 } } - if yyj4671 < len(yyv4671) { - yyv4671 = yyv4671[:yyj4671] - yyc4671 = true - } else if yyj4671 == 0 && yyv4671 == nil { - yyv4671 = []ComponentStatus{} - yyc4671 = true + if yyj4680 < len(yyv4680) { + yyv4680 = yyv4680[:yyj4680] + yyc4680 = true + } else if yyj4680 == 0 && yyv4680 == nil { + yyv4680 = []ComponentStatus{} + yyc4680 = true } } - yyh4671.End() - if yyc4671 { - *v = yyv4671 + yyh4680.End() + if yyc4680 { + *v = yyv4680 } } diff --git a/pkg/api/v1/generated.pb.go b/pkg/api/v1/generated.pb.go index f7a7ed3c8a059..54822e9ec7b4d 100644 --- a/pkg/api/v1/generated.pb.go +++ b/pkg/api/v1/generated.pb.go @@ -2268,6 +2268,12 @@ func (m *EndpointAddress) MarshalTo(data []byte) (int, error) { i++ i = encodeVarintGenerated(data, i, uint64(len(m.Hostname))) i += copy(data[i:], m.Hostname) + if m.NodeName != nil { + data[i] = 0x22 + i++ + i = encodeVarintGenerated(data, i, uint64(len(*m.NodeName))) + i += copy(data[i:], *m.NodeName) + } return i, nil } @@ -8381,6 +8387,10 @@ func (m *EndpointAddress) Size() (n int) { } l = len(m.Hostname) n += 1 + l + sovGenerated(uint64(l)) + if m.NodeName != nil { + l = len(*m.NodeName) + n += 1 + l + sovGenerated(uint64(l)) + } return n } @@ -10849,6 +10859,7 @@ func (this *EndpointAddress) String() string { `IP:` + fmt.Sprintf("%v", this.IP) + `,`, `TargetRef:` + strings.Replace(fmt.Sprintf("%v", this.TargetRef), "ObjectReference", "ObjectReference", 1) + `,`, `Hostname:` + fmt.Sprintf("%v", this.Hostname) + `,`, + `NodeName:` + valueToStringGenerated(this.NodeName) + `,`, `}`, }, "") return s @@ -16995,6 +17006,36 @@ func (m *EndpointAddress) Unmarshal(data []byte) error { } m.Hostname = string(data[iNdEx:postIndex]) iNdEx = postIndex + case 4: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field NodeName", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := data[iNdEx] + iNdEx++ + stringLen |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + intStringLen + if postIndex > l { + return io.ErrUnexpectedEOF + } + s := string(data[iNdEx:postIndex]) + m.NodeName = &s + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipGenerated(data[iNdEx:]) @@ -37459,16 +37500,16 @@ var ( ) var fileDescriptorGenerated = []byte{ - // 9454 bytes of a gzipped FileDescriptorProto + // 9468 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xec, 0x7d, 0x6d, 0x8c, 0x64, 0x57, 0x76, 0xd0, 0x56, 0x55, 0x7f, 0xd5, 0xed, 0xcf, 0x79, 0x33, 0x63, 0xb7, 0x7b, 0xd7, 0x5f, 0x6f, 0x6d, 0xaf, 0x3d, 0xf6, 0xf4, 0x78, 0xc6, 0x76, 0x6c, 0xef, 0x2e, 0xbb, 0xee, 0xee, 0xea, 0x9e, 0xe9, 0x4c, 0xcf, 0x4c, 0xf9, 0x54, 0x7b, 0x66, 0x37, 0x6b, 0x36, 0x7e, 0x5d, 0xf5, 0xba, 0xfb, 0xed, 0x54, 0xd7, 0x2b, 0xbf, 0xf7, 0xaa, 0x67, 0xda, 0x4b, 0xa4, 0x10, 0x85, 0x20, 0x44, 0x08, 0xfb, 0x83, 0x00, 0x12, 0x20, 0x05, 0x24, 0x24, 0x3e, 0x44, 0xc8, 0x86, 0x25, 0xf1, 0x42, 0x14, - 0x21, 0x11, 0x56, 0x2b, 0x20, 0xc8, 0x2b, 0x01, 0x89, 0x12, 0x69, 0x21, 0x89, 0x10, 0x42, 0xe2, - 0x07, 0x12, 0xbf, 0xb0, 0x22, 0xe0, 0x9e, 0xfb, 0x7d, 0x5f, 0xbd, 0xea, 0xf7, 0xaa, 0x3d, 0xd5, - 0x4c, 0x56, 0xfc, 0x68, 0xa9, 0xeb, 0xdc, 0x73, 0xcf, 0xfd, 0x78, 0xe7, 0x9e, 0x7b, 0xce, 0xb9, + 0x21, 0x11, 0x56, 0x2b, 0x20, 0xc8, 0x2b, 0x01, 0x89, 0x12, 0x69, 0x61, 0x13, 0x21, 0x84, 0xc4, + 0x0f, 0x24, 0x7e, 0x61, 0x45, 0xc0, 0x3d, 0xf7, 0xfb, 0xbe, 0x7a, 0xd5, 0xef, 0x55, 0x7b, 0xaa, + 0x99, 0x44, 0xfc, 0x68, 0xa9, 0xeb, 0x9e, 0x73, 0xcf, 0xfd, 0x78, 0xe7, 0x9e, 0x7b, 0xce, 0xb9, 0xe7, 0x9e, 0x4b, 0x5e, 0xba, 0xfb, 0x46, 0xbc, 0x1c, 0x84, 0x97, 0xee, 0xf6, 0x76, 0xfc, 0xa8, 0xe3, 0x27, 0x7e, 0x7c, 0xa9, 0x7b, 0x77, 0xef, 0x92, 0xd7, 0x0d, 0x2e, 0x1d, 0x5e, 0xbe, 0xb4, 0xe7, 0x77, 0xfc, 0xc8, 0x4b, 0xfc, 0xd6, 0x72, 0x37, 0x0a, 0x93, 0xd0, 0xf9, 0x0c, 0xc7, 0x5e, @@ -37481,574 +37522,575 @@ var fileDescriptorGenerated = []byte{ 0x4f, 0xad, 0xdc, 0x69, 0xac, 0xb7, 0xbd, 0x38, 0x09, 0x9a, 0xab, 0xed, 0xb0, 0x79, 0xb7, 0x91, 0x84, 0x91, 0x7f, 0x3b, 0x6c, 0xf7, 0x0e, 0xfc, 0x06, 0x1b, 0x8d, 0xf3, 0x12, 0x99, 0x3a, 0x64, 0xbf, 0x37, 0x6b, 0x8b, 0xa5, 0xa7, 0x4a, 0xcf, 0x57, 0x57, 0x17, 0xbe, 0xff, 0xc3, 0x27, 0x3f, - 0xf5, 0x87, 0x3f, 0x7c, 0x72, 0xea, 0xb6, 0x80, 0x83, 0xc2, 0x70, 0x9e, 0x23, 0x13, 0xbb, 0xf1, - 0xf6, 0x51, 0xd7, 0x5f, 0x2c, 0x33, 0xdc, 0x39, 0x81, 0x3b, 0xb1, 0xd1, 0x40, 0x28, 0x88, 0x52, - 0xe7, 0x12, 0xa9, 0x76, 0xbd, 0x28, 0x09, 0x12, 0x3a, 0xf6, 0xc5, 0x0a, 0x45, 0x1d, 0x5f, 0x3d, - 0x23, 0x50, 0xab, 0x75, 0x59, 0x00, 0x1a, 0x07, 0xbb, 0x11, 0xf9, 0x5e, 0xeb, 0x56, 0xa7, 0x7d, - 0xb4, 0x38, 0x46, 0xf1, 0xa7, 0x74, 0x37, 0x40, 0xc0, 0x41, 0x61, 0xb8, 0x1f, 0x96, 0xc9, 0xd4, - 0xca, 0xee, 0x6e, 0xd0, 0x09, 0x92, 0x23, 0xe7, 0x3d, 0x32, 0xd3, 0x09, 0x5b, 0xbe, 0xfc, 0xcd, - 0x46, 0x31, 0x7d, 0xe5, 0xc2, 0xf2, 0x71, 0x7c, 0xb1, 0x7c, 0xd3, 0xa8, 0xb1, 0xba, 0x40, 0x9b, - 0x99, 0x31, 0x21, 0x60, 0x51, 0x74, 0xde, 0x25, 0xd3, 0xdd, 0xb0, 0xa5, 0x1a, 0x28, 0xb3, 0x06, - 0x5e, 0x38, 0xbe, 0x81, 0xba, 0xae, 0xb0, 0x3a, 0x4f, 0xe9, 0x4f, 0x1b, 0x00, 0x30, 0xc9, 0x39, - 0x6d, 0x32, 0x8f, 0x3f, 0xe9, 0x67, 0x57, 0x2d, 0x54, 0x58, 0x0b, 0x17, 0xf3, 0x5b, 0x30, 0x2a, - 0xad, 0x9e, 0xa5, 0xad, 0xcc, 0xa7, 0x80, 0x90, 0x26, 0xed, 0x7e, 0x40, 0xe6, 0x56, 0x92, 0xc4, - 0x6b, 0xee, 0xfb, 0x2d, 0xfe, 0x7d, 0x9d, 0x57, 0xc9, 0x58, 0xc7, 0x3b, 0xf0, 0xc5, 0xd7, 0x7f, - 0x4a, 0x4c, 0xfb, 0xd8, 0x4d, 0x0a, 0xfb, 0xf8, 0x87, 0x4f, 0x2e, 0xbc, 0xd3, 0x09, 0xde, 0xef, - 0x09, 0x9e, 0x41, 0x18, 0x30, 0x6c, 0xe7, 0x0a, 0x21, 0x2d, 0xff, 0x30, 0x68, 0xfa, 0x75, 0x2f, - 0xd9, 0x17, 0xdc, 0xe0, 0x88, 0xba, 0xa4, 0xa6, 0x4a, 0xc0, 0xc0, 0x72, 0x7f, 0xa6, 0x44, 0xaa, - 0x2b, 0x87, 0x61, 0xd0, 0xa2, 0xbd, 0x8c, 0x9d, 0x1e, 0x1d, 0x77, 0xe4, 0xef, 0xfa, 0x91, 0x02, - 0xd1, 0x2e, 0x54, 0xe8, 0xb8, 0xaf, 0xe4, 0x8c, 0xdb, 0xae, 0xb4, 0xde, 0x49, 0xa2, 0xa3, 0xd5, - 0x47, 0x45, 0xd3, 0xf3, 0xa9, 0x52, 0x48, 0xb7, 0xe1, 0xfe, 0x83, 0x12, 0x39, 0xbf, 0xf2, 0x41, - 0x2f, 0xf2, 0x37, 0x82, 0xb6, 0xbd, 0x14, 0xe8, 0x90, 0x62, 0xbf, 0x19, 0xf9, 0xc9, 0x4d, 0x3d, - 0x1d, 0x6a, 0x48, 0x0d, 0x55, 0x02, 0x06, 0x16, 0x32, 0x7a, 0xbc, 0xef, 0x45, 0x6c, 0x66, 0xc4, - 0x2c, 0x28, 0x46, 0x6f, 0xc8, 0x02, 0xd0, 0x38, 0x16, 0xa3, 0x57, 0x72, 0x19, 0xfd, 0x9f, 0x95, - 0xc8, 0xe4, 0x6a, 0xd0, 0x69, 0x05, 0x9d, 0x3d, 0xe7, 0x2b, 0x64, 0xea, 0xc0, 0x4f, 0xbc, 0x96, - 0x97, 0x78, 0x82, 0xc7, 0x9f, 0x3f, 0x7e, 0xa2, 0x6e, 0xed, 0x7c, 0xc3, 0x6f, 0x26, 0x37, 0x68, - 0x1d, 0x3d, 0x0c, 0x0d, 0x03, 0x45, 0xcd, 0x79, 0x87, 0x4c, 0x24, 0x5e, 0xb4, 0xe7, 0x27, 0x82, - 0xb5, 0x2f, 0x16, 0xa1, 0x0b, 0x38, 0xad, 0x7e, 0xa7, 0xe9, 0x6b, 0x21, 0xb0, 0xcd, 0x88, 0x80, - 0x20, 0xe6, 0x36, 0xc9, 0xcc, 0x9a, 0xd7, 0xf5, 0x76, 0x82, 0x36, 0x5d, 0xe3, 0x7e, 0xec, 0x7c, - 0x8e, 0x54, 0xbc, 0x56, 0x8b, 0x7d, 0xe4, 0xea, 0xea, 0x79, 0x5a, 0xa1, 0xb2, 0xd2, 0x6a, 0x51, - 0x16, 0x23, 0x0a, 0xeb, 0x08, 0x10, 0xc3, 0xb9, 0x40, 0xc6, 0x5a, 0x51, 0xd8, 0xa5, 0xbd, 0x41, - 0xcc, 0x47, 0x90, 0x1b, 0x6b, 0xf4, 0x77, 0x0a, 0x95, 0xe1, 0xb8, 0xff, 0xaa, 0x4c, 0x9c, 0x35, - 0xbf, 0xbb, 0xbf, 0xd1, 0xb0, 0xbe, 0xe5, 0xf3, 0x74, 0xb2, 0x42, 0xca, 0xf0, 0x61, 0x14, 0x8b, - 0x06, 0x67, 0x70, 0x8a, 0x6f, 0x08, 0x18, 0xa8, 0x52, 0xe7, 0x29, 0x32, 0xd6, 0xd5, 0x2c, 0x3c, - 0x23, 0xd9, 0x9f, 0x31, 0x2f, 0x2b, 0x41, 0x8c, 0x5e, 0xec, 0x47, 0xec, 0x73, 0x19, 0x18, 0xef, - 0x50, 0x18, 0xb0, 0x12, 0xcd, 0x39, 0xc8, 0x53, 0x4c, 0x7e, 0xf5, 0x71, 0x0e, 0x96, 0x80, 0x81, - 0xe5, 0xfc, 0x24, 0xe5, 0x1c, 0xf6, 0x8b, 0x4e, 0xe4, 0xe2, 0x38, 0x9b, 0xf7, 0x1c, 0xc6, 0xdf, - 0x0a, 0x9b, 0x5e, 0x3b, 0x3d, 0xf9, 0xb3, 0x8c, 0xd3, 0x24, 0x21, 0xd0, 0x34, 0x2d, 0x4e, 0x9b, - 0xc8, 0xe5, 0xb4, 0xbf, 0x5e, 0xa2, 0xf3, 0x48, 0x39, 0xcd, 0x8f, 0x4e, 0x61, 0x7b, 0x18, 0x6e, - 0x11, 0xfc, 0x3e, 0x76, 0x2d, 0x3c, 0xe8, 0xd2, 0x6d, 0xb4, 0x93, 0xac, 0x85, 0x74, 0x35, 0xb0, - 0x2d, 0xe3, 0xf3, 0x64, 0x2c, 0xc1, 0xa6, 0x78, 0xb7, 0x9e, 0x93, 0x9f, 0x05, 0x1b, 0xa0, 0x9c, - 0xf2, 0x48, 0x7f, 0x0d, 0xd6, 0x05, 0x56, 0xc7, 0x79, 0x93, 0x4c, 0xc4, 0x89, 0x97, 0xf4, 0x62, - 0xd1, 0xd1, 0xa7, 0x65, 0x47, 0x1b, 0x0c, 0x4a, 0xeb, 0xcf, 0xab, 0x6a, 0x1c, 0x04, 0xa2, 0x82, - 0xf3, 0x02, 0x99, 0x3c, 0xf0, 0xe3, 0xd8, 0xdb, 0xf3, 0x05, 0x43, 0xcc, 0x8b, 0xba, 0x93, 0x37, - 0x38, 0x18, 0x64, 0xb9, 0xf3, 0x59, 0x32, 0xee, 0x47, 0x51, 0x18, 0x09, 0x8e, 0x98, 0x15, 0x88, - 0xe3, 0xeb, 0x08, 0x04, 0x5e, 0xe6, 0xfe, 0xa0, 0x44, 0xe6, 0x55, 0x5f, 0x79, 0x5b, 0x23, 0x5c, - 0xea, 0x2d, 0x42, 0x9a, 0x72, 0x60, 0x31, 0x5b, 0x60, 0xd3, 0x57, 0x5e, 0x3e, 0x9e, 0x76, 0xff, - 0x44, 0xea, 0x36, 0x14, 0x28, 0x06, 0x83, 0xae, 0xfb, 0xfd, 0x12, 0x39, 0x9b, 0x1a, 0xd3, 0x56, - 0x10, 0x27, 0xce, 0x9f, 0xee, 0x1b, 0xd7, 0xa5, 0x63, 0xda, 0x36, 0xb4, 0xa7, 0x65, 0xac, 0xce, - 0x86, 0xa7, 0x18, 0x45, 0x42, 0x8c, 0xc1, 0x01, 0x19, 0x0f, 0x12, 0xff, 0x40, 0x8e, 0xeb, 0x62, - 0xc1, 0x71, 0xf1, 0x0e, 0xea, 0xcf, 0xb3, 0x89, 0x34, 0x80, 0x93, 0x72, 0xff, 0x27, 0xdd, 0xb3, - 0xe8, 0x28, 0x77, 0x83, 0xbd, 0x1b, 0x5e, 0x77, 0x84, 0x1f, 0xa6, 0x41, 0x65, 0x1e, 0x52, 0xe5, - 0x5d, 0xbf, 0x9c, 0xd7, 0x75, 0xd1, 0xa1, 0xe5, 0x1a, 0xad, 0xc3, 0x77, 0x40, 0x25, 0x97, 0x10, - 0x04, 0x8c, 0xd8, 0xd2, 0xeb, 0xa4, 0xaa, 0x10, 0x9c, 0x05, 0x52, 0xb9, 0xeb, 0x73, 0xf5, 0xa8, - 0x0a, 0xf8, 0xaf, 0x73, 0x8e, 0x8c, 0x1f, 0x7a, 0xed, 0x9e, 0x58, 0xad, 0xc0, 0x7f, 0x7c, 0xbe, - 0xfc, 0x46, 0xc9, 0xfd, 0x8d, 0x12, 0x39, 0xa7, 0x1a, 0xb9, 0xee, 0x1f, 0x35, 0xfc, 0x36, 0xed, - 0x72, 0x18, 0x39, 0x3f, 0x4b, 0x0b, 0xda, 0x19, 0x72, 0x48, 0xcc, 0xc6, 0x49, 0x24, 0xd8, 0x67, - 0x44, 0xc7, 0xcf, 0x65, 0x95, 0x42, 0x66, 0x6b, 0xce, 0xe3, 0x7c, 0x2c, 0x7c, 0xf1, 0x4e, 0x0b, - 0x02, 0x15, 0xda, 0x51, 0x36, 0x30, 0xec, 0xfe, 0xac, 0xea, 0xfe, 0x69, 0x70, 0xde, 0x96, 0xcd, - 0x79, 0x9f, 0x2b, 0xf8, 0xf9, 0x06, 0xf0, 0xdc, 0x7f, 0xa7, 0x2a, 0x8a, 0xc2, 0xb1, 0xc4, 0xf1, - 0x43, 0x32, 0xfd, 0xc3, 0x0d, 0x97, 0x7e, 0x96, 0xed, 0x10, 0xf7, 0xd3, 0x01, 0xc3, 0xfd, 0xed, - 0x2a, 0x5b, 0x62, 0x89, 0x17, 0x50, 0xfb, 0x05, 0x77, 0x5b, 0x43, 0x1d, 0x9d, 0x31, 0xd5, 0x51, - 0xa1, 0x7a, 0x52, 0xb1, 0x1a, 0x1c, 0xa0, 0xfc, 0x2d, 0xdb, 0x62, 0x75, 0x13, 0x81, 0xc0, 0xcb, - 0x9c, 0x67, 0xc9, 0x24, 0xb5, 0xf9, 0x0e, 0xbc, 0x4e, 0x8b, 0x8a, 0x69, 0xdc, 0xff, 0xa7, 0x51, - 0x44, 0xaf, 0x71, 0x10, 0xc8, 0x32, 0xe7, 0x33, 0x64, 0x8c, 0x2a, 0x2b, 0x31, 0x95, 0xd0, 0x88, - 0x33, 0x85, 0x2d, 0xad, 0xd0, 0xdf, 0xc0, 0xa0, 0xb8, 0xaf, 0xdf, 0x0b, 0xa3, 0xbb, 0x54, 0xfb, - 0xaa, 0x05, 0x11, 0xdb, 0xa4, 0x8d, 0x7d, 0xfd, 0x8e, 0x2a, 0x01, 0x03, 0xcb, 0xa9, 0x93, 0xf1, - 0x6e, 0x18, 0x25, 0x31, 0xdd, 0x73, 0x71, 0x6e, 0x5e, 0xcc, 0x65, 0x05, 0x3e, 0xee, 0x3a, 0xad, - 0xa3, 0x87, 0x82, 0xbf, 0xe8, 0xfc, 0x30, 0x42, 0xce, 0x1a, 0xa9, 0xf8, 0x9d, 0xc3, 0xc5, 0x49, - 0x46, 0xef, 0x99, 0xe3, 0xe9, 0xad, 0x77, 0x0e, 0x6f, 0x7b, 0x91, 0x5e, 0x12, 0xf4, 0x37, 0x60, - 0x6d, 0xa7, 0x49, 0xaa, 0xd2, 0x82, 0x8d, 0x17, 0xa7, 0x8a, 0x70, 0x0b, 0x08, 0x74, 0xf0, 0xdf, - 0xef, 0x05, 0x91, 0x7f, 0x40, 0x25, 0x65, 0xac, 0x95, 0x5b, 0x59, 0x1a, 0x83, 0xa6, 0x4b, 0x1b, - 0x99, 0xe1, 0xba, 0xc0, 0x8d, 0x90, 0x9a, 0xb1, 0xf1, 0x62, 0x95, 0x75, 0x39, 0xc7, 0x52, 0xba, - 0xad, 0x6b, 0xac, 0x9e, 0x13, 0xe4, 0x67, 0x0c, 0x60, 0x0c, 0x16, 0x51, 0x6a, 0x8d, 0xcd, 0xb6, - 0x83, 0x43, 0x6a, 0xeb, 0xc6, 0x71, 0x3d, 0x0a, 0x77, 0xfc, 0x45, 0xc2, 0x46, 0xf3, 0xd9, 0x3c, - 0xab, 0x81, 0xa2, 0xae, 0x9e, 0xa1, 0xb4, 0x67, 0xb7, 0xcc, 0xda, 0x60, 0x13, 0xa3, 0x6a, 0xd9, - 0x1c, 0x2a, 0x1e, 0x81, 0x26, 0x3f, 0x5d, 0x9c, 0xbc, 0x43, 0xc9, 0xcf, 0x81, 0x55, 0x1d, 0x52, - 0xe4, 0x9c, 0x6d, 0x52, 0x6d, 0x07, 0xbb, 0x7e, 0xf3, 0xa8, 0x49, 0x55, 0xc5, 0x19, 0x46, 0x3b, - 0x67, 0xfd, 0x6c, 0x49, 0x74, 0xae, 0xec, 0xa9, 0x9f, 0xa0, 0x09, 0x39, 0xb7, 0xc9, 0x23, 0x89, - 0x1f, 0x1d, 0x04, 0x1d, 0x0f, 0x77, 0x60, 0xa1, 0x89, 0x30, 0xd3, 0x6c, 0x96, 0x71, 0xed, 0x13, - 0x62, 0x62, 0x1f, 0xd9, 0xce, 0xc4, 0x82, 0x01, 0xb5, 0x9d, 0x5b, 0x64, 0x9e, 0xad, 0xa7, 0x7a, - 0xaf, 0xdd, 0xae, 0x87, 0xed, 0xa0, 0x79, 0xb4, 0x38, 0xc7, 0x08, 0x3e, 0x2b, 0x0d, 0xae, 0x4d, - 0xbb, 0x18, 0x95, 0x74, 0xfd, 0x0b, 0xd2, 0xb5, 0xd1, 0xda, 0xa5, 0x2a, 0x6a, 0x2f, 0xa2, 0x1a, - 0x3c, 0xf2, 0xbe, 0x7f, 0x3f, 0x59, 0x9c, 0x2f, 0x62, 0x74, 0x34, 0xec, 0x4a, 0xdc, 0xda, 0x4d, - 0x01, 0x21, 0x4d, 0x1a, 0x45, 0x45, 0x9c, 0xd0, 0xd9, 0x5f, 0x5c, 0x60, 0x5a, 0xa6, 0x5a, 0x5f, - 0x0d, 0x04, 0x02, 0x2f, 0x63, 0x36, 0x1c, 0xfe, 0x73, 0x0b, 0x05, 0xe9, 0x19, 0x86, 0xa8, 0x6d, - 0x38, 0x59, 0x00, 0x1a, 0x07, 0x77, 0x9f, 0x84, 0x5a, 0xe9, 0x0e, 0x43, 0x55, 0x4b, 0x6d, 0x7b, - 0xfb, 0xab, 0x80, 0x70, 0x77, 0x87, 0xcc, 0xa9, 0x65, 0xcd, 0x66, 0xc7, 0x79, 0x92, 0x8c, 0xa3, - 0xe4, 0x92, 0xa6, 0x48, 0x15, 0xbb, 0x80, 0x02, 0x8d, 0x2e, 0x71, 0x06, 0x67, 0x5d, 0x08, 0x3e, - 0xf0, 0x57, 0x8f, 0xe8, 0xa8, 0x99, 0x58, 0xab, 0x18, 0x5d, 0x90, 0x05, 0xa0, 0x71, 0xdc, 0xff, - 0xcd, 0x77, 0x38, 0x2d, 0x3b, 0x0a, 0xc8, 0x4d, 0xaa, 0x75, 0xef, 0x87, 0x71, 0x82, 0xd8, 0xac, - 0x8d, 0x71, 0xbd, 0xa5, 0x5d, 0x13, 0x70, 0x50, 0x18, 0xce, 0x17, 0xc8, 0x6c, 0xd3, 0x6c, 0x40, - 0xb8, 0x71, 0xce, 0x8b, 0x2a, 0x76, 0xeb, 0x60, 0xe3, 0x3a, 0x6f, 0x90, 0x29, 0xe6, 0x83, 0x6a, - 0x86, 0x6d, 0xa1, 0xfc, 0xca, 0x6d, 0x66, 0xaa, 0x2e, 0xe0, 0x1f, 0x1b, 0xff, 0x83, 0xc2, 0x46, - 0x13, 0x02, 0xbb, 0xb0, 0x59, 0x17, 0xe2, 0x56, 0x99, 0x10, 0xd7, 0x18, 0x14, 0x44, 0xa9, 0xfb, - 0x2b, 0x65, 0x63, 0x96, 0x51, 0x83, 0xf3, 0x9d, 0x9f, 0x20, 0x93, 0xf7, 0x3c, 0xaa, 0x81, 0x76, - 0xf6, 0xc4, 0x76, 0xf8, 0x4a, 0x41, 0xd9, 0xcb, 0xaa, 0xdf, 0xe1, 0x55, 0xf9, 0x3e, 0x21, 0x7e, - 0x80, 0x24, 0x88, 0xb4, 0xa3, 0x5e, 0xa7, 0x83, 0xb4, 0xcb, 0xc3, 0xd3, 0x06, 0x5e, 0x95, 0xd3, - 0x16, 0x3f, 0x40, 0x12, 0x74, 0x76, 0x09, 0x91, 0xab, 0xcf, 0x6f, 0x09, 0xdf, 0xcf, 0x8f, 0x0d, - 0x43, 0x7e, 0x5b, 0xd5, 0x5e, 0x9d, 0xc3, 0x9d, 0x49, 0xff, 0x06, 0x83, 0xb2, 0xdb, 0x63, 0x5a, - 0x45, 0x7f, 0xb7, 0xa8, 0x44, 0xa5, 0xcc, 0xed, 0x45, 0x14, 0x67, 0x25, 0x11, 0x53, 0xf7, 0x62, - 0x41, 0xed, 0x68, 0x3b, 0x38, 0xf0, 0xcd, 0xd5, 0x22, 0xa8, 0x80, 0x26, 0xe8, 0x7e, 0xb7, 0x42, - 0x16, 0x07, 0xf5, 0x17, 0x79, 0xd2, 0xbf, 0x1f, 0x50, 0xd3, 0xa2, 0xc5, 0x39, 0xd7, 0xe0, 0xc9, - 0x75, 0x01, 0x07, 0x85, 0x81, 0xcc, 0x11, 0x07, 0x7b, 0x1d, 0xaf, 0x2d, 0xf8, 0x57, 0x31, 0x47, - 0x83, 0x41, 0x41, 0x94, 0x22, 0x1e, 0x95, 0xba, 0xb1, 0xf0, 0x3d, 0x1a, 0x4c, 0x04, 0x0c, 0x0a, - 0xa2, 0xd4, 0xb4, 0xe5, 0xc6, 0x72, 0x6c, 0x39, 0x6b, 0x8e, 0xc6, 0x1f, 0xf0, 0x1c, 0xd1, 0x5d, - 0x87, 0xa0, 0x7f, 0x2e, 0xde, 0x67, 0xe4, 0x27, 0x86, 0x27, 0xaf, 0xb4, 0x92, 0x0d, 0x45, 0x06, - 0x0c, 0x92, 0xce, 0x6b, 0x64, 0x5a, 0xad, 0x50, 0x6a, 0xca, 0x4f, 0xb2, 0xd1, 0x9e, 0x15, 0x95, - 0xa6, 0xb5, 0xb8, 0xaa, 0x81, 0x89, 0xe7, 0x7e, 0x23, 0xcd, 0x32, 0x62, 0x61, 0x18, 0x33, 0x5c, - 0x2a, 0x3a, 0xc3, 0xe5, 0xe3, 0x67, 0xd8, 0xfd, 0x8f, 0x15, 0x34, 0x84, 0x8d, 0xc6, 0x7a, 0x71, - 0x01, 0xa1, 0xf6, 0x36, 0x4a, 0x78, 0xda, 0x31, 0xb1, 0x2c, 0x5f, 0x1a, 0x66, 0xdd, 0x98, 0xfb, - 0x01, 0x2e, 0x07, 0x4e, 0xc9, 0xd9, 0xa7, 0x3b, 0xb4, 0x17, 0x33, 0xb3, 0xd0, 0x17, 0xcb, 0x71, - 0x38, 0xb2, 0x5a, 0xa5, 0xa6, 0x64, 0x8c, 0x0d, 0x97, 0xb7, 0xa2, 0x89, 0xe3, 0xf6, 0x84, 0xda, - 0x81, 0x74, 0x79, 0xab, 0xee, 0xa0, 0x0a, 0x71, 0x04, 0xbc, 0x8c, 0xca, 0xd2, 0x19, 0xaa, 0x61, - 0x21, 0xab, 0xac, 0xa1, 0x02, 0xc4, 0x98, 0x6f, 0x5c, 0x6b, 0x4a, 0x60, 0x94, 0x81, 0x85, 0xa9, - 0x15, 0xe5, 0x89, 0x63, 0x14, 0x65, 0xfa, 0x85, 0xd8, 0x3f, 0x8a, 0x2b, 0xd4, 0x17, 0xda, 0xe4, - 0x60, 0x90, 0xe5, 0x69, 0x26, 0x9a, 0x2a, 0xc8, 0x44, 0x17, 0xc8, 0x5c, 0xcd, 0xf3, 0x0f, 0xc2, - 0xce, 0x7a, 0xa7, 0xd5, 0x0d, 0x03, 0xda, 0xb1, 0x45, 0x32, 0xc6, 0xb6, 0x14, 0xbe, 0xe2, 0xc7, - 0x90, 0x02, 0x8c, 0xa1, 0xb2, 0xeb, 0xfe, 0x1f, 0xba, 0xaf, 0xd5, 0xa8, 0xb1, 0x99, 0xf8, 0xb7, - 0xba, 0xcc, 0x97, 0xe0, 0x6c, 0x10, 0x67, 0x2f, 0xf2, 0x9a, 0x7e, 0xdd, 0x8f, 0x82, 0xb0, 0x45, - 0x77, 0xfc, 0xb0, 0xc3, 0x3c, 0xc5, 0xb8, 0x47, 0xa2, 0x6b, 0xd0, 0xb9, 0xda, 0x57, 0x0a, 0x19, - 0x35, 0x9c, 0x16, 0x99, 0xed, 0x46, 0xbe, 0xe5, 0xfc, 0x28, 0xe5, 0xeb, 0xe7, 0x75, 0xb3, 0x0a, - 0x57, 0x1f, 0x2d, 0x10, 0xd8, 0x44, 0x9d, 0xb7, 0xc8, 0x42, 0x18, 0x75, 0xf7, 0xbd, 0x4e, 0xcd, - 0xef, 0xfa, 0x9d, 0x16, 0xea, 0xcc, 0xc2, 0xc3, 0x75, 0x8e, 0xd6, 0x5d, 0xb8, 0x95, 0x2a, 0x83, - 0x3e, 0x6c, 0xf7, 0x2f, 0x95, 0xc9, 0xf9, 0x5a, 0x78, 0xaf, 0x73, 0xcf, 0x8b, 0x5a, 0x2b, 0xf5, - 0x4d, 0xae, 0x08, 0x33, 0x8f, 0xa1, 0xf4, 0x54, 0x96, 0x06, 0x7a, 0x2a, 0xbf, 0x46, 0xa6, 0x76, - 0x03, 0xbf, 0xdd, 0x42, 0x97, 0x22, 0x1f, 0xde, 0xe5, 0x22, 0xee, 0x89, 0x0d, 0xac, 0x23, 0x4d, - 0x7c, 0xee, 0x28, 0xdd, 0x10, 0x64, 0x40, 0x11, 0x74, 0x7a, 0x64, 0x41, 0x6a, 0xfa, 0xb2, 0x54, - 0xac, 0x8e, 0x57, 0x8a, 0x19, 0x12, 0x76, 0x33, 0x6c, 0x3e, 0x20, 0x45, 0x10, 0xfa, 0x9a, 0x70, - 0x63, 0xf2, 0x68, 0xdf, 0x74, 0x08, 0x6b, 0xf8, 0x2b, 0xd2, 0x0c, 0xe5, 0xe7, 0x06, 0x39, 0xdd, - 0xc8, 0x9c, 0xd4, 0x01, 0x26, 0xe9, 0x2d, 0x72, 0x6e, 0xfd, 0xa0, 0x9b, 0x1c, 0x51, 0x83, 0xce, - 0x6a, 0xf1, 0x75, 0x32, 0x71, 0xe0, 0xb7, 0x82, 0xde, 0x81, 0xf8, 0x08, 0x4f, 0x4a, 0xb1, 0x77, - 0x83, 0x41, 0xa9, 0x4e, 0x33, 0x8b, 0x47, 0x6c, 0x74, 0xb9, 0x70, 0x00, 0x08, 0x74, 0xf7, 0xd7, - 0x4b, 0x64, 0x5e, 0xb2, 0xff, 0x4a, 0xab, 0x45, 0x47, 0x19, 0x3b, 0x4b, 0xa4, 0x1c, 0x74, 0x05, - 0x21, 0x22, 0x08, 0x95, 0xa9, 0x8a, 0x43, 0xa1, 0x54, 0xdf, 0xa8, 0x72, 0x2f, 0xba, 0xfe, 0x94, - 0x43, 0x7a, 0xe5, 0x99, 0xad, 0xb0, 0x2d, 0x69, 0x80, 0x26, 0x27, 0xf5, 0x40, 0x26, 0x58, 0x2b, - 0xb6, 0x4f, 0xf7, 0x9a, 0x80, 0x83, 0xc2, 0x70, 0x7f, 0xbe, 0x44, 0x66, 0x64, 0xcf, 0x0b, 0x2a, - 0x9a, 0xc8, 0xa8, 0x5a, 0xc9, 0xd4, 0x8c, 0x8a, 0x8a, 0x22, 0x2b, 0xb1, 0xf4, 0xc3, 0xca, 0x30, - 0xfa, 0xa1, 0xfb, 0x5d, 0xaa, 0xf7, 0xc9, 0xee, 0x34, 0x7a, 0x3b, 0xb1, 0x9f, 0x38, 0x5f, 0x27, - 0x55, 0x8f, 0x4f, 0xa9, 0x2f, 0x59, 0xe1, 0x62, 0x9e, 0x95, 0x6c, 0x7d, 0x09, 0xbd, 0x39, 0xaf, - 0x48, 0x3a, 0xa0, 0x49, 0x3a, 0x87, 0xe4, 0x4c, 0x27, 0x4c, 0x98, 0x4c, 0x56, 0xe5, 0xc5, 0x5c, - 0x8c, 0xe9, 0x76, 0x1e, 0x13, 0xed, 0x9c, 0xb9, 0x99, 0xa6, 0x07, 0xfd, 0x4d, 0x50, 0xdb, 0x4b, - 0x78, 0x12, 0x2a, 0xac, 0xad, 0x0b, 0xc5, 0xda, 0x1a, 0xec, 0x48, 0x70, 0x7f, 0xb3, 0x44, 0xaa, - 0x12, 0x6d, 0x94, 0x4e, 0xe6, 0x3b, 0x64, 0x32, 0x66, 0x9f, 0x46, 0x4e, 0xd3, 0x4b, 0xc5, 0xba, - 0xce, 0xbf, 0xa7, 0xde, 0x80, 0xf8, 0xef, 0x18, 0x24, 0x35, 0xe6, 0xd7, 0x53, 0x03, 0x78, 0xf8, - 0xfc, 0x7a, 0xaa, 0x6b, 0x03, 0xa4, 0xca, 0xdf, 0x2b, 0x91, 0x09, 0xee, 0xa0, 0x29, 0xe6, 0xe5, - 0x32, 0x9c, 0xb3, 0x9a, 0xe2, 0x6d, 0x04, 0x0a, 0x5f, 0x2d, 0x9d, 0xe9, 0x2a, 0xfb, 0x67, 0x23, - 0x0a, 0x0f, 0x84, 0x30, 0xbe, 0x50, 0xc4, 0x41, 0xc4, 0xc5, 0x19, 0x97, 0x11, 0xb7, 0x25, 0x01, - 0xd0, 0xb4, 0xdc, 0xdf, 0xa8, 0xe0, 0xaa, 0xd7, 0xa8, 0xd6, 0xd6, 0x52, 0x3a, 0x8d, 0xad, 0xa5, - 0x3c, 0xf2, 0xad, 0xc5, 0x79, 0x9f, 0xcc, 0x37, 0x0d, 0x27, 0xb7, 0xde, 0xd0, 0xae, 0x14, 0xf4, - 0xdf, 0x1a, 0x9e, 0x71, 0xee, 0x90, 0x58, 0xb3, 0xc9, 0x41, 0x9a, 0xbe, 0xe3, 0x93, 0x19, 0x7e, - 0x42, 0x27, 0xda, 0x1b, 0xcb, 0xe5, 0x59, 0xee, 0xfb, 0xe0, 0x35, 0x54, 0x63, 0x2c, 0x62, 0xa1, - 0x61, 0x10, 0x02, 0x8b, 0xac, 0xfb, 0x57, 0xc6, 0xc9, 0xf8, 0xfa, 0x21, 0xd5, 0x27, 0x46, 0xb8, - 0xca, 0x0f, 0xc8, 0x5c, 0xd0, 0x39, 0x0c, 0xdb, 0x87, 0x7e, 0x8b, 0x97, 0x9f, 0x6c, 0x9f, 0x7a, - 0x44, 0x34, 0x32, 0xb7, 0x69, 0x11, 0x83, 0x14, 0xf1, 0x51, 0xd8, 0x74, 0x6f, 0x53, 0x73, 0x92, - 0x71, 0x84, 0x30, 0xe8, 0x72, 0x1c, 0x95, 0x6c, 0x42, 0xc5, 0xca, 0xd1, 0x96, 0x27, 0xf7, 0x91, - 0x0a, 0x42, 0xce, 0x5d, 0x32, 0xb7, 0x1b, 0x44, 0x54, 0xeb, 0xa7, 0x46, 0x19, 0xd5, 0xc4, 0x0f, - 0xba, 0x27, 0x31, 0xe6, 0xd4, 0x94, 0x6c, 0x58, 0xa4, 0x20, 0x45, 0x9a, 0x1a, 0x2a, 0xb3, 0x68, - 0x4b, 0xe8, 0xb6, 0x26, 0x87, 0x6f, 0x4b, 0xf9, 0x73, 0xb6, 0x4c, 0x4a, 0x60, 0x13, 0x46, 0x61, - 0xd4, 0x64, 0xc6, 0xc7, 0x14, 0xdb, 0xd2, 0x95, 0x30, 0xe2, 0x56, 0x07, 0x2f, 0x43, 0x99, 0xc6, - 0x0e, 0x64, 0xab, 0xb6, 0x4c, 0xd3, 0xc7, 0xae, 0xee, 0x77, 0x70, 0x03, 0xc2, 0x59, 0x3c, 0x0d, - 0xd9, 0x7d, 0xcd, 0x96, 0xdd, 0x9f, 0x2d, 0xf0, 0x71, 0x07, 0xc8, 0xed, 0xf7, 0xc8, 0xb4, 0xf1, - 0xed, 0xd1, 0x59, 0xd7, 0x94, 0x67, 0x87, 0x42, 0x80, 0x2b, 0x05, 0x42, 0x1d, 0x2a, 0x82, 0xc6, - 0xc1, 0x89, 0x41, 0x75, 0x2a, 0x1d, 0x62, 0x80, 0xca, 0x16, 0xb0, 0x12, 0xf7, 0x15, 0x42, 0xd6, - 0xef, 0xfb, 0xcd, 0x95, 0x26, 0x3b, 0xd9, 0x36, 0xce, 0x2e, 0x4a, 0x83, 0xcf, 0x2e, 0xdc, 0x77, - 0xe9, 0x66, 0x78, 0x1f, 0x77, 0x76, 0x69, 0x2a, 0xd1, 0x25, 0xe2, 0x33, 0x00, 0xeb, 0xd5, 0x94, - 0x66, 0x52, 0x8e, 0x06, 0xa2, 0x94, 0x9d, 0x4b, 0xdf, 0xf7, 0xc4, 0x82, 0x35, 0xcc, 0xce, 0x75, - 0x04, 0x02, 0x2f, 0x73, 0xbf, 0x5d, 0x22, 0x73, 0x1b, 0x6b, 0x96, 0xf6, 0xbb, 0x4c, 0x08, 0xd7, - 0x22, 0xef, 0xdc, 0xb9, 0x29, 0x7d, 0x99, 0xdc, 0xe1, 0xa4, 0xa0, 0x60, 0x60, 0x38, 0x8f, 0x91, - 0x4a, 0xbb, 0xd7, 0x11, 0x6a, 0xe0, 0x24, 0xfa, 0x48, 0xb7, 0x7a, 0x1d, 0x40, 0x98, 0x11, 0x29, - 0x50, 0x29, 0x1c, 0x29, 0x90, 0x1f, 0x17, 0xf6, 0x8b, 0x15, 0xb2, 0xb0, 0xd1, 0xf6, 0xef, 0x5b, - 0xbd, 0xa6, 0x4d, 0xb5, 0xa2, 0x80, 0x32, 0x4f, 0xda, 0x55, 0x51, 0x63, 0x50, 0x10, 0xa5, 0x85, - 0x83, 0x17, 0xac, 0xc0, 0x8d, 0xca, 0x88, 0x03, 0x37, 0x72, 0xc7, 0xec, 0xec, 0x92, 0xc9, 0x90, - 0x7f, 0x7f, 0x2a, 0xc5, 0x90, 0xd1, 0xbf, 0x70, 0x7c, 0x67, 0xd2, 0xf3, 0xb3, 0x2c, 0xb8, 0x87, - 0x9f, 0x22, 0x2b, 0x61, 0x29, 0xa0, 0x20, 0x89, 0x2f, 0x7d, 0x9e, 0xcc, 0x98, 0x98, 0x43, 0x1d, - 0x27, 0x6f, 0x91, 0xb3, 0x1b, 0x18, 0x7e, 0x98, 0x0a, 0x2e, 0x79, 0x8d, 0x4c, 0xe3, 0x4a, 0x8d, - 0xad, 0x88, 0x2b, 0xe5, 0x4f, 0xa8, 0xe9, 0x22, 0x30, 0xf1, 0xdc, 0x7f, 0x57, 0x22, 0x8f, 0x5f, - 0x5d, 0x5b, 0xaf, 0xa3, 0x38, 0x88, 0x13, 0xba, 0xc0, 0x6a, 0x41, 0x7c, 0x37, 0xfd, 0xc9, 0xbb, - 0x2d, 0x83, 0xa6, 0xfa, 0x94, 0xf5, 0x1a, 0x23, 0x27, 0x4a, 0x1f, 0x96, 0x70, 0x46, 0xaa, 0x17, - 0x9e, 0xbd, 0x1a, 0xd0, 0x6f, 0xdf, 0x0d, 0xd3, 0x01, 0x69, 0x11, 0x85, 0xc5, 0x18, 0xa8, 0x74, - 0x94, 0x0e, 0x48, 0x03, 0x55, 0x02, 0x06, 0x16, 0x6f, 0xf9, 0x30, 0x40, 0x41, 0x29, 0x06, 0x65, - 0xb4, 0xcc, 0xe1, 0xa0, 0x30, 0x70, 0x60, 0xad, 0x20, 0x62, 0x3a, 0xc5, 0x91, 0x58, 0x89, 0x6a, - 0x60, 0x35, 0x59, 0x00, 0x1a, 0xc7, 0xfd, 0x9b, 0x25, 0x72, 0xfe, 0x6a, 0xbb, 0x47, 0xa7, 0x3d, - 0xda, 0x8d, 0xad, 0xce, 0xbe, 0x42, 0xaa, 0xbe, 0xd4, 0x7f, 0x45, 0x5f, 0xd5, 0xde, 0xa2, 0x14, - 0x63, 0x1e, 0x0d, 0xa7, 0xf0, 0x0a, 0x04, 0x5f, 0x0d, 0x17, 0x2a, 0xf4, 0xcf, 0xcb, 0x64, 0xf6, - 0xda, 0xf6, 0x76, 0xfd, 0xaa, 0x9f, 0x08, 0x59, 0x9a, 0xef, 0x34, 0xa9, 0x1b, 0xd6, 0xea, 0xf4, - 0x95, 0xe5, 0x01, 0xab, 0x07, 0x03, 0x6d, 0x97, 0x79, 0xa0, 0xed, 0xf2, 0x66, 0x27, 0xb9, 0x15, - 0x35, 0x92, 0x08, 0x5d, 0xfa, 0x59, 0xd6, 0xad, 0x94, 0xf7, 0x95, 0x41, 0xf2, 0x9e, 0x4e, 0xd6, - 0x44, 0xdc, 0xdc, 0xf7, 0x0f, 0xa4, 0x8e, 0xf2, 0x69, 0xa5, 0x4e, 0x30, 0x28, 0xb5, 0x7d, 0xab, - 0xef, 0xc0, 0x26, 0xff, 0x01, 0x02, 0x95, 0x0a, 0x9e, 0xe9, 0xfd, 0x24, 0xe9, 0x5e, 0xa3, 0x83, - 0xa5, 0xac, 0x2f, 0x56, 0x7b, 0x8e, 0x36, 0x87, 0x93, 0xc1, 0x2b, 0xe8, 0x85, 0xa5, 0x61, 0x31, - 0x98, 0x14, 0xdd, 0x06, 0x21, 0xba, 0xec, 0x01, 0x99, 0x28, 0xee, 0x9f, 0x2d, 0x93, 0xc9, 0x6b, - 0x74, 0xbb, 0x6a, 0x53, 0x92, 0x1b, 0x64, 0xcc, 0xa7, 0xdb, 0x5c, 0x31, 0x45, 0x54, 0x6f, 0x88, - 0xfc, 0x5c, 0x1e, 0x7f, 0x03, 0xab, 0xef, 0x00, 0x99, 0xc4, 0x7e, 0x5f, 0x55, 0x11, 0x8b, 0x2f, - 0xe6, 0xcf, 0x82, 0x62, 0x09, 0xbe, 0x9b, 0x0a, 0x10, 0x48, 0x42, 0xcc, 0xe3, 0xd2, 0xec, 0x36, - 0x50, 0x4a, 0x25, 0xc5, 0x02, 0x70, 0xb7, 0xd7, 0xea, 0x1c, 0x5d, 0xd0, 0xe5, 0x1e, 0x17, 0x09, - 0x04, 0x4d, 0xce, 0x7d, 0x83, 0x9c, 0x63, 0x27, 0x6c, 0x94, 0xdd, 0xac, 0x35, 0x93, 0xcb, 0x9c, - 0xee, 0xdf, 0x2e, 0x93, 0x33, 0x9b, 0x8d, 0xb5, 0x86, 0xed, 0xf8, 0x7a, 0x83, 0xcc, 0xf0, 0x6d, - 0x16, 0x99, 0xce, 0x6b, 0x8b, 0xfa, 0xca, 0x25, 0xbc, 0x6d, 0x94, 0x81, 0x85, 0x89, 0x47, 0x97, - 0xc1, 0xfb, 0x9d, 0x74, 0xe0, 0xcc, 0xe6, 0xdb, 0x37, 0x01, 0xe1, 0x58, 0x8c, 0x3b, 0x36, 0x17, - 0x71, 0xaa, 0x58, 0xed, 0xda, 0x5f, 0xa2, 0x2a, 0x7f, 0xdc, 0x8c, 0x03, 0xba, 0x00, 0xe8, 0xfa, - 0xf7, 0x9a, 0x92, 0x7d, 0xb5, 0x0e, 0x8f, 0x5d, 0x55, 0xa5, 0x90, 0xc2, 0x36, 0xe4, 0xed, 0x78, - 0xe1, 0x5d, 0x3f, 0x3f, 0x74, 0x71, 0x8b, 0x54, 0x55, 0x88, 0x89, 0x8c, 0x0c, 0x2a, 0x65, 0x47, - 0x06, 0xe5, 0x0b, 0x1c, 0xf7, 0x1f, 0x51, 0x1d, 0x55, 0x1d, 0xb1, 0x53, 0x4e, 0xab, 0x52, 0xd1, - 0x9a, 0xb0, 0x43, 0x1b, 0xc1, 0xb6, 0xcf, 0xe6, 0xf0, 0x1a, 0xe7, 0x75, 0xce, 0x0d, 0x75, 0x59, - 0x17, 0x34, 0x19, 0x67, 0x8b, 0x4c, 0x76, 0x23, 0xbf, 0x91, 0xb0, 0x08, 0xd7, 0x21, 0x28, 0x32, - 0xbe, 0xad, 0xf3, 0x9a, 0x20, 0x49, 0xb8, 0xbf, 0x56, 0x22, 0x64, 0x2b, 0x38, 0xa0, 0xdb, 0x87, - 0xd7, 0xd9, 0xf3, 0x47, 0x68, 0xef, 0xdd, 0x24, 0x63, 0x71, 0x97, 0x2e, 0xde, 0x42, 0x07, 0x2d, - 0xba, 0x47, 0x0d, 0x5a, 0x47, 0x4f, 0x34, 0xfe, 0x02, 0x46, 0xc7, 0xfd, 0x65, 0x42, 0xe6, 0x34, - 0x1a, 0x2a, 0xdc, 0xce, 0x45, 0x2b, 0xa4, 0xf3, 0xb1, 0x54, 0x48, 0x67, 0x95, 0x61, 0x1b, 0x51, - 0x9c, 0x09, 0xa9, 0x1c, 0x78, 0xf7, 0x85, 0x7e, 0xff, 0x5a, 0xd1, 0x0e, 0x61, 0x4b, 0xcb, 0x37, - 0xbc, 0xfb, 0x5c, 0xe1, 0x79, 0x51, 0xb2, 0x08, 0x85, 0x7c, 0xcc, 0x8f, 0x53, 0xd8, 0x1a, 0x43, - 0x83, 0xe2, 0x67, 0xfe, 0x93, 0xfe, 0xcd, 0xc4, 0x1e, 0x36, 0xc7, 0x5a, 0x0d, 0x3a, 0xc2, 0x29, - 0x37, 0x64, 0xab, 0x41, 0x27, 0xdd, 0x6a, 0xd0, 0x29, 0xd0, 0x6a, 0xd0, 0xc1, 0xc8, 0xaf, 0xc9, - 0x96, 0xbf, 0xeb, 0xf5, 0xda, 0x09, 0x0b, 0x56, 0x9a, 0xbe, 0xf2, 0xe6, 0x50, 0x4d, 0xd7, 0x78, - 0x5d, 0xde, 0xfc, 0x25, 0xa9, 0xe5, 0x09, 0x68, 0x6e, 0x17, 0x64, 0xd3, 0xce, 0x2f, 0x51, 0xab, - 0x40, 0xfc, 0x8f, 0x71, 0x41, 0xd4, 0x3c, 0x14, 0xfb, 0xd0, 0x5b, 0x27, 0xe9, 0x8d, 0x20, 0xc1, - 0x3b, 0xf5, 0x63, 0x52, 0x88, 0xd8, 0x85, 0xb9, 0x7d, 0x4b, 0xf5, 0xc7, 0xf9, 0xb0, 0x44, 0xce, - 0xd1, 0xef, 0xc4, 0x5b, 0xe4, 0x30, 0xc0, 0xe3, 0x37, 0x11, 0x90, 0xb5, 0x31, 0x2c, 0x9f, 0xf4, - 0x11, 0xe2, 0xdd, 0xfd, 0xa2, 0x3c, 0xe4, 0xcb, 0x42, 0xc9, 0xed, 0x74, 0x66, 0x0f, 0x97, 0x5a, - 0x64, 0x4a, 0x32, 0x66, 0x86, 0x7e, 0xbd, 0x6a, 0x6e, 0xb7, 0xc7, 0xaf, 0x40, 0xe9, 0xea, 0x5a, - 0x7e, 0xbb, 0xe7, 0x75, 0x12, 0x8c, 0x96, 0xd7, 0xda, 0x38, 0x6b, 0x45, 0x30, 0xe2, 0x08, 0x5b, - 0xd9, 0x27, 0x33, 0x26, 0xcf, 0x8d, 0xb0, 0xa5, 0x90, 0x9c, 0xcd, 0xe0, 0xa7, 0x11, 0x36, 0xd8, - 0x23, 0x8f, 0x0d, 0xe4, 0x8b, 0xd1, 0x35, 0x8b, 0xee, 0x7b, 0x43, 0x60, 0x9e, 0x86, 0x0b, 0xe5, - 0x86, 0xed, 0x42, 0x79, 0xbe, 0xe8, 0xd2, 0x19, 0xe0, 0x47, 0xd9, 0x35, 0xfb, 0x8f, 0x3b, 0x81, - 0xb3, 0x4d, 0x26, 0xda, 0x08, 0x91, 0xe7, 0x36, 0x2f, 0x0d, 0xb3, 0x38, 0xb5, 0xfa, 0xc0, 0xe0, - 0x31, 0x08, 0x5a, 0x78, 0xd8, 0x36, 0x76, 0x1a, 0xd3, 0x53, 0xb7, 0xa7, 0x67, 0x90, 0x12, 0x2a, - 0xae, 0xf4, 0x2d, 0x83, 0x77, 0x6f, 0xfd, 0x3e, 0xb5, 0x57, 0x63, 0xa6, 0x2c, 0x66, 0xce, 0xd0, - 0x3f, 0x2c, 0x93, 0x69, 0x6c, 0x48, 0x7a, 0x74, 0xbe, 0x80, 0x1e, 0xbe, 0x1d, 0xbf, 0x2d, 0x1d, - 0xbf, 0x69, 0xc3, 0x6a, 0xcb, 0x2c, 0x04, 0x1b, 0x17, 0x2b, 0xef, 0x9a, 0x7e, 0x71, 0xa1, 0xf4, - 0xa8, 0xca, 0x96, 0xd3, 0x1c, 0x6c, 0x5c, 0xd4, 0xed, 0xef, 0x79, 0x49, 0x73, 0x5f, 0x18, 0x5d, - 0xaa, 0xbb, 0x77, 0x10, 0x08, 0xbc, 0xcc, 0x59, 0x21, 0xf3, 0x92, 0x63, 0x6f, 0xf3, 0xa9, 0x13, - 0x0a, 0xa1, 0xba, 0x8e, 0x05, 0x76, 0x31, 0xa4, 0xf1, 0x9d, 0xcf, 0x93, 0x39, 0x9c, 0x9c, 0xb0, - 0x97, 0xc8, 0xa3, 0xfd, 0x71, 0x76, 0xb4, 0xcf, 0x42, 0x29, 0xb7, 0xad, 0x12, 0x48, 0x61, 0xba, - 0x3f, 0x49, 0xce, 0x6e, 0x85, 0x5e, 0x6b, 0xd5, 0x6b, 0x7b, 0x9d, 0xa6, 0x1f, 0x6d, 0x76, 0xf6, - 0x72, 0xcf, 0x55, 0xcd, 0xb3, 0xcf, 0x72, 0xee, 0xd9, 0x67, 0x44, 0x1c, 0xb3, 0x01, 0x11, 0x94, - 0xf2, 0x2e, 0x99, 0x0c, 0x78, 0x53, 0x82, 0x6b, 0x2f, 0xe7, 0xb9, 0x7f, 0xfa, 0xfa, 0x68, 0x04, - 0x59, 0x70, 0x00, 0x48, 0x92, 0x68, 0x2b, 0x64, 0xf9, 0x8b, 0xf2, 0xcd, 0x31, 0xf7, 0x2f, 0x94, - 0xc8, 0xfc, 0xcd, 0xd4, 0x3d, 0x28, 0x8c, 0x98, 0xf2, 0xa3, 0x0c, 0xe7, 0x57, 0x83, 0x41, 0x41, - 0x94, 0x3e, 0x70, 0x43, 0xfc, 0x2f, 0x96, 0x49, 0x95, 0x45, 0x38, 0x76, 0xbd, 0xe6, 0x28, 0x95, - 0xd2, 0x1b, 0x96, 0x52, 0x9a, 0x63, 0x06, 0xaa, 0x0e, 0x0d, 0xd2, 0x49, 0xf1, 0x26, 0x9c, 0xb8, - 0x17, 0x54, 0xc8, 0x02, 0xd4, 0x04, 0xf9, 0x15, 0x92, 0x39, 0xfb, 0x1a, 0x91, 0xbc, 0x33, 0xc4, - 0xce, 0x2d, 0x15, 0xee, 0xc3, 0x77, 0x6e, 0xa9, 0xba, 0x36, 0x40, 0x2a, 0xd5, 0x8d, 0xde, 0x33, - 0xb1, 0xfd, 0x65, 0x16, 0xae, 0xe6, 0xb5, 0x83, 0x0f, 0x7c, 0x75, 0xbf, 0xee, 0x49, 0x11, 0x7d, - 0x26, 0xa0, 0x1f, 0x33, 0x01, 0x23, 0x7e, 0xf1, 0x6b, 0x93, 0xba, 0x8a, 0x7b, 0x8d, 0x72, 0xaa, - 0x3d, 0x77, 0xce, 0x6b, 0x64, 0xbc, 0xbb, 0xef, 0xc5, 0x7e, 0x2a, 0xb2, 0x62, 0xbc, 0x8e, 0x40, - 0x4a, 0x6d, 0x4e, 0x55, 0x60, 0x10, 0xe0, 0xd8, 0xee, 0x1f, 0x53, 0x59, 0x8f, 0x57, 0x77, 0x47, - 0xc8, 0x63, 0xd7, 0x2c, 0x1e, 0x7b, 0x2e, 0xff, 0x62, 0xf1, 0x40, 0xf6, 0xaa, 0xa7, 0xd8, 0xeb, - 0xf9, 0x02, 0xb4, 0x8e, 0xe7, 0xac, 0x03, 0x32, 0xcd, 0x2e, 0x2e, 0x8b, 0x90, 0x92, 0x57, 0x2c, - 0x03, 0xea, 0xc9, 0x94, 0x01, 0x35, 0x6f, 0xa0, 0x1a, 0x66, 0xd4, 0x0b, 0x64, 0x52, 0x04, 0x3b, - 0xa4, 0x63, 0xf4, 0x04, 0x2e, 0xc8, 0x72, 0xf7, 0x57, 0x2b, 0xc4, 0xba, 0x28, 0xed, 0x7c, 0xaf, - 0x44, 0xa8, 0xd2, 0xc2, 0x2e, 0x08, 0xb4, 0x6a, 0x3d, 0xf4, 0x88, 0xa1, 0xd3, 0xaa, 0xd5, 0x6b, - 0xd3, 0xff, 0x36, 0xf7, 0x3a, 0xa1, 0x02, 0xa3, 0xf7, 0xa6, 0xc7, 0xfc, 0xa7, 0x85, 0xef, 0x67, - 0xab, 0xd3, 0xce, 0x2b, 0xb4, 0x2f, 0xcb, 0x30, 0x54, 0x2b, 0x30, 0x64, 0xaf, 0x9c, 0xdf, 0x2d, - 0x91, 0x4b, 0xfc, 0xaa, 0x70, 0xf1, 0x91, 0x14, 0x32, 0x3c, 0xeb, 0x92, 0xa8, 0x26, 0x87, 0x21, - 0x81, 0xab, 0xaf, 0x8b, 0x49, 0xbe, 0x54, 0x1f, 0xae, 0x55, 0x18, 0xb6, 0x9b, 0xee, 0xbf, 0xac, - 0xd0, 0xf5, 0x4b, 0xe7, 0x53, 0x5f, 0x9d, 0x7c, 0xcd, 0x62, 0x93, 0xa7, 0x53, 0x6c, 0x72, 0xc6, - 0x42, 0x7e, 0x30, 0xb7, 0x26, 0x13, 0x72, 0x06, 0x4f, 0x14, 0xaf, 0xf9, 0x5e, 0x94, 0xec, 0xf8, - 0x1e, 0x3b, 0x5a, 0x14, 0x8b, 0x60, 0xa8, 0xe3, 0x4a, 0x15, 0x41, 0xb3, 0x95, 0xa6, 0x06, 0xfd, - 0x0d, 0x38, 0xf7, 0x88, 0xc3, 0xce, 0x31, 0x23, 0x8f, 0x2a, 0x5d, 0x6c, 0x30, 0x81, 0x70, 0xb9, - 0x0e, 0xd9, 0xec, 0x92, 0x68, 0xd6, 0xd9, 0xea, 0x23, 0x07, 0x19, 0x4d, 0x18, 0x87, 0xd5, 0xe3, - 0x45, 0x0f, 0xab, 0x27, 0x72, 0xc2, 0x63, 0x7f, 0xae, 0x44, 0xce, 0xe2, 0x87, 0xb1, 0x43, 0x29, - 0x63, 0x27, 0x24, 0xf3, 0x38, 0x82, 0xb6, 0x9f, 0x48, 0x98, 0x58, 0x61, 0x39, 0xba, 0xb4, 0x4d, - 0x47, 0x6b, 0x6c, 0xd7, 0x6d, 0x62, 0x90, 0xa6, 0xee, 0xfe, 0x6a, 0x89, 0x4c, 0x61, 0x47, 0x4e, - 0x63, 0x1f, 0xbb, 0x6a, 0xef, 0x63, 0x6e, 0xbe, 0xd0, 0x18, 0xb0, 0x85, 0xbd, 0x4a, 0x16, 0xb0, - 0xb4, 0x1e, 0x85, 0xf7, 0x8f, 0xa4, 0x72, 0x9d, 0xef, 0x7d, 0xfd, 0xf3, 0x25, 0x2e, 0xee, 0x94, - 0x56, 0x7c, 0x0f, 0x43, 0xc1, 0xf4, 0x6f, 0x5c, 0xc8, 0x52, 0x09, 0x5c, 0x2e, 0x2e, 0xd0, 0xd8, - 0xfa, 0x37, 0x62, 0xc1, 0x52, 0x04, 0xa1, 0xbf, 0x0d, 0xf7, 0xef, 0x94, 0xc8, 0xa3, 0x26, 0xa2, - 0x71, 0x29, 0x2b, 0xcf, 0xe5, 0x59, 0x23, 0x53, 0x61, 0x17, 0x13, 0x83, 0x28, 0x0b, 0xe0, 0x79, - 0x39, 0xe3, 0xb7, 0x04, 0x9c, 0xae, 0xdc, 0x73, 0x26, 0x75, 0x09, 0x07, 0x55, 0xd3, 0x71, 0xc9, - 0x04, 0xb3, 0x44, 0x63, 0x71, 0x9d, 0x8e, 0x20, 0x37, 0x33, 0x47, 0x3f, 0x5d, 0xe4, 0xbc, 0xc4, - 0xfd, 0xcb, 0x25, 0x3e, 0xcb, 0x66, 0xd7, 0x9d, 0x6f, 0x92, 0x85, 0x03, 0x34, 0x16, 0xd6, 0xef, - 0x77, 0x71, 0x0b, 0x61, 0x07, 0x95, 0xa5, 0x22, 0x82, 0x73, 0xc0, 0x70, 0x57, 0x17, 0x45, 0xef, - 0x17, 0x6e, 0xa4, 0xc8, 0x42, 0x5f, 0x43, 0xee, 0xef, 0x09, 0x5e, 0x65, 0x5a, 0x0b, 0x5d, 0x6c, - 0xdd, 0xb0, 0xb5, 0xb6, 0x59, 0x03, 0x31, 0x57, 0x6a, 0xb1, 0xd5, 0x39, 0x18, 0x64, 0x39, 0x9e, - 0xbc, 0xf9, 0xd4, 0x54, 0x8b, 0xa8, 0xc2, 0xb2, 0x59, 0x4b, 0x67, 0xb7, 0x58, 0x57, 0x25, 0x60, - 0x60, 0x61, 0x9d, 0x6e, 0x14, 0x1e, 0x06, 0x2d, 0x16, 0x1c, 0x5d, 0xb1, 0xeb, 0xd4, 0x55, 0x09, - 0x18, 0x58, 0x68, 0xa2, 0xf5, 0x3a, 0x31, 0x17, 0xe0, 0xde, 0x8e, 0xc8, 0x1d, 0x30, 0xa5, 0x4d, - 0xb4, 0x77, 0xcc, 0x42, 0xb0, 0x71, 0xdd, 0x1f, 0x54, 0x09, 0xd1, 0x2a, 0x02, 0x7a, 0x08, 0xa7, - 0x9a, 0x1e, 0x55, 0x90, 0x78, 0x12, 0x94, 0x4a, 0xfe, 0x2d, 0x12, 0x5d, 0x79, 0x79, 0x4d, 0x54, - 0xe4, 0xbe, 0xad, 0x97, 0x25, 0x83, 0x48, 0x70, 0xae, 0x3f, 0x4b, 0xb5, 0xec, 0x7c, 0xab, 0x44, - 0xa6, 0xbd, 0x36, 0x5e, 0x1b, 0x4d, 0xd8, 0x88, 0xca, 0x45, 0x9c, 0x95, 0x46, 0x4f, 0x56, 0x74, - 0x5d, 0xde, 0x99, 0x57, 0xe4, 0xb9, 0x95, 0x51, 0x92, 0xdb, 0x1f, 0xb3, 0x0b, 0xce, 0xcb, 0x52, - 0xb5, 0xe4, 0x1f, 0x65, 0x29, 0xad, 0x5a, 0x56, 0x99, 0x68, 0x30, 0xb4, 0x4a, 0xbc, 0x8f, 0x61, - 0x44, 0x8a, 0x8f, 0x15, 0xb9, 0xc9, 0x69, 0x6d, 0x9a, 0x79, 0x37, 0xe4, 0xf1, 0xb4, 0x49, 0xc7, - 0xac, 0x8e, 0x17, 0xb9, 0x26, 0x69, 0xe8, 0x6e, 0x39, 0xf1, 0xaa, 0x09, 0x99, 0x6f, 0xd9, 0x9b, - 0x84, 0x08, 0x42, 0xba, 0x9c, 0xdf, 0x42, 0x6a, 0x77, 0xd1, 0xdb, 0x42, 0xaa, 0x00, 0xd2, 0x4d, - 0xd0, 0x11, 0x4d, 0xa1, 0xd8, 0xda, 0xec, 0xec, 0x86, 0x22, 0x0e, 0xe9, 0xa5, 0x02, 0xdf, 0xfc, - 0x28, 0xa6, 0xe2, 0x19, 0xeb, 0xe8, 0x6d, 0xe0, 0xa6, 0xa0, 0x02, 0x8a, 0x1e, 0xba, 0x89, 0xd8, - 0x1d, 0x04, 0xbc, 0xb9, 0x5a, 0x19, 0xe2, 0x3a, 0x06, 0xbb, 0xc1, 0xa0, 0x37, 0x5f, 0xf6, 0x93, - 0x8a, 0x2b, 0x4e, 0x8b, 0xea, 0xf5, 0xe2, 0x62, 0x69, 0xbc, 0xd9, 0x79, 0x27, 0xf6, 0xd9, 0x6d, - 0xd5, 0xea, 0xea, 0x33, 0xfa, 0xfa, 0x29, 0x87, 0x67, 0x26, 0xc1, 0xb1, 0x6a, 0xe2, 0x1e, 0x2c, - 0x7e, 0xcb, 0xdc, 0x3a, 0x8b, 0xa4, 0x48, 0x47, 0xed, 0x4c, 0x3c, 0x7a, 0xb2, 0x6f, 0xdb, 0xc4, - 0x20, 0x4d, 0x7d, 0x29, 0x20, 0xb3, 0xd6, 0x8a, 0x1d, 0xa1, 0xb3, 0xb3, 0x4d, 0x16, 0xd2, 0x4b, - 0x72, 0x84, 0x3e, 0xce, 0x3f, 0x1a, 0x23, 0x73, 0x36, 0x63, 0x60, 0x8c, 0xc2, 0x01, 0x1d, 0x35, - 0xfd, 0x9e, 0x2a, 0x07, 0x89, 0xe2, 0xff, 0x1b, 0xb2, 0x00, 0x34, 0x0e, 0xcb, 0xc6, 0xc2, 0xaa, - 0xbf, 0xf3, 0x4e, 0xbf, 0xf0, 0x6e, 0xa8, 0x12, 0x30, 0xb0, 0x50, 0x61, 0xdb, 0x09, 0xc3, 0x44, - 0x09, 0x6e, 0xc5, 0x33, 0xab, 0x0c, 0x0a, 0xa2, 0x14, 0x05, 0xf6, 0x5d, 0x1c, 0x50, 0xdb, 0xf6, - 0x77, 0x29, 0x81, 0x7d, 0xdd, 0x2c, 0x04, 0x1b, 0x17, 0x37, 0xa0, 0x30, 0x66, 0x4c, 0x28, 0xd4, - 0x42, 0x1d, 0x6d, 0xd3, 0xe0, 0x77, 0x72, 0x64, 0xb9, 0xf3, 0x55, 0xf2, 0xa8, 0xba, 0x42, 0x03, - 0xdc, 0x7f, 0x28, 0x5b, 0x9c, 0xb0, 0x6c, 0xbb, 0x47, 0xd7, 0xb2, 0xd1, 0x60, 0x50, 0x7d, 0x3c, - 0xc4, 0x15, 0x2a, 0x9d, 0xa4, 0x38, 0x69, 0x1f, 0xe2, 0x5e, 0xb7, 0x4a, 0x21, 0x85, 0x4d, 0xf5, - 0x89, 0x05, 0x84, 0x30, 0x55, 0x4a, 0x52, 0xe0, 0x57, 0x81, 0xd4, 0xce, 0x7c, 0x3d, 0x55, 0x0e, - 0x7d, 0x35, 0xd0, 0x75, 0xc8, 0x75, 0x0b, 0xb4, 0x60, 0xd8, 0x77, 0x10, 0x71, 0x83, 0x6a, 0x11, - 0xdc, 0xb2, 0x8b, 0x21, 0x8d, 0x8f, 0xa7, 0xe0, 0x5e, 0x44, 0x3f, 0x7a, 0x42, 0x55, 0x84, 0x5e, - 0xc4, 0xef, 0x81, 0x1b, 0xa7, 0xe0, 0x2b, 0x46, 0x19, 0x58, 0x98, 0xee, 0x07, 0xe4, 0x6c, 0x46, - 0x78, 0x32, 0x32, 0x0e, 0x65, 0x50, 0x39, 0xa6, 0x54, 0xbc, 0x0d, 0x5e, 0x1b, 0x11, 0xa3, 0x31, - 0xb0, 0x90, 0x3b, 0x99, 0xe3, 0xd4, 0x48, 0x83, 0xa5, 0xb8, 0x73, 0x43, 0x16, 0x80, 0xc6, 0x71, - 0xbf, 0x43, 0x77, 0x6d, 0xed, 0x66, 0x28, 0x10, 0x65, 0x41, 0x87, 0x29, 0x33, 0xbb, 0x19, 0x59, - 0xa6, 0xd4, 0x30, 0xaf, 0x1a, 0x65, 0x60, 0x61, 0x62, 0xdf, 0x3a, 0xd2, 0x69, 0x92, 0x8e, 0xee, - 0x51, 0xde, 0x14, 0xd0, 0x38, 0xe8, 0xe3, 0x8b, 0xfd, 0xf6, 0xee, 0x56, 0xd0, 0xb9, 0x2b, 0x18, - 0x5b, 0x49, 0xe5, 0x86, 0x80, 0x83, 0xc2, 0x70, 0xde, 0x22, 0x95, 0x5e, 0xd0, 0x12, 0xac, 0xbc, - 0x2c, 0xf5, 0x4e, 0xba, 0x9a, 0xa8, 0xc4, 0x7c, 0x32, 0x3b, 0x5d, 0x1d, 0x9a, 0x91, 0xf1, 0x32, - 0x2e, 0x3e, 0xac, 0x9a, 0xe5, 0x3f, 0x9e, 0x18, 0xd2, 0x7f, 0x4c, 0xbf, 0x99, 0x18, 0xb3, 0xe4, - 0xe4, 0x8a, 0xfe, 0x66, 0x57, 0x55, 0x09, 0x18, 0x58, 0x68, 0x8c, 0x36, 0xa9, 0x01, 0x26, 0xad, - 0x35, 0x1e, 0x3b, 0x3b, 0xf5, 0x09, 0x8c, 0xd1, 0xb5, 0x34, 0x35, 0xe8, 0x6f, 0xc0, 0xe9, 0x92, - 0x33, 0x2d, 0x5c, 0x47, 0x56, 0xab, 0xd5, 0x13, 0x44, 0xec, 0x62, 0x8b, 0xb5, 0x34, 0x25, 0xe8, - 0x27, 0xee, 0x7c, 0x9d, 0x2c, 0x49, 0x60, 0xff, 0x25, 0x39, 0xb6, 0x5c, 0x2a, 0xab, 0x4f, 0x50, - 0x6a, 0x4b, 0xb5, 0x81, 0x58, 0x70, 0x0c, 0x05, 0xe7, 0x5d, 0x32, 0xc1, 0x4e, 0x1c, 0xe2, 0xc5, - 0x69, 0xb6, 0xdb, 0xbd, 0x5a, 0xd4, 0xe1, 0xb6, 0xcc, 0xce, 0x2d, 0x44, 0xc8, 0xa1, 0x3e, 0xc5, - 0x61, 0x40, 0x10, 0x34, 0xe9, 0x7c, 0x4d, 0x7b, 0x9d, 0x4e, 0x98, 0x78, 0x5c, 0x09, 0x9b, 0x29, - 0xa2, 0x47, 0x1a, 0x4d, 0xac, 0xe8, 0xba, 0xbc, 0x1d, 0x15, 0xff, 0x64, 0x94, 0x80, 0xd9, 0x04, - 0x6e, 0xe3, 0xe1, 0x3d, 0x14, 0x98, 0xd2, 0xe9, 0x1e, 0x2f, 0xce, 0x16, 0xd9, 0xc6, 0x6f, 0x59, - 0x95, 0x0c, 0x09, 0x66, 0x13, 0x83, 0x34, 0x75, 0x0c, 0xa8, 0x35, 0xfc, 0xa8, 0x73, 0x3a, 0xa0, - 0x56, 0xfb, 0x51, 0x4d, 0xb7, 0xe9, 0xd2, 0x9b, 0x64, 0xda, 0x98, 0xb9, 0x61, 0x42, 0x30, 0x97, - 0xbe, 0x44, 0xb7, 0xf1, 0xd4, 0x8c, 0x0c, 0x15, 0xc2, 0xf9, 0x3f, 0xca, 0x64, 0x3e, 0xe3, 0x48, - 0xe2, 0x6e, 0xc0, 0x82, 0x94, 0x2d, 0xd9, 0x75, 0x9d, 0xc2, 0x80, 0x95, 0xd8, 0x12, 0xa8, 0x5c, - 0x40, 0x02, 0x49, 0x71, 0x58, 0x19, 0x28, 0x0e, 0x85, 0xd4, 0x19, 0x3b, 0xb9, 0xd4, 0xb1, 0xc5, - 0xfc, 0x78, 0x21, 0x31, 0xff, 0x00, 0x24, 0x95, 0xb5, 0x53, 0x4c, 0x16, 0xd8, 0x29, 0x3e, 0x2e, - 0x91, 0x39, 0x9b, 0x85, 0x0a, 0xcc, 0xf8, 0xc3, 0x3a, 0x81, 0xcb, 0xcc, 0xa2, 0x4a, 0xa2, 0xb0, - 0xdd, 0xf6, 0x23, 0x11, 0xd4, 0x35, 0x27, 0x0c, 0x24, 0x01, 0x05, 0x03, 0xc3, 0xfd, 0xa5, 0x32, - 0x59, 0xd0, 0x11, 0xbe, 0x22, 0x55, 0xe5, 0xe8, 0x7c, 0xfc, 0xdb, 0x96, 0x8f, 0x3f, 0x2f, 0x03, - 0x65, 0xaa, 0x5f, 0x03, 0xfd, 0xfd, 0xef, 0xa6, 0xfc, 0xfd, 0xaf, 0x0e, 0x49, 0xf7, 0x78, 0xdf, - 0xff, 0x3f, 0x2e, 0x93, 0xf3, 0xe9, 0x2a, 0x6b, 0x6d, 0x2f, 0x38, 0x18, 0xe1, 0x3c, 0x7d, 0xd5, - 0x9a, 0xa7, 0xd7, 0x87, 0x1b, 0x0f, 0xeb, 0xdc, 0xc0, 0xc9, 0xf2, 0x52, 0x93, 0xf5, 0xe6, 0x49, - 0x88, 0x1f, 0x3f, 0x63, 0xff, 0xbe, 0x44, 0x1e, 0xcb, 0xac, 0x77, 0x1a, 0xbe, 0xcc, 0xaf, 0xd8, - 0xbe, 0xcc, 0x57, 0x4e, 0x30, 0xbc, 0x01, 0xce, 0xcd, 0xff, 0x52, 0x1e, 0x30, 0x2c, 0xe6, 0xf6, - 0xba, 0x45, 0xf7, 0xd1, 0x26, 0xdd, 0x6d, 0xe2, 0x1b, 0xd4, 0xae, 0x92, 0xa7, 0x75, 0x17, 0xd9, - 0x46, 0xa8, 0xc1, 0x74, 0xed, 0x2f, 0xa5, 0x49, 0xe8, 0x62, 0x30, 0x29, 0xd8, 0xa9, 0xa4, 0xca, - 0x23, 0x4a, 0x25, 0x45, 0x65, 0xcc, 0xa1, 0x32, 0xb7, 0xd3, 0xde, 0x34, 0xc3, 0x10, 0x37, 0xb0, - 0xa8, 0xbe, 0x83, 0xca, 0x29, 0x8f, 0x75, 0x18, 0xcb, 0x5d, 0x70, 0xd6, 0x07, 0x34, 0x03, 0x27, - 0xf8, 0x35, 0x45, 0xe5, 0x7a, 0x54, 0x34, 0xdd, 0xef, 0x54, 0xc8, 0xa7, 0x8f, 0x61, 0x3b, 0xba, - 0x49, 0x58, 0x47, 0x98, 0x2f, 0xa6, 0xfd, 0x4c, 0x4b, 0x99, 0x95, 0x2d, 0xc7, 0x53, 0xea, 0x63, - 0x95, 0x3f, 0xf1, 0xc7, 0xfa, 0x45, 0xd3, 0x2b, 0xc8, 0x63, 0x16, 0xaf, 0x9e, 0x78, 0x61, 0x3d, - 0x38, 0x37, 0xe1, 0x29, 0x7a, 0x30, 0x30, 0xed, 0xf0, 0xd3, 0x99, 0x83, 0xb2, 0x22, 0x25, 0xf0, - 0x56, 0x17, 0x02, 0x8d, 0x6b, 0x23, 0xfa, 0x56, 0x97, 0x2c, 0x00, 0x8d, 0x63, 0x05, 0x44, 0x94, - 0x73, 0x03, 0x22, 0xfe, 0x75, 0x89, 0x9c, 0x4b, 0x77, 0xe2, 0x34, 0xa4, 0x4e, 0xc3, 0x96, 0x3a, - 0xcb, 0xc3, 0x7d, 0xfb, 0x01, 0x02, 0xe7, 0x3f, 0x10, 0xf2, 0x48, 0xdf, 0x66, 0xc5, 0xa7, 0xf1, - 0xa7, 0x4b, 0xe4, 0xcc, 0x1e, 0x33, 0x14, 0x8c, 0xcb, 0x39, 0x62, 0x60, 0x39, 0x37, 0x93, 0x8e, - 0xbd, 0xd3, 0xc3, 0xcd, 0x9e, 0x3e, 0x14, 0xe8, 0x6f, 0xcc, 0xf9, 0x79, 0x3a, 0xd5, 0xde, 0xbd, - 0xb8, 0x2f, 0xef, 0xb9, 0xe0, 0xa3, 0x2f, 0xe5, 0xf8, 0xe4, 0x72, 0x32, 0xa6, 0xaf, 0x2e, 0x62, - 0xd0, 0x67, 0x16, 0x16, 0x64, 0xb6, 0x4a, 0x95, 0x00, 0x9e, 0x54, 0x0b, 0xd5, 0xbe, 0x42, 0xd7, - 0xc5, 0xb2, 0xae, 0x0a, 0x70, 0x99, 0x24, 0x4b, 0x40, 0x51, 0x74, 0xde, 0x23, 0xd5, 0x3d, 0x79, - 0x1f, 0x47, 0x08, 0xbd, 0x9c, 0x9d, 0x25, 0xf3, 0xfa, 0x0e, 0x0f, 0x57, 0x57, 0x45, 0xa0, 0x89, - 0x3a, 0xd7, 0x48, 0xa5, 0xb3, 0x1b, 0x8b, 0x2b, 0xb2, 0x79, 0x01, 0x31, 0x76, 0xf8, 0x11, 0xbf, - 0xf4, 0x47, 0x81, 0x80, 0x24, 0x90, 0x52, 0xb4, 0xd3, 0x12, 0xce, 0xe8, 0x1c, 0x4a, 0xb0, 0x5a, - 0xeb, 0xa7, 0x44, 0x81, 0x80, 0x24, 0x58, 0xe4, 0x1d, 0x5e, 0x2d, 0x10, 0x9e, 0xe6, 0x9c, 0xfb, - 0xd3, 0x7d, 0x17, 0x28, 0x78, 0x06, 0x36, 0x06, 0x06, 0x4e, 0x08, 0x5d, 0xcc, 0x4d, 0x96, 0xfe, - 0x58, 0x38, 0x02, 0xf2, 0x92, 0xe2, 0xf6, 0xa5, 0x4a, 0xe6, 0x27, 0x62, 0x1c, 0x0e, 0x82, 0x16, - 0xa3, 0xea, 0x77, 0xf7, 0x77, 0x63, 0x61, 0xe8, 0xe7, 0x51, 0xed, 0x4b, 0x64, 0x2d, 0xa8, 0x32, - 0x38, 0x08, 0x5a, 0x4e, 0x8d, 0x94, 0x77, 0x9b, 0x22, 0xed, 0x61, 0x8e, 0x69, 0x6a, 0xdf, 0xe0, - 0x5c, 0x9d, 0xc0, 0x50, 0xb8, 0x8d, 0x35, 0xa0, 0xf5, 0xa9, 0x3e, 0x32, 0xb9, 0xcb, 0x2f, 0xe5, - 0x89, 0x14, 0x87, 0x97, 0xf3, 0x2e, 0x0e, 0xf6, 0xdd, 0xe0, 0xe3, 0x57, 0x12, 0x44, 0x01, 0x48, - 0x72, 0x74, 0x1f, 0x26, 0xbb, 0xea, 0x96, 0xa1, 0xc8, 0x71, 0xb8, 0x3c, 0xdc, 0xad, 0x44, 0x61, - 0x06, 0x2b, 0x28, 0x18, 0x14, 0x91, 0xe7, 0x3d, 0x99, 0xc1, 0x9d, 0xe5, 0x37, 0xcc, 0xe5, 0xf9, - 0xcc, 0x84, 0xef, 0x9c, 0xe7, 0x55, 0x11, 0x68, 0xa2, 0x4e, 0x8f, 0xcc, 0x1e, 0xc6, 0xdd, 0x7d, - 0x5f, 0x2e, 0x7d, 0x96, 0xf4, 0x70, 0xfa, 0xca, 0x17, 0x73, 0x32, 0x59, 0x8a, 0x2a, 0x41, 0x94, - 0xf4, 0xbc, 0x76, 0x9f, 0x04, 0x63, 0xd9, 0x83, 0x6e, 0x9b, 0x64, 0xc1, 0x6e, 0xc5, 0xfd, 0xbd, - 0xf1, 0xfe, 0x4d, 0x82, 0xe9, 0x70, 0xbf, 0xd0, 0x7f, 0xb6, 0xf7, 0xd6, 0xf0, 0x36, 0xca, 0x03, - 0x3c, 0xe5, 0xa3, 0x32, 0xf6, 0x91, 0x6e, 0xe6, 0x0e, 0x20, 0xa4, 0xec, 0xb0, 0xa6, 0x0e, 0x9f, - 0x22, 0x95, 0xa6, 0x32, 0xbb, 0x1c, 0x06, 0xb4, 0x99, 0x56, 0x9b, 0x2a, 0x9f, 0x58, 0x6d, 0xba, - 0x43, 0xe7, 0x1b, 0x77, 0x7a, 0x9d, 0xa3, 0x61, 0xc8, 0xb4, 0x06, 0x4c, 0x5e, 0xaf, 0x09, 0x12, - 0xa0, 0x88, 0xe1, 0xc4, 0x3d, 0x9e, 0x1e, 0x04, 0xf8, 0xac, 0x58, 0xe4, 0xd7, 0xe4, 0xf6, 0xf4, - 0x86, 0x98, 0x89, 0xc7, 0xeb, 0xc7, 0x21, 0x7f, 0x9c, 0x87, 0x00, 0xc7, 0x37, 0x76, 0x9a, 0x6a, - 0xd8, 0xdf, 0x2f, 0x65, 0x28, 0x0d, 0x5c, 0x71, 0xfe, 0xa2, 0xad, 0x38, 0x3f, 0x97, 0x56, 0x9c, - 0xfb, 0xcc, 0x5c, 0x4b, 0x67, 0x2e, 0x9e, 0x63, 0xae, 0x68, 0x12, 0x09, 0xf7, 0x7f, 0x95, 0x48, - 0xa5, 0x1e, 0xb6, 0x46, 0x68, 0x48, 0x5f, 0xb5, 0x0c, 0xe9, 0x67, 0x73, 0x9f, 0xfa, 0x18, 0x68, - 0x36, 0xdf, 0x4a, 0x99, 0xcd, 0x9f, 0xcb, 0x27, 0x75, 0xbc, 0x91, 0xfc, 0x61, 0x85, 0x98, 0x8f, - 0x95, 0x38, 0xbf, 0x7d, 0x92, 0x10, 0xbf, 0x4a, 0xb1, 0xf7, 0x4b, 0x44, 0x1b, 0x2c, 0x20, 0x46, - 0xde, 0xff, 0xf9, 0x13, 0x1b, 0xe9, 0x77, 0xc7, 0x0f, 0xf6, 0xf6, 0x13, 0xbf, 0x95, 0x1e, 0xd8, - 0xe9, 0x45, 0xfa, 0xfd, 0xd7, 0x12, 0x99, 0x4f, 0xb5, 0xee, 0x1c, 0x64, 0x5d, 0x21, 0x38, 0xa9, - 0x65, 0x7c, 0x26, 0xf7, 0xd2, 0xc1, 0x32, 0x21, 0xca, 0x9b, 0x2b, 0xed, 0x57, 0xb6, 0x97, 0x2b, - 0x77, 0x6f, 0x0c, 0x06, 0x06, 0xe6, 0x00, 0x48, 0xc2, 0x6e, 0xd8, 0x0e, 0xf7, 0x8e, 0xae, 0xfb, - 0xf2, 0x0e, 0xba, 0x72, 0xd5, 0x6f, 0xeb, 0x22, 0x30, 0xf1, 0x30, 0x3f, 0x51, 0xfa, 0xad, 0x9b, - 0xff, 0xcf, 0xa8, 0x7f, 0x72, 0x18, 0xf5, 0x77, 0x4a, 0x64, 0x01, 0x5b, 0x67, 0xf1, 0x0c, 0x32, - 0x1e, 0x4f, 0x25, 0x6b, 0x2e, 0x1d, 0x93, 0xac, 0x19, 0x2f, 0x34, 0x24, 0xad, 0xb0, 0x27, 0x93, - 0x97, 0x18, 0x52, 0x0c, 0xa1, 0x20, 0x4a, 0x05, 0x1e, 0xed, 0x93, 0xb8, 0xac, 0x60, 0xe2, 0x51, - 0x28, 0x88, 0x52, 0x99, 0xcb, 0x79, 0x2c, 0x3b, 0x97, 0x33, 0xcf, 0xf5, 0x22, 0xce, 0xd1, 0xc5, - 0xce, 0x6c, 0xe4, 0x7a, 0x91, 0x07, 0xec, 0x1a, 0xc7, 0xfd, 0xa7, 0x15, 0x32, 0x83, 0xe1, 0x64, - 0x2a, 0xd6, 0xf6, 0x55, 0x2b, 0xd6, 0xf6, 0xa9, 0x54, 0xac, 0xed, 0x82, 0x89, 0xfb, 0x60, 0x42, - 0x6d, 0x45, 0x56, 0x20, 0x96, 0x6d, 0xfc, 0xa4, 0x61, 0xb6, 0x56, 0x56, 0x20, 0x45, 0x09, 0x6c, - 0xc2, 0x3f, 0x52, 0xe1, 0xb5, 0x7f, 0x5c, 0x22, 0x73, 0xf4, 0x5b, 0x20, 0x8b, 0xfe, 0x28, 0xf1, - 0xa3, 0x99, 0x4b, 0x68, 0xe2, 0x98, 0x5c, 0x42, 0xbf, 0x52, 0x22, 0x18, 0x05, 0x79, 0x1a, 0x1e, - 0xa9, 0x0d, 0xdb, 0x23, 0xf5, 0x74, 0xae, 0xf0, 0x1d, 0xe0, 0x84, 0xfa, 0xf5, 0x0a, 0x99, 0xc5, - 0x2e, 0x87, 0x7b, 0xf2, 0x83, 0x59, 0x93, 0x53, 0x2a, 0x30, 0x39, 0x98, 0x8f, 0x20, 0x6c, 0xb7, - 0xc3, 0x7b, 0xe9, 0x8f, 0xb7, 0xc1, 0xa0, 0x20, 0x4a, 0xd1, 0xd5, 0xd7, 0xc5, 0x9c, 0x29, 0x61, - 0x2f, 0x4e, 0xdf, 0x7d, 0xaa, 0x0b, 0x38, 0x28, 0x0c, 0xba, 0xe2, 0x67, 0xe2, 0x80, 0xda, 0x00, - 0xf2, 0xa0, 0x7d, 0x8c, 0x1d, 0xb4, 0xf3, 0x94, 0x6d, 0x06, 0x1c, 0x2c, 0x2c, 0xaa, 0x6a, 0x56, - 0xd9, 0x6f, 0xb6, 0x86, 0x4e, 0x90, 0x60, 0x9a, 0xe7, 0x13, 0x92, 0x14, 0x40, 0x13, 0x43, 0x57, - 0x7a, 0x22, 0x63, 0x02, 0x62, 0x71, 0xf4, 0xa6, 0x94, 0x53, 0x15, 0x2d, 0x80, 0xa9, 0x9b, 0xd4, - 0xff, 0xce, 0x8b, 0x98, 0x7f, 0x34, 0x68, 0x6f, 0xe1, 0xc3, 0x05, 0x22, 0xaa, 0x42, 0x24, 0x14, - 0x15, 0x40, 0xd0, 0xe5, 0xb8, 0xe7, 0xb3, 0x9b, 0x97, 0x3c, 0x7d, 0xfd, 0x14, 0xc3, 0x66, 0x7b, - 0xfe, 0x96, 0x82, 0x82, 0x81, 0xe1, 0xbe, 0xc2, 0xf6, 0xee, 0x21, 0x63, 0xb1, 0x3f, 0x2a, 0x13, - 0xa7, 0xce, 0x62, 0x0f, 0xac, 0x0c, 0xff, 0xfb, 0x64, 0x2e, 0xa6, 0xc6, 0x6a, 0xa7, 0x77, 0x5f, - 0x90, 0x2a, 0x16, 0xfd, 0xde, 0x58, 0x37, 0xeb, 0xf0, 0xdb, 0x86, 0x36, 0x0c, 0x52, 0x74, 0x71, - 0x4a, 0xa2, 0x5e, 0x67, 0x25, 0xc6, 0x77, 0xbf, 0x44, 0x8e, 0x7e, 0x36, 0x25, 0x20, 0x81, 0xa0, - 0xcb, 0x91, 0x07, 0xd8, 0x8f, 0x9b, 0x54, 0x1a, 0x85, 0x61, 0x22, 0xb9, 0x86, 0x25, 0x6c, 0x36, - 0xe0, 0x60, 0x61, 0x61, 0xae, 0xe3, 0xb8, 0xd7, 0xed, 0xb6, 0xd9, 0x09, 0x89, 0xd7, 0xbe, 0x1a, - 0x85, 0xbd, 0x2e, 0x0f, 0x3f, 0x15, 0xb9, 0x8e, 0x1b, 0x7d, 0xa5, 0x90, 0x51, 0x03, 0x17, 0xfd, - 0x6e, 0xcc, 0xfe, 0x17, 0xb7, 0x29, 0xb9, 0x9f, 0xa6, 0xc1, 0x40, 0x20, 0xcb, 0xdc, 0x1e, 0xdb, - 0xaa, 0x58, 0xee, 0x74, 0x0c, 0x8b, 0x72, 0x7c, 0x32, 0xdb, 0x65, 0xdb, 0x91, 0x3c, 0xa6, 0x2d, - 0x34, 0x95, 0xa9, 0xe8, 0x07, 0x9e, 0x23, 0xd9, 0x24, 0x03, 0x36, 0x55, 0xf7, 0xdf, 0x12, 0x26, - 0x6b, 0xc4, 0xe1, 0xd4, 0xa4, 0x88, 0x6d, 0x14, 0xba, 0xd8, 0x33, 0x45, 0x1e, 0x0b, 0xd1, 0x72, - 0x5c, 0x44, 0x4a, 0x82, 0xa4, 0xe2, 0x7c, 0x8d, 0x9f, 0x33, 0xb3, 0xf5, 0x5d, 0xfc, 0x39, 0x1e, - 0x8e, 0x6f, 0x45, 0xed, 0x0a, 0x12, 0x60, 0x90, 0x73, 0xb6, 0xc8, 0xac, 0x48, 0xb0, 0x2d, 0x6c, - 0xf5, 0x8a, 0x65, 0xaf, 0xce, 0x82, 0x59, 0xf8, 0x71, 0x1a, 0x00, 0x76, 0x65, 0x67, 0x8f, 0x3c, - 0x6e, 0xbc, 0xba, 0x91, 0x11, 0xa1, 0xc3, 0x05, 0xc7, 0xd3, 0xe8, 0x05, 0xd8, 0x3e, 0x0e, 0x11, - 0x8e, 0xa7, 0x43, 0x27, 0xf9, 0xbc, 0xd7, 0x4c, 0x82, 0x43, 0xbf, 0xe6, 0x7b, 0x2d, 0xaa, 0x95, - 0xf9, 0xf6, 0x55, 0xdb, 0xc7, 0x68, 0x03, 0xe7, 0x57, 0xb2, 0x10, 0x20, 0xbb, 0x1e, 0xb5, 0xd7, - 0xab, 0xad, 0x4e, 0x2c, 0xe6, 0x60, 0xc2, 0x7a, 0x60, 0xa4, 0x5a, 0xbb, 0xd9, 0x50, 0xe3, 0xd7, - 0x3f, 0x40, 0x57, 0x70, 0xde, 0xe7, 0x0f, 0x76, 0x2a, 0x83, 0x84, 0x3f, 0x6c, 0xf3, 0x7a, 0x21, - 0x13, 0xd8, 0xba, 0x15, 0xc0, 0xdd, 0x58, 0x2a, 0x12, 0xce, 0xba, 0x30, 0x60, 0x35, 0xe1, 0xfc, - 0x38, 0x5d, 0x58, 0x7e, 0x84, 0x0f, 0x51, 0xae, 0x34, 0x59, 0xb2, 0x42, 0x76, 0xca, 0x33, 0x65, - 0x85, 0x83, 0x3b, 0x8d, 0x3e, 0x0c, 0xc8, 0xa8, 0xe5, 0x5c, 0x43, 0x89, 0x63, 0x42, 0x45, 0xe0, - 0xa2, 0x54, 0xed, 0x16, 0x6b, 0x3e, 0xe6, 0x04, 0xc7, 0xe7, 0x0d, 0x6c, 0x8a, 0x90, 0xaa, 0x87, - 0xdb, 0x0a, 0xf6, 0x92, 0xf5, 0x85, 0xd8, 0xe1, 0x76, 0x37, 0x05, 0x1c, 0x14, 0x06, 0x5a, 0x4a, - 0xe8, 0xf5, 0xbf, 0xe9, 0x27, 0xf8, 0xda, 0x10, 0xf3, 0xd9, 0x4e, 0x19, 0x49, 0x9d, 0x74, 0x11, - 0x98, 0x78, 0xa8, 0x03, 0xb1, 0xc3, 0x82, 0xcd, 0x1a, 0xf3, 0xc4, 0x4e, 0xe9, 0xb5, 0x73, 0x8d, - 0x83, 0x41, 0x96, 0x4b, 0xd4, 0xcd, 0xfa, 0x1a, 0xf3, 0xaa, 0xa6, 0x50, 0x29, 0x18, 0x64, 0x39, - 0x86, 0x4a, 0xa5, 0x9f, 0x71, 0x99, 0x2b, 0xe2, 0xe1, 0xee, 0x97, 0xe0, 0x05, 0x5f, 0x72, 0xb9, - 0x4f, 0x16, 0xd4, 0x53, 0x32, 0x3c, 0x6b, 0x5e, 0xbc, 0x38, 0x5f, 0xe4, 0xb9, 0xd0, 0xcc, 0xe4, - 0x7b, 0x2a, 0x52, 0x75, 0x33, 0x45, 0x13, 0xfa, 0x5a, 0xb1, 0xae, 0x8c, 0x2f, 0xe4, 0x5d, 0x19, - 0x67, 0x2f, 0xb9, 0xf4, 0x76, 0x5a, 0xe1, 0x01, 0x15, 0x19, 0xec, 0x31, 0x19, 0xf3, 0x41, 0x50, - 0x59, 0x00, 0x1a, 0x67, 0xe9, 0xcb, 0xe4, 0x4c, 0x1f, 0x4f, 0x0f, 0x15, 0x99, 0xf5, 0x0b, 0x63, - 0xa4, 0xaa, 0xbc, 0x3a, 0xb4, 0x7d, 0xcb, 0x95, 0xf6, 0x58, 0xda, 0x95, 0x36, 0x85, 0x3b, 0xaf, - 0xe9, 0x3d, 0xfb, 0x7a, 0xc6, 0x8b, 0x80, 0x17, 0x72, 0x3f, 0x62, 0xf1, 0x9b, 0x0e, 0x43, 0xbc, - 0x97, 0xa8, 0xd5, 0xfa, 0xb1, 0x63, 0xd5, 0xfa, 0x82, 0x6f, 0xc4, 0xa0, 0x02, 0x4f, 0x77, 0x1e, - 0x8a, 0x96, 0x7a, 0xff, 0xa0, 0x8e, 0x40, 0xe0, 0x65, 0x4c, 0xef, 0x42, 0xa1, 0xcc, 0xf4, 0xae, - 0xc9, 0x93, 0xea, 0x5d, 0x92, 0x02, 0x68, 0x62, 0x98, 0x37, 0xbc, 0x69, 0xbf, 0x67, 0xa1, 0x2e, - 0x30, 0x5c, 0x1c, 0xe2, 0x3d, 0x89, 0x9e, 0x91, 0x37, 0x7c, 0x2d, 0x4d, 0x0f, 0xfa, 0x9b, 0xc0, - 0xdb, 0xe6, 0xf3, 0x8a, 0x21, 0xe8, 0x0e, 0x84, 0x79, 0x7b, 0x46, 0xe7, 0xc8, 0xbc, 0x65, 0x59, - 0xaa, 0x0f, 0xc0, 0xff, 0xf8, 0x5b, 0x25, 0xe6, 0x7f, 0xdc, 0xf6, 0x0f, 0xba, 0x6d, 0x7c, 0x24, - 0x63, 0x74, 0x5d, 0xff, 0x1a, 0x99, 0x4a, 0x44, 0x2b, 0xc5, 0x72, 0x17, 0x1b, 0xdd, 0x62, 0xfe, - 0x58, 0x25, 0x08, 0x24, 0x14, 0x14, 0x41, 0xf7, 0x5f, 0xf0, 0xaf, 0x20, 0x4b, 0x4e, 0xc3, 0xb2, - 0xba, 0x69, 0x5b, 0x56, 0x2f, 0x14, 0x1e, 0xcc, 0x00, 0x0b, 0xeb, 0x3b, 0xf6, 0x10, 0x98, 0xc2, - 0xf6, 0xf0, 0x7b, 0xc4, 0xdd, 0x1b, 0xc4, 0x7e, 0xa3, 0x83, 0xaa, 0x2b, 0x2c, 0xe2, 0x91, 0x4b, - 0xc4, 0x0b, 0x43, 0x46, 0x3b, 0xba, 0xbf, 0x56, 0x26, 0xe7, 0xb2, 0xde, 0x9c, 0x76, 0x5a, 0x64, - 0xa6, 0x6b, 0xa8, 0xcf, 0xc5, 0x2e, 0xb6, 0x9b, 0x0a, 0xb7, 0x56, 0x5d, 0x4c, 0x28, 0x58, 0x54, - 0x31, 0x63, 0x38, 0xbe, 0xa0, 0xad, 0xdc, 0x2b, 0xe5, 0xe1, 0x45, 0x94, 0x6a, 0x66, 0xdd, 0x20, - 0x04, 0x16, 0xd9, 0x11, 0xa4, 0xd7, 0x76, 0xff, 0x6e, 0x89, 0x3c, 0x3a, 0xe0, 0xf6, 0x3b, 0x36, - 0x77, 0x8f, 0x79, 0x21, 0xc5, 0x1b, 0x30, 0xaa, 0x39, 0xee, 0x9b, 0x04, 0x51, 0xea, 0xec, 0xe0, - 0xa5, 0x4a, 0xf5, 0xca, 0x65, 0xb9, 0xc8, 0x51, 0x72, 0xdf, 0x4d, 0x5b, 0xe3, 0x12, 0xa6, 0x7a, - 0xd7, 0xd2, 0xa0, 0xea, 0x7e, 0xbb, 0x42, 0xc6, 0xf9, 0xdb, 0x7c, 0x75, 0xaa, 0x00, 0xf1, 0x64, - 0x7b, 0xc3, 0xe5, 0xfa, 0xd3, 0x7a, 0x12, 0x07, 0x80, 0x24, 0xe3, 0xdc, 0x20, 0x67, 0xd1, 0xbf, - 0x1a, 0x78, 0xed, 0x9a, 0xdf, 0xf6, 0x8e, 0xa4, 0xe2, 0xcd, 0x53, 0x22, 0xcb, 0xac, 0x9f, 0x67, - 0x37, 0xfb, 0x51, 0x20, 0xab, 0x1e, 0xde, 0xdd, 0x49, 0x65, 0xcb, 0xe1, 0xa9, 0x1a, 0xd5, 0xdd, - 0x9d, 0xe3, 0x33, 0xe6, 0xe0, 0xf5, 0xa5, 0x6e, 0x9f, 0x89, 0x61, 0x3c, 0xea, 0x66, 0x9b, 0x15, - 0x36, 0x2e, 0x5e, 0xfc, 0x89, 0x7b, 0xec, 0x8c, 0x74, 0x7b, 0x9f, 0x5a, 0x32, 0xfb, 0x61, 0xbb, - 0x25, 0x1e, 0x23, 0x52, 0xea, 0x54, 0x23, 0x55, 0x0e, 0x7d, 0x35, 0x90, 0xca, 0xae, 0x17, 0xb4, - 0x29, 0x6b, 0x6b, 0x2a, 0x13, 0x36, 0x95, 0x8d, 0x54, 0x39, 0xf4, 0xd5, 0xc0, 0x4c, 0xcf, 0xf3, - 0xa9, 0x10, 0x11, 0x54, 0xd4, 0x52, 0x6f, 0x7e, 0x33, 0x7b, 0x1b, 0x83, 0x27, 0x32, 0xde, 0xfd, - 0x7e, 0xce, 0x7e, 0x45, 0x54, 0xc7, 0x6e, 0xad, 0xd6, 0xac, 0xf7, 0x91, 0x8a, 0x66, 0xaa, 0xfe, - 0x2c, 0xa6, 0x91, 0x55, 0xcf, 0xdd, 0x29, 0x8e, 0xa0, 0xe4, 0xea, 0x14, 0x0c, 0xac, 0x90, 0x1a, - 0xe6, 0xfc, 0x29, 0xf1, 0x94, 0xe7, 0x0e, 0xbc, 0x56, 0x18, 0x1b, 0xef, 0x89, 0xd3, 0x45, 0x46, - 0x75, 0x3e, 0x74, 0x99, 0xa7, 0xfd, 0x96, 0xd7, 0x39, 0x18, 0x64, 0xb9, 0x9d, 0x8d, 0x7a, 0x72, - 0xc4, 0xd9, 0xa8, 0xa7, 0x72, 0xc3, 0xdc, 0x7e, 0x99, 0x6e, 0x19, 0x2c, 0x41, 0x97, 0xb8, 0x33, - 0x88, 0x1e, 0xf0, 0xd1, 0x6d, 0x19, 0xf8, 0x7e, 0x16, 0x36, 0x96, 0x4e, 0x40, 0xcb, 0x7a, 0x00, - 0xbc, 0x0c, 0x9f, 0x78, 0x65, 0x4d, 0xe3, 0xe7, 0x9b, 0xe1, 0xa9, 0x64, 0xf5, 0x13, 0xc9, 0x2c, - 0x88, 0x1a, 0xfc, 0x2e, 0x35, 0x4c, 0x59, 0x67, 0xb5, 0x9b, 0xe2, 0x61, 0x09, 0xa2, 0xce, 0xec, - 0xdc, 0x83, 0x0a, 0xa2, 0xce, 0x26, 0x9e, 0x1f, 0x44, 0x9d, 0x59, 0xef, 0xe1, 0x0b, 0xa2, 0xce, - 0xec, 0xe6, 0x00, 0x65, 0xe7, 0xa3, 0xf2, 0x80, 0x61, 0x31, 0xb5, 0xe7, 0x79, 0x5c, 0x05, 0xac, - 0x30, 0x16, 0x3b, 0xd6, 0x0c, 0x5f, 0x01, 0x1c, 0x06, 0xaa, 0xd4, 0x89, 0x8d, 0x20, 0x64, 0xde, - 0xc9, 0xf5, 0x13, 0x7e, 0xe0, 0x65, 0xdb, 0xcf, 0x61, 0x5e, 0xc5, 0x4b, 0x45, 0x26, 0x63, 0xb8, - 0x8a, 0xd2, 0x64, 0x2b, 0x27, 0xd1, 0x64, 0x67, 0xb2, 0xb5, 0xd8, 0x25, 0xba, 0x61, 0x9c, 0xdc, - 0x32, 0xfd, 0x6f, 0x25, 0xf2, 0xe9, 0x63, 0x38, 0x8c, 0x8b, 0x16, 0x6b, 0x52, 0x0d, 0xd1, 0xd2, - 0x37, 0xb1, 0x75, 0x72, 0x6e, 0x97, 0x9a, 0xe5, 0x47, 0xec, 0xf8, 0xd9, 0x6f, 0x49, 0x0c, 0xb1, - 0x97, 0xaa, 0x37, 0xf7, 0x36, 0x32, 0x70, 0x20, 0xb3, 0x26, 0x7a, 0x85, 0xc2, 0x1d, 0x96, 0x00, - 0xad, 0xa5, 0x6f, 0x0a, 0xb2, 0xf9, 0xab, 0x68, 0xaf, 0xd0, 0xad, 0x3e, 0x0c, 0xc8, 0xa8, 0xe5, - 0xfe, 0x7e, 0x09, 0xe5, 0x48, 0xc6, 0x6b, 0x34, 0xd6, 0x43, 0xaa, 0x46, 0x70, 0x71, 0xff, 0x43, - 0xaa, 0xcc, 0xdf, 0x63, 0xe3, 0xf2, 0x29, 0x8a, 0x75, 0x60, 0x95, 0x95, 0xce, 0x5d, 0x04, 0xd5, - 0x2b, 0x0c, 0x7c, 0x78, 0xa9, 0x15, 0x1c, 0x06, 0x71, 0x18, 0x15, 0x78, 0xb7, 0xb0, 0x2f, 0x58, - 0x47, 0xef, 0x32, 0x35, 0x4e, 0x04, 0x24, 0x35, 0xf7, 0xaf, 0x95, 0xc9, 0xac, 0x6c, 0xef, 0xed, - 0x5e, 0xc8, 0x16, 0xe2, 0xa8, 0xa4, 0xe3, 0xdb, 0x96, 0x74, 0xbc, 0x54, 0xec, 0x66, 0x01, 0xeb, - 0xd4, 0x40, 0xa9, 0xf8, 0xd5, 0x94, 0x54, 0xbc, 0x3c, 0x0c, 0xd1, 0x5c, 0x6b, 0xf5, 0x8c, 0x85, - 0xff, 0x10, 0x25, 0x9e, 0xcc, 0x1a, 0xce, 0x00, 0xe9, 0xf7, 0xed, 0x72, 0x6a, 0x18, 0x4c, 0xea, - 0x7d, 0x93, 0x8c, 0xed, 0x7b, 0x51, 0x4b, 0xb8, 0xe6, 0xdf, 0x1c, 0xf2, 0x53, 0x50, 0xf5, 0x38, - 0x6a, 0x71, 0xd9, 0xf5, 0x92, 0xca, 0x81, 0x4f, 0x41, 0xb9, 0x61, 0x86, 0xac, 0x51, 0xe7, 0x0d, - 0xcc, 0x91, 0x1f, 0x76, 0x55, 0x14, 0xc9, 0x53, 0x3c, 0x3f, 0x3e, 0x42, 0x28, 0x05, 0xc7, 0x6e, - 0x0e, 0xc1, 0x20, 0xf0, 0x97, 0x7c, 0x52, 0x55, 0x4d, 0x8f, 0x30, 0xa0, 0xed, 0x0f, 0x2a, 0xe4, - 0x6c, 0x06, 0xab, 0x38, 0x3f, 0x65, 0xcd, 0xda, 0x17, 0x86, 0xe6, 0xb5, 0x4f, 0x38, 0x6f, 0x3f, - 0xc5, 0x74, 0xcc, 0x96, 0xe0, 0x8d, 0x13, 0x34, 0x4f, 0x15, 0xd1, 0x74, 0xf3, 0x08, 0xca, 0x6f, - 0x1e, 0x9b, 0x3d, 0xa5, 0xc9, 0xc7, 0x66, 0x54, 0x3f, 0x47, 0xf8, 0x8d, 0x7f, 0x76, 0x8c, 0x9c, - 0xcb, 0xba, 0xbd, 0xe4, 0xfc, 0x5c, 0x29, 0x95, 0xba, 0xf6, 0x4b, 0xc3, 0x5f, 0x81, 0xe2, 0xf9, - 0x6c, 0xc5, 0xf5, 0xe4, 0x65, 0x3b, 0x99, 0x6d, 0xee, 0x6c, 0x8b, 0xd6, 0x59, 0x68, 0x70, 0xc4, - 0xb3, 0x10, 0x4b, 0x79, 0xf0, 0xd6, 0x09, 0xba, 0x22, 0x12, 0x19, 0xc7, 0xa9, 0xd0, 0x60, 0x09, - 0xce, 0x0f, 0x0d, 0x96, 0x7d, 0x58, 0xda, 0xc3, 0x14, 0xb6, 0x6a, 0x5c, 0x23, 0x64, 0x81, 0x00, - 0xf7, 0x24, 0xa3, 0xd7, 0x23, 0x64, 0x83, 0xbf, 0x51, 0x22, 0xa9, 0xe3, 0x61, 0x3c, 0xb1, 0x66, - 0xa6, 0x5c, 0xea, 0xc4, 0xda, 0xb0, 0xe2, 0x28, 0x06, 0x55, 0x77, 0xfc, 0x74, 0x4e, 0x55, 0xa0, - 0x30, 0x60, 0x25, 0xea, 0xc5, 0xac, 0xca, 0xa0, 0x17, 0xb3, 0xd0, 0xc2, 0x69, 0xfb, 0x87, 0xbe, - 0x34, 0x2b, 0x95, 0xf0, 0xde, 0x42, 0x20, 0xf0, 0x32, 0xf7, 0x7b, 0x15, 0x32, 0xc1, 0x6d, 0xb7, - 0x11, 0x6e, 0xcb, 0x75, 0x61, 0x46, 0x15, 0xba, 0x47, 0xc4, 0x7b, 0xb3, 0x8c, 0x76, 0x16, 0x67, - 0x28, 0x35, 0x36, 0x6d, 0x7a, 0x39, 0xcb, 0xd6, 0xe8, 0x97, 0x52, 0x91, 0x51, 0x84, 0xd3, 0x30, - 0xe6, 0x62, 0x9f, 0x90, 0x98, 0x3d, 0xba, 0x82, 0x34, 0x44, 0x52, 0xa6, 0x57, 0x0b, 0xf5, 0xa3, - 0xa1, 0xaa, 0xf1, 0xde, 0xe8, 0x6c, 0x30, 0xaa, 0x00, 0x0c, 0xda, 0x4b, 0xaf, 0x93, 0xaa, 0x42, - 0xce, 0xd3, 0x78, 0x67, 0x4c, 0x96, 0xfc, 0x53, 0x64, 0x3e, 0xd5, 0xd6, 0x50, 0x0a, 0xf3, 0x77, - 0xa9, 0x32, 0xd1, 0xf7, 0xd8, 0x1f, 0x26, 0xf6, 0x3a, 0xd7, 0xce, 0x30, 0xda, 0xc5, 0x07, 0x3e, - 0x89, 0xb9, 0xaf, 0x5f, 0xa8, 0xce, 0x28, 0x85, 0xcc, 0xd6, 0x64, 0x9a, 0xb9, 0x72, 0x76, 0x9a, - 0x39, 0xf6, 0x0e, 0x05, 0xef, 0xfb, 0x69, 0x68, 0x40, 0x9b, 0xb6, 0x06, 0xf4, 0x4c, 0x11, 0x36, - 0x18, 0xa0, 0xfa, 0xfc, 0xd5, 0x12, 0x71, 0x38, 0x42, 0xfa, 0xf1, 0x25, 0xee, 0x04, 0x31, 0x74, - 0x76, 0xcd, 0x37, 0xaa, 0x04, 0x0c, 0xac, 0x21, 0xd3, 0xee, 0xaa, 0x47, 0x4b, 0x06, 0x74, 0xec, - 0xb7, 0x2a, 0x24, 0x7d, 0x2e, 0xea, 0xbc, 0x47, 0x66, 0xf0, 0x0e, 0xc6, 0x4e, 0xd0, 0x0e, 0x92, - 0xc0, 0x8f, 0x8b, 0xf9, 0x9c, 0xd7, 0x8c, 0x1a, 0xc2, 0x27, 0x66, 0x40, 0xc0, 0xa2, 0x88, 0xc1, - 0x3c, 0xdd, 0x88, 0xaa, 0xfd, 0x6d, 0x7f, 0x8f, 0x29, 0x11, 0xea, 0xa2, 0x7e, 0x5d, 0x41, 0xc1, - 0xc0, 0xc8, 0x08, 0xc0, 0xa9, 0x9c, 0x46, 0x00, 0xce, 0xd8, 0x90, 0x01, 0x38, 0xe3, 0x85, 0x02, - 0x70, 0x80, 0x3c, 0x22, 0x5d, 0x59, 0xf8, 0x1b, 0xef, 0x02, 0xf1, 0x24, 0x51, 0x22, 0x6c, 0x6a, - 0x09, 0xef, 0xa6, 0x40, 0x26, 0x06, 0x0c, 0xa8, 0xe9, 0xf6, 0xc8, 0xd9, 0x86, 0x1f, 0x05, 0x2c, - 0x87, 0x47, 0x4b, 0x2f, 0xa7, 0xaf, 0xe3, 0x2d, 0x6a, 0x7b, 0x25, 0x0f, 0x79, 0xc5, 0xc4, 0xb8, - 0x40, 0x2d, 0x57, 0xae, 0x26, 0xe9, 0xfe, 0xb9, 0x32, 0x99, 0x14, 0xf1, 0x07, 0x23, 0xdc, 0x15, - 0xae, 0x5b, 0xc6, 0xda, 0x0b, 0x79, 0xcb, 0x90, 0x75, 0x67, 0xa0, 0x99, 0xd6, 0x48, 0x99, 0x69, - 0x2f, 0x16, 0x23, 0x77, 0xbc, 0x81, 0xf6, 0x9b, 0x65, 0xba, 0x75, 0xdb, 0x71, 0x17, 0xa3, 0x9b, - 0x8e, 0xaf, 0x90, 0xc9, 0x58, 0x04, 0x27, 0x14, 0x7a, 0x20, 0x3a, 0xfd, 0x49, 0xf5, 0xd3, 0xc7, - 0x22, 0x1c, 0x41, 0x92, 0xcb, 0x8c, 0x7f, 0xa8, 0x9c, 0x46, 0xfc, 0x83, 0xfb, 0x3d, 0x26, 0x1f, - 0xcd, 0x09, 0x3c, 0x0d, 0x01, 0xff, 0xb6, 0x2d, 0x4a, 0x5f, 0x2a, 0xc4, 0x0a, 0xa2, 0x7f, 0x03, - 0xe4, 0xe9, 0x87, 0x25, 0x32, 0x2d, 0x10, 0x4f, 0x63, 0x04, 0x3f, 0x6e, 0x8f, 0xe0, 0xd9, 0x42, - 0x23, 0x18, 0xd0, 0xf5, 0xbf, 0x55, 0x56, 0x5d, 0x2f, 0xf8, 0x06, 0xbb, 0xf9, 0xc2, 0x7a, 0x79, - 0x98, 0x17, 0xd6, 0xd5, 0xeb, 0xed, 0x95, 0x81, 0xaf, 0xb7, 0xef, 0xc8, 0x77, 0x40, 0x11, 0x26, - 0xe2, 0xbd, 0x87, 0x7d, 0x37, 0x4f, 0x07, 0xa0, 0x2a, 0x4a, 0x60, 0x50, 0x95, 0xb1, 0x51, 0xac, - 0x85, 0x71, 0xdb, 0x37, 0x78, 0x53, 0xc0, 0x41, 0x61, 0xb8, 0xaf, 0x33, 0x19, 0xcb, 0xa6, 0x67, - 0xb8, 0xa8, 0xd2, 0x1f, 0x8c, 0xab, 0x89, 0x65, 0x1e, 0x8f, 0x9b, 0xf2, 0xcd, 0xf5, 0x52, 0x91, - 0x23, 0x74, 0xe3, 0x93, 0x64, 0x3f, 0xb9, 0xee, 0xf8, 0x7d, 0xde, 0xe0, 0xd7, 0x0b, 0xcb, 0xc8, - 0x21, 0xfc, 0xbf, 0x2c, 0x79, 0x01, 0xbb, 0xb0, 0xbd, 0x59, 0x4f, 0x67, 0x7a, 0x5b, 0x93, 0x05, - 0xa0, 0x71, 0x68, 0x05, 0xae, 0x7b, 0xdb, 0xcf, 0x0f, 0x4a, 0xdd, 0x5b, 0x4e, 0x89, 0xa1, 0x7c, - 0x5f, 0x26, 0xd3, 0x2a, 0xd7, 0x6d, 0x9d, 0xa7, 0x2c, 0xad, 0xae, 0xce, 0x63, 0xe4, 0xd9, 0xba, - 0x06, 0x83, 0x89, 0x43, 0x75, 0xb4, 0xb3, 0x2d, 0x15, 0x0a, 0x57, 0xef, 0xed, 0xb4, 0x83, 0x26, - 0x56, 0xe5, 0x61, 0xe8, 0x8f, 0xe2, 0xb9, 0x67, 0xad, 0xbf, 0x18, 0xb2, 0xea, 0x38, 0xdb, 0x18, - 0x6e, 0xc6, 0x72, 0xfa, 0xca, 0x0b, 0x2b, 0x22, 0x83, 0xd2, 0x05, 0x99, 0x7e, 0xa9, 0x61, 0x17, - 0x7f, 0xcc, 0x40, 0x5c, 0x28, 0x08, 0x10, 0xa4, 0x49, 0xe0, 0x69, 0x6a, 0xdb, 0x7c, 0x9b, 0xa3, - 0x2e, 0x22, 0x02, 0xd5, 0x69, 0xaa, 0xf5, 0x72, 0x47, 0x1d, 0x52, 0xd8, 0x54, 0xda, 0x2f, 0x9a, - 0x10, 0x71, 0x47, 0x15, 0x0f, 0x9d, 0x62, 0x91, 0x4c, 0xf4, 0x33, 0x18, 0x0f, 0xb8, 0x35, 0x00, - 0x07, 0x06, 0xd6, 0xfe, 0x64, 0x6e, 0xf7, 0x6f, 0x62, 0x65, 0x63, 0x6b, 0x74, 0xbe, 0x41, 0x66, - 0xcc, 0x96, 0x84, 0xb0, 0x7b, 0xb9, 0xf8, 0xab, 0x25, 0x62, 0x8b, 0x55, 0x71, 0x04, 0x66, 0x19, - 0x58, 0xb4, 0xdd, 0x26, 0x99, 0x4f, 0xbd, 0x8b, 0xa8, 0x1e, 0xd8, 0x2c, 0x3d, 0xa8, 0x07, 0x36, - 0x31, 0xa3, 0xc7, 0xf8, 0xb6, 0x17, 0xe4, 0xe7, 0xbe, 0x2e, 0xf4, 0x88, 0xfe, 0x6b, 0x64, 0xc2, - 0xdf, 0xdd, 0xc5, 0x07, 0xcc, 0xf9, 0xca, 0x79, 0x5c, 0x3d, 0x9b, 0xcc, 0xa0, 0xb8, 0x1e, 0x58, - 0x63, 0xfc, 0x27, 0x08, 0x64, 0xf7, 0xdf, 0x50, 0x83, 0x67, 0x9b, 0x5a, 0xf1, 0x22, 0xa9, 0x60, - 0x4e, 0x4f, 0x56, 0xfb, 0xb2, 0x70, 0x3f, 0x97, 0x91, 0x85, 0xdb, 0xd1, 0x04, 0x33, 0x72, 0x70, - 0xab, 0xd1, 0x54, 0x0a, 0x8d, 0x66, 0x6c, 0x98, 0xd1, 0x7c, 0xab, 0x44, 0x26, 0xc4, 0xf5, 0xfa, - 0xfc, 0xcd, 0xa5, 0x25, 0x33, 0xe7, 0x5a, 0x57, 0xbe, 0x2f, 0x14, 0x09, 0xdd, 0x16, 0x17, 0xbd, - 0x15, 0x2b, 0x59, 0xd7, 0xbb, 0x2d, 0xaa, 0x68, 0x0d, 0x4f, 0xf3, 0xe2, 0x1b, 0xf2, 0x7d, 0xf1, - 0x9c, 0x7e, 0x0d, 0x95, 0x92, 0x85, 0x25, 0x96, 0x45, 0xc2, 0x2a, 0x33, 0x87, 0x99, 0x58, 0x56, - 0x16, 0x80, 0xc6, 0xc1, 0x63, 0xf9, 0xb8, 0xb7, 0xc3, 0xd0, 0x53, 0xa7, 0xfc, 0x0d, 0x0e, 0x06, - 0x59, 0xee, 0x7e, 0x38, 0x4f, 0xac, 0xa1, 0x59, 0x59, 0x40, 0x4a, 0x0f, 0x3c, 0x0b, 0x08, 0xa5, - 0xee, 0x1f, 0x74, 0x93, 0xa3, 0x5a, 0x10, 0x15, 0xcb, 0xc8, 0xb4, 0x2e, 0xb0, 0xfb, 0xa9, 0xcb, - 0x12, 0x50, 0x14, 0x07, 0xe4, 0x74, 0xa9, 0x3c, 0x14, 0x39, 0x5d, 0xc6, 0xfe, 0x9f, 0xe4, 0x74, - 0xa1, 0x7a, 0xfe, 0x1e, 0x7f, 0xb0, 0x59, 0x5c, 0xd5, 0xc9, 0x39, 0x51, 0xca, 0x78, 0xdd, 0x99, - 0xdf, 0xc9, 0x10, 0x05, 0x20, 0xc9, 0x61, 0xc6, 0x10, 0xae, 0xf2, 0x8b, 0x34, 0x29, 0x2f, 0x17, - 0xf1, 0x6c, 0xf4, 0x67, 0x0c, 0x11, 0xa1, 0x1c, 0x82, 0x96, 0xcc, 0xe1, 0x32, 0xf9, 0xc9, 0x73, - 0xb8, 0xa8, 0xcc, 0x2b, 0x53, 0x0f, 0x2a, 0xf3, 0x8a, 0x95, 0xc1, 0xa6, 0x3a, 0x8a, 0x0c, 0x36, - 0x54, 0xb6, 0x9d, 0xef, 0x66, 0x25, 0x80, 0x12, 0x39, 0x54, 0xbe, 0x7c, 0x82, 0x84, 0x58, 0x56, - 0xd3, 0xec, 0x06, 0x45, 0x26, 0x1a, 0x64, 0x37, 0x2c, 0x53, 0xe1, 0x4c, 0x7f, 0xf2, 0x54, 0x38, - 0xa3, 0x4e, 0xb6, 0xa2, 0x13, 0xe3, 0xcc, 0x8e, 0x24, 0x31, 0xce, 0xdc, 0x03, 0x4c, 0x8c, 0x63, - 0xa4, 0xb4, 0x99, 0x7f, 0xb0, 0x29, 0x6d, 0xf6, 0xc9, 0x74, 0x2b, 0xbc, 0xd7, 0xb9, 0xe7, 0x45, - 0xad, 0x95, 0xfa, 0x26, 0xbb, 0x07, 0x90, 0x7b, 0xcd, 0xba, 0xa6, 0x2b, 0x58, 0x2d, 0x30, 0xad, - 0xd9, 0x28, 0x04, 0x93, 0xb4, 0x48, 0xee, 0x73, 0xe6, 0x13, 0x26, 0xf7, 0xb1, 0x52, 0xe4, 0x38, - 0xa3, 0x48, 0x91, 0xf3, 0x1e, 0xbb, 0x6c, 0xb9, 0x1b, 0xec, 0xdd, 0xf0, 0xba, 0x8b, 0x67, 0x8b, - 0xb4, 0xb0, 0x26, 0xd1, 0xfb, 0x5b, 0x50, 0x45, 0xa0, 0x89, 0xf6, 0x27, 0xe1, 0x39, 0x77, 0x2a, - 0x49, 0x78, 0xfe, 0x0c, 0x79, 0xe2, 0x78, 0x1a, 0x3a, 0x37, 0x61, 0x5d, 0x1b, 0x97, 0xa9, 0xdc, - 0x84, 0x6c, 0x7f, 0x36, 0xb0, 0x8c, 0x30, 0xc2, 0xf2, 0x71, 0x61, 0x84, 0xee, 0x3f, 0x29, 0x91, - 0x47, 0x07, 0xdc, 0xcf, 0x2f, 0x1c, 0x34, 0xdb, 0x25, 0xf3, 0x5d, 0xbb, 0x6a, 0xe1, 0xf0, 0x76, - 0x2b, 0x1f, 0x80, 0xca, 0x6d, 0x9b, 0x2a, 0x80, 0x34, 0xf9, 0xd5, 0x67, 0xbe, 0xff, 0x07, 0x4f, - 0x7c, 0xea, 0x23, 0xfa, 0xf7, 0xbb, 0xf4, 0xef, 0xa7, 0xff, 0xf0, 0x89, 0xd2, 0xf7, 0xe9, 0xdf, - 0x47, 0xf4, 0xef, 0x3f, 0xd3, 0xbf, 0x6f, 0xfd, 0xd1, 0x13, 0x9f, 0xfa, 0x89, 0xf2, 0xe1, 0xe5, - 0xff, 0x1b, 0x00, 0x00, 0xff, 0xff, 0x44, 0x9a, 0xbd, 0xf4, 0xd9, 0xab, 0x00, 0x00, + 0xf5, 0x07, 0x3f, 0x7c, 0x72, 0xea, 0xb6, 0x28, 0x07, 0x85, 0xe1, 0x3c, 0x47, 0x26, 0x76, 0xe3, + 0xed, 0xa3, 0xae, 0xbf, 0x58, 0x66, 0xb8, 0x73, 0x02, 0x77, 0x62, 0xa3, 0x81, 0xa5, 0x20, 0xa0, + 0xce, 0x25, 0x52, 0xed, 0x7a, 0x51, 0x12, 0x24, 0x74, 0xec, 0x8b, 0x15, 0x8a, 0x3a, 0xbe, 0x7a, + 0x46, 0xa0, 0x56, 0xeb, 0x12, 0x00, 0x1a, 0x07, 0xbb, 0x11, 0xf9, 0x5e, 0xeb, 0x56, 0xa7, 0x7d, + 0xb4, 0x38, 0x46, 0xf1, 0xa7, 0x74, 0x37, 0x40, 0x94, 0x83, 0xc2, 0x70, 0x3f, 0x2c, 0x93, 0xa9, + 0x95, 0xdd, 0xdd, 0xa0, 0x13, 0x24, 0x47, 0xce, 0x7b, 0x64, 0xa6, 0x13, 0xb6, 0x7c, 0xf9, 0x9b, + 0x8d, 0x62, 0xfa, 0xca, 0x85, 0xe5, 0xe3, 0xf8, 0x62, 0xf9, 0xa6, 0x51, 0x63, 0x75, 0x81, 0x36, + 0x33, 0x63, 0x96, 0x80, 0x45, 0xd1, 0x79, 0x97, 0x4c, 0x77, 0xc3, 0x96, 0x6a, 0xa0, 0xcc, 0x1a, + 0x78, 0xe1, 0xf8, 0x06, 0xea, 0xba, 0xc2, 0xea, 0x3c, 0xa5, 0x3f, 0x6d, 0x14, 0x80, 0x49, 0xce, + 0x69, 0x93, 0x79, 0xfc, 0x49, 0x3f, 0xbb, 0x6a, 0xa1, 0xc2, 0x5a, 0xb8, 0x98, 0xdf, 0x82, 0x51, + 0x69, 0xf5, 0x2c, 0x6d, 0x65, 0x3e, 0x55, 0x08, 0x69, 0xd2, 0xee, 0x07, 0x64, 0x6e, 0x25, 0x49, + 0xbc, 0xe6, 0xbe, 0xdf, 0xe2, 0xdf, 0xd7, 0x79, 0x95, 0x8c, 0x75, 0xbc, 0x03, 0x5f, 0x7c, 0xfd, + 0xa7, 0xc4, 0xb4, 0x8f, 0xdd, 0xa4, 0x65, 0x1f, 0xff, 0xf0, 0xc9, 0x85, 0x77, 0x3a, 0xc1, 0xfb, + 0x3d, 0xc1, 0x33, 0x58, 0x06, 0x0c, 0xdb, 0xb9, 0x42, 0x48, 0xcb, 0x3f, 0x0c, 0x9a, 0x7e, 0xdd, + 0x4b, 0xf6, 0x05, 0x37, 0x38, 0xa2, 0x2e, 0xa9, 0x29, 0x08, 0x18, 0x58, 0xee, 0xcf, 0x94, 0x48, + 0x75, 0xe5, 0x30, 0x0c, 0x5a, 0xb4, 0x97, 0xb1, 0xd3, 0xa3, 0xe3, 0x8e, 0xfc, 0x5d, 0x3f, 0x52, + 0x45, 0xb4, 0x0b, 0x15, 0x3a, 0xee, 0x2b, 0x39, 0xe3, 0xb6, 0x2b, 0xad, 0x77, 0x92, 0xe8, 0x68, + 0xf5, 0x51, 0xd1, 0xf4, 0x7c, 0x0a, 0x0a, 0xe9, 0x36, 0xdc, 0x7f, 0x50, 0x22, 0xe7, 0x57, 0x3e, + 0xe8, 0x45, 0xfe, 0x46, 0xd0, 0xb6, 0x97, 0x02, 0x1d, 0x52, 0xec, 0x37, 0x23, 0x3f, 0xb9, 0xa9, + 0xa7, 0x43, 0x0d, 0xa9, 0xa1, 0x20, 0x60, 0x60, 0x21, 0xa3, 0xc7, 0xfb, 0x5e, 0xc4, 0x66, 0x46, + 0xcc, 0x82, 0x62, 0xf4, 0x86, 0x04, 0x80, 0xc6, 0xb1, 0x18, 0xbd, 0x92, 0xcb, 0xe8, 0xff, 0xac, + 0x44, 0x26, 0x57, 0x83, 0x4e, 0x2b, 0xe8, 0xec, 0x39, 0x5f, 0x21, 0x53, 0x07, 0x7e, 0xe2, 0xb5, + 0xbc, 0xc4, 0x13, 0x3c, 0xfe, 0xfc, 0xf1, 0x13, 0x75, 0x6b, 0xe7, 0x1b, 0x7e, 0x33, 0xb9, 0x41, + 0xeb, 0xe8, 0x61, 0xe8, 0x32, 0x50, 0xd4, 0x9c, 0x77, 0xc8, 0x44, 0xe2, 0x45, 0x7b, 0x7e, 0x22, + 0x58, 0xfb, 0x62, 0x11, 0xba, 0x80, 0xd3, 0xea, 0x77, 0x9a, 0xbe, 0x16, 0x02, 0xdb, 0x8c, 0x08, + 0x08, 0x62, 0x6e, 0x93, 0xcc, 0xac, 0x79, 0x5d, 0x6f, 0x27, 0x68, 0xd3, 0x35, 0xee, 0xc7, 0xce, + 0xe7, 0x48, 0xc5, 0x6b, 0xb5, 0xd8, 0x47, 0xae, 0xae, 0x9e, 0xa7, 0x15, 0x2a, 0x2b, 0xad, 0x16, + 0x65, 0x31, 0xa2, 0xb0, 0x8e, 0x00, 0x31, 0x9c, 0x0b, 0x64, 0xac, 0x15, 0x85, 0x5d, 0xda, 0x1b, + 0xc4, 0x7c, 0x04, 0xb9, 0xb1, 0x46, 0x7f, 0xa7, 0x50, 0x19, 0x8e, 0xfb, 0xaf, 0xca, 0xc4, 0x59, + 0xf3, 0xbb, 0xfb, 0x1b, 0x0d, 0xeb, 0x5b, 0x3e, 0x4f, 0x27, 0x2b, 0xa4, 0x0c, 0x1f, 0x46, 0xb1, + 0x68, 0x70, 0x06, 0xa7, 0xf8, 0x86, 0x28, 0x03, 0x05, 0x75, 0x9e, 0x22, 0x63, 0x5d, 0xcd, 0xc2, + 0x33, 0x92, 0xfd, 0x19, 0xf3, 0x32, 0x08, 0x62, 0xf4, 0x62, 0x3f, 0x62, 0x9f, 0xcb, 0xc0, 0x78, + 0x87, 0x96, 0x01, 0x83, 0x68, 0xce, 0x41, 0x9e, 0x62, 0xf2, 0xab, 0x8f, 0x73, 0x10, 0x02, 0x06, + 0x96, 0xf3, 0x93, 0x94, 0x73, 0xd8, 0x2f, 0x3a, 0x91, 0x8b, 0xe3, 0x6c, 0xde, 0x73, 0x18, 0x7f, + 0x2b, 0x6c, 0x7a, 0xed, 0xf4, 0xe4, 0xcf, 0x32, 0x4e, 0x93, 0x84, 0x40, 0xd3, 0xb4, 0x38, 0x6d, + 0x22, 0x97, 0xd3, 0xfe, 0x7a, 0x89, 0xce, 0x23, 0xe5, 0x34, 0x3f, 0x3a, 0x85, 0xed, 0x61, 0xb8, + 0x45, 0xf0, 0xfb, 0xd8, 0xb5, 0xf0, 0xa0, 0x4b, 0xb7, 0xd1, 0x4e, 0xb2, 0x16, 0xd2, 0xd5, 0xc0, + 0xb6, 0x8c, 0xcf, 0x93, 0xb1, 0x04, 0x9b, 0xe2, 0xdd, 0x7a, 0x4e, 0x7e, 0x16, 0x6c, 0x80, 0x72, + 0xca, 0x23, 0xfd, 0x35, 0x58, 0x17, 0x58, 0x1d, 0xe7, 0x4d, 0x32, 0x11, 0x27, 0x5e, 0xd2, 0x8b, + 0x45, 0x47, 0x9f, 0x96, 0x1d, 0x6d, 0xb0, 0x52, 0x5a, 0x7f, 0x5e, 0x55, 0xe3, 0x45, 0x20, 0x2a, + 0x38, 0x2f, 0x90, 0xc9, 0x03, 0x3f, 0x8e, 0xbd, 0x3d, 0x5f, 0x30, 0xc4, 0xbc, 0xa8, 0x3b, 0x79, + 0x83, 0x17, 0x83, 0x84, 0x3b, 0x9f, 0x25, 0xe3, 0x7e, 0x14, 0x85, 0x91, 0xe0, 0x88, 0x59, 0x81, + 0x38, 0xbe, 0x8e, 0x85, 0xc0, 0x61, 0xee, 0x0f, 0x4a, 0x64, 0x5e, 0xf5, 0x95, 0xb7, 0x35, 0xc2, + 0xa5, 0xde, 0x22, 0xa4, 0x29, 0x07, 0x16, 0xb3, 0x05, 0x36, 0x7d, 0xe5, 0xe5, 0xe3, 0x69, 0xf7, + 0x4f, 0xa4, 0x6e, 0x43, 0x15, 0xc5, 0x60, 0xd0, 0x75, 0xbf, 0x5f, 0x22, 0x67, 0x53, 0x63, 0xda, + 0x0a, 0xe2, 0xc4, 0xf9, 0xd3, 0x7d, 0xe3, 0xba, 0x74, 0x4c, 0xdb, 0x86, 0xf6, 0xb4, 0x8c, 0xd5, + 0xd9, 0xf0, 0x14, 0xa3, 0xc8, 0x12, 0x63, 0x70, 0x40, 0xc6, 0x83, 0xc4, 0x3f, 0x90, 0xe3, 0xba, + 0x58, 0x70, 0x5c, 0xbc, 0x83, 0xfa, 0xf3, 0x6c, 0x22, 0x0d, 0xe0, 0xa4, 0xdc, 0xff, 0x49, 0xf7, + 0x2c, 0x3a, 0xca, 0xdd, 0x60, 0xef, 0x86, 0xd7, 0x1d, 0xe1, 0x87, 0x69, 0x50, 0x99, 0x87, 0x54, + 0x79, 0xd7, 0x2f, 0xe7, 0x75, 0x5d, 0x74, 0x68, 0xb9, 0x46, 0xeb, 0xf0, 0x1d, 0x50, 0xc9, 0x25, + 0x2c, 0x02, 0x46, 0x6c, 0xe9, 0x75, 0x52, 0x55, 0x08, 0xce, 0x02, 0xa9, 0xdc, 0xf5, 0xb9, 0x7a, + 0x54, 0x05, 0xfc, 0xd7, 0x39, 0x47, 0xc6, 0x0f, 0xbd, 0x76, 0x4f, 0xac, 0x56, 0xe0, 0x3f, 0x3e, + 0x5f, 0x7e, 0xa3, 0xe4, 0xfe, 0x46, 0x89, 0x9c, 0x53, 0x8d, 0x5c, 0xf7, 0x8f, 0x1a, 0x7e, 0x9b, + 0x76, 0x39, 0x8c, 0x9c, 0x9f, 0xa5, 0x80, 0x76, 0x86, 0x1c, 0x12, 0xb3, 0x71, 0x12, 0x09, 0xf6, + 0x19, 0xd1, 0xf1, 0x73, 0x59, 0x50, 0xc8, 0x6c, 0xcd, 0x79, 0x9c, 0x8f, 0x85, 0x2f, 0xde, 0x69, + 0x41, 0xa0, 0x42, 0x3b, 0xca, 0x06, 0x86, 0xdd, 0x9f, 0x55, 0xdd, 0x3f, 0x0d, 0xce, 0xdb, 0xb2, + 0x39, 0xef, 0x73, 0x05, 0x3f, 0xdf, 0x00, 0x9e, 0xfb, 0xef, 0x54, 0x45, 0x51, 0x38, 0x96, 0x38, + 0x7e, 0x48, 0xa6, 0x7f, 0xb8, 0xe1, 0xd2, 0xcf, 0xb2, 0x1d, 0xe2, 0x7e, 0x3a, 0x60, 0xb8, 0xbf, + 0x5d, 0x65, 0x4b, 0x2c, 0xf1, 0x02, 0x6a, 0xbf, 0xe0, 0x6e, 0x6b, 0xa8, 0xa3, 0x33, 0xa6, 0x3a, + 0x2a, 0x54, 0x4f, 0x2a, 0x56, 0x83, 0x03, 0x94, 0xbf, 0x65, 0x5b, 0xac, 0x6e, 0x62, 0x21, 0x70, + 0x98, 0xf3, 0x2c, 0x99, 0xa4, 0x36, 0xdf, 0x81, 0xd7, 0x69, 0x51, 0x31, 0x8d, 0xfb, 0xff, 0x34, + 0x8a, 0xe8, 0x35, 0x5e, 0x04, 0x12, 0xe6, 0x7c, 0x86, 0x8c, 0x51, 0x65, 0x25, 0xa6, 0x12, 0x1a, + 0x71, 0xa6, 0xb0, 0xa5, 0x15, 0xfa, 0x1b, 0x58, 0x29, 0xee, 0xeb, 0xf7, 0xc2, 0xe8, 0x2e, 0xd5, + 0xbe, 0x6a, 0x41, 0xc4, 0x36, 0x69, 0x63, 0x5f, 0xbf, 0xa3, 0x20, 0x60, 0x60, 0x39, 0x75, 0x32, + 0xde, 0x0d, 0xa3, 0x24, 0xa6, 0x7b, 0x2e, 0xce, 0xcd, 0x8b, 0xb9, 0xac, 0xc0, 0xc7, 0x5d, 0xa7, + 0x75, 0xf4, 0x50, 0xf0, 0x17, 0x9d, 0x1f, 0x46, 0xc8, 0x59, 0x23, 0x15, 0xbf, 0x73, 0xb8, 0x38, + 0xc9, 0xe8, 0x3d, 0x73, 0x3c, 0xbd, 0xf5, 0xce, 0xe1, 0x6d, 0x2f, 0xd2, 0x4b, 0x82, 0xfe, 0x06, + 0xac, 0xed, 0x34, 0x49, 0x55, 0x5a, 0xb0, 0xf1, 0xe2, 0x54, 0x11, 0x6e, 0x01, 0x81, 0x0e, 0xfe, + 0xfb, 0xbd, 0x20, 0xf2, 0x0f, 0xa8, 0xa4, 0x8c, 0xb5, 0x72, 0x2b, 0xa1, 0x31, 0x68, 0xba, 0xb4, + 0x91, 0x19, 0xae, 0x0b, 0xdc, 0x08, 0xa9, 0x19, 0x1b, 0x2f, 0x56, 0x59, 0x97, 0x73, 0x2c, 0xa5, + 0xdb, 0xba, 0xc6, 0xea, 0x39, 0x41, 0x7e, 0xc6, 0x28, 0x8c, 0xc1, 0x22, 0x4a, 0xad, 0xb1, 0xd9, + 0x76, 0x70, 0x48, 0x6d, 0xdd, 0x38, 0xae, 0x47, 0xe1, 0x8e, 0xbf, 0x48, 0xd8, 0x68, 0x3e, 0x9b, + 0x67, 0x35, 0x50, 0xd4, 0xd5, 0x33, 0x94, 0xf6, 0xec, 0x96, 0x59, 0x1b, 0x6c, 0x62, 0x54, 0x2d, + 0x9b, 0x43, 0xc5, 0x23, 0xd0, 0xe4, 0xa7, 0x8b, 0x93, 0x77, 0x28, 0xf9, 0x39, 0xb0, 0xaa, 0x43, + 0x8a, 0x9c, 0xb3, 0x4d, 0xaa, 0xed, 0x60, 0xd7, 0x6f, 0x1e, 0x35, 0xa9, 0xaa, 0x38, 0xc3, 0x68, + 0xe7, 0xac, 0x9f, 0x2d, 0x89, 0xce, 0x95, 0x3d, 0xf5, 0x13, 0x34, 0x21, 0xe7, 0x36, 0x79, 0x24, + 0xf1, 0xa3, 0x83, 0xa0, 0xe3, 0xe1, 0x0e, 0x2c, 0x34, 0x11, 0x66, 0x9a, 0xcd, 0x32, 0xae, 0x7d, + 0x42, 0x4c, 0xec, 0x23, 0xdb, 0x99, 0x58, 0x30, 0xa0, 0xb6, 0x73, 0x8b, 0xcc, 0xb3, 0xf5, 0x54, + 0xef, 0xb5, 0xdb, 0xf5, 0xb0, 0x1d, 0x34, 0x8f, 0x16, 0xe7, 0x18, 0xc1, 0x67, 0xa5, 0xc1, 0xb5, + 0x69, 0x83, 0x51, 0x49, 0xd7, 0xbf, 0x20, 0x5d, 0x1b, 0xad, 0x5d, 0xaa, 0xa2, 0xf6, 0x22, 0xaa, + 0xc1, 0x23, 0xef, 0xfb, 0xf7, 0x93, 0xc5, 0xf9, 0x22, 0x46, 0x47, 0xc3, 0xae, 0xc4, 0xad, 0xdd, + 0x54, 0x21, 0xa4, 0x49, 0xa3, 0xa8, 0x88, 0x13, 0x3a, 0xfb, 0x8b, 0x0b, 0x4c, 0xcb, 0x54, 0xeb, + 0xab, 0x81, 0x85, 0xc0, 0x61, 0xcc, 0x86, 0xc3, 0x7f, 0x6e, 0xa1, 0x20, 0x3d, 0xc3, 0x10, 0xb5, + 0x0d, 0x27, 0x01, 0xa0, 0x71, 0x70, 0xf7, 0x49, 0xa8, 0x95, 0xee, 0x30, 0x54, 0xb5, 0xd4, 0xb6, + 0xb7, 0xbf, 0x0a, 0x58, 0xee, 0xee, 0x90, 0x39, 0xb5, 0xac, 0xd9, 0xec, 0x38, 0x4f, 0x92, 0x71, + 0x94, 0x5c, 0xd2, 0x14, 0xa9, 0x62, 0x17, 0x50, 0xa0, 0xd1, 0x25, 0xce, 0xca, 0x59, 0x17, 0x82, + 0x0f, 0xfc, 0xd5, 0x23, 0x3a, 0x6a, 0x26, 0xd6, 0x2a, 0x46, 0x17, 0x24, 0x00, 0x34, 0x8e, 0xfb, + 0xbf, 0xf9, 0x0e, 0xa7, 0x65, 0x47, 0x01, 0xb9, 0x49, 0xb5, 0xee, 0xfd, 0x30, 0x4e, 0x10, 0x9b, + 0xb5, 0x31, 0xae, 0xb7, 0xb4, 0x6b, 0xa2, 0x1c, 0x14, 0x86, 0xf3, 0x05, 0x32, 0xdb, 0x34, 0x1b, + 0x10, 0x6e, 0x9c, 0xf3, 0xa2, 0x8a, 0xdd, 0x3a, 0xd8, 0xb8, 0xce, 0x1b, 0x64, 0x8a, 0xf9, 0xa0, + 0x9a, 0x61, 0x5b, 0x28, 0xbf, 0x72, 0x9b, 0x99, 0xaa, 0x8b, 0xf2, 0x8f, 0x8d, 0xff, 0x41, 0x61, + 0xa3, 0x09, 0x81, 0x5d, 0xd8, 0xac, 0x0b, 0x71, 0xab, 0x4c, 0x88, 0x6b, 0xac, 0x14, 0x04, 0xd4, + 0xfd, 0x95, 0xb2, 0x31, 0xcb, 0xa8, 0xc1, 0xf9, 0xce, 0x4f, 0x90, 0xc9, 0x7b, 0x1e, 0xd5, 0x40, + 0x3b, 0x7b, 0x62, 0x3b, 0x7c, 0xa5, 0xa0, 0xec, 0x65, 0xd5, 0xef, 0xf0, 0xaa, 0x7c, 0x9f, 0x10, + 0x3f, 0x40, 0x12, 0x44, 0xda, 0x51, 0xaf, 0xd3, 0x41, 0xda, 0xe5, 0xe1, 0x69, 0x03, 0xaf, 0xca, + 0x69, 0x8b, 0x1f, 0x20, 0x09, 0x3a, 0xbb, 0x84, 0xc8, 0xd5, 0xe7, 0xb7, 0x84, 0xef, 0xe7, 0xc7, + 0x86, 0x21, 0xbf, 0xad, 0x6a, 0xaf, 0xce, 0xe1, 0xce, 0xa4, 0x7f, 0x83, 0x41, 0xd9, 0xed, 0x31, + 0xad, 0xa2, 0xbf, 0x5b, 0x54, 0xa2, 0x52, 0xe6, 0xf6, 0x22, 0x8a, 0xb3, 0x92, 0x88, 0xa9, 0x7b, + 0xb1, 0xa0, 0x76, 0xb4, 0x1d, 0x1c, 0xf8, 0xe6, 0x6a, 0x11, 0x54, 0x40, 0x13, 0x74, 0xbf, 0x5b, + 0x21, 0x8b, 0x83, 0xfa, 0x8b, 0x3c, 0xe9, 0xdf, 0x0f, 0xa8, 0x69, 0xd1, 0xe2, 0x9c, 0x6b, 0xf0, + 0xe4, 0xba, 0x28, 0x07, 0x85, 0x81, 0xcc, 0x11, 0x07, 0x7b, 0x1d, 0xaf, 0x2d, 0xf8, 0x57, 0x31, + 0x47, 0x83, 0x95, 0x82, 0x80, 0x22, 0x1e, 0x95, 0xba, 0xb1, 0xf0, 0x3d, 0x1a, 0x4c, 0x04, 0xac, + 0x14, 0x04, 0xd4, 0xb4, 0xe5, 0xc6, 0x72, 0x6c, 0x39, 0x6b, 0x8e, 0xc6, 0x1f, 0xf0, 0x1c, 0xd1, + 0x5d, 0x87, 0xa0, 0x7f, 0x2e, 0xde, 0x67, 0xe4, 0x27, 0x86, 0x27, 0xaf, 0xb4, 0x92, 0x0d, 0x45, + 0x06, 0x0c, 0x92, 0xce, 0x6b, 0x64, 0x5a, 0xad, 0x50, 0x6a, 0xca, 0x4f, 0xb2, 0xd1, 0x9e, 0x15, + 0x95, 0xa6, 0xb5, 0xb8, 0xaa, 0x81, 0x89, 0xe7, 0x7e, 0x23, 0xcd, 0x32, 0x62, 0x61, 0x18, 0x33, + 0x5c, 0x2a, 0x3a, 0xc3, 0xe5, 0xe3, 0x67, 0xd8, 0xfd, 0x8f, 0x15, 0x34, 0x84, 0x8d, 0xc6, 0x7a, + 0x71, 0x01, 0xa1, 0xf6, 0x36, 0x4a, 0x78, 0xda, 0x31, 0xb1, 0x2c, 0x5f, 0x1a, 0x66, 0xdd, 0x98, + 0xfb, 0x01, 0x2e, 0x07, 0x4e, 0xc9, 0xd9, 0xa7, 0x3b, 0xb4, 0x17, 0x33, 0xb3, 0xd0, 0x17, 0xcb, + 0x71, 0x38, 0xb2, 0x5a, 0xa5, 0xa6, 0x64, 0x8c, 0x0d, 0x97, 0xb7, 0xa2, 0x89, 0xe3, 0xf6, 0x84, + 0xda, 0x81, 0x74, 0x79, 0xab, 0xee, 0xa0, 0x0a, 0x71, 0x04, 0x1c, 0x46, 0x65, 0xe9, 0x0c, 0xd5, + 0xb0, 0x90, 0x55, 0xd6, 0x50, 0x01, 0x62, 0xcc, 0x37, 0xae, 0x35, 0x25, 0x30, 0x60, 0x60, 0x61, + 0x6a, 0x45, 0x79, 0xe2, 0x18, 0x45, 0x99, 0x7e, 0x21, 0xf6, 0x8f, 0xe2, 0x0a, 0xf5, 0x85, 0x36, + 0x79, 0x31, 0x48, 0x78, 0x9a, 0x89, 0xa6, 0x0a, 0x32, 0xd1, 0x05, 0x32, 0x57, 0xf3, 0xfc, 0x83, + 0xb0, 0xb3, 0xde, 0x69, 0x75, 0xc3, 0x80, 0x76, 0x6c, 0x91, 0x8c, 0xb1, 0x2d, 0x85, 0xaf, 0xf8, + 0x31, 0xa4, 0x00, 0x63, 0xa8, 0xec, 0xba, 0xff, 0x87, 0xee, 0x6b, 0x35, 0x6a, 0x6c, 0x26, 0xfe, + 0xad, 0x2e, 0xf3, 0x25, 0x38, 0x1b, 0xc4, 0xd9, 0x8b, 0xbc, 0xa6, 0x5f, 0xf7, 0xa3, 0x20, 0x6c, + 0xd1, 0x1d, 0x3f, 0xec, 0x30, 0x4f, 0x31, 0xee, 0x91, 0xe8, 0x1a, 0x74, 0xae, 0xf6, 0x41, 0x21, + 0xa3, 0x86, 0xd3, 0x22, 0xb3, 0xdd, 0xc8, 0xb7, 0x9c, 0x1f, 0xa5, 0x7c, 0xfd, 0xbc, 0x6e, 0x56, + 0xe1, 0xea, 0xa3, 0x55, 0x04, 0x36, 0x51, 0xe7, 0x2d, 0xb2, 0x10, 0x46, 0xdd, 0x7d, 0xaf, 0x53, + 0xf3, 0xbb, 0x7e, 0xa7, 0x85, 0x3a, 0xb3, 0xf0, 0x70, 0x9d, 0xa3, 0x75, 0x17, 0x6e, 0xa5, 0x60, + 0xd0, 0x87, 0xed, 0xfe, 0xa5, 0x32, 0x39, 0x5f, 0x0b, 0xef, 0x75, 0xee, 0x79, 0x51, 0x6b, 0xa5, + 0xbe, 0xc9, 0x15, 0x61, 0xe6, 0x31, 0x94, 0x9e, 0xca, 0xd2, 0x40, 0x4f, 0xe5, 0xd7, 0xc8, 0xd4, + 0x6e, 0xe0, 0xb7, 0x5b, 0xe8, 0x52, 0xe4, 0xc3, 0xbb, 0x5c, 0xc4, 0x3d, 0xb1, 0x81, 0x75, 0xa4, + 0x89, 0xcf, 0x1d, 0xa5, 0x1b, 0x82, 0x0c, 0x28, 0x82, 0x4e, 0x8f, 0x2c, 0x48, 0x4d, 0x5f, 0x42, + 0xc5, 0xea, 0x78, 0xa5, 0x98, 0x21, 0x61, 0x37, 0xc3, 0xe6, 0x03, 0x52, 0x04, 0xa1, 0xaf, 0x09, + 0x37, 0x26, 0x8f, 0xf6, 0x4d, 0x87, 0xb0, 0x86, 0xbf, 0x22, 0xcd, 0x50, 0x7e, 0x6e, 0x90, 0xd3, + 0x8d, 0xcc, 0x49, 0x1d, 0x60, 0x92, 0xde, 0x22, 0xe7, 0xd6, 0x0f, 0xba, 0xc9, 0x11, 0x35, 0xe8, + 0xac, 0x16, 0x5f, 0x27, 0x13, 0x07, 0x7e, 0x2b, 0xe8, 0x1d, 0x88, 0x8f, 0xf0, 0xa4, 0x14, 0x7b, + 0x37, 0x58, 0x29, 0xd5, 0x69, 0x66, 0xf1, 0x88, 0x8d, 0x2e, 0x17, 0x5e, 0x00, 0x02, 0xdd, 0xfd, + 0x51, 0x89, 0xcc, 0x4b, 0xf6, 0x5f, 0x69, 0xb5, 0xe8, 0x28, 0x63, 0x67, 0x89, 0x94, 0x83, 0xae, + 0x20, 0x44, 0x04, 0xa1, 0x32, 0x55, 0x71, 0x68, 0x29, 0xd5, 0x37, 0xaa, 0xdc, 0x8b, 0xae, 0x3f, + 0xe5, 0x90, 0x5e, 0x79, 0x66, 0x2b, 0x6c, 0x4b, 0x1a, 0xa0, 0xc9, 0x49, 0x3d, 0x90, 0x09, 0xd6, + 0x8a, 0xed, 0xd3, 0xbd, 0x26, 0xca, 0x41, 0x61, 0xa0, 0x27, 0x1d, 0x0f, 0xc3, 0xd8, 0x01, 0x07, + 0xdf, 0x24, 0x19, 0x83, 0xdc, 0x14, 0x65, 0xa0, 0xa0, 0xee, 0xcf, 0x97, 0xc8, 0x8c, 0x1c, 0x63, + 0x41, 0x95, 0x14, 0x59, 0x5a, 0xab, 0xa3, 0x9a, 0xa5, 0x51, 0xa5, 0x64, 0x10, 0x4b, 0x93, 0xac, + 0x0c, 0xa3, 0x49, 0xba, 0xdf, 0xa5, 0x1a, 0xa2, 0xec, 0x4e, 0xa3, 0xb7, 0x13, 0xfb, 0x89, 0xf3, + 0x75, 0x52, 0xf5, 0xf8, 0xe4, 0xfb, 0x92, 0x69, 0x2e, 0xe6, 0xd9, 0xd3, 0xd6, 0x37, 0xd3, 0xdb, + 0xf8, 0x8a, 0xa4, 0x03, 0x9a, 0xa4, 0x73, 0x48, 0xce, 0x74, 0xc2, 0x84, 0x49, 0x6f, 0x05, 0x2f, + 0xe6, 0x8c, 0x4c, 0xb7, 0xf3, 0x98, 0x68, 0xe7, 0xcc, 0xcd, 0x34, 0x3d, 0xe8, 0x6f, 0x82, 0x5a, + 0x69, 0xc2, 0xe7, 0x50, 0x61, 0x6d, 0x5d, 0x28, 0xd6, 0xd6, 0x60, 0x97, 0x83, 0xfb, 0x9b, 0x25, + 0x52, 0x95, 0x68, 0xa3, 0x74, 0x47, 0xdf, 0x21, 0x93, 0x31, 0xfb, 0x34, 0x72, 0x9a, 0x5e, 0x2a, + 0xd6, 0x75, 0xfe, 0x3d, 0xf5, 0x56, 0xc5, 0x7f, 0xc7, 0x20, 0xa9, 0x31, 0x0f, 0xa0, 0x1a, 0xc0, + 0xc3, 0xe7, 0x01, 0x54, 0x5d, 0x1b, 0x20, 0x7f, 0xfe, 0x5e, 0x89, 0x4c, 0x70, 0x57, 0x4e, 0x31, + 0x7f, 0x98, 0xe1, 0xc6, 0xd5, 0x14, 0x6f, 0x63, 0xa1, 0xf0, 0xea, 0xd2, 0x99, 0xae, 0xb2, 0x7f, + 0x36, 0xa2, 0xf0, 0x40, 0x88, 0xed, 0x0b, 0x45, 0x5c, 0x49, 0x5c, 0xf0, 0x71, 0x69, 0x72, 0x5b, + 0x12, 0x00, 0x4d, 0xcb, 0xfd, 0x8d, 0x0a, 0xae, 0x7a, 0x8d, 0x6a, 0x6d, 0x42, 0xa5, 0xd3, 0xd8, + 0x84, 0xca, 0x23, 0xdf, 0x84, 0x9c, 0xf7, 0xc9, 0x7c, 0xd3, 0x70, 0x87, 0xeb, 0xad, 0xef, 0x4a, + 0x41, 0x4f, 0xaf, 0xe1, 0x43, 0xe7, 0xae, 0x8b, 0x35, 0x9b, 0x1c, 0xa4, 0xe9, 0x3b, 0x3e, 0x99, + 0xe1, 0x67, 0x79, 0xa2, 0xbd, 0xb1, 0x5c, 0x9e, 0xe5, 0x5e, 0x12, 0x5e, 0x43, 0x35, 0xc6, 0x62, + 0x1b, 0x1a, 0x06, 0x21, 0xb0, 0xc8, 0xba, 0x7f, 0x65, 0x9c, 0x8c, 0xaf, 0x1f, 0x52, 0xcd, 0x63, + 0x84, 0xab, 0xfc, 0x80, 0xcc, 0x05, 0x9d, 0xc3, 0xb0, 0x7d, 0xe8, 0xb7, 0x38, 0xfc, 0x64, 0x3b, + 0xda, 0x23, 0xa2, 0x91, 0xb9, 0x4d, 0x8b, 0x18, 0xa4, 0x88, 0x8f, 0xc2, 0xfa, 0x7b, 0x9b, 0x1a, + 0x9e, 0x8c, 0x23, 0x84, 0xe9, 0x97, 0xe3, 0xd2, 0x64, 0x13, 0x2a, 0x56, 0x8e, 0xb6, 0x51, 0xb9, + 0x37, 0x55, 0x10, 0x72, 0xee, 0x92, 0xb9, 0xdd, 0x20, 0xa2, 0xf6, 0x01, 0x35, 0xdf, 0xa8, 0xce, + 0x7e, 0xd0, 0x3d, 0x89, 0xd9, 0xa7, 0xa6, 0x64, 0xc3, 0x22, 0x05, 0x29, 0xd2, 0xd4, 0xa4, 0x99, + 0x45, 0xab, 0x43, 0xb7, 0x35, 0x39, 0x7c, 0x5b, 0xca, 0xf3, 0xb3, 0x65, 0x52, 0x02, 0x9b, 0x30, + 0x0a, 0xa3, 0x26, 0x33, 0x53, 0xa6, 0xd8, 0x96, 0xae, 0x84, 0x11, 0xb7, 0x4f, 0x38, 0x0c, 0x65, + 0x1a, 0x3b, 0xba, 0xad, 0xda, 0x32, 0x4d, 0x1f, 0xd0, 0xba, 0xdf, 0xc1, 0x0d, 0x08, 0x67, 0xf1, + 0x34, 0x64, 0xf7, 0x35, 0x5b, 0x76, 0x7f, 0xb6, 0xc0, 0xc7, 0x1d, 0x20, 0xb7, 0xdf, 0x23, 0xd3, + 0xc6, 0xb7, 0x47, 0xb7, 0x5e, 0x53, 0x9e, 0x32, 0x0a, 0x01, 0xae, 0x14, 0x08, 0x75, 0xfc, 0x08, + 0x1a, 0x07, 0x27, 0x06, 0x15, 0xaf, 0x74, 0x30, 0x02, 0xaa, 0x65, 0xc0, 0x20, 0xee, 0x2b, 0x84, + 0xac, 0xdf, 0xf7, 0x9b, 0x2b, 0x4d, 0x76, 0x06, 0x6e, 0x9c, 0x72, 0x94, 0x06, 0x9f, 0x72, 0xb8, + 0xef, 0xd2, 0xcd, 0xf0, 0x3e, 0xee, 0xec, 0xd2, 0xa8, 0xa2, 0x4b, 0xc4, 0x67, 0x05, 0xac, 0x57, + 0x53, 0x9a, 0x49, 0x39, 0x1a, 0x08, 0x28, 0x3b, 0xc1, 0xbe, 0xef, 0x89, 0x05, 0x6b, 0x18, 0xa8, + 0xeb, 0x58, 0x08, 0x1c, 0xe6, 0x7e, 0xbb, 0x44, 0xe6, 0x36, 0xd6, 0x2c, 0x3d, 0x79, 0x99, 0x10, + 0xae, 0x6f, 0xde, 0xb9, 0x73, 0x53, 0x7a, 0x3d, 0xb9, 0x6b, 0x4a, 0x95, 0x82, 0x81, 0xe1, 0x3c, + 0x46, 0x2a, 0xed, 0x5e, 0x47, 0xa8, 0x81, 0x93, 0xe8, 0x4d, 0xdd, 0xea, 0x75, 0x00, 0xcb, 0x8c, + 0x98, 0x82, 0x4a, 0xe1, 0x98, 0x82, 0xfc, 0x08, 0xb2, 0x5f, 0xac, 0x90, 0x85, 0x8d, 0xb6, 0x7f, + 0xdf, 0xea, 0x35, 0x6d, 0xaa, 0x15, 0x05, 0x94, 0x79, 0xd2, 0x4e, 0x8d, 0x1a, 0x2b, 0x05, 0x01, + 0x2d, 0x1c, 0xe6, 0x60, 0x85, 0x78, 0x54, 0x46, 0x1c, 0xe2, 0x91, 0x3b, 0x66, 0x67, 0x97, 0x4c, + 0x86, 0xfc, 0xfb, 0x53, 0x29, 0x86, 0x8c, 0xfe, 0x85, 0xe3, 0x3b, 0x93, 0x9e, 0x9f, 0x65, 0xc1, + 0x3d, 0xfc, 0xbc, 0x59, 0x09, 0x4b, 0x51, 0x0a, 0x92, 0xf8, 0xd2, 0xe7, 0xc9, 0x8c, 0x89, 0x39, + 0xd4, 0xc1, 0xf3, 0x16, 0x39, 0xbb, 0x81, 0x81, 0x8a, 0xa9, 0x30, 0x94, 0xd7, 0xc8, 0x34, 0xae, + 0xd4, 0xd8, 0x8a, 0xcd, 0x52, 0x9e, 0x87, 0x9a, 0x06, 0x81, 0x89, 0xe7, 0xfe, 0xbb, 0x12, 0x79, + 0xfc, 0xea, 0xda, 0x7a, 0x1d, 0xc5, 0x41, 0x9c, 0xd0, 0x05, 0x56, 0x0b, 0xe2, 0xbb, 0xe9, 0x4f, + 0xde, 0x6d, 0x19, 0x34, 0xd5, 0xa7, 0xac, 0xd7, 0x18, 0x39, 0x01, 0x7d, 0x58, 0x02, 0x1f, 0xa9, + 0x5e, 0x78, 0xf6, 0x6a, 0x40, 0xbf, 0x7d, 0x37, 0x4c, 0x87, 0xae, 0x45, 0xb4, 0x2c, 0xc6, 0x90, + 0xa6, 0xa3, 0x74, 0xe8, 0x1a, 0x28, 0x08, 0x18, 0x58, 0xbc, 0xe5, 0xc3, 0x00, 0x05, 0xa5, 0x18, + 0x94, 0xd1, 0x32, 0x2f, 0x07, 0x85, 0x81, 0x03, 0x6b, 0x05, 0x11, 0xd3, 0x29, 0x8e, 0xc4, 0x4a, + 0x54, 0x03, 0xab, 0x49, 0x00, 0x68, 0x1c, 0xf7, 0x6f, 0x96, 0xc8, 0xf9, 0xab, 0xed, 0x1e, 0x9d, + 0xf6, 0x68, 0x37, 0xb6, 0x3a, 0xfb, 0x0a, 0xa9, 0xfa, 0x52, 0xff, 0x15, 0x7d, 0x55, 0x7b, 0x8b, + 0x52, 0x8c, 0x79, 0xdc, 0x9c, 0xc2, 0x2b, 0x10, 0xa6, 0x35, 0x5c, 0x50, 0xd1, 0x3f, 0x2f, 0x93, + 0xd9, 0x6b, 0xdb, 0xdb, 0xf5, 0xab, 0x7e, 0x22, 0x64, 0x69, 0xbe, 0x7b, 0xa5, 0x6e, 0x58, 0xab, + 0xd3, 0x57, 0x96, 0x07, 0xac, 0x1e, 0x0c, 0xc9, 0x5d, 0xe6, 0x21, 0xb9, 0xcb, 0x9b, 0x9d, 0xe4, + 0x56, 0xd4, 0x48, 0x22, 0x74, 0xfe, 0x67, 0x59, 0xb7, 0x52, 0xde, 0x57, 0x06, 0xc9, 0x7b, 0x3a, + 0x59, 0x13, 0x71, 0x73, 0xdf, 0x57, 0xc6, 0xf7, 0xa7, 0x95, 0x3a, 0xc1, 0x4a, 0xa9, 0xed, 0x5b, + 0x7d, 0x07, 0x36, 0xf9, 0x0f, 0x10, 0xa8, 0x54, 0xf0, 0x4c, 0xef, 0x27, 0x49, 0xf7, 0x1a, 0x1d, + 0x2c, 0x65, 0x7d, 0xb1, 0xda, 0x73, 0xb4, 0x39, 0x9c, 0x0c, 0x5e, 0x41, 0x2f, 0x2c, 0x5d, 0x16, + 0x83, 0x49, 0xd1, 0x6d, 0x10, 0xa2, 0x61, 0x0f, 0xc8, 0x44, 0x71, 0xff, 0x6c, 0x99, 0x4c, 0x5e, + 0xa3, 0xdb, 0x55, 0x9b, 0x92, 0xdc, 0x20, 0x63, 0x3e, 0xdd, 0xe6, 0x8a, 0x29, 0xa2, 0x7a, 0x43, + 0xe4, 0x27, 0xf8, 0xf8, 0x1b, 0x58, 0x7d, 0x07, 0xc8, 0x24, 0xf6, 0xfb, 0xaa, 0x8a, 0x6d, 0x7c, + 0x31, 0x7f, 0x16, 0x14, 0x4b, 0xf0, 0xdd, 0x54, 0x14, 0x81, 0x24, 0xc4, 0x7c, 0x33, 0xcd, 0x6e, + 0x03, 0xa5, 0x54, 0x52, 0x2c, 0x54, 0x77, 0x7b, 0xad, 0xce, 0xd1, 0x05, 0x5d, 0xee, 0x9b, 0x91, + 0x85, 0xa0, 0xc9, 0xb9, 0x6f, 0x90, 0x73, 0xec, 0x2c, 0x8e, 0xb2, 0x9b, 0xb5, 0x66, 0x72, 0x99, + 0xd3, 0xfd, 0xdb, 0x65, 0x72, 0x66, 0xb3, 0xb1, 0xd6, 0xb0, 0x5d, 0x64, 0x6f, 0x90, 0x19, 0xbe, + 0xcd, 0x22, 0xd3, 0x79, 0x6d, 0x51, 0x5f, 0x39, 0x8f, 0xb7, 0x0d, 0x18, 0x58, 0x98, 0x78, 0xc8, + 0x19, 0xbc, 0xdf, 0x49, 0x87, 0xd8, 0x6c, 0xbe, 0x7d, 0x13, 0xb0, 0x1c, 0xc1, 0xb8, 0x63, 0x73, + 0x11, 0xa7, 0xc0, 0x6a, 0xd7, 0xfe, 0x12, 0x55, 0xf9, 0xe3, 0x66, 0x1c, 0xd0, 0x05, 0x40, 0xd7, + 0xbf, 0xd7, 0x94, 0xec, 0xab, 0x75, 0x78, 0xec, 0xaa, 0x82, 0x42, 0x0a, 0xdb, 0x90, 0xb7, 0xe3, + 0x85, 0x77, 0xfd, 0xfc, 0x20, 0xc7, 0x2d, 0x52, 0x55, 0xc1, 0x28, 0x32, 0x86, 0xa8, 0x94, 0x1d, + 0x43, 0x94, 0x2f, 0x70, 0xdc, 0x7f, 0x44, 0x75, 0x54, 0x75, 0x18, 0x4f, 0x39, 0xad, 0x4a, 0x45, + 0x6b, 0xc2, 0x8e, 0x77, 0x04, 0xdb, 0x3e, 0x9b, 0xc3, 0x6b, 0x9c, 0xd7, 0x39, 0x37, 0xd4, 0x65, + 0x5d, 0xd0, 0x64, 0x9c, 0x2d, 0x32, 0xd9, 0x8d, 0xfc, 0x46, 0xc2, 0x62, 0x61, 0x87, 0xa0, 0xc8, + 0xf8, 0xb6, 0xce, 0x6b, 0x82, 0x24, 0xe1, 0xfe, 0x5a, 0x89, 0x90, 0xad, 0xe0, 0x80, 0x6e, 0x1f, + 0x5e, 0x67, 0xcf, 0x1f, 0xa1, 0xbd, 0x77, 0x93, 0x8c, 0xc5, 0x5d, 0xba, 0x78, 0x0b, 0x1d, 0xc9, + 0xe8, 0x1e, 0x35, 0x68, 0x1d, 0x3d, 0xd1, 0xf8, 0x0b, 0x18, 0x1d, 0xf7, 0x97, 0x09, 0x99, 0xd3, + 0x68, 0xa8, 0x70, 0x3b, 0x17, 0xad, 0xe0, 0xcf, 0xc7, 0x52, 0xc1, 0x9f, 0x55, 0x86, 0x6d, 0xc4, + 0x7b, 0x26, 0xa4, 0x72, 0xe0, 0xdd, 0x17, 0xfa, 0xfd, 0x6b, 0x45, 0x3b, 0x84, 0x2d, 0x2d, 0xdf, + 0xf0, 0xee, 0x73, 0x85, 0xe7, 0x45, 0xc9, 0x22, 0xb4, 0xe4, 0x63, 0x7e, 0xf0, 0xc2, 0xd6, 0x18, + 0x1a, 0x14, 0x3f, 0xf3, 0x9f, 0xf4, 0x6f, 0x26, 0xf6, 0xb0, 0x39, 0xd6, 0x6a, 0xd0, 0x11, 0x4e, + 0xb9, 0x21, 0x5b, 0x0d, 0x3a, 0xe9, 0x56, 0x83, 0x4e, 0x81, 0x56, 0x83, 0x0e, 0xc6, 0x88, 0x4d, + 0xb6, 0xfc, 0x5d, 0xaf, 0xd7, 0x4e, 0x58, 0x58, 0xd3, 0xf4, 0x95, 0x37, 0x87, 0x6a, 0xba, 0xc6, + 0xeb, 0xf2, 0xe6, 0x2f, 0x49, 0x2d, 0x4f, 0x94, 0xe6, 0x76, 0x41, 0x36, 0xed, 0xfc, 0x12, 0xb5, + 0x0a, 0xc4, 0xff, 0x18, 0x41, 0x44, 0xcd, 0x43, 0xb1, 0x0f, 0xbd, 0x75, 0x92, 0xde, 0x08, 0x12, + 0xbc, 0x53, 0x3f, 0x26, 0x85, 0x88, 0x0d, 0xcc, 0xed, 0x5b, 0xaa, 0x3f, 0xce, 0x87, 0x25, 0x72, + 0x8e, 0x7e, 0x27, 0xde, 0x22, 0x2f, 0x03, 0x3c, 0xa8, 0x13, 0xa1, 0x5b, 0x1b, 0xc3, 0xf2, 0x49, + 0x1f, 0x21, 0xde, 0xdd, 0x2f, 0xca, 0xe3, 0xc0, 0x2c, 0x94, 0xdc, 0x4e, 0x67, 0xf6, 0x70, 0xa9, + 0x45, 0xa6, 0x24, 0x63, 0x66, 0xe8, 0xd7, 0xab, 0xe6, 0x76, 0x7b, 0xfc, 0x0a, 0x94, 0xae, 0xae, + 0xe5, 0xb7, 0x7b, 0x5e, 0x27, 0xc1, 0xb8, 0x7a, 0xad, 0x8d, 0xb3, 0x56, 0x04, 0x23, 0x8e, 0xb0, + 0x95, 0x7d, 0x32, 0x63, 0xf2, 0xdc, 0x08, 0x5b, 0x0a, 0xc9, 0xd9, 0x0c, 0x7e, 0x1a, 0x61, 0x83, + 0x3d, 0xf2, 0xd8, 0x40, 0xbe, 0x18, 0x5d, 0xb3, 0xe8, 0xbe, 0x37, 0x04, 0xe6, 0x69, 0xb8, 0x50, + 0x6e, 0xd8, 0x2e, 0x94, 0xe7, 0x8b, 0x2e, 0x9d, 0x01, 0x7e, 0x94, 0x5d, 0xb3, 0xff, 0xb8, 0x13, + 0x38, 0xdb, 0x64, 0xa2, 0x8d, 0x25, 0xf2, 0xdc, 0xe6, 0xa5, 0x61, 0x16, 0xa7, 0x56, 0x1f, 0x58, + 0x79, 0x0c, 0x82, 0x96, 0xfb, 0xeb, 0x25, 0x32, 0x76, 0x1a, 0xd3, 0x53, 0xb7, 0xa7, 0x67, 0x90, + 0x12, 0x2a, 0x2e, 0xff, 0x2d, 0x83, 0x77, 0x6f, 0xfd, 0x3e, 0xb5, 0x57, 0x63, 0xa6, 0x2c, 0x66, + 0xce, 0xd0, 0x3f, 0x2c, 0x93, 0x69, 0x6c, 0x48, 0x7a, 0x74, 0xbe, 0x80, 0x1e, 0xbe, 0x1d, 0xbf, + 0x2d, 0x1d, 0xbf, 0x69, 0xc3, 0x6a, 0xcb, 0x04, 0x82, 0x8d, 0x8b, 0x95, 0x77, 0x4d, 0xbf, 0xb8, + 0x50, 0x7a, 0x54, 0x65, 0xcb, 0x69, 0x0e, 0x36, 0x2e, 0xea, 0xf6, 0xf7, 0xbc, 0xa4, 0xb9, 0x2f, + 0x8c, 0x2e, 0xd5, 0xdd, 0x3b, 0x58, 0x08, 0x1c, 0xe6, 0xac, 0x90, 0x79, 0xc9, 0xb1, 0xb7, 0xf9, + 0xd4, 0x09, 0x85, 0x50, 0x5d, 0xdc, 0x02, 0x1b, 0x0c, 0x69, 0x7c, 0xe7, 0xf3, 0x64, 0x0e, 0x27, + 0x27, 0xec, 0x25, 0x32, 0x08, 0x60, 0x9c, 0x05, 0x01, 0xb0, 0xa0, 0xcb, 0x6d, 0x0b, 0x02, 0x29, + 0x4c, 0xf7, 0x27, 0xc9, 0xd9, 0xad, 0xd0, 0x6b, 0xad, 0x7a, 0x6d, 0xaf, 0xd3, 0xf4, 0xa3, 0xcd, + 0xce, 0x5e, 0xee, 0x09, 0xac, 0x79, 0x4a, 0x5a, 0xce, 0x3b, 0x25, 0x75, 0x23, 0xe2, 0x98, 0x0d, + 0x88, 0xf0, 0x95, 0x77, 0xc9, 0x64, 0xc0, 0x9b, 0x12, 0x5c, 0x7b, 0x39, 0xcf, 0xfd, 0xd3, 0xd7, + 0x47, 0x23, 0x1c, 0x83, 0x17, 0x80, 0x24, 0x89, 0xb6, 0x42, 0x96, 0xbf, 0x28, 0xdf, 0x1c, 0x73, + 0xff, 0x42, 0x89, 0xcc, 0xdf, 0x4c, 0xdd, 0x98, 0xc2, 0xd8, 0x2a, 0x3f, 0xca, 0x70, 0x7e, 0x35, + 0x58, 0x29, 0x08, 0xe8, 0x03, 0x37, 0xc4, 0xff, 0x62, 0x99, 0x54, 0x59, 0x2c, 0x64, 0xd7, 0x6b, + 0x8e, 0x52, 0x29, 0xbd, 0x61, 0x29, 0xa5, 0x39, 0x66, 0xa0, 0xea, 0xd0, 0x20, 0x9d, 0x14, 0xef, + 0xcc, 0x89, 0x1b, 0x44, 0x85, 0x2c, 0x40, 0x4d, 0x90, 0x5f, 0x36, 0x99, 0xb3, 0x2f, 0x1c, 0xc9, + 0xdb, 0x45, 0xec, 0xdc, 0x52, 0xe1, 0x3e, 0x7c, 0xe7, 0x96, 0xaa, 0x6b, 0x03, 0xa4, 0x52, 0xdd, + 0xe8, 0x3d, 0x13, 0xdb, 0x5f, 0x66, 0x81, 0x6d, 0x5e, 0x3b, 0xf8, 0xc0, 0x57, 0x37, 0xf1, 0x9e, + 0x14, 0x71, 0x6a, 0xa2, 0xf4, 0x63, 0x26, 0x60, 0xc4, 0x2f, 0x7e, 0xc1, 0x52, 0x57, 0x71, 0xaf, + 0x51, 0x4e, 0xb5, 0xe7, 0xce, 0x79, 0x8d, 0x8c, 0x77, 0xf7, 0xbd, 0xd8, 0x4f, 0xc5, 0x60, 0x8c, + 0xd7, 0xb1, 0x90, 0x52, 0x9b, 0x53, 0x15, 0x58, 0x09, 0x70, 0x6c, 0xf7, 0x8f, 0xa8, 0xac, 0xc7, + 0xa8, 0x85, 0x11, 0xf2, 0xd8, 0x35, 0x8b, 0xc7, 0x9e, 0xcb, 0xbf, 0x82, 0x3c, 0x90, 0xbd, 0xea, + 0x29, 0xf6, 0x7a, 0xbe, 0x00, 0xad, 0xe3, 0x39, 0xeb, 0x80, 0x4c, 0xb3, 0x2b, 0xce, 0x22, 0xf8, + 0xe4, 0x15, 0xcb, 0x80, 0x7a, 0x32, 0x65, 0x40, 0xcd, 0x1b, 0xa8, 0x86, 0x19, 0xf5, 0x02, 0x99, + 0x14, 0xc1, 0x0e, 0xe9, 0x68, 0x3e, 0x81, 0x0b, 0x12, 0xee, 0xfe, 0x6a, 0x85, 0x58, 0x57, 0xaa, + 0x9d, 0xef, 0x95, 0x08, 0x55, 0x5a, 0xd8, 0x55, 0x82, 0x56, 0xad, 0x87, 0x1e, 0x31, 0x74, 0x5a, + 0xb5, 0x7a, 0x6d, 0xfa, 0xdf, 0xe6, 0x5e, 0x27, 0x54, 0xc5, 0xe8, 0xbd, 0xe9, 0x31, 0xff, 0x69, + 0xe1, 0x9b, 0xdc, 0xea, 0xb4, 0xf3, 0x0a, 0xed, 0xcb, 0x32, 0x0c, 0xd5, 0x0a, 0x0c, 0xd9, 0x2b, + 0xe7, 0x77, 0x4b, 0xe4, 0x12, 0xbf, 0x54, 0x5c, 0x7c, 0x24, 0x85, 0x0c, 0xcf, 0xba, 0x24, 0xaa, + 0xc9, 0x61, 0xf0, 0xe0, 0xea, 0xeb, 0x62, 0x92, 0x2f, 0xd5, 0x87, 0x6b, 0x15, 0x86, 0xed, 0xa6, + 0xfb, 0x2f, 0x2b, 0x74, 0xfd, 0xd2, 0xf9, 0xd4, 0x97, 0x2c, 0x5f, 0xb3, 0xd8, 0xe4, 0xe9, 0x14, + 0x9b, 0x9c, 0xb1, 0x90, 0x1f, 0xcc, 0xfd, 0xca, 0x84, 0x9c, 0xc1, 0x13, 0xc5, 0x6b, 0xbe, 0x17, + 0x25, 0x3b, 0xbe, 0xc7, 0x8e, 0x16, 0xc5, 0x22, 0x18, 0xea, 0xb8, 0x52, 0x45, 0xd0, 0x6c, 0xa5, + 0xa9, 0x41, 0x7f, 0x03, 0xce, 0x3d, 0xe2, 0xb0, 0x73, 0xcc, 0xc8, 0xa3, 0x4a, 0x17, 0x1b, 0x4c, + 0x20, 0x5c, 0xae, 0x43, 0x36, 0xbb, 0x24, 0x9a, 0x75, 0xb6, 0xfa, 0xc8, 0x41, 0x46, 0x13, 0xc6, + 0x61, 0xf5, 0x78, 0xd1, 0xc3, 0xea, 0x89, 0x9c, 0x40, 0xda, 0x9f, 0x2b, 0x91, 0xb3, 0xf8, 0x61, + 0xec, 0xa0, 0xcb, 0xd8, 0x09, 0xc9, 0x3c, 0x8e, 0xa0, 0xed, 0x27, 0xb2, 0x4c, 0xac, 0xb0, 0x1c, + 0x5d, 0xda, 0xa6, 0xa3, 0x35, 0xb6, 0xeb, 0x36, 0x31, 0x48, 0x53, 0x77, 0x7f, 0xb5, 0x44, 0x58, + 0x9c, 0xd8, 0x69, 0xec, 0x63, 0x57, 0xed, 0x7d, 0xcc, 0xcd, 0x17, 0x1a, 0x03, 0xb6, 0xb0, 0x57, + 0xc9, 0x02, 0x42, 0xeb, 0x51, 0x78, 0xff, 0x48, 0x2a, 0xd7, 0xf9, 0xde, 0xd7, 0x3f, 0x5f, 0xe2, + 0xe2, 0x4e, 0x69, 0xc5, 0xf7, 0x30, 0x14, 0x4c, 0xff, 0xc6, 0x85, 0x2c, 0x95, 0xc0, 0xe5, 0xe2, + 0x02, 0x8d, 0xad, 0x7f, 0x23, 0x16, 0x2c, 0x45, 0x10, 0xfa, 0xdb, 0x70, 0xff, 0x4e, 0x89, 0x3c, + 0x6a, 0x22, 0x1a, 0xd7, 0xb7, 0xf2, 0x5c, 0x9e, 0x35, 0x32, 0x15, 0x76, 0x31, 0x85, 0x88, 0xb2, + 0x00, 0x9e, 0x97, 0x33, 0x7e, 0x4b, 0x94, 0xd3, 0x95, 0x7b, 0xce, 0xa4, 0x2e, 0xcb, 0x41, 0xd5, + 0x74, 0x5c, 0x32, 0xc1, 0x2c, 0xd1, 0x58, 0x5c, 0xbc, 0x23, 0xc8, 0xcd, 0xcc, 0xd1, 0x4f, 0x17, + 0x39, 0x87, 0xb8, 0x7f, 0xb9, 0xc4, 0x67, 0xd9, 0xec, 0xba, 0xf3, 0x4d, 0xb2, 0x70, 0x80, 0xc6, + 0xc2, 0xfa, 0xfd, 0x2e, 0x6e, 0x21, 0xec, 0xa0, 0xb2, 0x54, 0x44, 0x70, 0x0e, 0x18, 0xee, 0xea, + 0xa2, 0xe8, 0xfd, 0xc2, 0x8d, 0x14, 0x59, 0xe8, 0x6b, 0xc8, 0xfd, 0x3d, 0xc1, 0xab, 0x4c, 0x6b, + 0xa1, 0x8b, 0xad, 0x1b, 0xb6, 0xd6, 0x36, 0x6b, 0x20, 0xe6, 0x4a, 0x2d, 0xb6, 0x3a, 0x2f, 0x06, + 0x09, 0xc7, 0x93, 0x37, 0x9f, 0x9a, 0x6a, 0x11, 0x55, 0x58, 0x36, 0x6b, 0xe9, 0x3c, 0x18, 0xeb, + 0x0a, 0x02, 0x06, 0x16, 0xd6, 0xe9, 0x46, 0xe1, 0x61, 0xd0, 0x62, 0x61, 0xd4, 0x15, 0xbb, 0x4e, + 0x5d, 0x41, 0xc0, 0xc0, 0x42, 0x13, 0xad, 0xd7, 0x89, 0xb9, 0x00, 0xf7, 0x76, 0x44, 0x96, 0x81, + 0x29, 0x6d, 0xa2, 0xbd, 0x63, 0x02, 0xc1, 0xc6, 0x75, 0x7f, 0x50, 0x25, 0x44, 0xab, 0x08, 0xe8, + 0x21, 0x9c, 0x6a, 0x7a, 0x54, 0x41, 0xe2, 0xe9, 0x52, 0x2a, 0xf9, 0xf7, 0x4d, 0x74, 0xe5, 0xe5, + 0x35, 0x51, 0x91, 0xfb, 0xb6, 0x5e, 0x96, 0x0c, 0x22, 0x8b, 0x73, 0xfd, 0x59, 0xaa, 0x65, 0xe7, + 0x5b, 0x25, 0x32, 0xed, 0xb5, 0xf1, 0x82, 0x69, 0xc2, 0x46, 0x54, 0x2e, 0xe2, 0xac, 0x34, 0x7a, + 0xb2, 0xa2, 0xeb, 0xf2, 0xce, 0xbc, 0x22, 0xcf, 0xad, 0x0c, 0x48, 0x6e, 0x7f, 0xcc, 0x2e, 0x38, + 0x2f, 0x4b, 0xd5, 0x92, 0x7f, 0x94, 0xa5, 0xb4, 0x6a, 0x59, 0x65, 0xa2, 0xc1, 0xd0, 0x2a, 0xf1, + 0xe6, 0x86, 0x11, 0x53, 0x3e, 0x56, 0xe4, 0xce, 0xa7, 0xb5, 0x69, 0xe6, 0xdd, 0xa5, 0xc7, 0xd3, + 0x26, 0x1d, 0xb3, 0x3a, 0x5e, 0xe4, 0x42, 0xa5, 0xa1, 0xbb, 0xe5, 0xc4, 0xab, 0x26, 0x64, 0xbe, + 0x65, 0x6f, 0x12, 0x22, 0x08, 0xe9, 0x72, 0x7e, 0x0b, 0xa9, 0xdd, 0x45, 0x6f, 0x0b, 0x29, 0x00, + 0xa4, 0x9b, 0xa0, 0x23, 0x62, 0x31, 0xc3, 0x9b, 0x9d, 0xdd, 0x50, 0xc4, 0x21, 0xbd, 0x54, 0xe0, + 0x9b, 0x1f, 0xc5, 0x54, 0x3c, 0x63, 0x1d, 0xbd, 0x0d, 0xdc, 0x14, 0x54, 0x40, 0xd1, 0x43, 0x37, + 0x11, 0xbb, 0xad, 0x80, 0x77, 0x5c, 0x2b, 0x43, 0x5c, 0xdc, 0x60, 0x77, 0x1d, 0xf4, 0xe6, 0xcb, + 0x7e, 0x52, 0x71, 0xc5, 0x69, 0x51, 0xbd, 0x5e, 0x5c, 0x41, 0x8d, 0x37, 0x3b, 0xef, 0xc4, 0x3e, + 0xbb, 0xd7, 0x5a, 0x5d, 0x7d, 0x46, 0x5f, 0x54, 0xe5, 0xe5, 0x99, 0xe9, 0x72, 0xac, 0x9a, 0xb8, + 0x07, 0x8b, 0xdf, 0x32, 0x0b, 0xcf, 0x22, 0x29, 0xd2, 0x51, 0x3b, 0x67, 0x8f, 0x9e, 0xec, 0xdb, + 0x36, 0x31, 0x48, 0x53, 0x5f, 0x0a, 0xc8, 0xac, 0xb5, 0x62, 0x47, 0xe8, 0xec, 0x6c, 0x93, 0x85, + 0xf4, 0x92, 0x1c, 0xa1, 0x8f, 0xf3, 0x0f, 0xc7, 0xc8, 0x9c, 0xcd, 0x18, 0x18, 0xa3, 0x70, 0x40, + 0x47, 0x4d, 0xbf, 0xa7, 0xca, 0x56, 0xa2, 0xf8, 0xff, 0x86, 0x04, 0x80, 0xc6, 0x61, 0x79, 0x5b, + 0x58, 0xf5, 0x77, 0xde, 0xe9, 0x17, 0xde, 0x0d, 0x05, 0x01, 0x03, 0x0b, 0x15, 0xb6, 0x9d, 0x30, + 0x4c, 0x94, 0xe0, 0x56, 0x3c, 0xb3, 0xca, 0x4a, 0x41, 0x40, 0x51, 0x60, 0xdf, 0xc5, 0x01, 0xb5, + 0x6d, 0x7f, 0x97, 0x12, 0xd8, 0xd7, 0x4d, 0x20, 0xd8, 0xb8, 0xb8, 0x01, 0x85, 0x31, 0x63, 0x42, + 0xa1, 0x16, 0xea, 0x68, 0x9b, 0x06, 0xbf, 0xbd, 0x23, 0xe1, 0xce, 0x57, 0xc9, 0xa3, 0xea, 0xb2, + 0x0d, 0x70, 0xff, 0xa1, 0x6c, 0x71, 0xc2, 0xb2, 0xed, 0x1e, 0x5d, 0xcb, 0x46, 0x83, 0x41, 0xf5, + 0xf1, 0x10, 0x57, 0xa8, 0x74, 0x92, 0xe2, 0xa4, 0x7d, 0x88, 0x7b, 0xdd, 0x82, 0x42, 0x0a, 0x9b, + 0xea, 0x13, 0x0b, 0x58, 0xc2, 0x54, 0x29, 0x49, 0x81, 0x5f, 0x1a, 0x52, 0x3b, 0xf3, 0xf5, 0x14, + 0x1c, 0xfa, 0x6a, 0xa0, 0xeb, 0x90, 0xeb, 0x16, 0x68, 0xc1, 0xb0, 0xef, 0x20, 0xe2, 0x06, 0xd5, + 0x22, 0xb8, 0x65, 0x83, 0x21, 0x8d, 0x8f, 0xa7, 0xe0, 0x5e, 0x44, 0x3f, 0x7a, 0x42, 0x55, 0x84, + 0x5e, 0xc4, 0x6f, 0x8c, 0x1b, 0xa7, 0xe0, 0x2b, 0x06, 0x0c, 0x2c, 0x4c, 0xf7, 0x03, 0x72, 0x36, + 0x23, 0x3c, 0x19, 0x19, 0x87, 0x32, 0xa8, 0x1c, 0x53, 0x2a, 0xde, 0x06, 0x2f, 0x98, 0x88, 0xd1, + 0x18, 0x58, 0xc8, 0x9d, 0xcc, 0x71, 0x6a, 0x24, 0xcc, 0x52, 0xdc, 0xb9, 0x21, 0x01, 0xa0, 0x71, + 0xdc, 0xef, 0xd0, 0x5d, 0x5b, 0xbb, 0x19, 0x0a, 0x44, 0x59, 0xd0, 0x61, 0xca, 0x1c, 0x70, 0x46, + 0x3e, 0x2a, 0x35, 0xcc, 0xab, 0x06, 0x0c, 0x2c, 0x4c, 0xec, 0x5b, 0x47, 0x3a, 0x4d, 0xd2, 0xd1, + 0x3d, 0xca, 0x9b, 0x02, 0x1a, 0x07, 0x7d, 0x7c, 0xb1, 0xdf, 0xde, 0xdd, 0x0a, 0x3a, 0x77, 0x05, + 0x63, 0x2b, 0xa9, 0xdc, 0x10, 0xe5, 0xa0, 0x30, 0x9c, 0xb7, 0x48, 0xa5, 0x17, 0xb4, 0x04, 0x2b, + 0x2f, 0x4b, 0xbd, 0x93, 0xae, 0x26, 0x2a, 0x31, 0x9f, 0xcc, 0x4e, 0x6c, 0x87, 0x66, 0x64, 0xbc, + 0x8c, 0x8b, 0x0f, 0xab, 0x66, 0xf9, 0x8f, 0x27, 0x86, 0xf4, 0x1f, 0xd3, 0x6f, 0x26, 0xc6, 0x2c, + 0x39, 0xb9, 0xa2, 0xbf, 0xd9, 0x55, 0x05, 0x01, 0x03, 0x0b, 0x8d, 0xd1, 0x26, 0x35, 0xc0, 0xa4, + 0xb5, 0xc6, 0x63, 0x67, 0xa7, 0x3e, 0x81, 0x31, 0xba, 0x96, 0xa6, 0x06, 0xfd, 0x0d, 0x38, 0x5d, + 0x72, 0xa6, 0x85, 0xeb, 0xc8, 0x6a, 0xb5, 0x7a, 0x82, 0x88, 0x5d, 0x6c, 0xb1, 0x96, 0xa6, 0x04, + 0xfd, 0xc4, 0x9d, 0xaf, 0x93, 0x25, 0x59, 0xd8, 0x7f, 0x9d, 0x8e, 0x2d, 0x97, 0xca, 0xea, 0x13, + 0x94, 0xda, 0x52, 0x6d, 0x20, 0x16, 0x1c, 0x43, 0xc1, 0x79, 0x97, 0x4c, 0xb0, 0x13, 0x87, 0x78, + 0x71, 0x9a, 0xed, 0x76, 0xaf, 0x16, 0x75, 0xb8, 0x2d, 0xb3, 0x73, 0x0b, 0x11, 0x72, 0xa8, 0x4f, + 0x71, 0x58, 0x21, 0x08, 0x9a, 0x74, 0xbe, 0xa6, 0xbd, 0x4e, 0x27, 0x4c, 0x3c, 0xae, 0x84, 0xcd, + 0x14, 0xd1, 0x23, 0x8d, 0x26, 0x56, 0x74, 0x5d, 0xde, 0x8e, 0x8a, 0x7f, 0x32, 0x20, 0x60, 0x36, + 0x81, 0xdb, 0x78, 0x78, 0x0f, 0x05, 0xa6, 0x74, 0xba, 0xc7, 0x8b, 0xb3, 0x45, 0xb6, 0xf1, 0x5b, + 0x56, 0x25, 0x43, 0x82, 0xd9, 0xc4, 0x20, 0x4d, 0x1d, 0x03, 0x6a, 0x0d, 0x3f, 0xea, 0x9c, 0x0e, + 0xa8, 0xd5, 0x7e, 0x54, 0xd3, 0x6d, 0xba, 0xf4, 0x26, 0x99, 0x36, 0x66, 0x6e, 0x98, 0x10, 0xcc, + 0xa5, 0x2f, 0xd1, 0x6d, 0x3c, 0x35, 0x23, 0x43, 0x85, 0x70, 0xfe, 0x8f, 0x32, 0x99, 0xcf, 0x38, + 0x92, 0xb8, 0x1b, 0xb0, 0x20, 0x65, 0x4b, 0x76, 0x5d, 0xa7, 0x65, 0xc0, 0x20, 0xb6, 0x04, 0x2a, + 0x17, 0x90, 0x40, 0x52, 0x1c, 0x56, 0x06, 0x8a, 0x43, 0x21, 0x75, 0xc6, 0x4e, 0x2e, 0x75, 0x6c, + 0x31, 0x3f, 0x5e, 0x48, 0xcc, 0x3f, 0x00, 0x49, 0x65, 0xed, 0x14, 0x93, 0x05, 0x76, 0x8a, 0x8f, + 0x4b, 0x64, 0xce, 0x66, 0xa1, 0x02, 0x33, 0xfe, 0xb0, 0x4e, 0xe0, 0x32, 0xb3, 0xa8, 0x92, 0x28, + 0x6c, 0xb7, 0xfd, 0x48, 0x04, 0x75, 0xcd, 0x09, 0x03, 0x49, 0x94, 0x82, 0x81, 0xe1, 0xfe, 0x52, + 0x99, 0x2c, 0xe8, 0x08, 0x5f, 0x91, 0xd4, 0x72, 0x74, 0x3e, 0xfe, 0x6d, 0xcb, 0xc7, 0x9f, 0x97, + 0xab, 0x32, 0xd5, 0xaf, 0x81, 0xfe, 0xfe, 0x77, 0x53, 0xfe, 0xfe, 0x57, 0x87, 0xa4, 0x7b, 0xbc, + 0xef, 0xff, 0x1f, 0x97, 0xc9, 0xf9, 0x74, 0x95, 0xb5, 0xb6, 0x17, 0x1c, 0x8c, 0x70, 0x9e, 0xbe, + 0x6a, 0xcd, 0xd3, 0xeb, 0xc3, 0x8d, 0x87, 0x75, 0x6e, 0xe0, 0x64, 0x79, 0xa9, 0xc9, 0x7a, 0xf3, + 0x24, 0xc4, 0x8f, 0x9f, 0xb1, 0x7f, 0x5f, 0x22, 0x8f, 0x65, 0xd6, 0x3b, 0x0d, 0x5f, 0xe6, 0x57, + 0x6c, 0x5f, 0xe6, 0x2b, 0x27, 0x18, 0xde, 0x00, 0xe7, 0xe6, 0x7f, 0x29, 0x0f, 0x18, 0x16, 0x73, + 0x7b, 0xdd, 0xa2, 0xfb, 0x68, 0x93, 0xee, 0x36, 0xf1, 0x0d, 0x6a, 0x57, 0xc9, 0xd3, 0xba, 0x8b, + 0x6c, 0x23, 0xd4, 0xc5, 0x74, 0xed, 0x2f, 0xa5, 0x49, 0x68, 0x30, 0x98, 0x14, 0xec, 0xa4, 0x53, + 0xe5, 0x11, 0x25, 0x9d, 0xa2, 0x32, 0xe6, 0x50, 0x99, 0xdb, 0x69, 0x6f, 0x9a, 0x61, 0x88, 0x1b, + 0x58, 0x54, 0xdf, 0x41, 0xe5, 0x94, 0xc7, 0x3a, 0x8c, 0xe5, 0x2e, 0x38, 0xeb, 0x03, 0x9a, 0x81, + 0x13, 0xfc, 0x9a, 0xa2, 0x72, 0x3d, 0x2a, 0x9a, 0xee, 0x77, 0x2a, 0xe4, 0xd3, 0xc7, 0xb0, 0x1d, + 0xdd, 0x24, 0xac, 0x23, 0xcc, 0x17, 0xd3, 0x7e, 0xa6, 0xa5, 0xcc, 0xca, 0x96, 0xe3, 0x29, 0xf5, + 0xb1, 0xca, 0x9f, 0xf8, 0x63, 0xfd, 0xa2, 0xe9, 0x15, 0xe4, 0x31, 0x8b, 0x57, 0x4f, 0xbc, 0xb0, + 0x1e, 0x9c, 0x9b, 0xf0, 0x14, 0x3d, 0x18, 0x98, 0xa0, 0xf8, 0xe9, 0xcc, 0x41, 0x59, 0x91, 0x12, + 0x78, 0xab, 0x0b, 0x0b, 0x8d, 0x6b, 0x23, 0xfa, 0x56, 0x97, 0x04, 0x80, 0xc6, 0xb1, 0x02, 0x22, + 0xca, 0xb9, 0x01, 0x11, 0xff, 0xba, 0x44, 0xce, 0xa5, 0x3b, 0x71, 0x1a, 0x52, 0xa7, 0x61, 0x4b, + 0x9d, 0xe5, 0xe1, 0xbe, 0xfd, 0x00, 0x81, 0xf3, 0x1f, 0x08, 0x79, 0xa4, 0x6f, 0xb3, 0xe2, 0xd3, + 0xf8, 0xd3, 0x25, 0x72, 0x66, 0x8f, 0x19, 0x0a, 0xc6, 0xe5, 0x1c, 0x31, 0xb0, 0x9c, 0x9b, 0x49, + 0xc7, 0xde, 0xe9, 0xe1, 0x66, 0x4f, 0x1f, 0x0a, 0xf4, 0x37, 0xe6, 0xfc, 0x3c, 0x9d, 0x6a, 0xef, + 0x5e, 0xdc, 0x97, 0x21, 0x5d, 0xf0, 0xd1, 0x97, 0x72, 0x7c, 0x72, 0x39, 0xb9, 0xd5, 0x57, 0x17, + 0x31, 0xe8, 0x33, 0x0b, 0x0b, 0x32, 0x5b, 0xa5, 0x4a, 0x00, 0x4f, 0xbf, 0x85, 0x6a, 0x5f, 0xa1, + 0xeb, 0x62, 0x59, 0x57, 0x05, 0xb8, 0x4c, 0x92, 0x10, 0x50, 0x14, 0x9d, 0xf7, 0x48, 0x75, 0x4f, + 0xde, 0xc7, 0x11, 0x42, 0x2f, 0x67, 0x67, 0xc9, 0xbc, 0xbe, 0xc3, 0xc3, 0xd5, 0x15, 0x08, 0x34, + 0x51, 0xe7, 0x1a, 0xa9, 0x74, 0x76, 0x63, 0x71, 0x45, 0x36, 0x2f, 0x20, 0xc6, 0x0e, 0x3f, 0xe2, + 0x97, 0xfe, 0x68, 0x21, 0x20, 0x09, 0xa4, 0x14, 0xed, 0xb4, 0x84, 0x33, 0x3a, 0x87, 0x12, 0xac, + 0xd6, 0xfa, 0x29, 0xd1, 0x42, 0x40, 0x12, 0x2c, 0xf2, 0x0e, 0xaf, 0x16, 0x08, 0x4f, 0x73, 0xce, + 0xfd, 0xe9, 0xbe, 0x0b, 0x14, 0x3c, 0x57, 0x1b, 0x2b, 0x06, 0x4e, 0x08, 0x5d, 0xcc, 0x4d, 0x96, + 0x28, 0x59, 0x38, 0x02, 0xf2, 0xd2, 0xe7, 0xf6, 0x25, 0x55, 0xe6, 0x27, 0x62, 0xbc, 0x1c, 0x04, + 0x2d, 0x46, 0xd5, 0xef, 0xee, 0xef, 0xc6, 0xc2, 0xd0, 0xcf, 0xa3, 0xda, 0x97, 0xf2, 0x5a, 0x50, + 0x65, 0xe5, 0x20, 0x68, 0x39, 0x35, 0x52, 0xde, 0x6d, 0x8a, 0x04, 0x89, 0x39, 0xa6, 0xa9, 0x7d, + 0x83, 0x73, 0x75, 0x02, 0x43, 0xe1, 0x36, 0xd6, 0x80, 0xd6, 0xa7, 0xfa, 0xc8, 0xe4, 0x2e, 0xbf, + 0x94, 0x27, 0x92, 0x21, 0x5e, 0xce, 0xbb, 0x38, 0xd8, 0x77, 0x83, 0x8f, 0x5f, 0x49, 0x10, 0x00, + 0x90, 0xe4, 0xe8, 0x3e, 0x4c, 0x76, 0xd5, 0x2d, 0x43, 0x91, 0x0d, 0x71, 0x79, 0xb8, 0x5b, 0x89, + 0xc2, 0x0c, 0x56, 0xa5, 0x60, 0x50, 0x44, 0x9e, 0xf7, 0x64, 0xae, 0x77, 0x96, 0x09, 0x31, 0x97, + 0xe7, 0x33, 0x53, 0xc3, 0x73, 0x9e, 0x57, 0x20, 0xd0, 0x44, 0x9d, 0x1e, 0x99, 0x3d, 0x8c, 0xbb, + 0xfb, 0xbe, 0x5c, 0xfa, 0x2c, 0x3d, 0xe2, 0xf4, 0x95, 0x2f, 0xe6, 0xe4, 0xbc, 0x14, 0x55, 0x82, + 0x28, 0xe9, 0x79, 0xed, 0x3e, 0x09, 0xc6, 0xf2, 0x0c, 0xdd, 0x36, 0xc9, 0x82, 0xdd, 0x8a, 0xfb, + 0x7b, 0xe3, 0xfd, 0x9b, 0x04, 0xd3, 0xe1, 0x7e, 0xa1, 0xff, 0x6c, 0xef, 0xad, 0xe1, 0x6d, 0x94, + 0x07, 0x78, 0xca, 0x47, 0x65, 0xec, 0x23, 0xdd, 0xcc, 0x1d, 0x40, 0x48, 0xd9, 0x61, 0x4d, 0x1d, + 0x3e, 0x45, 0x2a, 0xa1, 0x65, 0x36, 0x1c, 0x06, 0xb4, 0x99, 0x56, 0x9b, 0x2a, 0x9f, 0x58, 0x6d, + 0xba, 0x43, 0xe7, 0x1b, 0x77, 0x7a, 0x9d, 0xa3, 0x61, 0xc8, 0xb4, 0x06, 0x4c, 0x5e, 0xaf, 0x09, + 0x12, 0xa0, 0x88, 0xe1, 0xc4, 0x3d, 0x9e, 0x1e, 0x04, 0xf8, 0x0c, 0x2c, 0x32, 0x71, 0x72, 0x7b, + 0x7a, 0x43, 0xcc, 0xc4, 0xe3, 0xf5, 0xe3, 0x90, 0x3f, 0xce, 0x43, 0x80, 0xe3, 0x1b, 0x3b, 0x4d, + 0x35, 0xec, 0xef, 0x97, 0x32, 0x94, 0x06, 0xae, 0x38, 0x7f, 0xd1, 0x56, 0x9c, 0x9f, 0x4b, 0x2b, + 0xce, 0x7d, 0x66, 0xae, 0xa5, 0x33, 0x17, 0xcf, 0x46, 0x57, 0x34, 0x89, 0x84, 0xfb, 0xbf, 0x4a, + 0xa4, 0x52, 0x0f, 0x5b, 0x23, 0x34, 0xa4, 0xaf, 0x5a, 0x86, 0xf4, 0xb3, 0xb9, 0x8f, 0x82, 0x0c, + 0x34, 0x9b, 0x6f, 0xa5, 0xcc, 0xe6, 0xcf, 0xe5, 0x93, 0x3a, 0xde, 0x48, 0xfe, 0xb0, 0x42, 0xcc, + 0x67, 0x4d, 0x9c, 0xdf, 0x3e, 0x49, 0x88, 0x5f, 0xa5, 0xd8, 0x4b, 0x27, 0xa2, 0x0d, 0x16, 0x10, + 0x23, 0xef, 0xff, 0xfc, 0xb1, 0x8d, 0xf4, 0xbb, 0xe3, 0x07, 0x7b, 0xfb, 0x89, 0xdf, 0x4a, 0x0f, + 0xec, 0xf4, 0x22, 0xfd, 0xfe, 0x6b, 0x89, 0xcc, 0xa7, 0x5a, 0x77, 0x0e, 0xb2, 0xae, 0x10, 0x9c, + 0xd4, 0x32, 0x3e, 0x93, 0x7b, 0xe9, 0x60, 0x99, 0x10, 0xe5, 0xcd, 0x95, 0xf6, 0x2b, 0xdb, 0xcb, + 0x95, 0xbb, 0x37, 0x06, 0x03, 0x03, 0x73, 0x00, 0x24, 0x61, 0x37, 0x6c, 0x87, 0x7b, 0x47, 0xd7, + 0x7d, 0x79, 0x07, 0x5d, 0xb9, 0xea, 0xb7, 0x35, 0x08, 0x4c, 0x3c, 0xcc, 0x4f, 0x94, 0x7e, 0x15, + 0xe7, 0xff, 0x33, 0xea, 0x1f, 0x1f, 0x46, 0xfd, 0x9d, 0x12, 0x59, 0xc0, 0xd6, 0x59, 0x3c, 0x83, + 0x8c, 0xc7, 0x53, 0x69, 0x9d, 0x4b, 0xc7, 0xa4, 0x75, 0xc6, 0x0b, 0x0d, 0x49, 0x2b, 0xec, 0xc9, + 0xe4, 0x25, 0x86, 0x14, 0xc3, 0x52, 0x10, 0x50, 0x81, 0x47, 0xfb, 0x24, 0x2e, 0x2b, 0x98, 0x78, + 0xb4, 0x14, 0x04, 0x54, 0x66, 0x7d, 0x1e, 0xcb, 0xce, 0xfa, 0xcc, 0x73, 0xbd, 0x88, 0x73, 0x74, + 0xb1, 0x33, 0x1b, 0xb9, 0x5e, 0xe4, 0x01, 0xbb, 0xc6, 0x71, 0xff, 0x69, 0x85, 0xcc, 0x60, 0x38, + 0x99, 0x8a, 0xb5, 0x7d, 0xd5, 0x8a, 0xb5, 0x7d, 0x2a, 0x15, 0x6b, 0xbb, 0x60, 0xe2, 0x3e, 0x98, + 0x50, 0x5b, 0x91, 0x15, 0x88, 0xe5, 0x25, 0x3f, 0x69, 0x98, 0xad, 0x95, 0x15, 0x48, 0x51, 0x02, + 0x9b, 0xf0, 0x9f, 0xa8, 0xf0, 0xda, 0x3f, 0x2a, 0x91, 0x39, 0xfa, 0x2d, 0x90, 0x45, 0xff, 0x24, + 0xf1, 0xa3, 0x99, 0x4b, 0x68, 0xe2, 0x98, 0x5c, 0x42, 0xbf, 0x52, 0x22, 0x18, 0x05, 0x79, 0x1a, + 0x1e, 0xa9, 0x0d, 0xdb, 0x23, 0xf5, 0x74, 0xae, 0xf0, 0x1d, 0xe0, 0x84, 0xfa, 0xf5, 0x0a, 0x99, + 0xc5, 0x2e, 0x87, 0x7b, 0xf2, 0x83, 0x59, 0x93, 0x53, 0x2a, 0x30, 0x39, 0x98, 0x8f, 0x20, 0x6c, + 0xb7, 0xc3, 0x7b, 0xe9, 0x8f, 0xb7, 0xc1, 0x4a, 0x41, 0x40, 0xd1, 0xd5, 0xd7, 0xc5, 0x9c, 0x29, + 0x61, 0x2f, 0x4e, 0xdf, 0x7d, 0xaa, 0x8b, 0x72, 0x50, 0x18, 0x74, 0xc5, 0xcf, 0xc4, 0x01, 0xb5, + 0x01, 0xe4, 0x41, 0xfb, 0x18, 0x3b, 0x68, 0xe7, 0x29, 0xdb, 0x8c, 0x72, 0xb0, 0xb0, 0xa8, 0xaa, + 0x59, 0x65, 0xbf, 0xd9, 0x1a, 0x3a, 0x41, 0x2a, 0x6a, 0x9e, 0x4f, 0x48, 0x52, 0x00, 0x4d, 0x0c, + 0x5d, 0xe9, 0x89, 0x8c, 0x09, 0x88, 0xc5, 0xd1, 0x9b, 0x52, 0x4e, 0x55, 0xb4, 0x00, 0xa6, 0x6e, + 0x52, 0xff, 0x3b, 0x2f, 0x62, 0xa6, 0xd2, 0xa0, 0xbd, 0x85, 0x4f, 0x1c, 0x88, 0xa8, 0x0a, 0x91, + 0x7a, 0x54, 0x14, 0x82, 0x86, 0xe3, 0x9e, 0xcf, 0x6e, 0x5e, 0xf2, 0x44, 0xf7, 0x53, 0x0c, 0x9b, + 0xed, 0xf9, 0x5b, 0xaa, 0x14, 0x0c, 0x0c, 0xf7, 0x15, 0xb6, 0x77, 0x0f, 0x19, 0x8b, 0xfd, 0x51, + 0x99, 0x38, 0x75, 0x16, 0x7b, 0x60, 0xbd, 0x05, 0xb0, 0x4f, 0xe6, 0x62, 0x6a, 0xac, 0x76, 0x7a, + 0xf7, 0x05, 0xa9, 0x62, 0xd1, 0xef, 0x8d, 0x75, 0xb3, 0x0e, 0xbf, 0x6d, 0x68, 0x97, 0x41, 0x8a, + 0x2e, 0x4e, 0x49, 0xd4, 0xeb, 0xac, 0xc4, 0xf8, 0x42, 0x98, 0xc8, 0xe6, 0xcf, 0xa6, 0x04, 0x64, + 0x21, 0x68, 0x38, 0xf2, 0x00, 0xfb, 0x71, 0x93, 0x4a, 0xa3, 0x30, 0x4c, 0x24, 0xd7, 0xb0, 0xd4, + 0xce, 0x46, 0x39, 0x58, 0x58, 0x98, 0x15, 0x39, 0xee, 0x75, 0xbb, 0x6d, 0x76, 0x42, 0xe2, 0xb5, + 0xaf, 0x46, 0x61, 0xaf, 0xcb, 0xc3, 0x4f, 0x45, 0x56, 0xe4, 0x46, 0x1f, 0x14, 0x32, 0x6a, 0xe0, + 0xa2, 0xdf, 0x8d, 0xd9, 0xff, 0xe2, 0x36, 0x25, 0xf7, 0xd3, 0x34, 0x58, 0x11, 0x48, 0x98, 0xdb, + 0x63, 0x5b, 0x15, 0xcb, 0xb2, 0x8e, 0x61, 0x51, 0x8e, 0x4f, 0x66, 0xbb, 0x6c, 0x3b, 0x92, 0xc7, + 0xb4, 0x85, 0xa6, 0x32, 0x15, 0xfd, 0xc0, 0xb3, 0x29, 0x9b, 0x64, 0xc0, 0xa6, 0xea, 0xfe, 0x5b, + 0xc2, 0x64, 0x8d, 0x38, 0x9c, 0x9a, 0x14, 0xb1, 0x8d, 0x42, 0x17, 0x7b, 0xa6, 0xc8, 0xb3, 0x22, + 0x5a, 0x8e, 0x8b, 0x48, 0x49, 0x90, 0x54, 0x9c, 0xaf, 0xf1, 0x73, 0x66, 0xb6, 0xbe, 0x8b, 0x3f, + 0xdc, 0xc3, 0xf1, 0xad, 0xa8, 0x5d, 0x41, 0x02, 0x0c, 0x72, 0xce, 0x16, 0x99, 0x15, 0xa9, 0xb8, + 0x85, 0xad, 0x5e, 0xb1, 0xec, 0xd5, 0x59, 0x30, 0x81, 0x1f, 0xa7, 0x0b, 0xc0, 0xae, 0xec, 0xec, + 0x91, 0xc7, 0x8d, 0xf7, 0x39, 0x32, 0x22, 0x74, 0xb8, 0xe0, 0x78, 0x1a, 0xbd, 0x00, 0xdb, 0xc7, + 0x21, 0xc2, 0xf1, 0x74, 0xe8, 0x24, 0x9f, 0xf7, 0x9a, 0x49, 0x70, 0xe8, 0xd7, 0x7c, 0xaf, 0x45, + 0xb5, 0x32, 0xdf, 0xbe, 0x6a, 0xfb, 0x18, 0x6d, 0xe0, 0xfc, 0x4a, 0x16, 0x02, 0x64, 0xd7, 0xa3, + 0xf6, 0x7a, 0xb5, 0xd5, 0x89, 0xc5, 0x1c, 0x4c, 0x58, 0x4f, 0x91, 0x54, 0x6b, 0x37, 0x1b, 0x6a, + 0xfc, 0xfa, 0x07, 0xe8, 0x0a, 0xce, 0xfb, 0xfc, 0x69, 0x4f, 0x65, 0x90, 0xf0, 0x27, 0x70, 0x5e, + 0x2f, 0x64, 0x02, 0x5b, 0xb7, 0x02, 0xb8, 0x1b, 0x4b, 0x45, 0xc2, 0x59, 0x17, 0x06, 0xac, 0x26, + 0x9c, 0x1f, 0xa7, 0x0b, 0xcb, 0x8f, 0xf0, 0xc9, 0xca, 0x95, 0x26, 0x4b, 0x56, 0xc8, 0x4e, 0x79, + 0xa6, 0xac, 0x70, 0x70, 0xa7, 0xd1, 0x87, 0x01, 0x19, 0xb5, 0x9c, 0x6b, 0x28, 0x71, 0xcc, 0x52, + 0x11, 0xb8, 0x28, 0x55, 0xbb, 0xc5, 0x9a, 0x8f, 0xd9, 0xc3, 0xf1, 0x21, 0x04, 0x9b, 0x22, 0xa4, + 0xea, 0xe1, 0xb6, 0xa2, 0x92, 0x30, 0x13, 0x3b, 0xdc, 0xae, 0x3f, 0x11, 0x33, 0x5a, 0x4a, 0xe8, + 0xf5, 0xbf, 0xe9, 0x27, 0xf8, 0x2e, 0x11, 0xf3, 0xd9, 0x4e, 0x19, 0x49, 0x9d, 0x34, 0x08, 0x4c, + 0x3c, 0xd4, 0x81, 0xd8, 0x61, 0xc1, 0x66, 0x8d, 0x79, 0x62, 0xa7, 0xf4, 0xda, 0xb9, 0xc6, 0x8b, + 0x41, 0xc2, 0x25, 0xea, 0x66, 0x7d, 0x8d, 0x79, 0x55, 0x53, 0xa8, 0xb4, 0x18, 0x24, 0x1c, 0x43, + 0xa5, 0xd2, 0x0f, 0xbe, 0xcc, 0x15, 0xf1, 0x70, 0xf7, 0x4b, 0xf0, 0x82, 0x6f, 0xbe, 0xdc, 0x27, + 0x0b, 0xea, 0xd1, 0x19, 0x9e, 0x35, 0x2f, 0x5e, 0x9c, 0x2f, 0xf2, 0xb0, 0x68, 0x66, 0xf2, 0x3d, + 0x15, 0xa9, 0xba, 0x99, 0xa2, 0x09, 0x7d, 0xad, 0x58, 0x57, 0xc6, 0x17, 0x72, 0x13, 0x6b, 0xe3, + 0x9b, 0x2f, 0xbd, 0x9d, 0x56, 0x78, 0x40, 0x45, 0x06, 0x7b, 0x76, 0xc6, 0x7c, 0x3a, 0x54, 0x02, + 0x40, 0xe3, 0x2c, 0x7d, 0x99, 0x9c, 0xe9, 0xe3, 0xe9, 0xa1, 0x22, 0xb3, 0x7e, 0x61, 0x8c, 0x54, + 0x95, 0x57, 0x87, 0xb6, 0x6f, 0xb9, 0xd2, 0x1e, 0x4b, 0xbb, 0xd2, 0xa6, 0x70, 0xe7, 0x35, 0xbd, + 0x67, 0x5f, 0xcf, 0x78, 0x3b, 0xf0, 0x42, 0xee, 0x47, 0x2c, 0x7e, 0xd3, 0x61, 0x88, 0x97, 0x15, + 0xb5, 0x5a, 0x3f, 0x76, 0xac, 0x5a, 0x5f, 0xf0, 0x35, 0x19, 0x54, 0xe0, 0xe9, 0xce, 0x43, 0xd1, + 0x52, 0x2f, 0x25, 0xd4, 0xb1, 0x10, 0x38, 0x8c, 0xe9, 0x5d, 0x28, 0x94, 0x99, 0xde, 0x35, 0x79, + 0x52, 0xbd, 0x4b, 0x52, 0x00, 0x4d, 0x0c, 0xf3, 0x86, 0x37, 0xed, 0x97, 0x2f, 0xd4, 0x05, 0x86, + 0x8b, 0x43, 0xbc, 0x3c, 0xd1, 0x33, 0xf2, 0x86, 0xaf, 0xa5, 0xe9, 0x41, 0x7f, 0x13, 0x78, 0xdb, + 0x7c, 0x5e, 0x31, 0x04, 0xdd, 0x81, 0x30, 0x6f, 0xcf, 0xe8, 0x1c, 0x99, 0xb7, 0x2c, 0x4b, 0xf5, + 0x01, 0xf8, 0x1f, 0x7f, 0xab, 0xc4, 0xfc, 0x8f, 0xdb, 0xfe, 0x41, 0xb7, 0x8d, 0xcf, 0x69, 0x8c, + 0xae, 0xeb, 0x5f, 0x23, 0x53, 0x89, 0x68, 0xa5, 0x58, 0xee, 0x62, 0xa3, 0x5b, 0xcc, 0x1f, 0xab, + 0x04, 0x81, 0x2c, 0x05, 0x45, 0xd0, 0xfd, 0x17, 0xfc, 0x2b, 0x48, 0xc8, 0x69, 0x58, 0x56, 0x37, + 0x6d, 0xcb, 0xea, 0x85, 0xc2, 0x83, 0x19, 0x60, 0x61, 0x7d, 0xc7, 0x1e, 0x02, 0x53, 0xd8, 0x1e, + 0x7e, 0x8f, 0xb8, 0x7b, 0x83, 0xd8, 0xaf, 0x79, 0x50, 0x75, 0x85, 0x45, 0x3c, 0x72, 0x89, 0x78, + 0x61, 0xc8, 0x68, 0x47, 0xf7, 0xd7, 0xca, 0xe4, 0x5c, 0xd6, 0xeb, 0xd4, 0x4e, 0x8b, 0xcc, 0x74, + 0x0d, 0xf5, 0xb9, 0xd8, 0xc5, 0x76, 0x53, 0xe1, 0xd6, 0xaa, 0x8b, 0x59, 0x0a, 0x16, 0x55, 0xcc, + 0x18, 0x8e, 0x6f, 0x6d, 0x2b, 0xf7, 0x4a, 0x79, 0x78, 0x11, 0xa5, 0x9a, 0x59, 0x37, 0x08, 0x81, + 0x45, 0x76, 0x04, 0xe9, 0xb5, 0xdd, 0xbf, 0x5b, 0x22, 0x8f, 0x0e, 0xb8, 0xfd, 0x8e, 0xcd, 0xdd, + 0x63, 0x5e, 0x48, 0xf1, 0x5a, 0x8c, 0x6a, 0x8e, 0xfb, 0x26, 0x41, 0x40, 0x9d, 0x1d, 0xbc, 0x54, + 0xa9, 0xde, 0xc3, 0x2c, 0x17, 0x39, 0x4a, 0xee, 0xbb, 0x69, 0x6b, 0x5c, 0xc2, 0x54, 0x2f, 0x60, + 0x1a, 0x54, 0xdd, 0x6f, 0x57, 0xc8, 0x38, 0x7f, 0xc5, 0xaf, 0x4e, 0x15, 0x20, 0x9e, 0x6c, 0x6f, + 0xb8, 0x5c, 0x7f, 0x5a, 0x4f, 0xe2, 0x05, 0x20, 0xc9, 0x38, 0x37, 0xc8, 0x59, 0xf4, 0xaf, 0x06, + 0x5e, 0xbb, 0xe6, 0xb7, 0xbd, 0x23, 0xa9, 0x78, 0xf3, 0x94, 0xc8, 0x32, 0xeb, 0xe7, 0xd9, 0xcd, + 0x7e, 0x14, 0xc8, 0xaa, 0x87, 0x77, 0x77, 0x52, 0xd9, 0x72, 0x78, 0xaa, 0x46, 0x75, 0x77, 0xe7, + 0xf8, 0x8c, 0x39, 0x78, 0x7d, 0xa9, 0xdb, 0x67, 0x62, 0x18, 0xcf, 0xbf, 0xd9, 0x66, 0x85, 0x8d, + 0x8b, 0x17, 0x7f, 0xe2, 0x1e, 0x3b, 0x23, 0xdd, 0xde, 0xa7, 0x96, 0xcc, 0x7e, 0xd8, 0x6e, 0x89, + 0x67, 0x8b, 0x94, 0x3a, 0xd5, 0x48, 0xc1, 0xa1, 0xaf, 0x06, 0x52, 0xd9, 0xf5, 0x82, 0x36, 0x65, + 0x6d, 0x4d, 0x65, 0xc2, 0xa6, 0xb2, 0x91, 0x82, 0x43, 0x5f, 0x0d, 0xcc, 0xf4, 0x3c, 0x9f, 0x0a, + 0x11, 0x41, 0x45, 0x2d, 0xf5, 0x3a, 0x38, 0xb3, 0xb7, 0x31, 0x78, 0x22, 0xe3, 0x85, 0xf0, 0xe7, + 0xec, 0xf7, 0x46, 0x75, 0xec, 0xd6, 0x6a, 0xcd, 0x7a, 0x49, 0xa9, 0x68, 0xa6, 0xea, 0xcf, 0x62, + 0x1a, 0x59, 0xf5, 0x30, 0x9e, 0xe2, 0x08, 0x4a, 0xae, 0x4e, 0x8b, 0x81, 0x01, 0xa9, 0x61, 0xce, + 0x1f, 0x1d, 0x4f, 0x79, 0xee, 0xc0, 0x6b, 0x85, 0xb1, 0xf1, 0xf2, 0x38, 0x5d, 0x64, 0x54, 0xe7, + 0x43, 0x97, 0x79, 0xda, 0x6f, 0x79, 0x9d, 0x17, 0x83, 0x84, 0xdb, 0xd9, 0xa8, 0x27, 0x47, 0x9c, + 0x8d, 0x7a, 0x2a, 0x37, 0xcc, 0xed, 0x97, 0xe9, 0x96, 0xc1, 0x12, 0x74, 0x89, 0x3b, 0x83, 0xe8, + 0x01, 0x1f, 0xdd, 0x96, 0x81, 0x2f, 0x6d, 0x61, 0x63, 0xe9, 0x04, 0xb4, 0xac, 0x07, 0xc0, 0x61, + 0xf8, 0x18, 0x2c, 0x6b, 0x1a, 0x3f, 0xdf, 0x0c, 0x4f, 0x25, 0xab, 0x1f, 0x53, 0x66, 0x41, 0xd4, + 0xe0, 0x77, 0xa9, 0x61, 0xca, 0x3a, 0xab, 0xdd, 0x14, 0x0f, 0x4b, 0x10, 0x75, 0x66, 0xe7, 0x1e, + 0x54, 0x10, 0x75, 0x36, 0xf1, 0xfc, 0x20, 0xea, 0xcc, 0x7a, 0x0f, 0x5f, 0x10, 0x75, 0x66, 0x37, + 0x07, 0x28, 0x3b, 0x1f, 0x95, 0x07, 0x0c, 0x8b, 0xa9, 0x3d, 0xcf, 0xe3, 0x2a, 0x60, 0xc0, 0x58, + 0xec, 0x58, 0x33, 0x7c, 0x05, 0xf0, 0x32, 0x50, 0x50, 0x27, 0x36, 0x82, 0x90, 0x79, 0x27, 0xd7, + 0x4f, 0xf8, 0x81, 0x97, 0x6d, 0x3f, 0x87, 0x79, 0x15, 0x2f, 0x15, 0x99, 0x8c, 0xe1, 0x2a, 0x4a, + 0x93, 0xad, 0x9c, 0x44, 0x93, 0x9d, 0xc9, 0xd6, 0x62, 0x97, 0xe8, 0x86, 0x71, 0x72, 0xcb, 0xf4, + 0xbf, 0x95, 0xc8, 0xa7, 0x8f, 0xe1, 0x30, 0x2e, 0x5a, 0xac, 0x49, 0x35, 0x44, 0x4b, 0xdf, 0xc4, + 0xd6, 0xc9, 0xb9, 0x5d, 0x6a, 0x96, 0x1f, 0xb1, 0xe3, 0x67, 0xbf, 0x25, 0x31, 0xc4, 0x5e, 0xaa, + 0x5e, 0xe7, 0xdb, 0xc8, 0xc0, 0x81, 0xcc, 0x9a, 0xe8, 0x15, 0x0a, 0x77, 0x58, 0x02, 0xb4, 0x96, + 0xbe, 0x29, 0xc8, 0xe6, 0xaf, 0xa2, 0xbd, 0x42, 0xb7, 0xfa, 0x30, 0x20, 0xa3, 0x96, 0xfb, 0xfb, + 0x25, 0x94, 0x23, 0x19, 0xaf, 0xd1, 0x58, 0x4f, 0xae, 0x1a, 0xc1, 0xc5, 0xfd, 0x4f, 0xae, 0x32, + 0x7f, 0x8f, 0x8d, 0xcb, 0xa7, 0x28, 0xd6, 0x81, 0x55, 0x56, 0x3a, 0x77, 0x11, 0x54, 0xaf, 0x30, + 0xf0, 0xe1, 0xa5, 0x56, 0x70, 0x18, 0xc4, 0x61, 0x54, 0xe0, 0x85, 0xc3, 0xbe, 0x60, 0x1d, 0xbd, + 0xcb, 0xd4, 0x38, 0x11, 0x90, 0xd4, 0xdc, 0xbf, 0x56, 0x26, 0xb3, 0xb2, 0xbd, 0xb7, 0x7b, 0x21, + 0x5b, 0x88, 0xa3, 0x92, 0x8e, 0x6f, 0x5b, 0xd2, 0xf1, 0x52, 0xb1, 0x9b, 0x05, 0xac, 0x53, 0x03, + 0xa5, 0xe2, 0x57, 0x53, 0x52, 0xf1, 0xf2, 0x30, 0x44, 0x73, 0xad, 0xd5, 0x33, 0x16, 0xfe, 0x43, + 0x94, 0x78, 0x32, 0x6b, 0x38, 0x03, 0xa4, 0xdf, 0xb7, 0xcb, 0xa9, 0x61, 0x30, 0xa9, 0xf7, 0x4d, + 0x32, 0xb6, 0xef, 0x45, 0x2d, 0xe1, 0x9a, 0x7f, 0x73, 0xc8, 0x4f, 0x41, 0xd5, 0xe3, 0xa8, 0xc5, + 0x65, 0xd7, 0x4b, 0x2a, 0x07, 0x3e, 0x2d, 0xca, 0x0d, 0x33, 0x64, 0x8d, 0x3a, 0x6f, 0x60, 0x8e, + 0xfc, 0xb0, 0xab, 0xa2, 0x48, 0x9e, 0xe2, 0xf9, 0xf1, 0xb1, 0x84, 0x52, 0x70, 0xec, 0xe6, 0xb0, + 0x18, 0x04, 0xfe, 0x92, 0x4f, 0xaa, 0xaa, 0xe9, 0x11, 0x06, 0xb4, 0xfd, 0xa8, 0x42, 0xce, 0x66, + 0xb0, 0x8a, 0xf3, 0x53, 0xd6, 0xac, 0x7d, 0x61, 0x68, 0x5e, 0xfb, 0x84, 0xf3, 0xf6, 0x53, 0x4c, + 0xc7, 0x6c, 0x09, 0xde, 0x38, 0x41, 0xf3, 0x54, 0x11, 0x4d, 0x37, 0x8f, 0x45, 0xf9, 0xcd, 0x63, + 0xb3, 0xa7, 0x34, 0xf9, 0xd8, 0x8c, 0xea, 0xe7, 0x08, 0xbf, 0xf1, 0xcf, 0x8e, 0x91, 0x73, 0x59, + 0xb7, 0x97, 0x9c, 0x9f, 0x2b, 0xa5, 0x52, 0xd7, 0x7e, 0x69, 0xf8, 0x2b, 0x50, 0x3c, 0x9f, 0xad, + 0xb8, 0x9e, 0xbc, 0x6c, 0x27, 0xb3, 0xcd, 0x9d, 0x6d, 0xd1, 0x3a, 0x0b, 0x0d, 0x8e, 0x78, 0x16, + 0x62, 0x29, 0x0f, 0xde, 0x3a, 0x41, 0x57, 0x44, 0x22, 0xe3, 0x38, 0x15, 0x1a, 0x2c, 0x8b, 0xf3, + 0x43, 0x83, 0x65, 0x1f, 0x96, 0xf6, 0x30, 0x85, 0xad, 0x1a, 0xd7, 0x08, 0x59, 0x20, 0xc0, 0x3d, + 0xc9, 0xe8, 0xf5, 0x08, 0xd9, 0xe0, 0x6f, 0x94, 0x48, 0xea, 0x78, 0x18, 0x4f, 0xac, 0x99, 0x29, + 0x97, 0x3a, 0xb1, 0x36, 0xac, 0x38, 0x8a, 0x41, 0xd5, 0x1d, 0x3f, 0x9d, 0x53, 0x15, 0x68, 0x19, + 0x30, 0x88, 0x7a, 0x31, 0xab, 0x32, 0xe8, 0xc5, 0x2c, 0xb4, 0x70, 0xda, 0xfe, 0xa1, 0x2f, 0xcd, + 0x4a, 0x25, 0xbc, 0xb7, 0xb0, 0x10, 0x38, 0xcc, 0xfd, 0x5e, 0x85, 0x4c, 0x70, 0xdb, 0x6d, 0x84, + 0xdb, 0x72, 0x5d, 0x98, 0x51, 0x85, 0xee, 0x11, 0xf1, 0xde, 0x2c, 0xa3, 0x9d, 0xc5, 0x19, 0x4a, + 0x8d, 0x4d, 0x9b, 0x5e, 0xce, 0xb2, 0x35, 0xfa, 0xa5, 0x54, 0x64, 0x14, 0xe1, 0x34, 0x8c, 0xb9, + 0xd8, 0x27, 0x24, 0x66, 0x8f, 0xae, 0x20, 0x0d, 0x91, 0x94, 0xe9, 0xd5, 0x42, 0xfd, 0x68, 0xa8, + 0x6a, 0xbc, 0x37, 0x3a, 0x1b, 0x8c, 0x02, 0x80, 0x41, 0x7b, 0xe9, 0x75, 0x52, 0x55, 0xc8, 0x79, + 0x1a, 0xef, 0x8c, 0xc9, 0x92, 0x7f, 0x8a, 0xcc, 0xa7, 0xda, 0x1a, 0x4a, 0x61, 0xfe, 0x2e, 0x55, + 0x26, 0xfa, 0x1e, 0xfb, 0xc3, 0xc4, 0x5e, 0xe7, 0xda, 0x19, 0x46, 0xbb, 0xf8, 0xc0, 0x27, 0x31, + 0xf7, 0xf5, 0x5b, 0xd6, 0x19, 0x50, 0xc8, 0x6c, 0x4d, 0xa6, 0x99, 0x2b, 0x67, 0xa7, 0x99, 0x63, + 0xef, 0x50, 0xf0, 0xbe, 0x9f, 0x86, 0x06, 0xb4, 0x69, 0x6b, 0x40, 0xcf, 0x14, 0x61, 0x83, 0x01, + 0xaa, 0xcf, 0x5f, 0x2d, 0x11, 0x87, 0x23, 0xa4, 0x1f, 0x5f, 0xe2, 0x4e, 0x10, 0x43, 0x67, 0xd7, + 0x7c, 0xa3, 0x20, 0x60, 0x60, 0x0d, 0x99, 0x76, 0x57, 0x3d, 0x5a, 0x32, 0xa0, 0x63, 0xbf, 0x55, + 0x21, 0xe9, 0x73, 0x51, 0xe7, 0x3d, 0x32, 0x83, 0x77, 0x30, 0x76, 0x82, 0x76, 0x90, 0x04, 0x7e, + 0x5c, 0xcc, 0xe7, 0xbc, 0x66, 0xd4, 0x10, 0x3e, 0x31, 0xa3, 0x04, 0x2c, 0x8a, 0x18, 0xcc, 0xd3, + 0x8d, 0xa8, 0xda, 0xdf, 0xf6, 0xf7, 0x98, 0x12, 0xa1, 0x2e, 0xea, 0xd7, 0x55, 0x29, 0x18, 0x18, + 0x19, 0x01, 0x38, 0x95, 0xd3, 0x08, 0xc0, 0x19, 0x1b, 0x32, 0x00, 0x67, 0xbc, 0x50, 0x00, 0x0e, + 0x90, 0x47, 0xa4, 0x2b, 0x0b, 0x7f, 0xe3, 0x5d, 0x20, 0x9e, 0x24, 0x4a, 0x84, 0x4d, 0x2d, 0xe1, + 0xdd, 0x14, 0xc8, 0xc4, 0x80, 0x01, 0x35, 0xdd, 0x1e, 0x39, 0xdb, 0xf0, 0xa3, 0x80, 0xe5, 0xf0, + 0x68, 0xe9, 0xe5, 0xf4, 0x75, 0xbc, 0x45, 0x6d, 0xaf, 0xe4, 0x21, 0xaf, 0x98, 0x18, 0x17, 0xa8, + 0xe5, 0xca, 0xd5, 0x24, 0xdd, 0x3f, 0x57, 0x26, 0x93, 0x22, 0xfe, 0x60, 0x84, 0xbb, 0xc2, 0x75, + 0xcb, 0x58, 0x7b, 0x21, 0x6f, 0x19, 0xb2, 0xee, 0x0c, 0x34, 0xd3, 0x1a, 0x29, 0x33, 0xed, 0xc5, + 0x62, 0xe4, 0x8e, 0x37, 0xd0, 0x7e, 0xb3, 0x4c, 0xb7, 0x6e, 0x3b, 0xee, 0x62, 0x74, 0xd3, 0xf1, + 0x15, 0x32, 0x19, 0x8b, 0xe0, 0x84, 0x42, 0x0f, 0x44, 0xa7, 0x3f, 0xa9, 0x7e, 0xfa, 0x58, 0x84, + 0x23, 0x48, 0x72, 0x99, 0xf1, 0x0f, 0x95, 0xd3, 0x88, 0x7f, 0x70, 0xbf, 0xc7, 0xe4, 0xa3, 0x39, + 0x81, 0xa7, 0x21, 0xe0, 0xdf, 0xb6, 0x45, 0xe9, 0x4b, 0x85, 0x58, 0x41, 0xf4, 0x6f, 0x80, 0x3c, + 0xfd, 0xb0, 0x44, 0xa6, 0x05, 0xe2, 0x69, 0x8c, 0xe0, 0xc7, 0xed, 0x11, 0x3c, 0x5b, 0x68, 0x04, + 0x03, 0xba, 0xfe, 0xb7, 0xca, 0xaa, 0xeb, 0x05, 0xdf, 0x60, 0x37, 0x5f, 0x58, 0x2f, 0x0f, 0xf3, + 0xc2, 0xba, 0x7a, 0xbd, 0xbd, 0x32, 0xf0, 0xf5, 0xf6, 0x1d, 0xf9, 0x0e, 0x28, 0x96, 0x89, 0x78, + 0xef, 0x61, 0xdf, 0xcd, 0xd3, 0x01, 0xa8, 0x8a, 0x12, 0x18, 0x54, 0x65, 0x6c, 0x14, 0x6b, 0x61, + 0xdc, 0xf6, 0x0d, 0xde, 0x14, 0xe5, 0xa0, 0x30, 0xdc, 0xd7, 0x99, 0x8c, 0x65, 0xd3, 0x33, 0x5c, + 0x54, 0xe9, 0x0f, 0xc6, 0xd5, 0xc4, 0x32, 0x8f, 0xc7, 0x4d, 0xf9, 0xe6, 0x7a, 0xa9, 0xc8, 0x11, + 0xba, 0xf1, 0x49, 0xb2, 0x9f, 0x5c, 0x77, 0xfc, 0x3e, 0x6f, 0xf0, 0xeb, 0x85, 0x65, 0xe4, 0x10, + 0xfe, 0x5f, 0x96, 0xbc, 0x80, 0x5d, 0xd8, 0xde, 0xac, 0xa7, 0x33, 0xbd, 0xad, 0x49, 0x00, 0x68, + 0x1c, 0x5a, 0x81, 0xeb, 0xde, 0xf6, 0xf3, 0x83, 0x52, 0xf7, 0x96, 0x53, 0x62, 0x28, 0xdf, 0x97, + 0xc9, 0xb4, 0xca, 0x75, 0x5b, 0xe7, 0x29, 0x4b, 0xab, 0xab, 0xf3, 0x18, 0x79, 0xb6, 0xae, 0x8b, + 0xc1, 0xc4, 0xa1, 0x3a, 0xda, 0xd9, 0x96, 0x0a, 0x85, 0xab, 0xf7, 0x76, 0xda, 0x41, 0x13, 0xab, + 0xf2, 0x30, 0xf4, 0x47, 0xf1, 0xdc, 0xb3, 0xd6, 0x0f, 0x86, 0xac, 0x3a, 0xce, 0x36, 0x86, 0x9b, + 0xb1, 0x9c, 0xbe, 0xf2, 0xc2, 0x8a, 0xc8, 0xa0, 0x74, 0x41, 0xa6, 0x5f, 0x6a, 0xd8, 0xe0, 0x8f, + 0x59, 0x11, 0x17, 0x0a, 0xa2, 0x08, 0xd2, 0x24, 0xf0, 0x34, 0xb5, 0x6d, 0xbe, 0xcd, 0x51, 0x17, + 0x11, 0x81, 0xea, 0x34, 0xd5, 0x7a, 0xb9, 0xa3, 0x0e, 0x29, 0x6c, 0x2a, 0xed, 0x17, 0xcd, 0x12, + 0x71, 0x47, 0x15, 0x0f, 0x9d, 0x62, 0x91, 0x4c, 0xf4, 0x33, 0x18, 0x0f, 0xb8, 0x35, 0x00, 0x07, + 0x06, 0xd6, 0xfe, 0x64, 0x6e, 0xf7, 0x6f, 0x62, 0x65, 0x63, 0x6b, 0x74, 0xbe, 0x41, 0x66, 0xcc, + 0x96, 0x84, 0xb0, 0x7b, 0xb9, 0xf8, 0xab, 0x25, 0x62, 0x8b, 0x55, 0x71, 0x04, 0x26, 0x0c, 0x2c, + 0xda, 0x6e, 0x93, 0xcc, 0xa7, 0xde, 0x45, 0x54, 0x0f, 0x6c, 0x96, 0x1e, 0xd4, 0x03, 0x9b, 0x98, + 0xd1, 0x63, 0x7c, 0xdb, 0x0b, 0xf2, 0x73, 0x5f, 0x17, 0x7a, 0x44, 0xff, 0x35, 0x32, 0xe1, 0xef, + 0xee, 0xe2, 0x03, 0xe6, 0x7c, 0xe5, 0x3c, 0xae, 0x9e, 0x4d, 0x66, 0xa5, 0xb8, 0x1e, 0x58, 0x63, + 0xfc, 0x27, 0x08, 0x64, 0xf7, 0xdf, 0x50, 0x83, 0x67, 0x9b, 0x5a, 0xf1, 0x22, 0xa9, 0x60, 0x4e, + 0x4f, 0x56, 0xfb, 0xb2, 0x70, 0x3f, 0x97, 0x91, 0x85, 0xdb, 0xd1, 0x04, 0x33, 0x72, 0x70, 0xab, + 0xd1, 0x54, 0x0a, 0x8d, 0x66, 0x6c, 0x98, 0xd1, 0x7c, 0xab, 0x44, 0x26, 0xc4, 0xf5, 0xfa, 0xfc, + 0xcd, 0xa5, 0x25, 0x33, 0xe7, 0x5a, 0x57, 0xbe, 0x2f, 0x14, 0x09, 0xdd, 0x16, 0x17, 0xbd, 0x15, + 0x2b, 0x59, 0xd7, 0xbb, 0x2d, 0xaa, 0x68, 0x0d, 0x4f, 0x73, 0xf0, 0x0d, 0xf9, 0xbe, 0x78, 0x4e, + 0xbf, 0x86, 0x4a, 0xc9, 0xc2, 0x12, 0xcb, 0x22, 0x61, 0x95, 0x99, 0xc3, 0x4c, 0x2c, 0x2b, 0x01, + 0xa0, 0x71, 0xf0, 0x58, 0x3e, 0xee, 0xed, 0x30, 0xf4, 0xd4, 0x29, 0x7f, 0x83, 0x17, 0x83, 0x84, + 0xbb, 0x1f, 0xce, 0x13, 0x6b, 0x68, 0x56, 0x16, 0x90, 0xd2, 0x03, 0xcf, 0x02, 0x42, 0xa9, 0xfb, + 0x07, 0xdd, 0xe4, 0xa8, 0x16, 0x44, 0xc5, 0x32, 0x32, 0xad, 0x0b, 0xec, 0x7e, 0xea, 0x12, 0x02, + 0x8a, 0xe2, 0x80, 0x9c, 0x2e, 0x95, 0x87, 0x22, 0xa7, 0xcb, 0xd8, 0xff, 0x93, 0x9c, 0x2e, 0x54, + 0xcf, 0xdf, 0xe3, 0x0f, 0x36, 0x8b, 0xab, 0x3a, 0x39, 0x27, 0x4a, 0x19, 0xaf, 0x3b, 0xf3, 0x3b, + 0x19, 0x02, 0x00, 0x92, 0x1c, 0x66, 0x0c, 0xe1, 0x2a, 0xbf, 0x48, 0x93, 0xf2, 0x72, 0x11, 0xcf, + 0x46, 0x7f, 0xc6, 0x10, 0x11, 0xca, 0x21, 0x68, 0xc9, 0x1c, 0x2e, 0x93, 0x9f, 0x3c, 0x87, 0x8b, + 0xca, 0xbc, 0x32, 0xf5, 0xa0, 0x32, 0xaf, 0x58, 0x19, 0x6c, 0xaa, 0xa3, 0xc8, 0x60, 0x43, 0x65, + 0xdb, 0xf9, 0x6e, 0x56, 0x02, 0x28, 0x91, 0x43, 0xe5, 0xcb, 0x27, 0x48, 0x88, 0x65, 0x35, 0xcd, + 0x6e, 0x50, 0x64, 0xa2, 0x41, 0x76, 0xc3, 0x32, 0x15, 0xce, 0xf4, 0x27, 0x4f, 0x85, 0x33, 0xea, + 0x64, 0x2b, 0x3a, 0x31, 0xce, 0xec, 0x48, 0x12, 0xe3, 0xcc, 0x3d, 0xc0, 0xc4, 0x38, 0x46, 0x4a, + 0x9b, 0xf9, 0x07, 0x9b, 0xd2, 0x66, 0x9f, 0x4c, 0xb7, 0xc2, 0x7b, 0x9d, 0x7b, 0x5e, 0xd4, 0x5a, + 0xa9, 0x6f, 0xb2, 0x7b, 0x00, 0xb9, 0xd7, 0xac, 0x6b, 0xba, 0x82, 0xd5, 0x02, 0xd3, 0x9a, 0x0d, + 0x20, 0x98, 0xa4, 0x45, 0x72, 0x9f, 0x33, 0x9f, 0x30, 0xb9, 0x8f, 0x95, 0x22, 0xc7, 0x19, 0x45, + 0x8a, 0x9c, 0xf7, 0xd8, 0x65, 0xcb, 0xdd, 0x60, 0xef, 0x86, 0xd7, 0x5d, 0x3c, 0x5b, 0xa4, 0x85, + 0x35, 0x89, 0xde, 0xdf, 0x82, 0x02, 0x81, 0x26, 0xda, 0x9f, 0x84, 0xe7, 0xdc, 0xa9, 0x24, 0xe1, + 0xf9, 0x33, 0xe4, 0x89, 0xe3, 0x69, 0xe8, 0xdc, 0x84, 0x75, 0x6d, 0x5c, 0xa6, 0x72, 0x13, 0xb2, + 0xfd, 0xd9, 0xc0, 0x32, 0xc2, 0x08, 0xcb, 0xc7, 0x85, 0x11, 0xba, 0xff, 0xa4, 0x44, 0x1e, 0x1d, + 0x70, 0x3f, 0xbf, 0x70, 0xd0, 0x6c, 0x97, 0xcc, 0x77, 0xed, 0xaa, 0x85, 0xc3, 0xdb, 0xad, 0x7c, + 0x00, 0x2a, 0xb7, 0x6d, 0x0a, 0x00, 0x69, 0xf2, 0xab, 0xcf, 0x7c, 0xff, 0x47, 0x4f, 0x7c, 0xea, + 0x23, 0xfa, 0xf7, 0xbb, 0xf4, 0xef, 0xa7, 0xff, 0xe0, 0x89, 0xd2, 0xf7, 0xe9, 0xdf, 0x47, 0xf4, + 0xef, 0x3f, 0xd3, 0xbf, 0x6f, 0xfd, 0xe1, 0x13, 0x9f, 0xfa, 0x89, 0xf2, 0xe1, 0xe5, 0xff, 0x1b, + 0x00, 0x00, 0xff, 0xff, 0xfe, 0xa5, 0x80, 0xea, 0x03, 0xac, 0x00, 0x00, } diff --git a/pkg/api/v1/generated.proto b/pkg/api/v1/generated.proto index d374c8881d223..4b82d68dce03b 100644 --- a/pkg/api/v1/generated.proto +++ b/pkg/api/v1/generated.proto @@ -558,6 +558,9 @@ message EndpointAddress { // The Hostname of this endpoint optional string hostname = 3; + // Optional: Node hosting this endpoint. This can be used to determine endpoints local to a node. + optional string nodeName = 4; + // Reference to object providing the endpoint. optional ObjectReference targetRef = 2; } diff --git a/pkg/api/v1/types.generated.go b/pkg/api/v1/types.generated.go index 54a064c13ad99..c272a3d0de713 100644 --- a/pkg/api/v1/types.generated.go +++ b/pkg/api/v1/types.generated.go @@ -34303,14 +34303,15 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { } else { yysep2647 := !z.EncBinary() yy2arr2647 := z.EncBasicHandle().StructToArray - var yyq2647 [3]bool + var yyq2647 [4]bool _, _, _ = yysep2647, yyq2647, yy2arr2647 const yyr2647 bool = false yyq2647[1] = x.Hostname != "" - yyq2647[2] = x.TargetRef != nil + yyq2647[2] = x.NodeName != nil + yyq2647[3] = x.TargetRef != nil var yynn2647 int if yyr2647 || yy2arr2647 { - r.EncodeArrayStart(3) + r.EncodeArrayStart(4) } else { yynn2647 = 1 for _, b := range yyq2647 { @@ -34368,6 +34369,41 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { if yyr2647 || yy2arr2647 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if yyq2647[2] { + if x.NodeName == nil { + r.EncodeNil() + } else { + yy2655 := *x.NodeName + yym2656 := z.EncBinary() + _ = yym2656 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(yy2655)) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq2647[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("nodeName")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.NodeName == nil { + r.EncodeNil() + } else { + yy2657 := *x.NodeName + yym2658 := z.EncBinary() + _ = yym2658 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(yy2657)) + } + } + } + } + if yyr2647 || yy2arr2647 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2647[3] { if x.TargetRef == nil { r.EncodeNil() } else { @@ -34377,7 +34413,7 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2647[2] { + if yyq2647[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("targetRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -34401,25 +34437,25 @@ func (x *EndpointAddress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2655 := z.DecBinary() - _ = yym2655 + yym2660 := z.DecBinary() + _ = yym2660 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2656 := r.ContainerType() - if yyct2656 == codecSelferValueTypeMap1234 { - yyl2656 := r.ReadMapStart() - if yyl2656 == 0 { + yyct2661 := r.ContainerType() + if yyct2661 == codecSelferValueTypeMap1234 { + yyl2661 := r.ReadMapStart() + if yyl2661 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2656, d) + x.codecDecodeSelfFromMap(yyl2661, d) } - } else if yyct2656 == codecSelferValueTypeArray1234 { - yyl2656 := r.ReadArrayStart() - if yyl2656 == 0 { + } else if yyct2661 == codecSelferValueTypeArray1234 { + yyl2661 := r.ReadArrayStart() + if yyl2661 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2656, d) + x.codecDecodeSelfFromArray(yyl2661, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34431,12 +34467,12 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2657Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2657Slc - var yyhl2657 bool = l >= 0 - for yyj2657 := 0; ; yyj2657++ { - if yyhl2657 { - if yyj2657 >= l { + var yys2662Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2662Slc + var yyhl2662 bool = l >= 0 + for yyj2662 := 0; ; yyj2662++ { + if yyhl2662 { + if yyj2662 >= l { break } } else { @@ -34445,10 +34481,10 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2657Slc = r.DecodeBytes(yys2657Slc, true, true) - yys2657 := string(yys2657Slc) + yys2662Slc = r.DecodeBytes(yys2662Slc, true, true) + yys2662 := string(yys2662Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2657 { + switch yys2662 { case "ip": if r.TryDecodeAsNil() { x.IP = "" @@ -34461,6 +34497,22 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } else { x.Hostname = string(r.DecodeString()) } + case "nodeName": + if r.TryDecodeAsNil() { + if x.NodeName != nil { + x.NodeName = nil + } + } else { + if x.NodeName == nil { + x.NodeName = new(string) + } + yym2666 := z.DecBinary() + _ = yym2666 + if false { + } else { + *((*string)(x.NodeName)) = r.DecodeString() + } + } case "targetRef": if r.TryDecodeAsNil() { if x.TargetRef != nil { @@ -34473,9 +34525,9 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TargetRef.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2657) - } // end switch yys2657 - } // end for yyj2657 + z.DecStructFieldNotFound(-1, yys2662) + } // end switch yys2662 + } // end for yyj2662 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34483,16 +34535,16 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2661 int - var yyb2661 bool - var yyhl2661 bool = l >= 0 - yyj2661++ - if yyhl2661 { - yyb2661 = yyj2661 > l + var yyj2668 int + var yyb2668 bool + var yyhl2668 bool = l >= 0 + yyj2668++ + if yyhl2668 { + yyb2668 = yyj2668 > l } else { - yyb2661 = r.CheckBreak() + yyb2668 = r.CheckBreak() } - if yyb2661 { + if yyb2668 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34502,13 +34554,13 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.IP = string(r.DecodeString()) } - yyj2661++ - if yyhl2661 { - yyb2661 = yyj2661 > l + yyj2668++ + if yyhl2668 { + yyb2668 = yyj2668 > l } else { - yyb2661 = r.CheckBreak() + yyb2668 = r.CheckBreak() } - if yyb2661 { + if yyb2668 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34518,13 +34570,39 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Hostname = string(r.DecodeString()) } - yyj2661++ - if yyhl2661 { - yyb2661 = yyj2661 > l + yyj2668++ + if yyhl2668 { + yyb2668 = yyj2668 > l + } else { + yyb2668 = r.CheckBreak() + } + if yyb2668 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + if x.NodeName != nil { + x.NodeName = nil + } + } else { + if x.NodeName == nil { + x.NodeName = new(string) + } + yym2672 := z.DecBinary() + _ = yym2672 + if false { + } else { + *((*string)(x.NodeName)) = r.DecodeString() + } + } + yyj2668++ + if yyhl2668 { + yyb2668 = yyj2668 > l } else { - yyb2661 = r.CheckBreak() + yyb2668 = r.CheckBreak() } - if yyb2661 { + if yyb2668 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34540,17 +34618,17 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.TargetRef.CodecDecodeSelf(d) } for { - yyj2661++ - if yyhl2661 { - yyb2661 = yyj2661 > l + yyj2668++ + if yyhl2668 { + yyb2668 = yyj2668 > l } else { - yyb2661 = r.CheckBreak() + yyb2668 = r.CheckBreak() } - if yyb2661 { + if yyb2668 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2661-1, "") + z.DecStructFieldNotFound(yyj2668-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34562,36 +34640,36 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2665 := z.EncBinary() - _ = yym2665 + yym2674 := z.EncBinary() + _ = yym2674 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2666 := !z.EncBinary() - yy2arr2666 := z.EncBasicHandle().StructToArray - var yyq2666 [3]bool - _, _, _ = yysep2666, yyq2666, yy2arr2666 - const yyr2666 bool = false - yyq2666[0] = x.Name != "" - yyq2666[2] = x.Protocol != "" - var yynn2666 int - if yyr2666 || yy2arr2666 { + yysep2675 := !z.EncBinary() + yy2arr2675 := z.EncBasicHandle().StructToArray + var yyq2675 [3]bool + _, _, _ = yysep2675, yyq2675, yy2arr2675 + const yyr2675 bool = false + yyq2675[0] = x.Name != "" + yyq2675[2] = x.Protocol != "" + var yynn2675 int + if yyr2675 || yy2arr2675 { r.EncodeArrayStart(3) } else { - yynn2666 = 1 - for _, b := range yyq2666 { + yynn2675 = 1 + for _, b := range yyq2675 { if b { - yynn2666++ + yynn2675++ } } - r.EncodeMapStart(yynn2666) - yynn2666 = 0 + r.EncodeMapStart(yynn2675) + yynn2675 = 0 } - if yyr2666 || yy2arr2666 { + if yyr2675 || yy2arr2675 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2666[0] { - yym2668 := z.EncBinary() - _ = yym2668 + if yyq2675[0] { + yym2677 := z.EncBinary() + _ = yym2677 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -34600,22 +34678,22 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2666[0] { + if yyq2675[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2669 := z.EncBinary() - _ = yym2669 + yym2678 := z.EncBinary() + _ = yym2678 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr2666 || yy2arr2666 { + if yyr2675 || yy2arr2675 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2671 := z.EncBinary() - _ = yym2671 + yym2680 := z.EncBinary() + _ = yym2680 if false { } else { r.EncodeInt(int64(x.Port)) @@ -34624,29 +34702,29 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2672 := z.EncBinary() - _ = yym2672 + yym2681 := z.EncBinary() + _ = yym2681 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2666 || yy2arr2666 { + if yyr2675 || yy2arr2675 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2666[2] { + if yyq2675[2] { x.Protocol.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2666[2] { + if yyq2675[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("protocol")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } } - if yyr2666 || yy2arr2666 { + if yyr2675 || yy2arr2675 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34659,25 +34737,25 @@ func (x *EndpointPort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2674 := z.DecBinary() - _ = yym2674 + yym2683 := z.DecBinary() + _ = yym2683 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2675 := r.ContainerType() - if yyct2675 == codecSelferValueTypeMap1234 { - yyl2675 := r.ReadMapStart() - if yyl2675 == 0 { + yyct2684 := r.ContainerType() + if yyct2684 == codecSelferValueTypeMap1234 { + yyl2684 := r.ReadMapStart() + if yyl2684 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2675, d) + x.codecDecodeSelfFromMap(yyl2684, d) } - } else if yyct2675 == codecSelferValueTypeArray1234 { - yyl2675 := r.ReadArrayStart() - if yyl2675 == 0 { + } else if yyct2684 == codecSelferValueTypeArray1234 { + yyl2684 := r.ReadArrayStart() + if yyl2684 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2675, d) + x.codecDecodeSelfFromArray(yyl2684, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34689,12 +34767,12 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2676Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2676Slc - var yyhl2676 bool = l >= 0 - for yyj2676 := 0; ; yyj2676++ { - if yyhl2676 { - if yyj2676 >= l { + var yys2685Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2685Slc + var yyhl2685 bool = l >= 0 + for yyj2685 := 0; ; yyj2685++ { + if yyhl2685 { + if yyj2685 >= l { break } } else { @@ -34703,10 +34781,10 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2676Slc = r.DecodeBytes(yys2676Slc, true, true) - yys2676 := string(yys2676Slc) + yys2685Slc = r.DecodeBytes(yys2685Slc, true, true) + yys2685 := string(yys2685Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2676 { + switch yys2685 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -34726,9 +34804,9 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Protocol = Protocol(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2676) - } // end switch yys2676 - } // end for yyj2676 + z.DecStructFieldNotFound(-1, yys2685) + } // end switch yys2685 + } // end for yyj2685 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34736,16 +34814,16 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2680 int - var yyb2680 bool - var yyhl2680 bool = l >= 0 - yyj2680++ - if yyhl2680 { - yyb2680 = yyj2680 > l + var yyj2689 int + var yyb2689 bool + var yyhl2689 bool = l >= 0 + yyj2689++ + if yyhl2689 { + yyb2689 = yyj2689 > l } else { - yyb2680 = r.CheckBreak() + yyb2689 = r.CheckBreak() } - if yyb2680 { + if yyb2689 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34755,13 +34833,13 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj2680++ - if yyhl2680 { - yyb2680 = yyj2680 > l + yyj2689++ + if yyhl2689 { + yyb2689 = yyj2689 > l } else { - yyb2680 = r.CheckBreak() + yyb2689 = r.CheckBreak() } - if yyb2680 { + if yyb2689 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34771,13 +34849,13 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Port = int32(r.DecodeInt(32)) } - yyj2680++ - if yyhl2680 { - yyb2680 = yyj2680 > l + yyj2689++ + if yyhl2689 { + yyb2689 = yyj2689 > l } else { - yyb2680 = r.CheckBreak() + yyb2689 = r.CheckBreak() } - if yyb2680 { + if yyb2689 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34788,17 +34866,17 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Protocol = Protocol(r.DecodeString()) } for { - yyj2680++ - if yyhl2680 { - yyb2680 = yyj2680 > l + yyj2689++ + if yyhl2689 { + yyb2689 = yyj2689 > l } else { - yyb2680 = r.CheckBreak() + yyb2689 = r.CheckBreak() } - if yyb2680 { + if yyb2689 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2680-1, "") + z.DecStructFieldNotFound(yyj2689-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34810,37 +34888,37 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2684 := z.EncBinary() - _ = yym2684 + yym2693 := z.EncBinary() + _ = yym2693 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2685 := !z.EncBinary() - yy2arr2685 := z.EncBasicHandle().StructToArray - var yyq2685 [4]bool - _, _, _ = yysep2685, yyq2685, yy2arr2685 - const yyr2685 bool = false - yyq2685[0] = x.Kind != "" - yyq2685[1] = x.APIVersion != "" - yyq2685[2] = true - var yynn2685 int - if yyr2685 || yy2arr2685 { + yysep2694 := !z.EncBinary() + yy2arr2694 := z.EncBasicHandle().StructToArray + var yyq2694 [4]bool + _, _, _ = yysep2694, yyq2694, yy2arr2694 + const yyr2694 bool = false + yyq2694[0] = x.Kind != "" + yyq2694[1] = x.APIVersion != "" + yyq2694[2] = true + var yynn2694 int + if yyr2694 || yy2arr2694 { r.EncodeArrayStart(4) } else { - yynn2685 = 1 - for _, b := range yyq2685 { + yynn2694 = 1 + for _, b := range yyq2694 { if b { - yynn2685++ + yynn2694++ } } - r.EncodeMapStart(yynn2685) - yynn2685 = 0 + r.EncodeMapStart(yynn2694) + yynn2694 = 0 } - if yyr2685 || yy2arr2685 { + if yyr2694 || yy2arr2694 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2685[0] { - yym2687 := z.EncBinary() - _ = yym2687 + if yyq2694[0] { + yym2696 := z.EncBinary() + _ = yym2696 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -34849,23 +34927,23 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2685[0] { + if yyq2694[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2688 := z.EncBinary() - _ = yym2688 + yym2697 := z.EncBinary() + _ = yym2697 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2685 || yy2arr2685 { + if yyr2694 || yy2arr2694 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2685[1] { - yym2690 := z.EncBinary() - _ = yym2690 + if yyq2694[1] { + yym2699 := z.EncBinary() + _ = yym2699 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -34874,54 +34952,54 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2685[1] { + if yyq2694[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2691 := z.EncBinary() - _ = yym2691 + yym2700 := z.EncBinary() + _ = yym2700 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2685 || yy2arr2685 { + if yyr2694 || yy2arr2694 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2685[2] { - yy2693 := &x.ListMeta - yym2694 := z.EncBinary() - _ = yym2694 + if yyq2694[2] { + yy2702 := &x.ListMeta + yym2703 := z.EncBinary() + _ = yym2703 if false { - } else if z.HasExtensions() && z.EncExt(yy2693) { + } else if z.HasExtensions() && z.EncExt(yy2702) { } else { - z.EncFallback(yy2693) + z.EncFallback(yy2702) } } else { r.EncodeNil() } } else { - if yyq2685[2] { + if yyq2694[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2695 := &x.ListMeta - yym2696 := z.EncBinary() - _ = yym2696 + yy2704 := &x.ListMeta + yym2705 := z.EncBinary() + _ = yym2705 if false { - } else if z.HasExtensions() && z.EncExt(yy2695) { + } else if z.HasExtensions() && z.EncExt(yy2704) { } else { - z.EncFallback(yy2695) + z.EncFallback(yy2704) } } } - if yyr2685 || yy2arr2685 { + if yyr2694 || yy2arr2694 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2698 := z.EncBinary() - _ = yym2698 + yym2707 := z.EncBinary() + _ = yym2707 if false { } else { h.encSliceEndpoints(([]Endpoints)(x.Items), e) @@ -34934,15 +35012,15 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2699 := z.EncBinary() - _ = yym2699 + yym2708 := z.EncBinary() + _ = yym2708 if false { } else { h.encSliceEndpoints(([]Endpoints)(x.Items), e) } } } - if yyr2685 || yy2arr2685 { + if yyr2694 || yy2arr2694 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34955,25 +35033,25 @@ func (x *EndpointsList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2700 := z.DecBinary() - _ = yym2700 + yym2709 := z.DecBinary() + _ = yym2709 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2701 := r.ContainerType() - if yyct2701 == codecSelferValueTypeMap1234 { - yyl2701 := r.ReadMapStart() - if yyl2701 == 0 { + yyct2710 := r.ContainerType() + if yyct2710 == codecSelferValueTypeMap1234 { + yyl2710 := r.ReadMapStart() + if yyl2710 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2701, d) + x.codecDecodeSelfFromMap(yyl2710, d) } - } else if yyct2701 == codecSelferValueTypeArray1234 { - yyl2701 := r.ReadArrayStart() - if yyl2701 == 0 { + } else if yyct2710 == codecSelferValueTypeArray1234 { + yyl2710 := r.ReadArrayStart() + if yyl2710 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2701, d) + x.codecDecodeSelfFromArray(yyl2710, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34985,12 +35063,12 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2702Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2702Slc - var yyhl2702 bool = l >= 0 - for yyj2702 := 0; ; yyj2702++ { - if yyhl2702 { - if yyj2702 >= l { + var yys2711Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2711Slc + var yyhl2711 bool = l >= 0 + for yyj2711 := 0; ; yyj2711++ { + if yyhl2711 { + if yyj2711 >= l { break } } else { @@ -34999,10 +35077,10 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2702Slc = r.DecodeBytes(yys2702Slc, true, true) - yys2702 := string(yys2702Slc) + yys2711Slc = r.DecodeBytes(yys2711Slc, true, true) + yys2711 := string(yys2711Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2702 { + switch yys2711 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -35019,31 +35097,31 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2705 := &x.ListMeta - yym2706 := z.DecBinary() - _ = yym2706 + yyv2714 := &x.ListMeta + yym2715 := z.DecBinary() + _ = yym2715 if false { - } else if z.HasExtensions() && z.DecExt(yyv2705) { + } else if z.HasExtensions() && z.DecExt(yyv2714) { } else { - z.DecFallback(yyv2705, false) + z.DecFallback(yyv2714, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2707 := &x.Items - yym2708 := z.DecBinary() - _ = yym2708 + yyv2716 := &x.Items + yym2717 := z.DecBinary() + _ = yym2717 if false { } else { - h.decSliceEndpoints((*[]Endpoints)(yyv2707), d) + h.decSliceEndpoints((*[]Endpoints)(yyv2716), d) } } default: - z.DecStructFieldNotFound(-1, yys2702) - } // end switch yys2702 - } // end for yyj2702 + z.DecStructFieldNotFound(-1, yys2711) + } // end switch yys2711 + } // end for yyj2711 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35051,16 +35129,16 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2709 int - var yyb2709 bool - var yyhl2709 bool = l >= 0 - yyj2709++ - if yyhl2709 { - yyb2709 = yyj2709 > l + var yyj2718 int + var yyb2718 bool + var yyhl2718 bool = l >= 0 + yyj2718++ + if yyhl2718 { + yyb2718 = yyj2718 > l } else { - yyb2709 = r.CheckBreak() + yyb2718 = r.CheckBreak() } - if yyb2709 { + if yyb2718 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35070,13 +35148,13 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2709++ - if yyhl2709 { - yyb2709 = yyj2709 > l + yyj2718++ + if yyhl2718 { + yyb2718 = yyj2718 > l } else { - yyb2709 = r.CheckBreak() + yyb2718 = r.CheckBreak() } - if yyb2709 { + if yyb2718 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35086,13 +35164,13 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2709++ - if yyhl2709 { - yyb2709 = yyj2709 > l + yyj2718++ + if yyhl2718 { + yyb2718 = yyj2718 > l } else { - yyb2709 = r.CheckBreak() + yyb2718 = r.CheckBreak() } - if yyb2709 { + if yyb2718 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35100,22 +35178,22 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2712 := &x.ListMeta - yym2713 := z.DecBinary() - _ = yym2713 + yyv2721 := &x.ListMeta + yym2722 := z.DecBinary() + _ = yym2722 if false { - } else if z.HasExtensions() && z.DecExt(yyv2712) { + } else if z.HasExtensions() && z.DecExt(yyv2721) { } else { - z.DecFallback(yyv2712, false) + z.DecFallback(yyv2721, false) } } - yyj2709++ - if yyhl2709 { - yyb2709 = yyj2709 > l + yyj2718++ + if yyhl2718 { + yyb2718 = yyj2718 > l } else { - yyb2709 = r.CheckBreak() + yyb2718 = r.CheckBreak() } - if yyb2709 { + if yyb2718 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35123,26 +35201,26 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2714 := &x.Items - yym2715 := z.DecBinary() - _ = yym2715 + yyv2723 := &x.Items + yym2724 := z.DecBinary() + _ = yym2724 if false { } else { - h.decSliceEndpoints((*[]Endpoints)(yyv2714), d) + h.decSliceEndpoints((*[]Endpoints)(yyv2723), d) } } for { - yyj2709++ - if yyhl2709 { - yyb2709 = yyj2709 > l + yyj2718++ + if yyhl2718 { + yyb2718 = yyj2718 > l } else { - yyb2709 = r.CheckBreak() + yyb2718 = r.CheckBreak() } - if yyb2709 { + if yyb2718 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2709-1, "") + z.DecStructFieldNotFound(yyj2718-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35154,38 +35232,38 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2716 := z.EncBinary() - _ = yym2716 + yym2725 := z.EncBinary() + _ = yym2725 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2717 := !z.EncBinary() - yy2arr2717 := z.EncBasicHandle().StructToArray - var yyq2717 [4]bool - _, _, _ = yysep2717, yyq2717, yy2arr2717 - const yyr2717 bool = false - yyq2717[0] = x.PodCIDR != "" - yyq2717[1] = x.ExternalID != "" - yyq2717[2] = x.ProviderID != "" - yyq2717[3] = x.Unschedulable != false - var yynn2717 int - if yyr2717 || yy2arr2717 { + yysep2726 := !z.EncBinary() + yy2arr2726 := z.EncBasicHandle().StructToArray + var yyq2726 [4]bool + _, _, _ = yysep2726, yyq2726, yy2arr2726 + const yyr2726 bool = false + yyq2726[0] = x.PodCIDR != "" + yyq2726[1] = x.ExternalID != "" + yyq2726[2] = x.ProviderID != "" + yyq2726[3] = x.Unschedulable != false + var yynn2726 int + if yyr2726 || yy2arr2726 { r.EncodeArrayStart(4) } else { - yynn2717 = 0 - for _, b := range yyq2717 { + yynn2726 = 0 + for _, b := range yyq2726 { if b { - yynn2717++ + yynn2726++ } } - r.EncodeMapStart(yynn2717) - yynn2717 = 0 + r.EncodeMapStart(yynn2726) + yynn2726 = 0 } - if yyr2717 || yy2arr2717 { + if yyr2726 || yy2arr2726 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2717[0] { - yym2719 := z.EncBinary() - _ = yym2719 + if yyq2726[0] { + yym2728 := z.EncBinary() + _ = yym2728 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) @@ -35194,23 +35272,23 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2717[0] { + if yyq2726[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podCIDR")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2720 := z.EncBinary() - _ = yym2720 + yym2729 := z.EncBinary() + _ = yym2729 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) } } } - if yyr2717 || yy2arr2717 { + if yyr2726 || yy2arr2726 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2717[1] { - yym2722 := z.EncBinary() - _ = yym2722 + if yyq2726[1] { + yym2731 := z.EncBinary() + _ = yym2731 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) @@ -35219,23 +35297,23 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2717[1] { + if yyq2726[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("externalID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2723 := z.EncBinary() - _ = yym2723 + yym2732 := z.EncBinary() + _ = yym2732 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) } } } - if yyr2717 || yy2arr2717 { + if yyr2726 || yy2arr2726 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2717[2] { - yym2725 := z.EncBinary() - _ = yym2725 + if yyq2726[2] { + yym2734 := z.EncBinary() + _ = yym2734 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) @@ -35244,23 +35322,23 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2717[2] { + if yyq2726[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("providerID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2726 := z.EncBinary() - _ = yym2726 + yym2735 := z.EncBinary() + _ = yym2735 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) } } } - if yyr2717 || yy2arr2717 { + if yyr2726 || yy2arr2726 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2717[3] { - yym2728 := z.EncBinary() - _ = yym2728 + if yyq2726[3] { + yym2737 := z.EncBinary() + _ = yym2737 if false { } else { r.EncodeBool(bool(x.Unschedulable)) @@ -35269,19 +35347,19 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq2717[3] { + if yyq2726[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("unschedulable")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2729 := z.EncBinary() - _ = yym2729 + yym2738 := z.EncBinary() + _ = yym2738 if false { } else { r.EncodeBool(bool(x.Unschedulable)) } } } - if yyr2717 || yy2arr2717 { + if yyr2726 || yy2arr2726 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35294,25 +35372,25 @@ func (x *NodeSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2730 := z.DecBinary() - _ = yym2730 + yym2739 := z.DecBinary() + _ = yym2739 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2731 := r.ContainerType() - if yyct2731 == codecSelferValueTypeMap1234 { - yyl2731 := r.ReadMapStart() - if yyl2731 == 0 { + yyct2740 := r.ContainerType() + if yyct2740 == codecSelferValueTypeMap1234 { + yyl2740 := r.ReadMapStart() + if yyl2740 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2731, d) + x.codecDecodeSelfFromMap(yyl2740, d) } - } else if yyct2731 == codecSelferValueTypeArray1234 { - yyl2731 := r.ReadArrayStart() - if yyl2731 == 0 { + } else if yyct2740 == codecSelferValueTypeArray1234 { + yyl2740 := r.ReadArrayStart() + if yyl2740 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2731, d) + x.codecDecodeSelfFromArray(yyl2740, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35324,12 +35402,12 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2732Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2732Slc - var yyhl2732 bool = l >= 0 - for yyj2732 := 0; ; yyj2732++ { - if yyhl2732 { - if yyj2732 >= l { + var yys2741Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2741Slc + var yyhl2741 bool = l >= 0 + for yyj2741 := 0; ; yyj2741++ { + if yyhl2741 { + if yyj2741 >= l { break } } else { @@ -35338,10 +35416,10 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2732Slc = r.DecodeBytes(yys2732Slc, true, true) - yys2732 := string(yys2732Slc) + yys2741Slc = r.DecodeBytes(yys2741Slc, true, true) + yys2741 := string(yys2741Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2732 { + switch yys2741 { case "podCIDR": if r.TryDecodeAsNil() { x.PodCIDR = "" @@ -35367,9 +35445,9 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Unschedulable = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys2732) - } // end switch yys2732 - } // end for yyj2732 + z.DecStructFieldNotFound(-1, yys2741) + } // end switch yys2741 + } // end for yyj2741 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35377,16 +35455,16 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2737 int - var yyb2737 bool - var yyhl2737 bool = l >= 0 - yyj2737++ - if yyhl2737 { - yyb2737 = yyj2737 > l + var yyj2746 int + var yyb2746 bool + var yyhl2746 bool = l >= 0 + yyj2746++ + if yyhl2746 { + yyb2746 = yyj2746 > l } else { - yyb2737 = r.CheckBreak() + yyb2746 = r.CheckBreak() } - if yyb2737 { + if yyb2746 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35396,13 +35474,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.PodCIDR = string(r.DecodeString()) } - yyj2737++ - if yyhl2737 { - yyb2737 = yyj2737 > l + yyj2746++ + if yyhl2746 { + yyb2746 = yyj2746 > l } else { - yyb2737 = r.CheckBreak() + yyb2746 = r.CheckBreak() } - if yyb2737 { + if yyb2746 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35412,13 +35490,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ExternalID = string(r.DecodeString()) } - yyj2737++ - if yyhl2737 { - yyb2737 = yyj2737 > l + yyj2746++ + if yyhl2746 { + yyb2746 = yyj2746 > l } else { - yyb2737 = r.CheckBreak() + yyb2746 = r.CheckBreak() } - if yyb2737 { + if yyb2746 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35428,13 +35506,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ProviderID = string(r.DecodeString()) } - yyj2737++ - if yyhl2737 { - yyb2737 = yyj2737 > l + yyj2746++ + if yyhl2746 { + yyb2746 = yyj2746 > l } else { - yyb2737 = r.CheckBreak() + yyb2746 = r.CheckBreak() } - if yyb2737 { + if yyb2746 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35445,17 +35523,17 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Unschedulable = bool(r.DecodeBool()) } for { - yyj2737++ - if yyhl2737 { - yyb2737 = yyj2737 > l + yyj2746++ + if yyhl2746 { + yyb2746 = yyj2746 > l } else { - yyb2737 = r.CheckBreak() + yyb2746 = r.CheckBreak() } - if yyb2737 { + if yyb2746 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2737-1, "") + z.DecStructFieldNotFound(yyj2746-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35467,33 +35545,33 @@ func (x *DaemonEndpoint) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2742 := z.EncBinary() - _ = yym2742 + yym2751 := z.EncBinary() + _ = yym2751 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2743 := !z.EncBinary() - yy2arr2743 := z.EncBasicHandle().StructToArray - var yyq2743 [1]bool - _, _, _ = yysep2743, yyq2743, yy2arr2743 - const yyr2743 bool = false - var yynn2743 int - if yyr2743 || yy2arr2743 { + yysep2752 := !z.EncBinary() + yy2arr2752 := z.EncBasicHandle().StructToArray + var yyq2752 [1]bool + _, _, _ = yysep2752, yyq2752, yy2arr2752 + const yyr2752 bool = false + var yynn2752 int + if yyr2752 || yy2arr2752 { r.EncodeArrayStart(1) } else { - yynn2743 = 1 - for _, b := range yyq2743 { + yynn2752 = 1 + for _, b := range yyq2752 { if b { - yynn2743++ + yynn2752++ } } - r.EncodeMapStart(yynn2743) - yynn2743 = 0 + r.EncodeMapStart(yynn2752) + yynn2752 = 0 } - if yyr2743 || yy2arr2743 { + if yyr2752 || yy2arr2752 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2745 := z.EncBinary() - _ = yym2745 + yym2754 := z.EncBinary() + _ = yym2754 if false { } else { r.EncodeInt(int64(x.Port)) @@ -35502,14 +35580,14 @@ func (x *DaemonEndpoint) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2746 := z.EncBinary() - _ = yym2746 + yym2755 := z.EncBinary() + _ = yym2755 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2743 || yy2arr2743 { + if yyr2752 || yy2arr2752 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35522,25 +35600,25 @@ func (x *DaemonEndpoint) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2747 := z.DecBinary() - _ = yym2747 + yym2756 := z.DecBinary() + _ = yym2756 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2748 := r.ContainerType() - if yyct2748 == codecSelferValueTypeMap1234 { - yyl2748 := r.ReadMapStart() - if yyl2748 == 0 { + yyct2757 := r.ContainerType() + if yyct2757 == codecSelferValueTypeMap1234 { + yyl2757 := r.ReadMapStart() + if yyl2757 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2748, d) + x.codecDecodeSelfFromMap(yyl2757, d) } - } else if yyct2748 == codecSelferValueTypeArray1234 { - yyl2748 := r.ReadArrayStart() - if yyl2748 == 0 { + } else if yyct2757 == codecSelferValueTypeArray1234 { + yyl2757 := r.ReadArrayStart() + if yyl2757 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2748, d) + x.codecDecodeSelfFromArray(yyl2757, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35552,12 +35630,12 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2749Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2749Slc - var yyhl2749 bool = l >= 0 - for yyj2749 := 0; ; yyj2749++ { - if yyhl2749 { - if yyj2749 >= l { + var yys2758Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2758Slc + var yyhl2758 bool = l >= 0 + for yyj2758 := 0; ; yyj2758++ { + if yyhl2758 { + if yyj2758 >= l { break } } else { @@ -35566,10 +35644,10 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2749Slc = r.DecodeBytes(yys2749Slc, true, true) - yys2749 := string(yys2749Slc) + yys2758Slc = r.DecodeBytes(yys2758Slc, true, true) + yys2758 := string(yys2758Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2749 { + switch yys2758 { case "Port": if r.TryDecodeAsNil() { x.Port = 0 @@ -35577,9 +35655,9 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Port = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys2749) - } // end switch yys2749 - } // end for yyj2749 + z.DecStructFieldNotFound(-1, yys2758) + } // end switch yys2758 + } // end for yyj2758 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35587,16 +35665,16 @@ func (x *DaemonEndpoint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2751 int - var yyb2751 bool - var yyhl2751 bool = l >= 0 - yyj2751++ - if yyhl2751 { - yyb2751 = yyj2751 > l + var yyj2760 int + var yyb2760 bool + var yyhl2760 bool = l >= 0 + yyj2760++ + if yyhl2760 { + yyb2760 = yyj2760 > l } else { - yyb2751 = r.CheckBreak() + yyb2760 = r.CheckBreak() } - if yyb2751 { + if yyb2760 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35607,17 +35685,17 @@ func (x *DaemonEndpoint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Port = int32(r.DecodeInt(32)) } for { - yyj2751++ - if yyhl2751 { - yyb2751 = yyj2751 > l + yyj2760++ + if yyhl2760 { + yyb2760 = yyj2760 > l } else { - yyb2751 = r.CheckBreak() + yyb2760 = r.CheckBreak() } - if yyb2751 { + if yyb2760 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2751-1, "") + z.DecStructFieldNotFound(yyj2760-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35629,48 +35707,48 @@ func (x *NodeDaemonEndpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2753 := z.EncBinary() - _ = yym2753 + yym2762 := z.EncBinary() + _ = yym2762 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2754 := !z.EncBinary() - yy2arr2754 := z.EncBasicHandle().StructToArray - var yyq2754 [1]bool - _, _, _ = yysep2754, yyq2754, yy2arr2754 - const yyr2754 bool = false - yyq2754[0] = true - var yynn2754 int - if yyr2754 || yy2arr2754 { + yysep2763 := !z.EncBinary() + yy2arr2763 := z.EncBasicHandle().StructToArray + var yyq2763 [1]bool + _, _, _ = yysep2763, yyq2763, yy2arr2763 + const yyr2763 bool = false + yyq2763[0] = true + var yynn2763 int + if yyr2763 || yy2arr2763 { r.EncodeArrayStart(1) } else { - yynn2754 = 0 - for _, b := range yyq2754 { + yynn2763 = 0 + for _, b := range yyq2763 { if b { - yynn2754++ + yynn2763++ } } - r.EncodeMapStart(yynn2754) - yynn2754 = 0 + r.EncodeMapStart(yynn2763) + yynn2763 = 0 } - if yyr2754 || yy2arr2754 { + if yyr2763 || yy2arr2763 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2754[0] { - yy2756 := &x.KubeletEndpoint - yy2756.CodecEncodeSelf(e) + if yyq2763[0] { + yy2765 := &x.KubeletEndpoint + yy2765.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2754[0] { + if yyq2763[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeletEndpoint")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2757 := &x.KubeletEndpoint - yy2757.CodecEncodeSelf(e) + yy2766 := &x.KubeletEndpoint + yy2766.CodecEncodeSelf(e) } } - if yyr2754 || yy2arr2754 { + if yyr2763 || yy2arr2763 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35683,25 +35761,25 @@ func (x *NodeDaemonEndpoints) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2758 := z.DecBinary() - _ = yym2758 + yym2767 := z.DecBinary() + _ = yym2767 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2759 := r.ContainerType() - if yyct2759 == codecSelferValueTypeMap1234 { - yyl2759 := r.ReadMapStart() - if yyl2759 == 0 { + yyct2768 := r.ContainerType() + if yyct2768 == codecSelferValueTypeMap1234 { + yyl2768 := r.ReadMapStart() + if yyl2768 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2759, d) + x.codecDecodeSelfFromMap(yyl2768, d) } - } else if yyct2759 == codecSelferValueTypeArray1234 { - yyl2759 := r.ReadArrayStart() - if yyl2759 == 0 { + } else if yyct2768 == codecSelferValueTypeArray1234 { + yyl2768 := r.ReadArrayStart() + if yyl2768 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2759, d) + x.codecDecodeSelfFromArray(yyl2768, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35713,12 +35791,12 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2760Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2760Slc - var yyhl2760 bool = l >= 0 - for yyj2760 := 0; ; yyj2760++ { - if yyhl2760 { - if yyj2760 >= l { + var yys2769Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2769Slc + var yyhl2769 bool = l >= 0 + for yyj2769 := 0; ; yyj2769++ { + if yyhl2769 { + if yyj2769 >= l { break } } else { @@ -35727,21 +35805,21 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2760Slc = r.DecodeBytes(yys2760Slc, true, true) - yys2760 := string(yys2760Slc) + yys2769Slc = r.DecodeBytes(yys2769Slc, true, true) + yys2769 := string(yys2769Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2760 { + switch yys2769 { case "kubeletEndpoint": if r.TryDecodeAsNil() { x.KubeletEndpoint = DaemonEndpoint{} } else { - yyv2761 := &x.KubeletEndpoint - yyv2761.CodecDecodeSelf(d) + yyv2770 := &x.KubeletEndpoint + yyv2770.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2760) - } // end switch yys2760 - } // end for yyj2760 + z.DecStructFieldNotFound(-1, yys2769) + } // end switch yys2769 + } // end for yyj2769 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35749,16 +35827,16 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2762 int - var yyb2762 bool - var yyhl2762 bool = l >= 0 - yyj2762++ - if yyhl2762 { - yyb2762 = yyj2762 > l + var yyj2771 int + var yyb2771 bool + var yyhl2771 bool = l >= 0 + yyj2771++ + if yyhl2771 { + yyb2771 = yyj2771 > l } else { - yyb2762 = r.CheckBreak() + yyb2771 = r.CheckBreak() } - if yyb2762 { + if yyb2771 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35766,21 +35844,21 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.KubeletEndpoint = DaemonEndpoint{} } else { - yyv2763 := &x.KubeletEndpoint - yyv2763.CodecDecodeSelf(d) + yyv2772 := &x.KubeletEndpoint + yyv2772.CodecDecodeSelf(d) } for { - yyj2762++ - if yyhl2762 { - yyb2762 = yyj2762 > l + yyj2771++ + if yyhl2771 { + yyb2771 = yyj2771 > l } else { - yyb2762 = r.CheckBreak() + yyb2771 = r.CheckBreak() } - if yyb2762 { + if yyb2771 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2762-1, "") + z.DecStructFieldNotFound(yyj2771-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35792,33 +35870,33 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2764 := z.EncBinary() - _ = yym2764 + yym2773 := z.EncBinary() + _ = yym2773 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2765 := !z.EncBinary() - yy2arr2765 := z.EncBasicHandle().StructToArray - var yyq2765 [10]bool - _, _, _ = yysep2765, yyq2765, yy2arr2765 - const yyr2765 bool = false - var yynn2765 int - if yyr2765 || yy2arr2765 { + yysep2774 := !z.EncBinary() + yy2arr2774 := z.EncBasicHandle().StructToArray + var yyq2774 [10]bool + _, _, _ = yysep2774, yyq2774, yy2arr2774 + const yyr2774 bool = false + var yynn2774 int + if yyr2774 || yy2arr2774 { r.EncodeArrayStart(10) } else { - yynn2765 = 10 - for _, b := range yyq2765 { + yynn2774 = 10 + for _, b := range yyq2774 { if b { - yynn2765++ + yynn2774++ } } - r.EncodeMapStart(yynn2765) - yynn2765 = 0 + r.EncodeMapStart(yynn2774) + yynn2774 = 0 } - if yyr2765 || yy2arr2765 { + if yyr2774 || yy2arr2774 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2767 := z.EncBinary() - _ = yym2767 + yym2776 := z.EncBinary() + _ = yym2776 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MachineID)) @@ -35827,17 +35905,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("machineID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2768 := z.EncBinary() - _ = yym2768 + yym2777 := z.EncBinary() + _ = yym2777 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MachineID)) } } - if yyr2765 || yy2arr2765 { + if yyr2774 || yy2arr2774 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2770 := z.EncBinary() - _ = yym2770 + yym2779 := z.EncBinary() + _ = yym2779 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SystemUUID)) @@ -35846,17 +35924,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("systemUUID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2771 := z.EncBinary() - _ = yym2771 + yym2780 := z.EncBinary() + _ = yym2780 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SystemUUID)) } } - if yyr2765 || yy2arr2765 { + if yyr2774 || yy2arr2774 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2773 := z.EncBinary() - _ = yym2773 + yym2782 := z.EncBinary() + _ = yym2782 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.BootID)) @@ -35865,17 +35943,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("bootID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2774 := z.EncBinary() - _ = yym2774 + yym2783 := z.EncBinary() + _ = yym2783 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.BootID)) } } - if yyr2765 || yy2arr2765 { + if yyr2774 || yy2arr2774 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2776 := z.EncBinary() - _ = yym2776 + yym2785 := z.EncBinary() + _ = yym2785 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KernelVersion)) @@ -35884,17 +35962,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kernelVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2777 := z.EncBinary() - _ = yym2777 + yym2786 := z.EncBinary() + _ = yym2786 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KernelVersion)) } } - if yyr2765 || yy2arr2765 { + if yyr2774 || yy2arr2774 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2779 := z.EncBinary() - _ = yym2779 + yym2788 := z.EncBinary() + _ = yym2788 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OSImage)) @@ -35903,17 +35981,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("osImage")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2780 := z.EncBinary() - _ = yym2780 + yym2789 := z.EncBinary() + _ = yym2789 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OSImage)) } } - if yyr2765 || yy2arr2765 { + if yyr2774 || yy2arr2774 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2782 := z.EncBinary() - _ = yym2782 + yym2791 := z.EncBinary() + _ = yym2791 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntimeVersion)) @@ -35922,17 +36000,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerRuntimeVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2783 := z.EncBinary() - _ = yym2783 + yym2792 := z.EncBinary() + _ = yym2792 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntimeVersion)) } } - if yyr2765 || yy2arr2765 { + if yyr2774 || yy2arr2774 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2785 := z.EncBinary() - _ = yym2785 + yym2794 := z.EncBinary() + _ = yym2794 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeletVersion)) @@ -35941,17 +36019,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeletVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2786 := z.EncBinary() - _ = yym2786 + yym2795 := z.EncBinary() + _ = yym2795 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeletVersion)) } } - if yyr2765 || yy2arr2765 { + if yyr2774 || yy2arr2774 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2788 := z.EncBinary() - _ = yym2788 + yym2797 := z.EncBinary() + _ = yym2797 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeProxyVersion)) @@ -35960,17 +36038,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeProxyVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2789 := z.EncBinary() - _ = yym2789 + yym2798 := z.EncBinary() + _ = yym2798 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeProxyVersion)) } } - if yyr2765 || yy2arr2765 { + if yyr2774 || yy2arr2774 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2791 := z.EncBinary() - _ = yym2791 + yym2800 := z.EncBinary() + _ = yym2800 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OperatingSystem)) @@ -35979,17 +36057,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("operatingSystem")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2792 := z.EncBinary() - _ = yym2792 + yym2801 := z.EncBinary() + _ = yym2801 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OperatingSystem)) } } - if yyr2765 || yy2arr2765 { + if yyr2774 || yy2arr2774 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2794 := z.EncBinary() - _ = yym2794 + yym2803 := z.EncBinary() + _ = yym2803 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Architecture)) @@ -35998,14 +36076,14 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("architecture")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2795 := z.EncBinary() - _ = yym2795 + yym2804 := z.EncBinary() + _ = yym2804 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Architecture)) } } - if yyr2765 || yy2arr2765 { + if yyr2774 || yy2arr2774 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36018,25 +36096,25 @@ func (x *NodeSystemInfo) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2796 := z.DecBinary() - _ = yym2796 + yym2805 := z.DecBinary() + _ = yym2805 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2797 := r.ContainerType() - if yyct2797 == codecSelferValueTypeMap1234 { - yyl2797 := r.ReadMapStart() - if yyl2797 == 0 { + yyct2806 := r.ContainerType() + if yyct2806 == codecSelferValueTypeMap1234 { + yyl2806 := r.ReadMapStart() + if yyl2806 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2797, d) + x.codecDecodeSelfFromMap(yyl2806, d) } - } else if yyct2797 == codecSelferValueTypeArray1234 { - yyl2797 := r.ReadArrayStart() - if yyl2797 == 0 { + } else if yyct2806 == codecSelferValueTypeArray1234 { + yyl2806 := r.ReadArrayStart() + if yyl2806 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2797, d) + x.codecDecodeSelfFromArray(yyl2806, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36048,12 +36126,12 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2798Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2798Slc - var yyhl2798 bool = l >= 0 - for yyj2798 := 0; ; yyj2798++ { - if yyhl2798 { - if yyj2798 >= l { + var yys2807Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2807Slc + var yyhl2807 bool = l >= 0 + for yyj2807 := 0; ; yyj2807++ { + if yyhl2807 { + if yyj2807 >= l { break } } else { @@ -36062,10 +36140,10 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2798Slc = r.DecodeBytes(yys2798Slc, true, true) - yys2798 := string(yys2798Slc) + yys2807Slc = r.DecodeBytes(yys2807Slc, true, true) + yys2807 := string(yys2807Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2798 { + switch yys2807 { case "machineID": if r.TryDecodeAsNil() { x.MachineID = "" @@ -36127,9 +36205,9 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Architecture = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2798) - } // end switch yys2798 - } // end for yyj2798 + z.DecStructFieldNotFound(-1, yys2807) + } // end switch yys2807 + } // end for yyj2807 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36137,16 +36215,16 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2809 int - var yyb2809 bool - var yyhl2809 bool = l >= 0 - yyj2809++ - if yyhl2809 { - yyb2809 = yyj2809 > l + var yyj2818 int + var yyb2818 bool + var yyhl2818 bool = l >= 0 + yyj2818++ + if yyhl2818 { + yyb2818 = yyj2818 > l } else { - yyb2809 = r.CheckBreak() + yyb2818 = r.CheckBreak() } - if yyb2809 { + if yyb2818 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36156,13 +36234,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.MachineID = string(r.DecodeString()) } - yyj2809++ - if yyhl2809 { - yyb2809 = yyj2809 > l + yyj2818++ + if yyhl2818 { + yyb2818 = yyj2818 > l } else { - yyb2809 = r.CheckBreak() + yyb2818 = r.CheckBreak() } - if yyb2809 { + if yyb2818 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36172,13 +36250,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SystemUUID = string(r.DecodeString()) } - yyj2809++ - if yyhl2809 { - yyb2809 = yyj2809 > l + yyj2818++ + if yyhl2818 { + yyb2818 = yyj2818 > l } else { - yyb2809 = r.CheckBreak() + yyb2818 = r.CheckBreak() } - if yyb2809 { + if yyb2818 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36188,13 +36266,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.BootID = string(r.DecodeString()) } - yyj2809++ - if yyhl2809 { - yyb2809 = yyj2809 > l + yyj2818++ + if yyhl2818 { + yyb2818 = yyj2818 > l } else { - yyb2809 = r.CheckBreak() + yyb2818 = r.CheckBreak() } - if yyb2809 { + if yyb2818 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36204,13 +36282,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KernelVersion = string(r.DecodeString()) } - yyj2809++ - if yyhl2809 { - yyb2809 = yyj2809 > l + yyj2818++ + if yyhl2818 { + yyb2818 = yyj2818 > l } else { - yyb2809 = r.CheckBreak() + yyb2818 = r.CheckBreak() } - if yyb2809 { + if yyb2818 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36220,13 +36298,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.OSImage = string(r.DecodeString()) } - yyj2809++ - if yyhl2809 { - yyb2809 = yyj2809 > l + yyj2818++ + if yyhl2818 { + yyb2818 = yyj2818 > l } else { - yyb2809 = r.CheckBreak() + yyb2818 = r.CheckBreak() } - if yyb2809 { + if yyb2818 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36236,13 +36314,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ContainerRuntimeVersion = string(r.DecodeString()) } - yyj2809++ - if yyhl2809 { - yyb2809 = yyj2809 > l + yyj2818++ + if yyhl2818 { + yyb2818 = yyj2818 > l } else { - yyb2809 = r.CheckBreak() + yyb2818 = r.CheckBreak() } - if yyb2809 { + if yyb2818 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36252,13 +36330,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KubeletVersion = string(r.DecodeString()) } - yyj2809++ - if yyhl2809 { - yyb2809 = yyj2809 > l + yyj2818++ + if yyhl2818 { + yyb2818 = yyj2818 > l } else { - yyb2809 = r.CheckBreak() + yyb2818 = r.CheckBreak() } - if yyb2809 { + if yyb2818 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36268,13 +36346,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KubeProxyVersion = string(r.DecodeString()) } - yyj2809++ - if yyhl2809 { - yyb2809 = yyj2809 > l + yyj2818++ + if yyhl2818 { + yyb2818 = yyj2818 > l } else { - yyb2809 = r.CheckBreak() + yyb2818 = r.CheckBreak() } - if yyb2809 { + if yyb2818 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36284,13 +36362,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.OperatingSystem = string(r.DecodeString()) } - yyj2809++ - if yyhl2809 { - yyb2809 = yyj2809 > l + yyj2818++ + if yyhl2818 { + yyb2818 = yyj2818 > l } else { - yyb2809 = r.CheckBreak() + yyb2818 = r.CheckBreak() } - if yyb2809 { + if yyb2818 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36301,17 +36379,17 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Architecture = string(r.DecodeString()) } for { - yyj2809++ - if yyhl2809 { - yyb2809 = yyj2809 > l + yyj2818++ + if yyhl2818 { + yyb2818 = yyj2818 > l } else { - yyb2809 = r.CheckBreak() + yyb2818 = r.CheckBreak() } - if yyb2809 { + if yyb2818 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2809-1, "") + z.DecStructFieldNotFound(yyj2818-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36323,42 +36401,42 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2820 := z.EncBinary() - _ = yym2820 + yym2829 := z.EncBinary() + _ = yym2829 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2821 := !z.EncBinary() - yy2arr2821 := z.EncBasicHandle().StructToArray - var yyq2821 [10]bool - _, _, _ = yysep2821, yyq2821, yy2arr2821 - const yyr2821 bool = false - yyq2821[0] = len(x.Capacity) != 0 - yyq2821[1] = len(x.Allocatable) != 0 - yyq2821[2] = x.Phase != "" - yyq2821[3] = len(x.Conditions) != 0 - yyq2821[4] = len(x.Addresses) != 0 - yyq2821[5] = true - yyq2821[6] = true - yyq2821[7] = len(x.Images) != 0 - yyq2821[8] = len(x.VolumesInUse) != 0 - yyq2821[9] = len(x.VolumesAttached) != 0 - var yynn2821 int - if yyr2821 || yy2arr2821 { + yysep2830 := !z.EncBinary() + yy2arr2830 := z.EncBasicHandle().StructToArray + var yyq2830 [10]bool + _, _, _ = yysep2830, yyq2830, yy2arr2830 + const yyr2830 bool = false + yyq2830[0] = len(x.Capacity) != 0 + yyq2830[1] = len(x.Allocatable) != 0 + yyq2830[2] = x.Phase != "" + yyq2830[3] = len(x.Conditions) != 0 + yyq2830[4] = len(x.Addresses) != 0 + yyq2830[5] = true + yyq2830[6] = true + yyq2830[7] = len(x.Images) != 0 + yyq2830[8] = len(x.VolumesInUse) != 0 + yyq2830[9] = len(x.VolumesAttached) != 0 + var yynn2830 int + if yyr2830 || yy2arr2830 { r.EncodeArrayStart(10) } else { - yynn2821 = 0 - for _, b := range yyq2821 { + yynn2830 = 0 + for _, b := range yyq2830 { if b { - yynn2821++ + yynn2830++ } } - r.EncodeMapStart(yynn2821) - yynn2821 = 0 + r.EncodeMapStart(yynn2830) + yynn2830 = 0 } - if yyr2821 || yy2arr2821 { + if yyr2830 || yy2arr2830 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2821[0] { + if yyq2830[0] { if x.Capacity == nil { r.EncodeNil() } else { @@ -36368,7 +36446,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2821[0] { + if yyq2830[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capacity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -36379,9 +36457,9 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2821 || yy2arr2821 { + if yyr2830 || yy2arr2830 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2821[1] { + if yyq2830[1] { if x.Allocatable == nil { r.EncodeNil() } else { @@ -36391,7 +36469,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2821[1] { + if yyq2830[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("allocatable")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -36402,29 +36480,29 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2821 || yy2arr2821 { + if yyr2830 || yy2arr2830 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2821[2] { + if yyq2830[2] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2821[2] { + if yyq2830[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr2821 || yy2arr2821 { + if yyr2830 || yy2arr2830 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2821[3] { + if yyq2830[3] { if x.Conditions == nil { r.EncodeNil() } else { - yym2826 := z.EncBinary() - _ = yym2826 + yym2835 := z.EncBinary() + _ = yym2835 if false { } else { h.encSliceNodeCondition(([]NodeCondition)(x.Conditions), e) @@ -36434,15 +36512,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2821[3] { + if yyq2830[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym2827 := z.EncBinary() - _ = yym2827 + yym2836 := z.EncBinary() + _ = yym2836 if false { } else { h.encSliceNodeCondition(([]NodeCondition)(x.Conditions), e) @@ -36450,14 +36528,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2821 || yy2arr2821 { + if yyr2830 || yy2arr2830 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2821[4] { + if yyq2830[4] { if x.Addresses == nil { r.EncodeNil() } else { - yym2829 := z.EncBinary() - _ = yym2829 + yym2838 := z.EncBinary() + _ = yym2838 if false { } else { h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) @@ -36467,15 +36545,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2821[4] { + if yyq2830[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("addresses")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Addresses == nil { r.EncodeNil() } else { - yym2830 := z.EncBinary() - _ = yym2830 + yym2839 := z.EncBinary() + _ = yym2839 if false { } else { h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) @@ -36483,48 +36561,48 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2821 || yy2arr2821 { + if yyr2830 || yy2arr2830 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2821[5] { - yy2832 := &x.DaemonEndpoints - yy2832.CodecEncodeSelf(e) + if yyq2830[5] { + yy2841 := &x.DaemonEndpoints + yy2841.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2821[5] { + if yyq2830[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("daemonEndpoints")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2833 := &x.DaemonEndpoints - yy2833.CodecEncodeSelf(e) + yy2842 := &x.DaemonEndpoints + yy2842.CodecEncodeSelf(e) } } - if yyr2821 || yy2arr2821 { + if yyr2830 || yy2arr2830 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2821[6] { - yy2835 := &x.NodeInfo - yy2835.CodecEncodeSelf(e) + if yyq2830[6] { + yy2844 := &x.NodeInfo + yy2844.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2821[6] { + if yyq2830[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeInfo")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2836 := &x.NodeInfo - yy2836.CodecEncodeSelf(e) + yy2845 := &x.NodeInfo + yy2845.CodecEncodeSelf(e) } } - if yyr2821 || yy2arr2821 { + if yyr2830 || yy2arr2830 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2821[7] { + if yyq2830[7] { if x.Images == nil { r.EncodeNil() } else { - yym2838 := z.EncBinary() - _ = yym2838 + yym2847 := z.EncBinary() + _ = yym2847 if false { } else { h.encSliceContainerImage(([]ContainerImage)(x.Images), e) @@ -36534,15 +36612,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2821[7] { + if yyq2830[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("images")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Images == nil { r.EncodeNil() } else { - yym2839 := z.EncBinary() - _ = yym2839 + yym2848 := z.EncBinary() + _ = yym2848 if false { } else { h.encSliceContainerImage(([]ContainerImage)(x.Images), e) @@ -36550,14 +36628,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2821 || yy2arr2821 { + if yyr2830 || yy2arr2830 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2821[8] { + if yyq2830[8] { if x.VolumesInUse == nil { r.EncodeNil() } else { - yym2841 := z.EncBinary() - _ = yym2841 + yym2850 := z.EncBinary() + _ = yym2850 if false { } else { h.encSliceUniqueVolumeName(([]UniqueVolumeName)(x.VolumesInUse), e) @@ -36567,15 +36645,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2821[8] { + if yyq2830[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumesInUse")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.VolumesInUse == nil { r.EncodeNil() } else { - yym2842 := z.EncBinary() - _ = yym2842 + yym2851 := z.EncBinary() + _ = yym2851 if false { } else { h.encSliceUniqueVolumeName(([]UniqueVolumeName)(x.VolumesInUse), e) @@ -36583,14 +36661,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2821 || yy2arr2821 { + if yyr2830 || yy2arr2830 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2821[9] { + if yyq2830[9] { if x.VolumesAttached == nil { r.EncodeNil() } else { - yym2844 := z.EncBinary() - _ = yym2844 + yym2853 := z.EncBinary() + _ = yym2853 if false { } else { h.encSliceAttachedVolume(([]AttachedVolume)(x.VolumesAttached), e) @@ -36600,15 +36678,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2821[9] { + if yyq2830[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumesAttached")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.VolumesAttached == nil { r.EncodeNil() } else { - yym2845 := z.EncBinary() - _ = yym2845 + yym2854 := z.EncBinary() + _ = yym2854 if false { } else { h.encSliceAttachedVolume(([]AttachedVolume)(x.VolumesAttached), e) @@ -36616,7 +36694,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2821 || yy2arr2821 { + if yyr2830 || yy2arr2830 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36629,25 +36707,25 @@ func (x *NodeStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2846 := z.DecBinary() - _ = yym2846 + yym2855 := z.DecBinary() + _ = yym2855 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2847 := r.ContainerType() - if yyct2847 == codecSelferValueTypeMap1234 { - yyl2847 := r.ReadMapStart() - if yyl2847 == 0 { + yyct2856 := r.ContainerType() + if yyct2856 == codecSelferValueTypeMap1234 { + yyl2856 := r.ReadMapStart() + if yyl2856 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2847, d) + x.codecDecodeSelfFromMap(yyl2856, d) } - } else if yyct2847 == codecSelferValueTypeArray1234 { - yyl2847 := r.ReadArrayStart() - if yyl2847 == 0 { + } else if yyct2856 == codecSelferValueTypeArray1234 { + yyl2856 := r.ReadArrayStart() + if yyl2856 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2847, d) + x.codecDecodeSelfFromArray(yyl2856, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36659,12 +36737,12 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2848Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2848Slc - var yyhl2848 bool = l >= 0 - for yyj2848 := 0; ; yyj2848++ { - if yyhl2848 { - if yyj2848 >= l { + var yys2857Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2857Slc + var yyhl2857 bool = l >= 0 + for yyj2857 := 0; ; yyj2857++ { + if yyhl2857 { + if yyj2857 >= l { break } } else { @@ -36673,23 +36751,23 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2848Slc = r.DecodeBytes(yys2848Slc, true, true) - yys2848 := string(yys2848Slc) + yys2857Slc = r.DecodeBytes(yys2857Slc, true, true) + yys2857 := string(yys2857Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2848 { + switch yys2857 { case "capacity": if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv2849 := &x.Capacity - yyv2849.CodecDecodeSelf(d) + yyv2858 := &x.Capacity + yyv2858.CodecDecodeSelf(d) } case "allocatable": if r.TryDecodeAsNil() { x.Allocatable = nil } else { - yyv2850 := &x.Allocatable - yyv2850.CodecDecodeSelf(d) + yyv2859 := &x.Allocatable + yyv2859.CodecDecodeSelf(d) } case "phase": if r.TryDecodeAsNil() { @@ -36701,80 +36779,80 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv2852 := &x.Conditions - yym2853 := z.DecBinary() - _ = yym2853 + yyv2861 := &x.Conditions + yym2862 := z.DecBinary() + _ = yym2862 if false { } else { - h.decSliceNodeCondition((*[]NodeCondition)(yyv2852), d) + h.decSliceNodeCondition((*[]NodeCondition)(yyv2861), d) } } case "addresses": if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2854 := &x.Addresses - yym2855 := z.DecBinary() - _ = yym2855 + yyv2863 := &x.Addresses + yym2864 := z.DecBinary() + _ = yym2864 if false { } else { - h.decSliceNodeAddress((*[]NodeAddress)(yyv2854), d) + h.decSliceNodeAddress((*[]NodeAddress)(yyv2863), d) } } case "daemonEndpoints": if r.TryDecodeAsNil() { x.DaemonEndpoints = NodeDaemonEndpoints{} } else { - yyv2856 := &x.DaemonEndpoints - yyv2856.CodecDecodeSelf(d) + yyv2865 := &x.DaemonEndpoints + yyv2865.CodecDecodeSelf(d) } case "nodeInfo": if r.TryDecodeAsNil() { x.NodeInfo = NodeSystemInfo{} } else { - yyv2857 := &x.NodeInfo - yyv2857.CodecDecodeSelf(d) + yyv2866 := &x.NodeInfo + yyv2866.CodecDecodeSelf(d) } case "images": if r.TryDecodeAsNil() { x.Images = nil } else { - yyv2858 := &x.Images - yym2859 := z.DecBinary() - _ = yym2859 + yyv2867 := &x.Images + yym2868 := z.DecBinary() + _ = yym2868 if false { } else { - h.decSliceContainerImage((*[]ContainerImage)(yyv2858), d) + h.decSliceContainerImage((*[]ContainerImage)(yyv2867), d) } } case "volumesInUse": if r.TryDecodeAsNil() { x.VolumesInUse = nil } else { - yyv2860 := &x.VolumesInUse - yym2861 := z.DecBinary() - _ = yym2861 + yyv2869 := &x.VolumesInUse + yym2870 := z.DecBinary() + _ = yym2870 if false { } else { - h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv2860), d) + h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv2869), d) } } case "volumesAttached": if r.TryDecodeAsNil() { x.VolumesAttached = nil } else { - yyv2862 := &x.VolumesAttached - yym2863 := z.DecBinary() - _ = yym2863 + yyv2871 := &x.VolumesAttached + yym2872 := z.DecBinary() + _ = yym2872 if false { } else { - h.decSliceAttachedVolume((*[]AttachedVolume)(yyv2862), d) + h.decSliceAttachedVolume((*[]AttachedVolume)(yyv2871), d) } } default: - z.DecStructFieldNotFound(-1, yys2848) - } // end switch yys2848 - } // end for yyj2848 + z.DecStructFieldNotFound(-1, yys2857) + } // end switch yys2857 + } // end for yyj2857 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36782,16 +36860,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2864 int - var yyb2864 bool - var yyhl2864 bool = l >= 0 - yyj2864++ - if yyhl2864 { - yyb2864 = yyj2864 > l + var yyj2873 int + var yyb2873 bool + var yyhl2873 bool = l >= 0 + yyj2873++ + if yyhl2873 { + yyb2873 = yyj2873 > l } else { - yyb2864 = r.CheckBreak() + yyb2873 = r.CheckBreak() } - if yyb2864 { + if yyb2873 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36799,16 +36877,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv2865 := &x.Capacity - yyv2865.CodecDecodeSelf(d) + yyv2874 := &x.Capacity + yyv2874.CodecDecodeSelf(d) } - yyj2864++ - if yyhl2864 { - yyb2864 = yyj2864 > l + yyj2873++ + if yyhl2873 { + yyb2873 = yyj2873 > l } else { - yyb2864 = r.CheckBreak() + yyb2873 = r.CheckBreak() } - if yyb2864 { + if yyb2873 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36816,16 +36894,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Allocatable = nil } else { - yyv2866 := &x.Allocatable - yyv2866.CodecDecodeSelf(d) + yyv2875 := &x.Allocatable + yyv2875.CodecDecodeSelf(d) } - yyj2864++ - if yyhl2864 { - yyb2864 = yyj2864 > l + yyj2873++ + if yyhl2873 { + yyb2873 = yyj2873 > l } else { - yyb2864 = r.CheckBreak() + yyb2873 = r.CheckBreak() } - if yyb2864 { + if yyb2873 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36835,13 +36913,13 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Phase = NodePhase(r.DecodeString()) } - yyj2864++ - if yyhl2864 { - yyb2864 = yyj2864 > l + yyj2873++ + if yyhl2873 { + yyb2873 = yyj2873 > l } else { - yyb2864 = r.CheckBreak() + yyb2873 = r.CheckBreak() } - if yyb2864 { + if yyb2873 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36849,21 +36927,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv2868 := &x.Conditions - yym2869 := z.DecBinary() - _ = yym2869 + yyv2877 := &x.Conditions + yym2878 := z.DecBinary() + _ = yym2878 if false { } else { - h.decSliceNodeCondition((*[]NodeCondition)(yyv2868), d) + h.decSliceNodeCondition((*[]NodeCondition)(yyv2877), d) } } - yyj2864++ - if yyhl2864 { - yyb2864 = yyj2864 > l + yyj2873++ + if yyhl2873 { + yyb2873 = yyj2873 > l } else { - yyb2864 = r.CheckBreak() + yyb2873 = r.CheckBreak() } - if yyb2864 { + if yyb2873 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36871,21 +36949,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2870 := &x.Addresses - yym2871 := z.DecBinary() - _ = yym2871 + yyv2879 := &x.Addresses + yym2880 := z.DecBinary() + _ = yym2880 if false { } else { - h.decSliceNodeAddress((*[]NodeAddress)(yyv2870), d) + h.decSliceNodeAddress((*[]NodeAddress)(yyv2879), d) } } - yyj2864++ - if yyhl2864 { - yyb2864 = yyj2864 > l + yyj2873++ + if yyhl2873 { + yyb2873 = yyj2873 > l } else { - yyb2864 = r.CheckBreak() + yyb2873 = r.CheckBreak() } - if yyb2864 { + if yyb2873 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36893,16 +36971,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DaemonEndpoints = NodeDaemonEndpoints{} } else { - yyv2872 := &x.DaemonEndpoints - yyv2872.CodecDecodeSelf(d) + yyv2881 := &x.DaemonEndpoints + yyv2881.CodecDecodeSelf(d) } - yyj2864++ - if yyhl2864 { - yyb2864 = yyj2864 > l + yyj2873++ + if yyhl2873 { + yyb2873 = yyj2873 > l } else { - yyb2864 = r.CheckBreak() + yyb2873 = r.CheckBreak() } - if yyb2864 { + if yyb2873 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36910,16 +36988,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeInfo = NodeSystemInfo{} } else { - yyv2873 := &x.NodeInfo - yyv2873.CodecDecodeSelf(d) + yyv2882 := &x.NodeInfo + yyv2882.CodecDecodeSelf(d) } - yyj2864++ - if yyhl2864 { - yyb2864 = yyj2864 > l + yyj2873++ + if yyhl2873 { + yyb2873 = yyj2873 > l } else { - yyb2864 = r.CheckBreak() + yyb2873 = r.CheckBreak() } - if yyb2864 { + if yyb2873 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36927,21 +37005,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Images = nil } else { - yyv2874 := &x.Images - yym2875 := z.DecBinary() - _ = yym2875 + yyv2883 := &x.Images + yym2884 := z.DecBinary() + _ = yym2884 if false { } else { - h.decSliceContainerImage((*[]ContainerImage)(yyv2874), d) + h.decSliceContainerImage((*[]ContainerImage)(yyv2883), d) } } - yyj2864++ - if yyhl2864 { - yyb2864 = yyj2864 > l + yyj2873++ + if yyhl2873 { + yyb2873 = yyj2873 > l } else { - yyb2864 = r.CheckBreak() + yyb2873 = r.CheckBreak() } - if yyb2864 { + if yyb2873 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36949,21 +37027,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.VolumesInUse = nil } else { - yyv2876 := &x.VolumesInUse - yym2877 := z.DecBinary() - _ = yym2877 + yyv2885 := &x.VolumesInUse + yym2886 := z.DecBinary() + _ = yym2886 if false { } else { - h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv2876), d) + h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv2885), d) } } - yyj2864++ - if yyhl2864 { - yyb2864 = yyj2864 > l + yyj2873++ + if yyhl2873 { + yyb2873 = yyj2873 > l } else { - yyb2864 = r.CheckBreak() + yyb2873 = r.CheckBreak() } - if yyb2864 { + if yyb2873 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36971,26 +37049,26 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.VolumesAttached = nil } else { - yyv2878 := &x.VolumesAttached - yym2879 := z.DecBinary() - _ = yym2879 + yyv2887 := &x.VolumesAttached + yym2888 := z.DecBinary() + _ = yym2888 if false { } else { - h.decSliceAttachedVolume((*[]AttachedVolume)(yyv2878), d) + h.decSliceAttachedVolume((*[]AttachedVolume)(yyv2887), d) } } for { - yyj2864++ - if yyhl2864 { - yyb2864 = yyj2864 > l + yyj2873++ + if yyhl2873 { + yyb2873 = yyj2873 > l } else { - yyb2864 = r.CheckBreak() + yyb2873 = r.CheckBreak() } - if yyb2864 { + if yyb2873 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2864-1, "") + z.DecStructFieldNotFound(yyj2873-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36999,8 +37077,8 @@ func (x UniqueVolumeName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2880 := z.EncBinary() - _ = yym2880 + yym2889 := z.EncBinary() + _ = yym2889 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -37012,8 +37090,8 @@ func (x *UniqueVolumeName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2881 := z.DecBinary() - _ = yym2881 + yym2890 := z.DecBinary() + _ = yym2890 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -37028,30 +37106,30 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2882 := z.EncBinary() - _ = yym2882 + yym2891 := z.EncBinary() + _ = yym2891 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2883 := !z.EncBinary() - yy2arr2883 := z.EncBasicHandle().StructToArray - var yyq2883 [2]bool - _, _, _ = yysep2883, yyq2883, yy2arr2883 - const yyr2883 bool = false - var yynn2883 int - if yyr2883 || yy2arr2883 { + yysep2892 := !z.EncBinary() + yy2arr2892 := z.EncBasicHandle().StructToArray + var yyq2892 [2]bool + _, _, _ = yysep2892, yyq2892, yy2arr2892 + const yyr2892 bool = false + var yynn2892 int + if yyr2892 || yy2arr2892 { r.EncodeArrayStart(2) } else { - yynn2883 = 2 - for _, b := range yyq2883 { + yynn2892 = 2 + for _, b := range yyq2892 { if b { - yynn2883++ + yynn2892++ } } - r.EncodeMapStart(yynn2883) - yynn2883 = 0 + r.EncodeMapStart(yynn2892) + yynn2892 = 0 } - if yyr2883 || yy2arr2883 { + if yyr2892 || yy2arr2892 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Name.CodecEncodeSelf(e) } else { @@ -37060,10 +37138,10 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Name.CodecEncodeSelf(e) } - if yyr2883 || yy2arr2883 { + if yyr2892 || yy2arr2892 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2886 := z.EncBinary() - _ = yym2886 + yym2895 := z.EncBinary() + _ = yym2895 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DevicePath)) @@ -37072,14 +37150,14 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("devicePath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2887 := z.EncBinary() - _ = yym2887 + yym2896 := z.EncBinary() + _ = yym2896 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DevicePath)) } } - if yyr2883 || yy2arr2883 { + if yyr2892 || yy2arr2892 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37092,25 +37170,25 @@ func (x *AttachedVolume) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2888 := z.DecBinary() - _ = yym2888 + yym2897 := z.DecBinary() + _ = yym2897 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2889 := r.ContainerType() - if yyct2889 == codecSelferValueTypeMap1234 { - yyl2889 := r.ReadMapStart() - if yyl2889 == 0 { + yyct2898 := r.ContainerType() + if yyct2898 == codecSelferValueTypeMap1234 { + yyl2898 := r.ReadMapStart() + if yyl2898 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2889, d) + x.codecDecodeSelfFromMap(yyl2898, d) } - } else if yyct2889 == codecSelferValueTypeArray1234 { - yyl2889 := r.ReadArrayStart() - if yyl2889 == 0 { + } else if yyct2898 == codecSelferValueTypeArray1234 { + yyl2898 := r.ReadArrayStart() + if yyl2898 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2889, d) + x.codecDecodeSelfFromArray(yyl2898, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37122,12 +37200,12 @@ func (x *AttachedVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2890Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2890Slc - var yyhl2890 bool = l >= 0 - for yyj2890 := 0; ; yyj2890++ { - if yyhl2890 { - if yyj2890 >= l { + var yys2899Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2899Slc + var yyhl2899 bool = l >= 0 + for yyj2899 := 0; ; yyj2899++ { + if yyhl2899 { + if yyj2899 >= l { break } } else { @@ -37136,10 +37214,10 @@ func (x *AttachedVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2890Slc = r.DecodeBytes(yys2890Slc, true, true) - yys2890 := string(yys2890Slc) + yys2899Slc = r.DecodeBytes(yys2899Slc, true, true) + yys2899 := string(yys2899Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2890 { + switch yys2899 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -37153,9 +37231,9 @@ func (x *AttachedVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.DevicePath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2890) - } // end switch yys2890 - } // end for yyj2890 + z.DecStructFieldNotFound(-1, yys2899) + } // end switch yys2899 + } // end for yyj2899 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37163,16 +37241,16 @@ func (x *AttachedVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2893 int - var yyb2893 bool - var yyhl2893 bool = l >= 0 - yyj2893++ - if yyhl2893 { - yyb2893 = yyj2893 > l + var yyj2902 int + var yyb2902 bool + var yyhl2902 bool = l >= 0 + yyj2902++ + if yyhl2902 { + yyb2902 = yyj2902 > l } else { - yyb2893 = r.CheckBreak() + yyb2902 = r.CheckBreak() } - if yyb2893 { + if yyb2902 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37182,13 +37260,13 @@ func (x *AttachedVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = UniqueVolumeName(r.DecodeString()) } - yyj2893++ - if yyhl2893 { - yyb2893 = yyj2893 > l + yyj2902++ + if yyhl2902 { + yyb2902 = yyj2902 > l } else { - yyb2893 = r.CheckBreak() + yyb2902 = r.CheckBreak() } - if yyb2893 { + if yyb2902 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37199,17 +37277,17 @@ func (x *AttachedVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.DevicePath = string(r.DecodeString()) } for { - yyj2893++ - if yyhl2893 { - yyb2893 = yyj2893 > l + yyj2902++ + if yyhl2902 { + yyb2902 = yyj2902 > l } else { - yyb2893 = r.CheckBreak() + yyb2902 = r.CheckBreak() } - if yyb2893 { + if yyb2902 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2893-1, "") + z.DecStructFieldNotFound(yyj2902-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37221,38 +37299,38 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2896 := z.EncBinary() - _ = yym2896 + yym2905 := z.EncBinary() + _ = yym2905 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2897 := !z.EncBinary() - yy2arr2897 := z.EncBasicHandle().StructToArray - var yyq2897 [1]bool - _, _, _ = yysep2897, yyq2897, yy2arr2897 - const yyr2897 bool = false - yyq2897[0] = len(x.PreferAvoidPods) != 0 - var yynn2897 int - if yyr2897 || yy2arr2897 { + yysep2906 := !z.EncBinary() + yy2arr2906 := z.EncBasicHandle().StructToArray + var yyq2906 [1]bool + _, _, _ = yysep2906, yyq2906, yy2arr2906 + const yyr2906 bool = false + yyq2906[0] = len(x.PreferAvoidPods) != 0 + var yynn2906 int + if yyr2906 || yy2arr2906 { r.EncodeArrayStart(1) } else { - yynn2897 = 0 - for _, b := range yyq2897 { + yynn2906 = 0 + for _, b := range yyq2906 { if b { - yynn2897++ + yynn2906++ } } - r.EncodeMapStart(yynn2897) - yynn2897 = 0 + r.EncodeMapStart(yynn2906) + yynn2906 = 0 } - if yyr2897 || yy2arr2897 { + if yyr2906 || yy2arr2906 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2897[0] { + if yyq2906[0] { if x.PreferAvoidPods == nil { r.EncodeNil() } else { - yym2899 := z.EncBinary() - _ = yym2899 + yym2908 := z.EncBinary() + _ = yym2908 if false { } else { h.encSlicePreferAvoidPodsEntry(([]PreferAvoidPodsEntry)(x.PreferAvoidPods), e) @@ -37262,15 +37340,15 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2897[0] { + if yyq2906[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preferAvoidPods")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.PreferAvoidPods == nil { r.EncodeNil() } else { - yym2900 := z.EncBinary() - _ = yym2900 + yym2909 := z.EncBinary() + _ = yym2909 if false { } else { h.encSlicePreferAvoidPodsEntry(([]PreferAvoidPodsEntry)(x.PreferAvoidPods), e) @@ -37278,7 +37356,7 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2897 || yy2arr2897 { + if yyr2906 || yy2arr2906 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37291,25 +37369,25 @@ func (x *AvoidPods) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2901 := z.DecBinary() - _ = yym2901 + yym2910 := z.DecBinary() + _ = yym2910 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2902 := r.ContainerType() - if yyct2902 == codecSelferValueTypeMap1234 { - yyl2902 := r.ReadMapStart() - if yyl2902 == 0 { + yyct2911 := r.ContainerType() + if yyct2911 == codecSelferValueTypeMap1234 { + yyl2911 := r.ReadMapStart() + if yyl2911 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2902, d) + x.codecDecodeSelfFromMap(yyl2911, d) } - } else if yyct2902 == codecSelferValueTypeArray1234 { - yyl2902 := r.ReadArrayStart() - if yyl2902 == 0 { + } else if yyct2911 == codecSelferValueTypeArray1234 { + yyl2911 := r.ReadArrayStart() + if yyl2911 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2902, d) + x.codecDecodeSelfFromArray(yyl2911, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37321,12 +37399,12 @@ func (x *AvoidPods) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2903Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2903Slc - var yyhl2903 bool = l >= 0 - for yyj2903 := 0; ; yyj2903++ { - if yyhl2903 { - if yyj2903 >= l { + var yys2912Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2912Slc + var yyhl2912 bool = l >= 0 + for yyj2912 := 0; ; yyj2912++ { + if yyhl2912 { + if yyj2912 >= l { break } } else { @@ -37335,26 +37413,26 @@ func (x *AvoidPods) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2903Slc = r.DecodeBytes(yys2903Slc, true, true) - yys2903 := string(yys2903Slc) + yys2912Slc = r.DecodeBytes(yys2912Slc, true, true) + yys2912 := string(yys2912Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2903 { + switch yys2912 { case "preferAvoidPods": if r.TryDecodeAsNil() { x.PreferAvoidPods = nil } else { - yyv2904 := &x.PreferAvoidPods - yym2905 := z.DecBinary() - _ = yym2905 + yyv2913 := &x.PreferAvoidPods + yym2914 := z.DecBinary() + _ = yym2914 if false { } else { - h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv2904), d) + h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv2913), d) } } default: - z.DecStructFieldNotFound(-1, yys2903) - } // end switch yys2903 - } // end for yyj2903 + z.DecStructFieldNotFound(-1, yys2912) + } // end switch yys2912 + } // end for yyj2912 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37362,16 +37440,16 @@ func (x *AvoidPods) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2906 int - var yyb2906 bool - var yyhl2906 bool = l >= 0 - yyj2906++ - if yyhl2906 { - yyb2906 = yyj2906 > l + var yyj2915 int + var yyb2915 bool + var yyhl2915 bool = l >= 0 + yyj2915++ + if yyhl2915 { + yyb2915 = yyj2915 > l } else { - yyb2906 = r.CheckBreak() + yyb2915 = r.CheckBreak() } - if yyb2906 { + if yyb2915 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37379,26 +37457,26 @@ func (x *AvoidPods) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.PreferAvoidPods = nil } else { - yyv2907 := &x.PreferAvoidPods - yym2908 := z.DecBinary() - _ = yym2908 + yyv2916 := &x.PreferAvoidPods + yym2917 := z.DecBinary() + _ = yym2917 if false { } else { - h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv2907), d) + h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv2916), d) } } for { - yyj2906++ - if yyhl2906 { - yyb2906 = yyj2906 > l + yyj2915++ + if yyhl2915 { + yyb2915 = yyj2915 > l } else { - yyb2906 = r.CheckBreak() + yyb2915 = r.CheckBreak() } - if yyb2906 { + if yyb2915 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2906-1, "") + z.DecStructFieldNotFound(yyj2915-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37410,85 +37488,85 @@ func (x *PreferAvoidPodsEntry) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2909 := z.EncBinary() - _ = yym2909 + yym2918 := z.EncBinary() + _ = yym2918 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2910 := !z.EncBinary() - yy2arr2910 := z.EncBasicHandle().StructToArray - var yyq2910 [4]bool - _, _, _ = yysep2910, yyq2910, yy2arr2910 - const yyr2910 bool = false - yyq2910[1] = true - yyq2910[2] = x.Reason != "" - yyq2910[3] = x.Message != "" - var yynn2910 int - if yyr2910 || yy2arr2910 { + yysep2919 := !z.EncBinary() + yy2arr2919 := z.EncBasicHandle().StructToArray + var yyq2919 [4]bool + _, _, _ = yysep2919, yyq2919, yy2arr2919 + const yyr2919 bool = false + yyq2919[1] = true + yyq2919[2] = x.Reason != "" + yyq2919[3] = x.Message != "" + var yynn2919 int + if yyr2919 || yy2arr2919 { r.EncodeArrayStart(4) } else { - yynn2910 = 1 - for _, b := range yyq2910 { + yynn2919 = 1 + for _, b := range yyq2919 { if b { - yynn2910++ + yynn2919++ } } - r.EncodeMapStart(yynn2910) - yynn2910 = 0 + r.EncodeMapStart(yynn2919) + yynn2919 = 0 } - if yyr2910 || yy2arr2910 { + if yyr2919 || yy2arr2919 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy2912 := &x.PodSignature - yy2912.CodecEncodeSelf(e) + yy2921 := &x.PodSignature + yy2921.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podSignature")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2913 := &x.PodSignature - yy2913.CodecEncodeSelf(e) + yy2922 := &x.PodSignature + yy2922.CodecEncodeSelf(e) } - if yyr2910 || yy2arr2910 { + if yyr2919 || yy2arr2919 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2910[1] { - yy2915 := &x.EvictionTime - yym2916 := z.EncBinary() - _ = yym2916 + if yyq2919[1] { + yy2924 := &x.EvictionTime + yym2925 := z.EncBinary() + _ = yym2925 if false { - } else if z.HasExtensions() && z.EncExt(yy2915) { - } else if yym2916 { - z.EncBinaryMarshal(yy2915) - } else if !yym2916 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2915) + } else if z.HasExtensions() && z.EncExt(yy2924) { + } else if yym2925 { + z.EncBinaryMarshal(yy2924) + } else if !yym2925 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2924) } else { - z.EncFallback(yy2915) + z.EncFallback(yy2924) } } else { r.EncodeNil() } } else { - if yyq2910[1] { + if yyq2919[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("evictionTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2917 := &x.EvictionTime - yym2918 := z.EncBinary() - _ = yym2918 + yy2926 := &x.EvictionTime + yym2927 := z.EncBinary() + _ = yym2927 if false { - } else if z.HasExtensions() && z.EncExt(yy2917) { - } else if yym2918 { - z.EncBinaryMarshal(yy2917) - } else if !yym2918 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2917) + } else if z.HasExtensions() && z.EncExt(yy2926) { + } else if yym2927 { + z.EncBinaryMarshal(yy2926) + } else if !yym2927 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2926) } else { - z.EncFallback(yy2917) + z.EncFallback(yy2926) } } } - if yyr2910 || yy2arr2910 { + if yyr2919 || yy2arr2919 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2910[2] { - yym2920 := z.EncBinary() - _ = yym2920 + if yyq2919[2] { + yym2929 := z.EncBinary() + _ = yym2929 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -37497,23 +37575,23 @@ func (x *PreferAvoidPodsEntry) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2910[2] { + if yyq2919[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2921 := z.EncBinary() - _ = yym2921 + yym2930 := z.EncBinary() + _ = yym2930 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr2910 || yy2arr2910 { + if yyr2919 || yy2arr2919 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2910[3] { - yym2923 := z.EncBinary() - _ = yym2923 + if yyq2919[3] { + yym2932 := z.EncBinary() + _ = yym2932 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -37522,19 +37600,19 @@ func (x *PreferAvoidPodsEntry) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2910[3] { + if yyq2919[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2924 := z.EncBinary() - _ = yym2924 + yym2933 := z.EncBinary() + _ = yym2933 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr2910 || yy2arr2910 { + if yyr2919 || yy2arr2919 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37547,25 +37625,25 @@ func (x *PreferAvoidPodsEntry) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2925 := z.DecBinary() - _ = yym2925 + yym2934 := z.DecBinary() + _ = yym2934 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2926 := r.ContainerType() - if yyct2926 == codecSelferValueTypeMap1234 { - yyl2926 := r.ReadMapStart() - if yyl2926 == 0 { + yyct2935 := r.ContainerType() + if yyct2935 == codecSelferValueTypeMap1234 { + yyl2935 := r.ReadMapStart() + if yyl2935 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2926, d) + x.codecDecodeSelfFromMap(yyl2935, d) } - } else if yyct2926 == codecSelferValueTypeArray1234 { - yyl2926 := r.ReadArrayStart() - if yyl2926 == 0 { + } else if yyct2935 == codecSelferValueTypeArray1234 { + yyl2935 := r.ReadArrayStart() + if yyl2935 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2926, d) + x.codecDecodeSelfFromArray(yyl2935, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37577,12 +37655,12 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2927Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2927Slc - var yyhl2927 bool = l >= 0 - for yyj2927 := 0; ; yyj2927++ { - if yyhl2927 { - if yyj2927 >= l { + var yys2936Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2936Slc + var yyhl2936 bool = l >= 0 + for yyj2936 := 0; ; yyj2936++ { + if yyhl2936 { + if yyj2936 >= l { break } } else { @@ -37591,32 +37669,32 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2927Slc = r.DecodeBytes(yys2927Slc, true, true) - yys2927 := string(yys2927Slc) + yys2936Slc = r.DecodeBytes(yys2936Slc, true, true) + yys2936 := string(yys2936Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2927 { + switch yys2936 { case "podSignature": if r.TryDecodeAsNil() { x.PodSignature = PodSignature{} } else { - yyv2928 := &x.PodSignature - yyv2928.CodecDecodeSelf(d) + yyv2937 := &x.PodSignature + yyv2937.CodecDecodeSelf(d) } case "evictionTime": if r.TryDecodeAsNil() { x.EvictionTime = pkg2_unversioned.Time{} } else { - yyv2929 := &x.EvictionTime - yym2930 := z.DecBinary() - _ = yym2930 + yyv2938 := &x.EvictionTime + yym2939 := z.DecBinary() + _ = yym2939 if false { - } else if z.HasExtensions() && z.DecExt(yyv2929) { - } else if yym2930 { - z.DecBinaryUnmarshal(yyv2929) - } else if !yym2930 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2929) + } else if z.HasExtensions() && z.DecExt(yyv2938) { + } else if yym2939 { + z.DecBinaryUnmarshal(yyv2938) + } else if !yym2939 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2938) } else { - z.DecFallback(yyv2929, false) + z.DecFallback(yyv2938, false) } } case "reason": @@ -37632,9 +37710,9 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2927) - } // end switch yys2927 - } // end for yyj2927 + z.DecStructFieldNotFound(-1, yys2936) + } // end switch yys2936 + } // end for yyj2936 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37642,16 +37720,16 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2933 int - var yyb2933 bool - var yyhl2933 bool = l >= 0 - yyj2933++ - if yyhl2933 { - yyb2933 = yyj2933 > l + var yyj2942 int + var yyb2942 bool + var yyhl2942 bool = l >= 0 + yyj2942++ + if yyhl2942 { + yyb2942 = yyj2942 > l } else { - yyb2933 = r.CheckBreak() + yyb2942 = r.CheckBreak() } - if yyb2933 { + if yyb2942 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37659,16 +37737,16 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.PodSignature = PodSignature{} } else { - yyv2934 := &x.PodSignature - yyv2934.CodecDecodeSelf(d) + yyv2943 := &x.PodSignature + yyv2943.CodecDecodeSelf(d) } - yyj2933++ - if yyhl2933 { - yyb2933 = yyj2933 > l + yyj2942++ + if yyhl2942 { + yyb2942 = yyj2942 > l } else { - yyb2933 = r.CheckBreak() + yyb2942 = r.CheckBreak() } - if yyb2933 { + if yyb2942 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37676,26 +37754,26 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.EvictionTime = pkg2_unversioned.Time{} } else { - yyv2935 := &x.EvictionTime - yym2936 := z.DecBinary() - _ = yym2936 + yyv2944 := &x.EvictionTime + yym2945 := z.DecBinary() + _ = yym2945 if false { - } else if z.HasExtensions() && z.DecExt(yyv2935) { - } else if yym2936 { - z.DecBinaryUnmarshal(yyv2935) - } else if !yym2936 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2935) + } else if z.HasExtensions() && z.DecExt(yyv2944) { + } else if yym2945 { + z.DecBinaryUnmarshal(yyv2944) + } else if !yym2945 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2944) } else { - z.DecFallback(yyv2935, false) + z.DecFallback(yyv2944, false) } } - yyj2933++ - if yyhl2933 { - yyb2933 = yyj2933 > l + yyj2942++ + if yyhl2942 { + yyb2942 = yyj2942 > l } else { - yyb2933 = r.CheckBreak() + yyb2942 = r.CheckBreak() } - if yyb2933 { + if yyb2942 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37705,13 +37783,13 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.Reason = string(r.DecodeString()) } - yyj2933++ - if yyhl2933 { - yyb2933 = yyj2933 > l + yyj2942++ + if yyhl2942 { + yyb2942 = yyj2942 > l } else { - yyb2933 = r.CheckBreak() + yyb2942 = r.CheckBreak() } - if yyb2933 { + if yyb2942 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37722,17 +37800,17 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Message = string(r.DecodeString()) } for { - yyj2933++ - if yyhl2933 { - yyb2933 = yyj2933 > l + yyj2942++ + if yyhl2942 { + yyb2942 = yyj2942 > l } else { - yyb2933 = r.CheckBreak() + yyb2942 = r.CheckBreak() } - if yyb2933 { + if yyb2942 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2933-1, "") + z.DecStructFieldNotFound(yyj2942-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37744,33 +37822,33 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2939 := z.EncBinary() - _ = yym2939 + yym2948 := z.EncBinary() + _ = yym2948 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2940 := !z.EncBinary() - yy2arr2940 := z.EncBasicHandle().StructToArray - var yyq2940 [1]bool - _, _, _ = yysep2940, yyq2940, yy2arr2940 - const yyr2940 bool = false - yyq2940[0] = x.PodController != nil - var yynn2940 int - if yyr2940 || yy2arr2940 { + yysep2949 := !z.EncBinary() + yy2arr2949 := z.EncBasicHandle().StructToArray + var yyq2949 [1]bool + _, _, _ = yysep2949, yyq2949, yy2arr2949 + const yyr2949 bool = false + yyq2949[0] = x.PodController != nil + var yynn2949 int + if yyr2949 || yy2arr2949 { r.EncodeArrayStart(1) } else { - yynn2940 = 0 - for _, b := range yyq2940 { + yynn2949 = 0 + for _, b := range yyq2949 { if b { - yynn2940++ + yynn2949++ } } - r.EncodeMapStart(yynn2940) - yynn2940 = 0 + r.EncodeMapStart(yynn2949) + yynn2949 = 0 } - if yyr2940 || yy2arr2940 { + if yyr2949 || yy2arr2949 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2940[0] { + if yyq2949[0] { if x.PodController == nil { r.EncodeNil() } else { @@ -37780,7 +37858,7 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2940[0] { + if yyq2949[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podController")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -37791,7 +37869,7 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2940 || yy2arr2940 { + if yyr2949 || yy2arr2949 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37804,25 +37882,25 @@ func (x *PodSignature) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2942 := z.DecBinary() - _ = yym2942 + yym2951 := z.DecBinary() + _ = yym2951 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2943 := r.ContainerType() - if yyct2943 == codecSelferValueTypeMap1234 { - yyl2943 := r.ReadMapStart() - if yyl2943 == 0 { + yyct2952 := r.ContainerType() + if yyct2952 == codecSelferValueTypeMap1234 { + yyl2952 := r.ReadMapStart() + if yyl2952 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2943, d) + x.codecDecodeSelfFromMap(yyl2952, d) } - } else if yyct2943 == codecSelferValueTypeArray1234 { - yyl2943 := r.ReadArrayStart() - if yyl2943 == 0 { + } else if yyct2952 == codecSelferValueTypeArray1234 { + yyl2952 := r.ReadArrayStart() + if yyl2952 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2943, d) + x.codecDecodeSelfFromArray(yyl2952, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37834,12 +37912,12 @@ func (x *PodSignature) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2944Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2944Slc - var yyhl2944 bool = l >= 0 - for yyj2944 := 0; ; yyj2944++ { - if yyhl2944 { - if yyj2944 >= l { + var yys2953Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2953Slc + var yyhl2953 bool = l >= 0 + for yyj2953 := 0; ; yyj2953++ { + if yyhl2953 { + if yyj2953 >= l { break } } else { @@ -37848,10 +37926,10 @@ func (x *PodSignature) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2944Slc = r.DecodeBytes(yys2944Slc, true, true) - yys2944 := string(yys2944Slc) + yys2953Slc = r.DecodeBytes(yys2953Slc, true, true) + yys2953 := string(yys2953Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2944 { + switch yys2953 { case "podController": if r.TryDecodeAsNil() { if x.PodController != nil { @@ -37864,9 +37942,9 @@ func (x *PodSignature) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.PodController.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2944) - } // end switch yys2944 - } // end for yyj2944 + z.DecStructFieldNotFound(-1, yys2953) + } // end switch yys2953 + } // end for yyj2953 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37874,16 +37952,16 @@ func (x *PodSignature) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2946 int - var yyb2946 bool - var yyhl2946 bool = l >= 0 - yyj2946++ - if yyhl2946 { - yyb2946 = yyj2946 > l + var yyj2955 int + var yyb2955 bool + var yyhl2955 bool = l >= 0 + yyj2955++ + if yyhl2955 { + yyb2955 = yyj2955 > l } else { - yyb2946 = r.CheckBreak() + yyb2955 = r.CheckBreak() } - if yyb2946 { + if yyb2955 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37899,17 +37977,17 @@ func (x *PodSignature) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.PodController.CodecDecodeSelf(d) } for { - yyj2946++ - if yyhl2946 { - yyb2946 = yyj2946 > l + yyj2955++ + if yyhl2955 { + yyb2955 = yyj2955 > l } else { - yyb2946 = r.CheckBreak() + yyb2955 = r.CheckBreak() } - if yyb2946 { + if yyb2955 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2946-1, "") + z.DecStructFieldNotFound(yyj2955-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37921,37 +37999,37 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2948 := z.EncBinary() - _ = yym2948 + yym2957 := z.EncBinary() + _ = yym2957 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2949 := !z.EncBinary() - yy2arr2949 := z.EncBasicHandle().StructToArray - var yyq2949 [2]bool - _, _, _ = yysep2949, yyq2949, yy2arr2949 - const yyr2949 bool = false - yyq2949[1] = x.SizeBytes != 0 - var yynn2949 int - if yyr2949 || yy2arr2949 { + yysep2958 := !z.EncBinary() + yy2arr2958 := z.EncBasicHandle().StructToArray + var yyq2958 [2]bool + _, _, _ = yysep2958, yyq2958, yy2arr2958 + const yyr2958 bool = false + yyq2958[1] = x.SizeBytes != 0 + var yynn2958 int + if yyr2958 || yy2arr2958 { r.EncodeArrayStart(2) } else { - yynn2949 = 1 - for _, b := range yyq2949 { + yynn2958 = 1 + for _, b := range yyq2958 { if b { - yynn2949++ + yynn2958++ } } - r.EncodeMapStart(yynn2949) - yynn2949 = 0 + r.EncodeMapStart(yynn2958) + yynn2958 = 0 } - if yyr2949 || yy2arr2949 { + if yyr2958 || yy2arr2958 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Names == nil { r.EncodeNil() } else { - yym2951 := z.EncBinary() - _ = yym2951 + yym2960 := z.EncBinary() + _ = yym2960 if false { } else { z.F.EncSliceStringV(x.Names, false, e) @@ -37964,19 +38042,19 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { if x.Names == nil { r.EncodeNil() } else { - yym2952 := z.EncBinary() - _ = yym2952 + yym2961 := z.EncBinary() + _ = yym2961 if false { } else { z.F.EncSliceStringV(x.Names, false, e) } } } - if yyr2949 || yy2arr2949 { + if yyr2958 || yy2arr2958 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2949[1] { - yym2954 := z.EncBinary() - _ = yym2954 + if yyq2958[1] { + yym2963 := z.EncBinary() + _ = yym2963 if false { } else { r.EncodeInt(int64(x.SizeBytes)) @@ -37985,19 +38063,19 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq2949[1] { + if yyq2958[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sizeBytes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2955 := z.EncBinary() - _ = yym2955 + yym2964 := z.EncBinary() + _ = yym2964 if false { } else { r.EncodeInt(int64(x.SizeBytes)) } } } - if yyr2949 || yy2arr2949 { + if yyr2958 || yy2arr2958 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38010,25 +38088,25 @@ func (x *ContainerImage) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2956 := z.DecBinary() - _ = yym2956 + yym2965 := z.DecBinary() + _ = yym2965 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2957 := r.ContainerType() - if yyct2957 == codecSelferValueTypeMap1234 { - yyl2957 := r.ReadMapStart() - if yyl2957 == 0 { + yyct2966 := r.ContainerType() + if yyct2966 == codecSelferValueTypeMap1234 { + yyl2966 := r.ReadMapStart() + if yyl2966 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2957, d) + x.codecDecodeSelfFromMap(yyl2966, d) } - } else if yyct2957 == codecSelferValueTypeArray1234 { - yyl2957 := r.ReadArrayStart() - if yyl2957 == 0 { + } else if yyct2966 == codecSelferValueTypeArray1234 { + yyl2966 := r.ReadArrayStart() + if yyl2966 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2957, d) + x.codecDecodeSelfFromArray(yyl2966, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38040,12 +38118,12 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2958Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2958Slc - var yyhl2958 bool = l >= 0 - for yyj2958 := 0; ; yyj2958++ { - if yyhl2958 { - if yyj2958 >= l { + var yys2967Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2967Slc + var yyhl2967 bool = l >= 0 + for yyj2967 := 0; ; yyj2967++ { + if yyhl2967 { + if yyj2967 >= l { break } } else { @@ -38054,20 +38132,20 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2958Slc = r.DecodeBytes(yys2958Slc, true, true) - yys2958 := string(yys2958Slc) + yys2967Slc = r.DecodeBytes(yys2967Slc, true, true) + yys2967 := string(yys2967Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2958 { + switch yys2967 { case "names": if r.TryDecodeAsNil() { x.Names = nil } else { - yyv2959 := &x.Names - yym2960 := z.DecBinary() - _ = yym2960 + yyv2968 := &x.Names + yym2969 := z.DecBinary() + _ = yym2969 if false { } else { - z.F.DecSliceStringX(yyv2959, false, d) + z.F.DecSliceStringX(yyv2968, false, d) } } case "sizeBytes": @@ -38077,9 +38155,9 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.SizeBytes = int64(r.DecodeInt(64)) } default: - z.DecStructFieldNotFound(-1, yys2958) - } // end switch yys2958 - } // end for yyj2958 + z.DecStructFieldNotFound(-1, yys2967) + } // end switch yys2967 + } // end for yyj2967 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38087,16 +38165,16 @@ func (x *ContainerImage) 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 yyj2971 int + var yyb2971 bool + var yyhl2971 bool = l >= 0 + yyj2971++ + if yyhl2971 { + yyb2971 = yyj2971 > l } else { - yyb2962 = r.CheckBreak() + yyb2971 = r.CheckBreak() } - if yyb2962 { + if yyb2971 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38104,21 +38182,21 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Names = nil } else { - yyv2963 := &x.Names - yym2964 := z.DecBinary() - _ = yym2964 + yyv2972 := &x.Names + yym2973 := z.DecBinary() + _ = yym2973 if false { } else { - z.F.DecSliceStringX(yyv2963, false, d) + z.F.DecSliceStringX(yyv2972, false, d) } } - yyj2962++ - if yyhl2962 { - yyb2962 = yyj2962 > l + yyj2971++ + if yyhl2971 { + yyb2971 = yyj2971 > l } else { - yyb2962 = r.CheckBreak() + yyb2971 = r.CheckBreak() } - if yyb2962 { + if yyb2971 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38129,17 +38207,17 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.SizeBytes = int64(r.DecodeInt(64)) } for { - yyj2962++ - if yyhl2962 { - yyb2962 = yyj2962 > l + yyj2971++ + if yyhl2971 { + yyb2971 = yyj2971 > l } else { - yyb2962 = r.CheckBreak() + yyb2971 = r.CheckBreak() } - if yyb2962 { + if yyb2971 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2962-1, "") + z.DecStructFieldNotFound(yyj2971-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38148,8 +38226,8 @@ func (x NodePhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2966 := z.EncBinary() - _ = yym2966 + yym2975 := z.EncBinary() + _ = yym2975 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -38161,8 +38239,8 @@ func (x *NodePhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2967 := z.DecBinary() - _ = yym2967 + yym2976 := z.DecBinary() + _ = yym2976 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -38174,8 +38252,8 @@ func (x NodeConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2968 := z.EncBinary() - _ = yym2968 + yym2977 := z.EncBinary() + _ = yym2977 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -38187,8 +38265,8 @@ func (x *NodeConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2969 := z.DecBinary() - _ = yym2969 + yym2978 := z.DecBinary() + _ = yym2978 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -38203,34 +38281,34 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2970 := z.EncBinary() - _ = yym2970 + yym2979 := z.EncBinary() + _ = yym2979 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2971 := !z.EncBinary() - yy2arr2971 := z.EncBasicHandle().StructToArray - var yyq2971 [6]bool - _, _, _ = yysep2971, yyq2971, yy2arr2971 - const yyr2971 bool = false - yyq2971[2] = true - yyq2971[3] = true - yyq2971[4] = x.Reason != "" - yyq2971[5] = x.Message != "" - var yynn2971 int - if yyr2971 || yy2arr2971 { + yysep2980 := !z.EncBinary() + yy2arr2980 := z.EncBasicHandle().StructToArray + var yyq2980 [6]bool + _, _, _ = yysep2980, yyq2980, yy2arr2980 + const yyr2980 bool = false + yyq2980[2] = true + yyq2980[3] = true + yyq2980[4] = x.Reason != "" + yyq2980[5] = x.Message != "" + var yynn2980 int + if yyr2980 || yy2arr2980 { r.EncodeArrayStart(6) } else { - yynn2971 = 2 - for _, b := range yyq2971 { + yynn2980 = 2 + for _, b := range yyq2980 { if b { - yynn2971++ + yynn2980++ } } - r.EncodeMapStart(yynn2971) - yynn2971 = 0 + r.EncodeMapStart(yynn2980) + yynn2980 = 0 } - if yyr2971 || yy2arr2971 { + if yyr2980 || yy2arr2980 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -38239,7 +38317,7 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr2971 || yy2arr2971 { + if yyr2980 || yy2arr2980 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -38248,85 +38326,85 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr2971 || yy2arr2971 { + if yyr2980 || yy2arr2980 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2971[2] { - yy2975 := &x.LastHeartbeatTime - yym2976 := z.EncBinary() - _ = yym2976 + if yyq2980[2] { + yy2984 := &x.LastHeartbeatTime + yym2985 := z.EncBinary() + _ = yym2985 if false { - } else if z.HasExtensions() && z.EncExt(yy2975) { - } else if yym2976 { - z.EncBinaryMarshal(yy2975) - } else if !yym2976 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2975) + } else if z.HasExtensions() && z.EncExt(yy2984) { + } else if yym2985 { + z.EncBinaryMarshal(yy2984) + } else if !yym2985 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2984) } else { - z.EncFallback(yy2975) + z.EncFallback(yy2984) } } else { r.EncodeNil() } } else { - if yyq2971[2] { + if yyq2980[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastHeartbeatTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2977 := &x.LastHeartbeatTime - yym2978 := z.EncBinary() - _ = yym2978 + yy2986 := &x.LastHeartbeatTime + yym2987 := z.EncBinary() + _ = yym2987 if false { - } else if z.HasExtensions() && z.EncExt(yy2977) { - } else if yym2978 { - z.EncBinaryMarshal(yy2977) - } else if !yym2978 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2977) + } else if z.HasExtensions() && z.EncExt(yy2986) { + } else if yym2987 { + z.EncBinaryMarshal(yy2986) + } else if !yym2987 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2986) } else { - z.EncFallback(yy2977) + z.EncFallback(yy2986) } } } - if yyr2971 || yy2arr2971 { + if yyr2980 || yy2arr2980 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2971[3] { - yy2980 := &x.LastTransitionTime - yym2981 := z.EncBinary() - _ = yym2981 + if yyq2980[3] { + yy2989 := &x.LastTransitionTime + yym2990 := z.EncBinary() + _ = yym2990 if false { - } else if z.HasExtensions() && z.EncExt(yy2980) { - } else if yym2981 { - z.EncBinaryMarshal(yy2980) - } else if !yym2981 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2980) + } else if z.HasExtensions() && z.EncExt(yy2989) { + } else if yym2990 { + z.EncBinaryMarshal(yy2989) + } else if !yym2990 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2989) } else { - z.EncFallback(yy2980) + z.EncFallback(yy2989) } } else { r.EncodeNil() } } else { - if yyq2971[3] { + if yyq2980[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2982 := &x.LastTransitionTime - yym2983 := z.EncBinary() - _ = yym2983 + yy2991 := &x.LastTransitionTime + yym2992 := z.EncBinary() + _ = yym2992 if false { - } else if z.HasExtensions() && z.EncExt(yy2982) { - } else if yym2983 { - z.EncBinaryMarshal(yy2982) - } else if !yym2983 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2982) + } else if z.HasExtensions() && z.EncExt(yy2991) { + } else if yym2992 { + z.EncBinaryMarshal(yy2991) + } else if !yym2992 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2991) } else { - z.EncFallback(yy2982) + z.EncFallback(yy2991) } } } - if yyr2971 || yy2arr2971 { + if yyr2980 || yy2arr2980 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2971[4] { - yym2985 := z.EncBinary() - _ = yym2985 + if yyq2980[4] { + yym2994 := z.EncBinary() + _ = yym2994 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -38335,23 +38413,23 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2971[4] { + if yyq2980[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2986 := z.EncBinary() - _ = yym2986 + yym2995 := z.EncBinary() + _ = yym2995 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr2971 || yy2arr2971 { + if yyr2980 || yy2arr2980 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2971[5] { - yym2988 := z.EncBinary() - _ = yym2988 + if yyq2980[5] { + yym2997 := z.EncBinary() + _ = yym2997 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -38360,19 +38438,19 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2971[5] { + if yyq2980[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2989 := z.EncBinary() - _ = yym2989 + yym2998 := z.EncBinary() + _ = yym2998 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr2971 || yy2arr2971 { + if yyr2980 || yy2arr2980 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38385,25 +38463,25 @@ func (x *NodeCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2990 := z.DecBinary() - _ = yym2990 + yym2999 := z.DecBinary() + _ = yym2999 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2991 := r.ContainerType() - if yyct2991 == codecSelferValueTypeMap1234 { - yyl2991 := r.ReadMapStart() - if yyl2991 == 0 { + yyct3000 := r.ContainerType() + if yyct3000 == codecSelferValueTypeMap1234 { + yyl3000 := r.ReadMapStart() + if yyl3000 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2991, d) + x.codecDecodeSelfFromMap(yyl3000, d) } - } else if yyct2991 == codecSelferValueTypeArray1234 { - yyl2991 := r.ReadArrayStart() - if yyl2991 == 0 { + } else if yyct3000 == codecSelferValueTypeArray1234 { + yyl3000 := r.ReadArrayStart() + if yyl3000 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2991, d) + x.codecDecodeSelfFromArray(yyl3000, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38415,12 +38493,12 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2992Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2992Slc - var yyhl2992 bool = l >= 0 - for yyj2992 := 0; ; yyj2992++ { - if yyhl2992 { - if yyj2992 >= l { + var yys3001Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3001Slc + var yyhl3001 bool = l >= 0 + for yyj3001 := 0; ; yyj3001++ { + if yyhl3001 { + if yyj3001 >= l { break } } else { @@ -38429,10 +38507,10 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2992Slc = r.DecodeBytes(yys2992Slc, true, true) - yys2992 := string(yys2992Slc) + yys3001Slc = r.DecodeBytes(yys3001Slc, true, true) + yys3001 := string(yys3001Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2992 { + switch yys3001 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -38449,34 +38527,34 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastHeartbeatTime = pkg2_unversioned.Time{} } else { - yyv2995 := &x.LastHeartbeatTime - yym2996 := z.DecBinary() - _ = yym2996 + yyv3004 := &x.LastHeartbeatTime + yym3005 := z.DecBinary() + _ = yym3005 if false { - } else if z.HasExtensions() && z.DecExt(yyv2995) { - } else if yym2996 { - z.DecBinaryUnmarshal(yyv2995) - } else if !yym2996 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2995) + } else if z.HasExtensions() && z.DecExt(yyv3004) { + } else if yym3005 { + z.DecBinaryUnmarshal(yyv3004) + } else if !yym3005 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3004) } else { - z.DecFallback(yyv2995, false) + z.DecFallback(yyv3004, false) } } case "lastTransitionTime": if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv2997 := &x.LastTransitionTime - yym2998 := z.DecBinary() - _ = yym2998 + yyv3006 := &x.LastTransitionTime + yym3007 := z.DecBinary() + _ = yym3007 if false { - } else if z.HasExtensions() && z.DecExt(yyv2997) { - } else if yym2998 { - z.DecBinaryUnmarshal(yyv2997) - } else if !yym2998 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2997) + } else if z.HasExtensions() && z.DecExt(yyv3006) { + } else if yym3007 { + z.DecBinaryUnmarshal(yyv3006) + } else if !yym3007 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3006) } else { - z.DecFallback(yyv2997, false) + z.DecFallback(yyv3006, false) } } case "reason": @@ -38492,9 +38570,9 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2992) - } // end switch yys2992 - } // end for yyj2992 + z.DecStructFieldNotFound(-1, yys3001) + } // end switch yys3001 + } // end for yyj3001 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38502,16 +38580,16 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3001 int - var yyb3001 bool - var yyhl3001 bool = l >= 0 - yyj3001++ - if yyhl3001 { - yyb3001 = yyj3001 > l + var yyj3010 int + var yyb3010 bool + var yyhl3010 bool = l >= 0 + yyj3010++ + if yyhl3010 { + yyb3010 = yyj3010 > l } else { - yyb3001 = r.CheckBreak() + yyb3010 = r.CheckBreak() } - if yyb3001 { + if yyb3010 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38521,13 +38599,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = NodeConditionType(r.DecodeString()) } - yyj3001++ - if yyhl3001 { - yyb3001 = yyj3001 > l + yyj3010++ + if yyhl3010 { + yyb3010 = yyj3010 > l } else { - yyb3001 = r.CheckBreak() + yyb3010 = r.CheckBreak() } - if yyb3001 { + if yyb3010 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38537,13 +38615,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj3001++ - if yyhl3001 { - yyb3001 = yyj3001 > l + yyj3010++ + if yyhl3010 { + yyb3010 = yyj3010 > l } else { - yyb3001 = r.CheckBreak() + yyb3010 = r.CheckBreak() } - if yyb3001 { + if yyb3010 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38551,26 +38629,26 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastHeartbeatTime = pkg2_unversioned.Time{} } else { - yyv3004 := &x.LastHeartbeatTime - yym3005 := z.DecBinary() - _ = yym3005 + yyv3013 := &x.LastHeartbeatTime + yym3014 := z.DecBinary() + _ = yym3014 if false { - } else if z.HasExtensions() && z.DecExt(yyv3004) { - } else if yym3005 { - z.DecBinaryUnmarshal(yyv3004) - } else if !yym3005 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3004) + } else if z.HasExtensions() && z.DecExt(yyv3013) { + } else if yym3014 { + z.DecBinaryUnmarshal(yyv3013) + } else if !yym3014 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3013) } else { - z.DecFallback(yyv3004, false) + z.DecFallback(yyv3013, false) } } - yyj3001++ - if yyhl3001 { - yyb3001 = yyj3001 > l + yyj3010++ + if yyhl3010 { + yyb3010 = yyj3010 > l } else { - yyb3001 = r.CheckBreak() + yyb3010 = r.CheckBreak() } - if yyb3001 { + if yyb3010 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38578,26 +38656,26 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv3006 := &x.LastTransitionTime - yym3007 := z.DecBinary() - _ = yym3007 + yyv3015 := &x.LastTransitionTime + yym3016 := z.DecBinary() + _ = yym3016 if false { - } else if z.HasExtensions() && z.DecExt(yyv3006) { - } else if yym3007 { - z.DecBinaryUnmarshal(yyv3006) - } else if !yym3007 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3006) + } else if z.HasExtensions() && z.DecExt(yyv3015) { + } else if yym3016 { + z.DecBinaryUnmarshal(yyv3015) + } else if !yym3016 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3015) } else { - z.DecFallback(yyv3006, false) + z.DecFallback(yyv3015, false) } } - yyj3001++ - if yyhl3001 { - yyb3001 = yyj3001 > l + yyj3010++ + if yyhl3010 { + yyb3010 = yyj3010 > l } else { - yyb3001 = r.CheckBreak() + yyb3010 = r.CheckBreak() } - if yyb3001 { + if yyb3010 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38607,13 +38685,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj3001++ - if yyhl3001 { - yyb3001 = yyj3001 > l + yyj3010++ + if yyhl3010 { + yyb3010 = yyj3010 > l } else { - yyb3001 = r.CheckBreak() + yyb3010 = r.CheckBreak() } - if yyb3001 { + if yyb3010 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38624,17 +38702,17 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } for { - yyj3001++ - if yyhl3001 { - yyb3001 = yyj3001 > l + yyj3010++ + if yyhl3010 { + yyb3010 = yyj3010 > l } else { - yyb3001 = r.CheckBreak() + yyb3010 = r.CheckBreak() } - if yyb3001 { + if yyb3010 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3001-1, "") + z.DecStructFieldNotFound(yyj3010-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38643,8 +38721,8 @@ func (x NodeAddressType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3010 := z.EncBinary() - _ = yym3010 + yym3019 := z.EncBinary() + _ = yym3019 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -38656,8 +38734,8 @@ func (x *NodeAddressType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3011 := z.DecBinary() - _ = yym3011 + yym3020 := z.DecBinary() + _ = yym3020 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -38672,30 +38750,30 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3012 := z.EncBinary() - _ = yym3012 + yym3021 := z.EncBinary() + _ = yym3021 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3013 := !z.EncBinary() - yy2arr3013 := z.EncBasicHandle().StructToArray - var yyq3013 [2]bool - _, _, _ = yysep3013, yyq3013, yy2arr3013 - const yyr3013 bool = false - var yynn3013 int - if yyr3013 || yy2arr3013 { + yysep3022 := !z.EncBinary() + yy2arr3022 := z.EncBasicHandle().StructToArray + var yyq3022 [2]bool + _, _, _ = yysep3022, yyq3022, yy2arr3022 + const yyr3022 bool = false + var yynn3022 int + if yyr3022 || yy2arr3022 { r.EncodeArrayStart(2) } else { - yynn3013 = 2 - for _, b := range yyq3013 { + yynn3022 = 2 + for _, b := range yyq3022 { if b { - yynn3013++ + yynn3022++ } } - r.EncodeMapStart(yynn3013) - yynn3013 = 0 + r.EncodeMapStart(yynn3022) + yynn3022 = 0 } - if yyr3013 || yy2arr3013 { + if yyr3022 || yy2arr3022 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -38704,10 +38782,10 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr3013 || yy2arr3013 { + if yyr3022 || yy2arr3022 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3016 := z.EncBinary() - _ = yym3016 + yym3025 := z.EncBinary() + _ = yym3025 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Address)) @@ -38716,14 +38794,14 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("address")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3017 := z.EncBinary() - _ = yym3017 + yym3026 := z.EncBinary() + _ = yym3026 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Address)) } } - if yyr3013 || yy2arr3013 { + if yyr3022 || yy2arr3022 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38736,25 +38814,25 @@ func (x *NodeAddress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3018 := z.DecBinary() - _ = yym3018 + yym3027 := z.DecBinary() + _ = yym3027 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3019 := r.ContainerType() - if yyct3019 == codecSelferValueTypeMap1234 { - yyl3019 := r.ReadMapStart() - if yyl3019 == 0 { + yyct3028 := r.ContainerType() + if yyct3028 == codecSelferValueTypeMap1234 { + yyl3028 := r.ReadMapStart() + if yyl3028 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3019, d) + x.codecDecodeSelfFromMap(yyl3028, d) } - } else if yyct3019 == codecSelferValueTypeArray1234 { - yyl3019 := r.ReadArrayStart() - if yyl3019 == 0 { + } else if yyct3028 == codecSelferValueTypeArray1234 { + yyl3028 := r.ReadArrayStart() + if yyl3028 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3019, d) + x.codecDecodeSelfFromArray(yyl3028, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38766,12 +38844,12 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3020Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3020Slc - var yyhl3020 bool = l >= 0 - for yyj3020 := 0; ; yyj3020++ { - if yyhl3020 { - if yyj3020 >= l { + var yys3029Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3029Slc + var yyhl3029 bool = l >= 0 + for yyj3029 := 0; ; yyj3029++ { + if yyhl3029 { + if yyj3029 >= l { break } } else { @@ -38780,10 +38858,10 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3020Slc = r.DecodeBytes(yys3020Slc, true, true) - yys3020 := string(yys3020Slc) + yys3029Slc = r.DecodeBytes(yys3029Slc, true, true) + yys3029 := string(yys3029Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3020 { + switch yys3029 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -38797,9 +38875,9 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Address = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3020) - } // end switch yys3020 - } // end for yyj3020 + z.DecStructFieldNotFound(-1, yys3029) + } // end switch yys3029 + } // end for yyj3029 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38807,16 +38885,16 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3023 int - var yyb3023 bool - var yyhl3023 bool = l >= 0 - yyj3023++ - if yyhl3023 { - yyb3023 = yyj3023 > l + var yyj3032 int + var yyb3032 bool + var yyhl3032 bool = l >= 0 + yyj3032++ + if yyhl3032 { + yyb3032 = yyj3032 > l } else { - yyb3023 = r.CheckBreak() + yyb3032 = r.CheckBreak() } - if yyb3023 { + if yyb3032 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38826,13 +38904,13 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = NodeAddressType(r.DecodeString()) } - yyj3023++ - if yyhl3023 { - yyb3023 = yyj3023 > l + yyj3032++ + if yyhl3032 { + yyb3032 = yyj3032 > l } else { - yyb3023 = r.CheckBreak() + yyb3032 = r.CheckBreak() } - if yyb3023 { + if yyb3032 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38843,17 +38921,17 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Address = string(r.DecodeString()) } for { - yyj3023++ - if yyhl3023 { - yyb3023 = yyj3023 > l + yyj3032++ + if yyhl3032 { + yyb3032 = yyj3032 > l } else { - yyb3023 = r.CheckBreak() + yyb3032 = r.CheckBreak() } - if yyb3023 { + if yyb3032 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3023-1, "") + z.DecStructFieldNotFound(yyj3032-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38862,8 +38940,8 @@ func (x ResourceName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3026 := z.EncBinary() - _ = yym3026 + yym3035 := z.EncBinary() + _ = yym3035 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -38875,8 +38953,8 @@ func (x *ResourceName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3027 := z.DecBinary() - _ = yym3027 + yym3036 := z.DecBinary() + _ = yym3036 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -38891,8 +38969,8 @@ func (x ResourceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3028 := z.EncBinary() - _ = yym3028 + yym3037 := z.EncBinary() + _ = yym3037 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -38905,8 +38983,8 @@ func (x *ResourceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3029 := z.DecBinary() - _ = yym3029 + yym3038 := z.DecBinary() + _ = yym3038 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -38921,39 +38999,39 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3030 := z.EncBinary() - _ = yym3030 + yym3039 := z.EncBinary() + _ = yym3039 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3031 := !z.EncBinary() - yy2arr3031 := z.EncBasicHandle().StructToArray - var yyq3031 [5]bool - _, _, _ = yysep3031, yyq3031, yy2arr3031 - const yyr3031 bool = false - yyq3031[0] = x.Kind != "" - yyq3031[1] = x.APIVersion != "" - yyq3031[2] = true - yyq3031[3] = true - yyq3031[4] = true - var yynn3031 int - if yyr3031 || yy2arr3031 { + yysep3040 := !z.EncBinary() + yy2arr3040 := z.EncBasicHandle().StructToArray + var yyq3040 [5]bool + _, _, _ = yysep3040, yyq3040, yy2arr3040 + const yyr3040 bool = false + yyq3040[0] = x.Kind != "" + yyq3040[1] = x.APIVersion != "" + yyq3040[2] = true + yyq3040[3] = true + yyq3040[4] = true + var yynn3040 int + if yyr3040 || yy2arr3040 { r.EncodeArrayStart(5) } else { - yynn3031 = 0 - for _, b := range yyq3031 { + yynn3040 = 0 + for _, b := range yyq3040 { if b { - yynn3031++ + yynn3040++ } } - r.EncodeMapStart(yynn3031) - yynn3031 = 0 + r.EncodeMapStart(yynn3040) + yynn3040 = 0 } - if yyr3031 || yy2arr3031 { + if yyr3040 || yy2arr3040 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3031[0] { - yym3033 := z.EncBinary() - _ = yym3033 + if yyq3040[0] { + yym3042 := z.EncBinary() + _ = yym3042 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -38962,23 +39040,23 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3031[0] { + if yyq3040[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3034 := z.EncBinary() - _ = yym3034 + yym3043 := z.EncBinary() + _ = yym3043 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3031 || yy2arr3031 { + if yyr3040 || yy2arr3040 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3031[1] { - yym3036 := z.EncBinary() - _ = yym3036 + if yyq3040[1] { + yym3045 := z.EncBinary() + _ = yym3045 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -38987,70 +39065,70 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3031[1] { + if yyq3040[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3037 := z.EncBinary() - _ = yym3037 + yym3046 := z.EncBinary() + _ = yym3046 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3031 || yy2arr3031 { + if yyr3040 || yy2arr3040 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3031[2] { - yy3039 := &x.ObjectMeta - yy3039.CodecEncodeSelf(e) + if yyq3040[2] { + yy3048 := &x.ObjectMeta + yy3048.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3031[2] { + if yyq3040[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3040 := &x.ObjectMeta - yy3040.CodecEncodeSelf(e) + yy3049 := &x.ObjectMeta + yy3049.CodecEncodeSelf(e) } } - if yyr3031 || yy2arr3031 { + if yyr3040 || yy2arr3040 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3031[3] { - yy3042 := &x.Spec - yy3042.CodecEncodeSelf(e) + if yyq3040[3] { + yy3051 := &x.Spec + yy3051.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3031[3] { + if yyq3040[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3043 := &x.Spec - yy3043.CodecEncodeSelf(e) + yy3052 := &x.Spec + yy3052.CodecEncodeSelf(e) } } - if yyr3031 || yy2arr3031 { + if yyr3040 || yy2arr3040 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3031[4] { - yy3045 := &x.Status - yy3045.CodecEncodeSelf(e) + if yyq3040[4] { + yy3054 := &x.Status + yy3054.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3031[4] { + if yyq3040[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3046 := &x.Status - yy3046.CodecEncodeSelf(e) + yy3055 := &x.Status + yy3055.CodecEncodeSelf(e) } } - if yyr3031 || yy2arr3031 { + if yyr3040 || yy2arr3040 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39063,25 +39141,25 @@ func (x *Node) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3047 := z.DecBinary() - _ = yym3047 + yym3056 := z.DecBinary() + _ = yym3056 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3048 := r.ContainerType() - if yyct3048 == codecSelferValueTypeMap1234 { - yyl3048 := r.ReadMapStart() - if yyl3048 == 0 { + yyct3057 := r.ContainerType() + if yyct3057 == codecSelferValueTypeMap1234 { + yyl3057 := r.ReadMapStart() + if yyl3057 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3048, d) + x.codecDecodeSelfFromMap(yyl3057, d) } - } else if yyct3048 == codecSelferValueTypeArray1234 { - yyl3048 := r.ReadArrayStart() - if yyl3048 == 0 { + } else if yyct3057 == codecSelferValueTypeArray1234 { + yyl3057 := r.ReadArrayStart() + if yyl3057 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3048, d) + x.codecDecodeSelfFromArray(yyl3057, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39093,12 +39171,12 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3049Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3049Slc - var yyhl3049 bool = l >= 0 - for yyj3049 := 0; ; yyj3049++ { - if yyhl3049 { - if yyj3049 >= l { + var yys3058Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3058Slc + var yyhl3058 bool = l >= 0 + for yyj3058 := 0; ; yyj3058++ { + if yyhl3058 { + if yyj3058 >= l { break } } else { @@ -39107,10 +39185,10 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3049Slc = r.DecodeBytes(yys3049Slc, true, true) - yys3049 := string(yys3049Slc) + yys3058Slc = r.DecodeBytes(yys3058Slc, true, true) + yys3058 := string(yys3058Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3049 { + switch yys3058 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -39127,27 +39205,27 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3052 := &x.ObjectMeta - yyv3052.CodecDecodeSelf(d) + yyv3061 := &x.ObjectMeta + yyv3061.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NodeSpec{} } else { - yyv3053 := &x.Spec - yyv3053.CodecDecodeSelf(d) + yyv3062 := &x.Spec + yyv3062.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = NodeStatus{} } else { - yyv3054 := &x.Status - yyv3054.CodecDecodeSelf(d) + yyv3063 := &x.Status + yyv3063.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3049) - } // end switch yys3049 - } // end for yyj3049 + z.DecStructFieldNotFound(-1, yys3058) + } // end switch yys3058 + } // end for yyj3058 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39155,16 +39233,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3055 int - var yyb3055 bool - var yyhl3055 bool = l >= 0 - yyj3055++ - if yyhl3055 { - yyb3055 = yyj3055 > l + var yyj3064 int + var yyb3064 bool + var yyhl3064 bool = l >= 0 + yyj3064++ + if yyhl3064 { + yyb3064 = yyj3064 > l } else { - yyb3055 = r.CheckBreak() + yyb3064 = r.CheckBreak() } - if yyb3055 { + if yyb3064 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39174,13 +39252,13 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3055++ - if yyhl3055 { - yyb3055 = yyj3055 > l + yyj3064++ + if yyhl3064 { + yyb3064 = yyj3064 > l } else { - yyb3055 = r.CheckBreak() + yyb3064 = r.CheckBreak() } - if yyb3055 { + if yyb3064 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39190,13 +39268,13 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3055++ - if yyhl3055 { - yyb3055 = yyj3055 > l + yyj3064++ + if yyhl3064 { + yyb3064 = yyj3064 > l } else { - yyb3055 = r.CheckBreak() + yyb3064 = r.CheckBreak() } - if yyb3055 { + if yyb3064 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39204,16 +39282,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3058 := &x.ObjectMeta - yyv3058.CodecDecodeSelf(d) + yyv3067 := &x.ObjectMeta + yyv3067.CodecDecodeSelf(d) } - yyj3055++ - if yyhl3055 { - yyb3055 = yyj3055 > l + yyj3064++ + if yyhl3064 { + yyb3064 = yyj3064 > l } else { - yyb3055 = r.CheckBreak() + yyb3064 = r.CheckBreak() } - if yyb3055 { + if yyb3064 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39221,16 +39299,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NodeSpec{} } else { - yyv3059 := &x.Spec - yyv3059.CodecDecodeSelf(d) + yyv3068 := &x.Spec + yyv3068.CodecDecodeSelf(d) } - yyj3055++ - if yyhl3055 { - yyb3055 = yyj3055 > l + yyj3064++ + if yyhl3064 { + yyb3064 = yyj3064 > l } else { - yyb3055 = r.CheckBreak() + yyb3064 = r.CheckBreak() } - if yyb3055 { + if yyb3064 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39238,21 +39316,21 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = NodeStatus{} } else { - yyv3060 := &x.Status - yyv3060.CodecDecodeSelf(d) + yyv3069 := &x.Status + yyv3069.CodecDecodeSelf(d) } for { - yyj3055++ - if yyhl3055 { - yyb3055 = yyj3055 > l + yyj3064++ + if yyhl3064 { + yyb3064 = yyj3064 > l } else { - yyb3055 = r.CheckBreak() + yyb3064 = r.CheckBreak() } - if yyb3055 { + if yyb3064 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3055-1, "") + z.DecStructFieldNotFound(yyj3064-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39264,37 +39342,37 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3061 := z.EncBinary() - _ = yym3061 + yym3070 := z.EncBinary() + _ = yym3070 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3062 := !z.EncBinary() - yy2arr3062 := z.EncBasicHandle().StructToArray - var yyq3062 [4]bool - _, _, _ = yysep3062, yyq3062, yy2arr3062 - const yyr3062 bool = false - yyq3062[0] = x.Kind != "" - yyq3062[1] = x.APIVersion != "" - yyq3062[2] = true - var yynn3062 int - if yyr3062 || yy2arr3062 { + yysep3071 := !z.EncBinary() + yy2arr3071 := z.EncBasicHandle().StructToArray + var yyq3071 [4]bool + _, _, _ = yysep3071, yyq3071, yy2arr3071 + const yyr3071 bool = false + yyq3071[0] = x.Kind != "" + yyq3071[1] = x.APIVersion != "" + yyq3071[2] = true + var yynn3071 int + if yyr3071 || yy2arr3071 { r.EncodeArrayStart(4) } else { - yynn3062 = 1 - for _, b := range yyq3062 { + yynn3071 = 1 + for _, b := range yyq3071 { if b { - yynn3062++ + yynn3071++ } } - r.EncodeMapStart(yynn3062) - yynn3062 = 0 + r.EncodeMapStart(yynn3071) + yynn3071 = 0 } - if yyr3062 || yy2arr3062 { + if yyr3071 || yy2arr3071 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3062[0] { - yym3064 := z.EncBinary() - _ = yym3064 + if yyq3071[0] { + yym3073 := z.EncBinary() + _ = yym3073 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -39303,23 +39381,23 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3062[0] { + if yyq3071[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3065 := z.EncBinary() - _ = yym3065 + yym3074 := z.EncBinary() + _ = yym3074 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3062 || yy2arr3062 { + if yyr3071 || yy2arr3071 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3062[1] { - yym3067 := z.EncBinary() - _ = yym3067 + if yyq3071[1] { + yym3076 := z.EncBinary() + _ = yym3076 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -39328,54 +39406,54 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3062[1] { + if yyq3071[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3068 := z.EncBinary() - _ = yym3068 + yym3077 := z.EncBinary() + _ = yym3077 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3062 || yy2arr3062 { + if yyr3071 || yy2arr3071 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3062[2] { - yy3070 := &x.ListMeta - yym3071 := z.EncBinary() - _ = yym3071 + if yyq3071[2] { + yy3079 := &x.ListMeta + yym3080 := z.EncBinary() + _ = yym3080 if false { - } else if z.HasExtensions() && z.EncExt(yy3070) { + } else if z.HasExtensions() && z.EncExt(yy3079) { } else { - z.EncFallback(yy3070) + z.EncFallback(yy3079) } } else { r.EncodeNil() } } else { - if yyq3062[2] { + if yyq3071[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3072 := &x.ListMeta - yym3073 := z.EncBinary() - _ = yym3073 + yy3081 := &x.ListMeta + yym3082 := z.EncBinary() + _ = yym3082 if false { - } else if z.HasExtensions() && z.EncExt(yy3072) { + } else if z.HasExtensions() && z.EncExt(yy3081) { } else { - z.EncFallback(yy3072) + z.EncFallback(yy3081) } } } - if yyr3062 || yy2arr3062 { + if yyr3071 || yy2arr3071 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3075 := z.EncBinary() - _ = yym3075 + yym3084 := z.EncBinary() + _ = yym3084 if false { } else { h.encSliceNode(([]Node)(x.Items), e) @@ -39388,15 +39466,15 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3076 := z.EncBinary() - _ = yym3076 + yym3085 := z.EncBinary() + _ = yym3085 if false { } else { h.encSliceNode(([]Node)(x.Items), e) } } } - if yyr3062 || yy2arr3062 { + if yyr3071 || yy2arr3071 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39409,25 +39487,25 @@ func (x *NodeList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3077 := z.DecBinary() - _ = yym3077 + yym3086 := z.DecBinary() + _ = yym3086 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3078 := r.ContainerType() - if yyct3078 == codecSelferValueTypeMap1234 { - yyl3078 := r.ReadMapStart() - if yyl3078 == 0 { + yyct3087 := r.ContainerType() + if yyct3087 == codecSelferValueTypeMap1234 { + yyl3087 := r.ReadMapStart() + if yyl3087 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3078, d) + x.codecDecodeSelfFromMap(yyl3087, d) } - } else if yyct3078 == codecSelferValueTypeArray1234 { - yyl3078 := r.ReadArrayStart() - if yyl3078 == 0 { + } else if yyct3087 == codecSelferValueTypeArray1234 { + yyl3087 := r.ReadArrayStart() + if yyl3087 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3078, d) + x.codecDecodeSelfFromArray(yyl3087, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39439,12 +39517,12 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3079Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3079Slc - var yyhl3079 bool = l >= 0 - for yyj3079 := 0; ; yyj3079++ { - if yyhl3079 { - if yyj3079 >= l { + var yys3088Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3088Slc + var yyhl3088 bool = l >= 0 + for yyj3088 := 0; ; yyj3088++ { + if yyhl3088 { + if yyj3088 >= l { break } } else { @@ -39453,10 +39531,10 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3079Slc = r.DecodeBytes(yys3079Slc, true, true) - yys3079 := string(yys3079Slc) + yys3088Slc = r.DecodeBytes(yys3088Slc, true, true) + yys3088 := string(yys3088Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3079 { + switch yys3088 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -39473,31 +39551,31 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3082 := &x.ListMeta - yym3083 := z.DecBinary() - _ = yym3083 + yyv3091 := &x.ListMeta + yym3092 := z.DecBinary() + _ = yym3092 if false { - } else if z.HasExtensions() && z.DecExt(yyv3082) { + } else if z.HasExtensions() && z.DecExt(yyv3091) { } else { - z.DecFallback(yyv3082, false) + z.DecFallback(yyv3091, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3084 := &x.Items - yym3085 := z.DecBinary() - _ = yym3085 + yyv3093 := &x.Items + yym3094 := z.DecBinary() + _ = yym3094 if false { } else { - h.decSliceNode((*[]Node)(yyv3084), d) + h.decSliceNode((*[]Node)(yyv3093), d) } } default: - z.DecStructFieldNotFound(-1, yys3079) - } // end switch yys3079 - } // end for yyj3079 + z.DecStructFieldNotFound(-1, yys3088) + } // end switch yys3088 + } // end for yyj3088 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39505,16 +39583,16 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3086 int - var yyb3086 bool - var yyhl3086 bool = l >= 0 - yyj3086++ - if yyhl3086 { - yyb3086 = yyj3086 > l + var yyj3095 int + var yyb3095 bool + var yyhl3095 bool = l >= 0 + yyj3095++ + if yyhl3095 { + yyb3095 = yyj3095 > l } else { - yyb3086 = r.CheckBreak() + yyb3095 = r.CheckBreak() } - if yyb3086 { + if yyb3095 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39524,13 +39602,13 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3086++ - if yyhl3086 { - yyb3086 = yyj3086 > l + yyj3095++ + if yyhl3095 { + yyb3095 = yyj3095 > l } else { - yyb3086 = r.CheckBreak() + yyb3095 = r.CheckBreak() } - if yyb3086 { + if yyb3095 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39540,13 +39618,13 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3086++ - if yyhl3086 { - yyb3086 = yyj3086 > l + yyj3095++ + if yyhl3095 { + yyb3095 = yyj3095 > l } else { - yyb3086 = r.CheckBreak() + yyb3095 = r.CheckBreak() } - if yyb3086 { + if yyb3095 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39554,22 +39632,22 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3089 := &x.ListMeta - yym3090 := z.DecBinary() - _ = yym3090 + yyv3098 := &x.ListMeta + yym3099 := z.DecBinary() + _ = yym3099 if false { - } else if z.HasExtensions() && z.DecExt(yyv3089) { + } else if z.HasExtensions() && z.DecExt(yyv3098) { } else { - z.DecFallback(yyv3089, false) + z.DecFallback(yyv3098, false) } } - yyj3086++ - if yyhl3086 { - yyb3086 = yyj3086 > l + yyj3095++ + if yyhl3095 { + yyb3095 = yyj3095 > l } else { - yyb3086 = r.CheckBreak() + yyb3095 = r.CheckBreak() } - if yyb3086 { + if yyb3095 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39577,26 +39655,26 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3091 := &x.Items - yym3092 := z.DecBinary() - _ = yym3092 + yyv3100 := &x.Items + yym3101 := z.DecBinary() + _ = yym3101 if false { } else { - h.decSliceNode((*[]Node)(yyv3091), d) + h.decSliceNode((*[]Node)(yyv3100), d) } } for { - yyj3086++ - if yyhl3086 { - yyb3086 = yyj3086 > l + yyj3095++ + if yyhl3095 { + yyb3095 = yyj3095 > l } else { - yyb3086 = r.CheckBreak() + yyb3095 = r.CheckBreak() } - if yyb3086 { + if yyb3095 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3086-1, "") + z.DecStructFieldNotFound(yyj3095-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39605,8 +39683,8 @@ func (x FinalizerName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3093 := z.EncBinary() - _ = yym3093 + yym3102 := z.EncBinary() + _ = yym3102 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -39618,8 +39696,8 @@ func (x *FinalizerName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3094 := z.DecBinary() - _ = yym3094 + yym3103 := z.DecBinary() + _ = yym3103 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -39634,38 +39712,38 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3095 := z.EncBinary() - _ = yym3095 + yym3104 := z.EncBinary() + _ = yym3104 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3096 := !z.EncBinary() - yy2arr3096 := z.EncBasicHandle().StructToArray - var yyq3096 [1]bool - _, _, _ = yysep3096, yyq3096, yy2arr3096 - const yyr3096 bool = false - yyq3096[0] = len(x.Finalizers) != 0 - var yynn3096 int - if yyr3096 || yy2arr3096 { + yysep3105 := !z.EncBinary() + yy2arr3105 := z.EncBasicHandle().StructToArray + var yyq3105 [1]bool + _, _, _ = yysep3105, yyq3105, yy2arr3105 + const yyr3105 bool = false + yyq3105[0] = len(x.Finalizers) != 0 + var yynn3105 int + if yyr3105 || yy2arr3105 { r.EncodeArrayStart(1) } else { - yynn3096 = 0 - for _, b := range yyq3096 { + yynn3105 = 0 + for _, b := range yyq3105 { if b { - yynn3096++ + yynn3105++ } } - r.EncodeMapStart(yynn3096) - yynn3096 = 0 + r.EncodeMapStart(yynn3105) + yynn3105 = 0 } - if yyr3096 || yy2arr3096 { + if yyr3105 || yy2arr3105 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3096[0] { + if yyq3105[0] { if x.Finalizers == nil { r.EncodeNil() } else { - yym3098 := z.EncBinary() - _ = yym3098 + yym3107 := z.EncBinary() + _ = yym3107 if false { } else { h.encSliceFinalizerName(([]FinalizerName)(x.Finalizers), e) @@ -39675,15 +39753,15 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3096[0] { + if yyq3105[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("finalizers")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Finalizers == nil { r.EncodeNil() } else { - yym3099 := z.EncBinary() - _ = yym3099 + yym3108 := z.EncBinary() + _ = yym3108 if false { } else { h.encSliceFinalizerName(([]FinalizerName)(x.Finalizers), e) @@ -39691,7 +39769,7 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3096 || yy2arr3096 { + if yyr3105 || yy2arr3105 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39704,25 +39782,25 @@ func (x *NamespaceSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3100 := z.DecBinary() - _ = yym3100 + yym3109 := z.DecBinary() + _ = yym3109 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3101 := r.ContainerType() - if yyct3101 == codecSelferValueTypeMap1234 { - yyl3101 := r.ReadMapStart() - if yyl3101 == 0 { + yyct3110 := r.ContainerType() + if yyct3110 == codecSelferValueTypeMap1234 { + yyl3110 := r.ReadMapStart() + if yyl3110 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3101, d) + x.codecDecodeSelfFromMap(yyl3110, d) } - } else if yyct3101 == codecSelferValueTypeArray1234 { - yyl3101 := r.ReadArrayStart() - if yyl3101 == 0 { + } else if yyct3110 == codecSelferValueTypeArray1234 { + yyl3110 := r.ReadArrayStart() + if yyl3110 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3101, d) + x.codecDecodeSelfFromArray(yyl3110, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39734,12 +39812,12 @@ func (x *NamespaceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3102Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3102Slc - var yyhl3102 bool = l >= 0 - for yyj3102 := 0; ; yyj3102++ { - if yyhl3102 { - if yyj3102 >= l { + var yys3111Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3111Slc + var yyhl3111 bool = l >= 0 + for yyj3111 := 0; ; yyj3111++ { + if yyhl3111 { + if yyj3111 >= l { break } } else { @@ -39748,26 +39826,26 @@ func (x *NamespaceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3102Slc = r.DecodeBytes(yys3102Slc, true, true) - yys3102 := string(yys3102Slc) + yys3111Slc = r.DecodeBytes(yys3111Slc, true, true) + yys3111 := string(yys3111Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3102 { + switch yys3111 { case "finalizers": if r.TryDecodeAsNil() { x.Finalizers = nil } else { - yyv3103 := &x.Finalizers - yym3104 := z.DecBinary() - _ = yym3104 + yyv3112 := &x.Finalizers + yym3113 := z.DecBinary() + _ = yym3113 if false { } else { - h.decSliceFinalizerName((*[]FinalizerName)(yyv3103), d) + h.decSliceFinalizerName((*[]FinalizerName)(yyv3112), d) } } default: - z.DecStructFieldNotFound(-1, yys3102) - } // end switch yys3102 - } // end for yyj3102 + z.DecStructFieldNotFound(-1, yys3111) + } // end switch yys3111 + } // end for yyj3111 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39775,16 +39853,16 @@ func (x *NamespaceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3105 int - var yyb3105 bool - var yyhl3105 bool = l >= 0 - yyj3105++ - if yyhl3105 { - yyb3105 = yyj3105 > l + var yyj3114 int + var yyb3114 bool + var yyhl3114 bool = l >= 0 + yyj3114++ + if yyhl3114 { + yyb3114 = yyj3114 > l } else { - yyb3105 = r.CheckBreak() + yyb3114 = r.CheckBreak() } - if yyb3105 { + if yyb3114 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39792,26 +39870,26 @@ func (x *NamespaceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Finalizers = nil } else { - yyv3106 := &x.Finalizers - yym3107 := z.DecBinary() - _ = yym3107 + yyv3115 := &x.Finalizers + yym3116 := z.DecBinary() + _ = yym3116 if false { } else { - h.decSliceFinalizerName((*[]FinalizerName)(yyv3106), d) + h.decSliceFinalizerName((*[]FinalizerName)(yyv3115), d) } } for { - yyj3105++ - if yyhl3105 { - yyb3105 = yyj3105 > l + yyj3114++ + if yyhl3114 { + yyb3114 = yyj3114 > l } else { - yyb3105 = r.CheckBreak() + yyb3114 = r.CheckBreak() } - if yyb3105 { + if yyb3114 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3105-1, "") + z.DecStructFieldNotFound(yyj3114-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39823,46 +39901,46 @@ func (x *NamespaceStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3108 := z.EncBinary() - _ = yym3108 + yym3117 := z.EncBinary() + _ = yym3117 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3109 := !z.EncBinary() - yy2arr3109 := z.EncBasicHandle().StructToArray - var yyq3109 [1]bool - _, _, _ = yysep3109, yyq3109, yy2arr3109 - const yyr3109 bool = false - yyq3109[0] = x.Phase != "" - var yynn3109 int - if yyr3109 || yy2arr3109 { + yysep3118 := !z.EncBinary() + yy2arr3118 := z.EncBasicHandle().StructToArray + var yyq3118 [1]bool + _, _, _ = yysep3118, yyq3118, yy2arr3118 + const yyr3118 bool = false + yyq3118[0] = x.Phase != "" + var yynn3118 int + if yyr3118 || yy2arr3118 { r.EncodeArrayStart(1) } else { - yynn3109 = 0 - for _, b := range yyq3109 { + yynn3118 = 0 + for _, b := range yyq3118 { if b { - yynn3109++ + yynn3118++ } } - r.EncodeMapStart(yynn3109) - yynn3109 = 0 + r.EncodeMapStart(yynn3118) + yynn3118 = 0 } - if yyr3109 || yy2arr3109 { + if yyr3118 || yy2arr3118 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3109[0] { + if yyq3118[0] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3109[0] { + if yyq3118[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr3109 || yy2arr3109 { + if yyr3118 || yy2arr3118 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39875,25 +39953,25 @@ func (x *NamespaceStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3111 := z.DecBinary() - _ = yym3111 + yym3120 := z.DecBinary() + _ = yym3120 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3112 := r.ContainerType() - if yyct3112 == codecSelferValueTypeMap1234 { - yyl3112 := r.ReadMapStart() - if yyl3112 == 0 { + yyct3121 := r.ContainerType() + if yyct3121 == codecSelferValueTypeMap1234 { + yyl3121 := r.ReadMapStart() + if yyl3121 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3112, d) + x.codecDecodeSelfFromMap(yyl3121, d) } - } else if yyct3112 == codecSelferValueTypeArray1234 { - yyl3112 := r.ReadArrayStart() - if yyl3112 == 0 { + } else if yyct3121 == codecSelferValueTypeArray1234 { + yyl3121 := r.ReadArrayStart() + if yyl3121 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3112, d) + x.codecDecodeSelfFromArray(yyl3121, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39905,12 +39983,12 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3113Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3113Slc - var yyhl3113 bool = l >= 0 - for yyj3113 := 0; ; yyj3113++ { - if yyhl3113 { - if yyj3113 >= l { + var yys3122Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3122Slc + var yyhl3122 bool = l >= 0 + for yyj3122 := 0; ; yyj3122++ { + if yyhl3122 { + if yyj3122 >= l { break } } else { @@ -39919,10 +39997,10 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3113Slc = r.DecodeBytes(yys3113Slc, true, true) - yys3113 := string(yys3113Slc) + yys3122Slc = r.DecodeBytes(yys3122Slc, true, true) + yys3122 := string(yys3122Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3113 { + switch yys3122 { case "phase": if r.TryDecodeAsNil() { x.Phase = "" @@ -39930,9 +40008,9 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Phase = NamespacePhase(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3113) - } // end switch yys3113 - } // end for yyj3113 + z.DecStructFieldNotFound(-1, yys3122) + } // end switch yys3122 + } // end for yyj3122 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39940,16 +40018,16 @@ func (x *NamespaceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3115 int - var yyb3115 bool - var yyhl3115 bool = l >= 0 - yyj3115++ - if yyhl3115 { - yyb3115 = yyj3115 > l + var yyj3124 int + var yyb3124 bool + var yyhl3124 bool = l >= 0 + yyj3124++ + if yyhl3124 { + yyb3124 = yyj3124 > l } else { - yyb3115 = r.CheckBreak() + yyb3124 = r.CheckBreak() } - if yyb3115 { + if yyb3124 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39960,17 +40038,17 @@ func (x *NamespaceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Phase = NamespacePhase(r.DecodeString()) } for { - yyj3115++ - if yyhl3115 { - yyb3115 = yyj3115 > l + yyj3124++ + if yyhl3124 { + yyb3124 = yyj3124 > l } else { - yyb3115 = r.CheckBreak() + yyb3124 = r.CheckBreak() } - if yyb3115 { + if yyb3124 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3115-1, "") + z.DecStructFieldNotFound(yyj3124-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39979,8 +40057,8 @@ func (x NamespacePhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3117 := z.EncBinary() - _ = yym3117 + yym3126 := z.EncBinary() + _ = yym3126 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -39992,8 +40070,8 @@ func (x *NamespacePhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3118 := z.DecBinary() - _ = yym3118 + yym3127 := z.DecBinary() + _ = yym3127 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -40008,39 +40086,39 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3119 := z.EncBinary() - _ = yym3119 + yym3128 := z.EncBinary() + _ = yym3128 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3120 := !z.EncBinary() - yy2arr3120 := z.EncBasicHandle().StructToArray - var yyq3120 [5]bool - _, _, _ = yysep3120, yyq3120, yy2arr3120 - const yyr3120 bool = false - yyq3120[0] = x.Kind != "" - yyq3120[1] = x.APIVersion != "" - yyq3120[2] = true - yyq3120[3] = true - yyq3120[4] = true - var yynn3120 int - if yyr3120 || yy2arr3120 { + yysep3129 := !z.EncBinary() + yy2arr3129 := z.EncBasicHandle().StructToArray + var yyq3129 [5]bool + _, _, _ = yysep3129, yyq3129, yy2arr3129 + const yyr3129 bool = false + yyq3129[0] = x.Kind != "" + yyq3129[1] = x.APIVersion != "" + yyq3129[2] = true + yyq3129[3] = true + yyq3129[4] = true + var yynn3129 int + if yyr3129 || yy2arr3129 { r.EncodeArrayStart(5) } else { - yynn3120 = 0 - for _, b := range yyq3120 { + yynn3129 = 0 + for _, b := range yyq3129 { if b { - yynn3120++ + yynn3129++ } } - r.EncodeMapStart(yynn3120) - yynn3120 = 0 + r.EncodeMapStart(yynn3129) + yynn3129 = 0 } - if yyr3120 || yy2arr3120 { + if yyr3129 || yy2arr3129 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3120[0] { - yym3122 := z.EncBinary() - _ = yym3122 + if yyq3129[0] { + yym3131 := z.EncBinary() + _ = yym3131 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -40049,23 +40127,23 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3120[0] { + if yyq3129[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3123 := z.EncBinary() - _ = yym3123 + yym3132 := z.EncBinary() + _ = yym3132 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3120 || yy2arr3120 { + if yyr3129 || yy2arr3129 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3120[1] { - yym3125 := z.EncBinary() - _ = yym3125 + if yyq3129[1] { + yym3134 := z.EncBinary() + _ = yym3134 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -40074,70 +40152,70 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3120[1] { + if yyq3129[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3126 := z.EncBinary() - _ = yym3126 + yym3135 := z.EncBinary() + _ = yym3135 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3120 || yy2arr3120 { + if yyr3129 || yy2arr3129 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3120[2] { - yy3128 := &x.ObjectMeta - yy3128.CodecEncodeSelf(e) + if yyq3129[2] { + yy3137 := &x.ObjectMeta + yy3137.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3120[2] { + if yyq3129[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3129 := &x.ObjectMeta - yy3129.CodecEncodeSelf(e) + yy3138 := &x.ObjectMeta + yy3138.CodecEncodeSelf(e) } } - if yyr3120 || yy2arr3120 { + if yyr3129 || yy2arr3129 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3120[3] { - yy3131 := &x.Spec - yy3131.CodecEncodeSelf(e) + if yyq3129[3] { + yy3140 := &x.Spec + yy3140.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3120[3] { + if yyq3129[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3132 := &x.Spec - yy3132.CodecEncodeSelf(e) + yy3141 := &x.Spec + yy3141.CodecEncodeSelf(e) } } - if yyr3120 || yy2arr3120 { + if yyr3129 || yy2arr3129 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3120[4] { - yy3134 := &x.Status - yy3134.CodecEncodeSelf(e) + if yyq3129[4] { + yy3143 := &x.Status + yy3143.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3120[4] { + if yyq3129[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3135 := &x.Status - yy3135.CodecEncodeSelf(e) + yy3144 := &x.Status + yy3144.CodecEncodeSelf(e) } } - if yyr3120 || yy2arr3120 { + if yyr3129 || yy2arr3129 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40150,25 +40228,25 @@ func (x *Namespace) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3136 := z.DecBinary() - _ = yym3136 + yym3145 := z.DecBinary() + _ = yym3145 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3137 := r.ContainerType() - if yyct3137 == codecSelferValueTypeMap1234 { - yyl3137 := r.ReadMapStart() - if yyl3137 == 0 { + yyct3146 := r.ContainerType() + if yyct3146 == codecSelferValueTypeMap1234 { + yyl3146 := r.ReadMapStart() + if yyl3146 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3137, d) + x.codecDecodeSelfFromMap(yyl3146, d) } - } else if yyct3137 == codecSelferValueTypeArray1234 { - yyl3137 := r.ReadArrayStart() - if yyl3137 == 0 { + } else if yyct3146 == codecSelferValueTypeArray1234 { + yyl3146 := r.ReadArrayStart() + if yyl3146 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3137, d) + x.codecDecodeSelfFromArray(yyl3146, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40180,12 +40258,12 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { 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 yys3147Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3147Slc + var yyhl3147 bool = l >= 0 + for yyj3147 := 0; ; yyj3147++ { + if yyhl3147 { + if yyj3147 >= l { break } } else { @@ -40194,10 +40272,10 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3138Slc = r.DecodeBytes(yys3138Slc, true, true) - yys3138 := string(yys3138Slc) + yys3147Slc = r.DecodeBytes(yys3147Slc, true, true) + yys3147 := string(yys3147Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3138 { + switch yys3147 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -40214,27 +40292,27 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3141 := &x.ObjectMeta - yyv3141.CodecDecodeSelf(d) + yyv3150 := &x.ObjectMeta + yyv3150.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NamespaceSpec{} } else { - yyv3142 := &x.Spec - yyv3142.CodecDecodeSelf(d) + yyv3151 := &x.Spec + yyv3151.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = NamespaceStatus{} } else { - yyv3143 := &x.Status - yyv3143.CodecDecodeSelf(d) + yyv3152 := &x.Status + yyv3152.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3138) - } // end switch yys3138 - } // end for yyj3138 + z.DecStructFieldNotFound(-1, yys3147) + } // end switch yys3147 + } // end for yyj3147 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40242,16 +40320,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { 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 yyj3153 int + var yyb3153 bool + var yyhl3153 bool = l >= 0 + yyj3153++ + if yyhl3153 { + yyb3153 = yyj3153 > l } else { - yyb3144 = r.CheckBreak() + yyb3153 = r.CheckBreak() } - if yyb3144 { + if yyb3153 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40261,13 +40339,13 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3144++ - if yyhl3144 { - yyb3144 = yyj3144 > l + yyj3153++ + if yyhl3153 { + yyb3153 = yyj3153 > l } else { - yyb3144 = r.CheckBreak() + yyb3153 = r.CheckBreak() } - if yyb3144 { + if yyb3153 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40277,13 +40355,13 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3144++ - if yyhl3144 { - yyb3144 = yyj3144 > l + yyj3153++ + if yyhl3153 { + yyb3153 = yyj3153 > l } else { - yyb3144 = r.CheckBreak() + yyb3153 = r.CheckBreak() } - if yyb3144 { + if yyb3153 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40291,16 +40369,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3147 := &x.ObjectMeta - yyv3147.CodecDecodeSelf(d) + yyv3156 := &x.ObjectMeta + yyv3156.CodecDecodeSelf(d) } - yyj3144++ - if yyhl3144 { - yyb3144 = yyj3144 > l + yyj3153++ + if yyhl3153 { + yyb3153 = yyj3153 > l } else { - yyb3144 = r.CheckBreak() + yyb3153 = r.CheckBreak() } - if yyb3144 { + if yyb3153 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40308,16 +40386,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NamespaceSpec{} } else { - yyv3148 := &x.Spec - yyv3148.CodecDecodeSelf(d) + yyv3157 := &x.Spec + yyv3157.CodecDecodeSelf(d) } - yyj3144++ - if yyhl3144 { - yyb3144 = yyj3144 > l + yyj3153++ + if yyhl3153 { + yyb3153 = yyj3153 > l } else { - yyb3144 = r.CheckBreak() + yyb3153 = r.CheckBreak() } - if yyb3144 { + if yyb3153 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40325,21 +40403,21 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = NamespaceStatus{} } else { - yyv3149 := &x.Status - yyv3149.CodecDecodeSelf(d) + yyv3158 := &x.Status + yyv3158.CodecDecodeSelf(d) } for { - yyj3144++ - if yyhl3144 { - yyb3144 = yyj3144 > l + yyj3153++ + if yyhl3153 { + yyb3153 = yyj3153 > l } else { - yyb3144 = r.CheckBreak() + yyb3153 = r.CheckBreak() } - if yyb3144 { + if yyb3153 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3144-1, "") + z.DecStructFieldNotFound(yyj3153-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40351,37 +40429,37 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3150 := z.EncBinary() - _ = yym3150 + yym3159 := z.EncBinary() + _ = yym3159 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3151 := !z.EncBinary() - yy2arr3151 := z.EncBasicHandle().StructToArray - var yyq3151 [4]bool - _, _, _ = yysep3151, yyq3151, yy2arr3151 - const yyr3151 bool = false - yyq3151[0] = x.Kind != "" - yyq3151[1] = x.APIVersion != "" - yyq3151[2] = true - var yynn3151 int - if yyr3151 || yy2arr3151 { + yysep3160 := !z.EncBinary() + yy2arr3160 := z.EncBasicHandle().StructToArray + var yyq3160 [4]bool + _, _, _ = yysep3160, yyq3160, yy2arr3160 + const yyr3160 bool = false + yyq3160[0] = x.Kind != "" + yyq3160[1] = x.APIVersion != "" + yyq3160[2] = true + var yynn3160 int + if yyr3160 || yy2arr3160 { r.EncodeArrayStart(4) } else { - yynn3151 = 1 - for _, b := range yyq3151 { + yynn3160 = 1 + for _, b := range yyq3160 { if b { - yynn3151++ + yynn3160++ } } - r.EncodeMapStart(yynn3151) - yynn3151 = 0 + r.EncodeMapStart(yynn3160) + yynn3160 = 0 } - if yyr3151 || yy2arr3151 { + if yyr3160 || yy2arr3160 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3151[0] { - yym3153 := z.EncBinary() - _ = yym3153 + if yyq3160[0] { + yym3162 := z.EncBinary() + _ = yym3162 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -40390,23 +40468,23 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3151[0] { + if yyq3160[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3154 := z.EncBinary() - _ = yym3154 + yym3163 := z.EncBinary() + _ = yym3163 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3151 || yy2arr3151 { + if yyr3160 || yy2arr3160 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3151[1] { - yym3156 := z.EncBinary() - _ = yym3156 + if yyq3160[1] { + yym3165 := z.EncBinary() + _ = yym3165 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -40415,54 +40493,54 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3151[1] { + if yyq3160[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3157 := z.EncBinary() - _ = yym3157 + yym3166 := z.EncBinary() + _ = yym3166 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3151 || yy2arr3151 { + if yyr3160 || yy2arr3160 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3151[2] { - yy3159 := &x.ListMeta - yym3160 := z.EncBinary() - _ = yym3160 + if yyq3160[2] { + yy3168 := &x.ListMeta + yym3169 := z.EncBinary() + _ = yym3169 if false { - } else if z.HasExtensions() && z.EncExt(yy3159) { + } else if z.HasExtensions() && z.EncExt(yy3168) { } else { - z.EncFallback(yy3159) + z.EncFallback(yy3168) } } else { r.EncodeNil() } } else { - if yyq3151[2] { + if yyq3160[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3161 := &x.ListMeta - yym3162 := z.EncBinary() - _ = yym3162 + yy3170 := &x.ListMeta + yym3171 := z.EncBinary() + _ = yym3171 if false { - } else if z.HasExtensions() && z.EncExt(yy3161) { + } else if z.HasExtensions() && z.EncExt(yy3170) { } else { - z.EncFallback(yy3161) + z.EncFallback(yy3170) } } } - if yyr3151 || yy2arr3151 { + if yyr3160 || yy2arr3160 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3164 := z.EncBinary() - _ = yym3164 + yym3173 := z.EncBinary() + _ = yym3173 if false { } else { h.encSliceNamespace(([]Namespace)(x.Items), e) @@ -40475,15 +40553,15 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3165 := z.EncBinary() - _ = yym3165 + yym3174 := z.EncBinary() + _ = yym3174 if false { } else { h.encSliceNamespace(([]Namespace)(x.Items), e) } } } - if yyr3151 || yy2arr3151 { + if yyr3160 || yy2arr3160 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40496,25 +40574,25 @@ func (x *NamespaceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3166 := z.DecBinary() - _ = yym3166 + yym3175 := z.DecBinary() + _ = yym3175 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3167 := r.ContainerType() - if yyct3167 == codecSelferValueTypeMap1234 { - yyl3167 := r.ReadMapStart() - if yyl3167 == 0 { + yyct3176 := r.ContainerType() + if yyct3176 == codecSelferValueTypeMap1234 { + yyl3176 := r.ReadMapStart() + if yyl3176 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3167, d) + x.codecDecodeSelfFromMap(yyl3176, d) } - } else if yyct3167 == codecSelferValueTypeArray1234 { - yyl3167 := r.ReadArrayStart() - if yyl3167 == 0 { + } else if yyct3176 == codecSelferValueTypeArray1234 { + yyl3176 := r.ReadArrayStart() + if yyl3176 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3167, d) + x.codecDecodeSelfFromArray(yyl3176, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40526,12 +40604,12 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3168Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3168Slc - var yyhl3168 bool = l >= 0 - for yyj3168 := 0; ; yyj3168++ { - if yyhl3168 { - if yyj3168 >= 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 { @@ -40540,10 +40618,10 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3168Slc = r.DecodeBytes(yys3168Slc, true, true) - yys3168 := string(yys3168Slc) + yys3177Slc = r.DecodeBytes(yys3177Slc, true, true) + yys3177 := string(yys3177Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3168 { + switch yys3177 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -40560,31 +40638,31 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3171 := &x.ListMeta - yym3172 := z.DecBinary() - _ = yym3172 + yyv3180 := &x.ListMeta + yym3181 := z.DecBinary() + _ = yym3181 if false { - } else if z.HasExtensions() && z.DecExt(yyv3171) { + } else if z.HasExtensions() && z.DecExt(yyv3180) { } else { - z.DecFallback(yyv3171, false) + z.DecFallback(yyv3180, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3173 := &x.Items - yym3174 := z.DecBinary() - _ = yym3174 + yyv3182 := &x.Items + yym3183 := z.DecBinary() + _ = yym3183 if false { } else { - h.decSliceNamespace((*[]Namespace)(yyv3173), d) + h.decSliceNamespace((*[]Namespace)(yyv3182), d) } } default: - z.DecStructFieldNotFound(-1, yys3168) - } // end switch yys3168 - } // end for yyj3168 + z.DecStructFieldNotFound(-1, yys3177) + } // end switch yys3177 + } // end for yyj3177 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40592,16 +40670,16 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3175 int - var yyb3175 bool - var yyhl3175 bool = l >= 0 - yyj3175++ - if yyhl3175 { - yyb3175 = yyj3175 > l + var yyj3184 int + var yyb3184 bool + var yyhl3184 bool = l >= 0 + yyj3184++ + if yyhl3184 { + yyb3184 = yyj3184 > l } else { - yyb3175 = r.CheckBreak() + yyb3184 = r.CheckBreak() } - if yyb3175 { + if yyb3184 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40611,13 +40689,13 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3175++ - if yyhl3175 { - yyb3175 = yyj3175 > l + yyj3184++ + if yyhl3184 { + yyb3184 = yyj3184 > l } else { - yyb3175 = r.CheckBreak() + yyb3184 = r.CheckBreak() } - if yyb3175 { + if yyb3184 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40627,13 +40705,13 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3175++ - if yyhl3175 { - yyb3175 = yyj3175 > l + yyj3184++ + if yyhl3184 { + yyb3184 = yyj3184 > l } else { - yyb3175 = r.CheckBreak() + yyb3184 = r.CheckBreak() } - if yyb3175 { + if yyb3184 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40641,22 +40719,22 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3178 := &x.ListMeta - yym3179 := z.DecBinary() - _ = yym3179 + yyv3187 := &x.ListMeta + yym3188 := z.DecBinary() + _ = yym3188 if false { - } else if z.HasExtensions() && z.DecExt(yyv3178) { + } else if z.HasExtensions() && z.DecExt(yyv3187) { } else { - z.DecFallback(yyv3178, false) + z.DecFallback(yyv3187, false) } } - yyj3175++ - if yyhl3175 { - yyb3175 = yyj3175 > l + yyj3184++ + if yyhl3184 { + yyb3184 = yyj3184 > l } else { - yyb3175 = r.CheckBreak() + yyb3184 = r.CheckBreak() } - if yyb3175 { + if yyb3184 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40664,26 +40742,26 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3180 := &x.Items - yym3181 := z.DecBinary() - _ = yym3181 + yyv3189 := &x.Items + yym3190 := z.DecBinary() + _ = yym3190 if false { } else { - h.decSliceNamespace((*[]Namespace)(yyv3180), d) + h.decSliceNamespace((*[]Namespace)(yyv3189), d) } } for { - yyj3175++ - if yyhl3175 { - yyb3175 = yyj3175 > l + yyj3184++ + if yyhl3184 { + yyb3184 = yyj3184 > l } else { - yyb3175 = r.CheckBreak() + yyb3184 = r.CheckBreak() } - if yyb3175 { + if yyb3184 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3175-1, "") + z.DecStructFieldNotFound(yyj3184-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40695,37 +40773,37 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3182 := z.EncBinary() - _ = yym3182 + yym3191 := z.EncBinary() + _ = yym3191 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3183 := !z.EncBinary() - yy2arr3183 := z.EncBasicHandle().StructToArray - var yyq3183 [4]bool - _, _, _ = yysep3183, yyq3183, yy2arr3183 - const yyr3183 bool = false - yyq3183[0] = x.Kind != "" - yyq3183[1] = x.APIVersion != "" - yyq3183[2] = true - var yynn3183 int - if yyr3183 || yy2arr3183 { + yysep3192 := !z.EncBinary() + yy2arr3192 := z.EncBasicHandle().StructToArray + var yyq3192 [4]bool + _, _, _ = yysep3192, yyq3192, yy2arr3192 + const yyr3192 bool = false + yyq3192[0] = x.Kind != "" + yyq3192[1] = x.APIVersion != "" + yyq3192[2] = true + var yynn3192 int + if yyr3192 || yy2arr3192 { r.EncodeArrayStart(4) } else { - yynn3183 = 1 - for _, b := range yyq3183 { + yynn3192 = 1 + for _, b := range yyq3192 { if b { - yynn3183++ + yynn3192++ } } - r.EncodeMapStart(yynn3183) - yynn3183 = 0 + r.EncodeMapStart(yynn3192) + yynn3192 = 0 } - if yyr3183 || yy2arr3183 { + if yyr3192 || yy2arr3192 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3183[0] { - yym3185 := z.EncBinary() - _ = yym3185 + if yyq3192[0] { + yym3194 := z.EncBinary() + _ = yym3194 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -40734,23 +40812,23 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3183[0] { + if yyq3192[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3186 := z.EncBinary() - _ = yym3186 + yym3195 := z.EncBinary() + _ = yym3195 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3183 || yy2arr3183 { + if yyr3192 || yy2arr3192 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3183[1] { - yym3188 := z.EncBinary() - _ = yym3188 + if yyq3192[1] { + yym3197 := z.EncBinary() + _ = yym3197 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -40759,47 +40837,47 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3183[1] { + if yyq3192[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3189 := z.EncBinary() - _ = yym3189 + yym3198 := z.EncBinary() + _ = yym3198 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3183 || yy2arr3183 { + if yyr3192 || yy2arr3192 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3183[2] { - yy3191 := &x.ObjectMeta - yy3191.CodecEncodeSelf(e) + if yyq3192[2] { + yy3200 := &x.ObjectMeta + yy3200.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3183[2] { + if yyq3192[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3192 := &x.ObjectMeta - yy3192.CodecEncodeSelf(e) + yy3201 := &x.ObjectMeta + yy3201.CodecEncodeSelf(e) } } - if yyr3183 || yy2arr3183 { + if yyr3192 || yy2arr3192 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3194 := &x.Target - yy3194.CodecEncodeSelf(e) + yy3203 := &x.Target + yy3203.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("target")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3195 := &x.Target - yy3195.CodecEncodeSelf(e) + yy3204 := &x.Target + yy3204.CodecEncodeSelf(e) } - if yyr3183 || yy2arr3183 { + if yyr3192 || yy2arr3192 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40812,25 +40890,25 @@ func (x *Binding) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3196 := z.DecBinary() - _ = yym3196 + yym3205 := z.DecBinary() + _ = yym3205 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3197 := r.ContainerType() - if yyct3197 == codecSelferValueTypeMap1234 { - yyl3197 := r.ReadMapStart() - if yyl3197 == 0 { + yyct3206 := r.ContainerType() + if yyct3206 == codecSelferValueTypeMap1234 { + yyl3206 := r.ReadMapStart() + if yyl3206 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3197, d) + x.codecDecodeSelfFromMap(yyl3206, d) } - } else if yyct3197 == codecSelferValueTypeArray1234 { - yyl3197 := r.ReadArrayStart() - if yyl3197 == 0 { + } else if yyct3206 == codecSelferValueTypeArray1234 { + yyl3206 := r.ReadArrayStart() + if yyl3206 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3197, d) + x.codecDecodeSelfFromArray(yyl3206, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40842,12 +40920,12 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3198Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3198Slc - var yyhl3198 bool = l >= 0 - for yyj3198 := 0; ; yyj3198++ { - if yyhl3198 { - if yyj3198 >= l { + var yys3207Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3207Slc + var yyhl3207 bool = l >= 0 + for yyj3207 := 0; ; yyj3207++ { + if yyhl3207 { + if yyj3207 >= l { break } } else { @@ -40856,10 +40934,10 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3198Slc = r.DecodeBytes(yys3198Slc, true, true) - yys3198 := string(yys3198Slc) + yys3207Slc = r.DecodeBytes(yys3207Slc, true, true) + yys3207 := string(yys3207Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3198 { + switch yys3207 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -40876,20 +40954,20 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3201 := &x.ObjectMeta - yyv3201.CodecDecodeSelf(d) + yyv3210 := &x.ObjectMeta + yyv3210.CodecDecodeSelf(d) } case "target": if r.TryDecodeAsNil() { x.Target = ObjectReference{} } else { - yyv3202 := &x.Target - yyv3202.CodecDecodeSelf(d) + yyv3211 := &x.Target + yyv3211.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3198) - } // end switch yys3198 - } // end for yyj3198 + z.DecStructFieldNotFound(-1, yys3207) + } // end switch yys3207 + } // end for yyj3207 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40897,16 +40975,16 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3203 int - var yyb3203 bool - var yyhl3203 bool = l >= 0 - yyj3203++ - if yyhl3203 { - yyb3203 = yyj3203 > l + var yyj3212 int + var yyb3212 bool + var yyhl3212 bool = l >= 0 + yyj3212++ + if yyhl3212 { + yyb3212 = yyj3212 > l } else { - yyb3203 = r.CheckBreak() + yyb3212 = r.CheckBreak() } - if yyb3203 { + if yyb3212 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40916,13 +40994,13 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3203++ - if yyhl3203 { - yyb3203 = yyj3203 > l + yyj3212++ + if yyhl3212 { + yyb3212 = yyj3212 > l } else { - yyb3203 = r.CheckBreak() + yyb3212 = r.CheckBreak() } - if yyb3203 { + if yyb3212 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40932,13 +41010,13 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3203++ - if yyhl3203 { - yyb3203 = yyj3203 > l + yyj3212++ + if yyhl3212 { + yyb3212 = yyj3212 > l } else { - yyb3203 = r.CheckBreak() + yyb3212 = r.CheckBreak() } - if yyb3203 { + if yyb3212 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40946,16 +41024,16 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3206 := &x.ObjectMeta - yyv3206.CodecDecodeSelf(d) + yyv3215 := &x.ObjectMeta + yyv3215.CodecDecodeSelf(d) } - yyj3203++ - if yyhl3203 { - yyb3203 = yyj3203 > l + yyj3212++ + if yyhl3212 { + yyb3212 = yyj3212 > l } else { - yyb3203 = r.CheckBreak() + yyb3212 = r.CheckBreak() } - if yyb3203 { + if yyb3212 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40963,21 +41041,21 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Target = ObjectReference{} } else { - yyv3207 := &x.Target - yyv3207.CodecDecodeSelf(d) + yyv3216 := &x.Target + yyv3216.CodecDecodeSelf(d) } for { - yyj3203++ - if yyhl3203 { - yyb3203 = yyj3203 > l + yyj3212++ + if yyhl3212 { + yyb3212 = yyj3212 > l } else { - yyb3203 = r.CheckBreak() + yyb3212 = r.CheckBreak() } - if yyb3203 { + if yyb3212 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3203-1, "") + z.DecStructFieldNotFound(yyj3212-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40989,68 +41067,68 @@ func (x *Preconditions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3208 := z.EncBinary() - _ = yym3208 + yym3217 := z.EncBinary() + _ = yym3217 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3209 := !z.EncBinary() - yy2arr3209 := z.EncBasicHandle().StructToArray - var yyq3209 [1]bool - _, _, _ = yysep3209, yyq3209, yy2arr3209 - const yyr3209 bool = false - yyq3209[0] = x.UID != nil - var yynn3209 int - if yyr3209 || yy2arr3209 { + yysep3218 := !z.EncBinary() + yy2arr3218 := z.EncBasicHandle().StructToArray + var yyq3218 [1]bool + _, _, _ = yysep3218, yyq3218, yy2arr3218 + const yyr3218 bool = false + yyq3218[0] = x.UID != nil + var yynn3218 int + if yyr3218 || yy2arr3218 { r.EncodeArrayStart(1) } else { - yynn3209 = 0 - for _, b := range yyq3209 { + yynn3218 = 0 + for _, b := range yyq3218 { if b { - yynn3209++ + yynn3218++ } } - r.EncodeMapStart(yynn3209) - yynn3209 = 0 + r.EncodeMapStart(yynn3218) + yynn3218 = 0 } - if yyr3209 || yy2arr3209 { + if yyr3218 || yy2arr3218 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3209[0] { + if yyq3218[0] { if x.UID == nil { r.EncodeNil() } else { - yy3211 := *x.UID - yym3212 := z.EncBinary() - _ = yym3212 + yy3220 := *x.UID + yym3221 := z.EncBinary() + _ = yym3221 if false { - } else if z.HasExtensions() && z.EncExt(yy3211) { + } else if z.HasExtensions() && z.EncExt(yy3220) { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy3211)) + r.EncodeString(codecSelferC_UTF81234, string(yy3220)) } } } else { r.EncodeNil() } } else { - if yyq3209[0] { + if yyq3218[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("uid")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.UID == nil { r.EncodeNil() } else { - yy3213 := *x.UID - yym3214 := z.EncBinary() - _ = yym3214 + yy3222 := *x.UID + yym3223 := z.EncBinary() + _ = yym3223 if false { - } else if z.HasExtensions() && z.EncExt(yy3213) { + } else if z.HasExtensions() && z.EncExt(yy3222) { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy3213)) + r.EncodeString(codecSelferC_UTF81234, string(yy3222)) } } } } - if yyr3209 || yy2arr3209 { + if yyr3218 || yy2arr3218 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41063,25 +41141,25 @@ func (x *Preconditions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3215 := z.DecBinary() - _ = yym3215 + yym3224 := z.DecBinary() + _ = yym3224 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3216 := r.ContainerType() - if yyct3216 == codecSelferValueTypeMap1234 { - yyl3216 := r.ReadMapStart() - if yyl3216 == 0 { + yyct3225 := r.ContainerType() + if yyct3225 == codecSelferValueTypeMap1234 { + yyl3225 := r.ReadMapStart() + if yyl3225 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3216, d) + x.codecDecodeSelfFromMap(yyl3225, d) } - } else if yyct3216 == codecSelferValueTypeArray1234 { - yyl3216 := r.ReadArrayStart() - if yyl3216 == 0 { + } else if yyct3225 == codecSelferValueTypeArray1234 { + yyl3225 := r.ReadArrayStart() + if yyl3225 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3216, d) + x.codecDecodeSelfFromArray(yyl3225, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41093,12 +41171,12 @@ func (x *Preconditions) 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 yys3226Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3226Slc + var yyhl3226 bool = l >= 0 + for yyj3226 := 0; ; yyj3226++ { + if yyhl3226 { + if yyj3226 >= l { break } } else { @@ -41107,10 +41185,10 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3217Slc = r.DecodeBytes(yys3217Slc, true, true) - yys3217 := string(yys3217Slc) + yys3226Slc = r.DecodeBytes(yys3226Slc, true, true) + yys3226 := string(yys3226Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3217 { + switch yys3226 { case "uid": if r.TryDecodeAsNil() { if x.UID != nil { @@ -41120,8 +41198,8 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.UID == nil { x.UID = new(pkg1_types.UID) } - yym3219 := z.DecBinary() - _ = yym3219 + yym3228 := z.DecBinary() + _ = yym3228 if false { } else if z.HasExtensions() && z.DecExt(x.UID) { } else { @@ -41129,9 +41207,9 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } default: - z.DecStructFieldNotFound(-1, yys3217) - } // end switch yys3217 - } // end for yyj3217 + z.DecStructFieldNotFound(-1, yys3226) + } // end switch yys3226 + } // end for yyj3226 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41139,16 +41217,16 @@ func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3220 int - var yyb3220 bool - var yyhl3220 bool = l >= 0 - yyj3220++ - if yyhl3220 { - yyb3220 = yyj3220 > l + var yyj3229 int + var yyb3229 bool + var yyhl3229 bool = l >= 0 + yyj3229++ + if yyhl3229 { + yyb3229 = yyj3229 > l } else { - yyb3220 = r.CheckBreak() + yyb3229 = r.CheckBreak() } - if yyb3220 { + if yyb3229 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41161,8 +41239,8 @@ func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.UID == nil { x.UID = new(pkg1_types.UID) } - yym3222 := z.DecBinary() - _ = yym3222 + yym3231 := z.DecBinary() + _ = yym3231 if false { } else if z.HasExtensions() && z.DecExt(x.UID) { } else { @@ -41170,17 +41248,17 @@ func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } } for { - yyj3220++ - if yyhl3220 { - yyb3220 = yyj3220 > l + yyj3229++ + if yyhl3229 { + yyb3229 = yyj3229 > l } else { - yyb3220 = r.CheckBreak() + yyb3229 = r.CheckBreak() } - if yyb3220 { + if yyb3229 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3220-1, "") + z.DecStructFieldNotFound(yyj3229-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41192,39 +41270,39 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3223 := z.EncBinary() - _ = yym3223 + yym3232 := z.EncBinary() + _ = yym3232 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3224 := !z.EncBinary() - yy2arr3224 := z.EncBasicHandle().StructToArray - var yyq3224 [5]bool - _, _, _ = yysep3224, yyq3224, yy2arr3224 - const yyr3224 bool = false - yyq3224[0] = x.Kind != "" - yyq3224[1] = x.APIVersion != "" - yyq3224[2] = x.GracePeriodSeconds != nil - yyq3224[3] = x.Preconditions != nil - yyq3224[4] = x.OrphanDependents != nil - var yynn3224 int - if yyr3224 || yy2arr3224 { + 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] = x.GracePeriodSeconds != nil + yyq3233[3] = x.Preconditions != nil + yyq3233[4] = x.OrphanDependents != nil + var yynn3233 int + if yyr3233 || yy2arr3233 { r.EncodeArrayStart(5) } else { - yynn3224 = 0 - for _, b := range yyq3224 { + yynn3233 = 0 + for _, b := range yyq3233 { if b { - yynn3224++ + yynn3233++ } } - r.EncodeMapStart(yynn3224) - yynn3224 = 0 + r.EncodeMapStart(yynn3233) + yynn3233 = 0 } - if yyr3224 || yy2arr3224 { + if yyr3233 || yy2arr3233 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3224[0] { - yym3226 := z.EncBinary() - _ = yym3226 + if yyq3233[0] { + yym3235 := z.EncBinary() + _ = yym3235 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -41233,23 +41311,23 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3224[0] { + if yyq3233[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3227 := z.EncBinary() - _ = yym3227 + yym3236 := z.EncBinary() + _ = yym3236 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3224 || yy2arr3224 { + if yyr3233 || yy2arr3233 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3224[1] { - yym3229 := z.EncBinary() - _ = yym3229 + if yyq3233[1] { + yym3238 := z.EncBinary() + _ = yym3238 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -41258,56 +41336,56 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3224[1] { + if yyq3233[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3230 := z.EncBinary() - _ = yym3230 + yym3239 := z.EncBinary() + _ = yym3239 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3224 || yy2arr3224 { + if yyr3233 || yy2arr3233 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3224[2] { + if yyq3233[2] { if x.GracePeriodSeconds == nil { r.EncodeNil() } else { - yy3232 := *x.GracePeriodSeconds - yym3233 := z.EncBinary() - _ = yym3233 + yy3241 := *x.GracePeriodSeconds + yym3242 := z.EncBinary() + _ = yym3242 if false { } else { - r.EncodeInt(int64(yy3232)) + r.EncodeInt(int64(yy3241)) } } } else { r.EncodeNil() } } else { - if yyq3224[2] { + if yyq3233[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("gracePeriodSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.GracePeriodSeconds == nil { r.EncodeNil() } else { - yy3234 := *x.GracePeriodSeconds - yym3235 := z.EncBinary() - _ = yym3235 + yy3243 := *x.GracePeriodSeconds + yym3244 := z.EncBinary() + _ = yym3244 if false { } else { - r.EncodeInt(int64(yy3234)) + r.EncodeInt(int64(yy3243)) } } } } - if yyr3224 || yy2arr3224 { + if yyr3233 || yy2arr3233 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3224[3] { + if yyq3233[3] { if x.Preconditions == nil { r.EncodeNil() } else { @@ -41317,7 +41395,7 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3224[3] { + if yyq3233[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preconditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -41328,42 +41406,42 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3224 || yy2arr3224 { + if yyr3233 || yy2arr3233 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3224[4] { + if yyq3233[4] { if x.OrphanDependents == nil { r.EncodeNil() } else { - yy3238 := *x.OrphanDependents - yym3239 := z.EncBinary() - _ = yym3239 + yy3247 := *x.OrphanDependents + yym3248 := z.EncBinary() + _ = yym3248 if false { } else { - r.EncodeBool(bool(yy3238)) + r.EncodeBool(bool(yy3247)) } } } else { r.EncodeNil() } } else { - if yyq3224[4] { + if yyq3233[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("orphanDependents")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.OrphanDependents == nil { r.EncodeNil() } else { - yy3240 := *x.OrphanDependents - yym3241 := z.EncBinary() - _ = yym3241 + yy3249 := *x.OrphanDependents + yym3250 := z.EncBinary() + _ = yym3250 if false { } else { - r.EncodeBool(bool(yy3240)) + r.EncodeBool(bool(yy3249)) } } } } - if yyr3224 || yy2arr3224 { + if yyr3233 || yy2arr3233 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41376,25 +41454,25 @@ func (x *DeleteOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3242 := z.DecBinary() - _ = yym3242 + yym3251 := z.DecBinary() + _ = yym3251 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3243 := r.ContainerType() - if yyct3243 == codecSelferValueTypeMap1234 { - yyl3243 := r.ReadMapStart() - if yyl3243 == 0 { + yyct3252 := r.ContainerType() + if yyct3252 == codecSelferValueTypeMap1234 { + yyl3252 := r.ReadMapStart() + if yyl3252 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3243, d) + x.codecDecodeSelfFromMap(yyl3252, d) } - } else if yyct3243 == codecSelferValueTypeArray1234 { - yyl3243 := r.ReadArrayStart() - if yyl3243 == 0 { + } else if yyct3252 == codecSelferValueTypeArray1234 { + yyl3252 := r.ReadArrayStart() + if yyl3252 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3243, d) + x.codecDecodeSelfFromArray(yyl3252, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41406,12 +41484,12 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3244Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3244Slc - var yyhl3244 bool = l >= 0 - for yyj3244 := 0; ; yyj3244++ { - if yyhl3244 { - if yyj3244 >= l { + var yys3253Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3253Slc + var yyhl3253 bool = l >= 0 + for yyj3253 := 0; ; yyj3253++ { + if yyhl3253 { + if yyj3253 >= l { break } } else { @@ -41420,10 +41498,10 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3244Slc = r.DecodeBytes(yys3244Slc, true, true) - yys3244 := string(yys3244Slc) + yys3253Slc = r.DecodeBytes(yys3253Slc, true, true) + yys3253 := string(yys3253Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3244 { + switch yys3253 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -41445,8 +41523,8 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.GracePeriodSeconds == nil { x.GracePeriodSeconds = new(int64) } - yym3248 := z.DecBinary() - _ = yym3248 + yym3257 := z.DecBinary() + _ = yym3257 if false { } else { *((*int64)(x.GracePeriodSeconds)) = int64(r.DecodeInt(64)) @@ -41472,17 +41550,17 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.OrphanDependents == nil { x.OrphanDependents = new(bool) } - yym3251 := z.DecBinary() - _ = yym3251 + yym3260 := z.DecBinary() + _ = yym3260 if false { } else { *((*bool)(x.OrphanDependents)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys3244) - } // end switch yys3244 - } // end for yyj3244 + z.DecStructFieldNotFound(-1, yys3253) + } // end switch yys3253 + } // end for yyj3253 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41490,16 +41568,16 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3252 int - var yyb3252 bool - var yyhl3252 bool = l >= 0 - yyj3252++ - if yyhl3252 { - yyb3252 = yyj3252 > l + var yyj3261 int + var yyb3261 bool + var yyhl3261 bool = l >= 0 + yyj3261++ + if yyhl3261 { + yyb3261 = yyj3261 > l } else { - yyb3252 = r.CheckBreak() + yyb3261 = r.CheckBreak() } - if yyb3252 { + if yyb3261 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41509,13 +41587,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3252++ - if yyhl3252 { - yyb3252 = yyj3252 > l + yyj3261++ + if yyhl3261 { + yyb3261 = yyj3261 > l } else { - yyb3252 = r.CheckBreak() + yyb3261 = r.CheckBreak() } - if yyb3252 { + if yyb3261 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41525,13 +41603,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3252++ - if yyhl3252 { - yyb3252 = yyj3252 > l + yyj3261++ + if yyhl3261 { + yyb3261 = yyj3261 > l } else { - yyb3252 = r.CheckBreak() + yyb3261 = r.CheckBreak() } - if yyb3252 { + if yyb3261 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41544,20 +41622,20 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.GracePeriodSeconds == nil { x.GracePeriodSeconds = new(int64) } - yym3256 := z.DecBinary() - _ = yym3256 + yym3265 := z.DecBinary() + _ = yym3265 if false { } else { *((*int64)(x.GracePeriodSeconds)) = int64(r.DecodeInt(64)) } } - yyj3252++ - if yyhl3252 { - yyb3252 = yyj3252 > l + yyj3261++ + if yyhl3261 { + yyb3261 = yyj3261 > l } else { - yyb3252 = r.CheckBreak() + yyb3261 = r.CheckBreak() } - if yyb3252 { + if yyb3261 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41572,13 +41650,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Preconditions.CodecDecodeSelf(d) } - yyj3252++ - if yyhl3252 { - yyb3252 = yyj3252 > l + yyj3261++ + if yyhl3261 { + yyb3261 = yyj3261 > l } else { - yyb3252 = r.CheckBreak() + yyb3261 = r.CheckBreak() } - if yyb3252 { + if yyb3261 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41591,25 +41669,25 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.OrphanDependents == nil { x.OrphanDependents = new(bool) } - yym3259 := z.DecBinary() - _ = yym3259 + yym3268 := z.DecBinary() + _ = yym3268 if false { } else { *((*bool)(x.OrphanDependents)) = r.DecodeBool() } } for { - yyj3252++ - if yyhl3252 { - yyb3252 = yyj3252 > l + yyj3261++ + if yyhl3261 { + yyb3261 = yyj3261 > l } else { - yyb3252 = r.CheckBreak() + yyb3261 = r.CheckBreak() } - if yyb3252 { + if yyb3261 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3252-1, "") + z.DecStructFieldNotFound(yyj3261-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41621,36 +41699,36 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3260 := z.EncBinary() - _ = yym3260 + yym3269 := z.EncBinary() + _ = yym3269 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3261 := !z.EncBinary() - yy2arr3261 := z.EncBasicHandle().StructToArray - var yyq3261 [4]bool - _, _, _ = yysep3261, yyq3261, yy2arr3261 - const yyr3261 bool = false - yyq3261[0] = x.Kind != "" - yyq3261[1] = x.APIVersion != "" - var yynn3261 int - if yyr3261 || yy2arr3261 { + yysep3270 := !z.EncBinary() + yy2arr3270 := z.EncBasicHandle().StructToArray + var yyq3270 [4]bool + _, _, _ = yysep3270, yyq3270, yy2arr3270 + const yyr3270 bool = false + yyq3270[0] = x.Kind != "" + yyq3270[1] = x.APIVersion != "" + var yynn3270 int + if yyr3270 || yy2arr3270 { r.EncodeArrayStart(4) } else { - yynn3261 = 2 - for _, b := range yyq3261 { + yynn3270 = 2 + for _, b := range yyq3270 { if b { - yynn3261++ + yynn3270++ } } - r.EncodeMapStart(yynn3261) - yynn3261 = 0 + r.EncodeMapStart(yynn3270) + yynn3270 = 0 } - if yyr3261 || yy2arr3261 { + if yyr3270 || yy2arr3270 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3261[0] { - yym3263 := z.EncBinary() - _ = yym3263 + if yyq3270[0] { + yym3272 := z.EncBinary() + _ = yym3272 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -41659,23 +41737,23 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3261[0] { + if yyq3270[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3264 := z.EncBinary() - _ = yym3264 + yym3273 := z.EncBinary() + _ = yym3273 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3261 || yy2arr3261 { + if yyr3270 || yy2arr3270 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3261[1] { - yym3266 := z.EncBinary() - _ = yym3266 + if yyq3270[1] { + yym3275 := z.EncBinary() + _ = yym3275 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -41684,22 +41762,22 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3261[1] { + if yyq3270[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3267 := z.EncBinary() - _ = yym3267 + yym3276 := z.EncBinary() + _ = yym3276 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3261 || yy2arr3261 { + if yyr3270 || yy2arr3270 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3269 := z.EncBinary() - _ = yym3269 + yym3278 := z.EncBinary() + _ = yym3278 if false { } else { r.EncodeBool(bool(x.Export)) @@ -41708,17 +41786,17 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("export")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3270 := z.EncBinary() - _ = yym3270 + yym3279 := z.EncBinary() + _ = yym3279 if false { } else { r.EncodeBool(bool(x.Export)) } } - if yyr3261 || yy2arr3261 { + if yyr3270 || yy2arr3270 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3272 := z.EncBinary() - _ = yym3272 + yym3281 := z.EncBinary() + _ = yym3281 if false { } else { r.EncodeBool(bool(x.Exact)) @@ -41727,14 +41805,14 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exact")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3273 := z.EncBinary() - _ = yym3273 + yym3282 := z.EncBinary() + _ = yym3282 if false { } else { r.EncodeBool(bool(x.Exact)) } } - if yyr3261 || yy2arr3261 { + if yyr3270 || yy2arr3270 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41747,25 +41825,25 @@ func (x *ExportOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3274 := z.DecBinary() - _ = yym3274 + yym3283 := z.DecBinary() + _ = yym3283 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3275 := r.ContainerType() - if yyct3275 == codecSelferValueTypeMap1234 { - yyl3275 := r.ReadMapStart() - if yyl3275 == 0 { + yyct3284 := r.ContainerType() + if yyct3284 == codecSelferValueTypeMap1234 { + yyl3284 := r.ReadMapStart() + if yyl3284 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3275, d) + x.codecDecodeSelfFromMap(yyl3284, d) } - } else if yyct3275 == codecSelferValueTypeArray1234 { - yyl3275 := r.ReadArrayStart() - if yyl3275 == 0 { + } else if yyct3284 == codecSelferValueTypeArray1234 { + yyl3284 := r.ReadArrayStart() + if yyl3284 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3275, d) + x.codecDecodeSelfFromArray(yyl3284, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41777,12 +41855,12 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3276Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3276Slc - var yyhl3276 bool = l >= 0 - for yyj3276 := 0; ; yyj3276++ { - if yyhl3276 { - if yyj3276 >= l { + var yys3285Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3285Slc + var yyhl3285 bool = l >= 0 + for yyj3285 := 0; ; yyj3285++ { + if yyhl3285 { + if yyj3285 >= l { break } } else { @@ -41791,10 +41869,10 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3276Slc = r.DecodeBytes(yys3276Slc, true, true) - yys3276 := string(yys3276Slc) + yys3285Slc = r.DecodeBytes(yys3285Slc, true, true) + yys3285 := string(yys3285Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3276 { + switch yys3285 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -41820,9 +41898,9 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Exact = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys3276) - } // end switch yys3276 - } // end for yyj3276 + z.DecStructFieldNotFound(-1, yys3285) + } // end switch yys3285 + } // end for yyj3285 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41830,16 +41908,16 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3281 int - var yyb3281 bool - var yyhl3281 bool = l >= 0 - yyj3281++ - if yyhl3281 { - yyb3281 = yyj3281 > l + var yyj3290 int + var yyb3290 bool + var yyhl3290 bool = l >= 0 + yyj3290++ + if yyhl3290 { + yyb3290 = yyj3290 > l } else { - yyb3281 = r.CheckBreak() + yyb3290 = r.CheckBreak() } - if yyb3281 { + if yyb3290 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41849,13 +41927,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3281++ - if yyhl3281 { - yyb3281 = yyj3281 > l + yyj3290++ + if yyhl3290 { + yyb3290 = yyj3290 > l } else { - yyb3281 = r.CheckBreak() + yyb3290 = r.CheckBreak() } - if yyb3281 { + if yyb3290 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41865,13 +41943,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3281++ - if yyhl3281 { - yyb3281 = yyj3281 > l + yyj3290++ + if yyhl3290 { + yyb3290 = yyj3290 > l } else { - yyb3281 = r.CheckBreak() + yyb3290 = r.CheckBreak() } - if yyb3281 { + if yyb3290 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41881,13 +41959,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Export = bool(r.DecodeBool()) } - yyj3281++ - if yyhl3281 { - yyb3281 = yyj3281 > l + yyj3290++ + if yyhl3290 { + yyb3290 = yyj3290 > l } else { - yyb3281 = r.CheckBreak() + yyb3290 = r.CheckBreak() } - if yyb3281 { + if yyb3290 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41898,17 +41976,17 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Exact = bool(r.DecodeBool()) } for { - yyj3281++ - if yyhl3281 { - yyb3281 = yyj3281 > l + yyj3290++ + if yyhl3290 { + yyb3290 = yyj3290 > l } else { - yyb3281 = r.CheckBreak() + yyb3290 = r.CheckBreak() } - if yyb3281 { + if yyb3290 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3281-1, "") + z.DecStructFieldNotFound(yyj3290-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41920,41 +41998,41 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3286 := z.EncBinary() - _ = yym3286 + yym3295 := z.EncBinary() + _ = yym3295 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3287 := !z.EncBinary() - yy2arr3287 := z.EncBasicHandle().StructToArray - var yyq3287 [7]bool - _, _, _ = yysep3287, yyq3287, yy2arr3287 - const yyr3287 bool = false - yyq3287[0] = x.Kind != "" - yyq3287[1] = x.APIVersion != "" - yyq3287[2] = x.LabelSelector != "" - yyq3287[3] = x.FieldSelector != "" - yyq3287[4] = x.Watch != false - yyq3287[5] = x.ResourceVersion != "" - yyq3287[6] = x.TimeoutSeconds != nil - var yynn3287 int - if yyr3287 || yy2arr3287 { + yysep3296 := !z.EncBinary() + yy2arr3296 := z.EncBasicHandle().StructToArray + var yyq3296 [7]bool + _, _, _ = yysep3296, yyq3296, yy2arr3296 + const yyr3296 bool = false + yyq3296[0] = x.Kind != "" + yyq3296[1] = x.APIVersion != "" + yyq3296[2] = x.LabelSelector != "" + yyq3296[3] = x.FieldSelector != "" + yyq3296[4] = x.Watch != false + yyq3296[5] = x.ResourceVersion != "" + yyq3296[6] = x.TimeoutSeconds != nil + var yynn3296 int + if yyr3296 || yy2arr3296 { r.EncodeArrayStart(7) } else { - yynn3287 = 0 - for _, b := range yyq3287 { + yynn3296 = 0 + for _, b := range yyq3296 { if b { - yynn3287++ + yynn3296++ } } - r.EncodeMapStart(yynn3287) - yynn3287 = 0 + r.EncodeMapStart(yynn3296) + yynn3296 = 0 } - if yyr3287 || yy2arr3287 { + if yyr3296 || yy2arr3296 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3287[0] { - yym3289 := z.EncBinary() - _ = yym3289 + if yyq3296[0] { + yym3298 := z.EncBinary() + _ = yym3298 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -41963,23 +42041,23 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3287[0] { + if yyq3296[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3290 := z.EncBinary() - _ = yym3290 + yym3299 := z.EncBinary() + _ = yym3299 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3287 || yy2arr3287 { + if yyr3296 || yy2arr3296 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3287[1] { - yym3292 := z.EncBinary() - _ = yym3292 + if yyq3296[1] { + yym3301 := z.EncBinary() + _ = yym3301 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -41988,23 +42066,23 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3287[1] { + if yyq3296[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3293 := z.EncBinary() - _ = yym3293 + yym3302 := z.EncBinary() + _ = yym3302 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3287 || yy2arr3287 { + if yyr3296 || yy2arr3296 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3287[2] { - yym3295 := z.EncBinary() - _ = yym3295 + if yyq3296[2] { + yym3304 := z.EncBinary() + _ = yym3304 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LabelSelector)) @@ -42013,23 +42091,23 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3287[2] { + if yyq3296[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("labelSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3296 := z.EncBinary() - _ = yym3296 + yym3305 := z.EncBinary() + _ = yym3305 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LabelSelector)) } } } - if yyr3287 || yy2arr3287 { + if yyr3296 || yy2arr3296 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3287[3] { - yym3298 := z.EncBinary() - _ = yym3298 + if yyq3296[3] { + yym3307 := z.EncBinary() + _ = yym3307 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldSelector)) @@ -42038,23 +42116,23 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3287[3] { + if yyq3296[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3299 := z.EncBinary() - _ = yym3299 + yym3308 := z.EncBinary() + _ = yym3308 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldSelector)) } } } - if yyr3287 || yy2arr3287 { + if yyr3296 || yy2arr3296 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3287[4] { - yym3301 := z.EncBinary() - _ = yym3301 + if yyq3296[4] { + yym3310 := z.EncBinary() + _ = yym3310 if false { } else { r.EncodeBool(bool(x.Watch)) @@ -42063,23 +42141,23 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3287[4] { + if yyq3296[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("watch")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3302 := z.EncBinary() - _ = yym3302 + yym3311 := z.EncBinary() + _ = yym3311 if false { } else { r.EncodeBool(bool(x.Watch)) } } } - if yyr3287 || yy2arr3287 { + if yyr3296 || yy2arr3296 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3287[5] { - yym3304 := z.EncBinary() - _ = yym3304 + if yyq3296[5] { + yym3313 := z.EncBinary() + _ = yym3313 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) @@ -42088,54 +42166,54 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3287[5] { + if yyq3296[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resourceVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3305 := z.EncBinary() - _ = yym3305 + yym3314 := z.EncBinary() + _ = yym3314 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) } } } - if yyr3287 || yy2arr3287 { + if yyr3296 || yy2arr3296 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3287[6] { + if yyq3296[6] { if x.TimeoutSeconds == nil { r.EncodeNil() } else { - yy3307 := *x.TimeoutSeconds - yym3308 := z.EncBinary() - _ = yym3308 + yy3316 := *x.TimeoutSeconds + yym3317 := z.EncBinary() + _ = yym3317 if false { } else { - r.EncodeInt(int64(yy3307)) + r.EncodeInt(int64(yy3316)) } } } else { r.EncodeNil() } } else { - if yyq3287[6] { + if yyq3296[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("timeoutSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.TimeoutSeconds == nil { r.EncodeNil() } else { - yy3309 := *x.TimeoutSeconds - yym3310 := z.EncBinary() - _ = yym3310 + yy3318 := *x.TimeoutSeconds + yym3319 := z.EncBinary() + _ = yym3319 if false { } else { - r.EncodeInt(int64(yy3309)) + r.EncodeInt(int64(yy3318)) } } } } - if yyr3287 || yy2arr3287 { + if yyr3296 || yy2arr3296 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42148,25 +42226,25 @@ func (x *ListOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3311 := z.DecBinary() - _ = yym3311 + yym3320 := z.DecBinary() + _ = yym3320 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3312 := r.ContainerType() - if yyct3312 == codecSelferValueTypeMap1234 { - yyl3312 := r.ReadMapStart() - if yyl3312 == 0 { + yyct3321 := r.ContainerType() + if yyct3321 == codecSelferValueTypeMap1234 { + yyl3321 := r.ReadMapStart() + if yyl3321 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3312, d) + x.codecDecodeSelfFromMap(yyl3321, d) } - } else if yyct3312 == codecSelferValueTypeArray1234 { - yyl3312 := r.ReadArrayStart() - if yyl3312 == 0 { + } else if yyct3321 == codecSelferValueTypeArray1234 { + yyl3321 := r.ReadArrayStart() + if yyl3321 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3312, d) + x.codecDecodeSelfFromArray(yyl3321, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42178,12 +42256,12 @@ func (x *ListOptions) 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 yys3322Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3322Slc + var yyhl3322 bool = l >= 0 + for yyj3322 := 0; ; yyj3322++ { + if yyhl3322 { + if yyj3322 >= l { break } } else { @@ -42192,10 +42270,10 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3313Slc = r.DecodeBytes(yys3313Slc, true, true) - yys3313 := string(yys3313Slc) + yys3322Slc = r.DecodeBytes(yys3322Slc, true, true) + yys3322 := string(yys3322Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3313 { + switch yys3322 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -42241,17 +42319,17 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TimeoutSeconds == nil { x.TimeoutSeconds = new(int64) } - yym3321 := z.DecBinary() - _ = yym3321 + yym3330 := z.DecBinary() + _ = yym3330 if false { } else { *((*int64)(x.TimeoutSeconds)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys3313) - } // end switch yys3313 - } // end for yyj3313 + z.DecStructFieldNotFound(-1, yys3322) + } // end switch yys3322 + } // end for yyj3322 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42259,16 +42337,16 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3322 int - var yyb3322 bool - var yyhl3322 bool = l >= 0 - yyj3322++ - if yyhl3322 { - yyb3322 = yyj3322 > l + var yyj3331 int + var yyb3331 bool + var yyhl3331 bool = l >= 0 + yyj3331++ + if yyhl3331 { + yyb3331 = yyj3331 > l } else { - yyb3322 = r.CheckBreak() + yyb3331 = r.CheckBreak() } - if yyb3322 { + if yyb3331 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42278,13 +42356,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3322++ - if yyhl3322 { - yyb3322 = yyj3322 > l + yyj3331++ + if yyhl3331 { + yyb3331 = yyj3331 > l } else { - yyb3322 = r.CheckBreak() + yyb3331 = r.CheckBreak() } - if yyb3322 { + if yyb3331 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42294,13 +42372,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3322++ - if yyhl3322 { - yyb3322 = yyj3322 > l + yyj3331++ + if yyhl3331 { + yyb3331 = yyj3331 > l } else { - yyb3322 = r.CheckBreak() + yyb3331 = r.CheckBreak() } - if yyb3322 { + if yyb3331 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42310,13 +42388,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.LabelSelector = string(r.DecodeString()) } - yyj3322++ - if yyhl3322 { - yyb3322 = yyj3322 > l + yyj3331++ + if yyhl3331 { + yyb3331 = yyj3331 > l } else { - yyb3322 = r.CheckBreak() + yyb3331 = r.CheckBreak() } - if yyb3322 { + if yyb3331 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42326,13 +42404,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.FieldSelector = string(r.DecodeString()) } - yyj3322++ - if yyhl3322 { - yyb3322 = yyj3322 > l + yyj3331++ + if yyhl3331 { + yyb3331 = yyj3331 > l } else { - yyb3322 = r.CheckBreak() + yyb3331 = r.CheckBreak() } - if yyb3322 { + if yyb3331 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42342,13 +42420,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Watch = bool(r.DecodeBool()) } - yyj3322++ - if yyhl3322 { - yyb3322 = yyj3322 > l + yyj3331++ + if yyhl3331 { + yyb3331 = yyj3331 > l } else { - yyb3322 = r.CheckBreak() + yyb3331 = r.CheckBreak() } - if yyb3322 { + if yyb3331 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42358,13 +42436,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ResourceVersion = string(r.DecodeString()) } - yyj3322++ - if yyhl3322 { - yyb3322 = yyj3322 > l + yyj3331++ + if yyhl3331 { + yyb3331 = yyj3331 > l } else { - yyb3322 = r.CheckBreak() + yyb3331 = r.CheckBreak() } - if yyb3322 { + if yyb3331 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42377,25 +42455,25 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TimeoutSeconds == nil { x.TimeoutSeconds = new(int64) } - yym3330 := z.DecBinary() - _ = yym3330 + yym3339 := z.DecBinary() + _ = yym3339 if false { } else { *((*int64)(x.TimeoutSeconds)) = int64(r.DecodeInt(64)) } } for { - yyj3322++ - if yyhl3322 { - yyb3322 = yyj3322 > l + yyj3331++ + if yyhl3331 { + yyb3331 = yyj3331 > l } else { - yyb3322 = r.CheckBreak() + yyb3331 = r.CheckBreak() } - if yyb3322 { + if yyb3331 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3322-1, "") + z.DecStructFieldNotFound(yyj3331-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42407,44 +42485,44 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3331 := z.EncBinary() - _ = yym3331 + yym3340 := z.EncBinary() + _ = yym3340 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3332 := !z.EncBinary() - yy2arr3332 := z.EncBasicHandle().StructToArray - var yyq3332 [10]bool - _, _, _ = yysep3332, yyq3332, yy2arr3332 - const yyr3332 bool = false - yyq3332[0] = x.Kind != "" - yyq3332[1] = x.APIVersion != "" - yyq3332[2] = x.Container != "" - yyq3332[3] = x.Follow != false - yyq3332[4] = x.Previous != false - yyq3332[5] = x.SinceSeconds != nil - yyq3332[6] = x.SinceTime != nil - yyq3332[7] = x.Timestamps != false - yyq3332[8] = x.TailLines != nil - yyq3332[9] = x.LimitBytes != nil - var yynn3332 int - if yyr3332 || yy2arr3332 { + yysep3341 := !z.EncBinary() + yy2arr3341 := z.EncBasicHandle().StructToArray + var yyq3341 [10]bool + _, _, _ = yysep3341, yyq3341, yy2arr3341 + const yyr3341 bool = false + yyq3341[0] = x.Kind != "" + yyq3341[1] = x.APIVersion != "" + yyq3341[2] = x.Container != "" + yyq3341[3] = x.Follow != false + yyq3341[4] = x.Previous != false + yyq3341[5] = x.SinceSeconds != nil + yyq3341[6] = x.SinceTime != nil + yyq3341[7] = x.Timestamps != false + yyq3341[8] = x.TailLines != nil + yyq3341[9] = x.LimitBytes != nil + var yynn3341 int + if yyr3341 || yy2arr3341 { r.EncodeArrayStart(10) } else { - yynn3332 = 0 - for _, b := range yyq3332 { + yynn3341 = 0 + for _, b := range yyq3341 { if b { - yynn3332++ + yynn3341++ } } - r.EncodeMapStart(yynn3332) - yynn3332 = 0 + r.EncodeMapStart(yynn3341) + yynn3341 = 0 } - if yyr3332 || yy2arr3332 { + if yyr3341 || yy2arr3341 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3332[0] { - yym3334 := z.EncBinary() - _ = yym3334 + if yyq3341[0] { + yym3343 := z.EncBinary() + _ = yym3343 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -42453,23 +42531,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3332[0] { + if yyq3341[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3335 := z.EncBinary() - _ = yym3335 + yym3344 := z.EncBinary() + _ = yym3344 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3332 || yy2arr3332 { + if yyr3341 || yy2arr3341 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3332[1] { - yym3337 := z.EncBinary() - _ = yym3337 + if yyq3341[1] { + yym3346 := z.EncBinary() + _ = yym3346 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -42478,23 +42556,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3332[1] { + if yyq3341[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3338 := z.EncBinary() - _ = yym3338 + yym3347 := z.EncBinary() + _ = yym3347 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3332 || yy2arr3332 { + if yyr3341 || yy2arr3341 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3332[2] { - yym3340 := z.EncBinary() - _ = yym3340 + if yyq3341[2] { + yym3349 := z.EncBinary() + _ = yym3349 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -42503,23 +42581,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3332[2] { + if yyq3341[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3341 := z.EncBinary() - _ = yym3341 + yym3350 := z.EncBinary() + _ = yym3350 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } } - if yyr3332 || yy2arr3332 { + if yyr3341 || yy2arr3341 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3332[3] { - yym3343 := z.EncBinary() - _ = yym3343 + if yyq3341[3] { + yym3352 := z.EncBinary() + _ = yym3352 if false { } else { r.EncodeBool(bool(x.Follow)) @@ -42528,23 +42606,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3332[3] { + if yyq3341[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("follow")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3344 := z.EncBinary() - _ = yym3344 + yym3353 := z.EncBinary() + _ = yym3353 if false { } else { r.EncodeBool(bool(x.Follow)) } } } - if yyr3332 || yy2arr3332 { + if yyr3341 || yy2arr3341 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3332[4] { - yym3346 := z.EncBinary() - _ = yym3346 + if yyq3341[4] { + yym3355 := z.EncBinary() + _ = yym3355 if false { } else { r.EncodeBool(bool(x.Previous)) @@ -42553,66 +42631,66 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3332[4] { + if yyq3341[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("previous")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3347 := z.EncBinary() - _ = yym3347 + yym3356 := z.EncBinary() + _ = yym3356 if false { } else { r.EncodeBool(bool(x.Previous)) } } } - if yyr3332 || yy2arr3332 { + if yyr3341 || yy2arr3341 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3332[5] { + if yyq3341[5] { if x.SinceSeconds == nil { r.EncodeNil() } else { - yy3349 := *x.SinceSeconds - yym3350 := z.EncBinary() - _ = yym3350 + yy3358 := *x.SinceSeconds + yym3359 := z.EncBinary() + _ = yym3359 if false { } else { - r.EncodeInt(int64(yy3349)) + r.EncodeInt(int64(yy3358)) } } } else { r.EncodeNil() } } else { - if yyq3332[5] { + if yyq3341[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sinceSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.SinceSeconds == nil { r.EncodeNil() } else { - yy3351 := *x.SinceSeconds - yym3352 := z.EncBinary() - _ = yym3352 + yy3360 := *x.SinceSeconds + yym3361 := z.EncBinary() + _ = yym3361 if false { } else { - r.EncodeInt(int64(yy3351)) + r.EncodeInt(int64(yy3360)) } } } } - if yyr3332 || yy2arr3332 { + if yyr3341 || yy2arr3341 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3332[6] { + if yyq3341[6] { if x.SinceTime == nil { r.EncodeNil() } else { - yym3354 := z.EncBinary() - _ = yym3354 + yym3363 := z.EncBinary() + _ = yym3363 if false { } else if z.HasExtensions() && z.EncExt(x.SinceTime) { - } else if yym3354 { + } else if yym3363 { z.EncBinaryMarshal(x.SinceTime) - } else if !yym3354 && z.IsJSONHandle() { + } else if !yym3363 && z.IsJSONHandle() { z.EncJSONMarshal(x.SinceTime) } else { z.EncFallback(x.SinceTime) @@ -42622,20 +42700,20 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3332[6] { + if yyq3341[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sinceTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.SinceTime == nil { r.EncodeNil() } else { - yym3355 := z.EncBinary() - _ = yym3355 + yym3364 := z.EncBinary() + _ = yym3364 if false { } else if z.HasExtensions() && z.EncExt(x.SinceTime) { - } else if yym3355 { + } else if yym3364 { z.EncBinaryMarshal(x.SinceTime) - } else if !yym3355 && z.IsJSONHandle() { + } else if !yym3364 && z.IsJSONHandle() { z.EncJSONMarshal(x.SinceTime) } else { z.EncFallback(x.SinceTime) @@ -42643,11 +42721,11 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3332 || yy2arr3332 { + if yyr3341 || yy2arr3341 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3332[7] { - yym3357 := z.EncBinary() - _ = yym3357 + if yyq3341[7] { + yym3366 := z.EncBinary() + _ = yym3366 if false { } else { r.EncodeBool(bool(x.Timestamps)) @@ -42656,89 +42734,89 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3332[7] { + if yyq3341[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("timestamps")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3358 := z.EncBinary() - _ = yym3358 + yym3367 := z.EncBinary() + _ = yym3367 if false { } else { r.EncodeBool(bool(x.Timestamps)) } } } - if yyr3332 || yy2arr3332 { + if yyr3341 || yy2arr3341 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3332[8] { + if yyq3341[8] { if x.TailLines == nil { r.EncodeNil() } else { - yy3360 := *x.TailLines - yym3361 := z.EncBinary() - _ = yym3361 + yy3369 := *x.TailLines + yym3370 := z.EncBinary() + _ = yym3370 if false { } else { - r.EncodeInt(int64(yy3360)) + r.EncodeInt(int64(yy3369)) } } } else { r.EncodeNil() } } else { - if yyq3332[8] { + if yyq3341[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tailLines")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.TailLines == nil { r.EncodeNil() } else { - yy3362 := *x.TailLines - yym3363 := z.EncBinary() - _ = yym3363 + yy3371 := *x.TailLines + yym3372 := z.EncBinary() + _ = yym3372 if false { } else { - r.EncodeInt(int64(yy3362)) + r.EncodeInt(int64(yy3371)) } } } } - if yyr3332 || yy2arr3332 { + if yyr3341 || yy2arr3341 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3332[9] { + if yyq3341[9] { if x.LimitBytes == nil { r.EncodeNil() } else { - yy3365 := *x.LimitBytes - yym3366 := z.EncBinary() - _ = yym3366 + yy3374 := *x.LimitBytes + yym3375 := z.EncBinary() + _ = yym3375 if false { } else { - r.EncodeInt(int64(yy3365)) + r.EncodeInt(int64(yy3374)) } } } else { r.EncodeNil() } } else { - if yyq3332[9] { + if yyq3341[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("limitBytes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.LimitBytes == nil { r.EncodeNil() } else { - yy3367 := *x.LimitBytes - yym3368 := z.EncBinary() - _ = yym3368 + yy3376 := *x.LimitBytes + yym3377 := z.EncBinary() + _ = yym3377 if false { } else { - r.EncodeInt(int64(yy3367)) + r.EncodeInt(int64(yy3376)) } } } } - if yyr3332 || yy2arr3332 { + if yyr3341 || yy2arr3341 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42751,25 +42829,25 @@ func (x *PodLogOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3369 := z.DecBinary() - _ = yym3369 + yym3378 := z.DecBinary() + _ = yym3378 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3370 := r.ContainerType() - if yyct3370 == codecSelferValueTypeMap1234 { - yyl3370 := r.ReadMapStart() - if yyl3370 == 0 { + yyct3379 := r.ContainerType() + if yyct3379 == codecSelferValueTypeMap1234 { + yyl3379 := r.ReadMapStart() + if yyl3379 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3370, d) + x.codecDecodeSelfFromMap(yyl3379, d) } - } else if yyct3370 == codecSelferValueTypeArray1234 { - yyl3370 := r.ReadArrayStart() - if yyl3370 == 0 { + } else if yyct3379 == codecSelferValueTypeArray1234 { + yyl3379 := r.ReadArrayStart() + if yyl3379 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3370, d) + x.codecDecodeSelfFromArray(yyl3379, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42781,12 +42859,12 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3371Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3371Slc - var yyhl3371 bool = l >= 0 - for yyj3371 := 0; ; yyj3371++ { - if yyhl3371 { - if yyj3371 >= l { + var yys3380Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3380Slc + var yyhl3380 bool = l >= 0 + for yyj3380 := 0; ; yyj3380++ { + if yyhl3380 { + if yyj3380 >= l { break } } else { @@ -42795,10 +42873,10 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3371Slc = r.DecodeBytes(yys3371Slc, true, true) - yys3371 := string(yys3371Slc) + yys3380Slc = r.DecodeBytes(yys3380Slc, true, true) + yys3380 := string(yys3380Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3371 { + switch yys3380 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -42838,8 +42916,8 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.SinceSeconds == nil { x.SinceSeconds = new(int64) } - yym3378 := z.DecBinary() - _ = yym3378 + yym3387 := z.DecBinary() + _ = yym3387 if false { } else { *((*int64)(x.SinceSeconds)) = int64(r.DecodeInt(64)) @@ -42854,13 +42932,13 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.SinceTime == nil { x.SinceTime = new(pkg2_unversioned.Time) } - yym3380 := z.DecBinary() - _ = yym3380 + yym3389 := z.DecBinary() + _ = yym3389 if false { } else if z.HasExtensions() && z.DecExt(x.SinceTime) { - } else if yym3380 { + } else if yym3389 { z.DecBinaryUnmarshal(x.SinceTime) - } else if !yym3380 && z.IsJSONHandle() { + } else if !yym3389 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.SinceTime) } else { z.DecFallback(x.SinceTime, false) @@ -42881,8 +42959,8 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TailLines == nil { x.TailLines = new(int64) } - yym3383 := z.DecBinary() - _ = yym3383 + yym3392 := z.DecBinary() + _ = yym3392 if false { } else { *((*int64)(x.TailLines)) = int64(r.DecodeInt(64)) @@ -42897,17 +42975,17 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.LimitBytes == nil { x.LimitBytes = new(int64) } - yym3385 := z.DecBinary() - _ = yym3385 + yym3394 := z.DecBinary() + _ = yym3394 if false { } else { *((*int64)(x.LimitBytes)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys3371) - } // end switch yys3371 - } // end for yyj3371 + z.DecStructFieldNotFound(-1, yys3380) + } // end switch yys3380 + } // end for yyj3380 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42915,16 +42993,16 @@ func (x *PodLogOptions) 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 yyj3395 int + var yyb3395 bool + var yyhl3395 bool = l >= 0 + yyj3395++ + if yyhl3395 { + yyb3395 = yyj3395 > l } else { - yyb3386 = r.CheckBreak() + yyb3395 = r.CheckBreak() } - if yyb3386 { + if yyb3395 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42934,13 +43012,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3386++ - if yyhl3386 { - yyb3386 = yyj3386 > l + yyj3395++ + if yyhl3395 { + yyb3395 = yyj3395 > l } else { - yyb3386 = r.CheckBreak() + yyb3395 = r.CheckBreak() } - if yyb3386 { + if yyb3395 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42950,13 +43028,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3386++ - if yyhl3386 { - yyb3386 = yyj3386 > l + yyj3395++ + if yyhl3395 { + yyb3395 = yyj3395 > l } else { - yyb3386 = r.CheckBreak() + yyb3395 = r.CheckBreak() } - if yyb3386 { + if yyb3395 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42966,13 +43044,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Container = string(r.DecodeString()) } - yyj3386++ - if yyhl3386 { - yyb3386 = yyj3386 > l + yyj3395++ + if yyhl3395 { + yyb3395 = yyj3395 > l } else { - yyb3386 = r.CheckBreak() + yyb3395 = r.CheckBreak() } - if yyb3386 { + if yyb3395 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42982,13 +43060,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Follow = bool(r.DecodeBool()) } - yyj3386++ - if yyhl3386 { - yyb3386 = yyj3386 > l + yyj3395++ + if yyhl3395 { + yyb3395 = yyj3395 > l } else { - yyb3386 = r.CheckBreak() + yyb3395 = r.CheckBreak() } - if yyb3386 { + if yyb3395 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42998,13 +43076,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Previous = bool(r.DecodeBool()) } - yyj3386++ - if yyhl3386 { - yyb3386 = yyj3386 > l + yyj3395++ + if yyhl3395 { + yyb3395 = yyj3395 > l } else { - yyb3386 = r.CheckBreak() + yyb3395 = r.CheckBreak() } - if yyb3386 { + if yyb3395 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43017,20 +43095,20 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.SinceSeconds == nil { x.SinceSeconds = new(int64) } - yym3393 := z.DecBinary() - _ = yym3393 + yym3402 := z.DecBinary() + _ = yym3402 if false { } else { *((*int64)(x.SinceSeconds)) = int64(r.DecodeInt(64)) } } - yyj3386++ - if yyhl3386 { - yyb3386 = yyj3386 > l + yyj3395++ + if yyhl3395 { + yyb3395 = yyj3395 > l } else { - yyb3386 = r.CheckBreak() + yyb3395 = r.CheckBreak() } - if yyb3386 { + if yyb3395 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43043,25 +43121,25 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.SinceTime == nil { x.SinceTime = new(pkg2_unversioned.Time) } - yym3395 := z.DecBinary() - _ = yym3395 + yym3404 := z.DecBinary() + _ = yym3404 if false { } else if z.HasExtensions() && z.DecExt(x.SinceTime) { - } else if yym3395 { + } else if yym3404 { z.DecBinaryUnmarshal(x.SinceTime) - } else if !yym3395 && z.IsJSONHandle() { + } else if !yym3404 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.SinceTime) } else { z.DecFallback(x.SinceTime, false) } } - yyj3386++ - if yyhl3386 { - yyb3386 = yyj3386 > l + yyj3395++ + if yyhl3395 { + yyb3395 = yyj3395 > l } else { - yyb3386 = r.CheckBreak() + yyb3395 = r.CheckBreak() } - if yyb3386 { + if yyb3395 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43071,13 +43149,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Timestamps = bool(r.DecodeBool()) } - yyj3386++ - if yyhl3386 { - yyb3386 = yyj3386 > l + yyj3395++ + if yyhl3395 { + yyb3395 = yyj3395 > l } else { - yyb3386 = r.CheckBreak() + yyb3395 = r.CheckBreak() } - if yyb3386 { + if yyb3395 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43090,20 +43168,20 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TailLines == nil { x.TailLines = new(int64) } - yym3398 := z.DecBinary() - _ = yym3398 + yym3407 := z.DecBinary() + _ = yym3407 if false { } else { *((*int64)(x.TailLines)) = int64(r.DecodeInt(64)) } } - yyj3386++ - if yyhl3386 { - yyb3386 = yyj3386 > l + yyj3395++ + if yyhl3395 { + yyb3395 = yyj3395 > l } else { - yyb3386 = r.CheckBreak() + yyb3395 = r.CheckBreak() } - if yyb3386 { + if yyb3395 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43116,25 +43194,25 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.LimitBytes == nil { x.LimitBytes = new(int64) } - yym3400 := z.DecBinary() - _ = yym3400 + yym3409 := z.DecBinary() + _ = yym3409 if false { } else { *((*int64)(x.LimitBytes)) = int64(r.DecodeInt(64)) } } for { - yyj3386++ - if yyhl3386 { - yyb3386 = yyj3386 > l + yyj3395++ + if yyhl3395 { + yyb3395 = yyj3395 > l } else { - yyb3386 = r.CheckBreak() + yyb3395 = r.CheckBreak() } - if yyb3386 { + if yyb3395 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3386-1, "") + z.DecStructFieldNotFound(yyj3395-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43146,41 +43224,41 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3401 := z.EncBinary() - _ = yym3401 + yym3410 := z.EncBinary() + _ = yym3410 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3402 := !z.EncBinary() - yy2arr3402 := z.EncBasicHandle().StructToArray - var yyq3402 [7]bool - _, _, _ = yysep3402, yyq3402, yy2arr3402 - const yyr3402 bool = false - yyq3402[0] = x.Kind != "" - yyq3402[1] = x.APIVersion != "" - yyq3402[2] = x.Stdin != false - yyq3402[3] = x.Stdout != false - yyq3402[4] = x.Stderr != false - yyq3402[5] = x.TTY != false - yyq3402[6] = x.Container != "" - var yynn3402 int - if yyr3402 || yy2arr3402 { + yysep3411 := !z.EncBinary() + yy2arr3411 := z.EncBasicHandle().StructToArray + var yyq3411 [7]bool + _, _, _ = yysep3411, yyq3411, yy2arr3411 + const yyr3411 bool = false + yyq3411[0] = x.Kind != "" + yyq3411[1] = x.APIVersion != "" + yyq3411[2] = x.Stdin != false + yyq3411[3] = x.Stdout != false + yyq3411[4] = x.Stderr != false + yyq3411[5] = x.TTY != false + yyq3411[6] = x.Container != "" + var yynn3411 int + if yyr3411 || yy2arr3411 { r.EncodeArrayStart(7) } else { - yynn3402 = 0 - for _, b := range yyq3402 { + yynn3411 = 0 + for _, b := range yyq3411 { if b { - yynn3402++ + yynn3411++ } } - r.EncodeMapStart(yynn3402) - yynn3402 = 0 + r.EncodeMapStart(yynn3411) + yynn3411 = 0 } - if yyr3402 || yy2arr3402 { + if yyr3411 || yy2arr3411 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3402[0] { - yym3404 := z.EncBinary() - _ = yym3404 + if yyq3411[0] { + yym3413 := z.EncBinary() + _ = yym3413 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -43189,23 +43267,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3402[0] { + if yyq3411[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3405 := z.EncBinary() - _ = yym3405 + yym3414 := z.EncBinary() + _ = yym3414 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3402 || yy2arr3402 { + if yyr3411 || yy2arr3411 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3402[1] { - yym3407 := z.EncBinary() - _ = yym3407 + if yyq3411[1] { + yym3416 := z.EncBinary() + _ = yym3416 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -43214,23 +43292,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3402[1] { + if yyq3411[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3408 := z.EncBinary() - _ = yym3408 + yym3417 := z.EncBinary() + _ = yym3417 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3402 || yy2arr3402 { + if yyr3411 || yy2arr3411 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3402[2] { - yym3410 := z.EncBinary() - _ = yym3410 + if yyq3411[2] { + yym3419 := z.EncBinary() + _ = yym3419 if false { } else { r.EncodeBool(bool(x.Stdin)) @@ -43239,23 +43317,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3402[2] { + if yyq3411[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stdin")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3411 := z.EncBinary() - _ = yym3411 + yym3420 := z.EncBinary() + _ = yym3420 if false { } else { r.EncodeBool(bool(x.Stdin)) } } } - if yyr3402 || yy2arr3402 { + if yyr3411 || yy2arr3411 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3402[3] { - yym3413 := z.EncBinary() - _ = yym3413 + if yyq3411[3] { + yym3422 := z.EncBinary() + _ = yym3422 if false { } else { r.EncodeBool(bool(x.Stdout)) @@ -43264,23 +43342,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3402[3] { + if yyq3411[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stdout")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3414 := z.EncBinary() - _ = yym3414 + yym3423 := z.EncBinary() + _ = yym3423 if false { } else { r.EncodeBool(bool(x.Stdout)) } } } - if yyr3402 || yy2arr3402 { + if yyr3411 || yy2arr3411 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3402[4] { - yym3416 := z.EncBinary() - _ = yym3416 + if yyq3411[4] { + yym3425 := z.EncBinary() + _ = yym3425 if false { } else { r.EncodeBool(bool(x.Stderr)) @@ -43289,23 +43367,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3402[4] { + if yyq3411[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stderr")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3417 := z.EncBinary() - _ = yym3417 + yym3426 := z.EncBinary() + _ = yym3426 if false { } else { r.EncodeBool(bool(x.Stderr)) } } } - if yyr3402 || yy2arr3402 { + if yyr3411 || yy2arr3411 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3402[5] { - yym3419 := z.EncBinary() - _ = yym3419 + if yyq3411[5] { + yym3428 := z.EncBinary() + _ = yym3428 if false { } else { r.EncodeBool(bool(x.TTY)) @@ -43314,23 +43392,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3402[5] { + if yyq3411[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tty")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3420 := z.EncBinary() - _ = yym3420 + yym3429 := z.EncBinary() + _ = yym3429 if false { } else { r.EncodeBool(bool(x.TTY)) } } } - if yyr3402 || yy2arr3402 { + if yyr3411 || yy2arr3411 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3402[6] { - yym3422 := z.EncBinary() - _ = yym3422 + if yyq3411[6] { + yym3431 := z.EncBinary() + _ = yym3431 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -43339,19 +43417,19 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3402[6] { + if yyq3411[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3423 := z.EncBinary() - _ = yym3423 + yym3432 := z.EncBinary() + _ = yym3432 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } } - if yyr3402 || yy2arr3402 { + if yyr3411 || yy2arr3411 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43364,25 +43442,25 @@ func (x *PodAttachOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3424 := z.DecBinary() - _ = yym3424 + yym3433 := z.DecBinary() + _ = yym3433 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3425 := r.ContainerType() - if yyct3425 == codecSelferValueTypeMap1234 { - yyl3425 := r.ReadMapStart() - if yyl3425 == 0 { + yyct3434 := r.ContainerType() + if yyct3434 == codecSelferValueTypeMap1234 { + yyl3434 := r.ReadMapStart() + if yyl3434 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3425, d) + x.codecDecodeSelfFromMap(yyl3434, d) } - } else if yyct3425 == codecSelferValueTypeArray1234 { - yyl3425 := r.ReadArrayStart() - if yyl3425 == 0 { + } else if yyct3434 == codecSelferValueTypeArray1234 { + yyl3434 := r.ReadArrayStart() + if yyl3434 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3425, d) + x.codecDecodeSelfFromArray(yyl3434, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43394,12 +43472,12 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3426Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3426Slc - var yyhl3426 bool = l >= 0 - for yyj3426 := 0; ; yyj3426++ { - if yyhl3426 { - if yyj3426 >= l { + var yys3435Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3435Slc + var yyhl3435 bool = l >= 0 + for yyj3435 := 0; ; yyj3435++ { + if yyhl3435 { + if yyj3435 >= l { break } } else { @@ -43408,10 +43486,10 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3426Slc = r.DecodeBytes(yys3426Slc, true, true) - yys3426 := string(yys3426Slc) + yys3435Slc = r.DecodeBytes(yys3435Slc, true, true) + yys3435 := string(yys3435Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3426 { + switch yys3435 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -43455,9 +43533,9 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Container = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3426) - } // end switch yys3426 - } // end for yyj3426 + z.DecStructFieldNotFound(-1, yys3435) + } // end switch yys3435 + } // end for yyj3435 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43465,16 +43543,16 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3434 int - var yyb3434 bool - var yyhl3434 bool = l >= 0 - yyj3434++ - if yyhl3434 { - yyb3434 = yyj3434 > l + var yyj3443 int + var yyb3443 bool + var yyhl3443 bool = l >= 0 + yyj3443++ + if yyhl3443 { + yyb3443 = yyj3443 > l } else { - yyb3434 = r.CheckBreak() + yyb3443 = r.CheckBreak() } - if yyb3434 { + if yyb3443 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43484,13 +43562,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3434++ - if yyhl3434 { - yyb3434 = yyj3434 > l + yyj3443++ + if yyhl3443 { + yyb3443 = yyj3443 > l } else { - yyb3434 = r.CheckBreak() + yyb3443 = r.CheckBreak() } - if yyb3434 { + if yyb3443 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43500,13 +43578,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3434++ - if yyhl3434 { - yyb3434 = yyj3434 > l + yyj3443++ + if yyhl3443 { + yyb3443 = yyj3443 > l } else { - yyb3434 = r.CheckBreak() + yyb3443 = r.CheckBreak() } - if yyb3434 { + if yyb3443 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43516,13 +43594,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stdin = bool(r.DecodeBool()) } - yyj3434++ - if yyhl3434 { - yyb3434 = yyj3434 > l + yyj3443++ + if yyhl3443 { + yyb3443 = yyj3443 > l } else { - yyb3434 = r.CheckBreak() + yyb3443 = r.CheckBreak() } - if yyb3434 { + if yyb3443 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43532,13 +43610,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stdout = bool(r.DecodeBool()) } - yyj3434++ - if yyhl3434 { - yyb3434 = yyj3434 > l + yyj3443++ + if yyhl3443 { + yyb3443 = yyj3443 > l } else { - yyb3434 = r.CheckBreak() + yyb3443 = r.CheckBreak() } - if yyb3434 { + if yyb3443 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43548,13 +43626,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stderr = bool(r.DecodeBool()) } - yyj3434++ - if yyhl3434 { - yyb3434 = yyj3434 > l + yyj3443++ + if yyhl3443 { + yyb3443 = yyj3443 > l } else { - yyb3434 = r.CheckBreak() + yyb3443 = r.CheckBreak() } - if yyb3434 { + if yyb3443 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43564,13 +43642,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.TTY = bool(r.DecodeBool()) } - yyj3434++ - if yyhl3434 { - yyb3434 = yyj3434 > l + yyj3443++ + if yyhl3443 { + yyb3443 = yyj3443 > l } else { - yyb3434 = r.CheckBreak() + yyb3443 = r.CheckBreak() } - if yyb3434 { + if yyb3443 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43581,17 +43659,17 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Container = string(r.DecodeString()) } for { - yyj3434++ - if yyhl3434 { - yyb3434 = yyj3434 > l + yyj3443++ + if yyhl3443 { + yyb3443 = yyj3443 > l } else { - yyb3434 = r.CheckBreak() + yyb3443 = r.CheckBreak() } - if yyb3434 { + if yyb3443 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3434-1, "") + z.DecStructFieldNotFound(yyj3443-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43603,41 +43681,41 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3442 := z.EncBinary() - _ = yym3442 + yym3451 := z.EncBinary() + _ = yym3451 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3443 := !z.EncBinary() - yy2arr3443 := z.EncBasicHandle().StructToArray - var yyq3443 [8]bool - _, _, _ = yysep3443, yyq3443, yy2arr3443 - const yyr3443 bool = false - yyq3443[0] = x.Kind != "" - yyq3443[1] = x.APIVersion != "" - yyq3443[2] = x.Stdin != false - yyq3443[3] = x.Stdout != false - yyq3443[4] = x.Stderr != false - yyq3443[5] = x.TTY != false - yyq3443[6] = x.Container != "" - var yynn3443 int - if yyr3443 || yy2arr3443 { + yysep3452 := !z.EncBinary() + yy2arr3452 := z.EncBasicHandle().StructToArray + var yyq3452 [8]bool + _, _, _ = yysep3452, yyq3452, yy2arr3452 + const yyr3452 bool = false + yyq3452[0] = x.Kind != "" + yyq3452[1] = x.APIVersion != "" + yyq3452[2] = x.Stdin != false + yyq3452[3] = x.Stdout != false + yyq3452[4] = x.Stderr != false + yyq3452[5] = x.TTY != false + yyq3452[6] = x.Container != "" + var yynn3452 int + if yyr3452 || yy2arr3452 { r.EncodeArrayStart(8) } else { - yynn3443 = 1 - for _, b := range yyq3443 { + yynn3452 = 1 + for _, b := range yyq3452 { if b { - yynn3443++ + yynn3452++ } } - r.EncodeMapStart(yynn3443) - yynn3443 = 0 + r.EncodeMapStart(yynn3452) + yynn3452 = 0 } - if yyr3443 || yy2arr3443 { + if yyr3452 || yy2arr3452 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3443[0] { - yym3445 := z.EncBinary() - _ = yym3445 + if yyq3452[0] { + yym3454 := z.EncBinary() + _ = yym3454 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -43646,23 +43724,23 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3443[0] { + if yyq3452[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3446 := z.EncBinary() - _ = yym3446 + yym3455 := z.EncBinary() + _ = yym3455 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3443 || yy2arr3443 { + if yyr3452 || yy2arr3452 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3443[1] { - yym3448 := z.EncBinary() - _ = yym3448 + if yyq3452[1] { + yym3457 := z.EncBinary() + _ = yym3457 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -43671,23 +43749,23 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3443[1] { + if yyq3452[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3449 := z.EncBinary() - _ = yym3449 + yym3458 := z.EncBinary() + _ = yym3458 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3443 || yy2arr3443 { + if yyr3452 || yy2arr3452 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3443[2] { - yym3451 := z.EncBinary() - _ = yym3451 + if yyq3452[2] { + yym3460 := z.EncBinary() + _ = yym3460 if false { } else { r.EncodeBool(bool(x.Stdin)) @@ -43696,23 +43774,23 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3443[2] { + if yyq3452[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stdin")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3452 := z.EncBinary() - _ = yym3452 + yym3461 := z.EncBinary() + _ = yym3461 if false { } else { r.EncodeBool(bool(x.Stdin)) } } } - if yyr3443 || yy2arr3443 { + if yyr3452 || yy2arr3452 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3443[3] { - yym3454 := z.EncBinary() - _ = yym3454 + if yyq3452[3] { + yym3463 := z.EncBinary() + _ = yym3463 if false { } else { r.EncodeBool(bool(x.Stdout)) @@ -43721,23 +43799,23 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3443[3] { + if yyq3452[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stdout")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3455 := z.EncBinary() - _ = yym3455 + yym3464 := z.EncBinary() + _ = yym3464 if false { } else { r.EncodeBool(bool(x.Stdout)) } } } - if yyr3443 || yy2arr3443 { + if yyr3452 || yy2arr3452 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3443[4] { - yym3457 := z.EncBinary() - _ = yym3457 + if yyq3452[4] { + yym3466 := z.EncBinary() + _ = yym3466 if false { } else { r.EncodeBool(bool(x.Stderr)) @@ -43746,23 +43824,23 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3443[4] { + if yyq3452[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stderr")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3458 := z.EncBinary() - _ = yym3458 + yym3467 := z.EncBinary() + _ = yym3467 if false { } else { r.EncodeBool(bool(x.Stderr)) } } } - if yyr3443 || yy2arr3443 { + if yyr3452 || yy2arr3452 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3443[5] { - yym3460 := z.EncBinary() - _ = yym3460 + if yyq3452[5] { + yym3469 := z.EncBinary() + _ = yym3469 if false { } else { r.EncodeBool(bool(x.TTY)) @@ -43771,23 +43849,23 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3443[5] { + if yyq3452[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tty")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3461 := z.EncBinary() - _ = yym3461 + yym3470 := z.EncBinary() + _ = yym3470 if false { } else { r.EncodeBool(bool(x.TTY)) } } } - if yyr3443 || yy2arr3443 { + if yyr3452 || yy2arr3452 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3443[6] { - yym3463 := z.EncBinary() - _ = yym3463 + if yyq3452[6] { + yym3472 := z.EncBinary() + _ = yym3472 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -43796,25 +43874,25 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3443[6] { + if yyq3452[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3464 := z.EncBinary() - _ = yym3464 + yym3473 := z.EncBinary() + _ = yym3473 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } } - if yyr3443 || yy2arr3443 { + if yyr3452 || yy2arr3452 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Command == nil { r.EncodeNil() } else { - yym3466 := z.EncBinary() - _ = yym3466 + yym3475 := z.EncBinary() + _ = yym3475 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -43827,15 +43905,15 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.Command == nil { r.EncodeNil() } else { - yym3467 := z.EncBinary() - _ = yym3467 + yym3476 := z.EncBinary() + _ = yym3476 if false { } else { z.F.EncSliceStringV(x.Command, false, e) } } } - if yyr3443 || yy2arr3443 { + if yyr3452 || yy2arr3452 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43848,25 +43926,25 @@ func (x *PodExecOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3468 := z.DecBinary() - _ = yym3468 + yym3477 := z.DecBinary() + _ = yym3477 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3469 := r.ContainerType() - if yyct3469 == codecSelferValueTypeMap1234 { - yyl3469 := r.ReadMapStart() - if yyl3469 == 0 { + yyct3478 := r.ContainerType() + if yyct3478 == codecSelferValueTypeMap1234 { + yyl3478 := r.ReadMapStart() + if yyl3478 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3469, d) + x.codecDecodeSelfFromMap(yyl3478, d) } - } else if yyct3469 == codecSelferValueTypeArray1234 { - yyl3469 := r.ReadArrayStart() - if yyl3469 == 0 { + } else if yyct3478 == codecSelferValueTypeArray1234 { + yyl3478 := r.ReadArrayStart() + if yyl3478 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3469, d) + x.codecDecodeSelfFromArray(yyl3478, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43878,12 +43956,12 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3470Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3470Slc - var yyhl3470 bool = l >= 0 - for yyj3470 := 0; ; yyj3470++ { - if yyhl3470 { - if yyj3470 >= l { + var yys3479Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3479Slc + var yyhl3479 bool = l >= 0 + for yyj3479 := 0; ; yyj3479++ { + if yyhl3479 { + if yyj3479 >= l { break } } else { @@ -43892,10 +43970,10 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3470Slc = r.DecodeBytes(yys3470Slc, true, true) - yys3470 := string(yys3470Slc) + yys3479Slc = r.DecodeBytes(yys3479Slc, true, true) + yys3479 := string(yys3479Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3470 { + switch yys3479 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -43942,18 +44020,18 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv3478 := &x.Command - yym3479 := z.DecBinary() - _ = yym3479 + yyv3487 := &x.Command + yym3488 := z.DecBinary() + _ = yym3488 if false { } else { - z.F.DecSliceStringX(yyv3478, false, d) + z.F.DecSliceStringX(yyv3487, false, d) } } default: - z.DecStructFieldNotFound(-1, yys3470) - } // end switch yys3470 - } // end for yyj3470 + z.DecStructFieldNotFound(-1, yys3479) + } // end switch yys3479 + } // end for yyj3479 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43961,16 +44039,16 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3480 int - var yyb3480 bool - var yyhl3480 bool = l >= 0 - yyj3480++ - if yyhl3480 { - yyb3480 = yyj3480 > l + var yyj3489 int + var yyb3489 bool + var yyhl3489 bool = l >= 0 + yyj3489++ + if yyhl3489 { + yyb3489 = yyj3489 > l } else { - yyb3480 = r.CheckBreak() + yyb3489 = r.CheckBreak() } - if yyb3480 { + if yyb3489 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43980,13 +44058,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3480++ - if yyhl3480 { - yyb3480 = yyj3480 > l + yyj3489++ + if yyhl3489 { + yyb3489 = yyj3489 > l } else { - yyb3480 = r.CheckBreak() + yyb3489 = r.CheckBreak() } - if yyb3480 { + if yyb3489 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43996,13 +44074,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3480++ - if yyhl3480 { - yyb3480 = yyj3480 > l + yyj3489++ + if yyhl3489 { + yyb3489 = yyj3489 > l } else { - yyb3480 = r.CheckBreak() + yyb3489 = r.CheckBreak() } - if yyb3480 { + if yyb3489 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44012,13 +44090,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdin = bool(r.DecodeBool()) } - yyj3480++ - if yyhl3480 { - yyb3480 = yyj3480 > l + yyj3489++ + if yyhl3489 { + yyb3489 = yyj3489 > l } else { - yyb3480 = r.CheckBreak() + yyb3489 = r.CheckBreak() } - if yyb3480 { + if yyb3489 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44028,13 +44106,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdout = bool(r.DecodeBool()) } - yyj3480++ - if yyhl3480 { - yyb3480 = yyj3480 > l + yyj3489++ + if yyhl3489 { + yyb3489 = yyj3489 > l } else { - yyb3480 = r.CheckBreak() + yyb3489 = r.CheckBreak() } - if yyb3480 { + if yyb3489 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44044,13 +44122,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stderr = bool(r.DecodeBool()) } - yyj3480++ - if yyhl3480 { - yyb3480 = yyj3480 > l + yyj3489++ + if yyhl3489 { + yyb3489 = yyj3489 > l } else { - yyb3480 = r.CheckBreak() + yyb3489 = r.CheckBreak() } - if yyb3480 { + if yyb3489 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44060,13 +44138,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.TTY = bool(r.DecodeBool()) } - yyj3480++ - if yyhl3480 { - yyb3480 = yyj3480 > l + yyj3489++ + if yyhl3489 { + yyb3489 = yyj3489 > l } else { - yyb3480 = r.CheckBreak() + yyb3489 = r.CheckBreak() } - if yyb3480 { + if yyb3489 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44076,13 +44154,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Container = string(r.DecodeString()) } - yyj3480++ - if yyhl3480 { - yyb3480 = yyj3480 > l + yyj3489++ + if yyhl3489 { + yyb3489 = yyj3489 > l } else { - yyb3480 = r.CheckBreak() + yyb3489 = r.CheckBreak() } - if yyb3480 { + if yyb3489 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44090,26 +44168,26 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv3488 := &x.Command - yym3489 := z.DecBinary() - _ = yym3489 + yyv3497 := &x.Command + yym3498 := z.DecBinary() + _ = yym3498 if false { } else { - z.F.DecSliceStringX(yyv3488, false, d) + z.F.DecSliceStringX(yyv3497, false, d) } } for { - yyj3480++ - if yyhl3480 { - yyb3480 = yyj3480 > l + yyj3489++ + if yyhl3489 { + yyb3489 = yyj3489 > l } else { - yyb3480 = r.CheckBreak() + yyb3489 = r.CheckBreak() } - if yyb3480 { + if yyb3489 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3480-1, "") + z.DecStructFieldNotFound(yyj3489-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44121,37 +44199,37 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3490 := z.EncBinary() - _ = yym3490 + yym3499 := z.EncBinary() + _ = yym3499 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3491 := !z.EncBinary() - yy2arr3491 := z.EncBasicHandle().StructToArray - var yyq3491 [3]bool - _, _, _ = yysep3491, yyq3491, yy2arr3491 - const yyr3491 bool = false - yyq3491[0] = x.Kind != "" - yyq3491[1] = x.APIVersion != "" - yyq3491[2] = x.Path != "" - var yynn3491 int - if yyr3491 || yy2arr3491 { + yysep3500 := !z.EncBinary() + yy2arr3500 := z.EncBasicHandle().StructToArray + var yyq3500 [3]bool + _, _, _ = yysep3500, yyq3500, yy2arr3500 + const yyr3500 bool = false + yyq3500[0] = x.Kind != "" + yyq3500[1] = x.APIVersion != "" + yyq3500[2] = x.Path != "" + var yynn3500 int + if yyr3500 || yy2arr3500 { r.EncodeArrayStart(3) } else { - yynn3491 = 0 - for _, b := range yyq3491 { + yynn3500 = 0 + for _, b := range yyq3500 { if b { - yynn3491++ + yynn3500++ } } - r.EncodeMapStart(yynn3491) - yynn3491 = 0 + r.EncodeMapStart(yynn3500) + yynn3500 = 0 } - if yyr3491 || yy2arr3491 { + if yyr3500 || yy2arr3500 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3491[0] { - yym3493 := z.EncBinary() - _ = yym3493 + if yyq3500[0] { + yym3502 := z.EncBinary() + _ = yym3502 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -44160,23 +44238,23 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3491[0] { + if yyq3500[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3494 := z.EncBinary() - _ = yym3494 + yym3503 := z.EncBinary() + _ = yym3503 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3491 || yy2arr3491 { + if yyr3500 || yy2arr3500 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3491[1] { - yym3496 := z.EncBinary() - _ = yym3496 + if yyq3500[1] { + yym3505 := z.EncBinary() + _ = yym3505 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -44185,23 +44263,23 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3491[1] { + if yyq3500[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3497 := z.EncBinary() - _ = yym3497 + yym3506 := z.EncBinary() + _ = yym3506 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3491 || yy2arr3491 { + if yyr3500 || yy2arr3500 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3491[2] { - yym3499 := z.EncBinary() - _ = yym3499 + if yyq3500[2] { + yym3508 := z.EncBinary() + _ = yym3508 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -44210,19 +44288,19 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3491[2] { + if yyq3500[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3500 := z.EncBinary() - _ = yym3500 + yym3509 := z.EncBinary() + _ = yym3509 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } } - if yyr3491 || yy2arr3491 { + if yyr3500 || yy2arr3500 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -44235,25 +44313,25 @@ func (x *PodProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3501 := z.DecBinary() - _ = yym3501 + yym3510 := z.DecBinary() + _ = yym3510 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3502 := r.ContainerType() - if yyct3502 == codecSelferValueTypeMap1234 { - yyl3502 := r.ReadMapStart() - if yyl3502 == 0 { + yyct3511 := r.ContainerType() + if yyct3511 == codecSelferValueTypeMap1234 { + yyl3511 := r.ReadMapStart() + if yyl3511 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3502, d) + x.codecDecodeSelfFromMap(yyl3511, d) } - } else if yyct3502 == codecSelferValueTypeArray1234 { - yyl3502 := r.ReadArrayStart() - if yyl3502 == 0 { + } else if yyct3511 == codecSelferValueTypeArray1234 { + yyl3511 := r.ReadArrayStart() + if yyl3511 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3502, d) + x.codecDecodeSelfFromArray(yyl3511, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -44265,12 +44343,12 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3503Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3503Slc - var yyhl3503 bool = l >= 0 - for yyj3503 := 0; ; yyj3503++ { - if yyhl3503 { - if yyj3503 >= l { + var yys3512Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3512Slc + var yyhl3512 bool = l >= 0 + for yyj3512 := 0; ; yyj3512++ { + if yyhl3512 { + if yyj3512 >= l { break } } else { @@ -44279,10 +44357,10 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3503Slc = r.DecodeBytes(yys3503Slc, true, true) - yys3503 := string(yys3503Slc) + yys3512Slc = r.DecodeBytes(yys3512Slc, true, true) + yys3512 := string(yys3512Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3503 { + switch yys3512 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -44302,9 +44380,9 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3503) - } // end switch yys3503 - } // end for yyj3503 + z.DecStructFieldNotFound(-1, yys3512) + } // end switch yys3512 + } // end for yyj3512 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -44312,16 +44390,16 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3507 int - var yyb3507 bool - var yyhl3507 bool = l >= 0 - yyj3507++ - if yyhl3507 { - yyb3507 = yyj3507 > l + var yyj3516 int + var yyb3516 bool + var yyhl3516 bool = l >= 0 + yyj3516++ + if yyhl3516 { + yyb3516 = yyj3516 > l } else { - yyb3507 = r.CheckBreak() + yyb3516 = r.CheckBreak() } - if yyb3507 { + if yyb3516 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44331,13 +44409,13 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3507++ - if yyhl3507 { - yyb3507 = yyj3507 > l + yyj3516++ + if yyhl3516 { + yyb3516 = yyj3516 > l } else { - yyb3507 = r.CheckBreak() + yyb3516 = r.CheckBreak() } - if yyb3507 { + if yyb3516 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44347,13 +44425,13 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3507++ - if yyhl3507 { - yyb3507 = yyj3507 > l + yyj3516++ + if yyhl3516 { + yyb3516 = yyj3516 > l } else { - yyb3507 = r.CheckBreak() + yyb3516 = r.CheckBreak() } - if yyb3507 { + if yyb3516 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44364,17 +44442,17 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Path = string(r.DecodeString()) } for { - yyj3507++ - if yyhl3507 { - yyb3507 = yyj3507 > l + yyj3516++ + if yyhl3516 { + yyb3516 = yyj3516 > l } else { - yyb3507 = r.CheckBreak() + yyb3516 = r.CheckBreak() } - if yyb3507 { + if yyb3516 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3507-1, "") + z.DecStructFieldNotFound(yyj3516-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44386,37 +44464,37 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3511 := z.EncBinary() - _ = yym3511 + yym3520 := z.EncBinary() + _ = yym3520 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3512 := !z.EncBinary() - yy2arr3512 := z.EncBasicHandle().StructToArray - var yyq3512 [3]bool - _, _, _ = yysep3512, yyq3512, yy2arr3512 - const yyr3512 bool = false - yyq3512[0] = x.Kind != "" - yyq3512[1] = x.APIVersion != "" - yyq3512[2] = x.Path != "" - var yynn3512 int - if yyr3512 || yy2arr3512 { + yysep3521 := !z.EncBinary() + yy2arr3521 := z.EncBasicHandle().StructToArray + var yyq3521 [3]bool + _, _, _ = yysep3521, yyq3521, yy2arr3521 + const yyr3521 bool = false + yyq3521[0] = x.Kind != "" + yyq3521[1] = x.APIVersion != "" + yyq3521[2] = x.Path != "" + var yynn3521 int + if yyr3521 || yy2arr3521 { r.EncodeArrayStart(3) } else { - yynn3512 = 0 - for _, b := range yyq3512 { + yynn3521 = 0 + for _, b := range yyq3521 { if b { - yynn3512++ + yynn3521++ } } - r.EncodeMapStart(yynn3512) - yynn3512 = 0 + r.EncodeMapStart(yynn3521) + yynn3521 = 0 } - if yyr3512 || yy2arr3512 { + if yyr3521 || yy2arr3521 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3512[0] { - yym3514 := z.EncBinary() - _ = yym3514 + if yyq3521[0] { + yym3523 := z.EncBinary() + _ = yym3523 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -44425,23 +44503,23 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3512[0] { + if yyq3521[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3515 := z.EncBinary() - _ = yym3515 + yym3524 := z.EncBinary() + _ = yym3524 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3512 || yy2arr3512 { + if yyr3521 || yy2arr3521 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3512[1] { - yym3517 := z.EncBinary() - _ = yym3517 + if yyq3521[1] { + yym3526 := z.EncBinary() + _ = yym3526 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -44450,23 +44528,23 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3512[1] { + if yyq3521[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3518 := z.EncBinary() - _ = yym3518 + yym3527 := z.EncBinary() + _ = yym3527 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3512 || yy2arr3512 { + if yyr3521 || yy2arr3521 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3512[2] { - yym3520 := z.EncBinary() - _ = yym3520 + if yyq3521[2] { + yym3529 := z.EncBinary() + _ = yym3529 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -44475,19 +44553,19 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3512[2] { + if yyq3521[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3521 := z.EncBinary() - _ = yym3521 + yym3530 := z.EncBinary() + _ = yym3530 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } } - if yyr3512 || yy2arr3512 { + if yyr3521 || yy2arr3521 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -44500,25 +44578,25 @@ func (x *NodeProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3522 := z.DecBinary() - _ = yym3522 + yym3531 := z.DecBinary() + _ = yym3531 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3523 := r.ContainerType() - if yyct3523 == codecSelferValueTypeMap1234 { - yyl3523 := r.ReadMapStart() - if yyl3523 == 0 { + yyct3532 := r.ContainerType() + if yyct3532 == codecSelferValueTypeMap1234 { + yyl3532 := r.ReadMapStart() + if yyl3532 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3523, d) + x.codecDecodeSelfFromMap(yyl3532, d) } - } else if yyct3523 == codecSelferValueTypeArray1234 { - yyl3523 := r.ReadArrayStart() - if yyl3523 == 0 { + } else if yyct3532 == codecSelferValueTypeArray1234 { + yyl3532 := r.ReadArrayStart() + if yyl3532 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3523, d) + x.codecDecodeSelfFromArray(yyl3532, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -44530,12 +44608,12 @@ func (x *NodeProxyOptions) 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 yys3533Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3533Slc + var yyhl3533 bool = l >= 0 + for yyj3533 := 0; ; yyj3533++ { + if yyhl3533 { + if yyj3533 >= l { break } } else { @@ -44544,10 +44622,10 @@ func (x *NodeProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3524Slc = r.DecodeBytes(yys3524Slc, true, true) - yys3524 := string(yys3524Slc) + yys3533Slc = r.DecodeBytes(yys3533Slc, true, true) + yys3533 := string(yys3533Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3524 { + switch yys3533 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -44567,9 +44645,9 @@ func (x *NodeProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3524) - } // end switch yys3524 - } // end for yyj3524 + z.DecStructFieldNotFound(-1, yys3533) + } // end switch yys3533 + } // end for yyj3533 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -44577,16 +44655,16 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3528 int - var yyb3528 bool - var yyhl3528 bool = l >= 0 - yyj3528++ - if yyhl3528 { - yyb3528 = yyj3528 > l + var yyj3537 int + var yyb3537 bool + var yyhl3537 bool = l >= 0 + yyj3537++ + if yyhl3537 { + yyb3537 = yyj3537 > l } else { - yyb3528 = r.CheckBreak() + yyb3537 = r.CheckBreak() } - if yyb3528 { + if yyb3537 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44596,13 +44674,13 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3528++ - if yyhl3528 { - yyb3528 = yyj3528 > l + yyj3537++ + if yyhl3537 { + yyb3537 = yyj3537 > l } else { - yyb3528 = r.CheckBreak() + yyb3537 = r.CheckBreak() } - if yyb3528 { + if yyb3537 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44612,13 +44690,13 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3528++ - if yyhl3528 { - yyb3528 = yyj3528 > l + yyj3537++ + if yyhl3537 { + yyb3537 = yyj3537 > l } else { - yyb3528 = r.CheckBreak() + yyb3537 = r.CheckBreak() } - if yyb3528 { + if yyb3537 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44629,17 +44707,17 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Path = string(r.DecodeString()) } for { - yyj3528++ - if yyhl3528 { - yyb3528 = yyj3528 > l + yyj3537++ + if yyhl3537 { + yyb3537 = yyj3537 > l } else { - yyb3528 = r.CheckBreak() + yyb3537 = r.CheckBreak() } - if yyb3528 { + if yyb3537 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3528-1, "") + z.DecStructFieldNotFound(yyj3537-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44651,37 +44729,37 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3532 := z.EncBinary() - _ = yym3532 + yym3541 := z.EncBinary() + _ = yym3541 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3533 := !z.EncBinary() - yy2arr3533 := z.EncBasicHandle().StructToArray - var yyq3533 [3]bool - _, _, _ = yysep3533, yyq3533, yy2arr3533 - const yyr3533 bool = false - yyq3533[0] = x.Kind != "" - yyq3533[1] = x.APIVersion != "" - yyq3533[2] = x.Path != "" - var yynn3533 int - if yyr3533 || yy2arr3533 { + yysep3542 := !z.EncBinary() + yy2arr3542 := z.EncBasicHandle().StructToArray + var yyq3542 [3]bool + _, _, _ = yysep3542, yyq3542, yy2arr3542 + const yyr3542 bool = false + yyq3542[0] = x.Kind != "" + yyq3542[1] = x.APIVersion != "" + yyq3542[2] = x.Path != "" + var yynn3542 int + if yyr3542 || yy2arr3542 { r.EncodeArrayStart(3) } else { - yynn3533 = 0 - for _, b := range yyq3533 { + yynn3542 = 0 + for _, b := range yyq3542 { if b { - yynn3533++ + yynn3542++ } } - r.EncodeMapStart(yynn3533) - yynn3533 = 0 + r.EncodeMapStart(yynn3542) + yynn3542 = 0 } - if yyr3533 || yy2arr3533 { + if yyr3542 || yy2arr3542 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3533[0] { - yym3535 := z.EncBinary() - _ = yym3535 + if yyq3542[0] { + yym3544 := z.EncBinary() + _ = yym3544 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -44690,23 +44768,23 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3533[0] { + if yyq3542[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3536 := z.EncBinary() - _ = yym3536 + yym3545 := z.EncBinary() + _ = yym3545 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3533 || yy2arr3533 { + if yyr3542 || yy2arr3542 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3533[1] { - yym3538 := z.EncBinary() - _ = yym3538 + if yyq3542[1] { + yym3547 := z.EncBinary() + _ = yym3547 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -44715,23 +44793,23 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3533[1] { + if yyq3542[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3539 := z.EncBinary() - _ = yym3539 + yym3548 := z.EncBinary() + _ = yym3548 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3533 || yy2arr3533 { + if yyr3542 || yy2arr3542 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3533[2] { - yym3541 := z.EncBinary() - _ = yym3541 + if yyq3542[2] { + yym3550 := z.EncBinary() + _ = yym3550 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -44740,19 +44818,19 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3533[2] { + if yyq3542[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3542 := z.EncBinary() - _ = yym3542 + yym3551 := z.EncBinary() + _ = yym3551 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } } - if yyr3533 || yy2arr3533 { + if yyr3542 || yy2arr3542 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -44765,25 +44843,25 @@ func (x *ServiceProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3543 := z.DecBinary() - _ = yym3543 + yym3552 := z.DecBinary() + _ = yym3552 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3544 := r.ContainerType() - if yyct3544 == codecSelferValueTypeMap1234 { - yyl3544 := r.ReadMapStart() - if yyl3544 == 0 { + yyct3553 := r.ContainerType() + if yyct3553 == codecSelferValueTypeMap1234 { + yyl3553 := r.ReadMapStart() + if yyl3553 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3544, d) + x.codecDecodeSelfFromMap(yyl3553, d) } - } else if yyct3544 == codecSelferValueTypeArray1234 { - yyl3544 := r.ReadArrayStart() - if yyl3544 == 0 { + } else if yyct3553 == codecSelferValueTypeArray1234 { + yyl3553 := r.ReadArrayStart() + if yyl3553 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3544, d) + x.codecDecodeSelfFromArray(yyl3553, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -44795,12 +44873,12 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3545Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3545Slc - var yyhl3545 bool = l >= 0 - for yyj3545 := 0; ; yyj3545++ { - if yyhl3545 { - if yyj3545 >= l { + var yys3554Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3554Slc + var yyhl3554 bool = l >= 0 + for yyj3554 := 0; ; yyj3554++ { + if yyhl3554 { + if yyj3554 >= l { break } } else { @@ -44809,10 +44887,10 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3545Slc = r.DecodeBytes(yys3545Slc, true, true) - yys3545 := string(yys3545Slc) + yys3554Slc = r.DecodeBytes(yys3554Slc, true, true) + yys3554 := string(yys3554Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3545 { + switch yys3554 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -44832,9 +44910,9 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3545) - } // end switch yys3545 - } // end for yyj3545 + z.DecStructFieldNotFound(-1, yys3554) + } // end switch yys3554 + } // end for yyj3554 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -44842,16 +44920,16 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod 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 yyj3558 int + var yyb3558 bool + var yyhl3558 bool = l >= 0 + yyj3558++ + if yyhl3558 { + yyb3558 = yyj3558 > l } else { - yyb3549 = r.CheckBreak() + yyb3558 = r.CheckBreak() } - if yyb3549 { + if yyb3558 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44861,13 +44939,13 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj3549++ - if yyhl3549 { - yyb3549 = yyj3549 > l + yyj3558++ + if yyhl3558 { + yyb3558 = yyj3558 > l } else { - yyb3549 = r.CheckBreak() + yyb3558 = r.CheckBreak() } - if yyb3549 { + if yyb3558 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44877,13 +44955,13 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj3549++ - if yyhl3549 { - yyb3549 = yyj3549 > l + yyj3558++ + if yyhl3558 { + yyb3558 = yyj3558 > l } else { - yyb3549 = r.CheckBreak() + yyb3558 = r.CheckBreak() } - if yyb3549 { + if yyb3558 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44894,17 +44972,17 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.Path = string(r.DecodeString()) } for { - yyj3549++ - if yyhl3549 { - yyb3549 = yyj3549 > l + yyj3558++ + if yyhl3558 { + yyb3558 = yyj3558 > l } else { - yyb3549 = r.CheckBreak() + yyb3558 = r.CheckBreak() } - if yyb3549 { + if yyb3558 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3549-1, "") + z.DecStructFieldNotFound(yyj3558-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44916,34 +44994,34 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3553 := z.EncBinary() - _ = yym3553 + yym3562 := z.EncBinary() + _ = yym3562 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3554 := !z.EncBinary() - yy2arr3554 := z.EncBasicHandle().StructToArray - var yyq3554 [5]bool - _, _, _ = yysep3554, yyq3554, yy2arr3554 - const yyr3554 bool = false - yyq3554[4] = x.Controller != nil - var yynn3554 int - if yyr3554 || yy2arr3554 { + yysep3563 := !z.EncBinary() + yy2arr3563 := z.EncBasicHandle().StructToArray + var yyq3563 [5]bool + _, _, _ = yysep3563, yyq3563, yy2arr3563 + const yyr3563 bool = false + yyq3563[4] = x.Controller != nil + var yynn3563 int + if yyr3563 || yy2arr3563 { r.EncodeArrayStart(5) } else { - yynn3554 = 4 - for _, b := range yyq3554 { + yynn3563 = 4 + for _, b := range yyq3563 { if b { - yynn3554++ + yynn3563++ } } - r.EncodeMapStart(yynn3554) - yynn3554 = 0 + r.EncodeMapStart(yynn3563) + yynn3563 = 0 } - if yyr3554 || yy2arr3554 { + if yyr3563 || yy2arr3563 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3556 := z.EncBinary() - _ = yym3556 + yym3565 := z.EncBinary() + _ = yym3565 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -44952,17 +45030,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3557 := z.EncBinary() - _ = yym3557 + yym3566 := z.EncBinary() + _ = yym3566 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } - if yyr3554 || yy2arr3554 { + if yyr3563 || yy2arr3563 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3559 := z.EncBinary() - _ = yym3559 + yym3568 := z.EncBinary() + _ = yym3568 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -44971,17 +45049,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3560 := z.EncBinary() - _ = yym3560 + yym3569 := z.EncBinary() + _ = yym3569 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } - if yyr3554 || yy2arr3554 { + if yyr3563 || yy2arr3563 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3562 := z.EncBinary() - _ = yym3562 + yym3571 := z.EncBinary() + _ = yym3571 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -44990,17 +45068,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3563 := z.EncBinary() - _ = yym3563 + yym3572 := z.EncBinary() + _ = yym3572 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr3554 || yy2arr3554 { + if yyr3563 || yy2arr3563 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3565 := z.EncBinary() - _ = yym3565 + yym3574 := z.EncBinary() + _ = yym3574 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { @@ -45010,50 +45088,50 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("uid")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3566 := z.EncBinary() - _ = yym3566 + yym3575 := z.EncBinary() + _ = yym3575 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { r.EncodeString(codecSelferC_UTF81234, string(x.UID)) } } - if yyr3554 || yy2arr3554 { + if yyr3563 || yy2arr3563 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3554[4] { + if yyq3563[4] { if x.Controller == nil { r.EncodeNil() } else { - yy3568 := *x.Controller - yym3569 := z.EncBinary() - _ = yym3569 + yy3577 := *x.Controller + yym3578 := z.EncBinary() + _ = yym3578 if false { } else { - r.EncodeBool(bool(yy3568)) + r.EncodeBool(bool(yy3577)) } } } else { r.EncodeNil() } } else { - if yyq3554[4] { + if yyq3563[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("controller")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Controller == nil { r.EncodeNil() } else { - yy3570 := *x.Controller - yym3571 := z.EncBinary() - _ = yym3571 + yy3579 := *x.Controller + yym3580 := z.EncBinary() + _ = yym3580 if false { } else { - r.EncodeBool(bool(yy3570)) + r.EncodeBool(bool(yy3579)) } } } } - if yyr3554 || yy2arr3554 { + if yyr3563 || yy2arr3563 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -45066,25 +45144,25 @@ func (x *OwnerReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3572 := z.DecBinary() - _ = yym3572 + yym3581 := z.DecBinary() + _ = yym3581 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3573 := r.ContainerType() - if yyct3573 == codecSelferValueTypeMap1234 { - yyl3573 := r.ReadMapStart() - if yyl3573 == 0 { + yyct3582 := r.ContainerType() + if yyct3582 == codecSelferValueTypeMap1234 { + yyl3582 := r.ReadMapStart() + if yyl3582 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3573, d) + x.codecDecodeSelfFromMap(yyl3582, d) } - } else if yyct3573 == codecSelferValueTypeArray1234 { - yyl3573 := r.ReadArrayStart() - if yyl3573 == 0 { + } else if yyct3582 == codecSelferValueTypeArray1234 { + yyl3582 := r.ReadArrayStart() + if yyl3582 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3573, d) + x.codecDecodeSelfFromArray(yyl3582, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -45096,12 +45174,12 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3574Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3574Slc - var yyhl3574 bool = l >= 0 - for yyj3574 := 0; ; yyj3574++ { - if yyhl3574 { - if yyj3574 >= l { + var yys3583Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3583Slc + var yyhl3583 bool = l >= 0 + for yyj3583 := 0; ; yyj3583++ { + if yyhl3583 { + if yyj3583 >= l { break } } else { @@ -45110,10 +45188,10 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3574Slc = r.DecodeBytes(yys3574Slc, true, true) - yys3574 := string(yys3574Slc) + yys3583Slc = r.DecodeBytes(yys3583Slc, true, true) + yys3583 := string(yys3583Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3574 { + switch yys3583 { case "apiVersion": if r.TryDecodeAsNil() { x.APIVersion = "" @@ -45147,17 +45225,17 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Controller == nil { x.Controller = new(bool) } - yym3580 := z.DecBinary() - _ = yym3580 + yym3589 := z.DecBinary() + _ = yym3589 if false { } else { *((*bool)(x.Controller)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys3574) - } // end switch yys3574 - } // end for yyj3574 + z.DecStructFieldNotFound(-1, yys3583) + } // end switch yys3583 + } // end for yyj3583 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -45165,16 +45243,16 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3581 int - var yyb3581 bool - var yyhl3581 bool = l >= 0 - yyj3581++ - if yyhl3581 { - yyb3581 = yyj3581 > l + var yyj3590 int + var yyb3590 bool + var yyhl3590 bool = l >= 0 + yyj3590++ + if yyhl3590 { + yyb3590 = yyj3590 > l } else { - yyb3581 = r.CheckBreak() + yyb3590 = r.CheckBreak() } - if yyb3581 { + if yyb3590 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45184,13 +45262,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3581++ - if yyhl3581 { - yyb3581 = yyj3581 > l + yyj3590++ + if yyhl3590 { + yyb3590 = yyj3590 > l } else { - yyb3581 = r.CheckBreak() + yyb3590 = r.CheckBreak() } - if yyb3581 { + if yyb3590 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45200,13 +45278,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3581++ - if yyhl3581 { - yyb3581 = yyj3581 > l + yyj3590++ + if yyhl3590 { + yyb3590 = yyj3590 > l } else { - yyb3581 = r.CheckBreak() + yyb3590 = r.CheckBreak() } - if yyb3581 { + if yyb3590 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45216,13 +45294,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj3581++ - if yyhl3581 { - yyb3581 = yyj3581 > l + yyj3590++ + if yyhl3590 { + yyb3590 = yyj3590 > l } else { - yyb3581 = r.CheckBreak() + yyb3590 = r.CheckBreak() } - if yyb3581 { + if yyb3590 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45232,13 +45310,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.UID = pkg1_types.UID(r.DecodeString()) } - yyj3581++ - if yyhl3581 { - yyb3581 = yyj3581 > l + yyj3590++ + if yyhl3590 { + yyb3590 = yyj3590 > l } else { - yyb3581 = r.CheckBreak() + yyb3590 = r.CheckBreak() } - if yyb3581 { + if yyb3590 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45251,25 +45329,25 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Controller == nil { x.Controller = new(bool) } - yym3587 := z.DecBinary() - _ = yym3587 + yym3596 := z.DecBinary() + _ = yym3596 if false { } else { *((*bool)(x.Controller)) = r.DecodeBool() } } for { - yyj3581++ - if yyhl3581 { - yyb3581 = yyj3581 > l + yyj3590++ + if yyhl3590 { + yyb3590 = yyj3590 > l } else { - yyb3581 = r.CheckBreak() + yyb3590 = r.CheckBreak() } - if yyb3581 { + if yyb3590 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3581-1, "") + z.DecStructFieldNotFound(yyj3590-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45281,41 +45359,41 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3588 := z.EncBinary() - _ = yym3588 + yym3597 := z.EncBinary() + _ = yym3597 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3589 := !z.EncBinary() - yy2arr3589 := z.EncBasicHandle().StructToArray - var yyq3589 [7]bool - _, _, _ = yysep3589, yyq3589, yy2arr3589 - const yyr3589 bool = false - yyq3589[0] = x.Kind != "" - yyq3589[1] = x.Namespace != "" - yyq3589[2] = x.Name != "" - yyq3589[3] = x.UID != "" - yyq3589[4] = x.APIVersion != "" - yyq3589[5] = x.ResourceVersion != "" - yyq3589[6] = x.FieldPath != "" - var yynn3589 int - if yyr3589 || yy2arr3589 { + yysep3598 := !z.EncBinary() + yy2arr3598 := z.EncBasicHandle().StructToArray + var yyq3598 [7]bool + _, _, _ = yysep3598, yyq3598, yy2arr3598 + const yyr3598 bool = false + yyq3598[0] = x.Kind != "" + yyq3598[1] = x.Namespace != "" + yyq3598[2] = x.Name != "" + yyq3598[3] = x.UID != "" + yyq3598[4] = x.APIVersion != "" + yyq3598[5] = x.ResourceVersion != "" + yyq3598[6] = x.FieldPath != "" + var yynn3598 int + if yyr3598 || yy2arr3598 { r.EncodeArrayStart(7) } else { - yynn3589 = 0 - for _, b := range yyq3589 { + yynn3598 = 0 + for _, b := range yyq3598 { if b { - yynn3589++ + yynn3598++ } } - r.EncodeMapStart(yynn3589) - yynn3589 = 0 + r.EncodeMapStart(yynn3598) + yynn3598 = 0 } - if yyr3589 || yy2arr3589 { + if yyr3598 || yy2arr3598 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3589[0] { - yym3591 := z.EncBinary() - _ = yym3591 + if yyq3598[0] { + yym3600 := z.EncBinary() + _ = yym3600 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -45324,23 +45402,23 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3589[0] { + if yyq3598[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3592 := z.EncBinary() - _ = yym3592 + yym3601 := z.EncBinary() + _ = yym3601 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3589 || yy2arr3589 { + if yyr3598 || yy2arr3598 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3589[1] { - yym3594 := z.EncBinary() - _ = yym3594 + if yyq3598[1] { + yym3603 := z.EncBinary() + _ = yym3603 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) @@ -45349,23 +45427,23 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3589[1] { + if yyq3598[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("namespace")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3595 := z.EncBinary() - _ = yym3595 + yym3604 := z.EncBinary() + _ = yym3604 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) } } } - if yyr3589 || yy2arr3589 { + if yyr3598 || yy2arr3598 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3589[2] { - yym3597 := z.EncBinary() - _ = yym3597 + if yyq3598[2] { + yym3606 := z.EncBinary() + _ = yym3606 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -45374,23 +45452,23 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3589[2] { + if yyq3598[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3598 := z.EncBinary() - _ = yym3598 + yym3607 := z.EncBinary() + _ = yym3607 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr3589 || yy2arr3589 { + if yyr3598 || yy2arr3598 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3589[3] { - yym3600 := z.EncBinary() - _ = yym3600 + if yyq3598[3] { + yym3609 := z.EncBinary() + _ = yym3609 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { @@ -45400,12 +45478,12 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3589[3] { + if yyq3598[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("uid")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3601 := z.EncBinary() - _ = yym3601 + yym3610 := z.EncBinary() + _ = yym3610 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { @@ -45413,11 +45491,11 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3589 || yy2arr3589 { + if yyr3598 || yy2arr3598 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3589[4] { - yym3603 := z.EncBinary() - _ = yym3603 + if yyq3598[4] { + yym3612 := z.EncBinary() + _ = yym3612 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -45426,23 +45504,23 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3589[4] { + if yyq3598[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3604 := z.EncBinary() - _ = yym3604 + yym3613 := z.EncBinary() + _ = yym3613 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3589 || yy2arr3589 { + if yyr3598 || yy2arr3598 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3589[5] { - yym3606 := z.EncBinary() - _ = yym3606 + if yyq3598[5] { + yym3615 := z.EncBinary() + _ = yym3615 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) @@ -45451,23 +45529,23 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3589[5] { + if yyq3598[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resourceVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3607 := z.EncBinary() - _ = yym3607 + yym3616 := z.EncBinary() + _ = yym3616 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) } } } - if yyr3589 || yy2arr3589 { + if yyr3598 || yy2arr3598 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3589[6] { - yym3609 := z.EncBinary() - _ = yym3609 + if yyq3598[6] { + yym3618 := z.EncBinary() + _ = yym3618 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) @@ -45476,19 +45554,19 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3589[6] { + if yyq3598[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3610 := z.EncBinary() - _ = yym3610 + yym3619 := z.EncBinary() + _ = yym3619 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) } } } - if yyr3589 || yy2arr3589 { + if yyr3598 || yy2arr3598 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -45501,25 +45579,25 @@ func (x *ObjectReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3611 := z.DecBinary() - _ = yym3611 + yym3620 := z.DecBinary() + _ = yym3620 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3612 := r.ContainerType() - if yyct3612 == codecSelferValueTypeMap1234 { - yyl3612 := r.ReadMapStart() - if yyl3612 == 0 { + yyct3621 := r.ContainerType() + if yyct3621 == codecSelferValueTypeMap1234 { + yyl3621 := r.ReadMapStart() + if yyl3621 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3612, d) + x.codecDecodeSelfFromMap(yyl3621, d) } - } else if yyct3612 == codecSelferValueTypeArray1234 { - yyl3612 := r.ReadArrayStart() - if yyl3612 == 0 { + } else if yyct3621 == codecSelferValueTypeArray1234 { + yyl3621 := r.ReadArrayStart() + if yyl3621 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3612, d) + x.codecDecodeSelfFromArray(yyl3621, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -45531,12 +45609,12 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3613Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3613Slc - var yyhl3613 bool = l >= 0 - for yyj3613 := 0; ; yyj3613++ { - if yyhl3613 { - if yyj3613 >= l { + var yys3622Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3622Slc + var yyhl3622 bool = l >= 0 + for yyj3622 := 0; ; yyj3622++ { + if yyhl3622 { + if yyj3622 >= l { break } } else { @@ -45545,10 +45623,10 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3613Slc = r.DecodeBytes(yys3613Slc, true, true) - yys3613 := string(yys3613Slc) + yys3622Slc = r.DecodeBytes(yys3622Slc, true, true) + yys3622 := string(yys3622Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3613 { + switch yys3622 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -45592,9 +45670,9 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.FieldPath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3613) - } // end switch yys3613 - } // end for yyj3613 + z.DecStructFieldNotFound(-1, yys3622) + } // end switch yys3622 + } // end for yyj3622 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -45602,16 +45680,16 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3621 int - var yyb3621 bool - var yyhl3621 bool = l >= 0 - yyj3621++ - if yyhl3621 { - yyb3621 = yyj3621 > l + var yyj3630 int + var yyb3630 bool + var yyhl3630 bool = l >= 0 + yyj3630++ + if yyhl3630 { + yyb3630 = yyj3630 > l } else { - yyb3621 = r.CheckBreak() + yyb3630 = r.CheckBreak() } - if yyb3621 { + if yyb3630 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45621,13 +45699,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3621++ - if yyhl3621 { - yyb3621 = yyj3621 > l + yyj3630++ + if yyhl3630 { + yyb3630 = yyj3630 > l } else { - yyb3621 = r.CheckBreak() + yyb3630 = r.CheckBreak() } - if yyb3621 { + if yyb3630 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45637,13 +45715,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Namespace = string(r.DecodeString()) } - yyj3621++ - if yyhl3621 { - yyb3621 = yyj3621 > l + yyj3630++ + if yyhl3630 { + yyb3630 = yyj3630 > l } else { - yyb3621 = r.CheckBreak() + yyb3630 = r.CheckBreak() } - if yyb3621 { + if yyb3630 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45653,13 +45731,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Name = string(r.DecodeString()) } - yyj3621++ - if yyhl3621 { - yyb3621 = yyj3621 > l + yyj3630++ + if yyhl3630 { + yyb3630 = yyj3630 > l } else { - yyb3621 = r.CheckBreak() + yyb3630 = r.CheckBreak() } - if yyb3621 { + if yyb3630 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45669,13 +45747,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.UID = pkg1_types.UID(r.DecodeString()) } - yyj3621++ - if yyhl3621 { - yyb3621 = yyj3621 > l + yyj3630++ + if yyhl3630 { + yyb3630 = yyj3630 > l } else { - yyb3621 = r.CheckBreak() + yyb3630 = r.CheckBreak() } - if yyb3621 { + if yyb3630 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45685,13 +45763,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3621++ - if yyhl3621 { - yyb3621 = yyj3621 > l + yyj3630++ + if yyhl3630 { + yyb3630 = yyj3630 > l } else { - yyb3621 = r.CheckBreak() + yyb3630 = r.CheckBreak() } - if yyb3621 { + if yyb3630 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45701,13 +45779,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.ResourceVersion = string(r.DecodeString()) } - yyj3621++ - if yyhl3621 { - yyb3621 = yyj3621 > l + yyj3630++ + if yyhl3630 { + yyb3630 = yyj3630 > l } else { - yyb3621 = r.CheckBreak() + yyb3630 = r.CheckBreak() } - if yyb3621 { + if yyb3630 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45718,17 +45796,17 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.FieldPath = string(r.DecodeString()) } for { - yyj3621++ - if yyhl3621 { - yyb3621 = yyj3621 > l + yyj3630++ + if yyhl3630 { + yyb3630 = yyj3630 > l } else { - yyb3621 = r.CheckBreak() + yyb3630 = r.CheckBreak() } - if yyb3621 { + if yyb3630 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3621-1, "") + z.DecStructFieldNotFound(yyj3630-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45740,35 +45818,35 @@ func (x *LocalObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3629 := z.EncBinary() - _ = yym3629 + yym3638 := z.EncBinary() + _ = yym3638 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3630 := !z.EncBinary() - yy2arr3630 := z.EncBasicHandle().StructToArray - var yyq3630 [1]bool - _, _, _ = yysep3630, yyq3630, yy2arr3630 - const yyr3630 bool = false - yyq3630[0] = x.Name != "" - var yynn3630 int - if yyr3630 || yy2arr3630 { + yysep3639 := !z.EncBinary() + yy2arr3639 := z.EncBasicHandle().StructToArray + var yyq3639 [1]bool + _, _, _ = yysep3639, yyq3639, yy2arr3639 + const yyr3639 bool = false + yyq3639[0] = x.Name != "" + var yynn3639 int + if yyr3639 || yy2arr3639 { r.EncodeArrayStart(1) } else { - yynn3630 = 0 - for _, b := range yyq3630 { + yynn3639 = 0 + for _, b := range yyq3639 { if b { - yynn3630++ + yynn3639++ } } - r.EncodeMapStart(yynn3630) - yynn3630 = 0 + r.EncodeMapStart(yynn3639) + yynn3639 = 0 } - if yyr3630 || yy2arr3630 { + if yyr3639 || yy2arr3639 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3630[0] { - yym3632 := z.EncBinary() - _ = yym3632 + if yyq3639[0] { + yym3641 := z.EncBinary() + _ = yym3641 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -45777,19 +45855,19 @@ func (x *LocalObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3630[0] { + if yyq3639[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3633 := z.EncBinary() - _ = yym3633 + yym3642 := z.EncBinary() + _ = yym3642 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr3630 || yy2arr3630 { + if yyr3639 || yy2arr3639 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -45802,25 +45880,25 @@ func (x *LocalObjectReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3634 := z.DecBinary() - _ = yym3634 + yym3643 := z.DecBinary() + _ = yym3643 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3635 := r.ContainerType() - if yyct3635 == codecSelferValueTypeMap1234 { - yyl3635 := r.ReadMapStart() - if yyl3635 == 0 { + yyct3644 := r.ContainerType() + if yyct3644 == codecSelferValueTypeMap1234 { + yyl3644 := r.ReadMapStart() + if yyl3644 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3635, d) + x.codecDecodeSelfFromMap(yyl3644, d) } - } else if yyct3635 == codecSelferValueTypeArray1234 { - yyl3635 := r.ReadArrayStart() - if yyl3635 == 0 { + } else if yyct3644 == codecSelferValueTypeArray1234 { + yyl3644 := r.ReadArrayStart() + if yyl3644 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3635, d) + x.codecDecodeSelfFromArray(yyl3644, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -45832,12 +45910,12 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3636Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3636Slc - var yyhl3636 bool = l >= 0 - for yyj3636 := 0; ; yyj3636++ { - if yyhl3636 { - if yyj3636 >= l { + var yys3645Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3645Slc + var yyhl3645 bool = l >= 0 + for yyj3645 := 0; ; yyj3645++ { + if yyhl3645 { + if yyj3645 >= l { break } } else { @@ -45846,10 +45924,10 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3636Slc = r.DecodeBytes(yys3636Slc, true, true) - yys3636 := string(yys3636Slc) + yys3645Slc = r.DecodeBytes(yys3645Slc, true, true) + yys3645 := string(yys3645Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3636 { + switch yys3645 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -45857,9 +45935,9 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Name = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3636) - } // end switch yys3636 - } // end for yyj3636 + z.DecStructFieldNotFound(-1, yys3645) + } // end switch yys3645 + } // end for yyj3645 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -45867,16 +45945,16 @@ func (x *LocalObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3638 int - var yyb3638 bool - var yyhl3638 bool = l >= 0 - yyj3638++ - if yyhl3638 { - yyb3638 = yyj3638 > l + var yyj3647 int + var yyb3647 bool + var yyhl3647 bool = l >= 0 + yyj3647++ + if yyhl3647 { + yyb3647 = yyj3647 > l } else { - yyb3638 = r.CheckBreak() + yyb3647 = r.CheckBreak() } - if yyb3638 { + if yyb3647 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45887,17 +45965,17 @@ func (x *LocalObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Name = string(r.DecodeString()) } for { - yyj3638++ - if yyhl3638 { - yyb3638 = yyj3638 > l + yyj3647++ + if yyhl3647 { + yyb3647 = yyj3647 > l } else { - yyb3638 = r.CheckBreak() + yyb3647 = r.CheckBreak() } - if yyb3638 { + if yyb3647 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3638-1, "") + z.DecStructFieldNotFound(yyj3647-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45909,37 +45987,37 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3640 := z.EncBinary() - _ = yym3640 + yym3649 := z.EncBinary() + _ = yym3649 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3641 := !z.EncBinary() - yy2arr3641 := z.EncBasicHandle().StructToArray - var yyq3641 [3]bool - _, _, _ = yysep3641, yyq3641, yy2arr3641 - const yyr3641 bool = false - yyq3641[0] = x.Kind != "" - yyq3641[1] = x.APIVersion != "" - yyq3641[2] = true - var yynn3641 int - if yyr3641 || yy2arr3641 { + yysep3650 := !z.EncBinary() + yy2arr3650 := z.EncBasicHandle().StructToArray + var yyq3650 [3]bool + _, _, _ = yysep3650, yyq3650, yy2arr3650 + const yyr3650 bool = false + yyq3650[0] = x.Kind != "" + yyq3650[1] = x.APIVersion != "" + yyq3650[2] = true + var yynn3650 int + if yyr3650 || yy2arr3650 { r.EncodeArrayStart(3) } else { - yynn3641 = 0 - for _, b := range yyq3641 { + yynn3650 = 0 + for _, b := range yyq3650 { if b { - yynn3641++ + yynn3650++ } } - r.EncodeMapStart(yynn3641) - yynn3641 = 0 + r.EncodeMapStart(yynn3650) + yynn3650 = 0 } - if yyr3641 || yy2arr3641 { + if yyr3650 || yy2arr3650 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3641[0] { - yym3643 := z.EncBinary() - _ = yym3643 + if yyq3650[0] { + yym3652 := z.EncBinary() + _ = yym3652 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -45948,23 +46026,23 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3641[0] { + if yyq3650[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3644 := z.EncBinary() - _ = yym3644 + yym3653 := z.EncBinary() + _ = yym3653 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3641 || yy2arr3641 { + if yyr3650 || yy2arr3650 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3641[1] { - yym3646 := z.EncBinary() - _ = yym3646 + if yyq3650[1] { + yym3655 := z.EncBinary() + _ = yym3655 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -45973,36 +46051,36 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3641[1] { + if yyq3650[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3647 := z.EncBinary() - _ = yym3647 + yym3656 := z.EncBinary() + _ = yym3656 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3641 || yy2arr3641 { + if yyr3650 || yy2arr3650 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3641[2] { - yy3649 := &x.Reference - yy3649.CodecEncodeSelf(e) + if yyq3650[2] { + yy3658 := &x.Reference + yy3658.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3641[2] { + if yyq3650[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reference")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3650 := &x.Reference - yy3650.CodecEncodeSelf(e) + yy3659 := &x.Reference + yy3659.CodecEncodeSelf(e) } } - if yyr3641 || yy2arr3641 { + if yyr3650 || yy2arr3650 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46015,25 +46093,25 @@ func (x *SerializedReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3651 := z.DecBinary() - _ = yym3651 + yym3660 := z.DecBinary() + _ = yym3660 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3652 := r.ContainerType() - if yyct3652 == codecSelferValueTypeMap1234 { - yyl3652 := r.ReadMapStart() - if yyl3652 == 0 { + yyct3661 := r.ContainerType() + if yyct3661 == codecSelferValueTypeMap1234 { + yyl3661 := r.ReadMapStart() + if yyl3661 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3652, d) + x.codecDecodeSelfFromMap(yyl3661, d) } - } else if yyct3652 == codecSelferValueTypeArray1234 { - yyl3652 := r.ReadArrayStart() - if yyl3652 == 0 { + } else if yyct3661 == codecSelferValueTypeArray1234 { + yyl3661 := r.ReadArrayStart() + if yyl3661 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3652, d) + x.codecDecodeSelfFromArray(yyl3661, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46045,12 +46123,12 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3653Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3653Slc - var yyhl3653 bool = l >= 0 - for yyj3653 := 0; ; yyj3653++ { - if yyhl3653 { - if yyj3653 >= l { + var yys3662Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3662Slc + var yyhl3662 bool = l >= 0 + for yyj3662 := 0; ; yyj3662++ { + if yyhl3662 { + if yyj3662 >= l { break } } else { @@ -46059,10 +46137,10 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3653Slc = r.DecodeBytes(yys3653Slc, true, true) - yys3653 := string(yys3653Slc) + yys3662Slc = r.DecodeBytes(yys3662Slc, true, true) + yys3662 := string(yys3662Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3653 { + switch yys3662 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -46079,13 +46157,13 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Reference = ObjectReference{} } else { - yyv3656 := &x.Reference - yyv3656.CodecDecodeSelf(d) + yyv3665 := &x.Reference + yyv3665.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3653) - } // end switch yys3653 - } // end for yyj3653 + z.DecStructFieldNotFound(-1, yys3662) + } // end switch yys3662 + } // end for yyj3662 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -46093,16 +46171,16 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3657 int - var yyb3657 bool - var yyhl3657 bool = l >= 0 - yyj3657++ - if yyhl3657 { - yyb3657 = yyj3657 > l + var yyj3666 int + var yyb3666 bool + var yyhl3666 bool = l >= 0 + yyj3666++ + if yyhl3666 { + yyb3666 = yyj3666 > l } else { - yyb3657 = r.CheckBreak() + yyb3666 = r.CheckBreak() } - if yyb3657 { + if yyb3666 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46112,13 +46190,13 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj3657++ - if yyhl3657 { - yyb3657 = yyj3657 > l + yyj3666++ + if yyhl3666 { + yyb3666 = yyj3666 > l } else { - yyb3657 = r.CheckBreak() + yyb3666 = r.CheckBreak() } - if yyb3657 { + if yyb3666 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46128,13 +46206,13 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj3657++ - if yyhl3657 { - yyb3657 = yyj3657 > l + yyj3666++ + if yyhl3666 { + yyb3666 = yyj3666 > l } else { - yyb3657 = r.CheckBreak() + yyb3666 = r.CheckBreak() } - if yyb3657 { + if yyb3666 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46142,21 +46220,21 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Reference = ObjectReference{} } else { - yyv3660 := &x.Reference - yyv3660.CodecDecodeSelf(d) + yyv3669 := &x.Reference + yyv3669.CodecDecodeSelf(d) } for { - yyj3657++ - if yyhl3657 { - yyb3657 = yyj3657 > l + yyj3666++ + if yyhl3666 { + yyb3666 = yyj3666 > l } else { - yyb3657 = r.CheckBreak() + yyb3666 = r.CheckBreak() } - if yyb3657 { + if yyb3666 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3657-1, "") + z.DecStructFieldNotFound(yyj3666-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46168,36 +46246,36 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3661 := z.EncBinary() - _ = yym3661 + yym3670 := z.EncBinary() + _ = yym3670 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3662 := !z.EncBinary() - yy2arr3662 := z.EncBasicHandle().StructToArray - var yyq3662 [2]bool - _, _, _ = yysep3662, yyq3662, yy2arr3662 - const yyr3662 bool = false - yyq3662[0] = x.Component != "" - yyq3662[1] = x.Host != "" - var yynn3662 int - if yyr3662 || yy2arr3662 { + yysep3671 := !z.EncBinary() + yy2arr3671 := z.EncBasicHandle().StructToArray + var yyq3671 [2]bool + _, _, _ = yysep3671, yyq3671, yy2arr3671 + const yyr3671 bool = false + yyq3671[0] = x.Component != "" + yyq3671[1] = x.Host != "" + var yynn3671 int + if yyr3671 || yy2arr3671 { r.EncodeArrayStart(2) } else { - yynn3662 = 0 - for _, b := range yyq3662 { + yynn3671 = 0 + for _, b := range yyq3671 { if b { - yynn3662++ + yynn3671++ } } - r.EncodeMapStart(yynn3662) - yynn3662 = 0 + r.EncodeMapStart(yynn3671) + yynn3671 = 0 } - if yyr3662 || yy2arr3662 { + if yyr3671 || yy2arr3671 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3662[0] { - yym3664 := z.EncBinary() - _ = yym3664 + if yyq3671[0] { + yym3673 := z.EncBinary() + _ = yym3673 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Component)) @@ -46206,23 +46284,23 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3662[0] { + if yyq3671[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("component")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3665 := z.EncBinary() - _ = yym3665 + yym3674 := z.EncBinary() + _ = yym3674 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Component)) } } } - if yyr3662 || yy2arr3662 { + if yyr3671 || yy2arr3671 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3662[1] { - yym3667 := z.EncBinary() - _ = yym3667 + if yyq3671[1] { + yym3676 := z.EncBinary() + _ = yym3676 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) @@ -46231,19 +46309,19 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3662[1] { + if yyq3671[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("host")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3668 := z.EncBinary() - _ = yym3668 + yym3677 := z.EncBinary() + _ = yym3677 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) } } } - if yyr3662 || yy2arr3662 { + if yyr3671 || yy2arr3671 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46256,25 +46334,25 @@ func (x *EventSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3669 := z.DecBinary() - _ = yym3669 + yym3678 := z.DecBinary() + _ = yym3678 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3670 := r.ContainerType() - if yyct3670 == codecSelferValueTypeMap1234 { - yyl3670 := r.ReadMapStart() - if yyl3670 == 0 { + yyct3679 := r.ContainerType() + if yyct3679 == codecSelferValueTypeMap1234 { + yyl3679 := r.ReadMapStart() + if yyl3679 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3670, d) + x.codecDecodeSelfFromMap(yyl3679, d) } - } else if yyct3670 == codecSelferValueTypeArray1234 { - yyl3670 := r.ReadArrayStart() - if yyl3670 == 0 { + } else if yyct3679 == codecSelferValueTypeArray1234 { + yyl3679 := r.ReadArrayStart() + if yyl3679 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3670, d) + x.codecDecodeSelfFromArray(yyl3679, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46286,12 +46364,12 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3671Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3671Slc - var yyhl3671 bool = l >= 0 - for yyj3671 := 0; ; yyj3671++ { - if yyhl3671 { - if yyj3671 >= l { + var yys3680Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3680Slc + var yyhl3680 bool = l >= 0 + for yyj3680 := 0; ; yyj3680++ { + if yyhl3680 { + if yyj3680 >= l { break } } else { @@ -46300,10 +46378,10 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3671Slc = r.DecodeBytes(yys3671Slc, true, true) - yys3671 := string(yys3671Slc) + yys3680Slc = r.DecodeBytes(yys3680Slc, true, true) + yys3680 := string(yys3680Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3671 { + switch yys3680 { case "component": if r.TryDecodeAsNil() { x.Component = "" @@ -46317,9 +46395,9 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Host = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3671) - } // end switch yys3671 - } // end for yyj3671 + z.DecStructFieldNotFound(-1, yys3680) + } // end switch yys3680 + } // end for yyj3680 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -46327,16 +46405,16 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3674 int - var yyb3674 bool - var yyhl3674 bool = l >= 0 - yyj3674++ - if yyhl3674 { - yyb3674 = yyj3674 > l + var yyj3683 int + var yyb3683 bool + var yyhl3683 bool = l >= 0 + yyj3683++ + if yyhl3683 { + yyb3683 = yyj3683 > l } else { - yyb3674 = r.CheckBreak() + yyb3683 = r.CheckBreak() } - if yyb3674 { + if yyb3683 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46346,13 +46424,13 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Component = string(r.DecodeString()) } - yyj3674++ - if yyhl3674 { - yyb3674 = yyj3674 > l + yyj3683++ + if yyhl3683 { + yyb3683 = yyj3683 > l } else { - yyb3674 = r.CheckBreak() + yyb3683 = r.CheckBreak() } - if yyb3674 { + if yyb3683 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46363,17 +46441,17 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Host = string(r.DecodeString()) } for { - yyj3674++ - if yyhl3674 { - yyb3674 = yyj3674 > l + yyj3683++ + if yyhl3683 { + yyb3683 = yyj3683 > l } else { - yyb3674 = r.CheckBreak() + yyb3683 = r.CheckBreak() } - if yyb3674 { + if yyb3683 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3674-1, "") + z.DecStructFieldNotFound(yyj3683-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46385,43 +46463,43 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3677 := z.EncBinary() - _ = yym3677 + yym3686 := z.EncBinary() + _ = yym3686 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3678 := !z.EncBinary() - yy2arr3678 := z.EncBasicHandle().StructToArray - var yyq3678 [11]bool - _, _, _ = yysep3678, yyq3678, yy2arr3678 - const yyr3678 bool = false - yyq3678[0] = x.Kind != "" - yyq3678[1] = x.APIVersion != "" - yyq3678[4] = x.Reason != "" - yyq3678[5] = x.Message != "" - yyq3678[6] = true - yyq3678[7] = true - yyq3678[8] = true - yyq3678[9] = x.Count != 0 - yyq3678[10] = x.Type != "" - var yynn3678 int - if yyr3678 || yy2arr3678 { + yysep3687 := !z.EncBinary() + yy2arr3687 := z.EncBasicHandle().StructToArray + var yyq3687 [11]bool + _, _, _ = yysep3687, yyq3687, yy2arr3687 + const yyr3687 bool = false + yyq3687[0] = x.Kind != "" + yyq3687[1] = x.APIVersion != "" + yyq3687[4] = x.Reason != "" + yyq3687[5] = x.Message != "" + yyq3687[6] = true + yyq3687[7] = true + yyq3687[8] = true + yyq3687[9] = x.Count != 0 + yyq3687[10] = x.Type != "" + var yynn3687 int + if yyr3687 || yy2arr3687 { r.EncodeArrayStart(11) } else { - yynn3678 = 2 - for _, b := range yyq3678 { + yynn3687 = 2 + for _, b := range yyq3687 { if b { - yynn3678++ + yynn3687++ } } - r.EncodeMapStart(yynn3678) - yynn3678 = 0 + r.EncodeMapStart(yynn3687) + yynn3687 = 0 } - if yyr3678 || yy2arr3678 { + if yyr3687 || yy2arr3687 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3678[0] { - yym3680 := z.EncBinary() - _ = yym3680 + if yyq3687[0] { + yym3689 := z.EncBinary() + _ = yym3689 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -46430,23 +46508,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3678[0] { + if yyq3687[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3681 := z.EncBinary() - _ = yym3681 + yym3690 := z.EncBinary() + _ = yym3690 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3678 || yy2arr3678 { + if yyr3687 || yy2arr3687 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3678[1] { - yym3683 := z.EncBinary() - _ = yym3683 + if yyq3687[1] { + yym3692 := z.EncBinary() + _ = yym3692 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -46455,45 +46533,45 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3678[1] { + if yyq3687[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3684 := z.EncBinary() - _ = yym3684 + yym3693 := z.EncBinary() + _ = yym3693 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3678 || yy2arr3678 { + if yyr3687 || yy2arr3687 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3686 := &x.ObjectMeta - yy3686.CodecEncodeSelf(e) + yy3695 := &x.ObjectMeta + yy3695.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3687 := &x.ObjectMeta - yy3687.CodecEncodeSelf(e) + yy3696 := &x.ObjectMeta + yy3696.CodecEncodeSelf(e) } - if yyr3678 || yy2arr3678 { + if yyr3687 || yy2arr3687 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3689 := &x.InvolvedObject - yy3689.CodecEncodeSelf(e) + yy3698 := &x.InvolvedObject + yy3698.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("involvedObject")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3690 := &x.InvolvedObject - yy3690.CodecEncodeSelf(e) + yy3699 := &x.InvolvedObject + yy3699.CodecEncodeSelf(e) } - if yyr3678 || yy2arr3678 { + if yyr3687 || yy2arr3687 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3678[4] { - yym3692 := z.EncBinary() - _ = yym3692 + if yyq3687[4] { + yym3701 := z.EncBinary() + _ = yym3701 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -46502,23 +46580,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3678[4] { + if yyq3687[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3693 := z.EncBinary() - _ = yym3693 + yym3702 := z.EncBinary() + _ = yym3702 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr3678 || yy2arr3678 { + if yyr3687 || yy2arr3687 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3678[5] { - yym3695 := z.EncBinary() - _ = yym3695 + if yyq3687[5] { + yym3704 := z.EncBinary() + _ = yym3704 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -46527,114 +46605,114 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3678[5] { + if yyq3687[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3696 := z.EncBinary() - _ = yym3696 + yym3705 := z.EncBinary() + _ = yym3705 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr3678 || yy2arr3678 { + if yyr3687 || yy2arr3687 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3678[6] { - yy3698 := &x.Source - yy3698.CodecEncodeSelf(e) + if yyq3687[6] { + yy3707 := &x.Source + yy3707.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3678[6] { + if yyq3687[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("source")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3699 := &x.Source - yy3699.CodecEncodeSelf(e) + yy3708 := &x.Source + yy3708.CodecEncodeSelf(e) } } - if yyr3678 || yy2arr3678 { + if yyr3687 || yy2arr3687 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3678[7] { - yy3701 := &x.FirstTimestamp - yym3702 := z.EncBinary() - _ = yym3702 + if yyq3687[7] { + yy3710 := &x.FirstTimestamp + yym3711 := z.EncBinary() + _ = yym3711 if false { - } else if z.HasExtensions() && z.EncExt(yy3701) { - } else if yym3702 { - z.EncBinaryMarshal(yy3701) - } else if !yym3702 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3701) + } else if z.HasExtensions() && z.EncExt(yy3710) { + } else if yym3711 { + z.EncBinaryMarshal(yy3710) + } else if !yym3711 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3710) } else { - z.EncFallback(yy3701) + z.EncFallback(yy3710) } } else { r.EncodeNil() } } else { - if yyq3678[7] { + if yyq3687[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("firstTimestamp")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3703 := &x.FirstTimestamp - yym3704 := z.EncBinary() - _ = yym3704 + yy3712 := &x.FirstTimestamp + yym3713 := z.EncBinary() + _ = yym3713 if false { - } else if z.HasExtensions() && z.EncExt(yy3703) { - } else if yym3704 { - z.EncBinaryMarshal(yy3703) - } else if !yym3704 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3703) + } else if z.HasExtensions() && z.EncExt(yy3712) { + } else if yym3713 { + z.EncBinaryMarshal(yy3712) + } else if !yym3713 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3712) } else { - z.EncFallback(yy3703) + z.EncFallback(yy3712) } } } - if yyr3678 || yy2arr3678 { + if yyr3687 || yy2arr3687 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3678[8] { - yy3706 := &x.LastTimestamp - yym3707 := z.EncBinary() - _ = yym3707 + if yyq3687[8] { + yy3715 := &x.LastTimestamp + yym3716 := z.EncBinary() + _ = yym3716 if false { - } else if z.HasExtensions() && z.EncExt(yy3706) { - } else if yym3707 { - z.EncBinaryMarshal(yy3706) - } else if !yym3707 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3706) + } else if z.HasExtensions() && z.EncExt(yy3715) { + } else if yym3716 { + z.EncBinaryMarshal(yy3715) + } else if !yym3716 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3715) } else { - z.EncFallback(yy3706) + z.EncFallback(yy3715) } } else { r.EncodeNil() } } else { - if yyq3678[8] { + if yyq3687[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastTimestamp")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3708 := &x.LastTimestamp - yym3709 := z.EncBinary() - _ = yym3709 + yy3717 := &x.LastTimestamp + yym3718 := z.EncBinary() + _ = yym3718 if false { - } else if z.HasExtensions() && z.EncExt(yy3708) { - } else if yym3709 { - z.EncBinaryMarshal(yy3708) - } else if !yym3709 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3708) + } else if z.HasExtensions() && z.EncExt(yy3717) { + } else if yym3718 { + z.EncBinaryMarshal(yy3717) + } else if !yym3718 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3717) } else { - z.EncFallback(yy3708) + z.EncFallback(yy3717) } } } - if yyr3678 || yy2arr3678 { + if yyr3687 || yy2arr3687 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3678[9] { - yym3711 := z.EncBinary() - _ = yym3711 + if yyq3687[9] { + yym3720 := z.EncBinary() + _ = yym3720 if false { } else { r.EncodeInt(int64(x.Count)) @@ -46643,23 +46721,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq3678[9] { + if yyq3687[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("count")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3712 := z.EncBinary() - _ = yym3712 + yym3721 := z.EncBinary() + _ = yym3721 if false { } else { r.EncodeInt(int64(x.Count)) } } } - if yyr3678 || yy2arr3678 { + if yyr3687 || yy2arr3687 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3678[10] { - yym3714 := z.EncBinary() - _ = yym3714 + if yyq3687[10] { + yym3723 := z.EncBinary() + _ = yym3723 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) @@ -46668,19 +46746,19 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3678[10] { + if yyq3687[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3715 := z.EncBinary() - _ = yym3715 + yym3724 := z.EncBinary() + _ = yym3724 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) } } } - if yyr3678 || yy2arr3678 { + if yyr3687 || yy2arr3687 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46693,25 +46771,25 @@ func (x *Event) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3716 := z.DecBinary() - _ = yym3716 + yym3725 := z.DecBinary() + _ = yym3725 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3717 := r.ContainerType() - if yyct3717 == codecSelferValueTypeMap1234 { - yyl3717 := r.ReadMapStart() - if yyl3717 == 0 { + yyct3726 := r.ContainerType() + if yyct3726 == codecSelferValueTypeMap1234 { + yyl3726 := r.ReadMapStart() + if yyl3726 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3717, d) + x.codecDecodeSelfFromMap(yyl3726, d) } - } else if yyct3717 == codecSelferValueTypeArray1234 { - yyl3717 := r.ReadArrayStart() - if yyl3717 == 0 { + } else if yyct3726 == codecSelferValueTypeArray1234 { + yyl3726 := r.ReadArrayStart() + if yyl3726 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3717, d) + x.codecDecodeSelfFromArray(yyl3726, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46723,12 +46801,12 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3718Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3718Slc - var yyhl3718 bool = l >= 0 - for yyj3718 := 0; ; yyj3718++ { - if yyhl3718 { - if yyj3718 >= l { + var yys3727Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3727Slc + var yyhl3727 bool = l >= 0 + for yyj3727 := 0; ; yyj3727++ { + if yyhl3727 { + if yyj3727 >= l { break } } else { @@ -46737,10 +46815,10 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3718Slc = r.DecodeBytes(yys3718Slc, true, true) - yys3718 := string(yys3718Slc) + yys3727Slc = r.DecodeBytes(yys3727Slc, true, true) + yys3727 := string(yys3727Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3718 { + switch yys3727 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -46757,15 +46835,15 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3721 := &x.ObjectMeta - yyv3721.CodecDecodeSelf(d) + yyv3730 := &x.ObjectMeta + yyv3730.CodecDecodeSelf(d) } case "involvedObject": if r.TryDecodeAsNil() { x.InvolvedObject = ObjectReference{} } else { - yyv3722 := &x.InvolvedObject - yyv3722.CodecDecodeSelf(d) + yyv3731 := &x.InvolvedObject + yyv3731.CodecDecodeSelf(d) } case "reason": if r.TryDecodeAsNil() { @@ -46783,41 +46861,41 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Source = EventSource{} } else { - yyv3725 := &x.Source - yyv3725.CodecDecodeSelf(d) + yyv3734 := &x.Source + yyv3734.CodecDecodeSelf(d) } case "firstTimestamp": if r.TryDecodeAsNil() { x.FirstTimestamp = pkg2_unversioned.Time{} } else { - yyv3726 := &x.FirstTimestamp - yym3727 := z.DecBinary() - _ = yym3727 + yyv3735 := &x.FirstTimestamp + yym3736 := z.DecBinary() + _ = yym3736 if false { - } else if z.HasExtensions() && z.DecExt(yyv3726) { - } else if yym3727 { - z.DecBinaryUnmarshal(yyv3726) - } else if !yym3727 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3726) + } else if z.HasExtensions() && z.DecExt(yyv3735) { + } else if yym3736 { + z.DecBinaryUnmarshal(yyv3735) + } else if !yym3736 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3735) } else { - z.DecFallback(yyv3726, false) + z.DecFallback(yyv3735, false) } } case "lastTimestamp": if r.TryDecodeAsNil() { x.LastTimestamp = pkg2_unversioned.Time{} } else { - yyv3728 := &x.LastTimestamp - yym3729 := z.DecBinary() - _ = yym3729 + yyv3737 := &x.LastTimestamp + yym3738 := z.DecBinary() + _ = yym3738 if false { - } else if z.HasExtensions() && z.DecExt(yyv3728) { - } else if yym3729 { - z.DecBinaryUnmarshal(yyv3728) - } else if !yym3729 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3728) + } else if z.HasExtensions() && z.DecExt(yyv3737) { + } else if yym3738 { + z.DecBinaryUnmarshal(yyv3737) + } else if !yym3738 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3737) } else { - z.DecFallback(yyv3728, false) + z.DecFallback(yyv3737, false) } } case "count": @@ -46833,9 +46911,9 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Type = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3718) - } // end switch yys3718 - } // end for yyj3718 + z.DecStructFieldNotFound(-1, yys3727) + } // end switch yys3727 + } // end for yyj3727 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -46843,16 +46921,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3732 int - var yyb3732 bool - var yyhl3732 bool = l >= 0 - yyj3732++ - if yyhl3732 { - yyb3732 = yyj3732 > l + var yyj3741 int + var yyb3741 bool + var yyhl3741 bool = l >= 0 + yyj3741++ + if yyhl3741 { + yyb3741 = yyj3741 > l } else { - yyb3732 = r.CheckBreak() + yyb3741 = r.CheckBreak() } - if yyb3732 { + if yyb3741 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46862,13 +46940,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3732++ - if yyhl3732 { - yyb3732 = yyj3732 > l + yyj3741++ + if yyhl3741 { + yyb3741 = yyj3741 > l } else { - yyb3732 = r.CheckBreak() + yyb3741 = r.CheckBreak() } - if yyb3732 { + if yyb3741 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46878,13 +46956,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3732++ - if yyhl3732 { - yyb3732 = yyj3732 > l + yyj3741++ + if yyhl3741 { + yyb3741 = yyj3741 > l } else { - yyb3732 = r.CheckBreak() + yyb3741 = r.CheckBreak() } - if yyb3732 { + if yyb3741 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46892,16 +46970,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3735 := &x.ObjectMeta - yyv3735.CodecDecodeSelf(d) + yyv3744 := &x.ObjectMeta + yyv3744.CodecDecodeSelf(d) } - yyj3732++ - if yyhl3732 { - yyb3732 = yyj3732 > l + yyj3741++ + if yyhl3741 { + yyb3741 = yyj3741 > l } else { - yyb3732 = r.CheckBreak() + yyb3741 = r.CheckBreak() } - if yyb3732 { + if yyb3741 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46909,16 +46987,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.InvolvedObject = ObjectReference{} } else { - yyv3736 := &x.InvolvedObject - yyv3736.CodecDecodeSelf(d) + yyv3745 := &x.InvolvedObject + yyv3745.CodecDecodeSelf(d) } - yyj3732++ - if yyhl3732 { - yyb3732 = yyj3732 > l + yyj3741++ + if yyhl3741 { + yyb3741 = yyj3741 > l } else { - yyb3732 = r.CheckBreak() + yyb3741 = r.CheckBreak() } - if yyb3732 { + if yyb3741 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46928,13 +47006,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj3732++ - if yyhl3732 { - yyb3732 = yyj3732 > l + yyj3741++ + if yyhl3741 { + yyb3741 = yyj3741 > l } else { - yyb3732 = r.CheckBreak() + yyb3741 = r.CheckBreak() } - if yyb3732 { + if yyb3741 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46944,13 +47022,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Message = string(r.DecodeString()) } - yyj3732++ - if yyhl3732 { - yyb3732 = yyj3732 > l + yyj3741++ + if yyhl3741 { + yyb3741 = yyj3741 > l } else { - yyb3732 = r.CheckBreak() + yyb3741 = r.CheckBreak() } - if yyb3732 { + if yyb3741 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46958,16 +47036,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Source = EventSource{} } else { - yyv3739 := &x.Source - yyv3739.CodecDecodeSelf(d) + yyv3748 := &x.Source + yyv3748.CodecDecodeSelf(d) } - yyj3732++ - if yyhl3732 { - yyb3732 = yyj3732 > l + yyj3741++ + if yyhl3741 { + yyb3741 = yyj3741 > l } else { - yyb3732 = r.CheckBreak() + yyb3741 = r.CheckBreak() } - if yyb3732 { + if yyb3741 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46975,26 +47053,26 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.FirstTimestamp = pkg2_unversioned.Time{} } else { - yyv3740 := &x.FirstTimestamp - yym3741 := z.DecBinary() - _ = yym3741 + yyv3749 := &x.FirstTimestamp + yym3750 := z.DecBinary() + _ = yym3750 if false { - } else if z.HasExtensions() && z.DecExt(yyv3740) { - } else if yym3741 { - z.DecBinaryUnmarshal(yyv3740) - } else if !yym3741 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3740) + } else if z.HasExtensions() && z.DecExt(yyv3749) { + } else if yym3750 { + z.DecBinaryUnmarshal(yyv3749) + } else if !yym3750 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3749) } else { - z.DecFallback(yyv3740, false) + z.DecFallback(yyv3749, false) } } - yyj3732++ - if yyhl3732 { - yyb3732 = yyj3732 > l + yyj3741++ + if yyhl3741 { + yyb3741 = yyj3741 > l } else { - yyb3732 = r.CheckBreak() + yyb3741 = r.CheckBreak() } - if yyb3732 { + if yyb3741 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47002,26 +47080,26 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTimestamp = pkg2_unversioned.Time{} } else { - yyv3742 := &x.LastTimestamp - yym3743 := z.DecBinary() - _ = yym3743 + yyv3751 := &x.LastTimestamp + yym3752 := z.DecBinary() + _ = yym3752 if false { - } else if z.HasExtensions() && z.DecExt(yyv3742) { - } else if yym3743 { - z.DecBinaryUnmarshal(yyv3742) - } else if !yym3743 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3742) + } else if z.HasExtensions() && z.DecExt(yyv3751) { + } else if yym3752 { + z.DecBinaryUnmarshal(yyv3751) + } else if !yym3752 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3751) } else { - z.DecFallback(yyv3742, false) + z.DecFallback(yyv3751, false) } } - yyj3732++ - if yyhl3732 { - yyb3732 = yyj3732 > l + yyj3741++ + if yyhl3741 { + yyb3741 = yyj3741 > l } else { - yyb3732 = r.CheckBreak() + yyb3741 = r.CheckBreak() } - if yyb3732 { + if yyb3741 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47031,13 +47109,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Count = int32(r.DecodeInt(32)) } - yyj3732++ - if yyhl3732 { - yyb3732 = yyj3732 > l + yyj3741++ + if yyhl3741 { + yyb3741 = yyj3741 > l } else { - yyb3732 = r.CheckBreak() + yyb3741 = r.CheckBreak() } - if yyb3732 { + if yyb3741 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47048,17 +47126,17 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Type = string(r.DecodeString()) } for { - yyj3732++ - if yyhl3732 { - yyb3732 = yyj3732 > l + yyj3741++ + if yyhl3741 { + yyb3741 = yyj3741 > l } else { - yyb3732 = r.CheckBreak() + yyb3741 = r.CheckBreak() } - if yyb3732 { + if yyb3741 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3732-1, "") + z.DecStructFieldNotFound(yyj3741-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47070,37 +47148,37 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3746 := z.EncBinary() - _ = yym3746 + yym3755 := z.EncBinary() + _ = yym3755 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3747 := !z.EncBinary() - yy2arr3747 := z.EncBasicHandle().StructToArray - var yyq3747 [4]bool - _, _, _ = yysep3747, yyq3747, yy2arr3747 - const yyr3747 bool = false - yyq3747[0] = x.Kind != "" - yyq3747[1] = x.APIVersion != "" - yyq3747[2] = true - var yynn3747 int - if yyr3747 || yy2arr3747 { + yysep3756 := !z.EncBinary() + yy2arr3756 := z.EncBasicHandle().StructToArray + var yyq3756 [4]bool + _, _, _ = yysep3756, yyq3756, yy2arr3756 + const yyr3756 bool = false + yyq3756[0] = x.Kind != "" + yyq3756[1] = x.APIVersion != "" + yyq3756[2] = true + var yynn3756 int + if yyr3756 || yy2arr3756 { r.EncodeArrayStart(4) } else { - yynn3747 = 1 - for _, b := range yyq3747 { + yynn3756 = 1 + for _, b := range yyq3756 { if b { - yynn3747++ + yynn3756++ } } - r.EncodeMapStart(yynn3747) - yynn3747 = 0 + r.EncodeMapStart(yynn3756) + yynn3756 = 0 } - if yyr3747 || yy2arr3747 { + if yyr3756 || yy2arr3756 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3747[0] { - yym3749 := z.EncBinary() - _ = yym3749 + if yyq3756[0] { + yym3758 := z.EncBinary() + _ = yym3758 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -47109,23 +47187,23 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3747[0] { + if yyq3756[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3750 := z.EncBinary() - _ = yym3750 + yym3759 := z.EncBinary() + _ = yym3759 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3747 || yy2arr3747 { + if yyr3756 || yy2arr3756 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3747[1] { - yym3752 := z.EncBinary() - _ = yym3752 + if yyq3756[1] { + yym3761 := z.EncBinary() + _ = yym3761 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -47134,54 +47212,54 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3747[1] { + if yyq3756[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3753 := z.EncBinary() - _ = yym3753 + yym3762 := z.EncBinary() + _ = yym3762 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3747 || yy2arr3747 { + if yyr3756 || yy2arr3756 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3747[2] { - yy3755 := &x.ListMeta - yym3756 := z.EncBinary() - _ = yym3756 + if yyq3756[2] { + yy3764 := &x.ListMeta + yym3765 := z.EncBinary() + _ = yym3765 if false { - } else if z.HasExtensions() && z.EncExt(yy3755) { + } else if z.HasExtensions() && z.EncExt(yy3764) { } else { - z.EncFallback(yy3755) + z.EncFallback(yy3764) } } else { r.EncodeNil() } } else { - if yyq3747[2] { + if yyq3756[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3757 := &x.ListMeta - yym3758 := z.EncBinary() - _ = yym3758 + yy3766 := &x.ListMeta + yym3767 := z.EncBinary() + _ = yym3767 if false { - } else if z.HasExtensions() && z.EncExt(yy3757) { + } else if z.HasExtensions() && z.EncExt(yy3766) { } else { - z.EncFallback(yy3757) + z.EncFallback(yy3766) } } } - if yyr3747 || yy2arr3747 { + if yyr3756 || yy2arr3756 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3760 := z.EncBinary() - _ = yym3760 + yym3769 := z.EncBinary() + _ = yym3769 if false { } else { h.encSliceEvent(([]Event)(x.Items), e) @@ -47194,15 +47272,15 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3761 := z.EncBinary() - _ = yym3761 + yym3770 := z.EncBinary() + _ = yym3770 if false { } else { h.encSliceEvent(([]Event)(x.Items), e) } } } - if yyr3747 || yy2arr3747 { + if yyr3756 || yy2arr3756 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47215,25 +47293,25 @@ func (x *EventList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3762 := z.DecBinary() - _ = yym3762 + yym3771 := z.DecBinary() + _ = yym3771 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3763 := r.ContainerType() - if yyct3763 == codecSelferValueTypeMap1234 { - yyl3763 := r.ReadMapStart() - if yyl3763 == 0 { + yyct3772 := r.ContainerType() + if yyct3772 == codecSelferValueTypeMap1234 { + yyl3772 := r.ReadMapStart() + if yyl3772 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3763, d) + x.codecDecodeSelfFromMap(yyl3772, d) } - } else if yyct3763 == codecSelferValueTypeArray1234 { - yyl3763 := r.ReadArrayStart() - if yyl3763 == 0 { + } else if yyct3772 == codecSelferValueTypeArray1234 { + yyl3772 := r.ReadArrayStart() + if yyl3772 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3763, d) + x.codecDecodeSelfFromArray(yyl3772, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -47245,12 +47323,12 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3764Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3764Slc - var yyhl3764 bool = l >= 0 - for yyj3764 := 0; ; yyj3764++ { - if yyhl3764 { - if yyj3764 >= l { + var yys3773Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3773Slc + var yyhl3773 bool = l >= 0 + for yyj3773 := 0; ; yyj3773++ { + if yyhl3773 { + if yyj3773 >= l { break } } else { @@ -47259,10 +47337,10 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3764Slc = r.DecodeBytes(yys3764Slc, true, true) - yys3764 := string(yys3764Slc) + yys3773Slc = r.DecodeBytes(yys3773Slc, true, true) + yys3773 := string(yys3773Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3764 { + switch yys3773 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -47279,31 +47357,31 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3767 := &x.ListMeta - yym3768 := z.DecBinary() - _ = yym3768 + yyv3776 := &x.ListMeta + yym3777 := z.DecBinary() + _ = yym3777 if false { - } else if z.HasExtensions() && z.DecExt(yyv3767) { + } else if z.HasExtensions() && z.DecExt(yyv3776) { } else { - z.DecFallback(yyv3767, false) + z.DecFallback(yyv3776, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3769 := &x.Items - yym3770 := z.DecBinary() - _ = yym3770 + yyv3778 := &x.Items + yym3779 := z.DecBinary() + _ = yym3779 if false { } else { - h.decSliceEvent((*[]Event)(yyv3769), d) + h.decSliceEvent((*[]Event)(yyv3778), d) } } default: - z.DecStructFieldNotFound(-1, yys3764) - } // end switch yys3764 - } // end for yyj3764 + z.DecStructFieldNotFound(-1, yys3773) + } // end switch yys3773 + } // end for yyj3773 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -47311,16 +47389,16 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3771 int - var yyb3771 bool - var yyhl3771 bool = l >= 0 - yyj3771++ - if yyhl3771 { - yyb3771 = yyj3771 > l + var yyj3780 int + var yyb3780 bool + var yyhl3780 bool = l >= 0 + yyj3780++ + if yyhl3780 { + yyb3780 = yyj3780 > l } else { - yyb3771 = r.CheckBreak() + yyb3780 = r.CheckBreak() } - if yyb3771 { + if yyb3780 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47330,13 +47408,13 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3771++ - if yyhl3771 { - yyb3771 = yyj3771 > l + yyj3780++ + if yyhl3780 { + yyb3780 = yyj3780 > l } else { - yyb3771 = r.CheckBreak() + yyb3780 = r.CheckBreak() } - if yyb3771 { + if yyb3780 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47346,13 +47424,13 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3771++ - if yyhl3771 { - yyb3771 = yyj3771 > l + yyj3780++ + if yyhl3780 { + yyb3780 = yyj3780 > l } else { - yyb3771 = r.CheckBreak() + yyb3780 = r.CheckBreak() } - if yyb3771 { + if yyb3780 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47360,22 +47438,22 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3774 := &x.ListMeta - yym3775 := z.DecBinary() - _ = yym3775 + yyv3783 := &x.ListMeta + yym3784 := z.DecBinary() + _ = yym3784 if false { - } else if z.HasExtensions() && z.DecExt(yyv3774) { + } else if z.HasExtensions() && z.DecExt(yyv3783) { } else { - z.DecFallback(yyv3774, false) + z.DecFallback(yyv3783, false) } } - yyj3771++ - if yyhl3771 { - yyb3771 = yyj3771 > l + yyj3780++ + if yyhl3780 { + yyb3780 = yyj3780 > l } else { - yyb3771 = r.CheckBreak() + yyb3780 = r.CheckBreak() } - if yyb3771 { + if yyb3780 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47383,26 +47461,26 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3776 := &x.Items - yym3777 := z.DecBinary() - _ = yym3777 + yyv3785 := &x.Items + yym3786 := z.DecBinary() + _ = yym3786 if false { } else { - h.decSliceEvent((*[]Event)(yyv3776), d) + h.decSliceEvent((*[]Event)(yyv3785), d) } } for { - yyj3771++ - if yyhl3771 { - yyb3771 = yyj3771 > l + yyj3780++ + if yyhl3780 { + yyb3780 = yyj3780 > l } else { - yyb3771 = r.CheckBreak() + yyb3780 = r.CheckBreak() } - if yyb3771 { + if yyb3780 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3771-1, "") + z.DecStructFieldNotFound(yyj3780-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47414,37 +47492,37 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3778 := z.EncBinary() - _ = yym3778 + yym3787 := z.EncBinary() + _ = yym3787 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3779 := !z.EncBinary() - yy2arr3779 := z.EncBasicHandle().StructToArray - var yyq3779 [4]bool - _, _, _ = yysep3779, yyq3779, yy2arr3779 - const yyr3779 bool = false - yyq3779[0] = x.Kind != "" - yyq3779[1] = x.APIVersion != "" - yyq3779[2] = true - var yynn3779 int - if yyr3779 || yy2arr3779 { + yysep3788 := !z.EncBinary() + yy2arr3788 := z.EncBasicHandle().StructToArray + var yyq3788 [4]bool + _, _, _ = yysep3788, yyq3788, yy2arr3788 + const yyr3788 bool = false + yyq3788[0] = x.Kind != "" + yyq3788[1] = x.APIVersion != "" + yyq3788[2] = true + var yynn3788 int + if yyr3788 || yy2arr3788 { r.EncodeArrayStart(4) } else { - yynn3779 = 1 - for _, b := range yyq3779 { + yynn3788 = 1 + for _, b := range yyq3788 { if b { - yynn3779++ + yynn3788++ } } - r.EncodeMapStart(yynn3779) - yynn3779 = 0 + r.EncodeMapStart(yynn3788) + yynn3788 = 0 } - if yyr3779 || yy2arr3779 { + if yyr3788 || yy2arr3788 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3779[0] { - yym3781 := z.EncBinary() - _ = yym3781 + if yyq3788[0] { + yym3790 := z.EncBinary() + _ = yym3790 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -47453,23 +47531,23 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3779[0] { + if yyq3788[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3782 := z.EncBinary() - _ = yym3782 + yym3791 := z.EncBinary() + _ = yym3791 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3779 || yy2arr3779 { + if yyr3788 || yy2arr3788 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3779[1] { - yym3784 := z.EncBinary() - _ = yym3784 + if yyq3788[1] { + yym3793 := z.EncBinary() + _ = yym3793 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -47478,54 +47556,54 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3779[1] { + if yyq3788[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3785 := z.EncBinary() - _ = yym3785 + yym3794 := z.EncBinary() + _ = yym3794 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3779 || yy2arr3779 { + if yyr3788 || yy2arr3788 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3779[2] { - yy3787 := &x.ListMeta - yym3788 := z.EncBinary() - _ = yym3788 + if yyq3788[2] { + yy3796 := &x.ListMeta + yym3797 := z.EncBinary() + _ = yym3797 if false { - } else if z.HasExtensions() && z.EncExt(yy3787) { + } else if z.HasExtensions() && z.EncExt(yy3796) { } else { - z.EncFallback(yy3787) + z.EncFallback(yy3796) } } else { r.EncodeNil() } } else { - if yyq3779[2] { + if yyq3788[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3789 := &x.ListMeta - yym3790 := z.EncBinary() - _ = yym3790 + yy3798 := &x.ListMeta + yym3799 := z.EncBinary() + _ = yym3799 if false { - } else if z.HasExtensions() && z.EncExt(yy3789) { + } else if z.HasExtensions() && z.EncExt(yy3798) { } else { - z.EncFallback(yy3789) + z.EncFallback(yy3798) } } } - if yyr3779 || yy2arr3779 { + if yyr3788 || yy2arr3788 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3792 := z.EncBinary() - _ = yym3792 + yym3801 := z.EncBinary() + _ = yym3801 if false { } else { h.encSliceruntime_RawExtension(([]pkg5_runtime.RawExtension)(x.Items), e) @@ -47538,15 +47616,15 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3793 := z.EncBinary() - _ = yym3793 + yym3802 := z.EncBinary() + _ = yym3802 if false { } else { h.encSliceruntime_RawExtension(([]pkg5_runtime.RawExtension)(x.Items), e) } } } - if yyr3779 || yy2arr3779 { + if yyr3788 || yy2arr3788 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47559,25 +47637,25 @@ func (x *List) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3794 := z.DecBinary() - _ = yym3794 + yym3803 := z.DecBinary() + _ = yym3803 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3795 := r.ContainerType() - if yyct3795 == codecSelferValueTypeMap1234 { - yyl3795 := r.ReadMapStart() - if yyl3795 == 0 { + yyct3804 := r.ContainerType() + if yyct3804 == codecSelferValueTypeMap1234 { + yyl3804 := r.ReadMapStart() + if yyl3804 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3795, d) + x.codecDecodeSelfFromMap(yyl3804, d) } - } else if yyct3795 == codecSelferValueTypeArray1234 { - yyl3795 := r.ReadArrayStart() - if yyl3795 == 0 { + } else if yyct3804 == codecSelferValueTypeArray1234 { + yyl3804 := r.ReadArrayStart() + if yyl3804 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3795, d) + x.codecDecodeSelfFromArray(yyl3804, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -47589,12 +47667,12 @@ func (x *List) 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 yys3805Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3805Slc + var yyhl3805 bool = l >= 0 + for yyj3805 := 0; ; yyj3805++ { + if yyhl3805 { + if yyj3805 >= l { break } } else { @@ -47603,10 +47681,10 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3796Slc = r.DecodeBytes(yys3796Slc, true, true) - yys3796 := string(yys3796Slc) + yys3805Slc = r.DecodeBytes(yys3805Slc, true, true) + yys3805 := string(yys3805Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3796 { + switch yys3805 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -47623,31 +47701,31 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3799 := &x.ListMeta - yym3800 := z.DecBinary() - _ = yym3800 + yyv3808 := &x.ListMeta + yym3809 := z.DecBinary() + _ = yym3809 if false { - } else if z.HasExtensions() && z.DecExt(yyv3799) { + } else if z.HasExtensions() && z.DecExt(yyv3808) { } else { - z.DecFallback(yyv3799, false) + z.DecFallback(yyv3808, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3801 := &x.Items - yym3802 := z.DecBinary() - _ = yym3802 + yyv3810 := &x.Items + yym3811 := z.DecBinary() + _ = yym3811 if false { } else { - h.decSliceruntime_RawExtension((*[]pkg5_runtime.RawExtension)(yyv3801), d) + h.decSliceruntime_RawExtension((*[]pkg5_runtime.RawExtension)(yyv3810), d) } } default: - z.DecStructFieldNotFound(-1, yys3796) - } // end switch yys3796 - } // end for yyj3796 + z.DecStructFieldNotFound(-1, yys3805) + } // end switch yys3805 + } // end for yyj3805 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -47655,16 +47733,16 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3803 int - var yyb3803 bool - var yyhl3803 bool = l >= 0 - yyj3803++ - if yyhl3803 { - yyb3803 = yyj3803 > l + var yyj3812 int + var yyb3812 bool + var yyhl3812 bool = l >= 0 + yyj3812++ + if yyhl3812 { + yyb3812 = yyj3812 > l } else { - yyb3803 = r.CheckBreak() + yyb3812 = r.CheckBreak() } - if yyb3803 { + if yyb3812 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47674,13 +47752,13 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3803++ - if yyhl3803 { - yyb3803 = yyj3803 > l + yyj3812++ + if yyhl3812 { + yyb3812 = yyj3812 > l } else { - yyb3803 = r.CheckBreak() + yyb3812 = r.CheckBreak() } - if yyb3803 { + if yyb3812 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47690,13 +47768,13 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3803++ - if yyhl3803 { - yyb3803 = yyj3803 > l + yyj3812++ + if yyhl3812 { + yyb3812 = yyj3812 > l } else { - yyb3803 = r.CheckBreak() + yyb3812 = r.CheckBreak() } - if yyb3803 { + if yyb3812 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47704,22 +47782,22 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3806 := &x.ListMeta - yym3807 := z.DecBinary() - _ = yym3807 + yyv3815 := &x.ListMeta + yym3816 := z.DecBinary() + _ = yym3816 if false { - } else if z.HasExtensions() && z.DecExt(yyv3806) { + } else if z.HasExtensions() && z.DecExt(yyv3815) { } else { - z.DecFallback(yyv3806, false) + z.DecFallback(yyv3815, false) } } - yyj3803++ - if yyhl3803 { - yyb3803 = yyj3803 > l + yyj3812++ + if yyhl3812 { + yyb3812 = yyj3812 > l } else { - yyb3803 = r.CheckBreak() + yyb3812 = r.CheckBreak() } - if yyb3803 { + if yyb3812 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47727,26 +47805,26 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3808 := &x.Items - yym3809 := z.DecBinary() - _ = yym3809 + yyv3817 := &x.Items + yym3818 := z.DecBinary() + _ = yym3818 if false { } else { - h.decSliceruntime_RawExtension((*[]pkg5_runtime.RawExtension)(yyv3808), d) + h.decSliceruntime_RawExtension((*[]pkg5_runtime.RawExtension)(yyv3817), d) } } for { - yyj3803++ - if yyhl3803 { - yyb3803 = yyj3803 > l + yyj3812++ + if yyhl3812 { + yyb3812 = yyj3812 > l } else { - yyb3803 = r.CheckBreak() + yyb3812 = r.CheckBreak() } - if yyb3803 { + if yyb3812 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3803-1, "") + z.DecStructFieldNotFound(yyj3812-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47755,8 +47833,8 @@ func (x LimitType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3810 := z.EncBinary() - _ = yym3810 + yym3819 := z.EncBinary() + _ = yym3819 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -47768,8 +47846,8 @@ func (x *LimitType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3811 := z.DecBinary() - _ = yym3811 + yym3820 := z.DecBinary() + _ = yym3820 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -47784,53 +47862,53 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3812 := z.EncBinary() - _ = yym3812 + yym3821 := z.EncBinary() + _ = yym3821 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3813 := !z.EncBinary() - yy2arr3813 := z.EncBasicHandle().StructToArray - var yyq3813 [6]bool - _, _, _ = yysep3813, yyq3813, yy2arr3813 - const yyr3813 bool = false - yyq3813[0] = x.Type != "" - yyq3813[1] = len(x.Max) != 0 - yyq3813[2] = len(x.Min) != 0 - yyq3813[3] = len(x.Default) != 0 - yyq3813[4] = len(x.DefaultRequest) != 0 - yyq3813[5] = len(x.MaxLimitRequestRatio) != 0 - var yynn3813 int - if yyr3813 || yy2arr3813 { + yysep3822 := !z.EncBinary() + yy2arr3822 := z.EncBasicHandle().StructToArray + var yyq3822 [6]bool + _, _, _ = yysep3822, yyq3822, yy2arr3822 + const yyr3822 bool = false + yyq3822[0] = x.Type != "" + yyq3822[1] = len(x.Max) != 0 + yyq3822[2] = len(x.Min) != 0 + yyq3822[3] = len(x.Default) != 0 + yyq3822[4] = len(x.DefaultRequest) != 0 + yyq3822[5] = len(x.MaxLimitRequestRatio) != 0 + var yynn3822 int + if yyr3822 || yy2arr3822 { r.EncodeArrayStart(6) } else { - yynn3813 = 0 - for _, b := range yyq3813 { + yynn3822 = 0 + for _, b := range yyq3822 { if b { - yynn3813++ + yynn3822++ } } - r.EncodeMapStart(yynn3813) - yynn3813 = 0 + r.EncodeMapStart(yynn3822) + yynn3822 = 0 } - if yyr3813 || yy2arr3813 { + if yyr3822 || yy2arr3822 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3813[0] { + if yyq3822[0] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3813[0] { + if yyq3822[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr3813 || yy2arr3813 { + if yyr3822 || yy2arr3822 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3813[1] { + if yyq3822[1] { if x.Max == nil { r.EncodeNil() } else { @@ -47840,7 +47918,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3813[1] { + if yyq3822[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("max")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -47851,9 +47929,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3813 || yy2arr3813 { + if yyr3822 || yy2arr3822 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3813[2] { + if yyq3822[2] { if x.Min == nil { r.EncodeNil() } else { @@ -47863,7 +47941,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3813[2] { + if yyq3822[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("min")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -47874,9 +47952,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3813 || yy2arr3813 { + if yyr3822 || yy2arr3822 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3813[3] { + if yyq3822[3] { if x.Default == nil { r.EncodeNil() } else { @@ -47886,7 +47964,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3813[3] { + if yyq3822[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("default")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -47897,9 +47975,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3813 || yy2arr3813 { + if yyr3822 || yy2arr3822 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3813[4] { + if yyq3822[4] { if x.DefaultRequest == nil { r.EncodeNil() } else { @@ -47909,7 +47987,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3813[4] { + if yyq3822[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("defaultRequest")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -47920,9 +47998,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3813 || yy2arr3813 { + if yyr3822 || yy2arr3822 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3813[5] { + if yyq3822[5] { if x.MaxLimitRequestRatio == nil { r.EncodeNil() } else { @@ -47932,7 +48010,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3813[5] { + if yyq3822[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("maxLimitRequestRatio")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -47943,7 +48021,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3813 || yy2arr3813 { + if yyr3822 || yy2arr3822 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47956,25 +48034,25 @@ func (x *LimitRangeItem) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3820 := z.DecBinary() - _ = yym3820 + yym3829 := z.DecBinary() + _ = yym3829 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3821 := r.ContainerType() - if yyct3821 == codecSelferValueTypeMap1234 { - yyl3821 := r.ReadMapStart() - if yyl3821 == 0 { + yyct3830 := r.ContainerType() + if yyct3830 == codecSelferValueTypeMap1234 { + yyl3830 := r.ReadMapStart() + if yyl3830 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3821, d) + x.codecDecodeSelfFromMap(yyl3830, d) } - } else if yyct3821 == codecSelferValueTypeArray1234 { - yyl3821 := r.ReadArrayStart() - if yyl3821 == 0 { + } else if yyct3830 == codecSelferValueTypeArray1234 { + yyl3830 := r.ReadArrayStart() + if yyl3830 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3821, d) + x.codecDecodeSelfFromArray(yyl3830, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -47986,12 +48064,12 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3822Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3822Slc - var yyhl3822 bool = l >= 0 - for yyj3822 := 0; ; yyj3822++ { - if yyhl3822 { - if yyj3822 >= l { + var yys3831Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3831Slc + var yyhl3831 bool = l >= 0 + for yyj3831 := 0; ; yyj3831++ { + if yyhl3831 { + if yyj3831 >= l { break } } else { @@ -48000,10 +48078,10 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3822Slc = r.DecodeBytes(yys3822Slc, true, true) - yys3822 := string(yys3822Slc) + yys3831Slc = r.DecodeBytes(yys3831Slc, true, true) + yys3831 := string(yys3831Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3822 { + switch yys3831 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -48014,41 +48092,41 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Max = nil } else { - yyv3824 := &x.Max - yyv3824.CodecDecodeSelf(d) + yyv3833 := &x.Max + yyv3833.CodecDecodeSelf(d) } case "min": if r.TryDecodeAsNil() { x.Min = nil } else { - yyv3825 := &x.Min - yyv3825.CodecDecodeSelf(d) + yyv3834 := &x.Min + yyv3834.CodecDecodeSelf(d) } case "default": if r.TryDecodeAsNil() { x.Default = nil } else { - yyv3826 := &x.Default - yyv3826.CodecDecodeSelf(d) + yyv3835 := &x.Default + yyv3835.CodecDecodeSelf(d) } case "defaultRequest": if r.TryDecodeAsNil() { x.DefaultRequest = nil } else { - yyv3827 := &x.DefaultRequest - yyv3827.CodecDecodeSelf(d) + yyv3836 := &x.DefaultRequest + yyv3836.CodecDecodeSelf(d) } case "maxLimitRequestRatio": if r.TryDecodeAsNil() { x.MaxLimitRequestRatio = nil } else { - yyv3828 := &x.MaxLimitRequestRatio - yyv3828.CodecDecodeSelf(d) + yyv3837 := &x.MaxLimitRequestRatio + yyv3837.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3822) - } // end switch yys3822 - } // end for yyj3822 + z.DecStructFieldNotFound(-1, yys3831) + } // end switch yys3831 + } // end for yyj3831 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48056,16 +48134,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3829 int - var yyb3829 bool - var yyhl3829 bool = l >= 0 - yyj3829++ - if yyhl3829 { - yyb3829 = yyj3829 > l + var yyj3838 int + var yyb3838 bool + var yyhl3838 bool = l >= 0 + yyj3838++ + if yyhl3838 { + yyb3838 = yyj3838 > l } else { - yyb3829 = r.CheckBreak() + yyb3838 = r.CheckBreak() } - if yyb3829 { + if yyb3838 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48075,13 +48153,13 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = LimitType(r.DecodeString()) } - yyj3829++ - if yyhl3829 { - yyb3829 = yyj3829 > l + yyj3838++ + if yyhl3838 { + yyb3838 = yyj3838 > l } else { - yyb3829 = r.CheckBreak() + yyb3838 = r.CheckBreak() } - if yyb3829 { + if yyb3838 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48089,16 +48167,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Max = nil } else { - yyv3831 := &x.Max - yyv3831.CodecDecodeSelf(d) + yyv3840 := &x.Max + yyv3840.CodecDecodeSelf(d) } - yyj3829++ - if yyhl3829 { - yyb3829 = yyj3829 > l + yyj3838++ + if yyhl3838 { + yyb3838 = yyj3838 > l } else { - yyb3829 = r.CheckBreak() + yyb3838 = r.CheckBreak() } - if yyb3829 { + if yyb3838 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48106,16 +48184,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Min = nil } else { - yyv3832 := &x.Min - yyv3832.CodecDecodeSelf(d) + yyv3841 := &x.Min + yyv3841.CodecDecodeSelf(d) } - yyj3829++ - if yyhl3829 { - yyb3829 = yyj3829 > l + yyj3838++ + if yyhl3838 { + yyb3838 = yyj3838 > l } else { - yyb3829 = r.CheckBreak() + yyb3838 = r.CheckBreak() } - if yyb3829 { + if yyb3838 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48123,16 +48201,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Default = nil } else { - yyv3833 := &x.Default - yyv3833.CodecDecodeSelf(d) + yyv3842 := &x.Default + yyv3842.CodecDecodeSelf(d) } - yyj3829++ - if yyhl3829 { - yyb3829 = yyj3829 > l + yyj3838++ + if yyhl3838 { + yyb3838 = yyj3838 > l } else { - yyb3829 = r.CheckBreak() + yyb3838 = r.CheckBreak() } - if yyb3829 { + if yyb3838 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48140,16 +48218,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DefaultRequest = nil } else { - yyv3834 := &x.DefaultRequest - yyv3834.CodecDecodeSelf(d) + yyv3843 := &x.DefaultRequest + yyv3843.CodecDecodeSelf(d) } - yyj3829++ - if yyhl3829 { - yyb3829 = yyj3829 > l + yyj3838++ + if yyhl3838 { + yyb3838 = yyj3838 > l } else { - yyb3829 = r.CheckBreak() + yyb3838 = r.CheckBreak() } - if yyb3829 { + if yyb3838 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48157,21 +48235,21 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.MaxLimitRequestRatio = nil } else { - yyv3835 := &x.MaxLimitRequestRatio - yyv3835.CodecDecodeSelf(d) + yyv3844 := &x.MaxLimitRequestRatio + yyv3844.CodecDecodeSelf(d) } for { - yyj3829++ - if yyhl3829 { - yyb3829 = yyj3829 > l + yyj3838++ + if yyhl3838 { + yyb3838 = yyj3838 > l } else { - yyb3829 = r.CheckBreak() + yyb3838 = r.CheckBreak() } - if yyb3829 { + if yyb3838 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3829-1, "") + z.DecStructFieldNotFound(yyj3838-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48183,36 +48261,36 @@ func (x *LimitRangeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3836 := z.EncBinary() - _ = yym3836 + yym3845 := z.EncBinary() + _ = yym3845 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3837 := !z.EncBinary() - yy2arr3837 := z.EncBasicHandle().StructToArray - var yyq3837 [1]bool - _, _, _ = yysep3837, yyq3837, yy2arr3837 - const yyr3837 bool = false - var yynn3837 int - if yyr3837 || yy2arr3837 { + yysep3846 := !z.EncBinary() + yy2arr3846 := z.EncBasicHandle().StructToArray + var yyq3846 [1]bool + _, _, _ = yysep3846, yyq3846, yy2arr3846 + const yyr3846 bool = false + var yynn3846 int + if yyr3846 || yy2arr3846 { r.EncodeArrayStart(1) } else { - yynn3837 = 1 - for _, b := range yyq3837 { + yynn3846 = 1 + for _, b := range yyq3846 { if b { - yynn3837++ + yynn3846++ } } - r.EncodeMapStart(yynn3837) - yynn3837 = 0 + r.EncodeMapStart(yynn3846) + yynn3846 = 0 } - if yyr3837 || yy2arr3837 { + if yyr3846 || yy2arr3846 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Limits == nil { r.EncodeNil() } else { - yym3839 := z.EncBinary() - _ = yym3839 + yym3848 := z.EncBinary() + _ = yym3848 if false { } else { h.encSliceLimitRangeItem(([]LimitRangeItem)(x.Limits), e) @@ -48225,15 +48303,15 @@ func (x *LimitRangeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Limits == nil { r.EncodeNil() } else { - yym3840 := z.EncBinary() - _ = yym3840 + yym3849 := z.EncBinary() + _ = yym3849 if false { } else { h.encSliceLimitRangeItem(([]LimitRangeItem)(x.Limits), e) } } } - if yyr3837 || yy2arr3837 { + if yyr3846 || yy2arr3846 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48246,25 +48324,25 @@ func (x *LimitRangeSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3841 := z.DecBinary() - _ = yym3841 + yym3850 := z.DecBinary() + _ = yym3850 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3842 := r.ContainerType() - if yyct3842 == codecSelferValueTypeMap1234 { - yyl3842 := r.ReadMapStart() - if yyl3842 == 0 { + yyct3851 := r.ContainerType() + if yyct3851 == codecSelferValueTypeMap1234 { + yyl3851 := r.ReadMapStart() + if yyl3851 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3842, d) + x.codecDecodeSelfFromMap(yyl3851, d) } - } else if yyct3842 == codecSelferValueTypeArray1234 { - yyl3842 := r.ReadArrayStart() - if yyl3842 == 0 { + } else if yyct3851 == codecSelferValueTypeArray1234 { + yyl3851 := r.ReadArrayStart() + if yyl3851 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3842, d) + x.codecDecodeSelfFromArray(yyl3851, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -48276,12 +48354,12 @@ func (x *LimitRangeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3843Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3843Slc - var yyhl3843 bool = l >= 0 - for yyj3843 := 0; ; yyj3843++ { - if yyhl3843 { - if yyj3843 >= l { + var yys3852Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3852Slc + var yyhl3852 bool = l >= 0 + for yyj3852 := 0; ; yyj3852++ { + if yyhl3852 { + if yyj3852 >= l { break } } else { @@ -48290,26 +48368,26 @@ func (x *LimitRangeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3843Slc = r.DecodeBytes(yys3843Slc, true, true) - yys3843 := string(yys3843Slc) + yys3852Slc = r.DecodeBytes(yys3852Slc, true, true) + yys3852 := string(yys3852Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3843 { + switch yys3852 { case "limits": if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv3844 := &x.Limits - yym3845 := z.DecBinary() - _ = yym3845 + yyv3853 := &x.Limits + yym3854 := z.DecBinary() + _ = yym3854 if false { } else { - h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3844), d) + h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3853), d) } } default: - z.DecStructFieldNotFound(-1, yys3843) - } // end switch yys3843 - } // end for yyj3843 + z.DecStructFieldNotFound(-1, yys3852) + } // end switch yys3852 + } // end for yyj3852 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48317,16 +48395,16 @@ func (x *LimitRangeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3846 int - var yyb3846 bool - var yyhl3846 bool = l >= 0 - yyj3846++ - if yyhl3846 { - yyb3846 = yyj3846 > l + var yyj3855 int + var yyb3855 bool + var yyhl3855 bool = l >= 0 + yyj3855++ + if yyhl3855 { + yyb3855 = yyj3855 > l } else { - yyb3846 = r.CheckBreak() + yyb3855 = r.CheckBreak() } - if yyb3846 { + if yyb3855 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48334,26 +48412,26 @@ func (x *LimitRangeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv3847 := &x.Limits - yym3848 := z.DecBinary() - _ = yym3848 + yyv3856 := &x.Limits + yym3857 := z.DecBinary() + _ = yym3857 if false { } else { - h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3847), d) + h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3856), d) } } for { - yyj3846++ - if yyhl3846 { - yyb3846 = yyj3846 > l + yyj3855++ + if yyhl3855 { + yyb3855 = yyj3855 > l } else { - yyb3846 = r.CheckBreak() + yyb3855 = r.CheckBreak() } - if yyb3846 { + if yyb3855 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3846-1, "") + z.DecStructFieldNotFound(yyj3855-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48365,38 +48443,38 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3849 := z.EncBinary() - _ = yym3849 + yym3858 := z.EncBinary() + _ = yym3858 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3850 := !z.EncBinary() - yy2arr3850 := z.EncBasicHandle().StructToArray - var yyq3850 [4]bool - _, _, _ = yysep3850, yyq3850, yy2arr3850 - const yyr3850 bool = false - yyq3850[0] = x.Kind != "" - yyq3850[1] = x.APIVersion != "" - yyq3850[2] = true - yyq3850[3] = true - var yynn3850 int - if yyr3850 || yy2arr3850 { + yysep3859 := !z.EncBinary() + yy2arr3859 := z.EncBasicHandle().StructToArray + var yyq3859 [4]bool + _, _, _ = yysep3859, yyq3859, yy2arr3859 + const yyr3859 bool = false + yyq3859[0] = x.Kind != "" + yyq3859[1] = x.APIVersion != "" + yyq3859[2] = true + yyq3859[3] = true + var yynn3859 int + if yyr3859 || yy2arr3859 { r.EncodeArrayStart(4) } else { - yynn3850 = 0 - for _, b := range yyq3850 { + yynn3859 = 0 + for _, b := range yyq3859 { if b { - yynn3850++ + yynn3859++ } } - r.EncodeMapStart(yynn3850) - yynn3850 = 0 + r.EncodeMapStart(yynn3859) + yynn3859 = 0 } - if yyr3850 || yy2arr3850 { + if yyr3859 || yy2arr3859 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3850[0] { - yym3852 := z.EncBinary() - _ = yym3852 + if yyq3859[0] { + yym3861 := z.EncBinary() + _ = yym3861 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -48405,23 +48483,23 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3850[0] { + if yyq3859[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3853 := z.EncBinary() - _ = yym3853 + yym3862 := z.EncBinary() + _ = yym3862 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3850 || yy2arr3850 { + if yyr3859 || yy2arr3859 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3850[1] { - yym3855 := z.EncBinary() - _ = yym3855 + if yyq3859[1] { + yym3864 := z.EncBinary() + _ = yym3864 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -48430,53 +48508,53 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3850[1] { + if yyq3859[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3856 := z.EncBinary() - _ = yym3856 + yym3865 := z.EncBinary() + _ = yym3865 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3850 || yy2arr3850 { + if yyr3859 || yy2arr3859 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3850[2] { - yy3858 := &x.ObjectMeta - yy3858.CodecEncodeSelf(e) + if yyq3859[2] { + yy3867 := &x.ObjectMeta + yy3867.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3850[2] { + if yyq3859[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3859 := &x.ObjectMeta - yy3859.CodecEncodeSelf(e) + yy3868 := &x.ObjectMeta + yy3868.CodecEncodeSelf(e) } } - if yyr3850 || yy2arr3850 { + if yyr3859 || yy2arr3859 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3850[3] { - yy3861 := &x.Spec - yy3861.CodecEncodeSelf(e) + if yyq3859[3] { + yy3870 := &x.Spec + yy3870.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3850[3] { + if yyq3859[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3862 := &x.Spec - yy3862.CodecEncodeSelf(e) + yy3871 := &x.Spec + yy3871.CodecEncodeSelf(e) } } - if yyr3850 || yy2arr3850 { + if yyr3859 || yy2arr3859 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48489,25 +48567,25 @@ func (x *LimitRange) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3863 := z.DecBinary() - _ = yym3863 + yym3872 := z.DecBinary() + _ = yym3872 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3864 := r.ContainerType() - if yyct3864 == codecSelferValueTypeMap1234 { - yyl3864 := r.ReadMapStart() - if yyl3864 == 0 { + yyct3873 := r.ContainerType() + if yyct3873 == codecSelferValueTypeMap1234 { + yyl3873 := r.ReadMapStart() + if yyl3873 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3864, d) + x.codecDecodeSelfFromMap(yyl3873, d) } - } else if yyct3864 == codecSelferValueTypeArray1234 { - yyl3864 := r.ReadArrayStart() - if yyl3864 == 0 { + } else if yyct3873 == codecSelferValueTypeArray1234 { + yyl3873 := r.ReadArrayStart() + if yyl3873 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3864, d) + x.codecDecodeSelfFromArray(yyl3873, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -48519,12 +48597,12 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3865Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3865Slc - var yyhl3865 bool = l >= 0 - for yyj3865 := 0; ; yyj3865++ { - if yyhl3865 { - if yyj3865 >= l { + var yys3874Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3874Slc + var yyhl3874 bool = l >= 0 + for yyj3874 := 0; ; yyj3874++ { + if yyhl3874 { + if yyj3874 >= l { break } } else { @@ -48533,10 +48611,10 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3865Slc = r.DecodeBytes(yys3865Slc, true, true) - yys3865 := string(yys3865Slc) + yys3874Slc = r.DecodeBytes(yys3874Slc, true, true) + yys3874 := string(yys3874Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3865 { + switch yys3874 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -48553,20 +48631,20 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3868 := &x.ObjectMeta - yyv3868.CodecDecodeSelf(d) + yyv3877 := &x.ObjectMeta + yyv3877.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = LimitRangeSpec{} } else { - yyv3869 := &x.Spec - yyv3869.CodecDecodeSelf(d) + yyv3878 := &x.Spec + yyv3878.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3865) - } // end switch yys3865 - } // end for yyj3865 + z.DecStructFieldNotFound(-1, yys3874) + } // end switch yys3874 + } // end for yyj3874 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48574,16 +48652,16 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3870 int - var yyb3870 bool - var yyhl3870 bool = l >= 0 - yyj3870++ - if yyhl3870 { - yyb3870 = yyj3870 > l + var yyj3879 int + var yyb3879 bool + var yyhl3879 bool = l >= 0 + yyj3879++ + if yyhl3879 { + yyb3879 = yyj3879 > l } else { - yyb3870 = r.CheckBreak() + yyb3879 = r.CheckBreak() } - if yyb3870 { + if yyb3879 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48593,13 +48671,13 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3870++ - if yyhl3870 { - yyb3870 = yyj3870 > l + yyj3879++ + if yyhl3879 { + yyb3879 = yyj3879 > l } else { - yyb3870 = r.CheckBreak() + yyb3879 = r.CheckBreak() } - if yyb3870 { + if yyb3879 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48609,13 +48687,13 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3870++ - if yyhl3870 { - yyb3870 = yyj3870 > l + yyj3879++ + if yyhl3879 { + yyb3879 = yyj3879 > l } else { - yyb3870 = r.CheckBreak() + yyb3879 = r.CheckBreak() } - if yyb3870 { + if yyb3879 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48623,16 +48701,16 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3873 := &x.ObjectMeta - yyv3873.CodecDecodeSelf(d) + yyv3882 := &x.ObjectMeta + yyv3882.CodecDecodeSelf(d) } - yyj3870++ - if yyhl3870 { - yyb3870 = yyj3870 > l + yyj3879++ + if yyhl3879 { + yyb3879 = yyj3879 > l } else { - yyb3870 = r.CheckBreak() + yyb3879 = r.CheckBreak() } - if yyb3870 { + if yyb3879 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48640,21 +48718,21 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = LimitRangeSpec{} } else { - yyv3874 := &x.Spec - yyv3874.CodecDecodeSelf(d) + yyv3883 := &x.Spec + yyv3883.CodecDecodeSelf(d) } for { - yyj3870++ - if yyhl3870 { - yyb3870 = yyj3870 > l + yyj3879++ + if yyhl3879 { + yyb3879 = yyj3879 > l } else { - yyb3870 = r.CheckBreak() + yyb3879 = r.CheckBreak() } - if yyb3870 { + if yyb3879 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3870-1, "") + z.DecStructFieldNotFound(yyj3879-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48666,37 +48744,37 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3875 := z.EncBinary() - _ = yym3875 + yym3884 := z.EncBinary() + _ = yym3884 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3876 := !z.EncBinary() - yy2arr3876 := z.EncBasicHandle().StructToArray - var yyq3876 [4]bool - _, _, _ = yysep3876, yyq3876, yy2arr3876 - const yyr3876 bool = false - yyq3876[0] = x.Kind != "" - yyq3876[1] = x.APIVersion != "" - yyq3876[2] = true - var yynn3876 int - if yyr3876 || yy2arr3876 { + yysep3885 := !z.EncBinary() + yy2arr3885 := z.EncBasicHandle().StructToArray + var yyq3885 [4]bool + _, _, _ = yysep3885, yyq3885, yy2arr3885 + const yyr3885 bool = false + yyq3885[0] = x.Kind != "" + yyq3885[1] = x.APIVersion != "" + yyq3885[2] = true + var yynn3885 int + if yyr3885 || yy2arr3885 { r.EncodeArrayStart(4) } else { - yynn3876 = 1 - for _, b := range yyq3876 { + yynn3885 = 1 + for _, b := range yyq3885 { if b { - yynn3876++ + yynn3885++ } } - r.EncodeMapStart(yynn3876) - yynn3876 = 0 + r.EncodeMapStart(yynn3885) + yynn3885 = 0 } - if yyr3876 || yy2arr3876 { + if yyr3885 || yy2arr3885 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3876[0] { - yym3878 := z.EncBinary() - _ = yym3878 + if yyq3885[0] { + yym3887 := z.EncBinary() + _ = yym3887 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -48705,23 +48783,23 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3876[0] { + if yyq3885[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3879 := z.EncBinary() - _ = yym3879 + yym3888 := z.EncBinary() + _ = yym3888 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3876 || yy2arr3876 { + if yyr3885 || yy2arr3885 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3876[1] { - yym3881 := z.EncBinary() - _ = yym3881 + if yyq3885[1] { + yym3890 := z.EncBinary() + _ = yym3890 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -48730,54 +48808,54 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3876[1] { + if yyq3885[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3882 := z.EncBinary() - _ = yym3882 + yym3891 := z.EncBinary() + _ = yym3891 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3876 || yy2arr3876 { + if yyr3885 || yy2arr3885 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3876[2] { - yy3884 := &x.ListMeta - yym3885 := z.EncBinary() - _ = yym3885 + if yyq3885[2] { + yy3893 := &x.ListMeta + yym3894 := z.EncBinary() + _ = yym3894 if false { - } else if z.HasExtensions() && z.EncExt(yy3884) { + } else if z.HasExtensions() && z.EncExt(yy3893) { } else { - z.EncFallback(yy3884) + z.EncFallback(yy3893) } } else { r.EncodeNil() } } else { - if yyq3876[2] { + if yyq3885[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3886 := &x.ListMeta - yym3887 := z.EncBinary() - _ = yym3887 + yy3895 := &x.ListMeta + yym3896 := z.EncBinary() + _ = yym3896 if false { - } else if z.HasExtensions() && z.EncExt(yy3886) { + } else if z.HasExtensions() && z.EncExt(yy3895) { } else { - z.EncFallback(yy3886) + z.EncFallback(yy3895) } } } - if yyr3876 || yy2arr3876 { + if yyr3885 || yy2arr3885 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3889 := z.EncBinary() - _ = yym3889 + yym3898 := z.EncBinary() + _ = yym3898 if false { } else { h.encSliceLimitRange(([]LimitRange)(x.Items), e) @@ -48790,15 +48868,15 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3890 := z.EncBinary() - _ = yym3890 + yym3899 := z.EncBinary() + _ = yym3899 if false { } else { h.encSliceLimitRange(([]LimitRange)(x.Items), e) } } } - if yyr3876 || yy2arr3876 { + if yyr3885 || yy2arr3885 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48811,25 +48889,25 @@ func (x *LimitRangeList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3891 := z.DecBinary() - _ = yym3891 + yym3900 := z.DecBinary() + _ = yym3900 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3892 := r.ContainerType() - if yyct3892 == codecSelferValueTypeMap1234 { - yyl3892 := r.ReadMapStart() - if yyl3892 == 0 { + yyct3901 := r.ContainerType() + if yyct3901 == codecSelferValueTypeMap1234 { + yyl3901 := r.ReadMapStart() + if yyl3901 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3892, d) + x.codecDecodeSelfFromMap(yyl3901, d) } - } else if yyct3892 == codecSelferValueTypeArray1234 { - yyl3892 := r.ReadArrayStart() - if yyl3892 == 0 { + } else if yyct3901 == codecSelferValueTypeArray1234 { + yyl3901 := r.ReadArrayStart() + if yyl3901 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3892, d) + x.codecDecodeSelfFromArray(yyl3901, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -48841,12 +48919,12 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3893Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3893Slc - var yyhl3893 bool = l >= 0 - for yyj3893 := 0; ; yyj3893++ { - if yyhl3893 { - if yyj3893 >= l { + var yys3902Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3902Slc + var yyhl3902 bool = l >= 0 + for yyj3902 := 0; ; yyj3902++ { + if yyhl3902 { + if yyj3902 >= l { break } } else { @@ -48855,10 +48933,10 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3893Slc = r.DecodeBytes(yys3893Slc, true, true) - yys3893 := string(yys3893Slc) + yys3902Slc = r.DecodeBytes(yys3902Slc, true, true) + yys3902 := string(yys3902Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3893 { + switch yys3902 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -48875,31 +48953,31 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3896 := &x.ListMeta - yym3897 := z.DecBinary() - _ = yym3897 + yyv3905 := &x.ListMeta + yym3906 := z.DecBinary() + _ = yym3906 if false { - } else if z.HasExtensions() && z.DecExt(yyv3896) { + } else if z.HasExtensions() && z.DecExt(yyv3905) { } else { - z.DecFallback(yyv3896, false) + z.DecFallback(yyv3905, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3898 := &x.Items - yym3899 := z.DecBinary() - _ = yym3899 + yyv3907 := &x.Items + yym3908 := z.DecBinary() + _ = yym3908 if false { } else { - h.decSliceLimitRange((*[]LimitRange)(yyv3898), d) + h.decSliceLimitRange((*[]LimitRange)(yyv3907), d) } } default: - z.DecStructFieldNotFound(-1, yys3893) - } // end switch yys3893 - } // end for yyj3893 + z.DecStructFieldNotFound(-1, yys3902) + } // end switch yys3902 + } // end for yyj3902 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48907,16 +48985,16 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3900 int - var yyb3900 bool - var yyhl3900 bool = l >= 0 - yyj3900++ - if yyhl3900 { - yyb3900 = yyj3900 > l + var yyj3909 int + var yyb3909 bool + var yyhl3909 bool = l >= 0 + yyj3909++ + if yyhl3909 { + yyb3909 = yyj3909 > l } else { - yyb3900 = r.CheckBreak() + yyb3909 = r.CheckBreak() } - if yyb3900 { + if yyb3909 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48926,13 +49004,13 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3900++ - if yyhl3900 { - yyb3900 = yyj3900 > l + yyj3909++ + if yyhl3909 { + yyb3909 = yyj3909 > l } else { - yyb3900 = r.CheckBreak() + yyb3909 = r.CheckBreak() } - if yyb3900 { + if yyb3909 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48942,13 +49020,13 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3900++ - if yyhl3900 { - yyb3900 = yyj3900 > l + yyj3909++ + if yyhl3909 { + yyb3909 = yyj3909 > l } else { - yyb3900 = r.CheckBreak() + yyb3909 = r.CheckBreak() } - if yyb3900 { + if yyb3909 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48956,22 +49034,22 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3903 := &x.ListMeta - yym3904 := z.DecBinary() - _ = yym3904 + yyv3912 := &x.ListMeta + yym3913 := z.DecBinary() + _ = yym3913 if false { - } else if z.HasExtensions() && z.DecExt(yyv3903) { + } else if z.HasExtensions() && z.DecExt(yyv3912) { } else { - z.DecFallback(yyv3903, false) + z.DecFallback(yyv3912, false) } } - yyj3900++ - if yyhl3900 { - yyb3900 = yyj3900 > l + yyj3909++ + if yyhl3909 { + yyb3909 = yyj3909 > l } else { - yyb3900 = r.CheckBreak() + yyb3909 = r.CheckBreak() } - if yyb3900 { + if yyb3909 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48979,26 +49057,26 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3905 := &x.Items - yym3906 := z.DecBinary() - _ = yym3906 + yyv3914 := &x.Items + yym3915 := z.DecBinary() + _ = yym3915 if false { } else { - h.decSliceLimitRange((*[]LimitRange)(yyv3905), d) + h.decSliceLimitRange((*[]LimitRange)(yyv3914), d) } } for { - yyj3900++ - if yyhl3900 { - yyb3900 = yyj3900 > l + yyj3909++ + if yyhl3909 { + yyb3909 = yyj3909 > l } else { - yyb3900 = r.CheckBreak() + yyb3909 = r.CheckBreak() } - if yyb3900 { + if yyb3909 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3900-1, "") + z.DecStructFieldNotFound(yyj3909-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49007,8 +49085,8 @@ func (x ResourceQuotaScope) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3907 := z.EncBinary() - _ = yym3907 + yym3916 := z.EncBinary() + _ = yym3916 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -49020,8 +49098,8 @@ func (x *ResourceQuotaScope) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3908 := z.DecBinary() - _ = yym3908 + yym3917 := z.DecBinary() + _ = yym3917 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -49036,34 +49114,34 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3909 := z.EncBinary() - _ = yym3909 + yym3918 := z.EncBinary() + _ = yym3918 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3910 := !z.EncBinary() - yy2arr3910 := z.EncBasicHandle().StructToArray - var yyq3910 [2]bool - _, _, _ = yysep3910, yyq3910, yy2arr3910 - const yyr3910 bool = false - yyq3910[0] = len(x.Hard) != 0 - yyq3910[1] = len(x.Scopes) != 0 - var yynn3910 int - if yyr3910 || yy2arr3910 { + yysep3919 := !z.EncBinary() + yy2arr3919 := z.EncBasicHandle().StructToArray + var yyq3919 [2]bool + _, _, _ = yysep3919, yyq3919, yy2arr3919 + const yyr3919 bool = false + yyq3919[0] = len(x.Hard) != 0 + yyq3919[1] = len(x.Scopes) != 0 + var yynn3919 int + if yyr3919 || yy2arr3919 { r.EncodeArrayStart(2) } else { - yynn3910 = 0 - for _, b := range yyq3910 { + yynn3919 = 0 + for _, b := range yyq3919 { if b { - yynn3910++ + yynn3919++ } } - r.EncodeMapStart(yynn3910) - yynn3910 = 0 + r.EncodeMapStart(yynn3919) + yynn3919 = 0 } - if yyr3910 || yy2arr3910 { + if yyr3919 || yy2arr3919 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3910[0] { + if yyq3919[0] { if x.Hard == nil { r.EncodeNil() } else { @@ -49073,7 +49151,7 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3910[0] { + if yyq3919[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hard")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -49084,14 +49162,14 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3910 || yy2arr3910 { + if yyr3919 || yy2arr3919 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3910[1] { + if yyq3919[1] { if x.Scopes == nil { r.EncodeNil() } else { - yym3913 := z.EncBinary() - _ = yym3913 + yym3922 := z.EncBinary() + _ = yym3922 if false { } else { h.encSliceResourceQuotaScope(([]ResourceQuotaScope)(x.Scopes), e) @@ -49101,15 +49179,15 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3910[1] { + if yyq3919[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("scopes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Scopes == nil { r.EncodeNil() } else { - yym3914 := z.EncBinary() - _ = yym3914 + yym3923 := z.EncBinary() + _ = yym3923 if false { } else { h.encSliceResourceQuotaScope(([]ResourceQuotaScope)(x.Scopes), e) @@ -49117,7 +49195,7 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3910 || yy2arr3910 { + if yyr3919 || yy2arr3919 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -49130,25 +49208,25 @@ func (x *ResourceQuotaSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3915 := z.DecBinary() - _ = yym3915 + yym3924 := z.DecBinary() + _ = yym3924 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3916 := r.ContainerType() - if yyct3916 == codecSelferValueTypeMap1234 { - yyl3916 := r.ReadMapStart() - if yyl3916 == 0 { + yyct3925 := r.ContainerType() + if yyct3925 == codecSelferValueTypeMap1234 { + yyl3925 := r.ReadMapStart() + if yyl3925 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3916, d) + x.codecDecodeSelfFromMap(yyl3925, d) } - } else if yyct3916 == codecSelferValueTypeArray1234 { - yyl3916 := r.ReadArrayStart() - if yyl3916 == 0 { + } else if yyct3925 == codecSelferValueTypeArray1234 { + yyl3925 := r.ReadArrayStart() + if yyl3925 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3916, d) + x.codecDecodeSelfFromArray(yyl3925, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -49160,12 +49238,12 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3917Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3917Slc - var yyhl3917 bool = l >= 0 - for yyj3917 := 0; ; yyj3917++ { - if yyhl3917 { - if yyj3917 >= l { + var yys3926Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3926Slc + var yyhl3926 bool = l >= 0 + for yyj3926 := 0; ; yyj3926++ { + if yyhl3926 { + if yyj3926 >= l { break } } else { @@ -49174,33 +49252,33 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3917Slc = r.DecodeBytes(yys3917Slc, true, true) - yys3917 := string(yys3917Slc) + yys3926Slc = r.DecodeBytes(yys3926Slc, true, true) + yys3926 := string(yys3926Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3917 { + switch yys3926 { case "hard": if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv3918 := &x.Hard - yyv3918.CodecDecodeSelf(d) + yyv3927 := &x.Hard + yyv3927.CodecDecodeSelf(d) } case "scopes": if r.TryDecodeAsNil() { x.Scopes = nil } else { - yyv3919 := &x.Scopes - yym3920 := z.DecBinary() - _ = yym3920 + yyv3928 := &x.Scopes + yym3929 := z.DecBinary() + _ = yym3929 if false { } else { - h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv3919), d) + h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv3928), d) } } default: - z.DecStructFieldNotFound(-1, yys3917) - } // end switch yys3917 - } // end for yyj3917 + z.DecStructFieldNotFound(-1, yys3926) + } // end switch yys3926 + } // end for yyj3926 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -49208,16 +49286,16 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3921 int - var yyb3921 bool - var yyhl3921 bool = l >= 0 - yyj3921++ - if yyhl3921 { - yyb3921 = yyj3921 > l + var yyj3930 int + var yyb3930 bool + var yyhl3930 bool = l >= 0 + yyj3930++ + if yyhl3930 { + yyb3930 = yyj3930 > l } else { - yyb3921 = r.CheckBreak() + yyb3930 = r.CheckBreak() } - if yyb3921 { + if yyb3930 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49225,16 +49303,16 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv3922 := &x.Hard - yyv3922.CodecDecodeSelf(d) + yyv3931 := &x.Hard + yyv3931.CodecDecodeSelf(d) } - yyj3921++ - if yyhl3921 { - yyb3921 = yyj3921 > l + yyj3930++ + if yyhl3930 { + yyb3930 = yyj3930 > l } else { - yyb3921 = r.CheckBreak() + yyb3930 = r.CheckBreak() } - if yyb3921 { + if yyb3930 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49242,26 +49320,26 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Scopes = nil } else { - yyv3923 := &x.Scopes - yym3924 := z.DecBinary() - _ = yym3924 + yyv3932 := &x.Scopes + yym3933 := z.DecBinary() + _ = yym3933 if false { } else { - h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv3923), d) + h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv3932), d) } } for { - yyj3921++ - if yyhl3921 { - yyb3921 = yyj3921 > l + yyj3930++ + if yyhl3930 { + yyb3930 = yyj3930 > l } else { - yyb3921 = r.CheckBreak() + yyb3930 = r.CheckBreak() } - if yyb3921 { + if yyb3930 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3921-1, "") + z.DecStructFieldNotFound(yyj3930-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49273,34 +49351,34 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3925 := z.EncBinary() - _ = yym3925 + yym3934 := z.EncBinary() + _ = yym3934 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3926 := !z.EncBinary() - yy2arr3926 := z.EncBasicHandle().StructToArray - var yyq3926 [2]bool - _, _, _ = yysep3926, yyq3926, yy2arr3926 - const yyr3926 bool = false - yyq3926[0] = len(x.Hard) != 0 - yyq3926[1] = len(x.Used) != 0 - var yynn3926 int - if yyr3926 || yy2arr3926 { + yysep3935 := !z.EncBinary() + yy2arr3935 := z.EncBasicHandle().StructToArray + var yyq3935 [2]bool + _, _, _ = yysep3935, yyq3935, yy2arr3935 + const yyr3935 bool = false + yyq3935[0] = len(x.Hard) != 0 + yyq3935[1] = len(x.Used) != 0 + var yynn3935 int + if yyr3935 || yy2arr3935 { r.EncodeArrayStart(2) } else { - yynn3926 = 0 - for _, b := range yyq3926 { + yynn3935 = 0 + for _, b := range yyq3935 { if b { - yynn3926++ + yynn3935++ } } - r.EncodeMapStart(yynn3926) - yynn3926 = 0 + r.EncodeMapStart(yynn3935) + yynn3935 = 0 } - if yyr3926 || yy2arr3926 { + if yyr3935 || yy2arr3935 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3926[0] { + if yyq3935[0] { if x.Hard == nil { r.EncodeNil() } else { @@ -49310,7 +49388,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3926[0] { + if yyq3935[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hard")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -49321,9 +49399,9 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3926 || yy2arr3926 { + if yyr3935 || yy2arr3935 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3926[1] { + if yyq3935[1] { if x.Used == nil { r.EncodeNil() } else { @@ -49333,7 +49411,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3926[1] { + if yyq3935[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("used")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -49344,7 +49422,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3926 || yy2arr3926 { + if yyr3935 || yy2arr3935 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -49357,25 +49435,25 @@ func (x *ResourceQuotaStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3929 := z.DecBinary() - _ = yym3929 + yym3938 := z.DecBinary() + _ = yym3938 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3930 := r.ContainerType() - if yyct3930 == codecSelferValueTypeMap1234 { - yyl3930 := r.ReadMapStart() - if yyl3930 == 0 { + yyct3939 := r.ContainerType() + if yyct3939 == codecSelferValueTypeMap1234 { + yyl3939 := r.ReadMapStart() + if yyl3939 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3930, d) + x.codecDecodeSelfFromMap(yyl3939, d) } - } else if yyct3930 == codecSelferValueTypeArray1234 { - yyl3930 := r.ReadArrayStart() - if yyl3930 == 0 { + } else if yyct3939 == codecSelferValueTypeArray1234 { + yyl3939 := r.ReadArrayStart() + if yyl3939 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3930, d) + x.codecDecodeSelfFromArray(yyl3939, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -49387,12 +49465,12 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3931Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3931Slc - var yyhl3931 bool = l >= 0 - for yyj3931 := 0; ; yyj3931++ { - if yyhl3931 { - if yyj3931 >= l { + var yys3940Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3940Slc + var yyhl3940 bool = l >= 0 + for yyj3940 := 0; ; yyj3940++ { + if yyhl3940 { + if yyj3940 >= l { break } } else { @@ -49401,28 +49479,28 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3931Slc = r.DecodeBytes(yys3931Slc, true, true) - yys3931 := string(yys3931Slc) + yys3940Slc = r.DecodeBytes(yys3940Slc, true, true) + yys3940 := string(yys3940Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3931 { + switch yys3940 { case "hard": if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv3932 := &x.Hard - yyv3932.CodecDecodeSelf(d) + yyv3941 := &x.Hard + yyv3941.CodecDecodeSelf(d) } case "used": if r.TryDecodeAsNil() { x.Used = nil } else { - yyv3933 := &x.Used - yyv3933.CodecDecodeSelf(d) + yyv3942 := &x.Used + yyv3942.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3931) - } // end switch yys3931 - } // end for yyj3931 + z.DecStructFieldNotFound(-1, yys3940) + } // end switch yys3940 + } // end for yyj3940 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -49430,16 +49508,16 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3934 int - var yyb3934 bool - var yyhl3934 bool = l >= 0 - yyj3934++ - if yyhl3934 { - yyb3934 = yyj3934 > l + var yyj3943 int + var yyb3943 bool + var yyhl3943 bool = l >= 0 + yyj3943++ + if yyhl3943 { + yyb3943 = yyj3943 > l } else { - yyb3934 = r.CheckBreak() + yyb3943 = r.CheckBreak() } - if yyb3934 { + if yyb3943 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49447,16 +49525,16 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv3935 := &x.Hard - yyv3935.CodecDecodeSelf(d) + yyv3944 := &x.Hard + yyv3944.CodecDecodeSelf(d) } - yyj3934++ - if yyhl3934 { - yyb3934 = yyj3934 > l + yyj3943++ + if yyhl3943 { + yyb3943 = yyj3943 > l } else { - yyb3934 = r.CheckBreak() + yyb3943 = r.CheckBreak() } - if yyb3934 { + if yyb3943 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49464,21 +49542,21 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Used = nil } else { - yyv3936 := &x.Used - yyv3936.CodecDecodeSelf(d) + yyv3945 := &x.Used + yyv3945.CodecDecodeSelf(d) } for { - yyj3934++ - if yyhl3934 { - yyb3934 = yyj3934 > l + yyj3943++ + if yyhl3943 { + yyb3943 = yyj3943 > l } else { - yyb3934 = r.CheckBreak() + yyb3943 = r.CheckBreak() } - if yyb3934 { + if yyb3943 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3934-1, "") + z.DecStructFieldNotFound(yyj3943-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49490,39 +49568,39 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3937 := z.EncBinary() - _ = yym3937 + yym3946 := z.EncBinary() + _ = yym3946 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3938 := !z.EncBinary() - yy2arr3938 := z.EncBasicHandle().StructToArray - var yyq3938 [5]bool - _, _, _ = yysep3938, yyq3938, yy2arr3938 - const yyr3938 bool = false - yyq3938[0] = x.Kind != "" - yyq3938[1] = x.APIVersion != "" - yyq3938[2] = true - yyq3938[3] = true - yyq3938[4] = true - var yynn3938 int - if yyr3938 || yy2arr3938 { + yysep3947 := !z.EncBinary() + yy2arr3947 := z.EncBasicHandle().StructToArray + var yyq3947 [5]bool + _, _, _ = yysep3947, yyq3947, yy2arr3947 + const yyr3947 bool = false + yyq3947[0] = x.Kind != "" + yyq3947[1] = x.APIVersion != "" + yyq3947[2] = true + yyq3947[3] = true + yyq3947[4] = true + var yynn3947 int + if yyr3947 || yy2arr3947 { r.EncodeArrayStart(5) } else { - yynn3938 = 0 - for _, b := range yyq3938 { + yynn3947 = 0 + for _, b := range yyq3947 { if b { - yynn3938++ + yynn3947++ } } - r.EncodeMapStart(yynn3938) - yynn3938 = 0 + r.EncodeMapStart(yynn3947) + yynn3947 = 0 } - if yyr3938 || yy2arr3938 { + if yyr3947 || yy2arr3947 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3938[0] { - yym3940 := z.EncBinary() - _ = yym3940 + if yyq3947[0] { + yym3949 := z.EncBinary() + _ = yym3949 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -49531,23 +49609,23 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3938[0] { + if yyq3947[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3941 := z.EncBinary() - _ = yym3941 + yym3950 := z.EncBinary() + _ = yym3950 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3938 || yy2arr3938 { + if yyr3947 || yy2arr3947 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3938[1] { - yym3943 := z.EncBinary() - _ = yym3943 + if yyq3947[1] { + yym3952 := z.EncBinary() + _ = yym3952 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -49556,70 +49634,70 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3938[1] { + if yyq3947[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3944 := z.EncBinary() - _ = yym3944 + yym3953 := z.EncBinary() + _ = yym3953 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3938 || yy2arr3938 { + if yyr3947 || yy2arr3947 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3938[2] { - yy3946 := &x.ObjectMeta - yy3946.CodecEncodeSelf(e) + if yyq3947[2] { + yy3955 := &x.ObjectMeta + yy3955.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3938[2] { + if yyq3947[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3947 := &x.ObjectMeta - yy3947.CodecEncodeSelf(e) + yy3956 := &x.ObjectMeta + yy3956.CodecEncodeSelf(e) } } - if yyr3938 || yy2arr3938 { + if yyr3947 || yy2arr3947 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3938[3] { - yy3949 := &x.Spec - yy3949.CodecEncodeSelf(e) + if yyq3947[3] { + yy3958 := &x.Spec + yy3958.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3938[3] { + if yyq3947[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3950 := &x.Spec - yy3950.CodecEncodeSelf(e) + yy3959 := &x.Spec + yy3959.CodecEncodeSelf(e) } } - if yyr3938 || yy2arr3938 { + if yyr3947 || yy2arr3947 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3938[4] { - yy3952 := &x.Status - yy3952.CodecEncodeSelf(e) + if yyq3947[4] { + yy3961 := &x.Status + yy3961.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3938[4] { + if yyq3947[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3953 := &x.Status - yy3953.CodecEncodeSelf(e) + yy3962 := &x.Status + yy3962.CodecEncodeSelf(e) } } - if yyr3938 || yy2arr3938 { + if yyr3947 || yy2arr3947 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -49632,25 +49710,25 @@ func (x *ResourceQuota) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3954 := z.DecBinary() - _ = yym3954 + yym3963 := z.DecBinary() + _ = yym3963 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3955 := r.ContainerType() - if yyct3955 == codecSelferValueTypeMap1234 { - yyl3955 := r.ReadMapStart() - if yyl3955 == 0 { + yyct3964 := r.ContainerType() + if yyct3964 == codecSelferValueTypeMap1234 { + yyl3964 := r.ReadMapStart() + if yyl3964 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3955, d) + x.codecDecodeSelfFromMap(yyl3964, d) } - } else if yyct3955 == codecSelferValueTypeArray1234 { - yyl3955 := r.ReadArrayStart() - if yyl3955 == 0 { + } else if yyct3964 == codecSelferValueTypeArray1234 { + yyl3964 := r.ReadArrayStart() + if yyl3964 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3955, d) + x.codecDecodeSelfFromArray(yyl3964, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -49662,12 +49740,12 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3956Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3956Slc - var yyhl3956 bool = l >= 0 - for yyj3956 := 0; ; yyj3956++ { - if yyhl3956 { - if yyj3956 >= l { + var yys3965Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3965Slc + var yyhl3965 bool = l >= 0 + for yyj3965 := 0; ; yyj3965++ { + if yyhl3965 { + if yyj3965 >= l { break } } else { @@ -49676,10 +49754,10 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3956Slc = r.DecodeBytes(yys3956Slc, true, true) - yys3956 := string(yys3956Slc) + yys3965Slc = r.DecodeBytes(yys3965Slc, true, true) + yys3965 := string(yys3965Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3956 { + switch yys3965 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -49696,27 +49774,27 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3959 := &x.ObjectMeta - yyv3959.CodecDecodeSelf(d) + yyv3968 := &x.ObjectMeta + yyv3968.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ResourceQuotaSpec{} } else { - yyv3960 := &x.Spec - yyv3960.CodecDecodeSelf(d) + yyv3969 := &x.Spec + yyv3969.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ResourceQuotaStatus{} } else { - yyv3961 := &x.Status - yyv3961.CodecDecodeSelf(d) + yyv3970 := &x.Status + yyv3970.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3956) - } // end switch yys3956 - } // end for yyj3956 + z.DecStructFieldNotFound(-1, yys3965) + } // end switch yys3965 + } // end for yyj3965 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -49724,16 +49802,16 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3962 int - var yyb3962 bool - var yyhl3962 bool = l >= 0 - yyj3962++ - if yyhl3962 { - yyb3962 = yyj3962 > l + var yyj3971 int + var yyb3971 bool + var yyhl3971 bool = l >= 0 + yyj3971++ + if yyhl3971 { + yyb3971 = yyj3971 > l } else { - yyb3962 = r.CheckBreak() + yyb3971 = r.CheckBreak() } - if yyb3962 { + if yyb3971 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49743,13 +49821,13 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3962++ - if yyhl3962 { - yyb3962 = yyj3962 > l + yyj3971++ + if yyhl3971 { + yyb3971 = yyj3971 > l } else { - yyb3962 = r.CheckBreak() + yyb3971 = r.CheckBreak() } - if yyb3962 { + if yyb3971 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49759,13 +49837,13 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3962++ - if yyhl3962 { - yyb3962 = yyj3962 > l + yyj3971++ + if yyhl3971 { + yyb3971 = yyj3971 > l } else { - yyb3962 = r.CheckBreak() + yyb3971 = r.CheckBreak() } - if yyb3962 { + if yyb3971 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49773,16 +49851,16 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3965 := &x.ObjectMeta - yyv3965.CodecDecodeSelf(d) + yyv3974 := &x.ObjectMeta + yyv3974.CodecDecodeSelf(d) } - yyj3962++ - if yyhl3962 { - yyb3962 = yyj3962 > l + yyj3971++ + if yyhl3971 { + yyb3971 = yyj3971 > l } else { - yyb3962 = r.CheckBreak() + yyb3971 = r.CheckBreak() } - if yyb3962 { + if yyb3971 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49790,16 +49868,16 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = ResourceQuotaSpec{} } else { - yyv3966 := &x.Spec - yyv3966.CodecDecodeSelf(d) + yyv3975 := &x.Spec + yyv3975.CodecDecodeSelf(d) } - yyj3962++ - if yyhl3962 { - yyb3962 = yyj3962 > l + yyj3971++ + if yyhl3971 { + yyb3971 = yyj3971 > l } else { - yyb3962 = r.CheckBreak() + yyb3971 = r.CheckBreak() } - if yyb3962 { + if yyb3971 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49807,21 +49885,21 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = ResourceQuotaStatus{} } else { - yyv3967 := &x.Status - yyv3967.CodecDecodeSelf(d) + yyv3976 := &x.Status + yyv3976.CodecDecodeSelf(d) } for { - yyj3962++ - if yyhl3962 { - yyb3962 = yyj3962 > l + yyj3971++ + if yyhl3971 { + yyb3971 = yyj3971 > l } else { - yyb3962 = r.CheckBreak() + yyb3971 = r.CheckBreak() } - if yyb3962 { + if yyb3971 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3962-1, "") + z.DecStructFieldNotFound(yyj3971-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49833,37 +49911,37 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3968 := z.EncBinary() - _ = yym3968 + yym3977 := z.EncBinary() + _ = yym3977 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3969 := !z.EncBinary() - yy2arr3969 := z.EncBasicHandle().StructToArray - var yyq3969 [4]bool - _, _, _ = yysep3969, yyq3969, yy2arr3969 - const yyr3969 bool = false - yyq3969[0] = x.Kind != "" - yyq3969[1] = x.APIVersion != "" - yyq3969[2] = true - var yynn3969 int - if yyr3969 || yy2arr3969 { + yysep3978 := !z.EncBinary() + yy2arr3978 := z.EncBasicHandle().StructToArray + var yyq3978 [4]bool + _, _, _ = yysep3978, yyq3978, yy2arr3978 + const yyr3978 bool = false + yyq3978[0] = x.Kind != "" + yyq3978[1] = x.APIVersion != "" + yyq3978[2] = true + var yynn3978 int + if yyr3978 || yy2arr3978 { r.EncodeArrayStart(4) } else { - yynn3969 = 1 - for _, b := range yyq3969 { + yynn3978 = 1 + for _, b := range yyq3978 { if b { - yynn3969++ + yynn3978++ } } - r.EncodeMapStart(yynn3969) - yynn3969 = 0 + r.EncodeMapStart(yynn3978) + yynn3978 = 0 } - if yyr3969 || yy2arr3969 { + if yyr3978 || yy2arr3978 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3969[0] { - yym3971 := z.EncBinary() - _ = yym3971 + if yyq3978[0] { + yym3980 := z.EncBinary() + _ = yym3980 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -49872,23 +49950,23 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3969[0] { + if yyq3978[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3972 := z.EncBinary() - _ = yym3972 + yym3981 := z.EncBinary() + _ = yym3981 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3969 || yy2arr3969 { + if yyr3978 || yy2arr3978 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3969[1] { - yym3974 := z.EncBinary() - _ = yym3974 + if yyq3978[1] { + yym3983 := z.EncBinary() + _ = yym3983 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -49897,54 +49975,54 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3969[1] { + if yyq3978[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3975 := z.EncBinary() - _ = yym3975 + yym3984 := z.EncBinary() + _ = yym3984 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3969 || yy2arr3969 { + if yyr3978 || yy2arr3978 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3969[2] { - yy3977 := &x.ListMeta - yym3978 := z.EncBinary() - _ = yym3978 + if yyq3978[2] { + yy3986 := &x.ListMeta + yym3987 := z.EncBinary() + _ = yym3987 if false { - } else if z.HasExtensions() && z.EncExt(yy3977) { + } else if z.HasExtensions() && z.EncExt(yy3986) { } else { - z.EncFallback(yy3977) + z.EncFallback(yy3986) } } else { r.EncodeNil() } } else { - if yyq3969[2] { + if yyq3978[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3979 := &x.ListMeta - yym3980 := z.EncBinary() - _ = yym3980 + yy3988 := &x.ListMeta + yym3989 := z.EncBinary() + _ = yym3989 if false { - } else if z.HasExtensions() && z.EncExt(yy3979) { + } else if z.HasExtensions() && z.EncExt(yy3988) { } else { - z.EncFallback(yy3979) + z.EncFallback(yy3988) } } } - if yyr3969 || yy2arr3969 { + if yyr3978 || yy2arr3978 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3982 := z.EncBinary() - _ = yym3982 + yym3991 := z.EncBinary() + _ = yym3991 if false { } else { h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) @@ -49957,15 +50035,15 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3983 := z.EncBinary() - _ = yym3983 + yym3992 := z.EncBinary() + _ = yym3992 if false { } else { h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) } } } - if yyr3969 || yy2arr3969 { + if yyr3978 || yy2arr3978 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -49978,25 +50056,25 @@ func (x *ResourceQuotaList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3984 := z.DecBinary() - _ = yym3984 + yym3993 := z.DecBinary() + _ = yym3993 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3985 := r.ContainerType() - if yyct3985 == codecSelferValueTypeMap1234 { - yyl3985 := r.ReadMapStart() - if yyl3985 == 0 { + yyct3994 := r.ContainerType() + if yyct3994 == codecSelferValueTypeMap1234 { + yyl3994 := r.ReadMapStart() + if yyl3994 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3985, d) + x.codecDecodeSelfFromMap(yyl3994, d) } - } else if yyct3985 == codecSelferValueTypeArray1234 { - yyl3985 := r.ReadArrayStart() - if yyl3985 == 0 { + } else if yyct3994 == codecSelferValueTypeArray1234 { + yyl3994 := r.ReadArrayStart() + if yyl3994 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3985, d) + x.codecDecodeSelfFromArray(yyl3994, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50008,12 +50086,12 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3986Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3986Slc - var yyhl3986 bool = l >= 0 - for yyj3986 := 0; ; yyj3986++ { - if yyhl3986 { - if yyj3986 >= l { + var yys3995Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3995Slc + var yyhl3995 bool = l >= 0 + for yyj3995 := 0; ; yyj3995++ { + if yyhl3995 { + if yyj3995 >= l { break } } else { @@ -50022,10 +50100,10 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3986Slc = r.DecodeBytes(yys3986Slc, true, true) - yys3986 := string(yys3986Slc) + yys3995Slc = r.DecodeBytes(yys3995Slc, true, true) + yys3995 := string(yys3995Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3986 { + switch yys3995 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -50042,31 +50120,31 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3989 := &x.ListMeta - yym3990 := z.DecBinary() - _ = yym3990 + yyv3998 := &x.ListMeta + yym3999 := z.DecBinary() + _ = yym3999 if false { - } else if z.HasExtensions() && z.DecExt(yyv3989) { + } else if z.HasExtensions() && z.DecExt(yyv3998) { } else { - z.DecFallback(yyv3989, false) + z.DecFallback(yyv3998, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3991 := &x.Items - yym3992 := z.DecBinary() - _ = yym3992 + yyv4000 := &x.Items + yym4001 := z.DecBinary() + _ = yym4001 if false { } else { - h.decSliceResourceQuota((*[]ResourceQuota)(yyv3991), d) + h.decSliceResourceQuota((*[]ResourceQuota)(yyv4000), d) } } default: - z.DecStructFieldNotFound(-1, yys3986) - } // end switch yys3986 - } // end for yyj3986 + z.DecStructFieldNotFound(-1, yys3995) + } // end switch yys3995 + } // end for yyj3995 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -50074,16 +50152,16 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3993 int - var yyb3993 bool - var yyhl3993 bool = l >= 0 - yyj3993++ - if yyhl3993 { - yyb3993 = yyj3993 > l + var yyj4002 int + var yyb4002 bool + var yyhl4002 bool = l >= 0 + yyj4002++ + if yyhl4002 { + yyb4002 = yyj4002 > l } else { - yyb3993 = r.CheckBreak() + yyb4002 = r.CheckBreak() } - if yyb3993 { + if yyb4002 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50093,13 +50171,13 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.Kind = string(r.DecodeString()) } - yyj3993++ - if yyhl3993 { - yyb3993 = yyj3993 > l + yyj4002++ + if yyhl4002 { + yyb4002 = yyj4002 > l } else { - yyb3993 = r.CheckBreak() + yyb4002 = r.CheckBreak() } - if yyb3993 { + if yyb4002 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50109,13 +50187,13 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.APIVersion = string(r.DecodeString()) } - yyj3993++ - if yyhl3993 { - yyb3993 = yyj3993 > l + yyj4002++ + if yyhl4002 { + yyb4002 = yyj4002 > l } else { - yyb3993 = r.CheckBreak() + yyb4002 = r.CheckBreak() } - if yyb3993 { + if yyb4002 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50123,22 +50201,22 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3996 := &x.ListMeta - yym3997 := z.DecBinary() - _ = yym3997 + yyv4005 := &x.ListMeta + yym4006 := z.DecBinary() + _ = yym4006 if false { - } else if z.HasExtensions() && z.DecExt(yyv3996) { + } else if z.HasExtensions() && z.DecExt(yyv4005) { } else { - z.DecFallback(yyv3996, false) + z.DecFallback(yyv4005, false) } } - yyj3993++ - if yyhl3993 { - yyb3993 = yyj3993 > l + yyj4002++ + if yyhl4002 { + yyb4002 = yyj4002 > l } else { - yyb3993 = r.CheckBreak() + yyb4002 = r.CheckBreak() } - if yyb3993 { + if yyb4002 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50146,26 +50224,26 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3998 := &x.Items - yym3999 := z.DecBinary() - _ = yym3999 + yyv4007 := &x.Items + yym4008 := z.DecBinary() + _ = yym4008 if false { } else { - h.decSliceResourceQuota((*[]ResourceQuota)(yyv3998), d) + h.decSliceResourceQuota((*[]ResourceQuota)(yyv4007), d) } } for { - yyj3993++ - if yyhl3993 { - yyb3993 = yyj3993 > l + yyj4002++ + if yyhl4002 { + yyb4002 = yyj4002 > l } else { - yyb3993 = r.CheckBreak() + yyb4002 = r.CheckBreak() } - if yyb3993 { + if yyb4002 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3993-1, "") + z.DecStructFieldNotFound(yyj4002-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50177,40 +50255,40 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4000 := z.EncBinary() - _ = yym4000 + yym4009 := z.EncBinary() + _ = yym4009 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4001 := !z.EncBinary() - yy2arr4001 := z.EncBasicHandle().StructToArray - var yyq4001 [6]bool - _, _, _ = yysep4001, yyq4001, yy2arr4001 - const yyr4001 bool = false - yyq4001[0] = x.Kind != "" - yyq4001[1] = x.APIVersion != "" - yyq4001[2] = true - yyq4001[3] = len(x.Data) != 0 - yyq4001[4] = len(x.StringData) != 0 - yyq4001[5] = x.Type != "" - var yynn4001 int - if yyr4001 || yy2arr4001 { + yysep4010 := !z.EncBinary() + yy2arr4010 := z.EncBasicHandle().StructToArray + var yyq4010 [6]bool + _, _, _ = yysep4010, yyq4010, yy2arr4010 + const yyr4010 bool = false + yyq4010[0] = x.Kind != "" + yyq4010[1] = x.APIVersion != "" + yyq4010[2] = true + yyq4010[3] = len(x.Data) != 0 + yyq4010[4] = len(x.StringData) != 0 + yyq4010[5] = x.Type != "" + var yynn4010 int + if yyr4010 || yy2arr4010 { r.EncodeArrayStart(6) } else { - yynn4001 = 0 - for _, b := range yyq4001 { + yynn4010 = 0 + for _, b := range yyq4010 { if b { - yynn4001++ + yynn4010++ } } - r.EncodeMapStart(yynn4001) - yynn4001 = 0 + r.EncodeMapStart(yynn4010) + yynn4010 = 0 } - if yyr4001 || yy2arr4001 { + if yyr4010 || yy2arr4010 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4001[0] { - yym4003 := z.EncBinary() - _ = yym4003 + if yyq4010[0] { + yym4012 := z.EncBinary() + _ = yym4012 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -50219,23 +50297,23 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4001[0] { + if yyq4010[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4004 := z.EncBinary() - _ = yym4004 + yym4013 := z.EncBinary() + _ = yym4013 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4001 || yy2arr4001 { + if yyr4010 || yy2arr4010 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4001[1] { - yym4006 := z.EncBinary() - _ = yym4006 + if yyq4010[1] { + yym4015 := z.EncBinary() + _ = yym4015 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -50244,43 +50322,43 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4001[1] { + if yyq4010[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4007 := z.EncBinary() - _ = yym4007 + yym4016 := z.EncBinary() + _ = yym4016 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4001 || yy2arr4001 { + if yyr4010 || yy2arr4010 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4001[2] { - yy4009 := &x.ObjectMeta - yy4009.CodecEncodeSelf(e) + if yyq4010[2] { + yy4018 := &x.ObjectMeta + yy4018.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4001[2] { + if yyq4010[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4010 := &x.ObjectMeta - yy4010.CodecEncodeSelf(e) + yy4019 := &x.ObjectMeta + yy4019.CodecEncodeSelf(e) } } - if yyr4001 || yy2arr4001 { + if yyr4010 || yy2arr4010 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4001[3] { + if yyq4010[3] { if x.Data == nil { r.EncodeNil() } else { - yym4012 := z.EncBinary() - _ = yym4012 + yym4021 := z.EncBinary() + _ = yym4021 if false { } else { h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) @@ -50290,15 +50368,15 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4001[3] { + if yyq4010[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("data")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Data == nil { r.EncodeNil() } else { - yym4013 := z.EncBinary() - _ = yym4013 + yym4022 := z.EncBinary() + _ = yym4022 if false { } else { h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) @@ -50306,14 +50384,14 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4001 || yy2arr4001 { + if yyr4010 || yy2arr4010 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4001[4] { + if yyq4010[4] { if x.StringData == nil { r.EncodeNil() } else { - yym4015 := z.EncBinary() - _ = yym4015 + yym4024 := z.EncBinary() + _ = yym4024 if false { } else { z.F.EncMapStringStringV(x.StringData, false, e) @@ -50323,15 +50401,15 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4001[4] { + if yyq4010[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stringData")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.StringData == nil { r.EncodeNil() } else { - yym4016 := z.EncBinary() - _ = yym4016 + yym4025 := z.EncBinary() + _ = yym4025 if false { } else { z.F.EncMapStringStringV(x.StringData, false, e) @@ -50339,22 +50417,22 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4001 || yy2arr4001 { + if yyr4010 || yy2arr4010 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4001[5] { + if yyq4010[5] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4001[5] { + if yyq4010[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr4001 || yy2arr4001 { + if yyr4010 || yy2arr4010 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50367,25 +50445,25 @@ func (x *Secret) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4018 := z.DecBinary() - _ = yym4018 + yym4027 := z.DecBinary() + _ = yym4027 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4019 := r.ContainerType() - if yyct4019 == codecSelferValueTypeMap1234 { - yyl4019 := r.ReadMapStart() - if yyl4019 == 0 { + yyct4028 := r.ContainerType() + if yyct4028 == codecSelferValueTypeMap1234 { + yyl4028 := r.ReadMapStart() + if yyl4028 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4019, d) + x.codecDecodeSelfFromMap(yyl4028, d) } - } else if yyct4019 == codecSelferValueTypeArray1234 { - yyl4019 := r.ReadArrayStart() - if yyl4019 == 0 { + } else if yyct4028 == codecSelferValueTypeArray1234 { + yyl4028 := r.ReadArrayStart() + if yyl4028 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4019, d) + x.codecDecodeSelfFromArray(yyl4028, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50397,12 +50475,12 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4020Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4020Slc - var yyhl4020 bool = l >= 0 - for yyj4020 := 0; ; yyj4020++ { - if yyhl4020 { - if yyj4020 >= l { + var yys4029Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4029Slc + var yyhl4029 bool = l >= 0 + for yyj4029 := 0; ; yyj4029++ { + if yyhl4029 { + if yyj4029 >= l { break } } else { @@ -50411,10 +50489,10 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4020Slc = r.DecodeBytes(yys4020Slc, true, true) - yys4020 := string(yys4020Slc) + yys4029Slc = r.DecodeBytes(yys4029Slc, true, true) + yys4029 := string(yys4029Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4020 { + switch yys4029 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -50431,31 +50509,31 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4023 := &x.ObjectMeta - yyv4023.CodecDecodeSelf(d) + yyv4032 := &x.ObjectMeta + yyv4032.CodecDecodeSelf(d) } case "data": if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4024 := &x.Data - yym4025 := z.DecBinary() - _ = yym4025 + yyv4033 := &x.Data + yym4034 := z.DecBinary() + _ = yym4034 if false { } else { - h.decMapstringSliceuint8((*map[string][]uint8)(yyv4024), d) + h.decMapstringSliceuint8((*map[string][]uint8)(yyv4033), d) } } case "stringData": if r.TryDecodeAsNil() { x.StringData = nil } else { - yyv4026 := &x.StringData - yym4027 := z.DecBinary() - _ = yym4027 + yyv4035 := &x.StringData + yym4036 := z.DecBinary() + _ = yym4036 if false { } else { - z.F.DecMapStringStringX(yyv4026, false, d) + z.F.DecMapStringStringX(yyv4035, false, d) } } case "type": @@ -50465,9 +50543,9 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Type = SecretType(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys4020) - } // end switch yys4020 - } // end for yyj4020 + z.DecStructFieldNotFound(-1, yys4029) + } // end switch yys4029 + } // end for yyj4029 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -50475,16 +50553,16 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4029 int - var yyb4029 bool - var yyhl4029 bool = l >= 0 - yyj4029++ - if yyhl4029 { - yyb4029 = yyj4029 > l + var yyj4038 int + var yyb4038 bool + var yyhl4038 bool = l >= 0 + yyj4038++ + if yyhl4038 { + yyb4038 = yyj4038 > l } else { - yyb4029 = r.CheckBreak() + yyb4038 = r.CheckBreak() } - if yyb4029 { + if yyb4038 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50494,13 +50572,13 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4029++ - if yyhl4029 { - yyb4029 = yyj4029 > l + yyj4038++ + if yyhl4038 { + yyb4038 = yyj4038 > l } else { - yyb4029 = r.CheckBreak() + yyb4038 = r.CheckBreak() } - if yyb4029 { + if yyb4038 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50510,13 +50588,13 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4029++ - if yyhl4029 { - yyb4029 = yyj4029 > l + yyj4038++ + if yyhl4038 { + yyb4038 = yyj4038 > l } else { - yyb4029 = r.CheckBreak() + yyb4038 = r.CheckBreak() } - if yyb4029 { + if yyb4038 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50524,16 +50602,16 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4032 := &x.ObjectMeta - yyv4032.CodecDecodeSelf(d) + yyv4041 := &x.ObjectMeta + yyv4041.CodecDecodeSelf(d) } - yyj4029++ - if yyhl4029 { - yyb4029 = yyj4029 > l + yyj4038++ + if yyhl4038 { + yyb4038 = yyj4038 > l } else { - yyb4029 = r.CheckBreak() + yyb4038 = r.CheckBreak() } - if yyb4029 { + if yyb4038 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50541,21 +50619,21 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4033 := &x.Data - yym4034 := z.DecBinary() - _ = yym4034 + yyv4042 := &x.Data + yym4043 := z.DecBinary() + _ = yym4043 if false { } else { - h.decMapstringSliceuint8((*map[string][]uint8)(yyv4033), d) + h.decMapstringSliceuint8((*map[string][]uint8)(yyv4042), d) } } - yyj4029++ - if yyhl4029 { - yyb4029 = yyj4029 > l + yyj4038++ + if yyhl4038 { + yyb4038 = yyj4038 > l } else { - yyb4029 = r.CheckBreak() + yyb4038 = r.CheckBreak() } - if yyb4029 { + if yyb4038 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50563,21 +50641,21 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.StringData = nil } else { - yyv4035 := &x.StringData - yym4036 := z.DecBinary() - _ = yym4036 + yyv4044 := &x.StringData + yym4045 := z.DecBinary() + _ = yym4045 if false { } else { - z.F.DecMapStringStringX(yyv4035, false, d) + z.F.DecMapStringStringX(yyv4044, false, d) } } - yyj4029++ - if yyhl4029 { - yyb4029 = yyj4029 > l + yyj4038++ + if yyhl4038 { + yyb4038 = yyj4038 > l } else { - yyb4029 = r.CheckBreak() + yyb4038 = r.CheckBreak() } - if yyb4029 { + if yyb4038 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50588,17 +50666,17 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Type = SecretType(r.DecodeString()) } for { - yyj4029++ - if yyhl4029 { - yyb4029 = yyj4029 > l + yyj4038++ + if yyhl4038 { + yyb4038 = yyj4038 > l } else { - yyb4029 = r.CheckBreak() + yyb4038 = r.CheckBreak() } - if yyb4029 { + if yyb4038 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4029-1, "") + z.DecStructFieldNotFound(yyj4038-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50607,8 +50685,8 @@ func (x SecretType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4038 := z.EncBinary() - _ = yym4038 + yym4047 := z.EncBinary() + _ = yym4047 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -50620,8 +50698,8 @@ func (x *SecretType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4039 := z.DecBinary() - _ = yym4039 + yym4048 := z.DecBinary() + _ = yym4048 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -50636,37 +50714,37 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4040 := z.EncBinary() - _ = yym4040 + yym4049 := z.EncBinary() + _ = yym4049 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4041 := !z.EncBinary() - yy2arr4041 := z.EncBasicHandle().StructToArray - var yyq4041 [4]bool - _, _, _ = yysep4041, yyq4041, yy2arr4041 - const yyr4041 bool = false - yyq4041[0] = x.Kind != "" - yyq4041[1] = x.APIVersion != "" - yyq4041[2] = true - var yynn4041 int - if yyr4041 || yy2arr4041 { + yysep4050 := !z.EncBinary() + yy2arr4050 := z.EncBasicHandle().StructToArray + var yyq4050 [4]bool + _, _, _ = yysep4050, yyq4050, yy2arr4050 + const yyr4050 bool = false + yyq4050[0] = x.Kind != "" + yyq4050[1] = x.APIVersion != "" + yyq4050[2] = true + var yynn4050 int + if yyr4050 || yy2arr4050 { r.EncodeArrayStart(4) } else { - yynn4041 = 1 - for _, b := range yyq4041 { + yynn4050 = 1 + for _, b := range yyq4050 { if b { - yynn4041++ + yynn4050++ } } - r.EncodeMapStart(yynn4041) - yynn4041 = 0 + r.EncodeMapStart(yynn4050) + yynn4050 = 0 } - if yyr4041 || yy2arr4041 { + if yyr4050 || yy2arr4050 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4041[0] { - yym4043 := z.EncBinary() - _ = yym4043 + if yyq4050[0] { + yym4052 := z.EncBinary() + _ = yym4052 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -50675,23 +50753,23 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4041[0] { + if yyq4050[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4044 := z.EncBinary() - _ = yym4044 + yym4053 := z.EncBinary() + _ = yym4053 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4041 || yy2arr4041 { + if yyr4050 || yy2arr4050 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4041[1] { - yym4046 := z.EncBinary() - _ = yym4046 + if yyq4050[1] { + yym4055 := z.EncBinary() + _ = yym4055 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -50700,54 +50778,54 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4041[1] { + if yyq4050[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4047 := z.EncBinary() - _ = yym4047 + yym4056 := z.EncBinary() + _ = yym4056 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4041 || yy2arr4041 { + if yyr4050 || yy2arr4050 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4041[2] { - yy4049 := &x.ListMeta - yym4050 := z.EncBinary() - _ = yym4050 + if yyq4050[2] { + yy4058 := &x.ListMeta + yym4059 := z.EncBinary() + _ = yym4059 if false { - } else if z.HasExtensions() && z.EncExt(yy4049) { + } else if z.HasExtensions() && z.EncExt(yy4058) { } else { - z.EncFallback(yy4049) + z.EncFallback(yy4058) } } else { r.EncodeNil() } } else { - if yyq4041[2] { + if yyq4050[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4051 := &x.ListMeta - yym4052 := z.EncBinary() - _ = yym4052 + yy4060 := &x.ListMeta + yym4061 := z.EncBinary() + _ = yym4061 if false { - } else if z.HasExtensions() && z.EncExt(yy4051) { + } else if z.HasExtensions() && z.EncExt(yy4060) { } else { - z.EncFallback(yy4051) + z.EncFallback(yy4060) } } } - if yyr4041 || yy2arr4041 { + if yyr4050 || yy2arr4050 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4054 := z.EncBinary() - _ = yym4054 + yym4063 := z.EncBinary() + _ = yym4063 if false { } else { h.encSliceSecret(([]Secret)(x.Items), e) @@ -50760,15 +50838,15 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4055 := z.EncBinary() - _ = yym4055 + yym4064 := z.EncBinary() + _ = yym4064 if false { } else { h.encSliceSecret(([]Secret)(x.Items), e) } } } - if yyr4041 || yy2arr4041 { + if yyr4050 || yy2arr4050 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50781,25 +50859,25 @@ func (x *SecretList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4056 := z.DecBinary() - _ = yym4056 + yym4065 := z.DecBinary() + _ = yym4065 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4057 := r.ContainerType() - if yyct4057 == codecSelferValueTypeMap1234 { - yyl4057 := r.ReadMapStart() - if yyl4057 == 0 { + yyct4066 := r.ContainerType() + if yyct4066 == codecSelferValueTypeMap1234 { + yyl4066 := r.ReadMapStart() + if yyl4066 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4057, d) + x.codecDecodeSelfFromMap(yyl4066, d) } - } else if yyct4057 == codecSelferValueTypeArray1234 { - yyl4057 := r.ReadArrayStart() - if yyl4057 == 0 { + } else if yyct4066 == codecSelferValueTypeArray1234 { + yyl4066 := r.ReadArrayStart() + if yyl4066 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4057, d) + x.codecDecodeSelfFromArray(yyl4066, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50811,12 +50889,12 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4058Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4058Slc - var yyhl4058 bool = l >= 0 - for yyj4058 := 0; ; yyj4058++ { - if yyhl4058 { - if yyj4058 >= 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 { @@ -50825,10 +50903,10 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4058Slc = r.DecodeBytes(yys4058Slc, true, true) - yys4058 := string(yys4058Slc) + yys4067Slc = r.DecodeBytes(yys4067Slc, true, true) + yys4067 := string(yys4067Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4058 { + switch yys4067 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -50845,31 +50923,31 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4061 := &x.ListMeta - yym4062 := z.DecBinary() - _ = yym4062 + yyv4070 := &x.ListMeta + yym4071 := z.DecBinary() + _ = yym4071 if false { - } else if z.HasExtensions() && z.DecExt(yyv4061) { + } else if z.HasExtensions() && z.DecExt(yyv4070) { } else { - z.DecFallback(yyv4061, false) + z.DecFallback(yyv4070, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4063 := &x.Items - yym4064 := z.DecBinary() - _ = yym4064 + yyv4072 := &x.Items + yym4073 := z.DecBinary() + _ = yym4073 if false { } else { - h.decSliceSecret((*[]Secret)(yyv4063), d) + h.decSliceSecret((*[]Secret)(yyv4072), d) } } default: - z.DecStructFieldNotFound(-1, yys4058) - } // end switch yys4058 - } // end for yyj4058 + z.DecStructFieldNotFound(-1, yys4067) + } // end switch yys4067 + } // end for yyj4067 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -50877,16 +50955,16 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4065 int - var yyb4065 bool - var yyhl4065 bool = l >= 0 - yyj4065++ - if yyhl4065 { - yyb4065 = yyj4065 > l + var yyj4074 int + var yyb4074 bool + var yyhl4074 bool = l >= 0 + yyj4074++ + if yyhl4074 { + yyb4074 = yyj4074 > l } else { - yyb4065 = r.CheckBreak() + yyb4074 = r.CheckBreak() } - if yyb4065 { + if yyb4074 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50896,13 +50974,13 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4065++ - if yyhl4065 { - yyb4065 = yyj4065 > l + yyj4074++ + if yyhl4074 { + yyb4074 = yyj4074 > l } else { - yyb4065 = r.CheckBreak() + yyb4074 = r.CheckBreak() } - if yyb4065 { + if yyb4074 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50912,13 +50990,13 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4065++ - if yyhl4065 { - yyb4065 = yyj4065 > l + yyj4074++ + if yyhl4074 { + yyb4074 = yyj4074 > l } else { - yyb4065 = r.CheckBreak() + yyb4074 = r.CheckBreak() } - if yyb4065 { + if yyb4074 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50926,22 +51004,22 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4068 := &x.ListMeta - yym4069 := z.DecBinary() - _ = yym4069 + yyv4077 := &x.ListMeta + yym4078 := z.DecBinary() + _ = yym4078 if false { - } else if z.HasExtensions() && z.DecExt(yyv4068) { + } else if z.HasExtensions() && z.DecExt(yyv4077) { } else { - z.DecFallback(yyv4068, false) + z.DecFallback(yyv4077, false) } } - yyj4065++ - if yyhl4065 { - yyb4065 = yyj4065 > l + yyj4074++ + if yyhl4074 { + yyb4074 = yyj4074 > l } else { - yyb4065 = r.CheckBreak() + yyb4074 = r.CheckBreak() } - if yyb4065 { + if yyb4074 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50949,26 +51027,26 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4070 := &x.Items - yym4071 := z.DecBinary() - _ = yym4071 + yyv4079 := &x.Items + yym4080 := z.DecBinary() + _ = yym4080 if false { } else { - h.decSliceSecret((*[]Secret)(yyv4070), d) + h.decSliceSecret((*[]Secret)(yyv4079), d) } } for { - yyj4065++ - if yyhl4065 { - yyb4065 = yyj4065 > l + yyj4074++ + if yyhl4074 { + yyb4074 = yyj4074 > l } else { - yyb4065 = r.CheckBreak() + yyb4074 = r.CheckBreak() } - if yyb4065 { + if yyb4074 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4065-1, "") + z.DecStructFieldNotFound(yyj4074-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50980,38 +51058,38 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4072 := z.EncBinary() - _ = yym4072 + yym4081 := z.EncBinary() + _ = yym4081 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4073 := !z.EncBinary() - yy2arr4073 := z.EncBasicHandle().StructToArray - var yyq4073 [4]bool - _, _, _ = yysep4073, yyq4073, yy2arr4073 - const yyr4073 bool = false - yyq4073[0] = x.Kind != "" - yyq4073[1] = x.APIVersion != "" - yyq4073[2] = true - yyq4073[3] = len(x.Data) != 0 - var yynn4073 int - if yyr4073 || yy2arr4073 { + yysep4082 := !z.EncBinary() + yy2arr4082 := z.EncBasicHandle().StructToArray + var yyq4082 [4]bool + _, _, _ = yysep4082, yyq4082, yy2arr4082 + const yyr4082 bool = false + yyq4082[0] = x.Kind != "" + yyq4082[1] = x.APIVersion != "" + yyq4082[2] = true + yyq4082[3] = len(x.Data) != 0 + var yynn4082 int + if yyr4082 || yy2arr4082 { r.EncodeArrayStart(4) } else { - yynn4073 = 0 - for _, b := range yyq4073 { + yynn4082 = 0 + for _, b := range yyq4082 { if b { - yynn4073++ + yynn4082++ } } - r.EncodeMapStart(yynn4073) - yynn4073 = 0 + r.EncodeMapStart(yynn4082) + yynn4082 = 0 } - if yyr4073 || yy2arr4073 { + if yyr4082 || yy2arr4082 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4073[0] { - yym4075 := z.EncBinary() - _ = yym4075 + if yyq4082[0] { + yym4084 := z.EncBinary() + _ = yym4084 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -51020,23 +51098,23 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4073[0] { + if yyq4082[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4076 := z.EncBinary() - _ = yym4076 + yym4085 := z.EncBinary() + _ = yym4085 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4073 || yy2arr4073 { + if yyr4082 || yy2arr4082 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4073[1] { - yym4078 := z.EncBinary() - _ = yym4078 + if yyq4082[1] { + yym4087 := z.EncBinary() + _ = yym4087 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -51045,43 +51123,43 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4073[1] { + if yyq4082[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4079 := z.EncBinary() - _ = yym4079 + yym4088 := z.EncBinary() + _ = yym4088 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4073 || yy2arr4073 { + if yyr4082 || yy2arr4082 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4073[2] { - yy4081 := &x.ObjectMeta - yy4081.CodecEncodeSelf(e) + if yyq4082[2] { + yy4090 := &x.ObjectMeta + yy4090.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4073[2] { + if yyq4082[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4082 := &x.ObjectMeta - yy4082.CodecEncodeSelf(e) + yy4091 := &x.ObjectMeta + yy4091.CodecEncodeSelf(e) } } - if yyr4073 || yy2arr4073 { + if yyr4082 || yy2arr4082 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4073[3] { + if yyq4082[3] { if x.Data == nil { r.EncodeNil() } else { - yym4084 := z.EncBinary() - _ = yym4084 + yym4093 := z.EncBinary() + _ = yym4093 if false { } else { z.F.EncMapStringStringV(x.Data, false, e) @@ -51091,15 +51169,15 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4073[3] { + if yyq4082[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("data")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Data == nil { r.EncodeNil() } else { - yym4085 := z.EncBinary() - _ = yym4085 + yym4094 := z.EncBinary() + _ = yym4094 if false { } else { z.F.EncMapStringStringV(x.Data, false, e) @@ -51107,7 +51185,7 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4073 || yy2arr4073 { + if yyr4082 || yy2arr4082 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -51120,25 +51198,25 @@ func (x *ConfigMap) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4086 := z.DecBinary() - _ = yym4086 + yym4095 := z.DecBinary() + _ = yym4095 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4087 := r.ContainerType() - if yyct4087 == codecSelferValueTypeMap1234 { - yyl4087 := r.ReadMapStart() - if yyl4087 == 0 { + yyct4096 := r.ContainerType() + if yyct4096 == codecSelferValueTypeMap1234 { + yyl4096 := r.ReadMapStart() + if yyl4096 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4087, d) + x.codecDecodeSelfFromMap(yyl4096, d) } - } else if yyct4087 == codecSelferValueTypeArray1234 { - yyl4087 := r.ReadArrayStart() - if yyl4087 == 0 { + } else if yyct4096 == codecSelferValueTypeArray1234 { + yyl4096 := r.ReadArrayStart() + if yyl4096 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4087, d) + x.codecDecodeSelfFromArray(yyl4096, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -51150,12 +51228,12 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4088Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4088Slc - var yyhl4088 bool = l >= 0 - for yyj4088 := 0; ; yyj4088++ { - if yyhl4088 { - if yyj4088 >= l { + var yys4097Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4097Slc + var yyhl4097 bool = l >= 0 + for yyj4097 := 0; ; yyj4097++ { + if yyhl4097 { + if yyj4097 >= l { break } } else { @@ -51164,10 +51242,10 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4088Slc = r.DecodeBytes(yys4088Slc, true, true) - yys4088 := string(yys4088Slc) + yys4097Slc = r.DecodeBytes(yys4097Slc, true, true) + yys4097 := string(yys4097Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4088 { + switch yys4097 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -51184,25 +51262,25 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4091 := &x.ObjectMeta - yyv4091.CodecDecodeSelf(d) + yyv4100 := &x.ObjectMeta + yyv4100.CodecDecodeSelf(d) } case "data": if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4092 := &x.Data - yym4093 := z.DecBinary() - _ = yym4093 + yyv4101 := &x.Data + yym4102 := z.DecBinary() + _ = yym4102 if false { } else { - z.F.DecMapStringStringX(yyv4092, false, d) + z.F.DecMapStringStringX(yyv4101, false, d) } } default: - z.DecStructFieldNotFound(-1, yys4088) - } // end switch yys4088 - } // end for yyj4088 + z.DecStructFieldNotFound(-1, yys4097) + } // end switch yys4097 + } // end for yyj4097 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -51210,16 +51288,16 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4094 int - var yyb4094 bool - var yyhl4094 bool = l >= 0 - yyj4094++ - if yyhl4094 { - yyb4094 = yyj4094 > l + var yyj4103 int + var yyb4103 bool + var yyhl4103 bool = l >= 0 + yyj4103++ + if yyhl4103 { + yyb4103 = yyj4103 > l } else { - yyb4094 = r.CheckBreak() + yyb4103 = r.CheckBreak() } - if yyb4094 { + if yyb4103 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51229,13 +51307,13 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4094++ - if yyhl4094 { - yyb4094 = yyj4094 > l + yyj4103++ + if yyhl4103 { + yyb4103 = yyj4103 > l } else { - yyb4094 = r.CheckBreak() + yyb4103 = r.CheckBreak() } - if yyb4094 { + if yyb4103 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51245,13 +51323,13 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4094++ - if yyhl4094 { - yyb4094 = yyj4094 > l + yyj4103++ + if yyhl4103 { + yyb4103 = yyj4103 > l } else { - yyb4094 = r.CheckBreak() + yyb4103 = r.CheckBreak() } - if yyb4094 { + if yyb4103 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51259,16 +51337,16 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4097 := &x.ObjectMeta - yyv4097.CodecDecodeSelf(d) + yyv4106 := &x.ObjectMeta + yyv4106.CodecDecodeSelf(d) } - yyj4094++ - if yyhl4094 { - yyb4094 = yyj4094 > l + yyj4103++ + if yyhl4103 { + yyb4103 = yyj4103 > l } else { - yyb4094 = r.CheckBreak() + yyb4103 = r.CheckBreak() } - if yyb4094 { + if yyb4103 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51276,26 +51354,26 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4098 := &x.Data - yym4099 := z.DecBinary() - _ = yym4099 + yyv4107 := &x.Data + yym4108 := z.DecBinary() + _ = yym4108 if false { } else { - z.F.DecMapStringStringX(yyv4098, false, d) + z.F.DecMapStringStringX(yyv4107, false, d) } } for { - yyj4094++ - if yyhl4094 { - yyb4094 = yyj4094 > l + yyj4103++ + if yyhl4103 { + yyb4103 = yyj4103 > l } else { - yyb4094 = r.CheckBreak() + yyb4103 = r.CheckBreak() } - if yyb4094 { + if yyb4103 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4094-1, "") + z.DecStructFieldNotFound(yyj4103-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51307,37 +51385,37 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4100 := z.EncBinary() - _ = yym4100 + yym4109 := z.EncBinary() + _ = yym4109 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4101 := !z.EncBinary() - yy2arr4101 := z.EncBasicHandle().StructToArray - var yyq4101 [4]bool - _, _, _ = yysep4101, yyq4101, yy2arr4101 - const yyr4101 bool = false - yyq4101[0] = x.Kind != "" - yyq4101[1] = x.APIVersion != "" - yyq4101[2] = true - var yynn4101 int - if yyr4101 || yy2arr4101 { + yysep4110 := !z.EncBinary() + yy2arr4110 := z.EncBasicHandle().StructToArray + var yyq4110 [4]bool + _, _, _ = yysep4110, yyq4110, yy2arr4110 + const yyr4110 bool = false + yyq4110[0] = x.Kind != "" + yyq4110[1] = x.APIVersion != "" + yyq4110[2] = true + var yynn4110 int + if yyr4110 || yy2arr4110 { r.EncodeArrayStart(4) } else { - yynn4101 = 1 - for _, b := range yyq4101 { + yynn4110 = 1 + for _, b := range yyq4110 { if b { - yynn4101++ + yynn4110++ } } - r.EncodeMapStart(yynn4101) - yynn4101 = 0 + r.EncodeMapStart(yynn4110) + yynn4110 = 0 } - if yyr4101 || yy2arr4101 { + if yyr4110 || yy2arr4110 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4101[0] { - yym4103 := z.EncBinary() - _ = yym4103 + if yyq4110[0] { + yym4112 := z.EncBinary() + _ = yym4112 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -51346,23 +51424,23 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4101[0] { + if yyq4110[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4104 := z.EncBinary() - _ = yym4104 + yym4113 := z.EncBinary() + _ = yym4113 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4101 || yy2arr4101 { + if yyr4110 || yy2arr4110 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4101[1] { - yym4106 := z.EncBinary() - _ = yym4106 + if yyq4110[1] { + yym4115 := z.EncBinary() + _ = yym4115 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -51371,54 +51449,54 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4101[1] { + if yyq4110[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4107 := z.EncBinary() - _ = yym4107 + yym4116 := z.EncBinary() + _ = yym4116 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4101 || yy2arr4101 { + if yyr4110 || yy2arr4110 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4101[2] { - yy4109 := &x.ListMeta - yym4110 := z.EncBinary() - _ = yym4110 + if yyq4110[2] { + yy4118 := &x.ListMeta + yym4119 := z.EncBinary() + _ = yym4119 if false { - } else if z.HasExtensions() && z.EncExt(yy4109) { + } else if z.HasExtensions() && z.EncExt(yy4118) { } else { - z.EncFallback(yy4109) + z.EncFallback(yy4118) } } else { r.EncodeNil() } } else { - if yyq4101[2] { + if yyq4110[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4111 := &x.ListMeta - yym4112 := z.EncBinary() - _ = yym4112 + yy4120 := &x.ListMeta + yym4121 := z.EncBinary() + _ = yym4121 if false { - } else if z.HasExtensions() && z.EncExt(yy4111) { + } else if z.HasExtensions() && z.EncExt(yy4120) { } else { - z.EncFallback(yy4111) + z.EncFallback(yy4120) } } } - if yyr4101 || yy2arr4101 { + if yyr4110 || yy2arr4110 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4114 := z.EncBinary() - _ = yym4114 + yym4123 := z.EncBinary() + _ = yym4123 if false { } else { h.encSliceConfigMap(([]ConfigMap)(x.Items), e) @@ -51431,15 +51509,15 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4115 := z.EncBinary() - _ = yym4115 + yym4124 := z.EncBinary() + _ = yym4124 if false { } else { h.encSliceConfigMap(([]ConfigMap)(x.Items), e) } } } - if yyr4101 || yy2arr4101 { + if yyr4110 || yy2arr4110 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -51452,25 +51530,25 @@ func (x *ConfigMapList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4116 := z.DecBinary() - _ = yym4116 + yym4125 := z.DecBinary() + _ = yym4125 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4117 := r.ContainerType() - if yyct4117 == codecSelferValueTypeMap1234 { - yyl4117 := r.ReadMapStart() - if yyl4117 == 0 { + yyct4126 := r.ContainerType() + if yyct4126 == codecSelferValueTypeMap1234 { + yyl4126 := r.ReadMapStart() + if yyl4126 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4117, d) + x.codecDecodeSelfFromMap(yyl4126, d) } - } else if yyct4117 == codecSelferValueTypeArray1234 { - yyl4117 := r.ReadArrayStart() - if yyl4117 == 0 { + } else if yyct4126 == codecSelferValueTypeArray1234 { + yyl4126 := r.ReadArrayStart() + if yyl4126 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4117, d) + x.codecDecodeSelfFromArray(yyl4126, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -51482,12 +51560,12 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4118Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4118Slc - var yyhl4118 bool = l >= 0 - for yyj4118 := 0; ; yyj4118++ { - if yyhl4118 { - if yyj4118 >= l { + var yys4127Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4127Slc + var yyhl4127 bool = l >= 0 + for yyj4127 := 0; ; yyj4127++ { + if yyhl4127 { + if yyj4127 >= l { break } } else { @@ -51496,10 +51574,10 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4118Slc = r.DecodeBytes(yys4118Slc, true, true) - yys4118 := string(yys4118Slc) + yys4127Slc = r.DecodeBytes(yys4127Slc, true, true) + yys4127 := string(yys4127Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4118 { + switch yys4127 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -51516,31 +51594,31 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4121 := &x.ListMeta - yym4122 := z.DecBinary() - _ = yym4122 + yyv4130 := &x.ListMeta + yym4131 := z.DecBinary() + _ = yym4131 if false { - } else if z.HasExtensions() && z.DecExt(yyv4121) { + } else if z.HasExtensions() && z.DecExt(yyv4130) { } else { - z.DecFallback(yyv4121, false) + z.DecFallback(yyv4130, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4123 := &x.Items - yym4124 := z.DecBinary() - _ = yym4124 + yyv4132 := &x.Items + yym4133 := z.DecBinary() + _ = yym4133 if false { } else { - h.decSliceConfigMap((*[]ConfigMap)(yyv4123), d) + h.decSliceConfigMap((*[]ConfigMap)(yyv4132), d) } } default: - z.DecStructFieldNotFound(-1, yys4118) - } // end switch yys4118 - } // end for yyj4118 + z.DecStructFieldNotFound(-1, yys4127) + } // end switch yys4127 + } // end for yyj4127 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -51548,16 +51626,16 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4125 int - var yyb4125 bool - var yyhl4125 bool = l >= 0 - yyj4125++ - if yyhl4125 { - yyb4125 = yyj4125 > l + var yyj4134 int + var yyb4134 bool + var yyhl4134 bool = l >= 0 + yyj4134++ + if yyhl4134 { + yyb4134 = yyj4134 > l } else { - yyb4125 = r.CheckBreak() + yyb4134 = r.CheckBreak() } - if yyb4125 { + if yyb4134 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51567,13 +51645,13 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4125++ - if yyhl4125 { - yyb4125 = yyj4125 > l + yyj4134++ + if yyhl4134 { + yyb4134 = yyj4134 > l } else { - yyb4125 = r.CheckBreak() + yyb4134 = r.CheckBreak() } - if yyb4125 { + if yyb4134 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51583,13 +51661,13 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4125++ - if yyhl4125 { - yyb4125 = yyj4125 > l + yyj4134++ + if yyhl4134 { + yyb4134 = yyj4134 > l } else { - yyb4125 = r.CheckBreak() + yyb4134 = r.CheckBreak() } - if yyb4125 { + if yyb4134 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51597,22 +51675,22 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4128 := &x.ListMeta - yym4129 := z.DecBinary() - _ = yym4129 + yyv4137 := &x.ListMeta + yym4138 := z.DecBinary() + _ = yym4138 if false { - } else if z.HasExtensions() && z.DecExt(yyv4128) { + } else if z.HasExtensions() && z.DecExt(yyv4137) { } else { - z.DecFallback(yyv4128, false) + z.DecFallback(yyv4137, false) } } - yyj4125++ - if yyhl4125 { - yyb4125 = yyj4125 > l + yyj4134++ + if yyhl4134 { + yyb4134 = yyj4134 > l } else { - yyb4125 = r.CheckBreak() + yyb4134 = r.CheckBreak() } - if yyb4125 { + if yyb4134 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51620,26 +51698,26 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4130 := &x.Items - yym4131 := z.DecBinary() - _ = yym4131 + yyv4139 := &x.Items + yym4140 := z.DecBinary() + _ = yym4140 if false { } else { - h.decSliceConfigMap((*[]ConfigMap)(yyv4130), d) + h.decSliceConfigMap((*[]ConfigMap)(yyv4139), d) } } for { - yyj4125++ - if yyhl4125 { - yyb4125 = yyj4125 > l + yyj4134++ + if yyhl4134 { + yyb4134 = yyj4134 > l } else { - yyb4125 = r.CheckBreak() + yyb4134 = r.CheckBreak() } - if yyb4125 { + if yyb4134 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4125-1, "") + z.DecStructFieldNotFound(yyj4134-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51648,8 +51726,8 @@ func (x ComponentConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4132 := z.EncBinary() - _ = yym4132 + yym4141 := z.EncBinary() + _ = yym4141 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -51661,8 +51739,8 @@ func (x *ComponentConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4133 := z.DecBinary() - _ = yym4133 + yym4142 := z.DecBinary() + _ = yym4142 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -51677,32 +51755,32 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4134 := z.EncBinary() - _ = yym4134 + yym4143 := z.EncBinary() + _ = yym4143 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4135 := !z.EncBinary() - yy2arr4135 := z.EncBasicHandle().StructToArray - var yyq4135 [4]bool - _, _, _ = yysep4135, yyq4135, yy2arr4135 - const yyr4135 bool = false - yyq4135[2] = x.Message != "" - yyq4135[3] = x.Error != "" - var yynn4135 int - if yyr4135 || yy2arr4135 { + yysep4144 := !z.EncBinary() + yy2arr4144 := z.EncBasicHandle().StructToArray + var yyq4144 [4]bool + _, _, _ = yysep4144, yyq4144, yy2arr4144 + const yyr4144 bool = false + yyq4144[2] = x.Message != "" + yyq4144[3] = x.Error != "" + var yynn4144 int + if yyr4144 || yy2arr4144 { r.EncodeArrayStart(4) } else { - yynn4135 = 2 - for _, b := range yyq4135 { + yynn4144 = 2 + for _, b := range yyq4144 { if b { - yynn4135++ + yynn4144++ } } - r.EncodeMapStart(yynn4135) - yynn4135 = 0 + r.EncodeMapStart(yynn4144) + yynn4144 = 0 } - if yyr4135 || yy2arr4135 { + if yyr4144 || yy2arr4144 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -51711,7 +51789,7 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr4135 || yy2arr4135 { + if yyr4144 || yy2arr4144 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -51720,11 +51798,11 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr4135 || yy2arr4135 { + if yyr4144 || yy2arr4144 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4135[2] { - yym4139 := z.EncBinary() - _ = yym4139 + if yyq4144[2] { + yym4148 := z.EncBinary() + _ = yym4148 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -51733,23 +51811,23 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4135[2] { + if yyq4144[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4140 := z.EncBinary() - _ = yym4140 + yym4149 := z.EncBinary() + _ = yym4149 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr4135 || yy2arr4135 { + if yyr4144 || yy2arr4144 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4135[3] { - yym4142 := z.EncBinary() - _ = yym4142 + if yyq4144[3] { + yym4151 := z.EncBinary() + _ = yym4151 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Error)) @@ -51758,19 +51836,19 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4135[3] { + if yyq4144[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("error")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4143 := z.EncBinary() - _ = yym4143 + yym4152 := z.EncBinary() + _ = yym4152 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Error)) } } } - if yyr4135 || yy2arr4135 { + if yyr4144 || yy2arr4144 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -51783,25 +51861,25 @@ func (x *ComponentCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4144 := z.DecBinary() - _ = yym4144 + yym4153 := z.DecBinary() + _ = yym4153 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4145 := r.ContainerType() - if yyct4145 == codecSelferValueTypeMap1234 { - yyl4145 := r.ReadMapStart() - if yyl4145 == 0 { + yyct4154 := r.ContainerType() + if yyct4154 == codecSelferValueTypeMap1234 { + yyl4154 := r.ReadMapStart() + if yyl4154 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4145, d) + x.codecDecodeSelfFromMap(yyl4154, d) } - } else if yyct4145 == codecSelferValueTypeArray1234 { - yyl4145 := r.ReadArrayStart() - if yyl4145 == 0 { + } else if yyct4154 == codecSelferValueTypeArray1234 { + yyl4154 := r.ReadArrayStart() + if yyl4154 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4145, d) + x.codecDecodeSelfFromArray(yyl4154, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -51813,12 +51891,12 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4146Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4146Slc - var yyhl4146 bool = l >= 0 - for yyj4146 := 0; ; yyj4146++ { - if yyhl4146 { - if yyj4146 >= l { + var yys4155Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4155Slc + var yyhl4155 bool = l >= 0 + for yyj4155 := 0; ; yyj4155++ { + if yyhl4155 { + if yyj4155 >= l { break } } else { @@ -51827,10 +51905,10 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4146Slc = r.DecodeBytes(yys4146Slc, true, true) - yys4146 := string(yys4146Slc) + yys4155Slc = r.DecodeBytes(yys4155Slc, true, true) + yys4155 := string(yys4155Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4146 { + switch yys4155 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -51856,9 +51934,9 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.Error = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys4146) - } // end switch yys4146 - } // end for yyj4146 + z.DecStructFieldNotFound(-1, yys4155) + } // end switch yys4155 + } // end for yyj4155 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -51866,16 +51944,16 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4151 int - var yyb4151 bool - var yyhl4151 bool = l >= 0 - yyj4151++ - if yyhl4151 { - yyb4151 = yyj4151 > l + var yyj4160 int + var yyb4160 bool + var yyhl4160 bool = l >= 0 + yyj4160++ + if yyhl4160 { + yyb4160 = yyj4160 > l } else { - yyb4151 = r.CheckBreak() + yyb4160 = r.CheckBreak() } - if yyb4151 { + if yyb4160 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51885,13 +51963,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Type = ComponentConditionType(r.DecodeString()) } - yyj4151++ - if yyhl4151 { - yyb4151 = yyj4151 > l + yyj4160++ + if yyhl4160 { + yyb4160 = yyj4160 > l } else { - yyb4151 = r.CheckBreak() + yyb4160 = r.CheckBreak() } - if yyb4151 { + if yyb4160 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51901,13 +51979,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj4151++ - if yyhl4151 { - yyb4151 = yyj4151 > l + yyj4160++ + if yyhl4160 { + yyb4160 = yyj4160 > l } else { - yyb4151 = r.CheckBreak() + yyb4160 = r.CheckBreak() } - if yyb4151 { + if yyb4160 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51917,13 +51995,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Message = string(r.DecodeString()) } - yyj4151++ - if yyhl4151 { - yyb4151 = yyj4151 > l + yyj4160++ + if yyhl4160 { + yyb4160 = yyj4160 > l } else { - yyb4151 = r.CheckBreak() + yyb4160 = r.CheckBreak() } - if yyb4151 { + if yyb4160 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51934,17 +52012,17 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode x.Error = string(r.DecodeString()) } for { - yyj4151++ - if yyhl4151 { - yyb4151 = yyj4151 > l + yyj4160++ + if yyhl4160 { + yyb4160 = yyj4160 > l } else { - yyb4151 = r.CheckBreak() + yyb4160 = r.CheckBreak() } - if yyb4151 { + if yyb4160 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4151-1, "") + z.DecStructFieldNotFound(yyj4160-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51956,38 +52034,38 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4156 := z.EncBinary() - _ = yym4156 + yym4165 := z.EncBinary() + _ = yym4165 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4157 := !z.EncBinary() - yy2arr4157 := z.EncBasicHandle().StructToArray - var yyq4157 [4]bool - _, _, _ = yysep4157, yyq4157, yy2arr4157 - const yyr4157 bool = false - yyq4157[0] = x.Kind != "" - yyq4157[1] = x.APIVersion != "" - yyq4157[2] = true - yyq4157[3] = len(x.Conditions) != 0 - var yynn4157 int - if yyr4157 || yy2arr4157 { + yysep4166 := !z.EncBinary() + yy2arr4166 := z.EncBasicHandle().StructToArray + var yyq4166 [4]bool + _, _, _ = yysep4166, yyq4166, yy2arr4166 + const yyr4166 bool = false + yyq4166[0] = x.Kind != "" + yyq4166[1] = x.APIVersion != "" + yyq4166[2] = true + yyq4166[3] = len(x.Conditions) != 0 + var yynn4166 int + if yyr4166 || yy2arr4166 { r.EncodeArrayStart(4) } else { - yynn4157 = 0 - for _, b := range yyq4157 { + yynn4166 = 0 + for _, b := range yyq4166 { if b { - yynn4157++ + yynn4166++ } } - r.EncodeMapStart(yynn4157) - yynn4157 = 0 + r.EncodeMapStart(yynn4166) + yynn4166 = 0 } - if yyr4157 || yy2arr4157 { + if yyr4166 || yy2arr4166 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4157[0] { - yym4159 := z.EncBinary() - _ = yym4159 + if yyq4166[0] { + yym4168 := z.EncBinary() + _ = yym4168 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -51996,23 +52074,23 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4157[0] { + if yyq4166[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4160 := z.EncBinary() - _ = yym4160 + yym4169 := z.EncBinary() + _ = yym4169 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4157 || yy2arr4157 { + if yyr4166 || yy2arr4166 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4157[1] { - yym4162 := z.EncBinary() - _ = yym4162 + if yyq4166[1] { + yym4171 := z.EncBinary() + _ = yym4171 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -52021,43 +52099,43 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4157[1] { + if yyq4166[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4163 := z.EncBinary() - _ = yym4163 + yym4172 := z.EncBinary() + _ = yym4172 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4157 || yy2arr4157 { + if yyr4166 || yy2arr4166 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4157[2] { - yy4165 := &x.ObjectMeta - yy4165.CodecEncodeSelf(e) + if yyq4166[2] { + yy4174 := &x.ObjectMeta + yy4174.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4157[2] { + if yyq4166[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4166 := &x.ObjectMeta - yy4166.CodecEncodeSelf(e) + yy4175 := &x.ObjectMeta + yy4175.CodecEncodeSelf(e) } } - if yyr4157 || yy2arr4157 { + if yyr4166 || yy2arr4166 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4157[3] { + if yyq4166[3] { if x.Conditions == nil { r.EncodeNil() } else { - yym4168 := z.EncBinary() - _ = yym4168 + yym4177 := z.EncBinary() + _ = yym4177 if false { } else { h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) @@ -52067,15 +52145,15 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4157[3] { + if yyq4166[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym4169 := z.EncBinary() - _ = yym4169 + yym4178 := z.EncBinary() + _ = yym4178 if false { } else { h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) @@ -52083,7 +52161,7 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4157 || yy2arr4157 { + if yyr4166 || yy2arr4166 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -52096,25 +52174,25 @@ func (x *ComponentStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4170 := z.DecBinary() - _ = yym4170 + yym4179 := z.DecBinary() + _ = yym4179 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4171 := r.ContainerType() - if yyct4171 == codecSelferValueTypeMap1234 { - yyl4171 := r.ReadMapStart() - if yyl4171 == 0 { + yyct4180 := r.ContainerType() + if yyct4180 == codecSelferValueTypeMap1234 { + yyl4180 := r.ReadMapStart() + if yyl4180 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4171, d) + x.codecDecodeSelfFromMap(yyl4180, d) } - } else if yyct4171 == codecSelferValueTypeArray1234 { - yyl4171 := r.ReadArrayStart() - if yyl4171 == 0 { + } else if yyct4180 == codecSelferValueTypeArray1234 { + yyl4180 := r.ReadArrayStart() + if yyl4180 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4171, d) + x.codecDecodeSelfFromArray(yyl4180, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -52126,12 +52204,12 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4172Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4172Slc - var yyhl4172 bool = l >= 0 - for yyj4172 := 0; ; yyj4172++ { - if yyhl4172 { - if yyj4172 >= l { + var yys4181Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4181Slc + var yyhl4181 bool = l >= 0 + for yyj4181 := 0; ; yyj4181++ { + if yyhl4181 { + if yyj4181 >= l { break } } else { @@ -52140,10 +52218,10 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4172Slc = r.DecodeBytes(yys4172Slc, true, true) - yys4172 := string(yys4172Slc) + yys4181Slc = r.DecodeBytes(yys4181Slc, true, true) + yys4181 := string(yys4181Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4172 { + switch yys4181 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -52160,25 +52238,25 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4175 := &x.ObjectMeta - yyv4175.CodecDecodeSelf(d) + yyv4184 := &x.ObjectMeta + yyv4184.CodecDecodeSelf(d) } case "conditions": if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv4176 := &x.Conditions - yym4177 := z.DecBinary() - _ = yym4177 + yyv4185 := &x.Conditions + yym4186 := z.DecBinary() + _ = yym4186 if false { } else { - h.decSliceComponentCondition((*[]ComponentCondition)(yyv4176), d) + h.decSliceComponentCondition((*[]ComponentCondition)(yyv4185), d) } } default: - z.DecStructFieldNotFound(-1, yys4172) - } // end switch yys4172 - } // end for yyj4172 + z.DecStructFieldNotFound(-1, yys4181) + } // end switch yys4181 + } // end for yyj4181 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -52186,16 +52264,16 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4178 int - var yyb4178 bool - var yyhl4178 bool = l >= 0 - yyj4178++ - if yyhl4178 { - yyb4178 = yyj4178 > l + var yyj4187 int + var yyb4187 bool + var yyhl4187 bool = l >= 0 + yyj4187++ + if yyhl4187 { + yyb4187 = yyj4187 > l } else { - yyb4178 = r.CheckBreak() + yyb4187 = r.CheckBreak() } - if yyb4178 { + if yyb4187 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52205,13 +52283,13 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj4178++ - if yyhl4178 { - yyb4178 = yyj4178 > l + yyj4187++ + if yyhl4187 { + yyb4187 = yyj4187 > l } else { - yyb4178 = r.CheckBreak() + yyb4187 = r.CheckBreak() } - if yyb4178 { + if yyb4187 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52221,13 +52299,13 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj4178++ - if yyhl4178 { - yyb4178 = yyj4178 > l + yyj4187++ + if yyhl4187 { + yyb4187 = yyj4187 > l } else { - yyb4178 = r.CheckBreak() + yyb4187 = r.CheckBreak() } - if yyb4178 { + if yyb4187 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52235,16 +52313,16 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4181 := &x.ObjectMeta - yyv4181.CodecDecodeSelf(d) + yyv4190 := &x.ObjectMeta + yyv4190.CodecDecodeSelf(d) } - yyj4178++ - if yyhl4178 { - yyb4178 = yyj4178 > l + yyj4187++ + if yyhl4187 { + yyb4187 = yyj4187 > l } else { - yyb4178 = r.CheckBreak() + yyb4187 = r.CheckBreak() } - if yyb4178 { + if yyb4187 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52252,26 +52330,26 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv4182 := &x.Conditions - yym4183 := z.DecBinary() - _ = yym4183 + yyv4191 := &x.Conditions + yym4192 := z.DecBinary() + _ = yym4192 if false { } else { - h.decSliceComponentCondition((*[]ComponentCondition)(yyv4182), d) + h.decSliceComponentCondition((*[]ComponentCondition)(yyv4191), d) } } for { - yyj4178++ - if yyhl4178 { - yyb4178 = yyj4178 > l + yyj4187++ + if yyhl4187 { + yyb4187 = yyj4187 > l } else { - yyb4178 = r.CheckBreak() + yyb4187 = r.CheckBreak() } - if yyb4178 { + if yyb4187 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4178-1, "") + z.DecStructFieldNotFound(yyj4187-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -52283,37 +52361,37 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4184 := z.EncBinary() - _ = yym4184 + yym4193 := z.EncBinary() + _ = yym4193 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4185 := !z.EncBinary() - yy2arr4185 := z.EncBasicHandle().StructToArray - var yyq4185 [4]bool - _, _, _ = yysep4185, yyq4185, yy2arr4185 - const yyr4185 bool = false - yyq4185[0] = x.Kind != "" - yyq4185[1] = x.APIVersion != "" - yyq4185[2] = true - var yynn4185 int - if yyr4185 || yy2arr4185 { + yysep4194 := !z.EncBinary() + yy2arr4194 := z.EncBasicHandle().StructToArray + var yyq4194 [4]bool + _, _, _ = yysep4194, yyq4194, yy2arr4194 + const yyr4194 bool = false + yyq4194[0] = x.Kind != "" + yyq4194[1] = x.APIVersion != "" + yyq4194[2] = true + var yynn4194 int + if yyr4194 || yy2arr4194 { r.EncodeArrayStart(4) } else { - yynn4185 = 1 - for _, b := range yyq4185 { + yynn4194 = 1 + for _, b := range yyq4194 { if b { - yynn4185++ + yynn4194++ } } - r.EncodeMapStart(yynn4185) - yynn4185 = 0 + r.EncodeMapStart(yynn4194) + yynn4194 = 0 } - if yyr4185 || yy2arr4185 { + if yyr4194 || yy2arr4194 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4185[0] { - yym4187 := z.EncBinary() - _ = yym4187 + if yyq4194[0] { + yym4196 := z.EncBinary() + _ = yym4196 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -52322,23 +52400,23 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4185[0] { + if yyq4194[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4188 := z.EncBinary() - _ = yym4188 + yym4197 := z.EncBinary() + _ = yym4197 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4185 || yy2arr4185 { + if yyr4194 || yy2arr4194 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4185[1] { - yym4190 := z.EncBinary() - _ = yym4190 + if yyq4194[1] { + yym4199 := z.EncBinary() + _ = yym4199 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -52347,54 +52425,54 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4185[1] { + if yyq4194[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4191 := z.EncBinary() - _ = yym4191 + yym4200 := z.EncBinary() + _ = yym4200 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4185 || yy2arr4185 { + if yyr4194 || yy2arr4194 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4185[2] { - yy4193 := &x.ListMeta - yym4194 := z.EncBinary() - _ = yym4194 + if yyq4194[2] { + yy4202 := &x.ListMeta + yym4203 := z.EncBinary() + _ = yym4203 if false { - } else if z.HasExtensions() && z.EncExt(yy4193) { + } else if z.HasExtensions() && z.EncExt(yy4202) { } else { - z.EncFallback(yy4193) + z.EncFallback(yy4202) } } else { r.EncodeNil() } } else { - if yyq4185[2] { + if yyq4194[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4195 := &x.ListMeta - yym4196 := z.EncBinary() - _ = yym4196 + yy4204 := &x.ListMeta + yym4205 := z.EncBinary() + _ = yym4205 if false { - } else if z.HasExtensions() && z.EncExt(yy4195) { + } else if z.HasExtensions() && z.EncExt(yy4204) { } else { - z.EncFallback(yy4195) + z.EncFallback(yy4204) } } } - if yyr4185 || yy2arr4185 { + if yyr4194 || yy2arr4194 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4198 := z.EncBinary() - _ = yym4198 + yym4207 := z.EncBinary() + _ = yym4207 if false { } else { h.encSliceComponentStatus(([]ComponentStatus)(x.Items), e) @@ -52407,15 +52485,15 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4199 := z.EncBinary() - _ = yym4199 + yym4208 := z.EncBinary() + _ = yym4208 if false { } else { h.encSliceComponentStatus(([]ComponentStatus)(x.Items), e) } } } - if yyr4185 || yy2arr4185 { + if yyr4194 || yy2arr4194 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -52428,25 +52506,25 @@ func (x *ComponentStatusList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4200 := z.DecBinary() - _ = yym4200 + yym4209 := z.DecBinary() + _ = yym4209 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4201 := r.ContainerType() - if yyct4201 == codecSelferValueTypeMap1234 { - yyl4201 := r.ReadMapStart() - if yyl4201 == 0 { + yyct4210 := r.ContainerType() + if yyct4210 == codecSelferValueTypeMap1234 { + yyl4210 := r.ReadMapStart() + if yyl4210 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4201, d) + x.codecDecodeSelfFromMap(yyl4210, d) } - } else if yyct4201 == codecSelferValueTypeArray1234 { - yyl4201 := r.ReadArrayStart() - if yyl4201 == 0 { + } else if yyct4210 == codecSelferValueTypeArray1234 { + yyl4210 := r.ReadArrayStart() + if yyl4210 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4201, d) + x.codecDecodeSelfFromArray(yyl4210, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -52458,12 +52536,12 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4202Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4202Slc - var yyhl4202 bool = l >= 0 - for yyj4202 := 0; ; yyj4202++ { - if yyhl4202 { - if yyj4202 >= l { + var yys4211Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4211Slc + var yyhl4211 bool = l >= 0 + for yyj4211 := 0; ; yyj4211++ { + if yyhl4211 { + if yyj4211 >= l { break } } else { @@ -52472,10 +52550,10 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4202Slc = r.DecodeBytes(yys4202Slc, true, true) - yys4202 := string(yys4202Slc) + yys4211Slc = r.DecodeBytes(yys4211Slc, true, true) + yys4211 := string(yys4211Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4202 { + switch yys4211 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -52492,31 +52570,31 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4205 := &x.ListMeta - yym4206 := z.DecBinary() - _ = yym4206 + yyv4214 := &x.ListMeta + yym4215 := z.DecBinary() + _ = yym4215 if false { - } else if z.HasExtensions() && z.DecExt(yyv4205) { + } else if z.HasExtensions() && z.DecExt(yyv4214) { } else { - z.DecFallback(yyv4205, false) + z.DecFallback(yyv4214, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4207 := &x.Items - yym4208 := z.DecBinary() - _ = yym4208 + yyv4216 := &x.Items + yym4217 := z.DecBinary() + _ = yym4217 if false { } else { - h.decSliceComponentStatus((*[]ComponentStatus)(yyv4207), d) + h.decSliceComponentStatus((*[]ComponentStatus)(yyv4216), d) } } default: - z.DecStructFieldNotFound(-1, yys4202) - } // end switch yys4202 - } // end for yyj4202 + z.DecStructFieldNotFound(-1, yys4211) + } // end switch yys4211 + } // end for yyj4211 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -52524,16 +52602,16 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4209 int - var yyb4209 bool - var yyhl4209 bool = l >= 0 - yyj4209++ - if yyhl4209 { - yyb4209 = yyj4209 > l + var yyj4218 int + var yyb4218 bool + var yyhl4218 bool = l >= 0 + yyj4218++ + if yyhl4218 { + yyb4218 = yyj4218 > l } else { - yyb4209 = r.CheckBreak() + yyb4218 = r.CheckBreak() } - if yyb4209 { + if yyb4218 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52543,13 +52621,13 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj4209++ - if yyhl4209 { - yyb4209 = yyj4209 > l + yyj4218++ + if yyhl4218 { + yyb4218 = yyj4218 > l } else { - yyb4209 = r.CheckBreak() + yyb4218 = r.CheckBreak() } - if yyb4209 { + if yyb4218 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52559,13 +52637,13 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj4209++ - if yyhl4209 { - yyb4209 = yyj4209 > l + yyj4218++ + if yyhl4218 { + yyb4218 = yyj4218 > l } else { - yyb4209 = r.CheckBreak() + yyb4218 = r.CheckBreak() } - if yyb4209 { + if yyb4218 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52573,22 +52651,22 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4212 := &x.ListMeta - yym4213 := z.DecBinary() - _ = yym4213 + yyv4221 := &x.ListMeta + yym4222 := z.DecBinary() + _ = yym4222 if false { - } else if z.HasExtensions() && z.DecExt(yyv4212) { + } else if z.HasExtensions() && z.DecExt(yyv4221) { } else { - z.DecFallback(yyv4212, false) + z.DecFallback(yyv4221, false) } } - yyj4209++ - if yyhl4209 { - yyb4209 = yyj4209 > l + yyj4218++ + if yyhl4218 { + yyb4218 = yyj4218 > l } else { - yyb4209 = r.CheckBreak() + yyb4218 = r.CheckBreak() } - if yyb4209 { + if yyb4218 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52596,26 +52674,26 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4214 := &x.Items - yym4215 := z.DecBinary() - _ = yym4215 + yyv4223 := &x.Items + yym4224 := z.DecBinary() + _ = yym4224 if false { } else { - h.decSliceComponentStatus((*[]ComponentStatus)(yyv4214), d) + h.decSliceComponentStatus((*[]ComponentStatus)(yyv4223), d) } } for { - yyj4209++ - if yyhl4209 { - yyb4209 = yyj4209 > l + yyj4218++ + if yyhl4218 { + yyb4218 = yyj4218 > l } else { - yyb4209 = r.CheckBreak() + yyb4218 = r.CheckBreak() } - if yyb4209 { + if yyb4218 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4209-1, "") + z.DecStructFieldNotFound(yyj4218-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -52627,38 +52705,38 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4216 := z.EncBinary() - _ = yym4216 + yym4225 := z.EncBinary() + _ = yym4225 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4217 := !z.EncBinary() - yy2arr4217 := z.EncBasicHandle().StructToArray - var yyq4217 [1]bool - _, _, _ = yysep4217, yyq4217, yy2arr4217 - const yyr4217 bool = false - yyq4217[0] = len(x.Items) != 0 - var yynn4217 int - if yyr4217 || yy2arr4217 { + yysep4226 := !z.EncBinary() + yy2arr4226 := z.EncBasicHandle().StructToArray + var yyq4226 [1]bool + _, _, _ = yysep4226, yyq4226, yy2arr4226 + const yyr4226 bool = false + yyq4226[0] = len(x.Items) != 0 + var yynn4226 int + if yyr4226 || yy2arr4226 { r.EncodeArrayStart(1) } else { - yynn4217 = 0 - for _, b := range yyq4217 { + yynn4226 = 0 + for _, b := range yyq4226 { if b { - yynn4217++ + yynn4226++ } } - r.EncodeMapStart(yynn4217) - yynn4217 = 0 + r.EncodeMapStart(yynn4226) + yynn4226 = 0 } - if yyr4217 || yy2arr4217 { + if yyr4226 || yy2arr4226 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4217[0] { + if yyq4226[0] { if x.Items == nil { r.EncodeNil() } else { - yym4219 := z.EncBinary() - _ = yym4219 + yym4228 := z.EncBinary() + _ = yym4228 if false { } else { h.encSliceDownwardAPIVolumeFile(([]DownwardAPIVolumeFile)(x.Items), e) @@ -52668,15 +52746,15 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4217[0] { + if yyq4226[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("items")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Items == nil { r.EncodeNil() } else { - yym4220 := z.EncBinary() - _ = yym4220 + yym4229 := z.EncBinary() + _ = yym4229 if false { } else { h.encSliceDownwardAPIVolumeFile(([]DownwardAPIVolumeFile)(x.Items), e) @@ -52684,7 +52762,7 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4217 || yy2arr4217 { + if yyr4226 || yy2arr4226 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -52697,25 +52775,25 @@ func (x *DownwardAPIVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4221 := z.DecBinary() - _ = yym4221 + yym4230 := z.DecBinary() + _ = yym4230 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4222 := r.ContainerType() - if yyct4222 == codecSelferValueTypeMap1234 { - yyl4222 := r.ReadMapStart() - if yyl4222 == 0 { + yyct4231 := r.ContainerType() + if yyct4231 == codecSelferValueTypeMap1234 { + yyl4231 := r.ReadMapStart() + if yyl4231 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4222, d) + x.codecDecodeSelfFromMap(yyl4231, d) } - } else if yyct4222 == codecSelferValueTypeArray1234 { - yyl4222 := r.ReadArrayStart() - if yyl4222 == 0 { + } else if yyct4231 == codecSelferValueTypeArray1234 { + yyl4231 := r.ReadArrayStart() + if yyl4231 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4222, d) + x.codecDecodeSelfFromArray(yyl4231, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -52727,12 +52805,12 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4223Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4223Slc - var yyhl4223 bool = l >= 0 - for yyj4223 := 0; ; yyj4223++ { - if yyhl4223 { - if yyj4223 >= l { + var yys4232Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4232Slc + var yyhl4232 bool = l >= 0 + for yyj4232 := 0; ; yyj4232++ { + if yyhl4232 { + if yyj4232 >= l { break } } else { @@ -52741,26 +52819,26 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4223Slc = r.DecodeBytes(yys4223Slc, true, true) - yys4223 := string(yys4223Slc) + yys4232Slc = r.DecodeBytes(yys4232Slc, true, true) + yys4232 := string(yys4232Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4223 { + switch yys4232 { case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4224 := &x.Items - yym4225 := z.DecBinary() - _ = yym4225 + yyv4233 := &x.Items + yym4234 := z.DecBinary() + _ = yym4234 if false { } else { - h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv4224), d) + h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv4233), d) } } default: - z.DecStructFieldNotFound(-1, yys4223) - } // end switch yys4223 - } // end for yyj4223 + z.DecStructFieldNotFound(-1, yys4232) + } // end switch yys4232 + } // end for yyj4232 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -52768,16 +52846,16 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4226 int - var yyb4226 bool - var yyhl4226 bool = l >= 0 - yyj4226++ - if yyhl4226 { - yyb4226 = yyj4226 > l + var yyj4235 int + var yyb4235 bool + var yyhl4235 bool = l >= 0 + yyj4235++ + if yyhl4235 { + yyb4235 = yyj4235 > l } else { - yyb4226 = r.CheckBreak() + yyb4235 = r.CheckBreak() } - if yyb4226 { + if yyb4235 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52785,26 +52863,26 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4227 := &x.Items - yym4228 := z.DecBinary() - _ = yym4228 + yyv4236 := &x.Items + yym4237 := z.DecBinary() + _ = yym4237 if false { } else { - h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv4227), d) + h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv4236), d) } } for { - yyj4226++ - if yyhl4226 { - yyb4226 = yyj4226 > l + yyj4235++ + if yyhl4235 { + yyb4235 = yyj4235 > l } else { - yyb4226 = r.CheckBreak() + yyb4235 = r.CheckBreak() } - if yyb4226 { + if yyb4235 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4226-1, "") + z.DecStructFieldNotFound(yyj4235-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -52816,35 +52894,35 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4229 := z.EncBinary() - _ = yym4229 + yym4238 := z.EncBinary() + _ = yym4238 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4230 := !z.EncBinary() - yy2arr4230 := z.EncBasicHandle().StructToArray - var yyq4230 [3]bool - _, _, _ = yysep4230, yyq4230, yy2arr4230 - const yyr4230 bool = false - yyq4230[1] = x.FieldRef != nil - yyq4230[2] = x.ResourceFieldRef != nil - var yynn4230 int - if yyr4230 || yy2arr4230 { + yysep4239 := !z.EncBinary() + yy2arr4239 := z.EncBasicHandle().StructToArray + var yyq4239 [3]bool + _, _, _ = yysep4239, yyq4239, yy2arr4239 + const yyr4239 bool = false + yyq4239[1] = x.FieldRef != nil + yyq4239[2] = x.ResourceFieldRef != nil + var yynn4239 int + if yyr4239 || yy2arr4239 { r.EncodeArrayStart(3) } else { - yynn4230 = 1 - for _, b := range yyq4230 { + yynn4239 = 1 + for _, b := range yyq4239 { if b { - yynn4230++ + yynn4239++ } } - r.EncodeMapStart(yynn4230) - yynn4230 = 0 + r.EncodeMapStart(yynn4239) + yynn4239 = 0 } - if yyr4230 || yy2arr4230 { + if yyr4239 || yy2arr4239 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym4232 := z.EncBinary() - _ = yym4232 + yym4241 := z.EncBinary() + _ = yym4241 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -52853,16 +52931,16 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4233 := z.EncBinary() - _ = yym4233 + yym4242 := z.EncBinary() + _ = yym4242 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr4230 || yy2arr4230 { + if yyr4239 || yy2arr4239 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4230[1] { + if yyq4239[1] { if x.FieldRef == nil { r.EncodeNil() } else { @@ -52872,7 +52950,7 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4230[1] { + if yyq4239[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -52883,9 +52961,9 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4230 || yy2arr4230 { + if yyr4239 || yy2arr4239 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4230[2] { + if yyq4239[2] { if x.ResourceFieldRef == nil { r.EncodeNil() } else { @@ -52895,7 +52973,7 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4230[2] { + if yyq4239[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resourceFieldRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -52906,7 +52984,7 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4230 || yy2arr4230 { + if yyr4239 || yy2arr4239 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -52919,25 +52997,25 @@ func (x *DownwardAPIVolumeFile) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4236 := z.DecBinary() - _ = yym4236 + yym4245 := z.DecBinary() + _ = yym4245 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4237 := r.ContainerType() - if yyct4237 == codecSelferValueTypeMap1234 { - yyl4237 := r.ReadMapStart() - if yyl4237 == 0 { + yyct4246 := r.ContainerType() + if yyct4246 == codecSelferValueTypeMap1234 { + yyl4246 := r.ReadMapStart() + if yyl4246 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4237, d) + x.codecDecodeSelfFromMap(yyl4246, d) } - } else if yyct4237 == codecSelferValueTypeArray1234 { - yyl4237 := r.ReadArrayStart() - if yyl4237 == 0 { + } else if yyct4246 == codecSelferValueTypeArray1234 { + yyl4246 := r.ReadArrayStart() + if yyl4246 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4237, d) + x.codecDecodeSelfFromArray(yyl4246, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -52949,12 +53027,12 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4238Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4238Slc - var yyhl4238 bool = l >= 0 - for yyj4238 := 0; ; yyj4238++ { - if yyhl4238 { - if yyj4238 >= l { + var yys4247Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4247Slc + var yyhl4247 bool = l >= 0 + for yyj4247 := 0; ; yyj4247++ { + if yyhl4247 { + if yyj4247 >= l { break } } else { @@ -52963,10 +53041,10 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4238Slc = r.DecodeBytes(yys4238Slc, true, true) - yys4238 := string(yys4238Slc) + yys4247Slc = r.DecodeBytes(yys4247Slc, true, true) + yys4247 := string(yys4247Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4238 { + switch yys4247 { case "path": if r.TryDecodeAsNil() { x.Path = "" @@ -52996,9 +53074,9 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod x.ResourceFieldRef.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys4238) - } // end switch yys4238 - } // end for yyj4238 + z.DecStructFieldNotFound(-1, yys4247) + } // end switch yys4247 + } // end for yyj4247 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -53006,16 +53084,16 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4242 int - var yyb4242 bool - var yyhl4242 bool = l >= 0 - yyj4242++ - if yyhl4242 { - yyb4242 = yyj4242 > l + var yyj4251 int + var yyb4251 bool + var yyhl4251 bool = l >= 0 + yyj4251++ + if yyhl4251 { + yyb4251 = yyj4251 > l } else { - yyb4242 = r.CheckBreak() + yyb4251 = r.CheckBreak() } - if yyb4242 { + if yyb4251 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53025,13 +53103,13 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Path = string(r.DecodeString()) } - yyj4242++ - if yyhl4242 { - yyb4242 = yyj4242 > l + yyj4251++ + if yyhl4251 { + yyb4251 = yyj4251 > l } else { - yyb4242 = r.CheckBreak() + yyb4251 = r.CheckBreak() } - if yyb4242 { + if yyb4251 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53046,13 +53124,13 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec } x.FieldRef.CodecDecodeSelf(d) } - yyj4242++ - if yyhl4242 { - yyb4242 = yyj4242 > l + yyj4251++ + if yyhl4251 { + yyb4251 = yyj4251 > l } else { - yyb4242 = r.CheckBreak() + yyb4251 = r.CheckBreak() } - if yyb4242 { + if yyb4251 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53068,17 +53146,17 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec x.ResourceFieldRef.CodecDecodeSelf(d) } for { - yyj4242++ - if yyhl4242 { - yyb4242 = yyj4242 > l + yyj4251++ + if yyhl4251 { + yyb4251 = yyj4251 > l } else { - yyb4242 = r.CheckBreak() + yyb4251 = r.CheckBreak() } - if yyb4242 { + if yyb4251 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4242-1, "") + z.DecStructFieldNotFound(yyj4251-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -53090,38 +53168,38 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4246 := z.EncBinary() - _ = yym4246 + yym4255 := z.EncBinary() + _ = yym4255 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4247 := !z.EncBinary() - yy2arr4247 := z.EncBasicHandle().StructToArray - var yyq4247 [6]bool - _, _, _ = yysep4247, yyq4247, yy2arr4247 - const yyr4247 bool = false - yyq4247[0] = x.Capabilities != nil - yyq4247[1] = x.Privileged != nil - yyq4247[2] = x.SELinuxOptions != nil - yyq4247[3] = x.RunAsUser != nil - yyq4247[4] = x.RunAsNonRoot != nil - yyq4247[5] = x.ReadOnlyRootFilesystem != nil - var yynn4247 int - if yyr4247 || yy2arr4247 { + yysep4256 := !z.EncBinary() + yy2arr4256 := z.EncBasicHandle().StructToArray + var yyq4256 [6]bool + _, _, _ = yysep4256, yyq4256, yy2arr4256 + const yyr4256 bool = false + yyq4256[0] = x.Capabilities != nil + yyq4256[1] = x.Privileged != nil + yyq4256[2] = x.SELinuxOptions != nil + yyq4256[3] = x.RunAsUser != nil + yyq4256[4] = x.RunAsNonRoot != nil + yyq4256[5] = x.ReadOnlyRootFilesystem != nil + var yynn4256 int + if yyr4256 || yy2arr4256 { r.EncodeArrayStart(6) } else { - yynn4247 = 0 - for _, b := range yyq4247 { + yynn4256 = 0 + for _, b := range yyq4256 { if b { - yynn4247++ + yynn4256++ } } - r.EncodeMapStart(yynn4247) - yynn4247 = 0 + r.EncodeMapStart(yynn4256) + yynn4256 = 0 } - if yyr4247 || yy2arr4247 { + if yyr4256 || yy2arr4256 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4247[0] { + if yyq4256[0] { if x.Capabilities == nil { r.EncodeNil() } else { @@ -53131,7 +53209,7 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4247[0] { + if yyq4256[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capabilities")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -53142,44 +53220,44 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4247 || yy2arr4247 { + if yyr4256 || yy2arr4256 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4247[1] { + if yyq4256[1] { if x.Privileged == nil { r.EncodeNil() } else { - yy4250 := *x.Privileged - yym4251 := z.EncBinary() - _ = yym4251 + yy4259 := *x.Privileged + yym4260 := z.EncBinary() + _ = yym4260 if false { } else { - r.EncodeBool(bool(yy4250)) + r.EncodeBool(bool(yy4259)) } } } else { r.EncodeNil() } } else { - if yyq4247[1] { + if yyq4256[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("privileged")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Privileged == nil { r.EncodeNil() } else { - yy4252 := *x.Privileged - yym4253 := z.EncBinary() - _ = yym4253 + yy4261 := *x.Privileged + yym4262 := z.EncBinary() + _ = yym4262 if false { } else { - r.EncodeBool(bool(yy4252)) + r.EncodeBool(bool(yy4261)) } } } } - if yyr4247 || yy2arr4247 { + if yyr4256 || yy2arr4256 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4247[2] { + if yyq4256[2] { if x.SELinuxOptions == nil { r.EncodeNil() } else { @@ -53189,7 +53267,7 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4247[2] { + if yyq4256[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("seLinuxOptions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -53200,112 +53278,112 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4247 || yy2arr4247 { + if yyr4256 || yy2arr4256 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4247[3] { + if yyq4256[3] { if x.RunAsUser == nil { r.EncodeNil() } else { - yy4256 := *x.RunAsUser - yym4257 := z.EncBinary() - _ = yym4257 + yy4265 := *x.RunAsUser + yym4266 := z.EncBinary() + _ = yym4266 if false { } else { - r.EncodeInt(int64(yy4256)) + r.EncodeInt(int64(yy4265)) } } } else { r.EncodeNil() } } else { - if yyq4247[3] { + if yyq4256[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsUser")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsUser == nil { r.EncodeNil() } else { - yy4258 := *x.RunAsUser - yym4259 := z.EncBinary() - _ = yym4259 + yy4267 := *x.RunAsUser + yym4268 := z.EncBinary() + _ = yym4268 if false { } else { - r.EncodeInt(int64(yy4258)) + r.EncodeInt(int64(yy4267)) } } } } - if yyr4247 || yy2arr4247 { + if yyr4256 || yy2arr4256 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4247[4] { + if yyq4256[4] { if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy4261 := *x.RunAsNonRoot - yym4262 := z.EncBinary() - _ = yym4262 + yy4270 := *x.RunAsNonRoot + yym4271 := z.EncBinary() + _ = yym4271 if false { } else { - r.EncodeBool(bool(yy4261)) + r.EncodeBool(bool(yy4270)) } } } else { r.EncodeNil() } } else { - if yyq4247[4] { + if yyq4256[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsNonRoot")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy4263 := *x.RunAsNonRoot - yym4264 := z.EncBinary() - _ = yym4264 + yy4272 := *x.RunAsNonRoot + yym4273 := z.EncBinary() + _ = yym4273 if false { } else { - r.EncodeBool(bool(yy4263)) + r.EncodeBool(bool(yy4272)) } } } } - if yyr4247 || yy2arr4247 { + if yyr4256 || yy2arr4256 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4247[5] { + if yyq4256[5] { if x.ReadOnlyRootFilesystem == nil { r.EncodeNil() } else { - yy4266 := *x.ReadOnlyRootFilesystem - yym4267 := z.EncBinary() - _ = yym4267 + yy4275 := *x.ReadOnlyRootFilesystem + yym4276 := z.EncBinary() + _ = yym4276 if false { } else { - r.EncodeBool(bool(yy4266)) + r.EncodeBool(bool(yy4275)) } } } else { r.EncodeNil() } } else { - if yyq4247[5] { + if yyq4256[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnlyRootFilesystem")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ReadOnlyRootFilesystem == nil { r.EncodeNil() } else { - yy4268 := *x.ReadOnlyRootFilesystem - yym4269 := z.EncBinary() - _ = yym4269 + yy4277 := *x.ReadOnlyRootFilesystem + yym4278 := z.EncBinary() + _ = yym4278 if false { } else { - r.EncodeBool(bool(yy4268)) + r.EncodeBool(bool(yy4277)) } } } } - if yyr4247 || yy2arr4247 { + if yyr4256 || yy2arr4256 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -53318,25 +53396,25 @@ func (x *SecurityContext) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4270 := z.DecBinary() - _ = yym4270 + yym4279 := z.DecBinary() + _ = yym4279 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4271 := r.ContainerType() - if yyct4271 == codecSelferValueTypeMap1234 { - yyl4271 := r.ReadMapStart() - if yyl4271 == 0 { + yyct4280 := r.ContainerType() + if yyct4280 == codecSelferValueTypeMap1234 { + yyl4280 := r.ReadMapStart() + if yyl4280 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4271, d) + x.codecDecodeSelfFromMap(yyl4280, d) } - } else if yyct4271 == codecSelferValueTypeArray1234 { - yyl4271 := r.ReadArrayStart() - if yyl4271 == 0 { + } else if yyct4280 == codecSelferValueTypeArray1234 { + yyl4280 := r.ReadArrayStart() + if yyl4280 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4271, d) + x.codecDecodeSelfFromArray(yyl4280, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -53348,12 +53426,12 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4272Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4272Slc - var yyhl4272 bool = l >= 0 - for yyj4272 := 0; ; yyj4272++ { - if yyhl4272 { - if yyj4272 >= l { + var yys4281Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4281Slc + var yyhl4281 bool = l >= 0 + for yyj4281 := 0; ; yyj4281++ { + if yyhl4281 { + if yyj4281 >= l { break } } else { @@ -53362,10 +53440,10 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4272Slc = r.DecodeBytes(yys4272Slc, true, true) - yys4272 := string(yys4272Slc) + yys4281Slc = r.DecodeBytes(yys4281Slc, true, true) + yys4281 := string(yys4281Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4272 { + switch yys4281 { case "capabilities": if r.TryDecodeAsNil() { if x.Capabilities != nil { @@ -53386,8 +53464,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Privileged == nil { x.Privileged = new(bool) } - yym4275 := z.DecBinary() - _ = yym4275 + yym4284 := z.DecBinary() + _ = yym4284 if false { } else { *((*bool)(x.Privileged)) = r.DecodeBool() @@ -53413,8 +53491,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym4278 := z.DecBinary() - _ = yym4278 + yym4287 := z.DecBinary() + _ = yym4287 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) @@ -53429,8 +53507,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym4280 := z.DecBinary() - _ = yym4280 + yym4289 := z.DecBinary() + _ = yym4289 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() @@ -53445,17 +53523,17 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.ReadOnlyRootFilesystem == nil { x.ReadOnlyRootFilesystem = new(bool) } - yym4282 := z.DecBinary() - _ = yym4282 + yym4291 := z.DecBinary() + _ = yym4291 if false { } else { *((*bool)(x.ReadOnlyRootFilesystem)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys4272) - } // end switch yys4272 - } // end for yyj4272 + z.DecStructFieldNotFound(-1, yys4281) + } // end switch yys4281 + } // end for yyj4281 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -53463,16 +53541,16 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4283 int - var yyb4283 bool - var yyhl4283 bool = l >= 0 - yyj4283++ - if yyhl4283 { - yyb4283 = yyj4283 > l + var yyj4292 int + var yyb4292 bool + var yyhl4292 bool = l >= 0 + yyj4292++ + if yyhl4292 { + yyb4292 = yyj4292 > l } else { - yyb4283 = r.CheckBreak() + yyb4292 = r.CheckBreak() } - if yyb4283 { + if yyb4292 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53487,13 +53565,13 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.Capabilities.CodecDecodeSelf(d) } - yyj4283++ - if yyhl4283 { - yyb4283 = yyj4283 > l + yyj4292++ + if yyhl4292 { + yyb4292 = yyj4292 > l } else { - yyb4283 = r.CheckBreak() + yyb4292 = r.CheckBreak() } - if yyb4283 { + if yyb4292 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53506,20 +53584,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.Privileged == nil { x.Privileged = new(bool) } - yym4286 := z.DecBinary() - _ = yym4286 + yym4295 := z.DecBinary() + _ = yym4295 if false { } else { *((*bool)(x.Privileged)) = r.DecodeBool() } } - yyj4283++ - if yyhl4283 { - yyb4283 = yyj4283 > l + yyj4292++ + if yyhl4292 { + yyb4292 = yyj4292 > l } else { - yyb4283 = r.CheckBreak() + yyb4292 = r.CheckBreak() } - if yyb4283 { + if yyb4292 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53534,13 +53612,13 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.SELinuxOptions.CodecDecodeSelf(d) } - yyj4283++ - if yyhl4283 { - yyb4283 = yyj4283 > l + yyj4292++ + if yyhl4292 { + yyb4292 = yyj4292 > l } else { - yyb4283 = r.CheckBreak() + yyb4292 = r.CheckBreak() } - if yyb4283 { + if yyb4292 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53553,20 +53631,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym4289 := z.DecBinary() - _ = yym4289 + yym4298 := z.DecBinary() + _ = yym4298 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) } } - yyj4283++ - if yyhl4283 { - yyb4283 = yyj4283 > l + yyj4292++ + if yyhl4292 { + yyb4292 = yyj4292 > l } else { - yyb4283 = r.CheckBreak() + yyb4292 = r.CheckBreak() } - if yyb4283 { + if yyb4292 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53579,20 +53657,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym4291 := z.DecBinary() - _ = yym4291 + yym4300 := z.DecBinary() + _ = yym4300 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() } } - yyj4283++ - if yyhl4283 { - yyb4283 = yyj4283 > l + yyj4292++ + if yyhl4292 { + yyb4292 = yyj4292 > l } else { - yyb4283 = r.CheckBreak() + yyb4292 = r.CheckBreak() } - if yyb4283 { + if yyb4292 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53605,25 +53683,25 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.ReadOnlyRootFilesystem == nil { x.ReadOnlyRootFilesystem = new(bool) } - yym4293 := z.DecBinary() - _ = yym4293 + yym4302 := z.DecBinary() + _ = yym4302 if false { } else { *((*bool)(x.ReadOnlyRootFilesystem)) = r.DecodeBool() } } for { - yyj4283++ - if yyhl4283 { - yyb4283 = yyj4283 > l + yyj4292++ + if yyhl4292 { + yyb4292 = yyj4292 > l } else { - yyb4283 = r.CheckBreak() + yyb4292 = r.CheckBreak() } - if yyb4283 { + if yyb4292 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4283-1, "") + z.DecStructFieldNotFound(yyj4292-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -53635,38 +53713,38 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4294 := z.EncBinary() - _ = yym4294 + yym4303 := z.EncBinary() + _ = yym4303 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4295 := !z.EncBinary() - yy2arr4295 := z.EncBasicHandle().StructToArray - var yyq4295 [4]bool - _, _, _ = yysep4295, yyq4295, yy2arr4295 - const yyr4295 bool = false - yyq4295[0] = x.User != "" - yyq4295[1] = x.Role != "" - yyq4295[2] = x.Type != "" - yyq4295[3] = x.Level != "" - var yynn4295 int - if yyr4295 || yy2arr4295 { + yysep4304 := !z.EncBinary() + yy2arr4304 := z.EncBasicHandle().StructToArray + var yyq4304 [4]bool + _, _, _ = yysep4304, yyq4304, yy2arr4304 + const yyr4304 bool = false + yyq4304[0] = x.User != "" + yyq4304[1] = x.Role != "" + yyq4304[2] = x.Type != "" + yyq4304[3] = x.Level != "" + var yynn4304 int + if yyr4304 || yy2arr4304 { r.EncodeArrayStart(4) } else { - yynn4295 = 0 - for _, b := range yyq4295 { + yynn4304 = 0 + for _, b := range yyq4304 { if b { - yynn4295++ + yynn4304++ } } - r.EncodeMapStart(yynn4295) - yynn4295 = 0 + r.EncodeMapStart(yynn4304) + yynn4304 = 0 } - if yyr4295 || yy2arr4295 { + if yyr4304 || yy2arr4304 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4295[0] { - yym4297 := z.EncBinary() - _ = yym4297 + if yyq4304[0] { + yym4306 := z.EncBinary() + _ = yym4306 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) @@ -53675,23 +53753,23 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4295[0] { + if yyq4304[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("user")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4298 := z.EncBinary() - _ = yym4298 + yym4307 := z.EncBinary() + _ = yym4307 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) } } } - if yyr4295 || yy2arr4295 { + if yyr4304 || yy2arr4304 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4295[1] { - yym4300 := z.EncBinary() - _ = yym4300 + if yyq4304[1] { + yym4309 := z.EncBinary() + _ = yym4309 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Role)) @@ -53700,23 +53778,23 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4295[1] { + if yyq4304[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("role")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4301 := z.EncBinary() - _ = yym4301 + yym4310 := z.EncBinary() + _ = yym4310 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Role)) } } } - if yyr4295 || yy2arr4295 { + if yyr4304 || yy2arr4304 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4295[2] { - yym4303 := z.EncBinary() - _ = yym4303 + if yyq4304[2] { + yym4312 := z.EncBinary() + _ = yym4312 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) @@ -53725,23 +53803,23 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4295[2] { + if yyq4304[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4304 := z.EncBinary() - _ = yym4304 + yym4313 := z.EncBinary() + _ = yym4313 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) } } } - if yyr4295 || yy2arr4295 { + if yyr4304 || yy2arr4304 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4295[3] { - yym4306 := z.EncBinary() - _ = yym4306 + if yyq4304[3] { + yym4315 := z.EncBinary() + _ = yym4315 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Level)) @@ -53750,19 +53828,19 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4295[3] { + if yyq4304[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("level")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4307 := z.EncBinary() - _ = yym4307 + yym4316 := z.EncBinary() + _ = yym4316 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Level)) } } } - if yyr4295 || yy2arr4295 { + if yyr4304 || yy2arr4304 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -53775,25 +53853,25 @@ func (x *SELinuxOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4308 := z.DecBinary() - _ = yym4308 + yym4317 := z.DecBinary() + _ = yym4317 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4309 := r.ContainerType() - if yyct4309 == codecSelferValueTypeMap1234 { - yyl4309 := r.ReadMapStart() - if yyl4309 == 0 { + yyct4318 := r.ContainerType() + if yyct4318 == codecSelferValueTypeMap1234 { + yyl4318 := r.ReadMapStart() + if yyl4318 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4309, d) + x.codecDecodeSelfFromMap(yyl4318, d) } - } else if yyct4309 == codecSelferValueTypeArray1234 { - yyl4309 := r.ReadArrayStart() - if yyl4309 == 0 { + } else if yyct4318 == codecSelferValueTypeArray1234 { + yyl4318 := r.ReadArrayStart() + if yyl4318 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4309, d) + x.codecDecodeSelfFromArray(yyl4318, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -53805,12 +53883,12 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4310Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4310Slc - var yyhl4310 bool = l >= 0 - for yyj4310 := 0; ; yyj4310++ { - if yyhl4310 { - if yyj4310 >= l { + var yys4319Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4319Slc + var yyhl4319 bool = l >= 0 + for yyj4319 := 0; ; yyj4319++ { + if yyhl4319 { + if yyj4319 >= l { break } } else { @@ -53819,10 +53897,10 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4310Slc = r.DecodeBytes(yys4310Slc, true, true) - yys4310 := string(yys4310Slc) + yys4319Slc = r.DecodeBytes(yys4319Slc, true, true) + yys4319 := string(yys4319Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4310 { + switch yys4319 { case "user": if r.TryDecodeAsNil() { x.User = "" @@ -53848,9 +53926,9 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Level = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys4310) - } // end switch yys4310 - } // end for yyj4310 + z.DecStructFieldNotFound(-1, yys4319) + } // end switch yys4319 + } // end for yyj4319 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -53858,16 +53936,16 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4315 int - var yyb4315 bool - var yyhl4315 bool = l >= 0 - yyj4315++ - if yyhl4315 { - yyb4315 = yyj4315 > l + var yyj4324 int + var yyb4324 bool + var yyhl4324 bool = l >= 0 + yyj4324++ + if yyhl4324 { + yyb4324 = yyj4324 > l } else { - yyb4315 = r.CheckBreak() + yyb4324 = r.CheckBreak() } - if yyb4315 { + if yyb4324 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53877,13 +53955,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.User = string(r.DecodeString()) } - yyj4315++ - if yyhl4315 { - yyb4315 = yyj4315 > l + yyj4324++ + if yyhl4324 { + yyb4324 = yyj4324 > l } else { - yyb4315 = r.CheckBreak() + yyb4324 = r.CheckBreak() } - if yyb4315 { + if yyb4324 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53893,13 +53971,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Role = string(r.DecodeString()) } - yyj4315++ - if yyhl4315 { - yyb4315 = yyj4315 > l + yyj4324++ + if yyhl4324 { + yyb4324 = yyj4324 > l } else { - yyb4315 = r.CheckBreak() + yyb4324 = r.CheckBreak() } - if yyb4315 { + if yyb4324 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53909,13 +53987,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = string(r.DecodeString()) } - yyj4315++ - if yyhl4315 { - yyb4315 = yyj4315 > l + yyj4324++ + if yyhl4324 { + yyb4324 = yyj4324 > l } else { - yyb4315 = r.CheckBreak() + yyb4324 = r.CheckBreak() } - if yyb4315 { + if yyb4324 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53926,17 +54004,17 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Level = string(r.DecodeString()) } for { - yyj4315++ - if yyhl4315 { - yyb4315 = yyj4315 > l + yyj4324++ + if yyhl4324 { + yyb4324 = yyj4324 > l } else { - yyb4315 = r.CheckBreak() + yyb4324 = r.CheckBreak() } - if yyb4315 { + if yyb4324 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4315-1, "") + z.DecStructFieldNotFound(yyj4324-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -53948,37 +54026,37 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4320 := z.EncBinary() - _ = yym4320 + yym4329 := z.EncBinary() + _ = yym4329 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4321 := !z.EncBinary() - yy2arr4321 := z.EncBasicHandle().StructToArray - var yyq4321 [5]bool - _, _, _ = yysep4321, yyq4321, yy2arr4321 - const yyr4321 bool = false - yyq4321[0] = x.Kind != "" - yyq4321[1] = x.APIVersion != "" - yyq4321[2] = true - var yynn4321 int - if yyr4321 || yy2arr4321 { + yysep4330 := !z.EncBinary() + yy2arr4330 := z.EncBasicHandle().StructToArray + var yyq4330 [5]bool + _, _, _ = yysep4330, yyq4330, yy2arr4330 + const yyr4330 bool = false + yyq4330[0] = x.Kind != "" + yyq4330[1] = x.APIVersion != "" + yyq4330[2] = true + var yynn4330 int + if yyr4330 || yy2arr4330 { r.EncodeArrayStart(5) } else { - yynn4321 = 2 - for _, b := range yyq4321 { + yynn4330 = 2 + for _, b := range yyq4330 { if b { - yynn4321++ + yynn4330++ } } - r.EncodeMapStart(yynn4321) - yynn4321 = 0 + r.EncodeMapStart(yynn4330) + yynn4330 = 0 } - if yyr4321 || yy2arr4321 { + if yyr4330 || yy2arr4330 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4321[0] { - yym4323 := z.EncBinary() - _ = yym4323 + if yyq4330[0] { + yym4332 := z.EncBinary() + _ = yym4332 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -53987,23 +54065,23 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4321[0] { + if yyq4330[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4324 := z.EncBinary() - _ = yym4324 + yym4333 := z.EncBinary() + _ = yym4333 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4321 || yy2arr4321 { + if yyr4330 || yy2arr4330 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4321[1] { - yym4326 := z.EncBinary() - _ = yym4326 + if yyq4330[1] { + yym4335 := z.EncBinary() + _ = yym4335 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -54012,39 +54090,39 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4321[1] { + if yyq4330[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4327 := z.EncBinary() - _ = yym4327 + yym4336 := z.EncBinary() + _ = yym4336 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4321 || yy2arr4321 { + if yyr4330 || yy2arr4330 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4321[2] { - yy4329 := &x.ObjectMeta - yy4329.CodecEncodeSelf(e) + if yyq4330[2] { + yy4338 := &x.ObjectMeta + yy4338.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4321[2] { + if yyq4330[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4330 := &x.ObjectMeta - yy4330.CodecEncodeSelf(e) + yy4339 := &x.ObjectMeta + yy4339.CodecEncodeSelf(e) } } - if yyr4321 || yy2arr4321 { + if yyr4330 || yy2arr4330 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym4332 := z.EncBinary() - _ = yym4332 + yym4341 := z.EncBinary() + _ = yym4341 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Range)) @@ -54053,20 +54131,20 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("range")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4333 := z.EncBinary() - _ = yym4333 + yym4342 := z.EncBinary() + _ = yym4342 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Range)) } } - if yyr4321 || yy2arr4321 { + if yyr4330 || yy2arr4330 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Data == nil { r.EncodeNil() } else { - yym4335 := z.EncBinary() - _ = yym4335 + yym4344 := z.EncBinary() + _ = yym4344 if false { } else { r.EncodeStringBytes(codecSelferC_RAW1234, []byte(x.Data)) @@ -54079,15 +54157,15 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { if x.Data == nil { r.EncodeNil() } else { - yym4336 := z.EncBinary() - _ = yym4336 + yym4345 := z.EncBinary() + _ = yym4345 if false { } else { r.EncodeStringBytes(codecSelferC_RAW1234, []byte(x.Data)) } } } - if yyr4321 || yy2arr4321 { + if yyr4330 || yy2arr4330 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -54100,25 +54178,25 @@ func (x *RangeAllocation) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4337 := z.DecBinary() - _ = yym4337 + yym4346 := z.DecBinary() + _ = yym4346 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4338 := r.ContainerType() - if yyct4338 == codecSelferValueTypeMap1234 { - yyl4338 := r.ReadMapStart() - if yyl4338 == 0 { + yyct4347 := r.ContainerType() + if yyct4347 == codecSelferValueTypeMap1234 { + yyl4347 := r.ReadMapStart() + if yyl4347 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4338, d) + x.codecDecodeSelfFromMap(yyl4347, d) } - } else if yyct4338 == codecSelferValueTypeArray1234 { - yyl4338 := r.ReadArrayStart() - if yyl4338 == 0 { + } else if yyct4347 == codecSelferValueTypeArray1234 { + yyl4347 := r.ReadArrayStart() + if yyl4347 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4338, d) + x.codecDecodeSelfFromArray(yyl4347, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -54130,12 +54208,12 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4339Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4339Slc - var yyhl4339 bool = l >= 0 - for yyj4339 := 0; ; yyj4339++ { - if yyhl4339 { - if yyj4339 >= 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 { @@ -54144,10 +54222,10 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4339Slc = r.DecodeBytes(yys4339Slc, true, true) - yys4339 := string(yys4339Slc) + yys4348Slc = r.DecodeBytes(yys4348Slc, true, true) + yys4348 := string(yys4348Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4339 { + switch yys4348 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -54164,8 +54242,8 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4342 := &x.ObjectMeta - yyv4342.CodecDecodeSelf(d) + yyv4351 := &x.ObjectMeta + yyv4351.CodecDecodeSelf(d) } case "range": if r.TryDecodeAsNil() { @@ -54177,18 +54255,18 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4344 := &x.Data - yym4345 := z.DecBinary() - _ = yym4345 + yyv4353 := &x.Data + yym4354 := z.DecBinary() + _ = yym4354 if false { } else { - *yyv4344 = r.DecodeBytes(*(*[]byte)(yyv4344), false, false) + *yyv4353 = r.DecodeBytes(*(*[]byte)(yyv4353), false, false) } } default: - z.DecStructFieldNotFound(-1, yys4339) - } // end switch yys4339 - } // end for yyj4339 + z.DecStructFieldNotFound(-1, yys4348) + } // end switch yys4348 + } // end for yyj4348 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -54196,16 +54274,16 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4346 int - var yyb4346 bool - var yyhl4346 bool = l >= 0 - yyj4346++ - if yyhl4346 { - yyb4346 = yyj4346 > l + var yyj4355 int + var yyb4355 bool + var yyhl4355 bool = l >= 0 + yyj4355++ + if yyhl4355 { + yyb4355 = yyj4355 > l } else { - yyb4346 = r.CheckBreak() + yyb4355 = r.CheckBreak() } - if yyb4346 { + if yyb4355 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54215,13 +54293,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj4346++ - if yyhl4346 { - yyb4346 = yyj4346 > l + yyj4355++ + if yyhl4355 { + yyb4355 = yyj4355 > l } else { - yyb4346 = r.CheckBreak() + yyb4355 = r.CheckBreak() } - if yyb4346 { + if yyb4355 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54231,13 +54309,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj4346++ - if yyhl4346 { - yyb4346 = yyj4346 > l + yyj4355++ + if yyhl4355 { + yyb4355 = yyj4355 > l } else { - yyb4346 = r.CheckBreak() + yyb4355 = r.CheckBreak() } - if yyb4346 { + if yyb4355 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54245,16 +54323,16 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4349 := &x.ObjectMeta - yyv4349.CodecDecodeSelf(d) + yyv4358 := &x.ObjectMeta + yyv4358.CodecDecodeSelf(d) } - yyj4346++ - if yyhl4346 { - yyb4346 = yyj4346 > l + yyj4355++ + if yyhl4355 { + yyb4355 = yyj4355 > l } else { - yyb4346 = r.CheckBreak() + yyb4355 = r.CheckBreak() } - if yyb4346 { + if yyb4355 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54264,13 +54342,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Range = string(r.DecodeString()) } - yyj4346++ - if yyhl4346 { - yyb4346 = yyj4346 > l + yyj4355++ + if yyhl4355 { + yyb4355 = yyj4355 > l } else { - yyb4346 = r.CheckBreak() + yyb4355 = r.CheckBreak() } - if yyb4346 { + if yyb4355 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54278,26 +54356,26 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4351 := &x.Data - yym4352 := z.DecBinary() - _ = yym4352 + yyv4360 := &x.Data + yym4361 := z.DecBinary() + _ = yym4361 if false { } else { - *yyv4351 = r.DecodeBytes(*(*[]byte)(yyv4351), false, false) + *yyv4360 = r.DecodeBytes(*(*[]byte)(yyv4360), false, false) } } for { - yyj4346++ - if yyhl4346 { - yyb4346 = yyj4346 > l + yyj4355++ + if yyhl4355 { + yyb4355 = yyj4355 > l } else { - yyb4346 = r.CheckBreak() + yyb4355 = r.CheckBreak() } - if yyb4346 { + if yyb4355 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4346-1, "") + z.DecStructFieldNotFound(yyj4355-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54307,10 +54385,10 @@ func (x codecSelfer1234) encSliceOwnerReference(v []OwnerReference, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4353 := range v { + for _, yyv4362 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4354 := &yyv4353 - yy4354.CodecEncodeSelf(e) + yy4363 := &yyv4362 + yy4363.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54320,83 +54398,83 @@ func (x codecSelfer1234) decSliceOwnerReference(v *[]OwnerReference, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4355 := *v - yyh4355, yyl4355 := z.DecSliceHelperStart() - var yyc4355 bool - if yyl4355 == 0 { - if yyv4355 == nil { - yyv4355 = []OwnerReference{} - yyc4355 = true - } else if len(yyv4355) != 0 { - yyv4355 = yyv4355[:0] - yyc4355 = true + yyv4364 := *v + yyh4364, yyl4364 := z.DecSliceHelperStart() + var yyc4364 bool + if yyl4364 == 0 { + if yyv4364 == nil { + yyv4364 = []OwnerReference{} + yyc4364 = true + } else if len(yyv4364) != 0 { + yyv4364 = yyv4364[:0] + yyc4364 = true } - } else if yyl4355 > 0 { - var yyrr4355, yyrl4355 int - var yyrt4355 bool - if yyl4355 > cap(yyv4355) { + } else if yyl4364 > 0 { + var yyrr4364, yyrl4364 int + var yyrt4364 bool + if yyl4364 > cap(yyv4364) { - yyrg4355 := len(yyv4355) > 0 - yyv24355 := yyv4355 - yyrl4355, yyrt4355 = z.DecInferLen(yyl4355, z.DecBasicHandle().MaxInitLen, 72) - if yyrt4355 { - if yyrl4355 <= cap(yyv4355) { - yyv4355 = yyv4355[:yyrl4355] + yyrg4364 := len(yyv4364) > 0 + yyv24364 := yyv4364 + yyrl4364, yyrt4364 = z.DecInferLen(yyl4364, z.DecBasicHandle().MaxInitLen, 72) + if yyrt4364 { + if yyrl4364 <= cap(yyv4364) { + yyv4364 = yyv4364[:yyrl4364] } else { - yyv4355 = make([]OwnerReference, yyrl4355) + yyv4364 = make([]OwnerReference, yyrl4364) } } else { - yyv4355 = make([]OwnerReference, yyrl4355) + yyv4364 = make([]OwnerReference, yyrl4364) } - yyc4355 = true - yyrr4355 = len(yyv4355) - if yyrg4355 { - copy(yyv4355, yyv24355) + yyc4364 = true + yyrr4364 = len(yyv4364) + if yyrg4364 { + copy(yyv4364, yyv24364) } - } else if yyl4355 != len(yyv4355) { - yyv4355 = yyv4355[:yyl4355] - yyc4355 = true + } else if yyl4364 != len(yyv4364) { + yyv4364 = yyv4364[:yyl4364] + yyc4364 = true } - yyj4355 := 0 - for ; yyj4355 < yyrr4355; yyj4355++ { - yyh4355.ElemContainerState(yyj4355) + yyj4364 := 0 + for ; yyj4364 < yyrr4364; yyj4364++ { + yyh4364.ElemContainerState(yyj4364) if r.TryDecodeAsNil() { - yyv4355[yyj4355] = OwnerReference{} + yyv4364[yyj4364] = OwnerReference{} } else { - yyv4356 := &yyv4355[yyj4355] - yyv4356.CodecDecodeSelf(d) + yyv4365 := &yyv4364[yyj4364] + yyv4365.CodecDecodeSelf(d) } } - if yyrt4355 { - for ; yyj4355 < yyl4355; yyj4355++ { - yyv4355 = append(yyv4355, OwnerReference{}) - yyh4355.ElemContainerState(yyj4355) + if yyrt4364 { + for ; yyj4364 < yyl4364; yyj4364++ { + yyv4364 = append(yyv4364, OwnerReference{}) + yyh4364.ElemContainerState(yyj4364) if r.TryDecodeAsNil() { - yyv4355[yyj4355] = OwnerReference{} + yyv4364[yyj4364] = OwnerReference{} } else { - yyv4357 := &yyv4355[yyj4355] - yyv4357.CodecDecodeSelf(d) + yyv4366 := &yyv4364[yyj4364] + yyv4366.CodecDecodeSelf(d) } } } } else { - yyj4355 := 0 - for ; !r.CheckBreak(); yyj4355++ { + yyj4364 := 0 + for ; !r.CheckBreak(); yyj4364++ { - if yyj4355 >= len(yyv4355) { - yyv4355 = append(yyv4355, OwnerReference{}) // var yyz4355 OwnerReference - yyc4355 = true + if yyj4364 >= len(yyv4364) { + yyv4364 = append(yyv4364, OwnerReference{}) // var yyz4364 OwnerReference + yyc4364 = true } - yyh4355.ElemContainerState(yyj4355) - if yyj4355 < len(yyv4355) { + yyh4364.ElemContainerState(yyj4364) + if yyj4364 < len(yyv4364) { if r.TryDecodeAsNil() { - yyv4355[yyj4355] = OwnerReference{} + yyv4364[yyj4364] = OwnerReference{} } else { - yyv4358 := &yyv4355[yyj4355] - yyv4358.CodecDecodeSelf(d) + yyv4367 := &yyv4364[yyj4364] + yyv4367.CodecDecodeSelf(d) } } else { @@ -54404,17 +54482,17 @@ func (x codecSelfer1234) decSliceOwnerReference(v *[]OwnerReference, d *codec197 } } - if yyj4355 < len(yyv4355) { - yyv4355 = yyv4355[:yyj4355] - yyc4355 = true - } else if yyj4355 == 0 && yyv4355 == nil { - yyv4355 = []OwnerReference{} - yyc4355 = true + if yyj4364 < len(yyv4364) { + yyv4364 = yyv4364[:yyj4364] + yyc4364 = true + } else if yyj4364 == 0 && yyv4364 == nil { + yyv4364 = []OwnerReference{} + yyc4364 = true } } - yyh4355.End() - if yyc4355 { - *v = yyv4355 + yyh4364.End() + if yyc4364 { + *v = yyv4364 } } @@ -54423,9 +54501,9 @@ func (x codecSelfer1234) encSlicePersistentVolumeAccessMode(v []PersistentVolume z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4359 := range v { + for _, yyv4368 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4359.CodecEncodeSelf(e) + yyv4368.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54435,75 +54513,75 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4360 := *v - yyh4360, yyl4360 := z.DecSliceHelperStart() - var yyc4360 bool - if yyl4360 == 0 { - if yyv4360 == nil { - yyv4360 = []PersistentVolumeAccessMode{} - yyc4360 = true - } else if len(yyv4360) != 0 { - yyv4360 = yyv4360[:0] - yyc4360 = true + yyv4369 := *v + yyh4369, yyl4369 := z.DecSliceHelperStart() + var yyc4369 bool + if yyl4369 == 0 { + if yyv4369 == nil { + yyv4369 = []PersistentVolumeAccessMode{} + yyc4369 = true + } else if len(yyv4369) != 0 { + yyv4369 = yyv4369[:0] + yyc4369 = true } - } else if yyl4360 > 0 { - var yyrr4360, yyrl4360 int - var yyrt4360 bool - if yyl4360 > cap(yyv4360) { + } else if yyl4369 > 0 { + var yyrr4369, yyrl4369 int + var yyrt4369 bool + if yyl4369 > cap(yyv4369) { - yyrl4360, yyrt4360 = z.DecInferLen(yyl4360, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4360 { - if yyrl4360 <= cap(yyv4360) { - yyv4360 = yyv4360[:yyrl4360] + yyrl4369, yyrt4369 = z.DecInferLen(yyl4369, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4369 { + if yyrl4369 <= cap(yyv4369) { + yyv4369 = yyv4369[:yyrl4369] } else { - yyv4360 = make([]PersistentVolumeAccessMode, yyrl4360) + yyv4369 = make([]PersistentVolumeAccessMode, yyrl4369) } } else { - yyv4360 = make([]PersistentVolumeAccessMode, yyrl4360) + yyv4369 = make([]PersistentVolumeAccessMode, yyrl4369) } - yyc4360 = true - yyrr4360 = len(yyv4360) - } else if yyl4360 != len(yyv4360) { - yyv4360 = yyv4360[:yyl4360] - yyc4360 = true + yyc4369 = true + yyrr4369 = len(yyv4369) + } else if yyl4369 != len(yyv4369) { + yyv4369 = yyv4369[:yyl4369] + yyc4369 = true } - yyj4360 := 0 - for ; yyj4360 < yyrr4360; yyj4360++ { - yyh4360.ElemContainerState(yyj4360) + yyj4369 := 0 + for ; yyj4369 < yyrr4369; yyj4369++ { + yyh4369.ElemContainerState(yyj4369) if r.TryDecodeAsNil() { - yyv4360[yyj4360] = "" + yyv4369[yyj4369] = "" } else { - yyv4360[yyj4360] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4369[yyj4369] = PersistentVolumeAccessMode(r.DecodeString()) } } - if yyrt4360 { - for ; yyj4360 < yyl4360; yyj4360++ { - yyv4360 = append(yyv4360, "") - yyh4360.ElemContainerState(yyj4360) + if yyrt4369 { + for ; yyj4369 < yyl4369; yyj4369++ { + yyv4369 = append(yyv4369, "") + yyh4369.ElemContainerState(yyj4369) if r.TryDecodeAsNil() { - yyv4360[yyj4360] = "" + yyv4369[yyj4369] = "" } else { - yyv4360[yyj4360] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4369[yyj4369] = PersistentVolumeAccessMode(r.DecodeString()) } } } } else { - yyj4360 := 0 - for ; !r.CheckBreak(); yyj4360++ { + yyj4369 := 0 + for ; !r.CheckBreak(); yyj4369++ { - if yyj4360 >= len(yyv4360) { - yyv4360 = append(yyv4360, "") // var yyz4360 PersistentVolumeAccessMode - yyc4360 = true + if yyj4369 >= len(yyv4369) { + yyv4369 = append(yyv4369, "") // var yyz4369 PersistentVolumeAccessMode + yyc4369 = true } - yyh4360.ElemContainerState(yyj4360) - if yyj4360 < len(yyv4360) { + yyh4369.ElemContainerState(yyj4369) + if yyj4369 < len(yyv4369) { if r.TryDecodeAsNil() { - yyv4360[yyj4360] = "" + yyv4369[yyj4369] = "" } else { - yyv4360[yyj4360] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4369[yyj4369] = PersistentVolumeAccessMode(r.DecodeString()) } } else { @@ -54511,17 +54589,17 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum } } - if yyj4360 < len(yyv4360) { - yyv4360 = yyv4360[:yyj4360] - yyc4360 = true - } else if yyj4360 == 0 && yyv4360 == nil { - yyv4360 = []PersistentVolumeAccessMode{} - yyc4360 = true + if yyj4369 < len(yyv4369) { + yyv4369 = yyv4369[:yyj4369] + yyc4369 = true + } else if yyj4369 == 0 && yyv4369 == nil { + yyv4369 = []PersistentVolumeAccessMode{} + yyc4369 = true } } - yyh4360.End() - if yyc4360 { - *v = yyv4360 + yyh4369.End() + if yyc4369 { + *v = yyv4369 } } @@ -54530,10 +54608,10 @@ func (x codecSelfer1234) encSlicePersistentVolume(v []PersistentVolume, e *codec z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4364 := range v { + for _, yyv4373 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4365 := &yyv4364 - yy4365.CodecEncodeSelf(e) + yy4374 := &yyv4373 + yy4374.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54543,83 +54621,83 @@ func (x codecSelfer1234) decSlicePersistentVolume(v *[]PersistentVolume, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4366 := *v - yyh4366, yyl4366 := z.DecSliceHelperStart() - var yyc4366 bool - if yyl4366 == 0 { - if yyv4366 == nil { - yyv4366 = []PersistentVolume{} - yyc4366 = true - } else if len(yyv4366) != 0 { - yyv4366 = yyv4366[:0] - yyc4366 = true + yyv4375 := *v + yyh4375, yyl4375 := z.DecSliceHelperStart() + var yyc4375 bool + if yyl4375 == 0 { + if yyv4375 == nil { + yyv4375 = []PersistentVolume{} + yyc4375 = true + } else if len(yyv4375) != 0 { + yyv4375 = yyv4375[:0] + yyc4375 = true } - } else if yyl4366 > 0 { - var yyrr4366, yyrl4366 int - var yyrt4366 bool - if yyl4366 > cap(yyv4366) { + } else if yyl4375 > 0 { + var yyrr4375, yyrl4375 int + var yyrt4375 bool + if yyl4375 > cap(yyv4375) { - yyrg4366 := len(yyv4366) > 0 - yyv24366 := yyv4366 - yyrl4366, yyrt4366 = z.DecInferLen(yyl4366, z.DecBasicHandle().MaxInitLen, 456) - if yyrt4366 { - if yyrl4366 <= cap(yyv4366) { - yyv4366 = yyv4366[:yyrl4366] + yyrg4375 := len(yyv4375) > 0 + yyv24375 := yyv4375 + yyrl4375, yyrt4375 = z.DecInferLen(yyl4375, z.DecBasicHandle().MaxInitLen, 456) + if yyrt4375 { + if yyrl4375 <= cap(yyv4375) { + yyv4375 = yyv4375[:yyrl4375] } else { - yyv4366 = make([]PersistentVolume, yyrl4366) + yyv4375 = make([]PersistentVolume, yyrl4375) } } else { - yyv4366 = make([]PersistentVolume, yyrl4366) + yyv4375 = make([]PersistentVolume, yyrl4375) } - yyc4366 = true - yyrr4366 = len(yyv4366) - if yyrg4366 { - copy(yyv4366, yyv24366) + yyc4375 = true + yyrr4375 = len(yyv4375) + if yyrg4375 { + copy(yyv4375, yyv24375) } - } else if yyl4366 != len(yyv4366) { - yyv4366 = yyv4366[:yyl4366] - yyc4366 = true + } else if yyl4375 != len(yyv4375) { + yyv4375 = yyv4375[:yyl4375] + yyc4375 = true } - yyj4366 := 0 - for ; yyj4366 < yyrr4366; yyj4366++ { - yyh4366.ElemContainerState(yyj4366) + yyj4375 := 0 + for ; yyj4375 < yyrr4375; yyj4375++ { + yyh4375.ElemContainerState(yyj4375) if r.TryDecodeAsNil() { - yyv4366[yyj4366] = PersistentVolume{} + yyv4375[yyj4375] = PersistentVolume{} } else { - yyv4367 := &yyv4366[yyj4366] - yyv4367.CodecDecodeSelf(d) + yyv4376 := &yyv4375[yyj4375] + yyv4376.CodecDecodeSelf(d) } } - if yyrt4366 { - for ; yyj4366 < yyl4366; yyj4366++ { - yyv4366 = append(yyv4366, PersistentVolume{}) - yyh4366.ElemContainerState(yyj4366) + if yyrt4375 { + for ; yyj4375 < yyl4375; yyj4375++ { + yyv4375 = append(yyv4375, PersistentVolume{}) + yyh4375.ElemContainerState(yyj4375) if r.TryDecodeAsNil() { - yyv4366[yyj4366] = PersistentVolume{} + yyv4375[yyj4375] = PersistentVolume{} } else { - yyv4368 := &yyv4366[yyj4366] - yyv4368.CodecDecodeSelf(d) + yyv4377 := &yyv4375[yyj4375] + yyv4377.CodecDecodeSelf(d) } } } } else { - yyj4366 := 0 - for ; !r.CheckBreak(); yyj4366++ { + yyj4375 := 0 + for ; !r.CheckBreak(); yyj4375++ { - if yyj4366 >= len(yyv4366) { - yyv4366 = append(yyv4366, PersistentVolume{}) // var yyz4366 PersistentVolume - yyc4366 = true + if yyj4375 >= len(yyv4375) { + yyv4375 = append(yyv4375, PersistentVolume{}) // var yyz4375 PersistentVolume + yyc4375 = true } - yyh4366.ElemContainerState(yyj4366) - if yyj4366 < len(yyv4366) { + yyh4375.ElemContainerState(yyj4375) + if yyj4375 < len(yyv4375) { if r.TryDecodeAsNil() { - yyv4366[yyj4366] = PersistentVolume{} + yyv4375[yyj4375] = PersistentVolume{} } else { - yyv4369 := &yyv4366[yyj4366] - yyv4369.CodecDecodeSelf(d) + yyv4378 := &yyv4375[yyj4375] + yyv4378.CodecDecodeSelf(d) } } else { @@ -54627,17 +54705,17 @@ func (x codecSelfer1234) decSlicePersistentVolume(v *[]PersistentVolume, d *code } } - if yyj4366 < len(yyv4366) { - yyv4366 = yyv4366[:yyj4366] - yyc4366 = true - } else if yyj4366 == 0 && yyv4366 == nil { - yyv4366 = []PersistentVolume{} - yyc4366 = true + if yyj4375 < len(yyv4375) { + yyv4375 = yyv4375[:yyj4375] + yyc4375 = true + } else if yyj4375 == 0 && yyv4375 == nil { + yyv4375 = []PersistentVolume{} + yyc4375 = true } } - yyh4366.End() - if yyc4366 { - *v = yyv4366 + yyh4375.End() + if yyc4375 { + *v = yyv4375 } } @@ -54646,10 +54724,10 @@ func (x codecSelfer1234) encSlicePersistentVolumeClaim(v []PersistentVolumeClaim z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4370 := range v { + for _, yyv4379 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4371 := &yyv4370 - yy4371.CodecEncodeSelf(e) + yy4380 := &yyv4379 + yy4380.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54659,83 +54737,83 @@ func (x codecSelfer1234) decSlicePersistentVolumeClaim(v *[]PersistentVolumeClai z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4372 := *v - yyh4372, yyl4372 := z.DecSliceHelperStart() - var yyc4372 bool - if yyl4372 == 0 { - if yyv4372 == nil { - yyv4372 = []PersistentVolumeClaim{} - yyc4372 = true - } else if len(yyv4372) != 0 { - yyv4372 = yyv4372[:0] - yyc4372 = true + yyv4381 := *v + yyh4381, yyl4381 := z.DecSliceHelperStart() + var yyc4381 bool + if yyl4381 == 0 { + if yyv4381 == nil { + yyv4381 = []PersistentVolumeClaim{} + yyc4381 = true + } else if len(yyv4381) != 0 { + yyv4381 = yyv4381[:0] + yyc4381 = true } - } else if yyl4372 > 0 { - var yyrr4372, yyrl4372 int - var yyrt4372 bool - if yyl4372 > cap(yyv4372) { + } else if yyl4381 > 0 { + var yyrr4381, yyrl4381 int + var yyrt4381 bool + if yyl4381 > cap(yyv4381) { - yyrg4372 := len(yyv4372) > 0 - yyv24372 := yyv4372 - yyrl4372, yyrt4372 = z.DecInferLen(yyl4372, z.DecBasicHandle().MaxInitLen, 352) - if yyrt4372 { - if yyrl4372 <= cap(yyv4372) { - yyv4372 = yyv4372[:yyrl4372] + yyrg4381 := len(yyv4381) > 0 + yyv24381 := yyv4381 + yyrl4381, yyrt4381 = z.DecInferLen(yyl4381, z.DecBasicHandle().MaxInitLen, 352) + if yyrt4381 { + if yyrl4381 <= cap(yyv4381) { + yyv4381 = yyv4381[:yyrl4381] } else { - yyv4372 = make([]PersistentVolumeClaim, yyrl4372) + yyv4381 = make([]PersistentVolumeClaim, yyrl4381) } } else { - yyv4372 = make([]PersistentVolumeClaim, yyrl4372) + yyv4381 = make([]PersistentVolumeClaim, yyrl4381) } - yyc4372 = true - yyrr4372 = len(yyv4372) - if yyrg4372 { - copy(yyv4372, yyv24372) + yyc4381 = true + yyrr4381 = len(yyv4381) + if yyrg4381 { + copy(yyv4381, yyv24381) } - } else if yyl4372 != len(yyv4372) { - yyv4372 = yyv4372[:yyl4372] - yyc4372 = true + } else if yyl4381 != len(yyv4381) { + yyv4381 = yyv4381[:yyl4381] + yyc4381 = true } - yyj4372 := 0 - for ; yyj4372 < yyrr4372; yyj4372++ { - yyh4372.ElemContainerState(yyj4372) + yyj4381 := 0 + for ; yyj4381 < yyrr4381; yyj4381++ { + yyh4381.ElemContainerState(yyj4381) if r.TryDecodeAsNil() { - yyv4372[yyj4372] = PersistentVolumeClaim{} + yyv4381[yyj4381] = PersistentVolumeClaim{} } else { - yyv4373 := &yyv4372[yyj4372] - yyv4373.CodecDecodeSelf(d) + yyv4382 := &yyv4381[yyj4381] + yyv4382.CodecDecodeSelf(d) } } - if yyrt4372 { - for ; yyj4372 < yyl4372; yyj4372++ { - yyv4372 = append(yyv4372, PersistentVolumeClaim{}) - yyh4372.ElemContainerState(yyj4372) + if yyrt4381 { + for ; yyj4381 < yyl4381; yyj4381++ { + yyv4381 = append(yyv4381, PersistentVolumeClaim{}) + yyh4381.ElemContainerState(yyj4381) if r.TryDecodeAsNil() { - yyv4372[yyj4372] = PersistentVolumeClaim{} + yyv4381[yyj4381] = PersistentVolumeClaim{} } else { - yyv4374 := &yyv4372[yyj4372] - yyv4374.CodecDecodeSelf(d) + yyv4383 := &yyv4381[yyj4381] + yyv4383.CodecDecodeSelf(d) } } } } else { - yyj4372 := 0 - for ; !r.CheckBreak(); yyj4372++ { + yyj4381 := 0 + for ; !r.CheckBreak(); yyj4381++ { - if yyj4372 >= len(yyv4372) { - yyv4372 = append(yyv4372, PersistentVolumeClaim{}) // var yyz4372 PersistentVolumeClaim - yyc4372 = true + if yyj4381 >= len(yyv4381) { + yyv4381 = append(yyv4381, PersistentVolumeClaim{}) // var yyz4381 PersistentVolumeClaim + yyc4381 = true } - yyh4372.ElemContainerState(yyj4372) - if yyj4372 < len(yyv4372) { + yyh4381.ElemContainerState(yyj4381) + if yyj4381 < len(yyv4381) { if r.TryDecodeAsNil() { - yyv4372[yyj4372] = PersistentVolumeClaim{} + yyv4381[yyj4381] = PersistentVolumeClaim{} } else { - yyv4375 := &yyv4372[yyj4372] - yyv4375.CodecDecodeSelf(d) + yyv4384 := &yyv4381[yyj4381] + yyv4384.CodecDecodeSelf(d) } } else { @@ -54743,17 +54821,17 @@ func (x codecSelfer1234) decSlicePersistentVolumeClaim(v *[]PersistentVolumeClai } } - if yyj4372 < len(yyv4372) { - yyv4372 = yyv4372[:yyj4372] - yyc4372 = true - } else if yyj4372 == 0 && yyv4372 == nil { - yyv4372 = []PersistentVolumeClaim{} - yyc4372 = true + if yyj4381 < len(yyv4381) { + yyv4381 = yyv4381[:yyj4381] + yyc4381 = true + } else if yyj4381 == 0 && yyv4381 == nil { + yyv4381 = []PersistentVolumeClaim{} + yyc4381 = true } } - yyh4372.End() - if yyc4372 { - *v = yyv4372 + yyh4381.End() + if yyc4381 { + *v = yyv4381 } } @@ -54762,10 +54840,10 @@ func (x codecSelfer1234) encSliceKeyToPath(v []KeyToPath, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4376 := range v { + for _, yyv4385 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4377 := &yyv4376 - yy4377.CodecEncodeSelf(e) + yy4386 := &yyv4385 + yy4386.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54775,83 +54853,83 @@ func (x codecSelfer1234) decSliceKeyToPath(v *[]KeyToPath, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4378 := *v - yyh4378, yyl4378 := z.DecSliceHelperStart() - var yyc4378 bool - if yyl4378 == 0 { - if yyv4378 == nil { - yyv4378 = []KeyToPath{} - yyc4378 = true - } else if len(yyv4378) != 0 { - yyv4378 = yyv4378[:0] - yyc4378 = true + yyv4387 := *v + yyh4387, yyl4387 := z.DecSliceHelperStart() + var yyc4387 bool + if yyl4387 == 0 { + if yyv4387 == nil { + yyv4387 = []KeyToPath{} + yyc4387 = true + } else if len(yyv4387) != 0 { + yyv4387 = yyv4387[:0] + yyc4387 = true } - } else if yyl4378 > 0 { - var yyrr4378, yyrl4378 int - var yyrt4378 bool - if yyl4378 > cap(yyv4378) { + } else if yyl4387 > 0 { + var yyrr4387, yyrl4387 int + var yyrt4387 bool + if yyl4387 > cap(yyv4387) { - yyrg4378 := len(yyv4378) > 0 - yyv24378 := yyv4378 - yyrl4378, yyrt4378 = z.DecInferLen(yyl4378, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4378 { - if yyrl4378 <= cap(yyv4378) { - yyv4378 = yyv4378[:yyrl4378] + yyrg4387 := len(yyv4387) > 0 + yyv24387 := yyv4387 + yyrl4387, yyrt4387 = z.DecInferLen(yyl4387, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4387 { + if yyrl4387 <= cap(yyv4387) { + yyv4387 = yyv4387[:yyrl4387] } else { - yyv4378 = make([]KeyToPath, yyrl4378) + yyv4387 = make([]KeyToPath, yyrl4387) } } else { - yyv4378 = make([]KeyToPath, yyrl4378) + yyv4387 = make([]KeyToPath, yyrl4387) } - yyc4378 = true - yyrr4378 = len(yyv4378) - if yyrg4378 { - copy(yyv4378, yyv24378) + yyc4387 = true + yyrr4387 = len(yyv4387) + if yyrg4387 { + copy(yyv4387, yyv24387) } - } else if yyl4378 != len(yyv4378) { - yyv4378 = yyv4378[:yyl4378] - yyc4378 = true + } else if yyl4387 != len(yyv4387) { + yyv4387 = yyv4387[:yyl4387] + yyc4387 = true } - yyj4378 := 0 - for ; yyj4378 < yyrr4378; yyj4378++ { - yyh4378.ElemContainerState(yyj4378) + yyj4387 := 0 + for ; yyj4387 < yyrr4387; yyj4387++ { + yyh4387.ElemContainerState(yyj4387) if r.TryDecodeAsNil() { - yyv4378[yyj4378] = KeyToPath{} + yyv4387[yyj4387] = KeyToPath{} } else { - yyv4379 := &yyv4378[yyj4378] - yyv4379.CodecDecodeSelf(d) + yyv4388 := &yyv4387[yyj4387] + yyv4388.CodecDecodeSelf(d) } } - if yyrt4378 { - for ; yyj4378 < yyl4378; yyj4378++ { - yyv4378 = append(yyv4378, KeyToPath{}) - yyh4378.ElemContainerState(yyj4378) + if yyrt4387 { + for ; yyj4387 < yyl4387; yyj4387++ { + yyv4387 = append(yyv4387, KeyToPath{}) + yyh4387.ElemContainerState(yyj4387) if r.TryDecodeAsNil() { - yyv4378[yyj4378] = KeyToPath{} + yyv4387[yyj4387] = KeyToPath{} } else { - yyv4380 := &yyv4378[yyj4378] - yyv4380.CodecDecodeSelf(d) + yyv4389 := &yyv4387[yyj4387] + yyv4389.CodecDecodeSelf(d) } } } } else { - yyj4378 := 0 - for ; !r.CheckBreak(); yyj4378++ { + yyj4387 := 0 + for ; !r.CheckBreak(); yyj4387++ { - if yyj4378 >= len(yyv4378) { - yyv4378 = append(yyv4378, KeyToPath{}) // var yyz4378 KeyToPath - yyc4378 = true + if yyj4387 >= len(yyv4387) { + yyv4387 = append(yyv4387, KeyToPath{}) // var yyz4387 KeyToPath + yyc4387 = true } - yyh4378.ElemContainerState(yyj4378) - if yyj4378 < len(yyv4378) { + yyh4387.ElemContainerState(yyj4387) + if yyj4387 < len(yyv4387) { if r.TryDecodeAsNil() { - yyv4378[yyj4378] = KeyToPath{} + yyv4387[yyj4387] = KeyToPath{} } else { - yyv4381 := &yyv4378[yyj4378] - yyv4381.CodecDecodeSelf(d) + yyv4390 := &yyv4387[yyj4387] + yyv4390.CodecDecodeSelf(d) } } else { @@ -54859,17 +54937,17 @@ func (x codecSelfer1234) decSliceKeyToPath(v *[]KeyToPath, d *codec1978.Decoder) } } - if yyj4378 < len(yyv4378) { - yyv4378 = yyv4378[:yyj4378] - yyc4378 = true - } else if yyj4378 == 0 && yyv4378 == nil { - yyv4378 = []KeyToPath{} - yyc4378 = true + if yyj4387 < len(yyv4387) { + yyv4387 = yyv4387[:yyj4387] + yyc4387 = true + } else if yyj4387 == 0 && yyv4387 == nil { + yyv4387 = []KeyToPath{} + yyc4387 = true } } - yyh4378.End() - if yyc4378 { - *v = yyv4378 + yyh4387.End() + if yyc4387 { + *v = yyv4387 } } @@ -54878,10 +54956,10 @@ func (x codecSelfer1234) encSliceHTTPHeader(v []HTTPHeader, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4382 := range v { + for _, yyv4391 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4383 := &yyv4382 - yy4383.CodecEncodeSelf(e) + yy4392 := &yyv4391 + yy4392.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54891,83 +54969,83 @@ func (x codecSelfer1234) decSliceHTTPHeader(v *[]HTTPHeader, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4384 := *v - yyh4384, yyl4384 := z.DecSliceHelperStart() - var yyc4384 bool - if yyl4384 == 0 { - if yyv4384 == nil { - yyv4384 = []HTTPHeader{} - yyc4384 = true - } else if len(yyv4384) != 0 { - yyv4384 = yyv4384[:0] - yyc4384 = true + yyv4393 := *v + yyh4393, yyl4393 := z.DecSliceHelperStart() + var yyc4393 bool + if yyl4393 == 0 { + if yyv4393 == nil { + yyv4393 = []HTTPHeader{} + yyc4393 = true + } else if len(yyv4393) != 0 { + yyv4393 = yyv4393[:0] + yyc4393 = true } - } else if yyl4384 > 0 { - var yyrr4384, yyrl4384 int - var yyrt4384 bool - if yyl4384 > cap(yyv4384) { + } else if yyl4393 > 0 { + var yyrr4393, yyrl4393 int + var yyrt4393 bool + if yyl4393 > cap(yyv4393) { - yyrg4384 := len(yyv4384) > 0 - yyv24384 := yyv4384 - yyrl4384, yyrt4384 = z.DecInferLen(yyl4384, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4384 { - if yyrl4384 <= cap(yyv4384) { - yyv4384 = yyv4384[:yyrl4384] + yyrg4393 := len(yyv4393) > 0 + yyv24393 := yyv4393 + yyrl4393, yyrt4393 = z.DecInferLen(yyl4393, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4393 { + if yyrl4393 <= cap(yyv4393) { + yyv4393 = yyv4393[:yyrl4393] } else { - yyv4384 = make([]HTTPHeader, yyrl4384) + yyv4393 = make([]HTTPHeader, yyrl4393) } } else { - yyv4384 = make([]HTTPHeader, yyrl4384) + yyv4393 = make([]HTTPHeader, yyrl4393) } - yyc4384 = true - yyrr4384 = len(yyv4384) - if yyrg4384 { - copy(yyv4384, yyv24384) + yyc4393 = true + yyrr4393 = len(yyv4393) + if yyrg4393 { + copy(yyv4393, yyv24393) } - } else if yyl4384 != len(yyv4384) { - yyv4384 = yyv4384[:yyl4384] - yyc4384 = true + } else if yyl4393 != len(yyv4393) { + yyv4393 = yyv4393[:yyl4393] + yyc4393 = true } - yyj4384 := 0 - for ; yyj4384 < yyrr4384; yyj4384++ { - yyh4384.ElemContainerState(yyj4384) + yyj4393 := 0 + for ; yyj4393 < yyrr4393; yyj4393++ { + yyh4393.ElemContainerState(yyj4393) if r.TryDecodeAsNil() { - yyv4384[yyj4384] = HTTPHeader{} + yyv4393[yyj4393] = HTTPHeader{} } else { - yyv4385 := &yyv4384[yyj4384] - yyv4385.CodecDecodeSelf(d) + yyv4394 := &yyv4393[yyj4393] + yyv4394.CodecDecodeSelf(d) } } - if yyrt4384 { - for ; yyj4384 < yyl4384; yyj4384++ { - yyv4384 = append(yyv4384, HTTPHeader{}) - yyh4384.ElemContainerState(yyj4384) + if yyrt4393 { + for ; yyj4393 < yyl4393; yyj4393++ { + yyv4393 = append(yyv4393, HTTPHeader{}) + yyh4393.ElemContainerState(yyj4393) if r.TryDecodeAsNil() { - yyv4384[yyj4384] = HTTPHeader{} + yyv4393[yyj4393] = HTTPHeader{} } else { - yyv4386 := &yyv4384[yyj4384] - yyv4386.CodecDecodeSelf(d) + yyv4395 := &yyv4393[yyj4393] + yyv4395.CodecDecodeSelf(d) } } } } else { - yyj4384 := 0 - for ; !r.CheckBreak(); yyj4384++ { + yyj4393 := 0 + for ; !r.CheckBreak(); yyj4393++ { - if yyj4384 >= len(yyv4384) { - yyv4384 = append(yyv4384, HTTPHeader{}) // var yyz4384 HTTPHeader - yyc4384 = true + if yyj4393 >= len(yyv4393) { + yyv4393 = append(yyv4393, HTTPHeader{}) // var yyz4393 HTTPHeader + yyc4393 = true } - yyh4384.ElemContainerState(yyj4384) - if yyj4384 < len(yyv4384) { + yyh4393.ElemContainerState(yyj4393) + if yyj4393 < len(yyv4393) { if r.TryDecodeAsNil() { - yyv4384[yyj4384] = HTTPHeader{} + yyv4393[yyj4393] = HTTPHeader{} } else { - yyv4387 := &yyv4384[yyj4384] - yyv4387.CodecDecodeSelf(d) + yyv4396 := &yyv4393[yyj4393] + yyv4396.CodecDecodeSelf(d) } } else { @@ -54975,17 +55053,17 @@ func (x codecSelfer1234) decSliceHTTPHeader(v *[]HTTPHeader, d *codec1978.Decode } } - if yyj4384 < len(yyv4384) { - yyv4384 = yyv4384[:yyj4384] - yyc4384 = true - } else if yyj4384 == 0 && yyv4384 == nil { - yyv4384 = []HTTPHeader{} - yyc4384 = true + if yyj4393 < len(yyv4393) { + yyv4393 = yyv4393[:yyj4393] + yyc4393 = true + } else if yyj4393 == 0 && yyv4393 == nil { + yyv4393 = []HTTPHeader{} + yyc4393 = true } } - yyh4384.End() - if yyc4384 { - *v = yyv4384 + yyh4393.End() + if yyc4393 { + *v = yyv4393 } } @@ -54994,9 +55072,9 @@ func (x codecSelfer1234) encSliceCapability(v []Capability, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4388 := range v { + for _, yyv4397 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4388.CodecEncodeSelf(e) + yyv4397.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55006,75 +55084,75 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4389 := *v - yyh4389, yyl4389 := z.DecSliceHelperStart() - var yyc4389 bool - if yyl4389 == 0 { - if yyv4389 == nil { - yyv4389 = []Capability{} - yyc4389 = true - } else if len(yyv4389) != 0 { - yyv4389 = yyv4389[:0] - yyc4389 = true + yyv4398 := *v + yyh4398, yyl4398 := z.DecSliceHelperStart() + var yyc4398 bool + if yyl4398 == 0 { + if yyv4398 == nil { + yyv4398 = []Capability{} + yyc4398 = true + } else if len(yyv4398) != 0 { + yyv4398 = yyv4398[:0] + yyc4398 = true } - } else if yyl4389 > 0 { - var yyrr4389, yyrl4389 int - var yyrt4389 bool - if yyl4389 > cap(yyv4389) { + } else if yyl4398 > 0 { + var yyrr4398, yyrl4398 int + var yyrt4398 bool + if yyl4398 > cap(yyv4398) { - yyrl4389, yyrt4389 = z.DecInferLen(yyl4389, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4389 { - if yyrl4389 <= cap(yyv4389) { - yyv4389 = yyv4389[:yyrl4389] + yyrl4398, yyrt4398 = z.DecInferLen(yyl4398, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4398 { + if yyrl4398 <= cap(yyv4398) { + yyv4398 = yyv4398[:yyrl4398] } else { - yyv4389 = make([]Capability, yyrl4389) + yyv4398 = make([]Capability, yyrl4398) } } else { - yyv4389 = make([]Capability, yyrl4389) + yyv4398 = make([]Capability, yyrl4398) } - yyc4389 = true - yyrr4389 = len(yyv4389) - } else if yyl4389 != len(yyv4389) { - yyv4389 = yyv4389[:yyl4389] - yyc4389 = true + yyc4398 = true + yyrr4398 = len(yyv4398) + } else if yyl4398 != len(yyv4398) { + yyv4398 = yyv4398[:yyl4398] + yyc4398 = true } - yyj4389 := 0 - for ; yyj4389 < yyrr4389; yyj4389++ { - yyh4389.ElemContainerState(yyj4389) + yyj4398 := 0 + for ; yyj4398 < yyrr4398; yyj4398++ { + yyh4398.ElemContainerState(yyj4398) if r.TryDecodeAsNil() { - yyv4389[yyj4389] = "" + yyv4398[yyj4398] = "" } else { - yyv4389[yyj4389] = Capability(r.DecodeString()) + yyv4398[yyj4398] = Capability(r.DecodeString()) } } - if yyrt4389 { - for ; yyj4389 < yyl4389; yyj4389++ { - yyv4389 = append(yyv4389, "") - yyh4389.ElemContainerState(yyj4389) + if yyrt4398 { + for ; yyj4398 < yyl4398; yyj4398++ { + yyv4398 = append(yyv4398, "") + yyh4398.ElemContainerState(yyj4398) if r.TryDecodeAsNil() { - yyv4389[yyj4389] = "" + yyv4398[yyj4398] = "" } else { - yyv4389[yyj4389] = Capability(r.DecodeString()) + yyv4398[yyj4398] = Capability(r.DecodeString()) } } } } else { - yyj4389 := 0 - for ; !r.CheckBreak(); yyj4389++ { + yyj4398 := 0 + for ; !r.CheckBreak(); yyj4398++ { - if yyj4389 >= len(yyv4389) { - yyv4389 = append(yyv4389, "") // var yyz4389 Capability - yyc4389 = true + if yyj4398 >= len(yyv4398) { + yyv4398 = append(yyv4398, "") // var yyz4398 Capability + yyc4398 = true } - yyh4389.ElemContainerState(yyj4389) - if yyj4389 < len(yyv4389) { + yyh4398.ElemContainerState(yyj4398) + if yyj4398 < len(yyv4398) { if r.TryDecodeAsNil() { - yyv4389[yyj4389] = "" + yyv4398[yyj4398] = "" } else { - yyv4389[yyj4389] = Capability(r.DecodeString()) + yyv4398[yyj4398] = Capability(r.DecodeString()) } } else { @@ -55082,17 +55160,17 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode } } - if yyj4389 < len(yyv4389) { - yyv4389 = yyv4389[:yyj4389] - yyc4389 = true - } else if yyj4389 == 0 && yyv4389 == nil { - yyv4389 = []Capability{} - yyc4389 = true + if yyj4398 < len(yyv4398) { + yyv4398 = yyv4398[:yyj4398] + yyc4398 = true + } else if yyj4398 == 0 && yyv4398 == nil { + yyv4398 = []Capability{} + yyc4398 = true } } - yyh4389.End() - if yyc4389 { - *v = yyv4389 + yyh4398.End() + if yyc4398 { + *v = yyv4398 } } @@ -55101,10 +55179,10 @@ func (x codecSelfer1234) encSliceContainerPort(v []ContainerPort, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4393 := range v { + for _, yyv4402 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4394 := &yyv4393 - yy4394.CodecEncodeSelf(e) + yy4403 := &yyv4402 + yy4403.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55114,83 +55192,83 @@ func (x codecSelfer1234) decSliceContainerPort(v *[]ContainerPort, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4395 := *v - yyh4395, yyl4395 := z.DecSliceHelperStart() - var yyc4395 bool - if yyl4395 == 0 { - if yyv4395 == nil { - yyv4395 = []ContainerPort{} - yyc4395 = true - } else if len(yyv4395) != 0 { - yyv4395 = yyv4395[:0] - yyc4395 = true + yyv4404 := *v + yyh4404, yyl4404 := z.DecSliceHelperStart() + var yyc4404 bool + if yyl4404 == 0 { + if yyv4404 == nil { + yyv4404 = []ContainerPort{} + yyc4404 = true + } else if len(yyv4404) != 0 { + yyv4404 = yyv4404[:0] + yyc4404 = true } - } else if yyl4395 > 0 { - var yyrr4395, yyrl4395 int - var yyrt4395 bool - if yyl4395 > cap(yyv4395) { + } else if yyl4404 > 0 { + var yyrr4404, yyrl4404 int + var yyrt4404 bool + if yyl4404 > cap(yyv4404) { - yyrg4395 := len(yyv4395) > 0 - yyv24395 := yyv4395 - yyrl4395, yyrt4395 = z.DecInferLen(yyl4395, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4395 { - if yyrl4395 <= cap(yyv4395) { - yyv4395 = yyv4395[:yyrl4395] + yyrg4404 := len(yyv4404) > 0 + yyv24404 := yyv4404 + yyrl4404, yyrt4404 = z.DecInferLen(yyl4404, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4404 { + if yyrl4404 <= cap(yyv4404) { + yyv4404 = yyv4404[:yyrl4404] } else { - yyv4395 = make([]ContainerPort, yyrl4395) + yyv4404 = make([]ContainerPort, yyrl4404) } } else { - yyv4395 = make([]ContainerPort, yyrl4395) + yyv4404 = make([]ContainerPort, yyrl4404) } - yyc4395 = true - yyrr4395 = len(yyv4395) - if yyrg4395 { - copy(yyv4395, yyv24395) + yyc4404 = true + yyrr4404 = len(yyv4404) + if yyrg4404 { + copy(yyv4404, yyv24404) } - } else if yyl4395 != len(yyv4395) { - yyv4395 = yyv4395[:yyl4395] - yyc4395 = true + } else if yyl4404 != len(yyv4404) { + yyv4404 = yyv4404[:yyl4404] + yyc4404 = true } - yyj4395 := 0 - for ; yyj4395 < yyrr4395; yyj4395++ { - yyh4395.ElemContainerState(yyj4395) + yyj4404 := 0 + for ; yyj4404 < yyrr4404; yyj4404++ { + yyh4404.ElemContainerState(yyj4404) if r.TryDecodeAsNil() { - yyv4395[yyj4395] = ContainerPort{} + yyv4404[yyj4404] = ContainerPort{} } else { - yyv4396 := &yyv4395[yyj4395] - yyv4396.CodecDecodeSelf(d) + yyv4405 := &yyv4404[yyj4404] + yyv4405.CodecDecodeSelf(d) } } - if yyrt4395 { - for ; yyj4395 < yyl4395; yyj4395++ { - yyv4395 = append(yyv4395, ContainerPort{}) - yyh4395.ElemContainerState(yyj4395) + if yyrt4404 { + for ; yyj4404 < yyl4404; yyj4404++ { + yyv4404 = append(yyv4404, ContainerPort{}) + yyh4404.ElemContainerState(yyj4404) if r.TryDecodeAsNil() { - yyv4395[yyj4395] = ContainerPort{} + yyv4404[yyj4404] = ContainerPort{} } else { - yyv4397 := &yyv4395[yyj4395] - yyv4397.CodecDecodeSelf(d) + yyv4406 := &yyv4404[yyj4404] + yyv4406.CodecDecodeSelf(d) } } } } else { - yyj4395 := 0 - for ; !r.CheckBreak(); yyj4395++ { + yyj4404 := 0 + for ; !r.CheckBreak(); yyj4404++ { - if yyj4395 >= len(yyv4395) { - yyv4395 = append(yyv4395, ContainerPort{}) // var yyz4395 ContainerPort - yyc4395 = true + if yyj4404 >= len(yyv4404) { + yyv4404 = append(yyv4404, ContainerPort{}) // var yyz4404 ContainerPort + yyc4404 = true } - yyh4395.ElemContainerState(yyj4395) - if yyj4395 < len(yyv4395) { + yyh4404.ElemContainerState(yyj4404) + if yyj4404 < len(yyv4404) { if r.TryDecodeAsNil() { - yyv4395[yyj4395] = ContainerPort{} + yyv4404[yyj4404] = ContainerPort{} } else { - yyv4398 := &yyv4395[yyj4395] - yyv4398.CodecDecodeSelf(d) + yyv4407 := &yyv4404[yyj4404] + yyv4407.CodecDecodeSelf(d) } } else { @@ -55198,17 +55276,17 @@ func (x codecSelfer1234) decSliceContainerPort(v *[]ContainerPort, d *codec1978. } } - if yyj4395 < len(yyv4395) { - yyv4395 = yyv4395[:yyj4395] - yyc4395 = true - } else if yyj4395 == 0 && yyv4395 == nil { - yyv4395 = []ContainerPort{} - yyc4395 = true + if yyj4404 < len(yyv4404) { + yyv4404 = yyv4404[:yyj4404] + yyc4404 = true + } else if yyj4404 == 0 && yyv4404 == nil { + yyv4404 = []ContainerPort{} + yyc4404 = true } } - yyh4395.End() - if yyc4395 { - *v = yyv4395 + yyh4404.End() + if yyc4404 { + *v = yyv4404 } } @@ -55217,10 +55295,10 @@ func (x codecSelfer1234) encSliceEnvVar(v []EnvVar, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4399 := range v { + for _, yyv4408 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4400 := &yyv4399 - yy4400.CodecEncodeSelf(e) + yy4409 := &yyv4408 + yy4409.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55230,83 +55308,83 @@ func (x codecSelfer1234) decSliceEnvVar(v *[]EnvVar, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4401 := *v - yyh4401, yyl4401 := z.DecSliceHelperStart() - var yyc4401 bool - if yyl4401 == 0 { - if yyv4401 == nil { - yyv4401 = []EnvVar{} - yyc4401 = true - } else if len(yyv4401) != 0 { - yyv4401 = yyv4401[:0] - yyc4401 = true + yyv4410 := *v + yyh4410, yyl4410 := z.DecSliceHelperStart() + var yyc4410 bool + if yyl4410 == 0 { + if yyv4410 == nil { + yyv4410 = []EnvVar{} + yyc4410 = true + } else if len(yyv4410) != 0 { + yyv4410 = yyv4410[:0] + yyc4410 = true } - } else if yyl4401 > 0 { - var yyrr4401, yyrl4401 int - var yyrt4401 bool - if yyl4401 > cap(yyv4401) { + } else if yyl4410 > 0 { + var yyrr4410, yyrl4410 int + var yyrt4410 bool + if yyl4410 > cap(yyv4410) { - yyrg4401 := len(yyv4401) > 0 - yyv24401 := yyv4401 - yyrl4401, yyrt4401 = z.DecInferLen(yyl4401, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4401 { - if yyrl4401 <= cap(yyv4401) { - yyv4401 = yyv4401[:yyrl4401] + yyrg4410 := len(yyv4410) > 0 + yyv24410 := yyv4410 + yyrl4410, yyrt4410 = z.DecInferLen(yyl4410, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4410 { + if yyrl4410 <= cap(yyv4410) { + yyv4410 = yyv4410[:yyrl4410] } else { - yyv4401 = make([]EnvVar, yyrl4401) + yyv4410 = make([]EnvVar, yyrl4410) } } else { - yyv4401 = make([]EnvVar, yyrl4401) + yyv4410 = make([]EnvVar, yyrl4410) } - yyc4401 = true - yyrr4401 = len(yyv4401) - if yyrg4401 { - copy(yyv4401, yyv24401) + yyc4410 = true + yyrr4410 = len(yyv4410) + if yyrg4410 { + copy(yyv4410, yyv24410) } - } else if yyl4401 != len(yyv4401) { - yyv4401 = yyv4401[:yyl4401] - yyc4401 = true + } else if yyl4410 != len(yyv4410) { + yyv4410 = yyv4410[:yyl4410] + yyc4410 = true } - yyj4401 := 0 - for ; yyj4401 < yyrr4401; yyj4401++ { - yyh4401.ElemContainerState(yyj4401) + yyj4410 := 0 + for ; yyj4410 < yyrr4410; yyj4410++ { + yyh4410.ElemContainerState(yyj4410) if r.TryDecodeAsNil() { - yyv4401[yyj4401] = EnvVar{} + yyv4410[yyj4410] = EnvVar{} } else { - yyv4402 := &yyv4401[yyj4401] - yyv4402.CodecDecodeSelf(d) + yyv4411 := &yyv4410[yyj4410] + yyv4411.CodecDecodeSelf(d) } } - if yyrt4401 { - for ; yyj4401 < yyl4401; yyj4401++ { - yyv4401 = append(yyv4401, EnvVar{}) - yyh4401.ElemContainerState(yyj4401) + if yyrt4410 { + for ; yyj4410 < yyl4410; yyj4410++ { + yyv4410 = append(yyv4410, EnvVar{}) + yyh4410.ElemContainerState(yyj4410) if r.TryDecodeAsNil() { - yyv4401[yyj4401] = EnvVar{} + yyv4410[yyj4410] = EnvVar{} } else { - yyv4403 := &yyv4401[yyj4401] - yyv4403.CodecDecodeSelf(d) + yyv4412 := &yyv4410[yyj4410] + yyv4412.CodecDecodeSelf(d) } } } } else { - yyj4401 := 0 - for ; !r.CheckBreak(); yyj4401++ { + yyj4410 := 0 + for ; !r.CheckBreak(); yyj4410++ { - if yyj4401 >= len(yyv4401) { - yyv4401 = append(yyv4401, EnvVar{}) // var yyz4401 EnvVar - yyc4401 = true + if yyj4410 >= len(yyv4410) { + yyv4410 = append(yyv4410, EnvVar{}) // var yyz4410 EnvVar + yyc4410 = true } - yyh4401.ElemContainerState(yyj4401) - if yyj4401 < len(yyv4401) { + yyh4410.ElemContainerState(yyj4410) + if yyj4410 < len(yyv4410) { if r.TryDecodeAsNil() { - yyv4401[yyj4401] = EnvVar{} + yyv4410[yyj4410] = EnvVar{} } else { - yyv4404 := &yyv4401[yyj4401] - yyv4404.CodecDecodeSelf(d) + yyv4413 := &yyv4410[yyj4410] + yyv4413.CodecDecodeSelf(d) } } else { @@ -55314,17 +55392,17 @@ func (x codecSelfer1234) decSliceEnvVar(v *[]EnvVar, d *codec1978.Decoder) { } } - if yyj4401 < len(yyv4401) { - yyv4401 = yyv4401[:yyj4401] - yyc4401 = true - } else if yyj4401 == 0 && yyv4401 == nil { - yyv4401 = []EnvVar{} - yyc4401 = true + if yyj4410 < len(yyv4410) { + yyv4410 = yyv4410[:yyj4410] + yyc4410 = true + } else if yyj4410 == 0 && yyv4410 == nil { + yyv4410 = []EnvVar{} + yyc4410 = true } } - yyh4401.End() - if yyc4401 { - *v = yyv4401 + yyh4410.End() + if yyc4410 { + *v = yyv4410 } } @@ -55333,10 +55411,10 @@ func (x codecSelfer1234) encSliceVolumeMount(v []VolumeMount, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4405 := range v { + for _, yyv4414 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4406 := &yyv4405 - yy4406.CodecEncodeSelf(e) + yy4415 := &yyv4414 + yy4415.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55346,83 +55424,83 @@ func (x codecSelfer1234) decSliceVolumeMount(v *[]VolumeMount, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4407 := *v - yyh4407, yyl4407 := z.DecSliceHelperStart() - var yyc4407 bool - if yyl4407 == 0 { - if yyv4407 == nil { - yyv4407 = []VolumeMount{} - yyc4407 = true - } else if len(yyv4407) != 0 { - yyv4407 = yyv4407[:0] - yyc4407 = true + yyv4416 := *v + yyh4416, yyl4416 := z.DecSliceHelperStart() + var yyc4416 bool + if yyl4416 == 0 { + if yyv4416 == nil { + yyv4416 = []VolumeMount{} + yyc4416 = true + } else if len(yyv4416) != 0 { + yyv4416 = yyv4416[:0] + yyc4416 = true } - } else if yyl4407 > 0 { - var yyrr4407, yyrl4407 int - var yyrt4407 bool - if yyl4407 > cap(yyv4407) { + } else if yyl4416 > 0 { + var yyrr4416, yyrl4416 int + var yyrt4416 bool + if yyl4416 > cap(yyv4416) { - yyrg4407 := len(yyv4407) > 0 - yyv24407 := yyv4407 - yyrl4407, yyrt4407 = z.DecInferLen(yyl4407, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4407 { - if yyrl4407 <= cap(yyv4407) { - yyv4407 = yyv4407[:yyrl4407] + yyrg4416 := len(yyv4416) > 0 + yyv24416 := yyv4416 + yyrl4416, yyrt4416 = z.DecInferLen(yyl4416, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4416 { + if yyrl4416 <= cap(yyv4416) { + yyv4416 = yyv4416[:yyrl4416] } else { - yyv4407 = make([]VolumeMount, yyrl4407) + yyv4416 = make([]VolumeMount, yyrl4416) } } else { - yyv4407 = make([]VolumeMount, yyrl4407) + yyv4416 = make([]VolumeMount, yyrl4416) } - yyc4407 = true - yyrr4407 = len(yyv4407) - if yyrg4407 { - copy(yyv4407, yyv24407) + yyc4416 = true + yyrr4416 = len(yyv4416) + if yyrg4416 { + copy(yyv4416, yyv24416) } - } else if yyl4407 != len(yyv4407) { - yyv4407 = yyv4407[:yyl4407] - yyc4407 = true + } else if yyl4416 != len(yyv4416) { + yyv4416 = yyv4416[:yyl4416] + yyc4416 = true } - yyj4407 := 0 - for ; yyj4407 < yyrr4407; yyj4407++ { - yyh4407.ElemContainerState(yyj4407) + yyj4416 := 0 + for ; yyj4416 < yyrr4416; yyj4416++ { + yyh4416.ElemContainerState(yyj4416) if r.TryDecodeAsNil() { - yyv4407[yyj4407] = VolumeMount{} + yyv4416[yyj4416] = VolumeMount{} } else { - yyv4408 := &yyv4407[yyj4407] - yyv4408.CodecDecodeSelf(d) + yyv4417 := &yyv4416[yyj4416] + yyv4417.CodecDecodeSelf(d) } } - if yyrt4407 { - for ; yyj4407 < yyl4407; yyj4407++ { - yyv4407 = append(yyv4407, VolumeMount{}) - yyh4407.ElemContainerState(yyj4407) + if yyrt4416 { + for ; yyj4416 < yyl4416; yyj4416++ { + yyv4416 = append(yyv4416, VolumeMount{}) + yyh4416.ElemContainerState(yyj4416) if r.TryDecodeAsNil() { - yyv4407[yyj4407] = VolumeMount{} + yyv4416[yyj4416] = VolumeMount{} } else { - yyv4409 := &yyv4407[yyj4407] - yyv4409.CodecDecodeSelf(d) + yyv4418 := &yyv4416[yyj4416] + yyv4418.CodecDecodeSelf(d) } } } } else { - yyj4407 := 0 - for ; !r.CheckBreak(); yyj4407++ { + yyj4416 := 0 + for ; !r.CheckBreak(); yyj4416++ { - if yyj4407 >= len(yyv4407) { - yyv4407 = append(yyv4407, VolumeMount{}) // var yyz4407 VolumeMount - yyc4407 = true + if yyj4416 >= len(yyv4416) { + yyv4416 = append(yyv4416, VolumeMount{}) // var yyz4416 VolumeMount + yyc4416 = true } - yyh4407.ElemContainerState(yyj4407) - if yyj4407 < len(yyv4407) { + yyh4416.ElemContainerState(yyj4416) + if yyj4416 < len(yyv4416) { if r.TryDecodeAsNil() { - yyv4407[yyj4407] = VolumeMount{} + yyv4416[yyj4416] = VolumeMount{} } else { - yyv4410 := &yyv4407[yyj4407] - yyv4410.CodecDecodeSelf(d) + yyv4419 := &yyv4416[yyj4416] + yyv4419.CodecDecodeSelf(d) } } else { @@ -55430,17 +55508,17 @@ func (x codecSelfer1234) decSliceVolumeMount(v *[]VolumeMount, d *codec1978.Deco } } - if yyj4407 < len(yyv4407) { - yyv4407 = yyv4407[:yyj4407] - yyc4407 = true - } else if yyj4407 == 0 && yyv4407 == nil { - yyv4407 = []VolumeMount{} - yyc4407 = true + if yyj4416 < len(yyv4416) { + yyv4416 = yyv4416[:yyj4416] + yyc4416 = true + } else if yyj4416 == 0 && yyv4416 == nil { + yyv4416 = []VolumeMount{} + yyc4416 = true } } - yyh4407.End() - if yyc4407 { - *v = yyv4407 + yyh4416.End() + if yyc4416 { + *v = yyv4416 } } @@ -55449,10 +55527,10 @@ func (x codecSelfer1234) encSliceNodeSelectorTerm(v []NodeSelectorTerm, e *codec z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4411 := range v { + for _, yyv4420 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4412 := &yyv4411 - yy4412.CodecEncodeSelf(e) + yy4421 := &yyv4420 + yy4421.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55462,83 +55540,83 @@ func (x codecSelfer1234) decSliceNodeSelectorTerm(v *[]NodeSelectorTerm, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4413 := *v - yyh4413, yyl4413 := z.DecSliceHelperStart() - var yyc4413 bool - if yyl4413 == 0 { - if yyv4413 == nil { - yyv4413 = []NodeSelectorTerm{} - yyc4413 = true - } else if len(yyv4413) != 0 { - yyv4413 = yyv4413[:0] - yyc4413 = true + yyv4422 := *v + yyh4422, yyl4422 := z.DecSliceHelperStart() + var yyc4422 bool + if yyl4422 == 0 { + if yyv4422 == nil { + yyv4422 = []NodeSelectorTerm{} + yyc4422 = true + } else if len(yyv4422) != 0 { + yyv4422 = yyv4422[:0] + yyc4422 = true } - } else if yyl4413 > 0 { - var yyrr4413, yyrl4413 int - var yyrt4413 bool - if yyl4413 > cap(yyv4413) { + } else if yyl4422 > 0 { + var yyrr4422, yyrl4422 int + var yyrt4422 bool + if yyl4422 > cap(yyv4422) { - yyrg4413 := len(yyv4413) > 0 - yyv24413 := yyv4413 - yyrl4413, yyrt4413 = z.DecInferLen(yyl4413, z.DecBasicHandle().MaxInitLen, 24) - if yyrt4413 { - if yyrl4413 <= cap(yyv4413) { - yyv4413 = yyv4413[:yyrl4413] + yyrg4422 := len(yyv4422) > 0 + yyv24422 := yyv4422 + yyrl4422, yyrt4422 = z.DecInferLen(yyl4422, z.DecBasicHandle().MaxInitLen, 24) + if yyrt4422 { + if yyrl4422 <= cap(yyv4422) { + yyv4422 = yyv4422[:yyrl4422] } else { - yyv4413 = make([]NodeSelectorTerm, yyrl4413) + yyv4422 = make([]NodeSelectorTerm, yyrl4422) } } else { - yyv4413 = make([]NodeSelectorTerm, yyrl4413) + yyv4422 = make([]NodeSelectorTerm, yyrl4422) } - yyc4413 = true - yyrr4413 = len(yyv4413) - if yyrg4413 { - copy(yyv4413, yyv24413) + yyc4422 = true + yyrr4422 = len(yyv4422) + if yyrg4422 { + copy(yyv4422, yyv24422) } - } else if yyl4413 != len(yyv4413) { - yyv4413 = yyv4413[:yyl4413] - yyc4413 = true + } else if yyl4422 != len(yyv4422) { + yyv4422 = yyv4422[:yyl4422] + yyc4422 = true } - yyj4413 := 0 - for ; yyj4413 < yyrr4413; yyj4413++ { - yyh4413.ElemContainerState(yyj4413) + yyj4422 := 0 + for ; yyj4422 < yyrr4422; yyj4422++ { + yyh4422.ElemContainerState(yyj4422) if r.TryDecodeAsNil() { - yyv4413[yyj4413] = NodeSelectorTerm{} + yyv4422[yyj4422] = NodeSelectorTerm{} } else { - yyv4414 := &yyv4413[yyj4413] - yyv4414.CodecDecodeSelf(d) + yyv4423 := &yyv4422[yyj4422] + yyv4423.CodecDecodeSelf(d) } } - if yyrt4413 { - for ; yyj4413 < yyl4413; yyj4413++ { - yyv4413 = append(yyv4413, NodeSelectorTerm{}) - yyh4413.ElemContainerState(yyj4413) + if yyrt4422 { + for ; yyj4422 < yyl4422; yyj4422++ { + yyv4422 = append(yyv4422, NodeSelectorTerm{}) + yyh4422.ElemContainerState(yyj4422) if r.TryDecodeAsNil() { - yyv4413[yyj4413] = NodeSelectorTerm{} + yyv4422[yyj4422] = NodeSelectorTerm{} } else { - yyv4415 := &yyv4413[yyj4413] - yyv4415.CodecDecodeSelf(d) + yyv4424 := &yyv4422[yyj4422] + yyv4424.CodecDecodeSelf(d) } } } } else { - yyj4413 := 0 - for ; !r.CheckBreak(); yyj4413++ { + yyj4422 := 0 + for ; !r.CheckBreak(); yyj4422++ { - if yyj4413 >= len(yyv4413) { - yyv4413 = append(yyv4413, NodeSelectorTerm{}) // var yyz4413 NodeSelectorTerm - yyc4413 = true + if yyj4422 >= len(yyv4422) { + yyv4422 = append(yyv4422, NodeSelectorTerm{}) // var yyz4422 NodeSelectorTerm + yyc4422 = true } - yyh4413.ElemContainerState(yyj4413) - if yyj4413 < len(yyv4413) { + yyh4422.ElemContainerState(yyj4422) + if yyj4422 < len(yyv4422) { if r.TryDecodeAsNil() { - yyv4413[yyj4413] = NodeSelectorTerm{} + yyv4422[yyj4422] = NodeSelectorTerm{} } else { - yyv4416 := &yyv4413[yyj4413] - yyv4416.CodecDecodeSelf(d) + yyv4425 := &yyv4422[yyj4422] + yyv4425.CodecDecodeSelf(d) } } else { @@ -55546,17 +55624,17 @@ func (x codecSelfer1234) decSliceNodeSelectorTerm(v *[]NodeSelectorTerm, d *code } } - if yyj4413 < len(yyv4413) { - yyv4413 = yyv4413[:yyj4413] - yyc4413 = true - } else if yyj4413 == 0 && yyv4413 == nil { - yyv4413 = []NodeSelectorTerm{} - yyc4413 = true + if yyj4422 < len(yyv4422) { + yyv4422 = yyv4422[:yyj4422] + yyc4422 = true + } else if yyj4422 == 0 && yyv4422 == nil { + yyv4422 = []NodeSelectorTerm{} + yyc4422 = true } } - yyh4413.End() - if yyc4413 { - *v = yyv4413 + yyh4422.End() + if yyc4422 { + *v = yyv4422 } } @@ -55565,10 +55643,10 @@ func (x codecSelfer1234) encSliceNodeSelectorRequirement(v []NodeSelectorRequire z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4417 := range v { + for _, yyv4426 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4418 := &yyv4417 - yy4418.CodecEncodeSelf(e) + yy4427 := &yyv4426 + yy4427.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55578,83 +55656,83 @@ func (x codecSelfer1234) decSliceNodeSelectorRequirement(v *[]NodeSelectorRequir z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4419 := *v - yyh4419, yyl4419 := z.DecSliceHelperStart() - var yyc4419 bool - if yyl4419 == 0 { - if yyv4419 == nil { - yyv4419 = []NodeSelectorRequirement{} - yyc4419 = true - } else if len(yyv4419) != 0 { - yyv4419 = yyv4419[:0] - yyc4419 = true + yyv4428 := *v + yyh4428, yyl4428 := z.DecSliceHelperStart() + var yyc4428 bool + if yyl4428 == 0 { + if yyv4428 == nil { + yyv4428 = []NodeSelectorRequirement{} + yyc4428 = true + } else if len(yyv4428) != 0 { + yyv4428 = yyv4428[:0] + yyc4428 = true } - } else if yyl4419 > 0 { - var yyrr4419, yyrl4419 int - var yyrt4419 bool - if yyl4419 > cap(yyv4419) { + } else if yyl4428 > 0 { + var yyrr4428, yyrl4428 int + var yyrt4428 bool + if yyl4428 > cap(yyv4428) { - yyrg4419 := len(yyv4419) > 0 - yyv24419 := yyv4419 - yyrl4419, yyrt4419 = z.DecInferLen(yyl4419, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4419 { - if yyrl4419 <= cap(yyv4419) { - yyv4419 = yyv4419[:yyrl4419] + yyrg4428 := len(yyv4428) > 0 + yyv24428 := yyv4428 + yyrl4428, yyrt4428 = z.DecInferLen(yyl4428, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4428 { + if yyrl4428 <= cap(yyv4428) { + yyv4428 = yyv4428[:yyrl4428] } else { - yyv4419 = make([]NodeSelectorRequirement, yyrl4419) + yyv4428 = make([]NodeSelectorRequirement, yyrl4428) } } else { - yyv4419 = make([]NodeSelectorRequirement, yyrl4419) + yyv4428 = make([]NodeSelectorRequirement, yyrl4428) } - yyc4419 = true - yyrr4419 = len(yyv4419) - if yyrg4419 { - copy(yyv4419, yyv24419) + yyc4428 = true + yyrr4428 = len(yyv4428) + if yyrg4428 { + copy(yyv4428, yyv24428) } - } else if yyl4419 != len(yyv4419) { - yyv4419 = yyv4419[:yyl4419] - yyc4419 = true + } else if yyl4428 != len(yyv4428) { + yyv4428 = yyv4428[:yyl4428] + yyc4428 = true } - yyj4419 := 0 - for ; yyj4419 < yyrr4419; yyj4419++ { - yyh4419.ElemContainerState(yyj4419) + yyj4428 := 0 + for ; yyj4428 < yyrr4428; yyj4428++ { + yyh4428.ElemContainerState(yyj4428) if r.TryDecodeAsNil() { - yyv4419[yyj4419] = NodeSelectorRequirement{} + yyv4428[yyj4428] = NodeSelectorRequirement{} } else { - yyv4420 := &yyv4419[yyj4419] - yyv4420.CodecDecodeSelf(d) + yyv4429 := &yyv4428[yyj4428] + yyv4429.CodecDecodeSelf(d) } } - if yyrt4419 { - for ; yyj4419 < yyl4419; yyj4419++ { - yyv4419 = append(yyv4419, NodeSelectorRequirement{}) - yyh4419.ElemContainerState(yyj4419) + if yyrt4428 { + for ; yyj4428 < yyl4428; yyj4428++ { + yyv4428 = append(yyv4428, NodeSelectorRequirement{}) + yyh4428.ElemContainerState(yyj4428) if r.TryDecodeAsNil() { - yyv4419[yyj4419] = NodeSelectorRequirement{} + yyv4428[yyj4428] = NodeSelectorRequirement{} } else { - yyv4421 := &yyv4419[yyj4419] - yyv4421.CodecDecodeSelf(d) + yyv4430 := &yyv4428[yyj4428] + yyv4430.CodecDecodeSelf(d) } } } } else { - yyj4419 := 0 - for ; !r.CheckBreak(); yyj4419++ { + yyj4428 := 0 + for ; !r.CheckBreak(); yyj4428++ { - if yyj4419 >= len(yyv4419) { - yyv4419 = append(yyv4419, NodeSelectorRequirement{}) // var yyz4419 NodeSelectorRequirement - yyc4419 = true + if yyj4428 >= len(yyv4428) { + yyv4428 = append(yyv4428, NodeSelectorRequirement{}) // var yyz4428 NodeSelectorRequirement + yyc4428 = true } - yyh4419.ElemContainerState(yyj4419) - if yyj4419 < len(yyv4419) { + yyh4428.ElemContainerState(yyj4428) + if yyj4428 < len(yyv4428) { if r.TryDecodeAsNil() { - yyv4419[yyj4419] = NodeSelectorRequirement{} + yyv4428[yyj4428] = NodeSelectorRequirement{} } else { - yyv4422 := &yyv4419[yyj4419] - yyv4422.CodecDecodeSelf(d) + yyv4431 := &yyv4428[yyj4428] + yyv4431.CodecDecodeSelf(d) } } else { @@ -55662,17 +55740,17 @@ func (x codecSelfer1234) decSliceNodeSelectorRequirement(v *[]NodeSelectorRequir } } - if yyj4419 < len(yyv4419) { - yyv4419 = yyv4419[:yyj4419] - yyc4419 = true - } else if yyj4419 == 0 && yyv4419 == nil { - yyv4419 = []NodeSelectorRequirement{} - yyc4419 = true + if yyj4428 < len(yyv4428) { + yyv4428 = yyv4428[:yyj4428] + yyc4428 = true + } else if yyj4428 == 0 && yyv4428 == nil { + yyv4428 = []NodeSelectorRequirement{} + yyc4428 = true } } - yyh4419.End() - if yyc4419 { - *v = yyv4419 + yyh4428.End() + if yyc4428 { + *v = yyv4428 } } @@ -55681,10 +55759,10 @@ func (x codecSelfer1234) encSlicePodAffinityTerm(v []PodAffinityTerm, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4423 := range v { + for _, yyv4432 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4424 := &yyv4423 - yy4424.CodecEncodeSelf(e) + yy4433 := &yyv4432 + yy4433.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55694,83 +55772,83 @@ func (x codecSelfer1234) decSlicePodAffinityTerm(v *[]PodAffinityTerm, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4425 := *v - yyh4425, yyl4425 := z.DecSliceHelperStart() - var yyc4425 bool - if yyl4425 == 0 { - if yyv4425 == nil { - yyv4425 = []PodAffinityTerm{} - yyc4425 = true - } else if len(yyv4425) != 0 { - yyv4425 = yyv4425[:0] - yyc4425 = true + yyv4434 := *v + yyh4434, yyl4434 := z.DecSliceHelperStart() + var yyc4434 bool + if yyl4434 == 0 { + if yyv4434 == nil { + yyv4434 = []PodAffinityTerm{} + yyc4434 = true + } else if len(yyv4434) != 0 { + yyv4434 = yyv4434[:0] + yyc4434 = true } - } else if yyl4425 > 0 { - var yyrr4425, yyrl4425 int - var yyrt4425 bool - if yyl4425 > cap(yyv4425) { + } else if yyl4434 > 0 { + var yyrr4434, yyrl4434 int + var yyrt4434 bool + if yyl4434 > cap(yyv4434) { - yyrg4425 := len(yyv4425) > 0 - yyv24425 := yyv4425 - yyrl4425, yyrt4425 = z.DecInferLen(yyl4425, z.DecBasicHandle().MaxInitLen, 48) - if yyrt4425 { - if yyrl4425 <= cap(yyv4425) { - yyv4425 = yyv4425[:yyrl4425] + yyrg4434 := len(yyv4434) > 0 + yyv24434 := yyv4434 + yyrl4434, yyrt4434 = z.DecInferLen(yyl4434, z.DecBasicHandle().MaxInitLen, 48) + if yyrt4434 { + if yyrl4434 <= cap(yyv4434) { + yyv4434 = yyv4434[:yyrl4434] } else { - yyv4425 = make([]PodAffinityTerm, yyrl4425) + yyv4434 = make([]PodAffinityTerm, yyrl4434) } } else { - yyv4425 = make([]PodAffinityTerm, yyrl4425) + yyv4434 = make([]PodAffinityTerm, yyrl4434) } - yyc4425 = true - yyrr4425 = len(yyv4425) - if yyrg4425 { - copy(yyv4425, yyv24425) + yyc4434 = true + yyrr4434 = len(yyv4434) + if yyrg4434 { + copy(yyv4434, yyv24434) } - } else if yyl4425 != len(yyv4425) { - yyv4425 = yyv4425[:yyl4425] - yyc4425 = true + } else if yyl4434 != len(yyv4434) { + yyv4434 = yyv4434[:yyl4434] + yyc4434 = true } - yyj4425 := 0 - for ; yyj4425 < yyrr4425; yyj4425++ { - yyh4425.ElemContainerState(yyj4425) + yyj4434 := 0 + for ; yyj4434 < yyrr4434; yyj4434++ { + yyh4434.ElemContainerState(yyj4434) if r.TryDecodeAsNil() { - yyv4425[yyj4425] = PodAffinityTerm{} + yyv4434[yyj4434] = PodAffinityTerm{} } else { - yyv4426 := &yyv4425[yyj4425] - yyv4426.CodecDecodeSelf(d) + yyv4435 := &yyv4434[yyj4434] + yyv4435.CodecDecodeSelf(d) } } - if yyrt4425 { - for ; yyj4425 < yyl4425; yyj4425++ { - yyv4425 = append(yyv4425, PodAffinityTerm{}) - yyh4425.ElemContainerState(yyj4425) + if yyrt4434 { + for ; yyj4434 < yyl4434; yyj4434++ { + yyv4434 = append(yyv4434, PodAffinityTerm{}) + yyh4434.ElemContainerState(yyj4434) if r.TryDecodeAsNil() { - yyv4425[yyj4425] = PodAffinityTerm{} + yyv4434[yyj4434] = PodAffinityTerm{} } else { - yyv4427 := &yyv4425[yyj4425] - yyv4427.CodecDecodeSelf(d) + yyv4436 := &yyv4434[yyj4434] + yyv4436.CodecDecodeSelf(d) } } } } else { - yyj4425 := 0 - for ; !r.CheckBreak(); yyj4425++ { + yyj4434 := 0 + for ; !r.CheckBreak(); yyj4434++ { - if yyj4425 >= len(yyv4425) { - yyv4425 = append(yyv4425, PodAffinityTerm{}) // var yyz4425 PodAffinityTerm - yyc4425 = true + if yyj4434 >= len(yyv4434) { + yyv4434 = append(yyv4434, PodAffinityTerm{}) // var yyz4434 PodAffinityTerm + yyc4434 = true } - yyh4425.ElemContainerState(yyj4425) - if yyj4425 < len(yyv4425) { + yyh4434.ElemContainerState(yyj4434) + if yyj4434 < len(yyv4434) { if r.TryDecodeAsNil() { - yyv4425[yyj4425] = PodAffinityTerm{} + yyv4434[yyj4434] = PodAffinityTerm{} } else { - yyv4428 := &yyv4425[yyj4425] - yyv4428.CodecDecodeSelf(d) + yyv4437 := &yyv4434[yyj4434] + yyv4437.CodecDecodeSelf(d) } } else { @@ -55778,17 +55856,17 @@ func (x codecSelfer1234) decSlicePodAffinityTerm(v *[]PodAffinityTerm, d *codec1 } } - if yyj4425 < len(yyv4425) { - yyv4425 = yyv4425[:yyj4425] - yyc4425 = true - } else if yyj4425 == 0 && yyv4425 == nil { - yyv4425 = []PodAffinityTerm{} - yyc4425 = true + if yyj4434 < len(yyv4434) { + yyv4434 = yyv4434[:yyj4434] + yyc4434 = true + } else if yyj4434 == 0 && yyv4434 == nil { + yyv4434 = []PodAffinityTerm{} + yyc4434 = true } } - yyh4425.End() - if yyc4425 { - *v = yyv4425 + yyh4434.End() + if yyc4434 { + *v = yyv4434 } } @@ -55797,10 +55875,10 @@ func (x codecSelfer1234) encSliceWeightedPodAffinityTerm(v []WeightedPodAffinity z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4429 := range v { + for _, yyv4438 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4430 := &yyv4429 - yy4430.CodecEncodeSelf(e) + yy4439 := &yyv4438 + yy4439.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55810,83 +55888,83 @@ func (x codecSelfer1234) decSliceWeightedPodAffinityTerm(v *[]WeightedPodAffinit z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4431 := *v - yyh4431, yyl4431 := z.DecSliceHelperStart() - var yyc4431 bool - if yyl4431 == 0 { - if yyv4431 == nil { - yyv4431 = []WeightedPodAffinityTerm{} - yyc4431 = true - } else if len(yyv4431) != 0 { - yyv4431 = yyv4431[:0] - yyc4431 = true + yyv4440 := *v + yyh4440, yyl4440 := z.DecSliceHelperStart() + var yyc4440 bool + if yyl4440 == 0 { + if yyv4440 == nil { + yyv4440 = []WeightedPodAffinityTerm{} + yyc4440 = true + } else if len(yyv4440) != 0 { + yyv4440 = yyv4440[:0] + yyc4440 = true } - } else if yyl4431 > 0 { - var yyrr4431, yyrl4431 int - var yyrt4431 bool - if yyl4431 > cap(yyv4431) { + } else if yyl4440 > 0 { + var yyrr4440, yyrl4440 int + var yyrt4440 bool + if yyl4440 > cap(yyv4440) { - yyrg4431 := len(yyv4431) > 0 - yyv24431 := yyv4431 - yyrl4431, yyrt4431 = z.DecInferLen(yyl4431, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4431 { - if yyrl4431 <= cap(yyv4431) { - yyv4431 = yyv4431[:yyrl4431] + yyrg4440 := len(yyv4440) > 0 + yyv24440 := yyv4440 + yyrl4440, yyrt4440 = z.DecInferLen(yyl4440, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4440 { + if yyrl4440 <= cap(yyv4440) { + yyv4440 = yyv4440[:yyrl4440] } else { - yyv4431 = make([]WeightedPodAffinityTerm, yyrl4431) + yyv4440 = make([]WeightedPodAffinityTerm, yyrl4440) } } else { - yyv4431 = make([]WeightedPodAffinityTerm, yyrl4431) + yyv4440 = make([]WeightedPodAffinityTerm, yyrl4440) } - yyc4431 = true - yyrr4431 = len(yyv4431) - if yyrg4431 { - copy(yyv4431, yyv24431) + yyc4440 = true + yyrr4440 = len(yyv4440) + if yyrg4440 { + copy(yyv4440, yyv24440) } - } else if yyl4431 != len(yyv4431) { - yyv4431 = yyv4431[:yyl4431] - yyc4431 = true + } else if yyl4440 != len(yyv4440) { + yyv4440 = yyv4440[:yyl4440] + yyc4440 = true } - yyj4431 := 0 - for ; yyj4431 < yyrr4431; yyj4431++ { - yyh4431.ElemContainerState(yyj4431) + yyj4440 := 0 + for ; yyj4440 < yyrr4440; yyj4440++ { + yyh4440.ElemContainerState(yyj4440) if r.TryDecodeAsNil() { - yyv4431[yyj4431] = WeightedPodAffinityTerm{} + yyv4440[yyj4440] = WeightedPodAffinityTerm{} } else { - yyv4432 := &yyv4431[yyj4431] - yyv4432.CodecDecodeSelf(d) + yyv4441 := &yyv4440[yyj4440] + yyv4441.CodecDecodeSelf(d) } } - if yyrt4431 { - for ; yyj4431 < yyl4431; yyj4431++ { - yyv4431 = append(yyv4431, WeightedPodAffinityTerm{}) - yyh4431.ElemContainerState(yyj4431) + if yyrt4440 { + for ; yyj4440 < yyl4440; yyj4440++ { + yyv4440 = append(yyv4440, WeightedPodAffinityTerm{}) + yyh4440.ElemContainerState(yyj4440) if r.TryDecodeAsNil() { - yyv4431[yyj4431] = WeightedPodAffinityTerm{} + yyv4440[yyj4440] = WeightedPodAffinityTerm{} } else { - yyv4433 := &yyv4431[yyj4431] - yyv4433.CodecDecodeSelf(d) + yyv4442 := &yyv4440[yyj4440] + yyv4442.CodecDecodeSelf(d) } } } } else { - yyj4431 := 0 - for ; !r.CheckBreak(); yyj4431++ { + yyj4440 := 0 + for ; !r.CheckBreak(); yyj4440++ { - if yyj4431 >= len(yyv4431) { - yyv4431 = append(yyv4431, WeightedPodAffinityTerm{}) // var yyz4431 WeightedPodAffinityTerm - yyc4431 = true + if yyj4440 >= len(yyv4440) { + yyv4440 = append(yyv4440, WeightedPodAffinityTerm{}) // var yyz4440 WeightedPodAffinityTerm + yyc4440 = true } - yyh4431.ElemContainerState(yyj4431) - if yyj4431 < len(yyv4431) { + yyh4440.ElemContainerState(yyj4440) + if yyj4440 < len(yyv4440) { if r.TryDecodeAsNil() { - yyv4431[yyj4431] = WeightedPodAffinityTerm{} + yyv4440[yyj4440] = WeightedPodAffinityTerm{} } else { - yyv4434 := &yyv4431[yyj4431] - yyv4434.CodecDecodeSelf(d) + yyv4443 := &yyv4440[yyj4440] + yyv4443.CodecDecodeSelf(d) } } else { @@ -55894,17 +55972,17 @@ func (x codecSelfer1234) decSliceWeightedPodAffinityTerm(v *[]WeightedPodAffinit } } - if yyj4431 < len(yyv4431) { - yyv4431 = yyv4431[:yyj4431] - yyc4431 = true - } else if yyj4431 == 0 && yyv4431 == nil { - yyv4431 = []WeightedPodAffinityTerm{} - yyc4431 = true + if yyj4440 < len(yyv4440) { + yyv4440 = yyv4440[:yyj4440] + yyc4440 = true + } else if yyj4440 == 0 && yyv4440 == nil { + yyv4440 = []WeightedPodAffinityTerm{} + yyc4440 = true } } - yyh4431.End() - if yyc4431 { - *v = yyv4431 + yyh4440.End() + if yyc4440 { + *v = yyv4440 } } @@ -55913,10 +55991,10 @@ func (x codecSelfer1234) encSlicePreferredSchedulingTerm(v []PreferredScheduling z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4435 := range v { + for _, yyv4444 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4436 := &yyv4435 - yy4436.CodecEncodeSelf(e) + yy4445 := &yyv4444 + yy4445.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55926,83 +56004,83 @@ func (x codecSelfer1234) decSlicePreferredSchedulingTerm(v *[]PreferredSchedulin z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4437 := *v - yyh4437, yyl4437 := z.DecSliceHelperStart() - var yyc4437 bool - if yyl4437 == 0 { - if yyv4437 == nil { - yyv4437 = []PreferredSchedulingTerm{} - yyc4437 = true - } else if len(yyv4437) != 0 { - yyv4437 = yyv4437[:0] - yyc4437 = true + yyv4446 := *v + yyh4446, yyl4446 := z.DecSliceHelperStart() + var yyc4446 bool + if yyl4446 == 0 { + if yyv4446 == nil { + yyv4446 = []PreferredSchedulingTerm{} + yyc4446 = true + } else if len(yyv4446) != 0 { + yyv4446 = yyv4446[:0] + yyc4446 = true } - } else if yyl4437 > 0 { - var yyrr4437, yyrl4437 int - var yyrt4437 bool - if yyl4437 > cap(yyv4437) { + } else if yyl4446 > 0 { + var yyrr4446, yyrl4446 int + var yyrt4446 bool + if yyl4446 > cap(yyv4446) { - yyrg4437 := len(yyv4437) > 0 - yyv24437 := yyv4437 - yyrl4437, yyrt4437 = z.DecInferLen(yyl4437, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4437 { - if yyrl4437 <= cap(yyv4437) { - yyv4437 = yyv4437[:yyrl4437] + yyrg4446 := len(yyv4446) > 0 + yyv24446 := yyv4446 + yyrl4446, yyrt4446 = z.DecInferLen(yyl4446, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4446 { + if yyrl4446 <= cap(yyv4446) { + yyv4446 = yyv4446[:yyrl4446] } else { - yyv4437 = make([]PreferredSchedulingTerm, yyrl4437) + yyv4446 = make([]PreferredSchedulingTerm, yyrl4446) } } else { - yyv4437 = make([]PreferredSchedulingTerm, yyrl4437) + yyv4446 = make([]PreferredSchedulingTerm, yyrl4446) } - yyc4437 = true - yyrr4437 = len(yyv4437) - if yyrg4437 { - copy(yyv4437, yyv24437) + yyc4446 = true + yyrr4446 = len(yyv4446) + if yyrg4446 { + copy(yyv4446, yyv24446) } - } else if yyl4437 != len(yyv4437) { - yyv4437 = yyv4437[:yyl4437] - yyc4437 = true + } else if yyl4446 != len(yyv4446) { + yyv4446 = yyv4446[:yyl4446] + yyc4446 = true } - yyj4437 := 0 - for ; yyj4437 < yyrr4437; yyj4437++ { - yyh4437.ElemContainerState(yyj4437) + yyj4446 := 0 + for ; yyj4446 < yyrr4446; yyj4446++ { + yyh4446.ElemContainerState(yyj4446) if r.TryDecodeAsNil() { - yyv4437[yyj4437] = PreferredSchedulingTerm{} + yyv4446[yyj4446] = PreferredSchedulingTerm{} } else { - yyv4438 := &yyv4437[yyj4437] - yyv4438.CodecDecodeSelf(d) + yyv4447 := &yyv4446[yyj4446] + yyv4447.CodecDecodeSelf(d) } } - if yyrt4437 { - for ; yyj4437 < yyl4437; yyj4437++ { - yyv4437 = append(yyv4437, PreferredSchedulingTerm{}) - yyh4437.ElemContainerState(yyj4437) + if yyrt4446 { + for ; yyj4446 < yyl4446; yyj4446++ { + yyv4446 = append(yyv4446, PreferredSchedulingTerm{}) + yyh4446.ElemContainerState(yyj4446) if r.TryDecodeAsNil() { - yyv4437[yyj4437] = PreferredSchedulingTerm{} + yyv4446[yyj4446] = PreferredSchedulingTerm{} } else { - yyv4439 := &yyv4437[yyj4437] - yyv4439.CodecDecodeSelf(d) + yyv4448 := &yyv4446[yyj4446] + yyv4448.CodecDecodeSelf(d) } } } } else { - yyj4437 := 0 - for ; !r.CheckBreak(); yyj4437++ { + yyj4446 := 0 + for ; !r.CheckBreak(); yyj4446++ { - if yyj4437 >= len(yyv4437) { - yyv4437 = append(yyv4437, PreferredSchedulingTerm{}) // var yyz4437 PreferredSchedulingTerm - yyc4437 = true + if yyj4446 >= len(yyv4446) { + yyv4446 = append(yyv4446, PreferredSchedulingTerm{}) // var yyz4446 PreferredSchedulingTerm + yyc4446 = true } - yyh4437.ElemContainerState(yyj4437) - if yyj4437 < len(yyv4437) { + yyh4446.ElemContainerState(yyj4446) + if yyj4446 < len(yyv4446) { if r.TryDecodeAsNil() { - yyv4437[yyj4437] = PreferredSchedulingTerm{} + yyv4446[yyj4446] = PreferredSchedulingTerm{} } else { - yyv4440 := &yyv4437[yyj4437] - yyv4440.CodecDecodeSelf(d) + yyv4449 := &yyv4446[yyj4446] + yyv4449.CodecDecodeSelf(d) } } else { @@ -56010,17 +56088,17 @@ func (x codecSelfer1234) decSlicePreferredSchedulingTerm(v *[]PreferredSchedulin } } - if yyj4437 < len(yyv4437) { - yyv4437 = yyv4437[:yyj4437] - yyc4437 = true - } else if yyj4437 == 0 && yyv4437 == nil { - yyv4437 = []PreferredSchedulingTerm{} - yyc4437 = true + if yyj4446 < len(yyv4446) { + yyv4446 = yyv4446[:yyj4446] + yyc4446 = true + } else if yyj4446 == 0 && yyv4446 == nil { + yyv4446 = []PreferredSchedulingTerm{} + yyc4446 = true } } - yyh4437.End() - if yyc4437 { - *v = yyv4437 + yyh4446.End() + if yyc4446 { + *v = yyv4446 } } @@ -56029,10 +56107,10 @@ func (x codecSelfer1234) encSliceVolume(v []Volume, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4441 := range v { + for _, yyv4450 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4442 := &yyv4441 - yy4442.CodecEncodeSelf(e) + yy4451 := &yyv4450 + yy4451.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56042,83 +56120,83 @@ func (x codecSelfer1234) decSliceVolume(v *[]Volume, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4443 := *v - yyh4443, yyl4443 := z.DecSliceHelperStart() - var yyc4443 bool - if yyl4443 == 0 { - if yyv4443 == nil { - yyv4443 = []Volume{} - yyc4443 = true - } else if len(yyv4443) != 0 { - yyv4443 = yyv4443[:0] - yyc4443 = true + yyv4452 := *v + yyh4452, yyl4452 := z.DecSliceHelperStart() + var yyc4452 bool + if yyl4452 == 0 { + if yyv4452 == nil { + yyv4452 = []Volume{} + yyc4452 = true + } else if len(yyv4452) != 0 { + yyv4452 = yyv4452[:0] + yyc4452 = true } - } else if yyl4443 > 0 { - var yyrr4443, yyrl4443 int - var yyrt4443 bool - if yyl4443 > cap(yyv4443) { + } else if yyl4452 > 0 { + var yyrr4452, yyrl4452 int + var yyrt4452 bool + if yyl4452 > cap(yyv4452) { - yyrg4443 := len(yyv4443) > 0 - yyv24443 := yyv4443 - yyrl4443, yyrt4443 = z.DecInferLen(yyl4443, z.DecBasicHandle().MaxInitLen, 176) - if yyrt4443 { - if yyrl4443 <= cap(yyv4443) { - yyv4443 = yyv4443[:yyrl4443] + yyrg4452 := len(yyv4452) > 0 + yyv24452 := yyv4452 + yyrl4452, yyrt4452 = z.DecInferLen(yyl4452, z.DecBasicHandle().MaxInitLen, 176) + if yyrt4452 { + if yyrl4452 <= cap(yyv4452) { + yyv4452 = yyv4452[:yyrl4452] } else { - yyv4443 = make([]Volume, yyrl4443) + yyv4452 = make([]Volume, yyrl4452) } } else { - yyv4443 = make([]Volume, yyrl4443) + yyv4452 = make([]Volume, yyrl4452) } - yyc4443 = true - yyrr4443 = len(yyv4443) - if yyrg4443 { - copy(yyv4443, yyv24443) + yyc4452 = true + yyrr4452 = len(yyv4452) + if yyrg4452 { + copy(yyv4452, yyv24452) } - } else if yyl4443 != len(yyv4443) { - yyv4443 = yyv4443[:yyl4443] - yyc4443 = true + } else if yyl4452 != len(yyv4452) { + yyv4452 = yyv4452[:yyl4452] + yyc4452 = true } - yyj4443 := 0 - for ; yyj4443 < yyrr4443; yyj4443++ { - yyh4443.ElemContainerState(yyj4443) + yyj4452 := 0 + for ; yyj4452 < yyrr4452; yyj4452++ { + yyh4452.ElemContainerState(yyj4452) if r.TryDecodeAsNil() { - yyv4443[yyj4443] = Volume{} + yyv4452[yyj4452] = Volume{} } else { - yyv4444 := &yyv4443[yyj4443] - yyv4444.CodecDecodeSelf(d) + yyv4453 := &yyv4452[yyj4452] + yyv4453.CodecDecodeSelf(d) } } - if yyrt4443 { - for ; yyj4443 < yyl4443; yyj4443++ { - yyv4443 = append(yyv4443, Volume{}) - yyh4443.ElemContainerState(yyj4443) + if yyrt4452 { + for ; yyj4452 < yyl4452; yyj4452++ { + yyv4452 = append(yyv4452, Volume{}) + yyh4452.ElemContainerState(yyj4452) if r.TryDecodeAsNil() { - yyv4443[yyj4443] = Volume{} + yyv4452[yyj4452] = Volume{} } else { - yyv4445 := &yyv4443[yyj4443] - yyv4445.CodecDecodeSelf(d) + yyv4454 := &yyv4452[yyj4452] + yyv4454.CodecDecodeSelf(d) } } } } else { - yyj4443 := 0 - for ; !r.CheckBreak(); yyj4443++ { + yyj4452 := 0 + for ; !r.CheckBreak(); yyj4452++ { - if yyj4443 >= len(yyv4443) { - yyv4443 = append(yyv4443, Volume{}) // var yyz4443 Volume - yyc4443 = true + if yyj4452 >= len(yyv4452) { + yyv4452 = append(yyv4452, Volume{}) // var yyz4452 Volume + yyc4452 = true } - yyh4443.ElemContainerState(yyj4443) - if yyj4443 < len(yyv4443) { + yyh4452.ElemContainerState(yyj4452) + if yyj4452 < len(yyv4452) { if r.TryDecodeAsNil() { - yyv4443[yyj4443] = Volume{} + yyv4452[yyj4452] = Volume{} } else { - yyv4446 := &yyv4443[yyj4443] - yyv4446.CodecDecodeSelf(d) + yyv4455 := &yyv4452[yyj4452] + yyv4455.CodecDecodeSelf(d) } } else { @@ -56126,17 +56204,17 @@ func (x codecSelfer1234) decSliceVolume(v *[]Volume, d *codec1978.Decoder) { } } - if yyj4443 < len(yyv4443) { - yyv4443 = yyv4443[:yyj4443] - yyc4443 = true - } else if yyj4443 == 0 && yyv4443 == nil { - yyv4443 = []Volume{} - yyc4443 = true + if yyj4452 < len(yyv4452) { + yyv4452 = yyv4452[:yyj4452] + yyc4452 = true + } else if yyj4452 == 0 && yyv4452 == nil { + yyv4452 = []Volume{} + yyc4452 = true } } - yyh4443.End() - if yyc4443 { - *v = yyv4443 + yyh4452.End() + if yyc4452 { + *v = yyv4452 } } @@ -56145,10 +56223,10 @@ func (x codecSelfer1234) encSliceContainer(v []Container, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4447 := range v { + for _, yyv4456 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4448 := &yyv4447 - yy4448.CodecEncodeSelf(e) + yy4457 := &yyv4456 + yy4457.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56158,83 +56236,83 @@ func (x codecSelfer1234) decSliceContainer(v *[]Container, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4449 := *v - yyh4449, yyl4449 := z.DecSliceHelperStart() - var yyc4449 bool - if yyl4449 == 0 { - if yyv4449 == nil { - yyv4449 = []Container{} - yyc4449 = true - } else if len(yyv4449) != 0 { - yyv4449 = yyv4449[:0] - yyc4449 = true + yyv4458 := *v + yyh4458, yyl4458 := z.DecSliceHelperStart() + var yyc4458 bool + if yyl4458 == 0 { + if yyv4458 == nil { + yyv4458 = []Container{} + yyc4458 = true + } else if len(yyv4458) != 0 { + yyv4458 = yyv4458[:0] + yyc4458 = true } - } else if yyl4449 > 0 { - var yyrr4449, yyrl4449 int - var yyrt4449 bool - if yyl4449 > cap(yyv4449) { + } else if yyl4458 > 0 { + var yyrr4458, yyrl4458 int + var yyrt4458 bool + if yyl4458 > cap(yyv4458) { - yyrg4449 := len(yyv4449) > 0 - yyv24449 := yyv4449 - yyrl4449, yyrt4449 = z.DecInferLen(yyl4449, z.DecBasicHandle().MaxInitLen, 256) - if yyrt4449 { - if yyrl4449 <= cap(yyv4449) { - yyv4449 = yyv4449[:yyrl4449] + yyrg4458 := len(yyv4458) > 0 + yyv24458 := yyv4458 + yyrl4458, yyrt4458 = z.DecInferLen(yyl4458, z.DecBasicHandle().MaxInitLen, 256) + if yyrt4458 { + if yyrl4458 <= cap(yyv4458) { + yyv4458 = yyv4458[:yyrl4458] } else { - yyv4449 = make([]Container, yyrl4449) + yyv4458 = make([]Container, yyrl4458) } } else { - yyv4449 = make([]Container, yyrl4449) + yyv4458 = make([]Container, yyrl4458) } - yyc4449 = true - yyrr4449 = len(yyv4449) - if yyrg4449 { - copy(yyv4449, yyv24449) + yyc4458 = true + yyrr4458 = len(yyv4458) + if yyrg4458 { + copy(yyv4458, yyv24458) } - } else if yyl4449 != len(yyv4449) { - yyv4449 = yyv4449[:yyl4449] - yyc4449 = true + } else if yyl4458 != len(yyv4458) { + yyv4458 = yyv4458[:yyl4458] + yyc4458 = true } - yyj4449 := 0 - for ; yyj4449 < yyrr4449; yyj4449++ { - yyh4449.ElemContainerState(yyj4449) + yyj4458 := 0 + for ; yyj4458 < yyrr4458; yyj4458++ { + yyh4458.ElemContainerState(yyj4458) if r.TryDecodeAsNil() { - yyv4449[yyj4449] = Container{} + yyv4458[yyj4458] = Container{} } else { - yyv4450 := &yyv4449[yyj4449] - yyv4450.CodecDecodeSelf(d) + yyv4459 := &yyv4458[yyj4458] + yyv4459.CodecDecodeSelf(d) } } - if yyrt4449 { - for ; yyj4449 < yyl4449; yyj4449++ { - yyv4449 = append(yyv4449, Container{}) - yyh4449.ElemContainerState(yyj4449) + if yyrt4458 { + for ; yyj4458 < yyl4458; yyj4458++ { + yyv4458 = append(yyv4458, Container{}) + yyh4458.ElemContainerState(yyj4458) if r.TryDecodeAsNil() { - yyv4449[yyj4449] = Container{} + yyv4458[yyj4458] = Container{} } else { - yyv4451 := &yyv4449[yyj4449] - yyv4451.CodecDecodeSelf(d) + yyv4460 := &yyv4458[yyj4458] + yyv4460.CodecDecodeSelf(d) } } } } else { - yyj4449 := 0 - for ; !r.CheckBreak(); yyj4449++ { + yyj4458 := 0 + for ; !r.CheckBreak(); yyj4458++ { - if yyj4449 >= len(yyv4449) { - yyv4449 = append(yyv4449, Container{}) // var yyz4449 Container - yyc4449 = true + if yyj4458 >= len(yyv4458) { + yyv4458 = append(yyv4458, Container{}) // var yyz4458 Container + yyc4458 = true } - yyh4449.ElemContainerState(yyj4449) - if yyj4449 < len(yyv4449) { + yyh4458.ElemContainerState(yyj4458) + if yyj4458 < len(yyv4458) { if r.TryDecodeAsNil() { - yyv4449[yyj4449] = Container{} + yyv4458[yyj4458] = Container{} } else { - yyv4452 := &yyv4449[yyj4449] - yyv4452.CodecDecodeSelf(d) + yyv4461 := &yyv4458[yyj4458] + yyv4461.CodecDecodeSelf(d) } } else { @@ -56242,17 +56320,17 @@ func (x codecSelfer1234) decSliceContainer(v *[]Container, d *codec1978.Decoder) } } - if yyj4449 < len(yyv4449) { - yyv4449 = yyv4449[:yyj4449] - yyc4449 = true - } else if yyj4449 == 0 && yyv4449 == nil { - yyv4449 = []Container{} - yyc4449 = true + if yyj4458 < len(yyv4458) { + yyv4458 = yyv4458[:yyj4458] + yyc4458 = true + } else if yyj4458 == 0 && yyv4458 == nil { + yyv4458 = []Container{} + yyc4458 = true } } - yyh4449.End() - if yyc4449 { - *v = yyv4449 + yyh4458.End() + if yyc4458 { + *v = yyv4458 } } @@ -56261,10 +56339,10 @@ func (x codecSelfer1234) encSliceLocalObjectReference(v []LocalObjectReference, z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4453 := range v { + for _, yyv4462 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4454 := &yyv4453 - yy4454.CodecEncodeSelf(e) + yy4463 := &yyv4462 + yy4463.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56274,83 +56352,83 @@ func (x codecSelfer1234) decSliceLocalObjectReference(v *[]LocalObjectReference, z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4455 := *v - yyh4455, yyl4455 := z.DecSliceHelperStart() - var yyc4455 bool - if yyl4455 == 0 { - if yyv4455 == nil { - yyv4455 = []LocalObjectReference{} - yyc4455 = true - } else if len(yyv4455) != 0 { - yyv4455 = yyv4455[:0] - yyc4455 = true + yyv4464 := *v + yyh4464, yyl4464 := z.DecSliceHelperStart() + var yyc4464 bool + if yyl4464 == 0 { + if yyv4464 == nil { + yyv4464 = []LocalObjectReference{} + yyc4464 = true + } else if len(yyv4464) != 0 { + yyv4464 = yyv4464[:0] + yyc4464 = true } - } else if yyl4455 > 0 { - var yyrr4455, yyrl4455 int - var yyrt4455 bool - if yyl4455 > cap(yyv4455) { + } else if yyl4464 > 0 { + var yyrr4464, yyrl4464 int + var yyrt4464 bool + if yyl4464 > cap(yyv4464) { - yyrg4455 := len(yyv4455) > 0 - yyv24455 := yyv4455 - yyrl4455, yyrt4455 = z.DecInferLen(yyl4455, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4455 { - if yyrl4455 <= cap(yyv4455) { - yyv4455 = yyv4455[:yyrl4455] + yyrg4464 := len(yyv4464) > 0 + yyv24464 := yyv4464 + yyrl4464, yyrt4464 = z.DecInferLen(yyl4464, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4464 { + if yyrl4464 <= cap(yyv4464) { + yyv4464 = yyv4464[:yyrl4464] } else { - yyv4455 = make([]LocalObjectReference, yyrl4455) + yyv4464 = make([]LocalObjectReference, yyrl4464) } } else { - yyv4455 = make([]LocalObjectReference, yyrl4455) + yyv4464 = make([]LocalObjectReference, yyrl4464) } - yyc4455 = true - yyrr4455 = len(yyv4455) - if yyrg4455 { - copy(yyv4455, yyv24455) + yyc4464 = true + yyrr4464 = len(yyv4464) + if yyrg4464 { + copy(yyv4464, yyv24464) } - } else if yyl4455 != len(yyv4455) { - yyv4455 = yyv4455[:yyl4455] - yyc4455 = true + } else if yyl4464 != len(yyv4464) { + yyv4464 = yyv4464[:yyl4464] + yyc4464 = true } - yyj4455 := 0 - for ; yyj4455 < yyrr4455; yyj4455++ { - yyh4455.ElemContainerState(yyj4455) + yyj4464 := 0 + for ; yyj4464 < yyrr4464; yyj4464++ { + yyh4464.ElemContainerState(yyj4464) if r.TryDecodeAsNil() { - yyv4455[yyj4455] = LocalObjectReference{} + yyv4464[yyj4464] = LocalObjectReference{} } else { - yyv4456 := &yyv4455[yyj4455] - yyv4456.CodecDecodeSelf(d) + yyv4465 := &yyv4464[yyj4464] + yyv4465.CodecDecodeSelf(d) } } - if yyrt4455 { - for ; yyj4455 < yyl4455; yyj4455++ { - yyv4455 = append(yyv4455, LocalObjectReference{}) - yyh4455.ElemContainerState(yyj4455) + if yyrt4464 { + for ; yyj4464 < yyl4464; yyj4464++ { + yyv4464 = append(yyv4464, LocalObjectReference{}) + yyh4464.ElemContainerState(yyj4464) if r.TryDecodeAsNil() { - yyv4455[yyj4455] = LocalObjectReference{} + yyv4464[yyj4464] = LocalObjectReference{} } else { - yyv4457 := &yyv4455[yyj4455] - yyv4457.CodecDecodeSelf(d) + yyv4466 := &yyv4464[yyj4464] + yyv4466.CodecDecodeSelf(d) } } } } else { - yyj4455 := 0 - for ; !r.CheckBreak(); yyj4455++ { + yyj4464 := 0 + for ; !r.CheckBreak(); yyj4464++ { - if yyj4455 >= len(yyv4455) { - yyv4455 = append(yyv4455, LocalObjectReference{}) // var yyz4455 LocalObjectReference - yyc4455 = true + if yyj4464 >= len(yyv4464) { + yyv4464 = append(yyv4464, LocalObjectReference{}) // var yyz4464 LocalObjectReference + yyc4464 = true } - yyh4455.ElemContainerState(yyj4455) - if yyj4455 < len(yyv4455) { + yyh4464.ElemContainerState(yyj4464) + if yyj4464 < len(yyv4464) { if r.TryDecodeAsNil() { - yyv4455[yyj4455] = LocalObjectReference{} + yyv4464[yyj4464] = LocalObjectReference{} } else { - yyv4458 := &yyv4455[yyj4455] - yyv4458.CodecDecodeSelf(d) + yyv4467 := &yyv4464[yyj4464] + yyv4467.CodecDecodeSelf(d) } } else { @@ -56358,17 +56436,17 @@ func (x codecSelfer1234) decSliceLocalObjectReference(v *[]LocalObjectReference, } } - if yyj4455 < len(yyv4455) { - yyv4455 = yyv4455[:yyj4455] - yyc4455 = true - } else if yyj4455 == 0 && yyv4455 == nil { - yyv4455 = []LocalObjectReference{} - yyc4455 = true + if yyj4464 < len(yyv4464) { + yyv4464 = yyv4464[:yyj4464] + yyc4464 = true + } else if yyj4464 == 0 && yyv4464 == nil { + yyv4464 = []LocalObjectReference{} + yyc4464 = true } } - yyh4455.End() - if yyc4455 { - *v = yyv4455 + yyh4464.End() + if yyc4464 { + *v = yyv4464 } } @@ -56377,10 +56455,10 @@ func (x codecSelfer1234) encSlicePodCondition(v []PodCondition, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4459 := range v { + for _, yyv4468 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4460 := &yyv4459 - yy4460.CodecEncodeSelf(e) + yy4469 := &yyv4468 + yy4469.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56390,83 +56468,83 @@ func (x codecSelfer1234) decSlicePodCondition(v *[]PodCondition, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4461 := *v - yyh4461, yyl4461 := z.DecSliceHelperStart() - var yyc4461 bool - if yyl4461 == 0 { - if yyv4461 == nil { - yyv4461 = []PodCondition{} - yyc4461 = true - } else if len(yyv4461) != 0 { - yyv4461 = yyv4461[:0] - yyc4461 = true + yyv4470 := *v + yyh4470, yyl4470 := z.DecSliceHelperStart() + var yyc4470 bool + if yyl4470 == 0 { + if yyv4470 == nil { + yyv4470 = []PodCondition{} + yyc4470 = true + } else if len(yyv4470) != 0 { + yyv4470 = yyv4470[:0] + yyc4470 = true } - } else if yyl4461 > 0 { - var yyrr4461, yyrl4461 int - var yyrt4461 bool - if yyl4461 > cap(yyv4461) { + } else if yyl4470 > 0 { + var yyrr4470, yyrl4470 int + var yyrt4470 bool + if yyl4470 > cap(yyv4470) { - yyrg4461 := len(yyv4461) > 0 - yyv24461 := yyv4461 - yyrl4461, yyrt4461 = z.DecInferLen(yyl4461, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4461 { - if yyrl4461 <= cap(yyv4461) { - yyv4461 = yyv4461[:yyrl4461] + yyrg4470 := len(yyv4470) > 0 + yyv24470 := yyv4470 + yyrl4470, yyrt4470 = z.DecInferLen(yyl4470, z.DecBasicHandle().MaxInitLen, 112) + if yyrt4470 { + if yyrl4470 <= cap(yyv4470) { + yyv4470 = yyv4470[:yyrl4470] } else { - yyv4461 = make([]PodCondition, yyrl4461) + yyv4470 = make([]PodCondition, yyrl4470) } } else { - yyv4461 = make([]PodCondition, yyrl4461) + yyv4470 = make([]PodCondition, yyrl4470) } - yyc4461 = true - yyrr4461 = len(yyv4461) - if yyrg4461 { - copy(yyv4461, yyv24461) + yyc4470 = true + yyrr4470 = len(yyv4470) + if yyrg4470 { + copy(yyv4470, yyv24470) } - } else if yyl4461 != len(yyv4461) { - yyv4461 = yyv4461[:yyl4461] - yyc4461 = true + } else if yyl4470 != len(yyv4470) { + yyv4470 = yyv4470[:yyl4470] + yyc4470 = true } - yyj4461 := 0 - for ; yyj4461 < yyrr4461; yyj4461++ { - yyh4461.ElemContainerState(yyj4461) + yyj4470 := 0 + for ; yyj4470 < yyrr4470; yyj4470++ { + yyh4470.ElemContainerState(yyj4470) if r.TryDecodeAsNil() { - yyv4461[yyj4461] = PodCondition{} + yyv4470[yyj4470] = PodCondition{} } else { - yyv4462 := &yyv4461[yyj4461] - yyv4462.CodecDecodeSelf(d) + yyv4471 := &yyv4470[yyj4470] + yyv4471.CodecDecodeSelf(d) } } - if yyrt4461 { - for ; yyj4461 < yyl4461; yyj4461++ { - yyv4461 = append(yyv4461, PodCondition{}) - yyh4461.ElemContainerState(yyj4461) + if yyrt4470 { + for ; yyj4470 < yyl4470; yyj4470++ { + yyv4470 = append(yyv4470, PodCondition{}) + yyh4470.ElemContainerState(yyj4470) if r.TryDecodeAsNil() { - yyv4461[yyj4461] = PodCondition{} + yyv4470[yyj4470] = PodCondition{} } else { - yyv4463 := &yyv4461[yyj4461] - yyv4463.CodecDecodeSelf(d) + yyv4472 := &yyv4470[yyj4470] + yyv4472.CodecDecodeSelf(d) } } } } else { - yyj4461 := 0 - for ; !r.CheckBreak(); yyj4461++ { + yyj4470 := 0 + for ; !r.CheckBreak(); yyj4470++ { - if yyj4461 >= len(yyv4461) { - yyv4461 = append(yyv4461, PodCondition{}) // var yyz4461 PodCondition - yyc4461 = true + if yyj4470 >= len(yyv4470) { + yyv4470 = append(yyv4470, PodCondition{}) // var yyz4470 PodCondition + yyc4470 = true } - yyh4461.ElemContainerState(yyj4461) - if yyj4461 < len(yyv4461) { + yyh4470.ElemContainerState(yyj4470) + if yyj4470 < len(yyv4470) { if r.TryDecodeAsNil() { - yyv4461[yyj4461] = PodCondition{} + yyv4470[yyj4470] = PodCondition{} } else { - yyv4464 := &yyv4461[yyj4461] - yyv4464.CodecDecodeSelf(d) + yyv4473 := &yyv4470[yyj4470] + yyv4473.CodecDecodeSelf(d) } } else { @@ -56474,17 +56552,17 @@ func (x codecSelfer1234) decSlicePodCondition(v *[]PodCondition, d *codec1978.De } } - if yyj4461 < len(yyv4461) { - yyv4461 = yyv4461[:yyj4461] - yyc4461 = true - } else if yyj4461 == 0 && yyv4461 == nil { - yyv4461 = []PodCondition{} - yyc4461 = true + if yyj4470 < len(yyv4470) { + yyv4470 = yyv4470[:yyj4470] + yyc4470 = true + } else if yyj4470 == 0 && yyv4470 == nil { + yyv4470 = []PodCondition{} + yyc4470 = true } } - yyh4461.End() - if yyc4461 { - *v = yyv4461 + yyh4470.End() + if yyc4470 { + *v = yyv4470 } } @@ -56493,10 +56571,10 @@ func (x codecSelfer1234) encSliceContainerStatus(v []ContainerStatus, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4465 := range v { + for _, yyv4474 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4466 := &yyv4465 - yy4466.CodecEncodeSelf(e) + yy4475 := &yyv4474 + yy4475.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56506,83 +56584,83 @@ func (x codecSelfer1234) decSliceContainerStatus(v *[]ContainerStatus, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4467 := *v - yyh4467, yyl4467 := z.DecSliceHelperStart() - var yyc4467 bool - if yyl4467 == 0 { - if yyv4467 == nil { - yyv4467 = []ContainerStatus{} - yyc4467 = true - } else if len(yyv4467) != 0 { - yyv4467 = yyv4467[:0] - yyc4467 = true + yyv4476 := *v + yyh4476, yyl4476 := z.DecSliceHelperStart() + var yyc4476 bool + if yyl4476 == 0 { + if yyv4476 == nil { + yyv4476 = []ContainerStatus{} + yyc4476 = true + } else if len(yyv4476) != 0 { + yyv4476 = yyv4476[:0] + yyc4476 = true } - } else if yyl4467 > 0 { - var yyrr4467, yyrl4467 int - var yyrt4467 bool - if yyl4467 > cap(yyv4467) { + } else if yyl4476 > 0 { + var yyrr4476, yyrl4476 int + var yyrt4476 bool + if yyl4476 > cap(yyv4476) { - yyrg4467 := len(yyv4467) > 0 - yyv24467 := yyv4467 - yyrl4467, yyrt4467 = z.DecInferLen(yyl4467, z.DecBasicHandle().MaxInitLen, 120) - if yyrt4467 { - if yyrl4467 <= cap(yyv4467) { - yyv4467 = yyv4467[:yyrl4467] + yyrg4476 := len(yyv4476) > 0 + yyv24476 := yyv4476 + yyrl4476, yyrt4476 = z.DecInferLen(yyl4476, z.DecBasicHandle().MaxInitLen, 120) + if yyrt4476 { + if yyrl4476 <= cap(yyv4476) { + yyv4476 = yyv4476[:yyrl4476] } else { - yyv4467 = make([]ContainerStatus, yyrl4467) + yyv4476 = make([]ContainerStatus, yyrl4476) } } else { - yyv4467 = make([]ContainerStatus, yyrl4467) + yyv4476 = make([]ContainerStatus, yyrl4476) } - yyc4467 = true - yyrr4467 = len(yyv4467) - if yyrg4467 { - copy(yyv4467, yyv24467) + yyc4476 = true + yyrr4476 = len(yyv4476) + if yyrg4476 { + copy(yyv4476, yyv24476) } - } else if yyl4467 != len(yyv4467) { - yyv4467 = yyv4467[:yyl4467] - yyc4467 = true + } else if yyl4476 != len(yyv4476) { + yyv4476 = yyv4476[:yyl4476] + yyc4476 = true } - yyj4467 := 0 - for ; yyj4467 < yyrr4467; yyj4467++ { - yyh4467.ElemContainerState(yyj4467) + yyj4476 := 0 + for ; yyj4476 < yyrr4476; yyj4476++ { + yyh4476.ElemContainerState(yyj4476) if r.TryDecodeAsNil() { - yyv4467[yyj4467] = ContainerStatus{} + yyv4476[yyj4476] = ContainerStatus{} } else { - yyv4468 := &yyv4467[yyj4467] - yyv4468.CodecDecodeSelf(d) + yyv4477 := &yyv4476[yyj4476] + yyv4477.CodecDecodeSelf(d) } } - if yyrt4467 { - for ; yyj4467 < yyl4467; yyj4467++ { - yyv4467 = append(yyv4467, ContainerStatus{}) - yyh4467.ElemContainerState(yyj4467) + if yyrt4476 { + for ; yyj4476 < yyl4476; yyj4476++ { + yyv4476 = append(yyv4476, ContainerStatus{}) + yyh4476.ElemContainerState(yyj4476) if r.TryDecodeAsNil() { - yyv4467[yyj4467] = ContainerStatus{} + yyv4476[yyj4476] = ContainerStatus{} } else { - yyv4469 := &yyv4467[yyj4467] - yyv4469.CodecDecodeSelf(d) + yyv4478 := &yyv4476[yyj4476] + yyv4478.CodecDecodeSelf(d) } } } } else { - yyj4467 := 0 - for ; !r.CheckBreak(); yyj4467++ { + yyj4476 := 0 + for ; !r.CheckBreak(); yyj4476++ { - if yyj4467 >= len(yyv4467) { - yyv4467 = append(yyv4467, ContainerStatus{}) // var yyz4467 ContainerStatus - yyc4467 = true + if yyj4476 >= len(yyv4476) { + yyv4476 = append(yyv4476, ContainerStatus{}) // var yyz4476 ContainerStatus + yyc4476 = true } - yyh4467.ElemContainerState(yyj4467) - if yyj4467 < len(yyv4467) { + yyh4476.ElemContainerState(yyj4476) + if yyj4476 < len(yyv4476) { if r.TryDecodeAsNil() { - yyv4467[yyj4467] = ContainerStatus{} + yyv4476[yyj4476] = ContainerStatus{} } else { - yyv4470 := &yyv4467[yyj4467] - yyv4470.CodecDecodeSelf(d) + yyv4479 := &yyv4476[yyj4476] + yyv4479.CodecDecodeSelf(d) } } else { @@ -56590,17 +56668,17 @@ func (x codecSelfer1234) decSliceContainerStatus(v *[]ContainerStatus, d *codec1 } } - if yyj4467 < len(yyv4467) { - yyv4467 = yyv4467[:yyj4467] - yyc4467 = true - } else if yyj4467 == 0 && yyv4467 == nil { - yyv4467 = []ContainerStatus{} - yyc4467 = true + if yyj4476 < len(yyv4476) { + yyv4476 = yyv4476[:yyj4476] + yyc4476 = true + } else if yyj4476 == 0 && yyv4476 == nil { + yyv4476 = []ContainerStatus{} + yyc4476 = true } } - yyh4467.End() - if yyc4467 { - *v = yyv4467 + yyh4476.End() + if yyc4476 { + *v = yyv4476 } } @@ -56609,10 +56687,10 @@ func (x codecSelfer1234) encSlicePod(v []Pod, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4471 := range v { + for _, yyv4480 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4472 := &yyv4471 - yy4472.CodecEncodeSelf(e) + yy4481 := &yyv4480 + yy4481.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56622,83 +56700,83 @@ func (x codecSelfer1234) decSlicePod(v *[]Pod, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4473 := *v - yyh4473, yyl4473 := z.DecSliceHelperStart() - var yyc4473 bool - if yyl4473 == 0 { - if yyv4473 == nil { - yyv4473 = []Pod{} - yyc4473 = true - } else if len(yyv4473) != 0 { - yyv4473 = yyv4473[:0] - yyc4473 = true + yyv4482 := *v + yyh4482, yyl4482 := z.DecSliceHelperStart() + var yyc4482 bool + if yyl4482 == 0 { + if yyv4482 == nil { + yyv4482 = []Pod{} + yyc4482 = true + } else if len(yyv4482) != 0 { + yyv4482 = yyv4482[:0] + yyc4482 = true } - } else if yyl4473 > 0 { - var yyrr4473, yyrl4473 int - var yyrt4473 bool - if yyl4473 > cap(yyv4473) { + } else if yyl4482 > 0 { + var yyrr4482, yyrl4482 int + var yyrt4482 bool + if yyl4482 > cap(yyv4482) { - yyrg4473 := len(yyv4473) > 0 - yyv24473 := yyv4473 - yyrl4473, yyrt4473 = z.DecInferLen(yyl4473, z.DecBasicHandle().MaxInitLen, 648) - if yyrt4473 { - if yyrl4473 <= cap(yyv4473) { - yyv4473 = yyv4473[:yyrl4473] + yyrg4482 := len(yyv4482) > 0 + yyv24482 := yyv4482 + yyrl4482, yyrt4482 = z.DecInferLen(yyl4482, z.DecBasicHandle().MaxInitLen, 648) + if yyrt4482 { + if yyrl4482 <= cap(yyv4482) { + yyv4482 = yyv4482[:yyrl4482] } else { - yyv4473 = make([]Pod, yyrl4473) + yyv4482 = make([]Pod, yyrl4482) } } else { - yyv4473 = make([]Pod, yyrl4473) + yyv4482 = make([]Pod, yyrl4482) } - yyc4473 = true - yyrr4473 = len(yyv4473) - if yyrg4473 { - copy(yyv4473, yyv24473) + yyc4482 = true + yyrr4482 = len(yyv4482) + if yyrg4482 { + copy(yyv4482, yyv24482) } - } else if yyl4473 != len(yyv4473) { - yyv4473 = yyv4473[:yyl4473] - yyc4473 = true + } else if yyl4482 != len(yyv4482) { + yyv4482 = yyv4482[:yyl4482] + yyc4482 = true } - yyj4473 := 0 - for ; yyj4473 < yyrr4473; yyj4473++ { - yyh4473.ElemContainerState(yyj4473) + yyj4482 := 0 + for ; yyj4482 < yyrr4482; yyj4482++ { + yyh4482.ElemContainerState(yyj4482) if r.TryDecodeAsNil() { - yyv4473[yyj4473] = Pod{} + yyv4482[yyj4482] = Pod{} } else { - yyv4474 := &yyv4473[yyj4473] - yyv4474.CodecDecodeSelf(d) + yyv4483 := &yyv4482[yyj4482] + yyv4483.CodecDecodeSelf(d) } } - if yyrt4473 { - for ; yyj4473 < yyl4473; yyj4473++ { - yyv4473 = append(yyv4473, Pod{}) - yyh4473.ElemContainerState(yyj4473) + if yyrt4482 { + for ; yyj4482 < yyl4482; yyj4482++ { + yyv4482 = append(yyv4482, Pod{}) + yyh4482.ElemContainerState(yyj4482) if r.TryDecodeAsNil() { - yyv4473[yyj4473] = Pod{} + yyv4482[yyj4482] = Pod{} } else { - yyv4475 := &yyv4473[yyj4473] - yyv4475.CodecDecodeSelf(d) + yyv4484 := &yyv4482[yyj4482] + yyv4484.CodecDecodeSelf(d) } } } } else { - yyj4473 := 0 - for ; !r.CheckBreak(); yyj4473++ { + yyj4482 := 0 + for ; !r.CheckBreak(); yyj4482++ { - if yyj4473 >= len(yyv4473) { - yyv4473 = append(yyv4473, Pod{}) // var yyz4473 Pod - yyc4473 = true + if yyj4482 >= len(yyv4482) { + yyv4482 = append(yyv4482, Pod{}) // var yyz4482 Pod + yyc4482 = true } - yyh4473.ElemContainerState(yyj4473) - if yyj4473 < len(yyv4473) { + yyh4482.ElemContainerState(yyj4482) + if yyj4482 < len(yyv4482) { if r.TryDecodeAsNil() { - yyv4473[yyj4473] = Pod{} + yyv4482[yyj4482] = Pod{} } else { - yyv4476 := &yyv4473[yyj4473] - yyv4476.CodecDecodeSelf(d) + yyv4485 := &yyv4482[yyj4482] + yyv4485.CodecDecodeSelf(d) } } else { @@ -56706,17 +56784,17 @@ func (x codecSelfer1234) decSlicePod(v *[]Pod, d *codec1978.Decoder) { } } - if yyj4473 < len(yyv4473) { - yyv4473 = yyv4473[:yyj4473] - yyc4473 = true - } else if yyj4473 == 0 && yyv4473 == nil { - yyv4473 = []Pod{} - yyc4473 = true + if yyj4482 < len(yyv4482) { + yyv4482 = yyv4482[:yyj4482] + yyc4482 = true + } else if yyj4482 == 0 && yyv4482 == nil { + yyv4482 = []Pod{} + yyc4482 = true } } - yyh4473.End() - if yyc4473 { - *v = yyv4473 + yyh4482.End() + if yyc4482 { + *v = yyv4482 } } @@ -56725,10 +56803,10 @@ func (x codecSelfer1234) encSlicePodTemplate(v []PodTemplate, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4477 := range v { + for _, yyv4486 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4478 := &yyv4477 - yy4478.CodecEncodeSelf(e) + yy4487 := &yyv4486 + yy4487.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56738,83 +56816,83 @@ func (x codecSelfer1234) decSlicePodTemplate(v *[]PodTemplate, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4479 := *v - yyh4479, yyl4479 := z.DecSliceHelperStart() - var yyc4479 bool - if yyl4479 == 0 { - if yyv4479 == nil { - yyv4479 = []PodTemplate{} - yyc4479 = true - } else if len(yyv4479) != 0 { - yyv4479 = yyv4479[:0] - yyc4479 = true + yyv4488 := *v + yyh4488, yyl4488 := z.DecSliceHelperStart() + var yyc4488 bool + if yyl4488 == 0 { + if yyv4488 == nil { + yyv4488 = []PodTemplate{} + yyc4488 = true + } else if len(yyv4488) != 0 { + yyv4488 = yyv4488[:0] + yyc4488 = true } - } else if yyl4479 > 0 { - var yyrr4479, yyrl4479 int - var yyrt4479 bool - if yyl4479 > cap(yyv4479) { + } else if yyl4488 > 0 { + var yyrr4488, yyrl4488 int + var yyrt4488 bool + if yyl4488 > cap(yyv4488) { - yyrg4479 := len(yyv4479) > 0 - yyv24479 := yyv4479 - yyrl4479, yyrt4479 = z.DecInferLen(yyl4479, z.DecBasicHandle().MaxInitLen, 696) - if yyrt4479 { - if yyrl4479 <= cap(yyv4479) { - yyv4479 = yyv4479[:yyrl4479] + yyrg4488 := len(yyv4488) > 0 + yyv24488 := yyv4488 + yyrl4488, yyrt4488 = z.DecInferLen(yyl4488, z.DecBasicHandle().MaxInitLen, 696) + if yyrt4488 { + if yyrl4488 <= cap(yyv4488) { + yyv4488 = yyv4488[:yyrl4488] } else { - yyv4479 = make([]PodTemplate, yyrl4479) + yyv4488 = make([]PodTemplate, yyrl4488) } } else { - yyv4479 = make([]PodTemplate, yyrl4479) + yyv4488 = make([]PodTemplate, yyrl4488) } - yyc4479 = true - yyrr4479 = len(yyv4479) - if yyrg4479 { - copy(yyv4479, yyv24479) + yyc4488 = true + yyrr4488 = len(yyv4488) + if yyrg4488 { + copy(yyv4488, yyv24488) } - } else if yyl4479 != len(yyv4479) { - yyv4479 = yyv4479[:yyl4479] - yyc4479 = true + } else if yyl4488 != len(yyv4488) { + yyv4488 = yyv4488[:yyl4488] + yyc4488 = true } - yyj4479 := 0 - for ; yyj4479 < yyrr4479; yyj4479++ { - yyh4479.ElemContainerState(yyj4479) + yyj4488 := 0 + for ; yyj4488 < yyrr4488; yyj4488++ { + yyh4488.ElemContainerState(yyj4488) if r.TryDecodeAsNil() { - yyv4479[yyj4479] = PodTemplate{} + yyv4488[yyj4488] = PodTemplate{} } else { - yyv4480 := &yyv4479[yyj4479] - yyv4480.CodecDecodeSelf(d) + yyv4489 := &yyv4488[yyj4488] + yyv4489.CodecDecodeSelf(d) } } - if yyrt4479 { - for ; yyj4479 < yyl4479; yyj4479++ { - yyv4479 = append(yyv4479, PodTemplate{}) - yyh4479.ElemContainerState(yyj4479) + if yyrt4488 { + for ; yyj4488 < yyl4488; yyj4488++ { + yyv4488 = append(yyv4488, PodTemplate{}) + yyh4488.ElemContainerState(yyj4488) if r.TryDecodeAsNil() { - yyv4479[yyj4479] = PodTemplate{} + yyv4488[yyj4488] = PodTemplate{} } else { - yyv4481 := &yyv4479[yyj4479] - yyv4481.CodecDecodeSelf(d) + yyv4490 := &yyv4488[yyj4488] + yyv4490.CodecDecodeSelf(d) } } } } else { - yyj4479 := 0 - for ; !r.CheckBreak(); yyj4479++ { + yyj4488 := 0 + for ; !r.CheckBreak(); yyj4488++ { - if yyj4479 >= len(yyv4479) { - yyv4479 = append(yyv4479, PodTemplate{}) // var yyz4479 PodTemplate - yyc4479 = true + if yyj4488 >= len(yyv4488) { + yyv4488 = append(yyv4488, PodTemplate{}) // var yyz4488 PodTemplate + yyc4488 = true } - yyh4479.ElemContainerState(yyj4479) - if yyj4479 < len(yyv4479) { + yyh4488.ElemContainerState(yyj4488) + if yyj4488 < len(yyv4488) { if r.TryDecodeAsNil() { - yyv4479[yyj4479] = PodTemplate{} + yyv4488[yyj4488] = PodTemplate{} } else { - yyv4482 := &yyv4479[yyj4479] - yyv4482.CodecDecodeSelf(d) + yyv4491 := &yyv4488[yyj4488] + yyv4491.CodecDecodeSelf(d) } } else { @@ -56822,17 +56900,17 @@ func (x codecSelfer1234) decSlicePodTemplate(v *[]PodTemplate, d *codec1978.Deco } } - if yyj4479 < len(yyv4479) { - yyv4479 = yyv4479[:yyj4479] - yyc4479 = true - } else if yyj4479 == 0 && yyv4479 == nil { - yyv4479 = []PodTemplate{} - yyc4479 = true + if yyj4488 < len(yyv4488) { + yyv4488 = yyv4488[:yyj4488] + yyc4488 = true + } else if yyj4488 == 0 && yyv4488 == nil { + yyv4488 = []PodTemplate{} + yyc4488 = true } } - yyh4479.End() - if yyc4479 { - *v = yyv4479 + yyh4488.End() + if yyc4488 { + *v = yyv4488 } } @@ -56841,10 +56919,10 @@ func (x codecSelfer1234) encSliceReplicationController(v []ReplicationController z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4483 := range v { + for _, yyv4492 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4484 := &yyv4483 - yy4484.CodecEncodeSelf(e) + yy4493 := &yyv4492 + yy4493.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56854,83 +56932,83 @@ func (x codecSelfer1234) decSliceReplicationController(v *[]ReplicationControlle z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4485 := *v - yyh4485, yyl4485 := z.DecSliceHelperStart() - var yyc4485 bool - if yyl4485 == 0 { - if yyv4485 == nil { - yyv4485 = []ReplicationController{} - yyc4485 = true - } else if len(yyv4485) != 0 { - yyv4485 = yyv4485[:0] - yyc4485 = true + yyv4494 := *v + yyh4494, yyl4494 := z.DecSliceHelperStart() + var yyc4494 bool + if yyl4494 == 0 { + if yyv4494 == nil { + yyv4494 = []ReplicationController{} + yyc4494 = true + } else if len(yyv4494) != 0 { + yyv4494 = yyv4494[:0] + yyc4494 = true } - } else if yyl4485 > 0 { - var yyrr4485, yyrl4485 int - var yyrt4485 bool - if yyl4485 > cap(yyv4485) { + } else if yyl4494 > 0 { + var yyrr4494, yyrl4494 int + var yyrt4494 bool + if yyl4494 > cap(yyv4494) { - yyrg4485 := len(yyv4485) > 0 - yyv24485 := yyv4485 - yyrl4485, yyrt4485 = z.DecInferLen(yyl4485, z.DecBasicHandle().MaxInitLen, 280) - if yyrt4485 { - if yyrl4485 <= cap(yyv4485) { - yyv4485 = yyv4485[:yyrl4485] + yyrg4494 := len(yyv4494) > 0 + yyv24494 := yyv4494 + yyrl4494, yyrt4494 = z.DecInferLen(yyl4494, z.DecBasicHandle().MaxInitLen, 280) + if yyrt4494 { + if yyrl4494 <= cap(yyv4494) { + yyv4494 = yyv4494[:yyrl4494] } else { - yyv4485 = make([]ReplicationController, yyrl4485) + yyv4494 = make([]ReplicationController, yyrl4494) } } else { - yyv4485 = make([]ReplicationController, yyrl4485) + yyv4494 = make([]ReplicationController, yyrl4494) } - yyc4485 = true - yyrr4485 = len(yyv4485) - if yyrg4485 { - copy(yyv4485, yyv24485) + yyc4494 = true + yyrr4494 = len(yyv4494) + if yyrg4494 { + copy(yyv4494, yyv24494) } - } else if yyl4485 != len(yyv4485) { - yyv4485 = yyv4485[:yyl4485] - yyc4485 = true + } else if yyl4494 != len(yyv4494) { + yyv4494 = yyv4494[:yyl4494] + yyc4494 = true } - yyj4485 := 0 - for ; yyj4485 < yyrr4485; yyj4485++ { - yyh4485.ElemContainerState(yyj4485) + yyj4494 := 0 + for ; yyj4494 < yyrr4494; yyj4494++ { + yyh4494.ElemContainerState(yyj4494) if r.TryDecodeAsNil() { - yyv4485[yyj4485] = ReplicationController{} + yyv4494[yyj4494] = ReplicationController{} } else { - yyv4486 := &yyv4485[yyj4485] - yyv4486.CodecDecodeSelf(d) + yyv4495 := &yyv4494[yyj4494] + yyv4495.CodecDecodeSelf(d) } } - if yyrt4485 { - for ; yyj4485 < yyl4485; yyj4485++ { - yyv4485 = append(yyv4485, ReplicationController{}) - yyh4485.ElemContainerState(yyj4485) + if yyrt4494 { + for ; yyj4494 < yyl4494; yyj4494++ { + yyv4494 = append(yyv4494, ReplicationController{}) + yyh4494.ElemContainerState(yyj4494) if r.TryDecodeAsNil() { - yyv4485[yyj4485] = ReplicationController{} + yyv4494[yyj4494] = ReplicationController{} } else { - yyv4487 := &yyv4485[yyj4485] - yyv4487.CodecDecodeSelf(d) + yyv4496 := &yyv4494[yyj4494] + yyv4496.CodecDecodeSelf(d) } } } } else { - yyj4485 := 0 - for ; !r.CheckBreak(); yyj4485++ { + yyj4494 := 0 + for ; !r.CheckBreak(); yyj4494++ { - if yyj4485 >= len(yyv4485) { - yyv4485 = append(yyv4485, ReplicationController{}) // var yyz4485 ReplicationController - yyc4485 = true + if yyj4494 >= len(yyv4494) { + yyv4494 = append(yyv4494, ReplicationController{}) // var yyz4494 ReplicationController + yyc4494 = true } - yyh4485.ElemContainerState(yyj4485) - if yyj4485 < len(yyv4485) { + yyh4494.ElemContainerState(yyj4494) + if yyj4494 < len(yyv4494) { if r.TryDecodeAsNil() { - yyv4485[yyj4485] = ReplicationController{} + yyv4494[yyj4494] = ReplicationController{} } else { - yyv4488 := &yyv4485[yyj4485] - yyv4488.CodecDecodeSelf(d) + yyv4497 := &yyv4494[yyj4494] + yyv4497.CodecDecodeSelf(d) } } else { @@ -56938,17 +57016,17 @@ func (x codecSelfer1234) decSliceReplicationController(v *[]ReplicationControlle } } - if yyj4485 < len(yyv4485) { - yyv4485 = yyv4485[:yyj4485] - yyc4485 = true - } else if yyj4485 == 0 && yyv4485 == nil { - yyv4485 = []ReplicationController{} - yyc4485 = true + if yyj4494 < len(yyv4494) { + yyv4494 = yyv4494[:yyj4494] + yyc4494 = true + } else if yyj4494 == 0 && yyv4494 == nil { + yyv4494 = []ReplicationController{} + yyc4494 = true } } - yyh4485.End() - if yyc4485 { - *v = yyv4485 + yyh4494.End() + if yyc4494 { + *v = yyv4494 } } @@ -56957,10 +57035,10 @@ func (x codecSelfer1234) encSliceLoadBalancerIngress(v []LoadBalancerIngress, e z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4489 := range v { + for _, yyv4498 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4490 := &yyv4489 - yy4490.CodecEncodeSelf(e) + yy4499 := &yyv4498 + yy4499.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56970,83 +57048,83 @@ func (x codecSelfer1234) decSliceLoadBalancerIngress(v *[]LoadBalancerIngress, d z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4491 := *v - yyh4491, yyl4491 := z.DecSliceHelperStart() - var yyc4491 bool - if yyl4491 == 0 { - if yyv4491 == nil { - yyv4491 = []LoadBalancerIngress{} - yyc4491 = true - } else if len(yyv4491) != 0 { - yyv4491 = yyv4491[:0] - yyc4491 = true + yyv4500 := *v + yyh4500, yyl4500 := z.DecSliceHelperStart() + var yyc4500 bool + if yyl4500 == 0 { + if yyv4500 == nil { + yyv4500 = []LoadBalancerIngress{} + yyc4500 = true + } else if len(yyv4500) != 0 { + yyv4500 = yyv4500[:0] + yyc4500 = true } - } else if yyl4491 > 0 { - var yyrr4491, yyrl4491 int - var yyrt4491 bool - if yyl4491 > cap(yyv4491) { + } else if yyl4500 > 0 { + var yyrr4500, yyrl4500 int + var yyrt4500 bool + if yyl4500 > cap(yyv4500) { - yyrg4491 := len(yyv4491) > 0 - yyv24491 := yyv4491 - yyrl4491, yyrt4491 = z.DecInferLen(yyl4491, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4491 { - if yyrl4491 <= cap(yyv4491) { - yyv4491 = yyv4491[:yyrl4491] + yyrg4500 := len(yyv4500) > 0 + yyv24500 := yyv4500 + yyrl4500, yyrt4500 = z.DecInferLen(yyl4500, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4500 { + if yyrl4500 <= cap(yyv4500) { + yyv4500 = yyv4500[:yyrl4500] } else { - yyv4491 = make([]LoadBalancerIngress, yyrl4491) + yyv4500 = make([]LoadBalancerIngress, yyrl4500) } } else { - yyv4491 = make([]LoadBalancerIngress, yyrl4491) + yyv4500 = make([]LoadBalancerIngress, yyrl4500) } - yyc4491 = true - yyrr4491 = len(yyv4491) - if yyrg4491 { - copy(yyv4491, yyv24491) + yyc4500 = true + yyrr4500 = len(yyv4500) + if yyrg4500 { + copy(yyv4500, yyv24500) } - } else if yyl4491 != len(yyv4491) { - yyv4491 = yyv4491[:yyl4491] - yyc4491 = true + } else if yyl4500 != len(yyv4500) { + yyv4500 = yyv4500[:yyl4500] + yyc4500 = true } - yyj4491 := 0 - for ; yyj4491 < yyrr4491; yyj4491++ { - yyh4491.ElemContainerState(yyj4491) + yyj4500 := 0 + for ; yyj4500 < yyrr4500; yyj4500++ { + yyh4500.ElemContainerState(yyj4500) if r.TryDecodeAsNil() { - yyv4491[yyj4491] = LoadBalancerIngress{} + yyv4500[yyj4500] = LoadBalancerIngress{} } else { - yyv4492 := &yyv4491[yyj4491] - yyv4492.CodecDecodeSelf(d) + yyv4501 := &yyv4500[yyj4500] + yyv4501.CodecDecodeSelf(d) } } - if yyrt4491 { - for ; yyj4491 < yyl4491; yyj4491++ { - yyv4491 = append(yyv4491, LoadBalancerIngress{}) - yyh4491.ElemContainerState(yyj4491) + if yyrt4500 { + for ; yyj4500 < yyl4500; yyj4500++ { + yyv4500 = append(yyv4500, LoadBalancerIngress{}) + yyh4500.ElemContainerState(yyj4500) if r.TryDecodeAsNil() { - yyv4491[yyj4491] = LoadBalancerIngress{} + yyv4500[yyj4500] = LoadBalancerIngress{} } else { - yyv4493 := &yyv4491[yyj4491] - yyv4493.CodecDecodeSelf(d) + yyv4502 := &yyv4500[yyj4500] + yyv4502.CodecDecodeSelf(d) } } } } else { - yyj4491 := 0 - for ; !r.CheckBreak(); yyj4491++ { + yyj4500 := 0 + for ; !r.CheckBreak(); yyj4500++ { - if yyj4491 >= len(yyv4491) { - yyv4491 = append(yyv4491, LoadBalancerIngress{}) // var yyz4491 LoadBalancerIngress - yyc4491 = true + if yyj4500 >= len(yyv4500) { + yyv4500 = append(yyv4500, LoadBalancerIngress{}) // var yyz4500 LoadBalancerIngress + yyc4500 = true } - yyh4491.ElemContainerState(yyj4491) - if yyj4491 < len(yyv4491) { + yyh4500.ElemContainerState(yyj4500) + if yyj4500 < len(yyv4500) { if r.TryDecodeAsNil() { - yyv4491[yyj4491] = LoadBalancerIngress{} + yyv4500[yyj4500] = LoadBalancerIngress{} } else { - yyv4494 := &yyv4491[yyj4491] - yyv4494.CodecDecodeSelf(d) + yyv4503 := &yyv4500[yyj4500] + yyv4503.CodecDecodeSelf(d) } } else { @@ -57054,17 +57132,17 @@ func (x codecSelfer1234) decSliceLoadBalancerIngress(v *[]LoadBalancerIngress, d } } - if yyj4491 < len(yyv4491) { - yyv4491 = yyv4491[:yyj4491] - yyc4491 = true - } else if yyj4491 == 0 && yyv4491 == nil { - yyv4491 = []LoadBalancerIngress{} - yyc4491 = true + if yyj4500 < len(yyv4500) { + yyv4500 = yyv4500[:yyj4500] + yyc4500 = true + } else if yyj4500 == 0 && yyv4500 == nil { + yyv4500 = []LoadBalancerIngress{} + yyc4500 = true } } - yyh4491.End() - if yyc4491 { - *v = yyv4491 + yyh4500.End() + if yyc4500 { + *v = yyv4500 } } @@ -57073,10 +57151,10 @@ func (x codecSelfer1234) encSliceServicePort(v []ServicePort, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4495 := range v { + for _, yyv4504 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4496 := &yyv4495 - yy4496.CodecEncodeSelf(e) + yy4505 := &yyv4504 + yy4505.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57086,83 +57164,83 @@ func (x codecSelfer1234) decSliceServicePort(v *[]ServicePort, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4497 := *v - yyh4497, yyl4497 := z.DecSliceHelperStart() - var yyc4497 bool - if yyl4497 == 0 { - if yyv4497 == nil { - yyv4497 = []ServicePort{} - yyc4497 = true - } else if len(yyv4497) != 0 { - yyv4497 = yyv4497[:0] - yyc4497 = true + yyv4506 := *v + yyh4506, yyl4506 := z.DecSliceHelperStart() + var yyc4506 bool + if yyl4506 == 0 { + if yyv4506 == nil { + yyv4506 = []ServicePort{} + yyc4506 = true + } else if len(yyv4506) != 0 { + yyv4506 = yyv4506[:0] + yyc4506 = true } - } else if yyl4497 > 0 { - var yyrr4497, yyrl4497 int - var yyrt4497 bool - if yyl4497 > cap(yyv4497) { + } else if yyl4506 > 0 { + var yyrr4506, yyrl4506 int + var yyrt4506 bool + if yyl4506 > cap(yyv4506) { - yyrg4497 := len(yyv4497) > 0 - yyv24497 := yyv4497 - yyrl4497, yyrt4497 = z.DecInferLen(yyl4497, z.DecBasicHandle().MaxInitLen, 80) - if yyrt4497 { - if yyrl4497 <= cap(yyv4497) { - yyv4497 = yyv4497[:yyrl4497] + yyrg4506 := len(yyv4506) > 0 + yyv24506 := yyv4506 + yyrl4506, yyrt4506 = z.DecInferLen(yyl4506, z.DecBasicHandle().MaxInitLen, 80) + if yyrt4506 { + if yyrl4506 <= cap(yyv4506) { + yyv4506 = yyv4506[:yyrl4506] } else { - yyv4497 = make([]ServicePort, yyrl4497) + yyv4506 = make([]ServicePort, yyrl4506) } } else { - yyv4497 = make([]ServicePort, yyrl4497) + yyv4506 = make([]ServicePort, yyrl4506) } - yyc4497 = true - yyrr4497 = len(yyv4497) - if yyrg4497 { - copy(yyv4497, yyv24497) + yyc4506 = true + yyrr4506 = len(yyv4506) + if yyrg4506 { + copy(yyv4506, yyv24506) } - } else if yyl4497 != len(yyv4497) { - yyv4497 = yyv4497[:yyl4497] - yyc4497 = true + } else if yyl4506 != len(yyv4506) { + yyv4506 = yyv4506[:yyl4506] + yyc4506 = true } - yyj4497 := 0 - for ; yyj4497 < yyrr4497; yyj4497++ { - yyh4497.ElemContainerState(yyj4497) + yyj4506 := 0 + for ; yyj4506 < yyrr4506; yyj4506++ { + yyh4506.ElemContainerState(yyj4506) if r.TryDecodeAsNil() { - yyv4497[yyj4497] = ServicePort{} + yyv4506[yyj4506] = ServicePort{} } else { - yyv4498 := &yyv4497[yyj4497] - yyv4498.CodecDecodeSelf(d) + yyv4507 := &yyv4506[yyj4506] + yyv4507.CodecDecodeSelf(d) } } - if yyrt4497 { - for ; yyj4497 < yyl4497; yyj4497++ { - yyv4497 = append(yyv4497, ServicePort{}) - yyh4497.ElemContainerState(yyj4497) + if yyrt4506 { + for ; yyj4506 < yyl4506; yyj4506++ { + yyv4506 = append(yyv4506, ServicePort{}) + yyh4506.ElemContainerState(yyj4506) if r.TryDecodeAsNil() { - yyv4497[yyj4497] = ServicePort{} + yyv4506[yyj4506] = ServicePort{} } else { - yyv4499 := &yyv4497[yyj4497] - yyv4499.CodecDecodeSelf(d) + yyv4508 := &yyv4506[yyj4506] + yyv4508.CodecDecodeSelf(d) } } } } else { - yyj4497 := 0 - for ; !r.CheckBreak(); yyj4497++ { + yyj4506 := 0 + for ; !r.CheckBreak(); yyj4506++ { - if yyj4497 >= len(yyv4497) { - yyv4497 = append(yyv4497, ServicePort{}) // var yyz4497 ServicePort - yyc4497 = true + if yyj4506 >= len(yyv4506) { + yyv4506 = append(yyv4506, ServicePort{}) // var yyz4506 ServicePort + yyc4506 = true } - yyh4497.ElemContainerState(yyj4497) - if yyj4497 < len(yyv4497) { + yyh4506.ElemContainerState(yyj4506) + if yyj4506 < len(yyv4506) { if r.TryDecodeAsNil() { - yyv4497[yyj4497] = ServicePort{} + yyv4506[yyj4506] = ServicePort{} } else { - yyv4500 := &yyv4497[yyj4497] - yyv4500.CodecDecodeSelf(d) + yyv4509 := &yyv4506[yyj4506] + yyv4509.CodecDecodeSelf(d) } } else { @@ -57170,17 +57248,17 @@ func (x codecSelfer1234) decSliceServicePort(v *[]ServicePort, d *codec1978.Deco } } - if yyj4497 < len(yyv4497) { - yyv4497 = yyv4497[:yyj4497] - yyc4497 = true - } else if yyj4497 == 0 && yyv4497 == nil { - yyv4497 = []ServicePort{} - yyc4497 = true + if yyj4506 < len(yyv4506) { + yyv4506 = yyv4506[:yyj4506] + yyc4506 = true + } else if yyj4506 == 0 && yyv4506 == nil { + yyv4506 = []ServicePort{} + yyc4506 = true } } - yyh4497.End() - if yyc4497 { - *v = yyv4497 + yyh4506.End() + if yyc4506 { + *v = yyv4506 } } @@ -57189,10 +57267,10 @@ func (x codecSelfer1234) encSliceService(v []Service, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4501 := range v { + for _, yyv4510 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4502 := &yyv4501 - yy4502.CodecEncodeSelf(e) + yy4511 := &yyv4510 + yy4511.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57202,83 +57280,83 @@ func (x codecSelfer1234) decSliceService(v *[]Service, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4503 := *v - yyh4503, yyl4503 := z.DecSliceHelperStart() - var yyc4503 bool - if yyl4503 == 0 { - if yyv4503 == nil { - yyv4503 = []Service{} - yyc4503 = true - } else if len(yyv4503) != 0 { - yyv4503 = yyv4503[:0] - yyc4503 = true + yyv4512 := *v + yyh4512, yyl4512 := z.DecSliceHelperStart() + var yyc4512 bool + if yyl4512 == 0 { + if yyv4512 == nil { + yyv4512 = []Service{} + yyc4512 = true + } else if len(yyv4512) != 0 { + yyv4512 = yyv4512[:0] + yyc4512 = true } - } else if yyl4503 > 0 { - var yyrr4503, yyrl4503 int - var yyrt4503 bool - if yyl4503 > cap(yyv4503) { + } else if yyl4512 > 0 { + var yyrr4512, yyrl4512 int + var yyrt4512 bool + if yyl4512 > cap(yyv4512) { - yyrg4503 := len(yyv4503) > 0 - yyv24503 := yyv4503 - yyrl4503, yyrt4503 = z.DecInferLen(yyl4503, z.DecBasicHandle().MaxInitLen, 432) - if yyrt4503 { - if yyrl4503 <= cap(yyv4503) { - yyv4503 = yyv4503[:yyrl4503] + yyrg4512 := len(yyv4512) > 0 + yyv24512 := yyv4512 + yyrl4512, yyrt4512 = z.DecInferLen(yyl4512, z.DecBasicHandle().MaxInitLen, 432) + if yyrt4512 { + if yyrl4512 <= cap(yyv4512) { + yyv4512 = yyv4512[:yyrl4512] } else { - yyv4503 = make([]Service, yyrl4503) + yyv4512 = make([]Service, yyrl4512) } } else { - yyv4503 = make([]Service, yyrl4503) + yyv4512 = make([]Service, yyrl4512) } - yyc4503 = true - yyrr4503 = len(yyv4503) - if yyrg4503 { - copy(yyv4503, yyv24503) + yyc4512 = true + yyrr4512 = len(yyv4512) + if yyrg4512 { + copy(yyv4512, yyv24512) } - } else if yyl4503 != len(yyv4503) { - yyv4503 = yyv4503[:yyl4503] - yyc4503 = true + } else if yyl4512 != len(yyv4512) { + yyv4512 = yyv4512[:yyl4512] + yyc4512 = true } - yyj4503 := 0 - for ; yyj4503 < yyrr4503; yyj4503++ { - yyh4503.ElemContainerState(yyj4503) + yyj4512 := 0 + for ; yyj4512 < yyrr4512; yyj4512++ { + yyh4512.ElemContainerState(yyj4512) if r.TryDecodeAsNil() { - yyv4503[yyj4503] = Service{} + yyv4512[yyj4512] = Service{} } else { - yyv4504 := &yyv4503[yyj4503] - yyv4504.CodecDecodeSelf(d) + yyv4513 := &yyv4512[yyj4512] + yyv4513.CodecDecodeSelf(d) } } - if yyrt4503 { - for ; yyj4503 < yyl4503; yyj4503++ { - yyv4503 = append(yyv4503, Service{}) - yyh4503.ElemContainerState(yyj4503) + if yyrt4512 { + for ; yyj4512 < yyl4512; yyj4512++ { + yyv4512 = append(yyv4512, Service{}) + yyh4512.ElemContainerState(yyj4512) if r.TryDecodeAsNil() { - yyv4503[yyj4503] = Service{} + yyv4512[yyj4512] = Service{} } else { - yyv4505 := &yyv4503[yyj4503] - yyv4505.CodecDecodeSelf(d) + yyv4514 := &yyv4512[yyj4512] + yyv4514.CodecDecodeSelf(d) } } } } else { - yyj4503 := 0 - for ; !r.CheckBreak(); yyj4503++ { + yyj4512 := 0 + for ; !r.CheckBreak(); yyj4512++ { - if yyj4503 >= len(yyv4503) { - yyv4503 = append(yyv4503, Service{}) // var yyz4503 Service - yyc4503 = true + if yyj4512 >= len(yyv4512) { + yyv4512 = append(yyv4512, Service{}) // var yyz4512 Service + yyc4512 = true } - yyh4503.ElemContainerState(yyj4503) - if yyj4503 < len(yyv4503) { + yyh4512.ElemContainerState(yyj4512) + if yyj4512 < len(yyv4512) { if r.TryDecodeAsNil() { - yyv4503[yyj4503] = Service{} + yyv4512[yyj4512] = Service{} } else { - yyv4506 := &yyv4503[yyj4503] - yyv4506.CodecDecodeSelf(d) + yyv4515 := &yyv4512[yyj4512] + yyv4515.CodecDecodeSelf(d) } } else { @@ -57286,17 +57364,17 @@ func (x codecSelfer1234) decSliceService(v *[]Service, d *codec1978.Decoder) { } } - if yyj4503 < len(yyv4503) { - yyv4503 = yyv4503[:yyj4503] - yyc4503 = true - } else if yyj4503 == 0 && yyv4503 == nil { - yyv4503 = []Service{} - yyc4503 = true + if yyj4512 < len(yyv4512) { + yyv4512 = yyv4512[:yyj4512] + yyc4512 = true + } else if yyj4512 == 0 && yyv4512 == nil { + yyv4512 = []Service{} + yyc4512 = true } } - yyh4503.End() - if yyc4503 { - *v = yyv4503 + yyh4512.End() + if yyc4512 { + *v = yyv4512 } } @@ -57305,10 +57383,10 @@ func (x codecSelfer1234) encSliceObjectReference(v []ObjectReference, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4507 := range v { + for _, yyv4516 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4508 := &yyv4507 - yy4508.CodecEncodeSelf(e) + yy4517 := &yyv4516 + yy4517.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57318,83 +57396,83 @@ func (x codecSelfer1234) decSliceObjectReference(v *[]ObjectReference, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4509 := *v - yyh4509, yyl4509 := z.DecSliceHelperStart() - var yyc4509 bool - if yyl4509 == 0 { - if yyv4509 == nil { - yyv4509 = []ObjectReference{} - yyc4509 = true - } else if len(yyv4509) != 0 { - yyv4509 = yyv4509[:0] - yyc4509 = true + yyv4518 := *v + yyh4518, yyl4518 := z.DecSliceHelperStart() + var yyc4518 bool + if yyl4518 == 0 { + if yyv4518 == nil { + yyv4518 = []ObjectReference{} + yyc4518 = true + } else if len(yyv4518) != 0 { + yyv4518 = yyv4518[:0] + yyc4518 = true } - } else if yyl4509 > 0 { - var yyrr4509, yyrl4509 int - var yyrt4509 bool - if yyl4509 > cap(yyv4509) { + } else if yyl4518 > 0 { + var yyrr4518, yyrl4518 int + var yyrt4518 bool + if yyl4518 > cap(yyv4518) { - yyrg4509 := len(yyv4509) > 0 - yyv24509 := yyv4509 - yyrl4509, yyrt4509 = z.DecInferLen(yyl4509, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4509 { - if yyrl4509 <= cap(yyv4509) { - yyv4509 = yyv4509[:yyrl4509] + yyrg4518 := len(yyv4518) > 0 + yyv24518 := yyv4518 + yyrl4518, yyrt4518 = z.DecInferLen(yyl4518, z.DecBasicHandle().MaxInitLen, 112) + if yyrt4518 { + if yyrl4518 <= cap(yyv4518) { + yyv4518 = yyv4518[:yyrl4518] } else { - yyv4509 = make([]ObjectReference, yyrl4509) + yyv4518 = make([]ObjectReference, yyrl4518) } } else { - yyv4509 = make([]ObjectReference, yyrl4509) + yyv4518 = make([]ObjectReference, yyrl4518) } - yyc4509 = true - yyrr4509 = len(yyv4509) - if yyrg4509 { - copy(yyv4509, yyv24509) + yyc4518 = true + yyrr4518 = len(yyv4518) + if yyrg4518 { + copy(yyv4518, yyv24518) } - } else if yyl4509 != len(yyv4509) { - yyv4509 = yyv4509[:yyl4509] - yyc4509 = true + } else if yyl4518 != len(yyv4518) { + yyv4518 = yyv4518[:yyl4518] + yyc4518 = true } - yyj4509 := 0 - for ; yyj4509 < yyrr4509; yyj4509++ { - yyh4509.ElemContainerState(yyj4509) + yyj4518 := 0 + for ; yyj4518 < yyrr4518; yyj4518++ { + yyh4518.ElemContainerState(yyj4518) if r.TryDecodeAsNil() { - yyv4509[yyj4509] = ObjectReference{} + yyv4518[yyj4518] = ObjectReference{} } else { - yyv4510 := &yyv4509[yyj4509] - yyv4510.CodecDecodeSelf(d) + yyv4519 := &yyv4518[yyj4518] + yyv4519.CodecDecodeSelf(d) } } - if yyrt4509 { - for ; yyj4509 < yyl4509; yyj4509++ { - yyv4509 = append(yyv4509, ObjectReference{}) - yyh4509.ElemContainerState(yyj4509) + if yyrt4518 { + for ; yyj4518 < yyl4518; yyj4518++ { + yyv4518 = append(yyv4518, ObjectReference{}) + yyh4518.ElemContainerState(yyj4518) if r.TryDecodeAsNil() { - yyv4509[yyj4509] = ObjectReference{} + yyv4518[yyj4518] = ObjectReference{} } else { - yyv4511 := &yyv4509[yyj4509] - yyv4511.CodecDecodeSelf(d) + yyv4520 := &yyv4518[yyj4518] + yyv4520.CodecDecodeSelf(d) } } } } else { - yyj4509 := 0 - for ; !r.CheckBreak(); yyj4509++ { + yyj4518 := 0 + for ; !r.CheckBreak(); yyj4518++ { - if yyj4509 >= len(yyv4509) { - yyv4509 = append(yyv4509, ObjectReference{}) // var yyz4509 ObjectReference - yyc4509 = true + if yyj4518 >= len(yyv4518) { + yyv4518 = append(yyv4518, ObjectReference{}) // var yyz4518 ObjectReference + yyc4518 = true } - yyh4509.ElemContainerState(yyj4509) - if yyj4509 < len(yyv4509) { + yyh4518.ElemContainerState(yyj4518) + if yyj4518 < len(yyv4518) { if r.TryDecodeAsNil() { - yyv4509[yyj4509] = ObjectReference{} + yyv4518[yyj4518] = ObjectReference{} } else { - yyv4512 := &yyv4509[yyj4509] - yyv4512.CodecDecodeSelf(d) + yyv4521 := &yyv4518[yyj4518] + yyv4521.CodecDecodeSelf(d) } } else { @@ -57402,17 +57480,17 @@ func (x codecSelfer1234) decSliceObjectReference(v *[]ObjectReference, d *codec1 } } - if yyj4509 < len(yyv4509) { - yyv4509 = yyv4509[:yyj4509] - yyc4509 = true - } else if yyj4509 == 0 && yyv4509 == nil { - yyv4509 = []ObjectReference{} - yyc4509 = true + if yyj4518 < len(yyv4518) { + yyv4518 = yyv4518[:yyj4518] + yyc4518 = true + } else if yyj4518 == 0 && yyv4518 == nil { + yyv4518 = []ObjectReference{} + yyc4518 = true } } - yyh4509.End() - if yyc4509 { - *v = yyv4509 + yyh4518.End() + if yyc4518 { + *v = yyv4518 } } @@ -57421,10 +57499,10 @@ func (x codecSelfer1234) encSliceServiceAccount(v []ServiceAccount, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4513 := range v { + for _, yyv4522 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4514 := &yyv4513 - yy4514.CodecEncodeSelf(e) + yy4523 := &yyv4522 + yy4523.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57434,83 +57512,83 @@ func (x codecSelfer1234) decSliceServiceAccount(v *[]ServiceAccount, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4515 := *v - yyh4515, yyl4515 := z.DecSliceHelperStart() - var yyc4515 bool - if yyl4515 == 0 { - if yyv4515 == nil { - yyv4515 = []ServiceAccount{} - yyc4515 = true - } else if len(yyv4515) != 0 { - yyv4515 = yyv4515[:0] - yyc4515 = true + yyv4524 := *v + yyh4524, yyl4524 := z.DecSliceHelperStart() + var yyc4524 bool + if yyl4524 == 0 { + if yyv4524 == nil { + yyv4524 = []ServiceAccount{} + yyc4524 = true + } else if len(yyv4524) != 0 { + yyv4524 = yyv4524[:0] + yyc4524 = true } - } else if yyl4515 > 0 { - var yyrr4515, yyrl4515 int - var yyrt4515 bool - if yyl4515 > cap(yyv4515) { + } else if yyl4524 > 0 { + var yyrr4524, yyrl4524 int + var yyrt4524 bool + if yyl4524 > cap(yyv4524) { - yyrg4515 := len(yyv4515) > 0 - yyv24515 := yyv4515 - yyrl4515, yyrt4515 = z.DecInferLen(yyl4515, z.DecBasicHandle().MaxInitLen, 288) - if yyrt4515 { - if yyrl4515 <= cap(yyv4515) { - yyv4515 = yyv4515[:yyrl4515] + yyrg4524 := len(yyv4524) > 0 + yyv24524 := yyv4524 + yyrl4524, yyrt4524 = z.DecInferLen(yyl4524, z.DecBasicHandle().MaxInitLen, 288) + if yyrt4524 { + if yyrl4524 <= cap(yyv4524) { + yyv4524 = yyv4524[:yyrl4524] } else { - yyv4515 = make([]ServiceAccount, yyrl4515) + yyv4524 = make([]ServiceAccount, yyrl4524) } } else { - yyv4515 = make([]ServiceAccount, yyrl4515) + yyv4524 = make([]ServiceAccount, yyrl4524) } - yyc4515 = true - yyrr4515 = len(yyv4515) - if yyrg4515 { - copy(yyv4515, yyv24515) + yyc4524 = true + yyrr4524 = len(yyv4524) + if yyrg4524 { + copy(yyv4524, yyv24524) } - } else if yyl4515 != len(yyv4515) { - yyv4515 = yyv4515[:yyl4515] - yyc4515 = true + } else if yyl4524 != len(yyv4524) { + yyv4524 = yyv4524[:yyl4524] + yyc4524 = true } - yyj4515 := 0 - for ; yyj4515 < yyrr4515; yyj4515++ { - yyh4515.ElemContainerState(yyj4515) + yyj4524 := 0 + for ; yyj4524 < yyrr4524; yyj4524++ { + yyh4524.ElemContainerState(yyj4524) if r.TryDecodeAsNil() { - yyv4515[yyj4515] = ServiceAccount{} + yyv4524[yyj4524] = ServiceAccount{} } else { - yyv4516 := &yyv4515[yyj4515] - yyv4516.CodecDecodeSelf(d) + yyv4525 := &yyv4524[yyj4524] + yyv4525.CodecDecodeSelf(d) } } - if yyrt4515 { - for ; yyj4515 < yyl4515; yyj4515++ { - yyv4515 = append(yyv4515, ServiceAccount{}) - yyh4515.ElemContainerState(yyj4515) + if yyrt4524 { + for ; yyj4524 < yyl4524; yyj4524++ { + yyv4524 = append(yyv4524, ServiceAccount{}) + yyh4524.ElemContainerState(yyj4524) if r.TryDecodeAsNil() { - yyv4515[yyj4515] = ServiceAccount{} + yyv4524[yyj4524] = ServiceAccount{} } else { - yyv4517 := &yyv4515[yyj4515] - yyv4517.CodecDecodeSelf(d) + yyv4526 := &yyv4524[yyj4524] + yyv4526.CodecDecodeSelf(d) } } } } else { - yyj4515 := 0 - for ; !r.CheckBreak(); yyj4515++ { + yyj4524 := 0 + for ; !r.CheckBreak(); yyj4524++ { - if yyj4515 >= len(yyv4515) { - yyv4515 = append(yyv4515, ServiceAccount{}) // var yyz4515 ServiceAccount - yyc4515 = true + if yyj4524 >= len(yyv4524) { + yyv4524 = append(yyv4524, ServiceAccount{}) // var yyz4524 ServiceAccount + yyc4524 = true } - yyh4515.ElemContainerState(yyj4515) - if yyj4515 < len(yyv4515) { + yyh4524.ElemContainerState(yyj4524) + if yyj4524 < len(yyv4524) { if r.TryDecodeAsNil() { - yyv4515[yyj4515] = ServiceAccount{} + yyv4524[yyj4524] = ServiceAccount{} } else { - yyv4518 := &yyv4515[yyj4515] - yyv4518.CodecDecodeSelf(d) + yyv4527 := &yyv4524[yyj4524] + yyv4527.CodecDecodeSelf(d) } } else { @@ -57518,17 +57596,17 @@ func (x codecSelfer1234) decSliceServiceAccount(v *[]ServiceAccount, d *codec197 } } - if yyj4515 < len(yyv4515) { - yyv4515 = yyv4515[:yyj4515] - yyc4515 = true - } else if yyj4515 == 0 && yyv4515 == nil { - yyv4515 = []ServiceAccount{} - yyc4515 = true + if yyj4524 < len(yyv4524) { + yyv4524 = yyv4524[:yyj4524] + yyc4524 = true + } else if yyj4524 == 0 && yyv4524 == nil { + yyv4524 = []ServiceAccount{} + yyc4524 = true } } - yyh4515.End() - if yyc4515 { - *v = yyv4515 + yyh4524.End() + if yyc4524 { + *v = yyv4524 } } @@ -57537,10 +57615,10 @@ func (x codecSelfer1234) encSliceEndpointSubset(v []EndpointSubset, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4519 := range v { + for _, yyv4528 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4520 := &yyv4519 - yy4520.CodecEncodeSelf(e) + yy4529 := &yyv4528 + yy4529.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57550,83 +57628,83 @@ func (x codecSelfer1234) decSliceEndpointSubset(v *[]EndpointSubset, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4521 := *v - yyh4521, yyl4521 := z.DecSliceHelperStart() - var yyc4521 bool - if yyl4521 == 0 { - if yyv4521 == nil { - yyv4521 = []EndpointSubset{} - yyc4521 = true - } else if len(yyv4521) != 0 { - yyv4521 = yyv4521[:0] - yyc4521 = true + yyv4530 := *v + yyh4530, yyl4530 := z.DecSliceHelperStart() + var yyc4530 bool + if yyl4530 == 0 { + if yyv4530 == nil { + yyv4530 = []EndpointSubset{} + yyc4530 = true + } else if len(yyv4530) != 0 { + yyv4530 = yyv4530[:0] + yyc4530 = true } - } else if yyl4521 > 0 { - var yyrr4521, yyrl4521 int - var yyrt4521 bool - if yyl4521 > cap(yyv4521) { + } else if yyl4530 > 0 { + var yyrr4530, yyrl4530 int + var yyrt4530 bool + if yyl4530 > cap(yyv4530) { - yyrg4521 := len(yyv4521) > 0 - yyv24521 := yyv4521 - yyrl4521, yyrt4521 = z.DecInferLen(yyl4521, z.DecBasicHandle().MaxInitLen, 72) - if yyrt4521 { - if yyrl4521 <= cap(yyv4521) { - yyv4521 = yyv4521[:yyrl4521] + yyrg4530 := len(yyv4530) > 0 + yyv24530 := yyv4530 + yyrl4530, yyrt4530 = z.DecInferLen(yyl4530, z.DecBasicHandle().MaxInitLen, 72) + if yyrt4530 { + if yyrl4530 <= cap(yyv4530) { + yyv4530 = yyv4530[:yyrl4530] } else { - yyv4521 = make([]EndpointSubset, yyrl4521) + yyv4530 = make([]EndpointSubset, yyrl4530) } } else { - yyv4521 = make([]EndpointSubset, yyrl4521) + yyv4530 = make([]EndpointSubset, yyrl4530) } - yyc4521 = true - yyrr4521 = len(yyv4521) - if yyrg4521 { - copy(yyv4521, yyv24521) + yyc4530 = true + yyrr4530 = len(yyv4530) + if yyrg4530 { + copy(yyv4530, yyv24530) } - } else if yyl4521 != len(yyv4521) { - yyv4521 = yyv4521[:yyl4521] - yyc4521 = true + } else if yyl4530 != len(yyv4530) { + yyv4530 = yyv4530[:yyl4530] + yyc4530 = true } - yyj4521 := 0 - for ; yyj4521 < yyrr4521; yyj4521++ { - yyh4521.ElemContainerState(yyj4521) + yyj4530 := 0 + for ; yyj4530 < yyrr4530; yyj4530++ { + yyh4530.ElemContainerState(yyj4530) if r.TryDecodeAsNil() { - yyv4521[yyj4521] = EndpointSubset{} + yyv4530[yyj4530] = EndpointSubset{} } else { - yyv4522 := &yyv4521[yyj4521] - yyv4522.CodecDecodeSelf(d) + yyv4531 := &yyv4530[yyj4530] + yyv4531.CodecDecodeSelf(d) } } - if yyrt4521 { - for ; yyj4521 < yyl4521; yyj4521++ { - yyv4521 = append(yyv4521, EndpointSubset{}) - yyh4521.ElemContainerState(yyj4521) + if yyrt4530 { + for ; yyj4530 < yyl4530; yyj4530++ { + yyv4530 = append(yyv4530, EndpointSubset{}) + yyh4530.ElemContainerState(yyj4530) if r.TryDecodeAsNil() { - yyv4521[yyj4521] = EndpointSubset{} + yyv4530[yyj4530] = EndpointSubset{} } else { - yyv4523 := &yyv4521[yyj4521] - yyv4523.CodecDecodeSelf(d) + yyv4532 := &yyv4530[yyj4530] + yyv4532.CodecDecodeSelf(d) } } } } else { - yyj4521 := 0 - for ; !r.CheckBreak(); yyj4521++ { + yyj4530 := 0 + for ; !r.CheckBreak(); yyj4530++ { - if yyj4521 >= len(yyv4521) { - yyv4521 = append(yyv4521, EndpointSubset{}) // var yyz4521 EndpointSubset - yyc4521 = true + if yyj4530 >= len(yyv4530) { + yyv4530 = append(yyv4530, EndpointSubset{}) // var yyz4530 EndpointSubset + yyc4530 = true } - yyh4521.ElemContainerState(yyj4521) - if yyj4521 < len(yyv4521) { + yyh4530.ElemContainerState(yyj4530) + if yyj4530 < len(yyv4530) { if r.TryDecodeAsNil() { - yyv4521[yyj4521] = EndpointSubset{} + yyv4530[yyj4530] = EndpointSubset{} } else { - yyv4524 := &yyv4521[yyj4521] - yyv4524.CodecDecodeSelf(d) + yyv4533 := &yyv4530[yyj4530] + yyv4533.CodecDecodeSelf(d) } } else { @@ -57634,17 +57712,17 @@ func (x codecSelfer1234) decSliceEndpointSubset(v *[]EndpointSubset, d *codec197 } } - if yyj4521 < len(yyv4521) { - yyv4521 = yyv4521[:yyj4521] - yyc4521 = true - } else if yyj4521 == 0 && yyv4521 == nil { - yyv4521 = []EndpointSubset{} - yyc4521 = true + if yyj4530 < len(yyv4530) { + yyv4530 = yyv4530[:yyj4530] + yyc4530 = true + } else if yyj4530 == 0 && yyv4530 == nil { + yyv4530 = []EndpointSubset{} + yyc4530 = true } } - yyh4521.End() - if yyc4521 { - *v = yyv4521 + yyh4530.End() + if yyc4530 { + *v = yyv4530 } } @@ -57653,10 +57731,10 @@ func (x codecSelfer1234) encSliceEndpointAddress(v []EndpointAddress, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4525 := range v { + for _, yyv4534 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4526 := &yyv4525 - yy4526.CodecEncodeSelf(e) + yy4535 := &yyv4534 + yy4535.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57666,83 +57744,83 @@ func (x codecSelfer1234) decSliceEndpointAddress(v *[]EndpointAddress, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4527 := *v - yyh4527, yyl4527 := z.DecSliceHelperStart() - var yyc4527 bool - if yyl4527 == 0 { - if yyv4527 == nil { - yyv4527 = []EndpointAddress{} - yyc4527 = true - } else if len(yyv4527) != 0 { - yyv4527 = yyv4527[:0] - yyc4527 = true + yyv4536 := *v + yyh4536, yyl4536 := z.DecSliceHelperStart() + var yyc4536 bool + if yyl4536 == 0 { + if yyv4536 == nil { + yyv4536 = []EndpointAddress{} + yyc4536 = true + } else if len(yyv4536) != 0 { + yyv4536 = yyv4536[:0] + yyc4536 = true } - } else if yyl4527 > 0 { - var yyrr4527, yyrl4527 int - var yyrt4527 bool - if yyl4527 > cap(yyv4527) { + } else if yyl4536 > 0 { + var yyrr4536, yyrl4536 int + var yyrt4536 bool + if yyl4536 > cap(yyv4536) { - yyrg4527 := len(yyv4527) > 0 - yyv24527 := yyv4527 - yyrl4527, yyrt4527 = z.DecInferLen(yyl4527, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4527 { - if yyrl4527 <= cap(yyv4527) { - yyv4527 = yyv4527[:yyrl4527] + yyrg4536 := len(yyv4536) > 0 + yyv24536 := yyv4536 + yyrl4536, yyrt4536 = z.DecInferLen(yyl4536, z.DecBasicHandle().MaxInitLen, 48) + if yyrt4536 { + if yyrl4536 <= cap(yyv4536) { + yyv4536 = yyv4536[:yyrl4536] } else { - yyv4527 = make([]EndpointAddress, yyrl4527) + yyv4536 = make([]EndpointAddress, yyrl4536) } } else { - yyv4527 = make([]EndpointAddress, yyrl4527) + yyv4536 = make([]EndpointAddress, yyrl4536) } - yyc4527 = true - yyrr4527 = len(yyv4527) - if yyrg4527 { - copy(yyv4527, yyv24527) + yyc4536 = true + yyrr4536 = len(yyv4536) + if yyrg4536 { + copy(yyv4536, yyv24536) } - } else if yyl4527 != len(yyv4527) { - yyv4527 = yyv4527[:yyl4527] - yyc4527 = true + } else if yyl4536 != len(yyv4536) { + yyv4536 = yyv4536[:yyl4536] + yyc4536 = true } - yyj4527 := 0 - for ; yyj4527 < yyrr4527; yyj4527++ { - yyh4527.ElemContainerState(yyj4527) + yyj4536 := 0 + for ; yyj4536 < yyrr4536; yyj4536++ { + yyh4536.ElemContainerState(yyj4536) if r.TryDecodeAsNil() { - yyv4527[yyj4527] = EndpointAddress{} + yyv4536[yyj4536] = EndpointAddress{} } else { - yyv4528 := &yyv4527[yyj4527] - yyv4528.CodecDecodeSelf(d) + yyv4537 := &yyv4536[yyj4536] + yyv4537.CodecDecodeSelf(d) } } - if yyrt4527 { - for ; yyj4527 < yyl4527; yyj4527++ { - yyv4527 = append(yyv4527, EndpointAddress{}) - yyh4527.ElemContainerState(yyj4527) + if yyrt4536 { + for ; yyj4536 < yyl4536; yyj4536++ { + yyv4536 = append(yyv4536, EndpointAddress{}) + yyh4536.ElemContainerState(yyj4536) if r.TryDecodeAsNil() { - yyv4527[yyj4527] = EndpointAddress{} + yyv4536[yyj4536] = EndpointAddress{} } else { - yyv4529 := &yyv4527[yyj4527] - yyv4529.CodecDecodeSelf(d) + yyv4538 := &yyv4536[yyj4536] + yyv4538.CodecDecodeSelf(d) } } } } else { - yyj4527 := 0 - for ; !r.CheckBreak(); yyj4527++ { + yyj4536 := 0 + for ; !r.CheckBreak(); yyj4536++ { - if yyj4527 >= len(yyv4527) { - yyv4527 = append(yyv4527, EndpointAddress{}) // var yyz4527 EndpointAddress - yyc4527 = true + if yyj4536 >= len(yyv4536) { + yyv4536 = append(yyv4536, EndpointAddress{}) // var yyz4536 EndpointAddress + yyc4536 = true } - yyh4527.ElemContainerState(yyj4527) - if yyj4527 < len(yyv4527) { + yyh4536.ElemContainerState(yyj4536) + if yyj4536 < len(yyv4536) { if r.TryDecodeAsNil() { - yyv4527[yyj4527] = EndpointAddress{} + yyv4536[yyj4536] = EndpointAddress{} } else { - yyv4530 := &yyv4527[yyj4527] - yyv4530.CodecDecodeSelf(d) + yyv4539 := &yyv4536[yyj4536] + yyv4539.CodecDecodeSelf(d) } } else { @@ -57750,17 +57828,17 @@ func (x codecSelfer1234) decSliceEndpointAddress(v *[]EndpointAddress, d *codec1 } } - if yyj4527 < len(yyv4527) { - yyv4527 = yyv4527[:yyj4527] - yyc4527 = true - } else if yyj4527 == 0 && yyv4527 == nil { - yyv4527 = []EndpointAddress{} - yyc4527 = true + if yyj4536 < len(yyv4536) { + yyv4536 = yyv4536[:yyj4536] + yyc4536 = true + } else if yyj4536 == 0 && yyv4536 == nil { + yyv4536 = []EndpointAddress{} + yyc4536 = true } } - yyh4527.End() - if yyc4527 { - *v = yyv4527 + yyh4536.End() + if yyc4536 { + *v = yyv4536 } } @@ -57769,10 +57847,10 @@ func (x codecSelfer1234) encSliceEndpointPort(v []EndpointPort, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4531 := range v { + for _, yyv4540 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4532 := &yyv4531 - yy4532.CodecEncodeSelf(e) + yy4541 := &yyv4540 + yy4541.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57782,83 +57860,83 @@ func (x codecSelfer1234) decSliceEndpointPort(v *[]EndpointPort, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4533 := *v - yyh4533, yyl4533 := z.DecSliceHelperStart() - var yyc4533 bool - if yyl4533 == 0 { - if yyv4533 == nil { - yyv4533 = []EndpointPort{} - yyc4533 = true - } else if len(yyv4533) != 0 { - yyv4533 = yyv4533[:0] - yyc4533 = true + yyv4542 := *v + yyh4542, yyl4542 := z.DecSliceHelperStart() + var yyc4542 bool + if yyl4542 == 0 { + if yyv4542 == nil { + yyv4542 = []EndpointPort{} + yyc4542 = true + } else if len(yyv4542) != 0 { + yyv4542 = yyv4542[:0] + yyc4542 = true } - } else if yyl4533 > 0 { - var yyrr4533, yyrl4533 int - var yyrt4533 bool - if yyl4533 > cap(yyv4533) { + } else if yyl4542 > 0 { + var yyrr4542, yyrl4542 int + var yyrt4542 bool + if yyl4542 > cap(yyv4542) { - yyrg4533 := len(yyv4533) > 0 - yyv24533 := yyv4533 - yyrl4533, yyrt4533 = z.DecInferLen(yyl4533, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4533 { - if yyrl4533 <= cap(yyv4533) { - yyv4533 = yyv4533[:yyrl4533] + yyrg4542 := len(yyv4542) > 0 + yyv24542 := yyv4542 + yyrl4542, yyrt4542 = z.DecInferLen(yyl4542, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4542 { + if yyrl4542 <= cap(yyv4542) { + yyv4542 = yyv4542[:yyrl4542] } else { - yyv4533 = make([]EndpointPort, yyrl4533) + yyv4542 = make([]EndpointPort, yyrl4542) } } else { - yyv4533 = make([]EndpointPort, yyrl4533) + yyv4542 = make([]EndpointPort, yyrl4542) } - yyc4533 = true - yyrr4533 = len(yyv4533) - if yyrg4533 { - copy(yyv4533, yyv24533) + yyc4542 = true + yyrr4542 = len(yyv4542) + if yyrg4542 { + copy(yyv4542, yyv24542) } - } else if yyl4533 != len(yyv4533) { - yyv4533 = yyv4533[:yyl4533] - yyc4533 = true + } else if yyl4542 != len(yyv4542) { + yyv4542 = yyv4542[:yyl4542] + yyc4542 = true } - yyj4533 := 0 - for ; yyj4533 < yyrr4533; yyj4533++ { - yyh4533.ElemContainerState(yyj4533) + yyj4542 := 0 + for ; yyj4542 < yyrr4542; yyj4542++ { + yyh4542.ElemContainerState(yyj4542) if r.TryDecodeAsNil() { - yyv4533[yyj4533] = EndpointPort{} + yyv4542[yyj4542] = EndpointPort{} } else { - yyv4534 := &yyv4533[yyj4533] - yyv4534.CodecDecodeSelf(d) + yyv4543 := &yyv4542[yyj4542] + yyv4543.CodecDecodeSelf(d) } } - if yyrt4533 { - for ; yyj4533 < yyl4533; yyj4533++ { - yyv4533 = append(yyv4533, EndpointPort{}) - yyh4533.ElemContainerState(yyj4533) + if yyrt4542 { + for ; yyj4542 < yyl4542; yyj4542++ { + yyv4542 = append(yyv4542, EndpointPort{}) + yyh4542.ElemContainerState(yyj4542) if r.TryDecodeAsNil() { - yyv4533[yyj4533] = EndpointPort{} + yyv4542[yyj4542] = EndpointPort{} } else { - yyv4535 := &yyv4533[yyj4533] - yyv4535.CodecDecodeSelf(d) + yyv4544 := &yyv4542[yyj4542] + yyv4544.CodecDecodeSelf(d) } } } } else { - yyj4533 := 0 - for ; !r.CheckBreak(); yyj4533++ { + yyj4542 := 0 + for ; !r.CheckBreak(); yyj4542++ { - if yyj4533 >= len(yyv4533) { - yyv4533 = append(yyv4533, EndpointPort{}) // var yyz4533 EndpointPort - yyc4533 = true + if yyj4542 >= len(yyv4542) { + yyv4542 = append(yyv4542, EndpointPort{}) // var yyz4542 EndpointPort + yyc4542 = true } - yyh4533.ElemContainerState(yyj4533) - if yyj4533 < len(yyv4533) { + yyh4542.ElemContainerState(yyj4542) + if yyj4542 < len(yyv4542) { if r.TryDecodeAsNil() { - yyv4533[yyj4533] = EndpointPort{} + yyv4542[yyj4542] = EndpointPort{} } else { - yyv4536 := &yyv4533[yyj4533] - yyv4536.CodecDecodeSelf(d) + yyv4545 := &yyv4542[yyj4542] + yyv4545.CodecDecodeSelf(d) } } else { @@ -57866,17 +57944,17 @@ func (x codecSelfer1234) decSliceEndpointPort(v *[]EndpointPort, d *codec1978.De } } - if yyj4533 < len(yyv4533) { - yyv4533 = yyv4533[:yyj4533] - yyc4533 = true - } else if yyj4533 == 0 && yyv4533 == nil { - yyv4533 = []EndpointPort{} - yyc4533 = true + if yyj4542 < len(yyv4542) { + yyv4542 = yyv4542[:yyj4542] + yyc4542 = true + } else if yyj4542 == 0 && yyv4542 == nil { + yyv4542 = []EndpointPort{} + yyc4542 = true } } - yyh4533.End() - if yyc4533 { - *v = yyv4533 + yyh4542.End() + if yyc4542 { + *v = yyv4542 } } @@ -57885,10 +57963,10 @@ func (x codecSelfer1234) encSliceEndpoints(v []Endpoints, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4537 := range v { + for _, yyv4546 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4538 := &yyv4537 - yy4538.CodecEncodeSelf(e) + yy4547 := &yyv4546 + yy4547.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57898,83 +57976,83 @@ func (x codecSelfer1234) decSliceEndpoints(v *[]Endpoints, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4539 := *v - yyh4539, yyl4539 := z.DecSliceHelperStart() - var yyc4539 bool - if yyl4539 == 0 { - if yyv4539 == nil { - yyv4539 = []Endpoints{} - yyc4539 = true - } else if len(yyv4539) != 0 { - yyv4539 = yyv4539[:0] - yyc4539 = true + yyv4548 := *v + yyh4548, yyl4548 := z.DecSliceHelperStart() + var yyc4548 bool + if yyl4548 == 0 { + if yyv4548 == nil { + yyv4548 = []Endpoints{} + yyc4548 = true + } else if len(yyv4548) != 0 { + yyv4548 = yyv4548[:0] + yyc4548 = true } - } else if yyl4539 > 0 { - var yyrr4539, yyrl4539 int - var yyrt4539 bool - if yyl4539 > cap(yyv4539) { + } else if yyl4548 > 0 { + var yyrr4548, yyrl4548 int + var yyrt4548 bool + if yyl4548 > cap(yyv4548) { - yyrg4539 := len(yyv4539) > 0 - yyv24539 := yyv4539 - yyrl4539, yyrt4539 = z.DecInferLen(yyl4539, z.DecBasicHandle().MaxInitLen, 264) - if yyrt4539 { - if yyrl4539 <= cap(yyv4539) { - yyv4539 = yyv4539[:yyrl4539] + yyrg4548 := len(yyv4548) > 0 + yyv24548 := yyv4548 + yyrl4548, yyrt4548 = z.DecInferLen(yyl4548, z.DecBasicHandle().MaxInitLen, 264) + if yyrt4548 { + if yyrl4548 <= cap(yyv4548) { + yyv4548 = yyv4548[:yyrl4548] } else { - yyv4539 = make([]Endpoints, yyrl4539) + yyv4548 = make([]Endpoints, yyrl4548) } } else { - yyv4539 = make([]Endpoints, yyrl4539) + yyv4548 = make([]Endpoints, yyrl4548) } - yyc4539 = true - yyrr4539 = len(yyv4539) - if yyrg4539 { - copy(yyv4539, yyv24539) + yyc4548 = true + yyrr4548 = len(yyv4548) + if yyrg4548 { + copy(yyv4548, yyv24548) } - } else if yyl4539 != len(yyv4539) { - yyv4539 = yyv4539[:yyl4539] - yyc4539 = true + } else if yyl4548 != len(yyv4548) { + yyv4548 = yyv4548[:yyl4548] + yyc4548 = true } - yyj4539 := 0 - for ; yyj4539 < yyrr4539; yyj4539++ { - yyh4539.ElemContainerState(yyj4539) + yyj4548 := 0 + for ; yyj4548 < yyrr4548; yyj4548++ { + yyh4548.ElemContainerState(yyj4548) if r.TryDecodeAsNil() { - yyv4539[yyj4539] = Endpoints{} + yyv4548[yyj4548] = Endpoints{} } else { - yyv4540 := &yyv4539[yyj4539] - yyv4540.CodecDecodeSelf(d) + yyv4549 := &yyv4548[yyj4548] + yyv4549.CodecDecodeSelf(d) } } - if yyrt4539 { - for ; yyj4539 < yyl4539; yyj4539++ { - yyv4539 = append(yyv4539, Endpoints{}) - yyh4539.ElemContainerState(yyj4539) + if yyrt4548 { + for ; yyj4548 < yyl4548; yyj4548++ { + yyv4548 = append(yyv4548, Endpoints{}) + yyh4548.ElemContainerState(yyj4548) if r.TryDecodeAsNil() { - yyv4539[yyj4539] = Endpoints{} + yyv4548[yyj4548] = Endpoints{} } else { - yyv4541 := &yyv4539[yyj4539] - yyv4541.CodecDecodeSelf(d) + yyv4550 := &yyv4548[yyj4548] + yyv4550.CodecDecodeSelf(d) } } } } else { - yyj4539 := 0 - for ; !r.CheckBreak(); yyj4539++ { + yyj4548 := 0 + for ; !r.CheckBreak(); yyj4548++ { - if yyj4539 >= len(yyv4539) { - yyv4539 = append(yyv4539, Endpoints{}) // var yyz4539 Endpoints - yyc4539 = true + if yyj4548 >= len(yyv4548) { + yyv4548 = append(yyv4548, Endpoints{}) // var yyz4548 Endpoints + yyc4548 = true } - yyh4539.ElemContainerState(yyj4539) - if yyj4539 < len(yyv4539) { + yyh4548.ElemContainerState(yyj4548) + if yyj4548 < len(yyv4548) { if r.TryDecodeAsNil() { - yyv4539[yyj4539] = Endpoints{} + yyv4548[yyj4548] = Endpoints{} } else { - yyv4542 := &yyv4539[yyj4539] - yyv4542.CodecDecodeSelf(d) + yyv4551 := &yyv4548[yyj4548] + yyv4551.CodecDecodeSelf(d) } } else { @@ -57982,17 +58060,17 @@ func (x codecSelfer1234) decSliceEndpoints(v *[]Endpoints, d *codec1978.Decoder) } } - if yyj4539 < len(yyv4539) { - yyv4539 = yyv4539[:yyj4539] - yyc4539 = true - } else if yyj4539 == 0 && yyv4539 == nil { - yyv4539 = []Endpoints{} - yyc4539 = true + if yyj4548 < len(yyv4548) { + yyv4548 = yyv4548[:yyj4548] + yyc4548 = true + } else if yyj4548 == 0 && yyv4548 == nil { + yyv4548 = []Endpoints{} + yyc4548 = true } } - yyh4539.End() - if yyc4539 { - *v = yyv4539 + yyh4548.End() + if yyc4548 { + *v = yyv4548 } } @@ -58001,10 +58079,10 @@ func (x codecSelfer1234) encSliceNodeCondition(v []NodeCondition, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4543 := range v { + for _, yyv4552 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4544 := &yyv4543 - yy4544.CodecEncodeSelf(e) + yy4553 := &yyv4552 + yy4553.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58014,83 +58092,83 @@ func (x codecSelfer1234) decSliceNodeCondition(v *[]NodeCondition, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4545 := *v - yyh4545, yyl4545 := z.DecSliceHelperStart() - var yyc4545 bool - if yyl4545 == 0 { - if yyv4545 == nil { - yyv4545 = []NodeCondition{} - yyc4545 = true - } else if len(yyv4545) != 0 { - yyv4545 = yyv4545[:0] - yyc4545 = true + yyv4554 := *v + yyh4554, yyl4554 := z.DecSliceHelperStart() + var yyc4554 bool + if yyl4554 == 0 { + if yyv4554 == nil { + yyv4554 = []NodeCondition{} + yyc4554 = true + } else if len(yyv4554) != 0 { + yyv4554 = yyv4554[:0] + yyc4554 = true } - } else if yyl4545 > 0 { - var yyrr4545, yyrl4545 int - var yyrt4545 bool - if yyl4545 > cap(yyv4545) { + } else if yyl4554 > 0 { + var yyrr4554, yyrl4554 int + var yyrt4554 bool + if yyl4554 > cap(yyv4554) { - yyrg4545 := len(yyv4545) > 0 - yyv24545 := yyv4545 - yyrl4545, yyrt4545 = z.DecInferLen(yyl4545, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4545 { - if yyrl4545 <= cap(yyv4545) { - yyv4545 = yyv4545[:yyrl4545] + yyrg4554 := len(yyv4554) > 0 + yyv24554 := yyv4554 + yyrl4554, yyrt4554 = z.DecInferLen(yyl4554, z.DecBasicHandle().MaxInitLen, 112) + if yyrt4554 { + if yyrl4554 <= cap(yyv4554) { + yyv4554 = yyv4554[:yyrl4554] } else { - yyv4545 = make([]NodeCondition, yyrl4545) + yyv4554 = make([]NodeCondition, yyrl4554) } } else { - yyv4545 = make([]NodeCondition, yyrl4545) + yyv4554 = make([]NodeCondition, yyrl4554) } - yyc4545 = true - yyrr4545 = len(yyv4545) - if yyrg4545 { - copy(yyv4545, yyv24545) + yyc4554 = true + yyrr4554 = len(yyv4554) + if yyrg4554 { + copy(yyv4554, yyv24554) } - } else if yyl4545 != len(yyv4545) { - yyv4545 = yyv4545[:yyl4545] - yyc4545 = true + } else if yyl4554 != len(yyv4554) { + yyv4554 = yyv4554[:yyl4554] + yyc4554 = true } - yyj4545 := 0 - for ; yyj4545 < yyrr4545; yyj4545++ { - yyh4545.ElemContainerState(yyj4545) + yyj4554 := 0 + for ; yyj4554 < yyrr4554; yyj4554++ { + yyh4554.ElemContainerState(yyj4554) if r.TryDecodeAsNil() { - yyv4545[yyj4545] = NodeCondition{} + yyv4554[yyj4554] = NodeCondition{} } else { - yyv4546 := &yyv4545[yyj4545] - yyv4546.CodecDecodeSelf(d) + yyv4555 := &yyv4554[yyj4554] + yyv4555.CodecDecodeSelf(d) } } - if yyrt4545 { - for ; yyj4545 < yyl4545; yyj4545++ { - yyv4545 = append(yyv4545, NodeCondition{}) - yyh4545.ElemContainerState(yyj4545) + if yyrt4554 { + for ; yyj4554 < yyl4554; yyj4554++ { + yyv4554 = append(yyv4554, NodeCondition{}) + yyh4554.ElemContainerState(yyj4554) if r.TryDecodeAsNil() { - yyv4545[yyj4545] = NodeCondition{} + yyv4554[yyj4554] = NodeCondition{} } else { - yyv4547 := &yyv4545[yyj4545] - yyv4547.CodecDecodeSelf(d) + yyv4556 := &yyv4554[yyj4554] + yyv4556.CodecDecodeSelf(d) } } } } else { - yyj4545 := 0 - for ; !r.CheckBreak(); yyj4545++ { + yyj4554 := 0 + for ; !r.CheckBreak(); yyj4554++ { - if yyj4545 >= len(yyv4545) { - yyv4545 = append(yyv4545, NodeCondition{}) // var yyz4545 NodeCondition - yyc4545 = true + if yyj4554 >= len(yyv4554) { + yyv4554 = append(yyv4554, NodeCondition{}) // var yyz4554 NodeCondition + yyc4554 = true } - yyh4545.ElemContainerState(yyj4545) - if yyj4545 < len(yyv4545) { + yyh4554.ElemContainerState(yyj4554) + if yyj4554 < len(yyv4554) { if r.TryDecodeAsNil() { - yyv4545[yyj4545] = NodeCondition{} + yyv4554[yyj4554] = NodeCondition{} } else { - yyv4548 := &yyv4545[yyj4545] - yyv4548.CodecDecodeSelf(d) + yyv4557 := &yyv4554[yyj4554] + yyv4557.CodecDecodeSelf(d) } } else { @@ -58098,17 +58176,17 @@ func (x codecSelfer1234) decSliceNodeCondition(v *[]NodeCondition, d *codec1978. } } - if yyj4545 < len(yyv4545) { - yyv4545 = yyv4545[:yyj4545] - yyc4545 = true - } else if yyj4545 == 0 && yyv4545 == nil { - yyv4545 = []NodeCondition{} - yyc4545 = true + if yyj4554 < len(yyv4554) { + yyv4554 = yyv4554[:yyj4554] + yyc4554 = true + } else if yyj4554 == 0 && yyv4554 == nil { + yyv4554 = []NodeCondition{} + yyc4554 = true } } - yyh4545.End() - if yyc4545 { - *v = yyv4545 + yyh4554.End() + if yyc4554 { + *v = yyv4554 } } @@ -58117,10 +58195,10 @@ func (x codecSelfer1234) encSliceNodeAddress(v []NodeAddress, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4549 := range v { + for _, yyv4558 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4550 := &yyv4549 - yy4550.CodecEncodeSelf(e) + yy4559 := &yyv4558 + yy4559.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58130,83 +58208,83 @@ func (x codecSelfer1234) decSliceNodeAddress(v *[]NodeAddress, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4551 := *v - yyh4551, yyl4551 := z.DecSliceHelperStart() - var yyc4551 bool - if yyl4551 == 0 { - if yyv4551 == nil { - yyv4551 = []NodeAddress{} - yyc4551 = true - } else if len(yyv4551) != 0 { - yyv4551 = yyv4551[:0] - yyc4551 = true + yyv4560 := *v + yyh4560, yyl4560 := z.DecSliceHelperStart() + var yyc4560 bool + if yyl4560 == 0 { + if yyv4560 == nil { + yyv4560 = []NodeAddress{} + yyc4560 = true + } else if len(yyv4560) != 0 { + yyv4560 = yyv4560[:0] + yyc4560 = true } - } else if yyl4551 > 0 { - var yyrr4551, yyrl4551 int - var yyrt4551 bool - if yyl4551 > cap(yyv4551) { + } else if yyl4560 > 0 { + var yyrr4560, yyrl4560 int + var yyrt4560 bool + if yyl4560 > cap(yyv4560) { - yyrg4551 := len(yyv4551) > 0 - yyv24551 := yyv4551 - yyrl4551, yyrt4551 = z.DecInferLen(yyl4551, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4551 { - if yyrl4551 <= cap(yyv4551) { - yyv4551 = yyv4551[:yyrl4551] + yyrg4560 := len(yyv4560) > 0 + yyv24560 := yyv4560 + yyrl4560, yyrt4560 = z.DecInferLen(yyl4560, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4560 { + if yyrl4560 <= cap(yyv4560) { + yyv4560 = yyv4560[:yyrl4560] } else { - yyv4551 = make([]NodeAddress, yyrl4551) + yyv4560 = make([]NodeAddress, yyrl4560) } } else { - yyv4551 = make([]NodeAddress, yyrl4551) + yyv4560 = make([]NodeAddress, yyrl4560) } - yyc4551 = true - yyrr4551 = len(yyv4551) - if yyrg4551 { - copy(yyv4551, yyv24551) + yyc4560 = true + yyrr4560 = len(yyv4560) + if yyrg4560 { + copy(yyv4560, yyv24560) } - } else if yyl4551 != len(yyv4551) { - yyv4551 = yyv4551[:yyl4551] - yyc4551 = true + } else if yyl4560 != len(yyv4560) { + yyv4560 = yyv4560[:yyl4560] + yyc4560 = true } - yyj4551 := 0 - for ; yyj4551 < yyrr4551; yyj4551++ { - yyh4551.ElemContainerState(yyj4551) + yyj4560 := 0 + for ; yyj4560 < yyrr4560; yyj4560++ { + yyh4560.ElemContainerState(yyj4560) if r.TryDecodeAsNil() { - yyv4551[yyj4551] = NodeAddress{} + yyv4560[yyj4560] = NodeAddress{} } else { - yyv4552 := &yyv4551[yyj4551] - yyv4552.CodecDecodeSelf(d) + yyv4561 := &yyv4560[yyj4560] + yyv4561.CodecDecodeSelf(d) } } - if yyrt4551 { - for ; yyj4551 < yyl4551; yyj4551++ { - yyv4551 = append(yyv4551, NodeAddress{}) - yyh4551.ElemContainerState(yyj4551) + if yyrt4560 { + for ; yyj4560 < yyl4560; yyj4560++ { + yyv4560 = append(yyv4560, NodeAddress{}) + yyh4560.ElemContainerState(yyj4560) if r.TryDecodeAsNil() { - yyv4551[yyj4551] = NodeAddress{} + yyv4560[yyj4560] = NodeAddress{} } else { - yyv4553 := &yyv4551[yyj4551] - yyv4553.CodecDecodeSelf(d) + yyv4562 := &yyv4560[yyj4560] + yyv4562.CodecDecodeSelf(d) } } } } else { - yyj4551 := 0 - for ; !r.CheckBreak(); yyj4551++ { + yyj4560 := 0 + for ; !r.CheckBreak(); yyj4560++ { - if yyj4551 >= len(yyv4551) { - yyv4551 = append(yyv4551, NodeAddress{}) // var yyz4551 NodeAddress - yyc4551 = true + if yyj4560 >= len(yyv4560) { + yyv4560 = append(yyv4560, NodeAddress{}) // var yyz4560 NodeAddress + yyc4560 = true } - yyh4551.ElemContainerState(yyj4551) - if yyj4551 < len(yyv4551) { + yyh4560.ElemContainerState(yyj4560) + if yyj4560 < len(yyv4560) { if r.TryDecodeAsNil() { - yyv4551[yyj4551] = NodeAddress{} + yyv4560[yyj4560] = NodeAddress{} } else { - yyv4554 := &yyv4551[yyj4551] - yyv4554.CodecDecodeSelf(d) + yyv4563 := &yyv4560[yyj4560] + yyv4563.CodecDecodeSelf(d) } } else { @@ -58214,17 +58292,17 @@ func (x codecSelfer1234) decSliceNodeAddress(v *[]NodeAddress, d *codec1978.Deco } } - if yyj4551 < len(yyv4551) { - yyv4551 = yyv4551[:yyj4551] - yyc4551 = true - } else if yyj4551 == 0 && yyv4551 == nil { - yyv4551 = []NodeAddress{} - yyc4551 = true + if yyj4560 < len(yyv4560) { + yyv4560 = yyv4560[:yyj4560] + yyc4560 = true + } else if yyj4560 == 0 && yyv4560 == nil { + yyv4560 = []NodeAddress{} + yyc4560 = true } } - yyh4551.End() - if yyc4551 { - *v = yyv4551 + yyh4560.End() + if yyc4560 { + *v = yyv4560 } } @@ -58233,10 +58311,10 @@ func (x codecSelfer1234) encSliceContainerImage(v []ContainerImage, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4555 := range v { + for _, yyv4564 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4556 := &yyv4555 - yy4556.CodecEncodeSelf(e) + yy4565 := &yyv4564 + yy4565.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58246,83 +58324,83 @@ func (x codecSelfer1234) decSliceContainerImage(v *[]ContainerImage, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4557 := *v - yyh4557, yyl4557 := z.DecSliceHelperStart() - var yyc4557 bool - if yyl4557 == 0 { - if yyv4557 == nil { - yyv4557 = []ContainerImage{} - yyc4557 = true - } else if len(yyv4557) != 0 { - yyv4557 = yyv4557[:0] - yyc4557 = true + yyv4566 := *v + yyh4566, yyl4566 := z.DecSliceHelperStart() + var yyc4566 bool + if yyl4566 == 0 { + if yyv4566 == nil { + yyv4566 = []ContainerImage{} + yyc4566 = true + } else if len(yyv4566) != 0 { + yyv4566 = yyv4566[:0] + yyc4566 = true } - } else if yyl4557 > 0 { - var yyrr4557, yyrl4557 int - var yyrt4557 bool - if yyl4557 > cap(yyv4557) { + } else if yyl4566 > 0 { + var yyrr4566, yyrl4566 int + var yyrt4566 bool + if yyl4566 > cap(yyv4566) { - yyrg4557 := len(yyv4557) > 0 - yyv24557 := yyv4557 - yyrl4557, yyrt4557 = z.DecInferLen(yyl4557, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4557 { - if yyrl4557 <= cap(yyv4557) { - yyv4557 = yyv4557[:yyrl4557] + yyrg4566 := len(yyv4566) > 0 + yyv24566 := yyv4566 + yyrl4566, yyrt4566 = z.DecInferLen(yyl4566, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4566 { + if yyrl4566 <= cap(yyv4566) { + yyv4566 = yyv4566[:yyrl4566] } else { - yyv4557 = make([]ContainerImage, yyrl4557) + yyv4566 = make([]ContainerImage, yyrl4566) } } else { - yyv4557 = make([]ContainerImage, yyrl4557) + yyv4566 = make([]ContainerImage, yyrl4566) } - yyc4557 = true - yyrr4557 = len(yyv4557) - if yyrg4557 { - copy(yyv4557, yyv24557) + yyc4566 = true + yyrr4566 = len(yyv4566) + if yyrg4566 { + copy(yyv4566, yyv24566) } - } else if yyl4557 != len(yyv4557) { - yyv4557 = yyv4557[:yyl4557] - yyc4557 = true + } else if yyl4566 != len(yyv4566) { + yyv4566 = yyv4566[:yyl4566] + yyc4566 = true } - yyj4557 := 0 - for ; yyj4557 < yyrr4557; yyj4557++ { - yyh4557.ElemContainerState(yyj4557) + yyj4566 := 0 + for ; yyj4566 < yyrr4566; yyj4566++ { + yyh4566.ElemContainerState(yyj4566) if r.TryDecodeAsNil() { - yyv4557[yyj4557] = ContainerImage{} + yyv4566[yyj4566] = ContainerImage{} } else { - yyv4558 := &yyv4557[yyj4557] - yyv4558.CodecDecodeSelf(d) + yyv4567 := &yyv4566[yyj4566] + yyv4567.CodecDecodeSelf(d) } } - if yyrt4557 { - for ; yyj4557 < yyl4557; yyj4557++ { - yyv4557 = append(yyv4557, ContainerImage{}) - yyh4557.ElemContainerState(yyj4557) + if yyrt4566 { + for ; yyj4566 < yyl4566; yyj4566++ { + yyv4566 = append(yyv4566, ContainerImage{}) + yyh4566.ElemContainerState(yyj4566) if r.TryDecodeAsNil() { - yyv4557[yyj4557] = ContainerImage{} + yyv4566[yyj4566] = ContainerImage{} } else { - yyv4559 := &yyv4557[yyj4557] - yyv4559.CodecDecodeSelf(d) + yyv4568 := &yyv4566[yyj4566] + yyv4568.CodecDecodeSelf(d) } } } } else { - yyj4557 := 0 - for ; !r.CheckBreak(); yyj4557++ { + yyj4566 := 0 + for ; !r.CheckBreak(); yyj4566++ { - if yyj4557 >= len(yyv4557) { - yyv4557 = append(yyv4557, ContainerImage{}) // var yyz4557 ContainerImage - yyc4557 = true + if yyj4566 >= len(yyv4566) { + yyv4566 = append(yyv4566, ContainerImage{}) // var yyz4566 ContainerImage + yyc4566 = true } - yyh4557.ElemContainerState(yyj4557) - if yyj4557 < len(yyv4557) { + yyh4566.ElemContainerState(yyj4566) + if yyj4566 < len(yyv4566) { if r.TryDecodeAsNil() { - yyv4557[yyj4557] = ContainerImage{} + yyv4566[yyj4566] = ContainerImage{} } else { - yyv4560 := &yyv4557[yyj4557] - yyv4560.CodecDecodeSelf(d) + yyv4569 := &yyv4566[yyj4566] + yyv4569.CodecDecodeSelf(d) } } else { @@ -58330,17 +58408,17 @@ func (x codecSelfer1234) decSliceContainerImage(v *[]ContainerImage, d *codec197 } } - if yyj4557 < len(yyv4557) { - yyv4557 = yyv4557[:yyj4557] - yyc4557 = true - } else if yyj4557 == 0 && yyv4557 == nil { - yyv4557 = []ContainerImage{} - yyc4557 = true + if yyj4566 < len(yyv4566) { + yyv4566 = yyv4566[:yyj4566] + yyc4566 = true + } else if yyj4566 == 0 && yyv4566 == nil { + yyv4566 = []ContainerImage{} + yyc4566 = true } } - yyh4557.End() - if yyc4557 { - *v = yyv4557 + yyh4566.End() + if yyc4566 { + *v = yyv4566 } } @@ -58349,9 +58427,9 @@ func (x codecSelfer1234) encSliceUniqueVolumeName(v []UniqueVolumeName, e *codec z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4561 := range v { + for _, yyv4570 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4561.CodecEncodeSelf(e) + yyv4570.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58361,75 +58439,75 @@ func (x codecSelfer1234) decSliceUniqueVolumeName(v *[]UniqueVolumeName, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4562 := *v - yyh4562, yyl4562 := z.DecSliceHelperStart() - var yyc4562 bool - if yyl4562 == 0 { - if yyv4562 == nil { - yyv4562 = []UniqueVolumeName{} - yyc4562 = true - } else if len(yyv4562) != 0 { - yyv4562 = yyv4562[:0] - yyc4562 = true + yyv4571 := *v + yyh4571, yyl4571 := z.DecSliceHelperStart() + var yyc4571 bool + if yyl4571 == 0 { + if yyv4571 == nil { + yyv4571 = []UniqueVolumeName{} + yyc4571 = true + } else if len(yyv4571) != 0 { + yyv4571 = yyv4571[:0] + yyc4571 = true } - } else if yyl4562 > 0 { - var yyrr4562, yyrl4562 int - var yyrt4562 bool - if yyl4562 > cap(yyv4562) { + } else if yyl4571 > 0 { + var yyrr4571, yyrl4571 int + var yyrt4571 bool + if yyl4571 > cap(yyv4571) { - yyrl4562, yyrt4562 = z.DecInferLen(yyl4562, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4562 { - if yyrl4562 <= cap(yyv4562) { - yyv4562 = yyv4562[:yyrl4562] + yyrl4571, yyrt4571 = z.DecInferLen(yyl4571, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4571 { + if yyrl4571 <= cap(yyv4571) { + yyv4571 = yyv4571[:yyrl4571] } else { - yyv4562 = make([]UniqueVolumeName, yyrl4562) + yyv4571 = make([]UniqueVolumeName, yyrl4571) } } else { - yyv4562 = make([]UniqueVolumeName, yyrl4562) + yyv4571 = make([]UniqueVolumeName, yyrl4571) } - yyc4562 = true - yyrr4562 = len(yyv4562) - } else if yyl4562 != len(yyv4562) { - yyv4562 = yyv4562[:yyl4562] - yyc4562 = true + yyc4571 = true + yyrr4571 = len(yyv4571) + } else if yyl4571 != len(yyv4571) { + yyv4571 = yyv4571[:yyl4571] + yyc4571 = true } - yyj4562 := 0 - for ; yyj4562 < yyrr4562; yyj4562++ { - yyh4562.ElemContainerState(yyj4562) + yyj4571 := 0 + for ; yyj4571 < yyrr4571; yyj4571++ { + yyh4571.ElemContainerState(yyj4571) if r.TryDecodeAsNil() { - yyv4562[yyj4562] = "" + yyv4571[yyj4571] = "" } else { - yyv4562[yyj4562] = UniqueVolumeName(r.DecodeString()) + yyv4571[yyj4571] = UniqueVolumeName(r.DecodeString()) } } - if yyrt4562 { - for ; yyj4562 < yyl4562; yyj4562++ { - yyv4562 = append(yyv4562, "") - yyh4562.ElemContainerState(yyj4562) + if yyrt4571 { + for ; yyj4571 < yyl4571; yyj4571++ { + yyv4571 = append(yyv4571, "") + yyh4571.ElemContainerState(yyj4571) if r.TryDecodeAsNil() { - yyv4562[yyj4562] = "" + yyv4571[yyj4571] = "" } else { - yyv4562[yyj4562] = UniqueVolumeName(r.DecodeString()) + yyv4571[yyj4571] = UniqueVolumeName(r.DecodeString()) } } } } else { - yyj4562 := 0 - for ; !r.CheckBreak(); yyj4562++ { + yyj4571 := 0 + for ; !r.CheckBreak(); yyj4571++ { - if yyj4562 >= len(yyv4562) { - yyv4562 = append(yyv4562, "") // var yyz4562 UniqueVolumeName - yyc4562 = true + if yyj4571 >= len(yyv4571) { + yyv4571 = append(yyv4571, "") // var yyz4571 UniqueVolumeName + yyc4571 = true } - yyh4562.ElemContainerState(yyj4562) - if yyj4562 < len(yyv4562) { + yyh4571.ElemContainerState(yyj4571) + if yyj4571 < len(yyv4571) { if r.TryDecodeAsNil() { - yyv4562[yyj4562] = "" + yyv4571[yyj4571] = "" } else { - yyv4562[yyj4562] = UniqueVolumeName(r.DecodeString()) + yyv4571[yyj4571] = UniqueVolumeName(r.DecodeString()) } } else { @@ -58437,17 +58515,17 @@ func (x codecSelfer1234) decSliceUniqueVolumeName(v *[]UniqueVolumeName, d *code } } - if yyj4562 < len(yyv4562) { - yyv4562 = yyv4562[:yyj4562] - yyc4562 = true - } else if yyj4562 == 0 && yyv4562 == nil { - yyv4562 = []UniqueVolumeName{} - yyc4562 = true + if yyj4571 < len(yyv4571) { + yyv4571 = yyv4571[:yyj4571] + yyc4571 = true + } else if yyj4571 == 0 && yyv4571 == nil { + yyv4571 = []UniqueVolumeName{} + yyc4571 = true } } - yyh4562.End() - if yyc4562 { - *v = yyv4562 + yyh4571.End() + if yyc4571 { + *v = yyv4571 } } @@ -58456,10 +58534,10 @@ func (x codecSelfer1234) encSliceAttachedVolume(v []AttachedVolume, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4566 := range v { + for _, yyv4575 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4567 := &yyv4566 - yy4567.CodecEncodeSelf(e) + yy4576 := &yyv4575 + yy4576.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58469,83 +58547,83 @@ func (x codecSelfer1234) decSliceAttachedVolume(v *[]AttachedVolume, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4568 := *v - yyh4568, yyl4568 := z.DecSliceHelperStart() - var yyc4568 bool - if yyl4568 == 0 { - if yyv4568 == nil { - yyv4568 = []AttachedVolume{} - yyc4568 = true - } else if len(yyv4568) != 0 { - yyv4568 = yyv4568[:0] - yyc4568 = true + yyv4577 := *v + yyh4577, yyl4577 := z.DecSliceHelperStart() + var yyc4577 bool + if yyl4577 == 0 { + if yyv4577 == nil { + yyv4577 = []AttachedVolume{} + yyc4577 = true + } else if len(yyv4577) != 0 { + yyv4577 = yyv4577[:0] + yyc4577 = true } - } else if yyl4568 > 0 { - var yyrr4568, yyrl4568 int - var yyrt4568 bool - if yyl4568 > cap(yyv4568) { + } else if yyl4577 > 0 { + var yyrr4577, yyrl4577 int + var yyrt4577 bool + if yyl4577 > cap(yyv4577) { - yyrg4568 := len(yyv4568) > 0 - yyv24568 := yyv4568 - yyrl4568, yyrt4568 = z.DecInferLen(yyl4568, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4568 { - if yyrl4568 <= cap(yyv4568) { - yyv4568 = yyv4568[:yyrl4568] + yyrg4577 := len(yyv4577) > 0 + yyv24577 := yyv4577 + yyrl4577, yyrt4577 = z.DecInferLen(yyl4577, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4577 { + if yyrl4577 <= cap(yyv4577) { + yyv4577 = yyv4577[:yyrl4577] } else { - yyv4568 = make([]AttachedVolume, yyrl4568) + yyv4577 = make([]AttachedVolume, yyrl4577) } } else { - yyv4568 = make([]AttachedVolume, yyrl4568) + yyv4577 = make([]AttachedVolume, yyrl4577) } - yyc4568 = true - yyrr4568 = len(yyv4568) - if yyrg4568 { - copy(yyv4568, yyv24568) + yyc4577 = true + yyrr4577 = len(yyv4577) + if yyrg4577 { + copy(yyv4577, yyv24577) } - } else if yyl4568 != len(yyv4568) { - yyv4568 = yyv4568[:yyl4568] - yyc4568 = true + } else if yyl4577 != len(yyv4577) { + yyv4577 = yyv4577[:yyl4577] + yyc4577 = true } - yyj4568 := 0 - for ; yyj4568 < yyrr4568; yyj4568++ { - yyh4568.ElemContainerState(yyj4568) + yyj4577 := 0 + for ; yyj4577 < yyrr4577; yyj4577++ { + yyh4577.ElemContainerState(yyj4577) if r.TryDecodeAsNil() { - yyv4568[yyj4568] = AttachedVolume{} + yyv4577[yyj4577] = AttachedVolume{} } else { - yyv4569 := &yyv4568[yyj4568] - yyv4569.CodecDecodeSelf(d) + yyv4578 := &yyv4577[yyj4577] + yyv4578.CodecDecodeSelf(d) } } - if yyrt4568 { - for ; yyj4568 < yyl4568; yyj4568++ { - yyv4568 = append(yyv4568, AttachedVolume{}) - yyh4568.ElemContainerState(yyj4568) + if yyrt4577 { + for ; yyj4577 < yyl4577; yyj4577++ { + yyv4577 = append(yyv4577, AttachedVolume{}) + yyh4577.ElemContainerState(yyj4577) if r.TryDecodeAsNil() { - yyv4568[yyj4568] = AttachedVolume{} + yyv4577[yyj4577] = AttachedVolume{} } else { - yyv4570 := &yyv4568[yyj4568] - yyv4570.CodecDecodeSelf(d) + yyv4579 := &yyv4577[yyj4577] + yyv4579.CodecDecodeSelf(d) } } } } else { - yyj4568 := 0 - for ; !r.CheckBreak(); yyj4568++ { + yyj4577 := 0 + for ; !r.CheckBreak(); yyj4577++ { - if yyj4568 >= len(yyv4568) { - yyv4568 = append(yyv4568, AttachedVolume{}) // var yyz4568 AttachedVolume - yyc4568 = true + if yyj4577 >= len(yyv4577) { + yyv4577 = append(yyv4577, AttachedVolume{}) // var yyz4577 AttachedVolume + yyc4577 = true } - yyh4568.ElemContainerState(yyj4568) - if yyj4568 < len(yyv4568) { + yyh4577.ElemContainerState(yyj4577) + if yyj4577 < len(yyv4577) { if r.TryDecodeAsNil() { - yyv4568[yyj4568] = AttachedVolume{} + yyv4577[yyj4577] = AttachedVolume{} } else { - yyv4571 := &yyv4568[yyj4568] - yyv4571.CodecDecodeSelf(d) + yyv4580 := &yyv4577[yyj4577] + yyv4580.CodecDecodeSelf(d) } } else { @@ -58553,17 +58631,17 @@ func (x codecSelfer1234) decSliceAttachedVolume(v *[]AttachedVolume, d *codec197 } } - if yyj4568 < len(yyv4568) { - yyv4568 = yyv4568[:yyj4568] - yyc4568 = true - } else if yyj4568 == 0 && yyv4568 == nil { - yyv4568 = []AttachedVolume{} - yyc4568 = true + if yyj4577 < len(yyv4577) { + yyv4577 = yyv4577[:yyj4577] + yyc4577 = true + } else if yyj4577 == 0 && yyv4577 == nil { + yyv4577 = []AttachedVolume{} + yyc4577 = true } } - yyh4568.End() - if yyc4568 { - *v = yyv4568 + yyh4577.End() + if yyc4577 { + *v = yyv4577 } } @@ -58572,10 +58650,10 @@ func (x codecSelfer1234) encSlicePreferAvoidPodsEntry(v []PreferAvoidPodsEntry, z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4572 := range v { + for _, yyv4581 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4573 := &yyv4572 - yy4573.CodecEncodeSelf(e) + yy4582 := &yyv4581 + yy4582.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58585,83 +58663,83 @@ func (x codecSelfer1234) decSlicePreferAvoidPodsEntry(v *[]PreferAvoidPodsEntry, z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4574 := *v - yyh4574, yyl4574 := z.DecSliceHelperStart() - var yyc4574 bool - if yyl4574 == 0 { - if yyv4574 == nil { - yyv4574 = []PreferAvoidPodsEntry{} - yyc4574 = true - } else if len(yyv4574) != 0 { - yyv4574 = yyv4574[:0] - yyc4574 = true + yyv4583 := *v + yyh4583, yyl4583 := z.DecSliceHelperStart() + var yyc4583 bool + if yyl4583 == 0 { + if yyv4583 == nil { + yyv4583 = []PreferAvoidPodsEntry{} + yyc4583 = true + } else if len(yyv4583) != 0 { + yyv4583 = yyv4583[:0] + yyc4583 = true } - } else if yyl4574 > 0 { - var yyrr4574, yyrl4574 int - var yyrt4574 bool - if yyl4574 > cap(yyv4574) { + } else if yyl4583 > 0 { + var yyrr4583, yyrl4583 int + var yyrt4583 bool + if yyl4583 > cap(yyv4583) { - yyrg4574 := len(yyv4574) > 0 - yyv24574 := yyv4574 - yyrl4574, yyrt4574 = z.DecInferLen(yyl4574, z.DecBasicHandle().MaxInitLen, 64) - if yyrt4574 { - if yyrl4574 <= cap(yyv4574) { - yyv4574 = yyv4574[:yyrl4574] + yyrg4583 := len(yyv4583) > 0 + yyv24583 := yyv4583 + yyrl4583, yyrt4583 = z.DecInferLen(yyl4583, z.DecBasicHandle().MaxInitLen, 64) + if yyrt4583 { + if yyrl4583 <= cap(yyv4583) { + yyv4583 = yyv4583[:yyrl4583] } else { - yyv4574 = make([]PreferAvoidPodsEntry, yyrl4574) + yyv4583 = make([]PreferAvoidPodsEntry, yyrl4583) } } else { - yyv4574 = make([]PreferAvoidPodsEntry, yyrl4574) + yyv4583 = make([]PreferAvoidPodsEntry, yyrl4583) } - yyc4574 = true - yyrr4574 = len(yyv4574) - if yyrg4574 { - copy(yyv4574, yyv24574) + yyc4583 = true + yyrr4583 = len(yyv4583) + if yyrg4583 { + copy(yyv4583, yyv24583) } - } else if yyl4574 != len(yyv4574) { - yyv4574 = yyv4574[:yyl4574] - yyc4574 = true + } else if yyl4583 != len(yyv4583) { + yyv4583 = yyv4583[:yyl4583] + yyc4583 = true } - yyj4574 := 0 - for ; yyj4574 < yyrr4574; yyj4574++ { - yyh4574.ElemContainerState(yyj4574) + yyj4583 := 0 + for ; yyj4583 < yyrr4583; yyj4583++ { + yyh4583.ElemContainerState(yyj4583) if r.TryDecodeAsNil() { - yyv4574[yyj4574] = PreferAvoidPodsEntry{} + yyv4583[yyj4583] = PreferAvoidPodsEntry{} } else { - yyv4575 := &yyv4574[yyj4574] - yyv4575.CodecDecodeSelf(d) + yyv4584 := &yyv4583[yyj4583] + yyv4584.CodecDecodeSelf(d) } } - if yyrt4574 { - for ; yyj4574 < yyl4574; yyj4574++ { - yyv4574 = append(yyv4574, PreferAvoidPodsEntry{}) - yyh4574.ElemContainerState(yyj4574) + if yyrt4583 { + for ; yyj4583 < yyl4583; yyj4583++ { + yyv4583 = append(yyv4583, PreferAvoidPodsEntry{}) + yyh4583.ElemContainerState(yyj4583) if r.TryDecodeAsNil() { - yyv4574[yyj4574] = PreferAvoidPodsEntry{} + yyv4583[yyj4583] = PreferAvoidPodsEntry{} } else { - yyv4576 := &yyv4574[yyj4574] - yyv4576.CodecDecodeSelf(d) + yyv4585 := &yyv4583[yyj4583] + yyv4585.CodecDecodeSelf(d) } } } } else { - yyj4574 := 0 - for ; !r.CheckBreak(); yyj4574++ { + yyj4583 := 0 + for ; !r.CheckBreak(); yyj4583++ { - if yyj4574 >= len(yyv4574) { - yyv4574 = append(yyv4574, PreferAvoidPodsEntry{}) // var yyz4574 PreferAvoidPodsEntry - yyc4574 = true + if yyj4583 >= len(yyv4583) { + yyv4583 = append(yyv4583, PreferAvoidPodsEntry{}) // var yyz4583 PreferAvoidPodsEntry + yyc4583 = true } - yyh4574.ElemContainerState(yyj4574) - if yyj4574 < len(yyv4574) { + yyh4583.ElemContainerState(yyj4583) + if yyj4583 < len(yyv4583) { if r.TryDecodeAsNil() { - yyv4574[yyj4574] = PreferAvoidPodsEntry{} + yyv4583[yyj4583] = PreferAvoidPodsEntry{} } else { - yyv4577 := &yyv4574[yyj4574] - yyv4577.CodecDecodeSelf(d) + yyv4586 := &yyv4583[yyj4583] + yyv4586.CodecDecodeSelf(d) } } else { @@ -58669,17 +58747,17 @@ func (x codecSelfer1234) decSlicePreferAvoidPodsEntry(v *[]PreferAvoidPodsEntry, } } - if yyj4574 < len(yyv4574) { - yyv4574 = yyv4574[:yyj4574] - yyc4574 = true - } else if yyj4574 == 0 && yyv4574 == nil { - yyv4574 = []PreferAvoidPodsEntry{} - yyc4574 = true + if yyj4583 < len(yyv4583) { + yyv4583 = yyv4583[:yyj4583] + yyc4583 = true + } else if yyj4583 == 0 && yyv4583 == nil { + yyv4583 = []PreferAvoidPodsEntry{} + yyc4583 = true } } - yyh4574.End() - if yyc4574 { - *v = yyv4574 + yyh4583.End() + if yyc4583 { + *v = yyv4583 } } @@ -58688,19 +58766,19 @@ func (x codecSelfer1234) encResourceList(v ResourceList, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeMapStart(len(v)) - for yyk4578, yyv4578 := range v { + for yyk4587, yyv4587 := range v { z.EncSendContainerState(codecSelfer_containerMapKey1234) - yyk4578.CodecEncodeSelf(e) + yyk4587.CodecEncodeSelf(e) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4579 := &yyv4578 - yym4580 := z.EncBinary() - _ = yym4580 + yy4588 := &yyv4587 + yym4589 := z.EncBinary() + _ = yym4589 if false { - } else if z.HasExtensions() && z.EncExt(yy4579) { - } else if !yym4580 && z.IsJSONHandle() { - z.EncJSONMarshal(yy4579) + } else if z.HasExtensions() && z.EncExt(yy4588) { + } else if !yym4589 && z.IsJSONHandle() { + z.EncJSONMarshal(yy4588) } else { - z.EncFallback(yy4579) + z.EncFallback(yy4588) } } z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -58711,86 +58789,86 @@ func (x codecSelfer1234) decResourceList(v *ResourceList, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4581 := *v - yyl4581 := r.ReadMapStart() - yybh4581 := z.DecBasicHandle() - if yyv4581 == nil { - yyrl4581, _ := z.DecInferLen(yyl4581, yybh4581.MaxInitLen, 72) - yyv4581 = make(map[ResourceName]pkg3_resource.Quantity, yyrl4581) - *v = yyv4581 + yyv4590 := *v + yyl4590 := r.ReadMapStart() + yybh4590 := z.DecBasicHandle() + if yyv4590 == nil { + yyrl4590, _ := z.DecInferLen(yyl4590, yybh4590.MaxInitLen, 72) + yyv4590 = make(map[ResourceName]pkg3_resource.Quantity, yyrl4590) + *v = yyv4590 } - var yymk4581 ResourceName - var yymv4581 pkg3_resource.Quantity - var yymg4581 bool - if yybh4581.MapValueReset { - yymg4581 = true + var yymk4590 ResourceName + var yymv4590 pkg3_resource.Quantity + var yymg4590 bool + if yybh4590.MapValueReset { + yymg4590 = true } - if yyl4581 > 0 { - for yyj4581 := 0; yyj4581 < yyl4581; yyj4581++ { + if yyl4590 > 0 { + for yyj4590 := 0; yyj4590 < yyl4590; yyj4590++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk4581 = "" + yymk4590 = "" } else { - yymk4581 = ResourceName(r.DecodeString()) + yymk4590 = ResourceName(r.DecodeString()) } - if yymg4581 { - yymv4581 = yyv4581[yymk4581] + if yymg4590 { + yymv4590 = yyv4590[yymk4590] } else { - yymv4581 = pkg3_resource.Quantity{} + yymv4590 = pkg3_resource.Quantity{} } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv4581 = pkg3_resource.Quantity{} + yymv4590 = pkg3_resource.Quantity{} } else { - yyv4583 := &yymv4581 - yym4584 := z.DecBinary() - _ = yym4584 + yyv4592 := &yymv4590 + yym4593 := z.DecBinary() + _ = yym4593 if false { - } else if z.HasExtensions() && z.DecExt(yyv4583) { - } else if !yym4584 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4583) + } else if z.HasExtensions() && z.DecExt(yyv4592) { + } else if !yym4593 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4592) } else { - z.DecFallback(yyv4583, false) + z.DecFallback(yyv4592, false) } } - if yyv4581 != nil { - yyv4581[yymk4581] = yymv4581 + if yyv4590 != nil { + yyv4590[yymk4590] = yymv4590 } } - } else if yyl4581 < 0 { - for yyj4581 := 0; !r.CheckBreak(); yyj4581++ { + } else if yyl4590 < 0 { + for yyj4590 := 0; !r.CheckBreak(); yyj4590++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk4581 = "" + yymk4590 = "" } else { - yymk4581 = ResourceName(r.DecodeString()) + yymk4590 = ResourceName(r.DecodeString()) } - if yymg4581 { - yymv4581 = yyv4581[yymk4581] + if yymg4590 { + yymv4590 = yyv4590[yymk4590] } else { - yymv4581 = pkg3_resource.Quantity{} + yymv4590 = pkg3_resource.Quantity{} } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv4581 = pkg3_resource.Quantity{} + yymv4590 = pkg3_resource.Quantity{} } else { - yyv4586 := &yymv4581 - yym4587 := z.DecBinary() - _ = yym4587 + yyv4595 := &yymv4590 + yym4596 := z.DecBinary() + _ = yym4596 if false { - } else if z.HasExtensions() && z.DecExt(yyv4586) { - } else if !yym4587 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4586) + } else if z.HasExtensions() && z.DecExt(yyv4595) { + } else if !yym4596 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4595) } else { - z.DecFallback(yyv4586, false) + z.DecFallback(yyv4595, false) } } - if yyv4581 != nil { - yyv4581[yymk4581] = yymv4581 + if yyv4590 != nil { + yyv4590[yymk4590] = yymv4590 } } } // else len==0: TODO: Should we clear map entries? @@ -58802,10 +58880,10 @@ func (x codecSelfer1234) encSliceNode(v []Node, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4588 := range v { + for _, yyv4597 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4589 := &yyv4588 - yy4589.CodecEncodeSelf(e) + yy4598 := &yyv4597 + yy4598.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58815,83 +58893,83 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4590 := *v - yyh4590, yyl4590 := z.DecSliceHelperStart() - var yyc4590 bool - if yyl4590 == 0 { - if yyv4590 == nil { - yyv4590 = []Node{} - yyc4590 = true - } else if len(yyv4590) != 0 { - yyv4590 = yyv4590[:0] - yyc4590 = true + yyv4599 := *v + yyh4599, yyl4599 := z.DecSliceHelperStart() + var yyc4599 bool + if yyl4599 == 0 { + if yyv4599 == nil { + yyv4599 = []Node{} + yyc4599 = true + } else if len(yyv4599) != 0 { + yyv4599 = yyv4599[:0] + yyc4599 = true } - } else if yyl4590 > 0 { - var yyrr4590, yyrl4590 int - var yyrt4590 bool - if yyl4590 > cap(yyv4590) { + } else if yyl4599 > 0 { + var yyrr4599, yyrl4599 int + var yyrt4599 bool + if yyl4599 > cap(yyv4599) { - yyrg4590 := len(yyv4590) > 0 - yyv24590 := yyv4590 - yyrl4590, yyrt4590 = z.DecInferLen(yyl4590, z.DecBasicHandle().MaxInitLen, 616) - if yyrt4590 { - if yyrl4590 <= cap(yyv4590) { - yyv4590 = yyv4590[:yyrl4590] + yyrg4599 := len(yyv4599) > 0 + yyv24599 := yyv4599 + yyrl4599, yyrt4599 = z.DecInferLen(yyl4599, z.DecBasicHandle().MaxInitLen, 616) + if yyrt4599 { + if yyrl4599 <= cap(yyv4599) { + yyv4599 = yyv4599[:yyrl4599] } else { - yyv4590 = make([]Node, yyrl4590) + yyv4599 = make([]Node, yyrl4599) } } else { - yyv4590 = make([]Node, yyrl4590) + yyv4599 = make([]Node, yyrl4599) } - yyc4590 = true - yyrr4590 = len(yyv4590) - if yyrg4590 { - copy(yyv4590, yyv24590) + yyc4599 = true + yyrr4599 = len(yyv4599) + if yyrg4599 { + copy(yyv4599, yyv24599) } - } else if yyl4590 != len(yyv4590) { - yyv4590 = yyv4590[:yyl4590] - yyc4590 = true + } else if yyl4599 != len(yyv4599) { + yyv4599 = yyv4599[:yyl4599] + yyc4599 = true } - yyj4590 := 0 - for ; yyj4590 < yyrr4590; yyj4590++ { - yyh4590.ElemContainerState(yyj4590) + yyj4599 := 0 + for ; yyj4599 < yyrr4599; yyj4599++ { + yyh4599.ElemContainerState(yyj4599) if r.TryDecodeAsNil() { - yyv4590[yyj4590] = Node{} + yyv4599[yyj4599] = Node{} } else { - yyv4591 := &yyv4590[yyj4590] - yyv4591.CodecDecodeSelf(d) + yyv4600 := &yyv4599[yyj4599] + yyv4600.CodecDecodeSelf(d) } } - if yyrt4590 { - for ; yyj4590 < yyl4590; yyj4590++ { - yyv4590 = append(yyv4590, Node{}) - yyh4590.ElemContainerState(yyj4590) + if yyrt4599 { + for ; yyj4599 < yyl4599; yyj4599++ { + yyv4599 = append(yyv4599, Node{}) + yyh4599.ElemContainerState(yyj4599) if r.TryDecodeAsNil() { - yyv4590[yyj4590] = Node{} + yyv4599[yyj4599] = Node{} } else { - yyv4592 := &yyv4590[yyj4590] - yyv4592.CodecDecodeSelf(d) + yyv4601 := &yyv4599[yyj4599] + yyv4601.CodecDecodeSelf(d) } } } } else { - yyj4590 := 0 - for ; !r.CheckBreak(); yyj4590++ { + yyj4599 := 0 + for ; !r.CheckBreak(); yyj4599++ { - if yyj4590 >= len(yyv4590) { - yyv4590 = append(yyv4590, Node{}) // var yyz4590 Node - yyc4590 = true + if yyj4599 >= len(yyv4599) { + yyv4599 = append(yyv4599, Node{}) // var yyz4599 Node + yyc4599 = true } - yyh4590.ElemContainerState(yyj4590) - if yyj4590 < len(yyv4590) { + yyh4599.ElemContainerState(yyj4599) + if yyj4599 < len(yyv4599) { if r.TryDecodeAsNil() { - yyv4590[yyj4590] = Node{} + yyv4599[yyj4599] = Node{} } else { - yyv4593 := &yyv4590[yyj4590] - yyv4593.CodecDecodeSelf(d) + yyv4602 := &yyv4599[yyj4599] + yyv4602.CodecDecodeSelf(d) } } else { @@ -58899,17 +58977,17 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { } } - if yyj4590 < len(yyv4590) { - yyv4590 = yyv4590[:yyj4590] - yyc4590 = true - } else if yyj4590 == 0 && yyv4590 == nil { - yyv4590 = []Node{} - yyc4590 = true + if yyj4599 < len(yyv4599) { + yyv4599 = yyv4599[:yyj4599] + yyc4599 = true + } else if yyj4599 == 0 && yyv4599 == nil { + yyv4599 = []Node{} + yyc4599 = true } } - yyh4590.End() - if yyc4590 { - *v = yyv4590 + yyh4599.End() + if yyc4599 { + *v = yyv4599 } } @@ -58918,9 +58996,9 @@ func (x codecSelfer1234) encSliceFinalizerName(v []FinalizerName, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4594 := range v { + for _, yyv4603 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4594.CodecEncodeSelf(e) + yyv4603.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58930,75 +59008,75 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4595 := *v - yyh4595, yyl4595 := z.DecSliceHelperStart() - var yyc4595 bool - if yyl4595 == 0 { - if yyv4595 == nil { - yyv4595 = []FinalizerName{} - yyc4595 = true - } else if len(yyv4595) != 0 { - yyv4595 = yyv4595[:0] - yyc4595 = true + yyv4604 := *v + yyh4604, yyl4604 := z.DecSliceHelperStart() + var yyc4604 bool + if yyl4604 == 0 { + if yyv4604 == nil { + yyv4604 = []FinalizerName{} + yyc4604 = true + } else if len(yyv4604) != 0 { + yyv4604 = yyv4604[:0] + yyc4604 = true } - } else if yyl4595 > 0 { - var yyrr4595, yyrl4595 int - var yyrt4595 bool - if yyl4595 > cap(yyv4595) { + } else if yyl4604 > 0 { + var yyrr4604, yyrl4604 int + var yyrt4604 bool + if yyl4604 > cap(yyv4604) { - yyrl4595, yyrt4595 = z.DecInferLen(yyl4595, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4595 { - if yyrl4595 <= cap(yyv4595) { - yyv4595 = yyv4595[:yyrl4595] + yyrl4604, yyrt4604 = z.DecInferLen(yyl4604, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4604 { + if yyrl4604 <= cap(yyv4604) { + yyv4604 = yyv4604[:yyrl4604] } else { - yyv4595 = make([]FinalizerName, yyrl4595) + yyv4604 = make([]FinalizerName, yyrl4604) } } else { - yyv4595 = make([]FinalizerName, yyrl4595) + yyv4604 = make([]FinalizerName, yyrl4604) } - yyc4595 = true - yyrr4595 = len(yyv4595) - } else if yyl4595 != len(yyv4595) { - yyv4595 = yyv4595[:yyl4595] - yyc4595 = true + yyc4604 = true + yyrr4604 = len(yyv4604) + } else if yyl4604 != len(yyv4604) { + yyv4604 = yyv4604[:yyl4604] + yyc4604 = true } - yyj4595 := 0 - for ; yyj4595 < yyrr4595; yyj4595++ { - yyh4595.ElemContainerState(yyj4595) + yyj4604 := 0 + for ; yyj4604 < yyrr4604; yyj4604++ { + yyh4604.ElemContainerState(yyj4604) if r.TryDecodeAsNil() { - yyv4595[yyj4595] = "" + yyv4604[yyj4604] = "" } else { - yyv4595[yyj4595] = FinalizerName(r.DecodeString()) + yyv4604[yyj4604] = FinalizerName(r.DecodeString()) } } - if yyrt4595 { - for ; yyj4595 < yyl4595; yyj4595++ { - yyv4595 = append(yyv4595, "") - yyh4595.ElemContainerState(yyj4595) + if yyrt4604 { + for ; yyj4604 < yyl4604; yyj4604++ { + yyv4604 = append(yyv4604, "") + yyh4604.ElemContainerState(yyj4604) if r.TryDecodeAsNil() { - yyv4595[yyj4595] = "" + yyv4604[yyj4604] = "" } else { - yyv4595[yyj4595] = FinalizerName(r.DecodeString()) + yyv4604[yyj4604] = FinalizerName(r.DecodeString()) } } } } else { - yyj4595 := 0 - for ; !r.CheckBreak(); yyj4595++ { + yyj4604 := 0 + for ; !r.CheckBreak(); yyj4604++ { - if yyj4595 >= len(yyv4595) { - yyv4595 = append(yyv4595, "") // var yyz4595 FinalizerName - yyc4595 = true + if yyj4604 >= len(yyv4604) { + yyv4604 = append(yyv4604, "") // var yyz4604 FinalizerName + yyc4604 = true } - yyh4595.ElemContainerState(yyj4595) - if yyj4595 < len(yyv4595) { + yyh4604.ElemContainerState(yyj4604) + if yyj4604 < len(yyv4604) { if r.TryDecodeAsNil() { - yyv4595[yyj4595] = "" + yyv4604[yyj4604] = "" } else { - yyv4595[yyj4595] = FinalizerName(r.DecodeString()) + yyv4604[yyj4604] = FinalizerName(r.DecodeString()) } } else { @@ -59006,17 +59084,17 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. } } - if yyj4595 < len(yyv4595) { - yyv4595 = yyv4595[:yyj4595] - yyc4595 = true - } else if yyj4595 == 0 && yyv4595 == nil { - yyv4595 = []FinalizerName{} - yyc4595 = true + if yyj4604 < len(yyv4604) { + yyv4604 = yyv4604[:yyj4604] + yyc4604 = true + } else if yyj4604 == 0 && yyv4604 == nil { + yyv4604 = []FinalizerName{} + yyc4604 = true } } - yyh4595.End() - if yyc4595 { - *v = yyv4595 + yyh4604.End() + if yyc4604 { + *v = yyv4604 } } @@ -59025,10 +59103,10 @@ func (x codecSelfer1234) encSliceNamespace(v []Namespace, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4599 := range v { + for _, yyv4608 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4600 := &yyv4599 - yy4600.CodecEncodeSelf(e) + yy4609 := &yyv4608 + yy4609.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59038,83 +59116,83 @@ func (x codecSelfer1234) decSliceNamespace(v *[]Namespace, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4601 := *v - yyh4601, yyl4601 := z.DecSliceHelperStart() - var yyc4601 bool - if yyl4601 == 0 { - if yyv4601 == nil { - yyv4601 = []Namespace{} - yyc4601 = true - } else if len(yyv4601) != 0 { - yyv4601 = yyv4601[:0] - yyc4601 = true + yyv4610 := *v + yyh4610, yyl4610 := z.DecSliceHelperStart() + var yyc4610 bool + if yyl4610 == 0 { + if yyv4610 == nil { + yyv4610 = []Namespace{} + yyc4610 = true + } else if len(yyv4610) != 0 { + yyv4610 = yyv4610[:0] + yyc4610 = true } - } else if yyl4601 > 0 { - var yyrr4601, yyrl4601 int - var yyrt4601 bool - if yyl4601 > cap(yyv4601) { + } else if yyl4610 > 0 { + var yyrr4610, yyrl4610 int + var yyrt4610 bool + if yyl4610 > cap(yyv4610) { - yyrg4601 := len(yyv4601) > 0 - yyv24601 := yyv4601 - yyrl4601, yyrt4601 = z.DecInferLen(yyl4601, z.DecBasicHandle().MaxInitLen, 280) - if yyrt4601 { - if yyrl4601 <= cap(yyv4601) { - yyv4601 = yyv4601[:yyrl4601] + yyrg4610 := len(yyv4610) > 0 + yyv24610 := yyv4610 + yyrl4610, yyrt4610 = z.DecInferLen(yyl4610, z.DecBasicHandle().MaxInitLen, 280) + if yyrt4610 { + if yyrl4610 <= cap(yyv4610) { + yyv4610 = yyv4610[:yyrl4610] } else { - yyv4601 = make([]Namespace, yyrl4601) + yyv4610 = make([]Namespace, yyrl4610) } } else { - yyv4601 = make([]Namespace, yyrl4601) + yyv4610 = make([]Namespace, yyrl4610) } - yyc4601 = true - yyrr4601 = len(yyv4601) - if yyrg4601 { - copy(yyv4601, yyv24601) + yyc4610 = true + yyrr4610 = len(yyv4610) + if yyrg4610 { + copy(yyv4610, yyv24610) } - } else if yyl4601 != len(yyv4601) { - yyv4601 = yyv4601[:yyl4601] - yyc4601 = true + } else if yyl4610 != len(yyv4610) { + yyv4610 = yyv4610[:yyl4610] + yyc4610 = true } - yyj4601 := 0 - for ; yyj4601 < yyrr4601; yyj4601++ { - yyh4601.ElemContainerState(yyj4601) + yyj4610 := 0 + for ; yyj4610 < yyrr4610; yyj4610++ { + yyh4610.ElemContainerState(yyj4610) if r.TryDecodeAsNil() { - yyv4601[yyj4601] = Namespace{} + yyv4610[yyj4610] = Namespace{} } else { - yyv4602 := &yyv4601[yyj4601] - yyv4602.CodecDecodeSelf(d) + yyv4611 := &yyv4610[yyj4610] + yyv4611.CodecDecodeSelf(d) } } - if yyrt4601 { - for ; yyj4601 < yyl4601; yyj4601++ { - yyv4601 = append(yyv4601, Namespace{}) - yyh4601.ElemContainerState(yyj4601) + if yyrt4610 { + for ; yyj4610 < yyl4610; yyj4610++ { + yyv4610 = append(yyv4610, Namespace{}) + yyh4610.ElemContainerState(yyj4610) if r.TryDecodeAsNil() { - yyv4601[yyj4601] = Namespace{} + yyv4610[yyj4610] = Namespace{} } else { - yyv4603 := &yyv4601[yyj4601] - yyv4603.CodecDecodeSelf(d) + yyv4612 := &yyv4610[yyj4610] + yyv4612.CodecDecodeSelf(d) } } } } else { - yyj4601 := 0 - for ; !r.CheckBreak(); yyj4601++ { + yyj4610 := 0 + for ; !r.CheckBreak(); yyj4610++ { - if yyj4601 >= len(yyv4601) { - yyv4601 = append(yyv4601, Namespace{}) // var yyz4601 Namespace - yyc4601 = true + if yyj4610 >= len(yyv4610) { + yyv4610 = append(yyv4610, Namespace{}) // var yyz4610 Namespace + yyc4610 = true } - yyh4601.ElemContainerState(yyj4601) - if yyj4601 < len(yyv4601) { + yyh4610.ElemContainerState(yyj4610) + if yyj4610 < len(yyv4610) { if r.TryDecodeAsNil() { - yyv4601[yyj4601] = Namespace{} + yyv4610[yyj4610] = Namespace{} } else { - yyv4604 := &yyv4601[yyj4601] - yyv4604.CodecDecodeSelf(d) + yyv4613 := &yyv4610[yyj4610] + yyv4613.CodecDecodeSelf(d) } } else { @@ -59122,17 +59200,17 @@ func (x codecSelfer1234) decSliceNamespace(v *[]Namespace, d *codec1978.Decoder) } } - if yyj4601 < len(yyv4601) { - yyv4601 = yyv4601[:yyj4601] - yyc4601 = true - } else if yyj4601 == 0 && yyv4601 == nil { - yyv4601 = []Namespace{} - yyc4601 = true + if yyj4610 < len(yyv4610) { + yyv4610 = yyv4610[:yyj4610] + yyc4610 = true + } else if yyj4610 == 0 && yyv4610 == nil { + yyv4610 = []Namespace{} + yyc4610 = true } } - yyh4601.End() - if yyc4601 { - *v = yyv4601 + yyh4610.End() + if yyc4610 { + *v = yyv4610 } } @@ -59141,10 +59219,10 @@ func (x codecSelfer1234) encSliceEvent(v []Event, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4605 := range v { + for _, yyv4614 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4606 := &yyv4605 - yy4606.CodecEncodeSelf(e) + yy4615 := &yyv4614 + yy4615.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59154,83 +59232,83 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, 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 = []Event{} - yyc4607 = true - } else if len(yyv4607) != 0 { - yyv4607 = yyv4607[:0] - yyc4607 = true + yyv4616 := *v + yyh4616, yyl4616 := z.DecSliceHelperStart() + var yyc4616 bool + if yyl4616 == 0 { + if yyv4616 == nil { + yyv4616 = []Event{} + yyc4616 = true + } else if len(yyv4616) != 0 { + yyv4616 = yyv4616[:0] + yyc4616 = true } - } else if yyl4607 > 0 { - var yyrr4607, yyrl4607 int - var yyrt4607 bool - if yyl4607 > cap(yyv4607) { + } else if yyl4616 > 0 { + var yyrr4616, yyrl4616 int + var yyrt4616 bool + if yyl4616 > cap(yyv4616) { - yyrg4607 := len(yyv4607) > 0 - yyv24607 := yyv4607 - yyrl4607, yyrt4607 = z.DecInferLen(yyl4607, z.DecBasicHandle().MaxInitLen, 488) - if yyrt4607 { - if yyrl4607 <= cap(yyv4607) { - yyv4607 = yyv4607[:yyrl4607] + yyrg4616 := len(yyv4616) > 0 + yyv24616 := yyv4616 + yyrl4616, yyrt4616 = z.DecInferLen(yyl4616, z.DecBasicHandle().MaxInitLen, 488) + if yyrt4616 { + if yyrl4616 <= cap(yyv4616) { + yyv4616 = yyv4616[:yyrl4616] } else { - yyv4607 = make([]Event, yyrl4607) + yyv4616 = make([]Event, yyrl4616) } } else { - yyv4607 = make([]Event, yyrl4607) + yyv4616 = make([]Event, yyrl4616) } - yyc4607 = true - yyrr4607 = len(yyv4607) - if yyrg4607 { - copy(yyv4607, yyv24607) + yyc4616 = true + yyrr4616 = len(yyv4616) + if yyrg4616 { + copy(yyv4616, yyv24616) } - } else if yyl4607 != len(yyv4607) { - yyv4607 = yyv4607[:yyl4607] - yyc4607 = true + } else if yyl4616 != len(yyv4616) { + yyv4616 = yyv4616[:yyl4616] + yyc4616 = true } - yyj4607 := 0 - for ; yyj4607 < yyrr4607; yyj4607++ { - yyh4607.ElemContainerState(yyj4607) + yyj4616 := 0 + for ; yyj4616 < yyrr4616; yyj4616++ { + yyh4616.ElemContainerState(yyj4616) if r.TryDecodeAsNil() { - yyv4607[yyj4607] = Event{} + yyv4616[yyj4616] = Event{} } else { - yyv4608 := &yyv4607[yyj4607] - yyv4608.CodecDecodeSelf(d) + yyv4617 := &yyv4616[yyj4616] + yyv4617.CodecDecodeSelf(d) } } - if yyrt4607 { - for ; yyj4607 < yyl4607; yyj4607++ { - yyv4607 = append(yyv4607, Event{}) - yyh4607.ElemContainerState(yyj4607) + if yyrt4616 { + for ; yyj4616 < yyl4616; yyj4616++ { + yyv4616 = append(yyv4616, Event{}) + yyh4616.ElemContainerState(yyj4616) if r.TryDecodeAsNil() { - yyv4607[yyj4607] = Event{} + yyv4616[yyj4616] = Event{} } else { - yyv4609 := &yyv4607[yyj4607] - yyv4609.CodecDecodeSelf(d) + yyv4618 := &yyv4616[yyj4616] + yyv4618.CodecDecodeSelf(d) } } } } else { - yyj4607 := 0 - for ; !r.CheckBreak(); yyj4607++ { + yyj4616 := 0 + for ; !r.CheckBreak(); yyj4616++ { - if yyj4607 >= len(yyv4607) { - yyv4607 = append(yyv4607, Event{}) // var yyz4607 Event - yyc4607 = true + if yyj4616 >= len(yyv4616) { + yyv4616 = append(yyv4616, Event{}) // var yyz4616 Event + yyc4616 = true } - yyh4607.ElemContainerState(yyj4607) - if yyj4607 < len(yyv4607) { + yyh4616.ElemContainerState(yyj4616) + if yyj4616 < len(yyv4616) { if r.TryDecodeAsNil() { - yyv4607[yyj4607] = Event{} + yyv4616[yyj4616] = Event{} } else { - yyv4610 := &yyv4607[yyj4607] - yyv4610.CodecDecodeSelf(d) + yyv4619 := &yyv4616[yyj4616] + yyv4619.CodecDecodeSelf(d) } } else { @@ -59238,17 +59316,17 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { } } - if yyj4607 < len(yyv4607) { - yyv4607 = yyv4607[:yyj4607] - yyc4607 = true - } else if yyj4607 == 0 && yyv4607 == nil { - yyv4607 = []Event{} - yyc4607 = true + if yyj4616 < len(yyv4616) { + yyv4616 = yyv4616[:yyj4616] + yyc4616 = true + } else if yyj4616 == 0 && yyv4616 == nil { + yyv4616 = []Event{} + yyc4616 = true } } - yyh4607.End() - if yyc4607 { - *v = yyv4607 + yyh4616.End() + if yyc4616 { + *v = yyv4616 } } @@ -59257,17 +59335,17 @@ func (x codecSelfer1234) encSliceruntime_RawExtension(v []pkg5_runtime.RawExtens z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4611 := range v { + for _, yyv4620 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4612 := &yyv4611 - yym4613 := z.EncBinary() - _ = yym4613 + yy4621 := &yyv4620 + yym4622 := z.EncBinary() + _ = yym4622 if false { - } else if z.HasExtensions() && z.EncExt(yy4612) { - } else if !yym4613 && z.IsJSONHandle() { - z.EncJSONMarshal(yy4612) + } else if z.HasExtensions() && z.EncExt(yy4621) { + } else if !yym4622 && z.IsJSONHandle() { + z.EncJSONMarshal(yy4621) } else { - z.EncFallback(yy4612) + z.EncFallback(yy4621) } } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) @@ -59278,78 +59356,78 @@ func (x codecSelfer1234) decSliceruntime_RawExtension(v *[]pkg5_runtime.RawExten z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4614 := *v - yyh4614, yyl4614 := z.DecSliceHelperStart() - var yyc4614 bool - if yyl4614 == 0 { - if yyv4614 == nil { - yyv4614 = []pkg5_runtime.RawExtension{} - yyc4614 = true - } else if len(yyv4614) != 0 { - yyv4614 = yyv4614[:0] - yyc4614 = true + yyv4623 := *v + yyh4623, yyl4623 := z.DecSliceHelperStart() + var yyc4623 bool + if yyl4623 == 0 { + if yyv4623 == nil { + yyv4623 = []pkg5_runtime.RawExtension{} + yyc4623 = true + } else if len(yyv4623) != 0 { + yyv4623 = yyv4623[:0] + yyc4623 = true } - } else if yyl4614 > 0 { - var yyrr4614, yyrl4614 int - var yyrt4614 bool - if yyl4614 > cap(yyv4614) { + } else if yyl4623 > 0 { + var yyrr4623, yyrl4623 int + var yyrt4623 bool + if yyl4623 > cap(yyv4623) { - yyrg4614 := len(yyv4614) > 0 - yyv24614 := yyv4614 - yyrl4614, yyrt4614 = z.DecInferLen(yyl4614, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4614 { - if yyrl4614 <= cap(yyv4614) { - yyv4614 = yyv4614[:yyrl4614] + yyrg4623 := len(yyv4623) > 0 + yyv24623 := yyv4623 + yyrl4623, yyrt4623 = z.DecInferLen(yyl4623, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4623 { + if yyrl4623 <= cap(yyv4623) { + yyv4623 = yyv4623[:yyrl4623] } else { - yyv4614 = make([]pkg5_runtime.RawExtension, yyrl4614) + yyv4623 = make([]pkg5_runtime.RawExtension, yyrl4623) } } else { - yyv4614 = make([]pkg5_runtime.RawExtension, yyrl4614) + yyv4623 = make([]pkg5_runtime.RawExtension, yyrl4623) } - yyc4614 = true - yyrr4614 = len(yyv4614) - if yyrg4614 { - copy(yyv4614, yyv24614) + yyc4623 = true + yyrr4623 = len(yyv4623) + if yyrg4623 { + copy(yyv4623, yyv24623) } - } else if yyl4614 != len(yyv4614) { - yyv4614 = yyv4614[:yyl4614] - yyc4614 = true + } else if yyl4623 != len(yyv4623) { + yyv4623 = yyv4623[:yyl4623] + yyc4623 = true } - yyj4614 := 0 - for ; yyj4614 < yyrr4614; yyj4614++ { - yyh4614.ElemContainerState(yyj4614) + yyj4623 := 0 + for ; yyj4623 < yyrr4623; yyj4623++ { + yyh4623.ElemContainerState(yyj4623) if r.TryDecodeAsNil() { - yyv4614[yyj4614] = pkg5_runtime.RawExtension{} + yyv4623[yyj4623] = pkg5_runtime.RawExtension{} } else { - yyv4615 := &yyv4614[yyj4614] - yym4616 := z.DecBinary() - _ = yym4616 + yyv4624 := &yyv4623[yyj4623] + yym4625 := z.DecBinary() + _ = yym4625 if false { - } else if z.HasExtensions() && z.DecExt(yyv4615) { - } else if !yym4616 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4615) + } else if z.HasExtensions() && z.DecExt(yyv4624) { + } else if !yym4625 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4624) } else { - z.DecFallback(yyv4615, false) + z.DecFallback(yyv4624, false) } } } - if yyrt4614 { - for ; yyj4614 < yyl4614; yyj4614++ { - yyv4614 = append(yyv4614, pkg5_runtime.RawExtension{}) - yyh4614.ElemContainerState(yyj4614) + if yyrt4623 { + for ; yyj4623 < yyl4623; yyj4623++ { + yyv4623 = append(yyv4623, pkg5_runtime.RawExtension{}) + yyh4623.ElemContainerState(yyj4623) if r.TryDecodeAsNil() { - yyv4614[yyj4614] = pkg5_runtime.RawExtension{} + yyv4623[yyj4623] = pkg5_runtime.RawExtension{} } else { - yyv4617 := &yyv4614[yyj4614] - yym4618 := z.DecBinary() - _ = yym4618 + yyv4626 := &yyv4623[yyj4623] + yym4627 := z.DecBinary() + _ = yym4627 if false { - } else if z.HasExtensions() && z.DecExt(yyv4617) { - } else if !yym4618 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4617) + } else if z.HasExtensions() && z.DecExt(yyv4626) { + } else if !yym4627 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4626) } else { - z.DecFallback(yyv4617, false) + z.DecFallback(yyv4626, false) } } @@ -59357,27 +59435,27 @@ func (x codecSelfer1234) decSliceruntime_RawExtension(v *[]pkg5_runtime.RawExten } } else { - yyj4614 := 0 - for ; !r.CheckBreak(); yyj4614++ { + yyj4623 := 0 + for ; !r.CheckBreak(); yyj4623++ { - if yyj4614 >= len(yyv4614) { - yyv4614 = append(yyv4614, pkg5_runtime.RawExtension{}) // var yyz4614 pkg5_runtime.RawExtension - yyc4614 = true + if yyj4623 >= len(yyv4623) { + yyv4623 = append(yyv4623, pkg5_runtime.RawExtension{}) // var yyz4623 pkg5_runtime.RawExtension + yyc4623 = true } - yyh4614.ElemContainerState(yyj4614) - if yyj4614 < len(yyv4614) { + yyh4623.ElemContainerState(yyj4623) + if yyj4623 < len(yyv4623) { if r.TryDecodeAsNil() { - yyv4614[yyj4614] = pkg5_runtime.RawExtension{} + yyv4623[yyj4623] = pkg5_runtime.RawExtension{} } else { - yyv4619 := &yyv4614[yyj4614] - yym4620 := z.DecBinary() - _ = yym4620 + yyv4628 := &yyv4623[yyj4623] + yym4629 := z.DecBinary() + _ = yym4629 if false { - } else if z.HasExtensions() && z.DecExt(yyv4619) { - } else if !yym4620 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4619) + } else if z.HasExtensions() && z.DecExt(yyv4628) { + } else if !yym4629 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4628) } else { - z.DecFallback(yyv4619, false) + z.DecFallback(yyv4628, false) } } @@ -59386,17 +59464,17 @@ func (x codecSelfer1234) decSliceruntime_RawExtension(v *[]pkg5_runtime.RawExten } } - if yyj4614 < len(yyv4614) { - yyv4614 = yyv4614[:yyj4614] - yyc4614 = true - } else if yyj4614 == 0 && yyv4614 == nil { - yyv4614 = []pkg5_runtime.RawExtension{} - yyc4614 = true + if yyj4623 < len(yyv4623) { + yyv4623 = yyv4623[:yyj4623] + yyc4623 = true + } else if yyj4623 == 0 && yyv4623 == nil { + yyv4623 = []pkg5_runtime.RawExtension{} + yyc4623 = true } } - yyh4614.End() - if yyc4614 { - *v = yyv4614 + yyh4623.End() + if yyc4623 { + *v = yyv4623 } } @@ -59405,10 +59483,10 @@ func (x codecSelfer1234) encSliceLimitRangeItem(v []LimitRangeItem, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4621 := range v { + for _, yyv4630 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4622 := &yyv4621 - yy4622.CodecEncodeSelf(e) + yy4631 := &yyv4630 + yy4631.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59418,83 +59496,83 @@ func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4623 := *v - yyh4623, yyl4623 := z.DecSliceHelperStart() - var yyc4623 bool - if yyl4623 == 0 { - if yyv4623 == nil { - yyv4623 = []LimitRangeItem{} - yyc4623 = true - } else if len(yyv4623) != 0 { - yyv4623 = yyv4623[:0] - yyc4623 = true + yyv4632 := *v + yyh4632, yyl4632 := z.DecSliceHelperStart() + var yyc4632 bool + if yyl4632 == 0 { + if yyv4632 == nil { + yyv4632 = []LimitRangeItem{} + yyc4632 = true + } else if len(yyv4632) != 0 { + yyv4632 = yyv4632[:0] + yyc4632 = true } - } else if yyl4623 > 0 { - var yyrr4623, yyrl4623 int - var yyrt4623 bool - if yyl4623 > cap(yyv4623) { + } else if yyl4632 > 0 { + var yyrr4632, yyrl4632 int + var yyrt4632 bool + if yyl4632 > cap(yyv4632) { - yyrg4623 := len(yyv4623) > 0 - yyv24623 := yyv4623 - yyrl4623, yyrt4623 = z.DecInferLen(yyl4623, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4623 { - if yyrl4623 <= cap(yyv4623) { - yyv4623 = yyv4623[:yyrl4623] + yyrg4632 := len(yyv4632) > 0 + yyv24632 := yyv4632 + yyrl4632, yyrt4632 = z.DecInferLen(yyl4632, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4632 { + if yyrl4632 <= cap(yyv4632) { + yyv4632 = yyv4632[:yyrl4632] } else { - yyv4623 = make([]LimitRangeItem, yyrl4623) + yyv4632 = make([]LimitRangeItem, yyrl4632) } } else { - yyv4623 = make([]LimitRangeItem, yyrl4623) + yyv4632 = make([]LimitRangeItem, yyrl4632) } - yyc4623 = true - yyrr4623 = len(yyv4623) - if yyrg4623 { - copy(yyv4623, yyv24623) + yyc4632 = true + yyrr4632 = len(yyv4632) + if yyrg4632 { + copy(yyv4632, yyv24632) } - } else if yyl4623 != len(yyv4623) { - yyv4623 = yyv4623[:yyl4623] - yyc4623 = true + } else if yyl4632 != len(yyv4632) { + yyv4632 = yyv4632[:yyl4632] + yyc4632 = true } - yyj4623 := 0 - for ; yyj4623 < yyrr4623; yyj4623++ { - yyh4623.ElemContainerState(yyj4623) + yyj4632 := 0 + for ; yyj4632 < yyrr4632; yyj4632++ { + yyh4632.ElemContainerState(yyj4632) if r.TryDecodeAsNil() { - yyv4623[yyj4623] = LimitRangeItem{} + yyv4632[yyj4632] = LimitRangeItem{} } else { - yyv4624 := &yyv4623[yyj4623] - yyv4624.CodecDecodeSelf(d) + yyv4633 := &yyv4632[yyj4632] + yyv4633.CodecDecodeSelf(d) } } - if yyrt4623 { - for ; yyj4623 < yyl4623; yyj4623++ { - yyv4623 = append(yyv4623, LimitRangeItem{}) - yyh4623.ElemContainerState(yyj4623) + if yyrt4632 { + for ; yyj4632 < yyl4632; yyj4632++ { + yyv4632 = append(yyv4632, LimitRangeItem{}) + yyh4632.ElemContainerState(yyj4632) if r.TryDecodeAsNil() { - yyv4623[yyj4623] = LimitRangeItem{} + yyv4632[yyj4632] = LimitRangeItem{} } else { - yyv4625 := &yyv4623[yyj4623] - yyv4625.CodecDecodeSelf(d) + yyv4634 := &yyv4632[yyj4632] + yyv4634.CodecDecodeSelf(d) } } } } else { - yyj4623 := 0 - for ; !r.CheckBreak(); yyj4623++ { + yyj4632 := 0 + for ; !r.CheckBreak(); yyj4632++ { - if yyj4623 >= len(yyv4623) { - yyv4623 = append(yyv4623, LimitRangeItem{}) // var yyz4623 LimitRangeItem - yyc4623 = true + if yyj4632 >= len(yyv4632) { + yyv4632 = append(yyv4632, LimitRangeItem{}) // var yyz4632 LimitRangeItem + yyc4632 = true } - yyh4623.ElemContainerState(yyj4623) - if yyj4623 < len(yyv4623) { + yyh4632.ElemContainerState(yyj4632) + if yyj4632 < len(yyv4632) { if r.TryDecodeAsNil() { - yyv4623[yyj4623] = LimitRangeItem{} + yyv4632[yyj4632] = LimitRangeItem{} } else { - yyv4626 := &yyv4623[yyj4623] - yyv4626.CodecDecodeSelf(d) + yyv4635 := &yyv4632[yyj4632] + yyv4635.CodecDecodeSelf(d) } } else { @@ -59502,17 +59580,17 @@ func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec197 } } - if yyj4623 < len(yyv4623) { - yyv4623 = yyv4623[:yyj4623] - yyc4623 = true - } else if yyj4623 == 0 && yyv4623 == nil { - yyv4623 = []LimitRangeItem{} - yyc4623 = true + if yyj4632 < len(yyv4632) { + yyv4632 = yyv4632[:yyj4632] + yyc4632 = true + } else if yyj4632 == 0 && yyv4632 == nil { + yyv4632 = []LimitRangeItem{} + yyc4632 = true } } - yyh4623.End() - if yyc4623 { - *v = yyv4623 + yyh4632.End() + if yyc4632 { + *v = yyv4632 } } @@ -59521,10 +59599,10 @@ func (x codecSelfer1234) encSliceLimitRange(v []LimitRange, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4627 := range v { + for _, yyv4636 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4628 := &yyv4627 - yy4628.CodecEncodeSelf(e) + yy4637 := &yyv4636 + yy4637.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59534,83 +59612,83 @@ func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4629 := *v - yyh4629, yyl4629 := z.DecSliceHelperStart() - var yyc4629 bool - if yyl4629 == 0 { - if yyv4629 == nil { - yyv4629 = []LimitRange{} - yyc4629 = true - } else if len(yyv4629) != 0 { - yyv4629 = yyv4629[:0] - yyc4629 = true + yyv4638 := *v + yyh4638, yyl4638 := z.DecSliceHelperStart() + var yyc4638 bool + if yyl4638 == 0 { + if yyv4638 == nil { + yyv4638 = []LimitRange{} + yyc4638 = true + } else if len(yyv4638) != 0 { + yyv4638 = yyv4638[:0] + yyc4638 = true } - } else if yyl4629 > 0 { - var yyrr4629, yyrl4629 int - var yyrt4629 bool - if yyl4629 > cap(yyv4629) { + } else if yyl4638 > 0 { + var yyrr4638, yyrl4638 int + var yyrt4638 bool + if yyl4638 > cap(yyv4638) { - yyrg4629 := len(yyv4629) > 0 - yyv24629 := yyv4629 - yyrl4629, yyrt4629 = z.DecInferLen(yyl4629, z.DecBasicHandle().MaxInitLen, 264) - if yyrt4629 { - if yyrl4629 <= cap(yyv4629) { - yyv4629 = yyv4629[:yyrl4629] + yyrg4638 := len(yyv4638) > 0 + yyv24638 := yyv4638 + yyrl4638, yyrt4638 = z.DecInferLen(yyl4638, z.DecBasicHandle().MaxInitLen, 264) + if yyrt4638 { + if yyrl4638 <= cap(yyv4638) { + yyv4638 = yyv4638[:yyrl4638] } else { - yyv4629 = make([]LimitRange, yyrl4629) + yyv4638 = make([]LimitRange, yyrl4638) } } else { - yyv4629 = make([]LimitRange, yyrl4629) + yyv4638 = make([]LimitRange, yyrl4638) } - yyc4629 = true - yyrr4629 = len(yyv4629) - if yyrg4629 { - copy(yyv4629, yyv24629) + yyc4638 = true + yyrr4638 = len(yyv4638) + if yyrg4638 { + copy(yyv4638, yyv24638) } - } else if yyl4629 != len(yyv4629) { - yyv4629 = yyv4629[:yyl4629] - yyc4629 = true + } else if yyl4638 != len(yyv4638) { + yyv4638 = yyv4638[:yyl4638] + yyc4638 = true } - yyj4629 := 0 - for ; yyj4629 < yyrr4629; yyj4629++ { - yyh4629.ElemContainerState(yyj4629) + yyj4638 := 0 + for ; yyj4638 < yyrr4638; yyj4638++ { + yyh4638.ElemContainerState(yyj4638) if r.TryDecodeAsNil() { - yyv4629[yyj4629] = LimitRange{} + yyv4638[yyj4638] = LimitRange{} } else { - yyv4630 := &yyv4629[yyj4629] - yyv4630.CodecDecodeSelf(d) + yyv4639 := &yyv4638[yyj4638] + yyv4639.CodecDecodeSelf(d) } } - if yyrt4629 { - for ; yyj4629 < yyl4629; yyj4629++ { - yyv4629 = append(yyv4629, LimitRange{}) - yyh4629.ElemContainerState(yyj4629) + if yyrt4638 { + for ; yyj4638 < yyl4638; yyj4638++ { + yyv4638 = append(yyv4638, LimitRange{}) + yyh4638.ElemContainerState(yyj4638) if r.TryDecodeAsNil() { - yyv4629[yyj4629] = LimitRange{} + yyv4638[yyj4638] = LimitRange{} } else { - yyv4631 := &yyv4629[yyj4629] - yyv4631.CodecDecodeSelf(d) + yyv4640 := &yyv4638[yyj4638] + yyv4640.CodecDecodeSelf(d) } } } } else { - yyj4629 := 0 - for ; !r.CheckBreak(); yyj4629++ { + yyj4638 := 0 + for ; !r.CheckBreak(); yyj4638++ { - if yyj4629 >= len(yyv4629) { - yyv4629 = append(yyv4629, LimitRange{}) // var yyz4629 LimitRange - yyc4629 = true + if yyj4638 >= len(yyv4638) { + yyv4638 = append(yyv4638, LimitRange{}) // var yyz4638 LimitRange + yyc4638 = true } - yyh4629.ElemContainerState(yyj4629) - if yyj4629 < len(yyv4629) { + yyh4638.ElemContainerState(yyj4638) + if yyj4638 < len(yyv4638) { if r.TryDecodeAsNil() { - yyv4629[yyj4629] = LimitRange{} + yyv4638[yyj4638] = LimitRange{} } else { - yyv4632 := &yyv4629[yyj4629] - yyv4632.CodecDecodeSelf(d) + yyv4641 := &yyv4638[yyj4638] + yyv4641.CodecDecodeSelf(d) } } else { @@ -59618,17 +59696,17 @@ func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decode } } - if yyj4629 < len(yyv4629) { - yyv4629 = yyv4629[:yyj4629] - yyc4629 = true - } else if yyj4629 == 0 && yyv4629 == nil { - yyv4629 = []LimitRange{} - yyc4629 = true + if yyj4638 < len(yyv4638) { + yyv4638 = yyv4638[:yyj4638] + yyc4638 = true + } else if yyj4638 == 0 && yyv4638 == nil { + yyv4638 = []LimitRange{} + yyc4638 = true } } - yyh4629.End() - if yyc4629 { - *v = yyv4629 + yyh4638.End() + if yyc4638 { + *v = yyv4638 } } @@ -59637,9 +59715,9 @@ func (x codecSelfer1234) encSliceResourceQuotaScope(v []ResourceQuotaScope, e *c z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4633 := range v { + for _, yyv4642 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4633.CodecEncodeSelf(e) + yyv4642.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59649,75 +59727,75 @@ func (x codecSelfer1234) decSliceResourceQuotaScope(v *[]ResourceQuotaScope, d * z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4634 := *v - yyh4634, yyl4634 := z.DecSliceHelperStart() - var yyc4634 bool - if yyl4634 == 0 { - if yyv4634 == nil { - yyv4634 = []ResourceQuotaScope{} - yyc4634 = true - } else if len(yyv4634) != 0 { - yyv4634 = yyv4634[:0] - yyc4634 = true + yyv4643 := *v + yyh4643, yyl4643 := z.DecSliceHelperStart() + var yyc4643 bool + if yyl4643 == 0 { + if yyv4643 == nil { + yyv4643 = []ResourceQuotaScope{} + yyc4643 = true + } else if len(yyv4643) != 0 { + yyv4643 = yyv4643[:0] + yyc4643 = true } - } else if yyl4634 > 0 { - var yyrr4634, yyrl4634 int - var yyrt4634 bool - if yyl4634 > cap(yyv4634) { + } else if yyl4643 > 0 { + var yyrr4643, yyrl4643 int + var yyrt4643 bool + if yyl4643 > cap(yyv4643) { - yyrl4634, yyrt4634 = z.DecInferLen(yyl4634, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4634 { - if yyrl4634 <= cap(yyv4634) { - yyv4634 = yyv4634[:yyrl4634] + yyrl4643, yyrt4643 = z.DecInferLen(yyl4643, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4643 { + if yyrl4643 <= cap(yyv4643) { + yyv4643 = yyv4643[:yyrl4643] } else { - yyv4634 = make([]ResourceQuotaScope, yyrl4634) + yyv4643 = make([]ResourceQuotaScope, yyrl4643) } } else { - yyv4634 = make([]ResourceQuotaScope, yyrl4634) + yyv4643 = make([]ResourceQuotaScope, yyrl4643) } - yyc4634 = true - yyrr4634 = len(yyv4634) - } else if yyl4634 != len(yyv4634) { - yyv4634 = yyv4634[:yyl4634] - yyc4634 = true + yyc4643 = true + yyrr4643 = len(yyv4643) + } else if yyl4643 != len(yyv4643) { + yyv4643 = yyv4643[:yyl4643] + yyc4643 = true } - yyj4634 := 0 - for ; yyj4634 < yyrr4634; yyj4634++ { - yyh4634.ElemContainerState(yyj4634) + yyj4643 := 0 + for ; yyj4643 < yyrr4643; yyj4643++ { + yyh4643.ElemContainerState(yyj4643) if r.TryDecodeAsNil() { - yyv4634[yyj4634] = "" + yyv4643[yyj4643] = "" } else { - yyv4634[yyj4634] = ResourceQuotaScope(r.DecodeString()) + yyv4643[yyj4643] = ResourceQuotaScope(r.DecodeString()) } } - if yyrt4634 { - for ; yyj4634 < yyl4634; yyj4634++ { - yyv4634 = append(yyv4634, "") - yyh4634.ElemContainerState(yyj4634) + if yyrt4643 { + for ; yyj4643 < yyl4643; yyj4643++ { + yyv4643 = append(yyv4643, "") + yyh4643.ElemContainerState(yyj4643) if r.TryDecodeAsNil() { - yyv4634[yyj4634] = "" + yyv4643[yyj4643] = "" } else { - yyv4634[yyj4634] = ResourceQuotaScope(r.DecodeString()) + yyv4643[yyj4643] = ResourceQuotaScope(r.DecodeString()) } } } } else { - yyj4634 := 0 - for ; !r.CheckBreak(); yyj4634++ { + yyj4643 := 0 + for ; !r.CheckBreak(); yyj4643++ { - if yyj4634 >= len(yyv4634) { - yyv4634 = append(yyv4634, "") // var yyz4634 ResourceQuotaScope - yyc4634 = true + if yyj4643 >= len(yyv4643) { + yyv4643 = append(yyv4643, "") // var yyz4643 ResourceQuotaScope + yyc4643 = true } - yyh4634.ElemContainerState(yyj4634) - if yyj4634 < len(yyv4634) { + yyh4643.ElemContainerState(yyj4643) + if yyj4643 < len(yyv4643) { if r.TryDecodeAsNil() { - yyv4634[yyj4634] = "" + yyv4643[yyj4643] = "" } else { - yyv4634[yyj4634] = ResourceQuotaScope(r.DecodeString()) + yyv4643[yyj4643] = ResourceQuotaScope(r.DecodeString()) } } else { @@ -59725,17 +59803,17 @@ func (x codecSelfer1234) decSliceResourceQuotaScope(v *[]ResourceQuotaScope, d * } } - if yyj4634 < len(yyv4634) { - yyv4634 = yyv4634[:yyj4634] - yyc4634 = true - } else if yyj4634 == 0 && yyv4634 == nil { - yyv4634 = []ResourceQuotaScope{} - yyc4634 = true + if yyj4643 < len(yyv4643) { + yyv4643 = yyv4643[:yyj4643] + yyc4643 = true + } else if yyj4643 == 0 && yyv4643 == nil { + yyv4643 = []ResourceQuotaScope{} + yyc4643 = true } } - yyh4634.End() - if yyc4634 { - *v = yyv4634 + yyh4643.End() + if yyc4643 { + *v = yyv4643 } } @@ -59744,10 +59822,10 @@ func (x codecSelfer1234) encSliceResourceQuota(v []ResourceQuota, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4638 := range v { + for _, yyv4647 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4639 := &yyv4638 - yy4639.CodecEncodeSelf(e) + yy4648 := &yyv4647 + yy4648.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59757,83 +59835,83 @@ func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4640 := *v - yyh4640, yyl4640 := z.DecSliceHelperStart() - var yyc4640 bool - if yyl4640 == 0 { - if yyv4640 == nil { - yyv4640 = []ResourceQuota{} - yyc4640 = true - } else if len(yyv4640) != 0 { - yyv4640 = yyv4640[:0] - yyc4640 = true + yyv4649 := *v + yyh4649, yyl4649 := z.DecSliceHelperStart() + var yyc4649 bool + if yyl4649 == 0 { + if yyv4649 == nil { + yyv4649 = []ResourceQuota{} + yyc4649 = true + } else if len(yyv4649) != 0 { + yyv4649 = yyv4649[:0] + yyc4649 = true } - } else if yyl4640 > 0 { - var yyrr4640, yyrl4640 int - var yyrt4640 bool - if yyl4640 > cap(yyv4640) { + } else if yyl4649 > 0 { + var yyrr4649, yyrl4649 int + var yyrt4649 bool + if yyl4649 > cap(yyv4649) { - yyrg4640 := len(yyv4640) > 0 - yyv24640 := yyv4640 - yyrl4640, yyrt4640 = z.DecInferLen(yyl4640, z.DecBasicHandle().MaxInitLen, 288) - if yyrt4640 { - if yyrl4640 <= cap(yyv4640) { - yyv4640 = yyv4640[:yyrl4640] + yyrg4649 := len(yyv4649) > 0 + yyv24649 := yyv4649 + yyrl4649, yyrt4649 = z.DecInferLen(yyl4649, z.DecBasicHandle().MaxInitLen, 288) + if yyrt4649 { + if yyrl4649 <= cap(yyv4649) { + yyv4649 = yyv4649[:yyrl4649] } else { - yyv4640 = make([]ResourceQuota, yyrl4640) + yyv4649 = make([]ResourceQuota, yyrl4649) } } else { - yyv4640 = make([]ResourceQuota, yyrl4640) + yyv4649 = make([]ResourceQuota, yyrl4649) } - yyc4640 = true - yyrr4640 = len(yyv4640) - if yyrg4640 { - copy(yyv4640, yyv24640) + yyc4649 = true + yyrr4649 = len(yyv4649) + if yyrg4649 { + copy(yyv4649, yyv24649) } - } else if yyl4640 != len(yyv4640) { - yyv4640 = yyv4640[:yyl4640] - yyc4640 = true + } else if yyl4649 != len(yyv4649) { + yyv4649 = yyv4649[:yyl4649] + yyc4649 = true } - yyj4640 := 0 - for ; yyj4640 < yyrr4640; yyj4640++ { - yyh4640.ElemContainerState(yyj4640) + yyj4649 := 0 + for ; yyj4649 < yyrr4649; yyj4649++ { + yyh4649.ElemContainerState(yyj4649) if r.TryDecodeAsNil() { - yyv4640[yyj4640] = ResourceQuota{} + yyv4649[yyj4649] = ResourceQuota{} } else { - yyv4641 := &yyv4640[yyj4640] - yyv4641.CodecDecodeSelf(d) + yyv4650 := &yyv4649[yyj4649] + yyv4650.CodecDecodeSelf(d) } } - if yyrt4640 { - for ; yyj4640 < yyl4640; yyj4640++ { - yyv4640 = append(yyv4640, ResourceQuota{}) - yyh4640.ElemContainerState(yyj4640) + if yyrt4649 { + for ; yyj4649 < yyl4649; yyj4649++ { + yyv4649 = append(yyv4649, ResourceQuota{}) + yyh4649.ElemContainerState(yyj4649) if r.TryDecodeAsNil() { - yyv4640[yyj4640] = ResourceQuota{} + yyv4649[yyj4649] = ResourceQuota{} } else { - yyv4642 := &yyv4640[yyj4640] - yyv4642.CodecDecodeSelf(d) + yyv4651 := &yyv4649[yyj4649] + yyv4651.CodecDecodeSelf(d) } } } } else { - yyj4640 := 0 - for ; !r.CheckBreak(); yyj4640++ { + yyj4649 := 0 + for ; !r.CheckBreak(); yyj4649++ { - if yyj4640 >= len(yyv4640) { - yyv4640 = append(yyv4640, ResourceQuota{}) // var yyz4640 ResourceQuota - yyc4640 = true + if yyj4649 >= len(yyv4649) { + yyv4649 = append(yyv4649, ResourceQuota{}) // var yyz4649 ResourceQuota + yyc4649 = true } - yyh4640.ElemContainerState(yyj4640) - if yyj4640 < len(yyv4640) { + yyh4649.ElemContainerState(yyj4649) + if yyj4649 < len(yyv4649) { if r.TryDecodeAsNil() { - yyv4640[yyj4640] = ResourceQuota{} + yyv4649[yyj4649] = ResourceQuota{} } else { - yyv4643 := &yyv4640[yyj4640] - yyv4643.CodecDecodeSelf(d) + yyv4652 := &yyv4649[yyj4649] + yyv4652.CodecDecodeSelf(d) } } else { @@ -59841,17 +59919,17 @@ func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978. } } - if yyj4640 < len(yyv4640) { - yyv4640 = yyv4640[:yyj4640] - yyc4640 = true - } else if yyj4640 == 0 && yyv4640 == nil { - yyv4640 = []ResourceQuota{} - yyc4640 = true + if yyj4649 < len(yyv4649) { + yyv4649 = yyv4649[:yyj4649] + yyc4649 = true + } else if yyj4649 == 0 && yyv4649 == nil { + yyv4649 = []ResourceQuota{} + yyc4649 = true } } - yyh4640.End() - if yyc4640 { - *v = yyv4640 + yyh4649.End() + if yyc4649 { + *v = yyv4649 } } @@ -59860,23 +59938,23 @@ func (x codecSelfer1234) encMapstringSliceuint8(v map[string][]uint8, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeMapStart(len(v)) - for yyk4644, yyv4644 := range v { + for yyk4653, yyv4653 := range v { z.EncSendContainerState(codecSelfer_containerMapKey1234) - yym4645 := z.EncBinary() - _ = yym4645 + yym4654 := z.EncBinary() + _ = yym4654 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yyk4644)) + r.EncodeString(codecSelferC_UTF81234, string(yyk4653)) } z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyv4644 == nil { + if yyv4653 == nil { r.EncodeNil() } else { - yym4646 := z.EncBinary() - _ = yym4646 + yym4655 := z.EncBinary() + _ = yym4655 if false { } else { - r.EncodeStringBytes(codecSelferC_RAW1234, []byte(yyv4644)) + r.EncodeStringBytes(codecSelferC_RAW1234, []byte(yyv4653)) } } } @@ -59888,80 +59966,80 @@ func (x codecSelfer1234) decMapstringSliceuint8(v *map[string][]uint8, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4647 := *v - yyl4647 := r.ReadMapStart() - yybh4647 := z.DecBasicHandle() - if yyv4647 == nil { - yyrl4647, _ := z.DecInferLen(yyl4647, yybh4647.MaxInitLen, 40) - yyv4647 = make(map[string][]uint8, yyrl4647) - *v = yyv4647 + yyv4656 := *v + yyl4656 := r.ReadMapStart() + yybh4656 := z.DecBasicHandle() + if yyv4656 == nil { + yyrl4656, _ := z.DecInferLen(yyl4656, yybh4656.MaxInitLen, 40) + yyv4656 = make(map[string][]uint8, yyrl4656) + *v = yyv4656 } - var yymk4647 string - var yymv4647 []uint8 - var yymg4647 bool - if yybh4647.MapValueReset { - yymg4647 = true + var yymk4656 string + var yymv4656 []uint8 + var yymg4656 bool + if yybh4656.MapValueReset { + yymg4656 = true } - if yyl4647 > 0 { - for yyj4647 := 0; yyj4647 < yyl4647; yyj4647++ { + if yyl4656 > 0 { + for yyj4656 := 0; yyj4656 < yyl4656; yyj4656++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk4647 = "" + yymk4656 = "" } else { - yymk4647 = string(r.DecodeString()) + yymk4656 = string(r.DecodeString()) } - if yymg4647 { - yymv4647 = yyv4647[yymk4647] + if yymg4656 { + yymv4656 = yyv4656[yymk4656] } else { - yymv4647 = nil + yymv4656 = nil } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv4647 = nil + yymv4656 = nil } else { - yyv4649 := &yymv4647 - yym4650 := z.DecBinary() - _ = yym4650 + yyv4658 := &yymv4656 + yym4659 := z.DecBinary() + _ = yym4659 if false { } else { - *yyv4649 = r.DecodeBytes(*(*[]byte)(yyv4649), false, false) + *yyv4658 = r.DecodeBytes(*(*[]byte)(yyv4658), false, false) } } - if yyv4647 != nil { - yyv4647[yymk4647] = yymv4647 + if yyv4656 != nil { + yyv4656[yymk4656] = yymv4656 } } - } else if yyl4647 < 0 { - for yyj4647 := 0; !r.CheckBreak(); yyj4647++ { + } else if yyl4656 < 0 { + for yyj4656 := 0; !r.CheckBreak(); yyj4656++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk4647 = "" + yymk4656 = "" } else { - yymk4647 = string(r.DecodeString()) + yymk4656 = string(r.DecodeString()) } - if yymg4647 { - yymv4647 = yyv4647[yymk4647] + if yymg4656 { + yymv4656 = yyv4656[yymk4656] } else { - yymv4647 = nil + yymv4656 = nil } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv4647 = nil + yymv4656 = nil } else { - yyv4652 := &yymv4647 - yym4653 := z.DecBinary() - _ = yym4653 + yyv4661 := &yymv4656 + yym4662 := z.DecBinary() + _ = yym4662 if false { } else { - *yyv4652 = r.DecodeBytes(*(*[]byte)(yyv4652), false, false) + *yyv4661 = r.DecodeBytes(*(*[]byte)(yyv4661), false, false) } } - if yyv4647 != nil { - yyv4647[yymk4647] = yymv4647 + if yyv4656 != nil { + yyv4656[yymk4656] = yymv4656 } } } // else len==0: TODO: Should we clear map entries? @@ -59973,10 +60051,10 @@ func (x codecSelfer1234) encSliceSecret(v []Secret, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4654 := range v { + for _, yyv4663 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4655 := &yyv4654 - yy4655.CodecEncodeSelf(e) + yy4664 := &yyv4663 + yy4664.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59986,83 +60064,83 @@ func (x codecSelfer1234) decSliceSecret(v *[]Secret, 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 = []Secret{} - yyc4656 = true - } else if len(yyv4656) != 0 { - yyv4656 = yyv4656[:0] - yyc4656 = true + yyv4665 := *v + yyh4665, yyl4665 := z.DecSliceHelperStart() + var yyc4665 bool + if yyl4665 == 0 { + if yyv4665 == nil { + yyv4665 = []Secret{} + yyc4665 = true + } else if len(yyv4665) != 0 { + yyv4665 = yyv4665[:0] + yyc4665 = true } - } else if yyl4656 > 0 { - var yyrr4656, yyrl4656 int - var yyrt4656 bool - if yyl4656 > cap(yyv4656) { + } else if yyl4665 > 0 { + var yyrr4665, yyrl4665 int + var yyrt4665 bool + if yyl4665 > cap(yyv4665) { - yyrg4656 := len(yyv4656) > 0 - yyv24656 := yyv4656 - yyrl4656, yyrt4656 = z.DecInferLen(yyl4656, z.DecBasicHandle().MaxInitLen, 272) - if yyrt4656 { - if yyrl4656 <= cap(yyv4656) { - yyv4656 = yyv4656[:yyrl4656] + yyrg4665 := len(yyv4665) > 0 + yyv24665 := yyv4665 + yyrl4665, yyrt4665 = z.DecInferLen(yyl4665, z.DecBasicHandle().MaxInitLen, 272) + if yyrt4665 { + if yyrl4665 <= cap(yyv4665) { + yyv4665 = yyv4665[:yyrl4665] } else { - yyv4656 = make([]Secret, yyrl4656) + yyv4665 = make([]Secret, yyrl4665) } } else { - yyv4656 = make([]Secret, yyrl4656) + yyv4665 = make([]Secret, yyrl4665) } - yyc4656 = true - yyrr4656 = len(yyv4656) - if yyrg4656 { - copy(yyv4656, yyv24656) + yyc4665 = true + yyrr4665 = len(yyv4665) + if yyrg4665 { + copy(yyv4665, yyv24665) } - } else if yyl4656 != len(yyv4656) { - yyv4656 = yyv4656[:yyl4656] - yyc4656 = true + } else if yyl4665 != len(yyv4665) { + yyv4665 = yyv4665[:yyl4665] + yyc4665 = true } - yyj4656 := 0 - for ; yyj4656 < yyrr4656; yyj4656++ { - yyh4656.ElemContainerState(yyj4656) + yyj4665 := 0 + for ; yyj4665 < yyrr4665; yyj4665++ { + yyh4665.ElemContainerState(yyj4665) if r.TryDecodeAsNil() { - yyv4656[yyj4656] = Secret{} + yyv4665[yyj4665] = Secret{} } else { - yyv4657 := &yyv4656[yyj4656] - yyv4657.CodecDecodeSelf(d) + yyv4666 := &yyv4665[yyj4665] + yyv4666.CodecDecodeSelf(d) } } - if yyrt4656 { - for ; yyj4656 < yyl4656; yyj4656++ { - yyv4656 = append(yyv4656, Secret{}) - yyh4656.ElemContainerState(yyj4656) + if yyrt4665 { + for ; yyj4665 < yyl4665; yyj4665++ { + yyv4665 = append(yyv4665, Secret{}) + yyh4665.ElemContainerState(yyj4665) if r.TryDecodeAsNil() { - yyv4656[yyj4656] = Secret{} + yyv4665[yyj4665] = Secret{} } else { - yyv4658 := &yyv4656[yyj4656] - yyv4658.CodecDecodeSelf(d) + yyv4667 := &yyv4665[yyj4665] + yyv4667.CodecDecodeSelf(d) } } } } else { - yyj4656 := 0 - for ; !r.CheckBreak(); yyj4656++ { + yyj4665 := 0 + for ; !r.CheckBreak(); yyj4665++ { - if yyj4656 >= len(yyv4656) { - yyv4656 = append(yyv4656, Secret{}) // var yyz4656 Secret - yyc4656 = true + if yyj4665 >= len(yyv4665) { + yyv4665 = append(yyv4665, Secret{}) // var yyz4665 Secret + yyc4665 = true } - yyh4656.ElemContainerState(yyj4656) - if yyj4656 < len(yyv4656) { + yyh4665.ElemContainerState(yyj4665) + if yyj4665 < len(yyv4665) { if r.TryDecodeAsNil() { - yyv4656[yyj4656] = Secret{} + yyv4665[yyj4665] = Secret{} } else { - yyv4659 := &yyv4656[yyj4656] - yyv4659.CodecDecodeSelf(d) + yyv4668 := &yyv4665[yyj4665] + yyv4668.CodecDecodeSelf(d) } } else { @@ -60070,17 +60148,17 @@ func (x codecSelfer1234) decSliceSecret(v *[]Secret, d *codec1978.Decoder) { } } - if yyj4656 < len(yyv4656) { - yyv4656 = yyv4656[:yyj4656] - yyc4656 = true - } else if yyj4656 == 0 && yyv4656 == nil { - yyv4656 = []Secret{} - yyc4656 = true + if yyj4665 < len(yyv4665) { + yyv4665 = yyv4665[:yyj4665] + yyc4665 = true + } else if yyj4665 == 0 && yyv4665 == nil { + yyv4665 = []Secret{} + yyc4665 = true } } - yyh4656.End() - if yyc4656 { - *v = yyv4656 + yyh4665.End() + if yyc4665 { + *v = yyv4665 } } @@ -60089,10 +60167,10 @@ func (x codecSelfer1234) encSliceConfigMap(v []ConfigMap, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4660 := range v { + for _, yyv4669 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4661 := &yyv4660 - yy4661.CodecEncodeSelf(e) + yy4670 := &yyv4669 + yy4670.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60102,83 +60180,83 @@ func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4662 := *v - yyh4662, yyl4662 := z.DecSliceHelperStart() - var yyc4662 bool - if yyl4662 == 0 { - if yyv4662 == nil { - yyv4662 = []ConfigMap{} - yyc4662 = true - } else if len(yyv4662) != 0 { - yyv4662 = yyv4662[:0] - yyc4662 = true + yyv4671 := *v + yyh4671, yyl4671 := z.DecSliceHelperStart() + var yyc4671 bool + if yyl4671 == 0 { + if yyv4671 == nil { + yyv4671 = []ConfigMap{} + yyc4671 = true + } else if len(yyv4671) != 0 { + yyv4671 = yyv4671[:0] + yyc4671 = true } - } else if yyl4662 > 0 { - var yyrr4662, yyrl4662 int - var yyrt4662 bool - if yyl4662 > cap(yyv4662) { + } else if yyl4671 > 0 { + var yyrr4671, yyrl4671 int + var yyrt4671 bool + if yyl4671 > cap(yyv4671) { - yyrg4662 := len(yyv4662) > 0 - yyv24662 := yyv4662 - yyrl4662, yyrt4662 = z.DecInferLen(yyl4662, z.DecBasicHandle().MaxInitLen, 248) - if yyrt4662 { - if yyrl4662 <= cap(yyv4662) { - yyv4662 = yyv4662[:yyrl4662] + yyrg4671 := len(yyv4671) > 0 + yyv24671 := yyv4671 + yyrl4671, yyrt4671 = z.DecInferLen(yyl4671, z.DecBasicHandle().MaxInitLen, 248) + if yyrt4671 { + if yyrl4671 <= cap(yyv4671) { + yyv4671 = yyv4671[:yyrl4671] } else { - yyv4662 = make([]ConfigMap, yyrl4662) + yyv4671 = make([]ConfigMap, yyrl4671) } } else { - yyv4662 = make([]ConfigMap, yyrl4662) + yyv4671 = make([]ConfigMap, yyrl4671) } - yyc4662 = true - yyrr4662 = len(yyv4662) - if yyrg4662 { - copy(yyv4662, yyv24662) + yyc4671 = true + yyrr4671 = len(yyv4671) + if yyrg4671 { + copy(yyv4671, yyv24671) } - } else if yyl4662 != len(yyv4662) { - yyv4662 = yyv4662[:yyl4662] - yyc4662 = true + } else if yyl4671 != len(yyv4671) { + yyv4671 = yyv4671[:yyl4671] + yyc4671 = true } - yyj4662 := 0 - for ; yyj4662 < yyrr4662; yyj4662++ { - yyh4662.ElemContainerState(yyj4662) + yyj4671 := 0 + for ; yyj4671 < yyrr4671; yyj4671++ { + yyh4671.ElemContainerState(yyj4671) if r.TryDecodeAsNil() { - yyv4662[yyj4662] = ConfigMap{} + yyv4671[yyj4671] = ConfigMap{} } else { - yyv4663 := &yyv4662[yyj4662] - yyv4663.CodecDecodeSelf(d) + yyv4672 := &yyv4671[yyj4671] + yyv4672.CodecDecodeSelf(d) } } - if yyrt4662 { - for ; yyj4662 < yyl4662; yyj4662++ { - yyv4662 = append(yyv4662, ConfigMap{}) - yyh4662.ElemContainerState(yyj4662) + if yyrt4671 { + for ; yyj4671 < yyl4671; yyj4671++ { + yyv4671 = append(yyv4671, ConfigMap{}) + yyh4671.ElemContainerState(yyj4671) if r.TryDecodeAsNil() { - yyv4662[yyj4662] = ConfigMap{} + yyv4671[yyj4671] = ConfigMap{} } else { - yyv4664 := &yyv4662[yyj4662] - yyv4664.CodecDecodeSelf(d) + yyv4673 := &yyv4671[yyj4671] + yyv4673.CodecDecodeSelf(d) } } } } else { - yyj4662 := 0 - for ; !r.CheckBreak(); yyj4662++ { + yyj4671 := 0 + for ; !r.CheckBreak(); yyj4671++ { - if yyj4662 >= len(yyv4662) { - yyv4662 = append(yyv4662, ConfigMap{}) // var yyz4662 ConfigMap - yyc4662 = true + if yyj4671 >= len(yyv4671) { + yyv4671 = append(yyv4671, ConfigMap{}) // var yyz4671 ConfigMap + yyc4671 = true } - yyh4662.ElemContainerState(yyj4662) - if yyj4662 < len(yyv4662) { + yyh4671.ElemContainerState(yyj4671) + if yyj4671 < len(yyv4671) { if r.TryDecodeAsNil() { - yyv4662[yyj4662] = ConfigMap{} + yyv4671[yyj4671] = ConfigMap{} } else { - yyv4665 := &yyv4662[yyj4662] - yyv4665.CodecDecodeSelf(d) + yyv4674 := &yyv4671[yyj4671] + yyv4674.CodecDecodeSelf(d) } } else { @@ -60186,17 +60264,17 @@ func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) } } - if yyj4662 < len(yyv4662) { - yyv4662 = yyv4662[:yyj4662] - yyc4662 = true - } else if yyj4662 == 0 && yyv4662 == nil { - yyv4662 = []ConfigMap{} - yyc4662 = true + if yyj4671 < len(yyv4671) { + yyv4671 = yyv4671[:yyj4671] + yyc4671 = true + } else if yyj4671 == 0 && yyv4671 == nil { + yyv4671 = []ConfigMap{} + yyc4671 = true } } - yyh4662.End() - if yyc4662 { - *v = yyv4662 + yyh4671.End() + if yyc4671 { + *v = yyv4671 } } @@ -60205,10 +60283,10 @@ func (x codecSelfer1234) encSliceComponentCondition(v []ComponentCondition, e *c z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4666 := range v { + for _, yyv4675 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4667 := &yyv4666 - yy4667.CodecEncodeSelf(e) + yy4676 := &yyv4675 + yy4676.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60218,83 +60296,83 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4668 := *v - yyh4668, yyl4668 := z.DecSliceHelperStart() - var yyc4668 bool - if yyl4668 == 0 { - if yyv4668 == nil { - yyv4668 = []ComponentCondition{} - yyc4668 = true - } else if len(yyv4668) != 0 { - yyv4668 = yyv4668[:0] - yyc4668 = true + yyv4677 := *v + yyh4677, yyl4677 := z.DecSliceHelperStart() + var yyc4677 bool + if yyl4677 == 0 { + if yyv4677 == nil { + yyv4677 = []ComponentCondition{} + yyc4677 = true + } else if len(yyv4677) != 0 { + yyv4677 = yyv4677[:0] + yyc4677 = true } - } else if yyl4668 > 0 { - var yyrr4668, yyrl4668 int - var yyrt4668 bool - if yyl4668 > cap(yyv4668) { + } else if yyl4677 > 0 { + var yyrr4677, yyrl4677 int + var yyrt4677 bool + if yyl4677 > cap(yyv4677) { - yyrg4668 := len(yyv4668) > 0 - yyv24668 := yyv4668 - yyrl4668, yyrt4668 = z.DecInferLen(yyl4668, z.DecBasicHandle().MaxInitLen, 64) - if yyrt4668 { - if yyrl4668 <= cap(yyv4668) { - yyv4668 = yyv4668[:yyrl4668] + yyrg4677 := len(yyv4677) > 0 + yyv24677 := yyv4677 + yyrl4677, yyrt4677 = z.DecInferLen(yyl4677, z.DecBasicHandle().MaxInitLen, 64) + if yyrt4677 { + if yyrl4677 <= cap(yyv4677) { + yyv4677 = yyv4677[:yyrl4677] } else { - yyv4668 = make([]ComponentCondition, yyrl4668) + yyv4677 = make([]ComponentCondition, yyrl4677) } } else { - yyv4668 = make([]ComponentCondition, yyrl4668) + yyv4677 = make([]ComponentCondition, yyrl4677) } - yyc4668 = true - yyrr4668 = len(yyv4668) - if yyrg4668 { - copy(yyv4668, yyv24668) + yyc4677 = true + yyrr4677 = len(yyv4677) + if yyrg4677 { + copy(yyv4677, yyv24677) } - } else if yyl4668 != len(yyv4668) { - yyv4668 = yyv4668[:yyl4668] - yyc4668 = true + } else if yyl4677 != len(yyv4677) { + yyv4677 = yyv4677[:yyl4677] + yyc4677 = true } - yyj4668 := 0 - for ; yyj4668 < yyrr4668; yyj4668++ { - yyh4668.ElemContainerState(yyj4668) + yyj4677 := 0 + for ; yyj4677 < yyrr4677; yyj4677++ { + yyh4677.ElemContainerState(yyj4677) if r.TryDecodeAsNil() { - yyv4668[yyj4668] = ComponentCondition{} + yyv4677[yyj4677] = ComponentCondition{} } else { - yyv4669 := &yyv4668[yyj4668] - yyv4669.CodecDecodeSelf(d) + yyv4678 := &yyv4677[yyj4677] + yyv4678.CodecDecodeSelf(d) } } - if yyrt4668 { - for ; yyj4668 < yyl4668; yyj4668++ { - yyv4668 = append(yyv4668, ComponentCondition{}) - yyh4668.ElemContainerState(yyj4668) + if yyrt4677 { + for ; yyj4677 < yyl4677; yyj4677++ { + yyv4677 = append(yyv4677, ComponentCondition{}) + yyh4677.ElemContainerState(yyj4677) if r.TryDecodeAsNil() { - yyv4668[yyj4668] = ComponentCondition{} + yyv4677[yyj4677] = ComponentCondition{} } else { - yyv4670 := &yyv4668[yyj4668] - yyv4670.CodecDecodeSelf(d) + yyv4679 := &yyv4677[yyj4677] + yyv4679.CodecDecodeSelf(d) } } } } else { - yyj4668 := 0 - for ; !r.CheckBreak(); yyj4668++ { + yyj4677 := 0 + for ; !r.CheckBreak(); yyj4677++ { - if yyj4668 >= len(yyv4668) { - yyv4668 = append(yyv4668, ComponentCondition{}) // var yyz4668 ComponentCondition - yyc4668 = true + if yyj4677 >= len(yyv4677) { + yyv4677 = append(yyv4677, ComponentCondition{}) // var yyz4677 ComponentCondition + yyc4677 = true } - yyh4668.ElemContainerState(yyj4668) - if yyj4668 < len(yyv4668) { + yyh4677.ElemContainerState(yyj4677) + if yyj4677 < len(yyv4677) { if r.TryDecodeAsNil() { - yyv4668[yyj4668] = ComponentCondition{} + yyv4677[yyj4677] = ComponentCondition{} } else { - yyv4671 := &yyv4668[yyj4668] - yyv4671.CodecDecodeSelf(d) + yyv4680 := &yyv4677[yyj4677] + yyv4680.CodecDecodeSelf(d) } } else { @@ -60302,17 +60380,17 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * } } - if yyj4668 < len(yyv4668) { - yyv4668 = yyv4668[:yyj4668] - yyc4668 = true - } else if yyj4668 == 0 && yyv4668 == nil { - yyv4668 = []ComponentCondition{} - yyc4668 = true + if yyj4677 < len(yyv4677) { + yyv4677 = yyv4677[:yyj4677] + yyc4677 = true + } else if yyj4677 == 0 && yyv4677 == nil { + yyv4677 = []ComponentCondition{} + yyc4677 = true } } - yyh4668.End() - if yyc4668 { - *v = yyv4668 + yyh4677.End() + if yyc4677 { + *v = yyv4677 } } @@ -60321,10 +60399,10 @@ func (x codecSelfer1234) encSliceComponentStatus(v []ComponentStatus, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4672 := range v { + for _, yyv4681 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4673 := &yyv4672 - yy4673.CodecEncodeSelf(e) + yy4682 := &yyv4681 + yy4682.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60334,83 +60412,83 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, 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 = []ComponentStatus{} - yyc4674 = true - } else if len(yyv4674) != 0 { - yyv4674 = yyv4674[:0] - yyc4674 = true + yyv4683 := *v + yyh4683, yyl4683 := z.DecSliceHelperStart() + var yyc4683 bool + if yyl4683 == 0 { + if yyv4683 == nil { + yyv4683 = []ComponentStatus{} + yyc4683 = true + } else if len(yyv4683) != 0 { + yyv4683 = yyv4683[:0] + yyc4683 = true } - } else if yyl4674 > 0 { - var yyrr4674, yyrl4674 int - var yyrt4674 bool - if yyl4674 > cap(yyv4674) { + } else if yyl4683 > 0 { + var yyrr4683, yyrl4683 int + var yyrt4683 bool + if yyl4683 > cap(yyv4683) { - yyrg4674 := len(yyv4674) > 0 - yyv24674 := yyv4674 - yyrl4674, yyrt4674 = z.DecInferLen(yyl4674, z.DecBasicHandle().MaxInitLen, 264) - if yyrt4674 { - if yyrl4674 <= cap(yyv4674) { - yyv4674 = yyv4674[:yyrl4674] + yyrg4683 := len(yyv4683) > 0 + yyv24683 := yyv4683 + yyrl4683, yyrt4683 = z.DecInferLen(yyl4683, z.DecBasicHandle().MaxInitLen, 264) + if yyrt4683 { + if yyrl4683 <= cap(yyv4683) { + yyv4683 = yyv4683[:yyrl4683] } else { - yyv4674 = make([]ComponentStatus, yyrl4674) + yyv4683 = make([]ComponentStatus, yyrl4683) } } else { - yyv4674 = make([]ComponentStatus, yyrl4674) + yyv4683 = make([]ComponentStatus, yyrl4683) } - yyc4674 = true - yyrr4674 = len(yyv4674) - if yyrg4674 { - copy(yyv4674, yyv24674) + yyc4683 = true + yyrr4683 = len(yyv4683) + if yyrg4683 { + copy(yyv4683, yyv24683) } - } else if yyl4674 != len(yyv4674) { - yyv4674 = yyv4674[:yyl4674] - yyc4674 = true + } else if yyl4683 != len(yyv4683) { + yyv4683 = yyv4683[:yyl4683] + yyc4683 = true } - yyj4674 := 0 - for ; yyj4674 < yyrr4674; yyj4674++ { - yyh4674.ElemContainerState(yyj4674) + yyj4683 := 0 + for ; yyj4683 < yyrr4683; yyj4683++ { + yyh4683.ElemContainerState(yyj4683) if r.TryDecodeAsNil() { - yyv4674[yyj4674] = ComponentStatus{} + yyv4683[yyj4683] = ComponentStatus{} } else { - yyv4675 := &yyv4674[yyj4674] - yyv4675.CodecDecodeSelf(d) + yyv4684 := &yyv4683[yyj4683] + yyv4684.CodecDecodeSelf(d) } } - if yyrt4674 { - for ; yyj4674 < yyl4674; yyj4674++ { - yyv4674 = append(yyv4674, ComponentStatus{}) - yyh4674.ElemContainerState(yyj4674) + if yyrt4683 { + for ; yyj4683 < yyl4683; yyj4683++ { + yyv4683 = append(yyv4683, ComponentStatus{}) + yyh4683.ElemContainerState(yyj4683) if r.TryDecodeAsNil() { - yyv4674[yyj4674] = ComponentStatus{} + yyv4683[yyj4683] = ComponentStatus{} } else { - yyv4676 := &yyv4674[yyj4674] - yyv4676.CodecDecodeSelf(d) + yyv4685 := &yyv4683[yyj4683] + yyv4685.CodecDecodeSelf(d) } } } } else { - yyj4674 := 0 - for ; !r.CheckBreak(); yyj4674++ { + yyj4683 := 0 + for ; !r.CheckBreak(); yyj4683++ { - if yyj4674 >= len(yyv4674) { - yyv4674 = append(yyv4674, ComponentStatus{}) // var yyz4674 ComponentStatus - yyc4674 = true + if yyj4683 >= len(yyv4683) { + yyv4683 = append(yyv4683, ComponentStatus{}) // var yyz4683 ComponentStatus + yyc4683 = true } - yyh4674.ElemContainerState(yyj4674) - if yyj4674 < len(yyv4674) { + yyh4683.ElemContainerState(yyj4683) + if yyj4683 < len(yyv4683) { if r.TryDecodeAsNil() { - yyv4674[yyj4674] = ComponentStatus{} + yyv4683[yyj4683] = ComponentStatus{} } else { - yyv4677 := &yyv4674[yyj4674] - yyv4677.CodecDecodeSelf(d) + yyv4686 := &yyv4683[yyj4683] + yyv4686.CodecDecodeSelf(d) } } else { @@ -60418,17 +60496,17 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 } } - if yyj4674 < len(yyv4674) { - yyv4674 = yyv4674[:yyj4674] - yyc4674 = true - } else if yyj4674 == 0 && yyv4674 == nil { - yyv4674 = []ComponentStatus{} - yyc4674 = true + if yyj4683 < len(yyv4683) { + yyv4683 = yyv4683[:yyj4683] + yyc4683 = true + } else if yyj4683 == 0 && yyv4683 == nil { + yyv4683 = []ComponentStatus{} + yyc4683 = true } } - yyh4674.End() - if yyc4674 { - *v = yyv4674 + yyh4683.End() + if yyc4683 { + *v = yyv4683 } } @@ -60437,10 +60515,10 @@ func (x codecSelfer1234) encSliceDownwardAPIVolumeFile(v []DownwardAPIVolumeFile z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4678 := range v { + for _, yyv4687 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4679 := &yyv4678 - yy4679.CodecEncodeSelf(e) + yy4688 := &yyv4687 + yy4688.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60450,83 +60528,83 @@ func (x codecSelfer1234) decSliceDownwardAPIVolumeFile(v *[]DownwardAPIVolumeFil z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4680 := *v - yyh4680, yyl4680 := z.DecSliceHelperStart() - var yyc4680 bool - if yyl4680 == 0 { - if yyv4680 == nil { - yyv4680 = []DownwardAPIVolumeFile{} - yyc4680 = true - } else if len(yyv4680) != 0 { - yyv4680 = yyv4680[:0] - yyc4680 = true + yyv4689 := *v + yyh4689, yyl4689 := z.DecSliceHelperStart() + var yyc4689 bool + if yyl4689 == 0 { + if yyv4689 == nil { + yyv4689 = []DownwardAPIVolumeFile{} + yyc4689 = true + } else if len(yyv4689) != 0 { + yyv4689 = yyv4689[:0] + yyc4689 = true } - } else if yyl4680 > 0 { - var yyrr4680, yyrl4680 int - var yyrt4680 bool - if yyl4680 > cap(yyv4680) { + } else if yyl4689 > 0 { + var yyrr4689, yyrl4689 int + var yyrt4689 bool + if yyl4689 > cap(yyv4689) { - yyrg4680 := len(yyv4680) > 0 - yyv24680 := yyv4680 - yyrl4680, yyrt4680 = z.DecInferLen(yyl4680, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4680 { - if yyrl4680 <= cap(yyv4680) { - yyv4680 = yyv4680[:yyrl4680] + yyrg4689 := len(yyv4689) > 0 + yyv24689 := yyv4689 + yyrl4689, yyrt4689 = z.DecInferLen(yyl4689, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4689 { + if yyrl4689 <= cap(yyv4689) { + yyv4689 = yyv4689[:yyrl4689] } else { - yyv4680 = make([]DownwardAPIVolumeFile, yyrl4680) + yyv4689 = make([]DownwardAPIVolumeFile, yyrl4689) } } else { - yyv4680 = make([]DownwardAPIVolumeFile, yyrl4680) + yyv4689 = make([]DownwardAPIVolumeFile, yyrl4689) } - yyc4680 = true - yyrr4680 = len(yyv4680) - if yyrg4680 { - copy(yyv4680, yyv24680) + yyc4689 = true + yyrr4689 = len(yyv4689) + if yyrg4689 { + copy(yyv4689, yyv24689) } - } else if yyl4680 != len(yyv4680) { - yyv4680 = yyv4680[:yyl4680] - yyc4680 = true + } else if yyl4689 != len(yyv4689) { + yyv4689 = yyv4689[:yyl4689] + yyc4689 = true } - yyj4680 := 0 - for ; yyj4680 < yyrr4680; yyj4680++ { - yyh4680.ElemContainerState(yyj4680) + yyj4689 := 0 + for ; yyj4689 < yyrr4689; yyj4689++ { + yyh4689.ElemContainerState(yyj4689) if r.TryDecodeAsNil() { - yyv4680[yyj4680] = DownwardAPIVolumeFile{} + yyv4689[yyj4689] = DownwardAPIVolumeFile{} } else { - yyv4681 := &yyv4680[yyj4680] - yyv4681.CodecDecodeSelf(d) + yyv4690 := &yyv4689[yyj4689] + yyv4690.CodecDecodeSelf(d) } } - if yyrt4680 { - for ; yyj4680 < yyl4680; yyj4680++ { - yyv4680 = append(yyv4680, DownwardAPIVolumeFile{}) - yyh4680.ElemContainerState(yyj4680) + if yyrt4689 { + for ; yyj4689 < yyl4689; yyj4689++ { + yyv4689 = append(yyv4689, DownwardAPIVolumeFile{}) + yyh4689.ElemContainerState(yyj4689) if r.TryDecodeAsNil() { - yyv4680[yyj4680] = DownwardAPIVolumeFile{} + yyv4689[yyj4689] = DownwardAPIVolumeFile{} } else { - yyv4682 := &yyv4680[yyj4680] - yyv4682.CodecDecodeSelf(d) + yyv4691 := &yyv4689[yyj4689] + yyv4691.CodecDecodeSelf(d) } } } } else { - yyj4680 := 0 - for ; !r.CheckBreak(); yyj4680++ { + yyj4689 := 0 + for ; !r.CheckBreak(); yyj4689++ { - if yyj4680 >= len(yyv4680) { - yyv4680 = append(yyv4680, DownwardAPIVolumeFile{}) // var yyz4680 DownwardAPIVolumeFile - yyc4680 = true + if yyj4689 >= len(yyv4689) { + yyv4689 = append(yyv4689, DownwardAPIVolumeFile{}) // var yyz4689 DownwardAPIVolumeFile + yyc4689 = true } - yyh4680.ElemContainerState(yyj4680) - if yyj4680 < len(yyv4680) { + yyh4689.ElemContainerState(yyj4689) + if yyj4689 < len(yyv4689) { if r.TryDecodeAsNil() { - yyv4680[yyj4680] = DownwardAPIVolumeFile{} + yyv4689[yyj4689] = DownwardAPIVolumeFile{} } else { - yyv4683 := &yyv4680[yyj4680] - yyv4683.CodecDecodeSelf(d) + yyv4692 := &yyv4689[yyj4689] + yyv4692.CodecDecodeSelf(d) } } else { @@ -60534,16 +60612,16 @@ func (x codecSelfer1234) decSliceDownwardAPIVolumeFile(v *[]DownwardAPIVolumeFil } } - if yyj4680 < len(yyv4680) { - yyv4680 = yyv4680[:yyj4680] - yyc4680 = true - } else if yyj4680 == 0 && yyv4680 == nil { - yyv4680 = []DownwardAPIVolumeFile{} - yyc4680 = true + if yyj4689 < len(yyv4689) { + yyv4689 = yyv4689[:yyj4689] + yyc4689 = true + } else if yyj4689 == 0 && yyv4689 == nil { + yyv4689 = []DownwardAPIVolumeFile{} + yyc4689 = true } } - yyh4680.End() - if yyc4680 { - *v = yyv4680 + yyh4689.End() + if yyc4689 { + *v = yyv4689 } } diff --git a/pkg/api/v1/types_swagger_doc_generated.go b/pkg/api/v1/types_swagger_doc_generated.go index 06249168b9d12..d41c5865d78df 100644 --- a/pkg/api/v1/types_swagger_doc_generated.go +++ b/pkg/api/v1/types_swagger_doc_generated.go @@ -358,6 +358,7 @@ var map_EndpointAddress = map[string]string{ "": "EndpointAddress is a tuple that describes single IP address.", "ip": "The IP of this endpoint. May not be loopback (127.0.0.0/8), link-local (169.254.0.0/16), or link-local multicast ((224.0.0.0/24). IPv6 is also accepted but not fully supported on all platforms. Also, certain kubernetes components, like kube-proxy, are not IPv6 ready.", "hostname": "The Hostname of this endpoint", + "nodeName": "Optional: Node hosting this endpoint. This can be used to determine endpoints local to a node.", "targetRef": "Reference to object providing the endpoint.", } diff --git a/pkg/api/v1/zz_generated.conversion.go b/pkg/api/v1/zz_generated.conversion.go index 73c1ef3508b07..5ef869d769d97 100644 --- a/pkg/api/v1/zz_generated.conversion.go +++ b/pkg/api/v1/zz_generated.conversion.go @@ -1535,6 +1535,7 @@ func Convert_api_EmptyDirVolumeSource_To_v1_EmptyDirVolumeSource(in *api.EmptyDi func autoConvert_v1_EndpointAddress_To_api_EndpointAddress(in *EndpointAddress, out *api.EndpointAddress, s conversion.Scope) error { out.IP = in.IP out.Hostname = in.Hostname + out.NodeName = in.NodeName if in.TargetRef != nil { in, out := &in.TargetRef, &out.TargetRef *out = new(api.ObjectReference) @@ -1554,6 +1555,7 @@ func Convert_v1_EndpointAddress_To_api_EndpointAddress(in *EndpointAddress, out func autoConvert_api_EndpointAddress_To_v1_EndpointAddress(in *api.EndpointAddress, out *EndpointAddress, s conversion.Scope) error { out.IP = in.IP out.Hostname = in.Hostname + out.NodeName = in.NodeName if in.TargetRef != nil { in, out := &in.TargetRef, &out.TargetRef *out = new(ObjectReference) diff --git a/pkg/api/v1/zz_generated.deepcopy.go b/pkg/api/v1/zz_generated.deepcopy.go index 6becbd5062580..0249a75a6c76f 100644 --- a/pkg/api/v1/zz_generated.deepcopy.go +++ b/pkg/api/v1/zz_generated.deepcopy.go @@ -792,6 +792,13 @@ func DeepCopy_v1_EndpointAddress(in interface{}, out interface{}, c *conversion. out := out.(*EndpointAddress) out.IP = in.IP out.Hostname = in.Hostname + if in.NodeName != nil { + in, out := &in.NodeName, &out.NodeName + *out = new(string) + **out = **in + } else { + out.NodeName = nil + } if in.TargetRef != nil { in, out := &in.TargetRef, &out.TargetRef *out = new(ObjectReference) diff --git a/pkg/api/zz_generated.deepcopy.go b/pkg/api/zz_generated.deepcopy.go index 6782d948ee34c..deff0133fd524 100644 --- a/pkg/api/zz_generated.deepcopy.go +++ b/pkg/api/zz_generated.deepcopy.go @@ -819,6 +819,13 @@ func DeepCopy_api_EndpointAddress(in interface{}, out interface{}, c *conversion out := out.(*EndpointAddress) out.IP = in.IP out.Hostname = in.Hostname + if in.NodeName != nil { + in, out := &in.NodeName, &out.NodeName + *out = new(string) + **out = **in + } else { + out.NodeName = nil + } if in.TargetRef != nil { in, out := &in.TargetRef, &out.TargetRef *out = new(ObjectReference) diff --git a/pkg/controller/endpoint/endpoints_controller_test.go b/pkg/controller/endpoint/endpoints_controller_test.go index deb7d344c2520..d2952f7d17655 100644 --- a/pkg/controller/endpoint/endpoints_controller_test.go +++ b/pkg/controller/endpoint/endpoints_controller_test.go @@ -37,6 +37,7 @@ import ( ) var alwaysReady = func() bool { return true } +var emptyNodeName string func addPods(store cache.Store, namespace string, nPods int, nPorts int, nNotReady int) { for i := 0; i < nPods+nNotReady; i++ { @@ -269,7 +270,7 @@ func TestSyncEndpointsItemsEmptySelectorSelectsAll(t *testing.T) { ResourceVersion: "1", }, Subsets: []api.EndpointSubset{{ - Addresses: []api.EndpointAddress{{IP: "1.2.3.4", TargetRef: &api.ObjectReference{Kind: "Pod", Name: "pod0", Namespace: ns}}}, + Addresses: []api.EndpointAddress{{IP: "1.2.3.4", NodeName: &emptyNodeName, TargetRef: &api.ObjectReference{Kind: "Pod", Name: "pod0", Namespace: ns}}}, Ports: []api.EndpointPort{{Port: 8080, Protocol: "TCP"}}, }}, }) @@ -307,7 +308,7 @@ func TestSyncEndpointsItemsEmptySelectorSelectsAllNotReady(t *testing.T) { ResourceVersion: "1", }, Subsets: []api.EndpointSubset{{ - NotReadyAddresses: []api.EndpointAddress{{IP: "1.2.3.4", TargetRef: &api.ObjectReference{Kind: "Pod", Name: "pod0", Namespace: ns}}}, + NotReadyAddresses: []api.EndpointAddress{{IP: "1.2.3.4", NodeName: &emptyNodeName, TargetRef: &api.ObjectReference{Kind: "Pod", Name: "pod0", Namespace: ns}}}, Ports: []api.EndpointPort{{Port: 8080, Protocol: "TCP"}}, }}, }) @@ -345,8 +346,8 @@ func TestSyncEndpointsItemsEmptySelectorSelectsAllMixed(t *testing.T) { ResourceVersion: "1", }, Subsets: []api.EndpointSubset{{ - Addresses: []api.EndpointAddress{{IP: "1.2.3.4", TargetRef: &api.ObjectReference{Kind: "Pod", Name: "pod0", Namespace: ns}}}, - NotReadyAddresses: []api.EndpointAddress{{IP: "1.2.3.5", TargetRef: &api.ObjectReference{Kind: "Pod", Name: "pod1", Namespace: ns}}}, + Addresses: []api.EndpointAddress{{IP: "1.2.3.4", NodeName: &emptyNodeName, TargetRef: &api.ObjectReference{Kind: "Pod", Name: "pod0", Namespace: ns}}}, + NotReadyAddresses: []api.EndpointAddress{{IP: "1.2.3.5", NodeName: &emptyNodeName, TargetRef: &api.ObjectReference{Kind: "Pod", Name: "pod1", Namespace: ns}}}, Ports: []api.EndpointPort{{Port: 8080, Protocol: "TCP"}}, }}, }) @@ -363,7 +364,7 @@ func TestSyncEndpointsItemsPreexisting(t *testing.T) { ResourceVersion: "1", }, Subsets: []api.EndpointSubset{{ - Addresses: []api.EndpointAddress{{IP: "6.7.8.9"}}, + Addresses: []api.EndpointAddress{{IP: "6.7.8.9", NodeName: &emptyNodeName}}, Ports: []api.EndpointPort{{Port: 1000}}, }}, }}) @@ -387,7 +388,7 @@ func TestSyncEndpointsItemsPreexisting(t *testing.T) { ResourceVersion: "1", }, Subsets: []api.EndpointSubset{{ - Addresses: []api.EndpointAddress{{IP: "1.2.3.4", TargetRef: &api.ObjectReference{Kind: "Pod", Name: "pod0", Namespace: ns}}}, + Addresses: []api.EndpointAddress{{IP: "1.2.3.4", NodeName: &emptyNodeName, TargetRef: &api.ObjectReference{Kind: "Pod", Name: "pod0", Namespace: ns}}}, Ports: []api.EndpointPort{{Port: 8080, Protocol: "TCP"}}, }}, }) @@ -404,7 +405,7 @@ func TestSyncEndpointsItemsPreexistingIdentical(t *testing.T) { Namespace: ns, }, Subsets: []api.EndpointSubset{{ - Addresses: []api.EndpointAddress{{IP: "1.2.3.4", TargetRef: &api.ObjectReference{Kind: "Pod", Name: "pod0", Namespace: ns}}}, + Addresses: []api.EndpointAddress{{IP: "1.2.3.4", NodeName: &emptyNodeName, TargetRef: &api.ObjectReference{Kind: "Pod", Name: "pod0", Namespace: ns}}}, Ports: []api.EndpointPort{{Port: 8080, Protocol: "TCP"}}, }}, }}) @@ -447,9 +448,9 @@ func TestSyncEndpointsItems(t *testing.T) { endpoints.syncService("other/foo") expectedSubsets := []api.EndpointSubset{{ Addresses: []api.EndpointAddress{ - {IP: "1.2.3.4", TargetRef: &api.ObjectReference{Kind: "Pod", Name: "pod0", Namespace: ns}}, - {IP: "1.2.3.5", TargetRef: &api.ObjectReference{Kind: "Pod", Name: "pod1", Namespace: ns}}, - {IP: "1.2.3.6", TargetRef: &api.ObjectReference{Kind: "Pod", Name: "pod2", Namespace: ns}}, + {IP: "1.2.3.4", NodeName: &emptyNodeName, TargetRef: &api.ObjectReference{Kind: "Pod", Name: "pod0", Namespace: ns}}, + {IP: "1.2.3.5", NodeName: &emptyNodeName, TargetRef: &api.ObjectReference{Kind: "Pod", Name: "pod1", Namespace: ns}}, + {IP: "1.2.3.6", NodeName: &emptyNodeName, TargetRef: &api.ObjectReference{Kind: "Pod", Name: "pod2", Namespace: ns}}, }, Ports: []api.EndpointPort{ {Name: "port0", Port: 8080, Protocol: "TCP"}, @@ -494,9 +495,9 @@ func TestSyncEndpointsItemsWithLabels(t *testing.T) { endpoints.syncService(ns + "/foo") expectedSubsets := []api.EndpointSubset{{ Addresses: []api.EndpointAddress{ - {IP: "1.2.3.4", TargetRef: &api.ObjectReference{Kind: "Pod", Name: "pod0", Namespace: ns}}, - {IP: "1.2.3.5", TargetRef: &api.ObjectReference{Kind: "Pod", Name: "pod1", Namespace: ns}}, - {IP: "1.2.3.6", TargetRef: &api.ObjectReference{Kind: "Pod", Name: "pod2", Namespace: ns}}, + {IP: "1.2.3.4", NodeName: &emptyNodeName, TargetRef: &api.ObjectReference{Kind: "Pod", Name: "pod0", Namespace: ns}}, + {IP: "1.2.3.5", NodeName: &emptyNodeName, TargetRef: &api.ObjectReference{Kind: "Pod", Name: "pod1", Namespace: ns}}, + {IP: "1.2.3.6", NodeName: &emptyNodeName, TargetRef: &api.ObjectReference{Kind: "Pod", Name: "pod2", Namespace: ns}}, }, Ports: []api.EndpointPort{ {Name: "port0", Port: 8080, Protocol: "TCP"}, @@ -528,7 +529,7 @@ func TestSyncEndpointsItemsPreexistingLabelsChange(t *testing.T) { }, }, Subsets: []api.EndpointSubset{{ - Addresses: []api.EndpointAddress{{IP: "6.7.8.9"}}, + Addresses: []api.EndpointAddress{{IP: "6.7.8.9", NodeName: &emptyNodeName}}, Ports: []api.EndpointPort{{Port: 1000}}, }}, }}) @@ -558,7 +559,7 @@ func TestSyncEndpointsItemsPreexistingLabelsChange(t *testing.T) { Labels: serviceLabels, }, Subsets: []api.EndpointSubset{{ - Addresses: []api.EndpointAddress{{IP: "1.2.3.4", TargetRef: &api.ObjectReference{Kind: "Pod", Name: "pod0", Namespace: ns}}}, + Addresses: []api.EndpointAddress{{IP: "1.2.3.4", NodeName: &emptyNodeName, TargetRef: &api.ObjectReference{Kind: "Pod", Name: "pod0", Namespace: ns}}}, Ports: []api.EndpointPort{{Port: 8080, Protocol: "TCP"}}, }}, }) From 521b746b5097807be6b33f36ffbef78b43ef4b6d Mon Sep 17 00:00:00 2001 From: Girish Kalele Date: Mon, 15 Aug 2016 20:53:14 -0700 Subject: [PATCH 4/5] Update API reference docs --- docs/api-reference/v1/definitions.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/api-reference/v1/definitions.html b/docs/api-reference/v1/definitions.html index a054c5712beb9..cdf5978a00201 100755 --- a/docs/api-reference/v1/definitions.html +++ b/docs/api-reference/v1/definitions.html @@ -8105,6 +8105,13 @@

v1.EndpointAddress

+

nodeName

+

Optional: Node hosting this endpoint. This can be used to determine endpoints local to a node.

+

false

+

string

+ + +

targetRef

Reference to object providing the endpoint.

false

@@ -8160,7 +8167,7 @@

any

From e105525b3324de4947a1abfc4787f0dc2135f80b Mon Sep 17 00:00:00 2001 From: Girish Kalele Date: Mon, 15 Aug 2016 21:01:21 -0700 Subject: [PATCH 5/5] Fix endpoints_controller unit tests --- pkg/controller/endpoint/endpoints_controller_test.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkg/controller/endpoint/endpoints_controller_test.go b/pkg/controller/endpoint/endpoints_controller_test.go index d2952f7d17655..53451e072f294 100644 --- a/pkg/controller/endpoint/endpoints_controller_test.go +++ b/pkg/controller/endpoint/endpoints_controller_test.go @@ -102,7 +102,7 @@ func TestSyncEndpointsItemsPreserveNoSelector(t *testing.T) { ResourceVersion: "1", }, Subsets: []api.EndpointSubset{{ - Addresses: []api.EndpointAddress{{IP: "6.7.8.9"}}, + Addresses: []api.EndpointAddress{{IP: "6.7.8.9", NodeName: &emptyNodeName}}, Ports: []api.EndpointPort{{Port: 1000}}, }}, }}) @@ -134,7 +134,7 @@ func TestCheckLeftoverEndpoints(t *testing.T) { ResourceVersion: "1", }, Subsets: []api.EndpointSubset{{ - Addresses: []api.EndpointAddress{{IP: "6.7.8.9"}}, + Addresses: []api.EndpointAddress{{IP: "6.7.8.9", NodeName: &emptyNodeName}}, Ports: []api.EndpointPort{{Port: 1000}}, }}, }}, @@ -164,7 +164,7 @@ func TestSyncEndpointsProtocolTCP(t *testing.T) { ResourceVersion: "1", }, Subsets: []api.EndpointSubset{{ - Addresses: []api.EndpointAddress{{IP: "6.7.8.9"}}, + Addresses: []api.EndpointAddress{{IP: "6.7.8.9", NodeName: &emptyNodeName}}, Ports: []api.EndpointPort{{Port: 1000, Protocol: "TCP"}}, }}, }}) @@ -190,7 +190,7 @@ func TestSyncEndpointsProtocolTCP(t *testing.T) { ResourceVersion: "1", }, Subsets: []api.EndpointSubset{{ - Addresses: []api.EndpointAddress{{IP: "1.2.3.4", TargetRef: &api.ObjectReference{Kind: "Pod", Name: "pod0", Namespace: ns}}}, + Addresses: []api.EndpointAddress{{IP: "1.2.3.4", NodeName: &emptyNodeName, TargetRef: &api.ObjectReference{Kind: "Pod", Name: "pod0", Namespace: ns}}}, Ports: []api.EndpointPort{{Port: 8080, Protocol: "TCP"}}, }}, }) @@ -207,7 +207,7 @@ func TestSyncEndpointsProtocolUDP(t *testing.T) { ResourceVersion: "1", }, Subsets: []api.EndpointSubset{{ - Addresses: []api.EndpointAddress{{IP: "6.7.8.9"}}, + Addresses: []api.EndpointAddress{{IP: "6.7.8.9", NodeName: &emptyNodeName}}, Ports: []api.EndpointPort{{Port: 1000, Protocol: "UDP"}}, }}, }}) @@ -232,7 +232,7 @@ func TestSyncEndpointsProtocolUDP(t *testing.T) { ResourceVersion: "1", }, Subsets: []api.EndpointSubset{{ - Addresses: []api.EndpointAddress{{IP: "1.2.3.4", TargetRef: &api.ObjectReference{Kind: "Pod", Name: "pod0", Namespace: ns}}}, + Addresses: []api.EndpointAddress{{IP: "1.2.3.4", NodeName: &emptyNodeName, TargetRef: &api.ObjectReference{Kind: "Pod", Name: "pod0", Namespace: ns}}}, Ports: []api.EndpointPort{{Port: 8080, Protocol: "UDP"}}, }}, })