From d8dc2aac07809eb914c675caf8e73c05969617a6 Mon Sep 17 00:00:00 2001 From: Michail Kargakis Date: Wed, 28 Sep 2016 11:25:13 +0200 Subject: [PATCH] extensions: generated code for minReadySeconds/availableReplicas --- api/swagger-spec/extensions_v1beta1.json | 10 + api/swagger-spec/v1.json | 10 + .../extensions/v1beta1/definitions.html | 16 +- docs/api-reference/v1/definitions.html | 16 +- pkg/api/types.generated.go | 23978 +++++++-------- pkg/api/v1/generated.pb.go | 1276 +- pkg/api/v1/generated.proto | 8 + pkg/api/v1/types.generated.go | 25010 ++++++++-------- pkg/api/v1/types.go | 4 +- pkg/api/v1/types_swagger_doc_generated.go | 10 +- pkg/apis/extensions/types.generated.go | 6364 ++-- pkg/apis/extensions/v1beta1/generated.pb.go | 543 +- pkg/apis/extensions/v1beta1/generated.proto | 8 + .../extensions/v1beta1/types.generated.go | 6812 ++--- pkg/apis/extensions/v1beta1/types.go | 4 +- .../v1beta1/types_swagger_doc_generated.go | 10 +- pkg/generated/openapi/zz_generated.openapi.go | 42 + 17 files changed, 32358 insertions(+), 31763 deletions(-) diff --git a/api/swagger-spec/extensions_v1beta1.json b/api/swagger-spec/extensions_v1beta1.json index dad4b76944e..8319f869734 100644 --- a/api/swagger-spec/extensions_v1beta1.json +++ b/api/swagger-spec/extensions_v1beta1.json @@ -10302,6 +10302,11 @@ "format": "int32", "description": "Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: http://releases.k8s.io/HEAD/docs/user-guide/replication-controller.md#what-is-a-replication-controller" }, + "minReadySeconds": { + "type": "integer", + "format": "int32", + "description": "Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)" + }, "selector": { "$ref": "v1beta1.LabelSelector", "description": "Selector is a label query over pods that should match the replica count. If the selector is empty, it is defaulted to the labels present on the pod template. Label keys and values that must match in order to be controlled by this replica set. More info: http://releases.k8s.io/HEAD/docs/user-guide/labels.md#label-selectors" @@ -10334,6 +10339,11 @@ "format": "int32", "description": "The number of ready replicas for this replica set." }, + "availableReplicas": { + "type": "integer", + "format": "int32", + "description": "The number of available replicas (ready for at least minReadySeconds) for this replica set." + }, "observedGeneration": { "type": "integer", "format": "int64", diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json index 9ba11f35415..77bf2273d37 100644 --- a/api/swagger-spec/v1.json +++ b/api/swagger-spec/v1.json @@ -19089,6 +19089,11 @@ "format": "int32", "description": "Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: http://releases.k8s.io/HEAD/docs/user-guide/replication-controller.md#what-is-a-replication-controller" }, + "minReadySeconds": { + "type": "integer", + "format": "int32", + "description": "Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)" + }, "selector": { "type": "object", "description": "Selector is a label query over pods that should match the Replicas count. If Selector is empty, it is defaulted to the labels present on the Pod template. Label keys and values that must match in order to be controlled by this replication controller, if empty defaulted to labels on Pod template. More info: http://releases.k8s.io/HEAD/docs/user-guide/labels.md#label-selectors" @@ -19121,6 +19126,11 @@ "format": "int32", "description": "The number of ready replicas for this replication controller." }, + "availableReplicas": { + "type": "integer", + "format": "int32", + "description": "The number of available replicas (ready for at least minReadySeconds) for this replication controller." + }, "observedGeneration": { "type": "integer", "format": "int64", diff --git a/docs/api-reference/extensions/v1beta1/definitions.html b/docs/api-reference/extensions/v1beta1/definitions.html index a49a329b268..6f933d19aeb 100755 --- a/docs/api-reference/extensions/v1beta1/definitions.html +++ b/docs/api-reference/extensions/v1beta1/definitions.html @@ -1769,6 +1769,13 @@ Populated by the system when a graceful deletion is requested. Read-only. More i +

minReadySeconds

+

Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)

+

false

+

integer (int32)

+ + +

selector

Selector is a label query over pods that should match the replica count. If the selector is empty, it is defaulted to the labels present on the pod template. Label keys and values that must match in order to be controlled by this replica set. More info: http://releases.k8s.io/HEAD/docs/user-guide/labels.md#label-selectors

false

@@ -5455,6 +5462,13 @@ Both these may change in the future. Incoming requests are matched against the h +

availableReplicas

+

The number of available replicas (ready for at least minReadySeconds) for this replica set.

+

false

+

integer (int32)

+ + +

observedGeneration

ObservedGeneration reflects the generation of the most recently observed ReplicaSet.

false

@@ -6597,7 +6611,7 @@ Both these may change in the future. Incoming requests are matched against the h diff --git a/docs/api-reference/v1/definitions.html b/docs/api-reference/v1/definitions.html index ca27da9be12..d812f00495c 100755 --- a/docs/api-reference/v1/definitions.html +++ b/docs/api-reference/v1/definitions.html @@ -4732,6 +4732,13 @@ The resulting set of endpoints can be viewed as:
+

minReadySeconds

+

Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)

+

false

+

integer (int32)

+ + +

selector

Selector is a label query over pods that should match the Replicas count. If Selector is empty, it is defaulted to the labels present on the Pod template. Label keys and values that must match in order to be controlled by this replication controller, if empty defaulted to labels on Pod template. More info: http://releases.k8s.io/HEAD/docs/user-guide/labels.md#label-selectors

false

@@ -6171,6 +6178,13 @@ The resulting set of endpoints can be viewed as:
+

availableReplicas

+

The number of available replicas (ready for at least minReadySeconds) for this replication controller.

+

false

+

integer (int32)

+ + +

observedGeneration

ObservedGeneration reflects the generation of the most recently observed replication controller.

false

@@ -8475,7 +8489,7 @@ The resulting set of endpoints can be viewed as:
diff --git a/pkg/api/types.generated.go b/pkg/api/types.generated.go index 367083bed62..13458b49192 100644 --- a/pkg/api/types.generated.go +++ b/pkg/api/types.generated.go @@ -31752,13 +31752,14 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { } else { yysep2411 := !z.EncBinary() yy2arr2411 := z.EncBasicHandle().StructToArray - var yyq2411 [3]bool + var yyq2411 [4]bool _, _, _ = yysep2411, yyq2411, yy2arr2411 const yyr2411 bool = false - yyq2411[2] = x.Template != nil + yyq2411[1] = x.MinReadySeconds != 0 + yyq2411[3] = x.Template != nil var yynn2411 int if yyr2411 || yy2arr2411 { - r.EncodeArrayStart(3) + r.EncodeArrayStart(4) } else { yynn2411 = 2 for _, b := range yyq2411 { @@ -31788,13 +31789,38 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(int64(x.Replicas)) } } + if yyr2411 || yy2arr2411 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2411[1] { + yym2416 := z.EncBinary() + _ = yym2416 + if false { + } else { + r.EncodeInt(int64(x.MinReadySeconds)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq2411[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("minReadySeconds")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2417 := z.EncBinary() + _ = yym2417 + if false { + } else { + r.EncodeInt(int64(x.MinReadySeconds)) + } + } + } if yyr2411 || yy2arr2411 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Selector == nil { r.EncodeNil() } else { - yym2416 := z.EncBinary() - _ = yym2416 + yym2419 := z.EncBinary() + _ = yym2419 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) @@ -31807,8 +31833,8 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Selector == nil { r.EncodeNil() } else { - yym2417 := z.EncBinary() - _ = yym2417 + yym2420 := z.EncBinary() + _ = yym2420 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) @@ -31817,7 +31843,7 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr2411 || yy2arr2411 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2411[2] { + if yyq2411[3] { if x.Template == nil { r.EncodeNil() } else { @@ -31827,7 +31853,7 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2411[2] { + if yyq2411[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("template")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -31851,25 +31877,25 @@ func (x *ReplicationControllerSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2419 := z.DecBinary() - _ = yym2419 + yym2422 := z.DecBinary() + _ = yym2422 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2420 := r.ContainerType() - if yyct2420 == codecSelferValueTypeMap1234 { - yyl2420 := r.ReadMapStart() - if yyl2420 == 0 { + yyct2423 := r.ContainerType() + if yyct2423 == codecSelferValueTypeMap1234 { + yyl2423 := r.ReadMapStart() + if yyl2423 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2420, d) + x.codecDecodeSelfFromMap(yyl2423, d) } - } else if yyct2420 == codecSelferValueTypeArray1234 { - yyl2420 := r.ReadArrayStart() - if yyl2420 == 0 { + } else if yyct2423 == codecSelferValueTypeArray1234 { + yyl2423 := r.ReadArrayStart() + if yyl2423 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2420, d) + x.codecDecodeSelfFromArray(yyl2423, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -31881,12 +31907,12 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2421Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2421Slc - var yyhl2421 bool = l >= 0 - for yyj2421 := 0; ; yyj2421++ { - if yyhl2421 { - if yyj2421 >= l { + var yys2424Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2424Slc + var yyhl2424 bool = l >= 0 + for yyj2424 := 0; ; yyj2424++ { + if yyhl2424 { + if yyj2424 >= l { break } } else { @@ -31895,26 +31921,32 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2421Slc = r.DecodeBytes(yys2421Slc, true, true) - yys2421 := string(yys2421Slc) + yys2424Slc = r.DecodeBytes(yys2424Slc, true, true) + yys2424 := string(yys2424Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2421 { + switch yys2424 { case "replicas": if r.TryDecodeAsNil() { x.Replicas = 0 } else { x.Replicas = int32(r.DecodeInt(32)) } + case "minReadySeconds": + if r.TryDecodeAsNil() { + x.MinReadySeconds = 0 + } else { + x.MinReadySeconds = int32(r.DecodeInt(32)) + } case "selector": if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2423 := &x.Selector - yym2424 := z.DecBinary() - _ = yym2424 + yyv2427 := &x.Selector + yym2428 := z.DecBinary() + _ = yym2428 if false { } else { - z.F.DecMapStringStringX(yyv2423, false, d) + z.F.DecMapStringStringX(yyv2427, false, d) } } case "template": @@ -31929,9 +31961,9 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D x.Template.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2421) - } // end switch yys2421 - } // end for yyj2421 + z.DecStructFieldNotFound(-1, yys2424) + } // end switch yys2424 + } // end for yyj2424 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -31939,16 +31971,16 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2426 int - var yyb2426 bool - var yyhl2426 bool = l >= 0 - yyj2426++ - if yyhl2426 { - yyb2426 = yyj2426 > l + var yyj2430 int + var yyb2430 bool + var yyhl2430 bool = l >= 0 + yyj2430++ + if yyhl2430 { + yyb2430 = yyj2430 > l } else { - yyb2426 = r.CheckBreak() + yyb2430 = r.CheckBreak() } - if yyb2426 { + if yyb2430 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31958,13 +31990,29 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.Replicas = int32(r.DecodeInt(32)) } - yyj2426++ - if yyhl2426 { - yyb2426 = yyj2426 > l + yyj2430++ + if yyhl2430 { + yyb2430 = yyj2430 > l } else { - yyb2426 = r.CheckBreak() + yyb2430 = r.CheckBreak() } - if yyb2426 { + if yyb2430 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.MinReadySeconds = 0 + } else { + x.MinReadySeconds = int32(r.DecodeInt(32)) + } + yyj2430++ + if yyhl2430 { + yyb2430 = yyj2430 > l + } else { + yyb2430 = r.CheckBreak() + } + if yyb2430 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31972,21 +32020,21 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2428 := &x.Selector - yym2429 := z.DecBinary() - _ = yym2429 + yyv2433 := &x.Selector + yym2434 := z.DecBinary() + _ = yym2434 if false { } else { - z.F.DecMapStringStringX(yyv2428, false, d) + z.F.DecMapStringStringX(yyv2433, false, d) } } - yyj2426++ - if yyhl2426 { - yyb2426 = yyj2426 > l + yyj2430++ + if yyhl2430 { + yyb2430 = yyj2430 > l } else { - yyb2426 = r.CheckBreak() + yyb2430 = r.CheckBreak() } - if yyb2426 { + if yyb2430 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32002,17 +32050,17 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 x.Template.CodecDecodeSelf(d) } for { - yyj2426++ - if yyhl2426 { - yyb2426 = yyj2426 > l + yyj2430++ + if yyhl2430 { + yyb2430 = yyj2430 > l } else { - yyb2426 = r.CheckBreak() + yyb2430 = r.CheckBreak() } - if yyb2426 { + if yyb2430 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2426-1, "") + z.DecStructFieldNotFound(yyj2430-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32024,36 +32072,37 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2431 := z.EncBinary() - _ = yym2431 + yym2436 := z.EncBinary() + _ = yym2436 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2432 := !z.EncBinary() - yy2arr2432 := z.EncBasicHandle().StructToArray - var yyq2432 [4]bool - _, _, _ = yysep2432, yyq2432, yy2arr2432 - const yyr2432 bool = false - yyq2432[1] = x.FullyLabeledReplicas != 0 - yyq2432[2] = x.ReadyReplicas != 0 - yyq2432[3] = x.ObservedGeneration != 0 - var yynn2432 int - if yyr2432 || yy2arr2432 { - r.EncodeArrayStart(4) + yysep2437 := !z.EncBinary() + yy2arr2437 := z.EncBasicHandle().StructToArray + var yyq2437 [5]bool + _, _, _ = yysep2437, yyq2437, yy2arr2437 + const yyr2437 bool = false + yyq2437[1] = x.FullyLabeledReplicas != 0 + yyq2437[2] = x.ReadyReplicas != 0 + yyq2437[3] = x.AvailableReplicas != 0 + yyq2437[4] = x.ObservedGeneration != 0 + var yynn2437 int + if yyr2437 || yy2arr2437 { + r.EncodeArrayStart(5) } else { - yynn2432 = 1 - for _, b := range yyq2432 { + yynn2437 = 1 + for _, b := range yyq2437 { if b { - yynn2432++ + yynn2437++ } } - r.EncodeMapStart(yynn2432) - yynn2432 = 0 + r.EncodeMapStart(yynn2437) + yynn2437 = 0 } - if yyr2432 || yy2arr2432 { + if yyr2437 || yy2arr2437 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2434 := z.EncBinary() - _ = yym2434 + yym2439 := z.EncBinary() + _ = yym2439 if false { } else { r.EncodeInt(int64(x.Replicas)) @@ -32062,18 +32111,18 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("replicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2435 := z.EncBinary() - _ = yym2435 + yym2440 := z.EncBinary() + _ = yym2440 if false { } else { r.EncodeInt(int64(x.Replicas)) } } - if yyr2432 || yy2arr2432 { + if yyr2437 || yy2arr2437 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2432[1] { - yym2437 := z.EncBinary() - _ = yym2437 + if yyq2437[1] { + yym2442 := z.EncBinary() + _ = yym2442 if false { } else { r.EncodeInt(int64(x.FullyLabeledReplicas)) @@ -32082,49 +32131,74 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq2432[1] { + if yyq2437[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fullyLabeledReplicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2438 := z.EncBinary() - _ = yym2438 - if false { - } else { - r.EncodeInt(int64(x.FullyLabeledReplicas)) - } - } - } - if yyr2432 || yy2arr2432 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2432[2] { - yym2440 := z.EncBinary() - _ = yym2440 - if false { - } else { - r.EncodeInt(int64(x.ReadyReplicas)) - } - } else { - r.EncodeInt(0) - } - } else { - if yyq2432[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("readyReplicas")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2441 := z.EncBinary() - _ = yym2441 - if false { - } else { - r.EncodeInt(int64(x.ReadyReplicas)) - } - } - } - if yyr2432 || yy2arr2432 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2432[3] { yym2443 := z.EncBinary() _ = yym2443 if false { + } else { + r.EncodeInt(int64(x.FullyLabeledReplicas)) + } + } + } + if yyr2437 || yy2arr2437 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2437[2] { + yym2445 := z.EncBinary() + _ = yym2445 + if false { + } else { + r.EncodeInt(int64(x.ReadyReplicas)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq2437[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("readyReplicas")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2446 := z.EncBinary() + _ = yym2446 + if false { + } else { + r.EncodeInt(int64(x.ReadyReplicas)) + } + } + } + if yyr2437 || yy2arr2437 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2437[3] { + yym2448 := z.EncBinary() + _ = yym2448 + if false { + } else { + r.EncodeInt(int64(x.AvailableReplicas)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq2437[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("availableReplicas")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2449 := z.EncBinary() + _ = yym2449 + if false { + } else { + r.EncodeInt(int64(x.AvailableReplicas)) + } + } + } + if yyr2437 || yy2arr2437 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2437[4] { + yym2451 := z.EncBinary() + _ = yym2451 + if false { } else { r.EncodeInt(int64(x.ObservedGeneration)) } @@ -32132,19 +32206,19 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq2432[3] { + if yyq2437[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("observedGeneration")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2444 := z.EncBinary() - _ = yym2444 + yym2452 := z.EncBinary() + _ = yym2452 if false { } else { r.EncodeInt(int64(x.ObservedGeneration)) } } } - if yyr2432 || yy2arr2432 { + if yyr2437 || yy2arr2437 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32157,25 +32231,25 @@ func (x *ReplicationControllerStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2445 := z.DecBinary() - _ = yym2445 + yym2453 := z.DecBinary() + _ = yym2453 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2446 := r.ContainerType() - if yyct2446 == codecSelferValueTypeMap1234 { - yyl2446 := r.ReadMapStart() - if yyl2446 == 0 { + yyct2454 := r.ContainerType() + if yyct2454 == codecSelferValueTypeMap1234 { + yyl2454 := r.ReadMapStart() + if yyl2454 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2446, d) + x.codecDecodeSelfFromMap(yyl2454, d) } - } else if yyct2446 == codecSelferValueTypeArray1234 { - yyl2446 := r.ReadArrayStart() - if yyl2446 == 0 { + } else if yyct2454 == codecSelferValueTypeArray1234 { + yyl2454 := r.ReadArrayStart() + if yyl2454 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2446, d) + x.codecDecodeSelfFromArray(yyl2454, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32187,12 +32261,12 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromMap(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2447Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2447Slc - var yyhl2447 bool = l >= 0 - for yyj2447 := 0; ; yyj2447++ { - if yyhl2447 { - if yyj2447 >= l { + var yys2455Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2455Slc + var yyhl2455 bool = l >= 0 + for yyj2455 := 0; ; yyj2455++ { + if yyhl2455 { + if yyj2455 >= l { break } } else { @@ -32201,10 +32275,10 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromMap(l int, d *codec1978 } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2447Slc = r.DecodeBytes(yys2447Slc, true, true) - yys2447 := string(yys2447Slc) + yys2455Slc = r.DecodeBytes(yys2455Slc, true, true) + yys2455 := string(yys2455Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2447 { + switch yys2455 { case "replicas": if r.TryDecodeAsNil() { x.Replicas = 0 @@ -32223,6 +32297,12 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromMap(l int, d *codec1978 } else { x.ReadyReplicas = int32(r.DecodeInt(32)) } + case "availableReplicas": + if r.TryDecodeAsNil() { + x.AvailableReplicas = 0 + } else { + x.AvailableReplicas = int32(r.DecodeInt(32)) + } case "observedGeneration": if r.TryDecodeAsNil() { x.ObservedGeneration = 0 @@ -32230,9 +32310,9 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromMap(l int, d *codec1978 x.ObservedGeneration = int64(r.DecodeInt(64)) } default: - z.DecStructFieldNotFound(-1, yys2447) - } // end switch yys2447 - } // end for yyj2447 + z.DecStructFieldNotFound(-1, yys2455) + } // end switch yys2455 + } // end for yyj2455 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32240,16 +32320,16 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2452 int - var yyb2452 bool - var yyhl2452 bool = l >= 0 - yyj2452++ - if yyhl2452 { - yyb2452 = yyj2452 > l + var yyj2461 int + var yyb2461 bool + var yyhl2461 bool = l >= 0 + yyj2461++ + if yyhl2461 { + yyb2461 = yyj2461 > l } else { - yyb2452 = r.CheckBreak() + yyb2461 = r.CheckBreak() } - if yyb2452 { + if yyb2461 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32259,13 +32339,13 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 } else { x.Replicas = int32(r.DecodeInt(32)) } - yyj2452++ - if yyhl2452 { - yyb2452 = yyj2452 > l + yyj2461++ + if yyhl2461 { + yyb2461 = yyj2461 > l } else { - yyb2452 = r.CheckBreak() + yyb2461 = r.CheckBreak() } - if yyb2452 { + if yyb2461 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32275,13 +32355,13 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 } else { x.FullyLabeledReplicas = int32(r.DecodeInt(32)) } - yyj2452++ - if yyhl2452 { - yyb2452 = yyj2452 > l + yyj2461++ + if yyhl2461 { + yyb2461 = yyj2461 > l } else { - yyb2452 = r.CheckBreak() + yyb2461 = r.CheckBreak() } - if yyb2452 { + if yyb2461 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32291,13 +32371,29 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 } else { x.ReadyReplicas = int32(r.DecodeInt(32)) } - yyj2452++ - if yyhl2452 { - yyb2452 = yyj2452 > l + yyj2461++ + if yyhl2461 { + yyb2461 = yyj2461 > l } else { - yyb2452 = r.CheckBreak() + yyb2461 = r.CheckBreak() } - if yyb2452 { + if yyb2461 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.AvailableReplicas = 0 + } else { + x.AvailableReplicas = int32(r.DecodeInt(32)) + } + yyj2461++ + if yyhl2461 { + yyb2461 = yyj2461 > l + } else { + yyb2461 = r.CheckBreak() + } + if yyb2461 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32308,17 +32404,17 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 x.ObservedGeneration = int64(r.DecodeInt(64)) } for { - yyj2452++ - if yyhl2452 { - yyb2452 = yyj2452 > l + yyj2461++ + if yyhl2461 { + yyb2461 = yyj2461 > l } else { - yyb2452 = r.CheckBreak() + yyb2461 = r.CheckBreak() } - if yyb2452 { + if yyb2461 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2452-1, "") + z.DecStructFieldNotFound(yyj2461-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32330,39 +32426,39 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2457 := z.EncBinary() - _ = yym2457 + yym2467 := z.EncBinary() + _ = yym2467 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2458 := !z.EncBinary() - yy2arr2458 := z.EncBasicHandle().StructToArray - var yyq2458 [5]bool - _, _, _ = yysep2458, yyq2458, yy2arr2458 - const yyr2458 bool = false - yyq2458[0] = x.Kind != "" - yyq2458[1] = x.APIVersion != "" - yyq2458[2] = true - yyq2458[3] = true - yyq2458[4] = true - var yynn2458 int - if yyr2458 || yy2arr2458 { + yysep2468 := !z.EncBinary() + yy2arr2468 := z.EncBasicHandle().StructToArray + var yyq2468 [5]bool + _, _, _ = yysep2468, yyq2468, yy2arr2468 + const yyr2468 bool = false + yyq2468[0] = x.Kind != "" + yyq2468[1] = x.APIVersion != "" + yyq2468[2] = true + yyq2468[3] = true + yyq2468[4] = true + var yynn2468 int + if yyr2468 || yy2arr2468 { r.EncodeArrayStart(5) } else { - yynn2458 = 0 - for _, b := range yyq2458 { + yynn2468 = 0 + for _, b := range yyq2468 { if b { - yynn2458++ + yynn2468++ } } - r.EncodeMapStart(yynn2458) - yynn2458 = 0 + r.EncodeMapStart(yynn2468) + yynn2468 = 0 } - if yyr2458 || yy2arr2458 { + if yyr2468 || yy2arr2468 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2458[0] { - yym2460 := z.EncBinary() - _ = yym2460 + if yyq2468[0] { + yym2470 := z.EncBinary() + _ = yym2470 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -32371,23 +32467,23 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2458[0] { + if yyq2468[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2461 := z.EncBinary() - _ = yym2461 + yym2471 := z.EncBinary() + _ = yym2471 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2458 || yy2arr2458 { + if yyr2468 || yy2arr2468 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2458[1] { - yym2463 := z.EncBinary() - _ = yym2463 + if yyq2468[1] { + yym2473 := z.EncBinary() + _ = yym2473 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -32396,70 +32492,70 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2458[1] { + if yyq2468[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2464 := z.EncBinary() - _ = yym2464 + yym2474 := z.EncBinary() + _ = yym2474 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2458 || yy2arr2458 { + if yyr2468 || yy2arr2468 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2458[2] { - yy2466 := &x.ObjectMeta - yy2466.CodecEncodeSelf(e) + if yyq2468[2] { + yy2476 := &x.ObjectMeta + yy2476.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2458[2] { + if yyq2468[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2467 := &x.ObjectMeta - yy2467.CodecEncodeSelf(e) + yy2477 := &x.ObjectMeta + yy2477.CodecEncodeSelf(e) } } - if yyr2458 || yy2arr2458 { + if yyr2468 || yy2arr2468 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2458[3] { - yy2469 := &x.Spec - yy2469.CodecEncodeSelf(e) + if yyq2468[3] { + yy2479 := &x.Spec + yy2479.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2458[3] { + if yyq2468[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2470 := &x.Spec - yy2470.CodecEncodeSelf(e) + yy2480 := &x.Spec + yy2480.CodecEncodeSelf(e) } } - if yyr2458 || yy2arr2458 { + if yyr2468 || yy2arr2468 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2458[4] { - yy2472 := &x.Status - yy2472.CodecEncodeSelf(e) + if yyq2468[4] { + yy2482 := &x.Status + yy2482.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2458[4] { + if yyq2468[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2473 := &x.Status - yy2473.CodecEncodeSelf(e) + yy2483 := &x.Status + yy2483.CodecEncodeSelf(e) } } - if yyr2458 || yy2arr2458 { + if yyr2468 || yy2arr2468 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32472,25 +32568,25 @@ func (x *ReplicationController) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2474 := z.DecBinary() - _ = yym2474 + yym2484 := z.DecBinary() + _ = yym2484 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2475 := r.ContainerType() - if yyct2475 == codecSelferValueTypeMap1234 { - yyl2475 := r.ReadMapStart() - if yyl2475 == 0 { + yyct2485 := r.ContainerType() + if yyct2485 == codecSelferValueTypeMap1234 { + yyl2485 := r.ReadMapStart() + if yyl2485 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2475, d) + x.codecDecodeSelfFromMap(yyl2485, d) } - } else if yyct2475 == codecSelferValueTypeArray1234 { - yyl2475 := r.ReadArrayStart() - if yyl2475 == 0 { + } else if yyct2485 == codecSelferValueTypeArray1234 { + yyl2485 := r.ReadArrayStart() + if yyl2485 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2475, d) + x.codecDecodeSelfFromArray(yyl2485, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32502,12 +32598,12 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2476Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2476Slc - var yyhl2476 bool = l >= 0 - for yyj2476 := 0; ; yyj2476++ { - if yyhl2476 { - if yyj2476 >= l { + var yys2486Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2486Slc + var yyhl2486 bool = l >= 0 + for yyj2486 := 0; ; yyj2486++ { + if yyhl2486 { + if yyj2486 >= l { break } } else { @@ -32516,10 +32612,10 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2476Slc = r.DecodeBytes(yys2476Slc, true, true) - yys2476 := string(yys2476Slc) + yys2486Slc = r.DecodeBytes(yys2486Slc, true, true) + yys2486 := string(yys2486Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2476 { + switch yys2486 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -32536,27 +32632,27 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2479 := &x.ObjectMeta - yyv2479.CodecDecodeSelf(d) + yyv2489 := &x.ObjectMeta + yyv2489.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ReplicationControllerSpec{} } else { - yyv2480 := &x.Spec - yyv2480.CodecDecodeSelf(d) + yyv2490 := &x.Spec + yyv2490.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ReplicationControllerStatus{} } else { - yyv2481 := &x.Status - yyv2481.CodecDecodeSelf(d) + yyv2491 := &x.Status + yyv2491.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2476) - } // end switch yys2476 - } // end for yyj2476 + z.DecStructFieldNotFound(-1, yys2486) + } // end switch yys2486 + } // end for yyj2486 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32564,16 +32660,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2482 int - var yyb2482 bool - var yyhl2482 bool = l >= 0 - yyj2482++ - if yyhl2482 { - yyb2482 = yyj2482 > l + var yyj2492 int + var yyb2492 bool + var yyhl2492 bool = l >= 0 + yyj2492++ + if yyhl2492 { + yyb2492 = yyj2492 > l } else { - yyb2482 = r.CheckBreak() + yyb2492 = r.CheckBreak() } - if yyb2482 { + if yyb2492 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32583,13 +32679,13 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Kind = string(r.DecodeString()) } - yyj2482++ - if yyhl2482 { - yyb2482 = yyj2482 > l + yyj2492++ + if yyhl2492 { + yyb2492 = yyj2492 > l } else { - yyb2482 = r.CheckBreak() + yyb2492 = r.CheckBreak() } - if yyb2482 { + if yyb2492 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32599,13 +32695,13 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.APIVersion = string(r.DecodeString()) } - yyj2482++ - if yyhl2482 { - yyb2482 = yyj2482 > l + yyj2492++ + if yyhl2492 { + yyb2492 = yyj2492 > l } else { - yyb2482 = r.CheckBreak() + yyb2492 = r.CheckBreak() } - if yyb2482 { + if yyb2492 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32613,16 +32709,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2485 := &x.ObjectMeta - yyv2485.CodecDecodeSelf(d) + yyv2495 := &x.ObjectMeta + yyv2495.CodecDecodeSelf(d) } - yyj2482++ - if yyhl2482 { - yyb2482 = yyj2482 > l + yyj2492++ + if yyhl2492 { + yyb2492 = yyj2492 > l } else { - yyb2482 = r.CheckBreak() + yyb2492 = r.CheckBreak() } - if yyb2482 { + if yyb2492 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32630,16 +32726,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Spec = ReplicationControllerSpec{} } else { - yyv2486 := &x.Spec - yyv2486.CodecDecodeSelf(d) + yyv2496 := &x.Spec + yyv2496.CodecDecodeSelf(d) } - yyj2482++ - if yyhl2482 { - yyb2482 = yyj2482 > l + yyj2492++ + if yyhl2492 { + yyb2492 = yyj2492 > l } else { - yyb2482 = r.CheckBreak() + yyb2492 = r.CheckBreak() } - if yyb2482 { + if yyb2492 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32647,21 +32743,21 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Status = ReplicationControllerStatus{} } else { - yyv2487 := &x.Status - yyv2487.CodecDecodeSelf(d) + yyv2497 := &x.Status + yyv2497.CodecDecodeSelf(d) } for { - yyj2482++ - if yyhl2482 { - yyb2482 = yyj2482 > l + yyj2492++ + if yyhl2492 { + yyb2492 = yyj2492 > l } else { - yyb2482 = r.CheckBreak() + yyb2492 = r.CheckBreak() } - if yyb2482 { + if yyb2492 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2482-1, "") + z.DecStructFieldNotFound(yyj2492-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32673,37 +32769,37 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2488 := z.EncBinary() - _ = yym2488 + yym2498 := z.EncBinary() + _ = yym2498 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2489 := !z.EncBinary() - yy2arr2489 := z.EncBasicHandle().StructToArray - var yyq2489 [4]bool - _, _, _ = yysep2489, yyq2489, yy2arr2489 - const yyr2489 bool = false - yyq2489[0] = x.Kind != "" - yyq2489[1] = x.APIVersion != "" - yyq2489[2] = true - var yynn2489 int - if yyr2489 || yy2arr2489 { + yysep2499 := !z.EncBinary() + yy2arr2499 := z.EncBasicHandle().StructToArray + var yyq2499 [4]bool + _, _, _ = yysep2499, yyq2499, yy2arr2499 + const yyr2499 bool = false + yyq2499[0] = x.Kind != "" + yyq2499[1] = x.APIVersion != "" + yyq2499[2] = true + var yynn2499 int + if yyr2499 || yy2arr2499 { r.EncodeArrayStart(4) } else { - yynn2489 = 1 - for _, b := range yyq2489 { + yynn2499 = 1 + for _, b := range yyq2499 { if b { - yynn2489++ + yynn2499++ } } - r.EncodeMapStart(yynn2489) - yynn2489 = 0 + r.EncodeMapStart(yynn2499) + yynn2499 = 0 } - if yyr2489 || yy2arr2489 { + if yyr2499 || yy2arr2499 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2489[0] { - yym2491 := z.EncBinary() - _ = yym2491 + if yyq2499[0] { + yym2501 := z.EncBinary() + _ = yym2501 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -32712,23 +32808,23 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2489[0] { + if yyq2499[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2492 := z.EncBinary() - _ = yym2492 + yym2502 := z.EncBinary() + _ = yym2502 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2489 || yy2arr2489 { + if yyr2499 || yy2arr2499 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2489[1] { - yym2494 := z.EncBinary() - _ = yym2494 + if yyq2499[1] { + yym2504 := z.EncBinary() + _ = yym2504 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -32737,54 +32833,54 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2489[1] { + if yyq2499[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2495 := z.EncBinary() - _ = yym2495 + yym2505 := z.EncBinary() + _ = yym2505 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2489 || yy2arr2489 { + if yyr2499 || yy2arr2499 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2489[2] { - yy2497 := &x.ListMeta - yym2498 := z.EncBinary() - _ = yym2498 + if yyq2499[2] { + yy2507 := &x.ListMeta + yym2508 := z.EncBinary() + _ = yym2508 if false { - } else if z.HasExtensions() && z.EncExt(yy2497) { + } else if z.HasExtensions() && z.EncExt(yy2507) { } else { - z.EncFallback(yy2497) + z.EncFallback(yy2507) } } else { r.EncodeNil() } } else { - if yyq2489[2] { + if yyq2499[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2499 := &x.ListMeta - yym2500 := z.EncBinary() - _ = yym2500 + yy2509 := &x.ListMeta + yym2510 := z.EncBinary() + _ = yym2510 if false { - } else if z.HasExtensions() && z.EncExt(yy2499) { + } else if z.HasExtensions() && z.EncExt(yy2509) { } else { - z.EncFallback(yy2499) + z.EncFallback(yy2509) } } } - if yyr2489 || yy2arr2489 { + if yyr2499 || yy2arr2499 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2502 := z.EncBinary() - _ = yym2502 + yym2512 := z.EncBinary() + _ = yym2512 if false { } else { h.encSliceReplicationController(([]ReplicationController)(x.Items), e) @@ -32797,15 +32893,15 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2503 := z.EncBinary() - _ = yym2503 + yym2513 := z.EncBinary() + _ = yym2513 if false { } else { h.encSliceReplicationController(([]ReplicationController)(x.Items), e) } } } - if yyr2489 || yy2arr2489 { + if yyr2499 || yy2arr2499 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32818,25 +32914,25 @@ func (x *ReplicationControllerList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2504 := z.DecBinary() - _ = yym2504 + yym2514 := z.DecBinary() + _ = yym2514 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2505 := r.ContainerType() - if yyct2505 == codecSelferValueTypeMap1234 { - yyl2505 := r.ReadMapStart() - if yyl2505 == 0 { + yyct2515 := r.ContainerType() + if yyct2515 == codecSelferValueTypeMap1234 { + yyl2515 := r.ReadMapStart() + if yyl2515 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2505, d) + x.codecDecodeSelfFromMap(yyl2515, d) } - } else if yyct2505 == codecSelferValueTypeArray1234 { - yyl2505 := r.ReadArrayStart() - if yyl2505 == 0 { + } else if yyct2515 == codecSelferValueTypeArray1234 { + yyl2515 := r.ReadArrayStart() + if yyl2515 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2505, d) + x.codecDecodeSelfFromArray(yyl2515, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32848,12 +32944,12 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2506Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2506Slc - var yyhl2506 bool = l >= 0 - for yyj2506 := 0; ; yyj2506++ { - if yyhl2506 { - if yyj2506 >= l { + var yys2516Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2516Slc + var yyhl2516 bool = l >= 0 + for yyj2516 := 0; ; yyj2516++ { + if yyhl2516 { + if yyj2516 >= l { break } } else { @@ -32862,10 +32958,10 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2506Slc = r.DecodeBytes(yys2506Slc, true, true) - yys2506 := string(yys2506Slc) + yys2516Slc = r.DecodeBytes(yys2516Slc, true, true) + yys2516 := string(yys2516Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2506 { + switch yys2516 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -32882,31 +32978,31 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2509 := &x.ListMeta - yym2510 := z.DecBinary() - _ = yym2510 + yyv2519 := &x.ListMeta + yym2520 := z.DecBinary() + _ = yym2520 if false { - } else if z.HasExtensions() && z.DecExt(yyv2509) { + } else if z.HasExtensions() && z.DecExt(yyv2519) { } else { - z.DecFallback(yyv2509, false) + z.DecFallback(yyv2519, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2511 := &x.Items - yym2512 := z.DecBinary() - _ = yym2512 + yyv2521 := &x.Items + yym2522 := z.DecBinary() + _ = yym2522 if false { } else { - h.decSliceReplicationController((*[]ReplicationController)(yyv2511), d) + h.decSliceReplicationController((*[]ReplicationController)(yyv2521), d) } } default: - z.DecStructFieldNotFound(-1, yys2506) - } // end switch yys2506 - } // end for yyj2506 + z.DecStructFieldNotFound(-1, yys2516) + } // end switch yys2516 + } // end for yyj2516 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32914,16 +33010,16 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2513 int - var yyb2513 bool - var yyhl2513 bool = l >= 0 - yyj2513++ - if yyhl2513 { - yyb2513 = yyj2513 > l + var yyj2523 int + var yyb2523 bool + var yyhl2523 bool = l >= 0 + yyj2523++ + if yyhl2523 { + yyb2523 = yyj2523 > l } else { - yyb2513 = r.CheckBreak() + yyb2523 = r.CheckBreak() } - if yyb2513 { + if yyb2523 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32933,13 +33029,13 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.Kind = string(r.DecodeString()) } - yyj2513++ - if yyhl2513 { - yyb2513 = yyj2513 > l + yyj2523++ + if yyhl2523 { + yyb2523 = yyj2523 > l } else { - yyb2513 = r.CheckBreak() + yyb2523 = r.CheckBreak() } - if yyb2513 { + if yyb2523 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32949,13 +33045,13 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.APIVersion = string(r.DecodeString()) } - yyj2513++ - if yyhl2513 { - yyb2513 = yyj2513 > l + yyj2523++ + if yyhl2523 { + yyb2523 = yyj2523 > l } else { - yyb2513 = r.CheckBreak() + yyb2523 = r.CheckBreak() } - if yyb2513 { + if yyb2523 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32963,22 +33059,22 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2516 := &x.ListMeta - yym2517 := z.DecBinary() - _ = yym2517 + yyv2526 := &x.ListMeta + yym2527 := z.DecBinary() + _ = yym2527 if false { - } else if z.HasExtensions() && z.DecExt(yyv2516) { + } else if z.HasExtensions() && z.DecExt(yyv2526) { } else { - z.DecFallback(yyv2516, false) + z.DecFallback(yyv2526, false) } } - yyj2513++ - if yyhl2513 { - yyb2513 = yyj2513 > l + yyj2523++ + if yyhl2523 { + yyb2523 = yyj2523 > l } else { - yyb2513 = r.CheckBreak() + yyb2523 = r.CheckBreak() } - if yyb2513 { + if yyb2523 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32986,26 +33082,26 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2518 := &x.Items - yym2519 := z.DecBinary() - _ = yym2519 + yyv2528 := &x.Items + yym2529 := z.DecBinary() + _ = yym2529 if false { } else { - h.decSliceReplicationController((*[]ReplicationController)(yyv2518), d) + h.decSliceReplicationController((*[]ReplicationController)(yyv2528), d) } } for { - yyj2513++ - if yyhl2513 { - yyb2513 = yyj2513 > l + yyj2523++ + if yyhl2523 { + yyb2523 = yyj2523 > l } else { - yyb2513 = r.CheckBreak() + yyb2523 = r.CheckBreak() } - if yyb2513 { + if yyb2523 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2513-1, "") + z.DecStructFieldNotFound(yyj2523-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33017,37 +33113,37 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2520 := z.EncBinary() - _ = yym2520 + yym2530 := z.EncBinary() + _ = yym2530 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2521 := !z.EncBinary() - yy2arr2521 := z.EncBasicHandle().StructToArray - var yyq2521 [4]bool - _, _, _ = yysep2521, yyq2521, yy2arr2521 - const yyr2521 bool = false - yyq2521[0] = x.Kind != "" - yyq2521[1] = x.APIVersion != "" - yyq2521[2] = true - var yynn2521 int - if yyr2521 || yy2arr2521 { + yysep2531 := !z.EncBinary() + yy2arr2531 := z.EncBasicHandle().StructToArray + var yyq2531 [4]bool + _, _, _ = yysep2531, yyq2531, yy2arr2531 + const yyr2531 bool = false + yyq2531[0] = x.Kind != "" + yyq2531[1] = x.APIVersion != "" + yyq2531[2] = true + var yynn2531 int + if yyr2531 || yy2arr2531 { r.EncodeArrayStart(4) } else { - yynn2521 = 1 - for _, b := range yyq2521 { + yynn2531 = 1 + for _, b := range yyq2531 { if b { - yynn2521++ + yynn2531++ } } - r.EncodeMapStart(yynn2521) - yynn2521 = 0 + r.EncodeMapStart(yynn2531) + yynn2531 = 0 } - if yyr2521 || yy2arr2521 { + if yyr2531 || yy2arr2531 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2521[0] { - yym2523 := z.EncBinary() - _ = yym2523 + if yyq2531[0] { + yym2533 := z.EncBinary() + _ = yym2533 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -33056,23 +33152,23 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2521[0] { + if yyq2531[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2524 := z.EncBinary() - _ = yym2524 + yym2534 := z.EncBinary() + _ = yym2534 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2521 || yy2arr2521 { + if yyr2531 || yy2arr2531 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2521[1] { - yym2526 := z.EncBinary() - _ = yym2526 + if yyq2531[1] { + yym2536 := z.EncBinary() + _ = yym2536 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -33081,54 +33177,54 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2521[1] { + if yyq2531[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2527 := z.EncBinary() - _ = yym2527 + yym2537 := z.EncBinary() + _ = yym2537 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2521 || yy2arr2521 { + if yyr2531 || yy2arr2531 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2521[2] { - yy2529 := &x.ListMeta - yym2530 := z.EncBinary() - _ = yym2530 + if yyq2531[2] { + yy2539 := &x.ListMeta + yym2540 := z.EncBinary() + _ = yym2540 if false { - } else if z.HasExtensions() && z.EncExt(yy2529) { + } else if z.HasExtensions() && z.EncExt(yy2539) { } else { - z.EncFallback(yy2529) + z.EncFallback(yy2539) } } else { r.EncodeNil() } } else { - if yyq2521[2] { + if yyq2531[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2531 := &x.ListMeta - yym2532 := z.EncBinary() - _ = yym2532 + yy2541 := &x.ListMeta + yym2542 := z.EncBinary() + _ = yym2542 if false { - } else if z.HasExtensions() && z.EncExt(yy2531) { + } else if z.HasExtensions() && z.EncExt(yy2541) { } else { - z.EncFallback(yy2531) + z.EncFallback(yy2541) } } } - if yyr2521 || yy2arr2521 { + if yyr2531 || yy2arr2531 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2534 := z.EncBinary() - _ = yym2534 + yym2544 := z.EncBinary() + _ = yym2544 if false { } else { h.encSliceService(([]Service)(x.Items), e) @@ -33141,15 +33237,15 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2535 := z.EncBinary() - _ = yym2535 + yym2545 := z.EncBinary() + _ = yym2545 if false { } else { h.encSliceService(([]Service)(x.Items), e) } } } - if yyr2521 || yy2arr2521 { + if yyr2531 || yy2arr2531 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33162,25 +33258,25 @@ func (x *ServiceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2536 := z.DecBinary() - _ = yym2536 + yym2546 := z.DecBinary() + _ = yym2546 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2537 := r.ContainerType() - if yyct2537 == codecSelferValueTypeMap1234 { - yyl2537 := r.ReadMapStart() - if yyl2537 == 0 { + yyct2547 := r.ContainerType() + if yyct2547 == codecSelferValueTypeMap1234 { + yyl2547 := r.ReadMapStart() + if yyl2547 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2537, d) + x.codecDecodeSelfFromMap(yyl2547, d) } - } else if yyct2537 == codecSelferValueTypeArray1234 { - yyl2537 := r.ReadArrayStart() - if yyl2537 == 0 { + } else if yyct2547 == codecSelferValueTypeArray1234 { + yyl2547 := r.ReadArrayStart() + if yyl2547 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2537, d) + x.codecDecodeSelfFromArray(yyl2547, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33192,12 +33288,12 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2538Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2538Slc - var yyhl2538 bool = l >= 0 - for yyj2538 := 0; ; yyj2538++ { - if yyhl2538 { - if yyj2538 >= l { + var yys2548Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2548Slc + var yyhl2548 bool = l >= 0 + for yyj2548 := 0; ; yyj2548++ { + if yyhl2548 { + if yyj2548 >= l { break } } else { @@ -33206,10 +33302,10 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2538Slc = r.DecodeBytes(yys2538Slc, true, true) - yys2538 := string(yys2538Slc) + yys2548Slc = r.DecodeBytes(yys2548Slc, true, true) + yys2548 := string(yys2548Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2538 { + switch yys2548 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -33226,31 +33322,31 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2541 := &x.ListMeta - yym2542 := z.DecBinary() - _ = yym2542 + yyv2551 := &x.ListMeta + yym2552 := z.DecBinary() + _ = yym2552 if false { - } else if z.HasExtensions() && z.DecExt(yyv2541) { + } else if z.HasExtensions() && z.DecExt(yyv2551) { } else { - z.DecFallback(yyv2541, false) + z.DecFallback(yyv2551, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2543 := &x.Items - yym2544 := z.DecBinary() - _ = yym2544 + yyv2553 := &x.Items + yym2554 := z.DecBinary() + _ = yym2554 if false { } else { - h.decSliceService((*[]Service)(yyv2543), d) + h.decSliceService((*[]Service)(yyv2553), d) } } default: - z.DecStructFieldNotFound(-1, yys2538) - } // end switch yys2538 - } // end for yyj2538 + z.DecStructFieldNotFound(-1, yys2548) + } // end switch yys2548 + } // end for yyj2548 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33258,16 +33354,16 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2545 int - var yyb2545 bool - var yyhl2545 bool = l >= 0 - yyj2545++ - if yyhl2545 { - yyb2545 = yyj2545 > l + var yyj2555 int + var yyb2555 bool + var yyhl2555 bool = l >= 0 + yyj2555++ + if yyhl2555 { + yyb2555 = yyj2555 > l } else { - yyb2545 = r.CheckBreak() + yyb2555 = r.CheckBreak() } - if yyb2545 { + if yyb2555 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33277,13 +33373,13 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2545++ - if yyhl2545 { - yyb2545 = yyj2545 > l + yyj2555++ + if yyhl2555 { + yyb2555 = yyj2555 > l } else { - yyb2545 = r.CheckBreak() + yyb2555 = r.CheckBreak() } - if yyb2545 { + if yyb2555 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33293,13 +33389,13 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2545++ - if yyhl2545 { - yyb2545 = yyj2545 > l + yyj2555++ + if yyhl2555 { + yyb2555 = yyj2555 > l } else { - yyb2545 = r.CheckBreak() + yyb2555 = r.CheckBreak() } - if yyb2545 { + if yyb2555 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33307,22 +33403,22 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2548 := &x.ListMeta - yym2549 := z.DecBinary() - _ = yym2549 + yyv2558 := &x.ListMeta + yym2559 := z.DecBinary() + _ = yym2559 if false { - } else if z.HasExtensions() && z.DecExt(yyv2548) { + } else if z.HasExtensions() && z.DecExt(yyv2558) { } else { - z.DecFallback(yyv2548, false) + z.DecFallback(yyv2558, false) } } - yyj2545++ - if yyhl2545 { - yyb2545 = yyj2545 > l + yyj2555++ + if yyhl2555 { + yyb2555 = yyj2555 > l } else { - yyb2545 = r.CheckBreak() + yyb2555 = r.CheckBreak() } - if yyb2545 { + if yyb2555 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33330,26 +33426,26 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2550 := &x.Items - yym2551 := z.DecBinary() - _ = yym2551 + yyv2560 := &x.Items + yym2561 := z.DecBinary() + _ = yym2561 if false { } else { - h.decSliceService((*[]Service)(yyv2550), d) + h.decSliceService((*[]Service)(yyv2560), d) } } for { - yyj2545++ - if yyhl2545 { - yyb2545 = yyj2545 > l + yyj2555++ + if yyhl2555 { + yyb2555 = yyj2555 > l } else { - yyb2545 = r.CheckBreak() + yyb2555 = r.CheckBreak() } - if yyb2545 { + if yyb2555 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2545-1, "") + z.DecStructFieldNotFound(yyj2555-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33358,8 +33454,8 @@ func (x ServiceAffinity) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2552 := z.EncBinary() - _ = yym2552 + yym2562 := z.EncBinary() + _ = yym2562 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -33371,8 +33467,8 @@ func (x *ServiceAffinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2553 := z.DecBinary() - _ = yym2553 + yym2563 := z.DecBinary() + _ = yym2563 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -33384,8 +33480,8 @@ func (x ServiceType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2554 := z.EncBinary() - _ = yym2554 + yym2564 := z.EncBinary() + _ = yym2564 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -33397,8 +33493,8 @@ func (x *ServiceType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2555 := z.DecBinary() - _ = yym2555 + yym2565 := z.DecBinary() + _ = yym2565 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -33413,48 +33509,48 @@ func (x *ServiceStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2556 := z.EncBinary() - _ = yym2556 + yym2566 := z.EncBinary() + _ = yym2566 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2557 := !z.EncBinary() - yy2arr2557 := z.EncBasicHandle().StructToArray - var yyq2557 [1]bool - _, _, _ = yysep2557, yyq2557, yy2arr2557 - const yyr2557 bool = false - yyq2557[0] = true - var yynn2557 int - if yyr2557 || yy2arr2557 { + yysep2567 := !z.EncBinary() + yy2arr2567 := z.EncBasicHandle().StructToArray + var yyq2567 [1]bool + _, _, _ = yysep2567, yyq2567, yy2arr2567 + const yyr2567 bool = false + yyq2567[0] = true + var yynn2567 int + if yyr2567 || yy2arr2567 { r.EncodeArrayStart(1) } else { - yynn2557 = 0 - for _, b := range yyq2557 { + yynn2567 = 0 + for _, b := range yyq2567 { if b { - yynn2557++ + yynn2567++ } } - r.EncodeMapStart(yynn2557) - yynn2557 = 0 + r.EncodeMapStart(yynn2567) + yynn2567 = 0 } - if yyr2557 || yy2arr2557 { + if yyr2567 || yy2arr2567 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2557[0] { - yy2559 := &x.LoadBalancer - yy2559.CodecEncodeSelf(e) + if yyq2567[0] { + yy2569 := &x.LoadBalancer + yy2569.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2557[0] { + if yyq2567[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancer")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2560 := &x.LoadBalancer - yy2560.CodecEncodeSelf(e) + yy2570 := &x.LoadBalancer + yy2570.CodecEncodeSelf(e) } } - if yyr2557 || yy2arr2557 { + if yyr2567 || yy2arr2567 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33467,25 +33563,25 @@ func (x *ServiceStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2561 := z.DecBinary() - _ = yym2561 + yym2571 := z.DecBinary() + _ = yym2571 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2562 := r.ContainerType() - if yyct2562 == codecSelferValueTypeMap1234 { - yyl2562 := r.ReadMapStart() - if yyl2562 == 0 { + yyct2572 := r.ContainerType() + if yyct2572 == codecSelferValueTypeMap1234 { + yyl2572 := r.ReadMapStart() + if yyl2572 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2562, d) + x.codecDecodeSelfFromMap(yyl2572, d) } - } else if yyct2562 == codecSelferValueTypeArray1234 { - yyl2562 := r.ReadArrayStart() - if yyl2562 == 0 { + } else if yyct2572 == codecSelferValueTypeArray1234 { + yyl2572 := r.ReadArrayStart() + if yyl2572 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2562, d) + x.codecDecodeSelfFromArray(yyl2572, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33497,12 +33593,12 @@ func (x *ServiceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2563Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2563Slc - var yyhl2563 bool = l >= 0 - for yyj2563 := 0; ; yyj2563++ { - if yyhl2563 { - if yyj2563 >= l { + var yys2573Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2573Slc + var yyhl2573 bool = l >= 0 + for yyj2573 := 0; ; yyj2573++ { + if yyhl2573 { + if yyj2573 >= l { break } } else { @@ -33511,21 +33607,21 @@ func (x *ServiceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2563Slc = r.DecodeBytes(yys2563Slc, true, true) - yys2563 := string(yys2563Slc) + yys2573Slc = r.DecodeBytes(yys2573Slc, true, true) + yys2573 := string(yys2573Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2563 { + switch yys2573 { case "loadBalancer": if r.TryDecodeAsNil() { x.LoadBalancer = LoadBalancerStatus{} } else { - yyv2564 := &x.LoadBalancer - yyv2564.CodecDecodeSelf(d) + yyv2574 := &x.LoadBalancer + yyv2574.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2563) - } // end switch yys2563 - } // end for yyj2563 + z.DecStructFieldNotFound(-1, yys2573) + } // end switch yys2573 + } // end for yyj2573 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33533,16 +33629,16 @@ func (x *ServiceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2565 int - var yyb2565 bool - var yyhl2565 bool = l >= 0 - yyj2565++ - if yyhl2565 { - yyb2565 = yyj2565 > l + var yyj2575 int + var yyb2575 bool + var yyhl2575 bool = l >= 0 + yyj2575++ + if yyhl2575 { + yyb2575 = yyj2575 > l } else { - yyb2565 = r.CheckBreak() + yyb2575 = r.CheckBreak() } - if yyb2565 { + if yyb2575 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33550,21 +33646,21 @@ func (x *ServiceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LoadBalancer = LoadBalancerStatus{} } else { - yyv2566 := &x.LoadBalancer - yyv2566.CodecDecodeSelf(d) + yyv2576 := &x.LoadBalancer + yyv2576.CodecDecodeSelf(d) } for { - yyj2565++ - if yyhl2565 { - yyb2565 = yyj2565 > l + yyj2575++ + if yyhl2575 { + yyb2575 = yyj2575 > l } else { - yyb2565 = r.CheckBreak() + yyb2575 = r.CheckBreak() } - if yyb2565 { + if yyb2575 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2565-1, "") + z.DecStructFieldNotFound(yyj2575-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33576,38 +33672,38 @@ func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2567 := z.EncBinary() - _ = yym2567 + yym2577 := z.EncBinary() + _ = yym2577 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2568 := !z.EncBinary() - yy2arr2568 := z.EncBasicHandle().StructToArray - var yyq2568 [1]bool - _, _, _ = yysep2568, yyq2568, yy2arr2568 - const yyr2568 bool = false - yyq2568[0] = len(x.Ingress) != 0 - var yynn2568 int - if yyr2568 || yy2arr2568 { + yysep2578 := !z.EncBinary() + yy2arr2578 := z.EncBasicHandle().StructToArray + var yyq2578 [1]bool + _, _, _ = yysep2578, yyq2578, yy2arr2578 + const yyr2578 bool = false + yyq2578[0] = len(x.Ingress) != 0 + var yynn2578 int + if yyr2578 || yy2arr2578 { r.EncodeArrayStart(1) } else { - yynn2568 = 0 - for _, b := range yyq2568 { + yynn2578 = 0 + for _, b := range yyq2578 { if b { - yynn2568++ + yynn2578++ } } - r.EncodeMapStart(yynn2568) - yynn2568 = 0 + r.EncodeMapStart(yynn2578) + yynn2578 = 0 } - if yyr2568 || yy2arr2568 { + if yyr2578 || yy2arr2578 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2568[0] { + if yyq2578[0] { if x.Ingress == nil { r.EncodeNil() } else { - yym2570 := z.EncBinary() - _ = yym2570 + yym2580 := z.EncBinary() + _ = yym2580 if false { } else { h.encSliceLoadBalancerIngress(([]LoadBalancerIngress)(x.Ingress), e) @@ -33617,15 +33713,15 @@ func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2568[0] { + if yyq2578[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ingress")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ingress == nil { r.EncodeNil() } else { - yym2571 := z.EncBinary() - _ = yym2571 + yym2581 := z.EncBinary() + _ = yym2581 if false { } else { h.encSliceLoadBalancerIngress(([]LoadBalancerIngress)(x.Ingress), e) @@ -33633,7 +33729,7 @@ func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2568 || yy2arr2568 { + if yyr2578 || yy2arr2578 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33646,25 +33742,25 @@ func (x *LoadBalancerStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2572 := z.DecBinary() - _ = yym2572 + yym2582 := z.DecBinary() + _ = yym2582 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2573 := r.ContainerType() - if yyct2573 == codecSelferValueTypeMap1234 { - yyl2573 := r.ReadMapStart() - if yyl2573 == 0 { + yyct2583 := r.ContainerType() + if yyct2583 == codecSelferValueTypeMap1234 { + yyl2583 := r.ReadMapStart() + if yyl2583 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2573, d) + x.codecDecodeSelfFromMap(yyl2583, d) } - } else if yyct2573 == codecSelferValueTypeArray1234 { - yyl2573 := r.ReadArrayStart() - if yyl2573 == 0 { + } else if yyct2583 == codecSelferValueTypeArray1234 { + yyl2583 := r.ReadArrayStart() + if yyl2583 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2573, d) + x.codecDecodeSelfFromArray(yyl2583, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33676,12 +33772,12 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2574Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2574Slc - var yyhl2574 bool = l >= 0 - for yyj2574 := 0; ; yyj2574++ { - if yyhl2574 { - if yyj2574 >= l { + var yys2584Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2584Slc + var yyhl2584 bool = l >= 0 + for yyj2584 := 0; ; yyj2584++ { + if yyhl2584 { + if yyj2584 >= l { break } } else { @@ -33690,26 +33786,26 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2574Slc = r.DecodeBytes(yys2574Slc, true, true) - yys2574 := string(yys2574Slc) + yys2584Slc = r.DecodeBytes(yys2584Slc, true, true) + yys2584 := string(yys2584Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2574 { + switch yys2584 { case "ingress": if r.TryDecodeAsNil() { x.Ingress = nil } else { - yyv2575 := &x.Ingress - yym2576 := z.DecBinary() - _ = yym2576 + yyv2585 := &x.Ingress + yym2586 := z.DecBinary() + _ = yym2586 if false { } else { - h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2575), d) + h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2585), d) } } default: - z.DecStructFieldNotFound(-1, yys2574) - } // end switch yys2574 - } // end for yyj2574 + z.DecStructFieldNotFound(-1, yys2584) + } // end switch yys2584 + } // end for yyj2584 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33717,16 +33813,16 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2577 int - var yyb2577 bool - var yyhl2577 bool = l >= 0 - yyj2577++ - if yyhl2577 { - yyb2577 = yyj2577 > l + var yyj2587 int + var yyb2587 bool + var yyhl2587 bool = l >= 0 + yyj2587++ + if yyhl2587 { + yyb2587 = yyj2587 > l } else { - yyb2577 = r.CheckBreak() + yyb2587 = r.CheckBreak() } - if yyb2577 { + if yyb2587 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33734,26 +33830,26 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.Ingress = nil } else { - yyv2578 := &x.Ingress - yym2579 := z.DecBinary() - _ = yym2579 + yyv2588 := &x.Ingress + yym2589 := z.DecBinary() + _ = yym2589 if false { } else { - h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2578), d) + h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2588), d) } } for { - yyj2577++ - if yyhl2577 { - yyb2577 = yyj2577 > l + yyj2587++ + if yyhl2587 { + yyb2587 = yyj2587 > l } else { - yyb2577 = r.CheckBreak() + yyb2587 = r.CheckBreak() } - if yyb2577 { + if yyb2587 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2577-1, "") + z.DecStructFieldNotFound(yyj2587-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33765,36 +33861,36 @@ func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2580 := z.EncBinary() - _ = yym2580 + yym2590 := z.EncBinary() + _ = yym2590 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2581 := !z.EncBinary() - yy2arr2581 := z.EncBasicHandle().StructToArray - var yyq2581 [2]bool - _, _, _ = yysep2581, yyq2581, yy2arr2581 - const yyr2581 bool = false - yyq2581[0] = x.IP != "" - yyq2581[1] = x.Hostname != "" - var yynn2581 int - if yyr2581 || yy2arr2581 { + yysep2591 := !z.EncBinary() + yy2arr2591 := z.EncBasicHandle().StructToArray + var yyq2591 [2]bool + _, _, _ = yysep2591, yyq2591, yy2arr2591 + const yyr2591 bool = false + yyq2591[0] = x.IP != "" + yyq2591[1] = x.Hostname != "" + var yynn2591 int + if yyr2591 || yy2arr2591 { r.EncodeArrayStart(2) } else { - yynn2581 = 0 - for _, b := range yyq2581 { + yynn2591 = 0 + for _, b := range yyq2591 { if b { - yynn2581++ + yynn2591++ } } - r.EncodeMapStart(yynn2581) - yynn2581 = 0 + r.EncodeMapStart(yynn2591) + yynn2591 = 0 } - if yyr2581 || yy2arr2581 { + if yyr2591 || yy2arr2591 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2581[0] { - yym2583 := z.EncBinary() - _ = yym2583 + if yyq2591[0] { + yym2593 := z.EncBinary() + _ = yym2593 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) @@ -33803,23 +33899,23 @@ func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2581[0] { + if yyq2591[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ip")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2584 := z.EncBinary() - _ = yym2584 + yym2594 := z.EncBinary() + _ = yym2594 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) } } } - if yyr2581 || yy2arr2581 { + if yyr2591 || yy2arr2591 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2581[1] { - yym2586 := z.EncBinary() - _ = yym2586 + if yyq2591[1] { + yym2596 := z.EncBinary() + _ = yym2596 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) @@ -33828,19 +33924,19 @@ func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2581[1] { + if yyq2591[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostname")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2587 := z.EncBinary() - _ = yym2587 + yym2597 := z.EncBinary() + _ = yym2597 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) } } } - if yyr2581 || yy2arr2581 { + if yyr2591 || yy2arr2591 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33853,25 +33949,25 @@ func (x *LoadBalancerIngress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2588 := z.DecBinary() - _ = yym2588 + yym2598 := z.DecBinary() + _ = yym2598 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2589 := r.ContainerType() - if yyct2589 == codecSelferValueTypeMap1234 { - yyl2589 := r.ReadMapStart() - if yyl2589 == 0 { + yyct2599 := r.ContainerType() + if yyct2599 == codecSelferValueTypeMap1234 { + yyl2599 := r.ReadMapStart() + if yyl2599 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2589, d) + x.codecDecodeSelfFromMap(yyl2599, d) } - } else if yyct2589 == codecSelferValueTypeArray1234 { - yyl2589 := r.ReadArrayStart() - if yyl2589 == 0 { + } else if yyct2599 == codecSelferValueTypeArray1234 { + yyl2599 := r.ReadArrayStart() + if yyl2599 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2589, d) + x.codecDecodeSelfFromArray(yyl2599, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33883,12 +33979,12 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2590Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2590Slc - var yyhl2590 bool = l >= 0 - for yyj2590 := 0; ; yyj2590++ { - if yyhl2590 { - if yyj2590 >= l { + var yys2600Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2600Slc + var yyhl2600 bool = l >= 0 + for yyj2600 := 0; ; yyj2600++ { + if yyhl2600 { + if yyj2600 >= l { break } } else { @@ -33897,10 +33993,10 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2590Slc = r.DecodeBytes(yys2590Slc, true, true) - yys2590 := string(yys2590Slc) + yys2600Slc = r.DecodeBytes(yys2600Slc, true, true) + yys2600 := string(yys2600Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2590 { + switch yys2600 { case "ip": if r.TryDecodeAsNil() { x.IP = "" @@ -33914,9 +34010,9 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.Hostname = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2590) - } // end switch yys2590 - } // end for yyj2590 + z.DecStructFieldNotFound(-1, yys2600) + } // end switch yys2600 + } // end for yyj2600 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33924,16 +34020,16 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2593 int - var yyb2593 bool - var yyhl2593 bool = l >= 0 - yyj2593++ - if yyhl2593 { - yyb2593 = yyj2593 > l + var yyj2603 int + var yyb2603 bool + var yyhl2603 bool = l >= 0 + yyj2603++ + if yyhl2603 { + yyb2603 = yyj2603 > l } else { - yyb2593 = r.CheckBreak() + yyb2603 = r.CheckBreak() } - if yyb2593 { + if yyb2603 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33943,13 +34039,13 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.IP = string(r.DecodeString()) } - yyj2593++ - if yyhl2593 { - yyb2593 = yyj2593 > l + yyj2603++ + if yyhl2603 { + yyb2603 = yyj2603 > l } else { - yyb2593 = r.CheckBreak() + yyb2603 = r.CheckBreak() } - if yyb2593 { + if yyb2603 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33960,17 +34056,17 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.Hostname = string(r.DecodeString()) } for { - yyj2593++ - if yyhl2593 { - yyb2593 = yyj2593 > l + yyj2603++ + if yyhl2603 { + yyb2603 = yyj2603 > l } else { - yyb2593 = r.CheckBreak() + yyb2603 = r.CheckBreak() } - if yyb2593 { + if yyb2603 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2593-1, "") + z.DecStructFieldNotFound(yyj2603-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33982,57 +34078,57 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2596 := z.EncBinary() - _ = yym2596 + yym2606 := z.EncBinary() + _ = yym2606 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2597 := !z.EncBinary() - yy2arr2597 := z.EncBasicHandle().StructToArray - var yyq2597 [9]bool - _, _, _ = yysep2597, yyq2597, yy2arr2597 - const yyr2597 bool = false - yyq2597[0] = x.Type != "" - yyq2597[3] = x.ClusterIP != "" - yyq2597[5] = len(x.ExternalIPs) != 0 - yyq2597[6] = x.LoadBalancerIP != "" - yyq2597[7] = x.SessionAffinity != "" - yyq2597[8] = len(x.LoadBalancerSourceRanges) != 0 - var yynn2597 int - if yyr2597 || yy2arr2597 { + yysep2607 := !z.EncBinary() + yy2arr2607 := z.EncBasicHandle().StructToArray + var yyq2607 [9]bool + _, _, _ = yysep2607, yyq2607, yy2arr2607 + const yyr2607 bool = false + yyq2607[0] = x.Type != "" + yyq2607[3] = x.ClusterIP != "" + yyq2607[5] = len(x.ExternalIPs) != 0 + yyq2607[6] = x.LoadBalancerIP != "" + yyq2607[7] = x.SessionAffinity != "" + yyq2607[8] = len(x.LoadBalancerSourceRanges) != 0 + var yynn2607 int + if yyr2607 || yy2arr2607 { r.EncodeArrayStart(9) } else { - yynn2597 = 3 - for _, b := range yyq2597 { + yynn2607 = 3 + for _, b := range yyq2607 { if b { - yynn2597++ + yynn2607++ } } - r.EncodeMapStart(yynn2597) - yynn2597 = 0 + r.EncodeMapStart(yynn2607) + yynn2607 = 0 } - if yyr2597 || yy2arr2597 { + if yyr2607 || yy2arr2607 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2597[0] { + if yyq2607[0] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2597[0] { + if yyq2607[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr2597 || yy2arr2597 { + if yyr2607 || yy2arr2607 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Ports == nil { r.EncodeNil() } else { - yym2600 := z.EncBinary() - _ = yym2600 + yym2610 := z.EncBinary() + _ = yym2610 if false { } else { h.encSliceServicePort(([]ServicePort)(x.Ports), e) @@ -34045,21 +34141,21 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Ports == nil { r.EncodeNil() } else { - yym2601 := z.EncBinary() - _ = yym2601 + yym2611 := z.EncBinary() + _ = yym2611 if false { } else { h.encSliceServicePort(([]ServicePort)(x.Ports), e) } } } - if yyr2597 || yy2arr2597 { + if yyr2607 || yy2arr2607 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Selector == nil { r.EncodeNil() } else { - yym2603 := z.EncBinary() - _ = yym2603 + yym2613 := z.EncBinary() + _ = yym2613 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) @@ -34072,19 +34168,19 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Selector == nil { r.EncodeNil() } else { - yym2604 := z.EncBinary() - _ = yym2604 + yym2614 := z.EncBinary() + _ = yym2614 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) } } } - if yyr2597 || yy2arr2597 { + if yyr2607 || yy2arr2607 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2597[3] { - yym2606 := z.EncBinary() - _ = yym2606 + if yyq2607[3] { + yym2616 := z.EncBinary() + _ = yym2616 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClusterIP)) @@ -34093,22 +34189,22 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2597[3] { + if yyq2607[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("clusterIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2607 := z.EncBinary() - _ = yym2607 + yym2617 := z.EncBinary() + _ = yym2617 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClusterIP)) } } } - if yyr2597 || yy2arr2597 { + if yyr2607 || yy2arr2607 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2609 := z.EncBinary() - _ = yym2609 + yym2619 := z.EncBinary() + _ = yym2619 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalName)) @@ -34117,21 +34213,21 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ExternalName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2610 := z.EncBinary() - _ = yym2610 + yym2620 := z.EncBinary() + _ = yym2620 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalName)) } } - if yyr2597 || yy2arr2597 { + if yyr2607 || yy2arr2607 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2597[5] { + if yyq2607[5] { if x.ExternalIPs == nil { r.EncodeNil() } else { - yym2612 := z.EncBinary() - _ = yym2612 + yym2622 := z.EncBinary() + _ = yym2622 if false { } else { z.F.EncSliceStringV(x.ExternalIPs, false, e) @@ -34141,15 +34237,15 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2597[5] { + if yyq2607[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("externalIPs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ExternalIPs == nil { r.EncodeNil() } else { - yym2613 := z.EncBinary() - _ = yym2613 + yym2623 := z.EncBinary() + _ = yym2623 if false { } else { z.F.EncSliceStringV(x.ExternalIPs, false, e) @@ -34157,11 +34253,11 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2597 || yy2arr2597 { + if yyr2607 || yy2arr2607 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2597[6] { - yym2615 := z.EncBinary() - _ = yym2615 + if yyq2607[6] { + yym2625 := z.EncBinary() + _ = yym2625 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LoadBalancerIP)) @@ -34170,41 +34266,41 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2597[6] { + if yyq2607[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancerIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2616 := z.EncBinary() - _ = yym2616 + yym2626 := z.EncBinary() + _ = yym2626 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LoadBalancerIP)) } } } - if yyr2597 || yy2arr2597 { + if yyr2607 || yy2arr2607 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2597[7] { + if yyq2607[7] { x.SessionAffinity.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2597[7] { + if yyq2607[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sessionAffinity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.SessionAffinity.CodecEncodeSelf(e) } } - if yyr2597 || yy2arr2597 { + if yyr2607 || yy2arr2607 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2597[8] { + if yyq2607[8] { if x.LoadBalancerSourceRanges == nil { r.EncodeNil() } else { - yym2619 := z.EncBinary() - _ = yym2619 + yym2629 := z.EncBinary() + _ = yym2629 if false { } else { z.F.EncSliceStringV(x.LoadBalancerSourceRanges, false, e) @@ -34214,15 +34310,15 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2597[8] { + if yyq2607[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancerSourceRanges")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.LoadBalancerSourceRanges == nil { r.EncodeNil() } else { - yym2620 := z.EncBinary() - _ = yym2620 + yym2630 := z.EncBinary() + _ = yym2630 if false { } else { z.F.EncSliceStringV(x.LoadBalancerSourceRanges, false, e) @@ -34230,7 +34326,7 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2597 || yy2arr2597 { + if yyr2607 || yy2arr2607 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34243,25 +34339,25 @@ func (x *ServiceSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2621 := z.DecBinary() - _ = yym2621 + yym2631 := z.DecBinary() + _ = yym2631 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2622 := r.ContainerType() - if yyct2622 == codecSelferValueTypeMap1234 { - yyl2622 := r.ReadMapStart() - if yyl2622 == 0 { + yyct2632 := r.ContainerType() + if yyct2632 == codecSelferValueTypeMap1234 { + yyl2632 := r.ReadMapStart() + if yyl2632 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2622, d) + x.codecDecodeSelfFromMap(yyl2632, d) } - } else if yyct2622 == codecSelferValueTypeArray1234 { - yyl2622 := r.ReadArrayStart() - if yyl2622 == 0 { + } else if yyct2632 == codecSelferValueTypeArray1234 { + yyl2632 := r.ReadArrayStart() + if yyl2632 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2622, d) + x.codecDecodeSelfFromArray(yyl2632, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34273,12 +34369,12 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2623Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2623Slc - var yyhl2623 bool = l >= 0 - for yyj2623 := 0; ; yyj2623++ { - if yyhl2623 { - if yyj2623 >= l { + var yys2633Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2633Slc + var yyhl2633 bool = l >= 0 + for yyj2633 := 0; ; yyj2633++ { + if yyhl2633 { + if yyj2633 >= l { break } } else { @@ -34287,10 +34383,10 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2623Slc = r.DecodeBytes(yys2623Slc, true, true) - yys2623 := string(yys2623Slc) + yys2633Slc = r.DecodeBytes(yys2633Slc, true, true) + yys2633 := string(yys2633Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2623 { + switch yys2633 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -34301,24 +34397,24 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2625 := &x.Ports - yym2626 := z.DecBinary() - _ = yym2626 + yyv2635 := &x.Ports + yym2636 := z.DecBinary() + _ = yym2636 if false { } else { - h.decSliceServicePort((*[]ServicePort)(yyv2625), d) + h.decSliceServicePort((*[]ServicePort)(yyv2635), d) } } case "selector": if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2627 := &x.Selector - yym2628 := z.DecBinary() - _ = yym2628 + yyv2637 := &x.Selector + yym2638 := z.DecBinary() + _ = yym2638 if false { } else { - z.F.DecMapStringStringX(yyv2627, false, d) + z.F.DecMapStringStringX(yyv2637, false, d) } } case "clusterIP": @@ -34337,12 +34433,12 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ExternalIPs = nil } else { - yyv2631 := &x.ExternalIPs - yym2632 := z.DecBinary() - _ = yym2632 + yyv2641 := &x.ExternalIPs + yym2642 := z.DecBinary() + _ = yym2642 if false { } else { - z.F.DecSliceStringX(yyv2631, false, d) + z.F.DecSliceStringX(yyv2641, false, d) } } case "loadBalancerIP": @@ -34361,18 +34457,18 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LoadBalancerSourceRanges = nil } else { - yyv2635 := &x.LoadBalancerSourceRanges - yym2636 := z.DecBinary() - _ = yym2636 + yyv2645 := &x.LoadBalancerSourceRanges + yym2646 := z.DecBinary() + _ = yym2646 if false { } else { - z.F.DecSliceStringX(yyv2635, false, d) + z.F.DecSliceStringX(yyv2645, false, d) } } default: - z.DecStructFieldNotFound(-1, yys2623) - } // end switch yys2623 - } // end for yyj2623 + z.DecStructFieldNotFound(-1, yys2633) + } // end switch yys2633 + } // end for yyj2633 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34380,16 +34476,16 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2637 int - var yyb2637 bool - var yyhl2637 bool = l >= 0 - yyj2637++ - if yyhl2637 { - yyb2637 = yyj2637 > l + var yyj2647 int + var yyb2647 bool + var yyhl2647 bool = l >= 0 + yyj2647++ + if yyhl2647 { + yyb2647 = yyj2647 > l } else { - yyb2637 = r.CheckBreak() + yyb2647 = r.CheckBreak() } - if yyb2637 { + if yyb2647 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34399,13 +34495,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = ServiceType(r.DecodeString()) } - yyj2637++ - if yyhl2637 { - yyb2637 = yyj2637 > l + yyj2647++ + if yyhl2647 { + yyb2647 = yyj2647 > l } else { - yyb2637 = r.CheckBreak() + yyb2647 = r.CheckBreak() } - if yyb2637 { + if yyb2647 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34413,21 +34509,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2639 := &x.Ports - yym2640 := z.DecBinary() - _ = yym2640 + yyv2649 := &x.Ports + yym2650 := z.DecBinary() + _ = yym2650 if false { } else { - h.decSliceServicePort((*[]ServicePort)(yyv2639), d) + h.decSliceServicePort((*[]ServicePort)(yyv2649), d) } } - yyj2637++ - if yyhl2637 { - yyb2637 = yyj2637 > l + yyj2647++ + if yyhl2647 { + yyb2647 = yyj2647 > l } else { - yyb2637 = r.CheckBreak() + yyb2647 = r.CheckBreak() } - if yyb2637 { + if yyb2647 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34435,21 +34531,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2641 := &x.Selector - yym2642 := z.DecBinary() - _ = yym2642 + yyv2651 := &x.Selector + yym2652 := z.DecBinary() + _ = yym2652 if false { } else { - z.F.DecMapStringStringX(yyv2641, false, d) + z.F.DecMapStringStringX(yyv2651, false, d) } } - yyj2637++ - if yyhl2637 { - yyb2637 = yyj2637 > l + yyj2647++ + if yyhl2647 { + yyb2647 = yyj2647 > l } else { - yyb2637 = r.CheckBreak() + yyb2647 = r.CheckBreak() } - if yyb2637 { + if yyb2647 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34459,13 +34555,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ClusterIP = string(r.DecodeString()) } - yyj2637++ - if yyhl2637 { - yyb2637 = yyj2637 > l + yyj2647++ + if yyhl2647 { + yyb2647 = yyj2647 > l } else { - yyb2637 = r.CheckBreak() + yyb2647 = r.CheckBreak() } - if yyb2637 { + if yyb2647 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34475,13 +34571,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ExternalName = string(r.DecodeString()) } - yyj2637++ - if yyhl2637 { - yyb2637 = yyj2637 > l + yyj2647++ + if yyhl2647 { + yyb2647 = yyj2647 > l } else { - yyb2637 = r.CheckBreak() + yyb2647 = r.CheckBreak() } - if yyb2637 { + if yyb2647 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34489,21 +34585,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ExternalIPs = nil } else { - yyv2645 := &x.ExternalIPs - yym2646 := z.DecBinary() - _ = yym2646 + yyv2655 := &x.ExternalIPs + yym2656 := z.DecBinary() + _ = yym2656 if false { } else { - z.F.DecSliceStringX(yyv2645, false, d) + z.F.DecSliceStringX(yyv2655, false, d) } } - yyj2637++ - if yyhl2637 { - yyb2637 = yyj2637 > l + yyj2647++ + if yyhl2647 { + yyb2647 = yyj2647 > l } else { - yyb2637 = r.CheckBreak() + yyb2647 = r.CheckBreak() } - if yyb2637 { + if yyb2647 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34513,13 +34609,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.LoadBalancerIP = string(r.DecodeString()) } - yyj2637++ - if yyhl2637 { - yyb2637 = yyj2637 > l + yyj2647++ + if yyhl2647 { + yyb2647 = yyj2647 > l } else { - yyb2637 = r.CheckBreak() + yyb2647 = r.CheckBreak() } - if yyb2637 { + if yyb2647 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34529,13 +34625,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SessionAffinity = ServiceAffinity(r.DecodeString()) } - yyj2637++ - if yyhl2637 { - yyb2637 = yyj2637 > l + yyj2647++ + if yyhl2647 { + yyb2647 = yyj2647 > l } else { - yyb2637 = r.CheckBreak() + yyb2647 = r.CheckBreak() } - if yyb2637 { + if yyb2647 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34543,26 +34639,26 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LoadBalancerSourceRanges = nil } else { - yyv2649 := &x.LoadBalancerSourceRanges - yym2650 := z.DecBinary() - _ = yym2650 + yyv2659 := &x.LoadBalancerSourceRanges + yym2660 := z.DecBinary() + _ = yym2660 if false { } else { - z.F.DecSliceStringX(yyv2649, false, d) + z.F.DecSliceStringX(yyv2659, false, d) } } for { - yyj2637++ - if yyhl2637 { - yyb2637 = yyj2637 > l + yyj2647++ + if yyhl2647 { + yyb2647 = yyj2647 > l } else { - yyb2637 = r.CheckBreak() + yyb2647 = r.CheckBreak() } - if yyb2637 { + if yyb2647 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2637-1, "") + z.DecStructFieldNotFound(yyj2647-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34574,33 +34670,33 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2651 := z.EncBinary() - _ = yym2651 + yym2661 := z.EncBinary() + _ = yym2661 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2652 := !z.EncBinary() - yy2arr2652 := z.EncBasicHandle().StructToArray - var yyq2652 [5]bool - _, _, _ = yysep2652, yyq2652, yy2arr2652 - const yyr2652 bool = false - var yynn2652 int - if yyr2652 || yy2arr2652 { + yysep2662 := !z.EncBinary() + yy2arr2662 := z.EncBasicHandle().StructToArray + var yyq2662 [5]bool + _, _, _ = yysep2662, yyq2662, yy2arr2662 + const yyr2662 bool = false + var yynn2662 int + if yyr2662 || yy2arr2662 { r.EncodeArrayStart(5) } else { - yynn2652 = 5 - for _, b := range yyq2652 { + yynn2662 = 5 + for _, b := range yyq2662 { if b { - yynn2652++ + yynn2662++ } } - r.EncodeMapStart(yynn2652) - yynn2652 = 0 + r.EncodeMapStart(yynn2662) + yynn2662 = 0 } - if yyr2652 || yy2arr2652 { + if yyr2662 || yy2arr2662 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2654 := z.EncBinary() - _ = yym2654 + yym2664 := z.EncBinary() + _ = yym2664 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -34609,14 +34705,14 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2655 := z.EncBinary() - _ = yym2655 + yym2665 := z.EncBinary() + _ = yym2665 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr2652 || yy2arr2652 { + if yyr2662 || yy2arr2662 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Protocol.CodecEncodeSelf(e) } else { @@ -34625,10 +34721,10 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } - if yyr2652 || yy2arr2652 { + if yyr2662 || yy2arr2662 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2658 := z.EncBinary() - _ = yym2658 + yym2668 := z.EncBinary() + _ = yym2668 if false { } else { r.EncodeInt(int64(x.Port)) @@ -34637,44 +34733,44 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2659 := z.EncBinary() - _ = yym2659 + yym2669 := z.EncBinary() + _ = yym2669 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2652 || yy2arr2652 { + if yyr2662 || yy2arr2662 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy2661 := &x.TargetPort - yym2662 := z.EncBinary() - _ = yym2662 + yy2671 := &x.TargetPort + yym2672 := z.EncBinary() + _ = yym2672 if false { - } else if z.HasExtensions() && z.EncExt(yy2661) { - } else if !yym2662 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2661) + } else if z.HasExtensions() && z.EncExt(yy2671) { + } else if !yym2672 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2671) } else { - z.EncFallback(yy2661) + z.EncFallback(yy2671) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("targetPort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2663 := &x.TargetPort - yym2664 := z.EncBinary() - _ = yym2664 + yy2673 := &x.TargetPort + yym2674 := z.EncBinary() + _ = yym2674 if false { - } else if z.HasExtensions() && z.EncExt(yy2663) { - } else if !yym2664 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2663) + } else if z.HasExtensions() && z.EncExt(yy2673) { + } else if !yym2674 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2673) } else { - z.EncFallback(yy2663) + z.EncFallback(yy2673) } } - if yyr2652 || yy2arr2652 { + if yyr2662 || yy2arr2662 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2666 := z.EncBinary() - _ = yym2666 + yym2676 := z.EncBinary() + _ = yym2676 if false { } else { r.EncodeInt(int64(x.NodePort)) @@ -34683,14 +34779,14 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodePort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2667 := z.EncBinary() - _ = yym2667 + yym2677 := z.EncBinary() + _ = yym2677 if false { } else { r.EncodeInt(int64(x.NodePort)) } } - if yyr2652 || yy2arr2652 { + if yyr2662 || yy2arr2662 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34703,25 +34799,25 @@ func (x *ServicePort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2668 := z.DecBinary() - _ = yym2668 + yym2678 := z.DecBinary() + _ = yym2678 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2669 := r.ContainerType() - if yyct2669 == codecSelferValueTypeMap1234 { - yyl2669 := r.ReadMapStart() - if yyl2669 == 0 { + yyct2679 := r.ContainerType() + if yyct2679 == codecSelferValueTypeMap1234 { + yyl2679 := r.ReadMapStart() + if yyl2679 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2669, d) + x.codecDecodeSelfFromMap(yyl2679, d) } - } else if yyct2669 == codecSelferValueTypeArray1234 { - yyl2669 := r.ReadArrayStart() - if yyl2669 == 0 { + } else if yyct2679 == codecSelferValueTypeArray1234 { + yyl2679 := r.ReadArrayStart() + if yyl2679 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2669, d) + x.codecDecodeSelfFromArray(yyl2679, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34733,12 +34829,12 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2670Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2670Slc - var yyhl2670 bool = l >= 0 - for yyj2670 := 0; ; yyj2670++ { - if yyhl2670 { - if yyj2670 >= l { + var yys2680Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2680Slc + var yyhl2680 bool = l >= 0 + for yyj2680 := 0; ; yyj2680++ { + if yyhl2680 { + if yyj2680 >= l { break } } else { @@ -34747,10 +34843,10 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2670Slc = r.DecodeBytes(yys2670Slc, true, true) - yys2670 := string(yys2670Slc) + yys2680Slc = r.DecodeBytes(yys2680Slc, true, true) + yys2680 := string(yys2680Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2670 { + switch yys2680 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -34773,15 +34869,15 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.TargetPort = pkg4_intstr.IntOrString{} } else { - yyv2674 := &x.TargetPort - yym2675 := z.DecBinary() - _ = yym2675 + yyv2684 := &x.TargetPort + yym2685 := z.DecBinary() + _ = yym2685 if false { - } else if z.HasExtensions() && z.DecExt(yyv2674) { - } else if !yym2675 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2674) + } else if z.HasExtensions() && z.DecExt(yyv2684) { + } else if !yym2685 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2684) } else { - z.DecFallback(yyv2674, false) + z.DecFallback(yyv2684, false) } } case "nodePort": @@ -34791,9 +34887,9 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.NodePort = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys2670) - } // end switch yys2670 - } // end for yyj2670 + z.DecStructFieldNotFound(-1, yys2680) + } // end switch yys2680 + } // end for yyj2680 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34801,16 +34897,16 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2677 int - var yyb2677 bool - var yyhl2677 bool = l >= 0 - yyj2677++ - if yyhl2677 { - yyb2677 = yyj2677 > l + var yyj2687 int + var yyb2687 bool + var yyhl2687 bool = l >= 0 + yyj2687++ + if yyhl2687 { + yyb2687 = yyj2687 > l } else { - yyb2677 = r.CheckBreak() + yyb2687 = r.CheckBreak() } - if yyb2677 { + if yyb2687 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34820,13 +34916,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj2677++ - if yyhl2677 { - yyb2677 = yyj2677 > l + yyj2687++ + if yyhl2687 { + yyb2687 = yyj2687 > l } else { - yyb2677 = r.CheckBreak() + yyb2687 = r.CheckBreak() } - if yyb2677 { + if yyb2687 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34836,13 +34932,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Protocol = Protocol(r.DecodeString()) } - yyj2677++ - if yyhl2677 { - yyb2677 = yyj2677 > l + yyj2687++ + if yyhl2687 { + yyb2687 = yyj2687 > l } else { - yyb2677 = r.CheckBreak() + yyb2687 = r.CheckBreak() } - if yyb2677 { + if yyb2687 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34852,13 +34948,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Port = int32(r.DecodeInt(32)) } - yyj2677++ - if yyhl2677 { - yyb2677 = yyj2677 > l + yyj2687++ + if yyhl2687 { + yyb2687 = yyj2687 > l } else { - yyb2677 = r.CheckBreak() + yyb2687 = r.CheckBreak() } - if yyb2677 { + if yyb2687 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34866,24 +34962,24 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.TargetPort = pkg4_intstr.IntOrString{} } else { - yyv2681 := &x.TargetPort - yym2682 := z.DecBinary() - _ = yym2682 + yyv2691 := &x.TargetPort + yym2692 := z.DecBinary() + _ = yym2692 if false { - } else if z.HasExtensions() && z.DecExt(yyv2681) { - } else if !yym2682 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2681) + } else if z.HasExtensions() && z.DecExt(yyv2691) { + } else if !yym2692 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2691) } else { - z.DecFallback(yyv2681, false) + z.DecFallback(yyv2691, false) } } - yyj2677++ - if yyhl2677 { - yyb2677 = yyj2677 > l + yyj2687++ + if yyhl2687 { + yyb2687 = yyj2687 > l } else { - yyb2677 = r.CheckBreak() + yyb2687 = r.CheckBreak() } - if yyb2677 { + if yyb2687 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34894,17 +34990,17 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.NodePort = int32(r.DecodeInt(32)) } for { - yyj2677++ - if yyhl2677 { - yyb2677 = yyj2677 > l + yyj2687++ + if yyhl2687 { + yyb2687 = yyj2687 > l } else { - yyb2677 = r.CheckBreak() + yyb2687 = r.CheckBreak() } - if yyb2677 { + if yyb2687 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2677-1, "") + z.DecStructFieldNotFound(yyj2687-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34916,39 +35012,39 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2684 := z.EncBinary() - _ = yym2684 + yym2694 := z.EncBinary() + _ = yym2694 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2685 := !z.EncBinary() - yy2arr2685 := z.EncBasicHandle().StructToArray - var yyq2685 [5]bool - _, _, _ = yysep2685, yyq2685, yy2arr2685 - const yyr2685 bool = false - yyq2685[0] = x.Kind != "" - yyq2685[1] = x.APIVersion != "" - yyq2685[2] = true - yyq2685[3] = true - yyq2685[4] = true - var yynn2685 int - if yyr2685 || yy2arr2685 { + yysep2695 := !z.EncBinary() + yy2arr2695 := z.EncBasicHandle().StructToArray + var yyq2695 [5]bool + _, _, _ = yysep2695, yyq2695, yy2arr2695 + const yyr2695 bool = false + yyq2695[0] = x.Kind != "" + yyq2695[1] = x.APIVersion != "" + yyq2695[2] = true + yyq2695[3] = true + yyq2695[4] = true + var yynn2695 int + if yyr2695 || yy2arr2695 { r.EncodeArrayStart(5) } else { - yynn2685 = 0 - for _, b := range yyq2685 { + yynn2695 = 0 + for _, b := range yyq2695 { if b { - yynn2685++ + yynn2695++ } } - r.EncodeMapStart(yynn2685) - yynn2685 = 0 + r.EncodeMapStart(yynn2695) + yynn2695 = 0 } - if yyr2685 || yy2arr2685 { + if yyr2695 || yy2arr2695 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2685[0] { - yym2687 := z.EncBinary() - _ = yym2687 + if yyq2695[0] { + yym2697 := z.EncBinary() + _ = yym2697 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -34957,23 +35053,23 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2685[0] { + if yyq2695[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2688 := z.EncBinary() - _ = yym2688 + yym2698 := z.EncBinary() + _ = yym2698 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2685 || yy2arr2685 { + if yyr2695 || yy2arr2695 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2685[1] { - yym2690 := z.EncBinary() - _ = yym2690 + if yyq2695[1] { + yym2700 := z.EncBinary() + _ = yym2700 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -34982,70 +35078,70 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2685[1] { + if yyq2695[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2691 := z.EncBinary() - _ = yym2691 + yym2701 := z.EncBinary() + _ = yym2701 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2685 || yy2arr2685 { + if yyr2695 || yy2arr2695 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2685[2] { - yy2693 := &x.ObjectMeta - yy2693.CodecEncodeSelf(e) + if yyq2695[2] { + yy2703 := &x.ObjectMeta + yy2703.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2685[2] { + if yyq2695[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2694 := &x.ObjectMeta - yy2694.CodecEncodeSelf(e) + yy2704 := &x.ObjectMeta + yy2704.CodecEncodeSelf(e) } } - if yyr2685 || yy2arr2685 { + if yyr2695 || yy2arr2695 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2685[3] { - yy2696 := &x.Spec - yy2696.CodecEncodeSelf(e) + if yyq2695[3] { + yy2706 := &x.Spec + yy2706.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2685[3] { + if yyq2695[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2697 := &x.Spec - yy2697.CodecEncodeSelf(e) + yy2707 := &x.Spec + yy2707.CodecEncodeSelf(e) } } - if yyr2685 || yy2arr2685 { + if yyr2695 || yy2arr2695 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2685[4] { - yy2699 := &x.Status - yy2699.CodecEncodeSelf(e) + if yyq2695[4] { + yy2709 := &x.Status + yy2709.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2685[4] { + if yyq2695[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2700 := &x.Status - yy2700.CodecEncodeSelf(e) + yy2710 := &x.Status + yy2710.CodecEncodeSelf(e) } } - if yyr2685 || yy2arr2685 { + if yyr2695 || yy2arr2695 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35058,25 +35154,25 @@ func (x *Service) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2701 := z.DecBinary() - _ = yym2701 + yym2711 := z.DecBinary() + _ = yym2711 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2702 := r.ContainerType() - if yyct2702 == codecSelferValueTypeMap1234 { - yyl2702 := r.ReadMapStart() - if yyl2702 == 0 { + yyct2712 := r.ContainerType() + if yyct2712 == codecSelferValueTypeMap1234 { + yyl2712 := r.ReadMapStart() + if yyl2712 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2702, d) + x.codecDecodeSelfFromMap(yyl2712, d) } - } else if yyct2702 == codecSelferValueTypeArray1234 { - yyl2702 := r.ReadArrayStart() - if yyl2702 == 0 { + } else if yyct2712 == codecSelferValueTypeArray1234 { + yyl2712 := r.ReadArrayStart() + if yyl2712 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2702, d) + x.codecDecodeSelfFromArray(yyl2712, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35088,12 +35184,12 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2703Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2703Slc - var yyhl2703 bool = l >= 0 - for yyj2703 := 0; ; yyj2703++ { - if yyhl2703 { - if yyj2703 >= l { + var yys2713Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2713Slc + var yyhl2713 bool = l >= 0 + for yyj2713 := 0; ; yyj2713++ { + if yyhl2713 { + if yyj2713 >= l { break } } else { @@ -35102,10 +35198,10 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2703Slc = r.DecodeBytes(yys2703Slc, true, true) - yys2703 := string(yys2703Slc) + yys2713Slc = r.DecodeBytes(yys2713Slc, true, true) + yys2713 := string(yys2713Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2703 { + switch yys2713 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -35122,27 +35218,27 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2706 := &x.ObjectMeta - yyv2706.CodecDecodeSelf(d) + yyv2716 := &x.ObjectMeta + yyv2716.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ServiceSpec{} } else { - yyv2707 := &x.Spec - yyv2707.CodecDecodeSelf(d) + yyv2717 := &x.Spec + yyv2717.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ServiceStatus{} } else { - yyv2708 := &x.Status - yyv2708.CodecDecodeSelf(d) + yyv2718 := &x.Status + yyv2718.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2703) - } // end switch yys2703 - } // end for yyj2703 + z.DecStructFieldNotFound(-1, yys2713) + } // end switch yys2713 + } // end for yyj2713 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35150,16 +35246,16 @@ func (x *Service) 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 yyj2719 int + var yyb2719 bool + var yyhl2719 bool = l >= 0 + yyj2719++ + if yyhl2719 { + yyb2719 = yyj2719 > l } else { - yyb2709 = r.CheckBreak() + yyb2719 = r.CheckBreak() } - if yyb2709 { + if yyb2719 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35169,13 +35265,13 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2709++ - if yyhl2709 { - yyb2709 = yyj2709 > l + yyj2719++ + if yyhl2719 { + yyb2719 = yyj2719 > l } else { - yyb2709 = r.CheckBreak() + yyb2719 = r.CheckBreak() } - if yyb2709 { + if yyb2719 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35185,13 +35281,13 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2709++ - if yyhl2709 { - yyb2709 = yyj2709 > l + yyj2719++ + if yyhl2719 { + yyb2719 = yyj2719 > l } else { - yyb2709 = r.CheckBreak() + yyb2719 = r.CheckBreak() } - if yyb2709 { + if yyb2719 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35199,16 +35295,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2712 := &x.ObjectMeta - yyv2712.CodecDecodeSelf(d) + yyv2722 := &x.ObjectMeta + yyv2722.CodecDecodeSelf(d) } - yyj2709++ - if yyhl2709 { - yyb2709 = yyj2709 > l + yyj2719++ + if yyhl2719 { + yyb2719 = yyj2719 > l } else { - yyb2709 = r.CheckBreak() + yyb2719 = r.CheckBreak() } - if yyb2709 { + if yyb2719 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35216,16 +35312,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = ServiceSpec{} } else { - yyv2713 := &x.Spec - yyv2713.CodecDecodeSelf(d) + yyv2723 := &x.Spec + yyv2723.CodecDecodeSelf(d) } - yyj2709++ - if yyhl2709 { - yyb2709 = yyj2709 > l + yyj2719++ + if yyhl2719 { + yyb2719 = yyj2719 > l } else { - yyb2709 = r.CheckBreak() + yyb2719 = r.CheckBreak() } - if yyb2709 { + if yyb2719 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35233,21 +35329,21 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = ServiceStatus{} } else { - yyv2714 := &x.Status - yyv2714.CodecDecodeSelf(d) + yyv2724 := &x.Status + yyv2724.CodecDecodeSelf(d) } for { - yyj2709++ - if yyhl2709 { - yyb2709 = yyj2709 > l + yyj2719++ + if yyhl2719 { + yyb2719 = yyj2719 > l } else { - yyb2709 = r.CheckBreak() + yyb2719 = r.CheckBreak() } - if yyb2709 { + if yyb2719 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2709-1, "") + z.DecStructFieldNotFound(yyj2719-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35259,38 +35355,38 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2715 := z.EncBinary() - _ = yym2715 + yym2725 := z.EncBinary() + _ = yym2725 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2716 := !z.EncBinary() - yy2arr2716 := z.EncBasicHandle().StructToArray - var yyq2716 [5]bool - _, _, _ = yysep2716, yyq2716, yy2arr2716 - const yyr2716 bool = false - yyq2716[0] = x.Kind != "" - yyq2716[1] = x.APIVersion != "" - yyq2716[2] = true - yyq2716[4] = len(x.ImagePullSecrets) != 0 - var yynn2716 int - if yyr2716 || yy2arr2716 { + yysep2726 := !z.EncBinary() + yy2arr2726 := z.EncBasicHandle().StructToArray + var yyq2726 [5]bool + _, _, _ = yysep2726, yyq2726, yy2arr2726 + const yyr2726 bool = false + yyq2726[0] = x.Kind != "" + yyq2726[1] = x.APIVersion != "" + yyq2726[2] = true + yyq2726[4] = len(x.ImagePullSecrets) != 0 + var yynn2726 int + if yyr2726 || yy2arr2726 { r.EncodeArrayStart(5) } else { - yynn2716 = 1 - for _, b := range yyq2716 { + yynn2726 = 1 + for _, b := range yyq2726 { if b { - yynn2716++ + yynn2726++ } } - r.EncodeMapStart(yynn2716) - yynn2716 = 0 + r.EncodeMapStart(yynn2726) + yynn2726 = 0 } - if yyr2716 || yy2arr2716 { + if yyr2726 || yy2arr2726 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2716[0] { - yym2718 := z.EncBinary() - _ = yym2718 + if yyq2726[0] { + yym2728 := z.EncBinary() + _ = yym2728 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -35299,23 +35395,23 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2716[0] { + if yyq2726[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2719 := z.EncBinary() - _ = yym2719 + yym2729 := z.EncBinary() + _ = yym2729 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2716 || yy2arr2716 { + if yyr2726 || yy2arr2726 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2716[1] { - yym2721 := z.EncBinary() - _ = yym2721 + if yyq2726[1] { + yym2731 := z.EncBinary() + _ = yym2731 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -35324,42 +35420,42 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2716[1] { + if yyq2726[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2722 := z.EncBinary() - _ = yym2722 + yym2732 := z.EncBinary() + _ = yym2732 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2716 || yy2arr2716 { + if yyr2726 || yy2arr2726 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2716[2] { - yy2724 := &x.ObjectMeta - yy2724.CodecEncodeSelf(e) + if yyq2726[2] { + yy2734 := &x.ObjectMeta + yy2734.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2716[2] { + if yyq2726[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2725 := &x.ObjectMeta - yy2725.CodecEncodeSelf(e) + yy2735 := &x.ObjectMeta + yy2735.CodecEncodeSelf(e) } } - if yyr2716 || yy2arr2716 { + if yyr2726 || yy2arr2726 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Secrets == nil { r.EncodeNil() } else { - yym2727 := z.EncBinary() - _ = yym2727 + yym2737 := z.EncBinary() + _ = yym2737 if false { } else { h.encSliceObjectReference(([]ObjectReference)(x.Secrets), e) @@ -35372,22 +35468,22 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { if x.Secrets == nil { r.EncodeNil() } else { - yym2728 := z.EncBinary() - _ = yym2728 + yym2738 := z.EncBinary() + _ = yym2738 if false { } else { h.encSliceObjectReference(([]ObjectReference)(x.Secrets), e) } } } - if yyr2716 || yy2arr2716 { + if yyr2726 || yy2arr2726 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2716[4] { + if yyq2726[4] { if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2730 := z.EncBinary() - _ = yym2730 + yym2740 := z.EncBinary() + _ = yym2740 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -35397,15 +35493,15 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2716[4] { + if yyq2726[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imagePullSecrets")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2731 := z.EncBinary() - _ = yym2731 + yym2741 := z.EncBinary() + _ = yym2741 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -35413,7 +35509,7 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2716 || yy2arr2716 { + if yyr2726 || yy2arr2726 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35426,25 +35522,25 @@ func (x *ServiceAccount) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2732 := z.DecBinary() - _ = yym2732 + yym2742 := z.DecBinary() + _ = yym2742 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2733 := r.ContainerType() - if yyct2733 == codecSelferValueTypeMap1234 { - yyl2733 := r.ReadMapStart() - if yyl2733 == 0 { + yyct2743 := r.ContainerType() + if yyct2743 == codecSelferValueTypeMap1234 { + yyl2743 := r.ReadMapStart() + if yyl2743 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2733, d) + x.codecDecodeSelfFromMap(yyl2743, d) } - } else if yyct2733 == codecSelferValueTypeArray1234 { - yyl2733 := r.ReadArrayStart() - if yyl2733 == 0 { + } else if yyct2743 == codecSelferValueTypeArray1234 { + yyl2743 := r.ReadArrayStart() + if yyl2743 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2733, d) + x.codecDecodeSelfFromArray(yyl2743, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35456,12 +35552,12 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2734Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2734Slc - var yyhl2734 bool = l >= 0 - for yyj2734 := 0; ; yyj2734++ { - if yyhl2734 { - if yyj2734 >= l { + var yys2744Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2744Slc + var yyhl2744 bool = l >= 0 + for yyj2744 := 0; ; yyj2744++ { + if yyhl2744 { + if yyj2744 >= l { break } } else { @@ -35470,10 +35566,10 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2734Slc = r.DecodeBytes(yys2734Slc, true, true) - yys2734 := string(yys2734Slc) + yys2744Slc = r.DecodeBytes(yys2744Slc, true, true) + yys2744 := string(yys2744Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2734 { + switch yys2744 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -35490,37 +35586,37 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2737 := &x.ObjectMeta - yyv2737.CodecDecodeSelf(d) + yyv2747 := &x.ObjectMeta + yyv2747.CodecDecodeSelf(d) } case "secrets": if r.TryDecodeAsNil() { x.Secrets = nil } else { - yyv2738 := &x.Secrets - yym2739 := z.DecBinary() - _ = yym2739 + yyv2748 := &x.Secrets + yym2749 := z.DecBinary() + _ = yym2749 if false { } else { - h.decSliceObjectReference((*[]ObjectReference)(yyv2738), d) + h.decSliceObjectReference((*[]ObjectReference)(yyv2748), d) } } case "imagePullSecrets": if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2740 := &x.ImagePullSecrets - yym2741 := z.DecBinary() - _ = yym2741 + yyv2750 := &x.ImagePullSecrets + yym2751 := z.DecBinary() + _ = yym2751 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2740), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2750), d) } } default: - z.DecStructFieldNotFound(-1, yys2734) - } // end switch yys2734 - } // end for yyj2734 + z.DecStructFieldNotFound(-1, yys2744) + } // end switch yys2744 + } // end for yyj2744 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35528,16 +35624,16 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2742 int - var yyb2742 bool - var yyhl2742 bool = l >= 0 - yyj2742++ - if yyhl2742 { - yyb2742 = yyj2742 > l + var yyj2752 int + var yyb2752 bool + var yyhl2752 bool = l >= 0 + yyj2752++ + if yyhl2752 { + yyb2752 = yyj2752 > l } else { - yyb2742 = r.CheckBreak() + yyb2752 = r.CheckBreak() } - if yyb2742 { + if yyb2752 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35547,13 +35643,13 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2742++ - if yyhl2742 { - yyb2742 = yyj2742 > l + yyj2752++ + if yyhl2752 { + yyb2752 = yyj2752 > l } else { - yyb2742 = r.CheckBreak() + yyb2752 = r.CheckBreak() } - if yyb2742 { + if yyb2752 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35563,13 +35659,13 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2742++ - if yyhl2742 { - yyb2742 = yyj2742 > l + yyj2752++ + if yyhl2752 { + yyb2752 = yyj2752 > l } else { - yyb2742 = r.CheckBreak() + yyb2752 = r.CheckBreak() } - if yyb2742 { + if yyb2752 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35577,16 +35673,16 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2745 := &x.ObjectMeta - yyv2745.CodecDecodeSelf(d) + yyv2755 := &x.ObjectMeta + yyv2755.CodecDecodeSelf(d) } - yyj2742++ - if yyhl2742 { - yyb2742 = yyj2742 > l + yyj2752++ + if yyhl2752 { + yyb2752 = yyj2752 > l } else { - yyb2742 = r.CheckBreak() + yyb2752 = r.CheckBreak() } - if yyb2742 { + if yyb2752 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35594,21 +35690,21 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Secrets = nil } else { - yyv2746 := &x.Secrets - yym2747 := z.DecBinary() - _ = yym2747 + yyv2756 := &x.Secrets + yym2757 := z.DecBinary() + _ = yym2757 if false { } else { - h.decSliceObjectReference((*[]ObjectReference)(yyv2746), d) + h.decSliceObjectReference((*[]ObjectReference)(yyv2756), d) } } - yyj2742++ - if yyhl2742 { - yyb2742 = yyj2742 > l + yyj2752++ + if yyhl2752 { + yyb2752 = yyj2752 > l } else { - yyb2742 = r.CheckBreak() + yyb2752 = r.CheckBreak() } - if yyb2742 { + if yyb2752 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35616,26 +35712,26 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2748 := &x.ImagePullSecrets - yym2749 := z.DecBinary() - _ = yym2749 + yyv2758 := &x.ImagePullSecrets + yym2759 := z.DecBinary() + _ = yym2759 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2748), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2758), d) } } for { - yyj2742++ - if yyhl2742 { - yyb2742 = yyj2742 > l + yyj2752++ + if yyhl2752 { + yyb2752 = yyj2752 > l } else { - yyb2742 = r.CheckBreak() + yyb2752 = r.CheckBreak() } - if yyb2742 { + if yyb2752 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2742-1, "") + z.DecStructFieldNotFound(yyj2752-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35647,37 +35743,37 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2750 := z.EncBinary() - _ = yym2750 + yym2760 := z.EncBinary() + _ = yym2760 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2751 := !z.EncBinary() - yy2arr2751 := z.EncBasicHandle().StructToArray - var yyq2751 [4]bool - _, _, _ = yysep2751, yyq2751, yy2arr2751 - const yyr2751 bool = false - yyq2751[0] = x.Kind != "" - yyq2751[1] = x.APIVersion != "" - yyq2751[2] = true - var yynn2751 int - if yyr2751 || yy2arr2751 { + yysep2761 := !z.EncBinary() + yy2arr2761 := z.EncBasicHandle().StructToArray + var yyq2761 [4]bool + _, _, _ = yysep2761, yyq2761, yy2arr2761 + const yyr2761 bool = false + yyq2761[0] = x.Kind != "" + yyq2761[1] = x.APIVersion != "" + yyq2761[2] = true + var yynn2761 int + if yyr2761 || yy2arr2761 { r.EncodeArrayStart(4) } else { - yynn2751 = 1 - for _, b := range yyq2751 { + yynn2761 = 1 + for _, b := range yyq2761 { if b { - yynn2751++ + yynn2761++ } } - r.EncodeMapStart(yynn2751) - yynn2751 = 0 + r.EncodeMapStart(yynn2761) + yynn2761 = 0 } - if yyr2751 || yy2arr2751 { + if yyr2761 || yy2arr2761 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2751[0] { - yym2753 := z.EncBinary() - _ = yym2753 + if yyq2761[0] { + yym2763 := z.EncBinary() + _ = yym2763 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -35686,23 +35782,23 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2751[0] { + if yyq2761[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2754 := z.EncBinary() - _ = yym2754 + yym2764 := z.EncBinary() + _ = yym2764 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2751 || yy2arr2751 { + if yyr2761 || yy2arr2761 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2751[1] { - yym2756 := z.EncBinary() - _ = yym2756 + if yyq2761[1] { + yym2766 := z.EncBinary() + _ = yym2766 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -35711,54 +35807,54 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2751[1] { + if yyq2761[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2757 := z.EncBinary() - _ = yym2757 + yym2767 := z.EncBinary() + _ = yym2767 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2751 || yy2arr2751 { + if yyr2761 || yy2arr2761 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2751[2] { - yy2759 := &x.ListMeta - yym2760 := z.EncBinary() - _ = yym2760 + if yyq2761[2] { + yy2769 := &x.ListMeta + yym2770 := z.EncBinary() + _ = yym2770 if false { - } else if z.HasExtensions() && z.EncExt(yy2759) { + } else if z.HasExtensions() && z.EncExt(yy2769) { } else { - z.EncFallback(yy2759) + z.EncFallback(yy2769) } } else { r.EncodeNil() } } else { - if yyq2751[2] { + if yyq2761[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2761 := &x.ListMeta - yym2762 := z.EncBinary() - _ = yym2762 + yy2771 := &x.ListMeta + yym2772 := z.EncBinary() + _ = yym2772 if false { - } else if z.HasExtensions() && z.EncExt(yy2761) { + } else if z.HasExtensions() && z.EncExt(yy2771) { } else { - z.EncFallback(yy2761) + z.EncFallback(yy2771) } } } - if yyr2751 || yy2arr2751 { + if yyr2761 || yy2arr2761 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2764 := z.EncBinary() - _ = yym2764 + yym2774 := z.EncBinary() + _ = yym2774 if false { } else { h.encSliceServiceAccount(([]ServiceAccount)(x.Items), e) @@ -35771,15 +35867,15 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2765 := z.EncBinary() - _ = yym2765 + yym2775 := z.EncBinary() + _ = yym2775 if false { } else { h.encSliceServiceAccount(([]ServiceAccount)(x.Items), e) } } } - if yyr2751 || yy2arr2751 { + if yyr2761 || yy2arr2761 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35792,25 +35888,25 @@ func (x *ServiceAccountList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2766 := z.DecBinary() - _ = yym2766 + yym2776 := z.DecBinary() + _ = yym2776 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2767 := r.ContainerType() - if yyct2767 == codecSelferValueTypeMap1234 { - yyl2767 := r.ReadMapStart() - if yyl2767 == 0 { + yyct2777 := r.ContainerType() + if yyct2777 == codecSelferValueTypeMap1234 { + yyl2777 := r.ReadMapStart() + if yyl2777 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2767, d) + x.codecDecodeSelfFromMap(yyl2777, d) } - } else if yyct2767 == codecSelferValueTypeArray1234 { - yyl2767 := r.ReadArrayStart() - if yyl2767 == 0 { + } else if yyct2777 == codecSelferValueTypeArray1234 { + yyl2777 := r.ReadArrayStart() + if yyl2777 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2767, d) + x.codecDecodeSelfFromArray(yyl2777, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35822,12 +35918,12 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2768Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2768Slc - var yyhl2768 bool = l >= 0 - for yyj2768 := 0; ; yyj2768++ { - if yyhl2768 { - if yyj2768 >= l { + var yys2778Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2778Slc + var yyhl2778 bool = l >= 0 + for yyj2778 := 0; ; yyj2778++ { + if yyhl2778 { + if yyj2778 >= l { break } } else { @@ -35836,10 +35932,10 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2768Slc = r.DecodeBytes(yys2768Slc, true, true) - yys2768 := string(yys2768Slc) + yys2778Slc = r.DecodeBytes(yys2778Slc, true, true) + yys2778 := string(yys2778Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2768 { + switch yys2778 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -35856,31 +35952,31 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2771 := &x.ListMeta - yym2772 := z.DecBinary() - _ = yym2772 + yyv2781 := &x.ListMeta + yym2782 := z.DecBinary() + _ = yym2782 if false { - } else if z.HasExtensions() && z.DecExt(yyv2771) { + } else if z.HasExtensions() && z.DecExt(yyv2781) { } else { - z.DecFallback(yyv2771, false) + z.DecFallback(yyv2781, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2773 := &x.Items - yym2774 := z.DecBinary() - _ = yym2774 + yyv2783 := &x.Items + yym2784 := z.DecBinary() + _ = yym2784 if false { } else { - h.decSliceServiceAccount((*[]ServiceAccount)(yyv2773), d) + h.decSliceServiceAccount((*[]ServiceAccount)(yyv2783), d) } } default: - z.DecStructFieldNotFound(-1, yys2768) - } // end switch yys2768 - } // end for yyj2768 + z.DecStructFieldNotFound(-1, yys2778) + } // end switch yys2778 + } // end for yyj2778 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35888,16 +35984,16 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2775 int - var yyb2775 bool - var yyhl2775 bool = l >= 0 - yyj2775++ - if yyhl2775 { - yyb2775 = yyj2775 > l + var yyj2785 int + var yyb2785 bool + var yyhl2785 bool = l >= 0 + yyj2785++ + if yyhl2785 { + yyb2785 = yyj2785 > l } else { - yyb2775 = r.CheckBreak() + yyb2785 = r.CheckBreak() } - if yyb2775 { + if yyb2785 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35907,13 +36003,13 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Kind = string(r.DecodeString()) } - yyj2775++ - if yyhl2775 { - yyb2775 = yyj2775 > l + yyj2785++ + if yyhl2785 { + yyb2785 = yyj2785 > l } else { - yyb2775 = r.CheckBreak() + yyb2785 = r.CheckBreak() } - if yyb2775 { + if yyb2785 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35923,13 +36019,13 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.APIVersion = string(r.DecodeString()) } - yyj2775++ - if yyhl2775 { - yyb2775 = yyj2775 > l + yyj2785++ + if yyhl2785 { + yyb2785 = yyj2785 > l } else { - yyb2775 = r.CheckBreak() + yyb2785 = r.CheckBreak() } - if yyb2775 { + if yyb2785 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35937,22 +36033,22 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2778 := &x.ListMeta - yym2779 := z.DecBinary() - _ = yym2779 + yyv2788 := &x.ListMeta + yym2789 := z.DecBinary() + _ = yym2789 if false { - } else if z.HasExtensions() && z.DecExt(yyv2778) { + } else if z.HasExtensions() && z.DecExt(yyv2788) { } else { - z.DecFallback(yyv2778, false) + z.DecFallback(yyv2788, false) } } - yyj2775++ - if yyhl2775 { - yyb2775 = yyj2775 > l + yyj2785++ + if yyhl2785 { + yyb2785 = yyj2785 > l } else { - yyb2775 = r.CheckBreak() + yyb2785 = r.CheckBreak() } - if yyb2775 { + if yyb2785 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35960,26 +36056,26 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2780 := &x.Items - yym2781 := z.DecBinary() - _ = yym2781 + yyv2790 := &x.Items + yym2791 := z.DecBinary() + _ = yym2791 if false { } else { - h.decSliceServiceAccount((*[]ServiceAccount)(yyv2780), d) + h.decSliceServiceAccount((*[]ServiceAccount)(yyv2790), d) } } for { - yyj2775++ - if yyhl2775 { - yyb2775 = yyj2775 > l + yyj2785++ + if yyhl2785 { + yyb2785 = yyj2785 > l } else { - yyb2775 = r.CheckBreak() + yyb2785 = r.CheckBreak() } - if yyb2775 { + if yyb2785 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2775-1, "") + z.DecStructFieldNotFound(yyj2785-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35991,37 +36087,37 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2782 := z.EncBinary() - _ = yym2782 + yym2792 := z.EncBinary() + _ = yym2792 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2783 := !z.EncBinary() - yy2arr2783 := z.EncBasicHandle().StructToArray - var yyq2783 [4]bool - _, _, _ = yysep2783, yyq2783, yy2arr2783 - const yyr2783 bool = false - yyq2783[0] = x.Kind != "" - yyq2783[1] = x.APIVersion != "" - yyq2783[2] = true - var yynn2783 int - if yyr2783 || yy2arr2783 { + yysep2793 := !z.EncBinary() + yy2arr2793 := z.EncBasicHandle().StructToArray + var yyq2793 [4]bool + _, _, _ = yysep2793, yyq2793, yy2arr2793 + const yyr2793 bool = false + yyq2793[0] = x.Kind != "" + yyq2793[1] = x.APIVersion != "" + yyq2793[2] = true + var yynn2793 int + if yyr2793 || yy2arr2793 { r.EncodeArrayStart(4) } else { - yynn2783 = 1 - for _, b := range yyq2783 { + yynn2793 = 1 + for _, b := range yyq2793 { if b { - yynn2783++ + yynn2793++ } } - r.EncodeMapStart(yynn2783) - yynn2783 = 0 + r.EncodeMapStart(yynn2793) + yynn2793 = 0 } - if yyr2783 || yy2arr2783 { + if yyr2793 || yy2arr2793 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2783[0] { - yym2785 := z.EncBinary() - _ = yym2785 + if yyq2793[0] { + yym2795 := z.EncBinary() + _ = yym2795 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -36030,23 +36126,23 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2783[0] { + if yyq2793[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2786 := z.EncBinary() - _ = yym2786 + yym2796 := z.EncBinary() + _ = yym2796 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2783 || yy2arr2783 { + if yyr2793 || yy2arr2793 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2783[1] { - yym2788 := z.EncBinary() - _ = yym2788 + if yyq2793[1] { + yym2798 := z.EncBinary() + _ = yym2798 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -36055,42 +36151,42 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2783[1] { + if yyq2793[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2789 := z.EncBinary() - _ = yym2789 + yym2799 := z.EncBinary() + _ = yym2799 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2783 || yy2arr2783 { + if yyr2793 || yy2arr2793 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2783[2] { - yy2791 := &x.ObjectMeta - yy2791.CodecEncodeSelf(e) + if yyq2793[2] { + yy2801 := &x.ObjectMeta + yy2801.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2783[2] { + if yyq2793[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2792 := &x.ObjectMeta - yy2792.CodecEncodeSelf(e) + yy2802 := &x.ObjectMeta + yy2802.CodecEncodeSelf(e) } } - if yyr2783 || yy2arr2783 { + if yyr2793 || yy2arr2793 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Subsets == nil { r.EncodeNil() } else { - yym2794 := z.EncBinary() - _ = yym2794 + yym2804 := z.EncBinary() + _ = yym2804 if false { } else { h.encSliceEndpointSubset(([]EndpointSubset)(x.Subsets), e) @@ -36103,15 +36199,15 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x.Subsets == nil { r.EncodeNil() } else { - yym2795 := z.EncBinary() - _ = yym2795 + yym2805 := z.EncBinary() + _ = yym2805 if false { } else { h.encSliceEndpointSubset(([]EndpointSubset)(x.Subsets), e) } } } - if yyr2783 || yy2arr2783 { + if yyr2793 || yy2arr2793 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36124,25 +36220,25 @@ func (x *Endpoints) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2796 := z.DecBinary() - _ = yym2796 + yym2806 := z.DecBinary() + _ = yym2806 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2797 := r.ContainerType() - if yyct2797 == codecSelferValueTypeMap1234 { - yyl2797 := r.ReadMapStart() - if yyl2797 == 0 { + yyct2807 := r.ContainerType() + if yyct2807 == codecSelferValueTypeMap1234 { + yyl2807 := r.ReadMapStart() + if yyl2807 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2797, d) + x.codecDecodeSelfFromMap(yyl2807, d) } - } else if yyct2797 == codecSelferValueTypeArray1234 { - yyl2797 := r.ReadArrayStart() - if yyl2797 == 0 { + } else if yyct2807 == codecSelferValueTypeArray1234 { + yyl2807 := r.ReadArrayStart() + if yyl2807 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2797, d) + x.codecDecodeSelfFromArray(yyl2807, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36154,12 +36250,12 @@ func (x *Endpoints) 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 yys2808Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2808Slc + var yyhl2808 bool = l >= 0 + for yyj2808 := 0; ; yyj2808++ { + if yyhl2808 { + if yyj2808 >= l { break } } else { @@ -36168,10 +36264,10 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2798Slc = r.DecodeBytes(yys2798Slc, true, true) - yys2798 := string(yys2798Slc) + yys2808Slc = r.DecodeBytes(yys2808Slc, true, true) + yys2808 := string(yys2808Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2798 { + switch yys2808 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -36188,25 +36284,25 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2801 := &x.ObjectMeta - yyv2801.CodecDecodeSelf(d) + yyv2811 := &x.ObjectMeta + yyv2811.CodecDecodeSelf(d) } case "Subsets": if r.TryDecodeAsNil() { x.Subsets = nil } else { - yyv2802 := &x.Subsets - yym2803 := z.DecBinary() - _ = yym2803 + yyv2812 := &x.Subsets + yym2813 := z.DecBinary() + _ = yym2813 if false { } else { - h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2802), d) + h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2812), d) } } default: - z.DecStructFieldNotFound(-1, yys2798) - } // end switch yys2798 - } // end for yyj2798 + z.DecStructFieldNotFound(-1, yys2808) + } // end switch yys2808 + } // end for yyj2808 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36214,16 +36310,16 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2804 int - var yyb2804 bool - var yyhl2804 bool = l >= 0 - yyj2804++ - if yyhl2804 { - yyb2804 = yyj2804 > l + var yyj2814 int + var yyb2814 bool + var yyhl2814 bool = l >= 0 + yyj2814++ + if yyhl2814 { + yyb2814 = yyj2814 > l } else { - yyb2804 = r.CheckBreak() + yyb2814 = r.CheckBreak() } - if yyb2804 { + if yyb2814 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36233,13 +36329,13 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2804++ - if yyhl2804 { - yyb2804 = yyj2804 > l + yyj2814++ + if yyhl2814 { + yyb2814 = yyj2814 > l } else { - yyb2804 = r.CheckBreak() + yyb2814 = r.CheckBreak() } - if yyb2804 { + if yyb2814 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36249,13 +36345,13 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2804++ - if yyhl2804 { - yyb2804 = yyj2804 > l + yyj2814++ + if yyhl2814 { + yyb2814 = yyj2814 > l } else { - yyb2804 = r.CheckBreak() + yyb2814 = r.CheckBreak() } - if yyb2804 { + if yyb2814 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36263,16 +36359,16 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2807 := &x.ObjectMeta - yyv2807.CodecDecodeSelf(d) + yyv2817 := &x.ObjectMeta + yyv2817.CodecDecodeSelf(d) } - yyj2804++ - if yyhl2804 { - yyb2804 = yyj2804 > l + yyj2814++ + if yyhl2814 { + yyb2814 = yyj2814 > l } else { - yyb2804 = r.CheckBreak() + yyb2814 = r.CheckBreak() } - if yyb2804 { + if yyb2814 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36280,26 +36376,26 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Subsets = nil } else { - yyv2808 := &x.Subsets - yym2809 := z.DecBinary() - _ = yym2809 + yyv2818 := &x.Subsets + yym2819 := z.DecBinary() + _ = yym2819 if false { } else { - h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2808), d) + h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2818), d) } } for { - yyj2804++ - if yyhl2804 { - yyb2804 = yyj2804 > l + yyj2814++ + if yyhl2814 { + yyb2814 = yyj2814 > l } else { - yyb2804 = r.CheckBreak() + yyb2814 = r.CheckBreak() } - if yyb2804 { + if yyb2814 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2804-1, "") + z.DecStructFieldNotFound(yyj2814-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36311,36 +36407,36 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2810 := z.EncBinary() - _ = yym2810 + yym2820 := z.EncBinary() + _ = yym2820 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2811 := !z.EncBinary() - yy2arr2811 := z.EncBasicHandle().StructToArray - var yyq2811 [3]bool - _, _, _ = yysep2811, yyq2811, yy2arr2811 - const yyr2811 bool = false - var yynn2811 int - if yyr2811 || yy2arr2811 { + yysep2821 := !z.EncBinary() + yy2arr2821 := z.EncBasicHandle().StructToArray + var yyq2821 [3]bool + _, _, _ = yysep2821, yyq2821, yy2arr2821 + const yyr2821 bool = false + var yynn2821 int + if yyr2821 || yy2arr2821 { r.EncodeArrayStart(3) } else { - yynn2811 = 3 - for _, b := range yyq2811 { + yynn2821 = 3 + for _, b := range yyq2821 { if b { - yynn2811++ + yynn2821++ } } - r.EncodeMapStart(yynn2811) - yynn2811 = 0 + r.EncodeMapStart(yynn2821) + yynn2821 = 0 } - if yyr2811 || yy2arr2811 { + if yyr2821 || yy2arr2821 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Addresses == nil { r.EncodeNil() } else { - yym2813 := z.EncBinary() - _ = yym2813 + yym2823 := z.EncBinary() + _ = yym2823 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.Addresses), e) @@ -36353,21 +36449,21 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { if x.Addresses == nil { r.EncodeNil() } else { - yym2814 := z.EncBinary() - _ = yym2814 + yym2824 := z.EncBinary() + _ = yym2824 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.Addresses), e) } } } - if yyr2811 || yy2arr2811 { + if yyr2821 || yy2arr2821 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.NotReadyAddresses == nil { r.EncodeNil() } else { - yym2816 := z.EncBinary() - _ = yym2816 + yym2826 := z.EncBinary() + _ = yym2826 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.NotReadyAddresses), e) @@ -36380,21 +36476,21 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { if x.NotReadyAddresses == nil { r.EncodeNil() } else { - yym2817 := z.EncBinary() - _ = yym2817 + yym2827 := z.EncBinary() + _ = yym2827 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.NotReadyAddresses), e) } } } - if yyr2811 || yy2arr2811 { + if yyr2821 || yy2arr2821 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Ports == nil { r.EncodeNil() } else { - yym2819 := z.EncBinary() - _ = yym2819 + yym2829 := z.EncBinary() + _ = yym2829 if false { } else { h.encSliceEndpointPort(([]EndpointPort)(x.Ports), e) @@ -36407,15 +36503,15 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { if x.Ports == nil { r.EncodeNil() } else { - yym2820 := z.EncBinary() - _ = yym2820 + yym2830 := z.EncBinary() + _ = yym2830 if false { } else { h.encSliceEndpointPort(([]EndpointPort)(x.Ports), e) } } } - if yyr2811 || yy2arr2811 { + if yyr2821 || yy2arr2821 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36428,25 +36524,25 @@ func (x *EndpointSubset) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2821 := z.DecBinary() - _ = yym2821 + yym2831 := z.DecBinary() + _ = yym2831 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2822 := r.ContainerType() - if yyct2822 == codecSelferValueTypeMap1234 { - yyl2822 := r.ReadMapStart() - if yyl2822 == 0 { + yyct2832 := r.ContainerType() + if yyct2832 == codecSelferValueTypeMap1234 { + yyl2832 := r.ReadMapStart() + if yyl2832 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2822, d) + x.codecDecodeSelfFromMap(yyl2832, d) } - } else if yyct2822 == codecSelferValueTypeArray1234 { - yyl2822 := r.ReadArrayStart() - if yyl2822 == 0 { + } else if yyct2832 == codecSelferValueTypeArray1234 { + yyl2832 := r.ReadArrayStart() + if yyl2832 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2822, d) + x.codecDecodeSelfFromArray(yyl2832, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36458,12 +36554,12 @@ func (x *EndpointSubset) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2823Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2823Slc - var yyhl2823 bool = l >= 0 - for yyj2823 := 0; ; yyj2823++ { - if yyhl2823 { - if yyj2823 >= l { + var yys2833Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2833Slc + var yyhl2833 bool = l >= 0 + for yyj2833 := 0; ; yyj2833++ { + if yyhl2833 { + if yyj2833 >= l { break } } else { @@ -36472,50 +36568,50 @@ func (x *EndpointSubset) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2823Slc = r.DecodeBytes(yys2823Slc, true, true) - yys2823 := string(yys2823Slc) + yys2833Slc = r.DecodeBytes(yys2833Slc, true, true) + yys2833 := string(yys2833Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2823 { + switch yys2833 { case "Addresses": if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2824 := &x.Addresses - yym2825 := z.DecBinary() - _ = yym2825 + yyv2834 := &x.Addresses + yym2835 := z.DecBinary() + _ = yym2835 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2824), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2834), d) } } case "NotReadyAddresses": if r.TryDecodeAsNil() { x.NotReadyAddresses = nil } else { - yyv2826 := &x.NotReadyAddresses - yym2827 := z.DecBinary() - _ = yym2827 + yyv2836 := &x.NotReadyAddresses + yym2837 := z.DecBinary() + _ = yym2837 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2826), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2836), d) } } case "Ports": if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2828 := &x.Ports - yym2829 := z.DecBinary() - _ = yym2829 + yyv2838 := &x.Ports + yym2839 := z.DecBinary() + _ = yym2839 if false { } else { - h.decSliceEndpointPort((*[]EndpointPort)(yyv2828), d) + h.decSliceEndpointPort((*[]EndpointPort)(yyv2838), d) } } default: - z.DecStructFieldNotFound(-1, yys2823) - } // end switch yys2823 - } // end for yyj2823 + z.DecStructFieldNotFound(-1, yys2833) + } // end switch yys2833 + } // end for yyj2833 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36523,16 +36619,16 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2830 int - var yyb2830 bool - var yyhl2830 bool = l >= 0 - yyj2830++ - if yyhl2830 { - yyb2830 = yyj2830 > l + var yyj2840 int + var yyb2840 bool + var yyhl2840 bool = l >= 0 + yyj2840++ + if yyhl2840 { + yyb2840 = yyj2840 > l } else { - yyb2830 = r.CheckBreak() + yyb2840 = r.CheckBreak() } - if yyb2830 { + if yyb2840 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36540,21 +36636,21 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2831 := &x.Addresses - yym2832 := z.DecBinary() - _ = yym2832 + yyv2841 := &x.Addresses + yym2842 := z.DecBinary() + _ = yym2842 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2831), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2841), d) } } - yyj2830++ - if yyhl2830 { - yyb2830 = yyj2830 > l + yyj2840++ + if yyhl2840 { + yyb2840 = yyj2840 > l } else { - yyb2830 = r.CheckBreak() + yyb2840 = r.CheckBreak() } - if yyb2830 { + if yyb2840 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36562,21 +36658,21 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NotReadyAddresses = nil } else { - yyv2833 := &x.NotReadyAddresses - yym2834 := z.DecBinary() - _ = yym2834 + yyv2843 := &x.NotReadyAddresses + yym2844 := z.DecBinary() + _ = yym2844 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2833), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2843), d) } } - yyj2830++ - if yyhl2830 { - yyb2830 = yyj2830 > l + yyj2840++ + if yyhl2840 { + yyb2840 = yyj2840 > l } else { - yyb2830 = r.CheckBreak() + yyb2840 = r.CheckBreak() } - if yyb2830 { + if yyb2840 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36584,26 +36680,26 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2835 := &x.Ports - yym2836 := z.DecBinary() - _ = yym2836 + yyv2845 := &x.Ports + yym2846 := z.DecBinary() + _ = yym2846 if false { } else { - h.decSliceEndpointPort((*[]EndpointPort)(yyv2835), d) + h.decSliceEndpointPort((*[]EndpointPort)(yyv2845), d) } } for { - yyj2830++ - if yyhl2830 { - yyb2830 = yyj2830 > l + yyj2840++ + if yyhl2840 { + yyb2840 = yyj2840 > l } else { - yyb2830 = r.CheckBreak() + yyb2840 = r.CheckBreak() } - if yyb2830 { + if yyb2840 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2830-1, "") + z.DecStructFieldNotFound(yyj2840-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36615,35 +36711,35 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2837 := z.EncBinary() - _ = yym2837 + yym2847 := z.EncBinary() + _ = yym2847 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2838 := !z.EncBinary() - yy2arr2838 := z.EncBasicHandle().StructToArray - var yyq2838 [4]bool - _, _, _ = yysep2838, yyq2838, yy2arr2838 - const yyr2838 bool = false - yyq2838[1] = x.Hostname != "" - yyq2838[2] = x.NodeName != nil - var yynn2838 int - if yyr2838 || yy2arr2838 { + yysep2848 := !z.EncBinary() + yy2arr2848 := z.EncBasicHandle().StructToArray + var yyq2848 [4]bool + _, _, _ = yysep2848, yyq2848, yy2arr2848 + const yyr2848 bool = false + yyq2848[1] = x.Hostname != "" + yyq2848[2] = x.NodeName != nil + var yynn2848 int + if yyr2848 || yy2arr2848 { r.EncodeArrayStart(4) } else { - yynn2838 = 2 - for _, b := range yyq2838 { + yynn2848 = 2 + for _, b := range yyq2848 { if b { - yynn2838++ + yynn2848++ } } - r.EncodeMapStart(yynn2838) - yynn2838 = 0 + r.EncodeMapStart(yynn2848) + yynn2848 = 0 } - if yyr2838 || yy2arr2838 { + if yyr2848 || yy2arr2848 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2840 := z.EncBinary() - _ = yym2840 + yym2850 := z.EncBinary() + _ = yym2850 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) @@ -36652,18 +36748,18 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("IP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2841 := z.EncBinary() - _ = yym2841 + yym2851 := z.EncBinary() + _ = yym2851 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) } } - if yyr2838 || yy2arr2838 { + if yyr2848 || yy2arr2848 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2838[1] { - yym2843 := z.EncBinary() - _ = yym2843 + if yyq2848[1] { + yym2853 := z.EncBinary() + _ = yym2853 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) @@ -36672,54 +36768,54 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2838[1] { + if yyq2848[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostname")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2844 := z.EncBinary() - _ = yym2844 + yym2854 := z.EncBinary() + _ = yym2854 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) } } } - if yyr2838 || yy2arr2838 { + if yyr2848 || yy2arr2848 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2838[2] { + if yyq2848[2] { if x.NodeName == nil { r.EncodeNil() } else { - yy2846 := *x.NodeName - yym2847 := z.EncBinary() - _ = yym2847 + yy2856 := *x.NodeName + yym2857 := z.EncBinary() + _ = yym2857 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy2846)) + r.EncodeString(codecSelferC_UTF81234, string(yy2856)) } } } else { r.EncodeNil() } } else { - if yyq2838[2] { + if yyq2848[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.NodeName == nil { r.EncodeNil() } else { - yy2848 := *x.NodeName - yym2849 := z.EncBinary() - _ = yym2849 + yy2858 := *x.NodeName + yym2859 := z.EncBinary() + _ = yym2859 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy2848)) + r.EncodeString(codecSelferC_UTF81234, string(yy2858)) } } } } - if yyr2838 || yy2arr2838 { + if yyr2848 || yy2arr2848 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.TargetRef == nil { r.EncodeNil() @@ -36736,7 +36832,7 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { x.TargetRef.CodecEncodeSelf(e) } } - if yyr2838 || yy2arr2838 { + if yyr2848 || yy2arr2848 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36749,25 +36845,25 @@ func (x *EndpointAddress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2851 := z.DecBinary() - _ = yym2851 + yym2861 := z.DecBinary() + _ = yym2861 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2852 := r.ContainerType() - if yyct2852 == codecSelferValueTypeMap1234 { - yyl2852 := r.ReadMapStart() - if yyl2852 == 0 { + yyct2862 := r.ContainerType() + if yyct2862 == codecSelferValueTypeMap1234 { + yyl2862 := r.ReadMapStart() + if yyl2862 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2852, d) + x.codecDecodeSelfFromMap(yyl2862, d) } - } else if yyct2852 == codecSelferValueTypeArray1234 { - yyl2852 := r.ReadArrayStart() - if yyl2852 == 0 { + } else if yyct2862 == codecSelferValueTypeArray1234 { + yyl2862 := r.ReadArrayStart() + if yyl2862 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2852, d) + x.codecDecodeSelfFromArray(yyl2862, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36779,12 +36875,12 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2853Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2853Slc - var yyhl2853 bool = l >= 0 - for yyj2853 := 0; ; yyj2853++ { - if yyhl2853 { - if yyj2853 >= l { + var yys2863Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2863Slc + var yyhl2863 bool = l >= 0 + for yyj2863 := 0; ; yyj2863++ { + if yyhl2863 { + if yyj2863 >= l { break } } else { @@ -36793,10 +36889,10 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2853Slc = r.DecodeBytes(yys2853Slc, true, true) - yys2853 := string(yys2853Slc) + yys2863Slc = r.DecodeBytes(yys2863Slc, true, true) + yys2863 := string(yys2863Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2853 { + switch yys2863 { case "IP": if r.TryDecodeAsNil() { x.IP = "" @@ -36818,8 +36914,8 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.NodeName == nil { x.NodeName = new(string) } - yym2857 := z.DecBinary() - _ = yym2857 + yym2867 := z.DecBinary() + _ = yym2867 if false { } else { *((*string)(x.NodeName)) = r.DecodeString() @@ -36837,9 +36933,9 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TargetRef.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2853) - } // end switch yys2853 - } // end for yyj2853 + z.DecStructFieldNotFound(-1, yys2863) + } // end switch yys2863 + } // end for yyj2863 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36847,16 +36943,16 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2859 int - var yyb2859 bool - var yyhl2859 bool = l >= 0 - yyj2859++ - if yyhl2859 { - yyb2859 = yyj2859 > l + var yyj2869 int + var yyb2869 bool + var yyhl2869 bool = l >= 0 + yyj2869++ + if yyhl2869 { + yyb2869 = yyj2869 > l } else { - yyb2859 = r.CheckBreak() + yyb2869 = r.CheckBreak() } - if yyb2859 { + if yyb2869 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36866,13 +36962,13 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.IP = string(r.DecodeString()) } - yyj2859++ - if yyhl2859 { - yyb2859 = yyj2859 > l + yyj2869++ + if yyhl2869 { + yyb2869 = yyj2869 > l } else { - yyb2859 = r.CheckBreak() + yyb2869 = r.CheckBreak() } - if yyb2859 { + if yyb2869 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36882,13 +36978,13 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Hostname = string(r.DecodeString()) } - yyj2859++ - if yyhl2859 { - yyb2859 = yyj2859 > l + yyj2869++ + if yyhl2869 { + yyb2869 = yyj2869 > l } else { - yyb2859 = r.CheckBreak() + yyb2869 = r.CheckBreak() } - if yyb2859 { + if yyb2869 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36901,20 +36997,20 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.NodeName == nil { x.NodeName = new(string) } - yym2863 := z.DecBinary() - _ = yym2863 + yym2873 := z.DecBinary() + _ = yym2873 if false { } else { *((*string)(x.NodeName)) = r.DecodeString() } } - yyj2859++ - if yyhl2859 { - yyb2859 = yyj2859 > l + yyj2869++ + if yyhl2869 { + yyb2869 = yyj2869 > l } else { - yyb2859 = r.CheckBreak() + yyb2869 = r.CheckBreak() } - if yyb2859 { + if yyb2869 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36930,17 +37026,17 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.TargetRef.CodecDecodeSelf(d) } for { - yyj2859++ - if yyhl2859 { - yyb2859 = yyj2859 > l + yyj2869++ + if yyhl2869 { + yyb2869 = yyj2869 > l } else { - yyb2859 = r.CheckBreak() + yyb2869 = r.CheckBreak() } - if yyb2859 { + if yyb2869 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2859-1, "") + z.DecStructFieldNotFound(yyj2869-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36952,33 +37048,33 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2865 := z.EncBinary() - _ = yym2865 + yym2875 := z.EncBinary() + _ = yym2875 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2866 := !z.EncBinary() - yy2arr2866 := z.EncBasicHandle().StructToArray - var yyq2866 [3]bool - _, _, _ = yysep2866, yyq2866, yy2arr2866 - const yyr2866 bool = false - var yynn2866 int - if yyr2866 || yy2arr2866 { + yysep2876 := !z.EncBinary() + yy2arr2876 := z.EncBasicHandle().StructToArray + var yyq2876 [3]bool + _, _, _ = yysep2876, yyq2876, yy2arr2876 + const yyr2876 bool = false + var yynn2876 int + if yyr2876 || yy2arr2876 { r.EncodeArrayStart(3) } else { - yynn2866 = 3 - for _, b := range yyq2866 { + yynn2876 = 3 + for _, b := range yyq2876 { if b { - yynn2866++ + yynn2876++ } } - r.EncodeMapStart(yynn2866) - yynn2866 = 0 + r.EncodeMapStart(yynn2876) + yynn2876 = 0 } - if yyr2866 || yy2arr2866 { + if yyr2876 || yy2arr2876 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2868 := z.EncBinary() - _ = yym2868 + yym2878 := z.EncBinary() + _ = yym2878 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -36987,17 +37083,17 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2869 := z.EncBinary() - _ = yym2869 + yym2879 := z.EncBinary() + _ = yym2879 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr2866 || yy2arr2866 { + if yyr2876 || yy2arr2876 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2871 := z.EncBinary() - _ = yym2871 + yym2881 := z.EncBinary() + _ = yym2881 if false { } else { r.EncodeInt(int64(x.Port)) @@ -37006,14 +37102,14 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2872 := z.EncBinary() - _ = yym2872 + yym2882 := z.EncBinary() + _ = yym2882 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2866 || yy2arr2866 { + if yyr2876 || yy2arr2876 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Protocol.CodecEncodeSelf(e) } else { @@ -37022,7 +37118,7 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } - if yyr2866 || yy2arr2866 { + if yyr2876 || yy2arr2876 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37035,25 +37131,25 @@ func (x *EndpointPort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2874 := z.DecBinary() - _ = yym2874 + yym2884 := z.DecBinary() + _ = yym2884 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2875 := r.ContainerType() - if yyct2875 == codecSelferValueTypeMap1234 { - yyl2875 := r.ReadMapStart() - if yyl2875 == 0 { + yyct2885 := r.ContainerType() + if yyct2885 == codecSelferValueTypeMap1234 { + yyl2885 := r.ReadMapStart() + if yyl2885 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2875, d) + x.codecDecodeSelfFromMap(yyl2885, d) } - } else if yyct2875 == codecSelferValueTypeArray1234 { - yyl2875 := r.ReadArrayStart() - if yyl2875 == 0 { + } else if yyct2885 == codecSelferValueTypeArray1234 { + yyl2885 := r.ReadArrayStart() + if yyl2885 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2875, d) + x.codecDecodeSelfFromArray(yyl2885, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37065,12 +37161,12 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2876Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2876Slc - var yyhl2876 bool = l >= 0 - for yyj2876 := 0; ; yyj2876++ { - if yyhl2876 { - if yyj2876 >= l { + var yys2886Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2886Slc + var yyhl2886 bool = l >= 0 + for yyj2886 := 0; ; yyj2886++ { + if yyhl2886 { + if yyj2886 >= l { break } } else { @@ -37079,10 +37175,10 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2876Slc = r.DecodeBytes(yys2876Slc, true, true) - yys2876 := string(yys2876Slc) + yys2886Slc = r.DecodeBytes(yys2886Slc, true, true) + yys2886 := string(yys2886Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2876 { + switch yys2886 { case "Name": if r.TryDecodeAsNil() { x.Name = "" @@ -37102,9 +37198,9 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Protocol = Protocol(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2876) - } // end switch yys2876 - } // end for yyj2876 + z.DecStructFieldNotFound(-1, yys2886) + } // end switch yys2886 + } // end for yyj2886 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37112,16 +37208,16 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2880 int - var yyb2880 bool - var yyhl2880 bool = l >= 0 - yyj2880++ - if yyhl2880 { - yyb2880 = yyj2880 > l + var yyj2890 int + var yyb2890 bool + var yyhl2890 bool = l >= 0 + yyj2890++ + if yyhl2890 { + yyb2890 = yyj2890 > l } else { - yyb2880 = r.CheckBreak() + yyb2890 = r.CheckBreak() } - if yyb2880 { + if yyb2890 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37131,13 +37227,13 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj2880++ - if yyhl2880 { - yyb2880 = yyj2880 > l + yyj2890++ + if yyhl2890 { + yyb2890 = yyj2890 > l } else { - yyb2880 = r.CheckBreak() + yyb2890 = r.CheckBreak() } - if yyb2880 { + if yyb2890 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37147,13 +37243,13 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Port = int32(r.DecodeInt(32)) } - yyj2880++ - if yyhl2880 { - yyb2880 = yyj2880 > l + yyj2890++ + if yyhl2890 { + yyb2890 = yyj2890 > l } else { - yyb2880 = r.CheckBreak() + yyb2890 = r.CheckBreak() } - if yyb2880 { + if yyb2890 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37164,17 +37260,17 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Protocol = Protocol(r.DecodeString()) } for { - yyj2880++ - if yyhl2880 { - yyb2880 = yyj2880 > l + yyj2890++ + if yyhl2890 { + yyb2890 = yyj2890 > l } else { - yyb2880 = r.CheckBreak() + yyb2890 = r.CheckBreak() } - if yyb2880 { + if yyb2890 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2880-1, "") + z.DecStructFieldNotFound(yyj2890-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37186,37 +37282,37 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2884 := z.EncBinary() - _ = yym2884 + yym2894 := z.EncBinary() + _ = yym2894 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2885 := !z.EncBinary() - yy2arr2885 := z.EncBasicHandle().StructToArray - var yyq2885 [4]bool - _, _, _ = yysep2885, yyq2885, yy2arr2885 - const yyr2885 bool = false - yyq2885[0] = x.Kind != "" - yyq2885[1] = x.APIVersion != "" - yyq2885[2] = true - var yynn2885 int - if yyr2885 || yy2arr2885 { + yysep2895 := !z.EncBinary() + yy2arr2895 := z.EncBasicHandle().StructToArray + var yyq2895 [4]bool + _, _, _ = yysep2895, yyq2895, yy2arr2895 + const yyr2895 bool = false + yyq2895[0] = x.Kind != "" + yyq2895[1] = x.APIVersion != "" + yyq2895[2] = true + var yynn2895 int + if yyr2895 || yy2arr2895 { r.EncodeArrayStart(4) } else { - yynn2885 = 1 - for _, b := range yyq2885 { + yynn2895 = 1 + for _, b := range yyq2895 { if b { - yynn2885++ + yynn2895++ } } - r.EncodeMapStart(yynn2885) - yynn2885 = 0 + r.EncodeMapStart(yynn2895) + yynn2895 = 0 } - if yyr2885 || yy2arr2885 { + if yyr2895 || yy2arr2895 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2885[0] { - yym2887 := z.EncBinary() - _ = yym2887 + if yyq2895[0] { + yym2897 := z.EncBinary() + _ = yym2897 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -37225,23 +37321,23 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2885[0] { + if yyq2895[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2888 := z.EncBinary() - _ = yym2888 + yym2898 := z.EncBinary() + _ = yym2898 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2885 || yy2arr2885 { + if yyr2895 || yy2arr2895 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2885[1] { - yym2890 := z.EncBinary() - _ = yym2890 + if yyq2895[1] { + yym2900 := z.EncBinary() + _ = yym2900 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -37250,54 +37346,54 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2885[1] { + if yyq2895[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2891 := z.EncBinary() - _ = yym2891 + yym2901 := z.EncBinary() + _ = yym2901 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2885 || yy2arr2885 { + if yyr2895 || yy2arr2895 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2885[2] { - yy2893 := &x.ListMeta - yym2894 := z.EncBinary() - _ = yym2894 + if yyq2895[2] { + yy2903 := &x.ListMeta + yym2904 := z.EncBinary() + _ = yym2904 if false { - } else if z.HasExtensions() && z.EncExt(yy2893) { + } else if z.HasExtensions() && z.EncExt(yy2903) { } else { - z.EncFallback(yy2893) + z.EncFallback(yy2903) } } else { r.EncodeNil() } } else { - if yyq2885[2] { + if yyq2895[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2895 := &x.ListMeta - yym2896 := z.EncBinary() - _ = yym2896 + yy2905 := &x.ListMeta + yym2906 := z.EncBinary() + _ = yym2906 if false { - } else if z.HasExtensions() && z.EncExt(yy2895) { + } else if z.HasExtensions() && z.EncExt(yy2905) { } else { - z.EncFallback(yy2895) + z.EncFallback(yy2905) } } } - if yyr2885 || yy2arr2885 { + if yyr2895 || yy2arr2895 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2898 := z.EncBinary() - _ = yym2898 + yym2908 := z.EncBinary() + _ = yym2908 if false { } else { h.encSliceEndpoints(([]Endpoints)(x.Items), e) @@ -37310,15 +37406,15 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2899 := z.EncBinary() - _ = yym2899 + yym2909 := z.EncBinary() + _ = yym2909 if false { } else { h.encSliceEndpoints(([]Endpoints)(x.Items), e) } } } - if yyr2885 || yy2arr2885 { + if yyr2895 || yy2arr2895 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37331,25 +37427,25 @@ func (x *EndpointsList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2900 := z.DecBinary() - _ = yym2900 + yym2910 := z.DecBinary() + _ = yym2910 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2901 := r.ContainerType() - if yyct2901 == codecSelferValueTypeMap1234 { - yyl2901 := r.ReadMapStart() - if yyl2901 == 0 { + yyct2911 := r.ContainerType() + if yyct2911 == codecSelferValueTypeMap1234 { + yyl2911 := r.ReadMapStart() + if yyl2911 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2901, d) + x.codecDecodeSelfFromMap(yyl2911, d) } - } else if yyct2901 == codecSelferValueTypeArray1234 { - yyl2901 := r.ReadArrayStart() - if yyl2901 == 0 { + } else if yyct2911 == codecSelferValueTypeArray1234 { + yyl2911 := r.ReadArrayStart() + if yyl2911 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2901, d) + x.codecDecodeSelfFromArray(yyl2911, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37361,12 +37457,12 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2902Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2902Slc - var yyhl2902 bool = l >= 0 - for yyj2902 := 0; ; yyj2902++ { - if yyhl2902 { - if yyj2902 >= 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 { @@ -37375,10 +37471,10 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2902Slc = r.DecodeBytes(yys2902Slc, true, true) - yys2902 := string(yys2902Slc) + yys2912Slc = r.DecodeBytes(yys2912Slc, true, true) + yys2912 := string(yys2912Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2902 { + switch yys2912 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -37395,31 +37491,31 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2905 := &x.ListMeta - yym2906 := z.DecBinary() - _ = yym2906 + yyv2915 := &x.ListMeta + yym2916 := z.DecBinary() + _ = yym2916 if false { - } else if z.HasExtensions() && z.DecExt(yyv2905) { + } else if z.HasExtensions() && z.DecExt(yyv2915) { } else { - z.DecFallback(yyv2905, false) + z.DecFallback(yyv2915, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2907 := &x.Items - yym2908 := z.DecBinary() - _ = yym2908 + yyv2917 := &x.Items + yym2918 := z.DecBinary() + _ = yym2918 if false { } else { - h.decSliceEndpoints((*[]Endpoints)(yyv2907), d) + h.decSliceEndpoints((*[]Endpoints)(yyv2917), d) } } default: - z.DecStructFieldNotFound(-1, yys2902) - } // end switch yys2902 - } // end for yyj2902 + z.DecStructFieldNotFound(-1, yys2912) + } // end switch yys2912 + } // end for yyj2912 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37427,16 +37523,16 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2909 int - var yyb2909 bool - var yyhl2909 bool = l >= 0 - yyj2909++ - if yyhl2909 { - yyb2909 = yyj2909 > l + var yyj2919 int + var yyb2919 bool + var yyhl2919 bool = l >= 0 + yyj2919++ + if yyhl2919 { + yyb2919 = yyj2919 > l } else { - yyb2909 = r.CheckBreak() + yyb2919 = r.CheckBreak() } - if yyb2909 { + if yyb2919 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37446,13 +37542,13 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2909++ - if yyhl2909 { - yyb2909 = yyj2909 > l + yyj2919++ + if yyhl2919 { + yyb2919 = yyj2919 > l } else { - yyb2909 = r.CheckBreak() + yyb2919 = r.CheckBreak() } - if yyb2909 { + if yyb2919 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37462,13 +37558,13 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2909++ - if yyhl2909 { - yyb2909 = yyj2909 > l + yyj2919++ + if yyhl2919 { + yyb2919 = yyj2919 > l } else { - yyb2909 = r.CheckBreak() + yyb2919 = r.CheckBreak() } - if yyb2909 { + if yyb2919 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37476,22 +37572,22 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2912 := &x.ListMeta - yym2913 := z.DecBinary() - _ = yym2913 + yyv2922 := &x.ListMeta + yym2923 := z.DecBinary() + _ = yym2923 if false { - } else if z.HasExtensions() && z.DecExt(yyv2912) { + } else if z.HasExtensions() && z.DecExt(yyv2922) { } else { - z.DecFallback(yyv2912, false) + z.DecFallback(yyv2922, false) } } - yyj2909++ - if yyhl2909 { - yyb2909 = yyj2909 > l + yyj2919++ + if yyhl2919 { + yyb2919 = yyj2919 > l } else { - yyb2909 = r.CheckBreak() + yyb2919 = r.CheckBreak() } - if yyb2909 { + if yyb2919 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37499,26 +37595,26 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2914 := &x.Items - yym2915 := z.DecBinary() - _ = yym2915 + yyv2924 := &x.Items + yym2925 := z.DecBinary() + _ = yym2925 if false { } else { - h.decSliceEndpoints((*[]Endpoints)(yyv2914), d) + h.decSliceEndpoints((*[]Endpoints)(yyv2924), d) } } for { - yyj2909++ - if yyhl2909 { - yyb2909 = yyj2909 > l + yyj2919++ + if yyhl2919 { + yyb2919 = yyj2919 > l } else { - yyb2909 = r.CheckBreak() + yyb2919 = r.CheckBreak() } - if yyb2909 { + if yyb2919 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2909-1, "") + z.DecStructFieldNotFound(yyj2919-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37530,38 +37626,38 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2916 := z.EncBinary() - _ = yym2916 + yym2926 := z.EncBinary() + _ = yym2926 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2917 := !z.EncBinary() - yy2arr2917 := z.EncBasicHandle().StructToArray - var yyq2917 [4]bool - _, _, _ = yysep2917, yyq2917, yy2arr2917 - const yyr2917 bool = false - yyq2917[0] = x.PodCIDR != "" - yyq2917[1] = x.ExternalID != "" - yyq2917[2] = x.ProviderID != "" - yyq2917[3] = x.Unschedulable != false - var yynn2917 int - if yyr2917 || yy2arr2917 { + yysep2927 := !z.EncBinary() + yy2arr2927 := z.EncBasicHandle().StructToArray + var yyq2927 [4]bool + _, _, _ = yysep2927, yyq2927, yy2arr2927 + const yyr2927 bool = false + yyq2927[0] = x.PodCIDR != "" + yyq2927[1] = x.ExternalID != "" + yyq2927[2] = x.ProviderID != "" + yyq2927[3] = x.Unschedulable != false + var yynn2927 int + if yyr2927 || yy2arr2927 { r.EncodeArrayStart(4) } else { - yynn2917 = 0 - for _, b := range yyq2917 { + yynn2927 = 0 + for _, b := range yyq2927 { if b { - yynn2917++ + yynn2927++ } } - r.EncodeMapStart(yynn2917) - yynn2917 = 0 + r.EncodeMapStart(yynn2927) + yynn2927 = 0 } - if yyr2917 || yy2arr2917 { + if yyr2927 || yy2arr2927 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2917[0] { - yym2919 := z.EncBinary() - _ = yym2919 + if yyq2927[0] { + yym2929 := z.EncBinary() + _ = yym2929 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) @@ -37570,23 +37666,23 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2917[0] { + if yyq2927[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podCIDR")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2920 := z.EncBinary() - _ = yym2920 + yym2930 := z.EncBinary() + _ = yym2930 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) } } } - if yyr2917 || yy2arr2917 { + if yyr2927 || yy2arr2927 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2917[1] { - yym2922 := z.EncBinary() - _ = yym2922 + if yyq2927[1] { + yym2932 := z.EncBinary() + _ = yym2932 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) @@ -37595,23 +37691,23 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2917[1] { + if yyq2927[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("externalID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2923 := z.EncBinary() - _ = yym2923 + yym2933 := z.EncBinary() + _ = yym2933 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) } } } - if yyr2917 || yy2arr2917 { + if yyr2927 || yy2arr2927 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2917[2] { - yym2925 := z.EncBinary() - _ = yym2925 + if yyq2927[2] { + yym2935 := z.EncBinary() + _ = yym2935 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) @@ -37620,23 +37716,23 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2917[2] { + if yyq2927[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("providerID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2926 := z.EncBinary() - _ = yym2926 + yym2936 := z.EncBinary() + _ = yym2936 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) } } } - if yyr2917 || yy2arr2917 { + if yyr2927 || yy2arr2927 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2917[3] { - yym2928 := z.EncBinary() - _ = yym2928 + if yyq2927[3] { + yym2938 := z.EncBinary() + _ = yym2938 if false { } else { r.EncodeBool(bool(x.Unschedulable)) @@ -37645,19 +37741,19 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq2917[3] { + if yyq2927[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("unschedulable")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2929 := z.EncBinary() - _ = yym2929 + yym2939 := z.EncBinary() + _ = yym2939 if false { } else { r.EncodeBool(bool(x.Unschedulable)) } } } - if yyr2917 || yy2arr2917 { + if yyr2927 || yy2arr2927 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37670,25 +37766,25 @@ func (x *NodeSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2930 := z.DecBinary() - _ = yym2930 + yym2940 := z.DecBinary() + _ = yym2940 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2931 := r.ContainerType() - if yyct2931 == codecSelferValueTypeMap1234 { - yyl2931 := r.ReadMapStart() - if yyl2931 == 0 { + yyct2941 := r.ContainerType() + if yyct2941 == codecSelferValueTypeMap1234 { + yyl2941 := r.ReadMapStart() + if yyl2941 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2931, d) + x.codecDecodeSelfFromMap(yyl2941, d) } - } else if yyct2931 == codecSelferValueTypeArray1234 { - yyl2931 := r.ReadArrayStart() - if yyl2931 == 0 { + } else if yyct2941 == codecSelferValueTypeArray1234 { + yyl2941 := r.ReadArrayStart() + if yyl2941 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2931, d) + x.codecDecodeSelfFromArray(yyl2941, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37700,12 +37796,12 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2932Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2932Slc - var yyhl2932 bool = l >= 0 - for yyj2932 := 0; ; yyj2932++ { - if yyhl2932 { - if yyj2932 >= l { + var yys2942Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2942Slc + var yyhl2942 bool = l >= 0 + for yyj2942 := 0; ; yyj2942++ { + if yyhl2942 { + if yyj2942 >= l { break } } else { @@ -37714,10 +37810,10 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2932Slc = r.DecodeBytes(yys2932Slc, true, true) - yys2932 := string(yys2932Slc) + yys2942Slc = r.DecodeBytes(yys2942Slc, true, true) + yys2942 := string(yys2942Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2932 { + switch yys2942 { case "podCIDR": if r.TryDecodeAsNil() { x.PodCIDR = "" @@ -37743,9 +37839,9 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Unschedulable = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys2932) - } // end switch yys2932 - } // end for yyj2932 + z.DecStructFieldNotFound(-1, yys2942) + } // end switch yys2942 + } // end for yyj2942 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37753,16 +37849,16 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2937 int - var yyb2937 bool - var yyhl2937 bool = l >= 0 - yyj2937++ - if yyhl2937 { - yyb2937 = yyj2937 > l + var yyj2947 int + var yyb2947 bool + var yyhl2947 bool = l >= 0 + yyj2947++ + if yyhl2947 { + yyb2947 = yyj2947 > l } else { - yyb2937 = r.CheckBreak() + yyb2947 = r.CheckBreak() } - if yyb2937 { + if yyb2947 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37772,13 +37868,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.PodCIDR = string(r.DecodeString()) } - yyj2937++ - if yyhl2937 { - yyb2937 = yyj2937 > l + yyj2947++ + if yyhl2947 { + yyb2947 = yyj2947 > l } else { - yyb2937 = r.CheckBreak() + yyb2947 = r.CheckBreak() } - if yyb2937 { + if yyb2947 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37788,13 +37884,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ExternalID = string(r.DecodeString()) } - yyj2937++ - if yyhl2937 { - yyb2937 = yyj2937 > l + yyj2947++ + if yyhl2947 { + yyb2947 = yyj2947 > l } else { - yyb2937 = r.CheckBreak() + yyb2947 = r.CheckBreak() } - if yyb2937 { + if yyb2947 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37804,13 +37900,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ProviderID = string(r.DecodeString()) } - yyj2937++ - if yyhl2937 { - yyb2937 = yyj2937 > l + yyj2947++ + if yyhl2947 { + yyb2947 = yyj2947 > l } else { - yyb2937 = r.CheckBreak() + yyb2947 = r.CheckBreak() } - if yyb2937 { + if yyb2947 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37821,17 +37917,17 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Unschedulable = bool(r.DecodeBool()) } for { - yyj2937++ - if yyhl2937 { - yyb2937 = yyj2937 > l + yyj2947++ + if yyhl2947 { + yyb2947 = yyj2947 > l } else { - yyb2937 = r.CheckBreak() + yyb2947 = r.CheckBreak() } - if yyb2937 { + if yyb2947 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2937-1, "") + z.DecStructFieldNotFound(yyj2947-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37843,33 +37939,33 @@ func (x *DaemonEndpoint) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2942 := z.EncBinary() - _ = yym2942 + yym2952 := z.EncBinary() + _ = yym2952 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2943 := !z.EncBinary() - yy2arr2943 := z.EncBasicHandle().StructToArray - var yyq2943 [1]bool - _, _, _ = yysep2943, yyq2943, yy2arr2943 - const yyr2943 bool = false - var yynn2943 int - if yyr2943 || yy2arr2943 { + yysep2953 := !z.EncBinary() + yy2arr2953 := z.EncBasicHandle().StructToArray + var yyq2953 [1]bool + _, _, _ = yysep2953, yyq2953, yy2arr2953 + const yyr2953 bool = false + var yynn2953 int + if yyr2953 || yy2arr2953 { r.EncodeArrayStart(1) } else { - yynn2943 = 1 - for _, b := range yyq2943 { + yynn2953 = 1 + for _, b := range yyq2953 { if b { - yynn2943++ + yynn2953++ } } - r.EncodeMapStart(yynn2943) - yynn2943 = 0 + r.EncodeMapStart(yynn2953) + yynn2953 = 0 } - if yyr2943 || yy2arr2943 { + if yyr2953 || yy2arr2953 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2945 := z.EncBinary() - _ = yym2945 + yym2955 := z.EncBinary() + _ = yym2955 if false { } else { r.EncodeInt(int64(x.Port)) @@ -37878,14 +37974,14 @@ func (x *DaemonEndpoint) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2946 := z.EncBinary() - _ = yym2946 + yym2956 := z.EncBinary() + _ = yym2956 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2943 || yy2arr2943 { + if yyr2953 || yy2arr2953 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37898,25 +37994,25 @@ func (x *DaemonEndpoint) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2947 := z.DecBinary() - _ = yym2947 + yym2957 := z.DecBinary() + _ = yym2957 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2948 := r.ContainerType() - if yyct2948 == codecSelferValueTypeMap1234 { - yyl2948 := r.ReadMapStart() - if yyl2948 == 0 { + yyct2958 := r.ContainerType() + if yyct2958 == codecSelferValueTypeMap1234 { + yyl2958 := r.ReadMapStart() + if yyl2958 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2948, d) + x.codecDecodeSelfFromMap(yyl2958, d) } - } else if yyct2948 == codecSelferValueTypeArray1234 { - yyl2948 := r.ReadArrayStart() - if yyl2948 == 0 { + } else if yyct2958 == codecSelferValueTypeArray1234 { + yyl2958 := r.ReadArrayStart() + if yyl2958 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2948, d) + x.codecDecodeSelfFromArray(yyl2958, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37928,12 +38024,12 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2949Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2949Slc - var yyhl2949 bool = l >= 0 - for yyj2949 := 0; ; yyj2949++ { - if yyhl2949 { - if yyj2949 >= l { + var yys2959Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2959Slc + var yyhl2959 bool = l >= 0 + for yyj2959 := 0; ; yyj2959++ { + if yyhl2959 { + if yyj2959 >= l { break } } else { @@ -37942,10 +38038,10 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2949Slc = r.DecodeBytes(yys2949Slc, true, true) - yys2949 := string(yys2949Slc) + yys2959Slc = r.DecodeBytes(yys2959Slc, true, true) + yys2959 := string(yys2959Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2949 { + switch yys2959 { case "Port": if r.TryDecodeAsNil() { x.Port = 0 @@ -37953,9 +38049,9 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Port = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys2949) - } // end switch yys2949 - } // end for yyj2949 + z.DecStructFieldNotFound(-1, yys2959) + } // end switch yys2959 + } // end for yyj2959 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37963,16 +38059,16 @@ func (x *DaemonEndpoint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2951 int - var yyb2951 bool - var yyhl2951 bool = l >= 0 - yyj2951++ - if yyhl2951 { - yyb2951 = yyj2951 > l + var yyj2961 int + var yyb2961 bool + var yyhl2961 bool = l >= 0 + yyj2961++ + if yyhl2961 { + yyb2961 = yyj2961 > l } else { - yyb2951 = r.CheckBreak() + yyb2961 = r.CheckBreak() } - if yyb2951 { + if yyb2961 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37983,17 +38079,17 @@ func (x *DaemonEndpoint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Port = int32(r.DecodeInt(32)) } for { - yyj2951++ - if yyhl2951 { - yyb2951 = yyj2951 > l + yyj2961++ + if yyhl2961 { + yyb2961 = yyj2961 > l } else { - yyb2951 = r.CheckBreak() + yyb2961 = r.CheckBreak() } - if yyb2951 { + if yyb2961 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2951-1, "") + z.DecStructFieldNotFound(yyj2961-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38005,48 +38101,48 @@ func (x *NodeDaemonEndpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2953 := z.EncBinary() - _ = yym2953 + yym2963 := z.EncBinary() + _ = yym2963 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] = true - var yynn2954 int - if yyr2954 || yy2arr2954 { + yysep2964 := !z.EncBinary() + yy2arr2964 := z.EncBasicHandle().StructToArray + var yyq2964 [1]bool + _, _, _ = yysep2964, yyq2964, yy2arr2964 + const yyr2964 bool = false + yyq2964[0] = true + var yynn2964 int + if yyr2964 || yy2arr2964 { r.EncodeArrayStart(1) } else { - yynn2954 = 0 - for _, b := range yyq2954 { + yynn2964 = 0 + for _, b := range yyq2964 { if b { - yynn2954++ + yynn2964++ } } - r.EncodeMapStart(yynn2954) - yynn2954 = 0 + r.EncodeMapStart(yynn2964) + yynn2964 = 0 } - if yyr2954 || yy2arr2954 { + if yyr2964 || yy2arr2964 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2954[0] { - yy2956 := &x.KubeletEndpoint - yy2956.CodecEncodeSelf(e) + if yyq2964[0] { + yy2966 := &x.KubeletEndpoint + yy2966.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2954[0] { + if yyq2964[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeletEndpoint")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2957 := &x.KubeletEndpoint - yy2957.CodecEncodeSelf(e) + yy2967 := &x.KubeletEndpoint + yy2967.CodecEncodeSelf(e) } } - if yyr2954 || yy2arr2954 { + if yyr2964 || yy2arr2964 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38059,25 +38155,25 @@ func (x *NodeDaemonEndpoints) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2958 := z.DecBinary() - _ = yym2958 + yym2968 := z.DecBinary() + _ = yym2968 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2959 := r.ContainerType() - if yyct2959 == codecSelferValueTypeMap1234 { - yyl2959 := r.ReadMapStart() - if yyl2959 == 0 { + yyct2969 := r.ContainerType() + if yyct2969 == codecSelferValueTypeMap1234 { + yyl2969 := r.ReadMapStart() + if yyl2969 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2959, d) + x.codecDecodeSelfFromMap(yyl2969, d) } - } else if yyct2959 == codecSelferValueTypeArray1234 { - yyl2959 := r.ReadArrayStart() - if yyl2959 == 0 { + } else if yyct2969 == codecSelferValueTypeArray1234 { + yyl2969 := r.ReadArrayStart() + if yyl2969 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2959, d) + x.codecDecodeSelfFromArray(yyl2969, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38089,12 +38185,12 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2960Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2960Slc - var yyhl2960 bool = l >= 0 - for yyj2960 := 0; ; yyj2960++ { - if yyhl2960 { - if yyj2960 >= l { + var yys2970Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2970Slc + var yyhl2970 bool = l >= 0 + for yyj2970 := 0; ; yyj2970++ { + if yyhl2970 { + if yyj2970 >= l { break } } else { @@ -38103,21 +38199,21 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2960Slc = r.DecodeBytes(yys2960Slc, true, true) - yys2960 := string(yys2960Slc) + yys2970Slc = r.DecodeBytes(yys2970Slc, true, true) + yys2970 := string(yys2970Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2960 { + switch yys2970 { case "kubeletEndpoint": if r.TryDecodeAsNil() { x.KubeletEndpoint = DaemonEndpoint{} } else { - yyv2961 := &x.KubeletEndpoint - yyv2961.CodecDecodeSelf(d) + yyv2971 := &x.KubeletEndpoint + yyv2971.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2960) - } // end switch yys2960 - } // end for yyj2960 + z.DecStructFieldNotFound(-1, yys2970) + } // end switch yys2970 + } // end for yyj2970 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38125,16 +38221,16 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decod 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 yyj2972 int + var yyb2972 bool + var yyhl2972 bool = l >= 0 + yyj2972++ + if yyhl2972 { + yyb2972 = yyj2972 > l } else { - yyb2962 = r.CheckBreak() + yyb2972 = r.CheckBreak() } - if yyb2962 { + if yyb2972 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38142,21 +38238,21 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.KubeletEndpoint = DaemonEndpoint{} } else { - yyv2963 := &x.KubeletEndpoint - yyv2963.CodecDecodeSelf(d) + yyv2973 := &x.KubeletEndpoint + yyv2973.CodecDecodeSelf(d) } for { - yyj2962++ - if yyhl2962 { - yyb2962 = yyj2962 > l + yyj2972++ + if yyhl2972 { + yyb2972 = yyj2972 > l } else { - yyb2962 = r.CheckBreak() + yyb2972 = r.CheckBreak() } - if yyb2962 { + if yyb2972 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2962-1, "") + z.DecStructFieldNotFound(yyj2972-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38168,33 +38264,33 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2964 := z.EncBinary() - _ = yym2964 + yym2974 := z.EncBinary() + _ = yym2974 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2965 := !z.EncBinary() - yy2arr2965 := z.EncBasicHandle().StructToArray - var yyq2965 [10]bool - _, _, _ = yysep2965, yyq2965, yy2arr2965 - const yyr2965 bool = false - var yynn2965 int - if yyr2965 || yy2arr2965 { + yysep2975 := !z.EncBinary() + yy2arr2975 := z.EncBasicHandle().StructToArray + var yyq2975 [10]bool + _, _, _ = yysep2975, yyq2975, yy2arr2975 + const yyr2975 bool = false + var yynn2975 int + if yyr2975 || yy2arr2975 { r.EncodeArrayStart(10) } else { - yynn2965 = 10 - for _, b := range yyq2965 { + yynn2975 = 10 + for _, b := range yyq2975 { if b { - yynn2965++ + yynn2975++ } } - r.EncodeMapStart(yynn2965) - yynn2965 = 0 + r.EncodeMapStart(yynn2975) + yynn2975 = 0 } - if yyr2965 || yy2arr2965 { + if yyr2975 || yy2arr2975 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2967 := z.EncBinary() - _ = yym2967 + yym2977 := z.EncBinary() + _ = yym2977 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MachineID)) @@ -38203,17 +38299,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("machineID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2968 := z.EncBinary() - _ = yym2968 + yym2978 := z.EncBinary() + _ = yym2978 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MachineID)) } } - if yyr2965 || yy2arr2965 { + if yyr2975 || yy2arr2975 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2970 := z.EncBinary() - _ = yym2970 + yym2980 := z.EncBinary() + _ = yym2980 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SystemUUID)) @@ -38222,17 +38318,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("systemUUID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2971 := z.EncBinary() - _ = yym2971 + yym2981 := z.EncBinary() + _ = yym2981 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SystemUUID)) } } - if yyr2965 || yy2arr2965 { + if yyr2975 || yy2arr2975 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2973 := z.EncBinary() - _ = yym2973 + yym2983 := z.EncBinary() + _ = yym2983 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.BootID)) @@ -38241,17 +38337,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("bootID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2974 := z.EncBinary() - _ = yym2974 + yym2984 := z.EncBinary() + _ = yym2984 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.BootID)) } } - if yyr2965 || yy2arr2965 { + if yyr2975 || yy2arr2975 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2976 := z.EncBinary() - _ = yym2976 + yym2986 := z.EncBinary() + _ = yym2986 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KernelVersion)) @@ -38260,17 +38356,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kernelVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2977 := z.EncBinary() - _ = yym2977 + yym2987 := z.EncBinary() + _ = yym2987 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KernelVersion)) } } - if yyr2965 || yy2arr2965 { + if yyr2975 || yy2arr2975 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2979 := z.EncBinary() - _ = yym2979 + yym2989 := z.EncBinary() + _ = yym2989 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OSImage)) @@ -38279,17 +38375,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("osImage")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2980 := z.EncBinary() - _ = yym2980 + yym2990 := z.EncBinary() + _ = yym2990 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OSImage)) } } - if yyr2965 || yy2arr2965 { + if yyr2975 || yy2arr2975 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2982 := z.EncBinary() - _ = yym2982 + yym2992 := z.EncBinary() + _ = yym2992 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntimeVersion)) @@ -38298,17 +38394,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerRuntimeVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2983 := z.EncBinary() - _ = yym2983 + yym2993 := z.EncBinary() + _ = yym2993 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntimeVersion)) } } - if yyr2965 || yy2arr2965 { + if yyr2975 || yy2arr2975 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2985 := z.EncBinary() - _ = yym2985 + yym2995 := z.EncBinary() + _ = yym2995 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeletVersion)) @@ -38317,17 +38413,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeletVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2986 := z.EncBinary() - _ = yym2986 + yym2996 := z.EncBinary() + _ = yym2996 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeletVersion)) } } - if yyr2965 || yy2arr2965 { + if yyr2975 || yy2arr2975 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2988 := z.EncBinary() - _ = yym2988 + yym2998 := z.EncBinary() + _ = yym2998 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeProxyVersion)) @@ -38336,17 +38432,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeProxyVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2989 := z.EncBinary() - _ = yym2989 + yym2999 := z.EncBinary() + _ = yym2999 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeProxyVersion)) } } - if yyr2965 || yy2arr2965 { + if yyr2975 || yy2arr2975 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2991 := z.EncBinary() - _ = yym2991 + yym3001 := z.EncBinary() + _ = yym3001 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OperatingSystem)) @@ -38355,17 +38451,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("operatingSystem")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2992 := z.EncBinary() - _ = yym2992 + yym3002 := z.EncBinary() + _ = yym3002 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OperatingSystem)) } } - if yyr2965 || yy2arr2965 { + if yyr2975 || yy2arr2975 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2994 := z.EncBinary() - _ = yym2994 + yym3004 := z.EncBinary() + _ = yym3004 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Architecture)) @@ -38374,14 +38470,14 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("architecture")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2995 := z.EncBinary() - _ = yym2995 + yym3005 := z.EncBinary() + _ = yym3005 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Architecture)) } } - if yyr2965 || yy2arr2965 { + if yyr2975 || yy2arr2975 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38394,25 +38490,25 @@ func (x *NodeSystemInfo) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2996 := z.DecBinary() - _ = yym2996 + yym3006 := z.DecBinary() + _ = yym3006 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2997 := r.ContainerType() - if yyct2997 == codecSelferValueTypeMap1234 { - yyl2997 := r.ReadMapStart() - if yyl2997 == 0 { + yyct3007 := r.ContainerType() + if yyct3007 == codecSelferValueTypeMap1234 { + yyl3007 := r.ReadMapStart() + if yyl3007 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2997, d) + x.codecDecodeSelfFromMap(yyl3007, d) } - } else if yyct2997 == codecSelferValueTypeArray1234 { - yyl2997 := r.ReadArrayStart() - if yyl2997 == 0 { + } else if yyct3007 == codecSelferValueTypeArray1234 { + yyl3007 := r.ReadArrayStart() + if yyl3007 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2997, d) + x.codecDecodeSelfFromArray(yyl3007, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38424,12 +38520,12 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2998Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2998Slc - var yyhl2998 bool = l >= 0 - for yyj2998 := 0; ; yyj2998++ { - if yyhl2998 { - if yyj2998 >= l { + var yys3008Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3008Slc + var yyhl3008 bool = l >= 0 + for yyj3008 := 0; ; yyj3008++ { + if yyhl3008 { + if yyj3008 >= l { break } } else { @@ -38438,10 +38534,10 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2998Slc = r.DecodeBytes(yys2998Slc, true, true) - yys2998 := string(yys2998Slc) + yys3008Slc = r.DecodeBytes(yys3008Slc, true, true) + yys3008 := string(yys3008Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2998 { + switch yys3008 { case "machineID": if r.TryDecodeAsNil() { x.MachineID = "" @@ -38503,9 +38599,9 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Architecture = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2998) - } // end switch yys2998 - } // end for yyj2998 + z.DecStructFieldNotFound(-1, yys3008) + } // end switch yys3008 + } // end for yyj3008 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38513,16 +38609,16 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3009 int - var yyb3009 bool - var yyhl3009 bool = l >= 0 - yyj3009++ - if yyhl3009 { - yyb3009 = yyj3009 > l + var yyj3019 int + var yyb3019 bool + var yyhl3019 bool = l >= 0 + yyj3019++ + if yyhl3019 { + yyb3019 = yyj3019 > l } else { - yyb3009 = r.CheckBreak() + yyb3019 = r.CheckBreak() } - if yyb3009 { + if yyb3019 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38532,13 +38628,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.MachineID = string(r.DecodeString()) } - yyj3009++ - if yyhl3009 { - yyb3009 = yyj3009 > l + yyj3019++ + if yyhl3019 { + yyb3019 = yyj3019 > l } else { - yyb3009 = r.CheckBreak() + yyb3019 = r.CheckBreak() } - if yyb3009 { + if yyb3019 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38548,13 +38644,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SystemUUID = string(r.DecodeString()) } - yyj3009++ - if yyhl3009 { - yyb3009 = yyj3009 > l + yyj3019++ + if yyhl3019 { + yyb3019 = yyj3019 > l } else { - yyb3009 = r.CheckBreak() + yyb3019 = r.CheckBreak() } - if yyb3009 { + if yyb3019 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38564,13 +38660,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.BootID = string(r.DecodeString()) } - yyj3009++ - if yyhl3009 { - yyb3009 = yyj3009 > l + yyj3019++ + if yyhl3019 { + yyb3019 = yyj3019 > l } else { - yyb3009 = r.CheckBreak() + yyb3019 = r.CheckBreak() } - if yyb3009 { + if yyb3019 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38580,13 +38676,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KernelVersion = string(r.DecodeString()) } - yyj3009++ - if yyhl3009 { - yyb3009 = yyj3009 > l + yyj3019++ + if yyhl3019 { + yyb3019 = yyj3019 > l } else { - yyb3009 = r.CheckBreak() + yyb3019 = r.CheckBreak() } - if yyb3009 { + if yyb3019 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38596,13 +38692,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.OSImage = string(r.DecodeString()) } - yyj3009++ - if yyhl3009 { - yyb3009 = yyj3009 > l + yyj3019++ + if yyhl3019 { + yyb3019 = yyj3019 > l } else { - yyb3009 = r.CheckBreak() + yyb3019 = r.CheckBreak() } - if yyb3009 { + if yyb3019 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38612,13 +38708,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ContainerRuntimeVersion = string(r.DecodeString()) } - yyj3009++ - if yyhl3009 { - yyb3009 = yyj3009 > l + yyj3019++ + if yyhl3019 { + yyb3019 = yyj3019 > l } else { - yyb3009 = r.CheckBreak() + yyb3019 = r.CheckBreak() } - if yyb3009 { + if yyb3019 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38628,13 +38724,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KubeletVersion = string(r.DecodeString()) } - yyj3009++ - if yyhl3009 { - yyb3009 = yyj3009 > l + yyj3019++ + if yyhl3019 { + yyb3019 = yyj3019 > l } else { - yyb3009 = r.CheckBreak() + yyb3019 = r.CheckBreak() } - if yyb3009 { + if yyb3019 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38644,13 +38740,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KubeProxyVersion = string(r.DecodeString()) } - yyj3009++ - if yyhl3009 { - yyb3009 = yyj3009 > l + yyj3019++ + if yyhl3019 { + yyb3019 = yyj3019 > l } else { - yyb3009 = r.CheckBreak() + yyb3019 = r.CheckBreak() } - if yyb3009 { + if yyb3019 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38660,13 +38756,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.OperatingSystem = string(r.DecodeString()) } - yyj3009++ - if yyhl3009 { - yyb3009 = yyj3009 > l + yyj3019++ + if yyhl3019 { + yyb3019 = yyj3019 > l } else { - yyb3009 = r.CheckBreak() + yyb3019 = r.CheckBreak() } - if yyb3009 { + if yyb3019 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38677,17 +38773,17 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Architecture = string(r.DecodeString()) } for { - yyj3009++ - if yyhl3009 { - yyb3009 = yyj3009 > l + yyj3019++ + if yyhl3019 { + yyb3019 = yyj3019 > l } else { - yyb3009 = r.CheckBreak() + yyb3019 = r.CheckBreak() } - if yyb3009 { + if yyb3019 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3009-1, "") + z.DecStructFieldNotFound(yyj3019-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38699,42 +38795,42 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3020 := z.EncBinary() - _ = yym3020 + yym3030 := z.EncBinary() + _ = yym3030 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3021 := !z.EncBinary() - yy2arr3021 := z.EncBasicHandle().StructToArray - var yyq3021 [10]bool - _, _, _ = yysep3021, yyq3021, yy2arr3021 - const yyr3021 bool = false - yyq3021[0] = len(x.Capacity) != 0 - yyq3021[1] = len(x.Allocatable) != 0 - yyq3021[2] = x.Phase != "" - yyq3021[3] = len(x.Conditions) != 0 - yyq3021[4] = len(x.Addresses) != 0 - yyq3021[5] = true - yyq3021[6] = true - yyq3021[7] = len(x.Images) != 0 - yyq3021[8] = len(x.VolumesInUse) != 0 - yyq3021[9] = len(x.VolumesAttached) != 0 - var yynn3021 int - if yyr3021 || yy2arr3021 { + yysep3031 := !z.EncBinary() + yy2arr3031 := z.EncBasicHandle().StructToArray + var yyq3031 [10]bool + _, _, _ = yysep3031, yyq3031, yy2arr3031 + const yyr3031 bool = false + yyq3031[0] = len(x.Capacity) != 0 + yyq3031[1] = len(x.Allocatable) != 0 + yyq3031[2] = x.Phase != "" + yyq3031[3] = len(x.Conditions) != 0 + yyq3031[4] = len(x.Addresses) != 0 + yyq3031[5] = true + yyq3031[6] = true + yyq3031[7] = len(x.Images) != 0 + yyq3031[8] = len(x.VolumesInUse) != 0 + yyq3031[9] = len(x.VolumesAttached) != 0 + var yynn3031 int + if yyr3031 || yy2arr3031 { r.EncodeArrayStart(10) } else { - yynn3021 = 0 - for _, b := range yyq3021 { + yynn3031 = 0 + for _, b := range yyq3031 { if b { - yynn3021++ + yynn3031++ } } - r.EncodeMapStart(yynn3021) - yynn3021 = 0 + r.EncodeMapStart(yynn3031) + yynn3031 = 0 } - if yyr3021 || yy2arr3021 { + if yyr3031 || yy2arr3031 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3021[0] { + if yyq3031[0] { if x.Capacity == nil { r.EncodeNil() } else { @@ -38744,7 +38840,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3021[0] { + if yyq3031[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capacity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -38755,9 +38851,9 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3021 || yy2arr3021 { + if yyr3031 || yy2arr3031 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3021[1] { + if yyq3031[1] { if x.Allocatable == nil { r.EncodeNil() } else { @@ -38767,7 +38863,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3021[1] { + if yyq3031[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("allocatable")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -38778,29 +38874,29 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3021 || yy2arr3021 { + if yyr3031 || yy2arr3031 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3021[2] { + if yyq3031[2] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3021[2] { + if yyq3031[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr3021 || yy2arr3021 { + if yyr3031 || yy2arr3031 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3021[3] { + if yyq3031[3] { if x.Conditions == nil { r.EncodeNil() } else { - yym3026 := z.EncBinary() - _ = yym3026 + yym3036 := z.EncBinary() + _ = yym3036 if false { } else { h.encSliceNodeCondition(([]NodeCondition)(x.Conditions), e) @@ -38810,15 +38906,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3021[3] { + if yyq3031[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym3027 := z.EncBinary() - _ = yym3027 + yym3037 := z.EncBinary() + _ = yym3037 if false { } else { h.encSliceNodeCondition(([]NodeCondition)(x.Conditions), e) @@ -38826,114 +38922,114 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3021 || yy2arr3021 { + if yyr3031 || yy2arr3031 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3021[4] { + if yyq3031[4] { if x.Addresses == nil { r.EncodeNil() - } else { - yym3029 := z.EncBinary() - _ = yym3029 - if false { - } else { - h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq3021[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("addresses")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Addresses == nil { - r.EncodeNil() - } else { - yym3030 := z.EncBinary() - _ = yym3030 - if false { - } else { - h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) - } - } - } - } - if yyr3021 || yy2arr3021 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3021[5] { - yy3032 := &x.DaemonEndpoints - yy3032.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq3021[5] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("daemonEndpoints")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3033 := &x.DaemonEndpoints - yy3033.CodecEncodeSelf(e) - } - } - if yyr3021 || yy2arr3021 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3021[6] { - yy3035 := &x.NodeInfo - yy3035.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq3021[6] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("nodeInfo")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3036 := &x.NodeInfo - yy3036.CodecEncodeSelf(e) - } - } - if yyr3021 || yy2arr3021 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3021[7] { - if x.Images == nil { - r.EncodeNil() - } else { - yym3038 := z.EncBinary() - _ = yym3038 - if false { - } else { - h.encSliceContainerImage(([]ContainerImage)(x.Images), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq3021[7] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("images")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Images == nil { - r.EncodeNil() } else { yym3039 := z.EncBinary() _ = yym3039 if false { + } else { + h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq3031[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("addresses")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Addresses == nil { + r.EncodeNil() + } else { + yym3040 := z.EncBinary() + _ = yym3040 + if false { + } else { + h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) + } + } + } + } + if yyr3031 || yy2arr3031 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3031[5] { + yy3042 := &x.DaemonEndpoints + yy3042.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq3031[5] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("daemonEndpoints")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3043 := &x.DaemonEndpoints + yy3043.CodecEncodeSelf(e) + } + } + if yyr3031 || yy2arr3031 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3031[6] { + yy3045 := &x.NodeInfo + yy3045.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq3031[6] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("nodeInfo")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3046 := &x.NodeInfo + yy3046.CodecEncodeSelf(e) + } + } + if yyr3031 || yy2arr3031 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3031[7] { + if x.Images == nil { + r.EncodeNil() + } else { + yym3048 := z.EncBinary() + _ = yym3048 + if false { + } else { + h.encSliceContainerImage(([]ContainerImage)(x.Images), e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq3031[7] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("images")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Images == nil { + r.EncodeNil() + } else { + yym3049 := z.EncBinary() + _ = yym3049 + if false { } else { h.encSliceContainerImage(([]ContainerImage)(x.Images), e) } } } } - if yyr3021 || yy2arr3021 { + if yyr3031 || yy2arr3031 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3021[8] { + if yyq3031[8] { if x.VolumesInUse == nil { r.EncodeNil() } else { - yym3041 := z.EncBinary() - _ = yym3041 + yym3051 := z.EncBinary() + _ = yym3051 if false { } else { h.encSliceUniqueVolumeName(([]UniqueVolumeName)(x.VolumesInUse), e) @@ -38943,15 +39039,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3021[8] { + if yyq3031[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumesInUse")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.VolumesInUse == nil { r.EncodeNil() } else { - yym3042 := z.EncBinary() - _ = yym3042 + yym3052 := z.EncBinary() + _ = yym3052 if false { } else { h.encSliceUniqueVolumeName(([]UniqueVolumeName)(x.VolumesInUse), e) @@ -38959,14 +39055,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3021 || yy2arr3021 { + if yyr3031 || yy2arr3031 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3021[9] { + if yyq3031[9] { if x.VolumesAttached == nil { r.EncodeNil() } else { - yym3044 := z.EncBinary() - _ = yym3044 + yym3054 := z.EncBinary() + _ = yym3054 if false { } else { h.encSliceAttachedVolume(([]AttachedVolume)(x.VolumesAttached), e) @@ -38976,15 +39072,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3021[9] { + if yyq3031[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumesAttached")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.VolumesAttached == nil { r.EncodeNil() } else { - yym3045 := z.EncBinary() - _ = yym3045 + yym3055 := z.EncBinary() + _ = yym3055 if false { } else { h.encSliceAttachedVolume(([]AttachedVolume)(x.VolumesAttached), e) @@ -38992,7 +39088,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3021 || yy2arr3021 { + if yyr3031 || yy2arr3031 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39005,25 +39101,25 @@ func (x *NodeStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3046 := z.DecBinary() - _ = yym3046 + yym3056 := z.DecBinary() + _ = yym3056 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3047 := r.ContainerType() - if yyct3047 == codecSelferValueTypeMap1234 { - yyl3047 := r.ReadMapStart() - if yyl3047 == 0 { + yyct3057 := r.ContainerType() + if yyct3057 == codecSelferValueTypeMap1234 { + yyl3057 := r.ReadMapStart() + if yyl3057 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3047, d) + x.codecDecodeSelfFromMap(yyl3057, d) } - } else if yyct3047 == codecSelferValueTypeArray1234 { - yyl3047 := r.ReadArrayStart() - if yyl3047 == 0 { + } else if yyct3057 == codecSelferValueTypeArray1234 { + yyl3057 := r.ReadArrayStart() + if yyl3057 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3047, d) + x.codecDecodeSelfFromArray(yyl3057, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39035,12 +39131,12 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3048Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3048Slc - var yyhl3048 bool = l >= 0 - for yyj3048 := 0; ; yyj3048++ { - if yyhl3048 { - if yyj3048 >= 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 { @@ -39049,23 +39145,23 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3048Slc = r.DecodeBytes(yys3048Slc, true, true) - yys3048 := string(yys3048Slc) + yys3058Slc = r.DecodeBytes(yys3058Slc, true, true) + yys3058 := string(yys3058Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3048 { + switch yys3058 { case "capacity": if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv3049 := &x.Capacity - yyv3049.CodecDecodeSelf(d) + yyv3059 := &x.Capacity + yyv3059.CodecDecodeSelf(d) } case "allocatable": if r.TryDecodeAsNil() { x.Allocatable = nil } else { - yyv3050 := &x.Allocatable - yyv3050.CodecDecodeSelf(d) + yyv3060 := &x.Allocatable + yyv3060.CodecDecodeSelf(d) } case "phase": if r.TryDecodeAsNil() { @@ -39077,80 +39173,80 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv3052 := &x.Conditions - yym3053 := z.DecBinary() - _ = yym3053 + yyv3062 := &x.Conditions + yym3063 := z.DecBinary() + _ = yym3063 if false { } else { - h.decSliceNodeCondition((*[]NodeCondition)(yyv3052), d) + h.decSliceNodeCondition((*[]NodeCondition)(yyv3062), d) } } case "addresses": if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv3054 := &x.Addresses - yym3055 := z.DecBinary() - _ = yym3055 + yyv3064 := &x.Addresses + yym3065 := z.DecBinary() + _ = yym3065 if false { } else { - h.decSliceNodeAddress((*[]NodeAddress)(yyv3054), d) + h.decSliceNodeAddress((*[]NodeAddress)(yyv3064), d) } } case "daemonEndpoints": if r.TryDecodeAsNil() { x.DaemonEndpoints = NodeDaemonEndpoints{} } else { - yyv3056 := &x.DaemonEndpoints - yyv3056.CodecDecodeSelf(d) + yyv3066 := &x.DaemonEndpoints + yyv3066.CodecDecodeSelf(d) } case "nodeInfo": if r.TryDecodeAsNil() { x.NodeInfo = NodeSystemInfo{} } else { - yyv3057 := &x.NodeInfo - yyv3057.CodecDecodeSelf(d) + yyv3067 := &x.NodeInfo + yyv3067.CodecDecodeSelf(d) } case "images": if r.TryDecodeAsNil() { x.Images = nil } else { - yyv3058 := &x.Images - yym3059 := z.DecBinary() - _ = yym3059 + yyv3068 := &x.Images + yym3069 := z.DecBinary() + _ = yym3069 if false { } else { - h.decSliceContainerImage((*[]ContainerImage)(yyv3058), d) + h.decSliceContainerImage((*[]ContainerImage)(yyv3068), d) } } case "volumesInUse": if r.TryDecodeAsNil() { x.VolumesInUse = nil } else { - yyv3060 := &x.VolumesInUse - yym3061 := z.DecBinary() - _ = yym3061 + yyv3070 := &x.VolumesInUse + yym3071 := z.DecBinary() + _ = yym3071 if false { } else { - h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv3060), d) + h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv3070), d) } } case "volumesAttached": if r.TryDecodeAsNil() { x.VolumesAttached = nil } else { - yyv3062 := &x.VolumesAttached - yym3063 := z.DecBinary() - _ = yym3063 + yyv3072 := &x.VolumesAttached + yym3073 := z.DecBinary() + _ = yym3073 if false { } else { - h.decSliceAttachedVolume((*[]AttachedVolume)(yyv3062), d) + h.decSliceAttachedVolume((*[]AttachedVolume)(yyv3072), d) } } default: - z.DecStructFieldNotFound(-1, yys3048) - } // end switch yys3048 - } // end for yyj3048 + z.DecStructFieldNotFound(-1, yys3058) + } // end switch yys3058 + } // end for yyj3058 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39158,16 +39254,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3064 int - var yyb3064 bool - var yyhl3064 bool = l >= 0 - yyj3064++ - if yyhl3064 { - yyb3064 = yyj3064 > l + var yyj3074 int + var yyb3074 bool + var yyhl3074 bool = l >= 0 + yyj3074++ + if yyhl3074 { + yyb3074 = yyj3074 > l } else { - yyb3064 = r.CheckBreak() + yyb3074 = r.CheckBreak() } - if yyb3064 { + if yyb3074 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39175,16 +39271,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv3065 := &x.Capacity - yyv3065.CodecDecodeSelf(d) + yyv3075 := &x.Capacity + yyv3075.CodecDecodeSelf(d) } - yyj3064++ - if yyhl3064 { - yyb3064 = yyj3064 > l + yyj3074++ + if yyhl3074 { + yyb3074 = yyj3074 > l } else { - yyb3064 = r.CheckBreak() + yyb3074 = r.CheckBreak() } - if yyb3064 { + if yyb3074 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39192,16 +39288,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Allocatable = nil } else { - yyv3066 := &x.Allocatable - yyv3066.CodecDecodeSelf(d) + yyv3076 := &x.Allocatable + yyv3076.CodecDecodeSelf(d) } - yyj3064++ - if yyhl3064 { - yyb3064 = yyj3064 > l + yyj3074++ + if yyhl3074 { + yyb3074 = yyj3074 > l } else { - yyb3064 = r.CheckBreak() + yyb3074 = r.CheckBreak() } - if yyb3064 { + if yyb3074 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39211,13 +39307,13 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Phase = NodePhase(r.DecodeString()) } - yyj3064++ - if yyhl3064 { - yyb3064 = yyj3064 > l + yyj3074++ + if yyhl3074 { + yyb3074 = yyj3074 > l } else { - yyb3064 = r.CheckBreak() + yyb3074 = r.CheckBreak() } - if yyb3064 { + if yyb3074 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39225,21 +39321,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv3068 := &x.Conditions - yym3069 := z.DecBinary() - _ = yym3069 + yyv3078 := &x.Conditions + yym3079 := z.DecBinary() + _ = yym3079 if false { } else { - h.decSliceNodeCondition((*[]NodeCondition)(yyv3068), d) + h.decSliceNodeCondition((*[]NodeCondition)(yyv3078), d) } } - yyj3064++ - if yyhl3064 { - yyb3064 = yyj3064 > l + yyj3074++ + if yyhl3074 { + yyb3074 = yyj3074 > l } else { - yyb3064 = r.CheckBreak() + yyb3074 = r.CheckBreak() } - if yyb3064 { + if yyb3074 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39247,21 +39343,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv3070 := &x.Addresses - yym3071 := z.DecBinary() - _ = yym3071 + yyv3080 := &x.Addresses + yym3081 := z.DecBinary() + _ = yym3081 if false { } else { - h.decSliceNodeAddress((*[]NodeAddress)(yyv3070), d) + h.decSliceNodeAddress((*[]NodeAddress)(yyv3080), d) } } - yyj3064++ - if yyhl3064 { - yyb3064 = yyj3064 > l + yyj3074++ + if yyhl3074 { + yyb3074 = yyj3074 > l } else { - yyb3064 = r.CheckBreak() + yyb3074 = r.CheckBreak() } - if yyb3064 { + if yyb3074 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39269,16 +39365,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DaemonEndpoints = NodeDaemonEndpoints{} } else { - yyv3072 := &x.DaemonEndpoints - yyv3072.CodecDecodeSelf(d) + yyv3082 := &x.DaemonEndpoints + yyv3082.CodecDecodeSelf(d) } - yyj3064++ - if yyhl3064 { - yyb3064 = yyj3064 > l + yyj3074++ + if yyhl3074 { + yyb3074 = yyj3074 > l } else { - yyb3064 = r.CheckBreak() + yyb3074 = r.CheckBreak() } - if yyb3064 { + if yyb3074 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39286,16 +39382,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeInfo = NodeSystemInfo{} } else { - yyv3073 := &x.NodeInfo - yyv3073.CodecDecodeSelf(d) + yyv3083 := &x.NodeInfo + yyv3083.CodecDecodeSelf(d) } - yyj3064++ - if yyhl3064 { - yyb3064 = yyj3064 > l + yyj3074++ + if yyhl3074 { + yyb3074 = yyj3074 > l } else { - yyb3064 = r.CheckBreak() + yyb3074 = r.CheckBreak() } - if yyb3064 { + if yyb3074 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39303,21 +39399,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Images = nil } else { - yyv3074 := &x.Images - yym3075 := z.DecBinary() - _ = yym3075 + yyv3084 := &x.Images + yym3085 := z.DecBinary() + _ = yym3085 if false { } else { - h.decSliceContainerImage((*[]ContainerImage)(yyv3074), d) + h.decSliceContainerImage((*[]ContainerImage)(yyv3084), d) } } - yyj3064++ - if yyhl3064 { - yyb3064 = yyj3064 > l + yyj3074++ + if yyhl3074 { + yyb3074 = yyj3074 > l } else { - yyb3064 = r.CheckBreak() + yyb3074 = r.CheckBreak() } - if yyb3064 { + if yyb3074 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39325,21 +39421,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.VolumesInUse = nil } else { - yyv3076 := &x.VolumesInUse - yym3077 := z.DecBinary() - _ = yym3077 + yyv3086 := &x.VolumesInUse + yym3087 := z.DecBinary() + _ = yym3087 if false { } else { - h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv3076), d) + h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv3086), d) } } - yyj3064++ - if yyhl3064 { - yyb3064 = yyj3064 > l + yyj3074++ + if yyhl3074 { + yyb3074 = yyj3074 > l } else { - yyb3064 = r.CheckBreak() + yyb3074 = r.CheckBreak() } - if yyb3064 { + if yyb3074 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39347,26 +39443,26 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.VolumesAttached = nil } else { - yyv3078 := &x.VolumesAttached - yym3079 := z.DecBinary() - _ = yym3079 + yyv3088 := &x.VolumesAttached + yym3089 := z.DecBinary() + _ = yym3089 if false { } else { - h.decSliceAttachedVolume((*[]AttachedVolume)(yyv3078), d) + h.decSliceAttachedVolume((*[]AttachedVolume)(yyv3088), d) } } for { - yyj3064++ - if yyhl3064 { - yyb3064 = yyj3064 > l + yyj3074++ + if yyhl3074 { + yyb3074 = yyj3074 > l } else { - yyb3064 = r.CheckBreak() + yyb3074 = r.CheckBreak() } - if yyb3064 { + if yyb3074 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3064-1, "") + z.DecStructFieldNotFound(yyj3074-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39375,8 +39471,8 @@ func (x UniqueVolumeName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3080 := z.EncBinary() - _ = yym3080 + yym3090 := z.EncBinary() + _ = yym3090 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -39388,8 +39484,8 @@ func (x *UniqueVolumeName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3081 := z.DecBinary() - _ = yym3081 + yym3091 := z.DecBinary() + _ = yym3091 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -39404,30 +39500,30 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3082 := z.EncBinary() - _ = yym3082 + yym3092 := z.EncBinary() + _ = yym3092 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3083 := !z.EncBinary() - yy2arr3083 := z.EncBasicHandle().StructToArray - var yyq3083 [2]bool - _, _, _ = yysep3083, yyq3083, yy2arr3083 - const yyr3083 bool = false - var yynn3083 int - if yyr3083 || yy2arr3083 { + yysep3093 := !z.EncBinary() + yy2arr3093 := z.EncBasicHandle().StructToArray + var yyq3093 [2]bool + _, _, _ = yysep3093, yyq3093, yy2arr3093 + const yyr3093 bool = false + var yynn3093 int + if yyr3093 || yy2arr3093 { r.EncodeArrayStart(2) } else { - yynn3083 = 2 - for _, b := range yyq3083 { + yynn3093 = 2 + for _, b := range yyq3093 { if b { - yynn3083++ + yynn3093++ } } - r.EncodeMapStart(yynn3083) - yynn3083 = 0 + r.EncodeMapStart(yynn3093) + yynn3093 = 0 } - if yyr3083 || yy2arr3083 { + if yyr3093 || yy2arr3093 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Name.CodecEncodeSelf(e) } else { @@ -39436,10 +39532,10 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Name.CodecEncodeSelf(e) } - if yyr3083 || yy2arr3083 { + if yyr3093 || yy2arr3093 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3086 := z.EncBinary() - _ = yym3086 + yym3096 := z.EncBinary() + _ = yym3096 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DevicePath)) @@ -39448,14 +39544,14 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("devicePath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3087 := z.EncBinary() - _ = yym3087 + yym3097 := z.EncBinary() + _ = yym3097 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DevicePath)) } } - if yyr3083 || yy2arr3083 { + if yyr3093 || yy2arr3093 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39468,25 +39564,25 @@ func (x *AttachedVolume) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3088 := z.DecBinary() - _ = yym3088 + yym3098 := z.DecBinary() + _ = yym3098 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3089 := r.ContainerType() - if yyct3089 == codecSelferValueTypeMap1234 { - yyl3089 := r.ReadMapStart() - if yyl3089 == 0 { + yyct3099 := r.ContainerType() + if yyct3099 == codecSelferValueTypeMap1234 { + yyl3099 := r.ReadMapStart() + if yyl3099 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3089, d) + x.codecDecodeSelfFromMap(yyl3099, d) } - } else if yyct3089 == codecSelferValueTypeArray1234 { - yyl3089 := r.ReadArrayStart() - if yyl3089 == 0 { + } else if yyct3099 == codecSelferValueTypeArray1234 { + yyl3099 := r.ReadArrayStart() + if yyl3099 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3089, d) + x.codecDecodeSelfFromArray(yyl3099, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39498,12 +39594,12 @@ func (x *AttachedVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3090Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3090Slc - var yyhl3090 bool = l >= 0 - for yyj3090 := 0; ; yyj3090++ { - if yyhl3090 { - if yyj3090 >= l { + var yys3100Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3100Slc + var yyhl3100 bool = l >= 0 + for yyj3100 := 0; ; yyj3100++ { + if yyhl3100 { + if yyj3100 >= l { break } } else { @@ -39512,10 +39608,10 @@ func (x *AttachedVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3090Slc = r.DecodeBytes(yys3090Slc, true, true) - yys3090 := string(yys3090Slc) + yys3100Slc = r.DecodeBytes(yys3100Slc, true, true) + yys3100 := string(yys3100Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3090 { + switch yys3100 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -39529,9 +39625,9 @@ func (x *AttachedVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.DevicePath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3090) - } // end switch yys3090 - } // end for yyj3090 + z.DecStructFieldNotFound(-1, yys3100) + } // end switch yys3100 + } // end for yyj3100 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39539,16 +39635,16 @@ func (x *AttachedVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3093 int - var yyb3093 bool - var yyhl3093 bool = l >= 0 - yyj3093++ - if yyhl3093 { - yyb3093 = yyj3093 > l + var yyj3103 int + var yyb3103 bool + var yyhl3103 bool = l >= 0 + yyj3103++ + if yyhl3103 { + yyb3103 = yyj3103 > l } else { - yyb3093 = r.CheckBreak() + yyb3103 = r.CheckBreak() } - if yyb3093 { + if yyb3103 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39558,13 +39654,13 @@ func (x *AttachedVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = UniqueVolumeName(r.DecodeString()) } - yyj3093++ - if yyhl3093 { - yyb3093 = yyj3093 > l + yyj3103++ + if yyhl3103 { + yyb3103 = yyj3103 > l } else { - yyb3093 = r.CheckBreak() + yyb3103 = r.CheckBreak() } - if yyb3093 { + if yyb3103 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39575,17 +39671,17 @@ func (x *AttachedVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.DevicePath = string(r.DecodeString()) } for { - yyj3093++ - if yyhl3093 { - yyb3093 = yyj3093 > l + yyj3103++ + if yyhl3103 { + yyb3103 = yyj3103 > l } else { - yyb3093 = r.CheckBreak() + yyb3103 = r.CheckBreak() } - if yyb3093 { + if yyb3103 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3093-1, "") + z.DecStructFieldNotFound(yyj3103-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39597,38 +39693,38 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3096 := z.EncBinary() - _ = yym3096 + yym3106 := z.EncBinary() + _ = yym3106 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3097 := !z.EncBinary() - yy2arr3097 := z.EncBasicHandle().StructToArray - var yyq3097 [1]bool - _, _, _ = yysep3097, yyq3097, yy2arr3097 - const yyr3097 bool = false - yyq3097[0] = len(x.PreferAvoidPods) != 0 - var yynn3097 int - if yyr3097 || yy2arr3097 { + yysep3107 := !z.EncBinary() + yy2arr3107 := z.EncBasicHandle().StructToArray + var yyq3107 [1]bool + _, _, _ = yysep3107, yyq3107, yy2arr3107 + const yyr3107 bool = false + yyq3107[0] = len(x.PreferAvoidPods) != 0 + var yynn3107 int + if yyr3107 || yy2arr3107 { r.EncodeArrayStart(1) } else { - yynn3097 = 0 - for _, b := range yyq3097 { + yynn3107 = 0 + for _, b := range yyq3107 { if b { - yynn3097++ + yynn3107++ } } - r.EncodeMapStart(yynn3097) - yynn3097 = 0 + r.EncodeMapStart(yynn3107) + yynn3107 = 0 } - if yyr3097 || yy2arr3097 { + if yyr3107 || yy2arr3107 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3097[0] { + if yyq3107[0] { if x.PreferAvoidPods == nil { r.EncodeNil() } else { - yym3099 := z.EncBinary() - _ = yym3099 + yym3109 := z.EncBinary() + _ = yym3109 if false { } else { h.encSlicePreferAvoidPodsEntry(([]PreferAvoidPodsEntry)(x.PreferAvoidPods), e) @@ -39638,15 +39734,15 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3097[0] { + if yyq3107[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preferAvoidPods")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.PreferAvoidPods == nil { r.EncodeNil() } else { - yym3100 := z.EncBinary() - _ = yym3100 + yym3110 := z.EncBinary() + _ = yym3110 if false { } else { h.encSlicePreferAvoidPodsEntry(([]PreferAvoidPodsEntry)(x.PreferAvoidPods), e) @@ -39654,7 +39750,7 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3097 || yy2arr3097 { + if yyr3107 || yy2arr3107 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39667,25 +39763,25 @@ func (x *AvoidPods) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3101 := z.DecBinary() - _ = yym3101 + yym3111 := z.DecBinary() + _ = yym3111 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3102 := r.ContainerType() - if yyct3102 == codecSelferValueTypeMap1234 { - yyl3102 := r.ReadMapStart() - if yyl3102 == 0 { + yyct3112 := r.ContainerType() + if yyct3112 == codecSelferValueTypeMap1234 { + yyl3112 := r.ReadMapStart() + if yyl3112 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3102, d) + x.codecDecodeSelfFromMap(yyl3112, d) } - } else if yyct3102 == codecSelferValueTypeArray1234 { - yyl3102 := r.ReadArrayStart() - if yyl3102 == 0 { + } else if yyct3112 == codecSelferValueTypeArray1234 { + yyl3112 := r.ReadArrayStart() + if yyl3112 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3102, d) + x.codecDecodeSelfFromArray(yyl3112, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39697,12 +39793,12 @@ func (x *AvoidPods) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3103Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3103Slc - var yyhl3103 bool = l >= 0 - for yyj3103 := 0; ; yyj3103++ { - if yyhl3103 { - if yyj3103 >= l { + var yys3113Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3113Slc + var yyhl3113 bool = l >= 0 + for yyj3113 := 0; ; yyj3113++ { + if yyhl3113 { + if yyj3113 >= l { break } } else { @@ -39711,26 +39807,26 @@ func (x *AvoidPods) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3103Slc = r.DecodeBytes(yys3103Slc, true, true) - yys3103 := string(yys3103Slc) + yys3113Slc = r.DecodeBytes(yys3113Slc, true, true) + yys3113 := string(yys3113Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3103 { + switch yys3113 { case "preferAvoidPods": if r.TryDecodeAsNil() { x.PreferAvoidPods = nil } else { - yyv3104 := &x.PreferAvoidPods - yym3105 := z.DecBinary() - _ = yym3105 + yyv3114 := &x.PreferAvoidPods + yym3115 := z.DecBinary() + _ = yym3115 if false { } else { - h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv3104), d) + h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv3114), d) } } default: - z.DecStructFieldNotFound(-1, yys3103) - } // end switch yys3103 - } // end for yyj3103 + z.DecStructFieldNotFound(-1, yys3113) + } // end switch yys3113 + } // end for yyj3113 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39738,16 +39834,16 @@ func (x *AvoidPods) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3106 int - var yyb3106 bool - var yyhl3106 bool = l >= 0 - yyj3106++ - if yyhl3106 { - yyb3106 = yyj3106 > l + var yyj3116 int + var yyb3116 bool + var yyhl3116 bool = l >= 0 + yyj3116++ + if yyhl3116 { + yyb3116 = yyj3116 > l } else { - yyb3106 = r.CheckBreak() + yyb3116 = r.CheckBreak() } - if yyb3106 { + if yyb3116 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39755,26 +39851,26 @@ func (x *AvoidPods) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.PreferAvoidPods = nil } else { - yyv3107 := &x.PreferAvoidPods - yym3108 := z.DecBinary() - _ = yym3108 + yyv3117 := &x.PreferAvoidPods + yym3118 := z.DecBinary() + _ = yym3118 if false { } else { - h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv3107), d) + h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv3117), d) } } for { - yyj3106++ - if yyhl3106 { - yyb3106 = yyj3106 > l + yyj3116++ + if yyhl3116 { + yyb3116 = yyj3116 > l } else { - yyb3106 = r.CheckBreak() + yyb3116 = r.CheckBreak() } - if yyb3106 { + if yyb3116 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3106-1, "") + z.DecStructFieldNotFound(yyj3116-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39786,85 +39882,85 @@ func (x *PreferAvoidPodsEntry) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3109 := z.EncBinary() - _ = yym3109 + yym3119 := z.EncBinary() + _ = yym3119 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3110 := !z.EncBinary() - yy2arr3110 := z.EncBasicHandle().StructToArray - var yyq3110 [4]bool - _, _, _ = yysep3110, yyq3110, yy2arr3110 - const yyr3110 bool = false - yyq3110[1] = true - yyq3110[2] = x.Reason != "" - yyq3110[3] = x.Message != "" - var yynn3110 int - if yyr3110 || yy2arr3110 { + yysep3120 := !z.EncBinary() + yy2arr3120 := z.EncBasicHandle().StructToArray + var yyq3120 [4]bool + _, _, _ = yysep3120, yyq3120, yy2arr3120 + const yyr3120 bool = false + yyq3120[1] = true + yyq3120[2] = x.Reason != "" + yyq3120[3] = x.Message != "" + var yynn3120 int + if yyr3120 || yy2arr3120 { r.EncodeArrayStart(4) } else { - yynn3110 = 1 - for _, b := range yyq3110 { + yynn3120 = 1 + for _, b := range yyq3120 { if b { - yynn3110++ + yynn3120++ } } - r.EncodeMapStart(yynn3110) - yynn3110 = 0 + r.EncodeMapStart(yynn3120) + yynn3120 = 0 } - if yyr3110 || yy2arr3110 { + if yyr3120 || yy2arr3120 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3112 := &x.PodSignature - yy3112.CodecEncodeSelf(e) + yy3122 := &x.PodSignature + yy3122.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podSignature")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3113 := &x.PodSignature - yy3113.CodecEncodeSelf(e) + yy3123 := &x.PodSignature + yy3123.CodecEncodeSelf(e) } - if yyr3110 || yy2arr3110 { + if yyr3120 || yy2arr3120 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3110[1] { - yy3115 := &x.EvictionTime - yym3116 := z.EncBinary() - _ = yym3116 + if yyq3120[1] { + yy3125 := &x.EvictionTime + yym3126 := z.EncBinary() + _ = yym3126 if false { - } else if z.HasExtensions() && z.EncExt(yy3115) { - } else if yym3116 { - z.EncBinaryMarshal(yy3115) - } else if !yym3116 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3115) + } else if z.HasExtensions() && z.EncExt(yy3125) { + } else if yym3126 { + z.EncBinaryMarshal(yy3125) + } else if !yym3126 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3125) } else { - z.EncFallback(yy3115) + z.EncFallback(yy3125) } } else { r.EncodeNil() } } else { - if yyq3110[1] { + if yyq3120[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("evictionTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3117 := &x.EvictionTime - yym3118 := z.EncBinary() - _ = yym3118 + yy3127 := &x.EvictionTime + yym3128 := z.EncBinary() + _ = yym3128 if false { - } else if z.HasExtensions() && z.EncExt(yy3117) { - } else if yym3118 { - z.EncBinaryMarshal(yy3117) - } else if !yym3118 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3117) + } else if z.HasExtensions() && z.EncExt(yy3127) { + } else if yym3128 { + z.EncBinaryMarshal(yy3127) + } else if !yym3128 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3127) } else { - z.EncFallback(yy3117) + z.EncFallback(yy3127) } } } - if yyr3110 || yy2arr3110 { + if yyr3120 || yy2arr3120 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3110[2] { - yym3120 := z.EncBinary() - _ = yym3120 + if yyq3120[2] { + yym3130 := z.EncBinary() + _ = yym3130 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -39873,23 +39969,23 @@ func (x *PreferAvoidPodsEntry) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3110[2] { + if yyq3120[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3121 := z.EncBinary() - _ = yym3121 + yym3131 := z.EncBinary() + _ = yym3131 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr3110 || yy2arr3110 { + if yyr3120 || yy2arr3120 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3110[3] { - yym3123 := z.EncBinary() - _ = yym3123 + if yyq3120[3] { + yym3133 := z.EncBinary() + _ = yym3133 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -39898,19 +39994,19 @@ func (x *PreferAvoidPodsEntry) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3110[3] { + if yyq3120[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3124 := z.EncBinary() - _ = yym3124 + yym3134 := z.EncBinary() + _ = yym3134 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr3110 || yy2arr3110 { + if yyr3120 || yy2arr3120 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39923,25 +40019,25 @@ func (x *PreferAvoidPodsEntry) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3125 := z.DecBinary() - _ = yym3125 + yym3135 := z.DecBinary() + _ = yym3135 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3126 := r.ContainerType() - if yyct3126 == codecSelferValueTypeMap1234 { - yyl3126 := r.ReadMapStart() - if yyl3126 == 0 { + yyct3136 := r.ContainerType() + if yyct3136 == codecSelferValueTypeMap1234 { + yyl3136 := r.ReadMapStart() + if yyl3136 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3126, d) + x.codecDecodeSelfFromMap(yyl3136, d) } - } else if yyct3126 == codecSelferValueTypeArray1234 { - yyl3126 := r.ReadArrayStart() - if yyl3126 == 0 { + } else if yyct3136 == codecSelferValueTypeArray1234 { + yyl3136 := r.ReadArrayStart() + if yyl3136 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3126, d) + x.codecDecodeSelfFromArray(yyl3136, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39953,12 +40049,12 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3127Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3127Slc - var yyhl3127 bool = l >= 0 - for yyj3127 := 0; ; yyj3127++ { - if yyhl3127 { - if yyj3127 >= l { + var yys3137Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3137Slc + var yyhl3137 bool = l >= 0 + for yyj3137 := 0; ; yyj3137++ { + if yyhl3137 { + if yyj3137 >= l { break } } else { @@ -39967,32 +40063,32 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3127Slc = r.DecodeBytes(yys3127Slc, true, true) - yys3127 := string(yys3127Slc) + yys3137Slc = r.DecodeBytes(yys3137Slc, true, true) + yys3137 := string(yys3137Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3127 { + switch yys3137 { case "podSignature": if r.TryDecodeAsNil() { x.PodSignature = PodSignature{} } else { - yyv3128 := &x.PodSignature - yyv3128.CodecDecodeSelf(d) + yyv3138 := &x.PodSignature + yyv3138.CodecDecodeSelf(d) } case "evictionTime": if r.TryDecodeAsNil() { x.EvictionTime = pkg2_unversioned.Time{} } else { - yyv3129 := &x.EvictionTime - yym3130 := z.DecBinary() - _ = yym3130 + yyv3139 := &x.EvictionTime + yym3140 := z.DecBinary() + _ = yym3140 if false { - } else if z.HasExtensions() && z.DecExt(yyv3129) { - } else if yym3130 { - z.DecBinaryUnmarshal(yyv3129) - } else if !yym3130 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3129) + } else if z.HasExtensions() && z.DecExt(yyv3139) { + } else if yym3140 { + z.DecBinaryUnmarshal(yyv3139) + } else if !yym3140 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3139) } else { - z.DecFallback(yyv3129, false) + z.DecFallback(yyv3139, false) } } case "reason": @@ -40008,9 +40104,9 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3127) - } // end switch yys3127 - } // end for yyj3127 + z.DecStructFieldNotFound(-1, yys3137) + } // end switch yys3137 + } // end for yyj3137 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40018,16 +40114,16 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3133 int - var yyb3133 bool - var yyhl3133 bool = l >= 0 - yyj3133++ - if yyhl3133 { - yyb3133 = yyj3133 > l + var yyj3143 int + var yyb3143 bool + var yyhl3143 bool = l >= 0 + yyj3143++ + if yyhl3143 { + yyb3143 = yyj3143 > l } else { - yyb3133 = r.CheckBreak() + yyb3143 = r.CheckBreak() } - if yyb3133 { + if yyb3143 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40035,16 +40131,16 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.PodSignature = PodSignature{} } else { - yyv3134 := &x.PodSignature - yyv3134.CodecDecodeSelf(d) + yyv3144 := &x.PodSignature + yyv3144.CodecDecodeSelf(d) } - yyj3133++ - if yyhl3133 { - yyb3133 = yyj3133 > l + yyj3143++ + if yyhl3143 { + yyb3143 = yyj3143 > l } else { - yyb3133 = r.CheckBreak() + yyb3143 = r.CheckBreak() } - if yyb3133 { + if yyb3143 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40052,26 +40148,26 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.EvictionTime = pkg2_unversioned.Time{} } else { - yyv3135 := &x.EvictionTime - yym3136 := z.DecBinary() - _ = yym3136 + yyv3145 := &x.EvictionTime + yym3146 := z.DecBinary() + _ = yym3146 if false { - } else if z.HasExtensions() && z.DecExt(yyv3135) { - } else if yym3136 { - z.DecBinaryUnmarshal(yyv3135) - } else if !yym3136 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3135) + } else if z.HasExtensions() && z.DecExt(yyv3145) { + } else if yym3146 { + z.DecBinaryUnmarshal(yyv3145) + } else if !yym3146 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3145) } else { - z.DecFallback(yyv3135, false) + z.DecFallback(yyv3145, false) } } - yyj3133++ - if yyhl3133 { - yyb3133 = yyj3133 > l + yyj3143++ + if yyhl3143 { + yyb3143 = yyj3143 > l } else { - yyb3133 = r.CheckBreak() + yyb3143 = r.CheckBreak() } - if yyb3133 { + if yyb3143 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40081,13 +40177,13 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.Reason = string(r.DecodeString()) } - yyj3133++ - if yyhl3133 { - yyb3133 = yyj3133 > l + yyj3143++ + if yyhl3143 { + yyb3143 = yyj3143 > l } else { - yyb3133 = r.CheckBreak() + yyb3143 = r.CheckBreak() } - if yyb3133 { + if yyb3143 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40098,17 +40194,17 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Message = string(r.DecodeString()) } for { - yyj3133++ - if yyhl3133 { - yyb3133 = yyj3133 > l + yyj3143++ + if yyhl3143 { + yyb3143 = yyj3143 > l } else { - yyb3133 = r.CheckBreak() + yyb3143 = r.CheckBreak() } - if yyb3133 { + if yyb3143 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3133-1, "") + z.DecStructFieldNotFound(yyj3143-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40120,33 +40216,33 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3139 := z.EncBinary() - _ = yym3139 + yym3149 := z.EncBinary() + _ = yym3149 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3140 := !z.EncBinary() - yy2arr3140 := z.EncBasicHandle().StructToArray - var yyq3140 [1]bool - _, _, _ = yysep3140, yyq3140, yy2arr3140 - const yyr3140 bool = false - yyq3140[0] = x.PodController != nil - var yynn3140 int - if yyr3140 || yy2arr3140 { + yysep3150 := !z.EncBinary() + yy2arr3150 := z.EncBasicHandle().StructToArray + var yyq3150 [1]bool + _, _, _ = yysep3150, yyq3150, yy2arr3150 + const yyr3150 bool = false + yyq3150[0] = x.PodController != nil + var yynn3150 int + if yyr3150 || yy2arr3150 { r.EncodeArrayStart(1) } else { - yynn3140 = 0 - for _, b := range yyq3140 { + yynn3150 = 0 + for _, b := range yyq3150 { if b { - yynn3140++ + yynn3150++ } } - r.EncodeMapStart(yynn3140) - yynn3140 = 0 + r.EncodeMapStart(yynn3150) + yynn3150 = 0 } - if yyr3140 || yy2arr3140 { + if yyr3150 || yy2arr3150 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3140[0] { + if yyq3150[0] { if x.PodController == nil { r.EncodeNil() } else { @@ -40156,7 +40252,7 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3140[0] { + if yyq3150[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podController")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -40167,7 +40263,7 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3140 || yy2arr3140 { + if yyr3150 || yy2arr3150 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40180,25 +40276,25 @@ func (x *PodSignature) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3142 := z.DecBinary() - _ = yym3142 + yym3152 := z.DecBinary() + _ = yym3152 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3143 := r.ContainerType() - if yyct3143 == codecSelferValueTypeMap1234 { - yyl3143 := r.ReadMapStart() - if yyl3143 == 0 { + yyct3153 := r.ContainerType() + if yyct3153 == codecSelferValueTypeMap1234 { + yyl3153 := r.ReadMapStart() + if yyl3153 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3143, d) + x.codecDecodeSelfFromMap(yyl3153, d) } - } else if yyct3143 == codecSelferValueTypeArray1234 { - yyl3143 := r.ReadArrayStart() - if yyl3143 == 0 { + } else if yyct3153 == codecSelferValueTypeArray1234 { + yyl3153 := r.ReadArrayStart() + if yyl3153 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3143, d) + x.codecDecodeSelfFromArray(yyl3153, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40210,12 +40306,12 @@ func (x *PodSignature) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3144Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3144Slc - var yyhl3144 bool = l >= 0 - for yyj3144 := 0; ; yyj3144++ { - if yyhl3144 { - if yyj3144 >= l { + var yys3154Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3154Slc + var yyhl3154 bool = l >= 0 + for yyj3154 := 0; ; yyj3154++ { + if yyhl3154 { + if yyj3154 >= l { break } } else { @@ -40224,10 +40320,10 @@ func (x *PodSignature) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3144Slc = r.DecodeBytes(yys3144Slc, true, true) - yys3144 := string(yys3144Slc) + yys3154Slc = r.DecodeBytes(yys3154Slc, true, true) + yys3154 := string(yys3154Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3144 { + switch yys3154 { case "podController": if r.TryDecodeAsNil() { if x.PodController != nil { @@ -40240,9 +40336,9 @@ func (x *PodSignature) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.PodController.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3144) - } // end switch yys3144 - } // end for yyj3144 + z.DecStructFieldNotFound(-1, yys3154) + } // end switch yys3154 + } // end for yyj3154 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40250,16 +40346,16 @@ func (x *PodSignature) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3146 int - var yyb3146 bool - var yyhl3146 bool = l >= 0 - yyj3146++ - if yyhl3146 { - yyb3146 = yyj3146 > l + var yyj3156 int + var yyb3156 bool + var yyhl3156 bool = l >= 0 + yyj3156++ + if yyhl3156 { + yyb3156 = yyj3156 > l } else { - yyb3146 = r.CheckBreak() + yyb3156 = r.CheckBreak() } - if yyb3146 { + if yyb3156 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40275,17 +40371,17 @@ func (x *PodSignature) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.PodController.CodecDecodeSelf(d) } for { - yyj3146++ - if yyhl3146 { - yyb3146 = yyj3146 > l + yyj3156++ + if yyhl3156 { + yyb3156 = yyj3156 > l } else { - yyb3146 = r.CheckBreak() + yyb3156 = r.CheckBreak() } - if yyb3146 { + if yyb3156 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3146-1, "") + z.DecStructFieldNotFound(yyj3156-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40297,37 +40393,37 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3148 := z.EncBinary() - _ = yym3148 + yym3158 := z.EncBinary() + _ = yym3158 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3149 := !z.EncBinary() - yy2arr3149 := z.EncBasicHandle().StructToArray - var yyq3149 [2]bool - _, _, _ = yysep3149, yyq3149, yy2arr3149 - const yyr3149 bool = false - yyq3149[1] = x.SizeBytes != 0 - var yynn3149 int - if yyr3149 || yy2arr3149 { + yysep3159 := !z.EncBinary() + yy2arr3159 := z.EncBasicHandle().StructToArray + var yyq3159 [2]bool + _, _, _ = yysep3159, yyq3159, yy2arr3159 + const yyr3159 bool = false + yyq3159[1] = x.SizeBytes != 0 + var yynn3159 int + if yyr3159 || yy2arr3159 { r.EncodeArrayStart(2) } else { - yynn3149 = 1 - for _, b := range yyq3149 { + yynn3159 = 1 + for _, b := range yyq3159 { if b { - yynn3149++ + yynn3159++ } } - r.EncodeMapStart(yynn3149) - yynn3149 = 0 + r.EncodeMapStart(yynn3159) + yynn3159 = 0 } - if yyr3149 || yy2arr3149 { + if yyr3159 || yy2arr3159 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Names == nil { r.EncodeNil() } else { - yym3151 := z.EncBinary() - _ = yym3151 + yym3161 := z.EncBinary() + _ = yym3161 if false { } else { z.F.EncSliceStringV(x.Names, false, e) @@ -40340,19 +40436,19 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { if x.Names == nil { r.EncodeNil() } else { - yym3152 := z.EncBinary() - _ = yym3152 + yym3162 := z.EncBinary() + _ = yym3162 if false { } else { z.F.EncSliceStringV(x.Names, false, e) } } } - if yyr3149 || yy2arr3149 { + if yyr3159 || yy2arr3159 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3149[1] { - yym3154 := z.EncBinary() - _ = yym3154 + if yyq3159[1] { + yym3164 := z.EncBinary() + _ = yym3164 if false { } else { r.EncodeInt(int64(x.SizeBytes)) @@ -40361,19 +40457,19 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq3149[1] { + if yyq3159[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sizeBytes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3155 := z.EncBinary() - _ = yym3155 + yym3165 := z.EncBinary() + _ = yym3165 if false { } else { r.EncodeInt(int64(x.SizeBytes)) } } } - if yyr3149 || yy2arr3149 { + if yyr3159 || yy2arr3159 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40386,25 +40482,25 @@ func (x *ContainerImage) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3156 := z.DecBinary() - _ = yym3156 + yym3166 := z.DecBinary() + _ = yym3166 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3157 := r.ContainerType() - if yyct3157 == codecSelferValueTypeMap1234 { - yyl3157 := r.ReadMapStart() - if yyl3157 == 0 { + yyct3167 := r.ContainerType() + if yyct3167 == codecSelferValueTypeMap1234 { + yyl3167 := r.ReadMapStart() + if yyl3167 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3157, d) + x.codecDecodeSelfFromMap(yyl3167, d) } - } else if yyct3157 == codecSelferValueTypeArray1234 { - yyl3157 := r.ReadArrayStart() - if yyl3157 == 0 { + } else if yyct3167 == codecSelferValueTypeArray1234 { + yyl3167 := r.ReadArrayStart() + if yyl3167 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3157, d) + x.codecDecodeSelfFromArray(yyl3167, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40416,12 +40512,12 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3158Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3158Slc - var yyhl3158 bool = l >= 0 - for yyj3158 := 0; ; yyj3158++ { - if yyhl3158 { - if yyj3158 >= l { + var yys3168Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3168Slc + var yyhl3168 bool = l >= 0 + for yyj3168 := 0; ; yyj3168++ { + if yyhl3168 { + if yyj3168 >= l { break } } else { @@ -40430,20 +40526,20 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3158Slc = r.DecodeBytes(yys3158Slc, true, true) - yys3158 := string(yys3158Slc) + yys3168Slc = r.DecodeBytes(yys3168Slc, true, true) + yys3168 := string(yys3168Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3158 { + switch yys3168 { case "names": if r.TryDecodeAsNil() { x.Names = nil } else { - yyv3159 := &x.Names - yym3160 := z.DecBinary() - _ = yym3160 + yyv3169 := &x.Names + yym3170 := z.DecBinary() + _ = yym3170 if false { } else { - z.F.DecSliceStringX(yyv3159, false, d) + z.F.DecSliceStringX(yyv3169, false, d) } } case "sizeBytes": @@ -40453,9 +40549,9 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.SizeBytes = int64(r.DecodeInt(64)) } default: - z.DecStructFieldNotFound(-1, yys3158) - } // end switch yys3158 - } // end for yyj3158 + z.DecStructFieldNotFound(-1, yys3168) + } // end switch yys3168 + } // end for yyj3168 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40463,16 +40559,16 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3162 int - var yyb3162 bool - var yyhl3162 bool = l >= 0 - yyj3162++ - if yyhl3162 { - yyb3162 = yyj3162 > l + var yyj3172 int + var yyb3172 bool + var yyhl3172 bool = l >= 0 + yyj3172++ + if yyhl3172 { + yyb3172 = yyj3172 > l } else { - yyb3162 = r.CheckBreak() + yyb3172 = r.CheckBreak() } - if yyb3162 { + if yyb3172 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40480,21 +40576,21 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Names = nil } else { - yyv3163 := &x.Names - yym3164 := z.DecBinary() - _ = yym3164 + yyv3173 := &x.Names + yym3174 := z.DecBinary() + _ = yym3174 if false { } else { - z.F.DecSliceStringX(yyv3163, false, d) + z.F.DecSliceStringX(yyv3173, false, d) } } - yyj3162++ - if yyhl3162 { - yyb3162 = yyj3162 > l + yyj3172++ + if yyhl3172 { + yyb3172 = yyj3172 > l } else { - yyb3162 = r.CheckBreak() + yyb3172 = r.CheckBreak() } - if yyb3162 { + if yyb3172 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40505,17 +40601,17 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.SizeBytes = int64(r.DecodeInt(64)) } for { - yyj3162++ - if yyhl3162 { - yyb3162 = yyj3162 > l + yyj3172++ + if yyhl3172 { + yyb3172 = yyj3172 > l } else { - yyb3162 = r.CheckBreak() + yyb3172 = r.CheckBreak() } - if yyb3162 { + if yyb3172 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3162-1, "") + z.DecStructFieldNotFound(yyj3172-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40524,8 +40620,8 @@ func (x NodePhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3166 := z.EncBinary() - _ = yym3166 + yym3176 := z.EncBinary() + _ = yym3176 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -40537,8 +40633,8 @@ func (x *NodePhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3167 := z.DecBinary() - _ = yym3167 + yym3177 := z.DecBinary() + _ = yym3177 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -40550,8 +40646,8 @@ func (x NodeConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3168 := z.EncBinary() - _ = yym3168 + yym3178 := z.EncBinary() + _ = yym3178 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -40563,8 +40659,8 @@ func (x *NodeConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3169 := z.DecBinary() - _ = yym3169 + yym3179 := z.DecBinary() + _ = yym3179 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -40579,34 +40675,34 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3170 := z.EncBinary() - _ = yym3170 + yym3180 := z.EncBinary() + _ = yym3180 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3171 := !z.EncBinary() - yy2arr3171 := z.EncBasicHandle().StructToArray - var yyq3171 [6]bool - _, _, _ = yysep3171, yyq3171, yy2arr3171 - const yyr3171 bool = false - yyq3171[2] = true - yyq3171[3] = true - yyq3171[4] = x.Reason != "" - yyq3171[5] = x.Message != "" - var yynn3171 int - if yyr3171 || yy2arr3171 { + yysep3181 := !z.EncBinary() + yy2arr3181 := z.EncBasicHandle().StructToArray + var yyq3181 [6]bool + _, _, _ = yysep3181, yyq3181, yy2arr3181 + const yyr3181 bool = false + yyq3181[2] = true + yyq3181[3] = true + yyq3181[4] = x.Reason != "" + yyq3181[5] = x.Message != "" + var yynn3181 int + if yyr3181 || yy2arr3181 { r.EncodeArrayStart(6) } else { - yynn3171 = 2 - for _, b := range yyq3171 { + yynn3181 = 2 + for _, b := range yyq3181 { if b { - yynn3171++ + yynn3181++ } } - r.EncodeMapStart(yynn3171) - yynn3171 = 0 + r.EncodeMapStart(yynn3181) + yynn3181 = 0 } - if yyr3171 || yy2arr3171 { + if yyr3181 || yy2arr3181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -40615,7 +40711,7 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr3171 || yy2arr3171 { + if yyr3181 || yy2arr3181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -40624,110 +40720,110 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr3171 || yy2arr3171 { + if yyr3181 || yy2arr3181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3171[2] { - yy3175 := &x.LastHeartbeatTime - yym3176 := z.EncBinary() - _ = yym3176 - if false { - } else if z.HasExtensions() && z.EncExt(yy3175) { - } else if yym3176 { - z.EncBinaryMarshal(yy3175) - } else if !yym3176 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3175) - } else { - z.EncFallback(yy3175) - } - } else { - r.EncodeNil() - } - } else { - if yyq3171[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastHeartbeatTime")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3177 := &x.LastHeartbeatTime - yym3178 := z.EncBinary() - _ = yym3178 - if false { - } else if z.HasExtensions() && z.EncExt(yy3177) { - } else if yym3178 { - z.EncBinaryMarshal(yy3177) - } else if !yym3178 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3177) - } else { - z.EncFallback(yy3177) - } - } - } - if yyr3171 || yy2arr3171 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3171[3] { - yy3180 := &x.LastTransitionTime - yym3181 := z.EncBinary() - _ = yym3181 - if false { - } else if z.HasExtensions() && z.EncExt(yy3180) { - } else if yym3181 { - z.EncBinaryMarshal(yy3180) - } else if !yym3181 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3180) - } else { - z.EncFallback(yy3180) - } - } else { - r.EncodeNil() - } - } else { - if yyq3171[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3182 := &x.LastTransitionTime - yym3183 := z.EncBinary() - _ = yym3183 - if false { - } else if z.HasExtensions() && z.EncExt(yy3182) { - } else if yym3183 { - z.EncBinaryMarshal(yy3182) - } else if !yym3183 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3182) - } else { - z.EncFallback(yy3182) - } - } - } - if yyr3171 || yy2arr3171 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3171[4] { - yym3185 := z.EncBinary() - _ = yym3185 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3171[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("reason")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyq3181[2] { + yy3185 := &x.LastHeartbeatTime yym3186 := z.EncBinary() _ = yym3186 if false { + } else if z.HasExtensions() && z.EncExt(yy3185) { + } else if yym3186 { + z.EncBinaryMarshal(yy3185) + } else if !yym3186 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3185) + } else { + z.EncFallback(yy3185) + } + } else { + r.EncodeNil() + } + } else { + if yyq3181[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("lastHeartbeatTime")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3187 := &x.LastHeartbeatTime + yym3188 := z.EncBinary() + _ = yym3188 + if false { + } else if z.HasExtensions() && z.EncExt(yy3187) { + } else if yym3188 { + z.EncBinaryMarshal(yy3187) + } else if !yym3188 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3187) + } else { + z.EncFallback(yy3187) + } + } + } + if yyr3181 || yy2arr3181 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3181[3] { + yy3190 := &x.LastTransitionTime + yym3191 := z.EncBinary() + _ = yym3191 + if false { + } else if z.HasExtensions() && z.EncExt(yy3190) { + } else if yym3191 { + z.EncBinaryMarshal(yy3190) + } else if !yym3191 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3190) + } else { + z.EncFallback(yy3190) + } + } else { + r.EncodeNil() + } + } else { + if yyq3181[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3192 := &x.LastTransitionTime + yym3193 := z.EncBinary() + _ = yym3193 + if false { + } else if z.HasExtensions() && z.EncExt(yy3192) { + } else if yym3193 { + z.EncBinaryMarshal(yy3192) + } else if !yym3193 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3192) + } else { + z.EncFallback(yy3192) + } + } + } + if yyr3181 || yy2arr3181 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3181[4] { + yym3195 := z.EncBinary() + _ = yym3195 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3181[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("reason")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3196 := z.EncBinary() + _ = yym3196 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr3171 || yy2arr3171 { + if yyr3181 || yy2arr3181 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3171[5] { - yym3188 := z.EncBinary() - _ = yym3188 + if yyq3181[5] { + yym3198 := z.EncBinary() + _ = yym3198 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -40736,19 +40832,19 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3171[5] { + if yyq3181[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3189 := z.EncBinary() - _ = yym3189 + yym3199 := z.EncBinary() + _ = yym3199 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr3171 || yy2arr3171 { + if yyr3181 || yy2arr3181 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40761,25 +40857,25 @@ func (x *NodeCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3190 := z.DecBinary() - _ = yym3190 + yym3200 := z.DecBinary() + _ = yym3200 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3191 := r.ContainerType() - if yyct3191 == codecSelferValueTypeMap1234 { - yyl3191 := r.ReadMapStart() - if yyl3191 == 0 { + yyct3201 := r.ContainerType() + if yyct3201 == codecSelferValueTypeMap1234 { + yyl3201 := r.ReadMapStart() + if yyl3201 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3191, d) + x.codecDecodeSelfFromMap(yyl3201, d) } - } else if yyct3191 == codecSelferValueTypeArray1234 { - yyl3191 := r.ReadArrayStart() - if yyl3191 == 0 { + } else if yyct3201 == codecSelferValueTypeArray1234 { + yyl3201 := r.ReadArrayStart() + if yyl3201 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3191, d) + x.codecDecodeSelfFromArray(yyl3201, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40791,12 +40887,12 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3192Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3192Slc - var yyhl3192 bool = l >= 0 - for yyj3192 := 0; ; yyj3192++ { - if yyhl3192 { - if yyj3192 >= l { + var yys3202Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3202Slc + var yyhl3202 bool = l >= 0 + for yyj3202 := 0; ; yyj3202++ { + if yyhl3202 { + if yyj3202 >= l { break } } else { @@ -40805,10 +40901,10 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3192Slc = r.DecodeBytes(yys3192Slc, true, true) - yys3192 := string(yys3192Slc) + yys3202Slc = r.DecodeBytes(yys3202Slc, true, true) + yys3202 := string(yys3202Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3192 { + switch yys3202 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -40825,34 +40921,34 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastHeartbeatTime = pkg2_unversioned.Time{} } else { - yyv3195 := &x.LastHeartbeatTime - yym3196 := z.DecBinary() - _ = yym3196 + yyv3205 := &x.LastHeartbeatTime + yym3206 := z.DecBinary() + _ = yym3206 if false { - } else if z.HasExtensions() && z.DecExt(yyv3195) { - } else if yym3196 { - z.DecBinaryUnmarshal(yyv3195) - } else if !yym3196 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3195) + } else if z.HasExtensions() && z.DecExt(yyv3205) { + } else if yym3206 { + z.DecBinaryUnmarshal(yyv3205) + } else if !yym3206 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3205) } else { - z.DecFallback(yyv3195, false) + z.DecFallback(yyv3205, false) } } case "lastTransitionTime": if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv3197 := &x.LastTransitionTime - yym3198 := z.DecBinary() - _ = yym3198 + yyv3207 := &x.LastTransitionTime + yym3208 := z.DecBinary() + _ = yym3208 if false { - } else if z.HasExtensions() && z.DecExt(yyv3197) { - } else if yym3198 { - z.DecBinaryUnmarshal(yyv3197) - } else if !yym3198 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3197) + } else if z.HasExtensions() && z.DecExt(yyv3207) { + } else if yym3208 { + z.DecBinaryUnmarshal(yyv3207) + } else if !yym3208 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3207) } else { - z.DecFallback(yyv3197, false) + z.DecFallback(yyv3207, false) } } case "reason": @@ -40868,9 +40964,9 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3192) - } // end switch yys3192 - } // end for yyj3192 + z.DecStructFieldNotFound(-1, yys3202) + } // end switch yys3202 + } // end for yyj3202 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40878,16 +40974,16 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3201 int - var yyb3201 bool - var yyhl3201 bool = l >= 0 - yyj3201++ - if yyhl3201 { - yyb3201 = yyj3201 > l + var yyj3211 int + var yyb3211 bool + var yyhl3211 bool = l >= 0 + yyj3211++ + if yyhl3211 { + yyb3211 = yyj3211 > l } else { - yyb3201 = r.CheckBreak() + yyb3211 = r.CheckBreak() } - if yyb3201 { + if yyb3211 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40897,13 +40993,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = NodeConditionType(r.DecodeString()) } - yyj3201++ - if yyhl3201 { - yyb3201 = yyj3201 > l + yyj3211++ + if yyhl3211 { + yyb3211 = yyj3211 > l } else { - yyb3201 = r.CheckBreak() + yyb3211 = r.CheckBreak() } - if yyb3201 { + if yyb3211 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40913,13 +41009,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj3201++ - if yyhl3201 { - yyb3201 = yyj3201 > l + yyj3211++ + if yyhl3211 { + yyb3211 = yyj3211 > l } else { - yyb3201 = r.CheckBreak() + yyb3211 = r.CheckBreak() } - if yyb3201 { + if yyb3211 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40927,26 +41023,26 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastHeartbeatTime = pkg2_unversioned.Time{} } else { - yyv3204 := &x.LastHeartbeatTime - yym3205 := z.DecBinary() - _ = yym3205 + yyv3214 := &x.LastHeartbeatTime + yym3215 := z.DecBinary() + _ = yym3215 if false { - } else if z.HasExtensions() && z.DecExt(yyv3204) { - } else if yym3205 { - z.DecBinaryUnmarshal(yyv3204) - } else if !yym3205 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3204) + } else if z.HasExtensions() && z.DecExt(yyv3214) { + } else if yym3215 { + z.DecBinaryUnmarshal(yyv3214) + } else if !yym3215 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3214) } else { - z.DecFallback(yyv3204, false) + z.DecFallback(yyv3214, false) } } - yyj3201++ - if yyhl3201 { - yyb3201 = yyj3201 > l + yyj3211++ + if yyhl3211 { + yyb3211 = yyj3211 > l } else { - yyb3201 = r.CheckBreak() + yyb3211 = r.CheckBreak() } - if yyb3201 { + if yyb3211 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40954,26 +41050,26 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv3206 := &x.LastTransitionTime - yym3207 := z.DecBinary() - _ = yym3207 + yyv3216 := &x.LastTransitionTime + yym3217 := z.DecBinary() + _ = yym3217 if false { - } else if z.HasExtensions() && z.DecExt(yyv3206) { - } else if yym3207 { - z.DecBinaryUnmarshal(yyv3206) - } else if !yym3207 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3206) + } else if z.HasExtensions() && z.DecExt(yyv3216) { + } else if yym3217 { + z.DecBinaryUnmarshal(yyv3216) + } else if !yym3217 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3216) } else { - z.DecFallback(yyv3206, false) + z.DecFallback(yyv3216, false) } } - yyj3201++ - if yyhl3201 { - yyb3201 = yyj3201 > l + yyj3211++ + if yyhl3211 { + yyb3211 = yyj3211 > l } else { - yyb3201 = r.CheckBreak() + yyb3211 = r.CheckBreak() } - if yyb3201 { + if yyb3211 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40983,13 +41079,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj3201++ - if yyhl3201 { - yyb3201 = yyj3201 > l + yyj3211++ + if yyhl3211 { + yyb3211 = yyj3211 > l } else { - yyb3201 = r.CheckBreak() + yyb3211 = r.CheckBreak() } - if yyb3201 { + if yyb3211 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41000,17 +41096,17 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } for { - yyj3201++ - if yyhl3201 { - yyb3201 = yyj3201 > l + yyj3211++ + if yyhl3211 { + yyb3211 = yyj3211 > l } else { - yyb3201 = r.CheckBreak() + yyb3211 = r.CheckBreak() } - if yyb3201 { + if yyb3211 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3201-1, "") + z.DecStructFieldNotFound(yyj3211-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41019,8 +41115,8 @@ func (x NodeAddressType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3210 := z.EncBinary() - _ = yym3210 + yym3220 := z.EncBinary() + _ = yym3220 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -41032,8 +41128,8 @@ func (x *NodeAddressType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3211 := z.DecBinary() - _ = yym3211 + yym3221 := z.DecBinary() + _ = yym3221 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -41048,30 +41144,30 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3212 := z.EncBinary() - _ = yym3212 + yym3222 := z.EncBinary() + _ = yym3222 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3213 := !z.EncBinary() - yy2arr3213 := z.EncBasicHandle().StructToArray - var yyq3213 [2]bool - _, _, _ = yysep3213, yyq3213, yy2arr3213 - const yyr3213 bool = false - var yynn3213 int - if yyr3213 || yy2arr3213 { + yysep3223 := !z.EncBinary() + yy2arr3223 := z.EncBasicHandle().StructToArray + var yyq3223 [2]bool + _, _, _ = yysep3223, yyq3223, yy2arr3223 + const yyr3223 bool = false + var yynn3223 int + if yyr3223 || yy2arr3223 { r.EncodeArrayStart(2) } else { - yynn3213 = 2 - for _, b := range yyq3213 { + yynn3223 = 2 + for _, b := range yyq3223 { if b { - yynn3213++ + yynn3223++ } } - r.EncodeMapStart(yynn3213) - yynn3213 = 0 + r.EncodeMapStart(yynn3223) + yynn3223 = 0 } - if yyr3213 || yy2arr3213 { + if yyr3223 || yy2arr3223 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -41080,10 +41176,10 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr3213 || yy2arr3213 { + if yyr3223 || yy2arr3223 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3216 := z.EncBinary() - _ = yym3216 + yym3226 := z.EncBinary() + _ = yym3226 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Address)) @@ -41092,14 +41188,14 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("address")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3217 := z.EncBinary() - _ = yym3217 + yym3227 := z.EncBinary() + _ = yym3227 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Address)) } } - if yyr3213 || yy2arr3213 { + if yyr3223 || yy2arr3223 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41112,25 +41208,25 @@ func (x *NodeAddress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3218 := z.DecBinary() - _ = yym3218 + yym3228 := z.DecBinary() + _ = yym3228 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3219 := r.ContainerType() - if yyct3219 == codecSelferValueTypeMap1234 { - yyl3219 := r.ReadMapStart() - if yyl3219 == 0 { + yyct3229 := r.ContainerType() + if yyct3229 == codecSelferValueTypeMap1234 { + yyl3229 := r.ReadMapStart() + if yyl3229 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3219, d) + x.codecDecodeSelfFromMap(yyl3229, d) } - } else if yyct3219 == codecSelferValueTypeArray1234 { - yyl3219 := r.ReadArrayStart() - if yyl3219 == 0 { + } else if yyct3229 == codecSelferValueTypeArray1234 { + yyl3229 := r.ReadArrayStart() + if yyl3229 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3219, d) + x.codecDecodeSelfFromArray(yyl3229, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41142,12 +41238,12 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3220Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3220Slc - var yyhl3220 bool = l >= 0 - for yyj3220 := 0; ; yyj3220++ { - if yyhl3220 { - if yyj3220 >= 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 { @@ -41156,10 +41252,10 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3220Slc = r.DecodeBytes(yys3220Slc, true, true) - yys3220 := string(yys3220Slc) + yys3230Slc = r.DecodeBytes(yys3230Slc, true, true) + yys3230 := string(yys3230Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3220 { + switch yys3230 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -41173,197 +41269,13 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Address = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3220) - } // end switch yys3220 - } // end for yyj3220 + z.DecStructFieldNotFound(-1, yys3230) + } // end switch yys3230 + } // end for yyj3230 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj3223 int - var yyb3223 bool - var yyhl3223 bool = l >= 0 - yyj3223++ - if yyhl3223 { - yyb3223 = yyj3223 > l - } else { - yyb3223 = r.CheckBreak() - } - if yyb3223 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Type = "" - } else { - x.Type = NodeAddressType(r.DecodeString()) - } - yyj3223++ - if yyhl3223 { - yyb3223 = yyj3223 > l - } else { - yyb3223 = r.CheckBreak() - } - if yyb3223 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Address = "" - } else { - x.Address = string(r.DecodeString()) - } - for { - yyj3223++ - if yyhl3223 { - yyb3223 = yyj3223 > l - } else { - yyb3223 = r.CheckBreak() - } - if yyb3223 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3223-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *NodeResources) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym3226 := z.EncBinary() - _ = yym3226 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep3227 := !z.EncBinary() - yy2arr3227 := z.EncBasicHandle().StructToArray - var yyq3227 [1]bool - _, _, _ = yysep3227, yyq3227, yy2arr3227 - const yyr3227 bool = false - yyq3227[0] = len(x.Capacity) != 0 - var yynn3227 int - if yyr3227 || yy2arr3227 { - r.EncodeArrayStart(1) - } else { - yynn3227 = 0 - for _, b := range yyq3227 { - if b { - yynn3227++ - } - } - r.EncodeMapStart(yynn3227) - yynn3227 = 0 - } - if yyr3227 || yy2arr3227 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3227[0] { - if x.Capacity == nil { - r.EncodeNil() - } else { - x.Capacity.CodecEncodeSelf(e) - } - } else { - r.EncodeNil() - } - } else { - if yyq3227[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("capacity")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Capacity == nil { - r.EncodeNil() - } else { - x.Capacity.CodecEncodeSelf(e) - } - } - } - if yyr3227 || yy2arr3227 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *NodeResources) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym3229 := z.DecBinary() - _ = yym3229 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct3230 := r.ContainerType() - if yyct3230 == codecSelferValueTypeMap1234 { - yyl3230 := r.ReadMapStart() - if yyl3230 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl3230, d) - } - } else if yyct3230 == codecSelferValueTypeArray1234 { - yyl3230 := r.ReadArrayStart() - if yyl3230 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl3230, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *NodeResources) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys3231Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3231Slc - var yyhl3231 bool = l >= 0 - for yyj3231 := 0; ; yyj3231++ { - if yyhl3231 { - if yyj3231 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3231Slc = r.DecodeBytes(yys3231Slc, true, true) - yys3231 := string(yys3231Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3231 { - case "capacity": - if r.TryDecodeAsNil() { - x.Capacity = nil - } else { - yyv3232 := &x.Capacity - yyv3232.CodecDecodeSelf(d) - } - default: - z.DecStructFieldNotFound(-1, yys3231) - } // end switch yys3231 - } // end for yyj3231 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *NodeResources) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -41382,10 +41294,25 @@ func (x *NodeResources) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.Capacity = nil + x.Type = "" } else { - yyv3234 := &x.Capacity - yyv3234.CodecDecodeSelf(d) + x.Type = NodeAddressType(r.DecodeString()) + } + yyj3233++ + if yyhl3233 { + yyb3233 = yyj3233 > l + } else { + yyb3233 = r.CheckBreak() + } + if yyb3233 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Address = "" + } else { + x.Address = string(r.DecodeString()) } for { yyj3233++ @@ -41403,12 +41330,181 @@ func (x *NodeResources) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } +func (x *NodeResources) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym3236 := z.EncBinary() + _ = yym3236 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep3237 := !z.EncBinary() + yy2arr3237 := z.EncBasicHandle().StructToArray + var yyq3237 [1]bool + _, _, _ = yysep3237, yyq3237, yy2arr3237 + const yyr3237 bool = false + yyq3237[0] = len(x.Capacity) != 0 + var yynn3237 int + if yyr3237 || yy2arr3237 { + r.EncodeArrayStart(1) + } else { + yynn3237 = 0 + for _, b := range yyq3237 { + if b { + yynn3237++ + } + } + r.EncodeMapStart(yynn3237) + yynn3237 = 0 + } + if yyr3237 || yy2arr3237 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3237[0] { + if x.Capacity == nil { + r.EncodeNil() + } else { + x.Capacity.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } else { + if yyq3237[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("capacity")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Capacity == nil { + r.EncodeNil() + } else { + x.Capacity.CodecEncodeSelf(e) + } + } + } + if yyr3237 || yy2arr3237 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *NodeResources) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym3239 := z.DecBinary() + _ = yym3239 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct3240 := r.ContainerType() + if yyct3240 == codecSelferValueTypeMap1234 { + yyl3240 := r.ReadMapStart() + if yyl3240 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl3240, d) + } + } else if yyct3240 == codecSelferValueTypeArray1234 { + yyl3240 := r.ReadArrayStart() + if yyl3240 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl3240, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *NodeResources) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3241Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3241Slc + var yyhl3241 bool = l >= 0 + for yyj3241 := 0; ; yyj3241++ { + if yyhl3241 { + if yyj3241 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys3241Slc = r.DecodeBytes(yys3241Slc, true, true) + yys3241 := string(yys3241Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys3241 { + case "capacity": + if r.TryDecodeAsNil() { + x.Capacity = nil + } else { + yyv3242 := &x.Capacity + yyv3242.CodecDecodeSelf(d) + } + default: + z.DecStructFieldNotFound(-1, yys3241) + } // end switch yys3241 + } // end for yyj3241 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *NodeResources) 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 + } else { + yyb3243 = r.CheckBreak() + } + if yyb3243 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Capacity = nil + } else { + yyv3244 := &x.Capacity + yyv3244.CodecDecodeSelf(d) + } + for { + yyj3243++ + if yyhl3243 { + yyb3243 = yyj3243 > l + } else { + yyb3243 = r.CheckBreak() + } + if yyb3243 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj3243-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + func (x ResourceName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3235 := z.EncBinary() - _ = yym3235 + yym3245 := z.EncBinary() + _ = yym3245 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -41420,8 +41516,8 @@ func (x *ResourceName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3236 := z.DecBinary() - _ = yym3236 + yym3246 := z.DecBinary() + _ = yym3246 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -41436,8 +41532,8 @@ func (x ResourceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3237 := z.EncBinary() - _ = yym3237 + yym3247 := z.EncBinary() + _ = yym3247 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -41450,8 +41546,8 @@ func (x *ResourceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3238 := z.DecBinary() - _ = yym3238 + yym3248 := z.DecBinary() + _ = yym3248 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -41466,39 +41562,39 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3239 := z.EncBinary() - _ = yym3239 + yym3249 := z.EncBinary() + _ = yym3249 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3240 := !z.EncBinary() - yy2arr3240 := z.EncBasicHandle().StructToArray - var yyq3240 [5]bool - _, _, _ = yysep3240, yyq3240, yy2arr3240 - const yyr3240 bool = false - yyq3240[0] = x.Kind != "" - yyq3240[1] = x.APIVersion != "" - yyq3240[2] = true - yyq3240[3] = true - yyq3240[4] = true - var yynn3240 int - if yyr3240 || yy2arr3240 { + yysep3250 := !z.EncBinary() + yy2arr3250 := z.EncBasicHandle().StructToArray + var yyq3250 [5]bool + _, _, _ = yysep3250, yyq3250, yy2arr3250 + const yyr3250 bool = false + yyq3250[0] = x.Kind != "" + yyq3250[1] = x.APIVersion != "" + yyq3250[2] = true + yyq3250[3] = true + yyq3250[4] = true + var yynn3250 int + if yyr3250 || yy2arr3250 { r.EncodeArrayStart(5) } else { - yynn3240 = 0 - for _, b := range yyq3240 { + yynn3250 = 0 + for _, b := range yyq3250 { if b { - yynn3240++ + yynn3250++ } } - r.EncodeMapStart(yynn3240) - yynn3240 = 0 + r.EncodeMapStart(yynn3250) + yynn3250 = 0 } - if yyr3240 || yy2arr3240 { + if yyr3250 || yy2arr3250 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3240[0] { - yym3242 := z.EncBinary() - _ = yym3242 + if yyq3250[0] { + yym3252 := z.EncBinary() + _ = yym3252 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -41507,23 +41603,23 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3240[0] { + if yyq3250[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3243 := z.EncBinary() - _ = yym3243 + yym3253 := z.EncBinary() + _ = yym3253 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3240 || yy2arr3240 { + if yyr3250 || yy2arr3250 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3240[1] { - yym3245 := z.EncBinary() - _ = yym3245 + if yyq3250[1] { + yym3255 := z.EncBinary() + _ = yym3255 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -41532,70 +41628,70 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3240[1] { + if yyq3250[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3246 := z.EncBinary() - _ = yym3246 + yym3256 := z.EncBinary() + _ = yym3256 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3240 || yy2arr3240 { + if yyr3250 || yy2arr3250 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3240[2] { - yy3248 := &x.ObjectMeta - yy3248.CodecEncodeSelf(e) + if yyq3250[2] { + yy3258 := &x.ObjectMeta + yy3258.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3240[2] { + if yyq3250[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3249 := &x.ObjectMeta - yy3249.CodecEncodeSelf(e) + yy3259 := &x.ObjectMeta + yy3259.CodecEncodeSelf(e) } } - if yyr3240 || yy2arr3240 { + if yyr3250 || yy2arr3250 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3240[3] { - yy3251 := &x.Spec - yy3251.CodecEncodeSelf(e) + if yyq3250[3] { + yy3261 := &x.Spec + yy3261.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3240[3] { + if yyq3250[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3252 := &x.Spec - yy3252.CodecEncodeSelf(e) + yy3262 := &x.Spec + yy3262.CodecEncodeSelf(e) } } - if yyr3240 || yy2arr3240 { + if yyr3250 || yy2arr3250 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3240[4] { - yy3254 := &x.Status - yy3254.CodecEncodeSelf(e) + if yyq3250[4] { + yy3264 := &x.Status + yy3264.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3240[4] { + if yyq3250[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3255 := &x.Status - yy3255.CodecEncodeSelf(e) + yy3265 := &x.Status + yy3265.CodecEncodeSelf(e) } } - if yyr3240 || yy2arr3240 { + if yyr3250 || yy2arr3250 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41608,25 +41704,25 @@ func (x *Node) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3256 := z.DecBinary() - _ = yym3256 + yym3266 := z.DecBinary() + _ = yym3266 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3257 := r.ContainerType() - if yyct3257 == codecSelferValueTypeMap1234 { - yyl3257 := r.ReadMapStart() - if yyl3257 == 0 { + yyct3267 := r.ContainerType() + if yyct3267 == codecSelferValueTypeMap1234 { + yyl3267 := r.ReadMapStart() + if yyl3267 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3257, d) + x.codecDecodeSelfFromMap(yyl3267, d) } - } else if yyct3257 == codecSelferValueTypeArray1234 { - yyl3257 := r.ReadArrayStart() - if yyl3257 == 0 { + } else if yyct3267 == codecSelferValueTypeArray1234 { + yyl3267 := r.ReadArrayStart() + if yyl3267 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3257, d) + x.codecDecodeSelfFromArray(yyl3267, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41638,12 +41734,12 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3258Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3258Slc - var yyhl3258 bool = l >= 0 - for yyj3258 := 0; ; yyj3258++ { - if yyhl3258 { - if yyj3258 >= l { + var yys3268Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3268Slc + var yyhl3268 bool = l >= 0 + for yyj3268 := 0; ; yyj3268++ { + if yyhl3268 { + if yyj3268 >= l { break } } else { @@ -41652,10 +41748,10 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3258Slc = r.DecodeBytes(yys3258Slc, true, true) - yys3258 := string(yys3258Slc) + yys3268Slc = r.DecodeBytes(yys3268Slc, true, true) + yys3268 := string(yys3268Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3258 { + switch yys3268 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -41672,27 +41768,27 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3261 := &x.ObjectMeta - yyv3261.CodecDecodeSelf(d) + yyv3271 := &x.ObjectMeta + yyv3271.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NodeSpec{} } else { - yyv3262 := &x.Spec - yyv3262.CodecDecodeSelf(d) + yyv3272 := &x.Spec + yyv3272.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = NodeStatus{} } else { - yyv3263 := &x.Status - yyv3263.CodecDecodeSelf(d) + yyv3273 := &x.Status + yyv3273.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3258) - } // end switch yys3258 - } // end for yyj3258 + z.DecStructFieldNotFound(-1, yys3268) + } // end switch yys3268 + } // end for yyj3268 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41700,16 +41796,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3264 int - var yyb3264 bool - var yyhl3264 bool = l >= 0 - yyj3264++ - if yyhl3264 { - yyb3264 = yyj3264 > l + var yyj3274 int + var yyb3274 bool + var yyhl3274 bool = l >= 0 + yyj3274++ + if yyhl3274 { + yyb3274 = yyj3274 > l } else { - yyb3264 = r.CheckBreak() + yyb3274 = r.CheckBreak() } - if yyb3264 { + if yyb3274 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41719,13 +41815,13 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3264++ - if yyhl3264 { - yyb3264 = yyj3264 > l + yyj3274++ + if yyhl3274 { + yyb3274 = yyj3274 > l } else { - yyb3264 = r.CheckBreak() + yyb3274 = r.CheckBreak() } - if yyb3264 { + if yyb3274 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41735,13 +41831,13 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3264++ - if yyhl3264 { - yyb3264 = yyj3264 > l + yyj3274++ + if yyhl3274 { + yyb3274 = yyj3274 > l } else { - yyb3264 = r.CheckBreak() + yyb3274 = r.CheckBreak() } - if yyb3264 { + if yyb3274 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41749,16 +41845,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3267 := &x.ObjectMeta - yyv3267.CodecDecodeSelf(d) + yyv3277 := &x.ObjectMeta + yyv3277.CodecDecodeSelf(d) } - yyj3264++ - if yyhl3264 { - yyb3264 = yyj3264 > l + yyj3274++ + if yyhl3274 { + yyb3274 = yyj3274 > l } else { - yyb3264 = r.CheckBreak() + yyb3274 = r.CheckBreak() } - if yyb3264 { + if yyb3274 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41766,16 +41862,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NodeSpec{} } else { - yyv3268 := &x.Spec - yyv3268.CodecDecodeSelf(d) + yyv3278 := &x.Spec + yyv3278.CodecDecodeSelf(d) } - yyj3264++ - if yyhl3264 { - yyb3264 = yyj3264 > l + yyj3274++ + if yyhl3274 { + yyb3274 = yyj3274 > l } else { - yyb3264 = r.CheckBreak() + yyb3274 = r.CheckBreak() } - if yyb3264 { + if yyb3274 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41783,21 +41879,21 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = NodeStatus{} } else { - yyv3269 := &x.Status - yyv3269.CodecDecodeSelf(d) + yyv3279 := &x.Status + yyv3279.CodecDecodeSelf(d) } for { - yyj3264++ - if yyhl3264 { - yyb3264 = yyj3264 > l + yyj3274++ + if yyhl3274 { + yyb3274 = yyj3274 > l } else { - yyb3264 = r.CheckBreak() + yyb3274 = r.CheckBreak() } - if yyb3264 { + if yyb3274 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3264-1, "") + z.DecStructFieldNotFound(yyj3274-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41809,37 +41905,37 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3270 := z.EncBinary() - _ = yym3270 + yym3280 := z.EncBinary() + _ = yym3280 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3271 := !z.EncBinary() - yy2arr3271 := z.EncBasicHandle().StructToArray - var yyq3271 [4]bool - _, _, _ = yysep3271, yyq3271, yy2arr3271 - const yyr3271 bool = false - yyq3271[0] = x.Kind != "" - yyq3271[1] = x.APIVersion != "" - yyq3271[2] = true - var yynn3271 int - if yyr3271 || yy2arr3271 { + yysep3281 := !z.EncBinary() + yy2arr3281 := z.EncBasicHandle().StructToArray + var yyq3281 [4]bool + _, _, _ = yysep3281, yyq3281, yy2arr3281 + const yyr3281 bool = false + yyq3281[0] = x.Kind != "" + yyq3281[1] = x.APIVersion != "" + yyq3281[2] = true + var yynn3281 int + if yyr3281 || yy2arr3281 { r.EncodeArrayStart(4) } else { - yynn3271 = 1 - for _, b := range yyq3271 { + yynn3281 = 1 + for _, b := range yyq3281 { if b { - yynn3271++ + yynn3281++ } } - r.EncodeMapStart(yynn3271) - yynn3271 = 0 + r.EncodeMapStart(yynn3281) + yynn3281 = 0 } - if yyr3271 || yy2arr3271 { + if yyr3281 || yy2arr3281 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3271[0] { - yym3273 := z.EncBinary() - _ = yym3273 + if yyq3281[0] { + yym3283 := z.EncBinary() + _ = yym3283 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -41848,23 +41944,23 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3271[0] { + if yyq3281[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3274 := z.EncBinary() - _ = yym3274 + yym3284 := z.EncBinary() + _ = yym3284 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3271 || yy2arr3271 { + if yyr3281 || yy2arr3281 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3271[1] { - yym3276 := z.EncBinary() - _ = yym3276 + if yyq3281[1] { + yym3286 := z.EncBinary() + _ = yym3286 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -41873,54 +41969,54 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3271[1] { + if yyq3281[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3277 := z.EncBinary() - _ = yym3277 + yym3287 := z.EncBinary() + _ = yym3287 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3271 || yy2arr3271 { + if yyr3281 || yy2arr3281 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3271[2] { - yy3279 := &x.ListMeta - yym3280 := z.EncBinary() - _ = yym3280 + if yyq3281[2] { + yy3289 := &x.ListMeta + yym3290 := z.EncBinary() + _ = yym3290 if false { - } else if z.HasExtensions() && z.EncExt(yy3279) { + } else if z.HasExtensions() && z.EncExt(yy3289) { } else { - z.EncFallback(yy3279) + z.EncFallback(yy3289) } } else { r.EncodeNil() } } else { - if yyq3271[2] { + if yyq3281[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3281 := &x.ListMeta - yym3282 := z.EncBinary() - _ = yym3282 + yy3291 := &x.ListMeta + yym3292 := z.EncBinary() + _ = yym3292 if false { - } else if z.HasExtensions() && z.EncExt(yy3281) { + } else if z.HasExtensions() && z.EncExt(yy3291) { } else { - z.EncFallback(yy3281) + z.EncFallback(yy3291) } } } - if yyr3271 || yy2arr3271 { + if yyr3281 || yy2arr3281 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3284 := z.EncBinary() - _ = yym3284 + yym3294 := z.EncBinary() + _ = yym3294 if false { } else { h.encSliceNode(([]Node)(x.Items), e) @@ -41933,15 +42029,15 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3285 := z.EncBinary() - _ = yym3285 + yym3295 := z.EncBinary() + _ = yym3295 if false { } else { h.encSliceNode(([]Node)(x.Items), e) } } } - if yyr3271 || yy2arr3271 { + if yyr3281 || yy2arr3281 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41954,25 +42050,25 @@ func (x *NodeList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3286 := z.DecBinary() - _ = yym3286 + yym3296 := z.DecBinary() + _ = yym3296 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3287 := r.ContainerType() - if yyct3287 == codecSelferValueTypeMap1234 { - yyl3287 := r.ReadMapStart() - if yyl3287 == 0 { + yyct3297 := r.ContainerType() + if yyct3297 == codecSelferValueTypeMap1234 { + yyl3297 := r.ReadMapStart() + if yyl3297 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3287, d) + x.codecDecodeSelfFromMap(yyl3297, d) } - } else if yyct3287 == codecSelferValueTypeArray1234 { - yyl3287 := r.ReadArrayStart() - if yyl3287 == 0 { + } else if yyct3297 == codecSelferValueTypeArray1234 { + yyl3297 := r.ReadArrayStart() + if yyl3297 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3287, d) + x.codecDecodeSelfFromArray(yyl3297, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41984,12 +42080,12 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3288Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3288Slc - var yyhl3288 bool = l >= 0 - for yyj3288 := 0; ; yyj3288++ { - if yyhl3288 { - if yyj3288 >= l { + var yys3298Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3298Slc + var yyhl3298 bool = l >= 0 + for yyj3298 := 0; ; yyj3298++ { + if yyhl3298 { + if yyj3298 >= l { break } } else { @@ -41998,10 +42094,10 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3288Slc = r.DecodeBytes(yys3288Slc, true, true) - yys3288 := string(yys3288Slc) + yys3298Slc = r.DecodeBytes(yys3298Slc, true, true) + yys3298 := string(yys3298Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3288 { + switch yys3298 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -42018,31 +42114,31 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3291 := &x.ListMeta - yym3292 := z.DecBinary() - _ = yym3292 + yyv3301 := &x.ListMeta + yym3302 := z.DecBinary() + _ = yym3302 if false { - } else if z.HasExtensions() && z.DecExt(yyv3291) { + } else if z.HasExtensions() && z.DecExt(yyv3301) { } else { - z.DecFallback(yyv3291, false) + z.DecFallback(yyv3301, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3293 := &x.Items - yym3294 := z.DecBinary() - _ = yym3294 + yyv3303 := &x.Items + yym3304 := z.DecBinary() + _ = yym3304 if false { } else { - h.decSliceNode((*[]Node)(yyv3293), d) + h.decSliceNode((*[]Node)(yyv3303), d) } } default: - z.DecStructFieldNotFound(-1, yys3288) - } // end switch yys3288 - } // end for yyj3288 + z.DecStructFieldNotFound(-1, yys3298) + } // end switch yys3298 + } // end for yyj3298 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42050,16 +42146,16 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3295 int - var yyb3295 bool - var yyhl3295 bool = l >= 0 - yyj3295++ - if yyhl3295 { - yyb3295 = yyj3295 > l + var yyj3305 int + var yyb3305 bool + var yyhl3305 bool = l >= 0 + yyj3305++ + if yyhl3305 { + yyb3305 = yyj3305 > l } else { - yyb3295 = r.CheckBreak() + yyb3305 = r.CheckBreak() } - if yyb3295 { + if yyb3305 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42069,13 +42165,13 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3295++ - if yyhl3295 { - yyb3295 = yyj3295 > l + yyj3305++ + if yyhl3305 { + yyb3305 = yyj3305 > l } else { - yyb3295 = r.CheckBreak() + yyb3305 = r.CheckBreak() } - if yyb3295 { + if yyb3305 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42085,13 +42181,13 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3295++ - if yyhl3295 { - yyb3295 = yyj3295 > l + yyj3305++ + if yyhl3305 { + yyb3305 = yyj3305 > l } else { - yyb3295 = r.CheckBreak() + yyb3305 = r.CheckBreak() } - if yyb3295 { + if yyb3305 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42099,22 +42195,22 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3298 := &x.ListMeta - yym3299 := z.DecBinary() - _ = yym3299 + yyv3308 := &x.ListMeta + yym3309 := z.DecBinary() + _ = yym3309 if false { - } else if z.HasExtensions() && z.DecExt(yyv3298) { + } else if z.HasExtensions() && z.DecExt(yyv3308) { } else { - z.DecFallback(yyv3298, false) + z.DecFallback(yyv3308, false) } } - yyj3295++ - if yyhl3295 { - yyb3295 = yyj3295 > l + yyj3305++ + if yyhl3305 { + yyb3305 = yyj3305 > l } else { - yyb3295 = r.CheckBreak() + yyb3305 = r.CheckBreak() } - if yyb3295 { + if yyb3305 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42122,26 +42218,26 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3300 := &x.Items - yym3301 := z.DecBinary() - _ = yym3301 + yyv3310 := &x.Items + yym3311 := z.DecBinary() + _ = yym3311 if false { } else { - h.decSliceNode((*[]Node)(yyv3300), d) + h.decSliceNode((*[]Node)(yyv3310), d) } } for { - yyj3295++ - if yyhl3295 { - yyb3295 = yyj3295 > l + yyj3305++ + if yyhl3305 { + yyb3305 = yyj3305 > l } else { - yyb3295 = r.CheckBreak() + yyb3305 = r.CheckBreak() } - if yyb3295 { + if yyb3305 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3295-1, "") + z.DecStructFieldNotFound(yyj3305-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42153,36 +42249,36 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3302 := z.EncBinary() - _ = yym3302 + yym3312 := z.EncBinary() + _ = yym3312 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3303 := !z.EncBinary() - yy2arr3303 := z.EncBasicHandle().StructToArray - var yyq3303 [1]bool - _, _, _ = yysep3303, yyq3303, yy2arr3303 - const yyr3303 bool = false - var yynn3303 int - if yyr3303 || yy2arr3303 { + yysep3313 := !z.EncBinary() + yy2arr3313 := z.EncBasicHandle().StructToArray + var yyq3313 [1]bool + _, _, _ = yysep3313, yyq3313, yy2arr3313 + const yyr3313 bool = false + var yynn3313 int + if yyr3313 || yy2arr3313 { r.EncodeArrayStart(1) } else { - yynn3303 = 1 - for _, b := range yyq3303 { + yynn3313 = 1 + for _, b := range yyq3313 { if b { - yynn3303++ + yynn3313++ } } - r.EncodeMapStart(yynn3303) - yynn3303 = 0 + r.EncodeMapStart(yynn3313) + yynn3313 = 0 } - if yyr3303 || yy2arr3303 { + if yyr3313 || yy2arr3313 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Finalizers == nil { r.EncodeNil() } else { - yym3305 := z.EncBinary() - _ = yym3305 + yym3315 := z.EncBinary() + _ = yym3315 if false { } else { h.encSliceFinalizerName(([]FinalizerName)(x.Finalizers), e) @@ -42195,15 +42291,15 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Finalizers == nil { r.EncodeNil() } else { - yym3306 := z.EncBinary() - _ = yym3306 + yym3316 := z.EncBinary() + _ = yym3316 if false { } else { h.encSliceFinalizerName(([]FinalizerName)(x.Finalizers), e) } } } - if yyr3303 || yy2arr3303 { + if yyr3313 || yy2arr3313 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42216,25 +42312,25 @@ func (x *NamespaceSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3307 := z.DecBinary() - _ = yym3307 + yym3317 := z.DecBinary() + _ = yym3317 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3308 := r.ContainerType() - if yyct3308 == codecSelferValueTypeMap1234 { - yyl3308 := r.ReadMapStart() - if yyl3308 == 0 { + yyct3318 := r.ContainerType() + if yyct3318 == codecSelferValueTypeMap1234 { + yyl3318 := r.ReadMapStart() + if yyl3318 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3308, d) + x.codecDecodeSelfFromMap(yyl3318, d) } - } else if yyct3308 == codecSelferValueTypeArray1234 { - yyl3308 := r.ReadArrayStart() - if yyl3308 == 0 { + } else if yyct3318 == codecSelferValueTypeArray1234 { + yyl3318 := r.ReadArrayStart() + if yyl3318 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3308, d) + x.codecDecodeSelfFromArray(yyl3318, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42246,12 +42342,12 @@ func (x *NamespaceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3309Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3309Slc - var yyhl3309 bool = l >= 0 - for yyj3309 := 0; ; yyj3309++ { - if yyhl3309 { - if yyj3309 >= l { + var yys3319Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3319Slc + var yyhl3319 bool = l >= 0 + for yyj3319 := 0; ; yyj3319++ { + if yyhl3319 { + if yyj3319 >= l { break } } else { @@ -42260,26 +42356,26 @@ func (x *NamespaceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3309Slc = r.DecodeBytes(yys3309Slc, true, true) - yys3309 := string(yys3309Slc) + yys3319Slc = r.DecodeBytes(yys3319Slc, true, true) + yys3319 := string(yys3319Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3309 { + switch yys3319 { case "Finalizers": if r.TryDecodeAsNil() { x.Finalizers = nil } else { - yyv3310 := &x.Finalizers - yym3311 := z.DecBinary() - _ = yym3311 + yyv3320 := &x.Finalizers + yym3321 := z.DecBinary() + _ = yym3321 if false { } else { - h.decSliceFinalizerName((*[]FinalizerName)(yyv3310), d) + h.decSliceFinalizerName((*[]FinalizerName)(yyv3320), d) } } default: - z.DecStructFieldNotFound(-1, yys3309) - } // end switch yys3309 - } // end for yyj3309 + z.DecStructFieldNotFound(-1, yys3319) + } // end switch yys3319 + } // end for yyj3319 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42287,16 +42383,16 @@ func (x *NamespaceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3312 int - var yyb3312 bool - var yyhl3312 bool = l >= 0 - yyj3312++ - if yyhl3312 { - yyb3312 = yyj3312 > l + var yyj3322 int + var yyb3322 bool + var yyhl3322 bool = l >= 0 + yyj3322++ + if yyhl3322 { + yyb3322 = yyj3322 > l } else { - yyb3312 = r.CheckBreak() + yyb3322 = r.CheckBreak() } - if yyb3312 { + if yyb3322 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42304,26 +42400,26 @@ func (x *NamespaceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Finalizers = nil } else { - yyv3313 := &x.Finalizers - yym3314 := z.DecBinary() - _ = yym3314 + yyv3323 := &x.Finalizers + yym3324 := z.DecBinary() + _ = yym3324 if false { } else { - h.decSliceFinalizerName((*[]FinalizerName)(yyv3313), d) + h.decSliceFinalizerName((*[]FinalizerName)(yyv3323), d) } } for { - yyj3312++ - if yyhl3312 { - yyb3312 = yyj3312 > l + yyj3322++ + if yyhl3322 { + yyb3322 = yyj3322 > l } else { - yyb3312 = r.CheckBreak() + yyb3322 = r.CheckBreak() } - if yyb3312 { + if yyb3322 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3312-1, "") + z.DecStructFieldNotFound(yyj3322-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42332,8 +42428,8 @@ func (x FinalizerName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3315 := z.EncBinary() - _ = yym3315 + yym3325 := z.EncBinary() + _ = yym3325 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -42345,8 +42441,8 @@ func (x *FinalizerName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3316 := z.DecBinary() - _ = yym3316 + yym3326 := z.DecBinary() + _ = yym3326 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -42361,46 +42457,46 @@ func (x *NamespaceStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3317 := z.EncBinary() - _ = yym3317 + yym3327 := z.EncBinary() + _ = yym3327 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3318 := !z.EncBinary() - yy2arr3318 := z.EncBasicHandle().StructToArray - var yyq3318 [1]bool - _, _, _ = yysep3318, yyq3318, yy2arr3318 - const yyr3318 bool = false - yyq3318[0] = x.Phase != "" - var yynn3318 int - if yyr3318 || yy2arr3318 { + yysep3328 := !z.EncBinary() + yy2arr3328 := z.EncBasicHandle().StructToArray + var yyq3328 [1]bool + _, _, _ = yysep3328, yyq3328, yy2arr3328 + const yyr3328 bool = false + yyq3328[0] = x.Phase != "" + var yynn3328 int + if yyr3328 || yy2arr3328 { r.EncodeArrayStart(1) } else { - yynn3318 = 0 - for _, b := range yyq3318 { + yynn3328 = 0 + for _, b := range yyq3328 { if b { - yynn3318++ + yynn3328++ } } - r.EncodeMapStart(yynn3318) - yynn3318 = 0 + r.EncodeMapStart(yynn3328) + yynn3328 = 0 } - if yyr3318 || yy2arr3318 { + if yyr3328 || yy2arr3328 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3318[0] { + if yyq3328[0] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3318[0] { + if yyq3328[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr3318 || yy2arr3318 { + if yyr3328 || yy2arr3328 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42413,25 +42509,25 @@ func (x *NamespaceStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3320 := z.DecBinary() - _ = yym3320 + yym3330 := z.DecBinary() + _ = yym3330 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3321 := r.ContainerType() - if yyct3321 == codecSelferValueTypeMap1234 { - yyl3321 := r.ReadMapStart() - if yyl3321 == 0 { + yyct3331 := r.ContainerType() + if yyct3331 == codecSelferValueTypeMap1234 { + yyl3331 := r.ReadMapStart() + if yyl3331 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3321, d) + x.codecDecodeSelfFromMap(yyl3331, d) } - } else if yyct3321 == codecSelferValueTypeArray1234 { - yyl3321 := r.ReadArrayStart() - if yyl3321 == 0 { + } else if yyct3331 == codecSelferValueTypeArray1234 { + yyl3331 := r.ReadArrayStart() + if yyl3331 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3321, d) + x.codecDecodeSelfFromArray(yyl3331, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42443,12 +42539,12 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3322Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3322Slc - var yyhl3322 bool = l >= 0 - for yyj3322 := 0; ; yyj3322++ { - if yyhl3322 { - if yyj3322 >= l { + var yys3332Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3332Slc + var yyhl3332 bool = l >= 0 + for yyj3332 := 0; ; yyj3332++ { + if yyhl3332 { + if yyj3332 >= l { break } } else { @@ -42457,10 +42553,10 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3322Slc = r.DecodeBytes(yys3322Slc, true, true) - yys3322 := string(yys3322Slc) + yys3332Slc = r.DecodeBytes(yys3332Slc, true, true) + yys3332 := string(yys3332Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3322 { + switch yys3332 { case "phase": if r.TryDecodeAsNil() { x.Phase = "" @@ -42468,9 +42564,9 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Phase = NamespacePhase(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3322) - } // end switch yys3322 - } // end for yyj3322 + z.DecStructFieldNotFound(-1, yys3332) + } // end switch yys3332 + } // end for yyj3332 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42478,16 +42574,16 @@ func (x *NamespaceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3324 int - var yyb3324 bool - var yyhl3324 bool = l >= 0 - yyj3324++ - if yyhl3324 { - yyb3324 = yyj3324 > l + var yyj3334 int + var yyb3334 bool + var yyhl3334 bool = l >= 0 + yyj3334++ + if yyhl3334 { + yyb3334 = yyj3334 > l } else { - yyb3324 = r.CheckBreak() + yyb3334 = r.CheckBreak() } - if yyb3324 { + if yyb3334 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42498,17 +42594,17 @@ func (x *NamespaceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Phase = NamespacePhase(r.DecodeString()) } for { - yyj3324++ - if yyhl3324 { - yyb3324 = yyj3324 > l + yyj3334++ + if yyhl3334 { + yyb3334 = yyj3334 > l } else { - yyb3324 = r.CheckBreak() + yyb3334 = r.CheckBreak() } - if yyb3324 { + if yyb3334 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3324-1, "") + z.DecStructFieldNotFound(yyj3334-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42517,8 +42613,8 @@ func (x NamespacePhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3326 := z.EncBinary() - _ = yym3326 + yym3336 := z.EncBinary() + _ = yym3336 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -42530,8 +42626,8 @@ func (x *NamespacePhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3327 := z.DecBinary() - _ = yym3327 + yym3337 := z.DecBinary() + _ = yym3337 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -42546,39 +42642,39 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3328 := z.EncBinary() - _ = yym3328 + yym3338 := z.EncBinary() + _ = yym3338 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3329 := !z.EncBinary() - yy2arr3329 := z.EncBasicHandle().StructToArray - var yyq3329 [5]bool - _, _, _ = yysep3329, yyq3329, yy2arr3329 - const yyr3329 bool = false - yyq3329[0] = x.Kind != "" - yyq3329[1] = x.APIVersion != "" - yyq3329[2] = true - yyq3329[3] = true - yyq3329[4] = true - var yynn3329 int - if yyr3329 || yy2arr3329 { + yysep3339 := !z.EncBinary() + yy2arr3339 := z.EncBasicHandle().StructToArray + var yyq3339 [5]bool + _, _, _ = yysep3339, yyq3339, yy2arr3339 + const yyr3339 bool = false + yyq3339[0] = x.Kind != "" + yyq3339[1] = x.APIVersion != "" + yyq3339[2] = true + yyq3339[3] = true + yyq3339[4] = true + var yynn3339 int + if yyr3339 || yy2arr3339 { r.EncodeArrayStart(5) } else { - yynn3329 = 0 - for _, b := range yyq3329 { + yynn3339 = 0 + for _, b := range yyq3339 { if b { - yynn3329++ + yynn3339++ } } - r.EncodeMapStart(yynn3329) - yynn3329 = 0 + r.EncodeMapStart(yynn3339) + yynn3339 = 0 } - if yyr3329 || yy2arr3329 { + if yyr3339 || yy2arr3339 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3329[0] { - yym3331 := z.EncBinary() - _ = yym3331 + if yyq3339[0] { + yym3341 := z.EncBinary() + _ = yym3341 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -42587,23 +42683,23 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3329[0] { + if yyq3339[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3332 := z.EncBinary() - _ = yym3332 + yym3342 := z.EncBinary() + _ = yym3342 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3329 || yy2arr3329 { + if yyr3339 || yy2arr3339 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3329[1] { - yym3334 := z.EncBinary() - _ = yym3334 + if yyq3339[1] { + yym3344 := z.EncBinary() + _ = yym3344 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -42612,70 +42708,70 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3329[1] { + if yyq3339[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3335 := z.EncBinary() - _ = yym3335 + yym3345 := z.EncBinary() + _ = yym3345 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3329 || yy2arr3329 { + if yyr3339 || yy2arr3339 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3329[2] { - yy3337 := &x.ObjectMeta - yy3337.CodecEncodeSelf(e) + if yyq3339[2] { + yy3347 := &x.ObjectMeta + yy3347.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3329[2] { + if yyq3339[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3338 := &x.ObjectMeta - yy3338.CodecEncodeSelf(e) + yy3348 := &x.ObjectMeta + yy3348.CodecEncodeSelf(e) } } - if yyr3329 || yy2arr3329 { + if yyr3339 || yy2arr3339 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3329[3] { - yy3340 := &x.Spec - yy3340.CodecEncodeSelf(e) + if yyq3339[3] { + yy3350 := &x.Spec + yy3350.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3329[3] { + if yyq3339[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3341 := &x.Spec - yy3341.CodecEncodeSelf(e) + yy3351 := &x.Spec + yy3351.CodecEncodeSelf(e) } } - if yyr3329 || yy2arr3329 { + if yyr3339 || yy2arr3339 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3329[4] { - yy3343 := &x.Status - yy3343.CodecEncodeSelf(e) + if yyq3339[4] { + yy3353 := &x.Status + yy3353.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3329[4] { + if yyq3339[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3344 := &x.Status - yy3344.CodecEncodeSelf(e) + yy3354 := &x.Status + yy3354.CodecEncodeSelf(e) } } - if yyr3329 || yy2arr3329 { + if yyr3339 || yy2arr3339 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42688,25 +42784,25 @@ func (x *Namespace) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3345 := z.DecBinary() - _ = yym3345 + yym3355 := z.DecBinary() + _ = yym3355 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3346 := r.ContainerType() - if yyct3346 == codecSelferValueTypeMap1234 { - yyl3346 := r.ReadMapStart() - if yyl3346 == 0 { + yyct3356 := r.ContainerType() + if yyct3356 == codecSelferValueTypeMap1234 { + yyl3356 := r.ReadMapStart() + if yyl3356 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3346, d) + x.codecDecodeSelfFromMap(yyl3356, d) } - } else if yyct3346 == codecSelferValueTypeArray1234 { - yyl3346 := r.ReadArrayStart() - if yyl3346 == 0 { + } else if yyct3356 == codecSelferValueTypeArray1234 { + yyl3356 := r.ReadArrayStart() + if yyl3356 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3346, d) + x.codecDecodeSelfFromArray(yyl3356, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42718,12 +42814,12 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3347Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3347Slc - var yyhl3347 bool = l >= 0 - for yyj3347 := 0; ; yyj3347++ { - if yyhl3347 { - if yyj3347 >= l { + var yys3357Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3357Slc + var yyhl3357 bool = l >= 0 + for yyj3357 := 0; ; yyj3357++ { + if yyhl3357 { + if yyj3357 >= l { break } } else { @@ -42732,10 +42828,10 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3347Slc = r.DecodeBytes(yys3347Slc, true, true) - yys3347 := string(yys3347Slc) + yys3357Slc = r.DecodeBytes(yys3357Slc, true, true) + yys3357 := string(yys3357Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3347 { + switch yys3357 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -42752,27 +42848,27 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3350 := &x.ObjectMeta - yyv3350.CodecDecodeSelf(d) + yyv3360 := &x.ObjectMeta + yyv3360.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NamespaceSpec{} } else { - yyv3351 := &x.Spec - yyv3351.CodecDecodeSelf(d) + yyv3361 := &x.Spec + yyv3361.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = NamespaceStatus{} } else { - yyv3352 := &x.Status - yyv3352.CodecDecodeSelf(d) + yyv3362 := &x.Status + yyv3362.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3347) - } // end switch yys3347 - } // end for yyj3347 + z.DecStructFieldNotFound(-1, yys3357) + } // end switch yys3357 + } // end for yyj3357 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42780,16 +42876,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3353 int - var yyb3353 bool - var yyhl3353 bool = l >= 0 - yyj3353++ - if yyhl3353 { - yyb3353 = yyj3353 > l + var yyj3363 int + var yyb3363 bool + var yyhl3363 bool = l >= 0 + yyj3363++ + if yyhl3363 { + yyb3363 = yyj3363 > l } else { - yyb3353 = r.CheckBreak() + yyb3363 = r.CheckBreak() } - if yyb3353 { + if yyb3363 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42799,13 +42895,13 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3353++ - if yyhl3353 { - yyb3353 = yyj3353 > l + yyj3363++ + if yyhl3363 { + yyb3363 = yyj3363 > l } else { - yyb3353 = r.CheckBreak() + yyb3363 = r.CheckBreak() } - if yyb3353 { + if yyb3363 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42815,13 +42911,13 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3353++ - if yyhl3353 { - yyb3353 = yyj3353 > l + yyj3363++ + if yyhl3363 { + yyb3363 = yyj3363 > l } else { - yyb3353 = r.CheckBreak() + yyb3363 = r.CheckBreak() } - if yyb3353 { + if yyb3363 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42829,16 +42925,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3356 := &x.ObjectMeta - yyv3356.CodecDecodeSelf(d) + yyv3366 := &x.ObjectMeta + yyv3366.CodecDecodeSelf(d) } - yyj3353++ - if yyhl3353 { - yyb3353 = yyj3353 > l + yyj3363++ + if yyhl3363 { + yyb3363 = yyj3363 > l } else { - yyb3353 = r.CheckBreak() + yyb3363 = r.CheckBreak() } - if yyb3353 { + if yyb3363 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42846,16 +42942,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NamespaceSpec{} } else { - yyv3357 := &x.Spec - yyv3357.CodecDecodeSelf(d) + yyv3367 := &x.Spec + yyv3367.CodecDecodeSelf(d) } - yyj3353++ - if yyhl3353 { - yyb3353 = yyj3353 > l + yyj3363++ + if yyhl3363 { + yyb3363 = yyj3363 > l } else { - yyb3353 = r.CheckBreak() + yyb3363 = r.CheckBreak() } - if yyb3353 { + if yyb3363 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42863,21 +42959,21 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = NamespaceStatus{} } else { - yyv3358 := &x.Status - yyv3358.CodecDecodeSelf(d) + yyv3368 := &x.Status + yyv3368.CodecDecodeSelf(d) } for { - yyj3353++ - if yyhl3353 { - yyb3353 = yyj3353 > l + yyj3363++ + if yyhl3363 { + yyb3363 = yyj3363 > l } else { - yyb3353 = r.CheckBreak() + yyb3363 = r.CheckBreak() } - if yyb3353 { + if yyb3363 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3353-1, "") + z.DecStructFieldNotFound(yyj3363-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42889,37 +42985,37 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3359 := z.EncBinary() - _ = yym3359 + yym3369 := z.EncBinary() + _ = yym3369 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3360 := !z.EncBinary() - yy2arr3360 := z.EncBasicHandle().StructToArray - var yyq3360 [4]bool - _, _, _ = yysep3360, yyq3360, yy2arr3360 - const yyr3360 bool = false - yyq3360[0] = x.Kind != "" - yyq3360[1] = x.APIVersion != "" - yyq3360[2] = true - var yynn3360 int - if yyr3360 || yy2arr3360 { + yysep3370 := !z.EncBinary() + yy2arr3370 := z.EncBasicHandle().StructToArray + var yyq3370 [4]bool + _, _, _ = yysep3370, yyq3370, yy2arr3370 + const yyr3370 bool = false + yyq3370[0] = x.Kind != "" + yyq3370[1] = x.APIVersion != "" + yyq3370[2] = true + var yynn3370 int + if yyr3370 || yy2arr3370 { r.EncodeArrayStart(4) } else { - yynn3360 = 1 - for _, b := range yyq3360 { + yynn3370 = 1 + for _, b := range yyq3370 { if b { - yynn3360++ + yynn3370++ } } - r.EncodeMapStart(yynn3360) - yynn3360 = 0 + r.EncodeMapStart(yynn3370) + yynn3370 = 0 } - if yyr3360 || yy2arr3360 { + if yyr3370 || yy2arr3370 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3360[0] { - yym3362 := z.EncBinary() - _ = yym3362 + if yyq3370[0] { + yym3372 := z.EncBinary() + _ = yym3372 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -42928,23 +43024,23 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3360[0] { + if yyq3370[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3363 := z.EncBinary() - _ = yym3363 + yym3373 := z.EncBinary() + _ = yym3373 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3360 || yy2arr3360 { + if yyr3370 || yy2arr3370 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3360[1] { - yym3365 := z.EncBinary() - _ = yym3365 + if yyq3370[1] { + yym3375 := z.EncBinary() + _ = yym3375 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -42953,54 +43049,54 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3360[1] { + if yyq3370[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3366 := z.EncBinary() - _ = yym3366 + yym3376 := z.EncBinary() + _ = yym3376 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3360 || yy2arr3360 { + if yyr3370 || yy2arr3370 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3360[2] { - yy3368 := &x.ListMeta - yym3369 := z.EncBinary() - _ = yym3369 + if yyq3370[2] { + yy3378 := &x.ListMeta + yym3379 := z.EncBinary() + _ = yym3379 if false { - } else if z.HasExtensions() && z.EncExt(yy3368) { + } else if z.HasExtensions() && z.EncExt(yy3378) { } else { - z.EncFallback(yy3368) + z.EncFallback(yy3378) } } else { r.EncodeNil() } } else { - if yyq3360[2] { + if yyq3370[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3370 := &x.ListMeta - yym3371 := z.EncBinary() - _ = yym3371 + yy3380 := &x.ListMeta + yym3381 := z.EncBinary() + _ = yym3381 if false { - } else if z.HasExtensions() && z.EncExt(yy3370) { + } else if z.HasExtensions() && z.EncExt(yy3380) { } else { - z.EncFallback(yy3370) + z.EncFallback(yy3380) } } } - if yyr3360 || yy2arr3360 { + if yyr3370 || yy2arr3370 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3373 := z.EncBinary() - _ = yym3373 + yym3383 := z.EncBinary() + _ = yym3383 if false { } else { h.encSliceNamespace(([]Namespace)(x.Items), e) @@ -43013,15 +43109,15 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3374 := z.EncBinary() - _ = yym3374 + yym3384 := z.EncBinary() + _ = yym3384 if false { } else { h.encSliceNamespace(([]Namespace)(x.Items), e) } } } - if yyr3360 || yy2arr3360 { + if yyr3370 || yy2arr3370 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43034,25 +43130,25 @@ func (x *NamespaceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3375 := z.DecBinary() - _ = yym3375 + yym3385 := z.DecBinary() + _ = yym3385 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3376 := r.ContainerType() - if yyct3376 == codecSelferValueTypeMap1234 { - yyl3376 := r.ReadMapStart() - if yyl3376 == 0 { + yyct3386 := r.ContainerType() + if yyct3386 == codecSelferValueTypeMap1234 { + yyl3386 := r.ReadMapStart() + if yyl3386 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3376, d) + x.codecDecodeSelfFromMap(yyl3386, d) } - } else if yyct3376 == codecSelferValueTypeArray1234 { - yyl3376 := r.ReadArrayStart() - if yyl3376 == 0 { + } else if yyct3386 == codecSelferValueTypeArray1234 { + yyl3386 := r.ReadArrayStart() + if yyl3386 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3376, d) + x.codecDecodeSelfFromArray(yyl3386, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43064,12 +43160,12 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3377Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3377Slc - var yyhl3377 bool = l >= 0 - for yyj3377 := 0; ; yyj3377++ { - if yyhl3377 { - if yyj3377 >= l { + var yys3387Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3387Slc + var yyhl3387 bool = l >= 0 + for yyj3387 := 0; ; yyj3387++ { + if yyhl3387 { + if yyj3387 >= l { break } } else { @@ -43078,10 +43174,10 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3377Slc = r.DecodeBytes(yys3377Slc, true, true) - yys3377 := string(yys3377Slc) + yys3387Slc = r.DecodeBytes(yys3387Slc, true, true) + yys3387 := string(yys3387Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3377 { + switch yys3387 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -43098,31 +43194,31 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3380 := &x.ListMeta - yym3381 := z.DecBinary() - _ = yym3381 + yyv3390 := &x.ListMeta + yym3391 := z.DecBinary() + _ = yym3391 if false { - } else if z.HasExtensions() && z.DecExt(yyv3380) { + } else if z.HasExtensions() && z.DecExt(yyv3390) { } else { - z.DecFallback(yyv3380, false) + z.DecFallback(yyv3390, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3382 := &x.Items - yym3383 := z.DecBinary() - _ = yym3383 + yyv3392 := &x.Items + yym3393 := z.DecBinary() + _ = yym3393 if false { } else { - h.decSliceNamespace((*[]Namespace)(yyv3382), d) + h.decSliceNamespace((*[]Namespace)(yyv3392), d) } } default: - z.DecStructFieldNotFound(-1, yys3377) - } // end switch yys3377 - } // end for yyj3377 + z.DecStructFieldNotFound(-1, yys3387) + } // end switch yys3387 + } // end for yyj3387 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43130,16 +43226,16 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3384 int - var yyb3384 bool - var yyhl3384 bool = l >= 0 - yyj3384++ - if yyhl3384 { - yyb3384 = yyj3384 > l + var yyj3394 int + var yyb3394 bool + var yyhl3394 bool = l >= 0 + yyj3394++ + if yyhl3394 { + yyb3394 = yyj3394 > l } else { - yyb3384 = r.CheckBreak() + yyb3394 = r.CheckBreak() } - if yyb3384 { + if yyb3394 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43149,13 +43245,13 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3384++ - if yyhl3384 { - yyb3384 = yyj3384 > l + yyj3394++ + if yyhl3394 { + yyb3394 = yyj3394 > l } else { - yyb3384 = r.CheckBreak() + yyb3394 = r.CheckBreak() } - if yyb3384 { + if yyb3394 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43165,13 +43261,13 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3384++ - if yyhl3384 { - yyb3384 = yyj3384 > l + yyj3394++ + if yyhl3394 { + yyb3394 = yyj3394 > l } else { - yyb3384 = r.CheckBreak() + yyb3394 = r.CheckBreak() } - if yyb3384 { + if yyb3394 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43179,22 +43275,22 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3387 := &x.ListMeta - yym3388 := z.DecBinary() - _ = yym3388 + yyv3397 := &x.ListMeta + yym3398 := z.DecBinary() + _ = yym3398 if false { - } else if z.HasExtensions() && z.DecExt(yyv3387) { + } else if z.HasExtensions() && z.DecExt(yyv3397) { } else { - z.DecFallback(yyv3387, false) + z.DecFallback(yyv3397, false) } } - yyj3384++ - if yyhl3384 { - yyb3384 = yyj3384 > l + yyj3394++ + if yyhl3394 { + yyb3394 = yyj3394 > l } else { - yyb3384 = r.CheckBreak() + yyb3394 = r.CheckBreak() } - if yyb3384 { + if yyb3394 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43202,26 +43298,26 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3389 := &x.Items - yym3390 := z.DecBinary() - _ = yym3390 + yyv3399 := &x.Items + yym3400 := z.DecBinary() + _ = yym3400 if false { } else { - h.decSliceNamespace((*[]Namespace)(yyv3389), d) + h.decSliceNamespace((*[]Namespace)(yyv3399), d) } } for { - yyj3384++ - if yyhl3384 { - yyb3384 = yyj3384 > l + yyj3394++ + if yyhl3394 { + yyb3394 = yyj3394 > l } else { - yyb3384 = r.CheckBreak() + yyb3394 = r.CheckBreak() } - if yyb3384 { + if yyb3394 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3384-1, "") + z.DecStructFieldNotFound(yyj3394-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43233,37 +43329,37 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3391 := z.EncBinary() - _ = yym3391 + yym3401 := z.EncBinary() + _ = yym3401 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3392 := !z.EncBinary() - yy2arr3392 := z.EncBasicHandle().StructToArray - var yyq3392 [4]bool - _, _, _ = yysep3392, yyq3392, yy2arr3392 - const yyr3392 bool = false - yyq3392[0] = x.Kind != "" - yyq3392[1] = x.APIVersion != "" - yyq3392[2] = true - var yynn3392 int - if yyr3392 || yy2arr3392 { + yysep3402 := !z.EncBinary() + yy2arr3402 := z.EncBasicHandle().StructToArray + var yyq3402 [4]bool + _, _, _ = yysep3402, yyq3402, yy2arr3402 + const yyr3402 bool = false + yyq3402[0] = x.Kind != "" + yyq3402[1] = x.APIVersion != "" + yyq3402[2] = true + var yynn3402 int + if yyr3402 || yy2arr3402 { r.EncodeArrayStart(4) } else { - yynn3392 = 1 - for _, b := range yyq3392 { + yynn3402 = 1 + for _, b := range yyq3402 { if b { - yynn3392++ + yynn3402++ } } - r.EncodeMapStart(yynn3392) - yynn3392 = 0 + r.EncodeMapStart(yynn3402) + yynn3402 = 0 } - if yyr3392 || yy2arr3392 { + if yyr3402 || yy2arr3402 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3392[0] { - yym3394 := z.EncBinary() - _ = yym3394 + if yyq3402[0] { + yym3404 := z.EncBinary() + _ = yym3404 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -43272,23 +43368,23 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3392[0] { + if yyq3402[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3395 := z.EncBinary() - _ = yym3395 + yym3405 := z.EncBinary() + _ = yym3405 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3392 || yy2arr3392 { + if yyr3402 || yy2arr3402 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3392[1] { - yym3397 := z.EncBinary() - _ = yym3397 + if yyq3402[1] { + yym3407 := z.EncBinary() + _ = yym3407 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -43297,47 +43393,47 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3392[1] { + if yyq3402[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3398 := z.EncBinary() - _ = yym3398 + yym3408 := z.EncBinary() + _ = yym3408 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3392 || yy2arr3392 { + if yyr3402 || yy2arr3402 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3392[2] { - yy3400 := &x.ObjectMeta - yy3400.CodecEncodeSelf(e) + if yyq3402[2] { + yy3410 := &x.ObjectMeta + yy3410.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3392[2] { + if yyq3402[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3401 := &x.ObjectMeta - yy3401.CodecEncodeSelf(e) + yy3411 := &x.ObjectMeta + yy3411.CodecEncodeSelf(e) } } - if yyr3392 || yy2arr3392 { + if yyr3402 || yy2arr3402 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3403 := &x.Target - yy3403.CodecEncodeSelf(e) + yy3413 := &x.Target + yy3413.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("target")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3404 := &x.Target - yy3404.CodecEncodeSelf(e) + yy3414 := &x.Target + yy3414.CodecEncodeSelf(e) } - if yyr3392 || yy2arr3392 { + if yyr3402 || yy2arr3402 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43350,25 +43446,25 @@ func (x *Binding) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3405 := z.DecBinary() - _ = yym3405 + yym3415 := z.DecBinary() + _ = yym3415 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3406 := r.ContainerType() - if yyct3406 == codecSelferValueTypeMap1234 { - yyl3406 := r.ReadMapStart() - if yyl3406 == 0 { + yyct3416 := r.ContainerType() + if yyct3416 == codecSelferValueTypeMap1234 { + yyl3416 := r.ReadMapStart() + if yyl3416 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3406, d) + x.codecDecodeSelfFromMap(yyl3416, d) } - } else if yyct3406 == codecSelferValueTypeArray1234 { - yyl3406 := r.ReadArrayStart() - if yyl3406 == 0 { + } else if yyct3416 == codecSelferValueTypeArray1234 { + yyl3416 := r.ReadArrayStart() + if yyl3416 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3406, d) + x.codecDecodeSelfFromArray(yyl3416, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43380,12 +43476,12 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3407Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3407Slc - var yyhl3407 bool = l >= 0 - for yyj3407 := 0; ; yyj3407++ { - if yyhl3407 { - if yyj3407 >= l { + var yys3417Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3417Slc + var yyhl3417 bool = l >= 0 + for yyj3417 := 0; ; yyj3417++ { + if yyhl3417 { + if yyj3417 >= l { break } } else { @@ -43394,10 +43490,10 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3407Slc = r.DecodeBytes(yys3407Slc, true, true) - yys3407 := string(yys3407Slc) + yys3417Slc = r.DecodeBytes(yys3417Slc, true, true) + yys3417 := string(yys3417Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3407 { + switch yys3417 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -43414,20 +43510,20 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3410 := &x.ObjectMeta - yyv3410.CodecDecodeSelf(d) + yyv3420 := &x.ObjectMeta + yyv3420.CodecDecodeSelf(d) } case "target": if r.TryDecodeAsNil() { x.Target = ObjectReference{} } else { - yyv3411 := &x.Target - yyv3411.CodecDecodeSelf(d) + yyv3421 := &x.Target + yyv3421.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3407) - } // end switch yys3407 - } // end for yyj3407 + z.DecStructFieldNotFound(-1, yys3417) + } // end switch yys3417 + } // end for yyj3417 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43435,16 +43531,16 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3412 int - var yyb3412 bool - var yyhl3412 bool = l >= 0 - yyj3412++ - if yyhl3412 { - yyb3412 = yyj3412 > l + var yyj3422 int + var yyb3422 bool + var yyhl3422 bool = l >= 0 + yyj3422++ + if yyhl3422 { + yyb3422 = yyj3422 > l } else { - yyb3412 = r.CheckBreak() + yyb3422 = r.CheckBreak() } - if yyb3412 { + if yyb3422 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43454,13 +43550,13 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3412++ - if yyhl3412 { - yyb3412 = yyj3412 > l + yyj3422++ + if yyhl3422 { + yyb3422 = yyj3422 > l } else { - yyb3412 = r.CheckBreak() + yyb3422 = r.CheckBreak() } - if yyb3412 { + if yyb3422 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43470,13 +43566,13 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3412++ - if yyhl3412 { - yyb3412 = yyj3412 > l + yyj3422++ + if yyhl3422 { + yyb3422 = yyj3422 > l } else { - yyb3412 = r.CheckBreak() + yyb3422 = r.CheckBreak() } - if yyb3412 { + if yyb3422 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43484,16 +43580,16 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3415 := &x.ObjectMeta - yyv3415.CodecDecodeSelf(d) + yyv3425 := &x.ObjectMeta + yyv3425.CodecDecodeSelf(d) } - yyj3412++ - if yyhl3412 { - yyb3412 = yyj3412 > l + yyj3422++ + if yyhl3422 { + yyb3422 = yyj3422 > l } else { - yyb3412 = r.CheckBreak() + yyb3422 = r.CheckBreak() } - if yyb3412 { + if yyb3422 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43501,21 +43597,21 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Target = ObjectReference{} } else { - yyv3416 := &x.Target - yyv3416.CodecDecodeSelf(d) + yyv3426 := &x.Target + yyv3426.CodecDecodeSelf(d) } for { - yyj3412++ - if yyhl3412 { - yyb3412 = yyj3412 > l + yyj3422++ + if yyhl3422 { + yyb3422 = yyj3422 > l } else { - yyb3412 = r.CheckBreak() + yyb3422 = r.CheckBreak() } - if yyb3412 { + if yyb3422 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3412-1, "") + z.DecStructFieldNotFound(yyj3422-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43527,68 +43623,68 @@ func (x *Preconditions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3417 := z.EncBinary() - _ = yym3417 + yym3427 := z.EncBinary() + _ = yym3427 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3418 := !z.EncBinary() - yy2arr3418 := z.EncBasicHandle().StructToArray - var yyq3418 [1]bool - _, _, _ = yysep3418, yyq3418, yy2arr3418 - const yyr3418 bool = false - yyq3418[0] = x.UID != nil - var yynn3418 int - if yyr3418 || yy2arr3418 { + yysep3428 := !z.EncBinary() + yy2arr3428 := z.EncBasicHandle().StructToArray + var yyq3428 [1]bool + _, _, _ = yysep3428, yyq3428, yy2arr3428 + const yyr3428 bool = false + yyq3428[0] = x.UID != nil + var yynn3428 int + if yyr3428 || yy2arr3428 { r.EncodeArrayStart(1) } else { - yynn3418 = 0 - for _, b := range yyq3418 { + yynn3428 = 0 + for _, b := range yyq3428 { if b { - yynn3418++ + yynn3428++ } } - r.EncodeMapStart(yynn3418) - yynn3418 = 0 + r.EncodeMapStart(yynn3428) + yynn3428 = 0 } - if yyr3418 || yy2arr3418 { + if yyr3428 || yy2arr3428 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3418[0] { + if yyq3428[0] { if x.UID == nil { r.EncodeNil() } else { - yy3420 := *x.UID - yym3421 := z.EncBinary() - _ = yym3421 + yy3430 := *x.UID + yym3431 := z.EncBinary() + _ = yym3431 if false { - } else if z.HasExtensions() && z.EncExt(yy3420) { + } else if z.HasExtensions() && z.EncExt(yy3430) { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy3420)) + r.EncodeString(codecSelferC_UTF81234, string(yy3430)) } } } else { r.EncodeNil() } } else { - if yyq3418[0] { + if yyq3428[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("uid")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.UID == nil { r.EncodeNil() } else { - yy3422 := *x.UID - yym3423 := z.EncBinary() - _ = yym3423 + yy3432 := *x.UID + yym3433 := z.EncBinary() + _ = yym3433 if false { - } else if z.HasExtensions() && z.EncExt(yy3422) { + } else if z.HasExtensions() && z.EncExt(yy3432) { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy3422)) + r.EncodeString(codecSelferC_UTF81234, string(yy3432)) } } } } - if yyr3418 || yy2arr3418 { + if yyr3428 || yy2arr3428 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43601,25 +43697,25 @@ func (x *Preconditions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3424 := z.DecBinary() - _ = yym3424 + yym3434 := z.DecBinary() + _ = yym3434 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3425 := r.ContainerType() - if yyct3425 == codecSelferValueTypeMap1234 { - yyl3425 := r.ReadMapStart() - if yyl3425 == 0 { + yyct3435 := r.ContainerType() + if yyct3435 == codecSelferValueTypeMap1234 { + yyl3435 := r.ReadMapStart() + if yyl3435 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3425, d) + x.codecDecodeSelfFromMap(yyl3435, d) } - } else if yyct3425 == codecSelferValueTypeArray1234 { - yyl3425 := r.ReadArrayStart() - if yyl3425 == 0 { + } else if yyct3435 == codecSelferValueTypeArray1234 { + yyl3435 := r.ReadArrayStart() + if yyl3435 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3425, d) + x.codecDecodeSelfFromArray(yyl3435, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43631,12 +43727,12 @@ func (x *Preconditions) 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 yys3436Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3436Slc + var yyhl3436 bool = l >= 0 + for yyj3436 := 0; ; yyj3436++ { + if yyhl3436 { + if yyj3436 >= l { break } } else { @@ -43645,10 +43741,10 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3426Slc = r.DecodeBytes(yys3426Slc, true, true) - yys3426 := string(yys3426Slc) + yys3436Slc = r.DecodeBytes(yys3436Slc, true, true) + yys3436 := string(yys3436Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3426 { + switch yys3436 { case "uid": if r.TryDecodeAsNil() { if x.UID != nil { @@ -43658,8 +43754,8 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.UID == nil { x.UID = new(pkg1_types.UID) } - yym3428 := z.DecBinary() - _ = yym3428 + yym3438 := z.DecBinary() + _ = yym3438 if false { } else if z.HasExtensions() && z.DecExt(x.UID) { } else { @@ -43667,9 +43763,9 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } default: - z.DecStructFieldNotFound(-1, yys3426) - } // end switch yys3426 - } // end for yyj3426 + z.DecStructFieldNotFound(-1, yys3436) + } // end switch yys3436 + } // end for yyj3436 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43677,16 +43773,16 @@ func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3429 int - var yyb3429 bool - var yyhl3429 bool = l >= 0 - yyj3429++ - if yyhl3429 { - yyb3429 = yyj3429 > l + var yyj3439 int + var yyb3439 bool + var yyhl3439 bool = l >= 0 + yyj3439++ + if yyhl3439 { + yyb3439 = yyj3439 > l } else { - yyb3429 = r.CheckBreak() + yyb3439 = r.CheckBreak() } - if yyb3429 { + if yyb3439 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43699,8 +43795,8 @@ func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.UID == nil { x.UID = new(pkg1_types.UID) } - yym3431 := z.DecBinary() - _ = yym3431 + yym3441 := z.DecBinary() + _ = yym3441 if false { } else if z.HasExtensions() && z.DecExt(x.UID) { } else { @@ -43708,17 +43804,17 @@ func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } } for { - yyj3429++ - if yyhl3429 { - yyb3429 = yyj3429 > l + yyj3439++ + if yyhl3439 { + yyb3439 = yyj3439 > l } else { - yyb3429 = r.CheckBreak() + yyb3439 = r.CheckBreak() } - if yyb3429 { + if yyb3439 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3429-1, "") + z.DecStructFieldNotFound(yyj3439-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43730,39 +43826,39 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3432 := z.EncBinary() - _ = yym3432 + yym3442 := z.EncBinary() + _ = yym3442 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3433 := !z.EncBinary() - yy2arr3433 := z.EncBasicHandle().StructToArray - var yyq3433 [5]bool - _, _, _ = yysep3433, yyq3433, yy2arr3433 - const yyr3433 bool = false - yyq3433[0] = x.Kind != "" - yyq3433[1] = x.APIVersion != "" - yyq3433[2] = x.GracePeriodSeconds != nil - yyq3433[3] = x.Preconditions != nil - yyq3433[4] = x.OrphanDependents != nil - var yynn3433 int - if yyr3433 || yy2arr3433 { + yysep3443 := !z.EncBinary() + yy2arr3443 := z.EncBasicHandle().StructToArray + var yyq3443 [5]bool + _, _, _ = yysep3443, yyq3443, yy2arr3443 + const yyr3443 bool = false + yyq3443[0] = x.Kind != "" + yyq3443[1] = x.APIVersion != "" + yyq3443[2] = x.GracePeriodSeconds != nil + yyq3443[3] = x.Preconditions != nil + yyq3443[4] = x.OrphanDependents != nil + var yynn3443 int + if yyr3443 || yy2arr3443 { r.EncodeArrayStart(5) } else { - yynn3433 = 0 - for _, b := range yyq3433 { + yynn3443 = 0 + for _, b := range yyq3443 { if b { - yynn3433++ + yynn3443++ } } - r.EncodeMapStart(yynn3433) - yynn3433 = 0 + r.EncodeMapStart(yynn3443) + yynn3443 = 0 } - if yyr3433 || yy2arr3433 { + if yyr3443 || yy2arr3443 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3433[0] { - yym3435 := z.EncBinary() - _ = yym3435 + if yyq3443[0] { + yym3445 := z.EncBinary() + _ = yym3445 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -43771,23 +43867,23 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3433[0] { + if yyq3443[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3436 := z.EncBinary() - _ = yym3436 + yym3446 := z.EncBinary() + _ = yym3446 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3433 || yy2arr3433 { + if yyr3443 || yy2arr3443 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3433[1] { - yym3438 := z.EncBinary() - _ = yym3438 + if yyq3443[1] { + yym3448 := z.EncBinary() + _ = yym3448 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -43796,56 +43892,56 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3433[1] { + if yyq3443[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3439 := z.EncBinary() - _ = yym3439 + yym3449 := z.EncBinary() + _ = yym3449 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3433 || yy2arr3433 { + if yyr3443 || yy2arr3443 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3433[2] { + if yyq3443[2] { if x.GracePeriodSeconds == nil { r.EncodeNil() } else { - yy3441 := *x.GracePeriodSeconds - yym3442 := z.EncBinary() - _ = yym3442 + yy3451 := *x.GracePeriodSeconds + yym3452 := z.EncBinary() + _ = yym3452 if false { } else { - r.EncodeInt(int64(yy3441)) + r.EncodeInt(int64(yy3451)) } } } else { r.EncodeNil() } } else { - if yyq3433[2] { + if yyq3443[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("gracePeriodSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.GracePeriodSeconds == nil { r.EncodeNil() } else { - yy3443 := *x.GracePeriodSeconds - yym3444 := z.EncBinary() - _ = yym3444 + yy3453 := *x.GracePeriodSeconds + yym3454 := z.EncBinary() + _ = yym3454 if false { } else { - r.EncodeInt(int64(yy3443)) + r.EncodeInt(int64(yy3453)) } } } } - if yyr3433 || yy2arr3433 { + if yyr3443 || yy2arr3443 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3433[3] { + if yyq3443[3] { if x.Preconditions == nil { r.EncodeNil() } else { @@ -43855,7 +43951,7 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3433[3] { + if yyq3443[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preconditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -43866,42 +43962,42 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3433 || yy2arr3433 { + if yyr3443 || yy2arr3443 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3433[4] { + if yyq3443[4] { if x.OrphanDependents == nil { r.EncodeNil() } else { - yy3447 := *x.OrphanDependents - yym3448 := z.EncBinary() - _ = yym3448 + yy3457 := *x.OrphanDependents + yym3458 := z.EncBinary() + _ = yym3458 if false { } else { - r.EncodeBool(bool(yy3447)) + r.EncodeBool(bool(yy3457)) } } } else { r.EncodeNil() } } else { - if yyq3433[4] { + if yyq3443[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("orphanDependents")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.OrphanDependents == nil { r.EncodeNil() } else { - yy3449 := *x.OrphanDependents - yym3450 := z.EncBinary() - _ = yym3450 + yy3459 := *x.OrphanDependents + yym3460 := z.EncBinary() + _ = yym3460 if false { } else { - r.EncodeBool(bool(yy3449)) + r.EncodeBool(bool(yy3459)) } } } } - if yyr3433 || yy2arr3433 { + if yyr3443 || yy2arr3443 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43914,25 +44010,25 @@ func (x *DeleteOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3451 := z.DecBinary() - _ = yym3451 + yym3461 := z.DecBinary() + _ = yym3461 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3452 := r.ContainerType() - if yyct3452 == codecSelferValueTypeMap1234 { - yyl3452 := r.ReadMapStart() - if yyl3452 == 0 { + yyct3462 := r.ContainerType() + if yyct3462 == codecSelferValueTypeMap1234 { + yyl3462 := r.ReadMapStart() + if yyl3462 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3452, d) + x.codecDecodeSelfFromMap(yyl3462, d) } - } else if yyct3452 == codecSelferValueTypeArray1234 { - yyl3452 := r.ReadArrayStart() - if yyl3452 == 0 { + } else if yyct3462 == codecSelferValueTypeArray1234 { + yyl3462 := r.ReadArrayStart() + if yyl3462 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3452, d) + x.codecDecodeSelfFromArray(yyl3462, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43944,12 +44040,12 @@ func (x *DeleteOptions) 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 yys3463Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3463Slc + var yyhl3463 bool = l >= 0 + for yyj3463 := 0; ; yyj3463++ { + if yyhl3463 { + if yyj3463 >= l { break } } else { @@ -43958,10 +44054,10 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3453Slc = r.DecodeBytes(yys3453Slc, true, true) - yys3453 := string(yys3453Slc) + yys3463Slc = r.DecodeBytes(yys3463Slc, true, true) + yys3463 := string(yys3463Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3453 { + switch yys3463 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -43983,8 +44079,8 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.GracePeriodSeconds == nil { x.GracePeriodSeconds = new(int64) } - yym3457 := z.DecBinary() - _ = yym3457 + yym3467 := z.DecBinary() + _ = yym3467 if false { } else { *((*int64)(x.GracePeriodSeconds)) = int64(r.DecodeInt(64)) @@ -44010,17 +44106,17 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.OrphanDependents == nil { x.OrphanDependents = new(bool) } - yym3460 := z.DecBinary() - _ = yym3460 + yym3470 := z.DecBinary() + _ = yym3470 if false { } else { *((*bool)(x.OrphanDependents)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys3453) - } // end switch yys3453 - } // end for yyj3453 + z.DecStructFieldNotFound(-1, yys3463) + } // end switch yys3463 + } // end for yyj3463 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -44028,16 +44124,16 @@ func (x *DeleteOptions) 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 yyj3471 int + var yyb3471 bool + var yyhl3471 bool = l >= 0 + yyj3471++ + if yyhl3471 { + yyb3471 = yyj3471 > l } else { - yyb3461 = r.CheckBreak() + yyb3471 = r.CheckBreak() } - if yyb3461 { + if yyb3471 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44047,13 +44143,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3461++ - if yyhl3461 { - yyb3461 = yyj3461 > l + yyj3471++ + if yyhl3471 { + yyb3471 = yyj3471 > l } else { - yyb3461 = r.CheckBreak() + yyb3471 = r.CheckBreak() } - if yyb3461 { + if yyb3471 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44063,13 +44159,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3461++ - if yyhl3461 { - yyb3461 = yyj3461 > l + yyj3471++ + if yyhl3471 { + yyb3471 = yyj3471 > l } else { - yyb3461 = r.CheckBreak() + yyb3471 = r.CheckBreak() } - if yyb3461 { + if yyb3471 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44082,20 +44178,20 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.GracePeriodSeconds == nil { x.GracePeriodSeconds = new(int64) } - yym3465 := z.DecBinary() - _ = yym3465 + yym3475 := z.DecBinary() + _ = yym3475 if false { } else { *((*int64)(x.GracePeriodSeconds)) = int64(r.DecodeInt(64)) } } - yyj3461++ - if yyhl3461 { - yyb3461 = yyj3461 > l + yyj3471++ + if yyhl3471 { + yyb3471 = yyj3471 > l } else { - yyb3461 = r.CheckBreak() + yyb3471 = r.CheckBreak() } - if yyb3461 { + if yyb3471 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44110,13 +44206,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Preconditions.CodecDecodeSelf(d) } - yyj3461++ - if yyhl3461 { - yyb3461 = yyj3461 > l + yyj3471++ + if yyhl3471 { + yyb3471 = yyj3471 > l } else { - yyb3461 = r.CheckBreak() + yyb3471 = r.CheckBreak() } - if yyb3461 { + if yyb3471 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44129,25 +44225,25 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.OrphanDependents == nil { x.OrphanDependents = new(bool) } - yym3468 := z.DecBinary() - _ = yym3468 + yym3478 := z.DecBinary() + _ = yym3478 if false { } else { *((*bool)(x.OrphanDependents)) = r.DecodeBool() } } for { - yyj3461++ - if yyhl3461 { - yyb3461 = yyj3461 > l + yyj3471++ + if yyhl3471 { + yyb3471 = yyj3471 > l } else { - yyb3461 = r.CheckBreak() + yyb3471 = r.CheckBreak() } - if yyb3461 { + if yyb3471 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3461-1, "") + z.DecStructFieldNotFound(yyj3471-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44159,36 +44255,36 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3469 := z.EncBinary() - _ = yym3469 + yym3479 := z.EncBinary() + _ = yym3479 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3470 := !z.EncBinary() - yy2arr3470 := z.EncBasicHandle().StructToArray - var yyq3470 [4]bool - _, _, _ = yysep3470, yyq3470, yy2arr3470 - const yyr3470 bool = false - yyq3470[0] = x.Kind != "" - yyq3470[1] = x.APIVersion != "" - var yynn3470 int - if yyr3470 || yy2arr3470 { + yysep3480 := !z.EncBinary() + yy2arr3480 := z.EncBasicHandle().StructToArray + var yyq3480 [4]bool + _, _, _ = yysep3480, yyq3480, yy2arr3480 + const yyr3480 bool = false + yyq3480[0] = x.Kind != "" + yyq3480[1] = x.APIVersion != "" + var yynn3480 int + if yyr3480 || yy2arr3480 { r.EncodeArrayStart(4) } else { - yynn3470 = 2 - for _, b := range yyq3470 { + yynn3480 = 2 + for _, b := range yyq3480 { if b { - yynn3470++ + yynn3480++ } } - r.EncodeMapStart(yynn3470) - yynn3470 = 0 + r.EncodeMapStart(yynn3480) + yynn3480 = 0 } - if yyr3470 || yy2arr3470 { + if yyr3480 || yy2arr3480 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3470[0] { - yym3472 := z.EncBinary() - _ = yym3472 + if yyq3480[0] { + yym3482 := z.EncBinary() + _ = yym3482 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -44197,23 +44293,23 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3470[0] { + if yyq3480[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3473 := z.EncBinary() - _ = yym3473 + yym3483 := z.EncBinary() + _ = yym3483 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3470 || yy2arr3470 { + if yyr3480 || yy2arr3480 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3470[1] { - yym3475 := z.EncBinary() - _ = yym3475 + if yyq3480[1] { + yym3485 := z.EncBinary() + _ = yym3485 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -44222,22 +44318,22 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3470[1] { + if yyq3480[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3476 := z.EncBinary() - _ = yym3476 + yym3486 := z.EncBinary() + _ = yym3486 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3470 || yy2arr3470 { + if yyr3480 || yy2arr3480 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3478 := z.EncBinary() - _ = yym3478 + yym3488 := z.EncBinary() + _ = yym3488 if false { } else { r.EncodeBool(bool(x.Export)) @@ -44246,17 +44342,17 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("export")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3479 := z.EncBinary() - _ = yym3479 + yym3489 := z.EncBinary() + _ = yym3489 if false { } else { r.EncodeBool(bool(x.Export)) } } - if yyr3470 || yy2arr3470 { + if yyr3480 || yy2arr3480 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3481 := z.EncBinary() - _ = yym3481 + yym3491 := z.EncBinary() + _ = yym3491 if false { } else { r.EncodeBool(bool(x.Exact)) @@ -44265,14 +44361,14 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exact")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3482 := z.EncBinary() - _ = yym3482 + yym3492 := z.EncBinary() + _ = yym3492 if false { } else { r.EncodeBool(bool(x.Exact)) } } - if yyr3470 || yy2arr3470 { + if yyr3480 || yy2arr3480 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -44285,25 +44381,25 @@ func (x *ExportOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3483 := z.DecBinary() - _ = yym3483 + yym3493 := z.DecBinary() + _ = yym3493 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3484 := r.ContainerType() - if yyct3484 == codecSelferValueTypeMap1234 { - yyl3484 := r.ReadMapStart() - if yyl3484 == 0 { + yyct3494 := r.ContainerType() + if yyct3494 == codecSelferValueTypeMap1234 { + yyl3494 := r.ReadMapStart() + if yyl3494 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3484, d) + x.codecDecodeSelfFromMap(yyl3494, d) } - } else if yyct3484 == codecSelferValueTypeArray1234 { - yyl3484 := r.ReadArrayStart() - if yyl3484 == 0 { + } else if yyct3494 == codecSelferValueTypeArray1234 { + yyl3494 := r.ReadArrayStart() + if yyl3494 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3484, d) + x.codecDecodeSelfFromArray(yyl3494, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -44315,12 +44411,12 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3485Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3485Slc - var yyhl3485 bool = l >= 0 - for yyj3485 := 0; ; yyj3485++ { - if yyhl3485 { - if yyj3485 >= l { + var yys3495Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3495Slc + var yyhl3495 bool = l >= 0 + for yyj3495 := 0; ; yyj3495++ { + if yyhl3495 { + if yyj3495 >= l { break } } else { @@ -44329,10 +44425,10 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3485Slc = r.DecodeBytes(yys3485Slc, true, true) - yys3485 := string(yys3485Slc) + yys3495Slc = r.DecodeBytes(yys3495Slc, true, true) + yys3495 := string(yys3495Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3485 { + switch yys3495 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -44358,9 +44454,9 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Exact = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys3485) - } // end switch yys3485 - } // end for yyj3485 + z.DecStructFieldNotFound(-1, yys3495) + } // end switch yys3495 + } // end for yyj3495 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -44368,16 +44464,16 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3490 int - var yyb3490 bool - var yyhl3490 bool = l >= 0 - yyj3490++ - if yyhl3490 { - yyb3490 = yyj3490 > l + var yyj3500 int + var yyb3500 bool + var yyhl3500 bool = l >= 0 + yyj3500++ + if yyhl3500 { + yyb3500 = yyj3500 > l } else { - yyb3490 = r.CheckBreak() + yyb3500 = r.CheckBreak() } - if yyb3490 { + if yyb3500 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44387,13 +44483,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3490++ - if yyhl3490 { - yyb3490 = yyj3490 > l + yyj3500++ + if yyhl3500 { + yyb3500 = yyj3500 > l } else { - yyb3490 = r.CheckBreak() + yyb3500 = r.CheckBreak() } - if yyb3490 { + if yyb3500 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44403,13 +44499,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3490++ - if yyhl3490 { - yyb3490 = yyj3490 > l + yyj3500++ + if yyhl3500 { + yyb3500 = yyj3500 > l } else { - yyb3490 = r.CheckBreak() + yyb3500 = r.CheckBreak() } - if yyb3490 { + if yyb3500 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44419,13 +44515,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Export = bool(r.DecodeBool()) } - yyj3490++ - if yyhl3490 { - yyb3490 = yyj3490 > l + yyj3500++ + if yyhl3500 { + yyb3500 = yyj3500 > l } else { - yyb3490 = r.CheckBreak() + yyb3500 = r.CheckBreak() } - if yyb3490 { + if yyb3500 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44436,17 +44532,17 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Exact = bool(r.DecodeBool()) } for { - yyj3490++ - if yyhl3490 { - yyb3490 = yyj3490 > l + yyj3500++ + if yyhl3500 { + yyb3500 = yyj3500 > l } else { - yyb3490 = r.CheckBreak() + yyb3500 = r.CheckBreak() } - if yyb3490 { + if yyb3500 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3490-1, "") + z.DecStructFieldNotFound(yyj3500-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44458,36 +44554,36 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3495 := z.EncBinary() - _ = yym3495 + yym3505 := z.EncBinary() + _ = yym3505 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3496 := !z.EncBinary() - yy2arr3496 := z.EncBasicHandle().StructToArray - var yyq3496 [7]bool - _, _, _ = yysep3496, yyq3496, yy2arr3496 - const yyr3496 bool = false - yyq3496[0] = x.Kind != "" - yyq3496[1] = x.APIVersion != "" - var yynn3496 int - if yyr3496 || yy2arr3496 { + yysep3506 := !z.EncBinary() + yy2arr3506 := z.EncBasicHandle().StructToArray + var yyq3506 [7]bool + _, _, _ = yysep3506, yyq3506, yy2arr3506 + const yyr3506 bool = false + yyq3506[0] = x.Kind != "" + yyq3506[1] = x.APIVersion != "" + var yynn3506 int + if yyr3506 || yy2arr3506 { r.EncodeArrayStart(7) } else { - yynn3496 = 5 - for _, b := range yyq3496 { + yynn3506 = 5 + for _, b := range yyq3506 { if b { - yynn3496++ + yynn3506++ } } - r.EncodeMapStart(yynn3496) - yynn3496 = 0 + r.EncodeMapStart(yynn3506) + yynn3506 = 0 } - if yyr3496 || yy2arr3496 { + if yyr3506 || yy2arr3506 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3496[0] { - yym3498 := z.EncBinary() - _ = yym3498 + if yyq3506[0] { + yym3508 := z.EncBinary() + _ = yym3508 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -44496,23 +44592,23 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3496[0] { + if yyq3506[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3499 := z.EncBinary() - _ = yym3499 + yym3509 := z.EncBinary() + _ = yym3509 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3496 || yy2arr3496 { + if yyr3506 || yy2arr3506 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3496[1] { - yym3501 := z.EncBinary() - _ = yym3501 + if yyq3506[1] { + yym3511 := z.EncBinary() + _ = yym3511 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -44521,25 +44617,25 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3496[1] { + if yyq3506[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3502 := z.EncBinary() - _ = yym3502 + yym3512 := z.EncBinary() + _ = yym3512 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3496 || yy2arr3496 { + if yyr3506 || yy2arr3506 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.LabelSelector == nil { r.EncodeNil() } else { - yym3504 := z.EncBinary() - _ = yym3504 + yym3514 := z.EncBinary() + _ = yym3514 if false { } else if z.HasExtensions() && z.EncExt(x.LabelSelector) { } else { @@ -44553,8 +44649,8 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.LabelSelector == nil { r.EncodeNil() } else { - yym3505 := z.EncBinary() - _ = yym3505 + yym3515 := z.EncBinary() + _ = yym3515 if false { } else if z.HasExtensions() && z.EncExt(x.LabelSelector) { } else { @@ -44562,13 +44658,13 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3496 || yy2arr3496 { + if yyr3506 || yy2arr3506 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.FieldSelector == nil { r.EncodeNil() } else { - yym3507 := z.EncBinary() - _ = yym3507 + yym3517 := z.EncBinary() + _ = yym3517 if false { } else if z.HasExtensions() && z.EncExt(x.FieldSelector) { } else { @@ -44582,8 +44678,8 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.FieldSelector == nil { r.EncodeNil() } else { - yym3508 := z.EncBinary() - _ = yym3508 + yym3518 := z.EncBinary() + _ = yym3518 if false { } else if z.HasExtensions() && z.EncExt(x.FieldSelector) { } else { @@ -44591,10 +44687,10 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3496 || yy2arr3496 { + if yyr3506 || yy2arr3506 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3510 := z.EncBinary() - _ = yym3510 + yym3520 := z.EncBinary() + _ = yym3520 if false { } else { r.EncodeBool(bool(x.Watch)) @@ -44603,17 +44699,17 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Watch")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3511 := z.EncBinary() - _ = yym3511 + yym3521 := z.EncBinary() + _ = yym3521 if false { } else { r.EncodeBool(bool(x.Watch)) } } - if yyr3496 || yy2arr3496 { + if yyr3506 || yy2arr3506 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3513 := z.EncBinary() - _ = yym3513 + yym3523 := z.EncBinary() + _ = yym3523 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) @@ -44622,24 +44718,24 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ResourceVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3514 := z.EncBinary() - _ = yym3514 + yym3524 := z.EncBinary() + _ = yym3524 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) } } - if yyr3496 || yy2arr3496 { + if yyr3506 || yy2arr3506 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.TimeoutSeconds == nil { r.EncodeNil() } else { - yy3516 := *x.TimeoutSeconds - yym3517 := z.EncBinary() - _ = yym3517 + yy3526 := *x.TimeoutSeconds + yym3527 := z.EncBinary() + _ = yym3527 if false { } else { - r.EncodeInt(int64(yy3516)) + r.EncodeInt(int64(yy3526)) } } } else { @@ -44649,16 +44745,16 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.TimeoutSeconds == nil { r.EncodeNil() } else { - yy3518 := *x.TimeoutSeconds - yym3519 := z.EncBinary() - _ = yym3519 + yy3528 := *x.TimeoutSeconds + yym3529 := z.EncBinary() + _ = yym3529 if false { } else { - r.EncodeInt(int64(yy3518)) + r.EncodeInt(int64(yy3528)) } } } - if yyr3496 || yy2arr3496 { + if yyr3506 || yy2arr3506 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -44671,25 +44767,25 @@ func (x *ListOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3520 := z.DecBinary() - _ = yym3520 + yym3530 := z.DecBinary() + _ = yym3530 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3521 := r.ContainerType() - if yyct3521 == codecSelferValueTypeMap1234 { - yyl3521 := r.ReadMapStart() - if yyl3521 == 0 { + yyct3531 := r.ContainerType() + if yyct3531 == codecSelferValueTypeMap1234 { + yyl3531 := r.ReadMapStart() + if yyl3531 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3521, d) + x.codecDecodeSelfFromMap(yyl3531, d) } - } else if yyct3521 == codecSelferValueTypeArray1234 { - yyl3521 := r.ReadArrayStart() - if yyl3521 == 0 { + } else if yyct3531 == codecSelferValueTypeArray1234 { + yyl3531 := r.ReadArrayStart() + if yyl3531 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3521, d) + x.codecDecodeSelfFromArray(yyl3531, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -44701,12 +44797,12 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3522Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3522Slc - var yyhl3522 bool = l >= 0 - for yyj3522 := 0; ; yyj3522++ { - if yyhl3522 { - if yyj3522 >= l { + var yys3532Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3532Slc + var yyhl3532 bool = l >= 0 + for yyj3532 := 0; ; yyj3532++ { + if yyhl3532 { + if yyj3532 >= l { break } } else { @@ -44715,10 +44811,10 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3522Slc = r.DecodeBytes(yys3522Slc, true, true) - yys3522 := string(yys3522Slc) + yys3532Slc = r.DecodeBytes(yys3532Slc, true, true) + yys3532 := string(yys3532Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3522 { + switch yys3532 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -44735,26 +44831,26 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LabelSelector = nil } else { - yyv3525 := &x.LabelSelector - yym3526 := z.DecBinary() - _ = yym3526 + yyv3535 := &x.LabelSelector + yym3536 := z.DecBinary() + _ = yym3536 if false { - } else if z.HasExtensions() && z.DecExt(yyv3525) { + } else if z.HasExtensions() && z.DecExt(yyv3535) { } else { - z.DecFallback(yyv3525, true) + z.DecFallback(yyv3535, true) } } case "FieldSelector": if r.TryDecodeAsNil() { x.FieldSelector = nil } else { - yyv3527 := &x.FieldSelector - yym3528 := z.DecBinary() - _ = yym3528 + yyv3537 := &x.FieldSelector + yym3538 := z.DecBinary() + _ = yym3538 if false { - } else if z.HasExtensions() && z.DecExt(yyv3527) { + } else if z.HasExtensions() && z.DecExt(yyv3537) { } else { - z.DecFallback(yyv3527, true) + z.DecFallback(yyv3537, true) } } case "Watch": @@ -44778,17 +44874,17 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TimeoutSeconds == nil { x.TimeoutSeconds = new(int64) } - yym3532 := z.DecBinary() - _ = yym3532 + yym3542 := z.DecBinary() + _ = yym3542 if false { } else { *((*int64)(x.TimeoutSeconds)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys3522) - } // end switch yys3522 - } // end for yyj3522 + z.DecStructFieldNotFound(-1, yys3532) + } // end switch yys3532 + } // end for yyj3532 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -44796,16 +44892,16 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3533 int - var yyb3533 bool - var yyhl3533 bool = l >= 0 - yyj3533++ - if yyhl3533 { - yyb3533 = yyj3533 > l + var yyj3543 int + var yyb3543 bool + var yyhl3543 bool = l >= 0 + yyj3543++ + if yyhl3543 { + yyb3543 = yyj3543 > l } else { - yyb3533 = r.CheckBreak() + yyb3543 = r.CheckBreak() } - if yyb3533 { + if yyb3543 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44815,13 +44911,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3533++ - if yyhl3533 { - yyb3533 = yyj3533 > l + yyj3543++ + if yyhl3543 { + yyb3543 = yyj3543 > l } else { - yyb3533 = r.CheckBreak() + yyb3543 = r.CheckBreak() } - if yyb3533 { + if yyb3543 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44831,13 +44927,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3533++ - if yyhl3533 { - yyb3533 = yyj3533 > l + yyj3543++ + if yyhl3543 { + yyb3543 = yyj3543 > l } else { - yyb3533 = r.CheckBreak() + yyb3543 = r.CheckBreak() } - if yyb3533 { + if yyb3543 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44845,22 +44941,22 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LabelSelector = nil } else { - yyv3536 := &x.LabelSelector - yym3537 := z.DecBinary() - _ = yym3537 + yyv3546 := &x.LabelSelector + yym3547 := z.DecBinary() + _ = yym3547 if false { - } else if z.HasExtensions() && z.DecExt(yyv3536) { + } else if z.HasExtensions() && z.DecExt(yyv3546) { } else { - z.DecFallback(yyv3536, true) + z.DecFallback(yyv3546, true) } } - yyj3533++ - if yyhl3533 { - yyb3533 = yyj3533 > l + yyj3543++ + if yyhl3543 { + yyb3543 = yyj3543 > l } else { - yyb3533 = r.CheckBreak() + yyb3543 = r.CheckBreak() } - if yyb3533 { + if yyb3543 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44868,22 +44964,22 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.FieldSelector = nil } else { - yyv3538 := &x.FieldSelector - yym3539 := z.DecBinary() - _ = yym3539 + yyv3548 := &x.FieldSelector + yym3549 := z.DecBinary() + _ = yym3549 if false { - } else if z.HasExtensions() && z.DecExt(yyv3538) { + } else if z.HasExtensions() && z.DecExt(yyv3548) { } else { - z.DecFallback(yyv3538, true) + z.DecFallback(yyv3548, true) } } - yyj3533++ - if yyhl3533 { - yyb3533 = yyj3533 > l + yyj3543++ + if yyhl3543 { + yyb3543 = yyj3543 > l } else { - yyb3533 = r.CheckBreak() + yyb3543 = r.CheckBreak() } - if yyb3533 { + if yyb3543 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44893,13 +44989,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Watch = bool(r.DecodeBool()) } - yyj3533++ - if yyhl3533 { - yyb3533 = yyj3533 > l + yyj3543++ + if yyhl3543 { + yyb3543 = yyj3543 > l } else { - yyb3533 = r.CheckBreak() + yyb3543 = r.CheckBreak() } - if yyb3533 { + if yyb3543 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44909,13 +45005,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ResourceVersion = string(r.DecodeString()) } - yyj3533++ - if yyhl3533 { - yyb3533 = yyj3533 > l + yyj3543++ + if yyhl3543 { + yyb3543 = yyj3543 > l } else { - yyb3533 = r.CheckBreak() + yyb3543 = r.CheckBreak() } - if yyb3533 { + if yyb3543 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44928,25 +45024,25 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TimeoutSeconds == nil { x.TimeoutSeconds = new(int64) } - yym3543 := z.DecBinary() - _ = yym3543 + yym3553 := z.DecBinary() + _ = yym3553 if false { } else { *((*int64)(x.TimeoutSeconds)) = int64(r.DecodeInt(64)) } } for { - yyj3533++ - if yyhl3533 { - yyb3533 = yyj3533 > l + yyj3543++ + if yyhl3543 { + yyb3543 = yyj3543 > l } else { - yyb3533 = r.CheckBreak() + yyb3543 = r.CheckBreak() } - if yyb3533 { + if yyb3543 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3533-1, "") + z.DecStructFieldNotFound(yyj3543-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44958,36 +45054,36 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3544 := z.EncBinary() - _ = yym3544 + yym3554 := z.EncBinary() + _ = yym3554 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3545 := !z.EncBinary() - yy2arr3545 := z.EncBasicHandle().StructToArray - var yyq3545 [10]bool - _, _, _ = yysep3545, yyq3545, yy2arr3545 - const yyr3545 bool = false - yyq3545[0] = x.Kind != "" - yyq3545[1] = x.APIVersion != "" - var yynn3545 int - if yyr3545 || yy2arr3545 { + yysep3555 := !z.EncBinary() + yy2arr3555 := z.EncBasicHandle().StructToArray + var yyq3555 [10]bool + _, _, _ = yysep3555, yyq3555, yy2arr3555 + const yyr3555 bool = false + yyq3555[0] = x.Kind != "" + yyq3555[1] = x.APIVersion != "" + var yynn3555 int + if yyr3555 || yy2arr3555 { r.EncodeArrayStart(10) } else { - yynn3545 = 8 - for _, b := range yyq3545 { + yynn3555 = 8 + for _, b := range yyq3555 { if b { - yynn3545++ + yynn3555++ } } - r.EncodeMapStart(yynn3545) - yynn3545 = 0 + r.EncodeMapStart(yynn3555) + yynn3555 = 0 } - if yyr3545 || yy2arr3545 { + if yyr3555 || yy2arr3555 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3545[0] { - yym3547 := z.EncBinary() - _ = yym3547 + if yyq3555[0] { + yym3557 := z.EncBinary() + _ = yym3557 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -44996,23 +45092,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3545[0] { + if yyq3555[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3548 := z.EncBinary() - _ = yym3548 + yym3558 := z.EncBinary() + _ = yym3558 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3545 || yy2arr3545 { + if yyr3555 || yy2arr3555 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3545[1] { - yym3550 := z.EncBinary() - _ = yym3550 + if yyq3555[1] { + yym3560 := z.EncBinary() + _ = yym3560 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -45021,22 +45117,22 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3545[1] { + if yyq3555[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3551 := z.EncBinary() - _ = yym3551 + yym3561 := z.EncBinary() + _ = yym3561 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3545 || yy2arr3545 { + if yyr3555 || yy2arr3555 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3553 := z.EncBinary() - _ = yym3553 + yym3563 := z.EncBinary() + _ = yym3563 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -45045,17 +45141,17 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3554 := z.EncBinary() - _ = yym3554 + yym3564 := z.EncBinary() + _ = yym3564 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } - if yyr3545 || yy2arr3545 { + if yyr3555 || yy2arr3555 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3556 := z.EncBinary() - _ = yym3556 + yym3566 := z.EncBinary() + _ = yym3566 if false { } else { r.EncodeBool(bool(x.Follow)) @@ -45064,17 +45160,17 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Follow")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3557 := z.EncBinary() - _ = yym3557 + yym3567 := z.EncBinary() + _ = yym3567 if false { } else { r.EncodeBool(bool(x.Follow)) } } - if yyr3545 || yy2arr3545 { + if yyr3555 || yy2arr3555 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3559 := z.EncBinary() - _ = yym3559 + yym3569 := z.EncBinary() + _ = yym3569 if false { } else { r.EncodeBool(bool(x.Previous)) @@ -45083,24 +45179,24 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Previous")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3560 := z.EncBinary() - _ = yym3560 + yym3570 := z.EncBinary() + _ = yym3570 if false { } else { r.EncodeBool(bool(x.Previous)) } } - if yyr3545 || yy2arr3545 { + if yyr3555 || yy2arr3555 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.SinceSeconds == nil { r.EncodeNil() } else { - yy3562 := *x.SinceSeconds - yym3563 := z.EncBinary() - _ = yym3563 + yy3572 := *x.SinceSeconds + yym3573 := z.EncBinary() + _ = yym3573 if false { } else { - r.EncodeInt(int64(yy3562)) + r.EncodeInt(int64(yy3572)) } } } else { @@ -45110,27 +45206,27 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.SinceSeconds == nil { r.EncodeNil() } else { - yy3564 := *x.SinceSeconds - yym3565 := z.EncBinary() - _ = yym3565 + yy3574 := *x.SinceSeconds + yym3575 := z.EncBinary() + _ = yym3575 if false { } else { - r.EncodeInt(int64(yy3564)) + r.EncodeInt(int64(yy3574)) } } } - if yyr3545 || yy2arr3545 { + if yyr3555 || yy2arr3555 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.SinceTime == nil { r.EncodeNil() } else { - yym3567 := z.EncBinary() - _ = yym3567 + yym3577 := z.EncBinary() + _ = yym3577 if false { } else if z.HasExtensions() && z.EncExt(x.SinceTime) { - } else if yym3567 { + } else if yym3577 { z.EncBinaryMarshal(x.SinceTime) - } else if !yym3567 && z.IsJSONHandle() { + } else if !yym3577 && z.IsJSONHandle() { z.EncJSONMarshal(x.SinceTime) } else { z.EncFallback(x.SinceTime) @@ -45143,23 +45239,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.SinceTime == nil { r.EncodeNil() } else { - yym3568 := z.EncBinary() - _ = yym3568 + yym3578 := z.EncBinary() + _ = yym3578 if false { } else if z.HasExtensions() && z.EncExt(x.SinceTime) { - } else if yym3568 { + } else if yym3578 { z.EncBinaryMarshal(x.SinceTime) - } else if !yym3568 && z.IsJSONHandle() { + } else if !yym3578 && z.IsJSONHandle() { z.EncJSONMarshal(x.SinceTime) } else { z.EncFallback(x.SinceTime) } } } - if yyr3545 || yy2arr3545 { + if yyr3555 || yy2arr3555 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3570 := z.EncBinary() - _ = yym3570 + yym3580 := z.EncBinary() + _ = yym3580 if false { } else { r.EncodeBool(bool(x.Timestamps)) @@ -45168,24 +45264,24 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Timestamps")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3571 := z.EncBinary() - _ = yym3571 + yym3581 := z.EncBinary() + _ = yym3581 if false { } else { r.EncodeBool(bool(x.Timestamps)) } } - if yyr3545 || yy2arr3545 { + if yyr3555 || yy2arr3555 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.TailLines == nil { r.EncodeNil() } else { - yy3573 := *x.TailLines - yym3574 := z.EncBinary() - _ = yym3574 + yy3583 := *x.TailLines + yym3584 := z.EncBinary() + _ = yym3584 if false { } else { - r.EncodeInt(int64(yy3573)) + r.EncodeInt(int64(yy3583)) } } } else { @@ -45195,26 +45291,26 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.TailLines == nil { r.EncodeNil() } else { - yy3575 := *x.TailLines - yym3576 := z.EncBinary() - _ = yym3576 + yy3585 := *x.TailLines + yym3586 := z.EncBinary() + _ = yym3586 if false { } else { - r.EncodeInt(int64(yy3575)) + r.EncodeInt(int64(yy3585)) } } } - if yyr3545 || yy2arr3545 { + if yyr3555 || yy2arr3555 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.LimitBytes == nil { r.EncodeNil() } else { - yy3578 := *x.LimitBytes - yym3579 := z.EncBinary() - _ = yym3579 + yy3588 := *x.LimitBytes + yym3589 := z.EncBinary() + _ = yym3589 if false { } else { - r.EncodeInt(int64(yy3578)) + r.EncodeInt(int64(yy3588)) } } } else { @@ -45224,16 +45320,16 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.LimitBytes == nil { r.EncodeNil() } else { - yy3580 := *x.LimitBytes - yym3581 := z.EncBinary() - _ = yym3581 + yy3590 := *x.LimitBytes + yym3591 := z.EncBinary() + _ = yym3591 if false { } else { - r.EncodeInt(int64(yy3580)) + r.EncodeInt(int64(yy3590)) } } } - if yyr3545 || yy2arr3545 { + if yyr3555 || yy2arr3555 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -45246,25 +45342,25 @@ func (x *PodLogOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3582 := z.DecBinary() - _ = yym3582 + yym3592 := z.DecBinary() + _ = yym3592 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3583 := r.ContainerType() - if yyct3583 == codecSelferValueTypeMap1234 { - yyl3583 := r.ReadMapStart() - if yyl3583 == 0 { + yyct3593 := r.ContainerType() + if yyct3593 == codecSelferValueTypeMap1234 { + yyl3593 := r.ReadMapStart() + if yyl3593 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3583, d) + x.codecDecodeSelfFromMap(yyl3593, d) } - } else if yyct3583 == codecSelferValueTypeArray1234 { - yyl3583 := r.ReadArrayStart() - if yyl3583 == 0 { + } else if yyct3593 == codecSelferValueTypeArray1234 { + yyl3593 := r.ReadArrayStart() + if yyl3593 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3583, d) + x.codecDecodeSelfFromArray(yyl3593, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -45276,12 +45372,12 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3584Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3584Slc - var yyhl3584 bool = l >= 0 - for yyj3584 := 0; ; yyj3584++ { - if yyhl3584 { - if yyj3584 >= l { + var yys3594Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3594Slc + var yyhl3594 bool = l >= 0 + for yyj3594 := 0; ; yyj3594++ { + if yyhl3594 { + if yyj3594 >= l { break } } else { @@ -45290,10 +45386,10 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3584Slc = r.DecodeBytes(yys3584Slc, true, true) - yys3584 := string(yys3584Slc) + yys3594Slc = r.DecodeBytes(yys3594Slc, true, true) + yys3594 := string(yys3594Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3584 { + switch yys3594 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -45333,8 +45429,8 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.SinceSeconds == nil { x.SinceSeconds = new(int64) } - yym3591 := z.DecBinary() - _ = yym3591 + yym3601 := z.DecBinary() + _ = yym3601 if false { } else { *((*int64)(x.SinceSeconds)) = int64(r.DecodeInt(64)) @@ -45349,13 +45445,13 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.SinceTime == nil { x.SinceTime = new(pkg2_unversioned.Time) } - yym3593 := z.DecBinary() - _ = yym3593 + yym3603 := z.DecBinary() + _ = yym3603 if false { } else if z.HasExtensions() && z.DecExt(x.SinceTime) { - } else if yym3593 { + } else if yym3603 { z.DecBinaryUnmarshal(x.SinceTime) - } else if !yym3593 && z.IsJSONHandle() { + } else if !yym3603 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.SinceTime) } else { z.DecFallback(x.SinceTime, false) @@ -45376,8 +45472,8 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TailLines == nil { x.TailLines = new(int64) } - yym3596 := z.DecBinary() - _ = yym3596 + yym3606 := z.DecBinary() + _ = yym3606 if false { } else { *((*int64)(x.TailLines)) = int64(r.DecodeInt(64)) @@ -45392,17 +45488,17 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.LimitBytes == nil { x.LimitBytes = new(int64) } - yym3598 := z.DecBinary() - _ = yym3598 + yym3608 := z.DecBinary() + _ = yym3608 if false { } else { *((*int64)(x.LimitBytes)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys3584) - } // end switch yys3584 - } // end for yyj3584 + z.DecStructFieldNotFound(-1, yys3594) + } // end switch yys3594 + } // end for yyj3594 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -45410,16 +45506,16 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3599 int - var yyb3599 bool - var yyhl3599 bool = l >= 0 - yyj3599++ - if yyhl3599 { - yyb3599 = yyj3599 > l + var yyj3609 int + var yyb3609 bool + var yyhl3609 bool = l >= 0 + yyj3609++ + if yyhl3609 { + yyb3609 = yyj3609 > l } else { - yyb3599 = r.CheckBreak() + yyb3609 = r.CheckBreak() } - if yyb3599 { + if yyb3609 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45429,13 +45525,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3599++ - if yyhl3599 { - yyb3599 = yyj3599 > l + yyj3609++ + if yyhl3609 { + yyb3609 = yyj3609 > l } else { - yyb3599 = r.CheckBreak() + yyb3609 = r.CheckBreak() } - if yyb3599 { + if yyb3609 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45445,13 +45541,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3599++ - if yyhl3599 { - yyb3599 = yyj3599 > l + yyj3609++ + if yyhl3609 { + yyb3609 = yyj3609 > l } else { - yyb3599 = r.CheckBreak() + yyb3609 = r.CheckBreak() } - if yyb3599 { + if yyb3609 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45461,13 +45557,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Container = string(r.DecodeString()) } - yyj3599++ - if yyhl3599 { - yyb3599 = yyj3599 > l + yyj3609++ + if yyhl3609 { + yyb3609 = yyj3609 > l } else { - yyb3599 = r.CheckBreak() + yyb3609 = r.CheckBreak() } - if yyb3599 { + if yyb3609 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45477,13 +45573,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Follow = bool(r.DecodeBool()) } - yyj3599++ - if yyhl3599 { - yyb3599 = yyj3599 > l + yyj3609++ + if yyhl3609 { + yyb3609 = yyj3609 > l } else { - yyb3599 = r.CheckBreak() + yyb3609 = r.CheckBreak() } - if yyb3599 { + if yyb3609 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45493,13 +45589,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Previous = bool(r.DecodeBool()) } - yyj3599++ - if yyhl3599 { - yyb3599 = yyj3599 > l + yyj3609++ + if yyhl3609 { + yyb3609 = yyj3609 > l } else { - yyb3599 = r.CheckBreak() + yyb3609 = r.CheckBreak() } - if yyb3599 { + if yyb3609 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45512,20 +45608,20 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.SinceSeconds == nil { x.SinceSeconds = new(int64) } - yym3606 := z.DecBinary() - _ = yym3606 + yym3616 := z.DecBinary() + _ = yym3616 if false { } else { *((*int64)(x.SinceSeconds)) = int64(r.DecodeInt(64)) } } - yyj3599++ - if yyhl3599 { - yyb3599 = yyj3599 > l + yyj3609++ + if yyhl3609 { + yyb3609 = yyj3609 > l } else { - yyb3599 = r.CheckBreak() + yyb3609 = r.CheckBreak() } - if yyb3599 { + if yyb3609 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45538,25 +45634,25 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.SinceTime == nil { x.SinceTime = new(pkg2_unversioned.Time) } - yym3608 := z.DecBinary() - _ = yym3608 + yym3618 := z.DecBinary() + _ = yym3618 if false { } else if z.HasExtensions() && z.DecExt(x.SinceTime) { - } else if yym3608 { + } else if yym3618 { z.DecBinaryUnmarshal(x.SinceTime) - } else if !yym3608 && z.IsJSONHandle() { + } else if !yym3618 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.SinceTime) } else { z.DecFallback(x.SinceTime, false) } } - yyj3599++ - if yyhl3599 { - yyb3599 = yyj3599 > l + yyj3609++ + if yyhl3609 { + yyb3609 = yyj3609 > l } else { - yyb3599 = r.CheckBreak() + yyb3609 = r.CheckBreak() } - if yyb3599 { + if yyb3609 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45566,13 +45662,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Timestamps = bool(r.DecodeBool()) } - yyj3599++ - if yyhl3599 { - yyb3599 = yyj3599 > l + yyj3609++ + if yyhl3609 { + yyb3609 = yyj3609 > l } else { - yyb3599 = r.CheckBreak() + yyb3609 = r.CheckBreak() } - if yyb3599 { + if yyb3609 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45585,20 +45681,20 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TailLines == nil { x.TailLines = new(int64) } - yym3611 := z.DecBinary() - _ = yym3611 + yym3621 := z.DecBinary() + _ = yym3621 if false { } else { *((*int64)(x.TailLines)) = int64(r.DecodeInt(64)) } } - yyj3599++ - if yyhl3599 { - yyb3599 = yyj3599 > l + yyj3609++ + if yyhl3609 { + yyb3609 = yyj3609 > l } else { - yyb3599 = r.CheckBreak() + yyb3609 = r.CheckBreak() } - if yyb3599 { + if yyb3609 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45611,25 +45707,25 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.LimitBytes == nil { x.LimitBytes = new(int64) } - yym3613 := z.DecBinary() - _ = yym3613 + yym3623 := z.DecBinary() + _ = yym3623 if false { } else { *((*int64)(x.LimitBytes)) = int64(r.DecodeInt(64)) } } for { - yyj3599++ - if yyhl3599 { - yyb3599 = yyj3599 > l + yyj3609++ + if yyhl3609 { + yyb3609 = yyj3609 > l } else { - yyb3599 = r.CheckBreak() + yyb3609 = r.CheckBreak() } - if yyb3599 { + if yyb3609 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3599-1, "") + z.DecStructFieldNotFound(yyj3609-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45641,166 +45737,166 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3614 := z.EncBinary() - _ = yym3614 + yym3624 := z.EncBinary() + _ = yym3624 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3615 := !z.EncBinary() - yy2arr3615 := z.EncBasicHandle().StructToArray - var yyq3615 [7]bool - _, _, _ = yysep3615, yyq3615, yy2arr3615 - const yyr3615 bool = false - yyq3615[0] = x.Kind != "" - yyq3615[1] = x.APIVersion != "" - yyq3615[2] = x.Stdin != false - yyq3615[3] = x.Stdout != false - yyq3615[4] = x.Stderr != false - yyq3615[5] = x.TTY != false - yyq3615[6] = x.Container != "" - var yynn3615 int - if yyr3615 || yy2arr3615 { + 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.APIVersion != "" + yyq3625[2] = x.Stdin != false + yyq3625[3] = x.Stdout != false + yyq3625[4] = x.Stderr != false + yyq3625[5] = x.TTY != false + yyq3625[6] = x.Container != "" + var yynn3625 int + if yyr3625 || yy2arr3625 { r.EncodeArrayStart(7) } else { - yynn3615 = 0 - for _, b := range yyq3615 { + yynn3625 = 0 + for _, b := range yyq3625 { if b { - yynn3615++ + yynn3625++ } } - r.EncodeMapStart(yynn3615) - yynn3615 = 0 + r.EncodeMapStart(yynn3625) + yynn3625 = 0 } - if yyr3615 || yy2arr3615 { + if yyr3625 || yy2arr3625 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3615[0] { - yym3617 := z.EncBinary() - _ = yym3617 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3615[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3618 := z.EncBinary() - _ = yym3618 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr3615 || yy2arr3615 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3615[1] { - yym3620 := z.EncBinary() - _ = yym3620 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3615[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3621 := z.EncBinary() - _ = yym3621 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3615 || yy2arr3615 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3615[2] { - yym3623 := z.EncBinary() - _ = yym3623 - if false { - } else { - r.EncodeBool(bool(x.Stdin)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq3615[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stdin")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3624 := z.EncBinary() - _ = yym3624 - if false { - } else { - r.EncodeBool(bool(x.Stdin)) - } - } - } - if yyr3615 || yy2arr3615 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3615[3] { - yym3626 := z.EncBinary() - _ = yym3626 - if false { - } else { - r.EncodeBool(bool(x.Stdout)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq3615[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stdout")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyq3625[0] { yym3627 := z.EncBinary() _ = yym3627 if false { } else { - r.EncodeBool(bool(x.Stdout)) + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3625[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3628 := z.EncBinary() + _ = yym3628 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3615 || yy2arr3615 { + if yyr3625 || yy2arr3625 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3615[4] { - yym3629 := z.EncBinary() - _ = yym3629 - if false { - } else { - r.EncodeBool(bool(x.Stderr)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq3615[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stderr")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyq3625[1] { yym3630 := z.EncBinary() _ = yym3630 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3625[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3631 := z.EncBinary() + _ = yym3631 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3625 || yy2arr3625 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3625[2] { + yym3633 := z.EncBinary() + _ = yym3633 + if false { + } else { + r.EncodeBool(bool(x.Stdin)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq3625[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("stdin")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3634 := z.EncBinary() + _ = yym3634 + if false { + } else { + r.EncodeBool(bool(x.Stdin)) + } + } + } + if yyr3625 || yy2arr3625 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3625[3] { + yym3636 := z.EncBinary() + _ = yym3636 + if false { + } else { + r.EncodeBool(bool(x.Stdout)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq3625[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("stdout")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3637 := z.EncBinary() + _ = yym3637 + if false { + } else { + r.EncodeBool(bool(x.Stdout)) + } + } + } + if yyr3625 || yy2arr3625 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3625[4] { + yym3639 := z.EncBinary() + _ = yym3639 + if false { + } else { + r.EncodeBool(bool(x.Stderr)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq3625[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("stderr")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3640 := z.EncBinary() + _ = yym3640 + if false { } else { r.EncodeBool(bool(x.Stderr)) } } } - if yyr3615 || yy2arr3615 { + if yyr3625 || yy2arr3625 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3615[5] { - yym3632 := z.EncBinary() - _ = yym3632 + if yyq3625[5] { + yym3642 := z.EncBinary() + _ = yym3642 if false { } else { r.EncodeBool(bool(x.TTY)) @@ -45809,23 +45905,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3615[5] { + if yyq3625[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tty")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3633 := z.EncBinary() - _ = yym3633 + yym3643 := z.EncBinary() + _ = yym3643 if false { } else { r.EncodeBool(bool(x.TTY)) } } } - if yyr3615 || yy2arr3615 { + if yyr3625 || yy2arr3625 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3615[6] { - yym3635 := z.EncBinary() - _ = yym3635 + if yyq3625[6] { + yym3645 := z.EncBinary() + _ = yym3645 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -45834,19 +45930,19 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3615[6] { + if yyq3625[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3636 := z.EncBinary() - _ = yym3636 + yym3646 := z.EncBinary() + _ = yym3646 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } } - if yyr3615 || yy2arr3615 { + if yyr3625 || yy2arr3625 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -45859,25 +45955,25 @@ func (x *PodAttachOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3637 := z.DecBinary() - _ = yym3637 + yym3647 := z.DecBinary() + _ = yym3647 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3638 := r.ContainerType() - if yyct3638 == codecSelferValueTypeMap1234 { - yyl3638 := r.ReadMapStart() - if yyl3638 == 0 { + yyct3648 := r.ContainerType() + if yyct3648 == codecSelferValueTypeMap1234 { + yyl3648 := r.ReadMapStart() + if yyl3648 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3638, d) + x.codecDecodeSelfFromMap(yyl3648, d) } - } else if yyct3638 == codecSelferValueTypeArray1234 { - yyl3638 := r.ReadArrayStart() - if yyl3638 == 0 { + } else if yyct3648 == codecSelferValueTypeArray1234 { + yyl3648 := r.ReadArrayStart() + if yyl3648 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3638, d) + x.codecDecodeSelfFromArray(yyl3648, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -45889,12 +45985,12 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3639Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3639Slc - var yyhl3639 bool = l >= 0 - for yyj3639 := 0; ; yyj3639++ { - if yyhl3639 { - if yyj3639 >= 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 { @@ -45903,10 +45999,10 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3639Slc = r.DecodeBytes(yys3639Slc, true, true) - yys3639 := string(yys3639Slc) + yys3649Slc = r.DecodeBytes(yys3649Slc, true, true) + yys3649 := string(yys3649Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3639 { + switch yys3649 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -45950,9 +46046,9 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Container = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3639) - } // end switch yys3639 - } // end for yyj3639 + z.DecStructFieldNotFound(-1, yys3649) + } // end switch yys3649 + } // end for yyj3649 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -45960,16 +46056,16 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3647 int - var yyb3647 bool - var yyhl3647 bool = l >= 0 - yyj3647++ - if yyhl3647 { - yyb3647 = yyj3647 > l + var yyj3657 int + var yyb3657 bool + var yyhl3657 bool = l >= 0 + yyj3657++ + if yyhl3657 { + yyb3657 = yyj3657 > l } else { - yyb3647 = r.CheckBreak() + yyb3657 = r.CheckBreak() } - if yyb3647 { + if yyb3657 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45979,13 +46075,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3647++ - if yyhl3647 { - yyb3647 = yyj3647 > l + yyj3657++ + if yyhl3657 { + yyb3657 = yyj3657 > l } else { - yyb3647 = r.CheckBreak() + yyb3657 = r.CheckBreak() } - if yyb3647 { + if yyb3657 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45995,13 +46091,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3647++ - if yyhl3647 { - yyb3647 = yyj3647 > l + yyj3657++ + if yyhl3657 { + yyb3657 = yyj3657 > l } else { - yyb3647 = r.CheckBreak() + yyb3657 = r.CheckBreak() } - if yyb3647 { + if yyb3657 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46011,13 +46107,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stdin = bool(r.DecodeBool()) } - yyj3647++ - if yyhl3647 { - yyb3647 = yyj3647 > l + yyj3657++ + if yyhl3657 { + yyb3657 = yyj3657 > l } else { - yyb3647 = r.CheckBreak() + yyb3657 = r.CheckBreak() } - if yyb3647 { + if yyb3657 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46027,13 +46123,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stdout = bool(r.DecodeBool()) } - yyj3647++ - if yyhl3647 { - yyb3647 = yyj3647 > l + yyj3657++ + if yyhl3657 { + yyb3657 = yyj3657 > l } else { - yyb3647 = r.CheckBreak() + yyb3657 = r.CheckBreak() } - if yyb3647 { + if yyb3657 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46043,13 +46139,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stderr = bool(r.DecodeBool()) } - yyj3647++ - if yyhl3647 { - yyb3647 = yyj3647 > l + yyj3657++ + if yyhl3657 { + yyb3657 = yyj3657 > l } else { - yyb3647 = r.CheckBreak() + yyb3657 = r.CheckBreak() } - if yyb3647 { + if yyb3657 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46059,13 +46155,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.TTY = bool(r.DecodeBool()) } - yyj3647++ - if yyhl3647 { - yyb3647 = yyj3647 > l + yyj3657++ + if yyhl3657 { + yyb3657 = yyj3657 > l } else { - yyb3647 = r.CheckBreak() + yyb3657 = r.CheckBreak() } - if yyb3647 { + if yyb3657 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46076,17 +46172,17 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Container = string(r.DecodeString()) } for { - yyj3647++ - if yyhl3647 { - yyb3647 = yyj3647 > l + yyj3657++ + if yyhl3657 { + yyb3657 = yyj3657 > l } else { - yyb3647 = r.CheckBreak() + yyb3657 = r.CheckBreak() } - if yyb3647 { + if yyb3657 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3647-1, "") + z.DecStructFieldNotFound(yyj3657-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46098,36 +46194,36 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3655 := z.EncBinary() - _ = yym3655 + yym3665 := z.EncBinary() + _ = yym3665 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3656 := !z.EncBinary() - yy2arr3656 := z.EncBasicHandle().StructToArray - var yyq3656 [8]bool - _, _, _ = yysep3656, yyq3656, yy2arr3656 - const yyr3656 bool = false - yyq3656[0] = x.Kind != "" - yyq3656[1] = x.APIVersion != "" - var yynn3656 int - if yyr3656 || yy2arr3656 { + yysep3666 := !z.EncBinary() + yy2arr3666 := z.EncBasicHandle().StructToArray + var yyq3666 [8]bool + _, _, _ = yysep3666, yyq3666, yy2arr3666 + const yyr3666 bool = false + yyq3666[0] = x.Kind != "" + yyq3666[1] = x.APIVersion != "" + var yynn3666 int + if yyr3666 || yy2arr3666 { r.EncodeArrayStart(8) } else { - yynn3656 = 6 - for _, b := range yyq3656 { + yynn3666 = 6 + for _, b := range yyq3666 { if b { - yynn3656++ + yynn3666++ } } - r.EncodeMapStart(yynn3656) - yynn3656 = 0 + r.EncodeMapStart(yynn3666) + yynn3666 = 0 } - if yyr3656 || yy2arr3656 { + if yyr3666 || yy2arr3666 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3656[0] { - yym3658 := z.EncBinary() - _ = yym3658 + if yyq3666[0] { + yym3668 := z.EncBinary() + _ = yym3668 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -46136,23 +46232,23 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3656[0] { + if yyq3666[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3659 := z.EncBinary() - _ = yym3659 + yym3669 := z.EncBinary() + _ = yym3669 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3656 || yy2arr3656 { + if yyr3666 || yy2arr3666 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3656[1] { - yym3661 := z.EncBinary() - _ = yym3661 + if yyq3666[1] { + yym3671 := z.EncBinary() + _ = yym3671 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -46161,22 +46257,22 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3656[1] { + if yyq3666[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3662 := z.EncBinary() - _ = yym3662 + yym3672 := z.EncBinary() + _ = yym3672 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3656 || yy2arr3656 { + if yyr3666 || yy2arr3666 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3664 := z.EncBinary() - _ = yym3664 + yym3674 := z.EncBinary() + _ = yym3674 if false { } else { r.EncodeBool(bool(x.Stdin)) @@ -46185,17 +46281,17 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Stdin")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3665 := z.EncBinary() - _ = yym3665 + yym3675 := z.EncBinary() + _ = yym3675 if false { } else { r.EncodeBool(bool(x.Stdin)) } } - if yyr3656 || yy2arr3656 { + if yyr3666 || yy2arr3666 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3667 := z.EncBinary() - _ = yym3667 + yym3677 := z.EncBinary() + _ = yym3677 if false { } else { r.EncodeBool(bool(x.Stdout)) @@ -46204,17 +46300,17 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Stdout")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3668 := z.EncBinary() - _ = yym3668 + yym3678 := z.EncBinary() + _ = yym3678 if false { } else { r.EncodeBool(bool(x.Stdout)) } } - if yyr3656 || yy2arr3656 { + if yyr3666 || yy2arr3666 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3670 := z.EncBinary() - _ = yym3670 + yym3680 := z.EncBinary() + _ = yym3680 if false { } else { r.EncodeBool(bool(x.Stderr)) @@ -46223,17 +46319,17 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Stderr")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3671 := z.EncBinary() - _ = yym3671 + yym3681 := z.EncBinary() + _ = yym3681 if false { } else { r.EncodeBool(bool(x.Stderr)) } } - if yyr3656 || yy2arr3656 { + if yyr3666 || yy2arr3666 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3673 := z.EncBinary() - _ = yym3673 + yym3683 := z.EncBinary() + _ = yym3683 if false { } else { r.EncodeBool(bool(x.TTY)) @@ -46242,17 +46338,17 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("TTY")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3674 := z.EncBinary() - _ = yym3674 + yym3684 := z.EncBinary() + _ = yym3684 if false { } else { r.EncodeBool(bool(x.TTY)) } } - if yyr3656 || yy2arr3656 { + if yyr3666 || yy2arr3666 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3676 := z.EncBinary() - _ = yym3676 + yym3686 := z.EncBinary() + _ = yym3686 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -46261,20 +46357,20 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3677 := z.EncBinary() - _ = yym3677 + yym3687 := z.EncBinary() + _ = yym3687 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } - if yyr3656 || yy2arr3656 { + if yyr3666 || yy2arr3666 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Command == nil { r.EncodeNil() } else { - yym3679 := z.EncBinary() - _ = yym3679 + yym3689 := z.EncBinary() + _ = yym3689 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -46287,15 +46383,15 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.Command == nil { r.EncodeNil() } else { - yym3680 := z.EncBinary() - _ = yym3680 + yym3690 := z.EncBinary() + _ = yym3690 if false { } else { z.F.EncSliceStringV(x.Command, false, e) } } } - if yyr3656 || yy2arr3656 { + if yyr3666 || yy2arr3666 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46308,25 +46404,25 @@ func (x *PodExecOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3681 := z.DecBinary() - _ = yym3681 + yym3691 := z.DecBinary() + _ = yym3691 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3682 := r.ContainerType() - if yyct3682 == codecSelferValueTypeMap1234 { - yyl3682 := r.ReadMapStart() - if yyl3682 == 0 { + yyct3692 := r.ContainerType() + if yyct3692 == codecSelferValueTypeMap1234 { + yyl3692 := r.ReadMapStart() + if yyl3692 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3682, d) + x.codecDecodeSelfFromMap(yyl3692, d) } - } else if yyct3682 == codecSelferValueTypeArray1234 { - yyl3682 := r.ReadArrayStart() - if yyl3682 == 0 { + } else if yyct3692 == codecSelferValueTypeArray1234 { + yyl3692 := r.ReadArrayStart() + if yyl3692 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3682, d) + x.codecDecodeSelfFromArray(yyl3692, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46338,12 +46434,12 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3683Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3683Slc - var yyhl3683 bool = l >= 0 - for yyj3683 := 0; ; yyj3683++ { - if yyhl3683 { - if yyj3683 >= l { + var yys3693Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3693Slc + var yyhl3693 bool = l >= 0 + for yyj3693 := 0; ; yyj3693++ { + if yyhl3693 { + if yyj3693 >= l { break } } else { @@ -46352,10 +46448,10 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3683Slc = r.DecodeBytes(yys3683Slc, true, true) - yys3683 := string(yys3683Slc) + yys3693Slc = r.DecodeBytes(yys3693Slc, true, true) + yys3693 := string(yys3693Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3683 { + switch yys3693 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -46402,18 +46498,18 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv3691 := &x.Command - yym3692 := z.DecBinary() - _ = yym3692 + yyv3701 := &x.Command + yym3702 := z.DecBinary() + _ = yym3702 if false { } else { - z.F.DecSliceStringX(yyv3691, false, d) + z.F.DecSliceStringX(yyv3701, false, d) } } default: - z.DecStructFieldNotFound(-1, yys3683) - } // end switch yys3683 - } // end for yyj3683 + z.DecStructFieldNotFound(-1, yys3693) + } // end switch yys3693 + } // end for yyj3693 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -46421,16 +46517,16 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3693 int - var yyb3693 bool - var yyhl3693 bool = l >= 0 - yyj3693++ - if yyhl3693 { - yyb3693 = yyj3693 > l + var yyj3703 int + var yyb3703 bool + var yyhl3703 bool = l >= 0 + yyj3703++ + if yyhl3703 { + yyb3703 = yyj3703 > l } else { - yyb3693 = r.CheckBreak() + yyb3703 = r.CheckBreak() } - if yyb3693 { + if yyb3703 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46440,13 +46536,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3693++ - if yyhl3693 { - yyb3693 = yyj3693 > l + yyj3703++ + if yyhl3703 { + yyb3703 = yyj3703 > l } else { - yyb3693 = r.CheckBreak() + yyb3703 = r.CheckBreak() } - if yyb3693 { + if yyb3703 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46456,13 +46552,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3693++ - if yyhl3693 { - yyb3693 = yyj3693 > l + yyj3703++ + if yyhl3703 { + yyb3703 = yyj3703 > l } else { - yyb3693 = r.CheckBreak() + yyb3703 = r.CheckBreak() } - if yyb3693 { + if yyb3703 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46472,13 +46568,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdin = bool(r.DecodeBool()) } - yyj3693++ - if yyhl3693 { - yyb3693 = yyj3693 > l + yyj3703++ + if yyhl3703 { + yyb3703 = yyj3703 > l } else { - yyb3693 = r.CheckBreak() + yyb3703 = r.CheckBreak() } - if yyb3693 { + if yyb3703 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46488,13 +46584,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdout = bool(r.DecodeBool()) } - yyj3693++ - if yyhl3693 { - yyb3693 = yyj3693 > l + yyj3703++ + if yyhl3703 { + yyb3703 = yyj3703 > l } else { - yyb3693 = r.CheckBreak() + yyb3703 = r.CheckBreak() } - if yyb3693 { + if yyb3703 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46504,13 +46600,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stderr = bool(r.DecodeBool()) } - yyj3693++ - if yyhl3693 { - yyb3693 = yyj3693 > l + yyj3703++ + if yyhl3703 { + yyb3703 = yyj3703 > l } else { - yyb3693 = r.CheckBreak() + yyb3703 = r.CheckBreak() } - if yyb3693 { + if yyb3703 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46520,13 +46616,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.TTY = bool(r.DecodeBool()) } - yyj3693++ - if yyhl3693 { - yyb3693 = yyj3693 > l + yyj3703++ + if yyhl3703 { + yyb3703 = yyj3703 > l } else { - yyb3693 = r.CheckBreak() + yyb3703 = r.CheckBreak() } - if yyb3693 { + if yyb3703 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46536,13 +46632,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Container = string(r.DecodeString()) } - yyj3693++ - if yyhl3693 { - yyb3693 = yyj3693 > l + yyj3703++ + if yyhl3703 { + yyb3703 = yyj3703 > l } else { - yyb3693 = r.CheckBreak() + yyb3703 = r.CheckBreak() } - if yyb3693 { + if yyb3703 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46550,26 +46646,26 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv3701 := &x.Command - yym3702 := z.DecBinary() - _ = yym3702 + yyv3711 := &x.Command + yym3712 := z.DecBinary() + _ = yym3712 if false { } else { - z.F.DecSliceStringX(yyv3701, false, d) + z.F.DecSliceStringX(yyv3711, false, d) } } for { - yyj3693++ - if yyhl3693 { - yyb3693 = yyj3693 > l + yyj3703++ + if yyhl3703 { + yyb3703 = yyj3703 > l } else { - yyb3693 = r.CheckBreak() + yyb3703 = r.CheckBreak() } - if yyb3693 { + if yyb3703 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3693-1, "") + z.DecStructFieldNotFound(yyj3703-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46581,36 +46677,36 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3703 := z.EncBinary() - _ = yym3703 + yym3713 := z.EncBinary() + _ = yym3713 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3704 := !z.EncBinary() - yy2arr3704 := z.EncBasicHandle().StructToArray - var yyq3704 [3]bool - _, _, _ = yysep3704, yyq3704, yy2arr3704 - const yyr3704 bool = false - yyq3704[0] = x.Kind != "" - yyq3704[1] = x.APIVersion != "" - var yynn3704 int - if yyr3704 || yy2arr3704 { + yysep3714 := !z.EncBinary() + yy2arr3714 := z.EncBasicHandle().StructToArray + var yyq3714 [3]bool + _, _, _ = yysep3714, yyq3714, yy2arr3714 + const yyr3714 bool = false + yyq3714[0] = x.Kind != "" + yyq3714[1] = x.APIVersion != "" + var yynn3714 int + if yyr3714 || yy2arr3714 { r.EncodeArrayStart(3) } else { - yynn3704 = 1 - for _, b := range yyq3704 { + yynn3714 = 1 + for _, b := range yyq3714 { if b { - yynn3704++ + yynn3714++ } } - r.EncodeMapStart(yynn3704) - yynn3704 = 0 + r.EncodeMapStart(yynn3714) + yynn3714 = 0 } - if yyr3704 || yy2arr3704 { + if yyr3714 || yy2arr3714 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3704[0] { - yym3706 := z.EncBinary() - _ = yym3706 + if yyq3714[0] { + yym3716 := z.EncBinary() + _ = yym3716 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -46619,23 +46715,23 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3704[0] { + if yyq3714[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3707 := z.EncBinary() - _ = yym3707 + yym3717 := z.EncBinary() + _ = yym3717 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3704 || yy2arr3704 { + if yyr3714 || yy2arr3714 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3704[1] { - yym3709 := z.EncBinary() - _ = yym3709 + if yyq3714[1] { + yym3719 := z.EncBinary() + _ = yym3719 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -46644,22 +46740,22 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3704[1] { + if yyq3714[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3710 := z.EncBinary() - _ = yym3710 + yym3720 := z.EncBinary() + _ = yym3720 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3704 || yy2arr3704 { + if yyr3714 || yy2arr3714 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3712 := z.EncBinary() - _ = yym3712 + yym3722 := z.EncBinary() + _ = yym3722 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -46668,14 +46764,14 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3713 := z.EncBinary() - _ = yym3713 + yym3723 := z.EncBinary() + _ = yym3723 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr3704 || yy2arr3704 { + if yyr3714 || yy2arr3714 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46688,25 +46784,25 @@ func (x *PodProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3714 := z.DecBinary() - _ = yym3714 + yym3724 := z.DecBinary() + _ = yym3724 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3715 := r.ContainerType() - if yyct3715 == codecSelferValueTypeMap1234 { - yyl3715 := r.ReadMapStart() - if yyl3715 == 0 { + yyct3725 := r.ContainerType() + if yyct3725 == codecSelferValueTypeMap1234 { + yyl3725 := r.ReadMapStart() + if yyl3725 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3715, d) + x.codecDecodeSelfFromMap(yyl3725, d) } - } else if yyct3715 == codecSelferValueTypeArray1234 { - yyl3715 := r.ReadArrayStart() - if yyl3715 == 0 { + } else if yyct3725 == codecSelferValueTypeArray1234 { + yyl3725 := r.ReadArrayStart() + if yyl3725 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3715, d) + x.codecDecodeSelfFromArray(yyl3725, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46718,12 +46814,12 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3716Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3716Slc - var yyhl3716 bool = l >= 0 - for yyj3716 := 0; ; yyj3716++ { - if yyhl3716 { - if yyj3716 >= l { + var yys3726Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3726Slc + var yyhl3726 bool = l >= 0 + for yyj3726 := 0; ; yyj3726++ { + if yyhl3726 { + if yyj3726 >= l { break } } else { @@ -46732,10 +46828,10 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3716Slc = r.DecodeBytes(yys3716Slc, true, true) - yys3716 := string(yys3716Slc) + yys3726Slc = r.DecodeBytes(yys3726Slc, true, true) + yys3726 := string(yys3726Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3716 { + switch yys3726 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -46755,9 +46851,9 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3716) - } // end switch yys3716 - } // end for yyj3716 + z.DecStructFieldNotFound(-1, yys3726) + } // end switch yys3726 + } // end for yyj3726 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -46765,16 +46861,16 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3720 int - var yyb3720 bool - var yyhl3720 bool = l >= 0 - yyj3720++ - if yyhl3720 { - yyb3720 = yyj3720 > l + var yyj3730 int + var yyb3730 bool + var yyhl3730 bool = l >= 0 + yyj3730++ + if yyhl3730 { + yyb3730 = yyj3730 > l } else { - yyb3720 = r.CheckBreak() + yyb3730 = r.CheckBreak() } - if yyb3720 { + if yyb3730 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46784,13 +46880,13 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3720++ - if yyhl3720 { - yyb3720 = yyj3720 > l + yyj3730++ + if yyhl3730 { + yyb3730 = yyj3730 > l } else { - yyb3720 = r.CheckBreak() + yyb3730 = r.CheckBreak() } - if yyb3720 { + if yyb3730 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46800,13 +46896,13 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3720++ - if yyhl3720 { - yyb3720 = yyj3720 > l + yyj3730++ + if yyhl3730 { + yyb3730 = yyj3730 > l } else { - yyb3720 = r.CheckBreak() + yyb3730 = r.CheckBreak() } - if yyb3720 { + if yyb3730 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46817,17 +46913,17 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Path = string(r.DecodeString()) } for { - yyj3720++ - if yyhl3720 { - yyb3720 = yyj3720 > l + yyj3730++ + if yyhl3730 { + yyb3730 = yyj3730 > l } else { - yyb3720 = r.CheckBreak() + yyb3730 = r.CheckBreak() } - if yyb3720 { + if yyb3730 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3720-1, "") + z.DecStructFieldNotFound(yyj3730-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46839,36 +46935,36 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3724 := z.EncBinary() - _ = yym3724 + yym3734 := z.EncBinary() + _ = yym3734 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3725 := !z.EncBinary() - yy2arr3725 := z.EncBasicHandle().StructToArray - var yyq3725 [3]bool - _, _, _ = yysep3725, yyq3725, yy2arr3725 - const yyr3725 bool = false - yyq3725[0] = x.Kind != "" - yyq3725[1] = x.APIVersion != "" - var yynn3725 int - if yyr3725 || yy2arr3725 { + yysep3735 := !z.EncBinary() + yy2arr3735 := z.EncBasicHandle().StructToArray + var yyq3735 [3]bool + _, _, _ = yysep3735, yyq3735, yy2arr3735 + const yyr3735 bool = false + yyq3735[0] = x.Kind != "" + yyq3735[1] = x.APIVersion != "" + var yynn3735 int + if yyr3735 || yy2arr3735 { r.EncodeArrayStart(3) } else { - yynn3725 = 1 - for _, b := range yyq3725 { + yynn3735 = 1 + for _, b := range yyq3735 { if b { - yynn3725++ + yynn3735++ } } - r.EncodeMapStart(yynn3725) - yynn3725 = 0 + r.EncodeMapStart(yynn3735) + yynn3735 = 0 } - if yyr3725 || yy2arr3725 { + if yyr3735 || yy2arr3735 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3725[0] { - yym3727 := z.EncBinary() - _ = yym3727 + if yyq3735[0] { + yym3737 := z.EncBinary() + _ = yym3737 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -46877,23 +46973,23 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3725[0] { + if yyq3735[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3728 := z.EncBinary() - _ = yym3728 + yym3738 := z.EncBinary() + _ = yym3738 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3725 || yy2arr3725 { + if yyr3735 || yy2arr3735 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3725[1] { - yym3730 := z.EncBinary() - _ = yym3730 + if yyq3735[1] { + yym3740 := z.EncBinary() + _ = yym3740 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -46902,22 +46998,22 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3725[1] { + if yyq3735[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3731 := z.EncBinary() - _ = yym3731 + yym3741 := z.EncBinary() + _ = yym3741 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3725 || yy2arr3725 { + if yyr3735 || yy2arr3735 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3733 := z.EncBinary() - _ = yym3733 + yym3743 := z.EncBinary() + _ = yym3743 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -46926,14 +47022,14 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3734 := z.EncBinary() - _ = yym3734 + yym3744 := z.EncBinary() + _ = yym3744 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr3725 || yy2arr3725 { + if yyr3735 || yy2arr3735 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46946,25 +47042,25 @@ func (x *NodeProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3735 := z.DecBinary() - _ = yym3735 + yym3745 := z.DecBinary() + _ = yym3745 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3736 := r.ContainerType() - if yyct3736 == codecSelferValueTypeMap1234 { - yyl3736 := r.ReadMapStart() - if yyl3736 == 0 { + yyct3746 := r.ContainerType() + if yyct3746 == codecSelferValueTypeMap1234 { + yyl3746 := r.ReadMapStart() + if yyl3746 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3736, d) + x.codecDecodeSelfFromMap(yyl3746, d) } - } else if yyct3736 == codecSelferValueTypeArray1234 { - yyl3736 := r.ReadArrayStart() - if yyl3736 == 0 { + } else if yyct3746 == codecSelferValueTypeArray1234 { + yyl3746 := r.ReadArrayStart() + if yyl3746 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3736, d) + x.codecDecodeSelfFromArray(yyl3746, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46976,12 +47072,12 @@ func (x *NodeProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3737Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3737Slc - var yyhl3737 bool = l >= 0 - for yyj3737 := 0; ; yyj3737++ { - if yyhl3737 { - if yyj3737 >= l { + var yys3747Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3747Slc + var yyhl3747 bool = l >= 0 + for yyj3747 := 0; ; yyj3747++ { + if yyhl3747 { + if yyj3747 >= l { break } } else { @@ -46990,10 +47086,10 @@ func (x *NodeProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3737Slc = r.DecodeBytes(yys3737Slc, true, true) - yys3737 := string(yys3737Slc) + yys3747Slc = r.DecodeBytes(yys3747Slc, true, true) + yys3747 := string(yys3747Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3737 { + switch yys3747 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -47013,9 +47109,9 @@ func (x *NodeProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3737) - } // end switch yys3737 - } // end for yyj3737 + z.DecStructFieldNotFound(-1, yys3747) + } // end switch yys3747 + } // end for yyj3747 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -47023,16 +47119,16 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3741 int - var yyb3741 bool - var yyhl3741 bool = l >= 0 - yyj3741++ - if yyhl3741 { - yyb3741 = yyj3741 > l + var yyj3751 int + var yyb3751 bool + var yyhl3751 bool = l >= 0 + yyj3751++ + if yyhl3751 { + yyb3751 = yyj3751 > l } else { - yyb3741 = r.CheckBreak() + yyb3751 = r.CheckBreak() } - if yyb3741 { + if yyb3751 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47042,13 +47138,13 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3741++ - if yyhl3741 { - yyb3741 = yyj3741 > l + yyj3751++ + if yyhl3751 { + yyb3751 = yyj3751 > l } else { - yyb3741 = r.CheckBreak() + yyb3751 = r.CheckBreak() } - if yyb3741 { + if yyb3751 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47058,13 +47154,13 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3741++ - if yyhl3741 { - yyb3741 = yyj3741 > l + yyj3751++ + if yyhl3751 { + yyb3751 = yyj3751 > l } else { - yyb3741 = r.CheckBreak() + yyb3751 = r.CheckBreak() } - if yyb3741 { + if yyb3751 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47075,17 +47171,17 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Path = string(r.DecodeString()) } for { - yyj3741++ - if yyhl3741 { - yyb3741 = yyj3741 > l + yyj3751++ + if yyhl3751 { + yyb3751 = yyj3751 > l } else { - yyb3741 = r.CheckBreak() + yyb3751 = r.CheckBreak() } - if yyb3741 { + if yyb3751 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3741-1, "") + z.DecStructFieldNotFound(yyj3751-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47097,36 +47193,36 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3745 := z.EncBinary() - _ = yym3745 + yym3755 := z.EncBinary() + _ = yym3755 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3746 := !z.EncBinary() - yy2arr3746 := z.EncBasicHandle().StructToArray - var yyq3746 [3]bool - _, _, _ = yysep3746, yyq3746, yy2arr3746 - const yyr3746 bool = false - yyq3746[0] = x.Kind != "" - yyq3746[1] = x.APIVersion != "" - var yynn3746 int - if yyr3746 || yy2arr3746 { + yysep3756 := !z.EncBinary() + yy2arr3756 := z.EncBasicHandle().StructToArray + var yyq3756 [3]bool + _, _, _ = yysep3756, yyq3756, yy2arr3756 + const yyr3756 bool = false + yyq3756[0] = x.Kind != "" + yyq3756[1] = x.APIVersion != "" + var yynn3756 int + if yyr3756 || yy2arr3756 { r.EncodeArrayStart(3) } else { - yynn3746 = 1 - for _, b := range yyq3746 { + yynn3756 = 1 + for _, b := range yyq3756 { if b { - yynn3746++ + yynn3756++ } } - r.EncodeMapStart(yynn3746) - yynn3746 = 0 + r.EncodeMapStart(yynn3756) + yynn3756 = 0 } - if yyr3746 || yy2arr3746 { + if yyr3756 || yy2arr3756 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3746[0] { - yym3748 := z.EncBinary() - _ = yym3748 + if yyq3756[0] { + yym3758 := z.EncBinary() + _ = yym3758 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -47135,23 +47231,23 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3746[0] { + if yyq3756[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3749 := z.EncBinary() - _ = yym3749 + yym3759 := z.EncBinary() + _ = yym3759 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3746 || yy2arr3746 { + if yyr3756 || yy2arr3756 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3746[1] { - yym3751 := z.EncBinary() - _ = yym3751 + if yyq3756[1] { + yym3761 := z.EncBinary() + _ = yym3761 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -47160,22 +47256,22 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3746[1] { + if yyq3756[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3752 := z.EncBinary() - _ = yym3752 + yym3762 := z.EncBinary() + _ = yym3762 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3746 || yy2arr3746 { + if yyr3756 || yy2arr3756 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3754 := z.EncBinary() - _ = yym3754 + yym3764 := z.EncBinary() + _ = yym3764 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -47184,14 +47280,14 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3755 := z.EncBinary() - _ = yym3755 + yym3765 := z.EncBinary() + _ = yym3765 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr3746 || yy2arr3746 { + if yyr3756 || yy2arr3756 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47204,25 +47300,25 @@ func (x *ServiceProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3756 := z.DecBinary() - _ = yym3756 + yym3766 := z.DecBinary() + _ = yym3766 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3757 := r.ContainerType() - if yyct3757 == codecSelferValueTypeMap1234 { - yyl3757 := r.ReadMapStart() - if yyl3757 == 0 { + yyct3767 := r.ContainerType() + if yyct3767 == codecSelferValueTypeMap1234 { + yyl3767 := r.ReadMapStart() + if yyl3767 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3757, d) + x.codecDecodeSelfFromMap(yyl3767, d) } - } else if yyct3757 == codecSelferValueTypeArray1234 { - yyl3757 := r.ReadArrayStart() - if yyl3757 == 0 { + } else if yyct3767 == codecSelferValueTypeArray1234 { + yyl3767 := r.ReadArrayStart() + if yyl3767 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3757, d) + x.codecDecodeSelfFromArray(yyl3767, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -47234,12 +47330,12 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3758Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3758Slc - var yyhl3758 bool = l >= 0 - for yyj3758 := 0; ; yyj3758++ { - if yyhl3758 { - if yyj3758 >= l { + var yys3768Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3768Slc + var yyhl3768 bool = l >= 0 + for yyj3768 := 0; ; yyj3768++ { + if yyhl3768 { + if yyj3768 >= l { break } } else { @@ -47248,10 +47344,10 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3758Slc = r.DecodeBytes(yys3758Slc, true, true) - yys3758 := string(yys3758Slc) + yys3768Slc = r.DecodeBytes(yys3768Slc, true, true) + yys3768 := string(yys3768Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3758 { + switch yys3768 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -47271,9 +47367,9 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3758) - } // end switch yys3758 - } // end for yyj3758 + z.DecStructFieldNotFound(-1, yys3768) + } // end switch yys3768 + } // end for yyj3768 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -47281,16 +47377,16 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3762 int - var yyb3762 bool - var yyhl3762 bool = l >= 0 - yyj3762++ - if yyhl3762 { - yyb3762 = yyj3762 > l + var yyj3772 int + var yyb3772 bool + var yyhl3772 bool = l >= 0 + yyj3772++ + if yyhl3772 { + yyb3772 = yyj3772 > l } else { - yyb3762 = r.CheckBreak() + yyb3772 = r.CheckBreak() } - if yyb3762 { + if yyb3772 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47300,13 +47396,13 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj3762++ - if yyhl3762 { - yyb3762 = yyj3762 > l + yyj3772++ + if yyhl3772 { + yyb3772 = yyj3772 > l } else { - yyb3762 = r.CheckBreak() + yyb3772 = r.CheckBreak() } - if yyb3762 { + if yyb3772 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47316,13 +47412,13 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj3762++ - if yyhl3762 { - yyb3762 = yyj3762 > l + yyj3772++ + if yyhl3772 { + yyb3772 = yyj3772 > l } else { - yyb3762 = r.CheckBreak() + yyb3772 = r.CheckBreak() } - if yyb3762 { + if yyb3772 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47333,17 +47429,17 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.Path = string(r.DecodeString()) } for { - yyj3762++ - if yyhl3762 { - yyb3762 = yyj3762 > l + yyj3772++ + if yyhl3772 { + yyb3772 = yyj3772 > l } else { - yyb3762 = r.CheckBreak() + yyb3772 = r.CheckBreak() } - if yyb3762 { + if yyb3772 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3762-1, "") + z.DecStructFieldNotFound(yyj3772-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47355,34 +47451,34 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3766 := z.EncBinary() - _ = yym3766 + yym3776 := z.EncBinary() + _ = yym3776 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3767 := !z.EncBinary() - yy2arr3767 := z.EncBasicHandle().StructToArray - var yyq3767 [5]bool - _, _, _ = yysep3767, yyq3767, yy2arr3767 - const yyr3767 bool = false - yyq3767[4] = x.Controller != nil - var yynn3767 int - if yyr3767 || yy2arr3767 { + yysep3777 := !z.EncBinary() + yy2arr3777 := z.EncBasicHandle().StructToArray + var yyq3777 [5]bool + _, _, _ = yysep3777, yyq3777, yy2arr3777 + const yyr3777 bool = false + yyq3777[4] = x.Controller != nil + var yynn3777 int + if yyr3777 || yy2arr3777 { r.EncodeArrayStart(5) } else { - yynn3767 = 4 - for _, b := range yyq3767 { + yynn3777 = 4 + for _, b := range yyq3777 { if b { - yynn3767++ + yynn3777++ } } - r.EncodeMapStart(yynn3767) - yynn3767 = 0 + r.EncodeMapStart(yynn3777) + yynn3777 = 0 } - if yyr3767 || yy2arr3767 { + if yyr3777 || yy2arr3777 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3769 := z.EncBinary() - _ = yym3769 + yym3779 := z.EncBinary() + _ = yym3779 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -47391,17 +47487,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3770 := z.EncBinary() - _ = yym3770 + yym3780 := z.EncBinary() + _ = yym3780 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } - if yyr3767 || yy2arr3767 { + if yyr3777 || yy2arr3777 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3772 := z.EncBinary() - _ = yym3772 + yym3782 := z.EncBinary() + _ = yym3782 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -47410,17 +47506,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3773 := z.EncBinary() - _ = yym3773 + yym3783 := z.EncBinary() + _ = yym3783 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } - if yyr3767 || yy2arr3767 { + if yyr3777 || yy2arr3777 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3775 := z.EncBinary() - _ = yym3775 + yym3785 := z.EncBinary() + _ = yym3785 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -47429,17 +47525,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3776 := z.EncBinary() - _ = yym3776 + yym3786 := z.EncBinary() + _ = yym3786 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr3767 || yy2arr3767 { + if yyr3777 || yy2arr3777 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3778 := z.EncBinary() - _ = yym3778 + yym3788 := z.EncBinary() + _ = yym3788 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { @@ -47449,50 +47545,50 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("uid")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3779 := z.EncBinary() - _ = yym3779 + yym3789 := z.EncBinary() + _ = yym3789 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { r.EncodeString(codecSelferC_UTF81234, string(x.UID)) } } - if yyr3767 || yy2arr3767 { + if yyr3777 || yy2arr3777 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3767[4] { + if yyq3777[4] { if x.Controller == nil { r.EncodeNil() } else { - yy3781 := *x.Controller - yym3782 := z.EncBinary() - _ = yym3782 + yy3791 := *x.Controller + yym3792 := z.EncBinary() + _ = yym3792 if false { } else { - r.EncodeBool(bool(yy3781)) + r.EncodeBool(bool(yy3791)) } } } else { r.EncodeNil() } } else { - if yyq3767[4] { + if yyq3777[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("controller")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Controller == nil { r.EncodeNil() } else { - yy3783 := *x.Controller - yym3784 := z.EncBinary() - _ = yym3784 + yy3793 := *x.Controller + yym3794 := z.EncBinary() + _ = yym3794 if false { } else { - r.EncodeBool(bool(yy3783)) + r.EncodeBool(bool(yy3793)) } } } } - if yyr3767 || yy2arr3767 { + if yyr3777 || yy2arr3777 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47505,25 +47601,25 @@ func (x *OwnerReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3785 := z.DecBinary() - _ = yym3785 + yym3795 := z.DecBinary() + _ = yym3795 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3786 := r.ContainerType() - if yyct3786 == codecSelferValueTypeMap1234 { - yyl3786 := r.ReadMapStart() - if yyl3786 == 0 { + yyct3796 := r.ContainerType() + if yyct3796 == codecSelferValueTypeMap1234 { + yyl3796 := r.ReadMapStart() + if yyl3796 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3786, d) + x.codecDecodeSelfFromMap(yyl3796, d) } - } else if yyct3786 == codecSelferValueTypeArray1234 { - yyl3786 := r.ReadArrayStart() - if yyl3786 == 0 { + } else if yyct3796 == codecSelferValueTypeArray1234 { + yyl3796 := r.ReadArrayStart() + if yyl3796 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3786, d) + x.codecDecodeSelfFromArray(yyl3796, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -47535,12 +47631,12 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3787Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3787Slc - var yyhl3787 bool = l >= 0 - for yyj3787 := 0; ; yyj3787++ { - if yyhl3787 { - if yyj3787 >= l { + var yys3797Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3797Slc + var yyhl3797 bool = l >= 0 + for yyj3797 := 0; ; yyj3797++ { + if yyhl3797 { + if yyj3797 >= l { break } } else { @@ -47549,10 +47645,10 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3787Slc = r.DecodeBytes(yys3787Slc, true, true) - yys3787 := string(yys3787Slc) + yys3797Slc = r.DecodeBytes(yys3797Slc, true, true) + yys3797 := string(yys3797Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3787 { + switch yys3797 { case "apiVersion": if r.TryDecodeAsNil() { x.APIVersion = "" @@ -47586,17 +47682,17 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Controller == nil { x.Controller = new(bool) } - yym3793 := z.DecBinary() - _ = yym3793 + yym3803 := z.DecBinary() + _ = yym3803 if false { } else { *((*bool)(x.Controller)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys3787) - } // end switch yys3787 - } // end for yyj3787 + z.DecStructFieldNotFound(-1, yys3797) + } // end switch yys3797 + } // end for yyj3797 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -47604,16 +47700,16 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3794 int - var yyb3794 bool - var yyhl3794 bool = l >= 0 - yyj3794++ - if yyhl3794 { - yyb3794 = yyj3794 > l + var yyj3804 int + var yyb3804 bool + var yyhl3804 bool = l >= 0 + yyj3804++ + if yyhl3804 { + yyb3804 = yyj3804 > l } else { - yyb3794 = r.CheckBreak() + yyb3804 = r.CheckBreak() } - if yyb3794 { + if yyb3804 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47623,13 +47719,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3794++ - if yyhl3794 { - yyb3794 = yyj3794 > l + yyj3804++ + if yyhl3804 { + yyb3804 = yyj3804 > l } else { - yyb3794 = r.CheckBreak() + yyb3804 = r.CheckBreak() } - if yyb3794 { + if yyb3804 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47639,13 +47735,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3794++ - if yyhl3794 { - yyb3794 = yyj3794 > l + yyj3804++ + if yyhl3804 { + yyb3804 = yyj3804 > l } else { - yyb3794 = r.CheckBreak() + yyb3804 = r.CheckBreak() } - if yyb3794 { + if yyb3804 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47655,13 +47751,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj3794++ - if yyhl3794 { - yyb3794 = yyj3794 > l + yyj3804++ + if yyhl3804 { + yyb3804 = yyj3804 > l } else { - yyb3794 = r.CheckBreak() + yyb3804 = r.CheckBreak() } - if yyb3794 { + if yyb3804 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47671,13 +47767,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.UID = pkg1_types.UID(r.DecodeString()) } - yyj3794++ - if yyhl3794 { - yyb3794 = yyj3794 > l + yyj3804++ + if yyhl3804 { + yyb3804 = yyj3804 > l } else { - yyb3794 = r.CheckBreak() + yyb3804 = r.CheckBreak() } - if yyb3794 { + if yyb3804 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47690,25 +47786,25 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Controller == nil { x.Controller = new(bool) } - yym3800 := z.DecBinary() - _ = yym3800 + yym3810 := z.DecBinary() + _ = yym3810 if false { } else { *((*bool)(x.Controller)) = r.DecodeBool() } } for { - yyj3794++ - if yyhl3794 { - yyb3794 = yyj3794 > l + yyj3804++ + if yyhl3804 { + yyb3804 = yyj3804 > l } else { - yyb3794 = r.CheckBreak() + yyb3804 = r.CheckBreak() } - if yyb3794 { + if yyb3804 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3794-1, "") + z.DecStructFieldNotFound(yyj3804-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47720,193 +47816,193 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3801 := z.EncBinary() - _ = yym3801 + yym3811 := z.EncBinary() + _ = yym3811 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3802 := !z.EncBinary() - yy2arr3802 := z.EncBasicHandle().StructToArray - var yyq3802 [7]bool - _, _, _ = yysep3802, yyq3802, yy2arr3802 - const yyr3802 bool = false - yyq3802[0] = x.Kind != "" - yyq3802[1] = x.Namespace != "" - yyq3802[2] = x.Name != "" - yyq3802[3] = x.UID != "" - yyq3802[4] = x.APIVersion != "" - yyq3802[5] = x.ResourceVersion != "" - yyq3802[6] = x.FieldPath != "" - var yynn3802 int - if yyr3802 || yy2arr3802 { + yysep3812 := !z.EncBinary() + yy2arr3812 := z.EncBasicHandle().StructToArray + var yyq3812 [7]bool + _, _, _ = yysep3812, yyq3812, yy2arr3812 + const yyr3812 bool = false + yyq3812[0] = x.Kind != "" + yyq3812[1] = x.Namespace != "" + yyq3812[2] = x.Name != "" + yyq3812[3] = x.UID != "" + yyq3812[4] = x.APIVersion != "" + yyq3812[5] = x.ResourceVersion != "" + yyq3812[6] = x.FieldPath != "" + var yynn3812 int + if yyr3812 || yy2arr3812 { r.EncodeArrayStart(7) } else { - yynn3802 = 0 - for _, b := range yyq3802 { + yynn3812 = 0 + for _, b := range yyq3812 { if b { - yynn3802++ + yynn3812++ } } - r.EncodeMapStart(yynn3802) - yynn3802 = 0 + r.EncodeMapStart(yynn3812) + yynn3812 = 0 } - if yyr3802 || yy2arr3802 { + if yyr3812 || yy2arr3812 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3802[0] { - yym3804 := z.EncBinary() - _ = yym3804 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3802[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3805 := z.EncBinary() - _ = yym3805 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr3802 || yy2arr3802 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3802[1] { - yym3807 := z.EncBinary() - _ = yym3807 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3802[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("namespace")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3808 := z.EncBinary() - _ = yym3808 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) - } - } - } - if yyr3802 || yy2arr3802 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3802[2] { - yym3810 := z.EncBinary() - _ = yym3810 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Name)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3802[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("name")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3811 := z.EncBinary() - _ = yym3811 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Name)) - } - } - } - if yyr3802 || yy2arr3802 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3802[3] { - yym3813 := z.EncBinary() - _ = yym3813 - if false { - } else if z.HasExtensions() && z.EncExt(x.UID) { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.UID)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3802[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("uid")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyq3812[0] { yym3814 := z.EncBinary() _ = yym3814 if false { - } else if z.HasExtensions() && z.EncExt(x.UID) { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.UID)) - } - } - } - if yyr3802 || yy2arr3802 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3802[4] { - yym3816 := z.EncBinary() - _ = yym3816 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3802[4] { + if yyq3812[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3815 := z.EncBinary() + _ = yym3815 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr3812 || yy2arr3812 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3812[1] { yym3817 := z.EncBinary() _ = yym3817 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3802 || yy2arr3802 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3802[5] { - yym3819 := z.EncBinary() - _ = yym3819 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) + r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3802[5] { + if yyq3812[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("resourceVersion")) + r.EncodeString(codecSelferC_UTF81234, string("namespace")) z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3818 := z.EncBinary() + _ = yym3818 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) + } + } + } + if yyr3812 || yy2arr3812 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3812[2] { yym3820 := z.EncBinary() _ = yym3820 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Name)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3812[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("name")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3821 := z.EncBinary() + _ = yym3821 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Name)) + } + } + } + if yyr3812 || yy2arr3812 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3812[3] { + yym3823 := z.EncBinary() + _ = yym3823 + if false { + } else if z.HasExtensions() && z.EncExt(x.UID) { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.UID)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3812[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("uid")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3824 := z.EncBinary() + _ = yym3824 + if false { + } else if z.HasExtensions() && z.EncExt(x.UID) { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.UID)) + } + } + } + if yyr3812 || yy2arr3812 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3812[4] { + yym3826 := z.EncBinary() + _ = yym3826 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3812[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3827 := z.EncBinary() + _ = yym3827 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3812 || yy2arr3812 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3812[5] { + yym3829 := z.EncBinary() + _ = yym3829 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3812[5] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("resourceVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3830 := z.EncBinary() + _ = yym3830 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) } } } - if yyr3802 || yy2arr3802 { + if yyr3812 || yy2arr3812 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3802[6] { - yym3822 := z.EncBinary() - _ = yym3822 + if yyq3812[6] { + yym3832 := z.EncBinary() + _ = yym3832 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) @@ -47915,19 +48011,19 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3802[6] { + if yyq3812[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3823 := z.EncBinary() - _ = yym3823 + yym3833 := z.EncBinary() + _ = yym3833 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) } } } - if yyr3802 || yy2arr3802 { + if yyr3812 || yy2arr3812 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47940,25 +48036,25 @@ func (x *ObjectReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3824 := z.DecBinary() - _ = yym3824 + yym3834 := z.DecBinary() + _ = yym3834 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3825 := r.ContainerType() - if yyct3825 == codecSelferValueTypeMap1234 { - yyl3825 := r.ReadMapStart() - if yyl3825 == 0 { + yyct3835 := r.ContainerType() + if yyct3835 == codecSelferValueTypeMap1234 { + yyl3835 := r.ReadMapStart() + if yyl3835 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3825, d) + x.codecDecodeSelfFromMap(yyl3835, d) } - } else if yyct3825 == codecSelferValueTypeArray1234 { - yyl3825 := r.ReadArrayStart() - if yyl3825 == 0 { + } else if yyct3835 == codecSelferValueTypeArray1234 { + yyl3835 := r.ReadArrayStart() + if yyl3835 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3825, d) + x.codecDecodeSelfFromArray(yyl3835, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -47970,12 +48066,12 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3826Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3826Slc - var yyhl3826 bool = l >= 0 - for yyj3826 := 0; ; yyj3826++ { - if yyhl3826 { - if yyj3826 >= l { + var yys3836Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3836Slc + var yyhl3836 bool = l >= 0 + for yyj3836 := 0; ; yyj3836++ { + if yyhl3836 { + if yyj3836 >= l { break } } else { @@ -47984,10 +48080,10 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3826Slc = r.DecodeBytes(yys3826Slc, true, true) - yys3826 := string(yys3826Slc) + yys3836Slc = r.DecodeBytes(yys3836Slc, true, true) + yys3836 := string(yys3836Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3826 { + switch yys3836 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -48031,9 +48127,9 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.FieldPath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3826) - } // end switch yys3826 - } // end for yyj3826 + z.DecStructFieldNotFound(-1, yys3836) + } // end switch yys3836 + } // end for yyj3836 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48041,16 +48137,16 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3834 int - var yyb3834 bool - var yyhl3834 bool = l >= 0 - yyj3834++ - if yyhl3834 { - yyb3834 = yyj3834 > l + var yyj3844 int + var yyb3844 bool + var yyhl3844 bool = l >= 0 + yyj3844++ + if yyhl3844 { + yyb3844 = yyj3844 > l } else { - yyb3834 = r.CheckBreak() + yyb3844 = r.CheckBreak() } - if yyb3834 { + if yyb3844 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48060,13 +48156,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3834++ - if yyhl3834 { - yyb3834 = yyj3834 > l + yyj3844++ + if yyhl3844 { + yyb3844 = yyj3844 > l } else { - yyb3834 = r.CheckBreak() + yyb3844 = r.CheckBreak() } - if yyb3834 { + if yyb3844 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48076,13 +48172,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Namespace = string(r.DecodeString()) } - yyj3834++ - if yyhl3834 { - yyb3834 = yyj3834 > l + yyj3844++ + if yyhl3844 { + yyb3844 = yyj3844 > l } else { - yyb3834 = r.CheckBreak() + yyb3844 = r.CheckBreak() } - if yyb3834 { + if yyb3844 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48092,13 +48188,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Name = string(r.DecodeString()) } - yyj3834++ - if yyhl3834 { - yyb3834 = yyj3834 > l + yyj3844++ + if yyhl3844 { + yyb3844 = yyj3844 > l } else { - yyb3834 = r.CheckBreak() + yyb3844 = r.CheckBreak() } - if yyb3834 { + if yyb3844 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48108,13 +48204,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.UID = pkg1_types.UID(r.DecodeString()) } - yyj3834++ - if yyhl3834 { - yyb3834 = yyj3834 > l + yyj3844++ + if yyhl3844 { + yyb3844 = yyj3844 > l } else { - yyb3834 = r.CheckBreak() + yyb3844 = r.CheckBreak() } - if yyb3834 { + if yyb3844 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48124,13 +48220,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3834++ - if yyhl3834 { - yyb3834 = yyj3834 > l + yyj3844++ + if yyhl3844 { + yyb3844 = yyj3844 > l } else { - yyb3834 = r.CheckBreak() + yyb3844 = r.CheckBreak() } - if yyb3834 { + if yyb3844 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48140,13 +48236,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.ResourceVersion = string(r.DecodeString()) } - yyj3834++ - if yyhl3834 { - yyb3834 = yyj3834 > l + yyj3844++ + if yyhl3844 { + yyb3844 = yyj3844 > l } else { - yyb3834 = r.CheckBreak() + yyb3844 = r.CheckBreak() } - if yyb3834 { + if yyb3844 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48157,17 +48253,17 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.FieldPath = string(r.DecodeString()) } for { - yyj3834++ - if yyhl3834 { - yyb3834 = yyj3834 > l + yyj3844++ + if yyhl3844 { + yyb3844 = yyj3844 > l } else { - yyb3834 = r.CheckBreak() + yyb3844 = r.CheckBreak() } - if yyb3834 { + if yyb3844 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3834-1, "") + z.DecStructFieldNotFound(yyj3844-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48179,33 +48275,33 @@ func (x *LocalObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3842 := z.EncBinary() - _ = yym3842 + yym3852 := z.EncBinary() + _ = yym3852 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3843 := !z.EncBinary() - yy2arr3843 := z.EncBasicHandle().StructToArray - var yyq3843 [1]bool - _, _, _ = yysep3843, yyq3843, yy2arr3843 - const yyr3843 bool = false - var yynn3843 int - if yyr3843 || yy2arr3843 { + yysep3853 := !z.EncBinary() + yy2arr3853 := z.EncBasicHandle().StructToArray + var yyq3853 [1]bool + _, _, _ = yysep3853, yyq3853, yy2arr3853 + const yyr3853 bool = false + var yynn3853 int + if yyr3853 || yy2arr3853 { r.EncodeArrayStart(1) } else { - yynn3843 = 1 - for _, b := range yyq3843 { + yynn3853 = 1 + for _, b := range yyq3853 { if b { - yynn3843++ + yynn3853++ } } - r.EncodeMapStart(yynn3843) - yynn3843 = 0 + r.EncodeMapStart(yynn3853) + yynn3853 = 0 } - if yyr3843 || yy2arr3843 { + if yyr3853 || yy2arr3853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3845 := z.EncBinary() - _ = yym3845 + yym3855 := z.EncBinary() + _ = yym3855 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -48214,14 +48310,14 @@ func (x *LocalObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3846 := z.EncBinary() - _ = yym3846 + yym3856 := z.EncBinary() + _ = yym3856 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr3843 || yy2arr3843 { + if yyr3853 || yy2arr3853 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48234,25 +48330,25 @@ func (x *LocalObjectReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3847 := z.DecBinary() - _ = yym3847 + yym3857 := z.DecBinary() + _ = yym3857 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3848 := r.ContainerType() - if yyct3848 == codecSelferValueTypeMap1234 { - yyl3848 := r.ReadMapStart() - if yyl3848 == 0 { + yyct3858 := r.ContainerType() + if yyct3858 == codecSelferValueTypeMap1234 { + yyl3858 := r.ReadMapStart() + if yyl3858 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3848, d) + x.codecDecodeSelfFromMap(yyl3858, d) } - } else if yyct3848 == codecSelferValueTypeArray1234 { - yyl3848 := r.ReadArrayStart() - if yyl3848 == 0 { + } else if yyct3858 == codecSelferValueTypeArray1234 { + yyl3858 := r.ReadArrayStart() + if yyl3858 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3848, d) + x.codecDecodeSelfFromArray(yyl3858, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -48264,12 +48360,12 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode 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 yys3859Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3859Slc + var yyhl3859 bool = l >= 0 + for yyj3859 := 0; ; yyj3859++ { + if yyhl3859 { + if yyj3859 >= l { break } } else { @@ -48278,10 +48374,10 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3849Slc = r.DecodeBytes(yys3849Slc, true, true) - yys3849 := string(yys3849Slc) + yys3859Slc = r.DecodeBytes(yys3859Slc, true, true) + yys3859 := string(yys3859Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3849 { + switch yys3859 { case "Name": if r.TryDecodeAsNil() { x.Name = "" @@ -48289,9 +48385,9 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Name = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3849) - } // end switch yys3849 - } // end for yyj3849 + z.DecStructFieldNotFound(-1, yys3859) + } // end switch yys3859 + } // end for yyj3859 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48299,16 +48395,16 @@ func (x *LocalObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3851 int - var yyb3851 bool - var yyhl3851 bool = l >= 0 - yyj3851++ - if yyhl3851 { - yyb3851 = yyj3851 > l + var yyj3861 int + var yyb3861 bool + var yyhl3861 bool = l >= 0 + yyj3861++ + if yyhl3861 { + yyb3861 = yyj3861 > l } else { - yyb3851 = r.CheckBreak() + yyb3861 = r.CheckBreak() } - if yyb3851 { + if yyb3861 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48319,17 +48415,17 @@ func (x *LocalObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Name = string(r.DecodeString()) } for { - yyj3851++ - if yyhl3851 { - yyb3851 = yyj3851 > l + yyj3861++ + if yyhl3861 { + yyb3861 = yyj3861 > l } else { - yyb3851 = r.CheckBreak() + yyb3861 = r.CheckBreak() } - if yyb3851 { + if yyb3861 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3851-1, "") + z.DecStructFieldNotFound(yyj3861-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48341,37 +48437,37 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3853 := z.EncBinary() - _ = yym3853 + yym3863 := z.EncBinary() + _ = yym3863 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3854 := !z.EncBinary() - yy2arr3854 := z.EncBasicHandle().StructToArray - var yyq3854 [3]bool - _, _, _ = yysep3854, yyq3854, yy2arr3854 - const yyr3854 bool = false - yyq3854[0] = x.Kind != "" - yyq3854[1] = x.APIVersion != "" - yyq3854[2] = true - var yynn3854 int - if yyr3854 || yy2arr3854 { + yysep3864 := !z.EncBinary() + yy2arr3864 := z.EncBasicHandle().StructToArray + var yyq3864 [3]bool + _, _, _ = yysep3864, yyq3864, yy2arr3864 + const yyr3864 bool = false + yyq3864[0] = x.Kind != "" + yyq3864[1] = x.APIVersion != "" + yyq3864[2] = true + var yynn3864 int + if yyr3864 || yy2arr3864 { r.EncodeArrayStart(3) } else { - yynn3854 = 0 - for _, b := range yyq3854 { + yynn3864 = 0 + for _, b := range yyq3864 { if b { - yynn3854++ + yynn3864++ } } - r.EncodeMapStart(yynn3854) - yynn3854 = 0 + r.EncodeMapStart(yynn3864) + yynn3864 = 0 } - if yyr3854 || yy2arr3854 { + if yyr3864 || yy2arr3864 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3854[0] { - yym3856 := z.EncBinary() - _ = yym3856 + if yyq3864[0] { + yym3866 := z.EncBinary() + _ = yym3866 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -48380,23 +48476,23 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3854[0] { + if yyq3864[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3857 := z.EncBinary() - _ = yym3857 + yym3867 := z.EncBinary() + _ = yym3867 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3854 || yy2arr3854 { + if yyr3864 || yy2arr3864 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3854[1] { - yym3859 := z.EncBinary() - _ = yym3859 + if yyq3864[1] { + yym3869 := z.EncBinary() + _ = yym3869 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -48405,36 +48501,36 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3854[1] { + if yyq3864[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3860 := z.EncBinary() - _ = yym3860 + yym3870 := z.EncBinary() + _ = yym3870 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3854 || yy2arr3854 { + if yyr3864 || yy2arr3864 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3854[2] { - yy3862 := &x.Reference - yy3862.CodecEncodeSelf(e) + if yyq3864[2] { + yy3872 := &x.Reference + yy3872.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3854[2] { + if yyq3864[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reference")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3863 := &x.Reference - yy3863.CodecEncodeSelf(e) + yy3873 := &x.Reference + yy3873.CodecEncodeSelf(e) } } - if yyr3854 || yy2arr3854 { + if yyr3864 || yy2arr3864 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48447,25 +48543,25 @@ func (x *SerializedReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3864 := z.DecBinary() - _ = yym3864 + yym3874 := z.DecBinary() + _ = yym3874 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3865 := r.ContainerType() - if yyct3865 == codecSelferValueTypeMap1234 { - yyl3865 := r.ReadMapStart() - if yyl3865 == 0 { + yyct3875 := r.ContainerType() + if yyct3875 == codecSelferValueTypeMap1234 { + yyl3875 := r.ReadMapStart() + if yyl3875 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3865, d) + x.codecDecodeSelfFromMap(yyl3875, d) } - } else if yyct3865 == codecSelferValueTypeArray1234 { - yyl3865 := r.ReadArrayStart() - if yyl3865 == 0 { + } else if yyct3875 == codecSelferValueTypeArray1234 { + yyl3875 := r.ReadArrayStart() + if yyl3875 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3865, d) + x.codecDecodeSelfFromArray(yyl3875, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -48477,12 +48573,12 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3866Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3866Slc - var yyhl3866 bool = l >= 0 - for yyj3866 := 0; ; yyj3866++ { - if yyhl3866 { - if yyj3866 >= l { + var yys3876Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3876Slc + var yyhl3876 bool = l >= 0 + for yyj3876 := 0; ; yyj3876++ { + if yyhl3876 { + if yyj3876 >= l { break } } else { @@ -48491,10 +48587,10 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3866Slc = r.DecodeBytes(yys3866Slc, true, true) - yys3866 := string(yys3866Slc) + yys3876Slc = r.DecodeBytes(yys3876Slc, true, true) + yys3876 := string(yys3876Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3866 { + switch yys3876 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -48511,13 +48607,13 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Reference = ObjectReference{} } else { - yyv3869 := &x.Reference - yyv3869.CodecDecodeSelf(d) + yyv3879 := &x.Reference + yyv3879.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3866) - } // end switch yys3866 - } // end for yyj3866 + z.DecStructFieldNotFound(-1, yys3876) + } // end switch yys3876 + } // end for yyj3876 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48525,16 +48621,16 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod 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 yyj3880 int + var yyb3880 bool + var yyhl3880 bool = l >= 0 + yyj3880++ + if yyhl3880 { + yyb3880 = yyj3880 > l } else { - yyb3870 = r.CheckBreak() + yyb3880 = r.CheckBreak() } - if yyb3870 { + if yyb3880 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48544,13 +48640,13 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj3870++ - if yyhl3870 { - yyb3870 = yyj3870 > l + yyj3880++ + if yyhl3880 { + yyb3880 = yyj3880 > l } else { - yyb3870 = r.CheckBreak() + yyb3880 = r.CheckBreak() } - if yyb3870 { + if yyb3880 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48560,13 +48656,13 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj3870++ - if yyhl3870 { - yyb3870 = yyj3870 > l + yyj3880++ + if yyhl3880 { + yyb3880 = yyj3880 > l } else { - yyb3870 = r.CheckBreak() + yyb3880 = r.CheckBreak() } - if yyb3870 { + if yyb3880 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48574,21 +48670,21 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Reference = ObjectReference{} } else { - yyv3873 := &x.Reference - yyv3873.CodecDecodeSelf(d) + yyv3883 := &x.Reference + yyv3883.CodecDecodeSelf(d) } for { - yyj3870++ - if yyhl3870 { - yyb3870 = yyj3870 > l + yyj3880++ + if yyhl3880 { + yyb3880 = yyj3880 > l } else { - yyb3870 = r.CheckBreak() + yyb3880 = r.CheckBreak() } - if yyb3870 { + if yyb3880 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3870-1, "") + z.DecStructFieldNotFound(yyj3880-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48600,36 +48696,36 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3874 := z.EncBinary() - _ = yym3874 + yym3884 := z.EncBinary() + _ = yym3884 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3875 := !z.EncBinary() - yy2arr3875 := z.EncBasicHandle().StructToArray - var yyq3875 [2]bool - _, _, _ = yysep3875, yyq3875, yy2arr3875 - const yyr3875 bool = false - yyq3875[0] = x.Component != "" - yyq3875[1] = x.Host != "" - var yynn3875 int - if yyr3875 || yy2arr3875 { + yysep3885 := !z.EncBinary() + yy2arr3885 := z.EncBasicHandle().StructToArray + var yyq3885 [2]bool + _, _, _ = yysep3885, yyq3885, yy2arr3885 + const yyr3885 bool = false + yyq3885[0] = x.Component != "" + yyq3885[1] = x.Host != "" + var yynn3885 int + if yyr3885 || yy2arr3885 { r.EncodeArrayStart(2) } else { - yynn3875 = 0 - for _, b := range yyq3875 { + yynn3885 = 0 + for _, b := range yyq3885 { if b { - yynn3875++ + yynn3885++ } } - r.EncodeMapStart(yynn3875) - yynn3875 = 0 + r.EncodeMapStart(yynn3885) + yynn3885 = 0 } - if yyr3875 || yy2arr3875 { + if yyr3885 || yy2arr3885 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3875[0] { - yym3877 := z.EncBinary() - _ = yym3877 + if yyq3885[0] { + yym3887 := z.EncBinary() + _ = yym3887 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Component)) @@ -48638,23 +48734,23 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3875[0] { + if yyq3885[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("component")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3878 := z.EncBinary() - _ = yym3878 + yym3888 := z.EncBinary() + _ = yym3888 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Component)) } } } - if yyr3875 || yy2arr3875 { + if yyr3885 || yy2arr3885 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3875[1] { - yym3880 := z.EncBinary() - _ = yym3880 + if yyq3885[1] { + yym3890 := z.EncBinary() + _ = yym3890 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) @@ -48663,19 +48759,19 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3875[1] { + if yyq3885[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("host")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3881 := z.EncBinary() - _ = yym3881 + yym3891 := z.EncBinary() + _ = yym3891 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) } } } - if yyr3875 || yy2arr3875 { + if yyr3885 || yy2arr3885 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48688,25 +48784,25 @@ func (x *EventSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3882 := z.DecBinary() - _ = yym3882 + yym3892 := z.DecBinary() + _ = yym3892 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3883 := r.ContainerType() - if yyct3883 == codecSelferValueTypeMap1234 { - yyl3883 := r.ReadMapStart() - if yyl3883 == 0 { + yyct3893 := r.ContainerType() + if yyct3893 == codecSelferValueTypeMap1234 { + yyl3893 := r.ReadMapStart() + if yyl3893 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3883, d) + x.codecDecodeSelfFromMap(yyl3893, d) } - } else if yyct3883 == codecSelferValueTypeArray1234 { - yyl3883 := r.ReadArrayStart() - if yyl3883 == 0 { + } else if yyct3893 == codecSelferValueTypeArray1234 { + yyl3893 := r.ReadArrayStart() + if yyl3893 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3883, d) + x.codecDecodeSelfFromArray(yyl3893, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -48718,12 +48814,12 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3884Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3884Slc - var yyhl3884 bool = l >= 0 - for yyj3884 := 0; ; yyj3884++ { - if yyhl3884 { - if yyj3884 >= l { + var yys3894Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3894Slc + var yyhl3894 bool = l >= 0 + for yyj3894 := 0; ; yyj3894++ { + if yyhl3894 { + if yyj3894 >= l { break } } else { @@ -48732,10 +48828,10 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3884Slc = r.DecodeBytes(yys3884Slc, true, true) - yys3884 := string(yys3884Slc) + yys3894Slc = r.DecodeBytes(yys3894Slc, true, true) + yys3894 := string(yys3894Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3884 { + switch yys3894 { case "component": if r.TryDecodeAsNil() { x.Component = "" @@ -48749,9 +48845,9 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Host = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3884) - } // end switch yys3884 - } // end for yyj3884 + z.DecStructFieldNotFound(-1, yys3894) + } // end switch yys3894 + } // end for yyj3894 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48759,16 +48855,16 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3887 int - var yyb3887 bool - var yyhl3887 bool = l >= 0 - yyj3887++ - if yyhl3887 { - yyb3887 = yyj3887 > l + var yyj3897 int + var yyb3897 bool + var yyhl3897 bool = l >= 0 + yyj3897++ + if yyhl3897 { + yyb3897 = yyj3897 > l } else { - yyb3887 = r.CheckBreak() + yyb3897 = r.CheckBreak() } - if yyb3887 { + if yyb3897 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48778,13 +48874,13 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Component = string(r.DecodeString()) } - yyj3887++ - if yyhl3887 { - yyb3887 = yyj3887 > l + yyj3897++ + if yyhl3897 { + yyb3897 = yyj3897 > l } else { - yyb3887 = r.CheckBreak() + yyb3897 = r.CheckBreak() } - if yyb3887 { + if yyb3897 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48795,17 +48891,17 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Host = string(r.DecodeString()) } for { - yyj3887++ - if yyhl3887 { - yyb3887 = yyj3887 > l + yyj3897++ + if yyhl3897 { + yyb3897 = yyj3897 > l } else { - yyb3887 = r.CheckBreak() + yyb3897 = r.CheckBreak() } - if yyb3887 { + if yyb3897 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3887-1, "") + z.DecStructFieldNotFound(yyj3897-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48817,45 +48913,45 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3890 := z.EncBinary() - _ = yym3890 + yym3900 := z.EncBinary() + _ = yym3900 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3891 := !z.EncBinary() - yy2arr3891 := z.EncBasicHandle().StructToArray - var yyq3891 [11]bool - _, _, _ = yysep3891, yyq3891, yy2arr3891 - const yyr3891 bool = false - yyq3891[0] = x.Kind != "" - yyq3891[1] = x.APIVersion != "" - yyq3891[2] = true - yyq3891[3] = true - yyq3891[4] = x.Reason != "" - yyq3891[5] = x.Message != "" - yyq3891[6] = true - yyq3891[7] = true - yyq3891[8] = true - yyq3891[9] = x.Count != 0 - yyq3891[10] = x.Type != "" - var yynn3891 int - if yyr3891 || yy2arr3891 { + yysep3901 := !z.EncBinary() + yy2arr3901 := z.EncBasicHandle().StructToArray + var yyq3901 [11]bool + _, _, _ = yysep3901, yyq3901, yy2arr3901 + const yyr3901 bool = false + yyq3901[0] = x.Kind != "" + yyq3901[1] = x.APIVersion != "" + yyq3901[2] = true + yyq3901[3] = true + yyq3901[4] = x.Reason != "" + yyq3901[5] = x.Message != "" + yyq3901[6] = true + yyq3901[7] = true + yyq3901[8] = true + yyq3901[9] = x.Count != 0 + yyq3901[10] = x.Type != "" + var yynn3901 int + if yyr3901 || yy2arr3901 { r.EncodeArrayStart(11) } else { - yynn3891 = 0 - for _, b := range yyq3891 { + yynn3901 = 0 + for _, b := range yyq3901 { if b { - yynn3891++ + yynn3901++ } } - r.EncodeMapStart(yynn3891) - yynn3891 = 0 + r.EncodeMapStart(yynn3901) + yynn3901 = 0 } - if yyr3891 || yy2arr3891 { + if yyr3901 || yy2arr3901 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3891[0] { - yym3893 := z.EncBinary() - _ = yym3893 + if yyq3901[0] { + yym3903 := z.EncBinary() + _ = yym3903 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -48864,107 +48960,107 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3891[0] { + if yyq3901[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3894 := z.EncBinary() - _ = yym3894 + yym3904 := z.EncBinary() + _ = yym3904 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3891 || yy2arr3891 { + if yyr3901 || yy2arr3901 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3891[1] { - yym3896 := z.EncBinary() - _ = yym3896 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3891[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3897 := z.EncBinary() - _ = yym3897 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3891 || yy2arr3891 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3891[2] { - yy3899 := &x.ObjectMeta - yy3899.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq3891[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("metadata")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3900 := &x.ObjectMeta - yy3900.CodecEncodeSelf(e) - } - } - if yyr3891 || yy2arr3891 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3891[3] { - yy3902 := &x.InvolvedObject - yy3902.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq3891[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("involvedObject")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3903 := &x.InvolvedObject - yy3903.CodecEncodeSelf(e) - } - } - if yyr3891 || yy2arr3891 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3891[4] { - yym3905 := z.EncBinary() - _ = yym3905 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3891[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("reason")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyq3901[1] { yym3906 := z.EncBinary() _ = yym3906 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3901[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3907 := z.EncBinary() + _ = yym3907 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3901 || yy2arr3901 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3901[2] { + yy3909 := &x.ObjectMeta + yy3909.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq3901[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("metadata")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3910 := &x.ObjectMeta + yy3910.CodecEncodeSelf(e) + } + } + if yyr3901 || yy2arr3901 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3901[3] { + yy3912 := &x.InvolvedObject + yy3912.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq3901[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("involvedObject")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3913 := &x.InvolvedObject + yy3913.CodecEncodeSelf(e) + } + } + if yyr3901 || yy2arr3901 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3901[4] { + yym3915 := z.EncBinary() + _ = yym3915 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3901[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("reason")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3916 := z.EncBinary() + _ = yym3916 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr3891 || yy2arr3891 { + if yyr3901 || yy2arr3901 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3891[5] { - yym3908 := z.EncBinary() - _ = yym3908 + if yyq3901[5] { + yym3918 := z.EncBinary() + _ = yym3918 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -48973,114 +49069,114 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3891[5] { + if yyq3901[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3909 := z.EncBinary() - _ = yym3909 + yym3919 := z.EncBinary() + _ = yym3919 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr3891 || yy2arr3891 { + if yyr3901 || yy2arr3901 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3891[6] { - yy3911 := &x.Source - yy3911.CodecEncodeSelf(e) + if yyq3901[6] { + yy3921 := &x.Source + yy3921.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3891[6] { + if yyq3901[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("source")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3912 := &x.Source - yy3912.CodecEncodeSelf(e) + yy3922 := &x.Source + yy3922.CodecEncodeSelf(e) } } - if yyr3891 || yy2arr3891 { + if yyr3901 || yy2arr3901 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3891[7] { - yy3914 := &x.FirstTimestamp - yym3915 := z.EncBinary() - _ = yym3915 + if yyq3901[7] { + yy3924 := &x.FirstTimestamp + yym3925 := z.EncBinary() + _ = yym3925 if false { - } else if z.HasExtensions() && z.EncExt(yy3914) { - } else if yym3915 { - z.EncBinaryMarshal(yy3914) - } else if !yym3915 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3914) + } else if z.HasExtensions() && z.EncExt(yy3924) { + } else if yym3925 { + z.EncBinaryMarshal(yy3924) + } else if !yym3925 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3924) } else { - z.EncFallback(yy3914) + z.EncFallback(yy3924) } } else { r.EncodeNil() } } else { - if yyq3891[7] { + if yyq3901[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("firstTimestamp")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3916 := &x.FirstTimestamp - yym3917 := z.EncBinary() - _ = yym3917 + yy3926 := &x.FirstTimestamp + yym3927 := z.EncBinary() + _ = yym3927 if false { - } else if z.HasExtensions() && z.EncExt(yy3916) { - } else if yym3917 { - z.EncBinaryMarshal(yy3916) - } else if !yym3917 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3916) + } else if z.HasExtensions() && z.EncExt(yy3926) { + } else if yym3927 { + z.EncBinaryMarshal(yy3926) + } else if !yym3927 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3926) } else { - z.EncFallback(yy3916) + z.EncFallback(yy3926) } } } - if yyr3891 || yy2arr3891 { + if yyr3901 || yy2arr3901 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3891[8] { - yy3919 := &x.LastTimestamp - yym3920 := z.EncBinary() - _ = yym3920 + if yyq3901[8] { + yy3929 := &x.LastTimestamp + yym3930 := z.EncBinary() + _ = yym3930 if false { - } else if z.HasExtensions() && z.EncExt(yy3919) { - } else if yym3920 { - z.EncBinaryMarshal(yy3919) - } else if !yym3920 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3919) + } else if z.HasExtensions() && z.EncExt(yy3929) { + } else if yym3930 { + z.EncBinaryMarshal(yy3929) + } else if !yym3930 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3929) } else { - z.EncFallback(yy3919) + z.EncFallback(yy3929) } } else { r.EncodeNil() } } else { - if yyq3891[8] { + if yyq3901[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastTimestamp")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3921 := &x.LastTimestamp - yym3922 := z.EncBinary() - _ = yym3922 + yy3931 := &x.LastTimestamp + yym3932 := z.EncBinary() + _ = yym3932 if false { - } else if z.HasExtensions() && z.EncExt(yy3921) { - } else if yym3922 { - z.EncBinaryMarshal(yy3921) - } else if !yym3922 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3921) + } else if z.HasExtensions() && z.EncExt(yy3931) { + } else if yym3932 { + z.EncBinaryMarshal(yy3931) + } else if !yym3932 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3931) } else { - z.EncFallback(yy3921) + z.EncFallback(yy3931) } } } - if yyr3891 || yy2arr3891 { + if yyr3901 || yy2arr3901 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3891[9] { - yym3924 := z.EncBinary() - _ = yym3924 + if yyq3901[9] { + yym3934 := z.EncBinary() + _ = yym3934 if false { } else { r.EncodeInt(int64(x.Count)) @@ -49089,23 +49185,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq3891[9] { + if yyq3901[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("count")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3925 := z.EncBinary() - _ = yym3925 + yym3935 := z.EncBinary() + _ = yym3935 if false { } else { r.EncodeInt(int64(x.Count)) } } } - if yyr3891 || yy2arr3891 { + if yyr3901 || yy2arr3901 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3891[10] { - yym3927 := z.EncBinary() - _ = yym3927 + if yyq3901[10] { + yym3937 := z.EncBinary() + _ = yym3937 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) @@ -49114,19 +49210,19 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3891[10] { + if yyq3901[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3928 := z.EncBinary() - _ = yym3928 + yym3938 := z.EncBinary() + _ = yym3938 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) } } } - if yyr3891 || yy2arr3891 { + if yyr3901 || yy2arr3901 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -49139,25 +49235,25 @@ func (x *Event) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3929 := z.DecBinary() - _ = yym3929 + yym3939 := z.DecBinary() + _ = yym3939 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3930 := r.ContainerType() - if yyct3930 == codecSelferValueTypeMap1234 { - yyl3930 := r.ReadMapStart() - if yyl3930 == 0 { + yyct3940 := r.ContainerType() + if yyct3940 == codecSelferValueTypeMap1234 { + yyl3940 := r.ReadMapStart() + if yyl3940 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3930, d) + x.codecDecodeSelfFromMap(yyl3940, d) } - } else if yyct3930 == codecSelferValueTypeArray1234 { - yyl3930 := r.ReadArrayStart() - if yyl3930 == 0 { + } else if yyct3940 == codecSelferValueTypeArray1234 { + yyl3940 := r.ReadArrayStart() + if yyl3940 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3930, d) + x.codecDecodeSelfFromArray(yyl3940, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -49169,12 +49265,12 @@ func (x *Event) 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 yys3941Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3941Slc + var yyhl3941 bool = l >= 0 + for yyj3941 := 0; ; yyj3941++ { + if yyhl3941 { + if yyj3941 >= l { break } } else { @@ -49183,10 +49279,10 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3931Slc = r.DecodeBytes(yys3931Slc, true, true) - yys3931 := string(yys3931Slc) + yys3941Slc = r.DecodeBytes(yys3941Slc, true, true) + yys3941 := string(yys3941Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3931 { + switch yys3941 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -49203,15 +49299,15 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3934 := &x.ObjectMeta - yyv3934.CodecDecodeSelf(d) + yyv3944 := &x.ObjectMeta + yyv3944.CodecDecodeSelf(d) } case "involvedObject": if r.TryDecodeAsNil() { x.InvolvedObject = ObjectReference{} } else { - yyv3935 := &x.InvolvedObject - yyv3935.CodecDecodeSelf(d) + yyv3945 := &x.InvolvedObject + yyv3945.CodecDecodeSelf(d) } case "reason": if r.TryDecodeAsNil() { @@ -49229,41 +49325,41 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Source = EventSource{} } else { - yyv3938 := &x.Source - yyv3938.CodecDecodeSelf(d) + yyv3948 := &x.Source + yyv3948.CodecDecodeSelf(d) } case "firstTimestamp": if r.TryDecodeAsNil() { x.FirstTimestamp = pkg2_unversioned.Time{} } else { - yyv3939 := &x.FirstTimestamp - yym3940 := z.DecBinary() - _ = yym3940 + yyv3949 := &x.FirstTimestamp + yym3950 := z.DecBinary() + _ = yym3950 if false { - } else if z.HasExtensions() && z.DecExt(yyv3939) { - } else if yym3940 { - z.DecBinaryUnmarshal(yyv3939) - } else if !yym3940 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3939) + } else if z.HasExtensions() && z.DecExt(yyv3949) { + } else if yym3950 { + z.DecBinaryUnmarshal(yyv3949) + } else if !yym3950 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3949) } else { - z.DecFallback(yyv3939, false) + z.DecFallback(yyv3949, false) } } case "lastTimestamp": if r.TryDecodeAsNil() { x.LastTimestamp = pkg2_unversioned.Time{} } else { - yyv3941 := &x.LastTimestamp - yym3942 := z.DecBinary() - _ = yym3942 + yyv3951 := &x.LastTimestamp + yym3952 := z.DecBinary() + _ = yym3952 if false { - } else if z.HasExtensions() && z.DecExt(yyv3941) { - } else if yym3942 { - z.DecBinaryUnmarshal(yyv3941) - } else if !yym3942 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3941) + } else if z.HasExtensions() && z.DecExt(yyv3951) { + } else if yym3952 { + z.DecBinaryUnmarshal(yyv3951) + } else if !yym3952 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3951) } else { - z.DecFallback(yyv3941, false) + z.DecFallback(yyv3951, false) } } case "count": @@ -49279,9 +49375,9 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Type = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3931) - } // end switch yys3931 - } // end for yyj3931 + z.DecStructFieldNotFound(-1, yys3941) + } // end switch yys3941 + } // end for yyj3941 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -49289,16 +49385,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3945 int - var yyb3945 bool - var yyhl3945 bool = l >= 0 - yyj3945++ - if yyhl3945 { - yyb3945 = yyj3945 > l + var yyj3955 int + var yyb3955 bool + var yyhl3955 bool = l >= 0 + yyj3955++ + if yyhl3955 { + yyb3955 = yyj3955 > l } else { - yyb3945 = r.CheckBreak() + yyb3955 = r.CheckBreak() } - if yyb3945 { + if yyb3955 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49308,13 +49404,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3945++ - if yyhl3945 { - yyb3945 = yyj3945 > l + yyj3955++ + if yyhl3955 { + yyb3955 = yyj3955 > l } else { - yyb3945 = r.CheckBreak() + yyb3955 = r.CheckBreak() } - if yyb3945 { + if yyb3955 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49324,13 +49420,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3945++ - if yyhl3945 { - yyb3945 = yyj3945 > l + yyj3955++ + if yyhl3955 { + yyb3955 = yyj3955 > l } else { - yyb3945 = r.CheckBreak() + yyb3955 = r.CheckBreak() } - if yyb3945 { + if yyb3955 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49338,16 +49434,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3948 := &x.ObjectMeta - yyv3948.CodecDecodeSelf(d) + yyv3958 := &x.ObjectMeta + yyv3958.CodecDecodeSelf(d) } - yyj3945++ - if yyhl3945 { - yyb3945 = yyj3945 > l + yyj3955++ + if yyhl3955 { + yyb3955 = yyj3955 > l } else { - yyb3945 = r.CheckBreak() + yyb3955 = r.CheckBreak() } - if yyb3945 { + if yyb3955 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49355,16 +49451,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.InvolvedObject = ObjectReference{} } else { - yyv3949 := &x.InvolvedObject - yyv3949.CodecDecodeSelf(d) + yyv3959 := &x.InvolvedObject + yyv3959.CodecDecodeSelf(d) } - yyj3945++ - if yyhl3945 { - yyb3945 = yyj3945 > l + yyj3955++ + if yyhl3955 { + yyb3955 = yyj3955 > l } else { - yyb3945 = r.CheckBreak() + yyb3955 = r.CheckBreak() } - if yyb3945 { + if yyb3955 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49374,13 +49470,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj3945++ - if yyhl3945 { - yyb3945 = yyj3945 > l + yyj3955++ + if yyhl3955 { + yyb3955 = yyj3955 > l } else { - yyb3945 = r.CheckBreak() + yyb3955 = r.CheckBreak() } - if yyb3945 { + if yyb3955 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49390,13 +49486,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Message = string(r.DecodeString()) } - yyj3945++ - if yyhl3945 { - yyb3945 = yyj3945 > l + yyj3955++ + if yyhl3955 { + yyb3955 = yyj3955 > l } else { - yyb3945 = r.CheckBreak() + yyb3955 = r.CheckBreak() } - if yyb3945 { + if yyb3955 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49404,16 +49500,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Source = EventSource{} } else { - yyv3952 := &x.Source - yyv3952.CodecDecodeSelf(d) + yyv3962 := &x.Source + yyv3962.CodecDecodeSelf(d) } - yyj3945++ - if yyhl3945 { - yyb3945 = yyj3945 > l + yyj3955++ + if yyhl3955 { + yyb3955 = yyj3955 > l } else { - yyb3945 = r.CheckBreak() + yyb3955 = r.CheckBreak() } - if yyb3945 { + if yyb3955 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49421,26 +49517,26 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.FirstTimestamp = pkg2_unversioned.Time{} } else { - yyv3953 := &x.FirstTimestamp - yym3954 := z.DecBinary() - _ = yym3954 + yyv3963 := &x.FirstTimestamp + yym3964 := z.DecBinary() + _ = yym3964 if false { - } else if z.HasExtensions() && z.DecExt(yyv3953) { - } else if yym3954 { - z.DecBinaryUnmarshal(yyv3953) - } else if !yym3954 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3953) + } else if z.HasExtensions() && z.DecExt(yyv3963) { + } else if yym3964 { + z.DecBinaryUnmarshal(yyv3963) + } else if !yym3964 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3963) } else { - z.DecFallback(yyv3953, false) + z.DecFallback(yyv3963, false) } } - yyj3945++ - if yyhl3945 { - yyb3945 = yyj3945 > l + yyj3955++ + if yyhl3955 { + yyb3955 = yyj3955 > l } else { - yyb3945 = r.CheckBreak() + yyb3955 = r.CheckBreak() } - if yyb3945 { + if yyb3955 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49448,26 +49544,26 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTimestamp = pkg2_unversioned.Time{} } else { - yyv3955 := &x.LastTimestamp - yym3956 := z.DecBinary() - _ = yym3956 + yyv3965 := &x.LastTimestamp + yym3966 := z.DecBinary() + _ = yym3966 if false { - } else if z.HasExtensions() && z.DecExt(yyv3955) { - } else if yym3956 { - z.DecBinaryUnmarshal(yyv3955) - } else if !yym3956 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3955) + } else if z.HasExtensions() && z.DecExt(yyv3965) { + } else if yym3966 { + z.DecBinaryUnmarshal(yyv3965) + } else if !yym3966 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3965) } else { - z.DecFallback(yyv3955, false) + z.DecFallback(yyv3965, false) } } - yyj3945++ - if yyhl3945 { - yyb3945 = yyj3945 > l + yyj3955++ + if yyhl3955 { + yyb3955 = yyj3955 > l } else { - yyb3945 = r.CheckBreak() + yyb3955 = r.CheckBreak() } - if yyb3945 { + if yyb3955 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49477,13 +49573,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Count = int32(r.DecodeInt(32)) } - yyj3945++ - if yyhl3945 { - yyb3945 = yyj3945 > l + yyj3955++ + if yyhl3955 { + yyb3955 = yyj3955 > l } else { - yyb3945 = r.CheckBreak() + yyb3955 = r.CheckBreak() } - if yyb3945 { + if yyb3955 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49494,17 +49590,17 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Type = string(r.DecodeString()) } for { - yyj3945++ - if yyhl3945 { - yyb3945 = yyj3945 > l + yyj3955++ + if yyhl3955 { + yyb3955 = yyj3955 > l } else { - yyb3945 = r.CheckBreak() + yyb3955 = r.CheckBreak() } - if yyb3945 { + if yyb3955 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3945-1, "") + z.DecStructFieldNotFound(yyj3955-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49516,37 +49612,37 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3959 := z.EncBinary() - _ = yym3959 + yym3969 := z.EncBinary() + _ = yym3969 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3960 := !z.EncBinary() - yy2arr3960 := z.EncBasicHandle().StructToArray - var yyq3960 [4]bool - _, _, _ = yysep3960, yyq3960, yy2arr3960 - const yyr3960 bool = false - yyq3960[0] = x.Kind != "" - yyq3960[1] = x.APIVersion != "" - yyq3960[2] = true - var yynn3960 int - if yyr3960 || yy2arr3960 { + yysep3970 := !z.EncBinary() + yy2arr3970 := z.EncBasicHandle().StructToArray + var yyq3970 [4]bool + _, _, _ = yysep3970, yyq3970, yy2arr3970 + const yyr3970 bool = false + yyq3970[0] = x.Kind != "" + yyq3970[1] = x.APIVersion != "" + yyq3970[2] = true + var yynn3970 int + if yyr3970 || yy2arr3970 { r.EncodeArrayStart(4) } else { - yynn3960 = 1 - for _, b := range yyq3960 { + yynn3970 = 1 + for _, b := range yyq3970 { if b { - yynn3960++ + yynn3970++ } } - r.EncodeMapStart(yynn3960) - yynn3960 = 0 + r.EncodeMapStart(yynn3970) + yynn3970 = 0 } - if yyr3960 || yy2arr3960 { + if yyr3970 || yy2arr3970 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3960[0] { - yym3962 := z.EncBinary() - _ = yym3962 + if yyq3970[0] { + yym3972 := z.EncBinary() + _ = yym3972 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -49555,23 +49651,23 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3960[0] { + if yyq3970[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3963 := z.EncBinary() - _ = yym3963 + yym3973 := z.EncBinary() + _ = yym3973 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3960 || yy2arr3960 { + if yyr3970 || yy2arr3970 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3960[1] { - yym3965 := z.EncBinary() - _ = yym3965 + if yyq3970[1] { + yym3975 := z.EncBinary() + _ = yym3975 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -49580,54 +49676,54 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3960[1] { + if yyq3970[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3966 := z.EncBinary() - _ = yym3966 + yym3976 := z.EncBinary() + _ = yym3976 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3960 || yy2arr3960 { + if yyr3970 || yy2arr3970 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3960[2] { - yy3968 := &x.ListMeta - yym3969 := z.EncBinary() - _ = yym3969 + if yyq3970[2] { + yy3978 := &x.ListMeta + yym3979 := z.EncBinary() + _ = yym3979 if false { - } else if z.HasExtensions() && z.EncExt(yy3968) { + } else if z.HasExtensions() && z.EncExt(yy3978) { } else { - z.EncFallback(yy3968) + z.EncFallback(yy3978) } } else { r.EncodeNil() } } else { - if yyq3960[2] { + if yyq3970[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3970 := &x.ListMeta - yym3971 := z.EncBinary() - _ = yym3971 + yy3980 := &x.ListMeta + yym3981 := z.EncBinary() + _ = yym3981 if false { - } else if z.HasExtensions() && z.EncExt(yy3970) { + } else if z.HasExtensions() && z.EncExt(yy3980) { } else { - z.EncFallback(yy3970) + z.EncFallback(yy3980) } } } - if yyr3960 || yy2arr3960 { + if yyr3970 || yy2arr3970 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3973 := z.EncBinary() - _ = yym3973 + yym3983 := z.EncBinary() + _ = yym3983 if false { } else { h.encSliceEvent(([]Event)(x.Items), e) @@ -49640,15 +49736,15 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3974 := z.EncBinary() - _ = yym3974 + yym3984 := z.EncBinary() + _ = yym3984 if false { } else { h.encSliceEvent(([]Event)(x.Items), e) } } } - if yyr3960 || yy2arr3960 { + if yyr3970 || yy2arr3970 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -49661,25 +49757,25 @@ func (x *EventList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3975 := z.DecBinary() - _ = yym3975 + yym3985 := z.DecBinary() + _ = yym3985 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3976 := r.ContainerType() - if yyct3976 == codecSelferValueTypeMap1234 { - yyl3976 := r.ReadMapStart() - if yyl3976 == 0 { + yyct3986 := r.ContainerType() + if yyct3986 == codecSelferValueTypeMap1234 { + yyl3986 := r.ReadMapStart() + if yyl3986 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3976, d) + x.codecDecodeSelfFromMap(yyl3986, d) } - } else if yyct3976 == codecSelferValueTypeArray1234 { - yyl3976 := r.ReadArrayStart() - if yyl3976 == 0 { + } else if yyct3986 == codecSelferValueTypeArray1234 { + yyl3986 := r.ReadArrayStart() + if yyl3986 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3976, d) + x.codecDecodeSelfFromArray(yyl3986, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -49691,12 +49787,12 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3977Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3977Slc - var yyhl3977 bool = l >= 0 - for yyj3977 := 0; ; yyj3977++ { - if yyhl3977 { - if yyj3977 >= l { + var yys3987Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3987Slc + var yyhl3987 bool = l >= 0 + for yyj3987 := 0; ; yyj3987++ { + if yyhl3987 { + if yyj3987 >= l { break } } else { @@ -49705,10 +49801,10 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3977Slc = r.DecodeBytes(yys3977Slc, true, true) - yys3977 := string(yys3977Slc) + yys3987Slc = r.DecodeBytes(yys3987Slc, true, true) + yys3987 := string(yys3987Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3977 { + switch yys3987 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -49725,31 +49821,31 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3980 := &x.ListMeta - yym3981 := z.DecBinary() - _ = yym3981 + yyv3990 := &x.ListMeta + yym3991 := z.DecBinary() + _ = yym3991 if false { - } else if z.HasExtensions() && z.DecExt(yyv3980) { + } else if z.HasExtensions() && z.DecExt(yyv3990) { } else { - z.DecFallback(yyv3980, false) + z.DecFallback(yyv3990, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3982 := &x.Items - yym3983 := z.DecBinary() - _ = yym3983 + yyv3992 := &x.Items + yym3993 := z.DecBinary() + _ = yym3993 if false { } else { - h.decSliceEvent((*[]Event)(yyv3982), d) + h.decSliceEvent((*[]Event)(yyv3992), d) } } default: - z.DecStructFieldNotFound(-1, yys3977) - } // end switch yys3977 - } // end for yyj3977 + z.DecStructFieldNotFound(-1, yys3987) + } // end switch yys3987 + } // end for yyj3987 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -49757,16 +49853,16 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3984 int - var yyb3984 bool - var yyhl3984 bool = l >= 0 - yyj3984++ - if yyhl3984 { - yyb3984 = yyj3984 > l + var yyj3994 int + var yyb3994 bool + var yyhl3994 bool = l >= 0 + yyj3994++ + if yyhl3994 { + yyb3994 = yyj3994 > l } else { - yyb3984 = r.CheckBreak() + yyb3994 = r.CheckBreak() } - if yyb3984 { + if yyb3994 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49776,13 +49872,13 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3984++ - if yyhl3984 { - yyb3984 = yyj3984 > l + yyj3994++ + if yyhl3994 { + yyb3994 = yyj3994 > l } else { - yyb3984 = r.CheckBreak() + yyb3994 = r.CheckBreak() } - if yyb3984 { + if yyb3994 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49792,13 +49888,13 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3984++ - if yyhl3984 { - yyb3984 = yyj3984 > l + yyj3994++ + if yyhl3994 { + yyb3994 = yyj3994 > l } else { - yyb3984 = r.CheckBreak() + yyb3994 = r.CheckBreak() } - if yyb3984 { + if yyb3994 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49806,22 +49902,22 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3987 := &x.ListMeta - yym3988 := z.DecBinary() - _ = yym3988 + yyv3997 := &x.ListMeta + yym3998 := z.DecBinary() + _ = yym3998 if false { - } else if z.HasExtensions() && z.DecExt(yyv3987) { + } else if z.HasExtensions() && z.DecExt(yyv3997) { } else { - z.DecFallback(yyv3987, false) + z.DecFallback(yyv3997, false) } } - yyj3984++ - if yyhl3984 { - yyb3984 = yyj3984 > l + yyj3994++ + if yyhl3994 { + yyb3994 = yyj3994 > l } else { - yyb3984 = r.CheckBreak() + yyb3994 = r.CheckBreak() } - if yyb3984 { + if yyb3994 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49829,26 +49925,26 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3989 := &x.Items - yym3990 := z.DecBinary() - _ = yym3990 + yyv3999 := &x.Items + yym4000 := z.DecBinary() + _ = yym4000 if false { } else { - h.decSliceEvent((*[]Event)(yyv3989), d) + h.decSliceEvent((*[]Event)(yyv3999), d) } } for { - yyj3984++ - if yyhl3984 { - yyb3984 = yyj3984 > l + yyj3994++ + if yyhl3994 { + yyb3994 = yyj3994 > l } else { - yyb3984 = r.CheckBreak() + yyb3994 = r.CheckBreak() } - if yyb3984 { + if yyb3994 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3984-1, "") + z.DecStructFieldNotFound(yyj3994-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49860,37 +49956,37 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3991 := z.EncBinary() - _ = yym3991 + yym4001 := z.EncBinary() + _ = yym4001 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3992 := !z.EncBinary() - yy2arr3992 := z.EncBasicHandle().StructToArray - var yyq3992 [4]bool - _, _, _ = yysep3992, yyq3992, yy2arr3992 - const yyr3992 bool = false - yyq3992[0] = x.Kind != "" - yyq3992[1] = x.APIVersion != "" - yyq3992[2] = true - var yynn3992 int - if yyr3992 || yy2arr3992 { + yysep4002 := !z.EncBinary() + yy2arr4002 := z.EncBasicHandle().StructToArray + var yyq4002 [4]bool + _, _, _ = yysep4002, yyq4002, yy2arr4002 + const yyr4002 bool = false + yyq4002[0] = x.Kind != "" + yyq4002[1] = x.APIVersion != "" + yyq4002[2] = true + var yynn4002 int + if yyr4002 || yy2arr4002 { r.EncodeArrayStart(4) } else { - yynn3992 = 1 - for _, b := range yyq3992 { + yynn4002 = 1 + for _, b := range yyq4002 { if b { - yynn3992++ + yynn4002++ } } - r.EncodeMapStart(yynn3992) - yynn3992 = 0 + r.EncodeMapStart(yynn4002) + yynn4002 = 0 } - if yyr3992 || yy2arr3992 { + if yyr4002 || yy2arr4002 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3992[0] { - yym3994 := z.EncBinary() - _ = yym3994 + if yyq4002[0] { + yym4004 := z.EncBinary() + _ = yym4004 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -49899,23 +49995,23 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3992[0] { + if yyq4002[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3995 := z.EncBinary() - _ = yym3995 + yym4005 := z.EncBinary() + _ = yym4005 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3992 || yy2arr3992 { + if yyr4002 || yy2arr4002 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3992[1] { - yym3997 := z.EncBinary() - _ = yym3997 + if yyq4002[1] { + yym4007 := z.EncBinary() + _ = yym4007 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -49924,54 +50020,54 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3992[1] { + if yyq4002[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3998 := z.EncBinary() - _ = yym3998 + yym4008 := z.EncBinary() + _ = yym4008 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3992 || yy2arr3992 { + if yyr4002 || yy2arr4002 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3992[2] { - yy4000 := &x.ListMeta - yym4001 := z.EncBinary() - _ = yym4001 + if yyq4002[2] { + yy4010 := &x.ListMeta + yym4011 := z.EncBinary() + _ = yym4011 if false { - } else if z.HasExtensions() && z.EncExt(yy4000) { + } else if z.HasExtensions() && z.EncExt(yy4010) { } else { - z.EncFallback(yy4000) + z.EncFallback(yy4010) } } else { r.EncodeNil() } } else { - if yyq3992[2] { + if yyq4002[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4002 := &x.ListMeta - yym4003 := z.EncBinary() - _ = yym4003 + yy4012 := &x.ListMeta + yym4013 := z.EncBinary() + _ = yym4013 if false { - } else if z.HasExtensions() && z.EncExt(yy4002) { + } else if z.HasExtensions() && z.EncExt(yy4012) { } else { - z.EncFallback(yy4002) + z.EncFallback(yy4012) } } } - if yyr3992 || yy2arr3992 { + if yyr4002 || yy2arr4002 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4005 := z.EncBinary() - _ = yym4005 + yym4015 := z.EncBinary() + _ = yym4015 if false { } else { h.encSliceruntime_Object(([]pkg7_runtime.Object)(x.Items), e) @@ -49984,15 +50080,15 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4006 := z.EncBinary() - _ = yym4006 + yym4016 := z.EncBinary() + _ = yym4016 if false { } else { h.encSliceruntime_Object(([]pkg7_runtime.Object)(x.Items), e) } } } - if yyr3992 || yy2arr3992 { + if yyr4002 || yy2arr4002 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50005,25 +50101,25 @@ func (x *List) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4007 := z.DecBinary() - _ = yym4007 + yym4017 := z.DecBinary() + _ = yym4017 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4008 := r.ContainerType() - if yyct4008 == codecSelferValueTypeMap1234 { - yyl4008 := r.ReadMapStart() - if yyl4008 == 0 { + yyct4018 := r.ContainerType() + if yyct4018 == codecSelferValueTypeMap1234 { + yyl4018 := r.ReadMapStart() + if yyl4018 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4008, d) + x.codecDecodeSelfFromMap(yyl4018, d) } - } else if yyct4008 == codecSelferValueTypeArray1234 { - yyl4008 := r.ReadArrayStart() - if yyl4008 == 0 { + } else if yyct4018 == codecSelferValueTypeArray1234 { + yyl4018 := r.ReadArrayStart() + if yyl4018 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4008, d) + x.codecDecodeSelfFromArray(yyl4018, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50035,12 +50131,12 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4009Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4009Slc - var yyhl4009 bool = l >= 0 - for yyj4009 := 0; ; yyj4009++ { - if yyhl4009 { - if yyj4009 >= l { + var yys4019Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4019Slc + var yyhl4019 bool = l >= 0 + for yyj4019 := 0; ; yyj4019++ { + if yyhl4019 { + if yyj4019 >= l { break } } else { @@ -50049,10 +50145,10 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4009Slc = r.DecodeBytes(yys4009Slc, true, true) - yys4009 := string(yys4009Slc) + yys4019Slc = r.DecodeBytes(yys4019Slc, true, true) + yys4019 := string(yys4019Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4009 { + switch yys4019 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -50069,31 +50165,31 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4012 := &x.ListMeta - yym4013 := z.DecBinary() - _ = yym4013 + yyv4022 := &x.ListMeta + yym4023 := z.DecBinary() + _ = yym4023 if false { - } else if z.HasExtensions() && z.DecExt(yyv4012) { + } else if z.HasExtensions() && z.DecExt(yyv4022) { } else { - z.DecFallback(yyv4012, false) + z.DecFallback(yyv4022, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4014 := &x.Items - yym4015 := z.DecBinary() - _ = yym4015 + yyv4024 := &x.Items + yym4025 := z.DecBinary() + _ = yym4025 if false { } else { - h.decSliceruntime_Object((*[]pkg7_runtime.Object)(yyv4014), d) + h.decSliceruntime_Object((*[]pkg7_runtime.Object)(yyv4024), d) } } default: - z.DecStructFieldNotFound(-1, yys4009) - } // end switch yys4009 - } // end for yyj4009 + z.DecStructFieldNotFound(-1, yys4019) + } // end switch yys4019 + } // end for yyj4019 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -50101,16 +50197,16 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4016 int - var yyb4016 bool - var yyhl4016 bool = l >= 0 - yyj4016++ - if yyhl4016 { - yyb4016 = yyj4016 > l + var yyj4026 int + var yyb4026 bool + var yyhl4026 bool = l >= 0 + yyj4026++ + if yyhl4026 { + yyb4026 = yyj4026 > l } else { - yyb4016 = r.CheckBreak() + yyb4026 = r.CheckBreak() } - if yyb4016 { + if yyb4026 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50120,13 +50216,13 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4016++ - if yyhl4016 { - yyb4016 = yyj4016 > l + yyj4026++ + if yyhl4026 { + yyb4026 = yyj4026 > l } else { - yyb4016 = r.CheckBreak() + yyb4026 = r.CheckBreak() } - if yyb4016 { + if yyb4026 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50136,13 +50232,13 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4016++ - if yyhl4016 { - yyb4016 = yyj4016 > l + yyj4026++ + if yyhl4026 { + yyb4026 = yyj4026 > l } else { - yyb4016 = r.CheckBreak() + yyb4026 = r.CheckBreak() } - if yyb4016 { + if yyb4026 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50150,22 +50246,22 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4019 := &x.ListMeta - yym4020 := z.DecBinary() - _ = yym4020 + yyv4029 := &x.ListMeta + yym4030 := z.DecBinary() + _ = yym4030 if false { - } else if z.HasExtensions() && z.DecExt(yyv4019) { + } else if z.HasExtensions() && z.DecExt(yyv4029) { } else { - z.DecFallback(yyv4019, false) + z.DecFallback(yyv4029, false) } } - yyj4016++ - if yyhl4016 { - yyb4016 = yyj4016 > l + yyj4026++ + if yyhl4026 { + yyb4026 = yyj4026 > l } else { - yyb4016 = r.CheckBreak() + yyb4026 = r.CheckBreak() } - if yyb4016 { + if yyb4026 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50173,26 +50269,26 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4021 := &x.Items - yym4022 := z.DecBinary() - _ = yym4022 + yyv4031 := &x.Items + yym4032 := z.DecBinary() + _ = yym4032 if false { } else { - h.decSliceruntime_Object((*[]pkg7_runtime.Object)(yyv4021), d) + h.decSliceruntime_Object((*[]pkg7_runtime.Object)(yyv4031), d) } } for { - yyj4016++ - if yyhl4016 { - yyb4016 = yyj4016 > l + yyj4026++ + if yyhl4026 { + yyb4026 = yyj4026 > l } else { - yyb4016 = r.CheckBreak() + yyb4026 = r.CheckBreak() } - if yyb4016 { + if yyb4026 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4016-1, "") + z.DecStructFieldNotFound(yyj4026-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50201,8 +50297,8 @@ func (x LimitType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4023 := z.EncBinary() - _ = yym4023 + yym4033 := z.EncBinary() + _ = yym4033 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -50214,8 +50310,8 @@ func (x *LimitType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4024 := z.DecBinary() - _ = yym4024 + yym4034 := z.DecBinary() + _ = yym4034 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -50230,53 +50326,53 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4025 := z.EncBinary() - _ = yym4025 + yym4035 := z.EncBinary() + _ = yym4035 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4026 := !z.EncBinary() - yy2arr4026 := z.EncBasicHandle().StructToArray - var yyq4026 [6]bool - _, _, _ = yysep4026, yyq4026, yy2arr4026 - const yyr4026 bool = false - yyq4026[0] = x.Type != "" - yyq4026[1] = len(x.Max) != 0 - yyq4026[2] = len(x.Min) != 0 - yyq4026[3] = len(x.Default) != 0 - yyq4026[4] = len(x.DefaultRequest) != 0 - yyq4026[5] = len(x.MaxLimitRequestRatio) != 0 - var yynn4026 int - if yyr4026 || yy2arr4026 { + yysep4036 := !z.EncBinary() + yy2arr4036 := z.EncBasicHandle().StructToArray + var yyq4036 [6]bool + _, _, _ = yysep4036, yyq4036, yy2arr4036 + const yyr4036 bool = false + yyq4036[0] = x.Type != "" + yyq4036[1] = len(x.Max) != 0 + yyq4036[2] = len(x.Min) != 0 + yyq4036[3] = len(x.Default) != 0 + yyq4036[4] = len(x.DefaultRequest) != 0 + yyq4036[5] = len(x.MaxLimitRequestRatio) != 0 + var yynn4036 int + if yyr4036 || yy2arr4036 { r.EncodeArrayStart(6) } else { - yynn4026 = 0 - for _, b := range yyq4026 { + yynn4036 = 0 + for _, b := range yyq4036 { if b { - yynn4026++ + yynn4036++ } } - r.EncodeMapStart(yynn4026) - yynn4026 = 0 + r.EncodeMapStart(yynn4036) + yynn4036 = 0 } - if yyr4026 || yy2arr4026 { + if yyr4036 || yy2arr4036 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4026[0] { + if yyq4036[0] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4026[0] { + if yyq4036[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr4026 || yy2arr4026 { + if yyr4036 || yy2arr4036 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4026[1] { + if yyq4036[1] { if x.Max == nil { r.EncodeNil() } else { @@ -50286,7 +50382,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4026[1] { + if yyq4036[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("max")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -50297,9 +50393,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4026 || yy2arr4026 { + if yyr4036 || yy2arr4036 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4026[2] { + if yyq4036[2] { if x.Min == nil { r.EncodeNil() } else { @@ -50309,7 +50405,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4026[2] { + if yyq4036[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("min")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -50320,9 +50416,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4026 || yy2arr4026 { + if yyr4036 || yy2arr4036 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4026[3] { + if yyq4036[3] { if x.Default == nil { r.EncodeNil() } else { @@ -50332,7 +50428,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4026[3] { + if yyq4036[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("default")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -50343,9 +50439,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4026 || yy2arr4026 { + if yyr4036 || yy2arr4036 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4026[4] { + if yyq4036[4] { if x.DefaultRequest == nil { r.EncodeNil() } else { @@ -50355,7 +50451,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4026[4] { + if yyq4036[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("defaultRequest")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -50366,9 +50462,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4026 || yy2arr4026 { + if yyr4036 || yy2arr4036 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4026[5] { + if yyq4036[5] { if x.MaxLimitRequestRatio == nil { r.EncodeNil() } else { @@ -50378,7 +50474,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4026[5] { + if yyq4036[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("maxLimitRequestRatio")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -50389,7 +50485,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4026 || yy2arr4026 { + if yyr4036 || yy2arr4036 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50402,25 +50498,25 @@ func (x *LimitRangeItem) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4033 := z.DecBinary() - _ = yym4033 + yym4043 := z.DecBinary() + _ = yym4043 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4034 := r.ContainerType() - if yyct4034 == codecSelferValueTypeMap1234 { - yyl4034 := r.ReadMapStart() - if yyl4034 == 0 { + yyct4044 := r.ContainerType() + if yyct4044 == codecSelferValueTypeMap1234 { + yyl4044 := r.ReadMapStart() + if yyl4044 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4034, d) + x.codecDecodeSelfFromMap(yyl4044, d) } - } else if yyct4034 == codecSelferValueTypeArray1234 { - yyl4034 := r.ReadArrayStart() - if yyl4034 == 0 { + } else if yyct4044 == codecSelferValueTypeArray1234 { + yyl4044 := r.ReadArrayStart() + if yyl4044 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4034, d) + x.codecDecodeSelfFromArray(yyl4044, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50432,12 +50528,12 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4035Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4035Slc - var yyhl4035 bool = l >= 0 - for yyj4035 := 0; ; yyj4035++ { - if yyhl4035 { - if yyj4035 >= l { + var yys4045Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4045Slc + var yyhl4045 bool = l >= 0 + for yyj4045 := 0; ; yyj4045++ { + if yyhl4045 { + if yyj4045 >= l { break } } else { @@ -50446,10 +50542,10 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4035Slc = r.DecodeBytes(yys4035Slc, true, true) - yys4035 := string(yys4035Slc) + yys4045Slc = r.DecodeBytes(yys4045Slc, true, true) + yys4045 := string(yys4045Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4035 { + switch yys4045 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -50460,41 +50556,41 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Max = nil } else { - yyv4037 := &x.Max - yyv4037.CodecDecodeSelf(d) + yyv4047 := &x.Max + yyv4047.CodecDecodeSelf(d) } case "min": if r.TryDecodeAsNil() { x.Min = nil } else { - yyv4038 := &x.Min - yyv4038.CodecDecodeSelf(d) + yyv4048 := &x.Min + yyv4048.CodecDecodeSelf(d) } case "default": if r.TryDecodeAsNil() { x.Default = nil } else { - yyv4039 := &x.Default - yyv4039.CodecDecodeSelf(d) + yyv4049 := &x.Default + yyv4049.CodecDecodeSelf(d) } case "defaultRequest": if r.TryDecodeAsNil() { x.DefaultRequest = nil } else { - yyv4040 := &x.DefaultRequest - yyv4040.CodecDecodeSelf(d) + yyv4050 := &x.DefaultRequest + yyv4050.CodecDecodeSelf(d) } case "maxLimitRequestRatio": if r.TryDecodeAsNil() { x.MaxLimitRequestRatio = nil } else { - yyv4041 := &x.MaxLimitRequestRatio - yyv4041.CodecDecodeSelf(d) + yyv4051 := &x.MaxLimitRequestRatio + yyv4051.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys4035) - } // end switch yys4035 - } // end for yyj4035 + z.DecStructFieldNotFound(-1, yys4045) + } // end switch yys4045 + } // end for yyj4045 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -50502,16 +50598,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4042 int - var yyb4042 bool - var yyhl4042 bool = l >= 0 - yyj4042++ - if yyhl4042 { - yyb4042 = yyj4042 > l + var yyj4052 int + var yyb4052 bool + var yyhl4052 bool = l >= 0 + yyj4052++ + if yyhl4052 { + yyb4052 = yyj4052 > l } else { - yyb4042 = r.CheckBreak() + yyb4052 = r.CheckBreak() } - if yyb4042 { + if yyb4052 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50521,13 +50617,13 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = LimitType(r.DecodeString()) } - yyj4042++ - if yyhl4042 { - yyb4042 = yyj4042 > l + yyj4052++ + if yyhl4052 { + yyb4052 = yyj4052 > l } else { - yyb4042 = r.CheckBreak() + yyb4052 = r.CheckBreak() } - if yyb4042 { + if yyb4052 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50535,16 +50631,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Max = nil } else { - yyv4044 := &x.Max - yyv4044.CodecDecodeSelf(d) + yyv4054 := &x.Max + yyv4054.CodecDecodeSelf(d) } - yyj4042++ - if yyhl4042 { - yyb4042 = yyj4042 > l + yyj4052++ + if yyhl4052 { + yyb4052 = yyj4052 > l } else { - yyb4042 = r.CheckBreak() + yyb4052 = r.CheckBreak() } - if yyb4042 { + if yyb4052 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50552,16 +50648,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Min = nil } else { - yyv4045 := &x.Min - yyv4045.CodecDecodeSelf(d) + yyv4055 := &x.Min + yyv4055.CodecDecodeSelf(d) } - yyj4042++ - if yyhl4042 { - yyb4042 = yyj4042 > l + yyj4052++ + if yyhl4052 { + yyb4052 = yyj4052 > l } else { - yyb4042 = r.CheckBreak() + yyb4052 = r.CheckBreak() } - if yyb4042 { + if yyb4052 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50569,16 +50665,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Default = nil } else { - yyv4046 := &x.Default - yyv4046.CodecDecodeSelf(d) + yyv4056 := &x.Default + yyv4056.CodecDecodeSelf(d) } - yyj4042++ - if yyhl4042 { - yyb4042 = yyj4042 > l + yyj4052++ + if yyhl4052 { + yyb4052 = yyj4052 > l } else { - yyb4042 = r.CheckBreak() + yyb4052 = r.CheckBreak() } - if yyb4042 { + if yyb4052 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50586,16 +50682,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DefaultRequest = nil } else { - yyv4047 := &x.DefaultRequest - yyv4047.CodecDecodeSelf(d) + yyv4057 := &x.DefaultRequest + yyv4057.CodecDecodeSelf(d) } - yyj4042++ - if yyhl4042 { - yyb4042 = yyj4042 > l + yyj4052++ + if yyhl4052 { + yyb4052 = yyj4052 > l } else { - yyb4042 = r.CheckBreak() + yyb4052 = r.CheckBreak() } - if yyb4042 { + if yyb4052 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50603,21 +50699,21 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.MaxLimitRequestRatio = nil } else { - yyv4048 := &x.MaxLimitRequestRatio - yyv4048.CodecDecodeSelf(d) + yyv4058 := &x.MaxLimitRequestRatio + yyv4058.CodecDecodeSelf(d) } for { - yyj4042++ - if yyhl4042 { - yyb4042 = yyj4042 > l + yyj4052++ + if yyhl4052 { + yyb4052 = yyj4052 > l } else { - yyb4042 = r.CheckBreak() + yyb4052 = r.CheckBreak() } - if yyb4042 { + if yyb4052 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4042-1, "") + z.DecStructFieldNotFound(yyj4052-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50629,36 +50725,36 @@ func (x *LimitRangeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4049 := z.EncBinary() - _ = yym4049 + yym4059 := z.EncBinary() + _ = yym4059 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4050 := !z.EncBinary() - yy2arr4050 := z.EncBasicHandle().StructToArray - var yyq4050 [1]bool - _, _, _ = yysep4050, yyq4050, yy2arr4050 - const yyr4050 bool = false - var yynn4050 int - if yyr4050 || yy2arr4050 { + yysep4060 := !z.EncBinary() + yy2arr4060 := z.EncBasicHandle().StructToArray + var yyq4060 [1]bool + _, _, _ = yysep4060, yyq4060, yy2arr4060 + const yyr4060 bool = false + var yynn4060 int + if yyr4060 || yy2arr4060 { r.EncodeArrayStart(1) } else { - yynn4050 = 1 - for _, b := range yyq4050 { + yynn4060 = 1 + for _, b := range yyq4060 { if b { - yynn4050++ + yynn4060++ } } - r.EncodeMapStart(yynn4050) - yynn4050 = 0 + r.EncodeMapStart(yynn4060) + yynn4060 = 0 } - if yyr4050 || yy2arr4050 { + if yyr4060 || yy2arr4060 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Limits == nil { r.EncodeNil() } else { - yym4052 := z.EncBinary() - _ = yym4052 + yym4062 := z.EncBinary() + _ = yym4062 if false { } else { h.encSliceLimitRangeItem(([]LimitRangeItem)(x.Limits), e) @@ -50671,15 +50767,15 @@ func (x *LimitRangeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Limits == nil { r.EncodeNil() } else { - yym4053 := z.EncBinary() - _ = yym4053 + yym4063 := z.EncBinary() + _ = yym4063 if false { } else { h.encSliceLimitRangeItem(([]LimitRangeItem)(x.Limits), e) } } } - if yyr4050 || yy2arr4050 { + if yyr4060 || yy2arr4060 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50692,25 +50788,25 @@ func (x *LimitRangeSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4054 := z.DecBinary() - _ = yym4054 + yym4064 := z.DecBinary() + _ = yym4064 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4055 := r.ContainerType() - if yyct4055 == codecSelferValueTypeMap1234 { - yyl4055 := r.ReadMapStart() - if yyl4055 == 0 { + yyct4065 := r.ContainerType() + if yyct4065 == codecSelferValueTypeMap1234 { + yyl4065 := r.ReadMapStart() + if yyl4065 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4055, d) + x.codecDecodeSelfFromMap(yyl4065, d) } - } else if yyct4055 == codecSelferValueTypeArray1234 { - yyl4055 := r.ReadArrayStart() - if yyl4055 == 0 { + } else if yyct4065 == codecSelferValueTypeArray1234 { + yyl4065 := r.ReadArrayStart() + if yyl4065 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4055, d) + x.codecDecodeSelfFromArray(yyl4065, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50722,12 +50818,12 @@ func (x *LimitRangeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4056Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4056Slc - var yyhl4056 bool = l >= 0 - for yyj4056 := 0; ; yyj4056++ { - if yyhl4056 { - if yyj4056 >= l { + var yys4066Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4066Slc + var yyhl4066 bool = l >= 0 + for yyj4066 := 0; ; yyj4066++ { + if yyhl4066 { + if yyj4066 >= l { break } } else { @@ -50736,26 +50832,26 @@ func (x *LimitRangeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4056Slc = r.DecodeBytes(yys4056Slc, true, true) - yys4056 := string(yys4056Slc) + yys4066Slc = r.DecodeBytes(yys4066Slc, true, true) + yys4066 := string(yys4066Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4056 { + switch yys4066 { case "limits": if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv4057 := &x.Limits - yym4058 := z.DecBinary() - _ = yym4058 + yyv4067 := &x.Limits + yym4068 := z.DecBinary() + _ = yym4068 if false { } else { - h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv4057), d) + h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv4067), d) } } default: - z.DecStructFieldNotFound(-1, yys4056) - } // end switch yys4056 - } // end for yyj4056 + z.DecStructFieldNotFound(-1, yys4066) + } // end switch yys4066 + } // end for yyj4066 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -50763,16 +50859,16 @@ func (x *LimitRangeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4059 int - var yyb4059 bool - var yyhl4059 bool = l >= 0 - yyj4059++ - if yyhl4059 { - yyb4059 = yyj4059 > l + var yyj4069 int + var yyb4069 bool + var yyhl4069 bool = l >= 0 + yyj4069++ + if yyhl4069 { + yyb4069 = yyj4069 > l } else { - yyb4059 = r.CheckBreak() + yyb4069 = r.CheckBreak() } - if yyb4059 { + if yyb4069 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50780,26 +50876,26 @@ func (x *LimitRangeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv4060 := &x.Limits - yym4061 := z.DecBinary() - _ = yym4061 + yyv4070 := &x.Limits + yym4071 := z.DecBinary() + _ = yym4071 if false { } else { - h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv4060), d) + h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv4070), d) } } for { - yyj4059++ - if yyhl4059 { - yyb4059 = yyj4059 > l + yyj4069++ + if yyhl4069 { + yyb4069 = yyj4069 > l } else { - yyb4059 = r.CheckBreak() + yyb4069 = r.CheckBreak() } - if yyb4059 { + if yyb4069 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4059-1, "") + z.DecStructFieldNotFound(yyj4069-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50811,38 +50907,38 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4062 := z.EncBinary() - _ = yym4062 + yym4072 := z.EncBinary() + _ = yym4072 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4063 := !z.EncBinary() - yy2arr4063 := z.EncBasicHandle().StructToArray - var yyq4063 [4]bool - _, _, _ = yysep4063, yyq4063, yy2arr4063 - const yyr4063 bool = false - yyq4063[0] = x.Kind != "" - yyq4063[1] = x.APIVersion != "" - yyq4063[2] = true - yyq4063[3] = true - var yynn4063 int - if yyr4063 || yy2arr4063 { + 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] = true + var yynn4073 int + if yyr4073 || yy2arr4073 { r.EncodeArrayStart(4) } else { - yynn4063 = 0 - for _, b := range yyq4063 { + yynn4073 = 0 + for _, b := range yyq4073 { if b { - yynn4063++ + yynn4073++ } } - r.EncodeMapStart(yynn4063) - yynn4063 = 0 + r.EncodeMapStart(yynn4073) + yynn4073 = 0 } - if yyr4063 || yy2arr4063 { + if yyr4073 || yy2arr4073 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4063[0] { - yym4065 := z.EncBinary() - _ = yym4065 + if yyq4073[0] { + yym4075 := z.EncBinary() + _ = yym4075 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -50851,23 +50947,23 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4063[0] { + if yyq4073[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4066 := z.EncBinary() - _ = yym4066 + yym4076 := z.EncBinary() + _ = yym4076 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4063 || yy2arr4063 { + if yyr4073 || yy2arr4073 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4063[1] { - yym4068 := z.EncBinary() - _ = yym4068 + if yyq4073[1] { + yym4078 := z.EncBinary() + _ = yym4078 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -50876,53 +50972,53 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4063[1] { + if yyq4073[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4069 := z.EncBinary() - _ = yym4069 + yym4079 := z.EncBinary() + _ = yym4079 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4063 || yy2arr4063 { + if yyr4073 || yy2arr4073 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4063[2] { - yy4071 := &x.ObjectMeta - yy4071.CodecEncodeSelf(e) + if yyq4073[2] { + yy4081 := &x.ObjectMeta + yy4081.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4063[2] { + if yyq4073[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4072 := &x.ObjectMeta - yy4072.CodecEncodeSelf(e) + yy4082 := &x.ObjectMeta + yy4082.CodecEncodeSelf(e) } } - if yyr4063 || yy2arr4063 { + if yyr4073 || yy2arr4073 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4063[3] { - yy4074 := &x.Spec - yy4074.CodecEncodeSelf(e) + if yyq4073[3] { + yy4084 := &x.Spec + yy4084.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4063[3] { + if yyq4073[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4075 := &x.Spec - yy4075.CodecEncodeSelf(e) + yy4085 := &x.Spec + yy4085.CodecEncodeSelf(e) } } - if yyr4063 || yy2arr4063 { + if yyr4073 || yy2arr4073 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50935,25 +51031,25 @@ func (x *LimitRange) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4076 := z.DecBinary() - _ = yym4076 + yym4086 := z.DecBinary() + _ = yym4086 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4077 := r.ContainerType() - if yyct4077 == codecSelferValueTypeMap1234 { - yyl4077 := r.ReadMapStart() - if yyl4077 == 0 { + yyct4087 := r.ContainerType() + if yyct4087 == codecSelferValueTypeMap1234 { + yyl4087 := r.ReadMapStart() + if yyl4087 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4077, d) + x.codecDecodeSelfFromMap(yyl4087, d) } - } else if yyct4077 == codecSelferValueTypeArray1234 { - yyl4077 := r.ReadArrayStart() - if yyl4077 == 0 { + } else if yyct4087 == codecSelferValueTypeArray1234 { + yyl4087 := r.ReadArrayStart() + if yyl4087 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4077, d) + x.codecDecodeSelfFromArray(yyl4087, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50965,12 +51061,12 @@ func (x *LimitRange) 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 yys4088Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4088Slc + var yyhl4088 bool = l >= 0 + for yyj4088 := 0; ; yyj4088++ { + if yyhl4088 { + if yyj4088 >= l { break } } else { @@ -50979,10 +51075,10 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4078Slc = r.DecodeBytes(yys4078Slc, true, true) - yys4078 := string(yys4078Slc) + yys4088Slc = r.DecodeBytes(yys4088Slc, true, true) + yys4088 := string(yys4088Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4078 { + switch yys4088 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -50999,20 +51095,20 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4081 := &x.ObjectMeta - yyv4081.CodecDecodeSelf(d) + yyv4091 := &x.ObjectMeta + yyv4091.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = LimitRangeSpec{} } else { - yyv4082 := &x.Spec - yyv4082.CodecDecodeSelf(d) + yyv4092 := &x.Spec + yyv4092.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys4078) - } // end switch yys4078 - } // end for yyj4078 + z.DecStructFieldNotFound(-1, yys4088) + } // end switch yys4088 + } // end for yyj4088 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -51020,16 +51116,16 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4083 int - var yyb4083 bool - var yyhl4083 bool = l >= 0 - yyj4083++ - if yyhl4083 { - yyb4083 = yyj4083 > l + var yyj4093 int + var yyb4093 bool + var yyhl4093 bool = l >= 0 + yyj4093++ + if yyhl4093 { + yyb4093 = yyj4093 > l } else { - yyb4083 = r.CheckBreak() + yyb4093 = r.CheckBreak() } - if yyb4083 { + if yyb4093 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51039,13 +51135,13 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4083++ - if yyhl4083 { - yyb4083 = yyj4083 > l + yyj4093++ + if yyhl4093 { + yyb4093 = yyj4093 > l } else { - yyb4083 = r.CheckBreak() + yyb4093 = r.CheckBreak() } - if yyb4083 { + if yyb4093 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51055,13 +51151,13 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4083++ - if yyhl4083 { - yyb4083 = yyj4083 > l + yyj4093++ + if yyhl4093 { + yyb4093 = yyj4093 > l } else { - yyb4083 = r.CheckBreak() + yyb4093 = r.CheckBreak() } - if yyb4083 { + if yyb4093 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51069,16 +51165,16 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4086 := &x.ObjectMeta - yyv4086.CodecDecodeSelf(d) + yyv4096 := &x.ObjectMeta + yyv4096.CodecDecodeSelf(d) } - yyj4083++ - if yyhl4083 { - yyb4083 = yyj4083 > l + yyj4093++ + if yyhl4093 { + yyb4093 = yyj4093 > l } else { - yyb4083 = r.CheckBreak() + yyb4093 = r.CheckBreak() } - if yyb4083 { + if yyb4093 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51086,21 +51182,21 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = LimitRangeSpec{} } else { - yyv4087 := &x.Spec - yyv4087.CodecDecodeSelf(d) + yyv4097 := &x.Spec + yyv4097.CodecDecodeSelf(d) } for { - yyj4083++ - if yyhl4083 { - yyb4083 = yyj4083 > l + yyj4093++ + if yyhl4093 { + yyb4093 = yyj4093 > l } else { - yyb4083 = r.CheckBreak() + yyb4093 = r.CheckBreak() } - if yyb4083 { + if yyb4093 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4083-1, "") + z.DecStructFieldNotFound(yyj4093-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51112,37 +51208,37 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4088 := z.EncBinary() - _ = yym4088 + yym4098 := z.EncBinary() + _ = yym4098 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4089 := !z.EncBinary() - yy2arr4089 := z.EncBasicHandle().StructToArray - var yyq4089 [4]bool - _, _, _ = yysep4089, yyq4089, yy2arr4089 - const yyr4089 bool = false - yyq4089[0] = x.Kind != "" - yyq4089[1] = x.APIVersion != "" - yyq4089[2] = true - var yynn4089 int - if yyr4089 || yy2arr4089 { + yysep4099 := !z.EncBinary() + yy2arr4099 := z.EncBasicHandle().StructToArray + var yyq4099 [4]bool + _, _, _ = yysep4099, yyq4099, yy2arr4099 + const yyr4099 bool = false + yyq4099[0] = x.Kind != "" + yyq4099[1] = x.APIVersion != "" + yyq4099[2] = true + var yynn4099 int + if yyr4099 || yy2arr4099 { r.EncodeArrayStart(4) } else { - yynn4089 = 1 - for _, b := range yyq4089 { + yynn4099 = 1 + for _, b := range yyq4099 { if b { - yynn4089++ + yynn4099++ } } - r.EncodeMapStart(yynn4089) - yynn4089 = 0 + r.EncodeMapStart(yynn4099) + yynn4099 = 0 } - if yyr4089 || yy2arr4089 { + if yyr4099 || yy2arr4099 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4089[0] { - yym4091 := z.EncBinary() - _ = yym4091 + if yyq4099[0] { + yym4101 := z.EncBinary() + _ = yym4101 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -51151,23 +51247,23 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4089[0] { + if yyq4099[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4092 := z.EncBinary() - _ = yym4092 + yym4102 := z.EncBinary() + _ = yym4102 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4089 || yy2arr4089 { + if yyr4099 || yy2arr4099 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4089[1] { - yym4094 := z.EncBinary() - _ = yym4094 + if yyq4099[1] { + yym4104 := z.EncBinary() + _ = yym4104 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -51176,54 +51272,54 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4089[1] { + if yyq4099[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4095 := z.EncBinary() - _ = yym4095 + yym4105 := z.EncBinary() + _ = yym4105 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4089 || yy2arr4089 { + if yyr4099 || yy2arr4099 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4089[2] { - yy4097 := &x.ListMeta - yym4098 := z.EncBinary() - _ = yym4098 + if yyq4099[2] { + yy4107 := &x.ListMeta + yym4108 := z.EncBinary() + _ = yym4108 if false { - } else if z.HasExtensions() && z.EncExt(yy4097) { + } else if z.HasExtensions() && z.EncExt(yy4107) { } else { - z.EncFallback(yy4097) + z.EncFallback(yy4107) } } else { r.EncodeNil() } } else { - if yyq4089[2] { + if yyq4099[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4099 := &x.ListMeta - yym4100 := z.EncBinary() - _ = yym4100 + yy4109 := &x.ListMeta + yym4110 := z.EncBinary() + _ = yym4110 if false { - } else if z.HasExtensions() && z.EncExt(yy4099) { + } else if z.HasExtensions() && z.EncExt(yy4109) { } else { - z.EncFallback(yy4099) + z.EncFallback(yy4109) } } } - if yyr4089 || yy2arr4089 { + if yyr4099 || yy2arr4099 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4102 := z.EncBinary() - _ = yym4102 + yym4112 := z.EncBinary() + _ = yym4112 if false { } else { h.encSliceLimitRange(([]LimitRange)(x.Items), e) @@ -51236,15 +51332,15 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4103 := z.EncBinary() - _ = yym4103 + yym4113 := z.EncBinary() + _ = yym4113 if false { } else { h.encSliceLimitRange(([]LimitRange)(x.Items), e) } } } - if yyr4089 || yy2arr4089 { + if yyr4099 || yy2arr4099 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -51257,25 +51353,25 @@ func (x *LimitRangeList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4104 := z.DecBinary() - _ = yym4104 + yym4114 := z.DecBinary() + _ = yym4114 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4105 := r.ContainerType() - if yyct4105 == codecSelferValueTypeMap1234 { - yyl4105 := r.ReadMapStart() - if yyl4105 == 0 { + yyct4115 := r.ContainerType() + if yyct4115 == codecSelferValueTypeMap1234 { + yyl4115 := r.ReadMapStart() + if yyl4115 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4105, d) + x.codecDecodeSelfFromMap(yyl4115, d) } - } else if yyct4105 == codecSelferValueTypeArray1234 { - yyl4105 := r.ReadArrayStart() - if yyl4105 == 0 { + } else if yyct4115 == codecSelferValueTypeArray1234 { + yyl4115 := r.ReadArrayStart() + if yyl4115 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4105, d) + x.codecDecodeSelfFromArray(yyl4115, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -51287,12 +51383,12 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4106Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4106Slc - var yyhl4106 bool = l >= 0 - for yyj4106 := 0; ; yyj4106++ { - if yyhl4106 { - if yyj4106 >= l { + var yys4116Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4116Slc + var yyhl4116 bool = l >= 0 + for yyj4116 := 0; ; yyj4116++ { + if yyhl4116 { + if yyj4116 >= l { break } } else { @@ -51301,10 +51397,10 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4106Slc = r.DecodeBytes(yys4106Slc, true, true) - yys4106 := string(yys4106Slc) + yys4116Slc = r.DecodeBytes(yys4116Slc, true, true) + yys4116 := string(yys4116Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4106 { + switch yys4116 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -51321,31 +51417,31 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4109 := &x.ListMeta - yym4110 := z.DecBinary() - _ = yym4110 + yyv4119 := &x.ListMeta + yym4120 := z.DecBinary() + _ = yym4120 if false { - } else if z.HasExtensions() && z.DecExt(yyv4109) { + } else if z.HasExtensions() && z.DecExt(yyv4119) { } else { - z.DecFallback(yyv4109, false) + z.DecFallback(yyv4119, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4111 := &x.Items - yym4112 := z.DecBinary() - _ = yym4112 + yyv4121 := &x.Items + yym4122 := z.DecBinary() + _ = yym4122 if false { } else { - h.decSliceLimitRange((*[]LimitRange)(yyv4111), d) + h.decSliceLimitRange((*[]LimitRange)(yyv4121), d) } } default: - z.DecStructFieldNotFound(-1, yys4106) - } // end switch yys4106 - } // end for yyj4106 + z.DecStructFieldNotFound(-1, yys4116) + } // end switch yys4116 + } // end for yyj4116 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -51353,16 +51449,16 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4113 int - var yyb4113 bool - var yyhl4113 bool = l >= 0 - yyj4113++ - if yyhl4113 { - yyb4113 = yyj4113 > l + var yyj4123 int + var yyb4123 bool + var yyhl4123 bool = l >= 0 + yyj4123++ + if yyhl4123 { + yyb4123 = yyj4123 > l } else { - yyb4113 = r.CheckBreak() + yyb4123 = r.CheckBreak() } - if yyb4113 { + if yyb4123 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51372,13 +51468,13 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4113++ - if yyhl4113 { - yyb4113 = yyj4113 > l + yyj4123++ + if yyhl4123 { + yyb4123 = yyj4123 > l } else { - yyb4113 = r.CheckBreak() + yyb4123 = r.CheckBreak() } - if yyb4113 { + if yyb4123 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51388,13 +51484,13 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4113++ - if yyhl4113 { - yyb4113 = yyj4113 > l + yyj4123++ + if yyhl4123 { + yyb4123 = yyj4123 > l } else { - yyb4113 = r.CheckBreak() + yyb4123 = r.CheckBreak() } - if yyb4113 { + if yyb4123 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51402,22 +51498,22 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4116 := &x.ListMeta - yym4117 := z.DecBinary() - _ = yym4117 + yyv4126 := &x.ListMeta + yym4127 := z.DecBinary() + _ = yym4127 if false { - } else if z.HasExtensions() && z.DecExt(yyv4116) { + } else if z.HasExtensions() && z.DecExt(yyv4126) { } else { - z.DecFallback(yyv4116, false) + z.DecFallback(yyv4126, false) } } - yyj4113++ - if yyhl4113 { - yyb4113 = yyj4113 > l + yyj4123++ + if yyhl4123 { + yyb4123 = yyj4123 > l } else { - yyb4113 = r.CheckBreak() + yyb4123 = r.CheckBreak() } - if yyb4113 { + if yyb4123 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51425,26 +51521,26 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4118 := &x.Items - yym4119 := z.DecBinary() - _ = yym4119 + yyv4128 := &x.Items + yym4129 := z.DecBinary() + _ = yym4129 if false { } else { - h.decSliceLimitRange((*[]LimitRange)(yyv4118), d) + h.decSliceLimitRange((*[]LimitRange)(yyv4128), d) } } for { - yyj4113++ - if yyhl4113 { - yyb4113 = yyj4113 > l + yyj4123++ + if yyhl4123 { + yyb4123 = yyj4123 > l } else { - yyb4113 = r.CheckBreak() + yyb4123 = r.CheckBreak() } - if yyb4113 { + if yyb4123 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4113-1, "") + z.DecStructFieldNotFound(yyj4123-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51453,8 +51549,8 @@ func (x ResourceQuotaScope) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4120 := z.EncBinary() - _ = yym4120 + yym4130 := z.EncBinary() + _ = yym4130 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -51466,8 +51562,8 @@ func (x *ResourceQuotaScope) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4121 := z.DecBinary() - _ = yym4121 + yym4131 := z.DecBinary() + _ = yym4131 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -51482,34 +51578,34 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4122 := z.EncBinary() - _ = yym4122 + yym4132 := z.EncBinary() + _ = yym4132 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4123 := !z.EncBinary() - yy2arr4123 := z.EncBasicHandle().StructToArray - var yyq4123 [2]bool - _, _, _ = yysep4123, yyq4123, yy2arr4123 - const yyr4123 bool = false - yyq4123[0] = len(x.Hard) != 0 - yyq4123[1] = len(x.Scopes) != 0 - var yynn4123 int - if yyr4123 || yy2arr4123 { + yysep4133 := !z.EncBinary() + yy2arr4133 := z.EncBasicHandle().StructToArray + var yyq4133 [2]bool + _, _, _ = yysep4133, yyq4133, yy2arr4133 + const yyr4133 bool = false + yyq4133[0] = len(x.Hard) != 0 + yyq4133[1] = len(x.Scopes) != 0 + var yynn4133 int + if yyr4133 || yy2arr4133 { r.EncodeArrayStart(2) } else { - yynn4123 = 0 - for _, b := range yyq4123 { + yynn4133 = 0 + for _, b := range yyq4133 { if b { - yynn4123++ + yynn4133++ } } - r.EncodeMapStart(yynn4123) - yynn4123 = 0 + r.EncodeMapStart(yynn4133) + yynn4133 = 0 } - if yyr4123 || yy2arr4123 { + if yyr4133 || yy2arr4133 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4123[0] { + if yyq4133[0] { if x.Hard == nil { r.EncodeNil() } else { @@ -51519,7 +51615,7 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4123[0] { + if yyq4133[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hard")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -51530,14 +51626,14 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4123 || yy2arr4123 { + if yyr4133 || yy2arr4133 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4123[1] { + if yyq4133[1] { if x.Scopes == nil { r.EncodeNil() } else { - yym4126 := z.EncBinary() - _ = yym4126 + yym4136 := z.EncBinary() + _ = yym4136 if false { } else { h.encSliceResourceQuotaScope(([]ResourceQuotaScope)(x.Scopes), e) @@ -51547,15 +51643,15 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4123[1] { + if yyq4133[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("scopes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Scopes == nil { r.EncodeNil() } else { - yym4127 := z.EncBinary() - _ = yym4127 + yym4137 := z.EncBinary() + _ = yym4137 if false { } else { h.encSliceResourceQuotaScope(([]ResourceQuotaScope)(x.Scopes), e) @@ -51563,7 +51659,7 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4123 || yy2arr4123 { + if yyr4133 || yy2arr4133 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -51576,25 +51672,25 @@ func (x *ResourceQuotaSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4128 := z.DecBinary() - _ = yym4128 + yym4138 := z.DecBinary() + _ = yym4138 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4129 := r.ContainerType() - if yyct4129 == codecSelferValueTypeMap1234 { - yyl4129 := r.ReadMapStart() - if yyl4129 == 0 { + yyct4139 := r.ContainerType() + if yyct4139 == codecSelferValueTypeMap1234 { + yyl4139 := r.ReadMapStart() + if yyl4139 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4129, d) + x.codecDecodeSelfFromMap(yyl4139, d) } - } else if yyct4129 == codecSelferValueTypeArray1234 { - yyl4129 := r.ReadArrayStart() - if yyl4129 == 0 { + } else if yyct4139 == codecSelferValueTypeArray1234 { + yyl4139 := r.ReadArrayStart() + if yyl4139 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4129, d) + x.codecDecodeSelfFromArray(yyl4139, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -51606,12 +51702,12 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4130Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4130Slc - var yyhl4130 bool = l >= 0 - for yyj4130 := 0; ; yyj4130++ { - if yyhl4130 { - if yyj4130 >= l { + var yys4140Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4140Slc + var yyhl4140 bool = l >= 0 + for yyj4140 := 0; ; yyj4140++ { + if yyhl4140 { + if yyj4140 >= l { break } } else { @@ -51620,33 +51716,33 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4130Slc = r.DecodeBytes(yys4130Slc, true, true) - yys4130 := string(yys4130Slc) + yys4140Slc = r.DecodeBytes(yys4140Slc, true, true) + yys4140 := string(yys4140Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4130 { + switch yys4140 { case "hard": if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv4131 := &x.Hard - yyv4131.CodecDecodeSelf(d) + yyv4141 := &x.Hard + yyv4141.CodecDecodeSelf(d) } case "scopes": if r.TryDecodeAsNil() { x.Scopes = nil } else { - yyv4132 := &x.Scopes - yym4133 := z.DecBinary() - _ = yym4133 + yyv4142 := &x.Scopes + yym4143 := z.DecBinary() + _ = yym4143 if false { } else { - h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv4132), d) + h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv4142), d) } } default: - z.DecStructFieldNotFound(-1, yys4130) - } // end switch yys4130 - } // end for yyj4130 + z.DecStructFieldNotFound(-1, yys4140) + } // end switch yys4140 + } // end for yyj4140 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -51654,16 +51750,16 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4134 int - var yyb4134 bool - var yyhl4134 bool = l >= 0 - yyj4134++ - if yyhl4134 { - yyb4134 = yyj4134 > l + var yyj4144 int + var yyb4144 bool + var yyhl4144 bool = l >= 0 + yyj4144++ + if yyhl4144 { + yyb4144 = yyj4144 > l } else { - yyb4134 = r.CheckBreak() + yyb4144 = r.CheckBreak() } - if yyb4134 { + if yyb4144 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51671,16 +51767,16 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv4135 := &x.Hard - yyv4135.CodecDecodeSelf(d) + yyv4145 := &x.Hard + yyv4145.CodecDecodeSelf(d) } - yyj4134++ - if yyhl4134 { - yyb4134 = yyj4134 > l + yyj4144++ + if yyhl4144 { + yyb4144 = yyj4144 > l } else { - yyb4134 = r.CheckBreak() + yyb4144 = r.CheckBreak() } - if yyb4134 { + if yyb4144 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51688,26 +51784,26 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Scopes = nil } else { - yyv4136 := &x.Scopes - yym4137 := z.DecBinary() - _ = yym4137 + yyv4146 := &x.Scopes + yym4147 := z.DecBinary() + _ = yym4147 if false { } else { - h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv4136), d) + h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv4146), d) } } for { - yyj4134++ - if yyhl4134 { - yyb4134 = yyj4134 > l + yyj4144++ + if yyhl4144 { + yyb4144 = yyj4144 > l } else { - yyb4134 = r.CheckBreak() + yyb4144 = r.CheckBreak() } - if yyb4134 { + if yyb4144 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4134-1, "") + z.DecStructFieldNotFound(yyj4144-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51719,34 +51815,34 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4138 := z.EncBinary() - _ = yym4138 + yym4148 := z.EncBinary() + _ = yym4148 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4139 := !z.EncBinary() - yy2arr4139 := z.EncBasicHandle().StructToArray - var yyq4139 [2]bool - _, _, _ = yysep4139, yyq4139, yy2arr4139 - const yyr4139 bool = false - yyq4139[0] = len(x.Hard) != 0 - yyq4139[1] = len(x.Used) != 0 - var yynn4139 int - if yyr4139 || yy2arr4139 { + yysep4149 := !z.EncBinary() + yy2arr4149 := z.EncBasicHandle().StructToArray + var yyq4149 [2]bool + _, _, _ = yysep4149, yyq4149, yy2arr4149 + const yyr4149 bool = false + yyq4149[0] = len(x.Hard) != 0 + yyq4149[1] = len(x.Used) != 0 + var yynn4149 int + if yyr4149 || yy2arr4149 { r.EncodeArrayStart(2) } else { - yynn4139 = 0 - for _, b := range yyq4139 { + yynn4149 = 0 + for _, b := range yyq4149 { if b { - yynn4139++ + yynn4149++ } } - r.EncodeMapStart(yynn4139) - yynn4139 = 0 + r.EncodeMapStart(yynn4149) + yynn4149 = 0 } - if yyr4139 || yy2arr4139 { + if yyr4149 || yy2arr4149 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4139[0] { + if yyq4149[0] { if x.Hard == nil { r.EncodeNil() } else { @@ -51756,7 +51852,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4139[0] { + if yyq4149[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hard")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -51767,9 +51863,9 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4139 || yy2arr4139 { + if yyr4149 || yy2arr4149 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4139[1] { + if yyq4149[1] { if x.Used == nil { r.EncodeNil() } else { @@ -51779,7 +51875,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4139[1] { + if yyq4149[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("used")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -51790,7 +51886,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4139 || yy2arr4139 { + if yyr4149 || yy2arr4149 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -51803,25 +51899,25 @@ func (x *ResourceQuotaStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4142 := z.DecBinary() - _ = yym4142 + yym4152 := z.DecBinary() + _ = yym4152 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4143 := r.ContainerType() - if yyct4143 == codecSelferValueTypeMap1234 { - yyl4143 := r.ReadMapStart() - if yyl4143 == 0 { + yyct4153 := r.ContainerType() + if yyct4153 == codecSelferValueTypeMap1234 { + yyl4153 := r.ReadMapStart() + if yyl4153 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4143, d) + x.codecDecodeSelfFromMap(yyl4153, d) } - } else if yyct4143 == codecSelferValueTypeArray1234 { - yyl4143 := r.ReadArrayStart() - if yyl4143 == 0 { + } else if yyct4153 == codecSelferValueTypeArray1234 { + yyl4153 := r.ReadArrayStart() + if yyl4153 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4143, d) + x.codecDecodeSelfFromArray(yyl4153, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -51833,12 +51929,12 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4144Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4144Slc - var yyhl4144 bool = l >= 0 - for yyj4144 := 0; ; yyj4144++ { - if yyhl4144 { - if yyj4144 >= l { + var yys4154Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4154Slc + var yyhl4154 bool = l >= 0 + for yyj4154 := 0; ; yyj4154++ { + if yyhl4154 { + if yyj4154 >= l { break } } else { @@ -51847,28 +51943,28 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4144Slc = r.DecodeBytes(yys4144Slc, true, true) - yys4144 := string(yys4144Slc) + yys4154Slc = r.DecodeBytes(yys4154Slc, true, true) + yys4154 := string(yys4154Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4144 { + switch yys4154 { case "hard": if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv4145 := &x.Hard - yyv4145.CodecDecodeSelf(d) + yyv4155 := &x.Hard + yyv4155.CodecDecodeSelf(d) } case "used": if r.TryDecodeAsNil() { x.Used = nil } else { - yyv4146 := &x.Used - yyv4146.CodecDecodeSelf(d) + yyv4156 := &x.Used + yyv4156.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys4144) - } // end switch yys4144 - } // end for yyj4144 + z.DecStructFieldNotFound(-1, yys4154) + } // end switch yys4154 + } // end for yyj4154 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -51876,16 +51972,16 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4147 int - var yyb4147 bool - var yyhl4147 bool = l >= 0 - yyj4147++ - if yyhl4147 { - yyb4147 = yyj4147 > l + var yyj4157 int + var yyb4157 bool + var yyhl4157 bool = l >= 0 + yyj4157++ + if yyhl4157 { + yyb4157 = yyj4157 > l } else { - yyb4147 = r.CheckBreak() + yyb4157 = r.CheckBreak() } - if yyb4147 { + if yyb4157 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51893,16 +51989,16 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv4148 := &x.Hard - yyv4148.CodecDecodeSelf(d) + yyv4158 := &x.Hard + yyv4158.CodecDecodeSelf(d) } - yyj4147++ - if yyhl4147 { - yyb4147 = yyj4147 > l + yyj4157++ + if yyhl4157 { + yyb4157 = yyj4157 > l } else { - yyb4147 = r.CheckBreak() + yyb4157 = r.CheckBreak() } - if yyb4147 { + if yyb4157 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51910,21 +52006,21 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Used = nil } else { - yyv4149 := &x.Used - yyv4149.CodecDecodeSelf(d) + yyv4159 := &x.Used + yyv4159.CodecDecodeSelf(d) } for { - yyj4147++ - if yyhl4147 { - yyb4147 = yyj4147 > l + yyj4157++ + if yyhl4157 { + yyb4157 = yyj4157 > l } else { - yyb4147 = r.CheckBreak() + yyb4157 = r.CheckBreak() } - if yyb4147 { + if yyb4157 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4147-1, "") + z.DecStructFieldNotFound(yyj4157-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51936,39 +52032,39 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4150 := z.EncBinary() - _ = yym4150 + yym4160 := z.EncBinary() + _ = yym4160 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4151 := !z.EncBinary() - yy2arr4151 := z.EncBasicHandle().StructToArray - var yyq4151 [5]bool - _, _, _ = yysep4151, yyq4151, yy2arr4151 - const yyr4151 bool = false - yyq4151[0] = x.Kind != "" - yyq4151[1] = x.APIVersion != "" - yyq4151[2] = true - yyq4151[3] = true - yyq4151[4] = true - var yynn4151 int - if yyr4151 || yy2arr4151 { + yysep4161 := !z.EncBinary() + yy2arr4161 := z.EncBasicHandle().StructToArray + var yyq4161 [5]bool + _, _, _ = yysep4161, yyq4161, yy2arr4161 + const yyr4161 bool = false + yyq4161[0] = x.Kind != "" + yyq4161[1] = x.APIVersion != "" + yyq4161[2] = true + yyq4161[3] = true + yyq4161[4] = true + var yynn4161 int + if yyr4161 || yy2arr4161 { r.EncodeArrayStart(5) } else { - yynn4151 = 0 - for _, b := range yyq4151 { + yynn4161 = 0 + for _, b := range yyq4161 { if b { - yynn4151++ + yynn4161++ } } - r.EncodeMapStart(yynn4151) - yynn4151 = 0 + r.EncodeMapStart(yynn4161) + yynn4161 = 0 } - if yyr4151 || yy2arr4151 { + if yyr4161 || yy2arr4161 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4151[0] { - yym4153 := z.EncBinary() - _ = yym4153 + if yyq4161[0] { + yym4163 := z.EncBinary() + _ = yym4163 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -51977,23 +52073,23 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4151[0] { + if yyq4161[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4154 := z.EncBinary() - _ = yym4154 + yym4164 := z.EncBinary() + _ = yym4164 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4151 || yy2arr4151 { + if yyr4161 || yy2arr4161 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4151[1] { - yym4156 := z.EncBinary() - _ = yym4156 + if yyq4161[1] { + yym4166 := z.EncBinary() + _ = yym4166 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -52002,70 +52098,70 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4151[1] { + if yyq4161[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4157 := z.EncBinary() - _ = yym4157 + yym4167 := z.EncBinary() + _ = yym4167 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4151 || yy2arr4151 { + if yyr4161 || yy2arr4161 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4151[2] { - yy4159 := &x.ObjectMeta - yy4159.CodecEncodeSelf(e) + if yyq4161[2] { + yy4169 := &x.ObjectMeta + yy4169.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4151[2] { + if yyq4161[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4160 := &x.ObjectMeta - yy4160.CodecEncodeSelf(e) + yy4170 := &x.ObjectMeta + yy4170.CodecEncodeSelf(e) } } - if yyr4151 || yy2arr4151 { + if yyr4161 || yy2arr4161 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4151[3] { - yy4162 := &x.Spec - yy4162.CodecEncodeSelf(e) + if yyq4161[3] { + yy4172 := &x.Spec + yy4172.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4151[3] { + if yyq4161[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4163 := &x.Spec - yy4163.CodecEncodeSelf(e) + yy4173 := &x.Spec + yy4173.CodecEncodeSelf(e) } } - if yyr4151 || yy2arr4151 { + if yyr4161 || yy2arr4161 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4151[4] { - yy4165 := &x.Status - yy4165.CodecEncodeSelf(e) + if yyq4161[4] { + yy4175 := &x.Status + yy4175.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4151[4] { + if yyq4161[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4166 := &x.Status - yy4166.CodecEncodeSelf(e) + yy4176 := &x.Status + yy4176.CodecEncodeSelf(e) } } - if yyr4151 || yy2arr4151 { + if yyr4161 || yy2arr4161 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -52078,25 +52174,25 @@ func (x *ResourceQuota) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4167 := z.DecBinary() - _ = yym4167 + yym4177 := z.DecBinary() + _ = yym4177 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4168 := r.ContainerType() - if yyct4168 == codecSelferValueTypeMap1234 { - yyl4168 := r.ReadMapStart() - if yyl4168 == 0 { + yyct4178 := r.ContainerType() + if yyct4178 == codecSelferValueTypeMap1234 { + yyl4178 := r.ReadMapStart() + if yyl4178 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4168, d) + x.codecDecodeSelfFromMap(yyl4178, d) } - } else if yyct4168 == codecSelferValueTypeArray1234 { - yyl4168 := r.ReadArrayStart() - if yyl4168 == 0 { + } else if yyct4178 == codecSelferValueTypeArray1234 { + yyl4178 := r.ReadArrayStart() + if yyl4178 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4168, d) + x.codecDecodeSelfFromArray(yyl4178, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -52108,12 +52204,12 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4169Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4169Slc - var yyhl4169 bool = l >= 0 - for yyj4169 := 0; ; yyj4169++ { - if yyhl4169 { - if yyj4169 >= l { + var yys4179Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4179Slc + var yyhl4179 bool = l >= 0 + for yyj4179 := 0; ; yyj4179++ { + if yyhl4179 { + if yyj4179 >= l { break } } else { @@ -52122,10 +52218,10 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4169Slc = r.DecodeBytes(yys4169Slc, true, true) - yys4169 := string(yys4169Slc) + yys4179Slc = r.DecodeBytes(yys4179Slc, true, true) + yys4179 := string(yys4179Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4169 { + switch yys4179 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -52142,27 +52238,27 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4172 := &x.ObjectMeta - yyv4172.CodecDecodeSelf(d) + yyv4182 := &x.ObjectMeta + yyv4182.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ResourceQuotaSpec{} } else { - yyv4173 := &x.Spec - yyv4173.CodecDecodeSelf(d) + yyv4183 := &x.Spec + yyv4183.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ResourceQuotaStatus{} } else { - yyv4174 := &x.Status - yyv4174.CodecDecodeSelf(d) + yyv4184 := &x.Status + yyv4184.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys4169) - } // end switch yys4169 - } // end for yyj4169 + z.DecStructFieldNotFound(-1, yys4179) + } // end switch yys4179 + } // end for yyj4179 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -52170,16 +52266,16 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4175 int - var yyb4175 bool - var yyhl4175 bool = l >= 0 - yyj4175++ - if yyhl4175 { - yyb4175 = yyj4175 > l + var yyj4185 int + var yyb4185 bool + var yyhl4185 bool = l >= 0 + yyj4185++ + if yyhl4185 { + yyb4185 = yyj4185 > l } else { - yyb4175 = r.CheckBreak() + yyb4185 = r.CheckBreak() } - if yyb4175 { + if yyb4185 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52189,13 +52285,13 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4175++ - if yyhl4175 { - yyb4175 = yyj4175 > l + yyj4185++ + if yyhl4185 { + yyb4185 = yyj4185 > l } else { - yyb4175 = r.CheckBreak() + yyb4185 = r.CheckBreak() } - if yyb4175 { + if yyb4185 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52205,13 +52301,13 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4175++ - if yyhl4175 { - yyb4175 = yyj4175 > l + yyj4185++ + if yyhl4185 { + yyb4185 = yyj4185 > l } else { - yyb4175 = r.CheckBreak() + yyb4185 = r.CheckBreak() } - if yyb4175 { + if yyb4185 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52219,16 +52315,16 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4178 := &x.ObjectMeta - yyv4178.CodecDecodeSelf(d) + yyv4188 := &x.ObjectMeta + yyv4188.CodecDecodeSelf(d) } - yyj4175++ - if yyhl4175 { - yyb4175 = yyj4175 > l + yyj4185++ + if yyhl4185 { + yyb4185 = yyj4185 > l } else { - yyb4175 = r.CheckBreak() + yyb4185 = r.CheckBreak() } - if yyb4175 { + if yyb4185 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52236,16 +52332,16 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = ResourceQuotaSpec{} } else { - yyv4179 := &x.Spec - yyv4179.CodecDecodeSelf(d) + yyv4189 := &x.Spec + yyv4189.CodecDecodeSelf(d) } - yyj4175++ - if yyhl4175 { - yyb4175 = yyj4175 > l + yyj4185++ + if yyhl4185 { + yyb4185 = yyj4185 > l } else { - yyb4175 = r.CheckBreak() + yyb4185 = r.CheckBreak() } - if yyb4175 { + if yyb4185 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52253,21 +52349,21 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = ResourceQuotaStatus{} } else { - yyv4180 := &x.Status - yyv4180.CodecDecodeSelf(d) + yyv4190 := &x.Status + yyv4190.CodecDecodeSelf(d) } for { - yyj4175++ - if yyhl4175 { - yyb4175 = yyj4175 > l + yyj4185++ + if yyhl4185 { + yyb4185 = yyj4185 > l } else { - yyb4175 = r.CheckBreak() + yyb4185 = r.CheckBreak() } - if yyb4175 { + if yyb4185 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4175-1, "") + z.DecStructFieldNotFound(yyj4185-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -52279,37 +52375,37 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4181 := z.EncBinary() - _ = yym4181 + yym4191 := z.EncBinary() + _ = yym4191 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4182 := !z.EncBinary() - yy2arr4182 := z.EncBasicHandle().StructToArray - var yyq4182 [4]bool - _, _, _ = yysep4182, yyq4182, yy2arr4182 - const yyr4182 bool = false - yyq4182[0] = x.Kind != "" - yyq4182[1] = x.APIVersion != "" - yyq4182[2] = true - var yynn4182 int - if yyr4182 || yy2arr4182 { + yysep4192 := !z.EncBinary() + yy2arr4192 := z.EncBasicHandle().StructToArray + var yyq4192 [4]bool + _, _, _ = yysep4192, yyq4192, yy2arr4192 + const yyr4192 bool = false + yyq4192[0] = x.Kind != "" + yyq4192[1] = x.APIVersion != "" + yyq4192[2] = true + var yynn4192 int + if yyr4192 || yy2arr4192 { r.EncodeArrayStart(4) } else { - yynn4182 = 1 - for _, b := range yyq4182 { + yynn4192 = 1 + for _, b := range yyq4192 { if b { - yynn4182++ + yynn4192++ } } - r.EncodeMapStart(yynn4182) - yynn4182 = 0 + r.EncodeMapStart(yynn4192) + yynn4192 = 0 } - if yyr4182 || yy2arr4182 { + if yyr4192 || yy2arr4192 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4182[0] { - yym4184 := z.EncBinary() - _ = yym4184 + if yyq4192[0] { + yym4194 := z.EncBinary() + _ = yym4194 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -52318,23 +52414,23 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4182[0] { + if yyq4192[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4185 := z.EncBinary() - _ = yym4185 + yym4195 := z.EncBinary() + _ = yym4195 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4182 || yy2arr4182 { + if yyr4192 || yy2arr4192 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4182[1] { - yym4187 := z.EncBinary() - _ = yym4187 + if yyq4192[1] { + yym4197 := z.EncBinary() + _ = yym4197 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -52343,54 +52439,54 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4182[1] { + if yyq4192[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4188 := z.EncBinary() - _ = yym4188 + yym4198 := z.EncBinary() + _ = yym4198 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4182 || yy2arr4182 { + if yyr4192 || yy2arr4192 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4182[2] { - yy4190 := &x.ListMeta - yym4191 := z.EncBinary() - _ = yym4191 + if yyq4192[2] { + yy4200 := &x.ListMeta + yym4201 := z.EncBinary() + _ = yym4201 if false { - } else if z.HasExtensions() && z.EncExt(yy4190) { + } else if z.HasExtensions() && z.EncExt(yy4200) { } else { - z.EncFallback(yy4190) + z.EncFallback(yy4200) } } else { r.EncodeNil() } } else { - if yyq4182[2] { + if yyq4192[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4192 := &x.ListMeta - yym4193 := z.EncBinary() - _ = yym4193 + yy4202 := &x.ListMeta + yym4203 := z.EncBinary() + _ = yym4203 if false { - } else if z.HasExtensions() && z.EncExt(yy4192) { + } else if z.HasExtensions() && z.EncExt(yy4202) { } else { - z.EncFallback(yy4192) + z.EncFallback(yy4202) } } } - if yyr4182 || yy2arr4182 { + if yyr4192 || yy2arr4192 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4195 := z.EncBinary() - _ = yym4195 + yym4205 := z.EncBinary() + _ = yym4205 if false { } else { h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) @@ -52403,15 +52499,15 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4196 := z.EncBinary() - _ = yym4196 + yym4206 := z.EncBinary() + _ = yym4206 if false { } else { h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) } } } - if yyr4182 || yy2arr4182 { + if yyr4192 || yy2arr4192 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -52424,25 +52520,25 @@ func (x *ResourceQuotaList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4197 := z.DecBinary() - _ = yym4197 + yym4207 := z.DecBinary() + _ = yym4207 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4198 := r.ContainerType() - if yyct4198 == codecSelferValueTypeMap1234 { - yyl4198 := r.ReadMapStart() - if yyl4198 == 0 { + yyct4208 := r.ContainerType() + if yyct4208 == codecSelferValueTypeMap1234 { + yyl4208 := r.ReadMapStart() + if yyl4208 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4198, d) + x.codecDecodeSelfFromMap(yyl4208, d) } - } else if yyct4198 == codecSelferValueTypeArray1234 { - yyl4198 := r.ReadArrayStart() - if yyl4198 == 0 { + } else if yyct4208 == codecSelferValueTypeArray1234 { + yyl4208 := r.ReadArrayStart() + if yyl4208 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4198, d) + x.codecDecodeSelfFromArray(yyl4208, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -52454,12 +52550,12 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4199Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4199Slc - var yyhl4199 bool = l >= 0 - for yyj4199 := 0; ; yyj4199++ { - if yyhl4199 { - if yyj4199 >= l { + var yys4209Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4209Slc + var yyhl4209 bool = l >= 0 + for yyj4209 := 0; ; yyj4209++ { + if yyhl4209 { + if yyj4209 >= l { break } } else { @@ -52468,10 +52564,10 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4199Slc = r.DecodeBytes(yys4199Slc, true, true) - yys4199 := string(yys4199Slc) + yys4209Slc = r.DecodeBytes(yys4209Slc, true, true) + yys4209 := string(yys4209Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4199 { + switch yys4209 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -52488,31 +52584,31 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4202 := &x.ListMeta - yym4203 := z.DecBinary() - _ = yym4203 + yyv4212 := &x.ListMeta + yym4213 := z.DecBinary() + _ = yym4213 if false { - } else if z.HasExtensions() && z.DecExt(yyv4202) { + } else if z.HasExtensions() && z.DecExt(yyv4212) { } else { - z.DecFallback(yyv4202, false) + z.DecFallback(yyv4212, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4204 := &x.Items - yym4205 := z.DecBinary() - _ = yym4205 + yyv4214 := &x.Items + yym4215 := z.DecBinary() + _ = yym4215 if false { } else { - h.decSliceResourceQuota((*[]ResourceQuota)(yyv4204), d) + h.decSliceResourceQuota((*[]ResourceQuota)(yyv4214), d) } } default: - z.DecStructFieldNotFound(-1, yys4199) - } // end switch yys4199 - } // end for yyj4199 + z.DecStructFieldNotFound(-1, yys4209) + } // end switch yys4209 + } // end for yyj4209 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -52520,16 +52616,16 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4206 int - var yyb4206 bool - var yyhl4206 bool = l >= 0 - yyj4206++ - if yyhl4206 { - yyb4206 = yyj4206 > l + var yyj4216 int + var yyb4216 bool + var yyhl4216 bool = l >= 0 + yyj4216++ + if yyhl4216 { + yyb4216 = yyj4216 > l } else { - yyb4206 = r.CheckBreak() + yyb4216 = r.CheckBreak() } - if yyb4206 { + if yyb4216 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52539,13 +52635,13 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.Kind = string(r.DecodeString()) } - yyj4206++ - if yyhl4206 { - yyb4206 = yyj4206 > l + yyj4216++ + if yyhl4216 { + yyb4216 = yyj4216 > l } else { - yyb4206 = r.CheckBreak() + yyb4216 = r.CheckBreak() } - if yyb4206 { + if yyb4216 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52555,13 +52651,13 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.APIVersion = string(r.DecodeString()) } - yyj4206++ - if yyhl4206 { - yyb4206 = yyj4206 > l + yyj4216++ + if yyhl4216 { + yyb4216 = yyj4216 > l } else { - yyb4206 = r.CheckBreak() + yyb4216 = r.CheckBreak() } - if yyb4206 { + if yyb4216 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52569,22 +52665,22 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4209 := &x.ListMeta - yym4210 := z.DecBinary() - _ = yym4210 + yyv4219 := &x.ListMeta + yym4220 := z.DecBinary() + _ = yym4220 if false { - } else if z.HasExtensions() && z.DecExt(yyv4209) { + } else if z.HasExtensions() && z.DecExt(yyv4219) { } else { - z.DecFallback(yyv4209, false) + z.DecFallback(yyv4219, false) } } - yyj4206++ - if yyhl4206 { - yyb4206 = yyj4206 > l + yyj4216++ + if yyhl4216 { + yyb4216 = yyj4216 > l } else { - yyb4206 = r.CheckBreak() + yyb4216 = r.CheckBreak() } - if yyb4206 { + if yyb4216 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52592,26 +52688,26 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4211 := &x.Items - yym4212 := z.DecBinary() - _ = yym4212 + yyv4221 := &x.Items + yym4222 := z.DecBinary() + _ = yym4222 if false { } else { - h.decSliceResourceQuota((*[]ResourceQuota)(yyv4211), d) + h.decSliceResourceQuota((*[]ResourceQuota)(yyv4221), d) } } for { - yyj4206++ - if yyhl4206 { - yyb4206 = yyj4206 > l + yyj4216++ + if yyhl4216 { + yyb4216 = yyj4216 > l } else { - yyb4206 = r.CheckBreak() + yyb4216 = r.CheckBreak() } - if yyb4206 { + if yyb4216 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4206-1, "") + z.DecStructFieldNotFound(yyj4216-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -52623,39 +52719,39 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4213 := z.EncBinary() - _ = yym4213 + yym4223 := z.EncBinary() + _ = yym4223 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4214 := !z.EncBinary() - yy2arr4214 := z.EncBasicHandle().StructToArray - var yyq4214 [5]bool - _, _, _ = yysep4214, yyq4214, yy2arr4214 - const yyr4214 bool = false - yyq4214[0] = x.Kind != "" - yyq4214[1] = x.APIVersion != "" - yyq4214[2] = true - yyq4214[3] = len(x.Data) != 0 - yyq4214[4] = x.Type != "" - var yynn4214 int - if yyr4214 || yy2arr4214 { + yysep4224 := !z.EncBinary() + yy2arr4224 := z.EncBasicHandle().StructToArray + var yyq4224 [5]bool + _, _, _ = yysep4224, yyq4224, yy2arr4224 + const yyr4224 bool = false + yyq4224[0] = x.Kind != "" + yyq4224[1] = x.APIVersion != "" + yyq4224[2] = true + yyq4224[3] = len(x.Data) != 0 + yyq4224[4] = x.Type != "" + var yynn4224 int + if yyr4224 || yy2arr4224 { r.EncodeArrayStart(5) } else { - yynn4214 = 0 - for _, b := range yyq4214 { + yynn4224 = 0 + for _, b := range yyq4224 { if b { - yynn4214++ + yynn4224++ } } - r.EncodeMapStart(yynn4214) - yynn4214 = 0 + r.EncodeMapStart(yynn4224) + yynn4224 = 0 } - if yyr4214 || yy2arr4214 { + if yyr4224 || yy2arr4224 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4214[0] { - yym4216 := z.EncBinary() - _ = yym4216 + if yyq4224[0] { + yym4226 := z.EncBinary() + _ = yym4226 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -52664,23 +52760,23 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4214[0] { + if yyq4224[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4217 := z.EncBinary() - _ = yym4217 + yym4227 := z.EncBinary() + _ = yym4227 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4214 || yy2arr4214 { + if yyr4224 || yy2arr4224 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4214[1] { - yym4219 := z.EncBinary() - _ = yym4219 + if yyq4224[1] { + yym4229 := z.EncBinary() + _ = yym4229 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -52689,43 +52785,43 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4214[1] { + if yyq4224[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4220 := z.EncBinary() - _ = yym4220 + yym4230 := z.EncBinary() + _ = yym4230 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4214 || yy2arr4214 { + if yyr4224 || yy2arr4224 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4214[2] { - yy4222 := &x.ObjectMeta - yy4222.CodecEncodeSelf(e) + if yyq4224[2] { + yy4232 := &x.ObjectMeta + yy4232.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4214[2] { + if yyq4224[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4223 := &x.ObjectMeta - yy4223.CodecEncodeSelf(e) + yy4233 := &x.ObjectMeta + yy4233.CodecEncodeSelf(e) } } - if yyr4214 || yy2arr4214 { + if yyr4224 || yy2arr4224 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4214[3] { + if yyq4224[3] { if x.Data == nil { r.EncodeNil() } else { - yym4225 := z.EncBinary() - _ = yym4225 + yym4235 := z.EncBinary() + _ = yym4235 if false { } else { h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) @@ -52735,15 +52831,15 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4214[3] { + if yyq4224[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("data")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Data == nil { r.EncodeNil() } else { - yym4226 := z.EncBinary() - _ = yym4226 + yym4236 := z.EncBinary() + _ = yym4236 if false { } else { h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) @@ -52751,22 +52847,22 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4214 || yy2arr4214 { + if yyr4224 || yy2arr4224 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4214[4] { + if yyq4224[4] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4214[4] { + if yyq4224[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr4214 || yy2arr4214 { + if yyr4224 || yy2arr4224 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -52779,25 +52875,25 @@ func (x *Secret) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4228 := z.DecBinary() - _ = yym4228 + yym4238 := z.DecBinary() + _ = yym4238 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4229 := r.ContainerType() - if yyct4229 == codecSelferValueTypeMap1234 { - yyl4229 := r.ReadMapStart() - if yyl4229 == 0 { + yyct4239 := r.ContainerType() + if yyct4239 == codecSelferValueTypeMap1234 { + yyl4239 := r.ReadMapStart() + if yyl4239 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4229, d) + x.codecDecodeSelfFromMap(yyl4239, d) } - } else if yyct4229 == codecSelferValueTypeArray1234 { - yyl4229 := r.ReadArrayStart() - if yyl4229 == 0 { + } else if yyct4239 == codecSelferValueTypeArray1234 { + yyl4239 := r.ReadArrayStart() + if yyl4239 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4229, d) + x.codecDecodeSelfFromArray(yyl4239, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -52809,12 +52905,12 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4230Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4230Slc - var yyhl4230 bool = l >= 0 - for yyj4230 := 0; ; yyj4230++ { - if yyhl4230 { - if yyj4230 >= l { + var yys4240Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4240Slc + var yyhl4240 bool = l >= 0 + for yyj4240 := 0; ; yyj4240++ { + if yyhl4240 { + if yyj4240 >= l { break } } else { @@ -52823,10 +52919,10 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4230Slc = r.DecodeBytes(yys4230Slc, true, true) - yys4230 := string(yys4230Slc) + yys4240Slc = r.DecodeBytes(yys4240Slc, true, true) + yys4240 := string(yys4240Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4230 { + switch yys4240 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -52843,19 +52939,19 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4233 := &x.ObjectMeta - yyv4233.CodecDecodeSelf(d) + yyv4243 := &x.ObjectMeta + yyv4243.CodecDecodeSelf(d) } case "data": if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4234 := &x.Data - yym4235 := z.DecBinary() - _ = yym4235 + yyv4244 := &x.Data + yym4245 := z.DecBinary() + _ = yym4245 if false { } else { - h.decMapstringSliceuint8((*map[string][]uint8)(yyv4234), d) + h.decMapstringSliceuint8((*map[string][]uint8)(yyv4244), d) } } case "type": @@ -52865,9 +52961,9 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Type = SecretType(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys4230) - } // end switch yys4230 - } // end for yyj4230 + z.DecStructFieldNotFound(-1, yys4240) + } // end switch yys4240 + } // end for yyj4240 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -52875,16 +52971,16 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4237 int - var yyb4237 bool - var yyhl4237 bool = l >= 0 - yyj4237++ - if yyhl4237 { - yyb4237 = yyj4237 > l + var yyj4247 int + var yyb4247 bool + var yyhl4247 bool = l >= 0 + yyj4247++ + if yyhl4247 { + yyb4247 = yyj4247 > l } else { - yyb4237 = r.CheckBreak() + yyb4247 = r.CheckBreak() } - if yyb4237 { + if yyb4247 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52894,13 +52990,13 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4237++ - if yyhl4237 { - yyb4237 = yyj4237 > l + yyj4247++ + if yyhl4247 { + yyb4247 = yyj4247 > l } else { - yyb4237 = r.CheckBreak() + yyb4247 = r.CheckBreak() } - if yyb4237 { + if yyb4247 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52910,13 +53006,13 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4237++ - if yyhl4237 { - yyb4237 = yyj4237 > l + yyj4247++ + if yyhl4247 { + yyb4247 = yyj4247 > l } else { - yyb4237 = r.CheckBreak() + yyb4247 = r.CheckBreak() } - if yyb4237 { + if yyb4247 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52924,16 +53020,16 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4240 := &x.ObjectMeta - yyv4240.CodecDecodeSelf(d) + yyv4250 := &x.ObjectMeta + yyv4250.CodecDecodeSelf(d) } - yyj4237++ - if yyhl4237 { - yyb4237 = yyj4237 > l + yyj4247++ + if yyhl4247 { + yyb4247 = yyj4247 > l } else { - yyb4237 = r.CheckBreak() + yyb4247 = r.CheckBreak() } - if yyb4237 { + if yyb4247 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52941,21 +53037,21 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4241 := &x.Data - yym4242 := z.DecBinary() - _ = yym4242 + yyv4251 := &x.Data + yym4252 := z.DecBinary() + _ = yym4252 if false { } else { - h.decMapstringSliceuint8((*map[string][]uint8)(yyv4241), d) + h.decMapstringSliceuint8((*map[string][]uint8)(yyv4251), d) } } - yyj4237++ - if yyhl4237 { - yyb4237 = yyj4237 > l + yyj4247++ + if yyhl4247 { + yyb4247 = yyj4247 > l } else { - yyb4237 = r.CheckBreak() + yyb4247 = r.CheckBreak() } - if yyb4237 { + if yyb4247 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52966,17 +53062,17 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Type = SecretType(r.DecodeString()) } for { - yyj4237++ - if yyhl4237 { - yyb4237 = yyj4237 > l + yyj4247++ + if yyhl4247 { + yyb4247 = yyj4247 > l } else { - yyb4237 = r.CheckBreak() + yyb4247 = r.CheckBreak() } - if yyb4237 { + if yyb4247 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4237-1, "") + z.DecStructFieldNotFound(yyj4247-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -52985,8 +53081,8 @@ func (x SecretType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4244 := z.EncBinary() - _ = yym4244 + yym4254 := z.EncBinary() + _ = yym4254 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -52998,8 +53094,8 @@ func (x *SecretType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4245 := z.DecBinary() - _ = yym4245 + yym4255 := z.DecBinary() + _ = yym4255 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -53014,37 +53110,37 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4246 := z.EncBinary() - _ = yym4246 + yym4256 := z.EncBinary() + _ = yym4256 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4247 := !z.EncBinary() - yy2arr4247 := z.EncBasicHandle().StructToArray - var yyq4247 [4]bool - _, _, _ = yysep4247, yyq4247, yy2arr4247 - const yyr4247 bool = false - yyq4247[0] = x.Kind != "" - yyq4247[1] = x.APIVersion != "" - yyq4247[2] = true - var yynn4247 int - if yyr4247 || yy2arr4247 { + yysep4257 := !z.EncBinary() + yy2arr4257 := z.EncBasicHandle().StructToArray + var yyq4257 [4]bool + _, _, _ = yysep4257, yyq4257, yy2arr4257 + const yyr4257 bool = false + yyq4257[0] = x.Kind != "" + yyq4257[1] = x.APIVersion != "" + yyq4257[2] = true + var yynn4257 int + if yyr4257 || yy2arr4257 { r.EncodeArrayStart(4) } else { - yynn4247 = 1 - for _, b := range yyq4247 { + yynn4257 = 1 + for _, b := range yyq4257 { if b { - yynn4247++ + yynn4257++ } } - r.EncodeMapStart(yynn4247) - yynn4247 = 0 + r.EncodeMapStart(yynn4257) + yynn4257 = 0 } - if yyr4247 || yy2arr4247 { + if yyr4257 || yy2arr4257 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4247[0] { - yym4249 := z.EncBinary() - _ = yym4249 + if yyq4257[0] { + yym4259 := z.EncBinary() + _ = yym4259 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -53053,23 +53149,23 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4247[0] { + if yyq4257[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4250 := z.EncBinary() - _ = yym4250 + yym4260 := z.EncBinary() + _ = yym4260 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4247 || yy2arr4247 { + if yyr4257 || yy2arr4257 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4247[1] { - yym4252 := z.EncBinary() - _ = yym4252 + if yyq4257[1] { + yym4262 := z.EncBinary() + _ = yym4262 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -53078,54 +53174,54 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4247[1] { + if yyq4257[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4253 := z.EncBinary() - _ = yym4253 + yym4263 := z.EncBinary() + _ = yym4263 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4247 || yy2arr4247 { + if yyr4257 || yy2arr4257 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4247[2] { - yy4255 := &x.ListMeta - yym4256 := z.EncBinary() - _ = yym4256 + if yyq4257[2] { + yy4265 := &x.ListMeta + yym4266 := z.EncBinary() + _ = yym4266 if false { - } else if z.HasExtensions() && z.EncExt(yy4255) { + } else if z.HasExtensions() && z.EncExt(yy4265) { } else { - z.EncFallback(yy4255) + z.EncFallback(yy4265) } } else { r.EncodeNil() } } else { - if yyq4247[2] { + if yyq4257[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4257 := &x.ListMeta - yym4258 := z.EncBinary() - _ = yym4258 + yy4267 := &x.ListMeta + yym4268 := z.EncBinary() + _ = yym4268 if false { - } else if z.HasExtensions() && z.EncExt(yy4257) { + } else if z.HasExtensions() && z.EncExt(yy4267) { } else { - z.EncFallback(yy4257) + z.EncFallback(yy4267) } } } - if yyr4247 || yy2arr4247 { + if yyr4257 || yy2arr4257 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4260 := z.EncBinary() - _ = yym4260 + yym4270 := z.EncBinary() + _ = yym4270 if false { } else { h.encSliceSecret(([]Secret)(x.Items), e) @@ -53138,15 +53234,15 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4261 := z.EncBinary() - _ = yym4261 + yym4271 := z.EncBinary() + _ = yym4271 if false { } else { h.encSliceSecret(([]Secret)(x.Items), e) } } } - if yyr4247 || yy2arr4247 { + if yyr4257 || yy2arr4257 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -53159,25 +53255,25 @@ func (x *SecretList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4262 := z.DecBinary() - _ = yym4262 + yym4272 := z.DecBinary() + _ = yym4272 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4263 := r.ContainerType() - if yyct4263 == codecSelferValueTypeMap1234 { - yyl4263 := r.ReadMapStart() - if yyl4263 == 0 { + yyct4273 := r.ContainerType() + if yyct4273 == codecSelferValueTypeMap1234 { + yyl4273 := r.ReadMapStart() + if yyl4273 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4263, d) + x.codecDecodeSelfFromMap(yyl4273, d) } - } else if yyct4263 == codecSelferValueTypeArray1234 { - yyl4263 := r.ReadArrayStart() - if yyl4263 == 0 { + } else if yyct4273 == codecSelferValueTypeArray1234 { + yyl4273 := r.ReadArrayStart() + if yyl4273 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4263, d) + x.codecDecodeSelfFromArray(yyl4273, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -53189,12 +53285,12 @@ func (x *SecretList) 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 yys4274Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4274Slc + var yyhl4274 bool = l >= 0 + for yyj4274 := 0; ; yyj4274++ { + if yyhl4274 { + if yyj4274 >= l { break } } else { @@ -53203,10 +53299,10 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4264Slc = r.DecodeBytes(yys4264Slc, true, true) - yys4264 := string(yys4264Slc) + yys4274Slc = r.DecodeBytes(yys4274Slc, true, true) + yys4274 := string(yys4274Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4264 { + switch yys4274 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -53223,31 +53319,31 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4267 := &x.ListMeta - yym4268 := z.DecBinary() - _ = yym4268 + yyv4277 := &x.ListMeta + yym4278 := z.DecBinary() + _ = yym4278 if false { - } else if z.HasExtensions() && z.DecExt(yyv4267) { + } else if z.HasExtensions() && z.DecExt(yyv4277) { } else { - z.DecFallback(yyv4267, false) + z.DecFallback(yyv4277, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4269 := &x.Items - yym4270 := z.DecBinary() - _ = yym4270 + yyv4279 := &x.Items + yym4280 := z.DecBinary() + _ = yym4280 if false { } else { - h.decSliceSecret((*[]Secret)(yyv4269), d) + h.decSliceSecret((*[]Secret)(yyv4279), d) } } default: - z.DecStructFieldNotFound(-1, yys4264) - } // end switch yys4264 - } // end for yyj4264 + z.DecStructFieldNotFound(-1, yys4274) + } // end switch yys4274 + } // end for yyj4274 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -53255,16 +53351,16 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4271 int - var yyb4271 bool - var yyhl4271 bool = l >= 0 - yyj4271++ - if yyhl4271 { - yyb4271 = yyj4271 > l + var yyj4281 int + var yyb4281 bool + var yyhl4281 bool = l >= 0 + yyj4281++ + if yyhl4281 { + yyb4281 = yyj4281 > l } else { - yyb4271 = r.CheckBreak() + yyb4281 = r.CheckBreak() } - if yyb4271 { + if yyb4281 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53274,13 +53370,13 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4271++ - if yyhl4271 { - yyb4271 = yyj4271 > l + yyj4281++ + if yyhl4281 { + yyb4281 = yyj4281 > l } else { - yyb4271 = r.CheckBreak() + yyb4281 = r.CheckBreak() } - if yyb4271 { + if yyb4281 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53290,13 +53386,13 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4271++ - if yyhl4271 { - yyb4271 = yyj4271 > l + yyj4281++ + if yyhl4281 { + yyb4281 = yyj4281 > l } else { - yyb4271 = r.CheckBreak() + yyb4281 = r.CheckBreak() } - if yyb4271 { + if yyb4281 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53304,22 +53400,22 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4274 := &x.ListMeta - yym4275 := z.DecBinary() - _ = yym4275 + yyv4284 := &x.ListMeta + yym4285 := z.DecBinary() + _ = yym4285 if false { - } else if z.HasExtensions() && z.DecExt(yyv4274) { + } else if z.HasExtensions() && z.DecExt(yyv4284) { } else { - z.DecFallback(yyv4274, false) + z.DecFallback(yyv4284, false) } } - yyj4271++ - if yyhl4271 { - yyb4271 = yyj4271 > l + yyj4281++ + if yyhl4281 { + yyb4281 = yyj4281 > l } else { - yyb4271 = r.CheckBreak() + yyb4281 = r.CheckBreak() } - if yyb4271 { + if yyb4281 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53327,26 +53423,26 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4276 := &x.Items - yym4277 := z.DecBinary() - _ = yym4277 + yyv4286 := &x.Items + yym4287 := z.DecBinary() + _ = yym4287 if false { } else { - h.decSliceSecret((*[]Secret)(yyv4276), d) + h.decSliceSecret((*[]Secret)(yyv4286), d) } } for { - yyj4271++ - if yyhl4271 { - yyb4271 = yyj4271 > l + yyj4281++ + if yyhl4281 { + yyb4281 = yyj4281 > l } else { - yyb4271 = r.CheckBreak() + yyb4281 = r.CheckBreak() } - if yyb4271 { + if yyb4281 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4271-1, "") + z.DecStructFieldNotFound(yyj4281-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -53358,38 +53454,38 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4278 := z.EncBinary() - _ = yym4278 + yym4288 := z.EncBinary() + _ = yym4288 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4279 := !z.EncBinary() - yy2arr4279 := z.EncBasicHandle().StructToArray - var yyq4279 [4]bool - _, _, _ = yysep4279, yyq4279, yy2arr4279 - const yyr4279 bool = false - yyq4279[0] = x.Kind != "" - yyq4279[1] = x.APIVersion != "" - yyq4279[2] = true - yyq4279[3] = len(x.Data) != 0 - var yynn4279 int - if yyr4279 || yy2arr4279 { + yysep4289 := !z.EncBinary() + yy2arr4289 := z.EncBasicHandle().StructToArray + var yyq4289 [4]bool + _, _, _ = yysep4289, yyq4289, yy2arr4289 + const yyr4289 bool = false + yyq4289[0] = x.Kind != "" + yyq4289[1] = x.APIVersion != "" + yyq4289[2] = true + yyq4289[3] = len(x.Data) != 0 + var yynn4289 int + if yyr4289 || yy2arr4289 { r.EncodeArrayStart(4) } else { - yynn4279 = 0 - for _, b := range yyq4279 { + yynn4289 = 0 + for _, b := range yyq4289 { if b { - yynn4279++ + yynn4289++ } } - r.EncodeMapStart(yynn4279) - yynn4279 = 0 + r.EncodeMapStart(yynn4289) + yynn4289 = 0 } - if yyr4279 || yy2arr4279 { + if yyr4289 || yy2arr4289 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4279[0] { - yym4281 := z.EncBinary() - _ = yym4281 + if yyq4289[0] { + yym4291 := z.EncBinary() + _ = yym4291 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -53398,23 +53494,23 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4279[0] { + if yyq4289[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4282 := z.EncBinary() - _ = yym4282 + yym4292 := z.EncBinary() + _ = yym4292 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4279 || yy2arr4279 { + if yyr4289 || yy2arr4289 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4279[1] { - yym4284 := z.EncBinary() - _ = yym4284 + if yyq4289[1] { + yym4294 := z.EncBinary() + _ = yym4294 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -53423,43 +53519,43 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4279[1] { + if yyq4289[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4285 := z.EncBinary() - _ = yym4285 + yym4295 := z.EncBinary() + _ = yym4295 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4279 || yy2arr4279 { + if yyr4289 || yy2arr4289 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4279[2] { - yy4287 := &x.ObjectMeta - yy4287.CodecEncodeSelf(e) + if yyq4289[2] { + yy4297 := &x.ObjectMeta + yy4297.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4279[2] { + if yyq4289[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4288 := &x.ObjectMeta - yy4288.CodecEncodeSelf(e) + yy4298 := &x.ObjectMeta + yy4298.CodecEncodeSelf(e) } } - if yyr4279 || yy2arr4279 { + if yyr4289 || yy2arr4289 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4279[3] { + if yyq4289[3] { if x.Data == nil { r.EncodeNil() } else { - yym4290 := z.EncBinary() - _ = yym4290 + yym4300 := z.EncBinary() + _ = yym4300 if false { } else { z.F.EncMapStringStringV(x.Data, false, e) @@ -53469,15 +53565,15 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4279[3] { + if yyq4289[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("data")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Data == nil { r.EncodeNil() } else { - yym4291 := z.EncBinary() - _ = yym4291 + yym4301 := z.EncBinary() + _ = yym4301 if false { } else { z.F.EncMapStringStringV(x.Data, false, e) @@ -53485,7 +53581,7 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4279 || yy2arr4279 { + if yyr4289 || yy2arr4289 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -53498,25 +53594,25 @@ func (x *ConfigMap) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4292 := z.DecBinary() - _ = yym4292 + yym4302 := z.DecBinary() + _ = yym4302 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4293 := r.ContainerType() - if yyct4293 == codecSelferValueTypeMap1234 { - yyl4293 := r.ReadMapStart() - if yyl4293 == 0 { + yyct4303 := r.ContainerType() + if yyct4303 == codecSelferValueTypeMap1234 { + yyl4303 := r.ReadMapStart() + if yyl4303 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4293, d) + x.codecDecodeSelfFromMap(yyl4303, d) } - } else if yyct4293 == codecSelferValueTypeArray1234 { - yyl4293 := r.ReadArrayStart() - if yyl4293 == 0 { + } else if yyct4303 == codecSelferValueTypeArray1234 { + yyl4303 := r.ReadArrayStart() + if yyl4303 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4293, d) + x.codecDecodeSelfFromArray(yyl4303, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -53528,12 +53624,12 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4294Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4294Slc - var yyhl4294 bool = l >= 0 - for yyj4294 := 0; ; yyj4294++ { - if yyhl4294 { - if yyj4294 >= l { + var yys4304Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4304Slc + var yyhl4304 bool = l >= 0 + for yyj4304 := 0; ; yyj4304++ { + if yyhl4304 { + if yyj4304 >= l { break } } else { @@ -53542,10 +53638,10 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4294Slc = r.DecodeBytes(yys4294Slc, true, true) - yys4294 := string(yys4294Slc) + yys4304Slc = r.DecodeBytes(yys4304Slc, true, true) + yys4304 := string(yys4304Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4294 { + switch yys4304 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -53562,25 +53658,25 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4297 := &x.ObjectMeta - yyv4297.CodecDecodeSelf(d) + yyv4307 := &x.ObjectMeta + yyv4307.CodecDecodeSelf(d) } case "data": if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4298 := &x.Data - yym4299 := z.DecBinary() - _ = yym4299 + yyv4308 := &x.Data + yym4309 := z.DecBinary() + _ = yym4309 if false { } else { - z.F.DecMapStringStringX(yyv4298, false, d) + z.F.DecMapStringStringX(yyv4308, false, d) } } default: - z.DecStructFieldNotFound(-1, yys4294) - } // end switch yys4294 - } // end for yyj4294 + z.DecStructFieldNotFound(-1, yys4304) + } // end switch yys4304 + } // end for yyj4304 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -53588,16 +53684,16 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4300 int - var yyb4300 bool - var yyhl4300 bool = l >= 0 - yyj4300++ - if yyhl4300 { - yyb4300 = yyj4300 > l + var yyj4310 int + var yyb4310 bool + var yyhl4310 bool = l >= 0 + yyj4310++ + if yyhl4310 { + yyb4310 = yyj4310 > l } else { - yyb4300 = r.CheckBreak() + yyb4310 = r.CheckBreak() } - if yyb4300 { + if yyb4310 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53607,13 +53703,13 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4300++ - if yyhl4300 { - yyb4300 = yyj4300 > l + yyj4310++ + if yyhl4310 { + yyb4310 = yyj4310 > l } else { - yyb4300 = r.CheckBreak() + yyb4310 = r.CheckBreak() } - if yyb4300 { + if yyb4310 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53623,13 +53719,13 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4300++ - if yyhl4300 { - yyb4300 = yyj4300 > l + yyj4310++ + if yyhl4310 { + yyb4310 = yyj4310 > l } else { - yyb4300 = r.CheckBreak() + yyb4310 = r.CheckBreak() } - if yyb4300 { + if yyb4310 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53637,16 +53733,16 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4303 := &x.ObjectMeta - yyv4303.CodecDecodeSelf(d) + yyv4313 := &x.ObjectMeta + yyv4313.CodecDecodeSelf(d) } - yyj4300++ - if yyhl4300 { - yyb4300 = yyj4300 > l + yyj4310++ + if yyhl4310 { + yyb4310 = yyj4310 > l } else { - yyb4300 = r.CheckBreak() + yyb4310 = r.CheckBreak() } - if yyb4300 { + if yyb4310 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53654,26 +53750,26 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4304 := &x.Data - yym4305 := z.DecBinary() - _ = yym4305 + yyv4314 := &x.Data + yym4315 := z.DecBinary() + _ = yym4315 if false { } else { - z.F.DecMapStringStringX(yyv4304, false, d) + z.F.DecMapStringStringX(yyv4314, false, d) } } for { - yyj4300++ - if yyhl4300 { - yyb4300 = yyj4300 > l + yyj4310++ + if yyhl4310 { + yyb4310 = yyj4310 > l } else { - yyb4300 = r.CheckBreak() + yyb4310 = r.CheckBreak() } - if yyb4300 { + if yyb4310 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4300-1, "") + z.DecStructFieldNotFound(yyj4310-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -53685,37 +53781,37 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4306 := z.EncBinary() - _ = yym4306 + yym4316 := z.EncBinary() + _ = yym4316 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4307 := !z.EncBinary() - yy2arr4307 := z.EncBasicHandle().StructToArray - var yyq4307 [4]bool - _, _, _ = yysep4307, yyq4307, yy2arr4307 - const yyr4307 bool = false - yyq4307[0] = x.Kind != "" - yyq4307[1] = x.APIVersion != "" - yyq4307[2] = true - var yynn4307 int - if yyr4307 || yy2arr4307 { + yysep4317 := !z.EncBinary() + yy2arr4317 := z.EncBasicHandle().StructToArray + var yyq4317 [4]bool + _, _, _ = yysep4317, yyq4317, yy2arr4317 + const yyr4317 bool = false + yyq4317[0] = x.Kind != "" + yyq4317[1] = x.APIVersion != "" + yyq4317[2] = true + var yynn4317 int + if yyr4317 || yy2arr4317 { r.EncodeArrayStart(4) } else { - yynn4307 = 1 - for _, b := range yyq4307 { + yynn4317 = 1 + for _, b := range yyq4317 { if b { - yynn4307++ + yynn4317++ } } - r.EncodeMapStart(yynn4307) - yynn4307 = 0 + r.EncodeMapStart(yynn4317) + yynn4317 = 0 } - if yyr4307 || yy2arr4307 { + if yyr4317 || yy2arr4317 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4307[0] { - yym4309 := z.EncBinary() - _ = yym4309 + if yyq4317[0] { + yym4319 := z.EncBinary() + _ = yym4319 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -53724,23 +53820,23 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4307[0] { + if yyq4317[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4310 := z.EncBinary() - _ = yym4310 + yym4320 := z.EncBinary() + _ = yym4320 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4307 || yy2arr4307 { + if yyr4317 || yy2arr4317 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4307[1] { - yym4312 := z.EncBinary() - _ = yym4312 + if yyq4317[1] { + yym4322 := z.EncBinary() + _ = yym4322 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -53749,54 +53845,54 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4307[1] { + if yyq4317[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4313 := z.EncBinary() - _ = yym4313 + yym4323 := z.EncBinary() + _ = yym4323 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4307 || yy2arr4307 { + if yyr4317 || yy2arr4317 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4307[2] { - yy4315 := &x.ListMeta - yym4316 := z.EncBinary() - _ = yym4316 + if yyq4317[2] { + yy4325 := &x.ListMeta + yym4326 := z.EncBinary() + _ = yym4326 if false { - } else if z.HasExtensions() && z.EncExt(yy4315) { + } else if z.HasExtensions() && z.EncExt(yy4325) { } else { - z.EncFallback(yy4315) + z.EncFallback(yy4325) } } else { r.EncodeNil() } } else { - if yyq4307[2] { + if yyq4317[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4317 := &x.ListMeta - yym4318 := z.EncBinary() - _ = yym4318 + yy4327 := &x.ListMeta + yym4328 := z.EncBinary() + _ = yym4328 if false { - } else if z.HasExtensions() && z.EncExt(yy4317) { + } else if z.HasExtensions() && z.EncExt(yy4327) { } else { - z.EncFallback(yy4317) + z.EncFallback(yy4327) } } } - if yyr4307 || yy2arr4307 { + if yyr4317 || yy2arr4317 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4320 := z.EncBinary() - _ = yym4320 + yym4330 := z.EncBinary() + _ = yym4330 if false { } else { h.encSliceConfigMap(([]ConfigMap)(x.Items), e) @@ -53809,15 +53905,15 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4321 := z.EncBinary() - _ = yym4321 + yym4331 := z.EncBinary() + _ = yym4331 if false { } else { h.encSliceConfigMap(([]ConfigMap)(x.Items), e) } } } - if yyr4307 || yy2arr4307 { + if yyr4317 || yy2arr4317 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -53830,25 +53926,25 @@ func (x *ConfigMapList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4322 := z.DecBinary() - _ = yym4322 + yym4332 := z.DecBinary() + _ = yym4332 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4323 := r.ContainerType() - if yyct4323 == codecSelferValueTypeMap1234 { - yyl4323 := r.ReadMapStart() - if yyl4323 == 0 { + yyct4333 := r.ContainerType() + if yyct4333 == codecSelferValueTypeMap1234 { + yyl4333 := r.ReadMapStart() + if yyl4333 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4323, d) + x.codecDecodeSelfFromMap(yyl4333, d) } - } else if yyct4323 == codecSelferValueTypeArray1234 { - yyl4323 := r.ReadArrayStart() - if yyl4323 == 0 { + } else if yyct4333 == codecSelferValueTypeArray1234 { + yyl4333 := r.ReadArrayStart() + if yyl4333 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4323, d) + x.codecDecodeSelfFromArray(yyl4333, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -53860,12 +53956,12 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4324Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4324Slc - var yyhl4324 bool = l >= 0 - for yyj4324 := 0; ; yyj4324++ { - if yyhl4324 { - if yyj4324 >= l { + var yys4334Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4334Slc + var yyhl4334 bool = l >= 0 + for yyj4334 := 0; ; yyj4334++ { + if yyhl4334 { + if yyj4334 >= l { break } } else { @@ -53874,10 +53970,10 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4324Slc = r.DecodeBytes(yys4324Slc, true, true) - yys4324 := string(yys4324Slc) + yys4334Slc = r.DecodeBytes(yys4334Slc, true, true) + yys4334 := string(yys4334Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4324 { + switch yys4334 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -53894,31 +53990,31 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4327 := &x.ListMeta - yym4328 := z.DecBinary() - _ = yym4328 + yyv4337 := &x.ListMeta + yym4338 := z.DecBinary() + _ = yym4338 if false { - } else if z.HasExtensions() && z.DecExt(yyv4327) { + } else if z.HasExtensions() && z.DecExt(yyv4337) { } else { - z.DecFallback(yyv4327, false) + z.DecFallback(yyv4337, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4329 := &x.Items - yym4330 := z.DecBinary() - _ = yym4330 + yyv4339 := &x.Items + yym4340 := z.DecBinary() + _ = yym4340 if false { } else { - h.decSliceConfigMap((*[]ConfigMap)(yyv4329), d) + h.decSliceConfigMap((*[]ConfigMap)(yyv4339), d) } } default: - z.DecStructFieldNotFound(-1, yys4324) - } // end switch yys4324 - } // end for yyj4324 + z.DecStructFieldNotFound(-1, yys4334) + } // end switch yys4334 + } // end for yyj4334 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -53926,16 +54022,16 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4331 int - var yyb4331 bool - var yyhl4331 bool = l >= 0 - yyj4331++ - if yyhl4331 { - yyb4331 = yyj4331 > l + var yyj4341 int + var yyb4341 bool + var yyhl4341 bool = l >= 0 + yyj4341++ + if yyhl4341 { + yyb4341 = yyj4341 > l } else { - yyb4331 = r.CheckBreak() + yyb4341 = r.CheckBreak() } - if yyb4331 { + if yyb4341 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53945,13 +54041,13 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4331++ - if yyhl4331 { - yyb4331 = yyj4331 > l + yyj4341++ + if yyhl4341 { + yyb4341 = yyj4341 > l } else { - yyb4331 = r.CheckBreak() + yyb4341 = r.CheckBreak() } - if yyb4331 { + if yyb4341 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53961,13 +54057,13 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4331++ - if yyhl4331 { - yyb4331 = yyj4331 > l + yyj4341++ + if yyhl4341 { + yyb4341 = yyj4341 > l } else { - yyb4331 = r.CheckBreak() + yyb4341 = r.CheckBreak() } - if yyb4331 { + if yyb4341 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53975,22 +54071,22 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4334 := &x.ListMeta - yym4335 := z.DecBinary() - _ = yym4335 + yyv4344 := &x.ListMeta + yym4345 := z.DecBinary() + _ = yym4345 if false { - } else if z.HasExtensions() && z.DecExt(yyv4334) { + } else if z.HasExtensions() && z.DecExt(yyv4344) { } else { - z.DecFallback(yyv4334, false) + z.DecFallback(yyv4344, false) } } - yyj4331++ - if yyhl4331 { - yyb4331 = yyj4331 > l + yyj4341++ + if yyhl4341 { + yyb4341 = yyj4341 > l } else { - yyb4331 = r.CheckBreak() + yyb4341 = r.CheckBreak() } - if yyb4331 { + if yyb4341 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53998,26 +54094,26 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4336 := &x.Items - yym4337 := z.DecBinary() - _ = yym4337 + yyv4346 := &x.Items + yym4347 := z.DecBinary() + _ = yym4347 if false { } else { - h.decSliceConfigMap((*[]ConfigMap)(yyv4336), d) + h.decSliceConfigMap((*[]ConfigMap)(yyv4346), d) } } for { - yyj4331++ - if yyhl4331 { - yyb4331 = yyj4331 > l + yyj4341++ + if yyhl4341 { + yyb4341 = yyj4341 > l } else { - yyb4331 = r.CheckBreak() + yyb4341 = r.CheckBreak() } - if yyb4331 { + if yyb4341 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4331-1, "") + z.DecStructFieldNotFound(yyj4341-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54026,8 +54122,8 @@ func (x PatchType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4338 := z.EncBinary() - _ = yym4338 + yym4348 := z.EncBinary() + _ = yym4348 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -54039,8 +54135,8 @@ func (x *PatchType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4339 := z.DecBinary() - _ = yym4339 + yym4349 := z.DecBinary() + _ = yym4349 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -54052,8 +54148,8 @@ func (x ComponentConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4340 := z.EncBinary() - _ = yym4340 + yym4350 := z.EncBinary() + _ = yym4350 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -54065,8 +54161,8 @@ func (x *ComponentConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4341 := z.DecBinary() - _ = yym4341 + yym4351 := z.DecBinary() + _ = yym4351 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -54081,32 +54177,32 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4342 := z.EncBinary() - _ = yym4342 + yym4352 := z.EncBinary() + _ = yym4352 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4343 := !z.EncBinary() - yy2arr4343 := z.EncBasicHandle().StructToArray - var yyq4343 [4]bool - _, _, _ = yysep4343, yyq4343, yy2arr4343 - const yyr4343 bool = false - yyq4343[2] = x.Message != "" - yyq4343[3] = x.Error != "" - var yynn4343 int - if yyr4343 || yy2arr4343 { + yysep4353 := !z.EncBinary() + yy2arr4353 := z.EncBasicHandle().StructToArray + var yyq4353 [4]bool + _, _, _ = yysep4353, yyq4353, yy2arr4353 + const yyr4353 bool = false + yyq4353[2] = x.Message != "" + yyq4353[3] = x.Error != "" + var yynn4353 int + if yyr4353 || yy2arr4353 { r.EncodeArrayStart(4) } else { - yynn4343 = 2 - for _, b := range yyq4343 { + yynn4353 = 2 + for _, b := range yyq4353 { if b { - yynn4343++ + yynn4353++ } } - r.EncodeMapStart(yynn4343) - yynn4343 = 0 + r.EncodeMapStart(yynn4353) + yynn4353 = 0 } - if yyr4343 || yy2arr4343 { + if yyr4353 || yy2arr4353 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -54115,7 +54211,7 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr4343 || yy2arr4343 { + if yyr4353 || yy2arr4353 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -54124,11 +54220,11 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr4343 || yy2arr4343 { + if yyr4353 || yy2arr4353 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4343[2] { - yym4347 := z.EncBinary() - _ = yym4347 + if yyq4353[2] { + yym4357 := z.EncBinary() + _ = yym4357 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -54137,23 +54233,23 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4343[2] { + if yyq4353[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4348 := z.EncBinary() - _ = yym4348 + yym4358 := z.EncBinary() + _ = yym4358 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr4343 || yy2arr4343 { + if yyr4353 || yy2arr4353 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4343[3] { - yym4350 := z.EncBinary() - _ = yym4350 + if yyq4353[3] { + yym4360 := z.EncBinary() + _ = yym4360 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Error)) @@ -54162,19 +54258,19 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4343[3] { + if yyq4353[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("error")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4351 := z.EncBinary() - _ = yym4351 + yym4361 := z.EncBinary() + _ = yym4361 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Error)) } } } - if yyr4343 || yy2arr4343 { + if yyr4353 || yy2arr4353 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -54187,25 +54283,25 @@ func (x *ComponentCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4352 := z.DecBinary() - _ = yym4352 + yym4362 := z.DecBinary() + _ = yym4362 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4353 := r.ContainerType() - if yyct4353 == codecSelferValueTypeMap1234 { - yyl4353 := r.ReadMapStart() - if yyl4353 == 0 { + yyct4363 := r.ContainerType() + if yyct4363 == codecSelferValueTypeMap1234 { + yyl4363 := r.ReadMapStart() + if yyl4363 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4353, d) + x.codecDecodeSelfFromMap(yyl4363, d) } - } else if yyct4353 == codecSelferValueTypeArray1234 { - yyl4353 := r.ReadArrayStart() - if yyl4353 == 0 { + } else if yyct4363 == codecSelferValueTypeArray1234 { + yyl4363 := r.ReadArrayStart() + if yyl4363 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4353, d) + x.codecDecodeSelfFromArray(yyl4363, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -54217,12 +54313,12 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4354Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4354Slc - var yyhl4354 bool = l >= 0 - for yyj4354 := 0; ; yyj4354++ { - if yyhl4354 { - if yyj4354 >= l { + var yys4364Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4364Slc + var yyhl4364 bool = l >= 0 + for yyj4364 := 0; ; yyj4364++ { + if yyhl4364 { + if yyj4364 >= l { break } } else { @@ -54231,10 +54327,10 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4354Slc = r.DecodeBytes(yys4354Slc, true, true) - yys4354 := string(yys4354Slc) + yys4364Slc = r.DecodeBytes(yys4364Slc, true, true) + yys4364 := string(yys4364Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4354 { + switch yys4364 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -54260,9 +54356,9 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.Error = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys4354) - } // end switch yys4354 - } // end for yyj4354 + z.DecStructFieldNotFound(-1, yys4364) + } // end switch yys4364 + } // end for yyj4364 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -54270,16 +54366,16 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4359 int - var yyb4359 bool - var yyhl4359 bool = l >= 0 - yyj4359++ - if yyhl4359 { - yyb4359 = yyj4359 > l + var yyj4369 int + var yyb4369 bool + var yyhl4369 bool = l >= 0 + yyj4369++ + if yyhl4369 { + yyb4369 = yyj4369 > l } else { - yyb4359 = r.CheckBreak() + yyb4369 = r.CheckBreak() } - if yyb4359 { + if yyb4369 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54289,13 +54385,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Type = ComponentConditionType(r.DecodeString()) } - yyj4359++ - if yyhl4359 { - yyb4359 = yyj4359 > l + yyj4369++ + if yyhl4369 { + yyb4369 = yyj4369 > l } else { - yyb4359 = r.CheckBreak() + yyb4369 = r.CheckBreak() } - if yyb4359 { + if yyb4369 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54305,13 +54401,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj4359++ - if yyhl4359 { - yyb4359 = yyj4359 > l + yyj4369++ + if yyhl4369 { + yyb4369 = yyj4369 > l } else { - yyb4359 = r.CheckBreak() + yyb4369 = r.CheckBreak() } - if yyb4359 { + if yyb4369 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54321,13 +54417,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Message = string(r.DecodeString()) } - yyj4359++ - if yyhl4359 { - yyb4359 = yyj4359 > l + yyj4369++ + if yyhl4369 { + yyb4369 = yyj4369 > l } else { - yyb4359 = r.CheckBreak() + yyb4369 = r.CheckBreak() } - if yyb4359 { + if yyb4369 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54338,17 +54434,17 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode x.Error = string(r.DecodeString()) } for { - yyj4359++ - if yyhl4359 { - yyb4359 = yyj4359 > l + yyj4369++ + if yyhl4369 { + yyb4369 = yyj4369 > l } else { - yyb4359 = r.CheckBreak() + yyb4369 = r.CheckBreak() } - if yyb4359 { + if yyb4369 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4359-1, "") + z.DecStructFieldNotFound(yyj4369-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54360,38 +54456,38 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4364 := z.EncBinary() - _ = yym4364 + yym4374 := z.EncBinary() + _ = yym4374 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4365 := !z.EncBinary() - yy2arr4365 := z.EncBasicHandle().StructToArray - var yyq4365 [4]bool - _, _, _ = yysep4365, yyq4365, yy2arr4365 - const yyr4365 bool = false - yyq4365[0] = x.Kind != "" - yyq4365[1] = x.APIVersion != "" - yyq4365[2] = true - yyq4365[3] = len(x.Conditions) != 0 - var yynn4365 int - if yyr4365 || yy2arr4365 { + yysep4375 := !z.EncBinary() + yy2arr4375 := z.EncBasicHandle().StructToArray + var yyq4375 [4]bool + _, _, _ = yysep4375, yyq4375, yy2arr4375 + const yyr4375 bool = false + yyq4375[0] = x.Kind != "" + yyq4375[1] = x.APIVersion != "" + yyq4375[2] = true + yyq4375[3] = len(x.Conditions) != 0 + var yynn4375 int + if yyr4375 || yy2arr4375 { r.EncodeArrayStart(4) } else { - yynn4365 = 0 - for _, b := range yyq4365 { + yynn4375 = 0 + for _, b := range yyq4375 { if b { - yynn4365++ + yynn4375++ } } - r.EncodeMapStart(yynn4365) - yynn4365 = 0 + r.EncodeMapStart(yynn4375) + yynn4375 = 0 } - if yyr4365 || yy2arr4365 { + if yyr4375 || yy2arr4375 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4365[0] { - yym4367 := z.EncBinary() - _ = yym4367 + if yyq4375[0] { + yym4377 := z.EncBinary() + _ = yym4377 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -54400,23 +54496,23 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4365[0] { + if yyq4375[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4368 := z.EncBinary() - _ = yym4368 + yym4378 := z.EncBinary() + _ = yym4378 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4365 || yy2arr4365 { + if yyr4375 || yy2arr4375 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4365[1] { - yym4370 := z.EncBinary() - _ = yym4370 + if yyq4375[1] { + yym4380 := z.EncBinary() + _ = yym4380 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -54425,43 +54521,43 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4365[1] { + if yyq4375[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4371 := z.EncBinary() - _ = yym4371 + yym4381 := z.EncBinary() + _ = yym4381 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4365 || yy2arr4365 { + if yyr4375 || yy2arr4375 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4365[2] { - yy4373 := &x.ObjectMeta - yy4373.CodecEncodeSelf(e) + if yyq4375[2] { + yy4383 := &x.ObjectMeta + yy4383.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4365[2] { + if yyq4375[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4374 := &x.ObjectMeta - yy4374.CodecEncodeSelf(e) + yy4384 := &x.ObjectMeta + yy4384.CodecEncodeSelf(e) } } - if yyr4365 || yy2arr4365 { + if yyr4375 || yy2arr4375 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4365[3] { + if yyq4375[3] { if x.Conditions == nil { r.EncodeNil() } else { - yym4376 := z.EncBinary() - _ = yym4376 + yym4386 := z.EncBinary() + _ = yym4386 if false { } else { h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) @@ -54471,15 +54567,15 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4365[3] { + if yyq4375[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym4377 := z.EncBinary() - _ = yym4377 + yym4387 := z.EncBinary() + _ = yym4387 if false { } else { h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) @@ -54487,7 +54583,7 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4365 || yy2arr4365 { + if yyr4375 || yy2arr4375 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -54500,25 +54596,25 @@ func (x *ComponentStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4378 := z.DecBinary() - _ = yym4378 + yym4388 := z.DecBinary() + _ = yym4388 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4379 := r.ContainerType() - if yyct4379 == codecSelferValueTypeMap1234 { - yyl4379 := r.ReadMapStart() - if yyl4379 == 0 { + yyct4389 := r.ContainerType() + if yyct4389 == codecSelferValueTypeMap1234 { + yyl4389 := r.ReadMapStart() + if yyl4389 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4379, d) + x.codecDecodeSelfFromMap(yyl4389, d) } - } else if yyct4379 == codecSelferValueTypeArray1234 { - yyl4379 := r.ReadArrayStart() - if yyl4379 == 0 { + } else if yyct4389 == codecSelferValueTypeArray1234 { + yyl4389 := r.ReadArrayStart() + if yyl4389 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4379, d) + x.codecDecodeSelfFromArray(yyl4389, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -54530,12 +54626,12 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4380Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4380Slc - var yyhl4380 bool = l >= 0 - for yyj4380 := 0; ; yyj4380++ { - if yyhl4380 { - if yyj4380 >= l { + var yys4390Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4390Slc + var yyhl4390 bool = l >= 0 + for yyj4390 := 0; ; yyj4390++ { + if yyhl4390 { + if yyj4390 >= l { break } } else { @@ -54544,10 +54640,10 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4380Slc = r.DecodeBytes(yys4380Slc, true, true) - yys4380 := string(yys4380Slc) + yys4390Slc = r.DecodeBytes(yys4390Slc, true, true) + yys4390 := string(yys4390Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4380 { + switch yys4390 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -54564,25 +54660,25 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4383 := &x.ObjectMeta - yyv4383.CodecDecodeSelf(d) + yyv4393 := &x.ObjectMeta + yyv4393.CodecDecodeSelf(d) } case "conditions": if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv4384 := &x.Conditions - yym4385 := z.DecBinary() - _ = yym4385 + yyv4394 := &x.Conditions + yym4395 := z.DecBinary() + _ = yym4395 if false { } else { - h.decSliceComponentCondition((*[]ComponentCondition)(yyv4384), d) + h.decSliceComponentCondition((*[]ComponentCondition)(yyv4394), d) } } default: - z.DecStructFieldNotFound(-1, yys4380) - } // end switch yys4380 - } // end for yyj4380 + z.DecStructFieldNotFound(-1, yys4390) + } // end switch yys4390 + } // end for yyj4390 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -54590,16 +54686,16 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4386 int - var yyb4386 bool - var yyhl4386 bool = l >= 0 - yyj4386++ - if yyhl4386 { - yyb4386 = yyj4386 > l + var yyj4396 int + var yyb4396 bool + var yyhl4396 bool = l >= 0 + yyj4396++ + if yyhl4396 { + yyb4396 = yyj4396 > l } else { - yyb4386 = r.CheckBreak() + yyb4396 = r.CheckBreak() } - if yyb4386 { + if yyb4396 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54609,13 +54705,13 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj4386++ - if yyhl4386 { - yyb4386 = yyj4386 > l + yyj4396++ + if yyhl4396 { + yyb4396 = yyj4396 > l } else { - yyb4386 = r.CheckBreak() + yyb4396 = r.CheckBreak() } - if yyb4386 { + if yyb4396 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54625,13 +54721,13 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj4386++ - if yyhl4386 { - yyb4386 = yyj4386 > l + yyj4396++ + if yyhl4396 { + yyb4396 = yyj4396 > l } else { - yyb4386 = r.CheckBreak() + yyb4396 = r.CheckBreak() } - if yyb4386 { + if yyb4396 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54639,16 +54735,16 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4389 := &x.ObjectMeta - yyv4389.CodecDecodeSelf(d) + yyv4399 := &x.ObjectMeta + yyv4399.CodecDecodeSelf(d) } - yyj4386++ - if yyhl4386 { - yyb4386 = yyj4386 > l + yyj4396++ + if yyhl4396 { + yyb4396 = yyj4396 > l } else { - yyb4386 = r.CheckBreak() + yyb4396 = r.CheckBreak() } - if yyb4386 { + if yyb4396 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54656,26 +54752,26 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv4390 := &x.Conditions - yym4391 := z.DecBinary() - _ = yym4391 + yyv4400 := &x.Conditions + yym4401 := z.DecBinary() + _ = yym4401 if false { } else { - h.decSliceComponentCondition((*[]ComponentCondition)(yyv4390), d) + h.decSliceComponentCondition((*[]ComponentCondition)(yyv4400), d) } } for { - yyj4386++ - if yyhl4386 { - yyb4386 = yyj4386 > l + yyj4396++ + if yyhl4396 { + yyb4396 = yyj4396 > l } else { - yyb4386 = r.CheckBreak() + yyb4396 = r.CheckBreak() } - if yyb4386 { + if yyb4396 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4386-1, "") + z.DecStructFieldNotFound(yyj4396-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54687,37 +54783,37 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4392 := z.EncBinary() - _ = yym4392 + yym4402 := z.EncBinary() + _ = yym4402 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4393 := !z.EncBinary() - yy2arr4393 := z.EncBasicHandle().StructToArray - var yyq4393 [4]bool - _, _, _ = yysep4393, yyq4393, yy2arr4393 - const yyr4393 bool = false - yyq4393[0] = x.Kind != "" - yyq4393[1] = x.APIVersion != "" - yyq4393[2] = true - var yynn4393 int - if yyr4393 || yy2arr4393 { + yysep4403 := !z.EncBinary() + yy2arr4403 := z.EncBasicHandle().StructToArray + var yyq4403 [4]bool + _, _, _ = yysep4403, yyq4403, yy2arr4403 + const yyr4403 bool = false + yyq4403[0] = x.Kind != "" + yyq4403[1] = x.APIVersion != "" + yyq4403[2] = true + var yynn4403 int + if yyr4403 || yy2arr4403 { r.EncodeArrayStart(4) } else { - yynn4393 = 1 - for _, b := range yyq4393 { + yynn4403 = 1 + for _, b := range yyq4403 { if b { - yynn4393++ + yynn4403++ } } - r.EncodeMapStart(yynn4393) - yynn4393 = 0 + r.EncodeMapStart(yynn4403) + yynn4403 = 0 } - if yyr4393 || yy2arr4393 { + if yyr4403 || yy2arr4403 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4393[0] { - yym4395 := z.EncBinary() - _ = yym4395 + if yyq4403[0] { + yym4405 := z.EncBinary() + _ = yym4405 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -54726,23 +54822,23 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4393[0] { + if yyq4403[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4396 := z.EncBinary() - _ = yym4396 + yym4406 := z.EncBinary() + _ = yym4406 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4393 || yy2arr4393 { + if yyr4403 || yy2arr4403 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4393[1] { - yym4398 := z.EncBinary() - _ = yym4398 + if yyq4403[1] { + yym4408 := z.EncBinary() + _ = yym4408 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -54751,54 +54847,54 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4393[1] { + if yyq4403[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4399 := z.EncBinary() - _ = yym4399 + yym4409 := z.EncBinary() + _ = yym4409 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4393 || yy2arr4393 { + if yyr4403 || yy2arr4403 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4393[2] { - yy4401 := &x.ListMeta - yym4402 := z.EncBinary() - _ = yym4402 + if yyq4403[2] { + yy4411 := &x.ListMeta + yym4412 := z.EncBinary() + _ = yym4412 if false { - } else if z.HasExtensions() && z.EncExt(yy4401) { + } else if z.HasExtensions() && z.EncExt(yy4411) { } else { - z.EncFallback(yy4401) + z.EncFallback(yy4411) } } else { r.EncodeNil() } } else { - if yyq4393[2] { + if yyq4403[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4403 := &x.ListMeta - yym4404 := z.EncBinary() - _ = yym4404 + yy4413 := &x.ListMeta + yym4414 := z.EncBinary() + _ = yym4414 if false { - } else if z.HasExtensions() && z.EncExt(yy4403) { + } else if z.HasExtensions() && z.EncExt(yy4413) { } else { - z.EncFallback(yy4403) + z.EncFallback(yy4413) } } } - if yyr4393 || yy2arr4393 { + if yyr4403 || yy2arr4403 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4406 := z.EncBinary() - _ = yym4406 + yym4416 := z.EncBinary() + _ = yym4416 if false { } else { h.encSliceComponentStatus(([]ComponentStatus)(x.Items), e) @@ -54811,15 +54907,15 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4407 := z.EncBinary() - _ = yym4407 + yym4417 := z.EncBinary() + _ = yym4417 if false { } else { h.encSliceComponentStatus(([]ComponentStatus)(x.Items), e) } } } - if yyr4393 || yy2arr4393 { + if yyr4403 || yy2arr4403 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -54832,25 +54928,25 @@ func (x *ComponentStatusList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4408 := z.DecBinary() - _ = yym4408 + yym4418 := z.DecBinary() + _ = yym4418 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4409 := r.ContainerType() - if yyct4409 == codecSelferValueTypeMap1234 { - yyl4409 := r.ReadMapStart() - if yyl4409 == 0 { + yyct4419 := r.ContainerType() + if yyct4419 == codecSelferValueTypeMap1234 { + yyl4419 := r.ReadMapStart() + if yyl4419 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4409, d) + x.codecDecodeSelfFromMap(yyl4419, d) } - } else if yyct4409 == codecSelferValueTypeArray1234 { - yyl4409 := r.ReadArrayStart() - if yyl4409 == 0 { + } else if yyct4419 == codecSelferValueTypeArray1234 { + yyl4419 := r.ReadArrayStart() + if yyl4419 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4409, d) + x.codecDecodeSelfFromArray(yyl4419, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -54862,12 +54958,12 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4410Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4410Slc - var yyhl4410 bool = l >= 0 - for yyj4410 := 0; ; yyj4410++ { - if yyhl4410 { - if yyj4410 >= l { + var yys4420Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4420Slc + var yyhl4420 bool = l >= 0 + for yyj4420 := 0; ; yyj4420++ { + if yyhl4420 { + if yyj4420 >= l { break } } else { @@ -54876,10 +54972,10 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4410Slc = r.DecodeBytes(yys4410Slc, true, true) - yys4410 := string(yys4410Slc) + yys4420Slc = r.DecodeBytes(yys4420Slc, true, true) + yys4420 := string(yys4420Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4410 { + switch yys4420 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -54896,31 +54992,31 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4413 := &x.ListMeta - yym4414 := z.DecBinary() - _ = yym4414 + yyv4423 := &x.ListMeta + yym4424 := z.DecBinary() + _ = yym4424 if false { - } else if z.HasExtensions() && z.DecExt(yyv4413) { + } else if z.HasExtensions() && z.DecExt(yyv4423) { } else { - z.DecFallback(yyv4413, false) + z.DecFallback(yyv4423, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4415 := &x.Items - yym4416 := z.DecBinary() - _ = yym4416 + yyv4425 := &x.Items + yym4426 := z.DecBinary() + _ = yym4426 if false { } else { - h.decSliceComponentStatus((*[]ComponentStatus)(yyv4415), d) + h.decSliceComponentStatus((*[]ComponentStatus)(yyv4425), d) } } default: - z.DecStructFieldNotFound(-1, yys4410) - } // end switch yys4410 - } // end for yyj4410 + z.DecStructFieldNotFound(-1, yys4420) + } // end switch yys4420 + } // end for yyj4420 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -54928,16 +55024,16 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4417 int - var yyb4417 bool - var yyhl4417 bool = l >= 0 - yyj4417++ - if yyhl4417 { - yyb4417 = yyj4417 > l + var yyj4427 int + var yyb4427 bool + var yyhl4427 bool = l >= 0 + yyj4427++ + if yyhl4427 { + yyb4427 = yyj4427 > l } else { - yyb4417 = r.CheckBreak() + yyb4427 = r.CheckBreak() } - if yyb4417 { + if yyb4427 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54947,13 +55043,13 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj4417++ - if yyhl4417 { - yyb4417 = yyj4417 > l + yyj4427++ + if yyhl4427 { + yyb4427 = yyj4427 > l } else { - yyb4417 = r.CheckBreak() + yyb4427 = r.CheckBreak() } - if yyb4417 { + if yyb4427 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54963,13 +55059,13 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj4417++ - if yyhl4417 { - yyb4417 = yyj4417 > l + yyj4427++ + if yyhl4427 { + yyb4427 = yyj4427 > l } else { - yyb4417 = r.CheckBreak() + yyb4427 = r.CheckBreak() } - if yyb4417 { + if yyb4427 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54977,22 +55073,22 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4420 := &x.ListMeta - yym4421 := z.DecBinary() - _ = yym4421 + yyv4430 := &x.ListMeta + yym4431 := z.DecBinary() + _ = yym4431 if false { - } else if z.HasExtensions() && z.DecExt(yyv4420) { + } else if z.HasExtensions() && z.DecExt(yyv4430) { } else { - z.DecFallback(yyv4420, false) + z.DecFallback(yyv4430, false) } } - yyj4417++ - if yyhl4417 { - yyb4417 = yyj4417 > l + yyj4427++ + if yyhl4427 { + yyb4427 = yyj4427 > l } else { - yyb4417 = r.CheckBreak() + yyb4427 = r.CheckBreak() } - if yyb4417 { + if yyb4427 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55000,26 +55096,26 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4422 := &x.Items - yym4423 := z.DecBinary() - _ = yym4423 + yyv4432 := &x.Items + yym4433 := z.DecBinary() + _ = yym4433 if false { } else { - h.decSliceComponentStatus((*[]ComponentStatus)(yyv4422), d) + h.decSliceComponentStatus((*[]ComponentStatus)(yyv4432), d) } } for { - yyj4417++ - if yyhl4417 { - yyb4417 = yyj4417 > l + yyj4427++ + if yyhl4427 { + yyb4427 = yyj4427 > l } else { - yyb4417 = r.CheckBreak() + yyb4427 = r.CheckBreak() } - if yyb4417 { + if yyb4427 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4417-1, "") + z.DecStructFieldNotFound(yyj4427-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55031,38 +55127,38 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4424 := z.EncBinary() - _ = yym4424 + yym4434 := z.EncBinary() + _ = yym4434 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4425 := !z.EncBinary() - yy2arr4425 := z.EncBasicHandle().StructToArray - var yyq4425 [6]bool - _, _, _ = yysep4425, yyq4425, yy2arr4425 - const yyr4425 bool = false - yyq4425[0] = x.Capabilities != nil - yyq4425[1] = x.Privileged != nil - yyq4425[2] = x.SELinuxOptions != nil - yyq4425[3] = x.RunAsUser != nil - yyq4425[4] = x.RunAsNonRoot != nil - yyq4425[5] = x.ReadOnlyRootFilesystem != nil - var yynn4425 int - if yyr4425 || yy2arr4425 { + yysep4435 := !z.EncBinary() + yy2arr4435 := z.EncBasicHandle().StructToArray + var yyq4435 [6]bool + _, _, _ = yysep4435, yyq4435, yy2arr4435 + const yyr4435 bool = false + yyq4435[0] = x.Capabilities != nil + yyq4435[1] = x.Privileged != nil + yyq4435[2] = x.SELinuxOptions != nil + yyq4435[3] = x.RunAsUser != nil + yyq4435[4] = x.RunAsNonRoot != nil + yyq4435[5] = x.ReadOnlyRootFilesystem != nil + var yynn4435 int + if yyr4435 || yy2arr4435 { r.EncodeArrayStart(6) } else { - yynn4425 = 0 - for _, b := range yyq4425 { + yynn4435 = 0 + for _, b := range yyq4435 { if b { - yynn4425++ + yynn4435++ } } - r.EncodeMapStart(yynn4425) - yynn4425 = 0 + r.EncodeMapStart(yynn4435) + yynn4435 = 0 } - if yyr4425 || yy2arr4425 { + if yyr4435 || yy2arr4435 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4425[0] { + if yyq4435[0] { if x.Capabilities == nil { r.EncodeNil() } else { @@ -55072,7 +55168,7 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4425[0] { + if yyq4435[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capabilities")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -55083,44 +55179,44 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4425 || yy2arr4425 { + if yyr4435 || yy2arr4435 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4425[1] { + if yyq4435[1] { if x.Privileged == nil { r.EncodeNil() } else { - yy4428 := *x.Privileged - yym4429 := z.EncBinary() - _ = yym4429 + yy4438 := *x.Privileged + yym4439 := z.EncBinary() + _ = yym4439 if false { } else { - r.EncodeBool(bool(yy4428)) + r.EncodeBool(bool(yy4438)) } } } else { r.EncodeNil() } } else { - if yyq4425[1] { + if yyq4435[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("privileged")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Privileged == nil { r.EncodeNil() } else { - yy4430 := *x.Privileged - yym4431 := z.EncBinary() - _ = yym4431 + yy4440 := *x.Privileged + yym4441 := z.EncBinary() + _ = yym4441 if false { } else { - r.EncodeBool(bool(yy4430)) + r.EncodeBool(bool(yy4440)) } } } } - if yyr4425 || yy2arr4425 { + if yyr4435 || yy2arr4435 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4425[2] { + if yyq4435[2] { if x.SELinuxOptions == nil { r.EncodeNil() } else { @@ -55130,7 +55226,7 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4425[2] { + if yyq4435[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("seLinuxOptions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -55141,112 +55237,112 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4425 || yy2arr4425 { + if yyr4435 || yy2arr4435 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4425[3] { + if yyq4435[3] { if x.RunAsUser == nil { r.EncodeNil() } else { - yy4434 := *x.RunAsUser - yym4435 := z.EncBinary() - _ = yym4435 + yy4444 := *x.RunAsUser + yym4445 := z.EncBinary() + _ = yym4445 if false { } else { - r.EncodeInt(int64(yy4434)) + r.EncodeInt(int64(yy4444)) } } } else { r.EncodeNil() } } else { - if yyq4425[3] { + if yyq4435[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsUser")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsUser == nil { r.EncodeNil() } else { - yy4436 := *x.RunAsUser - yym4437 := z.EncBinary() - _ = yym4437 + yy4446 := *x.RunAsUser + yym4447 := z.EncBinary() + _ = yym4447 if false { } else { - r.EncodeInt(int64(yy4436)) + r.EncodeInt(int64(yy4446)) } } } } - if yyr4425 || yy2arr4425 { + if yyr4435 || yy2arr4435 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4425[4] { + if yyq4435[4] { if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy4439 := *x.RunAsNonRoot - yym4440 := z.EncBinary() - _ = yym4440 + yy4449 := *x.RunAsNonRoot + yym4450 := z.EncBinary() + _ = yym4450 if false { } else { - r.EncodeBool(bool(yy4439)) + r.EncodeBool(bool(yy4449)) } } } else { r.EncodeNil() } } else { - if yyq4425[4] { + if yyq4435[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsNonRoot")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy4441 := *x.RunAsNonRoot - yym4442 := z.EncBinary() - _ = yym4442 + yy4451 := *x.RunAsNonRoot + yym4452 := z.EncBinary() + _ = yym4452 if false { } else { - r.EncodeBool(bool(yy4441)) + r.EncodeBool(bool(yy4451)) } } } } - if yyr4425 || yy2arr4425 { + if yyr4435 || yy2arr4435 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4425[5] { + if yyq4435[5] { if x.ReadOnlyRootFilesystem == nil { r.EncodeNil() } else { - yy4444 := *x.ReadOnlyRootFilesystem - yym4445 := z.EncBinary() - _ = yym4445 + yy4454 := *x.ReadOnlyRootFilesystem + yym4455 := z.EncBinary() + _ = yym4455 if false { } else { - r.EncodeBool(bool(yy4444)) + r.EncodeBool(bool(yy4454)) } } } else { r.EncodeNil() } } else { - if yyq4425[5] { + if yyq4435[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnlyRootFilesystem")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ReadOnlyRootFilesystem == nil { r.EncodeNil() } else { - yy4446 := *x.ReadOnlyRootFilesystem - yym4447 := z.EncBinary() - _ = yym4447 + yy4456 := *x.ReadOnlyRootFilesystem + yym4457 := z.EncBinary() + _ = yym4457 if false { } else { - r.EncodeBool(bool(yy4446)) + r.EncodeBool(bool(yy4456)) } } } } - if yyr4425 || yy2arr4425 { + if yyr4435 || yy2arr4435 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -55259,25 +55355,25 @@ func (x *SecurityContext) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4448 := z.DecBinary() - _ = yym4448 + yym4458 := z.DecBinary() + _ = yym4458 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4449 := r.ContainerType() - if yyct4449 == codecSelferValueTypeMap1234 { - yyl4449 := r.ReadMapStart() - if yyl4449 == 0 { + yyct4459 := r.ContainerType() + if yyct4459 == codecSelferValueTypeMap1234 { + yyl4459 := r.ReadMapStart() + if yyl4459 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4449, d) + x.codecDecodeSelfFromMap(yyl4459, d) } - } else if yyct4449 == codecSelferValueTypeArray1234 { - yyl4449 := r.ReadArrayStart() - if yyl4449 == 0 { + } else if yyct4459 == codecSelferValueTypeArray1234 { + yyl4459 := r.ReadArrayStart() + if yyl4459 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4449, d) + x.codecDecodeSelfFromArray(yyl4459, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -55289,12 +55385,12 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4450Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4450Slc - var yyhl4450 bool = l >= 0 - for yyj4450 := 0; ; yyj4450++ { - if yyhl4450 { - if yyj4450 >= l { + var yys4460Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4460Slc + var yyhl4460 bool = l >= 0 + for yyj4460 := 0; ; yyj4460++ { + if yyhl4460 { + if yyj4460 >= l { break } } else { @@ -55303,10 +55399,10 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4450Slc = r.DecodeBytes(yys4450Slc, true, true) - yys4450 := string(yys4450Slc) + yys4460Slc = r.DecodeBytes(yys4460Slc, true, true) + yys4460 := string(yys4460Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4450 { + switch yys4460 { case "capabilities": if r.TryDecodeAsNil() { if x.Capabilities != nil { @@ -55327,8 +55423,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Privileged == nil { x.Privileged = new(bool) } - yym4453 := z.DecBinary() - _ = yym4453 + yym4463 := z.DecBinary() + _ = yym4463 if false { } else { *((*bool)(x.Privileged)) = r.DecodeBool() @@ -55354,8 +55450,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym4456 := z.DecBinary() - _ = yym4456 + yym4466 := z.DecBinary() + _ = yym4466 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) @@ -55370,8 +55466,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym4458 := z.DecBinary() - _ = yym4458 + yym4468 := z.DecBinary() + _ = yym4468 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() @@ -55386,17 +55482,17 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.ReadOnlyRootFilesystem == nil { x.ReadOnlyRootFilesystem = new(bool) } - yym4460 := z.DecBinary() - _ = yym4460 + yym4470 := z.DecBinary() + _ = yym4470 if false { } else { *((*bool)(x.ReadOnlyRootFilesystem)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys4450) - } // end switch yys4450 - } // end for yyj4450 + z.DecStructFieldNotFound(-1, yys4460) + } // end switch yys4460 + } // end for yyj4460 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -55404,16 +55500,16 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4461 int - var yyb4461 bool - var yyhl4461 bool = l >= 0 - yyj4461++ - if yyhl4461 { - yyb4461 = yyj4461 > l + var yyj4471 int + var yyb4471 bool + var yyhl4471 bool = l >= 0 + yyj4471++ + if yyhl4471 { + yyb4471 = yyj4471 > l } else { - yyb4461 = r.CheckBreak() + yyb4471 = r.CheckBreak() } - if yyb4461 { + if yyb4471 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55428,13 +55524,13 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.Capabilities.CodecDecodeSelf(d) } - yyj4461++ - if yyhl4461 { - yyb4461 = yyj4461 > l + yyj4471++ + if yyhl4471 { + yyb4471 = yyj4471 > l } else { - yyb4461 = r.CheckBreak() + yyb4471 = r.CheckBreak() } - if yyb4461 { + if yyb4471 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55447,20 +55543,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.Privileged == nil { x.Privileged = new(bool) } - yym4464 := z.DecBinary() - _ = yym4464 + yym4474 := z.DecBinary() + _ = yym4474 if false { } else { *((*bool)(x.Privileged)) = r.DecodeBool() } } - yyj4461++ - if yyhl4461 { - yyb4461 = yyj4461 > l + yyj4471++ + if yyhl4471 { + yyb4471 = yyj4471 > l } else { - yyb4461 = r.CheckBreak() + yyb4471 = r.CheckBreak() } - if yyb4461 { + if yyb4471 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55475,13 +55571,13 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.SELinuxOptions.CodecDecodeSelf(d) } - yyj4461++ - if yyhl4461 { - yyb4461 = yyj4461 > l + yyj4471++ + if yyhl4471 { + yyb4471 = yyj4471 > l } else { - yyb4461 = r.CheckBreak() + yyb4471 = r.CheckBreak() } - if yyb4461 { + if yyb4471 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55494,20 +55590,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym4467 := z.DecBinary() - _ = yym4467 + yym4477 := z.DecBinary() + _ = yym4477 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) } } - yyj4461++ - if yyhl4461 { - yyb4461 = yyj4461 > l + yyj4471++ + if yyhl4471 { + yyb4471 = yyj4471 > l } else { - yyb4461 = r.CheckBreak() + yyb4471 = r.CheckBreak() } - if yyb4461 { + if yyb4471 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55520,20 +55616,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym4469 := z.DecBinary() - _ = yym4469 + yym4479 := z.DecBinary() + _ = yym4479 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() } } - yyj4461++ - if yyhl4461 { - yyb4461 = yyj4461 > l + yyj4471++ + if yyhl4471 { + yyb4471 = yyj4471 > l } else { - yyb4461 = r.CheckBreak() + yyb4471 = r.CheckBreak() } - if yyb4461 { + if yyb4471 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55546,25 +55642,25 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.ReadOnlyRootFilesystem == nil { x.ReadOnlyRootFilesystem = new(bool) } - yym4471 := z.DecBinary() - _ = yym4471 + yym4481 := z.DecBinary() + _ = yym4481 if false { } else { *((*bool)(x.ReadOnlyRootFilesystem)) = r.DecodeBool() } } for { - yyj4461++ - if yyhl4461 { - yyb4461 = yyj4461 > l + yyj4471++ + if yyhl4471 { + yyb4471 = yyj4471 > l } else { - yyb4461 = r.CheckBreak() + yyb4471 = r.CheckBreak() } - if yyb4461 { + if yyb4471 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4461-1, "") + z.DecStructFieldNotFound(yyj4471-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55576,134 +55672,134 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4472 := z.EncBinary() - _ = yym4472 + yym4482 := z.EncBinary() + _ = yym4482 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4473 := !z.EncBinary() - yy2arr4473 := z.EncBasicHandle().StructToArray - var yyq4473 [4]bool - _, _, _ = yysep4473, yyq4473, yy2arr4473 - const yyr4473 bool = false - yyq4473[0] = x.User != "" - yyq4473[1] = x.Role != "" - yyq4473[2] = x.Type != "" - yyq4473[3] = x.Level != "" - var yynn4473 int - if yyr4473 || yy2arr4473 { + yysep4483 := !z.EncBinary() + yy2arr4483 := z.EncBasicHandle().StructToArray + var yyq4483 [4]bool + _, _, _ = yysep4483, yyq4483, yy2arr4483 + const yyr4483 bool = false + yyq4483[0] = x.User != "" + yyq4483[1] = x.Role != "" + yyq4483[2] = x.Type != "" + yyq4483[3] = x.Level != "" + var yynn4483 int + if yyr4483 || yy2arr4483 { r.EncodeArrayStart(4) } else { - yynn4473 = 0 - for _, b := range yyq4473 { + yynn4483 = 0 + for _, b := range yyq4483 { if b { - yynn4473++ + yynn4483++ } } - r.EncodeMapStart(yynn4473) - yynn4473 = 0 + r.EncodeMapStart(yynn4483) + yynn4483 = 0 } - if yyr4473 || yy2arr4473 { + if yyr4483 || yy2arr4483 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4473[0] { - yym4475 := z.EncBinary() - _ = yym4475 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.User)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4473[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("user")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4476 := z.EncBinary() - _ = yym4476 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.User)) - } - } - } - if yyr4473 || yy2arr4473 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4473[1] { - yym4478 := z.EncBinary() - _ = yym4478 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Role)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4473[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("role")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4479 := z.EncBinary() - _ = yym4479 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Role)) - } - } - } - if yyr4473 || yy2arr4473 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4473[2] { - yym4481 := z.EncBinary() - _ = yym4481 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Type)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4473[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("type")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4482 := z.EncBinary() - _ = yym4482 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Type)) - } - } - } - if yyr4473 || yy2arr4473 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4473[3] { - yym4484 := z.EncBinary() - _ = yym4484 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Level)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4473[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("level")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyq4483[0] { yym4485 := z.EncBinary() _ = yym4485 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.User)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4483[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("user")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4486 := z.EncBinary() + _ = yym4486 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.User)) + } + } + } + if yyr4483 || yy2arr4483 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4483[1] { + yym4488 := z.EncBinary() + _ = yym4488 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Role)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4483[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("role")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4489 := z.EncBinary() + _ = yym4489 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Role)) + } + } + } + if yyr4483 || yy2arr4483 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4483[2] { + yym4491 := z.EncBinary() + _ = yym4491 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Type)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4483[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("type")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4492 := z.EncBinary() + _ = yym4492 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Type)) + } + } + } + if yyr4483 || yy2arr4483 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4483[3] { + yym4494 := z.EncBinary() + _ = yym4494 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Level)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4483[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("level")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4495 := z.EncBinary() + _ = yym4495 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Level)) } } } - if yyr4473 || yy2arr4473 { + if yyr4483 || yy2arr4483 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -55716,25 +55812,25 @@ func (x *SELinuxOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4486 := z.DecBinary() - _ = yym4486 + yym4496 := z.DecBinary() + _ = yym4496 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4487 := r.ContainerType() - if yyct4487 == codecSelferValueTypeMap1234 { - yyl4487 := r.ReadMapStart() - if yyl4487 == 0 { + yyct4497 := r.ContainerType() + if yyct4497 == codecSelferValueTypeMap1234 { + yyl4497 := r.ReadMapStart() + if yyl4497 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4487, d) + x.codecDecodeSelfFromMap(yyl4497, d) } - } else if yyct4487 == codecSelferValueTypeArray1234 { - yyl4487 := r.ReadArrayStart() - if yyl4487 == 0 { + } else if yyct4497 == codecSelferValueTypeArray1234 { + yyl4497 := r.ReadArrayStart() + if yyl4497 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4487, d) + x.codecDecodeSelfFromArray(yyl4497, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -55746,12 +55842,12 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4488Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4488Slc - var yyhl4488 bool = l >= 0 - for yyj4488 := 0; ; yyj4488++ { - if yyhl4488 { - if yyj4488 >= l { + var yys4498Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4498Slc + var yyhl4498 bool = l >= 0 + for yyj4498 := 0; ; yyj4498++ { + if yyhl4498 { + if yyj4498 >= l { break } } else { @@ -55760,10 +55856,10 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4488Slc = r.DecodeBytes(yys4488Slc, true, true) - yys4488 := string(yys4488Slc) + yys4498Slc = r.DecodeBytes(yys4498Slc, true, true) + yys4498 := string(yys4498Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4488 { + switch yys4498 { case "user": if r.TryDecodeAsNil() { x.User = "" @@ -55789,9 +55885,9 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Level = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys4488) - } // end switch yys4488 - } // end for yyj4488 + z.DecStructFieldNotFound(-1, yys4498) + } // end switch yys4498 + } // end for yyj4498 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -55799,16 +55895,16 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4493 int - var yyb4493 bool - var yyhl4493 bool = l >= 0 - yyj4493++ - if yyhl4493 { - yyb4493 = yyj4493 > l + var yyj4503 int + var yyb4503 bool + var yyhl4503 bool = l >= 0 + yyj4503++ + if yyhl4503 { + yyb4503 = yyj4503 > l } else { - yyb4493 = r.CheckBreak() + yyb4503 = r.CheckBreak() } - if yyb4493 { + if yyb4503 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55818,13 +55914,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.User = string(r.DecodeString()) } - yyj4493++ - if yyhl4493 { - yyb4493 = yyj4493 > l + yyj4503++ + if yyhl4503 { + yyb4503 = yyj4503 > l } else { - yyb4493 = r.CheckBreak() + yyb4503 = r.CheckBreak() } - if yyb4493 { + if yyb4503 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55834,13 +55930,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Role = string(r.DecodeString()) } - yyj4493++ - if yyhl4493 { - yyb4493 = yyj4493 > l + yyj4503++ + if yyhl4503 { + yyb4503 = yyj4503 > l } else { - yyb4493 = r.CheckBreak() + yyb4503 = r.CheckBreak() } - if yyb4493 { + if yyb4503 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55850,13 +55946,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = string(r.DecodeString()) } - yyj4493++ - if yyhl4493 { - yyb4493 = yyj4493 > l + yyj4503++ + if yyhl4503 { + yyb4503 = yyj4503 > l } else { - yyb4493 = r.CheckBreak() + yyb4503 = r.CheckBreak() } - if yyb4493 { + if yyb4503 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55867,17 +55963,17 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Level = string(r.DecodeString()) } for { - yyj4493++ - if yyhl4493 { - yyb4493 = yyj4493 > l + yyj4503++ + if yyhl4503 { + yyb4503 = yyj4503 > l } else { - yyb4493 = r.CheckBreak() + yyb4503 = r.CheckBreak() } - if yyb4493 { + if yyb4503 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4493-1, "") + z.DecStructFieldNotFound(yyj4503-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55889,37 +55985,37 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4498 := z.EncBinary() - _ = yym4498 + yym4508 := z.EncBinary() + _ = yym4508 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4499 := !z.EncBinary() - yy2arr4499 := z.EncBasicHandle().StructToArray - var yyq4499 [5]bool - _, _, _ = yysep4499, yyq4499, yy2arr4499 - const yyr4499 bool = false - yyq4499[0] = x.Kind != "" - yyq4499[1] = x.APIVersion != "" - yyq4499[2] = true - var yynn4499 int - if yyr4499 || yy2arr4499 { + yysep4509 := !z.EncBinary() + yy2arr4509 := z.EncBasicHandle().StructToArray + var yyq4509 [5]bool + _, _, _ = yysep4509, yyq4509, yy2arr4509 + const yyr4509 bool = false + yyq4509[0] = x.Kind != "" + yyq4509[1] = x.APIVersion != "" + yyq4509[2] = true + var yynn4509 int + if yyr4509 || yy2arr4509 { r.EncodeArrayStart(5) } else { - yynn4499 = 2 - for _, b := range yyq4499 { + yynn4509 = 2 + for _, b := range yyq4509 { if b { - yynn4499++ + yynn4509++ } } - r.EncodeMapStart(yynn4499) - yynn4499 = 0 + r.EncodeMapStart(yynn4509) + yynn4509 = 0 } - if yyr4499 || yy2arr4499 { + if yyr4509 || yy2arr4509 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4499[0] { - yym4501 := z.EncBinary() - _ = yym4501 + if yyq4509[0] { + yym4511 := z.EncBinary() + _ = yym4511 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -55928,23 +56024,23 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4499[0] { + if yyq4509[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4502 := z.EncBinary() - _ = yym4502 + yym4512 := z.EncBinary() + _ = yym4512 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4499 || yy2arr4499 { + if yyr4509 || yy2arr4509 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4499[1] { - yym4504 := z.EncBinary() - _ = yym4504 + if yyq4509[1] { + yym4514 := z.EncBinary() + _ = yym4514 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -55953,39 +56049,39 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4499[1] { + if yyq4509[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4505 := z.EncBinary() - _ = yym4505 + yym4515 := z.EncBinary() + _ = yym4515 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4499 || yy2arr4499 { + if yyr4509 || yy2arr4509 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4499[2] { - yy4507 := &x.ObjectMeta - yy4507.CodecEncodeSelf(e) + if yyq4509[2] { + yy4517 := &x.ObjectMeta + yy4517.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4499[2] { + if yyq4509[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4508 := &x.ObjectMeta - yy4508.CodecEncodeSelf(e) + yy4518 := &x.ObjectMeta + yy4518.CodecEncodeSelf(e) } } - if yyr4499 || yy2arr4499 { + if yyr4509 || yy2arr4509 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym4510 := z.EncBinary() - _ = yym4510 + yym4520 := z.EncBinary() + _ = yym4520 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Range)) @@ -55994,20 +56090,20 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("range")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4511 := z.EncBinary() - _ = yym4511 + yym4521 := z.EncBinary() + _ = yym4521 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Range)) } } - if yyr4499 || yy2arr4499 { + if yyr4509 || yy2arr4509 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Data == nil { r.EncodeNil() } else { - yym4513 := z.EncBinary() - _ = yym4513 + yym4523 := z.EncBinary() + _ = yym4523 if false { } else { r.EncodeStringBytes(codecSelferC_RAW1234, []byte(x.Data)) @@ -56020,15 +56116,15 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { if x.Data == nil { r.EncodeNil() } else { - yym4514 := z.EncBinary() - _ = yym4514 + yym4524 := z.EncBinary() + _ = yym4524 if false { } else { r.EncodeStringBytes(codecSelferC_RAW1234, []byte(x.Data)) } } } - if yyr4499 || yy2arr4499 { + if yyr4509 || yy2arr4509 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -56041,25 +56137,25 @@ func (x *RangeAllocation) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4515 := z.DecBinary() - _ = yym4515 + yym4525 := z.DecBinary() + _ = yym4525 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4516 := r.ContainerType() - if yyct4516 == codecSelferValueTypeMap1234 { - yyl4516 := r.ReadMapStart() - if yyl4516 == 0 { + yyct4526 := r.ContainerType() + if yyct4526 == codecSelferValueTypeMap1234 { + yyl4526 := r.ReadMapStart() + if yyl4526 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4516, d) + x.codecDecodeSelfFromMap(yyl4526, d) } - } else if yyct4516 == codecSelferValueTypeArray1234 { - yyl4516 := r.ReadArrayStart() - if yyl4516 == 0 { + } else if yyct4526 == codecSelferValueTypeArray1234 { + yyl4526 := r.ReadArrayStart() + if yyl4526 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4516, d) + x.codecDecodeSelfFromArray(yyl4526, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -56071,12 +56167,12 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4517Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4517Slc - var yyhl4517 bool = l >= 0 - for yyj4517 := 0; ; yyj4517++ { - if yyhl4517 { - if yyj4517 >= l { + var yys4527Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4527Slc + var yyhl4527 bool = l >= 0 + for yyj4527 := 0; ; yyj4527++ { + if yyhl4527 { + if yyj4527 >= l { break } } else { @@ -56085,10 +56181,10 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4517Slc = r.DecodeBytes(yys4517Slc, true, true) - yys4517 := string(yys4517Slc) + yys4527Slc = r.DecodeBytes(yys4527Slc, true, true) + yys4527 := string(yys4527Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4517 { + switch yys4527 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -56105,8 +56201,8 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4520 := &x.ObjectMeta - yyv4520.CodecDecodeSelf(d) + yyv4530 := &x.ObjectMeta + yyv4530.CodecDecodeSelf(d) } case "range": if r.TryDecodeAsNil() { @@ -56118,18 +56214,18 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4522 := &x.Data - yym4523 := z.DecBinary() - _ = yym4523 + yyv4532 := &x.Data + yym4533 := z.DecBinary() + _ = yym4533 if false { } else { - *yyv4522 = r.DecodeBytes(*(*[]byte)(yyv4522), false, false) + *yyv4532 = r.DecodeBytes(*(*[]byte)(yyv4532), false, false) } } default: - z.DecStructFieldNotFound(-1, yys4517) - } // end switch yys4517 - } // end for yyj4517 + z.DecStructFieldNotFound(-1, yys4527) + } // end switch yys4527 + } // end for yyj4527 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -56137,16 +56233,16 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4524 int - var yyb4524 bool - var yyhl4524 bool = l >= 0 - yyj4524++ - if yyhl4524 { - yyb4524 = yyj4524 > l + var yyj4534 int + var yyb4534 bool + var yyhl4534 bool = l >= 0 + yyj4534++ + if yyhl4534 { + yyb4534 = yyj4534 > l } else { - yyb4524 = r.CheckBreak() + yyb4534 = r.CheckBreak() } - if yyb4524 { + if yyb4534 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56156,13 +56252,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj4524++ - if yyhl4524 { - yyb4524 = yyj4524 > l + yyj4534++ + if yyhl4534 { + yyb4534 = yyj4534 > l } else { - yyb4524 = r.CheckBreak() + yyb4534 = r.CheckBreak() } - if yyb4524 { + if yyb4534 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56172,13 +56268,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj4524++ - if yyhl4524 { - yyb4524 = yyj4524 > l + yyj4534++ + if yyhl4534 { + yyb4534 = yyj4534 > l } else { - yyb4524 = r.CheckBreak() + yyb4534 = r.CheckBreak() } - if yyb4524 { + if yyb4534 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56186,16 +56282,16 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4527 := &x.ObjectMeta - yyv4527.CodecDecodeSelf(d) + yyv4537 := &x.ObjectMeta + yyv4537.CodecDecodeSelf(d) } - yyj4524++ - if yyhl4524 { - yyb4524 = yyj4524 > l + yyj4534++ + if yyhl4534 { + yyb4534 = yyj4534 > l } else { - yyb4524 = r.CheckBreak() + yyb4534 = r.CheckBreak() } - if yyb4524 { + if yyb4534 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56205,13 +56301,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Range = string(r.DecodeString()) } - yyj4524++ - if yyhl4524 { - yyb4524 = yyj4524 > l + yyj4534++ + if yyhl4534 { + yyb4534 = yyj4534 > l } else { - yyb4524 = r.CheckBreak() + yyb4534 = r.CheckBreak() } - if yyb4524 { + if yyb4534 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56219,26 +56315,26 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4529 := &x.Data - yym4530 := z.DecBinary() - _ = yym4530 + yyv4539 := &x.Data + yym4540 := z.DecBinary() + _ = yym4540 if false { } else { - *yyv4529 = r.DecodeBytes(*(*[]byte)(yyv4529), false, false) + *yyv4539 = r.DecodeBytes(*(*[]byte)(yyv4539), false, false) } } for { - yyj4524++ - if yyhl4524 { - yyb4524 = yyj4524 > l + yyj4534++ + if yyhl4534 { + yyb4534 = yyj4534 > l } else { - yyb4524 = r.CheckBreak() + yyb4534 = r.CheckBreak() } - if yyb4524 { + if yyb4534 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4524-1, "") + z.DecStructFieldNotFound(yyj4534-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56248,10 +56344,10 @@ func (x codecSelfer1234) encSliceOwnerReference(v []OwnerReference, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4531 := range v { + for _, yyv4541 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4532 := &yyv4531 - yy4532.CodecEncodeSelf(e) + yy4542 := &yyv4541 + yy4542.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56261,83 +56357,83 @@ func (x codecSelfer1234) decSliceOwnerReference(v *[]OwnerReference, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4533 := *v - yyh4533, yyl4533 := z.DecSliceHelperStart() - var yyc4533 bool - if yyl4533 == 0 { - if yyv4533 == nil { - yyv4533 = []OwnerReference{} - yyc4533 = true - } else if len(yyv4533) != 0 { - yyv4533 = yyv4533[:0] - yyc4533 = true + yyv4543 := *v + yyh4543, yyl4543 := z.DecSliceHelperStart() + var yyc4543 bool + if yyl4543 == 0 { + if yyv4543 == nil { + yyv4543 = []OwnerReference{} + yyc4543 = true + } else if len(yyv4543) != 0 { + yyv4543 = yyv4543[:0] + yyc4543 = true } - } else if yyl4533 > 0 { - var yyrr4533, yyrl4533 int - var yyrt4533 bool - if yyl4533 > cap(yyv4533) { + } else if yyl4543 > 0 { + var yyrr4543, yyrl4543 int + var yyrt4543 bool + if yyl4543 > cap(yyv4543) { - yyrg4533 := len(yyv4533) > 0 - yyv24533 := yyv4533 - yyrl4533, yyrt4533 = z.DecInferLen(yyl4533, z.DecBasicHandle().MaxInitLen, 72) - if yyrt4533 { - if yyrl4533 <= cap(yyv4533) { - yyv4533 = yyv4533[:yyrl4533] + yyrg4543 := len(yyv4543) > 0 + yyv24543 := yyv4543 + yyrl4543, yyrt4543 = z.DecInferLen(yyl4543, z.DecBasicHandle().MaxInitLen, 72) + if yyrt4543 { + if yyrl4543 <= cap(yyv4543) { + yyv4543 = yyv4543[:yyrl4543] } else { - yyv4533 = make([]OwnerReference, yyrl4533) + yyv4543 = make([]OwnerReference, yyrl4543) } } else { - yyv4533 = make([]OwnerReference, yyrl4533) + yyv4543 = make([]OwnerReference, yyrl4543) } - yyc4533 = true - yyrr4533 = len(yyv4533) - if yyrg4533 { - copy(yyv4533, yyv24533) + yyc4543 = true + yyrr4543 = len(yyv4543) + if yyrg4543 { + copy(yyv4543, yyv24543) } - } else if yyl4533 != len(yyv4533) { - yyv4533 = yyv4533[:yyl4533] - yyc4533 = true + } else if yyl4543 != len(yyv4543) { + yyv4543 = yyv4543[:yyl4543] + yyc4543 = true } - yyj4533 := 0 - for ; yyj4533 < yyrr4533; yyj4533++ { - yyh4533.ElemContainerState(yyj4533) + yyj4543 := 0 + for ; yyj4543 < yyrr4543; yyj4543++ { + yyh4543.ElemContainerState(yyj4543) if r.TryDecodeAsNil() { - yyv4533[yyj4533] = OwnerReference{} + yyv4543[yyj4543] = OwnerReference{} } else { - yyv4534 := &yyv4533[yyj4533] - yyv4534.CodecDecodeSelf(d) + yyv4544 := &yyv4543[yyj4543] + yyv4544.CodecDecodeSelf(d) } } - if yyrt4533 { - for ; yyj4533 < yyl4533; yyj4533++ { - yyv4533 = append(yyv4533, OwnerReference{}) - yyh4533.ElemContainerState(yyj4533) + if yyrt4543 { + for ; yyj4543 < yyl4543; yyj4543++ { + yyv4543 = append(yyv4543, OwnerReference{}) + yyh4543.ElemContainerState(yyj4543) if r.TryDecodeAsNil() { - yyv4533[yyj4533] = OwnerReference{} + yyv4543[yyj4543] = OwnerReference{} } else { - yyv4535 := &yyv4533[yyj4533] - yyv4535.CodecDecodeSelf(d) + yyv4545 := &yyv4543[yyj4543] + yyv4545.CodecDecodeSelf(d) } } } } else { - yyj4533 := 0 - for ; !r.CheckBreak(); yyj4533++ { + yyj4543 := 0 + for ; !r.CheckBreak(); yyj4543++ { - if yyj4533 >= len(yyv4533) { - yyv4533 = append(yyv4533, OwnerReference{}) // var yyz4533 OwnerReference - yyc4533 = true + if yyj4543 >= len(yyv4543) { + yyv4543 = append(yyv4543, OwnerReference{}) // var yyz4543 OwnerReference + yyc4543 = true } - yyh4533.ElemContainerState(yyj4533) - if yyj4533 < len(yyv4533) { + yyh4543.ElemContainerState(yyj4543) + if yyj4543 < len(yyv4543) { if r.TryDecodeAsNil() { - yyv4533[yyj4533] = OwnerReference{} + yyv4543[yyj4543] = OwnerReference{} } else { - yyv4536 := &yyv4533[yyj4533] - yyv4536.CodecDecodeSelf(d) + yyv4546 := &yyv4543[yyj4543] + yyv4546.CodecDecodeSelf(d) } } else { @@ -56345,17 +56441,17 @@ func (x codecSelfer1234) decSliceOwnerReference(v *[]OwnerReference, d *codec197 } } - if yyj4533 < len(yyv4533) { - yyv4533 = yyv4533[:yyj4533] - yyc4533 = true - } else if yyj4533 == 0 && yyv4533 == nil { - yyv4533 = []OwnerReference{} - yyc4533 = true + if yyj4543 < len(yyv4543) { + yyv4543 = yyv4543[:yyj4543] + yyc4543 = true + } else if yyj4543 == 0 && yyv4543 == nil { + yyv4543 = []OwnerReference{} + yyc4543 = true } } - yyh4533.End() - if yyc4533 { - *v = yyv4533 + yyh4543.End() + if yyc4543 { + *v = yyv4543 } } @@ -56364,9 +56460,9 @@ func (x codecSelfer1234) encSlicePersistentVolumeAccessMode(v []PersistentVolume z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4537 := range v { + for _, yyv4547 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4537.CodecEncodeSelf(e) + yyv4547.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56376,75 +56472,75 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4538 := *v - yyh4538, yyl4538 := z.DecSliceHelperStart() - var yyc4538 bool - if yyl4538 == 0 { - if yyv4538 == nil { - yyv4538 = []PersistentVolumeAccessMode{} - yyc4538 = true - } else if len(yyv4538) != 0 { - yyv4538 = yyv4538[:0] - yyc4538 = true + yyv4548 := *v + yyh4548, yyl4548 := z.DecSliceHelperStart() + var yyc4548 bool + if yyl4548 == 0 { + if yyv4548 == nil { + yyv4548 = []PersistentVolumeAccessMode{} + yyc4548 = true + } else if len(yyv4548) != 0 { + yyv4548 = yyv4548[:0] + yyc4548 = true } - } else if yyl4538 > 0 { - var yyrr4538, yyrl4538 int - var yyrt4538 bool - if yyl4538 > cap(yyv4538) { + } else if yyl4548 > 0 { + var yyrr4548, yyrl4548 int + var yyrt4548 bool + if yyl4548 > cap(yyv4548) { - yyrl4538, yyrt4538 = z.DecInferLen(yyl4538, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4538 { - if yyrl4538 <= cap(yyv4538) { - yyv4538 = yyv4538[:yyrl4538] + yyrl4548, yyrt4548 = z.DecInferLen(yyl4548, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4548 { + if yyrl4548 <= cap(yyv4548) { + yyv4548 = yyv4548[:yyrl4548] } else { - yyv4538 = make([]PersistentVolumeAccessMode, yyrl4538) + yyv4548 = make([]PersistentVolumeAccessMode, yyrl4548) } } else { - yyv4538 = make([]PersistentVolumeAccessMode, yyrl4538) + yyv4548 = make([]PersistentVolumeAccessMode, yyrl4548) } - yyc4538 = true - yyrr4538 = len(yyv4538) - } else if yyl4538 != len(yyv4538) { - yyv4538 = yyv4538[:yyl4538] - yyc4538 = true + yyc4548 = true + yyrr4548 = len(yyv4548) + } else if yyl4548 != len(yyv4548) { + yyv4548 = yyv4548[:yyl4548] + yyc4548 = true } - yyj4538 := 0 - for ; yyj4538 < yyrr4538; yyj4538++ { - yyh4538.ElemContainerState(yyj4538) + yyj4548 := 0 + for ; yyj4548 < yyrr4548; yyj4548++ { + yyh4548.ElemContainerState(yyj4548) if r.TryDecodeAsNil() { - yyv4538[yyj4538] = "" + yyv4548[yyj4548] = "" } else { - yyv4538[yyj4538] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4548[yyj4548] = PersistentVolumeAccessMode(r.DecodeString()) } } - if yyrt4538 { - for ; yyj4538 < yyl4538; yyj4538++ { - yyv4538 = append(yyv4538, "") - yyh4538.ElemContainerState(yyj4538) + if yyrt4548 { + for ; yyj4548 < yyl4548; yyj4548++ { + yyv4548 = append(yyv4548, "") + yyh4548.ElemContainerState(yyj4548) if r.TryDecodeAsNil() { - yyv4538[yyj4538] = "" + yyv4548[yyj4548] = "" } else { - yyv4538[yyj4538] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4548[yyj4548] = PersistentVolumeAccessMode(r.DecodeString()) } } } } else { - yyj4538 := 0 - for ; !r.CheckBreak(); yyj4538++ { + yyj4548 := 0 + for ; !r.CheckBreak(); yyj4548++ { - if yyj4538 >= len(yyv4538) { - yyv4538 = append(yyv4538, "") // var yyz4538 PersistentVolumeAccessMode - yyc4538 = true + if yyj4548 >= len(yyv4548) { + yyv4548 = append(yyv4548, "") // var yyz4548 PersistentVolumeAccessMode + yyc4548 = true } - yyh4538.ElemContainerState(yyj4538) - if yyj4538 < len(yyv4538) { + yyh4548.ElemContainerState(yyj4548) + if yyj4548 < len(yyv4548) { if r.TryDecodeAsNil() { - yyv4538[yyj4538] = "" + yyv4548[yyj4548] = "" } else { - yyv4538[yyj4538] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4548[yyj4548] = PersistentVolumeAccessMode(r.DecodeString()) } } else { @@ -56452,17 +56548,17 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum } } - if yyj4538 < len(yyv4538) { - yyv4538 = yyv4538[:yyj4538] - yyc4538 = true - } else if yyj4538 == 0 && yyv4538 == nil { - yyv4538 = []PersistentVolumeAccessMode{} - yyc4538 = true + if yyj4548 < len(yyv4548) { + yyv4548 = yyv4548[:yyj4548] + yyc4548 = true + } else if yyj4548 == 0 && yyv4548 == nil { + yyv4548 = []PersistentVolumeAccessMode{} + yyc4548 = true } } - yyh4538.End() - if yyc4538 { - *v = yyv4538 + yyh4548.End() + if yyc4548 { + *v = yyv4548 } } @@ -56471,10 +56567,10 @@ func (x codecSelfer1234) encSlicePersistentVolume(v []PersistentVolume, e *codec z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4542 := range v { + for _, yyv4552 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4543 := &yyv4542 - yy4543.CodecEncodeSelf(e) + yy4553 := &yyv4552 + yy4553.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56484,83 +56580,83 @@ func (x codecSelfer1234) decSlicePersistentVolume(v *[]PersistentVolume, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4544 := *v - yyh4544, yyl4544 := z.DecSliceHelperStart() - var yyc4544 bool - if yyl4544 == 0 { - if yyv4544 == nil { - yyv4544 = []PersistentVolume{} - yyc4544 = true - } else if len(yyv4544) != 0 { - yyv4544 = yyv4544[:0] - yyc4544 = true + yyv4554 := *v + yyh4554, yyl4554 := z.DecSliceHelperStart() + var yyc4554 bool + if yyl4554 == 0 { + if yyv4554 == nil { + yyv4554 = []PersistentVolume{} + yyc4554 = true + } else if len(yyv4554) != 0 { + yyv4554 = yyv4554[:0] + yyc4554 = true } - } else if yyl4544 > 0 { - var yyrr4544, yyrl4544 int - var yyrt4544 bool - if yyl4544 > cap(yyv4544) { + } else if yyl4554 > 0 { + var yyrr4554, yyrl4554 int + var yyrt4554 bool + if yyl4554 > cap(yyv4554) { - yyrg4544 := len(yyv4544) > 0 - yyv24544 := yyv4544 - yyrl4544, yyrt4544 = z.DecInferLen(yyl4544, z.DecBasicHandle().MaxInitLen, 488) - if yyrt4544 { - if yyrl4544 <= cap(yyv4544) { - yyv4544 = yyv4544[:yyrl4544] + yyrg4554 := len(yyv4554) > 0 + yyv24554 := yyv4554 + yyrl4554, yyrt4554 = z.DecInferLen(yyl4554, z.DecBasicHandle().MaxInitLen, 488) + if yyrt4554 { + if yyrl4554 <= cap(yyv4554) { + yyv4554 = yyv4554[:yyrl4554] } else { - yyv4544 = make([]PersistentVolume, yyrl4544) + yyv4554 = make([]PersistentVolume, yyrl4554) } } else { - yyv4544 = make([]PersistentVolume, yyrl4544) + yyv4554 = make([]PersistentVolume, yyrl4554) } - yyc4544 = true - yyrr4544 = len(yyv4544) - if yyrg4544 { - copy(yyv4544, yyv24544) + yyc4554 = true + yyrr4554 = len(yyv4554) + if yyrg4554 { + copy(yyv4554, yyv24554) } - } else if yyl4544 != len(yyv4544) { - yyv4544 = yyv4544[:yyl4544] - yyc4544 = true + } else if yyl4554 != len(yyv4554) { + yyv4554 = yyv4554[:yyl4554] + yyc4554 = true } - yyj4544 := 0 - for ; yyj4544 < yyrr4544; yyj4544++ { - yyh4544.ElemContainerState(yyj4544) + yyj4554 := 0 + for ; yyj4554 < yyrr4554; yyj4554++ { + yyh4554.ElemContainerState(yyj4554) if r.TryDecodeAsNil() { - yyv4544[yyj4544] = PersistentVolume{} + yyv4554[yyj4554] = PersistentVolume{} } else { - yyv4545 := &yyv4544[yyj4544] - yyv4545.CodecDecodeSelf(d) + yyv4555 := &yyv4554[yyj4554] + yyv4555.CodecDecodeSelf(d) } } - if yyrt4544 { - for ; yyj4544 < yyl4544; yyj4544++ { - yyv4544 = append(yyv4544, PersistentVolume{}) - yyh4544.ElemContainerState(yyj4544) + if yyrt4554 { + for ; yyj4554 < yyl4554; yyj4554++ { + yyv4554 = append(yyv4554, PersistentVolume{}) + yyh4554.ElemContainerState(yyj4554) if r.TryDecodeAsNil() { - yyv4544[yyj4544] = PersistentVolume{} + yyv4554[yyj4554] = PersistentVolume{} } else { - yyv4546 := &yyv4544[yyj4544] - yyv4546.CodecDecodeSelf(d) + yyv4556 := &yyv4554[yyj4554] + yyv4556.CodecDecodeSelf(d) } } } } else { - yyj4544 := 0 - for ; !r.CheckBreak(); yyj4544++ { + yyj4554 := 0 + for ; !r.CheckBreak(); yyj4554++ { - if yyj4544 >= len(yyv4544) { - yyv4544 = append(yyv4544, PersistentVolume{}) // var yyz4544 PersistentVolume - yyc4544 = true + if yyj4554 >= len(yyv4554) { + yyv4554 = append(yyv4554, PersistentVolume{}) // var yyz4554 PersistentVolume + yyc4554 = true } - yyh4544.ElemContainerState(yyj4544) - if yyj4544 < len(yyv4544) { + yyh4554.ElemContainerState(yyj4554) + if yyj4554 < len(yyv4554) { if r.TryDecodeAsNil() { - yyv4544[yyj4544] = PersistentVolume{} + yyv4554[yyj4554] = PersistentVolume{} } else { - yyv4547 := &yyv4544[yyj4544] - yyv4547.CodecDecodeSelf(d) + yyv4557 := &yyv4554[yyj4554] + yyv4557.CodecDecodeSelf(d) } } else { @@ -56568,17 +56664,17 @@ func (x codecSelfer1234) decSlicePersistentVolume(v *[]PersistentVolume, d *code } } - if yyj4544 < len(yyv4544) { - yyv4544 = yyv4544[:yyj4544] - yyc4544 = true - } else if yyj4544 == 0 && yyv4544 == nil { - yyv4544 = []PersistentVolume{} - yyc4544 = true + if yyj4554 < len(yyv4554) { + yyv4554 = yyv4554[:yyj4554] + yyc4554 = true + } else if yyj4554 == 0 && yyv4554 == nil { + yyv4554 = []PersistentVolume{} + yyc4554 = true } } - yyh4544.End() - if yyc4544 { - *v = yyv4544 + yyh4554.End() + if yyc4554 { + *v = yyv4554 } } @@ -56587,10 +56683,10 @@ func (x codecSelfer1234) encSlicePersistentVolumeClaim(v []PersistentVolumeClaim z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4548 := range v { + for _, yyv4558 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4549 := &yyv4548 - yy4549.CodecEncodeSelf(e) + yy4559 := &yyv4558 + yy4559.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56600,83 +56696,83 @@ func (x codecSelfer1234) decSlicePersistentVolumeClaim(v *[]PersistentVolumeClai z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4550 := *v - yyh4550, yyl4550 := z.DecSliceHelperStart() - var yyc4550 bool - if yyl4550 == 0 { - if yyv4550 == nil { - yyv4550 = []PersistentVolumeClaim{} - yyc4550 = true - } else if len(yyv4550) != 0 { - yyv4550 = yyv4550[:0] - yyc4550 = true + yyv4560 := *v + yyh4560, yyl4560 := z.DecSliceHelperStart() + var yyc4560 bool + if yyl4560 == 0 { + if yyv4560 == nil { + yyv4560 = []PersistentVolumeClaim{} + yyc4560 = true + } else if len(yyv4560) != 0 { + yyv4560 = yyv4560[:0] + yyc4560 = true } - } else if yyl4550 > 0 { - var yyrr4550, yyrl4550 int - var yyrt4550 bool - if yyl4550 > cap(yyv4550) { + } else if yyl4560 > 0 { + var yyrr4560, yyrl4560 int + var yyrt4560 bool + if yyl4560 > cap(yyv4560) { - yyrg4550 := len(yyv4550) > 0 - yyv24550 := yyv4550 - yyrl4550, yyrt4550 = z.DecInferLen(yyl4550, z.DecBasicHandle().MaxInitLen, 368) - if yyrt4550 { - if yyrl4550 <= cap(yyv4550) { - yyv4550 = yyv4550[:yyrl4550] + yyrg4560 := len(yyv4560) > 0 + yyv24560 := yyv4560 + yyrl4560, yyrt4560 = z.DecInferLen(yyl4560, z.DecBasicHandle().MaxInitLen, 368) + if yyrt4560 { + if yyrl4560 <= cap(yyv4560) { + yyv4560 = yyv4560[:yyrl4560] } else { - yyv4550 = make([]PersistentVolumeClaim, yyrl4550) + yyv4560 = make([]PersistentVolumeClaim, yyrl4560) } } else { - yyv4550 = make([]PersistentVolumeClaim, yyrl4550) + yyv4560 = make([]PersistentVolumeClaim, yyrl4560) } - yyc4550 = true - yyrr4550 = len(yyv4550) - if yyrg4550 { - copy(yyv4550, yyv24550) + yyc4560 = true + yyrr4560 = len(yyv4560) + if yyrg4560 { + copy(yyv4560, yyv24560) } - } else if yyl4550 != len(yyv4550) { - yyv4550 = yyv4550[:yyl4550] - yyc4550 = true + } else if yyl4560 != len(yyv4560) { + yyv4560 = yyv4560[:yyl4560] + yyc4560 = true } - yyj4550 := 0 - for ; yyj4550 < yyrr4550; yyj4550++ { - yyh4550.ElemContainerState(yyj4550) + yyj4560 := 0 + for ; yyj4560 < yyrr4560; yyj4560++ { + yyh4560.ElemContainerState(yyj4560) if r.TryDecodeAsNil() { - yyv4550[yyj4550] = PersistentVolumeClaim{} + yyv4560[yyj4560] = PersistentVolumeClaim{} } else { - yyv4551 := &yyv4550[yyj4550] - yyv4551.CodecDecodeSelf(d) + yyv4561 := &yyv4560[yyj4560] + yyv4561.CodecDecodeSelf(d) } } - if yyrt4550 { - for ; yyj4550 < yyl4550; yyj4550++ { - yyv4550 = append(yyv4550, PersistentVolumeClaim{}) - yyh4550.ElemContainerState(yyj4550) + if yyrt4560 { + for ; yyj4560 < yyl4560; yyj4560++ { + yyv4560 = append(yyv4560, PersistentVolumeClaim{}) + yyh4560.ElemContainerState(yyj4560) if r.TryDecodeAsNil() { - yyv4550[yyj4550] = PersistentVolumeClaim{} + yyv4560[yyj4560] = PersistentVolumeClaim{} } else { - yyv4552 := &yyv4550[yyj4550] - yyv4552.CodecDecodeSelf(d) + yyv4562 := &yyv4560[yyj4560] + yyv4562.CodecDecodeSelf(d) } } } } else { - yyj4550 := 0 - for ; !r.CheckBreak(); yyj4550++ { + yyj4560 := 0 + for ; !r.CheckBreak(); yyj4560++ { - if yyj4550 >= len(yyv4550) { - yyv4550 = append(yyv4550, PersistentVolumeClaim{}) // var yyz4550 PersistentVolumeClaim - yyc4550 = true + if yyj4560 >= len(yyv4560) { + yyv4560 = append(yyv4560, PersistentVolumeClaim{}) // var yyz4560 PersistentVolumeClaim + yyc4560 = true } - yyh4550.ElemContainerState(yyj4550) - if yyj4550 < len(yyv4550) { + yyh4560.ElemContainerState(yyj4560) + if yyj4560 < len(yyv4560) { if r.TryDecodeAsNil() { - yyv4550[yyj4550] = PersistentVolumeClaim{} + yyv4560[yyj4560] = PersistentVolumeClaim{} } else { - yyv4553 := &yyv4550[yyj4550] - yyv4553.CodecDecodeSelf(d) + yyv4563 := &yyv4560[yyj4560] + yyv4563.CodecDecodeSelf(d) } } else { @@ -56684,17 +56780,17 @@ func (x codecSelfer1234) decSlicePersistentVolumeClaim(v *[]PersistentVolumeClai } } - if yyj4550 < len(yyv4550) { - yyv4550 = yyv4550[:yyj4550] - yyc4550 = true - } else if yyj4550 == 0 && yyv4550 == nil { - yyv4550 = []PersistentVolumeClaim{} - yyc4550 = true + if yyj4560 < len(yyv4560) { + yyv4560 = yyv4560[:yyj4560] + yyc4560 = true + } else if yyj4560 == 0 && yyv4560 == nil { + yyv4560 = []PersistentVolumeClaim{} + yyc4560 = true } } - yyh4550.End() - if yyc4550 { - *v = yyv4550 + yyh4560.End() + if yyc4560 { + *v = yyv4560 } } @@ -56703,10 +56799,10 @@ func (x codecSelfer1234) encSliceKeyToPath(v []KeyToPath, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4554 := range v { + for _, yyv4564 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4555 := &yyv4554 - yy4555.CodecEncodeSelf(e) + yy4565 := &yyv4564 + yy4565.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56716,83 +56812,83 @@ func (x codecSelfer1234) decSliceKeyToPath(v *[]KeyToPath, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4556 := *v - yyh4556, yyl4556 := z.DecSliceHelperStart() - var yyc4556 bool - if yyl4556 == 0 { - if yyv4556 == nil { - yyv4556 = []KeyToPath{} - yyc4556 = true - } else if len(yyv4556) != 0 { - yyv4556 = yyv4556[:0] - yyc4556 = true + yyv4566 := *v + yyh4566, yyl4566 := z.DecSliceHelperStart() + var yyc4566 bool + if yyl4566 == 0 { + if yyv4566 == nil { + yyv4566 = []KeyToPath{} + yyc4566 = true + } else if len(yyv4566) != 0 { + yyv4566 = yyv4566[:0] + yyc4566 = true } - } else if yyl4556 > 0 { - var yyrr4556, yyrl4556 int - var yyrt4556 bool - if yyl4556 > cap(yyv4556) { + } else if yyl4566 > 0 { + var yyrr4566, yyrl4566 int + var yyrt4566 bool + if yyl4566 > cap(yyv4566) { - yyrg4556 := len(yyv4556) > 0 - yyv24556 := yyv4556 - yyrl4556, yyrt4556 = z.DecInferLen(yyl4556, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4556 { - if yyrl4556 <= cap(yyv4556) { - yyv4556 = yyv4556[:yyrl4556] + yyrg4566 := len(yyv4566) > 0 + yyv24566 := yyv4566 + yyrl4566, yyrt4566 = z.DecInferLen(yyl4566, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4566 { + if yyrl4566 <= cap(yyv4566) { + yyv4566 = yyv4566[:yyrl4566] } else { - yyv4556 = make([]KeyToPath, yyrl4556) + yyv4566 = make([]KeyToPath, yyrl4566) } } else { - yyv4556 = make([]KeyToPath, yyrl4556) + yyv4566 = make([]KeyToPath, yyrl4566) } - yyc4556 = true - yyrr4556 = len(yyv4556) - if yyrg4556 { - copy(yyv4556, yyv24556) + yyc4566 = true + yyrr4566 = len(yyv4566) + if yyrg4566 { + copy(yyv4566, yyv24566) } - } else if yyl4556 != len(yyv4556) { - yyv4556 = yyv4556[:yyl4556] - yyc4556 = true + } else if yyl4566 != len(yyv4566) { + yyv4566 = yyv4566[:yyl4566] + yyc4566 = true } - yyj4556 := 0 - for ; yyj4556 < yyrr4556; yyj4556++ { - yyh4556.ElemContainerState(yyj4556) + yyj4566 := 0 + for ; yyj4566 < yyrr4566; yyj4566++ { + yyh4566.ElemContainerState(yyj4566) if r.TryDecodeAsNil() { - yyv4556[yyj4556] = KeyToPath{} + yyv4566[yyj4566] = KeyToPath{} } else { - yyv4557 := &yyv4556[yyj4556] - yyv4557.CodecDecodeSelf(d) + yyv4567 := &yyv4566[yyj4566] + yyv4567.CodecDecodeSelf(d) } } - if yyrt4556 { - for ; yyj4556 < yyl4556; yyj4556++ { - yyv4556 = append(yyv4556, KeyToPath{}) - yyh4556.ElemContainerState(yyj4556) + if yyrt4566 { + for ; yyj4566 < yyl4566; yyj4566++ { + yyv4566 = append(yyv4566, KeyToPath{}) + yyh4566.ElemContainerState(yyj4566) if r.TryDecodeAsNil() { - yyv4556[yyj4556] = KeyToPath{} + yyv4566[yyj4566] = KeyToPath{} } else { - yyv4558 := &yyv4556[yyj4556] - yyv4558.CodecDecodeSelf(d) + yyv4568 := &yyv4566[yyj4566] + yyv4568.CodecDecodeSelf(d) } } } } else { - yyj4556 := 0 - for ; !r.CheckBreak(); yyj4556++ { + yyj4566 := 0 + for ; !r.CheckBreak(); yyj4566++ { - if yyj4556 >= len(yyv4556) { - yyv4556 = append(yyv4556, KeyToPath{}) // var yyz4556 KeyToPath - yyc4556 = true + if yyj4566 >= len(yyv4566) { + yyv4566 = append(yyv4566, KeyToPath{}) // var yyz4566 KeyToPath + yyc4566 = true } - yyh4556.ElemContainerState(yyj4556) - if yyj4556 < len(yyv4556) { + yyh4566.ElemContainerState(yyj4566) + if yyj4566 < len(yyv4566) { if r.TryDecodeAsNil() { - yyv4556[yyj4556] = KeyToPath{} + yyv4566[yyj4566] = KeyToPath{} } else { - yyv4559 := &yyv4556[yyj4556] - yyv4559.CodecDecodeSelf(d) + yyv4569 := &yyv4566[yyj4566] + yyv4569.CodecDecodeSelf(d) } } else { @@ -56800,17 +56896,17 @@ func (x codecSelfer1234) decSliceKeyToPath(v *[]KeyToPath, d *codec1978.Decoder) } } - if yyj4556 < len(yyv4556) { - yyv4556 = yyv4556[:yyj4556] - yyc4556 = true - } else if yyj4556 == 0 && yyv4556 == nil { - yyv4556 = []KeyToPath{} - yyc4556 = true + if yyj4566 < len(yyv4566) { + yyv4566 = yyv4566[:yyj4566] + yyc4566 = true + } else if yyj4566 == 0 && yyv4566 == nil { + yyv4566 = []KeyToPath{} + yyc4566 = true } } - yyh4556.End() - if yyc4556 { - *v = yyv4556 + yyh4566.End() + if yyc4566 { + *v = yyv4566 } } @@ -56819,10 +56915,10 @@ func (x codecSelfer1234) encSliceDownwardAPIVolumeFile(v []DownwardAPIVolumeFile z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4560 := range v { + for _, yyv4570 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4561 := &yyv4560 - yy4561.CodecEncodeSelf(e) + yy4571 := &yyv4570 + yy4571.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56832,83 +56928,83 @@ func (x codecSelfer1234) decSliceDownwardAPIVolumeFile(v *[]DownwardAPIVolumeFil z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4562 := *v - yyh4562, yyl4562 := z.DecSliceHelperStart() - var yyc4562 bool - if yyl4562 == 0 { - if yyv4562 == nil { - yyv4562 = []DownwardAPIVolumeFile{} - yyc4562 = true - } else if len(yyv4562) != 0 { - yyv4562 = yyv4562[:0] - yyc4562 = true + yyv4572 := *v + yyh4572, yyl4572 := z.DecSliceHelperStart() + var yyc4572 bool + if yyl4572 == 0 { + if yyv4572 == nil { + yyv4572 = []DownwardAPIVolumeFile{} + yyc4572 = true + } else if len(yyv4572) != 0 { + yyv4572 = yyv4572[:0] + yyc4572 = true } - } else if yyl4562 > 0 { - var yyrr4562, yyrl4562 int - var yyrt4562 bool - if yyl4562 > cap(yyv4562) { + } else if yyl4572 > 0 { + var yyrr4572, yyrl4572 int + var yyrt4572 bool + if yyl4572 > cap(yyv4572) { - yyrg4562 := len(yyv4562) > 0 - yyv24562 := yyv4562 - yyrl4562, yyrt4562 = z.DecInferLen(yyl4562, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4562 { - if yyrl4562 <= cap(yyv4562) { - yyv4562 = yyv4562[:yyrl4562] + yyrg4572 := len(yyv4572) > 0 + yyv24572 := yyv4572 + yyrl4572, yyrt4572 = z.DecInferLen(yyl4572, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4572 { + if yyrl4572 <= cap(yyv4572) { + yyv4572 = yyv4572[:yyrl4572] } else { - yyv4562 = make([]DownwardAPIVolumeFile, yyrl4562) + yyv4572 = make([]DownwardAPIVolumeFile, yyrl4572) } } else { - yyv4562 = make([]DownwardAPIVolumeFile, yyrl4562) + yyv4572 = make([]DownwardAPIVolumeFile, yyrl4572) } - yyc4562 = true - yyrr4562 = len(yyv4562) - if yyrg4562 { - copy(yyv4562, yyv24562) + yyc4572 = true + yyrr4572 = len(yyv4572) + if yyrg4572 { + copy(yyv4572, yyv24572) } - } else if yyl4562 != len(yyv4562) { - yyv4562 = yyv4562[:yyl4562] - yyc4562 = true + } else if yyl4572 != len(yyv4572) { + yyv4572 = yyv4572[:yyl4572] + yyc4572 = true } - yyj4562 := 0 - for ; yyj4562 < yyrr4562; yyj4562++ { - yyh4562.ElemContainerState(yyj4562) + yyj4572 := 0 + for ; yyj4572 < yyrr4572; yyj4572++ { + yyh4572.ElemContainerState(yyj4572) if r.TryDecodeAsNil() { - yyv4562[yyj4562] = DownwardAPIVolumeFile{} + yyv4572[yyj4572] = DownwardAPIVolumeFile{} } else { - yyv4563 := &yyv4562[yyj4562] - yyv4563.CodecDecodeSelf(d) + yyv4573 := &yyv4572[yyj4572] + yyv4573.CodecDecodeSelf(d) } } - if yyrt4562 { - for ; yyj4562 < yyl4562; yyj4562++ { - yyv4562 = append(yyv4562, DownwardAPIVolumeFile{}) - yyh4562.ElemContainerState(yyj4562) + if yyrt4572 { + for ; yyj4572 < yyl4572; yyj4572++ { + yyv4572 = append(yyv4572, DownwardAPIVolumeFile{}) + yyh4572.ElemContainerState(yyj4572) if r.TryDecodeAsNil() { - yyv4562[yyj4562] = DownwardAPIVolumeFile{} + yyv4572[yyj4572] = DownwardAPIVolumeFile{} } else { - yyv4564 := &yyv4562[yyj4562] - yyv4564.CodecDecodeSelf(d) + yyv4574 := &yyv4572[yyj4572] + yyv4574.CodecDecodeSelf(d) } } } } else { - yyj4562 := 0 - for ; !r.CheckBreak(); yyj4562++ { + yyj4572 := 0 + for ; !r.CheckBreak(); yyj4572++ { - if yyj4562 >= len(yyv4562) { - yyv4562 = append(yyv4562, DownwardAPIVolumeFile{}) // var yyz4562 DownwardAPIVolumeFile - yyc4562 = true + if yyj4572 >= len(yyv4572) { + yyv4572 = append(yyv4572, DownwardAPIVolumeFile{}) // var yyz4572 DownwardAPIVolumeFile + yyc4572 = true } - yyh4562.ElemContainerState(yyj4562) - if yyj4562 < len(yyv4562) { + yyh4572.ElemContainerState(yyj4572) + if yyj4572 < len(yyv4572) { if r.TryDecodeAsNil() { - yyv4562[yyj4562] = DownwardAPIVolumeFile{} + yyv4572[yyj4572] = DownwardAPIVolumeFile{} } else { - yyv4565 := &yyv4562[yyj4562] - yyv4565.CodecDecodeSelf(d) + yyv4575 := &yyv4572[yyj4572] + yyv4575.CodecDecodeSelf(d) } } else { @@ -56916,17 +57012,17 @@ func (x codecSelfer1234) decSliceDownwardAPIVolumeFile(v *[]DownwardAPIVolumeFil } } - if yyj4562 < len(yyv4562) { - yyv4562 = yyv4562[:yyj4562] - yyc4562 = true - } else if yyj4562 == 0 && yyv4562 == nil { - yyv4562 = []DownwardAPIVolumeFile{} - yyc4562 = true + if yyj4572 < len(yyv4572) { + yyv4572 = yyv4572[:yyj4572] + yyc4572 = true + } else if yyj4572 == 0 && yyv4572 == nil { + yyv4572 = []DownwardAPIVolumeFile{} + yyc4572 = true } } - yyh4562.End() - if yyc4562 { - *v = yyv4562 + yyh4572.End() + if yyc4572 { + *v = yyv4572 } } @@ -56935,10 +57031,10 @@ func (x codecSelfer1234) encSliceHTTPHeader(v []HTTPHeader, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4566 := range v { + for _, yyv4576 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4567 := &yyv4566 - yy4567.CodecEncodeSelf(e) + yy4577 := &yyv4576 + yy4577.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56948,83 +57044,83 @@ func (x codecSelfer1234) decSliceHTTPHeader(v *[]HTTPHeader, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4568 := *v - yyh4568, yyl4568 := z.DecSliceHelperStart() - var yyc4568 bool - if yyl4568 == 0 { - if yyv4568 == nil { - yyv4568 = []HTTPHeader{} - yyc4568 = true - } else if len(yyv4568) != 0 { - yyv4568 = yyv4568[:0] - yyc4568 = true + yyv4578 := *v + yyh4578, yyl4578 := z.DecSliceHelperStart() + var yyc4578 bool + if yyl4578 == 0 { + if yyv4578 == nil { + yyv4578 = []HTTPHeader{} + yyc4578 = true + } else if len(yyv4578) != 0 { + yyv4578 = yyv4578[:0] + yyc4578 = true } - } else if yyl4568 > 0 { - var yyrr4568, yyrl4568 int - var yyrt4568 bool - if yyl4568 > cap(yyv4568) { + } else if yyl4578 > 0 { + var yyrr4578, yyrl4578 int + var yyrt4578 bool + if yyl4578 > cap(yyv4578) { - yyrg4568 := len(yyv4568) > 0 - yyv24568 := yyv4568 - yyrl4568, yyrt4568 = z.DecInferLen(yyl4568, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4568 { - if yyrl4568 <= cap(yyv4568) { - yyv4568 = yyv4568[:yyrl4568] + yyrg4578 := len(yyv4578) > 0 + yyv24578 := yyv4578 + yyrl4578, yyrt4578 = z.DecInferLen(yyl4578, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4578 { + if yyrl4578 <= cap(yyv4578) { + yyv4578 = yyv4578[:yyrl4578] } else { - yyv4568 = make([]HTTPHeader, yyrl4568) + yyv4578 = make([]HTTPHeader, yyrl4578) } } else { - yyv4568 = make([]HTTPHeader, yyrl4568) + yyv4578 = make([]HTTPHeader, yyrl4578) } - yyc4568 = true - yyrr4568 = len(yyv4568) - if yyrg4568 { - copy(yyv4568, yyv24568) + yyc4578 = true + yyrr4578 = len(yyv4578) + if yyrg4578 { + copy(yyv4578, yyv24578) } - } else if yyl4568 != len(yyv4568) { - yyv4568 = yyv4568[:yyl4568] - yyc4568 = true + } else if yyl4578 != len(yyv4578) { + yyv4578 = yyv4578[:yyl4578] + yyc4578 = true } - yyj4568 := 0 - for ; yyj4568 < yyrr4568; yyj4568++ { - yyh4568.ElemContainerState(yyj4568) + yyj4578 := 0 + for ; yyj4578 < yyrr4578; yyj4578++ { + yyh4578.ElemContainerState(yyj4578) if r.TryDecodeAsNil() { - yyv4568[yyj4568] = HTTPHeader{} + yyv4578[yyj4578] = HTTPHeader{} } else { - yyv4569 := &yyv4568[yyj4568] - yyv4569.CodecDecodeSelf(d) + yyv4579 := &yyv4578[yyj4578] + yyv4579.CodecDecodeSelf(d) } } - if yyrt4568 { - for ; yyj4568 < yyl4568; yyj4568++ { - yyv4568 = append(yyv4568, HTTPHeader{}) - yyh4568.ElemContainerState(yyj4568) + if yyrt4578 { + for ; yyj4578 < yyl4578; yyj4578++ { + yyv4578 = append(yyv4578, HTTPHeader{}) + yyh4578.ElemContainerState(yyj4578) if r.TryDecodeAsNil() { - yyv4568[yyj4568] = HTTPHeader{} + yyv4578[yyj4578] = HTTPHeader{} } else { - yyv4570 := &yyv4568[yyj4568] - yyv4570.CodecDecodeSelf(d) + yyv4580 := &yyv4578[yyj4578] + yyv4580.CodecDecodeSelf(d) } } } } else { - yyj4568 := 0 - for ; !r.CheckBreak(); yyj4568++ { + yyj4578 := 0 + for ; !r.CheckBreak(); yyj4578++ { - if yyj4568 >= len(yyv4568) { - yyv4568 = append(yyv4568, HTTPHeader{}) // var yyz4568 HTTPHeader - yyc4568 = true + if yyj4578 >= len(yyv4578) { + yyv4578 = append(yyv4578, HTTPHeader{}) // var yyz4578 HTTPHeader + yyc4578 = true } - yyh4568.ElemContainerState(yyj4568) - if yyj4568 < len(yyv4568) { + yyh4578.ElemContainerState(yyj4578) + if yyj4578 < len(yyv4578) { if r.TryDecodeAsNil() { - yyv4568[yyj4568] = HTTPHeader{} + yyv4578[yyj4578] = HTTPHeader{} } else { - yyv4571 := &yyv4568[yyj4568] - yyv4571.CodecDecodeSelf(d) + yyv4581 := &yyv4578[yyj4578] + yyv4581.CodecDecodeSelf(d) } } else { @@ -57032,17 +57128,17 @@ func (x codecSelfer1234) decSliceHTTPHeader(v *[]HTTPHeader, d *codec1978.Decode } } - if yyj4568 < len(yyv4568) { - yyv4568 = yyv4568[:yyj4568] - yyc4568 = true - } else if yyj4568 == 0 && yyv4568 == nil { - yyv4568 = []HTTPHeader{} - yyc4568 = true + if yyj4578 < len(yyv4578) { + yyv4578 = yyv4578[:yyj4578] + yyc4578 = true + } else if yyj4578 == 0 && yyv4578 == nil { + yyv4578 = []HTTPHeader{} + yyc4578 = true } } - yyh4568.End() - if yyc4568 { - *v = yyv4568 + yyh4578.End() + if yyc4578 { + *v = yyv4578 } } @@ -57051,9 +57147,9 @@ func (x codecSelfer1234) encSliceCapability(v []Capability, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4572 := range v { + for _, yyv4582 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4572.CodecEncodeSelf(e) + yyv4582.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57063,75 +57159,75 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4573 := *v - yyh4573, yyl4573 := z.DecSliceHelperStart() - var yyc4573 bool - if yyl4573 == 0 { - if yyv4573 == nil { - yyv4573 = []Capability{} - yyc4573 = true - } else if len(yyv4573) != 0 { - yyv4573 = yyv4573[:0] - yyc4573 = true + yyv4583 := *v + yyh4583, yyl4583 := z.DecSliceHelperStart() + var yyc4583 bool + if yyl4583 == 0 { + if yyv4583 == nil { + yyv4583 = []Capability{} + yyc4583 = true + } else if len(yyv4583) != 0 { + yyv4583 = yyv4583[:0] + yyc4583 = true } - } else if yyl4573 > 0 { - var yyrr4573, yyrl4573 int - var yyrt4573 bool - if yyl4573 > cap(yyv4573) { + } else if yyl4583 > 0 { + var yyrr4583, yyrl4583 int + var yyrt4583 bool + if yyl4583 > cap(yyv4583) { - yyrl4573, yyrt4573 = z.DecInferLen(yyl4573, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4573 { - if yyrl4573 <= cap(yyv4573) { - yyv4573 = yyv4573[:yyrl4573] + yyrl4583, yyrt4583 = z.DecInferLen(yyl4583, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4583 { + if yyrl4583 <= cap(yyv4583) { + yyv4583 = yyv4583[:yyrl4583] } else { - yyv4573 = make([]Capability, yyrl4573) + yyv4583 = make([]Capability, yyrl4583) } } else { - yyv4573 = make([]Capability, yyrl4573) + yyv4583 = make([]Capability, yyrl4583) } - yyc4573 = true - yyrr4573 = len(yyv4573) - } else if yyl4573 != len(yyv4573) { - yyv4573 = yyv4573[:yyl4573] - yyc4573 = true + yyc4583 = true + yyrr4583 = len(yyv4583) + } else if yyl4583 != len(yyv4583) { + yyv4583 = yyv4583[:yyl4583] + yyc4583 = true } - yyj4573 := 0 - for ; yyj4573 < yyrr4573; yyj4573++ { - yyh4573.ElemContainerState(yyj4573) + yyj4583 := 0 + for ; yyj4583 < yyrr4583; yyj4583++ { + yyh4583.ElemContainerState(yyj4583) if r.TryDecodeAsNil() { - yyv4573[yyj4573] = "" + yyv4583[yyj4583] = "" } else { - yyv4573[yyj4573] = Capability(r.DecodeString()) + yyv4583[yyj4583] = Capability(r.DecodeString()) } } - if yyrt4573 { - for ; yyj4573 < yyl4573; yyj4573++ { - yyv4573 = append(yyv4573, "") - yyh4573.ElemContainerState(yyj4573) + if yyrt4583 { + for ; yyj4583 < yyl4583; yyj4583++ { + yyv4583 = append(yyv4583, "") + yyh4583.ElemContainerState(yyj4583) if r.TryDecodeAsNil() { - yyv4573[yyj4573] = "" + yyv4583[yyj4583] = "" } else { - yyv4573[yyj4573] = Capability(r.DecodeString()) + yyv4583[yyj4583] = Capability(r.DecodeString()) } } } } else { - yyj4573 := 0 - for ; !r.CheckBreak(); yyj4573++ { + yyj4583 := 0 + for ; !r.CheckBreak(); yyj4583++ { - if yyj4573 >= len(yyv4573) { - yyv4573 = append(yyv4573, "") // var yyz4573 Capability - yyc4573 = true + if yyj4583 >= len(yyv4583) { + yyv4583 = append(yyv4583, "") // var yyz4583 Capability + yyc4583 = true } - yyh4573.ElemContainerState(yyj4573) - if yyj4573 < len(yyv4573) { + yyh4583.ElemContainerState(yyj4583) + if yyj4583 < len(yyv4583) { if r.TryDecodeAsNil() { - yyv4573[yyj4573] = "" + yyv4583[yyj4583] = "" } else { - yyv4573[yyj4573] = Capability(r.DecodeString()) + yyv4583[yyj4583] = Capability(r.DecodeString()) } } else { @@ -57139,17 +57235,17 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode } } - if yyj4573 < len(yyv4573) { - yyv4573 = yyv4573[:yyj4573] - yyc4573 = true - } else if yyj4573 == 0 && yyv4573 == nil { - yyv4573 = []Capability{} - yyc4573 = true + if yyj4583 < len(yyv4583) { + yyv4583 = yyv4583[:yyj4583] + yyc4583 = true + } else if yyj4583 == 0 && yyv4583 == nil { + yyv4583 = []Capability{} + yyc4583 = true } } - yyh4573.End() - if yyc4573 { - *v = yyv4573 + yyh4583.End() + if yyc4583 { + *v = yyv4583 } } @@ -57158,10 +57254,10 @@ func (x codecSelfer1234) encSliceContainerPort(v []ContainerPort, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4577 := range v { + for _, yyv4587 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4578 := &yyv4577 - yy4578.CodecEncodeSelf(e) + yy4588 := &yyv4587 + yy4588.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57171,83 +57267,83 @@ func (x codecSelfer1234) decSliceContainerPort(v *[]ContainerPort, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4579 := *v - yyh4579, yyl4579 := z.DecSliceHelperStart() - var yyc4579 bool - if yyl4579 == 0 { - if yyv4579 == nil { - yyv4579 = []ContainerPort{} - yyc4579 = true - } else if len(yyv4579) != 0 { - yyv4579 = yyv4579[:0] - yyc4579 = true + yyv4589 := *v + yyh4589, yyl4589 := z.DecSliceHelperStart() + var yyc4589 bool + if yyl4589 == 0 { + if yyv4589 == nil { + yyv4589 = []ContainerPort{} + yyc4589 = true + } else if len(yyv4589) != 0 { + yyv4589 = yyv4589[:0] + yyc4589 = true } - } else if yyl4579 > 0 { - var yyrr4579, yyrl4579 int - var yyrt4579 bool - if yyl4579 > cap(yyv4579) { + } else if yyl4589 > 0 { + var yyrr4589, yyrl4589 int + var yyrt4589 bool + if yyl4589 > cap(yyv4589) { - yyrg4579 := len(yyv4579) > 0 - yyv24579 := yyv4579 - yyrl4579, yyrt4579 = z.DecInferLen(yyl4579, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4579 { - if yyrl4579 <= cap(yyv4579) { - yyv4579 = yyv4579[:yyrl4579] + yyrg4589 := len(yyv4589) > 0 + yyv24589 := yyv4589 + yyrl4589, yyrt4589 = z.DecInferLen(yyl4589, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4589 { + if yyrl4589 <= cap(yyv4589) { + yyv4589 = yyv4589[:yyrl4589] } else { - yyv4579 = make([]ContainerPort, yyrl4579) + yyv4589 = make([]ContainerPort, yyrl4589) } } else { - yyv4579 = make([]ContainerPort, yyrl4579) + yyv4589 = make([]ContainerPort, yyrl4589) } - yyc4579 = true - yyrr4579 = len(yyv4579) - if yyrg4579 { - copy(yyv4579, yyv24579) + yyc4589 = true + yyrr4589 = len(yyv4589) + if yyrg4589 { + copy(yyv4589, yyv24589) } - } else if yyl4579 != len(yyv4579) { - yyv4579 = yyv4579[:yyl4579] - yyc4579 = true + } else if yyl4589 != len(yyv4589) { + yyv4589 = yyv4589[:yyl4589] + yyc4589 = true } - yyj4579 := 0 - for ; yyj4579 < yyrr4579; yyj4579++ { - yyh4579.ElemContainerState(yyj4579) + yyj4589 := 0 + for ; yyj4589 < yyrr4589; yyj4589++ { + yyh4589.ElemContainerState(yyj4589) if r.TryDecodeAsNil() { - yyv4579[yyj4579] = ContainerPort{} + yyv4589[yyj4589] = ContainerPort{} } else { - yyv4580 := &yyv4579[yyj4579] - yyv4580.CodecDecodeSelf(d) + yyv4590 := &yyv4589[yyj4589] + yyv4590.CodecDecodeSelf(d) } } - if yyrt4579 { - for ; yyj4579 < yyl4579; yyj4579++ { - yyv4579 = append(yyv4579, ContainerPort{}) - yyh4579.ElemContainerState(yyj4579) + if yyrt4589 { + for ; yyj4589 < yyl4589; yyj4589++ { + yyv4589 = append(yyv4589, ContainerPort{}) + yyh4589.ElemContainerState(yyj4589) if r.TryDecodeAsNil() { - yyv4579[yyj4579] = ContainerPort{} + yyv4589[yyj4589] = ContainerPort{} } else { - yyv4581 := &yyv4579[yyj4579] - yyv4581.CodecDecodeSelf(d) + yyv4591 := &yyv4589[yyj4589] + yyv4591.CodecDecodeSelf(d) } } } } else { - yyj4579 := 0 - for ; !r.CheckBreak(); yyj4579++ { + yyj4589 := 0 + for ; !r.CheckBreak(); yyj4589++ { - if yyj4579 >= len(yyv4579) { - yyv4579 = append(yyv4579, ContainerPort{}) // var yyz4579 ContainerPort - yyc4579 = true + if yyj4589 >= len(yyv4589) { + yyv4589 = append(yyv4589, ContainerPort{}) // var yyz4589 ContainerPort + yyc4589 = true } - yyh4579.ElemContainerState(yyj4579) - if yyj4579 < len(yyv4579) { + yyh4589.ElemContainerState(yyj4589) + if yyj4589 < len(yyv4589) { if r.TryDecodeAsNil() { - yyv4579[yyj4579] = ContainerPort{} + yyv4589[yyj4589] = ContainerPort{} } else { - yyv4582 := &yyv4579[yyj4579] - yyv4582.CodecDecodeSelf(d) + yyv4592 := &yyv4589[yyj4589] + yyv4592.CodecDecodeSelf(d) } } else { @@ -57255,17 +57351,17 @@ func (x codecSelfer1234) decSliceContainerPort(v *[]ContainerPort, d *codec1978. } } - if yyj4579 < len(yyv4579) { - yyv4579 = yyv4579[:yyj4579] - yyc4579 = true - } else if yyj4579 == 0 && yyv4579 == nil { - yyv4579 = []ContainerPort{} - yyc4579 = true + if yyj4589 < len(yyv4589) { + yyv4589 = yyv4589[:yyj4589] + yyc4589 = true + } else if yyj4589 == 0 && yyv4589 == nil { + yyv4589 = []ContainerPort{} + yyc4589 = true } } - yyh4579.End() - if yyc4579 { - *v = yyv4579 + yyh4589.End() + if yyc4589 { + *v = yyv4589 } } @@ -57274,10 +57370,10 @@ func (x codecSelfer1234) encSliceEnvVar(v []EnvVar, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4583 := range v { + for _, yyv4593 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4584 := &yyv4583 - yy4584.CodecEncodeSelf(e) + yy4594 := &yyv4593 + yy4594.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57287,83 +57383,83 @@ func (x codecSelfer1234) decSliceEnvVar(v *[]EnvVar, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4585 := *v - yyh4585, yyl4585 := z.DecSliceHelperStart() - var yyc4585 bool - if yyl4585 == 0 { - if yyv4585 == nil { - yyv4585 = []EnvVar{} - yyc4585 = true - } else if len(yyv4585) != 0 { - yyv4585 = yyv4585[:0] - yyc4585 = true + yyv4595 := *v + yyh4595, yyl4595 := z.DecSliceHelperStart() + var yyc4595 bool + if yyl4595 == 0 { + if yyv4595 == nil { + yyv4595 = []EnvVar{} + yyc4595 = true + } else if len(yyv4595) != 0 { + yyv4595 = yyv4595[:0] + yyc4595 = true } - } else if yyl4585 > 0 { - var yyrr4585, yyrl4585 int - var yyrt4585 bool - if yyl4585 > cap(yyv4585) { + } else if yyl4595 > 0 { + var yyrr4595, yyrl4595 int + var yyrt4595 bool + if yyl4595 > cap(yyv4595) { - yyrg4585 := len(yyv4585) > 0 - yyv24585 := yyv4585 - yyrl4585, yyrt4585 = z.DecInferLen(yyl4585, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4585 { - if yyrl4585 <= cap(yyv4585) { - yyv4585 = yyv4585[:yyrl4585] + yyrg4595 := len(yyv4595) > 0 + yyv24595 := yyv4595 + yyrl4595, yyrt4595 = z.DecInferLen(yyl4595, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4595 { + if yyrl4595 <= cap(yyv4595) { + yyv4595 = yyv4595[:yyrl4595] } else { - yyv4585 = make([]EnvVar, yyrl4585) + yyv4595 = make([]EnvVar, yyrl4595) } } else { - yyv4585 = make([]EnvVar, yyrl4585) + yyv4595 = make([]EnvVar, yyrl4595) } - yyc4585 = true - yyrr4585 = len(yyv4585) - if yyrg4585 { - copy(yyv4585, yyv24585) + yyc4595 = true + yyrr4595 = len(yyv4595) + if yyrg4595 { + copy(yyv4595, yyv24595) } - } else if yyl4585 != len(yyv4585) { - yyv4585 = yyv4585[:yyl4585] - yyc4585 = true + } else if yyl4595 != len(yyv4595) { + yyv4595 = yyv4595[:yyl4595] + yyc4595 = true } - yyj4585 := 0 - for ; yyj4585 < yyrr4585; yyj4585++ { - yyh4585.ElemContainerState(yyj4585) + yyj4595 := 0 + for ; yyj4595 < yyrr4595; yyj4595++ { + yyh4595.ElemContainerState(yyj4595) if r.TryDecodeAsNil() { - yyv4585[yyj4585] = EnvVar{} + yyv4595[yyj4595] = EnvVar{} } else { - yyv4586 := &yyv4585[yyj4585] - yyv4586.CodecDecodeSelf(d) + yyv4596 := &yyv4595[yyj4595] + yyv4596.CodecDecodeSelf(d) } } - if yyrt4585 { - for ; yyj4585 < yyl4585; yyj4585++ { - yyv4585 = append(yyv4585, EnvVar{}) - yyh4585.ElemContainerState(yyj4585) + if yyrt4595 { + for ; yyj4595 < yyl4595; yyj4595++ { + yyv4595 = append(yyv4595, EnvVar{}) + yyh4595.ElemContainerState(yyj4595) if r.TryDecodeAsNil() { - yyv4585[yyj4585] = EnvVar{} + yyv4595[yyj4595] = EnvVar{} } else { - yyv4587 := &yyv4585[yyj4585] - yyv4587.CodecDecodeSelf(d) + yyv4597 := &yyv4595[yyj4595] + yyv4597.CodecDecodeSelf(d) } } } } else { - yyj4585 := 0 - for ; !r.CheckBreak(); yyj4585++ { + yyj4595 := 0 + for ; !r.CheckBreak(); yyj4595++ { - if yyj4585 >= len(yyv4585) { - yyv4585 = append(yyv4585, EnvVar{}) // var yyz4585 EnvVar - yyc4585 = true + if yyj4595 >= len(yyv4595) { + yyv4595 = append(yyv4595, EnvVar{}) // var yyz4595 EnvVar + yyc4595 = true } - yyh4585.ElemContainerState(yyj4585) - if yyj4585 < len(yyv4585) { + yyh4595.ElemContainerState(yyj4595) + if yyj4595 < len(yyv4595) { if r.TryDecodeAsNil() { - yyv4585[yyj4585] = EnvVar{} + yyv4595[yyj4595] = EnvVar{} } else { - yyv4588 := &yyv4585[yyj4585] - yyv4588.CodecDecodeSelf(d) + yyv4598 := &yyv4595[yyj4595] + yyv4598.CodecDecodeSelf(d) } } else { @@ -57371,17 +57467,17 @@ func (x codecSelfer1234) decSliceEnvVar(v *[]EnvVar, d *codec1978.Decoder) { } } - if yyj4585 < len(yyv4585) { - yyv4585 = yyv4585[:yyj4585] - yyc4585 = true - } else if yyj4585 == 0 && yyv4585 == nil { - yyv4585 = []EnvVar{} - yyc4585 = true + if yyj4595 < len(yyv4595) { + yyv4595 = yyv4595[:yyj4595] + yyc4595 = true + } else if yyj4595 == 0 && yyv4595 == nil { + yyv4595 = []EnvVar{} + yyc4595 = true } } - yyh4585.End() - if yyc4585 { - *v = yyv4585 + yyh4595.End() + if yyc4595 { + *v = yyv4595 } } @@ -57390,10 +57486,10 @@ func (x codecSelfer1234) encSliceVolumeMount(v []VolumeMount, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4589 := range v { + for _, yyv4599 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4590 := &yyv4589 - yy4590.CodecEncodeSelf(e) + yy4600 := &yyv4599 + yy4600.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57403,83 +57499,83 @@ func (x codecSelfer1234) decSliceVolumeMount(v *[]VolumeMount, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4591 := *v - yyh4591, yyl4591 := z.DecSliceHelperStart() - var yyc4591 bool - if yyl4591 == 0 { - if yyv4591 == nil { - yyv4591 = []VolumeMount{} - yyc4591 = true - } else if len(yyv4591) != 0 { - yyv4591 = yyv4591[:0] - yyc4591 = true + yyv4601 := *v + yyh4601, yyl4601 := z.DecSliceHelperStart() + var yyc4601 bool + if yyl4601 == 0 { + if yyv4601 == nil { + yyv4601 = []VolumeMount{} + yyc4601 = true + } else if len(yyv4601) != 0 { + yyv4601 = yyv4601[:0] + yyc4601 = true } - } else if yyl4591 > 0 { - var yyrr4591, yyrl4591 int - var yyrt4591 bool - if yyl4591 > cap(yyv4591) { + } else if yyl4601 > 0 { + var yyrr4601, yyrl4601 int + var yyrt4601 bool + if yyl4601 > cap(yyv4601) { - yyrg4591 := len(yyv4591) > 0 - yyv24591 := yyv4591 - yyrl4591, yyrt4591 = z.DecInferLen(yyl4591, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4591 { - if yyrl4591 <= cap(yyv4591) { - yyv4591 = yyv4591[:yyrl4591] + yyrg4601 := len(yyv4601) > 0 + yyv24601 := yyv4601 + yyrl4601, yyrt4601 = z.DecInferLen(yyl4601, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4601 { + if yyrl4601 <= cap(yyv4601) { + yyv4601 = yyv4601[:yyrl4601] } else { - yyv4591 = make([]VolumeMount, yyrl4591) + yyv4601 = make([]VolumeMount, yyrl4601) } } else { - yyv4591 = make([]VolumeMount, yyrl4591) + yyv4601 = make([]VolumeMount, yyrl4601) } - yyc4591 = true - yyrr4591 = len(yyv4591) - if yyrg4591 { - copy(yyv4591, yyv24591) + yyc4601 = true + yyrr4601 = len(yyv4601) + if yyrg4601 { + copy(yyv4601, yyv24601) } - } else if yyl4591 != len(yyv4591) { - yyv4591 = yyv4591[:yyl4591] - yyc4591 = true + } else if yyl4601 != len(yyv4601) { + yyv4601 = yyv4601[:yyl4601] + yyc4601 = true } - yyj4591 := 0 - for ; yyj4591 < yyrr4591; yyj4591++ { - yyh4591.ElemContainerState(yyj4591) + yyj4601 := 0 + for ; yyj4601 < yyrr4601; yyj4601++ { + yyh4601.ElemContainerState(yyj4601) if r.TryDecodeAsNil() { - yyv4591[yyj4591] = VolumeMount{} + yyv4601[yyj4601] = VolumeMount{} } else { - yyv4592 := &yyv4591[yyj4591] - yyv4592.CodecDecodeSelf(d) + yyv4602 := &yyv4601[yyj4601] + yyv4602.CodecDecodeSelf(d) } } - if yyrt4591 { - for ; yyj4591 < yyl4591; yyj4591++ { - yyv4591 = append(yyv4591, VolumeMount{}) - yyh4591.ElemContainerState(yyj4591) + if yyrt4601 { + for ; yyj4601 < yyl4601; yyj4601++ { + yyv4601 = append(yyv4601, VolumeMount{}) + yyh4601.ElemContainerState(yyj4601) if r.TryDecodeAsNil() { - yyv4591[yyj4591] = VolumeMount{} + yyv4601[yyj4601] = VolumeMount{} } else { - yyv4593 := &yyv4591[yyj4591] - yyv4593.CodecDecodeSelf(d) + yyv4603 := &yyv4601[yyj4601] + yyv4603.CodecDecodeSelf(d) } } } } else { - yyj4591 := 0 - for ; !r.CheckBreak(); yyj4591++ { + yyj4601 := 0 + for ; !r.CheckBreak(); yyj4601++ { - if yyj4591 >= len(yyv4591) { - yyv4591 = append(yyv4591, VolumeMount{}) // var yyz4591 VolumeMount - yyc4591 = true + if yyj4601 >= len(yyv4601) { + yyv4601 = append(yyv4601, VolumeMount{}) // var yyz4601 VolumeMount + yyc4601 = true } - yyh4591.ElemContainerState(yyj4591) - if yyj4591 < len(yyv4591) { + yyh4601.ElemContainerState(yyj4601) + if yyj4601 < len(yyv4601) { if r.TryDecodeAsNil() { - yyv4591[yyj4591] = VolumeMount{} + yyv4601[yyj4601] = VolumeMount{} } else { - yyv4594 := &yyv4591[yyj4591] - yyv4594.CodecDecodeSelf(d) + yyv4604 := &yyv4601[yyj4601] + yyv4604.CodecDecodeSelf(d) } } else { @@ -57487,17 +57583,17 @@ func (x codecSelfer1234) decSliceVolumeMount(v *[]VolumeMount, d *codec1978.Deco } } - if yyj4591 < len(yyv4591) { - yyv4591 = yyv4591[:yyj4591] - yyc4591 = true - } else if yyj4591 == 0 && yyv4591 == nil { - yyv4591 = []VolumeMount{} - yyc4591 = true + if yyj4601 < len(yyv4601) { + yyv4601 = yyv4601[:yyj4601] + yyc4601 = true + } else if yyj4601 == 0 && yyv4601 == nil { + yyv4601 = []VolumeMount{} + yyc4601 = true } } - yyh4591.End() - if yyc4591 { - *v = yyv4591 + yyh4601.End() + if yyc4601 { + *v = yyv4601 } } @@ -57506,10 +57602,10 @@ func (x codecSelfer1234) encSlicePod(v []Pod, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4595 := range v { + for _, yyv4605 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4596 := &yyv4595 - yy4596.CodecEncodeSelf(e) + yy4606 := &yyv4605 + yy4606.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57519,83 +57615,83 @@ func (x codecSelfer1234) decSlicePod(v *[]Pod, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4597 := *v - yyh4597, yyl4597 := z.DecSliceHelperStart() - var yyc4597 bool - if yyl4597 == 0 { - if yyv4597 == nil { - yyv4597 = []Pod{} - yyc4597 = true - } else if len(yyv4597) != 0 { - yyv4597 = yyv4597[:0] - yyc4597 = true + yyv4607 := *v + yyh4607, yyl4607 := z.DecSliceHelperStart() + var yyc4607 bool + if yyl4607 == 0 { + if yyv4607 == nil { + yyv4607 = []Pod{} + yyc4607 = true + } else if len(yyv4607) != 0 { + yyv4607 = yyv4607[:0] + yyc4607 = true } - } else if yyl4597 > 0 { - var yyrr4597, yyrl4597 int - var yyrt4597 bool - if yyl4597 > cap(yyv4597) { + } else if yyl4607 > 0 { + var yyrr4607, yyrl4607 int + var yyrt4607 bool + if yyl4607 > cap(yyv4607) { - yyrg4597 := len(yyv4597) > 0 - yyv24597 := yyv4597 - yyrl4597, yyrt4597 = z.DecInferLen(yyl4597, z.DecBasicHandle().MaxInitLen, 640) - if yyrt4597 { - if yyrl4597 <= cap(yyv4597) { - yyv4597 = yyv4597[:yyrl4597] + yyrg4607 := len(yyv4607) > 0 + yyv24607 := yyv4607 + yyrl4607, yyrt4607 = z.DecInferLen(yyl4607, z.DecBasicHandle().MaxInitLen, 640) + if yyrt4607 { + if yyrl4607 <= cap(yyv4607) { + yyv4607 = yyv4607[:yyrl4607] } else { - yyv4597 = make([]Pod, yyrl4597) + yyv4607 = make([]Pod, yyrl4607) } } else { - yyv4597 = make([]Pod, yyrl4597) + yyv4607 = make([]Pod, yyrl4607) } - yyc4597 = true - yyrr4597 = len(yyv4597) - if yyrg4597 { - copy(yyv4597, yyv24597) + yyc4607 = true + yyrr4607 = len(yyv4607) + if yyrg4607 { + copy(yyv4607, yyv24607) } - } else if yyl4597 != len(yyv4597) { - yyv4597 = yyv4597[:yyl4597] - yyc4597 = true + } else if yyl4607 != len(yyv4607) { + yyv4607 = yyv4607[:yyl4607] + yyc4607 = true } - yyj4597 := 0 - for ; yyj4597 < yyrr4597; yyj4597++ { - yyh4597.ElemContainerState(yyj4597) + yyj4607 := 0 + for ; yyj4607 < yyrr4607; yyj4607++ { + yyh4607.ElemContainerState(yyj4607) if r.TryDecodeAsNil() { - yyv4597[yyj4597] = Pod{} + yyv4607[yyj4607] = Pod{} } else { - yyv4598 := &yyv4597[yyj4597] - yyv4598.CodecDecodeSelf(d) + yyv4608 := &yyv4607[yyj4607] + yyv4608.CodecDecodeSelf(d) } } - if yyrt4597 { - for ; yyj4597 < yyl4597; yyj4597++ { - yyv4597 = append(yyv4597, Pod{}) - yyh4597.ElemContainerState(yyj4597) + if yyrt4607 { + for ; yyj4607 < yyl4607; yyj4607++ { + yyv4607 = append(yyv4607, Pod{}) + yyh4607.ElemContainerState(yyj4607) if r.TryDecodeAsNil() { - yyv4597[yyj4597] = Pod{} + yyv4607[yyj4607] = Pod{} } else { - yyv4599 := &yyv4597[yyj4597] - yyv4599.CodecDecodeSelf(d) + yyv4609 := &yyv4607[yyj4607] + yyv4609.CodecDecodeSelf(d) } } } } else { - yyj4597 := 0 - for ; !r.CheckBreak(); yyj4597++ { + yyj4607 := 0 + for ; !r.CheckBreak(); yyj4607++ { - if yyj4597 >= len(yyv4597) { - yyv4597 = append(yyv4597, Pod{}) // var yyz4597 Pod - yyc4597 = true + if yyj4607 >= len(yyv4607) { + yyv4607 = append(yyv4607, Pod{}) // var yyz4607 Pod + yyc4607 = true } - yyh4597.ElemContainerState(yyj4597) - if yyj4597 < len(yyv4597) { + yyh4607.ElemContainerState(yyj4607) + if yyj4607 < len(yyv4607) { if r.TryDecodeAsNil() { - yyv4597[yyj4597] = Pod{} + yyv4607[yyj4607] = Pod{} } else { - yyv4600 := &yyv4597[yyj4597] - yyv4600.CodecDecodeSelf(d) + yyv4610 := &yyv4607[yyj4607] + yyv4610.CodecDecodeSelf(d) } } else { @@ -57603,17 +57699,17 @@ func (x codecSelfer1234) decSlicePod(v *[]Pod, d *codec1978.Decoder) { } } - if yyj4597 < len(yyv4597) { - yyv4597 = yyv4597[:yyj4597] - yyc4597 = true - } else if yyj4597 == 0 && yyv4597 == nil { - yyv4597 = []Pod{} - yyc4597 = true + if yyj4607 < len(yyv4607) { + yyv4607 = yyv4607[:yyj4607] + yyc4607 = true + } else if yyj4607 == 0 && yyv4607 == nil { + yyv4607 = []Pod{} + yyc4607 = true } } - yyh4597.End() - if yyc4597 { - *v = yyv4597 + yyh4607.End() + if yyc4607 { + *v = yyv4607 } } @@ -57622,10 +57718,10 @@ func (x codecSelfer1234) encSliceNodeSelectorTerm(v []NodeSelectorTerm, e *codec z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4601 := range v { + for _, yyv4611 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4602 := &yyv4601 - yy4602.CodecEncodeSelf(e) + yy4612 := &yyv4611 + yy4612.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57635,83 +57731,83 @@ func (x codecSelfer1234) decSliceNodeSelectorTerm(v *[]NodeSelectorTerm, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4603 := *v - yyh4603, yyl4603 := z.DecSliceHelperStart() - var yyc4603 bool - if yyl4603 == 0 { - if yyv4603 == nil { - yyv4603 = []NodeSelectorTerm{} - yyc4603 = true - } else if len(yyv4603) != 0 { - yyv4603 = yyv4603[:0] - yyc4603 = true + yyv4613 := *v + yyh4613, yyl4613 := z.DecSliceHelperStart() + var yyc4613 bool + if yyl4613 == 0 { + if yyv4613 == nil { + yyv4613 = []NodeSelectorTerm{} + yyc4613 = true + } else if len(yyv4613) != 0 { + yyv4613 = yyv4613[:0] + yyc4613 = true } - } else if yyl4603 > 0 { - var yyrr4603, yyrl4603 int - var yyrt4603 bool - if yyl4603 > cap(yyv4603) { + } else if yyl4613 > 0 { + var yyrr4613, yyrl4613 int + var yyrt4613 bool + if yyl4613 > cap(yyv4613) { - yyrg4603 := len(yyv4603) > 0 - yyv24603 := yyv4603 - yyrl4603, yyrt4603 = z.DecInferLen(yyl4603, z.DecBasicHandle().MaxInitLen, 24) - if yyrt4603 { - if yyrl4603 <= cap(yyv4603) { - yyv4603 = yyv4603[:yyrl4603] + yyrg4613 := len(yyv4613) > 0 + yyv24613 := yyv4613 + yyrl4613, yyrt4613 = z.DecInferLen(yyl4613, z.DecBasicHandle().MaxInitLen, 24) + if yyrt4613 { + if yyrl4613 <= cap(yyv4613) { + yyv4613 = yyv4613[:yyrl4613] } else { - yyv4603 = make([]NodeSelectorTerm, yyrl4603) + yyv4613 = make([]NodeSelectorTerm, yyrl4613) } } else { - yyv4603 = make([]NodeSelectorTerm, yyrl4603) + yyv4613 = make([]NodeSelectorTerm, yyrl4613) } - yyc4603 = true - yyrr4603 = len(yyv4603) - if yyrg4603 { - copy(yyv4603, yyv24603) + yyc4613 = true + yyrr4613 = len(yyv4613) + if yyrg4613 { + copy(yyv4613, yyv24613) } - } else if yyl4603 != len(yyv4603) { - yyv4603 = yyv4603[:yyl4603] - yyc4603 = true + } else if yyl4613 != len(yyv4613) { + yyv4613 = yyv4613[:yyl4613] + yyc4613 = true } - yyj4603 := 0 - for ; yyj4603 < yyrr4603; yyj4603++ { - yyh4603.ElemContainerState(yyj4603) + yyj4613 := 0 + for ; yyj4613 < yyrr4613; yyj4613++ { + yyh4613.ElemContainerState(yyj4613) if r.TryDecodeAsNil() { - yyv4603[yyj4603] = NodeSelectorTerm{} + yyv4613[yyj4613] = NodeSelectorTerm{} } else { - yyv4604 := &yyv4603[yyj4603] - yyv4604.CodecDecodeSelf(d) + yyv4614 := &yyv4613[yyj4613] + yyv4614.CodecDecodeSelf(d) } } - if yyrt4603 { - for ; yyj4603 < yyl4603; yyj4603++ { - yyv4603 = append(yyv4603, NodeSelectorTerm{}) - yyh4603.ElemContainerState(yyj4603) + if yyrt4613 { + for ; yyj4613 < yyl4613; yyj4613++ { + yyv4613 = append(yyv4613, NodeSelectorTerm{}) + yyh4613.ElemContainerState(yyj4613) if r.TryDecodeAsNil() { - yyv4603[yyj4603] = NodeSelectorTerm{} + yyv4613[yyj4613] = NodeSelectorTerm{} } else { - yyv4605 := &yyv4603[yyj4603] - yyv4605.CodecDecodeSelf(d) + yyv4615 := &yyv4613[yyj4613] + yyv4615.CodecDecodeSelf(d) } } } } else { - yyj4603 := 0 - for ; !r.CheckBreak(); yyj4603++ { + yyj4613 := 0 + for ; !r.CheckBreak(); yyj4613++ { - if yyj4603 >= len(yyv4603) { - yyv4603 = append(yyv4603, NodeSelectorTerm{}) // var yyz4603 NodeSelectorTerm - yyc4603 = true + if yyj4613 >= len(yyv4613) { + yyv4613 = append(yyv4613, NodeSelectorTerm{}) // var yyz4613 NodeSelectorTerm + yyc4613 = true } - yyh4603.ElemContainerState(yyj4603) - if yyj4603 < len(yyv4603) { + yyh4613.ElemContainerState(yyj4613) + if yyj4613 < len(yyv4613) { if r.TryDecodeAsNil() { - yyv4603[yyj4603] = NodeSelectorTerm{} + yyv4613[yyj4613] = NodeSelectorTerm{} } else { - yyv4606 := &yyv4603[yyj4603] - yyv4606.CodecDecodeSelf(d) + yyv4616 := &yyv4613[yyj4613] + yyv4616.CodecDecodeSelf(d) } } else { @@ -57719,17 +57815,17 @@ func (x codecSelfer1234) decSliceNodeSelectorTerm(v *[]NodeSelectorTerm, d *code } } - if yyj4603 < len(yyv4603) { - yyv4603 = yyv4603[:yyj4603] - yyc4603 = true - } else if yyj4603 == 0 && yyv4603 == nil { - yyv4603 = []NodeSelectorTerm{} - yyc4603 = true + if yyj4613 < len(yyv4613) { + yyv4613 = yyv4613[:yyj4613] + yyc4613 = true + } else if yyj4613 == 0 && yyv4613 == nil { + yyv4613 = []NodeSelectorTerm{} + yyc4613 = true } } - yyh4603.End() - if yyc4603 { - *v = yyv4603 + yyh4613.End() + if yyc4613 { + *v = yyv4613 } } @@ -57738,10 +57834,10 @@ func (x codecSelfer1234) encSliceNodeSelectorRequirement(v []NodeSelectorRequire z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4607 := range v { + for _, yyv4617 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4608 := &yyv4607 - yy4608.CodecEncodeSelf(e) + yy4618 := &yyv4617 + yy4618.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57751,83 +57847,83 @@ func (x codecSelfer1234) decSliceNodeSelectorRequirement(v *[]NodeSelectorRequir z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4609 := *v - yyh4609, yyl4609 := z.DecSliceHelperStart() - var yyc4609 bool - if yyl4609 == 0 { - if yyv4609 == nil { - yyv4609 = []NodeSelectorRequirement{} - yyc4609 = true - } else if len(yyv4609) != 0 { - yyv4609 = yyv4609[:0] - yyc4609 = true + yyv4619 := *v + yyh4619, yyl4619 := z.DecSliceHelperStart() + var yyc4619 bool + if yyl4619 == 0 { + if yyv4619 == nil { + yyv4619 = []NodeSelectorRequirement{} + yyc4619 = true + } else if len(yyv4619) != 0 { + yyv4619 = yyv4619[:0] + yyc4619 = true } - } else if yyl4609 > 0 { - var yyrr4609, yyrl4609 int - var yyrt4609 bool - if yyl4609 > cap(yyv4609) { + } else if yyl4619 > 0 { + var yyrr4619, yyrl4619 int + var yyrt4619 bool + if yyl4619 > cap(yyv4619) { - yyrg4609 := len(yyv4609) > 0 - yyv24609 := yyv4609 - yyrl4609, yyrt4609 = z.DecInferLen(yyl4609, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4609 { - if yyrl4609 <= cap(yyv4609) { - yyv4609 = yyv4609[:yyrl4609] + yyrg4619 := len(yyv4619) > 0 + yyv24619 := yyv4619 + yyrl4619, yyrt4619 = z.DecInferLen(yyl4619, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4619 { + if yyrl4619 <= cap(yyv4619) { + yyv4619 = yyv4619[:yyrl4619] } else { - yyv4609 = make([]NodeSelectorRequirement, yyrl4609) + yyv4619 = make([]NodeSelectorRequirement, yyrl4619) } } else { - yyv4609 = make([]NodeSelectorRequirement, yyrl4609) + yyv4619 = make([]NodeSelectorRequirement, yyrl4619) } - yyc4609 = true - yyrr4609 = len(yyv4609) - if yyrg4609 { - copy(yyv4609, yyv24609) + yyc4619 = true + yyrr4619 = len(yyv4619) + if yyrg4619 { + copy(yyv4619, yyv24619) } - } else if yyl4609 != len(yyv4609) { - yyv4609 = yyv4609[:yyl4609] - yyc4609 = true + } else if yyl4619 != len(yyv4619) { + yyv4619 = yyv4619[:yyl4619] + yyc4619 = true } - yyj4609 := 0 - for ; yyj4609 < yyrr4609; yyj4609++ { - yyh4609.ElemContainerState(yyj4609) + yyj4619 := 0 + for ; yyj4619 < yyrr4619; yyj4619++ { + yyh4619.ElemContainerState(yyj4619) if r.TryDecodeAsNil() { - yyv4609[yyj4609] = NodeSelectorRequirement{} + yyv4619[yyj4619] = NodeSelectorRequirement{} } else { - yyv4610 := &yyv4609[yyj4609] - yyv4610.CodecDecodeSelf(d) + yyv4620 := &yyv4619[yyj4619] + yyv4620.CodecDecodeSelf(d) } } - if yyrt4609 { - for ; yyj4609 < yyl4609; yyj4609++ { - yyv4609 = append(yyv4609, NodeSelectorRequirement{}) - yyh4609.ElemContainerState(yyj4609) + if yyrt4619 { + for ; yyj4619 < yyl4619; yyj4619++ { + yyv4619 = append(yyv4619, NodeSelectorRequirement{}) + yyh4619.ElemContainerState(yyj4619) if r.TryDecodeAsNil() { - yyv4609[yyj4609] = NodeSelectorRequirement{} + yyv4619[yyj4619] = NodeSelectorRequirement{} } else { - yyv4611 := &yyv4609[yyj4609] - yyv4611.CodecDecodeSelf(d) + yyv4621 := &yyv4619[yyj4619] + yyv4621.CodecDecodeSelf(d) } } } } else { - yyj4609 := 0 - for ; !r.CheckBreak(); yyj4609++ { + yyj4619 := 0 + for ; !r.CheckBreak(); yyj4619++ { - if yyj4609 >= len(yyv4609) { - yyv4609 = append(yyv4609, NodeSelectorRequirement{}) // var yyz4609 NodeSelectorRequirement - yyc4609 = true + if yyj4619 >= len(yyv4619) { + yyv4619 = append(yyv4619, NodeSelectorRequirement{}) // var yyz4619 NodeSelectorRequirement + yyc4619 = true } - yyh4609.ElemContainerState(yyj4609) - if yyj4609 < len(yyv4609) { + yyh4619.ElemContainerState(yyj4619) + if yyj4619 < len(yyv4619) { if r.TryDecodeAsNil() { - yyv4609[yyj4609] = NodeSelectorRequirement{} + yyv4619[yyj4619] = NodeSelectorRequirement{} } else { - yyv4612 := &yyv4609[yyj4609] - yyv4612.CodecDecodeSelf(d) + yyv4622 := &yyv4619[yyj4619] + yyv4622.CodecDecodeSelf(d) } } else { @@ -57835,17 +57931,17 @@ func (x codecSelfer1234) decSliceNodeSelectorRequirement(v *[]NodeSelectorRequir } } - if yyj4609 < len(yyv4609) { - yyv4609 = yyv4609[:yyj4609] - yyc4609 = true - } else if yyj4609 == 0 && yyv4609 == nil { - yyv4609 = []NodeSelectorRequirement{} - yyc4609 = true + if yyj4619 < len(yyv4619) { + yyv4619 = yyv4619[:yyj4619] + yyc4619 = true + } else if yyj4619 == 0 && yyv4619 == nil { + yyv4619 = []NodeSelectorRequirement{} + yyc4619 = true } } - yyh4609.End() - if yyc4609 { - *v = yyv4609 + yyh4619.End() + if yyc4619 { + *v = yyv4619 } } @@ -57854,10 +57950,10 @@ func (x codecSelfer1234) encSlicePodAffinityTerm(v []PodAffinityTerm, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4613 := range v { + for _, yyv4623 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4614 := &yyv4613 - yy4614.CodecEncodeSelf(e) + yy4624 := &yyv4623 + yy4624.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57867,83 +57963,83 @@ func (x codecSelfer1234) decSlicePodAffinityTerm(v *[]PodAffinityTerm, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4615 := *v - yyh4615, yyl4615 := z.DecSliceHelperStart() - var yyc4615 bool - if yyl4615 == 0 { - if yyv4615 == nil { - yyv4615 = []PodAffinityTerm{} - yyc4615 = true - } else if len(yyv4615) != 0 { - yyv4615 = yyv4615[:0] - yyc4615 = true + yyv4625 := *v + yyh4625, yyl4625 := z.DecSliceHelperStart() + var yyc4625 bool + if yyl4625 == 0 { + if yyv4625 == nil { + yyv4625 = []PodAffinityTerm{} + yyc4625 = true + } else if len(yyv4625) != 0 { + yyv4625 = yyv4625[:0] + yyc4625 = true } - } else if yyl4615 > 0 { - var yyrr4615, yyrl4615 int - var yyrt4615 bool - if yyl4615 > cap(yyv4615) { + } else if yyl4625 > 0 { + var yyrr4625, yyrl4625 int + var yyrt4625 bool + if yyl4625 > cap(yyv4625) { - yyrg4615 := len(yyv4615) > 0 - yyv24615 := yyv4615 - yyrl4615, yyrt4615 = z.DecInferLen(yyl4615, z.DecBasicHandle().MaxInitLen, 48) - if yyrt4615 { - if yyrl4615 <= cap(yyv4615) { - yyv4615 = yyv4615[:yyrl4615] + yyrg4625 := len(yyv4625) > 0 + yyv24625 := yyv4625 + yyrl4625, yyrt4625 = z.DecInferLen(yyl4625, z.DecBasicHandle().MaxInitLen, 48) + if yyrt4625 { + if yyrl4625 <= cap(yyv4625) { + yyv4625 = yyv4625[:yyrl4625] } else { - yyv4615 = make([]PodAffinityTerm, yyrl4615) + yyv4625 = make([]PodAffinityTerm, yyrl4625) } } else { - yyv4615 = make([]PodAffinityTerm, yyrl4615) + yyv4625 = make([]PodAffinityTerm, yyrl4625) } - yyc4615 = true - yyrr4615 = len(yyv4615) - if yyrg4615 { - copy(yyv4615, yyv24615) + yyc4625 = true + yyrr4625 = len(yyv4625) + if yyrg4625 { + copy(yyv4625, yyv24625) } - } else if yyl4615 != len(yyv4615) { - yyv4615 = yyv4615[:yyl4615] - yyc4615 = true + } else if yyl4625 != len(yyv4625) { + yyv4625 = yyv4625[:yyl4625] + yyc4625 = true } - yyj4615 := 0 - for ; yyj4615 < yyrr4615; yyj4615++ { - yyh4615.ElemContainerState(yyj4615) + yyj4625 := 0 + for ; yyj4625 < yyrr4625; yyj4625++ { + yyh4625.ElemContainerState(yyj4625) if r.TryDecodeAsNil() { - yyv4615[yyj4615] = PodAffinityTerm{} + yyv4625[yyj4625] = PodAffinityTerm{} } else { - yyv4616 := &yyv4615[yyj4615] - yyv4616.CodecDecodeSelf(d) + yyv4626 := &yyv4625[yyj4625] + yyv4626.CodecDecodeSelf(d) } } - if yyrt4615 { - for ; yyj4615 < yyl4615; yyj4615++ { - yyv4615 = append(yyv4615, PodAffinityTerm{}) - yyh4615.ElemContainerState(yyj4615) + if yyrt4625 { + for ; yyj4625 < yyl4625; yyj4625++ { + yyv4625 = append(yyv4625, PodAffinityTerm{}) + yyh4625.ElemContainerState(yyj4625) if r.TryDecodeAsNil() { - yyv4615[yyj4615] = PodAffinityTerm{} + yyv4625[yyj4625] = PodAffinityTerm{} } else { - yyv4617 := &yyv4615[yyj4615] - yyv4617.CodecDecodeSelf(d) + yyv4627 := &yyv4625[yyj4625] + yyv4627.CodecDecodeSelf(d) } } } } else { - yyj4615 := 0 - for ; !r.CheckBreak(); yyj4615++ { + yyj4625 := 0 + for ; !r.CheckBreak(); yyj4625++ { - if yyj4615 >= len(yyv4615) { - yyv4615 = append(yyv4615, PodAffinityTerm{}) // var yyz4615 PodAffinityTerm - yyc4615 = true + if yyj4625 >= len(yyv4625) { + yyv4625 = append(yyv4625, PodAffinityTerm{}) // var yyz4625 PodAffinityTerm + yyc4625 = true } - yyh4615.ElemContainerState(yyj4615) - if yyj4615 < len(yyv4615) { + yyh4625.ElemContainerState(yyj4625) + if yyj4625 < len(yyv4625) { if r.TryDecodeAsNil() { - yyv4615[yyj4615] = PodAffinityTerm{} + yyv4625[yyj4625] = PodAffinityTerm{} } else { - yyv4618 := &yyv4615[yyj4615] - yyv4618.CodecDecodeSelf(d) + yyv4628 := &yyv4625[yyj4625] + yyv4628.CodecDecodeSelf(d) } } else { @@ -57951,17 +58047,17 @@ func (x codecSelfer1234) decSlicePodAffinityTerm(v *[]PodAffinityTerm, d *codec1 } } - if yyj4615 < len(yyv4615) { - yyv4615 = yyv4615[:yyj4615] - yyc4615 = true - } else if yyj4615 == 0 && yyv4615 == nil { - yyv4615 = []PodAffinityTerm{} - yyc4615 = true + if yyj4625 < len(yyv4625) { + yyv4625 = yyv4625[:yyj4625] + yyc4625 = true + } else if yyj4625 == 0 && yyv4625 == nil { + yyv4625 = []PodAffinityTerm{} + yyc4625 = true } } - yyh4615.End() - if yyc4615 { - *v = yyv4615 + yyh4625.End() + if yyc4625 { + *v = yyv4625 } } @@ -57970,10 +58066,10 @@ func (x codecSelfer1234) encSliceWeightedPodAffinityTerm(v []WeightedPodAffinity z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4619 := range v { + for _, yyv4629 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4620 := &yyv4619 - yy4620.CodecEncodeSelf(e) + yy4630 := &yyv4629 + yy4630.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57983,83 +58079,83 @@ func (x codecSelfer1234) decSliceWeightedPodAffinityTerm(v *[]WeightedPodAffinit z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4621 := *v - yyh4621, yyl4621 := z.DecSliceHelperStart() - var yyc4621 bool - if yyl4621 == 0 { - if yyv4621 == nil { - yyv4621 = []WeightedPodAffinityTerm{} - yyc4621 = true - } else if len(yyv4621) != 0 { - yyv4621 = yyv4621[:0] - yyc4621 = true + yyv4631 := *v + yyh4631, yyl4631 := z.DecSliceHelperStart() + var yyc4631 bool + if yyl4631 == 0 { + if yyv4631 == nil { + yyv4631 = []WeightedPodAffinityTerm{} + yyc4631 = true + } else if len(yyv4631) != 0 { + yyv4631 = yyv4631[:0] + yyc4631 = true } - } else if yyl4621 > 0 { - var yyrr4621, yyrl4621 int - var yyrt4621 bool - if yyl4621 > cap(yyv4621) { + } else if yyl4631 > 0 { + var yyrr4631, yyrl4631 int + var yyrt4631 bool + if yyl4631 > cap(yyv4631) { - yyrg4621 := len(yyv4621) > 0 - yyv24621 := yyv4621 - yyrl4621, yyrt4621 = z.DecInferLen(yyl4621, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4621 { - if yyrl4621 <= cap(yyv4621) { - yyv4621 = yyv4621[:yyrl4621] + yyrg4631 := len(yyv4631) > 0 + yyv24631 := yyv4631 + yyrl4631, yyrt4631 = z.DecInferLen(yyl4631, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4631 { + if yyrl4631 <= cap(yyv4631) { + yyv4631 = yyv4631[:yyrl4631] } else { - yyv4621 = make([]WeightedPodAffinityTerm, yyrl4621) + yyv4631 = make([]WeightedPodAffinityTerm, yyrl4631) } } else { - yyv4621 = make([]WeightedPodAffinityTerm, yyrl4621) + yyv4631 = make([]WeightedPodAffinityTerm, yyrl4631) } - yyc4621 = true - yyrr4621 = len(yyv4621) - if yyrg4621 { - copy(yyv4621, yyv24621) + yyc4631 = true + yyrr4631 = len(yyv4631) + if yyrg4631 { + copy(yyv4631, yyv24631) } - } else if yyl4621 != len(yyv4621) { - yyv4621 = yyv4621[:yyl4621] - yyc4621 = true + } else if yyl4631 != len(yyv4631) { + yyv4631 = yyv4631[:yyl4631] + yyc4631 = true } - yyj4621 := 0 - for ; yyj4621 < yyrr4621; yyj4621++ { - yyh4621.ElemContainerState(yyj4621) + yyj4631 := 0 + for ; yyj4631 < yyrr4631; yyj4631++ { + yyh4631.ElemContainerState(yyj4631) if r.TryDecodeAsNil() { - yyv4621[yyj4621] = WeightedPodAffinityTerm{} + yyv4631[yyj4631] = WeightedPodAffinityTerm{} } else { - yyv4622 := &yyv4621[yyj4621] - yyv4622.CodecDecodeSelf(d) + yyv4632 := &yyv4631[yyj4631] + yyv4632.CodecDecodeSelf(d) } } - if yyrt4621 { - for ; yyj4621 < yyl4621; yyj4621++ { - yyv4621 = append(yyv4621, WeightedPodAffinityTerm{}) - yyh4621.ElemContainerState(yyj4621) + if yyrt4631 { + for ; yyj4631 < yyl4631; yyj4631++ { + yyv4631 = append(yyv4631, WeightedPodAffinityTerm{}) + yyh4631.ElemContainerState(yyj4631) if r.TryDecodeAsNil() { - yyv4621[yyj4621] = WeightedPodAffinityTerm{} + yyv4631[yyj4631] = WeightedPodAffinityTerm{} } else { - yyv4623 := &yyv4621[yyj4621] - yyv4623.CodecDecodeSelf(d) + yyv4633 := &yyv4631[yyj4631] + yyv4633.CodecDecodeSelf(d) } } } } else { - yyj4621 := 0 - for ; !r.CheckBreak(); yyj4621++ { + yyj4631 := 0 + for ; !r.CheckBreak(); yyj4631++ { - if yyj4621 >= len(yyv4621) { - yyv4621 = append(yyv4621, WeightedPodAffinityTerm{}) // var yyz4621 WeightedPodAffinityTerm - yyc4621 = true + if yyj4631 >= len(yyv4631) { + yyv4631 = append(yyv4631, WeightedPodAffinityTerm{}) // var yyz4631 WeightedPodAffinityTerm + yyc4631 = true } - yyh4621.ElemContainerState(yyj4621) - if yyj4621 < len(yyv4621) { + yyh4631.ElemContainerState(yyj4631) + if yyj4631 < len(yyv4631) { if r.TryDecodeAsNil() { - yyv4621[yyj4621] = WeightedPodAffinityTerm{} + yyv4631[yyj4631] = WeightedPodAffinityTerm{} } else { - yyv4624 := &yyv4621[yyj4621] - yyv4624.CodecDecodeSelf(d) + yyv4634 := &yyv4631[yyj4631] + yyv4634.CodecDecodeSelf(d) } } else { @@ -58067,17 +58163,17 @@ func (x codecSelfer1234) decSliceWeightedPodAffinityTerm(v *[]WeightedPodAffinit } } - if yyj4621 < len(yyv4621) { - yyv4621 = yyv4621[:yyj4621] - yyc4621 = true - } else if yyj4621 == 0 && yyv4621 == nil { - yyv4621 = []WeightedPodAffinityTerm{} - yyc4621 = true + if yyj4631 < len(yyv4631) { + yyv4631 = yyv4631[:yyj4631] + yyc4631 = true + } else if yyj4631 == 0 && yyv4631 == nil { + yyv4631 = []WeightedPodAffinityTerm{} + yyc4631 = true } } - yyh4621.End() - if yyc4621 { - *v = yyv4621 + yyh4631.End() + if yyc4631 { + *v = yyv4631 } } @@ -58086,10 +58182,10 @@ func (x codecSelfer1234) encSlicePreferredSchedulingTerm(v []PreferredScheduling z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4625 := range v { + for _, yyv4635 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4626 := &yyv4625 - yy4626.CodecEncodeSelf(e) + yy4636 := &yyv4635 + yy4636.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58099,83 +58195,83 @@ func (x codecSelfer1234) decSlicePreferredSchedulingTerm(v *[]PreferredSchedulin z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4627 := *v - yyh4627, yyl4627 := z.DecSliceHelperStart() - var yyc4627 bool - if yyl4627 == 0 { - if yyv4627 == nil { - yyv4627 = []PreferredSchedulingTerm{} - yyc4627 = true - } else if len(yyv4627) != 0 { - yyv4627 = yyv4627[:0] - yyc4627 = true + yyv4637 := *v + yyh4637, yyl4637 := z.DecSliceHelperStart() + var yyc4637 bool + if yyl4637 == 0 { + if yyv4637 == nil { + yyv4637 = []PreferredSchedulingTerm{} + yyc4637 = true + } else if len(yyv4637) != 0 { + yyv4637 = yyv4637[:0] + yyc4637 = true } - } else if yyl4627 > 0 { - var yyrr4627, yyrl4627 int - var yyrt4627 bool - if yyl4627 > cap(yyv4627) { + } else if yyl4637 > 0 { + var yyrr4637, yyrl4637 int + var yyrt4637 bool + if yyl4637 > cap(yyv4637) { - yyrg4627 := len(yyv4627) > 0 - yyv24627 := yyv4627 - yyrl4627, yyrt4627 = z.DecInferLen(yyl4627, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4627 { - if yyrl4627 <= cap(yyv4627) { - yyv4627 = yyv4627[:yyrl4627] + yyrg4637 := len(yyv4637) > 0 + yyv24637 := yyv4637 + yyrl4637, yyrt4637 = z.DecInferLen(yyl4637, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4637 { + if yyrl4637 <= cap(yyv4637) { + yyv4637 = yyv4637[:yyrl4637] } else { - yyv4627 = make([]PreferredSchedulingTerm, yyrl4627) + yyv4637 = make([]PreferredSchedulingTerm, yyrl4637) } } else { - yyv4627 = make([]PreferredSchedulingTerm, yyrl4627) + yyv4637 = make([]PreferredSchedulingTerm, yyrl4637) } - yyc4627 = true - yyrr4627 = len(yyv4627) - if yyrg4627 { - copy(yyv4627, yyv24627) + yyc4637 = true + yyrr4637 = len(yyv4637) + if yyrg4637 { + copy(yyv4637, yyv24637) } - } else if yyl4627 != len(yyv4627) { - yyv4627 = yyv4627[:yyl4627] - yyc4627 = true + } else if yyl4637 != len(yyv4637) { + yyv4637 = yyv4637[:yyl4637] + yyc4637 = true } - yyj4627 := 0 - for ; yyj4627 < yyrr4627; yyj4627++ { - yyh4627.ElemContainerState(yyj4627) + yyj4637 := 0 + for ; yyj4637 < yyrr4637; yyj4637++ { + yyh4637.ElemContainerState(yyj4637) if r.TryDecodeAsNil() { - yyv4627[yyj4627] = PreferredSchedulingTerm{} + yyv4637[yyj4637] = PreferredSchedulingTerm{} } else { - yyv4628 := &yyv4627[yyj4627] - yyv4628.CodecDecodeSelf(d) + yyv4638 := &yyv4637[yyj4637] + yyv4638.CodecDecodeSelf(d) } } - if yyrt4627 { - for ; yyj4627 < yyl4627; yyj4627++ { - yyv4627 = append(yyv4627, PreferredSchedulingTerm{}) - yyh4627.ElemContainerState(yyj4627) + if yyrt4637 { + for ; yyj4637 < yyl4637; yyj4637++ { + yyv4637 = append(yyv4637, PreferredSchedulingTerm{}) + yyh4637.ElemContainerState(yyj4637) if r.TryDecodeAsNil() { - yyv4627[yyj4627] = PreferredSchedulingTerm{} + yyv4637[yyj4637] = PreferredSchedulingTerm{} } else { - yyv4629 := &yyv4627[yyj4627] - yyv4629.CodecDecodeSelf(d) + yyv4639 := &yyv4637[yyj4637] + yyv4639.CodecDecodeSelf(d) } } } } else { - yyj4627 := 0 - for ; !r.CheckBreak(); yyj4627++ { + yyj4637 := 0 + for ; !r.CheckBreak(); yyj4637++ { - if yyj4627 >= len(yyv4627) { - yyv4627 = append(yyv4627, PreferredSchedulingTerm{}) // var yyz4627 PreferredSchedulingTerm - yyc4627 = true + if yyj4637 >= len(yyv4637) { + yyv4637 = append(yyv4637, PreferredSchedulingTerm{}) // var yyz4637 PreferredSchedulingTerm + yyc4637 = true } - yyh4627.ElemContainerState(yyj4627) - if yyj4627 < len(yyv4627) { + yyh4637.ElemContainerState(yyj4637) + if yyj4637 < len(yyv4637) { if r.TryDecodeAsNil() { - yyv4627[yyj4627] = PreferredSchedulingTerm{} + yyv4637[yyj4637] = PreferredSchedulingTerm{} } else { - yyv4630 := &yyv4627[yyj4627] - yyv4630.CodecDecodeSelf(d) + yyv4640 := &yyv4637[yyj4637] + yyv4640.CodecDecodeSelf(d) } } else { @@ -58183,17 +58279,17 @@ func (x codecSelfer1234) decSlicePreferredSchedulingTerm(v *[]PreferredSchedulin } } - if yyj4627 < len(yyv4627) { - yyv4627 = yyv4627[:yyj4627] - yyc4627 = true - } else if yyj4627 == 0 && yyv4627 == nil { - yyv4627 = []PreferredSchedulingTerm{} - yyc4627 = true + if yyj4637 < len(yyv4637) { + yyv4637 = yyv4637[:yyj4637] + yyc4637 = true + } else if yyj4637 == 0 && yyv4637 == nil { + yyv4637 = []PreferredSchedulingTerm{} + yyc4637 = true } } - yyh4627.End() - if yyc4627 { - *v = yyv4627 + yyh4637.End() + if yyc4637 { + *v = yyv4637 } } @@ -58202,10 +58298,10 @@ func (x codecSelfer1234) encSliceVolume(v []Volume, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4631 := range v { + for _, yyv4641 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4632 := &yyv4631 - yy4632.CodecEncodeSelf(e) + yy4642 := &yyv4641 + yy4642.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58215,83 +58311,83 @@ func (x codecSelfer1234) decSliceVolume(v *[]Volume, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4633 := *v - yyh4633, yyl4633 := z.DecSliceHelperStart() - var yyc4633 bool - if yyl4633 == 0 { - if yyv4633 == nil { - yyv4633 = []Volume{} - yyc4633 = true - } else if len(yyv4633) != 0 { - yyv4633 = yyv4633[:0] - yyc4633 = true + yyv4643 := *v + yyh4643, yyl4643 := z.DecSliceHelperStart() + var yyc4643 bool + if yyl4643 == 0 { + if yyv4643 == nil { + yyv4643 = []Volume{} + yyc4643 = true + } else if len(yyv4643) != 0 { + yyv4643 = yyv4643[:0] + yyc4643 = true } - } else if yyl4633 > 0 { - var yyrr4633, yyrl4633 int - var yyrt4633 bool - if yyl4633 > cap(yyv4633) { + } else if yyl4643 > 0 { + var yyrr4643, yyrl4643 int + var yyrt4643 bool + if yyl4643 > cap(yyv4643) { - yyrg4633 := len(yyv4633) > 0 - yyv24633 := yyv4633 - yyrl4633, yyrt4633 = z.DecInferLen(yyl4633, z.DecBasicHandle().MaxInitLen, 192) - if yyrt4633 { - if yyrl4633 <= cap(yyv4633) { - yyv4633 = yyv4633[:yyrl4633] + yyrg4643 := len(yyv4643) > 0 + yyv24643 := yyv4643 + yyrl4643, yyrt4643 = z.DecInferLen(yyl4643, z.DecBasicHandle().MaxInitLen, 192) + if yyrt4643 { + if yyrl4643 <= cap(yyv4643) { + yyv4643 = yyv4643[:yyrl4643] } else { - yyv4633 = make([]Volume, yyrl4633) + yyv4643 = make([]Volume, yyrl4643) } } else { - yyv4633 = make([]Volume, yyrl4633) + yyv4643 = make([]Volume, yyrl4643) } - yyc4633 = true - yyrr4633 = len(yyv4633) - if yyrg4633 { - copy(yyv4633, yyv24633) + yyc4643 = true + yyrr4643 = len(yyv4643) + if yyrg4643 { + copy(yyv4643, yyv24643) } - } else if yyl4633 != len(yyv4633) { - yyv4633 = yyv4633[:yyl4633] - yyc4633 = true + } else if yyl4643 != len(yyv4643) { + yyv4643 = yyv4643[:yyl4643] + yyc4643 = true } - yyj4633 := 0 - for ; yyj4633 < yyrr4633; yyj4633++ { - yyh4633.ElemContainerState(yyj4633) + yyj4643 := 0 + for ; yyj4643 < yyrr4643; yyj4643++ { + yyh4643.ElemContainerState(yyj4643) if r.TryDecodeAsNil() { - yyv4633[yyj4633] = Volume{} + yyv4643[yyj4643] = Volume{} } else { - yyv4634 := &yyv4633[yyj4633] - yyv4634.CodecDecodeSelf(d) + yyv4644 := &yyv4643[yyj4643] + yyv4644.CodecDecodeSelf(d) } } - if yyrt4633 { - for ; yyj4633 < yyl4633; yyj4633++ { - yyv4633 = append(yyv4633, Volume{}) - yyh4633.ElemContainerState(yyj4633) + if yyrt4643 { + for ; yyj4643 < yyl4643; yyj4643++ { + yyv4643 = append(yyv4643, Volume{}) + yyh4643.ElemContainerState(yyj4643) if r.TryDecodeAsNil() { - yyv4633[yyj4633] = Volume{} + yyv4643[yyj4643] = Volume{} } else { - yyv4635 := &yyv4633[yyj4633] - yyv4635.CodecDecodeSelf(d) + yyv4645 := &yyv4643[yyj4643] + yyv4645.CodecDecodeSelf(d) } } } } else { - yyj4633 := 0 - for ; !r.CheckBreak(); yyj4633++ { + yyj4643 := 0 + for ; !r.CheckBreak(); yyj4643++ { - if yyj4633 >= len(yyv4633) { - yyv4633 = append(yyv4633, Volume{}) // var yyz4633 Volume - yyc4633 = true + if yyj4643 >= len(yyv4643) { + yyv4643 = append(yyv4643, Volume{}) // var yyz4643 Volume + yyc4643 = true } - yyh4633.ElemContainerState(yyj4633) - if yyj4633 < len(yyv4633) { + yyh4643.ElemContainerState(yyj4643) + if yyj4643 < len(yyv4643) { if r.TryDecodeAsNil() { - yyv4633[yyj4633] = Volume{} + yyv4643[yyj4643] = Volume{} } else { - yyv4636 := &yyv4633[yyj4633] - yyv4636.CodecDecodeSelf(d) + yyv4646 := &yyv4643[yyj4643] + yyv4646.CodecDecodeSelf(d) } } else { @@ -58299,17 +58395,17 @@ func (x codecSelfer1234) decSliceVolume(v *[]Volume, d *codec1978.Decoder) { } } - if yyj4633 < len(yyv4633) { - yyv4633 = yyv4633[:yyj4633] - yyc4633 = true - } else if yyj4633 == 0 && yyv4633 == nil { - yyv4633 = []Volume{} - yyc4633 = true + if yyj4643 < len(yyv4643) { + yyv4643 = yyv4643[:yyj4643] + yyc4643 = true + } else if yyj4643 == 0 && yyv4643 == nil { + yyv4643 = []Volume{} + yyc4643 = true } } - yyh4633.End() - if yyc4633 { - *v = yyv4633 + yyh4643.End() + if yyc4643 { + *v = yyv4643 } } @@ -58318,10 +58414,10 @@ func (x codecSelfer1234) encSliceContainer(v []Container, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4637 := range v { + for _, yyv4647 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4638 := &yyv4637 - yy4638.CodecEncodeSelf(e) + yy4648 := &yyv4647 + yy4648.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58331,83 +58427,83 @@ func (x codecSelfer1234) decSliceContainer(v *[]Container, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4639 := *v - yyh4639, yyl4639 := z.DecSliceHelperStart() - var yyc4639 bool - if yyl4639 == 0 { - if yyv4639 == nil { - yyv4639 = []Container{} - yyc4639 = true - } else if len(yyv4639) != 0 { - yyv4639 = yyv4639[:0] - yyc4639 = true + yyv4649 := *v + yyh4649, yyl4649 := z.DecSliceHelperStart() + var yyc4649 bool + if yyl4649 == 0 { + if yyv4649 == nil { + yyv4649 = []Container{} + yyc4649 = true + } else if len(yyv4649) != 0 { + yyv4649 = yyv4649[:0] + yyc4649 = true } - } else if yyl4639 > 0 { - var yyrr4639, yyrl4639 int - var yyrt4639 bool - if yyl4639 > cap(yyv4639) { + } else if yyl4649 > 0 { + var yyrr4649, yyrl4649 int + var yyrt4649 bool + if yyl4649 > cap(yyv4649) { - yyrg4639 := len(yyv4639) > 0 - yyv24639 := yyv4639 - yyrl4639, yyrt4639 = z.DecInferLen(yyl4639, z.DecBasicHandle().MaxInitLen, 256) - if yyrt4639 { - if yyrl4639 <= cap(yyv4639) { - yyv4639 = yyv4639[:yyrl4639] + yyrg4649 := len(yyv4649) > 0 + yyv24649 := yyv4649 + yyrl4649, yyrt4649 = z.DecInferLen(yyl4649, z.DecBasicHandle().MaxInitLen, 256) + if yyrt4649 { + if yyrl4649 <= cap(yyv4649) { + yyv4649 = yyv4649[:yyrl4649] } else { - yyv4639 = make([]Container, yyrl4639) + yyv4649 = make([]Container, yyrl4649) } } else { - yyv4639 = make([]Container, yyrl4639) + yyv4649 = make([]Container, yyrl4649) } - yyc4639 = true - yyrr4639 = len(yyv4639) - if yyrg4639 { - copy(yyv4639, yyv24639) + yyc4649 = true + yyrr4649 = len(yyv4649) + if yyrg4649 { + copy(yyv4649, yyv24649) } - } else if yyl4639 != len(yyv4639) { - yyv4639 = yyv4639[:yyl4639] - yyc4639 = true + } else if yyl4649 != len(yyv4649) { + yyv4649 = yyv4649[:yyl4649] + yyc4649 = true } - yyj4639 := 0 - for ; yyj4639 < yyrr4639; yyj4639++ { - yyh4639.ElemContainerState(yyj4639) + yyj4649 := 0 + for ; yyj4649 < yyrr4649; yyj4649++ { + yyh4649.ElemContainerState(yyj4649) if r.TryDecodeAsNil() { - yyv4639[yyj4639] = Container{} + yyv4649[yyj4649] = Container{} } else { - yyv4640 := &yyv4639[yyj4639] - yyv4640.CodecDecodeSelf(d) + yyv4650 := &yyv4649[yyj4649] + yyv4650.CodecDecodeSelf(d) } } - if yyrt4639 { - for ; yyj4639 < yyl4639; yyj4639++ { - yyv4639 = append(yyv4639, Container{}) - yyh4639.ElemContainerState(yyj4639) + if yyrt4649 { + for ; yyj4649 < yyl4649; yyj4649++ { + yyv4649 = append(yyv4649, Container{}) + yyh4649.ElemContainerState(yyj4649) if r.TryDecodeAsNil() { - yyv4639[yyj4639] = Container{} + yyv4649[yyj4649] = Container{} } else { - yyv4641 := &yyv4639[yyj4639] - yyv4641.CodecDecodeSelf(d) + yyv4651 := &yyv4649[yyj4649] + yyv4651.CodecDecodeSelf(d) } } } } else { - yyj4639 := 0 - for ; !r.CheckBreak(); yyj4639++ { + yyj4649 := 0 + for ; !r.CheckBreak(); yyj4649++ { - if yyj4639 >= len(yyv4639) { - yyv4639 = append(yyv4639, Container{}) // var yyz4639 Container - yyc4639 = true + if yyj4649 >= len(yyv4649) { + yyv4649 = append(yyv4649, Container{}) // var yyz4649 Container + yyc4649 = true } - yyh4639.ElemContainerState(yyj4639) - if yyj4639 < len(yyv4639) { + yyh4649.ElemContainerState(yyj4649) + if yyj4649 < len(yyv4649) { if r.TryDecodeAsNil() { - yyv4639[yyj4639] = Container{} + yyv4649[yyj4649] = Container{} } else { - yyv4642 := &yyv4639[yyj4639] - yyv4642.CodecDecodeSelf(d) + yyv4652 := &yyv4649[yyj4649] + yyv4652.CodecDecodeSelf(d) } } else { @@ -58415,17 +58511,17 @@ func (x codecSelfer1234) decSliceContainer(v *[]Container, d *codec1978.Decoder) } } - if yyj4639 < len(yyv4639) { - yyv4639 = yyv4639[:yyj4639] - yyc4639 = true - } else if yyj4639 == 0 && yyv4639 == nil { - yyv4639 = []Container{} - yyc4639 = true + if yyj4649 < len(yyv4649) { + yyv4649 = yyv4649[:yyj4649] + yyc4649 = true + } else if yyj4649 == 0 && yyv4649 == nil { + yyv4649 = []Container{} + yyc4649 = true } } - yyh4639.End() - if yyc4639 { - *v = yyv4639 + yyh4649.End() + if yyc4649 { + *v = yyv4649 } } @@ -58434,10 +58530,10 @@ func (x codecSelfer1234) encSliceLocalObjectReference(v []LocalObjectReference, z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4643 := range v { + for _, yyv4653 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4644 := &yyv4643 - yy4644.CodecEncodeSelf(e) + yy4654 := &yyv4653 + yy4654.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58447,83 +58543,83 @@ func (x codecSelfer1234) decSliceLocalObjectReference(v *[]LocalObjectReference, z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4645 := *v - yyh4645, yyl4645 := z.DecSliceHelperStart() - var yyc4645 bool - if yyl4645 == 0 { - if yyv4645 == nil { - yyv4645 = []LocalObjectReference{} - yyc4645 = true - } else if len(yyv4645) != 0 { - yyv4645 = yyv4645[:0] - yyc4645 = true + yyv4655 := *v + yyh4655, yyl4655 := z.DecSliceHelperStart() + var yyc4655 bool + if yyl4655 == 0 { + if yyv4655 == nil { + yyv4655 = []LocalObjectReference{} + yyc4655 = true + } else if len(yyv4655) != 0 { + yyv4655 = yyv4655[:0] + yyc4655 = true } - } else if yyl4645 > 0 { - var yyrr4645, yyrl4645 int - var yyrt4645 bool - if yyl4645 > cap(yyv4645) { + } else if yyl4655 > 0 { + var yyrr4655, yyrl4655 int + var yyrt4655 bool + if yyl4655 > cap(yyv4655) { - yyrg4645 := len(yyv4645) > 0 - yyv24645 := yyv4645 - yyrl4645, yyrt4645 = z.DecInferLen(yyl4645, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4645 { - if yyrl4645 <= cap(yyv4645) { - yyv4645 = yyv4645[:yyrl4645] + yyrg4655 := len(yyv4655) > 0 + yyv24655 := yyv4655 + yyrl4655, yyrt4655 = z.DecInferLen(yyl4655, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4655 { + if yyrl4655 <= cap(yyv4655) { + yyv4655 = yyv4655[:yyrl4655] } else { - yyv4645 = make([]LocalObjectReference, yyrl4645) + yyv4655 = make([]LocalObjectReference, yyrl4655) } } else { - yyv4645 = make([]LocalObjectReference, yyrl4645) + yyv4655 = make([]LocalObjectReference, yyrl4655) } - yyc4645 = true - yyrr4645 = len(yyv4645) - if yyrg4645 { - copy(yyv4645, yyv24645) + yyc4655 = true + yyrr4655 = len(yyv4655) + if yyrg4655 { + copy(yyv4655, yyv24655) } - } else if yyl4645 != len(yyv4645) { - yyv4645 = yyv4645[:yyl4645] - yyc4645 = true + } else if yyl4655 != len(yyv4655) { + yyv4655 = yyv4655[:yyl4655] + yyc4655 = true } - yyj4645 := 0 - for ; yyj4645 < yyrr4645; yyj4645++ { - yyh4645.ElemContainerState(yyj4645) + yyj4655 := 0 + for ; yyj4655 < yyrr4655; yyj4655++ { + yyh4655.ElemContainerState(yyj4655) if r.TryDecodeAsNil() { - yyv4645[yyj4645] = LocalObjectReference{} + yyv4655[yyj4655] = LocalObjectReference{} } else { - yyv4646 := &yyv4645[yyj4645] - yyv4646.CodecDecodeSelf(d) + yyv4656 := &yyv4655[yyj4655] + yyv4656.CodecDecodeSelf(d) } } - if yyrt4645 { - for ; yyj4645 < yyl4645; yyj4645++ { - yyv4645 = append(yyv4645, LocalObjectReference{}) - yyh4645.ElemContainerState(yyj4645) + if yyrt4655 { + for ; yyj4655 < yyl4655; yyj4655++ { + yyv4655 = append(yyv4655, LocalObjectReference{}) + yyh4655.ElemContainerState(yyj4655) if r.TryDecodeAsNil() { - yyv4645[yyj4645] = LocalObjectReference{} + yyv4655[yyj4655] = LocalObjectReference{} } else { - yyv4647 := &yyv4645[yyj4645] - yyv4647.CodecDecodeSelf(d) + yyv4657 := &yyv4655[yyj4655] + yyv4657.CodecDecodeSelf(d) } } } } else { - yyj4645 := 0 - for ; !r.CheckBreak(); yyj4645++ { + yyj4655 := 0 + for ; !r.CheckBreak(); yyj4655++ { - if yyj4645 >= len(yyv4645) { - yyv4645 = append(yyv4645, LocalObjectReference{}) // var yyz4645 LocalObjectReference - yyc4645 = true + if yyj4655 >= len(yyv4655) { + yyv4655 = append(yyv4655, LocalObjectReference{}) // var yyz4655 LocalObjectReference + yyc4655 = true } - yyh4645.ElemContainerState(yyj4645) - if yyj4645 < len(yyv4645) { + yyh4655.ElemContainerState(yyj4655) + if yyj4655 < len(yyv4655) { if r.TryDecodeAsNil() { - yyv4645[yyj4645] = LocalObjectReference{} + yyv4655[yyj4655] = LocalObjectReference{} } else { - yyv4648 := &yyv4645[yyj4645] - yyv4648.CodecDecodeSelf(d) + yyv4658 := &yyv4655[yyj4655] + yyv4658.CodecDecodeSelf(d) } } else { @@ -58531,17 +58627,17 @@ func (x codecSelfer1234) decSliceLocalObjectReference(v *[]LocalObjectReference, } } - if yyj4645 < len(yyv4645) { - yyv4645 = yyv4645[:yyj4645] - yyc4645 = true - } else if yyj4645 == 0 && yyv4645 == nil { - yyv4645 = []LocalObjectReference{} - yyc4645 = true + if yyj4655 < len(yyv4655) { + yyv4655 = yyv4655[:yyj4655] + yyc4655 = true + } else if yyj4655 == 0 && yyv4655 == nil { + yyv4655 = []LocalObjectReference{} + yyc4655 = true } } - yyh4645.End() - if yyc4645 { - *v = yyv4645 + yyh4655.End() + if yyc4655 { + *v = yyv4655 } } @@ -58550,10 +58646,10 @@ func (x codecSelfer1234) encSlicePodCondition(v []PodCondition, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4649 := range v { + for _, yyv4659 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4650 := &yyv4649 - yy4650.CodecEncodeSelf(e) + yy4660 := &yyv4659 + yy4660.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58563,83 +58659,83 @@ func (x codecSelfer1234) decSlicePodCondition(v *[]PodCondition, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4651 := *v - yyh4651, yyl4651 := z.DecSliceHelperStart() - var yyc4651 bool - if yyl4651 == 0 { - if yyv4651 == nil { - yyv4651 = []PodCondition{} - yyc4651 = true - } else if len(yyv4651) != 0 { - yyv4651 = yyv4651[:0] - yyc4651 = true + yyv4661 := *v + yyh4661, yyl4661 := z.DecSliceHelperStart() + var yyc4661 bool + if yyl4661 == 0 { + if yyv4661 == nil { + yyv4661 = []PodCondition{} + yyc4661 = true + } else if len(yyv4661) != 0 { + yyv4661 = yyv4661[:0] + yyc4661 = true } - } else if yyl4651 > 0 { - var yyrr4651, yyrl4651 int - var yyrt4651 bool - if yyl4651 > cap(yyv4651) { + } else if yyl4661 > 0 { + var yyrr4661, yyrl4661 int + var yyrt4661 bool + if yyl4661 > cap(yyv4661) { - yyrg4651 := len(yyv4651) > 0 - yyv24651 := yyv4651 - yyrl4651, yyrt4651 = z.DecInferLen(yyl4651, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4651 { - if yyrl4651 <= cap(yyv4651) { - yyv4651 = yyv4651[:yyrl4651] + yyrg4661 := len(yyv4661) > 0 + yyv24661 := yyv4661 + yyrl4661, yyrt4661 = z.DecInferLen(yyl4661, z.DecBasicHandle().MaxInitLen, 112) + if yyrt4661 { + if yyrl4661 <= cap(yyv4661) { + yyv4661 = yyv4661[:yyrl4661] } else { - yyv4651 = make([]PodCondition, yyrl4651) + yyv4661 = make([]PodCondition, yyrl4661) } } else { - yyv4651 = make([]PodCondition, yyrl4651) + yyv4661 = make([]PodCondition, yyrl4661) } - yyc4651 = true - yyrr4651 = len(yyv4651) - if yyrg4651 { - copy(yyv4651, yyv24651) + yyc4661 = true + yyrr4661 = len(yyv4661) + if yyrg4661 { + copy(yyv4661, yyv24661) } - } else if yyl4651 != len(yyv4651) { - yyv4651 = yyv4651[:yyl4651] - yyc4651 = true + } else if yyl4661 != len(yyv4661) { + yyv4661 = yyv4661[:yyl4661] + yyc4661 = true } - yyj4651 := 0 - for ; yyj4651 < yyrr4651; yyj4651++ { - yyh4651.ElemContainerState(yyj4651) + yyj4661 := 0 + for ; yyj4661 < yyrr4661; yyj4661++ { + yyh4661.ElemContainerState(yyj4661) if r.TryDecodeAsNil() { - yyv4651[yyj4651] = PodCondition{} + yyv4661[yyj4661] = PodCondition{} } else { - yyv4652 := &yyv4651[yyj4651] - yyv4652.CodecDecodeSelf(d) + yyv4662 := &yyv4661[yyj4661] + yyv4662.CodecDecodeSelf(d) } } - if yyrt4651 { - for ; yyj4651 < yyl4651; yyj4651++ { - yyv4651 = append(yyv4651, PodCondition{}) - yyh4651.ElemContainerState(yyj4651) + if yyrt4661 { + for ; yyj4661 < yyl4661; yyj4661++ { + yyv4661 = append(yyv4661, PodCondition{}) + yyh4661.ElemContainerState(yyj4661) if r.TryDecodeAsNil() { - yyv4651[yyj4651] = PodCondition{} + yyv4661[yyj4661] = PodCondition{} } else { - yyv4653 := &yyv4651[yyj4651] - yyv4653.CodecDecodeSelf(d) + yyv4663 := &yyv4661[yyj4661] + yyv4663.CodecDecodeSelf(d) } } } } else { - yyj4651 := 0 - for ; !r.CheckBreak(); yyj4651++ { + yyj4661 := 0 + for ; !r.CheckBreak(); yyj4661++ { - if yyj4651 >= len(yyv4651) { - yyv4651 = append(yyv4651, PodCondition{}) // var yyz4651 PodCondition - yyc4651 = true + if yyj4661 >= len(yyv4661) { + yyv4661 = append(yyv4661, PodCondition{}) // var yyz4661 PodCondition + yyc4661 = true } - yyh4651.ElemContainerState(yyj4651) - if yyj4651 < len(yyv4651) { + yyh4661.ElemContainerState(yyj4661) + if yyj4661 < len(yyv4661) { if r.TryDecodeAsNil() { - yyv4651[yyj4651] = PodCondition{} + yyv4661[yyj4661] = PodCondition{} } else { - yyv4654 := &yyv4651[yyj4651] - yyv4654.CodecDecodeSelf(d) + yyv4664 := &yyv4661[yyj4661] + yyv4664.CodecDecodeSelf(d) } } else { @@ -58647,17 +58743,17 @@ func (x codecSelfer1234) decSlicePodCondition(v *[]PodCondition, d *codec1978.De } } - if yyj4651 < len(yyv4651) { - yyv4651 = yyv4651[:yyj4651] - yyc4651 = true - } else if yyj4651 == 0 && yyv4651 == nil { - yyv4651 = []PodCondition{} - yyc4651 = true + if yyj4661 < len(yyv4661) { + yyv4661 = yyv4661[:yyj4661] + yyc4661 = true + } else if yyj4661 == 0 && yyv4661 == nil { + yyv4661 = []PodCondition{} + yyc4661 = true } } - yyh4651.End() - if yyc4651 { - *v = yyv4651 + yyh4661.End() + if yyc4661 { + *v = yyv4661 } } @@ -58666,10 +58762,10 @@ func (x codecSelfer1234) encSliceContainerStatus(v []ContainerStatus, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4655 := range v { + for _, yyv4665 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4656 := &yyv4655 - yy4656.CodecEncodeSelf(e) + yy4666 := &yyv4665 + yy4666.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58679,83 +58775,83 @@ func (x codecSelfer1234) decSliceContainerStatus(v *[]ContainerStatus, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4657 := *v - yyh4657, yyl4657 := z.DecSliceHelperStart() - var yyc4657 bool - if yyl4657 == 0 { - if yyv4657 == nil { - yyv4657 = []ContainerStatus{} - yyc4657 = true - } else if len(yyv4657) != 0 { - yyv4657 = yyv4657[:0] - yyc4657 = true + yyv4667 := *v + yyh4667, yyl4667 := z.DecSliceHelperStart() + var yyc4667 bool + if yyl4667 == 0 { + if yyv4667 == nil { + yyv4667 = []ContainerStatus{} + yyc4667 = true + } else if len(yyv4667) != 0 { + yyv4667 = yyv4667[:0] + yyc4667 = true } - } else if yyl4657 > 0 { - var yyrr4657, yyrl4657 int - var yyrt4657 bool - if yyl4657 > cap(yyv4657) { + } else if yyl4667 > 0 { + var yyrr4667, yyrl4667 int + var yyrt4667 bool + if yyl4667 > cap(yyv4667) { - yyrg4657 := len(yyv4657) > 0 - yyv24657 := yyv4657 - yyrl4657, yyrt4657 = z.DecInferLen(yyl4657, z.DecBasicHandle().MaxInitLen, 120) - if yyrt4657 { - if yyrl4657 <= cap(yyv4657) { - yyv4657 = yyv4657[:yyrl4657] + yyrg4667 := len(yyv4667) > 0 + yyv24667 := yyv4667 + yyrl4667, yyrt4667 = z.DecInferLen(yyl4667, z.DecBasicHandle().MaxInitLen, 120) + if yyrt4667 { + if yyrl4667 <= cap(yyv4667) { + yyv4667 = yyv4667[:yyrl4667] } else { - yyv4657 = make([]ContainerStatus, yyrl4657) + yyv4667 = make([]ContainerStatus, yyrl4667) } } else { - yyv4657 = make([]ContainerStatus, yyrl4657) + yyv4667 = make([]ContainerStatus, yyrl4667) } - yyc4657 = true - yyrr4657 = len(yyv4657) - if yyrg4657 { - copy(yyv4657, yyv24657) + yyc4667 = true + yyrr4667 = len(yyv4667) + if yyrg4667 { + copy(yyv4667, yyv24667) } - } else if yyl4657 != len(yyv4657) { - yyv4657 = yyv4657[:yyl4657] - yyc4657 = true + } else if yyl4667 != len(yyv4667) { + yyv4667 = yyv4667[:yyl4667] + yyc4667 = true } - yyj4657 := 0 - for ; yyj4657 < yyrr4657; yyj4657++ { - yyh4657.ElemContainerState(yyj4657) + yyj4667 := 0 + for ; yyj4667 < yyrr4667; yyj4667++ { + yyh4667.ElemContainerState(yyj4667) if r.TryDecodeAsNil() { - yyv4657[yyj4657] = ContainerStatus{} + yyv4667[yyj4667] = ContainerStatus{} } else { - yyv4658 := &yyv4657[yyj4657] - yyv4658.CodecDecodeSelf(d) + yyv4668 := &yyv4667[yyj4667] + yyv4668.CodecDecodeSelf(d) } } - if yyrt4657 { - for ; yyj4657 < yyl4657; yyj4657++ { - yyv4657 = append(yyv4657, ContainerStatus{}) - yyh4657.ElemContainerState(yyj4657) + if yyrt4667 { + for ; yyj4667 < yyl4667; yyj4667++ { + yyv4667 = append(yyv4667, ContainerStatus{}) + yyh4667.ElemContainerState(yyj4667) if r.TryDecodeAsNil() { - yyv4657[yyj4657] = ContainerStatus{} + yyv4667[yyj4667] = ContainerStatus{} } else { - yyv4659 := &yyv4657[yyj4657] - yyv4659.CodecDecodeSelf(d) + yyv4669 := &yyv4667[yyj4667] + yyv4669.CodecDecodeSelf(d) } } } } else { - yyj4657 := 0 - for ; !r.CheckBreak(); yyj4657++ { + yyj4667 := 0 + for ; !r.CheckBreak(); yyj4667++ { - if yyj4657 >= len(yyv4657) { - yyv4657 = append(yyv4657, ContainerStatus{}) // var yyz4657 ContainerStatus - yyc4657 = true + if yyj4667 >= len(yyv4667) { + yyv4667 = append(yyv4667, ContainerStatus{}) // var yyz4667 ContainerStatus + yyc4667 = true } - yyh4657.ElemContainerState(yyj4657) - if yyj4657 < len(yyv4657) { + yyh4667.ElemContainerState(yyj4667) + if yyj4667 < len(yyv4667) { if r.TryDecodeAsNil() { - yyv4657[yyj4657] = ContainerStatus{} + yyv4667[yyj4667] = ContainerStatus{} } else { - yyv4660 := &yyv4657[yyj4657] - yyv4660.CodecDecodeSelf(d) + yyv4670 := &yyv4667[yyj4667] + yyv4670.CodecDecodeSelf(d) } } else { @@ -58763,17 +58859,17 @@ func (x codecSelfer1234) decSliceContainerStatus(v *[]ContainerStatus, d *codec1 } } - if yyj4657 < len(yyv4657) { - yyv4657 = yyv4657[:yyj4657] - yyc4657 = true - } else if yyj4657 == 0 && yyv4657 == nil { - yyv4657 = []ContainerStatus{} - yyc4657 = true + if yyj4667 < len(yyv4667) { + yyv4667 = yyv4667[:yyj4667] + yyc4667 = true + } else if yyj4667 == 0 && yyv4667 == nil { + yyv4667 = []ContainerStatus{} + yyc4667 = true } } - yyh4657.End() - if yyc4657 { - *v = yyv4657 + yyh4667.End() + if yyc4667 { + *v = yyv4667 } } @@ -58782,10 +58878,10 @@ func (x codecSelfer1234) encSlicePodTemplate(v []PodTemplate, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4661 := range v { + for _, yyv4671 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4662 := &yyv4661 - yy4662.CodecEncodeSelf(e) + yy4672 := &yyv4671 + yy4672.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58795,83 +58891,83 @@ func (x codecSelfer1234) decSlicePodTemplate(v *[]PodTemplate, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4663 := *v - yyh4663, yyl4663 := z.DecSliceHelperStart() - var yyc4663 bool - if yyl4663 == 0 { - if yyv4663 == nil { - yyv4663 = []PodTemplate{} - yyc4663 = true - } else if len(yyv4663) != 0 { - yyv4663 = yyv4663[:0] - yyc4663 = true + yyv4673 := *v + yyh4673, yyl4673 := z.DecSliceHelperStart() + var yyc4673 bool + if yyl4673 == 0 { + if yyv4673 == nil { + yyv4673 = []PodTemplate{} + yyc4673 = true + } else if len(yyv4673) != 0 { + yyv4673 = yyv4673[:0] + yyc4673 = true } - } else if yyl4663 > 0 { - var yyrr4663, yyrl4663 int - var yyrt4663 bool - if yyl4663 > cap(yyv4663) { + } else if yyl4673 > 0 { + var yyrr4673, yyrl4673 int + var yyrt4673 bool + if yyl4673 > cap(yyv4673) { - yyrg4663 := len(yyv4663) > 0 - yyv24663 := yyv4663 - yyrl4663, yyrt4663 = z.DecInferLen(yyl4663, z.DecBasicHandle().MaxInitLen, 704) - if yyrt4663 { - if yyrl4663 <= cap(yyv4663) { - yyv4663 = yyv4663[:yyrl4663] + yyrg4673 := len(yyv4673) > 0 + yyv24673 := yyv4673 + yyrl4673, yyrt4673 = z.DecInferLen(yyl4673, z.DecBasicHandle().MaxInitLen, 704) + if yyrt4673 { + if yyrl4673 <= cap(yyv4673) { + yyv4673 = yyv4673[:yyrl4673] } else { - yyv4663 = make([]PodTemplate, yyrl4663) + yyv4673 = make([]PodTemplate, yyrl4673) } } else { - yyv4663 = make([]PodTemplate, yyrl4663) + yyv4673 = make([]PodTemplate, yyrl4673) } - yyc4663 = true - yyrr4663 = len(yyv4663) - if yyrg4663 { - copy(yyv4663, yyv24663) + yyc4673 = true + yyrr4673 = len(yyv4673) + if yyrg4673 { + copy(yyv4673, yyv24673) } - } else if yyl4663 != len(yyv4663) { - yyv4663 = yyv4663[:yyl4663] - yyc4663 = true + } else if yyl4673 != len(yyv4673) { + yyv4673 = yyv4673[:yyl4673] + yyc4673 = true } - yyj4663 := 0 - for ; yyj4663 < yyrr4663; yyj4663++ { - yyh4663.ElemContainerState(yyj4663) + yyj4673 := 0 + for ; yyj4673 < yyrr4673; yyj4673++ { + yyh4673.ElemContainerState(yyj4673) if r.TryDecodeAsNil() { - yyv4663[yyj4663] = PodTemplate{} + yyv4673[yyj4673] = PodTemplate{} } else { - yyv4664 := &yyv4663[yyj4663] - yyv4664.CodecDecodeSelf(d) + yyv4674 := &yyv4673[yyj4673] + yyv4674.CodecDecodeSelf(d) } } - if yyrt4663 { - for ; yyj4663 < yyl4663; yyj4663++ { - yyv4663 = append(yyv4663, PodTemplate{}) - yyh4663.ElemContainerState(yyj4663) + if yyrt4673 { + for ; yyj4673 < yyl4673; yyj4673++ { + yyv4673 = append(yyv4673, PodTemplate{}) + yyh4673.ElemContainerState(yyj4673) if r.TryDecodeAsNil() { - yyv4663[yyj4663] = PodTemplate{} + yyv4673[yyj4673] = PodTemplate{} } else { - yyv4665 := &yyv4663[yyj4663] - yyv4665.CodecDecodeSelf(d) + yyv4675 := &yyv4673[yyj4673] + yyv4675.CodecDecodeSelf(d) } } } } else { - yyj4663 := 0 - for ; !r.CheckBreak(); yyj4663++ { + yyj4673 := 0 + for ; !r.CheckBreak(); yyj4673++ { - if yyj4663 >= len(yyv4663) { - yyv4663 = append(yyv4663, PodTemplate{}) // var yyz4663 PodTemplate - yyc4663 = true + if yyj4673 >= len(yyv4673) { + yyv4673 = append(yyv4673, PodTemplate{}) // var yyz4673 PodTemplate + yyc4673 = true } - yyh4663.ElemContainerState(yyj4663) - if yyj4663 < len(yyv4663) { + yyh4673.ElemContainerState(yyj4673) + if yyj4673 < len(yyv4673) { if r.TryDecodeAsNil() { - yyv4663[yyj4663] = PodTemplate{} + yyv4673[yyj4673] = PodTemplate{} } else { - yyv4666 := &yyv4663[yyj4663] - yyv4666.CodecDecodeSelf(d) + yyv4676 := &yyv4673[yyj4673] + yyv4676.CodecDecodeSelf(d) } } else { @@ -58879,17 +58975,17 @@ func (x codecSelfer1234) decSlicePodTemplate(v *[]PodTemplate, d *codec1978.Deco } } - if yyj4663 < len(yyv4663) { - yyv4663 = yyv4663[:yyj4663] - yyc4663 = true - } else if yyj4663 == 0 && yyv4663 == nil { - yyv4663 = []PodTemplate{} - yyc4663 = true + if yyj4673 < len(yyv4673) { + yyv4673 = yyv4673[:yyj4673] + yyc4673 = true + } else if yyj4673 == 0 && yyv4673 == nil { + yyv4673 = []PodTemplate{} + yyc4673 = true } } - yyh4663.End() - if yyc4663 { - *v = yyv4663 + yyh4673.End() + if yyc4673 { + *v = yyv4673 } } @@ -58898,10 +58994,10 @@ func (x codecSelfer1234) encSliceReplicationController(v []ReplicationController z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4667 := range v { + for _, yyv4677 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4668 := &yyv4667 - yy4668.CodecEncodeSelf(e) + yy4678 := &yyv4677 + yy4678.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58911,83 +59007,83 @@ func (x codecSelfer1234) decSliceReplicationController(v *[]ReplicationControlle z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4669 := *v - yyh4669, yyl4669 := z.DecSliceHelperStart() - var yyc4669 bool - if yyl4669 == 0 { - if yyv4669 == nil { - yyv4669 = []ReplicationController{} - yyc4669 = true - } else if len(yyv4669) != 0 { - yyv4669 = yyv4669[:0] - yyc4669 = true + yyv4679 := *v + yyh4679, yyl4679 := z.DecSliceHelperStart() + var yyc4679 bool + if yyl4679 == 0 { + if yyv4679 == nil { + yyv4679 = []ReplicationController{} + yyc4679 = true + } else if len(yyv4679) != 0 { + yyv4679 = yyv4679[:0] + yyc4679 = true } - } else if yyl4669 > 0 { - var yyrr4669, yyrl4669 int - var yyrt4669 bool - if yyl4669 > cap(yyv4669) { + } else if yyl4679 > 0 { + var yyrr4679, yyrl4679 int + var yyrt4679 bool + if yyl4679 > cap(yyv4679) { - yyrg4669 := len(yyv4669) > 0 - yyv24669 := yyv4669 - yyrl4669, yyrt4669 = z.DecInferLen(yyl4669, z.DecBasicHandle().MaxInitLen, 304) - if yyrt4669 { - if yyrl4669 <= cap(yyv4669) { - yyv4669 = yyv4669[:yyrl4669] + yyrg4679 := len(yyv4679) > 0 + yyv24679 := yyv4679 + yyrl4679, yyrt4679 = z.DecInferLen(yyl4679, z.DecBasicHandle().MaxInitLen, 304) + if yyrt4679 { + if yyrl4679 <= cap(yyv4679) { + yyv4679 = yyv4679[:yyrl4679] } else { - yyv4669 = make([]ReplicationController, yyrl4669) + yyv4679 = make([]ReplicationController, yyrl4679) } } else { - yyv4669 = make([]ReplicationController, yyrl4669) + yyv4679 = make([]ReplicationController, yyrl4679) } - yyc4669 = true - yyrr4669 = len(yyv4669) - if yyrg4669 { - copy(yyv4669, yyv24669) + yyc4679 = true + yyrr4679 = len(yyv4679) + if yyrg4679 { + copy(yyv4679, yyv24679) } - } else if yyl4669 != len(yyv4669) { - yyv4669 = yyv4669[:yyl4669] - yyc4669 = true + } else if yyl4679 != len(yyv4679) { + yyv4679 = yyv4679[:yyl4679] + yyc4679 = true } - yyj4669 := 0 - for ; yyj4669 < yyrr4669; yyj4669++ { - yyh4669.ElemContainerState(yyj4669) + yyj4679 := 0 + for ; yyj4679 < yyrr4679; yyj4679++ { + yyh4679.ElemContainerState(yyj4679) if r.TryDecodeAsNil() { - yyv4669[yyj4669] = ReplicationController{} + yyv4679[yyj4679] = ReplicationController{} } else { - yyv4670 := &yyv4669[yyj4669] - yyv4670.CodecDecodeSelf(d) + yyv4680 := &yyv4679[yyj4679] + yyv4680.CodecDecodeSelf(d) } } - if yyrt4669 { - for ; yyj4669 < yyl4669; yyj4669++ { - yyv4669 = append(yyv4669, ReplicationController{}) - yyh4669.ElemContainerState(yyj4669) + if yyrt4679 { + for ; yyj4679 < yyl4679; yyj4679++ { + yyv4679 = append(yyv4679, ReplicationController{}) + yyh4679.ElemContainerState(yyj4679) if r.TryDecodeAsNil() { - yyv4669[yyj4669] = ReplicationController{} + yyv4679[yyj4679] = ReplicationController{} } else { - yyv4671 := &yyv4669[yyj4669] - yyv4671.CodecDecodeSelf(d) + yyv4681 := &yyv4679[yyj4679] + yyv4681.CodecDecodeSelf(d) } } } } else { - yyj4669 := 0 - for ; !r.CheckBreak(); yyj4669++ { + yyj4679 := 0 + for ; !r.CheckBreak(); yyj4679++ { - if yyj4669 >= len(yyv4669) { - yyv4669 = append(yyv4669, ReplicationController{}) // var yyz4669 ReplicationController - yyc4669 = true + if yyj4679 >= len(yyv4679) { + yyv4679 = append(yyv4679, ReplicationController{}) // var yyz4679 ReplicationController + yyc4679 = true } - yyh4669.ElemContainerState(yyj4669) - if yyj4669 < len(yyv4669) { + yyh4679.ElemContainerState(yyj4679) + if yyj4679 < len(yyv4679) { if r.TryDecodeAsNil() { - yyv4669[yyj4669] = ReplicationController{} + yyv4679[yyj4679] = ReplicationController{} } else { - yyv4672 := &yyv4669[yyj4669] - yyv4672.CodecDecodeSelf(d) + yyv4682 := &yyv4679[yyj4679] + yyv4682.CodecDecodeSelf(d) } } else { @@ -58995,17 +59091,17 @@ func (x codecSelfer1234) decSliceReplicationController(v *[]ReplicationControlle } } - if yyj4669 < len(yyv4669) { - yyv4669 = yyv4669[:yyj4669] - yyc4669 = true - } else if yyj4669 == 0 && yyv4669 == nil { - yyv4669 = []ReplicationController{} - yyc4669 = true + if yyj4679 < len(yyv4679) { + yyv4679 = yyv4679[:yyj4679] + yyc4679 = true + } else if yyj4679 == 0 && yyv4679 == nil { + yyv4679 = []ReplicationController{} + yyc4679 = true } } - yyh4669.End() - if yyc4669 { - *v = yyv4669 + yyh4679.End() + if yyc4679 { + *v = yyv4679 } } @@ -59014,10 +59110,10 @@ func (x codecSelfer1234) encSliceService(v []Service, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4673 := range v { + for _, yyv4683 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4674 := &yyv4673 - yy4674.CodecEncodeSelf(e) + yy4684 := &yyv4683 + yy4684.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59027,83 +59123,83 @@ func (x codecSelfer1234) decSliceService(v *[]Service, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4675 := *v - yyh4675, yyl4675 := z.DecSliceHelperStart() - var yyc4675 bool - if yyl4675 == 0 { - if yyv4675 == nil { - yyv4675 = []Service{} - yyc4675 = true - } else if len(yyv4675) != 0 { - yyv4675 = yyv4675[:0] - yyc4675 = true + yyv4685 := *v + yyh4685, yyl4685 := z.DecSliceHelperStart() + var yyc4685 bool + if yyl4685 == 0 { + if yyv4685 == nil { + yyv4685 = []Service{} + yyc4685 = true + } else if len(yyv4685) != 0 { + yyv4685 = yyv4685[:0] + yyc4685 = true } - } else if yyl4675 > 0 { - var yyrr4675, yyrl4675 int - var yyrt4675 bool - if yyl4675 > cap(yyv4675) { + } else if yyl4685 > 0 { + var yyrr4685, yyrl4685 int + var yyrt4685 bool + if yyl4685 > cap(yyv4685) { - yyrg4675 := len(yyv4675) > 0 - yyv24675 := yyv4675 - yyrl4675, yyrt4675 = z.DecInferLen(yyl4675, z.DecBasicHandle().MaxInitLen, 440) - if yyrt4675 { - if yyrl4675 <= cap(yyv4675) { - yyv4675 = yyv4675[:yyrl4675] + yyrg4685 := len(yyv4685) > 0 + yyv24685 := yyv4685 + yyrl4685, yyrt4685 = z.DecInferLen(yyl4685, z.DecBasicHandle().MaxInitLen, 440) + if yyrt4685 { + if yyrl4685 <= cap(yyv4685) { + yyv4685 = yyv4685[:yyrl4685] } else { - yyv4675 = make([]Service, yyrl4675) + yyv4685 = make([]Service, yyrl4685) } } else { - yyv4675 = make([]Service, yyrl4675) + yyv4685 = make([]Service, yyrl4685) } - yyc4675 = true - yyrr4675 = len(yyv4675) - if yyrg4675 { - copy(yyv4675, yyv24675) + yyc4685 = true + yyrr4685 = len(yyv4685) + if yyrg4685 { + copy(yyv4685, yyv24685) } - } else if yyl4675 != len(yyv4675) { - yyv4675 = yyv4675[:yyl4675] - yyc4675 = true + } else if yyl4685 != len(yyv4685) { + yyv4685 = yyv4685[:yyl4685] + yyc4685 = true } - yyj4675 := 0 - for ; yyj4675 < yyrr4675; yyj4675++ { - yyh4675.ElemContainerState(yyj4675) + yyj4685 := 0 + for ; yyj4685 < yyrr4685; yyj4685++ { + yyh4685.ElemContainerState(yyj4685) if r.TryDecodeAsNil() { - yyv4675[yyj4675] = Service{} + yyv4685[yyj4685] = Service{} } else { - yyv4676 := &yyv4675[yyj4675] - yyv4676.CodecDecodeSelf(d) + yyv4686 := &yyv4685[yyj4685] + yyv4686.CodecDecodeSelf(d) } } - if yyrt4675 { - for ; yyj4675 < yyl4675; yyj4675++ { - yyv4675 = append(yyv4675, Service{}) - yyh4675.ElemContainerState(yyj4675) + if yyrt4685 { + for ; yyj4685 < yyl4685; yyj4685++ { + yyv4685 = append(yyv4685, Service{}) + yyh4685.ElemContainerState(yyj4685) if r.TryDecodeAsNil() { - yyv4675[yyj4675] = Service{} + yyv4685[yyj4685] = Service{} } else { - yyv4677 := &yyv4675[yyj4675] - yyv4677.CodecDecodeSelf(d) + yyv4687 := &yyv4685[yyj4685] + yyv4687.CodecDecodeSelf(d) } } } } else { - yyj4675 := 0 - for ; !r.CheckBreak(); yyj4675++ { + yyj4685 := 0 + for ; !r.CheckBreak(); yyj4685++ { - if yyj4675 >= len(yyv4675) { - yyv4675 = append(yyv4675, Service{}) // var yyz4675 Service - yyc4675 = true + if yyj4685 >= len(yyv4685) { + yyv4685 = append(yyv4685, Service{}) // var yyz4685 Service + yyc4685 = true } - yyh4675.ElemContainerState(yyj4675) - if yyj4675 < len(yyv4675) { + yyh4685.ElemContainerState(yyj4685) + if yyj4685 < len(yyv4685) { if r.TryDecodeAsNil() { - yyv4675[yyj4675] = Service{} + yyv4685[yyj4685] = Service{} } else { - yyv4678 := &yyv4675[yyj4675] - yyv4678.CodecDecodeSelf(d) + yyv4688 := &yyv4685[yyj4685] + yyv4688.CodecDecodeSelf(d) } } else { @@ -59111,17 +59207,17 @@ func (x codecSelfer1234) decSliceService(v *[]Service, d *codec1978.Decoder) { } } - if yyj4675 < len(yyv4675) { - yyv4675 = yyv4675[:yyj4675] - yyc4675 = true - } else if yyj4675 == 0 && yyv4675 == nil { - yyv4675 = []Service{} - yyc4675 = true + if yyj4685 < len(yyv4685) { + yyv4685 = yyv4685[:yyj4685] + yyc4685 = true + } else if yyj4685 == 0 && yyv4685 == nil { + yyv4685 = []Service{} + yyc4685 = true } } - yyh4675.End() - if yyc4675 { - *v = yyv4675 + yyh4685.End() + if yyc4685 { + *v = yyv4685 } } @@ -59130,10 +59226,10 @@ func (x codecSelfer1234) encSliceLoadBalancerIngress(v []LoadBalancerIngress, e z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4679 := range v { + for _, yyv4689 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4680 := &yyv4679 - yy4680.CodecEncodeSelf(e) + yy4690 := &yyv4689 + yy4690.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59143,83 +59239,83 @@ func (x codecSelfer1234) decSliceLoadBalancerIngress(v *[]LoadBalancerIngress, d z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4681 := *v - yyh4681, yyl4681 := z.DecSliceHelperStart() - var yyc4681 bool - if yyl4681 == 0 { - if yyv4681 == nil { - yyv4681 = []LoadBalancerIngress{} - yyc4681 = true - } else if len(yyv4681) != 0 { - yyv4681 = yyv4681[:0] - yyc4681 = true + yyv4691 := *v + yyh4691, yyl4691 := z.DecSliceHelperStart() + var yyc4691 bool + if yyl4691 == 0 { + if yyv4691 == nil { + yyv4691 = []LoadBalancerIngress{} + yyc4691 = true + } else if len(yyv4691) != 0 { + yyv4691 = yyv4691[:0] + yyc4691 = true } - } else if yyl4681 > 0 { - var yyrr4681, yyrl4681 int - var yyrt4681 bool - if yyl4681 > cap(yyv4681) { + } else if yyl4691 > 0 { + var yyrr4691, yyrl4691 int + var yyrt4691 bool + if yyl4691 > cap(yyv4691) { - yyrg4681 := len(yyv4681) > 0 - yyv24681 := yyv4681 - yyrl4681, yyrt4681 = z.DecInferLen(yyl4681, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4681 { - if yyrl4681 <= cap(yyv4681) { - yyv4681 = yyv4681[:yyrl4681] + yyrg4691 := len(yyv4691) > 0 + yyv24691 := yyv4691 + yyrl4691, yyrt4691 = z.DecInferLen(yyl4691, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4691 { + if yyrl4691 <= cap(yyv4691) { + yyv4691 = yyv4691[:yyrl4691] } else { - yyv4681 = make([]LoadBalancerIngress, yyrl4681) + yyv4691 = make([]LoadBalancerIngress, yyrl4691) } } else { - yyv4681 = make([]LoadBalancerIngress, yyrl4681) + yyv4691 = make([]LoadBalancerIngress, yyrl4691) } - yyc4681 = true - yyrr4681 = len(yyv4681) - if yyrg4681 { - copy(yyv4681, yyv24681) + yyc4691 = true + yyrr4691 = len(yyv4691) + if yyrg4691 { + copy(yyv4691, yyv24691) } - } else if yyl4681 != len(yyv4681) { - yyv4681 = yyv4681[:yyl4681] - yyc4681 = true + } else if yyl4691 != len(yyv4691) { + yyv4691 = yyv4691[:yyl4691] + yyc4691 = true } - yyj4681 := 0 - for ; yyj4681 < yyrr4681; yyj4681++ { - yyh4681.ElemContainerState(yyj4681) + yyj4691 := 0 + for ; yyj4691 < yyrr4691; yyj4691++ { + yyh4691.ElemContainerState(yyj4691) if r.TryDecodeAsNil() { - yyv4681[yyj4681] = LoadBalancerIngress{} + yyv4691[yyj4691] = LoadBalancerIngress{} } else { - yyv4682 := &yyv4681[yyj4681] - yyv4682.CodecDecodeSelf(d) + yyv4692 := &yyv4691[yyj4691] + yyv4692.CodecDecodeSelf(d) } } - if yyrt4681 { - for ; yyj4681 < yyl4681; yyj4681++ { - yyv4681 = append(yyv4681, LoadBalancerIngress{}) - yyh4681.ElemContainerState(yyj4681) + if yyrt4691 { + for ; yyj4691 < yyl4691; yyj4691++ { + yyv4691 = append(yyv4691, LoadBalancerIngress{}) + yyh4691.ElemContainerState(yyj4691) if r.TryDecodeAsNil() { - yyv4681[yyj4681] = LoadBalancerIngress{} + yyv4691[yyj4691] = LoadBalancerIngress{} } else { - yyv4683 := &yyv4681[yyj4681] - yyv4683.CodecDecodeSelf(d) + yyv4693 := &yyv4691[yyj4691] + yyv4693.CodecDecodeSelf(d) } } } } else { - yyj4681 := 0 - for ; !r.CheckBreak(); yyj4681++ { + yyj4691 := 0 + for ; !r.CheckBreak(); yyj4691++ { - if yyj4681 >= len(yyv4681) { - yyv4681 = append(yyv4681, LoadBalancerIngress{}) // var yyz4681 LoadBalancerIngress - yyc4681 = true + if yyj4691 >= len(yyv4691) { + yyv4691 = append(yyv4691, LoadBalancerIngress{}) // var yyz4691 LoadBalancerIngress + yyc4691 = true } - yyh4681.ElemContainerState(yyj4681) - if yyj4681 < len(yyv4681) { + yyh4691.ElemContainerState(yyj4691) + if yyj4691 < len(yyv4691) { if r.TryDecodeAsNil() { - yyv4681[yyj4681] = LoadBalancerIngress{} + yyv4691[yyj4691] = LoadBalancerIngress{} } else { - yyv4684 := &yyv4681[yyj4681] - yyv4684.CodecDecodeSelf(d) + yyv4694 := &yyv4691[yyj4691] + yyv4694.CodecDecodeSelf(d) } } else { @@ -59227,17 +59323,17 @@ func (x codecSelfer1234) decSliceLoadBalancerIngress(v *[]LoadBalancerIngress, d } } - if yyj4681 < len(yyv4681) { - yyv4681 = yyv4681[:yyj4681] - yyc4681 = true - } else if yyj4681 == 0 && yyv4681 == nil { - yyv4681 = []LoadBalancerIngress{} - yyc4681 = true + if yyj4691 < len(yyv4691) { + yyv4691 = yyv4691[:yyj4691] + yyc4691 = true + } else if yyj4691 == 0 && yyv4691 == nil { + yyv4691 = []LoadBalancerIngress{} + yyc4691 = true } } - yyh4681.End() - if yyc4681 { - *v = yyv4681 + yyh4691.End() + if yyc4691 { + *v = yyv4691 } } @@ -59246,10 +59342,10 @@ func (x codecSelfer1234) encSliceServicePort(v []ServicePort, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4685 := range v { + for _, yyv4695 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4686 := &yyv4685 - yy4686.CodecEncodeSelf(e) + yy4696 := &yyv4695 + yy4696.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59259,83 +59355,83 @@ func (x codecSelfer1234) decSliceServicePort(v *[]ServicePort, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4687 := *v - yyh4687, yyl4687 := z.DecSliceHelperStart() - var yyc4687 bool - if yyl4687 == 0 { - if yyv4687 == nil { - yyv4687 = []ServicePort{} - yyc4687 = true - } else if len(yyv4687) != 0 { - yyv4687 = yyv4687[:0] - yyc4687 = true + yyv4697 := *v + yyh4697, yyl4697 := z.DecSliceHelperStart() + var yyc4697 bool + if yyl4697 == 0 { + if yyv4697 == nil { + yyv4697 = []ServicePort{} + yyc4697 = true + } else if len(yyv4697) != 0 { + yyv4697 = yyv4697[:0] + yyc4697 = true } - } else if yyl4687 > 0 { - var yyrr4687, yyrl4687 int - var yyrt4687 bool - if yyl4687 > cap(yyv4687) { + } else if yyl4697 > 0 { + var yyrr4697, yyrl4697 int + var yyrt4697 bool + if yyl4697 > cap(yyv4697) { - yyrg4687 := len(yyv4687) > 0 - yyv24687 := yyv4687 - yyrl4687, yyrt4687 = z.DecInferLen(yyl4687, z.DecBasicHandle().MaxInitLen, 80) - if yyrt4687 { - if yyrl4687 <= cap(yyv4687) { - yyv4687 = yyv4687[:yyrl4687] + yyrg4697 := len(yyv4697) > 0 + yyv24697 := yyv4697 + yyrl4697, yyrt4697 = z.DecInferLen(yyl4697, z.DecBasicHandle().MaxInitLen, 80) + if yyrt4697 { + if yyrl4697 <= cap(yyv4697) { + yyv4697 = yyv4697[:yyrl4697] } else { - yyv4687 = make([]ServicePort, yyrl4687) + yyv4697 = make([]ServicePort, yyrl4697) } } else { - yyv4687 = make([]ServicePort, yyrl4687) + yyv4697 = make([]ServicePort, yyrl4697) } - yyc4687 = true - yyrr4687 = len(yyv4687) - if yyrg4687 { - copy(yyv4687, yyv24687) + yyc4697 = true + yyrr4697 = len(yyv4697) + if yyrg4697 { + copy(yyv4697, yyv24697) } - } else if yyl4687 != len(yyv4687) { - yyv4687 = yyv4687[:yyl4687] - yyc4687 = true + } else if yyl4697 != len(yyv4697) { + yyv4697 = yyv4697[:yyl4697] + yyc4697 = true } - yyj4687 := 0 - for ; yyj4687 < yyrr4687; yyj4687++ { - yyh4687.ElemContainerState(yyj4687) + yyj4697 := 0 + for ; yyj4697 < yyrr4697; yyj4697++ { + yyh4697.ElemContainerState(yyj4697) if r.TryDecodeAsNil() { - yyv4687[yyj4687] = ServicePort{} + yyv4697[yyj4697] = ServicePort{} } else { - yyv4688 := &yyv4687[yyj4687] - yyv4688.CodecDecodeSelf(d) + yyv4698 := &yyv4697[yyj4697] + yyv4698.CodecDecodeSelf(d) } } - if yyrt4687 { - for ; yyj4687 < yyl4687; yyj4687++ { - yyv4687 = append(yyv4687, ServicePort{}) - yyh4687.ElemContainerState(yyj4687) + if yyrt4697 { + for ; yyj4697 < yyl4697; yyj4697++ { + yyv4697 = append(yyv4697, ServicePort{}) + yyh4697.ElemContainerState(yyj4697) if r.TryDecodeAsNil() { - yyv4687[yyj4687] = ServicePort{} + yyv4697[yyj4697] = ServicePort{} } else { - yyv4689 := &yyv4687[yyj4687] - yyv4689.CodecDecodeSelf(d) + yyv4699 := &yyv4697[yyj4697] + yyv4699.CodecDecodeSelf(d) } } } } else { - yyj4687 := 0 - for ; !r.CheckBreak(); yyj4687++ { + yyj4697 := 0 + for ; !r.CheckBreak(); yyj4697++ { - if yyj4687 >= len(yyv4687) { - yyv4687 = append(yyv4687, ServicePort{}) // var yyz4687 ServicePort - yyc4687 = true + if yyj4697 >= len(yyv4697) { + yyv4697 = append(yyv4697, ServicePort{}) // var yyz4697 ServicePort + yyc4697 = true } - yyh4687.ElemContainerState(yyj4687) - if yyj4687 < len(yyv4687) { + yyh4697.ElemContainerState(yyj4697) + if yyj4697 < len(yyv4697) { if r.TryDecodeAsNil() { - yyv4687[yyj4687] = ServicePort{} + yyv4697[yyj4697] = ServicePort{} } else { - yyv4690 := &yyv4687[yyj4687] - yyv4690.CodecDecodeSelf(d) + yyv4700 := &yyv4697[yyj4697] + yyv4700.CodecDecodeSelf(d) } } else { @@ -59343,17 +59439,17 @@ func (x codecSelfer1234) decSliceServicePort(v *[]ServicePort, d *codec1978.Deco } } - if yyj4687 < len(yyv4687) { - yyv4687 = yyv4687[:yyj4687] - yyc4687 = true - } else if yyj4687 == 0 && yyv4687 == nil { - yyv4687 = []ServicePort{} - yyc4687 = true + if yyj4697 < len(yyv4697) { + yyv4697 = yyv4697[:yyj4697] + yyc4697 = true + } else if yyj4697 == 0 && yyv4697 == nil { + yyv4697 = []ServicePort{} + yyc4697 = true } } - yyh4687.End() - if yyc4687 { - *v = yyv4687 + yyh4697.End() + if yyc4697 { + *v = yyv4697 } } @@ -59362,10 +59458,10 @@ func (x codecSelfer1234) encSliceObjectReference(v []ObjectReference, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4691 := range v { + for _, yyv4701 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4692 := &yyv4691 - yy4692.CodecEncodeSelf(e) + yy4702 := &yyv4701 + yy4702.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59375,83 +59471,83 @@ func (x codecSelfer1234) decSliceObjectReference(v *[]ObjectReference, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4693 := *v - yyh4693, yyl4693 := z.DecSliceHelperStart() - var yyc4693 bool - if yyl4693 == 0 { - if yyv4693 == nil { - yyv4693 = []ObjectReference{} - yyc4693 = true - } else if len(yyv4693) != 0 { - yyv4693 = yyv4693[:0] - yyc4693 = true + yyv4703 := *v + yyh4703, yyl4703 := z.DecSliceHelperStart() + var yyc4703 bool + if yyl4703 == 0 { + if yyv4703 == nil { + yyv4703 = []ObjectReference{} + yyc4703 = true + } else if len(yyv4703) != 0 { + yyv4703 = yyv4703[:0] + yyc4703 = true } - } else if yyl4693 > 0 { - var yyrr4693, yyrl4693 int - var yyrt4693 bool - if yyl4693 > cap(yyv4693) { + } else if yyl4703 > 0 { + var yyrr4703, yyrl4703 int + var yyrt4703 bool + if yyl4703 > cap(yyv4703) { - yyrg4693 := len(yyv4693) > 0 - yyv24693 := yyv4693 - yyrl4693, yyrt4693 = z.DecInferLen(yyl4693, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4693 { - if yyrl4693 <= cap(yyv4693) { - yyv4693 = yyv4693[:yyrl4693] + yyrg4703 := len(yyv4703) > 0 + yyv24703 := yyv4703 + yyrl4703, yyrt4703 = z.DecInferLen(yyl4703, z.DecBasicHandle().MaxInitLen, 112) + if yyrt4703 { + if yyrl4703 <= cap(yyv4703) { + yyv4703 = yyv4703[:yyrl4703] } else { - yyv4693 = make([]ObjectReference, yyrl4693) + yyv4703 = make([]ObjectReference, yyrl4703) } } else { - yyv4693 = make([]ObjectReference, yyrl4693) + yyv4703 = make([]ObjectReference, yyrl4703) } - yyc4693 = true - yyrr4693 = len(yyv4693) - if yyrg4693 { - copy(yyv4693, yyv24693) + yyc4703 = true + yyrr4703 = len(yyv4703) + if yyrg4703 { + copy(yyv4703, yyv24703) } - } else if yyl4693 != len(yyv4693) { - yyv4693 = yyv4693[:yyl4693] - yyc4693 = true + } else if yyl4703 != len(yyv4703) { + yyv4703 = yyv4703[:yyl4703] + yyc4703 = true } - yyj4693 := 0 - for ; yyj4693 < yyrr4693; yyj4693++ { - yyh4693.ElemContainerState(yyj4693) + yyj4703 := 0 + for ; yyj4703 < yyrr4703; yyj4703++ { + yyh4703.ElemContainerState(yyj4703) if r.TryDecodeAsNil() { - yyv4693[yyj4693] = ObjectReference{} + yyv4703[yyj4703] = ObjectReference{} } else { - yyv4694 := &yyv4693[yyj4693] - yyv4694.CodecDecodeSelf(d) + yyv4704 := &yyv4703[yyj4703] + yyv4704.CodecDecodeSelf(d) } } - if yyrt4693 { - for ; yyj4693 < yyl4693; yyj4693++ { - yyv4693 = append(yyv4693, ObjectReference{}) - yyh4693.ElemContainerState(yyj4693) + if yyrt4703 { + for ; yyj4703 < yyl4703; yyj4703++ { + yyv4703 = append(yyv4703, ObjectReference{}) + yyh4703.ElemContainerState(yyj4703) if r.TryDecodeAsNil() { - yyv4693[yyj4693] = ObjectReference{} + yyv4703[yyj4703] = ObjectReference{} } else { - yyv4695 := &yyv4693[yyj4693] - yyv4695.CodecDecodeSelf(d) + yyv4705 := &yyv4703[yyj4703] + yyv4705.CodecDecodeSelf(d) } } } } else { - yyj4693 := 0 - for ; !r.CheckBreak(); yyj4693++ { + yyj4703 := 0 + for ; !r.CheckBreak(); yyj4703++ { - if yyj4693 >= len(yyv4693) { - yyv4693 = append(yyv4693, ObjectReference{}) // var yyz4693 ObjectReference - yyc4693 = true + if yyj4703 >= len(yyv4703) { + yyv4703 = append(yyv4703, ObjectReference{}) // var yyz4703 ObjectReference + yyc4703 = true } - yyh4693.ElemContainerState(yyj4693) - if yyj4693 < len(yyv4693) { + yyh4703.ElemContainerState(yyj4703) + if yyj4703 < len(yyv4703) { if r.TryDecodeAsNil() { - yyv4693[yyj4693] = ObjectReference{} + yyv4703[yyj4703] = ObjectReference{} } else { - yyv4696 := &yyv4693[yyj4693] - yyv4696.CodecDecodeSelf(d) + yyv4706 := &yyv4703[yyj4703] + yyv4706.CodecDecodeSelf(d) } } else { @@ -59459,17 +59555,17 @@ func (x codecSelfer1234) decSliceObjectReference(v *[]ObjectReference, d *codec1 } } - if yyj4693 < len(yyv4693) { - yyv4693 = yyv4693[:yyj4693] - yyc4693 = true - } else if yyj4693 == 0 && yyv4693 == nil { - yyv4693 = []ObjectReference{} - yyc4693 = true + if yyj4703 < len(yyv4703) { + yyv4703 = yyv4703[:yyj4703] + yyc4703 = true + } else if yyj4703 == 0 && yyv4703 == nil { + yyv4703 = []ObjectReference{} + yyc4703 = true } } - yyh4693.End() - if yyc4693 { - *v = yyv4693 + yyh4703.End() + if yyc4703 { + *v = yyv4703 } } @@ -59478,10 +59574,10 @@ func (x codecSelfer1234) encSliceServiceAccount(v []ServiceAccount, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4697 := range v { + for _, yyv4707 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4698 := &yyv4697 - yy4698.CodecEncodeSelf(e) + yy4708 := &yyv4707 + yy4708.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59491,83 +59587,83 @@ func (x codecSelfer1234) decSliceServiceAccount(v *[]ServiceAccount, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4699 := *v - yyh4699, yyl4699 := z.DecSliceHelperStart() - var yyc4699 bool - if yyl4699 == 0 { - if yyv4699 == nil { - yyv4699 = []ServiceAccount{} - yyc4699 = true - } else if len(yyv4699) != 0 { - yyv4699 = yyv4699[:0] - yyc4699 = true + yyv4709 := *v + yyh4709, yyl4709 := z.DecSliceHelperStart() + var yyc4709 bool + if yyl4709 == 0 { + if yyv4709 == nil { + yyv4709 = []ServiceAccount{} + yyc4709 = true + } else if len(yyv4709) != 0 { + yyv4709 = yyv4709[:0] + yyc4709 = true } - } else if yyl4699 > 0 { - var yyrr4699, yyrl4699 int - var yyrt4699 bool - if yyl4699 > cap(yyv4699) { + } else if yyl4709 > 0 { + var yyrr4709, yyrl4709 int + var yyrt4709 bool + if yyl4709 > cap(yyv4709) { - yyrg4699 := len(yyv4699) > 0 - yyv24699 := yyv4699 - yyrl4699, yyrt4699 = z.DecInferLen(yyl4699, z.DecBasicHandle().MaxInitLen, 304) - if yyrt4699 { - if yyrl4699 <= cap(yyv4699) { - yyv4699 = yyv4699[:yyrl4699] + yyrg4709 := len(yyv4709) > 0 + yyv24709 := yyv4709 + yyrl4709, yyrt4709 = z.DecInferLen(yyl4709, z.DecBasicHandle().MaxInitLen, 304) + if yyrt4709 { + if yyrl4709 <= cap(yyv4709) { + yyv4709 = yyv4709[:yyrl4709] } else { - yyv4699 = make([]ServiceAccount, yyrl4699) + yyv4709 = make([]ServiceAccount, yyrl4709) } } else { - yyv4699 = make([]ServiceAccount, yyrl4699) + yyv4709 = make([]ServiceAccount, yyrl4709) } - yyc4699 = true - yyrr4699 = len(yyv4699) - if yyrg4699 { - copy(yyv4699, yyv24699) + yyc4709 = true + yyrr4709 = len(yyv4709) + if yyrg4709 { + copy(yyv4709, yyv24709) } - } else if yyl4699 != len(yyv4699) { - yyv4699 = yyv4699[:yyl4699] - yyc4699 = true + } else if yyl4709 != len(yyv4709) { + yyv4709 = yyv4709[:yyl4709] + yyc4709 = true } - yyj4699 := 0 - for ; yyj4699 < yyrr4699; yyj4699++ { - yyh4699.ElemContainerState(yyj4699) + yyj4709 := 0 + for ; yyj4709 < yyrr4709; yyj4709++ { + yyh4709.ElemContainerState(yyj4709) if r.TryDecodeAsNil() { - yyv4699[yyj4699] = ServiceAccount{} + yyv4709[yyj4709] = ServiceAccount{} } else { - yyv4700 := &yyv4699[yyj4699] - yyv4700.CodecDecodeSelf(d) + yyv4710 := &yyv4709[yyj4709] + yyv4710.CodecDecodeSelf(d) } } - if yyrt4699 { - for ; yyj4699 < yyl4699; yyj4699++ { - yyv4699 = append(yyv4699, ServiceAccount{}) - yyh4699.ElemContainerState(yyj4699) + if yyrt4709 { + for ; yyj4709 < yyl4709; yyj4709++ { + yyv4709 = append(yyv4709, ServiceAccount{}) + yyh4709.ElemContainerState(yyj4709) if r.TryDecodeAsNil() { - yyv4699[yyj4699] = ServiceAccount{} + yyv4709[yyj4709] = ServiceAccount{} } else { - yyv4701 := &yyv4699[yyj4699] - yyv4701.CodecDecodeSelf(d) + yyv4711 := &yyv4709[yyj4709] + yyv4711.CodecDecodeSelf(d) } } } } else { - yyj4699 := 0 - for ; !r.CheckBreak(); yyj4699++ { + yyj4709 := 0 + for ; !r.CheckBreak(); yyj4709++ { - if yyj4699 >= len(yyv4699) { - yyv4699 = append(yyv4699, ServiceAccount{}) // var yyz4699 ServiceAccount - yyc4699 = true + if yyj4709 >= len(yyv4709) { + yyv4709 = append(yyv4709, ServiceAccount{}) // var yyz4709 ServiceAccount + yyc4709 = true } - yyh4699.ElemContainerState(yyj4699) - if yyj4699 < len(yyv4699) { + yyh4709.ElemContainerState(yyj4709) + if yyj4709 < len(yyv4709) { if r.TryDecodeAsNil() { - yyv4699[yyj4699] = ServiceAccount{} + yyv4709[yyj4709] = ServiceAccount{} } else { - yyv4702 := &yyv4699[yyj4699] - yyv4702.CodecDecodeSelf(d) + yyv4712 := &yyv4709[yyj4709] + yyv4712.CodecDecodeSelf(d) } } else { @@ -59575,17 +59671,17 @@ func (x codecSelfer1234) decSliceServiceAccount(v *[]ServiceAccount, d *codec197 } } - if yyj4699 < len(yyv4699) { - yyv4699 = yyv4699[:yyj4699] - yyc4699 = true - } else if yyj4699 == 0 && yyv4699 == nil { - yyv4699 = []ServiceAccount{} - yyc4699 = true + if yyj4709 < len(yyv4709) { + yyv4709 = yyv4709[:yyj4709] + yyc4709 = true + } else if yyj4709 == 0 && yyv4709 == nil { + yyv4709 = []ServiceAccount{} + yyc4709 = true } } - yyh4699.End() - if yyc4699 { - *v = yyv4699 + yyh4709.End() + if yyc4709 { + *v = yyv4709 } } @@ -59594,10 +59690,10 @@ func (x codecSelfer1234) encSliceEndpointSubset(v []EndpointSubset, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4703 := range v { + for _, yyv4713 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4704 := &yyv4703 - yy4704.CodecEncodeSelf(e) + yy4714 := &yyv4713 + yy4714.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59607,83 +59703,83 @@ func (x codecSelfer1234) decSliceEndpointSubset(v *[]EndpointSubset, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4705 := *v - yyh4705, yyl4705 := z.DecSliceHelperStart() - var yyc4705 bool - if yyl4705 == 0 { - if yyv4705 == nil { - yyv4705 = []EndpointSubset{} - yyc4705 = true - } else if len(yyv4705) != 0 { - yyv4705 = yyv4705[:0] - yyc4705 = true + yyv4715 := *v + yyh4715, yyl4715 := z.DecSliceHelperStart() + var yyc4715 bool + if yyl4715 == 0 { + if yyv4715 == nil { + yyv4715 = []EndpointSubset{} + yyc4715 = true + } else if len(yyv4715) != 0 { + yyv4715 = yyv4715[:0] + yyc4715 = true } - } else if yyl4705 > 0 { - var yyrr4705, yyrl4705 int - var yyrt4705 bool - if yyl4705 > cap(yyv4705) { + } else if yyl4715 > 0 { + var yyrr4715, yyrl4715 int + var yyrt4715 bool + if yyl4715 > cap(yyv4715) { - yyrg4705 := len(yyv4705) > 0 - yyv24705 := yyv4705 - yyrl4705, yyrt4705 = z.DecInferLen(yyl4705, z.DecBasicHandle().MaxInitLen, 72) - if yyrt4705 { - if yyrl4705 <= cap(yyv4705) { - yyv4705 = yyv4705[:yyrl4705] + yyrg4715 := len(yyv4715) > 0 + yyv24715 := yyv4715 + yyrl4715, yyrt4715 = z.DecInferLen(yyl4715, z.DecBasicHandle().MaxInitLen, 72) + if yyrt4715 { + if yyrl4715 <= cap(yyv4715) { + yyv4715 = yyv4715[:yyrl4715] } else { - yyv4705 = make([]EndpointSubset, yyrl4705) + yyv4715 = make([]EndpointSubset, yyrl4715) } } else { - yyv4705 = make([]EndpointSubset, yyrl4705) + yyv4715 = make([]EndpointSubset, yyrl4715) } - yyc4705 = true - yyrr4705 = len(yyv4705) - if yyrg4705 { - copy(yyv4705, yyv24705) + yyc4715 = true + yyrr4715 = len(yyv4715) + if yyrg4715 { + copy(yyv4715, yyv24715) } - } else if yyl4705 != len(yyv4705) { - yyv4705 = yyv4705[:yyl4705] - yyc4705 = true + } else if yyl4715 != len(yyv4715) { + yyv4715 = yyv4715[:yyl4715] + yyc4715 = true } - yyj4705 := 0 - for ; yyj4705 < yyrr4705; yyj4705++ { - yyh4705.ElemContainerState(yyj4705) + yyj4715 := 0 + for ; yyj4715 < yyrr4715; yyj4715++ { + yyh4715.ElemContainerState(yyj4715) if r.TryDecodeAsNil() { - yyv4705[yyj4705] = EndpointSubset{} + yyv4715[yyj4715] = EndpointSubset{} } else { - yyv4706 := &yyv4705[yyj4705] - yyv4706.CodecDecodeSelf(d) + yyv4716 := &yyv4715[yyj4715] + yyv4716.CodecDecodeSelf(d) } } - if yyrt4705 { - for ; yyj4705 < yyl4705; yyj4705++ { - yyv4705 = append(yyv4705, EndpointSubset{}) - yyh4705.ElemContainerState(yyj4705) + if yyrt4715 { + for ; yyj4715 < yyl4715; yyj4715++ { + yyv4715 = append(yyv4715, EndpointSubset{}) + yyh4715.ElemContainerState(yyj4715) if r.TryDecodeAsNil() { - yyv4705[yyj4705] = EndpointSubset{} + yyv4715[yyj4715] = EndpointSubset{} } else { - yyv4707 := &yyv4705[yyj4705] - yyv4707.CodecDecodeSelf(d) + yyv4717 := &yyv4715[yyj4715] + yyv4717.CodecDecodeSelf(d) } } } } else { - yyj4705 := 0 - for ; !r.CheckBreak(); yyj4705++ { + yyj4715 := 0 + for ; !r.CheckBreak(); yyj4715++ { - if yyj4705 >= len(yyv4705) { - yyv4705 = append(yyv4705, EndpointSubset{}) // var yyz4705 EndpointSubset - yyc4705 = true + if yyj4715 >= len(yyv4715) { + yyv4715 = append(yyv4715, EndpointSubset{}) // var yyz4715 EndpointSubset + yyc4715 = true } - yyh4705.ElemContainerState(yyj4705) - if yyj4705 < len(yyv4705) { + yyh4715.ElemContainerState(yyj4715) + if yyj4715 < len(yyv4715) { if r.TryDecodeAsNil() { - yyv4705[yyj4705] = EndpointSubset{} + yyv4715[yyj4715] = EndpointSubset{} } else { - yyv4708 := &yyv4705[yyj4705] - yyv4708.CodecDecodeSelf(d) + yyv4718 := &yyv4715[yyj4715] + yyv4718.CodecDecodeSelf(d) } } else { @@ -59691,17 +59787,17 @@ func (x codecSelfer1234) decSliceEndpointSubset(v *[]EndpointSubset, d *codec197 } } - if yyj4705 < len(yyv4705) { - yyv4705 = yyv4705[:yyj4705] - yyc4705 = true - } else if yyj4705 == 0 && yyv4705 == nil { - yyv4705 = []EndpointSubset{} - yyc4705 = true + if yyj4715 < len(yyv4715) { + yyv4715 = yyv4715[:yyj4715] + yyc4715 = true + } else if yyj4715 == 0 && yyv4715 == nil { + yyv4715 = []EndpointSubset{} + yyc4715 = true } } - yyh4705.End() - if yyc4705 { - *v = yyv4705 + yyh4715.End() + if yyc4715 { + *v = yyv4715 } } @@ -59710,10 +59806,10 @@ func (x codecSelfer1234) encSliceEndpointAddress(v []EndpointAddress, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4709 := range v { + for _, yyv4719 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4710 := &yyv4709 - yy4710.CodecEncodeSelf(e) + yy4720 := &yyv4719 + yy4720.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59723,83 +59819,83 @@ func (x codecSelfer1234) decSliceEndpointAddress(v *[]EndpointAddress, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4711 := *v - yyh4711, yyl4711 := z.DecSliceHelperStart() - var yyc4711 bool - if yyl4711 == 0 { - if yyv4711 == nil { - yyv4711 = []EndpointAddress{} - yyc4711 = true - } else if len(yyv4711) != 0 { - yyv4711 = yyv4711[:0] - yyc4711 = true + yyv4721 := *v + yyh4721, yyl4721 := z.DecSliceHelperStart() + var yyc4721 bool + if yyl4721 == 0 { + if yyv4721 == nil { + yyv4721 = []EndpointAddress{} + yyc4721 = true + } else if len(yyv4721) != 0 { + yyv4721 = yyv4721[:0] + yyc4721 = true } - } else if yyl4711 > 0 { - var yyrr4711, yyrl4711 int - var yyrt4711 bool - if yyl4711 > cap(yyv4711) { + } else if yyl4721 > 0 { + var yyrr4721, yyrl4721 int + var yyrt4721 bool + if yyl4721 > cap(yyv4721) { - yyrg4711 := len(yyv4711) > 0 - yyv24711 := yyv4711 - yyrl4711, yyrt4711 = z.DecInferLen(yyl4711, z.DecBasicHandle().MaxInitLen, 48) - if yyrt4711 { - if yyrl4711 <= cap(yyv4711) { - yyv4711 = yyv4711[:yyrl4711] + yyrg4721 := len(yyv4721) > 0 + yyv24721 := yyv4721 + yyrl4721, yyrt4721 = z.DecInferLen(yyl4721, z.DecBasicHandle().MaxInitLen, 48) + if yyrt4721 { + if yyrl4721 <= cap(yyv4721) { + yyv4721 = yyv4721[:yyrl4721] } else { - yyv4711 = make([]EndpointAddress, yyrl4711) + yyv4721 = make([]EndpointAddress, yyrl4721) } } else { - yyv4711 = make([]EndpointAddress, yyrl4711) + yyv4721 = make([]EndpointAddress, yyrl4721) } - yyc4711 = true - yyrr4711 = len(yyv4711) - if yyrg4711 { - copy(yyv4711, yyv24711) + yyc4721 = true + yyrr4721 = len(yyv4721) + if yyrg4721 { + copy(yyv4721, yyv24721) } - } else if yyl4711 != len(yyv4711) { - yyv4711 = yyv4711[:yyl4711] - yyc4711 = true + } else if yyl4721 != len(yyv4721) { + yyv4721 = yyv4721[:yyl4721] + yyc4721 = true } - yyj4711 := 0 - for ; yyj4711 < yyrr4711; yyj4711++ { - yyh4711.ElemContainerState(yyj4711) + yyj4721 := 0 + for ; yyj4721 < yyrr4721; yyj4721++ { + yyh4721.ElemContainerState(yyj4721) if r.TryDecodeAsNil() { - yyv4711[yyj4711] = EndpointAddress{} + yyv4721[yyj4721] = EndpointAddress{} } else { - yyv4712 := &yyv4711[yyj4711] - yyv4712.CodecDecodeSelf(d) + yyv4722 := &yyv4721[yyj4721] + yyv4722.CodecDecodeSelf(d) } } - if yyrt4711 { - for ; yyj4711 < yyl4711; yyj4711++ { - yyv4711 = append(yyv4711, EndpointAddress{}) - yyh4711.ElemContainerState(yyj4711) + if yyrt4721 { + for ; yyj4721 < yyl4721; yyj4721++ { + yyv4721 = append(yyv4721, EndpointAddress{}) + yyh4721.ElemContainerState(yyj4721) if r.TryDecodeAsNil() { - yyv4711[yyj4711] = EndpointAddress{} + yyv4721[yyj4721] = EndpointAddress{} } else { - yyv4713 := &yyv4711[yyj4711] - yyv4713.CodecDecodeSelf(d) + yyv4723 := &yyv4721[yyj4721] + yyv4723.CodecDecodeSelf(d) } } } } else { - yyj4711 := 0 - for ; !r.CheckBreak(); yyj4711++ { + yyj4721 := 0 + for ; !r.CheckBreak(); yyj4721++ { - if yyj4711 >= len(yyv4711) { - yyv4711 = append(yyv4711, EndpointAddress{}) // var yyz4711 EndpointAddress - yyc4711 = true + if yyj4721 >= len(yyv4721) { + yyv4721 = append(yyv4721, EndpointAddress{}) // var yyz4721 EndpointAddress + yyc4721 = true } - yyh4711.ElemContainerState(yyj4711) - if yyj4711 < len(yyv4711) { + yyh4721.ElemContainerState(yyj4721) + if yyj4721 < len(yyv4721) { if r.TryDecodeAsNil() { - yyv4711[yyj4711] = EndpointAddress{} + yyv4721[yyj4721] = EndpointAddress{} } else { - yyv4714 := &yyv4711[yyj4711] - yyv4714.CodecDecodeSelf(d) + yyv4724 := &yyv4721[yyj4721] + yyv4724.CodecDecodeSelf(d) } } else { @@ -59807,17 +59903,17 @@ func (x codecSelfer1234) decSliceEndpointAddress(v *[]EndpointAddress, d *codec1 } } - if yyj4711 < len(yyv4711) { - yyv4711 = yyv4711[:yyj4711] - yyc4711 = true - } else if yyj4711 == 0 && yyv4711 == nil { - yyv4711 = []EndpointAddress{} - yyc4711 = true + if yyj4721 < len(yyv4721) { + yyv4721 = yyv4721[:yyj4721] + yyc4721 = true + } else if yyj4721 == 0 && yyv4721 == nil { + yyv4721 = []EndpointAddress{} + yyc4721 = true } } - yyh4711.End() - if yyc4711 { - *v = yyv4711 + yyh4721.End() + if yyc4721 { + *v = yyv4721 } } @@ -59826,10 +59922,10 @@ func (x codecSelfer1234) encSliceEndpointPort(v []EndpointPort, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4715 := range v { + for _, yyv4725 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4716 := &yyv4715 - yy4716.CodecEncodeSelf(e) + yy4726 := &yyv4725 + yy4726.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59839,83 +59935,83 @@ func (x codecSelfer1234) decSliceEndpointPort(v *[]EndpointPort, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4717 := *v - yyh4717, yyl4717 := z.DecSliceHelperStart() - var yyc4717 bool - if yyl4717 == 0 { - if yyv4717 == nil { - yyv4717 = []EndpointPort{} - yyc4717 = true - } else if len(yyv4717) != 0 { - yyv4717 = yyv4717[:0] - yyc4717 = true + yyv4727 := *v + yyh4727, yyl4727 := z.DecSliceHelperStart() + var yyc4727 bool + if yyl4727 == 0 { + if yyv4727 == nil { + yyv4727 = []EndpointPort{} + yyc4727 = true + } else if len(yyv4727) != 0 { + yyv4727 = yyv4727[:0] + yyc4727 = true } - } else if yyl4717 > 0 { - var yyrr4717, yyrl4717 int - var yyrt4717 bool - if yyl4717 > cap(yyv4717) { + } else if yyl4727 > 0 { + var yyrr4727, yyrl4727 int + var yyrt4727 bool + if yyl4727 > cap(yyv4727) { - yyrg4717 := len(yyv4717) > 0 - yyv24717 := yyv4717 - yyrl4717, yyrt4717 = z.DecInferLen(yyl4717, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4717 { - if yyrl4717 <= cap(yyv4717) { - yyv4717 = yyv4717[:yyrl4717] + yyrg4727 := len(yyv4727) > 0 + yyv24727 := yyv4727 + yyrl4727, yyrt4727 = z.DecInferLen(yyl4727, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4727 { + if yyrl4727 <= cap(yyv4727) { + yyv4727 = yyv4727[:yyrl4727] } else { - yyv4717 = make([]EndpointPort, yyrl4717) + yyv4727 = make([]EndpointPort, yyrl4727) } } else { - yyv4717 = make([]EndpointPort, yyrl4717) + yyv4727 = make([]EndpointPort, yyrl4727) } - yyc4717 = true - yyrr4717 = len(yyv4717) - if yyrg4717 { - copy(yyv4717, yyv24717) + yyc4727 = true + yyrr4727 = len(yyv4727) + if yyrg4727 { + copy(yyv4727, yyv24727) } - } else if yyl4717 != len(yyv4717) { - yyv4717 = yyv4717[:yyl4717] - yyc4717 = true + } else if yyl4727 != len(yyv4727) { + yyv4727 = yyv4727[:yyl4727] + yyc4727 = true } - yyj4717 := 0 - for ; yyj4717 < yyrr4717; yyj4717++ { - yyh4717.ElemContainerState(yyj4717) + yyj4727 := 0 + for ; yyj4727 < yyrr4727; yyj4727++ { + yyh4727.ElemContainerState(yyj4727) if r.TryDecodeAsNil() { - yyv4717[yyj4717] = EndpointPort{} + yyv4727[yyj4727] = EndpointPort{} } else { - yyv4718 := &yyv4717[yyj4717] - yyv4718.CodecDecodeSelf(d) + yyv4728 := &yyv4727[yyj4727] + yyv4728.CodecDecodeSelf(d) } } - if yyrt4717 { - for ; yyj4717 < yyl4717; yyj4717++ { - yyv4717 = append(yyv4717, EndpointPort{}) - yyh4717.ElemContainerState(yyj4717) + if yyrt4727 { + for ; yyj4727 < yyl4727; yyj4727++ { + yyv4727 = append(yyv4727, EndpointPort{}) + yyh4727.ElemContainerState(yyj4727) if r.TryDecodeAsNil() { - yyv4717[yyj4717] = EndpointPort{} + yyv4727[yyj4727] = EndpointPort{} } else { - yyv4719 := &yyv4717[yyj4717] - yyv4719.CodecDecodeSelf(d) + yyv4729 := &yyv4727[yyj4727] + yyv4729.CodecDecodeSelf(d) } } } } else { - yyj4717 := 0 - for ; !r.CheckBreak(); yyj4717++ { + yyj4727 := 0 + for ; !r.CheckBreak(); yyj4727++ { - if yyj4717 >= len(yyv4717) { - yyv4717 = append(yyv4717, EndpointPort{}) // var yyz4717 EndpointPort - yyc4717 = true + if yyj4727 >= len(yyv4727) { + yyv4727 = append(yyv4727, EndpointPort{}) // var yyz4727 EndpointPort + yyc4727 = true } - yyh4717.ElemContainerState(yyj4717) - if yyj4717 < len(yyv4717) { + yyh4727.ElemContainerState(yyj4727) + if yyj4727 < len(yyv4727) { if r.TryDecodeAsNil() { - yyv4717[yyj4717] = EndpointPort{} + yyv4727[yyj4727] = EndpointPort{} } else { - yyv4720 := &yyv4717[yyj4717] - yyv4720.CodecDecodeSelf(d) + yyv4730 := &yyv4727[yyj4727] + yyv4730.CodecDecodeSelf(d) } } else { @@ -59923,17 +60019,17 @@ func (x codecSelfer1234) decSliceEndpointPort(v *[]EndpointPort, d *codec1978.De } } - if yyj4717 < len(yyv4717) { - yyv4717 = yyv4717[:yyj4717] - yyc4717 = true - } else if yyj4717 == 0 && yyv4717 == nil { - yyv4717 = []EndpointPort{} - yyc4717 = true + if yyj4727 < len(yyv4727) { + yyv4727 = yyv4727[:yyj4727] + yyc4727 = true + } else if yyj4727 == 0 && yyv4727 == nil { + yyv4727 = []EndpointPort{} + yyc4727 = true } } - yyh4717.End() - if yyc4717 { - *v = yyv4717 + yyh4727.End() + if yyc4727 { + *v = yyv4727 } } @@ -59942,10 +60038,10 @@ func (x codecSelfer1234) encSliceEndpoints(v []Endpoints, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4721 := range v { + for _, yyv4731 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4722 := &yyv4721 - yy4722.CodecEncodeSelf(e) + yy4732 := &yyv4731 + yy4732.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59955,83 +60051,83 @@ func (x codecSelfer1234) decSliceEndpoints(v *[]Endpoints, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4723 := *v - yyh4723, yyl4723 := z.DecSliceHelperStart() - var yyc4723 bool - if yyl4723 == 0 { - if yyv4723 == nil { - yyv4723 = []Endpoints{} - yyc4723 = true - } else if len(yyv4723) != 0 { - yyv4723 = yyv4723[:0] - yyc4723 = true + yyv4733 := *v + yyh4733, yyl4733 := z.DecSliceHelperStart() + var yyc4733 bool + if yyl4733 == 0 { + if yyv4733 == nil { + yyv4733 = []Endpoints{} + yyc4733 = true + } else if len(yyv4733) != 0 { + yyv4733 = yyv4733[:0] + yyc4733 = true } - } else if yyl4723 > 0 { - var yyrr4723, yyrl4723 int - var yyrt4723 bool - if yyl4723 > cap(yyv4723) { + } else if yyl4733 > 0 { + var yyrr4733, yyrl4733 int + var yyrt4733 bool + if yyl4733 > cap(yyv4733) { - yyrg4723 := len(yyv4723) > 0 - yyv24723 := yyv4723 - yyrl4723, yyrt4723 = z.DecInferLen(yyl4723, z.DecBasicHandle().MaxInitLen, 280) - if yyrt4723 { - if yyrl4723 <= cap(yyv4723) { - yyv4723 = yyv4723[:yyrl4723] + yyrg4733 := len(yyv4733) > 0 + yyv24733 := yyv4733 + yyrl4733, yyrt4733 = z.DecInferLen(yyl4733, z.DecBasicHandle().MaxInitLen, 280) + if yyrt4733 { + if yyrl4733 <= cap(yyv4733) { + yyv4733 = yyv4733[:yyrl4733] } else { - yyv4723 = make([]Endpoints, yyrl4723) + yyv4733 = make([]Endpoints, yyrl4733) } } else { - yyv4723 = make([]Endpoints, yyrl4723) + yyv4733 = make([]Endpoints, yyrl4733) } - yyc4723 = true - yyrr4723 = len(yyv4723) - if yyrg4723 { - copy(yyv4723, yyv24723) + yyc4733 = true + yyrr4733 = len(yyv4733) + if yyrg4733 { + copy(yyv4733, yyv24733) } - } else if yyl4723 != len(yyv4723) { - yyv4723 = yyv4723[:yyl4723] - yyc4723 = true + } else if yyl4733 != len(yyv4733) { + yyv4733 = yyv4733[:yyl4733] + yyc4733 = true } - yyj4723 := 0 - for ; yyj4723 < yyrr4723; yyj4723++ { - yyh4723.ElemContainerState(yyj4723) + yyj4733 := 0 + for ; yyj4733 < yyrr4733; yyj4733++ { + yyh4733.ElemContainerState(yyj4733) if r.TryDecodeAsNil() { - yyv4723[yyj4723] = Endpoints{} + yyv4733[yyj4733] = Endpoints{} } else { - yyv4724 := &yyv4723[yyj4723] - yyv4724.CodecDecodeSelf(d) + yyv4734 := &yyv4733[yyj4733] + yyv4734.CodecDecodeSelf(d) } } - if yyrt4723 { - for ; yyj4723 < yyl4723; yyj4723++ { - yyv4723 = append(yyv4723, Endpoints{}) - yyh4723.ElemContainerState(yyj4723) + if yyrt4733 { + for ; yyj4733 < yyl4733; yyj4733++ { + yyv4733 = append(yyv4733, Endpoints{}) + yyh4733.ElemContainerState(yyj4733) if r.TryDecodeAsNil() { - yyv4723[yyj4723] = Endpoints{} + yyv4733[yyj4733] = Endpoints{} } else { - yyv4725 := &yyv4723[yyj4723] - yyv4725.CodecDecodeSelf(d) + yyv4735 := &yyv4733[yyj4733] + yyv4735.CodecDecodeSelf(d) } } } } else { - yyj4723 := 0 - for ; !r.CheckBreak(); yyj4723++ { + yyj4733 := 0 + for ; !r.CheckBreak(); yyj4733++ { - if yyj4723 >= len(yyv4723) { - yyv4723 = append(yyv4723, Endpoints{}) // var yyz4723 Endpoints - yyc4723 = true + if yyj4733 >= len(yyv4733) { + yyv4733 = append(yyv4733, Endpoints{}) // var yyz4733 Endpoints + yyc4733 = true } - yyh4723.ElemContainerState(yyj4723) - if yyj4723 < len(yyv4723) { + yyh4733.ElemContainerState(yyj4733) + if yyj4733 < len(yyv4733) { if r.TryDecodeAsNil() { - yyv4723[yyj4723] = Endpoints{} + yyv4733[yyj4733] = Endpoints{} } else { - yyv4726 := &yyv4723[yyj4723] - yyv4726.CodecDecodeSelf(d) + yyv4736 := &yyv4733[yyj4733] + yyv4736.CodecDecodeSelf(d) } } else { @@ -60039,17 +60135,17 @@ func (x codecSelfer1234) decSliceEndpoints(v *[]Endpoints, d *codec1978.Decoder) } } - if yyj4723 < len(yyv4723) { - yyv4723 = yyv4723[:yyj4723] - yyc4723 = true - } else if yyj4723 == 0 && yyv4723 == nil { - yyv4723 = []Endpoints{} - yyc4723 = true + if yyj4733 < len(yyv4733) { + yyv4733 = yyv4733[:yyj4733] + yyc4733 = true + } else if yyj4733 == 0 && yyv4733 == nil { + yyv4733 = []Endpoints{} + yyc4733 = true } } - yyh4723.End() - if yyc4723 { - *v = yyv4723 + yyh4733.End() + if yyc4733 { + *v = yyv4733 } } @@ -60058,10 +60154,10 @@ func (x codecSelfer1234) encSliceNodeCondition(v []NodeCondition, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4727 := range v { + for _, yyv4737 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4728 := &yyv4727 - yy4728.CodecEncodeSelf(e) + yy4738 := &yyv4737 + yy4738.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60071,83 +60167,83 @@ func (x codecSelfer1234) decSliceNodeCondition(v *[]NodeCondition, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4729 := *v - yyh4729, yyl4729 := z.DecSliceHelperStart() - var yyc4729 bool - if yyl4729 == 0 { - if yyv4729 == nil { - yyv4729 = []NodeCondition{} - yyc4729 = true - } else if len(yyv4729) != 0 { - yyv4729 = yyv4729[:0] - yyc4729 = true + yyv4739 := *v + yyh4739, yyl4739 := z.DecSliceHelperStart() + var yyc4739 bool + if yyl4739 == 0 { + if yyv4739 == nil { + yyv4739 = []NodeCondition{} + yyc4739 = true + } else if len(yyv4739) != 0 { + yyv4739 = yyv4739[:0] + yyc4739 = true } - } else if yyl4729 > 0 { - var yyrr4729, yyrl4729 int - var yyrt4729 bool - if yyl4729 > cap(yyv4729) { + } else if yyl4739 > 0 { + var yyrr4739, yyrl4739 int + var yyrt4739 bool + if yyl4739 > cap(yyv4739) { - yyrg4729 := len(yyv4729) > 0 - yyv24729 := yyv4729 - yyrl4729, yyrt4729 = z.DecInferLen(yyl4729, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4729 { - if yyrl4729 <= cap(yyv4729) { - yyv4729 = yyv4729[:yyrl4729] + yyrg4739 := len(yyv4739) > 0 + yyv24739 := yyv4739 + yyrl4739, yyrt4739 = z.DecInferLen(yyl4739, z.DecBasicHandle().MaxInitLen, 112) + if yyrt4739 { + if yyrl4739 <= cap(yyv4739) { + yyv4739 = yyv4739[:yyrl4739] } else { - yyv4729 = make([]NodeCondition, yyrl4729) + yyv4739 = make([]NodeCondition, yyrl4739) } } else { - yyv4729 = make([]NodeCondition, yyrl4729) + yyv4739 = make([]NodeCondition, yyrl4739) } - yyc4729 = true - yyrr4729 = len(yyv4729) - if yyrg4729 { - copy(yyv4729, yyv24729) + yyc4739 = true + yyrr4739 = len(yyv4739) + if yyrg4739 { + copy(yyv4739, yyv24739) } - } else if yyl4729 != len(yyv4729) { - yyv4729 = yyv4729[:yyl4729] - yyc4729 = true + } else if yyl4739 != len(yyv4739) { + yyv4739 = yyv4739[:yyl4739] + yyc4739 = true } - yyj4729 := 0 - for ; yyj4729 < yyrr4729; yyj4729++ { - yyh4729.ElemContainerState(yyj4729) + yyj4739 := 0 + for ; yyj4739 < yyrr4739; yyj4739++ { + yyh4739.ElemContainerState(yyj4739) if r.TryDecodeAsNil() { - yyv4729[yyj4729] = NodeCondition{} + yyv4739[yyj4739] = NodeCondition{} } else { - yyv4730 := &yyv4729[yyj4729] - yyv4730.CodecDecodeSelf(d) + yyv4740 := &yyv4739[yyj4739] + yyv4740.CodecDecodeSelf(d) } } - if yyrt4729 { - for ; yyj4729 < yyl4729; yyj4729++ { - yyv4729 = append(yyv4729, NodeCondition{}) - yyh4729.ElemContainerState(yyj4729) + if yyrt4739 { + for ; yyj4739 < yyl4739; yyj4739++ { + yyv4739 = append(yyv4739, NodeCondition{}) + yyh4739.ElemContainerState(yyj4739) if r.TryDecodeAsNil() { - yyv4729[yyj4729] = NodeCondition{} + yyv4739[yyj4739] = NodeCondition{} } else { - yyv4731 := &yyv4729[yyj4729] - yyv4731.CodecDecodeSelf(d) + yyv4741 := &yyv4739[yyj4739] + yyv4741.CodecDecodeSelf(d) } } } } else { - yyj4729 := 0 - for ; !r.CheckBreak(); yyj4729++ { + yyj4739 := 0 + for ; !r.CheckBreak(); yyj4739++ { - if yyj4729 >= len(yyv4729) { - yyv4729 = append(yyv4729, NodeCondition{}) // var yyz4729 NodeCondition - yyc4729 = true + if yyj4739 >= len(yyv4739) { + yyv4739 = append(yyv4739, NodeCondition{}) // var yyz4739 NodeCondition + yyc4739 = true } - yyh4729.ElemContainerState(yyj4729) - if yyj4729 < len(yyv4729) { + yyh4739.ElemContainerState(yyj4739) + if yyj4739 < len(yyv4739) { if r.TryDecodeAsNil() { - yyv4729[yyj4729] = NodeCondition{} + yyv4739[yyj4739] = NodeCondition{} } else { - yyv4732 := &yyv4729[yyj4729] - yyv4732.CodecDecodeSelf(d) + yyv4742 := &yyv4739[yyj4739] + yyv4742.CodecDecodeSelf(d) } } else { @@ -60155,17 +60251,17 @@ func (x codecSelfer1234) decSliceNodeCondition(v *[]NodeCondition, d *codec1978. } } - if yyj4729 < len(yyv4729) { - yyv4729 = yyv4729[:yyj4729] - yyc4729 = true - } else if yyj4729 == 0 && yyv4729 == nil { - yyv4729 = []NodeCondition{} - yyc4729 = true + if yyj4739 < len(yyv4739) { + yyv4739 = yyv4739[:yyj4739] + yyc4739 = true + } else if yyj4739 == 0 && yyv4739 == nil { + yyv4739 = []NodeCondition{} + yyc4739 = true } } - yyh4729.End() - if yyc4729 { - *v = yyv4729 + yyh4739.End() + if yyc4739 { + *v = yyv4739 } } @@ -60174,10 +60270,10 @@ func (x codecSelfer1234) encSliceNodeAddress(v []NodeAddress, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4733 := range v { + for _, yyv4743 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4734 := &yyv4733 - yy4734.CodecEncodeSelf(e) + yy4744 := &yyv4743 + yy4744.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60187,83 +60283,83 @@ func (x codecSelfer1234) decSliceNodeAddress(v *[]NodeAddress, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4735 := *v - yyh4735, yyl4735 := z.DecSliceHelperStart() - var yyc4735 bool - if yyl4735 == 0 { - if yyv4735 == nil { - yyv4735 = []NodeAddress{} - yyc4735 = true - } else if len(yyv4735) != 0 { - yyv4735 = yyv4735[:0] - yyc4735 = true + yyv4745 := *v + yyh4745, yyl4745 := z.DecSliceHelperStart() + var yyc4745 bool + if yyl4745 == 0 { + if yyv4745 == nil { + yyv4745 = []NodeAddress{} + yyc4745 = true + } else if len(yyv4745) != 0 { + yyv4745 = yyv4745[:0] + yyc4745 = true } - } else if yyl4735 > 0 { - var yyrr4735, yyrl4735 int - var yyrt4735 bool - if yyl4735 > cap(yyv4735) { + } else if yyl4745 > 0 { + var yyrr4745, yyrl4745 int + var yyrt4745 bool + if yyl4745 > cap(yyv4745) { - yyrg4735 := len(yyv4735) > 0 - yyv24735 := yyv4735 - yyrl4735, yyrt4735 = z.DecInferLen(yyl4735, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4735 { - if yyrl4735 <= cap(yyv4735) { - yyv4735 = yyv4735[:yyrl4735] + yyrg4745 := len(yyv4745) > 0 + yyv24745 := yyv4745 + yyrl4745, yyrt4745 = z.DecInferLen(yyl4745, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4745 { + if yyrl4745 <= cap(yyv4745) { + yyv4745 = yyv4745[:yyrl4745] } else { - yyv4735 = make([]NodeAddress, yyrl4735) + yyv4745 = make([]NodeAddress, yyrl4745) } } else { - yyv4735 = make([]NodeAddress, yyrl4735) + yyv4745 = make([]NodeAddress, yyrl4745) } - yyc4735 = true - yyrr4735 = len(yyv4735) - if yyrg4735 { - copy(yyv4735, yyv24735) + yyc4745 = true + yyrr4745 = len(yyv4745) + if yyrg4745 { + copy(yyv4745, yyv24745) } - } else if yyl4735 != len(yyv4735) { - yyv4735 = yyv4735[:yyl4735] - yyc4735 = true + } else if yyl4745 != len(yyv4745) { + yyv4745 = yyv4745[:yyl4745] + yyc4745 = true } - yyj4735 := 0 - for ; yyj4735 < yyrr4735; yyj4735++ { - yyh4735.ElemContainerState(yyj4735) + yyj4745 := 0 + for ; yyj4745 < yyrr4745; yyj4745++ { + yyh4745.ElemContainerState(yyj4745) if r.TryDecodeAsNil() { - yyv4735[yyj4735] = NodeAddress{} + yyv4745[yyj4745] = NodeAddress{} } else { - yyv4736 := &yyv4735[yyj4735] - yyv4736.CodecDecodeSelf(d) + yyv4746 := &yyv4745[yyj4745] + yyv4746.CodecDecodeSelf(d) } } - if yyrt4735 { - for ; yyj4735 < yyl4735; yyj4735++ { - yyv4735 = append(yyv4735, NodeAddress{}) - yyh4735.ElemContainerState(yyj4735) + if yyrt4745 { + for ; yyj4745 < yyl4745; yyj4745++ { + yyv4745 = append(yyv4745, NodeAddress{}) + yyh4745.ElemContainerState(yyj4745) if r.TryDecodeAsNil() { - yyv4735[yyj4735] = NodeAddress{} + yyv4745[yyj4745] = NodeAddress{} } else { - yyv4737 := &yyv4735[yyj4735] - yyv4737.CodecDecodeSelf(d) + yyv4747 := &yyv4745[yyj4745] + yyv4747.CodecDecodeSelf(d) } } } } else { - yyj4735 := 0 - for ; !r.CheckBreak(); yyj4735++ { + yyj4745 := 0 + for ; !r.CheckBreak(); yyj4745++ { - if yyj4735 >= len(yyv4735) { - yyv4735 = append(yyv4735, NodeAddress{}) // var yyz4735 NodeAddress - yyc4735 = true + if yyj4745 >= len(yyv4745) { + yyv4745 = append(yyv4745, NodeAddress{}) // var yyz4745 NodeAddress + yyc4745 = true } - yyh4735.ElemContainerState(yyj4735) - if yyj4735 < len(yyv4735) { + yyh4745.ElemContainerState(yyj4745) + if yyj4745 < len(yyv4745) { if r.TryDecodeAsNil() { - yyv4735[yyj4735] = NodeAddress{} + yyv4745[yyj4745] = NodeAddress{} } else { - yyv4738 := &yyv4735[yyj4735] - yyv4738.CodecDecodeSelf(d) + yyv4748 := &yyv4745[yyj4745] + yyv4748.CodecDecodeSelf(d) } } else { @@ -60271,17 +60367,17 @@ func (x codecSelfer1234) decSliceNodeAddress(v *[]NodeAddress, d *codec1978.Deco } } - if yyj4735 < len(yyv4735) { - yyv4735 = yyv4735[:yyj4735] - yyc4735 = true - } else if yyj4735 == 0 && yyv4735 == nil { - yyv4735 = []NodeAddress{} - yyc4735 = true + if yyj4745 < len(yyv4745) { + yyv4745 = yyv4745[:yyj4745] + yyc4745 = true + } else if yyj4745 == 0 && yyv4745 == nil { + yyv4745 = []NodeAddress{} + yyc4745 = true } } - yyh4735.End() - if yyc4735 { - *v = yyv4735 + yyh4745.End() + if yyc4745 { + *v = yyv4745 } } @@ -60290,10 +60386,10 @@ func (x codecSelfer1234) encSliceContainerImage(v []ContainerImage, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4739 := range v { + for _, yyv4749 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4740 := &yyv4739 - yy4740.CodecEncodeSelf(e) + yy4750 := &yyv4749 + yy4750.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60303,83 +60399,83 @@ func (x codecSelfer1234) decSliceContainerImage(v *[]ContainerImage, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4741 := *v - yyh4741, yyl4741 := z.DecSliceHelperStart() - var yyc4741 bool - if yyl4741 == 0 { - if yyv4741 == nil { - yyv4741 = []ContainerImage{} - yyc4741 = true - } else if len(yyv4741) != 0 { - yyv4741 = yyv4741[:0] - yyc4741 = true + yyv4751 := *v + yyh4751, yyl4751 := z.DecSliceHelperStart() + var yyc4751 bool + if yyl4751 == 0 { + if yyv4751 == nil { + yyv4751 = []ContainerImage{} + yyc4751 = true + } else if len(yyv4751) != 0 { + yyv4751 = yyv4751[:0] + yyc4751 = true } - } else if yyl4741 > 0 { - var yyrr4741, yyrl4741 int - var yyrt4741 bool - if yyl4741 > cap(yyv4741) { + } else if yyl4751 > 0 { + var yyrr4751, yyrl4751 int + var yyrt4751 bool + if yyl4751 > cap(yyv4751) { - yyrg4741 := len(yyv4741) > 0 - yyv24741 := yyv4741 - yyrl4741, yyrt4741 = z.DecInferLen(yyl4741, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4741 { - if yyrl4741 <= cap(yyv4741) { - yyv4741 = yyv4741[:yyrl4741] + yyrg4751 := len(yyv4751) > 0 + yyv24751 := yyv4751 + yyrl4751, yyrt4751 = z.DecInferLen(yyl4751, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4751 { + if yyrl4751 <= cap(yyv4751) { + yyv4751 = yyv4751[:yyrl4751] } else { - yyv4741 = make([]ContainerImage, yyrl4741) + yyv4751 = make([]ContainerImage, yyrl4751) } } else { - yyv4741 = make([]ContainerImage, yyrl4741) + yyv4751 = make([]ContainerImage, yyrl4751) } - yyc4741 = true - yyrr4741 = len(yyv4741) - if yyrg4741 { - copy(yyv4741, yyv24741) + yyc4751 = true + yyrr4751 = len(yyv4751) + if yyrg4751 { + copy(yyv4751, yyv24751) } - } else if yyl4741 != len(yyv4741) { - yyv4741 = yyv4741[:yyl4741] - yyc4741 = true + } else if yyl4751 != len(yyv4751) { + yyv4751 = yyv4751[:yyl4751] + yyc4751 = true } - yyj4741 := 0 - for ; yyj4741 < yyrr4741; yyj4741++ { - yyh4741.ElemContainerState(yyj4741) + yyj4751 := 0 + for ; yyj4751 < yyrr4751; yyj4751++ { + yyh4751.ElemContainerState(yyj4751) if r.TryDecodeAsNil() { - yyv4741[yyj4741] = ContainerImage{} + yyv4751[yyj4751] = ContainerImage{} } else { - yyv4742 := &yyv4741[yyj4741] - yyv4742.CodecDecodeSelf(d) + yyv4752 := &yyv4751[yyj4751] + yyv4752.CodecDecodeSelf(d) } } - if yyrt4741 { - for ; yyj4741 < yyl4741; yyj4741++ { - yyv4741 = append(yyv4741, ContainerImage{}) - yyh4741.ElemContainerState(yyj4741) + if yyrt4751 { + for ; yyj4751 < yyl4751; yyj4751++ { + yyv4751 = append(yyv4751, ContainerImage{}) + yyh4751.ElemContainerState(yyj4751) if r.TryDecodeAsNil() { - yyv4741[yyj4741] = ContainerImage{} + yyv4751[yyj4751] = ContainerImage{} } else { - yyv4743 := &yyv4741[yyj4741] - yyv4743.CodecDecodeSelf(d) + yyv4753 := &yyv4751[yyj4751] + yyv4753.CodecDecodeSelf(d) } } } } else { - yyj4741 := 0 - for ; !r.CheckBreak(); yyj4741++ { + yyj4751 := 0 + for ; !r.CheckBreak(); yyj4751++ { - if yyj4741 >= len(yyv4741) { - yyv4741 = append(yyv4741, ContainerImage{}) // var yyz4741 ContainerImage - yyc4741 = true + if yyj4751 >= len(yyv4751) { + yyv4751 = append(yyv4751, ContainerImage{}) // var yyz4751 ContainerImage + yyc4751 = true } - yyh4741.ElemContainerState(yyj4741) - if yyj4741 < len(yyv4741) { + yyh4751.ElemContainerState(yyj4751) + if yyj4751 < len(yyv4751) { if r.TryDecodeAsNil() { - yyv4741[yyj4741] = ContainerImage{} + yyv4751[yyj4751] = ContainerImage{} } else { - yyv4744 := &yyv4741[yyj4741] - yyv4744.CodecDecodeSelf(d) + yyv4754 := &yyv4751[yyj4751] + yyv4754.CodecDecodeSelf(d) } } else { @@ -60387,17 +60483,17 @@ func (x codecSelfer1234) decSliceContainerImage(v *[]ContainerImage, d *codec197 } } - if yyj4741 < len(yyv4741) { - yyv4741 = yyv4741[:yyj4741] - yyc4741 = true - } else if yyj4741 == 0 && yyv4741 == nil { - yyv4741 = []ContainerImage{} - yyc4741 = true + if yyj4751 < len(yyv4751) { + yyv4751 = yyv4751[:yyj4751] + yyc4751 = true + } else if yyj4751 == 0 && yyv4751 == nil { + yyv4751 = []ContainerImage{} + yyc4751 = true } } - yyh4741.End() - if yyc4741 { - *v = yyv4741 + yyh4751.End() + if yyc4751 { + *v = yyv4751 } } @@ -60406,9 +60502,9 @@ func (x codecSelfer1234) encSliceUniqueVolumeName(v []UniqueVolumeName, e *codec z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4745 := range v { + for _, yyv4755 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4745.CodecEncodeSelf(e) + yyv4755.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60418,75 +60514,75 @@ func (x codecSelfer1234) decSliceUniqueVolumeName(v *[]UniqueVolumeName, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4746 := *v - yyh4746, yyl4746 := z.DecSliceHelperStart() - var yyc4746 bool - if yyl4746 == 0 { - if yyv4746 == nil { - yyv4746 = []UniqueVolumeName{} - yyc4746 = true - } else if len(yyv4746) != 0 { - yyv4746 = yyv4746[:0] - yyc4746 = true + yyv4756 := *v + yyh4756, yyl4756 := z.DecSliceHelperStart() + var yyc4756 bool + if yyl4756 == 0 { + if yyv4756 == nil { + yyv4756 = []UniqueVolumeName{} + yyc4756 = true + } else if len(yyv4756) != 0 { + yyv4756 = yyv4756[:0] + yyc4756 = true } - } else if yyl4746 > 0 { - var yyrr4746, yyrl4746 int - var yyrt4746 bool - if yyl4746 > cap(yyv4746) { + } else if yyl4756 > 0 { + var yyrr4756, yyrl4756 int + var yyrt4756 bool + if yyl4756 > cap(yyv4756) { - yyrl4746, yyrt4746 = z.DecInferLen(yyl4746, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4746 { - if yyrl4746 <= cap(yyv4746) { - yyv4746 = yyv4746[:yyrl4746] + yyrl4756, yyrt4756 = z.DecInferLen(yyl4756, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4756 { + if yyrl4756 <= cap(yyv4756) { + yyv4756 = yyv4756[:yyrl4756] } else { - yyv4746 = make([]UniqueVolumeName, yyrl4746) + yyv4756 = make([]UniqueVolumeName, yyrl4756) } } else { - yyv4746 = make([]UniqueVolumeName, yyrl4746) + yyv4756 = make([]UniqueVolumeName, yyrl4756) } - yyc4746 = true - yyrr4746 = len(yyv4746) - } else if yyl4746 != len(yyv4746) { - yyv4746 = yyv4746[:yyl4746] - yyc4746 = true + yyc4756 = true + yyrr4756 = len(yyv4756) + } else if yyl4756 != len(yyv4756) { + yyv4756 = yyv4756[:yyl4756] + yyc4756 = true } - yyj4746 := 0 - for ; yyj4746 < yyrr4746; yyj4746++ { - yyh4746.ElemContainerState(yyj4746) + yyj4756 := 0 + for ; yyj4756 < yyrr4756; yyj4756++ { + yyh4756.ElemContainerState(yyj4756) if r.TryDecodeAsNil() { - yyv4746[yyj4746] = "" + yyv4756[yyj4756] = "" } else { - yyv4746[yyj4746] = UniqueVolumeName(r.DecodeString()) + yyv4756[yyj4756] = UniqueVolumeName(r.DecodeString()) } } - if yyrt4746 { - for ; yyj4746 < yyl4746; yyj4746++ { - yyv4746 = append(yyv4746, "") - yyh4746.ElemContainerState(yyj4746) + if yyrt4756 { + for ; yyj4756 < yyl4756; yyj4756++ { + yyv4756 = append(yyv4756, "") + yyh4756.ElemContainerState(yyj4756) if r.TryDecodeAsNil() { - yyv4746[yyj4746] = "" + yyv4756[yyj4756] = "" } else { - yyv4746[yyj4746] = UniqueVolumeName(r.DecodeString()) + yyv4756[yyj4756] = UniqueVolumeName(r.DecodeString()) } } } } else { - yyj4746 := 0 - for ; !r.CheckBreak(); yyj4746++ { + yyj4756 := 0 + for ; !r.CheckBreak(); yyj4756++ { - if yyj4746 >= len(yyv4746) { - yyv4746 = append(yyv4746, "") // var yyz4746 UniqueVolumeName - yyc4746 = true + if yyj4756 >= len(yyv4756) { + yyv4756 = append(yyv4756, "") // var yyz4756 UniqueVolumeName + yyc4756 = true } - yyh4746.ElemContainerState(yyj4746) - if yyj4746 < len(yyv4746) { + yyh4756.ElemContainerState(yyj4756) + if yyj4756 < len(yyv4756) { if r.TryDecodeAsNil() { - yyv4746[yyj4746] = "" + yyv4756[yyj4756] = "" } else { - yyv4746[yyj4746] = UniqueVolumeName(r.DecodeString()) + yyv4756[yyj4756] = UniqueVolumeName(r.DecodeString()) } } else { @@ -60494,17 +60590,17 @@ func (x codecSelfer1234) decSliceUniqueVolumeName(v *[]UniqueVolumeName, d *code } } - if yyj4746 < len(yyv4746) { - yyv4746 = yyv4746[:yyj4746] - yyc4746 = true - } else if yyj4746 == 0 && yyv4746 == nil { - yyv4746 = []UniqueVolumeName{} - yyc4746 = true + if yyj4756 < len(yyv4756) { + yyv4756 = yyv4756[:yyj4756] + yyc4756 = true + } else if yyj4756 == 0 && yyv4756 == nil { + yyv4756 = []UniqueVolumeName{} + yyc4756 = true } } - yyh4746.End() - if yyc4746 { - *v = yyv4746 + yyh4756.End() + if yyc4756 { + *v = yyv4756 } } @@ -60513,10 +60609,10 @@ func (x codecSelfer1234) encSliceAttachedVolume(v []AttachedVolume, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4750 := range v { + for _, yyv4760 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4751 := &yyv4750 - yy4751.CodecEncodeSelf(e) + yy4761 := &yyv4760 + yy4761.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60526,83 +60622,83 @@ func (x codecSelfer1234) decSliceAttachedVolume(v *[]AttachedVolume, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4752 := *v - yyh4752, yyl4752 := z.DecSliceHelperStart() - var yyc4752 bool - if yyl4752 == 0 { - if yyv4752 == nil { - yyv4752 = []AttachedVolume{} - yyc4752 = true - } else if len(yyv4752) != 0 { - yyv4752 = yyv4752[:0] - yyc4752 = true + yyv4762 := *v + yyh4762, yyl4762 := z.DecSliceHelperStart() + var yyc4762 bool + if yyl4762 == 0 { + if yyv4762 == nil { + yyv4762 = []AttachedVolume{} + yyc4762 = true + } else if len(yyv4762) != 0 { + yyv4762 = yyv4762[:0] + yyc4762 = true } - } else if yyl4752 > 0 { - var yyrr4752, yyrl4752 int - var yyrt4752 bool - if yyl4752 > cap(yyv4752) { + } else if yyl4762 > 0 { + var yyrr4762, yyrl4762 int + var yyrt4762 bool + if yyl4762 > cap(yyv4762) { - yyrg4752 := len(yyv4752) > 0 - yyv24752 := yyv4752 - yyrl4752, yyrt4752 = z.DecInferLen(yyl4752, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4752 { - if yyrl4752 <= cap(yyv4752) { - yyv4752 = yyv4752[:yyrl4752] + yyrg4762 := len(yyv4762) > 0 + yyv24762 := yyv4762 + yyrl4762, yyrt4762 = z.DecInferLen(yyl4762, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4762 { + if yyrl4762 <= cap(yyv4762) { + yyv4762 = yyv4762[:yyrl4762] } else { - yyv4752 = make([]AttachedVolume, yyrl4752) + yyv4762 = make([]AttachedVolume, yyrl4762) } } else { - yyv4752 = make([]AttachedVolume, yyrl4752) + yyv4762 = make([]AttachedVolume, yyrl4762) } - yyc4752 = true - yyrr4752 = len(yyv4752) - if yyrg4752 { - copy(yyv4752, yyv24752) + yyc4762 = true + yyrr4762 = len(yyv4762) + if yyrg4762 { + copy(yyv4762, yyv24762) } - } else if yyl4752 != len(yyv4752) { - yyv4752 = yyv4752[:yyl4752] - yyc4752 = true + } else if yyl4762 != len(yyv4762) { + yyv4762 = yyv4762[:yyl4762] + yyc4762 = true } - yyj4752 := 0 - for ; yyj4752 < yyrr4752; yyj4752++ { - yyh4752.ElemContainerState(yyj4752) + yyj4762 := 0 + for ; yyj4762 < yyrr4762; yyj4762++ { + yyh4762.ElemContainerState(yyj4762) if r.TryDecodeAsNil() { - yyv4752[yyj4752] = AttachedVolume{} + yyv4762[yyj4762] = AttachedVolume{} } else { - yyv4753 := &yyv4752[yyj4752] - yyv4753.CodecDecodeSelf(d) + yyv4763 := &yyv4762[yyj4762] + yyv4763.CodecDecodeSelf(d) } } - if yyrt4752 { - for ; yyj4752 < yyl4752; yyj4752++ { - yyv4752 = append(yyv4752, AttachedVolume{}) - yyh4752.ElemContainerState(yyj4752) + if yyrt4762 { + for ; yyj4762 < yyl4762; yyj4762++ { + yyv4762 = append(yyv4762, AttachedVolume{}) + yyh4762.ElemContainerState(yyj4762) if r.TryDecodeAsNil() { - yyv4752[yyj4752] = AttachedVolume{} + yyv4762[yyj4762] = AttachedVolume{} } else { - yyv4754 := &yyv4752[yyj4752] - yyv4754.CodecDecodeSelf(d) + yyv4764 := &yyv4762[yyj4762] + yyv4764.CodecDecodeSelf(d) } } } } else { - yyj4752 := 0 - for ; !r.CheckBreak(); yyj4752++ { + yyj4762 := 0 + for ; !r.CheckBreak(); yyj4762++ { - if yyj4752 >= len(yyv4752) { - yyv4752 = append(yyv4752, AttachedVolume{}) // var yyz4752 AttachedVolume - yyc4752 = true + if yyj4762 >= len(yyv4762) { + yyv4762 = append(yyv4762, AttachedVolume{}) // var yyz4762 AttachedVolume + yyc4762 = true } - yyh4752.ElemContainerState(yyj4752) - if yyj4752 < len(yyv4752) { + yyh4762.ElemContainerState(yyj4762) + if yyj4762 < len(yyv4762) { if r.TryDecodeAsNil() { - yyv4752[yyj4752] = AttachedVolume{} + yyv4762[yyj4762] = AttachedVolume{} } else { - yyv4755 := &yyv4752[yyj4752] - yyv4755.CodecDecodeSelf(d) + yyv4765 := &yyv4762[yyj4762] + yyv4765.CodecDecodeSelf(d) } } else { @@ -60610,17 +60706,17 @@ func (x codecSelfer1234) decSliceAttachedVolume(v *[]AttachedVolume, d *codec197 } } - if yyj4752 < len(yyv4752) { - yyv4752 = yyv4752[:yyj4752] - yyc4752 = true - } else if yyj4752 == 0 && yyv4752 == nil { - yyv4752 = []AttachedVolume{} - yyc4752 = true + if yyj4762 < len(yyv4762) { + yyv4762 = yyv4762[:yyj4762] + yyc4762 = true + } else if yyj4762 == 0 && yyv4762 == nil { + yyv4762 = []AttachedVolume{} + yyc4762 = true } } - yyh4752.End() - if yyc4752 { - *v = yyv4752 + yyh4762.End() + if yyc4762 { + *v = yyv4762 } } @@ -60629,10 +60725,10 @@ func (x codecSelfer1234) encSlicePreferAvoidPodsEntry(v []PreferAvoidPodsEntry, z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4756 := range v { + for _, yyv4766 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4757 := &yyv4756 - yy4757.CodecEncodeSelf(e) + yy4767 := &yyv4766 + yy4767.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60642,83 +60738,83 @@ func (x codecSelfer1234) decSlicePreferAvoidPodsEntry(v *[]PreferAvoidPodsEntry, z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4758 := *v - yyh4758, yyl4758 := z.DecSliceHelperStart() - var yyc4758 bool - if yyl4758 == 0 { - if yyv4758 == nil { - yyv4758 = []PreferAvoidPodsEntry{} - yyc4758 = true - } else if len(yyv4758) != 0 { - yyv4758 = yyv4758[:0] - yyc4758 = true + yyv4768 := *v + yyh4768, yyl4768 := z.DecSliceHelperStart() + var yyc4768 bool + if yyl4768 == 0 { + if yyv4768 == nil { + yyv4768 = []PreferAvoidPodsEntry{} + yyc4768 = true + } else if len(yyv4768) != 0 { + yyv4768 = yyv4768[:0] + yyc4768 = true } - } else if yyl4758 > 0 { - var yyrr4758, yyrl4758 int - var yyrt4758 bool - if yyl4758 > cap(yyv4758) { + } else if yyl4768 > 0 { + var yyrr4768, yyrl4768 int + var yyrt4768 bool + if yyl4768 > cap(yyv4768) { - yyrg4758 := len(yyv4758) > 0 - yyv24758 := yyv4758 - yyrl4758, yyrt4758 = z.DecInferLen(yyl4758, z.DecBasicHandle().MaxInitLen, 64) - if yyrt4758 { - if yyrl4758 <= cap(yyv4758) { - yyv4758 = yyv4758[:yyrl4758] + yyrg4768 := len(yyv4768) > 0 + yyv24768 := yyv4768 + yyrl4768, yyrt4768 = z.DecInferLen(yyl4768, z.DecBasicHandle().MaxInitLen, 64) + if yyrt4768 { + if yyrl4768 <= cap(yyv4768) { + yyv4768 = yyv4768[:yyrl4768] } else { - yyv4758 = make([]PreferAvoidPodsEntry, yyrl4758) + yyv4768 = make([]PreferAvoidPodsEntry, yyrl4768) } } else { - yyv4758 = make([]PreferAvoidPodsEntry, yyrl4758) + yyv4768 = make([]PreferAvoidPodsEntry, yyrl4768) } - yyc4758 = true - yyrr4758 = len(yyv4758) - if yyrg4758 { - copy(yyv4758, yyv24758) + yyc4768 = true + yyrr4768 = len(yyv4768) + if yyrg4768 { + copy(yyv4768, yyv24768) } - } else if yyl4758 != len(yyv4758) { - yyv4758 = yyv4758[:yyl4758] - yyc4758 = true + } else if yyl4768 != len(yyv4768) { + yyv4768 = yyv4768[:yyl4768] + yyc4768 = true } - yyj4758 := 0 - for ; yyj4758 < yyrr4758; yyj4758++ { - yyh4758.ElemContainerState(yyj4758) + yyj4768 := 0 + for ; yyj4768 < yyrr4768; yyj4768++ { + yyh4768.ElemContainerState(yyj4768) if r.TryDecodeAsNil() { - yyv4758[yyj4758] = PreferAvoidPodsEntry{} + yyv4768[yyj4768] = PreferAvoidPodsEntry{} } else { - yyv4759 := &yyv4758[yyj4758] - yyv4759.CodecDecodeSelf(d) + yyv4769 := &yyv4768[yyj4768] + yyv4769.CodecDecodeSelf(d) } } - if yyrt4758 { - for ; yyj4758 < yyl4758; yyj4758++ { - yyv4758 = append(yyv4758, PreferAvoidPodsEntry{}) - yyh4758.ElemContainerState(yyj4758) + if yyrt4768 { + for ; yyj4768 < yyl4768; yyj4768++ { + yyv4768 = append(yyv4768, PreferAvoidPodsEntry{}) + yyh4768.ElemContainerState(yyj4768) if r.TryDecodeAsNil() { - yyv4758[yyj4758] = PreferAvoidPodsEntry{} + yyv4768[yyj4768] = PreferAvoidPodsEntry{} } else { - yyv4760 := &yyv4758[yyj4758] - yyv4760.CodecDecodeSelf(d) + yyv4770 := &yyv4768[yyj4768] + yyv4770.CodecDecodeSelf(d) } } } } else { - yyj4758 := 0 - for ; !r.CheckBreak(); yyj4758++ { + yyj4768 := 0 + for ; !r.CheckBreak(); yyj4768++ { - if yyj4758 >= len(yyv4758) { - yyv4758 = append(yyv4758, PreferAvoidPodsEntry{}) // var yyz4758 PreferAvoidPodsEntry - yyc4758 = true + if yyj4768 >= len(yyv4768) { + yyv4768 = append(yyv4768, PreferAvoidPodsEntry{}) // var yyz4768 PreferAvoidPodsEntry + yyc4768 = true } - yyh4758.ElemContainerState(yyj4758) - if yyj4758 < len(yyv4758) { + yyh4768.ElemContainerState(yyj4768) + if yyj4768 < len(yyv4768) { if r.TryDecodeAsNil() { - yyv4758[yyj4758] = PreferAvoidPodsEntry{} + yyv4768[yyj4768] = PreferAvoidPodsEntry{} } else { - yyv4761 := &yyv4758[yyj4758] - yyv4761.CodecDecodeSelf(d) + yyv4771 := &yyv4768[yyj4768] + yyv4771.CodecDecodeSelf(d) } } else { @@ -60726,17 +60822,17 @@ func (x codecSelfer1234) decSlicePreferAvoidPodsEntry(v *[]PreferAvoidPodsEntry, } } - if yyj4758 < len(yyv4758) { - yyv4758 = yyv4758[:yyj4758] - yyc4758 = true - } else if yyj4758 == 0 && yyv4758 == nil { - yyv4758 = []PreferAvoidPodsEntry{} - yyc4758 = true + if yyj4768 < len(yyv4768) { + yyv4768 = yyv4768[:yyj4768] + yyc4768 = true + } else if yyj4768 == 0 && yyv4768 == nil { + yyv4768 = []PreferAvoidPodsEntry{} + yyc4768 = true } } - yyh4758.End() - if yyc4758 { - *v = yyv4758 + yyh4768.End() + if yyc4768 { + *v = yyv4768 } } @@ -60745,19 +60841,19 @@ func (x codecSelfer1234) encResourceList(v ResourceList, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeMapStart(len(v)) - for yyk4762, yyv4762 := range v { + for yyk4772, yyv4772 := range v { z.EncSendContainerState(codecSelfer_containerMapKey1234) - yyk4762.CodecEncodeSelf(e) + yyk4772.CodecEncodeSelf(e) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4763 := &yyv4762 - yym4764 := z.EncBinary() - _ = yym4764 + yy4773 := &yyv4772 + yym4774 := z.EncBinary() + _ = yym4774 if false { - } else if z.HasExtensions() && z.EncExt(yy4763) { - } else if !yym4764 && z.IsJSONHandle() { - z.EncJSONMarshal(yy4763) + } else if z.HasExtensions() && z.EncExt(yy4773) { + } else if !yym4774 && z.IsJSONHandle() { + z.EncJSONMarshal(yy4773) } else { - z.EncFallback(yy4763) + z.EncFallback(yy4773) } } z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -60768,86 +60864,86 @@ func (x codecSelfer1234) decResourceList(v *ResourceList, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4765 := *v - yyl4765 := r.ReadMapStart() - yybh4765 := z.DecBasicHandle() - if yyv4765 == nil { - yyrl4765, _ := z.DecInferLen(yyl4765, yybh4765.MaxInitLen, 72) - yyv4765 = make(map[ResourceName]pkg3_resource.Quantity, yyrl4765) - *v = yyv4765 + yyv4775 := *v + yyl4775 := r.ReadMapStart() + yybh4775 := z.DecBasicHandle() + if yyv4775 == nil { + yyrl4775, _ := z.DecInferLen(yyl4775, yybh4775.MaxInitLen, 72) + yyv4775 = make(map[ResourceName]pkg3_resource.Quantity, yyrl4775) + *v = yyv4775 } - var yymk4765 ResourceName - var yymv4765 pkg3_resource.Quantity - var yymg4765 bool - if yybh4765.MapValueReset { - yymg4765 = true + var yymk4775 ResourceName + var yymv4775 pkg3_resource.Quantity + var yymg4775 bool + if yybh4775.MapValueReset { + yymg4775 = true } - if yyl4765 > 0 { - for yyj4765 := 0; yyj4765 < yyl4765; yyj4765++ { + if yyl4775 > 0 { + for yyj4775 := 0; yyj4775 < yyl4775; yyj4775++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk4765 = "" + yymk4775 = "" } else { - yymk4765 = ResourceName(r.DecodeString()) + yymk4775 = ResourceName(r.DecodeString()) } - if yymg4765 { - yymv4765 = yyv4765[yymk4765] + if yymg4775 { + yymv4775 = yyv4775[yymk4775] } else { - yymv4765 = pkg3_resource.Quantity{} + yymv4775 = pkg3_resource.Quantity{} } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv4765 = pkg3_resource.Quantity{} + yymv4775 = pkg3_resource.Quantity{} } else { - yyv4767 := &yymv4765 - yym4768 := z.DecBinary() - _ = yym4768 + yyv4777 := &yymv4775 + yym4778 := z.DecBinary() + _ = yym4778 if false { - } else if z.HasExtensions() && z.DecExt(yyv4767) { - } else if !yym4768 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4767) + } else if z.HasExtensions() && z.DecExt(yyv4777) { + } else if !yym4778 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4777) } else { - z.DecFallback(yyv4767, false) + z.DecFallback(yyv4777, false) } } - if yyv4765 != nil { - yyv4765[yymk4765] = yymv4765 + if yyv4775 != nil { + yyv4775[yymk4775] = yymv4775 } } - } else if yyl4765 < 0 { - for yyj4765 := 0; !r.CheckBreak(); yyj4765++ { + } else if yyl4775 < 0 { + for yyj4775 := 0; !r.CheckBreak(); yyj4775++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk4765 = "" + yymk4775 = "" } else { - yymk4765 = ResourceName(r.DecodeString()) + yymk4775 = ResourceName(r.DecodeString()) } - if yymg4765 { - yymv4765 = yyv4765[yymk4765] + if yymg4775 { + yymv4775 = yyv4775[yymk4775] } else { - yymv4765 = pkg3_resource.Quantity{} + yymv4775 = pkg3_resource.Quantity{} } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv4765 = pkg3_resource.Quantity{} + yymv4775 = pkg3_resource.Quantity{} } else { - yyv4770 := &yymv4765 - yym4771 := z.DecBinary() - _ = yym4771 + yyv4780 := &yymv4775 + yym4781 := z.DecBinary() + _ = yym4781 if false { - } else if z.HasExtensions() && z.DecExt(yyv4770) { - } else if !yym4771 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4770) + } else if z.HasExtensions() && z.DecExt(yyv4780) { + } else if !yym4781 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4780) } else { - z.DecFallback(yyv4770, false) + z.DecFallback(yyv4780, false) } } - if yyv4765 != nil { - yyv4765[yymk4765] = yymv4765 + if yyv4775 != nil { + yyv4775[yymk4775] = yymv4775 } } } // else len==0: TODO: Should we clear map entries? @@ -60859,10 +60955,10 @@ func (x codecSelfer1234) encSliceNode(v []Node, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4772 := range v { + for _, yyv4782 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4773 := &yyv4772 - yy4773.CodecEncodeSelf(e) + yy4783 := &yyv4782 + yy4783.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60872,83 +60968,83 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4774 := *v - yyh4774, yyl4774 := z.DecSliceHelperStart() - var yyc4774 bool - if yyl4774 == 0 { - if yyv4774 == nil { - yyv4774 = []Node{} - yyc4774 = true - } else if len(yyv4774) != 0 { - yyv4774 = yyv4774[:0] - yyc4774 = true + yyv4784 := *v + yyh4784, yyl4784 := z.DecSliceHelperStart() + var yyc4784 bool + if yyl4784 == 0 { + if yyv4784 == nil { + yyv4784 = []Node{} + yyc4784 = true + } else if len(yyv4784) != 0 { + yyv4784 = yyv4784[:0] + yyc4784 = true } - } else if yyl4774 > 0 { - var yyrr4774, yyrl4774 int - var yyrt4774 bool - if yyl4774 > cap(yyv4774) { + } else if yyl4784 > 0 { + var yyrr4784, yyrl4784 int + var yyrt4784 bool + if yyl4784 > cap(yyv4784) { - yyrg4774 := len(yyv4774) > 0 - yyv24774 := yyv4774 - yyrl4774, yyrt4774 = z.DecInferLen(yyl4774, z.DecBasicHandle().MaxInitLen, 632) - if yyrt4774 { - if yyrl4774 <= cap(yyv4774) { - yyv4774 = yyv4774[:yyrl4774] + yyrg4784 := len(yyv4784) > 0 + yyv24784 := yyv4784 + yyrl4784, yyrt4784 = z.DecInferLen(yyl4784, z.DecBasicHandle().MaxInitLen, 632) + if yyrt4784 { + if yyrl4784 <= cap(yyv4784) { + yyv4784 = yyv4784[:yyrl4784] } else { - yyv4774 = make([]Node, yyrl4774) + yyv4784 = make([]Node, yyrl4784) } } else { - yyv4774 = make([]Node, yyrl4774) + yyv4784 = make([]Node, yyrl4784) } - yyc4774 = true - yyrr4774 = len(yyv4774) - if yyrg4774 { - copy(yyv4774, yyv24774) + yyc4784 = true + yyrr4784 = len(yyv4784) + if yyrg4784 { + copy(yyv4784, yyv24784) } - } else if yyl4774 != len(yyv4774) { - yyv4774 = yyv4774[:yyl4774] - yyc4774 = true + } else if yyl4784 != len(yyv4784) { + yyv4784 = yyv4784[:yyl4784] + yyc4784 = true } - yyj4774 := 0 - for ; yyj4774 < yyrr4774; yyj4774++ { - yyh4774.ElemContainerState(yyj4774) + yyj4784 := 0 + for ; yyj4784 < yyrr4784; yyj4784++ { + yyh4784.ElemContainerState(yyj4784) if r.TryDecodeAsNil() { - yyv4774[yyj4774] = Node{} + yyv4784[yyj4784] = Node{} } else { - yyv4775 := &yyv4774[yyj4774] - yyv4775.CodecDecodeSelf(d) + yyv4785 := &yyv4784[yyj4784] + yyv4785.CodecDecodeSelf(d) } } - if yyrt4774 { - for ; yyj4774 < yyl4774; yyj4774++ { - yyv4774 = append(yyv4774, Node{}) - yyh4774.ElemContainerState(yyj4774) + if yyrt4784 { + for ; yyj4784 < yyl4784; yyj4784++ { + yyv4784 = append(yyv4784, Node{}) + yyh4784.ElemContainerState(yyj4784) if r.TryDecodeAsNil() { - yyv4774[yyj4774] = Node{} + yyv4784[yyj4784] = Node{} } else { - yyv4776 := &yyv4774[yyj4774] - yyv4776.CodecDecodeSelf(d) + yyv4786 := &yyv4784[yyj4784] + yyv4786.CodecDecodeSelf(d) } } } } else { - yyj4774 := 0 - for ; !r.CheckBreak(); yyj4774++ { + yyj4784 := 0 + for ; !r.CheckBreak(); yyj4784++ { - if yyj4774 >= len(yyv4774) { - yyv4774 = append(yyv4774, Node{}) // var yyz4774 Node - yyc4774 = true + if yyj4784 >= len(yyv4784) { + yyv4784 = append(yyv4784, Node{}) // var yyz4784 Node + yyc4784 = true } - yyh4774.ElemContainerState(yyj4774) - if yyj4774 < len(yyv4774) { + yyh4784.ElemContainerState(yyj4784) + if yyj4784 < len(yyv4784) { if r.TryDecodeAsNil() { - yyv4774[yyj4774] = Node{} + yyv4784[yyj4784] = Node{} } else { - yyv4777 := &yyv4774[yyj4774] - yyv4777.CodecDecodeSelf(d) + yyv4787 := &yyv4784[yyj4784] + yyv4787.CodecDecodeSelf(d) } } else { @@ -60956,17 +61052,17 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { } } - if yyj4774 < len(yyv4774) { - yyv4774 = yyv4774[:yyj4774] - yyc4774 = true - } else if yyj4774 == 0 && yyv4774 == nil { - yyv4774 = []Node{} - yyc4774 = true + if yyj4784 < len(yyv4784) { + yyv4784 = yyv4784[:yyj4784] + yyc4784 = true + } else if yyj4784 == 0 && yyv4784 == nil { + yyv4784 = []Node{} + yyc4784 = true } } - yyh4774.End() - if yyc4774 { - *v = yyv4774 + yyh4784.End() + if yyc4784 { + *v = yyv4784 } } @@ -60975,9 +61071,9 @@ func (x codecSelfer1234) encSliceFinalizerName(v []FinalizerName, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4778 := range v { + for _, yyv4788 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4778.CodecEncodeSelf(e) + yyv4788.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60987,75 +61083,75 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4779 := *v - yyh4779, yyl4779 := z.DecSliceHelperStart() - var yyc4779 bool - if yyl4779 == 0 { - if yyv4779 == nil { - yyv4779 = []FinalizerName{} - yyc4779 = true - } else if len(yyv4779) != 0 { - yyv4779 = yyv4779[:0] - yyc4779 = true + yyv4789 := *v + yyh4789, yyl4789 := z.DecSliceHelperStart() + var yyc4789 bool + if yyl4789 == 0 { + if yyv4789 == nil { + yyv4789 = []FinalizerName{} + yyc4789 = true + } else if len(yyv4789) != 0 { + yyv4789 = yyv4789[:0] + yyc4789 = true } - } else if yyl4779 > 0 { - var yyrr4779, yyrl4779 int - var yyrt4779 bool - if yyl4779 > cap(yyv4779) { + } else if yyl4789 > 0 { + var yyrr4789, yyrl4789 int + var yyrt4789 bool + if yyl4789 > cap(yyv4789) { - yyrl4779, yyrt4779 = z.DecInferLen(yyl4779, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4779 { - if yyrl4779 <= cap(yyv4779) { - yyv4779 = yyv4779[:yyrl4779] + yyrl4789, yyrt4789 = z.DecInferLen(yyl4789, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4789 { + if yyrl4789 <= cap(yyv4789) { + yyv4789 = yyv4789[:yyrl4789] } else { - yyv4779 = make([]FinalizerName, yyrl4779) + yyv4789 = make([]FinalizerName, yyrl4789) } } else { - yyv4779 = make([]FinalizerName, yyrl4779) + yyv4789 = make([]FinalizerName, yyrl4789) } - yyc4779 = true - yyrr4779 = len(yyv4779) - } else if yyl4779 != len(yyv4779) { - yyv4779 = yyv4779[:yyl4779] - yyc4779 = true + yyc4789 = true + yyrr4789 = len(yyv4789) + } else if yyl4789 != len(yyv4789) { + yyv4789 = yyv4789[:yyl4789] + yyc4789 = true } - yyj4779 := 0 - for ; yyj4779 < yyrr4779; yyj4779++ { - yyh4779.ElemContainerState(yyj4779) + yyj4789 := 0 + for ; yyj4789 < yyrr4789; yyj4789++ { + yyh4789.ElemContainerState(yyj4789) if r.TryDecodeAsNil() { - yyv4779[yyj4779] = "" + yyv4789[yyj4789] = "" } else { - yyv4779[yyj4779] = FinalizerName(r.DecodeString()) + yyv4789[yyj4789] = FinalizerName(r.DecodeString()) } } - if yyrt4779 { - for ; yyj4779 < yyl4779; yyj4779++ { - yyv4779 = append(yyv4779, "") - yyh4779.ElemContainerState(yyj4779) + if yyrt4789 { + for ; yyj4789 < yyl4789; yyj4789++ { + yyv4789 = append(yyv4789, "") + yyh4789.ElemContainerState(yyj4789) if r.TryDecodeAsNil() { - yyv4779[yyj4779] = "" + yyv4789[yyj4789] = "" } else { - yyv4779[yyj4779] = FinalizerName(r.DecodeString()) + yyv4789[yyj4789] = FinalizerName(r.DecodeString()) } } } } else { - yyj4779 := 0 - for ; !r.CheckBreak(); yyj4779++ { + yyj4789 := 0 + for ; !r.CheckBreak(); yyj4789++ { - if yyj4779 >= len(yyv4779) { - yyv4779 = append(yyv4779, "") // var yyz4779 FinalizerName - yyc4779 = true + if yyj4789 >= len(yyv4789) { + yyv4789 = append(yyv4789, "") // var yyz4789 FinalizerName + yyc4789 = true } - yyh4779.ElemContainerState(yyj4779) - if yyj4779 < len(yyv4779) { + yyh4789.ElemContainerState(yyj4789) + if yyj4789 < len(yyv4789) { if r.TryDecodeAsNil() { - yyv4779[yyj4779] = "" + yyv4789[yyj4789] = "" } else { - yyv4779[yyj4779] = FinalizerName(r.DecodeString()) + yyv4789[yyj4789] = FinalizerName(r.DecodeString()) } } else { @@ -61063,17 +61159,17 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. } } - if yyj4779 < len(yyv4779) { - yyv4779 = yyv4779[:yyj4779] - yyc4779 = true - } else if yyj4779 == 0 && yyv4779 == nil { - yyv4779 = []FinalizerName{} - yyc4779 = true + if yyj4789 < len(yyv4789) { + yyv4789 = yyv4789[:yyj4789] + yyc4789 = true + } else if yyj4789 == 0 && yyv4789 == nil { + yyv4789 = []FinalizerName{} + yyc4789 = true } } - yyh4779.End() - if yyc4779 { - *v = yyv4779 + yyh4789.End() + if yyc4789 { + *v = yyv4789 } } @@ -61082,10 +61178,10 @@ func (x codecSelfer1234) encSliceNamespace(v []Namespace, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4783 := range v { + for _, yyv4793 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4784 := &yyv4783 - yy4784.CodecEncodeSelf(e) + yy4794 := &yyv4793 + yy4794.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61095,83 +61191,83 @@ func (x codecSelfer1234) decSliceNamespace(v *[]Namespace, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4785 := *v - yyh4785, yyl4785 := z.DecSliceHelperStart() - var yyc4785 bool - if yyl4785 == 0 { - if yyv4785 == nil { - yyv4785 = []Namespace{} - yyc4785 = true - } else if len(yyv4785) != 0 { - yyv4785 = yyv4785[:0] - yyc4785 = true + yyv4795 := *v + yyh4795, yyl4795 := z.DecSliceHelperStart() + var yyc4795 bool + if yyl4795 == 0 { + if yyv4795 == nil { + yyv4795 = []Namespace{} + yyc4795 = true + } else if len(yyv4795) != 0 { + yyv4795 = yyv4795[:0] + yyc4795 = true } - } else if yyl4785 > 0 { - var yyrr4785, yyrl4785 int - var yyrt4785 bool - if yyl4785 > cap(yyv4785) { + } else if yyl4795 > 0 { + var yyrr4795, yyrl4795 int + var yyrt4795 bool + if yyl4795 > cap(yyv4795) { - yyrg4785 := len(yyv4785) > 0 - yyv24785 := yyv4785 - yyrl4785, yyrt4785 = z.DecInferLen(yyl4785, z.DecBasicHandle().MaxInitLen, 296) - if yyrt4785 { - if yyrl4785 <= cap(yyv4785) { - yyv4785 = yyv4785[:yyrl4785] + yyrg4795 := len(yyv4795) > 0 + yyv24795 := yyv4795 + yyrl4795, yyrt4795 = z.DecInferLen(yyl4795, z.DecBasicHandle().MaxInitLen, 296) + if yyrt4795 { + if yyrl4795 <= cap(yyv4795) { + yyv4795 = yyv4795[:yyrl4795] } else { - yyv4785 = make([]Namespace, yyrl4785) + yyv4795 = make([]Namespace, yyrl4795) } } else { - yyv4785 = make([]Namespace, yyrl4785) + yyv4795 = make([]Namespace, yyrl4795) } - yyc4785 = true - yyrr4785 = len(yyv4785) - if yyrg4785 { - copy(yyv4785, yyv24785) + yyc4795 = true + yyrr4795 = len(yyv4795) + if yyrg4795 { + copy(yyv4795, yyv24795) } - } else if yyl4785 != len(yyv4785) { - yyv4785 = yyv4785[:yyl4785] - yyc4785 = true + } else if yyl4795 != len(yyv4795) { + yyv4795 = yyv4795[:yyl4795] + yyc4795 = true } - yyj4785 := 0 - for ; yyj4785 < yyrr4785; yyj4785++ { - yyh4785.ElemContainerState(yyj4785) + yyj4795 := 0 + for ; yyj4795 < yyrr4795; yyj4795++ { + yyh4795.ElemContainerState(yyj4795) if r.TryDecodeAsNil() { - yyv4785[yyj4785] = Namespace{} + yyv4795[yyj4795] = Namespace{} } else { - yyv4786 := &yyv4785[yyj4785] - yyv4786.CodecDecodeSelf(d) + yyv4796 := &yyv4795[yyj4795] + yyv4796.CodecDecodeSelf(d) } } - if yyrt4785 { - for ; yyj4785 < yyl4785; yyj4785++ { - yyv4785 = append(yyv4785, Namespace{}) - yyh4785.ElemContainerState(yyj4785) + if yyrt4795 { + for ; yyj4795 < yyl4795; yyj4795++ { + yyv4795 = append(yyv4795, Namespace{}) + yyh4795.ElemContainerState(yyj4795) if r.TryDecodeAsNil() { - yyv4785[yyj4785] = Namespace{} + yyv4795[yyj4795] = Namespace{} } else { - yyv4787 := &yyv4785[yyj4785] - yyv4787.CodecDecodeSelf(d) + yyv4797 := &yyv4795[yyj4795] + yyv4797.CodecDecodeSelf(d) } } } } else { - yyj4785 := 0 - for ; !r.CheckBreak(); yyj4785++ { + yyj4795 := 0 + for ; !r.CheckBreak(); yyj4795++ { - if yyj4785 >= len(yyv4785) { - yyv4785 = append(yyv4785, Namespace{}) // var yyz4785 Namespace - yyc4785 = true + if yyj4795 >= len(yyv4795) { + yyv4795 = append(yyv4795, Namespace{}) // var yyz4795 Namespace + yyc4795 = true } - yyh4785.ElemContainerState(yyj4785) - if yyj4785 < len(yyv4785) { + yyh4795.ElemContainerState(yyj4795) + if yyj4795 < len(yyv4795) { if r.TryDecodeAsNil() { - yyv4785[yyj4785] = Namespace{} + yyv4795[yyj4795] = Namespace{} } else { - yyv4788 := &yyv4785[yyj4785] - yyv4788.CodecDecodeSelf(d) + yyv4798 := &yyv4795[yyj4795] + yyv4798.CodecDecodeSelf(d) } } else { @@ -61179,17 +61275,17 @@ func (x codecSelfer1234) decSliceNamespace(v *[]Namespace, d *codec1978.Decoder) } } - if yyj4785 < len(yyv4785) { - yyv4785 = yyv4785[:yyj4785] - yyc4785 = true - } else if yyj4785 == 0 && yyv4785 == nil { - yyv4785 = []Namespace{} - yyc4785 = true + if yyj4795 < len(yyv4795) { + yyv4795 = yyv4795[:yyj4795] + yyc4795 = true + } else if yyj4795 == 0 && yyv4795 == nil { + yyv4795 = []Namespace{} + yyc4795 = true } } - yyh4785.End() - if yyc4785 { - *v = yyv4785 + yyh4795.End() + if yyc4795 { + *v = yyv4795 } } @@ -61198,10 +61294,10 @@ func (x codecSelfer1234) encSliceEvent(v []Event, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4789 := range v { + for _, yyv4799 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4790 := &yyv4789 - yy4790.CodecEncodeSelf(e) + yy4800 := &yyv4799 + yy4800.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61211,83 +61307,83 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4791 := *v - yyh4791, yyl4791 := z.DecSliceHelperStart() - var yyc4791 bool - if yyl4791 == 0 { - if yyv4791 == nil { - yyv4791 = []Event{} - yyc4791 = true - } else if len(yyv4791) != 0 { - yyv4791 = yyv4791[:0] - yyc4791 = true + yyv4801 := *v + yyh4801, yyl4801 := z.DecSliceHelperStart() + var yyc4801 bool + if yyl4801 == 0 { + if yyv4801 == nil { + yyv4801 = []Event{} + yyc4801 = true + } else if len(yyv4801) != 0 { + yyv4801 = yyv4801[:0] + yyc4801 = true } - } else if yyl4791 > 0 { - var yyrr4791, yyrl4791 int - var yyrt4791 bool - if yyl4791 > cap(yyv4791) { + } else if yyl4801 > 0 { + var yyrr4801, yyrl4801 int + var yyrt4801 bool + if yyl4801 > cap(yyv4801) { - yyrg4791 := len(yyv4791) > 0 - yyv24791 := yyv4791 - yyrl4791, yyrt4791 = z.DecInferLen(yyl4791, z.DecBasicHandle().MaxInitLen, 504) - if yyrt4791 { - if yyrl4791 <= cap(yyv4791) { - yyv4791 = yyv4791[:yyrl4791] + yyrg4801 := len(yyv4801) > 0 + yyv24801 := yyv4801 + yyrl4801, yyrt4801 = z.DecInferLen(yyl4801, z.DecBasicHandle().MaxInitLen, 504) + if yyrt4801 { + if yyrl4801 <= cap(yyv4801) { + yyv4801 = yyv4801[:yyrl4801] } else { - yyv4791 = make([]Event, yyrl4791) + yyv4801 = make([]Event, yyrl4801) } } else { - yyv4791 = make([]Event, yyrl4791) + yyv4801 = make([]Event, yyrl4801) } - yyc4791 = true - yyrr4791 = len(yyv4791) - if yyrg4791 { - copy(yyv4791, yyv24791) + yyc4801 = true + yyrr4801 = len(yyv4801) + if yyrg4801 { + copy(yyv4801, yyv24801) } - } else if yyl4791 != len(yyv4791) { - yyv4791 = yyv4791[:yyl4791] - yyc4791 = true + } else if yyl4801 != len(yyv4801) { + yyv4801 = yyv4801[:yyl4801] + yyc4801 = true } - yyj4791 := 0 - for ; yyj4791 < yyrr4791; yyj4791++ { - yyh4791.ElemContainerState(yyj4791) + yyj4801 := 0 + for ; yyj4801 < yyrr4801; yyj4801++ { + yyh4801.ElemContainerState(yyj4801) if r.TryDecodeAsNil() { - yyv4791[yyj4791] = Event{} + yyv4801[yyj4801] = Event{} } else { - yyv4792 := &yyv4791[yyj4791] - yyv4792.CodecDecodeSelf(d) + yyv4802 := &yyv4801[yyj4801] + yyv4802.CodecDecodeSelf(d) } } - if yyrt4791 { - for ; yyj4791 < yyl4791; yyj4791++ { - yyv4791 = append(yyv4791, Event{}) - yyh4791.ElemContainerState(yyj4791) + if yyrt4801 { + for ; yyj4801 < yyl4801; yyj4801++ { + yyv4801 = append(yyv4801, Event{}) + yyh4801.ElemContainerState(yyj4801) if r.TryDecodeAsNil() { - yyv4791[yyj4791] = Event{} + yyv4801[yyj4801] = Event{} } else { - yyv4793 := &yyv4791[yyj4791] - yyv4793.CodecDecodeSelf(d) + yyv4803 := &yyv4801[yyj4801] + yyv4803.CodecDecodeSelf(d) } } } } else { - yyj4791 := 0 - for ; !r.CheckBreak(); yyj4791++ { + yyj4801 := 0 + for ; !r.CheckBreak(); yyj4801++ { - if yyj4791 >= len(yyv4791) { - yyv4791 = append(yyv4791, Event{}) // var yyz4791 Event - yyc4791 = true + if yyj4801 >= len(yyv4801) { + yyv4801 = append(yyv4801, Event{}) // var yyz4801 Event + yyc4801 = true } - yyh4791.ElemContainerState(yyj4791) - if yyj4791 < len(yyv4791) { + yyh4801.ElemContainerState(yyj4801) + if yyj4801 < len(yyv4801) { if r.TryDecodeAsNil() { - yyv4791[yyj4791] = Event{} + yyv4801[yyj4801] = Event{} } else { - yyv4794 := &yyv4791[yyj4791] - yyv4794.CodecDecodeSelf(d) + yyv4804 := &yyv4801[yyj4801] + yyv4804.CodecDecodeSelf(d) } } else { @@ -61295,17 +61391,17 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { } } - if yyj4791 < len(yyv4791) { - yyv4791 = yyv4791[:yyj4791] - yyc4791 = true - } else if yyj4791 == 0 && yyv4791 == nil { - yyv4791 = []Event{} - yyc4791 = true + if yyj4801 < len(yyv4801) { + yyv4801 = yyv4801[:yyj4801] + yyc4801 = true + } else if yyj4801 == 0 && yyv4801 == nil { + yyv4801 = []Event{} + yyc4801 = true } } - yyh4791.End() - if yyc4791 { - *v = yyv4791 + yyh4801.End() + if yyc4801 { + *v = yyv4801 } } @@ -61314,17 +61410,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 _, yyv4795 := range v { + for _, yyv4805 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyv4795 == nil { + if yyv4805 == nil { r.EncodeNil() } else { - yym4796 := z.EncBinary() - _ = yym4796 + yym4806 := z.EncBinary() + _ = yym4806 if false { - } else if z.HasExtensions() && z.EncExt(yyv4795) { + } else if z.HasExtensions() && z.EncExt(yyv4805) { } else { - z.EncFallback(yyv4795) + z.EncFallback(yyv4805) } } } @@ -61336,74 +61432,74 @@ func (x codecSelfer1234) decSliceruntime_Object(v *[]pkg7_runtime.Object, d *cod z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4797 := *v - yyh4797, yyl4797 := z.DecSliceHelperStart() - var yyc4797 bool - if yyl4797 == 0 { - if yyv4797 == nil { - yyv4797 = []pkg7_runtime.Object{} - yyc4797 = true - } else if len(yyv4797) != 0 { - yyv4797 = yyv4797[:0] - yyc4797 = true + yyv4807 := *v + yyh4807, yyl4807 := z.DecSliceHelperStart() + var yyc4807 bool + if yyl4807 == 0 { + if yyv4807 == nil { + yyv4807 = []pkg7_runtime.Object{} + yyc4807 = true + } else if len(yyv4807) != 0 { + yyv4807 = yyv4807[:0] + yyc4807 = true } - } else if yyl4797 > 0 { - var yyrr4797, yyrl4797 int - var yyrt4797 bool - if yyl4797 > cap(yyv4797) { + } else if yyl4807 > 0 { + var yyrr4807, yyrl4807 int + var yyrt4807 bool + if yyl4807 > cap(yyv4807) { - yyrg4797 := len(yyv4797) > 0 - yyv24797 := yyv4797 - yyrl4797, yyrt4797 = z.DecInferLen(yyl4797, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4797 { - if yyrl4797 <= cap(yyv4797) { - yyv4797 = yyv4797[:yyrl4797] + yyrg4807 := len(yyv4807) > 0 + yyv24807 := yyv4807 + yyrl4807, yyrt4807 = z.DecInferLen(yyl4807, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4807 { + if yyrl4807 <= cap(yyv4807) { + yyv4807 = yyv4807[:yyrl4807] } else { - yyv4797 = make([]pkg7_runtime.Object, yyrl4797) + yyv4807 = make([]pkg7_runtime.Object, yyrl4807) } } else { - yyv4797 = make([]pkg7_runtime.Object, yyrl4797) + yyv4807 = make([]pkg7_runtime.Object, yyrl4807) } - yyc4797 = true - yyrr4797 = len(yyv4797) - if yyrg4797 { - copy(yyv4797, yyv24797) + yyc4807 = true + yyrr4807 = len(yyv4807) + if yyrg4807 { + copy(yyv4807, yyv24807) } - } else if yyl4797 != len(yyv4797) { - yyv4797 = yyv4797[:yyl4797] - yyc4797 = true + } else if yyl4807 != len(yyv4807) { + yyv4807 = yyv4807[:yyl4807] + yyc4807 = true } - yyj4797 := 0 - for ; yyj4797 < yyrr4797; yyj4797++ { - yyh4797.ElemContainerState(yyj4797) + yyj4807 := 0 + for ; yyj4807 < yyrr4807; yyj4807++ { + yyh4807.ElemContainerState(yyj4807) if r.TryDecodeAsNil() { - yyv4797[yyj4797] = nil + yyv4807[yyj4807] = nil } else { - yyv4798 := &yyv4797[yyj4797] - yym4799 := z.DecBinary() - _ = yym4799 + yyv4808 := &yyv4807[yyj4807] + yym4809 := z.DecBinary() + _ = yym4809 if false { - } else if z.HasExtensions() && z.DecExt(yyv4798) { + } else if z.HasExtensions() && z.DecExt(yyv4808) { } else { - z.DecFallback(yyv4798, true) + z.DecFallback(yyv4808, true) } } } - if yyrt4797 { - for ; yyj4797 < yyl4797; yyj4797++ { - yyv4797 = append(yyv4797, nil) - yyh4797.ElemContainerState(yyj4797) + if yyrt4807 { + for ; yyj4807 < yyl4807; yyj4807++ { + yyv4807 = append(yyv4807, nil) + yyh4807.ElemContainerState(yyj4807) if r.TryDecodeAsNil() { - yyv4797[yyj4797] = nil + yyv4807[yyj4807] = nil } else { - yyv4800 := &yyv4797[yyj4797] - yym4801 := z.DecBinary() - _ = yym4801 + yyv4810 := &yyv4807[yyj4807] + yym4811 := z.DecBinary() + _ = yym4811 if false { - } else if z.HasExtensions() && z.DecExt(yyv4800) { + } else if z.HasExtensions() && z.DecExt(yyv4810) { } else { - z.DecFallback(yyv4800, true) + z.DecFallback(yyv4810, true) } } @@ -61411,25 +61507,25 @@ func (x codecSelfer1234) decSliceruntime_Object(v *[]pkg7_runtime.Object, d *cod } } else { - yyj4797 := 0 - for ; !r.CheckBreak(); yyj4797++ { + yyj4807 := 0 + for ; !r.CheckBreak(); yyj4807++ { - if yyj4797 >= len(yyv4797) { - yyv4797 = append(yyv4797, nil) // var yyz4797 pkg7_runtime.Object - yyc4797 = true + if yyj4807 >= len(yyv4807) { + yyv4807 = append(yyv4807, nil) // var yyz4807 pkg7_runtime.Object + yyc4807 = true } - yyh4797.ElemContainerState(yyj4797) - if yyj4797 < len(yyv4797) { + yyh4807.ElemContainerState(yyj4807) + if yyj4807 < len(yyv4807) { if r.TryDecodeAsNil() { - yyv4797[yyj4797] = nil + yyv4807[yyj4807] = nil } else { - yyv4802 := &yyv4797[yyj4797] - yym4803 := z.DecBinary() - _ = yym4803 + yyv4812 := &yyv4807[yyj4807] + yym4813 := z.DecBinary() + _ = yym4813 if false { - } else if z.HasExtensions() && z.DecExt(yyv4802) { + } else if z.HasExtensions() && z.DecExt(yyv4812) { } else { - z.DecFallback(yyv4802, true) + z.DecFallback(yyv4812, true) } } @@ -61438,17 +61534,17 @@ func (x codecSelfer1234) decSliceruntime_Object(v *[]pkg7_runtime.Object, d *cod } } - if yyj4797 < len(yyv4797) { - yyv4797 = yyv4797[:yyj4797] - yyc4797 = true - } else if yyj4797 == 0 && yyv4797 == nil { - yyv4797 = []pkg7_runtime.Object{} - yyc4797 = true + if yyj4807 < len(yyv4807) { + yyv4807 = yyv4807[:yyj4807] + yyc4807 = true + } else if yyj4807 == 0 && yyv4807 == nil { + yyv4807 = []pkg7_runtime.Object{} + yyc4807 = true } } - yyh4797.End() - if yyc4797 { - *v = yyv4797 + yyh4807.End() + if yyc4807 { + *v = yyv4807 } } @@ -61457,10 +61553,10 @@ func (x codecSelfer1234) encSliceLimitRangeItem(v []LimitRangeItem, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4804 := range v { + for _, yyv4814 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4805 := &yyv4804 - yy4805.CodecEncodeSelf(e) + yy4815 := &yyv4814 + yy4815.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61470,83 +61566,83 @@ func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4806 := *v - yyh4806, yyl4806 := z.DecSliceHelperStart() - var yyc4806 bool - if yyl4806 == 0 { - if yyv4806 == nil { - yyv4806 = []LimitRangeItem{} - yyc4806 = true - } else if len(yyv4806) != 0 { - yyv4806 = yyv4806[:0] - yyc4806 = true + yyv4816 := *v + yyh4816, yyl4816 := z.DecSliceHelperStart() + var yyc4816 bool + if yyl4816 == 0 { + if yyv4816 == nil { + yyv4816 = []LimitRangeItem{} + yyc4816 = true + } else if len(yyv4816) != 0 { + yyv4816 = yyv4816[:0] + yyc4816 = true } - } else if yyl4806 > 0 { - var yyrr4806, yyrl4806 int - var yyrt4806 bool - if yyl4806 > cap(yyv4806) { + } else if yyl4816 > 0 { + var yyrr4816, yyrl4816 int + var yyrt4816 bool + if yyl4816 > cap(yyv4816) { - yyrg4806 := len(yyv4806) > 0 - yyv24806 := yyv4806 - yyrl4806, yyrt4806 = z.DecInferLen(yyl4806, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4806 { - if yyrl4806 <= cap(yyv4806) { - yyv4806 = yyv4806[:yyrl4806] + yyrg4816 := len(yyv4816) > 0 + yyv24816 := yyv4816 + yyrl4816, yyrt4816 = z.DecInferLen(yyl4816, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4816 { + if yyrl4816 <= cap(yyv4816) { + yyv4816 = yyv4816[:yyrl4816] } else { - yyv4806 = make([]LimitRangeItem, yyrl4806) + yyv4816 = make([]LimitRangeItem, yyrl4816) } } else { - yyv4806 = make([]LimitRangeItem, yyrl4806) + yyv4816 = make([]LimitRangeItem, yyrl4816) } - yyc4806 = true - yyrr4806 = len(yyv4806) - if yyrg4806 { - copy(yyv4806, yyv24806) + yyc4816 = true + yyrr4816 = len(yyv4816) + if yyrg4816 { + copy(yyv4816, yyv24816) } - } else if yyl4806 != len(yyv4806) { - yyv4806 = yyv4806[:yyl4806] - yyc4806 = true + } else if yyl4816 != len(yyv4816) { + yyv4816 = yyv4816[:yyl4816] + yyc4816 = true } - yyj4806 := 0 - for ; yyj4806 < yyrr4806; yyj4806++ { - yyh4806.ElemContainerState(yyj4806) + yyj4816 := 0 + for ; yyj4816 < yyrr4816; yyj4816++ { + yyh4816.ElemContainerState(yyj4816) if r.TryDecodeAsNil() { - yyv4806[yyj4806] = LimitRangeItem{} + yyv4816[yyj4816] = LimitRangeItem{} } else { - yyv4807 := &yyv4806[yyj4806] - yyv4807.CodecDecodeSelf(d) + yyv4817 := &yyv4816[yyj4816] + yyv4817.CodecDecodeSelf(d) } } - if yyrt4806 { - for ; yyj4806 < yyl4806; yyj4806++ { - yyv4806 = append(yyv4806, LimitRangeItem{}) - yyh4806.ElemContainerState(yyj4806) + if yyrt4816 { + for ; yyj4816 < yyl4816; yyj4816++ { + yyv4816 = append(yyv4816, LimitRangeItem{}) + yyh4816.ElemContainerState(yyj4816) if r.TryDecodeAsNil() { - yyv4806[yyj4806] = LimitRangeItem{} + yyv4816[yyj4816] = LimitRangeItem{} } else { - yyv4808 := &yyv4806[yyj4806] - yyv4808.CodecDecodeSelf(d) + yyv4818 := &yyv4816[yyj4816] + yyv4818.CodecDecodeSelf(d) } } } } else { - yyj4806 := 0 - for ; !r.CheckBreak(); yyj4806++ { + yyj4816 := 0 + for ; !r.CheckBreak(); yyj4816++ { - if yyj4806 >= len(yyv4806) { - yyv4806 = append(yyv4806, LimitRangeItem{}) // var yyz4806 LimitRangeItem - yyc4806 = true + if yyj4816 >= len(yyv4816) { + yyv4816 = append(yyv4816, LimitRangeItem{}) // var yyz4816 LimitRangeItem + yyc4816 = true } - yyh4806.ElemContainerState(yyj4806) - if yyj4806 < len(yyv4806) { + yyh4816.ElemContainerState(yyj4816) + if yyj4816 < len(yyv4816) { if r.TryDecodeAsNil() { - yyv4806[yyj4806] = LimitRangeItem{} + yyv4816[yyj4816] = LimitRangeItem{} } else { - yyv4809 := &yyv4806[yyj4806] - yyv4809.CodecDecodeSelf(d) + yyv4819 := &yyv4816[yyj4816] + yyv4819.CodecDecodeSelf(d) } } else { @@ -61554,17 +61650,17 @@ func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec197 } } - if yyj4806 < len(yyv4806) { - yyv4806 = yyv4806[:yyj4806] - yyc4806 = true - } else if yyj4806 == 0 && yyv4806 == nil { - yyv4806 = []LimitRangeItem{} - yyc4806 = true + if yyj4816 < len(yyv4816) { + yyv4816 = yyv4816[:yyj4816] + yyc4816 = true + } else if yyj4816 == 0 && yyv4816 == nil { + yyv4816 = []LimitRangeItem{} + yyc4816 = true } } - yyh4806.End() - if yyc4806 { - *v = yyv4806 + yyh4816.End() + if yyc4816 { + *v = yyv4816 } } @@ -61573,10 +61669,10 @@ func (x codecSelfer1234) encSliceLimitRange(v []LimitRange, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4810 := range v { + for _, yyv4820 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4811 := &yyv4810 - yy4811.CodecEncodeSelf(e) + yy4821 := &yyv4820 + yy4821.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61586,83 +61682,83 @@ func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4812 := *v - yyh4812, yyl4812 := z.DecSliceHelperStart() - var yyc4812 bool - if yyl4812 == 0 { - if yyv4812 == nil { - yyv4812 = []LimitRange{} - yyc4812 = true - } else if len(yyv4812) != 0 { - yyv4812 = yyv4812[:0] - yyc4812 = true + yyv4822 := *v + yyh4822, yyl4822 := z.DecSliceHelperStart() + var yyc4822 bool + if yyl4822 == 0 { + if yyv4822 == nil { + yyv4822 = []LimitRange{} + yyc4822 = true + } else if len(yyv4822) != 0 { + yyv4822 = yyv4822[:0] + yyc4822 = true } - } else if yyl4812 > 0 { - var yyrr4812, yyrl4812 int - var yyrt4812 bool - if yyl4812 > cap(yyv4812) { + } else if yyl4822 > 0 { + var yyrr4822, yyrl4822 int + var yyrt4822 bool + if yyl4822 > cap(yyv4822) { - yyrg4812 := len(yyv4812) > 0 - yyv24812 := yyv4812 - yyrl4812, yyrt4812 = z.DecInferLen(yyl4812, z.DecBasicHandle().MaxInitLen, 280) - if yyrt4812 { - if yyrl4812 <= cap(yyv4812) { - yyv4812 = yyv4812[:yyrl4812] + yyrg4822 := len(yyv4822) > 0 + yyv24822 := yyv4822 + yyrl4822, yyrt4822 = z.DecInferLen(yyl4822, z.DecBasicHandle().MaxInitLen, 280) + if yyrt4822 { + if yyrl4822 <= cap(yyv4822) { + yyv4822 = yyv4822[:yyrl4822] } else { - yyv4812 = make([]LimitRange, yyrl4812) + yyv4822 = make([]LimitRange, yyrl4822) } } else { - yyv4812 = make([]LimitRange, yyrl4812) + yyv4822 = make([]LimitRange, yyrl4822) } - yyc4812 = true - yyrr4812 = len(yyv4812) - if yyrg4812 { - copy(yyv4812, yyv24812) + yyc4822 = true + yyrr4822 = len(yyv4822) + if yyrg4822 { + copy(yyv4822, yyv24822) } - } else if yyl4812 != len(yyv4812) { - yyv4812 = yyv4812[:yyl4812] - yyc4812 = true + } else if yyl4822 != len(yyv4822) { + yyv4822 = yyv4822[:yyl4822] + yyc4822 = true } - yyj4812 := 0 - for ; yyj4812 < yyrr4812; yyj4812++ { - yyh4812.ElemContainerState(yyj4812) + yyj4822 := 0 + for ; yyj4822 < yyrr4822; yyj4822++ { + yyh4822.ElemContainerState(yyj4822) if r.TryDecodeAsNil() { - yyv4812[yyj4812] = LimitRange{} + yyv4822[yyj4822] = LimitRange{} } else { - yyv4813 := &yyv4812[yyj4812] - yyv4813.CodecDecodeSelf(d) + yyv4823 := &yyv4822[yyj4822] + yyv4823.CodecDecodeSelf(d) } } - if yyrt4812 { - for ; yyj4812 < yyl4812; yyj4812++ { - yyv4812 = append(yyv4812, LimitRange{}) - yyh4812.ElemContainerState(yyj4812) + if yyrt4822 { + for ; yyj4822 < yyl4822; yyj4822++ { + yyv4822 = append(yyv4822, LimitRange{}) + yyh4822.ElemContainerState(yyj4822) if r.TryDecodeAsNil() { - yyv4812[yyj4812] = LimitRange{} + yyv4822[yyj4822] = LimitRange{} } else { - yyv4814 := &yyv4812[yyj4812] - yyv4814.CodecDecodeSelf(d) + yyv4824 := &yyv4822[yyj4822] + yyv4824.CodecDecodeSelf(d) } } } } else { - yyj4812 := 0 - for ; !r.CheckBreak(); yyj4812++ { + yyj4822 := 0 + for ; !r.CheckBreak(); yyj4822++ { - if yyj4812 >= len(yyv4812) { - yyv4812 = append(yyv4812, LimitRange{}) // var yyz4812 LimitRange - yyc4812 = true + if yyj4822 >= len(yyv4822) { + yyv4822 = append(yyv4822, LimitRange{}) // var yyz4822 LimitRange + yyc4822 = true } - yyh4812.ElemContainerState(yyj4812) - if yyj4812 < len(yyv4812) { + yyh4822.ElemContainerState(yyj4822) + if yyj4822 < len(yyv4822) { if r.TryDecodeAsNil() { - yyv4812[yyj4812] = LimitRange{} + yyv4822[yyj4822] = LimitRange{} } else { - yyv4815 := &yyv4812[yyj4812] - yyv4815.CodecDecodeSelf(d) + yyv4825 := &yyv4822[yyj4822] + yyv4825.CodecDecodeSelf(d) } } else { @@ -61670,17 +61766,17 @@ func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decode } } - if yyj4812 < len(yyv4812) { - yyv4812 = yyv4812[:yyj4812] - yyc4812 = true - } else if yyj4812 == 0 && yyv4812 == nil { - yyv4812 = []LimitRange{} - yyc4812 = true + if yyj4822 < len(yyv4822) { + yyv4822 = yyv4822[:yyj4822] + yyc4822 = true + } else if yyj4822 == 0 && yyv4822 == nil { + yyv4822 = []LimitRange{} + yyc4822 = true } } - yyh4812.End() - if yyc4812 { - *v = yyv4812 + yyh4822.End() + if yyc4822 { + *v = yyv4822 } } @@ -61689,9 +61785,9 @@ func (x codecSelfer1234) encSliceResourceQuotaScope(v []ResourceQuotaScope, e *c z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4816 := range v { + for _, yyv4826 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4816.CodecEncodeSelf(e) + yyv4826.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61701,75 +61797,75 @@ func (x codecSelfer1234) decSliceResourceQuotaScope(v *[]ResourceQuotaScope, d * z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4817 := *v - yyh4817, yyl4817 := z.DecSliceHelperStart() - var yyc4817 bool - if yyl4817 == 0 { - if yyv4817 == nil { - yyv4817 = []ResourceQuotaScope{} - yyc4817 = true - } else if len(yyv4817) != 0 { - yyv4817 = yyv4817[:0] - yyc4817 = true + yyv4827 := *v + yyh4827, yyl4827 := z.DecSliceHelperStart() + var yyc4827 bool + if yyl4827 == 0 { + if yyv4827 == nil { + yyv4827 = []ResourceQuotaScope{} + yyc4827 = true + } else if len(yyv4827) != 0 { + yyv4827 = yyv4827[:0] + yyc4827 = true } - } else if yyl4817 > 0 { - var yyrr4817, yyrl4817 int - var yyrt4817 bool - if yyl4817 > cap(yyv4817) { + } else if yyl4827 > 0 { + var yyrr4827, yyrl4827 int + var yyrt4827 bool + if yyl4827 > cap(yyv4827) { - yyrl4817, yyrt4817 = z.DecInferLen(yyl4817, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4817 { - if yyrl4817 <= cap(yyv4817) { - yyv4817 = yyv4817[:yyrl4817] + yyrl4827, yyrt4827 = z.DecInferLen(yyl4827, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4827 { + if yyrl4827 <= cap(yyv4827) { + yyv4827 = yyv4827[:yyrl4827] } else { - yyv4817 = make([]ResourceQuotaScope, yyrl4817) + yyv4827 = make([]ResourceQuotaScope, yyrl4827) } } else { - yyv4817 = make([]ResourceQuotaScope, yyrl4817) + yyv4827 = make([]ResourceQuotaScope, yyrl4827) } - yyc4817 = true - yyrr4817 = len(yyv4817) - } else if yyl4817 != len(yyv4817) { - yyv4817 = yyv4817[:yyl4817] - yyc4817 = true + yyc4827 = true + yyrr4827 = len(yyv4827) + } else if yyl4827 != len(yyv4827) { + yyv4827 = yyv4827[:yyl4827] + yyc4827 = true } - yyj4817 := 0 - for ; yyj4817 < yyrr4817; yyj4817++ { - yyh4817.ElemContainerState(yyj4817) + yyj4827 := 0 + for ; yyj4827 < yyrr4827; yyj4827++ { + yyh4827.ElemContainerState(yyj4827) if r.TryDecodeAsNil() { - yyv4817[yyj4817] = "" + yyv4827[yyj4827] = "" } else { - yyv4817[yyj4817] = ResourceQuotaScope(r.DecodeString()) + yyv4827[yyj4827] = ResourceQuotaScope(r.DecodeString()) } } - if yyrt4817 { - for ; yyj4817 < yyl4817; yyj4817++ { - yyv4817 = append(yyv4817, "") - yyh4817.ElemContainerState(yyj4817) + if yyrt4827 { + for ; yyj4827 < yyl4827; yyj4827++ { + yyv4827 = append(yyv4827, "") + yyh4827.ElemContainerState(yyj4827) if r.TryDecodeAsNil() { - yyv4817[yyj4817] = "" + yyv4827[yyj4827] = "" } else { - yyv4817[yyj4817] = ResourceQuotaScope(r.DecodeString()) + yyv4827[yyj4827] = ResourceQuotaScope(r.DecodeString()) } } } } else { - yyj4817 := 0 - for ; !r.CheckBreak(); yyj4817++ { + yyj4827 := 0 + for ; !r.CheckBreak(); yyj4827++ { - if yyj4817 >= len(yyv4817) { - yyv4817 = append(yyv4817, "") // var yyz4817 ResourceQuotaScope - yyc4817 = true + if yyj4827 >= len(yyv4827) { + yyv4827 = append(yyv4827, "") // var yyz4827 ResourceQuotaScope + yyc4827 = true } - yyh4817.ElemContainerState(yyj4817) - if yyj4817 < len(yyv4817) { + yyh4827.ElemContainerState(yyj4827) + if yyj4827 < len(yyv4827) { if r.TryDecodeAsNil() { - yyv4817[yyj4817] = "" + yyv4827[yyj4827] = "" } else { - yyv4817[yyj4817] = ResourceQuotaScope(r.DecodeString()) + yyv4827[yyj4827] = ResourceQuotaScope(r.DecodeString()) } } else { @@ -61777,17 +61873,17 @@ func (x codecSelfer1234) decSliceResourceQuotaScope(v *[]ResourceQuotaScope, d * } } - if yyj4817 < len(yyv4817) { - yyv4817 = yyv4817[:yyj4817] - yyc4817 = true - } else if yyj4817 == 0 && yyv4817 == nil { - yyv4817 = []ResourceQuotaScope{} - yyc4817 = true + if yyj4827 < len(yyv4827) { + yyv4827 = yyv4827[:yyj4827] + yyc4827 = true + } else if yyj4827 == 0 && yyv4827 == nil { + yyv4827 = []ResourceQuotaScope{} + yyc4827 = true } } - yyh4817.End() - if yyc4817 { - *v = yyv4817 + yyh4827.End() + if yyc4827 { + *v = yyv4827 } } @@ -61796,10 +61892,10 @@ func (x codecSelfer1234) encSliceResourceQuota(v []ResourceQuota, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4821 := range v { + for _, yyv4831 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4822 := &yyv4821 - yy4822.CodecEncodeSelf(e) + yy4832 := &yyv4831 + yy4832.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61809,83 +61905,83 @@ func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4823 := *v - yyh4823, yyl4823 := z.DecSliceHelperStart() - var yyc4823 bool - if yyl4823 == 0 { - if yyv4823 == nil { - yyv4823 = []ResourceQuota{} - yyc4823 = true - } else if len(yyv4823) != 0 { - yyv4823 = yyv4823[:0] - yyc4823 = true + yyv4833 := *v + yyh4833, yyl4833 := z.DecSliceHelperStart() + var yyc4833 bool + if yyl4833 == 0 { + if yyv4833 == nil { + yyv4833 = []ResourceQuota{} + yyc4833 = true + } else if len(yyv4833) != 0 { + yyv4833 = yyv4833[:0] + yyc4833 = true } - } else if yyl4823 > 0 { - var yyrr4823, yyrl4823 int - var yyrt4823 bool - if yyl4823 > cap(yyv4823) { + } else if yyl4833 > 0 { + var yyrr4833, yyrl4833 int + var yyrt4833 bool + if yyl4833 > cap(yyv4833) { - yyrg4823 := len(yyv4823) > 0 - yyv24823 := yyv4823 - yyrl4823, yyrt4823 = z.DecInferLen(yyl4823, z.DecBasicHandle().MaxInitLen, 304) - if yyrt4823 { - if yyrl4823 <= cap(yyv4823) { - yyv4823 = yyv4823[:yyrl4823] + yyrg4833 := len(yyv4833) > 0 + yyv24833 := yyv4833 + yyrl4833, yyrt4833 = z.DecInferLen(yyl4833, z.DecBasicHandle().MaxInitLen, 304) + if yyrt4833 { + if yyrl4833 <= cap(yyv4833) { + yyv4833 = yyv4833[:yyrl4833] } else { - yyv4823 = make([]ResourceQuota, yyrl4823) + yyv4833 = make([]ResourceQuota, yyrl4833) } } else { - yyv4823 = make([]ResourceQuota, yyrl4823) + yyv4833 = make([]ResourceQuota, yyrl4833) } - yyc4823 = true - yyrr4823 = len(yyv4823) - if yyrg4823 { - copy(yyv4823, yyv24823) + yyc4833 = true + yyrr4833 = len(yyv4833) + if yyrg4833 { + copy(yyv4833, yyv24833) } - } else if yyl4823 != len(yyv4823) { - yyv4823 = yyv4823[:yyl4823] - yyc4823 = true + } else if yyl4833 != len(yyv4833) { + yyv4833 = yyv4833[:yyl4833] + yyc4833 = true } - yyj4823 := 0 - for ; yyj4823 < yyrr4823; yyj4823++ { - yyh4823.ElemContainerState(yyj4823) + yyj4833 := 0 + for ; yyj4833 < yyrr4833; yyj4833++ { + yyh4833.ElemContainerState(yyj4833) if r.TryDecodeAsNil() { - yyv4823[yyj4823] = ResourceQuota{} + yyv4833[yyj4833] = ResourceQuota{} } else { - yyv4824 := &yyv4823[yyj4823] - yyv4824.CodecDecodeSelf(d) + yyv4834 := &yyv4833[yyj4833] + yyv4834.CodecDecodeSelf(d) } } - if yyrt4823 { - for ; yyj4823 < yyl4823; yyj4823++ { - yyv4823 = append(yyv4823, ResourceQuota{}) - yyh4823.ElemContainerState(yyj4823) + if yyrt4833 { + for ; yyj4833 < yyl4833; yyj4833++ { + yyv4833 = append(yyv4833, ResourceQuota{}) + yyh4833.ElemContainerState(yyj4833) if r.TryDecodeAsNil() { - yyv4823[yyj4823] = ResourceQuota{} + yyv4833[yyj4833] = ResourceQuota{} } else { - yyv4825 := &yyv4823[yyj4823] - yyv4825.CodecDecodeSelf(d) + yyv4835 := &yyv4833[yyj4833] + yyv4835.CodecDecodeSelf(d) } } } } else { - yyj4823 := 0 - for ; !r.CheckBreak(); yyj4823++ { + yyj4833 := 0 + for ; !r.CheckBreak(); yyj4833++ { - if yyj4823 >= len(yyv4823) { - yyv4823 = append(yyv4823, ResourceQuota{}) // var yyz4823 ResourceQuota - yyc4823 = true + if yyj4833 >= len(yyv4833) { + yyv4833 = append(yyv4833, ResourceQuota{}) // var yyz4833 ResourceQuota + yyc4833 = true } - yyh4823.ElemContainerState(yyj4823) - if yyj4823 < len(yyv4823) { + yyh4833.ElemContainerState(yyj4833) + if yyj4833 < len(yyv4833) { if r.TryDecodeAsNil() { - yyv4823[yyj4823] = ResourceQuota{} + yyv4833[yyj4833] = ResourceQuota{} } else { - yyv4826 := &yyv4823[yyj4823] - yyv4826.CodecDecodeSelf(d) + yyv4836 := &yyv4833[yyj4833] + yyv4836.CodecDecodeSelf(d) } } else { @@ -61893,17 +61989,17 @@ func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978. } } - if yyj4823 < len(yyv4823) { - yyv4823 = yyv4823[:yyj4823] - yyc4823 = true - } else if yyj4823 == 0 && yyv4823 == nil { - yyv4823 = []ResourceQuota{} - yyc4823 = true + if yyj4833 < len(yyv4833) { + yyv4833 = yyv4833[:yyj4833] + yyc4833 = true + } else if yyj4833 == 0 && yyv4833 == nil { + yyv4833 = []ResourceQuota{} + yyc4833 = true } } - yyh4823.End() - if yyc4823 { - *v = yyv4823 + yyh4833.End() + if yyc4833 { + *v = yyv4833 } } @@ -61912,23 +62008,23 @@ func (x codecSelfer1234) encMapstringSliceuint8(v map[string][]uint8, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeMapStart(len(v)) - for yyk4827, yyv4827 := range v { + for yyk4837, yyv4837 := range v { z.EncSendContainerState(codecSelfer_containerMapKey1234) - yym4828 := z.EncBinary() - _ = yym4828 + yym4838 := z.EncBinary() + _ = yym4838 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yyk4827)) + r.EncodeString(codecSelferC_UTF81234, string(yyk4837)) } z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyv4827 == nil { + if yyv4837 == nil { r.EncodeNil() } else { - yym4829 := z.EncBinary() - _ = yym4829 + yym4839 := z.EncBinary() + _ = yym4839 if false { } else { - r.EncodeStringBytes(codecSelferC_RAW1234, []byte(yyv4827)) + r.EncodeStringBytes(codecSelferC_RAW1234, []byte(yyv4837)) } } } @@ -61940,80 +62036,80 @@ func (x codecSelfer1234) decMapstringSliceuint8(v *map[string][]uint8, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4830 := *v - yyl4830 := r.ReadMapStart() - yybh4830 := z.DecBasicHandle() - if yyv4830 == nil { - yyrl4830, _ := z.DecInferLen(yyl4830, yybh4830.MaxInitLen, 40) - yyv4830 = make(map[string][]uint8, yyrl4830) - *v = yyv4830 + yyv4840 := *v + yyl4840 := r.ReadMapStart() + yybh4840 := z.DecBasicHandle() + if yyv4840 == nil { + yyrl4840, _ := z.DecInferLen(yyl4840, yybh4840.MaxInitLen, 40) + yyv4840 = make(map[string][]uint8, yyrl4840) + *v = yyv4840 } - var yymk4830 string - var yymv4830 []uint8 - var yymg4830 bool - if yybh4830.MapValueReset { - yymg4830 = true + var yymk4840 string + var yymv4840 []uint8 + var yymg4840 bool + if yybh4840.MapValueReset { + yymg4840 = true } - if yyl4830 > 0 { - for yyj4830 := 0; yyj4830 < yyl4830; yyj4830++ { + if yyl4840 > 0 { + for yyj4840 := 0; yyj4840 < yyl4840; yyj4840++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk4830 = "" + yymk4840 = "" } else { - yymk4830 = string(r.DecodeString()) + yymk4840 = string(r.DecodeString()) } - if yymg4830 { - yymv4830 = yyv4830[yymk4830] + if yymg4840 { + yymv4840 = yyv4840[yymk4840] } else { - yymv4830 = nil + yymv4840 = nil } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv4830 = nil + yymv4840 = nil } else { - yyv4832 := &yymv4830 - yym4833 := z.DecBinary() - _ = yym4833 + yyv4842 := &yymv4840 + yym4843 := z.DecBinary() + _ = yym4843 if false { } else { - *yyv4832 = r.DecodeBytes(*(*[]byte)(yyv4832), false, false) + *yyv4842 = r.DecodeBytes(*(*[]byte)(yyv4842), false, false) } } - if yyv4830 != nil { - yyv4830[yymk4830] = yymv4830 + if yyv4840 != nil { + yyv4840[yymk4840] = yymv4840 } } - } else if yyl4830 < 0 { - for yyj4830 := 0; !r.CheckBreak(); yyj4830++ { + } else if yyl4840 < 0 { + for yyj4840 := 0; !r.CheckBreak(); yyj4840++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk4830 = "" + yymk4840 = "" } else { - yymk4830 = string(r.DecodeString()) + yymk4840 = string(r.DecodeString()) } - if yymg4830 { - yymv4830 = yyv4830[yymk4830] + if yymg4840 { + yymv4840 = yyv4840[yymk4840] } else { - yymv4830 = nil + yymv4840 = nil } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv4830 = nil + yymv4840 = nil } else { - yyv4835 := &yymv4830 - yym4836 := z.DecBinary() - _ = yym4836 + yyv4845 := &yymv4840 + yym4846 := z.DecBinary() + _ = yym4846 if false { } else { - *yyv4835 = r.DecodeBytes(*(*[]byte)(yyv4835), false, false) + *yyv4845 = r.DecodeBytes(*(*[]byte)(yyv4845), false, false) } } - if yyv4830 != nil { - yyv4830[yymk4830] = yymv4830 + if yyv4840 != nil { + yyv4840[yymk4840] = yymv4840 } } } // else len==0: TODO: Should we clear map entries? @@ -62025,10 +62121,10 @@ func (x codecSelfer1234) encSliceSecret(v []Secret, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4837 := range v { + for _, yyv4847 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4838 := &yyv4837 - yy4838.CodecEncodeSelf(e) + yy4848 := &yyv4847 + yy4848.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -62038,83 +62134,83 @@ func (x codecSelfer1234) decSliceSecret(v *[]Secret, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4839 := *v - yyh4839, yyl4839 := z.DecSliceHelperStart() - var yyc4839 bool - if yyl4839 == 0 { - if yyv4839 == nil { - yyv4839 = []Secret{} - yyc4839 = true - } else if len(yyv4839) != 0 { - yyv4839 = yyv4839[:0] - yyc4839 = true + yyv4849 := *v + yyh4849, yyl4849 := z.DecSliceHelperStart() + var yyc4849 bool + if yyl4849 == 0 { + if yyv4849 == nil { + yyv4849 = []Secret{} + yyc4849 = true + } else if len(yyv4849) != 0 { + yyv4849 = yyv4849[:0] + yyc4849 = true } - } else if yyl4839 > 0 { - var yyrr4839, yyrl4839 int - var yyrt4839 bool - if yyl4839 > cap(yyv4839) { + } else if yyl4849 > 0 { + var yyrr4849, yyrl4849 int + var yyrt4849 bool + if yyl4849 > cap(yyv4849) { - yyrg4839 := len(yyv4839) > 0 - yyv24839 := yyv4839 - yyrl4839, yyrt4839 = z.DecInferLen(yyl4839, z.DecBasicHandle().MaxInitLen, 280) - if yyrt4839 { - if yyrl4839 <= cap(yyv4839) { - yyv4839 = yyv4839[:yyrl4839] + yyrg4849 := len(yyv4849) > 0 + yyv24849 := yyv4849 + yyrl4849, yyrt4849 = z.DecInferLen(yyl4849, z.DecBasicHandle().MaxInitLen, 280) + if yyrt4849 { + if yyrl4849 <= cap(yyv4849) { + yyv4849 = yyv4849[:yyrl4849] } else { - yyv4839 = make([]Secret, yyrl4839) + yyv4849 = make([]Secret, yyrl4849) } } else { - yyv4839 = make([]Secret, yyrl4839) + yyv4849 = make([]Secret, yyrl4849) } - yyc4839 = true - yyrr4839 = len(yyv4839) - if yyrg4839 { - copy(yyv4839, yyv24839) + yyc4849 = true + yyrr4849 = len(yyv4849) + if yyrg4849 { + copy(yyv4849, yyv24849) } - } else if yyl4839 != len(yyv4839) { - yyv4839 = yyv4839[:yyl4839] - yyc4839 = true + } else if yyl4849 != len(yyv4849) { + yyv4849 = yyv4849[:yyl4849] + yyc4849 = true } - yyj4839 := 0 - for ; yyj4839 < yyrr4839; yyj4839++ { - yyh4839.ElemContainerState(yyj4839) + yyj4849 := 0 + for ; yyj4849 < yyrr4849; yyj4849++ { + yyh4849.ElemContainerState(yyj4849) if r.TryDecodeAsNil() { - yyv4839[yyj4839] = Secret{} + yyv4849[yyj4849] = Secret{} } else { - yyv4840 := &yyv4839[yyj4839] - yyv4840.CodecDecodeSelf(d) + yyv4850 := &yyv4849[yyj4849] + yyv4850.CodecDecodeSelf(d) } } - if yyrt4839 { - for ; yyj4839 < yyl4839; yyj4839++ { - yyv4839 = append(yyv4839, Secret{}) - yyh4839.ElemContainerState(yyj4839) + if yyrt4849 { + for ; yyj4849 < yyl4849; yyj4849++ { + yyv4849 = append(yyv4849, Secret{}) + yyh4849.ElemContainerState(yyj4849) if r.TryDecodeAsNil() { - yyv4839[yyj4839] = Secret{} + yyv4849[yyj4849] = Secret{} } else { - yyv4841 := &yyv4839[yyj4839] - yyv4841.CodecDecodeSelf(d) + yyv4851 := &yyv4849[yyj4849] + yyv4851.CodecDecodeSelf(d) } } } } else { - yyj4839 := 0 - for ; !r.CheckBreak(); yyj4839++ { + yyj4849 := 0 + for ; !r.CheckBreak(); yyj4849++ { - if yyj4839 >= len(yyv4839) { - yyv4839 = append(yyv4839, Secret{}) // var yyz4839 Secret - yyc4839 = true + if yyj4849 >= len(yyv4849) { + yyv4849 = append(yyv4849, Secret{}) // var yyz4849 Secret + yyc4849 = true } - yyh4839.ElemContainerState(yyj4839) - if yyj4839 < len(yyv4839) { + yyh4849.ElemContainerState(yyj4849) + if yyj4849 < len(yyv4849) { if r.TryDecodeAsNil() { - yyv4839[yyj4839] = Secret{} + yyv4849[yyj4849] = Secret{} } else { - yyv4842 := &yyv4839[yyj4839] - yyv4842.CodecDecodeSelf(d) + yyv4852 := &yyv4849[yyj4849] + yyv4852.CodecDecodeSelf(d) } } else { @@ -62122,17 +62218,17 @@ func (x codecSelfer1234) decSliceSecret(v *[]Secret, d *codec1978.Decoder) { } } - if yyj4839 < len(yyv4839) { - yyv4839 = yyv4839[:yyj4839] - yyc4839 = true - } else if yyj4839 == 0 && yyv4839 == nil { - yyv4839 = []Secret{} - yyc4839 = true + if yyj4849 < len(yyv4849) { + yyv4849 = yyv4849[:yyj4849] + yyc4849 = true + } else if yyj4849 == 0 && yyv4849 == nil { + yyv4849 = []Secret{} + yyc4849 = true } } - yyh4839.End() - if yyc4839 { - *v = yyv4839 + yyh4849.End() + if yyc4849 { + *v = yyv4849 } } @@ -62141,10 +62237,10 @@ func (x codecSelfer1234) encSliceConfigMap(v []ConfigMap, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4843 := range v { + for _, yyv4853 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4844 := &yyv4843 - yy4844.CodecEncodeSelf(e) + yy4854 := &yyv4853 + yy4854.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -62154,83 +62250,83 @@ func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4845 := *v - yyh4845, yyl4845 := z.DecSliceHelperStart() - var yyc4845 bool - if yyl4845 == 0 { - if yyv4845 == nil { - yyv4845 = []ConfigMap{} - yyc4845 = true - } else if len(yyv4845) != 0 { - yyv4845 = yyv4845[:0] - yyc4845 = true + yyv4855 := *v + yyh4855, yyl4855 := z.DecSliceHelperStart() + var yyc4855 bool + if yyl4855 == 0 { + if yyv4855 == nil { + yyv4855 = []ConfigMap{} + yyc4855 = true + } else if len(yyv4855) != 0 { + yyv4855 = yyv4855[:0] + yyc4855 = true } - } else if yyl4845 > 0 { - var yyrr4845, yyrl4845 int - var yyrt4845 bool - if yyl4845 > cap(yyv4845) { + } else if yyl4855 > 0 { + var yyrr4855, yyrl4855 int + var yyrt4855 bool + if yyl4855 > cap(yyv4855) { - yyrg4845 := len(yyv4845) > 0 - yyv24845 := yyv4845 - yyrl4845, yyrt4845 = z.DecInferLen(yyl4845, z.DecBasicHandle().MaxInitLen, 264) - if yyrt4845 { - if yyrl4845 <= cap(yyv4845) { - yyv4845 = yyv4845[:yyrl4845] + yyrg4855 := len(yyv4855) > 0 + yyv24855 := yyv4855 + yyrl4855, yyrt4855 = z.DecInferLen(yyl4855, z.DecBasicHandle().MaxInitLen, 264) + if yyrt4855 { + if yyrl4855 <= cap(yyv4855) { + yyv4855 = yyv4855[:yyrl4855] } else { - yyv4845 = make([]ConfigMap, yyrl4845) + yyv4855 = make([]ConfigMap, yyrl4855) } } else { - yyv4845 = make([]ConfigMap, yyrl4845) + yyv4855 = make([]ConfigMap, yyrl4855) } - yyc4845 = true - yyrr4845 = len(yyv4845) - if yyrg4845 { - copy(yyv4845, yyv24845) + yyc4855 = true + yyrr4855 = len(yyv4855) + if yyrg4855 { + copy(yyv4855, yyv24855) } - } else if yyl4845 != len(yyv4845) { - yyv4845 = yyv4845[:yyl4845] - yyc4845 = true + } else if yyl4855 != len(yyv4855) { + yyv4855 = yyv4855[:yyl4855] + yyc4855 = true } - yyj4845 := 0 - for ; yyj4845 < yyrr4845; yyj4845++ { - yyh4845.ElemContainerState(yyj4845) + yyj4855 := 0 + for ; yyj4855 < yyrr4855; yyj4855++ { + yyh4855.ElemContainerState(yyj4855) if r.TryDecodeAsNil() { - yyv4845[yyj4845] = ConfigMap{} + yyv4855[yyj4855] = ConfigMap{} } else { - yyv4846 := &yyv4845[yyj4845] - yyv4846.CodecDecodeSelf(d) + yyv4856 := &yyv4855[yyj4855] + yyv4856.CodecDecodeSelf(d) } } - if yyrt4845 { - for ; yyj4845 < yyl4845; yyj4845++ { - yyv4845 = append(yyv4845, ConfigMap{}) - yyh4845.ElemContainerState(yyj4845) + if yyrt4855 { + for ; yyj4855 < yyl4855; yyj4855++ { + yyv4855 = append(yyv4855, ConfigMap{}) + yyh4855.ElemContainerState(yyj4855) if r.TryDecodeAsNil() { - yyv4845[yyj4845] = ConfigMap{} + yyv4855[yyj4855] = ConfigMap{} } else { - yyv4847 := &yyv4845[yyj4845] - yyv4847.CodecDecodeSelf(d) + yyv4857 := &yyv4855[yyj4855] + yyv4857.CodecDecodeSelf(d) } } } } else { - yyj4845 := 0 - for ; !r.CheckBreak(); yyj4845++ { + yyj4855 := 0 + for ; !r.CheckBreak(); yyj4855++ { - if yyj4845 >= len(yyv4845) { - yyv4845 = append(yyv4845, ConfigMap{}) // var yyz4845 ConfigMap - yyc4845 = true + if yyj4855 >= len(yyv4855) { + yyv4855 = append(yyv4855, ConfigMap{}) // var yyz4855 ConfigMap + yyc4855 = true } - yyh4845.ElemContainerState(yyj4845) - if yyj4845 < len(yyv4845) { + yyh4855.ElemContainerState(yyj4855) + if yyj4855 < len(yyv4855) { if r.TryDecodeAsNil() { - yyv4845[yyj4845] = ConfigMap{} + yyv4855[yyj4855] = ConfigMap{} } else { - yyv4848 := &yyv4845[yyj4845] - yyv4848.CodecDecodeSelf(d) + yyv4858 := &yyv4855[yyj4855] + yyv4858.CodecDecodeSelf(d) } } else { @@ -62238,17 +62334,17 @@ func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) } } - if yyj4845 < len(yyv4845) { - yyv4845 = yyv4845[:yyj4845] - yyc4845 = true - } else if yyj4845 == 0 && yyv4845 == nil { - yyv4845 = []ConfigMap{} - yyc4845 = true + if yyj4855 < len(yyv4855) { + yyv4855 = yyv4855[:yyj4855] + yyc4855 = true + } else if yyj4855 == 0 && yyv4855 == nil { + yyv4855 = []ConfigMap{} + yyc4855 = true } } - yyh4845.End() - if yyc4845 { - *v = yyv4845 + yyh4855.End() + if yyc4855 { + *v = yyv4855 } } @@ -62257,10 +62353,10 @@ func (x codecSelfer1234) encSliceComponentCondition(v []ComponentCondition, e *c z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4849 := range v { + for _, yyv4859 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4850 := &yyv4849 - yy4850.CodecEncodeSelf(e) + yy4860 := &yyv4859 + yy4860.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -62270,83 +62366,83 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4851 := *v - yyh4851, yyl4851 := z.DecSliceHelperStart() - var yyc4851 bool - if yyl4851 == 0 { - if yyv4851 == nil { - yyv4851 = []ComponentCondition{} - yyc4851 = true - } else if len(yyv4851) != 0 { - yyv4851 = yyv4851[:0] - yyc4851 = true + yyv4861 := *v + yyh4861, yyl4861 := z.DecSliceHelperStart() + var yyc4861 bool + if yyl4861 == 0 { + if yyv4861 == nil { + yyv4861 = []ComponentCondition{} + yyc4861 = true + } else if len(yyv4861) != 0 { + yyv4861 = yyv4861[:0] + yyc4861 = true } - } else if yyl4851 > 0 { - var yyrr4851, yyrl4851 int - var yyrt4851 bool - if yyl4851 > cap(yyv4851) { + } else if yyl4861 > 0 { + var yyrr4861, yyrl4861 int + var yyrt4861 bool + if yyl4861 > cap(yyv4861) { - yyrg4851 := len(yyv4851) > 0 - yyv24851 := yyv4851 - yyrl4851, yyrt4851 = z.DecInferLen(yyl4851, z.DecBasicHandle().MaxInitLen, 64) - if yyrt4851 { - if yyrl4851 <= cap(yyv4851) { - yyv4851 = yyv4851[:yyrl4851] + yyrg4861 := len(yyv4861) > 0 + yyv24861 := yyv4861 + yyrl4861, yyrt4861 = z.DecInferLen(yyl4861, z.DecBasicHandle().MaxInitLen, 64) + if yyrt4861 { + if yyrl4861 <= cap(yyv4861) { + yyv4861 = yyv4861[:yyrl4861] } else { - yyv4851 = make([]ComponentCondition, yyrl4851) + yyv4861 = make([]ComponentCondition, yyrl4861) } } else { - yyv4851 = make([]ComponentCondition, yyrl4851) + yyv4861 = make([]ComponentCondition, yyrl4861) } - yyc4851 = true - yyrr4851 = len(yyv4851) - if yyrg4851 { - copy(yyv4851, yyv24851) + yyc4861 = true + yyrr4861 = len(yyv4861) + if yyrg4861 { + copy(yyv4861, yyv24861) } - } else if yyl4851 != len(yyv4851) { - yyv4851 = yyv4851[:yyl4851] - yyc4851 = true + } else if yyl4861 != len(yyv4861) { + yyv4861 = yyv4861[:yyl4861] + yyc4861 = true } - yyj4851 := 0 - for ; yyj4851 < yyrr4851; yyj4851++ { - yyh4851.ElemContainerState(yyj4851) + yyj4861 := 0 + for ; yyj4861 < yyrr4861; yyj4861++ { + yyh4861.ElemContainerState(yyj4861) if r.TryDecodeAsNil() { - yyv4851[yyj4851] = ComponentCondition{} + yyv4861[yyj4861] = ComponentCondition{} } else { - yyv4852 := &yyv4851[yyj4851] - yyv4852.CodecDecodeSelf(d) + yyv4862 := &yyv4861[yyj4861] + yyv4862.CodecDecodeSelf(d) } } - if yyrt4851 { - for ; yyj4851 < yyl4851; yyj4851++ { - yyv4851 = append(yyv4851, ComponentCondition{}) - yyh4851.ElemContainerState(yyj4851) + if yyrt4861 { + for ; yyj4861 < yyl4861; yyj4861++ { + yyv4861 = append(yyv4861, ComponentCondition{}) + yyh4861.ElemContainerState(yyj4861) if r.TryDecodeAsNil() { - yyv4851[yyj4851] = ComponentCondition{} + yyv4861[yyj4861] = ComponentCondition{} } else { - yyv4853 := &yyv4851[yyj4851] - yyv4853.CodecDecodeSelf(d) + yyv4863 := &yyv4861[yyj4861] + yyv4863.CodecDecodeSelf(d) } } } } else { - yyj4851 := 0 - for ; !r.CheckBreak(); yyj4851++ { + yyj4861 := 0 + for ; !r.CheckBreak(); yyj4861++ { - if yyj4851 >= len(yyv4851) { - yyv4851 = append(yyv4851, ComponentCondition{}) // var yyz4851 ComponentCondition - yyc4851 = true + if yyj4861 >= len(yyv4861) { + yyv4861 = append(yyv4861, ComponentCondition{}) // var yyz4861 ComponentCondition + yyc4861 = true } - yyh4851.ElemContainerState(yyj4851) - if yyj4851 < len(yyv4851) { + yyh4861.ElemContainerState(yyj4861) + if yyj4861 < len(yyv4861) { if r.TryDecodeAsNil() { - yyv4851[yyj4851] = ComponentCondition{} + yyv4861[yyj4861] = ComponentCondition{} } else { - yyv4854 := &yyv4851[yyj4851] - yyv4854.CodecDecodeSelf(d) + yyv4864 := &yyv4861[yyj4861] + yyv4864.CodecDecodeSelf(d) } } else { @@ -62354,17 +62450,17 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * } } - if yyj4851 < len(yyv4851) { - yyv4851 = yyv4851[:yyj4851] - yyc4851 = true - } else if yyj4851 == 0 && yyv4851 == nil { - yyv4851 = []ComponentCondition{} - yyc4851 = true + if yyj4861 < len(yyv4861) { + yyv4861 = yyv4861[:yyj4861] + yyc4861 = true + } else if yyj4861 == 0 && yyv4861 == nil { + yyv4861 = []ComponentCondition{} + yyc4861 = true } } - yyh4851.End() - if yyc4851 { - *v = yyv4851 + yyh4861.End() + if yyc4861 { + *v = yyv4861 } } @@ -62373,10 +62469,10 @@ func (x codecSelfer1234) encSliceComponentStatus(v []ComponentStatus, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4855 := range v { + for _, yyv4865 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4856 := &yyv4855 - yy4856.CodecEncodeSelf(e) + yy4866 := &yyv4865 + yy4866.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -62386,83 +62482,83 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4857 := *v - yyh4857, yyl4857 := z.DecSliceHelperStart() - var yyc4857 bool - if yyl4857 == 0 { - if yyv4857 == nil { - yyv4857 = []ComponentStatus{} - yyc4857 = true - } else if len(yyv4857) != 0 { - yyv4857 = yyv4857[:0] - yyc4857 = true + yyv4867 := *v + yyh4867, yyl4867 := z.DecSliceHelperStart() + var yyc4867 bool + if yyl4867 == 0 { + if yyv4867 == nil { + yyv4867 = []ComponentStatus{} + yyc4867 = true + } else if len(yyv4867) != 0 { + yyv4867 = yyv4867[:0] + yyc4867 = true } - } else if yyl4857 > 0 { - var yyrr4857, yyrl4857 int - var yyrt4857 bool - if yyl4857 > cap(yyv4857) { + } else if yyl4867 > 0 { + var yyrr4867, yyrl4867 int + var yyrt4867 bool + if yyl4867 > cap(yyv4867) { - yyrg4857 := len(yyv4857) > 0 - yyv24857 := yyv4857 - yyrl4857, yyrt4857 = z.DecInferLen(yyl4857, z.DecBasicHandle().MaxInitLen, 280) - if yyrt4857 { - if yyrl4857 <= cap(yyv4857) { - yyv4857 = yyv4857[:yyrl4857] + yyrg4867 := len(yyv4867) > 0 + yyv24867 := yyv4867 + yyrl4867, yyrt4867 = z.DecInferLen(yyl4867, z.DecBasicHandle().MaxInitLen, 280) + if yyrt4867 { + if yyrl4867 <= cap(yyv4867) { + yyv4867 = yyv4867[:yyrl4867] } else { - yyv4857 = make([]ComponentStatus, yyrl4857) + yyv4867 = make([]ComponentStatus, yyrl4867) } } else { - yyv4857 = make([]ComponentStatus, yyrl4857) + yyv4867 = make([]ComponentStatus, yyrl4867) } - yyc4857 = true - yyrr4857 = len(yyv4857) - if yyrg4857 { - copy(yyv4857, yyv24857) + yyc4867 = true + yyrr4867 = len(yyv4867) + if yyrg4867 { + copy(yyv4867, yyv24867) } - } else if yyl4857 != len(yyv4857) { - yyv4857 = yyv4857[:yyl4857] - yyc4857 = true + } else if yyl4867 != len(yyv4867) { + yyv4867 = yyv4867[:yyl4867] + yyc4867 = true } - yyj4857 := 0 - for ; yyj4857 < yyrr4857; yyj4857++ { - yyh4857.ElemContainerState(yyj4857) + yyj4867 := 0 + for ; yyj4867 < yyrr4867; yyj4867++ { + yyh4867.ElemContainerState(yyj4867) if r.TryDecodeAsNil() { - yyv4857[yyj4857] = ComponentStatus{} + yyv4867[yyj4867] = ComponentStatus{} } else { - yyv4858 := &yyv4857[yyj4857] - yyv4858.CodecDecodeSelf(d) + yyv4868 := &yyv4867[yyj4867] + yyv4868.CodecDecodeSelf(d) } } - if yyrt4857 { - for ; yyj4857 < yyl4857; yyj4857++ { - yyv4857 = append(yyv4857, ComponentStatus{}) - yyh4857.ElemContainerState(yyj4857) + if yyrt4867 { + for ; yyj4867 < yyl4867; yyj4867++ { + yyv4867 = append(yyv4867, ComponentStatus{}) + yyh4867.ElemContainerState(yyj4867) if r.TryDecodeAsNil() { - yyv4857[yyj4857] = ComponentStatus{} + yyv4867[yyj4867] = ComponentStatus{} } else { - yyv4859 := &yyv4857[yyj4857] - yyv4859.CodecDecodeSelf(d) + yyv4869 := &yyv4867[yyj4867] + yyv4869.CodecDecodeSelf(d) } } } } else { - yyj4857 := 0 - for ; !r.CheckBreak(); yyj4857++ { + yyj4867 := 0 + for ; !r.CheckBreak(); yyj4867++ { - if yyj4857 >= len(yyv4857) { - yyv4857 = append(yyv4857, ComponentStatus{}) // var yyz4857 ComponentStatus - yyc4857 = true + if yyj4867 >= len(yyv4867) { + yyv4867 = append(yyv4867, ComponentStatus{}) // var yyz4867 ComponentStatus + yyc4867 = true } - yyh4857.ElemContainerState(yyj4857) - if yyj4857 < len(yyv4857) { + yyh4867.ElemContainerState(yyj4867) + if yyj4867 < len(yyv4867) { if r.TryDecodeAsNil() { - yyv4857[yyj4857] = ComponentStatus{} + yyv4867[yyj4867] = ComponentStatus{} } else { - yyv4860 := &yyv4857[yyj4857] - yyv4860.CodecDecodeSelf(d) + yyv4870 := &yyv4867[yyj4867] + yyv4870.CodecDecodeSelf(d) } } else { @@ -62470,16 +62566,16 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 } } - if yyj4857 < len(yyv4857) { - yyv4857 = yyv4857[:yyj4857] - yyc4857 = true - } else if yyj4857 == 0 && yyv4857 == nil { - yyv4857 = []ComponentStatus{} - yyc4857 = true + if yyj4867 < len(yyv4867) { + yyv4867 = yyv4867[:yyj4867] + yyc4867 = true + } else if yyj4867 == 0 && yyv4867 == nil { + yyv4867 = []ComponentStatus{} + yyc4867 = true } } - yyh4857.End() - if yyc4857 { - *v = yyv4857 + yyh4867.End() + if yyc4867 { + *v = yyv4867 } } diff --git a/pkg/api/v1/generated.pb.go b/pkg/api/v1/generated.pb.go index be84fc6b8b1..d90e6d4623d 100644 --- a/pkg/api/v1/generated.pb.go +++ b/pkg/api/v1/generated.pb.go @@ -6626,6 +6626,9 @@ func (m *ReplicationControllerSpec) MarshalTo(data []byte) (int, error) { } i += n136 } + data[i] = 0x20 + i++ + i = encodeVarintGenerated(data, i, uint64(m.MinReadySeconds)) return i, nil } @@ -6656,6 +6659,9 @@ func (m *ReplicationControllerStatus) MarshalTo(data []byte) (int, error) { data[i] = 0x20 i++ i = encodeVarintGenerated(data, i, uint64(m.ReadyReplicas)) + data[i] = 0x28 + i++ + i = encodeVarintGenerated(data, i, uint64(m.AvailableReplicas)) return i, nil } @@ -10189,6 +10195,7 @@ func (m *ReplicationControllerSpec) Size() (n int) { l = m.Template.Size() n += 1 + l + sovGenerated(uint64(l)) } + n += 1 + sovGenerated(uint64(m.MinReadySeconds)) return n } @@ -10199,6 +10206,7 @@ func (m *ReplicationControllerStatus) Size() (n int) { n += 1 + sovGenerated(uint64(m.FullyLabeledReplicas)) n += 1 + sovGenerated(uint64(m.ObservedGeneration)) n += 1 + sovGenerated(uint64(m.ReadyReplicas)) + n += 1 + sovGenerated(uint64(m.AvailableReplicas)) return n } @@ -12456,6 +12464,7 @@ func (this *ReplicationControllerSpec) String() string { `Replicas:` + valueToStringGenerated(this.Replicas) + `,`, `Selector:` + mapStringForSelector + `,`, `Template:` + strings.Replace(fmt.Sprintf("%v", this.Template), "PodTemplateSpec", "PodTemplateSpec", 1) + `,`, + `MinReadySeconds:` + fmt.Sprintf("%v", this.MinReadySeconds) + `,`, `}`, }, "") return s @@ -12469,6 +12478,7 @@ func (this *ReplicationControllerStatus) String() string { `FullyLabeledReplicas:` + fmt.Sprintf("%v", this.FullyLabeledReplicas) + `,`, `ObservedGeneration:` + fmt.Sprintf("%v", this.ObservedGeneration) + `,`, `ReadyReplicas:` + fmt.Sprintf("%v", this.ReadyReplicas) + `,`, + `AvailableReplicas:` + fmt.Sprintf("%v", this.AvailableReplicas) + `,`, `}`, }, "") return s @@ -33093,6 +33103,25 @@ func (m *ReplicationControllerSpec) Unmarshal(data []byte) error { return err } iNdEx = postIndex + case 4: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field MinReadySeconds", wireType) + } + m.MinReadySeconds = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := data[iNdEx] + iNdEx++ + m.MinReadySeconds |= (int32(b) & 0x7F) << shift + if b < 0x80 { + break + } + } default: iNdEx = preIndex skippy, err := skipGenerated(data[iNdEx:]) @@ -33219,6 +33248,25 @@ func (m *ReplicationControllerStatus) Unmarshal(data []byte) error { break } } + case 5: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field AvailableReplicas", wireType) + } + m.AvailableReplicas = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := data[iNdEx] + iNdEx++ + m.AvailableReplicas |= (int32(b) & 0x7F) << shift + if b < 0x80 { + break + } + } default: iNdEx = preIndex skippy, err := skipGenerated(data[iNdEx:]) @@ -38516,616 +38564,620 @@ var ( ) var fileDescriptorGenerated = []byte{ - // 9773 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xec, 0x7d, 0x6d, 0x8c, 0x24, 0xc7, - 0x75, 0x98, 0x66, 0x66, 0xbf, 0xa6, 0xf6, 0xf3, 0xfa, 0x8e, 0xe4, 0x72, 0x25, 0x7e, 0xb5, 0x48, - 0x8a, 0x3c, 0xf2, 0xf6, 0x78, 0x47, 0xd2, 0x24, 0x25, 0x45, 0xe2, 0xee, 0xce, 0xee, 0xdd, 0xfa, - 0xf6, 0xee, 0x86, 0x6f, 0xf6, 0xee, 0x24, 0x8b, 0x91, 0xd9, 0x3b, 0xd3, 0xbb, 0xdb, 0xba, 0xd9, - 0xe9, 0x61, 0x77, 0xcf, 0xde, 0x2d, 0x15, 0x03, 0x8e, 0xe3, 0x38, 0x08, 0x6c, 0x38, 0x32, 0x10, - 0x23, 0x01, 0x92, 0x20, 0x4e, 0x80, 0x18, 0x49, 0x8c, 0x38, 0x96, 0xa3, 0xd8, 0x52, 0x62, 0x18, - 0x01, 0xe2, 0x08, 0xca, 0x87, 0x03, 0x19, 0x08, 0x62, 0xc3, 0x06, 0x14, 0xcb, 0x46, 0x90, 0x1f, - 0xf9, 0x13, 0x20, 0xf9, 0x13, 0xc2, 0x48, 0x52, 0xaf, 0xbe, 0xab, 0xa7, 0x67, 0xbb, 0x67, 0x79, - 0xb3, 0x39, 0x0b, 0xfe, 0xb1, 0xc0, 0xce, 0x7b, 0xaf, 0x5e, 0x7d, 0x74, 0xd5, 0xab, 0xf7, 0x5e, - 0xbd, 0x7a, 0x45, 0x5e, 0xbe, 0xfb, 0x66, 0xbc, 0x1c, 0x84, 0x17, 0xef, 0xf6, 0x76, 0xfc, 0xa8, - 0xe3, 0x27, 0x7e, 0x7c, 0xb1, 0x7b, 0x77, 0xef, 0xa2, 0xd7, 0x0d, 0x2e, 0x1e, 0x5e, 0xba, 0xb8, - 0xe7, 0x77, 0xfc, 0xc8, 0x4b, 0xfc, 0xd6, 0x72, 0x37, 0x0a, 0x93, 0xd0, 0xf9, 0x04, 0xa7, 0x5e, - 0xd6, 0xd4, 0xcb, 0x94, 0x7a, 0x99, 0x52, 0x2f, 0x1f, 0x5e, 0x5a, 0xba, 0xb0, 0x17, 0x24, 0xfb, - 0xbd, 0x9d, 0xe5, 0x66, 0x78, 0x70, 0x71, 0x2f, 0xdc, 0x0b, 0x2f, 0xb2, 0x42, 0x3b, 0xbd, 0x5d, - 0xf6, 0x8b, 0xfd, 0x60, 0xff, 0x71, 0x66, 0x4b, 0x97, 0x07, 0x57, 0x1d, 0xf9, 0x71, 0xd8, 0x8b, - 0x9a, 0x7e, 0xba, 0x01, 0x4b, 0xaf, 0x0f, 0x2e, 0xd3, 0xeb, 0x1c, 0xfa, 0x51, 0x1c, 0x84, 0x1d, - 0xbf, 0xd5, 0x57, 0xec, 0x42, 0x76, 0xb1, 0xa8, 0xd7, 0x49, 0x82, 0x83, 0xfe, 0x5a, 0x2e, 0x65, - 0x93, 0xf7, 0x92, 0xa0, 0x7d, 0x31, 0xe8, 0x24, 0x71, 0x12, 0xa5, 0x8b, 0xb8, 0xbf, 0x5b, 0x22, - 0x4f, 0xaf, 0xdc, 0x69, 0xac, 0xb7, 0xbd, 0x38, 0x09, 0x9a, 0xab, 0xed, 0xb0, 0x79, 0xb7, 0x91, - 0x84, 0x91, 0x7f, 0x3b, 0x6c, 0xf7, 0x0e, 0xfc, 0x06, 0xeb, 0x8d, 0xf3, 0x32, 0x99, 0x3a, 0x64, - 0xbf, 0x37, 0x6b, 0x8b, 0xa5, 0xa7, 0x4b, 0x2f, 0x54, 0x57, 0x17, 0xbe, 0xf3, 0xbd, 0xa7, 0x3e, - 0xf6, 0x47, 0xdf, 0x7b, 0x6a, 0xea, 0xb6, 0x80, 0x83, 0xa2, 0x70, 0x9e, 0x27, 0x13, 0xbb, 0xf1, - 0xf6, 0x51, 0xd7, 0x5f, 0x2c, 0x33, 0xda, 0x39, 0x41, 0x3b, 0xb1, 0xd1, 0x40, 0x28, 0x08, 0xac, - 0x73, 0x91, 0x54, 0xbb, 0x5e, 0x94, 0x04, 0x09, 0xed, 0xfb, 0x62, 0x85, 0x92, 0x8e, 0xaf, 0x9e, - 0x11, 0xa4, 0xd5, 0xba, 0x44, 0x80, 0xa6, 0xc1, 0x66, 0x44, 0xbe, 0xd7, 0xba, 0xd9, 0x69, 0x1f, - 0x2d, 0x8e, 0x51, 0xfa, 0x29, 0xdd, 0x0c, 0x10, 0x70, 0x50, 0x14, 0xee, 0x37, 0xcb, 0x64, 0x6a, - 0x65, 0x77, 0x37, 0xe8, 0x04, 0xc9, 0x91, 0xf3, 0x1e, 0x99, 0xe9, 0x84, 0x2d, 0x5f, 0xfe, 0x66, - 0xbd, 0x98, 0xbe, 0x7c, 0x7e, 0xf9, 0xb8, 0x79, 0xb1, 0x7c, 0xc3, 0x28, 0xb1, 0xba, 0x40, 0xab, - 0x99, 0x31, 0x21, 0x60, 0x71, 0x74, 0xde, 0x25, 0xd3, 0xdd, 0xb0, 0xa5, 0x2a, 0x28, 0xb3, 0x0a, - 0x5e, 0x3c, 0xbe, 0x82, 0xba, 0x2e, 0xb0, 0x3a, 0x4f, 0xf9, 0x4f, 0x1b, 0x00, 0x30, 0xd9, 0x39, - 0x6d, 0x32, 0x8f, 0x3f, 0xe9, 0x67, 0x57, 0x35, 0x54, 0x58, 0x0d, 0x17, 0xf2, 0x6b, 0x30, 0x0a, - 0xad, 0x9e, 0xa5, 0xb5, 0xcc, 0xa7, 0x80, 0x90, 0x66, 0xed, 0x7e, 0x40, 0xe6, 0x56, 0x92, 0xc4, - 0x6b, 0xee, 0xfb, 0x2d, 0xfe, 0x7d, 0x9d, 0xd7, 0xc8, 0x58, 0xc7, 0x3b, 0xf0, 0xc5, 0xd7, 0x7f, - 0x5a, 0x0c, 0xfb, 0xd8, 0x0d, 0x0a, 0xfb, 0xf0, 0x7b, 0x4f, 0x2d, 0xdc, 0xea, 0x04, 0xef, 0xf7, - 0xc4, 0x9c, 0x41, 0x18, 0x30, 0x6a, 0xe7, 0x32, 0x21, 0x2d, 0xff, 0x30, 0x68, 0xfa, 0x75, 0x2f, - 0xd9, 0x17, 0xb3, 0xc1, 0x11, 0x65, 0x49, 0x4d, 0x61, 0xc0, 0xa0, 0x72, 0x7f, 0xa2, 0x44, 0xaa, - 0x2b, 0x87, 0x61, 0xd0, 0xa2, 0xad, 0x8c, 0x9d, 0x1e, 0xed, 0x77, 0xe4, 0xef, 0xfa, 0x91, 0x02, - 0xd1, 0x26, 0x54, 0x68, 0xbf, 0x2f, 0xe7, 0xf4, 0xdb, 0x2e, 0xb4, 0xde, 0x49, 0xa2, 0xa3, 0xd5, - 0xc7, 0x44, 0xd5, 0xf3, 0x29, 0x2c, 0xa4, 0xeb, 0x70, 0x7f, 0xae, 0x4c, 0x1e, 0x59, 0xf9, 0xa0, - 0x17, 0xf9, 0xb5, 0x20, 0xbe, 0x9b, 0x5e, 0x0a, 0x2d, 0x0a, 0xbb, 0xa1, 0x07, 0x43, 0xcd, 0xc1, - 0x9a, 0x80, 0x83, 0xa2, 0x70, 0x2e, 0x90, 0x49, 0xfc, 0xff, 0x16, 0x6c, 0x8a, 0xde, 0x9f, 0x15, - 0xc4, 0xd3, 0x35, 0x2f, 0xf1, 0x6a, 0x1c, 0x05, 0x92, 0xc6, 0xb9, 0x4e, 0xa6, 0x9b, 0x74, 0xd4, - 0x83, 0xce, 0xde, 0x75, 0x3a, 0xb5, 0xd8, 0x17, 0xae, 0xae, 0xbe, 0x84, 0xe4, 0x6b, 0x1a, 0x4c, - 0xc7, 0x7b, 0x91, 0xb7, 0x4d, 0xb0, 0x30, 0x70, 0x60, 0x96, 0x77, 0x5c, 0xb5, 0x10, 0xc7, 0x18, - 0x27, 0x92, 0xb1, 0x08, 0x5f, 0x30, 0xd6, 0xd4, 0x38, 0x5b, 0x53, 0x33, 0x03, 0xd6, 0xd3, 0x3f, - 0x2e, 0x89, 0x31, 0xd9, 0x08, 0xda, 0xb6, 0x78, 0xa0, 0x9f, 0x39, 0xf6, 0x9b, 0x91, 0x9f, 0x18, - 0xa3, 0xa2, 0x3e, 0x73, 0x43, 0x61, 0xc0, 0xa0, 0xc2, 0xc5, 0x1f, 0xef, 0x7b, 0x11, 0x9b, 0x2d, - 0x62, 0x6c, 0xd4, 0xe2, 0x6f, 0x48, 0x04, 0x68, 0x1a, 0x6b, 0xf1, 0x57, 0x72, 0x17, 0xff, 0xbf, - 0x28, 0x91, 0xc9, 0xd5, 0xa0, 0xd3, 0xa2, 0x43, 0xe1, 0x7c, 0x81, 0x4c, 0x1d, 0xf8, 0x89, 0xd7, - 0xa2, 0xc3, 0x25, 0xd6, 0xfd, 0x0b, 0xc7, 0x4f, 0x9e, 0x9b, 0x3b, 0x5f, 0xf1, 0x9b, 0xc9, 0x75, - 0x5a, 0x46, 0x77, 0x43, 0xc3, 0x40, 0x71, 0x73, 0x6e, 0x91, 0x89, 0xc4, 0x8b, 0xf6, 0xfc, 0x44, - 0x2c, 0xf7, 0x0b, 0x45, 0xf8, 0x02, 0x4e, 0x35, 0xbf, 0xd3, 0xf4, 0xb5, 0x60, 0xdc, 0x66, 0x4c, - 0x40, 0x30, 0x73, 0x9b, 0x64, 0x66, 0xcd, 0xeb, 0x7a, 0x3b, 0x41, 0x9b, 0xca, 0x3d, 0x3f, 0x76, - 0x3e, 0x45, 0x2a, 0x5e, 0xab, 0xc5, 0x26, 0x7e, 0x75, 0xf5, 0x11, 0x5a, 0xa0, 0xb2, 0xd2, 0x6a, - 0xd1, 0x69, 0x40, 0x14, 0xd5, 0x11, 0x20, 0x85, 0x73, 0x9e, 0x8c, 0xb5, 0xa2, 0xb0, 0x4b, 0x5b, - 0x83, 0x94, 0x8f, 0xe2, 0x0a, 0xad, 0xd1, 0xdf, 0x29, 0x52, 0x46, 0xe3, 0xfe, 0x9b, 0x32, 0x71, - 0xd6, 0xfc, 0xee, 0xfe, 0x46, 0xc3, 0xfa, 0x96, 0x74, 0x3e, 0x1c, 0x84, 0x54, 0x08, 0x84, 0x51, - 0x2c, 0x2a, 0x64, 0xf3, 0xe1, 0xba, 0x80, 0x81, 0xc2, 0x3a, 0x4f, 0x93, 0xb1, 0xae, 0x5e, 0xd6, - 0x33, 0x52, 0x24, 0xb0, 0x05, 0xcd, 0x30, 0x48, 0xd1, 0x8b, 0xfd, 0x48, 0xcc, 0x63, 0x45, 0x71, - 0x8b, 0xc2, 0x80, 0x61, 0xf4, 0xcc, 0xc1, 0x39, 0x25, 0x66, 0x69, 0x6a, 0xe6, 0x20, 0x06, 0x0c, - 0x2a, 0xe7, 0x47, 0xe9, 0xcc, 0x61, 0xbf, 0xe8, 0x40, 0xb2, 0x29, 0x9b, 0x2b, 0x0c, 0xb6, 0xc2, - 0xa6, 0xd7, 0x4e, 0x0f, 0xfe, 0x2c, 0x9b, 0x69, 0x92, 0x11, 0x68, 0x9e, 0xd6, 0x4c, 0x9b, 0xc8, - 0x9d, 0x69, 0x7f, 0xb3, 0x44, 0xc7, 0x91, 0xce, 0x34, 0x3f, 0x3a, 0x85, 0x2d, 0x73, 0xb8, 0x45, - 0xf0, 0x07, 0xd8, 0xb4, 0xf0, 0xa0, 0x4b, 0x55, 0x8b, 0x4e, 0xb2, 0x16, 0xd2, 0xd5, 0xc0, 0xb6, - 0xd1, 0x4f, 0x93, 0xb1, 0x04, 0xab, 0xe2, 0xcd, 0x7a, 0x5e, 0x7e, 0x16, 0xac, 0x80, 0xce, 0x94, - 0x47, 0xfb, 0x4b, 0xb0, 0x26, 0xb0, 0x32, 0xce, 0x5b, 0x64, 0x22, 0x4e, 0xbc, 0xa4, 0x17, 0x8b, - 0x86, 0x3e, 0x23, 0x1b, 0xda, 0x60, 0x50, 0x5a, 0x7e, 0x5e, 0x15, 0xe3, 0x20, 0x10, 0x05, 0x9c, - 0x17, 0xc9, 0xe4, 0x81, 0x1f, 0xc7, 0xde, 0x9e, 0x14, 0x6c, 0xf3, 0xa2, 0xec, 0xe4, 0x75, 0x0e, - 0x06, 0x89, 0x77, 0x3e, 0x49, 0xc6, 0xfd, 0x28, 0x0a, 0x23, 0x31, 0x23, 0x66, 0x05, 0xe1, 0xf8, - 0x3a, 0x02, 0x81, 0xe3, 0xdc, 0xdf, 0x29, 0x91, 0x79, 0xd5, 0x56, 0x5e, 0xd7, 0x08, 0x97, 0x7a, - 0x8b, 0x90, 0xa6, 0xec, 0x58, 0xcc, 0x16, 0xd8, 0xf4, 0xe5, 0x57, 0x8e, 0xe7, 0xdd, 0x3f, 0x90, - 0xba, 0x0e, 0x05, 0x8a, 0xc1, 0xe0, 0xeb, 0x7e, 0xa7, 0x44, 0xce, 0xa6, 0xfa, 0xb4, 0x15, 0xc4, - 0x89, 0xf3, 0xe7, 0xfb, 0xfa, 0x75, 0xf1, 0x98, 0xba, 0x0d, 0x8d, 0x72, 0x19, 0x8b, 0xb3, 0xee, - 0xa9, 0x89, 0x22, 0x21, 0x46, 0xe7, 0x80, 0x8c, 0x07, 0x89, 0x7f, 0x20, 0xfb, 0x75, 0xa1, 0x60, - 0xbf, 0x78, 0x03, 0xf5, 0xe7, 0xd9, 0x44, 0x1e, 0xc0, 0x59, 0xb9, 0xff, 0x93, 0xee, 0xe3, 0xb4, - 0x97, 0xbb, 0xc1, 0xde, 0x75, 0xaf, 0x3b, 0xc2, 0x0f, 0xd3, 0xa0, 0x32, 0x0f, 0xb9, 0xf2, 0xa6, - 0x5f, 0xca, 0x6b, 0xba, 0x68, 0xd0, 0x32, 0x6e, 0x9e, 0x5c, 0x2b, 0x50, 0x72, 0x09, 0x41, 0xc0, - 0x98, 0x2d, 0xbd, 0x41, 0xaa, 0x8a, 0xc0, 0x59, 0x20, 0x95, 0xbb, 0x3e, 0x57, 0x19, 0xab, 0x80, - 0xff, 0x3a, 0xe7, 0xc8, 0xf8, 0xa1, 0xd7, 0xee, 0x89, 0xd5, 0x0a, 0xfc, 0xc7, 0xa7, 0xcb, 0x6f, - 0x96, 0xdc, 0xdf, 0x28, 0x91, 0x73, 0xaa, 0x92, 0x6b, 0xfe, 0x51, 0xc3, 0x6f, 0xd3, 0x26, 0x87, - 0x91, 0xf3, 0x93, 0x14, 0xd1, 0xce, 0x90, 0x43, 0x62, 0x34, 0x4e, 0x22, 0xc1, 0x3e, 0x21, 0x1a, - 0x7e, 0x2e, 0x0b, 0x0b, 0x99, 0xb5, 0x39, 0x4f, 0xf0, 0xbe, 0xf0, 0xc5, 0x3b, 0x2d, 0x18, 0x54, - 0x68, 0x43, 0x59, 0xc7, 0xb0, 0xf9, 0xb3, 0xaa, 0xf9, 0xa7, 0x31, 0xf3, 0xb6, 0xec, 0x99, 0xf7, - 0xa9, 0x82, 0x9f, 0x6f, 0xc0, 0x9c, 0xfb, 0xbb, 0x54, 0x6d, 0x53, 0x34, 0x96, 0x38, 0x7e, 0x48, - 0x86, 0x7f, 0xb8, 0xee, 0xd2, 0xcf, 0xb2, 0x1d, 0xe2, 0x7e, 0x9a, 0xdd, 0x5d, 0xe7, 0x12, 0x99, - 0x6e, 0xf9, 0xbb, 0x5e, 0xaf, 0x9d, 0x28, 0x75, 0x71, 0x9c, 0xdb, 0x11, 0x35, 0x0d, 0x06, 0x93, - 0xc6, 0xfd, 0xed, 0x2a, 0x5b, 0x95, 0x89, 0x17, 0x50, 0x33, 0x10, 0x37, 0x68, 0x43, 0xab, 0x9f, - 0x31, 0xb5, 0x7a, 0xa1, 0xc1, 0x53, 0x49, 0x1c, 0x1c, 0xa0, 0xc8, 0x2e, 0xdb, 0x92, 0x78, 0x13, - 0x81, 0xc0, 0x71, 0xce, 0x73, 0x64, 0x92, 0x9a, 0xce, 0x07, 0x5e, 0xa7, 0x45, 0xdb, 0x80, 0x2a, - 0xc3, 0x34, 0x4a, 0xf5, 0x35, 0x0e, 0x02, 0x89, 0x73, 0x3e, 0x41, 0xc6, 0xa8, 0x7e, 0x13, 0x53, - 0xa1, 0x8e, 0x34, 0x53, 0x58, 0xd3, 0x0a, 0xfd, 0x0d, 0x0c, 0x8a, 0xaa, 0xc0, 0xbd, 0x30, 0xba, - 0x4b, 0x15, 0xb6, 0x5a, 0x10, 0xb1, 0x7d, 0xdd, 0x50, 0x05, 0xee, 0x28, 0x0c, 0x18, 0x54, 0x4e, - 0x9d, 0x8c, 0x77, 0xc3, 0x28, 0x89, 0xe9, 0x36, 0x8d, 0xc3, 0xf9, 0x52, 0xee, 0xec, 0xe1, 0xfd, - 0xae, 0xd3, 0x32, 0xba, 0x2b, 0xf8, 0x8b, 0x0e, 0x29, 0x63, 0xe4, 0xac, 0x91, 0x8a, 0xdf, 0x39, - 0x5c, 0x9c, 0x64, 0xfc, 0x9e, 0x3d, 0x9e, 0xdf, 0x7a, 0xe7, 0xf0, 0xb6, 0x17, 0xe9, 0x55, 0x44, - 0x7f, 0x03, 0x96, 0x76, 0x9a, 0xa4, 0x2a, 0x1d, 0x01, 0xf1, 0xe2, 0x54, 0x91, 0x09, 0x06, 0x82, - 0x1c, 0xfc, 0xf7, 0x7b, 0x41, 0xe4, 0x1f, 0x50, 0xe1, 0x1a, 0x6b, 0x7d, 0x58, 0x62, 0x63, 0xd0, - 0x7c, 0x69, 0x25, 0x33, 0x5c, 0x7d, 0xb8, 0x1e, 0xf6, 0x28, 0xf5, 0x62, 0x95, 0x35, 0x39, 0xc7, - 0xe0, 0xbc, 0xad, 0x4b, 0xac, 0x9e, 0x13, 0xec, 0x67, 0x0c, 0x60, 0x0c, 0x16, 0x53, 0x6a, 0xd4, - 0xce, 0xb6, 0x83, 0x43, 0xbf, 0x43, 0xf7, 0xe5, 0x7a, 0x14, 0xee, 0xf8, 0x8b, 0x84, 0xf5, 0xe6, - 0x93, 0x79, 0xc6, 0x17, 0x25, 0x5d, 0x3d, 0x43, 0x79, 0xcf, 0x6e, 0x99, 0xa5, 0xc1, 0x66, 0x46, - 0x35, 0xb9, 0x39, 0xd4, 0x55, 0x02, 0xcd, 0x7e, 0xba, 0x38, 0x7b, 0x87, 0xb2, 0x9f, 0x03, 0xab, - 0x38, 0xa4, 0xd8, 0x39, 0xdb, 0xa4, 0xda, 0x0e, 0x76, 0xfd, 0xe6, 0x51, 0x93, 0x6a, 0x97, 0x33, - 0x8c, 0x77, 0xce, 0x92, 0xdb, 0x92, 0xe4, 0x5c, 0x3f, 0x54, 0x3f, 0x41, 0x33, 0x72, 0x6e, 0x93, - 0x47, 0x13, 0x3f, 0x3a, 0x08, 0x3a, 0x1e, 0x6e, 0xda, 0x42, 0x79, 0x61, 0x16, 0xee, 0x2c, 0x9b, - 0xb5, 0x4f, 0x8a, 0x81, 0x7d, 0x74, 0x3b, 0x93, 0x0a, 0x06, 0x94, 0x76, 0x6e, 0x92, 0x79, 0xb6, - 0x9e, 0xea, 0xbd, 0x76, 0xbb, 0x1e, 0xb6, 0x83, 0xe6, 0xd1, 0xe2, 0x1c, 0x63, 0xf8, 0x9c, 0xb4, - 0x5b, 0x37, 0x6d, 0x34, 0xea, 0xf5, 0xfa, 0x17, 0xa4, 0x4b, 0xa3, 0xd3, 0x80, 0x6a, 0xb5, 0xbd, - 0x88, 0x2a, 0xfd, 0x38, 0xf7, 0xfd, 0xfb, 0xc9, 0xe2, 0x7c, 0x11, 0x3b, 0xa5, 0x61, 0x17, 0xe2, - 0x4e, 0x83, 0x14, 0x10, 0xd2, 0xac, 0x51, 0x54, 0xc4, 0x09, 0x1d, 0xfd, 0xc5, 0x05, 0xa6, 0x98, - 0xaa, 0xf5, 0xd5, 0x40, 0x20, 0x70, 0x1c, 0x33, 0xfb, 0xf0, 0x9f, 0x9b, 0x28, 0x7b, 0xcf, 0x30, - 0x42, 0x6d, 0xf6, 0x49, 0x04, 0x68, 0x1a, 0xdc, 0xb0, 0x92, 0xe4, 0x68, 0xd1, 0x61, 0xa4, 0x6a, - 0xa9, 0x6d, 0x6f, 0x7f, 0x11, 0x10, 0xee, 0xee, 0x90, 0x39, 0xb5, 0xac, 0xd9, 0xe8, 0x38, 0x4f, - 0x91, 0x71, 0x94, 0x5c, 0xd2, 0x7a, 0xa9, 0x62, 0x13, 0x50, 0xa0, 0xd1, 0x25, 0xce, 0xe0, 0xac, - 0x09, 0xc1, 0x07, 0xfe, 0xea, 0x11, 0xed, 0x35, 0x13, 0x6b, 0x15, 0xa3, 0x09, 0x12, 0x01, 0x9a, - 0xc6, 0xfd, 0x3f, 0x7c, 0x53, 0xd4, 0xb2, 0xa3, 0x80, 0xdc, 0xa4, 0x8a, 0xfa, 0x7e, 0x18, 0x27, - 0x48, 0xcd, 0xea, 0x18, 0xd7, 0xbb, 0xe0, 0x55, 0x01, 0x07, 0x45, 0xe1, 0x7c, 0x86, 0xcc, 0x36, - 0xcd, 0x0a, 0x84, 0x28, 0x7f, 0x44, 0x14, 0xb1, 0x6b, 0x07, 0x9b, 0xd6, 0x79, 0x93, 0x4c, 0x31, - 0x57, 0x5e, 0x33, 0x6c, 0x0b, 0x7d, 0x59, 0xee, 0x4c, 0x53, 0x75, 0x01, 0xff, 0xd0, 0xf8, 0x1f, - 0x14, 0x35, 0x5a, 0x1d, 0xd8, 0x84, 0xcd, 0xba, 0x10, 0xb7, 0xca, 0xea, 0xb8, 0xca, 0xa0, 0x20, - 0xb0, 0xee, 0xaf, 0x94, 0x8d, 0x51, 0x46, 0xa5, 0xcf, 0x77, 0x7e, 0x84, 0x4c, 0xde, 0xf3, 0xa8, - 0xd2, 0xda, 0xd9, 0x13, 0x3b, 0xe8, 0xab, 0x05, 0x65, 0x2f, 0x2b, 0x7e, 0x87, 0x17, 0xe5, 0xfb, - 0x84, 0xf8, 0x01, 0x92, 0x21, 0xf2, 0x8e, 0x7a, 0x9d, 0x0e, 0xf2, 0x2e, 0x0f, 0xcf, 0x1b, 0x78, - 0x51, 0xce, 0x5b, 0xfc, 0x00, 0xc9, 0xd0, 0xd9, 0x25, 0x44, 0xae, 0x3e, 0xbf, 0x25, 0x5c, 0x68, - 0x3f, 0x34, 0x0c, 0xfb, 0x6d, 0x55, 0x7a, 0x75, 0x0e, 0x77, 0x26, 0xfd, 0x1b, 0x0c, 0xce, 0x6e, - 0x8f, 0x29, 0x22, 0xfd, 0xcd, 0xa2, 0x12, 0x95, 0x4e, 0x6e, 0x2f, 0xa2, 0x34, 0x2b, 0x89, 0x18, - 0xba, 0x97, 0x0a, 0x2a, 0x54, 0xdb, 0xc1, 0x81, 0x6f, 0xae, 0x16, 0xc1, 0x05, 0x34, 0x43, 0xf7, - 0x5b, 0x15, 0xb2, 0x38, 0xa8, 0xbd, 0x38, 0x27, 0xfd, 0xfb, 0x01, 0xb5, 0x46, 0x5a, 0x7c, 0xe6, - 0x1a, 0x73, 0x72, 0x5d, 0xc0, 0x41, 0x51, 0xe0, 0xe4, 0x88, 0x83, 0xbd, 0x8e, 0xd7, 0x16, 0xf3, - 0x57, 0x4d, 0x8e, 0x06, 0x83, 0x82, 0xc0, 0x22, 0x1d, 0x95, 0xba, 0xb1, 0x70, 0xe1, 0x1a, 0x93, - 0x08, 0x18, 0x14, 0x04, 0xd6, 0x34, 0xff, 0xc6, 0x72, 0xcc, 0x3f, 0x6b, 0x8c, 0xc6, 0x1f, 0xf0, - 0x18, 0xd1, 0x5d, 0x87, 0xa0, 0x9b, 0x33, 0xde, 0x67, 0xec, 0x27, 0x86, 0x67, 0xaf, 0xb4, 0x92, - 0x0d, 0xc5, 0x06, 0x0c, 0x96, 0xce, 0xeb, 0x64, 0x5a, 0xad, 0x50, 0x6a, 0xfd, 0x4f, 0xda, 0x8e, - 0x3f, 0x2d, 0xae, 0x6a, 0x60, 0xd2, 0xb9, 0x5f, 0x49, 0x4f, 0x19, 0xb1, 0x30, 0x8c, 0x11, 0x2e, - 0x15, 0x1d, 0xe1, 0xf2, 0xf1, 0x23, 0xec, 0xfe, 0xe7, 0x0a, 0xda, 0xce, 0x46, 0x65, 0xbd, 0xb8, - 0x80, 0x50, 0x7b, 0x07, 0x25, 0x3c, 0x6d, 0x98, 0x58, 0x96, 0x2f, 0x0f, 0xb3, 0x6e, 0xcc, 0xfd, - 0x00, 0x97, 0x03, 0xe7, 0xe4, 0xec, 0xd3, 0x1d, 0xda, 0x8b, 0x99, 0x25, 0xe9, 0x8b, 0xe5, 0x38, - 0x1c, 0x5b, 0xad, 0x85, 0x53, 0x36, 0xc6, 0x86, 0xcb, 0x6b, 0xd1, 0xcc, 0x71, 0x7b, 0x42, 0xed, - 0x40, 0x9e, 0x1c, 0xa8, 0xe6, 0xa0, 0x0a, 0x71, 0x04, 0x1c, 0x47, 0x65, 0xe9, 0x0c, 0xd5, 0xb0, - 0x70, 0xaa, 0xac, 0xa1, 0x02, 0xc4, 0x26, 0xdf, 0xb8, 0xd6, 0x94, 0xc0, 0xc0, 0x81, 0x45, 0xa9, - 0x15, 0xe5, 0x89, 0x63, 0x14, 0x65, 0xfa, 0x85, 0xd8, 0x3f, 0x6a, 0x56, 0xa8, 0x2f, 0xb4, 0xc9, - 0xc1, 0x20, 0xf1, 0xe9, 0x49, 0x34, 0x55, 0x70, 0x12, 0x9d, 0x27, 0x73, 0x35, 0xcf, 0x3f, 0x08, - 0x3b, 0xeb, 0x9d, 0x56, 0x37, 0x0c, 0x68, 0xc3, 0x16, 0xc9, 0x18, 0xdb, 0x52, 0xf8, 0x8a, 0x1f, - 0x43, 0x0e, 0x30, 0x86, 0xca, 0xae, 0xfb, 0x7f, 0xe9, 0xbe, 0x56, 0xa3, 0xf6, 0x69, 0xe2, 0xdf, - 0xec, 0x32, 0xf7, 0x83, 0xb3, 0x41, 0x9c, 0xbd, 0xc8, 0x6b, 0xfa, 0x75, 0x3f, 0x0a, 0xc2, 0x16, - 0xdd, 0xf1, 0xc3, 0x0e, 0x73, 0xb8, 0xe3, 0x1e, 0x89, 0xde, 0x44, 0xe7, 0x4a, 0x1f, 0x16, 0x32, - 0x4a, 0x38, 0x2d, 0x32, 0xdb, 0x8d, 0x7c, 0xcb, 0x5f, 0x52, 0xca, 0xd7, 0xcf, 0xeb, 0x66, 0x11, - 0xae, 0x3e, 0x5a, 0x20, 0xb0, 0x99, 0x3a, 0x6f, 0x93, 0x85, 0x30, 0xea, 0xee, 0x7b, 0x9d, 0x9a, - 0xdf, 0xf5, 0x3b, 0x2d, 0xd4, 0x99, 0x85, 0x53, 0xec, 0x1c, 0x2d, 0xbb, 0x70, 0x33, 0x85, 0x83, - 0x3e, 0x6a, 0xf7, 0x97, 0xa8, 0xbd, 0x58, 0x0b, 0xef, 0x75, 0xee, 0x79, 0x51, 0x6b, 0xa5, 0xbe, - 0xc9, 0x15, 0x61, 0xe6, 0x64, 0x94, 0xce, 0xcd, 0xd2, 0x40, 0xe7, 0xe6, 0x97, 0xc8, 0xd4, 0x6e, - 0xe0, 0xb7, 0x5b, 0xe8, 0x85, 0xe4, 0xdd, 0xbb, 0x54, 0xc4, 0xa3, 0xb1, 0x81, 0x65, 0xa4, 0x57, - 0x80, 0xfb, 0x56, 0x37, 0x04, 0x1b, 0x50, 0x0c, 0x9d, 0x1e, 0x59, 0x90, 0x9a, 0xbe, 0xc4, 0x8a, - 0xd5, 0xf1, 0x6a, 0x31, 0x43, 0xc2, 0xae, 0x86, 0x8d, 0x07, 0xa4, 0x18, 0x42, 0x5f, 0x15, 0x68, - 0xa1, 0x1d, 0xe0, 0xee, 0x30, 0xc6, 0xe6, 0x0a, 0xb3, 0xd0, 0x98, 0x09, 0xc9, 0xa0, 0xee, 0x2f, - 0x96, 0xc8, 0x63, 0x7d, 0xa3, 0x25, 0xec, 0xeb, 0x2f, 0x48, 0xc3, 0x96, 0x9f, 0xce, 0xe4, 0xb4, - 0x32, 0x73, 0xcc, 0x8b, 0x19, 0xb9, 0xe5, 0x02, 0x46, 0xee, 0x4d, 0x72, 0x6e, 0xfd, 0xa0, 0x9b, - 0x1c, 0x51, 0x13, 0xd1, 0x6a, 0xe4, 0x1b, 0x64, 0xe2, 0xc0, 0x6f, 0x05, 0xbd, 0x03, 0xf1, 0x59, - 0x9f, 0x92, 0x82, 0xf4, 0x3a, 0x83, 0x52, 0x2d, 0x69, 0x16, 0xcf, 0x3e, 0xe9, 0x02, 0xe4, 0x00, - 0x10, 0xe4, 0xee, 0xf7, 0x4b, 0x64, 0x5e, 0x2e, 0xa8, 0x95, 0x56, 0x8b, 0x8e, 0x5b, 0xec, 0x2c, - 0x91, 0x72, 0xd0, 0x15, 0x8c, 0x88, 0x60, 0x54, 0xa6, 0x4a, 0x13, 0x85, 0x52, 0x0d, 0xa6, 0xca, - 0x5d, 0xf9, 0x7a, 0x72, 0x0c, 0x79, 0x34, 0xc0, 0xac, 0x8f, 0x6d, 0xc9, 0x03, 0x34, 0x3b, 0xa9, - 0x59, 0x32, 0x51, 0x5d, 0xb1, 0x1d, 0xcb, 0x57, 0x05, 0x1c, 0x14, 0x05, 0xba, 0xf3, 0xf1, 0x94, - 0x92, 0x9d, 0xb2, 0xf0, 0x6d, 0x97, 0x4d, 0xb9, 0x1b, 0x02, 0x06, 0x0a, 0xeb, 0xfe, 0x4c, 0x89, - 0xcc, 0xc8, 0x3e, 0x16, 0x54, 0x72, 0x71, 0x91, 0x68, 0x05, 0x57, 0x2f, 0x12, 0x54, 0x52, 0x19, - 0xc6, 0xd2, 0x4d, 0x2b, 0xc3, 0xe8, 0xa6, 0xee, 0xb7, 0xa8, 0xce, 0x29, 0x9b, 0xd3, 0xe8, 0xed, - 0xc4, 0x7e, 0xe2, 0x7c, 0x99, 0x54, 0x3d, 0x3e, 0xf8, 0xbe, 0x9c, 0x67, 0x17, 0xf2, 0x2c, 0x74, - 0xeb, 0x9b, 0x69, 0xc5, 0x60, 0x45, 0xf2, 0x01, 0xcd, 0xd2, 0x39, 0x24, 0x67, 0x3a, 0x61, 0xc2, - 0xf6, 0x03, 0x85, 0x2f, 0xe6, 0x11, 0x4d, 0xd7, 0xf3, 0xb8, 0xa8, 0xe7, 0xcc, 0x8d, 0x34, 0x3f, - 0xe8, 0xaf, 0x82, 0xda, 0x7d, 0xc2, 0x8b, 0x51, 0x61, 0x75, 0x9d, 0x2f, 0x56, 0xd7, 0x60, 0x27, - 0x86, 0xfb, 0x9b, 0x25, 0x52, 0x95, 0x64, 0xa3, 0xf4, 0x89, 0xdf, 0x21, 0x93, 0x31, 0xfb, 0x34, - 0x72, 0x98, 0x5e, 0x2e, 0xd6, 0x74, 0xfe, 0x3d, 0xf5, 0xe6, 0xc7, 0x7f, 0xc7, 0x20, 0xb9, 0x31, - 0x37, 0xa4, 0xea, 0xc0, 0xc3, 0xe7, 0x86, 0x54, 0x4d, 0x1b, 0xe0, 0x86, 0xfc, 0x87, 0x25, 0x32, - 0xc1, 0x9d, 0x43, 0xc5, 0x3c, 0x6c, 0x86, 0x2f, 0x59, 0x73, 0xbc, 0x8d, 0x40, 0xe1, 0x5a, 0xa6, - 0x23, 0x5d, 0x65, 0xff, 0x6c, 0x44, 0xe1, 0x81, 0xd8, 0x08, 0xce, 0x17, 0x71, 0x4e, 0x71, 0xc1, - 0xc7, 0xa5, 0xc9, 0x6d, 0xc9, 0x00, 0x34, 0x2f, 0xf7, 0x37, 0x2a, 0xb8, 0xea, 0x35, 0xa9, 0xb5, - 0xad, 0x95, 0x4e, 0x63, 0x5b, 0x2b, 0x8f, 0x7e, 0x5b, 0x7b, 0x9f, 0xcc, 0x37, 0x0d, 0x9f, 0xbc, - 0xde, 0x4c, 0x2f, 0x17, 0x74, 0x37, 0x1b, 0x8e, 0x7c, 0xee, 0x0c, 0x59, 0xb3, 0xd9, 0x41, 0x9a, - 0xbf, 0xe3, 0x93, 0x19, 0x7e, 0xa0, 0x28, 0xea, 0x1b, 0xcb, 0x9d, 0xb3, 0xdc, 0xef, 0xc2, 0x4b, - 0xa8, 0xca, 0x58, 0xd0, 0x49, 0xc3, 0x60, 0x04, 0x16, 0x5b, 0xf7, 0xaf, 0x8f, 0x93, 0xf1, 0xf5, - 0x43, 0xaa, 0xcb, 0x8c, 0x70, 0x95, 0x1f, 0x90, 0xb9, 0xa0, 0x73, 0x18, 0xb6, 0x0f, 0xfd, 0x16, - 0xc7, 0x9f, 0x6c, 0x47, 0x7b, 0x54, 0x54, 0x32, 0xb7, 0x69, 0x31, 0x83, 0x14, 0xf3, 0x51, 0xd8, - 0x93, 0xef, 0x50, 0x53, 0x96, 0xcd, 0x08, 0x61, 0x4c, 0xe6, 0x38, 0x49, 0xd9, 0x80, 0x8a, 0x95, - 0xa3, 0xad, 0x5e, 0xee, 0x9f, 0x15, 0x8c, 0x9c, 0xbb, 0x64, 0x6e, 0x37, 0x88, 0xa8, 0xc5, 0x41, - 0x0d, 0x42, 0x6a, 0x05, 0x1c, 0x74, 0x4f, 0x62, 0x48, 0xaa, 0x21, 0xd9, 0xb0, 0x58, 0x41, 0x8a, - 0x35, 0x35, 0x92, 0x66, 0xd1, 0x8e, 0xd1, 0x75, 0x4d, 0x0e, 0x5f, 0x97, 0xf2, 0x25, 0x6d, 0x99, - 0x9c, 0xc0, 0x66, 0x8c, 0xc2, 0xa8, 0xc9, 0x0c, 0x9f, 0x29, 0xb6, 0xa5, 0x2b, 0x61, 0xc4, 0x2d, - 0x1e, 0x8e, 0x43, 0x99, 0xc6, 0xce, 0x8f, 0xab, 0xb6, 0x4c, 0xd3, 0xa7, 0xc4, 0xee, 0x37, 0x70, - 0x03, 0xc2, 0x51, 0x3c, 0x0d, 0xd9, 0x7d, 0xd5, 0x96, 0xdd, 0x9f, 0x2c, 0xf0, 0x71, 0x07, 0xc8, - 0xed, 0xf7, 0xc8, 0xb4, 0xf1, 0xed, 0xd1, 0x51, 0xd8, 0x94, 0x47, 0x9d, 0x42, 0x80, 0x2b, 0x05, - 0x42, 0x9d, 0x81, 0x82, 0xa6, 0xc1, 0x81, 0x41, 0xc5, 0x2b, 0x1d, 0x11, 0x81, 0x6a, 0x19, 0x30, - 0x8c, 0xfb, 0x2a, 0x21, 0xeb, 0xf7, 0xfd, 0xe6, 0x4a, 0x93, 0x1d, 0xc4, 0x1b, 0xe7, 0x26, 0xa5, - 0xc1, 0xe7, 0x26, 0xee, 0xbb, 0x74, 0x33, 0xbc, 0x8f, 0x3b, 0xbb, 0x34, 0xd3, 0xe8, 0x12, 0xf1, - 0x19, 0x80, 0xb5, 0x6a, 0x4a, 0x4f, 0x52, 0x4e, 0x06, 0x02, 0xcb, 0x8e, 0xd1, 0xef, 0x7b, 0x62, - 0xc1, 0x1a, 0x26, 0xef, 0x3a, 0x02, 0x81, 0xe3, 0xdc, 0xaf, 0x97, 0xc8, 0xdc, 0xc6, 0x9a, 0xa5, - 0x27, 0x2f, 0x13, 0xc2, 0xf5, 0xcd, 0x3b, 0x77, 0x6e, 0x48, 0x3f, 0x2a, 0x77, 0x76, 0x29, 0x28, - 0x18, 0x14, 0xce, 0xe3, 0xa4, 0xd2, 0xee, 0x75, 0x84, 0x1a, 0x38, 0x89, 0xfe, 0xd9, 0xad, 0x5e, - 0x07, 0x10, 0x66, 0x04, 0x36, 0x54, 0x0a, 0x07, 0x36, 0xe4, 0x87, 0xf6, 0xfd, 0x7c, 0x85, 0x2c, - 0x6c, 0xb4, 0xfd, 0xfb, 0x56, 0xab, 0x69, 0x55, 0xad, 0x28, 0xa0, 0x93, 0x27, 0xed, 0x26, 0xa9, - 0x31, 0x28, 0x08, 0x6c, 0xe1, 0x58, 0x0b, 0x2b, 0xce, 0xa4, 0x32, 0xe2, 0x38, 0x93, 0xdc, 0x3e, - 0x3b, 0xbb, 0x64, 0x32, 0xe4, 0xdf, 0x9f, 0x4a, 0x31, 0x9c, 0xe8, 0x9f, 0x39, 0xbe, 0x31, 0xe9, - 0xf1, 0x59, 0x16, 0xb3, 0x87, 0x1f, 0x7a, 0x2b, 0x61, 0x29, 0xa0, 0x20, 0x99, 0x2f, 0x7d, 0x9a, - 0xcc, 0x98, 0x94, 0x43, 0x9d, 0x7e, 0xff, 0xa5, 0x12, 0x39, 0xbb, 0x81, 0x21, 0xa4, 0xa9, 0x60, - 0x98, 0xd7, 0xa9, 0x0d, 0x47, 0x97, 0x6a, 0x6c, 0x45, 0x88, 0x59, 0xa1, 0x70, 0x02, 0x05, 0x26, - 0x9d, 0x51, 0xec, 0xd6, 0xad, 0xcd, 0x5a, 0x56, 0x04, 0x9d, 0x40, 0x81, 0x49, 0xe7, 0xfe, 0xc7, - 0x12, 0x79, 0xe2, 0xca, 0xda, 0x7a, 0x1d, 0xc5, 0x48, 0x9c, 0xd0, 0x85, 0xd9, 0x17, 0xc4, 0x47, - 0xa7, 0x40, 0xb7, 0x65, 0x34, 0x45, 0x4d, 0x81, 0x7a, 0x8d, 0xb5, 0x42, 0x60, 0x1f, 0x96, 0x48, - 0x56, 0xaa, 0x4f, 0x9e, 0xbd, 0x12, 0xd0, 0x39, 0xd3, 0x0d, 0xd3, 0x71, 0x77, 0x11, 0x85, 0xc5, - 0x18, 0x8f, 0x75, 0x94, 0x8e, 0xbb, 0x03, 0x85, 0x01, 0x83, 0x8a, 0xd7, 0x7c, 0x18, 0xa0, 0x80, - 0x15, 0x9d, 0x32, 0x6a, 0xe6, 0x70, 0x50, 0x14, 0xd8, 0xb1, 0x56, 0x10, 0x31, 0x5d, 0xe4, 0x48, - 0xac, 0x60, 0xd5, 0xb1, 0x9a, 0x44, 0x80, 0xa6, 0x71, 0xff, 0x76, 0x89, 0x3c, 0x72, 0xa5, 0xdd, - 0xa3, 0xc3, 0x1e, 0xed, 0xc6, 0x56, 0x63, 0x5f, 0x25, 0x55, 0x5f, 0xea, 0xcd, 0xa2, 0xad, 0x6a, - 0x4f, 0x52, 0x0a, 0x35, 0x0f, 0xfa, 0x53, 0x74, 0x05, 0x62, 0xcc, 0x86, 0x8b, 0x88, 0xfa, 0x97, - 0x65, 0x32, 0x7b, 0x75, 0x7b, 0xbb, 0x7e, 0xc5, 0x4f, 0x84, 0x0c, 0xce, 0x77, 0xf4, 0xd4, 0x0d, - 0x2b, 0x77, 0xfa, 0xf2, 0xf2, 0x80, 0x55, 0x87, 0x31, 0xd6, 0xcb, 0x3c, 0xc6, 0x7a, 0x79, 0xb3, - 0x93, 0xdc, 0x8c, 0x1a, 0x49, 0x84, 0xc7, 0x10, 0x59, 0x56, 0xb1, 0xdc, 0x27, 0x2a, 0x83, 0xf6, - 0x09, 0x3a, 0x58, 0x13, 0x71, 0x73, 0xdf, 0x57, 0x46, 0xfb, 0xc7, 0x95, 0x1a, 0xc2, 0xa0, 0xd4, - 0x66, 0xae, 0xde, 0x82, 0x4d, 0xfe, 0x03, 0x04, 0x29, 0x15, 0x58, 0xd3, 0xfb, 0x49, 0xd2, 0xbd, - 0x4a, 0x3b, 0x4b, 0xa7, 0xbe, 0x90, 0x12, 0x39, 0x5a, 0x20, 0x0e, 0x06, 0x2f, 0xa0, 0x17, 0x96, - 0x86, 0xc5, 0x60, 0x72, 0x74, 0x1b, 0x84, 0x68, 0xdc, 0x03, 0x32, 0x6d, 0xdc, 0xbf, 0x58, 0x26, - 0x93, 0x57, 0xe9, 0x36, 0xd7, 0xa6, 0x2c, 0x37, 0xc8, 0x98, 0x4f, 0xb7, 0xc7, 0x62, 0x0a, 0xac, - 0xde, 0x48, 0xb9, 0xa7, 0x0a, 0x7f, 0x03, 0x2b, 0xef, 0x00, 0x99, 0xc4, 0x76, 0x5f, 0x51, 0x81, - 0x99, 0x2f, 0xe5, 0x8f, 0x82, 0x9a, 0x12, 0x7c, 0x17, 0x16, 0x20, 0x90, 0x8c, 0x98, 0x4f, 0xa7, - 0xd9, 0x6d, 0xa0, 0x70, 0x4b, 0x8a, 0xc5, 0x5e, 0x6f, 0xaf, 0xd5, 0x39, 0xb9, 0xe0, 0xcb, 0x7d, - 0x3a, 0x12, 0x08, 0x9a, 0x9d, 0xfb, 0x26, 0x39, 0xc7, 0x4e, 0x05, 0xe9, 0x74, 0xb3, 0xd6, 0x4c, - 0xee, 0xe4, 0x74, 0xff, 0x5e, 0x99, 0x9c, 0xd9, 0x6c, 0xac, 0x35, 0x6c, 0x6f, 0xdc, 0x9b, 0x64, - 0x86, 0x6f, 0xcf, 0x38, 0xe9, 0xbc, 0xb6, 0x28, 0xaf, 0xdc, 0xd8, 0xdb, 0x06, 0x0e, 0x2c, 0x4a, - 0x3c, 0x6e, 0x0d, 0xde, 0xef, 0xa4, 0xe3, 0x83, 0x36, 0xdf, 0xb9, 0x01, 0x08, 0x47, 0x34, 0xee, - 0xf4, 0x5c, 0xc4, 0x29, 0xb4, 0xda, 0xed, 0x3f, 0x47, 0x4d, 0x85, 0xb8, 0x19, 0x07, 0x74, 0x01, - 0xd0, 0xf5, 0xef, 0x35, 0xe5, 0xf4, 0xd5, 0xba, 0x3f, 0x36, 0x55, 0x61, 0x21, 0x45, 0x6d, 0xc8, - 0xdb, 0xf1, 0xc2, 0xda, 0x42, 0x7e, 0x84, 0xe6, 0x57, 0x48, 0x55, 0x45, 0xd2, 0xc8, 0x00, 0xa8, - 0x52, 0x76, 0x00, 0x54, 0x01, 0x81, 0x23, 0x7d, 0xa4, 0x95, 0x4c, 0x1f, 0xe9, 0x3f, 0xa1, 0x9a, - 0xaf, 0x0a, 0x1a, 0xa0, 0xf3, 0xb0, 0x4a, 0x05, 0x6f, 0xc2, 0x8e, 0xa1, 0xc4, 0xa4, 0x7e, 0x2e, - 0x67, 0x26, 0xf2, 0x95, 0xc0, 0xe7, 0x4a, 0x5d, 0x96, 0x05, 0xcd, 0xc6, 0xd9, 0x22, 0x93, 0xdd, - 0xc8, 0x6f, 0x24, 0x2c, 0xcc, 0x77, 0x08, 0x8e, 0x6c, 0x56, 0xd7, 0x79, 0x49, 0x90, 0x2c, 0xdc, - 0x5f, 0x2b, 0x11, 0xb2, 0x15, 0x1c, 0xd0, 0xcd, 0xc5, 0xeb, 0xec, 0xf9, 0x23, 0xb4, 0x22, 0x6f, - 0x90, 0xb1, 0xb8, 0x4b, 0x97, 0x76, 0xa1, 0xa3, 0x23, 0xdd, 0xa2, 0x06, 0x2d, 0xa3, 0x3f, 0x03, - 0xfe, 0x02, 0xc6, 0xc7, 0xfd, 0x65, 0x42, 0xe6, 0x34, 0x19, 0xaa, 0xf1, 0xce, 0x05, 0x2b, 0xae, - 0xf5, 0xf1, 0x54, 0x5c, 0x6b, 0x95, 0x51, 0x1b, 0xa1, 0xac, 0x09, 0xa9, 0x1c, 0x78, 0xf7, 0x85, - 0xd5, 0xf0, 0x7a, 0xd1, 0x06, 0x61, 0x4d, 0xcb, 0xd7, 0xbd, 0xfb, 0x5c, 0x8d, 0x7a, 0x49, 0x4e, - 0x20, 0x0a, 0xf9, 0x90, 0x1f, 0x10, 0xb1, 0x15, 0x88, 0x66, 0xca, 0x4f, 0xfc, 0x17, 0xfd, 0x9b, - 0x09, 0x45, 0xac, 0x8e, 0xd5, 0x1a, 0x74, 0x84, 0xab, 0x6f, 0xc8, 0x5a, 0x83, 0x4e, 0xba, 0xd6, - 0xa0, 0x53, 0xa0, 0xd6, 0xa0, 0x83, 0xe1, 0x6f, 0x93, 0xc2, 0x43, 0xce, 0xc2, 0xaf, 0xa6, 0x2f, - 0xbf, 0x35, 0x54, 0xd5, 0xc2, 0xd5, 0xce, 0xab, 0xbf, 0x28, 0x75, 0x47, 0x01, 0xcd, 0x6d, 0x82, - 0xac, 0xda, 0xf9, 0x05, 0x6a, 0x6b, 0x88, 0xff, 0x31, 0xd2, 0x89, 0x1a, 0x9d, 0x62, 0x97, 0x7a, - 0xfb, 0x24, 0xad, 0x11, 0x2c, 0x78, 0xa3, 0x7e, 0x48, 0x8a, 0x18, 0x1b, 0x99, 0xdb, 0xb6, 0x54, - 0x7b, 0x9c, 0x6f, 0x96, 0xc8, 0x39, 0xfa, 0x9d, 0x78, 0x8d, 0x1c, 0x06, 0x78, 0xa0, 0x28, 0x42, - 0xcc, 0x36, 0x86, 0x9d, 0x27, 0x7d, 0x8c, 0x78, 0x73, 0x3f, 0x2b, 0x8f, 0x2d, 0xb3, 0x48, 0x72, - 0x1b, 0x9d, 0xd9, 0xc2, 0xa5, 0x16, 0x99, 0x92, 0x13, 0x33, 0x43, 0x6b, 0x5f, 0x35, 0x37, 0xe3, - 0xe3, 0x57, 0xa0, 0x74, 0xa0, 0x2d, 0xbf, 0xd3, 0xf3, 0x3a, 0x09, 0x5e, 0x19, 0xd0, 0x3a, 0x3e, - 0xab, 0x45, 0x4c, 0xc4, 0x11, 0xd6, 0xb2, 0x4f, 0x66, 0xcc, 0x39, 0x37, 0xc2, 0x9a, 0x42, 0x72, - 0x36, 0x63, 0x3e, 0x8d, 0xb0, 0xc2, 0x1e, 0x79, 0x7c, 0xe0, 0xbc, 0x18, 0x5d, 0xb5, 0x78, 0x28, - 0x60, 0x08, 0xcc, 0xd3, 0x70, 0xcc, 0x5c, 0xb7, 0x1d, 0x33, 0x2f, 0x14, 0x5d, 0x3a, 0x03, 0xbc, - 0x33, 0xbb, 0x66, 0xfb, 0x71, 0x27, 0x70, 0xb6, 0xc9, 0x44, 0x1b, 0x21, 0xf2, 0x34, 0xe8, 0xe5, - 0x61, 0x16, 0xa7, 0x56, 0x2e, 0x18, 0x3c, 0x06, 0xc1, 0xcb, 0xfd, 0xf5, 0x12, 0x19, 0x3b, 0x8d, - 0xe1, 0xa9, 0xdb, 0xc3, 0x33, 0x48, 0x45, 0x15, 0x77, 0x3d, 0x97, 0xc1, 0xbb, 0xb7, 0x7e, 0x9f, - 0x5a, 0xb3, 0x31, 0x53, 0x25, 0x33, 0x47, 0xe8, 0x97, 0xca, 0x64, 0x1a, 0x2b, 0x92, 0x7e, 0xa2, - 0xcf, 0xa0, 0xdf, 0x70, 0xc7, 0x6f, 0x4b, 0x77, 0x72, 0xda, 0xec, 0xda, 0x32, 0x91, 0x60, 0xd3, - 0x62, 0xe1, 0x5d, 0xd3, 0xdb, 0x2e, 0x54, 0x22, 0x55, 0xd8, 0x72, 0xc5, 0x83, 0x4d, 0x8b, 0x9a, - 0xff, 0x3d, 0x2f, 0x69, 0xee, 0x0b, 0x93, 0x4c, 0x35, 0xf7, 0x0e, 0x02, 0x81, 0xe3, 0x9c, 0x15, - 0x32, 0x2f, 0x67, 0xec, 0x6d, 0x3e, 0x74, 0x42, 0x5d, 0x54, 0xf7, 0xf4, 0xc0, 0x46, 0x43, 0x9a, - 0xde, 0xf9, 0x34, 0x99, 0xc3, 0xc1, 0x09, 0x7b, 0x89, 0x0c, 0x56, 0x18, 0x67, 0xc1, 0x0a, 0x2c, - 0x38, 0x74, 0xdb, 0xc2, 0x40, 0x8a, 0xd2, 0xfd, 0x51, 0x72, 0x76, 0x2b, 0xf4, 0x5a, 0xab, 0x5e, - 0xdb, 0xeb, 0x34, 0xfd, 0x68, 0xb3, 0xb3, 0x97, 0x7b, 0xae, 0x6b, 0x9e, 0xbd, 0x96, 0xf3, 0xce, - 0x5e, 0xdd, 0x88, 0x38, 0x66, 0x05, 0x22, 0xcc, 0xe6, 0x5d, 0x32, 0x19, 0xf0, 0xaa, 0xc4, 0xac, - 0xbd, 0x94, 0xe7, 0x54, 0xea, 0x6b, 0xa3, 0x11, 0x36, 0xc2, 0x01, 0x20, 0x59, 0xa2, 0x25, 0x91, - 0xe5, 0x85, 0xca, 0x37, 0xd6, 0xdc, 0xbf, 0x5a, 0x22, 0xf3, 0x37, 0x52, 0x97, 0xc1, 0x30, 0x06, - 0xcc, 0x8f, 0x32, 0x5c, 0x6a, 0x0d, 0x06, 0x05, 0x81, 0x7d, 0xe0, 0x66, 0xfa, 0x4f, 0x97, 0x49, - 0x95, 0xc5, 0x6c, 0x76, 0xbd, 0xe6, 0x28, 0x95, 0xd2, 0xeb, 0x96, 0x52, 0x9a, 0x63, 0x24, 0xaa, - 0x06, 0x0d, 0xd2, 0x49, 0xf1, 0x3a, 0xa0, 0xb8, 0x1c, 0x55, 0xc8, 0x3e, 0xd4, 0x0c, 0xf9, 0x3d, - 0x9a, 0x39, 0xfb, 0x2e, 0x95, 0xbc, 0x38, 0xc5, 0x4e, 0x43, 0x15, 0xed, 0xc3, 0x77, 0x1a, 0xaa, - 0x9a, 0x36, 0x40, 0x2a, 0xd5, 0x8d, 0xd6, 0x33, 0xb1, 0xfd, 0x79, 0x16, 0x80, 0xe7, 0xb5, 0x83, - 0x0f, 0x7c, 0x75, 0xc9, 0xf0, 0x29, 0x11, 0x4f, 0x27, 0xa0, 0x1f, 0x32, 0x01, 0x23, 0x7e, 0xf1, - 0xbb, 0xa3, 0xba, 0x88, 0x7b, 0x95, 0xce, 0x54, 0x7b, 0xec, 0x9c, 0xd7, 0xc9, 0x78, 0x77, 0xdf, - 0x8b, 0xfd, 0x54, 0x64, 0xc7, 0x78, 0x1d, 0x81, 0x94, 0xdb, 0x9c, 0x2a, 0xc0, 0x20, 0xc0, 0xa9, - 0xdd, 0x3f, 0xa1, 0xb2, 0x1e, 0x63, 0x21, 0x46, 0x38, 0xc7, 0xae, 0x5a, 0x73, 0xec, 0xf9, 0xfc, - 0x1b, 0xe7, 0x03, 0xa7, 0x57, 0x3d, 0x35, 0xbd, 0x5e, 0x28, 0xc0, 0xeb, 0xf8, 0x99, 0x75, 0x40, - 0xa6, 0xd9, 0x8d, 0x76, 0x11, 0xd2, 0xf2, 0xaa, 0x65, 0x40, 0x3d, 0x95, 0x32, 0xa0, 0xe6, 0x0d, - 0x52, 0xc3, 0x8c, 0x7a, 0x91, 0x4c, 0x8a, 0x10, 0x8a, 0x74, 0xd4, 0xa1, 0xa0, 0x05, 0x89, 0x77, - 0x7f, 0xb5, 0x42, 0xac, 0x1b, 0xf4, 0xce, 0xb7, 0x4b, 0x84, 0x2a, 0x2d, 0xec, 0xca, 0x43, 0xab, - 0xd6, 0x43, 0x7f, 0x19, 0xba, 0xb4, 0x5a, 0xbd, 0x36, 0xfd, 0x6f, 0x73, 0xaf, 0x13, 0x2a, 0x30, - 0xfa, 0x76, 0x7a, 0xcc, 0xbb, 0x5a, 0xf8, 0xe2, 0xbe, 0x3a, 0x43, 0xbd, 0x4c, 0xdb, 0xb2, 0x0c, - 0x43, 0xd5, 0x02, 0x43, 0xb6, 0xca, 0xf9, 0xbd, 0x12, 0xb9, 0xc8, 0xef, 0x90, 0x17, 0xef, 0x49, - 0x21, 0xc3, 0xb3, 0x2e, 0x99, 0x6a, 0x76, 0x18, 0xe4, 0xb8, 0xfa, 0x86, 0x18, 0xe4, 0x8b, 0xf5, - 0xe1, 0x6a, 0x85, 0x61, 0x9b, 0xe9, 0xfe, 0xeb, 0x0a, 0x5d, 0xbf, 0x74, 0x3c, 0xf5, 0xfd, 0xd1, - 0xd7, 0xad, 0x69, 0xf2, 0x4c, 0x6a, 0x9a, 0x9c, 0xb1, 0x88, 0x1f, 0xcc, 0xd5, 0xd1, 0x84, 0x9c, - 0xc1, 0x73, 0xca, 0xab, 0xbe, 0x17, 0x25, 0x3b, 0xbe, 0xc7, 0x0e, 0x2c, 0xc5, 0x22, 0x18, 0xea, - 0x10, 0x54, 0xc5, 0xe5, 0x6c, 0xa5, 0xb9, 0x41, 0x7f, 0x05, 0xce, 0x3d, 0xe2, 0xb0, 0xd3, 0xd1, - 0xc8, 0xa3, 0x4a, 0x17, 0xeb, 0x4c, 0x20, 0x1c, 0xb2, 0x43, 0x56, 0xbb, 0x24, 0xaa, 0x75, 0xb6, - 0xfa, 0xd8, 0x41, 0x46, 0x15, 0xc6, 0x11, 0xf8, 0x78, 0xd1, 0x23, 0xf0, 0x89, 0x9c, 0x80, 0xdf, - 0x9f, 0x2a, 0x91, 0xb3, 0xf8, 0x61, 0xec, 0xe0, 0xd0, 0xd8, 0x09, 0xc9, 0x3c, 0xf6, 0xa0, 0xed, - 0x27, 0x12, 0x26, 0x56, 0x58, 0x8e, 0x2e, 0x6d, 0xf3, 0xd1, 0x1a, 0xdb, 0x35, 0x9b, 0x19, 0xa4, - 0xb9, 0xbb, 0xbf, 0x5a, 0x22, 0x2c, 0xfa, 0xec, 0x34, 0xf6, 0xb1, 0x2b, 0xf6, 0x3e, 0xe6, 0xe6, - 0x0b, 0x8d, 0x01, 0x5b, 0xd8, 0x6b, 0x64, 0x01, 0xb1, 0xf5, 0x28, 0xbc, 0x7f, 0x24, 0x95, 0xeb, - 0x7c, 0xdf, 0xec, 0x5f, 0x29, 0x71, 0x71, 0xa7, 0xb4, 0xe2, 0x7b, 0x18, 0x60, 0xa6, 0x7f, 0xe3, - 0x42, 0x96, 0x4a, 0xe0, 0x72, 0x71, 0x81, 0xc6, 0xd6, 0xbf, 0x11, 0x61, 0x96, 0x62, 0x08, 0xfd, - 0x75, 0xb8, 0x7f, 0xbf, 0x44, 0x1e, 0x33, 0x09, 0x8d, 0x6b, 0x66, 0x79, 0x0e, 0xd1, 0x1a, 0x99, - 0x0a, 0xbb, 0x98, 0x31, 0x46, 0x59, 0x00, 0x2f, 0xc8, 0x11, 0xbf, 0x29, 0xe0, 0x74, 0xe5, 0x9e, - 0x33, 0xb9, 0x4b, 0x38, 0xa8, 0x92, 0x98, 0x89, 0x82, 0x59, 0xa2, 0xb1, 0xb8, 0x20, 0xc8, 0x32, - 0x51, 0xb0, 0x63, 0x00, 0xba, 0xc8, 0x39, 0xc6, 0xfd, 0x6b, 0x25, 0x3e, 0xca, 0x66, 0xd3, 0x9d, - 0xaf, 0x92, 0x85, 0x03, 0x34, 0x16, 0xd6, 0xef, 0x77, 0x71, 0x0b, 0x61, 0xc7, 0x9f, 0xa5, 0x22, - 0x82, 0x73, 0x40, 0x77, 0x57, 0x17, 0x45, 0xeb, 0x17, 0xae, 0xa7, 0xd8, 0x42, 0x5f, 0x45, 0xee, - 0xef, 0x8b, 0xb9, 0xca, 0xb4, 0x16, 0xba, 0xd8, 0xba, 0x61, 0x6b, 0x6d, 0xb3, 0x06, 0x62, 0xac, - 0xd4, 0x62, 0xab, 0x73, 0x30, 0x48, 0x3c, 0x9e, 0xcb, 0xf9, 0xd4, 0x54, 0x8b, 0xa8, 0xc2, 0xa2, - 0x8e, 0x2d, 0x95, 0x92, 0xb0, 0xae, 0x30, 0x60, 0x50, 0x61, 0x99, 0x6e, 0x14, 0x1e, 0x06, 0x2d, - 0x16, 0xee, 0x5d, 0xb1, 0xcb, 0xd4, 0x15, 0x06, 0x0c, 0x2a, 0x34, 0xd1, 0x7a, 0x9d, 0x98, 0x0b, - 0x70, 0x6f, 0x47, 0x24, 0x50, 0x98, 0xd2, 0x26, 0xda, 0x2d, 0x13, 0x09, 0x36, 0xad, 0xfb, 0x3b, - 0x55, 0x42, 0xb4, 0x8a, 0x80, 0x1e, 0xc2, 0xa9, 0xa6, 0x47, 0x15, 0x24, 0x9e, 0x1d, 0xa7, 0x92, - 0x7f, 0x2f, 0x46, 0x17, 0x5e, 0x5e, 0x13, 0x05, 0xb9, 0x6f, 0xeb, 0x15, 0x39, 0x41, 0x24, 0x38, - 0xd7, 0x9f, 0xa5, 0x6a, 0x76, 0xbe, 0x56, 0x22, 0xd3, 0x5e, 0x1b, 0xef, 0xce, 0x26, 0xac, 0x47, - 0xe5, 0x22, 0xce, 0x4a, 0xa3, 0x25, 0x2b, 0xba, 0x2c, 0x6f, 0xcc, 0xab, 0xf2, 0x54, 0xcb, 0xc0, - 0xe4, 0xb6, 0xc7, 0x6c, 0x82, 0xf3, 0x8a, 0x54, 0x2d, 0xf9, 0x47, 0x59, 0x4a, 0xab, 0x96, 0x55, - 0x26, 0x1a, 0x0c, 0xad, 0x12, 0x6f, 0x98, 0x18, 0xb1, 0xef, 0x63, 0x45, 0xee, 0xa6, 0x5a, 0x9b, - 0x66, 0x5e, 0x9a, 0x00, 0x3c, 0x8b, 0xd2, 0x91, 0xb0, 0xe3, 0x45, 0x2e, 0x7e, 0x1a, 0xba, 0x5b, - 0x4e, 0x14, 0x6c, 0x42, 0xe6, 0x5b, 0xf6, 0x26, 0x21, 0x42, 0x9b, 0x2e, 0xe5, 0xd7, 0x90, 0xda, - 0x5d, 0xf4, 0xb6, 0x90, 0x42, 0x40, 0xba, 0x0a, 0xda, 0x23, 0x16, 0x89, 0xbc, 0xd9, 0xd9, 0x0d, - 0x45, 0x74, 0xd3, 0xcb, 0x05, 0xbe, 0xf9, 0x51, 0x4c, 0xc5, 0x33, 0x96, 0xd1, 0xdb, 0xc0, 0x0d, - 0xc1, 0x05, 0x14, 0x3f, 0x74, 0x13, 0xb1, 0x5b, 0x15, 0x78, 0x17, 0xb7, 0x32, 0xc4, 0x05, 0x13, - 0x76, 0x27, 0x43, 0x6f, 0xbe, 0xec, 0x27, 0x15, 0x57, 0x9c, 0x17, 0xd5, 0xeb, 0xc5, 0x55, 0xd9, - 0x78, 0xb3, 0x73, 0x2b, 0xf6, 0xd9, 0xfd, 0xdb, 0xea, 0xea, 0xb3, 0xfa, 0x42, 0x2d, 0x87, 0x67, - 0x66, 0x47, 0xb2, 0x4a, 0xe2, 0x1e, 0x2c, 0x7e, 0xcb, 0xa4, 0x4b, 0x8b, 0xa4, 0x48, 0x43, 0xed, - 0x14, 0x4d, 0x7a, 0xb0, 0x6f, 0xdb, 0xcc, 0x20, 0xcd, 0x7d, 0x29, 0x20, 0xb3, 0xd6, 0x8a, 0x1d, - 0xa1, 0xb3, 0xb3, 0x4d, 0x16, 0xd2, 0x4b, 0x72, 0x84, 0x3e, 0xce, 0x3f, 0x1e, 0x23, 0x73, 0xf6, - 0xc4, 0xc0, 0x08, 0x86, 0x03, 0x96, 0x12, 0x49, 0x27, 0x62, 0x51, 0xf3, 0xff, 0xba, 0x44, 0x80, - 0xa6, 0x61, 0x29, 0x69, 0x58, 0x71, 0x23, 0xe6, 0x44, 0xa7, 0xa4, 0x51, 0x18, 0x30, 0xa8, 0x50, - 0x61, 0xdb, 0x09, 0xc3, 0x44, 0x09, 0x6e, 0x35, 0x67, 0x56, 0x19, 0x14, 0x04, 0x16, 0x05, 0xf6, - 0x5d, 0xec, 0x50, 0xdb, 0xf6, 0x77, 0x29, 0x81, 0x7d, 0xcd, 0x44, 0x82, 0x4d, 0x8b, 0x1b, 0x50, - 0x18, 0xb3, 0x49, 0x28, 0xd4, 0x42, 0x1d, 0xc3, 0xd3, 0xe0, 0xb7, 0x8c, 0x24, 0xde, 0xf9, 0x22, - 0x79, 0x4c, 0x5d, 0x0a, 0x02, 0xee, 0x3f, 0x94, 0x35, 0x4e, 0x58, 0xb6, 0xdd, 0x63, 0x6b, 0xd9, - 0x64, 0x30, 0xa8, 0x3c, 0x1e, 0xf1, 0x0a, 0x95, 0x4e, 0x72, 0x9c, 0xb4, 0x8f, 0x78, 0xaf, 0x59, - 0x58, 0x48, 0x51, 0x53, 0x7d, 0x62, 0x01, 0x21, 0x4c, 0x95, 0x92, 0x1c, 0xf8, 0xe5, 0x26, 0xb5, - 0x33, 0x5f, 0x4b, 0xe1, 0xa1, 0xaf, 0x04, 0xba, 0x0e, 0xb9, 0x6e, 0x81, 0x16, 0x0c, 0xfb, 0x0e, - 0x22, 0x1a, 0x51, 0x2d, 0x82, 0x9b, 0x36, 0x1a, 0xd2, 0xf4, 0x78, 0x46, 0xee, 0x45, 0xf4, 0xa3, - 0x27, 0x54, 0x45, 0xe8, 0x45, 0xfc, 0x66, 0xbb, 0x71, 0x46, 0xbe, 0x62, 0xe0, 0xc0, 0xa2, 0x74, - 0x3f, 0x20, 0x67, 0x33, 0x82, 0x9e, 0x71, 0xe2, 0xd0, 0x09, 0x2a, 0xfb, 0x94, 0x8a, 0xc6, 0xc1, - 0x9b, 0x2e, 0xa2, 0x37, 0x06, 0x15, 0xce, 0x4e, 0xe6, 0x38, 0x35, 0xf2, 0xa3, 0xa9, 0xd9, 0xb9, - 0x21, 0x11, 0xa0, 0x69, 0xdc, 0xff, 0x4e, 0x77, 0x6d, 0xed, 0x66, 0x28, 0x10, 0x83, 0x41, 0xbb, - 0x29, 0x53, 0xfe, 0x19, 0xa9, 0xb6, 0x54, 0x37, 0xaf, 0x18, 0x38, 0xb0, 0x28, 0xb1, 0x6d, 0x1d, - 0xe9, 0x34, 0x49, 0xc7, 0xfe, 0x28, 0x6f, 0x0a, 0x68, 0x1a, 0xf4, 0xf1, 0xc5, 0x7e, 0x7b, 0x77, - 0x2b, 0xe8, 0xdc, 0x15, 0x13, 0x5b, 0x49, 0xe5, 0x86, 0x80, 0x83, 0xa2, 0x70, 0xde, 0x26, 0x95, - 0x5e, 0xd0, 0x12, 0x53, 0x79, 0x59, 0xea, 0x9d, 0x74, 0x35, 0x51, 0x89, 0xf9, 0x54, 0x76, 0x1e, - 0x43, 0x34, 0x23, 0xe3, 0x65, 0x5c, 0x7c, 0x58, 0x34, 0xcb, 0x7f, 0x3c, 0x31, 0xa4, 0xff, 0x98, - 0x7e, 0x33, 0xd1, 0x67, 0x39, 0x93, 0x2b, 0xfa, 0x9b, 0x5d, 0x51, 0x18, 0x30, 0xa8, 0xd0, 0x18, - 0x6d, 0x52, 0x03, 0x4c, 0x5a, 0x6b, 0x3c, 0x22, 0x77, 0xea, 0x23, 0x18, 0xa3, 0x6b, 0x69, 0x6e, - 0xd0, 0x5f, 0x81, 0xd3, 0x25, 0x67, 0x5a, 0xb8, 0x8e, 0xac, 0x5a, 0xab, 0x27, 0x88, 0x03, 0xc6, - 0x1a, 0x6b, 0x69, 0x4e, 0xd0, 0xcf, 0xdc, 0xf9, 0x32, 0x59, 0x92, 0xc0, 0xfe, 0x6b, 0x7f, 0x6c, - 0xb9, 0x54, 0x56, 0x9f, 0xa4, 0xdc, 0x96, 0x6a, 0x03, 0xa9, 0xe0, 0x18, 0x0e, 0xce, 0xbb, 0x64, - 0x82, 0x9d, 0x38, 0xc4, 0x8b, 0xd3, 0x6c, 0xb7, 0x7b, 0xad, 0xa8, 0xc3, 0x6d, 0x99, 0x9d, 0x5b, - 0x88, 0x40, 0x46, 0x7d, 0x8a, 0xc3, 0x80, 0x20, 0x78, 0xd2, 0xf1, 0x9a, 0xf6, 0x3a, 0x9d, 0x30, - 0xf1, 0xb8, 0x12, 0x36, 0x53, 0x44, 0x8f, 0x34, 0xaa, 0x58, 0xd1, 0x65, 0x79, 0x3d, 0x2a, 0x3a, - 0xca, 0xc0, 0x80, 0x59, 0x05, 0x6e, 0xe3, 0xe1, 0x3d, 0x14, 0x98, 0xd2, 0xe9, 0x1e, 0x2f, 0xce, - 0x16, 0xd9, 0xc6, 0x6f, 0x5a, 0x85, 0x0c, 0x09, 0x66, 0x33, 0x83, 0x34, 0x77, 0x0c, 0xd3, 0x35, - 0xfc, 0xa8, 0x73, 0x3a, 0x4c, 0x57, 0xfb, 0x51, 0x4d, 0xb7, 0x29, 0xbb, 0x52, 0xca, 0x43, 0xf3, - 0x98, 0x24, 0x98, 0x4f, 0x5d, 0x29, 0xd5, 0x28, 0x30, 0xe9, 0x96, 0xde, 0x22, 0xd3, 0xc6, 0x80, - 0x0f, 0x13, 0x0f, 0xba, 0xf4, 0x39, 0xba, 0xfb, 0xa7, 0x06, 0x72, 0xa8, 0x78, 0xd2, 0xff, 0x51, - 0x26, 0xf3, 0x19, 0x27, 0x19, 0x77, 0x03, 0x16, 0x31, 0x6d, 0x89, 0xbc, 0x6b, 0x14, 0x06, 0x0c, - 0x63, 0x0b, 0xae, 0x72, 0x01, 0xc1, 0x25, 0xa5, 0x68, 0x65, 0xa0, 0x14, 0x15, 0xc2, 0x6a, 0xec, - 0xe4, 0xc2, 0xca, 0xde, 0x1d, 0xc6, 0x0b, 0xed, 0x0e, 0x0f, 0x40, 0xc0, 0x59, 0x1b, 0xcc, 0x64, - 0x81, 0x0d, 0xe6, 0xc3, 0x12, 0x99, 0xb3, 0x67, 0x5e, 0x81, 0x11, 0x7f, 0x58, 0x07, 0x70, 0x99, - 0x19, 0x62, 0x49, 0x14, 0xb6, 0xdb, 0x7e, 0x24, 0x22, 0xc5, 0xe6, 0x84, 0x5d, 0x25, 0xa0, 0x60, - 0x50, 0xb8, 0xbf, 0x50, 0x26, 0x0b, 0x3a, 0x6c, 0x58, 0xa4, 0x3e, 0x1d, 0xdd, 0xd1, 0xc0, 0xb6, - 0x75, 0x34, 0x90, 0x97, 0xd1, 0x34, 0xd5, 0xae, 0x81, 0xc7, 0x04, 0xef, 0xa6, 0x8e, 0x09, 0x5e, - 0x1b, 0x92, 0xef, 0xf1, 0x47, 0x06, 0xff, 0xb4, 0x4c, 0x1e, 0x49, 0x17, 0x59, 0x6b, 0x7b, 0xc1, - 0xc1, 0x08, 0xc7, 0xe9, 0x8b, 0xd6, 0x38, 0xbd, 0x31, 0x5c, 0x7f, 0x58, 0xe3, 0x06, 0x0e, 0x96, - 0x97, 0x1a, 0xac, 0xb7, 0x4e, 0xc2, 0xfc, 0xf8, 0x11, 0xfb, 0x4f, 0x25, 0xf2, 0x78, 0x66, 0xb9, - 0xd3, 0x70, 0x81, 0x7e, 0xc1, 0x76, 0x81, 0xbe, 0x7a, 0x82, 0xee, 0x0d, 0xf0, 0x89, 0xfe, 0xd7, - 0xf2, 0x80, 0x6e, 0x31, 0x6f, 0xd9, 0x4d, 0xba, 0xfd, 0x36, 0xe9, 0x26, 0x15, 0x63, 0x6c, 0xa4, - 0x3c, 0xe4, 0xbb, 0xc0, 0xf6, 0x4f, 0x0d, 0xa6, 0x6b, 0x7f, 0x29, 0xcd, 0x42, 0xa3, 0xc1, 0xe4, - 0x60, 0xe7, 0xd4, 0x2a, 0x8f, 0x28, 0xa7, 0x16, 0x95, 0x31, 0x87, 0xca, 0x4a, 0x4f, 0x3b, 0xe1, - 0x0c, 0xfb, 0xdd, 0xa0, 0xa2, 0x6a, 0x12, 0xea, 0xb4, 0x3c, 0x44, 0x62, 0x2c, 0x77, 0xc1, 0x59, - 0x1f, 0xd0, 0x8c, 0xb7, 0xe0, 0x77, 0x26, 0x95, 0xc7, 0x52, 0xf1, 0x74, 0xbf, 0x51, 0x21, 0x1f, - 0x3f, 0x66, 0xda, 0xd1, 0x4d, 0xc2, 0x3a, 0xf9, 0x7c, 0x29, 0xed, 0x9e, 0x5a, 0xca, 0x2c, 0x6c, - 0xf9, 0xab, 0x52, 0x1f, 0xab, 0xfc, 0x91, 0x3f, 0xd6, 0xcf, 0x9b, 0xce, 0x44, 0x1e, 0xea, 0x78, - 0xe5, 0xc4, 0x0b, 0xeb, 0xc1, 0x79, 0x17, 0x4f, 0xd1, 0xf1, 0x81, 0x69, 0xac, 0x9f, 0xc9, 0xec, - 0x94, 0x15, 0x60, 0x81, 0x57, 0xcc, 0x10, 0x68, 0xdc, 0x45, 0xd1, 0x57, 0xcc, 0x24, 0x02, 0x34, - 0x8d, 0x15, 0x47, 0x51, 0xce, 0x8d, 0xa3, 0xf8, 0x77, 0x25, 0x72, 0x2e, 0xdd, 0x88, 0xd3, 0x90, - 0x3a, 0x0d, 0x5b, 0xea, 0x2c, 0x0f, 0xf7, 0xed, 0x07, 0x08, 0x9c, 0x9f, 0x9b, 0x21, 0x8f, 0xf6, - 0x6d, 0x56, 0x7c, 0x18, 0x7f, 0xbc, 0x44, 0xce, 0xec, 0x31, 0xfb, 0xc2, 0xb8, 0xf1, 0x23, 0x3a, - 0x96, 0x73, 0x4d, 0xea, 0xd8, 0x8b, 0x42, 0xdc, 0x5a, 0xea, 0x23, 0x81, 0xfe, 0xca, 0x9c, 0x9f, - 0xa1, 0x43, 0xed, 0xdd, 0x8b, 0xfb, 0xf2, 0xe8, 0x8b, 0x79, 0xf4, 0xb9, 0x1c, 0x57, 0x5e, 0x4e, - 0x06, 0xfe, 0xd5, 0x45, 0x8c, 0x15, 0xcd, 0xa2, 0x82, 0xcc, 0x5a, 0xa9, 0x12, 0xc0, 0xb3, 0x8b, - 0xa1, 0xda, 0x57, 0xe8, 0xee, 0x5a, 0xd6, 0xfd, 0x03, 0x2e, 0x93, 0x24, 0x06, 0x14, 0x47, 0xe7, - 0x3d, 0x52, 0xdd, 0x93, 0x97, 0x7c, 0x84, 0xd0, 0xcb, 0xd9, 0x59, 0x32, 0xef, 0x04, 0xf1, 0x28, - 0x77, 0x85, 0x02, 0xcd, 0xd4, 0xb9, 0x4a, 0x2a, 0x9d, 0xdd, 0x58, 0xdc, 0xd7, 0xcd, 0x8b, 0xa3, - 0xb1, 0xa3, 0x96, 0xf8, 0x0d, 0x44, 0x0a, 0x04, 0x64, 0x81, 0x9c, 0xa2, 0x9d, 0x96, 0xf0, 0x61, - 0xe7, 0x70, 0x82, 0xd5, 0x5a, 0x3f, 0x27, 0x0a, 0x04, 0x64, 0xc1, 0x02, 0xf6, 0xf0, 0xbe, 0x82, - 0x70, 0x50, 0xe7, 0x5c, 0xe6, 0xee, 0xbb, 0x95, 0xc1, 0x53, 0xd1, 0x31, 0x30, 0x70, 0x46, 0xe8, - 0x99, 0x6e, 0xb2, 0xd4, 0xd1, 0xc2, 0x7f, 0x90, 0x97, 0x50, 0xb8, 0x2f, 0xcd, 0x34, 0x3f, 0x48, - 0xe3, 0x70, 0x10, 0xbc, 0x18, 0x57, 0xbf, 0xbb, 0xbf, 0x1b, 0x0b, 0xff, 0x40, 0x1e, 0xd7, 0xbe, - 0x24, 0xe0, 0x82, 0x2b, 0x83, 0x83, 0xe0, 0xe5, 0xd4, 0x48, 0x79, 0xb7, 0x29, 0xf2, 0x3f, 0xe6, - 0x58, 0xb4, 0xf6, 0x75, 0xd2, 0xd5, 0x09, 0x8c, 0xa0, 0xdb, 0x58, 0x03, 0x5a, 0x9e, 0xea, 0x23, - 0x93, 0xbb, 0xfc, 0x82, 0xa0, 0xc8, 0xf5, 0x78, 0x29, 0xef, 0x16, 0x63, 0xdf, 0x6d, 0x42, 0x7e, - 0x93, 0x41, 0x20, 0x40, 0xb2, 0xa3, 0xfb, 0x30, 0xd9, 0x55, 0x57, 0x1e, 0x45, 0xb2, 0xc7, 0xe5, - 0xe1, 0xae, 0x48, 0x0a, 0xeb, 0x59, 0x41, 0xc1, 0xe0, 0x88, 0x73, 0xde, 0x93, 0xd9, 0xef, 0x59, - 0xa2, 0xc7, 0xdc, 0x39, 0x9f, 0x99, 0x2c, 0x9f, 0xcf, 0x79, 0x85, 0x02, 0xcd, 0xd4, 0xe9, 0x91, - 0xd9, 0xc3, 0xb8, 0xbb, 0xef, 0xcb, 0xa5, 0xcf, 0xb2, 0x3f, 0x4e, 0x5f, 0xfe, 0x6c, 0x4e, 0x4a, - 0x4f, 0x51, 0x24, 0x88, 0x92, 0x9e, 0xd7, 0xee, 0x93, 0x60, 0x2c, 0x8d, 0xd2, 0x6d, 0x93, 0x2d, - 0xd8, 0xb5, 0xe0, 0x27, 0x79, 0xbf, 0x17, 0xee, 0x1c, 0x25, 0xbe, 0xc8, 0x0e, 0x99, 0xf3, 0x49, - 0xde, 0xe1, 0xc4, 0xfd, 0x9f, 0x44, 0x20, 0x40, 0xb2, 0x53, 0x43, 0xc6, 0xa4, 0xf1, 0x42, 0xe1, - 0x21, 0xeb, 0xeb, 0x83, 0x1e, 0x32, 0x26, 0x7d, 0x35, 0x53, 0xf7, 0xf7, 0xc7, 0xfb, 0x37, 0x38, - 0xa6, 0x7f, 0xfe, 0x6c, 0xff, 0x71, 0xe6, 0xdb, 0xc3, 0xdb, 0x57, 0x0f, 0xf0, 0x60, 0x93, 0xee, - 0x0f, 0x8f, 0x76, 0x33, 0x77, 0x2f, 0xb1, 0x43, 0x0c, 0x6b, 0xa6, 0xf1, 0xa1, 0x51, 0xb9, 0x46, - 0xb3, 0xf1, 0x30, 0xa0, 0xce, 0xb4, 0xca, 0x57, 0xf9, 0xc8, 0x2a, 0xdf, 0x1d, 0x3a, 0xde, 0xa8, - 0xa5, 0xe8, 0x64, 0x17, 0x43, 0xe6, 0x87, 0x60, 0x7b, 0xcd, 0x9a, 0x60, 0x01, 0x8a, 0x19, 0x0e, - 0xdc, 0x13, 0xe9, 0x4e, 0x80, 0xcf, 0xd0, 0x22, 0x49, 0x2a, 0xf7, 0x05, 0x6c, 0x88, 0x91, 0x78, - 0xa2, 0x7e, 0x1c, 0xf1, 0x87, 0x79, 0x04, 0x70, 0x7c, 0x65, 0xa7, 0xa9, 0x42, 0xfe, 0xa3, 0x52, - 0x86, 0xc2, 0xc3, 0x95, 0xfe, 0xcf, 0xda, 0x4a, 0xff, 0xf3, 0x69, 0xa5, 0xbf, 0xcf, 0x44, 0xb7, - 0xf4, 0xfd, 0xe2, 0x89, 0x02, 0x8b, 0x66, 0xe3, 0x70, 0xff, 0x77, 0x89, 0x54, 0xea, 0x61, 0x6b, - 0x84, 0x4e, 0x80, 0x2b, 0x96, 0x13, 0xe0, 0xb9, 0xdc, 0x67, 0x6f, 0x06, 0x9a, 0xfc, 0x37, 0x53, - 0x26, 0xff, 0xa7, 0xf2, 0x59, 0x1d, 0x6f, 0xe0, 0x7f, 0xb3, 0x42, 0xcc, 0x87, 0x7b, 0x9c, 0xdf, - 0x3e, 0x49, 0x54, 0x63, 0xa5, 0xd8, 0x5b, 0x3e, 0xa2, 0x0e, 0x16, 0x03, 0x24, 0xaf, 0x3c, 0xfd, - 0xa9, 0x0d, 0x6e, 0xbc, 0xe3, 0x07, 0x7b, 0xfb, 0x89, 0xdf, 0x4a, 0x77, 0xec, 0xf4, 0x82, 0x1b, - 0xff, 0x5b, 0x89, 0xcc, 0xa7, 0x6a, 0x77, 0x0e, 0xb2, 0x6e, 0x4d, 0x9c, 0xd4, 0xaa, 0x3f, 0x93, - 0x7b, 0xcf, 0x62, 0x99, 0x10, 0xe5, 0x89, 0x96, 0xb6, 0x37, 0xd3, 0x43, 0x94, 0xab, 0x3a, 0x06, - 0x83, 0x02, 0xbd, 0xf8, 0x49, 0xd8, 0x0d, 0xdb, 0xe1, 0xde, 0xd1, 0x35, 0x5f, 0x5e, 0xca, 0x57, - 0x5e, 0xfc, 0x6d, 0x8d, 0x02, 0x93, 0x0e, 0x13, 0x3d, 0xa5, 0xdf, 0x7d, 0xfa, 0xb3, 0x89, 0xfa, - 0xa7, 0x67, 0xa2, 0xfe, 0x6e, 0x89, 0x2c, 0x60, 0xed, 0x2c, 0x84, 0x43, 0x86, 0x20, 0xaa, 0x8c, - 0xdb, 0xa5, 0x63, 0x32, 0x6e, 0xe3, 0x1d, 0x8e, 0xa4, 0x15, 0xf6, 0x64, 0x16, 0x18, 0x43, 0x8a, - 0x21, 0x14, 0x04, 0x56, 0xd0, 0xd1, 0x36, 0x89, 0xfb, 0x19, 0x26, 0x1d, 0x85, 0x82, 0xc0, 0xca, - 0x84, 0xdc, 0x63, 0xd9, 0x09, 0xb9, 0x79, 0xd2, 0x1c, 0x11, 0x3a, 0x20, 0x76, 0x66, 0x23, 0x69, - 0x8e, 0x8c, 0x29, 0xd0, 0x34, 0xee, 0x3f, 0xaf, 0x90, 0x19, 0x8c, 0xa0, 0x53, 0xe1, 0xc5, 0xaf, - 0x59, 0xe1, 0xc5, 0x4f, 0xa7, 0xc2, 0x8b, 0x17, 0x4c, 0xda, 0x07, 0x13, 0x5d, 0x2c, 0xd2, 0x2b, - 0xb1, 0x94, 0xf1, 0x27, 0x8d, 0x2c, 0xb6, 0xd2, 0x2b, 0x29, 0x4e, 0x60, 0x33, 0xfe, 0x81, 0x8a, - 0x28, 0xfe, 0x93, 0x12, 0x99, 0xa3, 0xdf, 0x02, 0xa7, 0xe8, 0x0f, 0xd2, 0x7c, 0x34, 0x93, 0x32, - 0x4d, 0x1c, 0x93, 0x94, 0xe9, 0x57, 0x4a, 0x04, 0x03, 0x3f, 0x4f, 0xc3, 0x9b, 0xb6, 0x61, 0x7b, - 0xd3, 0x9e, 0xc9, 0x15, 0xbe, 0x03, 0x1c, 0x68, 0xbf, 0x5e, 0x21, 0xb3, 0xd8, 0xe4, 0x70, 0x4f, - 0x7e, 0x30, 0x6b, 0x70, 0x4a, 0x05, 0x06, 0x07, 0x13, 0x34, 0x84, 0xed, 0x76, 0x78, 0x2f, 0xfd, - 0xf1, 0x36, 0x18, 0x14, 0x04, 0x16, 0xdd, 0x94, 0x5d, 0x4c, 0x22, 0x13, 0xf6, 0xe2, 0xf4, 0x75, - 0xaf, 0xba, 0x80, 0x83, 0xa2, 0xa0, 0x2b, 0x7e, 0x26, 0x0e, 0xa8, 0x0d, 0x20, 0x63, 0x0b, 0xc6, - 0x58, 0x6c, 0x01, 0xcf, 0x7d, 0x67, 0xc0, 0xc1, 0xa2, 0xa2, 0xaa, 0x66, 0x95, 0xfd, 0x66, 0x6b, - 0xe8, 0x04, 0x59, 0xc2, 0x79, 0x62, 0x26, 0xc9, 0x01, 0x34, 0x33, 0x3c, 0x06, 0x48, 0x64, 0x18, - 0x44, 0x2c, 0x8e, 0x0d, 0x95, 0x72, 0xaa, 0x02, 0x24, 0x30, 0x07, 0x96, 0xfa, 0xdf, 0x79, 0x09, - 0x53, 0xbe, 0x06, 0xed, 0x2d, 0x7c, 0x7d, 0x42, 0x04, 0x92, 0x88, 0x1c, 0xae, 0x02, 0x08, 0x1a, - 0x8f, 0x7b, 0x3e, 0xbb, 0x6c, 0xca, 0xdf, 0x20, 0x98, 0x62, 0xd4, 0x6c, 0xcf, 0xdf, 0x52, 0x50, - 0x30, 0x28, 0xdc, 0x57, 0xd9, 0xde, 0x3d, 0x64, 0xf8, 0xf9, 0x77, 0xcb, 0xc4, 0xa9, 0xb3, 0x70, - 0x0b, 0xeb, 0x99, 0x86, 0x7d, 0x32, 0x17, 0x53, 0x63, 0xb5, 0xd3, 0xbb, 0x2f, 0x58, 0x15, 0x0b, - 0xf8, 0x6f, 0xac, 0x9b, 0x65, 0xf8, 0x05, 0x4b, 0x1b, 0x06, 0x29, 0xbe, 0x38, 0x24, 0x51, 0xaf, - 0xb3, 0x12, 0xe3, 0x7b, 0x6f, 0xe2, 0xa1, 0x05, 0x36, 0x24, 0x20, 0x81, 0xa0, 0xf1, 0x38, 0x07, - 0xd8, 0x8f, 0x1b, 0x54, 0x1a, 0x85, 0x61, 0x22, 0x67, 0x0d, 0xcb, 0xba, 0x6d, 0xc0, 0xc1, 0xa2, - 0xc2, 0x84, 0xd5, 0x71, 0xaf, 0xdb, 0x6d, 0xb3, 0xd3, 0x1d, 0xaf, 0x7d, 0x25, 0x0a, 0x7b, 0x5d, - 0x1e, 0x71, 0x2b, 0x12, 0x56, 0x37, 0xfa, 0xb0, 0x90, 0x51, 0x02, 0x17, 0xfd, 0x6e, 0xcc, 0xfe, - 0x17, 0x17, 0x48, 0xb9, 0x8f, 0xa9, 0xc1, 0x40, 0x20, 0x71, 0x6e, 0x8f, 0x6d, 0x55, 0x2c, 0x01, - 0x3e, 0x46, 0x82, 0x39, 0x3e, 0x99, 0xed, 0xb2, 0xed, 0x48, 0x1e, 0x31, 0x17, 0x1a, 0xca, 0x54, - 0xc0, 0x07, 0x4f, 0x74, 0x6d, 0xb2, 0x01, 0x9b, 0xab, 0xfb, 0x1f, 0x08, 0x93, 0x35, 0xe2, 0x60, - 0x6d, 0x52, 0x84, 0x73, 0x0a, 0x5d, 0xec, 0xd9, 0x22, 0x2f, 0xbe, 0x68, 0x39, 0x2e, 0x82, 0x43, - 0x41, 0x72, 0x71, 0xbe, 0xc4, 0xcf, 0xc8, 0xd9, 0xfa, 0x2e, 0xfe, 0x0c, 0x13, 0xa7, 0xb7, 0x02, - 0x95, 0x05, 0x0b, 0x30, 0xd8, 0x39, 0x5b, 0x64, 0x56, 0x64, 0x49, 0x17, 0xb6, 0x7a, 0xc5, 0xb2, - 0x57, 0x67, 0xc1, 0x44, 0x7e, 0x98, 0x06, 0x80, 0x5d, 0xd8, 0xd9, 0x23, 0x4f, 0x18, 0x4f, 0xa7, - 0x64, 0x04, 0x25, 0x71, 0xc1, 0xf1, 0x0c, 0x7a, 0x01, 0xb6, 0x8f, 0x23, 0x84, 0xe3, 0xf9, 0xd0, - 0x41, 0x7e, 0xc4, 0x6b, 0x26, 0xc1, 0xa1, 0x5f, 0xf3, 0xbd, 0x16, 0xd5, 0xca, 0x7c, 0xfb, 0x76, - 0xf1, 0xe3, 0xb4, 0x82, 0x47, 0x56, 0xb2, 0x08, 0x20, 0xbb, 0x1c, 0xb5, 0xd7, 0xab, 0xad, 0x4e, - 0x2c, 0xc6, 0x60, 0xc2, 0x7a, 0x25, 0xa6, 0x5a, 0xbb, 0xd1, 0x50, 0xfd, 0xd7, 0x3f, 0x40, 0x17, - 0x70, 0xde, 0xe7, 0x8f, 0xd7, 0x2a, 0x83, 0x84, 0xbf, 0x4e, 0xf4, 0x46, 0x21, 0x13, 0xd8, 0xba, - 0x08, 0xc1, 0xdd, 0x58, 0x2a, 0xf8, 0xcf, 0xba, 0x23, 0x61, 0x55, 0xe1, 0xfc, 0x30, 0x5d, 0x58, - 0x7e, 0x84, 0x8f, 0xb2, 0xae, 0x34, 0x59, 0xd6, 0x47, 0x76, 0x42, 0x35, 0x65, 0x45, 0xc0, 0x3b, - 0x8d, 0x3e, 0x0a, 0xc8, 0x28, 0xe5, 0x5c, 0x45, 0x89, 0x63, 0x42, 0x45, 0xac, 0xa6, 0x54, 0xed, - 0x16, 0x6b, 0x3e, 0x26, 0x76, 0xc7, 0x37, 0x2a, 0x6c, 0x8e, 0x90, 0x2a, 0x87, 0xdb, 0x8a, 0xca, - 0x66, 0x4d, 0xec, 0x08, 0xc3, 0xfe, 0x8c, 0xd6, 0x68, 0x29, 0xe1, 0x89, 0xc5, 0x0d, 0x3f, 0xc1, - 0x27, 0xa3, 0x98, 0xbf, 0x79, 0xca, 0xc8, 0x72, 0xa5, 0x51, 0x60, 0xd2, 0xa1, 0x0e, 0xc4, 0x0e, - 0x3a, 0x36, 0x6b, 0xcc, 0x8b, 0x3c, 0xa5, 0xd7, 0xce, 0x55, 0x0e, 0x06, 0x89, 0x97, 0xa4, 0x9b, - 0xf5, 0x35, 0xe6, 0x11, 0x4e, 0x91, 0x52, 0x30, 0x48, 0x3c, 0x46, 0x87, 0xa5, 0xdf, 0xe2, 0x99, - 0x2b, 0xe2, 0x9d, 0xef, 0x97, 0xe0, 0x05, 0x9f, 0xe3, 0xb9, 0x4f, 0x16, 0xd4, 0x7b, 0x40, 0x3c, - 0xfd, 0x60, 0xbc, 0x38, 0x5f, 0xe4, 0xe9, 0xdc, 0xcc, 0x2c, 0x86, 0x2a, 0x38, 0x77, 0x33, 0xc5, - 0x13, 0xfa, 0x6a, 0xb1, 0x6e, 0xc9, 0x2f, 0xe4, 0x66, 0x28, 0xc7, 0xe7, 0x78, 0x7a, 0x3b, 0xad, - 0xf0, 0x80, 0x8a, 0x0c, 0xf6, 0x22, 0x90, 0xf9, 0x10, 0xac, 0x44, 0x80, 0xa6, 0x59, 0xfa, 0x3c, - 0x39, 0xd3, 0x37, 0xa7, 0x87, 0x8a, 0x2a, 0xfb, 0xd9, 0x31, 0x52, 0x55, 0x5e, 0x1d, 0x5a, 0xbf, - 0xe5, 0x4a, 0x7b, 0x3c, 0xed, 0x4a, 0x9b, 0xc2, 0x9d, 0xd7, 0xf4, 0x9e, 0x7d, 0x39, 0xe3, 0x25, - 0xc8, 0xf3, 0xb9, 0x1f, 0xb1, 0xf8, 0xe5, 0x8e, 0x21, 0xde, 0xc9, 0xd4, 0x6a, 0xfd, 0xd8, 0xb1, - 0x6a, 0x7d, 0xc1, 0x87, 0x7e, 0x50, 0x81, 0xa7, 0x3b, 0x0f, 0x25, 0x4b, 0x3d, 0x62, 0x51, 0x47, - 0x20, 0x70, 0x1c, 0xd3, 0xbb, 0x50, 0x28, 0x33, 0xbd, 0x6b, 0xf2, 0xa4, 0x7a, 0x97, 0xe4, 0x00, - 0x9a, 0x19, 0x26, 0x60, 0x6f, 0xda, 0x8f, 0x92, 0xa8, 0x3b, 0x1b, 0x17, 0x86, 0x78, 0x14, 0xa4, - 0x67, 0x24, 0x60, 0x5f, 0x4b, 0xf3, 0x83, 0xfe, 0x2a, 0xf0, 0x82, 0xfd, 0xbc, 0x9a, 0x10, 0x74, - 0x07, 0xc2, 0x54, 0x45, 0xa3, 0x73, 0x64, 0xde, 0xb4, 0x2c, 0xd5, 0x07, 0xe0, 0x7f, 0xfc, 0xad, - 0x12, 0xf3, 0x3f, 0x6e, 0xfb, 0x07, 0xdd, 0x36, 0xbe, 0x74, 0x32, 0xba, 0xa6, 0x7f, 0x89, 0x4c, - 0x25, 0xa2, 0x96, 0x62, 0x49, 0xa0, 0x8d, 0x66, 0x31, 0x7f, 0xac, 0x12, 0x04, 0x12, 0x0a, 0x8a, - 0xa1, 0xfb, 0xaf, 0xf8, 0x57, 0x90, 0x98, 0xd3, 0xb0, 0xac, 0x6e, 0xd8, 0x96, 0xd5, 0x8b, 0x85, - 0x3b, 0x33, 0xc0, 0xc2, 0xfa, 0x86, 0xdd, 0x05, 0xa6, 0xb0, 0x3d, 0xfc, 0x1e, 0x71, 0xf7, 0x3a, - 0xb1, 0x1f, 0x5a, 0xa1, 0xea, 0x0a, 0x8b, 0xd6, 0xe4, 0x12, 0xf1, 0xfc, 0x90, 0x91, 0x9a, 0xee, - 0xaf, 0x95, 0xc9, 0xb9, 0xac, 0xf7, 0xd7, 0x9d, 0x16, 0x99, 0xe9, 0x1a, 0xea, 0x73, 0xb1, 0xbb, - 0xfc, 0xa6, 0xc2, 0xad, 0x55, 0x17, 0x13, 0x0a, 0x16, 0x57, 0x4c, 0xbd, 0x8e, 0xaf, 0xc9, 0x2b, - 0xf7, 0x4a, 0x79, 0x78, 0x11, 0xa5, 0xaa, 0x59, 0x37, 0x18, 0x81, 0xc5, 0x76, 0x04, 0x79, 0xca, - 0xdd, 0x7f, 0x50, 0x22, 0x8f, 0x0d, 0xb8, 0xf0, 0x8f, 0xd5, 0xdd, 0x63, 0x5e, 0x48, 0xf1, 0x90, - 0x8f, 0xaa, 0x8e, 0xfb, 0x26, 0x41, 0x60, 0x9d, 0x1d, 0xbc, 0x47, 0xaa, 0x5e, 0x37, 0x2d, 0x17, - 0x39, 0x06, 0xef, 0xbb, 0x5c, 0x6c, 0xdc, 0x3b, 0x55, 0xef, 0x99, 0x1a, 0x5c, 0xdd, 0xaf, 0x57, - 0xc8, 0x38, 0x7f, 0x60, 0xb1, 0x4e, 0x15, 0x20, 0x9e, 0x5f, 0x70, 0xb8, 0xf4, 0x86, 0x5a, 0x4f, - 0xe2, 0x00, 0x90, 0x6c, 0x9c, 0xeb, 0xe4, 0x2c, 0xfa, 0x57, 0x03, 0xaf, 0x5d, 0xf3, 0xdb, 0xde, - 0x91, 0x54, 0xbc, 0x79, 0x6e, 0x69, 0x99, 0x06, 0xf5, 0xec, 0x66, 0x3f, 0x09, 0x64, 0x95, 0xc3, - 0xeb, 0x4a, 0xa9, 0x04, 0x41, 0x3c, 0x6f, 0xa3, 0xba, 0xae, 0x74, 0x7c, 0x92, 0x20, 0xbc, 0xb1, - 0xd5, 0xed, 0x33, 0x31, 0x8c, 0x97, 0xf9, 0x6c, 0xb3, 0xc2, 0xa6, 0xc5, 0xbb, 0x4e, 0x71, 0x8f, - 0x9d, 0x91, 0x6e, 0xef, 0x53, 0x4b, 0x66, 0x3f, 0x6c, 0xb7, 0xc4, 0x8b, 0x52, 0x4a, 0x9d, 0x6a, - 0xa4, 0xf0, 0xd0, 0x57, 0x02, 0xb9, 0xec, 0x7a, 0x41, 0x9b, 0x4e, 0x6d, 0xcd, 0x65, 0xc2, 0xe6, - 0xb2, 0x91, 0xc2, 0x43, 0x5f, 0x09, 0xf7, 0x0f, 0x4b, 0xe4, 0x6c, 0xc6, 0xc9, 0x3d, 0x0f, 0x28, - 0xdb, 0xa3, 0xa2, 0x51, 0x65, 0x10, 0x36, 0x02, 0xca, 0x38, 0x1c, 0x14, 0x05, 0xce, 0x42, 0x6e, - 0x37, 0xa6, 0x13, 0x22, 0x8b, 0xa3, 0x52, 0x81, 0x1d, 0x2e, 0xdd, 0x8f, 0x7a, 0x27, 0x7e, 0x6c, - 0xe0, 0x3b, 0xf1, 0x54, 0x31, 0xd9, 0x53, 0xd6, 0xb9, 0xa1, 0x98, 0x70, 0xfb, 0x9c, 0xe3, 0x30, - 0x2b, 0xf8, 0x7c, 0x2a, 0x82, 0x07, 0x1b, 0x92, 0x7a, 0xce, 0x9e, 0xb9, 0x14, 0x30, 0xb6, 0x25, - 0xe3, 0x49, 0xfb, 0xe7, 0xed, 0xd7, 0x6e, 0x75, 0x9b, 0x57, 0x6b, 0xd6, 0x3b, 0x5e, 0x45, 0xb3, - 0x9a, 0x7f, 0x12, 0x53, 0x07, 0xab, 0x67, 0x19, 0xd5, 0xa4, 0xa7, 0xec, 0xea, 0x14, 0x0c, 0x0c, - 0xe9, 0x3c, 0x27, 0x7a, 0x9f, 0x72, 0x4e, 0x82, 0xd7, 0x0a, 0x63, 0x63, 0x08, 0xa8, 0x1c, 0xa1, - 0x6a, 0x2d, 0x9e, 0x0a, 0xa4, 0x5d, 0xb3, 0xd7, 0x38, 0x18, 0x24, 0xde, 0xce, 0x5c, 0x3e, 0x39, - 0xe2, 0xcc, 0xe5, 0x53, 0xb9, 0x51, 0x88, 0xbf, 0x4c, 0x77, 0x45, 0x96, 0x76, 0x4d, 0xdc, 0x04, - 0x45, 0x27, 0xff, 0xe8, 0x76, 0x45, 0x7c, 0xe7, 0x0d, 0x2b, 0x4b, 0x27, 0x1d, 0x66, 0x2d, 0x00, - 0x8e, 0xc3, 0x24, 0xae, 0xac, 0x6a, 0xfc, 0x7c, 0x33, 0x3c, 0x89, 0xab, 0x7e, 0xfd, 0x9b, 0xc5, - 0xb8, 0x83, 0xdf, 0xa5, 0xb6, 0x37, 0x6b, 0xac, 0xf6, 0xc4, 0x3c, 0x2c, 0x31, 0xee, 0x99, 0x8d, - 0x7b, 0x50, 0x31, 0xee, 0xd9, 0xcc, 0xf3, 0x63, 0xdc, 0x33, 0xcb, 0x3d, 0x7c, 0x31, 0xee, 0x99, - 0xcd, 0x1c, 0xa0, 0xcf, 0x7d, 0xb7, 0x3c, 0xa0, 0x5b, 0x4c, 0xb3, 0x7b, 0x01, 0x57, 0x01, 0x43, - 0xc6, 0x62, 0x53, 0x9e, 0xe1, 0x2b, 0x80, 0xc3, 0x40, 0x61, 0x9d, 0xd8, 0x88, 0x11, 0xe7, 0x8d, - 0x5c, 0x3f, 0xe1, 0x07, 0x5e, 0xb6, 0x5d, 0x39, 0xe6, 0x05, 0xcb, 0x54, 0xe0, 0x38, 0x46, 0xe4, - 0x28, 0x65, 0xbd, 0x72, 0x12, 0x65, 0x7d, 0x26, 0x5b, 0x51, 0x5f, 0xa2, 0x7b, 0xe2, 0xc9, 0x8d, - 0xef, 0x5f, 0x2c, 0x93, 0x8f, 0x1f, 0x33, 0xc3, 0xb8, 0x68, 0xb1, 0x06, 0xd5, 0x10, 0x2d, 0x7d, - 0x03, 0x5b, 0x27, 0xe7, 0x76, 0x7b, 0xed, 0xf6, 0x11, 0x3b, 0x61, 0xf7, 0x5b, 0x92, 0x42, 0xa8, - 0x0b, 0xea, 0x6d, 0xc8, 0x8d, 0x0c, 0x1a, 0xc8, 0x2c, 0x89, 0x8e, 0xaf, 0x70, 0x87, 0xa5, 0xb5, - 0x6b, 0xe9, 0xfb, 0x9f, 0x6c, 0xfc, 0x2a, 0xda, 0xf1, 0x75, 0xb3, 0x8f, 0x02, 0x32, 0x4a, 0xa1, - 0xf2, 0xc0, 0x9e, 0x95, 0x54, 0xcd, 0x4a, 0x29, 0x0f, 0x60, 0x22, 0xc1, 0xa6, 0x75, 0xff, 0xa0, - 0x84, 0x42, 0x28, 0xe3, 0xd9, 0x23, 0xeb, 0xb5, 0x60, 0x23, 0x70, 0xbc, 0xff, 0xb5, 0x60, 0xe6, - 0x0f, 0xb3, 0x69, 0xf9, 0xf8, 0xc6, 0x3a, 0xf0, 0xcc, 0xda, 0xef, 0xc5, 0x85, 0x09, 0x45, 0x81, - 0x2f, 0x7c, 0xb5, 0x82, 0xc3, 0x20, 0x0e, 0xa3, 0x02, 0x8f, 0x73, 0xf6, 0x05, 0x33, 0xe9, 0x2d, - 0xaa, 0xc6, 0x99, 0x80, 0xe4, 0xe6, 0xfe, 0x8d, 0x32, 0x99, 0x95, 0xf5, 0x51, 0xb5, 0x84, 0xad, - 0xe2, 0x51, 0x89, 0xd6, 0x77, 0x2c, 0xd1, 0x7a, 0xb1, 0xd8, 0xad, 0x11, 0xd6, 0xa8, 0x81, 0x22, - 0xf5, 0x8b, 0x29, 0x91, 0x7a, 0x69, 0x18, 0xa6, 0xb9, 0xd6, 0xfc, 0x19, 0x8b, 0xfe, 0x21, 0xca, - 0x45, 0x9a, 0xd5, 0x9d, 0x01, 0xa2, 0xf3, 0xeb, 0xe5, 0x54, 0x37, 0x98, 0xc8, 0xfc, 0x2a, 0x19, - 0xdb, 0xf7, 0xa2, 0x96, 0x38, 0xba, 0x78, 0x6b, 0xc8, 0x4f, 0x41, 0xcd, 0x87, 0xa8, 0xc5, 0x05, - 0xdf, 0xcb, 0xea, 0xd1, 0x04, 0x0a, 0xca, 0x0d, 0xc3, 0x64, 0x95, 0x3a, 0x6f, 0xe2, 0xa3, 0x0a, - 0x61, 0x57, 0x45, 0xd9, 0x3c, 0xcd, 0x1f, 0x54, 0x40, 0x08, 0xe5, 0xe0, 0xd8, 0xd5, 0x21, 0x18, - 0x04, 0xfd, 0x92, 0x4f, 0xaa, 0xaa, 0xea, 0x11, 0x06, 0xfc, 0x7d, 0xbf, 0x42, 0xce, 0x66, 0x4c, - 0x15, 0xe7, 0xc7, 0xac, 0x51, 0xfb, 0xcc, 0xd0, 0x73, 0xed, 0x23, 0x8e, 0xdb, 0x8f, 0x31, 0x05, - 0xb5, 0x25, 0xe6, 0xc6, 0x09, 0xaa, 0xa7, 0x5a, 0x6c, 0xba, 0x7a, 0x04, 0xe5, 0x57, 0x8f, 0xd5, - 0x9e, 0xd2, 0xe0, 0x63, 0x35, 0xaa, 0x9d, 0x23, 0xfc, 0xc6, 0x3f, 0x39, 0x46, 0xce, 0x65, 0xdd, - 0x4c, 0x73, 0x7e, 0xaa, 0x94, 0xca, 0x66, 0xfc, 0xb9, 0xe1, 0xaf, 0xb7, 0xf1, 0x14, 0xc7, 0xe2, - 0xc6, 0xfa, 0xb2, 0x9d, 0xdf, 0x38, 0x77, 0xb4, 0x45, 0xed, 0x2c, 0x74, 0x3a, 0xe2, 0x89, 0xa9, - 0xa5, 0x3c, 0x78, 0xfb, 0x04, 0x4d, 0x11, 0xb9, 0xad, 0xe3, 0x54, 0xe8, 0xb4, 0x04, 0xe7, 0x87, - 0x4e, 0xcb, 0x36, 0x2c, 0xed, 0x61, 0x56, 0x63, 0xd5, 0xaf, 0x11, 0x4e, 0x81, 0x00, 0xf7, 0x24, - 0xa3, 0xd5, 0x23, 0x9c, 0x06, 0x7f, 0xab, 0x44, 0x52, 0xc7, 0xe7, 0xca, 0x0a, 0x2e, 0x0d, 0xb4, - 0x82, 0x29, 0x05, 0xd5, 0x95, 0xfc, 0x74, 0x9a, 0x5d, 0xa0, 0x30, 0x60, 0x18, 0xf5, 0x34, 0x5b, - 0x65, 0xd0, 0xd3, 0x6c, 0x68, 0x1e, 0xb5, 0xfd, 0x43, 0x5f, 0xda, 0xa4, 0x4a, 0x78, 0x6f, 0x21, - 0x10, 0x38, 0xce, 0xfd, 0x76, 0x85, 0x4c, 0x70, 0xc3, 0x6f, 0x84, 0xdb, 0x72, 0x5d, 0xd8, 0x60, - 0x85, 0xee, 0x88, 0xf1, 0xd6, 0x2c, 0xa3, 0x91, 0xc6, 0x27, 0x94, 0xea, 0x9b, 0xb6, 0xdb, 0x9c, - 0x65, 0xab, 0xf7, 0x4b, 0xa9, 0xc8, 0x31, 0xc2, 0x79, 0x18, 0x63, 0xb1, 0x4f, 0x48, 0xcc, 0x5e, - 0xe9, 0x41, 0x1e, 0x22, 0x4f, 0xd7, 0x6b, 0x85, 0xda, 0xd1, 0x50, 0xc5, 0x78, 0x6b, 0x74, 0x82, - 0x20, 0x85, 0x00, 0x83, 0xf7, 0xd2, 0x1b, 0xa4, 0xaa, 0x88, 0xf3, 0xd4, 0xe5, 0x19, 0x73, 0x4a, - 0xfe, 0x39, 0x32, 0x9f, 0xaa, 0x6b, 0x28, 0x6d, 0xfb, 0x5b, 0x54, 0x99, 0xe8, 0x7b, 0x55, 0x12, - 0x73, 0xbd, 0x9d, 0x6b, 0x67, 0x58, 0xfc, 0xe2, 0x03, 0x9f, 0xc4, 0x57, 0xa0, 0x9f, 0x61, 0xcf, - 0xc0, 0x42, 0x66, 0x6d, 0x32, 0xf3, 0x60, 0x39, 0x3b, 0xf3, 0x20, 0x7b, 0x9a, 0x84, 0xb7, 0xfd, - 0x34, 0x34, 0xa0, 0x4d, 0x5b, 0x03, 0x7a, 0xb6, 0xc8, 0x34, 0x18, 0xa0, 0xfa, 0xfc, 0xdb, 0x12, - 0x71, 0x38, 0x41, 0xfa, 0xb5, 0x2e, 0xee, 0x41, 0x31, 0x74, 0x76, 0x3d, 0x6f, 0x14, 0x06, 0x0c, - 0xaa, 0x21, 0x33, 0x31, 0xab, 0x57, 0x6e, 0x8a, 0x3d, 0xa5, 0x5d, 0x29, 0xf0, 0x94, 0xf6, 0x6f, - 0x55, 0x48, 0xfa, 0xa8, 0xd9, 0x79, 0x8f, 0xcc, 0xe0, 0xb5, 0x96, 0x9d, 0xa0, 0x1d, 0x24, 0x81, - 0x1f, 0x17, 0x73, 0xe3, 0xaf, 0x19, 0x25, 0x84, 0x0f, 0xce, 0x80, 0x80, 0xc5, 0x11, 0xe3, 0xa3, - 0xba, 0x11, 0xb5, 0x14, 0xda, 0xfe, 0x1e, 0xd3, 0x3b, 0x54, 0xde, 0x86, 0xba, 0x82, 0x82, 0x41, - 0x91, 0x11, 0xd3, 0x54, 0x39, 0x8d, 0x98, 0xa6, 0xb1, 0x21, 0x63, 0x9a, 0xc6, 0x0b, 0xc5, 0x34, - 0x01, 0x79, 0x54, 0xba, 0xce, 0xf0, 0x37, 0x5e, 0x0d, 0xe3, 0xa9, 0xc6, 0x44, 0x24, 0xda, 0x12, - 0x5e, 0xf7, 0x81, 0x4c, 0x0a, 0x18, 0x50, 0xd2, 0xed, 0x91, 0xb3, 0x0d, 0x3f, 0x0a, 0x58, 0x26, - 0x98, 0x96, 0x5e, 0x81, 0x5f, 0xc6, 0x4b, 0xf5, 0xf6, 0xe2, 0x1f, 0xf2, 0xd6, 0x8e, 0x71, 0x9f, - 0x5e, 0x2e, 0x76, 0xcd, 0xd2, 0xfd, 0xcb, 0x65, 0x32, 0x29, 0x42, 0x3a, 0x46, 0xb8, 0x91, 0x5c, - 0xb3, 0xec, 0xbb, 0x17, 0xf3, 0x56, 0x2e, 0x6b, 0xce, 0x40, 0xcb, 0xae, 0x91, 0xb2, 0xec, 0x5e, - 0x2a, 0xc6, 0xee, 0x78, 0x9b, 0xee, 0x37, 0xcb, 0x74, 0xb7, 0xb7, 0x43, 0x59, 0x46, 0x37, 0x1c, - 0x5f, 0x20, 0x93, 0xb1, 0x88, 0xf7, 0x28, 0xf4, 0x78, 0x79, 0xfa, 0x93, 0xea, 0x67, 0xb9, 0x45, - 0x84, 0x87, 0x64, 0x97, 0x19, 0x52, 0x52, 0x39, 0x8d, 0x90, 0x12, 0xf7, 0xdb, 0x4c, 0xa4, 0x9a, - 0x03, 0x78, 0x1a, 0x7b, 0xc2, 0x3b, 0xb6, 0xf4, 0x7d, 0xb9, 0xd0, 0x54, 0x10, 0xed, 0x1b, 0xb0, - 0x37, 0x7c, 0xb3, 0x44, 0xa6, 0x05, 0xe1, 0x69, 0xf4, 0xe0, 0x87, 0xed, 0x1e, 0x3c, 0x57, 0xa8, - 0x07, 0x03, 0x9a, 0xfe, 0x77, 0xca, 0xaa, 0xe9, 0x75, 0xf1, 0x8a, 0x61, 0x6e, 0xee, 0x39, 0xfd, - 0xfa, 0x7f, 0x79, 0x98, 0xd7, 0xff, 0x59, 0x74, 0x2b, 0xbe, 0xb9, 0xc8, 0xb7, 0xa8, 0xac, 0x37, - 0x14, 0x77, 0xe4, 0x1b, 0xb5, 0x08, 0x13, 0x21, 0xf4, 0xc3, 0xbe, 0xcd, 0xa8, 0x63, 0x7a, 0x15, - 0x27, 0x30, 0xb8, 0xca, 0x70, 0x33, 0x56, 0xc3, 0xb8, 0xed, 0x8b, 0xbc, 0x21, 0xe0, 0xa0, 0x28, - 0xdc, 0x37, 0x98, 0x8c, 0x65, 0xc3, 0x33, 0x5c, 0xa0, 0xee, 0x4f, 0x4f, 0xa8, 0x81, 0x65, 0x4e, - 0x92, 0x1b, 0x84, 0xbf, 0xe3, 0x2f, 0xec, 0xc0, 0x62, 0x02, 0x0d, 0x9b, 0x60, 0x06, 0xec, 0xd0, - 0xf2, 0xc0, 0xd9, 0x38, 0x7e, 0x9f, 0xf7, 0xf9, 0x8d, 0xc2, 0x32, 0x72, 0x08, 0x7f, 0x33, 0xcb, - 0x65, 0xc1, 0xee, 0xef, 0x6f, 0xd6, 0xd3, 0xf9, 0x02, 0xd7, 0x24, 0x02, 0x34, 0x0d, 0x2d, 0xc0, - 0xd5, 0x75, 0xfb, 0x89, 0x4b, 0xa9, 0xae, 0xcb, 0x21, 0x31, 0xf4, 0x75, 0xaa, 0xbf, 0xa8, 0x8c, - 0xc9, 0x75, 0x9e, 0xf8, 0xb6, 0xca, 0xf5, 0x97, 0x75, 0x0d, 0x06, 0x93, 0x86, 0xaa, 0x75, 0x67, - 0x5b, 0x2a, 0xba, 0xb0, 0xde, 0xdb, 0x69, 0x07, 0x4d, 0x2c, 0xca, 0x23, 0xfb, 0x1f, 0xc3, 0xa3, - 0xe4, 0x5a, 0x3f, 0x1a, 0xb2, 0xca, 0x38, 0xdb, 0x18, 0xc1, 0xc7, 0x32, 0x43, 0xcb, 0x3b, 0x40, - 0x22, 0xa1, 0xd6, 0x79, 0x99, 0x8d, 0xab, 0x61, 0xa3, 0x3f, 0x64, 0x20, 0x2e, 0x14, 0x04, 0x08, - 0xd2, 0x2c, 0xf0, 0x80, 0xba, 0x6d, 0xbe, 0xf0, 0x52, 0x17, 0x41, 0x96, 0xea, 0x80, 0xda, 0x7a, - 0xff, 0xa5, 0x0e, 0x29, 0x6a, 0x2a, 0xed, 0x17, 0x4d, 0x88, 0xb8, 0xf6, 0x8b, 0x87, 0x5c, 0xb1, - 0x48, 0x49, 0xfb, 0x09, 0x0c, 0xb1, 0xdc, 0x1a, 0x40, 0x03, 0x03, 0x4b, 0x63, 0xe6, 0x48, 0x39, - 0x92, 0x46, 0xc0, 0xa5, 0x0e, 0x8d, 0x30, 0x70, 0x60, 0x51, 0x7e, 0xb4, 0x03, 0x82, 0xaf, 0x62, - 0x61, 0x63, 0x53, 0x75, 0xbe, 0x42, 0x66, 0xcc, 0x36, 0x0a, 0x31, 0xf9, 0x4a, 0xf1, 0x57, 0x73, - 0xc4, 0xe6, 0xac, 0x5a, 0x6e, 0xe2, 0xc0, 0xe2, 0xed, 0x36, 0xc9, 0x7c, 0xea, 0xd5, 0x4e, 0xf5, - 0xfc, 0x6b, 0xe9, 0x41, 0x3d, 0xff, 0x8a, 0xa9, 0x61, 0xc6, 0xb7, 0xbd, 0x20, 0x3f, 0xf7, 0x7a, - 0x91, 0xf7, 0x53, 0x9d, 0xd7, 0xc9, 0x84, 0xbf, 0xbb, 0x8b, 0xcf, 0xf2, 0xf3, 0x35, 0xf7, 0x84, - 0x7a, 0x0c, 0x9c, 0x41, 0x71, 0x25, 0xb1, 0xca, 0xf8, 0x4f, 0x10, 0xc4, 0xee, 0xbf, 0xa7, 0xd6, - 0xd5, 0x76, 0xd8, 0x96, 0x47, 0x15, 0x39, 0x2d, 0x59, 0xed, 0xcb, 0x02, 0xff, 0x7c, 0x46, 0x16, - 0x78, 0x47, 0x33, 0xcc, 0xc8, 0x01, 0xaf, 0x7a, 0x53, 0x29, 0xd4, 0x9b, 0xb1, 0x61, 0x7a, 0xf3, - 0xb5, 0x12, 0x11, 0x21, 0x08, 0x05, 0xb6, 0xa5, 0x96, 0xcc, 0xdc, 0x6c, 0xdd, 0xbf, 0x3f, 0x5f, - 0x24, 0x8e, 0x5e, 0xdc, 0xba, 0x57, 0x53, 0xc9, 0xba, 0x6b, 0x6f, 0x71, 0x45, 0xd3, 0x7b, 0x9a, - 0xa3, 0xaf, 0xcb, 0x57, 0xf3, 0x73, 0xda, 0x35, 0x54, 0x6e, 0x1f, 0x96, 0xd8, 0x18, 0x19, 0xab, - 0x14, 0x2f, 0x66, 0x62, 0x63, 0x89, 0x00, 0x4d, 0x83, 0x01, 0x04, 0x71, 0x6f, 0x87, 0x91, 0xa7, - 0xe2, 0x11, 0x1a, 0x1c, 0x0c, 0x12, 0xef, 0xfe, 0xaf, 0x05, 0x62, 0x75, 0xcd, 0x4a, 0x27, 0x53, - 0x7a, 0xe0, 0xe9, 0x64, 0x28, 0x77, 0xff, 0xa0, 0x9b, 0x1c, 0xd5, 0x82, 0xa8, 0x58, 0x6a, 0xaf, - 0x75, 0x41, 0xdd, 0xcf, 0x5d, 0x62, 0x40, 0x71, 0x1c, 0x90, 0x1c, 0xa8, 0xf2, 0x50, 0x24, 0x07, - 0x1a, 0xfb, 0xff, 0x92, 0x1c, 0x88, 0x5a, 0x08, 0x7b, 0xfc, 0x39, 0x71, 0x71, 0x6f, 0x2a, 0xe7, - 0xf8, 0x2a, 0xe3, 0xed, 0x71, 0x7e, 0x41, 0x46, 0x20, 0x40, 0xb2, 0xc3, 0xd4, 0x33, 0xdc, 0x58, - 0x10, 0xf9, 0x76, 0x5e, 0x29, 0xe2, 0x46, 0xe9, 0x4f, 0x3d, 0x23, 0x82, 0x4e, 0x04, 0x2f, 0x99, - 0x0c, 0x68, 0xf2, 0xa3, 0x27, 0x03, 0x52, 0x29, 0x7c, 0xa6, 0x1e, 0x54, 0x0a, 0x1f, 0x2b, 0x15, - 0x52, 0x75, 0x14, 0xa9, 0x90, 0xa8, 0x6c, 0x7b, 0xa4, 0x9b, 0x95, 0x49, 0x4c, 0x24, 0xe3, 0xf9, - 0xfc, 0x09, 0x32, 0xab, 0x59, 0x55, 0xb3, 0xeb, 0x2c, 0x99, 0x64, 0x90, 0x5d, 0xb1, 0xcc, 0xa9, - 0x34, 0xfd, 0xd1, 0x73, 0x2a, 0x8d, 0x3a, 0x6b, 0x8f, 0xce, 0xb0, 0x34, 0x3b, 0x92, 0x0c, 0x4b, - 0x73, 0x0f, 0x30, 0xc3, 0x92, 0x91, 0x1b, 0x69, 0xfe, 0xc1, 0xe6, 0x46, 0xda, 0x27, 0xd3, 0xad, - 0xf0, 0x5e, 0xe7, 0x9e, 0x17, 0xb5, 0x56, 0xea, 0x9b, 0x22, 0x15, 0x4f, 0xce, 0x9d, 0xf7, 0x9a, - 0x2e, 0x60, 0xd5, 0xc0, 0xfd, 0x85, 0x1a, 0x09, 0x26, 0x6b, 0x91, 0x25, 0xea, 0xcc, 0x47, 0xcc, - 0x12, 0x65, 0xe5, 0x5a, 0x72, 0x46, 0x91, 0x6b, 0xe9, 0x3d, 0x76, 0xf3, 0x75, 0x37, 0xd8, 0xbb, - 0xee, 0x75, 0x17, 0xcf, 0x16, 0xa9, 0x61, 0x4d, 0x92, 0xf7, 0xd7, 0xa0, 0x50, 0xa0, 0x99, 0xf6, - 0x67, 0x73, 0x3a, 0x77, 0xda, 0xd9, 0x9c, 0x1e, 0x19, 0x61, 0x36, 0xa7, 0x47, 0x47, 0x91, 0xcd, - 0xe9, 0x2f, 0x90, 0x27, 0x8f, 0xef, 0xbf, 0x4e, 0xd0, 0x59, 0xd7, 0x26, 0x75, 0x2a, 0x41, 0x27, - 0xd3, 0x2d, 0x0c, 0x2a, 0x23, 0x58, 0xb3, 0x7c, 0x5c, 0xb0, 0xa6, 0xfb, 0xcf, 0x4a, 0xe4, 0xb1, - 0x01, 0x89, 0x1e, 0x0a, 0x47, 0x5f, 0x77, 0xc9, 0x7c, 0xd7, 0x2e, 0x5a, 0xf8, 0x9e, 0x84, 0x95, - 0x58, 0x42, 0x25, 0x78, 0x4e, 0x21, 0x20, 0xcd, 0x7e, 0xf5, 0xd9, 0xef, 0x7c, 0xff, 0xc9, 0x8f, - 0x7d, 0x97, 0xfe, 0xfd, 0x1e, 0xfd, 0xfb, 0xf1, 0x3f, 0x7a, 0xb2, 0xf4, 0x1d, 0xfa, 0xf7, 0x5d, - 0xfa, 0xf7, 0x87, 0xf4, 0xef, 0x6b, 0x7f, 0xfc, 0xe4, 0xc7, 0x7e, 0xa4, 0x7c, 0x78, 0xe9, 0xff, - 0x05, 0x00, 0x00, 0xff, 0xff, 0x87, 0x6f, 0x83, 0x6f, 0x2e, 0xb1, 0x00, 0x00, + // 9827 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xec, 0x7d, 0x6d, 0x8c, 0x24, 0x49, + 0x76, 0x90, 0xab, 0xaa, 0xbf, 0x2a, 0xfa, 0x73, 0x72, 0x66, 0x67, 0x7b, 0xfb, 0xf6, 0x33, 0x6f, + 0x77, 0x6f, 0x77, 0x76, 0xa7, 0x67, 0x67, 0x76, 0xd7, 0xbb, 0x7b, 0x77, 0xdc, 0x6d, 0x7f, 0xce, + 0xb4, 0xa7, 0x7b, 0xa6, 0xf6, 0x55, 0xcf, 0xcc, 0x9d, 0x6f, 0x39, 0x6f, 0x76, 0x55, 0x76, 0x77, + 0xde, 0x54, 0x57, 0xd6, 0x66, 0x66, 0xf5, 0x4c, 0xef, 0x61, 0xc9, 0x18, 0x63, 0x84, 0x6c, 0x99, + 0xb3, 0xc0, 0x02, 0x09, 0x10, 0x06, 0x09, 0x04, 0x58, 0x18, 0x9f, 0x39, 0xec, 0x3b, 0xb0, 0x2c, + 0x24, 0xcc, 0xe9, 0xf8, 0x30, 0x3a, 0x4b, 0x08, 0x5b, 0xb6, 0x74, 0xf8, 0x6c, 0x21, 0x7e, 0xf0, + 0x03, 0x24, 0xf8, 0xc3, 0xc8, 0x02, 0xe2, 0xc5, 0x77, 0x64, 0x65, 0x75, 0x66, 0xf5, 0x4e, 0x35, + 0x63, 0x8b, 0x1f, 0x2d, 0x75, 0xbd, 0xf7, 0xe2, 0xc5, 0x47, 0x46, 0xbc, 0x78, 0xef, 0xc5, 0x8b, + 0x17, 0xe4, 0xd5, 0xbb, 0x6f, 0xc7, 0x8b, 0x41, 0x78, 0xe9, 0x6e, 0x77, 0xc7, 0x8f, 0xda, 0x7e, + 0xe2, 0xc7, 0x97, 0x3a, 0x77, 0xf7, 0x2e, 0x79, 0x9d, 0xe0, 0xd2, 0xe1, 0xe5, 0x4b, 0x7b, 0x7e, + 0xdb, 0x8f, 0xbc, 0xc4, 0x6f, 0x2e, 0x76, 0xa2, 0x30, 0x09, 0x9d, 0x27, 0x39, 0xf5, 0xa2, 0xa6, + 0x5e, 0xa4, 0xd4, 0x8b, 0x94, 0x7a, 0xf1, 0xf0, 0xf2, 0xc2, 0xc5, 0xbd, 0x20, 0xd9, 0xef, 0xee, + 0x2c, 0x36, 0xc2, 0x83, 0x4b, 0x7b, 0xe1, 0x5e, 0x78, 0x89, 0x15, 0xda, 0xe9, 0xee, 0xb2, 0x5f, + 0xec, 0x07, 0xfb, 0x8f, 0x33, 0x5b, 0xb8, 0xd2, 0xbf, 0xea, 0xc8, 0x8f, 0xc3, 0x6e, 0xd4, 0xf0, + 0xd3, 0x0d, 0x58, 0x78, 0xb3, 0x7f, 0x99, 0x6e, 0xfb, 0xd0, 0x8f, 0xe2, 0x20, 0x6c, 0xfb, 0xcd, + 0x9e, 0x62, 0x17, 0xb3, 0x8b, 0x45, 0xdd, 0x76, 0x12, 0x1c, 0xf4, 0xd6, 0x72, 0x39, 0x9b, 0xbc, + 0x9b, 0x04, 0xad, 0x4b, 0x41, 0x3b, 0x89, 0x93, 0x28, 0x5d, 0xc4, 0xfd, 0xed, 0x12, 0x79, 0x76, + 0xe9, 0x4e, 0x7d, 0xad, 0xe5, 0xc5, 0x49, 0xd0, 0x58, 0x6e, 0x85, 0x8d, 0xbb, 0xf5, 0x24, 0x8c, + 0xfc, 0xdb, 0x61, 0xab, 0x7b, 0xe0, 0xd7, 0x59, 0x6f, 0x9c, 0x57, 0xc9, 0xc4, 0x21, 0xfb, 0xbd, + 0xb1, 0x3a, 0x5f, 0x7a, 0xb6, 0xf4, 0x52, 0x75, 0x79, 0xee, 0x3b, 0xdf, 0x7b, 0xe6, 0x07, 0xfe, + 0xe0, 0x7b, 0xcf, 0x4c, 0xdc, 0x16, 0x70, 0x50, 0x14, 0xce, 0x8b, 0x64, 0x6c, 0x37, 0xde, 0x3e, + 0xea, 0xf8, 0xf3, 0x65, 0x46, 0x3b, 0x23, 0x68, 0xc7, 0xd6, 0xeb, 0x08, 0x05, 0x81, 0x75, 0x2e, + 0x91, 0x6a, 0xc7, 0x8b, 0x92, 0x20, 0xa1, 0x7d, 0x9f, 0xaf, 0x50, 0xd2, 0xd1, 0xe5, 0x33, 0x82, + 0xb4, 0x5a, 0x93, 0x08, 0xd0, 0x34, 0xd8, 0x8c, 0xc8, 0xf7, 0x9a, 0x37, 0xdb, 0xad, 0xa3, 0xf9, + 0x11, 0x4a, 0x3f, 0xa1, 0x9b, 0x01, 0x02, 0x0e, 0x8a, 0xc2, 0xfd, 0x66, 0x99, 0x4c, 0x2c, 0xed, + 0xee, 0x06, 0xed, 0x20, 0x39, 0x72, 0x3e, 0x20, 0x53, 0xed, 0xb0, 0xe9, 0xcb, 0xdf, 0xac, 0x17, + 0x93, 0x57, 0x2e, 0x2c, 0x1e, 0x37, 0x2f, 0x16, 0x6f, 0x18, 0x25, 0x96, 0xe7, 0x68, 0x35, 0x53, + 0x26, 0x04, 0x2c, 0x8e, 0xce, 0xfb, 0x64, 0xb2, 0x13, 0x36, 0x55, 0x05, 0x65, 0x56, 0xc1, 0xcb, + 0xc7, 0x57, 0x50, 0xd3, 0x05, 0x96, 0x67, 0x29, 0xff, 0x49, 0x03, 0x00, 0x26, 0x3b, 0xa7, 0x45, + 0x66, 0xf1, 0x27, 0xfd, 0xec, 0xaa, 0x86, 0x0a, 0xab, 0xe1, 0x62, 0x7e, 0x0d, 0x46, 0xa1, 0xe5, + 0xb3, 0xb4, 0x96, 0xd9, 0x14, 0x10, 0xd2, 0xac, 0xdd, 0x8f, 0xc8, 0xcc, 0x52, 0x92, 0x78, 0x8d, + 0x7d, 0xbf, 0xc9, 0xbf, 0xaf, 0xf3, 0x06, 0x19, 0x69, 0x7b, 0x07, 0xbe, 0xf8, 0xfa, 0xcf, 0x8a, + 0x61, 0x1f, 0xb9, 0x41, 0x61, 0x0f, 0xbe, 0xf7, 0xcc, 0xdc, 0xad, 0x76, 0xf0, 0x61, 0x57, 0xcc, + 0x19, 0x84, 0x01, 0xa3, 0x76, 0xae, 0x10, 0xd2, 0xf4, 0x0f, 0x83, 0x86, 0x5f, 0xf3, 0x92, 0x7d, + 0x31, 0x1b, 0x1c, 0x51, 0x96, 0xac, 0x2a, 0x0c, 0x18, 0x54, 0xee, 0x8f, 0x97, 0x48, 0x75, 0xe9, + 0x30, 0x0c, 0x9a, 0xb4, 0x95, 0xb1, 0xd3, 0xa5, 0xfd, 0x8e, 0xfc, 0x5d, 0x3f, 0x52, 0x20, 0xda, + 0x84, 0x0a, 0xed, 0xf7, 0x95, 0x9c, 0x7e, 0xdb, 0x85, 0xd6, 0xda, 0x49, 0x74, 0xb4, 0xfc, 0xb8, + 0xa8, 0x7a, 0x36, 0x85, 0x85, 0x74, 0x1d, 0xee, 0xcf, 0x96, 0xc9, 0x63, 0x4b, 0x1f, 0x75, 0x23, + 0x7f, 0x35, 0x88, 0xef, 0xa6, 0x97, 0x42, 0x93, 0xc2, 0x6e, 0xe8, 0xc1, 0x50, 0x73, 0x70, 0x55, + 0xc0, 0x41, 0x51, 0x38, 0x17, 0xc9, 0x38, 0xfe, 0x7f, 0x0b, 0x36, 0x44, 0xef, 0xcf, 0x0a, 0xe2, + 0xc9, 0x55, 0x2f, 0xf1, 0x56, 0x39, 0x0a, 0x24, 0x8d, 0xb3, 0x45, 0x26, 0x1b, 0x74, 0xd4, 0x83, + 0xf6, 0xde, 0x16, 0x9d, 0x5a, 0xec, 0x0b, 0x57, 0x97, 0x5f, 0x41, 0xf2, 0x15, 0x0d, 0xa6, 0xe3, + 0x3d, 0xcf, 0xdb, 0x26, 0x58, 0x18, 0x38, 0x30, 0xcb, 0x3b, 0xae, 0x5a, 0x88, 0x23, 0x8c, 0x13, + 0xc9, 0x58, 0x84, 0x2f, 0x19, 0x6b, 0x6a, 0x94, 0xad, 0xa9, 0xa9, 0x3e, 0xeb, 0xe9, 0x1f, 0x96, + 0xc4, 0x98, 0xac, 0x07, 0x2d, 0x5b, 0x3c, 0xd0, 0xcf, 0x1c, 0xfb, 0x8d, 0xc8, 0x4f, 0x8c, 0x51, + 0x51, 0x9f, 0xb9, 0xae, 0x30, 0x60, 0x50, 0xe1, 0xe2, 0x8f, 0xf7, 0xbd, 0x88, 0xcd, 0x16, 0x31, + 0x36, 0x6a, 0xf1, 0xd7, 0x25, 0x02, 0x34, 0x8d, 0xb5, 0xf8, 0x2b, 0xb9, 0x8b, 0xff, 0x9f, 0x95, + 0xc8, 0xf8, 0x72, 0xd0, 0x6e, 0xd2, 0xa1, 0x70, 0xbe, 0x40, 0x26, 0x0e, 0xfc, 0xc4, 0x6b, 0xd2, + 0xe1, 0x12, 0xeb, 0xfe, 0xa5, 0xe3, 0x27, 0xcf, 0xcd, 0x9d, 0xaf, 0xf8, 0x8d, 0x64, 0x8b, 0x96, + 0xd1, 0xdd, 0xd0, 0x30, 0x50, 0xdc, 0x9c, 0x5b, 0x64, 0x2c, 0xf1, 0xa2, 0x3d, 0x3f, 0x11, 0xcb, + 0xfd, 0x62, 0x11, 0xbe, 0x80, 0x53, 0xcd, 0x6f, 0x37, 0x7c, 0x2d, 0x18, 0xb7, 0x19, 0x13, 0x10, + 0xcc, 0xdc, 0x06, 0x99, 0x5a, 0xf1, 0x3a, 0xde, 0x4e, 0xd0, 0xa2, 0x72, 0xcf, 0x8f, 0x9d, 0x4f, + 0x91, 0x8a, 0xd7, 0x6c, 0xb2, 0x89, 0x5f, 0x5d, 0x7e, 0x8c, 0x16, 0xa8, 0x2c, 0x35, 0x9b, 0x74, + 0x1a, 0x10, 0x45, 0x75, 0x04, 0x48, 0xe1, 0x5c, 0x20, 0x23, 0xcd, 0x28, 0xec, 0xd0, 0xd6, 0x20, + 0xe5, 0x79, 0x5c, 0xa1, 0xab, 0xf4, 0x77, 0x8a, 0x94, 0xd1, 0xb8, 0xff, 0xaa, 0x4c, 0x9c, 0x15, + 0xbf, 0xb3, 0xbf, 0x5e, 0xb7, 0xbe, 0x25, 0x9d, 0x0f, 0x07, 0x21, 0x15, 0x02, 0x61, 0x14, 0x8b, + 0x0a, 0xd9, 0x7c, 0xd8, 0x12, 0x30, 0x50, 0x58, 0xe7, 0x59, 0x32, 0xd2, 0xd1, 0xcb, 0x7a, 0x4a, + 0x8a, 0x04, 0xb6, 0xa0, 0x19, 0x06, 0x29, 0xba, 0xb1, 0x1f, 0x89, 0x79, 0xac, 0x28, 0x6e, 0x51, + 0x18, 0x30, 0x8c, 0x9e, 0x39, 0x38, 0xa7, 0xc4, 0x2c, 0x4d, 0xcd, 0x1c, 0xc4, 0x80, 0x41, 0xe5, + 0xfc, 0x08, 0x9d, 0x39, 0xec, 0x17, 0x1d, 0x48, 0x36, 0x65, 0x73, 0x85, 0xc1, 0x66, 0xd8, 0xf0, + 0x5a, 0xe9, 0xc1, 0x9f, 0x66, 0x33, 0x4d, 0x32, 0x02, 0xcd, 0xd3, 0x9a, 0x69, 0x63, 0xb9, 0x33, + 0xed, 0xaf, 0x95, 0xe8, 0x38, 0xd2, 0x99, 0xe6, 0x47, 0xa7, 0xb0, 0x65, 0x0e, 0xb6, 0x08, 0x7e, + 0x0f, 0x9b, 0x16, 0x1e, 0x74, 0xa8, 0x6a, 0xd1, 0x4e, 0x56, 0x42, 0xba, 0x1a, 0xd8, 0x36, 0xfa, + 0x69, 0x32, 0x92, 0x60, 0x55, 0xbc, 0x59, 0x2f, 0xca, 0xcf, 0x82, 0x15, 0xd0, 0x99, 0x72, 0xbe, + 0xb7, 0x04, 0x6b, 0x02, 0x2b, 0xe3, 0xbc, 0x43, 0xc6, 0xe2, 0xc4, 0x4b, 0xba, 0xb1, 0x68, 0xe8, + 0x73, 0xb2, 0xa1, 0x75, 0x06, 0xa5, 0xe5, 0x67, 0x55, 0x31, 0x0e, 0x02, 0x51, 0xc0, 0x79, 0x99, + 0x8c, 0x1f, 0xf8, 0x71, 0xec, 0xed, 0x49, 0xc1, 0x36, 0x2b, 0xca, 0x8e, 0x6f, 0x71, 0x30, 0x48, + 0xbc, 0xf3, 0x49, 0x32, 0xea, 0x47, 0x51, 0x18, 0x89, 0x19, 0x31, 0x2d, 0x08, 0x47, 0xd7, 0x10, + 0x08, 0x1c, 0xe7, 0xfe, 0x56, 0x89, 0xcc, 0xaa, 0xb6, 0xf2, 0xba, 0x86, 0xb8, 0xd4, 0x9b, 0x84, + 0x34, 0x64, 0xc7, 0x62, 0xb6, 0xc0, 0x26, 0xaf, 0xbc, 0x76, 0x3c, 0xef, 0xde, 0x81, 0xd4, 0x75, + 0x28, 0x50, 0x0c, 0x06, 0x5f, 0xf7, 0x3b, 0x25, 0x72, 0x36, 0xd5, 0xa7, 0xcd, 0x20, 0x4e, 0x9c, + 0x3f, 0xdd, 0xd3, 0xaf, 0x4b, 0xc7, 0xd4, 0x6d, 0x68, 0x94, 0x8b, 0x58, 0x9c, 0x75, 0x4f, 0x4d, + 0x14, 0x09, 0x31, 0x3a, 0x07, 0x64, 0x34, 0x48, 0xfc, 0x03, 0xd9, 0xaf, 0x8b, 0x05, 0xfb, 0xc5, + 0x1b, 0xa8, 0x3f, 0xcf, 0x06, 0xf2, 0x00, 0xce, 0xca, 0xfd, 0x1f, 0x74, 0x1f, 0xa7, 0xbd, 0xdc, + 0x0d, 0xf6, 0xb6, 0xbc, 0xce, 0x10, 0x3f, 0x4c, 0x9d, 0xca, 0x3c, 0xe4, 0xca, 0x9b, 0x7e, 0x39, + 0xaf, 0xe9, 0xa2, 0x41, 0x8b, 0xb8, 0x79, 0x72, 0xad, 0x40, 0xc9, 0x25, 0x04, 0x01, 0x63, 0xb6, + 0xf0, 0x16, 0xa9, 0x2a, 0x02, 0x67, 0x8e, 0x54, 0xee, 0xfa, 0x5c, 0x65, 0xac, 0x02, 0xfe, 0xeb, + 0x9c, 0x23, 0xa3, 0x87, 0x5e, 0xab, 0x2b, 0x56, 0x2b, 0xf0, 0x1f, 0x9f, 0x2e, 0xbf, 0x5d, 0x72, + 0x7f, 0xad, 0x44, 0xce, 0xa9, 0x4a, 0xae, 0xfb, 0x47, 0x75, 0xbf, 0x45, 0x9b, 0x1c, 0x46, 0xce, + 0x4f, 0x50, 0x44, 0x2b, 0x43, 0x0e, 0x89, 0xd1, 0x38, 0x89, 0x04, 0x7b, 0x52, 0x34, 0xfc, 0x5c, + 0x16, 0x16, 0x32, 0x6b, 0x73, 0x9e, 0xe2, 0x7d, 0xe1, 0x8b, 0x77, 0x52, 0x30, 0xa8, 0xd0, 0x86, + 0xb2, 0x8e, 0x61, 0xf3, 0xa7, 0x55, 0xf3, 0x4f, 0x63, 0xe6, 0x6d, 0xda, 0x33, 0xef, 0x53, 0x05, + 0x3f, 0x5f, 0x9f, 0x39, 0xf7, 0xb7, 0xa8, 0xda, 0xa6, 0x68, 0x2c, 0x71, 0xfc, 0x88, 0x0c, 0xff, + 0x60, 0xdd, 0xa5, 0x9f, 0x65, 0x3b, 0xc4, 0xfd, 0x34, 0xbb, 0xbb, 0xce, 0x65, 0x32, 0xd9, 0xf4, + 0x77, 0xbd, 0x6e, 0x2b, 0x51, 0xea, 0xe2, 0x28, 0xb7, 0x23, 0x56, 0x35, 0x18, 0x4c, 0x1a, 0xf7, + 0x37, 0xab, 0x6c, 0x55, 0x26, 0x5e, 0x40, 0xcd, 0x40, 0xdc, 0xa0, 0x0d, 0xad, 0x7e, 0xca, 0xd4, + 0xea, 0x85, 0x06, 0x4f, 0x25, 0x71, 0x70, 0x80, 0x22, 0xbb, 0x6c, 0x4b, 0xe2, 0x0d, 0x04, 0x02, + 0xc7, 0x39, 0x2f, 0x90, 0x71, 0x6a, 0x3a, 0x1f, 0x78, 0xed, 0x26, 0x6d, 0x03, 0xaa, 0x0c, 0x93, + 0x28, 0xd5, 0x57, 0x38, 0x08, 0x24, 0xce, 0x79, 0x92, 0x8c, 0x50, 0xfd, 0x26, 0xa6, 0x42, 0x1d, + 0x69, 0x26, 0xb0, 0xa6, 0x25, 0xfa, 0x1b, 0x18, 0x14, 0x55, 0x81, 0x7b, 0x61, 0x74, 0x97, 0x2a, + 0x6c, 0xab, 0x41, 0xc4, 0xf6, 0x75, 0x43, 0x15, 0xb8, 0xa3, 0x30, 0x60, 0x50, 0x39, 0x35, 0x32, + 0xda, 0x09, 0xa3, 0x24, 0xa6, 0xdb, 0x34, 0x0e, 0xe7, 0x2b, 0xb9, 0xb3, 0x87, 0xf7, 0xbb, 0x46, + 0xcb, 0xe8, 0xae, 0xe0, 0x2f, 0x3a, 0xa4, 0x8c, 0x91, 0xb3, 0x42, 0x2a, 0x7e, 0xfb, 0x70, 0x7e, + 0x9c, 0xf1, 0x7b, 0xfe, 0x78, 0x7e, 0x6b, 0xed, 0xc3, 0xdb, 0x5e, 0xa4, 0x57, 0x11, 0xfd, 0x0d, + 0x58, 0xda, 0x69, 0x90, 0xaa, 0x74, 0x04, 0xc4, 0xf3, 0x13, 0x45, 0x26, 0x18, 0x08, 0x72, 0xf0, + 0x3f, 0xec, 0x06, 0x91, 0x7f, 0x40, 0x85, 0x6b, 0xac, 0xf5, 0x61, 0x89, 0x8d, 0x41, 0xf3, 0xa5, + 0x95, 0x4c, 0x71, 0xf5, 0x61, 0x2b, 0xec, 0x52, 0xea, 0xf9, 0x2a, 0x6b, 0x72, 0x8e, 0xc1, 0x79, + 0x5b, 0x97, 0x58, 0x3e, 0x27, 0xd8, 0x4f, 0x19, 0xc0, 0x18, 0x2c, 0xa6, 0xd4, 0xa8, 0x9d, 0x6e, + 0x05, 0x87, 0x7e, 0x9b, 0xee, 0xcb, 0xb5, 0x28, 0xdc, 0xf1, 0xe7, 0x09, 0xeb, 0xcd, 0x27, 0xf3, + 0x8c, 0x2f, 0x4a, 0xba, 0x7c, 0x86, 0xf2, 0x9e, 0xde, 0x34, 0x4b, 0x83, 0xcd, 0x8c, 0x6a, 0x72, + 0x33, 0xa8, 0xab, 0x04, 0x9a, 0xfd, 0x64, 0x71, 0xf6, 0x0e, 0x65, 0x3f, 0x03, 0x56, 0x71, 0x48, + 0xb1, 0x73, 0xb6, 0x49, 0xb5, 0x15, 0xec, 0xfa, 0x8d, 0xa3, 0x06, 0xd5, 0x2e, 0xa7, 0x18, 0xef, + 0x9c, 0x25, 0xb7, 0x29, 0xc9, 0xb9, 0x7e, 0xa8, 0x7e, 0x82, 0x66, 0xe4, 0xdc, 0x26, 0xe7, 0x13, + 0x3f, 0x3a, 0x08, 0xda, 0x1e, 0x6e, 0xda, 0x42, 0x79, 0x61, 0x16, 0xee, 0x34, 0x9b, 0xb5, 0x4f, + 0x8b, 0x81, 0x3d, 0xbf, 0x9d, 0x49, 0x05, 0x7d, 0x4a, 0x3b, 0x37, 0xc9, 0x2c, 0x5b, 0x4f, 0xb5, + 0x6e, 0xab, 0x55, 0x0b, 0x5b, 0x41, 0xe3, 0x68, 0x7e, 0x86, 0x31, 0x7c, 0x41, 0xda, 0xad, 0x1b, + 0x36, 0x1a, 0xf5, 0x7a, 0xfd, 0x0b, 0xd2, 0xa5, 0xd1, 0x69, 0x40, 0xb5, 0xda, 0x6e, 0x44, 0x95, + 0x7e, 0x9c, 0xfb, 0xfe, 0xfd, 0x64, 0x7e, 0xb6, 0x88, 0x9d, 0x52, 0xb7, 0x0b, 0x71, 0xa7, 0x41, + 0x0a, 0x08, 0x69, 0xd6, 0x28, 0x2a, 0xe2, 0x84, 0x8e, 0xfe, 0xfc, 0x1c, 0x53, 0x4c, 0xd5, 0xfa, + 0xaa, 0x23, 0x10, 0x38, 0x8e, 0x99, 0x7d, 0xf8, 0xcf, 0x4d, 0x94, 0xbd, 0x67, 0x18, 0xa1, 0x36, + 0xfb, 0x24, 0x02, 0x34, 0x0d, 0x6e, 0x58, 0x49, 0x72, 0x34, 0xef, 0x30, 0x52, 0xb5, 0xd4, 0xb6, + 0xb7, 0xbf, 0x08, 0x08, 0x77, 0x77, 0xc8, 0x8c, 0x5a, 0xd6, 0x6c, 0x74, 0x9c, 0x67, 0xc8, 0x28, + 0x4a, 0x2e, 0x69, 0xbd, 0x54, 0xb1, 0x09, 0x28, 0xd0, 0xe8, 0x12, 0x67, 0x70, 0xd6, 0x84, 0xe0, + 0x23, 0x7f, 0xf9, 0x88, 0xf6, 0x9a, 0x89, 0xb5, 0x8a, 0xd1, 0x04, 0x89, 0x00, 0x4d, 0xe3, 0xfe, + 0x6f, 0xbe, 0x29, 0x6a, 0xd9, 0x51, 0x40, 0x6e, 0x52, 0x45, 0x7d, 0x3f, 0x8c, 0x13, 0xa4, 0x66, + 0x75, 0x8c, 0xea, 0x5d, 0xf0, 0x9a, 0x80, 0x83, 0xa2, 0x70, 0x3e, 0x43, 0xa6, 0x1b, 0x66, 0x05, + 0x42, 0x94, 0x3f, 0x26, 0x8a, 0xd8, 0xb5, 0x83, 0x4d, 0xeb, 0xbc, 0x4d, 0x26, 0x98, 0x2b, 0xaf, + 0x11, 0xb6, 0x84, 0xbe, 0x2c, 0x77, 0xa6, 0x89, 0x9a, 0x80, 0x3f, 0x30, 0xfe, 0x07, 0x45, 0x8d, + 0x56, 0x07, 0x36, 0x61, 0xa3, 0x26, 0xc4, 0xad, 0xb2, 0x3a, 0xae, 0x31, 0x28, 0x08, 0xac, 0xfb, + 0x4b, 0x65, 0x63, 0x94, 0x51, 0xe9, 0xf3, 0x9d, 0x1f, 0x26, 0xe3, 0xf7, 0x3c, 0xaa, 0xb4, 0xb6, + 0xf7, 0xc4, 0x0e, 0xfa, 0x7a, 0x41, 0xd9, 0xcb, 0x8a, 0xdf, 0xe1, 0x45, 0xf9, 0x3e, 0x21, 0x7e, + 0x80, 0x64, 0x88, 0xbc, 0xa3, 0x6e, 0xbb, 0x8d, 0xbc, 0xcb, 0x83, 0xf3, 0x06, 0x5e, 0x94, 0xf3, + 0x16, 0x3f, 0x40, 0x32, 0x74, 0x76, 0x09, 0x91, 0xab, 0xcf, 0x6f, 0x0a, 0x17, 0xda, 0x0f, 0x0e, + 0xc2, 0x7e, 0x5b, 0x95, 0x5e, 0x9e, 0xc1, 0x9d, 0x49, 0xff, 0x06, 0x83, 0xb3, 0xdb, 0x65, 0x8a, + 0x48, 0x6f, 0xb3, 0xa8, 0x44, 0xa5, 0x93, 0xdb, 0x8b, 0x28, 0xcd, 0x52, 0x22, 0x86, 0xee, 0x95, + 0x82, 0x0a, 0xd5, 0x76, 0x70, 0xe0, 0x9b, 0xab, 0x45, 0x70, 0x01, 0xcd, 0xd0, 0xfd, 0x56, 0x85, + 0xcc, 0xf7, 0x6b, 0x2f, 0xce, 0x49, 0xff, 0x7e, 0x40, 0xad, 0x91, 0x26, 0x9f, 0xb9, 0xc6, 0x9c, + 0x5c, 0x13, 0x70, 0x50, 0x14, 0x38, 0x39, 0xe2, 0x60, 0xaf, 0xed, 0xb5, 0xc4, 0xfc, 0x55, 0x93, + 0xa3, 0xce, 0xa0, 0x20, 0xb0, 0x48, 0x47, 0xa5, 0x6e, 0x2c, 0x5c, 0xb8, 0xc6, 0x24, 0x02, 0x06, + 0x05, 0x81, 0x35, 0xcd, 0xbf, 0x91, 0x1c, 0xf3, 0xcf, 0x1a, 0xa3, 0xd1, 0x87, 0x3c, 0x46, 0x74, + 0xd7, 0x21, 0xe8, 0xe6, 0x8c, 0xf7, 0x19, 0xfb, 0xb1, 0xc1, 0xd9, 0x2b, 0xad, 0x64, 0x5d, 0xb1, + 0x01, 0x83, 0xa5, 0xf3, 0x26, 0x99, 0x54, 0x2b, 0x94, 0x5a, 0xff, 0xe3, 0xb6, 0xe3, 0x4f, 0x8b, + 0xab, 0x55, 0x30, 0xe9, 0xdc, 0xaf, 0xa4, 0xa7, 0x8c, 0x58, 0x18, 0xc6, 0x08, 0x97, 0x8a, 0x8e, + 0x70, 0xf9, 0xf8, 0x11, 0x76, 0xff, 0x63, 0x05, 0x6d, 0x67, 0xa3, 0xb2, 0x6e, 0x5c, 0x40, 0xa8, + 0xbd, 0x87, 0x12, 0x9e, 0x36, 0x4c, 0x2c, 0xcb, 0x57, 0x07, 0x59, 0x37, 0xe6, 0x7e, 0x80, 0xcb, + 0x81, 0x73, 0x72, 0xf6, 0xe9, 0x0e, 0xed, 0xc5, 0xcc, 0x92, 0xf4, 0xc5, 0x72, 0x1c, 0x8c, 0xad, + 0xd6, 0xc2, 0x29, 0x1b, 0x63, 0xc3, 0xe5, 0xb5, 0x68, 0xe6, 0xb8, 0x3d, 0xa1, 0x76, 0x20, 0x4f, + 0x0e, 0x54, 0x73, 0x50, 0x85, 0x38, 0x02, 0x8e, 0xa3, 0xb2, 0x74, 0x8a, 0x6a, 0x58, 0x38, 0x55, + 0x56, 0x50, 0x01, 0x62, 0x93, 0x6f, 0x54, 0x6b, 0x4a, 0x60, 0xe0, 0xc0, 0xa2, 0xd4, 0x8a, 0xf2, + 0xd8, 0x31, 0x8a, 0x32, 0xfd, 0x42, 0xec, 0x1f, 0x35, 0x2b, 0xd4, 0x17, 0xda, 0xe0, 0x60, 0x90, + 0xf8, 0xf4, 0x24, 0x9a, 0x28, 0x38, 0x89, 0x2e, 0x90, 0x99, 0x55, 0xcf, 0x3f, 0x08, 0xdb, 0x6b, + 0xed, 0x66, 0x27, 0x0c, 0x68, 0xc3, 0xe6, 0xc9, 0x08, 0xdb, 0x52, 0xf8, 0x8a, 0x1f, 0x41, 0x0e, + 0x30, 0x82, 0xca, 0xae, 0xfb, 0x7f, 0xe8, 0xbe, 0xb6, 0x4a, 0xed, 0xd3, 0xc4, 0xbf, 0xd9, 0x61, + 0xee, 0x07, 0x67, 0x9d, 0x38, 0x7b, 0x91, 0xd7, 0xf0, 0x6b, 0x7e, 0x14, 0x84, 0x4d, 0xba, 0xe3, + 0x87, 0x6d, 0xe6, 0x70, 0xc7, 0x3d, 0x12, 0xbd, 0x89, 0xce, 0xd5, 0x1e, 0x2c, 0x64, 0x94, 0x70, + 0x9a, 0x64, 0xba, 0x13, 0xf9, 0x96, 0xbf, 0xa4, 0x94, 0xaf, 0x9f, 0xd7, 0xcc, 0x22, 0x5c, 0x7d, + 0xb4, 0x40, 0x60, 0x33, 0x75, 0xde, 0x25, 0x73, 0x61, 0xd4, 0xd9, 0xf7, 0xda, 0xab, 0x7e, 0xc7, + 0x6f, 0x37, 0x51, 0x67, 0x16, 0x4e, 0xb1, 0x73, 0xb4, 0xec, 0xdc, 0xcd, 0x14, 0x0e, 0x7a, 0xa8, + 0xdd, 0x5f, 0xa0, 0xf6, 0xe2, 0x6a, 0x78, 0xaf, 0x7d, 0xcf, 0x8b, 0x9a, 0x4b, 0xb5, 0x0d, 0xae, + 0x08, 0x33, 0x27, 0xa3, 0x74, 0x6e, 0x96, 0xfa, 0x3a, 0x37, 0xbf, 0x44, 0x26, 0x76, 0x03, 0xbf, + 0xd5, 0x44, 0x2f, 0x24, 0xef, 0xde, 0xe5, 0x22, 0x1e, 0x8d, 0x75, 0x2c, 0x23, 0xbd, 0x02, 0xdc, + 0xb7, 0xba, 0x2e, 0xd8, 0x80, 0x62, 0xe8, 0x74, 0xc9, 0x9c, 0xd4, 0xf4, 0x25, 0x56, 0xac, 0x8e, + 0xd7, 0x8b, 0x19, 0x12, 0x76, 0x35, 0x6c, 0x3c, 0x20, 0xc5, 0x10, 0x7a, 0xaa, 0x40, 0x0b, 0xed, + 0x00, 0x77, 0x87, 0x11, 0x36, 0x57, 0x98, 0x85, 0xc6, 0x4c, 0x48, 0x06, 0x75, 0xff, 0x5e, 0x89, + 0x3c, 0xde, 0x33, 0x5a, 0xc2, 0xbe, 0xfe, 0x82, 0x34, 0x6c, 0xf9, 0xe9, 0x4c, 0x4e, 0x2b, 0x33, + 0xc7, 0xbc, 0x98, 0x91, 0x5b, 0x2e, 0x60, 0xe4, 0xde, 0x24, 0xe7, 0xd6, 0x0e, 0x3a, 0xc9, 0x11, + 0x35, 0x11, 0xad, 0x46, 0xbe, 0x45, 0xc6, 0x0e, 0xfc, 0x66, 0xd0, 0x3d, 0x10, 0x9f, 0xf5, 0x19, + 0x29, 0x48, 0xb7, 0x18, 0x94, 0x6a, 0x49, 0xd3, 0x78, 0xf6, 0x49, 0x17, 0x20, 0x07, 0x80, 0x20, + 0x77, 0xbf, 0x5f, 0x22, 0xb3, 0x72, 0x41, 0x2d, 0x35, 0x9b, 0x74, 0xdc, 0x62, 0x67, 0x81, 0x94, + 0x83, 0x8e, 0x60, 0x44, 0x04, 0xa3, 0x32, 0x55, 0x9a, 0x28, 0x94, 0x6a, 0x30, 0x55, 0xee, 0xca, + 0xd7, 0x93, 0x63, 0xc0, 0xa3, 0x01, 0x66, 0x7d, 0x6c, 0x4b, 0x1e, 0xa0, 0xd9, 0x49, 0xcd, 0x92, + 0x89, 0xea, 0x8a, 0xed, 0x58, 0xbe, 0x26, 0xe0, 0xa0, 0x28, 0xd0, 0x9d, 0x8f, 0xa7, 0x94, 0xec, + 0x94, 0x85, 0x6f, 0xbb, 0x6c, 0xca, 0xdd, 0x10, 0x30, 0x50, 0x58, 0xf7, 0xa7, 0x4b, 0x64, 0x4a, + 0xf6, 0xb1, 0xa0, 0x92, 0x8b, 0x8b, 0x44, 0x2b, 0xb8, 0x7a, 0x91, 0xa0, 0x92, 0xca, 0x30, 0x96, + 0x6e, 0x5a, 0x19, 0x44, 0x37, 0x75, 0xbf, 0x45, 0x75, 0x4e, 0xd9, 0x9c, 0x7a, 0x77, 0x27, 0xf6, + 0x13, 0xe7, 0xcb, 0xa4, 0xea, 0xf1, 0xc1, 0xf7, 0xe5, 0x3c, 0xbb, 0x98, 0x67, 0xa1, 0x5b, 0xdf, + 0x4c, 0x2b, 0x06, 0x4b, 0x92, 0x0f, 0x68, 0x96, 0xce, 0x21, 0x39, 0xd3, 0x0e, 0x13, 0xb6, 0x1f, + 0x28, 0x7c, 0x31, 0x8f, 0x68, 0xba, 0x9e, 0x27, 0x44, 0x3d, 0x67, 0x6e, 0xa4, 0xf9, 0x41, 0x6f, + 0x15, 0xd4, 0xee, 0x13, 0x5e, 0x8c, 0x0a, 0xab, 0xeb, 0x42, 0xb1, 0xba, 0xfa, 0x3b, 0x31, 0xdc, + 0x5f, 0x2f, 0x91, 0xaa, 0x24, 0x1b, 0xa6, 0x4f, 0xfc, 0x0e, 0x19, 0x8f, 0xd9, 0xa7, 0x91, 0xc3, + 0xf4, 0x6a, 0xb1, 0xa6, 0xf3, 0xef, 0xa9, 0x37, 0x3f, 0xfe, 0x3b, 0x06, 0xc9, 0x8d, 0xb9, 0x21, + 0x55, 0x07, 0x1e, 0x3d, 0x37, 0xa4, 0x6a, 0x5a, 0x1f, 0x37, 0xe4, 0xdf, 0x2f, 0x91, 0x31, 0xee, + 0x1c, 0x2a, 0xe6, 0x61, 0x33, 0x7c, 0xc9, 0x9a, 0xe3, 0x6d, 0x04, 0x0a, 0xd7, 0x32, 0x1d, 0xe9, + 0x2a, 0xfb, 0x67, 0x3d, 0x0a, 0x0f, 0xc4, 0x46, 0x70, 0xa1, 0x88, 0x73, 0x8a, 0x0b, 0x3e, 0x2e, + 0x4d, 0x6e, 0x4b, 0x06, 0xa0, 0x79, 0xb9, 0xbf, 0x56, 0xc1, 0x55, 0xaf, 0x49, 0xad, 0x6d, 0xad, + 0x74, 0x1a, 0xdb, 0x5a, 0x79, 0xf8, 0xdb, 0xda, 0x87, 0x64, 0xb6, 0x61, 0xf8, 0xe4, 0xf5, 0x66, + 0x7a, 0xa5, 0xa0, 0xbb, 0xd9, 0x70, 0xe4, 0x73, 0x67, 0xc8, 0x8a, 0xcd, 0x0e, 0xd2, 0xfc, 0x1d, + 0x9f, 0x4c, 0xf1, 0x03, 0x45, 0x51, 0xdf, 0x48, 0xee, 0x9c, 0xe5, 0x7e, 0x17, 0x5e, 0x42, 0x55, + 0xc6, 0x82, 0x4e, 0xea, 0x06, 0x23, 0xb0, 0xd8, 0xba, 0x7f, 0x65, 0x94, 0x8c, 0xae, 0x1d, 0x52, + 0x5d, 0x66, 0x88, 0xab, 0xfc, 0x80, 0xcc, 0x04, 0xed, 0xc3, 0xb0, 0x75, 0xe8, 0x37, 0x39, 0xfe, + 0x64, 0x3b, 0xda, 0x79, 0x51, 0xc9, 0xcc, 0x86, 0xc5, 0x0c, 0x52, 0xcc, 0x87, 0x61, 0x4f, 0xbe, + 0x47, 0x4d, 0x59, 0x36, 0x23, 0x84, 0x31, 0x99, 0xe3, 0x24, 0x65, 0x03, 0x2a, 0x56, 0x8e, 0xb6, + 0x7a, 0xb9, 0x7f, 0x56, 0x30, 0x72, 0xee, 0x92, 0x99, 0xdd, 0x20, 0xa2, 0x16, 0x07, 0x35, 0x08, + 0xa9, 0x15, 0x70, 0xd0, 0x39, 0x89, 0x21, 0xa9, 0x86, 0x64, 0xdd, 0x62, 0x05, 0x29, 0xd6, 0xd4, + 0x48, 0x9a, 0x46, 0x3b, 0x46, 0xd7, 0x35, 0x3e, 0x78, 0x5d, 0xca, 0x97, 0xb4, 0x69, 0x72, 0x02, + 0x9b, 0x31, 0x0a, 0xa3, 0x06, 0x33, 0x7c, 0x26, 0xd8, 0x96, 0xae, 0x84, 0x11, 0xb7, 0x78, 0x38, + 0x0e, 0x65, 0x1a, 0x3b, 0x3f, 0xae, 0xda, 0x32, 0x4d, 0x9f, 0x12, 0xbb, 0xdf, 0xc0, 0x0d, 0x08, + 0x47, 0xf1, 0x34, 0x64, 0xf7, 0x35, 0x5b, 0x76, 0x7f, 0xb2, 0xc0, 0xc7, 0xed, 0x23, 0xb7, 0x3f, + 0x20, 0x93, 0xc6, 0xb7, 0x47, 0x47, 0x61, 0x43, 0x1e, 0x75, 0x0a, 0x01, 0xae, 0x14, 0x08, 0x75, + 0x06, 0x0a, 0x9a, 0x06, 0x07, 0x06, 0x15, 0xaf, 0x74, 0x44, 0x04, 0xaa, 0x65, 0xc0, 0x30, 0xee, + 0xeb, 0x84, 0xac, 0xdd, 0xf7, 0x1b, 0x4b, 0x0d, 0x76, 0x10, 0x6f, 0x9c, 0x9b, 0x94, 0xfa, 0x9f, + 0x9b, 0xb8, 0xef, 0xd3, 0xcd, 0xf0, 0x3e, 0xee, 0xec, 0xd2, 0x4c, 0xa3, 0x4b, 0xc4, 0x67, 0x00, + 0xd6, 0xaa, 0x09, 0x3d, 0x49, 0x39, 0x19, 0x08, 0x2c, 0x3b, 0x46, 0xbf, 0xef, 0x89, 0x05, 0x6b, + 0x98, 0xbc, 0x6b, 0x08, 0x04, 0x8e, 0x73, 0xbf, 0x5e, 0x22, 0x33, 0xeb, 0x2b, 0x96, 0x9e, 0xbc, + 0x48, 0x08, 0xd7, 0x37, 0xef, 0xdc, 0xb9, 0x21, 0xfd, 0xa8, 0xdc, 0xd9, 0xa5, 0xa0, 0x60, 0x50, + 0x38, 0x4f, 0x90, 0x4a, 0xab, 0xdb, 0x16, 0x6a, 0xe0, 0x38, 0xfa, 0x67, 0x37, 0xbb, 0x6d, 0x40, + 0x98, 0x11, 0xd8, 0x50, 0x29, 0x1c, 0xd8, 0x90, 0x1f, 0xda, 0xf7, 0x73, 0x15, 0x32, 0xb7, 0xde, + 0xf2, 0xef, 0x5b, 0xad, 0xa6, 0x55, 0x35, 0xa3, 0x80, 0x4e, 0x9e, 0xb4, 0x9b, 0x64, 0x95, 0x41, + 0x41, 0x60, 0x0b, 0xc7, 0x5a, 0x58, 0x71, 0x26, 0x95, 0x21, 0xc7, 0x99, 0xe4, 0xf6, 0xd9, 0xd9, + 0x25, 0xe3, 0x21, 0xff, 0xfe, 0x54, 0x8a, 0xe1, 0x44, 0xff, 0xcc, 0xf1, 0x8d, 0x49, 0x8f, 0xcf, + 0xa2, 0x98, 0x3d, 0xfc, 0xd0, 0x5b, 0x09, 0x4b, 0x01, 0x05, 0xc9, 0x7c, 0xe1, 0xd3, 0x64, 0xca, + 0xa4, 0x1c, 0xe8, 0xf4, 0xfb, 0xcf, 0x95, 0xc8, 0xd9, 0x75, 0x0c, 0x21, 0x4d, 0x05, 0xc3, 0xbc, + 0x49, 0x6d, 0x38, 0xba, 0x54, 0x63, 0x2b, 0x42, 0xcc, 0x0a, 0x85, 0x13, 0x28, 0x30, 0xe9, 0x8c, + 0x62, 0xb7, 0x6e, 0x6d, 0xac, 0x66, 0x45, 0xd0, 0x09, 0x14, 0x98, 0x74, 0xee, 0xbf, 0x2f, 0x91, + 0xa7, 0xae, 0xae, 0xac, 0xd5, 0x50, 0x8c, 0xc4, 0x09, 0x5d, 0x98, 0x3d, 0x41, 0x7c, 0x74, 0x0a, + 0x74, 0x9a, 0x46, 0x53, 0xd4, 0x14, 0xa8, 0xad, 0xb2, 0x56, 0x08, 0xec, 0xa3, 0x12, 0xc9, 0x4a, + 0xf5, 0xc9, 0xb3, 0x57, 0x03, 0x3a, 0x67, 0x3a, 0x61, 0x3a, 0xee, 0x2e, 0xa2, 0xb0, 0x18, 0xe3, + 0xb1, 0x8e, 0xd2, 0x71, 0x77, 0xa0, 0x30, 0x60, 0x50, 0xf1, 0x9a, 0x0f, 0x03, 0x14, 0xb0, 0xa2, + 0x53, 0x46, 0xcd, 0x1c, 0x0e, 0x8a, 0x02, 0x3b, 0xd6, 0x0c, 0x22, 0xa6, 0x8b, 0x1c, 0x89, 0x15, + 0xac, 0x3a, 0xb6, 0x2a, 0x11, 0xa0, 0x69, 0xdc, 0xbf, 0x51, 0x22, 0x8f, 0x5d, 0x6d, 0x75, 0xe9, + 0xb0, 0x47, 0xbb, 0xb1, 0xd5, 0xd8, 0xd7, 0x49, 0xd5, 0x97, 0x7a, 0xb3, 0x68, 0xab, 0xda, 0x93, + 0x94, 0x42, 0xcd, 0x83, 0xfe, 0x14, 0x5d, 0x81, 0x18, 0xb3, 0xc1, 0x22, 0xa2, 0xfe, 0x79, 0x99, + 0x4c, 0x5f, 0xdb, 0xde, 0xae, 0x5d, 0xf5, 0x13, 0x21, 0x83, 0xf3, 0x1d, 0x3d, 0x35, 0xc3, 0xca, + 0x9d, 0xbc, 0xb2, 0xd8, 0x67, 0xd5, 0x61, 0x8c, 0xf5, 0x22, 0x8f, 0xb1, 0x5e, 0xdc, 0x68, 0x27, + 0x37, 0xa3, 0x7a, 0x12, 0xe1, 0x31, 0x44, 0x96, 0x55, 0x2c, 0xf7, 0x89, 0x4a, 0xbf, 0x7d, 0x82, + 0x0e, 0xd6, 0x58, 0xdc, 0xd8, 0xf7, 0x95, 0xd1, 0xfe, 0x09, 0xa5, 0x86, 0x30, 0x28, 0xb5, 0x99, + 0xab, 0xb7, 0x60, 0x83, 0xff, 0x00, 0x41, 0x4a, 0x05, 0xd6, 0xe4, 0x7e, 0x92, 0x74, 0xae, 0xd1, + 0xce, 0xd2, 0xa9, 0x2f, 0xa4, 0x44, 0x8e, 0x16, 0x88, 0x83, 0xc1, 0x0b, 0xe8, 0x85, 0xa5, 0x61, + 0x31, 0x98, 0x1c, 0xdd, 0x3a, 0x21, 0x1a, 0xf7, 0x90, 0x4c, 0x1b, 0xf7, 0xcf, 0x96, 0xc9, 0xf8, + 0x35, 0xba, 0xcd, 0xb5, 0x28, 0xcb, 0x75, 0x32, 0xe2, 0xd3, 0xed, 0xb1, 0x98, 0x02, 0xab, 0x37, + 0x52, 0xee, 0xa9, 0xc2, 0xdf, 0xc0, 0xca, 0x3b, 0x40, 0xc6, 0xb1, 0xdd, 0x57, 0x55, 0x60, 0xe6, + 0x2b, 0xf9, 0xa3, 0xa0, 0xa6, 0x04, 0xdf, 0x85, 0x05, 0x08, 0x24, 0x23, 0xe6, 0xd3, 0x69, 0x74, + 0xea, 0x28, 0xdc, 0x92, 0x62, 0xb1, 0xd7, 0xdb, 0x2b, 0x35, 0x4e, 0x2e, 0xf8, 0x72, 0x9f, 0x8e, + 0x04, 0x82, 0x66, 0xe7, 0xbe, 0x4d, 0xce, 0xb1, 0x53, 0x41, 0x3a, 0xdd, 0xac, 0x35, 0x93, 0x3b, + 0x39, 0xdd, 0xbf, 0x5d, 0x26, 0x67, 0x36, 0xea, 0x2b, 0x75, 0xdb, 0x1b, 0xf7, 0x36, 0x99, 0xe2, + 0xdb, 0x33, 0x4e, 0x3a, 0xaf, 0x25, 0xca, 0x2b, 0x37, 0xf6, 0xb6, 0x81, 0x03, 0x8b, 0x12, 0x8f, + 0x5b, 0x83, 0x0f, 0xdb, 0xe9, 0xf8, 0xa0, 0x8d, 0xf7, 0x6e, 0x00, 0xc2, 0x11, 0x8d, 0x3b, 0x3d, + 0x17, 0x71, 0x0a, 0xad, 0x76, 0xfb, 0xcf, 0x51, 0x53, 0x21, 0x6e, 0xc4, 0x01, 0x5d, 0x00, 0x74, + 0xfd, 0x7b, 0x0d, 0x39, 0x7d, 0xb5, 0xee, 0x8f, 0x4d, 0x55, 0x58, 0x48, 0x51, 0x1b, 0xf2, 0x76, + 0xb4, 0xb0, 0xb6, 0x90, 0x1f, 0xa1, 0xf9, 0x15, 0x52, 0x55, 0x91, 0x34, 0x32, 0x00, 0xaa, 0x94, + 0x1d, 0x00, 0x55, 0x40, 0xe0, 0x48, 0x1f, 0x69, 0x25, 0xd3, 0x47, 0xfa, 0x8f, 0xa8, 0xe6, 0xab, + 0x82, 0x06, 0xe8, 0x3c, 0xac, 0x52, 0xc1, 0x9b, 0xb0, 0x63, 0x28, 0x31, 0xa9, 0x5f, 0xc8, 0x99, + 0x89, 0x7c, 0x25, 0xf0, 0xb9, 0x52, 0x93, 0x65, 0x41, 0xb3, 0x71, 0x36, 0xc9, 0x78, 0x27, 0xf2, + 0xeb, 0x09, 0x0b, 0xf3, 0x1d, 0x80, 0x23, 0x9b, 0xd5, 0x35, 0x5e, 0x12, 0x24, 0x0b, 0xf7, 0x57, + 0x4a, 0x84, 0x6c, 0x06, 0x07, 0x74, 0x73, 0xf1, 0xda, 0x7b, 0xfe, 0x10, 0xad, 0xc8, 0x1b, 0x64, + 0x24, 0xee, 0xd0, 0xa5, 0x5d, 0xe8, 0xe8, 0x48, 0xb7, 0xa8, 0x4e, 0xcb, 0xe8, 0xcf, 0x80, 0xbf, + 0x80, 0xf1, 0x71, 0x7f, 0x91, 0x90, 0x19, 0x4d, 0x86, 0x6a, 0xbc, 0x73, 0xd1, 0x8a, 0x6b, 0x7d, + 0x22, 0x15, 0xd7, 0x5a, 0x65, 0xd4, 0x46, 0x28, 0x6b, 0x42, 0x2a, 0x07, 0xde, 0x7d, 0x61, 0x35, + 0xbc, 0x59, 0xb4, 0x41, 0x58, 0xd3, 0xe2, 0x96, 0x77, 0x9f, 0xab, 0x51, 0xaf, 0xc8, 0x09, 0x44, + 0x21, 0x0f, 0xf8, 0x01, 0x11, 0x5b, 0x81, 0x68, 0xa6, 0xfc, 0xf8, 0x7f, 0xd2, 0xbf, 0x99, 0x50, + 0xc4, 0xea, 0x58, 0xad, 0x41, 0x5b, 0xb8, 0xfa, 0x06, 0xac, 0x35, 0x68, 0xa7, 0x6b, 0x0d, 0xda, + 0x05, 0x6a, 0x0d, 0xda, 0x18, 0xfe, 0x36, 0x2e, 0x3c, 0xe4, 0x2c, 0xfc, 0x6a, 0xf2, 0xca, 0x3b, + 0x03, 0x55, 0x2d, 0x5c, 0xed, 0xbc, 0xfa, 0x4b, 0x52, 0x77, 0x14, 0xd0, 0xdc, 0x26, 0xc8, 0xaa, + 0x9d, 0x9f, 0xa7, 0xb6, 0x86, 0xf8, 0x1f, 0x23, 0x9d, 0xa8, 0xd1, 0x29, 0x76, 0xa9, 0x77, 0x4f, + 0xd2, 0x1a, 0xc1, 0x82, 0x37, 0xea, 0x07, 0xa5, 0x88, 0xb1, 0x91, 0xb9, 0x6d, 0x4b, 0xb5, 0xc7, + 0xf9, 0x66, 0x89, 0x9c, 0xa3, 0xdf, 0x89, 0xd7, 0xc8, 0x61, 0x80, 0x07, 0x8a, 0x22, 0xc4, 0x6c, + 0x7d, 0xd0, 0x79, 0xd2, 0xc3, 0x88, 0x37, 0xf7, 0xb3, 0xf2, 0xd8, 0x32, 0x8b, 0x24, 0xb7, 0xd1, + 0x99, 0x2d, 0x5c, 0x68, 0x92, 0x09, 0x39, 0x31, 0x33, 0xb4, 0xf6, 0x65, 0x73, 0x33, 0x3e, 0x7e, + 0x05, 0x4a, 0x07, 0xda, 0xe2, 0x7b, 0x5d, 0xaf, 0x9d, 0xe0, 0x95, 0x01, 0xad, 0xe3, 0xb3, 0x5a, + 0xc4, 0x44, 0x1c, 0x62, 0x2d, 0xfb, 0x64, 0xca, 0x9c, 0x73, 0x43, 0xac, 0x29, 0x24, 0x67, 0x33, + 0xe6, 0xd3, 0x10, 0x2b, 0xec, 0x92, 0x27, 0xfa, 0xce, 0x8b, 0xe1, 0x55, 0x8b, 0x87, 0x02, 0x86, + 0xc0, 0x3c, 0x0d, 0xc7, 0xcc, 0x96, 0xed, 0x98, 0x79, 0xa9, 0xe8, 0xd2, 0xe9, 0xe3, 0x9d, 0xd9, + 0x35, 0xdb, 0x8f, 0x3b, 0x81, 0xb3, 0x4d, 0xc6, 0x5a, 0x08, 0x91, 0xa7, 0x41, 0xaf, 0x0e, 0xb2, + 0x38, 0xb5, 0x72, 0xc1, 0xe0, 0x31, 0x08, 0x5e, 0xee, 0xaf, 0x96, 0xc8, 0xc8, 0x69, 0x0c, 0x4f, + 0xcd, 0x1e, 0x9e, 0x7e, 0x2a, 0xaa, 0xb8, 0xeb, 0xb9, 0x08, 0xde, 0xbd, 0xb5, 0xfb, 0xd4, 0x9a, + 0x8d, 0x99, 0x2a, 0x99, 0x39, 0x42, 0xbf, 0x50, 0x26, 0x93, 0x58, 0x91, 0xf4, 0x13, 0x7d, 0x06, + 0xfd, 0x86, 0x3b, 0x7e, 0x4b, 0xba, 0x93, 0xd3, 0x66, 0xd7, 0xa6, 0x89, 0x04, 0x9b, 0x16, 0x0b, + 0xef, 0x9a, 0xde, 0x76, 0xa1, 0x12, 0xa9, 0xc2, 0x96, 0x2b, 0x1e, 0x6c, 0x5a, 0xd4, 0xfc, 0xef, + 0x79, 0x49, 0x63, 0x5f, 0x98, 0x64, 0xaa, 0xb9, 0x77, 0x10, 0x08, 0x1c, 0xe7, 0x2c, 0x91, 0x59, + 0x39, 0x63, 0x6f, 0xf3, 0xa1, 0x13, 0xea, 0xa2, 0xba, 0xa7, 0x07, 0x36, 0x1a, 0xd2, 0xf4, 0xce, + 0xa7, 0xc9, 0x0c, 0x0e, 0x4e, 0xd8, 0x4d, 0x64, 0xb0, 0xc2, 0x28, 0x0b, 0x56, 0x60, 0xc1, 0xa1, + 0xdb, 0x16, 0x06, 0x52, 0x94, 0xee, 0x8f, 0x90, 0xb3, 0x9b, 0xa1, 0xd7, 0x5c, 0xf6, 0x5a, 0x5e, + 0xbb, 0xe1, 0x47, 0x1b, 0xed, 0xbd, 0xdc, 0x73, 0x5d, 0xf3, 0xec, 0xb5, 0x9c, 0x77, 0xf6, 0xea, + 0x46, 0xc4, 0x31, 0x2b, 0x10, 0x61, 0x36, 0xef, 0x93, 0xf1, 0x80, 0x57, 0x25, 0x66, 0xed, 0xe5, + 0x3c, 0xa7, 0x52, 0x4f, 0x1b, 0x8d, 0xb0, 0x11, 0x0e, 0x00, 0xc9, 0x12, 0x2d, 0x89, 0x2c, 0x2f, + 0x54, 0xbe, 0xb1, 0xe6, 0xfe, 0xc5, 0x12, 0x99, 0xbd, 0x91, 0xba, 0x0c, 0x86, 0x31, 0x60, 0x7e, + 0x94, 0xe1, 0x52, 0xab, 0x33, 0x28, 0x08, 0xec, 0x43, 0x37, 0xd3, 0x7f, 0xaa, 0x4c, 0xaa, 0x2c, + 0x66, 0xb3, 0xe3, 0x35, 0x86, 0xa9, 0x94, 0x6e, 0x59, 0x4a, 0x69, 0x8e, 0x91, 0xa8, 0x1a, 0xd4, + 0x4f, 0x27, 0xc5, 0xeb, 0x80, 0xe2, 0x72, 0x54, 0x21, 0xfb, 0x50, 0x33, 0xe4, 0xf7, 0x68, 0x66, + 0xec, 0xbb, 0x54, 0xf2, 0xe2, 0x14, 0x3b, 0x0d, 0x55, 0xb4, 0x8f, 0xde, 0x69, 0xa8, 0x6a, 0x5a, + 0x1f, 0xa9, 0x54, 0x33, 0x5a, 0xcf, 0xc4, 0xf6, 0xe7, 0x59, 0x00, 0x9e, 0xd7, 0x0a, 0x3e, 0xf2, + 0xd5, 0x25, 0xc3, 0x67, 0x44, 0x3c, 0x9d, 0x80, 0x3e, 0x60, 0x02, 0x46, 0xfc, 0xe2, 0x77, 0x47, + 0x75, 0x11, 0xf7, 0x1a, 0x9d, 0xa9, 0xf6, 0xd8, 0x39, 0x6f, 0x92, 0xd1, 0xce, 0xbe, 0x17, 0xfb, + 0xa9, 0xc8, 0x8e, 0xd1, 0x1a, 0x02, 0x29, 0xb7, 0x19, 0x55, 0x80, 0x41, 0x80, 0x53, 0xbb, 0x7f, + 0x44, 0x65, 0x3d, 0xc6, 0x42, 0x0c, 0x71, 0x8e, 0x5d, 0xb3, 0xe6, 0xd8, 0x8b, 0xf9, 0x37, 0xce, + 0xfb, 0x4e, 0xaf, 0x5a, 0x6a, 0x7a, 0xbd, 0x54, 0x80, 0xd7, 0xf1, 0x33, 0xeb, 0x80, 0x4c, 0xb2, + 0x1b, 0xed, 0x22, 0xa4, 0xe5, 0x75, 0xcb, 0x80, 0x7a, 0x26, 0x65, 0x40, 0xcd, 0x1a, 0xa4, 0x86, + 0x19, 0xf5, 0x32, 0x19, 0x17, 0x21, 0x14, 0xe9, 0xa8, 0x43, 0x41, 0x0b, 0x12, 0xef, 0xfe, 0x72, + 0x85, 0x58, 0x37, 0xe8, 0x9d, 0x6f, 0x97, 0x08, 0x55, 0x5a, 0xd8, 0x95, 0x87, 0xe6, 0x6a, 0x17, + 0xfd, 0x65, 0xe8, 0xd2, 0x6a, 0x76, 0x5b, 0xf4, 0xbf, 0x8d, 0xbd, 0x76, 0xa8, 0xc0, 0xe8, 0xdb, + 0xe9, 0x32, 0xef, 0x6a, 0xe1, 0x8b, 0xfb, 0xea, 0x0c, 0xf5, 0x0a, 0x6d, 0xcb, 0x22, 0x0c, 0x54, + 0x0b, 0x0c, 0xd8, 0x2a, 0xe7, 0x77, 0x4a, 0xe4, 0x12, 0xbf, 0x43, 0x5e, 0xbc, 0x27, 0x85, 0x0c, + 0xcf, 0x9a, 0x64, 0xaa, 0xd9, 0x61, 0x90, 0xe3, 0xf2, 0x5b, 0x62, 0x90, 0x2f, 0xd5, 0x06, 0xab, + 0x15, 0x06, 0x6d, 0xa6, 0xfb, 0x2f, 0x2b, 0x74, 0xfd, 0xd2, 0xf1, 0xd4, 0xf7, 0x47, 0xdf, 0xb4, + 0xa6, 0xc9, 0x73, 0xa9, 0x69, 0x72, 0xc6, 0x22, 0x7e, 0x38, 0x57, 0x47, 0x13, 0x72, 0x06, 0xcf, + 0x29, 0xaf, 0xf9, 0x5e, 0x94, 0xec, 0xf8, 0x1e, 0x3b, 0xb0, 0x14, 0x8b, 0x60, 0xa0, 0x43, 0x50, + 0x15, 0x97, 0xb3, 0x99, 0xe6, 0x06, 0xbd, 0x15, 0x38, 0xf7, 0x88, 0xc3, 0x4e, 0x47, 0x23, 0x8f, + 0x2a, 0x5d, 0xac, 0x33, 0x81, 0x70, 0xc8, 0x0e, 0x58, 0xed, 0x82, 0xa8, 0xd6, 0xd9, 0xec, 0x61, + 0x07, 0x19, 0x55, 0x18, 0x47, 0xe0, 0xa3, 0x45, 0x8f, 0xc0, 0xc7, 0x72, 0x02, 0x7e, 0x7f, 0xb2, + 0x44, 0xce, 0xe2, 0x87, 0xb1, 0x83, 0x43, 0x63, 0x27, 0x24, 0xb3, 0xd8, 0x83, 0x96, 0x9f, 0x48, + 0x98, 0x58, 0x61, 0x39, 0xba, 0xb4, 0xcd, 0x47, 0x6b, 0x6c, 0xd7, 0x6d, 0x66, 0x90, 0xe6, 0xee, + 0xfe, 0x72, 0x89, 0xb0, 0xe8, 0xb3, 0xd3, 0xd8, 0xc7, 0xae, 0xda, 0xfb, 0x98, 0x9b, 0x2f, 0x34, + 0xfa, 0x6c, 0x61, 0x6f, 0x90, 0x39, 0xc4, 0xd6, 0xa2, 0xf0, 0xfe, 0x91, 0x54, 0xae, 0xf3, 0x7d, + 0xb3, 0x7f, 0xa1, 0xc4, 0xc5, 0x9d, 0xd2, 0x8a, 0xef, 0x61, 0x80, 0x99, 0xfe, 0x8d, 0x0b, 0x59, + 0x2a, 0x81, 0x8b, 0xc5, 0x05, 0x1a, 0x5b, 0xff, 0x46, 0x84, 0x59, 0x8a, 0x21, 0xf4, 0xd6, 0xe1, + 0xfe, 0x9d, 0x12, 0x79, 0xdc, 0x24, 0x34, 0xae, 0x99, 0xe5, 0x39, 0x44, 0x57, 0xc9, 0x44, 0xd8, + 0xc1, 0x8c, 0x31, 0xca, 0x02, 0x78, 0x49, 0x8e, 0xf8, 0x4d, 0x01, 0xa7, 0x2b, 0xf7, 0x9c, 0xc9, + 0x5d, 0xc2, 0x41, 0x95, 0xc4, 0x4c, 0x14, 0xcc, 0x12, 0x8d, 0xc5, 0x05, 0x41, 0x96, 0x89, 0x82, + 0x1d, 0x03, 0xd0, 0x45, 0xce, 0x31, 0xee, 0x5f, 0x2a, 0xf1, 0x51, 0x36, 0x9b, 0xee, 0x7c, 0x95, + 0xcc, 0x1d, 0xa0, 0xb1, 0xb0, 0x76, 0xbf, 0x83, 0x5b, 0x08, 0x3b, 0xfe, 0x2c, 0x15, 0x11, 0x9c, + 0x7d, 0xba, 0xbb, 0x3c, 0x2f, 0x5a, 0x3f, 0xb7, 0x95, 0x62, 0x0b, 0x3d, 0x15, 0xb9, 0xbf, 0x2b, + 0xe6, 0x2a, 0xd3, 0x5a, 0xe8, 0x62, 0xeb, 0x84, 0xcd, 0x95, 0x8d, 0x55, 0x10, 0x63, 0xa5, 0x16, + 0x5b, 0x8d, 0x83, 0x41, 0xe2, 0xf1, 0x5c, 0xce, 0xa7, 0xa6, 0x5a, 0x44, 0x15, 0x16, 0x75, 0x6c, + 0xa9, 0x94, 0x84, 0x35, 0x85, 0x01, 0x83, 0x0a, 0xcb, 0x74, 0xa2, 0xf0, 0x30, 0x68, 0xb2, 0x70, + 0xef, 0x8a, 0x5d, 0xa6, 0xa6, 0x30, 0x60, 0x50, 0xa1, 0x89, 0xd6, 0x6d, 0xc7, 0x5c, 0x80, 0x7b, + 0x3b, 0x22, 0x81, 0xc2, 0x84, 0x36, 0xd1, 0x6e, 0x99, 0x48, 0xb0, 0x69, 0xdd, 0xdf, 0xaa, 0x12, + 0xa2, 0x55, 0x04, 0xf4, 0x10, 0x4e, 0x34, 0x3c, 0xaa, 0x20, 0xf1, 0xec, 0x38, 0x95, 0xfc, 0x7b, + 0x31, 0xba, 0xf0, 0xe2, 0x8a, 0x28, 0xc8, 0x7d, 0x5b, 0xaf, 0xc9, 0x09, 0x22, 0xc1, 0xb9, 0xfe, + 0x2c, 0x55, 0xb3, 0xf3, 0xb5, 0x12, 0x99, 0xf4, 0x5a, 0x78, 0x77, 0x36, 0x61, 0x3d, 0x2a, 0x17, + 0x71, 0x56, 0x1a, 0x2d, 0x59, 0xd2, 0x65, 0x79, 0x63, 0x5e, 0x97, 0xa7, 0x5a, 0x06, 0x26, 0xb7, + 0x3d, 0x66, 0x13, 0x9c, 0xd7, 0xa4, 0x6a, 0xc9, 0x3f, 0xca, 0x42, 0x5a, 0xb5, 0xac, 0x32, 0xd1, + 0x60, 0x68, 0x95, 0x78, 0xc3, 0xc4, 0x88, 0x7d, 0x1f, 0x29, 0x72, 0x37, 0xd5, 0xda, 0x34, 0xf3, + 0xd2, 0x04, 0xe0, 0x59, 0x94, 0x8e, 0x84, 0x1d, 0x2d, 0x72, 0xf1, 0xd3, 0xd0, 0xdd, 0x72, 0xa2, + 0x60, 0x13, 0x32, 0xdb, 0xb4, 0x37, 0x09, 0x11, 0xda, 0x74, 0x39, 0xbf, 0x86, 0xd4, 0xee, 0xa2, + 0xb7, 0x85, 0x14, 0x02, 0xd2, 0x55, 0xd0, 0x1e, 0xb1, 0x48, 0xe4, 0x8d, 0xf6, 0x6e, 0x28, 0xa2, + 0x9b, 0x5e, 0x2d, 0xf0, 0xcd, 0x8f, 0x62, 0x2a, 0x9e, 0xb1, 0x8c, 0xde, 0x06, 0x6e, 0x08, 0x2e, + 0xa0, 0xf8, 0xa1, 0x9b, 0x88, 0xdd, 0xaa, 0xc0, 0xbb, 0xb8, 0x95, 0x01, 0x2e, 0x98, 0xb0, 0x3b, + 0x19, 0x7a, 0xf3, 0x65, 0x3f, 0xa9, 0xb8, 0xe2, 0xbc, 0xa8, 0x5e, 0x2f, 0xae, 0xca, 0xc6, 0x1b, + 0xed, 0x5b, 0xb1, 0xcf, 0xee, 0xdf, 0x56, 0x97, 0x9f, 0xd7, 0x17, 0x6a, 0x39, 0x3c, 0x33, 0x3b, + 0x92, 0x55, 0x12, 0xf7, 0x60, 0xf1, 0x5b, 0x26, 0x5d, 0x9a, 0x27, 0x45, 0x1a, 0x6a, 0xa7, 0x68, + 0xd2, 0x83, 0x7d, 0xdb, 0x66, 0x06, 0x69, 0xee, 0x0b, 0x01, 0x99, 0xb6, 0x56, 0xec, 0x10, 0x9d, + 0x9d, 0x2d, 0x32, 0x97, 0x5e, 0x92, 0x43, 0xf4, 0x71, 0xfe, 0xe1, 0x08, 0x99, 0xb1, 0x27, 0x06, + 0x46, 0x30, 0x1c, 0xb0, 0x94, 0x48, 0x3a, 0x11, 0x8b, 0x9a, 0xff, 0x5b, 0x12, 0x01, 0x9a, 0x86, + 0xa5, 0xa4, 0x61, 0xc5, 0x8d, 0x98, 0x13, 0x9d, 0x92, 0x46, 0x61, 0xc0, 0xa0, 0x42, 0x85, 0x6d, + 0x27, 0x0c, 0x13, 0x25, 0xb8, 0xd5, 0x9c, 0x59, 0x66, 0x50, 0x10, 0x58, 0x14, 0xd8, 0x77, 0xb1, + 0x43, 0x2d, 0xdb, 0xdf, 0xa5, 0x04, 0xf6, 0x75, 0x13, 0x09, 0x36, 0x2d, 0x6e, 0x40, 0x61, 0xcc, + 0x26, 0xa1, 0x50, 0x0b, 0x75, 0x0c, 0x4f, 0x9d, 0xdf, 0x32, 0x92, 0x78, 0xe7, 0x8b, 0xe4, 0x71, + 0x75, 0x29, 0x08, 0xb8, 0xff, 0x50, 0xd6, 0x38, 0x66, 0xd9, 0x76, 0x8f, 0xaf, 0x64, 0x93, 0x41, + 0xbf, 0xf2, 0x78, 0xc4, 0x2b, 0x54, 0x3a, 0xc9, 0x71, 0xdc, 0x3e, 0xe2, 0xbd, 0x6e, 0x61, 0x21, + 0x45, 0x4d, 0xf5, 0x89, 0x39, 0x84, 0x30, 0x55, 0x4a, 0x72, 0xe0, 0x97, 0x9b, 0xd4, 0xce, 0x7c, + 0x3d, 0x85, 0x87, 0x9e, 0x12, 0xe8, 0x3a, 0xe4, 0xba, 0x05, 0x5a, 0x30, 0xec, 0x3b, 0x88, 0x68, + 0x44, 0xb5, 0x08, 0x6e, 0xda, 0x68, 0x48, 0xd3, 0xe3, 0x19, 0xb9, 0x17, 0xd1, 0x8f, 0x9e, 0x50, + 0x15, 0xa1, 0x1b, 0xf1, 0x9b, 0xed, 0xc6, 0x19, 0xf9, 0x92, 0x81, 0x03, 0x8b, 0xd2, 0xfd, 0x88, + 0x9c, 0xcd, 0x08, 0x7a, 0xc6, 0x89, 0x43, 0x27, 0xa8, 0xec, 0x53, 0x2a, 0x1a, 0x07, 0x6f, 0xba, + 0x88, 0xde, 0x18, 0x54, 0x38, 0x3b, 0x99, 0xe3, 0xd4, 0xc8, 0x8f, 0xa6, 0x66, 0xe7, 0xba, 0x44, + 0x80, 0xa6, 0x71, 0xff, 0x2b, 0xdd, 0xb5, 0xb5, 0x9b, 0xa1, 0x40, 0x0c, 0x06, 0xed, 0xa6, 0x4c, + 0xf9, 0x67, 0xa4, 0xda, 0x52, 0xdd, 0xbc, 0x6a, 0xe0, 0xc0, 0xa2, 0xc4, 0xb6, 0xb5, 0xa5, 0xd3, + 0x24, 0x1d, 0xfb, 0xa3, 0xbc, 0x29, 0xa0, 0x69, 0xd0, 0xc7, 0x17, 0xfb, 0xad, 0xdd, 0xcd, 0xa0, + 0x7d, 0x57, 0x4c, 0x6c, 0x25, 0x95, 0xeb, 0x02, 0x0e, 0x8a, 0xc2, 0x79, 0x97, 0x54, 0xba, 0x41, + 0x53, 0x4c, 0xe5, 0x45, 0xa9, 0x77, 0xd2, 0xd5, 0x44, 0x25, 0xe6, 0x33, 0xd9, 0x79, 0x0c, 0xd1, + 0x8c, 0x8c, 0x17, 0x71, 0xf1, 0x61, 0xd1, 0x2c, 0xff, 0xf1, 0xd8, 0x80, 0xfe, 0x63, 0xfa, 0xcd, + 0x44, 0x9f, 0xe5, 0x4c, 0xae, 0xe8, 0x6f, 0x76, 0x55, 0x61, 0xc0, 0xa0, 0x42, 0x63, 0xb4, 0x41, + 0x0d, 0x30, 0x69, 0xad, 0xf1, 0x88, 0xdc, 0x89, 0x8f, 0x61, 0x8c, 0xae, 0xa4, 0xb9, 0x41, 0x6f, + 0x05, 0x4e, 0x87, 0x9c, 0x69, 0xe2, 0x3a, 0xb2, 0x6a, 0xad, 0x9e, 0x20, 0x0e, 0x18, 0x6b, 0x5c, + 0x4d, 0x73, 0x82, 0x5e, 0xe6, 0xce, 0x97, 0xc9, 0x82, 0x04, 0xf6, 0x5e, 0xfb, 0x63, 0xcb, 0xa5, + 0xb2, 0xfc, 0x34, 0xe5, 0xb6, 0xb0, 0xda, 0x97, 0x0a, 0x8e, 0xe1, 0xe0, 0xbc, 0x4f, 0xc6, 0xd8, + 0x89, 0x43, 0x3c, 0x3f, 0xc9, 0x76, 0xbb, 0x37, 0x8a, 0x3a, 0xdc, 0x16, 0xd9, 0xb9, 0x85, 0x08, + 0x64, 0xd4, 0xa7, 0x38, 0x0c, 0x08, 0x82, 0x27, 0x1d, 0xaf, 0x49, 0xaf, 0xdd, 0x0e, 0x13, 0x8f, + 0x2b, 0x61, 0x53, 0x45, 0xf4, 0x48, 0xa3, 0x8a, 0x25, 0x5d, 0x96, 0xd7, 0xa3, 0xa2, 0xa3, 0x0c, + 0x0c, 0x98, 0x55, 0xe0, 0x36, 0x1e, 0xde, 0x43, 0x81, 0x29, 0x9d, 0xee, 0xf1, 0xfc, 0x74, 0x91, + 0x6d, 0xfc, 0xa6, 0x55, 0xc8, 0x90, 0x60, 0x36, 0x33, 0x48, 0x73, 0xc7, 0x30, 0x5d, 0xc3, 0x8f, + 0x3a, 0xa3, 0xc3, 0x74, 0xb5, 0x1f, 0xd5, 0x74, 0x9b, 0xb2, 0x2b, 0xa5, 0x3c, 0x34, 0x8f, 0x49, + 0x82, 0xd9, 0xd4, 0x95, 0x52, 0x8d, 0x02, 0x93, 0x6e, 0xe1, 0x1d, 0x32, 0x69, 0x0c, 0xf8, 0x20, + 0xf1, 0xa0, 0x0b, 0x9f, 0xa3, 0xbb, 0x7f, 0x6a, 0x20, 0x07, 0x8a, 0x27, 0xfd, 0xef, 0x65, 0x32, + 0x9b, 0x71, 0x92, 0x71, 0x37, 0x60, 0x11, 0xd3, 0x96, 0xc8, 0xbb, 0x4e, 0x61, 0xc0, 0x30, 0xb6, + 0xe0, 0x2a, 0x17, 0x10, 0x5c, 0x52, 0x8a, 0x56, 0xfa, 0x4a, 0x51, 0x21, 0xac, 0x46, 0x4e, 0x2e, + 0xac, 0xec, 0xdd, 0x61, 0xb4, 0xd0, 0xee, 0xf0, 0x10, 0x04, 0x9c, 0xb5, 0xc1, 0x8c, 0x17, 0xd8, + 0x60, 0x1e, 0x94, 0xc8, 0x8c, 0x3d, 0xf3, 0x0a, 0x8c, 0xf8, 0xa3, 0x3a, 0x80, 0x8b, 0xcc, 0x10, + 0x4b, 0xa2, 0xb0, 0xd5, 0xf2, 0x23, 0x11, 0x29, 0x36, 0x23, 0xec, 0x2a, 0x01, 0x05, 0x83, 0xc2, + 0xfd, 0xf9, 0x32, 0x99, 0xd3, 0x61, 0xc3, 0x22, 0xf5, 0xe9, 0xf0, 0x8e, 0x06, 0xb6, 0xad, 0xa3, + 0x81, 0xbc, 0x8c, 0xa6, 0xa9, 0x76, 0xf5, 0x3d, 0x26, 0x78, 0x3f, 0x75, 0x4c, 0xf0, 0xc6, 0x80, + 0x7c, 0x8f, 0x3f, 0x32, 0xf8, 0xc7, 0x65, 0xf2, 0x58, 0xba, 0xc8, 0x4a, 0xcb, 0x0b, 0x0e, 0x86, + 0x38, 0x4e, 0x5f, 0xb4, 0xc6, 0xe9, 0xad, 0xc1, 0xfa, 0xc3, 0x1a, 0xd7, 0x77, 0xb0, 0xbc, 0xd4, + 0x60, 0xbd, 0x73, 0x12, 0xe6, 0xc7, 0x8f, 0xd8, 0x7f, 0x28, 0x91, 0x27, 0x32, 0xcb, 0x9d, 0x86, + 0x0b, 0xf4, 0x0b, 0xb6, 0x0b, 0xf4, 0xf5, 0x13, 0x74, 0xaf, 0x8f, 0x4f, 0xf4, 0x3f, 0x97, 0xfb, + 0x74, 0x8b, 0x79, 0xcb, 0x6e, 0xd2, 0xed, 0xb7, 0x41, 0x37, 0xa9, 0x18, 0x63, 0x23, 0xe5, 0x21, + 0xdf, 0x45, 0xb6, 0x7f, 0x6a, 0x30, 0x5d, 0xfb, 0x0b, 0x69, 0x16, 0x1a, 0x0d, 0x26, 0x07, 0x3b, + 0xa7, 0x56, 0x79, 0x48, 0x39, 0xb5, 0xa8, 0x8c, 0x39, 0x54, 0x56, 0x7a, 0xda, 0x09, 0x67, 0xd8, + 0xef, 0x06, 0x15, 0x55, 0x93, 0x50, 0xa7, 0xe5, 0x21, 0x12, 0x23, 0xb9, 0x0b, 0xce, 0xfa, 0x80, + 0x66, 0xbc, 0x05, 0xbf, 0x33, 0xa9, 0x3c, 0x96, 0x8a, 0xa7, 0xfb, 0x8d, 0x0a, 0xf9, 0xc4, 0x31, + 0xd3, 0x8e, 0x6e, 0x12, 0xd6, 0xc9, 0xe7, 0x2b, 0x69, 0xf7, 0xd4, 0x42, 0x66, 0x61, 0xcb, 0x5f, + 0x95, 0xfa, 0x58, 0xe5, 0x8f, 0xfd, 0xb1, 0x7e, 0xce, 0x74, 0x26, 0xf2, 0x50, 0xc7, 0xab, 0x27, + 0x5e, 0x58, 0x0f, 0xcf, 0xbb, 0x78, 0x8a, 0x8e, 0x0f, 0x4c, 0x63, 0xfd, 0x5c, 0x66, 0xa7, 0xac, + 0x00, 0x0b, 0xbc, 0x62, 0x86, 0x40, 0xe3, 0x2e, 0x8a, 0xbe, 0x62, 0x26, 0x11, 0xa0, 0x69, 0xac, + 0x38, 0x8a, 0x72, 0x6e, 0x1c, 0xc5, 0xbf, 0x29, 0x91, 0x73, 0xe9, 0x46, 0x9c, 0x86, 0xd4, 0xa9, + 0xdb, 0x52, 0x67, 0x71, 0xb0, 0x6f, 0xdf, 0x47, 0xe0, 0xfc, 0xec, 0x14, 0x39, 0xdf, 0xb3, 0x59, + 0xf1, 0x61, 0xfc, 0xb1, 0x12, 0x39, 0xb3, 0xc7, 0xec, 0x0b, 0xe3, 0xc6, 0x8f, 0xe8, 0x58, 0xce, + 0x35, 0xa9, 0x63, 0x2f, 0x0a, 0x71, 0x6b, 0xa9, 0x87, 0x04, 0x7a, 0x2b, 0x73, 0x7e, 0x9a, 0x0e, + 0xb5, 0x77, 0x2f, 0xee, 0xc9, 0xa3, 0x2f, 0xe6, 0xd1, 0xe7, 0x72, 0x5c, 0x79, 0x39, 0x19, 0xf8, + 0x97, 0xe7, 0x31, 0x56, 0x34, 0x8b, 0x0a, 0x32, 0x6b, 0xa5, 0x4a, 0x00, 0xcf, 0x2e, 0x86, 0x6a, + 0x5f, 0xa1, 0xbb, 0x6b, 0x59, 0xf7, 0x0f, 0xb8, 0x4c, 0x92, 0x18, 0x50, 0x1c, 0x9d, 0x0f, 0x48, + 0x75, 0x4f, 0x5e, 0xf2, 0x11, 0x42, 0x2f, 0x67, 0x67, 0xc9, 0xbc, 0x13, 0xc4, 0xa3, 0xdc, 0x15, + 0x0a, 0x34, 0x53, 0xe7, 0x1a, 0xa9, 0xb4, 0x77, 0x63, 0x71, 0x5f, 0x37, 0x2f, 0x8e, 0xc6, 0x8e, + 0x5a, 0xe2, 0x37, 0x10, 0x29, 0x10, 0x90, 0x05, 0x72, 0x8a, 0x76, 0x9a, 0xc2, 0x87, 0x9d, 0xc3, + 0x09, 0x96, 0x57, 0x7b, 0x39, 0x51, 0x20, 0x20, 0x0b, 0x16, 0xb0, 0x87, 0xf7, 0x15, 0x84, 0x83, + 0x3a, 0xe7, 0x32, 0x77, 0xcf, 0xad, 0x0c, 0x9e, 0x8a, 0x8e, 0x81, 0x81, 0x33, 0x42, 0xcf, 0x74, + 0x83, 0xa5, 0x8e, 0x16, 0xfe, 0x83, 0xbc, 0x84, 0xc2, 0x3d, 0x69, 0xa6, 0xf9, 0x41, 0x1a, 0x87, + 0x83, 0xe0, 0xc5, 0xb8, 0xfa, 0x9d, 0xfd, 0xdd, 0x58, 0xf8, 0x07, 0xf2, 0xb8, 0xf6, 0x24, 0x01, + 0x17, 0x5c, 0x19, 0x1c, 0x04, 0x2f, 0x67, 0x95, 0x94, 0x77, 0x1b, 0x22, 0xff, 0x63, 0x8e, 0x45, + 0x6b, 0x5f, 0x27, 0x5d, 0x1e, 0xc3, 0x08, 0xba, 0xf5, 0x15, 0xa0, 0xe5, 0xa9, 0x3e, 0x32, 0xbe, + 0xcb, 0x2f, 0x08, 0x8a, 0x5c, 0x8f, 0x97, 0xf3, 0x6e, 0x31, 0xf6, 0xdc, 0x26, 0xe4, 0x37, 0x19, + 0x04, 0x02, 0x24, 0x3b, 0xba, 0x0f, 0x93, 0x5d, 0x75, 0xe5, 0x51, 0x24, 0x7b, 0x5c, 0x1c, 0xec, + 0x8a, 0xa4, 0xb0, 0x9e, 0x15, 0x14, 0x0c, 0x8e, 0x38, 0xe7, 0x3d, 0x99, 0xfd, 0x9e, 0x25, 0x7a, + 0xcc, 0x9d, 0xf3, 0x99, 0xc9, 0xf2, 0xf9, 0x9c, 0x57, 0x28, 0xd0, 0x4c, 0x9d, 0x2e, 0x99, 0x3e, + 0x8c, 0x3b, 0xfb, 0xbe, 0x5c, 0xfa, 0x2c, 0xfb, 0xe3, 0xe4, 0x95, 0xcf, 0xe6, 0xa4, 0xf4, 0x14, + 0x45, 0x82, 0x28, 0xe9, 0x7a, 0xad, 0x1e, 0x09, 0xc6, 0xd2, 0x28, 0xdd, 0x36, 0xd9, 0x82, 0x5d, + 0x0b, 0x7e, 0x92, 0x0f, 0xbb, 0xe1, 0xce, 0x51, 0xe2, 0x8b, 0xec, 0x90, 0x39, 0x9f, 0xe4, 0x3d, + 0x4e, 0xdc, 0xfb, 0x49, 0x04, 0x02, 0x24, 0x3b, 0x35, 0x64, 0x4c, 0x1a, 0xcf, 0x15, 0x1e, 0xb2, + 0x9e, 0x3e, 0xe8, 0x21, 0x63, 0xd2, 0x57, 0x33, 0x75, 0x7f, 0x77, 0xb4, 0x77, 0x83, 0x63, 0xfa, + 0xe7, 0xcf, 0xf4, 0x1e, 0x67, 0xbe, 0x3b, 0xb8, 0x7d, 0xf5, 0x10, 0x0f, 0x36, 0xe9, 0xfe, 0x70, + 0xbe, 0x93, 0xb9, 0x7b, 0x89, 0x1d, 0x62, 0x50, 0x33, 0x8d, 0x0f, 0x8d, 0xca, 0x35, 0x9a, 0x8d, + 0x87, 0x3e, 0x75, 0xa6, 0x55, 0xbe, 0xca, 0xc7, 0x56, 0xf9, 0xee, 0xd0, 0xf1, 0x46, 0x2d, 0x45, + 0x27, 0xbb, 0x18, 0x30, 0x3f, 0x04, 0xdb, 0x6b, 0x56, 0x04, 0x0b, 0x50, 0xcc, 0x70, 0xe0, 0x9e, + 0x4a, 0x77, 0x02, 0x7c, 0x86, 0x16, 0x49, 0x52, 0xb9, 0x2f, 0x60, 0x5d, 0x8c, 0xc4, 0x53, 0xb5, + 0xe3, 0x88, 0x1f, 0xe4, 0x11, 0xc0, 0xf1, 0x95, 0x9d, 0xa6, 0x0a, 0xf9, 0x0f, 0x4a, 0x19, 0x0a, + 0x0f, 0x57, 0xfa, 0x3f, 0x6b, 0x2b, 0xfd, 0x2f, 0xa6, 0x95, 0xfe, 0x1e, 0x13, 0xdd, 0xd2, 0xf7, + 0x8b, 0x27, 0x0a, 0x2c, 0x9a, 0x8d, 0xc3, 0xfd, 0x5f, 0x25, 0x52, 0xa9, 0x85, 0xcd, 0x21, 0x3a, + 0x01, 0xae, 0x5a, 0x4e, 0x80, 0x17, 0x72, 0x9f, 0xbd, 0xe9, 0x6b, 0xf2, 0xdf, 0x4c, 0x99, 0xfc, + 0x9f, 0xca, 0x67, 0x75, 0xbc, 0x81, 0xff, 0xcd, 0x0a, 0x31, 0x1f, 0xee, 0x71, 0x7e, 0xf3, 0x24, + 0x51, 0x8d, 0x95, 0x62, 0x6f, 0xf9, 0x88, 0x3a, 0x58, 0x0c, 0x90, 0xbc, 0xf2, 0xf4, 0xc7, 0x36, + 0xb8, 0xf1, 0x8e, 0x1f, 0xec, 0xed, 0x27, 0x7e, 0x33, 0xdd, 0xb1, 0xd3, 0x0b, 0x6e, 0xfc, 0x2f, + 0x25, 0x32, 0x9b, 0xaa, 0xdd, 0x39, 0xc8, 0xba, 0x35, 0x71, 0x52, 0xab, 0xfe, 0x4c, 0xee, 0x3d, + 0x8b, 0x45, 0x42, 0x94, 0x27, 0x5a, 0xda, 0xde, 0x4c, 0x0f, 0x51, 0xae, 0xea, 0x18, 0x0c, 0x0a, + 0xf4, 0xe2, 0x27, 0x61, 0x27, 0x6c, 0x85, 0x7b, 0x47, 0xd7, 0x7d, 0x79, 0x29, 0x5f, 0x79, 0xf1, + 0xb7, 0x35, 0x0a, 0x4c, 0x3a, 0x4c, 0xf4, 0x94, 0x7e, 0xf7, 0xe9, 0xff, 0x4f, 0xd4, 0x3f, 0x3e, + 0x13, 0xf5, 0xb7, 0x4b, 0x64, 0x0e, 0x6b, 0x67, 0x21, 0x1c, 0x32, 0x04, 0x51, 0x65, 0xdc, 0x2e, + 0x1d, 0x93, 0x71, 0x1b, 0xef, 0x70, 0x24, 0xcd, 0xb0, 0x2b, 0xb3, 0xc0, 0x18, 0x52, 0x0c, 0xa1, + 0x20, 0xb0, 0x82, 0x8e, 0xb6, 0x49, 0xdc, 0xcf, 0x30, 0xe9, 0x28, 0x14, 0x04, 0x56, 0x26, 0xe4, + 0x1e, 0xc9, 0x4e, 0xc8, 0xcd, 0x93, 0xe6, 0x88, 0xd0, 0x01, 0xb1, 0x33, 0x1b, 0x49, 0x73, 0x64, + 0x4c, 0x81, 0xa6, 0x71, 0xff, 0x69, 0x85, 0x4c, 0x61, 0x04, 0x9d, 0x0a, 0x2f, 0x7e, 0xc3, 0x0a, + 0x2f, 0x7e, 0x36, 0x15, 0x5e, 0x3c, 0x67, 0xd2, 0x3e, 0x9c, 0xe8, 0x62, 0x91, 0x5e, 0x89, 0xa5, + 0x8c, 0x3f, 0x69, 0x64, 0xb1, 0x95, 0x5e, 0x49, 0x71, 0x02, 0x9b, 0xf1, 0x9f, 0xa8, 0x88, 0xe2, + 0x3f, 0x2a, 0x91, 0x19, 0xfa, 0x2d, 0x70, 0x8a, 0xfe, 0x49, 0x9a, 0x8f, 0x66, 0x52, 0xa6, 0xb1, + 0x63, 0x92, 0x32, 0xfd, 0x52, 0x89, 0x60, 0xe0, 0xe7, 0x69, 0x78, 0xd3, 0xd6, 0x6d, 0x6f, 0xda, + 0x73, 0xb9, 0xc2, 0xb7, 0x8f, 0x03, 0xed, 0x57, 0x2b, 0x64, 0x1a, 0x9b, 0x1c, 0xee, 0xc9, 0x0f, + 0x66, 0x0d, 0x4e, 0xa9, 0xc0, 0xe0, 0x60, 0x82, 0x86, 0xb0, 0xd5, 0x0a, 0xef, 0xa5, 0x3f, 0xde, + 0x3a, 0x83, 0x82, 0xc0, 0xa2, 0x9b, 0xb2, 0x83, 0x49, 0x64, 0xc2, 0x6e, 0x9c, 0xbe, 0xee, 0x55, + 0x13, 0x70, 0x50, 0x14, 0x74, 0xc5, 0x4f, 0xc5, 0x01, 0xb5, 0x01, 0x64, 0x6c, 0xc1, 0x08, 0x8b, + 0x2d, 0xe0, 0xb9, 0xef, 0x0c, 0x38, 0x58, 0x54, 0x54, 0xd5, 0xac, 0xb2, 0xdf, 0x6c, 0x0d, 0x9d, + 0x20, 0x4b, 0x38, 0x4f, 0xcc, 0x24, 0x39, 0x80, 0x66, 0x86, 0xc7, 0x00, 0x89, 0x0c, 0x83, 0x88, + 0xc5, 0xb1, 0xa1, 0x52, 0x4e, 0x55, 0x80, 0x04, 0xe6, 0xc0, 0x52, 0xff, 0x3b, 0xaf, 0x60, 0xca, + 0xd7, 0xa0, 0xb5, 0x89, 0xaf, 0x4f, 0x88, 0x40, 0x12, 0x91, 0xc3, 0x55, 0x00, 0x41, 0xe3, 0x71, + 0xcf, 0x67, 0x97, 0x4d, 0xf9, 0x1b, 0x04, 0x13, 0x8c, 0x9a, 0xed, 0xf9, 0x9b, 0x0a, 0x0a, 0x06, + 0x85, 0xfb, 0x3a, 0xdb, 0xbb, 0x07, 0x0c, 0x3f, 0xff, 0x6e, 0x99, 0x38, 0x35, 0x16, 0x6e, 0x61, + 0x3d, 0xd3, 0xb0, 0x4f, 0x66, 0x62, 0x6a, 0xac, 0xb6, 0xbb, 0xf7, 0x05, 0xab, 0x62, 0x01, 0xff, + 0xf5, 0x35, 0xb3, 0x0c, 0xbf, 0x60, 0x69, 0xc3, 0x20, 0xc5, 0x17, 0x87, 0x24, 0xea, 0xb6, 0x97, + 0x62, 0x7c, 0xef, 0x4d, 0x3c, 0xb4, 0xc0, 0x86, 0x04, 0x24, 0x10, 0x34, 0x1e, 0xe7, 0x00, 0xfb, + 0x71, 0x83, 0x4a, 0xa3, 0x30, 0x4c, 0xe4, 0xac, 0x61, 0x59, 0xb7, 0x0d, 0x38, 0x58, 0x54, 0x98, + 0xb0, 0x3a, 0xee, 0x76, 0x3a, 0x2d, 0x76, 0xba, 0xe3, 0xb5, 0xae, 0x46, 0x61, 0xb7, 0xc3, 0x23, + 0x6e, 0x45, 0xc2, 0xea, 0x7a, 0x0f, 0x16, 0x32, 0x4a, 0xe0, 0xa2, 0xdf, 0x8d, 0xd9, 0xff, 0xe2, + 0x02, 0x29, 0xf7, 0x31, 0xd5, 0x19, 0x08, 0x24, 0xce, 0xed, 0xb2, 0xad, 0x8a, 0x25, 0xc0, 0xc7, + 0x48, 0x30, 0xc7, 0x27, 0xd3, 0x1d, 0xb6, 0x1d, 0xc9, 0x23, 0xe6, 0x42, 0x43, 0x99, 0x0a, 0xf8, + 0xe0, 0x89, 0xae, 0x4d, 0x36, 0x60, 0x73, 0x75, 0xff, 0x1d, 0x61, 0xb2, 0x46, 0x1c, 0xac, 0x8d, + 0x8b, 0x70, 0x4e, 0xa1, 0x8b, 0x3d, 0x5f, 0xe4, 0xc5, 0x17, 0x2d, 0xc7, 0x45, 0x70, 0x28, 0x48, + 0x2e, 0xce, 0x97, 0xf8, 0x19, 0x39, 0x5b, 0xdf, 0xc5, 0x9f, 0x61, 0xe2, 0xf4, 0x56, 0xa0, 0xb2, + 0x60, 0x01, 0x06, 0x3b, 0x67, 0x93, 0x4c, 0x8b, 0x2c, 0xe9, 0xc2, 0x56, 0xaf, 0x58, 0xf6, 0xea, + 0x34, 0x98, 0xc8, 0x07, 0x69, 0x00, 0xd8, 0x85, 0x9d, 0x3d, 0xf2, 0x94, 0xf1, 0x74, 0x4a, 0x46, + 0x50, 0x12, 0x17, 0x1c, 0xcf, 0xa1, 0x17, 0x60, 0xfb, 0x38, 0x42, 0x38, 0x9e, 0x0f, 0x1d, 0xe4, + 0xc7, 0xbc, 0x46, 0x12, 0x1c, 0xfa, 0xab, 0xbe, 0xd7, 0xa4, 0x5a, 0x99, 0x6f, 0xdf, 0x2e, 0x7e, + 0x82, 0x56, 0xf0, 0xd8, 0x52, 0x16, 0x01, 0x64, 0x97, 0xa3, 0xf6, 0x7a, 0xb5, 0xd9, 0x8e, 0xc5, + 0x18, 0x8c, 0x59, 0xaf, 0xc4, 0x54, 0x57, 0x6f, 0xd4, 0x55, 0xff, 0xf5, 0x0f, 0xd0, 0x05, 0x9c, + 0x0f, 0xf9, 0xe3, 0xb5, 0xca, 0x20, 0xe1, 0xaf, 0x13, 0xbd, 0x55, 0xc8, 0x04, 0xb6, 0x2e, 0x42, + 0x70, 0x37, 0x96, 0x0a, 0xfe, 0xb3, 0xee, 0x48, 0x58, 0x55, 0x38, 0x3f, 0x44, 0x17, 0x96, 0x1f, + 0xe1, 0xa3, 0xac, 0x4b, 0x0d, 0x96, 0xf5, 0x91, 0x9d, 0x50, 0x4d, 0x58, 0x11, 0xf0, 0x4e, 0xbd, + 0x87, 0x02, 0x32, 0x4a, 0x39, 0xd7, 0x50, 0xe2, 0x98, 0x50, 0x11, 0xab, 0x29, 0x55, 0xbb, 0xf9, + 0x55, 0x1f, 0x13, 0xbb, 0xe3, 0x1b, 0x15, 0x36, 0x47, 0x48, 0x95, 0xc3, 0x6d, 0x45, 0x65, 0xb3, + 0x26, 0x76, 0x84, 0x61, 0x6f, 0x46, 0x6b, 0xb4, 0x94, 0xf0, 0xc4, 0xe2, 0x86, 0x9f, 0xe0, 0x93, + 0x51, 0xcc, 0xdf, 0x3c, 0x61, 0x64, 0xb9, 0xd2, 0x28, 0x30, 0xe9, 0x50, 0x07, 0x62, 0x07, 0x1d, + 0x1b, 0xab, 0xcc, 0x8b, 0x3c, 0xa1, 0xd7, 0xce, 0x35, 0x0e, 0x06, 0x89, 0x97, 0xa4, 0x1b, 0xb5, + 0x15, 0xe6, 0x11, 0x4e, 0x91, 0x52, 0x30, 0x48, 0x3c, 0x46, 0x87, 0xa5, 0xdf, 0xe2, 0x99, 0x29, + 0xe2, 0x9d, 0xef, 0x95, 0xe0, 0x05, 0x9f, 0xe3, 0xb9, 0x4f, 0xe6, 0xd4, 0x7b, 0x40, 0x3c, 0xfd, + 0x60, 0x3c, 0x3f, 0x5b, 0xe4, 0xe9, 0xdc, 0xcc, 0x2c, 0x86, 0x2a, 0x38, 0x77, 0x23, 0xc5, 0x13, + 0x7a, 0x6a, 0xb1, 0x6e, 0xc9, 0xcf, 0xe5, 0x66, 0x28, 0xc7, 0xe7, 0x78, 0xba, 0x3b, 0xcd, 0xf0, + 0x80, 0x8a, 0x0c, 0xf6, 0x22, 0x90, 0xf9, 0x10, 0xac, 0x44, 0x80, 0xa6, 0x59, 0xf8, 0x3c, 0x39, + 0xd3, 0x33, 0xa7, 0x07, 0x8a, 0x2a, 0xfb, 0x99, 0x11, 0x52, 0x55, 0x5e, 0x1d, 0x5a, 0xbf, 0xe5, + 0x4a, 0x7b, 0x22, 0xed, 0x4a, 0x9b, 0xc0, 0x9d, 0xd7, 0xf4, 0x9e, 0x7d, 0x39, 0xe3, 0x25, 0xc8, + 0x0b, 0xb9, 0x1f, 0xb1, 0xf8, 0xe5, 0x8e, 0x01, 0xde, 0xc9, 0xd4, 0x6a, 0xfd, 0xc8, 0xb1, 0x6a, + 0x7d, 0xc1, 0x87, 0x7e, 0x50, 0x81, 0xa7, 0x3b, 0x0f, 0x25, 0x4b, 0x3d, 0x62, 0x51, 0x43, 0x20, + 0x70, 0x1c, 0xd3, 0xbb, 0x50, 0x28, 0x33, 0xbd, 0x6b, 0xfc, 0xa4, 0x7a, 0x97, 0xe4, 0x00, 0x9a, + 0x19, 0x26, 0x60, 0x6f, 0xd8, 0x8f, 0x92, 0xa8, 0x3b, 0x1b, 0x17, 0x07, 0x78, 0x14, 0xa4, 0x6b, + 0x24, 0x60, 0x5f, 0x49, 0xf3, 0x83, 0xde, 0x2a, 0xf0, 0x82, 0xfd, 0xac, 0x9a, 0x10, 0x74, 0x07, + 0xc2, 0x54, 0x45, 0xc3, 0x73, 0x64, 0xde, 0xb4, 0x2c, 0xd5, 0x87, 0xe0, 0x7f, 0xfc, 0x8d, 0x12, + 0xf3, 0x3f, 0x6e, 0xfb, 0x07, 0x9d, 0x16, 0xbe, 0x74, 0x32, 0xbc, 0xa6, 0x7f, 0x89, 0x4c, 0x24, + 0xa2, 0x96, 0x62, 0x49, 0xa0, 0x8d, 0x66, 0x31, 0x7f, 0xac, 0x12, 0x04, 0x12, 0x0a, 0x8a, 0xa1, + 0xfb, 0x2f, 0xf8, 0x57, 0x90, 0x98, 0xd3, 0xb0, 0xac, 0x6e, 0xd8, 0x96, 0xd5, 0xcb, 0x85, 0x3b, + 0xd3, 0xc7, 0xc2, 0xfa, 0x86, 0xdd, 0x05, 0xa6, 0xb0, 0x3d, 0xfa, 0x1e, 0x71, 0x77, 0x8b, 0xd8, + 0x0f, 0xad, 0x50, 0x75, 0x85, 0x45, 0x6b, 0x72, 0x89, 0x78, 0x61, 0xc0, 0x48, 0x4d, 0xf7, 0x57, + 0xca, 0xe4, 0x5c, 0xd6, 0xfb, 0xeb, 0x4e, 0x93, 0x4c, 0x75, 0x0c, 0xf5, 0xb9, 0xd8, 0x5d, 0x7e, + 0x53, 0xe1, 0xd6, 0xaa, 0x8b, 0x09, 0x05, 0x8b, 0x2b, 0xa6, 0x5e, 0xc7, 0xd7, 0xe4, 0x95, 0x7b, + 0xa5, 0x3c, 0xb8, 0x88, 0x52, 0xd5, 0xac, 0x19, 0x8c, 0xc0, 0x62, 0x3b, 0x84, 0x3c, 0xe5, 0xee, + 0xdf, 0x2d, 0x91, 0xc7, 0xfb, 0x5c, 0xf8, 0xc7, 0xea, 0xee, 0x31, 0x2f, 0xa4, 0x78, 0xc8, 0x47, + 0x55, 0xc7, 0x7d, 0x93, 0x20, 0xb0, 0xce, 0x0e, 0xde, 0x23, 0x55, 0xaf, 0x9b, 0x96, 0x8b, 0x1c, + 0x83, 0xf7, 0x5c, 0x2e, 0x36, 0xee, 0x9d, 0xaa, 0xf7, 0x4c, 0x0d, 0xae, 0xee, 0xd7, 0x2b, 0x64, + 0x94, 0x3f, 0xb0, 0x58, 0xa3, 0x0a, 0x10, 0xcf, 0x2f, 0x38, 0x58, 0x7a, 0x43, 0xad, 0x27, 0x71, + 0x00, 0x48, 0x36, 0xce, 0x16, 0x39, 0x8b, 0xfe, 0xd5, 0xc0, 0x6b, 0xad, 0xfa, 0x2d, 0xef, 0x48, + 0x2a, 0xde, 0x3c, 0xb7, 0xb4, 0x4c, 0x83, 0x7a, 0x76, 0xa3, 0x97, 0x04, 0xb2, 0xca, 0xe1, 0x75, + 0xa5, 0x54, 0x82, 0x20, 0x9e, 0xb7, 0x51, 0x5d, 0x57, 0x3a, 0x3e, 0x49, 0x10, 0xde, 0xd8, 0xea, + 0xf4, 0x98, 0x18, 0xc6, 0xcb, 0x7c, 0xb6, 0x59, 0x61, 0xd3, 0xe2, 0x5d, 0xa7, 0xb8, 0xcb, 0xce, + 0x48, 0xb7, 0xf7, 0xa9, 0x25, 0xb3, 0x1f, 0xb6, 0x9a, 0xe2, 0x45, 0x29, 0xa5, 0x4e, 0xd5, 0x53, + 0x78, 0xe8, 0x29, 0x81, 0x5c, 0x76, 0xbd, 0xa0, 0x45, 0xa7, 0xb6, 0xe6, 0x32, 0x66, 0x73, 0x59, + 0x4f, 0xe1, 0xa1, 0xa7, 0x84, 0xfb, 0xfb, 0x25, 0x72, 0x36, 0xe3, 0xe4, 0x9e, 0x07, 0x94, 0xed, + 0x51, 0xd1, 0xa8, 0x32, 0x08, 0x1b, 0x01, 0x65, 0x1c, 0x0e, 0x8a, 0x02, 0x67, 0x21, 0xb7, 0x1b, + 0xd3, 0x09, 0x91, 0xc5, 0x51, 0xa9, 0xc0, 0x0e, 0x96, 0xee, 0x47, 0xbd, 0x13, 0x3f, 0xd2, 0xf7, + 0x9d, 0x78, 0xaa, 0x98, 0xec, 0x29, 0xeb, 0xdc, 0x50, 0x4c, 0xb8, 0x7d, 0xce, 0x71, 0x98, 0x15, + 0x7c, 0x36, 0x15, 0xc1, 0x83, 0x0d, 0x49, 0x3d, 0x67, 0xcf, 0x5c, 0x0a, 0x18, 0xdb, 0x92, 0xf1, + 0xa4, 0xfd, 0x8b, 0xf6, 0x6b, 0xb7, 0xba, 0xcd, 0xcb, 0xab, 0xd6, 0x3b, 0x5e, 0x45, 0xb3, 0x9a, + 0x7f, 0x12, 0x53, 0x07, 0xab, 0x67, 0x19, 0xd5, 0xa4, 0xa7, 0xec, 0x6a, 0x14, 0x0c, 0x0c, 0xe9, + 0xbc, 0x20, 0x7a, 0x9f, 0x72, 0x4e, 0x82, 0xd7, 0x0c, 0x63, 0x63, 0x08, 0xa8, 0x1c, 0xa1, 0x6a, + 0x2d, 0x9e, 0x0a, 0xa4, 0x5d, 0xb3, 0xd7, 0x39, 0x18, 0x24, 0xde, 0xce, 0x5c, 0x3e, 0x3e, 0xe4, + 0xcc, 0xe5, 0x13, 0xb9, 0x51, 0x88, 0xbf, 0x48, 0x77, 0x45, 0x96, 0x76, 0x4d, 0xdc, 0x04, 0x45, + 0x27, 0xff, 0xf0, 0x76, 0x45, 0x7c, 0xe7, 0x0d, 0x2b, 0x4b, 0x27, 0x1d, 0x66, 0x2d, 0x00, 0x8e, + 0xc3, 0x24, 0xae, 0xac, 0x6a, 0xfc, 0x7c, 0x53, 0x3c, 0x89, 0xab, 0x7e, 0xfd, 0x9b, 0xc5, 0xb8, + 0x83, 0xdf, 0xa1, 0xb6, 0x37, 0x6b, 0xac, 0xf6, 0xc4, 0x3c, 0x2a, 0x31, 0xee, 0x99, 0x8d, 0x7b, + 0x58, 0x31, 0xee, 0xd9, 0xcc, 0xf3, 0x63, 0xdc, 0x33, 0xcb, 0x3d, 0x7a, 0x31, 0xee, 0x99, 0xcd, + 0xec, 0xa3, 0xcf, 0xfd, 0xe5, 0x4a, 0x9f, 0x6e, 0x31, 0xcd, 0xee, 0x25, 0x5c, 0x05, 0x0c, 0x19, + 0x8b, 0x4d, 0x79, 0x8a, 0xaf, 0x00, 0x0e, 0x03, 0x85, 0x75, 0x62, 0x23, 0x46, 0x9c, 0x37, 0x72, + 0xed, 0x84, 0x1f, 0x78, 0xd1, 0x76, 0xe5, 0x98, 0x17, 0x2c, 0x53, 0x81, 0xe3, 0x18, 0x91, 0xa3, + 0x94, 0xf5, 0xca, 0x49, 0x94, 0xf5, 0xa9, 0x6c, 0x45, 0x1d, 0xaf, 0x25, 0x1d, 0x50, 0x93, 0x1c, + 0x1f, 0xb1, 0xb2, 0x77, 0x45, 0x75, 0x2d, 0x69, 0xcb, 0x46, 0x43, 0x9a, 0x7e, 0x81, 0x6e, 0xab, + 0x27, 0xb7, 0xdf, 0xff, 0x5b, 0x99, 0x7c, 0xe2, 0x98, 0x49, 0xca, 0xa5, 0x93, 0xf5, 0x5d, 0x0c, + 0xe9, 0xd4, 0xf3, 0x6d, 0x6a, 0xe4, 0xdc, 0x6e, 0xb7, 0xd5, 0x3a, 0x62, 0x87, 0xf4, 0x7e, 0x53, + 0x52, 0x08, 0x8d, 0x43, 0x3d, 0x2f, 0xb9, 0x9e, 0x41, 0x03, 0x99, 0x25, 0xd1, 0x77, 0x16, 0xee, + 0xb0, 0xcc, 0x78, 0x4d, 0x7d, 0x85, 0x94, 0x7d, 0x82, 0x8a, 0xf6, 0x9d, 0xdd, 0xec, 0xa1, 0x80, + 0x8c, 0x52, 0xa8, 0x7f, 0xb0, 0x97, 0x29, 0x55, 0xb3, 0x52, 0xfa, 0x07, 0x98, 0x48, 0xb0, 0x69, + 0xa9, 0x81, 0x70, 0xc6, 0x3b, 0xa4, 0x8a, 0x00, 0x4b, 0xff, 0x21, 0x19, 0x70, 0x05, 0x44, 0x19, + 0xc8, 0x4b, 0x69, 0x02, 0xe8, 0x2d, 0xe3, 0xfe, 0x5e, 0x09, 0x05, 0x62, 0xc6, 0x13, 0x4c, 0xd6, + 0xcb, 0xc5, 0x46, 0x10, 0x7b, 0xef, 0xcb, 0xc5, 0xcc, 0x37, 0x67, 0xd3, 0xf2, 0x0f, 0x15, 0xeb, + 0x20, 0x38, 0x4b, 0xf7, 0x10, 0x97, 0x37, 0x14, 0x05, 0xbe, 0x36, 0xd6, 0x0c, 0x0e, 0x83, 0x38, + 0x8c, 0x0a, 0x3c, 0x14, 0xda, 0x13, 0x58, 0xa5, 0xb7, 0xcb, 0x55, 0xce, 0x04, 0x24, 0x37, 0xf7, + 0xaf, 0x96, 0xc9, 0xb4, 0xac, 0x8f, 0xaa, 0x48, 0x4c, 0xa2, 0x0c, 0x4b, 0xcc, 0xbf, 0x67, 0x89, + 0xf9, 0x4b, 0xc5, 0x6e, 0xb0, 0xb0, 0x46, 0xf5, 0x15, 0xef, 0x5f, 0x4c, 0x89, 0xf7, 0xcb, 0x83, + 0x30, 0xcd, 0xf5, 0x2c, 0x9c, 0xb1, 0xe8, 0x1f, 0xa1, 0xbc, 0xa8, 0x59, 0xdd, 0xe9, 0x23, 0xc6, + 0xbf, 0x5e, 0x4e, 0x75, 0x83, 0x89, 0xef, 0xaf, 0x92, 0x91, 0x7d, 0x2f, 0x6a, 0x8a, 0x63, 0x94, + 0x77, 0x06, 0xfc, 0x14, 0xd4, 0x94, 0x89, 0x9a, 0x5c, 0x08, 0xbf, 0xaa, 0x1e, 0x70, 0xa0, 0xa0, + 0xdc, 0x90, 0x50, 0x56, 0xa9, 0xf3, 0x36, 0x3e, 0xf0, 0x10, 0x76, 0x54, 0xc4, 0xcf, 0xb3, 0xfc, + 0x71, 0x07, 0x84, 0x50, 0x0e, 0x8e, 0x5d, 0x1d, 0x82, 0x41, 0xd0, 0x2f, 0xf8, 0xa4, 0xaa, 0xaa, + 0x1e, 0x62, 0xf0, 0xe1, 0xf7, 0x2b, 0xe4, 0x6c, 0xc6, 0x54, 0x71, 0x7e, 0xd4, 0x1a, 0xb5, 0xcf, + 0x0c, 0x3c, 0xd7, 0x3e, 0xe6, 0xb8, 0xfd, 0x28, 0x53, 0x96, 0x9b, 0x62, 0x6e, 0x9c, 0xa0, 0x7a, + 0xaa, 0x51, 0xa7, 0xab, 0x47, 0x50, 0x7e, 0xf5, 0x58, 0xed, 0x29, 0x0d, 0x3e, 0x56, 0xa3, 0xda, + 0x39, 0xc4, 0x6f, 0xfc, 0x13, 0x23, 0xe4, 0x5c, 0xd6, 0x2d, 0x39, 0xe7, 0x27, 0x4b, 0xa9, 0xcc, + 0xca, 0x9f, 0x1b, 0xfc, 0xaa, 0x1d, 0x4f, 0xb7, 0x2c, 0x6e, 0xcf, 0x2f, 0xda, 0xb9, 0x96, 0x73, + 0x47, 0x5b, 0xd4, 0xce, 0xc2, 0xb8, 0x23, 0x9e, 0x24, 0x5b, 0xca, 0x83, 0x77, 0x4f, 0xd0, 0x14, + 0x91, 0x67, 0x3b, 0x4e, 0x85, 0x71, 0x4b, 0x70, 0x7e, 0x18, 0xb7, 0x6c, 0xc3, 0xc2, 0x1e, 0x66, + 0x58, 0x56, 0xfd, 0x1a, 0xe2, 0x14, 0x08, 0x70, 0x4f, 0x32, 0x5a, 0x3d, 0xc4, 0x69, 0xf0, 0xd7, + 0x4b, 0x24, 0x75, 0x94, 0xaf, 0x2c, 0xf2, 0x52, 0x5f, 0x8b, 0x9c, 0x52, 0x50, 0xa5, 0xcb, 0x4f, + 0xa7, 0xfc, 0x05, 0x0a, 0x03, 0x86, 0x51, 0xcf, 0xc4, 0x55, 0xfa, 0x3d, 0x13, 0x87, 0xa6, 0x5a, + 0xcb, 0x3f, 0xf4, 0xa5, 0x7d, 0xac, 0x84, 0xf7, 0x26, 0x02, 0x81, 0xe3, 0xdc, 0x6f, 0x57, 0xc8, + 0x18, 0x37, 0x42, 0x87, 0xb8, 0x2d, 0xd7, 0x84, 0x3d, 0x58, 0xe8, 0xbe, 0x1a, 0x6f, 0xcd, 0x22, + 0x1a, 0x8c, 0x7c, 0x42, 0xa9, 0xbe, 0x69, 0x1b, 0xd2, 0x59, 0xb4, 0x7a, 0xbf, 0x90, 0x8a, 0x62, + 0x23, 0x9c, 0x87, 0x31, 0x16, 0xfb, 0x84, 0xc4, 0xec, 0xc5, 0x20, 0xe4, 0x21, 0x72, 0x86, 0xbd, + 0x51, 0xa8, 0x1d, 0x75, 0x55, 0x8c, 0xb7, 0x46, 0x27, 0x2b, 0x52, 0x08, 0x30, 0x78, 0x2f, 0xbc, + 0x45, 0xaa, 0x8a, 0x38, 0x4f, 0xef, 0x9e, 0x32, 0xa7, 0xe4, 0x9f, 0x22, 0xb3, 0xa9, 0xba, 0x06, + 0x52, 0xdb, 0xbf, 0x45, 0x95, 0x89, 0x9e, 0x17, 0x2e, 0x31, 0xef, 0xdc, 0xb9, 0x56, 0x86, 0xf7, + 0x41, 0x7c, 0xe0, 0x93, 0xf8, 0x2d, 0xf4, 0x93, 0xf0, 0x19, 0x58, 0xc8, 0xac, 0x4d, 0x66, 0x41, + 0x2c, 0x67, 0x67, 0x41, 0x64, 0xcf, 0xa4, 0xf0, 0xb6, 0x9f, 0x86, 0x06, 0xb4, 0x61, 0x6b, 0x40, + 0xcf, 0x17, 0x99, 0x06, 0x7d, 0x54, 0x9f, 0x7f, 0x5d, 0x22, 0x0e, 0x27, 0x48, 0xbf, 0x1c, 0xc6, + 0xbd, 0x39, 0x86, 0xce, 0xae, 0xe7, 0x8d, 0xc2, 0x80, 0x41, 0x35, 0x60, 0x56, 0x68, 0xf5, 0xe2, + 0x4e, 0xb1, 0x67, 0xbd, 0x2b, 0x05, 0x9e, 0xf5, 0xfe, 0x8d, 0x0a, 0x49, 0x1f, 0x7b, 0x3b, 0x1f, + 0x90, 0x29, 0xbc, 0x62, 0xb3, 0x13, 0xb4, 0x82, 0x24, 0xf0, 0xe3, 0x62, 0x47, 0x0a, 0x2b, 0x46, + 0x09, 0xe1, 0x0f, 0x34, 0x20, 0x60, 0x71, 0xc4, 0x58, 0xad, 0x4e, 0x44, 0x2d, 0x85, 0x96, 0xbf, + 0xc7, 0xf4, 0x0e, 0x95, 0x43, 0xa2, 0xa6, 0xa0, 0x60, 0x50, 0x64, 0xc4, 0x57, 0x55, 0x4e, 0x23, + 0xbe, 0x6a, 0x64, 0xc0, 0xf8, 0xaa, 0xd1, 0x42, 0xf1, 0x55, 0x40, 0xce, 0x4b, 0x37, 0x1e, 0xfe, + 0xc6, 0x6b, 0x6a, 0x3c, 0xed, 0x99, 0x88, 0x8a, 0x5b, 0xc0, 0xab, 0x47, 0x90, 0x49, 0x01, 0x7d, + 0x4a, 0xba, 0x5d, 0x72, 0xb6, 0xee, 0x47, 0x01, 0xcb, 0x4a, 0xd3, 0xd4, 0x2b, 0xf0, 0xcb, 0x78, + 0xc1, 0xdf, 0x5e, 0xfc, 0x03, 0xde, 0x20, 0x32, 0xee, 0xf6, 0xcb, 0xc5, 0xae, 0x59, 0xba, 0x7f, + 0xbe, 0x4c, 0xc6, 0x45, 0x78, 0xc9, 0x10, 0x37, 0x92, 0xeb, 0x96, 0x7d, 0xf7, 0x72, 0xde, 0xca, + 0x65, 0xcd, 0xe9, 0x6b, 0xd9, 0xd5, 0x53, 0x96, 0xdd, 0x2b, 0xc5, 0xd8, 0x1d, 0x6f, 0xd3, 0xfd, + 0x7a, 0x99, 0xee, 0xf6, 0x76, 0x58, 0xcd, 0xf0, 0x86, 0xe3, 0x0b, 0x64, 0x3c, 0x16, 0xb1, 0x27, + 0x85, 0x1e, 0x52, 0x4f, 0x7f, 0x52, 0xfd, 0x44, 0xb8, 0x88, 0x36, 0x91, 0xec, 0x32, 0xc3, 0x5b, + 0x2a, 0xa7, 0x11, 0xde, 0xe2, 0x7e, 0x9b, 0x89, 0x54, 0x73, 0x00, 0x4f, 0x63, 0x4f, 0x78, 0xcf, + 0x96, 0xbe, 0xaf, 0x16, 0x9a, 0x0a, 0xa2, 0x7d, 0x7d, 0xf6, 0x86, 0x6f, 0x96, 0xc8, 0xa4, 0x20, + 0x3c, 0x8d, 0x1e, 0xfc, 0x90, 0xdd, 0x83, 0x17, 0x0a, 0xf5, 0xa0, 0x4f, 0xd3, 0xff, 0x66, 0x59, + 0x35, 0xbd, 0x26, 0x5e, 0x54, 0xcc, 0xcd, 0x83, 0x37, 0xd1, 0x89, 0xc2, 0x24, 0x6c, 0x84, 0x2d, + 0xb1, 0xcb, 0x3f, 0xa9, 0x23, 0x92, 0x39, 0xfc, 0x81, 0xf1, 0x3f, 0x28, 0x6a, 0x16, 0x69, 0x8b, + 0xef, 0x3f, 0xf2, 0x2d, 0x2a, 0xeb, 0x3d, 0xc7, 0x1d, 0xf9, 0x5e, 0x2e, 0xc2, 0x44, 0x38, 0xff, + 0xa0, 0xef, 0x44, 0xea, 0xf8, 0x62, 0xc5, 0x09, 0x0c, 0xae, 0x32, 0xf4, 0x8d, 0xd5, 0x30, 0x6a, + 0x3b, 0x35, 0x6f, 0x08, 0x38, 0x28, 0x0a, 0xf7, 0x2d, 0x26, 0x63, 0xd9, 0xf0, 0x0c, 0x16, 0x34, + 0xfc, 0x53, 0x63, 0x6a, 0x60, 0x99, 0x93, 0xe4, 0x06, 0x46, 0x04, 0x45, 0xca, 0x0e, 0x2c, 0x26, + 0xd0, 0xb0, 0x09, 0x66, 0xf0, 0x10, 0x2d, 0x0f, 0x9c, 0x8d, 0xe3, 0xf7, 0x78, 0xc2, 0xdf, 0x2a, + 0x2c, 0x23, 0x07, 0xf0, 0x7d, 0xb3, 0xbc, 0x1a, 0x2c, 0x97, 0xc0, 0x46, 0x2d, 0x9d, 0xbb, 0x70, + 0x45, 0x22, 0x40, 0xd3, 0xd0, 0x02, 0x5c, 0x5d, 0xb7, 0x9f, 0xdb, 0x94, 0xea, 0xba, 0x1c, 0x12, + 0x43, 0x5f, 0xa7, 0xfa, 0x8b, 0xca, 0xde, 0x5c, 0xe3, 0x49, 0x78, 0xab, 0x5c, 0x7f, 0x59, 0xd3, + 0x60, 0x30, 0x69, 0xa8, 0x5a, 0x77, 0xb6, 0xa9, 0x22, 0x1d, 0x6b, 0xdd, 0x9d, 0x56, 0xd0, 0xc0, + 0xa2, 0xfc, 0x96, 0xc1, 0xe3, 0x78, 0xac, 0xbd, 0xda, 0x8b, 0x86, 0xac, 0x32, 0xce, 0x36, 0x46, + 0x13, 0xb2, 0x2c, 0xd5, 0xf2, 0x3e, 0x92, 0x48, 0xee, 0x75, 0x41, 0xba, 0xe0, 0xeb, 0x36, 0xfa, + 0x01, 0x03, 0x71, 0xa1, 0x20, 0x40, 0x90, 0x66, 0x81, 0x87, 0xe5, 0x2d, 0xf3, 0xb5, 0x99, 0x9a, + 0x08, 0xf8, 0x54, 0x87, 0xe5, 0xd6, 0x5b, 0x34, 0x35, 0x48, 0x51, 0x53, 0x69, 0x3f, 0x6f, 0x42, + 0xc4, 0x15, 0x64, 0x3c, 0x70, 0x8b, 0x45, 0x7a, 0xdc, 0x27, 0x31, 0xdc, 0x73, 0xb3, 0x0f, 0x0d, + 0xf4, 0x2d, 0x8d, 0x59, 0x2c, 0xe5, 0x48, 0x1a, 0xc1, 0x9f, 0x3a, 0x4c, 0xc3, 0xc0, 0x81, 0x45, + 0xf9, 0xf1, 0x4e, 0x1a, 0xbe, 0x8a, 0x85, 0x8d, 0x4d, 0xd5, 0xf9, 0x0a, 0x99, 0x32, 0xdb, 0x28, + 0xc4, 0xe4, 0x6b, 0xc5, 0x5f, 0xf0, 0x11, 0x9b, 0xb3, 0x6a, 0xb9, 0x89, 0x03, 0x8b, 0xb7, 0xdb, + 0x20, 0xb3, 0xa9, 0x17, 0x44, 0xd5, 0x53, 0xb4, 0xa5, 0x87, 0xf5, 0x14, 0x2d, 0xa6, 0xa9, 0x19, + 0xdd, 0xf6, 0x82, 0xfc, 0x3c, 0xf0, 0x45, 0xde, 0x72, 0x75, 0xde, 0x24, 0x63, 0xfe, 0xee, 0x2e, + 0x1d, 0x6c, 0xb1, 0xe6, 0x9e, 0x52, 0x0f, 0x93, 0x33, 0x28, 0xae, 0x24, 0x56, 0x19, 0xff, 0x09, + 0x82, 0xd8, 0xfd, 0xb7, 0xd4, 0xba, 0xda, 0x0e, 0x5b, 0xf2, 0xcc, 0x23, 0xa7, 0x25, 0xcb, 0x3d, + 0x19, 0xe9, 0x5f, 0xcc, 0xc8, 0x48, 0xef, 0x68, 0x86, 0x19, 0xf9, 0xe8, 0x55, 0x6f, 0x2a, 0x85, + 0x7a, 0x33, 0x32, 0x48, 0x6f, 0xbe, 0x56, 0x22, 0x22, 0x1c, 0xa2, 0xc0, 0xb6, 0xd4, 0x94, 0x59, + 0xa4, 0xad, 0x5c, 0x00, 0x17, 0x8a, 0xc4, 0xf4, 0x8b, 0x0c, 0x00, 0x6a, 0x2a, 0x59, 0xf7, 0xfe, + 0x2d, 0xae, 0x68, 0x7a, 0x4f, 0x72, 0xf4, 0x96, 0x7c, 0xc1, 0x3f, 0xa7, 0x5d, 0x03, 0xe5, 0x19, + 0x62, 0x49, 0x96, 0x91, 0xb1, 0x4a, 0x37, 0x63, 0x26, 0x59, 0x96, 0x08, 0xd0, 0x34, 0x18, 0xcc, + 0x10, 0x77, 0x77, 0x18, 0x79, 0x2a, 0x36, 0xa2, 0xce, 0xc1, 0x20, 0xf1, 0xee, 0xff, 0x9c, 0x23, + 0x56, 0xd7, 0xac, 0xd4, 0x36, 0xa5, 0x87, 0x9e, 0xda, 0x86, 0x72, 0xf7, 0x0f, 0x3a, 0xc9, 0xd1, + 0x6a, 0x10, 0x15, 0x4b, 0x33, 0xb6, 0x26, 0xa8, 0x7b, 0xb9, 0x4b, 0x0c, 0x28, 0x8e, 0x7d, 0x12, + 0x15, 0x55, 0x1e, 0x89, 0x44, 0x45, 0x23, 0xff, 0x4f, 0x12, 0x15, 0x51, 0x0b, 0x61, 0x8f, 0x3f, + 0x6d, 0x2e, 0xee, 0x70, 0xe5, 0x1c, 0x5f, 0x65, 0xbc, 0x83, 0xce, 0x2f, 0xeb, 0x08, 0x04, 0x48, + 0x76, 0x98, 0x06, 0x87, 0x1b, 0x0b, 0x22, 0xf7, 0xcf, 0x6b, 0x45, 0xdc, 0x28, 0xbd, 0x69, 0x70, + 0x44, 0x00, 0x8c, 0xe0, 0x25, 0x13, 0x13, 0x8d, 0x7f, 0xfc, 0xc4, 0x44, 0x2a, 0x9d, 0xd0, 0xc4, + 0xc3, 0x4a, 0x27, 0x64, 0xa5, 0x65, 0xaa, 0x0e, 0x23, 0x2d, 0x13, 0x95, 0x6d, 0x8f, 0x75, 0xb2, + 0xb2, 0x9a, 0x89, 0xc4, 0x40, 0x9f, 0x3f, 0x41, 0x96, 0x37, 0xab, 0x6a, 0x76, 0xb5, 0x26, 0x93, + 0x0c, 0xb2, 0x2b, 0x96, 0xf9, 0x9d, 0x26, 0x3f, 0x7e, 0x7e, 0xa7, 0x61, 0x67, 0x10, 0xd2, 0xd9, + 0x9e, 0xa6, 0x87, 0x92, 0xed, 0x69, 0xe6, 0x21, 0x66, 0x7b, 0x32, 0xf2, 0x34, 0xcd, 0x3e, 0xdc, + 0x3c, 0x4d, 0xfb, 0x64, 0xb2, 0x19, 0xde, 0x6b, 0xdf, 0xf3, 0xa2, 0xe6, 0x52, 0x6d, 0x43, 0xa4, + 0x05, 0xca, 0xb9, 0x7f, 0xbf, 0xaa, 0x0b, 0x58, 0x35, 0x70, 0x7f, 0xa1, 0x46, 0x82, 0xc9, 0x5a, + 0x64, 0xac, 0x3a, 0xf3, 0x31, 0x33, 0x56, 0x59, 0x79, 0x9f, 0x9c, 0x61, 0xe4, 0x7d, 0xfa, 0x80, + 0xdd, 0xc2, 0xdd, 0x0d, 0xf6, 0xb6, 0xbc, 0xce, 0xfc, 0xd9, 0x22, 0x35, 0xac, 0x48, 0xf2, 0xde, + 0x1a, 0x14, 0x0a, 0x34, 0xd3, 0xde, 0xcc, 0x52, 0xe7, 0x4e, 0x3b, 0xb3, 0xd4, 0x63, 0x43, 0xcc, + 0x2c, 0x75, 0x7e, 0x18, 0x99, 0xa5, 0xfe, 0x0c, 0x79, 0xfa, 0xf8, 0xfe, 0xeb, 0x64, 0xa1, 0x35, + 0x6d, 0x52, 0xa7, 0x92, 0x85, 0x32, 0xdd, 0xc2, 0xa0, 0x32, 0x02, 0x47, 0xcb, 0xc7, 0x05, 0x8e, + 0xba, 0xff, 0xa4, 0x44, 0x1e, 0xef, 0x93, 0x74, 0xa2, 0x70, 0x24, 0x78, 0x87, 0xcc, 0x76, 0xec, + 0xa2, 0x85, 0xef, 0x6c, 0x58, 0x49, 0x2e, 0x54, 0x54, 0x57, 0x0a, 0x01, 0x69, 0xf6, 0xcb, 0xcf, + 0x7f, 0xe7, 0xfb, 0x4f, 0xff, 0xc0, 0x77, 0xe9, 0xdf, 0xef, 0xd0, 0xbf, 0x1f, 0xfb, 0x83, 0xa7, + 0x4b, 0xdf, 0xa1, 0x7f, 0xdf, 0xa5, 0x7f, 0xbf, 0x4f, 0xff, 0xbe, 0xf6, 0x87, 0x4f, 0xff, 0xc0, + 0x0f, 0x97, 0x0f, 0x2f, 0xff, 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0xe4, 0xf3, 0xf0, 0xa8, 0xba, + 0xb1, 0x00, 0x00, } diff --git a/pkg/api/v1/generated.proto b/pkg/api/v1/generated.proto index dd3b92382aa..79c5540abae 100644 --- a/pkg/api/v1/generated.proto +++ b/pkg/api/v1/generated.proto @@ -2479,6 +2479,11 @@ message ReplicationControllerSpec { // More info: http://releases.k8s.io/HEAD/docs/user-guide/replication-controller.md#what-is-a-replication-controller optional int32 replicas = 1; + // Minimum number of seconds for which a newly created pod should be ready + // without any of its container crashing, for it to be considered available. + // Defaults to 0 (pod will be considered available as soon as it is ready) + optional int32 minReadySeconds = 4; + // Selector is a label query over pods that should match the Replicas count. // If Selector is empty, it is defaulted to the labels present on the Pod template. // Label keys and values that must match in order to be controlled by this replication @@ -2505,6 +2510,9 @@ message ReplicationControllerStatus { // The number of ready replicas for this replication controller. optional int32 readyReplicas = 4; + // The number of available replicas (ready for at least minReadySeconds) for this replication controller. + optional int32 availableReplicas = 5; + // ObservedGeneration reflects the generation of the most recently observed replication controller. optional int64 observedGeneration = 3; } diff --git a/pkg/api/v1/types.generated.go b/pkg/api/v1/types.generated.go index 00ba15df103..dcb19f31d77 100644 --- a/pkg/api/v1/types.generated.go +++ b/pkg/api/v1/types.generated.go @@ -31002,15 +31002,16 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { } else { yysep2352 := !z.EncBinary() yy2arr2352 := z.EncBasicHandle().StructToArray - var yyq2352 [3]bool + var yyq2352 [4]bool _, _, _ = yysep2352, yyq2352, yy2arr2352 const yyr2352 bool = false yyq2352[0] = x.Replicas != nil - yyq2352[1] = len(x.Selector) != 0 - yyq2352[2] = x.Template != nil + yyq2352[1] = x.MinReadySeconds != 0 + yyq2352[2] = len(x.Selector) != 0 + yyq2352[3] = x.Template != nil var yynn2352 int if yyr2352 || yy2arr2352 { - r.EncodeArrayStart(3) + r.EncodeArrayStart(4) } else { yynn2352 = 0 for _, b := range yyq2352 { @@ -31059,11 +31060,36 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { if yyr2352 || yy2arr2352 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if yyq2352[1] { + yym2359 := z.EncBinary() + _ = yym2359 + if false { + } else { + r.EncodeInt(int64(x.MinReadySeconds)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq2352[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("minReadySeconds")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2360 := z.EncBinary() + _ = yym2360 + if false { + } else { + r.EncodeInt(int64(x.MinReadySeconds)) + } + } + } + if yyr2352 || yy2arr2352 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2352[2] { if x.Selector == nil { r.EncodeNil() } else { - yym2359 := z.EncBinary() - _ = yym2359 + yym2362 := z.EncBinary() + _ = yym2362 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) @@ -31073,15 +31099,15 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2352[1] { + if yyq2352[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("selector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Selector == nil { r.EncodeNil() } else { - yym2360 := z.EncBinary() - _ = yym2360 + yym2363 := z.EncBinary() + _ = yym2363 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) @@ -31091,7 +31117,7 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr2352 || yy2arr2352 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2352[2] { + if yyq2352[3] { if x.Template == nil { r.EncodeNil() } else { @@ -31101,7 +31127,7 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2352[2] { + if yyq2352[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("template")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -31125,25 +31151,25 @@ func (x *ReplicationControllerSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2362 := z.DecBinary() - _ = yym2362 + yym2365 := z.DecBinary() + _ = yym2365 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2363 := r.ContainerType() - if yyct2363 == codecSelferValueTypeMap1234 { - yyl2363 := r.ReadMapStart() - if yyl2363 == 0 { + yyct2366 := r.ContainerType() + if yyct2366 == codecSelferValueTypeMap1234 { + yyl2366 := r.ReadMapStart() + if yyl2366 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2363, d) + x.codecDecodeSelfFromMap(yyl2366, d) } - } else if yyct2363 == codecSelferValueTypeArray1234 { - yyl2363 := r.ReadArrayStart() - if yyl2363 == 0 { + } else if yyct2366 == codecSelferValueTypeArray1234 { + yyl2366 := r.ReadArrayStart() + if yyl2366 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2363, d) + x.codecDecodeSelfFromArray(yyl2366, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -31155,12 +31181,12 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2364Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2364Slc - var yyhl2364 bool = l >= 0 - for yyj2364 := 0; ; yyj2364++ { - if yyhl2364 { - if yyj2364 >= l { + var yys2367Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2367Slc + var yyhl2367 bool = l >= 0 + for yyj2367 := 0; ; yyj2367++ { + if yyhl2367 { + if yyj2367 >= l { break } } else { @@ -31169,10 +31195,10 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2364Slc = r.DecodeBytes(yys2364Slc, true, true) - yys2364 := string(yys2364Slc) + yys2367Slc = r.DecodeBytes(yys2367Slc, true, true) + yys2367 := string(yys2367Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2364 { + switch yys2367 { case "replicas": if r.TryDecodeAsNil() { if x.Replicas != nil { @@ -31182,23 +31208,29 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D if x.Replicas == nil { x.Replicas = new(int32) } - yym2366 := z.DecBinary() - _ = yym2366 + yym2369 := z.DecBinary() + _ = yym2369 if false { } else { *((*int32)(x.Replicas)) = int32(r.DecodeInt(32)) } } + case "minReadySeconds": + if r.TryDecodeAsNil() { + x.MinReadySeconds = 0 + } else { + x.MinReadySeconds = int32(r.DecodeInt(32)) + } case "selector": if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2367 := &x.Selector - yym2368 := z.DecBinary() - _ = yym2368 + yyv2371 := &x.Selector + yym2372 := z.DecBinary() + _ = yym2372 if false { } else { - z.F.DecMapStringStringX(yyv2367, false, d) + z.F.DecMapStringStringX(yyv2371, false, d) } } case "template": @@ -31213,9 +31245,9 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D x.Template.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2364) - } // end switch yys2364 - } // end for yyj2364 + z.DecStructFieldNotFound(-1, yys2367) + } // end switch yys2367 + } // end for yyj2367 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -31223,16 +31255,16 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2370 int - var yyb2370 bool - var yyhl2370 bool = l >= 0 - yyj2370++ - if yyhl2370 { - yyb2370 = yyj2370 > l + var yyj2374 int + var yyb2374 bool + var yyhl2374 bool = l >= 0 + yyj2374++ + if yyhl2374 { + yyb2374 = yyj2374 > l } else { - yyb2370 = r.CheckBreak() + yyb2374 = r.CheckBreak() } - if yyb2370 { + if yyb2374 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31245,20 +31277,36 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 if x.Replicas == nil { x.Replicas = new(int32) } - yym2372 := z.DecBinary() - _ = yym2372 + yym2376 := z.DecBinary() + _ = yym2376 if false { } else { *((*int32)(x.Replicas)) = int32(r.DecodeInt(32)) } } - yyj2370++ - if yyhl2370 { - yyb2370 = yyj2370 > l + yyj2374++ + if yyhl2374 { + yyb2374 = yyj2374 > l } else { - yyb2370 = r.CheckBreak() + yyb2374 = r.CheckBreak() } - if yyb2370 { + if yyb2374 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.MinReadySeconds = 0 + } else { + x.MinReadySeconds = int32(r.DecodeInt(32)) + } + yyj2374++ + if yyhl2374 { + yyb2374 = yyj2374 > l + } else { + yyb2374 = r.CheckBreak() + } + if yyb2374 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31266,21 +31314,21 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2373 := &x.Selector - yym2374 := z.DecBinary() - _ = yym2374 + yyv2378 := &x.Selector + yym2379 := z.DecBinary() + _ = yym2379 if false { } else { - z.F.DecMapStringStringX(yyv2373, false, d) + z.F.DecMapStringStringX(yyv2378, false, d) } } - yyj2370++ - if yyhl2370 { - yyb2370 = yyj2370 > l + yyj2374++ + if yyhl2374 { + yyb2374 = yyj2374 > l } else { - yyb2370 = r.CheckBreak() + yyb2374 = r.CheckBreak() } - if yyb2370 { + if yyb2374 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31296,17 +31344,17 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 x.Template.CodecDecodeSelf(d) } for { - yyj2370++ - if yyhl2370 { - yyb2370 = yyj2370 > l + yyj2374++ + if yyhl2374 { + yyb2374 = yyj2374 > l } else { - yyb2370 = r.CheckBreak() + yyb2374 = r.CheckBreak() } - if yyb2370 { + if yyb2374 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2370-1, "") + z.DecStructFieldNotFound(yyj2374-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -31318,36 +31366,37 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2376 := z.EncBinary() - _ = yym2376 + yym2381 := z.EncBinary() + _ = yym2381 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2377 := !z.EncBinary() - yy2arr2377 := z.EncBasicHandle().StructToArray - var yyq2377 [4]bool - _, _, _ = yysep2377, yyq2377, yy2arr2377 - const yyr2377 bool = false - yyq2377[1] = x.FullyLabeledReplicas != 0 - yyq2377[2] = x.ReadyReplicas != 0 - yyq2377[3] = x.ObservedGeneration != 0 - var yynn2377 int - if yyr2377 || yy2arr2377 { - r.EncodeArrayStart(4) + yysep2382 := !z.EncBinary() + yy2arr2382 := z.EncBasicHandle().StructToArray + var yyq2382 [5]bool + _, _, _ = yysep2382, yyq2382, yy2arr2382 + const yyr2382 bool = false + yyq2382[1] = x.FullyLabeledReplicas != 0 + yyq2382[2] = x.ReadyReplicas != 0 + yyq2382[3] = x.AvailableReplicas != 0 + yyq2382[4] = x.ObservedGeneration != 0 + var yynn2382 int + if yyr2382 || yy2arr2382 { + r.EncodeArrayStart(5) } else { - yynn2377 = 1 - for _, b := range yyq2377 { + yynn2382 = 1 + for _, b := range yyq2382 { if b { - yynn2377++ + yynn2382++ } } - r.EncodeMapStart(yynn2377) - yynn2377 = 0 + r.EncodeMapStart(yynn2382) + yynn2382 = 0 } - if yyr2377 || yy2arr2377 { + if yyr2382 || yy2arr2382 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2379 := z.EncBinary() - _ = yym2379 + yym2384 := z.EncBinary() + _ = yym2384 if false { } else { r.EncodeInt(int64(x.Replicas)) @@ -31356,18 +31405,18 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("replicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2380 := z.EncBinary() - _ = yym2380 + yym2385 := z.EncBinary() + _ = yym2385 if false { } else { r.EncodeInt(int64(x.Replicas)) } } - if yyr2377 || yy2arr2377 { + if yyr2382 || yy2arr2382 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2377[1] { - yym2382 := z.EncBinary() - _ = yym2382 + if yyq2382[1] { + yym2387 := z.EncBinary() + _ = yym2387 if false { } else { r.EncodeInt(int64(x.FullyLabeledReplicas)) @@ -31376,49 +31425,74 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq2377[1] { + if yyq2382[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fullyLabeledReplicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2383 := z.EncBinary() - _ = yym2383 - if false { - } else { - r.EncodeInt(int64(x.FullyLabeledReplicas)) - } - } - } - if yyr2377 || yy2arr2377 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2377[2] { - yym2385 := z.EncBinary() - _ = yym2385 - if false { - } else { - r.EncodeInt(int64(x.ReadyReplicas)) - } - } else { - r.EncodeInt(0) - } - } else { - if yyq2377[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("readyReplicas")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2386 := z.EncBinary() - _ = yym2386 - if false { - } else { - r.EncodeInt(int64(x.ReadyReplicas)) - } - } - } - if yyr2377 || yy2arr2377 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2377[3] { yym2388 := z.EncBinary() _ = yym2388 if false { + } else { + r.EncodeInt(int64(x.FullyLabeledReplicas)) + } + } + } + if yyr2382 || yy2arr2382 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2382[2] { + yym2390 := z.EncBinary() + _ = yym2390 + if false { + } else { + r.EncodeInt(int64(x.ReadyReplicas)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq2382[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("readyReplicas")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2391 := z.EncBinary() + _ = yym2391 + if false { + } else { + r.EncodeInt(int64(x.ReadyReplicas)) + } + } + } + if yyr2382 || yy2arr2382 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2382[3] { + yym2393 := z.EncBinary() + _ = yym2393 + if false { + } else { + r.EncodeInt(int64(x.AvailableReplicas)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq2382[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("availableReplicas")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2394 := z.EncBinary() + _ = yym2394 + if false { + } else { + r.EncodeInt(int64(x.AvailableReplicas)) + } + } + } + if yyr2382 || yy2arr2382 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2382[4] { + yym2396 := z.EncBinary() + _ = yym2396 + if false { } else { r.EncodeInt(int64(x.ObservedGeneration)) } @@ -31426,19 +31500,19 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq2377[3] { + if yyq2382[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("observedGeneration")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2389 := z.EncBinary() - _ = yym2389 + yym2397 := z.EncBinary() + _ = yym2397 if false { } else { r.EncodeInt(int64(x.ObservedGeneration)) } } } - if yyr2377 || yy2arr2377 { + if yyr2382 || yy2arr2382 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -31451,25 +31525,25 @@ func (x *ReplicationControllerStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2390 := z.DecBinary() - _ = yym2390 + yym2398 := z.DecBinary() + _ = yym2398 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2391 := r.ContainerType() - if yyct2391 == codecSelferValueTypeMap1234 { - yyl2391 := r.ReadMapStart() - if yyl2391 == 0 { + yyct2399 := r.ContainerType() + if yyct2399 == codecSelferValueTypeMap1234 { + yyl2399 := r.ReadMapStart() + if yyl2399 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2391, d) + x.codecDecodeSelfFromMap(yyl2399, d) } - } else if yyct2391 == codecSelferValueTypeArray1234 { - yyl2391 := r.ReadArrayStart() - if yyl2391 == 0 { + } else if yyct2399 == codecSelferValueTypeArray1234 { + yyl2399 := r.ReadArrayStart() + if yyl2399 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2391, d) + x.codecDecodeSelfFromArray(yyl2399, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -31481,12 +31555,12 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromMap(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2392Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2392Slc - var yyhl2392 bool = l >= 0 - for yyj2392 := 0; ; yyj2392++ { - if yyhl2392 { - if yyj2392 >= l { + var yys2400Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2400Slc + var yyhl2400 bool = l >= 0 + for yyj2400 := 0; ; yyj2400++ { + if yyhl2400 { + if yyj2400 >= l { break } } else { @@ -31495,10 +31569,10 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromMap(l int, d *codec1978 } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2392Slc = r.DecodeBytes(yys2392Slc, true, true) - yys2392 := string(yys2392Slc) + yys2400Slc = r.DecodeBytes(yys2400Slc, true, true) + yys2400 := string(yys2400Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2392 { + switch yys2400 { case "replicas": if r.TryDecodeAsNil() { x.Replicas = 0 @@ -31517,6 +31591,12 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromMap(l int, d *codec1978 } else { x.ReadyReplicas = int32(r.DecodeInt(32)) } + case "availableReplicas": + if r.TryDecodeAsNil() { + x.AvailableReplicas = 0 + } else { + x.AvailableReplicas = int32(r.DecodeInt(32)) + } case "observedGeneration": if r.TryDecodeAsNil() { x.ObservedGeneration = 0 @@ -31524,9 +31604,9 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromMap(l int, d *codec1978 x.ObservedGeneration = int64(r.DecodeInt(64)) } default: - z.DecStructFieldNotFound(-1, yys2392) - } // end switch yys2392 - } // end for yyj2392 + z.DecStructFieldNotFound(-1, yys2400) + } // end switch yys2400 + } // end for yyj2400 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -31534,16 +31614,16 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2397 int - var yyb2397 bool - var yyhl2397 bool = l >= 0 - yyj2397++ - if yyhl2397 { - yyb2397 = yyj2397 > l + var yyj2406 int + var yyb2406 bool + var yyhl2406 bool = l >= 0 + yyj2406++ + if yyhl2406 { + yyb2406 = yyj2406 > l } else { - yyb2397 = r.CheckBreak() + yyb2406 = r.CheckBreak() } - if yyb2397 { + if yyb2406 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31553,13 +31633,13 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 } else { x.Replicas = int32(r.DecodeInt(32)) } - yyj2397++ - if yyhl2397 { - yyb2397 = yyj2397 > l + yyj2406++ + if yyhl2406 { + yyb2406 = yyj2406 > l } else { - yyb2397 = r.CheckBreak() + yyb2406 = r.CheckBreak() } - if yyb2397 { + if yyb2406 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31569,13 +31649,13 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 } else { x.FullyLabeledReplicas = int32(r.DecodeInt(32)) } - yyj2397++ - if yyhl2397 { - yyb2397 = yyj2397 > l + yyj2406++ + if yyhl2406 { + yyb2406 = yyj2406 > l } else { - yyb2397 = r.CheckBreak() + yyb2406 = r.CheckBreak() } - if yyb2397 { + if yyb2406 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31585,13 +31665,29 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 } else { x.ReadyReplicas = int32(r.DecodeInt(32)) } - yyj2397++ - if yyhl2397 { - yyb2397 = yyj2397 > l + yyj2406++ + if yyhl2406 { + yyb2406 = yyj2406 > l } else { - yyb2397 = r.CheckBreak() + yyb2406 = r.CheckBreak() } - if yyb2397 { + if yyb2406 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.AvailableReplicas = 0 + } else { + x.AvailableReplicas = int32(r.DecodeInt(32)) + } + yyj2406++ + if yyhl2406 { + yyb2406 = yyj2406 > l + } else { + yyb2406 = r.CheckBreak() + } + if yyb2406 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31602,17 +31698,17 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 x.ObservedGeneration = int64(r.DecodeInt(64)) } for { - yyj2397++ - if yyhl2397 { - yyb2397 = yyj2397 > l + yyj2406++ + if yyhl2406 { + yyb2406 = yyj2406 > l } else { - yyb2397 = r.CheckBreak() + yyb2406 = r.CheckBreak() } - if yyb2397 { + if yyb2406 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2397-1, "") + z.DecStructFieldNotFound(yyj2406-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -31624,39 +31720,39 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2402 := z.EncBinary() - _ = yym2402 + yym2412 := z.EncBinary() + _ = yym2412 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2403 := !z.EncBinary() - yy2arr2403 := z.EncBasicHandle().StructToArray - var yyq2403 [5]bool - _, _, _ = yysep2403, yyq2403, yy2arr2403 - const yyr2403 bool = false - yyq2403[0] = x.Kind != "" - yyq2403[1] = x.APIVersion != "" - yyq2403[2] = true - yyq2403[3] = true - yyq2403[4] = true - var yynn2403 int - if yyr2403 || yy2arr2403 { + yysep2413 := !z.EncBinary() + yy2arr2413 := z.EncBasicHandle().StructToArray + var yyq2413 [5]bool + _, _, _ = yysep2413, yyq2413, yy2arr2413 + const yyr2413 bool = false + yyq2413[0] = x.Kind != "" + yyq2413[1] = x.APIVersion != "" + yyq2413[2] = true + yyq2413[3] = true + yyq2413[4] = true + var yynn2413 int + if yyr2413 || yy2arr2413 { r.EncodeArrayStart(5) } else { - yynn2403 = 0 - for _, b := range yyq2403 { + yynn2413 = 0 + for _, b := range yyq2413 { if b { - yynn2403++ + yynn2413++ } } - r.EncodeMapStart(yynn2403) - yynn2403 = 0 + r.EncodeMapStart(yynn2413) + yynn2413 = 0 } - if yyr2403 || yy2arr2403 { + if yyr2413 || yy2arr2413 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2403[0] { - yym2405 := z.EncBinary() - _ = yym2405 + if yyq2413[0] { + yym2415 := z.EncBinary() + _ = yym2415 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -31665,23 +31761,23 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2403[0] { + if yyq2413[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2406 := z.EncBinary() - _ = yym2406 + yym2416 := z.EncBinary() + _ = yym2416 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2403 || yy2arr2403 { + if yyr2413 || yy2arr2413 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2403[1] { - yym2408 := z.EncBinary() - _ = yym2408 + if yyq2413[1] { + yym2418 := z.EncBinary() + _ = yym2418 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -31690,70 +31786,70 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2403[1] { + if yyq2413[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2409 := z.EncBinary() - _ = yym2409 + yym2419 := z.EncBinary() + _ = yym2419 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2403 || yy2arr2403 { + if yyr2413 || yy2arr2413 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2403[2] { - yy2411 := &x.ObjectMeta - yy2411.CodecEncodeSelf(e) + if yyq2413[2] { + yy2421 := &x.ObjectMeta + yy2421.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2403[2] { + if yyq2413[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2412 := &x.ObjectMeta - yy2412.CodecEncodeSelf(e) + yy2422 := &x.ObjectMeta + yy2422.CodecEncodeSelf(e) } } - if yyr2403 || yy2arr2403 { + if yyr2413 || yy2arr2413 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2403[3] { - yy2414 := &x.Spec - yy2414.CodecEncodeSelf(e) + if yyq2413[3] { + yy2424 := &x.Spec + yy2424.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2403[3] { + if yyq2413[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2415 := &x.Spec - yy2415.CodecEncodeSelf(e) + yy2425 := &x.Spec + yy2425.CodecEncodeSelf(e) } } - if yyr2403 || yy2arr2403 { + if yyr2413 || yy2arr2413 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2403[4] { - yy2417 := &x.Status - yy2417.CodecEncodeSelf(e) + if yyq2413[4] { + yy2427 := &x.Status + yy2427.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2403[4] { + if yyq2413[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2418 := &x.Status - yy2418.CodecEncodeSelf(e) + yy2428 := &x.Status + yy2428.CodecEncodeSelf(e) } } - if yyr2403 || yy2arr2403 { + if yyr2413 || yy2arr2413 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -31766,25 +31862,25 @@ func (x *ReplicationController) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2419 := z.DecBinary() - _ = yym2419 + yym2429 := z.DecBinary() + _ = yym2429 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2420 := r.ContainerType() - if yyct2420 == codecSelferValueTypeMap1234 { - yyl2420 := r.ReadMapStart() - if yyl2420 == 0 { + yyct2430 := r.ContainerType() + if yyct2430 == codecSelferValueTypeMap1234 { + yyl2430 := r.ReadMapStart() + if yyl2430 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2420, d) + x.codecDecodeSelfFromMap(yyl2430, d) } - } else if yyct2420 == codecSelferValueTypeArray1234 { - yyl2420 := r.ReadArrayStart() - if yyl2420 == 0 { + } else if yyct2430 == codecSelferValueTypeArray1234 { + yyl2430 := r.ReadArrayStart() + if yyl2430 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2420, d) + x.codecDecodeSelfFromArray(yyl2430, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -31796,12 +31892,12 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2421Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2421Slc - var yyhl2421 bool = l >= 0 - for yyj2421 := 0; ; yyj2421++ { - if yyhl2421 { - if yyj2421 >= l { + var yys2431Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2431Slc + var yyhl2431 bool = l >= 0 + for yyj2431 := 0; ; yyj2431++ { + if yyhl2431 { + if yyj2431 >= l { break } } else { @@ -31810,10 +31906,10 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2421Slc = r.DecodeBytes(yys2421Slc, true, true) - yys2421 := string(yys2421Slc) + yys2431Slc = r.DecodeBytes(yys2431Slc, true, true) + yys2431 := string(yys2431Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2421 { + switch yys2431 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -31830,27 +31926,27 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2424 := &x.ObjectMeta - yyv2424.CodecDecodeSelf(d) + yyv2434 := &x.ObjectMeta + yyv2434.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ReplicationControllerSpec{} } else { - yyv2425 := &x.Spec - yyv2425.CodecDecodeSelf(d) + yyv2435 := &x.Spec + yyv2435.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ReplicationControllerStatus{} } else { - yyv2426 := &x.Status - yyv2426.CodecDecodeSelf(d) + yyv2436 := &x.Status + yyv2436.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2421) - } // end switch yys2421 - } // end for yyj2421 + z.DecStructFieldNotFound(-1, yys2431) + } // end switch yys2431 + } // end for yyj2431 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -31858,16 +31954,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2427 int - var yyb2427 bool - var yyhl2427 bool = l >= 0 - yyj2427++ - if yyhl2427 { - yyb2427 = yyj2427 > l + var yyj2437 int + var yyb2437 bool + var yyhl2437 bool = l >= 0 + yyj2437++ + if yyhl2437 { + yyb2437 = yyj2437 > l } else { - yyb2427 = r.CheckBreak() + yyb2437 = r.CheckBreak() } - if yyb2427 { + if yyb2437 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31877,13 +31973,13 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Kind = string(r.DecodeString()) } - yyj2427++ - if yyhl2427 { - yyb2427 = yyj2427 > l + yyj2437++ + if yyhl2437 { + yyb2437 = yyj2437 > l } else { - yyb2427 = r.CheckBreak() + yyb2437 = r.CheckBreak() } - if yyb2427 { + if yyb2437 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31893,13 +31989,13 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.APIVersion = string(r.DecodeString()) } - yyj2427++ - if yyhl2427 { - yyb2427 = yyj2427 > l + yyj2437++ + if yyhl2437 { + yyb2437 = yyj2437 > l } else { - yyb2427 = r.CheckBreak() + yyb2437 = r.CheckBreak() } - if yyb2427 { + if yyb2437 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31907,16 +32003,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2430 := &x.ObjectMeta - yyv2430.CodecDecodeSelf(d) + yyv2440 := &x.ObjectMeta + yyv2440.CodecDecodeSelf(d) } - yyj2427++ - if yyhl2427 { - yyb2427 = yyj2427 > l + yyj2437++ + if yyhl2437 { + yyb2437 = yyj2437 > l } else { - yyb2427 = r.CheckBreak() + yyb2437 = r.CheckBreak() } - if yyb2427 { + if yyb2437 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31924,16 +32020,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Spec = ReplicationControllerSpec{} } else { - yyv2431 := &x.Spec - yyv2431.CodecDecodeSelf(d) + yyv2441 := &x.Spec + yyv2441.CodecDecodeSelf(d) } - yyj2427++ - if yyhl2427 { - yyb2427 = yyj2427 > l + yyj2437++ + if yyhl2437 { + yyb2437 = yyj2437 > l } else { - yyb2427 = r.CheckBreak() + yyb2437 = r.CheckBreak() } - if yyb2427 { + if yyb2437 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31941,21 +32037,21 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Status = ReplicationControllerStatus{} } else { - yyv2432 := &x.Status - yyv2432.CodecDecodeSelf(d) + yyv2442 := &x.Status + yyv2442.CodecDecodeSelf(d) } for { - yyj2427++ - if yyhl2427 { - yyb2427 = yyj2427 > l + yyj2437++ + if yyhl2437 { + yyb2437 = yyj2437 > l } else { - yyb2427 = r.CheckBreak() + yyb2437 = r.CheckBreak() } - if yyb2427 { + if yyb2437 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2427-1, "") + z.DecStructFieldNotFound(yyj2437-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -31967,37 +32063,37 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2433 := z.EncBinary() - _ = yym2433 + yym2443 := z.EncBinary() + _ = yym2443 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2434 := !z.EncBinary() - yy2arr2434 := z.EncBasicHandle().StructToArray - var yyq2434 [4]bool - _, _, _ = yysep2434, yyq2434, yy2arr2434 - const yyr2434 bool = false - yyq2434[0] = x.Kind != "" - yyq2434[1] = x.APIVersion != "" - yyq2434[2] = true - var yynn2434 int - if yyr2434 || yy2arr2434 { + yysep2444 := !z.EncBinary() + yy2arr2444 := z.EncBasicHandle().StructToArray + var yyq2444 [4]bool + _, _, _ = yysep2444, yyq2444, yy2arr2444 + const yyr2444 bool = false + yyq2444[0] = x.Kind != "" + yyq2444[1] = x.APIVersion != "" + yyq2444[2] = true + var yynn2444 int + if yyr2444 || yy2arr2444 { r.EncodeArrayStart(4) } else { - yynn2434 = 1 - for _, b := range yyq2434 { + yynn2444 = 1 + for _, b := range yyq2444 { if b { - yynn2434++ + yynn2444++ } } - r.EncodeMapStart(yynn2434) - yynn2434 = 0 + r.EncodeMapStart(yynn2444) + yynn2444 = 0 } - if yyr2434 || yy2arr2434 { + if yyr2444 || yy2arr2444 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2434[0] { - yym2436 := z.EncBinary() - _ = yym2436 + if yyq2444[0] { + yym2446 := z.EncBinary() + _ = yym2446 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -32006,23 +32102,23 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2434[0] { + if yyq2444[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2437 := z.EncBinary() - _ = yym2437 + yym2447 := z.EncBinary() + _ = yym2447 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2434 || yy2arr2434 { + if yyr2444 || yy2arr2444 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2434[1] { - yym2439 := z.EncBinary() - _ = yym2439 + if yyq2444[1] { + yym2449 := z.EncBinary() + _ = yym2449 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -32031,54 +32127,54 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2434[1] { + if yyq2444[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2440 := z.EncBinary() - _ = yym2440 + yym2450 := z.EncBinary() + _ = yym2450 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2434 || yy2arr2434 { + if yyr2444 || yy2arr2444 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2434[2] { - yy2442 := &x.ListMeta - yym2443 := z.EncBinary() - _ = yym2443 + if yyq2444[2] { + yy2452 := &x.ListMeta + yym2453 := z.EncBinary() + _ = yym2453 if false { - } else if z.HasExtensions() && z.EncExt(yy2442) { + } else if z.HasExtensions() && z.EncExt(yy2452) { } else { - z.EncFallback(yy2442) + z.EncFallback(yy2452) } } else { r.EncodeNil() } } else { - if yyq2434[2] { + if yyq2444[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2444 := &x.ListMeta - yym2445 := z.EncBinary() - _ = yym2445 + yy2454 := &x.ListMeta + yym2455 := z.EncBinary() + _ = yym2455 if false { - } else if z.HasExtensions() && z.EncExt(yy2444) { + } else if z.HasExtensions() && z.EncExt(yy2454) { } else { - z.EncFallback(yy2444) + z.EncFallback(yy2454) } } } - if yyr2434 || yy2arr2434 { + if yyr2444 || yy2arr2444 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2447 := z.EncBinary() - _ = yym2447 + yym2457 := z.EncBinary() + _ = yym2457 if false { } else { h.encSliceReplicationController(([]ReplicationController)(x.Items), e) @@ -32091,15 +32187,15 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2448 := z.EncBinary() - _ = yym2448 + yym2458 := z.EncBinary() + _ = yym2458 if false { } else { h.encSliceReplicationController(([]ReplicationController)(x.Items), e) } } } - if yyr2434 || yy2arr2434 { + if yyr2444 || yy2arr2444 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32112,25 +32208,25 @@ func (x *ReplicationControllerList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2449 := z.DecBinary() - _ = yym2449 + yym2459 := z.DecBinary() + _ = yym2459 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2450 := r.ContainerType() - if yyct2450 == codecSelferValueTypeMap1234 { - yyl2450 := r.ReadMapStart() - if yyl2450 == 0 { + yyct2460 := r.ContainerType() + if yyct2460 == codecSelferValueTypeMap1234 { + yyl2460 := r.ReadMapStart() + if yyl2460 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2450, d) + x.codecDecodeSelfFromMap(yyl2460, d) } - } else if yyct2450 == codecSelferValueTypeArray1234 { - yyl2450 := r.ReadArrayStart() - if yyl2450 == 0 { + } else if yyct2460 == codecSelferValueTypeArray1234 { + yyl2460 := r.ReadArrayStart() + if yyl2460 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2450, d) + x.codecDecodeSelfFromArray(yyl2460, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32142,12 +32238,12 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2451Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2451Slc - var yyhl2451 bool = l >= 0 - for yyj2451 := 0; ; yyj2451++ { - if yyhl2451 { - if yyj2451 >= l { + var yys2461Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2461Slc + var yyhl2461 bool = l >= 0 + for yyj2461 := 0; ; yyj2461++ { + if yyhl2461 { + if yyj2461 >= l { break } } else { @@ -32156,10 +32252,10 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2451Slc = r.DecodeBytes(yys2451Slc, true, true) - yys2451 := string(yys2451Slc) + yys2461Slc = r.DecodeBytes(yys2461Slc, true, true) + yys2461 := string(yys2461Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2451 { + switch yys2461 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -32176,31 +32272,31 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2454 := &x.ListMeta - yym2455 := z.DecBinary() - _ = yym2455 + yyv2464 := &x.ListMeta + yym2465 := z.DecBinary() + _ = yym2465 if false { - } else if z.HasExtensions() && z.DecExt(yyv2454) { + } else if z.HasExtensions() && z.DecExt(yyv2464) { } else { - z.DecFallback(yyv2454, false) + z.DecFallback(yyv2464, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2456 := &x.Items - yym2457 := z.DecBinary() - _ = yym2457 + yyv2466 := &x.Items + yym2467 := z.DecBinary() + _ = yym2467 if false { } else { - h.decSliceReplicationController((*[]ReplicationController)(yyv2456), d) + h.decSliceReplicationController((*[]ReplicationController)(yyv2466), d) } } default: - z.DecStructFieldNotFound(-1, yys2451) - } // end switch yys2451 - } // end for yyj2451 + z.DecStructFieldNotFound(-1, yys2461) + } // end switch yys2461 + } // end for yyj2461 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32208,16 +32304,16 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2458 int - var yyb2458 bool - var yyhl2458 bool = l >= 0 - yyj2458++ - if yyhl2458 { - yyb2458 = yyj2458 > l + var yyj2468 int + var yyb2468 bool + var yyhl2468 bool = l >= 0 + yyj2468++ + if yyhl2468 { + yyb2468 = yyj2468 > l } else { - yyb2458 = r.CheckBreak() + yyb2468 = r.CheckBreak() } - if yyb2458 { + if yyb2468 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32227,13 +32323,13 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.Kind = string(r.DecodeString()) } - yyj2458++ - if yyhl2458 { - yyb2458 = yyj2458 > l + yyj2468++ + if yyhl2468 { + yyb2468 = yyj2468 > l } else { - yyb2458 = r.CheckBreak() + yyb2468 = r.CheckBreak() } - if yyb2458 { + if yyb2468 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32243,13 +32339,13 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.APIVersion = string(r.DecodeString()) } - yyj2458++ - if yyhl2458 { - yyb2458 = yyj2458 > l + yyj2468++ + if yyhl2468 { + yyb2468 = yyj2468 > l } else { - yyb2458 = r.CheckBreak() + yyb2468 = r.CheckBreak() } - if yyb2458 { + if yyb2468 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32257,22 +32353,22 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2461 := &x.ListMeta - yym2462 := z.DecBinary() - _ = yym2462 + yyv2471 := &x.ListMeta + yym2472 := z.DecBinary() + _ = yym2472 if false { - } else if z.HasExtensions() && z.DecExt(yyv2461) { + } else if z.HasExtensions() && z.DecExt(yyv2471) { } else { - z.DecFallback(yyv2461, false) + z.DecFallback(yyv2471, false) } } - yyj2458++ - if yyhl2458 { - yyb2458 = yyj2458 > l + yyj2468++ + if yyhl2468 { + yyb2468 = yyj2468 > l } else { - yyb2458 = r.CheckBreak() + yyb2468 = r.CheckBreak() } - if yyb2458 { + if yyb2468 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32280,26 +32376,26 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2463 := &x.Items - yym2464 := z.DecBinary() - _ = yym2464 + yyv2473 := &x.Items + yym2474 := z.DecBinary() + _ = yym2474 if false { } else { - h.decSliceReplicationController((*[]ReplicationController)(yyv2463), d) + h.decSliceReplicationController((*[]ReplicationController)(yyv2473), d) } } for { - yyj2458++ - if yyhl2458 { - yyb2458 = yyj2458 > l + yyj2468++ + if yyhl2468 { + yyb2468 = yyj2468 > l } else { - yyb2458 = r.CheckBreak() + yyb2468 = r.CheckBreak() } - if yyb2458 { + if yyb2468 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2458-1, "") + z.DecStructFieldNotFound(yyj2468-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32308,8 +32404,8 @@ func (x ServiceAffinity) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2465 := z.EncBinary() - _ = yym2465 + yym2475 := z.EncBinary() + _ = yym2475 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -32321,8 +32417,8 @@ func (x *ServiceAffinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2466 := z.DecBinary() - _ = yym2466 + yym2476 := z.DecBinary() + _ = yym2476 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -32334,8 +32430,8 @@ func (x ServiceType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2467 := z.EncBinary() - _ = yym2467 + yym2477 := z.EncBinary() + _ = yym2477 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -32347,8 +32443,8 @@ func (x *ServiceType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2468 := z.DecBinary() - _ = yym2468 + yym2478 := z.DecBinary() + _ = yym2478 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -32363,48 +32459,48 @@ func (x *ServiceStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2469 := z.EncBinary() - _ = yym2469 + yym2479 := z.EncBinary() + _ = yym2479 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2470 := !z.EncBinary() - yy2arr2470 := z.EncBasicHandle().StructToArray - var yyq2470 [1]bool - _, _, _ = yysep2470, yyq2470, yy2arr2470 - const yyr2470 bool = false - yyq2470[0] = true - var yynn2470 int - if yyr2470 || yy2arr2470 { + yysep2480 := !z.EncBinary() + yy2arr2480 := z.EncBasicHandle().StructToArray + var yyq2480 [1]bool + _, _, _ = yysep2480, yyq2480, yy2arr2480 + const yyr2480 bool = false + yyq2480[0] = true + var yynn2480 int + if yyr2480 || yy2arr2480 { r.EncodeArrayStart(1) } else { - yynn2470 = 0 - for _, b := range yyq2470 { + yynn2480 = 0 + for _, b := range yyq2480 { if b { - yynn2470++ + yynn2480++ } } - r.EncodeMapStart(yynn2470) - yynn2470 = 0 + r.EncodeMapStart(yynn2480) + yynn2480 = 0 } - if yyr2470 || yy2arr2470 { + if yyr2480 || yy2arr2480 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2470[0] { - yy2472 := &x.LoadBalancer - yy2472.CodecEncodeSelf(e) + if yyq2480[0] { + yy2482 := &x.LoadBalancer + yy2482.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2470[0] { + if yyq2480[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancer")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2473 := &x.LoadBalancer - yy2473.CodecEncodeSelf(e) + yy2483 := &x.LoadBalancer + yy2483.CodecEncodeSelf(e) } } - if yyr2470 || yy2arr2470 { + if yyr2480 || yy2arr2480 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32417,25 +32513,25 @@ func (x *ServiceStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2474 := z.DecBinary() - _ = yym2474 + yym2484 := z.DecBinary() + _ = yym2484 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2475 := r.ContainerType() - if yyct2475 == codecSelferValueTypeMap1234 { - yyl2475 := r.ReadMapStart() - if yyl2475 == 0 { + yyct2485 := r.ContainerType() + if yyct2485 == codecSelferValueTypeMap1234 { + yyl2485 := r.ReadMapStart() + if yyl2485 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2475, d) + x.codecDecodeSelfFromMap(yyl2485, d) } - } else if yyct2475 == codecSelferValueTypeArray1234 { - yyl2475 := r.ReadArrayStart() - if yyl2475 == 0 { + } else if yyct2485 == codecSelferValueTypeArray1234 { + yyl2485 := r.ReadArrayStart() + if yyl2485 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2475, d) + x.codecDecodeSelfFromArray(yyl2485, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32447,12 +32543,12 @@ func (x *ServiceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2476Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2476Slc - var yyhl2476 bool = l >= 0 - for yyj2476 := 0; ; yyj2476++ { - if yyhl2476 { - if yyj2476 >= l { + var yys2486Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2486Slc + var yyhl2486 bool = l >= 0 + for yyj2486 := 0; ; yyj2486++ { + if yyhl2486 { + if yyj2486 >= l { break } } else { @@ -32461,21 +32557,21 @@ func (x *ServiceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2476Slc = r.DecodeBytes(yys2476Slc, true, true) - yys2476 := string(yys2476Slc) + yys2486Slc = r.DecodeBytes(yys2486Slc, true, true) + yys2486 := string(yys2486Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2476 { + switch yys2486 { case "loadBalancer": if r.TryDecodeAsNil() { x.LoadBalancer = LoadBalancerStatus{} } else { - yyv2477 := &x.LoadBalancer - yyv2477.CodecDecodeSelf(d) + yyv2487 := &x.LoadBalancer + yyv2487.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2476) - } // end switch yys2476 - } // end for yyj2476 + z.DecStructFieldNotFound(-1, yys2486) + } // end switch yys2486 + } // end for yyj2486 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32483,16 +32579,16 @@ func (x *ServiceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2478 int - var yyb2478 bool - var yyhl2478 bool = l >= 0 - yyj2478++ - if yyhl2478 { - yyb2478 = yyj2478 > l + var yyj2488 int + var yyb2488 bool + var yyhl2488 bool = l >= 0 + yyj2488++ + if yyhl2488 { + yyb2488 = yyj2488 > l } else { - yyb2478 = r.CheckBreak() + yyb2488 = r.CheckBreak() } - if yyb2478 { + if yyb2488 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32500,21 +32596,21 @@ func (x *ServiceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LoadBalancer = LoadBalancerStatus{} } else { - yyv2479 := &x.LoadBalancer - yyv2479.CodecDecodeSelf(d) + yyv2489 := &x.LoadBalancer + yyv2489.CodecDecodeSelf(d) } for { - yyj2478++ - if yyhl2478 { - yyb2478 = yyj2478 > l + yyj2488++ + if yyhl2488 { + yyb2488 = yyj2488 > l } else { - yyb2478 = r.CheckBreak() + yyb2488 = r.CheckBreak() } - if yyb2478 { + if yyb2488 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2478-1, "") + z.DecStructFieldNotFound(yyj2488-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32526,38 +32622,38 @@ func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2480 := z.EncBinary() - _ = yym2480 + yym2490 := z.EncBinary() + _ = yym2490 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2481 := !z.EncBinary() - yy2arr2481 := z.EncBasicHandle().StructToArray - var yyq2481 [1]bool - _, _, _ = yysep2481, yyq2481, yy2arr2481 - const yyr2481 bool = false - yyq2481[0] = len(x.Ingress) != 0 - var yynn2481 int - if yyr2481 || yy2arr2481 { + yysep2491 := !z.EncBinary() + yy2arr2491 := z.EncBasicHandle().StructToArray + var yyq2491 [1]bool + _, _, _ = yysep2491, yyq2491, yy2arr2491 + const yyr2491 bool = false + yyq2491[0] = len(x.Ingress) != 0 + var yynn2491 int + if yyr2491 || yy2arr2491 { r.EncodeArrayStart(1) } else { - yynn2481 = 0 - for _, b := range yyq2481 { + yynn2491 = 0 + for _, b := range yyq2491 { if b { - yynn2481++ + yynn2491++ } } - r.EncodeMapStart(yynn2481) - yynn2481 = 0 + r.EncodeMapStart(yynn2491) + yynn2491 = 0 } - if yyr2481 || yy2arr2481 { + if yyr2491 || yy2arr2491 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2481[0] { + if yyq2491[0] { if x.Ingress == nil { r.EncodeNil() } else { - yym2483 := z.EncBinary() - _ = yym2483 + yym2493 := z.EncBinary() + _ = yym2493 if false { } else { h.encSliceLoadBalancerIngress(([]LoadBalancerIngress)(x.Ingress), e) @@ -32567,15 +32663,15 @@ func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2481[0] { + if yyq2491[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ingress")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ingress == nil { r.EncodeNil() } else { - yym2484 := z.EncBinary() - _ = yym2484 + yym2494 := z.EncBinary() + _ = yym2494 if false { } else { h.encSliceLoadBalancerIngress(([]LoadBalancerIngress)(x.Ingress), e) @@ -32583,7 +32679,7 @@ func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2481 || yy2arr2481 { + if yyr2491 || yy2arr2491 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32596,25 +32692,25 @@ func (x *LoadBalancerStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2485 := z.DecBinary() - _ = yym2485 + yym2495 := z.DecBinary() + _ = yym2495 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2486 := r.ContainerType() - if yyct2486 == codecSelferValueTypeMap1234 { - yyl2486 := r.ReadMapStart() - if yyl2486 == 0 { + yyct2496 := r.ContainerType() + if yyct2496 == codecSelferValueTypeMap1234 { + yyl2496 := r.ReadMapStart() + if yyl2496 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2486, d) + x.codecDecodeSelfFromMap(yyl2496, d) } - } else if yyct2486 == codecSelferValueTypeArray1234 { - yyl2486 := r.ReadArrayStart() - if yyl2486 == 0 { + } else if yyct2496 == codecSelferValueTypeArray1234 { + yyl2496 := r.ReadArrayStart() + if yyl2496 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2486, d) + x.codecDecodeSelfFromArray(yyl2496, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32626,12 +32722,12 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2487Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2487Slc - var yyhl2487 bool = l >= 0 - for yyj2487 := 0; ; yyj2487++ { - if yyhl2487 { - if yyj2487 >= l { + var yys2497Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2497Slc + var yyhl2497 bool = l >= 0 + for yyj2497 := 0; ; yyj2497++ { + if yyhl2497 { + if yyj2497 >= l { break } } else { @@ -32640,26 +32736,26 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2487Slc = r.DecodeBytes(yys2487Slc, true, true) - yys2487 := string(yys2487Slc) + yys2497Slc = r.DecodeBytes(yys2497Slc, true, true) + yys2497 := string(yys2497Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2487 { + switch yys2497 { case "ingress": if r.TryDecodeAsNil() { x.Ingress = nil } else { - yyv2488 := &x.Ingress - yym2489 := z.DecBinary() - _ = yym2489 + yyv2498 := &x.Ingress + yym2499 := z.DecBinary() + _ = yym2499 if false { } else { - h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2488), d) + h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2498), d) } } default: - z.DecStructFieldNotFound(-1, yys2487) - } // end switch yys2487 - } // end for yyj2487 + z.DecStructFieldNotFound(-1, yys2497) + } // end switch yys2497 + } // end for yyj2497 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32667,16 +32763,16 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2490 int - var yyb2490 bool - var yyhl2490 bool = l >= 0 - yyj2490++ - if yyhl2490 { - yyb2490 = yyj2490 > l + var yyj2500 int + var yyb2500 bool + var yyhl2500 bool = l >= 0 + yyj2500++ + if yyhl2500 { + yyb2500 = yyj2500 > l } else { - yyb2490 = r.CheckBreak() + yyb2500 = r.CheckBreak() } - if yyb2490 { + if yyb2500 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32684,26 +32780,26 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.Ingress = nil } else { - yyv2491 := &x.Ingress - yym2492 := z.DecBinary() - _ = yym2492 + yyv2501 := &x.Ingress + yym2502 := z.DecBinary() + _ = yym2502 if false { } else { - h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2491), d) + h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2501), d) } } for { - yyj2490++ - if yyhl2490 { - yyb2490 = yyj2490 > l + yyj2500++ + if yyhl2500 { + yyb2500 = yyj2500 > l } else { - yyb2490 = r.CheckBreak() + yyb2500 = r.CheckBreak() } - if yyb2490 { + if yyb2500 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2490-1, "") + z.DecStructFieldNotFound(yyj2500-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32715,36 +32811,36 @@ func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2493 := z.EncBinary() - _ = yym2493 + yym2503 := z.EncBinary() + _ = yym2503 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2494 := !z.EncBinary() - yy2arr2494 := z.EncBasicHandle().StructToArray - var yyq2494 [2]bool - _, _, _ = yysep2494, yyq2494, yy2arr2494 - const yyr2494 bool = false - yyq2494[0] = x.IP != "" - yyq2494[1] = x.Hostname != "" - var yynn2494 int - if yyr2494 || yy2arr2494 { + yysep2504 := !z.EncBinary() + yy2arr2504 := z.EncBasicHandle().StructToArray + var yyq2504 [2]bool + _, _, _ = yysep2504, yyq2504, yy2arr2504 + const yyr2504 bool = false + yyq2504[0] = x.IP != "" + yyq2504[1] = x.Hostname != "" + var yynn2504 int + if yyr2504 || yy2arr2504 { r.EncodeArrayStart(2) } else { - yynn2494 = 0 - for _, b := range yyq2494 { + yynn2504 = 0 + for _, b := range yyq2504 { if b { - yynn2494++ + yynn2504++ } } - r.EncodeMapStart(yynn2494) - yynn2494 = 0 + r.EncodeMapStart(yynn2504) + yynn2504 = 0 } - if yyr2494 || yy2arr2494 { + if yyr2504 || yy2arr2504 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2494[0] { - yym2496 := z.EncBinary() - _ = yym2496 + if yyq2504[0] { + yym2506 := z.EncBinary() + _ = yym2506 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) @@ -32753,23 +32849,23 @@ func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2494[0] { + if yyq2504[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ip")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2497 := z.EncBinary() - _ = yym2497 + yym2507 := z.EncBinary() + _ = yym2507 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) } } } - if yyr2494 || yy2arr2494 { + if yyr2504 || yy2arr2504 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2494[1] { - yym2499 := z.EncBinary() - _ = yym2499 + if yyq2504[1] { + yym2509 := z.EncBinary() + _ = yym2509 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) @@ -32778,19 +32874,19 @@ func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2494[1] { + if yyq2504[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostname")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2500 := z.EncBinary() - _ = yym2500 + yym2510 := z.EncBinary() + _ = yym2510 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) } } } - if yyr2494 || yy2arr2494 { + if yyr2504 || yy2arr2504 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32803,25 +32899,25 @@ func (x *LoadBalancerIngress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2501 := z.DecBinary() - _ = yym2501 + yym2511 := z.DecBinary() + _ = yym2511 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2502 := r.ContainerType() - if yyct2502 == codecSelferValueTypeMap1234 { - yyl2502 := r.ReadMapStart() - if yyl2502 == 0 { + yyct2512 := r.ContainerType() + if yyct2512 == codecSelferValueTypeMap1234 { + yyl2512 := r.ReadMapStart() + if yyl2512 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2502, d) + x.codecDecodeSelfFromMap(yyl2512, d) } - } else if yyct2502 == codecSelferValueTypeArray1234 { - yyl2502 := r.ReadArrayStart() - if yyl2502 == 0 { + } else if yyct2512 == codecSelferValueTypeArray1234 { + yyl2512 := r.ReadArrayStart() + if yyl2512 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2502, d) + x.codecDecodeSelfFromArray(yyl2512, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32833,12 +32929,12 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2503Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2503Slc - var yyhl2503 bool = l >= 0 - for yyj2503 := 0; ; yyj2503++ { - if yyhl2503 { - if yyj2503 >= l { + var yys2513Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2513Slc + var yyhl2513 bool = l >= 0 + for yyj2513 := 0; ; yyj2513++ { + if yyhl2513 { + if yyj2513 >= l { break } } else { @@ -32847,10 +32943,10 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2503Slc = r.DecodeBytes(yys2503Slc, true, true) - yys2503 := string(yys2503Slc) + yys2513Slc = r.DecodeBytes(yys2513Slc, true, true) + yys2513 := string(yys2513Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2503 { + switch yys2513 { case "ip": if r.TryDecodeAsNil() { x.IP = "" @@ -32864,9 +32960,9 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.Hostname = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2503) - } // end switch yys2503 - } // end for yyj2503 + z.DecStructFieldNotFound(-1, yys2513) + } // end switch yys2513 + } // end for yyj2513 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32874,16 +32970,16 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2506 int - var yyb2506 bool - var yyhl2506 bool = l >= 0 - yyj2506++ - if yyhl2506 { - yyb2506 = yyj2506 > l + var yyj2516 int + var yyb2516 bool + var yyhl2516 bool = l >= 0 + yyj2516++ + if yyhl2516 { + yyb2516 = yyj2516 > l } else { - yyb2506 = r.CheckBreak() + yyb2516 = r.CheckBreak() } - if yyb2506 { + if yyb2516 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32893,13 +32989,13 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.IP = string(r.DecodeString()) } - yyj2506++ - if yyhl2506 { - yyb2506 = yyj2506 > l + yyj2516++ + if yyhl2516 { + yyb2516 = yyj2516 > l } else { - yyb2506 = r.CheckBreak() + yyb2516 = r.CheckBreak() } - if yyb2506 { + if yyb2516 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32910,17 +33006,17 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.Hostname = string(r.DecodeString()) } for { - yyj2506++ - if yyhl2506 { - yyb2506 = yyj2506 > l + yyj2516++ + if yyhl2516 { + yyb2516 = yyj2516 > l } else { - yyb2506 = r.CheckBreak() + yyb2516 = r.CheckBreak() } - if yyb2506 { + if yyb2516 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2506-1, "") + z.DecStructFieldNotFound(yyj2516-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32932,45 +33028,45 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2509 := z.EncBinary() - _ = yym2509 + yym2519 := z.EncBinary() + _ = yym2519 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2510 := !z.EncBinary() - yy2arr2510 := z.EncBasicHandle().StructToArray - var yyq2510 [10]bool - _, _, _ = yysep2510, yyq2510, yy2arr2510 - const yyr2510 bool = false - yyq2510[1] = len(x.Selector) != 0 - yyq2510[2] = x.ClusterIP != "" - yyq2510[3] = x.Type != "" - yyq2510[4] = len(x.ExternalIPs) != 0 - yyq2510[5] = len(x.DeprecatedPublicIPs) != 0 - yyq2510[6] = x.SessionAffinity != "" - yyq2510[7] = x.LoadBalancerIP != "" - yyq2510[8] = len(x.LoadBalancerSourceRanges) != 0 - yyq2510[9] = x.ExternalName != "" - var yynn2510 int - if yyr2510 || yy2arr2510 { + yysep2520 := !z.EncBinary() + yy2arr2520 := z.EncBasicHandle().StructToArray + var yyq2520 [10]bool + _, _, _ = yysep2520, yyq2520, yy2arr2520 + const yyr2520 bool = false + yyq2520[1] = len(x.Selector) != 0 + yyq2520[2] = x.ClusterIP != "" + yyq2520[3] = x.Type != "" + yyq2520[4] = len(x.ExternalIPs) != 0 + yyq2520[5] = len(x.DeprecatedPublicIPs) != 0 + yyq2520[6] = x.SessionAffinity != "" + yyq2520[7] = x.LoadBalancerIP != "" + yyq2520[8] = len(x.LoadBalancerSourceRanges) != 0 + yyq2520[9] = x.ExternalName != "" + var yynn2520 int + if yyr2520 || yy2arr2520 { r.EncodeArrayStart(10) } else { - yynn2510 = 1 - for _, b := range yyq2510 { + yynn2520 = 1 + for _, b := range yyq2520 { if b { - yynn2510++ + yynn2520++ } } - r.EncodeMapStart(yynn2510) - yynn2510 = 0 + r.EncodeMapStart(yynn2520) + yynn2520 = 0 } - if yyr2510 || yy2arr2510 { + if yyr2520 || yy2arr2520 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Ports == nil { r.EncodeNil() } else { - yym2512 := z.EncBinary() - _ = yym2512 + yym2522 := z.EncBinary() + _ = yym2522 if false { } else { h.encSliceServicePort(([]ServicePort)(x.Ports), e) @@ -32983,173 +33079,173 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Ports == nil { r.EncodeNil() } else { - yym2513 := z.EncBinary() - _ = yym2513 + yym2523 := z.EncBinary() + _ = yym2523 if false { } else { h.encSliceServicePort(([]ServicePort)(x.Ports), e) } } } - if yyr2510 || yy2arr2510 { + if yyr2520 || yy2arr2520 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2510[1] { + if yyq2520[1] { if x.Selector == nil { r.EncodeNil() - } else { - yym2515 := z.EncBinary() - _ = yym2515 - if false { - } else { - z.F.EncMapStringStringV(x.Selector, false, e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq2510[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("selector")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Selector == nil { - r.EncodeNil() - } else { - yym2516 := z.EncBinary() - _ = yym2516 - if false { - } else { - z.F.EncMapStringStringV(x.Selector, false, e) - } - } - } - } - if yyr2510 || yy2arr2510 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2510[2] { - yym2518 := z.EncBinary() - _ = yym2518 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ClusterIP)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2510[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("clusterIP")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2519 := z.EncBinary() - _ = yym2519 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ClusterIP)) - } - } - } - if yyr2510 || yy2arr2510 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2510[3] { - x.Type.CodecEncodeSelf(e) - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2510[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("type")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - x.Type.CodecEncodeSelf(e) - } - } - if yyr2510 || yy2arr2510 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2510[4] { - if x.ExternalIPs == nil { - r.EncodeNil() - } else { - yym2522 := z.EncBinary() - _ = yym2522 - if false { - } else { - z.F.EncSliceStringV(x.ExternalIPs, false, e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq2510[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("externalIPs")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.ExternalIPs == nil { - r.EncodeNil() - } else { - yym2523 := z.EncBinary() - _ = yym2523 - if false { - } else { - z.F.EncSliceStringV(x.ExternalIPs, false, e) - } - } - } - } - if yyr2510 || yy2arr2510 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2510[5] { - if x.DeprecatedPublicIPs == nil { - r.EncodeNil() } else { yym2525 := z.EncBinary() _ = yym2525 if false { } else { - z.F.EncSliceStringV(x.DeprecatedPublicIPs, false, e) + z.F.EncMapStringStringV(x.Selector, false, e) } } } else { r.EncodeNil() } } else { - if yyq2510[5] { + if yyq2520[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("deprecatedPublicIPs")) + r.EncodeString(codecSelferC_UTF81234, string("selector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.DeprecatedPublicIPs == nil { + if x.Selector == nil { r.EncodeNil() } else { yym2526 := z.EncBinary() _ = yym2526 if false { + } else { + z.F.EncMapStringStringV(x.Selector, false, e) + } + } + } + } + if yyr2520 || yy2arr2520 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2520[2] { + yym2528 := z.EncBinary() + _ = yym2528 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ClusterIP)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2520[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("clusterIP")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2529 := z.EncBinary() + _ = yym2529 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ClusterIP)) + } + } + } + if yyr2520 || yy2arr2520 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2520[3] { + x.Type.CodecEncodeSelf(e) + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2520[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("type")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + x.Type.CodecEncodeSelf(e) + } + } + if yyr2520 || yy2arr2520 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2520[4] { + if x.ExternalIPs == nil { + r.EncodeNil() + } else { + yym2532 := z.EncBinary() + _ = yym2532 + if false { + } else { + z.F.EncSliceStringV(x.ExternalIPs, false, e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq2520[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("externalIPs")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.ExternalIPs == nil { + r.EncodeNil() + } else { + yym2533 := z.EncBinary() + _ = yym2533 + if false { + } else { + z.F.EncSliceStringV(x.ExternalIPs, false, e) + } + } + } + } + if yyr2520 || yy2arr2520 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2520[5] { + if x.DeprecatedPublicIPs == nil { + r.EncodeNil() + } else { + yym2535 := z.EncBinary() + _ = yym2535 + if false { + } else { + z.F.EncSliceStringV(x.DeprecatedPublicIPs, false, e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq2520[5] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("deprecatedPublicIPs")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.DeprecatedPublicIPs == nil { + r.EncodeNil() + } else { + yym2536 := z.EncBinary() + _ = yym2536 + if false { } else { z.F.EncSliceStringV(x.DeprecatedPublicIPs, false, e) } } } } - if yyr2510 || yy2arr2510 { + if yyr2520 || yy2arr2520 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2510[6] { + if yyq2520[6] { x.SessionAffinity.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2510[6] { + if yyq2520[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sessionAffinity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.SessionAffinity.CodecEncodeSelf(e) } } - if yyr2510 || yy2arr2510 { + if yyr2520 || yy2arr2520 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2510[7] { - yym2529 := z.EncBinary() - _ = yym2529 + if yyq2520[7] { + yym2539 := z.EncBinary() + _ = yym2539 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LoadBalancerIP)) @@ -33158,26 +33254,26 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2510[7] { + if yyq2520[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancerIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2530 := z.EncBinary() - _ = yym2530 + yym2540 := z.EncBinary() + _ = yym2540 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LoadBalancerIP)) } } } - if yyr2510 || yy2arr2510 { + if yyr2520 || yy2arr2520 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2510[8] { + if yyq2520[8] { if x.LoadBalancerSourceRanges == nil { r.EncodeNil() } else { - yym2532 := z.EncBinary() - _ = yym2532 + yym2542 := z.EncBinary() + _ = yym2542 if false { } else { z.F.EncSliceStringV(x.LoadBalancerSourceRanges, false, e) @@ -33187,15 +33283,15 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2510[8] { + if yyq2520[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancerSourceRanges")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.LoadBalancerSourceRanges == nil { r.EncodeNil() } else { - yym2533 := z.EncBinary() - _ = yym2533 + yym2543 := z.EncBinary() + _ = yym2543 if false { } else { z.F.EncSliceStringV(x.LoadBalancerSourceRanges, false, e) @@ -33203,11 +33299,11 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2510 || yy2arr2510 { + if yyr2520 || yy2arr2520 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2510[9] { - yym2535 := z.EncBinary() - _ = yym2535 + if yyq2520[9] { + yym2545 := z.EncBinary() + _ = yym2545 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalName)) @@ -33216,19 +33312,19 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2510[9] { + if yyq2520[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("externalName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2536 := z.EncBinary() - _ = yym2536 + yym2546 := z.EncBinary() + _ = yym2546 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalName)) } } } - if yyr2510 || yy2arr2510 { + if yyr2520 || yy2arr2520 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33241,25 +33337,25 @@ func (x *ServiceSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2537 := z.DecBinary() - _ = yym2537 + yym2547 := z.DecBinary() + _ = yym2547 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2538 := r.ContainerType() - if yyct2538 == codecSelferValueTypeMap1234 { - yyl2538 := r.ReadMapStart() - if yyl2538 == 0 { + yyct2548 := r.ContainerType() + if yyct2548 == codecSelferValueTypeMap1234 { + yyl2548 := r.ReadMapStart() + if yyl2548 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2538, d) + x.codecDecodeSelfFromMap(yyl2548, d) } - } else if yyct2538 == codecSelferValueTypeArray1234 { - yyl2538 := r.ReadArrayStart() - if yyl2538 == 0 { + } else if yyct2548 == codecSelferValueTypeArray1234 { + yyl2548 := r.ReadArrayStart() + if yyl2548 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2538, d) + x.codecDecodeSelfFromArray(yyl2548, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33271,12 +33367,12 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2539Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2539Slc - var yyhl2539 bool = l >= 0 - for yyj2539 := 0; ; yyj2539++ { - if yyhl2539 { - if yyj2539 >= l { + var yys2549Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2549Slc + var yyhl2549 bool = l >= 0 + for yyj2549 := 0; ; yyj2549++ { + if yyhl2549 { + if yyj2549 >= l { break } } else { @@ -33285,32 +33381,32 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2539Slc = r.DecodeBytes(yys2539Slc, true, true) - yys2539 := string(yys2539Slc) + yys2549Slc = r.DecodeBytes(yys2549Slc, true, true) + yys2549 := string(yys2549Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2539 { + switch yys2549 { case "ports": if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2540 := &x.Ports - yym2541 := z.DecBinary() - _ = yym2541 + yyv2550 := &x.Ports + yym2551 := z.DecBinary() + _ = yym2551 if false { } else { - h.decSliceServicePort((*[]ServicePort)(yyv2540), d) + h.decSliceServicePort((*[]ServicePort)(yyv2550), d) } } case "selector": if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2542 := &x.Selector - yym2543 := z.DecBinary() - _ = yym2543 + yyv2552 := &x.Selector + yym2553 := z.DecBinary() + _ = yym2553 if false { } else { - z.F.DecMapStringStringX(yyv2542, false, d) + z.F.DecMapStringStringX(yyv2552, false, d) } } case "clusterIP": @@ -33329,24 +33425,24 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ExternalIPs = nil } else { - yyv2546 := &x.ExternalIPs - yym2547 := z.DecBinary() - _ = yym2547 + yyv2556 := &x.ExternalIPs + yym2557 := z.DecBinary() + _ = yym2557 if false { } else { - z.F.DecSliceStringX(yyv2546, false, d) + z.F.DecSliceStringX(yyv2556, false, d) } } case "deprecatedPublicIPs": if r.TryDecodeAsNil() { x.DeprecatedPublicIPs = nil } else { - yyv2548 := &x.DeprecatedPublicIPs - yym2549 := z.DecBinary() - _ = yym2549 + yyv2558 := &x.DeprecatedPublicIPs + yym2559 := z.DecBinary() + _ = yym2559 if false { } else { - z.F.DecSliceStringX(yyv2548, false, d) + z.F.DecSliceStringX(yyv2558, false, d) } } case "sessionAffinity": @@ -33365,12 +33461,12 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LoadBalancerSourceRanges = nil } else { - yyv2552 := &x.LoadBalancerSourceRanges - yym2553 := z.DecBinary() - _ = yym2553 + yyv2562 := &x.LoadBalancerSourceRanges + yym2563 := z.DecBinary() + _ = yym2563 if false { } else { - z.F.DecSliceStringX(yyv2552, false, d) + z.F.DecSliceStringX(yyv2562, false, d) } } case "externalName": @@ -33380,9 +33476,9 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ExternalName = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2539) - } // end switch yys2539 - } // end for yyj2539 + z.DecStructFieldNotFound(-1, yys2549) + } // end switch yys2549 + } // end for yyj2549 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33390,16 +33486,16 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2555 int - var yyb2555 bool - var yyhl2555 bool = l >= 0 - yyj2555++ - if yyhl2555 { - yyb2555 = yyj2555 > l + var yyj2565 int + var yyb2565 bool + var yyhl2565 bool = l >= 0 + yyj2565++ + if yyhl2565 { + yyb2565 = yyj2565 > l } else { - yyb2555 = r.CheckBreak() + yyb2565 = r.CheckBreak() } - if yyb2555 { + if yyb2565 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33407,21 +33503,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2556 := &x.Ports - yym2557 := z.DecBinary() - _ = yym2557 + yyv2566 := &x.Ports + yym2567 := z.DecBinary() + _ = yym2567 if false { } else { - h.decSliceServicePort((*[]ServicePort)(yyv2556), d) + h.decSliceServicePort((*[]ServicePort)(yyv2566), d) } } - yyj2555++ - if yyhl2555 { - yyb2555 = yyj2555 > l + yyj2565++ + if yyhl2565 { + yyb2565 = yyj2565 > l } else { - yyb2555 = r.CheckBreak() + yyb2565 = r.CheckBreak() } - if yyb2555 { + if yyb2565 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33429,21 +33525,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2558 := &x.Selector - yym2559 := z.DecBinary() - _ = yym2559 + yyv2568 := &x.Selector + yym2569 := z.DecBinary() + _ = yym2569 if false { } else { - z.F.DecMapStringStringX(yyv2558, false, d) + z.F.DecMapStringStringX(yyv2568, false, d) } } - yyj2555++ - if yyhl2555 { - yyb2555 = yyj2555 > l + yyj2565++ + if yyhl2565 { + yyb2565 = yyj2565 > l } else { - yyb2555 = r.CheckBreak() + yyb2565 = r.CheckBreak() } - if yyb2555 { + if yyb2565 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33453,13 +33549,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ClusterIP = string(r.DecodeString()) } - yyj2555++ - if yyhl2555 { - yyb2555 = yyj2555 > l + yyj2565++ + if yyhl2565 { + yyb2565 = yyj2565 > l } else { - yyb2555 = r.CheckBreak() + yyb2565 = r.CheckBreak() } - if yyb2555 { + if yyb2565 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33469,13 +33565,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = ServiceType(r.DecodeString()) } - yyj2555++ - if yyhl2555 { - yyb2555 = yyj2555 > l + yyj2565++ + if yyhl2565 { + yyb2565 = yyj2565 > l } else { - yyb2555 = r.CheckBreak() + yyb2565 = r.CheckBreak() } - if yyb2555 { + if yyb2565 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33483,21 +33579,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ExternalIPs = nil } else { - yyv2562 := &x.ExternalIPs - yym2563 := z.DecBinary() - _ = yym2563 + yyv2572 := &x.ExternalIPs + yym2573 := z.DecBinary() + _ = yym2573 if false { } else { - z.F.DecSliceStringX(yyv2562, false, d) + z.F.DecSliceStringX(yyv2572, false, d) } } - yyj2555++ - if yyhl2555 { - yyb2555 = yyj2555 > l + yyj2565++ + if yyhl2565 { + yyb2565 = yyj2565 > l } else { - yyb2555 = r.CheckBreak() + yyb2565 = r.CheckBreak() } - if yyb2555 { + if yyb2565 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33505,21 +33601,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DeprecatedPublicIPs = nil } else { - yyv2564 := &x.DeprecatedPublicIPs - yym2565 := z.DecBinary() - _ = yym2565 + yyv2574 := &x.DeprecatedPublicIPs + yym2575 := z.DecBinary() + _ = yym2575 if false { } else { - z.F.DecSliceStringX(yyv2564, false, d) + z.F.DecSliceStringX(yyv2574, false, d) } } - yyj2555++ - if yyhl2555 { - yyb2555 = yyj2555 > l + yyj2565++ + if yyhl2565 { + yyb2565 = yyj2565 > l } else { - yyb2555 = r.CheckBreak() + yyb2565 = r.CheckBreak() } - if yyb2555 { + if yyb2565 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33529,13 +33625,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SessionAffinity = ServiceAffinity(r.DecodeString()) } - yyj2555++ - if yyhl2555 { - yyb2555 = yyj2555 > l + yyj2565++ + if yyhl2565 { + yyb2565 = yyj2565 > l } else { - yyb2555 = r.CheckBreak() + yyb2565 = r.CheckBreak() } - if yyb2555 { + if yyb2565 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33545,13 +33641,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.LoadBalancerIP = string(r.DecodeString()) } - yyj2555++ - if yyhl2555 { - yyb2555 = yyj2555 > l + yyj2565++ + if yyhl2565 { + yyb2565 = yyj2565 > l } else { - yyb2555 = r.CheckBreak() + yyb2565 = r.CheckBreak() } - if yyb2555 { + if yyb2565 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33559,21 +33655,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LoadBalancerSourceRanges = nil } else { - yyv2568 := &x.LoadBalancerSourceRanges - yym2569 := z.DecBinary() - _ = yym2569 + yyv2578 := &x.LoadBalancerSourceRanges + yym2579 := z.DecBinary() + _ = yym2579 if false { } else { - z.F.DecSliceStringX(yyv2568, false, d) + z.F.DecSliceStringX(yyv2578, false, d) } } - yyj2555++ - if yyhl2555 { - yyb2555 = yyj2555 > l + yyj2565++ + if yyhl2565 { + yyb2565 = yyj2565 > l } else { - yyb2555 = r.CheckBreak() + yyb2565 = r.CheckBreak() } - if yyb2555 { + if yyb2565 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33584,17 +33680,17 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.ExternalName = string(r.DecodeString()) } for { - yyj2555++ - if yyhl2555 { - yyb2555 = yyj2555 > l + yyj2565++ + if yyhl2565 { + yyb2565 = yyj2565 > l } else { - yyb2555 = r.CheckBreak() + yyb2565 = r.CheckBreak() } - if yyb2555 { + if yyb2565 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2555-1, "") + z.DecStructFieldNotFound(yyj2565-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33606,38 +33702,38 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2571 := z.EncBinary() - _ = yym2571 + yym2581 := z.EncBinary() + _ = yym2581 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2572 := !z.EncBinary() - yy2arr2572 := z.EncBasicHandle().StructToArray - var yyq2572 [5]bool - _, _, _ = yysep2572, yyq2572, yy2arr2572 - const yyr2572 bool = false - yyq2572[0] = x.Name != "" - yyq2572[1] = x.Protocol != "" - yyq2572[3] = true - yyq2572[4] = x.NodePort != 0 - var yynn2572 int - if yyr2572 || yy2arr2572 { + yysep2582 := !z.EncBinary() + yy2arr2582 := z.EncBasicHandle().StructToArray + var yyq2582 [5]bool + _, _, _ = yysep2582, yyq2582, yy2arr2582 + const yyr2582 bool = false + yyq2582[0] = x.Name != "" + yyq2582[1] = x.Protocol != "" + yyq2582[3] = true + yyq2582[4] = x.NodePort != 0 + var yynn2582 int + if yyr2582 || yy2arr2582 { r.EncodeArrayStart(5) } else { - yynn2572 = 1 - for _, b := range yyq2572 { + yynn2582 = 1 + for _, b := range yyq2582 { if b { - yynn2572++ + yynn2582++ } } - r.EncodeMapStart(yynn2572) - yynn2572 = 0 + r.EncodeMapStart(yynn2582) + yynn2582 = 0 } - if yyr2572 || yy2arr2572 { + if yyr2582 || yy2arr2582 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2572[0] { - yym2574 := z.EncBinary() - _ = yym2574 + if yyq2582[0] { + yym2584 := z.EncBinary() + _ = yym2584 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -33646,37 +33742,37 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2572[0] { + if yyq2582[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2575 := z.EncBinary() - _ = yym2575 + yym2585 := z.EncBinary() + _ = yym2585 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr2572 || yy2arr2572 { + if yyr2582 || yy2arr2582 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2572[1] { + if yyq2582[1] { x.Protocol.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2572[1] { + if yyq2582[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("protocol")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } } - if yyr2572 || yy2arr2572 { + if yyr2582 || yy2arr2582 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2578 := z.EncBinary() - _ = yym2578 + yym2588 := z.EncBinary() + _ = yym2588 if false { } else { r.EncodeInt(int64(x.Port)) @@ -33685,51 +33781,51 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2579 := z.EncBinary() - _ = yym2579 + yym2589 := z.EncBinary() + _ = yym2589 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2572 || yy2arr2572 { + if yyr2582 || yy2arr2582 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2572[3] { - yy2581 := &x.TargetPort - yym2582 := z.EncBinary() - _ = yym2582 + if yyq2582[3] { + yy2591 := &x.TargetPort + yym2592 := z.EncBinary() + _ = yym2592 if false { - } else if z.HasExtensions() && z.EncExt(yy2581) { - } else if !yym2582 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2581) + } else if z.HasExtensions() && z.EncExt(yy2591) { + } else if !yym2592 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2591) } else { - z.EncFallback(yy2581) + z.EncFallback(yy2591) } } else { r.EncodeNil() } } else { - if yyq2572[3] { + if yyq2582[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("targetPort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2583 := &x.TargetPort - yym2584 := z.EncBinary() - _ = yym2584 + yy2593 := &x.TargetPort + yym2594 := z.EncBinary() + _ = yym2594 if false { - } else if z.HasExtensions() && z.EncExt(yy2583) { - } else if !yym2584 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2583) + } else if z.HasExtensions() && z.EncExt(yy2593) { + } else if !yym2594 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2593) } else { - z.EncFallback(yy2583) + z.EncFallback(yy2593) } } } - if yyr2572 || yy2arr2572 { + if yyr2582 || yy2arr2582 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2572[4] { - yym2586 := z.EncBinary() - _ = yym2586 + if yyq2582[4] { + yym2596 := z.EncBinary() + _ = yym2596 if false { } else { r.EncodeInt(int64(x.NodePort)) @@ -33738,19 +33834,19 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq2572[4] { + if yyq2582[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodePort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2587 := z.EncBinary() - _ = yym2587 + yym2597 := z.EncBinary() + _ = yym2597 if false { } else { r.EncodeInt(int64(x.NodePort)) } } } - if yyr2572 || yy2arr2572 { + if yyr2582 || yy2arr2582 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33763,25 +33859,25 @@ func (x *ServicePort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2588 := z.DecBinary() - _ = yym2588 + yym2598 := z.DecBinary() + _ = yym2598 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2589 := r.ContainerType() - if yyct2589 == codecSelferValueTypeMap1234 { - yyl2589 := r.ReadMapStart() - if yyl2589 == 0 { + yyct2599 := r.ContainerType() + if yyct2599 == codecSelferValueTypeMap1234 { + yyl2599 := r.ReadMapStart() + if yyl2599 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2589, d) + x.codecDecodeSelfFromMap(yyl2599, d) } - } else if yyct2589 == codecSelferValueTypeArray1234 { - yyl2589 := r.ReadArrayStart() - if yyl2589 == 0 { + } else if yyct2599 == codecSelferValueTypeArray1234 { + yyl2599 := r.ReadArrayStart() + if yyl2599 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2589, d) + x.codecDecodeSelfFromArray(yyl2599, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33793,12 +33889,12 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2590Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2590Slc - var yyhl2590 bool = l >= 0 - for yyj2590 := 0; ; yyj2590++ { - if yyhl2590 { - if yyj2590 >= l { + var yys2600Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2600Slc + var yyhl2600 bool = l >= 0 + for yyj2600 := 0; ; yyj2600++ { + if yyhl2600 { + if yyj2600 >= l { break } } else { @@ -33807,10 +33903,10 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2590Slc = r.DecodeBytes(yys2590Slc, true, true) - yys2590 := string(yys2590Slc) + yys2600Slc = r.DecodeBytes(yys2600Slc, true, true) + yys2600 := string(yys2600Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2590 { + switch yys2600 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -33833,15 +33929,15 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.TargetPort = pkg4_intstr.IntOrString{} } else { - yyv2594 := &x.TargetPort - yym2595 := z.DecBinary() - _ = yym2595 + yyv2604 := &x.TargetPort + yym2605 := z.DecBinary() + _ = yym2605 if false { - } else if z.HasExtensions() && z.DecExt(yyv2594) { - } else if !yym2595 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2594) + } else if z.HasExtensions() && z.DecExt(yyv2604) { + } else if !yym2605 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2604) } else { - z.DecFallback(yyv2594, false) + z.DecFallback(yyv2604, false) } } case "nodePort": @@ -33851,9 +33947,9 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.NodePort = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys2590) - } // end switch yys2590 - } // end for yyj2590 + z.DecStructFieldNotFound(-1, yys2600) + } // end switch yys2600 + } // end for yyj2600 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33861,16 +33957,16 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2597 int - var yyb2597 bool - var yyhl2597 bool = l >= 0 - yyj2597++ - if yyhl2597 { - yyb2597 = yyj2597 > l + var yyj2607 int + var yyb2607 bool + var yyhl2607 bool = l >= 0 + yyj2607++ + if yyhl2607 { + yyb2607 = yyj2607 > l } else { - yyb2597 = r.CheckBreak() + yyb2607 = r.CheckBreak() } - if yyb2597 { + if yyb2607 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33880,13 +33976,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj2597++ - if yyhl2597 { - yyb2597 = yyj2597 > l + yyj2607++ + if yyhl2607 { + yyb2607 = yyj2607 > l } else { - yyb2597 = r.CheckBreak() + yyb2607 = r.CheckBreak() } - if yyb2597 { + if yyb2607 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33896,13 +33992,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Protocol = Protocol(r.DecodeString()) } - yyj2597++ - if yyhl2597 { - yyb2597 = yyj2597 > l + yyj2607++ + if yyhl2607 { + yyb2607 = yyj2607 > l } else { - yyb2597 = r.CheckBreak() + yyb2607 = r.CheckBreak() } - if yyb2597 { + if yyb2607 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33912,13 +34008,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Port = int32(r.DecodeInt(32)) } - yyj2597++ - if yyhl2597 { - yyb2597 = yyj2597 > l + yyj2607++ + if yyhl2607 { + yyb2607 = yyj2607 > l } else { - yyb2597 = r.CheckBreak() + yyb2607 = r.CheckBreak() } - if yyb2597 { + if yyb2607 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33926,24 +34022,24 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.TargetPort = pkg4_intstr.IntOrString{} } else { - yyv2601 := &x.TargetPort - yym2602 := z.DecBinary() - _ = yym2602 + yyv2611 := &x.TargetPort + yym2612 := z.DecBinary() + _ = yym2612 if false { - } else if z.HasExtensions() && z.DecExt(yyv2601) { - } else if !yym2602 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2601) + } else if z.HasExtensions() && z.DecExt(yyv2611) { + } else if !yym2612 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2611) } else { - z.DecFallback(yyv2601, false) + z.DecFallback(yyv2611, false) } } - yyj2597++ - if yyhl2597 { - yyb2597 = yyj2597 > l + yyj2607++ + if yyhl2607 { + yyb2607 = yyj2607 > l } else { - yyb2597 = r.CheckBreak() + yyb2607 = r.CheckBreak() } - if yyb2597 { + if yyb2607 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33954,17 +34050,17 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.NodePort = int32(r.DecodeInt(32)) } for { - yyj2597++ - if yyhl2597 { - yyb2597 = yyj2597 > l + yyj2607++ + if yyhl2607 { + yyb2607 = yyj2607 > l } else { - yyb2597 = r.CheckBreak() + yyb2607 = r.CheckBreak() } - if yyb2597 { + if yyb2607 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2597-1, "") + z.DecStructFieldNotFound(yyj2607-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33976,39 +34072,39 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2604 := z.EncBinary() - _ = yym2604 + yym2614 := z.EncBinary() + _ = yym2614 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2605 := !z.EncBinary() - yy2arr2605 := z.EncBasicHandle().StructToArray - var yyq2605 [5]bool - _, _, _ = yysep2605, yyq2605, yy2arr2605 - const yyr2605 bool = false - yyq2605[0] = x.Kind != "" - yyq2605[1] = x.APIVersion != "" - yyq2605[2] = true - yyq2605[3] = true - yyq2605[4] = true - var yynn2605 int - if yyr2605 || yy2arr2605 { + yysep2615 := !z.EncBinary() + yy2arr2615 := z.EncBasicHandle().StructToArray + var yyq2615 [5]bool + _, _, _ = yysep2615, yyq2615, yy2arr2615 + const yyr2615 bool = false + yyq2615[0] = x.Kind != "" + yyq2615[1] = x.APIVersion != "" + yyq2615[2] = true + yyq2615[3] = true + yyq2615[4] = true + var yynn2615 int + if yyr2615 || yy2arr2615 { r.EncodeArrayStart(5) } else { - yynn2605 = 0 - for _, b := range yyq2605 { + yynn2615 = 0 + for _, b := range yyq2615 { if b { - yynn2605++ + yynn2615++ } } - r.EncodeMapStart(yynn2605) - yynn2605 = 0 + r.EncodeMapStart(yynn2615) + yynn2615 = 0 } - if yyr2605 || yy2arr2605 { + if yyr2615 || yy2arr2615 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2605[0] { - yym2607 := z.EncBinary() - _ = yym2607 + if yyq2615[0] { + yym2617 := z.EncBinary() + _ = yym2617 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -34017,23 +34113,23 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2605[0] { + if yyq2615[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2608 := z.EncBinary() - _ = yym2608 + yym2618 := z.EncBinary() + _ = yym2618 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2605 || yy2arr2605 { + if yyr2615 || yy2arr2615 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2605[1] { - yym2610 := z.EncBinary() - _ = yym2610 + if yyq2615[1] { + yym2620 := z.EncBinary() + _ = yym2620 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -34042,70 +34138,70 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2605[1] { + if yyq2615[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2611 := z.EncBinary() - _ = yym2611 + yym2621 := z.EncBinary() + _ = yym2621 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2605 || yy2arr2605 { + if yyr2615 || yy2arr2615 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2605[2] { - yy2613 := &x.ObjectMeta - yy2613.CodecEncodeSelf(e) + if yyq2615[2] { + yy2623 := &x.ObjectMeta + yy2623.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2605[2] { + if yyq2615[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2614 := &x.ObjectMeta - yy2614.CodecEncodeSelf(e) + yy2624 := &x.ObjectMeta + yy2624.CodecEncodeSelf(e) } } - if yyr2605 || yy2arr2605 { + if yyr2615 || yy2arr2615 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2605[3] { - yy2616 := &x.Spec - yy2616.CodecEncodeSelf(e) + if yyq2615[3] { + yy2626 := &x.Spec + yy2626.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2605[3] { + if yyq2615[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2617 := &x.Spec - yy2617.CodecEncodeSelf(e) + yy2627 := &x.Spec + yy2627.CodecEncodeSelf(e) } } - if yyr2605 || yy2arr2605 { + if yyr2615 || yy2arr2615 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2605[4] { - yy2619 := &x.Status - yy2619.CodecEncodeSelf(e) + if yyq2615[4] { + yy2629 := &x.Status + yy2629.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2605[4] { + if yyq2615[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2620 := &x.Status - yy2620.CodecEncodeSelf(e) + yy2630 := &x.Status + yy2630.CodecEncodeSelf(e) } } - if yyr2605 || yy2arr2605 { + if yyr2615 || yy2arr2615 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34118,25 +34214,25 @@ func (x *Service) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2621 := z.DecBinary() - _ = yym2621 + yym2631 := z.DecBinary() + _ = yym2631 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2622 := r.ContainerType() - if yyct2622 == codecSelferValueTypeMap1234 { - yyl2622 := r.ReadMapStart() - if yyl2622 == 0 { + yyct2632 := r.ContainerType() + if yyct2632 == codecSelferValueTypeMap1234 { + yyl2632 := r.ReadMapStart() + if yyl2632 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2622, d) + x.codecDecodeSelfFromMap(yyl2632, d) } - } else if yyct2622 == codecSelferValueTypeArray1234 { - yyl2622 := r.ReadArrayStart() - if yyl2622 == 0 { + } else if yyct2632 == codecSelferValueTypeArray1234 { + yyl2632 := r.ReadArrayStart() + if yyl2632 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2622, d) + x.codecDecodeSelfFromArray(yyl2632, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34148,12 +34244,12 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2623Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2623Slc - var yyhl2623 bool = l >= 0 - for yyj2623 := 0; ; yyj2623++ { - if yyhl2623 { - if yyj2623 >= l { + var yys2633Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2633Slc + var yyhl2633 bool = l >= 0 + for yyj2633 := 0; ; yyj2633++ { + if yyhl2633 { + if yyj2633 >= l { break } } else { @@ -34162,10 +34258,10 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2623Slc = r.DecodeBytes(yys2623Slc, true, true) - yys2623 := string(yys2623Slc) + yys2633Slc = r.DecodeBytes(yys2633Slc, true, true) + yys2633 := string(yys2633Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2623 { + switch yys2633 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -34182,27 +34278,27 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2626 := &x.ObjectMeta - yyv2626.CodecDecodeSelf(d) + yyv2636 := &x.ObjectMeta + yyv2636.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ServiceSpec{} } else { - yyv2627 := &x.Spec - yyv2627.CodecDecodeSelf(d) + yyv2637 := &x.Spec + yyv2637.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ServiceStatus{} } else { - yyv2628 := &x.Status - yyv2628.CodecDecodeSelf(d) + yyv2638 := &x.Status + yyv2638.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2623) - } // end switch yys2623 - } // end for yyj2623 + z.DecStructFieldNotFound(-1, yys2633) + } // end switch yys2633 + } // end for yyj2633 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34210,16 +34306,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2629 int - var yyb2629 bool - var yyhl2629 bool = l >= 0 - yyj2629++ - if yyhl2629 { - yyb2629 = yyj2629 > l + var yyj2639 int + var yyb2639 bool + var yyhl2639 bool = l >= 0 + yyj2639++ + if yyhl2639 { + yyb2639 = yyj2639 > l } else { - yyb2629 = r.CheckBreak() + yyb2639 = r.CheckBreak() } - if yyb2629 { + if yyb2639 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34229,13 +34325,13 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2629++ - if yyhl2629 { - yyb2629 = yyj2629 > l + yyj2639++ + if yyhl2639 { + yyb2639 = yyj2639 > l } else { - yyb2629 = r.CheckBreak() + yyb2639 = r.CheckBreak() } - if yyb2629 { + if yyb2639 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34245,13 +34341,13 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2629++ - if yyhl2629 { - yyb2629 = yyj2629 > l + yyj2639++ + if yyhl2639 { + yyb2639 = yyj2639 > l } else { - yyb2629 = r.CheckBreak() + yyb2639 = r.CheckBreak() } - if yyb2629 { + if yyb2639 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34259,16 +34355,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2632 := &x.ObjectMeta - yyv2632.CodecDecodeSelf(d) + yyv2642 := &x.ObjectMeta + yyv2642.CodecDecodeSelf(d) } - yyj2629++ - if yyhl2629 { - yyb2629 = yyj2629 > l + yyj2639++ + if yyhl2639 { + yyb2639 = yyj2639 > l } else { - yyb2629 = r.CheckBreak() + yyb2639 = r.CheckBreak() } - if yyb2629 { + if yyb2639 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34276,16 +34372,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = ServiceSpec{} } else { - yyv2633 := &x.Spec - yyv2633.CodecDecodeSelf(d) + yyv2643 := &x.Spec + yyv2643.CodecDecodeSelf(d) } - yyj2629++ - if yyhl2629 { - yyb2629 = yyj2629 > l + yyj2639++ + if yyhl2639 { + yyb2639 = yyj2639 > l } else { - yyb2629 = r.CheckBreak() + yyb2639 = r.CheckBreak() } - if yyb2629 { + if yyb2639 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34293,21 +34389,21 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = ServiceStatus{} } else { - yyv2634 := &x.Status - yyv2634.CodecDecodeSelf(d) + yyv2644 := &x.Status + yyv2644.CodecDecodeSelf(d) } for { - yyj2629++ - if yyhl2629 { - yyb2629 = yyj2629 > l + yyj2639++ + if yyhl2639 { + yyb2639 = yyj2639 > l } else { - yyb2629 = r.CheckBreak() + yyb2639 = r.CheckBreak() } - if yyb2629 { + if yyb2639 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2629-1, "") + z.DecStructFieldNotFound(yyj2639-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34319,37 +34415,37 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2635 := z.EncBinary() - _ = yym2635 + yym2645 := z.EncBinary() + _ = yym2645 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2636 := !z.EncBinary() - yy2arr2636 := z.EncBasicHandle().StructToArray - var yyq2636 [4]bool - _, _, _ = yysep2636, yyq2636, yy2arr2636 - const yyr2636 bool = false - yyq2636[0] = x.Kind != "" - yyq2636[1] = x.APIVersion != "" - yyq2636[2] = true - var yynn2636 int - if yyr2636 || yy2arr2636 { + yysep2646 := !z.EncBinary() + yy2arr2646 := z.EncBasicHandle().StructToArray + var yyq2646 [4]bool + _, _, _ = yysep2646, yyq2646, yy2arr2646 + const yyr2646 bool = false + yyq2646[0] = x.Kind != "" + yyq2646[1] = x.APIVersion != "" + yyq2646[2] = true + var yynn2646 int + if yyr2646 || yy2arr2646 { r.EncodeArrayStart(4) } else { - yynn2636 = 1 - for _, b := range yyq2636 { + yynn2646 = 1 + for _, b := range yyq2646 { if b { - yynn2636++ + yynn2646++ } } - r.EncodeMapStart(yynn2636) - yynn2636 = 0 + r.EncodeMapStart(yynn2646) + yynn2646 = 0 } - if yyr2636 || yy2arr2636 { + if yyr2646 || yy2arr2646 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2636[0] { - yym2638 := z.EncBinary() - _ = yym2638 + if yyq2646[0] { + yym2648 := z.EncBinary() + _ = yym2648 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -34358,23 +34454,23 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2636[0] { + if yyq2646[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2639 := z.EncBinary() - _ = yym2639 + yym2649 := z.EncBinary() + _ = yym2649 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2636 || yy2arr2636 { + if yyr2646 || yy2arr2646 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2636[1] { - yym2641 := z.EncBinary() - _ = yym2641 + if yyq2646[1] { + yym2651 := z.EncBinary() + _ = yym2651 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -34383,54 +34479,54 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2636[1] { + if yyq2646[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2642 := z.EncBinary() - _ = yym2642 + yym2652 := z.EncBinary() + _ = yym2652 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2636 || yy2arr2636 { + if yyr2646 || yy2arr2646 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2636[2] { - yy2644 := &x.ListMeta - yym2645 := z.EncBinary() - _ = yym2645 + if yyq2646[2] { + yy2654 := &x.ListMeta + yym2655 := z.EncBinary() + _ = yym2655 if false { - } else if z.HasExtensions() && z.EncExt(yy2644) { + } else if z.HasExtensions() && z.EncExt(yy2654) { } else { - z.EncFallback(yy2644) + z.EncFallback(yy2654) } } else { r.EncodeNil() } } else { - if yyq2636[2] { + if yyq2646[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2646 := &x.ListMeta - yym2647 := z.EncBinary() - _ = yym2647 + yy2656 := &x.ListMeta + yym2657 := z.EncBinary() + _ = yym2657 if false { - } else if z.HasExtensions() && z.EncExt(yy2646) { + } else if z.HasExtensions() && z.EncExt(yy2656) { } else { - z.EncFallback(yy2646) + z.EncFallback(yy2656) } } } - if yyr2636 || yy2arr2636 { + if yyr2646 || yy2arr2646 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2649 := z.EncBinary() - _ = yym2649 + yym2659 := z.EncBinary() + _ = yym2659 if false { } else { h.encSliceService(([]Service)(x.Items), e) @@ -34443,15 +34539,15 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2650 := z.EncBinary() - _ = yym2650 + yym2660 := z.EncBinary() + _ = yym2660 if false { } else { h.encSliceService(([]Service)(x.Items), e) } } } - if yyr2636 || yy2arr2636 { + if yyr2646 || yy2arr2646 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34464,25 +34560,25 @@ func (x *ServiceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2651 := z.DecBinary() - _ = yym2651 + yym2661 := z.DecBinary() + _ = yym2661 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2652 := r.ContainerType() - if yyct2652 == codecSelferValueTypeMap1234 { - yyl2652 := r.ReadMapStart() - if yyl2652 == 0 { + yyct2662 := r.ContainerType() + if yyct2662 == codecSelferValueTypeMap1234 { + yyl2662 := r.ReadMapStart() + if yyl2662 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2652, d) + x.codecDecodeSelfFromMap(yyl2662, d) } - } else if yyct2652 == codecSelferValueTypeArray1234 { - yyl2652 := r.ReadArrayStart() - if yyl2652 == 0 { + } else if yyct2662 == codecSelferValueTypeArray1234 { + yyl2662 := r.ReadArrayStart() + if yyl2662 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2652, d) + x.codecDecodeSelfFromArray(yyl2662, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34494,12 +34590,12 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2653Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2653Slc - var yyhl2653 bool = l >= 0 - for yyj2653 := 0; ; yyj2653++ { - if yyhl2653 { - if yyj2653 >= l { + var yys2663Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2663Slc + var yyhl2663 bool = l >= 0 + for yyj2663 := 0; ; yyj2663++ { + if yyhl2663 { + if yyj2663 >= l { break } } else { @@ -34508,10 +34604,10 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2653Slc = r.DecodeBytes(yys2653Slc, true, true) - yys2653 := string(yys2653Slc) + yys2663Slc = r.DecodeBytes(yys2663Slc, true, true) + yys2663 := string(yys2663Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2653 { + switch yys2663 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -34528,31 +34624,31 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2656 := &x.ListMeta - yym2657 := z.DecBinary() - _ = yym2657 + yyv2666 := &x.ListMeta + yym2667 := z.DecBinary() + _ = yym2667 if false { - } else if z.HasExtensions() && z.DecExt(yyv2656) { + } else if z.HasExtensions() && z.DecExt(yyv2666) { } else { - z.DecFallback(yyv2656, false) + z.DecFallback(yyv2666, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2658 := &x.Items - yym2659 := z.DecBinary() - _ = yym2659 + yyv2668 := &x.Items + yym2669 := z.DecBinary() + _ = yym2669 if false { } else { - h.decSliceService((*[]Service)(yyv2658), d) + h.decSliceService((*[]Service)(yyv2668), d) } } default: - z.DecStructFieldNotFound(-1, yys2653) - } // end switch yys2653 - } // end for yyj2653 + z.DecStructFieldNotFound(-1, yys2663) + } // end switch yys2663 + } // end for yyj2663 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34560,16 +34656,16 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2660 int - var yyb2660 bool - var yyhl2660 bool = l >= 0 - yyj2660++ - if yyhl2660 { - yyb2660 = yyj2660 > l + var yyj2670 int + var yyb2670 bool + var yyhl2670 bool = l >= 0 + yyj2670++ + if yyhl2670 { + yyb2670 = yyj2670 > l } else { - yyb2660 = r.CheckBreak() + yyb2670 = r.CheckBreak() } - if yyb2660 { + if yyb2670 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34579,13 +34675,13 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2660++ - if yyhl2660 { - yyb2660 = yyj2660 > l + yyj2670++ + if yyhl2670 { + yyb2670 = yyj2670 > l } else { - yyb2660 = r.CheckBreak() + yyb2670 = r.CheckBreak() } - if yyb2660 { + if yyb2670 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34595,13 +34691,13 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2660++ - if yyhl2660 { - yyb2660 = yyj2660 > l + yyj2670++ + if yyhl2670 { + yyb2670 = yyj2670 > l } else { - yyb2660 = r.CheckBreak() + yyb2670 = r.CheckBreak() } - if yyb2660 { + if yyb2670 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34609,22 +34705,22 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2663 := &x.ListMeta - yym2664 := z.DecBinary() - _ = yym2664 + yyv2673 := &x.ListMeta + yym2674 := z.DecBinary() + _ = yym2674 if false { - } else if z.HasExtensions() && z.DecExt(yyv2663) { + } else if z.HasExtensions() && z.DecExt(yyv2673) { } else { - z.DecFallback(yyv2663, false) + z.DecFallback(yyv2673, false) } } - yyj2660++ - if yyhl2660 { - yyb2660 = yyj2660 > l + yyj2670++ + if yyhl2670 { + yyb2670 = yyj2670 > l } else { - yyb2660 = r.CheckBreak() + yyb2670 = r.CheckBreak() } - if yyb2660 { + if yyb2670 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34632,26 +34728,26 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2665 := &x.Items - yym2666 := z.DecBinary() - _ = yym2666 + yyv2675 := &x.Items + yym2676 := z.DecBinary() + _ = yym2676 if false { } else { - h.decSliceService((*[]Service)(yyv2665), d) + h.decSliceService((*[]Service)(yyv2675), d) } } for { - yyj2660++ - if yyhl2660 { - yyb2660 = yyj2660 > l + yyj2670++ + if yyhl2670 { + yyb2670 = yyj2670 > l } else { - yyb2660 = r.CheckBreak() + yyb2670 = r.CheckBreak() } - if yyb2660 { + if yyb2670 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2660-1, "") + z.DecStructFieldNotFound(yyj2670-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34663,39 +34759,39 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2667 := z.EncBinary() - _ = yym2667 + yym2677 := z.EncBinary() + _ = yym2677 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2668 := !z.EncBinary() - yy2arr2668 := z.EncBasicHandle().StructToArray - var yyq2668 [5]bool - _, _, _ = yysep2668, yyq2668, yy2arr2668 - const yyr2668 bool = false - yyq2668[0] = x.Kind != "" - yyq2668[1] = x.APIVersion != "" - yyq2668[2] = true - yyq2668[3] = len(x.Secrets) != 0 - yyq2668[4] = len(x.ImagePullSecrets) != 0 - var yynn2668 int - if yyr2668 || yy2arr2668 { + yysep2678 := !z.EncBinary() + yy2arr2678 := z.EncBasicHandle().StructToArray + var yyq2678 [5]bool + _, _, _ = yysep2678, yyq2678, yy2arr2678 + const yyr2678 bool = false + yyq2678[0] = x.Kind != "" + yyq2678[1] = x.APIVersion != "" + yyq2678[2] = true + yyq2678[3] = len(x.Secrets) != 0 + yyq2678[4] = len(x.ImagePullSecrets) != 0 + var yynn2678 int + if yyr2678 || yy2arr2678 { r.EncodeArrayStart(5) } else { - yynn2668 = 0 - for _, b := range yyq2668 { + yynn2678 = 0 + for _, b := range yyq2678 { if b { - yynn2668++ + yynn2678++ } } - r.EncodeMapStart(yynn2668) - yynn2668 = 0 + r.EncodeMapStart(yynn2678) + yynn2678 = 0 } - if yyr2668 || yy2arr2668 { + if yyr2678 || yy2arr2678 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2668[0] { - yym2670 := z.EncBinary() - _ = yym2670 + if yyq2678[0] { + yym2680 := z.EncBinary() + _ = yym2680 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -34704,23 +34800,23 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2668[0] { + if yyq2678[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2671 := z.EncBinary() - _ = yym2671 + yym2681 := z.EncBinary() + _ = yym2681 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2668 || yy2arr2668 { + if yyr2678 || yy2arr2678 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2668[1] { - yym2673 := z.EncBinary() - _ = yym2673 + if yyq2678[1] { + yym2683 := z.EncBinary() + _ = yym2683 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -34729,43 +34825,43 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2668[1] { + if yyq2678[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2674 := z.EncBinary() - _ = yym2674 + yym2684 := z.EncBinary() + _ = yym2684 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2668 || yy2arr2668 { + if yyr2678 || yy2arr2678 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2668[2] { - yy2676 := &x.ObjectMeta - yy2676.CodecEncodeSelf(e) + if yyq2678[2] { + yy2686 := &x.ObjectMeta + yy2686.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2668[2] { + if yyq2678[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2677 := &x.ObjectMeta - yy2677.CodecEncodeSelf(e) + yy2687 := &x.ObjectMeta + yy2687.CodecEncodeSelf(e) } } - if yyr2668 || yy2arr2668 { + if yyr2678 || yy2arr2678 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2668[3] { + if yyq2678[3] { if x.Secrets == nil { r.EncodeNil() } else { - yym2679 := z.EncBinary() - _ = yym2679 + yym2689 := z.EncBinary() + _ = yym2689 if false { } else { h.encSliceObjectReference(([]ObjectReference)(x.Secrets), e) @@ -34775,15 +34871,15 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2668[3] { + if yyq2678[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secrets")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Secrets == nil { r.EncodeNil() } else { - yym2680 := z.EncBinary() - _ = yym2680 + yym2690 := z.EncBinary() + _ = yym2690 if false { } else { h.encSliceObjectReference(([]ObjectReference)(x.Secrets), e) @@ -34791,14 +34887,14 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2668 || yy2arr2668 { + if yyr2678 || yy2arr2678 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2668[4] { + if yyq2678[4] { if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2682 := z.EncBinary() - _ = yym2682 + yym2692 := z.EncBinary() + _ = yym2692 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -34808,15 +34904,15 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2668[4] { + if yyq2678[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imagePullSecrets")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2683 := z.EncBinary() - _ = yym2683 + yym2693 := z.EncBinary() + _ = yym2693 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -34824,7 +34920,7 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2668 || yy2arr2668 { + if yyr2678 || yy2arr2678 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34837,25 +34933,25 @@ func (x *ServiceAccount) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2684 := z.DecBinary() - _ = yym2684 + yym2694 := z.DecBinary() + _ = yym2694 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2685 := r.ContainerType() - if yyct2685 == codecSelferValueTypeMap1234 { - yyl2685 := r.ReadMapStart() - if yyl2685 == 0 { + yyct2695 := r.ContainerType() + if yyct2695 == codecSelferValueTypeMap1234 { + yyl2695 := r.ReadMapStart() + if yyl2695 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2685, d) + x.codecDecodeSelfFromMap(yyl2695, d) } - } else if yyct2685 == codecSelferValueTypeArray1234 { - yyl2685 := r.ReadArrayStart() - if yyl2685 == 0 { + } else if yyct2695 == codecSelferValueTypeArray1234 { + yyl2695 := r.ReadArrayStart() + if yyl2695 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2685, d) + x.codecDecodeSelfFromArray(yyl2695, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34867,12 +34963,12 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2686Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2686Slc - var yyhl2686 bool = l >= 0 - for yyj2686 := 0; ; yyj2686++ { - if yyhl2686 { - if yyj2686 >= l { + var yys2696Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2696Slc + var yyhl2696 bool = l >= 0 + for yyj2696 := 0; ; yyj2696++ { + if yyhl2696 { + if yyj2696 >= l { break } } else { @@ -34881,10 +34977,10 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2686Slc = r.DecodeBytes(yys2686Slc, true, true) - yys2686 := string(yys2686Slc) + yys2696Slc = r.DecodeBytes(yys2696Slc, true, true) + yys2696 := string(yys2696Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2686 { + switch yys2696 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -34901,37 +34997,37 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2689 := &x.ObjectMeta - yyv2689.CodecDecodeSelf(d) + yyv2699 := &x.ObjectMeta + yyv2699.CodecDecodeSelf(d) } case "secrets": if r.TryDecodeAsNil() { x.Secrets = nil } else { - yyv2690 := &x.Secrets - yym2691 := z.DecBinary() - _ = yym2691 + yyv2700 := &x.Secrets + yym2701 := z.DecBinary() + _ = yym2701 if false { } else { - h.decSliceObjectReference((*[]ObjectReference)(yyv2690), d) + h.decSliceObjectReference((*[]ObjectReference)(yyv2700), d) } } case "imagePullSecrets": if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2692 := &x.ImagePullSecrets - yym2693 := z.DecBinary() - _ = yym2693 + yyv2702 := &x.ImagePullSecrets + yym2703 := z.DecBinary() + _ = yym2703 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2692), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2702), d) } } default: - z.DecStructFieldNotFound(-1, yys2686) - } // end switch yys2686 - } // end for yyj2686 + z.DecStructFieldNotFound(-1, yys2696) + } // end switch yys2696 + } // end for yyj2696 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34939,16 +35035,16 @@ func (x *ServiceAccount) 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 yyj2704 int + var yyb2704 bool + var yyhl2704 bool = l >= 0 + yyj2704++ + if yyhl2704 { + yyb2704 = yyj2704 > l } else { - yyb2694 = r.CheckBreak() + yyb2704 = r.CheckBreak() } - if yyb2694 { + if yyb2704 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34958,13 +35054,13 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2694++ - if yyhl2694 { - yyb2694 = yyj2694 > l + yyj2704++ + if yyhl2704 { + yyb2704 = yyj2704 > l } else { - yyb2694 = r.CheckBreak() + yyb2704 = r.CheckBreak() } - if yyb2694 { + if yyb2704 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34974,13 +35070,13 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2694++ - if yyhl2694 { - yyb2694 = yyj2694 > l + yyj2704++ + if yyhl2704 { + yyb2704 = yyj2704 > l } else { - yyb2694 = r.CheckBreak() + yyb2704 = r.CheckBreak() } - if yyb2694 { + if yyb2704 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34988,16 +35084,16 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2697 := &x.ObjectMeta - yyv2697.CodecDecodeSelf(d) + yyv2707 := &x.ObjectMeta + yyv2707.CodecDecodeSelf(d) } - yyj2694++ - if yyhl2694 { - yyb2694 = yyj2694 > l + yyj2704++ + if yyhl2704 { + yyb2704 = yyj2704 > l } else { - yyb2694 = r.CheckBreak() + yyb2704 = r.CheckBreak() } - if yyb2694 { + if yyb2704 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35005,21 +35101,21 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Secrets = nil } else { - yyv2698 := &x.Secrets - yym2699 := z.DecBinary() - _ = yym2699 + yyv2708 := &x.Secrets + yym2709 := z.DecBinary() + _ = yym2709 if false { } else { - h.decSliceObjectReference((*[]ObjectReference)(yyv2698), d) + h.decSliceObjectReference((*[]ObjectReference)(yyv2708), d) } } - yyj2694++ - if yyhl2694 { - yyb2694 = yyj2694 > l + yyj2704++ + if yyhl2704 { + yyb2704 = yyj2704 > l } else { - yyb2694 = r.CheckBreak() + yyb2704 = r.CheckBreak() } - if yyb2694 { + if yyb2704 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35027,26 +35123,26 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2700 := &x.ImagePullSecrets - yym2701 := z.DecBinary() - _ = yym2701 + yyv2710 := &x.ImagePullSecrets + yym2711 := z.DecBinary() + _ = yym2711 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2700), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2710), d) } } for { - yyj2694++ - if yyhl2694 { - yyb2694 = yyj2694 > l + yyj2704++ + if yyhl2704 { + yyb2704 = yyj2704 > l } else { - yyb2694 = r.CheckBreak() + yyb2704 = r.CheckBreak() } - if yyb2694 { + if yyb2704 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2694-1, "") + z.DecStructFieldNotFound(yyj2704-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35058,37 +35154,37 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2702 := z.EncBinary() - _ = yym2702 + yym2712 := z.EncBinary() + _ = yym2712 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2703 := !z.EncBinary() - yy2arr2703 := z.EncBasicHandle().StructToArray - var yyq2703 [4]bool - _, _, _ = yysep2703, yyq2703, yy2arr2703 - const yyr2703 bool = false - yyq2703[0] = x.Kind != "" - yyq2703[1] = x.APIVersion != "" - yyq2703[2] = true - var yynn2703 int - if yyr2703 || yy2arr2703 { + yysep2713 := !z.EncBinary() + yy2arr2713 := z.EncBasicHandle().StructToArray + var yyq2713 [4]bool + _, _, _ = yysep2713, yyq2713, yy2arr2713 + const yyr2713 bool = false + yyq2713[0] = x.Kind != "" + yyq2713[1] = x.APIVersion != "" + yyq2713[2] = true + var yynn2713 int + if yyr2713 || yy2arr2713 { r.EncodeArrayStart(4) } else { - yynn2703 = 1 - for _, b := range yyq2703 { + yynn2713 = 1 + for _, b := range yyq2713 { if b { - yynn2703++ + yynn2713++ } } - r.EncodeMapStart(yynn2703) - yynn2703 = 0 + r.EncodeMapStart(yynn2713) + yynn2713 = 0 } - if yyr2703 || yy2arr2703 { + if yyr2713 || yy2arr2713 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2703[0] { - yym2705 := z.EncBinary() - _ = yym2705 + if yyq2713[0] { + yym2715 := z.EncBinary() + _ = yym2715 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -35097,23 +35193,23 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2703[0] { + if yyq2713[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2706 := z.EncBinary() - _ = yym2706 + yym2716 := z.EncBinary() + _ = yym2716 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2703 || yy2arr2703 { + if yyr2713 || yy2arr2713 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2703[1] { - yym2708 := z.EncBinary() - _ = yym2708 + if yyq2713[1] { + yym2718 := z.EncBinary() + _ = yym2718 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -35122,54 +35218,54 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2703[1] { + if yyq2713[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2709 := z.EncBinary() - _ = yym2709 + yym2719 := z.EncBinary() + _ = yym2719 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2703 || yy2arr2703 { + if yyr2713 || yy2arr2713 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2703[2] { - yy2711 := &x.ListMeta - yym2712 := z.EncBinary() - _ = yym2712 + if yyq2713[2] { + yy2721 := &x.ListMeta + yym2722 := z.EncBinary() + _ = yym2722 if false { - } else if z.HasExtensions() && z.EncExt(yy2711) { + } else if z.HasExtensions() && z.EncExt(yy2721) { } else { - z.EncFallback(yy2711) + z.EncFallback(yy2721) } } else { r.EncodeNil() } } else { - if yyq2703[2] { + if yyq2713[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2713 := &x.ListMeta - yym2714 := z.EncBinary() - _ = yym2714 + yy2723 := &x.ListMeta + yym2724 := z.EncBinary() + _ = yym2724 if false { - } else if z.HasExtensions() && z.EncExt(yy2713) { + } else if z.HasExtensions() && z.EncExt(yy2723) { } else { - z.EncFallback(yy2713) + z.EncFallback(yy2723) } } } - if yyr2703 || yy2arr2703 { + if yyr2713 || yy2arr2713 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2716 := z.EncBinary() - _ = yym2716 + yym2726 := z.EncBinary() + _ = yym2726 if false { } else { h.encSliceServiceAccount(([]ServiceAccount)(x.Items), e) @@ -35182,15 +35278,15 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2717 := z.EncBinary() - _ = yym2717 + yym2727 := z.EncBinary() + _ = yym2727 if false { } else { h.encSliceServiceAccount(([]ServiceAccount)(x.Items), e) } } } - if yyr2703 || yy2arr2703 { + if yyr2713 || yy2arr2713 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35203,25 +35299,25 @@ func (x *ServiceAccountList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2718 := z.DecBinary() - _ = yym2718 + yym2728 := z.DecBinary() + _ = yym2728 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2719 := r.ContainerType() - if yyct2719 == codecSelferValueTypeMap1234 { - yyl2719 := r.ReadMapStart() - if yyl2719 == 0 { + yyct2729 := r.ContainerType() + if yyct2729 == codecSelferValueTypeMap1234 { + yyl2729 := r.ReadMapStart() + if yyl2729 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2719, d) + x.codecDecodeSelfFromMap(yyl2729, d) } - } else if yyct2719 == codecSelferValueTypeArray1234 { - yyl2719 := r.ReadArrayStart() - if yyl2719 == 0 { + } else if yyct2729 == codecSelferValueTypeArray1234 { + yyl2729 := r.ReadArrayStart() + if yyl2729 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2719, d) + x.codecDecodeSelfFromArray(yyl2729, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35233,12 +35329,12 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2720Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2720Slc - var yyhl2720 bool = l >= 0 - for yyj2720 := 0; ; yyj2720++ { - if yyhl2720 { - if yyj2720 >= l { + var yys2730Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2730Slc + var yyhl2730 bool = l >= 0 + for yyj2730 := 0; ; yyj2730++ { + if yyhl2730 { + if yyj2730 >= l { break } } else { @@ -35247,10 +35343,10 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2720Slc = r.DecodeBytes(yys2720Slc, true, true) - yys2720 := string(yys2720Slc) + yys2730Slc = r.DecodeBytes(yys2730Slc, true, true) + yys2730 := string(yys2730Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2720 { + switch yys2730 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -35267,31 +35363,31 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2723 := &x.ListMeta - yym2724 := z.DecBinary() - _ = yym2724 + yyv2733 := &x.ListMeta + yym2734 := z.DecBinary() + _ = yym2734 if false { - } else if z.HasExtensions() && z.DecExt(yyv2723) { + } else if z.HasExtensions() && z.DecExt(yyv2733) { } else { - z.DecFallback(yyv2723, false) + z.DecFallback(yyv2733, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2725 := &x.Items - yym2726 := z.DecBinary() - _ = yym2726 + yyv2735 := &x.Items + yym2736 := z.DecBinary() + _ = yym2736 if false { } else { - h.decSliceServiceAccount((*[]ServiceAccount)(yyv2725), d) + h.decSliceServiceAccount((*[]ServiceAccount)(yyv2735), d) } } default: - z.DecStructFieldNotFound(-1, yys2720) - } // end switch yys2720 - } // end for yyj2720 + z.DecStructFieldNotFound(-1, yys2730) + } // end switch yys2730 + } // end for yyj2730 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35299,16 +35395,16 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2727 int - var yyb2727 bool - var yyhl2727 bool = l >= 0 - yyj2727++ - if yyhl2727 { - yyb2727 = yyj2727 > l + var yyj2737 int + var yyb2737 bool + var yyhl2737 bool = l >= 0 + yyj2737++ + if yyhl2737 { + yyb2737 = yyj2737 > l } else { - yyb2727 = r.CheckBreak() + yyb2737 = r.CheckBreak() } - if yyb2727 { + if yyb2737 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35318,13 +35414,13 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Kind = string(r.DecodeString()) } - yyj2727++ - if yyhl2727 { - yyb2727 = yyj2727 > l + yyj2737++ + if yyhl2737 { + yyb2737 = yyj2737 > l } else { - yyb2727 = r.CheckBreak() + yyb2737 = r.CheckBreak() } - if yyb2727 { + if yyb2737 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35334,13 +35430,13 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.APIVersion = string(r.DecodeString()) } - yyj2727++ - if yyhl2727 { - yyb2727 = yyj2727 > l + yyj2737++ + if yyhl2737 { + yyb2737 = yyj2737 > l } else { - yyb2727 = r.CheckBreak() + yyb2737 = r.CheckBreak() } - if yyb2727 { + if yyb2737 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35348,22 +35444,22 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2730 := &x.ListMeta - yym2731 := z.DecBinary() - _ = yym2731 + yyv2740 := &x.ListMeta + yym2741 := z.DecBinary() + _ = yym2741 if false { - } else if z.HasExtensions() && z.DecExt(yyv2730) { + } else if z.HasExtensions() && z.DecExt(yyv2740) { } else { - z.DecFallback(yyv2730, false) + z.DecFallback(yyv2740, false) } } - yyj2727++ - if yyhl2727 { - yyb2727 = yyj2727 > l + yyj2737++ + if yyhl2737 { + yyb2737 = yyj2737 > l } else { - yyb2727 = r.CheckBreak() + yyb2737 = r.CheckBreak() } - if yyb2727 { + if yyb2737 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35371,26 +35467,26 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2732 := &x.Items - yym2733 := z.DecBinary() - _ = yym2733 + yyv2742 := &x.Items + yym2743 := z.DecBinary() + _ = yym2743 if false { } else { - h.decSliceServiceAccount((*[]ServiceAccount)(yyv2732), d) + h.decSliceServiceAccount((*[]ServiceAccount)(yyv2742), d) } } for { - yyj2727++ - if yyhl2727 { - yyb2727 = yyj2727 > l + yyj2737++ + if yyhl2737 { + yyb2737 = yyj2737 > l } else { - yyb2727 = r.CheckBreak() + yyb2737 = r.CheckBreak() } - if yyb2727 { + if yyb2737 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2727-1, "") + z.DecStructFieldNotFound(yyj2737-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35402,37 +35498,37 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2734 := z.EncBinary() - _ = yym2734 + yym2744 := z.EncBinary() + _ = yym2744 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2735 := !z.EncBinary() - yy2arr2735 := z.EncBasicHandle().StructToArray - var yyq2735 [4]bool - _, _, _ = yysep2735, yyq2735, yy2arr2735 - const yyr2735 bool = false - yyq2735[0] = x.Kind != "" - yyq2735[1] = x.APIVersion != "" - yyq2735[2] = true - var yynn2735 int - if yyr2735 || yy2arr2735 { + yysep2745 := !z.EncBinary() + yy2arr2745 := z.EncBasicHandle().StructToArray + var yyq2745 [4]bool + _, _, _ = yysep2745, yyq2745, yy2arr2745 + const yyr2745 bool = false + yyq2745[0] = x.Kind != "" + yyq2745[1] = x.APIVersion != "" + yyq2745[2] = true + var yynn2745 int + if yyr2745 || yy2arr2745 { r.EncodeArrayStart(4) } else { - yynn2735 = 1 - for _, b := range yyq2735 { + yynn2745 = 1 + for _, b := range yyq2745 { if b { - yynn2735++ + yynn2745++ } } - r.EncodeMapStart(yynn2735) - yynn2735 = 0 + r.EncodeMapStart(yynn2745) + yynn2745 = 0 } - if yyr2735 || yy2arr2735 { + if yyr2745 || yy2arr2745 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2735[0] { - yym2737 := z.EncBinary() - _ = yym2737 + if yyq2745[0] { + yym2747 := z.EncBinary() + _ = yym2747 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -35441,23 +35537,23 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2735[0] { + if yyq2745[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2738 := z.EncBinary() - _ = yym2738 + yym2748 := z.EncBinary() + _ = yym2748 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2735 || yy2arr2735 { + if yyr2745 || yy2arr2745 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2735[1] { - yym2740 := z.EncBinary() - _ = yym2740 + if yyq2745[1] { + yym2750 := z.EncBinary() + _ = yym2750 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -35466,42 +35562,42 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2735[1] { + if yyq2745[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2741 := z.EncBinary() - _ = yym2741 + yym2751 := z.EncBinary() + _ = yym2751 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2735 || yy2arr2735 { + if yyr2745 || yy2arr2745 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2735[2] { - yy2743 := &x.ObjectMeta - yy2743.CodecEncodeSelf(e) + if yyq2745[2] { + yy2753 := &x.ObjectMeta + yy2753.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2735[2] { + if yyq2745[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2744 := &x.ObjectMeta - yy2744.CodecEncodeSelf(e) + yy2754 := &x.ObjectMeta + yy2754.CodecEncodeSelf(e) } } - if yyr2735 || yy2arr2735 { + if yyr2745 || yy2arr2745 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Subsets == nil { r.EncodeNil() } else { - yym2746 := z.EncBinary() - _ = yym2746 + yym2756 := z.EncBinary() + _ = yym2756 if false { } else { h.encSliceEndpointSubset(([]EndpointSubset)(x.Subsets), e) @@ -35514,15 +35610,15 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x.Subsets == nil { r.EncodeNil() } else { - yym2747 := z.EncBinary() - _ = yym2747 + yym2757 := z.EncBinary() + _ = yym2757 if false { } else { h.encSliceEndpointSubset(([]EndpointSubset)(x.Subsets), e) } } } - if yyr2735 || yy2arr2735 { + if yyr2745 || yy2arr2745 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35535,25 +35631,25 @@ func (x *Endpoints) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2748 := z.DecBinary() - _ = yym2748 + yym2758 := z.DecBinary() + _ = yym2758 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2749 := r.ContainerType() - if yyct2749 == codecSelferValueTypeMap1234 { - yyl2749 := r.ReadMapStart() - if yyl2749 == 0 { + yyct2759 := r.ContainerType() + if yyct2759 == codecSelferValueTypeMap1234 { + yyl2759 := r.ReadMapStart() + if yyl2759 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2749, d) + x.codecDecodeSelfFromMap(yyl2759, d) } - } else if yyct2749 == codecSelferValueTypeArray1234 { - yyl2749 := r.ReadArrayStart() - if yyl2749 == 0 { + } else if yyct2759 == codecSelferValueTypeArray1234 { + yyl2759 := r.ReadArrayStart() + if yyl2759 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2749, d) + x.codecDecodeSelfFromArray(yyl2759, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35565,12 +35661,12 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2750Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2750Slc - var yyhl2750 bool = l >= 0 - for yyj2750 := 0; ; yyj2750++ { - if yyhl2750 { - if yyj2750 >= l { + var yys2760Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2760Slc + var yyhl2760 bool = l >= 0 + for yyj2760 := 0; ; yyj2760++ { + if yyhl2760 { + if yyj2760 >= l { break } } else { @@ -35579,10 +35675,10 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2750Slc = r.DecodeBytes(yys2750Slc, true, true) - yys2750 := string(yys2750Slc) + yys2760Slc = r.DecodeBytes(yys2760Slc, true, true) + yys2760 := string(yys2760Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2750 { + switch yys2760 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -35599,25 +35695,25 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2753 := &x.ObjectMeta - yyv2753.CodecDecodeSelf(d) + yyv2763 := &x.ObjectMeta + yyv2763.CodecDecodeSelf(d) } case "subsets": if r.TryDecodeAsNil() { x.Subsets = nil } else { - yyv2754 := &x.Subsets - yym2755 := z.DecBinary() - _ = yym2755 + yyv2764 := &x.Subsets + yym2765 := z.DecBinary() + _ = yym2765 if false { } else { - h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2754), d) + h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2764), d) } } default: - z.DecStructFieldNotFound(-1, yys2750) - } // end switch yys2750 - } // end for yyj2750 + z.DecStructFieldNotFound(-1, yys2760) + } // end switch yys2760 + } // end for yyj2760 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35625,16 +35721,16 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2756 int - var yyb2756 bool - var yyhl2756 bool = l >= 0 - yyj2756++ - if yyhl2756 { - yyb2756 = yyj2756 > l + var yyj2766 int + var yyb2766 bool + var yyhl2766 bool = l >= 0 + yyj2766++ + if yyhl2766 { + yyb2766 = yyj2766 > l } else { - yyb2756 = r.CheckBreak() + yyb2766 = r.CheckBreak() } - if yyb2756 { + if yyb2766 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35644,13 +35740,13 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2756++ - if yyhl2756 { - yyb2756 = yyj2756 > l + yyj2766++ + if yyhl2766 { + yyb2766 = yyj2766 > l } else { - yyb2756 = r.CheckBreak() + yyb2766 = r.CheckBreak() } - if yyb2756 { + if yyb2766 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35660,13 +35756,13 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2756++ - if yyhl2756 { - yyb2756 = yyj2756 > l + yyj2766++ + if yyhl2766 { + yyb2766 = yyj2766 > l } else { - yyb2756 = r.CheckBreak() + yyb2766 = r.CheckBreak() } - if yyb2756 { + if yyb2766 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35674,16 +35770,16 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2759 := &x.ObjectMeta - yyv2759.CodecDecodeSelf(d) + yyv2769 := &x.ObjectMeta + yyv2769.CodecDecodeSelf(d) } - yyj2756++ - if yyhl2756 { - yyb2756 = yyj2756 > l + yyj2766++ + if yyhl2766 { + yyb2766 = yyj2766 > l } else { - yyb2756 = r.CheckBreak() + yyb2766 = r.CheckBreak() } - if yyb2756 { + if yyb2766 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35691,26 +35787,26 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Subsets = nil } else { - yyv2760 := &x.Subsets - yym2761 := z.DecBinary() - _ = yym2761 + yyv2770 := &x.Subsets + yym2771 := z.DecBinary() + _ = yym2771 if false { } else { - h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2760), d) + h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2770), d) } } for { - yyj2756++ - if yyhl2756 { - yyb2756 = yyj2756 > l + yyj2766++ + if yyhl2766 { + yyb2766 = yyj2766 > l } else { - yyb2756 = r.CheckBreak() + yyb2766 = r.CheckBreak() } - if yyb2756 { + if yyb2766 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2756-1, "") + z.DecStructFieldNotFound(yyj2766-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35722,40 +35818,40 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2762 := z.EncBinary() - _ = yym2762 + yym2772 := z.EncBinary() + _ = yym2772 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2763 := !z.EncBinary() - yy2arr2763 := z.EncBasicHandle().StructToArray - var yyq2763 [3]bool - _, _, _ = yysep2763, yyq2763, yy2arr2763 - const yyr2763 bool = false - yyq2763[0] = len(x.Addresses) != 0 - yyq2763[1] = len(x.NotReadyAddresses) != 0 - yyq2763[2] = len(x.Ports) != 0 - var yynn2763 int - if yyr2763 || yy2arr2763 { + yysep2773 := !z.EncBinary() + yy2arr2773 := z.EncBasicHandle().StructToArray + var yyq2773 [3]bool + _, _, _ = yysep2773, yyq2773, yy2arr2773 + const yyr2773 bool = false + yyq2773[0] = len(x.Addresses) != 0 + yyq2773[1] = len(x.NotReadyAddresses) != 0 + yyq2773[2] = len(x.Ports) != 0 + var yynn2773 int + if yyr2773 || yy2arr2773 { r.EncodeArrayStart(3) } else { - yynn2763 = 0 - for _, b := range yyq2763 { + yynn2773 = 0 + for _, b := range yyq2773 { if b { - yynn2763++ + yynn2773++ } } - r.EncodeMapStart(yynn2763) - yynn2763 = 0 + r.EncodeMapStart(yynn2773) + yynn2773 = 0 } - if yyr2763 || yy2arr2763 { + if yyr2773 || yy2arr2773 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2763[0] { + if yyq2773[0] { if x.Addresses == nil { r.EncodeNil() } else { - yym2765 := z.EncBinary() - _ = yym2765 + yym2775 := z.EncBinary() + _ = yym2775 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.Addresses), e) @@ -35765,15 +35861,15 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2763[0] { + if yyq2773[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("addresses")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Addresses == nil { r.EncodeNil() } else { - yym2766 := z.EncBinary() - _ = yym2766 + yym2776 := z.EncBinary() + _ = yym2776 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.Addresses), e) @@ -35781,14 +35877,14 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2763 || yy2arr2763 { + if yyr2773 || yy2arr2773 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2763[1] { + if yyq2773[1] { if x.NotReadyAddresses == nil { r.EncodeNil() } else { - yym2768 := z.EncBinary() - _ = yym2768 + yym2778 := z.EncBinary() + _ = yym2778 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.NotReadyAddresses), e) @@ -35798,15 +35894,15 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2763[1] { + if yyq2773[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("notReadyAddresses")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.NotReadyAddresses == nil { r.EncodeNil() } else { - yym2769 := z.EncBinary() - _ = yym2769 + yym2779 := z.EncBinary() + _ = yym2779 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.NotReadyAddresses), e) @@ -35814,14 +35910,14 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2763 || yy2arr2763 { + if yyr2773 || yy2arr2773 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2763[2] { + if yyq2773[2] { if x.Ports == nil { r.EncodeNil() } else { - yym2771 := z.EncBinary() - _ = yym2771 + yym2781 := z.EncBinary() + _ = yym2781 if false { } else { h.encSliceEndpointPort(([]EndpointPort)(x.Ports), e) @@ -35831,15 +35927,15 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2763[2] { + if yyq2773[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ports")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ports == nil { r.EncodeNil() } else { - yym2772 := z.EncBinary() - _ = yym2772 + yym2782 := z.EncBinary() + _ = yym2782 if false { } else { h.encSliceEndpointPort(([]EndpointPort)(x.Ports), e) @@ -35847,7 +35943,7 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2763 || yy2arr2763 { + if yyr2773 || yy2arr2773 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35860,25 +35956,25 @@ func (x *EndpointSubset) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2773 := z.DecBinary() - _ = yym2773 + yym2783 := z.DecBinary() + _ = yym2783 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2774 := r.ContainerType() - if yyct2774 == codecSelferValueTypeMap1234 { - yyl2774 := r.ReadMapStart() - if yyl2774 == 0 { + yyct2784 := r.ContainerType() + if yyct2784 == codecSelferValueTypeMap1234 { + yyl2784 := r.ReadMapStart() + if yyl2784 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2774, d) + x.codecDecodeSelfFromMap(yyl2784, d) } - } else if yyct2774 == codecSelferValueTypeArray1234 { - yyl2774 := r.ReadArrayStart() - if yyl2774 == 0 { + } else if yyct2784 == codecSelferValueTypeArray1234 { + yyl2784 := r.ReadArrayStart() + if yyl2784 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2774, d) + x.codecDecodeSelfFromArray(yyl2784, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35890,12 +35986,12 @@ func (x *EndpointSubset) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2775Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2775Slc - var yyhl2775 bool = l >= 0 - for yyj2775 := 0; ; yyj2775++ { - if yyhl2775 { - if yyj2775 >= l { + var yys2785Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2785Slc + var yyhl2785 bool = l >= 0 + for yyj2785 := 0; ; yyj2785++ { + if yyhl2785 { + if yyj2785 >= l { break } } else { @@ -35904,50 +36000,50 @@ func (x *EndpointSubset) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2775Slc = r.DecodeBytes(yys2775Slc, true, true) - yys2775 := string(yys2775Slc) + yys2785Slc = r.DecodeBytes(yys2785Slc, true, true) + yys2785 := string(yys2785Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2775 { + switch yys2785 { case "addresses": if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2776 := &x.Addresses - yym2777 := z.DecBinary() - _ = yym2777 + yyv2786 := &x.Addresses + yym2787 := z.DecBinary() + _ = yym2787 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2776), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2786), d) } } case "notReadyAddresses": if r.TryDecodeAsNil() { x.NotReadyAddresses = nil } else { - yyv2778 := &x.NotReadyAddresses - yym2779 := z.DecBinary() - _ = yym2779 + yyv2788 := &x.NotReadyAddresses + yym2789 := z.DecBinary() + _ = yym2789 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2778), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2788), d) } } case "ports": if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2780 := &x.Ports - yym2781 := z.DecBinary() - _ = yym2781 + yyv2790 := &x.Ports + yym2791 := z.DecBinary() + _ = yym2791 if false { } else { - h.decSliceEndpointPort((*[]EndpointPort)(yyv2780), d) + h.decSliceEndpointPort((*[]EndpointPort)(yyv2790), d) } } default: - z.DecStructFieldNotFound(-1, yys2775) - } // end switch yys2775 - } // end for yyj2775 + z.DecStructFieldNotFound(-1, yys2785) + } // end switch yys2785 + } // end for yyj2785 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35955,16 +36051,16 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2782 int - var yyb2782 bool - var yyhl2782 bool = l >= 0 - yyj2782++ - if yyhl2782 { - yyb2782 = yyj2782 > l + var yyj2792 int + var yyb2792 bool + var yyhl2792 bool = l >= 0 + yyj2792++ + if yyhl2792 { + yyb2792 = yyj2792 > l } else { - yyb2782 = r.CheckBreak() + yyb2792 = r.CheckBreak() } - if yyb2782 { + if yyb2792 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35972,21 +36068,21 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2783 := &x.Addresses - yym2784 := z.DecBinary() - _ = yym2784 + yyv2793 := &x.Addresses + yym2794 := z.DecBinary() + _ = yym2794 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2783), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2793), d) } } - yyj2782++ - if yyhl2782 { - yyb2782 = yyj2782 > l + yyj2792++ + if yyhl2792 { + yyb2792 = yyj2792 > l } else { - yyb2782 = r.CheckBreak() + yyb2792 = r.CheckBreak() } - if yyb2782 { + if yyb2792 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35994,21 +36090,21 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NotReadyAddresses = nil } else { - yyv2785 := &x.NotReadyAddresses - yym2786 := z.DecBinary() - _ = yym2786 + yyv2795 := &x.NotReadyAddresses + yym2796 := z.DecBinary() + _ = yym2796 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2785), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2795), d) } } - yyj2782++ - if yyhl2782 { - yyb2782 = yyj2782 > l + yyj2792++ + if yyhl2792 { + yyb2792 = yyj2792 > l } else { - yyb2782 = r.CheckBreak() + yyb2792 = r.CheckBreak() } - if yyb2782 { + if yyb2792 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36016,26 +36112,26 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2787 := &x.Ports - yym2788 := z.DecBinary() - _ = yym2788 + yyv2797 := &x.Ports + yym2798 := z.DecBinary() + _ = yym2798 if false { } else { - h.decSliceEndpointPort((*[]EndpointPort)(yyv2787), d) + h.decSliceEndpointPort((*[]EndpointPort)(yyv2797), d) } } for { - yyj2782++ - if yyhl2782 { - yyb2782 = yyj2782 > l + yyj2792++ + if yyhl2792 { + yyb2792 = yyj2792 > l } else { - yyb2782 = r.CheckBreak() + yyb2792 = r.CheckBreak() } - if yyb2782 { + if yyb2792 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2782-1, "") + z.DecStructFieldNotFound(yyj2792-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36047,36 +36143,36 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2789 := z.EncBinary() - _ = yym2789 + yym2799 := z.EncBinary() + _ = yym2799 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2790 := !z.EncBinary() - yy2arr2790 := z.EncBasicHandle().StructToArray - var yyq2790 [4]bool - _, _, _ = yysep2790, yyq2790, yy2arr2790 - const yyr2790 bool = false - yyq2790[1] = x.Hostname != "" - yyq2790[2] = x.NodeName != nil - yyq2790[3] = x.TargetRef != nil - var yynn2790 int - if yyr2790 || yy2arr2790 { + yysep2800 := !z.EncBinary() + yy2arr2800 := z.EncBasicHandle().StructToArray + var yyq2800 [4]bool + _, _, _ = yysep2800, yyq2800, yy2arr2800 + const yyr2800 bool = false + yyq2800[1] = x.Hostname != "" + yyq2800[2] = x.NodeName != nil + yyq2800[3] = x.TargetRef != nil + var yynn2800 int + if yyr2800 || yy2arr2800 { r.EncodeArrayStart(4) } else { - yynn2790 = 1 - for _, b := range yyq2790 { + yynn2800 = 1 + for _, b := range yyq2800 { if b { - yynn2790++ + yynn2800++ } } - r.EncodeMapStart(yynn2790) - yynn2790 = 0 + r.EncodeMapStart(yynn2800) + yynn2800 = 0 } - if yyr2790 || yy2arr2790 { + if yyr2800 || yy2arr2800 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2792 := z.EncBinary() - _ = yym2792 + yym2802 := z.EncBinary() + _ = yym2802 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) @@ -36085,18 +36181,18 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ip")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2793 := z.EncBinary() - _ = yym2793 + yym2803 := z.EncBinary() + _ = yym2803 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) } } - if yyr2790 || yy2arr2790 { + if yyr2800 || yy2arr2800 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2790[1] { - yym2795 := z.EncBinary() - _ = yym2795 + if yyq2800[1] { + yym2805 := z.EncBinary() + _ = yym2805 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) @@ -36105,56 +36201,56 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2790[1] { + if yyq2800[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostname")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2796 := z.EncBinary() - _ = yym2796 + yym2806 := z.EncBinary() + _ = yym2806 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) } } } - if yyr2790 || yy2arr2790 { + if yyr2800 || yy2arr2800 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2790[2] { + if yyq2800[2] { if x.NodeName == nil { r.EncodeNil() } else { - yy2798 := *x.NodeName - yym2799 := z.EncBinary() - _ = yym2799 + yy2808 := *x.NodeName + yym2809 := z.EncBinary() + _ = yym2809 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy2798)) + r.EncodeString(codecSelferC_UTF81234, string(yy2808)) } } } else { r.EncodeNil() } } else { - if yyq2790[2] { + if yyq2800[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.NodeName == nil { r.EncodeNil() } else { - yy2800 := *x.NodeName - yym2801 := z.EncBinary() - _ = yym2801 + yy2810 := *x.NodeName + yym2811 := z.EncBinary() + _ = yym2811 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy2800)) + r.EncodeString(codecSelferC_UTF81234, string(yy2810)) } } } } - if yyr2790 || yy2arr2790 { + if yyr2800 || yy2arr2800 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2790[3] { + if yyq2800[3] { if x.TargetRef == nil { r.EncodeNil() } else { @@ -36164,7 +36260,7 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2790[3] { + if yyq2800[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("targetRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -36175,7 +36271,7 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2790 || yy2arr2790 { + if yyr2800 || yy2arr2800 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36188,25 +36284,25 @@ func (x *EndpointAddress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2803 := z.DecBinary() - _ = yym2803 + yym2813 := z.DecBinary() + _ = yym2813 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2804 := r.ContainerType() - if yyct2804 == codecSelferValueTypeMap1234 { - yyl2804 := r.ReadMapStart() - if yyl2804 == 0 { + yyct2814 := r.ContainerType() + if yyct2814 == codecSelferValueTypeMap1234 { + yyl2814 := r.ReadMapStart() + if yyl2814 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2804, d) + x.codecDecodeSelfFromMap(yyl2814, d) } - } else if yyct2804 == codecSelferValueTypeArray1234 { - yyl2804 := r.ReadArrayStart() - if yyl2804 == 0 { + } else if yyct2814 == codecSelferValueTypeArray1234 { + yyl2814 := r.ReadArrayStart() + if yyl2814 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2804, d) + x.codecDecodeSelfFromArray(yyl2814, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36218,12 +36314,12 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2805Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2805Slc - var yyhl2805 bool = l >= 0 - for yyj2805 := 0; ; yyj2805++ { - if yyhl2805 { - if yyj2805 >= l { + var yys2815Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2815Slc + var yyhl2815 bool = l >= 0 + for yyj2815 := 0; ; yyj2815++ { + if yyhl2815 { + if yyj2815 >= l { break } } else { @@ -36232,10 +36328,10 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2805Slc = r.DecodeBytes(yys2805Slc, true, true) - yys2805 := string(yys2805Slc) + yys2815Slc = r.DecodeBytes(yys2815Slc, true, true) + yys2815 := string(yys2815Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2805 { + switch yys2815 { case "ip": if r.TryDecodeAsNil() { x.IP = "" @@ -36257,8 +36353,8 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.NodeName == nil { x.NodeName = new(string) } - yym2809 := z.DecBinary() - _ = yym2809 + yym2819 := z.DecBinary() + _ = yym2819 if false { } else { *((*string)(x.NodeName)) = r.DecodeString() @@ -36276,9 +36372,9 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TargetRef.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2805) - } // end switch yys2805 - } // end for yyj2805 + z.DecStructFieldNotFound(-1, yys2815) + } // end switch yys2815 + } // end for yyj2815 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36286,16 +36382,16 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2811 int - var yyb2811 bool - var yyhl2811 bool = l >= 0 - yyj2811++ - if yyhl2811 { - yyb2811 = yyj2811 > l + var yyj2821 int + var yyb2821 bool + var yyhl2821 bool = l >= 0 + yyj2821++ + if yyhl2821 { + yyb2821 = yyj2821 > l } else { - yyb2811 = r.CheckBreak() + yyb2821 = r.CheckBreak() } - if yyb2811 { + if yyb2821 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36305,13 +36401,13 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.IP = string(r.DecodeString()) } - yyj2811++ - if yyhl2811 { - yyb2811 = yyj2811 > l + yyj2821++ + if yyhl2821 { + yyb2821 = yyj2821 > l } else { - yyb2811 = r.CheckBreak() + yyb2821 = r.CheckBreak() } - if yyb2811 { + if yyb2821 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36321,13 +36417,13 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Hostname = string(r.DecodeString()) } - yyj2811++ - if yyhl2811 { - yyb2811 = yyj2811 > l + yyj2821++ + if yyhl2821 { + yyb2821 = yyj2821 > l } else { - yyb2811 = r.CheckBreak() + yyb2821 = r.CheckBreak() } - if yyb2811 { + if yyb2821 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36340,20 +36436,20 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.NodeName == nil { x.NodeName = new(string) } - yym2815 := z.DecBinary() - _ = yym2815 + yym2825 := z.DecBinary() + _ = yym2825 if false { } else { *((*string)(x.NodeName)) = r.DecodeString() } } - yyj2811++ - if yyhl2811 { - yyb2811 = yyj2811 > l + yyj2821++ + if yyhl2821 { + yyb2821 = yyj2821 > l } else { - yyb2811 = r.CheckBreak() + yyb2821 = r.CheckBreak() } - if yyb2811 { + if yyb2821 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36369,17 +36465,17 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.TargetRef.CodecDecodeSelf(d) } for { - yyj2811++ - if yyhl2811 { - yyb2811 = yyj2811 > l + yyj2821++ + if yyhl2821 { + yyb2821 = yyj2821 > l } else { - yyb2811 = r.CheckBreak() + yyb2821 = r.CheckBreak() } - if yyb2811 { + if yyb2821 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2811-1, "") + z.DecStructFieldNotFound(yyj2821-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36391,36 +36487,36 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2817 := z.EncBinary() - _ = yym2817 + yym2827 := z.EncBinary() + _ = yym2827 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2818 := !z.EncBinary() - yy2arr2818 := z.EncBasicHandle().StructToArray - var yyq2818 [3]bool - _, _, _ = yysep2818, yyq2818, yy2arr2818 - const yyr2818 bool = false - yyq2818[0] = x.Name != "" - yyq2818[2] = x.Protocol != "" - var yynn2818 int - if yyr2818 || yy2arr2818 { + yysep2828 := !z.EncBinary() + yy2arr2828 := z.EncBasicHandle().StructToArray + var yyq2828 [3]bool + _, _, _ = yysep2828, yyq2828, yy2arr2828 + const yyr2828 bool = false + yyq2828[0] = x.Name != "" + yyq2828[2] = x.Protocol != "" + var yynn2828 int + if yyr2828 || yy2arr2828 { r.EncodeArrayStart(3) } else { - yynn2818 = 1 - for _, b := range yyq2818 { + yynn2828 = 1 + for _, b := range yyq2828 { if b { - yynn2818++ + yynn2828++ } } - r.EncodeMapStart(yynn2818) - yynn2818 = 0 + r.EncodeMapStart(yynn2828) + yynn2828 = 0 } - if yyr2818 || yy2arr2818 { + if yyr2828 || yy2arr2828 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2818[0] { - yym2820 := z.EncBinary() - _ = yym2820 + if yyq2828[0] { + yym2830 := z.EncBinary() + _ = yym2830 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -36429,22 +36525,22 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2818[0] { + if yyq2828[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2821 := z.EncBinary() - _ = yym2821 + yym2831 := z.EncBinary() + _ = yym2831 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr2818 || yy2arr2818 { + if yyr2828 || yy2arr2828 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2823 := z.EncBinary() - _ = yym2823 + yym2833 := z.EncBinary() + _ = yym2833 if false { } else { r.EncodeInt(int64(x.Port)) @@ -36453,29 +36549,29 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2824 := z.EncBinary() - _ = yym2824 + yym2834 := z.EncBinary() + _ = yym2834 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2818 || yy2arr2818 { + if yyr2828 || yy2arr2828 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2818[2] { + if yyq2828[2] { x.Protocol.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2818[2] { + if yyq2828[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("protocol")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } } - if yyr2818 || yy2arr2818 { + if yyr2828 || yy2arr2828 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36488,25 +36584,25 @@ func (x *EndpointPort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2826 := z.DecBinary() - _ = yym2826 + yym2836 := z.DecBinary() + _ = yym2836 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2827 := r.ContainerType() - if yyct2827 == codecSelferValueTypeMap1234 { - yyl2827 := r.ReadMapStart() - if yyl2827 == 0 { + yyct2837 := r.ContainerType() + if yyct2837 == codecSelferValueTypeMap1234 { + yyl2837 := r.ReadMapStart() + if yyl2837 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2827, d) + x.codecDecodeSelfFromMap(yyl2837, d) } - } else if yyct2827 == codecSelferValueTypeArray1234 { - yyl2827 := r.ReadArrayStart() - if yyl2827 == 0 { + } else if yyct2837 == codecSelferValueTypeArray1234 { + yyl2837 := r.ReadArrayStart() + if yyl2837 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2827, d) + x.codecDecodeSelfFromArray(yyl2837, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36518,12 +36614,12 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2828Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2828Slc - var yyhl2828 bool = l >= 0 - for yyj2828 := 0; ; yyj2828++ { - if yyhl2828 { - if yyj2828 >= l { + var yys2838Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2838Slc + var yyhl2838 bool = l >= 0 + for yyj2838 := 0; ; yyj2838++ { + if yyhl2838 { + if yyj2838 >= l { break } } else { @@ -36532,10 +36628,10 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2828Slc = r.DecodeBytes(yys2828Slc, true, true) - yys2828 := string(yys2828Slc) + yys2838Slc = r.DecodeBytes(yys2838Slc, true, true) + yys2838 := string(yys2838Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2828 { + switch yys2838 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -36555,9 +36651,9 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Protocol = Protocol(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2828) - } // end switch yys2828 - } // end for yyj2828 + z.DecStructFieldNotFound(-1, yys2838) + } // end switch yys2838 + } // end for yyj2838 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36565,16 +36661,16 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2832 int - var yyb2832 bool - var yyhl2832 bool = l >= 0 - yyj2832++ - if yyhl2832 { - yyb2832 = yyj2832 > l + var yyj2842 int + var yyb2842 bool + var yyhl2842 bool = l >= 0 + yyj2842++ + if yyhl2842 { + yyb2842 = yyj2842 > l } else { - yyb2832 = r.CheckBreak() + yyb2842 = r.CheckBreak() } - if yyb2832 { + if yyb2842 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36584,13 +36680,13 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj2832++ - if yyhl2832 { - yyb2832 = yyj2832 > l + yyj2842++ + if yyhl2842 { + yyb2842 = yyj2842 > l } else { - yyb2832 = r.CheckBreak() + yyb2842 = r.CheckBreak() } - if yyb2832 { + if yyb2842 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36600,13 +36696,13 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Port = int32(r.DecodeInt(32)) } - yyj2832++ - if yyhl2832 { - yyb2832 = yyj2832 > l + yyj2842++ + if yyhl2842 { + yyb2842 = yyj2842 > l } else { - yyb2832 = r.CheckBreak() + yyb2842 = r.CheckBreak() } - if yyb2832 { + if yyb2842 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36617,17 +36713,17 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Protocol = Protocol(r.DecodeString()) } for { - yyj2832++ - if yyhl2832 { - yyb2832 = yyj2832 > l + yyj2842++ + if yyhl2842 { + yyb2842 = yyj2842 > l } else { - yyb2832 = r.CheckBreak() + yyb2842 = r.CheckBreak() } - if yyb2832 { + if yyb2842 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2832-1, "") + z.DecStructFieldNotFound(yyj2842-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36639,37 +36735,37 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2836 := z.EncBinary() - _ = yym2836 + yym2846 := z.EncBinary() + _ = yym2846 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2837 := !z.EncBinary() - yy2arr2837 := z.EncBasicHandle().StructToArray - var yyq2837 [4]bool - _, _, _ = yysep2837, yyq2837, yy2arr2837 - const yyr2837 bool = false - yyq2837[0] = x.Kind != "" - yyq2837[1] = x.APIVersion != "" - yyq2837[2] = true - var yynn2837 int - if yyr2837 || yy2arr2837 { + yysep2847 := !z.EncBinary() + yy2arr2847 := z.EncBasicHandle().StructToArray + var yyq2847 [4]bool + _, _, _ = yysep2847, yyq2847, yy2arr2847 + const yyr2847 bool = false + yyq2847[0] = x.Kind != "" + yyq2847[1] = x.APIVersion != "" + yyq2847[2] = true + var yynn2847 int + if yyr2847 || yy2arr2847 { r.EncodeArrayStart(4) } else { - yynn2837 = 1 - for _, b := range yyq2837 { + yynn2847 = 1 + for _, b := range yyq2847 { if b { - yynn2837++ + yynn2847++ } } - r.EncodeMapStart(yynn2837) - yynn2837 = 0 + r.EncodeMapStart(yynn2847) + yynn2847 = 0 } - if yyr2837 || yy2arr2837 { + if yyr2847 || yy2arr2847 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2837[0] { - yym2839 := z.EncBinary() - _ = yym2839 + if yyq2847[0] { + yym2849 := z.EncBinary() + _ = yym2849 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -36678,23 +36774,23 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2837[0] { + if yyq2847[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2840 := z.EncBinary() - _ = yym2840 + yym2850 := z.EncBinary() + _ = yym2850 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2837 || yy2arr2837 { + if yyr2847 || yy2arr2847 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2837[1] { - yym2842 := z.EncBinary() - _ = yym2842 + if yyq2847[1] { + yym2852 := z.EncBinary() + _ = yym2852 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -36703,54 +36799,54 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2837[1] { + if yyq2847[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2843 := z.EncBinary() - _ = yym2843 + yym2853 := z.EncBinary() + _ = yym2853 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2837 || yy2arr2837 { + if yyr2847 || yy2arr2847 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2837[2] { - yy2845 := &x.ListMeta - yym2846 := z.EncBinary() - _ = yym2846 + if yyq2847[2] { + yy2855 := &x.ListMeta + yym2856 := z.EncBinary() + _ = yym2856 if false { - } else if z.HasExtensions() && z.EncExt(yy2845) { + } else if z.HasExtensions() && z.EncExt(yy2855) { } else { - z.EncFallback(yy2845) + z.EncFallback(yy2855) } } else { r.EncodeNil() } } else { - if yyq2837[2] { + if yyq2847[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2847 := &x.ListMeta - yym2848 := z.EncBinary() - _ = yym2848 + yy2857 := &x.ListMeta + yym2858 := z.EncBinary() + _ = yym2858 if false { - } else if z.HasExtensions() && z.EncExt(yy2847) { + } else if z.HasExtensions() && z.EncExt(yy2857) { } else { - z.EncFallback(yy2847) + z.EncFallback(yy2857) } } } - if yyr2837 || yy2arr2837 { + if yyr2847 || yy2arr2847 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2850 := z.EncBinary() - _ = yym2850 + yym2860 := z.EncBinary() + _ = yym2860 if false { } else { h.encSliceEndpoints(([]Endpoints)(x.Items), e) @@ -36763,15 +36859,15 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2851 := z.EncBinary() - _ = yym2851 + yym2861 := z.EncBinary() + _ = yym2861 if false { } else { h.encSliceEndpoints(([]Endpoints)(x.Items), e) } } } - if yyr2837 || yy2arr2837 { + if yyr2847 || yy2arr2847 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36784,25 +36880,25 @@ func (x *EndpointsList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2852 := z.DecBinary() - _ = yym2852 + yym2862 := z.DecBinary() + _ = yym2862 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2853 := r.ContainerType() - if yyct2853 == codecSelferValueTypeMap1234 { - yyl2853 := r.ReadMapStart() - if yyl2853 == 0 { + yyct2863 := r.ContainerType() + if yyct2863 == codecSelferValueTypeMap1234 { + yyl2863 := r.ReadMapStart() + if yyl2863 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2853, d) + x.codecDecodeSelfFromMap(yyl2863, d) } - } else if yyct2853 == codecSelferValueTypeArray1234 { - yyl2853 := r.ReadArrayStart() - if yyl2853 == 0 { + } else if yyct2863 == codecSelferValueTypeArray1234 { + yyl2863 := r.ReadArrayStart() + if yyl2863 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2853, d) + x.codecDecodeSelfFromArray(yyl2863, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36814,12 +36910,12 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2854Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2854Slc - var yyhl2854 bool = l >= 0 - for yyj2854 := 0; ; yyj2854++ { - if yyhl2854 { - if yyj2854 >= l { + var yys2864Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2864Slc + var yyhl2864 bool = l >= 0 + for yyj2864 := 0; ; yyj2864++ { + if yyhl2864 { + if yyj2864 >= l { break } } else { @@ -36828,10 +36924,10 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2854Slc = r.DecodeBytes(yys2854Slc, true, true) - yys2854 := string(yys2854Slc) + yys2864Slc = r.DecodeBytes(yys2864Slc, true, true) + yys2864 := string(yys2864Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2854 { + switch yys2864 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -36848,31 +36944,31 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2857 := &x.ListMeta - yym2858 := z.DecBinary() - _ = yym2858 + yyv2867 := &x.ListMeta + yym2868 := z.DecBinary() + _ = yym2868 if false { - } else if z.HasExtensions() && z.DecExt(yyv2857) { + } else if z.HasExtensions() && z.DecExt(yyv2867) { } else { - z.DecFallback(yyv2857, false) + z.DecFallback(yyv2867, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2859 := &x.Items - yym2860 := z.DecBinary() - _ = yym2860 + yyv2869 := &x.Items + yym2870 := z.DecBinary() + _ = yym2870 if false { } else { - h.decSliceEndpoints((*[]Endpoints)(yyv2859), d) + h.decSliceEndpoints((*[]Endpoints)(yyv2869), d) } } default: - z.DecStructFieldNotFound(-1, yys2854) - } // end switch yys2854 - } // end for yyj2854 + z.DecStructFieldNotFound(-1, yys2864) + } // end switch yys2864 + } // end for yyj2864 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36880,16 +36976,16 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2861 int - var yyb2861 bool - var yyhl2861 bool = l >= 0 - yyj2861++ - if yyhl2861 { - yyb2861 = yyj2861 > l + var yyj2871 int + var yyb2871 bool + var yyhl2871 bool = l >= 0 + yyj2871++ + if yyhl2871 { + yyb2871 = yyj2871 > l } else { - yyb2861 = r.CheckBreak() + yyb2871 = r.CheckBreak() } - if yyb2861 { + if yyb2871 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36899,13 +36995,13 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2861++ - if yyhl2861 { - yyb2861 = yyj2861 > l + yyj2871++ + if yyhl2871 { + yyb2871 = yyj2871 > l } else { - yyb2861 = r.CheckBreak() + yyb2871 = r.CheckBreak() } - if yyb2861 { + if yyb2871 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36915,13 +37011,13 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2861++ - if yyhl2861 { - yyb2861 = yyj2861 > l + yyj2871++ + if yyhl2871 { + yyb2871 = yyj2871 > l } else { - yyb2861 = r.CheckBreak() + yyb2871 = r.CheckBreak() } - if yyb2861 { + if yyb2871 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36929,22 +37025,22 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2864 := &x.ListMeta - yym2865 := z.DecBinary() - _ = yym2865 + yyv2874 := &x.ListMeta + yym2875 := z.DecBinary() + _ = yym2875 if false { - } else if z.HasExtensions() && z.DecExt(yyv2864) { + } else if z.HasExtensions() && z.DecExt(yyv2874) { } else { - z.DecFallback(yyv2864, false) + z.DecFallback(yyv2874, false) } } - yyj2861++ - if yyhl2861 { - yyb2861 = yyj2861 > l + yyj2871++ + if yyhl2871 { + yyb2871 = yyj2871 > l } else { - yyb2861 = r.CheckBreak() + yyb2871 = r.CheckBreak() } - if yyb2861 { + if yyb2871 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36952,26 +37048,26 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2866 := &x.Items - yym2867 := z.DecBinary() - _ = yym2867 + yyv2876 := &x.Items + yym2877 := z.DecBinary() + _ = yym2877 if false { } else { - h.decSliceEndpoints((*[]Endpoints)(yyv2866), d) + h.decSliceEndpoints((*[]Endpoints)(yyv2876), d) } } for { - yyj2861++ - if yyhl2861 { - yyb2861 = yyj2861 > l + yyj2871++ + if yyhl2871 { + yyb2871 = yyj2871 > l } else { - yyb2861 = r.CheckBreak() + yyb2871 = r.CheckBreak() } - if yyb2861 { + if yyb2871 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2861-1, "") + z.DecStructFieldNotFound(yyj2871-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36983,38 +37079,38 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2868 := z.EncBinary() - _ = yym2868 + yym2878 := z.EncBinary() + _ = yym2878 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2869 := !z.EncBinary() - yy2arr2869 := z.EncBasicHandle().StructToArray - var yyq2869 [4]bool - _, _, _ = yysep2869, yyq2869, yy2arr2869 - const yyr2869 bool = false - yyq2869[0] = x.PodCIDR != "" - yyq2869[1] = x.ExternalID != "" - yyq2869[2] = x.ProviderID != "" - yyq2869[3] = x.Unschedulable != false - var yynn2869 int - if yyr2869 || yy2arr2869 { + yysep2879 := !z.EncBinary() + yy2arr2879 := z.EncBasicHandle().StructToArray + var yyq2879 [4]bool + _, _, _ = yysep2879, yyq2879, yy2arr2879 + const yyr2879 bool = false + yyq2879[0] = x.PodCIDR != "" + yyq2879[1] = x.ExternalID != "" + yyq2879[2] = x.ProviderID != "" + yyq2879[3] = x.Unschedulable != false + var yynn2879 int + if yyr2879 || yy2arr2879 { r.EncodeArrayStart(4) } else { - yynn2869 = 0 - for _, b := range yyq2869 { + yynn2879 = 0 + for _, b := range yyq2879 { if b { - yynn2869++ + yynn2879++ } } - r.EncodeMapStart(yynn2869) - yynn2869 = 0 + r.EncodeMapStart(yynn2879) + yynn2879 = 0 } - if yyr2869 || yy2arr2869 { + if yyr2879 || yy2arr2879 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2869[0] { - yym2871 := z.EncBinary() - _ = yym2871 + if yyq2879[0] { + yym2881 := z.EncBinary() + _ = yym2881 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) @@ -37023,23 +37119,23 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2869[0] { + if yyq2879[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podCIDR")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2872 := z.EncBinary() - _ = yym2872 + yym2882 := z.EncBinary() + _ = yym2882 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) } } } - if yyr2869 || yy2arr2869 { + if yyr2879 || yy2arr2879 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2869[1] { - yym2874 := z.EncBinary() - _ = yym2874 + if yyq2879[1] { + yym2884 := z.EncBinary() + _ = yym2884 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) @@ -37048,23 +37144,23 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2869[1] { + if yyq2879[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("externalID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2875 := z.EncBinary() - _ = yym2875 + yym2885 := z.EncBinary() + _ = yym2885 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) } } } - if yyr2869 || yy2arr2869 { + if yyr2879 || yy2arr2879 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2869[2] { - yym2877 := z.EncBinary() - _ = yym2877 + if yyq2879[2] { + yym2887 := z.EncBinary() + _ = yym2887 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) @@ -37073,23 +37169,23 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2869[2] { + if yyq2879[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("providerID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2878 := z.EncBinary() - _ = yym2878 + yym2888 := z.EncBinary() + _ = yym2888 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) } } } - if yyr2869 || yy2arr2869 { + if yyr2879 || yy2arr2879 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2869[3] { - yym2880 := z.EncBinary() - _ = yym2880 + if yyq2879[3] { + yym2890 := z.EncBinary() + _ = yym2890 if false { } else { r.EncodeBool(bool(x.Unschedulable)) @@ -37098,19 +37194,19 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq2869[3] { + if yyq2879[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("unschedulable")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2881 := z.EncBinary() - _ = yym2881 + yym2891 := z.EncBinary() + _ = yym2891 if false { } else { r.EncodeBool(bool(x.Unschedulable)) } } } - if yyr2869 || yy2arr2869 { + if yyr2879 || yy2arr2879 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37123,25 +37219,25 @@ func (x *NodeSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2882 := z.DecBinary() - _ = yym2882 + yym2892 := z.DecBinary() + _ = yym2892 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2883 := r.ContainerType() - if yyct2883 == codecSelferValueTypeMap1234 { - yyl2883 := r.ReadMapStart() - if yyl2883 == 0 { + yyct2893 := r.ContainerType() + if yyct2893 == codecSelferValueTypeMap1234 { + yyl2893 := r.ReadMapStart() + if yyl2893 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2883, d) + x.codecDecodeSelfFromMap(yyl2893, d) } - } else if yyct2883 == codecSelferValueTypeArray1234 { - yyl2883 := r.ReadArrayStart() - if yyl2883 == 0 { + } else if yyct2893 == codecSelferValueTypeArray1234 { + yyl2893 := r.ReadArrayStart() + if yyl2893 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2883, d) + x.codecDecodeSelfFromArray(yyl2893, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37153,12 +37249,12 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2884Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2884Slc - var yyhl2884 bool = l >= 0 - for yyj2884 := 0; ; yyj2884++ { - if yyhl2884 { - if yyj2884 >= l { + var yys2894Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2894Slc + var yyhl2894 bool = l >= 0 + for yyj2894 := 0; ; yyj2894++ { + if yyhl2894 { + if yyj2894 >= l { break } } else { @@ -37167,10 +37263,10 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2884Slc = r.DecodeBytes(yys2884Slc, true, true) - yys2884 := string(yys2884Slc) + yys2894Slc = r.DecodeBytes(yys2894Slc, true, true) + yys2894 := string(yys2894Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2884 { + switch yys2894 { case "podCIDR": if r.TryDecodeAsNil() { x.PodCIDR = "" @@ -37196,9 +37292,9 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Unschedulable = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys2884) - } // end switch yys2884 - } // end for yyj2884 + z.DecStructFieldNotFound(-1, yys2894) + } // end switch yys2894 + } // end for yyj2894 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37206,16 +37302,16 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2889 int - var yyb2889 bool - var yyhl2889 bool = l >= 0 - yyj2889++ - if yyhl2889 { - yyb2889 = yyj2889 > l + var yyj2899 int + var yyb2899 bool + var yyhl2899 bool = l >= 0 + yyj2899++ + if yyhl2899 { + yyb2899 = yyj2899 > l } else { - yyb2889 = r.CheckBreak() + yyb2899 = r.CheckBreak() } - if yyb2889 { + if yyb2899 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37225,13 +37321,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.PodCIDR = string(r.DecodeString()) } - yyj2889++ - if yyhl2889 { - yyb2889 = yyj2889 > l + yyj2899++ + if yyhl2899 { + yyb2899 = yyj2899 > l } else { - yyb2889 = r.CheckBreak() + yyb2899 = r.CheckBreak() } - if yyb2889 { + if yyb2899 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37241,13 +37337,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ExternalID = string(r.DecodeString()) } - yyj2889++ - if yyhl2889 { - yyb2889 = yyj2889 > l + yyj2899++ + if yyhl2899 { + yyb2899 = yyj2899 > l } else { - yyb2889 = r.CheckBreak() + yyb2899 = r.CheckBreak() } - if yyb2889 { + if yyb2899 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37257,13 +37353,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ProviderID = string(r.DecodeString()) } - yyj2889++ - if yyhl2889 { - yyb2889 = yyj2889 > l + yyj2899++ + if yyhl2899 { + yyb2899 = yyj2899 > l } else { - yyb2889 = r.CheckBreak() + yyb2899 = r.CheckBreak() } - if yyb2889 { + if yyb2899 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37274,17 +37370,17 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Unschedulable = bool(r.DecodeBool()) } for { - yyj2889++ - if yyhl2889 { - yyb2889 = yyj2889 > l + yyj2899++ + if yyhl2899 { + yyb2899 = yyj2899 > l } else { - yyb2889 = r.CheckBreak() + yyb2899 = r.CheckBreak() } - if yyb2889 { + if yyb2899 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2889-1, "") + z.DecStructFieldNotFound(yyj2899-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37296,33 +37392,33 @@ func (x *DaemonEndpoint) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2894 := z.EncBinary() - _ = yym2894 + yym2904 := z.EncBinary() + _ = yym2904 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2895 := !z.EncBinary() - yy2arr2895 := z.EncBasicHandle().StructToArray - var yyq2895 [1]bool - _, _, _ = yysep2895, yyq2895, yy2arr2895 - const yyr2895 bool = false - var yynn2895 int - if yyr2895 || yy2arr2895 { + yysep2905 := !z.EncBinary() + yy2arr2905 := z.EncBasicHandle().StructToArray + var yyq2905 [1]bool + _, _, _ = yysep2905, yyq2905, yy2arr2905 + const yyr2905 bool = false + var yynn2905 int + if yyr2905 || yy2arr2905 { r.EncodeArrayStart(1) } else { - yynn2895 = 1 - for _, b := range yyq2895 { + yynn2905 = 1 + for _, b := range yyq2905 { if b { - yynn2895++ + yynn2905++ } } - r.EncodeMapStart(yynn2895) - yynn2895 = 0 + r.EncodeMapStart(yynn2905) + yynn2905 = 0 } - if yyr2895 || yy2arr2895 { + if yyr2905 || yy2arr2905 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2897 := z.EncBinary() - _ = yym2897 + yym2907 := z.EncBinary() + _ = yym2907 if false { } else { r.EncodeInt(int64(x.Port)) @@ -37331,14 +37427,14 @@ func (x *DaemonEndpoint) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2898 := z.EncBinary() - _ = yym2898 + yym2908 := z.EncBinary() + _ = yym2908 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2895 || yy2arr2895 { + if yyr2905 || yy2arr2905 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37351,25 +37447,25 @@ func (x *DaemonEndpoint) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2899 := z.DecBinary() - _ = yym2899 + yym2909 := z.DecBinary() + _ = yym2909 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2900 := r.ContainerType() - if yyct2900 == codecSelferValueTypeMap1234 { - yyl2900 := r.ReadMapStart() - if yyl2900 == 0 { + yyct2910 := r.ContainerType() + if yyct2910 == codecSelferValueTypeMap1234 { + yyl2910 := r.ReadMapStart() + if yyl2910 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2900, d) + x.codecDecodeSelfFromMap(yyl2910, d) } - } else if yyct2900 == codecSelferValueTypeArray1234 { - yyl2900 := r.ReadArrayStart() - if yyl2900 == 0 { + } else if yyct2910 == codecSelferValueTypeArray1234 { + yyl2910 := r.ReadArrayStart() + if yyl2910 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2900, d) + x.codecDecodeSelfFromArray(yyl2910, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37381,12 +37477,12 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2901Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2901Slc - var yyhl2901 bool = l >= 0 - for yyj2901 := 0; ; yyj2901++ { - if yyhl2901 { - if yyj2901 >= l { + var yys2911Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2911Slc + var yyhl2911 bool = l >= 0 + for yyj2911 := 0; ; yyj2911++ { + if yyhl2911 { + if yyj2911 >= l { break } } else { @@ -37395,10 +37491,10 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2901Slc = r.DecodeBytes(yys2901Slc, true, true) - yys2901 := string(yys2901Slc) + yys2911Slc = r.DecodeBytes(yys2911Slc, true, true) + yys2911 := string(yys2911Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2901 { + switch yys2911 { case "Port": if r.TryDecodeAsNil() { x.Port = 0 @@ -37406,9 +37502,9 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Port = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys2901) - } // end switch yys2901 - } // end for yyj2901 + z.DecStructFieldNotFound(-1, yys2911) + } // end switch yys2911 + } // end for yyj2911 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37416,16 +37512,16 @@ func (x *DaemonEndpoint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2903 int - var yyb2903 bool - var yyhl2903 bool = l >= 0 - yyj2903++ - if yyhl2903 { - yyb2903 = yyj2903 > l + var yyj2913 int + var yyb2913 bool + var yyhl2913 bool = l >= 0 + yyj2913++ + if yyhl2913 { + yyb2913 = yyj2913 > l } else { - yyb2903 = r.CheckBreak() + yyb2913 = r.CheckBreak() } - if yyb2903 { + if yyb2913 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37436,17 +37532,17 @@ func (x *DaemonEndpoint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Port = int32(r.DecodeInt(32)) } for { - yyj2903++ - if yyhl2903 { - yyb2903 = yyj2903 > l + yyj2913++ + if yyhl2913 { + yyb2913 = yyj2913 > l } else { - yyb2903 = r.CheckBreak() + yyb2913 = r.CheckBreak() } - if yyb2903 { + if yyb2913 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2903-1, "") + z.DecStructFieldNotFound(yyj2913-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37458,48 +37554,48 @@ func (x *NodeDaemonEndpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2905 := z.EncBinary() - _ = yym2905 + yym2915 := z.EncBinary() + _ = yym2915 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2906 := !z.EncBinary() - yy2arr2906 := z.EncBasicHandle().StructToArray - var yyq2906 [1]bool - _, _, _ = yysep2906, yyq2906, yy2arr2906 - const yyr2906 bool = false - yyq2906[0] = true - var yynn2906 int - if yyr2906 || yy2arr2906 { + yysep2916 := !z.EncBinary() + yy2arr2916 := z.EncBasicHandle().StructToArray + var yyq2916 [1]bool + _, _, _ = yysep2916, yyq2916, yy2arr2916 + const yyr2916 bool = false + yyq2916[0] = true + var yynn2916 int + if yyr2916 || yy2arr2916 { r.EncodeArrayStart(1) } else { - yynn2906 = 0 - for _, b := range yyq2906 { + yynn2916 = 0 + for _, b := range yyq2916 { if b { - yynn2906++ + yynn2916++ } } - r.EncodeMapStart(yynn2906) - yynn2906 = 0 + r.EncodeMapStart(yynn2916) + yynn2916 = 0 } - if yyr2906 || yy2arr2906 { + if yyr2916 || yy2arr2916 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2906[0] { - yy2908 := &x.KubeletEndpoint - yy2908.CodecEncodeSelf(e) + if yyq2916[0] { + yy2918 := &x.KubeletEndpoint + yy2918.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2906[0] { + if yyq2916[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeletEndpoint")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2909 := &x.KubeletEndpoint - yy2909.CodecEncodeSelf(e) + yy2919 := &x.KubeletEndpoint + yy2919.CodecEncodeSelf(e) } } - if yyr2906 || yy2arr2906 { + if yyr2916 || yy2arr2916 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37512,25 +37608,25 @@ func (x *NodeDaemonEndpoints) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2910 := z.DecBinary() - _ = yym2910 + yym2920 := z.DecBinary() + _ = yym2920 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2911 := r.ContainerType() - if yyct2911 == codecSelferValueTypeMap1234 { - yyl2911 := r.ReadMapStart() - if yyl2911 == 0 { + yyct2921 := r.ContainerType() + if yyct2921 == codecSelferValueTypeMap1234 { + yyl2921 := r.ReadMapStart() + if yyl2921 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2911, d) + x.codecDecodeSelfFromMap(yyl2921, d) } - } else if yyct2911 == codecSelferValueTypeArray1234 { - yyl2911 := r.ReadArrayStart() - if yyl2911 == 0 { + } else if yyct2921 == codecSelferValueTypeArray1234 { + yyl2921 := r.ReadArrayStart() + if yyl2921 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2911, d) + x.codecDecodeSelfFromArray(yyl2921, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37542,12 +37638,12 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2912Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2912Slc - var yyhl2912 bool = l >= 0 - for yyj2912 := 0; ; yyj2912++ { - if yyhl2912 { - if yyj2912 >= l { + var yys2922Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2922Slc + var yyhl2922 bool = l >= 0 + for yyj2922 := 0; ; yyj2922++ { + if yyhl2922 { + if yyj2922 >= l { break } } else { @@ -37556,21 +37652,21 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2912Slc = r.DecodeBytes(yys2912Slc, true, true) - yys2912 := string(yys2912Slc) + yys2922Slc = r.DecodeBytes(yys2922Slc, true, true) + yys2922 := string(yys2922Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2912 { + switch yys2922 { case "kubeletEndpoint": if r.TryDecodeAsNil() { x.KubeletEndpoint = DaemonEndpoint{} } else { - yyv2913 := &x.KubeletEndpoint - yyv2913.CodecDecodeSelf(d) + yyv2923 := &x.KubeletEndpoint + yyv2923.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2912) - } // end switch yys2912 - } // end for yyj2912 + z.DecStructFieldNotFound(-1, yys2922) + } // end switch yys2922 + } // end for yyj2922 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37578,16 +37674,16 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2914 int - var yyb2914 bool - var yyhl2914 bool = l >= 0 - yyj2914++ - if yyhl2914 { - yyb2914 = yyj2914 > l + var yyj2924 int + var yyb2924 bool + var yyhl2924 bool = l >= 0 + yyj2924++ + if yyhl2924 { + yyb2924 = yyj2924 > l } else { - yyb2914 = r.CheckBreak() + yyb2924 = r.CheckBreak() } - if yyb2914 { + if yyb2924 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37595,21 +37691,21 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.KubeletEndpoint = DaemonEndpoint{} } else { - yyv2915 := &x.KubeletEndpoint - yyv2915.CodecDecodeSelf(d) + yyv2925 := &x.KubeletEndpoint + yyv2925.CodecDecodeSelf(d) } for { - yyj2914++ - if yyhl2914 { - yyb2914 = yyj2914 > l + yyj2924++ + if yyhl2924 { + yyb2924 = yyj2924 > l } else { - yyb2914 = r.CheckBreak() + yyb2924 = r.CheckBreak() } - if yyb2914 { + if yyb2924 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2914-1, "") + z.DecStructFieldNotFound(yyj2924-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37621,33 +37717,33 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2916 := z.EncBinary() - _ = yym2916 + yym2926 := z.EncBinary() + _ = yym2926 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2917 := !z.EncBinary() - yy2arr2917 := z.EncBasicHandle().StructToArray - var yyq2917 [10]bool - _, _, _ = yysep2917, yyq2917, yy2arr2917 - const yyr2917 bool = false - var yynn2917 int - if yyr2917 || yy2arr2917 { + yysep2927 := !z.EncBinary() + yy2arr2927 := z.EncBasicHandle().StructToArray + var yyq2927 [10]bool + _, _, _ = yysep2927, yyq2927, yy2arr2927 + const yyr2927 bool = false + var yynn2927 int + if yyr2927 || yy2arr2927 { r.EncodeArrayStart(10) } else { - yynn2917 = 10 - for _, b := range yyq2917 { + yynn2927 = 10 + for _, b := range yyq2927 { if b { - yynn2917++ + yynn2927++ } } - r.EncodeMapStart(yynn2917) - yynn2917 = 0 + r.EncodeMapStart(yynn2927) + yynn2927 = 0 } - if yyr2917 || yy2arr2917 { + if yyr2927 || yy2arr2927 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2919 := z.EncBinary() - _ = yym2919 + yym2929 := z.EncBinary() + _ = yym2929 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MachineID)) @@ -37656,17 +37752,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("machineID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2920 := z.EncBinary() - _ = yym2920 + yym2930 := z.EncBinary() + _ = yym2930 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MachineID)) } } - if yyr2917 || yy2arr2917 { + if yyr2927 || yy2arr2927 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2922 := z.EncBinary() - _ = yym2922 + yym2932 := z.EncBinary() + _ = yym2932 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SystemUUID)) @@ -37675,17 +37771,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("systemUUID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2923 := z.EncBinary() - _ = yym2923 + yym2933 := z.EncBinary() + _ = yym2933 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SystemUUID)) } } - if yyr2917 || yy2arr2917 { + if yyr2927 || yy2arr2927 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2925 := z.EncBinary() - _ = yym2925 + yym2935 := z.EncBinary() + _ = yym2935 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.BootID)) @@ -37694,17 +37790,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("bootID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2926 := z.EncBinary() - _ = yym2926 + yym2936 := z.EncBinary() + _ = yym2936 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.BootID)) } } - if yyr2917 || yy2arr2917 { + if yyr2927 || yy2arr2927 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2928 := z.EncBinary() - _ = yym2928 + yym2938 := z.EncBinary() + _ = yym2938 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KernelVersion)) @@ -37713,17 +37809,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kernelVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2929 := z.EncBinary() - _ = yym2929 + yym2939 := z.EncBinary() + _ = yym2939 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KernelVersion)) } } - if yyr2917 || yy2arr2917 { + if yyr2927 || yy2arr2927 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2931 := z.EncBinary() - _ = yym2931 + yym2941 := z.EncBinary() + _ = yym2941 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OSImage)) @@ -37732,17 +37828,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("osImage")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2932 := z.EncBinary() - _ = yym2932 + yym2942 := z.EncBinary() + _ = yym2942 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OSImage)) } } - if yyr2917 || yy2arr2917 { + if yyr2927 || yy2arr2927 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2934 := z.EncBinary() - _ = yym2934 + yym2944 := z.EncBinary() + _ = yym2944 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntimeVersion)) @@ -37751,17 +37847,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerRuntimeVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2935 := z.EncBinary() - _ = yym2935 + yym2945 := z.EncBinary() + _ = yym2945 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntimeVersion)) } } - if yyr2917 || yy2arr2917 { + if yyr2927 || yy2arr2927 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2937 := z.EncBinary() - _ = yym2937 + yym2947 := z.EncBinary() + _ = yym2947 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeletVersion)) @@ -37770,17 +37866,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeletVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2938 := z.EncBinary() - _ = yym2938 + yym2948 := z.EncBinary() + _ = yym2948 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeletVersion)) } } - if yyr2917 || yy2arr2917 { + if yyr2927 || yy2arr2927 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2940 := z.EncBinary() - _ = yym2940 + yym2950 := z.EncBinary() + _ = yym2950 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeProxyVersion)) @@ -37789,17 +37885,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeProxyVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2941 := z.EncBinary() - _ = yym2941 + yym2951 := z.EncBinary() + _ = yym2951 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeProxyVersion)) } } - if yyr2917 || yy2arr2917 { + if yyr2927 || yy2arr2927 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2943 := z.EncBinary() - _ = yym2943 + yym2953 := z.EncBinary() + _ = yym2953 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OperatingSystem)) @@ -37808,17 +37904,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("operatingSystem")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2944 := z.EncBinary() - _ = yym2944 + yym2954 := z.EncBinary() + _ = yym2954 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OperatingSystem)) } } - if yyr2917 || yy2arr2917 { + if yyr2927 || yy2arr2927 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2946 := z.EncBinary() - _ = yym2946 + yym2956 := z.EncBinary() + _ = yym2956 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Architecture)) @@ -37827,14 +37923,14 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("architecture")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2947 := z.EncBinary() - _ = yym2947 + yym2957 := z.EncBinary() + _ = yym2957 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Architecture)) } } - if yyr2917 || yy2arr2917 { + if yyr2927 || yy2arr2927 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37847,25 +37943,25 @@ func (x *NodeSystemInfo) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2948 := z.DecBinary() - _ = yym2948 + yym2958 := z.DecBinary() + _ = yym2958 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2949 := r.ContainerType() - if yyct2949 == codecSelferValueTypeMap1234 { - yyl2949 := r.ReadMapStart() - if yyl2949 == 0 { + yyct2959 := r.ContainerType() + if yyct2959 == codecSelferValueTypeMap1234 { + yyl2959 := r.ReadMapStart() + if yyl2959 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2949, d) + x.codecDecodeSelfFromMap(yyl2959, d) } - } else if yyct2949 == codecSelferValueTypeArray1234 { - yyl2949 := r.ReadArrayStart() - if yyl2949 == 0 { + } else if yyct2959 == codecSelferValueTypeArray1234 { + yyl2959 := r.ReadArrayStart() + if yyl2959 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2949, d) + x.codecDecodeSelfFromArray(yyl2959, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37877,12 +37973,12 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2950Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2950Slc - var yyhl2950 bool = l >= 0 - for yyj2950 := 0; ; yyj2950++ { - if yyhl2950 { - if yyj2950 >= l { + var yys2960Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2960Slc + var yyhl2960 bool = l >= 0 + for yyj2960 := 0; ; yyj2960++ { + if yyhl2960 { + if yyj2960 >= l { break } } else { @@ -37891,10 +37987,10 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2950Slc = r.DecodeBytes(yys2950Slc, true, true) - yys2950 := string(yys2950Slc) + yys2960Slc = r.DecodeBytes(yys2960Slc, true, true) + yys2960 := string(yys2960Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2950 { + switch yys2960 { case "machineID": if r.TryDecodeAsNil() { x.MachineID = "" @@ -37956,9 +38052,9 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Architecture = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2950) - } // end switch yys2950 - } // end for yyj2950 + z.DecStructFieldNotFound(-1, yys2960) + } // end switch yys2960 + } // end for yyj2960 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37966,16 +38062,16 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2961 int - var yyb2961 bool - var yyhl2961 bool = l >= 0 - yyj2961++ - if yyhl2961 { - yyb2961 = yyj2961 > l + var yyj2971 int + var yyb2971 bool + var yyhl2971 bool = l >= 0 + yyj2971++ + if yyhl2971 { + yyb2971 = yyj2971 > l } else { - yyb2961 = r.CheckBreak() + yyb2971 = r.CheckBreak() } - if yyb2961 { + if yyb2971 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37985,13 +38081,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.MachineID = string(r.DecodeString()) } - yyj2961++ - if yyhl2961 { - yyb2961 = yyj2961 > l + yyj2971++ + if yyhl2971 { + yyb2971 = yyj2971 > l } else { - yyb2961 = r.CheckBreak() + yyb2971 = r.CheckBreak() } - if yyb2961 { + if yyb2971 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38001,13 +38097,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SystemUUID = string(r.DecodeString()) } - yyj2961++ - if yyhl2961 { - yyb2961 = yyj2961 > l + yyj2971++ + if yyhl2971 { + yyb2971 = yyj2971 > l } else { - yyb2961 = r.CheckBreak() + yyb2971 = r.CheckBreak() } - if yyb2961 { + if yyb2971 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38017,13 +38113,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.BootID = string(r.DecodeString()) } - yyj2961++ - if yyhl2961 { - yyb2961 = yyj2961 > l + yyj2971++ + if yyhl2971 { + yyb2971 = yyj2971 > l } else { - yyb2961 = r.CheckBreak() + yyb2971 = r.CheckBreak() } - if yyb2961 { + if yyb2971 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38033,13 +38129,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KernelVersion = string(r.DecodeString()) } - yyj2961++ - if yyhl2961 { - yyb2961 = yyj2961 > l + yyj2971++ + if yyhl2971 { + yyb2971 = yyj2971 > l } else { - yyb2961 = r.CheckBreak() + yyb2971 = r.CheckBreak() } - if yyb2961 { + if yyb2971 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38049,13 +38145,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.OSImage = string(r.DecodeString()) } - yyj2961++ - if yyhl2961 { - yyb2961 = yyj2961 > l + yyj2971++ + if yyhl2971 { + yyb2971 = yyj2971 > l } else { - yyb2961 = r.CheckBreak() + yyb2971 = r.CheckBreak() } - if yyb2961 { + if yyb2971 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38065,13 +38161,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ContainerRuntimeVersion = string(r.DecodeString()) } - yyj2961++ - if yyhl2961 { - yyb2961 = yyj2961 > l + yyj2971++ + if yyhl2971 { + yyb2971 = yyj2971 > l } else { - yyb2961 = r.CheckBreak() + yyb2971 = r.CheckBreak() } - if yyb2961 { + if yyb2971 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38081,13 +38177,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KubeletVersion = string(r.DecodeString()) } - yyj2961++ - if yyhl2961 { - yyb2961 = yyj2961 > l + yyj2971++ + if yyhl2971 { + yyb2971 = yyj2971 > l } else { - yyb2961 = r.CheckBreak() + yyb2971 = r.CheckBreak() } - if yyb2961 { + if yyb2971 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38097,13 +38193,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KubeProxyVersion = string(r.DecodeString()) } - yyj2961++ - if yyhl2961 { - yyb2961 = yyj2961 > l + yyj2971++ + if yyhl2971 { + yyb2971 = yyj2971 > l } else { - yyb2961 = r.CheckBreak() + yyb2971 = r.CheckBreak() } - if yyb2961 { + if yyb2971 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38113,13 +38209,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.OperatingSystem = string(r.DecodeString()) } - yyj2961++ - if yyhl2961 { - yyb2961 = yyj2961 > l + yyj2971++ + if yyhl2971 { + yyb2971 = yyj2971 > l } else { - yyb2961 = r.CheckBreak() + yyb2971 = r.CheckBreak() } - if yyb2961 { + if yyb2971 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38130,17 +38226,17 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Architecture = string(r.DecodeString()) } for { - yyj2961++ - if yyhl2961 { - yyb2961 = yyj2961 > l + yyj2971++ + if yyhl2971 { + yyb2971 = yyj2971 > l } else { - yyb2961 = r.CheckBreak() + yyb2971 = r.CheckBreak() } - if yyb2961 { + if yyb2971 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2961-1, "") + z.DecStructFieldNotFound(yyj2971-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38152,42 +38248,42 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2972 := z.EncBinary() - _ = yym2972 + yym2982 := z.EncBinary() + _ = yym2982 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2973 := !z.EncBinary() - yy2arr2973 := z.EncBasicHandle().StructToArray - var yyq2973 [10]bool - _, _, _ = yysep2973, yyq2973, yy2arr2973 - const yyr2973 bool = false - yyq2973[0] = len(x.Capacity) != 0 - yyq2973[1] = len(x.Allocatable) != 0 - yyq2973[2] = x.Phase != "" - yyq2973[3] = len(x.Conditions) != 0 - yyq2973[4] = len(x.Addresses) != 0 - yyq2973[5] = true - yyq2973[6] = true - yyq2973[7] = len(x.Images) != 0 - yyq2973[8] = len(x.VolumesInUse) != 0 - yyq2973[9] = len(x.VolumesAttached) != 0 - var yynn2973 int - if yyr2973 || yy2arr2973 { + yysep2983 := !z.EncBinary() + yy2arr2983 := z.EncBasicHandle().StructToArray + var yyq2983 [10]bool + _, _, _ = yysep2983, yyq2983, yy2arr2983 + const yyr2983 bool = false + yyq2983[0] = len(x.Capacity) != 0 + yyq2983[1] = len(x.Allocatable) != 0 + yyq2983[2] = x.Phase != "" + yyq2983[3] = len(x.Conditions) != 0 + yyq2983[4] = len(x.Addresses) != 0 + yyq2983[5] = true + yyq2983[6] = true + yyq2983[7] = len(x.Images) != 0 + yyq2983[8] = len(x.VolumesInUse) != 0 + yyq2983[9] = len(x.VolumesAttached) != 0 + var yynn2983 int + if yyr2983 || yy2arr2983 { r.EncodeArrayStart(10) } else { - yynn2973 = 0 - for _, b := range yyq2973 { + yynn2983 = 0 + for _, b := range yyq2983 { if b { - yynn2973++ + yynn2983++ } } - r.EncodeMapStart(yynn2973) - yynn2973 = 0 + r.EncodeMapStart(yynn2983) + yynn2983 = 0 } - if yyr2973 || yy2arr2973 { + if yyr2983 || yy2arr2983 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2973[0] { + if yyq2983[0] { if x.Capacity == nil { r.EncodeNil() } else { @@ -38197,7 +38293,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2973[0] { + if yyq2983[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capacity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -38208,9 +38304,9 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2973 || yy2arr2973 { + if yyr2983 || yy2arr2983 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2973[1] { + if yyq2983[1] { if x.Allocatable == nil { r.EncodeNil() } else { @@ -38220,7 +38316,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2973[1] { + if yyq2983[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("allocatable")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -38231,29 +38327,29 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2973 || yy2arr2973 { + if yyr2983 || yy2arr2983 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2973[2] { + if yyq2983[2] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2973[2] { + if yyq2983[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr2973 || yy2arr2973 { + if yyr2983 || yy2arr2983 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2973[3] { + if yyq2983[3] { if x.Conditions == nil { r.EncodeNil() } else { - yym2978 := z.EncBinary() - _ = yym2978 + yym2988 := z.EncBinary() + _ = yym2988 if false { } else { h.encSliceNodeCondition(([]NodeCondition)(x.Conditions), e) @@ -38263,15 +38359,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2973[3] { + if yyq2983[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym2979 := z.EncBinary() - _ = yym2979 + yym2989 := z.EncBinary() + _ = yym2989 if false { } else { h.encSliceNodeCondition(([]NodeCondition)(x.Conditions), e) @@ -38279,114 +38375,114 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2973 || yy2arr2973 { + if yyr2983 || yy2arr2983 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2973[4] { + if yyq2983[4] { if x.Addresses == nil { r.EncodeNil() - } else { - yym2981 := z.EncBinary() - _ = yym2981 - if false { - } else { - h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq2973[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("addresses")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Addresses == nil { - r.EncodeNil() - } else { - yym2982 := z.EncBinary() - _ = yym2982 - if false { - } else { - h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) - } - } - } - } - if yyr2973 || yy2arr2973 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2973[5] { - yy2984 := &x.DaemonEndpoints - yy2984.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq2973[5] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("daemonEndpoints")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2985 := &x.DaemonEndpoints - yy2985.CodecEncodeSelf(e) - } - } - if yyr2973 || yy2arr2973 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2973[6] { - yy2987 := &x.NodeInfo - yy2987.CodecEncodeSelf(e) - } else { - r.EncodeNil() - } - } else { - if yyq2973[6] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("nodeInfo")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2988 := &x.NodeInfo - yy2988.CodecEncodeSelf(e) - } - } - if yyr2973 || yy2arr2973 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2973[7] { - if x.Images == nil { - r.EncodeNil() - } else { - yym2990 := z.EncBinary() - _ = yym2990 - if false { - } else { - h.encSliceContainerImage(([]ContainerImage)(x.Images), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq2973[7] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("images")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Images == nil { - r.EncodeNil() } else { yym2991 := z.EncBinary() _ = yym2991 if false { + } else { + h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq2983[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("addresses")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Addresses == nil { + r.EncodeNil() + } else { + yym2992 := z.EncBinary() + _ = yym2992 + if false { + } else { + h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) + } + } + } + } + if yyr2983 || yy2arr2983 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2983[5] { + yy2994 := &x.DaemonEndpoints + yy2994.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq2983[5] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("daemonEndpoints")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy2995 := &x.DaemonEndpoints + yy2995.CodecEncodeSelf(e) + } + } + if yyr2983 || yy2arr2983 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2983[6] { + yy2997 := &x.NodeInfo + yy2997.CodecEncodeSelf(e) + } else { + r.EncodeNil() + } + } else { + if yyq2983[6] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("nodeInfo")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy2998 := &x.NodeInfo + yy2998.CodecEncodeSelf(e) + } + } + if yyr2983 || yy2arr2983 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2983[7] { + if x.Images == nil { + r.EncodeNil() + } else { + yym3000 := z.EncBinary() + _ = yym3000 + if false { + } else { + h.encSliceContainerImage(([]ContainerImage)(x.Images), e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq2983[7] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("images")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Images == nil { + r.EncodeNil() + } else { + yym3001 := z.EncBinary() + _ = yym3001 + if false { } else { h.encSliceContainerImage(([]ContainerImage)(x.Images), e) } } } } - if yyr2973 || yy2arr2973 { + if yyr2983 || yy2arr2983 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2973[8] { + if yyq2983[8] { if x.VolumesInUse == nil { r.EncodeNil() } else { - yym2993 := z.EncBinary() - _ = yym2993 + yym3003 := z.EncBinary() + _ = yym3003 if false { } else { h.encSliceUniqueVolumeName(([]UniqueVolumeName)(x.VolumesInUse), e) @@ -38396,15 +38492,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2973[8] { + if yyq2983[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumesInUse")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.VolumesInUse == nil { r.EncodeNil() } else { - yym2994 := z.EncBinary() - _ = yym2994 + yym3004 := z.EncBinary() + _ = yym3004 if false { } else { h.encSliceUniqueVolumeName(([]UniqueVolumeName)(x.VolumesInUse), e) @@ -38412,14 +38508,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2973 || yy2arr2973 { + if yyr2983 || yy2arr2983 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2973[9] { + if yyq2983[9] { if x.VolumesAttached == nil { r.EncodeNil() } else { - yym2996 := z.EncBinary() - _ = yym2996 + yym3006 := z.EncBinary() + _ = yym3006 if false { } else { h.encSliceAttachedVolume(([]AttachedVolume)(x.VolumesAttached), e) @@ -38429,15 +38525,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2973[9] { + if yyq2983[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumesAttached")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.VolumesAttached == nil { r.EncodeNil() } else { - yym2997 := z.EncBinary() - _ = yym2997 + yym3007 := z.EncBinary() + _ = yym3007 if false { } else { h.encSliceAttachedVolume(([]AttachedVolume)(x.VolumesAttached), e) @@ -38445,7 +38541,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2973 || yy2arr2973 { + if yyr2983 || yy2arr2983 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38458,25 +38554,25 @@ func (x *NodeStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2998 := z.DecBinary() - _ = yym2998 + yym3008 := z.DecBinary() + _ = yym3008 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2999 := r.ContainerType() - if yyct2999 == codecSelferValueTypeMap1234 { - yyl2999 := r.ReadMapStart() - if yyl2999 == 0 { + yyct3009 := r.ContainerType() + if yyct3009 == codecSelferValueTypeMap1234 { + yyl3009 := r.ReadMapStart() + if yyl3009 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2999, d) + x.codecDecodeSelfFromMap(yyl3009, d) } - } else if yyct2999 == codecSelferValueTypeArray1234 { - yyl2999 := r.ReadArrayStart() - if yyl2999 == 0 { + } else if yyct3009 == codecSelferValueTypeArray1234 { + yyl3009 := r.ReadArrayStart() + if yyl3009 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2999, d) + x.codecDecodeSelfFromArray(yyl3009, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38488,12 +38584,12 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3000Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3000Slc - var yyhl3000 bool = l >= 0 - for yyj3000 := 0; ; yyj3000++ { - if yyhl3000 { - if yyj3000 >= l { + var yys3010Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3010Slc + var yyhl3010 bool = l >= 0 + for yyj3010 := 0; ; yyj3010++ { + if yyhl3010 { + if yyj3010 >= l { break } } else { @@ -38502,23 +38598,23 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3000Slc = r.DecodeBytes(yys3000Slc, true, true) - yys3000 := string(yys3000Slc) + yys3010Slc = r.DecodeBytes(yys3010Slc, true, true) + yys3010 := string(yys3010Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3000 { + switch yys3010 { case "capacity": if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv3001 := &x.Capacity - yyv3001.CodecDecodeSelf(d) + yyv3011 := &x.Capacity + yyv3011.CodecDecodeSelf(d) } case "allocatable": if r.TryDecodeAsNil() { x.Allocatable = nil } else { - yyv3002 := &x.Allocatable - yyv3002.CodecDecodeSelf(d) + yyv3012 := &x.Allocatable + yyv3012.CodecDecodeSelf(d) } case "phase": if r.TryDecodeAsNil() { @@ -38530,80 +38626,80 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv3004 := &x.Conditions - yym3005 := z.DecBinary() - _ = yym3005 + yyv3014 := &x.Conditions + yym3015 := z.DecBinary() + _ = yym3015 if false { } else { - h.decSliceNodeCondition((*[]NodeCondition)(yyv3004), d) + h.decSliceNodeCondition((*[]NodeCondition)(yyv3014), d) } } case "addresses": if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv3006 := &x.Addresses - yym3007 := z.DecBinary() - _ = yym3007 + yyv3016 := &x.Addresses + yym3017 := z.DecBinary() + _ = yym3017 if false { } else { - h.decSliceNodeAddress((*[]NodeAddress)(yyv3006), d) + h.decSliceNodeAddress((*[]NodeAddress)(yyv3016), d) } } case "daemonEndpoints": if r.TryDecodeAsNil() { x.DaemonEndpoints = NodeDaemonEndpoints{} } else { - yyv3008 := &x.DaemonEndpoints - yyv3008.CodecDecodeSelf(d) + yyv3018 := &x.DaemonEndpoints + yyv3018.CodecDecodeSelf(d) } case "nodeInfo": if r.TryDecodeAsNil() { x.NodeInfo = NodeSystemInfo{} } else { - yyv3009 := &x.NodeInfo - yyv3009.CodecDecodeSelf(d) + yyv3019 := &x.NodeInfo + yyv3019.CodecDecodeSelf(d) } case "images": if r.TryDecodeAsNil() { x.Images = nil } else { - yyv3010 := &x.Images - yym3011 := z.DecBinary() - _ = yym3011 + yyv3020 := &x.Images + yym3021 := z.DecBinary() + _ = yym3021 if false { } else { - h.decSliceContainerImage((*[]ContainerImage)(yyv3010), d) + h.decSliceContainerImage((*[]ContainerImage)(yyv3020), d) } } case "volumesInUse": if r.TryDecodeAsNil() { x.VolumesInUse = nil } else { - yyv3012 := &x.VolumesInUse - yym3013 := z.DecBinary() - _ = yym3013 + yyv3022 := &x.VolumesInUse + yym3023 := z.DecBinary() + _ = yym3023 if false { } else { - h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv3012), d) + h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv3022), d) } } case "volumesAttached": if r.TryDecodeAsNil() { x.VolumesAttached = nil } else { - yyv3014 := &x.VolumesAttached - yym3015 := z.DecBinary() - _ = yym3015 + yyv3024 := &x.VolumesAttached + yym3025 := z.DecBinary() + _ = yym3025 if false { } else { - h.decSliceAttachedVolume((*[]AttachedVolume)(yyv3014), d) + h.decSliceAttachedVolume((*[]AttachedVolume)(yyv3024), d) } } default: - z.DecStructFieldNotFound(-1, yys3000) - } // end switch yys3000 - } // end for yyj3000 + z.DecStructFieldNotFound(-1, yys3010) + } // end switch yys3010 + } // end for yyj3010 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38611,16 +38707,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3016 int - var yyb3016 bool - var yyhl3016 bool = l >= 0 - yyj3016++ - if yyhl3016 { - yyb3016 = yyj3016 > l + var yyj3026 int + var yyb3026 bool + var yyhl3026 bool = l >= 0 + yyj3026++ + if yyhl3026 { + yyb3026 = yyj3026 > l } else { - yyb3016 = r.CheckBreak() + yyb3026 = r.CheckBreak() } - if yyb3016 { + if yyb3026 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38628,16 +38724,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv3017 := &x.Capacity - yyv3017.CodecDecodeSelf(d) + yyv3027 := &x.Capacity + yyv3027.CodecDecodeSelf(d) } - yyj3016++ - if yyhl3016 { - yyb3016 = yyj3016 > l + yyj3026++ + if yyhl3026 { + yyb3026 = yyj3026 > l } else { - yyb3016 = r.CheckBreak() + yyb3026 = r.CheckBreak() } - if yyb3016 { + if yyb3026 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38645,16 +38741,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Allocatable = nil } else { - yyv3018 := &x.Allocatable - yyv3018.CodecDecodeSelf(d) + yyv3028 := &x.Allocatable + yyv3028.CodecDecodeSelf(d) } - yyj3016++ - if yyhl3016 { - yyb3016 = yyj3016 > l + yyj3026++ + if yyhl3026 { + yyb3026 = yyj3026 > l } else { - yyb3016 = r.CheckBreak() + yyb3026 = r.CheckBreak() } - if yyb3016 { + if yyb3026 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38664,13 +38760,13 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Phase = NodePhase(r.DecodeString()) } - yyj3016++ - if yyhl3016 { - yyb3016 = yyj3016 > l + yyj3026++ + if yyhl3026 { + yyb3026 = yyj3026 > l } else { - yyb3016 = r.CheckBreak() + yyb3026 = r.CheckBreak() } - if yyb3016 { + if yyb3026 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38678,21 +38774,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv3020 := &x.Conditions - yym3021 := z.DecBinary() - _ = yym3021 + yyv3030 := &x.Conditions + yym3031 := z.DecBinary() + _ = yym3031 if false { } else { - h.decSliceNodeCondition((*[]NodeCondition)(yyv3020), d) + h.decSliceNodeCondition((*[]NodeCondition)(yyv3030), d) } } - yyj3016++ - if yyhl3016 { - yyb3016 = yyj3016 > l + yyj3026++ + if yyhl3026 { + yyb3026 = yyj3026 > l } else { - yyb3016 = r.CheckBreak() + yyb3026 = r.CheckBreak() } - if yyb3016 { + if yyb3026 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38700,21 +38796,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv3022 := &x.Addresses - yym3023 := z.DecBinary() - _ = yym3023 + yyv3032 := &x.Addresses + yym3033 := z.DecBinary() + _ = yym3033 if false { } else { - h.decSliceNodeAddress((*[]NodeAddress)(yyv3022), d) + h.decSliceNodeAddress((*[]NodeAddress)(yyv3032), d) } } - yyj3016++ - if yyhl3016 { - yyb3016 = yyj3016 > l + yyj3026++ + if yyhl3026 { + yyb3026 = yyj3026 > l } else { - yyb3016 = r.CheckBreak() + yyb3026 = r.CheckBreak() } - if yyb3016 { + if yyb3026 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38722,16 +38818,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DaemonEndpoints = NodeDaemonEndpoints{} } else { - yyv3024 := &x.DaemonEndpoints - yyv3024.CodecDecodeSelf(d) + yyv3034 := &x.DaemonEndpoints + yyv3034.CodecDecodeSelf(d) } - yyj3016++ - if yyhl3016 { - yyb3016 = yyj3016 > l + yyj3026++ + if yyhl3026 { + yyb3026 = yyj3026 > l } else { - yyb3016 = r.CheckBreak() + yyb3026 = r.CheckBreak() } - if yyb3016 { + if yyb3026 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38739,16 +38835,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeInfo = NodeSystemInfo{} } else { - yyv3025 := &x.NodeInfo - yyv3025.CodecDecodeSelf(d) + yyv3035 := &x.NodeInfo + yyv3035.CodecDecodeSelf(d) } - yyj3016++ - if yyhl3016 { - yyb3016 = yyj3016 > l + yyj3026++ + if yyhl3026 { + yyb3026 = yyj3026 > l } else { - yyb3016 = r.CheckBreak() + yyb3026 = r.CheckBreak() } - if yyb3016 { + if yyb3026 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38756,21 +38852,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Images = nil } else { - yyv3026 := &x.Images - yym3027 := z.DecBinary() - _ = yym3027 + yyv3036 := &x.Images + yym3037 := z.DecBinary() + _ = yym3037 if false { } else { - h.decSliceContainerImage((*[]ContainerImage)(yyv3026), d) + h.decSliceContainerImage((*[]ContainerImage)(yyv3036), d) } } - yyj3016++ - if yyhl3016 { - yyb3016 = yyj3016 > l + yyj3026++ + if yyhl3026 { + yyb3026 = yyj3026 > l } else { - yyb3016 = r.CheckBreak() + yyb3026 = r.CheckBreak() } - if yyb3016 { + if yyb3026 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38778,21 +38874,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.VolumesInUse = nil } else { - yyv3028 := &x.VolumesInUse - yym3029 := z.DecBinary() - _ = yym3029 + yyv3038 := &x.VolumesInUse + yym3039 := z.DecBinary() + _ = yym3039 if false { } else { - h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv3028), d) + h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv3038), d) } } - yyj3016++ - if yyhl3016 { - yyb3016 = yyj3016 > l + yyj3026++ + if yyhl3026 { + yyb3026 = yyj3026 > l } else { - yyb3016 = r.CheckBreak() + yyb3026 = r.CheckBreak() } - if yyb3016 { + if yyb3026 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38800,26 +38896,26 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.VolumesAttached = nil } else { - yyv3030 := &x.VolumesAttached - yym3031 := z.DecBinary() - _ = yym3031 + yyv3040 := &x.VolumesAttached + yym3041 := z.DecBinary() + _ = yym3041 if false { } else { - h.decSliceAttachedVolume((*[]AttachedVolume)(yyv3030), d) + h.decSliceAttachedVolume((*[]AttachedVolume)(yyv3040), d) } } for { - yyj3016++ - if yyhl3016 { - yyb3016 = yyj3016 > l + yyj3026++ + if yyhl3026 { + yyb3026 = yyj3026 > l } else { - yyb3016 = r.CheckBreak() + yyb3026 = r.CheckBreak() } - if yyb3016 { + if yyb3026 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3016-1, "") + z.DecStructFieldNotFound(yyj3026-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38828,8 +38924,8 @@ func (x UniqueVolumeName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3032 := z.EncBinary() - _ = yym3032 + yym3042 := z.EncBinary() + _ = yym3042 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -38841,8 +38937,8 @@ func (x *UniqueVolumeName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3033 := z.DecBinary() - _ = yym3033 + yym3043 := z.DecBinary() + _ = yym3043 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -38857,30 +38953,30 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3034 := z.EncBinary() - _ = yym3034 + yym3044 := z.EncBinary() + _ = yym3044 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3035 := !z.EncBinary() - yy2arr3035 := z.EncBasicHandle().StructToArray - var yyq3035 [2]bool - _, _, _ = yysep3035, yyq3035, yy2arr3035 - const yyr3035 bool = false - var yynn3035 int - if yyr3035 || yy2arr3035 { + yysep3045 := !z.EncBinary() + yy2arr3045 := z.EncBasicHandle().StructToArray + var yyq3045 [2]bool + _, _, _ = yysep3045, yyq3045, yy2arr3045 + const yyr3045 bool = false + var yynn3045 int + if yyr3045 || yy2arr3045 { r.EncodeArrayStart(2) } else { - yynn3035 = 2 - for _, b := range yyq3035 { + yynn3045 = 2 + for _, b := range yyq3045 { if b { - yynn3035++ + yynn3045++ } } - r.EncodeMapStart(yynn3035) - yynn3035 = 0 + r.EncodeMapStart(yynn3045) + yynn3045 = 0 } - if yyr3035 || yy2arr3035 { + if yyr3045 || yy2arr3045 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Name.CodecEncodeSelf(e) } else { @@ -38889,10 +38985,10 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Name.CodecEncodeSelf(e) } - if yyr3035 || yy2arr3035 { + if yyr3045 || yy2arr3045 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3038 := z.EncBinary() - _ = yym3038 + yym3048 := z.EncBinary() + _ = yym3048 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DevicePath)) @@ -38901,14 +38997,14 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("devicePath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3039 := z.EncBinary() - _ = yym3039 + yym3049 := z.EncBinary() + _ = yym3049 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DevicePath)) } } - if yyr3035 || yy2arr3035 { + if yyr3045 || yy2arr3045 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38921,25 +39017,25 @@ func (x *AttachedVolume) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3040 := z.DecBinary() - _ = yym3040 + yym3050 := z.DecBinary() + _ = yym3050 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3041 := r.ContainerType() - if yyct3041 == codecSelferValueTypeMap1234 { - yyl3041 := r.ReadMapStart() - if yyl3041 == 0 { + yyct3051 := r.ContainerType() + if yyct3051 == codecSelferValueTypeMap1234 { + yyl3051 := r.ReadMapStart() + if yyl3051 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3041, d) + x.codecDecodeSelfFromMap(yyl3051, d) } - } else if yyct3041 == codecSelferValueTypeArray1234 { - yyl3041 := r.ReadArrayStart() - if yyl3041 == 0 { + } else if yyct3051 == codecSelferValueTypeArray1234 { + yyl3051 := r.ReadArrayStart() + if yyl3051 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3041, d) + x.codecDecodeSelfFromArray(yyl3051, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38951,12 +39047,12 @@ func (x *AttachedVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3042Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3042Slc - var yyhl3042 bool = l >= 0 - for yyj3042 := 0; ; yyj3042++ { - if yyhl3042 { - if yyj3042 >= l { + var yys3052Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3052Slc + var yyhl3052 bool = l >= 0 + for yyj3052 := 0; ; yyj3052++ { + if yyhl3052 { + if yyj3052 >= l { break } } else { @@ -38965,10 +39061,10 @@ func (x *AttachedVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3042Slc = r.DecodeBytes(yys3042Slc, true, true) - yys3042 := string(yys3042Slc) + yys3052Slc = r.DecodeBytes(yys3052Slc, true, true) + yys3052 := string(yys3052Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3042 { + switch yys3052 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -38982,9 +39078,9 @@ func (x *AttachedVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.DevicePath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3042) - } // end switch yys3042 - } // end for yyj3042 + z.DecStructFieldNotFound(-1, yys3052) + } // end switch yys3052 + } // end for yyj3052 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38992,16 +39088,16 @@ func (x *AttachedVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3045 int - var yyb3045 bool - var yyhl3045 bool = l >= 0 - yyj3045++ - if yyhl3045 { - yyb3045 = yyj3045 > l + var yyj3055 int + var yyb3055 bool + var yyhl3055 bool = l >= 0 + yyj3055++ + if yyhl3055 { + yyb3055 = yyj3055 > l } else { - yyb3045 = r.CheckBreak() + yyb3055 = r.CheckBreak() } - if yyb3045 { + if yyb3055 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39011,13 +39107,13 @@ func (x *AttachedVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = UniqueVolumeName(r.DecodeString()) } - yyj3045++ - if yyhl3045 { - yyb3045 = yyj3045 > l + yyj3055++ + if yyhl3055 { + yyb3055 = yyj3055 > l } else { - yyb3045 = r.CheckBreak() + yyb3055 = r.CheckBreak() } - if yyb3045 { + if yyb3055 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39028,17 +39124,17 @@ func (x *AttachedVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.DevicePath = string(r.DecodeString()) } for { - yyj3045++ - if yyhl3045 { - yyb3045 = yyj3045 > l + yyj3055++ + if yyhl3055 { + yyb3055 = yyj3055 > l } else { - yyb3045 = r.CheckBreak() + yyb3055 = r.CheckBreak() } - if yyb3045 { + if yyb3055 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3045-1, "") + z.DecStructFieldNotFound(yyj3055-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39050,38 +39146,38 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3048 := z.EncBinary() - _ = yym3048 + yym3058 := z.EncBinary() + _ = yym3058 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3049 := !z.EncBinary() - yy2arr3049 := z.EncBasicHandle().StructToArray - var yyq3049 [1]bool - _, _, _ = yysep3049, yyq3049, yy2arr3049 - const yyr3049 bool = false - yyq3049[0] = len(x.PreferAvoidPods) != 0 - var yynn3049 int - if yyr3049 || yy2arr3049 { + yysep3059 := !z.EncBinary() + yy2arr3059 := z.EncBasicHandle().StructToArray + var yyq3059 [1]bool + _, _, _ = yysep3059, yyq3059, yy2arr3059 + const yyr3059 bool = false + yyq3059[0] = len(x.PreferAvoidPods) != 0 + var yynn3059 int + if yyr3059 || yy2arr3059 { r.EncodeArrayStart(1) } else { - yynn3049 = 0 - for _, b := range yyq3049 { + yynn3059 = 0 + for _, b := range yyq3059 { if b { - yynn3049++ + yynn3059++ } } - r.EncodeMapStart(yynn3049) - yynn3049 = 0 + r.EncodeMapStart(yynn3059) + yynn3059 = 0 } - if yyr3049 || yy2arr3049 { + if yyr3059 || yy2arr3059 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3049[0] { + if yyq3059[0] { if x.PreferAvoidPods == nil { r.EncodeNil() } else { - yym3051 := z.EncBinary() - _ = yym3051 + yym3061 := z.EncBinary() + _ = yym3061 if false { } else { h.encSlicePreferAvoidPodsEntry(([]PreferAvoidPodsEntry)(x.PreferAvoidPods), e) @@ -39091,15 +39187,15 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3049[0] { + if yyq3059[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preferAvoidPods")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.PreferAvoidPods == nil { r.EncodeNil() } else { - yym3052 := z.EncBinary() - _ = yym3052 + yym3062 := z.EncBinary() + _ = yym3062 if false { } else { h.encSlicePreferAvoidPodsEntry(([]PreferAvoidPodsEntry)(x.PreferAvoidPods), e) @@ -39107,7 +39203,7 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3049 || yy2arr3049 { + if yyr3059 || yy2arr3059 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39120,25 +39216,25 @@ func (x *AvoidPods) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3053 := z.DecBinary() - _ = yym3053 + yym3063 := z.DecBinary() + _ = yym3063 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3054 := r.ContainerType() - if yyct3054 == codecSelferValueTypeMap1234 { - yyl3054 := r.ReadMapStart() - if yyl3054 == 0 { + yyct3064 := r.ContainerType() + if yyct3064 == codecSelferValueTypeMap1234 { + yyl3064 := r.ReadMapStart() + if yyl3064 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3054, d) + x.codecDecodeSelfFromMap(yyl3064, d) } - } else if yyct3054 == codecSelferValueTypeArray1234 { - yyl3054 := r.ReadArrayStart() - if yyl3054 == 0 { + } else if yyct3064 == codecSelferValueTypeArray1234 { + yyl3064 := r.ReadArrayStart() + if yyl3064 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3054, d) + x.codecDecodeSelfFromArray(yyl3064, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39150,12 +39246,12 @@ func (x *AvoidPods) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3055Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3055Slc - var yyhl3055 bool = l >= 0 - for yyj3055 := 0; ; yyj3055++ { - if yyhl3055 { - if yyj3055 >= l { + var yys3065Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3065Slc + var yyhl3065 bool = l >= 0 + for yyj3065 := 0; ; yyj3065++ { + if yyhl3065 { + if yyj3065 >= l { break } } else { @@ -39164,26 +39260,26 @@ func (x *AvoidPods) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3055Slc = r.DecodeBytes(yys3055Slc, true, true) - yys3055 := string(yys3055Slc) + yys3065Slc = r.DecodeBytes(yys3065Slc, true, true) + yys3065 := string(yys3065Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3055 { + switch yys3065 { case "preferAvoidPods": if r.TryDecodeAsNil() { x.PreferAvoidPods = nil } else { - yyv3056 := &x.PreferAvoidPods - yym3057 := z.DecBinary() - _ = yym3057 + yyv3066 := &x.PreferAvoidPods + yym3067 := z.DecBinary() + _ = yym3067 if false { } else { - h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv3056), d) + h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv3066), d) } } default: - z.DecStructFieldNotFound(-1, yys3055) - } // end switch yys3055 - } // end for yyj3055 + z.DecStructFieldNotFound(-1, yys3065) + } // end switch yys3065 + } // end for yyj3065 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39191,16 +39287,16 @@ func (x *AvoidPods) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3058 int - var yyb3058 bool - var yyhl3058 bool = l >= 0 - yyj3058++ - if yyhl3058 { - yyb3058 = yyj3058 > l + var yyj3068 int + var yyb3068 bool + var yyhl3068 bool = l >= 0 + yyj3068++ + if yyhl3068 { + yyb3068 = yyj3068 > l } else { - yyb3058 = r.CheckBreak() + yyb3068 = r.CheckBreak() } - if yyb3058 { + if yyb3068 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39208,26 +39304,26 @@ func (x *AvoidPods) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.PreferAvoidPods = nil } else { - yyv3059 := &x.PreferAvoidPods - yym3060 := z.DecBinary() - _ = yym3060 + yyv3069 := &x.PreferAvoidPods + yym3070 := z.DecBinary() + _ = yym3070 if false { } else { - h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv3059), d) + h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv3069), d) } } for { - yyj3058++ - if yyhl3058 { - yyb3058 = yyj3058 > l + yyj3068++ + if yyhl3068 { + yyb3068 = yyj3068 > l } else { - yyb3058 = r.CheckBreak() + yyb3068 = r.CheckBreak() } - if yyb3058 { + if yyb3068 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3058-1, "") + z.DecStructFieldNotFound(yyj3068-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39239,85 +39335,85 @@ func (x *PreferAvoidPodsEntry) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3061 := z.EncBinary() - _ = yym3061 + yym3071 := z.EncBinary() + _ = yym3071 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[1] = true - yyq3062[2] = x.Reason != "" - yyq3062[3] = x.Message != "" - var yynn3062 int - if yyr3062 || yy2arr3062 { + yysep3072 := !z.EncBinary() + yy2arr3072 := z.EncBasicHandle().StructToArray + var yyq3072 [4]bool + _, _, _ = yysep3072, yyq3072, yy2arr3072 + const yyr3072 bool = false + yyq3072[1] = true + yyq3072[2] = x.Reason != "" + yyq3072[3] = x.Message != "" + var yynn3072 int + if yyr3072 || yy2arr3072 { r.EncodeArrayStart(4) } else { - yynn3062 = 1 - for _, b := range yyq3062 { + yynn3072 = 1 + for _, b := range yyq3072 { if b { - yynn3062++ + yynn3072++ } } - r.EncodeMapStart(yynn3062) - yynn3062 = 0 + r.EncodeMapStart(yynn3072) + yynn3072 = 0 } - if yyr3062 || yy2arr3062 { + if yyr3072 || yy2arr3072 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3064 := &x.PodSignature - yy3064.CodecEncodeSelf(e) + yy3074 := &x.PodSignature + yy3074.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podSignature")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3065 := &x.PodSignature - yy3065.CodecEncodeSelf(e) + yy3075 := &x.PodSignature + yy3075.CodecEncodeSelf(e) } - if yyr3062 || yy2arr3062 { + if yyr3072 || yy2arr3072 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3062[1] { - yy3067 := &x.EvictionTime - yym3068 := z.EncBinary() - _ = yym3068 + if yyq3072[1] { + yy3077 := &x.EvictionTime + yym3078 := z.EncBinary() + _ = yym3078 if false { - } else if z.HasExtensions() && z.EncExt(yy3067) { - } else if yym3068 { - z.EncBinaryMarshal(yy3067) - } else if !yym3068 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3067) + } else if z.HasExtensions() && z.EncExt(yy3077) { + } else if yym3078 { + z.EncBinaryMarshal(yy3077) + } else if !yym3078 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3077) } else { - z.EncFallback(yy3067) + z.EncFallback(yy3077) } } else { r.EncodeNil() } } else { - if yyq3062[1] { + if yyq3072[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("evictionTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3069 := &x.EvictionTime - yym3070 := z.EncBinary() - _ = yym3070 + yy3079 := &x.EvictionTime + yym3080 := z.EncBinary() + _ = yym3080 if false { - } else if z.HasExtensions() && z.EncExt(yy3069) { - } else if yym3070 { - z.EncBinaryMarshal(yy3069) - } else if !yym3070 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3069) + } else if z.HasExtensions() && z.EncExt(yy3079) { + } else if yym3080 { + z.EncBinaryMarshal(yy3079) + } else if !yym3080 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3079) } else { - z.EncFallback(yy3069) + z.EncFallback(yy3079) } } } - if yyr3062 || yy2arr3062 { + if yyr3072 || yy2arr3072 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3062[2] { - yym3072 := z.EncBinary() - _ = yym3072 + if yyq3072[2] { + yym3082 := z.EncBinary() + _ = yym3082 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -39326,23 +39422,23 @@ func (x *PreferAvoidPodsEntry) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3062[2] { + if yyq3072[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3073 := z.EncBinary() - _ = yym3073 + yym3083 := z.EncBinary() + _ = yym3083 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr3062 || yy2arr3062 { + if yyr3072 || yy2arr3072 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3062[3] { - yym3075 := z.EncBinary() - _ = yym3075 + if yyq3072[3] { + yym3085 := z.EncBinary() + _ = yym3085 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -39351,19 +39447,19 @@ func (x *PreferAvoidPodsEntry) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3062[3] { + if yyq3072[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3076 := z.EncBinary() - _ = yym3076 + yym3086 := z.EncBinary() + _ = yym3086 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr3062 || yy2arr3062 { + if yyr3072 || yy2arr3072 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39376,25 +39472,25 @@ func (x *PreferAvoidPodsEntry) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3077 := z.DecBinary() - _ = yym3077 + yym3087 := z.DecBinary() + _ = yym3087 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3078 := r.ContainerType() - if yyct3078 == codecSelferValueTypeMap1234 { - yyl3078 := r.ReadMapStart() - if yyl3078 == 0 { + yyct3088 := r.ContainerType() + if yyct3088 == codecSelferValueTypeMap1234 { + yyl3088 := r.ReadMapStart() + if yyl3088 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3078, d) + x.codecDecodeSelfFromMap(yyl3088, d) } - } else if yyct3078 == codecSelferValueTypeArray1234 { - yyl3078 := r.ReadArrayStart() - if yyl3078 == 0 { + } else if yyct3088 == codecSelferValueTypeArray1234 { + yyl3088 := r.ReadArrayStart() + if yyl3088 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3078, d) + x.codecDecodeSelfFromArray(yyl3088, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39406,12 +39502,12 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromMap(l int, d *codec1978.Decode 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 yys3089Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3089Slc + var yyhl3089 bool = l >= 0 + for yyj3089 := 0; ; yyj3089++ { + if yyhl3089 { + if yyj3089 >= l { break } } else { @@ -39420,32 +39516,32 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3079Slc = r.DecodeBytes(yys3079Slc, true, true) - yys3079 := string(yys3079Slc) + yys3089Slc = r.DecodeBytes(yys3089Slc, true, true) + yys3089 := string(yys3089Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3079 { + switch yys3089 { case "podSignature": if r.TryDecodeAsNil() { x.PodSignature = PodSignature{} } else { - yyv3080 := &x.PodSignature - yyv3080.CodecDecodeSelf(d) + yyv3090 := &x.PodSignature + yyv3090.CodecDecodeSelf(d) } case "evictionTime": if r.TryDecodeAsNil() { x.EvictionTime = pkg2_unversioned.Time{} } else { - yyv3081 := &x.EvictionTime - yym3082 := z.DecBinary() - _ = yym3082 + yyv3091 := &x.EvictionTime + yym3092 := z.DecBinary() + _ = yym3092 if false { - } else if z.HasExtensions() && z.DecExt(yyv3081) { - } else if yym3082 { - z.DecBinaryUnmarshal(yyv3081) - } else if !yym3082 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3081) + } else if z.HasExtensions() && z.DecExt(yyv3091) { + } else if yym3092 { + z.DecBinaryUnmarshal(yyv3091) + } else if !yym3092 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3091) } else { - z.DecFallback(yyv3081, false) + z.DecFallback(yyv3091, false) } } case "reason": @@ -39461,9 +39557,9 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3079) - } // end switch yys3079 - } // end for yyj3079 + z.DecStructFieldNotFound(-1, yys3089) + } // end switch yys3089 + } // end for yyj3089 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39471,16 +39567,16 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3085 int - var yyb3085 bool - var yyhl3085 bool = l >= 0 - yyj3085++ - if yyhl3085 { - yyb3085 = yyj3085 > l + var yyj3095 int + var yyb3095 bool + var yyhl3095 bool = l >= 0 + yyj3095++ + if yyhl3095 { + yyb3095 = yyj3095 > l } else { - yyb3085 = r.CheckBreak() + yyb3095 = r.CheckBreak() } - if yyb3085 { + if yyb3095 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39488,16 +39584,16 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.PodSignature = PodSignature{} } else { - yyv3086 := &x.PodSignature - yyv3086.CodecDecodeSelf(d) + yyv3096 := &x.PodSignature + yyv3096.CodecDecodeSelf(d) } - yyj3085++ - if yyhl3085 { - yyb3085 = yyj3085 > l + yyj3095++ + if yyhl3095 { + yyb3095 = yyj3095 > l } else { - yyb3085 = r.CheckBreak() + yyb3095 = r.CheckBreak() } - if yyb3085 { + if yyb3095 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39505,26 +39601,26 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.EvictionTime = pkg2_unversioned.Time{} } else { - yyv3087 := &x.EvictionTime - yym3088 := z.DecBinary() - _ = yym3088 + yyv3097 := &x.EvictionTime + yym3098 := z.DecBinary() + _ = yym3098 if false { - } else if z.HasExtensions() && z.DecExt(yyv3087) { - } else if yym3088 { - z.DecBinaryUnmarshal(yyv3087) - } else if !yym3088 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3087) + } else if z.HasExtensions() && z.DecExt(yyv3097) { + } else if yym3098 { + z.DecBinaryUnmarshal(yyv3097) + } else if !yym3098 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3097) } else { - z.DecFallback(yyv3087, false) + z.DecFallback(yyv3097, false) } } - yyj3085++ - if yyhl3085 { - yyb3085 = yyj3085 > l + yyj3095++ + if yyhl3095 { + yyb3095 = yyj3095 > l } else { - yyb3085 = r.CheckBreak() + yyb3095 = r.CheckBreak() } - if yyb3085 { + if yyb3095 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39534,13 +39630,13 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.Reason = string(r.DecodeString()) } - yyj3085++ - if yyhl3085 { - yyb3085 = yyj3085 > l + yyj3095++ + if yyhl3095 { + yyb3095 = yyj3095 > l } else { - yyb3085 = r.CheckBreak() + yyb3095 = r.CheckBreak() } - if yyb3085 { + if yyb3095 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39551,17 +39647,17 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Message = string(r.DecodeString()) } for { - yyj3085++ - if yyhl3085 { - yyb3085 = yyj3085 > l + yyj3095++ + if yyhl3095 { + yyb3095 = yyj3095 > l } else { - yyb3085 = r.CheckBreak() + yyb3095 = r.CheckBreak() } - if yyb3085 { + if yyb3095 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3085-1, "") + z.DecStructFieldNotFound(yyj3095-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39573,33 +39669,33 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3091 := z.EncBinary() - _ = yym3091 + yym3101 := z.EncBinary() + _ = yym3101 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3092 := !z.EncBinary() - yy2arr3092 := z.EncBasicHandle().StructToArray - var yyq3092 [1]bool - _, _, _ = yysep3092, yyq3092, yy2arr3092 - const yyr3092 bool = false - yyq3092[0] = x.PodController != nil - var yynn3092 int - if yyr3092 || yy2arr3092 { + yysep3102 := !z.EncBinary() + yy2arr3102 := z.EncBasicHandle().StructToArray + var yyq3102 [1]bool + _, _, _ = yysep3102, yyq3102, yy2arr3102 + const yyr3102 bool = false + yyq3102[0] = x.PodController != nil + var yynn3102 int + if yyr3102 || yy2arr3102 { r.EncodeArrayStart(1) } else { - yynn3092 = 0 - for _, b := range yyq3092 { + yynn3102 = 0 + for _, b := range yyq3102 { if b { - yynn3092++ + yynn3102++ } } - r.EncodeMapStart(yynn3092) - yynn3092 = 0 + r.EncodeMapStart(yynn3102) + yynn3102 = 0 } - if yyr3092 || yy2arr3092 { + if yyr3102 || yy2arr3102 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3092[0] { + if yyq3102[0] { if x.PodController == nil { r.EncodeNil() } else { @@ -39609,7 +39705,7 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3092[0] { + if yyq3102[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podController")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -39620,7 +39716,7 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3092 || yy2arr3092 { + if yyr3102 || yy2arr3102 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39633,25 +39729,25 @@ func (x *PodSignature) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3094 := z.DecBinary() - _ = yym3094 + yym3104 := z.DecBinary() + _ = yym3104 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3095 := r.ContainerType() - if yyct3095 == codecSelferValueTypeMap1234 { - yyl3095 := r.ReadMapStart() - if yyl3095 == 0 { + yyct3105 := r.ContainerType() + if yyct3105 == codecSelferValueTypeMap1234 { + yyl3105 := r.ReadMapStart() + if yyl3105 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3095, d) + x.codecDecodeSelfFromMap(yyl3105, d) } - } else if yyct3095 == codecSelferValueTypeArray1234 { - yyl3095 := r.ReadArrayStart() - if yyl3095 == 0 { + } else if yyct3105 == codecSelferValueTypeArray1234 { + yyl3105 := r.ReadArrayStart() + if yyl3105 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3095, d) + x.codecDecodeSelfFromArray(yyl3105, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39663,12 +39759,12 @@ func (x *PodSignature) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3096Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3096Slc - var yyhl3096 bool = l >= 0 - for yyj3096 := 0; ; yyj3096++ { - if yyhl3096 { - if yyj3096 >= l { + var yys3106Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3106Slc + var yyhl3106 bool = l >= 0 + for yyj3106 := 0; ; yyj3106++ { + if yyhl3106 { + if yyj3106 >= l { break } } else { @@ -39677,10 +39773,10 @@ func (x *PodSignature) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3096Slc = r.DecodeBytes(yys3096Slc, true, true) - yys3096 := string(yys3096Slc) + yys3106Slc = r.DecodeBytes(yys3106Slc, true, true) + yys3106 := string(yys3106Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3096 { + switch yys3106 { case "podController": if r.TryDecodeAsNil() { if x.PodController != nil { @@ -39693,9 +39789,9 @@ func (x *PodSignature) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.PodController.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3096) - } // end switch yys3096 - } // end for yyj3096 + z.DecStructFieldNotFound(-1, yys3106) + } // end switch yys3106 + } // end for yyj3106 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39703,16 +39799,16 @@ func (x *PodSignature) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3098 int - var yyb3098 bool - var yyhl3098 bool = l >= 0 - yyj3098++ - if yyhl3098 { - yyb3098 = yyj3098 > l + var yyj3108 int + var yyb3108 bool + var yyhl3108 bool = l >= 0 + yyj3108++ + if yyhl3108 { + yyb3108 = yyj3108 > l } else { - yyb3098 = r.CheckBreak() + yyb3108 = r.CheckBreak() } - if yyb3098 { + if yyb3108 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39728,17 +39824,17 @@ func (x *PodSignature) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.PodController.CodecDecodeSelf(d) } for { - yyj3098++ - if yyhl3098 { - yyb3098 = yyj3098 > l + yyj3108++ + if yyhl3108 { + yyb3108 = yyj3108 > l } else { - yyb3098 = r.CheckBreak() + yyb3108 = r.CheckBreak() } - if yyb3098 { + if yyb3108 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3098-1, "") + z.DecStructFieldNotFound(yyj3108-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39750,37 +39846,37 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3100 := z.EncBinary() - _ = yym3100 + yym3110 := z.EncBinary() + _ = yym3110 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3101 := !z.EncBinary() - yy2arr3101 := z.EncBasicHandle().StructToArray - var yyq3101 [2]bool - _, _, _ = yysep3101, yyq3101, yy2arr3101 - const yyr3101 bool = false - yyq3101[1] = x.SizeBytes != 0 - var yynn3101 int - if yyr3101 || yy2arr3101 { + yysep3111 := !z.EncBinary() + yy2arr3111 := z.EncBasicHandle().StructToArray + var yyq3111 [2]bool + _, _, _ = yysep3111, yyq3111, yy2arr3111 + const yyr3111 bool = false + yyq3111[1] = x.SizeBytes != 0 + var yynn3111 int + if yyr3111 || yy2arr3111 { r.EncodeArrayStart(2) } else { - yynn3101 = 1 - for _, b := range yyq3101 { + yynn3111 = 1 + for _, b := range yyq3111 { if b { - yynn3101++ + yynn3111++ } } - r.EncodeMapStart(yynn3101) - yynn3101 = 0 + r.EncodeMapStart(yynn3111) + yynn3111 = 0 } - if yyr3101 || yy2arr3101 { + if yyr3111 || yy2arr3111 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Names == nil { r.EncodeNil() } else { - yym3103 := z.EncBinary() - _ = yym3103 + yym3113 := z.EncBinary() + _ = yym3113 if false { } else { z.F.EncSliceStringV(x.Names, false, e) @@ -39793,19 +39889,19 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { if x.Names == nil { r.EncodeNil() } else { - yym3104 := z.EncBinary() - _ = yym3104 + yym3114 := z.EncBinary() + _ = yym3114 if false { } else { z.F.EncSliceStringV(x.Names, false, e) } } } - if yyr3101 || yy2arr3101 { + if yyr3111 || yy2arr3111 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3101[1] { - yym3106 := z.EncBinary() - _ = yym3106 + if yyq3111[1] { + yym3116 := z.EncBinary() + _ = yym3116 if false { } else { r.EncodeInt(int64(x.SizeBytes)) @@ -39814,19 +39910,19 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq3101[1] { + if yyq3111[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sizeBytes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3107 := z.EncBinary() - _ = yym3107 + yym3117 := z.EncBinary() + _ = yym3117 if false { } else { r.EncodeInt(int64(x.SizeBytes)) } } } - if yyr3101 || yy2arr3101 { + if yyr3111 || yy2arr3111 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39839,25 +39935,25 @@ func (x *ContainerImage) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3108 := z.DecBinary() - _ = yym3108 + yym3118 := z.DecBinary() + _ = yym3118 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3109 := r.ContainerType() - if yyct3109 == codecSelferValueTypeMap1234 { - yyl3109 := r.ReadMapStart() - if yyl3109 == 0 { + yyct3119 := r.ContainerType() + if yyct3119 == codecSelferValueTypeMap1234 { + yyl3119 := r.ReadMapStart() + if yyl3119 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3109, d) + x.codecDecodeSelfFromMap(yyl3119, d) } - } else if yyct3109 == codecSelferValueTypeArray1234 { - yyl3109 := r.ReadArrayStart() - if yyl3109 == 0 { + } else if yyct3119 == codecSelferValueTypeArray1234 { + yyl3119 := r.ReadArrayStart() + if yyl3119 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3109, d) + x.codecDecodeSelfFromArray(yyl3119, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39869,12 +39965,12 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3110Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3110Slc - var yyhl3110 bool = l >= 0 - for yyj3110 := 0; ; yyj3110++ { - if yyhl3110 { - if yyj3110 >= l { + var yys3120Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3120Slc + var yyhl3120 bool = l >= 0 + for yyj3120 := 0; ; yyj3120++ { + if yyhl3120 { + if yyj3120 >= l { break } } else { @@ -39883,20 +39979,20 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3110Slc = r.DecodeBytes(yys3110Slc, true, true) - yys3110 := string(yys3110Slc) + yys3120Slc = r.DecodeBytes(yys3120Slc, true, true) + yys3120 := string(yys3120Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3110 { + switch yys3120 { case "names": if r.TryDecodeAsNil() { x.Names = nil } else { - yyv3111 := &x.Names - yym3112 := z.DecBinary() - _ = yym3112 + yyv3121 := &x.Names + yym3122 := z.DecBinary() + _ = yym3122 if false { } else { - z.F.DecSliceStringX(yyv3111, false, d) + z.F.DecSliceStringX(yyv3121, false, d) } } case "sizeBytes": @@ -39906,9 +40002,9 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.SizeBytes = int64(r.DecodeInt(64)) } default: - z.DecStructFieldNotFound(-1, yys3110) - } // end switch yys3110 - } // end for yyj3110 + z.DecStructFieldNotFound(-1, yys3120) + } // end switch yys3120 + } // end for yyj3120 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39916,16 +40012,16 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3114 int - var yyb3114 bool - var yyhl3114 bool = l >= 0 - yyj3114++ - if yyhl3114 { - yyb3114 = yyj3114 > l + var yyj3124 int + var yyb3124 bool + var yyhl3124 bool = l >= 0 + yyj3124++ + if yyhl3124 { + yyb3124 = yyj3124 > l } else { - yyb3114 = r.CheckBreak() + yyb3124 = r.CheckBreak() } - if yyb3114 { + if yyb3124 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39933,21 +40029,21 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Names = nil } else { - yyv3115 := &x.Names - yym3116 := z.DecBinary() - _ = yym3116 + yyv3125 := &x.Names + yym3126 := z.DecBinary() + _ = yym3126 if false { } else { - z.F.DecSliceStringX(yyv3115, false, d) + z.F.DecSliceStringX(yyv3125, false, d) } } - yyj3114++ - if yyhl3114 { - yyb3114 = yyj3114 > l + yyj3124++ + if yyhl3124 { + yyb3124 = yyj3124 > l } else { - yyb3114 = r.CheckBreak() + yyb3124 = r.CheckBreak() } - if yyb3114 { + if yyb3124 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39958,17 +40054,17 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.SizeBytes = int64(r.DecodeInt(64)) } for { - yyj3114++ - if yyhl3114 { - yyb3114 = yyj3114 > l + yyj3124++ + if yyhl3124 { + yyb3124 = yyj3124 > l } else { - yyb3114 = r.CheckBreak() + yyb3124 = r.CheckBreak() } - if yyb3114 { + if yyb3124 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3114-1, "") + z.DecStructFieldNotFound(yyj3124-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39977,8 +40073,8 @@ func (x NodePhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3118 := z.EncBinary() - _ = yym3118 + yym3128 := z.EncBinary() + _ = yym3128 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -39990,8 +40086,8 @@ func (x *NodePhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3119 := z.DecBinary() - _ = yym3119 + yym3129 := z.DecBinary() + _ = yym3129 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -40003,8 +40099,8 @@ func (x NodeConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3120 := z.EncBinary() - _ = yym3120 + yym3130 := z.EncBinary() + _ = yym3130 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -40016,8 +40112,8 @@ func (x *NodeConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3121 := z.DecBinary() - _ = yym3121 + yym3131 := z.DecBinary() + _ = yym3131 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -40032,34 +40128,34 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3122 := z.EncBinary() - _ = yym3122 + yym3132 := z.EncBinary() + _ = yym3132 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3123 := !z.EncBinary() - yy2arr3123 := z.EncBasicHandle().StructToArray - var yyq3123 [6]bool - _, _, _ = yysep3123, yyq3123, yy2arr3123 - const yyr3123 bool = false - yyq3123[2] = true - yyq3123[3] = true - yyq3123[4] = x.Reason != "" - yyq3123[5] = x.Message != "" - var yynn3123 int - if yyr3123 || yy2arr3123 { + yysep3133 := !z.EncBinary() + yy2arr3133 := z.EncBasicHandle().StructToArray + var yyq3133 [6]bool + _, _, _ = yysep3133, yyq3133, yy2arr3133 + const yyr3133 bool = false + yyq3133[2] = true + yyq3133[3] = true + yyq3133[4] = x.Reason != "" + yyq3133[5] = x.Message != "" + var yynn3133 int + if yyr3133 || yy2arr3133 { r.EncodeArrayStart(6) } else { - yynn3123 = 2 - for _, b := range yyq3123 { + yynn3133 = 2 + for _, b := range yyq3133 { if b { - yynn3123++ + yynn3133++ } } - r.EncodeMapStart(yynn3123) - yynn3123 = 0 + r.EncodeMapStart(yynn3133) + yynn3133 = 0 } - if yyr3123 || yy2arr3123 { + if yyr3133 || yy2arr3133 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -40068,7 +40164,7 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr3123 || yy2arr3123 { + if yyr3133 || yy2arr3133 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -40077,110 +40173,110 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr3123 || yy2arr3123 { + if yyr3133 || yy2arr3133 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3123[2] { - yy3127 := &x.LastHeartbeatTime - yym3128 := z.EncBinary() - _ = yym3128 - if false { - } else if z.HasExtensions() && z.EncExt(yy3127) { - } else if yym3128 { - z.EncBinaryMarshal(yy3127) - } else if !yym3128 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3127) - } else { - z.EncFallback(yy3127) - } - } else { - r.EncodeNil() - } - } else { - if yyq3123[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastHeartbeatTime")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3129 := &x.LastHeartbeatTime - yym3130 := z.EncBinary() - _ = yym3130 - if false { - } else if z.HasExtensions() && z.EncExt(yy3129) { - } else if yym3130 { - z.EncBinaryMarshal(yy3129) - } else if !yym3130 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3129) - } else { - z.EncFallback(yy3129) - } - } - } - if yyr3123 || yy2arr3123 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3123[3] { - yy3132 := &x.LastTransitionTime - yym3133 := z.EncBinary() - _ = yym3133 - if false { - } else if z.HasExtensions() && z.EncExt(yy3132) { - } else if yym3133 { - z.EncBinaryMarshal(yy3132) - } else if !yym3133 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3132) - } else { - z.EncFallback(yy3132) - } - } else { - r.EncodeNil() - } - } else { - if yyq3123[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3134 := &x.LastTransitionTime - yym3135 := z.EncBinary() - _ = yym3135 - if false { - } else if z.HasExtensions() && z.EncExt(yy3134) { - } else if yym3135 { - z.EncBinaryMarshal(yy3134) - } else if !yym3135 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3134) - } else { - z.EncFallback(yy3134) - } - } - } - if yyr3123 || yy2arr3123 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3123[4] { - yym3137 := z.EncBinary() - _ = yym3137 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3123[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("reason")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyq3133[2] { + yy3137 := &x.LastHeartbeatTime yym3138 := z.EncBinary() _ = yym3138 if false { + } else if z.HasExtensions() && z.EncExt(yy3137) { + } else if yym3138 { + z.EncBinaryMarshal(yy3137) + } else if !yym3138 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3137) + } else { + z.EncFallback(yy3137) + } + } else { + r.EncodeNil() + } + } else { + if yyq3133[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("lastHeartbeatTime")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3139 := &x.LastHeartbeatTime + yym3140 := z.EncBinary() + _ = yym3140 + if false { + } else if z.HasExtensions() && z.EncExt(yy3139) { + } else if yym3140 { + z.EncBinaryMarshal(yy3139) + } else if !yym3140 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3139) + } else { + z.EncFallback(yy3139) + } + } + } + if yyr3133 || yy2arr3133 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3133[3] { + yy3142 := &x.LastTransitionTime + yym3143 := z.EncBinary() + _ = yym3143 + if false { + } else if z.HasExtensions() && z.EncExt(yy3142) { + } else if yym3143 { + z.EncBinaryMarshal(yy3142) + } else if !yym3143 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3142) + } else { + z.EncFallback(yy3142) + } + } else { + r.EncodeNil() + } + } else { + if yyq3133[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3144 := &x.LastTransitionTime + yym3145 := z.EncBinary() + _ = yym3145 + if false { + } else if z.HasExtensions() && z.EncExt(yy3144) { + } else if yym3145 { + z.EncBinaryMarshal(yy3144) + } else if !yym3145 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3144) + } else { + z.EncFallback(yy3144) + } + } + } + if yyr3133 || yy2arr3133 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3133[4] { + yym3147 := z.EncBinary() + _ = yym3147 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3133[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("reason")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3148 := z.EncBinary() + _ = yym3148 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr3123 || yy2arr3123 { + if yyr3133 || yy2arr3133 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3123[5] { - yym3140 := z.EncBinary() - _ = yym3140 + if yyq3133[5] { + yym3150 := z.EncBinary() + _ = yym3150 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -40189,19 +40285,19 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3123[5] { + if yyq3133[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3141 := z.EncBinary() - _ = yym3141 + yym3151 := z.EncBinary() + _ = yym3151 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr3123 || yy2arr3123 { + if yyr3133 || yy2arr3133 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40214,25 +40310,25 @@ func (x *NodeCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3142 := z.DecBinary() - _ = yym3142 + yym3152 := z.DecBinary() + _ = yym3152 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3143 := r.ContainerType() - if yyct3143 == codecSelferValueTypeMap1234 { - yyl3143 := r.ReadMapStart() - if yyl3143 == 0 { + yyct3153 := r.ContainerType() + if yyct3153 == codecSelferValueTypeMap1234 { + yyl3153 := r.ReadMapStart() + if yyl3153 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3143, d) + x.codecDecodeSelfFromMap(yyl3153, d) } - } else if yyct3143 == codecSelferValueTypeArray1234 { - yyl3143 := r.ReadArrayStart() - if yyl3143 == 0 { + } else if yyct3153 == codecSelferValueTypeArray1234 { + yyl3153 := r.ReadArrayStart() + if yyl3153 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3143, d) + x.codecDecodeSelfFromArray(yyl3153, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40244,12 +40340,12 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3144Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3144Slc - var yyhl3144 bool = l >= 0 - for yyj3144 := 0; ; yyj3144++ { - if yyhl3144 { - if yyj3144 >= l { + var yys3154Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3154Slc + var yyhl3154 bool = l >= 0 + for yyj3154 := 0; ; yyj3154++ { + if yyhl3154 { + if yyj3154 >= l { break } } else { @@ -40258,10 +40354,10 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3144Slc = r.DecodeBytes(yys3144Slc, true, true) - yys3144 := string(yys3144Slc) + yys3154Slc = r.DecodeBytes(yys3154Slc, true, true) + yys3154 := string(yys3154Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3144 { + switch yys3154 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -40278,34 +40374,34 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastHeartbeatTime = pkg2_unversioned.Time{} } else { - yyv3147 := &x.LastHeartbeatTime - yym3148 := z.DecBinary() - _ = yym3148 + yyv3157 := &x.LastHeartbeatTime + yym3158 := z.DecBinary() + _ = yym3158 if false { - } else if z.HasExtensions() && z.DecExt(yyv3147) { - } else if yym3148 { - z.DecBinaryUnmarshal(yyv3147) - } else if !yym3148 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3147) + } else if z.HasExtensions() && z.DecExt(yyv3157) { + } else if yym3158 { + z.DecBinaryUnmarshal(yyv3157) + } else if !yym3158 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3157) } else { - z.DecFallback(yyv3147, false) + z.DecFallback(yyv3157, false) } } case "lastTransitionTime": if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv3149 := &x.LastTransitionTime - yym3150 := z.DecBinary() - _ = yym3150 + yyv3159 := &x.LastTransitionTime + yym3160 := z.DecBinary() + _ = yym3160 if false { - } else if z.HasExtensions() && z.DecExt(yyv3149) { - } else if yym3150 { - z.DecBinaryUnmarshal(yyv3149) - } else if !yym3150 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3149) + } else if z.HasExtensions() && z.DecExt(yyv3159) { + } else if yym3160 { + z.DecBinaryUnmarshal(yyv3159) + } else if !yym3160 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3159) } else { - z.DecFallback(yyv3149, false) + z.DecFallback(yyv3159, false) } } case "reason": @@ -40321,9 +40417,9 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3144) - } // end switch yys3144 - } // end for yyj3144 + z.DecStructFieldNotFound(-1, yys3154) + } // end switch yys3154 + } // end for yyj3154 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40331,16 +40427,16 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3153 int - var yyb3153 bool - var yyhl3153 bool = l >= 0 - yyj3153++ - if yyhl3153 { - yyb3153 = yyj3153 > l + var yyj3163 int + var yyb3163 bool + var yyhl3163 bool = l >= 0 + yyj3163++ + if yyhl3163 { + yyb3163 = yyj3163 > l } else { - yyb3153 = r.CheckBreak() + yyb3163 = r.CheckBreak() } - if yyb3153 { + if yyb3163 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40350,13 +40446,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = NodeConditionType(r.DecodeString()) } - yyj3153++ - if yyhl3153 { - yyb3153 = yyj3153 > l + yyj3163++ + if yyhl3163 { + yyb3163 = yyj3163 > l } else { - yyb3153 = r.CheckBreak() + yyb3163 = r.CheckBreak() } - if yyb3153 { + if yyb3163 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40366,13 +40462,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj3153++ - if yyhl3153 { - yyb3153 = yyj3153 > l + yyj3163++ + if yyhl3163 { + yyb3163 = yyj3163 > l } else { - yyb3153 = r.CheckBreak() + yyb3163 = r.CheckBreak() } - if yyb3153 { + if yyb3163 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40380,26 +40476,26 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastHeartbeatTime = pkg2_unversioned.Time{} } else { - yyv3156 := &x.LastHeartbeatTime - yym3157 := z.DecBinary() - _ = yym3157 + yyv3166 := &x.LastHeartbeatTime + yym3167 := z.DecBinary() + _ = yym3167 if false { - } else if z.HasExtensions() && z.DecExt(yyv3156) { - } else if yym3157 { - z.DecBinaryUnmarshal(yyv3156) - } else if !yym3157 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3156) + } else if z.HasExtensions() && z.DecExt(yyv3166) { + } else if yym3167 { + z.DecBinaryUnmarshal(yyv3166) + } else if !yym3167 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3166) } else { - z.DecFallback(yyv3156, false) + z.DecFallback(yyv3166, false) } } - yyj3153++ - if yyhl3153 { - yyb3153 = yyj3153 > l + yyj3163++ + if yyhl3163 { + yyb3163 = yyj3163 > l } else { - yyb3153 = r.CheckBreak() + yyb3163 = r.CheckBreak() } - if yyb3153 { + if yyb3163 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40407,26 +40503,26 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv3158 := &x.LastTransitionTime - yym3159 := z.DecBinary() - _ = yym3159 + yyv3168 := &x.LastTransitionTime + yym3169 := z.DecBinary() + _ = yym3169 if false { - } else if z.HasExtensions() && z.DecExt(yyv3158) { - } else if yym3159 { - z.DecBinaryUnmarshal(yyv3158) - } else if !yym3159 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3158) + } else if z.HasExtensions() && z.DecExt(yyv3168) { + } else if yym3169 { + z.DecBinaryUnmarshal(yyv3168) + } else if !yym3169 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3168) } else { - z.DecFallback(yyv3158, false) + z.DecFallback(yyv3168, false) } } - yyj3153++ - if yyhl3153 { - yyb3153 = yyj3153 > l + yyj3163++ + if yyhl3163 { + yyb3163 = yyj3163 > l } else { - yyb3153 = r.CheckBreak() + yyb3163 = r.CheckBreak() } - if yyb3153 { + if yyb3163 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40436,13 +40532,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj3153++ - if yyhl3153 { - yyb3153 = yyj3153 > l + yyj3163++ + if yyhl3163 { + yyb3163 = yyj3163 > l } else { - yyb3153 = r.CheckBreak() + yyb3163 = r.CheckBreak() } - if yyb3153 { + if yyb3163 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40453,17 +40549,17 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } for { - yyj3153++ - if yyhl3153 { - yyb3153 = yyj3153 > l + yyj3163++ + if yyhl3163 { + yyb3163 = yyj3163 > l } else { - yyb3153 = r.CheckBreak() + yyb3163 = r.CheckBreak() } - if yyb3153 { + if yyb3163 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3153-1, "") + z.DecStructFieldNotFound(yyj3163-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40472,8 +40568,8 @@ func (x NodeAddressType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3162 := z.EncBinary() - _ = yym3162 + yym3172 := z.EncBinary() + _ = yym3172 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -40485,8 +40581,8 @@ func (x *NodeAddressType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3163 := z.DecBinary() - _ = yym3163 + yym3173 := z.DecBinary() + _ = yym3173 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -40501,30 +40597,30 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3164 := z.EncBinary() - _ = yym3164 + yym3174 := z.EncBinary() + _ = yym3174 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3165 := !z.EncBinary() - yy2arr3165 := z.EncBasicHandle().StructToArray - var yyq3165 [2]bool - _, _, _ = yysep3165, yyq3165, yy2arr3165 - const yyr3165 bool = false - var yynn3165 int - if yyr3165 || yy2arr3165 { + yysep3175 := !z.EncBinary() + yy2arr3175 := z.EncBasicHandle().StructToArray + var yyq3175 [2]bool + _, _, _ = yysep3175, yyq3175, yy2arr3175 + const yyr3175 bool = false + var yynn3175 int + if yyr3175 || yy2arr3175 { r.EncodeArrayStart(2) } else { - yynn3165 = 2 - for _, b := range yyq3165 { + yynn3175 = 2 + for _, b := range yyq3175 { if b { - yynn3165++ + yynn3175++ } } - r.EncodeMapStart(yynn3165) - yynn3165 = 0 + r.EncodeMapStart(yynn3175) + yynn3175 = 0 } - if yyr3165 || yy2arr3165 { + if yyr3175 || yy2arr3175 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -40533,10 +40629,10 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr3165 || yy2arr3165 { + if yyr3175 || yy2arr3175 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3168 := z.EncBinary() - _ = yym3168 + yym3178 := z.EncBinary() + _ = yym3178 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Address)) @@ -40545,14 +40641,14 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("address")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3169 := z.EncBinary() - _ = yym3169 + yym3179 := z.EncBinary() + _ = yym3179 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Address)) } } - if yyr3165 || yy2arr3165 { + if yyr3175 || yy2arr3175 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40565,25 +40661,25 @@ func (x *NodeAddress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3170 := z.DecBinary() - _ = yym3170 + yym3180 := z.DecBinary() + _ = yym3180 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3171 := r.ContainerType() - if yyct3171 == codecSelferValueTypeMap1234 { - yyl3171 := r.ReadMapStart() - if yyl3171 == 0 { + yyct3181 := r.ContainerType() + if yyct3181 == codecSelferValueTypeMap1234 { + yyl3181 := r.ReadMapStart() + if yyl3181 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3171, d) + x.codecDecodeSelfFromMap(yyl3181, d) } - } else if yyct3171 == codecSelferValueTypeArray1234 { - yyl3171 := r.ReadArrayStart() - if yyl3171 == 0 { + } else if yyct3181 == codecSelferValueTypeArray1234 { + yyl3181 := r.ReadArrayStart() + if yyl3181 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3171, d) + x.codecDecodeSelfFromArray(yyl3181, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40595,12 +40691,12 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3172Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3172Slc - var yyhl3172 bool = l >= 0 - for yyj3172 := 0; ; yyj3172++ { - if yyhl3172 { - if yyj3172 >= l { + var yys3182Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3182Slc + var yyhl3182 bool = l >= 0 + for yyj3182 := 0; ; yyj3182++ { + if yyhl3182 { + if yyj3182 >= l { break } } else { @@ -40609,10 +40705,10 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3172Slc = r.DecodeBytes(yys3172Slc, true, true) - yys3172 := string(yys3172Slc) + yys3182Slc = r.DecodeBytes(yys3182Slc, true, true) + yys3182 := string(yys3182Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3172 { + switch yys3182 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -40626,9 +40722,9 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Address = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3172) - } // end switch yys3172 - } // end for yyj3172 + z.DecStructFieldNotFound(-1, yys3182) + } // end switch yys3182 + } // end for yyj3182 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40636,16 +40732,16 @@ func (x *NodeAddress) 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 yyj3185 int + var yyb3185 bool + var yyhl3185 bool = l >= 0 + yyj3185++ + if yyhl3185 { + yyb3185 = yyj3185 > l } else { - yyb3175 = r.CheckBreak() + yyb3185 = r.CheckBreak() } - if yyb3175 { + if yyb3185 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40655,13 +40751,13 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = NodeAddressType(r.DecodeString()) } - yyj3175++ - if yyhl3175 { - yyb3175 = yyj3175 > l + yyj3185++ + if yyhl3185 { + yyb3185 = yyj3185 > l } else { - yyb3175 = r.CheckBreak() + yyb3185 = r.CheckBreak() } - if yyb3175 { + if yyb3185 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40672,17 +40768,17 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Address = string(r.DecodeString()) } for { - yyj3175++ - if yyhl3175 { - yyb3175 = yyj3175 > l + yyj3185++ + if yyhl3185 { + yyb3185 = yyj3185 > l } else { - yyb3175 = r.CheckBreak() + yyb3185 = r.CheckBreak() } - if yyb3175 { + if yyb3185 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3175-1, "") + z.DecStructFieldNotFound(yyj3185-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40691,8 +40787,8 @@ func (x ResourceName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3178 := z.EncBinary() - _ = yym3178 + yym3188 := z.EncBinary() + _ = yym3188 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -40704,8 +40800,8 @@ func (x *ResourceName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3179 := z.DecBinary() - _ = yym3179 + yym3189 := z.DecBinary() + _ = yym3189 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -40720,8 +40816,8 @@ func (x ResourceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3180 := z.EncBinary() - _ = yym3180 + yym3190 := z.EncBinary() + _ = yym3190 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -40734,8 +40830,8 @@ func (x *ResourceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3181 := z.DecBinary() - _ = yym3181 + yym3191 := z.DecBinary() + _ = yym3191 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -40750,39 +40846,39 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3182 := z.EncBinary() - _ = yym3182 + yym3192 := z.EncBinary() + _ = yym3192 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3183 := !z.EncBinary() - yy2arr3183 := z.EncBasicHandle().StructToArray - var yyq3183 [5]bool - _, _, _ = yysep3183, yyq3183, yy2arr3183 - const yyr3183 bool = false - yyq3183[0] = x.Kind != "" - yyq3183[1] = x.APIVersion != "" - yyq3183[2] = true - yyq3183[3] = true - yyq3183[4] = true - var yynn3183 int - if yyr3183 || yy2arr3183 { + yysep3193 := !z.EncBinary() + yy2arr3193 := z.EncBasicHandle().StructToArray + var yyq3193 [5]bool + _, _, _ = yysep3193, yyq3193, yy2arr3193 + const yyr3193 bool = false + yyq3193[0] = x.Kind != "" + yyq3193[1] = x.APIVersion != "" + yyq3193[2] = true + yyq3193[3] = true + yyq3193[4] = true + var yynn3193 int + if yyr3193 || yy2arr3193 { r.EncodeArrayStart(5) } else { - yynn3183 = 0 - for _, b := range yyq3183 { + yynn3193 = 0 + for _, b := range yyq3193 { if b { - yynn3183++ + yynn3193++ } } - r.EncodeMapStart(yynn3183) - yynn3183 = 0 + r.EncodeMapStart(yynn3193) + yynn3193 = 0 } - if yyr3183 || yy2arr3183 { + if yyr3193 || yy2arr3193 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3183[0] { - yym3185 := z.EncBinary() - _ = yym3185 + if yyq3193[0] { + yym3195 := z.EncBinary() + _ = yym3195 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -40791,23 +40887,23 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3183[0] { + if yyq3193[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3186 := z.EncBinary() - _ = yym3186 + yym3196 := z.EncBinary() + _ = yym3196 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3183 || yy2arr3183 { + if yyr3193 || yy2arr3193 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3183[1] { - yym3188 := z.EncBinary() - _ = yym3188 + if yyq3193[1] { + yym3198 := z.EncBinary() + _ = yym3198 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -40816,70 +40912,70 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3183[1] { + if yyq3193[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3189 := z.EncBinary() - _ = yym3189 + yym3199 := z.EncBinary() + _ = yym3199 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3183 || yy2arr3183 { + if yyr3193 || yy2arr3193 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3183[2] { - yy3191 := &x.ObjectMeta - yy3191.CodecEncodeSelf(e) + if yyq3193[2] { + yy3201 := &x.ObjectMeta + yy3201.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3183[2] { + if yyq3193[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3192 := &x.ObjectMeta - yy3192.CodecEncodeSelf(e) + yy3202 := &x.ObjectMeta + yy3202.CodecEncodeSelf(e) } } - if yyr3183 || yy2arr3183 { + if yyr3193 || yy2arr3193 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3183[3] { - yy3194 := &x.Spec - yy3194.CodecEncodeSelf(e) + if yyq3193[3] { + yy3204 := &x.Spec + yy3204.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3183[3] { + if yyq3193[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3195 := &x.Spec - yy3195.CodecEncodeSelf(e) + yy3205 := &x.Spec + yy3205.CodecEncodeSelf(e) } } - if yyr3183 || yy2arr3183 { + if yyr3193 || yy2arr3193 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3183[4] { - yy3197 := &x.Status - yy3197.CodecEncodeSelf(e) + if yyq3193[4] { + yy3207 := &x.Status + yy3207.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3183[4] { + if yyq3193[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3198 := &x.Status - yy3198.CodecEncodeSelf(e) + yy3208 := &x.Status + yy3208.CodecEncodeSelf(e) } } - if yyr3183 || yy2arr3183 { + if yyr3193 || yy2arr3193 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40892,25 +40988,25 @@ func (x *Node) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3199 := z.DecBinary() - _ = yym3199 + yym3209 := z.DecBinary() + _ = yym3209 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3200 := r.ContainerType() - if yyct3200 == codecSelferValueTypeMap1234 { - yyl3200 := r.ReadMapStart() - if yyl3200 == 0 { + yyct3210 := r.ContainerType() + if yyct3210 == codecSelferValueTypeMap1234 { + yyl3210 := r.ReadMapStart() + if yyl3210 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3200, d) + x.codecDecodeSelfFromMap(yyl3210, d) } - } else if yyct3200 == codecSelferValueTypeArray1234 { - yyl3200 := r.ReadArrayStart() - if yyl3200 == 0 { + } else if yyct3210 == codecSelferValueTypeArray1234 { + yyl3210 := r.ReadArrayStart() + if yyl3210 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3200, d) + x.codecDecodeSelfFromArray(yyl3210, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40922,12 +41018,12 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3201Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3201Slc - var yyhl3201 bool = l >= 0 - for yyj3201 := 0; ; yyj3201++ { - if yyhl3201 { - if yyj3201 >= l { + var yys3211Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3211Slc + var yyhl3211 bool = l >= 0 + for yyj3211 := 0; ; yyj3211++ { + if yyhl3211 { + if yyj3211 >= l { break } } else { @@ -40936,10 +41032,10 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3201Slc = r.DecodeBytes(yys3201Slc, true, true) - yys3201 := string(yys3201Slc) + yys3211Slc = r.DecodeBytes(yys3211Slc, true, true) + yys3211 := string(yys3211Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3201 { + switch yys3211 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -40956,27 +41052,27 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3204 := &x.ObjectMeta - yyv3204.CodecDecodeSelf(d) + yyv3214 := &x.ObjectMeta + yyv3214.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NodeSpec{} } else { - yyv3205 := &x.Spec - yyv3205.CodecDecodeSelf(d) + yyv3215 := &x.Spec + yyv3215.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = NodeStatus{} } else { - yyv3206 := &x.Status - yyv3206.CodecDecodeSelf(d) + yyv3216 := &x.Status + yyv3216.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3201) - } // end switch yys3201 - } // end for yyj3201 + z.DecStructFieldNotFound(-1, yys3211) + } // end switch yys3211 + } // end for yyj3211 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40984,16 +41080,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3207 int - var yyb3207 bool - var yyhl3207 bool = l >= 0 - yyj3207++ - if yyhl3207 { - yyb3207 = yyj3207 > l + var yyj3217 int + var yyb3217 bool + var yyhl3217 bool = l >= 0 + yyj3217++ + if yyhl3217 { + yyb3217 = yyj3217 > l } else { - yyb3207 = r.CheckBreak() + yyb3217 = r.CheckBreak() } - if yyb3207 { + if yyb3217 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41003,13 +41099,13 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3207++ - if yyhl3207 { - yyb3207 = yyj3207 > l + yyj3217++ + if yyhl3217 { + yyb3217 = yyj3217 > l } else { - yyb3207 = r.CheckBreak() + yyb3217 = r.CheckBreak() } - if yyb3207 { + if yyb3217 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41019,13 +41115,13 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3207++ - if yyhl3207 { - yyb3207 = yyj3207 > l + yyj3217++ + if yyhl3217 { + yyb3217 = yyj3217 > l } else { - yyb3207 = r.CheckBreak() + yyb3217 = r.CheckBreak() } - if yyb3207 { + if yyb3217 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41033,16 +41129,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3210 := &x.ObjectMeta - yyv3210.CodecDecodeSelf(d) + yyv3220 := &x.ObjectMeta + yyv3220.CodecDecodeSelf(d) } - yyj3207++ - if yyhl3207 { - yyb3207 = yyj3207 > l + yyj3217++ + if yyhl3217 { + yyb3217 = yyj3217 > l } else { - yyb3207 = r.CheckBreak() + yyb3217 = r.CheckBreak() } - if yyb3207 { + if yyb3217 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41050,16 +41146,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NodeSpec{} } else { - yyv3211 := &x.Spec - yyv3211.CodecDecodeSelf(d) + yyv3221 := &x.Spec + yyv3221.CodecDecodeSelf(d) } - yyj3207++ - if yyhl3207 { - yyb3207 = yyj3207 > l + yyj3217++ + if yyhl3217 { + yyb3217 = yyj3217 > l } else { - yyb3207 = r.CheckBreak() + yyb3217 = r.CheckBreak() } - if yyb3207 { + if yyb3217 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41067,21 +41163,21 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = NodeStatus{} } else { - yyv3212 := &x.Status - yyv3212.CodecDecodeSelf(d) + yyv3222 := &x.Status + yyv3222.CodecDecodeSelf(d) } for { - yyj3207++ - if yyhl3207 { - yyb3207 = yyj3207 > l + yyj3217++ + if yyhl3217 { + yyb3217 = yyj3217 > l } else { - yyb3207 = r.CheckBreak() + yyb3217 = r.CheckBreak() } - if yyb3207 { + if yyb3217 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3207-1, "") + z.DecStructFieldNotFound(yyj3217-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41093,37 +41189,37 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3213 := z.EncBinary() - _ = yym3213 + yym3223 := z.EncBinary() + _ = yym3223 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3214 := !z.EncBinary() - yy2arr3214 := z.EncBasicHandle().StructToArray - var yyq3214 [4]bool - _, _, _ = yysep3214, yyq3214, yy2arr3214 - const yyr3214 bool = false - yyq3214[0] = x.Kind != "" - yyq3214[1] = x.APIVersion != "" - yyq3214[2] = true - var yynn3214 int - if yyr3214 || yy2arr3214 { + yysep3224 := !z.EncBinary() + yy2arr3224 := z.EncBasicHandle().StructToArray + var yyq3224 [4]bool + _, _, _ = yysep3224, yyq3224, yy2arr3224 + const yyr3224 bool = false + yyq3224[0] = x.Kind != "" + yyq3224[1] = x.APIVersion != "" + yyq3224[2] = true + var yynn3224 int + if yyr3224 || yy2arr3224 { r.EncodeArrayStart(4) } else { - yynn3214 = 1 - for _, b := range yyq3214 { + yynn3224 = 1 + for _, b := range yyq3224 { if b { - yynn3214++ + yynn3224++ } } - r.EncodeMapStart(yynn3214) - yynn3214 = 0 + r.EncodeMapStart(yynn3224) + yynn3224 = 0 } - if yyr3214 || yy2arr3214 { + if yyr3224 || yy2arr3224 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3214[0] { - yym3216 := z.EncBinary() - _ = yym3216 + if yyq3224[0] { + yym3226 := z.EncBinary() + _ = yym3226 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -41132,23 +41228,23 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3214[0] { + if yyq3224[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3217 := z.EncBinary() - _ = yym3217 + yym3227 := z.EncBinary() + _ = yym3227 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3214 || yy2arr3214 { + if yyr3224 || yy2arr3224 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3214[1] { - yym3219 := z.EncBinary() - _ = yym3219 + if yyq3224[1] { + yym3229 := z.EncBinary() + _ = yym3229 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -41157,54 +41253,54 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3214[1] { + if yyq3224[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3220 := z.EncBinary() - _ = yym3220 + yym3230 := z.EncBinary() + _ = yym3230 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3214 || yy2arr3214 { + if yyr3224 || yy2arr3224 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3214[2] { - yy3222 := &x.ListMeta - yym3223 := z.EncBinary() - _ = yym3223 + if yyq3224[2] { + yy3232 := &x.ListMeta + yym3233 := z.EncBinary() + _ = yym3233 if false { - } else if z.HasExtensions() && z.EncExt(yy3222) { + } else if z.HasExtensions() && z.EncExt(yy3232) { } else { - z.EncFallback(yy3222) + z.EncFallback(yy3232) } } else { r.EncodeNil() } } else { - if yyq3214[2] { + if yyq3224[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3224 := &x.ListMeta - yym3225 := z.EncBinary() - _ = yym3225 + yy3234 := &x.ListMeta + yym3235 := z.EncBinary() + _ = yym3235 if false { - } else if z.HasExtensions() && z.EncExt(yy3224) { + } else if z.HasExtensions() && z.EncExt(yy3234) { } else { - z.EncFallback(yy3224) + z.EncFallback(yy3234) } } } - if yyr3214 || yy2arr3214 { + if yyr3224 || yy2arr3224 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3227 := z.EncBinary() - _ = yym3227 + yym3237 := z.EncBinary() + _ = yym3237 if false { } else { h.encSliceNode(([]Node)(x.Items), e) @@ -41217,15 +41313,15 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3228 := z.EncBinary() - _ = yym3228 + yym3238 := z.EncBinary() + _ = yym3238 if false { } else { h.encSliceNode(([]Node)(x.Items), e) } } } - if yyr3214 || yy2arr3214 { + if yyr3224 || yy2arr3224 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41238,25 +41334,25 @@ func (x *NodeList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3229 := z.DecBinary() - _ = yym3229 + yym3239 := z.DecBinary() + _ = yym3239 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3230 := r.ContainerType() - if yyct3230 == codecSelferValueTypeMap1234 { - yyl3230 := r.ReadMapStart() - if yyl3230 == 0 { + yyct3240 := r.ContainerType() + if yyct3240 == codecSelferValueTypeMap1234 { + yyl3240 := r.ReadMapStart() + if yyl3240 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3230, d) + x.codecDecodeSelfFromMap(yyl3240, d) } - } else if yyct3230 == codecSelferValueTypeArray1234 { - yyl3230 := r.ReadArrayStart() - if yyl3230 == 0 { + } else if yyct3240 == codecSelferValueTypeArray1234 { + yyl3240 := r.ReadArrayStart() + if yyl3240 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3230, d) + x.codecDecodeSelfFromArray(yyl3240, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41268,12 +41364,12 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3231Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3231Slc - var yyhl3231 bool = l >= 0 - for yyj3231 := 0; ; yyj3231++ { - if yyhl3231 { - if yyj3231 >= l { + var yys3241Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3241Slc + var yyhl3241 bool = l >= 0 + for yyj3241 := 0; ; yyj3241++ { + if yyhl3241 { + if yyj3241 >= l { break } } else { @@ -41282,10 +41378,10 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3231Slc = r.DecodeBytes(yys3231Slc, true, true) - yys3231 := string(yys3231Slc) + yys3241Slc = r.DecodeBytes(yys3241Slc, true, true) + yys3241 := string(yys3241Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3231 { + switch yys3241 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -41302,31 +41398,31 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3234 := &x.ListMeta - yym3235 := z.DecBinary() - _ = yym3235 + yyv3244 := &x.ListMeta + yym3245 := z.DecBinary() + _ = yym3245 if false { - } else if z.HasExtensions() && z.DecExt(yyv3234) { + } else if z.HasExtensions() && z.DecExt(yyv3244) { } else { - z.DecFallback(yyv3234, false) + z.DecFallback(yyv3244, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3236 := &x.Items - yym3237 := z.DecBinary() - _ = yym3237 + yyv3246 := &x.Items + yym3247 := z.DecBinary() + _ = yym3247 if false { } else { - h.decSliceNode((*[]Node)(yyv3236), d) + h.decSliceNode((*[]Node)(yyv3246), d) } } default: - z.DecStructFieldNotFound(-1, yys3231) - } // end switch yys3231 - } // end for yyj3231 + z.DecStructFieldNotFound(-1, yys3241) + } // end switch yys3241 + } // end for yyj3241 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41334,16 +41430,16 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3238 int - var yyb3238 bool - var yyhl3238 bool = l >= 0 - yyj3238++ - if yyhl3238 { - yyb3238 = yyj3238 > l + var yyj3248 int + var yyb3248 bool + var yyhl3248 bool = l >= 0 + yyj3248++ + if yyhl3248 { + yyb3248 = yyj3248 > l } else { - yyb3238 = r.CheckBreak() + yyb3248 = r.CheckBreak() } - if yyb3238 { + if yyb3248 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41353,13 +41449,13 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3238++ - if yyhl3238 { - yyb3238 = yyj3238 > l + yyj3248++ + if yyhl3248 { + yyb3248 = yyj3248 > l } else { - yyb3238 = r.CheckBreak() + yyb3248 = r.CheckBreak() } - if yyb3238 { + if yyb3248 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41369,13 +41465,13 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3238++ - if yyhl3238 { - yyb3238 = yyj3238 > l + yyj3248++ + if yyhl3248 { + yyb3248 = yyj3248 > l } else { - yyb3238 = r.CheckBreak() + yyb3248 = r.CheckBreak() } - if yyb3238 { + if yyb3248 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41383,22 +41479,22 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3241 := &x.ListMeta - yym3242 := z.DecBinary() - _ = yym3242 + yyv3251 := &x.ListMeta + yym3252 := z.DecBinary() + _ = yym3252 if false { - } else if z.HasExtensions() && z.DecExt(yyv3241) { + } else if z.HasExtensions() && z.DecExt(yyv3251) { } else { - z.DecFallback(yyv3241, false) + z.DecFallback(yyv3251, false) } } - yyj3238++ - if yyhl3238 { - yyb3238 = yyj3238 > l + yyj3248++ + if yyhl3248 { + yyb3248 = yyj3248 > l } else { - yyb3238 = r.CheckBreak() + yyb3248 = r.CheckBreak() } - if yyb3238 { + if yyb3248 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41406,26 +41502,26 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3243 := &x.Items - yym3244 := z.DecBinary() - _ = yym3244 + yyv3253 := &x.Items + yym3254 := z.DecBinary() + _ = yym3254 if false { } else { - h.decSliceNode((*[]Node)(yyv3243), d) + h.decSliceNode((*[]Node)(yyv3253), d) } } for { - yyj3238++ - if yyhl3238 { - yyb3238 = yyj3238 > l + yyj3248++ + if yyhl3248 { + yyb3248 = yyj3248 > l } else { - yyb3238 = r.CheckBreak() + yyb3248 = r.CheckBreak() } - if yyb3238 { + if yyb3248 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3238-1, "") + z.DecStructFieldNotFound(yyj3248-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41434,8 +41530,8 @@ func (x FinalizerName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3245 := z.EncBinary() - _ = yym3245 + yym3255 := z.EncBinary() + _ = yym3255 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -41447,8 +41543,8 @@ func (x *FinalizerName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3246 := z.DecBinary() - _ = yym3246 + yym3256 := z.DecBinary() + _ = yym3256 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -41463,38 +41559,38 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3247 := z.EncBinary() - _ = yym3247 + yym3257 := z.EncBinary() + _ = yym3257 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3248 := !z.EncBinary() - yy2arr3248 := z.EncBasicHandle().StructToArray - var yyq3248 [1]bool - _, _, _ = yysep3248, yyq3248, yy2arr3248 - const yyr3248 bool = false - yyq3248[0] = len(x.Finalizers) != 0 - var yynn3248 int - if yyr3248 || yy2arr3248 { + yysep3258 := !z.EncBinary() + yy2arr3258 := z.EncBasicHandle().StructToArray + var yyq3258 [1]bool + _, _, _ = yysep3258, yyq3258, yy2arr3258 + const yyr3258 bool = false + yyq3258[0] = len(x.Finalizers) != 0 + var yynn3258 int + if yyr3258 || yy2arr3258 { r.EncodeArrayStart(1) } else { - yynn3248 = 0 - for _, b := range yyq3248 { + yynn3258 = 0 + for _, b := range yyq3258 { if b { - yynn3248++ + yynn3258++ } } - r.EncodeMapStart(yynn3248) - yynn3248 = 0 + r.EncodeMapStart(yynn3258) + yynn3258 = 0 } - if yyr3248 || yy2arr3248 { + if yyr3258 || yy2arr3258 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3248[0] { + if yyq3258[0] { if x.Finalizers == nil { r.EncodeNil() } else { - yym3250 := z.EncBinary() - _ = yym3250 + yym3260 := z.EncBinary() + _ = yym3260 if false { } else { h.encSliceFinalizerName(([]FinalizerName)(x.Finalizers), e) @@ -41504,15 +41600,15 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3248[0] { + if yyq3258[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("finalizers")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Finalizers == nil { r.EncodeNil() } else { - yym3251 := z.EncBinary() - _ = yym3251 + yym3261 := z.EncBinary() + _ = yym3261 if false { } else { h.encSliceFinalizerName(([]FinalizerName)(x.Finalizers), e) @@ -41520,7 +41616,7 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3248 || yy2arr3248 { + if yyr3258 || yy2arr3258 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41533,25 +41629,25 @@ func (x *NamespaceSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3252 := z.DecBinary() - _ = yym3252 + yym3262 := z.DecBinary() + _ = yym3262 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3253 := r.ContainerType() - if yyct3253 == codecSelferValueTypeMap1234 { - yyl3253 := r.ReadMapStart() - if yyl3253 == 0 { + yyct3263 := r.ContainerType() + if yyct3263 == codecSelferValueTypeMap1234 { + yyl3263 := r.ReadMapStart() + if yyl3263 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3253, d) + x.codecDecodeSelfFromMap(yyl3263, d) } - } else if yyct3253 == codecSelferValueTypeArray1234 { - yyl3253 := r.ReadArrayStart() - if yyl3253 == 0 { + } else if yyct3263 == codecSelferValueTypeArray1234 { + yyl3263 := r.ReadArrayStart() + if yyl3263 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3253, d) + x.codecDecodeSelfFromArray(yyl3263, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41563,12 +41659,12 @@ func (x *NamespaceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3254Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3254Slc - var yyhl3254 bool = l >= 0 - for yyj3254 := 0; ; yyj3254++ { - if yyhl3254 { - if yyj3254 >= l { + var yys3264Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3264Slc + var yyhl3264 bool = l >= 0 + for yyj3264 := 0; ; yyj3264++ { + if yyhl3264 { + if yyj3264 >= l { break } } else { @@ -41577,195 +41673,30 @@ func (x *NamespaceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3254Slc = r.DecodeBytes(yys3254Slc, true, true) - yys3254 := string(yys3254Slc) + yys3264Slc = r.DecodeBytes(yys3264Slc, true, true) + yys3264 := string(yys3264Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3254 { + switch yys3264 { case "finalizers": if r.TryDecodeAsNil() { x.Finalizers = nil } else { - yyv3255 := &x.Finalizers - yym3256 := z.DecBinary() - _ = yym3256 + yyv3265 := &x.Finalizers + yym3266 := z.DecBinary() + _ = yym3266 if false { } else { - h.decSliceFinalizerName((*[]FinalizerName)(yyv3255), d) + h.decSliceFinalizerName((*[]FinalizerName)(yyv3265), d) } } default: - z.DecStructFieldNotFound(-1, yys3254) - } // end switch yys3254 - } // end for yyj3254 + z.DecStructFieldNotFound(-1, yys3264) + } // end switch yys3264 + } // end for yyj3264 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } func (x *NamespaceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yyj3257 int - var yyb3257 bool - var yyhl3257 bool = l >= 0 - yyj3257++ - if yyhl3257 { - yyb3257 = yyj3257 > l - } else { - yyb3257 = r.CheckBreak() - } - if yyb3257 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - return - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - if r.TryDecodeAsNil() { - x.Finalizers = nil - } else { - yyv3258 := &x.Finalizers - yym3259 := z.DecBinary() - _ = yym3259 - if false { - } else { - h.decSliceFinalizerName((*[]FinalizerName)(yyv3258), d) - } - } - for { - yyj3257++ - if yyhl3257 { - yyb3257 = yyj3257 > l - } else { - yyb3257 = r.CheckBreak() - } - if yyb3257 { - break - } - z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3257-1, "") - } - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x *NamespaceStatus) CodecEncodeSelf(e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - if x == nil { - r.EncodeNil() - } else { - yym3260 := z.EncBinary() - _ = yym3260 - if false { - } else if z.HasExtensions() && z.EncExt(x) { - } else { - yysep3261 := !z.EncBinary() - yy2arr3261 := z.EncBasicHandle().StructToArray - var yyq3261 [1]bool - _, _, _ = yysep3261, yyq3261, yy2arr3261 - const yyr3261 bool = false - yyq3261[0] = x.Phase != "" - var yynn3261 int - if yyr3261 || yy2arr3261 { - r.EncodeArrayStart(1) - } else { - yynn3261 = 0 - for _, b := range yyq3261 { - if b { - yynn3261++ - } - } - r.EncodeMapStart(yynn3261) - yynn3261 = 0 - } - if yyr3261 || yy2arr3261 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3261[0] { - x.Phase.CodecEncodeSelf(e) - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3261[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("phase")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - x.Phase.CodecEncodeSelf(e) - } - } - if yyr3261 || yy2arr3261 { - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - z.EncSendContainerState(codecSelfer_containerMapEnd1234) - } - } - } -} - -func (x *NamespaceStatus) CodecDecodeSelf(d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yym3263 := z.DecBinary() - _ = yym3263 - if false { - } else if z.HasExtensions() && z.DecExt(x) { - } else { - yyct3264 := r.ContainerType() - if yyct3264 == codecSelferValueTypeMap1234 { - yyl3264 := r.ReadMapStart() - if yyl3264 == 0 { - z.DecSendContainerState(codecSelfer_containerMapEnd1234) - } else { - x.codecDecodeSelfFromMap(yyl3264, d) - } - } else if yyct3264 == codecSelferValueTypeArray1234 { - yyl3264 := r.ReadArrayStart() - if yyl3264 == 0 { - z.DecSendContainerState(codecSelfer_containerArrayEnd1234) - } else { - x.codecDecodeSelfFromArray(yyl3264, d) - } - } else { - panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) - } - } -} - -func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - var yys3265Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3265Slc - var yyhl3265 bool = l >= 0 - for yyj3265 := 0; ; yyj3265++ { - if yyhl3265 { - if yyj3265 >= l { - break - } - } else { - if r.CheckBreak() { - break - } - } - z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3265Slc = r.DecodeBytes(yys3265Slc, true, true) - yys3265 := string(yys3265Slc) - z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3265 { - case "phase": - if r.TryDecodeAsNil() { - x.Phase = "" - } else { - x.Phase = NamespacePhase(r.DecodeString()) - } - default: - z.DecStructFieldNotFound(-1, yys3265) - } // end switch yys3265 - } // end for yyj3265 - z.DecSendContainerState(codecSelfer_containerMapEnd1234) -} - -func (x *NamespaceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r @@ -41784,9 +41715,15 @@ func (x *NamespaceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } z.DecSendContainerState(codecSelfer_containerArrayElem1234) if r.TryDecodeAsNil() { - x.Phase = "" + x.Finalizers = nil } else { - x.Phase = NamespacePhase(r.DecodeString()) + yyv3268 := &x.Finalizers + yym3269 := z.DecBinary() + _ = yym3269 + if false { + } else { + h.decSliceFinalizerName((*[]FinalizerName)(yyv3268), d) + } } for { yyj3267++ @@ -41804,12 +41741,171 @@ func (x *NamespaceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } +func (x *NamespaceStatus) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + if x == nil { + r.EncodeNil() + } else { + yym3270 := z.EncBinary() + _ = yym3270 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + yysep3271 := !z.EncBinary() + yy2arr3271 := z.EncBasicHandle().StructToArray + var yyq3271 [1]bool + _, _, _ = yysep3271, yyq3271, yy2arr3271 + const yyr3271 bool = false + yyq3271[0] = x.Phase != "" + var yynn3271 int + if yyr3271 || yy2arr3271 { + r.EncodeArrayStart(1) + } else { + yynn3271 = 0 + for _, b := range yyq3271 { + if b { + yynn3271++ + } + } + r.EncodeMapStart(yynn3271) + yynn3271 = 0 + } + if yyr3271 || yy2arr3271 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3271[0] { + x.Phase.CodecEncodeSelf(e) + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3271[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("phase")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + x.Phase.CodecEncodeSelf(e) + } + } + if yyr3271 || yy2arr3271 { + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + z.EncSendContainerState(codecSelfer_containerMapEnd1234) + } + } + } +} + +func (x *NamespaceStatus) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym3273 := z.DecBinary() + _ = yym3273 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + yyct3274 := r.ContainerType() + if yyct3274 == codecSelferValueTypeMap1234 { + yyl3274 := r.ReadMapStart() + if yyl3274 == 0 { + z.DecSendContainerState(codecSelfer_containerMapEnd1234) + } else { + x.codecDecodeSelfFromMap(yyl3274, d) + } + } else if yyct3274 == codecSelferValueTypeArray1234 { + yyl3274 := r.ReadArrayStart() + if yyl3274 == 0 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + } else { + x.codecDecodeSelfFromArray(yyl3274, d) + } + } else { + panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) + } + } +} + +func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yys3275Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3275Slc + var yyhl3275 bool = l >= 0 + for yyj3275 := 0; ; yyj3275++ { + if yyhl3275 { + if yyj3275 >= l { + break + } + } else { + if r.CheckBreak() { + break + } + } + z.DecSendContainerState(codecSelfer_containerMapKey1234) + yys3275Slc = r.DecodeBytes(yys3275Slc, true, true) + yys3275 := string(yys3275Slc) + z.DecSendContainerState(codecSelfer_containerMapValue1234) + switch yys3275 { + case "phase": + if r.TryDecodeAsNil() { + x.Phase = "" + } else { + x.Phase = NamespacePhase(r.DecodeString()) + } + default: + z.DecStructFieldNotFound(-1, yys3275) + } // end switch yys3275 + } // end for yyj3275 + z.DecSendContainerState(codecSelfer_containerMapEnd1234) +} + +func (x *NamespaceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + var yyj3277 int + var yyb3277 bool + var yyhl3277 bool = l >= 0 + yyj3277++ + if yyhl3277 { + yyb3277 = yyj3277 > l + } else { + yyb3277 = r.CheckBreak() + } + if yyb3277 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Phase = "" + } else { + x.Phase = NamespacePhase(r.DecodeString()) + } + for { + yyj3277++ + if yyhl3277 { + yyb3277 = yyj3277 > l + } else { + yyb3277 = r.CheckBreak() + } + if yyb3277 { + break + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + z.DecStructFieldNotFound(yyj3277-1, "") + } + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) +} + func (x NamespacePhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3269 := z.EncBinary() - _ = yym3269 + yym3279 := z.EncBinary() + _ = yym3279 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -41821,8 +41917,8 @@ func (x *NamespacePhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3270 := z.DecBinary() - _ = yym3270 + yym3280 := z.DecBinary() + _ = yym3280 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -41837,39 +41933,39 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3271 := z.EncBinary() - _ = yym3271 + yym3281 := z.EncBinary() + _ = yym3281 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3272 := !z.EncBinary() - yy2arr3272 := z.EncBasicHandle().StructToArray - var yyq3272 [5]bool - _, _, _ = yysep3272, yyq3272, yy2arr3272 - const yyr3272 bool = false - yyq3272[0] = x.Kind != "" - yyq3272[1] = x.APIVersion != "" - yyq3272[2] = true - yyq3272[3] = true - yyq3272[4] = true - var yynn3272 int - if yyr3272 || yy2arr3272 { + yysep3282 := !z.EncBinary() + yy2arr3282 := z.EncBasicHandle().StructToArray + var yyq3282 [5]bool + _, _, _ = yysep3282, yyq3282, yy2arr3282 + const yyr3282 bool = false + yyq3282[0] = x.Kind != "" + yyq3282[1] = x.APIVersion != "" + yyq3282[2] = true + yyq3282[3] = true + yyq3282[4] = true + var yynn3282 int + if yyr3282 || yy2arr3282 { r.EncodeArrayStart(5) } else { - yynn3272 = 0 - for _, b := range yyq3272 { + yynn3282 = 0 + for _, b := range yyq3282 { if b { - yynn3272++ + yynn3282++ } } - r.EncodeMapStart(yynn3272) - yynn3272 = 0 + r.EncodeMapStart(yynn3282) + yynn3282 = 0 } - if yyr3272 || yy2arr3272 { + if yyr3282 || yy2arr3282 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3272[0] { - yym3274 := z.EncBinary() - _ = yym3274 + if yyq3282[0] { + yym3284 := z.EncBinary() + _ = yym3284 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -41878,23 +41974,23 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3272[0] { + if yyq3282[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3275 := z.EncBinary() - _ = yym3275 + yym3285 := z.EncBinary() + _ = yym3285 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3272 || yy2arr3272 { + if yyr3282 || yy2arr3282 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3272[1] { - yym3277 := z.EncBinary() - _ = yym3277 + if yyq3282[1] { + yym3287 := z.EncBinary() + _ = yym3287 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -41903,70 +41999,70 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3272[1] { + if yyq3282[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3278 := z.EncBinary() - _ = yym3278 + yym3288 := z.EncBinary() + _ = yym3288 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3272 || yy2arr3272 { + if yyr3282 || yy2arr3282 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3272[2] { - yy3280 := &x.ObjectMeta - yy3280.CodecEncodeSelf(e) + if yyq3282[2] { + yy3290 := &x.ObjectMeta + yy3290.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3272[2] { + if yyq3282[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3281 := &x.ObjectMeta - yy3281.CodecEncodeSelf(e) + yy3291 := &x.ObjectMeta + yy3291.CodecEncodeSelf(e) } } - if yyr3272 || yy2arr3272 { + if yyr3282 || yy2arr3282 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3272[3] { - yy3283 := &x.Spec - yy3283.CodecEncodeSelf(e) + if yyq3282[3] { + yy3293 := &x.Spec + yy3293.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3272[3] { + if yyq3282[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3284 := &x.Spec - yy3284.CodecEncodeSelf(e) + yy3294 := &x.Spec + yy3294.CodecEncodeSelf(e) } } - if yyr3272 || yy2arr3272 { + if yyr3282 || yy2arr3282 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3272[4] { - yy3286 := &x.Status - yy3286.CodecEncodeSelf(e) + if yyq3282[4] { + yy3296 := &x.Status + yy3296.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3272[4] { + if yyq3282[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3287 := &x.Status - yy3287.CodecEncodeSelf(e) + yy3297 := &x.Status + yy3297.CodecEncodeSelf(e) } } - if yyr3272 || yy2arr3272 { + if yyr3282 || yy2arr3282 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41979,25 +42075,25 @@ func (x *Namespace) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3288 := z.DecBinary() - _ = yym3288 + yym3298 := z.DecBinary() + _ = yym3298 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3289 := r.ContainerType() - if yyct3289 == codecSelferValueTypeMap1234 { - yyl3289 := r.ReadMapStart() - if yyl3289 == 0 { + yyct3299 := r.ContainerType() + if yyct3299 == codecSelferValueTypeMap1234 { + yyl3299 := r.ReadMapStart() + if yyl3299 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3289, d) + x.codecDecodeSelfFromMap(yyl3299, d) } - } else if yyct3289 == codecSelferValueTypeArray1234 { - yyl3289 := r.ReadArrayStart() - if yyl3289 == 0 { + } else if yyct3299 == codecSelferValueTypeArray1234 { + yyl3299 := r.ReadArrayStart() + if yyl3299 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3289, d) + x.codecDecodeSelfFromArray(yyl3299, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42009,12 +42105,12 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3290Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3290Slc - var yyhl3290 bool = l >= 0 - for yyj3290 := 0; ; yyj3290++ { - if yyhl3290 { - if yyj3290 >= l { + var yys3300Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3300Slc + var yyhl3300 bool = l >= 0 + for yyj3300 := 0; ; yyj3300++ { + if yyhl3300 { + if yyj3300 >= l { break } } else { @@ -42023,10 +42119,10 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3290Slc = r.DecodeBytes(yys3290Slc, true, true) - yys3290 := string(yys3290Slc) + yys3300Slc = r.DecodeBytes(yys3300Slc, true, true) + yys3300 := string(yys3300Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3290 { + switch yys3300 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -42043,27 +42139,27 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3293 := &x.ObjectMeta - yyv3293.CodecDecodeSelf(d) + yyv3303 := &x.ObjectMeta + yyv3303.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NamespaceSpec{} } else { - yyv3294 := &x.Spec - yyv3294.CodecDecodeSelf(d) + yyv3304 := &x.Spec + yyv3304.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = NamespaceStatus{} } else { - yyv3295 := &x.Status - yyv3295.CodecDecodeSelf(d) + yyv3305 := &x.Status + yyv3305.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3290) - } // end switch yys3290 - } // end for yyj3290 + z.DecStructFieldNotFound(-1, yys3300) + } // end switch yys3300 + } // end for yyj3300 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42071,16 +42167,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3296 int - var yyb3296 bool - var yyhl3296 bool = l >= 0 - yyj3296++ - if yyhl3296 { - yyb3296 = yyj3296 > l + var yyj3306 int + var yyb3306 bool + var yyhl3306 bool = l >= 0 + yyj3306++ + if yyhl3306 { + yyb3306 = yyj3306 > l } else { - yyb3296 = r.CheckBreak() + yyb3306 = r.CheckBreak() } - if yyb3296 { + if yyb3306 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42090,13 +42186,13 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3296++ - if yyhl3296 { - yyb3296 = yyj3296 > l + yyj3306++ + if yyhl3306 { + yyb3306 = yyj3306 > l } else { - yyb3296 = r.CheckBreak() + yyb3306 = r.CheckBreak() } - if yyb3296 { + if yyb3306 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42106,13 +42202,13 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3296++ - if yyhl3296 { - yyb3296 = yyj3296 > l + yyj3306++ + if yyhl3306 { + yyb3306 = yyj3306 > l } else { - yyb3296 = r.CheckBreak() + yyb3306 = r.CheckBreak() } - if yyb3296 { + if yyb3306 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42120,16 +42216,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3299 := &x.ObjectMeta - yyv3299.CodecDecodeSelf(d) + yyv3309 := &x.ObjectMeta + yyv3309.CodecDecodeSelf(d) } - yyj3296++ - if yyhl3296 { - yyb3296 = yyj3296 > l + yyj3306++ + if yyhl3306 { + yyb3306 = yyj3306 > l } else { - yyb3296 = r.CheckBreak() + yyb3306 = r.CheckBreak() } - if yyb3296 { + if yyb3306 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42137,16 +42233,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NamespaceSpec{} } else { - yyv3300 := &x.Spec - yyv3300.CodecDecodeSelf(d) + yyv3310 := &x.Spec + yyv3310.CodecDecodeSelf(d) } - yyj3296++ - if yyhl3296 { - yyb3296 = yyj3296 > l + yyj3306++ + if yyhl3306 { + yyb3306 = yyj3306 > l } else { - yyb3296 = r.CheckBreak() + yyb3306 = r.CheckBreak() } - if yyb3296 { + if yyb3306 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42154,21 +42250,21 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = NamespaceStatus{} } else { - yyv3301 := &x.Status - yyv3301.CodecDecodeSelf(d) + yyv3311 := &x.Status + yyv3311.CodecDecodeSelf(d) } for { - yyj3296++ - if yyhl3296 { - yyb3296 = yyj3296 > l + yyj3306++ + if yyhl3306 { + yyb3306 = yyj3306 > l } else { - yyb3296 = r.CheckBreak() + yyb3306 = r.CheckBreak() } - if yyb3296 { + if yyb3306 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3296-1, "") + z.DecStructFieldNotFound(yyj3306-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42180,37 +42276,37 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3302 := z.EncBinary() - _ = yym3302 + yym3312 := z.EncBinary() + _ = yym3312 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3303 := !z.EncBinary() - yy2arr3303 := z.EncBasicHandle().StructToArray - var yyq3303 [4]bool - _, _, _ = yysep3303, yyq3303, yy2arr3303 - const yyr3303 bool = false - yyq3303[0] = x.Kind != "" - yyq3303[1] = x.APIVersion != "" - yyq3303[2] = true - var yynn3303 int - if yyr3303 || yy2arr3303 { + yysep3313 := !z.EncBinary() + yy2arr3313 := z.EncBasicHandle().StructToArray + var yyq3313 [4]bool + _, _, _ = yysep3313, yyq3313, yy2arr3313 + const yyr3313 bool = false + yyq3313[0] = x.Kind != "" + yyq3313[1] = x.APIVersion != "" + yyq3313[2] = true + var yynn3313 int + if yyr3313 || yy2arr3313 { r.EncodeArrayStart(4) } else { - yynn3303 = 1 - for _, b := range yyq3303 { + yynn3313 = 1 + for _, b := range yyq3313 { if b { - yynn3303++ + yynn3313++ } } - r.EncodeMapStart(yynn3303) - yynn3303 = 0 + r.EncodeMapStart(yynn3313) + yynn3313 = 0 } - if yyr3303 || yy2arr3303 { + if yyr3313 || yy2arr3313 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3303[0] { - yym3305 := z.EncBinary() - _ = yym3305 + if yyq3313[0] { + yym3315 := z.EncBinary() + _ = yym3315 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -42219,23 +42315,23 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3303[0] { + if yyq3313[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3306 := z.EncBinary() - _ = yym3306 + yym3316 := z.EncBinary() + _ = yym3316 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3303 || yy2arr3303 { + if yyr3313 || yy2arr3313 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3303[1] { - yym3308 := z.EncBinary() - _ = yym3308 + if yyq3313[1] { + yym3318 := z.EncBinary() + _ = yym3318 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -42244,54 +42340,54 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3303[1] { + if yyq3313[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3309 := z.EncBinary() - _ = yym3309 + yym3319 := z.EncBinary() + _ = yym3319 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3303 || yy2arr3303 { + if yyr3313 || yy2arr3313 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3303[2] { - yy3311 := &x.ListMeta - yym3312 := z.EncBinary() - _ = yym3312 + if yyq3313[2] { + yy3321 := &x.ListMeta + yym3322 := z.EncBinary() + _ = yym3322 if false { - } else if z.HasExtensions() && z.EncExt(yy3311) { + } else if z.HasExtensions() && z.EncExt(yy3321) { } else { - z.EncFallback(yy3311) + z.EncFallback(yy3321) } } else { r.EncodeNil() } } else { - if yyq3303[2] { + if yyq3313[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3313 := &x.ListMeta - yym3314 := z.EncBinary() - _ = yym3314 + yy3323 := &x.ListMeta + yym3324 := z.EncBinary() + _ = yym3324 if false { - } else if z.HasExtensions() && z.EncExt(yy3313) { + } else if z.HasExtensions() && z.EncExt(yy3323) { } else { - z.EncFallback(yy3313) + z.EncFallback(yy3323) } } } - if yyr3303 || yy2arr3303 { + if yyr3313 || yy2arr3313 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3316 := z.EncBinary() - _ = yym3316 + yym3326 := z.EncBinary() + _ = yym3326 if false { } else { h.encSliceNamespace(([]Namespace)(x.Items), e) @@ -42304,15 +42400,15 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3317 := z.EncBinary() - _ = yym3317 + yym3327 := z.EncBinary() + _ = yym3327 if false { } else { h.encSliceNamespace(([]Namespace)(x.Items), e) } } } - if yyr3303 || yy2arr3303 { + if yyr3313 || yy2arr3313 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42325,25 +42421,25 @@ func (x *NamespaceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3318 := z.DecBinary() - _ = yym3318 + yym3328 := z.DecBinary() + _ = yym3328 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3319 := r.ContainerType() - if yyct3319 == codecSelferValueTypeMap1234 { - yyl3319 := r.ReadMapStart() - if yyl3319 == 0 { + yyct3329 := r.ContainerType() + if yyct3329 == codecSelferValueTypeMap1234 { + yyl3329 := r.ReadMapStart() + if yyl3329 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3319, d) + x.codecDecodeSelfFromMap(yyl3329, d) } - } else if yyct3319 == codecSelferValueTypeArray1234 { - yyl3319 := r.ReadArrayStart() - if yyl3319 == 0 { + } else if yyct3329 == codecSelferValueTypeArray1234 { + yyl3329 := r.ReadArrayStart() + if yyl3329 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3319, d) + x.codecDecodeSelfFromArray(yyl3329, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42355,12 +42451,12 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3320Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3320Slc - var yyhl3320 bool = l >= 0 - for yyj3320 := 0; ; yyj3320++ { - if yyhl3320 { - if yyj3320 >= l { + var yys3330Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3330Slc + var yyhl3330 bool = l >= 0 + for yyj3330 := 0; ; yyj3330++ { + if yyhl3330 { + if yyj3330 >= l { break } } else { @@ -42369,10 +42465,10 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3320Slc = r.DecodeBytes(yys3320Slc, true, true) - yys3320 := string(yys3320Slc) + yys3330Slc = r.DecodeBytes(yys3330Slc, true, true) + yys3330 := string(yys3330Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3320 { + switch yys3330 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -42389,31 +42485,31 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3323 := &x.ListMeta - yym3324 := z.DecBinary() - _ = yym3324 + yyv3333 := &x.ListMeta + yym3334 := z.DecBinary() + _ = yym3334 if false { - } else if z.HasExtensions() && z.DecExt(yyv3323) { + } else if z.HasExtensions() && z.DecExt(yyv3333) { } else { - z.DecFallback(yyv3323, false) + z.DecFallback(yyv3333, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3325 := &x.Items - yym3326 := z.DecBinary() - _ = yym3326 + yyv3335 := &x.Items + yym3336 := z.DecBinary() + _ = yym3336 if false { } else { - h.decSliceNamespace((*[]Namespace)(yyv3325), d) + h.decSliceNamespace((*[]Namespace)(yyv3335), d) } } default: - z.DecStructFieldNotFound(-1, yys3320) - } // end switch yys3320 - } // end for yyj3320 + z.DecStructFieldNotFound(-1, yys3330) + } // end switch yys3330 + } // end for yyj3330 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42421,16 +42517,16 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3327 int - var yyb3327 bool - var yyhl3327 bool = l >= 0 - yyj3327++ - if yyhl3327 { - yyb3327 = yyj3327 > l + var yyj3337 int + var yyb3337 bool + var yyhl3337 bool = l >= 0 + yyj3337++ + if yyhl3337 { + yyb3337 = yyj3337 > l } else { - yyb3327 = r.CheckBreak() + yyb3337 = r.CheckBreak() } - if yyb3327 { + if yyb3337 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42440,13 +42536,13 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3327++ - if yyhl3327 { - yyb3327 = yyj3327 > l + yyj3337++ + if yyhl3337 { + yyb3337 = yyj3337 > l } else { - yyb3327 = r.CheckBreak() + yyb3337 = r.CheckBreak() } - if yyb3327 { + if yyb3337 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42456,13 +42552,13 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3327++ - if yyhl3327 { - yyb3327 = yyj3327 > l + yyj3337++ + if yyhl3337 { + yyb3337 = yyj3337 > l } else { - yyb3327 = r.CheckBreak() + yyb3337 = r.CheckBreak() } - if yyb3327 { + if yyb3337 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42470,22 +42566,22 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3330 := &x.ListMeta - yym3331 := z.DecBinary() - _ = yym3331 + yyv3340 := &x.ListMeta + yym3341 := z.DecBinary() + _ = yym3341 if false { - } else if z.HasExtensions() && z.DecExt(yyv3330) { + } else if z.HasExtensions() && z.DecExt(yyv3340) { } else { - z.DecFallback(yyv3330, false) + z.DecFallback(yyv3340, false) } } - yyj3327++ - if yyhl3327 { - yyb3327 = yyj3327 > l + yyj3337++ + if yyhl3337 { + yyb3337 = yyj3337 > l } else { - yyb3327 = r.CheckBreak() + yyb3337 = r.CheckBreak() } - if yyb3327 { + if yyb3337 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42493,26 +42589,26 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3332 := &x.Items - yym3333 := z.DecBinary() - _ = yym3333 + yyv3342 := &x.Items + yym3343 := z.DecBinary() + _ = yym3343 if false { } else { - h.decSliceNamespace((*[]Namespace)(yyv3332), d) + h.decSliceNamespace((*[]Namespace)(yyv3342), d) } } for { - yyj3327++ - if yyhl3327 { - yyb3327 = yyj3327 > l + yyj3337++ + if yyhl3337 { + yyb3337 = yyj3337 > l } else { - yyb3327 = r.CheckBreak() + yyb3337 = r.CheckBreak() } - if yyb3327 { + if yyb3337 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3327-1, "") + z.DecStructFieldNotFound(yyj3337-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42524,37 +42620,37 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3334 := z.EncBinary() - _ = yym3334 + yym3344 := z.EncBinary() + _ = yym3344 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3335 := !z.EncBinary() - yy2arr3335 := z.EncBasicHandle().StructToArray - var yyq3335 [4]bool - _, _, _ = yysep3335, yyq3335, yy2arr3335 - const yyr3335 bool = false - yyq3335[0] = x.Kind != "" - yyq3335[1] = x.APIVersion != "" - yyq3335[2] = true - var yynn3335 int - if yyr3335 || yy2arr3335 { + yysep3345 := !z.EncBinary() + yy2arr3345 := z.EncBasicHandle().StructToArray + var yyq3345 [4]bool + _, _, _ = yysep3345, yyq3345, yy2arr3345 + const yyr3345 bool = false + yyq3345[0] = x.Kind != "" + yyq3345[1] = x.APIVersion != "" + yyq3345[2] = true + var yynn3345 int + if yyr3345 || yy2arr3345 { r.EncodeArrayStart(4) } else { - yynn3335 = 1 - for _, b := range yyq3335 { + yynn3345 = 1 + for _, b := range yyq3345 { if b { - yynn3335++ + yynn3345++ } } - r.EncodeMapStart(yynn3335) - yynn3335 = 0 + r.EncodeMapStart(yynn3345) + yynn3345 = 0 } - if yyr3335 || yy2arr3335 { + if yyr3345 || yy2arr3345 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3335[0] { - yym3337 := z.EncBinary() - _ = yym3337 + if yyq3345[0] { + yym3347 := z.EncBinary() + _ = yym3347 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -42563,23 +42659,23 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3335[0] { + if yyq3345[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3338 := z.EncBinary() - _ = yym3338 + yym3348 := z.EncBinary() + _ = yym3348 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3335 || yy2arr3335 { + if yyr3345 || yy2arr3345 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3335[1] { - yym3340 := z.EncBinary() - _ = yym3340 + if yyq3345[1] { + yym3350 := z.EncBinary() + _ = yym3350 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -42588,47 +42684,47 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3335[1] { + if yyq3345[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3341 := z.EncBinary() - _ = yym3341 + yym3351 := z.EncBinary() + _ = yym3351 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3335 || yy2arr3335 { + if yyr3345 || yy2arr3345 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3335[2] { - yy3343 := &x.ObjectMeta - yy3343.CodecEncodeSelf(e) + if yyq3345[2] { + yy3353 := &x.ObjectMeta + yy3353.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3335[2] { + if yyq3345[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3344 := &x.ObjectMeta - yy3344.CodecEncodeSelf(e) + yy3354 := &x.ObjectMeta + yy3354.CodecEncodeSelf(e) } } - if yyr3335 || yy2arr3335 { + if yyr3345 || yy2arr3345 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3346 := &x.Target - yy3346.CodecEncodeSelf(e) + yy3356 := &x.Target + yy3356.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("target")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3347 := &x.Target - yy3347.CodecEncodeSelf(e) + yy3357 := &x.Target + yy3357.CodecEncodeSelf(e) } - if yyr3335 || yy2arr3335 { + if yyr3345 || yy2arr3345 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42641,25 +42737,25 @@ func (x *Binding) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3348 := z.DecBinary() - _ = yym3348 + yym3358 := z.DecBinary() + _ = yym3358 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3349 := r.ContainerType() - if yyct3349 == codecSelferValueTypeMap1234 { - yyl3349 := r.ReadMapStart() - if yyl3349 == 0 { + yyct3359 := r.ContainerType() + if yyct3359 == codecSelferValueTypeMap1234 { + yyl3359 := r.ReadMapStart() + if yyl3359 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3349, d) + x.codecDecodeSelfFromMap(yyl3359, d) } - } else if yyct3349 == codecSelferValueTypeArray1234 { - yyl3349 := r.ReadArrayStart() - if yyl3349 == 0 { + } else if yyct3359 == codecSelferValueTypeArray1234 { + yyl3359 := r.ReadArrayStart() + if yyl3359 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3349, d) + x.codecDecodeSelfFromArray(yyl3359, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42671,12 +42767,12 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3350Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3350Slc - var yyhl3350 bool = l >= 0 - for yyj3350 := 0; ; yyj3350++ { - if yyhl3350 { - if yyj3350 >= l { + var yys3360Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3360Slc + var yyhl3360 bool = l >= 0 + for yyj3360 := 0; ; yyj3360++ { + if yyhl3360 { + if yyj3360 >= l { break } } else { @@ -42685,10 +42781,10 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3350Slc = r.DecodeBytes(yys3350Slc, true, true) - yys3350 := string(yys3350Slc) + yys3360Slc = r.DecodeBytes(yys3360Slc, true, true) + yys3360 := string(yys3360Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3350 { + switch yys3360 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -42705,20 +42801,20 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3353 := &x.ObjectMeta - yyv3353.CodecDecodeSelf(d) + yyv3363 := &x.ObjectMeta + yyv3363.CodecDecodeSelf(d) } case "target": if r.TryDecodeAsNil() { x.Target = ObjectReference{} } else { - yyv3354 := &x.Target - yyv3354.CodecDecodeSelf(d) + yyv3364 := &x.Target + yyv3364.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3350) - } // end switch yys3350 - } // end for yyj3350 + z.DecStructFieldNotFound(-1, yys3360) + } // end switch yys3360 + } // end for yyj3360 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42726,16 +42822,16 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3355 int - var yyb3355 bool - var yyhl3355 bool = l >= 0 - yyj3355++ - if yyhl3355 { - yyb3355 = yyj3355 > l + var yyj3365 int + var yyb3365 bool + var yyhl3365 bool = l >= 0 + yyj3365++ + if yyhl3365 { + yyb3365 = yyj3365 > l } else { - yyb3355 = r.CheckBreak() + yyb3365 = r.CheckBreak() } - if yyb3355 { + if yyb3365 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42745,13 +42841,13 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3355++ - if yyhl3355 { - yyb3355 = yyj3355 > l + yyj3365++ + if yyhl3365 { + yyb3365 = yyj3365 > l } else { - yyb3355 = r.CheckBreak() + yyb3365 = r.CheckBreak() } - if yyb3355 { + if yyb3365 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42761,13 +42857,13 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3355++ - if yyhl3355 { - yyb3355 = yyj3355 > l + yyj3365++ + if yyhl3365 { + yyb3365 = yyj3365 > l } else { - yyb3355 = r.CheckBreak() + yyb3365 = r.CheckBreak() } - if yyb3355 { + if yyb3365 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42775,16 +42871,16 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3358 := &x.ObjectMeta - yyv3358.CodecDecodeSelf(d) + yyv3368 := &x.ObjectMeta + yyv3368.CodecDecodeSelf(d) } - yyj3355++ - if yyhl3355 { - yyb3355 = yyj3355 > l + yyj3365++ + if yyhl3365 { + yyb3365 = yyj3365 > l } else { - yyb3355 = r.CheckBreak() + yyb3365 = r.CheckBreak() } - if yyb3355 { + if yyb3365 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42792,21 +42888,21 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Target = ObjectReference{} } else { - yyv3359 := &x.Target - yyv3359.CodecDecodeSelf(d) + yyv3369 := &x.Target + yyv3369.CodecDecodeSelf(d) } for { - yyj3355++ - if yyhl3355 { - yyb3355 = yyj3355 > l + yyj3365++ + if yyhl3365 { + yyb3365 = yyj3365 > l } else { - yyb3355 = r.CheckBreak() + yyb3365 = r.CheckBreak() } - if yyb3355 { + if yyb3365 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3355-1, "") + z.DecStructFieldNotFound(yyj3365-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42818,68 +42914,68 @@ func (x *Preconditions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3360 := z.EncBinary() - _ = yym3360 + yym3370 := z.EncBinary() + _ = yym3370 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3361 := !z.EncBinary() - yy2arr3361 := z.EncBasicHandle().StructToArray - var yyq3361 [1]bool - _, _, _ = yysep3361, yyq3361, yy2arr3361 - const yyr3361 bool = false - yyq3361[0] = x.UID != nil - var yynn3361 int - if yyr3361 || yy2arr3361 { + yysep3371 := !z.EncBinary() + yy2arr3371 := z.EncBasicHandle().StructToArray + var yyq3371 [1]bool + _, _, _ = yysep3371, yyq3371, yy2arr3371 + const yyr3371 bool = false + yyq3371[0] = x.UID != nil + var yynn3371 int + if yyr3371 || yy2arr3371 { r.EncodeArrayStart(1) } else { - yynn3361 = 0 - for _, b := range yyq3361 { + yynn3371 = 0 + for _, b := range yyq3371 { if b { - yynn3361++ + yynn3371++ } } - r.EncodeMapStart(yynn3361) - yynn3361 = 0 + r.EncodeMapStart(yynn3371) + yynn3371 = 0 } - if yyr3361 || yy2arr3361 { + if yyr3371 || yy2arr3371 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3361[0] { + if yyq3371[0] { if x.UID == nil { r.EncodeNil() } else { - yy3363 := *x.UID - yym3364 := z.EncBinary() - _ = yym3364 + yy3373 := *x.UID + yym3374 := z.EncBinary() + _ = yym3374 if false { - } else if z.HasExtensions() && z.EncExt(yy3363) { + } else if z.HasExtensions() && z.EncExt(yy3373) { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy3363)) + r.EncodeString(codecSelferC_UTF81234, string(yy3373)) } } } else { r.EncodeNil() } } else { - if yyq3361[0] { + if yyq3371[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("uid")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.UID == nil { r.EncodeNil() } else { - yy3365 := *x.UID - yym3366 := z.EncBinary() - _ = yym3366 + yy3375 := *x.UID + yym3376 := z.EncBinary() + _ = yym3376 if false { - } else if z.HasExtensions() && z.EncExt(yy3365) { + } else if z.HasExtensions() && z.EncExt(yy3375) { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy3365)) + r.EncodeString(codecSelferC_UTF81234, string(yy3375)) } } } } - if yyr3361 || yy2arr3361 { + if yyr3371 || yy2arr3371 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42892,25 +42988,25 @@ func (x *Preconditions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3367 := z.DecBinary() - _ = yym3367 + yym3377 := z.DecBinary() + _ = yym3377 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3368 := r.ContainerType() - if yyct3368 == codecSelferValueTypeMap1234 { - yyl3368 := r.ReadMapStart() - if yyl3368 == 0 { + yyct3378 := r.ContainerType() + if yyct3378 == codecSelferValueTypeMap1234 { + yyl3378 := r.ReadMapStart() + if yyl3378 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3368, d) + x.codecDecodeSelfFromMap(yyl3378, d) } - } else if yyct3368 == codecSelferValueTypeArray1234 { - yyl3368 := r.ReadArrayStart() - if yyl3368 == 0 { + } else if yyct3378 == codecSelferValueTypeArray1234 { + yyl3378 := r.ReadArrayStart() + if yyl3378 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3368, d) + x.codecDecodeSelfFromArray(yyl3378, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42922,12 +43018,12 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3369Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3369Slc - var yyhl3369 bool = l >= 0 - for yyj3369 := 0; ; yyj3369++ { - if yyhl3369 { - if yyj3369 >= l { + var yys3379Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3379Slc + var yyhl3379 bool = l >= 0 + for yyj3379 := 0; ; yyj3379++ { + if yyhl3379 { + if yyj3379 >= l { break } } else { @@ -42936,10 +43032,10 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3369Slc = r.DecodeBytes(yys3369Slc, true, true) - yys3369 := string(yys3369Slc) + yys3379Slc = r.DecodeBytes(yys3379Slc, true, true) + yys3379 := string(yys3379Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3369 { + switch yys3379 { case "uid": if r.TryDecodeAsNil() { if x.UID != nil { @@ -42949,8 +43045,8 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.UID == nil { x.UID = new(pkg1_types.UID) } - yym3371 := z.DecBinary() - _ = yym3371 + yym3381 := z.DecBinary() + _ = yym3381 if false { } else if z.HasExtensions() && z.DecExt(x.UID) { } else { @@ -42958,9 +43054,9 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } default: - z.DecStructFieldNotFound(-1, yys3369) - } // end switch yys3369 - } // end for yyj3369 + z.DecStructFieldNotFound(-1, yys3379) + } // end switch yys3379 + } // end for yyj3379 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42968,16 +43064,16 @@ func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3372 int - var yyb3372 bool - var yyhl3372 bool = l >= 0 - yyj3372++ - if yyhl3372 { - yyb3372 = yyj3372 > l + var yyj3382 int + var yyb3382 bool + var yyhl3382 bool = l >= 0 + yyj3382++ + if yyhl3382 { + yyb3382 = yyj3382 > l } else { - yyb3372 = r.CheckBreak() + yyb3382 = r.CheckBreak() } - if yyb3372 { + if yyb3382 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42990,8 +43086,8 @@ func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.UID == nil { x.UID = new(pkg1_types.UID) } - yym3374 := z.DecBinary() - _ = yym3374 + yym3384 := z.DecBinary() + _ = yym3384 if false { } else if z.HasExtensions() && z.DecExt(x.UID) { } else { @@ -42999,17 +43095,17 @@ func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } } for { - yyj3372++ - if yyhl3372 { - yyb3372 = yyj3372 > l + yyj3382++ + if yyhl3382 { + yyb3382 = yyj3382 > l } else { - yyb3372 = r.CheckBreak() + yyb3382 = r.CheckBreak() } - if yyb3372 { + if yyb3382 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3372-1, "") + z.DecStructFieldNotFound(yyj3382-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43021,39 +43117,39 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3375 := z.EncBinary() - _ = yym3375 + yym3385 := z.EncBinary() + _ = yym3385 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3376 := !z.EncBinary() - yy2arr3376 := z.EncBasicHandle().StructToArray - var yyq3376 [5]bool - _, _, _ = yysep3376, yyq3376, yy2arr3376 - const yyr3376 bool = false - yyq3376[0] = x.Kind != "" - yyq3376[1] = x.APIVersion != "" - yyq3376[2] = x.GracePeriodSeconds != nil - yyq3376[3] = x.Preconditions != nil - yyq3376[4] = x.OrphanDependents != nil - var yynn3376 int - if yyr3376 || yy2arr3376 { + yysep3386 := !z.EncBinary() + yy2arr3386 := z.EncBasicHandle().StructToArray + var yyq3386 [5]bool + _, _, _ = yysep3386, yyq3386, yy2arr3386 + const yyr3386 bool = false + yyq3386[0] = x.Kind != "" + yyq3386[1] = x.APIVersion != "" + yyq3386[2] = x.GracePeriodSeconds != nil + yyq3386[3] = x.Preconditions != nil + yyq3386[4] = x.OrphanDependents != nil + var yynn3386 int + if yyr3386 || yy2arr3386 { r.EncodeArrayStart(5) } else { - yynn3376 = 0 - for _, b := range yyq3376 { + yynn3386 = 0 + for _, b := range yyq3386 { if b { - yynn3376++ + yynn3386++ } } - r.EncodeMapStart(yynn3376) - yynn3376 = 0 + r.EncodeMapStart(yynn3386) + yynn3386 = 0 } - if yyr3376 || yy2arr3376 { + if yyr3386 || yy2arr3386 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3376[0] { - yym3378 := z.EncBinary() - _ = yym3378 + if yyq3386[0] { + yym3388 := z.EncBinary() + _ = yym3388 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -43062,23 +43158,23 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3376[0] { + if yyq3386[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3379 := z.EncBinary() - _ = yym3379 + yym3389 := z.EncBinary() + _ = yym3389 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3376 || yy2arr3376 { + if yyr3386 || yy2arr3386 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3376[1] { - yym3381 := z.EncBinary() - _ = yym3381 + if yyq3386[1] { + yym3391 := z.EncBinary() + _ = yym3391 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -43087,56 +43183,56 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3376[1] { + if yyq3386[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3382 := z.EncBinary() - _ = yym3382 + yym3392 := z.EncBinary() + _ = yym3392 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3376 || yy2arr3376 { + if yyr3386 || yy2arr3386 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3376[2] { + if yyq3386[2] { if x.GracePeriodSeconds == nil { r.EncodeNil() } else { - yy3384 := *x.GracePeriodSeconds - yym3385 := z.EncBinary() - _ = yym3385 + yy3394 := *x.GracePeriodSeconds + yym3395 := z.EncBinary() + _ = yym3395 if false { } else { - r.EncodeInt(int64(yy3384)) + r.EncodeInt(int64(yy3394)) } } } else { r.EncodeNil() } } else { - if yyq3376[2] { + if yyq3386[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("gracePeriodSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.GracePeriodSeconds == nil { r.EncodeNil() } else { - yy3386 := *x.GracePeriodSeconds - yym3387 := z.EncBinary() - _ = yym3387 + yy3396 := *x.GracePeriodSeconds + yym3397 := z.EncBinary() + _ = yym3397 if false { } else { - r.EncodeInt(int64(yy3386)) + r.EncodeInt(int64(yy3396)) } } } } - if yyr3376 || yy2arr3376 { + if yyr3386 || yy2arr3386 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3376[3] { + if yyq3386[3] { if x.Preconditions == nil { r.EncodeNil() } else { @@ -43146,7 +43242,7 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3376[3] { + if yyq3386[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preconditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -43157,42 +43253,42 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3376 || yy2arr3376 { + if yyr3386 || yy2arr3386 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3376[4] { + if yyq3386[4] { if x.OrphanDependents == nil { r.EncodeNil() } else { - yy3390 := *x.OrphanDependents - yym3391 := z.EncBinary() - _ = yym3391 + yy3400 := *x.OrphanDependents + yym3401 := z.EncBinary() + _ = yym3401 if false { } else { - r.EncodeBool(bool(yy3390)) + r.EncodeBool(bool(yy3400)) } } } else { r.EncodeNil() } } else { - if yyq3376[4] { + if yyq3386[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("orphanDependents")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.OrphanDependents == nil { r.EncodeNil() } else { - yy3392 := *x.OrphanDependents - yym3393 := z.EncBinary() - _ = yym3393 + yy3402 := *x.OrphanDependents + yym3403 := z.EncBinary() + _ = yym3403 if false { } else { - r.EncodeBool(bool(yy3392)) + r.EncodeBool(bool(yy3402)) } } } } - if yyr3376 || yy2arr3376 { + if yyr3386 || yy2arr3386 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43205,25 +43301,25 @@ func (x *DeleteOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3394 := z.DecBinary() - _ = yym3394 + yym3404 := z.DecBinary() + _ = yym3404 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3395 := r.ContainerType() - if yyct3395 == codecSelferValueTypeMap1234 { - yyl3395 := r.ReadMapStart() - if yyl3395 == 0 { + yyct3405 := r.ContainerType() + if yyct3405 == codecSelferValueTypeMap1234 { + yyl3405 := r.ReadMapStart() + if yyl3405 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3395, d) + x.codecDecodeSelfFromMap(yyl3405, d) } - } else if yyct3395 == codecSelferValueTypeArray1234 { - yyl3395 := r.ReadArrayStart() - if yyl3395 == 0 { + } else if yyct3405 == codecSelferValueTypeArray1234 { + yyl3405 := r.ReadArrayStart() + if yyl3405 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3395, d) + x.codecDecodeSelfFromArray(yyl3405, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43235,12 +43331,12 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3396Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3396Slc - var yyhl3396 bool = l >= 0 - for yyj3396 := 0; ; yyj3396++ { - if yyhl3396 { - if yyj3396 >= l { + var yys3406Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3406Slc + var yyhl3406 bool = l >= 0 + for yyj3406 := 0; ; yyj3406++ { + if yyhl3406 { + if yyj3406 >= l { break } } else { @@ -43249,10 +43345,10 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3396Slc = r.DecodeBytes(yys3396Slc, true, true) - yys3396 := string(yys3396Slc) + yys3406Slc = r.DecodeBytes(yys3406Slc, true, true) + yys3406 := string(yys3406Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3396 { + switch yys3406 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -43274,8 +43370,8 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.GracePeriodSeconds == nil { x.GracePeriodSeconds = new(int64) } - yym3400 := z.DecBinary() - _ = yym3400 + yym3410 := z.DecBinary() + _ = yym3410 if false { } else { *((*int64)(x.GracePeriodSeconds)) = int64(r.DecodeInt(64)) @@ -43301,17 +43397,17 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.OrphanDependents == nil { x.OrphanDependents = new(bool) } - yym3403 := z.DecBinary() - _ = yym3403 + yym3413 := z.DecBinary() + _ = yym3413 if false { } else { *((*bool)(x.OrphanDependents)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys3396) - } // end switch yys3396 - } // end for yyj3396 + z.DecStructFieldNotFound(-1, yys3406) + } // end switch yys3406 + } // end for yyj3406 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43319,16 +43415,16 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3404 int - var yyb3404 bool - var yyhl3404 bool = l >= 0 - yyj3404++ - if yyhl3404 { - yyb3404 = yyj3404 > l + var yyj3414 int + var yyb3414 bool + var yyhl3414 bool = l >= 0 + yyj3414++ + if yyhl3414 { + yyb3414 = yyj3414 > l } else { - yyb3404 = r.CheckBreak() + yyb3414 = r.CheckBreak() } - if yyb3404 { + if yyb3414 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43338,13 +43434,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3404++ - if yyhl3404 { - yyb3404 = yyj3404 > l + yyj3414++ + if yyhl3414 { + yyb3414 = yyj3414 > l } else { - yyb3404 = r.CheckBreak() + yyb3414 = r.CheckBreak() } - if yyb3404 { + if yyb3414 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43354,13 +43450,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3404++ - if yyhl3404 { - yyb3404 = yyj3404 > l + yyj3414++ + if yyhl3414 { + yyb3414 = yyj3414 > l } else { - yyb3404 = r.CheckBreak() + yyb3414 = r.CheckBreak() } - if yyb3404 { + if yyb3414 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43373,20 +43469,20 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.GracePeriodSeconds == nil { x.GracePeriodSeconds = new(int64) } - yym3408 := z.DecBinary() - _ = yym3408 + yym3418 := z.DecBinary() + _ = yym3418 if false { } else { *((*int64)(x.GracePeriodSeconds)) = int64(r.DecodeInt(64)) } } - yyj3404++ - if yyhl3404 { - yyb3404 = yyj3404 > l + yyj3414++ + if yyhl3414 { + yyb3414 = yyj3414 > l } else { - yyb3404 = r.CheckBreak() + yyb3414 = r.CheckBreak() } - if yyb3404 { + if yyb3414 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43401,13 +43497,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Preconditions.CodecDecodeSelf(d) } - yyj3404++ - if yyhl3404 { - yyb3404 = yyj3404 > l + yyj3414++ + if yyhl3414 { + yyb3414 = yyj3414 > l } else { - yyb3404 = r.CheckBreak() + yyb3414 = r.CheckBreak() } - if yyb3404 { + if yyb3414 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43420,25 +43516,25 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.OrphanDependents == nil { x.OrphanDependents = new(bool) } - yym3411 := z.DecBinary() - _ = yym3411 + yym3421 := z.DecBinary() + _ = yym3421 if false { } else { *((*bool)(x.OrphanDependents)) = r.DecodeBool() } } for { - yyj3404++ - if yyhl3404 { - yyb3404 = yyj3404 > l + yyj3414++ + if yyhl3414 { + yyb3414 = yyj3414 > l } else { - yyb3404 = r.CheckBreak() + yyb3414 = r.CheckBreak() } - if yyb3404 { + if yyb3414 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3404-1, "") + z.DecStructFieldNotFound(yyj3414-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43450,36 +43546,36 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3412 := z.EncBinary() - _ = yym3412 + yym3422 := z.EncBinary() + _ = yym3422 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3413 := !z.EncBinary() - yy2arr3413 := z.EncBasicHandle().StructToArray - var yyq3413 [4]bool - _, _, _ = yysep3413, yyq3413, yy2arr3413 - const yyr3413 bool = false - yyq3413[0] = x.Kind != "" - yyq3413[1] = x.APIVersion != "" - var yynn3413 int - if yyr3413 || yy2arr3413 { + yysep3423 := !z.EncBinary() + yy2arr3423 := z.EncBasicHandle().StructToArray + var yyq3423 [4]bool + _, _, _ = yysep3423, yyq3423, yy2arr3423 + const yyr3423 bool = false + yyq3423[0] = x.Kind != "" + yyq3423[1] = x.APIVersion != "" + var yynn3423 int + if yyr3423 || yy2arr3423 { r.EncodeArrayStart(4) } else { - yynn3413 = 2 - for _, b := range yyq3413 { + yynn3423 = 2 + for _, b := range yyq3423 { if b { - yynn3413++ + yynn3423++ } } - r.EncodeMapStart(yynn3413) - yynn3413 = 0 + r.EncodeMapStart(yynn3423) + yynn3423 = 0 } - if yyr3413 || yy2arr3413 { + if yyr3423 || yy2arr3423 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3413[0] { - yym3415 := z.EncBinary() - _ = yym3415 + if yyq3423[0] { + yym3425 := z.EncBinary() + _ = yym3425 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -43488,23 +43584,23 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3413[0] { + if yyq3423[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3416 := z.EncBinary() - _ = yym3416 + yym3426 := z.EncBinary() + _ = yym3426 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3413 || yy2arr3413 { + if yyr3423 || yy2arr3423 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3413[1] { - yym3418 := z.EncBinary() - _ = yym3418 + if yyq3423[1] { + yym3428 := z.EncBinary() + _ = yym3428 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -43513,22 +43609,22 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3413[1] { + if yyq3423[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3419 := z.EncBinary() - _ = yym3419 + yym3429 := z.EncBinary() + _ = yym3429 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3413 || yy2arr3413 { + if yyr3423 || yy2arr3423 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3421 := z.EncBinary() - _ = yym3421 + yym3431 := z.EncBinary() + _ = yym3431 if false { } else { r.EncodeBool(bool(x.Export)) @@ -43537,17 +43633,17 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("export")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3422 := z.EncBinary() - _ = yym3422 + yym3432 := z.EncBinary() + _ = yym3432 if false { } else { r.EncodeBool(bool(x.Export)) } } - if yyr3413 || yy2arr3413 { + if yyr3423 || yy2arr3423 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3424 := z.EncBinary() - _ = yym3424 + yym3434 := z.EncBinary() + _ = yym3434 if false { } else { r.EncodeBool(bool(x.Exact)) @@ -43556,14 +43652,14 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exact")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3425 := z.EncBinary() - _ = yym3425 + yym3435 := z.EncBinary() + _ = yym3435 if false { } else { r.EncodeBool(bool(x.Exact)) } } - if yyr3413 || yy2arr3413 { + if yyr3423 || yy2arr3423 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43576,25 +43672,25 @@ func (x *ExportOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3426 := z.DecBinary() - _ = yym3426 + yym3436 := z.DecBinary() + _ = yym3436 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3427 := r.ContainerType() - if yyct3427 == codecSelferValueTypeMap1234 { - yyl3427 := r.ReadMapStart() - if yyl3427 == 0 { + yyct3437 := r.ContainerType() + if yyct3437 == codecSelferValueTypeMap1234 { + yyl3437 := r.ReadMapStart() + if yyl3437 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3427, d) + x.codecDecodeSelfFromMap(yyl3437, d) } - } else if yyct3427 == codecSelferValueTypeArray1234 { - yyl3427 := r.ReadArrayStart() - if yyl3427 == 0 { + } else if yyct3437 == codecSelferValueTypeArray1234 { + yyl3437 := r.ReadArrayStart() + if yyl3437 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3427, d) + x.codecDecodeSelfFromArray(yyl3437, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43606,12 +43702,12 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3428Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3428Slc - var yyhl3428 bool = l >= 0 - for yyj3428 := 0; ; yyj3428++ { - if yyhl3428 { - if yyj3428 >= l { + var yys3438Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3438Slc + var yyhl3438 bool = l >= 0 + for yyj3438 := 0; ; yyj3438++ { + if yyhl3438 { + if yyj3438 >= l { break } } else { @@ -43620,10 +43716,10 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3428Slc = r.DecodeBytes(yys3428Slc, true, true) - yys3428 := string(yys3428Slc) + yys3438Slc = r.DecodeBytes(yys3438Slc, true, true) + yys3438 := string(yys3438Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3428 { + switch yys3438 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -43649,9 +43745,9 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Exact = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys3428) - } // end switch yys3428 - } // end for yyj3428 + z.DecStructFieldNotFound(-1, yys3438) + } // end switch yys3438 + } // end for yyj3438 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43659,16 +43755,16 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3433 int - var yyb3433 bool - var yyhl3433 bool = l >= 0 - yyj3433++ - if yyhl3433 { - yyb3433 = yyj3433 > l + var yyj3443 int + var yyb3443 bool + var yyhl3443 bool = l >= 0 + yyj3443++ + if yyhl3443 { + yyb3443 = yyj3443 > l } else { - yyb3433 = r.CheckBreak() + yyb3443 = r.CheckBreak() } - if yyb3433 { + if yyb3443 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43678,13 +43774,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3433++ - if yyhl3433 { - yyb3433 = yyj3433 > l + yyj3443++ + if yyhl3443 { + yyb3443 = yyj3443 > l } else { - yyb3433 = r.CheckBreak() + yyb3443 = r.CheckBreak() } - if yyb3433 { + if yyb3443 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43694,13 +43790,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3433++ - if yyhl3433 { - yyb3433 = yyj3433 > l + yyj3443++ + if yyhl3443 { + yyb3443 = yyj3443 > l } else { - yyb3433 = r.CheckBreak() + yyb3443 = r.CheckBreak() } - if yyb3433 { + if yyb3443 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43710,13 +43806,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Export = bool(r.DecodeBool()) } - yyj3433++ - if yyhl3433 { - yyb3433 = yyj3433 > l + yyj3443++ + if yyhl3443 { + yyb3443 = yyj3443 > l } else { - yyb3433 = r.CheckBreak() + yyb3443 = r.CheckBreak() } - if yyb3433 { + if yyb3443 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43727,17 +43823,17 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Exact = bool(r.DecodeBool()) } for { - yyj3433++ - if yyhl3433 { - yyb3433 = yyj3433 > l + yyj3443++ + if yyhl3443 { + yyb3443 = yyj3443 > l } else { - yyb3433 = r.CheckBreak() + yyb3443 = r.CheckBreak() } - if yyb3433 { + if yyb3443 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3433-1, "") + z.DecStructFieldNotFound(yyj3443-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43749,141 +43845,141 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3438 := z.EncBinary() - _ = yym3438 + yym3448 := z.EncBinary() + _ = yym3448 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3439 := !z.EncBinary() - yy2arr3439 := z.EncBasicHandle().StructToArray - var yyq3439 [7]bool - _, _, _ = yysep3439, yyq3439, yy2arr3439 - const yyr3439 bool = false - yyq3439[0] = x.Kind != "" - yyq3439[1] = x.APIVersion != "" - yyq3439[2] = x.LabelSelector != "" - yyq3439[3] = x.FieldSelector != "" - yyq3439[4] = x.Watch != false - yyq3439[5] = x.ResourceVersion != "" - yyq3439[6] = x.TimeoutSeconds != nil - var yynn3439 int - if yyr3439 || yy2arr3439 { + yysep3449 := !z.EncBinary() + yy2arr3449 := z.EncBasicHandle().StructToArray + var yyq3449 [7]bool + _, _, _ = yysep3449, yyq3449, yy2arr3449 + const yyr3449 bool = false + yyq3449[0] = x.Kind != "" + yyq3449[1] = x.APIVersion != "" + yyq3449[2] = x.LabelSelector != "" + yyq3449[3] = x.FieldSelector != "" + yyq3449[4] = x.Watch != false + yyq3449[5] = x.ResourceVersion != "" + yyq3449[6] = x.TimeoutSeconds != nil + var yynn3449 int + if yyr3449 || yy2arr3449 { r.EncodeArrayStart(7) } else { - yynn3439 = 0 - for _, b := range yyq3439 { + yynn3449 = 0 + for _, b := range yyq3449 { if b { - yynn3439++ + yynn3449++ } } - r.EncodeMapStart(yynn3439) - yynn3439 = 0 + r.EncodeMapStart(yynn3449) + yynn3449 = 0 } - if yyr3439 || yy2arr3439 { + if yyr3449 || yy2arr3449 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3439[0] { - yym3441 := z.EncBinary() - _ = yym3441 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3439[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3442 := z.EncBinary() - _ = yym3442 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr3439 || yy2arr3439 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3439[1] { - yym3444 := z.EncBinary() - _ = yym3444 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3439[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3445 := z.EncBinary() - _ = yym3445 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3439 || yy2arr3439 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3439[2] { - yym3447 := z.EncBinary() - _ = yym3447 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.LabelSelector)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3439[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("labelSelector")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3448 := z.EncBinary() - _ = yym3448 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.LabelSelector)) - } - } - } - if yyr3439 || yy2arr3439 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3439[3] { - yym3450 := z.EncBinary() - _ = yym3450 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.FieldSelector)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3439[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("fieldSelector")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyq3449[0] { yym3451 := z.EncBinary() _ = yym3451 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3449[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3452 := z.EncBinary() + _ = yym3452 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr3449 || yy2arr3449 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3449[1] { + yym3454 := z.EncBinary() + _ = yym3454 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3449[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3455 := z.EncBinary() + _ = yym3455 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3449 || yy2arr3449 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3449[2] { + yym3457 := z.EncBinary() + _ = yym3457 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.LabelSelector)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3449[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("labelSelector")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3458 := z.EncBinary() + _ = yym3458 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.LabelSelector)) + } + } + } + if yyr3449 || yy2arr3449 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3449[3] { + yym3460 := z.EncBinary() + _ = yym3460 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.FieldSelector)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3449[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("fieldSelector")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3461 := z.EncBinary() + _ = yym3461 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldSelector)) } } } - if yyr3439 || yy2arr3439 { + if yyr3449 || yy2arr3449 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3439[4] { - yym3453 := z.EncBinary() - _ = yym3453 + if yyq3449[4] { + yym3463 := z.EncBinary() + _ = yym3463 if false { } else { r.EncodeBool(bool(x.Watch)) @@ -43892,23 +43988,23 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3439[4] { + if yyq3449[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("watch")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3454 := z.EncBinary() - _ = yym3454 + yym3464 := z.EncBinary() + _ = yym3464 if false { } else { r.EncodeBool(bool(x.Watch)) } } } - if yyr3439 || yy2arr3439 { + if yyr3449 || yy2arr3449 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3439[5] { - yym3456 := z.EncBinary() - _ = yym3456 + if yyq3449[5] { + yym3466 := z.EncBinary() + _ = yym3466 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) @@ -43917,54 +44013,54 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3439[5] { + if yyq3449[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resourceVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3457 := z.EncBinary() - _ = yym3457 + yym3467 := z.EncBinary() + _ = yym3467 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) } } } - if yyr3439 || yy2arr3439 { + if yyr3449 || yy2arr3449 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3439[6] { + if yyq3449[6] { if x.TimeoutSeconds == nil { r.EncodeNil() } else { - yy3459 := *x.TimeoutSeconds - yym3460 := z.EncBinary() - _ = yym3460 + yy3469 := *x.TimeoutSeconds + yym3470 := z.EncBinary() + _ = yym3470 if false { } else { - r.EncodeInt(int64(yy3459)) + r.EncodeInt(int64(yy3469)) } } } else { r.EncodeNil() } } else { - if yyq3439[6] { + if yyq3449[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("timeoutSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.TimeoutSeconds == nil { r.EncodeNil() } else { - yy3461 := *x.TimeoutSeconds - yym3462 := z.EncBinary() - _ = yym3462 + yy3471 := *x.TimeoutSeconds + yym3472 := z.EncBinary() + _ = yym3472 if false { } else { - r.EncodeInt(int64(yy3461)) + r.EncodeInt(int64(yy3471)) } } } } - if yyr3439 || yy2arr3439 { + if yyr3449 || yy2arr3449 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43977,25 +44073,25 @@ func (x *ListOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3463 := z.DecBinary() - _ = yym3463 + yym3473 := z.DecBinary() + _ = yym3473 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3464 := r.ContainerType() - if yyct3464 == codecSelferValueTypeMap1234 { - yyl3464 := r.ReadMapStart() - if yyl3464 == 0 { + yyct3474 := r.ContainerType() + if yyct3474 == codecSelferValueTypeMap1234 { + yyl3474 := r.ReadMapStart() + if yyl3474 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3464, d) + x.codecDecodeSelfFromMap(yyl3474, d) } - } else if yyct3464 == codecSelferValueTypeArray1234 { - yyl3464 := r.ReadArrayStart() - if yyl3464 == 0 { + } else if yyct3474 == codecSelferValueTypeArray1234 { + yyl3474 := r.ReadArrayStart() + if yyl3474 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3464, d) + x.codecDecodeSelfFromArray(yyl3474, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -44007,12 +44103,12 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3465Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3465Slc - var yyhl3465 bool = l >= 0 - for yyj3465 := 0; ; yyj3465++ { - if yyhl3465 { - if yyj3465 >= l { + var yys3475Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3475Slc + var yyhl3475 bool = l >= 0 + for yyj3475 := 0; ; yyj3475++ { + if yyhl3475 { + if yyj3475 >= l { break } } else { @@ -44021,10 +44117,10 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3465Slc = r.DecodeBytes(yys3465Slc, true, true) - yys3465 := string(yys3465Slc) + yys3475Slc = r.DecodeBytes(yys3475Slc, true, true) + yys3475 := string(yys3475Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3465 { + switch yys3475 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -44070,17 +44166,17 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TimeoutSeconds == nil { x.TimeoutSeconds = new(int64) } - yym3473 := z.DecBinary() - _ = yym3473 + yym3483 := z.DecBinary() + _ = yym3483 if false { } else { *((*int64)(x.TimeoutSeconds)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys3465) - } // end switch yys3465 - } // end for yyj3465 + z.DecStructFieldNotFound(-1, yys3475) + } // end switch yys3475 + } // end for yyj3475 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -44088,16 +44184,16 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3474 int - var yyb3474 bool - var yyhl3474 bool = l >= 0 - yyj3474++ - if yyhl3474 { - yyb3474 = yyj3474 > l + var yyj3484 int + var yyb3484 bool + var yyhl3484 bool = l >= 0 + yyj3484++ + if yyhl3484 { + yyb3484 = yyj3484 > l } else { - yyb3474 = r.CheckBreak() + yyb3484 = r.CheckBreak() } - if yyb3474 { + if yyb3484 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44107,13 +44203,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3474++ - if yyhl3474 { - yyb3474 = yyj3474 > l + yyj3484++ + if yyhl3484 { + yyb3484 = yyj3484 > l } else { - yyb3474 = r.CheckBreak() + yyb3484 = r.CheckBreak() } - if yyb3474 { + if yyb3484 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44123,13 +44219,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3474++ - if yyhl3474 { - yyb3474 = yyj3474 > l + yyj3484++ + if yyhl3484 { + yyb3484 = yyj3484 > l } else { - yyb3474 = r.CheckBreak() + yyb3484 = r.CheckBreak() } - if yyb3474 { + if yyb3484 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44139,13 +44235,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.LabelSelector = string(r.DecodeString()) } - yyj3474++ - if yyhl3474 { - yyb3474 = yyj3474 > l + yyj3484++ + if yyhl3484 { + yyb3484 = yyj3484 > l } else { - yyb3474 = r.CheckBreak() + yyb3484 = r.CheckBreak() } - if yyb3474 { + if yyb3484 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44155,13 +44251,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.FieldSelector = string(r.DecodeString()) } - yyj3474++ - if yyhl3474 { - yyb3474 = yyj3474 > l + yyj3484++ + if yyhl3484 { + yyb3484 = yyj3484 > l } else { - yyb3474 = r.CheckBreak() + yyb3484 = r.CheckBreak() } - if yyb3474 { + if yyb3484 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44171,13 +44267,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Watch = bool(r.DecodeBool()) } - yyj3474++ - if yyhl3474 { - yyb3474 = yyj3474 > l + yyj3484++ + if yyhl3484 { + yyb3484 = yyj3484 > l } else { - yyb3474 = r.CheckBreak() + yyb3484 = r.CheckBreak() } - if yyb3474 { + if yyb3484 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44187,13 +44283,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ResourceVersion = string(r.DecodeString()) } - yyj3474++ - if yyhl3474 { - yyb3474 = yyj3474 > l + yyj3484++ + if yyhl3484 { + yyb3484 = yyj3484 > l } else { - yyb3474 = r.CheckBreak() + yyb3484 = r.CheckBreak() } - if yyb3474 { + if yyb3484 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44206,25 +44302,25 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TimeoutSeconds == nil { x.TimeoutSeconds = new(int64) } - yym3482 := z.DecBinary() - _ = yym3482 + yym3492 := z.DecBinary() + _ = yym3492 if false { } else { *((*int64)(x.TimeoutSeconds)) = int64(r.DecodeInt(64)) } } for { - yyj3474++ - if yyhl3474 { - yyb3474 = yyj3474 > l + yyj3484++ + if yyhl3484 { + yyb3484 = yyj3484 > l } else { - yyb3474 = r.CheckBreak() + yyb3484 = r.CheckBreak() } - if yyb3474 { + if yyb3484 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3474-1, "") + z.DecStructFieldNotFound(yyj3484-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44236,144 +44332,144 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3483 := z.EncBinary() - _ = yym3483 + yym3493 := z.EncBinary() + _ = yym3493 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3484 := !z.EncBinary() - yy2arr3484 := z.EncBasicHandle().StructToArray - var yyq3484 [10]bool - _, _, _ = yysep3484, yyq3484, yy2arr3484 - const yyr3484 bool = false - yyq3484[0] = x.Kind != "" - yyq3484[1] = x.APIVersion != "" - yyq3484[2] = x.Container != "" - yyq3484[3] = x.Follow != false - yyq3484[4] = x.Previous != false - yyq3484[5] = x.SinceSeconds != nil - yyq3484[6] = x.SinceTime != nil - yyq3484[7] = x.Timestamps != false - yyq3484[8] = x.TailLines != nil - yyq3484[9] = x.LimitBytes != nil - var yynn3484 int - if yyr3484 || yy2arr3484 { + yysep3494 := !z.EncBinary() + yy2arr3494 := z.EncBasicHandle().StructToArray + var yyq3494 [10]bool + _, _, _ = yysep3494, yyq3494, yy2arr3494 + const yyr3494 bool = false + yyq3494[0] = x.Kind != "" + yyq3494[1] = x.APIVersion != "" + yyq3494[2] = x.Container != "" + yyq3494[3] = x.Follow != false + yyq3494[4] = x.Previous != false + yyq3494[5] = x.SinceSeconds != nil + yyq3494[6] = x.SinceTime != nil + yyq3494[7] = x.Timestamps != false + yyq3494[8] = x.TailLines != nil + yyq3494[9] = x.LimitBytes != nil + var yynn3494 int + if yyr3494 || yy2arr3494 { r.EncodeArrayStart(10) } else { - yynn3484 = 0 - for _, b := range yyq3484 { + yynn3494 = 0 + for _, b := range yyq3494 { if b { - yynn3484++ + yynn3494++ } } - r.EncodeMapStart(yynn3484) - yynn3484 = 0 + r.EncodeMapStart(yynn3494) + yynn3494 = 0 } - if yyr3484 || yy2arr3484 { + if yyr3494 || yy2arr3494 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3484[0] { - yym3486 := z.EncBinary() - _ = yym3486 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3484[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3487 := z.EncBinary() - _ = yym3487 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr3484 || yy2arr3484 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3484[1] { - yym3489 := z.EncBinary() - _ = yym3489 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3484[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3490 := z.EncBinary() - _ = yym3490 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3484 || yy2arr3484 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3484[2] { - yym3492 := z.EncBinary() - _ = yym3492 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Container)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3484[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("container")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3493 := z.EncBinary() - _ = yym3493 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Container)) - } - } - } - if yyr3484 || yy2arr3484 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3484[3] { - yym3495 := z.EncBinary() - _ = yym3495 - if false { - } else { - r.EncodeBool(bool(x.Follow)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq3484[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("follow")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyq3494[0] { yym3496 := z.EncBinary() _ = yym3496 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3494[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3497 := z.EncBinary() + _ = yym3497 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr3494 || yy2arr3494 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3494[1] { + yym3499 := z.EncBinary() + _ = yym3499 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3494[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3500 := z.EncBinary() + _ = yym3500 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3494 || yy2arr3494 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3494[2] { + yym3502 := z.EncBinary() + _ = yym3502 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Container)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3494[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("container")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3503 := z.EncBinary() + _ = yym3503 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Container)) + } + } + } + if yyr3494 || yy2arr3494 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3494[3] { + yym3505 := z.EncBinary() + _ = yym3505 + if false { + } else { + r.EncodeBool(bool(x.Follow)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq3494[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("follow")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3506 := z.EncBinary() + _ = yym3506 + if false { } else { r.EncodeBool(bool(x.Follow)) } } } - if yyr3484 || yy2arr3484 { + if yyr3494 || yy2arr3494 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3484[4] { - yym3498 := z.EncBinary() - _ = yym3498 + if yyq3494[4] { + yym3508 := z.EncBinary() + _ = yym3508 if false { } else { r.EncodeBool(bool(x.Previous)) @@ -44382,66 +44478,66 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3484[4] { + if yyq3494[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("previous")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3499 := z.EncBinary() - _ = yym3499 + yym3509 := z.EncBinary() + _ = yym3509 if false { } else { r.EncodeBool(bool(x.Previous)) } } } - if yyr3484 || yy2arr3484 { + if yyr3494 || yy2arr3494 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3484[5] { + if yyq3494[5] { if x.SinceSeconds == nil { r.EncodeNil() } else { - yy3501 := *x.SinceSeconds - yym3502 := z.EncBinary() - _ = yym3502 + yy3511 := *x.SinceSeconds + yym3512 := z.EncBinary() + _ = yym3512 if false { } else { - r.EncodeInt(int64(yy3501)) + r.EncodeInt(int64(yy3511)) } } } else { r.EncodeNil() } } else { - if yyq3484[5] { + if yyq3494[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sinceSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.SinceSeconds == nil { r.EncodeNil() } else { - yy3503 := *x.SinceSeconds - yym3504 := z.EncBinary() - _ = yym3504 + yy3513 := *x.SinceSeconds + yym3514 := z.EncBinary() + _ = yym3514 if false { } else { - r.EncodeInt(int64(yy3503)) + r.EncodeInt(int64(yy3513)) } } } } - if yyr3484 || yy2arr3484 { + if yyr3494 || yy2arr3494 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3484[6] { + if yyq3494[6] { if x.SinceTime == nil { r.EncodeNil() } else { - yym3506 := z.EncBinary() - _ = yym3506 + yym3516 := z.EncBinary() + _ = yym3516 if false { } else if z.HasExtensions() && z.EncExt(x.SinceTime) { - } else if yym3506 { + } else if yym3516 { z.EncBinaryMarshal(x.SinceTime) - } else if !yym3506 && z.IsJSONHandle() { + } else if !yym3516 && z.IsJSONHandle() { z.EncJSONMarshal(x.SinceTime) } else { z.EncFallback(x.SinceTime) @@ -44451,20 +44547,20 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3484[6] { + if yyq3494[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sinceTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.SinceTime == nil { r.EncodeNil() } else { - yym3507 := z.EncBinary() - _ = yym3507 + yym3517 := z.EncBinary() + _ = yym3517 if false { } else if z.HasExtensions() && z.EncExt(x.SinceTime) { - } else if yym3507 { + } else if yym3517 { z.EncBinaryMarshal(x.SinceTime) - } else if !yym3507 && z.IsJSONHandle() { + } else if !yym3517 && z.IsJSONHandle() { z.EncJSONMarshal(x.SinceTime) } else { z.EncFallback(x.SinceTime) @@ -44472,11 +44568,11 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3484 || yy2arr3484 { + if yyr3494 || yy2arr3494 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3484[7] { - yym3509 := z.EncBinary() - _ = yym3509 + if yyq3494[7] { + yym3519 := z.EncBinary() + _ = yym3519 if false { } else { r.EncodeBool(bool(x.Timestamps)) @@ -44485,89 +44581,89 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3484[7] { + if yyq3494[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("timestamps")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3510 := z.EncBinary() - _ = yym3510 + yym3520 := z.EncBinary() + _ = yym3520 if false { } else { r.EncodeBool(bool(x.Timestamps)) } } } - if yyr3484 || yy2arr3484 { + if yyr3494 || yy2arr3494 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3484[8] { + if yyq3494[8] { if x.TailLines == nil { r.EncodeNil() } else { - yy3512 := *x.TailLines - yym3513 := z.EncBinary() - _ = yym3513 + yy3522 := *x.TailLines + yym3523 := z.EncBinary() + _ = yym3523 if false { } else { - r.EncodeInt(int64(yy3512)) + r.EncodeInt(int64(yy3522)) } } } else { r.EncodeNil() } } else { - if yyq3484[8] { + if yyq3494[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tailLines")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.TailLines == nil { r.EncodeNil() } else { - yy3514 := *x.TailLines - yym3515 := z.EncBinary() - _ = yym3515 + yy3524 := *x.TailLines + yym3525 := z.EncBinary() + _ = yym3525 if false { } else { - r.EncodeInt(int64(yy3514)) + r.EncodeInt(int64(yy3524)) } } } } - if yyr3484 || yy2arr3484 { + if yyr3494 || yy2arr3494 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3484[9] { + if yyq3494[9] { if x.LimitBytes == nil { r.EncodeNil() } else { - yy3517 := *x.LimitBytes - yym3518 := z.EncBinary() - _ = yym3518 + yy3527 := *x.LimitBytes + yym3528 := z.EncBinary() + _ = yym3528 if false { } else { - r.EncodeInt(int64(yy3517)) + r.EncodeInt(int64(yy3527)) } } } else { r.EncodeNil() } } else { - if yyq3484[9] { + if yyq3494[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("limitBytes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.LimitBytes == nil { r.EncodeNil() } else { - yy3519 := *x.LimitBytes - yym3520 := z.EncBinary() - _ = yym3520 + yy3529 := *x.LimitBytes + yym3530 := z.EncBinary() + _ = yym3530 if false { } else { - r.EncodeInt(int64(yy3519)) + r.EncodeInt(int64(yy3529)) } } } } - if yyr3484 || yy2arr3484 { + if yyr3494 || yy2arr3494 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -44580,25 +44676,25 @@ func (x *PodLogOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3521 := z.DecBinary() - _ = yym3521 + yym3531 := z.DecBinary() + _ = yym3531 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3522 := r.ContainerType() - if yyct3522 == codecSelferValueTypeMap1234 { - yyl3522 := r.ReadMapStart() - if yyl3522 == 0 { + yyct3532 := r.ContainerType() + if yyct3532 == codecSelferValueTypeMap1234 { + yyl3532 := r.ReadMapStart() + if yyl3532 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3522, d) + x.codecDecodeSelfFromMap(yyl3532, d) } - } else if yyct3522 == codecSelferValueTypeArray1234 { - yyl3522 := r.ReadArrayStart() - if yyl3522 == 0 { + } else if yyct3532 == codecSelferValueTypeArray1234 { + yyl3532 := r.ReadArrayStart() + if yyl3532 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3522, d) + x.codecDecodeSelfFromArray(yyl3532, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -44610,12 +44706,12 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3523Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3523Slc - var yyhl3523 bool = l >= 0 - for yyj3523 := 0; ; yyj3523++ { - if yyhl3523 { - if yyj3523 >= 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 { @@ -44624,10 +44720,10 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3523Slc = r.DecodeBytes(yys3523Slc, true, true) - yys3523 := string(yys3523Slc) + yys3533Slc = r.DecodeBytes(yys3533Slc, true, true) + yys3533 := string(yys3533Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3523 { + switch yys3533 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -44667,8 +44763,8 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.SinceSeconds == nil { x.SinceSeconds = new(int64) } - yym3530 := z.DecBinary() - _ = yym3530 + yym3540 := z.DecBinary() + _ = yym3540 if false { } else { *((*int64)(x.SinceSeconds)) = int64(r.DecodeInt(64)) @@ -44683,13 +44779,13 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.SinceTime == nil { x.SinceTime = new(pkg2_unversioned.Time) } - yym3532 := z.DecBinary() - _ = yym3532 + yym3542 := z.DecBinary() + _ = yym3542 if false { } else if z.HasExtensions() && z.DecExt(x.SinceTime) { - } else if yym3532 { + } else if yym3542 { z.DecBinaryUnmarshal(x.SinceTime) - } else if !yym3532 && z.IsJSONHandle() { + } else if !yym3542 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.SinceTime) } else { z.DecFallback(x.SinceTime, false) @@ -44710,8 +44806,8 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TailLines == nil { x.TailLines = new(int64) } - yym3535 := z.DecBinary() - _ = yym3535 + yym3545 := z.DecBinary() + _ = yym3545 if false { } else { *((*int64)(x.TailLines)) = int64(r.DecodeInt(64)) @@ -44726,17 +44822,17 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.LimitBytes == nil { x.LimitBytes = new(int64) } - yym3537 := z.DecBinary() - _ = yym3537 + yym3547 := z.DecBinary() + _ = yym3547 if false { } else { *((*int64)(x.LimitBytes)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys3523) - } // end switch yys3523 - } // end for yyj3523 + z.DecStructFieldNotFound(-1, yys3533) + } // end switch yys3533 + } // end for yyj3533 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -44744,16 +44840,16 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3538 int - var yyb3538 bool - var yyhl3538 bool = l >= 0 - yyj3538++ - if yyhl3538 { - yyb3538 = yyj3538 > l + var yyj3548 int + var yyb3548 bool + var yyhl3548 bool = l >= 0 + yyj3548++ + if yyhl3548 { + yyb3548 = yyj3548 > l } else { - yyb3538 = r.CheckBreak() + yyb3548 = r.CheckBreak() } - if yyb3538 { + if yyb3548 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44763,13 +44859,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3538++ - if yyhl3538 { - yyb3538 = yyj3538 > l + yyj3548++ + if yyhl3548 { + yyb3548 = yyj3548 > l } else { - yyb3538 = r.CheckBreak() + yyb3548 = r.CheckBreak() } - if yyb3538 { + if yyb3548 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44779,13 +44875,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3538++ - if yyhl3538 { - yyb3538 = yyj3538 > l + yyj3548++ + if yyhl3548 { + yyb3548 = yyj3548 > l } else { - yyb3538 = r.CheckBreak() + yyb3548 = r.CheckBreak() } - if yyb3538 { + if yyb3548 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44795,13 +44891,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Container = string(r.DecodeString()) } - yyj3538++ - if yyhl3538 { - yyb3538 = yyj3538 > l + yyj3548++ + if yyhl3548 { + yyb3548 = yyj3548 > l } else { - yyb3538 = r.CheckBreak() + yyb3548 = r.CheckBreak() } - if yyb3538 { + if yyb3548 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44811,13 +44907,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Follow = bool(r.DecodeBool()) } - yyj3538++ - if yyhl3538 { - yyb3538 = yyj3538 > l + yyj3548++ + if yyhl3548 { + yyb3548 = yyj3548 > l } else { - yyb3538 = r.CheckBreak() + yyb3548 = r.CheckBreak() } - if yyb3538 { + if yyb3548 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44827,13 +44923,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Previous = bool(r.DecodeBool()) } - yyj3538++ - if yyhl3538 { - yyb3538 = yyj3538 > l + yyj3548++ + if yyhl3548 { + yyb3548 = yyj3548 > l } else { - yyb3538 = r.CheckBreak() + yyb3548 = r.CheckBreak() } - if yyb3538 { + if yyb3548 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44846,20 +44942,20 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.SinceSeconds == nil { x.SinceSeconds = new(int64) } - yym3545 := z.DecBinary() - _ = yym3545 + yym3555 := z.DecBinary() + _ = yym3555 if false { } else { *((*int64)(x.SinceSeconds)) = int64(r.DecodeInt(64)) } } - yyj3538++ - if yyhl3538 { - yyb3538 = yyj3538 > l + yyj3548++ + if yyhl3548 { + yyb3548 = yyj3548 > l } else { - yyb3538 = r.CheckBreak() + yyb3548 = r.CheckBreak() } - if yyb3538 { + if yyb3548 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44872,25 +44968,25 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.SinceTime == nil { x.SinceTime = new(pkg2_unversioned.Time) } - yym3547 := z.DecBinary() - _ = yym3547 + yym3557 := z.DecBinary() + _ = yym3557 if false { } else if z.HasExtensions() && z.DecExt(x.SinceTime) { - } else if yym3547 { + } else if yym3557 { z.DecBinaryUnmarshal(x.SinceTime) - } else if !yym3547 && z.IsJSONHandle() { + } else if !yym3557 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.SinceTime) } else { z.DecFallback(x.SinceTime, false) } } - yyj3538++ - if yyhl3538 { - yyb3538 = yyj3538 > l + yyj3548++ + if yyhl3548 { + yyb3548 = yyj3548 > l } else { - yyb3538 = r.CheckBreak() + yyb3548 = r.CheckBreak() } - if yyb3538 { + if yyb3548 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44900,13 +44996,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Timestamps = bool(r.DecodeBool()) } - yyj3538++ - if yyhl3538 { - yyb3538 = yyj3538 > l + yyj3548++ + if yyhl3548 { + yyb3548 = yyj3548 > l } else { - yyb3538 = r.CheckBreak() + yyb3548 = r.CheckBreak() } - if yyb3538 { + if yyb3548 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44919,20 +45015,20 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TailLines == nil { x.TailLines = new(int64) } - yym3550 := z.DecBinary() - _ = yym3550 + yym3560 := z.DecBinary() + _ = yym3560 if false { } else { *((*int64)(x.TailLines)) = int64(r.DecodeInt(64)) } } - yyj3538++ - if yyhl3538 { - yyb3538 = yyj3538 > l + yyj3548++ + if yyhl3548 { + yyb3548 = yyj3548 > l } else { - yyb3538 = r.CheckBreak() + yyb3548 = r.CheckBreak() } - if yyb3538 { + if yyb3548 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44945,25 +45041,25 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.LimitBytes == nil { x.LimitBytes = new(int64) } - yym3552 := z.DecBinary() - _ = yym3552 + yym3562 := z.DecBinary() + _ = yym3562 if false { } else { *((*int64)(x.LimitBytes)) = int64(r.DecodeInt(64)) } } for { - yyj3538++ - if yyhl3538 { - yyb3538 = yyj3538 > l + yyj3548++ + if yyhl3548 { + yyb3548 = yyj3548 > l } else { - yyb3538 = r.CheckBreak() + yyb3548 = r.CheckBreak() } - if yyb3538 { + if yyb3548 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3538-1, "") + z.DecStructFieldNotFound(yyj3548-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44975,166 +45071,166 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3553 := z.EncBinary() - _ = yym3553 + yym3563 := z.EncBinary() + _ = yym3563 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3554 := !z.EncBinary() - yy2arr3554 := z.EncBasicHandle().StructToArray - var yyq3554 [7]bool - _, _, _ = yysep3554, yyq3554, yy2arr3554 - const yyr3554 bool = false - yyq3554[0] = x.Kind != "" - yyq3554[1] = x.APIVersion != "" - yyq3554[2] = x.Stdin != false - yyq3554[3] = x.Stdout != false - yyq3554[4] = x.Stderr != false - yyq3554[5] = x.TTY != false - yyq3554[6] = x.Container != "" - var yynn3554 int - if yyr3554 || yy2arr3554 { + yysep3564 := !z.EncBinary() + yy2arr3564 := z.EncBasicHandle().StructToArray + var yyq3564 [7]bool + _, _, _ = yysep3564, yyq3564, yy2arr3564 + const yyr3564 bool = false + yyq3564[0] = x.Kind != "" + yyq3564[1] = x.APIVersion != "" + yyq3564[2] = x.Stdin != false + yyq3564[3] = x.Stdout != false + yyq3564[4] = x.Stderr != false + yyq3564[5] = x.TTY != false + yyq3564[6] = x.Container != "" + var yynn3564 int + if yyr3564 || yy2arr3564 { r.EncodeArrayStart(7) } else { - yynn3554 = 0 - for _, b := range yyq3554 { + yynn3564 = 0 + for _, b := range yyq3564 { if b { - yynn3554++ + yynn3564++ } } - r.EncodeMapStart(yynn3554) - yynn3554 = 0 + r.EncodeMapStart(yynn3564) + yynn3564 = 0 } - if yyr3554 || yy2arr3554 { + if yyr3564 || yy2arr3564 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3554[0] { - yym3556 := z.EncBinary() - _ = yym3556 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3554[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3557 := z.EncBinary() - _ = yym3557 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr3554 || yy2arr3554 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3554[1] { - yym3559 := z.EncBinary() - _ = yym3559 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3554[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3560 := z.EncBinary() - _ = yym3560 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3554 || yy2arr3554 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3554[2] { - yym3562 := z.EncBinary() - _ = yym3562 - if false { - } else { - r.EncodeBool(bool(x.Stdin)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq3554[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stdin")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3563 := z.EncBinary() - _ = yym3563 - if false { - } else { - r.EncodeBool(bool(x.Stdin)) - } - } - } - if yyr3554 || yy2arr3554 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3554[3] { - yym3565 := z.EncBinary() - _ = yym3565 - if false { - } else { - r.EncodeBool(bool(x.Stdout)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq3554[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stdout")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyq3564[0] { yym3566 := z.EncBinary() _ = yym3566 if false { } else { - r.EncodeBool(bool(x.Stdout)) + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3564[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3567 := z.EncBinary() + _ = yym3567 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3554 || yy2arr3554 { + if yyr3564 || yy2arr3564 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3554[4] { - yym3568 := z.EncBinary() - _ = yym3568 - if false { - } else { - r.EncodeBool(bool(x.Stderr)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq3554[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stderr")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyq3564[1] { yym3569 := z.EncBinary() _ = yym3569 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3564[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3570 := z.EncBinary() + _ = yym3570 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3564 || yy2arr3564 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3564[2] { + yym3572 := z.EncBinary() + _ = yym3572 + if false { + } else { + r.EncodeBool(bool(x.Stdin)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq3564[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("stdin")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3573 := z.EncBinary() + _ = yym3573 + if false { + } else { + r.EncodeBool(bool(x.Stdin)) + } + } + } + if yyr3564 || yy2arr3564 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3564[3] { + yym3575 := z.EncBinary() + _ = yym3575 + if false { + } else { + r.EncodeBool(bool(x.Stdout)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq3564[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("stdout")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3576 := z.EncBinary() + _ = yym3576 + if false { + } else { + r.EncodeBool(bool(x.Stdout)) + } + } + } + if yyr3564 || yy2arr3564 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3564[4] { + yym3578 := z.EncBinary() + _ = yym3578 + if false { + } else { + r.EncodeBool(bool(x.Stderr)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq3564[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("stderr")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3579 := z.EncBinary() + _ = yym3579 + if false { } else { r.EncodeBool(bool(x.Stderr)) } } } - if yyr3554 || yy2arr3554 { + if yyr3564 || yy2arr3564 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3554[5] { - yym3571 := z.EncBinary() - _ = yym3571 + if yyq3564[5] { + yym3581 := z.EncBinary() + _ = yym3581 if false { } else { r.EncodeBool(bool(x.TTY)) @@ -45143,23 +45239,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3554[5] { + if yyq3564[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tty")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3572 := z.EncBinary() - _ = yym3572 + yym3582 := z.EncBinary() + _ = yym3582 if false { } else { r.EncodeBool(bool(x.TTY)) } } } - if yyr3554 || yy2arr3554 { + if yyr3564 || yy2arr3564 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3554[6] { - yym3574 := z.EncBinary() - _ = yym3574 + if yyq3564[6] { + yym3584 := z.EncBinary() + _ = yym3584 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -45168,19 +45264,19 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3554[6] { + if yyq3564[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3575 := z.EncBinary() - _ = yym3575 + yym3585 := z.EncBinary() + _ = yym3585 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } } - if yyr3554 || yy2arr3554 { + if yyr3564 || yy2arr3564 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -45193,25 +45289,25 @@ func (x *PodAttachOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3576 := z.DecBinary() - _ = yym3576 + yym3586 := z.DecBinary() + _ = yym3586 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3577 := r.ContainerType() - if yyct3577 == codecSelferValueTypeMap1234 { - yyl3577 := r.ReadMapStart() - if yyl3577 == 0 { + yyct3587 := r.ContainerType() + if yyct3587 == codecSelferValueTypeMap1234 { + yyl3587 := r.ReadMapStart() + if yyl3587 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3577, d) + x.codecDecodeSelfFromMap(yyl3587, d) } - } else if yyct3577 == codecSelferValueTypeArray1234 { - yyl3577 := r.ReadArrayStart() - if yyl3577 == 0 { + } else if yyct3587 == codecSelferValueTypeArray1234 { + yyl3587 := r.ReadArrayStart() + if yyl3587 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3577, d) + x.codecDecodeSelfFromArray(yyl3587, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -45223,12 +45319,12 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3578Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3578Slc - var yyhl3578 bool = l >= 0 - for yyj3578 := 0; ; yyj3578++ { - if yyhl3578 { - if yyj3578 >= l { + var yys3588Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3588Slc + var yyhl3588 bool = l >= 0 + for yyj3588 := 0; ; yyj3588++ { + if yyhl3588 { + if yyj3588 >= l { break } } else { @@ -45237,10 +45333,10 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3578Slc = r.DecodeBytes(yys3578Slc, true, true) - yys3578 := string(yys3578Slc) + yys3588Slc = r.DecodeBytes(yys3588Slc, true, true) + yys3588 := string(yys3588Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3578 { + switch yys3588 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -45284,9 +45380,9 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Container = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3578) - } // end switch yys3578 - } // end for yyj3578 + z.DecStructFieldNotFound(-1, yys3588) + } // end switch yys3588 + } // end for yyj3588 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -45294,16 +45390,16 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3586 int - var yyb3586 bool - var yyhl3586 bool = l >= 0 - yyj3586++ - if yyhl3586 { - yyb3586 = yyj3586 > l + var yyj3596 int + var yyb3596 bool + var yyhl3596 bool = l >= 0 + yyj3596++ + if yyhl3596 { + yyb3596 = yyj3596 > l } else { - yyb3586 = r.CheckBreak() + yyb3596 = r.CheckBreak() } - if yyb3586 { + if yyb3596 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45313,13 +45409,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3586++ - if yyhl3586 { - yyb3586 = yyj3586 > l + yyj3596++ + if yyhl3596 { + yyb3596 = yyj3596 > l } else { - yyb3586 = r.CheckBreak() + yyb3596 = r.CheckBreak() } - if yyb3586 { + if yyb3596 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45329,13 +45425,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3586++ - if yyhl3586 { - yyb3586 = yyj3586 > l + yyj3596++ + if yyhl3596 { + yyb3596 = yyj3596 > l } else { - yyb3586 = r.CheckBreak() + yyb3596 = r.CheckBreak() } - if yyb3586 { + if yyb3596 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45345,13 +45441,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stdin = bool(r.DecodeBool()) } - yyj3586++ - if yyhl3586 { - yyb3586 = yyj3586 > l + yyj3596++ + if yyhl3596 { + yyb3596 = yyj3596 > l } else { - yyb3586 = r.CheckBreak() + yyb3596 = r.CheckBreak() } - if yyb3586 { + if yyb3596 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45361,13 +45457,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stdout = bool(r.DecodeBool()) } - yyj3586++ - if yyhl3586 { - yyb3586 = yyj3586 > l + yyj3596++ + if yyhl3596 { + yyb3596 = yyj3596 > l } else { - yyb3586 = r.CheckBreak() + yyb3596 = r.CheckBreak() } - if yyb3586 { + if yyb3596 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45377,13 +45473,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stderr = bool(r.DecodeBool()) } - yyj3586++ - if yyhl3586 { - yyb3586 = yyj3586 > l + yyj3596++ + if yyhl3596 { + yyb3596 = yyj3596 > l } else { - yyb3586 = r.CheckBreak() + yyb3596 = r.CheckBreak() } - if yyb3586 { + if yyb3596 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45393,13 +45489,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.TTY = bool(r.DecodeBool()) } - yyj3586++ - if yyhl3586 { - yyb3586 = yyj3586 > l + yyj3596++ + if yyhl3596 { + yyb3596 = yyj3596 > l } else { - yyb3586 = r.CheckBreak() + yyb3596 = r.CheckBreak() } - if yyb3586 { + if yyb3596 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45410,17 +45506,17 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Container = string(r.DecodeString()) } for { - yyj3586++ - if yyhl3586 { - yyb3586 = yyj3586 > l + yyj3596++ + if yyhl3596 { + yyb3596 = yyj3596 > l } else { - yyb3586 = r.CheckBreak() + yyb3596 = r.CheckBreak() } - if yyb3586 { + if yyb3596 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3586-1, "") + z.DecStructFieldNotFound(yyj3596-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45432,166 +45528,166 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3594 := z.EncBinary() - _ = yym3594 + yym3604 := z.EncBinary() + _ = yym3604 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3595 := !z.EncBinary() - yy2arr3595 := z.EncBasicHandle().StructToArray - var yyq3595 [8]bool - _, _, _ = yysep3595, yyq3595, yy2arr3595 - const yyr3595 bool = false - yyq3595[0] = x.Kind != "" - yyq3595[1] = x.APIVersion != "" - yyq3595[2] = x.Stdin != false - yyq3595[3] = x.Stdout != false - yyq3595[4] = x.Stderr != false - yyq3595[5] = x.TTY != false - yyq3595[6] = x.Container != "" - var yynn3595 int - if yyr3595 || yy2arr3595 { + yysep3605 := !z.EncBinary() + yy2arr3605 := z.EncBasicHandle().StructToArray + var yyq3605 [8]bool + _, _, _ = yysep3605, yyq3605, yy2arr3605 + const yyr3605 bool = false + yyq3605[0] = x.Kind != "" + yyq3605[1] = x.APIVersion != "" + yyq3605[2] = x.Stdin != false + yyq3605[3] = x.Stdout != false + yyq3605[4] = x.Stderr != false + yyq3605[5] = x.TTY != false + yyq3605[6] = x.Container != "" + var yynn3605 int + if yyr3605 || yy2arr3605 { r.EncodeArrayStart(8) } else { - yynn3595 = 1 - for _, b := range yyq3595 { + yynn3605 = 1 + for _, b := range yyq3605 { if b { - yynn3595++ + yynn3605++ } } - r.EncodeMapStart(yynn3595) - yynn3595 = 0 + r.EncodeMapStart(yynn3605) + yynn3605 = 0 } - if yyr3595 || yy2arr3595 { + if yyr3605 || yy2arr3605 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3595[0] { - yym3597 := z.EncBinary() - _ = yym3597 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3595[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3598 := z.EncBinary() - _ = yym3598 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr3595 || yy2arr3595 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3595[1] { - yym3600 := z.EncBinary() - _ = yym3600 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3595[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3601 := z.EncBinary() - _ = yym3601 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3595 || yy2arr3595 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3595[2] { - yym3603 := z.EncBinary() - _ = yym3603 - if false { - } else { - r.EncodeBool(bool(x.Stdin)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq3595[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stdin")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3604 := z.EncBinary() - _ = yym3604 - if false { - } else { - r.EncodeBool(bool(x.Stdin)) - } - } - } - if yyr3595 || yy2arr3595 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3595[3] { - yym3606 := z.EncBinary() - _ = yym3606 - if false { - } else { - r.EncodeBool(bool(x.Stdout)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq3595[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stdout")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyq3605[0] { yym3607 := z.EncBinary() _ = yym3607 if false { } else { - r.EncodeBool(bool(x.Stdout)) + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3605[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3608 := z.EncBinary() + _ = yym3608 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3595 || yy2arr3595 { + if yyr3605 || yy2arr3605 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3595[4] { - yym3609 := z.EncBinary() - _ = yym3609 - if false { - } else { - r.EncodeBool(bool(x.Stderr)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq3595[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stderr")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyq3605[1] { yym3610 := z.EncBinary() _ = yym3610 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3605[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3611 := z.EncBinary() + _ = yym3611 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3605 || yy2arr3605 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3605[2] { + yym3613 := z.EncBinary() + _ = yym3613 + if false { + } else { + r.EncodeBool(bool(x.Stdin)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq3605[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("stdin")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3614 := z.EncBinary() + _ = yym3614 + if false { + } else { + r.EncodeBool(bool(x.Stdin)) + } + } + } + if yyr3605 || yy2arr3605 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3605[3] { + yym3616 := z.EncBinary() + _ = yym3616 + if false { + } else { + r.EncodeBool(bool(x.Stdout)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq3605[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("stdout")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3617 := z.EncBinary() + _ = yym3617 + if false { + } else { + r.EncodeBool(bool(x.Stdout)) + } + } + } + if yyr3605 || yy2arr3605 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3605[4] { + yym3619 := z.EncBinary() + _ = yym3619 + if false { + } else { + r.EncodeBool(bool(x.Stderr)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq3605[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("stderr")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3620 := z.EncBinary() + _ = yym3620 + if false { } else { r.EncodeBool(bool(x.Stderr)) } } } - if yyr3595 || yy2arr3595 { + if yyr3605 || yy2arr3605 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3595[5] { - yym3612 := z.EncBinary() - _ = yym3612 + if yyq3605[5] { + yym3622 := z.EncBinary() + _ = yym3622 if false { } else { r.EncodeBool(bool(x.TTY)) @@ -45600,23 +45696,23 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3595[5] { + if yyq3605[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tty")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3613 := z.EncBinary() - _ = yym3613 + yym3623 := z.EncBinary() + _ = yym3623 if false { } else { r.EncodeBool(bool(x.TTY)) } } } - if yyr3595 || yy2arr3595 { + if yyr3605 || yy2arr3605 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3595[6] { - yym3615 := z.EncBinary() - _ = yym3615 + if yyq3605[6] { + yym3625 := z.EncBinary() + _ = yym3625 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -45625,25 +45721,25 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3595[6] { + if yyq3605[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3616 := z.EncBinary() - _ = yym3616 + yym3626 := z.EncBinary() + _ = yym3626 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } } - if yyr3595 || yy2arr3595 { + if yyr3605 || yy2arr3605 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Command == nil { r.EncodeNil() } else { - yym3618 := z.EncBinary() - _ = yym3618 + yym3628 := z.EncBinary() + _ = yym3628 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -45656,15 +45752,15 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.Command == nil { r.EncodeNil() } else { - yym3619 := z.EncBinary() - _ = yym3619 + yym3629 := z.EncBinary() + _ = yym3629 if false { } else { z.F.EncSliceStringV(x.Command, false, e) } } } - if yyr3595 || yy2arr3595 { + if yyr3605 || yy2arr3605 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -45677,25 +45773,25 @@ func (x *PodExecOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3620 := z.DecBinary() - _ = yym3620 + yym3630 := z.DecBinary() + _ = yym3630 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3621 := r.ContainerType() - if yyct3621 == codecSelferValueTypeMap1234 { - yyl3621 := r.ReadMapStart() - if yyl3621 == 0 { + yyct3631 := r.ContainerType() + if yyct3631 == codecSelferValueTypeMap1234 { + yyl3631 := r.ReadMapStart() + if yyl3631 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3621, d) + x.codecDecodeSelfFromMap(yyl3631, d) } - } else if yyct3621 == codecSelferValueTypeArray1234 { - yyl3621 := r.ReadArrayStart() - if yyl3621 == 0 { + } else if yyct3631 == codecSelferValueTypeArray1234 { + yyl3631 := r.ReadArrayStart() + if yyl3631 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3621, d) + x.codecDecodeSelfFromArray(yyl3631, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -45707,12 +45803,12 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3622Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3622Slc - var yyhl3622 bool = l >= 0 - for yyj3622 := 0; ; yyj3622++ { - if yyhl3622 { - if yyj3622 >= l { + var yys3632Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3632Slc + var yyhl3632 bool = l >= 0 + for yyj3632 := 0; ; yyj3632++ { + if yyhl3632 { + if yyj3632 >= l { break } } else { @@ -45721,10 +45817,10 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3622Slc = r.DecodeBytes(yys3622Slc, true, true) - yys3622 := string(yys3622Slc) + yys3632Slc = r.DecodeBytes(yys3632Slc, true, true) + yys3632 := string(yys3632Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3622 { + switch yys3632 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -45771,18 +45867,18 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv3630 := &x.Command - yym3631 := z.DecBinary() - _ = yym3631 + yyv3640 := &x.Command + yym3641 := z.DecBinary() + _ = yym3641 if false { } else { - z.F.DecSliceStringX(yyv3630, false, d) + z.F.DecSliceStringX(yyv3640, false, d) } } default: - z.DecStructFieldNotFound(-1, yys3622) - } // end switch yys3622 - } // end for yyj3622 + z.DecStructFieldNotFound(-1, yys3632) + } // end switch yys3632 + } // end for yyj3632 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -45790,16 +45886,16 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3632 int - var yyb3632 bool - var yyhl3632 bool = l >= 0 - yyj3632++ - if yyhl3632 { - yyb3632 = yyj3632 > l + var yyj3642 int + var yyb3642 bool + var yyhl3642 bool = l >= 0 + yyj3642++ + if yyhl3642 { + yyb3642 = yyj3642 > l } else { - yyb3632 = r.CheckBreak() + yyb3642 = r.CheckBreak() } - if yyb3632 { + if yyb3642 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45809,13 +45905,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3632++ - if yyhl3632 { - yyb3632 = yyj3632 > l + yyj3642++ + if yyhl3642 { + yyb3642 = yyj3642 > l } else { - yyb3632 = r.CheckBreak() + yyb3642 = r.CheckBreak() } - if yyb3632 { + if yyb3642 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45825,13 +45921,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3632++ - if yyhl3632 { - yyb3632 = yyj3632 > l + yyj3642++ + if yyhl3642 { + yyb3642 = yyj3642 > l } else { - yyb3632 = r.CheckBreak() + yyb3642 = r.CheckBreak() } - if yyb3632 { + if yyb3642 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45841,13 +45937,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdin = bool(r.DecodeBool()) } - yyj3632++ - if yyhl3632 { - yyb3632 = yyj3632 > l + yyj3642++ + if yyhl3642 { + yyb3642 = yyj3642 > l } else { - yyb3632 = r.CheckBreak() + yyb3642 = r.CheckBreak() } - if yyb3632 { + if yyb3642 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45857,13 +45953,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdout = bool(r.DecodeBool()) } - yyj3632++ - if yyhl3632 { - yyb3632 = yyj3632 > l + yyj3642++ + if yyhl3642 { + yyb3642 = yyj3642 > l } else { - yyb3632 = r.CheckBreak() + yyb3642 = r.CheckBreak() } - if yyb3632 { + if yyb3642 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45873,13 +45969,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stderr = bool(r.DecodeBool()) } - yyj3632++ - if yyhl3632 { - yyb3632 = yyj3632 > l + yyj3642++ + if yyhl3642 { + yyb3642 = yyj3642 > l } else { - yyb3632 = r.CheckBreak() + yyb3642 = r.CheckBreak() } - if yyb3632 { + if yyb3642 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45889,13 +45985,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.TTY = bool(r.DecodeBool()) } - yyj3632++ - if yyhl3632 { - yyb3632 = yyj3632 > l + yyj3642++ + if yyhl3642 { + yyb3642 = yyj3642 > l } else { - yyb3632 = r.CheckBreak() + yyb3642 = r.CheckBreak() } - if yyb3632 { + if yyb3642 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45905,13 +46001,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Container = string(r.DecodeString()) } - yyj3632++ - if yyhl3632 { - yyb3632 = yyj3632 > l + yyj3642++ + if yyhl3642 { + yyb3642 = yyj3642 > l } else { - yyb3632 = r.CheckBreak() + yyb3642 = r.CheckBreak() } - if yyb3632 { + if yyb3642 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45919,26 +46015,26 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv3640 := &x.Command - yym3641 := z.DecBinary() - _ = yym3641 + yyv3650 := &x.Command + yym3651 := z.DecBinary() + _ = yym3651 if false { } else { - z.F.DecSliceStringX(yyv3640, false, d) + z.F.DecSliceStringX(yyv3650, false, d) } } for { - yyj3632++ - if yyhl3632 { - yyb3632 = yyj3632 > l + yyj3642++ + if yyhl3642 { + yyb3642 = yyj3642 > l } else { - yyb3632 = r.CheckBreak() + yyb3642 = r.CheckBreak() } - if yyb3632 { + if yyb3642 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3632-1, "") + z.DecStructFieldNotFound(yyj3642-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45950,37 +46046,37 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3642 := z.EncBinary() - _ = yym3642 + yym3652 := z.EncBinary() + _ = yym3652 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3643 := !z.EncBinary() - yy2arr3643 := z.EncBasicHandle().StructToArray - var yyq3643 [3]bool - _, _, _ = yysep3643, yyq3643, yy2arr3643 - const yyr3643 bool = false - yyq3643[0] = x.Kind != "" - yyq3643[1] = x.APIVersion != "" - yyq3643[2] = x.Path != "" - var yynn3643 int - if yyr3643 || yy2arr3643 { + yysep3653 := !z.EncBinary() + yy2arr3653 := z.EncBasicHandle().StructToArray + var yyq3653 [3]bool + _, _, _ = yysep3653, yyq3653, yy2arr3653 + const yyr3653 bool = false + yyq3653[0] = x.Kind != "" + yyq3653[1] = x.APIVersion != "" + yyq3653[2] = x.Path != "" + var yynn3653 int + if yyr3653 || yy2arr3653 { r.EncodeArrayStart(3) } else { - yynn3643 = 0 - for _, b := range yyq3643 { + yynn3653 = 0 + for _, b := range yyq3653 { if b { - yynn3643++ + yynn3653++ } } - r.EncodeMapStart(yynn3643) - yynn3643 = 0 + r.EncodeMapStart(yynn3653) + yynn3653 = 0 } - if yyr3643 || yy2arr3643 { + if yyr3653 || yy2arr3653 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3643[0] { - yym3645 := z.EncBinary() - _ = yym3645 + if yyq3653[0] { + yym3655 := z.EncBinary() + _ = yym3655 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -45989,23 +46085,23 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3643[0] { + if yyq3653[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3646 := z.EncBinary() - _ = yym3646 + yym3656 := z.EncBinary() + _ = yym3656 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3643 || yy2arr3643 { + if yyr3653 || yy2arr3653 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3643[1] { - yym3648 := z.EncBinary() - _ = yym3648 + if yyq3653[1] { + yym3658 := z.EncBinary() + _ = yym3658 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -46014,23 +46110,23 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3643[1] { + if yyq3653[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3649 := z.EncBinary() - _ = yym3649 + yym3659 := z.EncBinary() + _ = yym3659 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3643 || yy2arr3643 { + if yyr3653 || yy2arr3653 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3643[2] { - yym3651 := z.EncBinary() - _ = yym3651 + if yyq3653[2] { + yym3661 := z.EncBinary() + _ = yym3661 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -46039,19 +46135,19 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3643[2] { + if yyq3653[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3652 := z.EncBinary() - _ = yym3652 + yym3662 := z.EncBinary() + _ = yym3662 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } } - if yyr3643 || yy2arr3643 { + if yyr3653 || yy2arr3653 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46064,25 +46160,25 @@ func (x *PodProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3653 := z.DecBinary() - _ = yym3653 + yym3663 := z.DecBinary() + _ = yym3663 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3654 := r.ContainerType() - if yyct3654 == codecSelferValueTypeMap1234 { - yyl3654 := r.ReadMapStart() - if yyl3654 == 0 { + yyct3664 := r.ContainerType() + if yyct3664 == codecSelferValueTypeMap1234 { + yyl3664 := r.ReadMapStart() + if yyl3664 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3654, d) + x.codecDecodeSelfFromMap(yyl3664, d) } - } else if yyct3654 == codecSelferValueTypeArray1234 { - yyl3654 := r.ReadArrayStart() - if yyl3654 == 0 { + } else if yyct3664 == codecSelferValueTypeArray1234 { + yyl3664 := r.ReadArrayStart() + if yyl3664 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3654, d) + x.codecDecodeSelfFromArray(yyl3664, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46094,12 +46190,12 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3655Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3655Slc - var yyhl3655 bool = l >= 0 - for yyj3655 := 0; ; yyj3655++ { - if yyhl3655 { - if yyj3655 >= l { + var yys3665Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3665Slc + var yyhl3665 bool = l >= 0 + for yyj3665 := 0; ; yyj3665++ { + if yyhl3665 { + if yyj3665 >= l { break } } else { @@ -46108,10 +46204,10 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3655Slc = r.DecodeBytes(yys3655Slc, true, true) - yys3655 := string(yys3655Slc) + yys3665Slc = r.DecodeBytes(yys3665Slc, true, true) + yys3665 := string(yys3665Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3655 { + switch yys3665 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -46131,9 +46227,9 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3655) - } // end switch yys3655 - } // end for yyj3655 + z.DecStructFieldNotFound(-1, yys3665) + } // end switch yys3665 + } // end for yyj3665 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -46141,16 +46237,16 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3659 int - var yyb3659 bool - var yyhl3659 bool = l >= 0 - yyj3659++ - if yyhl3659 { - yyb3659 = yyj3659 > l + var yyj3669 int + var yyb3669 bool + var yyhl3669 bool = l >= 0 + yyj3669++ + if yyhl3669 { + yyb3669 = yyj3669 > l } else { - yyb3659 = r.CheckBreak() + yyb3669 = r.CheckBreak() } - if yyb3659 { + if yyb3669 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46160,13 +46256,13 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3659++ - if yyhl3659 { - yyb3659 = yyj3659 > l + yyj3669++ + if yyhl3669 { + yyb3669 = yyj3669 > l } else { - yyb3659 = r.CheckBreak() + yyb3669 = r.CheckBreak() } - if yyb3659 { + if yyb3669 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46176,13 +46272,13 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3659++ - if yyhl3659 { - yyb3659 = yyj3659 > l + yyj3669++ + if yyhl3669 { + yyb3669 = yyj3669 > l } else { - yyb3659 = r.CheckBreak() + yyb3669 = r.CheckBreak() } - if yyb3659 { + if yyb3669 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46193,17 +46289,17 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Path = string(r.DecodeString()) } for { - yyj3659++ - if yyhl3659 { - yyb3659 = yyj3659 > l + yyj3669++ + if yyhl3669 { + yyb3669 = yyj3669 > l } else { - yyb3659 = r.CheckBreak() + yyb3669 = r.CheckBreak() } - if yyb3659 { + if yyb3669 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3659-1, "") + z.DecStructFieldNotFound(yyj3669-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46215,37 +46311,37 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3663 := z.EncBinary() - _ = yym3663 + yym3673 := z.EncBinary() + _ = yym3673 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3664 := !z.EncBinary() - yy2arr3664 := z.EncBasicHandle().StructToArray - var yyq3664 [3]bool - _, _, _ = yysep3664, yyq3664, yy2arr3664 - const yyr3664 bool = false - yyq3664[0] = x.Kind != "" - yyq3664[1] = x.APIVersion != "" - yyq3664[2] = x.Path != "" - var yynn3664 int - if yyr3664 || yy2arr3664 { + yysep3674 := !z.EncBinary() + yy2arr3674 := z.EncBasicHandle().StructToArray + var yyq3674 [3]bool + _, _, _ = yysep3674, yyq3674, yy2arr3674 + const yyr3674 bool = false + yyq3674[0] = x.Kind != "" + yyq3674[1] = x.APIVersion != "" + yyq3674[2] = x.Path != "" + var yynn3674 int + if yyr3674 || yy2arr3674 { r.EncodeArrayStart(3) } else { - yynn3664 = 0 - for _, b := range yyq3664 { + yynn3674 = 0 + for _, b := range yyq3674 { if b { - yynn3664++ + yynn3674++ } } - r.EncodeMapStart(yynn3664) - yynn3664 = 0 + r.EncodeMapStart(yynn3674) + yynn3674 = 0 } - if yyr3664 || yy2arr3664 { + if yyr3674 || yy2arr3674 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3664[0] { - yym3666 := z.EncBinary() - _ = yym3666 + if yyq3674[0] { + yym3676 := z.EncBinary() + _ = yym3676 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -46254,23 +46350,23 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3664[0] { + if yyq3674[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3667 := z.EncBinary() - _ = yym3667 + yym3677 := z.EncBinary() + _ = yym3677 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3664 || yy2arr3664 { + if yyr3674 || yy2arr3674 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3664[1] { - yym3669 := z.EncBinary() - _ = yym3669 + if yyq3674[1] { + yym3679 := z.EncBinary() + _ = yym3679 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -46279,23 +46375,23 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3664[1] { + if yyq3674[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3670 := z.EncBinary() - _ = yym3670 + yym3680 := z.EncBinary() + _ = yym3680 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3664 || yy2arr3664 { + if yyr3674 || yy2arr3674 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3664[2] { - yym3672 := z.EncBinary() - _ = yym3672 + if yyq3674[2] { + yym3682 := z.EncBinary() + _ = yym3682 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -46304,19 +46400,19 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3664[2] { + if yyq3674[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3673 := z.EncBinary() - _ = yym3673 + yym3683 := z.EncBinary() + _ = yym3683 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } } - if yyr3664 || yy2arr3664 { + if yyr3674 || yy2arr3674 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46329,25 +46425,25 @@ func (x *NodeProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3674 := z.DecBinary() - _ = yym3674 + yym3684 := z.DecBinary() + _ = yym3684 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3675 := r.ContainerType() - if yyct3675 == codecSelferValueTypeMap1234 { - yyl3675 := r.ReadMapStart() - if yyl3675 == 0 { + yyct3685 := r.ContainerType() + if yyct3685 == codecSelferValueTypeMap1234 { + yyl3685 := r.ReadMapStart() + if yyl3685 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3675, d) + x.codecDecodeSelfFromMap(yyl3685, d) } - } else if yyct3675 == codecSelferValueTypeArray1234 { - yyl3675 := r.ReadArrayStart() - if yyl3675 == 0 { + } else if yyct3685 == codecSelferValueTypeArray1234 { + yyl3685 := r.ReadArrayStart() + if yyl3685 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3675, d) + x.codecDecodeSelfFromArray(yyl3685, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46359,12 +46455,12 @@ func (x *NodeProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3676Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3676Slc - var yyhl3676 bool = l >= 0 - for yyj3676 := 0; ; yyj3676++ { - if yyhl3676 { - if yyj3676 >= l { + var yys3686Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3686Slc + var yyhl3686 bool = l >= 0 + for yyj3686 := 0; ; yyj3686++ { + if yyhl3686 { + if yyj3686 >= l { break } } else { @@ -46373,10 +46469,10 @@ func (x *NodeProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3676Slc = r.DecodeBytes(yys3676Slc, true, true) - yys3676 := string(yys3676Slc) + yys3686Slc = r.DecodeBytes(yys3686Slc, true, true) + yys3686 := string(yys3686Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3676 { + switch yys3686 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -46396,9 +46492,9 @@ func (x *NodeProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3676) - } // end switch yys3676 - } // end for yyj3676 + z.DecStructFieldNotFound(-1, yys3686) + } // end switch yys3686 + } // end for yyj3686 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -46406,16 +46502,16 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3680 int - var yyb3680 bool - var yyhl3680 bool = l >= 0 - yyj3680++ - if yyhl3680 { - yyb3680 = yyj3680 > l + var yyj3690 int + var yyb3690 bool + var yyhl3690 bool = l >= 0 + yyj3690++ + if yyhl3690 { + yyb3690 = yyj3690 > l } else { - yyb3680 = r.CheckBreak() + yyb3690 = r.CheckBreak() } - if yyb3680 { + if yyb3690 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46425,13 +46521,13 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3680++ - if yyhl3680 { - yyb3680 = yyj3680 > l + yyj3690++ + if yyhl3690 { + yyb3690 = yyj3690 > l } else { - yyb3680 = r.CheckBreak() + yyb3690 = r.CheckBreak() } - if yyb3680 { + if yyb3690 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46441,13 +46537,13 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3680++ - if yyhl3680 { - yyb3680 = yyj3680 > l + yyj3690++ + if yyhl3690 { + yyb3690 = yyj3690 > l } else { - yyb3680 = r.CheckBreak() + yyb3690 = r.CheckBreak() } - if yyb3680 { + if yyb3690 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46458,17 +46554,17 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Path = string(r.DecodeString()) } for { - yyj3680++ - if yyhl3680 { - yyb3680 = yyj3680 > l + yyj3690++ + if yyhl3690 { + yyb3690 = yyj3690 > l } else { - yyb3680 = r.CheckBreak() + yyb3690 = r.CheckBreak() } - if yyb3680 { + if yyb3690 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3680-1, "") + z.DecStructFieldNotFound(yyj3690-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46480,37 +46576,37 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3684 := z.EncBinary() - _ = yym3684 + yym3694 := z.EncBinary() + _ = yym3694 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3685 := !z.EncBinary() - yy2arr3685 := z.EncBasicHandle().StructToArray - var yyq3685 [3]bool - _, _, _ = yysep3685, yyq3685, yy2arr3685 - const yyr3685 bool = false - yyq3685[0] = x.Kind != "" - yyq3685[1] = x.APIVersion != "" - yyq3685[2] = x.Path != "" - var yynn3685 int - if yyr3685 || yy2arr3685 { + yysep3695 := !z.EncBinary() + yy2arr3695 := z.EncBasicHandle().StructToArray + var yyq3695 [3]bool + _, _, _ = yysep3695, yyq3695, yy2arr3695 + const yyr3695 bool = false + yyq3695[0] = x.Kind != "" + yyq3695[1] = x.APIVersion != "" + yyq3695[2] = x.Path != "" + var yynn3695 int + if yyr3695 || yy2arr3695 { r.EncodeArrayStart(3) } else { - yynn3685 = 0 - for _, b := range yyq3685 { + yynn3695 = 0 + for _, b := range yyq3695 { if b { - yynn3685++ + yynn3695++ } } - r.EncodeMapStart(yynn3685) - yynn3685 = 0 + r.EncodeMapStart(yynn3695) + yynn3695 = 0 } - if yyr3685 || yy2arr3685 { + if yyr3695 || yy2arr3695 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3685[0] { - yym3687 := z.EncBinary() - _ = yym3687 + if yyq3695[0] { + yym3697 := z.EncBinary() + _ = yym3697 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -46519,23 +46615,23 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3685[0] { + if yyq3695[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3688 := z.EncBinary() - _ = yym3688 + yym3698 := z.EncBinary() + _ = yym3698 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3685 || yy2arr3685 { + if yyr3695 || yy2arr3695 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3685[1] { - yym3690 := z.EncBinary() - _ = yym3690 + if yyq3695[1] { + yym3700 := z.EncBinary() + _ = yym3700 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -46544,23 +46640,23 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3685[1] { + if yyq3695[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3691 := z.EncBinary() - _ = yym3691 + yym3701 := z.EncBinary() + _ = yym3701 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3685 || yy2arr3685 { + if yyr3695 || yy2arr3695 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3685[2] { - yym3693 := z.EncBinary() - _ = yym3693 + if yyq3695[2] { + yym3703 := z.EncBinary() + _ = yym3703 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -46569,19 +46665,19 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3685[2] { + if yyq3695[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3694 := z.EncBinary() - _ = yym3694 + yym3704 := z.EncBinary() + _ = yym3704 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } } - if yyr3685 || yy2arr3685 { + if yyr3695 || yy2arr3695 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46594,25 +46690,25 @@ func (x *ServiceProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3695 := z.DecBinary() - _ = yym3695 + yym3705 := z.DecBinary() + _ = yym3705 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3696 := r.ContainerType() - if yyct3696 == codecSelferValueTypeMap1234 { - yyl3696 := r.ReadMapStart() - if yyl3696 == 0 { + yyct3706 := r.ContainerType() + if yyct3706 == codecSelferValueTypeMap1234 { + yyl3706 := r.ReadMapStart() + if yyl3706 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3696, d) + x.codecDecodeSelfFromMap(yyl3706, d) } - } else if yyct3696 == codecSelferValueTypeArray1234 { - yyl3696 := r.ReadArrayStart() - if yyl3696 == 0 { + } else if yyct3706 == codecSelferValueTypeArray1234 { + yyl3706 := r.ReadArrayStart() + if yyl3706 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3696, d) + x.codecDecodeSelfFromArray(yyl3706, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46624,12 +46720,12 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3697Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3697Slc - var yyhl3697 bool = l >= 0 - for yyj3697 := 0; ; yyj3697++ { - if yyhl3697 { - if yyj3697 >= 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 { @@ -46638,10 +46734,10 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3697Slc = r.DecodeBytes(yys3697Slc, true, true) - yys3697 := string(yys3697Slc) + yys3707Slc = r.DecodeBytes(yys3707Slc, true, true) + yys3707 := string(yys3707Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3697 { + switch yys3707 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -46661,9 +46757,9 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3697) - } // end switch yys3697 - } // end for yyj3697 + z.DecStructFieldNotFound(-1, yys3707) + } // end switch yys3707 + } // end for yyj3707 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -46671,16 +46767,16 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod 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 yyj3711 int + var yyb3711 bool + var yyhl3711 bool = l >= 0 + yyj3711++ + if yyhl3711 { + yyb3711 = yyj3711 > l } else { - yyb3701 = r.CheckBreak() + yyb3711 = r.CheckBreak() } - if yyb3701 { + if yyb3711 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46690,13 +46786,13 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj3701++ - if yyhl3701 { - yyb3701 = yyj3701 > l + yyj3711++ + if yyhl3711 { + yyb3711 = yyj3711 > l } else { - yyb3701 = r.CheckBreak() + yyb3711 = r.CheckBreak() } - if yyb3701 { + if yyb3711 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46706,13 +46802,13 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj3701++ - if yyhl3701 { - yyb3701 = yyj3701 > l + yyj3711++ + if yyhl3711 { + yyb3711 = yyj3711 > l } else { - yyb3701 = r.CheckBreak() + yyb3711 = r.CheckBreak() } - if yyb3701 { + if yyb3711 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46723,17 +46819,17 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.Path = string(r.DecodeString()) } for { - yyj3701++ - if yyhl3701 { - yyb3701 = yyj3701 > l + yyj3711++ + if yyhl3711 { + yyb3711 = yyj3711 > l } else { - yyb3701 = r.CheckBreak() + yyb3711 = r.CheckBreak() } - if yyb3701 { + if yyb3711 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3701-1, "") + z.DecStructFieldNotFound(yyj3711-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46745,34 +46841,34 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3705 := z.EncBinary() - _ = yym3705 + yym3715 := z.EncBinary() + _ = yym3715 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3706 := !z.EncBinary() - yy2arr3706 := z.EncBasicHandle().StructToArray - var yyq3706 [5]bool - _, _, _ = yysep3706, yyq3706, yy2arr3706 - const yyr3706 bool = false - yyq3706[4] = x.Controller != nil - var yynn3706 int - if yyr3706 || yy2arr3706 { + yysep3716 := !z.EncBinary() + yy2arr3716 := z.EncBasicHandle().StructToArray + var yyq3716 [5]bool + _, _, _ = yysep3716, yyq3716, yy2arr3716 + const yyr3716 bool = false + yyq3716[4] = x.Controller != nil + var yynn3716 int + if yyr3716 || yy2arr3716 { r.EncodeArrayStart(5) } else { - yynn3706 = 4 - for _, b := range yyq3706 { + yynn3716 = 4 + for _, b := range yyq3716 { if b { - yynn3706++ + yynn3716++ } } - r.EncodeMapStart(yynn3706) - yynn3706 = 0 + r.EncodeMapStart(yynn3716) + yynn3716 = 0 } - if yyr3706 || yy2arr3706 { + if yyr3716 || yy2arr3716 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3708 := z.EncBinary() - _ = yym3708 + yym3718 := z.EncBinary() + _ = yym3718 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -46781,17 +46877,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3709 := z.EncBinary() - _ = yym3709 + yym3719 := z.EncBinary() + _ = yym3719 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } - if yyr3706 || yy2arr3706 { + if yyr3716 || yy2arr3716 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3711 := z.EncBinary() - _ = yym3711 + yym3721 := z.EncBinary() + _ = yym3721 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -46800,17 +46896,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3712 := z.EncBinary() - _ = yym3712 + yym3722 := z.EncBinary() + _ = yym3722 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } - if yyr3706 || yy2arr3706 { + if yyr3716 || yy2arr3716 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3714 := z.EncBinary() - _ = yym3714 + yym3724 := z.EncBinary() + _ = yym3724 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -46819,17 +46915,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3715 := z.EncBinary() - _ = yym3715 + yym3725 := z.EncBinary() + _ = yym3725 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr3706 || yy2arr3706 { + if yyr3716 || yy2arr3716 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3717 := z.EncBinary() - _ = yym3717 + yym3727 := z.EncBinary() + _ = yym3727 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { @@ -46839,50 +46935,50 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("uid")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3718 := z.EncBinary() - _ = yym3718 + yym3728 := z.EncBinary() + _ = yym3728 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { r.EncodeString(codecSelferC_UTF81234, string(x.UID)) } } - if yyr3706 || yy2arr3706 { + if yyr3716 || yy2arr3716 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3706[4] { + if yyq3716[4] { if x.Controller == nil { r.EncodeNil() } else { - yy3720 := *x.Controller - yym3721 := z.EncBinary() - _ = yym3721 + yy3730 := *x.Controller + yym3731 := z.EncBinary() + _ = yym3731 if false { } else { - r.EncodeBool(bool(yy3720)) + r.EncodeBool(bool(yy3730)) } } } else { r.EncodeNil() } } else { - if yyq3706[4] { + if yyq3716[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("controller")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Controller == nil { r.EncodeNil() } else { - yy3722 := *x.Controller - yym3723 := z.EncBinary() - _ = yym3723 + yy3732 := *x.Controller + yym3733 := z.EncBinary() + _ = yym3733 if false { } else { - r.EncodeBool(bool(yy3722)) + r.EncodeBool(bool(yy3732)) } } } } - if yyr3706 || yy2arr3706 { + if yyr3716 || yy2arr3716 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46895,25 +46991,25 @@ func (x *OwnerReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3724 := z.DecBinary() - _ = yym3724 + yym3734 := z.DecBinary() + _ = yym3734 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3725 := r.ContainerType() - if yyct3725 == codecSelferValueTypeMap1234 { - yyl3725 := r.ReadMapStart() - if yyl3725 == 0 { + yyct3735 := r.ContainerType() + if yyct3735 == codecSelferValueTypeMap1234 { + yyl3735 := r.ReadMapStart() + if yyl3735 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3725, d) + x.codecDecodeSelfFromMap(yyl3735, d) } - } else if yyct3725 == codecSelferValueTypeArray1234 { - yyl3725 := r.ReadArrayStart() - if yyl3725 == 0 { + } else if yyct3735 == codecSelferValueTypeArray1234 { + yyl3735 := r.ReadArrayStart() + if yyl3735 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3725, d) + x.codecDecodeSelfFromArray(yyl3735, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46925,12 +47021,12 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3726Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3726Slc - var yyhl3726 bool = l >= 0 - for yyj3726 := 0; ; yyj3726++ { - if yyhl3726 { - if yyj3726 >= l { + var yys3736Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3736Slc + var yyhl3736 bool = l >= 0 + for yyj3736 := 0; ; yyj3736++ { + if yyhl3736 { + if yyj3736 >= l { break } } else { @@ -46939,10 +47035,10 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3726Slc = r.DecodeBytes(yys3726Slc, true, true) - yys3726 := string(yys3726Slc) + yys3736Slc = r.DecodeBytes(yys3736Slc, true, true) + yys3736 := string(yys3736Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3726 { + switch yys3736 { case "apiVersion": if r.TryDecodeAsNil() { x.APIVersion = "" @@ -46976,17 +47072,17 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Controller == nil { x.Controller = new(bool) } - yym3732 := z.DecBinary() - _ = yym3732 + yym3742 := z.DecBinary() + _ = yym3742 if false { } else { *((*bool)(x.Controller)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys3726) - } // end switch yys3726 - } // end for yyj3726 + z.DecStructFieldNotFound(-1, yys3736) + } // end switch yys3736 + } // end for yyj3736 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -46994,16 +47090,16 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3733 int - var yyb3733 bool - var yyhl3733 bool = l >= 0 - yyj3733++ - if yyhl3733 { - yyb3733 = yyj3733 > l + var yyj3743 int + var yyb3743 bool + var yyhl3743 bool = l >= 0 + yyj3743++ + if yyhl3743 { + yyb3743 = yyj3743 > l } else { - yyb3733 = r.CheckBreak() + yyb3743 = r.CheckBreak() } - if yyb3733 { + if yyb3743 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47013,13 +47109,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3733++ - if yyhl3733 { - yyb3733 = yyj3733 > l + yyj3743++ + if yyhl3743 { + yyb3743 = yyj3743 > l } else { - yyb3733 = r.CheckBreak() + yyb3743 = r.CheckBreak() } - if yyb3733 { + if yyb3743 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47029,13 +47125,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3733++ - if yyhl3733 { - yyb3733 = yyj3733 > l + yyj3743++ + if yyhl3743 { + yyb3743 = yyj3743 > l } else { - yyb3733 = r.CheckBreak() + yyb3743 = r.CheckBreak() } - if yyb3733 { + if yyb3743 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47045,13 +47141,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj3733++ - if yyhl3733 { - yyb3733 = yyj3733 > l + yyj3743++ + if yyhl3743 { + yyb3743 = yyj3743 > l } else { - yyb3733 = r.CheckBreak() + yyb3743 = r.CheckBreak() } - if yyb3733 { + if yyb3743 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47061,13 +47157,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.UID = pkg1_types.UID(r.DecodeString()) } - yyj3733++ - if yyhl3733 { - yyb3733 = yyj3733 > l + yyj3743++ + if yyhl3743 { + yyb3743 = yyj3743 > l } else { - yyb3733 = r.CheckBreak() + yyb3743 = r.CheckBreak() } - if yyb3733 { + if yyb3743 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47080,25 +47176,25 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Controller == nil { x.Controller = new(bool) } - yym3739 := z.DecBinary() - _ = yym3739 + yym3749 := z.DecBinary() + _ = yym3749 if false { } else { *((*bool)(x.Controller)) = r.DecodeBool() } } for { - yyj3733++ - if yyhl3733 { - yyb3733 = yyj3733 > l + yyj3743++ + if yyhl3743 { + yyb3743 = yyj3743 > l } else { - yyb3733 = r.CheckBreak() + yyb3743 = r.CheckBreak() } - if yyb3733 { + if yyb3743 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3733-1, "") + z.DecStructFieldNotFound(yyj3743-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47110,193 +47206,193 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3740 := z.EncBinary() - _ = yym3740 + yym3750 := z.EncBinary() + _ = yym3750 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3741 := !z.EncBinary() - yy2arr3741 := z.EncBasicHandle().StructToArray - var yyq3741 [7]bool - _, _, _ = yysep3741, yyq3741, yy2arr3741 - const yyr3741 bool = false - yyq3741[0] = x.Kind != "" - yyq3741[1] = x.Namespace != "" - yyq3741[2] = x.Name != "" - yyq3741[3] = x.UID != "" - yyq3741[4] = x.APIVersion != "" - yyq3741[5] = x.ResourceVersion != "" - yyq3741[6] = x.FieldPath != "" - var yynn3741 int - if yyr3741 || yy2arr3741 { + yysep3751 := !z.EncBinary() + yy2arr3751 := z.EncBasicHandle().StructToArray + var yyq3751 [7]bool + _, _, _ = yysep3751, yyq3751, yy2arr3751 + const yyr3751 bool = false + yyq3751[0] = x.Kind != "" + yyq3751[1] = x.Namespace != "" + yyq3751[2] = x.Name != "" + yyq3751[3] = x.UID != "" + yyq3751[4] = x.APIVersion != "" + yyq3751[5] = x.ResourceVersion != "" + yyq3751[6] = x.FieldPath != "" + var yynn3751 int + if yyr3751 || yy2arr3751 { r.EncodeArrayStart(7) } else { - yynn3741 = 0 - for _, b := range yyq3741 { + yynn3751 = 0 + for _, b := range yyq3751 { if b { - yynn3741++ + yynn3751++ } } - r.EncodeMapStart(yynn3741) - yynn3741 = 0 + r.EncodeMapStart(yynn3751) + yynn3751 = 0 } - if yyr3741 || yy2arr3741 { + if yyr3751 || yy2arr3751 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3741[0] { - yym3743 := z.EncBinary() - _ = yym3743 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3741[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("kind")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3744 := z.EncBinary() - _ = yym3744 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr3741 || yy2arr3741 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3741[1] { - yym3746 := z.EncBinary() - _ = yym3746 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3741[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("namespace")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3747 := z.EncBinary() - _ = yym3747 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) - } - } - } - if yyr3741 || yy2arr3741 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3741[2] { - yym3749 := z.EncBinary() - _ = yym3749 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Name)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3741[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("name")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3750 := z.EncBinary() - _ = yym3750 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Name)) - } - } - } - if yyr3741 || yy2arr3741 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3741[3] { - yym3752 := z.EncBinary() - _ = yym3752 - if false { - } else if z.HasExtensions() && z.EncExt(x.UID) { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.UID)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3741[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("uid")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyq3751[0] { yym3753 := z.EncBinary() _ = yym3753 if false { - } else if z.HasExtensions() && z.EncExt(x.UID) { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.UID)) - } - } - } - if yyr3741 || yy2arr3741 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3741[4] { - yym3755 := z.EncBinary() - _ = yym3755 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3741[4] { + if yyq3751[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3754 := z.EncBinary() + _ = yym3754 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr3751 || yy2arr3751 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3751[1] { yym3756 := z.EncBinary() _ = yym3756 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3741 || yy2arr3741 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3741[5] { - yym3758 := z.EncBinary() - _ = yym3758 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) + r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3741[5] { + if yyq3751[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("resourceVersion")) + r.EncodeString(codecSelferC_UTF81234, string("namespace")) z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3757 := z.EncBinary() + _ = yym3757 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) + } + } + } + if yyr3751 || yy2arr3751 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3751[2] { yym3759 := z.EncBinary() _ = yym3759 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Name)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3751[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("name")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3760 := z.EncBinary() + _ = yym3760 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Name)) + } + } + } + if yyr3751 || yy2arr3751 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3751[3] { + yym3762 := z.EncBinary() + _ = yym3762 + if false { + } else if z.HasExtensions() && z.EncExt(x.UID) { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.UID)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3751[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("uid")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3763 := z.EncBinary() + _ = yym3763 + if false { + } else if z.HasExtensions() && z.EncExt(x.UID) { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.UID)) + } + } + } + if yyr3751 || yy2arr3751 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3751[4] { + yym3765 := z.EncBinary() + _ = yym3765 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3751[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3766 := z.EncBinary() + _ = yym3766 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3751 || yy2arr3751 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3751[5] { + yym3768 := z.EncBinary() + _ = yym3768 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3751[5] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("resourceVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3769 := z.EncBinary() + _ = yym3769 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) } } } - if yyr3741 || yy2arr3741 { + if yyr3751 || yy2arr3751 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3741[6] { - yym3761 := z.EncBinary() - _ = yym3761 + if yyq3751[6] { + yym3771 := z.EncBinary() + _ = yym3771 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) @@ -47305,19 +47401,19 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3741[6] { + if yyq3751[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3762 := z.EncBinary() - _ = yym3762 + yym3772 := z.EncBinary() + _ = yym3772 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) } } } - if yyr3741 || yy2arr3741 { + if yyr3751 || yy2arr3751 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47330,25 +47426,25 @@ func (x *ObjectReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3763 := z.DecBinary() - _ = yym3763 + yym3773 := z.DecBinary() + _ = yym3773 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3764 := r.ContainerType() - if yyct3764 == codecSelferValueTypeMap1234 { - yyl3764 := r.ReadMapStart() - if yyl3764 == 0 { + yyct3774 := r.ContainerType() + if yyct3774 == codecSelferValueTypeMap1234 { + yyl3774 := r.ReadMapStart() + if yyl3774 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3764, d) + x.codecDecodeSelfFromMap(yyl3774, d) } - } else if yyct3764 == codecSelferValueTypeArray1234 { - yyl3764 := r.ReadArrayStart() - if yyl3764 == 0 { + } else if yyct3774 == codecSelferValueTypeArray1234 { + yyl3774 := r.ReadArrayStart() + if yyl3774 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3764, d) + x.codecDecodeSelfFromArray(yyl3774, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -47360,12 +47456,12 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3765Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3765Slc - var yyhl3765 bool = l >= 0 - for yyj3765 := 0; ; yyj3765++ { - if yyhl3765 { - if yyj3765 >= l { + var yys3775Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3775Slc + var yyhl3775 bool = l >= 0 + for yyj3775 := 0; ; yyj3775++ { + if yyhl3775 { + if yyj3775 >= l { break } } else { @@ -47374,10 +47470,10 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3765Slc = r.DecodeBytes(yys3765Slc, true, true) - yys3765 := string(yys3765Slc) + yys3775Slc = r.DecodeBytes(yys3775Slc, true, true) + yys3775 := string(yys3775Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3765 { + switch yys3775 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -47421,9 +47517,9 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.FieldPath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3765) - } // end switch yys3765 - } // end for yyj3765 + z.DecStructFieldNotFound(-1, yys3775) + } // end switch yys3775 + } // end for yyj3775 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -47431,16 +47527,16 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3773 int - var yyb3773 bool - var yyhl3773 bool = l >= 0 - yyj3773++ - if yyhl3773 { - yyb3773 = yyj3773 > l + var yyj3783 int + var yyb3783 bool + var yyhl3783 bool = l >= 0 + yyj3783++ + if yyhl3783 { + yyb3783 = yyj3783 > l } else { - yyb3773 = r.CheckBreak() + yyb3783 = r.CheckBreak() } - if yyb3773 { + if yyb3783 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47450,13 +47546,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3773++ - if yyhl3773 { - yyb3773 = yyj3773 > l + yyj3783++ + if yyhl3783 { + yyb3783 = yyj3783 > l } else { - yyb3773 = r.CheckBreak() + yyb3783 = r.CheckBreak() } - if yyb3773 { + if yyb3783 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47466,13 +47562,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Namespace = string(r.DecodeString()) } - yyj3773++ - if yyhl3773 { - yyb3773 = yyj3773 > l + yyj3783++ + if yyhl3783 { + yyb3783 = yyj3783 > l } else { - yyb3773 = r.CheckBreak() + yyb3783 = r.CheckBreak() } - if yyb3773 { + if yyb3783 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47482,13 +47578,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Name = string(r.DecodeString()) } - yyj3773++ - if yyhl3773 { - yyb3773 = yyj3773 > l + yyj3783++ + if yyhl3783 { + yyb3783 = yyj3783 > l } else { - yyb3773 = r.CheckBreak() + yyb3783 = r.CheckBreak() } - if yyb3773 { + if yyb3783 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47498,13 +47594,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.UID = pkg1_types.UID(r.DecodeString()) } - yyj3773++ - if yyhl3773 { - yyb3773 = yyj3773 > l + yyj3783++ + if yyhl3783 { + yyb3783 = yyj3783 > l } else { - yyb3773 = r.CheckBreak() + yyb3783 = r.CheckBreak() } - if yyb3773 { + if yyb3783 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47514,13 +47610,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3773++ - if yyhl3773 { - yyb3773 = yyj3773 > l + yyj3783++ + if yyhl3783 { + yyb3783 = yyj3783 > l } else { - yyb3773 = r.CheckBreak() + yyb3783 = r.CheckBreak() } - if yyb3773 { + if yyb3783 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47530,13 +47626,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.ResourceVersion = string(r.DecodeString()) } - yyj3773++ - if yyhl3773 { - yyb3773 = yyj3773 > l + yyj3783++ + if yyhl3783 { + yyb3783 = yyj3783 > l } else { - yyb3773 = r.CheckBreak() + yyb3783 = r.CheckBreak() } - if yyb3773 { + if yyb3783 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47547,17 +47643,17 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.FieldPath = string(r.DecodeString()) } for { - yyj3773++ - if yyhl3773 { - yyb3773 = yyj3773 > l + yyj3783++ + if yyhl3783 { + yyb3783 = yyj3783 > l } else { - yyb3773 = r.CheckBreak() + yyb3783 = r.CheckBreak() } - if yyb3773 { + if yyb3783 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3773-1, "") + z.DecStructFieldNotFound(yyj3783-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47569,35 +47665,35 @@ func (x *LocalObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3781 := z.EncBinary() - _ = yym3781 + yym3791 := z.EncBinary() + _ = yym3791 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3782 := !z.EncBinary() - yy2arr3782 := z.EncBasicHandle().StructToArray - var yyq3782 [1]bool - _, _, _ = yysep3782, yyq3782, yy2arr3782 - const yyr3782 bool = false - yyq3782[0] = x.Name != "" - var yynn3782 int - if yyr3782 || yy2arr3782 { + yysep3792 := !z.EncBinary() + yy2arr3792 := z.EncBasicHandle().StructToArray + var yyq3792 [1]bool + _, _, _ = yysep3792, yyq3792, yy2arr3792 + const yyr3792 bool = false + yyq3792[0] = x.Name != "" + var yynn3792 int + if yyr3792 || yy2arr3792 { r.EncodeArrayStart(1) } else { - yynn3782 = 0 - for _, b := range yyq3782 { + yynn3792 = 0 + for _, b := range yyq3792 { if b { - yynn3782++ + yynn3792++ } } - r.EncodeMapStart(yynn3782) - yynn3782 = 0 + r.EncodeMapStart(yynn3792) + yynn3792 = 0 } - if yyr3782 || yy2arr3782 { + if yyr3792 || yy2arr3792 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3782[0] { - yym3784 := z.EncBinary() - _ = yym3784 + if yyq3792[0] { + yym3794 := z.EncBinary() + _ = yym3794 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -47606,19 +47702,19 @@ func (x *LocalObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3782[0] { + if yyq3792[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3785 := z.EncBinary() - _ = yym3785 + yym3795 := z.EncBinary() + _ = yym3795 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr3782 || yy2arr3782 { + if yyr3792 || yy2arr3792 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47631,25 +47727,25 @@ func (x *LocalObjectReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3786 := z.DecBinary() - _ = yym3786 + yym3796 := z.DecBinary() + _ = yym3796 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3787 := r.ContainerType() - if yyct3787 == codecSelferValueTypeMap1234 { - yyl3787 := r.ReadMapStart() - if yyl3787 == 0 { + yyct3797 := r.ContainerType() + if yyct3797 == codecSelferValueTypeMap1234 { + yyl3797 := r.ReadMapStart() + if yyl3797 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3787, d) + x.codecDecodeSelfFromMap(yyl3797, d) } - } else if yyct3787 == codecSelferValueTypeArray1234 { - yyl3787 := r.ReadArrayStart() - if yyl3787 == 0 { + } else if yyct3797 == codecSelferValueTypeArray1234 { + yyl3797 := r.ReadArrayStart() + if yyl3797 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3787, d) + x.codecDecodeSelfFromArray(yyl3797, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -47661,12 +47757,12 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3788Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3788Slc - var yyhl3788 bool = l >= 0 - for yyj3788 := 0; ; yyj3788++ { - if yyhl3788 { - if yyj3788 >= l { + var yys3798Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3798Slc + var yyhl3798 bool = l >= 0 + for yyj3798 := 0; ; yyj3798++ { + if yyhl3798 { + if yyj3798 >= l { break } } else { @@ -47675,10 +47771,10 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3788Slc = r.DecodeBytes(yys3788Slc, true, true) - yys3788 := string(yys3788Slc) + yys3798Slc = r.DecodeBytes(yys3798Slc, true, true) + yys3798 := string(yys3798Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3788 { + switch yys3798 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -47686,9 +47782,9 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Name = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3788) - } // end switch yys3788 - } // end for yyj3788 + z.DecStructFieldNotFound(-1, yys3798) + } // end switch yys3798 + } // end for yyj3798 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -47696,16 +47792,16 @@ func (x *LocalObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3790 int - var yyb3790 bool - var yyhl3790 bool = l >= 0 - yyj3790++ - if yyhl3790 { - yyb3790 = yyj3790 > l + var yyj3800 int + var yyb3800 bool + var yyhl3800 bool = l >= 0 + yyj3800++ + if yyhl3800 { + yyb3800 = yyj3800 > l } else { - yyb3790 = r.CheckBreak() + yyb3800 = r.CheckBreak() } - if yyb3790 { + if yyb3800 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47716,17 +47812,17 @@ func (x *LocalObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Name = string(r.DecodeString()) } for { - yyj3790++ - if yyhl3790 { - yyb3790 = yyj3790 > l + yyj3800++ + if yyhl3800 { + yyb3800 = yyj3800 > l } else { - yyb3790 = r.CheckBreak() + yyb3800 = r.CheckBreak() } - if yyb3790 { + if yyb3800 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3790-1, "") + z.DecStructFieldNotFound(yyj3800-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47738,37 +47834,37 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3792 := z.EncBinary() - _ = yym3792 + yym3802 := z.EncBinary() + _ = yym3802 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3793 := !z.EncBinary() - yy2arr3793 := z.EncBasicHandle().StructToArray - var yyq3793 [3]bool - _, _, _ = yysep3793, yyq3793, yy2arr3793 - const yyr3793 bool = false - yyq3793[0] = x.Kind != "" - yyq3793[1] = x.APIVersion != "" - yyq3793[2] = true - var yynn3793 int - if yyr3793 || yy2arr3793 { + yysep3803 := !z.EncBinary() + yy2arr3803 := z.EncBasicHandle().StructToArray + var yyq3803 [3]bool + _, _, _ = yysep3803, yyq3803, yy2arr3803 + const yyr3803 bool = false + yyq3803[0] = x.Kind != "" + yyq3803[1] = x.APIVersion != "" + yyq3803[2] = true + var yynn3803 int + if yyr3803 || yy2arr3803 { r.EncodeArrayStart(3) } else { - yynn3793 = 0 - for _, b := range yyq3793 { + yynn3803 = 0 + for _, b := range yyq3803 { if b { - yynn3793++ + yynn3803++ } } - r.EncodeMapStart(yynn3793) - yynn3793 = 0 + r.EncodeMapStart(yynn3803) + yynn3803 = 0 } - if yyr3793 || yy2arr3793 { + if yyr3803 || yy2arr3803 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3793[0] { - yym3795 := z.EncBinary() - _ = yym3795 + if yyq3803[0] { + yym3805 := z.EncBinary() + _ = yym3805 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -47777,23 +47873,23 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3793[0] { + if yyq3803[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3796 := z.EncBinary() - _ = yym3796 + yym3806 := z.EncBinary() + _ = yym3806 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3793 || yy2arr3793 { + if yyr3803 || yy2arr3803 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3793[1] { - yym3798 := z.EncBinary() - _ = yym3798 + if yyq3803[1] { + yym3808 := z.EncBinary() + _ = yym3808 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -47802,36 +47898,36 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3793[1] { + if yyq3803[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3799 := z.EncBinary() - _ = yym3799 + yym3809 := z.EncBinary() + _ = yym3809 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3793 || yy2arr3793 { + if yyr3803 || yy2arr3803 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3793[2] { - yy3801 := &x.Reference - yy3801.CodecEncodeSelf(e) + if yyq3803[2] { + yy3811 := &x.Reference + yy3811.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3793[2] { + if yyq3803[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reference")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3802 := &x.Reference - yy3802.CodecEncodeSelf(e) + yy3812 := &x.Reference + yy3812.CodecEncodeSelf(e) } } - if yyr3793 || yy2arr3793 { + if yyr3803 || yy2arr3803 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47844,25 +47940,25 @@ func (x *SerializedReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3803 := z.DecBinary() - _ = yym3803 + yym3813 := z.DecBinary() + _ = yym3813 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3804 := r.ContainerType() - if yyct3804 == codecSelferValueTypeMap1234 { - yyl3804 := r.ReadMapStart() - if yyl3804 == 0 { + yyct3814 := r.ContainerType() + if yyct3814 == codecSelferValueTypeMap1234 { + yyl3814 := r.ReadMapStart() + if yyl3814 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3804, d) + x.codecDecodeSelfFromMap(yyl3814, d) } - } else if yyct3804 == codecSelferValueTypeArray1234 { - yyl3804 := r.ReadArrayStart() - if yyl3804 == 0 { + } else if yyct3814 == codecSelferValueTypeArray1234 { + yyl3814 := r.ReadArrayStart() + if yyl3814 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3804, d) + x.codecDecodeSelfFromArray(yyl3814, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -47874,12 +47970,12 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3805Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3805Slc - var yyhl3805 bool = l >= 0 - for yyj3805 := 0; ; yyj3805++ { - if yyhl3805 { - if yyj3805 >= l { + var yys3815Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3815Slc + var yyhl3815 bool = l >= 0 + for yyj3815 := 0; ; yyj3815++ { + if yyhl3815 { + if yyj3815 >= l { break } } else { @@ -47888,10 +47984,10 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3805Slc = r.DecodeBytes(yys3805Slc, true, true) - yys3805 := string(yys3805Slc) + yys3815Slc = r.DecodeBytes(yys3815Slc, true, true) + yys3815 := string(yys3815Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3805 { + switch yys3815 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -47908,13 +48004,13 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Reference = ObjectReference{} } else { - yyv3808 := &x.Reference - yyv3808.CodecDecodeSelf(d) + yyv3818 := &x.Reference + yyv3818.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3805) - } // end switch yys3805 - } // end for yyj3805 + z.DecStructFieldNotFound(-1, yys3815) + } // end switch yys3815 + } // end for yyj3815 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -47922,16 +48018,16 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3809 int - var yyb3809 bool - var yyhl3809 bool = l >= 0 - yyj3809++ - if yyhl3809 { - yyb3809 = yyj3809 > l + var yyj3819 int + var yyb3819 bool + var yyhl3819 bool = l >= 0 + yyj3819++ + if yyhl3819 { + yyb3819 = yyj3819 > l } else { - yyb3809 = r.CheckBreak() + yyb3819 = r.CheckBreak() } - if yyb3809 { + if yyb3819 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47941,13 +48037,13 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj3809++ - if yyhl3809 { - yyb3809 = yyj3809 > l + yyj3819++ + if yyhl3819 { + yyb3819 = yyj3819 > l } else { - yyb3809 = r.CheckBreak() + yyb3819 = r.CheckBreak() } - if yyb3809 { + if yyb3819 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47957,13 +48053,13 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj3809++ - if yyhl3809 { - yyb3809 = yyj3809 > l + yyj3819++ + if yyhl3819 { + yyb3819 = yyj3819 > l } else { - yyb3809 = r.CheckBreak() + yyb3819 = r.CheckBreak() } - if yyb3809 { + if yyb3819 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47971,21 +48067,21 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Reference = ObjectReference{} } else { - yyv3812 := &x.Reference - yyv3812.CodecDecodeSelf(d) + yyv3822 := &x.Reference + yyv3822.CodecDecodeSelf(d) } for { - yyj3809++ - if yyhl3809 { - yyb3809 = yyj3809 > l + yyj3819++ + if yyhl3819 { + yyb3819 = yyj3819 > l } else { - yyb3809 = r.CheckBreak() + yyb3819 = r.CheckBreak() } - if yyb3809 { + if yyb3819 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3809-1, "") + z.DecStructFieldNotFound(yyj3819-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47997,36 +48093,36 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3813 := z.EncBinary() - _ = yym3813 + yym3823 := z.EncBinary() + _ = yym3823 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3814 := !z.EncBinary() - yy2arr3814 := z.EncBasicHandle().StructToArray - var yyq3814 [2]bool - _, _, _ = yysep3814, yyq3814, yy2arr3814 - const yyr3814 bool = false - yyq3814[0] = x.Component != "" - yyq3814[1] = x.Host != "" - var yynn3814 int - if yyr3814 || yy2arr3814 { + yysep3824 := !z.EncBinary() + yy2arr3824 := z.EncBasicHandle().StructToArray + var yyq3824 [2]bool + _, _, _ = yysep3824, yyq3824, yy2arr3824 + const yyr3824 bool = false + yyq3824[0] = x.Component != "" + yyq3824[1] = x.Host != "" + var yynn3824 int + if yyr3824 || yy2arr3824 { r.EncodeArrayStart(2) } else { - yynn3814 = 0 - for _, b := range yyq3814 { + yynn3824 = 0 + for _, b := range yyq3824 { if b { - yynn3814++ + yynn3824++ } } - r.EncodeMapStart(yynn3814) - yynn3814 = 0 + r.EncodeMapStart(yynn3824) + yynn3824 = 0 } - if yyr3814 || yy2arr3814 { + if yyr3824 || yy2arr3824 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3814[0] { - yym3816 := z.EncBinary() - _ = yym3816 + if yyq3824[0] { + yym3826 := z.EncBinary() + _ = yym3826 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Component)) @@ -48035,23 +48131,23 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3814[0] { + if yyq3824[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("component")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3817 := z.EncBinary() - _ = yym3817 + yym3827 := z.EncBinary() + _ = yym3827 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Component)) } } } - if yyr3814 || yy2arr3814 { + if yyr3824 || yy2arr3824 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3814[1] { - yym3819 := z.EncBinary() - _ = yym3819 + if yyq3824[1] { + yym3829 := z.EncBinary() + _ = yym3829 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) @@ -48060,19 +48156,19 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3814[1] { + if yyq3824[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("host")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3820 := z.EncBinary() - _ = yym3820 + yym3830 := z.EncBinary() + _ = yym3830 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) } } } - if yyr3814 || yy2arr3814 { + if yyr3824 || yy2arr3824 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48085,25 +48181,25 @@ func (x *EventSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3821 := z.DecBinary() - _ = yym3821 + yym3831 := z.DecBinary() + _ = yym3831 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3822 := r.ContainerType() - if yyct3822 == codecSelferValueTypeMap1234 { - yyl3822 := r.ReadMapStart() - if yyl3822 == 0 { + yyct3832 := r.ContainerType() + if yyct3832 == codecSelferValueTypeMap1234 { + yyl3832 := r.ReadMapStart() + if yyl3832 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3822, d) + x.codecDecodeSelfFromMap(yyl3832, d) } - } else if yyct3822 == codecSelferValueTypeArray1234 { - yyl3822 := r.ReadArrayStart() - if yyl3822 == 0 { + } else if yyct3832 == codecSelferValueTypeArray1234 { + yyl3832 := r.ReadArrayStart() + if yyl3832 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3822, d) + x.codecDecodeSelfFromArray(yyl3832, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -48115,12 +48211,12 @@ func (x *EventSource) 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 yys3833Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3833Slc + var yyhl3833 bool = l >= 0 + for yyj3833 := 0; ; yyj3833++ { + if yyhl3833 { + if yyj3833 >= l { break } } else { @@ -48129,10 +48225,10 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3823Slc = r.DecodeBytes(yys3823Slc, true, true) - yys3823 := string(yys3823Slc) + yys3833Slc = r.DecodeBytes(yys3833Slc, true, true) + yys3833 := string(yys3833Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3823 { + switch yys3833 { case "component": if r.TryDecodeAsNil() { x.Component = "" @@ -48146,9 +48242,9 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Host = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3823) - } // end switch yys3823 - } // end for yyj3823 + z.DecStructFieldNotFound(-1, yys3833) + } // end switch yys3833 + } // end for yyj3833 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48156,16 +48252,16 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3826 int - var yyb3826 bool - var yyhl3826 bool = l >= 0 - yyj3826++ - if yyhl3826 { - yyb3826 = yyj3826 > l + var yyj3836 int + var yyb3836 bool + var yyhl3836 bool = l >= 0 + yyj3836++ + if yyhl3836 { + yyb3836 = yyj3836 > l } else { - yyb3826 = r.CheckBreak() + yyb3836 = r.CheckBreak() } - if yyb3826 { + if yyb3836 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48175,13 +48271,13 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Component = string(r.DecodeString()) } - yyj3826++ - if yyhl3826 { - yyb3826 = yyj3826 > l + yyj3836++ + if yyhl3836 { + yyb3836 = yyj3836 > l } else { - yyb3826 = r.CheckBreak() + yyb3836 = r.CheckBreak() } - if yyb3826 { + if yyb3836 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48192,17 +48288,17 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Host = string(r.DecodeString()) } for { - yyj3826++ - if yyhl3826 { - yyb3826 = yyj3826 > l + yyj3836++ + if yyhl3836 { + yyb3836 = yyj3836 > l } else { - yyb3826 = r.CheckBreak() + yyb3836 = r.CheckBreak() } - if yyb3826 { + if yyb3836 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3826-1, "") + z.DecStructFieldNotFound(yyj3836-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48214,43 +48310,43 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3829 := z.EncBinary() - _ = yym3829 + yym3839 := z.EncBinary() + _ = yym3839 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3830 := !z.EncBinary() - yy2arr3830 := z.EncBasicHandle().StructToArray - var yyq3830 [11]bool - _, _, _ = yysep3830, yyq3830, yy2arr3830 - const yyr3830 bool = false - yyq3830[0] = x.Kind != "" - yyq3830[1] = x.APIVersion != "" - yyq3830[4] = x.Reason != "" - yyq3830[5] = x.Message != "" - yyq3830[6] = true - yyq3830[7] = true - yyq3830[8] = true - yyq3830[9] = x.Count != 0 - yyq3830[10] = x.Type != "" - var yynn3830 int - if yyr3830 || yy2arr3830 { + yysep3840 := !z.EncBinary() + yy2arr3840 := z.EncBasicHandle().StructToArray + var yyq3840 [11]bool + _, _, _ = yysep3840, yyq3840, yy2arr3840 + const yyr3840 bool = false + yyq3840[0] = x.Kind != "" + yyq3840[1] = x.APIVersion != "" + yyq3840[4] = x.Reason != "" + yyq3840[5] = x.Message != "" + yyq3840[6] = true + yyq3840[7] = true + yyq3840[8] = true + yyq3840[9] = x.Count != 0 + yyq3840[10] = x.Type != "" + var yynn3840 int + if yyr3840 || yy2arr3840 { r.EncodeArrayStart(11) } else { - yynn3830 = 2 - for _, b := range yyq3830 { + yynn3840 = 2 + for _, b := range yyq3840 { if b { - yynn3830++ + yynn3840++ } } - r.EncodeMapStart(yynn3830) - yynn3830 = 0 + r.EncodeMapStart(yynn3840) + yynn3840 = 0 } - if yyr3830 || yy2arr3830 { + if yyr3840 || yy2arr3840 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3830[0] { - yym3832 := z.EncBinary() - _ = yym3832 + if yyq3840[0] { + yym3842 := z.EncBinary() + _ = yym3842 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -48259,95 +48355,95 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3830[0] { + if yyq3840[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3833 := z.EncBinary() - _ = yym3833 + yym3843 := z.EncBinary() + _ = yym3843 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3830 || yy2arr3830 { + if yyr3840 || yy2arr3840 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3830[1] { - yym3835 := z.EncBinary() - _ = yym3835 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3830[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3836 := z.EncBinary() - _ = yym3836 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3830 || yy2arr3830 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3838 := &x.ObjectMeta - yy3838.CodecEncodeSelf(e) - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("metadata")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3839 := &x.ObjectMeta - yy3839.CodecEncodeSelf(e) - } - if yyr3830 || yy2arr3830 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3841 := &x.InvolvedObject - yy3841.CodecEncodeSelf(e) - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("involvedObject")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3842 := &x.InvolvedObject - yy3842.CodecEncodeSelf(e) - } - if yyr3830 || yy2arr3830 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3830[4] { - yym3844 := z.EncBinary() - _ = yym3844 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3830[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("reason")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyq3840[1] { yym3845 := z.EncBinary() _ = yym3845 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3840[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3846 := z.EncBinary() + _ = yym3846 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3840 || yy2arr3840 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy3848 := &x.ObjectMeta + yy3848.CodecEncodeSelf(e) + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("metadata")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3849 := &x.ObjectMeta + yy3849.CodecEncodeSelf(e) + } + if yyr3840 || yy2arr3840 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy3851 := &x.InvolvedObject + yy3851.CodecEncodeSelf(e) + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("involvedObject")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3852 := &x.InvolvedObject + yy3852.CodecEncodeSelf(e) + } + if yyr3840 || yy2arr3840 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3840[4] { + yym3854 := z.EncBinary() + _ = yym3854 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3840[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("reason")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3855 := z.EncBinary() + _ = yym3855 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr3830 || yy2arr3830 { + if yyr3840 || yy2arr3840 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3830[5] { - yym3847 := z.EncBinary() - _ = yym3847 + if yyq3840[5] { + yym3857 := z.EncBinary() + _ = yym3857 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -48356,114 +48452,114 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3830[5] { + if yyq3840[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3848 := z.EncBinary() - _ = yym3848 + yym3858 := z.EncBinary() + _ = yym3858 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr3830 || yy2arr3830 { + if yyr3840 || yy2arr3840 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3830[6] { - yy3850 := &x.Source - yy3850.CodecEncodeSelf(e) + if yyq3840[6] { + yy3860 := &x.Source + yy3860.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3830[6] { + if yyq3840[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("source")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3851 := &x.Source - yy3851.CodecEncodeSelf(e) + yy3861 := &x.Source + yy3861.CodecEncodeSelf(e) } } - if yyr3830 || yy2arr3830 { + if yyr3840 || yy2arr3840 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3830[7] { - yy3853 := &x.FirstTimestamp - yym3854 := z.EncBinary() - _ = yym3854 + if yyq3840[7] { + yy3863 := &x.FirstTimestamp + yym3864 := z.EncBinary() + _ = yym3864 if false { - } else if z.HasExtensions() && z.EncExt(yy3853) { - } else if yym3854 { - z.EncBinaryMarshal(yy3853) - } else if !yym3854 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3853) + } else if z.HasExtensions() && z.EncExt(yy3863) { + } else if yym3864 { + z.EncBinaryMarshal(yy3863) + } else if !yym3864 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3863) } else { - z.EncFallback(yy3853) + z.EncFallback(yy3863) } } else { r.EncodeNil() } } else { - if yyq3830[7] { + if yyq3840[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("firstTimestamp")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3855 := &x.FirstTimestamp - yym3856 := z.EncBinary() - _ = yym3856 + yy3865 := &x.FirstTimestamp + yym3866 := z.EncBinary() + _ = yym3866 if false { - } else if z.HasExtensions() && z.EncExt(yy3855) { - } else if yym3856 { - z.EncBinaryMarshal(yy3855) - } else if !yym3856 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3855) + } else if z.HasExtensions() && z.EncExt(yy3865) { + } else if yym3866 { + z.EncBinaryMarshal(yy3865) + } else if !yym3866 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3865) } else { - z.EncFallback(yy3855) + z.EncFallback(yy3865) } } } - if yyr3830 || yy2arr3830 { + if yyr3840 || yy2arr3840 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3830[8] { - yy3858 := &x.LastTimestamp - yym3859 := z.EncBinary() - _ = yym3859 + if yyq3840[8] { + yy3868 := &x.LastTimestamp + yym3869 := z.EncBinary() + _ = yym3869 if false { - } else if z.HasExtensions() && z.EncExt(yy3858) { - } else if yym3859 { - z.EncBinaryMarshal(yy3858) - } else if !yym3859 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3858) + } else if z.HasExtensions() && z.EncExt(yy3868) { + } else if yym3869 { + z.EncBinaryMarshal(yy3868) + } else if !yym3869 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3868) } else { - z.EncFallback(yy3858) + z.EncFallback(yy3868) } } else { r.EncodeNil() } } else { - if yyq3830[8] { + if yyq3840[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastTimestamp")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3860 := &x.LastTimestamp - yym3861 := z.EncBinary() - _ = yym3861 + yy3870 := &x.LastTimestamp + yym3871 := z.EncBinary() + _ = yym3871 if false { - } else if z.HasExtensions() && z.EncExt(yy3860) { - } else if yym3861 { - z.EncBinaryMarshal(yy3860) - } else if !yym3861 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3860) + } else if z.HasExtensions() && z.EncExt(yy3870) { + } else if yym3871 { + z.EncBinaryMarshal(yy3870) + } else if !yym3871 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3870) } else { - z.EncFallback(yy3860) + z.EncFallback(yy3870) } } } - if yyr3830 || yy2arr3830 { + if yyr3840 || yy2arr3840 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3830[9] { - yym3863 := z.EncBinary() - _ = yym3863 + if yyq3840[9] { + yym3873 := z.EncBinary() + _ = yym3873 if false { } else { r.EncodeInt(int64(x.Count)) @@ -48472,23 +48568,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq3830[9] { + if yyq3840[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("count")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3864 := z.EncBinary() - _ = yym3864 + yym3874 := z.EncBinary() + _ = yym3874 if false { } else { r.EncodeInt(int64(x.Count)) } } } - if yyr3830 || yy2arr3830 { + if yyr3840 || yy2arr3840 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3830[10] { - yym3866 := z.EncBinary() - _ = yym3866 + if yyq3840[10] { + yym3876 := z.EncBinary() + _ = yym3876 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) @@ -48497,19 +48593,19 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3830[10] { + if yyq3840[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3867 := z.EncBinary() - _ = yym3867 + yym3877 := z.EncBinary() + _ = yym3877 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) } } } - if yyr3830 || yy2arr3830 { + if yyr3840 || yy2arr3840 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48522,25 +48618,25 @@ func (x *Event) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3868 := z.DecBinary() - _ = yym3868 + yym3878 := z.DecBinary() + _ = yym3878 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3869 := r.ContainerType() - if yyct3869 == codecSelferValueTypeMap1234 { - yyl3869 := r.ReadMapStart() - if yyl3869 == 0 { + yyct3879 := r.ContainerType() + if yyct3879 == codecSelferValueTypeMap1234 { + yyl3879 := r.ReadMapStart() + if yyl3879 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3869, d) + x.codecDecodeSelfFromMap(yyl3879, d) } - } else if yyct3869 == codecSelferValueTypeArray1234 { - yyl3869 := r.ReadArrayStart() - if yyl3869 == 0 { + } else if yyct3879 == codecSelferValueTypeArray1234 { + yyl3879 := r.ReadArrayStart() + if yyl3879 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3869, d) + x.codecDecodeSelfFromArray(yyl3879, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -48552,12 +48648,12 @@ func (x *Event) 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 yys3880Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3880Slc + var yyhl3880 bool = l >= 0 + for yyj3880 := 0; ; yyj3880++ { + if yyhl3880 { + if yyj3880 >= l { break } } else { @@ -48566,10 +48662,10 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3870Slc = r.DecodeBytes(yys3870Slc, true, true) - yys3870 := string(yys3870Slc) + yys3880Slc = r.DecodeBytes(yys3880Slc, true, true) + yys3880 := string(yys3880Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3870 { + switch yys3880 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -48586,15 +48682,15 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3873 := &x.ObjectMeta - yyv3873.CodecDecodeSelf(d) + yyv3883 := &x.ObjectMeta + yyv3883.CodecDecodeSelf(d) } case "involvedObject": if r.TryDecodeAsNil() { x.InvolvedObject = ObjectReference{} } else { - yyv3874 := &x.InvolvedObject - yyv3874.CodecDecodeSelf(d) + yyv3884 := &x.InvolvedObject + yyv3884.CodecDecodeSelf(d) } case "reason": if r.TryDecodeAsNil() { @@ -48612,41 +48708,41 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Source = EventSource{} } else { - yyv3877 := &x.Source - yyv3877.CodecDecodeSelf(d) + yyv3887 := &x.Source + yyv3887.CodecDecodeSelf(d) } case "firstTimestamp": if r.TryDecodeAsNil() { x.FirstTimestamp = pkg2_unversioned.Time{} } else { - yyv3878 := &x.FirstTimestamp - yym3879 := z.DecBinary() - _ = yym3879 + yyv3888 := &x.FirstTimestamp + yym3889 := z.DecBinary() + _ = yym3889 if false { - } else if z.HasExtensions() && z.DecExt(yyv3878) { - } else if yym3879 { - z.DecBinaryUnmarshal(yyv3878) - } else if !yym3879 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3878) + } else if z.HasExtensions() && z.DecExt(yyv3888) { + } else if yym3889 { + z.DecBinaryUnmarshal(yyv3888) + } else if !yym3889 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3888) } else { - z.DecFallback(yyv3878, false) + z.DecFallback(yyv3888, false) } } case "lastTimestamp": if r.TryDecodeAsNil() { x.LastTimestamp = pkg2_unversioned.Time{} } else { - yyv3880 := &x.LastTimestamp - yym3881 := z.DecBinary() - _ = yym3881 + yyv3890 := &x.LastTimestamp + yym3891 := z.DecBinary() + _ = yym3891 if false { - } else if z.HasExtensions() && z.DecExt(yyv3880) { - } else if yym3881 { - z.DecBinaryUnmarshal(yyv3880) - } else if !yym3881 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3880) + } else if z.HasExtensions() && z.DecExt(yyv3890) { + } else if yym3891 { + z.DecBinaryUnmarshal(yyv3890) + } else if !yym3891 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3890) } else { - z.DecFallback(yyv3880, false) + z.DecFallback(yyv3890, false) } } case "count": @@ -48662,9 +48758,9 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Type = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3870) - } // end switch yys3870 - } // end for yyj3870 + z.DecStructFieldNotFound(-1, yys3880) + } // end switch yys3880 + } // end for yyj3880 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48672,16 +48768,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3884 int - var yyb3884 bool - var yyhl3884 bool = l >= 0 - yyj3884++ - if yyhl3884 { - yyb3884 = yyj3884 > l + var yyj3894 int + var yyb3894 bool + var yyhl3894 bool = l >= 0 + yyj3894++ + if yyhl3894 { + yyb3894 = yyj3894 > l } else { - yyb3884 = r.CheckBreak() + yyb3894 = r.CheckBreak() } - if yyb3884 { + if yyb3894 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48691,13 +48787,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3884++ - if yyhl3884 { - yyb3884 = yyj3884 > l + yyj3894++ + if yyhl3894 { + yyb3894 = yyj3894 > l } else { - yyb3884 = r.CheckBreak() + yyb3894 = r.CheckBreak() } - if yyb3884 { + if yyb3894 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48707,13 +48803,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3884++ - if yyhl3884 { - yyb3884 = yyj3884 > l + yyj3894++ + if yyhl3894 { + yyb3894 = yyj3894 > l } else { - yyb3884 = r.CheckBreak() + yyb3894 = r.CheckBreak() } - if yyb3884 { + if yyb3894 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48721,16 +48817,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3887 := &x.ObjectMeta - yyv3887.CodecDecodeSelf(d) + yyv3897 := &x.ObjectMeta + yyv3897.CodecDecodeSelf(d) } - yyj3884++ - if yyhl3884 { - yyb3884 = yyj3884 > l + yyj3894++ + if yyhl3894 { + yyb3894 = yyj3894 > l } else { - yyb3884 = r.CheckBreak() + yyb3894 = r.CheckBreak() } - if yyb3884 { + if yyb3894 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48738,16 +48834,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.InvolvedObject = ObjectReference{} } else { - yyv3888 := &x.InvolvedObject - yyv3888.CodecDecodeSelf(d) + yyv3898 := &x.InvolvedObject + yyv3898.CodecDecodeSelf(d) } - yyj3884++ - if yyhl3884 { - yyb3884 = yyj3884 > l + yyj3894++ + if yyhl3894 { + yyb3894 = yyj3894 > l } else { - yyb3884 = r.CheckBreak() + yyb3894 = r.CheckBreak() } - if yyb3884 { + if yyb3894 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48757,13 +48853,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj3884++ - if yyhl3884 { - yyb3884 = yyj3884 > l + yyj3894++ + if yyhl3894 { + yyb3894 = yyj3894 > l } else { - yyb3884 = r.CheckBreak() + yyb3894 = r.CheckBreak() } - if yyb3884 { + if yyb3894 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48773,13 +48869,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Message = string(r.DecodeString()) } - yyj3884++ - if yyhl3884 { - yyb3884 = yyj3884 > l + yyj3894++ + if yyhl3894 { + yyb3894 = yyj3894 > l } else { - yyb3884 = r.CheckBreak() + yyb3894 = r.CheckBreak() } - if yyb3884 { + if yyb3894 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48787,16 +48883,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Source = EventSource{} } else { - yyv3891 := &x.Source - yyv3891.CodecDecodeSelf(d) + yyv3901 := &x.Source + yyv3901.CodecDecodeSelf(d) } - yyj3884++ - if yyhl3884 { - yyb3884 = yyj3884 > l + yyj3894++ + if yyhl3894 { + yyb3894 = yyj3894 > l } else { - yyb3884 = r.CheckBreak() + yyb3894 = r.CheckBreak() } - if yyb3884 { + if yyb3894 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48804,26 +48900,26 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.FirstTimestamp = pkg2_unversioned.Time{} } else { - yyv3892 := &x.FirstTimestamp - yym3893 := z.DecBinary() - _ = yym3893 + yyv3902 := &x.FirstTimestamp + yym3903 := z.DecBinary() + _ = yym3903 if false { - } else if z.HasExtensions() && z.DecExt(yyv3892) { - } else if yym3893 { - z.DecBinaryUnmarshal(yyv3892) - } else if !yym3893 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3892) + } else if z.HasExtensions() && z.DecExt(yyv3902) { + } else if yym3903 { + z.DecBinaryUnmarshal(yyv3902) + } else if !yym3903 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3902) } else { - z.DecFallback(yyv3892, false) + z.DecFallback(yyv3902, false) } } - yyj3884++ - if yyhl3884 { - yyb3884 = yyj3884 > l + yyj3894++ + if yyhl3894 { + yyb3894 = yyj3894 > l } else { - yyb3884 = r.CheckBreak() + yyb3894 = r.CheckBreak() } - if yyb3884 { + if yyb3894 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48831,26 +48927,26 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTimestamp = pkg2_unversioned.Time{} } else { - yyv3894 := &x.LastTimestamp - yym3895 := z.DecBinary() - _ = yym3895 + yyv3904 := &x.LastTimestamp + yym3905 := z.DecBinary() + _ = yym3905 if false { - } else if z.HasExtensions() && z.DecExt(yyv3894) { - } else if yym3895 { - z.DecBinaryUnmarshal(yyv3894) - } else if !yym3895 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3894) + } else if z.HasExtensions() && z.DecExt(yyv3904) { + } else if yym3905 { + z.DecBinaryUnmarshal(yyv3904) + } else if !yym3905 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3904) } else { - z.DecFallback(yyv3894, false) + z.DecFallback(yyv3904, false) } } - yyj3884++ - if yyhl3884 { - yyb3884 = yyj3884 > l + yyj3894++ + if yyhl3894 { + yyb3894 = yyj3894 > l } else { - yyb3884 = r.CheckBreak() + yyb3894 = r.CheckBreak() } - if yyb3884 { + if yyb3894 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48860,13 +48956,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Count = int32(r.DecodeInt(32)) } - yyj3884++ - if yyhl3884 { - yyb3884 = yyj3884 > l + yyj3894++ + if yyhl3894 { + yyb3894 = yyj3894 > l } else { - yyb3884 = r.CheckBreak() + yyb3894 = r.CheckBreak() } - if yyb3884 { + if yyb3894 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48877,17 +48973,17 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Type = string(r.DecodeString()) } for { - yyj3884++ - if yyhl3884 { - yyb3884 = yyj3884 > l + yyj3894++ + if yyhl3894 { + yyb3894 = yyj3894 > l } else { - yyb3884 = r.CheckBreak() + yyb3894 = r.CheckBreak() } - if yyb3884 { + if yyb3894 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3884-1, "") + z.DecStructFieldNotFound(yyj3894-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48899,37 +48995,37 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3898 := z.EncBinary() - _ = yym3898 + yym3908 := z.EncBinary() + _ = yym3908 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3899 := !z.EncBinary() - yy2arr3899 := z.EncBasicHandle().StructToArray - var yyq3899 [4]bool - _, _, _ = yysep3899, yyq3899, yy2arr3899 - const yyr3899 bool = false - yyq3899[0] = x.Kind != "" - yyq3899[1] = x.APIVersion != "" - yyq3899[2] = true - var yynn3899 int - if yyr3899 || yy2arr3899 { + yysep3909 := !z.EncBinary() + yy2arr3909 := z.EncBasicHandle().StructToArray + var yyq3909 [4]bool + _, _, _ = yysep3909, yyq3909, yy2arr3909 + const yyr3909 bool = false + yyq3909[0] = x.Kind != "" + yyq3909[1] = x.APIVersion != "" + yyq3909[2] = true + var yynn3909 int + if yyr3909 || yy2arr3909 { r.EncodeArrayStart(4) } else { - yynn3899 = 1 - for _, b := range yyq3899 { + yynn3909 = 1 + for _, b := range yyq3909 { if b { - yynn3899++ + yynn3909++ } } - r.EncodeMapStart(yynn3899) - yynn3899 = 0 + r.EncodeMapStart(yynn3909) + yynn3909 = 0 } - if yyr3899 || yy2arr3899 { + if yyr3909 || yy2arr3909 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3899[0] { - yym3901 := z.EncBinary() - _ = yym3901 + if yyq3909[0] { + yym3911 := z.EncBinary() + _ = yym3911 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -48938,23 +49034,23 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3899[0] { + if yyq3909[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3902 := z.EncBinary() - _ = yym3902 + yym3912 := z.EncBinary() + _ = yym3912 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3899 || yy2arr3899 { + if yyr3909 || yy2arr3909 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3899[1] { - yym3904 := z.EncBinary() - _ = yym3904 + if yyq3909[1] { + yym3914 := z.EncBinary() + _ = yym3914 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -48963,54 +49059,54 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3899[1] { + if yyq3909[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3905 := z.EncBinary() - _ = yym3905 + yym3915 := z.EncBinary() + _ = yym3915 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3899 || yy2arr3899 { + if yyr3909 || yy2arr3909 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3899[2] { - yy3907 := &x.ListMeta - yym3908 := z.EncBinary() - _ = yym3908 + if yyq3909[2] { + yy3917 := &x.ListMeta + yym3918 := z.EncBinary() + _ = yym3918 if false { - } else if z.HasExtensions() && z.EncExt(yy3907) { + } else if z.HasExtensions() && z.EncExt(yy3917) { } else { - z.EncFallback(yy3907) + z.EncFallback(yy3917) } } else { r.EncodeNil() } } else { - if yyq3899[2] { + if yyq3909[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3909 := &x.ListMeta - yym3910 := z.EncBinary() - _ = yym3910 + yy3919 := &x.ListMeta + yym3920 := z.EncBinary() + _ = yym3920 if false { - } else if z.HasExtensions() && z.EncExt(yy3909) { + } else if z.HasExtensions() && z.EncExt(yy3919) { } else { - z.EncFallback(yy3909) + z.EncFallback(yy3919) } } } - if yyr3899 || yy2arr3899 { + if yyr3909 || yy2arr3909 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3912 := z.EncBinary() - _ = yym3912 + yym3922 := z.EncBinary() + _ = yym3922 if false { } else { h.encSliceEvent(([]Event)(x.Items), e) @@ -49023,15 +49119,15 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3913 := z.EncBinary() - _ = yym3913 + yym3923 := z.EncBinary() + _ = yym3923 if false { } else { h.encSliceEvent(([]Event)(x.Items), e) } } } - if yyr3899 || yy2arr3899 { + if yyr3909 || yy2arr3909 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -49044,25 +49140,25 @@ func (x *EventList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3914 := z.DecBinary() - _ = yym3914 + yym3924 := z.DecBinary() + _ = yym3924 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3915 := r.ContainerType() - if yyct3915 == codecSelferValueTypeMap1234 { - yyl3915 := r.ReadMapStart() - if yyl3915 == 0 { + yyct3925 := r.ContainerType() + if yyct3925 == codecSelferValueTypeMap1234 { + yyl3925 := r.ReadMapStart() + if yyl3925 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3915, d) + x.codecDecodeSelfFromMap(yyl3925, d) } - } else if yyct3915 == codecSelferValueTypeArray1234 { - yyl3915 := r.ReadArrayStart() - if yyl3915 == 0 { + } else if yyct3925 == codecSelferValueTypeArray1234 { + yyl3925 := r.ReadArrayStart() + if yyl3925 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3915, d) + x.codecDecodeSelfFromArray(yyl3925, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -49074,12 +49170,12 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3916Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3916Slc - var yyhl3916 bool = l >= 0 - for yyj3916 := 0; ; yyj3916++ { - if yyhl3916 { - if yyj3916 >= 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 { @@ -49088,10 +49184,10 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3916Slc = r.DecodeBytes(yys3916Slc, true, true) - yys3916 := string(yys3916Slc) + yys3926Slc = r.DecodeBytes(yys3926Slc, true, true) + yys3926 := string(yys3926Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3916 { + switch yys3926 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -49108,31 +49204,31 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3919 := &x.ListMeta - yym3920 := z.DecBinary() - _ = yym3920 + yyv3929 := &x.ListMeta + yym3930 := z.DecBinary() + _ = yym3930 if false { - } else if z.HasExtensions() && z.DecExt(yyv3919) { + } else if z.HasExtensions() && z.DecExt(yyv3929) { } else { - z.DecFallback(yyv3919, false) + z.DecFallback(yyv3929, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3921 := &x.Items - yym3922 := z.DecBinary() - _ = yym3922 + yyv3931 := &x.Items + yym3932 := z.DecBinary() + _ = yym3932 if false { } else { - h.decSliceEvent((*[]Event)(yyv3921), d) + h.decSliceEvent((*[]Event)(yyv3931), d) } } default: - z.DecStructFieldNotFound(-1, yys3916) - } // end switch yys3916 - } // end for yyj3916 + z.DecStructFieldNotFound(-1, yys3926) + } // end switch yys3926 + } // end for yyj3926 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -49140,16 +49236,16 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3923 int - var yyb3923 bool - var yyhl3923 bool = l >= 0 - yyj3923++ - if yyhl3923 { - yyb3923 = yyj3923 > l + var yyj3933 int + var yyb3933 bool + var yyhl3933 bool = l >= 0 + yyj3933++ + if yyhl3933 { + yyb3933 = yyj3933 > l } else { - yyb3923 = r.CheckBreak() + yyb3933 = r.CheckBreak() } - if yyb3923 { + if yyb3933 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49159,13 +49255,13 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3923++ - if yyhl3923 { - yyb3923 = yyj3923 > l + yyj3933++ + if yyhl3933 { + yyb3933 = yyj3933 > l } else { - yyb3923 = r.CheckBreak() + yyb3933 = r.CheckBreak() } - if yyb3923 { + if yyb3933 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49175,13 +49271,13 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3923++ - if yyhl3923 { - yyb3923 = yyj3923 > l + yyj3933++ + if yyhl3933 { + yyb3933 = yyj3933 > l } else { - yyb3923 = r.CheckBreak() + yyb3933 = r.CheckBreak() } - if yyb3923 { + if yyb3933 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49189,22 +49285,22 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3926 := &x.ListMeta - yym3927 := z.DecBinary() - _ = yym3927 + yyv3936 := &x.ListMeta + yym3937 := z.DecBinary() + _ = yym3937 if false { - } else if z.HasExtensions() && z.DecExt(yyv3926) { + } else if z.HasExtensions() && z.DecExt(yyv3936) { } else { - z.DecFallback(yyv3926, false) + z.DecFallback(yyv3936, false) } } - yyj3923++ - if yyhl3923 { - yyb3923 = yyj3923 > l + yyj3933++ + if yyhl3933 { + yyb3933 = yyj3933 > l } else { - yyb3923 = r.CheckBreak() + yyb3933 = r.CheckBreak() } - if yyb3923 { + if yyb3933 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49212,26 +49308,26 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3928 := &x.Items - yym3929 := z.DecBinary() - _ = yym3929 + yyv3938 := &x.Items + yym3939 := z.DecBinary() + _ = yym3939 if false { } else { - h.decSliceEvent((*[]Event)(yyv3928), d) + h.decSliceEvent((*[]Event)(yyv3938), d) } } for { - yyj3923++ - if yyhl3923 { - yyb3923 = yyj3923 > l + yyj3933++ + if yyhl3933 { + yyb3933 = yyj3933 > l } else { - yyb3923 = r.CheckBreak() + yyb3933 = r.CheckBreak() } - if yyb3923 { + if yyb3933 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3923-1, "") + z.DecStructFieldNotFound(yyj3933-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49243,37 +49339,37 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3930 := z.EncBinary() - _ = yym3930 + yym3940 := z.EncBinary() + _ = yym3940 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3931 := !z.EncBinary() - yy2arr3931 := z.EncBasicHandle().StructToArray - var yyq3931 [4]bool - _, _, _ = yysep3931, yyq3931, yy2arr3931 - const yyr3931 bool = false - yyq3931[0] = x.Kind != "" - yyq3931[1] = x.APIVersion != "" - yyq3931[2] = true - var yynn3931 int - if yyr3931 || yy2arr3931 { + yysep3941 := !z.EncBinary() + yy2arr3941 := z.EncBasicHandle().StructToArray + var yyq3941 [4]bool + _, _, _ = yysep3941, yyq3941, yy2arr3941 + const yyr3941 bool = false + yyq3941[0] = x.Kind != "" + yyq3941[1] = x.APIVersion != "" + yyq3941[2] = true + var yynn3941 int + if yyr3941 || yy2arr3941 { r.EncodeArrayStart(4) } else { - yynn3931 = 1 - for _, b := range yyq3931 { + yynn3941 = 1 + for _, b := range yyq3941 { if b { - yynn3931++ + yynn3941++ } } - r.EncodeMapStart(yynn3931) - yynn3931 = 0 + r.EncodeMapStart(yynn3941) + yynn3941 = 0 } - if yyr3931 || yy2arr3931 { + if yyr3941 || yy2arr3941 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3931[0] { - yym3933 := z.EncBinary() - _ = yym3933 + if yyq3941[0] { + yym3943 := z.EncBinary() + _ = yym3943 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -49282,23 +49378,23 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3931[0] { + if yyq3941[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3934 := z.EncBinary() - _ = yym3934 + yym3944 := z.EncBinary() + _ = yym3944 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3931 || yy2arr3931 { + if yyr3941 || yy2arr3941 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3931[1] { - yym3936 := z.EncBinary() - _ = yym3936 + if yyq3941[1] { + yym3946 := z.EncBinary() + _ = yym3946 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -49307,54 +49403,54 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3931[1] { + if yyq3941[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3937 := z.EncBinary() - _ = yym3937 + yym3947 := z.EncBinary() + _ = yym3947 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3931 || yy2arr3931 { + if yyr3941 || yy2arr3941 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3931[2] { - yy3939 := &x.ListMeta - yym3940 := z.EncBinary() - _ = yym3940 + if yyq3941[2] { + yy3949 := &x.ListMeta + yym3950 := z.EncBinary() + _ = yym3950 if false { - } else if z.HasExtensions() && z.EncExt(yy3939) { + } else if z.HasExtensions() && z.EncExt(yy3949) { } else { - z.EncFallback(yy3939) + z.EncFallback(yy3949) } } else { r.EncodeNil() } } else { - if yyq3931[2] { + if yyq3941[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3941 := &x.ListMeta - yym3942 := z.EncBinary() - _ = yym3942 + yy3951 := &x.ListMeta + yym3952 := z.EncBinary() + _ = yym3952 if false { - } else if z.HasExtensions() && z.EncExt(yy3941) { + } else if z.HasExtensions() && z.EncExt(yy3951) { } else { - z.EncFallback(yy3941) + z.EncFallback(yy3951) } } } - if yyr3931 || yy2arr3931 { + if yyr3941 || yy2arr3941 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3944 := z.EncBinary() - _ = yym3944 + yym3954 := z.EncBinary() + _ = yym3954 if false { } else { h.encSliceruntime_RawExtension(([]pkg5_runtime.RawExtension)(x.Items), e) @@ -49367,15 +49463,15 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3945 := z.EncBinary() - _ = yym3945 + yym3955 := z.EncBinary() + _ = yym3955 if false { } else { h.encSliceruntime_RawExtension(([]pkg5_runtime.RawExtension)(x.Items), e) } } } - if yyr3931 || yy2arr3931 { + if yyr3941 || yy2arr3941 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -49388,25 +49484,25 @@ func (x *List) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3946 := z.DecBinary() - _ = yym3946 + yym3956 := z.DecBinary() + _ = yym3956 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3947 := r.ContainerType() - if yyct3947 == codecSelferValueTypeMap1234 { - yyl3947 := r.ReadMapStart() - if yyl3947 == 0 { + yyct3957 := r.ContainerType() + if yyct3957 == codecSelferValueTypeMap1234 { + yyl3957 := r.ReadMapStart() + if yyl3957 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3947, d) + x.codecDecodeSelfFromMap(yyl3957, d) } - } else if yyct3947 == codecSelferValueTypeArray1234 { - yyl3947 := r.ReadArrayStart() - if yyl3947 == 0 { + } else if yyct3957 == codecSelferValueTypeArray1234 { + yyl3957 := r.ReadArrayStart() + if yyl3957 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3947, d) + x.codecDecodeSelfFromArray(yyl3957, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -49418,12 +49514,12 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3948Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3948Slc - var yyhl3948 bool = l >= 0 - for yyj3948 := 0; ; yyj3948++ { - if yyhl3948 { - if yyj3948 >= l { + var yys3958Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3958Slc + var yyhl3958 bool = l >= 0 + for yyj3958 := 0; ; yyj3958++ { + if yyhl3958 { + if yyj3958 >= l { break } } else { @@ -49432,10 +49528,10 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3948Slc = r.DecodeBytes(yys3948Slc, true, true) - yys3948 := string(yys3948Slc) + yys3958Slc = r.DecodeBytes(yys3958Slc, true, true) + yys3958 := string(yys3958Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3948 { + switch yys3958 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -49452,31 +49548,31 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3951 := &x.ListMeta - yym3952 := z.DecBinary() - _ = yym3952 + yyv3961 := &x.ListMeta + yym3962 := z.DecBinary() + _ = yym3962 if false { - } else if z.HasExtensions() && z.DecExt(yyv3951) { + } else if z.HasExtensions() && z.DecExt(yyv3961) { } else { - z.DecFallback(yyv3951, false) + z.DecFallback(yyv3961, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3953 := &x.Items - yym3954 := z.DecBinary() - _ = yym3954 + yyv3963 := &x.Items + yym3964 := z.DecBinary() + _ = yym3964 if false { } else { - h.decSliceruntime_RawExtension((*[]pkg5_runtime.RawExtension)(yyv3953), d) + h.decSliceruntime_RawExtension((*[]pkg5_runtime.RawExtension)(yyv3963), d) } } default: - z.DecStructFieldNotFound(-1, yys3948) - } // end switch yys3948 - } // end for yyj3948 + z.DecStructFieldNotFound(-1, yys3958) + } // end switch yys3958 + } // end for yyj3958 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -49484,16 +49580,16 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3955 int - var yyb3955 bool - var yyhl3955 bool = l >= 0 - yyj3955++ - if yyhl3955 { - yyb3955 = yyj3955 > l + var yyj3965 int + var yyb3965 bool + var yyhl3965 bool = l >= 0 + yyj3965++ + if yyhl3965 { + yyb3965 = yyj3965 > l } else { - yyb3955 = r.CheckBreak() + yyb3965 = r.CheckBreak() } - if yyb3955 { + if yyb3965 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49503,13 +49599,13 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3955++ - if yyhl3955 { - yyb3955 = yyj3955 > l + yyj3965++ + if yyhl3965 { + yyb3965 = yyj3965 > l } else { - yyb3955 = r.CheckBreak() + yyb3965 = r.CheckBreak() } - if yyb3955 { + if yyb3965 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49519,13 +49615,13 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3955++ - if yyhl3955 { - yyb3955 = yyj3955 > l + yyj3965++ + if yyhl3965 { + yyb3965 = yyj3965 > l } else { - yyb3955 = r.CheckBreak() + yyb3965 = r.CheckBreak() } - if yyb3955 { + if yyb3965 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49533,22 +49629,22 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3958 := &x.ListMeta - yym3959 := z.DecBinary() - _ = yym3959 + yyv3968 := &x.ListMeta + yym3969 := z.DecBinary() + _ = yym3969 if false { - } else if z.HasExtensions() && z.DecExt(yyv3958) { + } else if z.HasExtensions() && z.DecExt(yyv3968) { } else { - z.DecFallback(yyv3958, false) + z.DecFallback(yyv3968, false) } } - yyj3955++ - if yyhl3955 { - yyb3955 = yyj3955 > l + yyj3965++ + if yyhl3965 { + yyb3965 = yyj3965 > l } else { - yyb3955 = r.CheckBreak() + yyb3965 = r.CheckBreak() } - if yyb3955 { + if yyb3965 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49556,26 +49652,26 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3960 := &x.Items - yym3961 := z.DecBinary() - _ = yym3961 + yyv3970 := &x.Items + yym3971 := z.DecBinary() + _ = yym3971 if false { } else { - h.decSliceruntime_RawExtension((*[]pkg5_runtime.RawExtension)(yyv3960), d) + h.decSliceruntime_RawExtension((*[]pkg5_runtime.RawExtension)(yyv3970), d) } } for { - yyj3955++ - if yyhl3955 { - yyb3955 = yyj3955 > l + yyj3965++ + if yyhl3965 { + yyb3965 = yyj3965 > l } else { - yyb3955 = r.CheckBreak() + yyb3965 = r.CheckBreak() } - if yyb3955 { + if yyb3965 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3955-1, "") + z.DecStructFieldNotFound(yyj3965-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49584,8 +49680,8 @@ func (x LimitType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3962 := z.EncBinary() - _ = yym3962 + yym3972 := z.EncBinary() + _ = yym3972 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -49597,8 +49693,8 @@ func (x *LimitType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3963 := z.DecBinary() - _ = yym3963 + yym3973 := z.DecBinary() + _ = yym3973 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -49613,53 +49709,53 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3964 := z.EncBinary() - _ = yym3964 + yym3974 := z.EncBinary() + _ = yym3974 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3965 := !z.EncBinary() - yy2arr3965 := z.EncBasicHandle().StructToArray - var yyq3965 [6]bool - _, _, _ = yysep3965, yyq3965, yy2arr3965 - const yyr3965 bool = false - yyq3965[0] = x.Type != "" - yyq3965[1] = len(x.Max) != 0 - yyq3965[2] = len(x.Min) != 0 - yyq3965[3] = len(x.Default) != 0 - yyq3965[4] = len(x.DefaultRequest) != 0 - yyq3965[5] = len(x.MaxLimitRequestRatio) != 0 - var yynn3965 int - if yyr3965 || yy2arr3965 { + yysep3975 := !z.EncBinary() + yy2arr3975 := z.EncBasicHandle().StructToArray + var yyq3975 [6]bool + _, _, _ = yysep3975, yyq3975, yy2arr3975 + const yyr3975 bool = false + yyq3975[0] = x.Type != "" + yyq3975[1] = len(x.Max) != 0 + yyq3975[2] = len(x.Min) != 0 + yyq3975[3] = len(x.Default) != 0 + yyq3975[4] = len(x.DefaultRequest) != 0 + yyq3975[5] = len(x.MaxLimitRequestRatio) != 0 + var yynn3975 int + if yyr3975 || yy2arr3975 { r.EncodeArrayStart(6) } else { - yynn3965 = 0 - for _, b := range yyq3965 { + yynn3975 = 0 + for _, b := range yyq3975 { if b { - yynn3965++ + yynn3975++ } } - r.EncodeMapStart(yynn3965) - yynn3965 = 0 + r.EncodeMapStart(yynn3975) + yynn3975 = 0 } - if yyr3965 || yy2arr3965 { + if yyr3975 || yy2arr3975 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3965[0] { + if yyq3975[0] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3965[0] { + if yyq3975[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr3965 || yy2arr3965 { + if yyr3975 || yy2arr3975 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3965[1] { + if yyq3975[1] { if x.Max == nil { r.EncodeNil() } else { @@ -49669,7 +49765,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3965[1] { + if yyq3975[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("max")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -49680,9 +49776,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3965 || yy2arr3965 { + if yyr3975 || yy2arr3975 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3965[2] { + if yyq3975[2] { if x.Min == nil { r.EncodeNil() } else { @@ -49692,7 +49788,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3965[2] { + if yyq3975[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("min")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -49703,9 +49799,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3965 || yy2arr3965 { + if yyr3975 || yy2arr3975 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3965[3] { + if yyq3975[3] { if x.Default == nil { r.EncodeNil() } else { @@ -49715,7 +49811,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3965[3] { + if yyq3975[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("default")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -49726,9 +49822,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3965 || yy2arr3965 { + if yyr3975 || yy2arr3975 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3965[4] { + if yyq3975[4] { if x.DefaultRequest == nil { r.EncodeNil() } else { @@ -49738,7 +49834,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3965[4] { + if yyq3975[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("defaultRequest")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -49749,9 +49845,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3965 || yy2arr3965 { + if yyr3975 || yy2arr3975 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3965[5] { + if yyq3975[5] { if x.MaxLimitRequestRatio == nil { r.EncodeNil() } else { @@ -49761,7 +49857,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3965[5] { + if yyq3975[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("maxLimitRequestRatio")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -49772,7 +49868,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3965 || yy2arr3965 { + if yyr3975 || yy2arr3975 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -49785,25 +49881,25 @@ func (x *LimitRangeItem) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3972 := z.DecBinary() - _ = yym3972 + yym3982 := z.DecBinary() + _ = yym3982 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3973 := r.ContainerType() - if yyct3973 == codecSelferValueTypeMap1234 { - yyl3973 := r.ReadMapStart() - if yyl3973 == 0 { + yyct3983 := r.ContainerType() + if yyct3983 == codecSelferValueTypeMap1234 { + yyl3983 := r.ReadMapStart() + if yyl3983 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3973, d) + x.codecDecodeSelfFromMap(yyl3983, d) } - } else if yyct3973 == codecSelferValueTypeArray1234 { - yyl3973 := r.ReadArrayStart() - if yyl3973 == 0 { + } else if yyct3983 == codecSelferValueTypeArray1234 { + yyl3983 := r.ReadArrayStart() + if yyl3983 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3973, d) + x.codecDecodeSelfFromArray(yyl3983, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -49815,12 +49911,12 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3974Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3974Slc - var yyhl3974 bool = l >= 0 - for yyj3974 := 0; ; yyj3974++ { - if yyhl3974 { - if yyj3974 >= l { + var yys3984Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3984Slc + var yyhl3984 bool = l >= 0 + for yyj3984 := 0; ; yyj3984++ { + if yyhl3984 { + if yyj3984 >= l { break } } else { @@ -49829,10 +49925,10 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3974Slc = r.DecodeBytes(yys3974Slc, true, true) - yys3974 := string(yys3974Slc) + yys3984Slc = r.DecodeBytes(yys3984Slc, true, true) + yys3984 := string(yys3984Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3974 { + switch yys3984 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -49843,41 +49939,41 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Max = nil } else { - yyv3976 := &x.Max - yyv3976.CodecDecodeSelf(d) + yyv3986 := &x.Max + yyv3986.CodecDecodeSelf(d) } case "min": if r.TryDecodeAsNil() { x.Min = nil } else { - yyv3977 := &x.Min - yyv3977.CodecDecodeSelf(d) + yyv3987 := &x.Min + yyv3987.CodecDecodeSelf(d) } case "default": if r.TryDecodeAsNil() { x.Default = nil } else { - yyv3978 := &x.Default - yyv3978.CodecDecodeSelf(d) + yyv3988 := &x.Default + yyv3988.CodecDecodeSelf(d) } case "defaultRequest": if r.TryDecodeAsNil() { x.DefaultRequest = nil } else { - yyv3979 := &x.DefaultRequest - yyv3979.CodecDecodeSelf(d) + yyv3989 := &x.DefaultRequest + yyv3989.CodecDecodeSelf(d) } case "maxLimitRequestRatio": if r.TryDecodeAsNil() { x.MaxLimitRequestRatio = nil } else { - yyv3980 := &x.MaxLimitRequestRatio - yyv3980.CodecDecodeSelf(d) + yyv3990 := &x.MaxLimitRequestRatio + yyv3990.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3974) - } // end switch yys3974 - } // end for yyj3974 + z.DecStructFieldNotFound(-1, yys3984) + } // end switch yys3984 + } // end for yyj3984 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -49885,16 +49981,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3981 int - var yyb3981 bool - var yyhl3981 bool = l >= 0 - yyj3981++ - if yyhl3981 { - yyb3981 = yyj3981 > l + var yyj3991 int + var yyb3991 bool + var yyhl3991 bool = l >= 0 + yyj3991++ + if yyhl3991 { + yyb3991 = yyj3991 > l } else { - yyb3981 = r.CheckBreak() + yyb3991 = r.CheckBreak() } - if yyb3981 { + if yyb3991 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49904,13 +50000,13 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = LimitType(r.DecodeString()) } - yyj3981++ - if yyhl3981 { - yyb3981 = yyj3981 > l + yyj3991++ + if yyhl3991 { + yyb3991 = yyj3991 > l } else { - yyb3981 = r.CheckBreak() + yyb3991 = r.CheckBreak() } - if yyb3981 { + if yyb3991 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49918,16 +50014,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Max = nil } else { - yyv3983 := &x.Max - yyv3983.CodecDecodeSelf(d) + yyv3993 := &x.Max + yyv3993.CodecDecodeSelf(d) } - yyj3981++ - if yyhl3981 { - yyb3981 = yyj3981 > l + yyj3991++ + if yyhl3991 { + yyb3991 = yyj3991 > l } else { - yyb3981 = r.CheckBreak() + yyb3991 = r.CheckBreak() } - if yyb3981 { + if yyb3991 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49935,16 +50031,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Min = nil } else { - yyv3984 := &x.Min - yyv3984.CodecDecodeSelf(d) + yyv3994 := &x.Min + yyv3994.CodecDecodeSelf(d) } - yyj3981++ - if yyhl3981 { - yyb3981 = yyj3981 > l + yyj3991++ + if yyhl3991 { + yyb3991 = yyj3991 > l } else { - yyb3981 = r.CheckBreak() + yyb3991 = r.CheckBreak() } - if yyb3981 { + if yyb3991 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49952,16 +50048,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Default = nil } else { - yyv3985 := &x.Default - yyv3985.CodecDecodeSelf(d) + yyv3995 := &x.Default + yyv3995.CodecDecodeSelf(d) } - yyj3981++ - if yyhl3981 { - yyb3981 = yyj3981 > l + yyj3991++ + if yyhl3991 { + yyb3991 = yyj3991 > l } else { - yyb3981 = r.CheckBreak() + yyb3991 = r.CheckBreak() } - if yyb3981 { + if yyb3991 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49969,16 +50065,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DefaultRequest = nil } else { - yyv3986 := &x.DefaultRequest - yyv3986.CodecDecodeSelf(d) + yyv3996 := &x.DefaultRequest + yyv3996.CodecDecodeSelf(d) } - yyj3981++ - if yyhl3981 { - yyb3981 = yyj3981 > l + yyj3991++ + if yyhl3991 { + yyb3991 = yyj3991 > l } else { - yyb3981 = r.CheckBreak() + yyb3991 = r.CheckBreak() } - if yyb3981 { + if yyb3991 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49986,21 +50082,21 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.MaxLimitRequestRatio = nil } else { - yyv3987 := &x.MaxLimitRequestRatio - yyv3987.CodecDecodeSelf(d) + yyv3997 := &x.MaxLimitRequestRatio + yyv3997.CodecDecodeSelf(d) } for { - yyj3981++ - if yyhl3981 { - yyb3981 = yyj3981 > l + yyj3991++ + if yyhl3991 { + yyb3991 = yyj3991 > l } else { - yyb3981 = r.CheckBreak() + yyb3991 = r.CheckBreak() } - if yyb3981 { + if yyb3991 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3981-1, "") + z.DecStructFieldNotFound(yyj3991-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50012,36 +50108,36 @@ func (x *LimitRangeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3988 := z.EncBinary() - _ = yym3988 + yym3998 := z.EncBinary() + _ = yym3998 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3989 := !z.EncBinary() - yy2arr3989 := z.EncBasicHandle().StructToArray - var yyq3989 [1]bool - _, _, _ = yysep3989, yyq3989, yy2arr3989 - const yyr3989 bool = false - var yynn3989 int - if yyr3989 || yy2arr3989 { + yysep3999 := !z.EncBinary() + yy2arr3999 := z.EncBasicHandle().StructToArray + var yyq3999 [1]bool + _, _, _ = yysep3999, yyq3999, yy2arr3999 + const yyr3999 bool = false + var yynn3999 int + if yyr3999 || yy2arr3999 { r.EncodeArrayStart(1) } else { - yynn3989 = 1 - for _, b := range yyq3989 { + yynn3999 = 1 + for _, b := range yyq3999 { if b { - yynn3989++ + yynn3999++ } } - r.EncodeMapStart(yynn3989) - yynn3989 = 0 + r.EncodeMapStart(yynn3999) + yynn3999 = 0 } - if yyr3989 || yy2arr3989 { + if yyr3999 || yy2arr3999 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Limits == nil { r.EncodeNil() } else { - yym3991 := z.EncBinary() - _ = yym3991 + yym4001 := z.EncBinary() + _ = yym4001 if false { } else { h.encSliceLimitRangeItem(([]LimitRangeItem)(x.Limits), e) @@ -50054,15 +50150,15 @@ func (x *LimitRangeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Limits == nil { r.EncodeNil() } else { - yym3992 := z.EncBinary() - _ = yym3992 + yym4002 := z.EncBinary() + _ = yym4002 if false { } else { h.encSliceLimitRangeItem(([]LimitRangeItem)(x.Limits), e) } } } - if yyr3989 || yy2arr3989 { + if yyr3999 || yy2arr3999 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50075,25 +50171,25 @@ func (x *LimitRangeSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3993 := z.DecBinary() - _ = yym3993 + yym4003 := z.DecBinary() + _ = yym4003 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3994 := r.ContainerType() - if yyct3994 == codecSelferValueTypeMap1234 { - yyl3994 := r.ReadMapStart() - if yyl3994 == 0 { + yyct4004 := r.ContainerType() + if yyct4004 == codecSelferValueTypeMap1234 { + yyl4004 := r.ReadMapStart() + if yyl4004 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3994, d) + x.codecDecodeSelfFromMap(yyl4004, d) } - } else if yyct3994 == codecSelferValueTypeArray1234 { - yyl3994 := r.ReadArrayStart() - if yyl3994 == 0 { + } else if yyct4004 == codecSelferValueTypeArray1234 { + yyl4004 := r.ReadArrayStart() + if yyl4004 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3994, d) + x.codecDecodeSelfFromArray(yyl4004, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50105,12 +50201,12 @@ func (x *LimitRangeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3995Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3995Slc - var yyhl3995 bool = l >= 0 - for yyj3995 := 0; ; yyj3995++ { - if yyhl3995 { - if yyj3995 >= l { + var yys4005Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4005Slc + var yyhl4005 bool = l >= 0 + for yyj4005 := 0; ; yyj4005++ { + if yyhl4005 { + if yyj4005 >= l { break } } else { @@ -50119,26 +50215,26 @@ func (x *LimitRangeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3995Slc = r.DecodeBytes(yys3995Slc, true, true) - yys3995 := string(yys3995Slc) + yys4005Slc = r.DecodeBytes(yys4005Slc, true, true) + yys4005 := string(yys4005Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3995 { + switch yys4005 { case "limits": if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv3996 := &x.Limits - yym3997 := z.DecBinary() - _ = yym3997 + yyv4006 := &x.Limits + yym4007 := z.DecBinary() + _ = yym4007 if false { } else { - h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3996), d) + h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv4006), d) } } default: - z.DecStructFieldNotFound(-1, yys3995) - } // end switch yys3995 - } // end for yyj3995 + z.DecStructFieldNotFound(-1, yys4005) + } // end switch yys4005 + } // end for yyj4005 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -50146,16 +50242,16 @@ func (x *LimitRangeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3998 int - var yyb3998 bool - var yyhl3998 bool = l >= 0 - yyj3998++ - if yyhl3998 { - yyb3998 = yyj3998 > l + var yyj4008 int + var yyb4008 bool + var yyhl4008 bool = l >= 0 + yyj4008++ + if yyhl4008 { + yyb4008 = yyj4008 > l } else { - yyb3998 = r.CheckBreak() + yyb4008 = r.CheckBreak() } - if yyb3998 { + if yyb4008 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50163,26 +50259,26 @@ func (x *LimitRangeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv3999 := &x.Limits - yym4000 := z.DecBinary() - _ = yym4000 + yyv4009 := &x.Limits + yym4010 := z.DecBinary() + _ = yym4010 if false { } else { - h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3999), d) + h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv4009), d) } } for { - yyj3998++ - if yyhl3998 { - yyb3998 = yyj3998 > l + yyj4008++ + if yyhl4008 { + yyb4008 = yyj4008 > l } else { - yyb3998 = r.CheckBreak() + yyb4008 = r.CheckBreak() } - if yyb3998 { + if yyb4008 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3998-1, "") + z.DecStructFieldNotFound(yyj4008-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50194,38 +50290,38 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4001 := z.EncBinary() - _ = yym4001 + yym4011 := z.EncBinary() + _ = yym4011 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4002 := !z.EncBinary() - yy2arr4002 := z.EncBasicHandle().StructToArray - var yyq4002 [4]bool - _, _, _ = yysep4002, yyq4002, yy2arr4002 - const yyr4002 bool = false - yyq4002[0] = x.Kind != "" - yyq4002[1] = x.APIVersion != "" - yyq4002[2] = true - yyq4002[3] = true - var yynn4002 int - if yyr4002 || yy2arr4002 { + yysep4012 := !z.EncBinary() + yy2arr4012 := z.EncBasicHandle().StructToArray + var yyq4012 [4]bool + _, _, _ = yysep4012, yyq4012, yy2arr4012 + const yyr4012 bool = false + yyq4012[0] = x.Kind != "" + yyq4012[1] = x.APIVersion != "" + yyq4012[2] = true + yyq4012[3] = true + var yynn4012 int + if yyr4012 || yy2arr4012 { r.EncodeArrayStart(4) } else { - yynn4002 = 0 - for _, b := range yyq4002 { + yynn4012 = 0 + for _, b := range yyq4012 { if b { - yynn4002++ + yynn4012++ } } - r.EncodeMapStart(yynn4002) - yynn4002 = 0 + r.EncodeMapStart(yynn4012) + yynn4012 = 0 } - if yyr4002 || yy2arr4002 { + if yyr4012 || yy2arr4012 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4002[0] { - yym4004 := z.EncBinary() - _ = yym4004 + if yyq4012[0] { + yym4014 := z.EncBinary() + _ = yym4014 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -50234,23 +50330,23 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4002[0] { + if yyq4012[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4005 := z.EncBinary() - _ = yym4005 + yym4015 := z.EncBinary() + _ = yym4015 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4002 || yy2arr4002 { + if yyr4012 || yy2arr4012 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4002[1] { - yym4007 := z.EncBinary() - _ = yym4007 + if yyq4012[1] { + yym4017 := z.EncBinary() + _ = yym4017 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -50259,53 +50355,53 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4002[1] { + if yyq4012[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4008 := z.EncBinary() - _ = yym4008 + yym4018 := z.EncBinary() + _ = yym4018 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4002 || yy2arr4002 { + if yyr4012 || yy2arr4012 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4002[2] { - yy4010 := &x.ObjectMeta - yy4010.CodecEncodeSelf(e) + if yyq4012[2] { + yy4020 := &x.ObjectMeta + yy4020.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4002[2] { + if yyq4012[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4011 := &x.ObjectMeta - yy4011.CodecEncodeSelf(e) + yy4021 := &x.ObjectMeta + yy4021.CodecEncodeSelf(e) } } - if yyr4002 || yy2arr4002 { + if yyr4012 || yy2arr4012 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4002[3] { - yy4013 := &x.Spec - yy4013.CodecEncodeSelf(e) + if yyq4012[3] { + yy4023 := &x.Spec + yy4023.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4002[3] { + if yyq4012[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4014 := &x.Spec - yy4014.CodecEncodeSelf(e) + yy4024 := &x.Spec + yy4024.CodecEncodeSelf(e) } } - if yyr4002 || yy2arr4002 { + if yyr4012 || yy2arr4012 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50318,25 +50414,25 @@ func (x *LimitRange) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4015 := z.DecBinary() - _ = yym4015 + yym4025 := z.DecBinary() + _ = yym4025 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4016 := r.ContainerType() - if yyct4016 == codecSelferValueTypeMap1234 { - yyl4016 := r.ReadMapStart() - if yyl4016 == 0 { + yyct4026 := r.ContainerType() + if yyct4026 == codecSelferValueTypeMap1234 { + yyl4026 := r.ReadMapStart() + if yyl4026 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4016, d) + x.codecDecodeSelfFromMap(yyl4026, d) } - } else if yyct4016 == codecSelferValueTypeArray1234 { - yyl4016 := r.ReadArrayStart() - if yyl4016 == 0 { + } else if yyct4026 == codecSelferValueTypeArray1234 { + yyl4026 := r.ReadArrayStart() + if yyl4026 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4016, d) + x.codecDecodeSelfFromArray(yyl4026, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50348,12 +50444,12 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4017Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4017Slc - var yyhl4017 bool = l >= 0 - for yyj4017 := 0; ; yyj4017++ { - if yyhl4017 { - if yyj4017 >= l { + var yys4027Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4027Slc + var yyhl4027 bool = l >= 0 + for yyj4027 := 0; ; yyj4027++ { + if yyhl4027 { + if yyj4027 >= l { break } } else { @@ -50362,10 +50458,10 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4017Slc = r.DecodeBytes(yys4017Slc, true, true) - yys4017 := string(yys4017Slc) + yys4027Slc = r.DecodeBytes(yys4027Slc, true, true) + yys4027 := string(yys4027Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4017 { + switch yys4027 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -50382,20 +50478,20 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4020 := &x.ObjectMeta - yyv4020.CodecDecodeSelf(d) + yyv4030 := &x.ObjectMeta + yyv4030.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = LimitRangeSpec{} } else { - yyv4021 := &x.Spec - yyv4021.CodecDecodeSelf(d) + yyv4031 := &x.Spec + yyv4031.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys4017) - } // end switch yys4017 - } // end for yyj4017 + z.DecStructFieldNotFound(-1, yys4027) + } // end switch yys4027 + } // end for yyj4027 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -50403,16 +50499,16 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4022 int - var yyb4022 bool - var yyhl4022 bool = l >= 0 - yyj4022++ - if yyhl4022 { - yyb4022 = yyj4022 > l + var yyj4032 int + var yyb4032 bool + var yyhl4032 bool = l >= 0 + yyj4032++ + if yyhl4032 { + yyb4032 = yyj4032 > l } else { - yyb4022 = r.CheckBreak() + yyb4032 = r.CheckBreak() } - if yyb4022 { + if yyb4032 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50422,13 +50518,13 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4022++ - if yyhl4022 { - yyb4022 = yyj4022 > l + yyj4032++ + if yyhl4032 { + yyb4032 = yyj4032 > l } else { - yyb4022 = r.CheckBreak() + yyb4032 = r.CheckBreak() } - if yyb4022 { + if yyb4032 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50438,13 +50534,13 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4022++ - if yyhl4022 { - yyb4022 = yyj4022 > l + yyj4032++ + if yyhl4032 { + yyb4032 = yyj4032 > l } else { - yyb4022 = r.CheckBreak() + yyb4032 = r.CheckBreak() } - if yyb4022 { + if yyb4032 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50452,16 +50548,16 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4025 := &x.ObjectMeta - yyv4025.CodecDecodeSelf(d) + yyv4035 := &x.ObjectMeta + yyv4035.CodecDecodeSelf(d) } - yyj4022++ - if yyhl4022 { - yyb4022 = yyj4022 > l + yyj4032++ + if yyhl4032 { + yyb4032 = yyj4032 > l } else { - yyb4022 = r.CheckBreak() + yyb4032 = r.CheckBreak() } - if yyb4022 { + if yyb4032 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50469,21 +50565,21 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = LimitRangeSpec{} } else { - yyv4026 := &x.Spec - yyv4026.CodecDecodeSelf(d) + yyv4036 := &x.Spec + yyv4036.CodecDecodeSelf(d) } for { - yyj4022++ - if yyhl4022 { - yyb4022 = yyj4022 > l + yyj4032++ + if yyhl4032 { + yyb4032 = yyj4032 > l } else { - yyb4022 = r.CheckBreak() + yyb4032 = r.CheckBreak() } - if yyb4022 { + if yyb4032 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4022-1, "") + z.DecStructFieldNotFound(yyj4032-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50495,37 +50591,37 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4027 := z.EncBinary() - _ = yym4027 + yym4037 := z.EncBinary() + _ = yym4037 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4028 := !z.EncBinary() - yy2arr4028 := z.EncBasicHandle().StructToArray - var yyq4028 [4]bool - _, _, _ = yysep4028, yyq4028, yy2arr4028 - const yyr4028 bool = false - yyq4028[0] = x.Kind != "" - yyq4028[1] = x.APIVersion != "" - yyq4028[2] = true - var yynn4028 int - if yyr4028 || yy2arr4028 { + yysep4038 := !z.EncBinary() + yy2arr4038 := z.EncBasicHandle().StructToArray + var yyq4038 [4]bool + _, _, _ = yysep4038, yyq4038, yy2arr4038 + const yyr4038 bool = false + yyq4038[0] = x.Kind != "" + yyq4038[1] = x.APIVersion != "" + yyq4038[2] = true + var yynn4038 int + if yyr4038 || yy2arr4038 { r.EncodeArrayStart(4) } else { - yynn4028 = 1 - for _, b := range yyq4028 { + yynn4038 = 1 + for _, b := range yyq4038 { if b { - yynn4028++ + yynn4038++ } } - r.EncodeMapStart(yynn4028) - yynn4028 = 0 + r.EncodeMapStart(yynn4038) + yynn4038 = 0 } - if yyr4028 || yy2arr4028 { + if yyr4038 || yy2arr4038 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4028[0] { - yym4030 := z.EncBinary() - _ = yym4030 + if yyq4038[0] { + yym4040 := z.EncBinary() + _ = yym4040 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -50534,23 +50630,23 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4028[0] { + if yyq4038[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4031 := z.EncBinary() - _ = yym4031 + yym4041 := z.EncBinary() + _ = yym4041 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4028 || yy2arr4028 { + if yyr4038 || yy2arr4038 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4028[1] { - yym4033 := z.EncBinary() - _ = yym4033 + if yyq4038[1] { + yym4043 := z.EncBinary() + _ = yym4043 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -50559,54 +50655,54 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4028[1] { + if yyq4038[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4034 := z.EncBinary() - _ = yym4034 + yym4044 := z.EncBinary() + _ = yym4044 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4028 || yy2arr4028 { + if yyr4038 || yy2arr4038 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4028[2] { - yy4036 := &x.ListMeta - yym4037 := z.EncBinary() - _ = yym4037 + if yyq4038[2] { + yy4046 := &x.ListMeta + yym4047 := z.EncBinary() + _ = yym4047 if false { - } else if z.HasExtensions() && z.EncExt(yy4036) { + } else if z.HasExtensions() && z.EncExt(yy4046) { } else { - z.EncFallback(yy4036) + z.EncFallback(yy4046) } } else { r.EncodeNil() } } else { - if yyq4028[2] { + if yyq4038[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4038 := &x.ListMeta - yym4039 := z.EncBinary() - _ = yym4039 + yy4048 := &x.ListMeta + yym4049 := z.EncBinary() + _ = yym4049 if false { - } else if z.HasExtensions() && z.EncExt(yy4038) { + } else if z.HasExtensions() && z.EncExt(yy4048) { } else { - z.EncFallback(yy4038) + z.EncFallback(yy4048) } } } - if yyr4028 || yy2arr4028 { + if yyr4038 || yy2arr4038 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4041 := z.EncBinary() - _ = yym4041 + yym4051 := z.EncBinary() + _ = yym4051 if false { } else { h.encSliceLimitRange(([]LimitRange)(x.Items), e) @@ -50619,15 +50715,15 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4042 := z.EncBinary() - _ = yym4042 + yym4052 := z.EncBinary() + _ = yym4052 if false { } else { h.encSliceLimitRange(([]LimitRange)(x.Items), e) } } } - if yyr4028 || yy2arr4028 { + if yyr4038 || yy2arr4038 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50640,25 +50736,25 @@ func (x *LimitRangeList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4043 := z.DecBinary() - _ = yym4043 + yym4053 := z.DecBinary() + _ = yym4053 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4044 := r.ContainerType() - if yyct4044 == codecSelferValueTypeMap1234 { - yyl4044 := r.ReadMapStart() - if yyl4044 == 0 { + yyct4054 := r.ContainerType() + if yyct4054 == codecSelferValueTypeMap1234 { + yyl4054 := r.ReadMapStart() + if yyl4054 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4044, d) + x.codecDecodeSelfFromMap(yyl4054, d) } - } else if yyct4044 == codecSelferValueTypeArray1234 { - yyl4044 := r.ReadArrayStart() - if yyl4044 == 0 { + } else if yyct4054 == codecSelferValueTypeArray1234 { + yyl4054 := r.ReadArrayStart() + if yyl4054 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4044, d) + x.codecDecodeSelfFromArray(yyl4054, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50670,12 +50766,12 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4045Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4045Slc - var yyhl4045 bool = l >= 0 - for yyj4045 := 0; ; yyj4045++ { - if yyhl4045 { - if yyj4045 >= l { + var yys4055Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4055Slc + var yyhl4055 bool = l >= 0 + for yyj4055 := 0; ; yyj4055++ { + if yyhl4055 { + if yyj4055 >= l { break } } else { @@ -50684,10 +50780,10 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4045Slc = r.DecodeBytes(yys4045Slc, true, true) - yys4045 := string(yys4045Slc) + yys4055Slc = r.DecodeBytes(yys4055Slc, true, true) + yys4055 := string(yys4055Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4045 { + switch yys4055 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -50704,31 +50800,31 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4048 := &x.ListMeta - yym4049 := z.DecBinary() - _ = yym4049 + yyv4058 := &x.ListMeta + yym4059 := z.DecBinary() + _ = yym4059 if false { - } else if z.HasExtensions() && z.DecExt(yyv4048) { + } else if z.HasExtensions() && z.DecExt(yyv4058) { } else { - z.DecFallback(yyv4048, false) + z.DecFallback(yyv4058, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4050 := &x.Items - yym4051 := z.DecBinary() - _ = yym4051 + yyv4060 := &x.Items + yym4061 := z.DecBinary() + _ = yym4061 if false { } else { - h.decSliceLimitRange((*[]LimitRange)(yyv4050), d) + h.decSliceLimitRange((*[]LimitRange)(yyv4060), d) } } default: - z.DecStructFieldNotFound(-1, yys4045) - } // end switch yys4045 - } // end for yyj4045 + z.DecStructFieldNotFound(-1, yys4055) + } // end switch yys4055 + } // end for yyj4055 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -50736,16 +50832,16 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4052 int - var yyb4052 bool - var yyhl4052 bool = l >= 0 - yyj4052++ - if yyhl4052 { - yyb4052 = yyj4052 > l + var yyj4062 int + var yyb4062 bool + var yyhl4062 bool = l >= 0 + yyj4062++ + if yyhl4062 { + yyb4062 = yyj4062 > l } else { - yyb4052 = r.CheckBreak() + yyb4062 = r.CheckBreak() } - if yyb4052 { + if yyb4062 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50755,13 +50851,13 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4052++ - if yyhl4052 { - yyb4052 = yyj4052 > l + yyj4062++ + if yyhl4062 { + yyb4062 = yyj4062 > l } else { - yyb4052 = r.CheckBreak() + yyb4062 = r.CheckBreak() } - if yyb4052 { + if yyb4062 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50771,13 +50867,13 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4052++ - if yyhl4052 { - yyb4052 = yyj4052 > l + yyj4062++ + if yyhl4062 { + yyb4062 = yyj4062 > l } else { - yyb4052 = r.CheckBreak() + yyb4062 = r.CheckBreak() } - if yyb4052 { + if yyb4062 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50785,22 +50881,22 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4055 := &x.ListMeta - yym4056 := z.DecBinary() - _ = yym4056 + yyv4065 := &x.ListMeta + yym4066 := z.DecBinary() + _ = yym4066 if false { - } else if z.HasExtensions() && z.DecExt(yyv4055) { + } else if z.HasExtensions() && z.DecExt(yyv4065) { } else { - z.DecFallback(yyv4055, false) + z.DecFallback(yyv4065, false) } } - yyj4052++ - if yyhl4052 { - yyb4052 = yyj4052 > l + yyj4062++ + if yyhl4062 { + yyb4062 = yyj4062 > l } else { - yyb4052 = r.CheckBreak() + yyb4062 = r.CheckBreak() } - if yyb4052 { + if yyb4062 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50808,26 +50904,26 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4057 := &x.Items - yym4058 := z.DecBinary() - _ = yym4058 + yyv4067 := &x.Items + yym4068 := z.DecBinary() + _ = yym4068 if false { } else { - h.decSliceLimitRange((*[]LimitRange)(yyv4057), d) + h.decSliceLimitRange((*[]LimitRange)(yyv4067), d) } } for { - yyj4052++ - if yyhl4052 { - yyb4052 = yyj4052 > l + yyj4062++ + if yyhl4062 { + yyb4062 = yyj4062 > l } else { - yyb4052 = r.CheckBreak() + yyb4062 = r.CheckBreak() } - if yyb4052 { + if yyb4062 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4052-1, "") + z.DecStructFieldNotFound(yyj4062-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50836,8 +50932,8 @@ func (x ResourceQuotaScope) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4059 := z.EncBinary() - _ = yym4059 + yym4069 := z.EncBinary() + _ = yym4069 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -50849,8 +50945,8 @@ func (x *ResourceQuotaScope) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4060 := z.DecBinary() - _ = yym4060 + yym4070 := z.DecBinary() + _ = yym4070 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -50865,34 +50961,34 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4061 := z.EncBinary() - _ = yym4061 + yym4071 := z.EncBinary() + _ = yym4071 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4062 := !z.EncBinary() - yy2arr4062 := z.EncBasicHandle().StructToArray - var yyq4062 [2]bool - _, _, _ = yysep4062, yyq4062, yy2arr4062 - const yyr4062 bool = false - yyq4062[0] = len(x.Hard) != 0 - yyq4062[1] = len(x.Scopes) != 0 - var yynn4062 int - if yyr4062 || yy2arr4062 { + yysep4072 := !z.EncBinary() + yy2arr4072 := z.EncBasicHandle().StructToArray + var yyq4072 [2]bool + _, _, _ = yysep4072, yyq4072, yy2arr4072 + const yyr4072 bool = false + yyq4072[0] = len(x.Hard) != 0 + yyq4072[1] = len(x.Scopes) != 0 + var yynn4072 int + if yyr4072 || yy2arr4072 { r.EncodeArrayStart(2) } else { - yynn4062 = 0 - for _, b := range yyq4062 { + yynn4072 = 0 + for _, b := range yyq4072 { if b { - yynn4062++ + yynn4072++ } } - r.EncodeMapStart(yynn4062) - yynn4062 = 0 + r.EncodeMapStart(yynn4072) + yynn4072 = 0 } - if yyr4062 || yy2arr4062 { + if yyr4072 || yy2arr4072 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4062[0] { + if yyq4072[0] { if x.Hard == nil { r.EncodeNil() } else { @@ -50902,7 +50998,7 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4062[0] { + if yyq4072[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hard")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -50913,14 +51009,14 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4062 || yy2arr4062 { + if yyr4072 || yy2arr4072 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4062[1] { + if yyq4072[1] { if x.Scopes == nil { r.EncodeNil() } else { - yym4065 := z.EncBinary() - _ = yym4065 + yym4075 := z.EncBinary() + _ = yym4075 if false { } else { h.encSliceResourceQuotaScope(([]ResourceQuotaScope)(x.Scopes), e) @@ -50930,15 +51026,15 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4062[1] { + if yyq4072[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("scopes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Scopes == nil { r.EncodeNil() } else { - yym4066 := z.EncBinary() - _ = yym4066 + yym4076 := z.EncBinary() + _ = yym4076 if false { } else { h.encSliceResourceQuotaScope(([]ResourceQuotaScope)(x.Scopes), e) @@ -50946,7 +51042,7 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4062 || yy2arr4062 { + if yyr4072 || yy2arr4072 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50959,25 +51055,25 @@ func (x *ResourceQuotaSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4067 := z.DecBinary() - _ = yym4067 + yym4077 := z.DecBinary() + _ = yym4077 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4068 := r.ContainerType() - if yyct4068 == codecSelferValueTypeMap1234 { - yyl4068 := r.ReadMapStart() - if yyl4068 == 0 { + yyct4078 := r.ContainerType() + if yyct4078 == codecSelferValueTypeMap1234 { + yyl4078 := r.ReadMapStart() + if yyl4078 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4068, d) + x.codecDecodeSelfFromMap(yyl4078, d) } - } else if yyct4068 == codecSelferValueTypeArray1234 { - yyl4068 := r.ReadArrayStart() - if yyl4068 == 0 { + } else if yyct4078 == codecSelferValueTypeArray1234 { + yyl4078 := r.ReadArrayStart() + if yyl4078 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4068, d) + x.codecDecodeSelfFromArray(yyl4078, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50989,12 +51085,12 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4069Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4069Slc - var yyhl4069 bool = l >= 0 - for yyj4069 := 0; ; yyj4069++ { - if yyhl4069 { - if yyj4069 >= l { + var yys4079Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4079Slc + var yyhl4079 bool = l >= 0 + for yyj4079 := 0; ; yyj4079++ { + if yyhl4079 { + if yyj4079 >= l { break } } else { @@ -51003,33 +51099,33 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4069Slc = r.DecodeBytes(yys4069Slc, true, true) - yys4069 := string(yys4069Slc) + yys4079Slc = r.DecodeBytes(yys4079Slc, true, true) + yys4079 := string(yys4079Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4069 { + switch yys4079 { case "hard": if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv4070 := &x.Hard - yyv4070.CodecDecodeSelf(d) + yyv4080 := &x.Hard + yyv4080.CodecDecodeSelf(d) } case "scopes": if r.TryDecodeAsNil() { x.Scopes = nil } else { - yyv4071 := &x.Scopes - yym4072 := z.DecBinary() - _ = yym4072 + yyv4081 := &x.Scopes + yym4082 := z.DecBinary() + _ = yym4082 if false { } else { - h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv4071), d) + h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv4081), d) } } default: - z.DecStructFieldNotFound(-1, yys4069) - } // end switch yys4069 - } // end for yyj4069 + z.DecStructFieldNotFound(-1, yys4079) + } // end switch yys4079 + } // end for yyj4079 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -51037,16 +51133,16 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4073 int - var yyb4073 bool - var yyhl4073 bool = l >= 0 - yyj4073++ - if yyhl4073 { - yyb4073 = yyj4073 > l + var yyj4083 int + var yyb4083 bool + var yyhl4083 bool = l >= 0 + yyj4083++ + if yyhl4083 { + yyb4083 = yyj4083 > l } else { - yyb4073 = r.CheckBreak() + yyb4083 = r.CheckBreak() } - if yyb4073 { + if yyb4083 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51054,16 +51150,16 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv4074 := &x.Hard - yyv4074.CodecDecodeSelf(d) + yyv4084 := &x.Hard + yyv4084.CodecDecodeSelf(d) } - yyj4073++ - if yyhl4073 { - yyb4073 = yyj4073 > l + yyj4083++ + if yyhl4083 { + yyb4083 = yyj4083 > l } else { - yyb4073 = r.CheckBreak() + yyb4083 = r.CheckBreak() } - if yyb4073 { + if yyb4083 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51071,26 +51167,26 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Scopes = nil } else { - yyv4075 := &x.Scopes - yym4076 := z.DecBinary() - _ = yym4076 + yyv4085 := &x.Scopes + yym4086 := z.DecBinary() + _ = yym4086 if false { } else { - h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv4075), d) + h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv4085), d) } } for { - yyj4073++ - if yyhl4073 { - yyb4073 = yyj4073 > l + yyj4083++ + if yyhl4083 { + yyb4083 = yyj4083 > l } else { - yyb4073 = r.CheckBreak() + yyb4083 = r.CheckBreak() } - if yyb4073 { + if yyb4083 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4073-1, "") + z.DecStructFieldNotFound(yyj4083-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51102,34 +51198,34 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4077 := z.EncBinary() - _ = yym4077 + yym4087 := z.EncBinary() + _ = yym4087 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4078 := !z.EncBinary() - yy2arr4078 := z.EncBasicHandle().StructToArray - var yyq4078 [2]bool - _, _, _ = yysep4078, yyq4078, yy2arr4078 - const yyr4078 bool = false - yyq4078[0] = len(x.Hard) != 0 - yyq4078[1] = len(x.Used) != 0 - var yynn4078 int - if yyr4078 || yy2arr4078 { + yysep4088 := !z.EncBinary() + yy2arr4088 := z.EncBasicHandle().StructToArray + var yyq4088 [2]bool + _, _, _ = yysep4088, yyq4088, yy2arr4088 + const yyr4088 bool = false + yyq4088[0] = len(x.Hard) != 0 + yyq4088[1] = len(x.Used) != 0 + var yynn4088 int + if yyr4088 || yy2arr4088 { r.EncodeArrayStart(2) } else { - yynn4078 = 0 - for _, b := range yyq4078 { + yynn4088 = 0 + for _, b := range yyq4088 { if b { - yynn4078++ + yynn4088++ } } - r.EncodeMapStart(yynn4078) - yynn4078 = 0 + r.EncodeMapStart(yynn4088) + yynn4088 = 0 } - if yyr4078 || yy2arr4078 { + if yyr4088 || yy2arr4088 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4078[0] { + if yyq4088[0] { if x.Hard == nil { r.EncodeNil() } else { @@ -51139,7 +51235,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4078[0] { + if yyq4088[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hard")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -51150,9 +51246,9 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4078 || yy2arr4078 { + if yyr4088 || yy2arr4088 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4078[1] { + if yyq4088[1] { if x.Used == nil { r.EncodeNil() } else { @@ -51162,7 +51258,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4078[1] { + if yyq4088[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("used")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -51173,7 +51269,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4078 || yy2arr4078 { + if yyr4088 || yy2arr4088 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -51186,25 +51282,25 @@ func (x *ResourceQuotaStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4081 := z.DecBinary() - _ = yym4081 + yym4091 := z.DecBinary() + _ = yym4091 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4082 := r.ContainerType() - if yyct4082 == codecSelferValueTypeMap1234 { - yyl4082 := r.ReadMapStart() - if yyl4082 == 0 { + yyct4092 := r.ContainerType() + if yyct4092 == codecSelferValueTypeMap1234 { + yyl4092 := r.ReadMapStart() + if yyl4092 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4082, d) + x.codecDecodeSelfFromMap(yyl4092, d) } - } else if yyct4082 == codecSelferValueTypeArray1234 { - yyl4082 := r.ReadArrayStart() - if yyl4082 == 0 { + } else if yyct4092 == codecSelferValueTypeArray1234 { + yyl4092 := r.ReadArrayStart() + if yyl4092 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4082, d) + x.codecDecodeSelfFromArray(yyl4092, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -51216,12 +51312,12 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4083Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4083Slc - var yyhl4083 bool = l >= 0 - for yyj4083 := 0; ; yyj4083++ { - if yyhl4083 { - if yyj4083 >= l { + var yys4093Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4093Slc + var yyhl4093 bool = l >= 0 + for yyj4093 := 0; ; yyj4093++ { + if yyhl4093 { + if yyj4093 >= l { break } } else { @@ -51230,28 +51326,28 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4083Slc = r.DecodeBytes(yys4083Slc, true, true) - yys4083 := string(yys4083Slc) + yys4093Slc = r.DecodeBytes(yys4093Slc, true, true) + yys4093 := string(yys4093Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4083 { + switch yys4093 { case "hard": if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv4084 := &x.Hard - yyv4084.CodecDecodeSelf(d) + yyv4094 := &x.Hard + yyv4094.CodecDecodeSelf(d) } case "used": if r.TryDecodeAsNil() { x.Used = nil } else { - yyv4085 := &x.Used - yyv4085.CodecDecodeSelf(d) + yyv4095 := &x.Used + yyv4095.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys4083) - } // end switch yys4083 - } // end for yyj4083 + z.DecStructFieldNotFound(-1, yys4093) + } // end switch yys4093 + } // end for yyj4093 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -51259,16 +51355,16 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4086 int - var yyb4086 bool - var yyhl4086 bool = l >= 0 - yyj4086++ - if yyhl4086 { - yyb4086 = yyj4086 > l + var yyj4096 int + var yyb4096 bool + var yyhl4096 bool = l >= 0 + yyj4096++ + if yyhl4096 { + yyb4096 = yyj4096 > l } else { - yyb4086 = r.CheckBreak() + yyb4096 = r.CheckBreak() } - if yyb4086 { + if yyb4096 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51276,16 +51372,16 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv4087 := &x.Hard - yyv4087.CodecDecodeSelf(d) + yyv4097 := &x.Hard + yyv4097.CodecDecodeSelf(d) } - yyj4086++ - if yyhl4086 { - yyb4086 = yyj4086 > l + yyj4096++ + if yyhl4096 { + yyb4096 = yyj4096 > l } else { - yyb4086 = r.CheckBreak() + yyb4096 = r.CheckBreak() } - if yyb4086 { + if yyb4096 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51293,21 +51389,21 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Used = nil } else { - yyv4088 := &x.Used - yyv4088.CodecDecodeSelf(d) + yyv4098 := &x.Used + yyv4098.CodecDecodeSelf(d) } for { - yyj4086++ - if yyhl4086 { - yyb4086 = yyj4086 > l + yyj4096++ + if yyhl4096 { + yyb4096 = yyj4096 > l } else { - yyb4086 = r.CheckBreak() + yyb4096 = r.CheckBreak() } - if yyb4086 { + if yyb4096 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4086-1, "") + z.DecStructFieldNotFound(yyj4096-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51319,39 +51415,39 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4089 := z.EncBinary() - _ = yym4089 + yym4099 := z.EncBinary() + _ = yym4099 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4090 := !z.EncBinary() - yy2arr4090 := z.EncBasicHandle().StructToArray - var yyq4090 [5]bool - _, _, _ = yysep4090, yyq4090, yy2arr4090 - const yyr4090 bool = false - yyq4090[0] = x.Kind != "" - yyq4090[1] = x.APIVersion != "" - yyq4090[2] = true - yyq4090[3] = true - yyq4090[4] = true - var yynn4090 int - if yyr4090 || yy2arr4090 { + yysep4100 := !z.EncBinary() + yy2arr4100 := z.EncBasicHandle().StructToArray + var yyq4100 [5]bool + _, _, _ = yysep4100, yyq4100, yy2arr4100 + const yyr4100 bool = false + yyq4100[0] = x.Kind != "" + yyq4100[1] = x.APIVersion != "" + yyq4100[2] = true + yyq4100[3] = true + yyq4100[4] = true + var yynn4100 int + if yyr4100 || yy2arr4100 { r.EncodeArrayStart(5) } else { - yynn4090 = 0 - for _, b := range yyq4090 { + yynn4100 = 0 + for _, b := range yyq4100 { if b { - yynn4090++ + yynn4100++ } } - r.EncodeMapStart(yynn4090) - yynn4090 = 0 + r.EncodeMapStart(yynn4100) + yynn4100 = 0 } - if yyr4090 || yy2arr4090 { + if yyr4100 || yy2arr4100 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4090[0] { - yym4092 := z.EncBinary() - _ = yym4092 + if yyq4100[0] { + yym4102 := z.EncBinary() + _ = yym4102 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -51360,23 +51456,23 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4090[0] { + if yyq4100[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4093 := z.EncBinary() - _ = yym4093 + yym4103 := z.EncBinary() + _ = yym4103 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4090 || yy2arr4090 { + if yyr4100 || yy2arr4100 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4090[1] { - yym4095 := z.EncBinary() - _ = yym4095 + if yyq4100[1] { + yym4105 := z.EncBinary() + _ = yym4105 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -51385,70 +51481,70 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4090[1] { + if yyq4100[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4096 := z.EncBinary() - _ = yym4096 + yym4106 := z.EncBinary() + _ = yym4106 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4090 || yy2arr4090 { + if yyr4100 || yy2arr4100 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4090[2] { - yy4098 := &x.ObjectMeta - yy4098.CodecEncodeSelf(e) + if yyq4100[2] { + yy4108 := &x.ObjectMeta + yy4108.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4090[2] { + if yyq4100[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4099 := &x.ObjectMeta - yy4099.CodecEncodeSelf(e) + yy4109 := &x.ObjectMeta + yy4109.CodecEncodeSelf(e) } } - if yyr4090 || yy2arr4090 { + if yyr4100 || yy2arr4100 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4090[3] { - yy4101 := &x.Spec - yy4101.CodecEncodeSelf(e) + if yyq4100[3] { + yy4111 := &x.Spec + yy4111.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4090[3] { + if yyq4100[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4102 := &x.Spec - yy4102.CodecEncodeSelf(e) + yy4112 := &x.Spec + yy4112.CodecEncodeSelf(e) } } - if yyr4090 || yy2arr4090 { + if yyr4100 || yy2arr4100 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4090[4] { - yy4104 := &x.Status - yy4104.CodecEncodeSelf(e) + if yyq4100[4] { + yy4114 := &x.Status + yy4114.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4090[4] { + if yyq4100[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4105 := &x.Status - yy4105.CodecEncodeSelf(e) + yy4115 := &x.Status + yy4115.CodecEncodeSelf(e) } } - if yyr4090 || yy2arr4090 { + if yyr4100 || yy2arr4100 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -51461,25 +51557,25 @@ func (x *ResourceQuota) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4106 := z.DecBinary() - _ = yym4106 + yym4116 := z.DecBinary() + _ = yym4116 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4107 := r.ContainerType() - if yyct4107 == codecSelferValueTypeMap1234 { - yyl4107 := r.ReadMapStart() - if yyl4107 == 0 { + yyct4117 := r.ContainerType() + if yyct4117 == codecSelferValueTypeMap1234 { + yyl4117 := r.ReadMapStart() + if yyl4117 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4107, d) + x.codecDecodeSelfFromMap(yyl4117, d) } - } else if yyct4107 == codecSelferValueTypeArray1234 { - yyl4107 := r.ReadArrayStart() - if yyl4107 == 0 { + } else if yyct4117 == codecSelferValueTypeArray1234 { + yyl4117 := r.ReadArrayStart() + if yyl4117 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4107, d) + x.codecDecodeSelfFromArray(yyl4117, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -51491,12 +51587,12 @@ func (x *ResourceQuota) 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 yys4118Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4118Slc + var yyhl4118 bool = l >= 0 + for yyj4118 := 0; ; yyj4118++ { + if yyhl4118 { + if yyj4118 >= l { break } } else { @@ -51505,10 +51601,10 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4108Slc = r.DecodeBytes(yys4108Slc, true, true) - yys4108 := string(yys4108Slc) + yys4118Slc = r.DecodeBytes(yys4118Slc, true, true) + yys4118 := string(yys4118Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4108 { + switch yys4118 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -51525,27 +51621,27 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4111 := &x.ObjectMeta - yyv4111.CodecDecodeSelf(d) + yyv4121 := &x.ObjectMeta + yyv4121.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ResourceQuotaSpec{} } else { - yyv4112 := &x.Spec - yyv4112.CodecDecodeSelf(d) + yyv4122 := &x.Spec + yyv4122.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ResourceQuotaStatus{} } else { - yyv4113 := &x.Status - yyv4113.CodecDecodeSelf(d) + yyv4123 := &x.Status + yyv4123.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys4108) - } // end switch yys4108 - } // end for yyj4108 + z.DecStructFieldNotFound(-1, yys4118) + } // end switch yys4118 + } // end for yyj4118 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -51553,16 +51649,16 @@ func (x *ResourceQuota) 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 yyj4124 int + var yyb4124 bool + var yyhl4124 bool = l >= 0 + yyj4124++ + if yyhl4124 { + yyb4124 = yyj4124 > l } else { - yyb4114 = r.CheckBreak() + yyb4124 = r.CheckBreak() } - if yyb4114 { + if yyb4124 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51572,13 +51668,13 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4114++ - if yyhl4114 { - yyb4114 = yyj4114 > l + yyj4124++ + if yyhl4124 { + yyb4124 = yyj4124 > l } else { - yyb4114 = r.CheckBreak() + yyb4124 = r.CheckBreak() } - if yyb4114 { + if yyb4124 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51588,13 +51684,13 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4114++ - if yyhl4114 { - yyb4114 = yyj4114 > l + yyj4124++ + if yyhl4124 { + yyb4124 = yyj4124 > l } else { - yyb4114 = r.CheckBreak() + yyb4124 = r.CheckBreak() } - if yyb4114 { + if yyb4124 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51602,16 +51698,16 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4117 := &x.ObjectMeta - yyv4117.CodecDecodeSelf(d) + yyv4127 := &x.ObjectMeta + yyv4127.CodecDecodeSelf(d) } - yyj4114++ - if yyhl4114 { - yyb4114 = yyj4114 > l + yyj4124++ + if yyhl4124 { + yyb4124 = yyj4124 > l } else { - yyb4114 = r.CheckBreak() + yyb4124 = r.CheckBreak() } - if yyb4114 { + if yyb4124 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51619,16 +51715,16 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = ResourceQuotaSpec{} } else { - yyv4118 := &x.Spec - yyv4118.CodecDecodeSelf(d) + yyv4128 := &x.Spec + yyv4128.CodecDecodeSelf(d) } - yyj4114++ - if yyhl4114 { - yyb4114 = yyj4114 > l + yyj4124++ + if yyhl4124 { + yyb4124 = yyj4124 > l } else { - yyb4114 = r.CheckBreak() + yyb4124 = r.CheckBreak() } - if yyb4114 { + if yyb4124 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51636,21 +51732,21 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = ResourceQuotaStatus{} } else { - yyv4119 := &x.Status - yyv4119.CodecDecodeSelf(d) + yyv4129 := &x.Status + yyv4129.CodecDecodeSelf(d) } for { - yyj4114++ - if yyhl4114 { - yyb4114 = yyj4114 > l + yyj4124++ + if yyhl4124 { + yyb4124 = yyj4124 > l } else { - yyb4114 = r.CheckBreak() + yyb4124 = r.CheckBreak() } - if yyb4114 { + if yyb4124 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4114-1, "") + z.DecStructFieldNotFound(yyj4124-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51662,37 +51758,37 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4120 := z.EncBinary() - _ = yym4120 + yym4130 := z.EncBinary() + _ = yym4130 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 { + yysep4131 := !z.EncBinary() + yy2arr4131 := z.EncBasicHandle().StructToArray + var yyq4131 [4]bool + _, _, _ = yysep4131, yyq4131, yy2arr4131 + const yyr4131 bool = false + yyq4131[0] = x.Kind != "" + yyq4131[1] = x.APIVersion != "" + yyq4131[2] = true + var yynn4131 int + if yyr4131 || yy2arr4131 { r.EncodeArrayStart(4) } else { - yynn4121 = 1 - for _, b := range yyq4121 { + yynn4131 = 1 + for _, b := range yyq4131 { if b { - yynn4121++ + yynn4131++ } } - r.EncodeMapStart(yynn4121) - yynn4121 = 0 + r.EncodeMapStart(yynn4131) + yynn4131 = 0 } - if yyr4121 || yy2arr4121 { + if yyr4131 || yy2arr4131 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4121[0] { - yym4123 := z.EncBinary() - _ = yym4123 + if yyq4131[0] { + yym4133 := z.EncBinary() + _ = yym4133 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -51701,23 +51797,23 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4121[0] { + if yyq4131[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4124 := z.EncBinary() - _ = yym4124 + yym4134 := z.EncBinary() + _ = yym4134 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4121 || yy2arr4121 { + if yyr4131 || yy2arr4131 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4121[1] { - yym4126 := z.EncBinary() - _ = yym4126 + if yyq4131[1] { + yym4136 := z.EncBinary() + _ = yym4136 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -51726,54 +51822,54 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4121[1] { + if yyq4131[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4127 := z.EncBinary() - _ = yym4127 + yym4137 := z.EncBinary() + _ = yym4137 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4121 || yy2arr4121 { + if yyr4131 || yy2arr4131 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4121[2] { - yy4129 := &x.ListMeta - yym4130 := z.EncBinary() - _ = yym4130 + if yyq4131[2] { + yy4139 := &x.ListMeta + yym4140 := z.EncBinary() + _ = yym4140 if false { - } else if z.HasExtensions() && z.EncExt(yy4129) { + } else if z.HasExtensions() && z.EncExt(yy4139) { } else { - z.EncFallback(yy4129) + z.EncFallback(yy4139) } } else { r.EncodeNil() } } else { - if yyq4121[2] { + if yyq4131[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4131 := &x.ListMeta - yym4132 := z.EncBinary() - _ = yym4132 + yy4141 := &x.ListMeta + yym4142 := z.EncBinary() + _ = yym4142 if false { - } else if z.HasExtensions() && z.EncExt(yy4131) { + } else if z.HasExtensions() && z.EncExt(yy4141) { } else { - z.EncFallback(yy4131) + z.EncFallback(yy4141) } } } - if yyr4121 || yy2arr4121 { + if yyr4131 || yy2arr4131 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4134 := z.EncBinary() - _ = yym4134 + yym4144 := z.EncBinary() + _ = yym4144 if false { } else { h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) @@ -51786,15 +51882,15 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4135 := z.EncBinary() - _ = yym4135 + yym4145 := z.EncBinary() + _ = yym4145 if false { } else { h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) } } } - if yyr4121 || yy2arr4121 { + if yyr4131 || yy2arr4131 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -51807,25 +51903,25 @@ func (x *ResourceQuotaList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4136 := z.DecBinary() - _ = yym4136 + yym4146 := z.DecBinary() + _ = yym4146 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4137 := r.ContainerType() - if yyct4137 == codecSelferValueTypeMap1234 { - yyl4137 := r.ReadMapStart() - if yyl4137 == 0 { + yyct4147 := r.ContainerType() + if yyct4147 == codecSelferValueTypeMap1234 { + yyl4147 := r.ReadMapStart() + if yyl4147 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4137, d) + x.codecDecodeSelfFromMap(yyl4147, d) } - } else if yyct4137 == codecSelferValueTypeArray1234 { - yyl4137 := r.ReadArrayStart() - if yyl4137 == 0 { + } else if yyct4147 == codecSelferValueTypeArray1234 { + yyl4147 := r.ReadArrayStart() + if yyl4147 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4137, d) + x.codecDecodeSelfFromArray(yyl4147, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -51837,12 +51933,12 @@ func (x *ResourceQuotaList) 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 yys4148Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4148Slc + var yyhl4148 bool = l >= 0 + for yyj4148 := 0; ; yyj4148++ { + if yyhl4148 { + if yyj4148 >= l { break } } else { @@ -51851,10 +51947,10 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4138Slc = r.DecodeBytes(yys4138Slc, true, true) - yys4138 := string(yys4138Slc) + yys4148Slc = r.DecodeBytes(yys4148Slc, true, true) + yys4148 := string(yys4148Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4138 { + switch yys4148 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -51871,31 +51967,31 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4141 := &x.ListMeta - yym4142 := z.DecBinary() - _ = yym4142 + yyv4151 := &x.ListMeta + yym4152 := z.DecBinary() + _ = yym4152 if false { - } else if z.HasExtensions() && z.DecExt(yyv4141) { + } else if z.HasExtensions() && z.DecExt(yyv4151) { } else { - z.DecFallback(yyv4141, false) + z.DecFallback(yyv4151, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4143 := &x.Items - yym4144 := z.DecBinary() - _ = yym4144 + yyv4153 := &x.Items + yym4154 := z.DecBinary() + _ = yym4154 if false { } else { - h.decSliceResourceQuota((*[]ResourceQuota)(yyv4143), d) + h.decSliceResourceQuota((*[]ResourceQuota)(yyv4153), d) } } default: - z.DecStructFieldNotFound(-1, yys4138) - } // end switch yys4138 - } // end for yyj4138 + z.DecStructFieldNotFound(-1, yys4148) + } // end switch yys4148 + } // end for yyj4148 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -51903,16 +51999,16 @@ func (x *ResourceQuotaList) 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 yyj4155 int + var yyb4155 bool + var yyhl4155 bool = l >= 0 + yyj4155++ + if yyhl4155 { + yyb4155 = yyj4155 > l } else { - yyb4145 = r.CheckBreak() + yyb4155 = r.CheckBreak() } - if yyb4145 { + if yyb4155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51922,13 +52018,13 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.Kind = string(r.DecodeString()) } - yyj4145++ - if yyhl4145 { - yyb4145 = yyj4145 > l + yyj4155++ + if yyhl4155 { + yyb4155 = yyj4155 > l } else { - yyb4145 = r.CheckBreak() + yyb4155 = r.CheckBreak() } - if yyb4145 { + if yyb4155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51938,13 +52034,13 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.APIVersion = string(r.DecodeString()) } - yyj4145++ - if yyhl4145 { - yyb4145 = yyj4145 > l + yyj4155++ + if yyhl4155 { + yyb4155 = yyj4155 > l } else { - yyb4145 = r.CheckBreak() + yyb4155 = r.CheckBreak() } - if yyb4145 { + if yyb4155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51952,22 +52048,22 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4148 := &x.ListMeta - yym4149 := z.DecBinary() - _ = yym4149 + yyv4158 := &x.ListMeta + yym4159 := z.DecBinary() + _ = yym4159 if false { - } else if z.HasExtensions() && z.DecExt(yyv4148) { + } else if z.HasExtensions() && z.DecExt(yyv4158) { } else { - z.DecFallback(yyv4148, false) + z.DecFallback(yyv4158, false) } } - yyj4145++ - if yyhl4145 { - yyb4145 = yyj4145 > l + yyj4155++ + if yyhl4155 { + yyb4155 = yyj4155 > l } else { - yyb4145 = r.CheckBreak() + yyb4155 = r.CheckBreak() } - if yyb4145 { + if yyb4155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51975,26 +52071,26 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4150 := &x.Items - yym4151 := z.DecBinary() - _ = yym4151 + yyv4160 := &x.Items + yym4161 := z.DecBinary() + _ = yym4161 if false { } else { - h.decSliceResourceQuota((*[]ResourceQuota)(yyv4150), d) + h.decSliceResourceQuota((*[]ResourceQuota)(yyv4160), d) } } for { - yyj4145++ - if yyhl4145 { - yyb4145 = yyj4145 > l + yyj4155++ + if yyhl4155 { + yyb4155 = yyj4155 > l } else { - yyb4145 = r.CheckBreak() + yyb4155 = r.CheckBreak() } - if yyb4145 { + if yyb4155 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4145-1, "") + z.DecStructFieldNotFound(yyj4155-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -52006,40 +52102,40 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4152 := z.EncBinary() - _ = yym4152 + yym4162 := z.EncBinary() + _ = yym4162 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4153 := !z.EncBinary() - yy2arr4153 := z.EncBasicHandle().StructToArray - var yyq4153 [6]bool - _, _, _ = yysep4153, yyq4153, yy2arr4153 - const yyr4153 bool = false - yyq4153[0] = x.Kind != "" - yyq4153[1] = x.APIVersion != "" - yyq4153[2] = true - yyq4153[3] = len(x.Data) != 0 - yyq4153[4] = len(x.StringData) != 0 - yyq4153[5] = x.Type != "" - var yynn4153 int - if yyr4153 || yy2arr4153 { + yysep4163 := !z.EncBinary() + yy2arr4163 := z.EncBasicHandle().StructToArray + var yyq4163 [6]bool + _, _, _ = yysep4163, yyq4163, yy2arr4163 + const yyr4163 bool = false + yyq4163[0] = x.Kind != "" + yyq4163[1] = x.APIVersion != "" + yyq4163[2] = true + yyq4163[3] = len(x.Data) != 0 + yyq4163[4] = len(x.StringData) != 0 + yyq4163[5] = x.Type != "" + var yynn4163 int + if yyr4163 || yy2arr4163 { r.EncodeArrayStart(6) } else { - yynn4153 = 0 - for _, b := range yyq4153 { + yynn4163 = 0 + for _, b := range yyq4163 { if b { - yynn4153++ + yynn4163++ } } - r.EncodeMapStart(yynn4153) - yynn4153 = 0 + r.EncodeMapStart(yynn4163) + yynn4163 = 0 } - if yyr4153 || yy2arr4153 { + if yyr4163 || yy2arr4163 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4153[0] { - yym4155 := z.EncBinary() - _ = yym4155 + if yyq4163[0] { + yym4165 := z.EncBinary() + _ = yym4165 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -52048,23 +52144,23 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4153[0] { + if yyq4163[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4156 := z.EncBinary() - _ = yym4156 + yym4166 := z.EncBinary() + _ = yym4166 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4153 || yy2arr4153 { + if yyr4163 || yy2arr4163 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4153[1] { - yym4158 := z.EncBinary() - _ = yym4158 + if yyq4163[1] { + yym4168 := z.EncBinary() + _ = yym4168 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -52073,43 +52169,43 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4153[1] { + if yyq4163[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4159 := z.EncBinary() - _ = yym4159 + yym4169 := z.EncBinary() + _ = yym4169 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4153 || yy2arr4153 { + if yyr4163 || yy2arr4163 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4153[2] { - yy4161 := &x.ObjectMeta - yy4161.CodecEncodeSelf(e) + if yyq4163[2] { + yy4171 := &x.ObjectMeta + yy4171.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4153[2] { + if yyq4163[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4162 := &x.ObjectMeta - yy4162.CodecEncodeSelf(e) + yy4172 := &x.ObjectMeta + yy4172.CodecEncodeSelf(e) } } - if yyr4153 || yy2arr4153 { + if yyr4163 || yy2arr4163 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4153[3] { + if yyq4163[3] { if x.Data == nil { r.EncodeNil() } else { - yym4164 := z.EncBinary() - _ = yym4164 + yym4174 := z.EncBinary() + _ = yym4174 if false { } else { h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) @@ -52119,15 +52215,15 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4153[3] { + if yyq4163[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("data")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Data == nil { r.EncodeNil() } else { - yym4165 := z.EncBinary() - _ = yym4165 + yym4175 := z.EncBinary() + _ = yym4175 if false { } else { h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) @@ -52135,14 +52231,14 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4153 || yy2arr4153 { + if yyr4163 || yy2arr4163 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4153[4] { + if yyq4163[4] { if x.StringData == nil { r.EncodeNil() } else { - yym4167 := z.EncBinary() - _ = yym4167 + yym4177 := z.EncBinary() + _ = yym4177 if false { } else { z.F.EncMapStringStringV(x.StringData, false, e) @@ -52152,15 +52248,15 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4153[4] { + if yyq4163[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stringData")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.StringData == nil { r.EncodeNil() } else { - yym4168 := z.EncBinary() - _ = yym4168 + yym4178 := z.EncBinary() + _ = yym4178 if false { } else { z.F.EncMapStringStringV(x.StringData, false, e) @@ -52168,22 +52264,22 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4153 || yy2arr4153 { + if yyr4163 || yy2arr4163 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4153[5] { + if yyq4163[5] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4153[5] { + if yyq4163[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr4153 || yy2arr4153 { + if yyr4163 || yy2arr4163 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -52196,25 +52292,25 @@ func (x *Secret) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4170 := z.DecBinary() - _ = yym4170 + yym4180 := z.DecBinary() + _ = yym4180 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4171 := r.ContainerType() - if yyct4171 == codecSelferValueTypeMap1234 { - yyl4171 := r.ReadMapStart() - if yyl4171 == 0 { + yyct4181 := r.ContainerType() + if yyct4181 == codecSelferValueTypeMap1234 { + yyl4181 := r.ReadMapStart() + if yyl4181 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4171, d) + x.codecDecodeSelfFromMap(yyl4181, d) } - } else if yyct4171 == codecSelferValueTypeArray1234 { - yyl4171 := r.ReadArrayStart() - if yyl4171 == 0 { + } else if yyct4181 == codecSelferValueTypeArray1234 { + yyl4181 := r.ReadArrayStart() + if yyl4181 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4171, d) + x.codecDecodeSelfFromArray(yyl4181, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -52226,12 +52322,12 @@ func (x *Secret) 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 yys4182Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4182Slc + var yyhl4182 bool = l >= 0 + for yyj4182 := 0; ; yyj4182++ { + if yyhl4182 { + if yyj4182 >= l { break } } else { @@ -52240,10 +52336,10 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4172Slc = r.DecodeBytes(yys4172Slc, true, true) - yys4172 := string(yys4172Slc) + yys4182Slc = r.DecodeBytes(yys4182Slc, true, true) + yys4182 := string(yys4182Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4172 { + switch yys4182 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -52260,31 +52356,31 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4175 := &x.ObjectMeta - yyv4175.CodecDecodeSelf(d) + yyv4185 := &x.ObjectMeta + yyv4185.CodecDecodeSelf(d) } case "data": if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4176 := &x.Data - yym4177 := z.DecBinary() - _ = yym4177 + yyv4186 := &x.Data + yym4187 := z.DecBinary() + _ = yym4187 if false { } else { - h.decMapstringSliceuint8((*map[string][]uint8)(yyv4176), d) + h.decMapstringSliceuint8((*map[string][]uint8)(yyv4186), d) } } case "stringData": if r.TryDecodeAsNil() { x.StringData = nil } else { - yyv4178 := &x.StringData - yym4179 := z.DecBinary() - _ = yym4179 + yyv4188 := &x.StringData + yym4189 := z.DecBinary() + _ = yym4189 if false { } else { - z.F.DecMapStringStringX(yyv4178, false, d) + z.F.DecMapStringStringX(yyv4188, false, d) } } case "type": @@ -52294,9 +52390,9 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Type = SecretType(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys4172) - } // end switch yys4172 - } // end for yyj4172 + z.DecStructFieldNotFound(-1, yys4182) + } // end switch yys4182 + } // end for yyj4182 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -52304,16 +52400,16 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4181 int - var yyb4181 bool - var yyhl4181 bool = l >= 0 - yyj4181++ - if yyhl4181 { - yyb4181 = yyj4181 > l + var yyj4191 int + var yyb4191 bool + var yyhl4191 bool = l >= 0 + yyj4191++ + if yyhl4191 { + yyb4191 = yyj4191 > l } else { - yyb4181 = r.CheckBreak() + yyb4191 = r.CheckBreak() } - if yyb4181 { + if yyb4191 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52323,13 +52419,13 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4181++ - if yyhl4181 { - yyb4181 = yyj4181 > l + yyj4191++ + if yyhl4191 { + yyb4191 = yyj4191 > l } else { - yyb4181 = r.CheckBreak() + yyb4191 = r.CheckBreak() } - if yyb4181 { + if yyb4191 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52339,13 +52435,13 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4181++ - if yyhl4181 { - yyb4181 = yyj4181 > l + yyj4191++ + if yyhl4191 { + yyb4191 = yyj4191 > l } else { - yyb4181 = r.CheckBreak() + yyb4191 = r.CheckBreak() } - if yyb4181 { + if yyb4191 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52353,16 +52449,16 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4184 := &x.ObjectMeta - yyv4184.CodecDecodeSelf(d) + yyv4194 := &x.ObjectMeta + yyv4194.CodecDecodeSelf(d) } - yyj4181++ - if yyhl4181 { - yyb4181 = yyj4181 > l + yyj4191++ + if yyhl4191 { + yyb4191 = yyj4191 > l } else { - yyb4181 = r.CheckBreak() + yyb4191 = r.CheckBreak() } - if yyb4181 { + if yyb4191 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52370,21 +52466,21 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4185 := &x.Data - yym4186 := z.DecBinary() - _ = yym4186 + yyv4195 := &x.Data + yym4196 := z.DecBinary() + _ = yym4196 if false { } else { - h.decMapstringSliceuint8((*map[string][]uint8)(yyv4185), d) + h.decMapstringSliceuint8((*map[string][]uint8)(yyv4195), d) } } - yyj4181++ - if yyhl4181 { - yyb4181 = yyj4181 > l + yyj4191++ + if yyhl4191 { + yyb4191 = yyj4191 > l } else { - yyb4181 = r.CheckBreak() + yyb4191 = r.CheckBreak() } - if yyb4181 { + if yyb4191 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52392,21 +52488,21 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.StringData = nil } else { - yyv4187 := &x.StringData - yym4188 := z.DecBinary() - _ = yym4188 + yyv4197 := &x.StringData + yym4198 := z.DecBinary() + _ = yym4198 if false { } else { - z.F.DecMapStringStringX(yyv4187, false, d) + z.F.DecMapStringStringX(yyv4197, false, d) } } - yyj4181++ - if yyhl4181 { - yyb4181 = yyj4181 > l + yyj4191++ + if yyhl4191 { + yyb4191 = yyj4191 > l } else { - yyb4181 = r.CheckBreak() + yyb4191 = r.CheckBreak() } - if yyb4181 { + if yyb4191 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52417,17 +52513,17 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Type = SecretType(r.DecodeString()) } for { - yyj4181++ - if yyhl4181 { - yyb4181 = yyj4181 > l + yyj4191++ + if yyhl4191 { + yyb4191 = yyj4191 > l } else { - yyb4181 = r.CheckBreak() + yyb4191 = r.CheckBreak() } - if yyb4181 { + if yyb4191 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4181-1, "") + z.DecStructFieldNotFound(yyj4191-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -52436,8 +52532,8 @@ func (x SecretType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4190 := z.EncBinary() - _ = yym4190 + yym4200 := z.EncBinary() + _ = yym4200 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -52449,8 +52545,8 @@ func (x *SecretType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4191 := z.DecBinary() - _ = yym4191 + yym4201 := z.DecBinary() + _ = yym4201 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -52465,37 +52561,37 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4192 := z.EncBinary() - _ = yym4192 + yym4202 := z.EncBinary() + _ = yym4202 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4193 := !z.EncBinary() - yy2arr4193 := z.EncBasicHandle().StructToArray - var yyq4193 [4]bool - _, _, _ = yysep4193, yyq4193, yy2arr4193 - const yyr4193 bool = false - yyq4193[0] = x.Kind != "" - yyq4193[1] = x.APIVersion != "" - yyq4193[2] = true - var yynn4193 int - if yyr4193 || yy2arr4193 { + yysep4203 := !z.EncBinary() + yy2arr4203 := z.EncBasicHandle().StructToArray + var yyq4203 [4]bool + _, _, _ = yysep4203, yyq4203, yy2arr4203 + const yyr4203 bool = false + yyq4203[0] = x.Kind != "" + yyq4203[1] = x.APIVersion != "" + yyq4203[2] = true + var yynn4203 int + if yyr4203 || yy2arr4203 { r.EncodeArrayStart(4) } else { - yynn4193 = 1 - for _, b := range yyq4193 { + yynn4203 = 1 + for _, b := range yyq4203 { if b { - yynn4193++ + yynn4203++ } } - r.EncodeMapStart(yynn4193) - yynn4193 = 0 + r.EncodeMapStart(yynn4203) + yynn4203 = 0 } - if yyr4193 || yy2arr4193 { + if yyr4203 || yy2arr4203 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4193[0] { - yym4195 := z.EncBinary() - _ = yym4195 + if yyq4203[0] { + yym4205 := z.EncBinary() + _ = yym4205 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -52504,23 +52600,23 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4193[0] { + if yyq4203[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4196 := z.EncBinary() - _ = yym4196 + yym4206 := z.EncBinary() + _ = yym4206 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4193 || yy2arr4193 { + if yyr4203 || yy2arr4203 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4193[1] { - yym4198 := z.EncBinary() - _ = yym4198 + if yyq4203[1] { + yym4208 := z.EncBinary() + _ = yym4208 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -52529,54 +52625,54 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4193[1] { + if yyq4203[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4199 := z.EncBinary() - _ = yym4199 + yym4209 := z.EncBinary() + _ = yym4209 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4193 || yy2arr4193 { + if yyr4203 || yy2arr4203 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4193[2] { - yy4201 := &x.ListMeta - yym4202 := z.EncBinary() - _ = yym4202 + if yyq4203[2] { + yy4211 := &x.ListMeta + yym4212 := z.EncBinary() + _ = yym4212 if false { - } else if z.HasExtensions() && z.EncExt(yy4201) { + } else if z.HasExtensions() && z.EncExt(yy4211) { } else { - z.EncFallback(yy4201) + z.EncFallback(yy4211) } } else { r.EncodeNil() } } else { - if yyq4193[2] { + if yyq4203[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4203 := &x.ListMeta - yym4204 := z.EncBinary() - _ = yym4204 + yy4213 := &x.ListMeta + yym4214 := z.EncBinary() + _ = yym4214 if false { - } else if z.HasExtensions() && z.EncExt(yy4203) { + } else if z.HasExtensions() && z.EncExt(yy4213) { } else { - z.EncFallback(yy4203) + z.EncFallback(yy4213) } } } - if yyr4193 || yy2arr4193 { + if yyr4203 || yy2arr4203 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4206 := z.EncBinary() - _ = yym4206 + yym4216 := z.EncBinary() + _ = yym4216 if false { } else { h.encSliceSecret(([]Secret)(x.Items), e) @@ -52589,15 +52685,15 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4207 := z.EncBinary() - _ = yym4207 + yym4217 := z.EncBinary() + _ = yym4217 if false { } else { h.encSliceSecret(([]Secret)(x.Items), e) } } } - if yyr4193 || yy2arr4193 { + if yyr4203 || yy2arr4203 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -52610,25 +52706,25 @@ func (x *SecretList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4208 := z.DecBinary() - _ = yym4208 + yym4218 := z.DecBinary() + _ = yym4218 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4209 := r.ContainerType() - if yyct4209 == codecSelferValueTypeMap1234 { - yyl4209 := r.ReadMapStart() - if yyl4209 == 0 { + yyct4219 := r.ContainerType() + if yyct4219 == codecSelferValueTypeMap1234 { + yyl4219 := r.ReadMapStart() + if yyl4219 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4209, d) + x.codecDecodeSelfFromMap(yyl4219, d) } - } else if yyct4209 == codecSelferValueTypeArray1234 { - yyl4209 := r.ReadArrayStart() - if yyl4209 == 0 { + } else if yyct4219 == codecSelferValueTypeArray1234 { + yyl4219 := r.ReadArrayStart() + if yyl4219 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4209, d) + x.codecDecodeSelfFromArray(yyl4219, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -52640,12 +52736,12 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4210Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4210Slc - var yyhl4210 bool = l >= 0 - for yyj4210 := 0; ; yyj4210++ { - if yyhl4210 { - if yyj4210 >= l { + var yys4220Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4220Slc + var yyhl4220 bool = l >= 0 + for yyj4220 := 0; ; yyj4220++ { + if yyhl4220 { + if yyj4220 >= l { break } } else { @@ -52654,10 +52750,10 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4210Slc = r.DecodeBytes(yys4210Slc, true, true) - yys4210 := string(yys4210Slc) + yys4220Slc = r.DecodeBytes(yys4220Slc, true, true) + yys4220 := string(yys4220Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4210 { + switch yys4220 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -52674,31 +52770,31 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4213 := &x.ListMeta - yym4214 := z.DecBinary() - _ = yym4214 + yyv4223 := &x.ListMeta + yym4224 := z.DecBinary() + _ = yym4224 if false { - } else if z.HasExtensions() && z.DecExt(yyv4213) { + } else if z.HasExtensions() && z.DecExt(yyv4223) { } else { - z.DecFallback(yyv4213, false) + z.DecFallback(yyv4223, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4215 := &x.Items - yym4216 := z.DecBinary() - _ = yym4216 + yyv4225 := &x.Items + yym4226 := z.DecBinary() + _ = yym4226 if false { } else { - h.decSliceSecret((*[]Secret)(yyv4215), d) + h.decSliceSecret((*[]Secret)(yyv4225), d) } } default: - z.DecStructFieldNotFound(-1, yys4210) - } // end switch yys4210 - } // end for yyj4210 + z.DecStructFieldNotFound(-1, yys4220) + } // end switch yys4220 + } // end for yyj4220 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -52706,16 +52802,16 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4217 int - var yyb4217 bool - var yyhl4217 bool = l >= 0 - yyj4217++ - if yyhl4217 { - yyb4217 = yyj4217 > l + var yyj4227 int + var yyb4227 bool + var yyhl4227 bool = l >= 0 + yyj4227++ + if yyhl4227 { + yyb4227 = yyj4227 > l } else { - yyb4217 = r.CheckBreak() + yyb4227 = r.CheckBreak() } - if yyb4217 { + if yyb4227 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52725,13 +52821,13 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4217++ - if yyhl4217 { - yyb4217 = yyj4217 > l + yyj4227++ + if yyhl4227 { + yyb4227 = yyj4227 > l } else { - yyb4217 = r.CheckBreak() + yyb4227 = r.CheckBreak() } - if yyb4217 { + if yyb4227 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52741,13 +52837,13 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4217++ - if yyhl4217 { - yyb4217 = yyj4217 > l + yyj4227++ + if yyhl4227 { + yyb4227 = yyj4227 > l } else { - yyb4217 = r.CheckBreak() + yyb4227 = r.CheckBreak() } - if yyb4217 { + if yyb4227 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52755,22 +52851,22 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4220 := &x.ListMeta - yym4221 := z.DecBinary() - _ = yym4221 + yyv4230 := &x.ListMeta + yym4231 := z.DecBinary() + _ = yym4231 if false { - } else if z.HasExtensions() && z.DecExt(yyv4220) { + } else if z.HasExtensions() && z.DecExt(yyv4230) { } else { - z.DecFallback(yyv4220, false) + z.DecFallback(yyv4230, false) } } - yyj4217++ - if yyhl4217 { - yyb4217 = yyj4217 > l + yyj4227++ + if yyhl4227 { + yyb4227 = yyj4227 > l } else { - yyb4217 = r.CheckBreak() + yyb4227 = r.CheckBreak() } - if yyb4217 { + if yyb4227 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52778,26 +52874,26 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4222 := &x.Items - yym4223 := z.DecBinary() - _ = yym4223 + yyv4232 := &x.Items + yym4233 := z.DecBinary() + _ = yym4233 if false { } else { - h.decSliceSecret((*[]Secret)(yyv4222), d) + h.decSliceSecret((*[]Secret)(yyv4232), d) } } for { - yyj4217++ - if yyhl4217 { - yyb4217 = yyj4217 > l + yyj4227++ + if yyhl4227 { + yyb4227 = yyj4227 > l } else { - yyb4217 = r.CheckBreak() + yyb4227 = r.CheckBreak() } - if yyb4217 { + if yyb4227 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4217-1, "") + z.DecStructFieldNotFound(yyj4227-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -52809,38 +52905,38 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4224 := z.EncBinary() - _ = yym4224 + yym4234 := z.EncBinary() + _ = yym4234 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4225 := !z.EncBinary() - yy2arr4225 := z.EncBasicHandle().StructToArray - var yyq4225 [4]bool - _, _, _ = yysep4225, yyq4225, yy2arr4225 - const yyr4225 bool = false - yyq4225[0] = x.Kind != "" - yyq4225[1] = x.APIVersion != "" - yyq4225[2] = true - yyq4225[3] = len(x.Data) != 0 - var yynn4225 int - if yyr4225 || yy2arr4225 { + yysep4235 := !z.EncBinary() + yy2arr4235 := z.EncBasicHandle().StructToArray + var yyq4235 [4]bool + _, _, _ = yysep4235, yyq4235, yy2arr4235 + const yyr4235 bool = false + yyq4235[0] = x.Kind != "" + yyq4235[1] = x.APIVersion != "" + yyq4235[2] = true + yyq4235[3] = len(x.Data) != 0 + var yynn4235 int + if yyr4235 || yy2arr4235 { r.EncodeArrayStart(4) } else { - yynn4225 = 0 - for _, b := range yyq4225 { + yynn4235 = 0 + for _, b := range yyq4235 { if b { - yynn4225++ + yynn4235++ } } - r.EncodeMapStart(yynn4225) - yynn4225 = 0 + r.EncodeMapStart(yynn4235) + yynn4235 = 0 } - if yyr4225 || yy2arr4225 { + if yyr4235 || yy2arr4235 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4225[0] { - yym4227 := z.EncBinary() - _ = yym4227 + if yyq4235[0] { + yym4237 := z.EncBinary() + _ = yym4237 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -52849,23 +52945,23 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4225[0] { + if yyq4235[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4228 := z.EncBinary() - _ = yym4228 + yym4238 := z.EncBinary() + _ = yym4238 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4225 || yy2arr4225 { + if yyr4235 || yy2arr4235 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4225[1] { - yym4230 := z.EncBinary() - _ = yym4230 + if yyq4235[1] { + yym4240 := z.EncBinary() + _ = yym4240 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -52874,43 +52970,43 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4225[1] { + if yyq4235[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4231 := z.EncBinary() - _ = yym4231 + yym4241 := z.EncBinary() + _ = yym4241 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4225 || yy2arr4225 { + if yyr4235 || yy2arr4235 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4225[2] { - yy4233 := &x.ObjectMeta - yy4233.CodecEncodeSelf(e) + if yyq4235[2] { + yy4243 := &x.ObjectMeta + yy4243.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4225[2] { + if yyq4235[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4234 := &x.ObjectMeta - yy4234.CodecEncodeSelf(e) + yy4244 := &x.ObjectMeta + yy4244.CodecEncodeSelf(e) } } - if yyr4225 || yy2arr4225 { + if yyr4235 || yy2arr4235 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4225[3] { + if yyq4235[3] { if x.Data == nil { r.EncodeNil() } else { - yym4236 := z.EncBinary() - _ = yym4236 + yym4246 := z.EncBinary() + _ = yym4246 if false { } else { z.F.EncMapStringStringV(x.Data, false, e) @@ -52920,15 +53016,15 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4225[3] { + if yyq4235[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("data")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Data == nil { r.EncodeNil() } else { - yym4237 := z.EncBinary() - _ = yym4237 + yym4247 := z.EncBinary() + _ = yym4247 if false { } else { z.F.EncMapStringStringV(x.Data, false, e) @@ -52936,7 +53032,7 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4225 || yy2arr4225 { + if yyr4235 || yy2arr4235 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -52949,25 +53045,25 @@ func (x *ConfigMap) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4238 := z.DecBinary() - _ = yym4238 + yym4248 := z.DecBinary() + _ = yym4248 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4239 := r.ContainerType() - if yyct4239 == codecSelferValueTypeMap1234 { - yyl4239 := r.ReadMapStart() - if yyl4239 == 0 { + yyct4249 := r.ContainerType() + if yyct4249 == codecSelferValueTypeMap1234 { + yyl4249 := r.ReadMapStart() + if yyl4249 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4239, d) + x.codecDecodeSelfFromMap(yyl4249, d) } - } else if yyct4239 == codecSelferValueTypeArray1234 { - yyl4239 := r.ReadArrayStart() - if yyl4239 == 0 { + } else if yyct4249 == codecSelferValueTypeArray1234 { + yyl4249 := r.ReadArrayStart() + if yyl4249 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4239, d) + x.codecDecodeSelfFromArray(yyl4249, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -52979,12 +53075,12 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4240Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4240Slc - var yyhl4240 bool = l >= 0 - for yyj4240 := 0; ; yyj4240++ { - if yyhl4240 { - if yyj4240 >= l { + var yys4250Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4250Slc + var yyhl4250 bool = l >= 0 + for yyj4250 := 0; ; yyj4250++ { + if yyhl4250 { + if yyj4250 >= l { break } } else { @@ -52993,10 +53089,10 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4240Slc = r.DecodeBytes(yys4240Slc, true, true) - yys4240 := string(yys4240Slc) + yys4250Slc = r.DecodeBytes(yys4250Slc, true, true) + yys4250 := string(yys4250Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4240 { + switch yys4250 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -53013,25 +53109,25 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4243 := &x.ObjectMeta - yyv4243.CodecDecodeSelf(d) + yyv4253 := &x.ObjectMeta + yyv4253.CodecDecodeSelf(d) } case "data": if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4244 := &x.Data - yym4245 := z.DecBinary() - _ = yym4245 + yyv4254 := &x.Data + yym4255 := z.DecBinary() + _ = yym4255 if false { } else { - z.F.DecMapStringStringX(yyv4244, false, d) + z.F.DecMapStringStringX(yyv4254, false, d) } } default: - z.DecStructFieldNotFound(-1, yys4240) - } // end switch yys4240 - } // end for yyj4240 + z.DecStructFieldNotFound(-1, yys4250) + } // end switch yys4250 + } // end for yyj4250 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -53039,16 +53135,16 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4246 int - var yyb4246 bool - var yyhl4246 bool = l >= 0 - yyj4246++ - if yyhl4246 { - yyb4246 = yyj4246 > l + var yyj4256 int + var yyb4256 bool + var yyhl4256 bool = l >= 0 + yyj4256++ + if yyhl4256 { + yyb4256 = yyj4256 > l } else { - yyb4246 = r.CheckBreak() + yyb4256 = r.CheckBreak() } - if yyb4246 { + if yyb4256 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53058,13 +53154,13 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4246++ - if yyhl4246 { - yyb4246 = yyj4246 > l + yyj4256++ + if yyhl4256 { + yyb4256 = yyj4256 > l } else { - yyb4246 = r.CheckBreak() + yyb4256 = r.CheckBreak() } - if yyb4246 { + if yyb4256 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53074,13 +53170,13 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4246++ - if yyhl4246 { - yyb4246 = yyj4246 > l + yyj4256++ + if yyhl4256 { + yyb4256 = yyj4256 > l } else { - yyb4246 = r.CheckBreak() + yyb4256 = r.CheckBreak() } - if yyb4246 { + if yyb4256 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53088,16 +53184,16 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4249 := &x.ObjectMeta - yyv4249.CodecDecodeSelf(d) + yyv4259 := &x.ObjectMeta + yyv4259.CodecDecodeSelf(d) } - yyj4246++ - if yyhl4246 { - yyb4246 = yyj4246 > l + yyj4256++ + if yyhl4256 { + yyb4256 = yyj4256 > l } else { - yyb4246 = r.CheckBreak() + yyb4256 = r.CheckBreak() } - if yyb4246 { + if yyb4256 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53105,26 +53201,26 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4250 := &x.Data - yym4251 := z.DecBinary() - _ = yym4251 + yyv4260 := &x.Data + yym4261 := z.DecBinary() + _ = yym4261 if false { } else { - z.F.DecMapStringStringX(yyv4250, false, d) + z.F.DecMapStringStringX(yyv4260, false, d) } } for { - yyj4246++ - if yyhl4246 { - yyb4246 = yyj4246 > l + yyj4256++ + if yyhl4256 { + yyb4256 = yyj4256 > l } else { - yyb4246 = r.CheckBreak() + yyb4256 = r.CheckBreak() } - if yyb4246 { + if yyb4256 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4246-1, "") + z.DecStructFieldNotFound(yyj4256-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -53136,37 +53232,37 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4252 := z.EncBinary() - _ = yym4252 + yym4262 := z.EncBinary() + _ = yym4262 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4253 := !z.EncBinary() - yy2arr4253 := z.EncBasicHandle().StructToArray - var yyq4253 [4]bool - _, _, _ = yysep4253, yyq4253, yy2arr4253 - const yyr4253 bool = false - yyq4253[0] = x.Kind != "" - yyq4253[1] = x.APIVersion != "" - yyq4253[2] = true - var yynn4253 int - if yyr4253 || yy2arr4253 { + yysep4263 := !z.EncBinary() + yy2arr4263 := z.EncBasicHandle().StructToArray + var yyq4263 [4]bool + _, _, _ = yysep4263, yyq4263, yy2arr4263 + const yyr4263 bool = false + yyq4263[0] = x.Kind != "" + yyq4263[1] = x.APIVersion != "" + yyq4263[2] = true + var yynn4263 int + if yyr4263 || yy2arr4263 { r.EncodeArrayStart(4) } else { - yynn4253 = 1 - for _, b := range yyq4253 { + yynn4263 = 1 + for _, b := range yyq4263 { if b { - yynn4253++ + yynn4263++ } } - r.EncodeMapStart(yynn4253) - yynn4253 = 0 + r.EncodeMapStart(yynn4263) + yynn4263 = 0 } - if yyr4253 || yy2arr4253 { + if yyr4263 || yy2arr4263 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4253[0] { - yym4255 := z.EncBinary() - _ = yym4255 + if yyq4263[0] { + yym4265 := z.EncBinary() + _ = yym4265 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -53175,23 +53271,23 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4253[0] { + if yyq4263[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4256 := z.EncBinary() - _ = yym4256 + yym4266 := z.EncBinary() + _ = yym4266 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4253 || yy2arr4253 { + if yyr4263 || yy2arr4263 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4253[1] { - yym4258 := z.EncBinary() - _ = yym4258 + if yyq4263[1] { + yym4268 := z.EncBinary() + _ = yym4268 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -53200,54 +53296,54 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4253[1] { + if yyq4263[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4259 := z.EncBinary() - _ = yym4259 + yym4269 := z.EncBinary() + _ = yym4269 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4253 || yy2arr4253 { + if yyr4263 || yy2arr4263 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4253[2] { - yy4261 := &x.ListMeta - yym4262 := z.EncBinary() - _ = yym4262 + if yyq4263[2] { + yy4271 := &x.ListMeta + yym4272 := z.EncBinary() + _ = yym4272 if false { - } else if z.HasExtensions() && z.EncExt(yy4261) { + } else if z.HasExtensions() && z.EncExt(yy4271) { } else { - z.EncFallback(yy4261) + z.EncFallback(yy4271) } } else { r.EncodeNil() } } else { - if yyq4253[2] { + if yyq4263[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4263 := &x.ListMeta - yym4264 := z.EncBinary() - _ = yym4264 + yy4273 := &x.ListMeta + yym4274 := z.EncBinary() + _ = yym4274 if false { - } else if z.HasExtensions() && z.EncExt(yy4263) { + } else if z.HasExtensions() && z.EncExt(yy4273) { } else { - z.EncFallback(yy4263) + z.EncFallback(yy4273) } } } - if yyr4253 || yy2arr4253 { + if yyr4263 || yy2arr4263 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4266 := z.EncBinary() - _ = yym4266 + yym4276 := z.EncBinary() + _ = yym4276 if false { } else { h.encSliceConfigMap(([]ConfigMap)(x.Items), e) @@ -53260,15 +53356,15 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4267 := z.EncBinary() - _ = yym4267 + yym4277 := z.EncBinary() + _ = yym4277 if false { } else { h.encSliceConfigMap(([]ConfigMap)(x.Items), e) } } } - if yyr4253 || yy2arr4253 { + if yyr4263 || yy2arr4263 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -53281,25 +53377,25 @@ func (x *ConfigMapList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4268 := z.DecBinary() - _ = yym4268 + yym4278 := z.DecBinary() + _ = yym4278 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4269 := r.ContainerType() - if yyct4269 == codecSelferValueTypeMap1234 { - yyl4269 := r.ReadMapStart() - if yyl4269 == 0 { + yyct4279 := r.ContainerType() + if yyct4279 == codecSelferValueTypeMap1234 { + yyl4279 := r.ReadMapStart() + if yyl4279 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4269, d) + x.codecDecodeSelfFromMap(yyl4279, d) } - } else if yyct4269 == codecSelferValueTypeArray1234 { - yyl4269 := r.ReadArrayStart() - if yyl4269 == 0 { + } else if yyct4279 == codecSelferValueTypeArray1234 { + yyl4279 := r.ReadArrayStart() + if yyl4279 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4269, d) + x.codecDecodeSelfFromArray(yyl4279, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -53311,12 +53407,12 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4270Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4270Slc - var yyhl4270 bool = l >= 0 - for yyj4270 := 0; ; yyj4270++ { - if yyhl4270 { - if yyj4270 >= l { + var yys4280Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4280Slc + var yyhl4280 bool = l >= 0 + for yyj4280 := 0; ; yyj4280++ { + if yyhl4280 { + if yyj4280 >= l { break } } else { @@ -53325,10 +53421,10 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4270Slc = r.DecodeBytes(yys4270Slc, true, true) - yys4270 := string(yys4270Slc) + yys4280Slc = r.DecodeBytes(yys4280Slc, true, true) + yys4280 := string(yys4280Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4270 { + switch yys4280 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -53345,31 +53441,31 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4273 := &x.ListMeta - yym4274 := z.DecBinary() - _ = yym4274 + yyv4283 := &x.ListMeta + yym4284 := z.DecBinary() + _ = yym4284 if false { - } else if z.HasExtensions() && z.DecExt(yyv4273) { + } else if z.HasExtensions() && z.DecExt(yyv4283) { } else { - z.DecFallback(yyv4273, false) + z.DecFallback(yyv4283, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4275 := &x.Items - yym4276 := z.DecBinary() - _ = yym4276 + yyv4285 := &x.Items + yym4286 := z.DecBinary() + _ = yym4286 if false { } else { - h.decSliceConfigMap((*[]ConfigMap)(yyv4275), d) + h.decSliceConfigMap((*[]ConfigMap)(yyv4285), d) } } default: - z.DecStructFieldNotFound(-1, yys4270) - } // end switch yys4270 - } // end for yyj4270 + z.DecStructFieldNotFound(-1, yys4280) + } // end switch yys4280 + } // end for yyj4280 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -53377,16 +53473,16 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4277 int - var yyb4277 bool - var yyhl4277 bool = l >= 0 - yyj4277++ - if yyhl4277 { - yyb4277 = yyj4277 > l + var yyj4287 int + var yyb4287 bool + var yyhl4287 bool = l >= 0 + yyj4287++ + if yyhl4287 { + yyb4287 = yyj4287 > l } else { - yyb4277 = r.CheckBreak() + yyb4287 = r.CheckBreak() } - if yyb4277 { + if yyb4287 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53396,13 +53492,13 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4277++ - if yyhl4277 { - yyb4277 = yyj4277 > l + yyj4287++ + if yyhl4287 { + yyb4287 = yyj4287 > l } else { - yyb4277 = r.CheckBreak() + yyb4287 = r.CheckBreak() } - if yyb4277 { + if yyb4287 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53412,13 +53508,13 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4277++ - if yyhl4277 { - yyb4277 = yyj4277 > l + yyj4287++ + if yyhl4287 { + yyb4287 = yyj4287 > l } else { - yyb4277 = r.CheckBreak() + yyb4287 = r.CheckBreak() } - if yyb4277 { + if yyb4287 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53426,22 +53522,22 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4280 := &x.ListMeta - yym4281 := z.DecBinary() - _ = yym4281 + yyv4290 := &x.ListMeta + yym4291 := z.DecBinary() + _ = yym4291 if false { - } else if z.HasExtensions() && z.DecExt(yyv4280) { + } else if z.HasExtensions() && z.DecExt(yyv4290) { } else { - z.DecFallback(yyv4280, false) + z.DecFallback(yyv4290, false) } } - yyj4277++ - if yyhl4277 { - yyb4277 = yyj4277 > l + yyj4287++ + if yyhl4287 { + yyb4287 = yyj4287 > l } else { - yyb4277 = r.CheckBreak() + yyb4287 = r.CheckBreak() } - if yyb4277 { + if yyb4287 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53449,26 +53545,26 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4282 := &x.Items - yym4283 := z.DecBinary() - _ = yym4283 + yyv4292 := &x.Items + yym4293 := z.DecBinary() + _ = yym4293 if false { } else { - h.decSliceConfigMap((*[]ConfigMap)(yyv4282), d) + h.decSliceConfigMap((*[]ConfigMap)(yyv4292), d) } } for { - yyj4277++ - if yyhl4277 { - yyb4277 = yyj4277 > l + yyj4287++ + if yyhl4287 { + yyb4287 = yyj4287 > l } else { - yyb4277 = r.CheckBreak() + yyb4287 = r.CheckBreak() } - if yyb4277 { + if yyb4287 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4277-1, "") + z.DecStructFieldNotFound(yyj4287-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -53477,8 +53573,8 @@ func (x ComponentConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4284 := z.EncBinary() - _ = yym4284 + yym4294 := z.EncBinary() + _ = yym4294 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -53490,8 +53586,8 @@ func (x *ComponentConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4285 := z.DecBinary() - _ = yym4285 + yym4295 := z.DecBinary() + _ = yym4295 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -53506,32 +53602,32 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4286 := z.EncBinary() - _ = yym4286 + yym4296 := z.EncBinary() + _ = yym4296 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[2] = x.Message != "" - yyq4287[3] = x.Error != "" - var yynn4287 int - if yyr4287 || yy2arr4287 { + yysep4297 := !z.EncBinary() + yy2arr4297 := z.EncBasicHandle().StructToArray + var yyq4297 [4]bool + _, _, _ = yysep4297, yyq4297, yy2arr4297 + const yyr4297 bool = false + yyq4297[2] = x.Message != "" + yyq4297[3] = x.Error != "" + var yynn4297 int + if yyr4297 || yy2arr4297 { r.EncodeArrayStart(4) } else { - yynn4287 = 2 - for _, b := range yyq4287 { + yynn4297 = 2 + for _, b := range yyq4297 { if b { - yynn4287++ + yynn4297++ } } - r.EncodeMapStart(yynn4287) - yynn4287 = 0 + r.EncodeMapStart(yynn4297) + yynn4297 = 0 } - if yyr4287 || yy2arr4287 { + if yyr4297 || yy2arr4297 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -53540,7 +53636,7 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr4287 || yy2arr4287 { + if yyr4297 || yy2arr4297 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -53549,11 +53645,11 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr4287 || yy2arr4287 { + if yyr4297 || yy2arr4297 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4287[2] { - yym4291 := z.EncBinary() - _ = yym4291 + if yyq4297[2] { + yym4301 := z.EncBinary() + _ = yym4301 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -53562,23 +53658,23 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4287[2] { + if yyq4297[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4292 := z.EncBinary() - _ = yym4292 + yym4302 := z.EncBinary() + _ = yym4302 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr4287 || yy2arr4287 { + if yyr4297 || yy2arr4297 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4287[3] { - yym4294 := z.EncBinary() - _ = yym4294 + if yyq4297[3] { + yym4304 := z.EncBinary() + _ = yym4304 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Error)) @@ -53587,19 +53683,19 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4287[3] { + if yyq4297[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("error")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4295 := z.EncBinary() - _ = yym4295 + yym4305 := z.EncBinary() + _ = yym4305 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Error)) } } } - if yyr4287 || yy2arr4287 { + if yyr4297 || yy2arr4297 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -53612,25 +53708,25 @@ func (x *ComponentCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4296 := z.DecBinary() - _ = yym4296 + yym4306 := z.DecBinary() + _ = yym4306 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4297 := r.ContainerType() - if yyct4297 == codecSelferValueTypeMap1234 { - yyl4297 := r.ReadMapStart() - if yyl4297 == 0 { + yyct4307 := r.ContainerType() + if yyct4307 == codecSelferValueTypeMap1234 { + yyl4307 := r.ReadMapStart() + if yyl4307 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4297, d) + x.codecDecodeSelfFromMap(yyl4307, d) } - } else if yyct4297 == codecSelferValueTypeArray1234 { - yyl4297 := r.ReadArrayStart() - if yyl4297 == 0 { + } else if yyct4307 == codecSelferValueTypeArray1234 { + yyl4307 := r.ReadArrayStart() + if yyl4307 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4297, d) + x.codecDecodeSelfFromArray(yyl4307, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -53642,12 +53738,12 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4298Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4298Slc - var yyhl4298 bool = l >= 0 - for yyj4298 := 0; ; yyj4298++ { - if yyhl4298 { - if yyj4298 >= l { + var yys4308Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4308Slc + var yyhl4308 bool = l >= 0 + for yyj4308 := 0; ; yyj4308++ { + if yyhl4308 { + if yyj4308 >= l { break } } else { @@ -53656,10 +53752,10 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4298Slc = r.DecodeBytes(yys4298Slc, true, true) - yys4298 := string(yys4298Slc) + yys4308Slc = r.DecodeBytes(yys4308Slc, true, true) + yys4308 := string(yys4308Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4298 { + switch yys4308 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -53685,9 +53781,9 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.Error = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys4298) - } // end switch yys4298 - } // end for yyj4298 + z.DecStructFieldNotFound(-1, yys4308) + } // end switch yys4308 + } // end for yyj4308 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -53695,16 +53791,16 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4303 int - var yyb4303 bool - var yyhl4303 bool = l >= 0 - yyj4303++ - if yyhl4303 { - yyb4303 = yyj4303 > l + var yyj4313 int + var yyb4313 bool + var yyhl4313 bool = l >= 0 + yyj4313++ + if yyhl4313 { + yyb4313 = yyj4313 > l } else { - yyb4303 = r.CheckBreak() + yyb4313 = r.CheckBreak() } - if yyb4303 { + if yyb4313 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53714,13 +53810,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Type = ComponentConditionType(r.DecodeString()) } - yyj4303++ - if yyhl4303 { - yyb4303 = yyj4303 > l + yyj4313++ + if yyhl4313 { + yyb4313 = yyj4313 > l } else { - yyb4303 = r.CheckBreak() + yyb4313 = r.CheckBreak() } - if yyb4303 { + if yyb4313 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53730,13 +53826,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj4303++ - if yyhl4303 { - yyb4303 = yyj4303 > l + yyj4313++ + if yyhl4313 { + yyb4313 = yyj4313 > l } else { - yyb4303 = r.CheckBreak() + yyb4313 = r.CheckBreak() } - if yyb4303 { + if yyb4313 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53746,13 +53842,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Message = string(r.DecodeString()) } - yyj4303++ - if yyhl4303 { - yyb4303 = yyj4303 > l + yyj4313++ + if yyhl4313 { + yyb4313 = yyj4313 > l } else { - yyb4303 = r.CheckBreak() + yyb4313 = r.CheckBreak() } - if yyb4303 { + if yyb4313 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53763,17 +53859,17 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode x.Error = string(r.DecodeString()) } for { - yyj4303++ - if yyhl4303 { - yyb4303 = yyj4303 > l + yyj4313++ + if yyhl4313 { + yyb4313 = yyj4313 > l } else { - yyb4303 = r.CheckBreak() + yyb4313 = r.CheckBreak() } - if yyb4303 { + if yyb4313 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4303-1, "") + z.DecStructFieldNotFound(yyj4313-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -53785,38 +53881,38 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4308 := z.EncBinary() - _ = yym4308 + yym4318 := z.EncBinary() + _ = yym4318 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4309 := !z.EncBinary() - yy2arr4309 := z.EncBasicHandle().StructToArray - var yyq4309 [4]bool - _, _, _ = yysep4309, yyq4309, yy2arr4309 - const yyr4309 bool = false - yyq4309[0] = x.Kind != "" - yyq4309[1] = x.APIVersion != "" - yyq4309[2] = true - yyq4309[3] = len(x.Conditions) != 0 - var yynn4309 int - if yyr4309 || yy2arr4309 { + yysep4319 := !z.EncBinary() + yy2arr4319 := z.EncBasicHandle().StructToArray + var yyq4319 [4]bool + _, _, _ = yysep4319, yyq4319, yy2arr4319 + const yyr4319 bool = false + yyq4319[0] = x.Kind != "" + yyq4319[1] = x.APIVersion != "" + yyq4319[2] = true + yyq4319[3] = len(x.Conditions) != 0 + var yynn4319 int + if yyr4319 || yy2arr4319 { r.EncodeArrayStart(4) } else { - yynn4309 = 0 - for _, b := range yyq4309 { + yynn4319 = 0 + for _, b := range yyq4319 { if b { - yynn4309++ + yynn4319++ } } - r.EncodeMapStart(yynn4309) - yynn4309 = 0 + r.EncodeMapStart(yynn4319) + yynn4319 = 0 } - if yyr4309 || yy2arr4309 { + if yyr4319 || yy2arr4319 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4309[0] { - yym4311 := z.EncBinary() - _ = yym4311 + if yyq4319[0] { + yym4321 := z.EncBinary() + _ = yym4321 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -53825,23 +53921,23 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4309[0] { + if yyq4319[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4312 := z.EncBinary() - _ = yym4312 + yym4322 := z.EncBinary() + _ = yym4322 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4309 || yy2arr4309 { + if yyr4319 || yy2arr4319 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4309[1] { - yym4314 := z.EncBinary() - _ = yym4314 + if yyq4319[1] { + yym4324 := z.EncBinary() + _ = yym4324 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -53850,43 +53946,43 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4309[1] { + if yyq4319[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4315 := z.EncBinary() - _ = yym4315 + yym4325 := z.EncBinary() + _ = yym4325 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4309 || yy2arr4309 { + if yyr4319 || yy2arr4319 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4309[2] { - yy4317 := &x.ObjectMeta - yy4317.CodecEncodeSelf(e) + if yyq4319[2] { + yy4327 := &x.ObjectMeta + yy4327.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4309[2] { + if yyq4319[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4318 := &x.ObjectMeta - yy4318.CodecEncodeSelf(e) + yy4328 := &x.ObjectMeta + yy4328.CodecEncodeSelf(e) } } - if yyr4309 || yy2arr4309 { + if yyr4319 || yy2arr4319 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4309[3] { + if yyq4319[3] { if x.Conditions == nil { r.EncodeNil() } else { - yym4320 := z.EncBinary() - _ = yym4320 + yym4330 := z.EncBinary() + _ = yym4330 if false { } else { h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) @@ -53896,15 +53992,15 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4309[3] { + if yyq4319[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym4321 := z.EncBinary() - _ = yym4321 + yym4331 := z.EncBinary() + _ = yym4331 if false { } else { h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) @@ -53912,7 +54008,7 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4309 || yy2arr4309 { + if yyr4319 || yy2arr4319 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -53925,25 +54021,25 @@ func (x *ComponentStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4322 := z.DecBinary() - _ = yym4322 + yym4332 := z.DecBinary() + _ = yym4332 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4323 := r.ContainerType() - if yyct4323 == codecSelferValueTypeMap1234 { - yyl4323 := r.ReadMapStart() - if yyl4323 == 0 { + yyct4333 := r.ContainerType() + if yyct4333 == codecSelferValueTypeMap1234 { + yyl4333 := r.ReadMapStart() + if yyl4333 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4323, d) + x.codecDecodeSelfFromMap(yyl4333, d) } - } else if yyct4323 == codecSelferValueTypeArray1234 { - yyl4323 := r.ReadArrayStart() - if yyl4323 == 0 { + } else if yyct4333 == codecSelferValueTypeArray1234 { + yyl4333 := r.ReadArrayStart() + if yyl4333 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4323, d) + x.codecDecodeSelfFromArray(yyl4333, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -53955,12 +54051,12 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4324Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4324Slc - var yyhl4324 bool = l >= 0 - for yyj4324 := 0; ; yyj4324++ { - if yyhl4324 { - if yyj4324 >= l { + var yys4334Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4334Slc + var yyhl4334 bool = l >= 0 + for yyj4334 := 0; ; yyj4334++ { + if yyhl4334 { + if yyj4334 >= l { break } } else { @@ -53969,10 +54065,10 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4324Slc = r.DecodeBytes(yys4324Slc, true, true) - yys4324 := string(yys4324Slc) + yys4334Slc = r.DecodeBytes(yys4334Slc, true, true) + yys4334 := string(yys4334Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4324 { + switch yys4334 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -53989,25 +54085,25 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4327 := &x.ObjectMeta - yyv4327.CodecDecodeSelf(d) + yyv4337 := &x.ObjectMeta + yyv4337.CodecDecodeSelf(d) } case "conditions": if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv4328 := &x.Conditions - yym4329 := z.DecBinary() - _ = yym4329 + yyv4338 := &x.Conditions + yym4339 := z.DecBinary() + _ = yym4339 if false { } else { - h.decSliceComponentCondition((*[]ComponentCondition)(yyv4328), d) + h.decSliceComponentCondition((*[]ComponentCondition)(yyv4338), d) } } default: - z.DecStructFieldNotFound(-1, yys4324) - } // end switch yys4324 - } // end for yyj4324 + z.DecStructFieldNotFound(-1, yys4334) + } // end switch yys4334 + } // end for yyj4334 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -54015,16 +54111,16 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4330 int - var yyb4330 bool - var yyhl4330 bool = l >= 0 - yyj4330++ - if yyhl4330 { - yyb4330 = yyj4330 > l + var yyj4340 int + var yyb4340 bool + var yyhl4340 bool = l >= 0 + yyj4340++ + if yyhl4340 { + yyb4340 = yyj4340 > l } else { - yyb4330 = r.CheckBreak() + yyb4340 = r.CheckBreak() } - if yyb4330 { + if yyb4340 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54034,13 +54130,13 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj4330++ - if yyhl4330 { - yyb4330 = yyj4330 > l + yyj4340++ + if yyhl4340 { + yyb4340 = yyj4340 > l } else { - yyb4330 = r.CheckBreak() + yyb4340 = r.CheckBreak() } - if yyb4330 { + if yyb4340 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54050,13 +54146,13 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj4330++ - if yyhl4330 { - yyb4330 = yyj4330 > l + yyj4340++ + if yyhl4340 { + yyb4340 = yyj4340 > l } else { - yyb4330 = r.CheckBreak() + yyb4340 = r.CheckBreak() } - if yyb4330 { + if yyb4340 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54064,16 +54160,16 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4333 := &x.ObjectMeta - yyv4333.CodecDecodeSelf(d) + yyv4343 := &x.ObjectMeta + yyv4343.CodecDecodeSelf(d) } - yyj4330++ - if yyhl4330 { - yyb4330 = yyj4330 > l + yyj4340++ + if yyhl4340 { + yyb4340 = yyj4340 > l } else { - yyb4330 = r.CheckBreak() + yyb4340 = r.CheckBreak() } - if yyb4330 { + if yyb4340 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54081,26 +54177,26 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv4334 := &x.Conditions - yym4335 := z.DecBinary() - _ = yym4335 + yyv4344 := &x.Conditions + yym4345 := z.DecBinary() + _ = yym4345 if false { } else { - h.decSliceComponentCondition((*[]ComponentCondition)(yyv4334), d) + h.decSliceComponentCondition((*[]ComponentCondition)(yyv4344), d) } } for { - yyj4330++ - if yyhl4330 { - yyb4330 = yyj4330 > l + yyj4340++ + if yyhl4340 { + yyb4340 = yyj4340 > l } else { - yyb4330 = r.CheckBreak() + yyb4340 = r.CheckBreak() } - if yyb4330 { + if yyb4340 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4330-1, "") + z.DecStructFieldNotFound(yyj4340-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54112,37 +54208,37 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4336 := z.EncBinary() - _ = yym4336 + yym4346 := z.EncBinary() + _ = yym4346 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4337 := !z.EncBinary() - yy2arr4337 := z.EncBasicHandle().StructToArray - var yyq4337 [4]bool - _, _, _ = yysep4337, yyq4337, yy2arr4337 - const yyr4337 bool = false - yyq4337[0] = x.Kind != "" - yyq4337[1] = x.APIVersion != "" - yyq4337[2] = true - var yynn4337 int - if yyr4337 || yy2arr4337 { + yysep4347 := !z.EncBinary() + yy2arr4347 := z.EncBasicHandle().StructToArray + var yyq4347 [4]bool + _, _, _ = yysep4347, yyq4347, yy2arr4347 + const yyr4347 bool = false + yyq4347[0] = x.Kind != "" + yyq4347[1] = x.APIVersion != "" + yyq4347[2] = true + var yynn4347 int + if yyr4347 || yy2arr4347 { r.EncodeArrayStart(4) } else { - yynn4337 = 1 - for _, b := range yyq4337 { + yynn4347 = 1 + for _, b := range yyq4347 { if b { - yynn4337++ + yynn4347++ } } - r.EncodeMapStart(yynn4337) - yynn4337 = 0 + r.EncodeMapStart(yynn4347) + yynn4347 = 0 } - if yyr4337 || yy2arr4337 { + if yyr4347 || yy2arr4347 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4337[0] { - yym4339 := z.EncBinary() - _ = yym4339 + if yyq4347[0] { + yym4349 := z.EncBinary() + _ = yym4349 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -54151,23 +54247,23 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4337[0] { + if yyq4347[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4340 := z.EncBinary() - _ = yym4340 + yym4350 := z.EncBinary() + _ = yym4350 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4337 || yy2arr4337 { + if yyr4347 || yy2arr4347 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4337[1] { - yym4342 := z.EncBinary() - _ = yym4342 + if yyq4347[1] { + yym4352 := z.EncBinary() + _ = yym4352 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -54176,54 +54272,54 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4337[1] { + if yyq4347[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4343 := z.EncBinary() - _ = yym4343 + yym4353 := z.EncBinary() + _ = yym4353 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4337 || yy2arr4337 { + if yyr4347 || yy2arr4347 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4337[2] { - yy4345 := &x.ListMeta - yym4346 := z.EncBinary() - _ = yym4346 + if yyq4347[2] { + yy4355 := &x.ListMeta + yym4356 := z.EncBinary() + _ = yym4356 if false { - } else if z.HasExtensions() && z.EncExt(yy4345) { + } else if z.HasExtensions() && z.EncExt(yy4355) { } else { - z.EncFallback(yy4345) + z.EncFallback(yy4355) } } else { r.EncodeNil() } } else { - if yyq4337[2] { + if yyq4347[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4347 := &x.ListMeta - yym4348 := z.EncBinary() - _ = yym4348 + yy4357 := &x.ListMeta + yym4358 := z.EncBinary() + _ = yym4358 if false { - } else if z.HasExtensions() && z.EncExt(yy4347) { + } else if z.HasExtensions() && z.EncExt(yy4357) { } else { - z.EncFallback(yy4347) + z.EncFallback(yy4357) } } } - if yyr4337 || yy2arr4337 { + if yyr4347 || yy2arr4347 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4350 := z.EncBinary() - _ = yym4350 + yym4360 := z.EncBinary() + _ = yym4360 if false { } else { h.encSliceComponentStatus(([]ComponentStatus)(x.Items), e) @@ -54236,15 +54332,15 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4351 := z.EncBinary() - _ = yym4351 + yym4361 := z.EncBinary() + _ = yym4361 if false { } else { h.encSliceComponentStatus(([]ComponentStatus)(x.Items), e) } } } - if yyr4337 || yy2arr4337 { + if yyr4347 || yy2arr4347 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -54257,25 +54353,25 @@ func (x *ComponentStatusList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4352 := z.DecBinary() - _ = yym4352 + yym4362 := z.DecBinary() + _ = yym4362 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4353 := r.ContainerType() - if yyct4353 == codecSelferValueTypeMap1234 { - yyl4353 := r.ReadMapStart() - if yyl4353 == 0 { + yyct4363 := r.ContainerType() + if yyct4363 == codecSelferValueTypeMap1234 { + yyl4363 := r.ReadMapStart() + if yyl4363 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4353, d) + x.codecDecodeSelfFromMap(yyl4363, d) } - } else if yyct4353 == codecSelferValueTypeArray1234 { - yyl4353 := r.ReadArrayStart() - if yyl4353 == 0 { + } else if yyct4363 == codecSelferValueTypeArray1234 { + yyl4363 := r.ReadArrayStart() + if yyl4363 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4353, d) + x.codecDecodeSelfFromArray(yyl4363, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -54287,12 +54383,12 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4354Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4354Slc - var yyhl4354 bool = l >= 0 - for yyj4354 := 0; ; yyj4354++ { - if yyhl4354 { - if yyj4354 >= l { + var yys4364Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4364Slc + var yyhl4364 bool = l >= 0 + for yyj4364 := 0; ; yyj4364++ { + if yyhl4364 { + if yyj4364 >= l { break } } else { @@ -54301,10 +54397,10 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4354Slc = r.DecodeBytes(yys4354Slc, true, true) - yys4354 := string(yys4354Slc) + yys4364Slc = r.DecodeBytes(yys4364Slc, true, true) + yys4364 := string(yys4364Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4354 { + switch yys4364 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -54321,31 +54417,31 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4357 := &x.ListMeta - yym4358 := z.DecBinary() - _ = yym4358 + yyv4367 := &x.ListMeta + yym4368 := z.DecBinary() + _ = yym4368 if false { - } else if z.HasExtensions() && z.DecExt(yyv4357) { + } else if z.HasExtensions() && z.DecExt(yyv4367) { } else { - z.DecFallback(yyv4357, false) + z.DecFallback(yyv4367, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4359 := &x.Items - yym4360 := z.DecBinary() - _ = yym4360 + yyv4369 := &x.Items + yym4370 := z.DecBinary() + _ = yym4370 if false { } else { - h.decSliceComponentStatus((*[]ComponentStatus)(yyv4359), d) + h.decSliceComponentStatus((*[]ComponentStatus)(yyv4369), d) } } default: - z.DecStructFieldNotFound(-1, yys4354) - } // end switch yys4354 - } // end for yyj4354 + z.DecStructFieldNotFound(-1, yys4364) + } // end switch yys4364 + } // end for yyj4364 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -54353,16 +54449,16 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4361 int - var yyb4361 bool - var yyhl4361 bool = l >= 0 - yyj4361++ - if yyhl4361 { - yyb4361 = yyj4361 > l + var yyj4371 int + var yyb4371 bool + var yyhl4371 bool = l >= 0 + yyj4371++ + if yyhl4371 { + yyb4371 = yyj4371 > l } else { - yyb4361 = r.CheckBreak() + yyb4371 = r.CheckBreak() } - if yyb4361 { + if yyb4371 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54372,13 +54468,13 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj4361++ - if yyhl4361 { - yyb4361 = yyj4361 > l + yyj4371++ + if yyhl4371 { + yyb4371 = yyj4371 > l } else { - yyb4361 = r.CheckBreak() + yyb4371 = r.CheckBreak() } - if yyb4361 { + if yyb4371 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54388,13 +54484,13 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj4361++ - if yyhl4361 { - yyb4361 = yyj4361 > l + yyj4371++ + if yyhl4371 { + yyb4371 = yyj4371 > l } else { - yyb4361 = r.CheckBreak() + yyb4371 = r.CheckBreak() } - if yyb4361 { + if yyb4371 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54402,22 +54498,22 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4364 := &x.ListMeta - yym4365 := z.DecBinary() - _ = yym4365 + yyv4374 := &x.ListMeta + yym4375 := z.DecBinary() + _ = yym4375 if false { - } else if z.HasExtensions() && z.DecExt(yyv4364) { + } else if z.HasExtensions() && z.DecExt(yyv4374) { } else { - z.DecFallback(yyv4364, false) + z.DecFallback(yyv4374, false) } } - yyj4361++ - if yyhl4361 { - yyb4361 = yyj4361 > l + yyj4371++ + if yyhl4371 { + yyb4371 = yyj4371 > l } else { - yyb4361 = r.CheckBreak() + yyb4371 = r.CheckBreak() } - if yyb4361 { + if yyb4371 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54425,26 +54521,26 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4366 := &x.Items - yym4367 := z.DecBinary() - _ = yym4367 + yyv4376 := &x.Items + yym4377 := z.DecBinary() + _ = yym4377 if false { } else { - h.decSliceComponentStatus((*[]ComponentStatus)(yyv4366), d) + h.decSliceComponentStatus((*[]ComponentStatus)(yyv4376), d) } } for { - yyj4361++ - if yyhl4361 { - yyb4361 = yyj4361 > l + yyj4371++ + if yyhl4371 { + yyb4371 = yyj4371 > l } else { - yyb4361 = r.CheckBreak() + yyb4371 = r.CheckBreak() } - if yyb4361 { + if yyb4371 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4361-1, "") + z.DecStructFieldNotFound(yyj4371-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54456,39 +54552,39 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4368 := z.EncBinary() - _ = yym4368 + yym4378 := z.EncBinary() + _ = yym4378 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4369 := !z.EncBinary() - yy2arr4369 := z.EncBasicHandle().StructToArray - var yyq4369 [2]bool - _, _, _ = yysep4369, yyq4369, yy2arr4369 - const yyr4369 bool = false - yyq4369[0] = len(x.Items) != 0 - yyq4369[1] = x.DefaultMode != nil - var yynn4369 int - if yyr4369 || yy2arr4369 { + yysep4379 := !z.EncBinary() + yy2arr4379 := z.EncBasicHandle().StructToArray + var yyq4379 [2]bool + _, _, _ = yysep4379, yyq4379, yy2arr4379 + const yyr4379 bool = false + yyq4379[0] = len(x.Items) != 0 + yyq4379[1] = x.DefaultMode != nil + var yynn4379 int + if yyr4379 || yy2arr4379 { r.EncodeArrayStart(2) } else { - yynn4369 = 0 - for _, b := range yyq4369 { + yynn4379 = 0 + for _, b := range yyq4379 { if b { - yynn4369++ + yynn4379++ } } - r.EncodeMapStart(yynn4369) - yynn4369 = 0 + r.EncodeMapStart(yynn4379) + yynn4379 = 0 } - if yyr4369 || yy2arr4369 { + if yyr4379 || yy2arr4379 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4369[0] { + if yyq4379[0] { if x.Items == nil { r.EncodeNil() } else { - yym4371 := z.EncBinary() - _ = yym4371 + yym4381 := z.EncBinary() + _ = yym4381 if false { } else { h.encSliceDownwardAPIVolumeFile(([]DownwardAPIVolumeFile)(x.Items), e) @@ -54498,15 +54594,15 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4369[0] { + if yyq4379[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("items")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Items == nil { r.EncodeNil() } else { - yym4372 := z.EncBinary() - _ = yym4372 + yym4382 := z.EncBinary() + _ = yym4382 if false { } else { h.encSliceDownwardAPIVolumeFile(([]DownwardAPIVolumeFile)(x.Items), e) @@ -54514,42 +54610,42 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4369 || yy2arr4369 { + if yyr4379 || yy2arr4379 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4369[1] { + if yyq4379[1] { if x.DefaultMode == nil { r.EncodeNil() } else { - yy4374 := *x.DefaultMode - yym4375 := z.EncBinary() - _ = yym4375 + yy4384 := *x.DefaultMode + yym4385 := z.EncBinary() + _ = yym4385 if false { } else { - r.EncodeInt(int64(yy4374)) + r.EncodeInt(int64(yy4384)) } } } else { r.EncodeNil() } } else { - if yyq4369[1] { + if yyq4379[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("defaultMode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.DefaultMode == nil { r.EncodeNil() } else { - yy4376 := *x.DefaultMode - yym4377 := z.EncBinary() - _ = yym4377 + yy4386 := *x.DefaultMode + yym4387 := z.EncBinary() + _ = yym4387 if false { } else { - r.EncodeInt(int64(yy4376)) + r.EncodeInt(int64(yy4386)) } } } } - if yyr4369 || yy2arr4369 { + if yyr4379 || yy2arr4379 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -54562,25 +54658,25 @@ func (x *DownwardAPIVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4378 := z.DecBinary() - _ = yym4378 + yym4388 := z.DecBinary() + _ = yym4388 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4379 := r.ContainerType() - if yyct4379 == codecSelferValueTypeMap1234 { - yyl4379 := r.ReadMapStart() - if yyl4379 == 0 { + yyct4389 := r.ContainerType() + if yyct4389 == codecSelferValueTypeMap1234 { + yyl4389 := r.ReadMapStart() + if yyl4389 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4379, d) + x.codecDecodeSelfFromMap(yyl4389, d) } - } else if yyct4379 == codecSelferValueTypeArray1234 { - yyl4379 := r.ReadArrayStart() - if yyl4379 == 0 { + } else if yyct4389 == codecSelferValueTypeArray1234 { + yyl4389 := r.ReadArrayStart() + if yyl4389 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4379, d) + x.codecDecodeSelfFromArray(yyl4389, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -54592,12 +54688,12 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4380Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4380Slc - var yyhl4380 bool = l >= 0 - for yyj4380 := 0; ; yyj4380++ { - if yyhl4380 { - if yyj4380 >= l { + var yys4390Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4390Slc + var yyhl4390 bool = l >= 0 + for yyj4390 := 0; ; yyj4390++ { + if yyhl4390 { + if yyj4390 >= l { break } } else { @@ -54606,20 +54702,20 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4380Slc = r.DecodeBytes(yys4380Slc, true, true) - yys4380 := string(yys4380Slc) + yys4390Slc = r.DecodeBytes(yys4390Slc, true, true) + yys4390 := string(yys4390Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4380 { + switch yys4390 { case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4381 := &x.Items - yym4382 := z.DecBinary() - _ = yym4382 + yyv4391 := &x.Items + yym4392 := z.DecBinary() + _ = yym4392 if false { } else { - h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv4381), d) + h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv4391), d) } } case "defaultMode": @@ -54631,17 +54727,17 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Dec if x.DefaultMode == nil { x.DefaultMode = new(int32) } - yym4384 := z.DecBinary() - _ = yym4384 + yym4394 := z.DecBinary() + _ = yym4394 if false { } else { *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } default: - z.DecStructFieldNotFound(-1, yys4380) - } // end switch yys4380 - } // end for yyj4380 + z.DecStructFieldNotFound(-1, yys4390) + } // end switch yys4390 + } // end for yyj4390 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -54649,16 +54745,16 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4385 int - var yyb4385 bool - var yyhl4385 bool = l >= 0 - yyj4385++ - if yyhl4385 { - yyb4385 = yyj4385 > l + var yyj4395 int + var yyb4395 bool + var yyhl4395 bool = l >= 0 + yyj4395++ + if yyhl4395 { + yyb4395 = yyj4395 > l } else { - yyb4385 = r.CheckBreak() + yyb4395 = r.CheckBreak() } - if yyb4385 { + if yyb4395 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54666,21 +54762,21 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4386 := &x.Items - yym4387 := z.DecBinary() - _ = yym4387 + yyv4396 := &x.Items + yym4397 := z.DecBinary() + _ = yym4397 if false { } else { - h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv4386), d) + h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv4396), d) } } - yyj4385++ - if yyhl4385 { - yyb4385 = yyj4385 > l + yyj4395++ + if yyhl4395 { + yyb4395 = yyj4395 > l } else { - yyb4385 = r.CheckBreak() + yyb4395 = r.CheckBreak() } - if yyb4385 { + if yyb4395 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54693,25 +54789,25 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.D if x.DefaultMode == nil { x.DefaultMode = new(int32) } - yym4389 := z.DecBinary() - _ = yym4389 + yym4399 := z.DecBinary() + _ = yym4399 if false { } else { *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } for { - yyj4385++ - if yyhl4385 { - yyb4385 = yyj4385 > l + yyj4395++ + if yyhl4395 { + yyb4395 = yyj4395 > l } else { - yyb4385 = r.CheckBreak() + yyb4395 = r.CheckBreak() } - if yyb4385 { + if yyb4395 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4385-1, "") + z.DecStructFieldNotFound(yyj4395-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54723,36 +54819,36 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4390 := z.EncBinary() - _ = yym4390 + yym4400 := z.EncBinary() + _ = yym4400 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4391 := !z.EncBinary() - yy2arr4391 := z.EncBasicHandle().StructToArray - var yyq4391 [4]bool - _, _, _ = yysep4391, yyq4391, yy2arr4391 - const yyr4391 bool = false - yyq4391[1] = x.FieldRef != nil - yyq4391[2] = x.ResourceFieldRef != nil - yyq4391[3] = x.Mode != nil - var yynn4391 int - if yyr4391 || yy2arr4391 { + yysep4401 := !z.EncBinary() + yy2arr4401 := z.EncBasicHandle().StructToArray + var yyq4401 [4]bool + _, _, _ = yysep4401, yyq4401, yy2arr4401 + const yyr4401 bool = false + yyq4401[1] = x.FieldRef != nil + yyq4401[2] = x.ResourceFieldRef != nil + yyq4401[3] = x.Mode != nil + var yynn4401 int + if yyr4401 || yy2arr4401 { r.EncodeArrayStart(4) } else { - yynn4391 = 1 - for _, b := range yyq4391 { + yynn4401 = 1 + for _, b := range yyq4401 { if b { - yynn4391++ + yynn4401++ } } - r.EncodeMapStart(yynn4391) - yynn4391 = 0 + r.EncodeMapStart(yynn4401) + yynn4401 = 0 } - if yyr4391 || yy2arr4391 { + if yyr4401 || yy2arr4401 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym4393 := z.EncBinary() - _ = yym4393 + yym4403 := z.EncBinary() + _ = yym4403 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -54761,16 +54857,16 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4394 := z.EncBinary() - _ = yym4394 + yym4404 := z.EncBinary() + _ = yym4404 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr4391 || yy2arr4391 { + if yyr4401 || yy2arr4401 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4391[1] { + if yyq4401[1] { if x.FieldRef == nil { r.EncodeNil() } else { @@ -54780,7 +54876,7 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4391[1] { + if yyq4401[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -54791,9 +54887,9 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4391 || yy2arr4391 { + if yyr4401 || yy2arr4401 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4391[2] { + if yyq4401[2] { if x.ResourceFieldRef == nil { r.EncodeNil() } else { @@ -54803,7 +54899,7 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4391[2] { + if yyq4401[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resourceFieldRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -54814,42 +54910,42 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4391 || yy2arr4391 { + if yyr4401 || yy2arr4401 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4391[3] { + if yyq4401[3] { if x.Mode == nil { r.EncodeNil() } else { - yy4398 := *x.Mode - yym4399 := z.EncBinary() - _ = yym4399 + yy4408 := *x.Mode + yym4409 := z.EncBinary() + _ = yym4409 if false { } else { - r.EncodeInt(int64(yy4398)) + r.EncodeInt(int64(yy4408)) } } } else { r.EncodeNil() } } else { - if yyq4391[3] { + if yyq4401[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("mode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Mode == nil { r.EncodeNil() } else { - yy4400 := *x.Mode - yym4401 := z.EncBinary() - _ = yym4401 + yy4410 := *x.Mode + yym4411 := z.EncBinary() + _ = yym4411 if false { } else { - r.EncodeInt(int64(yy4400)) + r.EncodeInt(int64(yy4410)) } } } } - if yyr4391 || yy2arr4391 { + if yyr4401 || yy2arr4401 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -54862,25 +54958,25 @@ func (x *DownwardAPIVolumeFile) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4402 := z.DecBinary() - _ = yym4402 + yym4412 := z.DecBinary() + _ = yym4412 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4403 := r.ContainerType() - if yyct4403 == codecSelferValueTypeMap1234 { - yyl4403 := r.ReadMapStart() - if yyl4403 == 0 { + yyct4413 := r.ContainerType() + if yyct4413 == codecSelferValueTypeMap1234 { + yyl4413 := r.ReadMapStart() + if yyl4413 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4403, d) + x.codecDecodeSelfFromMap(yyl4413, d) } - } else if yyct4403 == codecSelferValueTypeArray1234 { - yyl4403 := r.ReadArrayStart() - if yyl4403 == 0 { + } else if yyct4413 == codecSelferValueTypeArray1234 { + yyl4413 := r.ReadArrayStart() + if yyl4413 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4403, d) + x.codecDecodeSelfFromArray(yyl4413, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -54892,12 +54988,12 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4404Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4404Slc - var yyhl4404 bool = l >= 0 - for yyj4404 := 0; ; yyj4404++ { - if yyhl4404 { - if yyj4404 >= l { + var yys4414Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4414Slc + var yyhl4414 bool = l >= 0 + for yyj4414 := 0; ; yyj4414++ { + if yyhl4414 { + if yyj4414 >= l { break } } else { @@ -54906,10 +55002,10 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4404Slc = r.DecodeBytes(yys4404Slc, true, true) - yys4404 := string(yys4404Slc) + yys4414Slc = r.DecodeBytes(yys4414Slc, true, true) + yys4414 := string(yys4414Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4404 { + switch yys4414 { case "path": if r.TryDecodeAsNil() { x.Path = "" @@ -54947,17 +55043,17 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod if x.Mode == nil { x.Mode = new(int32) } - yym4409 := z.DecBinary() - _ = yym4409 + yym4419 := z.DecBinary() + _ = yym4419 if false { } else { *((*int32)(x.Mode)) = int32(r.DecodeInt(32)) } } default: - z.DecStructFieldNotFound(-1, yys4404) - } // end switch yys4404 - } // end for yyj4404 + z.DecStructFieldNotFound(-1, yys4414) + } // end switch yys4414 + } // end for yyj4414 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -54965,16 +55061,16 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4410 int - var yyb4410 bool - var yyhl4410 bool = l >= 0 - yyj4410++ - if yyhl4410 { - yyb4410 = yyj4410 > l + var yyj4420 int + var yyb4420 bool + var yyhl4420 bool = l >= 0 + yyj4420++ + if yyhl4420 { + yyb4420 = yyj4420 > l } else { - yyb4410 = r.CheckBreak() + yyb4420 = r.CheckBreak() } - if yyb4410 { + if yyb4420 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54984,13 +55080,13 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Path = string(r.DecodeString()) } - yyj4410++ - if yyhl4410 { - yyb4410 = yyj4410 > l + yyj4420++ + if yyhl4420 { + yyb4420 = yyj4420 > l } else { - yyb4410 = r.CheckBreak() + yyb4420 = r.CheckBreak() } - if yyb4410 { + if yyb4420 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55005,13 +55101,13 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec } x.FieldRef.CodecDecodeSelf(d) } - yyj4410++ - if yyhl4410 { - yyb4410 = yyj4410 > l + yyj4420++ + if yyhl4420 { + yyb4420 = yyj4420 > l } else { - yyb4410 = r.CheckBreak() + yyb4420 = r.CheckBreak() } - if yyb4410 { + if yyb4420 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55026,13 +55122,13 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec } x.ResourceFieldRef.CodecDecodeSelf(d) } - yyj4410++ - if yyhl4410 { - yyb4410 = yyj4410 > l + yyj4420++ + if yyhl4420 { + yyb4420 = yyj4420 > l } else { - yyb4410 = r.CheckBreak() + yyb4420 = r.CheckBreak() } - if yyb4410 { + if yyb4420 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55045,25 +55141,25 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec if x.Mode == nil { x.Mode = new(int32) } - yym4415 := z.DecBinary() - _ = yym4415 + yym4425 := z.DecBinary() + _ = yym4425 if false { } else { *((*int32)(x.Mode)) = int32(r.DecodeInt(32)) } } for { - yyj4410++ - if yyhl4410 { - yyb4410 = yyj4410 > l + yyj4420++ + if yyhl4420 { + yyb4420 = yyj4420 > l } else { - yyb4410 = r.CheckBreak() + yyb4420 = r.CheckBreak() } - if yyb4410 { + if yyb4420 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4410-1, "") + z.DecStructFieldNotFound(yyj4420-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55075,38 +55171,38 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4416 := z.EncBinary() - _ = yym4416 + yym4426 := z.EncBinary() + _ = yym4426 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4417 := !z.EncBinary() - yy2arr4417 := z.EncBasicHandle().StructToArray - var yyq4417 [6]bool - _, _, _ = yysep4417, yyq4417, yy2arr4417 - const yyr4417 bool = false - yyq4417[0] = x.Capabilities != nil - yyq4417[1] = x.Privileged != nil - yyq4417[2] = x.SELinuxOptions != nil - yyq4417[3] = x.RunAsUser != nil - yyq4417[4] = x.RunAsNonRoot != nil - yyq4417[5] = x.ReadOnlyRootFilesystem != nil - var yynn4417 int - if yyr4417 || yy2arr4417 { + yysep4427 := !z.EncBinary() + yy2arr4427 := z.EncBasicHandle().StructToArray + var yyq4427 [6]bool + _, _, _ = yysep4427, yyq4427, yy2arr4427 + const yyr4427 bool = false + yyq4427[0] = x.Capabilities != nil + yyq4427[1] = x.Privileged != nil + yyq4427[2] = x.SELinuxOptions != nil + yyq4427[3] = x.RunAsUser != nil + yyq4427[4] = x.RunAsNonRoot != nil + yyq4427[5] = x.ReadOnlyRootFilesystem != nil + var yynn4427 int + if yyr4427 || yy2arr4427 { r.EncodeArrayStart(6) } else { - yynn4417 = 0 - for _, b := range yyq4417 { + yynn4427 = 0 + for _, b := range yyq4427 { if b { - yynn4417++ + yynn4427++ } } - r.EncodeMapStart(yynn4417) - yynn4417 = 0 + r.EncodeMapStart(yynn4427) + yynn4427 = 0 } - if yyr4417 || yy2arr4417 { + if yyr4427 || yy2arr4427 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4417[0] { + if yyq4427[0] { if x.Capabilities == nil { r.EncodeNil() } else { @@ -55116,7 +55212,7 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4417[0] { + if yyq4427[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capabilities")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -55127,44 +55223,44 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4417 || yy2arr4417 { + if yyr4427 || yy2arr4427 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4417[1] { + if yyq4427[1] { if x.Privileged == nil { r.EncodeNil() } else { - yy4420 := *x.Privileged - yym4421 := z.EncBinary() - _ = yym4421 + yy4430 := *x.Privileged + yym4431 := z.EncBinary() + _ = yym4431 if false { } else { - r.EncodeBool(bool(yy4420)) + r.EncodeBool(bool(yy4430)) } } } else { r.EncodeNil() } } else { - if yyq4417[1] { + if yyq4427[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("privileged")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Privileged == nil { r.EncodeNil() } else { - yy4422 := *x.Privileged - yym4423 := z.EncBinary() - _ = yym4423 + yy4432 := *x.Privileged + yym4433 := z.EncBinary() + _ = yym4433 if false { } else { - r.EncodeBool(bool(yy4422)) + r.EncodeBool(bool(yy4432)) } } } } - if yyr4417 || yy2arr4417 { + if yyr4427 || yy2arr4427 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4417[2] { + if yyq4427[2] { if x.SELinuxOptions == nil { r.EncodeNil() } else { @@ -55174,7 +55270,7 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4417[2] { + if yyq4427[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("seLinuxOptions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -55185,112 +55281,112 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4417 || yy2arr4417 { + if yyr4427 || yy2arr4427 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4417[3] { + if yyq4427[3] { if x.RunAsUser == nil { r.EncodeNil() } else { - yy4426 := *x.RunAsUser - yym4427 := z.EncBinary() - _ = yym4427 + yy4436 := *x.RunAsUser + yym4437 := z.EncBinary() + _ = yym4437 if false { } else { - r.EncodeInt(int64(yy4426)) + r.EncodeInt(int64(yy4436)) } } } else { r.EncodeNil() } } else { - if yyq4417[3] { + if yyq4427[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsUser")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsUser == nil { r.EncodeNil() } else { - yy4428 := *x.RunAsUser - yym4429 := z.EncBinary() - _ = yym4429 + yy4438 := *x.RunAsUser + yym4439 := z.EncBinary() + _ = yym4439 if false { } else { - r.EncodeInt(int64(yy4428)) + r.EncodeInt(int64(yy4438)) } } } } - if yyr4417 || yy2arr4417 { + if yyr4427 || yy2arr4427 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4417[4] { + if yyq4427[4] { if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy4431 := *x.RunAsNonRoot - yym4432 := z.EncBinary() - _ = yym4432 + yy4441 := *x.RunAsNonRoot + yym4442 := z.EncBinary() + _ = yym4442 if false { } else { - r.EncodeBool(bool(yy4431)) + r.EncodeBool(bool(yy4441)) } } } else { r.EncodeNil() } } else { - if yyq4417[4] { + if yyq4427[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsNonRoot")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy4433 := *x.RunAsNonRoot - yym4434 := z.EncBinary() - _ = yym4434 + yy4443 := *x.RunAsNonRoot + yym4444 := z.EncBinary() + _ = yym4444 if false { } else { - r.EncodeBool(bool(yy4433)) + r.EncodeBool(bool(yy4443)) } } } } - if yyr4417 || yy2arr4417 { + if yyr4427 || yy2arr4427 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4417[5] { + if yyq4427[5] { if x.ReadOnlyRootFilesystem == nil { r.EncodeNil() } else { - yy4436 := *x.ReadOnlyRootFilesystem - yym4437 := z.EncBinary() - _ = yym4437 + yy4446 := *x.ReadOnlyRootFilesystem + yym4447 := z.EncBinary() + _ = yym4447 if false { } else { - r.EncodeBool(bool(yy4436)) + r.EncodeBool(bool(yy4446)) } } } else { r.EncodeNil() } } else { - if yyq4417[5] { + if yyq4427[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnlyRootFilesystem")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ReadOnlyRootFilesystem == nil { r.EncodeNil() } else { - yy4438 := *x.ReadOnlyRootFilesystem - yym4439 := z.EncBinary() - _ = yym4439 + yy4448 := *x.ReadOnlyRootFilesystem + yym4449 := z.EncBinary() + _ = yym4449 if false { } else { - r.EncodeBool(bool(yy4438)) + r.EncodeBool(bool(yy4448)) } } } } - if yyr4417 || yy2arr4417 { + if yyr4427 || yy2arr4427 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -55303,25 +55399,25 @@ func (x *SecurityContext) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4440 := z.DecBinary() - _ = yym4440 + yym4450 := z.DecBinary() + _ = yym4450 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4441 := r.ContainerType() - if yyct4441 == codecSelferValueTypeMap1234 { - yyl4441 := r.ReadMapStart() - if yyl4441 == 0 { + yyct4451 := r.ContainerType() + if yyct4451 == codecSelferValueTypeMap1234 { + yyl4451 := r.ReadMapStart() + if yyl4451 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4441, d) + x.codecDecodeSelfFromMap(yyl4451, d) } - } else if yyct4441 == codecSelferValueTypeArray1234 { - yyl4441 := r.ReadArrayStart() - if yyl4441 == 0 { + } else if yyct4451 == codecSelferValueTypeArray1234 { + yyl4451 := r.ReadArrayStart() + if yyl4451 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4441, d) + x.codecDecodeSelfFromArray(yyl4451, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -55333,12 +55429,12 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4442Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4442Slc - var yyhl4442 bool = l >= 0 - for yyj4442 := 0; ; yyj4442++ { - if yyhl4442 { - if yyj4442 >= l { + var yys4452Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4452Slc + var yyhl4452 bool = l >= 0 + for yyj4452 := 0; ; yyj4452++ { + if yyhl4452 { + if yyj4452 >= l { break } } else { @@ -55347,10 +55443,10 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4442Slc = r.DecodeBytes(yys4442Slc, true, true) - yys4442 := string(yys4442Slc) + yys4452Slc = r.DecodeBytes(yys4452Slc, true, true) + yys4452 := string(yys4452Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4442 { + switch yys4452 { case "capabilities": if r.TryDecodeAsNil() { if x.Capabilities != nil { @@ -55371,8 +55467,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Privileged == nil { x.Privileged = new(bool) } - yym4445 := z.DecBinary() - _ = yym4445 + yym4455 := z.DecBinary() + _ = yym4455 if false { } else { *((*bool)(x.Privileged)) = r.DecodeBool() @@ -55398,8 +55494,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym4448 := z.DecBinary() - _ = yym4448 + yym4458 := z.DecBinary() + _ = yym4458 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) @@ -55414,8 +55510,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym4450 := z.DecBinary() - _ = yym4450 + yym4460 := z.DecBinary() + _ = yym4460 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() @@ -55430,17 +55526,17 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.ReadOnlyRootFilesystem == nil { x.ReadOnlyRootFilesystem = new(bool) } - yym4452 := z.DecBinary() - _ = yym4452 + yym4462 := z.DecBinary() + _ = yym4462 if false { } else { *((*bool)(x.ReadOnlyRootFilesystem)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys4442) - } // end switch yys4442 - } // end for yyj4442 + z.DecStructFieldNotFound(-1, yys4452) + } // end switch yys4452 + } // end for yyj4452 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -55448,16 +55544,16 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4453 int - var yyb4453 bool - var yyhl4453 bool = l >= 0 - yyj4453++ - if yyhl4453 { - yyb4453 = yyj4453 > l + var yyj4463 int + var yyb4463 bool + var yyhl4463 bool = l >= 0 + yyj4463++ + if yyhl4463 { + yyb4463 = yyj4463 > l } else { - yyb4453 = r.CheckBreak() + yyb4463 = r.CheckBreak() } - if yyb4453 { + if yyb4463 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55472,13 +55568,13 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.Capabilities.CodecDecodeSelf(d) } - yyj4453++ - if yyhl4453 { - yyb4453 = yyj4453 > l + yyj4463++ + if yyhl4463 { + yyb4463 = yyj4463 > l } else { - yyb4453 = r.CheckBreak() + yyb4463 = r.CheckBreak() } - if yyb4453 { + if yyb4463 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55491,20 +55587,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.Privileged == nil { x.Privileged = new(bool) } - yym4456 := z.DecBinary() - _ = yym4456 + yym4466 := z.DecBinary() + _ = yym4466 if false { } else { *((*bool)(x.Privileged)) = r.DecodeBool() } } - yyj4453++ - if yyhl4453 { - yyb4453 = yyj4453 > l + yyj4463++ + if yyhl4463 { + yyb4463 = yyj4463 > l } else { - yyb4453 = r.CheckBreak() + yyb4463 = r.CheckBreak() } - if yyb4453 { + if yyb4463 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55519,13 +55615,13 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.SELinuxOptions.CodecDecodeSelf(d) } - yyj4453++ - if yyhl4453 { - yyb4453 = yyj4453 > l + yyj4463++ + if yyhl4463 { + yyb4463 = yyj4463 > l } else { - yyb4453 = r.CheckBreak() + yyb4463 = r.CheckBreak() } - if yyb4453 { + if yyb4463 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55538,20 +55634,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym4459 := z.DecBinary() - _ = yym4459 + yym4469 := z.DecBinary() + _ = yym4469 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) } } - yyj4453++ - if yyhl4453 { - yyb4453 = yyj4453 > l + yyj4463++ + if yyhl4463 { + yyb4463 = yyj4463 > l } else { - yyb4453 = r.CheckBreak() + yyb4463 = r.CheckBreak() } - if yyb4453 { + if yyb4463 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55564,20 +55660,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym4461 := z.DecBinary() - _ = yym4461 + yym4471 := z.DecBinary() + _ = yym4471 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() } } - yyj4453++ - if yyhl4453 { - yyb4453 = yyj4453 > l + yyj4463++ + if yyhl4463 { + yyb4463 = yyj4463 > l } else { - yyb4453 = r.CheckBreak() + yyb4463 = r.CheckBreak() } - if yyb4453 { + if yyb4463 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55590,25 +55686,25 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.ReadOnlyRootFilesystem == nil { x.ReadOnlyRootFilesystem = new(bool) } - yym4463 := z.DecBinary() - _ = yym4463 + yym4473 := z.DecBinary() + _ = yym4473 if false { } else { *((*bool)(x.ReadOnlyRootFilesystem)) = r.DecodeBool() } } for { - yyj4453++ - if yyhl4453 { - yyb4453 = yyj4453 > l + yyj4463++ + if yyhl4463 { + yyb4463 = yyj4463 > l } else { - yyb4453 = r.CheckBreak() + yyb4463 = r.CheckBreak() } - if yyb4453 { + if yyb4463 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4453-1, "") + z.DecStructFieldNotFound(yyj4463-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55620,134 +55716,134 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4464 := z.EncBinary() - _ = yym4464 + yym4474 := z.EncBinary() + _ = yym4474 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4465 := !z.EncBinary() - yy2arr4465 := z.EncBasicHandle().StructToArray - var yyq4465 [4]bool - _, _, _ = yysep4465, yyq4465, yy2arr4465 - const yyr4465 bool = false - yyq4465[0] = x.User != "" - yyq4465[1] = x.Role != "" - yyq4465[2] = x.Type != "" - yyq4465[3] = x.Level != "" - var yynn4465 int - if yyr4465 || yy2arr4465 { + yysep4475 := !z.EncBinary() + yy2arr4475 := z.EncBasicHandle().StructToArray + var yyq4475 [4]bool + _, _, _ = yysep4475, yyq4475, yy2arr4475 + const yyr4475 bool = false + yyq4475[0] = x.User != "" + yyq4475[1] = x.Role != "" + yyq4475[2] = x.Type != "" + yyq4475[3] = x.Level != "" + var yynn4475 int + if yyr4475 || yy2arr4475 { r.EncodeArrayStart(4) } else { - yynn4465 = 0 - for _, b := range yyq4465 { + yynn4475 = 0 + for _, b := range yyq4475 { if b { - yynn4465++ + yynn4475++ } } - r.EncodeMapStart(yynn4465) - yynn4465 = 0 + r.EncodeMapStart(yynn4475) + yynn4475 = 0 } - if yyr4465 || yy2arr4465 { + if yyr4475 || yy2arr4475 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4465[0] { - yym4467 := z.EncBinary() - _ = yym4467 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.User)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4465[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("user")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4468 := z.EncBinary() - _ = yym4468 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.User)) - } - } - } - if yyr4465 || yy2arr4465 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4465[1] { - yym4470 := z.EncBinary() - _ = yym4470 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Role)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4465[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("role")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4471 := z.EncBinary() - _ = yym4471 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Role)) - } - } - } - if yyr4465 || yy2arr4465 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4465[2] { - yym4473 := z.EncBinary() - _ = yym4473 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Type)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4465[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("type")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4474 := z.EncBinary() - _ = yym4474 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Type)) - } - } - } - if yyr4465 || yy2arr4465 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4465[3] { - yym4476 := z.EncBinary() - _ = yym4476 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Level)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4465[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("level")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyq4475[0] { yym4477 := z.EncBinary() _ = yym4477 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.User)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4475[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("user")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4478 := z.EncBinary() + _ = yym4478 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.User)) + } + } + } + if yyr4475 || yy2arr4475 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4475[1] { + yym4480 := z.EncBinary() + _ = yym4480 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Role)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4475[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("role")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4481 := z.EncBinary() + _ = yym4481 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Role)) + } + } + } + if yyr4475 || yy2arr4475 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4475[2] { + yym4483 := z.EncBinary() + _ = yym4483 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Type)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4475[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("type")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4484 := z.EncBinary() + _ = yym4484 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Type)) + } + } + } + if yyr4475 || yy2arr4475 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4475[3] { + yym4486 := z.EncBinary() + _ = yym4486 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Level)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4475[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("level")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4487 := z.EncBinary() + _ = yym4487 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Level)) } } } - if yyr4465 || yy2arr4465 { + if yyr4475 || yy2arr4475 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -55760,25 +55856,25 @@ func (x *SELinuxOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4478 := z.DecBinary() - _ = yym4478 + yym4488 := z.DecBinary() + _ = yym4488 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4479 := r.ContainerType() - if yyct4479 == codecSelferValueTypeMap1234 { - yyl4479 := r.ReadMapStart() - if yyl4479 == 0 { + yyct4489 := r.ContainerType() + if yyct4489 == codecSelferValueTypeMap1234 { + yyl4489 := r.ReadMapStart() + if yyl4489 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4479, d) + x.codecDecodeSelfFromMap(yyl4489, d) } - } else if yyct4479 == codecSelferValueTypeArray1234 { - yyl4479 := r.ReadArrayStart() - if yyl4479 == 0 { + } else if yyct4489 == codecSelferValueTypeArray1234 { + yyl4489 := r.ReadArrayStart() + if yyl4489 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4479, d) + x.codecDecodeSelfFromArray(yyl4489, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -55790,12 +55886,12 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4480Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4480Slc - var yyhl4480 bool = l >= 0 - for yyj4480 := 0; ; yyj4480++ { - if yyhl4480 { - if yyj4480 >= l { + var yys4490Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4490Slc + var yyhl4490 bool = l >= 0 + for yyj4490 := 0; ; yyj4490++ { + if yyhl4490 { + if yyj4490 >= l { break } } else { @@ -55804,10 +55900,10 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4480Slc = r.DecodeBytes(yys4480Slc, true, true) - yys4480 := string(yys4480Slc) + yys4490Slc = r.DecodeBytes(yys4490Slc, true, true) + yys4490 := string(yys4490Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4480 { + switch yys4490 { case "user": if r.TryDecodeAsNil() { x.User = "" @@ -55833,9 +55929,9 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Level = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys4480) - } // end switch yys4480 - } // end for yyj4480 + z.DecStructFieldNotFound(-1, yys4490) + } // end switch yys4490 + } // end for yyj4490 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -55843,16 +55939,16 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4485 int - var yyb4485 bool - var yyhl4485 bool = l >= 0 - yyj4485++ - if yyhl4485 { - yyb4485 = yyj4485 > l + var yyj4495 int + var yyb4495 bool + var yyhl4495 bool = l >= 0 + yyj4495++ + if yyhl4495 { + yyb4495 = yyj4495 > l } else { - yyb4485 = r.CheckBreak() + yyb4495 = r.CheckBreak() } - if yyb4485 { + if yyb4495 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55862,13 +55958,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.User = string(r.DecodeString()) } - yyj4485++ - if yyhl4485 { - yyb4485 = yyj4485 > l + yyj4495++ + if yyhl4495 { + yyb4495 = yyj4495 > l } else { - yyb4485 = r.CheckBreak() + yyb4495 = r.CheckBreak() } - if yyb4485 { + if yyb4495 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55878,13 +55974,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Role = string(r.DecodeString()) } - yyj4485++ - if yyhl4485 { - yyb4485 = yyj4485 > l + yyj4495++ + if yyhl4495 { + yyb4495 = yyj4495 > l } else { - yyb4485 = r.CheckBreak() + yyb4495 = r.CheckBreak() } - if yyb4485 { + if yyb4495 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55894,13 +55990,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = string(r.DecodeString()) } - yyj4485++ - if yyhl4485 { - yyb4485 = yyj4485 > l + yyj4495++ + if yyhl4495 { + yyb4495 = yyj4495 > l } else { - yyb4485 = r.CheckBreak() + yyb4495 = r.CheckBreak() } - if yyb4485 { + if yyb4495 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55911,17 +56007,17 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Level = string(r.DecodeString()) } for { - yyj4485++ - if yyhl4485 { - yyb4485 = yyj4485 > l + yyj4495++ + if yyhl4495 { + yyb4495 = yyj4495 > l } else { - yyb4485 = r.CheckBreak() + yyb4495 = r.CheckBreak() } - if yyb4485 { + if yyb4495 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4485-1, "") + z.DecStructFieldNotFound(yyj4495-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55933,37 +56029,37 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4490 := z.EncBinary() - _ = yym4490 + yym4500 := z.EncBinary() + _ = yym4500 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4491 := !z.EncBinary() - yy2arr4491 := z.EncBasicHandle().StructToArray - var yyq4491 [5]bool - _, _, _ = yysep4491, yyq4491, yy2arr4491 - const yyr4491 bool = false - yyq4491[0] = x.Kind != "" - yyq4491[1] = x.APIVersion != "" - yyq4491[2] = true - var yynn4491 int - if yyr4491 || yy2arr4491 { + yysep4501 := !z.EncBinary() + yy2arr4501 := z.EncBasicHandle().StructToArray + var yyq4501 [5]bool + _, _, _ = yysep4501, yyq4501, yy2arr4501 + const yyr4501 bool = false + yyq4501[0] = x.Kind != "" + yyq4501[1] = x.APIVersion != "" + yyq4501[2] = true + var yynn4501 int + if yyr4501 || yy2arr4501 { r.EncodeArrayStart(5) } else { - yynn4491 = 2 - for _, b := range yyq4491 { + yynn4501 = 2 + for _, b := range yyq4501 { if b { - yynn4491++ + yynn4501++ } } - r.EncodeMapStart(yynn4491) - yynn4491 = 0 + r.EncodeMapStart(yynn4501) + yynn4501 = 0 } - if yyr4491 || yy2arr4491 { + if yyr4501 || yy2arr4501 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4491[0] { - yym4493 := z.EncBinary() - _ = yym4493 + if yyq4501[0] { + yym4503 := z.EncBinary() + _ = yym4503 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -55972,23 +56068,23 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4491[0] { + if yyq4501[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4494 := z.EncBinary() - _ = yym4494 + yym4504 := z.EncBinary() + _ = yym4504 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4491 || yy2arr4491 { + if yyr4501 || yy2arr4501 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4491[1] { - yym4496 := z.EncBinary() - _ = yym4496 + if yyq4501[1] { + yym4506 := z.EncBinary() + _ = yym4506 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -55997,39 +56093,39 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4491[1] { + if yyq4501[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4497 := z.EncBinary() - _ = yym4497 + yym4507 := z.EncBinary() + _ = yym4507 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4491 || yy2arr4491 { + if yyr4501 || yy2arr4501 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4491[2] { - yy4499 := &x.ObjectMeta - yy4499.CodecEncodeSelf(e) + if yyq4501[2] { + yy4509 := &x.ObjectMeta + yy4509.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4491[2] { + if yyq4501[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4500 := &x.ObjectMeta - yy4500.CodecEncodeSelf(e) + yy4510 := &x.ObjectMeta + yy4510.CodecEncodeSelf(e) } } - if yyr4491 || yy2arr4491 { + if yyr4501 || yy2arr4501 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym4502 := z.EncBinary() - _ = yym4502 + yym4512 := z.EncBinary() + _ = yym4512 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Range)) @@ -56038,20 +56134,20 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("range")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4503 := z.EncBinary() - _ = yym4503 + yym4513 := z.EncBinary() + _ = yym4513 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Range)) } } - if yyr4491 || yy2arr4491 { + if yyr4501 || yy2arr4501 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Data == nil { r.EncodeNil() } else { - yym4505 := z.EncBinary() - _ = yym4505 + yym4515 := z.EncBinary() + _ = yym4515 if false { } else { r.EncodeStringBytes(codecSelferC_RAW1234, []byte(x.Data)) @@ -56064,15 +56160,15 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { if x.Data == nil { r.EncodeNil() } else { - yym4506 := z.EncBinary() - _ = yym4506 + yym4516 := z.EncBinary() + _ = yym4516 if false { } else { r.EncodeStringBytes(codecSelferC_RAW1234, []byte(x.Data)) } } } - if yyr4491 || yy2arr4491 { + if yyr4501 || yy2arr4501 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -56085,25 +56181,25 @@ func (x *RangeAllocation) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4507 := z.DecBinary() - _ = yym4507 + yym4517 := z.DecBinary() + _ = yym4517 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4508 := r.ContainerType() - if yyct4508 == codecSelferValueTypeMap1234 { - yyl4508 := r.ReadMapStart() - if yyl4508 == 0 { + yyct4518 := r.ContainerType() + if yyct4518 == codecSelferValueTypeMap1234 { + yyl4518 := r.ReadMapStart() + if yyl4518 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4508, d) + x.codecDecodeSelfFromMap(yyl4518, d) } - } else if yyct4508 == codecSelferValueTypeArray1234 { - yyl4508 := r.ReadArrayStart() - if yyl4508 == 0 { + } else if yyct4518 == codecSelferValueTypeArray1234 { + yyl4518 := r.ReadArrayStart() + if yyl4518 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4508, d) + x.codecDecodeSelfFromArray(yyl4518, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -56115,12 +56211,12 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4509Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4509Slc - var yyhl4509 bool = l >= 0 - for yyj4509 := 0; ; yyj4509++ { - if yyhl4509 { - if yyj4509 >= l { + var yys4519Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4519Slc + var yyhl4519 bool = l >= 0 + for yyj4519 := 0; ; yyj4519++ { + if yyhl4519 { + if yyj4519 >= l { break } } else { @@ -56129,10 +56225,10 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4509Slc = r.DecodeBytes(yys4509Slc, true, true) - yys4509 := string(yys4509Slc) + yys4519Slc = r.DecodeBytes(yys4519Slc, true, true) + yys4519 := string(yys4519Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4509 { + switch yys4519 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -56149,8 +56245,8 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4512 := &x.ObjectMeta - yyv4512.CodecDecodeSelf(d) + yyv4522 := &x.ObjectMeta + yyv4522.CodecDecodeSelf(d) } case "range": if r.TryDecodeAsNil() { @@ -56162,18 +56258,18 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4514 := &x.Data - yym4515 := z.DecBinary() - _ = yym4515 + yyv4524 := &x.Data + yym4525 := z.DecBinary() + _ = yym4525 if false { } else { - *yyv4514 = r.DecodeBytes(*(*[]byte)(yyv4514), false, false) + *yyv4524 = r.DecodeBytes(*(*[]byte)(yyv4524), false, false) } } default: - z.DecStructFieldNotFound(-1, yys4509) - } // end switch yys4509 - } // end for yyj4509 + z.DecStructFieldNotFound(-1, yys4519) + } // end switch yys4519 + } // end for yyj4519 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -56181,16 +56277,16 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4516 int - var yyb4516 bool - var yyhl4516 bool = l >= 0 - yyj4516++ - if yyhl4516 { - yyb4516 = yyj4516 > l + var yyj4526 int + var yyb4526 bool + var yyhl4526 bool = l >= 0 + yyj4526++ + if yyhl4526 { + yyb4526 = yyj4526 > l } else { - yyb4516 = r.CheckBreak() + yyb4526 = r.CheckBreak() } - if yyb4516 { + if yyb4526 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56200,13 +56296,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj4516++ - if yyhl4516 { - yyb4516 = yyj4516 > l + yyj4526++ + if yyhl4526 { + yyb4526 = yyj4526 > l } else { - yyb4516 = r.CheckBreak() + yyb4526 = r.CheckBreak() } - if yyb4516 { + if yyb4526 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56216,13 +56312,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj4516++ - if yyhl4516 { - yyb4516 = yyj4516 > l + yyj4526++ + if yyhl4526 { + yyb4526 = yyj4526 > l } else { - yyb4516 = r.CheckBreak() + yyb4526 = r.CheckBreak() } - if yyb4516 { + if yyb4526 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56230,16 +56326,16 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4519 := &x.ObjectMeta - yyv4519.CodecDecodeSelf(d) + yyv4529 := &x.ObjectMeta + yyv4529.CodecDecodeSelf(d) } - yyj4516++ - if yyhl4516 { - yyb4516 = yyj4516 > l + yyj4526++ + if yyhl4526 { + yyb4526 = yyj4526 > l } else { - yyb4516 = r.CheckBreak() + yyb4526 = r.CheckBreak() } - if yyb4516 { + if yyb4526 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56249,13 +56345,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Range = string(r.DecodeString()) } - yyj4516++ - if yyhl4516 { - yyb4516 = yyj4516 > l + yyj4526++ + if yyhl4526 { + yyb4526 = yyj4526 > l } else { - yyb4516 = r.CheckBreak() + yyb4526 = r.CheckBreak() } - if yyb4516 { + if yyb4526 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56263,26 +56359,26 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4521 := &x.Data - yym4522 := z.DecBinary() - _ = yym4522 + yyv4531 := &x.Data + yym4532 := z.DecBinary() + _ = yym4532 if false { } else { - *yyv4521 = r.DecodeBytes(*(*[]byte)(yyv4521), false, false) + *yyv4531 = r.DecodeBytes(*(*[]byte)(yyv4531), false, false) } } for { - yyj4516++ - if yyhl4516 { - yyb4516 = yyj4516 > l + yyj4526++ + if yyhl4526 { + yyb4526 = yyj4526 > l } else { - yyb4516 = r.CheckBreak() + yyb4526 = r.CheckBreak() } - if yyb4516 { + if yyb4526 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4516-1, "") + z.DecStructFieldNotFound(yyj4526-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56292,10 +56388,10 @@ func (x codecSelfer1234) encSliceOwnerReference(v []OwnerReference, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4523 := range v { + for _, yyv4533 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4524 := &yyv4523 - yy4524.CodecEncodeSelf(e) + yy4534 := &yyv4533 + yy4534.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56305,83 +56401,83 @@ func (x codecSelfer1234) decSliceOwnerReference(v *[]OwnerReference, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4525 := *v - yyh4525, yyl4525 := z.DecSliceHelperStart() - var yyc4525 bool - if yyl4525 == 0 { - if yyv4525 == nil { - yyv4525 = []OwnerReference{} - yyc4525 = true - } else if len(yyv4525) != 0 { - yyv4525 = yyv4525[:0] - yyc4525 = true + yyv4535 := *v + yyh4535, yyl4535 := z.DecSliceHelperStart() + var yyc4535 bool + if yyl4535 == 0 { + if yyv4535 == nil { + yyv4535 = []OwnerReference{} + yyc4535 = true + } else if len(yyv4535) != 0 { + yyv4535 = yyv4535[:0] + yyc4535 = true } - } else if yyl4525 > 0 { - var yyrr4525, yyrl4525 int - var yyrt4525 bool - if yyl4525 > cap(yyv4525) { + } else if yyl4535 > 0 { + var yyrr4535, yyrl4535 int + var yyrt4535 bool + if yyl4535 > cap(yyv4535) { - yyrg4525 := len(yyv4525) > 0 - yyv24525 := yyv4525 - yyrl4525, yyrt4525 = z.DecInferLen(yyl4525, z.DecBasicHandle().MaxInitLen, 72) - if yyrt4525 { - if yyrl4525 <= cap(yyv4525) { - yyv4525 = yyv4525[:yyrl4525] + yyrg4535 := len(yyv4535) > 0 + yyv24535 := yyv4535 + yyrl4535, yyrt4535 = z.DecInferLen(yyl4535, z.DecBasicHandle().MaxInitLen, 72) + if yyrt4535 { + if yyrl4535 <= cap(yyv4535) { + yyv4535 = yyv4535[:yyrl4535] } else { - yyv4525 = make([]OwnerReference, yyrl4525) + yyv4535 = make([]OwnerReference, yyrl4535) } } else { - yyv4525 = make([]OwnerReference, yyrl4525) + yyv4535 = make([]OwnerReference, yyrl4535) } - yyc4525 = true - yyrr4525 = len(yyv4525) - if yyrg4525 { - copy(yyv4525, yyv24525) + yyc4535 = true + yyrr4535 = len(yyv4535) + if yyrg4535 { + copy(yyv4535, yyv24535) } - } else if yyl4525 != len(yyv4525) { - yyv4525 = yyv4525[:yyl4525] - yyc4525 = true + } else if yyl4535 != len(yyv4535) { + yyv4535 = yyv4535[:yyl4535] + yyc4535 = true } - yyj4525 := 0 - for ; yyj4525 < yyrr4525; yyj4525++ { - yyh4525.ElemContainerState(yyj4525) + yyj4535 := 0 + for ; yyj4535 < yyrr4535; yyj4535++ { + yyh4535.ElemContainerState(yyj4535) if r.TryDecodeAsNil() { - yyv4525[yyj4525] = OwnerReference{} + yyv4535[yyj4535] = OwnerReference{} } else { - yyv4526 := &yyv4525[yyj4525] - yyv4526.CodecDecodeSelf(d) + yyv4536 := &yyv4535[yyj4535] + yyv4536.CodecDecodeSelf(d) } } - if yyrt4525 { - for ; yyj4525 < yyl4525; yyj4525++ { - yyv4525 = append(yyv4525, OwnerReference{}) - yyh4525.ElemContainerState(yyj4525) + if yyrt4535 { + for ; yyj4535 < yyl4535; yyj4535++ { + yyv4535 = append(yyv4535, OwnerReference{}) + yyh4535.ElemContainerState(yyj4535) if r.TryDecodeAsNil() { - yyv4525[yyj4525] = OwnerReference{} + yyv4535[yyj4535] = OwnerReference{} } else { - yyv4527 := &yyv4525[yyj4525] - yyv4527.CodecDecodeSelf(d) + yyv4537 := &yyv4535[yyj4535] + yyv4537.CodecDecodeSelf(d) } } } } else { - yyj4525 := 0 - for ; !r.CheckBreak(); yyj4525++ { + yyj4535 := 0 + for ; !r.CheckBreak(); yyj4535++ { - if yyj4525 >= len(yyv4525) { - yyv4525 = append(yyv4525, OwnerReference{}) // var yyz4525 OwnerReference - yyc4525 = true + if yyj4535 >= len(yyv4535) { + yyv4535 = append(yyv4535, OwnerReference{}) // var yyz4535 OwnerReference + yyc4535 = true } - yyh4525.ElemContainerState(yyj4525) - if yyj4525 < len(yyv4525) { + yyh4535.ElemContainerState(yyj4535) + if yyj4535 < len(yyv4535) { if r.TryDecodeAsNil() { - yyv4525[yyj4525] = OwnerReference{} + yyv4535[yyj4535] = OwnerReference{} } else { - yyv4528 := &yyv4525[yyj4525] - yyv4528.CodecDecodeSelf(d) + yyv4538 := &yyv4535[yyj4535] + yyv4538.CodecDecodeSelf(d) } } else { @@ -56389,17 +56485,17 @@ func (x codecSelfer1234) decSliceOwnerReference(v *[]OwnerReference, d *codec197 } } - if yyj4525 < len(yyv4525) { - yyv4525 = yyv4525[:yyj4525] - yyc4525 = true - } else if yyj4525 == 0 && yyv4525 == nil { - yyv4525 = []OwnerReference{} - yyc4525 = true + if yyj4535 < len(yyv4535) { + yyv4535 = yyv4535[:yyj4535] + yyc4535 = true + } else if yyj4535 == 0 && yyv4535 == nil { + yyv4535 = []OwnerReference{} + yyc4535 = true } } - yyh4525.End() - if yyc4525 { - *v = yyv4525 + yyh4535.End() + if yyc4535 { + *v = yyv4535 } } @@ -56408,9 +56504,9 @@ func (x codecSelfer1234) encSlicePersistentVolumeAccessMode(v []PersistentVolume z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4529 := range v { + for _, yyv4539 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4529.CodecEncodeSelf(e) + yyv4539.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56420,75 +56516,75 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4530 := *v - yyh4530, yyl4530 := z.DecSliceHelperStart() - var yyc4530 bool - if yyl4530 == 0 { - if yyv4530 == nil { - yyv4530 = []PersistentVolumeAccessMode{} - yyc4530 = true - } else if len(yyv4530) != 0 { - yyv4530 = yyv4530[:0] - yyc4530 = true + yyv4540 := *v + yyh4540, yyl4540 := z.DecSliceHelperStart() + var yyc4540 bool + if yyl4540 == 0 { + if yyv4540 == nil { + yyv4540 = []PersistentVolumeAccessMode{} + yyc4540 = true + } else if len(yyv4540) != 0 { + yyv4540 = yyv4540[:0] + yyc4540 = true } - } else if yyl4530 > 0 { - var yyrr4530, yyrl4530 int - var yyrt4530 bool - if yyl4530 > cap(yyv4530) { + } else if yyl4540 > 0 { + var yyrr4540, yyrl4540 int + var yyrt4540 bool + if yyl4540 > cap(yyv4540) { - yyrl4530, yyrt4530 = z.DecInferLen(yyl4530, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4530 { - if yyrl4530 <= cap(yyv4530) { - yyv4530 = yyv4530[:yyrl4530] + yyrl4540, yyrt4540 = z.DecInferLen(yyl4540, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4540 { + if yyrl4540 <= cap(yyv4540) { + yyv4540 = yyv4540[:yyrl4540] } else { - yyv4530 = make([]PersistentVolumeAccessMode, yyrl4530) + yyv4540 = make([]PersistentVolumeAccessMode, yyrl4540) } } else { - yyv4530 = make([]PersistentVolumeAccessMode, yyrl4530) + yyv4540 = make([]PersistentVolumeAccessMode, yyrl4540) } - yyc4530 = true - yyrr4530 = len(yyv4530) - } else if yyl4530 != len(yyv4530) { - yyv4530 = yyv4530[:yyl4530] - yyc4530 = true + yyc4540 = true + yyrr4540 = len(yyv4540) + } else if yyl4540 != len(yyv4540) { + yyv4540 = yyv4540[:yyl4540] + yyc4540 = true } - yyj4530 := 0 - for ; yyj4530 < yyrr4530; yyj4530++ { - yyh4530.ElemContainerState(yyj4530) + yyj4540 := 0 + for ; yyj4540 < yyrr4540; yyj4540++ { + yyh4540.ElemContainerState(yyj4540) if r.TryDecodeAsNil() { - yyv4530[yyj4530] = "" + yyv4540[yyj4540] = "" } else { - yyv4530[yyj4530] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4540[yyj4540] = PersistentVolumeAccessMode(r.DecodeString()) } } - if yyrt4530 { - for ; yyj4530 < yyl4530; yyj4530++ { - yyv4530 = append(yyv4530, "") - yyh4530.ElemContainerState(yyj4530) + if yyrt4540 { + for ; yyj4540 < yyl4540; yyj4540++ { + yyv4540 = append(yyv4540, "") + yyh4540.ElemContainerState(yyj4540) if r.TryDecodeAsNil() { - yyv4530[yyj4530] = "" + yyv4540[yyj4540] = "" } else { - yyv4530[yyj4530] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4540[yyj4540] = PersistentVolumeAccessMode(r.DecodeString()) } } } } else { - yyj4530 := 0 - for ; !r.CheckBreak(); yyj4530++ { + yyj4540 := 0 + for ; !r.CheckBreak(); yyj4540++ { - if yyj4530 >= len(yyv4530) { - yyv4530 = append(yyv4530, "") // var yyz4530 PersistentVolumeAccessMode - yyc4530 = true + if yyj4540 >= len(yyv4540) { + yyv4540 = append(yyv4540, "") // var yyz4540 PersistentVolumeAccessMode + yyc4540 = true } - yyh4530.ElemContainerState(yyj4530) - if yyj4530 < len(yyv4530) { + yyh4540.ElemContainerState(yyj4540) + if yyj4540 < len(yyv4540) { if r.TryDecodeAsNil() { - yyv4530[yyj4530] = "" + yyv4540[yyj4540] = "" } else { - yyv4530[yyj4530] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4540[yyj4540] = PersistentVolumeAccessMode(r.DecodeString()) } } else { @@ -56496,17 +56592,17 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum } } - if yyj4530 < len(yyv4530) { - yyv4530 = yyv4530[:yyj4530] - yyc4530 = true - } else if yyj4530 == 0 && yyv4530 == nil { - yyv4530 = []PersistentVolumeAccessMode{} - yyc4530 = true + if yyj4540 < len(yyv4540) { + yyv4540 = yyv4540[:yyj4540] + yyc4540 = true + } else if yyj4540 == 0 && yyv4540 == nil { + yyv4540 = []PersistentVolumeAccessMode{} + yyc4540 = true } } - yyh4530.End() - if yyc4530 { - *v = yyv4530 + yyh4540.End() + if yyc4540 { + *v = yyv4540 } } @@ -56515,10 +56611,10 @@ func (x codecSelfer1234) encSlicePersistentVolume(v []PersistentVolume, e *codec z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4534 := range v { + for _, yyv4544 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4535 := &yyv4534 - yy4535.CodecEncodeSelf(e) + yy4545 := &yyv4544 + yy4545.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56528,83 +56624,83 @@ func (x codecSelfer1234) decSlicePersistentVolume(v *[]PersistentVolume, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4536 := *v - yyh4536, yyl4536 := z.DecSliceHelperStart() - var yyc4536 bool - if yyl4536 == 0 { - if yyv4536 == nil { - yyv4536 = []PersistentVolume{} - yyc4536 = true - } else if len(yyv4536) != 0 { - yyv4536 = yyv4536[:0] - yyc4536 = true + yyv4546 := *v + yyh4546, yyl4546 := z.DecSliceHelperStart() + var yyc4546 bool + if yyl4546 == 0 { + if yyv4546 == nil { + yyv4546 = []PersistentVolume{} + yyc4546 = true + } else if len(yyv4546) != 0 { + yyv4546 = yyv4546[:0] + yyc4546 = true } - } else if yyl4536 > 0 { - var yyrr4536, yyrl4536 int - var yyrt4536 bool - if yyl4536 > cap(yyv4536) { + } else if yyl4546 > 0 { + var yyrr4546, yyrl4546 int + var yyrt4546 bool + if yyl4546 > cap(yyv4546) { - yyrg4536 := len(yyv4536) > 0 - yyv24536 := yyv4536 - yyrl4536, yyrt4536 = z.DecInferLen(yyl4536, z.DecBasicHandle().MaxInitLen, 488) - if yyrt4536 { - if yyrl4536 <= cap(yyv4536) { - yyv4536 = yyv4536[:yyrl4536] + yyrg4546 := len(yyv4546) > 0 + yyv24546 := yyv4546 + yyrl4546, yyrt4546 = z.DecInferLen(yyl4546, z.DecBasicHandle().MaxInitLen, 488) + if yyrt4546 { + if yyrl4546 <= cap(yyv4546) { + yyv4546 = yyv4546[:yyrl4546] } else { - yyv4536 = make([]PersistentVolume, yyrl4536) + yyv4546 = make([]PersistentVolume, yyrl4546) } } else { - yyv4536 = make([]PersistentVolume, yyrl4536) + yyv4546 = make([]PersistentVolume, yyrl4546) } - yyc4536 = true - yyrr4536 = len(yyv4536) - if yyrg4536 { - copy(yyv4536, yyv24536) + yyc4546 = true + yyrr4546 = len(yyv4546) + if yyrg4546 { + copy(yyv4546, yyv24546) } - } else if yyl4536 != len(yyv4536) { - yyv4536 = yyv4536[:yyl4536] - yyc4536 = true + } else if yyl4546 != len(yyv4546) { + yyv4546 = yyv4546[:yyl4546] + yyc4546 = true } - yyj4536 := 0 - for ; yyj4536 < yyrr4536; yyj4536++ { - yyh4536.ElemContainerState(yyj4536) + yyj4546 := 0 + for ; yyj4546 < yyrr4546; yyj4546++ { + yyh4546.ElemContainerState(yyj4546) if r.TryDecodeAsNil() { - yyv4536[yyj4536] = PersistentVolume{} + yyv4546[yyj4546] = PersistentVolume{} } else { - yyv4537 := &yyv4536[yyj4536] - yyv4537.CodecDecodeSelf(d) + yyv4547 := &yyv4546[yyj4546] + yyv4547.CodecDecodeSelf(d) } } - if yyrt4536 { - for ; yyj4536 < yyl4536; yyj4536++ { - yyv4536 = append(yyv4536, PersistentVolume{}) - yyh4536.ElemContainerState(yyj4536) + if yyrt4546 { + for ; yyj4546 < yyl4546; yyj4546++ { + yyv4546 = append(yyv4546, PersistentVolume{}) + yyh4546.ElemContainerState(yyj4546) if r.TryDecodeAsNil() { - yyv4536[yyj4536] = PersistentVolume{} + yyv4546[yyj4546] = PersistentVolume{} } else { - yyv4538 := &yyv4536[yyj4536] - yyv4538.CodecDecodeSelf(d) + yyv4548 := &yyv4546[yyj4546] + yyv4548.CodecDecodeSelf(d) } } } } else { - yyj4536 := 0 - for ; !r.CheckBreak(); yyj4536++ { + yyj4546 := 0 + for ; !r.CheckBreak(); yyj4546++ { - if yyj4536 >= len(yyv4536) { - yyv4536 = append(yyv4536, PersistentVolume{}) // var yyz4536 PersistentVolume - yyc4536 = true + if yyj4546 >= len(yyv4546) { + yyv4546 = append(yyv4546, PersistentVolume{}) // var yyz4546 PersistentVolume + yyc4546 = true } - yyh4536.ElemContainerState(yyj4536) - if yyj4536 < len(yyv4536) { + yyh4546.ElemContainerState(yyj4546) + if yyj4546 < len(yyv4546) { if r.TryDecodeAsNil() { - yyv4536[yyj4536] = PersistentVolume{} + yyv4546[yyj4546] = PersistentVolume{} } else { - yyv4539 := &yyv4536[yyj4536] - yyv4539.CodecDecodeSelf(d) + yyv4549 := &yyv4546[yyj4546] + yyv4549.CodecDecodeSelf(d) } } else { @@ -56612,17 +56708,17 @@ func (x codecSelfer1234) decSlicePersistentVolume(v *[]PersistentVolume, d *code } } - if yyj4536 < len(yyv4536) { - yyv4536 = yyv4536[:yyj4536] - yyc4536 = true - } else if yyj4536 == 0 && yyv4536 == nil { - yyv4536 = []PersistentVolume{} - yyc4536 = true + if yyj4546 < len(yyv4546) { + yyv4546 = yyv4546[:yyj4546] + yyc4546 = true + } else if yyj4546 == 0 && yyv4546 == nil { + yyv4546 = []PersistentVolume{} + yyc4546 = true } } - yyh4536.End() - if yyc4536 { - *v = yyv4536 + yyh4546.End() + if yyc4546 { + *v = yyv4546 } } @@ -56631,10 +56727,10 @@ func (x codecSelfer1234) encSlicePersistentVolumeClaim(v []PersistentVolumeClaim z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4540 := range v { + for _, yyv4550 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4541 := &yyv4540 - yy4541.CodecEncodeSelf(e) + yy4551 := &yyv4550 + yy4551.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56644,83 +56740,83 @@ func (x codecSelfer1234) decSlicePersistentVolumeClaim(v *[]PersistentVolumeClai z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4542 := *v - yyh4542, yyl4542 := z.DecSliceHelperStart() - var yyc4542 bool - if yyl4542 == 0 { - if yyv4542 == nil { - yyv4542 = []PersistentVolumeClaim{} - yyc4542 = true - } else if len(yyv4542) != 0 { - yyv4542 = yyv4542[:0] - yyc4542 = true + yyv4552 := *v + yyh4552, yyl4552 := z.DecSliceHelperStart() + var yyc4552 bool + if yyl4552 == 0 { + if yyv4552 == nil { + yyv4552 = []PersistentVolumeClaim{} + yyc4552 = true + } else if len(yyv4552) != 0 { + yyv4552 = yyv4552[:0] + yyc4552 = true } - } else if yyl4542 > 0 { - var yyrr4542, yyrl4542 int - var yyrt4542 bool - if yyl4542 > cap(yyv4542) { + } else if yyl4552 > 0 { + var yyrr4552, yyrl4552 int + var yyrt4552 bool + if yyl4552 > cap(yyv4552) { - yyrg4542 := len(yyv4542) > 0 - yyv24542 := yyv4542 - yyrl4542, yyrt4542 = z.DecInferLen(yyl4542, z.DecBasicHandle().MaxInitLen, 368) - if yyrt4542 { - if yyrl4542 <= cap(yyv4542) { - yyv4542 = yyv4542[:yyrl4542] + yyrg4552 := len(yyv4552) > 0 + yyv24552 := yyv4552 + yyrl4552, yyrt4552 = z.DecInferLen(yyl4552, z.DecBasicHandle().MaxInitLen, 368) + if yyrt4552 { + if yyrl4552 <= cap(yyv4552) { + yyv4552 = yyv4552[:yyrl4552] } else { - yyv4542 = make([]PersistentVolumeClaim, yyrl4542) + yyv4552 = make([]PersistentVolumeClaim, yyrl4552) } } else { - yyv4542 = make([]PersistentVolumeClaim, yyrl4542) + yyv4552 = make([]PersistentVolumeClaim, yyrl4552) } - yyc4542 = true - yyrr4542 = len(yyv4542) - if yyrg4542 { - copy(yyv4542, yyv24542) + yyc4552 = true + yyrr4552 = len(yyv4552) + if yyrg4552 { + copy(yyv4552, yyv24552) } - } else if yyl4542 != len(yyv4542) { - yyv4542 = yyv4542[:yyl4542] - yyc4542 = true + } else if yyl4552 != len(yyv4552) { + yyv4552 = yyv4552[:yyl4552] + yyc4552 = true } - yyj4542 := 0 - for ; yyj4542 < yyrr4542; yyj4542++ { - yyh4542.ElemContainerState(yyj4542) + yyj4552 := 0 + for ; yyj4552 < yyrr4552; yyj4552++ { + yyh4552.ElemContainerState(yyj4552) if r.TryDecodeAsNil() { - yyv4542[yyj4542] = PersistentVolumeClaim{} + yyv4552[yyj4552] = PersistentVolumeClaim{} } else { - yyv4543 := &yyv4542[yyj4542] - yyv4543.CodecDecodeSelf(d) + yyv4553 := &yyv4552[yyj4552] + yyv4553.CodecDecodeSelf(d) } } - if yyrt4542 { - for ; yyj4542 < yyl4542; yyj4542++ { - yyv4542 = append(yyv4542, PersistentVolumeClaim{}) - yyh4542.ElemContainerState(yyj4542) + if yyrt4552 { + for ; yyj4552 < yyl4552; yyj4552++ { + yyv4552 = append(yyv4552, PersistentVolumeClaim{}) + yyh4552.ElemContainerState(yyj4552) if r.TryDecodeAsNil() { - yyv4542[yyj4542] = PersistentVolumeClaim{} + yyv4552[yyj4552] = PersistentVolumeClaim{} } else { - yyv4544 := &yyv4542[yyj4542] - yyv4544.CodecDecodeSelf(d) + yyv4554 := &yyv4552[yyj4552] + yyv4554.CodecDecodeSelf(d) } } } } else { - yyj4542 := 0 - for ; !r.CheckBreak(); yyj4542++ { + yyj4552 := 0 + for ; !r.CheckBreak(); yyj4552++ { - if yyj4542 >= len(yyv4542) { - yyv4542 = append(yyv4542, PersistentVolumeClaim{}) // var yyz4542 PersistentVolumeClaim - yyc4542 = true + if yyj4552 >= len(yyv4552) { + yyv4552 = append(yyv4552, PersistentVolumeClaim{}) // var yyz4552 PersistentVolumeClaim + yyc4552 = true } - yyh4542.ElemContainerState(yyj4542) - if yyj4542 < len(yyv4542) { + yyh4552.ElemContainerState(yyj4552) + if yyj4552 < len(yyv4552) { if r.TryDecodeAsNil() { - yyv4542[yyj4542] = PersistentVolumeClaim{} + yyv4552[yyj4552] = PersistentVolumeClaim{} } else { - yyv4545 := &yyv4542[yyj4542] - yyv4545.CodecDecodeSelf(d) + yyv4555 := &yyv4552[yyj4552] + yyv4555.CodecDecodeSelf(d) } } else { @@ -56728,17 +56824,17 @@ func (x codecSelfer1234) decSlicePersistentVolumeClaim(v *[]PersistentVolumeClai } } - if yyj4542 < len(yyv4542) { - yyv4542 = yyv4542[:yyj4542] - yyc4542 = true - } else if yyj4542 == 0 && yyv4542 == nil { - yyv4542 = []PersistentVolumeClaim{} - yyc4542 = true + if yyj4552 < len(yyv4552) { + yyv4552 = yyv4552[:yyj4552] + yyc4552 = true + } else if yyj4552 == 0 && yyv4552 == nil { + yyv4552 = []PersistentVolumeClaim{} + yyc4552 = true } } - yyh4542.End() - if yyc4542 { - *v = yyv4542 + yyh4552.End() + if yyc4552 { + *v = yyv4552 } } @@ -56747,10 +56843,10 @@ func (x codecSelfer1234) encSliceKeyToPath(v []KeyToPath, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4546 := range v { + for _, yyv4556 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4547 := &yyv4546 - yy4547.CodecEncodeSelf(e) + yy4557 := &yyv4556 + yy4557.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56760,83 +56856,83 @@ func (x codecSelfer1234) decSliceKeyToPath(v *[]KeyToPath, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4548 := *v - yyh4548, yyl4548 := z.DecSliceHelperStart() - var yyc4548 bool - if yyl4548 == 0 { - if yyv4548 == nil { - yyv4548 = []KeyToPath{} - yyc4548 = true - } else if len(yyv4548) != 0 { - yyv4548 = yyv4548[:0] - yyc4548 = true + yyv4558 := *v + yyh4558, yyl4558 := z.DecSliceHelperStart() + var yyc4558 bool + if yyl4558 == 0 { + if yyv4558 == nil { + yyv4558 = []KeyToPath{} + yyc4558 = true + } else if len(yyv4558) != 0 { + yyv4558 = yyv4558[:0] + yyc4558 = true } - } else if yyl4548 > 0 { - var yyrr4548, yyrl4548 int - var yyrt4548 bool - if yyl4548 > cap(yyv4548) { + } else if yyl4558 > 0 { + var yyrr4558, yyrl4558 int + var yyrt4558 bool + if yyl4558 > cap(yyv4558) { - yyrg4548 := len(yyv4548) > 0 - yyv24548 := yyv4548 - yyrl4548, yyrt4548 = z.DecInferLen(yyl4548, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4548 { - if yyrl4548 <= cap(yyv4548) { - yyv4548 = yyv4548[:yyrl4548] + yyrg4558 := len(yyv4558) > 0 + yyv24558 := yyv4558 + yyrl4558, yyrt4558 = z.DecInferLen(yyl4558, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4558 { + if yyrl4558 <= cap(yyv4558) { + yyv4558 = yyv4558[:yyrl4558] } else { - yyv4548 = make([]KeyToPath, yyrl4548) + yyv4558 = make([]KeyToPath, yyrl4558) } } else { - yyv4548 = make([]KeyToPath, yyrl4548) + yyv4558 = make([]KeyToPath, yyrl4558) } - yyc4548 = true - yyrr4548 = len(yyv4548) - if yyrg4548 { - copy(yyv4548, yyv24548) + yyc4558 = true + yyrr4558 = len(yyv4558) + if yyrg4558 { + copy(yyv4558, yyv24558) } - } else if yyl4548 != len(yyv4548) { - yyv4548 = yyv4548[:yyl4548] - yyc4548 = true + } else if yyl4558 != len(yyv4558) { + yyv4558 = yyv4558[:yyl4558] + yyc4558 = true } - yyj4548 := 0 - for ; yyj4548 < yyrr4548; yyj4548++ { - yyh4548.ElemContainerState(yyj4548) + yyj4558 := 0 + for ; yyj4558 < yyrr4558; yyj4558++ { + yyh4558.ElemContainerState(yyj4558) if r.TryDecodeAsNil() { - yyv4548[yyj4548] = KeyToPath{} + yyv4558[yyj4558] = KeyToPath{} } else { - yyv4549 := &yyv4548[yyj4548] - yyv4549.CodecDecodeSelf(d) + yyv4559 := &yyv4558[yyj4558] + yyv4559.CodecDecodeSelf(d) } } - if yyrt4548 { - for ; yyj4548 < yyl4548; yyj4548++ { - yyv4548 = append(yyv4548, KeyToPath{}) - yyh4548.ElemContainerState(yyj4548) + if yyrt4558 { + for ; yyj4558 < yyl4558; yyj4558++ { + yyv4558 = append(yyv4558, KeyToPath{}) + yyh4558.ElemContainerState(yyj4558) if r.TryDecodeAsNil() { - yyv4548[yyj4548] = KeyToPath{} + yyv4558[yyj4558] = KeyToPath{} } else { - yyv4550 := &yyv4548[yyj4548] - yyv4550.CodecDecodeSelf(d) + yyv4560 := &yyv4558[yyj4558] + yyv4560.CodecDecodeSelf(d) } } } } else { - yyj4548 := 0 - for ; !r.CheckBreak(); yyj4548++ { + yyj4558 := 0 + for ; !r.CheckBreak(); yyj4558++ { - if yyj4548 >= len(yyv4548) { - yyv4548 = append(yyv4548, KeyToPath{}) // var yyz4548 KeyToPath - yyc4548 = true + if yyj4558 >= len(yyv4558) { + yyv4558 = append(yyv4558, KeyToPath{}) // var yyz4558 KeyToPath + yyc4558 = true } - yyh4548.ElemContainerState(yyj4548) - if yyj4548 < len(yyv4548) { + yyh4558.ElemContainerState(yyj4558) + if yyj4558 < len(yyv4558) { if r.TryDecodeAsNil() { - yyv4548[yyj4548] = KeyToPath{} + yyv4558[yyj4558] = KeyToPath{} } else { - yyv4551 := &yyv4548[yyj4548] - yyv4551.CodecDecodeSelf(d) + yyv4561 := &yyv4558[yyj4558] + yyv4561.CodecDecodeSelf(d) } } else { @@ -56844,17 +56940,17 @@ func (x codecSelfer1234) decSliceKeyToPath(v *[]KeyToPath, d *codec1978.Decoder) } } - if yyj4548 < len(yyv4548) { - yyv4548 = yyv4548[:yyj4548] - yyc4548 = true - } else if yyj4548 == 0 && yyv4548 == nil { - yyv4548 = []KeyToPath{} - yyc4548 = true + if yyj4558 < len(yyv4558) { + yyv4558 = yyv4558[:yyj4558] + yyc4558 = true + } else if yyj4558 == 0 && yyv4558 == nil { + yyv4558 = []KeyToPath{} + yyc4558 = true } } - yyh4548.End() - if yyc4548 { - *v = yyv4548 + yyh4558.End() + if yyc4558 { + *v = yyv4558 } } @@ -56863,10 +56959,10 @@ func (x codecSelfer1234) encSliceHTTPHeader(v []HTTPHeader, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4552 := range v { + for _, yyv4562 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4553 := &yyv4552 - yy4553.CodecEncodeSelf(e) + yy4563 := &yyv4562 + yy4563.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56876,83 +56972,83 @@ func (x codecSelfer1234) decSliceHTTPHeader(v *[]HTTPHeader, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4554 := *v - yyh4554, yyl4554 := z.DecSliceHelperStart() - var yyc4554 bool - if yyl4554 == 0 { - if yyv4554 == nil { - yyv4554 = []HTTPHeader{} - yyc4554 = true - } else if len(yyv4554) != 0 { - yyv4554 = yyv4554[:0] - yyc4554 = true + yyv4564 := *v + yyh4564, yyl4564 := z.DecSliceHelperStart() + var yyc4564 bool + if yyl4564 == 0 { + if yyv4564 == nil { + yyv4564 = []HTTPHeader{} + yyc4564 = true + } else if len(yyv4564) != 0 { + yyv4564 = yyv4564[:0] + yyc4564 = true } - } else if yyl4554 > 0 { - var yyrr4554, yyrl4554 int - var yyrt4554 bool - if yyl4554 > cap(yyv4554) { + } else if yyl4564 > 0 { + var yyrr4564, yyrl4564 int + var yyrt4564 bool + if yyl4564 > cap(yyv4564) { - yyrg4554 := len(yyv4554) > 0 - yyv24554 := yyv4554 - yyrl4554, yyrt4554 = z.DecInferLen(yyl4554, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4554 { - if yyrl4554 <= cap(yyv4554) { - yyv4554 = yyv4554[:yyrl4554] + 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 { - yyv4554 = make([]HTTPHeader, yyrl4554) + yyv4564 = make([]HTTPHeader, yyrl4564) } } else { - yyv4554 = make([]HTTPHeader, yyrl4554) + yyv4564 = make([]HTTPHeader, yyrl4564) } - yyc4554 = true - yyrr4554 = len(yyv4554) - if yyrg4554 { - copy(yyv4554, yyv24554) + yyc4564 = true + yyrr4564 = len(yyv4564) + if yyrg4564 { + copy(yyv4564, yyv24564) } - } else if yyl4554 != len(yyv4554) { - yyv4554 = yyv4554[:yyl4554] - yyc4554 = true + } else if yyl4564 != len(yyv4564) { + yyv4564 = yyv4564[:yyl4564] + yyc4564 = true } - yyj4554 := 0 - for ; yyj4554 < yyrr4554; yyj4554++ { - yyh4554.ElemContainerState(yyj4554) + yyj4564 := 0 + for ; yyj4564 < yyrr4564; yyj4564++ { + yyh4564.ElemContainerState(yyj4564) if r.TryDecodeAsNil() { - yyv4554[yyj4554] = HTTPHeader{} + yyv4564[yyj4564] = HTTPHeader{} } else { - yyv4555 := &yyv4554[yyj4554] - yyv4555.CodecDecodeSelf(d) + yyv4565 := &yyv4564[yyj4564] + yyv4565.CodecDecodeSelf(d) } } - if yyrt4554 { - for ; yyj4554 < yyl4554; yyj4554++ { - yyv4554 = append(yyv4554, HTTPHeader{}) - yyh4554.ElemContainerState(yyj4554) + if yyrt4564 { + for ; yyj4564 < yyl4564; yyj4564++ { + yyv4564 = append(yyv4564, HTTPHeader{}) + yyh4564.ElemContainerState(yyj4564) if r.TryDecodeAsNil() { - yyv4554[yyj4554] = HTTPHeader{} + yyv4564[yyj4564] = HTTPHeader{} } else { - yyv4556 := &yyv4554[yyj4554] - yyv4556.CodecDecodeSelf(d) + yyv4566 := &yyv4564[yyj4564] + yyv4566.CodecDecodeSelf(d) } } } } else { - yyj4554 := 0 - for ; !r.CheckBreak(); yyj4554++ { + yyj4564 := 0 + for ; !r.CheckBreak(); yyj4564++ { - if yyj4554 >= len(yyv4554) { - yyv4554 = append(yyv4554, HTTPHeader{}) // var yyz4554 HTTPHeader - yyc4554 = true + if yyj4564 >= len(yyv4564) { + yyv4564 = append(yyv4564, HTTPHeader{}) // var yyz4564 HTTPHeader + yyc4564 = true } - yyh4554.ElemContainerState(yyj4554) - if yyj4554 < len(yyv4554) { + yyh4564.ElemContainerState(yyj4564) + if yyj4564 < len(yyv4564) { if r.TryDecodeAsNil() { - yyv4554[yyj4554] = HTTPHeader{} + yyv4564[yyj4564] = HTTPHeader{} } else { - yyv4557 := &yyv4554[yyj4554] - yyv4557.CodecDecodeSelf(d) + yyv4567 := &yyv4564[yyj4564] + yyv4567.CodecDecodeSelf(d) } } else { @@ -56960,17 +57056,17 @@ func (x codecSelfer1234) decSliceHTTPHeader(v *[]HTTPHeader, d *codec1978.Decode } } - if yyj4554 < len(yyv4554) { - yyv4554 = yyv4554[:yyj4554] - yyc4554 = true - } else if yyj4554 == 0 && yyv4554 == nil { - yyv4554 = []HTTPHeader{} - yyc4554 = true + if yyj4564 < len(yyv4564) { + yyv4564 = yyv4564[:yyj4564] + yyc4564 = true + } else if yyj4564 == 0 && yyv4564 == nil { + yyv4564 = []HTTPHeader{} + yyc4564 = true } } - yyh4554.End() - if yyc4554 { - *v = yyv4554 + yyh4564.End() + if yyc4564 { + *v = yyv4564 } } @@ -56979,9 +57075,9 @@ func (x codecSelfer1234) encSliceCapability(v []Capability, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4558 := range v { + for _, yyv4568 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4558.CodecEncodeSelf(e) + yyv4568.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56991,75 +57087,75 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4559 := *v - yyh4559, yyl4559 := z.DecSliceHelperStart() - var yyc4559 bool - if yyl4559 == 0 { - if yyv4559 == nil { - yyv4559 = []Capability{} - yyc4559 = true - } else if len(yyv4559) != 0 { - yyv4559 = yyv4559[:0] - yyc4559 = true + yyv4569 := *v + yyh4569, yyl4569 := z.DecSliceHelperStart() + var yyc4569 bool + if yyl4569 == 0 { + if yyv4569 == nil { + yyv4569 = []Capability{} + yyc4569 = true + } else if len(yyv4569) != 0 { + yyv4569 = yyv4569[:0] + yyc4569 = true } - } else if yyl4559 > 0 { - var yyrr4559, yyrl4559 int - var yyrt4559 bool - if yyl4559 > cap(yyv4559) { + } else if yyl4569 > 0 { + var yyrr4569, yyrl4569 int + var yyrt4569 bool + if yyl4569 > cap(yyv4569) { - yyrl4559, yyrt4559 = z.DecInferLen(yyl4559, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4559 { - if yyrl4559 <= cap(yyv4559) { - yyv4559 = yyv4559[:yyrl4559] + yyrl4569, yyrt4569 = z.DecInferLen(yyl4569, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4569 { + if yyrl4569 <= cap(yyv4569) { + yyv4569 = yyv4569[:yyrl4569] } else { - yyv4559 = make([]Capability, yyrl4559) + yyv4569 = make([]Capability, yyrl4569) } } else { - yyv4559 = make([]Capability, yyrl4559) + yyv4569 = make([]Capability, yyrl4569) } - yyc4559 = true - yyrr4559 = len(yyv4559) - } else if yyl4559 != len(yyv4559) { - yyv4559 = yyv4559[:yyl4559] - yyc4559 = true + yyc4569 = true + yyrr4569 = len(yyv4569) + } else if yyl4569 != len(yyv4569) { + yyv4569 = yyv4569[:yyl4569] + yyc4569 = true } - yyj4559 := 0 - for ; yyj4559 < yyrr4559; yyj4559++ { - yyh4559.ElemContainerState(yyj4559) + yyj4569 := 0 + for ; yyj4569 < yyrr4569; yyj4569++ { + yyh4569.ElemContainerState(yyj4569) if r.TryDecodeAsNil() { - yyv4559[yyj4559] = "" + yyv4569[yyj4569] = "" } else { - yyv4559[yyj4559] = Capability(r.DecodeString()) + yyv4569[yyj4569] = Capability(r.DecodeString()) } } - if yyrt4559 { - for ; yyj4559 < yyl4559; yyj4559++ { - yyv4559 = append(yyv4559, "") - yyh4559.ElemContainerState(yyj4559) + if yyrt4569 { + for ; yyj4569 < yyl4569; yyj4569++ { + yyv4569 = append(yyv4569, "") + yyh4569.ElemContainerState(yyj4569) if r.TryDecodeAsNil() { - yyv4559[yyj4559] = "" + yyv4569[yyj4569] = "" } else { - yyv4559[yyj4559] = Capability(r.DecodeString()) + yyv4569[yyj4569] = Capability(r.DecodeString()) } } } } else { - yyj4559 := 0 - for ; !r.CheckBreak(); yyj4559++ { + yyj4569 := 0 + for ; !r.CheckBreak(); yyj4569++ { - if yyj4559 >= len(yyv4559) { - yyv4559 = append(yyv4559, "") // var yyz4559 Capability - yyc4559 = true + if yyj4569 >= len(yyv4569) { + yyv4569 = append(yyv4569, "") // var yyz4569 Capability + yyc4569 = true } - yyh4559.ElemContainerState(yyj4559) - if yyj4559 < len(yyv4559) { + yyh4569.ElemContainerState(yyj4569) + if yyj4569 < len(yyv4569) { if r.TryDecodeAsNil() { - yyv4559[yyj4559] = "" + yyv4569[yyj4569] = "" } else { - yyv4559[yyj4559] = Capability(r.DecodeString()) + yyv4569[yyj4569] = Capability(r.DecodeString()) } } else { @@ -57067,17 +57163,17 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode } } - if yyj4559 < len(yyv4559) { - yyv4559 = yyv4559[:yyj4559] - yyc4559 = true - } else if yyj4559 == 0 && yyv4559 == nil { - yyv4559 = []Capability{} - yyc4559 = true + if yyj4569 < len(yyv4569) { + yyv4569 = yyv4569[:yyj4569] + yyc4569 = true + } else if yyj4569 == 0 && yyv4569 == nil { + yyv4569 = []Capability{} + yyc4569 = true } } - yyh4559.End() - if yyc4559 { - *v = yyv4559 + yyh4569.End() + if yyc4569 { + *v = yyv4569 } } @@ -57086,10 +57182,10 @@ func (x codecSelfer1234) encSliceContainerPort(v []ContainerPort, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4563 := range v { + for _, yyv4573 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4564 := &yyv4563 - yy4564.CodecEncodeSelf(e) + yy4574 := &yyv4573 + yy4574.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57099,83 +57195,83 @@ func (x codecSelfer1234) decSliceContainerPort(v *[]ContainerPort, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4565 := *v - yyh4565, yyl4565 := z.DecSliceHelperStart() - var yyc4565 bool - if yyl4565 == 0 { - if yyv4565 == nil { - yyv4565 = []ContainerPort{} - yyc4565 = true - } else if len(yyv4565) != 0 { - yyv4565 = yyv4565[:0] - yyc4565 = true + yyv4575 := *v + yyh4575, yyl4575 := z.DecSliceHelperStart() + var yyc4575 bool + if yyl4575 == 0 { + if yyv4575 == nil { + yyv4575 = []ContainerPort{} + yyc4575 = true + } else if len(yyv4575) != 0 { + yyv4575 = yyv4575[:0] + yyc4575 = true } - } else if yyl4565 > 0 { - var yyrr4565, yyrl4565 int - var yyrt4565 bool - if yyl4565 > cap(yyv4565) { + } else if yyl4575 > 0 { + var yyrr4575, yyrl4575 int + var yyrt4575 bool + if yyl4575 > cap(yyv4575) { - yyrg4565 := len(yyv4565) > 0 - yyv24565 := yyv4565 - yyrl4565, yyrt4565 = z.DecInferLen(yyl4565, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4565 { - if yyrl4565 <= cap(yyv4565) { - yyv4565 = yyv4565[:yyrl4565] + yyrg4575 := len(yyv4575) > 0 + yyv24575 := yyv4575 + yyrl4575, yyrt4575 = z.DecInferLen(yyl4575, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4575 { + if yyrl4575 <= cap(yyv4575) { + yyv4575 = yyv4575[:yyrl4575] } else { - yyv4565 = make([]ContainerPort, yyrl4565) + yyv4575 = make([]ContainerPort, yyrl4575) } } else { - yyv4565 = make([]ContainerPort, yyrl4565) + yyv4575 = make([]ContainerPort, yyrl4575) } - yyc4565 = true - yyrr4565 = len(yyv4565) - if yyrg4565 { - copy(yyv4565, yyv24565) + yyc4575 = true + yyrr4575 = len(yyv4575) + if yyrg4575 { + copy(yyv4575, yyv24575) } - } else if yyl4565 != len(yyv4565) { - yyv4565 = yyv4565[:yyl4565] - yyc4565 = true + } else if yyl4575 != len(yyv4575) { + yyv4575 = yyv4575[:yyl4575] + yyc4575 = true } - yyj4565 := 0 - for ; yyj4565 < yyrr4565; yyj4565++ { - yyh4565.ElemContainerState(yyj4565) + yyj4575 := 0 + for ; yyj4575 < yyrr4575; yyj4575++ { + yyh4575.ElemContainerState(yyj4575) if r.TryDecodeAsNil() { - yyv4565[yyj4565] = ContainerPort{} + yyv4575[yyj4575] = ContainerPort{} } else { - yyv4566 := &yyv4565[yyj4565] - yyv4566.CodecDecodeSelf(d) + yyv4576 := &yyv4575[yyj4575] + yyv4576.CodecDecodeSelf(d) } } - if yyrt4565 { - for ; yyj4565 < yyl4565; yyj4565++ { - yyv4565 = append(yyv4565, ContainerPort{}) - yyh4565.ElemContainerState(yyj4565) + if yyrt4575 { + for ; yyj4575 < yyl4575; yyj4575++ { + yyv4575 = append(yyv4575, ContainerPort{}) + yyh4575.ElemContainerState(yyj4575) if r.TryDecodeAsNil() { - yyv4565[yyj4565] = ContainerPort{} + yyv4575[yyj4575] = ContainerPort{} } else { - yyv4567 := &yyv4565[yyj4565] - yyv4567.CodecDecodeSelf(d) + yyv4577 := &yyv4575[yyj4575] + yyv4577.CodecDecodeSelf(d) } } } } else { - yyj4565 := 0 - for ; !r.CheckBreak(); yyj4565++ { + yyj4575 := 0 + for ; !r.CheckBreak(); yyj4575++ { - if yyj4565 >= len(yyv4565) { - yyv4565 = append(yyv4565, ContainerPort{}) // var yyz4565 ContainerPort - yyc4565 = true + if yyj4575 >= len(yyv4575) { + yyv4575 = append(yyv4575, ContainerPort{}) // var yyz4575 ContainerPort + yyc4575 = true } - yyh4565.ElemContainerState(yyj4565) - if yyj4565 < len(yyv4565) { + yyh4575.ElemContainerState(yyj4575) + if yyj4575 < len(yyv4575) { if r.TryDecodeAsNil() { - yyv4565[yyj4565] = ContainerPort{} + yyv4575[yyj4575] = ContainerPort{} } else { - yyv4568 := &yyv4565[yyj4565] - yyv4568.CodecDecodeSelf(d) + yyv4578 := &yyv4575[yyj4575] + yyv4578.CodecDecodeSelf(d) } } else { @@ -57183,17 +57279,17 @@ func (x codecSelfer1234) decSliceContainerPort(v *[]ContainerPort, d *codec1978. } } - if yyj4565 < len(yyv4565) { - yyv4565 = yyv4565[:yyj4565] - yyc4565 = true - } else if yyj4565 == 0 && yyv4565 == nil { - yyv4565 = []ContainerPort{} - yyc4565 = true + if yyj4575 < len(yyv4575) { + yyv4575 = yyv4575[:yyj4575] + yyc4575 = true + } else if yyj4575 == 0 && yyv4575 == nil { + yyv4575 = []ContainerPort{} + yyc4575 = true } } - yyh4565.End() - if yyc4565 { - *v = yyv4565 + yyh4575.End() + if yyc4575 { + *v = yyv4575 } } @@ -57202,10 +57298,10 @@ func (x codecSelfer1234) encSliceEnvVar(v []EnvVar, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4569 := range v { + for _, yyv4579 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4570 := &yyv4569 - yy4570.CodecEncodeSelf(e) + yy4580 := &yyv4579 + yy4580.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57215,83 +57311,83 @@ func (x codecSelfer1234) decSliceEnvVar(v *[]EnvVar, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4571 := *v - yyh4571, yyl4571 := z.DecSliceHelperStart() - var yyc4571 bool - if yyl4571 == 0 { - if yyv4571 == nil { - yyv4571 = []EnvVar{} - yyc4571 = true - } else if len(yyv4571) != 0 { - yyv4571 = yyv4571[:0] - yyc4571 = true + yyv4581 := *v + yyh4581, yyl4581 := z.DecSliceHelperStart() + var yyc4581 bool + if yyl4581 == 0 { + if yyv4581 == nil { + yyv4581 = []EnvVar{} + yyc4581 = true + } else if len(yyv4581) != 0 { + yyv4581 = yyv4581[:0] + yyc4581 = true } - } else if yyl4571 > 0 { - var yyrr4571, yyrl4571 int - var yyrt4571 bool - if yyl4571 > cap(yyv4571) { + } else if yyl4581 > 0 { + var yyrr4581, yyrl4581 int + var yyrt4581 bool + if yyl4581 > cap(yyv4581) { - yyrg4571 := len(yyv4571) > 0 - yyv24571 := yyv4571 - yyrl4571, yyrt4571 = z.DecInferLen(yyl4571, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4571 { - if yyrl4571 <= cap(yyv4571) { - yyv4571 = yyv4571[:yyrl4571] + yyrg4581 := len(yyv4581) > 0 + yyv24581 := yyv4581 + yyrl4581, yyrt4581 = z.DecInferLen(yyl4581, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4581 { + if yyrl4581 <= cap(yyv4581) { + yyv4581 = yyv4581[:yyrl4581] } else { - yyv4571 = make([]EnvVar, yyrl4571) + yyv4581 = make([]EnvVar, yyrl4581) } } else { - yyv4571 = make([]EnvVar, yyrl4571) + yyv4581 = make([]EnvVar, yyrl4581) } - yyc4571 = true - yyrr4571 = len(yyv4571) - if yyrg4571 { - copy(yyv4571, yyv24571) + yyc4581 = true + yyrr4581 = len(yyv4581) + if yyrg4581 { + copy(yyv4581, yyv24581) } - } else if yyl4571 != len(yyv4571) { - yyv4571 = yyv4571[:yyl4571] - yyc4571 = true + } else if yyl4581 != len(yyv4581) { + yyv4581 = yyv4581[:yyl4581] + yyc4581 = true } - yyj4571 := 0 - for ; yyj4571 < yyrr4571; yyj4571++ { - yyh4571.ElemContainerState(yyj4571) + yyj4581 := 0 + for ; yyj4581 < yyrr4581; yyj4581++ { + yyh4581.ElemContainerState(yyj4581) if r.TryDecodeAsNil() { - yyv4571[yyj4571] = EnvVar{} + yyv4581[yyj4581] = EnvVar{} } else { - yyv4572 := &yyv4571[yyj4571] - yyv4572.CodecDecodeSelf(d) + yyv4582 := &yyv4581[yyj4581] + yyv4582.CodecDecodeSelf(d) } } - if yyrt4571 { - for ; yyj4571 < yyl4571; yyj4571++ { - yyv4571 = append(yyv4571, EnvVar{}) - yyh4571.ElemContainerState(yyj4571) + if yyrt4581 { + for ; yyj4581 < yyl4581; yyj4581++ { + yyv4581 = append(yyv4581, EnvVar{}) + yyh4581.ElemContainerState(yyj4581) if r.TryDecodeAsNil() { - yyv4571[yyj4571] = EnvVar{} + yyv4581[yyj4581] = EnvVar{} } else { - yyv4573 := &yyv4571[yyj4571] - yyv4573.CodecDecodeSelf(d) + yyv4583 := &yyv4581[yyj4581] + yyv4583.CodecDecodeSelf(d) } } } } else { - yyj4571 := 0 - for ; !r.CheckBreak(); yyj4571++ { + yyj4581 := 0 + for ; !r.CheckBreak(); yyj4581++ { - if yyj4571 >= len(yyv4571) { - yyv4571 = append(yyv4571, EnvVar{}) // var yyz4571 EnvVar - yyc4571 = true + if yyj4581 >= len(yyv4581) { + yyv4581 = append(yyv4581, EnvVar{}) // var yyz4581 EnvVar + yyc4581 = true } - yyh4571.ElemContainerState(yyj4571) - if yyj4571 < len(yyv4571) { + yyh4581.ElemContainerState(yyj4581) + if yyj4581 < len(yyv4581) { if r.TryDecodeAsNil() { - yyv4571[yyj4571] = EnvVar{} + yyv4581[yyj4581] = EnvVar{} } else { - yyv4574 := &yyv4571[yyj4571] - yyv4574.CodecDecodeSelf(d) + yyv4584 := &yyv4581[yyj4581] + yyv4584.CodecDecodeSelf(d) } } else { @@ -57299,17 +57395,17 @@ func (x codecSelfer1234) decSliceEnvVar(v *[]EnvVar, d *codec1978.Decoder) { } } - if yyj4571 < len(yyv4571) { - yyv4571 = yyv4571[:yyj4571] - yyc4571 = true - } else if yyj4571 == 0 && yyv4571 == nil { - yyv4571 = []EnvVar{} - yyc4571 = true + if yyj4581 < len(yyv4581) { + yyv4581 = yyv4581[:yyj4581] + yyc4581 = true + } else if yyj4581 == 0 && yyv4581 == nil { + yyv4581 = []EnvVar{} + yyc4581 = true } } - yyh4571.End() - if yyc4571 { - *v = yyv4571 + yyh4581.End() + if yyc4581 { + *v = yyv4581 } } @@ -57318,10 +57414,10 @@ func (x codecSelfer1234) encSliceVolumeMount(v []VolumeMount, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4575 := range v { + for _, yyv4585 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4576 := &yyv4575 - yy4576.CodecEncodeSelf(e) + yy4586 := &yyv4585 + yy4586.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57331,83 +57427,83 @@ func (x codecSelfer1234) decSliceVolumeMount(v *[]VolumeMount, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4577 := *v - yyh4577, yyl4577 := z.DecSliceHelperStart() - var yyc4577 bool - if yyl4577 == 0 { - if yyv4577 == nil { - yyv4577 = []VolumeMount{} - yyc4577 = true - } else if len(yyv4577) != 0 { - yyv4577 = yyv4577[:0] - yyc4577 = true + yyv4587 := *v + yyh4587, yyl4587 := z.DecSliceHelperStart() + var yyc4587 bool + if yyl4587 == 0 { + if yyv4587 == nil { + yyv4587 = []VolumeMount{} + yyc4587 = true + } else if len(yyv4587) != 0 { + yyv4587 = yyv4587[:0] + yyc4587 = true } - } else if yyl4577 > 0 { - var yyrr4577, yyrl4577 int - var yyrt4577 bool - if yyl4577 > cap(yyv4577) { + } else if yyl4587 > 0 { + var yyrr4587, yyrl4587 int + var yyrt4587 bool + if yyl4587 > cap(yyv4587) { - yyrg4577 := len(yyv4577) > 0 - yyv24577 := yyv4577 - yyrl4577, yyrt4577 = z.DecInferLen(yyl4577, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4577 { - if yyrl4577 <= cap(yyv4577) { - yyv4577 = yyv4577[:yyrl4577] + yyrg4587 := len(yyv4587) > 0 + yyv24587 := yyv4587 + yyrl4587, yyrt4587 = z.DecInferLen(yyl4587, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4587 { + if yyrl4587 <= cap(yyv4587) { + yyv4587 = yyv4587[:yyrl4587] } else { - yyv4577 = make([]VolumeMount, yyrl4577) + yyv4587 = make([]VolumeMount, yyrl4587) } } else { - yyv4577 = make([]VolumeMount, yyrl4577) + yyv4587 = make([]VolumeMount, yyrl4587) } - yyc4577 = true - yyrr4577 = len(yyv4577) - if yyrg4577 { - copy(yyv4577, yyv24577) + yyc4587 = true + yyrr4587 = len(yyv4587) + if yyrg4587 { + copy(yyv4587, yyv24587) } - } else if yyl4577 != len(yyv4577) { - yyv4577 = yyv4577[:yyl4577] - yyc4577 = true + } else if yyl4587 != len(yyv4587) { + yyv4587 = yyv4587[:yyl4587] + yyc4587 = true } - yyj4577 := 0 - for ; yyj4577 < yyrr4577; yyj4577++ { - yyh4577.ElemContainerState(yyj4577) + yyj4587 := 0 + for ; yyj4587 < yyrr4587; yyj4587++ { + yyh4587.ElemContainerState(yyj4587) if r.TryDecodeAsNil() { - yyv4577[yyj4577] = VolumeMount{} + yyv4587[yyj4587] = VolumeMount{} } else { - yyv4578 := &yyv4577[yyj4577] - yyv4578.CodecDecodeSelf(d) + yyv4588 := &yyv4587[yyj4587] + yyv4588.CodecDecodeSelf(d) } } - if yyrt4577 { - for ; yyj4577 < yyl4577; yyj4577++ { - yyv4577 = append(yyv4577, VolumeMount{}) - yyh4577.ElemContainerState(yyj4577) + if yyrt4587 { + for ; yyj4587 < yyl4587; yyj4587++ { + yyv4587 = append(yyv4587, VolumeMount{}) + yyh4587.ElemContainerState(yyj4587) if r.TryDecodeAsNil() { - yyv4577[yyj4577] = VolumeMount{} + yyv4587[yyj4587] = VolumeMount{} } else { - yyv4579 := &yyv4577[yyj4577] - yyv4579.CodecDecodeSelf(d) + yyv4589 := &yyv4587[yyj4587] + yyv4589.CodecDecodeSelf(d) } } } } else { - yyj4577 := 0 - for ; !r.CheckBreak(); yyj4577++ { + yyj4587 := 0 + for ; !r.CheckBreak(); yyj4587++ { - if yyj4577 >= len(yyv4577) { - yyv4577 = append(yyv4577, VolumeMount{}) // var yyz4577 VolumeMount - yyc4577 = true + if yyj4587 >= len(yyv4587) { + yyv4587 = append(yyv4587, VolumeMount{}) // var yyz4587 VolumeMount + yyc4587 = true } - yyh4577.ElemContainerState(yyj4577) - if yyj4577 < len(yyv4577) { + yyh4587.ElemContainerState(yyj4587) + if yyj4587 < len(yyv4587) { if r.TryDecodeAsNil() { - yyv4577[yyj4577] = VolumeMount{} + yyv4587[yyj4587] = VolumeMount{} } else { - yyv4580 := &yyv4577[yyj4577] - yyv4580.CodecDecodeSelf(d) + yyv4590 := &yyv4587[yyj4587] + yyv4590.CodecDecodeSelf(d) } } else { @@ -57415,17 +57511,17 @@ func (x codecSelfer1234) decSliceVolumeMount(v *[]VolumeMount, d *codec1978.Deco } } - if yyj4577 < len(yyv4577) { - yyv4577 = yyv4577[:yyj4577] - yyc4577 = true - } else if yyj4577 == 0 && yyv4577 == nil { - yyv4577 = []VolumeMount{} - yyc4577 = true + if yyj4587 < len(yyv4587) { + yyv4587 = yyv4587[:yyj4587] + yyc4587 = true + } else if yyj4587 == 0 && yyv4587 == nil { + yyv4587 = []VolumeMount{} + yyc4587 = true } } - yyh4577.End() - if yyc4577 { - *v = yyv4577 + yyh4587.End() + if yyc4587 { + *v = yyv4587 } } @@ -57434,10 +57530,10 @@ func (x codecSelfer1234) encSliceNodeSelectorTerm(v []NodeSelectorTerm, e *codec z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4581 := range v { + for _, yyv4591 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4582 := &yyv4581 - yy4582.CodecEncodeSelf(e) + yy4592 := &yyv4591 + yy4592.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57447,83 +57543,83 @@ func (x codecSelfer1234) decSliceNodeSelectorTerm(v *[]NodeSelectorTerm, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4583 := *v - yyh4583, yyl4583 := z.DecSliceHelperStart() - var yyc4583 bool - if yyl4583 == 0 { - if yyv4583 == nil { - yyv4583 = []NodeSelectorTerm{} - yyc4583 = true - } else if len(yyv4583) != 0 { - yyv4583 = yyv4583[:0] - yyc4583 = true + yyv4593 := *v + yyh4593, yyl4593 := z.DecSliceHelperStart() + var yyc4593 bool + if yyl4593 == 0 { + if yyv4593 == nil { + yyv4593 = []NodeSelectorTerm{} + yyc4593 = true + } else if len(yyv4593) != 0 { + yyv4593 = yyv4593[:0] + yyc4593 = true } - } else if yyl4583 > 0 { - var yyrr4583, yyrl4583 int - var yyrt4583 bool - if yyl4583 > cap(yyv4583) { + } else if yyl4593 > 0 { + var yyrr4593, yyrl4593 int + var yyrt4593 bool + if yyl4593 > cap(yyv4593) { - yyrg4583 := len(yyv4583) > 0 - yyv24583 := yyv4583 - yyrl4583, yyrt4583 = z.DecInferLen(yyl4583, z.DecBasicHandle().MaxInitLen, 24) - if yyrt4583 { - if yyrl4583 <= cap(yyv4583) { - yyv4583 = yyv4583[:yyrl4583] + yyrg4593 := len(yyv4593) > 0 + yyv24593 := yyv4593 + yyrl4593, yyrt4593 = z.DecInferLen(yyl4593, z.DecBasicHandle().MaxInitLen, 24) + if yyrt4593 { + if yyrl4593 <= cap(yyv4593) { + yyv4593 = yyv4593[:yyrl4593] } else { - yyv4583 = make([]NodeSelectorTerm, yyrl4583) + yyv4593 = make([]NodeSelectorTerm, yyrl4593) } } else { - yyv4583 = make([]NodeSelectorTerm, yyrl4583) + yyv4593 = make([]NodeSelectorTerm, yyrl4593) } - yyc4583 = true - yyrr4583 = len(yyv4583) - if yyrg4583 { - copy(yyv4583, yyv24583) + yyc4593 = true + yyrr4593 = len(yyv4593) + if yyrg4593 { + copy(yyv4593, yyv24593) } - } else if yyl4583 != len(yyv4583) { - yyv4583 = yyv4583[:yyl4583] - yyc4583 = true + } else if yyl4593 != len(yyv4593) { + yyv4593 = yyv4593[:yyl4593] + yyc4593 = true } - yyj4583 := 0 - for ; yyj4583 < yyrr4583; yyj4583++ { - yyh4583.ElemContainerState(yyj4583) + yyj4593 := 0 + for ; yyj4593 < yyrr4593; yyj4593++ { + yyh4593.ElemContainerState(yyj4593) if r.TryDecodeAsNil() { - yyv4583[yyj4583] = NodeSelectorTerm{} + yyv4593[yyj4593] = NodeSelectorTerm{} } else { - yyv4584 := &yyv4583[yyj4583] - yyv4584.CodecDecodeSelf(d) + yyv4594 := &yyv4593[yyj4593] + yyv4594.CodecDecodeSelf(d) } } - if yyrt4583 { - for ; yyj4583 < yyl4583; yyj4583++ { - yyv4583 = append(yyv4583, NodeSelectorTerm{}) - yyh4583.ElemContainerState(yyj4583) + if yyrt4593 { + for ; yyj4593 < yyl4593; yyj4593++ { + yyv4593 = append(yyv4593, NodeSelectorTerm{}) + yyh4593.ElemContainerState(yyj4593) if r.TryDecodeAsNil() { - yyv4583[yyj4583] = NodeSelectorTerm{} + yyv4593[yyj4593] = NodeSelectorTerm{} } else { - yyv4585 := &yyv4583[yyj4583] - yyv4585.CodecDecodeSelf(d) + yyv4595 := &yyv4593[yyj4593] + yyv4595.CodecDecodeSelf(d) } } } } else { - yyj4583 := 0 - for ; !r.CheckBreak(); yyj4583++ { + yyj4593 := 0 + for ; !r.CheckBreak(); yyj4593++ { - if yyj4583 >= len(yyv4583) { - yyv4583 = append(yyv4583, NodeSelectorTerm{}) // var yyz4583 NodeSelectorTerm - yyc4583 = true + if yyj4593 >= len(yyv4593) { + yyv4593 = append(yyv4593, NodeSelectorTerm{}) // var yyz4593 NodeSelectorTerm + yyc4593 = true } - yyh4583.ElemContainerState(yyj4583) - if yyj4583 < len(yyv4583) { + yyh4593.ElemContainerState(yyj4593) + if yyj4593 < len(yyv4593) { if r.TryDecodeAsNil() { - yyv4583[yyj4583] = NodeSelectorTerm{} + yyv4593[yyj4593] = NodeSelectorTerm{} } else { - yyv4586 := &yyv4583[yyj4583] - yyv4586.CodecDecodeSelf(d) + yyv4596 := &yyv4593[yyj4593] + yyv4596.CodecDecodeSelf(d) } } else { @@ -57531,17 +57627,17 @@ func (x codecSelfer1234) decSliceNodeSelectorTerm(v *[]NodeSelectorTerm, d *code } } - if yyj4583 < len(yyv4583) { - yyv4583 = yyv4583[:yyj4583] - yyc4583 = true - } else if yyj4583 == 0 && yyv4583 == nil { - yyv4583 = []NodeSelectorTerm{} - yyc4583 = true + if yyj4593 < len(yyv4593) { + yyv4593 = yyv4593[:yyj4593] + yyc4593 = true + } else if yyj4593 == 0 && yyv4593 == nil { + yyv4593 = []NodeSelectorTerm{} + yyc4593 = true } } - yyh4583.End() - if yyc4583 { - *v = yyv4583 + yyh4593.End() + if yyc4593 { + *v = yyv4593 } } @@ -57550,10 +57646,10 @@ func (x codecSelfer1234) encSliceNodeSelectorRequirement(v []NodeSelectorRequire z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4587 := range v { + for _, yyv4597 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4588 := &yyv4587 - yy4588.CodecEncodeSelf(e) + yy4598 := &yyv4597 + yy4598.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57563,83 +57659,83 @@ func (x codecSelfer1234) decSliceNodeSelectorRequirement(v *[]NodeSelectorRequir z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4589 := *v - yyh4589, yyl4589 := z.DecSliceHelperStart() - var yyc4589 bool - if yyl4589 == 0 { - if yyv4589 == nil { - yyv4589 = []NodeSelectorRequirement{} - yyc4589 = true - } else if len(yyv4589) != 0 { - yyv4589 = yyv4589[:0] - yyc4589 = true + yyv4599 := *v + yyh4599, yyl4599 := z.DecSliceHelperStart() + var yyc4599 bool + if yyl4599 == 0 { + if yyv4599 == nil { + yyv4599 = []NodeSelectorRequirement{} + yyc4599 = true + } else if len(yyv4599) != 0 { + yyv4599 = yyv4599[:0] + yyc4599 = true } - } else if yyl4589 > 0 { - var yyrr4589, yyrl4589 int - var yyrt4589 bool - if yyl4589 > cap(yyv4589) { + } else if yyl4599 > 0 { + var yyrr4599, yyrl4599 int + var yyrt4599 bool + if yyl4599 > cap(yyv4599) { - yyrg4589 := len(yyv4589) > 0 - yyv24589 := yyv4589 - yyrl4589, yyrt4589 = z.DecInferLen(yyl4589, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4589 { - if yyrl4589 <= cap(yyv4589) { - yyv4589 = yyv4589[:yyrl4589] + yyrg4599 := len(yyv4599) > 0 + yyv24599 := yyv4599 + yyrl4599, yyrt4599 = z.DecInferLen(yyl4599, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4599 { + if yyrl4599 <= cap(yyv4599) { + yyv4599 = yyv4599[:yyrl4599] } else { - yyv4589 = make([]NodeSelectorRequirement, yyrl4589) + yyv4599 = make([]NodeSelectorRequirement, yyrl4599) } } else { - yyv4589 = make([]NodeSelectorRequirement, yyrl4589) + yyv4599 = make([]NodeSelectorRequirement, yyrl4599) } - yyc4589 = true - yyrr4589 = len(yyv4589) - if yyrg4589 { - copy(yyv4589, yyv24589) + yyc4599 = true + yyrr4599 = len(yyv4599) + if yyrg4599 { + copy(yyv4599, yyv24599) } - } else if yyl4589 != len(yyv4589) { - yyv4589 = yyv4589[:yyl4589] - yyc4589 = true + } else if yyl4599 != len(yyv4599) { + yyv4599 = yyv4599[:yyl4599] + yyc4599 = true } - yyj4589 := 0 - for ; yyj4589 < yyrr4589; yyj4589++ { - yyh4589.ElemContainerState(yyj4589) + yyj4599 := 0 + for ; yyj4599 < yyrr4599; yyj4599++ { + yyh4599.ElemContainerState(yyj4599) if r.TryDecodeAsNil() { - yyv4589[yyj4589] = NodeSelectorRequirement{} + yyv4599[yyj4599] = NodeSelectorRequirement{} } else { - yyv4590 := &yyv4589[yyj4589] - yyv4590.CodecDecodeSelf(d) + yyv4600 := &yyv4599[yyj4599] + yyv4600.CodecDecodeSelf(d) } } - if yyrt4589 { - for ; yyj4589 < yyl4589; yyj4589++ { - yyv4589 = append(yyv4589, NodeSelectorRequirement{}) - yyh4589.ElemContainerState(yyj4589) + if yyrt4599 { + for ; yyj4599 < yyl4599; yyj4599++ { + yyv4599 = append(yyv4599, NodeSelectorRequirement{}) + yyh4599.ElemContainerState(yyj4599) if r.TryDecodeAsNil() { - yyv4589[yyj4589] = NodeSelectorRequirement{} + yyv4599[yyj4599] = NodeSelectorRequirement{} } else { - yyv4591 := &yyv4589[yyj4589] - yyv4591.CodecDecodeSelf(d) + yyv4601 := &yyv4599[yyj4599] + yyv4601.CodecDecodeSelf(d) } } } } else { - yyj4589 := 0 - for ; !r.CheckBreak(); yyj4589++ { + yyj4599 := 0 + for ; !r.CheckBreak(); yyj4599++ { - if yyj4589 >= len(yyv4589) { - yyv4589 = append(yyv4589, NodeSelectorRequirement{}) // var yyz4589 NodeSelectorRequirement - yyc4589 = true + if yyj4599 >= len(yyv4599) { + yyv4599 = append(yyv4599, NodeSelectorRequirement{}) // var yyz4599 NodeSelectorRequirement + yyc4599 = true } - yyh4589.ElemContainerState(yyj4589) - if yyj4589 < len(yyv4589) { + yyh4599.ElemContainerState(yyj4599) + if yyj4599 < len(yyv4599) { if r.TryDecodeAsNil() { - yyv4589[yyj4589] = NodeSelectorRequirement{} + yyv4599[yyj4599] = NodeSelectorRequirement{} } else { - yyv4592 := &yyv4589[yyj4589] - yyv4592.CodecDecodeSelf(d) + yyv4602 := &yyv4599[yyj4599] + yyv4602.CodecDecodeSelf(d) } } else { @@ -57647,17 +57743,17 @@ func (x codecSelfer1234) decSliceNodeSelectorRequirement(v *[]NodeSelectorRequir } } - if yyj4589 < len(yyv4589) { - yyv4589 = yyv4589[:yyj4589] - yyc4589 = true - } else if yyj4589 == 0 && yyv4589 == nil { - yyv4589 = []NodeSelectorRequirement{} - yyc4589 = true + if yyj4599 < len(yyv4599) { + yyv4599 = yyv4599[:yyj4599] + yyc4599 = true + } else if yyj4599 == 0 && yyv4599 == nil { + yyv4599 = []NodeSelectorRequirement{} + yyc4599 = true } } - yyh4589.End() - if yyc4589 { - *v = yyv4589 + yyh4599.End() + if yyc4599 { + *v = yyv4599 } } @@ -57666,10 +57762,10 @@ func (x codecSelfer1234) encSlicePodAffinityTerm(v []PodAffinityTerm, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4593 := range v { + for _, yyv4603 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4594 := &yyv4593 - yy4594.CodecEncodeSelf(e) + yy4604 := &yyv4603 + yy4604.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57679,83 +57775,83 @@ func (x codecSelfer1234) decSlicePodAffinityTerm(v *[]PodAffinityTerm, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4595 := *v - yyh4595, yyl4595 := z.DecSliceHelperStart() - var yyc4595 bool - if yyl4595 == 0 { - if yyv4595 == nil { - yyv4595 = []PodAffinityTerm{} - yyc4595 = true - } else if len(yyv4595) != 0 { - yyv4595 = yyv4595[:0] - yyc4595 = true + yyv4605 := *v + yyh4605, yyl4605 := z.DecSliceHelperStart() + var yyc4605 bool + if yyl4605 == 0 { + if yyv4605 == nil { + yyv4605 = []PodAffinityTerm{} + yyc4605 = true + } else if len(yyv4605) != 0 { + yyv4605 = yyv4605[:0] + yyc4605 = true } - } else if yyl4595 > 0 { - var yyrr4595, yyrl4595 int - var yyrt4595 bool - if yyl4595 > cap(yyv4595) { + } else if yyl4605 > 0 { + var yyrr4605, yyrl4605 int + var yyrt4605 bool + if yyl4605 > cap(yyv4605) { - yyrg4595 := len(yyv4595) > 0 - yyv24595 := yyv4595 - yyrl4595, yyrt4595 = z.DecInferLen(yyl4595, z.DecBasicHandle().MaxInitLen, 48) - if yyrt4595 { - if yyrl4595 <= cap(yyv4595) { - yyv4595 = yyv4595[:yyrl4595] + yyrg4605 := len(yyv4605) > 0 + yyv24605 := yyv4605 + yyrl4605, yyrt4605 = z.DecInferLen(yyl4605, z.DecBasicHandle().MaxInitLen, 48) + if yyrt4605 { + if yyrl4605 <= cap(yyv4605) { + yyv4605 = yyv4605[:yyrl4605] } else { - yyv4595 = make([]PodAffinityTerm, yyrl4595) + yyv4605 = make([]PodAffinityTerm, yyrl4605) } } else { - yyv4595 = make([]PodAffinityTerm, yyrl4595) + yyv4605 = make([]PodAffinityTerm, yyrl4605) } - yyc4595 = true - yyrr4595 = len(yyv4595) - if yyrg4595 { - copy(yyv4595, yyv24595) + yyc4605 = true + yyrr4605 = len(yyv4605) + if yyrg4605 { + copy(yyv4605, yyv24605) } - } else if yyl4595 != len(yyv4595) { - yyv4595 = yyv4595[:yyl4595] - yyc4595 = true + } else if yyl4605 != len(yyv4605) { + yyv4605 = yyv4605[:yyl4605] + yyc4605 = true } - yyj4595 := 0 - for ; yyj4595 < yyrr4595; yyj4595++ { - yyh4595.ElemContainerState(yyj4595) + yyj4605 := 0 + for ; yyj4605 < yyrr4605; yyj4605++ { + yyh4605.ElemContainerState(yyj4605) if r.TryDecodeAsNil() { - yyv4595[yyj4595] = PodAffinityTerm{} + yyv4605[yyj4605] = PodAffinityTerm{} } else { - yyv4596 := &yyv4595[yyj4595] - yyv4596.CodecDecodeSelf(d) + yyv4606 := &yyv4605[yyj4605] + yyv4606.CodecDecodeSelf(d) } } - if yyrt4595 { - for ; yyj4595 < yyl4595; yyj4595++ { - yyv4595 = append(yyv4595, PodAffinityTerm{}) - yyh4595.ElemContainerState(yyj4595) + if yyrt4605 { + for ; yyj4605 < yyl4605; yyj4605++ { + yyv4605 = append(yyv4605, PodAffinityTerm{}) + yyh4605.ElemContainerState(yyj4605) if r.TryDecodeAsNil() { - yyv4595[yyj4595] = PodAffinityTerm{} + yyv4605[yyj4605] = PodAffinityTerm{} } else { - yyv4597 := &yyv4595[yyj4595] - yyv4597.CodecDecodeSelf(d) + yyv4607 := &yyv4605[yyj4605] + yyv4607.CodecDecodeSelf(d) } } } } else { - yyj4595 := 0 - for ; !r.CheckBreak(); yyj4595++ { + yyj4605 := 0 + for ; !r.CheckBreak(); yyj4605++ { - if yyj4595 >= len(yyv4595) { - yyv4595 = append(yyv4595, PodAffinityTerm{}) // var yyz4595 PodAffinityTerm - yyc4595 = true + if yyj4605 >= len(yyv4605) { + yyv4605 = append(yyv4605, PodAffinityTerm{}) // var yyz4605 PodAffinityTerm + yyc4605 = true } - yyh4595.ElemContainerState(yyj4595) - if yyj4595 < len(yyv4595) { + yyh4605.ElemContainerState(yyj4605) + if yyj4605 < len(yyv4605) { if r.TryDecodeAsNil() { - yyv4595[yyj4595] = PodAffinityTerm{} + yyv4605[yyj4605] = PodAffinityTerm{} } else { - yyv4598 := &yyv4595[yyj4595] - yyv4598.CodecDecodeSelf(d) + yyv4608 := &yyv4605[yyj4605] + yyv4608.CodecDecodeSelf(d) } } else { @@ -57763,17 +57859,17 @@ func (x codecSelfer1234) decSlicePodAffinityTerm(v *[]PodAffinityTerm, d *codec1 } } - if yyj4595 < len(yyv4595) { - yyv4595 = yyv4595[:yyj4595] - yyc4595 = true - } else if yyj4595 == 0 && yyv4595 == nil { - yyv4595 = []PodAffinityTerm{} - yyc4595 = true + if yyj4605 < len(yyv4605) { + yyv4605 = yyv4605[:yyj4605] + yyc4605 = true + } else if yyj4605 == 0 && yyv4605 == nil { + yyv4605 = []PodAffinityTerm{} + yyc4605 = true } } - yyh4595.End() - if yyc4595 { - *v = yyv4595 + yyh4605.End() + if yyc4605 { + *v = yyv4605 } } @@ -57782,10 +57878,10 @@ func (x codecSelfer1234) encSliceWeightedPodAffinityTerm(v []WeightedPodAffinity z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4599 := range v { + for _, yyv4609 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4600 := &yyv4599 - yy4600.CodecEncodeSelf(e) + yy4610 := &yyv4609 + yy4610.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57795,83 +57891,83 @@ func (x codecSelfer1234) decSliceWeightedPodAffinityTerm(v *[]WeightedPodAffinit z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4601 := *v - yyh4601, yyl4601 := z.DecSliceHelperStart() - var yyc4601 bool - if yyl4601 == 0 { - if yyv4601 == nil { - yyv4601 = []WeightedPodAffinityTerm{} - yyc4601 = true - } else if len(yyv4601) != 0 { - yyv4601 = yyv4601[:0] - yyc4601 = true + yyv4611 := *v + yyh4611, yyl4611 := z.DecSliceHelperStart() + var yyc4611 bool + if yyl4611 == 0 { + if yyv4611 == nil { + yyv4611 = []WeightedPodAffinityTerm{} + yyc4611 = true + } else if len(yyv4611) != 0 { + yyv4611 = yyv4611[:0] + yyc4611 = true } - } else if yyl4601 > 0 { - var yyrr4601, yyrl4601 int - var yyrt4601 bool - if yyl4601 > cap(yyv4601) { + } else if yyl4611 > 0 { + var yyrr4611, yyrl4611 int + var yyrt4611 bool + if yyl4611 > cap(yyv4611) { - yyrg4601 := len(yyv4601) > 0 - yyv24601 := yyv4601 - yyrl4601, yyrt4601 = z.DecInferLen(yyl4601, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4601 { - if yyrl4601 <= cap(yyv4601) { - yyv4601 = yyv4601[:yyrl4601] + yyrg4611 := len(yyv4611) > 0 + yyv24611 := yyv4611 + yyrl4611, yyrt4611 = z.DecInferLen(yyl4611, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4611 { + if yyrl4611 <= cap(yyv4611) { + yyv4611 = yyv4611[:yyrl4611] } else { - yyv4601 = make([]WeightedPodAffinityTerm, yyrl4601) + yyv4611 = make([]WeightedPodAffinityTerm, yyrl4611) } } else { - yyv4601 = make([]WeightedPodAffinityTerm, yyrl4601) + yyv4611 = make([]WeightedPodAffinityTerm, yyrl4611) } - yyc4601 = true - yyrr4601 = len(yyv4601) - if yyrg4601 { - copy(yyv4601, yyv24601) + yyc4611 = true + yyrr4611 = len(yyv4611) + if yyrg4611 { + copy(yyv4611, yyv24611) } - } else if yyl4601 != len(yyv4601) { - yyv4601 = yyv4601[:yyl4601] - yyc4601 = true + } else if yyl4611 != len(yyv4611) { + yyv4611 = yyv4611[:yyl4611] + yyc4611 = true } - yyj4601 := 0 - for ; yyj4601 < yyrr4601; yyj4601++ { - yyh4601.ElemContainerState(yyj4601) + yyj4611 := 0 + for ; yyj4611 < yyrr4611; yyj4611++ { + yyh4611.ElemContainerState(yyj4611) if r.TryDecodeAsNil() { - yyv4601[yyj4601] = WeightedPodAffinityTerm{} + yyv4611[yyj4611] = WeightedPodAffinityTerm{} } else { - yyv4602 := &yyv4601[yyj4601] - yyv4602.CodecDecodeSelf(d) + yyv4612 := &yyv4611[yyj4611] + yyv4612.CodecDecodeSelf(d) } } - if yyrt4601 { - for ; yyj4601 < yyl4601; yyj4601++ { - yyv4601 = append(yyv4601, WeightedPodAffinityTerm{}) - yyh4601.ElemContainerState(yyj4601) + if yyrt4611 { + for ; yyj4611 < yyl4611; yyj4611++ { + yyv4611 = append(yyv4611, WeightedPodAffinityTerm{}) + yyh4611.ElemContainerState(yyj4611) if r.TryDecodeAsNil() { - yyv4601[yyj4601] = WeightedPodAffinityTerm{} + yyv4611[yyj4611] = WeightedPodAffinityTerm{} } else { - yyv4603 := &yyv4601[yyj4601] - yyv4603.CodecDecodeSelf(d) + yyv4613 := &yyv4611[yyj4611] + yyv4613.CodecDecodeSelf(d) } } } } else { - yyj4601 := 0 - for ; !r.CheckBreak(); yyj4601++ { + yyj4611 := 0 + for ; !r.CheckBreak(); yyj4611++ { - if yyj4601 >= len(yyv4601) { - yyv4601 = append(yyv4601, WeightedPodAffinityTerm{}) // var yyz4601 WeightedPodAffinityTerm - yyc4601 = true + if yyj4611 >= len(yyv4611) { + yyv4611 = append(yyv4611, WeightedPodAffinityTerm{}) // var yyz4611 WeightedPodAffinityTerm + yyc4611 = true } - yyh4601.ElemContainerState(yyj4601) - if yyj4601 < len(yyv4601) { + yyh4611.ElemContainerState(yyj4611) + if yyj4611 < len(yyv4611) { if r.TryDecodeAsNil() { - yyv4601[yyj4601] = WeightedPodAffinityTerm{} + yyv4611[yyj4611] = WeightedPodAffinityTerm{} } else { - yyv4604 := &yyv4601[yyj4601] - yyv4604.CodecDecodeSelf(d) + yyv4614 := &yyv4611[yyj4611] + yyv4614.CodecDecodeSelf(d) } } else { @@ -57879,17 +57975,17 @@ func (x codecSelfer1234) decSliceWeightedPodAffinityTerm(v *[]WeightedPodAffinit } } - if yyj4601 < len(yyv4601) { - yyv4601 = yyv4601[:yyj4601] - yyc4601 = true - } else if yyj4601 == 0 && yyv4601 == nil { - yyv4601 = []WeightedPodAffinityTerm{} - yyc4601 = true + if yyj4611 < len(yyv4611) { + yyv4611 = yyv4611[:yyj4611] + yyc4611 = true + } else if yyj4611 == 0 && yyv4611 == nil { + yyv4611 = []WeightedPodAffinityTerm{} + yyc4611 = true } } - yyh4601.End() - if yyc4601 { - *v = yyv4601 + yyh4611.End() + if yyc4611 { + *v = yyv4611 } } @@ -57898,10 +57994,10 @@ func (x codecSelfer1234) encSlicePreferredSchedulingTerm(v []PreferredScheduling z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4605 := range v { + for _, yyv4615 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4606 := &yyv4605 - yy4606.CodecEncodeSelf(e) + yy4616 := &yyv4615 + yy4616.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57911,83 +58007,83 @@ func (x codecSelfer1234) decSlicePreferredSchedulingTerm(v *[]PreferredSchedulin z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4607 := *v - yyh4607, yyl4607 := z.DecSliceHelperStart() - var yyc4607 bool - if yyl4607 == 0 { - if yyv4607 == nil { - yyv4607 = []PreferredSchedulingTerm{} - yyc4607 = true - } else if len(yyv4607) != 0 { - yyv4607 = yyv4607[:0] - yyc4607 = true + yyv4617 := *v + yyh4617, yyl4617 := z.DecSliceHelperStart() + var yyc4617 bool + if yyl4617 == 0 { + if yyv4617 == nil { + yyv4617 = []PreferredSchedulingTerm{} + yyc4617 = true + } else if len(yyv4617) != 0 { + yyv4617 = yyv4617[:0] + yyc4617 = true } - } else if yyl4607 > 0 { - var yyrr4607, yyrl4607 int - var yyrt4607 bool - if yyl4607 > cap(yyv4607) { + } else if yyl4617 > 0 { + var yyrr4617, yyrl4617 int + var yyrt4617 bool + if yyl4617 > cap(yyv4617) { - yyrg4607 := len(yyv4607) > 0 - yyv24607 := yyv4607 - yyrl4607, yyrt4607 = z.DecInferLen(yyl4607, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4607 { - if yyrl4607 <= cap(yyv4607) { - yyv4607 = yyv4607[:yyrl4607] + yyrg4617 := len(yyv4617) > 0 + yyv24617 := yyv4617 + yyrl4617, yyrt4617 = z.DecInferLen(yyl4617, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4617 { + if yyrl4617 <= cap(yyv4617) { + yyv4617 = yyv4617[:yyrl4617] } else { - yyv4607 = make([]PreferredSchedulingTerm, yyrl4607) + yyv4617 = make([]PreferredSchedulingTerm, yyrl4617) } } else { - yyv4607 = make([]PreferredSchedulingTerm, yyrl4607) + yyv4617 = make([]PreferredSchedulingTerm, yyrl4617) } - yyc4607 = true - yyrr4607 = len(yyv4607) - if yyrg4607 { - copy(yyv4607, yyv24607) + yyc4617 = true + yyrr4617 = len(yyv4617) + if yyrg4617 { + copy(yyv4617, yyv24617) } - } else if yyl4607 != len(yyv4607) { - yyv4607 = yyv4607[:yyl4607] - yyc4607 = true + } else if yyl4617 != len(yyv4617) { + yyv4617 = yyv4617[:yyl4617] + yyc4617 = true } - yyj4607 := 0 - for ; yyj4607 < yyrr4607; yyj4607++ { - yyh4607.ElemContainerState(yyj4607) + yyj4617 := 0 + for ; yyj4617 < yyrr4617; yyj4617++ { + yyh4617.ElemContainerState(yyj4617) if r.TryDecodeAsNil() { - yyv4607[yyj4607] = PreferredSchedulingTerm{} + yyv4617[yyj4617] = PreferredSchedulingTerm{} } else { - yyv4608 := &yyv4607[yyj4607] - yyv4608.CodecDecodeSelf(d) + yyv4618 := &yyv4617[yyj4617] + yyv4618.CodecDecodeSelf(d) } } - if yyrt4607 { - for ; yyj4607 < yyl4607; yyj4607++ { - yyv4607 = append(yyv4607, PreferredSchedulingTerm{}) - yyh4607.ElemContainerState(yyj4607) + if yyrt4617 { + for ; yyj4617 < yyl4617; yyj4617++ { + yyv4617 = append(yyv4617, PreferredSchedulingTerm{}) + yyh4617.ElemContainerState(yyj4617) if r.TryDecodeAsNil() { - yyv4607[yyj4607] = PreferredSchedulingTerm{} + yyv4617[yyj4617] = PreferredSchedulingTerm{} } else { - yyv4609 := &yyv4607[yyj4607] - yyv4609.CodecDecodeSelf(d) + yyv4619 := &yyv4617[yyj4617] + yyv4619.CodecDecodeSelf(d) } } } } else { - yyj4607 := 0 - for ; !r.CheckBreak(); yyj4607++ { + yyj4617 := 0 + for ; !r.CheckBreak(); yyj4617++ { - if yyj4607 >= len(yyv4607) { - yyv4607 = append(yyv4607, PreferredSchedulingTerm{}) // var yyz4607 PreferredSchedulingTerm - yyc4607 = true + if yyj4617 >= len(yyv4617) { + yyv4617 = append(yyv4617, PreferredSchedulingTerm{}) // var yyz4617 PreferredSchedulingTerm + yyc4617 = true } - yyh4607.ElemContainerState(yyj4607) - if yyj4607 < len(yyv4607) { + yyh4617.ElemContainerState(yyj4617) + if yyj4617 < len(yyv4617) { if r.TryDecodeAsNil() { - yyv4607[yyj4607] = PreferredSchedulingTerm{} + yyv4617[yyj4617] = PreferredSchedulingTerm{} } else { - yyv4610 := &yyv4607[yyj4607] - yyv4610.CodecDecodeSelf(d) + yyv4620 := &yyv4617[yyj4617] + yyv4620.CodecDecodeSelf(d) } } else { @@ -57995,17 +58091,17 @@ func (x codecSelfer1234) decSlicePreferredSchedulingTerm(v *[]PreferredSchedulin } } - if yyj4607 < len(yyv4607) { - yyv4607 = yyv4607[:yyj4607] - yyc4607 = true - } else if yyj4607 == 0 && yyv4607 == nil { - yyv4607 = []PreferredSchedulingTerm{} - yyc4607 = true + if yyj4617 < len(yyv4617) { + yyv4617 = yyv4617[:yyj4617] + yyc4617 = true + } else if yyj4617 == 0 && yyv4617 == nil { + yyv4617 = []PreferredSchedulingTerm{} + yyc4617 = true } } - yyh4607.End() - if yyc4607 { - *v = yyv4607 + yyh4617.End() + if yyc4617 { + *v = yyv4617 } } @@ -58014,10 +58110,10 @@ func (x codecSelfer1234) encSliceVolume(v []Volume, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4611 := range v { + for _, yyv4621 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4612 := &yyv4611 - yy4612.CodecEncodeSelf(e) + yy4622 := &yyv4621 + yy4622.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58027,83 +58123,83 @@ func (x codecSelfer1234) decSliceVolume(v *[]Volume, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4613 := *v - yyh4613, yyl4613 := z.DecSliceHelperStart() - var yyc4613 bool - if yyl4613 == 0 { - if yyv4613 == nil { - yyv4613 = []Volume{} - yyc4613 = true - } else if len(yyv4613) != 0 { - yyv4613 = yyv4613[:0] - yyc4613 = true + yyv4623 := *v + yyh4623, yyl4623 := z.DecSliceHelperStart() + var yyc4623 bool + if yyl4623 == 0 { + if yyv4623 == nil { + yyv4623 = []Volume{} + yyc4623 = true + } else if len(yyv4623) != 0 { + yyv4623 = yyv4623[:0] + yyc4623 = true } - } else if yyl4613 > 0 { - var yyrr4613, yyrl4613 int - var yyrt4613 bool - if yyl4613 > cap(yyv4613) { + } else if yyl4623 > 0 { + var yyrr4623, yyrl4623 int + var yyrt4623 bool + if yyl4623 > cap(yyv4623) { - yyrg4613 := len(yyv4613) > 0 - yyv24613 := yyv4613 - yyrl4613, yyrt4613 = z.DecInferLen(yyl4613, z.DecBasicHandle().MaxInitLen, 192) - if yyrt4613 { - if yyrl4613 <= cap(yyv4613) { - yyv4613 = yyv4613[:yyrl4613] + yyrg4623 := len(yyv4623) > 0 + yyv24623 := yyv4623 + yyrl4623, yyrt4623 = z.DecInferLen(yyl4623, z.DecBasicHandle().MaxInitLen, 192) + if yyrt4623 { + if yyrl4623 <= cap(yyv4623) { + yyv4623 = yyv4623[:yyrl4623] } else { - yyv4613 = make([]Volume, yyrl4613) + yyv4623 = make([]Volume, yyrl4623) } } else { - yyv4613 = make([]Volume, yyrl4613) + yyv4623 = make([]Volume, yyrl4623) } - yyc4613 = true - yyrr4613 = len(yyv4613) - if yyrg4613 { - copy(yyv4613, yyv24613) + yyc4623 = true + yyrr4623 = len(yyv4623) + if yyrg4623 { + copy(yyv4623, yyv24623) } - } else if yyl4613 != len(yyv4613) { - yyv4613 = yyv4613[:yyl4613] - yyc4613 = true + } else if yyl4623 != len(yyv4623) { + yyv4623 = yyv4623[:yyl4623] + yyc4623 = true } - yyj4613 := 0 - for ; yyj4613 < yyrr4613; yyj4613++ { - yyh4613.ElemContainerState(yyj4613) + yyj4623 := 0 + for ; yyj4623 < yyrr4623; yyj4623++ { + yyh4623.ElemContainerState(yyj4623) if r.TryDecodeAsNil() { - yyv4613[yyj4613] = Volume{} + yyv4623[yyj4623] = Volume{} } else { - yyv4614 := &yyv4613[yyj4613] - yyv4614.CodecDecodeSelf(d) + yyv4624 := &yyv4623[yyj4623] + yyv4624.CodecDecodeSelf(d) } } - if yyrt4613 { - for ; yyj4613 < yyl4613; yyj4613++ { - yyv4613 = append(yyv4613, Volume{}) - yyh4613.ElemContainerState(yyj4613) + if yyrt4623 { + for ; yyj4623 < yyl4623; yyj4623++ { + yyv4623 = append(yyv4623, Volume{}) + yyh4623.ElemContainerState(yyj4623) if r.TryDecodeAsNil() { - yyv4613[yyj4613] = Volume{} + yyv4623[yyj4623] = Volume{} } else { - yyv4615 := &yyv4613[yyj4613] - yyv4615.CodecDecodeSelf(d) + yyv4625 := &yyv4623[yyj4623] + yyv4625.CodecDecodeSelf(d) } } } } else { - yyj4613 := 0 - for ; !r.CheckBreak(); yyj4613++ { + yyj4623 := 0 + for ; !r.CheckBreak(); yyj4623++ { - if yyj4613 >= len(yyv4613) { - yyv4613 = append(yyv4613, Volume{}) // var yyz4613 Volume - yyc4613 = true + if yyj4623 >= len(yyv4623) { + yyv4623 = append(yyv4623, Volume{}) // var yyz4623 Volume + yyc4623 = true } - yyh4613.ElemContainerState(yyj4613) - if yyj4613 < len(yyv4613) { + yyh4623.ElemContainerState(yyj4623) + if yyj4623 < len(yyv4623) { if r.TryDecodeAsNil() { - yyv4613[yyj4613] = Volume{} + yyv4623[yyj4623] = Volume{} } else { - yyv4616 := &yyv4613[yyj4613] - yyv4616.CodecDecodeSelf(d) + yyv4626 := &yyv4623[yyj4623] + yyv4626.CodecDecodeSelf(d) } } else { @@ -58111,17 +58207,17 @@ func (x codecSelfer1234) decSliceVolume(v *[]Volume, d *codec1978.Decoder) { } } - if yyj4613 < len(yyv4613) { - yyv4613 = yyv4613[:yyj4613] - yyc4613 = true - } else if yyj4613 == 0 && yyv4613 == nil { - yyv4613 = []Volume{} - yyc4613 = true + if yyj4623 < len(yyv4623) { + yyv4623 = yyv4623[:yyj4623] + yyc4623 = true + } else if yyj4623 == 0 && yyv4623 == nil { + yyv4623 = []Volume{} + yyc4623 = true } } - yyh4613.End() - if yyc4613 { - *v = yyv4613 + yyh4623.End() + if yyc4623 { + *v = yyv4623 } } @@ -58130,10 +58226,10 @@ func (x codecSelfer1234) encSliceContainer(v []Container, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4617 := range v { + for _, yyv4627 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4618 := &yyv4617 - yy4618.CodecEncodeSelf(e) + yy4628 := &yyv4627 + yy4628.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58143,83 +58239,83 @@ func (x codecSelfer1234) decSliceContainer(v *[]Container, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4619 := *v - yyh4619, yyl4619 := z.DecSliceHelperStart() - var yyc4619 bool - if yyl4619 == 0 { - if yyv4619 == nil { - yyv4619 = []Container{} - yyc4619 = true - } else if len(yyv4619) != 0 { - yyv4619 = yyv4619[:0] - yyc4619 = true + yyv4629 := *v + yyh4629, yyl4629 := z.DecSliceHelperStart() + var yyc4629 bool + if yyl4629 == 0 { + if yyv4629 == nil { + yyv4629 = []Container{} + yyc4629 = true + } else if len(yyv4629) != 0 { + yyv4629 = yyv4629[:0] + yyc4629 = true } - } else if yyl4619 > 0 { - var yyrr4619, yyrl4619 int - var yyrt4619 bool - if yyl4619 > cap(yyv4619) { + } else if yyl4629 > 0 { + var yyrr4629, yyrl4629 int + var yyrt4629 bool + if yyl4629 > cap(yyv4629) { - yyrg4619 := len(yyv4619) > 0 - yyv24619 := yyv4619 - yyrl4619, yyrt4619 = z.DecInferLen(yyl4619, z.DecBasicHandle().MaxInitLen, 256) - if yyrt4619 { - if yyrl4619 <= cap(yyv4619) { - yyv4619 = yyv4619[:yyrl4619] + yyrg4629 := len(yyv4629) > 0 + yyv24629 := yyv4629 + yyrl4629, yyrt4629 = z.DecInferLen(yyl4629, z.DecBasicHandle().MaxInitLen, 256) + if yyrt4629 { + if yyrl4629 <= cap(yyv4629) { + yyv4629 = yyv4629[:yyrl4629] } else { - yyv4619 = make([]Container, yyrl4619) + yyv4629 = make([]Container, yyrl4629) } } else { - yyv4619 = make([]Container, yyrl4619) + yyv4629 = make([]Container, yyrl4629) } - yyc4619 = true - yyrr4619 = len(yyv4619) - if yyrg4619 { - copy(yyv4619, yyv24619) + yyc4629 = true + yyrr4629 = len(yyv4629) + if yyrg4629 { + copy(yyv4629, yyv24629) } - } else if yyl4619 != len(yyv4619) { - yyv4619 = yyv4619[:yyl4619] - yyc4619 = true + } else if yyl4629 != len(yyv4629) { + yyv4629 = yyv4629[:yyl4629] + yyc4629 = true } - yyj4619 := 0 - for ; yyj4619 < yyrr4619; yyj4619++ { - yyh4619.ElemContainerState(yyj4619) + yyj4629 := 0 + for ; yyj4629 < yyrr4629; yyj4629++ { + yyh4629.ElemContainerState(yyj4629) if r.TryDecodeAsNil() { - yyv4619[yyj4619] = Container{} + yyv4629[yyj4629] = Container{} } else { - yyv4620 := &yyv4619[yyj4619] - yyv4620.CodecDecodeSelf(d) + yyv4630 := &yyv4629[yyj4629] + yyv4630.CodecDecodeSelf(d) } } - if yyrt4619 { - for ; yyj4619 < yyl4619; yyj4619++ { - yyv4619 = append(yyv4619, Container{}) - yyh4619.ElemContainerState(yyj4619) + if yyrt4629 { + for ; yyj4629 < yyl4629; yyj4629++ { + yyv4629 = append(yyv4629, Container{}) + yyh4629.ElemContainerState(yyj4629) if r.TryDecodeAsNil() { - yyv4619[yyj4619] = Container{} + yyv4629[yyj4629] = Container{} } else { - yyv4621 := &yyv4619[yyj4619] - yyv4621.CodecDecodeSelf(d) + yyv4631 := &yyv4629[yyj4629] + yyv4631.CodecDecodeSelf(d) } } } } else { - yyj4619 := 0 - for ; !r.CheckBreak(); yyj4619++ { + yyj4629 := 0 + for ; !r.CheckBreak(); yyj4629++ { - if yyj4619 >= len(yyv4619) { - yyv4619 = append(yyv4619, Container{}) // var yyz4619 Container - yyc4619 = true + if yyj4629 >= len(yyv4629) { + yyv4629 = append(yyv4629, Container{}) // var yyz4629 Container + yyc4629 = true } - yyh4619.ElemContainerState(yyj4619) - if yyj4619 < len(yyv4619) { + yyh4629.ElemContainerState(yyj4629) + if yyj4629 < len(yyv4629) { if r.TryDecodeAsNil() { - yyv4619[yyj4619] = Container{} + yyv4629[yyj4629] = Container{} } else { - yyv4622 := &yyv4619[yyj4619] - yyv4622.CodecDecodeSelf(d) + yyv4632 := &yyv4629[yyj4629] + yyv4632.CodecDecodeSelf(d) } } else { @@ -58227,17 +58323,17 @@ func (x codecSelfer1234) decSliceContainer(v *[]Container, d *codec1978.Decoder) } } - if yyj4619 < len(yyv4619) { - yyv4619 = yyv4619[:yyj4619] - yyc4619 = true - } else if yyj4619 == 0 && yyv4619 == nil { - yyv4619 = []Container{} - yyc4619 = true + if yyj4629 < len(yyv4629) { + yyv4629 = yyv4629[:yyj4629] + yyc4629 = true + } else if yyj4629 == 0 && yyv4629 == nil { + yyv4629 = []Container{} + yyc4629 = true } } - yyh4619.End() - if yyc4619 { - *v = yyv4619 + yyh4629.End() + if yyc4629 { + *v = yyv4629 } } @@ -58246,10 +58342,10 @@ func (x codecSelfer1234) encSliceLocalObjectReference(v []LocalObjectReference, z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4623 := range v { + for _, yyv4633 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4624 := &yyv4623 - yy4624.CodecEncodeSelf(e) + yy4634 := &yyv4633 + yy4634.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58259,83 +58355,83 @@ func (x codecSelfer1234) decSliceLocalObjectReference(v *[]LocalObjectReference, z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4625 := *v - yyh4625, yyl4625 := z.DecSliceHelperStart() - var yyc4625 bool - if yyl4625 == 0 { - if yyv4625 == nil { - yyv4625 = []LocalObjectReference{} - yyc4625 = true - } else if len(yyv4625) != 0 { - yyv4625 = yyv4625[:0] - yyc4625 = true + yyv4635 := *v + yyh4635, yyl4635 := z.DecSliceHelperStart() + var yyc4635 bool + if yyl4635 == 0 { + if yyv4635 == nil { + yyv4635 = []LocalObjectReference{} + yyc4635 = true + } else if len(yyv4635) != 0 { + yyv4635 = yyv4635[:0] + yyc4635 = true } - } else if yyl4625 > 0 { - var yyrr4625, yyrl4625 int - var yyrt4625 bool - if yyl4625 > cap(yyv4625) { + } else if yyl4635 > 0 { + var yyrr4635, yyrl4635 int + var yyrt4635 bool + if yyl4635 > cap(yyv4635) { - yyrg4625 := len(yyv4625) > 0 - yyv24625 := yyv4625 - yyrl4625, yyrt4625 = z.DecInferLen(yyl4625, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4625 { - if yyrl4625 <= cap(yyv4625) { - yyv4625 = yyv4625[:yyrl4625] + yyrg4635 := len(yyv4635) > 0 + yyv24635 := yyv4635 + yyrl4635, yyrt4635 = z.DecInferLen(yyl4635, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4635 { + if yyrl4635 <= cap(yyv4635) { + yyv4635 = yyv4635[:yyrl4635] } else { - yyv4625 = make([]LocalObjectReference, yyrl4625) + yyv4635 = make([]LocalObjectReference, yyrl4635) } } else { - yyv4625 = make([]LocalObjectReference, yyrl4625) + yyv4635 = make([]LocalObjectReference, yyrl4635) } - yyc4625 = true - yyrr4625 = len(yyv4625) - if yyrg4625 { - copy(yyv4625, yyv24625) + yyc4635 = true + yyrr4635 = len(yyv4635) + if yyrg4635 { + copy(yyv4635, yyv24635) } - } else if yyl4625 != len(yyv4625) { - yyv4625 = yyv4625[:yyl4625] - yyc4625 = true + } else if yyl4635 != len(yyv4635) { + yyv4635 = yyv4635[:yyl4635] + yyc4635 = true } - yyj4625 := 0 - for ; yyj4625 < yyrr4625; yyj4625++ { - yyh4625.ElemContainerState(yyj4625) + yyj4635 := 0 + for ; yyj4635 < yyrr4635; yyj4635++ { + yyh4635.ElemContainerState(yyj4635) if r.TryDecodeAsNil() { - yyv4625[yyj4625] = LocalObjectReference{} + yyv4635[yyj4635] = LocalObjectReference{} } else { - yyv4626 := &yyv4625[yyj4625] - yyv4626.CodecDecodeSelf(d) + yyv4636 := &yyv4635[yyj4635] + yyv4636.CodecDecodeSelf(d) } } - if yyrt4625 { - for ; yyj4625 < yyl4625; yyj4625++ { - yyv4625 = append(yyv4625, LocalObjectReference{}) - yyh4625.ElemContainerState(yyj4625) + if yyrt4635 { + for ; yyj4635 < yyl4635; yyj4635++ { + yyv4635 = append(yyv4635, LocalObjectReference{}) + yyh4635.ElemContainerState(yyj4635) if r.TryDecodeAsNil() { - yyv4625[yyj4625] = LocalObjectReference{} + yyv4635[yyj4635] = LocalObjectReference{} } else { - yyv4627 := &yyv4625[yyj4625] - yyv4627.CodecDecodeSelf(d) + yyv4637 := &yyv4635[yyj4635] + yyv4637.CodecDecodeSelf(d) } } } } else { - yyj4625 := 0 - for ; !r.CheckBreak(); yyj4625++ { + yyj4635 := 0 + for ; !r.CheckBreak(); yyj4635++ { - if yyj4625 >= len(yyv4625) { - yyv4625 = append(yyv4625, LocalObjectReference{}) // var yyz4625 LocalObjectReference - yyc4625 = true + if yyj4635 >= len(yyv4635) { + yyv4635 = append(yyv4635, LocalObjectReference{}) // var yyz4635 LocalObjectReference + yyc4635 = true } - yyh4625.ElemContainerState(yyj4625) - if yyj4625 < len(yyv4625) { + yyh4635.ElemContainerState(yyj4635) + if yyj4635 < len(yyv4635) { if r.TryDecodeAsNil() { - yyv4625[yyj4625] = LocalObjectReference{} + yyv4635[yyj4635] = LocalObjectReference{} } else { - yyv4628 := &yyv4625[yyj4625] - yyv4628.CodecDecodeSelf(d) + yyv4638 := &yyv4635[yyj4635] + yyv4638.CodecDecodeSelf(d) } } else { @@ -58343,17 +58439,17 @@ func (x codecSelfer1234) decSliceLocalObjectReference(v *[]LocalObjectReference, } } - if yyj4625 < len(yyv4625) { - yyv4625 = yyv4625[:yyj4625] - yyc4625 = true - } else if yyj4625 == 0 && yyv4625 == nil { - yyv4625 = []LocalObjectReference{} - yyc4625 = true + if yyj4635 < len(yyv4635) { + yyv4635 = yyv4635[:yyj4635] + yyc4635 = true + } else if yyj4635 == 0 && yyv4635 == nil { + yyv4635 = []LocalObjectReference{} + yyc4635 = true } } - yyh4625.End() - if yyc4625 { - *v = yyv4625 + yyh4635.End() + if yyc4635 { + *v = yyv4635 } } @@ -58362,10 +58458,10 @@ func (x codecSelfer1234) encSlicePodCondition(v []PodCondition, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4629 := range v { + for _, yyv4639 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4630 := &yyv4629 - yy4630.CodecEncodeSelf(e) + yy4640 := &yyv4639 + yy4640.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58375,83 +58471,83 @@ func (x codecSelfer1234) decSlicePodCondition(v *[]PodCondition, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4631 := *v - yyh4631, yyl4631 := z.DecSliceHelperStart() - var yyc4631 bool - if yyl4631 == 0 { - if yyv4631 == nil { - yyv4631 = []PodCondition{} - yyc4631 = true - } else if len(yyv4631) != 0 { - yyv4631 = yyv4631[:0] - yyc4631 = true + yyv4641 := *v + yyh4641, yyl4641 := z.DecSliceHelperStart() + var yyc4641 bool + if yyl4641 == 0 { + if yyv4641 == nil { + yyv4641 = []PodCondition{} + yyc4641 = true + } else if len(yyv4641) != 0 { + yyv4641 = yyv4641[:0] + yyc4641 = true } - } else if yyl4631 > 0 { - var yyrr4631, yyrl4631 int - var yyrt4631 bool - if yyl4631 > cap(yyv4631) { + } else if yyl4641 > 0 { + var yyrr4641, yyrl4641 int + var yyrt4641 bool + if yyl4641 > cap(yyv4641) { - yyrg4631 := len(yyv4631) > 0 - yyv24631 := yyv4631 - yyrl4631, yyrt4631 = z.DecInferLen(yyl4631, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4631 { - if yyrl4631 <= cap(yyv4631) { - yyv4631 = yyv4631[:yyrl4631] + yyrg4641 := len(yyv4641) > 0 + yyv24641 := yyv4641 + yyrl4641, yyrt4641 = z.DecInferLen(yyl4641, z.DecBasicHandle().MaxInitLen, 112) + if yyrt4641 { + if yyrl4641 <= cap(yyv4641) { + yyv4641 = yyv4641[:yyrl4641] } else { - yyv4631 = make([]PodCondition, yyrl4631) + yyv4641 = make([]PodCondition, yyrl4641) } } else { - yyv4631 = make([]PodCondition, yyrl4631) + yyv4641 = make([]PodCondition, yyrl4641) } - yyc4631 = true - yyrr4631 = len(yyv4631) - if yyrg4631 { - copy(yyv4631, yyv24631) + yyc4641 = true + yyrr4641 = len(yyv4641) + if yyrg4641 { + copy(yyv4641, yyv24641) } - } else if yyl4631 != len(yyv4631) { - yyv4631 = yyv4631[:yyl4631] - yyc4631 = true + } else if yyl4641 != len(yyv4641) { + yyv4641 = yyv4641[:yyl4641] + yyc4641 = true } - yyj4631 := 0 - for ; yyj4631 < yyrr4631; yyj4631++ { - yyh4631.ElemContainerState(yyj4631) + yyj4641 := 0 + for ; yyj4641 < yyrr4641; yyj4641++ { + yyh4641.ElemContainerState(yyj4641) if r.TryDecodeAsNil() { - yyv4631[yyj4631] = PodCondition{} + yyv4641[yyj4641] = PodCondition{} } else { - yyv4632 := &yyv4631[yyj4631] - yyv4632.CodecDecodeSelf(d) + yyv4642 := &yyv4641[yyj4641] + yyv4642.CodecDecodeSelf(d) } } - if yyrt4631 { - for ; yyj4631 < yyl4631; yyj4631++ { - yyv4631 = append(yyv4631, PodCondition{}) - yyh4631.ElemContainerState(yyj4631) + if yyrt4641 { + for ; yyj4641 < yyl4641; yyj4641++ { + yyv4641 = append(yyv4641, PodCondition{}) + yyh4641.ElemContainerState(yyj4641) if r.TryDecodeAsNil() { - yyv4631[yyj4631] = PodCondition{} + yyv4641[yyj4641] = PodCondition{} } else { - yyv4633 := &yyv4631[yyj4631] - yyv4633.CodecDecodeSelf(d) + yyv4643 := &yyv4641[yyj4641] + yyv4643.CodecDecodeSelf(d) } } } } else { - yyj4631 := 0 - for ; !r.CheckBreak(); yyj4631++ { + yyj4641 := 0 + for ; !r.CheckBreak(); yyj4641++ { - if yyj4631 >= len(yyv4631) { - yyv4631 = append(yyv4631, PodCondition{}) // var yyz4631 PodCondition - yyc4631 = true + if yyj4641 >= len(yyv4641) { + yyv4641 = append(yyv4641, PodCondition{}) // var yyz4641 PodCondition + yyc4641 = true } - yyh4631.ElemContainerState(yyj4631) - if yyj4631 < len(yyv4631) { + yyh4641.ElemContainerState(yyj4641) + if yyj4641 < len(yyv4641) { if r.TryDecodeAsNil() { - yyv4631[yyj4631] = PodCondition{} + yyv4641[yyj4641] = PodCondition{} } else { - yyv4634 := &yyv4631[yyj4631] - yyv4634.CodecDecodeSelf(d) + yyv4644 := &yyv4641[yyj4641] + yyv4644.CodecDecodeSelf(d) } } else { @@ -58459,17 +58555,17 @@ func (x codecSelfer1234) decSlicePodCondition(v *[]PodCondition, d *codec1978.De } } - if yyj4631 < len(yyv4631) { - yyv4631 = yyv4631[:yyj4631] - yyc4631 = true - } else if yyj4631 == 0 && yyv4631 == nil { - yyv4631 = []PodCondition{} - yyc4631 = true + if yyj4641 < len(yyv4641) { + yyv4641 = yyv4641[:yyj4641] + yyc4641 = true + } else if yyj4641 == 0 && yyv4641 == nil { + yyv4641 = []PodCondition{} + yyc4641 = true } } - yyh4631.End() - if yyc4631 { - *v = yyv4631 + yyh4641.End() + if yyc4641 { + *v = yyv4641 } } @@ -58478,10 +58574,10 @@ func (x codecSelfer1234) encSliceContainerStatus(v []ContainerStatus, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4635 := range v { + for _, yyv4645 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4636 := &yyv4635 - yy4636.CodecEncodeSelf(e) + yy4646 := &yyv4645 + yy4646.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58491,83 +58587,83 @@ func (x codecSelfer1234) decSliceContainerStatus(v *[]ContainerStatus, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4637 := *v - yyh4637, yyl4637 := z.DecSliceHelperStart() - var yyc4637 bool - if yyl4637 == 0 { - if yyv4637 == nil { - yyv4637 = []ContainerStatus{} - yyc4637 = true - } else if len(yyv4637) != 0 { - yyv4637 = yyv4637[:0] - yyc4637 = true + yyv4647 := *v + yyh4647, yyl4647 := z.DecSliceHelperStart() + var yyc4647 bool + if yyl4647 == 0 { + if yyv4647 == nil { + yyv4647 = []ContainerStatus{} + yyc4647 = true + } else if len(yyv4647) != 0 { + yyv4647 = yyv4647[:0] + yyc4647 = true } - } else if yyl4637 > 0 { - var yyrr4637, yyrl4637 int - var yyrt4637 bool - if yyl4637 > cap(yyv4637) { + } else if yyl4647 > 0 { + var yyrr4647, yyrl4647 int + var yyrt4647 bool + if yyl4647 > cap(yyv4647) { - yyrg4637 := len(yyv4637) > 0 - yyv24637 := yyv4637 - yyrl4637, yyrt4637 = z.DecInferLen(yyl4637, z.DecBasicHandle().MaxInitLen, 120) - if yyrt4637 { - if yyrl4637 <= cap(yyv4637) { - yyv4637 = yyv4637[:yyrl4637] + yyrg4647 := len(yyv4647) > 0 + yyv24647 := yyv4647 + yyrl4647, yyrt4647 = z.DecInferLen(yyl4647, z.DecBasicHandle().MaxInitLen, 120) + if yyrt4647 { + if yyrl4647 <= cap(yyv4647) { + yyv4647 = yyv4647[:yyrl4647] } else { - yyv4637 = make([]ContainerStatus, yyrl4637) + yyv4647 = make([]ContainerStatus, yyrl4647) } } else { - yyv4637 = make([]ContainerStatus, yyrl4637) + yyv4647 = make([]ContainerStatus, yyrl4647) } - yyc4637 = true - yyrr4637 = len(yyv4637) - if yyrg4637 { - copy(yyv4637, yyv24637) + yyc4647 = true + yyrr4647 = len(yyv4647) + if yyrg4647 { + copy(yyv4647, yyv24647) } - } else if yyl4637 != len(yyv4637) { - yyv4637 = yyv4637[:yyl4637] - yyc4637 = true + } else if yyl4647 != len(yyv4647) { + yyv4647 = yyv4647[:yyl4647] + yyc4647 = true } - yyj4637 := 0 - for ; yyj4637 < yyrr4637; yyj4637++ { - yyh4637.ElemContainerState(yyj4637) + yyj4647 := 0 + for ; yyj4647 < yyrr4647; yyj4647++ { + yyh4647.ElemContainerState(yyj4647) if r.TryDecodeAsNil() { - yyv4637[yyj4637] = ContainerStatus{} + yyv4647[yyj4647] = ContainerStatus{} } else { - yyv4638 := &yyv4637[yyj4637] - yyv4638.CodecDecodeSelf(d) + yyv4648 := &yyv4647[yyj4647] + yyv4648.CodecDecodeSelf(d) } } - if yyrt4637 { - for ; yyj4637 < yyl4637; yyj4637++ { - yyv4637 = append(yyv4637, ContainerStatus{}) - yyh4637.ElemContainerState(yyj4637) + if yyrt4647 { + for ; yyj4647 < yyl4647; yyj4647++ { + yyv4647 = append(yyv4647, ContainerStatus{}) + yyh4647.ElemContainerState(yyj4647) if r.TryDecodeAsNil() { - yyv4637[yyj4637] = ContainerStatus{} + yyv4647[yyj4647] = ContainerStatus{} } else { - yyv4639 := &yyv4637[yyj4637] - yyv4639.CodecDecodeSelf(d) + yyv4649 := &yyv4647[yyj4647] + yyv4649.CodecDecodeSelf(d) } } } } else { - yyj4637 := 0 - for ; !r.CheckBreak(); yyj4637++ { + yyj4647 := 0 + for ; !r.CheckBreak(); yyj4647++ { - if yyj4637 >= len(yyv4637) { - yyv4637 = append(yyv4637, ContainerStatus{}) // var yyz4637 ContainerStatus - yyc4637 = true + if yyj4647 >= len(yyv4647) { + yyv4647 = append(yyv4647, ContainerStatus{}) // var yyz4647 ContainerStatus + yyc4647 = true } - yyh4637.ElemContainerState(yyj4637) - if yyj4637 < len(yyv4637) { + yyh4647.ElemContainerState(yyj4647) + if yyj4647 < len(yyv4647) { if r.TryDecodeAsNil() { - yyv4637[yyj4637] = ContainerStatus{} + yyv4647[yyj4647] = ContainerStatus{} } else { - yyv4640 := &yyv4637[yyj4637] - yyv4640.CodecDecodeSelf(d) + yyv4650 := &yyv4647[yyj4647] + yyv4650.CodecDecodeSelf(d) } } else { @@ -58575,17 +58671,17 @@ func (x codecSelfer1234) decSliceContainerStatus(v *[]ContainerStatus, d *codec1 } } - if yyj4637 < len(yyv4637) { - yyv4637 = yyv4637[:yyj4637] - yyc4637 = true - } else if yyj4637 == 0 && yyv4637 == nil { - yyv4637 = []ContainerStatus{} - yyc4637 = true + if yyj4647 < len(yyv4647) { + yyv4647 = yyv4647[:yyj4647] + yyc4647 = true + } else if yyj4647 == 0 && yyv4647 == nil { + yyv4647 = []ContainerStatus{} + yyc4647 = true } } - yyh4637.End() - if yyc4637 { - *v = yyv4637 + yyh4647.End() + if yyc4647 { + *v = yyv4647 } } @@ -58594,10 +58690,10 @@ func (x codecSelfer1234) encSlicePod(v []Pod, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4641 := range v { + for _, yyv4651 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4642 := &yyv4641 - yy4642.CodecEncodeSelf(e) + yy4652 := &yyv4651 + yy4652.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58607,83 +58703,83 @@ func (x codecSelfer1234) decSlicePod(v *[]Pod, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4643 := *v - yyh4643, yyl4643 := z.DecSliceHelperStart() - var yyc4643 bool - if yyl4643 == 0 { - if yyv4643 == nil { - yyv4643 = []Pod{} - yyc4643 = true - } else if len(yyv4643) != 0 { - yyv4643 = yyv4643[:0] - yyc4643 = true + yyv4653 := *v + yyh4653, yyl4653 := z.DecSliceHelperStart() + var yyc4653 bool + if yyl4653 == 0 { + if yyv4653 == nil { + yyv4653 = []Pod{} + yyc4653 = true + } else if len(yyv4653) != 0 { + yyv4653 = yyv4653[:0] + yyc4653 = true } - } else if yyl4643 > 0 { - var yyrr4643, yyrl4643 int - var yyrt4643 bool - if yyl4643 > cap(yyv4643) { + } else if yyl4653 > 0 { + var yyrr4653, yyrl4653 int + var yyrt4653 bool + if yyl4653 > cap(yyv4653) { - yyrg4643 := len(yyv4643) > 0 - yyv24643 := yyv4643 - yyrl4643, yyrt4643 = z.DecInferLen(yyl4643, z.DecBasicHandle().MaxInitLen, 664) - if yyrt4643 { - if yyrl4643 <= cap(yyv4643) { - yyv4643 = yyv4643[:yyrl4643] + yyrg4653 := len(yyv4653) > 0 + yyv24653 := yyv4653 + yyrl4653, yyrt4653 = z.DecInferLen(yyl4653, z.DecBasicHandle().MaxInitLen, 664) + if yyrt4653 { + if yyrl4653 <= cap(yyv4653) { + yyv4653 = yyv4653[:yyrl4653] } else { - yyv4643 = make([]Pod, yyrl4643) + yyv4653 = make([]Pod, yyrl4653) } } else { - yyv4643 = make([]Pod, yyrl4643) + yyv4653 = make([]Pod, yyrl4653) } - yyc4643 = true - yyrr4643 = len(yyv4643) - if yyrg4643 { - copy(yyv4643, yyv24643) + yyc4653 = true + yyrr4653 = len(yyv4653) + if yyrg4653 { + copy(yyv4653, yyv24653) } - } else if yyl4643 != len(yyv4643) { - yyv4643 = yyv4643[:yyl4643] - yyc4643 = true + } else if yyl4653 != len(yyv4653) { + yyv4653 = yyv4653[:yyl4653] + yyc4653 = true } - yyj4643 := 0 - for ; yyj4643 < yyrr4643; yyj4643++ { - yyh4643.ElemContainerState(yyj4643) + yyj4653 := 0 + for ; yyj4653 < yyrr4653; yyj4653++ { + yyh4653.ElemContainerState(yyj4653) if r.TryDecodeAsNil() { - yyv4643[yyj4643] = Pod{} + yyv4653[yyj4653] = Pod{} } else { - yyv4644 := &yyv4643[yyj4643] - yyv4644.CodecDecodeSelf(d) + yyv4654 := &yyv4653[yyj4653] + yyv4654.CodecDecodeSelf(d) } } - if yyrt4643 { - for ; yyj4643 < yyl4643; yyj4643++ { - yyv4643 = append(yyv4643, Pod{}) - yyh4643.ElemContainerState(yyj4643) + if yyrt4653 { + for ; yyj4653 < yyl4653; yyj4653++ { + yyv4653 = append(yyv4653, Pod{}) + yyh4653.ElemContainerState(yyj4653) if r.TryDecodeAsNil() { - yyv4643[yyj4643] = Pod{} + yyv4653[yyj4653] = Pod{} } else { - yyv4645 := &yyv4643[yyj4643] - yyv4645.CodecDecodeSelf(d) + yyv4655 := &yyv4653[yyj4653] + yyv4655.CodecDecodeSelf(d) } } } } else { - yyj4643 := 0 - for ; !r.CheckBreak(); yyj4643++ { + yyj4653 := 0 + for ; !r.CheckBreak(); yyj4653++ { - if yyj4643 >= len(yyv4643) { - yyv4643 = append(yyv4643, Pod{}) // var yyz4643 Pod - yyc4643 = true + if yyj4653 >= len(yyv4653) { + yyv4653 = append(yyv4653, Pod{}) // var yyz4653 Pod + yyc4653 = true } - yyh4643.ElemContainerState(yyj4643) - if yyj4643 < len(yyv4643) { + yyh4653.ElemContainerState(yyj4653) + if yyj4653 < len(yyv4653) { if r.TryDecodeAsNil() { - yyv4643[yyj4643] = Pod{} + yyv4653[yyj4653] = Pod{} } else { - yyv4646 := &yyv4643[yyj4643] - yyv4646.CodecDecodeSelf(d) + yyv4656 := &yyv4653[yyj4653] + yyv4656.CodecDecodeSelf(d) } } else { @@ -58691,17 +58787,17 @@ func (x codecSelfer1234) decSlicePod(v *[]Pod, d *codec1978.Decoder) { } } - if yyj4643 < len(yyv4643) { - yyv4643 = yyv4643[:yyj4643] - yyc4643 = true - } else if yyj4643 == 0 && yyv4643 == nil { - yyv4643 = []Pod{} - yyc4643 = true + if yyj4653 < len(yyv4653) { + yyv4653 = yyv4653[:yyj4653] + yyc4653 = true + } else if yyj4653 == 0 && yyv4653 == nil { + yyv4653 = []Pod{} + yyc4653 = true } } - yyh4643.End() - if yyc4643 { - *v = yyv4643 + yyh4653.End() + if yyc4653 { + *v = yyv4653 } } @@ -58710,10 +58806,10 @@ func (x codecSelfer1234) encSlicePodTemplate(v []PodTemplate, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4647 := range v { + for _, yyv4657 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4648 := &yyv4647 - yy4648.CodecEncodeSelf(e) + yy4658 := &yyv4657 + yy4658.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58723,83 +58819,83 @@ func (x codecSelfer1234) decSlicePodTemplate(v *[]PodTemplate, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4649 := *v - yyh4649, yyl4649 := z.DecSliceHelperStart() - var yyc4649 bool - if yyl4649 == 0 { - if yyv4649 == nil { - yyv4649 = []PodTemplate{} - yyc4649 = true - } else if len(yyv4649) != 0 { - yyv4649 = yyv4649[:0] - yyc4649 = true + yyv4659 := *v + yyh4659, yyl4659 := z.DecSliceHelperStart() + var yyc4659 bool + if yyl4659 == 0 { + if yyv4659 == nil { + yyv4659 = []PodTemplate{} + yyc4659 = true + } else if len(yyv4659) != 0 { + yyv4659 = yyv4659[:0] + yyc4659 = true } - } else if yyl4649 > 0 { - var yyrr4649, yyrl4649 int - var yyrt4649 bool - if yyl4649 > cap(yyv4649) { + } else if yyl4659 > 0 { + var yyrr4659, yyrl4659 int + var yyrt4659 bool + if yyl4659 > cap(yyv4659) { - yyrg4649 := len(yyv4649) > 0 - yyv24649 := yyv4649 - yyrl4649, yyrt4649 = z.DecInferLen(yyl4649, z.DecBasicHandle().MaxInitLen, 728) - if yyrt4649 { - if yyrl4649 <= cap(yyv4649) { - yyv4649 = yyv4649[:yyrl4649] + yyrg4659 := len(yyv4659) > 0 + yyv24659 := yyv4659 + yyrl4659, yyrt4659 = z.DecInferLen(yyl4659, z.DecBasicHandle().MaxInitLen, 728) + if yyrt4659 { + if yyrl4659 <= cap(yyv4659) { + yyv4659 = yyv4659[:yyrl4659] } else { - yyv4649 = make([]PodTemplate, yyrl4649) + yyv4659 = make([]PodTemplate, yyrl4659) } } else { - yyv4649 = make([]PodTemplate, yyrl4649) + yyv4659 = make([]PodTemplate, yyrl4659) } - yyc4649 = true - yyrr4649 = len(yyv4649) - if yyrg4649 { - copy(yyv4649, yyv24649) + yyc4659 = true + yyrr4659 = len(yyv4659) + if yyrg4659 { + copy(yyv4659, yyv24659) } - } else if yyl4649 != len(yyv4649) { - yyv4649 = yyv4649[:yyl4649] - yyc4649 = true + } else if yyl4659 != len(yyv4659) { + yyv4659 = yyv4659[:yyl4659] + yyc4659 = true } - yyj4649 := 0 - for ; yyj4649 < yyrr4649; yyj4649++ { - yyh4649.ElemContainerState(yyj4649) + yyj4659 := 0 + for ; yyj4659 < yyrr4659; yyj4659++ { + yyh4659.ElemContainerState(yyj4659) if r.TryDecodeAsNil() { - yyv4649[yyj4649] = PodTemplate{} + yyv4659[yyj4659] = PodTemplate{} } else { - yyv4650 := &yyv4649[yyj4649] - yyv4650.CodecDecodeSelf(d) + yyv4660 := &yyv4659[yyj4659] + yyv4660.CodecDecodeSelf(d) } } - if yyrt4649 { - for ; yyj4649 < yyl4649; yyj4649++ { - yyv4649 = append(yyv4649, PodTemplate{}) - yyh4649.ElemContainerState(yyj4649) + if yyrt4659 { + for ; yyj4659 < yyl4659; yyj4659++ { + yyv4659 = append(yyv4659, PodTemplate{}) + yyh4659.ElemContainerState(yyj4659) if r.TryDecodeAsNil() { - yyv4649[yyj4649] = PodTemplate{} + yyv4659[yyj4659] = PodTemplate{} } else { - yyv4651 := &yyv4649[yyj4649] - yyv4651.CodecDecodeSelf(d) + yyv4661 := &yyv4659[yyj4659] + yyv4661.CodecDecodeSelf(d) } } } } else { - yyj4649 := 0 - for ; !r.CheckBreak(); yyj4649++ { + yyj4659 := 0 + for ; !r.CheckBreak(); yyj4659++ { - if yyj4649 >= len(yyv4649) { - yyv4649 = append(yyv4649, PodTemplate{}) // var yyz4649 PodTemplate - yyc4649 = true + if yyj4659 >= len(yyv4659) { + yyv4659 = append(yyv4659, PodTemplate{}) // var yyz4659 PodTemplate + yyc4659 = true } - yyh4649.ElemContainerState(yyj4649) - if yyj4649 < len(yyv4649) { + yyh4659.ElemContainerState(yyj4659) + if yyj4659 < len(yyv4659) { if r.TryDecodeAsNil() { - yyv4649[yyj4649] = PodTemplate{} + yyv4659[yyj4659] = PodTemplate{} } else { - yyv4652 := &yyv4649[yyj4649] - yyv4652.CodecDecodeSelf(d) + yyv4662 := &yyv4659[yyj4659] + yyv4662.CodecDecodeSelf(d) } } else { @@ -58807,17 +58903,17 @@ func (x codecSelfer1234) decSlicePodTemplate(v *[]PodTemplate, d *codec1978.Deco } } - if yyj4649 < len(yyv4649) { - yyv4649 = yyv4649[:yyj4649] - yyc4649 = true - } else if yyj4649 == 0 && yyv4649 == nil { - yyv4649 = []PodTemplate{} - yyc4649 = true + if yyj4659 < len(yyv4659) { + yyv4659 = yyv4659[:yyj4659] + yyc4659 = true + } else if yyj4659 == 0 && yyv4659 == nil { + yyv4659 = []PodTemplate{} + yyc4659 = true } } - yyh4649.End() - if yyc4649 { - *v = yyv4649 + yyh4659.End() + if yyc4659 { + *v = yyv4659 } } @@ -58826,10 +58922,10 @@ func (x codecSelfer1234) encSliceReplicationController(v []ReplicationController z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4653 := range v { + for _, yyv4663 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4654 := &yyv4653 - yy4654.CodecEncodeSelf(e) + yy4664 := &yyv4663 + yy4664.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58839,83 +58935,83 @@ func (x codecSelfer1234) decSliceReplicationController(v *[]ReplicationControlle z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4655 := *v - yyh4655, yyl4655 := z.DecSliceHelperStart() - var yyc4655 bool - if yyl4655 == 0 { - if yyv4655 == nil { - yyv4655 = []ReplicationController{} - yyc4655 = true - } else if len(yyv4655) != 0 { - yyv4655 = yyv4655[:0] - yyc4655 = true + yyv4665 := *v + yyh4665, yyl4665 := z.DecSliceHelperStart() + var yyc4665 bool + if yyl4665 == 0 { + if yyv4665 == nil { + yyv4665 = []ReplicationController{} + yyc4665 = true + } else if len(yyv4665) != 0 { + yyv4665 = yyv4665[:0] + yyc4665 = true } - } else if yyl4655 > 0 { - var yyrr4655, yyrl4655 int - var yyrt4655 bool - if yyl4655 > cap(yyv4655) { + } else if yyl4665 > 0 { + var yyrr4665, yyrl4665 int + var yyrt4665 bool + if yyl4665 > cap(yyv4665) { - yyrg4655 := len(yyv4655) > 0 - yyv24655 := yyv4655 - yyrl4655, yyrt4655 = z.DecInferLen(yyl4655, z.DecBasicHandle().MaxInitLen, 304) - if yyrt4655 { - if yyrl4655 <= cap(yyv4655) { - yyv4655 = yyv4655[:yyrl4655] + yyrg4665 := len(yyv4665) > 0 + yyv24665 := yyv4665 + yyrl4665, yyrt4665 = z.DecInferLen(yyl4665, z.DecBasicHandle().MaxInitLen, 312) + if yyrt4665 { + if yyrl4665 <= cap(yyv4665) { + yyv4665 = yyv4665[:yyrl4665] } else { - yyv4655 = make([]ReplicationController, yyrl4655) + yyv4665 = make([]ReplicationController, yyrl4665) } } else { - yyv4655 = make([]ReplicationController, yyrl4655) + yyv4665 = make([]ReplicationController, yyrl4665) } - yyc4655 = true - yyrr4655 = len(yyv4655) - if yyrg4655 { - copy(yyv4655, yyv24655) + yyc4665 = true + yyrr4665 = len(yyv4665) + if yyrg4665 { + copy(yyv4665, yyv24665) } - } else if yyl4655 != len(yyv4655) { - yyv4655 = yyv4655[:yyl4655] - yyc4655 = true + } else if yyl4665 != len(yyv4665) { + yyv4665 = yyv4665[:yyl4665] + yyc4665 = true } - yyj4655 := 0 - for ; yyj4655 < yyrr4655; yyj4655++ { - yyh4655.ElemContainerState(yyj4655) + yyj4665 := 0 + for ; yyj4665 < yyrr4665; yyj4665++ { + yyh4665.ElemContainerState(yyj4665) if r.TryDecodeAsNil() { - yyv4655[yyj4655] = ReplicationController{} + yyv4665[yyj4665] = ReplicationController{} } else { - yyv4656 := &yyv4655[yyj4655] - yyv4656.CodecDecodeSelf(d) + yyv4666 := &yyv4665[yyj4665] + yyv4666.CodecDecodeSelf(d) } } - if yyrt4655 { - for ; yyj4655 < yyl4655; yyj4655++ { - yyv4655 = append(yyv4655, ReplicationController{}) - yyh4655.ElemContainerState(yyj4655) + if yyrt4665 { + for ; yyj4665 < yyl4665; yyj4665++ { + yyv4665 = append(yyv4665, ReplicationController{}) + yyh4665.ElemContainerState(yyj4665) if r.TryDecodeAsNil() { - yyv4655[yyj4655] = ReplicationController{} + yyv4665[yyj4665] = ReplicationController{} } else { - yyv4657 := &yyv4655[yyj4655] - yyv4657.CodecDecodeSelf(d) + yyv4667 := &yyv4665[yyj4665] + yyv4667.CodecDecodeSelf(d) } } } } else { - yyj4655 := 0 - for ; !r.CheckBreak(); yyj4655++ { + yyj4665 := 0 + for ; !r.CheckBreak(); yyj4665++ { - if yyj4655 >= len(yyv4655) { - yyv4655 = append(yyv4655, ReplicationController{}) // var yyz4655 ReplicationController - yyc4655 = true + if yyj4665 >= len(yyv4665) { + yyv4665 = append(yyv4665, ReplicationController{}) // var yyz4665 ReplicationController + yyc4665 = true } - yyh4655.ElemContainerState(yyj4655) - if yyj4655 < len(yyv4655) { + yyh4665.ElemContainerState(yyj4665) + if yyj4665 < len(yyv4665) { if r.TryDecodeAsNil() { - yyv4655[yyj4655] = ReplicationController{} + yyv4665[yyj4665] = ReplicationController{} } else { - yyv4658 := &yyv4655[yyj4655] - yyv4658.CodecDecodeSelf(d) + yyv4668 := &yyv4665[yyj4665] + yyv4668.CodecDecodeSelf(d) } } else { @@ -58923,17 +59019,17 @@ func (x codecSelfer1234) decSliceReplicationController(v *[]ReplicationControlle } } - if yyj4655 < len(yyv4655) { - yyv4655 = yyv4655[:yyj4655] - yyc4655 = true - } else if yyj4655 == 0 && yyv4655 == nil { - yyv4655 = []ReplicationController{} - yyc4655 = true + if yyj4665 < len(yyv4665) { + yyv4665 = yyv4665[:yyj4665] + yyc4665 = true + } else if yyj4665 == 0 && yyv4665 == nil { + yyv4665 = []ReplicationController{} + yyc4665 = true } } - yyh4655.End() - if yyc4655 { - *v = yyv4655 + yyh4665.End() + if yyc4665 { + *v = yyv4665 } } @@ -58942,10 +59038,10 @@ func (x codecSelfer1234) encSliceLoadBalancerIngress(v []LoadBalancerIngress, e z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4659 := range v { + for _, yyv4669 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4660 := &yyv4659 - yy4660.CodecEncodeSelf(e) + yy4670 := &yyv4669 + yy4670.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58955,83 +59051,83 @@ func (x codecSelfer1234) decSliceLoadBalancerIngress(v *[]LoadBalancerIngress, d z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4661 := *v - yyh4661, yyl4661 := z.DecSliceHelperStart() - var yyc4661 bool - if yyl4661 == 0 { - if yyv4661 == nil { - yyv4661 = []LoadBalancerIngress{} - yyc4661 = true - } else if len(yyv4661) != 0 { - yyv4661 = yyv4661[:0] - yyc4661 = true + yyv4671 := *v + yyh4671, yyl4671 := z.DecSliceHelperStart() + var yyc4671 bool + if yyl4671 == 0 { + if yyv4671 == nil { + yyv4671 = []LoadBalancerIngress{} + yyc4671 = true + } else if len(yyv4671) != 0 { + yyv4671 = yyv4671[:0] + yyc4671 = true } - } else if yyl4661 > 0 { - var yyrr4661, yyrl4661 int - var yyrt4661 bool - if yyl4661 > cap(yyv4661) { + } else if yyl4671 > 0 { + var yyrr4671, yyrl4671 int + var yyrt4671 bool + if yyl4671 > cap(yyv4671) { - yyrg4661 := len(yyv4661) > 0 - yyv24661 := yyv4661 - yyrl4661, yyrt4661 = z.DecInferLen(yyl4661, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4661 { - if yyrl4661 <= cap(yyv4661) { - yyv4661 = yyv4661[:yyrl4661] + yyrg4671 := len(yyv4671) > 0 + yyv24671 := yyv4671 + yyrl4671, yyrt4671 = z.DecInferLen(yyl4671, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4671 { + if yyrl4671 <= cap(yyv4671) { + yyv4671 = yyv4671[:yyrl4671] } else { - yyv4661 = make([]LoadBalancerIngress, yyrl4661) + yyv4671 = make([]LoadBalancerIngress, yyrl4671) } } else { - yyv4661 = make([]LoadBalancerIngress, yyrl4661) + yyv4671 = make([]LoadBalancerIngress, yyrl4671) } - yyc4661 = true - yyrr4661 = len(yyv4661) - if yyrg4661 { - copy(yyv4661, yyv24661) + yyc4671 = true + yyrr4671 = len(yyv4671) + if yyrg4671 { + copy(yyv4671, yyv24671) } - } else if yyl4661 != len(yyv4661) { - yyv4661 = yyv4661[:yyl4661] - yyc4661 = true + } else if yyl4671 != len(yyv4671) { + yyv4671 = yyv4671[:yyl4671] + yyc4671 = true } - yyj4661 := 0 - for ; yyj4661 < yyrr4661; yyj4661++ { - yyh4661.ElemContainerState(yyj4661) + yyj4671 := 0 + for ; yyj4671 < yyrr4671; yyj4671++ { + yyh4671.ElemContainerState(yyj4671) if r.TryDecodeAsNil() { - yyv4661[yyj4661] = LoadBalancerIngress{} + yyv4671[yyj4671] = LoadBalancerIngress{} } else { - yyv4662 := &yyv4661[yyj4661] - yyv4662.CodecDecodeSelf(d) + yyv4672 := &yyv4671[yyj4671] + yyv4672.CodecDecodeSelf(d) } } - if yyrt4661 { - for ; yyj4661 < yyl4661; yyj4661++ { - yyv4661 = append(yyv4661, LoadBalancerIngress{}) - yyh4661.ElemContainerState(yyj4661) + if yyrt4671 { + for ; yyj4671 < yyl4671; yyj4671++ { + yyv4671 = append(yyv4671, LoadBalancerIngress{}) + yyh4671.ElemContainerState(yyj4671) if r.TryDecodeAsNil() { - yyv4661[yyj4661] = LoadBalancerIngress{} + yyv4671[yyj4671] = LoadBalancerIngress{} } else { - yyv4663 := &yyv4661[yyj4661] - yyv4663.CodecDecodeSelf(d) + yyv4673 := &yyv4671[yyj4671] + yyv4673.CodecDecodeSelf(d) } } } } else { - yyj4661 := 0 - for ; !r.CheckBreak(); yyj4661++ { + yyj4671 := 0 + for ; !r.CheckBreak(); yyj4671++ { - if yyj4661 >= len(yyv4661) { - yyv4661 = append(yyv4661, LoadBalancerIngress{}) // var yyz4661 LoadBalancerIngress - yyc4661 = true + if yyj4671 >= len(yyv4671) { + yyv4671 = append(yyv4671, LoadBalancerIngress{}) // var yyz4671 LoadBalancerIngress + yyc4671 = true } - yyh4661.ElemContainerState(yyj4661) - if yyj4661 < len(yyv4661) { + yyh4671.ElemContainerState(yyj4671) + if yyj4671 < len(yyv4671) { if r.TryDecodeAsNil() { - yyv4661[yyj4661] = LoadBalancerIngress{} + yyv4671[yyj4671] = LoadBalancerIngress{} } else { - yyv4664 := &yyv4661[yyj4661] - yyv4664.CodecDecodeSelf(d) + yyv4674 := &yyv4671[yyj4671] + yyv4674.CodecDecodeSelf(d) } } else { @@ -59039,17 +59135,17 @@ func (x codecSelfer1234) decSliceLoadBalancerIngress(v *[]LoadBalancerIngress, d } } - if yyj4661 < len(yyv4661) { - yyv4661 = yyv4661[:yyj4661] - yyc4661 = true - } else if yyj4661 == 0 && yyv4661 == nil { - yyv4661 = []LoadBalancerIngress{} - yyc4661 = true + if yyj4671 < len(yyv4671) { + yyv4671 = yyv4671[:yyj4671] + yyc4671 = true + } else if yyj4671 == 0 && yyv4671 == nil { + yyv4671 = []LoadBalancerIngress{} + yyc4671 = true } } - yyh4661.End() - if yyc4661 { - *v = yyv4661 + yyh4671.End() + if yyc4671 { + *v = yyv4671 } } @@ -59058,10 +59154,10 @@ func (x codecSelfer1234) encSliceServicePort(v []ServicePort, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4665 := range v { + for _, yyv4675 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4666 := &yyv4665 - yy4666.CodecEncodeSelf(e) + yy4676 := &yyv4675 + yy4676.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59071,83 +59167,83 @@ func (x codecSelfer1234) decSliceServicePort(v *[]ServicePort, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4667 := *v - yyh4667, yyl4667 := z.DecSliceHelperStart() - var yyc4667 bool - if yyl4667 == 0 { - if yyv4667 == nil { - yyv4667 = []ServicePort{} - yyc4667 = true - } else if len(yyv4667) != 0 { - yyv4667 = yyv4667[:0] - yyc4667 = true + yyv4677 := *v + yyh4677, yyl4677 := z.DecSliceHelperStart() + var yyc4677 bool + if yyl4677 == 0 { + if yyv4677 == nil { + yyv4677 = []ServicePort{} + yyc4677 = true + } else if len(yyv4677) != 0 { + yyv4677 = yyv4677[:0] + yyc4677 = true } - } else if yyl4667 > 0 { - var yyrr4667, yyrl4667 int - var yyrt4667 bool - if yyl4667 > cap(yyv4667) { + } else if yyl4677 > 0 { + var yyrr4677, yyrl4677 int + var yyrt4677 bool + if yyl4677 > cap(yyv4677) { - yyrg4667 := len(yyv4667) > 0 - yyv24667 := yyv4667 - yyrl4667, yyrt4667 = z.DecInferLen(yyl4667, z.DecBasicHandle().MaxInitLen, 80) - if yyrt4667 { - if yyrl4667 <= cap(yyv4667) { - yyv4667 = yyv4667[:yyrl4667] + yyrg4677 := len(yyv4677) > 0 + yyv24677 := yyv4677 + yyrl4677, yyrt4677 = z.DecInferLen(yyl4677, z.DecBasicHandle().MaxInitLen, 80) + if yyrt4677 { + if yyrl4677 <= cap(yyv4677) { + yyv4677 = yyv4677[:yyrl4677] } else { - yyv4667 = make([]ServicePort, yyrl4667) + yyv4677 = make([]ServicePort, yyrl4677) } } else { - yyv4667 = make([]ServicePort, yyrl4667) + yyv4677 = make([]ServicePort, yyrl4677) } - yyc4667 = true - yyrr4667 = len(yyv4667) - if yyrg4667 { - copy(yyv4667, yyv24667) + yyc4677 = true + yyrr4677 = len(yyv4677) + if yyrg4677 { + copy(yyv4677, yyv24677) } - } else if yyl4667 != len(yyv4667) { - yyv4667 = yyv4667[:yyl4667] - yyc4667 = true + } else if yyl4677 != len(yyv4677) { + yyv4677 = yyv4677[:yyl4677] + yyc4677 = true } - yyj4667 := 0 - for ; yyj4667 < yyrr4667; yyj4667++ { - yyh4667.ElemContainerState(yyj4667) + yyj4677 := 0 + for ; yyj4677 < yyrr4677; yyj4677++ { + yyh4677.ElemContainerState(yyj4677) if r.TryDecodeAsNil() { - yyv4667[yyj4667] = ServicePort{} + yyv4677[yyj4677] = ServicePort{} } else { - yyv4668 := &yyv4667[yyj4667] - yyv4668.CodecDecodeSelf(d) + yyv4678 := &yyv4677[yyj4677] + yyv4678.CodecDecodeSelf(d) } } - if yyrt4667 { - for ; yyj4667 < yyl4667; yyj4667++ { - yyv4667 = append(yyv4667, ServicePort{}) - yyh4667.ElemContainerState(yyj4667) + if yyrt4677 { + for ; yyj4677 < yyl4677; yyj4677++ { + yyv4677 = append(yyv4677, ServicePort{}) + yyh4677.ElemContainerState(yyj4677) if r.TryDecodeAsNil() { - yyv4667[yyj4667] = ServicePort{} + yyv4677[yyj4677] = ServicePort{} } else { - yyv4669 := &yyv4667[yyj4667] - yyv4669.CodecDecodeSelf(d) + yyv4679 := &yyv4677[yyj4677] + yyv4679.CodecDecodeSelf(d) } } } } else { - yyj4667 := 0 - for ; !r.CheckBreak(); yyj4667++ { + yyj4677 := 0 + for ; !r.CheckBreak(); yyj4677++ { - if yyj4667 >= len(yyv4667) { - yyv4667 = append(yyv4667, ServicePort{}) // var yyz4667 ServicePort - yyc4667 = true + if yyj4677 >= len(yyv4677) { + yyv4677 = append(yyv4677, ServicePort{}) // var yyz4677 ServicePort + yyc4677 = true } - yyh4667.ElemContainerState(yyj4667) - if yyj4667 < len(yyv4667) { + yyh4677.ElemContainerState(yyj4677) + if yyj4677 < len(yyv4677) { if r.TryDecodeAsNil() { - yyv4667[yyj4667] = ServicePort{} + yyv4677[yyj4677] = ServicePort{} } else { - yyv4670 := &yyv4667[yyj4667] - yyv4670.CodecDecodeSelf(d) + yyv4680 := &yyv4677[yyj4677] + yyv4680.CodecDecodeSelf(d) } } else { @@ -59155,17 +59251,17 @@ func (x codecSelfer1234) decSliceServicePort(v *[]ServicePort, d *codec1978.Deco } } - if yyj4667 < len(yyv4667) { - yyv4667 = yyv4667[:yyj4667] - yyc4667 = true - } else if yyj4667 == 0 && yyv4667 == nil { - yyv4667 = []ServicePort{} - yyc4667 = true + if yyj4677 < len(yyv4677) { + yyv4677 = yyv4677[:yyj4677] + yyc4677 = true + } else if yyj4677 == 0 && yyv4677 == nil { + yyv4677 = []ServicePort{} + yyc4677 = true } } - yyh4667.End() - if yyc4667 { - *v = yyv4667 + yyh4677.End() + if yyc4677 { + *v = yyv4677 } } @@ -59174,10 +59270,10 @@ func (x codecSelfer1234) encSliceService(v []Service, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4671 := range v { + for _, yyv4681 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4672 := &yyv4671 - yy4672.CodecEncodeSelf(e) + yy4682 := &yyv4681 + yy4682.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59187,83 +59283,83 @@ func (x codecSelfer1234) decSliceService(v *[]Service, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4673 := *v - yyh4673, yyl4673 := z.DecSliceHelperStart() - var yyc4673 bool - if yyl4673 == 0 { - if yyv4673 == nil { - yyv4673 = []Service{} - yyc4673 = true - } else if len(yyv4673) != 0 { - yyv4673 = yyv4673[:0] - yyc4673 = true + yyv4683 := *v + yyh4683, yyl4683 := z.DecSliceHelperStart() + var yyc4683 bool + if yyl4683 == 0 { + if yyv4683 == nil { + yyv4683 = []Service{} + yyc4683 = true + } else if len(yyv4683) != 0 { + yyv4683 = yyv4683[:0] + yyc4683 = true } - } else if yyl4673 > 0 { - var yyrr4673, yyrl4673 int - var yyrt4673 bool - if yyl4673 > cap(yyv4673) { + } else if yyl4683 > 0 { + var yyrr4683, yyrl4683 int + var yyrt4683 bool + if yyl4683 > cap(yyv4683) { - yyrg4673 := len(yyv4673) > 0 - yyv24673 := yyv4673 - yyrl4673, yyrt4673 = z.DecInferLen(yyl4673, z.DecBasicHandle().MaxInitLen, 464) - if yyrt4673 { - if yyrl4673 <= cap(yyv4673) { - yyv4673 = yyv4673[:yyrl4673] + yyrg4683 := len(yyv4683) > 0 + yyv24683 := yyv4683 + yyrl4683, yyrt4683 = z.DecInferLen(yyl4683, z.DecBasicHandle().MaxInitLen, 464) + if yyrt4683 { + if yyrl4683 <= cap(yyv4683) { + yyv4683 = yyv4683[:yyrl4683] } else { - yyv4673 = make([]Service, yyrl4673) + yyv4683 = make([]Service, yyrl4683) } } else { - yyv4673 = make([]Service, yyrl4673) + yyv4683 = make([]Service, yyrl4683) } - yyc4673 = true - yyrr4673 = len(yyv4673) - if yyrg4673 { - copy(yyv4673, yyv24673) + yyc4683 = true + yyrr4683 = len(yyv4683) + if yyrg4683 { + copy(yyv4683, yyv24683) } - } else if yyl4673 != len(yyv4673) { - yyv4673 = yyv4673[:yyl4673] - yyc4673 = true + } else if yyl4683 != len(yyv4683) { + yyv4683 = yyv4683[:yyl4683] + yyc4683 = true } - yyj4673 := 0 - for ; yyj4673 < yyrr4673; yyj4673++ { - yyh4673.ElemContainerState(yyj4673) + yyj4683 := 0 + for ; yyj4683 < yyrr4683; yyj4683++ { + yyh4683.ElemContainerState(yyj4683) if r.TryDecodeAsNil() { - yyv4673[yyj4673] = Service{} + yyv4683[yyj4683] = Service{} } else { - yyv4674 := &yyv4673[yyj4673] - yyv4674.CodecDecodeSelf(d) + yyv4684 := &yyv4683[yyj4683] + yyv4684.CodecDecodeSelf(d) } } - if yyrt4673 { - for ; yyj4673 < yyl4673; yyj4673++ { - yyv4673 = append(yyv4673, Service{}) - yyh4673.ElemContainerState(yyj4673) + if yyrt4683 { + for ; yyj4683 < yyl4683; yyj4683++ { + yyv4683 = append(yyv4683, Service{}) + yyh4683.ElemContainerState(yyj4683) if r.TryDecodeAsNil() { - yyv4673[yyj4673] = Service{} + yyv4683[yyj4683] = Service{} } else { - yyv4675 := &yyv4673[yyj4673] - yyv4675.CodecDecodeSelf(d) + yyv4685 := &yyv4683[yyj4683] + yyv4685.CodecDecodeSelf(d) } } } } else { - yyj4673 := 0 - for ; !r.CheckBreak(); yyj4673++ { + yyj4683 := 0 + for ; !r.CheckBreak(); yyj4683++ { - if yyj4673 >= len(yyv4673) { - yyv4673 = append(yyv4673, Service{}) // var yyz4673 Service - yyc4673 = true + if yyj4683 >= len(yyv4683) { + yyv4683 = append(yyv4683, Service{}) // var yyz4683 Service + yyc4683 = true } - yyh4673.ElemContainerState(yyj4673) - if yyj4673 < len(yyv4673) { + yyh4683.ElemContainerState(yyj4683) + if yyj4683 < len(yyv4683) { if r.TryDecodeAsNil() { - yyv4673[yyj4673] = Service{} + yyv4683[yyj4683] = Service{} } else { - yyv4676 := &yyv4673[yyj4673] - yyv4676.CodecDecodeSelf(d) + yyv4686 := &yyv4683[yyj4683] + yyv4686.CodecDecodeSelf(d) } } else { @@ -59271,17 +59367,17 @@ func (x codecSelfer1234) decSliceService(v *[]Service, d *codec1978.Decoder) { } } - if yyj4673 < len(yyv4673) { - yyv4673 = yyv4673[:yyj4673] - yyc4673 = true - } else if yyj4673 == 0 && yyv4673 == nil { - yyv4673 = []Service{} - yyc4673 = true + if yyj4683 < len(yyv4683) { + yyv4683 = yyv4683[:yyj4683] + yyc4683 = true + } else if yyj4683 == 0 && yyv4683 == nil { + yyv4683 = []Service{} + yyc4683 = true } } - yyh4673.End() - if yyc4673 { - *v = yyv4673 + yyh4683.End() + if yyc4683 { + *v = yyv4683 } } @@ -59290,10 +59386,10 @@ func (x codecSelfer1234) encSliceObjectReference(v []ObjectReference, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4677 := range v { + for _, yyv4687 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4678 := &yyv4677 - yy4678.CodecEncodeSelf(e) + yy4688 := &yyv4687 + yy4688.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59303,83 +59399,83 @@ func (x codecSelfer1234) decSliceObjectReference(v *[]ObjectReference, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4679 := *v - yyh4679, yyl4679 := z.DecSliceHelperStart() - var yyc4679 bool - if yyl4679 == 0 { - if yyv4679 == nil { - yyv4679 = []ObjectReference{} - yyc4679 = true - } else if len(yyv4679) != 0 { - yyv4679 = yyv4679[:0] - yyc4679 = true + yyv4689 := *v + yyh4689, yyl4689 := z.DecSliceHelperStart() + var yyc4689 bool + if yyl4689 == 0 { + if yyv4689 == nil { + yyv4689 = []ObjectReference{} + yyc4689 = true + } else if len(yyv4689) != 0 { + yyv4689 = yyv4689[:0] + yyc4689 = true } - } else if yyl4679 > 0 { - var yyrr4679, yyrl4679 int - var yyrt4679 bool - if yyl4679 > cap(yyv4679) { + } else if yyl4689 > 0 { + var yyrr4689, yyrl4689 int + var yyrt4689 bool + if yyl4689 > cap(yyv4689) { - yyrg4679 := len(yyv4679) > 0 - yyv24679 := yyv4679 - yyrl4679, yyrt4679 = z.DecInferLen(yyl4679, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4679 { - if yyrl4679 <= cap(yyv4679) { - yyv4679 = yyv4679[:yyrl4679] + yyrg4689 := len(yyv4689) > 0 + yyv24689 := yyv4689 + yyrl4689, yyrt4689 = z.DecInferLen(yyl4689, z.DecBasicHandle().MaxInitLen, 112) + if yyrt4689 { + if yyrl4689 <= cap(yyv4689) { + yyv4689 = yyv4689[:yyrl4689] } else { - yyv4679 = make([]ObjectReference, yyrl4679) + yyv4689 = make([]ObjectReference, yyrl4689) } } else { - yyv4679 = make([]ObjectReference, yyrl4679) + yyv4689 = make([]ObjectReference, yyrl4689) } - yyc4679 = true - yyrr4679 = len(yyv4679) - if yyrg4679 { - copy(yyv4679, yyv24679) + yyc4689 = true + yyrr4689 = len(yyv4689) + if yyrg4689 { + copy(yyv4689, yyv24689) } - } else if yyl4679 != len(yyv4679) { - yyv4679 = yyv4679[:yyl4679] - yyc4679 = true + } else if yyl4689 != len(yyv4689) { + yyv4689 = yyv4689[:yyl4689] + yyc4689 = true } - yyj4679 := 0 - for ; yyj4679 < yyrr4679; yyj4679++ { - yyh4679.ElemContainerState(yyj4679) + yyj4689 := 0 + for ; yyj4689 < yyrr4689; yyj4689++ { + yyh4689.ElemContainerState(yyj4689) if r.TryDecodeAsNil() { - yyv4679[yyj4679] = ObjectReference{} + yyv4689[yyj4689] = ObjectReference{} } else { - yyv4680 := &yyv4679[yyj4679] - yyv4680.CodecDecodeSelf(d) + yyv4690 := &yyv4689[yyj4689] + yyv4690.CodecDecodeSelf(d) } } - if yyrt4679 { - for ; yyj4679 < yyl4679; yyj4679++ { - yyv4679 = append(yyv4679, ObjectReference{}) - yyh4679.ElemContainerState(yyj4679) + if yyrt4689 { + for ; yyj4689 < yyl4689; yyj4689++ { + yyv4689 = append(yyv4689, ObjectReference{}) + yyh4689.ElemContainerState(yyj4689) if r.TryDecodeAsNil() { - yyv4679[yyj4679] = ObjectReference{} + yyv4689[yyj4689] = ObjectReference{} } else { - yyv4681 := &yyv4679[yyj4679] - yyv4681.CodecDecodeSelf(d) + yyv4691 := &yyv4689[yyj4689] + yyv4691.CodecDecodeSelf(d) } } } } else { - yyj4679 := 0 - for ; !r.CheckBreak(); yyj4679++ { + yyj4689 := 0 + for ; !r.CheckBreak(); yyj4689++ { - if yyj4679 >= len(yyv4679) { - yyv4679 = append(yyv4679, ObjectReference{}) // var yyz4679 ObjectReference - yyc4679 = true + if yyj4689 >= len(yyv4689) { + yyv4689 = append(yyv4689, ObjectReference{}) // var yyz4689 ObjectReference + yyc4689 = true } - yyh4679.ElemContainerState(yyj4679) - if yyj4679 < len(yyv4679) { + yyh4689.ElemContainerState(yyj4689) + if yyj4689 < len(yyv4689) { if r.TryDecodeAsNil() { - yyv4679[yyj4679] = ObjectReference{} + yyv4689[yyj4689] = ObjectReference{} } else { - yyv4682 := &yyv4679[yyj4679] - yyv4682.CodecDecodeSelf(d) + yyv4692 := &yyv4689[yyj4689] + yyv4692.CodecDecodeSelf(d) } } else { @@ -59387,17 +59483,17 @@ func (x codecSelfer1234) decSliceObjectReference(v *[]ObjectReference, d *codec1 } } - if yyj4679 < len(yyv4679) { - yyv4679 = yyv4679[:yyj4679] - yyc4679 = true - } else if yyj4679 == 0 && yyv4679 == nil { - yyv4679 = []ObjectReference{} - yyc4679 = true + if yyj4689 < len(yyv4689) { + yyv4689 = yyv4689[:yyj4689] + yyc4689 = true + } else if yyj4689 == 0 && yyv4689 == nil { + yyv4689 = []ObjectReference{} + yyc4689 = true } } - yyh4679.End() - if yyc4679 { - *v = yyv4679 + yyh4689.End() + if yyc4689 { + *v = yyv4689 } } @@ -59406,10 +59502,10 @@ func (x codecSelfer1234) encSliceServiceAccount(v []ServiceAccount, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4683 := range v { + for _, yyv4693 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4684 := &yyv4683 - yy4684.CodecEncodeSelf(e) + yy4694 := &yyv4693 + yy4694.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59419,83 +59515,83 @@ func (x codecSelfer1234) decSliceServiceAccount(v *[]ServiceAccount, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4685 := *v - yyh4685, yyl4685 := z.DecSliceHelperStart() - var yyc4685 bool - if yyl4685 == 0 { - if yyv4685 == nil { - yyv4685 = []ServiceAccount{} - yyc4685 = true - } else if len(yyv4685) != 0 { - yyv4685 = yyv4685[:0] - yyc4685 = true + yyv4695 := *v + yyh4695, yyl4695 := z.DecSliceHelperStart() + var yyc4695 bool + if yyl4695 == 0 { + if yyv4695 == nil { + yyv4695 = []ServiceAccount{} + yyc4695 = true + } else if len(yyv4695) != 0 { + yyv4695 = yyv4695[:0] + yyc4695 = true } - } else if yyl4685 > 0 { - var yyrr4685, yyrl4685 int - var yyrt4685 bool - if yyl4685 > cap(yyv4685) { + } else if yyl4695 > 0 { + var yyrr4695, yyrl4695 int + var yyrt4695 bool + if yyl4695 > cap(yyv4695) { - yyrg4685 := len(yyv4685) > 0 - yyv24685 := yyv4685 - yyrl4685, yyrt4685 = z.DecInferLen(yyl4685, z.DecBasicHandle().MaxInitLen, 304) - if yyrt4685 { - if yyrl4685 <= cap(yyv4685) { - yyv4685 = yyv4685[:yyrl4685] + yyrg4695 := len(yyv4695) > 0 + yyv24695 := yyv4695 + yyrl4695, yyrt4695 = z.DecInferLen(yyl4695, z.DecBasicHandle().MaxInitLen, 304) + if yyrt4695 { + if yyrl4695 <= cap(yyv4695) { + yyv4695 = yyv4695[:yyrl4695] } else { - yyv4685 = make([]ServiceAccount, yyrl4685) + yyv4695 = make([]ServiceAccount, yyrl4695) } } else { - yyv4685 = make([]ServiceAccount, yyrl4685) + yyv4695 = make([]ServiceAccount, yyrl4695) } - yyc4685 = true - yyrr4685 = len(yyv4685) - if yyrg4685 { - copy(yyv4685, yyv24685) + yyc4695 = true + yyrr4695 = len(yyv4695) + if yyrg4695 { + copy(yyv4695, yyv24695) } - } else if yyl4685 != len(yyv4685) { - yyv4685 = yyv4685[:yyl4685] - yyc4685 = true + } else if yyl4695 != len(yyv4695) { + yyv4695 = yyv4695[:yyl4695] + yyc4695 = true } - yyj4685 := 0 - for ; yyj4685 < yyrr4685; yyj4685++ { - yyh4685.ElemContainerState(yyj4685) + yyj4695 := 0 + for ; yyj4695 < yyrr4695; yyj4695++ { + yyh4695.ElemContainerState(yyj4695) if r.TryDecodeAsNil() { - yyv4685[yyj4685] = ServiceAccount{} + yyv4695[yyj4695] = ServiceAccount{} } else { - yyv4686 := &yyv4685[yyj4685] - yyv4686.CodecDecodeSelf(d) + yyv4696 := &yyv4695[yyj4695] + yyv4696.CodecDecodeSelf(d) } } - if yyrt4685 { - for ; yyj4685 < yyl4685; yyj4685++ { - yyv4685 = append(yyv4685, ServiceAccount{}) - yyh4685.ElemContainerState(yyj4685) + if yyrt4695 { + for ; yyj4695 < yyl4695; yyj4695++ { + yyv4695 = append(yyv4695, ServiceAccount{}) + yyh4695.ElemContainerState(yyj4695) if r.TryDecodeAsNil() { - yyv4685[yyj4685] = ServiceAccount{} + yyv4695[yyj4695] = ServiceAccount{} } else { - yyv4687 := &yyv4685[yyj4685] - yyv4687.CodecDecodeSelf(d) + yyv4697 := &yyv4695[yyj4695] + yyv4697.CodecDecodeSelf(d) } } } } else { - yyj4685 := 0 - for ; !r.CheckBreak(); yyj4685++ { + yyj4695 := 0 + for ; !r.CheckBreak(); yyj4695++ { - if yyj4685 >= len(yyv4685) { - yyv4685 = append(yyv4685, ServiceAccount{}) // var yyz4685 ServiceAccount - yyc4685 = true + if yyj4695 >= len(yyv4695) { + yyv4695 = append(yyv4695, ServiceAccount{}) // var yyz4695 ServiceAccount + yyc4695 = true } - yyh4685.ElemContainerState(yyj4685) - if yyj4685 < len(yyv4685) { + yyh4695.ElemContainerState(yyj4695) + if yyj4695 < len(yyv4695) { if r.TryDecodeAsNil() { - yyv4685[yyj4685] = ServiceAccount{} + yyv4695[yyj4695] = ServiceAccount{} } else { - yyv4688 := &yyv4685[yyj4685] - yyv4688.CodecDecodeSelf(d) + yyv4698 := &yyv4695[yyj4695] + yyv4698.CodecDecodeSelf(d) } } else { @@ -59503,17 +59599,17 @@ func (x codecSelfer1234) decSliceServiceAccount(v *[]ServiceAccount, d *codec197 } } - if yyj4685 < len(yyv4685) { - yyv4685 = yyv4685[:yyj4685] - yyc4685 = true - } else if yyj4685 == 0 && yyv4685 == nil { - yyv4685 = []ServiceAccount{} - yyc4685 = true + if yyj4695 < len(yyv4695) { + yyv4695 = yyv4695[:yyj4695] + yyc4695 = true + } else if yyj4695 == 0 && yyv4695 == nil { + yyv4695 = []ServiceAccount{} + yyc4695 = true } } - yyh4685.End() - if yyc4685 { - *v = yyv4685 + yyh4695.End() + if yyc4695 { + *v = yyv4695 } } @@ -59522,10 +59618,10 @@ func (x codecSelfer1234) encSliceEndpointSubset(v []EndpointSubset, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4689 := range v { + for _, yyv4699 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4690 := &yyv4689 - yy4690.CodecEncodeSelf(e) + yy4700 := &yyv4699 + yy4700.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59535,83 +59631,83 @@ func (x codecSelfer1234) decSliceEndpointSubset(v *[]EndpointSubset, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4691 := *v - yyh4691, yyl4691 := z.DecSliceHelperStart() - var yyc4691 bool - if yyl4691 == 0 { - if yyv4691 == nil { - yyv4691 = []EndpointSubset{} - yyc4691 = true - } else if len(yyv4691) != 0 { - yyv4691 = yyv4691[:0] - yyc4691 = true + yyv4701 := *v + yyh4701, yyl4701 := z.DecSliceHelperStart() + var yyc4701 bool + if yyl4701 == 0 { + if yyv4701 == nil { + yyv4701 = []EndpointSubset{} + yyc4701 = true + } else if len(yyv4701) != 0 { + yyv4701 = yyv4701[:0] + yyc4701 = true } - } else if yyl4691 > 0 { - var yyrr4691, yyrl4691 int - var yyrt4691 bool - if yyl4691 > cap(yyv4691) { + } else if yyl4701 > 0 { + var yyrr4701, yyrl4701 int + var yyrt4701 bool + if yyl4701 > cap(yyv4701) { - yyrg4691 := len(yyv4691) > 0 - yyv24691 := yyv4691 - yyrl4691, yyrt4691 = z.DecInferLen(yyl4691, z.DecBasicHandle().MaxInitLen, 72) - if yyrt4691 { - if yyrl4691 <= cap(yyv4691) { - yyv4691 = yyv4691[:yyrl4691] + yyrg4701 := len(yyv4701) > 0 + yyv24701 := yyv4701 + yyrl4701, yyrt4701 = z.DecInferLen(yyl4701, z.DecBasicHandle().MaxInitLen, 72) + if yyrt4701 { + if yyrl4701 <= cap(yyv4701) { + yyv4701 = yyv4701[:yyrl4701] } else { - yyv4691 = make([]EndpointSubset, yyrl4691) + yyv4701 = make([]EndpointSubset, yyrl4701) } } else { - yyv4691 = make([]EndpointSubset, yyrl4691) + yyv4701 = make([]EndpointSubset, yyrl4701) } - yyc4691 = true - yyrr4691 = len(yyv4691) - if yyrg4691 { - copy(yyv4691, yyv24691) + yyc4701 = true + yyrr4701 = len(yyv4701) + if yyrg4701 { + copy(yyv4701, yyv24701) } - } else if yyl4691 != len(yyv4691) { - yyv4691 = yyv4691[:yyl4691] - yyc4691 = true + } else if yyl4701 != len(yyv4701) { + yyv4701 = yyv4701[:yyl4701] + yyc4701 = true } - yyj4691 := 0 - for ; yyj4691 < yyrr4691; yyj4691++ { - yyh4691.ElemContainerState(yyj4691) + yyj4701 := 0 + for ; yyj4701 < yyrr4701; yyj4701++ { + yyh4701.ElemContainerState(yyj4701) if r.TryDecodeAsNil() { - yyv4691[yyj4691] = EndpointSubset{} + yyv4701[yyj4701] = EndpointSubset{} } else { - yyv4692 := &yyv4691[yyj4691] - yyv4692.CodecDecodeSelf(d) + yyv4702 := &yyv4701[yyj4701] + yyv4702.CodecDecodeSelf(d) } } - if yyrt4691 { - for ; yyj4691 < yyl4691; yyj4691++ { - yyv4691 = append(yyv4691, EndpointSubset{}) - yyh4691.ElemContainerState(yyj4691) + if yyrt4701 { + for ; yyj4701 < yyl4701; yyj4701++ { + yyv4701 = append(yyv4701, EndpointSubset{}) + yyh4701.ElemContainerState(yyj4701) if r.TryDecodeAsNil() { - yyv4691[yyj4691] = EndpointSubset{} + yyv4701[yyj4701] = EndpointSubset{} } else { - yyv4693 := &yyv4691[yyj4691] - yyv4693.CodecDecodeSelf(d) + yyv4703 := &yyv4701[yyj4701] + yyv4703.CodecDecodeSelf(d) } } } } else { - yyj4691 := 0 - for ; !r.CheckBreak(); yyj4691++ { + yyj4701 := 0 + for ; !r.CheckBreak(); yyj4701++ { - if yyj4691 >= len(yyv4691) { - yyv4691 = append(yyv4691, EndpointSubset{}) // var yyz4691 EndpointSubset - yyc4691 = true + if yyj4701 >= len(yyv4701) { + yyv4701 = append(yyv4701, EndpointSubset{}) // var yyz4701 EndpointSubset + yyc4701 = true } - yyh4691.ElemContainerState(yyj4691) - if yyj4691 < len(yyv4691) { + yyh4701.ElemContainerState(yyj4701) + if yyj4701 < len(yyv4701) { if r.TryDecodeAsNil() { - yyv4691[yyj4691] = EndpointSubset{} + yyv4701[yyj4701] = EndpointSubset{} } else { - yyv4694 := &yyv4691[yyj4691] - yyv4694.CodecDecodeSelf(d) + yyv4704 := &yyv4701[yyj4701] + yyv4704.CodecDecodeSelf(d) } } else { @@ -59619,17 +59715,17 @@ func (x codecSelfer1234) decSliceEndpointSubset(v *[]EndpointSubset, d *codec197 } } - if yyj4691 < len(yyv4691) { - yyv4691 = yyv4691[:yyj4691] - yyc4691 = true - } else if yyj4691 == 0 && yyv4691 == nil { - yyv4691 = []EndpointSubset{} - yyc4691 = true + if yyj4701 < len(yyv4701) { + yyv4701 = yyv4701[:yyj4701] + yyc4701 = true + } else if yyj4701 == 0 && yyv4701 == nil { + yyv4701 = []EndpointSubset{} + yyc4701 = true } } - yyh4691.End() - if yyc4691 { - *v = yyv4691 + yyh4701.End() + if yyc4701 { + *v = yyv4701 } } @@ -59638,10 +59734,10 @@ func (x codecSelfer1234) encSliceEndpointAddress(v []EndpointAddress, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4695 := range v { + for _, yyv4705 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4696 := &yyv4695 - yy4696.CodecEncodeSelf(e) + yy4706 := &yyv4705 + yy4706.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59651,83 +59747,83 @@ func (x codecSelfer1234) decSliceEndpointAddress(v *[]EndpointAddress, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4697 := *v - yyh4697, yyl4697 := z.DecSliceHelperStart() - var yyc4697 bool - if yyl4697 == 0 { - if yyv4697 == nil { - yyv4697 = []EndpointAddress{} - yyc4697 = true - } else if len(yyv4697) != 0 { - yyv4697 = yyv4697[:0] - yyc4697 = true + yyv4707 := *v + yyh4707, yyl4707 := z.DecSliceHelperStart() + var yyc4707 bool + if yyl4707 == 0 { + if yyv4707 == nil { + yyv4707 = []EndpointAddress{} + yyc4707 = true + } else if len(yyv4707) != 0 { + yyv4707 = yyv4707[:0] + yyc4707 = true } - } else if yyl4697 > 0 { - var yyrr4697, yyrl4697 int - var yyrt4697 bool - if yyl4697 > cap(yyv4697) { + } else if yyl4707 > 0 { + var yyrr4707, yyrl4707 int + var yyrt4707 bool + if yyl4707 > cap(yyv4707) { - yyrg4697 := len(yyv4697) > 0 - yyv24697 := yyv4697 - yyrl4697, yyrt4697 = z.DecInferLen(yyl4697, z.DecBasicHandle().MaxInitLen, 48) - if yyrt4697 { - if yyrl4697 <= cap(yyv4697) { - yyv4697 = yyv4697[:yyrl4697] + yyrg4707 := len(yyv4707) > 0 + yyv24707 := yyv4707 + yyrl4707, yyrt4707 = z.DecInferLen(yyl4707, z.DecBasicHandle().MaxInitLen, 48) + if yyrt4707 { + if yyrl4707 <= cap(yyv4707) { + yyv4707 = yyv4707[:yyrl4707] } else { - yyv4697 = make([]EndpointAddress, yyrl4697) + yyv4707 = make([]EndpointAddress, yyrl4707) } } else { - yyv4697 = make([]EndpointAddress, yyrl4697) + yyv4707 = make([]EndpointAddress, yyrl4707) } - yyc4697 = true - yyrr4697 = len(yyv4697) - if yyrg4697 { - copy(yyv4697, yyv24697) + yyc4707 = true + yyrr4707 = len(yyv4707) + if yyrg4707 { + copy(yyv4707, yyv24707) } - } else if yyl4697 != len(yyv4697) { - yyv4697 = yyv4697[:yyl4697] - yyc4697 = true + } else if yyl4707 != len(yyv4707) { + yyv4707 = yyv4707[:yyl4707] + yyc4707 = true } - yyj4697 := 0 - for ; yyj4697 < yyrr4697; yyj4697++ { - yyh4697.ElemContainerState(yyj4697) + yyj4707 := 0 + for ; yyj4707 < yyrr4707; yyj4707++ { + yyh4707.ElemContainerState(yyj4707) if r.TryDecodeAsNil() { - yyv4697[yyj4697] = EndpointAddress{} + yyv4707[yyj4707] = EndpointAddress{} } else { - yyv4698 := &yyv4697[yyj4697] - yyv4698.CodecDecodeSelf(d) + yyv4708 := &yyv4707[yyj4707] + yyv4708.CodecDecodeSelf(d) } } - if yyrt4697 { - for ; yyj4697 < yyl4697; yyj4697++ { - yyv4697 = append(yyv4697, EndpointAddress{}) - yyh4697.ElemContainerState(yyj4697) + if yyrt4707 { + for ; yyj4707 < yyl4707; yyj4707++ { + yyv4707 = append(yyv4707, EndpointAddress{}) + yyh4707.ElemContainerState(yyj4707) if r.TryDecodeAsNil() { - yyv4697[yyj4697] = EndpointAddress{} + yyv4707[yyj4707] = EndpointAddress{} } else { - yyv4699 := &yyv4697[yyj4697] - yyv4699.CodecDecodeSelf(d) + yyv4709 := &yyv4707[yyj4707] + yyv4709.CodecDecodeSelf(d) } } } } else { - yyj4697 := 0 - for ; !r.CheckBreak(); yyj4697++ { + yyj4707 := 0 + for ; !r.CheckBreak(); yyj4707++ { - if yyj4697 >= len(yyv4697) { - yyv4697 = append(yyv4697, EndpointAddress{}) // var yyz4697 EndpointAddress - yyc4697 = true + if yyj4707 >= len(yyv4707) { + yyv4707 = append(yyv4707, EndpointAddress{}) // var yyz4707 EndpointAddress + yyc4707 = true } - yyh4697.ElemContainerState(yyj4697) - if yyj4697 < len(yyv4697) { + yyh4707.ElemContainerState(yyj4707) + if yyj4707 < len(yyv4707) { if r.TryDecodeAsNil() { - yyv4697[yyj4697] = EndpointAddress{} + yyv4707[yyj4707] = EndpointAddress{} } else { - yyv4700 := &yyv4697[yyj4697] - yyv4700.CodecDecodeSelf(d) + yyv4710 := &yyv4707[yyj4707] + yyv4710.CodecDecodeSelf(d) } } else { @@ -59735,17 +59831,17 @@ func (x codecSelfer1234) decSliceEndpointAddress(v *[]EndpointAddress, d *codec1 } } - if yyj4697 < len(yyv4697) { - yyv4697 = yyv4697[:yyj4697] - yyc4697 = true - } else if yyj4697 == 0 && yyv4697 == nil { - yyv4697 = []EndpointAddress{} - yyc4697 = true + if yyj4707 < len(yyv4707) { + yyv4707 = yyv4707[:yyj4707] + yyc4707 = true + } else if yyj4707 == 0 && yyv4707 == nil { + yyv4707 = []EndpointAddress{} + yyc4707 = true } } - yyh4697.End() - if yyc4697 { - *v = yyv4697 + yyh4707.End() + if yyc4707 { + *v = yyv4707 } } @@ -59754,10 +59850,10 @@ func (x codecSelfer1234) encSliceEndpointPort(v []EndpointPort, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4701 := range v { + for _, yyv4711 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4702 := &yyv4701 - yy4702.CodecEncodeSelf(e) + yy4712 := &yyv4711 + yy4712.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59767,83 +59863,83 @@ func (x codecSelfer1234) decSliceEndpointPort(v *[]EndpointPort, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4703 := *v - yyh4703, yyl4703 := z.DecSliceHelperStart() - var yyc4703 bool - if yyl4703 == 0 { - if yyv4703 == nil { - yyv4703 = []EndpointPort{} - yyc4703 = true - } else if len(yyv4703) != 0 { - yyv4703 = yyv4703[:0] - yyc4703 = true + yyv4713 := *v + yyh4713, yyl4713 := z.DecSliceHelperStart() + var yyc4713 bool + if yyl4713 == 0 { + if yyv4713 == nil { + yyv4713 = []EndpointPort{} + yyc4713 = true + } else if len(yyv4713) != 0 { + yyv4713 = yyv4713[:0] + yyc4713 = true } - } else if yyl4703 > 0 { - var yyrr4703, yyrl4703 int - var yyrt4703 bool - if yyl4703 > cap(yyv4703) { + } else if yyl4713 > 0 { + var yyrr4713, yyrl4713 int + var yyrt4713 bool + if yyl4713 > cap(yyv4713) { - yyrg4703 := len(yyv4703) > 0 - yyv24703 := yyv4703 - yyrl4703, yyrt4703 = z.DecInferLen(yyl4703, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4703 { - if yyrl4703 <= cap(yyv4703) { - yyv4703 = yyv4703[:yyrl4703] + yyrg4713 := len(yyv4713) > 0 + yyv24713 := yyv4713 + yyrl4713, yyrt4713 = z.DecInferLen(yyl4713, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4713 { + if yyrl4713 <= cap(yyv4713) { + yyv4713 = yyv4713[:yyrl4713] } else { - yyv4703 = make([]EndpointPort, yyrl4703) + yyv4713 = make([]EndpointPort, yyrl4713) } } else { - yyv4703 = make([]EndpointPort, yyrl4703) + yyv4713 = make([]EndpointPort, yyrl4713) } - yyc4703 = true - yyrr4703 = len(yyv4703) - if yyrg4703 { - copy(yyv4703, yyv24703) + yyc4713 = true + yyrr4713 = len(yyv4713) + if yyrg4713 { + copy(yyv4713, yyv24713) } - } else if yyl4703 != len(yyv4703) { - yyv4703 = yyv4703[:yyl4703] - yyc4703 = true + } else if yyl4713 != len(yyv4713) { + yyv4713 = yyv4713[:yyl4713] + yyc4713 = true } - yyj4703 := 0 - for ; yyj4703 < yyrr4703; yyj4703++ { - yyh4703.ElemContainerState(yyj4703) + yyj4713 := 0 + for ; yyj4713 < yyrr4713; yyj4713++ { + yyh4713.ElemContainerState(yyj4713) if r.TryDecodeAsNil() { - yyv4703[yyj4703] = EndpointPort{} + yyv4713[yyj4713] = EndpointPort{} } else { - yyv4704 := &yyv4703[yyj4703] - yyv4704.CodecDecodeSelf(d) + yyv4714 := &yyv4713[yyj4713] + yyv4714.CodecDecodeSelf(d) } } - if yyrt4703 { - for ; yyj4703 < yyl4703; yyj4703++ { - yyv4703 = append(yyv4703, EndpointPort{}) - yyh4703.ElemContainerState(yyj4703) + if yyrt4713 { + for ; yyj4713 < yyl4713; yyj4713++ { + yyv4713 = append(yyv4713, EndpointPort{}) + yyh4713.ElemContainerState(yyj4713) if r.TryDecodeAsNil() { - yyv4703[yyj4703] = EndpointPort{} + yyv4713[yyj4713] = EndpointPort{} } else { - yyv4705 := &yyv4703[yyj4703] - yyv4705.CodecDecodeSelf(d) + yyv4715 := &yyv4713[yyj4713] + yyv4715.CodecDecodeSelf(d) } } } } else { - yyj4703 := 0 - for ; !r.CheckBreak(); yyj4703++ { + yyj4713 := 0 + for ; !r.CheckBreak(); yyj4713++ { - if yyj4703 >= len(yyv4703) { - yyv4703 = append(yyv4703, EndpointPort{}) // var yyz4703 EndpointPort - yyc4703 = true + if yyj4713 >= len(yyv4713) { + yyv4713 = append(yyv4713, EndpointPort{}) // var yyz4713 EndpointPort + yyc4713 = true } - yyh4703.ElemContainerState(yyj4703) - if yyj4703 < len(yyv4703) { + yyh4713.ElemContainerState(yyj4713) + if yyj4713 < len(yyv4713) { if r.TryDecodeAsNil() { - yyv4703[yyj4703] = EndpointPort{} + yyv4713[yyj4713] = EndpointPort{} } else { - yyv4706 := &yyv4703[yyj4703] - yyv4706.CodecDecodeSelf(d) + yyv4716 := &yyv4713[yyj4713] + yyv4716.CodecDecodeSelf(d) } } else { @@ -59851,17 +59947,17 @@ func (x codecSelfer1234) decSliceEndpointPort(v *[]EndpointPort, d *codec1978.De } } - if yyj4703 < len(yyv4703) { - yyv4703 = yyv4703[:yyj4703] - yyc4703 = true - } else if yyj4703 == 0 && yyv4703 == nil { - yyv4703 = []EndpointPort{} - yyc4703 = true + if yyj4713 < len(yyv4713) { + yyv4713 = yyv4713[:yyj4713] + yyc4713 = true + } else if yyj4713 == 0 && yyv4713 == nil { + yyv4713 = []EndpointPort{} + yyc4713 = true } } - yyh4703.End() - if yyc4703 { - *v = yyv4703 + yyh4713.End() + if yyc4713 { + *v = yyv4713 } } @@ -59870,10 +59966,10 @@ func (x codecSelfer1234) encSliceEndpoints(v []Endpoints, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4707 := range v { + for _, yyv4717 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4708 := &yyv4707 - yy4708.CodecEncodeSelf(e) + yy4718 := &yyv4717 + yy4718.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59883,83 +59979,83 @@ func (x codecSelfer1234) decSliceEndpoints(v *[]Endpoints, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4709 := *v - yyh4709, yyl4709 := z.DecSliceHelperStart() - var yyc4709 bool - if yyl4709 == 0 { - if yyv4709 == nil { - yyv4709 = []Endpoints{} - yyc4709 = true - } else if len(yyv4709) != 0 { - yyv4709 = yyv4709[:0] - yyc4709 = true + yyv4719 := *v + yyh4719, yyl4719 := z.DecSliceHelperStart() + var yyc4719 bool + if yyl4719 == 0 { + if yyv4719 == nil { + yyv4719 = []Endpoints{} + yyc4719 = true + } else if len(yyv4719) != 0 { + yyv4719 = yyv4719[:0] + yyc4719 = true } - } else if yyl4709 > 0 { - var yyrr4709, yyrl4709 int - var yyrt4709 bool - if yyl4709 > cap(yyv4709) { + } else if yyl4719 > 0 { + var yyrr4719, yyrl4719 int + var yyrt4719 bool + if yyl4719 > cap(yyv4719) { - yyrg4709 := len(yyv4709) > 0 - yyv24709 := yyv4709 - yyrl4709, yyrt4709 = z.DecInferLen(yyl4709, z.DecBasicHandle().MaxInitLen, 280) - if yyrt4709 { - if yyrl4709 <= cap(yyv4709) { - yyv4709 = yyv4709[:yyrl4709] + yyrg4719 := len(yyv4719) > 0 + yyv24719 := yyv4719 + yyrl4719, yyrt4719 = z.DecInferLen(yyl4719, z.DecBasicHandle().MaxInitLen, 280) + if yyrt4719 { + if yyrl4719 <= cap(yyv4719) { + yyv4719 = yyv4719[:yyrl4719] } else { - yyv4709 = make([]Endpoints, yyrl4709) + yyv4719 = make([]Endpoints, yyrl4719) } } else { - yyv4709 = make([]Endpoints, yyrl4709) + yyv4719 = make([]Endpoints, yyrl4719) } - yyc4709 = true - yyrr4709 = len(yyv4709) - if yyrg4709 { - copy(yyv4709, yyv24709) + yyc4719 = true + yyrr4719 = len(yyv4719) + if yyrg4719 { + copy(yyv4719, yyv24719) } - } else if yyl4709 != len(yyv4709) { - yyv4709 = yyv4709[:yyl4709] - yyc4709 = true + } else if yyl4719 != len(yyv4719) { + yyv4719 = yyv4719[:yyl4719] + yyc4719 = true } - yyj4709 := 0 - for ; yyj4709 < yyrr4709; yyj4709++ { - yyh4709.ElemContainerState(yyj4709) + yyj4719 := 0 + for ; yyj4719 < yyrr4719; yyj4719++ { + yyh4719.ElemContainerState(yyj4719) if r.TryDecodeAsNil() { - yyv4709[yyj4709] = Endpoints{} + yyv4719[yyj4719] = Endpoints{} } else { - yyv4710 := &yyv4709[yyj4709] - yyv4710.CodecDecodeSelf(d) + yyv4720 := &yyv4719[yyj4719] + yyv4720.CodecDecodeSelf(d) } } - if yyrt4709 { - for ; yyj4709 < yyl4709; yyj4709++ { - yyv4709 = append(yyv4709, Endpoints{}) - yyh4709.ElemContainerState(yyj4709) + if yyrt4719 { + for ; yyj4719 < yyl4719; yyj4719++ { + yyv4719 = append(yyv4719, Endpoints{}) + yyh4719.ElemContainerState(yyj4719) if r.TryDecodeAsNil() { - yyv4709[yyj4709] = Endpoints{} + yyv4719[yyj4719] = Endpoints{} } else { - yyv4711 := &yyv4709[yyj4709] - yyv4711.CodecDecodeSelf(d) + yyv4721 := &yyv4719[yyj4719] + yyv4721.CodecDecodeSelf(d) } } } } else { - yyj4709 := 0 - for ; !r.CheckBreak(); yyj4709++ { + yyj4719 := 0 + for ; !r.CheckBreak(); yyj4719++ { - if yyj4709 >= len(yyv4709) { - yyv4709 = append(yyv4709, Endpoints{}) // var yyz4709 Endpoints - yyc4709 = true + if yyj4719 >= len(yyv4719) { + yyv4719 = append(yyv4719, Endpoints{}) // var yyz4719 Endpoints + yyc4719 = true } - yyh4709.ElemContainerState(yyj4709) - if yyj4709 < len(yyv4709) { + yyh4719.ElemContainerState(yyj4719) + if yyj4719 < len(yyv4719) { if r.TryDecodeAsNil() { - yyv4709[yyj4709] = Endpoints{} + yyv4719[yyj4719] = Endpoints{} } else { - yyv4712 := &yyv4709[yyj4709] - yyv4712.CodecDecodeSelf(d) + yyv4722 := &yyv4719[yyj4719] + yyv4722.CodecDecodeSelf(d) } } else { @@ -59967,17 +60063,17 @@ func (x codecSelfer1234) decSliceEndpoints(v *[]Endpoints, d *codec1978.Decoder) } } - if yyj4709 < len(yyv4709) { - yyv4709 = yyv4709[:yyj4709] - yyc4709 = true - } else if yyj4709 == 0 && yyv4709 == nil { - yyv4709 = []Endpoints{} - yyc4709 = true + if yyj4719 < len(yyv4719) { + yyv4719 = yyv4719[:yyj4719] + yyc4719 = true + } else if yyj4719 == 0 && yyv4719 == nil { + yyv4719 = []Endpoints{} + yyc4719 = true } } - yyh4709.End() - if yyc4709 { - *v = yyv4709 + yyh4719.End() + if yyc4719 { + *v = yyv4719 } } @@ -59986,10 +60082,10 @@ func (x codecSelfer1234) encSliceNodeCondition(v []NodeCondition, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4713 := range v { + for _, yyv4723 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4714 := &yyv4713 - yy4714.CodecEncodeSelf(e) + yy4724 := &yyv4723 + yy4724.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59999,83 +60095,83 @@ func (x codecSelfer1234) decSliceNodeCondition(v *[]NodeCondition, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4715 := *v - yyh4715, yyl4715 := z.DecSliceHelperStart() - var yyc4715 bool - if yyl4715 == 0 { - if yyv4715 == nil { - yyv4715 = []NodeCondition{} - yyc4715 = true - } else if len(yyv4715) != 0 { - yyv4715 = yyv4715[:0] - yyc4715 = true + yyv4725 := *v + yyh4725, yyl4725 := z.DecSliceHelperStart() + var yyc4725 bool + if yyl4725 == 0 { + if yyv4725 == nil { + yyv4725 = []NodeCondition{} + yyc4725 = true + } else if len(yyv4725) != 0 { + yyv4725 = yyv4725[:0] + yyc4725 = true } - } else if yyl4715 > 0 { - var yyrr4715, yyrl4715 int - var yyrt4715 bool - if yyl4715 > cap(yyv4715) { + } else if yyl4725 > 0 { + var yyrr4725, yyrl4725 int + var yyrt4725 bool + if yyl4725 > cap(yyv4725) { - yyrg4715 := len(yyv4715) > 0 - yyv24715 := yyv4715 - yyrl4715, yyrt4715 = z.DecInferLen(yyl4715, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4715 { - if yyrl4715 <= cap(yyv4715) { - yyv4715 = yyv4715[:yyrl4715] + yyrg4725 := len(yyv4725) > 0 + yyv24725 := yyv4725 + yyrl4725, yyrt4725 = z.DecInferLen(yyl4725, z.DecBasicHandle().MaxInitLen, 112) + if yyrt4725 { + if yyrl4725 <= cap(yyv4725) { + yyv4725 = yyv4725[:yyrl4725] } else { - yyv4715 = make([]NodeCondition, yyrl4715) + yyv4725 = make([]NodeCondition, yyrl4725) } } else { - yyv4715 = make([]NodeCondition, yyrl4715) + yyv4725 = make([]NodeCondition, yyrl4725) } - yyc4715 = true - yyrr4715 = len(yyv4715) - if yyrg4715 { - copy(yyv4715, yyv24715) + yyc4725 = true + yyrr4725 = len(yyv4725) + if yyrg4725 { + copy(yyv4725, yyv24725) } - } else if yyl4715 != len(yyv4715) { - yyv4715 = yyv4715[:yyl4715] - yyc4715 = true + } else if yyl4725 != len(yyv4725) { + yyv4725 = yyv4725[:yyl4725] + yyc4725 = true } - yyj4715 := 0 - for ; yyj4715 < yyrr4715; yyj4715++ { - yyh4715.ElemContainerState(yyj4715) + yyj4725 := 0 + for ; yyj4725 < yyrr4725; yyj4725++ { + yyh4725.ElemContainerState(yyj4725) if r.TryDecodeAsNil() { - yyv4715[yyj4715] = NodeCondition{} + yyv4725[yyj4725] = NodeCondition{} } else { - yyv4716 := &yyv4715[yyj4715] - yyv4716.CodecDecodeSelf(d) + yyv4726 := &yyv4725[yyj4725] + yyv4726.CodecDecodeSelf(d) } } - if yyrt4715 { - for ; yyj4715 < yyl4715; yyj4715++ { - yyv4715 = append(yyv4715, NodeCondition{}) - yyh4715.ElemContainerState(yyj4715) + if yyrt4725 { + for ; yyj4725 < yyl4725; yyj4725++ { + yyv4725 = append(yyv4725, NodeCondition{}) + yyh4725.ElemContainerState(yyj4725) if r.TryDecodeAsNil() { - yyv4715[yyj4715] = NodeCondition{} + yyv4725[yyj4725] = NodeCondition{} } else { - yyv4717 := &yyv4715[yyj4715] - yyv4717.CodecDecodeSelf(d) + yyv4727 := &yyv4725[yyj4725] + yyv4727.CodecDecodeSelf(d) } } } } else { - yyj4715 := 0 - for ; !r.CheckBreak(); yyj4715++ { + yyj4725 := 0 + for ; !r.CheckBreak(); yyj4725++ { - if yyj4715 >= len(yyv4715) { - yyv4715 = append(yyv4715, NodeCondition{}) // var yyz4715 NodeCondition - yyc4715 = true + if yyj4725 >= len(yyv4725) { + yyv4725 = append(yyv4725, NodeCondition{}) // var yyz4725 NodeCondition + yyc4725 = true } - yyh4715.ElemContainerState(yyj4715) - if yyj4715 < len(yyv4715) { + yyh4725.ElemContainerState(yyj4725) + if yyj4725 < len(yyv4725) { if r.TryDecodeAsNil() { - yyv4715[yyj4715] = NodeCondition{} + yyv4725[yyj4725] = NodeCondition{} } else { - yyv4718 := &yyv4715[yyj4715] - yyv4718.CodecDecodeSelf(d) + yyv4728 := &yyv4725[yyj4725] + yyv4728.CodecDecodeSelf(d) } } else { @@ -60083,17 +60179,17 @@ func (x codecSelfer1234) decSliceNodeCondition(v *[]NodeCondition, d *codec1978. } } - if yyj4715 < len(yyv4715) { - yyv4715 = yyv4715[:yyj4715] - yyc4715 = true - } else if yyj4715 == 0 && yyv4715 == nil { - yyv4715 = []NodeCondition{} - yyc4715 = true + if yyj4725 < len(yyv4725) { + yyv4725 = yyv4725[:yyj4725] + yyc4725 = true + } else if yyj4725 == 0 && yyv4725 == nil { + yyv4725 = []NodeCondition{} + yyc4725 = true } } - yyh4715.End() - if yyc4715 { - *v = yyv4715 + yyh4725.End() + if yyc4725 { + *v = yyv4725 } } @@ -60102,10 +60198,10 @@ func (x codecSelfer1234) encSliceNodeAddress(v []NodeAddress, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4719 := range v { + for _, yyv4729 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4720 := &yyv4719 - yy4720.CodecEncodeSelf(e) + yy4730 := &yyv4729 + yy4730.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60115,83 +60211,83 @@ func (x codecSelfer1234) decSliceNodeAddress(v *[]NodeAddress, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4721 := *v - yyh4721, yyl4721 := z.DecSliceHelperStart() - var yyc4721 bool - if yyl4721 == 0 { - if yyv4721 == nil { - yyv4721 = []NodeAddress{} - yyc4721 = true - } else if len(yyv4721) != 0 { - yyv4721 = yyv4721[:0] - yyc4721 = true + yyv4731 := *v + yyh4731, yyl4731 := z.DecSliceHelperStart() + var yyc4731 bool + if yyl4731 == 0 { + if yyv4731 == nil { + yyv4731 = []NodeAddress{} + yyc4731 = true + } else if len(yyv4731) != 0 { + yyv4731 = yyv4731[:0] + yyc4731 = true } - } else if yyl4721 > 0 { - var yyrr4721, yyrl4721 int - var yyrt4721 bool - if yyl4721 > cap(yyv4721) { + } else if yyl4731 > 0 { + var yyrr4731, yyrl4731 int + var yyrt4731 bool + if yyl4731 > cap(yyv4731) { - yyrg4721 := len(yyv4721) > 0 - yyv24721 := yyv4721 - yyrl4721, yyrt4721 = z.DecInferLen(yyl4721, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4721 { - if yyrl4721 <= cap(yyv4721) { - yyv4721 = yyv4721[:yyrl4721] + yyrg4731 := len(yyv4731) > 0 + yyv24731 := yyv4731 + yyrl4731, yyrt4731 = z.DecInferLen(yyl4731, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4731 { + if yyrl4731 <= cap(yyv4731) { + yyv4731 = yyv4731[:yyrl4731] } else { - yyv4721 = make([]NodeAddress, yyrl4721) + yyv4731 = make([]NodeAddress, yyrl4731) } } else { - yyv4721 = make([]NodeAddress, yyrl4721) + yyv4731 = make([]NodeAddress, yyrl4731) } - yyc4721 = true - yyrr4721 = len(yyv4721) - if yyrg4721 { - copy(yyv4721, yyv24721) + yyc4731 = true + yyrr4731 = len(yyv4731) + if yyrg4731 { + copy(yyv4731, yyv24731) } - } else if yyl4721 != len(yyv4721) { - yyv4721 = yyv4721[:yyl4721] - yyc4721 = true + } else if yyl4731 != len(yyv4731) { + yyv4731 = yyv4731[:yyl4731] + yyc4731 = true } - yyj4721 := 0 - for ; yyj4721 < yyrr4721; yyj4721++ { - yyh4721.ElemContainerState(yyj4721) + yyj4731 := 0 + for ; yyj4731 < yyrr4731; yyj4731++ { + yyh4731.ElemContainerState(yyj4731) if r.TryDecodeAsNil() { - yyv4721[yyj4721] = NodeAddress{} + yyv4731[yyj4731] = NodeAddress{} } else { - yyv4722 := &yyv4721[yyj4721] - yyv4722.CodecDecodeSelf(d) + yyv4732 := &yyv4731[yyj4731] + yyv4732.CodecDecodeSelf(d) } } - if yyrt4721 { - for ; yyj4721 < yyl4721; yyj4721++ { - yyv4721 = append(yyv4721, NodeAddress{}) - yyh4721.ElemContainerState(yyj4721) + if yyrt4731 { + for ; yyj4731 < yyl4731; yyj4731++ { + yyv4731 = append(yyv4731, NodeAddress{}) + yyh4731.ElemContainerState(yyj4731) if r.TryDecodeAsNil() { - yyv4721[yyj4721] = NodeAddress{} + yyv4731[yyj4731] = NodeAddress{} } else { - yyv4723 := &yyv4721[yyj4721] - yyv4723.CodecDecodeSelf(d) + yyv4733 := &yyv4731[yyj4731] + yyv4733.CodecDecodeSelf(d) } } } } else { - yyj4721 := 0 - for ; !r.CheckBreak(); yyj4721++ { + yyj4731 := 0 + for ; !r.CheckBreak(); yyj4731++ { - if yyj4721 >= len(yyv4721) { - yyv4721 = append(yyv4721, NodeAddress{}) // var yyz4721 NodeAddress - yyc4721 = true + if yyj4731 >= len(yyv4731) { + yyv4731 = append(yyv4731, NodeAddress{}) // var yyz4731 NodeAddress + yyc4731 = true } - yyh4721.ElemContainerState(yyj4721) - if yyj4721 < len(yyv4721) { + yyh4731.ElemContainerState(yyj4731) + if yyj4731 < len(yyv4731) { if r.TryDecodeAsNil() { - yyv4721[yyj4721] = NodeAddress{} + yyv4731[yyj4731] = NodeAddress{} } else { - yyv4724 := &yyv4721[yyj4721] - yyv4724.CodecDecodeSelf(d) + yyv4734 := &yyv4731[yyj4731] + yyv4734.CodecDecodeSelf(d) } } else { @@ -60199,17 +60295,17 @@ func (x codecSelfer1234) decSliceNodeAddress(v *[]NodeAddress, d *codec1978.Deco } } - if yyj4721 < len(yyv4721) { - yyv4721 = yyv4721[:yyj4721] - yyc4721 = true - } else if yyj4721 == 0 && yyv4721 == nil { - yyv4721 = []NodeAddress{} - yyc4721 = true + if yyj4731 < len(yyv4731) { + yyv4731 = yyv4731[:yyj4731] + yyc4731 = true + } else if yyj4731 == 0 && yyv4731 == nil { + yyv4731 = []NodeAddress{} + yyc4731 = true } } - yyh4721.End() - if yyc4721 { - *v = yyv4721 + yyh4731.End() + if yyc4731 { + *v = yyv4731 } } @@ -60218,10 +60314,10 @@ func (x codecSelfer1234) encSliceContainerImage(v []ContainerImage, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4725 := range v { + for _, yyv4735 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4726 := &yyv4725 - yy4726.CodecEncodeSelf(e) + yy4736 := &yyv4735 + yy4736.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60231,83 +60327,83 @@ func (x codecSelfer1234) decSliceContainerImage(v *[]ContainerImage, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4727 := *v - yyh4727, yyl4727 := z.DecSliceHelperStart() - var yyc4727 bool - if yyl4727 == 0 { - if yyv4727 == nil { - yyv4727 = []ContainerImage{} - yyc4727 = true - } else if len(yyv4727) != 0 { - yyv4727 = yyv4727[:0] - yyc4727 = true + yyv4737 := *v + yyh4737, yyl4737 := z.DecSliceHelperStart() + var yyc4737 bool + if yyl4737 == 0 { + if yyv4737 == nil { + yyv4737 = []ContainerImage{} + yyc4737 = true + } else if len(yyv4737) != 0 { + yyv4737 = yyv4737[:0] + yyc4737 = true } - } else if yyl4727 > 0 { - var yyrr4727, yyrl4727 int - var yyrt4727 bool - if yyl4727 > cap(yyv4727) { + } else if yyl4737 > 0 { + var yyrr4737, yyrl4737 int + var yyrt4737 bool + if yyl4737 > cap(yyv4737) { - yyrg4727 := len(yyv4727) > 0 - yyv24727 := yyv4727 - yyrl4727, yyrt4727 = z.DecInferLen(yyl4727, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4727 { - if yyrl4727 <= cap(yyv4727) { - yyv4727 = yyv4727[:yyrl4727] + yyrg4737 := len(yyv4737) > 0 + yyv24737 := yyv4737 + yyrl4737, yyrt4737 = z.DecInferLen(yyl4737, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4737 { + if yyrl4737 <= cap(yyv4737) { + yyv4737 = yyv4737[:yyrl4737] } else { - yyv4727 = make([]ContainerImage, yyrl4727) + yyv4737 = make([]ContainerImage, yyrl4737) } } else { - yyv4727 = make([]ContainerImage, yyrl4727) + yyv4737 = make([]ContainerImage, yyrl4737) } - yyc4727 = true - yyrr4727 = len(yyv4727) - if yyrg4727 { - copy(yyv4727, yyv24727) + yyc4737 = true + yyrr4737 = len(yyv4737) + if yyrg4737 { + copy(yyv4737, yyv24737) } - } else if yyl4727 != len(yyv4727) { - yyv4727 = yyv4727[:yyl4727] - yyc4727 = true + } else if yyl4737 != len(yyv4737) { + yyv4737 = yyv4737[:yyl4737] + yyc4737 = true } - yyj4727 := 0 - for ; yyj4727 < yyrr4727; yyj4727++ { - yyh4727.ElemContainerState(yyj4727) + yyj4737 := 0 + for ; yyj4737 < yyrr4737; yyj4737++ { + yyh4737.ElemContainerState(yyj4737) if r.TryDecodeAsNil() { - yyv4727[yyj4727] = ContainerImage{} + yyv4737[yyj4737] = ContainerImage{} } else { - yyv4728 := &yyv4727[yyj4727] - yyv4728.CodecDecodeSelf(d) + yyv4738 := &yyv4737[yyj4737] + yyv4738.CodecDecodeSelf(d) } } - if yyrt4727 { - for ; yyj4727 < yyl4727; yyj4727++ { - yyv4727 = append(yyv4727, ContainerImage{}) - yyh4727.ElemContainerState(yyj4727) + if yyrt4737 { + for ; yyj4737 < yyl4737; yyj4737++ { + yyv4737 = append(yyv4737, ContainerImage{}) + yyh4737.ElemContainerState(yyj4737) if r.TryDecodeAsNil() { - yyv4727[yyj4727] = ContainerImage{} + yyv4737[yyj4737] = ContainerImage{} } else { - yyv4729 := &yyv4727[yyj4727] - yyv4729.CodecDecodeSelf(d) + yyv4739 := &yyv4737[yyj4737] + yyv4739.CodecDecodeSelf(d) } } } } else { - yyj4727 := 0 - for ; !r.CheckBreak(); yyj4727++ { + yyj4737 := 0 + for ; !r.CheckBreak(); yyj4737++ { - if yyj4727 >= len(yyv4727) { - yyv4727 = append(yyv4727, ContainerImage{}) // var yyz4727 ContainerImage - yyc4727 = true + if yyj4737 >= len(yyv4737) { + yyv4737 = append(yyv4737, ContainerImage{}) // var yyz4737 ContainerImage + yyc4737 = true } - yyh4727.ElemContainerState(yyj4727) - if yyj4727 < len(yyv4727) { + yyh4737.ElemContainerState(yyj4737) + if yyj4737 < len(yyv4737) { if r.TryDecodeAsNil() { - yyv4727[yyj4727] = ContainerImage{} + yyv4737[yyj4737] = ContainerImage{} } else { - yyv4730 := &yyv4727[yyj4727] - yyv4730.CodecDecodeSelf(d) + yyv4740 := &yyv4737[yyj4737] + yyv4740.CodecDecodeSelf(d) } } else { @@ -60315,17 +60411,17 @@ func (x codecSelfer1234) decSliceContainerImage(v *[]ContainerImage, d *codec197 } } - if yyj4727 < len(yyv4727) { - yyv4727 = yyv4727[:yyj4727] - yyc4727 = true - } else if yyj4727 == 0 && yyv4727 == nil { - yyv4727 = []ContainerImage{} - yyc4727 = true + if yyj4737 < len(yyv4737) { + yyv4737 = yyv4737[:yyj4737] + yyc4737 = true + } else if yyj4737 == 0 && yyv4737 == nil { + yyv4737 = []ContainerImage{} + yyc4737 = true } } - yyh4727.End() - if yyc4727 { - *v = yyv4727 + yyh4737.End() + if yyc4737 { + *v = yyv4737 } } @@ -60334,9 +60430,9 @@ func (x codecSelfer1234) encSliceUniqueVolumeName(v []UniqueVolumeName, e *codec z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4731 := range v { + for _, yyv4741 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4731.CodecEncodeSelf(e) + yyv4741.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60346,75 +60442,75 @@ func (x codecSelfer1234) decSliceUniqueVolumeName(v *[]UniqueVolumeName, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4732 := *v - yyh4732, yyl4732 := z.DecSliceHelperStart() - var yyc4732 bool - if yyl4732 == 0 { - if yyv4732 == nil { - yyv4732 = []UniqueVolumeName{} - yyc4732 = true - } else if len(yyv4732) != 0 { - yyv4732 = yyv4732[:0] - yyc4732 = true + yyv4742 := *v + yyh4742, yyl4742 := z.DecSliceHelperStart() + var yyc4742 bool + if yyl4742 == 0 { + if yyv4742 == nil { + yyv4742 = []UniqueVolumeName{} + yyc4742 = true + } else if len(yyv4742) != 0 { + yyv4742 = yyv4742[:0] + yyc4742 = true } - } else if yyl4732 > 0 { - var yyrr4732, yyrl4732 int - var yyrt4732 bool - if yyl4732 > cap(yyv4732) { + } else if yyl4742 > 0 { + var yyrr4742, yyrl4742 int + var yyrt4742 bool + if yyl4742 > cap(yyv4742) { - yyrl4732, yyrt4732 = z.DecInferLen(yyl4732, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4732 { - if yyrl4732 <= cap(yyv4732) { - yyv4732 = yyv4732[:yyrl4732] + yyrl4742, yyrt4742 = z.DecInferLen(yyl4742, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4742 { + if yyrl4742 <= cap(yyv4742) { + yyv4742 = yyv4742[:yyrl4742] } else { - yyv4732 = make([]UniqueVolumeName, yyrl4732) + yyv4742 = make([]UniqueVolumeName, yyrl4742) } } else { - yyv4732 = make([]UniqueVolumeName, yyrl4732) + yyv4742 = make([]UniqueVolumeName, yyrl4742) } - yyc4732 = true - yyrr4732 = len(yyv4732) - } else if yyl4732 != len(yyv4732) { - yyv4732 = yyv4732[:yyl4732] - yyc4732 = true + yyc4742 = true + yyrr4742 = len(yyv4742) + } else if yyl4742 != len(yyv4742) { + yyv4742 = yyv4742[:yyl4742] + yyc4742 = true } - yyj4732 := 0 - for ; yyj4732 < yyrr4732; yyj4732++ { - yyh4732.ElemContainerState(yyj4732) + yyj4742 := 0 + for ; yyj4742 < yyrr4742; yyj4742++ { + yyh4742.ElemContainerState(yyj4742) if r.TryDecodeAsNil() { - yyv4732[yyj4732] = "" + yyv4742[yyj4742] = "" } else { - yyv4732[yyj4732] = UniqueVolumeName(r.DecodeString()) + yyv4742[yyj4742] = UniqueVolumeName(r.DecodeString()) } } - if yyrt4732 { - for ; yyj4732 < yyl4732; yyj4732++ { - yyv4732 = append(yyv4732, "") - yyh4732.ElemContainerState(yyj4732) + if yyrt4742 { + for ; yyj4742 < yyl4742; yyj4742++ { + yyv4742 = append(yyv4742, "") + yyh4742.ElemContainerState(yyj4742) if r.TryDecodeAsNil() { - yyv4732[yyj4732] = "" + yyv4742[yyj4742] = "" } else { - yyv4732[yyj4732] = UniqueVolumeName(r.DecodeString()) + yyv4742[yyj4742] = UniqueVolumeName(r.DecodeString()) } } } } else { - yyj4732 := 0 - for ; !r.CheckBreak(); yyj4732++ { + yyj4742 := 0 + for ; !r.CheckBreak(); yyj4742++ { - if yyj4732 >= len(yyv4732) { - yyv4732 = append(yyv4732, "") // var yyz4732 UniqueVolumeName - yyc4732 = true + if yyj4742 >= len(yyv4742) { + yyv4742 = append(yyv4742, "") // var yyz4742 UniqueVolumeName + yyc4742 = true } - yyh4732.ElemContainerState(yyj4732) - if yyj4732 < len(yyv4732) { + yyh4742.ElemContainerState(yyj4742) + if yyj4742 < len(yyv4742) { if r.TryDecodeAsNil() { - yyv4732[yyj4732] = "" + yyv4742[yyj4742] = "" } else { - yyv4732[yyj4732] = UniqueVolumeName(r.DecodeString()) + yyv4742[yyj4742] = UniqueVolumeName(r.DecodeString()) } } else { @@ -60422,17 +60518,17 @@ func (x codecSelfer1234) decSliceUniqueVolumeName(v *[]UniqueVolumeName, d *code } } - if yyj4732 < len(yyv4732) { - yyv4732 = yyv4732[:yyj4732] - yyc4732 = true - } else if yyj4732 == 0 && yyv4732 == nil { - yyv4732 = []UniqueVolumeName{} - yyc4732 = true + if yyj4742 < len(yyv4742) { + yyv4742 = yyv4742[:yyj4742] + yyc4742 = true + } else if yyj4742 == 0 && yyv4742 == nil { + yyv4742 = []UniqueVolumeName{} + yyc4742 = true } } - yyh4732.End() - if yyc4732 { - *v = yyv4732 + yyh4742.End() + if yyc4742 { + *v = yyv4742 } } @@ -60441,10 +60537,10 @@ func (x codecSelfer1234) encSliceAttachedVolume(v []AttachedVolume, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4736 := range v { + for _, yyv4746 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4737 := &yyv4736 - yy4737.CodecEncodeSelf(e) + yy4747 := &yyv4746 + yy4747.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60454,83 +60550,83 @@ func (x codecSelfer1234) decSliceAttachedVolume(v *[]AttachedVolume, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4738 := *v - yyh4738, yyl4738 := z.DecSliceHelperStart() - var yyc4738 bool - if yyl4738 == 0 { - if yyv4738 == nil { - yyv4738 = []AttachedVolume{} - yyc4738 = true - } else if len(yyv4738) != 0 { - yyv4738 = yyv4738[:0] - yyc4738 = true + yyv4748 := *v + yyh4748, yyl4748 := z.DecSliceHelperStart() + var yyc4748 bool + if yyl4748 == 0 { + if yyv4748 == nil { + yyv4748 = []AttachedVolume{} + yyc4748 = true + } else if len(yyv4748) != 0 { + yyv4748 = yyv4748[:0] + yyc4748 = true } - } else if yyl4738 > 0 { - var yyrr4738, yyrl4738 int - var yyrt4738 bool - if yyl4738 > cap(yyv4738) { + } else if yyl4748 > 0 { + var yyrr4748, yyrl4748 int + var yyrt4748 bool + if yyl4748 > cap(yyv4748) { - yyrg4738 := len(yyv4738) > 0 - yyv24738 := yyv4738 - yyrl4738, yyrt4738 = z.DecInferLen(yyl4738, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4738 { - if yyrl4738 <= cap(yyv4738) { - yyv4738 = yyv4738[:yyrl4738] + yyrg4748 := len(yyv4748) > 0 + yyv24748 := yyv4748 + yyrl4748, yyrt4748 = z.DecInferLen(yyl4748, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4748 { + if yyrl4748 <= cap(yyv4748) { + yyv4748 = yyv4748[:yyrl4748] } else { - yyv4738 = make([]AttachedVolume, yyrl4738) + yyv4748 = make([]AttachedVolume, yyrl4748) } } else { - yyv4738 = make([]AttachedVolume, yyrl4738) + yyv4748 = make([]AttachedVolume, yyrl4748) } - yyc4738 = true - yyrr4738 = len(yyv4738) - if yyrg4738 { - copy(yyv4738, yyv24738) + yyc4748 = true + yyrr4748 = len(yyv4748) + if yyrg4748 { + copy(yyv4748, yyv24748) } - } else if yyl4738 != len(yyv4738) { - yyv4738 = yyv4738[:yyl4738] - yyc4738 = true + } else if yyl4748 != len(yyv4748) { + yyv4748 = yyv4748[:yyl4748] + yyc4748 = true } - yyj4738 := 0 - for ; yyj4738 < yyrr4738; yyj4738++ { - yyh4738.ElemContainerState(yyj4738) + yyj4748 := 0 + for ; yyj4748 < yyrr4748; yyj4748++ { + yyh4748.ElemContainerState(yyj4748) if r.TryDecodeAsNil() { - yyv4738[yyj4738] = AttachedVolume{} + yyv4748[yyj4748] = AttachedVolume{} } else { - yyv4739 := &yyv4738[yyj4738] - yyv4739.CodecDecodeSelf(d) + yyv4749 := &yyv4748[yyj4748] + yyv4749.CodecDecodeSelf(d) } } - if yyrt4738 { - for ; yyj4738 < yyl4738; yyj4738++ { - yyv4738 = append(yyv4738, AttachedVolume{}) - yyh4738.ElemContainerState(yyj4738) + if yyrt4748 { + for ; yyj4748 < yyl4748; yyj4748++ { + yyv4748 = append(yyv4748, AttachedVolume{}) + yyh4748.ElemContainerState(yyj4748) if r.TryDecodeAsNil() { - yyv4738[yyj4738] = AttachedVolume{} + yyv4748[yyj4748] = AttachedVolume{} } else { - yyv4740 := &yyv4738[yyj4738] - yyv4740.CodecDecodeSelf(d) + yyv4750 := &yyv4748[yyj4748] + yyv4750.CodecDecodeSelf(d) } } } } else { - yyj4738 := 0 - for ; !r.CheckBreak(); yyj4738++ { + yyj4748 := 0 + for ; !r.CheckBreak(); yyj4748++ { - if yyj4738 >= len(yyv4738) { - yyv4738 = append(yyv4738, AttachedVolume{}) // var yyz4738 AttachedVolume - yyc4738 = true + if yyj4748 >= len(yyv4748) { + yyv4748 = append(yyv4748, AttachedVolume{}) // var yyz4748 AttachedVolume + yyc4748 = true } - yyh4738.ElemContainerState(yyj4738) - if yyj4738 < len(yyv4738) { + yyh4748.ElemContainerState(yyj4748) + if yyj4748 < len(yyv4748) { if r.TryDecodeAsNil() { - yyv4738[yyj4738] = AttachedVolume{} + yyv4748[yyj4748] = AttachedVolume{} } else { - yyv4741 := &yyv4738[yyj4738] - yyv4741.CodecDecodeSelf(d) + yyv4751 := &yyv4748[yyj4748] + yyv4751.CodecDecodeSelf(d) } } else { @@ -60538,17 +60634,17 @@ func (x codecSelfer1234) decSliceAttachedVolume(v *[]AttachedVolume, d *codec197 } } - if yyj4738 < len(yyv4738) { - yyv4738 = yyv4738[:yyj4738] - yyc4738 = true - } else if yyj4738 == 0 && yyv4738 == nil { - yyv4738 = []AttachedVolume{} - yyc4738 = true + if yyj4748 < len(yyv4748) { + yyv4748 = yyv4748[:yyj4748] + yyc4748 = true + } else if yyj4748 == 0 && yyv4748 == nil { + yyv4748 = []AttachedVolume{} + yyc4748 = true } } - yyh4738.End() - if yyc4738 { - *v = yyv4738 + yyh4748.End() + if yyc4748 { + *v = yyv4748 } } @@ -60557,10 +60653,10 @@ func (x codecSelfer1234) encSlicePreferAvoidPodsEntry(v []PreferAvoidPodsEntry, z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4742 := range v { + for _, yyv4752 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4743 := &yyv4742 - yy4743.CodecEncodeSelf(e) + yy4753 := &yyv4752 + yy4753.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60570,83 +60666,83 @@ func (x codecSelfer1234) decSlicePreferAvoidPodsEntry(v *[]PreferAvoidPodsEntry, z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4744 := *v - yyh4744, yyl4744 := z.DecSliceHelperStart() - var yyc4744 bool - if yyl4744 == 0 { - if yyv4744 == nil { - yyv4744 = []PreferAvoidPodsEntry{} - yyc4744 = true - } else if len(yyv4744) != 0 { - yyv4744 = yyv4744[:0] - yyc4744 = true + yyv4754 := *v + yyh4754, yyl4754 := z.DecSliceHelperStart() + var yyc4754 bool + if yyl4754 == 0 { + if yyv4754 == nil { + yyv4754 = []PreferAvoidPodsEntry{} + yyc4754 = true + } else if len(yyv4754) != 0 { + yyv4754 = yyv4754[:0] + yyc4754 = true } - } else if yyl4744 > 0 { - var yyrr4744, yyrl4744 int - var yyrt4744 bool - if yyl4744 > cap(yyv4744) { + } else if yyl4754 > 0 { + var yyrr4754, yyrl4754 int + var yyrt4754 bool + if yyl4754 > cap(yyv4754) { - yyrg4744 := len(yyv4744) > 0 - yyv24744 := yyv4744 - yyrl4744, yyrt4744 = z.DecInferLen(yyl4744, z.DecBasicHandle().MaxInitLen, 64) - if yyrt4744 { - if yyrl4744 <= cap(yyv4744) { - yyv4744 = yyv4744[:yyrl4744] + yyrg4754 := len(yyv4754) > 0 + yyv24754 := yyv4754 + yyrl4754, yyrt4754 = z.DecInferLen(yyl4754, z.DecBasicHandle().MaxInitLen, 64) + if yyrt4754 { + if yyrl4754 <= cap(yyv4754) { + yyv4754 = yyv4754[:yyrl4754] } else { - yyv4744 = make([]PreferAvoidPodsEntry, yyrl4744) + yyv4754 = make([]PreferAvoidPodsEntry, yyrl4754) } } else { - yyv4744 = make([]PreferAvoidPodsEntry, yyrl4744) + yyv4754 = make([]PreferAvoidPodsEntry, yyrl4754) } - yyc4744 = true - yyrr4744 = len(yyv4744) - if yyrg4744 { - copy(yyv4744, yyv24744) + yyc4754 = true + yyrr4754 = len(yyv4754) + if yyrg4754 { + copy(yyv4754, yyv24754) } - } else if yyl4744 != len(yyv4744) { - yyv4744 = yyv4744[:yyl4744] - yyc4744 = true + } else if yyl4754 != len(yyv4754) { + yyv4754 = yyv4754[:yyl4754] + yyc4754 = true } - yyj4744 := 0 - for ; yyj4744 < yyrr4744; yyj4744++ { - yyh4744.ElemContainerState(yyj4744) + yyj4754 := 0 + for ; yyj4754 < yyrr4754; yyj4754++ { + yyh4754.ElemContainerState(yyj4754) if r.TryDecodeAsNil() { - yyv4744[yyj4744] = PreferAvoidPodsEntry{} + yyv4754[yyj4754] = PreferAvoidPodsEntry{} } else { - yyv4745 := &yyv4744[yyj4744] - yyv4745.CodecDecodeSelf(d) + yyv4755 := &yyv4754[yyj4754] + yyv4755.CodecDecodeSelf(d) } } - if yyrt4744 { - for ; yyj4744 < yyl4744; yyj4744++ { - yyv4744 = append(yyv4744, PreferAvoidPodsEntry{}) - yyh4744.ElemContainerState(yyj4744) + if yyrt4754 { + for ; yyj4754 < yyl4754; yyj4754++ { + yyv4754 = append(yyv4754, PreferAvoidPodsEntry{}) + yyh4754.ElemContainerState(yyj4754) if r.TryDecodeAsNil() { - yyv4744[yyj4744] = PreferAvoidPodsEntry{} + yyv4754[yyj4754] = PreferAvoidPodsEntry{} } else { - yyv4746 := &yyv4744[yyj4744] - yyv4746.CodecDecodeSelf(d) + yyv4756 := &yyv4754[yyj4754] + yyv4756.CodecDecodeSelf(d) } } } } else { - yyj4744 := 0 - for ; !r.CheckBreak(); yyj4744++ { + yyj4754 := 0 + for ; !r.CheckBreak(); yyj4754++ { - if yyj4744 >= len(yyv4744) { - yyv4744 = append(yyv4744, PreferAvoidPodsEntry{}) // var yyz4744 PreferAvoidPodsEntry - yyc4744 = true + if yyj4754 >= len(yyv4754) { + yyv4754 = append(yyv4754, PreferAvoidPodsEntry{}) // var yyz4754 PreferAvoidPodsEntry + yyc4754 = true } - yyh4744.ElemContainerState(yyj4744) - if yyj4744 < len(yyv4744) { + yyh4754.ElemContainerState(yyj4754) + if yyj4754 < len(yyv4754) { if r.TryDecodeAsNil() { - yyv4744[yyj4744] = PreferAvoidPodsEntry{} + yyv4754[yyj4754] = PreferAvoidPodsEntry{} } else { - yyv4747 := &yyv4744[yyj4744] - yyv4747.CodecDecodeSelf(d) + yyv4757 := &yyv4754[yyj4754] + yyv4757.CodecDecodeSelf(d) } } else { @@ -60654,17 +60750,17 @@ func (x codecSelfer1234) decSlicePreferAvoidPodsEntry(v *[]PreferAvoidPodsEntry, } } - if yyj4744 < len(yyv4744) { - yyv4744 = yyv4744[:yyj4744] - yyc4744 = true - } else if yyj4744 == 0 && yyv4744 == nil { - yyv4744 = []PreferAvoidPodsEntry{} - yyc4744 = true + if yyj4754 < len(yyv4754) { + yyv4754 = yyv4754[:yyj4754] + yyc4754 = true + } else if yyj4754 == 0 && yyv4754 == nil { + yyv4754 = []PreferAvoidPodsEntry{} + yyc4754 = true } } - yyh4744.End() - if yyc4744 { - *v = yyv4744 + yyh4754.End() + if yyc4754 { + *v = yyv4754 } } @@ -60673,19 +60769,19 @@ func (x codecSelfer1234) encResourceList(v ResourceList, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeMapStart(len(v)) - for yyk4748, yyv4748 := range v { + for yyk4758, yyv4758 := range v { z.EncSendContainerState(codecSelfer_containerMapKey1234) - yyk4748.CodecEncodeSelf(e) + yyk4758.CodecEncodeSelf(e) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4749 := &yyv4748 - yym4750 := z.EncBinary() - _ = yym4750 + yy4759 := &yyv4758 + yym4760 := z.EncBinary() + _ = yym4760 if false { - } else if z.HasExtensions() && z.EncExt(yy4749) { - } else if !yym4750 && z.IsJSONHandle() { - z.EncJSONMarshal(yy4749) + } else if z.HasExtensions() && z.EncExt(yy4759) { + } else if !yym4760 && z.IsJSONHandle() { + z.EncJSONMarshal(yy4759) } else { - z.EncFallback(yy4749) + z.EncFallback(yy4759) } } z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -60696,86 +60792,86 @@ func (x codecSelfer1234) decResourceList(v *ResourceList, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4751 := *v - yyl4751 := r.ReadMapStart() - yybh4751 := z.DecBasicHandle() - if yyv4751 == nil { - yyrl4751, _ := z.DecInferLen(yyl4751, yybh4751.MaxInitLen, 72) - yyv4751 = make(map[ResourceName]pkg3_resource.Quantity, yyrl4751) - *v = yyv4751 + yyv4761 := *v + yyl4761 := r.ReadMapStart() + yybh4761 := z.DecBasicHandle() + if yyv4761 == nil { + yyrl4761, _ := z.DecInferLen(yyl4761, yybh4761.MaxInitLen, 72) + yyv4761 = make(map[ResourceName]pkg3_resource.Quantity, yyrl4761) + *v = yyv4761 } - var yymk4751 ResourceName - var yymv4751 pkg3_resource.Quantity - var yymg4751 bool - if yybh4751.MapValueReset { - yymg4751 = true + var yymk4761 ResourceName + var yymv4761 pkg3_resource.Quantity + var yymg4761 bool + if yybh4761.MapValueReset { + yymg4761 = true } - if yyl4751 > 0 { - for yyj4751 := 0; yyj4751 < yyl4751; yyj4751++ { + if yyl4761 > 0 { + for yyj4761 := 0; yyj4761 < yyl4761; yyj4761++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk4751 = "" + yymk4761 = "" } else { - yymk4751 = ResourceName(r.DecodeString()) + yymk4761 = ResourceName(r.DecodeString()) } - if yymg4751 { - yymv4751 = yyv4751[yymk4751] + if yymg4761 { + yymv4761 = yyv4761[yymk4761] } else { - yymv4751 = pkg3_resource.Quantity{} + yymv4761 = pkg3_resource.Quantity{} } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv4751 = pkg3_resource.Quantity{} + yymv4761 = pkg3_resource.Quantity{} } else { - yyv4753 := &yymv4751 - yym4754 := z.DecBinary() - _ = yym4754 + yyv4763 := &yymv4761 + yym4764 := z.DecBinary() + _ = yym4764 if false { - } else if z.HasExtensions() && z.DecExt(yyv4753) { - } else if !yym4754 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4753) + } else if z.HasExtensions() && z.DecExt(yyv4763) { + } else if !yym4764 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4763) } else { - z.DecFallback(yyv4753, false) + z.DecFallback(yyv4763, false) } } - if yyv4751 != nil { - yyv4751[yymk4751] = yymv4751 + if yyv4761 != nil { + yyv4761[yymk4761] = yymv4761 } } - } else if yyl4751 < 0 { - for yyj4751 := 0; !r.CheckBreak(); yyj4751++ { + } else if yyl4761 < 0 { + for yyj4761 := 0; !r.CheckBreak(); yyj4761++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk4751 = "" + yymk4761 = "" } else { - yymk4751 = ResourceName(r.DecodeString()) + yymk4761 = ResourceName(r.DecodeString()) } - if yymg4751 { - yymv4751 = yyv4751[yymk4751] + if yymg4761 { + yymv4761 = yyv4761[yymk4761] } else { - yymv4751 = pkg3_resource.Quantity{} + yymv4761 = pkg3_resource.Quantity{} } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv4751 = pkg3_resource.Quantity{} + yymv4761 = pkg3_resource.Quantity{} } else { - yyv4756 := &yymv4751 - yym4757 := z.DecBinary() - _ = yym4757 + yyv4766 := &yymv4761 + yym4767 := z.DecBinary() + _ = yym4767 if false { - } else if z.HasExtensions() && z.DecExt(yyv4756) { - } else if !yym4757 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4756) + } else if z.HasExtensions() && z.DecExt(yyv4766) { + } else if !yym4767 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4766) } else { - z.DecFallback(yyv4756, false) + z.DecFallback(yyv4766, false) } } - if yyv4751 != nil { - yyv4751[yymk4751] = yymv4751 + if yyv4761 != nil { + yyv4761[yymk4761] = yymv4761 } } } // else len==0: TODO: Should we clear map entries? @@ -60787,10 +60883,10 @@ func (x codecSelfer1234) encSliceNode(v []Node, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4758 := range v { + for _, yyv4768 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4759 := &yyv4758 - yy4759.CodecEncodeSelf(e) + yy4769 := &yyv4768 + yy4769.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60800,83 +60896,83 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4760 := *v - yyh4760, yyl4760 := z.DecSliceHelperStart() - var yyc4760 bool - if yyl4760 == 0 { - if yyv4760 == nil { - yyv4760 = []Node{} - yyc4760 = true - } else if len(yyv4760) != 0 { - yyv4760 = yyv4760[:0] - yyc4760 = true + yyv4770 := *v + yyh4770, yyl4770 := z.DecSliceHelperStart() + var yyc4770 bool + if yyl4770 == 0 { + if yyv4770 == nil { + yyv4770 = []Node{} + yyc4770 = true + } else if len(yyv4770) != 0 { + yyv4770 = yyv4770[:0] + yyc4770 = true } - } else if yyl4760 > 0 { - var yyrr4760, yyrl4760 int - var yyrt4760 bool - if yyl4760 > cap(yyv4760) { + } else if yyl4770 > 0 { + var yyrr4770, yyrl4770 int + var yyrt4770 bool + if yyl4770 > cap(yyv4770) { - yyrg4760 := len(yyv4760) > 0 - yyv24760 := yyv4760 - yyrl4760, yyrt4760 = z.DecInferLen(yyl4760, z.DecBasicHandle().MaxInitLen, 632) - if yyrt4760 { - if yyrl4760 <= cap(yyv4760) { - yyv4760 = yyv4760[:yyrl4760] + yyrg4770 := len(yyv4770) > 0 + yyv24770 := yyv4770 + yyrl4770, yyrt4770 = z.DecInferLen(yyl4770, z.DecBasicHandle().MaxInitLen, 632) + if yyrt4770 { + if yyrl4770 <= cap(yyv4770) { + yyv4770 = yyv4770[:yyrl4770] } else { - yyv4760 = make([]Node, yyrl4760) + yyv4770 = make([]Node, yyrl4770) } } else { - yyv4760 = make([]Node, yyrl4760) + yyv4770 = make([]Node, yyrl4770) } - yyc4760 = true - yyrr4760 = len(yyv4760) - if yyrg4760 { - copy(yyv4760, yyv24760) + yyc4770 = true + yyrr4770 = len(yyv4770) + if yyrg4770 { + copy(yyv4770, yyv24770) } - } else if yyl4760 != len(yyv4760) { - yyv4760 = yyv4760[:yyl4760] - yyc4760 = true + } else if yyl4770 != len(yyv4770) { + yyv4770 = yyv4770[:yyl4770] + yyc4770 = true } - yyj4760 := 0 - for ; yyj4760 < yyrr4760; yyj4760++ { - yyh4760.ElemContainerState(yyj4760) + yyj4770 := 0 + for ; yyj4770 < yyrr4770; yyj4770++ { + yyh4770.ElemContainerState(yyj4770) if r.TryDecodeAsNil() { - yyv4760[yyj4760] = Node{} + yyv4770[yyj4770] = Node{} } else { - yyv4761 := &yyv4760[yyj4760] - yyv4761.CodecDecodeSelf(d) + yyv4771 := &yyv4770[yyj4770] + yyv4771.CodecDecodeSelf(d) } } - if yyrt4760 { - for ; yyj4760 < yyl4760; yyj4760++ { - yyv4760 = append(yyv4760, Node{}) - yyh4760.ElemContainerState(yyj4760) + if yyrt4770 { + for ; yyj4770 < yyl4770; yyj4770++ { + yyv4770 = append(yyv4770, Node{}) + yyh4770.ElemContainerState(yyj4770) if r.TryDecodeAsNil() { - yyv4760[yyj4760] = Node{} + yyv4770[yyj4770] = Node{} } else { - yyv4762 := &yyv4760[yyj4760] - yyv4762.CodecDecodeSelf(d) + yyv4772 := &yyv4770[yyj4770] + yyv4772.CodecDecodeSelf(d) } } } } else { - yyj4760 := 0 - for ; !r.CheckBreak(); yyj4760++ { + yyj4770 := 0 + for ; !r.CheckBreak(); yyj4770++ { - if yyj4760 >= len(yyv4760) { - yyv4760 = append(yyv4760, Node{}) // var yyz4760 Node - yyc4760 = true + if yyj4770 >= len(yyv4770) { + yyv4770 = append(yyv4770, Node{}) // var yyz4770 Node + yyc4770 = true } - yyh4760.ElemContainerState(yyj4760) - if yyj4760 < len(yyv4760) { + yyh4770.ElemContainerState(yyj4770) + if yyj4770 < len(yyv4770) { if r.TryDecodeAsNil() { - yyv4760[yyj4760] = Node{} + yyv4770[yyj4770] = Node{} } else { - yyv4763 := &yyv4760[yyj4760] - yyv4763.CodecDecodeSelf(d) + yyv4773 := &yyv4770[yyj4770] + yyv4773.CodecDecodeSelf(d) } } else { @@ -60884,17 +60980,17 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { } } - if yyj4760 < len(yyv4760) { - yyv4760 = yyv4760[:yyj4760] - yyc4760 = true - } else if yyj4760 == 0 && yyv4760 == nil { - yyv4760 = []Node{} - yyc4760 = true + if yyj4770 < len(yyv4770) { + yyv4770 = yyv4770[:yyj4770] + yyc4770 = true + } else if yyj4770 == 0 && yyv4770 == nil { + yyv4770 = []Node{} + yyc4770 = true } } - yyh4760.End() - if yyc4760 { - *v = yyv4760 + yyh4770.End() + if yyc4770 { + *v = yyv4770 } } @@ -60903,9 +60999,9 @@ func (x codecSelfer1234) encSliceFinalizerName(v []FinalizerName, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4764 := range v { + for _, yyv4774 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4764.CodecEncodeSelf(e) + yyv4774.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60915,75 +61011,75 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4765 := *v - yyh4765, yyl4765 := z.DecSliceHelperStart() - var yyc4765 bool - if yyl4765 == 0 { - if yyv4765 == nil { - yyv4765 = []FinalizerName{} - yyc4765 = true - } else if len(yyv4765) != 0 { - yyv4765 = yyv4765[:0] - yyc4765 = true + yyv4775 := *v + yyh4775, yyl4775 := z.DecSliceHelperStart() + var yyc4775 bool + if yyl4775 == 0 { + if yyv4775 == nil { + yyv4775 = []FinalizerName{} + yyc4775 = true + } else if len(yyv4775) != 0 { + yyv4775 = yyv4775[:0] + yyc4775 = true } - } else if yyl4765 > 0 { - var yyrr4765, yyrl4765 int - var yyrt4765 bool - if yyl4765 > cap(yyv4765) { + } else if yyl4775 > 0 { + var yyrr4775, yyrl4775 int + var yyrt4775 bool + if yyl4775 > cap(yyv4775) { - yyrl4765, yyrt4765 = z.DecInferLen(yyl4765, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4765 { - if yyrl4765 <= cap(yyv4765) { - yyv4765 = yyv4765[:yyrl4765] + yyrl4775, yyrt4775 = z.DecInferLen(yyl4775, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4775 { + if yyrl4775 <= cap(yyv4775) { + yyv4775 = yyv4775[:yyrl4775] } else { - yyv4765 = make([]FinalizerName, yyrl4765) + yyv4775 = make([]FinalizerName, yyrl4775) } } else { - yyv4765 = make([]FinalizerName, yyrl4765) + yyv4775 = make([]FinalizerName, yyrl4775) } - yyc4765 = true - yyrr4765 = len(yyv4765) - } else if yyl4765 != len(yyv4765) { - yyv4765 = yyv4765[:yyl4765] - yyc4765 = true + yyc4775 = true + yyrr4775 = len(yyv4775) + } else if yyl4775 != len(yyv4775) { + yyv4775 = yyv4775[:yyl4775] + yyc4775 = true } - yyj4765 := 0 - for ; yyj4765 < yyrr4765; yyj4765++ { - yyh4765.ElemContainerState(yyj4765) + yyj4775 := 0 + for ; yyj4775 < yyrr4775; yyj4775++ { + yyh4775.ElemContainerState(yyj4775) if r.TryDecodeAsNil() { - yyv4765[yyj4765] = "" + yyv4775[yyj4775] = "" } else { - yyv4765[yyj4765] = FinalizerName(r.DecodeString()) + yyv4775[yyj4775] = FinalizerName(r.DecodeString()) } } - if yyrt4765 { - for ; yyj4765 < yyl4765; yyj4765++ { - yyv4765 = append(yyv4765, "") - yyh4765.ElemContainerState(yyj4765) + if yyrt4775 { + for ; yyj4775 < yyl4775; yyj4775++ { + yyv4775 = append(yyv4775, "") + yyh4775.ElemContainerState(yyj4775) if r.TryDecodeAsNil() { - yyv4765[yyj4765] = "" + yyv4775[yyj4775] = "" } else { - yyv4765[yyj4765] = FinalizerName(r.DecodeString()) + yyv4775[yyj4775] = FinalizerName(r.DecodeString()) } } } } else { - yyj4765 := 0 - for ; !r.CheckBreak(); yyj4765++ { + yyj4775 := 0 + for ; !r.CheckBreak(); yyj4775++ { - if yyj4765 >= len(yyv4765) { - yyv4765 = append(yyv4765, "") // var yyz4765 FinalizerName - yyc4765 = true + if yyj4775 >= len(yyv4775) { + yyv4775 = append(yyv4775, "") // var yyz4775 FinalizerName + yyc4775 = true } - yyh4765.ElemContainerState(yyj4765) - if yyj4765 < len(yyv4765) { + yyh4775.ElemContainerState(yyj4775) + if yyj4775 < len(yyv4775) { if r.TryDecodeAsNil() { - yyv4765[yyj4765] = "" + yyv4775[yyj4775] = "" } else { - yyv4765[yyj4765] = FinalizerName(r.DecodeString()) + yyv4775[yyj4775] = FinalizerName(r.DecodeString()) } } else { @@ -60991,17 +61087,17 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. } } - if yyj4765 < len(yyv4765) { - yyv4765 = yyv4765[:yyj4765] - yyc4765 = true - } else if yyj4765 == 0 && yyv4765 == nil { - yyv4765 = []FinalizerName{} - yyc4765 = true + if yyj4775 < len(yyv4775) { + yyv4775 = yyv4775[:yyj4775] + yyc4775 = true + } else if yyj4775 == 0 && yyv4775 == nil { + yyv4775 = []FinalizerName{} + yyc4775 = true } } - yyh4765.End() - if yyc4765 { - *v = yyv4765 + yyh4775.End() + if yyc4775 { + *v = yyv4775 } } @@ -61010,10 +61106,10 @@ func (x codecSelfer1234) encSliceNamespace(v []Namespace, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4769 := range v { + for _, yyv4779 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4770 := &yyv4769 - yy4770.CodecEncodeSelf(e) + yy4780 := &yyv4779 + yy4780.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61023,83 +61119,83 @@ func (x codecSelfer1234) decSliceNamespace(v *[]Namespace, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4771 := *v - yyh4771, yyl4771 := z.DecSliceHelperStart() - var yyc4771 bool - if yyl4771 == 0 { - if yyv4771 == nil { - yyv4771 = []Namespace{} - yyc4771 = true - } else if len(yyv4771) != 0 { - yyv4771 = yyv4771[:0] - yyc4771 = true + yyv4781 := *v + yyh4781, yyl4781 := z.DecSliceHelperStart() + var yyc4781 bool + if yyl4781 == 0 { + if yyv4781 == nil { + yyv4781 = []Namespace{} + yyc4781 = true + } else if len(yyv4781) != 0 { + yyv4781 = yyv4781[:0] + yyc4781 = true } - } else if yyl4771 > 0 { - var yyrr4771, yyrl4771 int - var yyrt4771 bool - if yyl4771 > cap(yyv4771) { + } else if yyl4781 > 0 { + var yyrr4781, yyrl4781 int + var yyrt4781 bool + if yyl4781 > cap(yyv4781) { - yyrg4771 := len(yyv4771) > 0 - yyv24771 := yyv4771 - yyrl4771, yyrt4771 = z.DecInferLen(yyl4771, z.DecBasicHandle().MaxInitLen, 296) - if yyrt4771 { - if yyrl4771 <= cap(yyv4771) { - yyv4771 = yyv4771[:yyrl4771] + yyrg4781 := len(yyv4781) > 0 + yyv24781 := yyv4781 + yyrl4781, yyrt4781 = z.DecInferLen(yyl4781, z.DecBasicHandle().MaxInitLen, 296) + if yyrt4781 { + if yyrl4781 <= cap(yyv4781) { + yyv4781 = yyv4781[:yyrl4781] } else { - yyv4771 = make([]Namespace, yyrl4771) + yyv4781 = make([]Namespace, yyrl4781) } } else { - yyv4771 = make([]Namespace, yyrl4771) + yyv4781 = make([]Namespace, yyrl4781) } - yyc4771 = true - yyrr4771 = len(yyv4771) - if yyrg4771 { - copy(yyv4771, yyv24771) + yyc4781 = true + yyrr4781 = len(yyv4781) + if yyrg4781 { + copy(yyv4781, yyv24781) } - } else if yyl4771 != len(yyv4771) { - yyv4771 = yyv4771[:yyl4771] - yyc4771 = true + } else if yyl4781 != len(yyv4781) { + yyv4781 = yyv4781[:yyl4781] + yyc4781 = true } - yyj4771 := 0 - for ; yyj4771 < yyrr4771; yyj4771++ { - yyh4771.ElemContainerState(yyj4771) + yyj4781 := 0 + for ; yyj4781 < yyrr4781; yyj4781++ { + yyh4781.ElemContainerState(yyj4781) if r.TryDecodeAsNil() { - yyv4771[yyj4771] = Namespace{} + yyv4781[yyj4781] = Namespace{} } else { - yyv4772 := &yyv4771[yyj4771] - yyv4772.CodecDecodeSelf(d) + yyv4782 := &yyv4781[yyj4781] + yyv4782.CodecDecodeSelf(d) } } - if yyrt4771 { - for ; yyj4771 < yyl4771; yyj4771++ { - yyv4771 = append(yyv4771, Namespace{}) - yyh4771.ElemContainerState(yyj4771) + if yyrt4781 { + for ; yyj4781 < yyl4781; yyj4781++ { + yyv4781 = append(yyv4781, Namespace{}) + yyh4781.ElemContainerState(yyj4781) if r.TryDecodeAsNil() { - yyv4771[yyj4771] = Namespace{} + yyv4781[yyj4781] = Namespace{} } else { - yyv4773 := &yyv4771[yyj4771] - yyv4773.CodecDecodeSelf(d) + yyv4783 := &yyv4781[yyj4781] + yyv4783.CodecDecodeSelf(d) } } } } else { - yyj4771 := 0 - for ; !r.CheckBreak(); yyj4771++ { + yyj4781 := 0 + for ; !r.CheckBreak(); yyj4781++ { - if yyj4771 >= len(yyv4771) { - yyv4771 = append(yyv4771, Namespace{}) // var yyz4771 Namespace - yyc4771 = true + if yyj4781 >= len(yyv4781) { + yyv4781 = append(yyv4781, Namespace{}) // var yyz4781 Namespace + yyc4781 = true } - yyh4771.ElemContainerState(yyj4771) - if yyj4771 < len(yyv4771) { + yyh4781.ElemContainerState(yyj4781) + if yyj4781 < len(yyv4781) { if r.TryDecodeAsNil() { - yyv4771[yyj4771] = Namespace{} + yyv4781[yyj4781] = Namespace{} } else { - yyv4774 := &yyv4771[yyj4771] - yyv4774.CodecDecodeSelf(d) + yyv4784 := &yyv4781[yyj4781] + yyv4784.CodecDecodeSelf(d) } } else { @@ -61107,17 +61203,17 @@ func (x codecSelfer1234) decSliceNamespace(v *[]Namespace, d *codec1978.Decoder) } } - if yyj4771 < len(yyv4771) { - yyv4771 = yyv4771[:yyj4771] - yyc4771 = true - } else if yyj4771 == 0 && yyv4771 == nil { - yyv4771 = []Namespace{} - yyc4771 = true + if yyj4781 < len(yyv4781) { + yyv4781 = yyv4781[:yyj4781] + yyc4781 = true + } else if yyj4781 == 0 && yyv4781 == nil { + yyv4781 = []Namespace{} + yyc4781 = true } } - yyh4771.End() - if yyc4771 { - *v = yyv4771 + yyh4781.End() + if yyc4781 { + *v = yyv4781 } } @@ -61126,10 +61222,10 @@ func (x codecSelfer1234) encSliceEvent(v []Event, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4775 := range v { + for _, yyv4785 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4776 := &yyv4775 - yy4776.CodecEncodeSelf(e) + yy4786 := &yyv4785 + yy4786.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61139,83 +61235,83 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4777 := *v - yyh4777, yyl4777 := z.DecSliceHelperStart() - var yyc4777 bool - if yyl4777 == 0 { - if yyv4777 == nil { - yyv4777 = []Event{} - yyc4777 = true - } else if len(yyv4777) != 0 { - yyv4777 = yyv4777[:0] - yyc4777 = true + yyv4787 := *v + yyh4787, yyl4787 := z.DecSliceHelperStart() + var yyc4787 bool + if yyl4787 == 0 { + if yyv4787 == nil { + yyv4787 = []Event{} + yyc4787 = true + } else if len(yyv4787) != 0 { + yyv4787 = yyv4787[:0] + yyc4787 = true } - } else if yyl4777 > 0 { - var yyrr4777, yyrl4777 int - var yyrt4777 bool - if yyl4777 > cap(yyv4777) { + } else if yyl4787 > 0 { + var yyrr4787, yyrl4787 int + var yyrt4787 bool + if yyl4787 > cap(yyv4787) { - yyrg4777 := len(yyv4777) > 0 - yyv24777 := yyv4777 - yyrl4777, yyrt4777 = z.DecInferLen(yyl4777, z.DecBasicHandle().MaxInitLen, 504) - if yyrt4777 { - if yyrl4777 <= cap(yyv4777) { - yyv4777 = yyv4777[:yyrl4777] + yyrg4787 := len(yyv4787) > 0 + yyv24787 := yyv4787 + yyrl4787, yyrt4787 = z.DecInferLen(yyl4787, z.DecBasicHandle().MaxInitLen, 504) + if yyrt4787 { + if yyrl4787 <= cap(yyv4787) { + yyv4787 = yyv4787[:yyrl4787] } else { - yyv4777 = make([]Event, yyrl4777) + yyv4787 = make([]Event, yyrl4787) } } else { - yyv4777 = make([]Event, yyrl4777) + yyv4787 = make([]Event, yyrl4787) } - yyc4777 = true - yyrr4777 = len(yyv4777) - if yyrg4777 { - copy(yyv4777, yyv24777) + yyc4787 = true + yyrr4787 = len(yyv4787) + if yyrg4787 { + copy(yyv4787, yyv24787) } - } else if yyl4777 != len(yyv4777) { - yyv4777 = yyv4777[:yyl4777] - yyc4777 = true + } else if yyl4787 != len(yyv4787) { + yyv4787 = yyv4787[:yyl4787] + yyc4787 = true } - yyj4777 := 0 - for ; yyj4777 < yyrr4777; yyj4777++ { - yyh4777.ElemContainerState(yyj4777) + yyj4787 := 0 + for ; yyj4787 < yyrr4787; yyj4787++ { + yyh4787.ElemContainerState(yyj4787) if r.TryDecodeAsNil() { - yyv4777[yyj4777] = Event{} + yyv4787[yyj4787] = Event{} } else { - yyv4778 := &yyv4777[yyj4777] - yyv4778.CodecDecodeSelf(d) + yyv4788 := &yyv4787[yyj4787] + yyv4788.CodecDecodeSelf(d) } } - if yyrt4777 { - for ; yyj4777 < yyl4777; yyj4777++ { - yyv4777 = append(yyv4777, Event{}) - yyh4777.ElemContainerState(yyj4777) + if yyrt4787 { + for ; yyj4787 < yyl4787; yyj4787++ { + yyv4787 = append(yyv4787, Event{}) + yyh4787.ElemContainerState(yyj4787) if r.TryDecodeAsNil() { - yyv4777[yyj4777] = Event{} + yyv4787[yyj4787] = Event{} } else { - yyv4779 := &yyv4777[yyj4777] - yyv4779.CodecDecodeSelf(d) + yyv4789 := &yyv4787[yyj4787] + yyv4789.CodecDecodeSelf(d) } } } } else { - yyj4777 := 0 - for ; !r.CheckBreak(); yyj4777++ { + yyj4787 := 0 + for ; !r.CheckBreak(); yyj4787++ { - if yyj4777 >= len(yyv4777) { - yyv4777 = append(yyv4777, Event{}) // var yyz4777 Event - yyc4777 = true + if yyj4787 >= len(yyv4787) { + yyv4787 = append(yyv4787, Event{}) // var yyz4787 Event + yyc4787 = true } - yyh4777.ElemContainerState(yyj4777) - if yyj4777 < len(yyv4777) { + yyh4787.ElemContainerState(yyj4787) + if yyj4787 < len(yyv4787) { if r.TryDecodeAsNil() { - yyv4777[yyj4777] = Event{} + yyv4787[yyj4787] = Event{} } else { - yyv4780 := &yyv4777[yyj4777] - yyv4780.CodecDecodeSelf(d) + yyv4790 := &yyv4787[yyj4787] + yyv4790.CodecDecodeSelf(d) } } else { @@ -61223,17 +61319,17 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { } } - if yyj4777 < len(yyv4777) { - yyv4777 = yyv4777[:yyj4777] - yyc4777 = true - } else if yyj4777 == 0 && yyv4777 == nil { - yyv4777 = []Event{} - yyc4777 = true + if yyj4787 < len(yyv4787) { + yyv4787 = yyv4787[:yyj4787] + yyc4787 = true + } else if yyj4787 == 0 && yyv4787 == nil { + yyv4787 = []Event{} + yyc4787 = true } } - yyh4777.End() - if yyc4777 { - *v = yyv4777 + yyh4787.End() + if yyc4787 { + *v = yyv4787 } } @@ -61242,17 +61338,17 @@ func (x codecSelfer1234) encSliceruntime_RawExtension(v []pkg5_runtime.RawExtens z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4781 := range v { + for _, yyv4791 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4782 := &yyv4781 - yym4783 := z.EncBinary() - _ = yym4783 + yy4792 := &yyv4791 + yym4793 := z.EncBinary() + _ = yym4793 if false { - } else if z.HasExtensions() && z.EncExt(yy4782) { - } else if !yym4783 && z.IsJSONHandle() { - z.EncJSONMarshal(yy4782) + } else if z.HasExtensions() && z.EncExt(yy4792) { + } else if !yym4793 && z.IsJSONHandle() { + z.EncJSONMarshal(yy4792) } else { - z.EncFallback(yy4782) + z.EncFallback(yy4792) } } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) @@ -61263,78 +61359,78 @@ func (x codecSelfer1234) decSliceruntime_RawExtension(v *[]pkg5_runtime.RawExten z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4784 := *v - yyh4784, yyl4784 := z.DecSliceHelperStart() - var yyc4784 bool - if yyl4784 == 0 { - if yyv4784 == nil { - yyv4784 = []pkg5_runtime.RawExtension{} - yyc4784 = true - } else if len(yyv4784) != 0 { - yyv4784 = yyv4784[:0] - yyc4784 = true + yyv4794 := *v + yyh4794, yyl4794 := z.DecSliceHelperStart() + var yyc4794 bool + if yyl4794 == 0 { + if yyv4794 == nil { + yyv4794 = []pkg5_runtime.RawExtension{} + yyc4794 = true + } else if len(yyv4794) != 0 { + yyv4794 = yyv4794[:0] + yyc4794 = true } - } else if yyl4784 > 0 { - var yyrr4784, yyrl4784 int - var yyrt4784 bool - if yyl4784 > cap(yyv4784) { + } else if yyl4794 > 0 { + var yyrr4794, yyrl4794 int + var yyrt4794 bool + if yyl4794 > cap(yyv4794) { - yyrg4784 := len(yyv4784) > 0 - yyv24784 := yyv4784 - yyrl4784, yyrt4784 = z.DecInferLen(yyl4784, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4784 { - if yyrl4784 <= cap(yyv4784) { - yyv4784 = yyv4784[:yyrl4784] + yyrg4794 := len(yyv4794) > 0 + yyv24794 := yyv4794 + yyrl4794, yyrt4794 = z.DecInferLen(yyl4794, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4794 { + if yyrl4794 <= cap(yyv4794) { + yyv4794 = yyv4794[:yyrl4794] } else { - yyv4784 = make([]pkg5_runtime.RawExtension, yyrl4784) + yyv4794 = make([]pkg5_runtime.RawExtension, yyrl4794) } } else { - yyv4784 = make([]pkg5_runtime.RawExtension, yyrl4784) + yyv4794 = make([]pkg5_runtime.RawExtension, yyrl4794) } - yyc4784 = true - yyrr4784 = len(yyv4784) - if yyrg4784 { - copy(yyv4784, yyv24784) + yyc4794 = true + yyrr4794 = len(yyv4794) + if yyrg4794 { + copy(yyv4794, yyv24794) } - } else if yyl4784 != len(yyv4784) { - yyv4784 = yyv4784[:yyl4784] - yyc4784 = true + } else if yyl4794 != len(yyv4794) { + yyv4794 = yyv4794[:yyl4794] + yyc4794 = true } - yyj4784 := 0 - for ; yyj4784 < yyrr4784; yyj4784++ { - yyh4784.ElemContainerState(yyj4784) + yyj4794 := 0 + for ; yyj4794 < yyrr4794; yyj4794++ { + yyh4794.ElemContainerState(yyj4794) if r.TryDecodeAsNil() { - yyv4784[yyj4784] = pkg5_runtime.RawExtension{} + yyv4794[yyj4794] = pkg5_runtime.RawExtension{} } else { - yyv4785 := &yyv4784[yyj4784] - yym4786 := z.DecBinary() - _ = yym4786 + yyv4795 := &yyv4794[yyj4794] + yym4796 := z.DecBinary() + _ = yym4796 if false { - } else if z.HasExtensions() && z.DecExt(yyv4785) { - } else if !yym4786 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4785) + } else if z.HasExtensions() && z.DecExt(yyv4795) { + } else if !yym4796 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4795) } else { - z.DecFallback(yyv4785, false) + z.DecFallback(yyv4795, false) } } } - if yyrt4784 { - for ; yyj4784 < yyl4784; yyj4784++ { - yyv4784 = append(yyv4784, pkg5_runtime.RawExtension{}) - yyh4784.ElemContainerState(yyj4784) + if yyrt4794 { + for ; yyj4794 < yyl4794; yyj4794++ { + yyv4794 = append(yyv4794, pkg5_runtime.RawExtension{}) + yyh4794.ElemContainerState(yyj4794) if r.TryDecodeAsNil() { - yyv4784[yyj4784] = pkg5_runtime.RawExtension{} + yyv4794[yyj4794] = pkg5_runtime.RawExtension{} } else { - yyv4787 := &yyv4784[yyj4784] - yym4788 := z.DecBinary() - _ = yym4788 + yyv4797 := &yyv4794[yyj4794] + yym4798 := z.DecBinary() + _ = yym4798 if false { - } else if z.HasExtensions() && z.DecExt(yyv4787) { - } else if !yym4788 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4787) + } else if z.HasExtensions() && z.DecExt(yyv4797) { + } else if !yym4798 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4797) } else { - z.DecFallback(yyv4787, false) + z.DecFallback(yyv4797, false) } } @@ -61342,27 +61438,27 @@ func (x codecSelfer1234) decSliceruntime_RawExtension(v *[]pkg5_runtime.RawExten } } else { - yyj4784 := 0 - for ; !r.CheckBreak(); yyj4784++ { + yyj4794 := 0 + for ; !r.CheckBreak(); yyj4794++ { - if yyj4784 >= len(yyv4784) { - yyv4784 = append(yyv4784, pkg5_runtime.RawExtension{}) // var yyz4784 pkg5_runtime.RawExtension - yyc4784 = true + if yyj4794 >= len(yyv4794) { + yyv4794 = append(yyv4794, pkg5_runtime.RawExtension{}) // var yyz4794 pkg5_runtime.RawExtension + yyc4794 = true } - yyh4784.ElemContainerState(yyj4784) - if yyj4784 < len(yyv4784) { + yyh4794.ElemContainerState(yyj4794) + if yyj4794 < len(yyv4794) { if r.TryDecodeAsNil() { - yyv4784[yyj4784] = pkg5_runtime.RawExtension{} + yyv4794[yyj4794] = pkg5_runtime.RawExtension{} } else { - yyv4789 := &yyv4784[yyj4784] - yym4790 := z.DecBinary() - _ = yym4790 + yyv4799 := &yyv4794[yyj4794] + yym4800 := z.DecBinary() + _ = yym4800 if false { - } else if z.HasExtensions() && z.DecExt(yyv4789) { - } else if !yym4790 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4789) + } else if z.HasExtensions() && z.DecExt(yyv4799) { + } else if !yym4800 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4799) } else { - z.DecFallback(yyv4789, false) + z.DecFallback(yyv4799, false) } } @@ -61371,17 +61467,17 @@ func (x codecSelfer1234) decSliceruntime_RawExtension(v *[]pkg5_runtime.RawExten } } - if yyj4784 < len(yyv4784) { - yyv4784 = yyv4784[:yyj4784] - yyc4784 = true - } else if yyj4784 == 0 && yyv4784 == nil { - yyv4784 = []pkg5_runtime.RawExtension{} - yyc4784 = true + if yyj4794 < len(yyv4794) { + yyv4794 = yyv4794[:yyj4794] + yyc4794 = true + } else if yyj4794 == 0 && yyv4794 == nil { + yyv4794 = []pkg5_runtime.RawExtension{} + yyc4794 = true } } - yyh4784.End() - if yyc4784 { - *v = yyv4784 + yyh4794.End() + if yyc4794 { + *v = yyv4794 } } @@ -61390,10 +61486,10 @@ func (x codecSelfer1234) encSliceLimitRangeItem(v []LimitRangeItem, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4791 := range v { + for _, yyv4801 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4792 := &yyv4791 - yy4792.CodecEncodeSelf(e) + yy4802 := &yyv4801 + yy4802.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61403,83 +61499,83 @@ func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4793 := *v - yyh4793, yyl4793 := z.DecSliceHelperStart() - var yyc4793 bool - if yyl4793 == 0 { - if yyv4793 == nil { - yyv4793 = []LimitRangeItem{} - yyc4793 = true - } else if len(yyv4793) != 0 { - yyv4793 = yyv4793[:0] - yyc4793 = true + yyv4803 := *v + yyh4803, yyl4803 := z.DecSliceHelperStart() + var yyc4803 bool + if yyl4803 == 0 { + if yyv4803 == nil { + yyv4803 = []LimitRangeItem{} + yyc4803 = true + } else if len(yyv4803) != 0 { + yyv4803 = yyv4803[:0] + yyc4803 = true } - } else if yyl4793 > 0 { - var yyrr4793, yyrl4793 int - var yyrt4793 bool - if yyl4793 > cap(yyv4793) { + } else if yyl4803 > 0 { + var yyrr4803, yyrl4803 int + var yyrt4803 bool + if yyl4803 > cap(yyv4803) { - yyrg4793 := len(yyv4793) > 0 - yyv24793 := yyv4793 - yyrl4793, yyrt4793 = z.DecInferLen(yyl4793, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4793 { - if yyrl4793 <= cap(yyv4793) { - yyv4793 = yyv4793[:yyrl4793] + yyrg4803 := len(yyv4803) > 0 + yyv24803 := yyv4803 + yyrl4803, yyrt4803 = z.DecInferLen(yyl4803, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4803 { + if yyrl4803 <= cap(yyv4803) { + yyv4803 = yyv4803[:yyrl4803] } else { - yyv4793 = make([]LimitRangeItem, yyrl4793) + yyv4803 = make([]LimitRangeItem, yyrl4803) } } else { - yyv4793 = make([]LimitRangeItem, yyrl4793) + yyv4803 = make([]LimitRangeItem, yyrl4803) } - yyc4793 = true - yyrr4793 = len(yyv4793) - if yyrg4793 { - copy(yyv4793, yyv24793) + yyc4803 = true + yyrr4803 = len(yyv4803) + if yyrg4803 { + copy(yyv4803, yyv24803) } - } else if yyl4793 != len(yyv4793) { - yyv4793 = yyv4793[:yyl4793] - yyc4793 = true + } else if yyl4803 != len(yyv4803) { + yyv4803 = yyv4803[:yyl4803] + yyc4803 = true } - yyj4793 := 0 - for ; yyj4793 < yyrr4793; yyj4793++ { - yyh4793.ElemContainerState(yyj4793) + yyj4803 := 0 + for ; yyj4803 < yyrr4803; yyj4803++ { + yyh4803.ElemContainerState(yyj4803) if r.TryDecodeAsNil() { - yyv4793[yyj4793] = LimitRangeItem{} + yyv4803[yyj4803] = LimitRangeItem{} } else { - yyv4794 := &yyv4793[yyj4793] - yyv4794.CodecDecodeSelf(d) + yyv4804 := &yyv4803[yyj4803] + yyv4804.CodecDecodeSelf(d) } } - if yyrt4793 { - for ; yyj4793 < yyl4793; yyj4793++ { - yyv4793 = append(yyv4793, LimitRangeItem{}) - yyh4793.ElemContainerState(yyj4793) + if yyrt4803 { + for ; yyj4803 < yyl4803; yyj4803++ { + yyv4803 = append(yyv4803, LimitRangeItem{}) + yyh4803.ElemContainerState(yyj4803) if r.TryDecodeAsNil() { - yyv4793[yyj4793] = LimitRangeItem{} + yyv4803[yyj4803] = LimitRangeItem{} } else { - yyv4795 := &yyv4793[yyj4793] - yyv4795.CodecDecodeSelf(d) + yyv4805 := &yyv4803[yyj4803] + yyv4805.CodecDecodeSelf(d) } } } } else { - yyj4793 := 0 - for ; !r.CheckBreak(); yyj4793++ { + yyj4803 := 0 + for ; !r.CheckBreak(); yyj4803++ { - if yyj4793 >= len(yyv4793) { - yyv4793 = append(yyv4793, LimitRangeItem{}) // var yyz4793 LimitRangeItem - yyc4793 = true + if yyj4803 >= len(yyv4803) { + yyv4803 = append(yyv4803, LimitRangeItem{}) // var yyz4803 LimitRangeItem + yyc4803 = true } - yyh4793.ElemContainerState(yyj4793) - if yyj4793 < len(yyv4793) { + yyh4803.ElemContainerState(yyj4803) + if yyj4803 < len(yyv4803) { if r.TryDecodeAsNil() { - yyv4793[yyj4793] = LimitRangeItem{} + yyv4803[yyj4803] = LimitRangeItem{} } else { - yyv4796 := &yyv4793[yyj4793] - yyv4796.CodecDecodeSelf(d) + yyv4806 := &yyv4803[yyj4803] + yyv4806.CodecDecodeSelf(d) } } else { @@ -61487,17 +61583,17 @@ func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec197 } } - if yyj4793 < len(yyv4793) { - yyv4793 = yyv4793[:yyj4793] - yyc4793 = true - } else if yyj4793 == 0 && yyv4793 == nil { - yyv4793 = []LimitRangeItem{} - yyc4793 = true + if yyj4803 < len(yyv4803) { + yyv4803 = yyv4803[:yyj4803] + yyc4803 = true + } else if yyj4803 == 0 && yyv4803 == nil { + yyv4803 = []LimitRangeItem{} + yyc4803 = true } } - yyh4793.End() - if yyc4793 { - *v = yyv4793 + yyh4803.End() + if yyc4803 { + *v = yyv4803 } } @@ -61506,10 +61602,10 @@ func (x codecSelfer1234) encSliceLimitRange(v []LimitRange, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4797 := range v { + for _, yyv4807 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4798 := &yyv4797 - yy4798.CodecEncodeSelf(e) + yy4808 := &yyv4807 + yy4808.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61519,83 +61615,83 @@ func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4799 := *v - yyh4799, yyl4799 := z.DecSliceHelperStart() - var yyc4799 bool - if yyl4799 == 0 { - if yyv4799 == nil { - yyv4799 = []LimitRange{} - yyc4799 = true - } else if len(yyv4799) != 0 { - yyv4799 = yyv4799[:0] - yyc4799 = true + yyv4809 := *v + yyh4809, yyl4809 := z.DecSliceHelperStart() + var yyc4809 bool + if yyl4809 == 0 { + if yyv4809 == nil { + yyv4809 = []LimitRange{} + yyc4809 = true + } else if len(yyv4809) != 0 { + yyv4809 = yyv4809[:0] + yyc4809 = true } - } else if yyl4799 > 0 { - var yyrr4799, yyrl4799 int - var yyrt4799 bool - if yyl4799 > cap(yyv4799) { + } else if yyl4809 > 0 { + var yyrr4809, yyrl4809 int + var yyrt4809 bool + if yyl4809 > cap(yyv4809) { - yyrg4799 := len(yyv4799) > 0 - yyv24799 := yyv4799 - yyrl4799, yyrt4799 = z.DecInferLen(yyl4799, z.DecBasicHandle().MaxInitLen, 280) - if yyrt4799 { - if yyrl4799 <= cap(yyv4799) { - yyv4799 = yyv4799[:yyrl4799] + yyrg4809 := len(yyv4809) > 0 + yyv24809 := yyv4809 + yyrl4809, yyrt4809 = z.DecInferLen(yyl4809, z.DecBasicHandle().MaxInitLen, 280) + if yyrt4809 { + if yyrl4809 <= cap(yyv4809) { + yyv4809 = yyv4809[:yyrl4809] } else { - yyv4799 = make([]LimitRange, yyrl4799) + yyv4809 = make([]LimitRange, yyrl4809) } } else { - yyv4799 = make([]LimitRange, yyrl4799) + yyv4809 = make([]LimitRange, yyrl4809) } - yyc4799 = true - yyrr4799 = len(yyv4799) - if yyrg4799 { - copy(yyv4799, yyv24799) + yyc4809 = true + yyrr4809 = len(yyv4809) + if yyrg4809 { + copy(yyv4809, yyv24809) } - } else if yyl4799 != len(yyv4799) { - yyv4799 = yyv4799[:yyl4799] - yyc4799 = true + } else if yyl4809 != len(yyv4809) { + yyv4809 = yyv4809[:yyl4809] + yyc4809 = true } - yyj4799 := 0 - for ; yyj4799 < yyrr4799; yyj4799++ { - yyh4799.ElemContainerState(yyj4799) + yyj4809 := 0 + for ; yyj4809 < yyrr4809; yyj4809++ { + yyh4809.ElemContainerState(yyj4809) if r.TryDecodeAsNil() { - yyv4799[yyj4799] = LimitRange{} + yyv4809[yyj4809] = LimitRange{} } else { - yyv4800 := &yyv4799[yyj4799] - yyv4800.CodecDecodeSelf(d) + yyv4810 := &yyv4809[yyj4809] + yyv4810.CodecDecodeSelf(d) } } - if yyrt4799 { - for ; yyj4799 < yyl4799; yyj4799++ { - yyv4799 = append(yyv4799, LimitRange{}) - yyh4799.ElemContainerState(yyj4799) + if yyrt4809 { + for ; yyj4809 < yyl4809; yyj4809++ { + yyv4809 = append(yyv4809, LimitRange{}) + yyh4809.ElemContainerState(yyj4809) if r.TryDecodeAsNil() { - yyv4799[yyj4799] = LimitRange{} + yyv4809[yyj4809] = LimitRange{} } else { - yyv4801 := &yyv4799[yyj4799] - yyv4801.CodecDecodeSelf(d) + yyv4811 := &yyv4809[yyj4809] + yyv4811.CodecDecodeSelf(d) } } } } else { - yyj4799 := 0 - for ; !r.CheckBreak(); yyj4799++ { + yyj4809 := 0 + for ; !r.CheckBreak(); yyj4809++ { - if yyj4799 >= len(yyv4799) { - yyv4799 = append(yyv4799, LimitRange{}) // var yyz4799 LimitRange - yyc4799 = true + if yyj4809 >= len(yyv4809) { + yyv4809 = append(yyv4809, LimitRange{}) // var yyz4809 LimitRange + yyc4809 = true } - yyh4799.ElemContainerState(yyj4799) - if yyj4799 < len(yyv4799) { + yyh4809.ElemContainerState(yyj4809) + if yyj4809 < len(yyv4809) { if r.TryDecodeAsNil() { - yyv4799[yyj4799] = LimitRange{} + yyv4809[yyj4809] = LimitRange{} } else { - yyv4802 := &yyv4799[yyj4799] - yyv4802.CodecDecodeSelf(d) + yyv4812 := &yyv4809[yyj4809] + yyv4812.CodecDecodeSelf(d) } } else { @@ -61603,17 +61699,17 @@ func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decode } } - if yyj4799 < len(yyv4799) { - yyv4799 = yyv4799[:yyj4799] - yyc4799 = true - } else if yyj4799 == 0 && yyv4799 == nil { - yyv4799 = []LimitRange{} - yyc4799 = true + if yyj4809 < len(yyv4809) { + yyv4809 = yyv4809[:yyj4809] + yyc4809 = true + } else if yyj4809 == 0 && yyv4809 == nil { + yyv4809 = []LimitRange{} + yyc4809 = true } } - yyh4799.End() - if yyc4799 { - *v = yyv4799 + yyh4809.End() + if yyc4809 { + *v = yyv4809 } } @@ -61622,9 +61718,9 @@ func (x codecSelfer1234) encSliceResourceQuotaScope(v []ResourceQuotaScope, e *c z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4803 := range v { + for _, yyv4813 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4803.CodecEncodeSelf(e) + yyv4813.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61634,75 +61730,75 @@ func (x codecSelfer1234) decSliceResourceQuotaScope(v *[]ResourceQuotaScope, d * z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4804 := *v - yyh4804, yyl4804 := z.DecSliceHelperStart() - var yyc4804 bool - if yyl4804 == 0 { - if yyv4804 == nil { - yyv4804 = []ResourceQuotaScope{} - yyc4804 = true - } else if len(yyv4804) != 0 { - yyv4804 = yyv4804[:0] - yyc4804 = true + yyv4814 := *v + yyh4814, yyl4814 := z.DecSliceHelperStart() + var yyc4814 bool + if yyl4814 == 0 { + if yyv4814 == nil { + yyv4814 = []ResourceQuotaScope{} + yyc4814 = true + } else if len(yyv4814) != 0 { + yyv4814 = yyv4814[:0] + yyc4814 = true } - } else if yyl4804 > 0 { - var yyrr4804, yyrl4804 int - var yyrt4804 bool - if yyl4804 > cap(yyv4804) { + } else if yyl4814 > 0 { + var yyrr4814, yyrl4814 int + var yyrt4814 bool + if yyl4814 > cap(yyv4814) { - yyrl4804, yyrt4804 = z.DecInferLen(yyl4804, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4804 { - if yyrl4804 <= cap(yyv4804) { - yyv4804 = yyv4804[:yyrl4804] + yyrl4814, yyrt4814 = z.DecInferLen(yyl4814, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4814 { + if yyrl4814 <= cap(yyv4814) { + yyv4814 = yyv4814[:yyrl4814] } else { - yyv4804 = make([]ResourceQuotaScope, yyrl4804) + yyv4814 = make([]ResourceQuotaScope, yyrl4814) } } else { - yyv4804 = make([]ResourceQuotaScope, yyrl4804) + yyv4814 = make([]ResourceQuotaScope, yyrl4814) } - yyc4804 = true - yyrr4804 = len(yyv4804) - } else if yyl4804 != len(yyv4804) { - yyv4804 = yyv4804[:yyl4804] - yyc4804 = true + yyc4814 = true + yyrr4814 = len(yyv4814) + } else if yyl4814 != len(yyv4814) { + yyv4814 = yyv4814[:yyl4814] + yyc4814 = true } - yyj4804 := 0 - for ; yyj4804 < yyrr4804; yyj4804++ { - yyh4804.ElemContainerState(yyj4804) + yyj4814 := 0 + for ; yyj4814 < yyrr4814; yyj4814++ { + yyh4814.ElemContainerState(yyj4814) if r.TryDecodeAsNil() { - yyv4804[yyj4804] = "" + yyv4814[yyj4814] = "" } else { - yyv4804[yyj4804] = ResourceQuotaScope(r.DecodeString()) + yyv4814[yyj4814] = ResourceQuotaScope(r.DecodeString()) } } - if yyrt4804 { - for ; yyj4804 < yyl4804; yyj4804++ { - yyv4804 = append(yyv4804, "") - yyh4804.ElemContainerState(yyj4804) + if yyrt4814 { + for ; yyj4814 < yyl4814; yyj4814++ { + yyv4814 = append(yyv4814, "") + yyh4814.ElemContainerState(yyj4814) if r.TryDecodeAsNil() { - yyv4804[yyj4804] = "" + yyv4814[yyj4814] = "" } else { - yyv4804[yyj4804] = ResourceQuotaScope(r.DecodeString()) + yyv4814[yyj4814] = ResourceQuotaScope(r.DecodeString()) } } } } else { - yyj4804 := 0 - for ; !r.CheckBreak(); yyj4804++ { + yyj4814 := 0 + for ; !r.CheckBreak(); yyj4814++ { - if yyj4804 >= len(yyv4804) { - yyv4804 = append(yyv4804, "") // var yyz4804 ResourceQuotaScope - yyc4804 = true + if yyj4814 >= len(yyv4814) { + yyv4814 = append(yyv4814, "") // var yyz4814 ResourceQuotaScope + yyc4814 = true } - yyh4804.ElemContainerState(yyj4804) - if yyj4804 < len(yyv4804) { + yyh4814.ElemContainerState(yyj4814) + if yyj4814 < len(yyv4814) { if r.TryDecodeAsNil() { - yyv4804[yyj4804] = "" + yyv4814[yyj4814] = "" } else { - yyv4804[yyj4804] = ResourceQuotaScope(r.DecodeString()) + yyv4814[yyj4814] = ResourceQuotaScope(r.DecodeString()) } } else { @@ -61710,17 +61806,17 @@ func (x codecSelfer1234) decSliceResourceQuotaScope(v *[]ResourceQuotaScope, d * } } - if yyj4804 < len(yyv4804) { - yyv4804 = yyv4804[:yyj4804] - yyc4804 = true - } else if yyj4804 == 0 && yyv4804 == nil { - yyv4804 = []ResourceQuotaScope{} - yyc4804 = true + if yyj4814 < len(yyv4814) { + yyv4814 = yyv4814[:yyj4814] + yyc4814 = true + } else if yyj4814 == 0 && yyv4814 == nil { + yyv4814 = []ResourceQuotaScope{} + yyc4814 = true } } - yyh4804.End() - if yyc4804 { - *v = yyv4804 + yyh4814.End() + if yyc4814 { + *v = yyv4814 } } @@ -61729,10 +61825,10 @@ func (x codecSelfer1234) encSliceResourceQuota(v []ResourceQuota, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4808 := range v { + for _, yyv4818 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4809 := &yyv4808 - yy4809.CodecEncodeSelf(e) + yy4819 := &yyv4818 + yy4819.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61742,83 +61838,83 @@ func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4810 := *v - yyh4810, yyl4810 := z.DecSliceHelperStart() - var yyc4810 bool - if yyl4810 == 0 { - if yyv4810 == nil { - yyv4810 = []ResourceQuota{} - yyc4810 = true - } else if len(yyv4810) != 0 { - yyv4810 = yyv4810[:0] - yyc4810 = true + yyv4820 := *v + yyh4820, yyl4820 := z.DecSliceHelperStart() + var yyc4820 bool + if yyl4820 == 0 { + if yyv4820 == nil { + yyv4820 = []ResourceQuota{} + yyc4820 = true + } else if len(yyv4820) != 0 { + yyv4820 = yyv4820[:0] + yyc4820 = true } - } else if yyl4810 > 0 { - var yyrr4810, yyrl4810 int - var yyrt4810 bool - if yyl4810 > cap(yyv4810) { + } else if yyl4820 > 0 { + var yyrr4820, yyrl4820 int + var yyrt4820 bool + if yyl4820 > cap(yyv4820) { - yyrg4810 := len(yyv4810) > 0 - yyv24810 := yyv4810 - yyrl4810, yyrt4810 = z.DecInferLen(yyl4810, z.DecBasicHandle().MaxInitLen, 304) - if yyrt4810 { - if yyrl4810 <= cap(yyv4810) { - yyv4810 = yyv4810[:yyrl4810] + yyrg4820 := len(yyv4820) > 0 + yyv24820 := yyv4820 + yyrl4820, yyrt4820 = z.DecInferLen(yyl4820, z.DecBasicHandle().MaxInitLen, 304) + if yyrt4820 { + if yyrl4820 <= cap(yyv4820) { + yyv4820 = yyv4820[:yyrl4820] } else { - yyv4810 = make([]ResourceQuota, yyrl4810) + yyv4820 = make([]ResourceQuota, yyrl4820) } } else { - yyv4810 = make([]ResourceQuota, yyrl4810) + yyv4820 = make([]ResourceQuota, yyrl4820) } - yyc4810 = true - yyrr4810 = len(yyv4810) - if yyrg4810 { - copy(yyv4810, yyv24810) + yyc4820 = true + yyrr4820 = len(yyv4820) + if yyrg4820 { + copy(yyv4820, yyv24820) } - } else if yyl4810 != len(yyv4810) { - yyv4810 = yyv4810[:yyl4810] - yyc4810 = true + } else if yyl4820 != len(yyv4820) { + yyv4820 = yyv4820[:yyl4820] + yyc4820 = true } - yyj4810 := 0 - for ; yyj4810 < yyrr4810; yyj4810++ { - yyh4810.ElemContainerState(yyj4810) + yyj4820 := 0 + for ; yyj4820 < yyrr4820; yyj4820++ { + yyh4820.ElemContainerState(yyj4820) if r.TryDecodeAsNil() { - yyv4810[yyj4810] = ResourceQuota{} + yyv4820[yyj4820] = ResourceQuota{} } else { - yyv4811 := &yyv4810[yyj4810] - yyv4811.CodecDecodeSelf(d) + yyv4821 := &yyv4820[yyj4820] + yyv4821.CodecDecodeSelf(d) } } - if yyrt4810 { - for ; yyj4810 < yyl4810; yyj4810++ { - yyv4810 = append(yyv4810, ResourceQuota{}) - yyh4810.ElemContainerState(yyj4810) + if yyrt4820 { + for ; yyj4820 < yyl4820; yyj4820++ { + yyv4820 = append(yyv4820, ResourceQuota{}) + yyh4820.ElemContainerState(yyj4820) if r.TryDecodeAsNil() { - yyv4810[yyj4810] = ResourceQuota{} + yyv4820[yyj4820] = ResourceQuota{} } else { - yyv4812 := &yyv4810[yyj4810] - yyv4812.CodecDecodeSelf(d) + yyv4822 := &yyv4820[yyj4820] + yyv4822.CodecDecodeSelf(d) } } } } else { - yyj4810 := 0 - for ; !r.CheckBreak(); yyj4810++ { + yyj4820 := 0 + for ; !r.CheckBreak(); yyj4820++ { - if yyj4810 >= len(yyv4810) { - yyv4810 = append(yyv4810, ResourceQuota{}) // var yyz4810 ResourceQuota - yyc4810 = true + if yyj4820 >= len(yyv4820) { + yyv4820 = append(yyv4820, ResourceQuota{}) // var yyz4820 ResourceQuota + yyc4820 = true } - yyh4810.ElemContainerState(yyj4810) - if yyj4810 < len(yyv4810) { + yyh4820.ElemContainerState(yyj4820) + if yyj4820 < len(yyv4820) { if r.TryDecodeAsNil() { - yyv4810[yyj4810] = ResourceQuota{} + yyv4820[yyj4820] = ResourceQuota{} } else { - yyv4813 := &yyv4810[yyj4810] - yyv4813.CodecDecodeSelf(d) + yyv4823 := &yyv4820[yyj4820] + yyv4823.CodecDecodeSelf(d) } } else { @@ -61826,17 +61922,17 @@ func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978. } } - if yyj4810 < len(yyv4810) { - yyv4810 = yyv4810[:yyj4810] - yyc4810 = true - } else if yyj4810 == 0 && yyv4810 == nil { - yyv4810 = []ResourceQuota{} - yyc4810 = true + if yyj4820 < len(yyv4820) { + yyv4820 = yyv4820[:yyj4820] + yyc4820 = true + } else if yyj4820 == 0 && yyv4820 == nil { + yyv4820 = []ResourceQuota{} + yyc4820 = true } } - yyh4810.End() - if yyc4810 { - *v = yyv4810 + yyh4820.End() + if yyc4820 { + *v = yyv4820 } } @@ -61845,23 +61941,23 @@ func (x codecSelfer1234) encMapstringSliceuint8(v map[string][]uint8, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeMapStart(len(v)) - for yyk4814, yyv4814 := range v { + for yyk4824, yyv4824 := range v { z.EncSendContainerState(codecSelfer_containerMapKey1234) - yym4815 := z.EncBinary() - _ = yym4815 + yym4825 := z.EncBinary() + _ = yym4825 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yyk4814)) + r.EncodeString(codecSelferC_UTF81234, string(yyk4824)) } z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyv4814 == nil { + if yyv4824 == nil { r.EncodeNil() } else { - yym4816 := z.EncBinary() - _ = yym4816 + yym4826 := z.EncBinary() + _ = yym4826 if false { } else { - r.EncodeStringBytes(codecSelferC_RAW1234, []byte(yyv4814)) + r.EncodeStringBytes(codecSelferC_RAW1234, []byte(yyv4824)) } } } @@ -61873,80 +61969,80 @@ func (x codecSelfer1234) decMapstringSliceuint8(v *map[string][]uint8, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4817 := *v - yyl4817 := r.ReadMapStart() - yybh4817 := z.DecBasicHandle() - if yyv4817 == nil { - yyrl4817, _ := z.DecInferLen(yyl4817, yybh4817.MaxInitLen, 40) - yyv4817 = make(map[string][]uint8, yyrl4817) - *v = yyv4817 + yyv4827 := *v + yyl4827 := r.ReadMapStart() + yybh4827 := z.DecBasicHandle() + if yyv4827 == nil { + yyrl4827, _ := z.DecInferLen(yyl4827, yybh4827.MaxInitLen, 40) + yyv4827 = make(map[string][]uint8, yyrl4827) + *v = yyv4827 } - var yymk4817 string - var yymv4817 []uint8 - var yymg4817 bool - if yybh4817.MapValueReset { - yymg4817 = true + var yymk4827 string + var yymv4827 []uint8 + var yymg4827 bool + if yybh4827.MapValueReset { + yymg4827 = true } - if yyl4817 > 0 { - for yyj4817 := 0; yyj4817 < yyl4817; yyj4817++ { + if yyl4827 > 0 { + for yyj4827 := 0; yyj4827 < yyl4827; yyj4827++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk4817 = "" + yymk4827 = "" } else { - yymk4817 = string(r.DecodeString()) + yymk4827 = string(r.DecodeString()) } - if yymg4817 { - yymv4817 = yyv4817[yymk4817] + if yymg4827 { + yymv4827 = yyv4827[yymk4827] } else { - yymv4817 = nil + yymv4827 = nil } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv4817 = nil + yymv4827 = nil } else { - yyv4819 := &yymv4817 - yym4820 := z.DecBinary() - _ = yym4820 + yyv4829 := &yymv4827 + yym4830 := z.DecBinary() + _ = yym4830 if false { } else { - *yyv4819 = r.DecodeBytes(*(*[]byte)(yyv4819), false, false) + *yyv4829 = r.DecodeBytes(*(*[]byte)(yyv4829), false, false) } } - if yyv4817 != nil { - yyv4817[yymk4817] = yymv4817 + if yyv4827 != nil { + yyv4827[yymk4827] = yymv4827 } } - } else if yyl4817 < 0 { - for yyj4817 := 0; !r.CheckBreak(); yyj4817++ { + } else if yyl4827 < 0 { + for yyj4827 := 0; !r.CheckBreak(); yyj4827++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk4817 = "" + yymk4827 = "" } else { - yymk4817 = string(r.DecodeString()) + yymk4827 = string(r.DecodeString()) } - if yymg4817 { - yymv4817 = yyv4817[yymk4817] + if yymg4827 { + yymv4827 = yyv4827[yymk4827] } else { - yymv4817 = nil + yymv4827 = nil } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv4817 = nil + yymv4827 = nil } else { - yyv4822 := &yymv4817 - yym4823 := z.DecBinary() - _ = yym4823 + yyv4832 := &yymv4827 + yym4833 := z.DecBinary() + _ = yym4833 if false { } else { - *yyv4822 = r.DecodeBytes(*(*[]byte)(yyv4822), false, false) + *yyv4832 = r.DecodeBytes(*(*[]byte)(yyv4832), false, false) } } - if yyv4817 != nil { - yyv4817[yymk4817] = yymv4817 + if yyv4827 != nil { + yyv4827[yymk4827] = yymv4827 } } } // else len==0: TODO: Should we clear map entries? @@ -61958,10 +62054,10 @@ func (x codecSelfer1234) encSliceSecret(v []Secret, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4824 := range v { + for _, yyv4834 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4825 := &yyv4824 - yy4825.CodecEncodeSelf(e) + yy4835 := &yyv4834 + yy4835.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61971,83 +62067,83 @@ func (x codecSelfer1234) decSliceSecret(v *[]Secret, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4826 := *v - yyh4826, yyl4826 := z.DecSliceHelperStart() - var yyc4826 bool - if yyl4826 == 0 { - if yyv4826 == nil { - yyv4826 = []Secret{} - yyc4826 = true - } else if len(yyv4826) != 0 { - yyv4826 = yyv4826[:0] - yyc4826 = true + yyv4836 := *v + yyh4836, yyl4836 := z.DecSliceHelperStart() + var yyc4836 bool + if yyl4836 == 0 { + if yyv4836 == nil { + yyv4836 = []Secret{} + yyc4836 = true + } else if len(yyv4836) != 0 { + yyv4836 = yyv4836[:0] + yyc4836 = true } - } else if yyl4826 > 0 { - var yyrr4826, yyrl4826 int - var yyrt4826 bool - if yyl4826 > cap(yyv4826) { + } else if yyl4836 > 0 { + var yyrr4836, yyrl4836 int + var yyrt4836 bool + if yyl4836 > cap(yyv4836) { - yyrg4826 := len(yyv4826) > 0 - yyv24826 := yyv4826 - yyrl4826, yyrt4826 = z.DecInferLen(yyl4826, z.DecBasicHandle().MaxInitLen, 288) - if yyrt4826 { - if yyrl4826 <= cap(yyv4826) { - yyv4826 = yyv4826[:yyrl4826] + yyrg4836 := len(yyv4836) > 0 + yyv24836 := yyv4836 + yyrl4836, yyrt4836 = z.DecInferLen(yyl4836, z.DecBasicHandle().MaxInitLen, 288) + if yyrt4836 { + if yyrl4836 <= cap(yyv4836) { + yyv4836 = yyv4836[:yyrl4836] } else { - yyv4826 = make([]Secret, yyrl4826) + yyv4836 = make([]Secret, yyrl4836) } } else { - yyv4826 = make([]Secret, yyrl4826) + yyv4836 = make([]Secret, yyrl4836) } - yyc4826 = true - yyrr4826 = len(yyv4826) - if yyrg4826 { - copy(yyv4826, yyv24826) + yyc4836 = true + yyrr4836 = len(yyv4836) + if yyrg4836 { + copy(yyv4836, yyv24836) } - } else if yyl4826 != len(yyv4826) { - yyv4826 = yyv4826[:yyl4826] - yyc4826 = true + } else if yyl4836 != len(yyv4836) { + yyv4836 = yyv4836[:yyl4836] + yyc4836 = true } - yyj4826 := 0 - for ; yyj4826 < yyrr4826; yyj4826++ { - yyh4826.ElemContainerState(yyj4826) + yyj4836 := 0 + for ; yyj4836 < yyrr4836; yyj4836++ { + yyh4836.ElemContainerState(yyj4836) if r.TryDecodeAsNil() { - yyv4826[yyj4826] = Secret{} + yyv4836[yyj4836] = Secret{} } else { - yyv4827 := &yyv4826[yyj4826] - yyv4827.CodecDecodeSelf(d) + yyv4837 := &yyv4836[yyj4836] + yyv4837.CodecDecodeSelf(d) } } - if yyrt4826 { - for ; yyj4826 < yyl4826; yyj4826++ { - yyv4826 = append(yyv4826, Secret{}) - yyh4826.ElemContainerState(yyj4826) + if yyrt4836 { + for ; yyj4836 < yyl4836; yyj4836++ { + yyv4836 = append(yyv4836, Secret{}) + yyh4836.ElemContainerState(yyj4836) if r.TryDecodeAsNil() { - yyv4826[yyj4826] = Secret{} + yyv4836[yyj4836] = Secret{} } else { - yyv4828 := &yyv4826[yyj4826] - yyv4828.CodecDecodeSelf(d) + yyv4838 := &yyv4836[yyj4836] + yyv4838.CodecDecodeSelf(d) } } } } else { - yyj4826 := 0 - for ; !r.CheckBreak(); yyj4826++ { + yyj4836 := 0 + for ; !r.CheckBreak(); yyj4836++ { - if yyj4826 >= len(yyv4826) { - yyv4826 = append(yyv4826, Secret{}) // var yyz4826 Secret - yyc4826 = true + if yyj4836 >= len(yyv4836) { + yyv4836 = append(yyv4836, Secret{}) // var yyz4836 Secret + yyc4836 = true } - yyh4826.ElemContainerState(yyj4826) - if yyj4826 < len(yyv4826) { + yyh4836.ElemContainerState(yyj4836) + if yyj4836 < len(yyv4836) { if r.TryDecodeAsNil() { - yyv4826[yyj4826] = Secret{} + yyv4836[yyj4836] = Secret{} } else { - yyv4829 := &yyv4826[yyj4826] - yyv4829.CodecDecodeSelf(d) + yyv4839 := &yyv4836[yyj4836] + yyv4839.CodecDecodeSelf(d) } } else { @@ -62055,17 +62151,17 @@ func (x codecSelfer1234) decSliceSecret(v *[]Secret, d *codec1978.Decoder) { } } - if yyj4826 < len(yyv4826) { - yyv4826 = yyv4826[:yyj4826] - yyc4826 = true - } else if yyj4826 == 0 && yyv4826 == nil { - yyv4826 = []Secret{} - yyc4826 = true + if yyj4836 < len(yyv4836) { + yyv4836 = yyv4836[:yyj4836] + yyc4836 = true + } else if yyj4836 == 0 && yyv4836 == nil { + yyv4836 = []Secret{} + yyc4836 = true } } - yyh4826.End() - if yyc4826 { - *v = yyv4826 + yyh4836.End() + if yyc4836 { + *v = yyv4836 } } @@ -62074,10 +62170,10 @@ func (x codecSelfer1234) encSliceConfigMap(v []ConfigMap, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4830 := range v { + for _, yyv4840 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4831 := &yyv4830 - yy4831.CodecEncodeSelf(e) + yy4841 := &yyv4840 + yy4841.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -62087,83 +62183,83 @@ func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4832 := *v - yyh4832, yyl4832 := z.DecSliceHelperStart() - var yyc4832 bool - if yyl4832 == 0 { - if yyv4832 == nil { - yyv4832 = []ConfigMap{} - yyc4832 = true - } else if len(yyv4832) != 0 { - yyv4832 = yyv4832[:0] - yyc4832 = true + yyv4842 := *v + yyh4842, yyl4842 := z.DecSliceHelperStart() + var yyc4842 bool + if yyl4842 == 0 { + if yyv4842 == nil { + yyv4842 = []ConfigMap{} + yyc4842 = true + } else if len(yyv4842) != 0 { + yyv4842 = yyv4842[:0] + yyc4842 = true } - } else if yyl4832 > 0 { - var yyrr4832, yyrl4832 int - var yyrt4832 bool - if yyl4832 > cap(yyv4832) { + } else if yyl4842 > 0 { + var yyrr4842, yyrl4842 int + var yyrt4842 bool + if yyl4842 > cap(yyv4842) { - yyrg4832 := len(yyv4832) > 0 - yyv24832 := yyv4832 - yyrl4832, yyrt4832 = z.DecInferLen(yyl4832, z.DecBasicHandle().MaxInitLen, 264) - if yyrt4832 { - if yyrl4832 <= cap(yyv4832) { - yyv4832 = yyv4832[:yyrl4832] + yyrg4842 := len(yyv4842) > 0 + yyv24842 := yyv4842 + yyrl4842, yyrt4842 = z.DecInferLen(yyl4842, z.DecBasicHandle().MaxInitLen, 264) + if yyrt4842 { + if yyrl4842 <= cap(yyv4842) { + yyv4842 = yyv4842[:yyrl4842] } else { - yyv4832 = make([]ConfigMap, yyrl4832) + yyv4842 = make([]ConfigMap, yyrl4842) } } else { - yyv4832 = make([]ConfigMap, yyrl4832) + yyv4842 = make([]ConfigMap, yyrl4842) } - yyc4832 = true - yyrr4832 = len(yyv4832) - if yyrg4832 { - copy(yyv4832, yyv24832) + yyc4842 = true + yyrr4842 = len(yyv4842) + if yyrg4842 { + copy(yyv4842, yyv24842) } - } else if yyl4832 != len(yyv4832) { - yyv4832 = yyv4832[:yyl4832] - yyc4832 = true + } else if yyl4842 != len(yyv4842) { + yyv4842 = yyv4842[:yyl4842] + yyc4842 = true } - yyj4832 := 0 - for ; yyj4832 < yyrr4832; yyj4832++ { - yyh4832.ElemContainerState(yyj4832) + yyj4842 := 0 + for ; yyj4842 < yyrr4842; yyj4842++ { + yyh4842.ElemContainerState(yyj4842) if r.TryDecodeAsNil() { - yyv4832[yyj4832] = ConfigMap{} + yyv4842[yyj4842] = ConfigMap{} } else { - yyv4833 := &yyv4832[yyj4832] - yyv4833.CodecDecodeSelf(d) + yyv4843 := &yyv4842[yyj4842] + yyv4843.CodecDecodeSelf(d) } } - if yyrt4832 { - for ; yyj4832 < yyl4832; yyj4832++ { - yyv4832 = append(yyv4832, ConfigMap{}) - yyh4832.ElemContainerState(yyj4832) + if yyrt4842 { + for ; yyj4842 < yyl4842; yyj4842++ { + yyv4842 = append(yyv4842, ConfigMap{}) + yyh4842.ElemContainerState(yyj4842) if r.TryDecodeAsNil() { - yyv4832[yyj4832] = ConfigMap{} + yyv4842[yyj4842] = ConfigMap{} } else { - yyv4834 := &yyv4832[yyj4832] - yyv4834.CodecDecodeSelf(d) + yyv4844 := &yyv4842[yyj4842] + yyv4844.CodecDecodeSelf(d) } } } } else { - yyj4832 := 0 - for ; !r.CheckBreak(); yyj4832++ { + yyj4842 := 0 + for ; !r.CheckBreak(); yyj4842++ { - if yyj4832 >= len(yyv4832) { - yyv4832 = append(yyv4832, ConfigMap{}) // var yyz4832 ConfigMap - yyc4832 = true + if yyj4842 >= len(yyv4842) { + yyv4842 = append(yyv4842, ConfigMap{}) // var yyz4842 ConfigMap + yyc4842 = true } - yyh4832.ElemContainerState(yyj4832) - if yyj4832 < len(yyv4832) { + yyh4842.ElemContainerState(yyj4842) + if yyj4842 < len(yyv4842) { if r.TryDecodeAsNil() { - yyv4832[yyj4832] = ConfigMap{} + yyv4842[yyj4842] = ConfigMap{} } else { - yyv4835 := &yyv4832[yyj4832] - yyv4835.CodecDecodeSelf(d) + yyv4845 := &yyv4842[yyj4842] + yyv4845.CodecDecodeSelf(d) } } else { @@ -62171,17 +62267,17 @@ func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) } } - if yyj4832 < len(yyv4832) { - yyv4832 = yyv4832[:yyj4832] - yyc4832 = true - } else if yyj4832 == 0 && yyv4832 == nil { - yyv4832 = []ConfigMap{} - yyc4832 = true + if yyj4842 < len(yyv4842) { + yyv4842 = yyv4842[:yyj4842] + yyc4842 = true + } else if yyj4842 == 0 && yyv4842 == nil { + yyv4842 = []ConfigMap{} + yyc4842 = true } } - yyh4832.End() - if yyc4832 { - *v = yyv4832 + yyh4842.End() + if yyc4842 { + *v = yyv4842 } } @@ -62190,10 +62286,10 @@ func (x codecSelfer1234) encSliceComponentCondition(v []ComponentCondition, e *c z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4836 := range v { + for _, yyv4846 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4837 := &yyv4836 - yy4837.CodecEncodeSelf(e) + yy4847 := &yyv4846 + yy4847.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -62203,83 +62299,83 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4838 := *v - yyh4838, yyl4838 := z.DecSliceHelperStart() - var yyc4838 bool - if yyl4838 == 0 { - if yyv4838 == nil { - yyv4838 = []ComponentCondition{} - yyc4838 = true - } else if len(yyv4838) != 0 { - yyv4838 = yyv4838[:0] - yyc4838 = true + yyv4848 := *v + yyh4848, yyl4848 := z.DecSliceHelperStart() + var yyc4848 bool + if yyl4848 == 0 { + if yyv4848 == nil { + yyv4848 = []ComponentCondition{} + yyc4848 = true + } else if len(yyv4848) != 0 { + yyv4848 = yyv4848[:0] + yyc4848 = true } - } else if yyl4838 > 0 { - var yyrr4838, yyrl4838 int - var yyrt4838 bool - if yyl4838 > cap(yyv4838) { + } else if yyl4848 > 0 { + var yyrr4848, yyrl4848 int + var yyrt4848 bool + if yyl4848 > cap(yyv4848) { - yyrg4838 := len(yyv4838) > 0 - yyv24838 := yyv4838 - yyrl4838, yyrt4838 = z.DecInferLen(yyl4838, z.DecBasicHandle().MaxInitLen, 64) - if yyrt4838 { - if yyrl4838 <= cap(yyv4838) { - yyv4838 = yyv4838[:yyrl4838] + yyrg4848 := len(yyv4848) > 0 + yyv24848 := yyv4848 + yyrl4848, yyrt4848 = z.DecInferLen(yyl4848, z.DecBasicHandle().MaxInitLen, 64) + if yyrt4848 { + if yyrl4848 <= cap(yyv4848) { + yyv4848 = yyv4848[:yyrl4848] } else { - yyv4838 = make([]ComponentCondition, yyrl4838) + yyv4848 = make([]ComponentCondition, yyrl4848) } } else { - yyv4838 = make([]ComponentCondition, yyrl4838) + yyv4848 = make([]ComponentCondition, yyrl4848) } - yyc4838 = true - yyrr4838 = len(yyv4838) - if yyrg4838 { - copy(yyv4838, yyv24838) + yyc4848 = true + yyrr4848 = len(yyv4848) + if yyrg4848 { + copy(yyv4848, yyv24848) } - } else if yyl4838 != len(yyv4838) { - yyv4838 = yyv4838[:yyl4838] - yyc4838 = true + } else if yyl4848 != len(yyv4848) { + yyv4848 = yyv4848[:yyl4848] + yyc4848 = true } - yyj4838 := 0 - for ; yyj4838 < yyrr4838; yyj4838++ { - yyh4838.ElemContainerState(yyj4838) + yyj4848 := 0 + for ; yyj4848 < yyrr4848; yyj4848++ { + yyh4848.ElemContainerState(yyj4848) if r.TryDecodeAsNil() { - yyv4838[yyj4838] = ComponentCondition{} + yyv4848[yyj4848] = ComponentCondition{} } else { - yyv4839 := &yyv4838[yyj4838] - yyv4839.CodecDecodeSelf(d) + yyv4849 := &yyv4848[yyj4848] + yyv4849.CodecDecodeSelf(d) } } - if yyrt4838 { - for ; yyj4838 < yyl4838; yyj4838++ { - yyv4838 = append(yyv4838, ComponentCondition{}) - yyh4838.ElemContainerState(yyj4838) + if yyrt4848 { + for ; yyj4848 < yyl4848; yyj4848++ { + yyv4848 = append(yyv4848, ComponentCondition{}) + yyh4848.ElemContainerState(yyj4848) if r.TryDecodeAsNil() { - yyv4838[yyj4838] = ComponentCondition{} + yyv4848[yyj4848] = ComponentCondition{} } else { - yyv4840 := &yyv4838[yyj4838] - yyv4840.CodecDecodeSelf(d) + yyv4850 := &yyv4848[yyj4848] + yyv4850.CodecDecodeSelf(d) } } } } else { - yyj4838 := 0 - for ; !r.CheckBreak(); yyj4838++ { + yyj4848 := 0 + for ; !r.CheckBreak(); yyj4848++ { - if yyj4838 >= len(yyv4838) { - yyv4838 = append(yyv4838, ComponentCondition{}) // var yyz4838 ComponentCondition - yyc4838 = true + if yyj4848 >= len(yyv4848) { + yyv4848 = append(yyv4848, ComponentCondition{}) // var yyz4848 ComponentCondition + yyc4848 = true } - yyh4838.ElemContainerState(yyj4838) - if yyj4838 < len(yyv4838) { + yyh4848.ElemContainerState(yyj4848) + if yyj4848 < len(yyv4848) { if r.TryDecodeAsNil() { - yyv4838[yyj4838] = ComponentCondition{} + yyv4848[yyj4848] = ComponentCondition{} } else { - yyv4841 := &yyv4838[yyj4838] - yyv4841.CodecDecodeSelf(d) + yyv4851 := &yyv4848[yyj4848] + yyv4851.CodecDecodeSelf(d) } } else { @@ -62287,17 +62383,17 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * } } - if yyj4838 < len(yyv4838) { - yyv4838 = yyv4838[:yyj4838] - yyc4838 = true - } else if yyj4838 == 0 && yyv4838 == nil { - yyv4838 = []ComponentCondition{} - yyc4838 = true + if yyj4848 < len(yyv4848) { + yyv4848 = yyv4848[:yyj4848] + yyc4848 = true + } else if yyj4848 == 0 && yyv4848 == nil { + yyv4848 = []ComponentCondition{} + yyc4848 = true } } - yyh4838.End() - if yyc4838 { - *v = yyv4838 + yyh4848.End() + if yyc4848 { + *v = yyv4848 } } @@ -62306,10 +62402,10 @@ func (x codecSelfer1234) encSliceComponentStatus(v []ComponentStatus, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4842 := range v { + for _, yyv4852 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4843 := &yyv4842 - yy4843.CodecEncodeSelf(e) + yy4853 := &yyv4852 + yy4853.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -62319,83 +62415,83 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4844 := *v - yyh4844, yyl4844 := z.DecSliceHelperStart() - var yyc4844 bool - if yyl4844 == 0 { - if yyv4844 == nil { - yyv4844 = []ComponentStatus{} - yyc4844 = true - } else if len(yyv4844) != 0 { - yyv4844 = yyv4844[:0] - yyc4844 = true + yyv4854 := *v + yyh4854, yyl4854 := z.DecSliceHelperStart() + var yyc4854 bool + if yyl4854 == 0 { + if yyv4854 == nil { + yyv4854 = []ComponentStatus{} + yyc4854 = true + } else if len(yyv4854) != 0 { + yyv4854 = yyv4854[:0] + yyc4854 = true } - } else if yyl4844 > 0 { - var yyrr4844, yyrl4844 int - var yyrt4844 bool - if yyl4844 > cap(yyv4844) { + } else if yyl4854 > 0 { + var yyrr4854, yyrl4854 int + var yyrt4854 bool + if yyl4854 > cap(yyv4854) { - yyrg4844 := len(yyv4844) > 0 - yyv24844 := yyv4844 - yyrl4844, yyrt4844 = z.DecInferLen(yyl4844, z.DecBasicHandle().MaxInitLen, 280) - if yyrt4844 { - if yyrl4844 <= cap(yyv4844) { - yyv4844 = yyv4844[:yyrl4844] + yyrg4854 := len(yyv4854) > 0 + yyv24854 := yyv4854 + yyrl4854, yyrt4854 = z.DecInferLen(yyl4854, z.DecBasicHandle().MaxInitLen, 280) + if yyrt4854 { + if yyrl4854 <= cap(yyv4854) { + yyv4854 = yyv4854[:yyrl4854] } else { - yyv4844 = make([]ComponentStatus, yyrl4844) + yyv4854 = make([]ComponentStatus, yyrl4854) } } else { - yyv4844 = make([]ComponentStatus, yyrl4844) + yyv4854 = make([]ComponentStatus, yyrl4854) } - yyc4844 = true - yyrr4844 = len(yyv4844) - if yyrg4844 { - copy(yyv4844, yyv24844) + yyc4854 = true + yyrr4854 = len(yyv4854) + if yyrg4854 { + copy(yyv4854, yyv24854) } - } else if yyl4844 != len(yyv4844) { - yyv4844 = yyv4844[:yyl4844] - yyc4844 = true + } else if yyl4854 != len(yyv4854) { + yyv4854 = yyv4854[:yyl4854] + yyc4854 = true } - yyj4844 := 0 - for ; yyj4844 < yyrr4844; yyj4844++ { - yyh4844.ElemContainerState(yyj4844) + yyj4854 := 0 + for ; yyj4854 < yyrr4854; yyj4854++ { + yyh4854.ElemContainerState(yyj4854) if r.TryDecodeAsNil() { - yyv4844[yyj4844] = ComponentStatus{} + yyv4854[yyj4854] = ComponentStatus{} } else { - yyv4845 := &yyv4844[yyj4844] - yyv4845.CodecDecodeSelf(d) + yyv4855 := &yyv4854[yyj4854] + yyv4855.CodecDecodeSelf(d) } } - if yyrt4844 { - for ; yyj4844 < yyl4844; yyj4844++ { - yyv4844 = append(yyv4844, ComponentStatus{}) - yyh4844.ElemContainerState(yyj4844) + if yyrt4854 { + for ; yyj4854 < yyl4854; yyj4854++ { + yyv4854 = append(yyv4854, ComponentStatus{}) + yyh4854.ElemContainerState(yyj4854) if r.TryDecodeAsNil() { - yyv4844[yyj4844] = ComponentStatus{} + yyv4854[yyj4854] = ComponentStatus{} } else { - yyv4846 := &yyv4844[yyj4844] - yyv4846.CodecDecodeSelf(d) + yyv4856 := &yyv4854[yyj4854] + yyv4856.CodecDecodeSelf(d) } } } } else { - yyj4844 := 0 - for ; !r.CheckBreak(); yyj4844++ { + yyj4854 := 0 + for ; !r.CheckBreak(); yyj4854++ { - if yyj4844 >= len(yyv4844) { - yyv4844 = append(yyv4844, ComponentStatus{}) // var yyz4844 ComponentStatus - yyc4844 = true + if yyj4854 >= len(yyv4854) { + yyv4854 = append(yyv4854, ComponentStatus{}) // var yyz4854 ComponentStatus + yyc4854 = true } - yyh4844.ElemContainerState(yyj4844) - if yyj4844 < len(yyv4844) { + yyh4854.ElemContainerState(yyj4854) + if yyj4854 < len(yyv4854) { if r.TryDecodeAsNil() { - yyv4844[yyj4844] = ComponentStatus{} + yyv4854[yyj4854] = ComponentStatus{} } else { - yyv4847 := &yyv4844[yyj4844] - yyv4847.CodecDecodeSelf(d) + yyv4857 := &yyv4854[yyj4854] + yyv4857.CodecDecodeSelf(d) } } else { @@ -62403,17 +62499,17 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 } } - if yyj4844 < len(yyv4844) { - yyv4844 = yyv4844[:yyj4844] - yyc4844 = true - } else if yyj4844 == 0 && yyv4844 == nil { - yyv4844 = []ComponentStatus{} - yyc4844 = true + if yyj4854 < len(yyv4854) { + yyv4854 = yyv4854[:yyj4854] + yyc4854 = true + } else if yyj4854 == 0 && yyv4854 == nil { + yyv4854 = []ComponentStatus{} + yyc4854 = true } } - yyh4844.End() - if yyc4844 { - *v = yyv4844 + yyh4854.End() + if yyc4854 { + *v = yyv4854 } } @@ -62422,10 +62518,10 @@ func (x codecSelfer1234) encSliceDownwardAPIVolumeFile(v []DownwardAPIVolumeFile z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4848 := range v { + for _, yyv4858 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4849 := &yyv4848 - yy4849.CodecEncodeSelf(e) + yy4859 := &yyv4858 + yy4859.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -62435,83 +62531,83 @@ func (x codecSelfer1234) decSliceDownwardAPIVolumeFile(v *[]DownwardAPIVolumeFil z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4850 := *v - yyh4850, yyl4850 := z.DecSliceHelperStart() - var yyc4850 bool - if yyl4850 == 0 { - if yyv4850 == nil { - yyv4850 = []DownwardAPIVolumeFile{} - yyc4850 = true - } else if len(yyv4850) != 0 { - yyv4850 = yyv4850[:0] - yyc4850 = true + yyv4860 := *v + yyh4860, yyl4860 := z.DecSliceHelperStart() + var yyc4860 bool + if yyl4860 == 0 { + if yyv4860 == nil { + yyv4860 = []DownwardAPIVolumeFile{} + yyc4860 = true + } else if len(yyv4860) != 0 { + yyv4860 = yyv4860[:0] + yyc4860 = true } - } else if yyl4850 > 0 { - var yyrr4850, yyrl4850 int - var yyrt4850 bool - if yyl4850 > cap(yyv4850) { + } else if yyl4860 > 0 { + var yyrr4860, yyrl4860 int + var yyrt4860 bool + if yyl4860 > cap(yyv4860) { - yyrg4850 := len(yyv4850) > 0 - yyv24850 := yyv4850 - yyrl4850, yyrt4850 = z.DecInferLen(yyl4850, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4850 { - if yyrl4850 <= cap(yyv4850) { - yyv4850 = yyv4850[:yyrl4850] + yyrg4860 := len(yyv4860) > 0 + yyv24860 := yyv4860 + yyrl4860, yyrt4860 = z.DecInferLen(yyl4860, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4860 { + if yyrl4860 <= cap(yyv4860) { + yyv4860 = yyv4860[:yyrl4860] } else { - yyv4850 = make([]DownwardAPIVolumeFile, yyrl4850) + yyv4860 = make([]DownwardAPIVolumeFile, yyrl4860) } } else { - yyv4850 = make([]DownwardAPIVolumeFile, yyrl4850) + yyv4860 = make([]DownwardAPIVolumeFile, yyrl4860) } - yyc4850 = true - yyrr4850 = len(yyv4850) - if yyrg4850 { - copy(yyv4850, yyv24850) + yyc4860 = true + yyrr4860 = len(yyv4860) + if yyrg4860 { + copy(yyv4860, yyv24860) } - } else if yyl4850 != len(yyv4850) { - yyv4850 = yyv4850[:yyl4850] - yyc4850 = true + } else if yyl4860 != len(yyv4860) { + yyv4860 = yyv4860[:yyl4860] + yyc4860 = true } - yyj4850 := 0 - for ; yyj4850 < yyrr4850; yyj4850++ { - yyh4850.ElemContainerState(yyj4850) + yyj4860 := 0 + for ; yyj4860 < yyrr4860; yyj4860++ { + yyh4860.ElemContainerState(yyj4860) if r.TryDecodeAsNil() { - yyv4850[yyj4850] = DownwardAPIVolumeFile{} + yyv4860[yyj4860] = DownwardAPIVolumeFile{} } else { - yyv4851 := &yyv4850[yyj4850] - yyv4851.CodecDecodeSelf(d) + yyv4861 := &yyv4860[yyj4860] + yyv4861.CodecDecodeSelf(d) } } - if yyrt4850 { - for ; yyj4850 < yyl4850; yyj4850++ { - yyv4850 = append(yyv4850, DownwardAPIVolumeFile{}) - yyh4850.ElemContainerState(yyj4850) + if yyrt4860 { + for ; yyj4860 < yyl4860; yyj4860++ { + yyv4860 = append(yyv4860, DownwardAPIVolumeFile{}) + yyh4860.ElemContainerState(yyj4860) if r.TryDecodeAsNil() { - yyv4850[yyj4850] = DownwardAPIVolumeFile{} + yyv4860[yyj4860] = DownwardAPIVolumeFile{} } else { - yyv4852 := &yyv4850[yyj4850] - yyv4852.CodecDecodeSelf(d) + yyv4862 := &yyv4860[yyj4860] + yyv4862.CodecDecodeSelf(d) } } } } else { - yyj4850 := 0 - for ; !r.CheckBreak(); yyj4850++ { + yyj4860 := 0 + for ; !r.CheckBreak(); yyj4860++ { - if yyj4850 >= len(yyv4850) { - yyv4850 = append(yyv4850, DownwardAPIVolumeFile{}) // var yyz4850 DownwardAPIVolumeFile - yyc4850 = true + if yyj4860 >= len(yyv4860) { + yyv4860 = append(yyv4860, DownwardAPIVolumeFile{}) // var yyz4860 DownwardAPIVolumeFile + yyc4860 = true } - yyh4850.ElemContainerState(yyj4850) - if yyj4850 < len(yyv4850) { + yyh4860.ElemContainerState(yyj4860) + if yyj4860 < len(yyv4860) { if r.TryDecodeAsNil() { - yyv4850[yyj4850] = DownwardAPIVolumeFile{} + yyv4860[yyj4860] = DownwardAPIVolumeFile{} } else { - yyv4853 := &yyv4850[yyj4850] - yyv4853.CodecDecodeSelf(d) + yyv4863 := &yyv4860[yyj4860] + yyv4863.CodecDecodeSelf(d) } } else { @@ -62519,16 +62615,16 @@ func (x codecSelfer1234) decSliceDownwardAPIVolumeFile(v *[]DownwardAPIVolumeFil } } - if yyj4850 < len(yyv4850) { - yyv4850 = yyv4850[:yyj4850] - yyc4850 = true - } else if yyj4850 == 0 && yyv4850 == nil { - yyv4850 = []DownwardAPIVolumeFile{} - yyc4850 = true + if yyj4860 < len(yyv4860) { + yyv4860 = yyv4860[:yyj4860] + yyc4860 = true + } else if yyj4860 == 0 && yyv4860 == nil { + yyv4860 = []DownwardAPIVolumeFile{} + yyc4860 = true } } - yyh4850.End() - if yyc4850 { - *v = yyv4850 + yyh4860.End() + if yyc4860 { + *v = yyv4860 } } diff --git a/pkg/api/v1/types.go b/pkg/api/v1/types.go index fd181958d2c..3dfe60eaaa5 100644 --- a/pkg/api/v1/types.go +++ b/pkg/api/v1/types.go @@ -2026,7 +2026,7 @@ type ReplicationControllerSpec struct { // Minimum number of seconds for which a newly created pod should be ready // without any of its container crashing, for it to be considered available. // Defaults to 0 (pod will be considered available as soon as it is ready) - MinReadySeconds int32 `json:"minReadySeconds,omitempty"` + MinReadySeconds int32 `json:"minReadySeconds,omitempty" protobuf:"varint,4,opt,name=minReadySeconds"` // Selector is a label query over pods that should match the Replicas count. // If Selector is empty, it is defaulted to the labels present on the Pod template. @@ -2060,7 +2060,7 @@ type ReplicationControllerStatus struct { ReadyReplicas int32 `json:"readyReplicas,omitempty" protobuf:"varint,4,opt,name=readyReplicas"` // The number of available replicas (ready for at least minReadySeconds) for this replication controller. - AvailableReplicas int32 `json:"availableReplicas,omitempty"` + AvailableReplicas int32 `json:"availableReplicas,omitempty" protobuf:"varint,5,opt,name=availableReplicas"` // ObservedGeneration reflects the generation of the most recently observed replication controller. ObservedGeneration int64 `json:"observedGeneration,omitempty" protobuf:"varint,3,opt,name=observedGeneration"` diff --git a/pkg/api/v1/types_swagger_doc_generated.go b/pkg/api/v1/types_swagger_doc_generated.go index 252acadaf57..54e87c8f919 100644 --- a/pkg/api/v1/types_swagger_doc_generated.go +++ b/pkg/api/v1/types_swagger_doc_generated.go @@ -1454,10 +1454,11 @@ func (ReplicationControllerList) SwaggerDoc() map[string]string { } var map_ReplicationControllerSpec = map[string]string{ - "": "ReplicationControllerSpec is the specification of a replication controller.", - "replicas": "Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: http://releases.k8s.io/HEAD/docs/user-guide/replication-controller.md#what-is-a-replication-controller", - "selector": "Selector is a label query over pods that should match the Replicas count. If Selector is empty, it is defaulted to the labels present on the Pod template. Label keys and values that must match in order to be controlled by this replication controller, if empty defaulted to labels on Pod template. More info: http://releases.k8s.io/HEAD/docs/user-guide/labels.md#label-selectors", - "template": "Template is the object that describes the pod that will be created if insufficient replicas are detected. This takes precedence over a TemplateRef. More info: http://releases.k8s.io/HEAD/docs/user-guide/replication-controller.md#pod-template", + "": "ReplicationControllerSpec is the specification of a replication controller.", + "replicas": "Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: http://releases.k8s.io/HEAD/docs/user-guide/replication-controller.md#what-is-a-replication-controller", + "minReadySeconds": "Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)", + "selector": "Selector is a label query over pods that should match the Replicas count. If Selector is empty, it is defaulted to the labels present on the Pod template. Label keys and values that must match in order to be controlled by this replication controller, if empty defaulted to labels on Pod template. More info: http://releases.k8s.io/HEAD/docs/user-guide/labels.md#label-selectors", + "template": "Template is the object that describes the pod that will be created if insufficient replicas are detected. This takes precedence over a TemplateRef. More info: http://releases.k8s.io/HEAD/docs/user-guide/replication-controller.md#pod-template", } func (ReplicationControllerSpec) SwaggerDoc() map[string]string { @@ -1469,6 +1470,7 @@ var map_ReplicationControllerStatus = map[string]string{ "replicas": "Replicas is the most recently oberved number of replicas. More info: http://releases.k8s.io/HEAD/docs/user-guide/replication-controller.md#what-is-a-replication-controller", "fullyLabeledReplicas": "The number of pods that have labels matching the labels of the pod template of the replication controller.", "readyReplicas": "The number of ready replicas for this replication controller.", + "availableReplicas": "The number of available replicas (ready for at least minReadySeconds) for this replication controller.", "observedGeneration": "ObservedGeneration reflects the generation of the most recently observed replication controller.", } diff --git a/pkg/apis/extensions/types.generated.go b/pkg/apis/extensions/types.generated.go index 15e3817f42c..52c7cc30d37 100644 --- a/pkg/apis/extensions/types.generated.go +++ b/pkg/apis/extensions/types.generated.go @@ -10376,14 +10376,15 @@ func (x *ReplicaSetSpec) CodecEncodeSelf(e *codec1978.Encoder) { } else { yysep858 := !z.EncBinary() yy2arr858 := z.EncBasicHandle().StructToArray - var yyq858 [3]bool + var yyq858 [4]bool _, _, _ = yysep858, yyq858, yy2arr858 const yyr858 bool = false - yyq858[1] = x.Selector != nil - yyq858[2] = true + yyq858[1] = x.MinReadySeconds != 0 + yyq858[2] = x.Selector != nil + yyq858[3] = true var yynn858 int if yyr858 || yy2arr858 { - r.EncodeArrayStart(3) + r.EncodeArrayStart(4) } else { yynn858 = 1 for _, b := range yyq858 { @@ -10416,11 +10417,36 @@ func (x *ReplicaSetSpec) CodecEncodeSelf(e *codec1978.Encoder) { if yyr858 || yy2arr858 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if yyq858[1] { + yym863 := z.EncBinary() + _ = yym863 + if false { + } else { + r.EncodeInt(int64(x.MinReadySeconds)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq858[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("minReadySeconds")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym864 := z.EncBinary() + _ = yym864 + if false { + } else { + r.EncodeInt(int64(x.MinReadySeconds)) + } + } + } + if yyr858 || yy2arr858 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq858[2] { if x.Selector == nil { r.EncodeNil() } else { - yym863 := z.EncBinary() - _ = yym863 + yym866 := z.EncBinary() + _ = yym866 if false { } else if z.HasExtensions() && z.EncExt(x.Selector) { } else { @@ -10431,15 +10457,15 @@ func (x *ReplicaSetSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq858[1] { + if yyq858[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("selector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Selector == nil { r.EncodeNil() } else { - yym864 := z.EncBinary() - _ = yym864 + yym867 := z.EncBinary() + _ = yym867 if false { } else if z.HasExtensions() && z.EncExt(x.Selector) { } else { @@ -10450,19 +10476,19 @@ func (x *ReplicaSetSpec) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr858 || yy2arr858 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq858[2] { - yy866 := &x.Template - yy866.CodecEncodeSelf(e) + if yyq858[3] { + yy869 := &x.Template + yy869.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq858[2] { + if yyq858[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("template")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy867 := &x.Template - yy867.CodecEncodeSelf(e) + yy870 := &x.Template + yy870.CodecEncodeSelf(e) } } if yyr858 || yy2arr858 { @@ -10478,25 +10504,25 @@ func (x *ReplicaSetSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym868 := z.DecBinary() - _ = yym868 + yym871 := z.DecBinary() + _ = yym871 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct869 := r.ContainerType() - if yyct869 == codecSelferValueTypeMap1234 { - yyl869 := r.ReadMapStart() - if yyl869 == 0 { + yyct872 := r.ContainerType() + if yyct872 == codecSelferValueTypeMap1234 { + yyl872 := r.ReadMapStart() + if yyl872 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl869, d) + x.codecDecodeSelfFromMap(yyl872, d) } - } else if yyct869 == codecSelferValueTypeArray1234 { - yyl869 := r.ReadArrayStart() - if yyl869 == 0 { + } else if yyct872 == codecSelferValueTypeArray1234 { + yyl872 := r.ReadArrayStart() + if yyl872 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl869, d) + x.codecDecodeSelfFromArray(yyl872, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -10508,12 +10534,12 @@ func (x *ReplicaSetSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys870Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys870Slc - var yyhl870 bool = l >= 0 - for yyj870 := 0; ; yyj870++ { - if yyhl870 { - if yyj870 >= l { + var yys873Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys873Slc + var yyhl873 bool = l >= 0 + for yyj873 := 0; ; yyj873++ { + if yyhl873 { + if yyj873 >= l { break } } else { @@ -10522,16 +10548,22 @@ func (x *ReplicaSetSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys870Slc = r.DecodeBytes(yys870Slc, true, true) - yys870 := string(yys870Slc) + yys873Slc = r.DecodeBytes(yys873Slc, true, true) + yys873 := string(yys873Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys870 { + switch yys873 { case "replicas": if r.TryDecodeAsNil() { x.Replicas = 0 } else { x.Replicas = int32(r.DecodeInt(32)) } + case "minReadySeconds": + if r.TryDecodeAsNil() { + x.MinReadySeconds = 0 + } else { + x.MinReadySeconds = int32(r.DecodeInt(32)) + } case "selector": if r.TryDecodeAsNil() { if x.Selector != nil { @@ -10541,8 +10573,8 @@ func (x *ReplicaSetSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Selector == nil { x.Selector = new(pkg1_unversioned.LabelSelector) } - yym873 := z.DecBinary() - _ = yym873 + yym877 := z.DecBinary() + _ = yym877 if false { } else if z.HasExtensions() && z.DecExt(x.Selector) { } else { @@ -10553,13 +10585,13 @@ func (x *ReplicaSetSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Template = pkg2_api.PodTemplateSpec{} } else { - yyv874 := &x.Template - yyv874.CodecDecodeSelf(d) + yyv878 := &x.Template + yyv878.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys870) - } // end switch yys870 - } // end for yyj870 + z.DecStructFieldNotFound(-1, yys873) + } // end switch yys873 + } // end for yyj873 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -10567,16 +10599,16 @@ func (x *ReplicaSetSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj875 int - var yyb875 bool - var yyhl875 bool = l >= 0 - yyj875++ - if yyhl875 { - yyb875 = yyj875 > l + var yyj879 int + var yyb879 bool + var yyhl879 bool = l >= 0 + yyj879++ + if yyhl879 { + yyb879 = yyj879 > l } else { - yyb875 = r.CheckBreak() + yyb879 = r.CheckBreak() } - if yyb875 { + if yyb879 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10586,13 +10618,29 @@ func (x *ReplicaSetSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Replicas = int32(r.DecodeInt(32)) } - yyj875++ - if yyhl875 { - yyb875 = yyj875 > l + yyj879++ + if yyhl879 { + yyb879 = yyj879 > l } else { - yyb875 = r.CheckBreak() + yyb879 = r.CheckBreak() } - if yyb875 { + if yyb879 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.MinReadySeconds = 0 + } else { + x.MinReadySeconds = int32(r.DecodeInt(32)) + } + yyj879++ + if yyhl879 { + yyb879 = yyj879 > l + } else { + yyb879 = r.CheckBreak() + } + if yyb879 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10605,21 +10653,21 @@ func (x *ReplicaSetSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Selector == nil { x.Selector = new(pkg1_unversioned.LabelSelector) } - yym878 := z.DecBinary() - _ = yym878 + yym883 := z.DecBinary() + _ = yym883 if false { } else if z.HasExtensions() && z.DecExt(x.Selector) { } else { z.DecFallback(x.Selector, false) } } - yyj875++ - if yyhl875 { - yyb875 = yyj875 > l + yyj879++ + if yyhl879 { + yyb879 = yyj879 > l } else { - yyb875 = r.CheckBreak() + yyb879 = r.CheckBreak() } - if yyb875 { + if yyb879 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10627,21 +10675,21 @@ func (x *ReplicaSetSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Template = pkg2_api.PodTemplateSpec{} } else { - yyv879 := &x.Template - yyv879.CodecDecodeSelf(d) + yyv884 := &x.Template + yyv884.CodecDecodeSelf(d) } for { - yyj875++ - if yyhl875 { - yyb875 = yyj875 > l + yyj879++ + if yyhl879 { + yyb879 = yyj879 > l } else { - yyb875 = r.CheckBreak() + yyb879 = r.CheckBreak() } - if yyb875 { + if yyb879 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj875-1, "") + z.DecStructFieldNotFound(yyj879-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -10653,36 +10701,37 @@ func (x *ReplicaSetStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym880 := z.EncBinary() - _ = yym880 + yym885 := z.EncBinary() + _ = yym885 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep881 := !z.EncBinary() - yy2arr881 := z.EncBasicHandle().StructToArray - var yyq881 [4]bool - _, _, _ = yysep881, yyq881, yy2arr881 - const yyr881 bool = false - yyq881[1] = x.FullyLabeledReplicas != 0 - yyq881[2] = x.ReadyReplicas != 0 - yyq881[3] = x.ObservedGeneration != 0 - var yynn881 int - if yyr881 || yy2arr881 { - r.EncodeArrayStart(4) + yysep886 := !z.EncBinary() + yy2arr886 := z.EncBasicHandle().StructToArray + var yyq886 [5]bool + _, _, _ = yysep886, yyq886, yy2arr886 + const yyr886 bool = false + yyq886[1] = x.FullyLabeledReplicas != 0 + yyq886[2] = x.ReadyReplicas != 0 + yyq886[3] = x.AvailableReplicas != 0 + yyq886[4] = x.ObservedGeneration != 0 + var yynn886 int + if yyr886 || yy2arr886 { + r.EncodeArrayStart(5) } else { - yynn881 = 1 - for _, b := range yyq881 { + yynn886 = 1 + for _, b := range yyq886 { if b { - yynn881++ + yynn886++ } } - r.EncodeMapStart(yynn881) - yynn881 = 0 + r.EncodeMapStart(yynn886) + yynn886 = 0 } - if yyr881 || yy2arr881 { + if yyr886 || yy2arr886 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym883 := z.EncBinary() - _ = yym883 + yym888 := z.EncBinary() + _ = yym888 if false { } else { r.EncodeInt(int64(x.Replicas)) @@ -10691,18 +10740,18 @@ func (x *ReplicaSetStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("replicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym884 := z.EncBinary() - _ = yym884 + yym889 := z.EncBinary() + _ = yym889 if false { } else { r.EncodeInt(int64(x.Replicas)) } } - if yyr881 || yy2arr881 { + if yyr886 || yy2arr886 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq881[1] { - yym886 := z.EncBinary() - _ = yym886 + if yyq886[1] { + yym891 := z.EncBinary() + _ = yym891 if false { } else { r.EncodeInt(int64(x.FullyLabeledReplicas)) @@ -10711,49 +10760,74 @@ func (x *ReplicaSetStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq881[1] { + if yyq886[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fullyLabeledReplicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym887 := z.EncBinary() - _ = yym887 - if false { - } else { - r.EncodeInt(int64(x.FullyLabeledReplicas)) - } - } - } - if yyr881 || yy2arr881 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq881[2] { - yym889 := z.EncBinary() - _ = yym889 - if false { - } else { - r.EncodeInt(int64(x.ReadyReplicas)) - } - } else { - r.EncodeInt(0) - } - } else { - if yyq881[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("readyReplicas")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym890 := z.EncBinary() - _ = yym890 - if false { - } else { - r.EncodeInt(int64(x.ReadyReplicas)) - } - } - } - if yyr881 || yy2arr881 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq881[3] { yym892 := z.EncBinary() _ = yym892 if false { + } else { + r.EncodeInt(int64(x.FullyLabeledReplicas)) + } + } + } + if yyr886 || yy2arr886 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq886[2] { + yym894 := z.EncBinary() + _ = yym894 + if false { + } else { + r.EncodeInt(int64(x.ReadyReplicas)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq886[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("readyReplicas")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym895 := z.EncBinary() + _ = yym895 + if false { + } else { + r.EncodeInt(int64(x.ReadyReplicas)) + } + } + } + if yyr886 || yy2arr886 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq886[3] { + yym897 := z.EncBinary() + _ = yym897 + if false { + } else { + r.EncodeInt(int64(x.AvailableReplicas)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq886[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("availableReplicas")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym898 := z.EncBinary() + _ = yym898 + if false { + } else { + r.EncodeInt(int64(x.AvailableReplicas)) + } + } + } + if yyr886 || yy2arr886 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq886[4] { + yym900 := z.EncBinary() + _ = yym900 + if false { } else { r.EncodeInt(int64(x.ObservedGeneration)) } @@ -10761,19 +10835,19 @@ func (x *ReplicaSetStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq881[3] { + if yyq886[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("observedGeneration")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym893 := z.EncBinary() - _ = yym893 + yym901 := z.EncBinary() + _ = yym901 if false { } else { r.EncodeInt(int64(x.ObservedGeneration)) } } } - if yyr881 || yy2arr881 { + if yyr886 || yy2arr886 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -10786,25 +10860,25 @@ func (x *ReplicaSetStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym894 := z.DecBinary() - _ = yym894 + yym902 := z.DecBinary() + _ = yym902 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct895 := r.ContainerType() - if yyct895 == codecSelferValueTypeMap1234 { - yyl895 := r.ReadMapStart() - if yyl895 == 0 { + yyct903 := r.ContainerType() + if yyct903 == codecSelferValueTypeMap1234 { + yyl903 := r.ReadMapStart() + if yyl903 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl895, d) + x.codecDecodeSelfFromMap(yyl903, d) } - } else if yyct895 == codecSelferValueTypeArray1234 { - yyl895 := r.ReadArrayStart() - if yyl895 == 0 { + } else if yyct903 == codecSelferValueTypeArray1234 { + yyl903 := r.ReadArrayStart() + if yyl903 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl895, d) + x.codecDecodeSelfFromArray(yyl903, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -10816,12 +10890,12 @@ func (x *ReplicaSetStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys896Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys896Slc - var yyhl896 bool = l >= 0 - for yyj896 := 0; ; yyj896++ { - if yyhl896 { - if yyj896 >= l { + var yys904Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys904Slc + var yyhl904 bool = l >= 0 + for yyj904 := 0; ; yyj904++ { + if yyhl904 { + if yyj904 >= l { break } } else { @@ -10830,10 +10904,10 @@ func (x *ReplicaSetStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys896Slc = r.DecodeBytes(yys896Slc, true, true) - yys896 := string(yys896Slc) + yys904Slc = r.DecodeBytes(yys904Slc, true, true) + yys904 := string(yys904Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys896 { + switch yys904 { case "replicas": if r.TryDecodeAsNil() { x.Replicas = 0 @@ -10852,6 +10926,12 @@ func (x *ReplicaSetStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } else { x.ReadyReplicas = int32(r.DecodeInt(32)) } + case "availableReplicas": + if r.TryDecodeAsNil() { + x.AvailableReplicas = 0 + } else { + x.AvailableReplicas = int32(r.DecodeInt(32)) + } case "observedGeneration": if r.TryDecodeAsNil() { x.ObservedGeneration = 0 @@ -10859,9 +10939,9 @@ func (x *ReplicaSetStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ObservedGeneration = int64(r.DecodeInt(64)) } default: - z.DecStructFieldNotFound(-1, yys896) - } // end switch yys896 - } // end for yyj896 + z.DecStructFieldNotFound(-1, yys904) + } // end switch yys904 + } // end for yyj904 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -10869,16 +10949,16 @@ func (x *ReplicaSetStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj901 int - var yyb901 bool - var yyhl901 bool = l >= 0 - yyj901++ - if yyhl901 { - yyb901 = yyj901 > l + var yyj910 int + var yyb910 bool + var yyhl910 bool = l >= 0 + yyj910++ + if yyhl910 { + yyb910 = yyj910 > l } else { - yyb901 = r.CheckBreak() + yyb910 = r.CheckBreak() } - if yyb901 { + if yyb910 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10888,13 +10968,13 @@ func (x *ReplicaSetStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Replicas = int32(r.DecodeInt(32)) } - yyj901++ - if yyhl901 { - yyb901 = yyj901 > l + yyj910++ + if yyhl910 { + yyb910 = yyj910 > l } else { - yyb901 = r.CheckBreak() + yyb910 = r.CheckBreak() } - if yyb901 { + if yyb910 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10904,13 +10984,13 @@ func (x *ReplicaSetStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.FullyLabeledReplicas = int32(r.DecodeInt(32)) } - yyj901++ - if yyhl901 { - yyb901 = yyj901 > l + yyj910++ + if yyhl910 { + yyb910 = yyj910 > l } else { - yyb901 = r.CheckBreak() + yyb910 = r.CheckBreak() } - if yyb901 { + if yyb910 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10920,13 +11000,29 @@ func (x *ReplicaSetStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.ReadyReplicas = int32(r.DecodeInt(32)) } - yyj901++ - if yyhl901 { - yyb901 = yyj901 > l + yyj910++ + if yyhl910 { + yyb910 = yyj910 > l } else { - yyb901 = r.CheckBreak() + yyb910 = r.CheckBreak() } - if yyb901 { + if yyb910 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.AvailableReplicas = 0 + } else { + x.AvailableReplicas = int32(r.DecodeInt(32)) + } + yyj910++ + if yyhl910 { + yyb910 = yyj910 > l + } else { + yyb910 = r.CheckBreak() + } + if yyb910 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10937,17 +11033,17 @@ func (x *ReplicaSetStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.ObservedGeneration = int64(r.DecodeInt(64)) } for { - yyj901++ - if yyhl901 { - yyb901 = yyj901 > l + yyj910++ + if yyhl910 { + yyb910 = yyj910 > l } else { - yyb901 = r.CheckBreak() + yyb910 = r.CheckBreak() } - if yyb901 { + if yyb910 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj901-1, "") + z.DecStructFieldNotFound(yyj910-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -10959,38 +11055,38 @@ func (x *PodSecurityPolicy) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym906 := z.EncBinary() - _ = yym906 + yym916 := z.EncBinary() + _ = yym916 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep907 := !z.EncBinary() - yy2arr907 := z.EncBasicHandle().StructToArray - var yyq907 [4]bool - _, _, _ = yysep907, yyq907, yy2arr907 - const yyr907 bool = false - yyq907[0] = x.Kind != "" - yyq907[1] = x.APIVersion != "" - yyq907[2] = true - yyq907[3] = true - var yynn907 int - if yyr907 || yy2arr907 { + yysep917 := !z.EncBinary() + yy2arr917 := z.EncBasicHandle().StructToArray + var yyq917 [4]bool + _, _, _ = yysep917, yyq917, yy2arr917 + const yyr917 bool = false + yyq917[0] = x.Kind != "" + yyq917[1] = x.APIVersion != "" + yyq917[2] = true + yyq917[3] = true + var yynn917 int + if yyr917 || yy2arr917 { r.EncodeArrayStart(4) } else { - yynn907 = 0 - for _, b := range yyq907 { + yynn917 = 0 + for _, b := range yyq917 { if b { - yynn907++ + yynn917++ } } - r.EncodeMapStart(yynn907) - yynn907 = 0 + r.EncodeMapStart(yynn917) + yynn917 = 0 } - if yyr907 || yy2arr907 { + if yyr917 || yy2arr917 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq907[0] { - yym909 := z.EncBinary() - _ = yym909 + if yyq917[0] { + yym919 := z.EncBinary() + _ = yym919 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -10999,23 +11095,23 @@ func (x *PodSecurityPolicy) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq907[0] { + if yyq917[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym910 := z.EncBinary() - _ = yym910 + yym920 := z.EncBinary() + _ = yym920 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr907 || yy2arr907 { + if yyr917 || yy2arr917 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq907[1] { - yym912 := z.EncBinary() - _ = yym912 + if yyq917[1] { + yym922 := z.EncBinary() + _ = yym922 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -11024,53 +11120,53 @@ func (x *PodSecurityPolicy) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq907[1] { + if yyq917[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym913 := z.EncBinary() - _ = yym913 + yym923 := z.EncBinary() + _ = yym923 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr907 || yy2arr907 { + if yyr917 || yy2arr917 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq907[2] { - yy915 := &x.ObjectMeta - yy915.CodecEncodeSelf(e) + if yyq917[2] { + yy925 := &x.ObjectMeta + yy925.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq907[2] { + if yyq917[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy916 := &x.ObjectMeta - yy916.CodecEncodeSelf(e) + yy926 := &x.ObjectMeta + yy926.CodecEncodeSelf(e) } } - if yyr907 || yy2arr907 { + if yyr917 || yy2arr917 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq907[3] { - yy918 := &x.Spec - yy918.CodecEncodeSelf(e) + if yyq917[3] { + yy928 := &x.Spec + yy928.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq907[3] { + if yyq917[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy919 := &x.Spec - yy919.CodecEncodeSelf(e) + yy929 := &x.Spec + yy929.CodecEncodeSelf(e) } } - if yyr907 || yy2arr907 { + if yyr917 || yy2arr917 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -11083,25 +11179,25 @@ func (x *PodSecurityPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym920 := z.DecBinary() - _ = yym920 + yym930 := z.DecBinary() + _ = yym930 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct921 := r.ContainerType() - if yyct921 == codecSelferValueTypeMap1234 { - yyl921 := r.ReadMapStart() - if yyl921 == 0 { + yyct931 := r.ContainerType() + if yyct931 == codecSelferValueTypeMap1234 { + yyl931 := r.ReadMapStart() + if yyl931 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl921, d) + x.codecDecodeSelfFromMap(yyl931, d) } - } else if yyct921 == codecSelferValueTypeArray1234 { - yyl921 := r.ReadArrayStart() - if yyl921 == 0 { + } else if yyct931 == codecSelferValueTypeArray1234 { + yyl931 := r.ReadArrayStart() + if yyl931 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl921, d) + x.codecDecodeSelfFromArray(yyl931, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -11113,12 +11209,12 @@ func (x *PodSecurityPolicy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys922Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys922Slc - var yyhl922 bool = l >= 0 - for yyj922 := 0; ; yyj922++ { - if yyhl922 { - if yyj922 >= l { + var yys932Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys932Slc + var yyhl932 bool = l >= 0 + for yyj932 := 0; ; yyj932++ { + if yyhl932 { + if yyj932 >= l { break } } else { @@ -11127,10 +11223,10 @@ func (x *PodSecurityPolicy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys922Slc = r.DecodeBytes(yys922Slc, true, true) - yys922 := string(yys922Slc) + yys932Slc = r.DecodeBytes(yys932Slc, true, true) + yys932 := string(yys932Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys922 { + switch yys932 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -11147,20 +11243,20 @@ func (x *PodSecurityPolicy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_api.ObjectMeta{} } else { - yyv925 := &x.ObjectMeta - yyv925.CodecDecodeSelf(d) + yyv935 := &x.ObjectMeta + yyv935.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = PodSecurityPolicySpec{} } else { - yyv926 := &x.Spec - yyv926.CodecDecodeSelf(d) + yyv936 := &x.Spec + yyv936.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys922) - } // end switch yys922 - } // end for yyj922 + z.DecStructFieldNotFound(-1, yys932) + } // end switch yys932 + } // end for yyj932 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -11168,16 +11264,16 @@ func (x *PodSecurityPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj927 int - var yyb927 bool - var yyhl927 bool = l >= 0 - yyj927++ - if yyhl927 { - yyb927 = yyj927 > l + var yyj937 int + var yyb937 bool + var yyhl937 bool = l >= 0 + yyj937++ + if yyhl937 { + yyb937 = yyj937 > l } else { - yyb927 = r.CheckBreak() + yyb937 = r.CheckBreak() } - if yyb927 { + if yyb937 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11187,13 +11283,13 @@ func (x *PodSecurityPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.Kind = string(r.DecodeString()) } - yyj927++ - if yyhl927 { - yyb927 = yyj927 > l + yyj937++ + if yyhl937 { + yyb937 = yyj937 > l } else { - yyb927 = r.CheckBreak() + yyb937 = r.CheckBreak() } - if yyb927 { + if yyb937 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11203,13 +11299,13 @@ func (x *PodSecurityPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.APIVersion = string(r.DecodeString()) } - yyj927++ - if yyhl927 { - yyb927 = yyj927 > l + yyj937++ + if yyhl937 { + yyb937 = yyj937 > l } else { - yyb927 = r.CheckBreak() + yyb937 = r.CheckBreak() } - if yyb927 { + if yyb937 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11217,16 +11313,16 @@ func (x *PodSecurityPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_api.ObjectMeta{} } else { - yyv930 := &x.ObjectMeta - yyv930.CodecDecodeSelf(d) + yyv940 := &x.ObjectMeta + yyv940.CodecDecodeSelf(d) } - yyj927++ - if yyhl927 { - yyb927 = yyj927 > l + yyj937++ + if yyhl937 { + yyb937 = yyj937 > l } else { - yyb927 = r.CheckBreak() + yyb937 = r.CheckBreak() } - if yyb927 { + if yyb937 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11234,21 +11330,21 @@ func (x *PodSecurityPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Spec = PodSecurityPolicySpec{} } else { - yyv931 := &x.Spec - yyv931.CodecDecodeSelf(d) + yyv941 := &x.Spec + yyv941.CodecDecodeSelf(d) } for { - yyj927++ - if yyhl927 { - yyb927 = yyj927 > l + yyj937++ + if yyhl937 { + yyb937 = yyj937 > l } else { - yyb927 = r.CheckBreak() + yyb937 = r.CheckBreak() } - if yyb927 { + if yyb937 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj927-1, "") + z.DecStructFieldNotFound(yyj937-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -11260,44 +11356,44 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym932 := z.EncBinary() - _ = yym932 + yym942 := z.EncBinary() + _ = yym942 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep933 := !z.EncBinary() - yy2arr933 := z.EncBasicHandle().StructToArray - var yyq933 [14]bool - _, _, _ = yysep933, yyq933, yy2arr933 - const yyr933 bool = false - yyq933[0] = x.Privileged != false - yyq933[1] = len(x.DefaultAddCapabilities) != 0 - yyq933[2] = len(x.RequiredDropCapabilities) != 0 - yyq933[3] = len(x.AllowedCapabilities) != 0 - yyq933[4] = len(x.Volumes) != 0 - yyq933[5] = x.HostNetwork != false - yyq933[6] = len(x.HostPorts) != 0 - yyq933[7] = x.HostPID != false - yyq933[8] = x.HostIPC != false - yyq933[13] = x.ReadOnlyRootFilesystem != false - var yynn933 int - if yyr933 || yy2arr933 { + yysep943 := !z.EncBinary() + yy2arr943 := z.EncBasicHandle().StructToArray + var yyq943 [14]bool + _, _, _ = yysep943, yyq943, yy2arr943 + const yyr943 bool = false + yyq943[0] = x.Privileged != false + yyq943[1] = len(x.DefaultAddCapabilities) != 0 + yyq943[2] = len(x.RequiredDropCapabilities) != 0 + yyq943[3] = len(x.AllowedCapabilities) != 0 + yyq943[4] = len(x.Volumes) != 0 + yyq943[5] = x.HostNetwork != false + yyq943[6] = len(x.HostPorts) != 0 + yyq943[7] = x.HostPID != false + yyq943[8] = x.HostIPC != false + yyq943[13] = x.ReadOnlyRootFilesystem != false + var yynn943 int + if yyr943 || yy2arr943 { r.EncodeArrayStart(14) } else { - yynn933 = 4 - for _, b := range yyq933 { + yynn943 = 4 + for _, b := range yyq943 { if b { - yynn933++ + yynn943++ } } - r.EncodeMapStart(yynn933) - yynn933 = 0 + r.EncodeMapStart(yynn943) + yynn943 = 0 } - if yyr933 || yy2arr933 { + if yyr943 || yy2arr943 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq933[0] { - yym935 := z.EncBinary() - _ = yym935 + if yyq943[0] { + yym945 := z.EncBinary() + _ = yym945 if false { } else { r.EncodeBool(bool(x.Privileged)) @@ -11306,155 +11402,155 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq933[0] { + if yyq943[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("privileged")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym936 := z.EncBinary() - _ = yym936 + yym946 := z.EncBinary() + _ = yym946 if false { } else { r.EncodeBool(bool(x.Privileged)) } } } - if yyr933 || yy2arr933 { + if yyr943 || yy2arr943 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq933[1] { + if yyq943[1] { if x.DefaultAddCapabilities == nil { r.EncodeNil() - } else { - yym938 := z.EncBinary() - _ = yym938 - if false { - } else { - h.encSliceapi_Capability(([]pkg2_api.Capability)(x.DefaultAddCapabilities), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq933[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("defaultAddCapabilities")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.DefaultAddCapabilities == nil { - r.EncodeNil() - } else { - yym939 := z.EncBinary() - _ = yym939 - if false { - } else { - h.encSliceapi_Capability(([]pkg2_api.Capability)(x.DefaultAddCapabilities), e) - } - } - } - } - if yyr933 || yy2arr933 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq933[2] { - if x.RequiredDropCapabilities == nil { - r.EncodeNil() - } else { - yym941 := z.EncBinary() - _ = yym941 - if false { - } else { - h.encSliceapi_Capability(([]pkg2_api.Capability)(x.RequiredDropCapabilities), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq933[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("requiredDropCapabilities")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.RequiredDropCapabilities == nil { - r.EncodeNil() - } else { - yym942 := z.EncBinary() - _ = yym942 - if false { - } else { - h.encSliceapi_Capability(([]pkg2_api.Capability)(x.RequiredDropCapabilities), e) - } - } - } - } - if yyr933 || yy2arr933 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq933[3] { - if x.AllowedCapabilities == nil { - r.EncodeNil() - } else { - yym944 := z.EncBinary() - _ = yym944 - if false { - } else { - h.encSliceapi_Capability(([]pkg2_api.Capability)(x.AllowedCapabilities), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq933[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("allowedCapabilities")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.AllowedCapabilities == nil { - r.EncodeNil() - } else { - yym945 := z.EncBinary() - _ = yym945 - if false { - } else { - h.encSliceapi_Capability(([]pkg2_api.Capability)(x.AllowedCapabilities), e) - } - } - } - } - if yyr933 || yy2arr933 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq933[4] { - if x.Volumes == nil { - r.EncodeNil() - } else { - yym947 := z.EncBinary() - _ = yym947 - if false { - } else { - h.encSliceFSType(([]FSType)(x.Volumes), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq933[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("volumes")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Volumes == nil { - r.EncodeNil() } else { yym948 := z.EncBinary() _ = yym948 if false { + } else { + h.encSliceapi_Capability(([]pkg2_api.Capability)(x.DefaultAddCapabilities), e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq943[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("defaultAddCapabilities")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.DefaultAddCapabilities == nil { + r.EncodeNil() + } else { + yym949 := z.EncBinary() + _ = yym949 + if false { + } else { + h.encSliceapi_Capability(([]pkg2_api.Capability)(x.DefaultAddCapabilities), e) + } + } + } + } + if yyr943 || yy2arr943 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq943[2] { + if x.RequiredDropCapabilities == nil { + r.EncodeNil() + } else { + yym951 := z.EncBinary() + _ = yym951 + if false { + } else { + h.encSliceapi_Capability(([]pkg2_api.Capability)(x.RequiredDropCapabilities), e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq943[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("requiredDropCapabilities")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.RequiredDropCapabilities == nil { + r.EncodeNil() + } else { + yym952 := z.EncBinary() + _ = yym952 + if false { + } else { + h.encSliceapi_Capability(([]pkg2_api.Capability)(x.RequiredDropCapabilities), e) + } + } + } + } + if yyr943 || yy2arr943 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq943[3] { + if x.AllowedCapabilities == nil { + r.EncodeNil() + } else { + yym954 := z.EncBinary() + _ = yym954 + if false { + } else { + h.encSliceapi_Capability(([]pkg2_api.Capability)(x.AllowedCapabilities), e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq943[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("allowedCapabilities")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.AllowedCapabilities == nil { + r.EncodeNil() + } else { + yym955 := z.EncBinary() + _ = yym955 + if false { + } else { + h.encSliceapi_Capability(([]pkg2_api.Capability)(x.AllowedCapabilities), e) + } + } + } + } + if yyr943 || yy2arr943 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq943[4] { + if x.Volumes == nil { + r.EncodeNil() + } else { + yym957 := z.EncBinary() + _ = yym957 + if false { + } else { + h.encSliceFSType(([]FSType)(x.Volumes), e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq943[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("volumes")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Volumes == nil { + r.EncodeNil() + } else { + yym958 := z.EncBinary() + _ = yym958 + if false { } else { h.encSliceFSType(([]FSType)(x.Volumes), e) } } } } - if yyr933 || yy2arr933 { + if yyr943 || yy2arr943 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq933[5] { - yym950 := z.EncBinary() - _ = yym950 + if yyq943[5] { + yym960 := z.EncBinary() + _ = yym960 if false { } else { r.EncodeBool(bool(x.HostNetwork)) @@ -11463,26 +11559,26 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq933[5] { + if yyq943[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostNetwork")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym951 := z.EncBinary() - _ = yym951 + yym961 := z.EncBinary() + _ = yym961 if false { } else { r.EncodeBool(bool(x.HostNetwork)) } } } - if yyr933 || yy2arr933 { + if yyr943 || yy2arr943 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq933[6] { + if yyq943[6] { if x.HostPorts == nil { r.EncodeNil() } else { - yym953 := z.EncBinary() - _ = yym953 + yym963 := z.EncBinary() + _ = yym963 if false { } else { h.encSliceHostPortRange(([]HostPortRange)(x.HostPorts), e) @@ -11492,15 +11588,15 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq933[6] { + if yyq943[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostPorts")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.HostPorts == nil { r.EncodeNil() } else { - yym954 := z.EncBinary() - _ = yym954 + yym964 := z.EncBinary() + _ = yym964 if false { } else { h.encSliceHostPortRange(([]HostPortRange)(x.HostPorts), e) @@ -11508,11 +11604,11 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr933 || yy2arr933 { + if yyr943 || yy2arr943 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq933[7] { - yym956 := z.EncBinary() - _ = yym956 + if yyq943[7] { + yym966 := z.EncBinary() + _ = yym966 if false { } else { r.EncodeBool(bool(x.HostPID)) @@ -11521,23 +11617,23 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq933[7] { + if yyq943[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostPID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym957 := z.EncBinary() - _ = yym957 + yym967 := z.EncBinary() + _ = yym967 if false { } else { r.EncodeBool(bool(x.HostPID)) } } } - if yyr933 || yy2arr933 { + if yyr943 || yy2arr943 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq933[8] { - yym959 := z.EncBinary() - _ = yym959 + if yyq943[8] { + yym969 := z.EncBinary() + _ = yym969 if false { } else { r.EncodeBool(bool(x.HostIPC)) @@ -11546,67 +11642,67 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq933[8] { + if yyq943[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostIPC")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym960 := z.EncBinary() - _ = yym960 + yym970 := z.EncBinary() + _ = yym970 if false { } else { r.EncodeBool(bool(x.HostIPC)) } } } - if yyr933 || yy2arr933 { + if yyr943 || yy2arr943 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy962 := &x.SELinux - yy962.CodecEncodeSelf(e) + yy972 := &x.SELinux + yy972.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("seLinux")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy963 := &x.SELinux - yy963.CodecEncodeSelf(e) + yy973 := &x.SELinux + yy973.CodecEncodeSelf(e) } - if yyr933 || yy2arr933 { + if yyr943 || yy2arr943 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy965 := &x.RunAsUser - yy965.CodecEncodeSelf(e) + yy975 := &x.RunAsUser + yy975.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsUser")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy966 := &x.RunAsUser - yy966.CodecEncodeSelf(e) + yy976 := &x.RunAsUser + yy976.CodecEncodeSelf(e) } - if yyr933 || yy2arr933 { + if yyr943 || yy2arr943 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy968 := &x.SupplementalGroups - yy968.CodecEncodeSelf(e) + yy978 := &x.SupplementalGroups + yy978.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("supplementalGroups")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy969 := &x.SupplementalGroups - yy969.CodecEncodeSelf(e) + yy979 := &x.SupplementalGroups + yy979.CodecEncodeSelf(e) } - if yyr933 || yy2arr933 { + if yyr943 || yy2arr943 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy971 := &x.FSGroup - yy971.CodecEncodeSelf(e) + yy981 := &x.FSGroup + yy981.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsGroup")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy972 := &x.FSGroup - yy972.CodecEncodeSelf(e) + yy982 := &x.FSGroup + yy982.CodecEncodeSelf(e) } - if yyr933 || yy2arr933 { + if yyr943 || yy2arr943 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq933[13] { - yym974 := z.EncBinary() - _ = yym974 + if yyq943[13] { + yym984 := z.EncBinary() + _ = yym984 if false { } else { r.EncodeBool(bool(x.ReadOnlyRootFilesystem)) @@ -11615,19 +11711,19 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq933[13] { + if yyq943[13] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnlyRootFilesystem")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym975 := z.EncBinary() - _ = yym975 + yym985 := z.EncBinary() + _ = yym985 if false { } else { r.EncodeBool(bool(x.ReadOnlyRootFilesystem)) } } } - if yyr933 || yy2arr933 { + if yyr943 || yy2arr943 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -11640,25 +11736,25 @@ func (x *PodSecurityPolicySpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym976 := z.DecBinary() - _ = yym976 + yym986 := z.DecBinary() + _ = yym986 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct977 := r.ContainerType() - if yyct977 == codecSelferValueTypeMap1234 { - yyl977 := r.ReadMapStart() - if yyl977 == 0 { + yyct987 := r.ContainerType() + if yyct987 == codecSelferValueTypeMap1234 { + yyl987 := r.ReadMapStart() + if yyl987 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl977, d) + x.codecDecodeSelfFromMap(yyl987, d) } - } else if yyct977 == codecSelferValueTypeArray1234 { - yyl977 := r.ReadArrayStart() - if yyl977 == 0 { + } else if yyct987 == codecSelferValueTypeArray1234 { + yyl987 := r.ReadArrayStart() + if yyl987 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl977, d) + x.codecDecodeSelfFromArray(yyl987, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -11670,12 +11766,12 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys978Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys978Slc - var yyhl978 bool = l >= 0 - for yyj978 := 0; ; yyj978++ { - if yyhl978 { - if yyj978 >= l { + var yys988Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys988Slc + var yyhl988 bool = l >= 0 + for yyj988 := 0; ; yyj988++ { + if yyhl988 { + if yyj988 >= l { break } } else { @@ -11684,10 +11780,10 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys978Slc = r.DecodeBytes(yys978Slc, true, true) - yys978 := string(yys978Slc) + yys988Slc = r.DecodeBytes(yys988Slc, true, true) + yys988 := string(yys988Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys978 { + switch yys988 { case "privileged": if r.TryDecodeAsNil() { x.Privileged = false @@ -11698,48 +11794,48 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.DefaultAddCapabilities = nil } else { - yyv980 := &x.DefaultAddCapabilities - yym981 := z.DecBinary() - _ = yym981 + yyv990 := &x.DefaultAddCapabilities + yym991 := z.DecBinary() + _ = yym991 if false { } else { - h.decSliceapi_Capability((*[]pkg2_api.Capability)(yyv980), d) + h.decSliceapi_Capability((*[]pkg2_api.Capability)(yyv990), d) } } case "requiredDropCapabilities": if r.TryDecodeAsNil() { x.RequiredDropCapabilities = nil } else { - yyv982 := &x.RequiredDropCapabilities - yym983 := z.DecBinary() - _ = yym983 + yyv992 := &x.RequiredDropCapabilities + yym993 := z.DecBinary() + _ = yym993 if false { } else { - h.decSliceapi_Capability((*[]pkg2_api.Capability)(yyv982), d) + h.decSliceapi_Capability((*[]pkg2_api.Capability)(yyv992), d) } } case "allowedCapabilities": if r.TryDecodeAsNil() { x.AllowedCapabilities = nil } else { - yyv984 := &x.AllowedCapabilities - yym985 := z.DecBinary() - _ = yym985 + yyv994 := &x.AllowedCapabilities + yym995 := z.DecBinary() + _ = yym995 if false { } else { - h.decSliceapi_Capability((*[]pkg2_api.Capability)(yyv984), d) + h.decSliceapi_Capability((*[]pkg2_api.Capability)(yyv994), d) } } case "volumes": if r.TryDecodeAsNil() { x.Volumes = nil } else { - yyv986 := &x.Volumes - yym987 := z.DecBinary() - _ = yym987 + yyv996 := &x.Volumes + yym997 := z.DecBinary() + _ = yym997 if false { } else { - h.decSliceFSType((*[]FSType)(yyv986), d) + h.decSliceFSType((*[]FSType)(yyv996), d) } } case "hostNetwork": @@ -11752,12 +11848,12 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.HostPorts = nil } else { - yyv989 := &x.HostPorts - yym990 := z.DecBinary() - _ = yym990 + yyv999 := &x.HostPorts + yym1000 := z.DecBinary() + _ = yym1000 if false { } else { - h.decSliceHostPortRange((*[]HostPortRange)(yyv989), d) + h.decSliceHostPortRange((*[]HostPortRange)(yyv999), d) } } case "hostPID": @@ -11776,29 +11872,29 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.SELinux = SELinuxStrategyOptions{} } else { - yyv993 := &x.SELinux - yyv993.CodecDecodeSelf(d) + yyv1003 := &x.SELinux + yyv1003.CodecDecodeSelf(d) } case "runAsUser": if r.TryDecodeAsNil() { x.RunAsUser = RunAsUserStrategyOptions{} } else { - yyv994 := &x.RunAsUser - yyv994.CodecDecodeSelf(d) + yyv1004 := &x.RunAsUser + yyv1004.CodecDecodeSelf(d) } case "supplementalGroups": if r.TryDecodeAsNil() { x.SupplementalGroups = SupplementalGroupsStrategyOptions{} } else { - yyv995 := &x.SupplementalGroups - yyv995.CodecDecodeSelf(d) + yyv1005 := &x.SupplementalGroups + yyv1005.CodecDecodeSelf(d) } case "fsGroup": if r.TryDecodeAsNil() { x.FSGroup = FSGroupStrategyOptions{} } else { - yyv996 := &x.FSGroup - yyv996.CodecDecodeSelf(d) + yyv1006 := &x.FSGroup + yyv1006.CodecDecodeSelf(d) } case "readOnlyRootFilesystem": if r.TryDecodeAsNil() { @@ -11807,9 +11903,9 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromMap(l int, d *codec1978.Decod x.ReadOnlyRootFilesystem = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys978) - } // end switch yys978 - } // end for yyj978 + z.DecStructFieldNotFound(-1, yys988) + } // end switch yys988 + } // end for yyj988 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -11817,16 +11913,16 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj998 int - var yyb998 bool - var yyhl998 bool = l >= 0 - yyj998++ - if yyhl998 { - yyb998 = yyj998 > l + var yyj1008 int + var yyb1008 bool + var yyhl1008 bool = l >= 0 + yyj1008++ + if yyhl1008 { + yyb1008 = yyj1008 > l } else { - yyb998 = r.CheckBreak() + yyb1008 = r.CheckBreak() } - if yyb998 { + if yyb1008 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11836,13 +11932,13 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Privileged = bool(r.DecodeBool()) } - yyj998++ - if yyhl998 { - yyb998 = yyj998 > l + yyj1008++ + if yyhl1008 { + yyb1008 = yyj1008 > l } else { - yyb998 = r.CheckBreak() + yyb1008 = r.CheckBreak() } - if yyb998 { + if yyb1008 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11850,21 +11946,21 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.DefaultAddCapabilities = nil } else { - yyv1000 := &x.DefaultAddCapabilities - yym1001 := z.DecBinary() - _ = yym1001 + yyv1010 := &x.DefaultAddCapabilities + yym1011 := z.DecBinary() + _ = yym1011 if false { } else { - h.decSliceapi_Capability((*[]pkg2_api.Capability)(yyv1000), d) + h.decSliceapi_Capability((*[]pkg2_api.Capability)(yyv1010), d) } } - yyj998++ - if yyhl998 { - yyb998 = yyj998 > l + yyj1008++ + if yyhl1008 { + yyb1008 = yyj1008 > l } else { - yyb998 = r.CheckBreak() + yyb1008 = r.CheckBreak() } - if yyb998 { + if yyb1008 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11872,21 +11968,21 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.RequiredDropCapabilities = nil } else { - yyv1002 := &x.RequiredDropCapabilities - yym1003 := z.DecBinary() - _ = yym1003 + yyv1012 := &x.RequiredDropCapabilities + yym1013 := z.DecBinary() + _ = yym1013 if false { } else { - h.decSliceapi_Capability((*[]pkg2_api.Capability)(yyv1002), d) + h.decSliceapi_Capability((*[]pkg2_api.Capability)(yyv1012), d) } } - yyj998++ - if yyhl998 { - yyb998 = yyj998 > l + yyj1008++ + if yyhl1008 { + yyb1008 = yyj1008 > l } else { - yyb998 = r.CheckBreak() + yyb1008 = r.CheckBreak() } - if yyb998 { + if yyb1008 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11894,21 +11990,21 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.AllowedCapabilities = nil } else { - yyv1004 := &x.AllowedCapabilities - yym1005 := z.DecBinary() - _ = yym1005 + yyv1014 := &x.AllowedCapabilities + yym1015 := z.DecBinary() + _ = yym1015 if false { } else { - h.decSliceapi_Capability((*[]pkg2_api.Capability)(yyv1004), d) + h.decSliceapi_Capability((*[]pkg2_api.Capability)(yyv1014), d) } } - yyj998++ - if yyhl998 { - yyb998 = yyj998 > l + yyj1008++ + if yyhl1008 { + yyb1008 = yyj1008 > l } else { - yyb998 = r.CheckBreak() + yyb1008 = r.CheckBreak() } - if yyb998 { + if yyb1008 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11916,21 +12012,21 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Volumes = nil } else { - yyv1006 := &x.Volumes - yym1007 := z.DecBinary() - _ = yym1007 + yyv1016 := &x.Volumes + yym1017 := z.DecBinary() + _ = yym1017 if false { } else { - h.decSliceFSType((*[]FSType)(yyv1006), d) + h.decSliceFSType((*[]FSType)(yyv1016), d) } } - yyj998++ - if yyhl998 { - yyb998 = yyj998 > l + yyj1008++ + if yyhl1008 { + yyb1008 = yyj1008 > l } else { - yyb998 = r.CheckBreak() + yyb1008 = r.CheckBreak() } - if yyb998 { + if yyb1008 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11940,13 +12036,13 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.HostNetwork = bool(r.DecodeBool()) } - yyj998++ - if yyhl998 { - yyb998 = yyj998 > l + yyj1008++ + if yyhl1008 { + yyb1008 = yyj1008 > l } else { - yyb998 = r.CheckBreak() + yyb1008 = r.CheckBreak() } - if yyb998 { + if yyb1008 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11954,21 +12050,21 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.HostPorts = nil } else { - yyv1009 := &x.HostPorts - yym1010 := z.DecBinary() - _ = yym1010 + yyv1019 := &x.HostPorts + yym1020 := z.DecBinary() + _ = yym1020 if false { } else { - h.decSliceHostPortRange((*[]HostPortRange)(yyv1009), d) + h.decSliceHostPortRange((*[]HostPortRange)(yyv1019), d) } } - yyj998++ - if yyhl998 { - yyb998 = yyj998 > l + yyj1008++ + if yyhl1008 { + yyb1008 = yyj1008 > l } else { - yyb998 = r.CheckBreak() + yyb1008 = r.CheckBreak() } - if yyb998 { + if yyb1008 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11978,13 +12074,13 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.HostPID = bool(r.DecodeBool()) } - yyj998++ - if yyhl998 { - yyb998 = yyj998 > l + yyj1008++ + if yyhl1008 { + yyb1008 = yyj1008 > l } else { - yyb998 = r.CheckBreak() + yyb1008 = r.CheckBreak() } - if yyb998 { + if yyb1008 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11994,13 +12090,13 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.HostIPC = bool(r.DecodeBool()) } - yyj998++ - if yyhl998 { - yyb998 = yyj998 > l + yyj1008++ + if yyhl1008 { + yyb1008 = yyj1008 > l } else { - yyb998 = r.CheckBreak() + yyb1008 = r.CheckBreak() } - if yyb998 { + if yyb1008 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12008,16 +12104,16 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.SELinux = SELinuxStrategyOptions{} } else { - yyv1013 := &x.SELinux - yyv1013.CodecDecodeSelf(d) + yyv1023 := &x.SELinux + yyv1023.CodecDecodeSelf(d) } - yyj998++ - if yyhl998 { - yyb998 = yyj998 > l + yyj1008++ + if yyhl1008 { + yyb1008 = yyj1008 > l } else { - yyb998 = r.CheckBreak() + yyb1008 = r.CheckBreak() } - if yyb998 { + if yyb1008 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12025,16 +12121,16 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.RunAsUser = RunAsUserStrategyOptions{} } else { - yyv1014 := &x.RunAsUser - yyv1014.CodecDecodeSelf(d) + yyv1024 := &x.RunAsUser + yyv1024.CodecDecodeSelf(d) } - yyj998++ - if yyhl998 { - yyb998 = yyj998 > l + yyj1008++ + if yyhl1008 { + yyb1008 = yyj1008 > l } else { - yyb998 = r.CheckBreak() + yyb1008 = r.CheckBreak() } - if yyb998 { + if yyb1008 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12042,16 +12138,16 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.SupplementalGroups = SupplementalGroupsStrategyOptions{} } else { - yyv1015 := &x.SupplementalGroups - yyv1015.CodecDecodeSelf(d) + yyv1025 := &x.SupplementalGroups + yyv1025.CodecDecodeSelf(d) } - yyj998++ - if yyhl998 { - yyb998 = yyj998 > l + yyj1008++ + if yyhl1008 { + yyb1008 = yyj1008 > l } else { - yyb998 = r.CheckBreak() + yyb1008 = r.CheckBreak() } - if yyb998 { + if yyb1008 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12059,16 +12155,16 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.FSGroup = FSGroupStrategyOptions{} } else { - yyv1016 := &x.FSGroup - yyv1016.CodecDecodeSelf(d) + yyv1026 := &x.FSGroup + yyv1026.CodecDecodeSelf(d) } - yyj998++ - if yyhl998 { - yyb998 = yyj998 > l + yyj1008++ + if yyhl1008 { + yyb1008 = yyj1008 > l } else { - yyb998 = r.CheckBreak() + yyb1008 = r.CheckBreak() } - if yyb998 { + if yyb1008 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12079,17 +12175,17 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec x.ReadOnlyRootFilesystem = bool(r.DecodeBool()) } for { - yyj998++ - if yyhl998 { - yyb998 = yyj998 > l + yyj1008++ + if yyhl1008 { + yyb1008 = yyj1008 > l } else { - yyb998 = r.CheckBreak() + yyb1008 = r.CheckBreak() } - if yyb998 { + if yyb1008 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj998-1, "") + z.DecStructFieldNotFound(yyj1008-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12101,33 +12197,33 @@ func (x *HostPortRange) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1018 := z.EncBinary() - _ = yym1018 + yym1028 := z.EncBinary() + _ = yym1028 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1019 := !z.EncBinary() - yy2arr1019 := z.EncBasicHandle().StructToArray - var yyq1019 [2]bool - _, _, _ = yysep1019, yyq1019, yy2arr1019 - const yyr1019 bool = false - var yynn1019 int - if yyr1019 || yy2arr1019 { + yysep1029 := !z.EncBinary() + yy2arr1029 := z.EncBasicHandle().StructToArray + var yyq1029 [2]bool + _, _, _ = yysep1029, yyq1029, yy2arr1029 + const yyr1029 bool = false + var yynn1029 int + if yyr1029 || yy2arr1029 { r.EncodeArrayStart(2) } else { - yynn1019 = 2 - for _, b := range yyq1019 { + yynn1029 = 2 + for _, b := range yyq1029 { if b { - yynn1019++ + yynn1029++ } } - r.EncodeMapStart(yynn1019) - yynn1019 = 0 + r.EncodeMapStart(yynn1029) + yynn1029 = 0 } - if yyr1019 || yy2arr1019 { + if yyr1029 || yy2arr1029 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1021 := z.EncBinary() - _ = yym1021 + yym1031 := z.EncBinary() + _ = yym1031 if false { } else { r.EncodeInt(int64(x.Min)) @@ -12136,17 +12232,17 @@ func (x *HostPortRange) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("min")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1022 := z.EncBinary() - _ = yym1022 + yym1032 := z.EncBinary() + _ = yym1032 if false { } else { r.EncodeInt(int64(x.Min)) } } - if yyr1019 || yy2arr1019 { + if yyr1029 || yy2arr1029 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1024 := z.EncBinary() - _ = yym1024 + yym1034 := z.EncBinary() + _ = yym1034 if false { } else { r.EncodeInt(int64(x.Max)) @@ -12155,14 +12251,14 @@ func (x *HostPortRange) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("max")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1025 := z.EncBinary() - _ = yym1025 + yym1035 := z.EncBinary() + _ = yym1035 if false { } else { r.EncodeInt(int64(x.Max)) } } - if yyr1019 || yy2arr1019 { + if yyr1029 || yy2arr1029 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12175,25 +12271,25 @@ func (x *HostPortRange) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1026 := z.DecBinary() - _ = yym1026 + yym1036 := z.DecBinary() + _ = yym1036 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1027 := r.ContainerType() - if yyct1027 == codecSelferValueTypeMap1234 { - yyl1027 := r.ReadMapStart() - if yyl1027 == 0 { + yyct1037 := r.ContainerType() + if yyct1037 == codecSelferValueTypeMap1234 { + yyl1037 := r.ReadMapStart() + if yyl1037 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1027, d) + x.codecDecodeSelfFromMap(yyl1037, d) } - } else if yyct1027 == codecSelferValueTypeArray1234 { - yyl1027 := r.ReadArrayStart() - if yyl1027 == 0 { + } else if yyct1037 == codecSelferValueTypeArray1234 { + yyl1037 := r.ReadArrayStart() + if yyl1037 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1027, d) + x.codecDecodeSelfFromArray(yyl1037, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12205,12 +12301,12 @@ func (x *HostPortRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1028Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1028Slc - var yyhl1028 bool = l >= 0 - for yyj1028 := 0; ; yyj1028++ { - if yyhl1028 { - if yyj1028 >= l { + var yys1038Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1038Slc + var yyhl1038 bool = l >= 0 + for yyj1038 := 0; ; yyj1038++ { + if yyhl1038 { + if yyj1038 >= l { break } } else { @@ -12219,10 +12315,10 @@ func (x *HostPortRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1028Slc = r.DecodeBytes(yys1028Slc, true, true) - yys1028 := string(yys1028Slc) + yys1038Slc = r.DecodeBytes(yys1038Slc, true, true) + yys1038 := string(yys1038Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1028 { + switch yys1038 { case "min": if r.TryDecodeAsNil() { x.Min = 0 @@ -12236,9 +12332,9 @@ func (x *HostPortRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Max = int(r.DecodeInt(codecSelferBitsize1234)) } default: - z.DecStructFieldNotFound(-1, yys1028) - } // end switch yys1028 - } // end for yyj1028 + z.DecStructFieldNotFound(-1, yys1038) + } // end switch yys1038 + } // end for yyj1038 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12246,16 +12342,16 @@ func (x *HostPortRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1031 int - var yyb1031 bool - var yyhl1031 bool = l >= 0 - yyj1031++ - if yyhl1031 { - yyb1031 = yyj1031 > l + var yyj1041 int + var yyb1041 bool + var yyhl1041 bool = l >= 0 + yyj1041++ + if yyhl1041 { + yyb1041 = yyj1041 > l } else { - yyb1031 = r.CheckBreak() + yyb1041 = r.CheckBreak() } - if yyb1031 { + if yyb1041 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12265,13 +12361,13 @@ func (x *HostPortRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Min = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj1031++ - if yyhl1031 { - yyb1031 = yyj1031 > l + yyj1041++ + if yyhl1041 { + yyb1041 = yyj1041 > l } else { - yyb1031 = r.CheckBreak() + yyb1041 = r.CheckBreak() } - if yyb1031 { + if yyb1041 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12282,17 +12378,17 @@ func (x *HostPortRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Max = int(r.DecodeInt(codecSelferBitsize1234)) } for { - yyj1031++ - if yyhl1031 { - yyb1031 = yyj1031 > l + yyj1041++ + if yyhl1041 { + yyb1041 = yyj1041 > l } else { - yyb1031 = r.CheckBreak() + yyb1041 = r.CheckBreak() } - if yyb1031 { + if yyb1041 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1031-1, "") + z.DecStructFieldNotFound(yyj1041-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12301,8 +12397,8 @@ func (x FSType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1034 := z.EncBinary() - _ = yym1034 + yym1044 := z.EncBinary() + _ = yym1044 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -12314,8 +12410,8 @@ func (x *FSType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1035 := z.DecBinary() - _ = yym1035 + yym1045 := z.DecBinary() + _ = yym1045 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -12330,31 +12426,31 @@ func (x *SELinuxStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1036 := z.EncBinary() - _ = yym1036 + yym1046 := z.EncBinary() + _ = yym1046 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1037 := !z.EncBinary() - yy2arr1037 := z.EncBasicHandle().StructToArray - var yyq1037 [2]bool - _, _, _ = yysep1037, yyq1037, yy2arr1037 - const yyr1037 bool = false - yyq1037[1] = x.SELinuxOptions != nil - var yynn1037 int - if yyr1037 || yy2arr1037 { + yysep1047 := !z.EncBinary() + yy2arr1047 := z.EncBasicHandle().StructToArray + var yyq1047 [2]bool + _, _, _ = yysep1047, yyq1047, yy2arr1047 + const yyr1047 bool = false + yyq1047[1] = x.SELinuxOptions != nil + var yynn1047 int + if yyr1047 || yy2arr1047 { r.EncodeArrayStart(2) } else { - yynn1037 = 1 - for _, b := range yyq1037 { + yynn1047 = 1 + for _, b := range yyq1047 { if b { - yynn1037++ + yynn1047++ } } - r.EncodeMapStart(yynn1037) - yynn1037 = 0 + r.EncodeMapStart(yynn1047) + yynn1047 = 0 } - if yyr1037 || yy2arr1037 { + if yyr1047 || yy2arr1047 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Rule.CodecEncodeSelf(e) } else { @@ -12363,9 +12459,9 @@ func (x *SELinuxStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Rule.CodecEncodeSelf(e) } - if yyr1037 || yy2arr1037 { + if yyr1047 || yy2arr1047 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1037[1] { + if yyq1047[1] { if x.SELinuxOptions == nil { r.EncodeNil() } else { @@ -12375,7 +12471,7 @@ func (x *SELinuxStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1037[1] { + if yyq1047[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("seLinuxOptions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -12386,7 +12482,7 @@ func (x *SELinuxStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1037 || yy2arr1037 { + if yyr1047 || yy2arr1047 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12399,25 +12495,25 @@ func (x *SELinuxStrategyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1040 := z.DecBinary() - _ = yym1040 + yym1050 := z.DecBinary() + _ = yym1050 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1041 := r.ContainerType() - if yyct1041 == codecSelferValueTypeMap1234 { - yyl1041 := r.ReadMapStart() - if yyl1041 == 0 { + yyct1051 := r.ContainerType() + if yyct1051 == codecSelferValueTypeMap1234 { + yyl1051 := r.ReadMapStart() + if yyl1051 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1041, d) + x.codecDecodeSelfFromMap(yyl1051, d) } - } else if yyct1041 == codecSelferValueTypeArray1234 { - yyl1041 := r.ReadArrayStart() - if yyl1041 == 0 { + } else if yyct1051 == codecSelferValueTypeArray1234 { + yyl1051 := r.ReadArrayStart() + if yyl1051 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1041, d) + x.codecDecodeSelfFromArray(yyl1051, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12429,12 +12525,12 @@ func (x *SELinuxStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1042Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1042Slc - var yyhl1042 bool = l >= 0 - for yyj1042 := 0; ; yyj1042++ { - if yyhl1042 { - if yyj1042 >= l { + var yys1052Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1052Slc + var yyhl1052 bool = l >= 0 + for yyj1052 := 0; ; yyj1052++ { + if yyhl1052 { + if yyj1052 >= l { break } } else { @@ -12443,10 +12539,10 @@ func (x *SELinuxStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Deco } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1042Slc = r.DecodeBytes(yys1042Slc, true, true) - yys1042 := string(yys1042Slc) + yys1052Slc = r.DecodeBytes(yys1052Slc, true, true) + yys1052 := string(yys1052Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1042 { + switch yys1052 { case "rule": if r.TryDecodeAsNil() { x.Rule = "" @@ -12465,9 +12561,9 @@ func (x *SELinuxStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Deco x.SELinuxOptions.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1042) - } // end switch yys1042 - } // end for yyj1042 + z.DecStructFieldNotFound(-1, yys1052) + } // end switch yys1052 + } // end for yyj1052 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12475,16 +12571,16 @@ func (x *SELinuxStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978.De var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1045 int - var yyb1045 bool - var yyhl1045 bool = l >= 0 - yyj1045++ - if yyhl1045 { - yyb1045 = yyj1045 > l + var yyj1055 int + var yyb1055 bool + var yyhl1055 bool = l >= 0 + yyj1055++ + if yyhl1055 { + yyb1055 = yyj1055 > l } else { - yyb1045 = r.CheckBreak() + yyb1055 = r.CheckBreak() } - if yyb1045 { + if yyb1055 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12494,13 +12590,13 @@ func (x *SELinuxStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978.De } else { x.Rule = SELinuxStrategy(r.DecodeString()) } - yyj1045++ - if yyhl1045 { - yyb1045 = yyj1045 > l + yyj1055++ + if yyhl1055 { + yyb1055 = yyj1055 > l } else { - yyb1045 = r.CheckBreak() + yyb1055 = r.CheckBreak() } - if yyb1045 { + if yyb1055 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12516,17 +12612,17 @@ func (x *SELinuxStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978.De x.SELinuxOptions.CodecDecodeSelf(d) } for { - yyj1045++ - if yyhl1045 { - yyb1045 = yyj1045 > l + yyj1055++ + if yyhl1055 { + yyb1055 = yyj1055 > l } else { - yyb1045 = r.CheckBreak() + yyb1055 = r.CheckBreak() } - if yyb1045 { + if yyb1055 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1045-1, "") + z.DecStructFieldNotFound(yyj1055-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12535,8 +12631,8 @@ func (x SELinuxStrategy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1048 := z.EncBinary() - _ = yym1048 + yym1058 := z.EncBinary() + _ = yym1058 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -12548,8 +12644,8 @@ func (x *SELinuxStrategy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1049 := z.DecBinary() - _ = yym1049 + yym1059 := z.DecBinary() + _ = yym1059 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -12564,31 +12660,31 @@ func (x *RunAsUserStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1050 := z.EncBinary() - _ = yym1050 + yym1060 := z.EncBinary() + _ = yym1060 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1051 := !z.EncBinary() - yy2arr1051 := z.EncBasicHandle().StructToArray - var yyq1051 [2]bool - _, _, _ = yysep1051, yyq1051, yy2arr1051 - const yyr1051 bool = false - yyq1051[1] = len(x.Ranges) != 0 - var yynn1051 int - if yyr1051 || yy2arr1051 { + yysep1061 := !z.EncBinary() + yy2arr1061 := z.EncBasicHandle().StructToArray + var yyq1061 [2]bool + _, _, _ = yysep1061, yyq1061, yy2arr1061 + const yyr1061 bool = false + yyq1061[1] = len(x.Ranges) != 0 + var yynn1061 int + if yyr1061 || yy2arr1061 { r.EncodeArrayStart(2) } else { - yynn1051 = 1 - for _, b := range yyq1051 { + yynn1061 = 1 + for _, b := range yyq1061 { if b { - yynn1051++ + yynn1061++ } } - r.EncodeMapStart(yynn1051) - yynn1051 = 0 + r.EncodeMapStart(yynn1061) + yynn1061 = 0 } - if yyr1051 || yy2arr1051 { + if yyr1061 || yy2arr1061 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Rule.CodecEncodeSelf(e) } else { @@ -12597,14 +12693,14 @@ func (x *RunAsUserStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Rule.CodecEncodeSelf(e) } - if yyr1051 || yy2arr1051 { + if yyr1061 || yy2arr1061 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1051[1] { + if yyq1061[1] { if x.Ranges == nil { r.EncodeNil() } else { - yym1054 := z.EncBinary() - _ = yym1054 + yym1064 := z.EncBinary() + _ = yym1064 if false { } else { h.encSliceIDRange(([]IDRange)(x.Ranges), e) @@ -12614,15 +12710,15 @@ func (x *RunAsUserStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1051[1] { + if yyq1061[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ranges")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ranges == nil { r.EncodeNil() } else { - yym1055 := z.EncBinary() - _ = yym1055 + yym1065 := z.EncBinary() + _ = yym1065 if false { } else { h.encSliceIDRange(([]IDRange)(x.Ranges), e) @@ -12630,7 +12726,7 @@ func (x *RunAsUserStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1051 || yy2arr1051 { + if yyr1061 || yy2arr1061 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12643,25 +12739,25 @@ func (x *RunAsUserStrategyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1056 := z.DecBinary() - _ = yym1056 + yym1066 := z.DecBinary() + _ = yym1066 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1057 := r.ContainerType() - if yyct1057 == codecSelferValueTypeMap1234 { - yyl1057 := r.ReadMapStart() - if yyl1057 == 0 { + yyct1067 := r.ContainerType() + if yyct1067 == codecSelferValueTypeMap1234 { + yyl1067 := r.ReadMapStart() + if yyl1067 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1057, d) + x.codecDecodeSelfFromMap(yyl1067, d) } - } else if yyct1057 == codecSelferValueTypeArray1234 { - yyl1057 := r.ReadArrayStart() - if yyl1057 == 0 { + } else if yyct1067 == codecSelferValueTypeArray1234 { + yyl1067 := r.ReadArrayStart() + if yyl1067 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1057, d) + x.codecDecodeSelfFromArray(yyl1067, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12673,12 +12769,12 @@ func (x *RunAsUserStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.De var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1058Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1058Slc - var yyhl1058 bool = l >= 0 - for yyj1058 := 0; ; yyj1058++ { - if yyhl1058 { - if yyj1058 >= l { + var yys1068Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1068Slc + var yyhl1068 bool = l >= 0 + for yyj1068 := 0; ; yyj1068++ { + if yyhl1068 { + if yyj1068 >= l { break } } else { @@ -12687,10 +12783,10 @@ func (x *RunAsUserStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.De } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1058Slc = r.DecodeBytes(yys1058Slc, true, true) - yys1058 := string(yys1058Slc) + yys1068Slc = r.DecodeBytes(yys1068Slc, true, true) + yys1068 := string(yys1068Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1058 { + switch yys1068 { case "rule": if r.TryDecodeAsNil() { x.Rule = "" @@ -12701,18 +12797,18 @@ func (x *RunAsUserStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.De if r.TryDecodeAsNil() { x.Ranges = nil } else { - yyv1060 := &x.Ranges - yym1061 := z.DecBinary() - _ = yym1061 + yyv1070 := &x.Ranges + yym1071 := z.DecBinary() + _ = yym1071 if false { } else { - h.decSliceIDRange((*[]IDRange)(yyv1060), d) + h.decSliceIDRange((*[]IDRange)(yyv1070), d) } } default: - z.DecStructFieldNotFound(-1, yys1058) - } // end switch yys1058 - } // end for yyj1058 + z.DecStructFieldNotFound(-1, yys1068) + } // end switch yys1068 + } // end for yyj1068 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12720,16 +12816,16 @@ func (x *RunAsUserStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978. var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1062 int - var yyb1062 bool - var yyhl1062 bool = l >= 0 - yyj1062++ - if yyhl1062 { - yyb1062 = yyj1062 > l + var yyj1072 int + var yyb1072 bool + var yyhl1072 bool = l >= 0 + yyj1072++ + if yyhl1072 { + yyb1072 = yyj1072 > l } else { - yyb1062 = r.CheckBreak() + yyb1072 = r.CheckBreak() } - if yyb1062 { + if yyb1072 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12739,13 +12835,13 @@ func (x *RunAsUserStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.Rule = RunAsUserStrategy(r.DecodeString()) } - yyj1062++ - if yyhl1062 { - yyb1062 = yyj1062 > l + yyj1072++ + if yyhl1072 { + yyb1072 = yyj1072 > l } else { - yyb1062 = r.CheckBreak() + yyb1072 = r.CheckBreak() } - if yyb1062 { + if yyb1072 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12753,26 +12849,26 @@ func (x *RunAsUserStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978. if r.TryDecodeAsNil() { x.Ranges = nil } else { - yyv1064 := &x.Ranges - yym1065 := z.DecBinary() - _ = yym1065 + yyv1074 := &x.Ranges + yym1075 := z.DecBinary() + _ = yym1075 if false { } else { - h.decSliceIDRange((*[]IDRange)(yyv1064), d) + h.decSliceIDRange((*[]IDRange)(yyv1074), d) } } for { - yyj1062++ - if yyhl1062 { - yyb1062 = yyj1062 > l + yyj1072++ + if yyhl1072 { + yyb1072 = yyj1072 > l } else { - yyb1062 = r.CheckBreak() + yyb1072 = r.CheckBreak() } - if yyb1062 { + if yyb1072 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1062-1, "") + z.DecStructFieldNotFound(yyj1072-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12784,33 +12880,33 @@ func (x *IDRange) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1066 := z.EncBinary() - _ = yym1066 + yym1076 := z.EncBinary() + _ = yym1076 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1067 := !z.EncBinary() - yy2arr1067 := z.EncBasicHandle().StructToArray - var yyq1067 [2]bool - _, _, _ = yysep1067, yyq1067, yy2arr1067 - const yyr1067 bool = false - var yynn1067 int - if yyr1067 || yy2arr1067 { + yysep1077 := !z.EncBinary() + yy2arr1077 := z.EncBasicHandle().StructToArray + var yyq1077 [2]bool + _, _, _ = yysep1077, yyq1077, yy2arr1077 + const yyr1077 bool = false + var yynn1077 int + if yyr1077 || yy2arr1077 { r.EncodeArrayStart(2) } else { - yynn1067 = 2 - for _, b := range yyq1067 { + yynn1077 = 2 + for _, b := range yyq1077 { if b { - yynn1067++ + yynn1077++ } } - r.EncodeMapStart(yynn1067) - yynn1067 = 0 + r.EncodeMapStart(yynn1077) + yynn1077 = 0 } - if yyr1067 || yy2arr1067 { + if yyr1077 || yy2arr1077 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1069 := z.EncBinary() - _ = yym1069 + yym1079 := z.EncBinary() + _ = yym1079 if false { } else { r.EncodeInt(int64(x.Min)) @@ -12819,17 +12915,17 @@ func (x *IDRange) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("min")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1070 := z.EncBinary() - _ = yym1070 + yym1080 := z.EncBinary() + _ = yym1080 if false { } else { r.EncodeInt(int64(x.Min)) } } - if yyr1067 || yy2arr1067 { + if yyr1077 || yy2arr1077 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1072 := z.EncBinary() - _ = yym1072 + yym1082 := z.EncBinary() + _ = yym1082 if false { } else { r.EncodeInt(int64(x.Max)) @@ -12838,14 +12934,14 @@ func (x *IDRange) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("max")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1073 := z.EncBinary() - _ = yym1073 + yym1083 := z.EncBinary() + _ = yym1083 if false { } else { r.EncodeInt(int64(x.Max)) } } - if yyr1067 || yy2arr1067 { + if yyr1077 || yy2arr1077 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12858,25 +12954,25 @@ func (x *IDRange) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1074 := z.DecBinary() - _ = yym1074 + yym1084 := z.DecBinary() + _ = yym1084 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1075 := r.ContainerType() - if yyct1075 == codecSelferValueTypeMap1234 { - yyl1075 := r.ReadMapStart() - if yyl1075 == 0 { + yyct1085 := r.ContainerType() + if yyct1085 == codecSelferValueTypeMap1234 { + yyl1085 := r.ReadMapStart() + if yyl1085 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1075, d) + x.codecDecodeSelfFromMap(yyl1085, d) } - } else if yyct1075 == codecSelferValueTypeArray1234 { - yyl1075 := r.ReadArrayStart() - if yyl1075 == 0 { + } else if yyct1085 == codecSelferValueTypeArray1234 { + yyl1085 := r.ReadArrayStart() + if yyl1085 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1075, d) + x.codecDecodeSelfFromArray(yyl1085, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12888,12 +12984,12 @@ func (x *IDRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1076Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1076Slc - var yyhl1076 bool = l >= 0 - for yyj1076 := 0; ; yyj1076++ { - if yyhl1076 { - if yyj1076 >= l { + var yys1086Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1086Slc + var yyhl1086 bool = l >= 0 + for yyj1086 := 0; ; yyj1086++ { + if yyhl1086 { + if yyj1086 >= l { break } } else { @@ -12902,10 +12998,10 @@ func (x *IDRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1076Slc = r.DecodeBytes(yys1076Slc, true, true) - yys1076 := string(yys1076Slc) + yys1086Slc = r.DecodeBytes(yys1086Slc, true, true) + yys1086 := string(yys1086Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1076 { + switch yys1086 { case "min": if r.TryDecodeAsNil() { x.Min = 0 @@ -12919,9 +13015,9 @@ func (x *IDRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Max = int64(r.DecodeInt(64)) } default: - z.DecStructFieldNotFound(-1, yys1076) - } // end switch yys1076 - } // end for yyj1076 + z.DecStructFieldNotFound(-1, yys1086) + } // end switch yys1086 + } // end for yyj1086 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12929,16 +13025,16 @@ func (x *IDRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1079 int - var yyb1079 bool - var yyhl1079 bool = l >= 0 - yyj1079++ - if yyhl1079 { - yyb1079 = yyj1079 > l + var yyj1089 int + var yyb1089 bool + var yyhl1089 bool = l >= 0 + yyj1089++ + if yyhl1089 { + yyb1089 = yyj1089 > l } else { - yyb1079 = r.CheckBreak() + yyb1089 = r.CheckBreak() } - if yyb1079 { + if yyb1089 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12948,13 +13044,13 @@ func (x *IDRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Min = int64(r.DecodeInt(64)) } - yyj1079++ - if yyhl1079 { - yyb1079 = yyj1079 > l + yyj1089++ + if yyhl1089 { + yyb1089 = yyj1089 > l } else { - yyb1079 = r.CheckBreak() + yyb1089 = r.CheckBreak() } - if yyb1079 { + if yyb1089 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12965,17 +13061,17 @@ func (x *IDRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Max = int64(r.DecodeInt(64)) } for { - yyj1079++ - if yyhl1079 { - yyb1079 = yyj1079 > l + yyj1089++ + if yyhl1089 { + yyb1089 = yyj1089 > l } else { - yyb1079 = r.CheckBreak() + yyb1089 = r.CheckBreak() } - if yyb1079 { + if yyb1089 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1079-1, "") + z.DecStructFieldNotFound(yyj1089-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12984,8 +13080,8 @@ func (x RunAsUserStrategy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1082 := z.EncBinary() - _ = yym1082 + yym1092 := z.EncBinary() + _ = yym1092 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -12997,8 +13093,8 @@ func (x *RunAsUserStrategy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1083 := z.DecBinary() - _ = yym1083 + yym1093 := z.DecBinary() + _ = yym1093 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -13013,54 +13109,54 @@ func (x *FSGroupStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1084 := z.EncBinary() - _ = yym1084 + yym1094 := z.EncBinary() + _ = yym1094 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1085 := !z.EncBinary() - yy2arr1085 := z.EncBasicHandle().StructToArray - var yyq1085 [2]bool - _, _, _ = yysep1085, yyq1085, yy2arr1085 - const yyr1085 bool = false - yyq1085[0] = x.Rule != "" - yyq1085[1] = len(x.Ranges) != 0 - var yynn1085 int - if yyr1085 || yy2arr1085 { + yysep1095 := !z.EncBinary() + yy2arr1095 := z.EncBasicHandle().StructToArray + var yyq1095 [2]bool + _, _, _ = yysep1095, yyq1095, yy2arr1095 + const yyr1095 bool = false + yyq1095[0] = x.Rule != "" + yyq1095[1] = len(x.Ranges) != 0 + var yynn1095 int + if yyr1095 || yy2arr1095 { r.EncodeArrayStart(2) } else { - yynn1085 = 0 - for _, b := range yyq1085 { + yynn1095 = 0 + for _, b := range yyq1095 { if b { - yynn1085++ + yynn1095++ } } - r.EncodeMapStart(yynn1085) - yynn1085 = 0 + r.EncodeMapStart(yynn1095) + yynn1095 = 0 } - if yyr1085 || yy2arr1085 { + if yyr1095 || yy2arr1095 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1085[0] { + if yyq1095[0] { x.Rule.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1085[0] { + if yyq1095[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("rule")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Rule.CodecEncodeSelf(e) } } - if yyr1085 || yy2arr1085 { + if yyr1095 || yy2arr1095 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1085[1] { + if yyq1095[1] { if x.Ranges == nil { r.EncodeNil() } else { - yym1088 := z.EncBinary() - _ = yym1088 + yym1098 := z.EncBinary() + _ = yym1098 if false { } else { h.encSliceIDRange(([]IDRange)(x.Ranges), e) @@ -13070,15 +13166,15 @@ func (x *FSGroupStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1085[1] { + if yyq1095[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ranges")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ranges == nil { r.EncodeNil() } else { - yym1089 := z.EncBinary() - _ = yym1089 + yym1099 := z.EncBinary() + _ = yym1099 if false { } else { h.encSliceIDRange(([]IDRange)(x.Ranges), e) @@ -13086,7 +13182,7 @@ func (x *FSGroupStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1085 || yy2arr1085 { + if yyr1095 || yy2arr1095 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13099,25 +13195,25 @@ func (x *FSGroupStrategyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1090 := z.DecBinary() - _ = yym1090 + yym1100 := z.DecBinary() + _ = yym1100 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1091 := r.ContainerType() - if yyct1091 == codecSelferValueTypeMap1234 { - yyl1091 := r.ReadMapStart() - if yyl1091 == 0 { + yyct1101 := r.ContainerType() + if yyct1101 == codecSelferValueTypeMap1234 { + yyl1101 := r.ReadMapStart() + if yyl1101 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1091, d) + x.codecDecodeSelfFromMap(yyl1101, d) } - } else if yyct1091 == codecSelferValueTypeArray1234 { - yyl1091 := r.ReadArrayStart() - if yyl1091 == 0 { + } else if yyct1101 == codecSelferValueTypeArray1234 { + yyl1101 := r.ReadArrayStart() + if yyl1101 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1091, d) + x.codecDecodeSelfFromArray(yyl1101, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13129,12 +13225,12 @@ func (x *FSGroupStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1092Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1092Slc - var yyhl1092 bool = l >= 0 - for yyj1092 := 0; ; yyj1092++ { - if yyhl1092 { - if yyj1092 >= l { + var yys1102Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1102Slc + var yyhl1102 bool = l >= 0 + for yyj1102 := 0; ; yyj1102++ { + if yyhl1102 { + if yyj1102 >= l { break } } else { @@ -13143,10 +13239,10 @@ func (x *FSGroupStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Deco } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1092Slc = r.DecodeBytes(yys1092Slc, true, true) - yys1092 := string(yys1092Slc) + yys1102Slc = r.DecodeBytes(yys1102Slc, true, true) + yys1102 := string(yys1102Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1092 { + switch yys1102 { case "rule": if r.TryDecodeAsNil() { x.Rule = "" @@ -13157,18 +13253,18 @@ func (x *FSGroupStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.Ranges = nil } else { - yyv1094 := &x.Ranges - yym1095 := z.DecBinary() - _ = yym1095 + yyv1104 := &x.Ranges + yym1105 := z.DecBinary() + _ = yym1105 if false { } else { - h.decSliceIDRange((*[]IDRange)(yyv1094), d) + h.decSliceIDRange((*[]IDRange)(yyv1104), d) } } default: - z.DecStructFieldNotFound(-1, yys1092) - } // end switch yys1092 - } // end for yyj1092 + z.DecStructFieldNotFound(-1, yys1102) + } // end switch yys1102 + } // end for yyj1102 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13176,16 +13272,16 @@ func (x *FSGroupStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978.De var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1096 int - var yyb1096 bool - var yyhl1096 bool = l >= 0 - yyj1096++ - if yyhl1096 { - yyb1096 = yyj1096 > l + var yyj1106 int + var yyb1106 bool + var yyhl1106 bool = l >= 0 + yyj1106++ + if yyhl1106 { + yyb1106 = yyj1106 > l } else { - yyb1096 = r.CheckBreak() + yyb1106 = r.CheckBreak() } - if yyb1096 { + if yyb1106 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13195,13 +13291,13 @@ func (x *FSGroupStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978.De } else { x.Rule = FSGroupStrategyType(r.DecodeString()) } - yyj1096++ - if yyhl1096 { - yyb1096 = yyj1096 > l + yyj1106++ + if yyhl1106 { + yyb1106 = yyj1106 > l } else { - yyb1096 = r.CheckBreak() + yyb1106 = r.CheckBreak() } - if yyb1096 { + if yyb1106 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13209,26 +13305,26 @@ func (x *FSGroupStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978.De if r.TryDecodeAsNil() { x.Ranges = nil } else { - yyv1098 := &x.Ranges - yym1099 := z.DecBinary() - _ = yym1099 + yyv1108 := &x.Ranges + yym1109 := z.DecBinary() + _ = yym1109 if false { } else { - h.decSliceIDRange((*[]IDRange)(yyv1098), d) + h.decSliceIDRange((*[]IDRange)(yyv1108), d) } } for { - yyj1096++ - if yyhl1096 { - yyb1096 = yyj1096 > l + yyj1106++ + if yyhl1106 { + yyb1106 = yyj1106 > l } else { - yyb1096 = r.CheckBreak() + yyb1106 = r.CheckBreak() } - if yyb1096 { + if yyb1106 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1096-1, "") + z.DecStructFieldNotFound(yyj1106-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13237,8 +13333,8 @@ func (x FSGroupStrategyType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1100 := z.EncBinary() - _ = yym1100 + yym1110 := z.EncBinary() + _ = yym1110 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -13250,8 +13346,8 @@ func (x *FSGroupStrategyType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1101 := z.DecBinary() - _ = yym1101 + yym1111 := z.DecBinary() + _ = yym1111 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -13266,54 +13362,54 @@ func (x *SupplementalGroupsStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder if x == nil { r.EncodeNil() } else { - yym1102 := z.EncBinary() - _ = yym1102 + yym1112 := z.EncBinary() + _ = yym1112 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1103 := !z.EncBinary() - yy2arr1103 := z.EncBasicHandle().StructToArray - var yyq1103 [2]bool - _, _, _ = yysep1103, yyq1103, yy2arr1103 - const yyr1103 bool = false - yyq1103[0] = x.Rule != "" - yyq1103[1] = len(x.Ranges) != 0 - var yynn1103 int - if yyr1103 || yy2arr1103 { + yysep1113 := !z.EncBinary() + yy2arr1113 := z.EncBasicHandle().StructToArray + var yyq1113 [2]bool + _, _, _ = yysep1113, yyq1113, yy2arr1113 + const yyr1113 bool = false + yyq1113[0] = x.Rule != "" + yyq1113[1] = len(x.Ranges) != 0 + var yynn1113 int + if yyr1113 || yy2arr1113 { r.EncodeArrayStart(2) } else { - yynn1103 = 0 - for _, b := range yyq1103 { + yynn1113 = 0 + for _, b := range yyq1113 { if b { - yynn1103++ + yynn1113++ } } - r.EncodeMapStart(yynn1103) - yynn1103 = 0 + r.EncodeMapStart(yynn1113) + yynn1113 = 0 } - if yyr1103 || yy2arr1103 { + if yyr1113 || yy2arr1113 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1103[0] { + if yyq1113[0] { x.Rule.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1103[0] { + if yyq1113[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("rule")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Rule.CodecEncodeSelf(e) } } - if yyr1103 || yy2arr1103 { + if yyr1113 || yy2arr1113 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1103[1] { + if yyq1113[1] { if x.Ranges == nil { r.EncodeNil() } else { - yym1106 := z.EncBinary() - _ = yym1106 + yym1116 := z.EncBinary() + _ = yym1116 if false { } else { h.encSliceIDRange(([]IDRange)(x.Ranges), e) @@ -13323,15 +13419,15 @@ func (x *SupplementalGroupsStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder r.EncodeNil() } } else { - if yyq1103[1] { + if yyq1113[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ranges")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ranges == nil { r.EncodeNil() } else { - yym1107 := z.EncBinary() - _ = yym1107 + yym1117 := z.EncBinary() + _ = yym1117 if false { } else { h.encSliceIDRange(([]IDRange)(x.Ranges), e) @@ -13339,7 +13435,7 @@ func (x *SupplementalGroupsStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder } } } - if yyr1103 || yy2arr1103 { + if yyr1113 || yy2arr1113 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13352,25 +13448,25 @@ func (x *SupplementalGroupsStrategyOptions) CodecDecodeSelf(d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1108 := z.DecBinary() - _ = yym1108 + yym1118 := z.DecBinary() + _ = yym1118 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1109 := r.ContainerType() - if yyct1109 == codecSelferValueTypeMap1234 { - yyl1109 := r.ReadMapStart() - if yyl1109 == 0 { + yyct1119 := r.ContainerType() + if yyct1119 == codecSelferValueTypeMap1234 { + yyl1119 := r.ReadMapStart() + if yyl1119 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1109, d) + x.codecDecodeSelfFromMap(yyl1119, d) } - } else if yyct1109 == codecSelferValueTypeArray1234 { - yyl1109 := r.ReadArrayStart() - if yyl1109 == 0 { + } else if yyct1119 == codecSelferValueTypeArray1234 { + yyl1119 := r.ReadArrayStart() + if yyl1119 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1109, d) + x.codecDecodeSelfFromArray(yyl1119, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13382,12 +13478,12 @@ func (x *SupplementalGroupsStrategyOptions) codecDecodeSelfFromMap(l int, d *cod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1110Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1110Slc - var yyhl1110 bool = l >= 0 - for yyj1110 := 0; ; yyj1110++ { - if yyhl1110 { - if yyj1110 >= l { + var yys1120Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1120Slc + var yyhl1120 bool = l >= 0 + for yyj1120 := 0; ; yyj1120++ { + if yyhl1120 { + if yyj1120 >= l { break } } else { @@ -13396,10 +13492,10 @@ func (x *SupplementalGroupsStrategyOptions) codecDecodeSelfFromMap(l int, d *cod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1110Slc = r.DecodeBytes(yys1110Slc, true, true) - yys1110 := string(yys1110Slc) + yys1120Slc = r.DecodeBytes(yys1120Slc, true, true) + yys1120 := string(yys1120Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1110 { + switch yys1120 { case "rule": if r.TryDecodeAsNil() { x.Rule = "" @@ -13410,18 +13506,18 @@ func (x *SupplementalGroupsStrategyOptions) codecDecodeSelfFromMap(l int, d *cod if r.TryDecodeAsNil() { x.Ranges = nil } else { - yyv1112 := &x.Ranges - yym1113 := z.DecBinary() - _ = yym1113 + yyv1122 := &x.Ranges + yym1123 := z.DecBinary() + _ = yym1123 if false { } else { - h.decSliceIDRange((*[]IDRange)(yyv1112), d) + h.decSliceIDRange((*[]IDRange)(yyv1122), d) } } default: - z.DecStructFieldNotFound(-1, yys1110) - } // end switch yys1110 - } // end for yyj1110 + z.DecStructFieldNotFound(-1, yys1120) + } // end switch yys1120 + } // end for yyj1120 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13429,16 +13525,16 @@ func (x *SupplementalGroupsStrategyOptions) codecDecodeSelfFromArray(l int, d *c var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1114 int - var yyb1114 bool - var yyhl1114 bool = l >= 0 - yyj1114++ - if yyhl1114 { - yyb1114 = yyj1114 > l + var yyj1124 int + var yyb1124 bool + var yyhl1124 bool = l >= 0 + yyj1124++ + if yyhl1124 { + yyb1124 = yyj1124 > l } else { - yyb1114 = r.CheckBreak() + yyb1124 = r.CheckBreak() } - if yyb1114 { + if yyb1124 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13448,13 +13544,13 @@ func (x *SupplementalGroupsStrategyOptions) codecDecodeSelfFromArray(l int, d *c } else { x.Rule = SupplementalGroupsStrategyType(r.DecodeString()) } - yyj1114++ - if yyhl1114 { - yyb1114 = yyj1114 > l + yyj1124++ + if yyhl1124 { + yyb1124 = yyj1124 > l } else { - yyb1114 = r.CheckBreak() + yyb1124 = r.CheckBreak() } - if yyb1114 { + if yyb1124 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13462,26 +13558,26 @@ func (x *SupplementalGroupsStrategyOptions) codecDecodeSelfFromArray(l int, d *c if r.TryDecodeAsNil() { x.Ranges = nil } else { - yyv1116 := &x.Ranges - yym1117 := z.DecBinary() - _ = yym1117 + yyv1126 := &x.Ranges + yym1127 := z.DecBinary() + _ = yym1127 if false { } else { - h.decSliceIDRange((*[]IDRange)(yyv1116), d) + h.decSliceIDRange((*[]IDRange)(yyv1126), d) } } for { - yyj1114++ - if yyhl1114 { - yyb1114 = yyj1114 > l + yyj1124++ + if yyhl1124 { + yyb1124 = yyj1124 > l } else { - yyb1114 = r.CheckBreak() + yyb1124 = r.CheckBreak() } - if yyb1114 { + if yyb1124 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1114-1, "") + z.DecStructFieldNotFound(yyj1124-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13490,8 +13586,8 @@ func (x SupplementalGroupsStrategyType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1118 := z.EncBinary() - _ = yym1118 + yym1128 := z.EncBinary() + _ = yym1128 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -13503,8 +13599,8 @@ func (x *SupplementalGroupsStrategyType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1119 := z.DecBinary() - _ = yym1119 + yym1129 := z.DecBinary() + _ = yym1129 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -13519,37 +13615,37 @@ func (x *PodSecurityPolicyList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1120 := z.EncBinary() - _ = yym1120 + yym1130 := z.EncBinary() + _ = yym1130 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1121 := !z.EncBinary() - yy2arr1121 := z.EncBasicHandle().StructToArray - var yyq1121 [4]bool - _, _, _ = yysep1121, yyq1121, yy2arr1121 - const yyr1121 bool = false - yyq1121[0] = x.Kind != "" - yyq1121[1] = x.APIVersion != "" - yyq1121[2] = true - var yynn1121 int - if yyr1121 || yy2arr1121 { + yysep1131 := !z.EncBinary() + yy2arr1131 := z.EncBasicHandle().StructToArray + var yyq1131 [4]bool + _, _, _ = yysep1131, yyq1131, yy2arr1131 + const yyr1131 bool = false + yyq1131[0] = x.Kind != "" + yyq1131[1] = x.APIVersion != "" + yyq1131[2] = true + var yynn1131 int + if yyr1131 || yy2arr1131 { r.EncodeArrayStart(4) } else { - yynn1121 = 1 - for _, b := range yyq1121 { + yynn1131 = 1 + for _, b := range yyq1131 { if b { - yynn1121++ + yynn1131++ } } - r.EncodeMapStart(yynn1121) - yynn1121 = 0 + r.EncodeMapStart(yynn1131) + yynn1131 = 0 } - if yyr1121 || yy2arr1121 { + if yyr1131 || yy2arr1131 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1121[0] { - yym1123 := z.EncBinary() - _ = yym1123 + if yyq1131[0] { + yym1133 := z.EncBinary() + _ = yym1133 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -13558,23 +13654,23 @@ func (x *PodSecurityPolicyList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1121[0] { + if yyq1131[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1124 := z.EncBinary() - _ = yym1124 + yym1134 := z.EncBinary() + _ = yym1134 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1121 || yy2arr1121 { + if yyr1131 || yy2arr1131 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1121[1] { - yym1126 := z.EncBinary() - _ = yym1126 + if yyq1131[1] { + yym1136 := z.EncBinary() + _ = yym1136 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -13583,54 +13679,54 @@ func (x *PodSecurityPolicyList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1121[1] { + if yyq1131[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1127 := z.EncBinary() - _ = yym1127 + yym1137 := z.EncBinary() + _ = yym1137 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1121 || yy2arr1121 { + if yyr1131 || yy2arr1131 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1121[2] { - yy1129 := &x.ListMeta - yym1130 := z.EncBinary() - _ = yym1130 + if yyq1131[2] { + yy1139 := &x.ListMeta + yym1140 := z.EncBinary() + _ = yym1140 if false { - } else if z.HasExtensions() && z.EncExt(yy1129) { + } else if z.HasExtensions() && z.EncExt(yy1139) { } else { - z.EncFallback(yy1129) + z.EncFallback(yy1139) } } else { r.EncodeNil() } } else { - if yyq1121[2] { + if yyq1131[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1131 := &x.ListMeta - yym1132 := z.EncBinary() - _ = yym1132 + yy1141 := &x.ListMeta + yym1142 := z.EncBinary() + _ = yym1142 if false { - } else if z.HasExtensions() && z.EncExt(yy1131) { + } else if z.HasExtensions() && z.EncExt(yy1141) { } else { - z.EncFallback(yy1131) + z.EncFallback(yy1141) } } } - if yyr1121 || yy2arr1121 { + if yyr1131 || yy2arr1131 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym1134 := z.EncBinary() - _ = yym1134 + yym1144 := z.EncBinary() + _ = yym1144 if false { } else { h.encSlicePodSecurityPolicy(([]PodSecurityPolicy)(x.Items), e) @@ -13643,15 +13739,15 @@ func (x *PodSecurityPolicyList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym1135 := z.EncBinary() - _ = yym1135 + yym1145 := z.EncBinary() + _ = yym1145 if false { } else { h.encSlicePodSecurityPolicy(([]PodSecurityPolicy)(x.Items), e) } } } - if yyr1121 || yy2arr1121 { + if yyr1131 || yy2arr1131 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13664,25 +13760,25 @@ func (x *PodSecurityPolicyList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1136 := z.DecBinary() - _ = yym1136 + yym1146 := z.DecBinary() + _ = yym1146 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1137 := r.ContainerType() - if yyct1137 == codecSelferValueTypeMap1234 { - yyl1137 := r.ReadMapStart() - if yyl1137 == 0 { + yyct1147 := r.ContainerType() + if yyct1147 == codecSelferValueTypeMap1234 { + yyl1147 := r.ReadMapStart() + if yyl1147 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1137, d) + x.codecDecodeSelfFromMap(yyl1147, d) } - } else if yyct1137 == codecSelferValueTypeArray1234 { - yyl1137 := r.ReadArrayStart() - if yyl1137 == 0 { + } else if yyct1147 == codecSelferValueTypeArray1234 { + yyl1147 := r.ReadArrayStart() + if yyl1147 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1137, d) + x.codecDecodeSelfFromArray(yyl1147, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13694,12 +13790,12 @@ func (x *PodSecurityPolicyList) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1138Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1138Slc - var yyhl1138 bool = l >= 0 - for yyj1138 := 0; ; yyj1138++ { - if yyhl1138 { - if yyj1138 >= l { + var yys1148Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1148Slc + var yyhl1148 bool = l >= 0 + for yyj1148 := 0; ; yyj1148++ { + if yyhl1148 { + if yyj1148 >= l { break } } else { @@ -13708,10 +13804,10 @@ func (x *PodSecurityPolicyList) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1138Slc = r.DecodeBytes(yys1138Slc, true, true) - yys1138 := string(yys1138Slc) + yys1148Slc = r.DecodeBytes(yys1148Slc, true, true) + yys1148 := string(yys1148Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1138 { + switch yys1148 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -13728,31 +13824,31 @@ func (x *PodSecurityPolicyList) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv1141 := &x.ListMeta - yym1142 := z.DecBinary() - _ = yym1142 + yyv1151 := &x.ListMeta + yym1152 := z.DecBinary() + _ = yym1152 if false { - } else if z.HasExtensions() && z.DecExt(yyv1141) { + } else if z.HasExtensions() && z.DecExt(yyv1151) { } else { - z.DecFallback(yyv1141, false) + z.DecFallback(yyv1151, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1143 := &x.Items - yym1144 := z.DecBinary() - _ = yym1144 + yyv1153 := &x.Items + yym1154 := z.DecBinary() + _ = yym1154 if false { } else { - h.decSlicePodSecurityPolicy((*[]PodSecurityPolicy)(yyv1143), d) + h.decSlicePodSecurityPolicy((*[]PodSecurityPolicy)(yyv1153), d) } } default: - z.DecStructFieldNotFound(-1, yys1138) - } // end switch yys1138 - } // end for yyj1138 + z.DecStructFieldNotFound(-1, yys1148) + } // end switch yys1148 + } // end for yyj1148 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13760,16 +13856,16 @@ func (x *PodSecurityPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1145 int - var yyb1145 bool - var yyhl1145 bool = l >= 0 - yyj1145++ - if yyhl1145 { - yyb1145 = yyj1145 > l + var yyj1155 int + var yyb1155 bool + var yyhl1155 bool = l >= 0 + yyj1155++ + if yyhl1155 { + yyb1155 = yyj1155 > l } else { - yyb1145 = r.CheckBreak() + yyb1155 = r.CheckBreak() } - if yyb1145 { + if yyb1155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13779,13 +13875,13 @@ func (x *PodSecurityPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Kind = string(r.DecodeString()) } - yyj1145++ - if yyhl1145 { - yyb1145 = yyj1145 > l + yyj1155++ + if yyhl1155 { + yyb1155 = yyj1155 > l } else { - yyb1145 = r.CheckBreak() + yyb1155 = r.CheckBreak() } - if yyb1145 { + if yyb1155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13795,13 +13891,13 @@ func (x *PodSecurityPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.APIVersion = string(r.DecodeString()) } - yyj1145++ - if yyhl1145 { - yyb1145 = yyj1145 > l + yyj1155++ + if yyhl1155 { + yyb1155 = yyj1155 > l } else { - yyb1145 = r.CheckBreak() + yyb1155 = r.CheckBreak() } - if yyb1145 { + if yyb1155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13809,22 +13905,22 @@ func (x *PodSecurityPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv1148 := &x.ListMeta - yym1149 := z.DecBinary() - _ = yym1149 + yyv1158 := &x.ListMeta + yym1159 := z.DecBinary() + _ = yym1159 if false { - } else if z.HasExtensions() && z.DecExt(yyv1148) { + } else if z.HasExtensions() && z.DecExt(yyv1158) { } else { - z.DecFallback(yyv1148, false) + z.DecFallback(yyv1158, false) } } - yyj1145++ - if yyhl1145 { - yyb1145 = yyj1145 > l + yyj1155++ + if yyhl1155 { + yyb1155 = yyj1155 > l } else { - yyb1145 = r.CheckBreak() + yyb1155 = r.CheckBreak() } - if yyb1145 { + if yyb1155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13832,26 +13928,26 @@ func (x *PodSecurityPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1150 := &x.Items - yym1151 := z.DecBinary() - _ = yym1151 + yyv1160 := &x.Items + yym1161 := z.DecBinary() + _ = yym1161 if false { } else { - h.decSlicePodSecurityPolicy((*[]PodSecurityPolicy)(yyv1150), d) + h.decSlicePodSecurityPolicy((*[]PodSecurityPolicy)(yyv1160), d) } } for { - yyj1145++ - if yyhl1145 { - yyb1145 = yyj1145 > l + yyj1155++ + if yyhl1155 { + yyb1155 = yyj1155 > l } else { - yyb1145 = r.CheckBreak() + yyb1155 = r.CheckBreak() } - if yyb1145 { + if yyb1155 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1145-1, "") + z.DecStructFieldNotFound(yyj1155-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13863,38 +13959,38 @@ func (x *NetworkPolicy) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1152 := z.EncBinary() - _ = yym1152 + yym1162 := z.EncBinary() + _ = yym1162 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1153 := !z.EncBinary() - yy2arr1153 := z.EncBasicHandle().StructToArray - var yyq1153 [4]bool - _, _, _ = yysep1153, yyq1153, yy2arr1153 - const yyr1153 bool = false - yyq1153[0] = x.Kind != "" - yyq1153[1] = x.APIVersion != "" - yyq1153[2] = true - yyq1153[3] = true - var yynn1153 int - if yyr1153 || yy2arr1153 { + yysep1163 := !z.EncBinary() + yy2arr1163 := z.EncBasicHandle().StructToArray + var yyq1163 [4]bool + _, _, _ = yysep1163, yyq1163, yy2arr1163 + const yyr1163 bool = false + yyq1163[0] = x.Kind != "" + yyq1163[1] = x.APIVersion != "" + yyq1163[2] = true + yyq1163[3] = true + var yynn1163 int + if yyr1163 || yy2arr1163 { r.EncodeArrayStart(4) } else { - yynn1153 = 0 - for _, b := range yyq1153 { + yynn1163 = 0 + for _, b := range yyq1163 { if b { - yynn1153++ + yynn1163++ } } - r.EncodeMapStart(yynn1153) - yynn1153 = 0 + r.EncodeMapStart(yynn1163) + yynn1163 = 0 } - if yyr1153 || yy2arr1153 { + if yyr1163 || yy2arr1163 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1153[0] { - yym1155 := z.EncBinary() - _ = yym1155 + if yyq1163[0] { + yym1165 := z.EncBinary() + _ = yym1165 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -13903,23 +13999,23 @@ func (x *NetworkPolicy) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1153[0] { + if yyq1163[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1156 := z.EncBinary() - _ = yym1156 + yym1166 := z.EncBinary() + _ = yym1166 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1153 || yy2arr1153 { + if yyr1163 || yy2arr1163 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1153[1] { - yym1158 := z.EncBinary() - _ = yym1158 + if yyq1163[1] { + yym1168 := z.EncBinary() + _ = yym1168 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -13928,53 +14024,53 @@ func (x *NetworkPolicy) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1153[1] { + if yyq1163[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1159 := z.EncBinary() - _ = yym1159 + yym1169 := z.EncBinary() + _ = yym1169 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1153 || yy2arr1153 { + if yyr1163 || yy2arr1163 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1153[2] { - yy1161 := &x.ObjectMeta - yy1161.CodecEncodeSelf(e) + if yyq1163[2] { + yy1171 := &x.ObjectMeta + yy1171.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1153[2] { + if yyq1163[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1162 := &x.ObjectMeta - yy1162.CodecEncodeSelf(e) + yy1172 := &x.ObjectMeta + yy1172.CodecEncodeSelf(e) } } - if yyr1153 || yy2arr1153 { + if yyr1163 || yy2arr1163 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1153[3] { - yy1164 := &x.Spec - yy1164.CodecEncodeSelf(e) + if yyq1163[3] { + yy1174 := &x.Spec + yy1174.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1153[3] { + if yyq1163[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1165 := &x.Spec - yy1165.CodecEncodeSelf(e) + yy1175 := &x.Spec + yy1175.CodecEncodeSelf(e) } } - if yyr1153 || yy2arr1153 { + if yyr1163 || yy2arr1163 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13987,25 +14083,25 @@ func (x *NetworkPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1166 := z.DecBinary() - _ = yym1166 + yym1176 := z.DecBinary() + _ = yym1176 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1167 := r.ContainerType() - if yyct1167 == codecSelferValueTypeMap1234 { - yyl1167 := r.ReadMapStart() - if yyl1167 == 0 { + yyct1177 := r.ContainerType() + if yyct1177 == codecSelferValueTypeMap1234 { + yyl1177 := r.ReadMapStart() + if yyl1177 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1167, d) + x.codecDecodeSelfFromMap(yyl1177, d) } - } else if yyct1167 == codecSelferValueTypeArray1234 { - yyl1167 := r.ReadArrayStart() - if yyl1167 == 0 { + } else if yyct1177 == codecSelferValueTypeArray1234 { + yyl1177 := r.ReadArrayStart() + if yyl1177 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1167, d) + x.codecDecodeSelfFromArray(yyl1177, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14017,12 +14113,12 @@ func (x *NetworkPolicy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1168Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1168Slc - var yyhl1168 bool = l >= 0 - for yyj1168 := 0; ; yyj1168++ { - if yyhl1168 { - if yyj1168 >= l { + var yys1178Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1178Slc + var yyhl1178 bool = l >= 0 + for yyj1178 := 0; ; yyj1178++ { + if yyhl1178 { + if yyj1178 >= l { break } } else { @@ -14031,10 +14127,10 @@ func (x *NetworkPolicy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1168Slc = r.DecodeBytes(yys1168Slc, true, true) - yys1168 := string(yys1168Slc) + yys1178Slc = r.DecodeBytes(yys1178Slc, true, true) + yys1178 := string(yys1178Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1168 { + switch yys1178 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -14051,20 +14147,20 @@ func (x *NetworkPolicy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_api.ObjectMeta{} } else { - yyv1171 := &x.ObjectMeta - yyv1171.CodecDecodeSelf(d) + yyv1181 := &x.ObjectMeta + yyv1181.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NetworkPolicySpec{} } else { - yyv1172 := &x.Spec - yyv1172.CodecDecodeSelf(d) + yyv1182 := &x.Spec + yyv1182.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1168) - } // end switch yys1168 - } // end for yyj1168 + z.DecStructFieldNotFound(-1, yys1178) + } // end switch yys1178 + } // end for yyj1178 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14072,16 +14168,16 @@ func (x *NetworkPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1173 int - var yyb1173 bool - var yyhl1173 bool = l >= 0 - yyj1173++ - if yyhl1173 { - yyb1173 = yyj1173 > l + var yyj1183 int + var yyb1183 bool + var yyhl1183 bool = l >= 0 + yyj1183++ + if yyhl1183 { + yyb1183 = yyj1183 > l } else { - yyb1173 = r.CheckBreak() + yyb1183 = r.CheckBreak() } - if yyb1173 { + if yyb1183 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14091,13 +14187,13 @@ func (x *NetworkPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj1173++ - if yyhl1173 { - yyb1173 = yyj1173 > l + yyj1183++ + if yyhl1183 { + yyb1183 = yyj1183 > l } else { - yyb1173 = r.CheckBreak() + yyb1183 = r.CheckBreak() } - if yyb1173 { + if yyb1183 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14107,13 +14203,13 @@ func (x *NetworkPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj1173++ - if yyhl1173 { - yyb1173 = yyj1173 > l + yyj1183++ + if yyhl1183 { + yyb1183 = yyj1183 > l } else { - yyb1173 = r.CheckBreak() + yyb1183 = r.CheckBreak() } - if yyb1173 { + if yyb1183 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14121,16 +14217,16 @@ func (x *NetworkPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_api.ObjectMeta{} } else { - yyv1176 := &x.ObjectMeta - yyv1176.CodecDecodeSelf(d) + yyv1186 := &x.ObjectMeta + yyv1186.CodecDecodeSelf(d) } - yyj1173++ - if yyhl1173 { - yyb1173 = yyj1173 > l + yyj1183++ + if yyhl1183 { + yyb1183 = yyj1183 > l } else { - yyb1173 = r.CheckBreak() + yyb1183 = r.CheckBreak() } - if yyb1173 { + if yyb1183 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14138,21 +14234,21 @@ func (x *NetworkPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NetworkPolicySpec{} } else { - yyv1177 := &x.Spec - yyv1177.CodecDecodeSelf(d) + yyv1187 := &x.Spec + yyv1187.CodecDecodeSelf(d) } for { - yyj1173++ - if yyhl1173 { - yyb1173 = yyj1173 > l + yyj1183++ + if yyhl1183 { + yyb1183 = yyj1183 > l } else { - yyb1173 = r.CheckBreak() + yyb1183 = r.CheckBreak() } - if yyb1173 { + if yyb1183 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1173-1, "") + z.DecStructFieldNotFound(yyj1183-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14164,61 +14260,61 @@ func (x *NetworkPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1178 := z.EncBinary() - _ = yym1178 + yym1188 := z.EncBinary() + _ = yym1188 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1179 := !z.EncBinary() - yy2arr1179 := z.EncBasicHandle().StructToArray - var yyq1179 [2]bool - _, _, _ = yysep1179, yyq1179, yy2arr1179 - const yyr1179 bool = false - yyq1179[1] = len(x.Ingress) != 0 - var yynn1179 int - if yyr1179 || yy2arr1179 { + yysep1189 := !z.EncBinary() + yy2arr1189 := z.EncBasicHandle().StructToArray + var yyq1189 [2]bool + _, _, _ = yysep1189, yyq1189, yy2arr1189 + const yyr1189 bool = false + yyq1189[1] = len(x.Ingress) != 0 + var yynn1189 int + if yyr1189 || yy2arr1189 { r.EncodeArrayStart(2) } else { - yynn1179 = 1 - for _, b := range yyq1179 { + yynn1189 = 1 + for _, b := range yyq1189 { if b { - yynn1179++ + yynn1189++ } } - r.EncodeMapStart(yynn1179) - yynn1179 = 0 + r.EncodeMapStart(yynn1189) + yynn1189 = 0 } - if yyr1179 || yy2arr1179 { + if yyr1189 || yy2arr1189 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1181 := &x.PodSelector - yym1182 := z.EncBinary() - _ = yym1182 + yy1191 := &x.PodSelector + yym1192 := z.EncBinary() + _ = yym1192 if false { - } else if z.HasExtensions() && z.EncExt(yy1181) { + } else if z.HasExtensions() && z.EncExt(yy1191) { } else { - z.EncFallback(yy1181) + z.EncFallback(yy1191) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1183 := &x.PodSelector - yym1184 := z.EncBinary() - _ = yym1184 + yy1193 := &x.PodSelector + yym1194 := z.EncBinary() + _ = yym1194 if false { - } else if z.HasExtensions() && z.EncExt(yy1183) { + } else if z.HasExtensions() && z.EncExt(yy1193) { } else { - z.EncFallback(yy1183) + z.EncFallback(yy1193) } } - if yyr1179 || yy2arr1179 { + if yyr1189 || yy2arr1189 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1179[1] { + if yyq1189[1] { if x.Ingress == nil { r.EncodeNil() } else { - yym1186 := z.EncBinary() - _ = yym1186 + yym1196 := z.EncBinary() + _ = yym1196 if false { } else { h.encSliceNetworkPolicyIngressRule(([]NetworkPolicyIngressRule)(x.Ingress), e) @@ -14228,15 +14324,15 @@ func (x *NetworkPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1179[1] { + if yyq1189[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ingress")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ingress == nil { r.EncodeNil() } else { - yym1187 := z.EncBinary() - _ = yym1187 + yym1197 := z.EncBinary() + _ = yym1197 if false { } else { h.encSliceNetworkPolicyIngressRule(([]NetworkPolicyIngressRule)(x.Ingress), e) @@ -14244,7 +14340,7 @@ func (x *NetworkPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1179 || yy2arr1179 { + if yyr1189 || yy2arr1189 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14257,25 +14353,25 @@ func (x *NetworkPolicySpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1188 := z.DecBinary() - _ = yym1188 + yym1198 := z.DecBinary() + _ = yym1198 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1189 := r.ContainerType() - if yyct1189 == codecSelferValueTypeMap1234 { - yyl1189 := r.ReadMapStart() - if yyl1189 == 0 { + yyct1199 := r.ContainerType() + if yyct1199 == codecSelferValueTypeMap1234 { + yyl1199 := r.ReadMapStart() + if yyl1199 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1189, d) + x.codecDecodeSelfFromMap(yyl1199, d) } - } else if yyct1189 == codecSelferValueTypeArray1234 { - yyl1189 := r.ReadArrayStart() - if yyl1189 == 0 { + } else if yyct1199 == codecSelferValueTypeArray1234 { + yyl1199 := r.ReadArrayStart() + if yyl1199 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1189, d) + x.codecDecodeSelfFromArray(yyl1199, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14287,12 +14383,12 @@ func (x *NetworkPolicySpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1190Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1190Slc - var yyhl1190 bool = l >= 0 - for yyj1190 := 0; ; yyj1190++ { - if yyhl1190 { - if yyj1190 >= l { + var yys1200Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1200Slc + var yyhl1200 bool = l >= 0 + for yyj1200 := 0; ; yyj1200++ { + if yyhl1200 { + if yyj1200 >= l { break } } else { @@ -14301,39 +14397,39 @@ func (x *NetworkPolicySpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1190Slc = r.DecodeBytes(yys1190Slc, true, true) - yys1190 := string(yys1190Slc) + yys1200Slc = r.DecodeBytes(yys1200Slc, true, true) + yys1200 := string(yys1200Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1190 { + switch yys1200 { case "podSelector": if r.TryDecodeAsNil() { x.PodSelector = pkg1_unversioned.LabelSelector{} } else { - yyv1191 := &x.PodSelector - yym1192 := z.DecBinary() - _ = yym1192 + yyv1201 := &x.PodSelector + yym1202 := z.DecBinary() + _ = yym1202 if false { - } else if z.HasExtensions() && z.DecExt(yyv1191) { + } else if z.HasExtensions() && z.DecExt(yyv1201) { } else { - z.DecFallback(yyv1191, false) + z.DecFallback(yyv1201, false) } } case "ingress": if r.TryDecodeAsNil() { x.Ingress = nil } else { - yyv1193 := &x.Ingress - yym1194 := z.DecBinary() - _ = yym1194 + yyv1203 := &x.Ingress + yym1204 := z.DecBinary() + _ = yym1204 if false { } else { - h.decSliceNetworkPolicyIngressRule((*[]NetworkPolicyIngressRule)(yyv1193), d) + h.decSliceNetworkPolicyIngressRule((*[]NetworkPolicyIngressRule)(yyv1203), d) } } default: - z.DecStructFieldNotFound(-1, yys1190) - } // end switch yys1190 - } // end for yyj1190 + z.DecStructFieldNotFound(-1, yys1200) + } // end switch yys1200 + } // end for yyj1200 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14341,16 +14437,16 @@ func (x *NetworkPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1195 int - var yyb1195 bool - var yyhl1195 bool = l >= 0 - yyj1195++ - if yyhl1195 { - yyb1195 = yyj1195 > l + var yyj1205 int + var yyb1205 bool + var yyhl1205 bool = l >= 0 + yyj1205++ + if yyhl1205 { + yyb1205 = yyj1205 > l } else { - yyb1195 = r.CheckBreak() + yyb1205 = r.CheckBreak() } - if yyb1195 { + if yyb1205 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14358,22 +14454,22 @@ func (x *NetworkPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.PodSelector = pkg1_unversioned.LabelSelector{} } else { - yyv1196 := &x.PodSelector - yym1197 := z.DecBinary() - _ = yym1197 + yyv1206 := &x.PodSelector + yym1207 := z.DecBinary() + _ = yym1207 if false { - } else if z.HasExtensions() && z.DecExt(yyv1196) { + } else if z.HasExtensions() && z.DecExt(yyv1206) { } else { - z.DecFallback(yyv1196, false) + z.DecFallback(yyv1206, false) } } - yyj1195++ - if yyhl1195 { - yyb1195 = yyj1195 > l + yyj1205++ + if yyhl1205 { + yyb1205 = yyj1205 > l } else { - yyb1195 = r.CheckBreak() + yyb1205 = r.CheckBreak() } - if yyb1195 { + if yyb1205 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14381,26 +14477,26 @@ func (x *NetworkPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Ingress = nil } else { - yyv1198 := &x.Ingress - yym1199 := z.DecBinary() - _ = yym1199 + yyv1208 := &x.Ingress + yym1209 := z.DecBinary() + _ = yym1209 if false { } else { - h.decSliceNetworkPolicyIngressRule((*[]NetworkPolicyIngressRule)(yyv1198), d) + h.decSliceNetworkPolicyIngressRule((*[]NetworkPolicyIngressRule)(yyv1208), d) } } for { - yyj1195++ - if yyhl1195 { - yyb1195 = yyj1195 > l + yyj1205++ + if yyhl1205 { + yyb1205 = yyj1205 > l } else { - yyb1195 = r.CheckBreak() + yyb1205 = r.CheckBreak() } - if yyb1195 { + if yyb1205 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1195-1, "") + z.DecStructFieldNotFound(yyj1205-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14412,39 +14508,39 @@ func (x *NetworkPolicyIngressRule) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1200 := z.EncBinary() - _ = yym1200 + yym1210 := z.EncBinary() + _ = yym1210 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1201 := !z.EncBinary() - yy2arr1201 := z.EncBasicHandle().StructToArray - var yyq1201 [2]bool - _, _, _ = yysep1201, yyq1201, yy2arr1201 - const yyr1201 bool = false - yyq1201[0] = len(x.Ports) != 0 - yyq1201[1] = len(x.From) != 0 - var yynn1201 int - if yyr1201 || yy2arr1201 { + yysep1211 := !z.EncBinary() + yy2arr1211 := z.EncBasicHandle().StructToArray + var yyq1211 [2]bool + _, _, _ = yysep1211, yyq1211, yy2arr1211 + const yyr1211 bool = false + yyq1211[0] = len(x.Ports) != 0 + yyq1211[1] = len(x.From) != 0 + var yynn1211 int + if yyr1211 || yy2arr1211 { r.EncodeArrayStart(2) } else { - yynn1201 = 0 - for _, b := range yyq1201 { + yynn1211 = 0 + for _, b := range yyq1211 { if b { - yynn1201++ + yynn1211++ } } - r.EncodeMapStart(yynn1201) - yynn1201 = 0 + r.EncodeMapStart(yynn1211) + yynn1211 = 0 } - if yyr1201 || yy2arr1201 { + if yyr1211 || yy2arr1211 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1201[0] { + if yyq1211[0] { if x.Ports == nil { r.EncodeNil() } else { - yym1203 := z.EncBinary() - _ = yym1203 + yym1213 := z.EncBinary() + _ = yym1213 if false { } else { h.encSliceNetworkPolicyPort(([]NetworkPolicyPort)(x.Ports), e) @@ -14454,15 +14550,15 @@ func (x *NetworkPolicyIngressRule) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1201[0] { + if yyq1211[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ports")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ports == nil { r.EncodeNil() } else { - yym1204 := z.EncBinary() - _ = yym1204 + yym1214 := z.EncBinary() + _ = yym1214 if false { } else { h.encSliceNetworkPolicyPort(([]NetworkPolicyPort)(x.Ports), e) @@ -14470,14 +14566,14 @@ func (x *NetworkPolicyIngressRule) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1201 || yy2arr1201 { + if yyr1211 || yy2arr1211 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1201[1] { + if yyq1211[1] { if x.From == nil { r.EncodeNil() } else { - yym1206 := z.EncBinary() - _ = yym1206 + yym1216 := z.EncBinary() + _ = yym1216 if false { } else { h.encSliceNetworkPolicyPeer(([]NetworkPolicyPeer)(x.From), e) @@ -14487,15 +14583,15 @@ func (x *NetworkPolicyIngressRule) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1201[1] { + if yyq1211[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("from")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.From == nil { r.EncodeNil() } else { - yym1207 := z.EncBinary() - _ = yym1207 + yym1217 := z.EncBinary() + _ = yym1217 if false { } else { h.encSliceNetworkPolicyPeer(([]NetworkPolicyPeer)(x.From), e) @@ -14503,7 +14599,7 @@ func (x *NetworkPolicyIngressRule) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1201 || yy2arr1201 { + if yyr1211 || yy2arr1211 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14516,25 +14612,25 @@ func (x *NetworkPolicyIngressRule) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1208 := z.DecBinary() - _ = yym1208 + yym1218 := z.DecBinary() + _ = yym1218 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1209 := r.ContainerType() - if yyct1209 == codecSelferValueTypeMap1234 { - yyl1209 := r.ReadMapStart() - if yyl1209 == 0 { + yyct1219 := r.ContainerType() + if yyct1219 == codecSelferValueTypeMap1234 { + yyl1219 := r.ReadMapStart() + if yyl1219 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1209, d) + x.codecDecodeSelfFromMap(yyl1219, d) } - } else if yyct1209 == codecSelferValueTypeArray1234 { - yyl1209 := r.ReadArrayStart() - if yyl1209 == 0 { + } else if yyct1219 == codecSelferValueTypeArray1234 { + yyl1219 := r.ReadArrayStart() + if yyl1219 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1209, d) + x.codecDecodeSelfFromArray(yyl1219, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14546,12 +14642,12 @@ func (x *NetworkPolicyIngressRule) codecDecodeSelfFromMap(l int, d *codec1978.De var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1210Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1210Slc - var yyhl1210 bool = l >= 0 - for yyj1210 := 0; ; yyj1210++ { - if yyhl1210 { - if yyj1210 >= l { + var yys1220Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1220Slc + var yyhl1220 bool = l >= 0 + for yyj1220 := 0; ; yyj1220++ { + if yyhl1220 { + if yyj1220 >= l { break } } else { @@ -14560,38 +14656,38 @@ func (x *NetworkPolicyIngressRule) codecDecodeSelfFromMap(l int, d *codec1978.De } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1210Slc = r.DecodeBytes(yys1210Slc, true, true) - yys1210 := string(yys1210Slc) + yys1220Slc = r.DecodeBytes(yys1220Slc, true, true) + yys1220 := string(yys1220Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1210 { + switch yys1220 { case "ports": if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv1211 := &x.Ports - yym1212 := z.DecBinary() - _ = yym1212 + yyv1221 := &x.Ports + yym1222 := z.DecBinary() + _ = yym1222 if false { } else { - h.decSliceNetworkPolicyPort((*[]NetworkPolicyPort)(yyv1211), d) + h.decSliceNetworkPolicyPort((*[]NetworkPolicyPort)(yyv1221), d) } } case "from": if r.TryDecodeAsNil() { x.From = nil } else { - yyv1213 := &x.From - yym1214 := z.DecBinary() - _ = yym1214 + yyv1223 := &x.From + yym1224 := z.DecBinary() + _ = yym1224 if false { } else { - h.decSliceNetworkPolicyPeer((*[]NetworkPolicyPeer)(yyv1213), d) + h.decSliceNetworkPolicyPeer((*[]NetworkPolicyPeer)(yyv1223), d) } } default: - z.DecStructFieldNotFound(-1, yys1210) - } // end switch yys1210 - } // end for yyj1210 + z.DecStructFieldNotFound(-1, yys1220) + } // end switch yys1220 + } // end for yyj1220 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14599,16 +14695,16 @@ func (x *NetworkPolicyIngressRule) codecDecodeSelfFromArray(l int, d *codec1978. var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1215 int - var yyb1215 bool - var yyhl1215 bool = l >= 0 - yyj1215++ - if yyhl1215 { - yyb1215 = yyj1215 > l + var yyj1225 int + var yyb1225 bool + var yyhl1225 bool = l >= 0 + yyj1225++ + if yyhl1225 { + yyb1225 = yyj1225 > l } else { - yyb1215 = r.CheckBreak() + yyb1225 = r.CheckBreak() } - if yyb1215 { + if yyb1225 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14616,21 +14712,21 @@ func (x *NetworkPolicyIngressRule) codecDecodeSelfFromArray(l int, d *codec1978. if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv1216 := &x.Ports - yym1217 := z.DecBinary() - _ = yym1217 + yyv1226 := &x.Ports + yym1227 := z.DecBinary() + _ = yym1227 if false { } else { - h.decSliceNetworkPolicyPort((*[]NetworkPolicyPort)(yyv1216), d) + h.decSliceNetworkPolicyPort((*[]NetworkPolicyPort)(yyv1226), d) } } - yyj1215++ - if yyhl1215 { - yyb1215 = yyj1215 > l + yyj1225++ + if yyhl1225 { + yyb1225 = yyj1225 > l } else { - yyb1215 = r.CheckBreak() + yyb1225 = r.CheckBreak() } - if yyb1215 { + if yyb1225 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14638,26 +14734,26 @@ func (x *NetworkPolicyIngressRule) codecDecodeSelfFromArray(l int, d *codec1978. if r.TryDecodeAsNil() { x.From = nil } else { - yyv1218 := &x.From - yym1219 := z.DecBinary() - _ = yym1219 + yyv1228 := &x.From + yym1229 := z.DecBinary() + _ = yym1229 if false { } else { - h.decSliceNetworkPolicyPeer((*[]NetworkPolicyPeer)(yyv1218), d) + h.decSliceNetworkPolicyPeer((*[]NetworkPolicyPeer)(yyv1228), d) } } for { - yyj1215++ - if yyhl1215 { - yyb1215 = yyj1215 > l + yyj1225++ + if yyhl1225 { + yyb1225 = yyj1225 > l } else { - yyb1215 = r.CheckBreak() + yyb1225 = r.CheckBreak() } - if yyb1215 { + if yyb1225 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1215-1, "") + z.DecStructFieldNotFound(yyj1225-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14669,79 +14765,79 @@ func (x *NetworkPolicyPort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1220 := z.EncBinary() - _ = yym1220 + yym1230 := z.EncBinary() + _ = yym1230 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1221 := !z.EncBinary() - yy2arr1221 := z.EncBasicHandle().StructToArray - var yyq1221 [2]bool - _, _, _ = yysep1221, yyq1221, yy2arr1221 - const yyr1221 bool = false - yyq1221[0] = x.Protocol != nil - yyq1221[1] = x.Port != nil - var yynn1221 int - if yyr1221 || yy2arr1221 { + yysep1231 := !z.EncBinary() + yy2arr1231 := z.EncBasicHandle().StructToArray + var yyq1231 [2]bool + _, _, _ = yysep1231, yyq1231, yy2arr1231 + const yyr1231 bool = false + yyq1231[0] = x.Protocol != nil + yyq1231[1] = x.Port != nil + var yynn1231 int + if yyr1231 || yy2arr1231 { r.EncodeArrayStart(2) } else { - yynn1221 = 0 - for _, b := range yyq1221 { + yynn1231 = 0 + for _, b := range yyq1231 { if b { - yynn1221++ + yynn1231++ } } - r.EncodeMapStart(yynn1221) - yynn1221 = 0 + r.EncodeMapStart(yynn1231) + yynn1231 = 0 } - if yyr1221 || yy2arr1221 { + if yyr1231 || yy2arr1231 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1221[0] { + if yyq1231[0] { if x.Protocol == nil { r.EncodeNil() } else { - yy1223 := *x.Protocol - yym1224 := z.EncBinary() - _ = yym1224 + yy1233 := *x.Protocol + yym1234 := z.EncBinary() + _ = yym1234 if false { - } else if z.HasExtensions() && z.EncExt(yy1223) { + } else if z.HasExtensions() && z.EncExt(yy1233) { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy1223)) + r.EncodeString(codecSelferC_UTF81234, string(yy1233)) } } } else { r.EncodeNil() } } else { - if yyq1221[0] { + if yyq1231[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("protocol")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Protocol == nil { r.EncodeNil() } else { - yy1225 := *x.Protocol - yym1226 := z.EncBinary() - _ = yym1226 + yy1235 := *x.Protocol + yym1236 := z.EncBinary() + _ = yym1236 if false { - } else if z.HasExtensions() && z.EncExt(yy1225) { + } else if z.HasExtensions() && z.EncExt(yy1235) { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy1225)) + r.EncodeString(codecSelferC_UTF81234, string(yy1235)) } } } } - if yyr1221 || yy2arr1221 { + if yyr1231 || yy2arr1231 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1221[1] { + if yyq1231[1] { if x.Port == nil { r.EncodeNil() } else { - yym1228 := z.EncBinary() - _ = yym1228 + yym1238 := z.EncBinary() + _ = yym1238 if false { } else if z.HasExtensions() && z.EncExt(x.Port) { - } else if !yym1228 && z.IsJSONHandle() { + } else if !yym1238 && z.IsJSONHandle() { z.EncJSONMarshal(x.Port) } else { z.EncFallback(x.Port) @@ -14751,18 +14847,18 @@ func (x *NetworkPolicyPort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1221[1] { + if yyq1231[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Port == nil { r.EncodeNil() } else { - yym1229 := z.EncBinary() - _ = yym1229 + yym1239 := z.EncBinary() + _ = yym1239 if false { } else if z.HasExtensions() && z.EncExt(x.Port) { - } else if !yym1229 && z.IsJSONHandle() { + } else if !yym1239 && z.IsJSONHandle() { z.EncJSONMarshal(x.Port) } else { z.EncFallback(x.Port) @@ -14770,7 +14866,7 @@ func (x *NetworkPolicyPort) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1221 || yy2arr1221 { + if yyr1231 || yy2arr1231 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14783,25 +14879,25 @@ func (x *NetworkPolicyPort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1230 := z.DecBinary() - _ = yym1230 + yym1240 := z.DecBinary() + _ = yym1240 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1231 := r.ContainerType() - if yyct1231 == codecSelferValueTypeMap1234 { - yyl1231 := r.ReadMapStart() - if yyl1231 == 0 { + yyct1241 := r.ContainerType() + if yyct1241 == codecSelferValueTypeMap1234 { + yyl1241 := r.ReadMapStart() + if yyl1241 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1231, d) + x.codecDecodeSelfFromMap(yyl1241, d) } - } else if yyct1231 == codecSelferValueTypeArray1234 { - yyl1231 := r.ReadArrayStart() - if yyl1231 == 0 { + } else if yyct1241 == codecSelferValueTypeArray1234 { + yyl1241 := r.ReadArrayStart() + if yyl1241 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1231, d) + x.codecDecodeSelfFromArray(yyl1241, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14813,12 +14909,12 @@ func (x *NetworkPolicyPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1232Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1232Slc - var yyhl1232 bool = l >= 0 - for yyj1232 := 0; ; yyj1232++ { - if yyhl1232 { - if yyj1232 >= l { + var yys1242Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1242Slc + var yyhl1242 bool = l >= 0 + for yyj1242 := 0; ; yyj1242++ { + if yyhl1242 { + if yyj1242 >= l { break } } else { @@ -14827,10 +14923,10 @@ func (x *NetworkPolicyPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1232Slc = r.DecodeBytes(yys1232Slc, true, true) - yys1232 := string(yys1232Slc) + yys1242Slc = r.DecodeBytes(yys1242Slc, true, true) + yys1242 := string(yys1242Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1232 { + switch yys1242 { case "protocol": if r.TryDecodeAsNil() { if x.Protocol != nil { @@ -14851,20 +14947,20 @@ func (x *NetworkPolicyPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.Port == nil { x.Port = new(pkg5_intstr.IntOrString) } - yym1235 := z.DecBinary() - _ = yym1235 + yym1245 := z.DecBinary() + _ = yym1245 if false { } else if z.HasExtensions() && z.DecExt(x.Port) { - } else if !yym1235 && z.IsJSONHandle() { + } else if !yym1245 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.Port) } else { z.DecFallback(x.Port, false) } } default: - z.DecStructFieldNotFound(-1, yys1232) - } // end switch yys1232 - } // end for yyj1232 + z.DecStructFieldNotFound(-1, yys1242) + } // end switch yys1242 + } // end for yyj1242 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14872,16 +14968,16 @@ func (x *NetworkPolicyPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1236 int - var yyb1236 bool - var yyhl1236 bool = l >= 0 - yyj1236++ - if yyhl1236 { - yyb1236 = yyj1236 > l + var yyj1246 int + var yyb1246 bool + var yyhl1246 bool = l >= 0 + yyj1246++ + if yyhl1246 { + yyb1246 = yyj1246 > l } else { - yyb1236 = r.CheckBreak() + yyb1246 = r.CheckBreak() } - if yyb1236 { + if yyb1246 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14896,13 +14992,13 @@ func (x *NetworkPolicyPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } x.Protocol.CodecDecodeSelf(d) } - yyj1236++ - if yyhl1236 { - yyb1236 = yyj1236 > l + yyj1246++ + if yyhl1246 { + yyb1246 = yyj1246 > l } else { - yyb1236 = r.CheckBreak() + yyb1246 = r.CheckBreak() } - if yyb1236 { + if yyb1246 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14915,28 +15011,28 @@ func (x *NetworkPolicyPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if x.Port == nil { x.Port = new(pkg5_intstr.IntOrString) } - yym1239 := z.DecBinary() - _ = yym1239 + yym1249 := z.DecBinary() + _ = yym1249 if false { } else if z.HasExtensions() && z.DecExt(x.Port) { - } else if !yym1239 && z.IsJSONHandle() { + } else if !yym1249 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.Port) } else { z.DecFallback(x.Port, false) } } for { - yyj1236++ - if yyhl1236 { - yyb1236 = yyj1236 > l + yyj1246++ + if yyhl1246 { + yyb1246 = yyj1246 > l } else { - yyb1236 = r.CheckBreak() + yyb1246 = r.CheckBreak() } - if yyb1236 { + if yyb1246 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1236-1, "") + z.DecStructFieldNotFound(yyj1246-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14948,39 +15044,39 @@ func (x *NetworkPolicyPeer) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1240 := z.EncBinary() - _ = yym1240 + yym1250 := z.EncBinary() + _ = yym1250 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1241 := !z.EncBinary() - yy2arr1241 := z.EncBasicHandle().StructToArray - var yyq1241 [2]bool - _, _, _ = yysep1241, yyq1241, yy2arr1241 - const yyr1241 bool = false - yyq1241[0] = x.PodSelector != nil - yyq1241[1] = x.NamespaceSelector != nil - var yynn1241 int - if yyr1241 || yy2arr1241 { + yysep1251 := !z.EncBinary() + yy2arr1251 := z.EncBasicHandle().StructToArray + var yyq1251 [2]bool + _, _, _ = yysep1251, yyq1251, yy2arr1251 + const yyr1251 bool = false + yyq1251[0] = x.PodSelector != nil + yyq1251[1] = x.NamespaceSelector != nil + var yynn1251 int + if yyr1251 || yy2arr1251 { r.EncodeArrayStart(2) } else { - yynn1241 = 0 - for _, b := range yyq1241 { + yynn1251 = 0 + for _, b := range yyq1251 { if b { - yynn1241++ + yynn1251++ } } - r.EncodeMapStart(yynn1241) - yynn1241 = 0 + r.EncodeMapStart(yynn1251) + yynn1251 = 0 } - if yyr1241 || yy2arr1241 { + if yyr1251 || yy2arr1251 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1241[0] { + if yyq1251[0] { if x.PodSelector == nil { r.EncodeNil() } else { - yym1243 := z.EncBinary() - _ = yym1243 + yym1253 := z.EncBinary() + _ = yym1253 if false { } else if z.HasExtensions() && z.EncExt(x.PodSelector) { } else { @@ -14991,15 +15087,15 @@ func (x *NetworkPolicyPeer) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1241[0] { + if yyq1251[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.PodSelector == nil { r.EncodeNil() } else { - yym1244 := z.EncBinary() - _ = yym1244 + yym1254 := z.EncBinary() + _ = yym1254 if false { } else if z.HasExtensions() && z.EncExt(x.PodSelector) { } else { @@ -15008,14 +15104,14 @@ func (x *NetworkPolicyPeer) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1241 || yy2arr1241 { + if yyr1251 || yy2arr1251 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1241[1] { + if yyq1251[1] { if x.NamespaceSelector == nil { r.EncodeNil() } else { - yym1246 := z.EncBinary() - _ = yym1246 + yym1256 := z.EncBinary() + _ = yym1256 if false { } else if z.HasExtensions() && z.EncExt(x.NamespaceSelector) { } else { @@ -15026,15 +15122,15 @@ func (x *NetworkPolicyPeer) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1241[1] { + if yyq1251[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("namespaceSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.NamespaceSelector == nil { r.EncodeNil() } else { - yym1247 := z.EncBinary() - _ = yym1247 + yym1257 := z.EncBinary() + _ = yym1257 if false { } else if z.HasExtensions() && z.EncExt(x.NamespaceSelector) { } else { @@ -15043,7 +15139,7 @@ func (x *NetworkPolicyPeer) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1241 || yy2arr1241 { + if yyr1251 || yy2arr1251 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15056,25 +15152,25 @@ func (x *NetworkPolicyPeer) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1248 := z.DecBinary() - _ = yym1248 + yym1258 := z.DecBinary() + _ = yym1258 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1249 := r.ContainerType() - if yyct1249 == codecSelferValueTypeMap1234 { - yyl1249 := r.ReadMapStart() - if yyl1249 == 0 { + yyct1259 := r.ContainerType() + if yyct1259 == codecSelferValueTypeMap1234 { + yyl1259 := r.ReadMapStart() + if yyl1259 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1249, d) + x.codecDecodeSelfFromMap(yyl1259, d) } - } else if yyct1249 == codecSelferValueTypeArray1234 { - yyl1249 := r.ReadArrayStart() - if yyl1249 == 0 { + } else if yyct1259 == codecSelferValueTypeArray1234 { + yyl1259 := r.ReadArrayStart() + if yyl1259 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1249, d) + x.codecDecodeSelfFromArray(yyl1259, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15086,12 +15182,12 @@ func (x *NetworkPolicyPeer) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1250Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1250Slc - var yyhl1250 bool = l >= 0 - for yyj1250 := 0; ; yyj1250++ { - if yyhl1250 { - if yyj1250 >= l { + var yys1260Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1260Slc + var yyhl1260 bool = l >= 0 + for yyj1260 := 0; ; yyj1260++ { + if yyhl1260 { + if yyj1260 >= l { break } } else { @@ -15100,10 +15196,10 @@ func (x *NetworkPolicyPeer) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1250Slc = r.DecodeBytes(yys1250Slc, true, true) - yys1250 := string(yys1250Slc) + yys1260Slc = r.DecodeBytes(yys1260Slc, true, true) + yys1260 := string(yys1260Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1250 { + switch yys1260 { case "podSelector": if r.TryDecodeAsNil() { if x.PodSelector != nil { @@ -15113,8 +15209,8 @@ func (x *NetworkPolicyPeer) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.PodSelector == nil { x.PodSelector = new(pkg1_unversioned.LabelSelector) } - yym1252 := z.DecBinary() - _ = yym1252 + yym1262 := z.DecBinary() + _ = yym1262 if false { } else if z.HasExtensions() && z.DecExt(x.PodSelector) { } else { @@ -15130,8 +15226,8 @@ func (x *NetworkPolicyPeer) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.NamespaceSelector == nil { x.NamespaceSelector = new(pkg1_unversioned.LabelSelector) } - yym1254 := z.DecBinary() - _ = yym1254 + yym1264 := z.DecBinary() + _ = yym1264 if false { } else if z.HasExtensions() && z.DecExt(x.NamespaceSelector) { } else { @@ -15139,9 +15235,9 @@ func (x *NetworkPolicyPeer) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } default: - z.DecStructFieldNotFound(-1, yys1250) - } // end switch yys1250 - } // end for yyj1250 + z.DecStructFieldNotFound(-1, yys1260) + } // end switch yys1260 + } // end for yyj1260 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15149,16 +15245,16 @@ func (x *NetworkPolicyPeer) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1255 int - var yyb1255 bool - var yyhl1255 bool = l >= 0 - yyj1255++ - if yyhl1255 { - yyb1255 = yyj1255 > l + var yyj1265 int + var yyb1265 bool + var yyhl1265 bool = l >= 0 + yyj1265++ + if yyhl1265 { + yyb1265 = yyj1265 > l } else { - yyb1255 = r.CheckBreak() + yyb1265 = r.CheckBreak() } - if yyb1255 { + if yyb1265 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15171,21 +15267,21 @@ func (x *NetworkPolicyPeer) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if x.PodSelector == nil { x.PodSelector = new(pkg1_unversioned.LabelSelector) } - yym1257 := z.DecBinary() - _ = yym1257 + yym1267 := z.DecBinary() + _ = yym1267 if false { } else if z.HasExtensions() && z.DecExt(x.PodSelector) { } else { z.DecFallback(x.PodSelector, false) } } - yyj1255++ - if yyhl1255 { - yyb1255 = yyj1255 > l + yyj1265++ + if yyhl1265 { + yyb1265 = yyj1265 > l } else { - yyb1255 = r.CheckBreak() + yyb1265 = r.CheckBreak() } - if yyb1255 { + if yyb1265 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15198,8 +15294,8 @@ func (x *NetworkPolicyPeer) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if x.NamespaceSelector == nil { x.NamespaceSelector = new(pkg1_unversioned.LabelSelector) } - yym1259 := z.DecBinary() - _ = yym1259 + yym1269 := z.DecBinary() + _ = yym1269 if false { } else if z.HasExtensions() && z.DecExt(x.NamespaceSelector) { } else { @@ -15207,17 +15303,17 @@ func (x *NetworkPolicyPeer) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } } for { - yyj1255++ - if yyhl1255 { - yyb1255 = yyj1255 > l + yyj1265++ + if yyhl1265 { + yyb1265 = yyj1265 > l } else { - yyb1255 = r.CheckBreak() + yyb1265 = r.CheckBreak() } - if yyb1255 { + if yyb1265 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1255-1, "") + z.DecStructFieldNotFound(yyj1265-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15229,37 +15325,37 @@ func (x *NetworkPolicyList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1260 := z.EncBinary() - _ = yym1260 + yym1270 := z.EncBinary() + _ = yym1270 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1261 := !z.EncBinary() - yy2arr1261 := z.EncBasicHandle().StructToArray - var yyq1261 [4]bool - _, _, _ = yysep1261, yyq1261, yy2arr1261 - const yyr1261 bool = false - yyq1261[0] = x.Kind != "" - yyq1261[1] = x.APIVersion != "" - yyq1261[2] = true - var yynn1261 int - if yyr1261 || yy2arr1261 { + yysep1271 := !z.EncBinary() + yy2arr1271 := z.EncBasicHandle().StructToArray + var yyq1271 [4]bool + _, _, _ = yysep1271, yyq1271, yy2arr1271 + const yyr1271 bool = false + yyq1271[0] = x.Kind != "" + yyq1271[1] = x.APIVersion != "" + yyq1271[2] = true + var yynn1271 int + if yyr1271 || yy2arr1271 { r.EncodeArrayStart(4) } else { - yynn1261 = 1 - for _, b := range yyq1261 { + yynn1271 = 1 + for _, b := range yyq1271 { if b { - yynn1261++ + yynn1271++ } } - r.EncodeMapStart(yynn1261) - yynn1261 = 0 + r.EncodeMapStart(yynn1271) + yynn1271 = 0 } - if yyr1261 || yy2arr1261 { + if yyr1271 || yy2arr1271 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1261[0] { - yym1263 := z.EncBinary() - _ = yym1263 + if yyq1271[0] { + yym1273 := z.EncBinary() + _ = yym1273 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -15268,23 +15364,23 @@ func (x *NetworkPolicyList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1261[0] { + if yyq1271[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1264 := z.EncBinary() - _ = yym1264 + yym1274 := z.EncBinary() + _ = yym1274 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1261 || yy2arr1261 { + if yyr1271 || yy2arr1271 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1261[1] { - yym1266 := z.EncBinary() - _ = yym1266 + if yyq1271[1] { + yym1276 := z.EncBinary() + _ = yym1276 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -15293,54 +15389,54 @@ func (x *NetworkPolicyList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1261[1] { + if yyq1271[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1267 := z.EncBinary() - _ = yym1267 + yym1277 := z.EncBinary() + _ = yym1277 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1261 || yy2arr1261 { + if yyr1271 || yy2arr1271 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1261[2] { - yy1269 := &x.ListMeta - yym1270 := z.EncBinary() - _ = yym1270 + if yyq1271[2] { + yy1279 := &x.ListMeta + yym1280 := z.EncBinary() + _ = yym1280 if false { - } else if z.HasExtensions() && z.EncExt(yy1269) { + } else if z.HasExtensions() && z.EncExt(yy1279) { } else { - z.EncFallback(yy1269) + z.EncFallback(yy1279) } } else { r.EncodeNil() } } else { - if yyq1261[2] { + if yyq1271[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1271 := &x.ListMeta - yym1272 := z.EncBinary() - _ = yym1272 + yy1281 := &x.ListMeta + yym1282 := z.EncBinary() + _ = yym1282 if false { - } else if z.HasExtensions() && z.EncExt(yy1271) { + } else if z.HasExtensions() && z.EncExt(yy1281) { } else { - z.EncFallback(yy1271) + z.EncFallback(yy1281) } } } - if yyr1261 || yy2arr1261 { + if yyr1271 || yy2arr1271 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym1274 := z.EncBinary() - _ = yym1274 + yym1284 := z.EncBinary() + _ = yym1284 if false { } else { h.encSliceNetworkPolicy(([]NetworkPolicy)(x.Items), e) @@ -15353,15 +15449,15 @@ func (x *NetworkPolicyList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym1275 := z.EncBinary() - _ = yym1275 + yym1285 := z.EncBinary() + _ = yym1285 if false { } else { h.encSliceNetworkPolicy(([]NetworkPolicy)(x.Items), e) } } } - if yyr1261 || yy2arr1261 { + if yyr1271 || yy2arr1271 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15374,25 +15470,25 @@ func (x *NetworkPolicyList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1276 := z.DecBinary() - _ = yym1276 + yym1286 := z.DecBinary() + _ = yym1286 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1277 := r.ContainerType() - if yyct1277 == codecSelferValueTypeMap1234 { - yyl1277 := r.ReadMapStart() - if yyl1277 == 0 { + yyct1287 := r.ContainerType() + if yyct1287 == codecSelferValueTypeMap1234 { + yyl1287 := r.ReadMapStart() + if yyl1287 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1277, d) + x.codecDecodeSelfFromMap(yyl1287, d) } - } else if yyct1277 == codecSelferValueTypeArray1234 { - yyl1277 := r.ReadArrayStart() - if yyl1277 == 0 { + } else if yyct1287 == codecSelferValueTypeArray1234 { + yyl1287 := r.ReadArrayStart() + if yyl1287 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1277, d) + x.codecDecodeSelfFromArray(yyl1287, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15404,12 +15500,12 @@ func (x *NetworkPolicyList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1278Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1278Slc - var yyhl1278 bool = l >= 0 - for yyj1278 := 0; ; yyj1278++ { - if yyhl1278 { - if yyj1278 >= l { + var yys1288Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1288Slc + var yyhl1288 bool = l >= 0 + for yyj1288 := 0; ; yyj1288++ { + if yyhl1288 { + if yyj1288 >= l { break } } else { @@ -15418,10 +15514,10 @@ func (x *NetworkPolicyList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1278Slc = r.DecodeBytes(yys1278Slc, true, true) - yys1278 := string(yys1278Slc) + yys1288Slc = r.DecodeBytes(yys1288Slc, true, true) + yys1288 := string(yys1288Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1278 { + switch yys1288 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -15438,31 +15534,31 @@ func (x *NetworkPolicyList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv1281 := &x.ListMeta - yym1282 := z.DecBinary() - _ = yym1282 + yyv1291 := &x.ListMeta + yym1292 := z.DecBinary() + _ = yym1292 if false { - } else if z.HasExtensions() && z.DecExt(yyv1281) { + } else if z.HasExtensions() && z.DecExt(yyv1291) { } else { - z.DecFallback(yyv1281, false) + z.DecFallback(yyv1291, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1283 := &x.Items - yym1284 := z.DecBinary() - _ = yym1284 + yyv1293 := &x.Items + yym1294 := z.DecBinary() + _ = yym1294 if false { } else { - h.decSliceNetworkPolicy((*[]NetworkPolicy)(yyv1283), d) + h.decSliceNetworkPolicy((*[]NetworkPolicy)(yyv1293), d) } } default: - z.DecStructFieldNotFound(-1, yys1278) - } // end switch yys1278 - } // end for yyj1278 + z.DecStructFieldNotFound(-1, yys1288) + } // end switch yys1288 + } // end for yyj1288 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15470,16 +15566,16 @@ func (x *NetworkPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1285 int - var yyb1285 bool - var yyhl1285 bool = l >= 0 - yyj1285++ - if yyhl1285 { - yyb1285 = yyj1285 > l + var yyj1295 int + var yyb1295 bool + var yyhl1295 bool = l >= 0 + yyj1295++ + if yyhl1295 { + yyb1295 = yyj1295 > l } else { - yyb1285 = r.CheckBreak() + yyb1295 = r.CheckBreak() } - if yyb1285 { + if yyb1295 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15489,13 +15585,13 @@ func (x *NetworkPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.Kind = string(r.DecodeString()) } - yyj1285++ - if yyhl1285 { - yyb1285 = yyj1285 > l + yyj1295++ + if yyhl1295 { + yyb1295 = yyj1295 > l } else { - yyb1285 = r.CheckBreak() + yyb1295 = r.CheckBreak() } - if yyb1285 { + if yyb1295 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15505,13 +15601,13 @@ func (x *NetworkPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.APIVersion = string(r.DecodeString()) } - yyj1285++ - if yyhl1285 { - yyb1285 = yyj1285 > l + yyj1295++ + if yyhl1295 { + yyb1295 = yyj1295 > l } else { - yyb1285 = r.CheckBreak() + yyb1295 = r.CheckBreak() } - if yyb1285 { + if yyb1295 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15519,22 +15615,22 @@ func (x *NetworkPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv1288 := &x.ListMeta - yym1289 := z.DecBinary() - _ = yym1289 + yyv1298 := &x.ListMeta + yym1299 := z.DecBinary() + _ = yym1299 if false { - } else if z.HasExtensions() && z.DecExt(yyv1288) { + } else if z.HasExtensions() && z.DecExt(yyv1298) { } else { - z.DecFallback(yyv1288, false) + z.DecFallback(yyv1298, false) } } - yyj1285++ - if yyhl1285 { - yyb1285 = yyj1285 > l + yyj1295++ + if yyhl1295 { + yyb1295 = yyj1295 > l } else { - yyb1285 = r.CheckBreak() + yyb1295 = r.CheckBreak() } - if yyb1285 { + if yyb1295 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15542,26 +15638,26 @@ func (x *NetworkPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1290 := &x.Items - yym1291 := z.DecBinary() - _ = yym1291 + yyv1300 := &x.Items + yym1301 := z.DecBinary() + _ = yym1301 if false { } else { - h.decSliceNetworkPolicy((*[]NetworkPolicy)(yyv1290), d) + h.decSliceNetworkPolicy((*[]NetworkPolicy)(yyv1300), d) } } for { - yyj1285++ - if yyhl1285 { - yyb1285 = yyj1285 > l + yyj1295++ + if yyhl1295 { + yyb1295 = yyj1295 > l } else { - yyb1285 = r.CheckBreak() + yyb1295 = r.CheckBreak() } - if yyb1285 { + if yyb1295 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1285-1, "") + z.DecStructFieldNotFound(yyj1295-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15571,10 +15667,10 @@ func (x codecSelfer1234) encSliceCustomMetricTarget(v []CustomMetricTarget, e *c z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1292 := range v { + for _, yyv1302 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1293 := &yyv1292 - yy1293.CodecEncodeSelf(e) + yy1303 := &yyv1302 + yy1303.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15584,83 +15680,83 @@ func (x codecSelfer1234) decSliceCustomMetricTarget(v *[]CustomMetricTarget, d * z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1294 := *v - yyh1294, yyl1294 := z.DecSliceHelperStart() - var yyc1294 bool - if yyl1294 == 0 { - if yyv1294 == nil { - yyv1294 = []CustomMetricTarget{} - yyc1294 = true - } else if len(yyv1294) != 0 { - yyv1294 = yyv1294[:0] - yyc1294 = true + yyv1304 := *v + yyh1304, yyl1304 := z.DecSliceHelperStart() + var yyc1304 bool + if yyl1304 == 0 { + if yyv1304 == nil { + yyv1304 = []CustomMetricTarget{} + yyc1304 = true + } else if len(yyv1304) != 0 { + yyv1304 = yyv1304[:0] + yyc1304 = true } - } else if yyl1294 > 0 { - var yyrr1294, yyrl1294 int - var yyrt1294 bool - if yyl1294 > cap(yyv1294) { + } else if yyl1304 > 0 { + var yyrr1304, yyrl1304 int + var yyrt1304 bool + if yyl1304 > cap(yyv1304) { - yyrg1294 := len(yyv1294) > 0 - yyv21294 := yyv1294 - yyrl1294, yyrt1294 = z.DecInferLen(yyl1294, z.DecBasicHandle().MaxInitLen, 72) - if yyrt1294 { - if yyrl1294 <= cap(yyv1294) { - yyv1294 = yyv1294[:yyrl1294] + yyrg1304 := len(yyv1304) > 0 + yyv21304 := yyv1304 + yyrl1304, yyrt1304 = z.DecInferLen(yyl1304, z.DecBasicHandle().MaxInitLen, 72) + if yyrt1304 { + if yyrl1304 <= cap(yyv1304) { + yyv1304 = yyv1304[:yyrl1304] } else { - yyv1294 = make([]CustomMetricTarget, yyrl1294) + yyv1304 = make([]CustomMetricTarget, yyrl1304) } } else { - yyv1294 = make([]CustomMetricTarget, yyrl1294) + yyv1304 = make([]CustomMetricTarget, yyrl1304) } - yyc1294 = true - yyrr1294 = len(yyv1294) - if yyrg1294 { - copy(yyv1294, yyv21294) + yyc1304 = true + yyrr1304 = len(yyv1304) + if yyrg1304 { + copy(yyv1304, yyv21304) } - } else if yyl1294 != len(yyv1294) { - yyv1294 = yyv1294[:yyl1294] - yyc1294 = true + } else if yyl1304 != len(yyv1304) { + yyv1304 = yyv1304[:yyl1304] + yyc1304 = true } - yyj1294 := 0 - for ; yyj1294 < yyrr1294; yyj1294++ { - yyh1294.ElemContainerState(yyj1294) + yyj1304 := 0 + for ; yyj1304 < yyrr1304; yyj1304++ { + yyh1304.ElemContainerState(yyj1304) if r.TryDecodeAsNil() { - yyv1294[yyj1294] = CustomMetricTarget{} + yyv1304[yyj1304] = CustomMetricTarget{} } else { - yyv1295 := &yyv1294[yyj1294] - yyv1295.CodecDecodeSelf(d) + yyv1305 := &yyv1304[yyj1304] + yyv1305.CodecDecodeSelf(d) } } - if yyrt1294 { - for ; yyj1294 < yyl1294; yyj1294++ { - yyv1294 = append(yyv1294, CustomMetricTarget{}) - yyh1294.ElemContainerState(yyj1294) + if yyrt1304 { + for ; yyj1304 < yyl1304; yyj1304++ { + yyv1304 = append(yyv1304, CustomMetricTarget{}) + yyh1304.ElemContainerState(yyj1304) if r.TryDecodeAsNil() { - yyv1294[yyj1294] = CustomMetricTarget{} + yyv1304[yyj1304] = CustomMetricTarget{} } else { - yyv1296 := &yyv1294[yyj1294] - yyv1296.CodecDecodeSelf(d) + yyv1306 := &yyv1304[yyj1304] + yyv1306.CodecDecodeSelf(d) } } } } else { - yyj1294 := 0 - for ; !r.CheckBreak(); yyj1294++ { + yyj1304 := 0 + for ; !r.CheckBreak(); yyj1304++ { - if yyj1294 >= len(yyv1294) { - yyv1294 = append(yyv1294, CustomMetricTarget{}) // var yyz1294 CustomMetricTarget - yyc1294 = true + if yyj1304 >= len(yyv1304) { + yyv1304 = append(yyv1304, CustomMetricTarget{}) // var yyz1304 CustomMetricTarget + yyc1304 = true } - yyh1294.ElemContainerState(yyj1294) - if yyj1294 < len(yyv1294) { + yyh1304.ElemContainerState(yyj1304) + if yyj1304 < len(yyv1304) { if r.TryDecodeAsNil() { - yyv1294[yyj1294] = CustomMetricTarget{} + yyv1304[yyj1304] = CustomMetricTarget{} } else { - yyv1297 := &yyv1294[yyj1294] - yyv1297.CodecDecodeSelf(d) + yyv1307 := &yyv1304[yyj1304] + yyv1307.CodecDecodeSelf(d) } } else { @@ -15668,17 +15764,17 @@ func (x codecSelfer1234) decSliceCustomMetricTarget(v *[]CustomMetricTarget, d * } } - if yyj1294 < len(yyv1294) { - yyv1294 = yyv1294[:yyj1294] - yyc1294 = true - } else if yyj1294 == 0 && yyv1294 == nil { - yyv1294 = []CustomMetricTarget{} - yyc1294 = true + if yyj1304 < len(yyv1304) { + yyv1304 = yyv1304[:yyj1304] + yyc1304 = true + } else if yyj1304 == 0 && yyv1304 == nil { + yyv1304 = []CustomMetricTarget{} + yyc1304 = true } } - yyh1294.End() - if yyc1294 { - *v = yyv1294 + yyh1304.End() + if yyc1304 { + *v = yyv1304 } } @@ -15687,10 +15783,10 @@ func (x codecSelfer1234) encSliceCustomMetricCurrentStatus(v []CustomMetricCurre z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1298 := range v { + for _, yyv1308 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1299 := &yyv1298 - yy1299.CodecEncodeSelf(e) + yy1309 := &yyv1308 + yy1309.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15700,83 +15796,83 @@ func (x codecSelfer1234) decSliceCustomMetricCurrentStatus(v *[]CustomMetricCurr z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1300 := *v - yyh1300, yyl1300 := z.DecSliceHelperStart() - var yyc1300 bool - if yyl1300 == 0 { - if yyv1300 == nil { - yyv1300 = []CustomMetricCurrentStatus{} - yyc1300 = true - } else if len(yyv1300) != 0 { - yyv1300 = yyv1300[:0] - yyc1300 = true + yyv1310 := *v + yyh1310, yyl1310 := z.DecSliceHelperStart() + var yyc1310 bool + if yyl1310 == 0 { + if yyv1310 == nil { + yyv1310 = []CustomMetricCurrentStatus{} + yyc1310 = true + } else if len(yyv1310) != 0 { + yyv1310 = yyv1310[:0] + yyc1310 = true } - } else if yyl1300 > 0 { - var yyrr1300, yyrl1300 int - var yyrt1300 bool - if yyl1300 > cap(yyv1300) { + } else if yyl1310 > 0 { + var yyrr1310, yyrl1310 int + var yyrt1310 bool + if yyl1310 > cap(yyv1310) { - yyrg1300 := len(yyv1300) > 0 - yyv21300 := yyv1300 - yyrl1300, yyrt1300 = z.DecInferLen(yyl1300, z.DecBasicHandle().MaxInitLen, 72) - if yyrt1300 { - if yyrl1300 <= cap(yyv1300) { - yyv1300 = yyv1300[:yyrl1300] + yyrg1310 := len(yyv1310) > 0 + yyv21310 := yyv1310 + yyrl1310, yyrt1310 = z.DecInferLen(yyl1310, z.DecBasicHandle().MaxInitLen, 72) + if yyrt1310 { + if yyrl1310 <= cap(yyv1310) { + yyv1310 = yyv1310[:yyrl1310] } else { - yyv1300 = make([]CustomMetricCurrentStatus, yyrl1300) + yyv1310 = make([]CustomMetricCurrentStatus, yyrl1310) } } else { - yyv1300 = make([]CustomMetricCurrentStatus, yyrl1300) + yyv1310 = make([]CustomMetricCurrentStatus, yyrl1310) } - yyc1300 = true - yyrr1300 = len(yyv1300) - if yyrg1300 { - copy(yyv1300, yyv21300) + yyc1310 = true + yyrr1310 = len(yyv1310) + if yyrg1310 { + copy(yyv1310, yyv21310) } - } else if yyl1300 != len(yyv1300) { - yyv1300 = yyv1300[:yyl1300] - yyc1300 = true + } else if yyl1310 != len(yyv1310) { + yyv1310 = yyv1310[:yyl1310] + yyc1310 = true } - yyj1300 := 0 - for ; yyj1300 < yyrr1300; yyj1300++ { - yyh1300.ElemContainerState(yyj1300) + yyj1310 := 0 + for ; yyj1310 < yyrr1310; yyj1310++ { + yyh1310.ElemContainerState(yyj1310) if r.TryDecodeAsNil() { - yyv1300[yyj1300] = CustomMetricCurrentStatus{} + yyv1310[yyj1310] = CustomMetricCurrentStatus{} } else { - yyv1301 := &yyv1300[yyj1300] - yyv1301.CodecDecodeSelf(d) + yyv1311 := &yyv1310[yyj1310] + yyv1311.CodecDecodeSelf(d) } } - if yyrt1300 { - for ; yyj1300 < yyl1300; yyj1300++ { - yyv1300 = append(yyv1300, CustomMetricCurrentStatus{}) - yyh1300.ElemContainerState(yyj1300) + if yyrt1310 { + for ; yyj1310 < yyl1310; yyj1310++ { + yyv1310 = append(yyv1310, CustomMetricCurrentStatus{}) + yyh1310.ElemContainerState(yyj1310) if r.TryDecodeAsNil() { - yyv1300[yyj1300] = CustomMetricCurrentStatus{} + yyv1310[yyj1310] = CustomMetricCurrentStatus{} } else { - yyv1302 := &yyv1300[yyj1300] - yyv1302.CodecDecodeSelf(d) + yyv1312 := &yyv1310[yyj1310] + yyv1312.CodecDecodeSelf(d) } } } } else { - yyj1300 := 0 - for ; !r.CheckBreak(); yyj1300++ { + yyj1310 := 0 + for ; !r.CheckBreak(); yyj1310++ { - if yyj1300 >= len(yyv1300) { - yyv1300 = append(yyv1300, CustomMetricCurrentStatus{}) // var yyz1300 CustomMetricCurrentStatus - yyc1300 = true + if yyj1310 >= len(yyv1310) { + yyv1310 = append(yyv1310, CustomMetricCurrentStatus{}) // var yyz1310 CustomMetricCurrentStatus + yyc1310 = true } - yyh1300.ElemContainerState(yyj1300) - if yyj1300 < len(yyv1300) { + yyh1310.ElemContainerState(yyj1310) + if yyj1310 < len(yyv1310) { if r.TryDecodeAsNil() { - yyv1300[yyj1300] = CustomMetricCurrentStatus{} + yyv1310[yyj1310] = CustomMetricCurrentStatus{} } else { - yyv1303 := &yyv1300[yyj1300] - yyv1303.CodecDecodeSelf(d) + yyv1313 := &yyv1310[yyj1310] + yyv1313.CodecDecodeSelf(d) } } else { @@ -15784,17 +15880,17 @@ func (x codecSelfer1234) decSliceCustomMetricCurrentStatus(v *[]CustomMetricCurr } } - if yyj1300 < len(yyv1300) { - yyv1300 = yyv1300[:yyj1300] - yyc1300 = true - } else if yyj1300 == 0 && yyv1300 == nil { - yyv1300 = []CustomMetricCurrentStatus{} - yyc1300 = true + if yyj1310 < len(yyv1310) { + yyv1310 = yyv1310[:yyj1310] + yyc1310 = true + } else if yyj1310 == 0 && yyv1310 == nil { + yyv1310 = []CustomMetricCurrentStatus{} + yyc1310 = true } } - yyh1300.End() - if yyc1300 { - *v = yyv1300 + yyh1310.End() + if yyc1310 { + *v = yyv1310 } } @@ -15803,10 +15899,10 @@ func (x codecSelfer1234) encSliceAPIVersion(v []APIVersion, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1304 := range v { + for _, yyv1314 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1305 := &yyv1304 - yy1305.CodecEncodeSelf(e) + yy1315 := &yyv1314 + yy1315.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15816,83 +15912,83 @@ func (x codecSelfer1234) decSliceAPIVersion(v *[]APIVersion, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1306 := *v - yyh1306, yyl1306 := z.DecSliceHelperStart() - var yyc1306 bool - if yyl1306 == 0 { - if yyv1306 == nil { - yyv1306 = []APIVersion{} - yyc1306 = true - } else if len(yyv1306) != 0 { - yyv1306 = yyv1306[:0] - yyc1306 = true + yyv1316 := *v + yyh1316, yyl1316 := z.DecSliceHelperStart() + var yyc1316 bool + if yyl1316 == 0 { + if yyv1316 == nil { + yyv1316 = []APIVersion{} + yyc1316 = true + } else if len(yyv1316) != 0 { + yyv1316 = yyv1316[:0] + yyc1316 = true } - } else if yyl1306 > 0 { - var yyrr1306, yyrl1306 int - var yyrt1306 bool - if yyl1306 > cap(yyv1306) { + } else if yyl1316 > 0 { + var yyrr1316, yyrl1316 int + var yyrt1316 bool + if yyl1316 > cap(yyv1316) { - yyrg1306 := len(yyv1306) > 0 - yyv21306 := yyv1306 - yyrl1306, yyrt1306 = z.DecInferLen(yyl1306, z.DecBasicHandle().MaxInitLen, 16) - if yyrt1306 { - if yyrl1306 <= cap(yyv1306) { - yyv1306 = yyv1306[:yyrl1306] + yyrg1316 := len(yyv1316) > 0 + yyv21316 := yyv1316 + yyrl1316, yyrt1316 = z.DecInferLen(yyl1316, z.DecBasicHandle().MaxInitLen, 16) + if yyrt1316 { + if yyrl1316 <= cap(yyv1316) { + yyv1316 = yyv1316[:yyrl1316] } else { - yyv1306 = make([]APIVersion, yyrl1306) + yyv1316 = make([]APIVersion, yyrl1316) } } else { - yyv1306 = make([]APIVersion, yyrl1306) + yyv1316 = make([]APIVersion, yyrl1316) } - yyc1306 = true - yyrr1306 = len(yyv1306) - if yyrg1306 { - copy(yyv1306, yyv21306) + yyc1316 = true + yyrr1316 = len(yyv1316) + if yyrg1316 { + copy(yyv1316, yyv21316) } - } else if yyl1306 != len(yyv1306) { - yyv1306 = yyv1306[:yyl1306] - yyc1306 = true + } else if yyl1316 != len(yyv1316) { + yyv1316 = yyv1316[:yyl1316] + yyc1316 = true } - yyj1306 := 0 - for ; yyj1306 < yyrr1306; yyj1306++ { - yyh1306.ElemContainerState(yyj1306) + yyj1316 := 0 + for ; yyj1316 < yyrr1316; yyj1316++ { + yyh1316.ElemContainerState(yyj1316) if r.TryDecodeAsNil() { - yyv1306[yyj1306] = APIVersion{} + yyv1316[yyj1316] = APIVersion{} } else { - yyv1307 := &yyv1306[yyj1306] - yyv1307.CodecDecodeSelf(d) + yyv1317 := &yyv1316[yyj1316] + yyv1317.CodecDecodeSelf(d) } } - if yyrt1306 { - for ; yyj1306 < yyl1306; yyj1306++ { - yyv1306 = append(yyv1306, APIVersion{}) - yyh1306.ElemContainerState(yyj1306) + if yyrt1316 { + for ; yyj1316 < yyl1316; yyj1316++ { + yyv1316 = append(yyv1316, APIVersion{}) + yyh1316.ElemContainerState(yyj1316) if r.TryDecodeAsNil() { - yyv1306[yyj1306] = APIVersion{} + yyv1316[yyj1316] = APIVersion{} } else { - yyv1308 := &yyv1306[yyj1306] - yyv1308.CodecDecodeSelf(d) + yyv1318 := &yyv1316[yyj1316] + yyv1318.CodecDecodeSelf(d) } } } } else { - yyj1306 := 0 - for ; !r.CheckBreak(); yyj1306++ { + yyj1316 := 0 + for ; !r.CheckBreak(); yyj1316++ { - if yyj1306 >= len(yyv1306) { - yyv1306 = append(yyv1306, APIVersion{}) // var yyz1306 APIVersion - yyc1306 = true + if yyj1316 >= len(yyv1316) { + yyv1316 = append(yyv1316, APIVersion{}) // var yyz1316 APIVersion + yyc1316 = true } - yyh1306.ElemContainerState(yyj1306) - if yyj1306 < len(yyv1306) { + yyh1316.ElemContainerState(yyj1316) + if yyj1316 < len(yyv1316) { if r.TryDecodeAsNil() { - yyv1306[yyj1306] = APIVersion{} + yyv1316[yyj1316] = APIVersion{} } else { - yyv1309 := &yyv1306[yyj1306] - yyv1309.CodecDecodeSelf(d) + yyv1319 := &yyv1316[yyj1316] + yyv1319.CodecDecodeSelf(d) } } else { @@ -15900,17 +15996,17 @@ func (x codecSelfer1234) decSliceAPIVersion(v *[]APIVersion, d *codec1978.Decode } } - if yyj1306 < len(yyv1306) { - yyv1306 = yyv1306[:yyj1306] - yyc1306 = true - } else if yyj1306 == 0 && yyv1306 == nil { - yyv1306 = []APIVersion{} - yyc1306 = true + if yyj1316 < len(yyv1316) { + yyv1316 = yyv1316[:yyj1316] + yyc1316 = true + } else if yyj1316 == 0 && yyv1316 == nil { + yyv1316 = []APIVersion{} + yyc1316 = true } } - yyh1306.End() - if yyc1306 { - *v = yyv1306 + yyh1316.End() + if yyc1316 { + *v = yyv1316 } } @@ -15919,10 +16015,10 @@ func (x codecSelfer1234) encSliceThirdPartyResource(v []ThirdPartyResource, e *c z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1310 := range v { + for _, yyv1320 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1311 := &yyv1310 - yy1311.CodecEncodeSelf(e) + yy1321 := &yyv1320 + yy1321.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15932,83 +16028,83 @@ func (x codecSelfer1234) decSliceThirdPartyResource(v *[]ThirdPartyResource, d * z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1312 := *v - yyh1312, yyl1312 := z.DecSliceHelperStart() - var yyc1312 bool - if yyl1312 == 0 { - if yyv1312 == nil { - yyv1312 = []ThirdPartyResource{} - yyc1312 = true - } else if len(yyv1312) != 0 { - yyv1312 = yyv1312[:0] - yyc1312 = true + yyv1322 := *v + yyh1322, yyl1322 := z.DecSliceHelperStart() + var yyc1322 bool + if yyl1322 == 0 { + if yyv1322 == nil { + yyv1322 = []ThirdPartyResource{} + yyc1322 = true + } else if len(yyv1322) != 0 { + yyv1322 = yyv1322[:0] + yyc1322 = true } - } else if yyl1312 > 0 { - var yyrr1312, yyrl1312 int - var yyrt1312 bool - if yyl1312 > cap(yyv1312) { + } else if yyl1322 > 0 { + var yyrr1322, yyrl1322 int + var yyrt1322 bool + if yyl1322 > cap(yyv1322) { - yyrg1312 := len(yyv1312) > 0 - yyv21312 := yyv1312 - yyrl1312, yyrt1312 = z.DecInferLen(yyl1312, z.DecBasicHandle().MaxInitLen, 296) - if yyrt1312 { - if yyrl1312 <= cap(yyv1312) { - yyv1312 = yyv1312[:yyrl1312] + yyrg1322 := len(yyv1322) > 0 + yyv21322 := yyv1322 + yyrl1322, yyrt1322 = z.DecInferLen(yyl1322, z.DecBasicHandle().MaxInitLen, 296) + if yyrt1322 { + if yyrl1322 <= cap(yyv1322) { + yyv1322 = yyv1322[:yyrl1322] } else { - yyv1312 = make([]ThirdPartyResource, yyrl1312) + yyv1322 = make([]ThirdPartyResource, yyrl1322) } } else { - yyv1312 = make([]ThirdPartyResource, yyrl1312) + yyv1322 = make([]ThirdPartyResource, yyrl1322) } - yyc1312 = true - yyrr1312 = len(yyv1312) - if yyrg1312 { - copy(yyv1312, yyv21312) + yyc1322 = true + yyrr1322 = len(yyv1322) + if yyrg1322 { + copy(yyv1322, yyv21322) } - } else if yyl1312 != len(yyv1312) { - yyv1312 = yyv1312[:yyl1312] - yyc1312 = true + } else if yyl1322 != len(yyv1322) { + yyv1322 = yyv1322[:yyl1322] + yyc1322 = true } - yyj1312 := 0 - for ; yyj1312 < yyrr1312; yyj1312++ { - yyh1312.ElemContainerState(yyj1312) + yyj1322 := 0 + for ; yyj1322 < yyrr1322; yyj1322++ { + yyh1322.ElemContainerState(yyj1322) if r.TryDecodeAsNil() { - yyv1312[yyj1312] = ThirdPartyResource{} + yyv1322[yyj1322] = ThirdPartyResource{} } else { - yyv1313 := &yyv1312[yyj1312] - yyv1313.CodecDecodeSelf(d) + yyv1323 := &yyv1322[yyj1322] + yyv1323.CodecDecodeSelf(d) } } - if yyrt1312 { - for ; yyj1312 < yyl1312; yyj1312++ { - yyv1312 = append(yyv1312, ThirdPartyResource{}) - yyh1312.ElemContainerState(yyj1312) + if yyrt1322 { + for ; yyj1322 < yyl1322; yyj1322++ { + yyv1322 = append(yyv1322, ThirdPartyResource{}) + yyh1322.ElemContainerState(yyj1322) if r.TryDecodeAsNil() { - yyv1312[yyj1312] = ThirdPartyResource{} + yyv1322[yyj1322] = ThirdPartyResource{} } else { - yyv1314 := &yyv1312[yyj1312] - yyv1314.CodecDecodeSelf(d) + yyv1324 := &yyv1322[yyj1322] + yyv1324.CodecDecodeSelf(d) } } } } else { - yyj1312 := 0 - for ; !r.CheckBreak(); yyj1312++ { + yyj1322 := 0 + for ; !r.CheckBreak(); yyj1322++ { - if yyj1312 >= len(yyv1312) { - yyv1312 = append(yyv1312, ThirdPartyResource{}) // var yyz1312 ThirdPartyResource - yyc1312 = true + if yyj1322 >= len(yyv1322) { + yyv1322 = append(yyv1322, ThirdPartyResource{}) // var yyz1322 ThirdPartyResource + yyc1322 = true } - yyh1312.ElemContainerState(yyj1312) - if yyj1312 < len(yyv1312) { + yyh1322.ElemContainerState(yyj1322) + if yyj1322 < len(yyv1322) { if r.TryDecodeAsNil() { - yyv1312[yyj1312] = ThirdPartyResource{} + yyv1322[yyj1322] = ThirdPartyResource{} } else { - yyv1315 := &yyv1312[yyj1312] - yyv1315.CodecDecodeSelf(d) + yyv1325 := &yyv1322[yyj1322] + yyv1325.CodecDecodeSelf(d) } } else { @@ -16016,17 +16112,17 @@ func (x codecSelfer1234) decSliceThirdPartyResource(v *[]ThirdPartyResource, d * } } - if yyj1312 < len(yyv1312) { - yyv1312 = yyv1312[:yyj1312] - yyc1312 = true - } else if yyj1312 == 0 && yyv1312 == nil { - yyv1312 = []ThirdPartyResource{} - yyc1312 = true + if yyj1322 < len(yyv1322) { + yyv1322 = yyv1322[:yyj1322] + yyc1322 = true + } else if yyj1322 == 0 && yyv1322 == nil { + yyv1322 = []ThirdPartyResource{} + yyc1322 = true } } - yyh1312.End() - if yyc1312 { - *v = yyv1312 + yyh1322.End() + if yyc1322 { + *v = yyv1322 } } @@ -16035,10 +16131,10 @@ func (x codecSelfer1234) encSliceDeployment(v []Deployment, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1316 := range v { + for _, yyv1326 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1317 := &yyv1316 - yy1317.CodecEncodeSelf(e) + yy1327 := &yyv1326 + yy1327.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16048,83 +16144,83 @@ func (x codecSelfer1234) decSliceDeployment(v *[]Deployment, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1318 := *v - yyh1318, yyl1318 := z.DecSliceHelperStart() - var yyc1318 bool - if yyl1318 == 0 { - if yyv1318 == nil { - yyv1318 = []Deployment{} - yyc1318 = true - } else if len(yyv1318) != 0 { - yyv1318 = yyv1318[:0] - yyc1318 = true + yyv1328 := *v + yyh1328, yyl1328 := z.DecSliceHelperStart() + var yyc1328 bool + if yyl1328 == 0 { + if yyv1328 == nil { + yyv1328 = []Deployment{} + yyc1328 = true + } else if len(yyv1328) != 0 { + yyv1328 = yyv1328[:0] + yyc1328 = true } - } else if yyl1318 > 0 { - var yyrr1318, yyrl1318 int - var yyrt1318 bool - if yyl1318 > cap(yyv1318) { + } else if yyl1328 > 0 { + var yyrr1328, yyrl1328 int + var yyrt1328 bool + if yyl1328 > cap(yyv1328) { - yyrg1318 := len(yyv1318) > 0 - yyv21318 := yyv1318 - yyrl1318, yyrt1318 = z.DecInferLen(yyl1318, z.DecBasicHandle().MaxInitLen, 800) - if yyrt1318 { - if yyrl1318 <= cap(yyv1318) { - yyv1318 = yyv1318[:yyrl1318] + yyrg1328 := len(yyv1328) > 0 + yyv21328 := yyv1328 + yyrl1328, yyrt1328 = z.DecInferLen(yyl1328, z.DecBasicHandle().MaxInitLen, 800) + if yyrt1328 { + if yyrl1328 <= cap(yyv1328) { + yyv1328 = yyv1328[:yyrl1328] } else { - yyv1318 = make([]Deployment, yyrl1318) + yyv1328 = make([]Deployment, yyrl1328) } } else { - yyv1318 = make([]Deployment, yyrl1318) + yyv1328 = make([]Deployment, yyrl1328) } - yyc1318 = true - yyrr1318 = len(yyv1318) - if yyrg1318 { - copy(yyv1318, yyv21318) + yyc1328 = true + yyrr1328 = len(yyv1328) + if yyrg1328 { + copy(yyv1328, yyv21328) } - } else if yyl1318 != len(yyv1318) { - yyv1318 = yyv1318[:yyl1318] - yyc1318 = true + } else if yyl1328 != len(yyv1328) { + yyv1328 = yyv1328[:yyl1328] + yyc1328 = true } - yyj1318 := 0 - for ; yyj1318 < yyrr1318; yyj1318++ { - yyh1318.ElemContainerState(yyj1318) + yyj1328 := 0 + for ; yyj1328 < yyrr1328; yyj1328++ { + yyh1328.ElemContainerState(yyj1328) if r.TryDecodeAsNil() { - yyv1318[yyj1318] = Deployment{} + yyv1328[yyj1328] = Deployment{} } else { - yyv1319 := &yyv1318[yyj1318] - yyv1319.CodecDecodeSelf(d) + yyv1329 := &yyv1328[yyj1328] + yyv1329.CodecDecodeSelf(d) } } - if yyrt1318 { - for ; yyj1318 < yyl1318; yyj1318++ { - yyv1318 = append(yyv1318, Deployment{}) - yyh1318.ElemContainerState(yyj1318) + if yyrt1328 { + for ; yyj1328 < yyl1328; yyj1328++ { + yyv1328 = append(yyv1328, Deployment{}) + yyh1328.ElemContainerState(yyj1328) if r.TryDecodeAsNil() { - yyv1318[yyj1318] = Deployment{} + yyv1328[yyj1328] = Deployment{} } else { - yyv1320 := &yyv1318[yyj1318] - yyv1320.CodecDecodeSelf(d) + yyv1330 := &yyv1328[yyj1328] + yyv1330.CodecDecodeSelf(d) } } } } else { - yyj1318 := 0 - for ; !r.CheckBreak(); yyj1318++ { + yyj1328 := 0 + for ; !r.CheckBreak(); yyj1328++ { - if yyj1318 >= len(yyv1318) { - yyv1318 = append(yyv1318, Deployment{}) // var yyz1318 Deployment - yyc1318 = true + if yyj1328 >= len(yyv1328) { + yyv1328 = append(yyv1328, Deployment{}) // var yyz1328 Deployment + yyc1328 = true } - yyh1318.ElemContainerState(yyj1318) - if yyj1318 < len(yyv1318) { + yyh1328.ElemContainerState(yyj1328) + if yyj1328 < len(yyv1328) { if r.TryDecodeAsNil() { - yyv1318[yyj1318] = Deployment{} + yyv1328[yyj1328] = Deployment{} } else { - yyv1321 := &yyv1318[yyj1318] - yyv1321.CodecDecodeSelf(d) + yyv1331 := &yyv1328[yyj1328] + yyv1331.CodecDecodeSelf(d) } } else { @@ -16132,17 +16228,17 @@ func (x codecSelfer1234) decSliceDeployment(v *[]Deployment, d *codec1978.Decode } } - if yyj1318 < len(yyv1318) { - yyv1318 = yyv1318[:yyj1318] - yyc1318 = true - } else if yyj1318 == 0 && yyv1318 == nil { - yyv1318 = []Deployment{} - yyc1318 = true + if yyj1328 < len(yyv1328) { + yyv1328 = yyv1328[:yyj1328] + yyc1328 = true + } else if yyj1328 == 0 && yyv1328 == nil { + yyv1328 = []Deployment{} + yyc1328 = true } } - yyh1318.End() - if yyc1318 { - *v = yyv1318 + yyh1328.End() + if yyc1328 { + *v = yyv1328 } } @@ -16151,10 +16247,10 @@ func (x codecSelfer1234) encSliceDaemonSet(v []DaemonSet, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1322 := range v { + for _, yyv1332 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1323 := &yyv1322 - yy1323.CodecEncodeSelf(e) + yy1333 := &yyv1332 + yy1333.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16164,83 +16260,83 @@ func (x codecSelfer1234) decSliceDaemonSet(v *[]DaemonSet, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1324 := *v - yyh1324, yyl1324 := z.DecSliceHelperStart() - var yyc1324 bool - if yyl1324 == 0 { - if yyv1324 == nil { - yyv1324 = []DaemonSet{} - yyc1324 = true - } else if len(yyv1324) != 0 { - yyv1324 = yyv1324[:0] - yyc1324 = true + yyv1334 := *v + yyh1334, yyl1334 := z.DecSliceHelperStart() + var yyc1334 bool + if yyl1334 == 0 { + if yyv1334 == nil { + yyv1334 = []DaemonSet{} + yyc1334 = true + } else if len(yyv1334) != 0 { + yyv1334 = yyv1334[:0] + yyc1334 = true } - } else if yyl1324 > 0 { - var yyrr1324, yyrl1324 int - var yyrt1324 bool - if yyl1324 > cap(yyv1324) { + } else if yyl1334 > 0 { + var yyrr1334, yyrl1334 int + var yyrt1334 bool + if yyl1334 > cap(yyv1334) { - yyrg1324 := len(yyv1324) > 0 - yyv21324 := yyv1324 - yyrl1324, yyrt1324 = z.DecInferLen(yyl1324, z.DecBasicHandle().MaxInitLen, 728) - if yyrt1324 { - if yyrl1324 <= cap(yyv1324) { - yyv1324 = yyv1324[:yyrl1324] + yyrg1334 := len(yyv1334) > 0 + yyv21334 := yyv1334 + yyrl1334, yyrt1334 = z.DecInferLen(yyl1334, z.DecBasicHandle().MaxInitLen, 728) + if yyrt1334 { + if yyrl1334 <= cap(yyv1334) { + yyv1334 = yyv1334[:yyrl1334] } else { - yyv1324 = make([]DaemonSet, yyrl1324) + yyv1334 = make([]DaemonSet, yyrl1334) } } else { - yyv1324 = make([]DaemonSet, yyrl1324) + yyv1334 = make([]DaemonSet, yyrl1334) } - yyc1324 = true - yyrr1324 = len(yyv1324) - if yyrg1324 { - copy(yyv1324, yyv21324) + yyc1334 = true + yyrr1334 = len(yyv1334) + if yyrg1334 { + copy(yyv1334, yyv21334) } - } else if yyl1324 != len(yyv1324) { - yyv1324 = yyv1324[:yyl1324] - yyc1324 = true + } else if yyl1334 != len(yyv1334) { + yyv1334 = yyv1334[:yyl1334] + yyc1334 = true } - yyj1324 := 0 - for ; yyj1324 < yyrr1324; yyj1324++ { - yyh1324.ElemContainerState(yyj1324) + yyj1334 := 0 + for ; yyj1334 < yyrr1334; yyj1334++ { + yyh1334.ElemContainerState(yyj1334) if r.TryDecodeAsNil() { - yyv1324[yyj1324] = DaemonSet{} + yyv1334[yyj1334] = DaemonSet{} } else { - yyv1325 := &yyv1324[yyj1324] - yyv1325.CodecDecodeSelf(d) + yyv1335 := &yyv1334[yyj1334] + yyv1335.CodecDecodeSelf(d) } } - if yyrt1324 { - for ; yyj1324 < yyl1324; yyj1324++ { - yyv1324 = append(yyv1324, DaemonSet{}) - yyh1324.ElemContainerState(yyj1324) + if yyrt1334 { + for ; yyj1334 < yyl1334; yyj1334++ { + yyv1334 = append(yyv1334, DaemonSet{}) + yyh1334.ElemContainerState(yyj1334) if r.TryDecodeAsNil() { - yyv1324[yyj1324] = DaemonSet{} + yyv1334[yyj1334] = DaemonSet{} } else { - yyv1326 := &yyv1324[yyj1324] - yyv1326.CodecDecodeSelf(d) + yyv1336 := &yyv1334[yyj1334] + yyv1336.CodecDecodeSelf(d) } } } } else { - yyj1324 := 0 - for ; !r.CheckBreak(); yyj1324++ { + yyj1334 := 0 + for ; !r.CheckBreak(); yyj1334++ { - if yyj1324 >= len(yyv1324) { - yyv1324 = append(yyv1324, DaemonSet{}) // var yyz1324 DaemonSet - yyc1324 = true + if yyj1334 >= len(yyv1334) { + yyv1334 = append(yyv1334, DaemonSet{}) // var yyz1334 DaemonSet + yyc1334 = true } - yyh1324.ElemContainerState(yyj1324) - if yyj1324 < len(yyv1324) { + yyh1334.ElemContainerState(yyj1334) + if yyj1334 < len(yyv1334) { if r.TryDecodeAsNil() { - yyv1324[yyj1324] = DaemonSet{} + yyv1334[yyj1334] = DaemonSet{} } else { - yyv1327 := &yyv1324[yyj1324] - yyv1327.CodecDecodeSelf(d) + yyv1337 := &yyv1334[yyj1334] + yyv1337.CodecDecodeSelf(d) } } else { @@ -16248,17 +16344,17 @@ func (x codecSelfer1234) decSliceDaemonSet(v *[]DaemonSet, d *codec1978.Decoder) } } - if yyj1324 < len(yyv1324) { - yyv1324 = yyv1324[:yyj1324] - yyc1324 = true - } else if yyj1324 == 0 && yyv1324 == nil { - yyv1324 = []DaemonSet{} - yyc1324 = true + if yyj1334 < len(yyv1334) { + yyv1334 = yyv1334[:yyj1334] + yyc1334 = true + } else if yyj1334 == 0 && yyv1334 == nil { + yyv1334 = []DaemonSet{} + yyc1334 = true } } - yyh1324.End() - if yyc1324 { - *v = yyv1324 + yyh1334.End() + if yyc1334 { + *v = yyv1334 } } @@ -16267,10 +16363,10 @@ func (x codecSelfer1234) encSliceThirdPartyResourceData(v []ThirdPartyResourceDa z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1328 := range v { + for _, yyv1338 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1329 := &yyv1328 - yy1329.CodecEncodeSelf(e) + yy1339 := &yyv1338 + yy1339.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16280,83 +16376,83 @@ func (x codecSelfer1234) decSliceThirdPartyResourceData(v *[]ThirdPartyResourceD z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1330 := *v - yyh1330, yyl1330 := z.DecSliceHelperStart() - var yyc1330 bool - if yyl1330 == 0 { - if yyv1330 == nil { - yyv1330 = []ThirdPartyResourceData{} - yyc1330 = true - } else if len(yyv1330) != 0 { - yyv1330 = yyv1330[:0] - yyc1330 = true + yyv1340 := *v + yyh1340, yyl1340 := z.DecSliceHelperStart() + var yyc1340 bool + if yyl1340 == 0 { + if yyv1340 == nil { + yyv1340 = []ThirdPartyResourceData{} + yyc1340 = true + } else if len(yyv1340) != 0 { + yyv1340 = yyv1340[:0] + yyc1340 = true } - } else if yyl1330 > 0 { - var yyrr1330, yyrl1330 int - var yyrt1330 bool - if yyl1330 > cap(yyv1330) { + } else if yyl1340 > 0 { + var yyrr1340, yyrl1340 int + var yyrt1340 bool + if yyl1340 > cap(yyv1340) { - yyrg1330 := len(yyv1330) > 0 - yyv21330 := yyv1330 - yyrl1330, yyrt1330 = z.DecInferLen(yyl1330, z.DecBasicHandle().MaxInitLen, 280) - if yyrt1330 { - if yyrl1330 <= cap(yyv1330) { - yyv1330 = yyv1330[:yyrl1330] + yyrg1340 := len(yyv1340) > 0 + yyv21340 := yyv1340 + yyrl1340, yyrt1340 = z.DecInferLen(yyl1340, z.DecBasicHandle().MaxInitLen, 280) + if yyrt1340 { + if yyrl1340 <= cap(yyv1340) { + yyv1340 = yyv1340[:yyrl1340] } else { - yyv1330 = make([]ThirdPartyResourceData, yyrl1330) + yyv1340 = make([]ThirdPartyResourceData, yyrl1340) } } else { - yyv1330 = make([]ThirdPartyResourceData, yyrl1330) + yyv1340 = make([]ThirdPartyResourceData, yyrl1340) } - yyc1330 = true - yyrr1330 = len(yyv1330) - if yyrg1330 { - copy(yyv1330, yyv21330) + yyc1340 = true + yyrr1340 = len(yyv1340) + if yyrg1340 { + copy(yyv1340, yyv21340) } - } else if yyl1330 != len(yyv1330) { - yyv1330 = yyv1330[:yyl1330] - yyc1330 = true + } else if yyl1340 != len(yyv1340) { + yyv1340 = yyv1340[:yyl1340] + yyc1340 = true } - yyj1330 := 0 - for ; yyj1330 < yyrr1330; yyj1330++ { - yyh1330.ElemContainerState(yyj1330) + yyj1340 := 0 + for ; yyj1340 < yyrr1340; yyj1340++ { + yyh1340.ElemContainerState(yyj1340) if r.TryDecodeAsNil() { - yyv1330[yyj1330] = ThirdPartyResourceData{} + yyv1340[yyj1340] = ThirdPartyResourceData{} } else { - yyv1331 := &yyv1330[yyj1330] - yyv1331.CodecDecodeSelf(d) + yyv1341 := &yyv1340[yyj1340] + yyv1341.CodecDecodeSelf(d) } } - if yyrt1330 { - for ; yyj1330 < yyl1330; yyj1330++ { - yyv1330 = append(yyv1330, ThirdPartyResourceData{}) - yyh1330.ElemContainerState(yyj1330) + if yyrt1340 { + for ; yyj1340 < yyl1340; yyj1340++ { + yyv1340 = append(yyv1340, ThirdPartyResourceData{}) + yyh1340.ElemContainerState(yyj1340) if r.TryDecodeAsNil() { - yyv1330[yyj1330] = ThirdPartyResourceData{} + yyv1340[yyj1340] = ThirdPartyResourceData{} } else { - yyv1332 := &yyv1330[yyj1330] - yyv1332.CodecDecodeSelf(d) + yyv1342 := &yyv1340[yyj1340] + yyv1342.CodecDecodeSelf(d) } } } } else { - yyj1330 := 0 - for ; !r.CheckBreak(); yyj1330++ { + yyj1340 := 0 + for ; !r.CheckBreak(); yyj1340++ { - if yyj1330 >= len(yyv1330) { - yyv1330 = append(yyv1330, ThirdPartyResourceData{}) // var yyz1330 ThirdPartyResourceData - yyc1330 = true + if yyj1340 >= len(yyv1340) { + yyv1340 = append(yyv1340, ThirdPartyResourceData{}) // var yyz1340 ThirdPartyResourceData + yyc1340 = true } - yyh1330.ElemContainerState(yyj1330) - if yyj1330 < len(yyv1330) { + yyh1340.ElemContainerState(yyj1340) + if yyj1340 < len(yyv1340) { if r.TryDecodeAsNil() { - yyv1330[yyj1330] = ThirdPartyResourceData{} + yyv1340[yyj1340] = ThirdPartyResourceData{} } else { - yyv1333 := &yyv1330[yyj1330] - yyv1333.CodecDecodeSelf(d) + yyv1343 := &yyv1340[yyj1340] + yyv1343.CodecDecodeSelf(d) } } else { @@ -16364,17 +16460,17 @@ func (x codecSelfer1234) decSliceThirdPartyResourceData(v *[]ThirdPartyResourceD } } - if yyj1330 < len(yyv1330) { - yyv1330 = yyv1330[:yyj1330] - yyc1330 = true - } else if yyj1330 == 0 && yyv1330 == nil { - yyv1330 = []ThirdPartyResourceData{} - yyc1330 = true + if yyj1340 < len(yyv1340) { + yyv1340 = yyv1340[:yyj1340] + yyc1340 = true + } else if yyj1340 == 0 && yyv1340 == nil { + yyv1340 = []ThirdPartyResourceData{} + yyc1340 = true } } - yyh1330.End() - if yyc1330 { - *v = yyv1330 + yyh1340.End() + if yyc1340 { + *v = yyv1340 } } @@ -16383,10 +16479,10 @@ func (x codecSelfer1234) encSliceIngress(v []Ingress, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1334 := range v { + for _, yyv1344 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1335 := &yyv1334 - yy1335.CodecEncodeSelf(e) + yy1345 := &yyv1344 + yy1345.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16396,83 +16492,83 @@ func (x codecSelfer1234) decSliceIngress(v *[]Ingress, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1336 := *v - yyh1336, yyl1336 := z.DecSliceHelperStart() - var yyc1336 bool - if yyl1336 == 0 { - if yyv1336 == nil { - yyv1336 = []Ingress{} - yyc1336 = true - } else if len(yyv1336) != 0 { - yyv1336 = yyv1336[:0] - yyc1336 = true + yyv1346 := *v + yyh1346, yyl1346 := z.DecSliceHelperStart() + var yyc1346 bool + if yyl1346 == 0 { + if yyv1346 == nil { + yyv1346 = []Ingress{} + yyc1346 = true + } else if len(yyv1346) != 0 { + yyv1346 = yyv1346[:0] + yyc1346 = true } - } else if yyl1336 > 0 { - var yyrr1336, yyrl1336 int - var yyrt1336 bool - if yyl1336 > cap(yyv1336) { + } else if yyl1346 > 0 { + var yyrr1346, yyrl1346 int + var yyrt1346 bool + if yyl1346 > cap(yyv1346) { - yyrg1336 := len(yyv1336) > 0 - yyv21336 := yyv1336 - yyrl1336, yyrt1336 = z.DecInferLen(yyl1336, z.DecBasicHandle().MaxInitLen, 336) - if yyrt1336 { - if yyrl1336 <= cap(yyv1336) { - yyv1336 = yyv1336[:yyrl1336] + yyrg1346 := len(yyv1346) > 0 + yyv21346 := yyv1346 + yyrl1346, yyrt1346 = z.DecInferLen(yyl1346, z.DecBasicHandle().MaxInitLen, 336) + if yyrt1346 { + if yyrl1346 <= cap(yyv1346) { + yyv1346 = yyv1346[:yyrl1346] } else { - yyv1336 = make([]Ingress, yyrl1336) + yyv1346 = make([]Ingress, yyrl1346) } } else { - yyv1336 = make([]Ingress, yyrl1336) + yyv1346 = make([]Ingress, yyrl1346) } - yyc1336 = true - yyrr1336 = len(yyv1336) - if yyrg1336 { - copy(yyv1336, yyv21336) + yyc1346 = true + yyrr1346 = len(yyv1346) + if yyrg1346 { + copy(yyv1346, yyv21346) } - } else if yyl1336 != len(yyv1336) { - yyv1336 = yyv1336[:yyl1336] - yyc1336 = true + } else if yyl1346 != len(yyv1346) { + yyv1346 = yyv1346[:yyl1346] + yyc1346 = true } - yyj1336 := 0 - for ; yyj1336 < yyrr1336; yyj1336++ { - yyh1336.ElemContainerState(yyj1336) + yyj1346 := 0 + for ; yyj1346 < yyrr1346; yyj1346++ { + yyh1346.ElemContainerState(yyj1346) if r.TryDecodeAsNil() { - yyv1336[yyj1336] = Ingress{} + yyv1346[yyj1346] = Ingress{} } else { - yyv1337 := &yyv1336[yyj1336] - yyv1337.CodecDecodeSelf(d) + yyv1347 := &yyv1346[yyj1346] + yyv1347.CodecDecodeSelf(d) } } - if yyrt1336 { - for ; yyj1336 < yyl1336; yyj1336++ { - yyv1336 = append(yyv1336, Ingress{}) - yyh1336.ElemContainerState(yyj1336) + if yyrt1346 { + for ; yyj1346 < yyl1346; yyj1346++ { + yyv1346 = append(yyv1346, Ingress{}) + yyh1346.ElemContainerState(yyj1346) if r.TryDecodeAsNil() { - yyv1336[yyj1336] = Ingress{} + yyv1346[yyj1346] = Ingress{} } else { - yyv1338 := &yyv1336[yyj1336] - yyv1338.CodecDecodeSelf(d) + yyv1348 := &yyv1346[yyj1346] + yyv1348.CodecDecodeSelf(d) } } } } else { - yyj1336 := 0 - for ; !r.CheckBreak(); yyj1336++ { + yyj1346 := 0 + for ; !r.CheckBreak(); yyj1346++ { - if yyj1336 >= len(yyv1336) { - yyv1336 = append(yyv1336, Ingress{}) // var yyz1336 Ingress - yyc1336 = true + if yyj1346 >= len(yyv1346) { + yyv1346 = append(yyv1346, Ingress{}) // var yyz1346 Ingress + yyc1346 = true } - yyh1336.ElemContainerState(yyj1336) - if yyj1336 < len(yyv1336) { + yyh1346.ElemContainerState(yyj1346) + if yyj1346 < len(yyv1346) { if r.TryDecodeAsNil() { - yyv1336[yyj1336] = Ingress{} + yyv1346[yyj1346] = Ingress{} } else { - yyv1339 := &yyv1336[yyj1336] - yyv1339.CodecDecodeSelf(d) + yyv1349 := &yyv1346[yyj1346] + yyv1349.CodecDecodeSelf(d) } } else { @@ -16480,17 +16576,17 @@ func (x codecSelfer1234) decSliceIngress(v *[]Ingress, d *codec1978.Decoder) { } } - if yyj1336 < len(yyv1336) { - yyv1336 = yyv1336[:yyj1336] - yyc1336 = true - } else if yyj1336 == 0 && yyv1336 == nil { - yyv1336 = []Ingress{} - yyc1336 = true + if yyj1346 < len(yyv1346) { + yyv1346 = yyv1346[:yyj1346] + yyc1346 = true + } else if yyj1346 == 0 && yyv1346 == nil { + yyv1346 = []Ingress{} + yyc1346 = true } } - yyh1336.End() - if yyc1336 { - *v = yyv1336 + yyh1346.End() + if yyc1346 { + *v = yyv1346 } } @@ -16499,10 +16595,10 @@ func (x codecSelfer1234) encSliceIngressTLS(v []IngressTLS, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1340 := range v { + for _, yyv1350 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1341 := &yyv1340 - yy1341.CodecEncodeSelf(e) + yy1351 := &yyv1350 + yy1351.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16512,83 +16608,83 @@ func (x codecSelfer1234) decSliceIngressTLS(v *[]IngressTLS, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1342 := *v - yyh1342, yyl1342 := z.DecSliceHelperStart() - var yyc1342 bool - if yyl1342 == 0 { - if yyv1342 == nil { - yyv1342 = []IngressTLS{} - yyc1342 = true - } else if len(yyv1342) != 0 { - yyv1342 = yyv1342[:0] - yyc1342 = true + yyv1352 := *v + yyh1352, yyl1352 := z.DecSliceHelperStart() + var yyc1352 bool + if yyl1352 == 0 { + if yyv1352 == nil { + yyv1352 = []IngressTLS{} + yyc1352 = true + } else if len(yyv1352) != 0 { + yyv1352 = yyv1352[:0] + yyc1352 = true } - } else if yyl1342 > 0 { - var yyrr1342, yyrl1342 int - var yyrt1342 bool - if yyl1342 > cap(yyv1342) { + } else if yyl1352 > 0 { + var yyrr1352, yyrl1352 int + var yyrt1352 bool + if yyl1352 > cap(yyv1352) { - yyrg1342 := len(yyv1342) > 0 - yyv21342 := yyv1342 - yyrl1342, yyrt1342 = z.DecInferLen(yyl1342, z.DecBasicHandle().MaxInitLen, 40) - if yyrt1342 { - if yyrl1342 <= cap(yyv1342) { - yyv1342 = yyv1342[:yyrl1342] + yyrg1352 := len(yyv1352) > 0 + yyv21352 := yyv1352 + yyrl1352, yyrt1352 = z.DecInferLen(yyl1352, z.DecBasicHandle().MaxInitLen, 40) + if yyrt1352 { + if yyrl1352 <= cap(yyv1352) { + yyv1352 = yyv1352[:yyrl1352] } else { - yyv1342 = make([]IngressTLS, yyrl1342) + yyv1352 = make([]IngressTLS, yyrl1352) } } else { - yyv1342 = make([]IngressTLS, yyrl1342) + yyv1352 = make([]IngressTLS, yyrl1352) } - yyc1342 = true - yyrr1342 = len(yyv1342) - if yyrg1342 { - copy(yyv1342, yyv21342) + yyc1352 = true + yyrr1352 = len(yyv1352) + if yyrg1352 { + copy(yyv1352, yyv21352) } - } else if yyl1342 != len(yyv1342) { - yyv1342 = yyv1342[:yyl1342] - yyc1342 = true + } else if yyl1352 != len(yyv1352) { + yyv1352 = yyv1352[:yyl1352] + yyc1352 = true } - yyj1342 := 0 - for ; yyj1342 < yyrr1342; yyj1342++ { - yyh1342.ElemContainerState(yyj1342) + yyj1352 := 0 + for ; yyj1352 < yyrr1352; yyj1352++ { + yyh1352.ElemContainerState(yyj1352) if r.TryDecodeAsNil() { - yyv1342[yyj1342] = IngressTLS{} + yyv1352[yyj1352] = IngressTLS{} } else { - yyv1343 := &yyv1342[yyj1342] - yyv1343.CodecDecodeSelf(d) + yyv1353 := &yyv1352[yyj1352] + yyv1353.CodecDecodeSelf(d) } } - if yyrt1342 { - for ; yyj1342 < yyl1342; yyj1342++ { - yyv1342 = append(yyv1342, IngressTLS{}) - yyh1342.ElemContainerState(yyj1342) + if yyrt1352 { + for ; yyj1352 < yyl1352; yyj1352++ { + yyv1352 = append(yyv1352, IngressTLS{}) + yyh1352.ElemContainerState(yyj1352) if r.TryDecodeAsNil() { - yyv1342[yyj1342] = IngressTLS{} + yyv1352[yyj1352] = IngressTLS{} } else { - yyv1344 := &yyv1342[yyj1342] - yyv1344.CodecDecodeSelf(d) + yyv1354 := &yyv1352[yyj1352] + yyv1354.CodecDecodeSelf(d) } } } } else { - yyj1342 := 0 - for ; !r.CheckBreak(); yyj1342++ { + yyj1352 := 0 + for ; !r.CheckBreak(); yyj1352++ { - if yyj1342 >= len(yyv1342) { - yyv1342 = append(yyv1342, IngressTLS{}) // var yyz1342 IngressTLS - yyc1342 = true + if yyj1352 >= len(yyv1352) { + yyv1352 = append(yyv1352, IngressTLS{}) // var yyz1352 IngressTLS + yyc1352 = true } - yyh1342.ElemContainerState(yyj1342) - if yyj1342 < len(yyv1342) { + yyh1352.ElemContainerState(yyj1352) + if yyj1352 < len(yyv1352) { if r.TryDecodeAsNil() { - yyv1342[yyj1342] = IngressTLS{} + yyv1352[yyj1352] = IngressTLS{} } else { - yyv1345 := &yyv1342[yyj1342] - yyv1345.CodecDecodeSelf(d) + yyv1355 := &yyv1352[yyj1352] + yyv1355.CodecDecodeSelf(d) } } else { @@ -16596,17 +16692,17 @@ func (x codecSelfer1234) decSliceIngressTLS(v *[]IngressTLS, d *codec1978.Decode } } - if yyj1342 < len(yyv1342) { - yyv1342 = yyv1342[:yyj1342] - yyc1342 = true - } else if yyj1342 == 0 && yyv1342 == nil { - yyv1342 = []IngressTLS{} - yyc1342 = true + if yyj1352 < len(yyv1352) { + yyv1352 = yyv1352[:yyj1352] + yyc1352 = true + } else if yyj1352 == 0 && yyv1352 == nil { + yyv1352 = []IngressTLS{} + yyc1352 = true } } - yyh1342.End() - if yyc1342 { - *v = yyv1342 + yyh1352.End() + if yyc1352 { + *v = yyv1352 } } @@ -16615,10 +16711,10 @@ func (x codecSelfer1234) encSliceIngressRule(v []IngressRule, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1346 := range v { + for _, yyv1356 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1347 := &yyv1346 - yy1347.CodecEncodeSelf(e) + yy1357 := &yyv1356 + yy1357.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16628,83 +16724,83 @@ func (x codecSelfer1234) decSliceIngressRule(v *[]IngressRule, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1348 := *v - yyh1348, yyl1348 := z.DecSliceHelperStart() - var yyc1348 bool - if yyl1348 == 0 { - if yyv1348 == nil { - yyv1348 = []IngressRule{} - yyc1348 = true - } else if len(yyv1348) != 0 { - yyv1348 = yyv1348[:0] - yyc1348 = true + yyv1358 := *v + yyh1358, yyl1358 := z.DecSliceHelperStart() + var yyc1358 bool + if yyl1358 == 0 { + if yyv1358 == nil { + yyv1358 = []IngressRule{} + yyc1358 = true + } else if len(yyv1358) != 0 { + yyv1358 = yyv1358[:0] + yyc1358 = true } - } else if yyl1348 > 0 { - var yyrr1348, yyrl1348 int - var yyrt1348 bool - if yyl1348 > cap(yyv1348) { + } else if yyl1358 > 0 { + var yyrr1358, yyrl1358 int + var yyrt1358 bool + if yyl1358 > cap(yyv1358) { - yyrg1348 := len(yyv1348) > 0 - yyv21348 := yyv1348 - yyrl1348, yyrt1348 = z.DecInferLen(yyl1348, z.DecBasicHandle().MaxInitLen, 24) - if yyrt1348 { - if yyrl1348 <= cap(yyv1348) { - yyv1348 = yyv1348[:yyrl1348] + yyrg1358 := len(yyv1358) > 0 + yyv21358 := yyv1358 + yyrl1358, yyrt1358 = z.DecInferLen(yyl1358, z.DecBasicHandle().MaxInitLen, 24) + if yyrt1358 { + if yyrl1358 <= cap(yyv1358) { + yyv1358 = yyv1358[:yyrl1358] } else { - yyv1348 = make([]IngressRule, yyrl1348) + yyv1358 = make([]IngressRule, yyrl1358) } } else { - yyv1348 = make([]IngressRule, yyrl1348) + yyv1358 = make([]IngressRule, yyrl1358) } - yyc1348 = true - yyrr1348 = len(yyv1348) - if yyrg1348 { - copy(yyv1348, yyv21348) + yyc1358 = true + yyrr1358 = len(yyv1358) + if yyrg1358 { + copy(yyv1358, yyv21358) } - } else if yyl1348 != len(yyv1348) { - yyv1348 = yyv1348[:yyl1348] - yyc1348 = true + } else if yyl1358 != len(yyv1358) { + yyv1358 = yyv1358[:yyl1358] + yyc1358 = true } - yyj1348 := 0 - for ; yyj1348 < yyrr1348; yyj1348++ { - yyh1348.ElemContainerState(yyj1348) + yyj1358 := 0 + for ; yyj1358 < yyrr1358; yyj1358++ { + yyh1358.ElemContainerState(yyj1358) if r.TryDecodeAsNil() { - yyv1348[yyj1348] = IngressRule{} + yyv1358[yyj1358] = IngressRule{} } else { - yyv1349 := &yyv1348[yyj1348] - yyv1349.CodecDecodeSelf(d) + yyv1359 := &yyv1358[yyj1358] + yyv1359.CodecDecodeSelf(d) } } - if yyrt1348 { - for ; yyj1348 < yyl1348; yyj1348++ { - yyv1348 = append(yyv1348, IngressRule{}) - yyh1348.ElemContainerState(yyj1348) + if yyrt1358 { + for ; yyj1358 < yyl1358; yyj1358++ { + yyv1358 = append(yyv1358, IngressRule{}) + yyh1358.ElemContainerState(yyj1358) if r.TryDecodeAsNil() { - yyv1348[yyj1348] = IngressRule{} + yyv1358[yyj1358] = IngressRule{} } else { - yyv1350 := &yyv1348[yyj1348] - yyv1350.CodecDecodeSelf(d) + yyv1360 := &yyv1358[yyj1358] + yyv1360.CodecDecodeSelf(d) } } } } else { - yyj1348 := 0 - for ; !r.CheckBreak(); yyj1348++ { + yyj1358 := 0 + for ; !r.CheckBreak(); yyj1358++ { - if yyj1348 >= len(yyv1348) { - yyv1348 = append(yyv1348, IngressRule{}) // var yyz1348 IngressRule - yyc1348 = true + if yyj1358 >= len(yyv1358) { + yyv1358 = append(yyv1358, IngressRule{}) // var yyz1358 IngressRule + yyc1358 = true } - yyh1348.ElemContainerState(yyj1348) - if yyj1348 < len(yyv1348) { + yyh1358.ElemContainerState(yyj1358) + if yyj1358 < len(yyv1358) { if r.TryDecodeAsNil() { - yyv1348[yyj1348] = IngressRule{} + yyv1358[yyj1358] = IngressRule{} } else { - yyv1351 := &yyv1348[yyj1348] - yyv1351.CodecDecodeSelf(d) + yyv1361 := &yyv1358[yyj1358] + yyv1361.CodecDecodeSelf(d) } } else { @@ -16712,17 +16808,17 @@ func (x codecSelfer1234) decSliceIngressRule(v *[]IngressRule, d *codec1978.Deco } } - if yyj1348 < len(yyv1348) { - yyv1348 = yyv1348[:yyj1348] - yyc1348 = true - } else if yyj1348 == 0 && yyv1348 == nil { - yyv1348 = []IngressRule{} - yyc1348 = true + if yyj1358 < len(yyv1358) { + yyv1358 = yyv1358[:yyj1358] + yyc1358 = true + } else if yyj1358 == 0 && yyv1358 == nil { + yyv1358 = []IngressRule{} + yyc1358 = true } } - yyh1348.End() - if yyc1348 { - *v = yyv1348 + yyh1358.End() + if yyc1358 { + *v = yyv1358 } } @@ -16731,10 +16827,10 @@ func (x codecSelfer1234) encSliceHTTPIngressPath(v []HTTPIngressPath, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1352 := range v { + for _, yyv1362 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1353 := &yyv1352 - yy1353.CodecEncodeSelf(e) + yy1363 := &yyv1362 + yy1363.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16744,83 +16840,83 @@ func (x codecSelfer1234) decSliceHTTPIngressPath(v *[]HTTPIngressPath, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1354 := *v - yyh1354, yyl1354 := z.DecSliceHelperStart() - var yyc1354 bool - if yyl1354 == 0 { - if yyv1354 == nil { - yyv1354 = []HTTPIngressPath{} - yyc1354 = true - } else if len(yyv1354) != 0 { - yyv1354 = yyv1354[:0] - yyc1354 = true + yyv1364 := *v + yyh1364, yyl1364 := z.DecSliceHelperStart() + var yyc1364 bool + if yyl1364 == 0 { + if yyv1364 == nil { + yyv1364 = []HTTPIngressPath{} + yyc1364 = true + } else if len(yyv1364) != 0 { + yyv1364 = yyv1364[:0] + yyc1364 = true } - } else if yyl1354 > 0 { - var yyrr1354, yyrl1354 int - var yyrt1354 bool - if yyl1354 > cap(yyv1354) { + } else if yyl1364 > 0 { + var yyrr1364, yyrl1364 int + var yyrt1364 bool + if yyl1364 > cap(yyv1364) { - yyrg1354 := len(yyv1354) > 0 - yyv21354 := yyv1354 - yyrl1354, yyrt1354 = z.DecInferLen(yyl1354, z.DecBasicHandle().MaxInitLen, 64) - if yyrt1354 { - if yyrl1354 <= cap(yyv1354) { - yyv1354 = yyv1354[:yyrl1354] + yyrg1364 := len(yyv1364) > 0 + yyv21364 := yyv1364 + yyrl1364, yyrt1364 = z.DecInferLen(yyl1364, z.DecBasicHandle().MaxInitLen, 64) + if yyrt1364 { + if yyrl1364 <= cap(yyv1364) { + yyv1364 = yyv1364[:yyrl1364] } else { - yyv1354 = make([]HTTPIngressPath, yyrl1354) + yyv1364 = make([]HTTPIngressPath, yyrl1364) } } else { - yyv1354 = make([]HTTPIngressPath, yyrl1354) + yyv1364 = make([]HTTPIngressPath, yyrl1364) } - yyc1354 = true - yyrr1354 = len(yyv1354) - if yyrg1354 { - copy(yyv1354, yyv21354) + yyc1364 = true + yyrr1364 = len(yyv1364) + if yyrg1364 { + copy(yyv1364, yyv21364) } - } else if yyl1354 != len(yyv1354) { - yyv1354 = yyv1354[:yyl1354] - yyc1354 = true + } else if yyl1364 != len(yyv1364) { + yyv1364 = yyv1364[:yyl1364] + yyc1364 = true } - yyj1354 := 0 - for ; yyj1354 < yyrr1354; yyj1354++ { - yyh1354.ElemContainerState(yyj1354) + yyj1364 := 0 + for ; yyj1364 < yyrr1364; yyj1364++ { + yyh1364.ElemContainerState(yyj1364) if r.TryDecodeAsNil() { - yyv1354[yyj1354] = HTTPIngressPath{} + yyv1364[yyj1364] = HTTPIngressPath{} } else { - yyv1355 := &yyv1354[yyj1354] - yyv1355.CodecDecodeSelf(d) + yyv1365 := &yyv1364[yyj1364] + yyv1365.CodecDecodeSelf(d) } } - if yyrt1354 { - for ; yyj1354 < yyl1354; yyj1354++ { - yyv1354 = append(yyv1354, HTTPIngressPath{}) - yyh1354.ElemContainerState(yyj1354) + if yyrt1364 { + for ; yyj1364 < yyl1364; yyj1364++ { + yyv1364 = append(yyv1364, HTTPIngressPath{}) + yyh1364.ElemContainerState(yyj1364) if r.TryDecodeAsNil() { - yyv1354[yyj1354] = HTTPIngressPath{} + yyv1364[yyj1364] = HTTPIngressPath{} } else { - yyv1356 := &yyv1354[yyj1354] - yyv1356.CodecDecodeSelf(d) + yyv1366 := &yyv1364[yyj1364] + yyv1366.CodecDecodeSelf(d) } } } } else { - yyj1354 := 0 - for ; !r.CheckBreak(); yyj1354++ { + yyj1364 := 0 + for ; !r.CheckBreak(); yyj1364++ { - if yyj1354 >= len(yyv1354) { - yyv1354 = append(yyv1354, HTTPIngressPath{}) // var yyz1354 HTTPIngressPath - yyc1354 = true + if yyj1364 >= len(yyv1364) { + yyv1364 = append(yyv1364, HTTPIngressPath{}) // var yyz1364 HTTPIngressPath + yyc1364 = true } - yyh1354.ElemContainerState(yyj1354) - if yyj1354 < len(yyv1354) { + yyh1364.ElemContainerState(yyj1364) + if yyj1364 < len(yyv1364) { if r.TryDecodeAsNil() { - yyv1354[yyj1354] = HTTPIngressPath{} + yyv1364[yyj1364] = HTTPIngressPath{} } else { - yyv1357 := &yyv1354[yyj1354] - yyv1357.CodecDecodeSelf(d) + yyv1367 := &yyv1364[yyj1364] + yyv1367.CodecDecodeSelf(d) } } else { @@ -16828,17 +16924,17 @@ func (x codecSelfer1234) decSliceHTTPIngressPath(v *[]HTTPIngressPath, d *codec1 } } - if yyj1354 < len(yyv1354) { - yyv1354 = yyv1354[:yyj1354] - yyc1354 = true - } else if yyj1354 == 0 && yyv1354 == nil { - yyv1354 = []HTTPIngressPath{} - yyc1354 = true + if yyj1364 < len(yyv1364) { + yyv1364 = yyv1364[:yyj1364] + yyc1364 = true + } else if yyj1364 == 0 && yyv1364 == nil { + yyv1364 = []HTTPIngressPath{} + yyc1364 = true } } - yyh1354.End() - if yyc1354 { - *v = yyv1354 + yyh1364.End() + if yyc1364 { + *v = yyv1364 } } @@ -16847,10 +16943,10 @@ func (x codecSelfer1234) encSliceReplicaSet(v []ReplicaSet, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1358 := range v { + for _, yyv1368 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1359 := &yyv1358 - yy1359.CodecEncodeSelf(e) + yy1369 := &yyv1368 + yy1369.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16860,83 +16956,83 @@ func (x codecSelfer1234) decSliceReplicaSet(v *[]ReplicaSet, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1360 := *v - yyh1360, yyl1360 := z.DecSliceHelperStart() - var yyc1360 bool - if yyl1360 == 0 { - if yyv1360 == nil { - yyv1360 = []ReplicaSet{} - yyc1360 = true - } else if len(yyv1360) != 0 { - yyv1360 = yyv1360[:0] - yyc1360 = true + yyv1370 := *v + yyh1370, yyl1370 := z.DecSliceHelperStart() + var yyc1370 bool + if yyl1370 == 0 { + if yyv1370 == nil { + yyv1370 = []ReplicaSet{} + yyc1370 = true + } else if len(yyv1370) != 0 { + yyv1370 = yyv1370[:0] + yyc1370 = true } - } else if yyl1360 > 0 { - var yyrr1360, yyrl1360 int - var yyrt1360 bool - if yyl1360 > cap(yyv1360) { + } else if yyl1370 > 0 { + var yyrr1370, yyrl1370 int + var yyrt1370 bool + if yyl1370 > cap(yyv1370) { - yyrg1360 := len(yyv1360) > 0 - yyv21360 := yyv1360 - yyrl1360, yyrt1360 = z.DecInferLen(yyl1360, z.DecBasicHandle().MaxInitLen, 744) - if yyrt1360 { - if yyrl1360 <= cap(yyv1360) { - yyv1360 = yyv1360[:yyrl1360] + yyrg1370 := len(yyv1370) > 0 + yyv21370 := yyv1370 + yyrl1370, yyrt1370 = z.DecInferLen(yyl1370, z.DecBasicHandle().MaxInitLen, 744) + if yyrt1370 { + if yyrl1370 <= cap(yyv1370) { + yyv1370 = yyv1370[:yyrl1370] } else { - yyv1360 = make([]ReplicaSet, yyrl1360) + yyv1370 = make([]ReplicaSet, yyrl1370) } } else { - yyv1360 = make([]ReplicaSet, yyrl1360) + yyv1370 = make([]ReplicaSet, yyrl1370) } - yyc1360 = true - yyrr1360 = len(yyv1360) - if yyrg1360 { - copy(yyv1360, yyv21360) + yyc1370 = true + yyrr1370 = len(yyv1370) + if yyrg1370 { + copy(yyv1370, yyv21370) } - } else if yyl1360 != len(yyv1360) { - yyv1360 = yyv1360[:yyl1360] - yyc1360 = true + } else if yyl1370 != len(yyv1370) { + yyv1370 = yyv1370[:yyl1370] + yyc1370 = true } - yyj1360 := 0 - for ; yyj1360 < yyrr1360; yyj1360++ { - yyh1360.ElemContainerState(yyj1360) + yyj1370 := 0 + for ; yyj1370 < yyrr1370; yyj1370++ { + yyh1370.ElemContainerState(yyj1370) if r.TryDecodeAsNil() { - yyv1360[yyj1360] = ReplicaSet{} + yyv1370[yyj1370] = ReplicaSet{} } else { - yyv1361 := &yyv1360[yyj1360] - yyv1361.CodecDecodeSelf(d) + yyv1371 := &yyv1370[yyj1370] + yyv1371.CodecDecodeSelf(d) } } - if yyrt1360 { - for ; yyj1360 < yyl1360; yyj1360++ { - yyv1360 = append(yyv1360, ReplicaSet{}) - yyh1360.ElemContainerState(yyj1360) + if yyrt1370 { + for ; yyj1370 < yyl1370; yyj1370++ { + yyv1370 = append(yyv1370, ReplicaSet{}) + yyh1370.ElemContainerState(yyj1370) if r.TryDecodeAsNil() { - yyv1360[yyj1360] = ReplicaSet{} + yyv1370[yyj1370] = ReplicaSet{} } else { - yyv1362 := &yyv1360[yyj1360] - yyv1362.CodecDecodeSelf(d) + yyv1372 := &yyv1370[yyj1370] + yyv1372.CodecDecodeSelf(d) } } } } else { - yyj1360 := 0 - for ; !r.CheckBreak(); yyj1360++ { + yyj1370 := 0 + for ; !r.CheckBreak(); yyj1370++ { - if yyj1360 >= len(yyv1360) { - yyv1360 = append(yyv1360, ReplicaSet{}) // var yyz1360 ReplicaSet - yyc1360 = true + if yyj1370 >= len(yyv1370) { + yyv1370 = append(yyv1370, ReplicaSet{}) // var yyz1370 ReplicaSet + yyc1370 = true } - yyh1360.ElemContainerState(yyj1360) - if yyj1360 < len(yyv1360) { + yyh1370.ElemContainerState(yyj1370) + if yyj1370 < len(yyv1370) { if r.TryDecodeAsNil() { - yyv1360[yyj1360] = ReplicaSet{} + yyv1370[yyj1370] = ReplicaSet{} } else { - yyv1363 := &yyv1360[yyj1360] - yyv1363.CodecDecodeSelf(d) + yyv1373 := &yyv1370[yyj1370] + yyv1373.CodecDecodeSelf(d) } } else { @@ -16944,17 +17040,17 @@ func (x codecSelfer1234) decSliceReplicaSet(v *[]ReplicaSet, d *codec1978.Decode } } - if yyj1360 < len(yyv1360) { - yyv1360 = yyv1360[:yyj1360] - yyc1360 = true - } else if yyj1360 == 0 && yyv1360 == nil { - yyv1360 = []ReplicaSet{} - yyc1360 = true + if yyj1370 < len(yyv1370) { + yyv1370 = yyv1370[:yyj1370] + yyc1370 = true + } else if yyj1370 == 0 && yyv1370 == nil { + yyv1370 = []ReplicaSet{} + yyc1370 = true } } - yyh1360.End() - if yyc1360 { - *v = yyv1360 + yyh1370.End() + if yyc1370 { + *v = yyv1370 } } @@ -16963,14 +17059,14 @@ func (x codecSelfer1234) encSliceapi_Capability(v []pkg2_api.Capability, e *code z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1364 := range v { + for _, yyv1374 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1365 := z.EncBinary() - _ = yym1365 + yym1375 := z.EncBinary() + _ = yym1375 if false { - } else if z.HasExtensions() && z.EncExt(yyv1364) { + } else if z.HasExtensions() && z.EncExt(yyv1374) { } else { - r.EncodeString(codecSelferC_UTF81234, string(yyv1364)) + r.EncodeString(codecSelferC_UTF81234, string(yyv1374)) } } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) @@ -16981,75 +17077,75 @@ func (x codecSelfer1234) decSliceapi_Capability(v *[]pkg2_api.Capability, d *cod z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1366 := *v - yyh1366, yyl1366 := z.DecSliceHelperStart() - var yyc1366 bool - if yyl1366 == 0 { - if yyv1366 == nil { - yyv1366 = []pkg2_api.Capability{} - yyc1366 = true - } else if len(yyv1366) != 0 { - yyv1366 = yyv1366[:0] - yyc1366 = true + yyv1376 := *v + yyh1376, yyl1376 := z.DecSliceHelperStart() + var yyc1376 bool + if yyl1376 == 0 { + if yyv1376 == nil { + yyv1376 = []pkg2_api.Capability{} + yyc1376 = true + } else if len(yyv1376) != 0 { + yyv1376 = yyv1376[:0] + yyc1376 = true } - } else if yyl1366 > 0 { - var yyrr1366, yyrl1366 int - var yyrt1366 bool - if yyl1366 > cap(yyv1366) { + } else if yyl1376 > 0 { + var yyrr1376, yyrl1376 int + var yyrt1376 bool + if yyl1376 > cap(yyv1376) { - yyrl1366, yyrt1366 = z.DecInferLen(yyl1366, z.DecBasicHandle().MaxInitLen, 16) - if yyrt1366 { - if yyrl1366 <= cap(yyv1366) { - yyv1366 = yyv1366[:yyrl1366] + yyrl1376, yyrt1376 = z.DecInferLen(yyl1376, z.DecBasicHandle().MaxInitLen, 16) + if yyrt1376 { + if yyrl1376 <= cap(yyv1376) { + yyv1376 = yyv1376[:yyrl1376] } else { - yyv1366 = make([]pkg2_api.Capability, yyrl1366) + yyv1376 = make([]pkg2_api.Capability, yyrl1376) } } else { - yyv1366 = make([]pkg2_api.Capability, yyrl1366) + yyv1376 = make([]pkg2_api.Capability, yyrl1376) } - yyc1366 = true - yyrr1366 = len(yyv1366) - } else if yyl1366 != len(yyv1366) { - yyv1366 = yyv1366[:yyl1366] - yyc1366 = true + yyc1376 = true + yyrr1376 = len(yyv1376) + } else if yyl1376 != len(yyv1376) { + yyv1376 = yyv1376[:yyl1376] + yyc1376 = true } - yyj1366 := 0 - for ; yyj1366 < yyrr1366; yyj1366++ { - yyh1366.ElemContainerState(yyj1366) + yyj1376 := 0 + for ; yyj1376 < yyrr1376; yyj1376++ { + yyh1376.ElemContainerState(yyj1376) if r.TryDecodeAsNil() { - yyv1366[yyj1366] = "" + yyv1376[yyj1376] = "" } else { - yyv1366[yyj1366] = pkg2_api.Capability(r.DecodeString()) + yyv1376[yyj1376] = pkg2_api.Capability(r.DecodeString()) } } - if yyrt1366 { - for ; yyj1366 < yyl1366; yyj1366++ { - yyv1366 = append(yyv1366, "") - yyh1366.ElemContainerState(yyj1366) + if yyrt1376 { + for ; yyj1376 < yyl1376; yyj1376++ { + yyv1376 = append(yyv1376, "") + yyh1376.ElemContainerState(yyj1376) if r.TryDecodeAsNil() { - yyv1366[yyj1366] = "" + yyv1376[yyj1376] = "" } else { - yyv1366[yyj1366] = pkg2_api.Capability(r.DecodeString()) + yyv1376[yyj1376] = pkg2_api.Capability(r.DecodeString()) } } } } else { - yyj1366 := 0 - for ; !r.CheckBreak(); yyj1366++ { + yyj1376 := 0 + for ; !r.CheckBreak(); yyj1376++ { - if yyj1366 >= len(yyv1366) { - yyv1366 = append(yyv1366, "") // var yyz1366 pkg2_api.Capability - yyc1366 = true + if yyj1376 >= len(yyv1376) { + yyv1376 = append(yyv1376, "") // var yyz1376 pkg2_api.Capability + yyc1376 = true } - yyh1366.ElemContainerState(yyj1366) - if yyj1366 < len(yyv1366) { + yyh1376.ElemContainerState(yyj1376) + if yyj1376 < len(yyv1376) { if r.TryDecodeAsNil() { - yyv1366[yyj1366] = "" + yyv1376[yyj1376] = "" } else { - yyv1366[yyj1366] = pkg2_api.Capability(r.DecodeString()) + yyv1376[yyj1376] = pkg2_api.Capability(r.DecodeString()) } } else { @@ -17057,17 +17153,17 @@ func (x codecSelfer1234) decSliceapi_Capability(v *[]pkg2_api.Capability, d *cod } } - if yyj1366 < len(yyv1366) { - yyv1366 = yyv1366[:yyj1366] - yyc1366 = true - } else if yyj1366 == 0 && yyv1366 == nil { - yyv1366 = []pkg2_api.Capability{} - yyc1366 = true + if yyj1376 < len(yyv1376) { + yyv1376 = yyv1376[:yyj1376] + yyc1376 = true + } else if yyj1376 == 0 && yyv1376 == nil { + yyv1376 = []pkg2_api.Capability{} + yyc1376 = true } } - yyh1366.End() - if yyc1366 { - *v = yyv1366 + yyh1376.End() + if yyc1376 { + *v = yyv1376 } } @@ -17076,9 +17172,9 @@ func (x codecSelfer1234) encSliceFSType(v []FSType, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1370 := range v { + for _, yyv1380 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv1370.CodecEncodeSelf(e) + yyv1380.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17088,75 +17184,75 @@ func (x codecSelfer1234) decSliceFSType(v *[]FSType, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1371 := *v - yyh1371, yyl1371 := z.DecSliceHelperStart() - var yyc1371 bool - if yyl1371 == 0 { - if yyv1371 == nil { - yyv1371 = []FSType{} - yyc1371 = true - } else if len(yyv1371) != 0 { - yyv1371 = yyv1371[:0] - yyc1371 = true + yyv1381 := *v + yyh1381, yyl1381 := z.DecSliceHelperStart() + var yyc1381 bool + if yyl1381 == 0 { + if yyv1381 == nil { + yyv1381 = []FSType{} + yyc1381 = true + } else if len(yyv1381) != 0 { + yyv1381 = yyv1381[:0] + yyc1381 = true } - } else if yyl1371 > 0 { - var yyrr1371, yyrl1371 int - var yyrt1371 bool - if yyl1371 > cap(yyv1371) { + } else if yyl1381 > 0 { + var yyrr1381, yyrl1381 int + var yyrt1381 bool + if yyl1381 > cap(yyv1381) { - yyrl1371, yyrt1371 = z.DecInferLen(yyl1371, z.DecBasicHandle().MaxInitLen, 16) - if yyrt1371 { - if yyrl1371 <= cap(yyv1371) { - yyv1371 = yyv1371[:yyrl1371] + yyrl1381, yyrt1381 = z.DecInferLen(yyl1381, z.DecBasicHandle().MaxInitLen, 16) + if yyrt1381 { + if yyrl1381 <= cap(yyv1381) { + yyv1381 = yyv1381[:yyrl1381] } else { - yyv1371 = make([]FSType, yyrl1371) + yyv1381 = make([]FSType, yyrl1381) } } else { - yyv1371 = make([]FSType, yyrl1371) + yyv1381 = make([]FSType, yyrl1381) } - yyc1371 = true - yyrr1371 = len(yyv1371) - } else if yyl1371 != len(yyv1371) { - yyv1371 = yyv1371[:yyl1371] - yyc1371 = true + yyc1381 = true + yyrr1381 = len(yyv1381) + } else if yyl1381 != len(yyv1381) { + yyv1381 = yyv1381[:yyl1381] + yyc1381 = true } - yyj1371 := 0 - for ; yyj1371 < yyrr1371; yyj1371++ { - yyh1371.ElemContainerState(yyj1371) + yyj1381 := 0 + for ; yyj1381 < yyrr1381; yyj1381++ { + yyh1381.ElemContainerState(yyj1381) if r.TryDecodeAsNil() { - yyv1371[yyj1371] = "" + yyv1381[yyj1381] = "" } else { - yyv1371[yyj1371] = FSType(r.DecodeString()) + yyv1381[yyj1381] = FSType(r.DecodeString()) } } - if yyrt1371 { - for ; yyj1371 < yyl1371; yyj1371++ { - yyv1371 = append(yyv1371, "") - yyh1371.ElemContainerState(yyj1371) + if yyrt1381 { + for ; yyj1381 < yyl1381; yyj1381++ { + yyv1381 = append(yyv1381, "") + yyh1381.ElemContainerState(yyj1381) if r.TryDecodeAsNil() { - yyv1371[yyj1371] = "" + yyv1381[yyj1381] = "" } else { - yyv1371[yyj1371] = FSType(r.DecodeString()) + yyv1381[yyj1381] = FSType(r.DecodeString()) } } } } else { - yyj1371 := 0 - for ; !r.CheckBreak(); yyj1371++ { + yyj1381 := 0 + for ; !r.CheckBreak(); yyj1381++ { - if yyj1371 >= len(yyv1371) { - yyv1371 = append(yyv1371, "") // var yyz1371 FSType - yyc1371 = true + if yyj1381 >= len(yyv1381) { + yyv1381 = append(yyv1381, "") // var yyz1381 FSType + yyc1381 = true } - yyh1371.ElemContainerState(yyj1371) - if yyj1371 < len(yyv1371) { + yyh1381.ElemContainerState(yyj1381) + if yyj1381 < len(yyv1381) { if r.TryDecodeAsNil() { - yyv1371[yyj1371] = "" + yyv1381[yyj1381] = "" } else { - yyv1371[yyj1371] = FSType(r.DecodeString()) + yyv1381[yyj1381] = FSType(r.DecodeString()) } } else { @@ -17164,17 +17260,17 @@ func (x codecSelfer1234) decSliceFSType(v *[]FSType, d *codec1978.Decoder) { } } - if yyj1371 < len(yyv1371) { - yyv1371 = yyv1371[:yyj1371] - yyc1371 = true - } else if yyj1371 == 0 && yyv1371 == nil { - yyv1371 = []FSType{} - yyc1371 = true + if yyj1381 < len(yyv1381) { + yyv1381 = yyv1381[:yyj1381] + yyc1381 = true + } else if yyj1381 == 0 && yyv1381 == nil { + yyv1381 = []FSType{} + yyc1381 = true } } - yyh1371.End() - if yyc1371 { - *v = yyv1371 + yyh1381.End() + if yyc1381 { + *v = yyv1381 } } @@ -17183,10 +17279,10 @@ func (x codecSelfer1234) encSliceHostPortRange(v []HostPortRange, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1375 := range v { + for _, yyv1385 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1376 := &yyv1375 - yy1376.CodecEncodeSelf(e) + yy1386 := &yyv1385 + yy1386.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17196,83 +17292,83 @@ func (x codecSelfer1234) decSliceHostPortRange(v *[]HostPortRange, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1377 := *v - yyh1377, yyl1377 := z.DecSliceHelperStart() - var yyc1377 bool - if yyl1377 == 0 { - if yyv1377 == nil { - yyv1377 = []HostPortRange{} - yyc1377 = true - } else if len(yyv1377) != 0 { - yyv1377 = yyv1377[:0] - yyc1377 = true + yyv1387 := *v + yyh1387, yyl1387 := z.DecSliceHelperStart() + var yyc1387 bool + if yyl1387 == 0 { + if yyv1387 == nil { + yyv1387 = []HostPortRange{} + yyc1387 = true + } else if len(yyv1387) != 0 { + yyv1387 = yyv1387[:0] + yyc1387 = true } - } else if yyl1377 > 0 { - var yyrr1377, yyrl1377 int - var yyrt1377 bool - if yyl1377 > cap(yyv1377) { + } else if yyl1387 > 0 { + var yyrr1387, yyrl1387 int + var yyrt1387 bool + if yyl1387 > cap(yyv1387) { - yyrg1377 := len(yyv1377) > 0 - yyv21377 := yyv1377 - yyrl1377, yyrt1377 = z.DecInferLen(yyl1377, z.DecBasicHandle().MaxInitLen, 16) - if yyrt1377 { - if yyrl1377 <= cap(yyv1377) { - yyv1377 = yyv1377[:yyrl1377] + yyrg1387 := len(yyv1387) > 0 + yyv21387 := yyv1387 + yyrl1387, yyrt1387 = z.DecInferLen(yyl1387, z.DecBasicHandle().MaxInitLen, 16) + if yyrt1387 { + if yyrl1387 <= cap(yyv1387) { + yyv1387 = yyv1387[:yyrl1387] } else { - yyv1377 = make([]HostPortRange, yyrl1377) + yyv1387 = make([]HostPortRange, yyrl1387) } } else { - yyv1377 = make([]HostPortRange, yyrl1377) + yyv1387 = make([]HostPortRange, yyrl1387) } - yyc1377 = true - yyrr1377 = len(yyv1377) - if yyrg1377 { - copy(yyv1377, yyv21377) + yyc1387 = true + yyrr1387 = len(yyv1387) + if yyrg1387 { + copy(yyv1387, yyv21387) } - } else if yyl1377 != len(yyv1377) { - yyv1377 = yyv1377[:yyl1377] - yyc1377 = true + } else if yyl1387 != len(yyv1387) { + yyv1387 = yyv1387[:yyl1387] + yyc1387 = true } - yyj1377 := 0 - for ; yyj1377 < yyrr1377; yyj1377++ { - yyh1377.ElemContainerState(yyj1377) + yyj1387 := 0 + for ; yyj1387 < yyrr1387; yyj1387++ { + yyh1387.ElemContainerState(yyj1387) if r.TryDecodeAsNil() { - yyv1377[yyj1377] = HostPortRange{} + yyv1387[yyj1387] = HostPortRange{} } else { - yyv1378 := &yyv1377[yyj1377] - yyv1378.CodecDecodeSelf(d) + yyv1388 := &yyv1387[yyj1387] + yyv1388.CodecDecodeSelf(d) } } - if yyrt1377 { - for ; yyj1377 < yyl1377; yyj1377++ { - yyv1377 = append(yyv1377, HostPortRange{}) - yyh1377.ElemContainerState(yyj1377) + if yyrt1387 { + for ; yyj1387 < yyl1387; yyj1387++ { + yyv1387 = append(yyv1387, HostPortRange{}) + yyh1387.ElemContainerState(yyj1387) if r.TryDecodeAsNil() { - yyv1377[yyj1377] = HostPortRange{} + yyv1387[yyj1387] = HostPortRange{} } else { - yyv1379 := &yyv1377[yyj1377] - yyv1379.CodecDecodeSelf(d) + yyv1389 := &yyv1387[yyj1387] + yyv1389.CodecDecodeSelf(d) } } } } else { - yyj1377 := 0 - for ; !r.CheckBreak(); yyj1377++ { + yyj1387 := 0 + for ; !r.CheckBreak(); yyj1387++ { - if yyj1377 >= len(yyv1377) { - yyv1377 = append(yyv1377, HostPortRange{}) // var yyz1377 HostPortRange - yyc1377 = true + if yyj1387 >= len(yyv1387) { + yyv1387 = append(yyv1387, HostPortRange{}) // var yyz1387 HostPortRange + yyc1387 = true } - yyh1377.ElemContainerState(yyj1377) - if yyj1377 < len(yyv1377) { + yyh1387.ElemContainerState(yyj1387) + if yyj1387 < len(yyv1387) { if r.TryDecodeAsNil() { - yyv1377[yyj1377] = HostPortRange{} + yyv1387[yyj1387] = HostPortRange{} } else { - yyv1380 := &yyv1377[yyj1377] - yyv1380.CodecDecodeSelf(d) + yyv1390 := &yyv1387[yyj1387] + yyv1390.CodecDecodeSelf(d) } } else { @@ -17280,17 +17376,17 @@ func (x codecSelfer1234) decSliceHostPortRange(v *[]HostPortRange, d *codec1978. } } - if yyj1377 < len(yyv1377) { - yyv1377 = yyv1377[:yyj1377] - yyc1377 = true - } else if yyj1377 == 0 && yyv1377 == nil { - yyv1377 = []HostPortRange{} - yyc1377 = true + if yyj1387 < len(yyv1387) { + yyv1387 = yyv1387[:yyj1387] + yyc1387 = true + } else if yyj1387 == 0 && yyv1387 == nil { + yyv1387 = []HostPortRange{} + yyc1387 = true } } - yyh1377.End() - if yyc1377 { - *v = yyv1377 + yyh1387.End() + if yyc1387 { + *v = yyv1387 } } @@ -17299,10 +17395,10 @@ func (x codecSelfer1234) encSliceIDRange(v []IDRange, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1381 := range v { + for _, yyv1391 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1382 := &yyv1381 - yy1382.CodecEncodeSelf(e) + yy1392 := &yyv1391 + yy1392.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17312,83 +17408,83 @@ func (x codecSelfer1234) decSliceIDRange(v *[]IDRange, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1383 := *v - yyh1383, yyl1383 := z.DecSliceHelperStart() - var yyc1383 bool - if yyl1383 == 0 { - if yyv1383 == nil { - yyv1383 = []IDRange{} - yyc1383 = true - } else if len(yyv1383) != 0 { - yyv1383 = yyv1383[:0] - yyc1383 = true + yyv1393 := *v + yyh1393, yyl1393 := z.DecSliceHelperStart() + var yyc1393 bool + if yyl1393 == 0 { + if yyv1393 == nil { + yyv1393 = []IDRange{} + yyc1393 = true + } else if len(yyv1393) != 0 { + yyv1393 = yyv1393[:0] + yyc1393 = true } - } else if yyl1383 > 0 { - var yyrr1383, yyrl1383 int - var yyrt1383 bool - if yyl1383 > cap(yyv1383) { + } else if yyl1393 > 0 { + var yyrr1393, yyrl1393 int + var yyrt1393 bool + if yyl1393 > cap(yyv1393) { - yyrg1383 := len(yyv1383) > 0 - yyv21383 := yyv1383 - yyrl1383, yyrt1383 = z.DecInferLen(yyl1383, z.DecBasicHandle().MaxInitLen, 16) - if yyrt1383 { - if yyrl1383 <= cap(yyv1383) { - yyv1383 = yyv1383[:yyrl1383] + yyrg1393 := len(yyv1393) > 0 + yyv21393 := yyv1393 + yyrl1393, yyrt1393 = z.DecInferLen(yyl1393, z.DecBasicHandle().MaxInitLen, 16) + if yyrt1393 { + if yyrl1393 <= cap(yyv1393) { + yyv1393 = yyv1393[:yyrl1393] } else { - yyv1383 = make([]IDRange, yyrl1383) + yyv1393 = make([]IDRange, yyrl1393) } } else { - yyv1383 = make([]IDRange, yyrl1383) + yyv1393 = make([]IDRange, yyrl1393) } - yyc1383 = true - yyrr1383 = len(yyv1383) - if yyrg1383 { - copy(yyv1383, yyv21383) + yyc1393 = true + yyrr1393 = len(yyv1393) + if yyrg1393 { + copy(yyv1393, yyv21393) } - } else if yyl1383 != len(yyv1383) { - yyv1383 = yyv1383[:yyl1383] - yyc1383 = true + } else if yyl1393 != len(yyv1393) { + yyv1393 = yyv1393[:yyl1393] + yyc1393 = true } - yyj1383 := 0 - for ; yyj1383 < yyrr1383; yyj1383++ { - yyh1383.ElemContainerState(yyj1383) + yyj1393 := 0 + for ; yyj1393 < yyrr1393; yyj1393++ { + yyh1393.ElemContainerState(yyj1393) if r.TryDecodeAsNil() { - yyv1383[yyj1383] = IDRange{} + yyv1393[yyj1393] = IDRange{} } else { - yyv1384 := &yyv1383[yyj1383] - yyv1384.CodecDecodeSelf(d) + yyv1394 := &yyv1393[yyj1393] + yyv1394.CodecDecodeSelf(d) } } - if yyrt1383 { - for ; yyj1383 < yyl1383; yyj1383++ { - yyv1383 = append(yyv1383, IDRange{}) - yyh1383.ElemContainerState(yyj1383) + if yyrt1393 { + for ; yyj1393 < yyl1393; yyj1393++ { + yyv1393 = append(yyv1393, IDRange{}) + yyh1393.ElemContainerState(yyj1393) if r.TryDecodeAsNil() { - yyv1383[yyj1383] = IDRange{} + yyv1393[yyj1393] = IDRange{} } else { - yyv1385 := &yyv1383[yyj1383] - yyv1385.CodecDecodeSelf(d) + yyv1395 := &yyv1393[yyj1393] + yyv1395.CodecDecodeSelf(d) } } } } else { - yyj1383 := 0 - for ; !r.CheckBreak(); yyj1383++ { + yyj1393 := 0 + for ; !r.CheckBreak(); yyj1393++ { - if yyj1383 >= len(yyv1383) { - yyv1383 = append(yyv1383, IDRange{}) // var yyz1383 IDRange - yyc1383 = true + if yyj1393 >= len(yyv1393) { + yyv1393 = append(yyv1393, IDRange{}) // var yyz1393 IDRange + yyc1393 = true } - yyh1383.ElemContainerState(yyj1383) - if yyj1383 < len(yyv1383) { + yyh1393.ElemContainerState(yyj1393) + if yyj1393 < len(yyv1393) { if r.TryDecodeAsNil() { - yyv1383[yyj1383] = IDRange{} + yyv1393[yyj1393] = IDRange{} } else { - yyv1386 := &yyv1383[yyj1383] - yyv1386.CodecDecodeSelf(d) + yyv1396 := &yyv1393[yyj1393] + yyv1396.CodecDecodeSelf(d) } } else { @@ -17396,17 +17492,17 @@ func (x codecSelfer1234) decSliceIDRange(v *[]IDRange, d *codec1978.Decoder) { } } - if yyj1383 < len(yyv1383) { - yyv1383 = yyv1383[:yyj1383] - yyc1383 = true - } else if yyj1383 == 0 && yyv1383 == nil { - yyv1383 = []IDRange{} - yyc1383 = true + if yyj1393 < len(yyv1393) { + yyv1393 = yyv1393[:yyj1393] + yyc1393 = true + } else if yyj1393 == 0 && yyv1393 == nil { + yyv1393 = []IDRange{} + yyc1393 = true } } - yyh1383.End() - if yyc1383 { - *v = yyv1383 + yyh1393.End() + if yyc1393 { + *v = yyv1393 } } @@ -17415,10 +17511,10 @@ func (x codecSelfer1234) encSlicePodSecurityPolicy(v []PodSecurityPolicy, e *cod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1387 := range v { + for _, yyv1397 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1388 := &yyv1387 - yy1388.CodecEncodeSelf(e) + yy1398 := &yyv1397 + yy1398.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17428,83 +17524,83 @@ func (x codecSelfer1234) decSlicePodSecurityPolicy(v *[]PodSecurityPolicy, d *co z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1389 := *v - yyh1389, yyl1389 := z.DecSliceHelperStart() - var yyc1389 bool - if yyl1389 == 0 { - if yyv1389 == nil { - yyv1389 = []PodSecurityPolicy{} - yyc1389 = true - } else if len(yyv1389) != 0 { - yyv1389 = yyv1389[:0] - yyc1389 = true + yyv1399 := *v + yyh1399, yyl1399 := z.DecSliceHelperStart() + var yyc1399 bool + if yyl1399 == 0 { + if yyv1399 == nil { + yyv1399 = []PodSecurityPolicy{} + yyc1399 = true + } else if len(yyv1399) != 0 { + yyv1399 = yyv1399[:0] + yyc1399 = true } - } else if yyl1389 > 0 { - var yyrr1389, yyrl1389 int - var yyrt1389 bool - if yyl1389 > cap(yyv1389) { + } else if yyl1399 > 0 { + var yyrr1399, yyrl1399 int + var yyrt1399 bool + if yyl1399 > cap(yyv1399) { - yyrg1389 := len(yyv1389) > 0 - yyv21389 := yyv1389 - yyrl1389, yyrt1389 = z.DecInferLen(yyl1389, z.DecBasicHandle().MaxInitLen, 552) - if yyrt1389 { - if yyrl1389 <= cap(yyv1389) { - yyv1389 = yyv1389[:yyrl1389] + yyrg1399 := len(yyv1399) > 0 + yyv21399 := yyv1399 + yyrl1399, yyrt1399 = z.DecInferLen(yyl1399, z.DecBasicHandle().MaxInitLen, 552) + if yyrt1399 { + if yyrl1399 <= cap(yyv1399) { + yyv1399 = yyv1399[:yyrl1399] } else { - yyv1389 = make([]PodSecurityPolicy, yyrl1389) + yyv1399 = make([]PodSecurityPolicy, yyrl1399) } } else { - yyv1389 = make([]PodSecurityPolicy, yyrl1389) + yyv1399 = make([]PodSecurityPolicy, yyrl1399) } - yyc1389 = true - yyrr1389 = len(yyv1389) - if yyrg1389 { - copy(yyv1389, yyv21389) + yyc1399 = true + yyrr1399 = len(yyv1399) + if yyrg1399 { + copy(yyv1399, yyv21399) } - } else if yyl1389 != len(yyv1389) { - yyv1389 = yyv1389[:yyl1389] - yyc1389 = true + } else if yyl1399 != len(yyv1399) { + yyv1399 = yyv1399[:yyl1399] + yyc1399 = true } - yyj1389 := 0 - for ; yyj1389 < yyrr1389; yyj1389++ { - yyh1389.ElemContainerState(yyj1389) + yyj1399 := 0 + for ; yyj1399 < yyrr1399; yyj1399++ { + yyh1399.ElemContainerState(yyj1399) if r.TryDecodeAsNil() { - yyv1389[yyj1389] = PodSecurityPolicy{} + yyv1399[yyj1399] = PodSecurityPolicy{} } else { - yyv1390 := &yyv1389[yyj1389] - yyv1390.CodecDecodeSelf(d) + yyv1400 := &yyv1399[yyj1399] + yyv1400.CodecDecodeSelf(d) } } - if yyrt1389 { - for ; yyj1389 < yyl1389; yyj1389++ { - yyv1389 = append(yyv1389, PodSecurityPolicy{}) - yyh1389.ElemContainerState(yyj1389) + if yyrt1399 { + for ; yyj1399 < yyl1399; yyj1399++ { + yyv1399 = append(yyv1399, PodSecurityPolicy{}) + yyh1399.ElemContainerState(yyj1399) if r.TryDecodeAsNil() { - yyv1389[yyj1389] = PodSecurityPolicy{} + yyv1399[yyj1399] = PodSecurityPolicy{} } else { - yyv1391 := &yyv1389[yyj1389] - yyv1391.CodecDecodeSelf(d) + yyv1401 := &yyv1399[yyj1399] + yyv1401.CodecDecodeSelf(d) } } } } else { - yyj1389 := 0 - for ; !r.CheckBreak(); yyj1389++ { + yyj1399 := 0 + for ; !r.CheckBreak(); yyj1399++ { - if yyj1389 >= len(yyv1389) { - yyv1389 = append(yyv1389, PodSecurityPolicy{}) // var yyz1389 PodSecurityPolicy - yyc1389 = true + if yyj1399 >= len(yyv1399) { + yyv1399 = append(yyv1399, PodSecurityPolicy{}) // var yyz1399 PodSecurityPolicy + yyc1399 = true } - yyh1389.ElemContainerState(yyj1389) - if yyj1389 < len(yyv1389) { + yyh1399.ElemContainerState(yyj1399) + if yyj1399 < len(yyv1399) { if r.TryDecodeAsNil() { - yyv1389[yyj1389] = PodSecurityPolicy{} + yyv1399[yyj1399] = PodSecurityPolicy{} } else { - yyv1392 := &yyv1389[yyj1389] - yyv1392.CodecDecodeSelf(d) + yyv1402 := &yyv1399[yyj1399] + yyv1402.CodecDecodeSelf(d) } } else { @@ -17512,17 +17608,17 @@ func (x codecSelfer1234) decSlicePodSecurityPolicy(v *[]PodSecurityPolicy, d *co } } - if yyj1389 < len(yyv1389) { - yyv1389 = yyv1389[:yyj1389] - yyc1389 = true - } else if yyj1389 == 0 && yyv1389 == nil { - yyv1389 = []PodSecurityPolicy{} - yyc1389 = true + if yyj1399 < len(yyv1399) { + yyv1399 = yyv1399[:yyj1399] + yyc1399 = true + } else if yyj1399 == 0 && yyv1399 == nil { + yyv1399 = []PodSecurityPolicy{} + yyc1399 = true } } - yyh1389.End() - if yyc1389 { - *v = yyv1389 + yyh1399.End() + if yyc1399 { + *v = yyv1399 } } @@ -17531,10 +17627,10 @@ func (x codecSelfer1234) encSliceNetworkPolicyIngressRule(v []NetworkPolicyIngre z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1393 := range v { + for _, yyv1403 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1394 := &yyv1393 - yy1394.CodecEncodeSelf(e) + yy1404 := &yyv1403 + yy1404.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17544,83 +17640,83 @@ func (x codecSelfer1234) decSliceNetworkPolicyIngressRule(v *[]NetworkPolicyIngr z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1395 := *v - yyh1395, yyl1395 := z.DecSliceHelperStart() - var yyc1395 bool - if yyl1395 == 0 { - if yyv1395 == nil { - yyv1395 = []NetworkPolicyIngressRule{} - yyc1395 = true - } else if len(yyv1395) != 0 { - yyv1395 = yyv1395[:0] - yyc1395 = true + yyv1405 := *v + yyh1405, yyl1405 := z.DecSliceHelperStart() + var yyc1405 bool + if yyl1405 == 0 { + if yyv1405 == nil { + yyv1405 = []NetworkPolicyIngressRule{} + yyc1405 = true + } else if len(yyv1405) != 0 { + yyv1405 = yyv1405[:0] + yyc1405 = true } - } else if yyl1395 > 0 { - var yyrr1395, yyrl1395 int - var yyrt1395 bool - if yyl1395 > cap(yyv1395) { + } else if yyl1405 > 0 { + var yyrr1405, yyrl1405 int + var yyrt1405 bool + if yyl1405 > cap(yyv1405) { - yyrg1395 := len(yyv1395) > 0 - yyv21395 := yyv1395 - yyrl1395, yyrt1395 = z.DecInferLen(yyl1395, z.DecBasicHandle().MaxInitLen, 48) - if yyrt1395 { - if yyrl1395 <= cap(yyv1395) { - yyv1395 = yyv1395[:yyrl1395] + yyrg1405 := len(yyv1405) > 0 + yyv21405 := yyv1405 + yyrl1405, yyrt1405 = z.DecInferLen(yyl1405, z.DecBasicHandle().MaxInitLen, 48) + if yyrt1405 { + if yyrl1405 <= cap(yyv1405) { + yyv1405 = yyv1405[:yyrl1405] } else { - yyv1395 = make([]NetworkPolicyIngressRule, yyrl1395) + yyv1405 = make([]NetworkPolicyIngressRule, yyrl1405) } } else { - yyv1395 = make([]NetworkPolicyIngressRule, yyrl1395) + yyv1405 = make([]NetworkPolicyIngressRule, yyrl1405) } - yyc1395 = true - yyrr1395 = len(yyv1395) - if yyrg1395 { - copy(yyv1395, yyv21395) + yyc1405 = true + yyrr1405 = len(yyv1405) + if yyrg1405 { + copy(yyv1405, yyv21405) } - } else if yyl1395 != len(yyv1395) { - yyv1395 = yyv1395[:yyl1395] - yyc1395 = true + } else if yyl1405 != len(yyv1405) { + yyv1405 = yyv1405[:yyl1405] + yyc1405 = true } - yyj1395 := 0 - for ; yyj1395 < yyrr1395; yyj1395++ { - yyh1395.ElemContainerState(yyj1395) + yyj1405 := 0 + for ; yyj1405 < yyrr1405; yyj1405++ { + yyh1405.ElemContainerState(yyj1405) if r.TryDecodeAsNil() { - yyv1395[yyj1395] = NetworkPolicyIngressRule{} + yyv1405[yyj1405] = NetworkPolicyIngressRule{} } else { - yyv1396 := &yyv1395[yyj1395] - yyv1396.CodecDecodeSelf(d) + yyv1406 := &yyv1405[yyj1405] + yyv1406.CodecDecodeSelf(d) } } - if yyrt1395 { - for ; yyj1395 < yyl1395; yyj1395++ { - yyv1395 = append(yyv1395, NetworkPolicyIngressRule{}) - yyh1395.ElemContainerState(yyj1395) + if yyrt1405 { + for ; yyj1405 < yyl1405; yyj1405++ { + yyv1405 = append(yyv1405, NetworkPolicyIngressRule{}) + yyh1405.ElemContainerState(yyj1405) if r.TryDecodeAsNil() { - yyv1395[yyj1395] = NetworkPolicyIngressRule{} + yyv1405[yyj1405] = NetworkPolicyIngressRule{} } else { - yyv1397 := &yyv1395[yyj1395] - yyv1397.CodecDecodeSelf(d) + yyv1407 := &yyv1405[yyj1405] + yyv1407.CodecDecodeSelf(d) } } } } else { - yyj1395 := 0 - for ; !r.CheckBreak(); yyj1395++ { + yyj1405 := 0 + for ; !r.CheckBreak(); yyj1405++ { - if yyj1395 >= len(yyv1395) { - yyv1395 = append(yyv1395, NetworkPolicyIngressRule{}) // var yyz1395 NetworkPolicyIngressRule - yyc1395 = true + if yyj1405 >= len(yyv1405) { + yyv1405 = append(yyv1405, NetworkPolicyIngressRule{}) // var yyz1405 NetworkPolicyIngressRule + yyc1405 = true } - yyh1395.ElemContainerState(yyj1395) - if yyj1395 < len(yyv1395) { + yyh1405.ElemContainerState(yyj1405) + if yyj1405 < len(yyv1405) { if r.TryDecodeAsNil() { - yyv1395[yyj1395] = NetworkPolicyIngressRule{} + yyv1405[yyj1405] = NetworkPolicyIngressRule{} } else { - yyv1398 := &yyv1395[yyj1395] - yyv1398.CodecDecodeSelf(d) + yyv1408 := &yyv1405[yyj1405] + yyv1408.CodecDecodeSelf(d) } } else { @@ -17628,17 +17724,17 @@ func (x codecSelfer1234) decSliceNetworkPolicyIngressRule(v *[]NetworkPolicyIngr } } - if yyj1395 < len(yyv1395) { - yyv1395 = yyv1395[:yyj1395] - yyc1395 = true - } else if yyj1395 == 0 && yyv1395 == nil { - yyv1395 = []NetworkPolicyIngressRule{} - yyc1395 = true + if yyj1405 < len(yyv1405) { + yyv1405 = yyv1405[:yyj1405] + yyc1405 = true + } else if yyj1405 == 0 && yyv1405 == nil { + yyv1405 = []NetworkPolicyIngressRule{} + yyc1405 = true } } - yyh1395.End() - if yyc1395 { - *v = yyv1395 + yyh1405.End() + if yyc1405 { + *v = yyv1405 } } @@ -17647,10 +17743,10 @@ func (x codecSelfer1234) encSliceNetworkPolicyPort(v []NetworkPolicyPort, e *cod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1399 := range v { + for _, yyv1409 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1400 := &yyv1399 - yy1400.CodecEncodeSelf(e) + yy1410 := &yyv1409 + yy1410.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17660,83 +17756,83 @@ func (x codecSelfer1234) decSliceNetworkPolicyPort(v *[]NetworkPolicyPort, d *co z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1401 := *v - yyh1401, yyl1401 := z.DecSliceHelperStart() - var yyc1401 bool - if yyl1401 == 0 { - if yyv1401 == nil { - yyv1401 = []NetworkPolicyPort{} - yyc1401 = true - } else if len(yyv1401) != 0 { - yyv1401 = yyv1401[:0] - yyc1401 = true + yyv1411 := *v + yyh1411, yyl1411 := z.DecSliceHelperStart() + var yyc1411 bool + if yyl1411 == 0 { + if yyv1411 == nil { + yyv1411 = []NetworkPolicyPort{} + yyc1411 = true + } else if len(yyv1411) != 0 { + yyv1411 = yyv1411[:0] + yyc1411 = true } - } else if yyl1401 > 0 { - var yyrr1401, yyrl1401 int - var yyrt1401 bool - if yyl1401 > cap(yyv1401) { + } else if yyl1411 > 0 { + var yyrr1411, yyrl1411 int + var yyrt1411 bool + if yyl1411 > cap(yyv1411) { - yyrg1401 := len(yyv1401) > 0 - yyv21401 := yyv1401 - yyrl1401, yyrt1401 = z.DecInferLen(yyl1401, z.DecBasicHandle().MaxInitLen, 16) - if yyrt1401 { - if yyrl1401 <= cap(yyv1401) { - yyv1401 = yyv1401[:yyrl1401] + yyrg1411 := len(yyv1411) > 0 + yyv21411 := yyv1411 + yyrl1411, yyrt1411 = z.DecInferLen(yyl1411, z.DecBasicHandle().MaxInitLen, 16) + if yyrt1411 { + if yyrl1411 <= cap(yyv1411) { + yyv1411 = yyv1411[:yyrl1411] } else { - yyv1401 = make([]NetworkPolicyPort, yyrl1401) + yyv1411 = make([]NetworkPolicyPort, yyrl1411) } } else { - yyv1401 = make([]NetworkPolicyPort, yyrl1401) + yyv1411 = make([]NetworkPolicyPort, yyrl1411) } - yyc1401 = true - yyrr1401 = len(yyv1401) - if yyrg1401 { - copy(yyv1401, yyv21401) + yyc1411 = true + yyrr1411 = len(yyv1411) + if yyrg1411 { + copy(yyv1411, yyv21411) } - } else if yyl1401 != len(yyv1401) { - yyv1401 = yyv1401[:yyl1401] - yyc1401 = true + } else if yyl1411 != len(yyv1411) { + yyv1411 = yyv1411[:yyl1411] + yyc1411 = true } - yyj1401 := 0 - for ; yyj1401 < yyrr1401; yyj1401++ { - yyh1401.ElemContainerState(yyj1401) + yyj1411 := 0 + for ; yyj1411 < yyrr1411; yyj1411++ { + yyh1411.ElemContainerState(yyj1411) if r.TryDecodeAsNil() { - yyv1401[yyj1401] = NetworkPolicyPort{} + yyv1411[yyj1411] = NetworkPolicyPort{} } else { - yyv1402 := &yyv1401[yyj1401] - yyv1402.CodecDecodeSelf(d) + yyv1412 := &yyv1411[yyj1411] + yyv1412.CodecDecodeSelf(d) } } - if yyrt1401 { - for ; yyj1401 < yyl1401; yyj1401++ { - yyv1401 = append(yyv1401, NetworkPolicyPort{}) - yyh1401.ElemContainerState(yyj1401) + if yyrt1411 { + for ; yyj1411 < yyl1411; yyj1411++ { + yyv1411 = append(yyv1411, NetworkPolicyPort{}) + yyh1411.ElemContainerState(yyj1411) if r.TryDecodeAsNil() { - yyv1401[yyj1401] = NetworkPolicyPort{} + yyv1411[yyj1411] = NetworkPolicyPort{} } else { - yyv1403 := &yyv1401[yyj1401] - yyv1403.CodecDecodeSelf(d) + yyv1413 := &yyv1411[yyj1411] + yyv1413.CodecDecodeSelf(d) } } } } else { - yyj1401 := 0 - for ; !r.CheckBreak(); yyj1401++ { + yyj1411 := 0 + for ; !r.CheckBreak(); yyj1411++ { - if yyj1401 >= len(yyv1401) { - yyv1401 = append(yyv1401, NetworkPolicyPort{}) // var yyz1401 NetworkPolicyPort - yyc1401 = true + if yyj1411 >= len(yyv1411) { + yyv1411 = append(yyv1411, NetworkPolicyPort{}) // var yyz1411 NetworkPolicyPort + yyc1411 = true } - yyh1401.ElemContainerState(yyj1401) - if yyj1401 < len(yyv1401) { + yyh1411.ElemContainerState(yyj1411) + if yyj1411 < len(yyv1411) { if r.TryDecodeAsNil() { - yyv1401[yyj1401] = NetworkPolicyPort{} + yyv1411[yyj1411] = NetworkPolicyPort{} } else { - yyv1404 := &yyv1401[yyj1401] - yyv1404.CodecDecodeSelf(d) + yyv1414 := &yyv1411[yyj1411] + yyv1414.CodecDecodeSelf(d) } } else { @@ -17744,17 +17840,17 @@ func (x codecSelfer1234) decSliceNetworkPolicyPort(v *[]NetworkPolicyPort, d *co } } - if yyj1401 < len(yyv1401) { - yyv1401 = yyv1401[:yyj1401] - yyc1401 = true - } else if yyj1401 == 0 && yyv1401 == nil { - yyv1401 = []NetworkPolicyPort{} - yyc1401 = true + if yyj1411 < len(yyv1411) { + yyv1411 = yyv1411[:yyj1411] + yyc1411 = true + } else if yyj1411 == 0 && yyv1411 == nil { + yyv1411 = []NetworkPolicyPort{} + yyc1411 = true } } - yyh1401.End() - if yyc1401 { - *v = yyv1401 + yyh1411.End() + if yyc1411 { + *v = yyv1411 } } @@ -17763,10 +17859,10 @@ func (x codecSelfer1234) encSliceNetworkPolicyPeer(v []NetworkPolicyPeer, e *cod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1405 := range v { + for _, yyv1415 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1406 := &yyv1405 - yy1406.CodecEncodeSelf(e) + yy1416 := &yyv1415 + yy1416.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17776,83 +17872,83 @@ func (x codecSelfer1234) decSliceNetworkPolicyPeer(v *[]NetworkPolicyPeer, d *co z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1407 := *v - yyh1407, yyl1407 := z.DecSliceHelperStart() - var yyc1407 bool - if yyl1407 == 0 { - if yyv1407 == nil { - yyv1407 = []NetworkPolicyPeer{} - yyc1407 = true - } else if len(yyv1407) != 0 { - yyv1407 = yyv1407[:0] - yyc1407 = true + yyv1417 := *v + yyh1417, yyl1417 := z.DecSliceHelperStart() + var yyc1417 bool + if yyl1417 == 0 { + if yyv1417 == nil { + yyv1417 = []NetworkPolicyPeer{} + yyc1417 = true + } else if len(yyv1417) != 0 { + yyv1417 = yyv1417[:0] + yyc1417 = true } - } else if yyl1407 > 0 { - var yyrr1407, yyrl1407 int - var yyrt1407 bool - if yyl1407 > cap(yyv1407) { + } else if yyl1417 > 0 { + var yyrr1417, yyrl1417 int + var yyrt1417 bool + if yyl1417 > cap(yyv1417) { - yyrg1407 := len(yyv1407) > 0 - yyv21407 := yyv1407 - yyrl1407, yyrt1407 = z.DecInferLen(yyl1407, z.DecBasicHandle().MaxInitLen, 16) - if yyrt1407 { - if yyrl1407 <= cap(yyv1407) { - yyv1407 = yyv1407[:yyrl1407] + yyrg1417 := len(yyv1417) > 0 + yyv21417 := yyv1417 + yyrl1417, yyrt1417 = z.DecInferLen(yyl1417, z.DecBasicHandle().MaxInitLen, 16) + if yyrt1417 { + if yyrl1417 <= cap(yyv1417) { + yyv1417 = yyv1417[:yyrl1417] } else { - yyv1407 = make([]NetworkPolicyPeer, yyrl1407) + yyv1417 = make([]NetworkPolicyPeer, yyrl1417) } } else { - yyv1407 = make([]NetworkPolicyPeer, yyrl1407) + yyv1417 = make([]NetworkPolicyPeer, yyrl1417) } - yyc1407 = true - yyrr1407 = len(yyv1407) - if yyrg1407 { - copy(yyv1407, yyv21407) + yyc1417 = true + yyrr1417 = len(yyv1417) + if yyrg1417 { + copy(yyv1417, yyv21417) } - } else if yyl1407 != len(yyv1407) { - yyv1407 = yyv1407[:yyl1407] - yyc1407 = true + } else if yyl1417 != len(yyv1417) { + yyv1417 = yyv1417[:yyl1417] + yyc1417 = true } - yyj1407 := 0 - for ; yyj1407 < yyrr1407; yyj1407++ { - yyh1407.ElemContainerState(yyj1407) + yyj1417 := 0 + for ; yyj1417 < yyrr1417; yyj1417++ { + yyh1417.ElemContainerState(yyj1417) if r.TryDecodeAsNil() { - yyv1407[yyj1407] = NetworkPolicyPeer{} + yyv1417[yyj1417] = NetworkPolicyPeer{} } else { - yyv1408 := &yyv1407[yyj1407] - yyv1408.CodecDecodeSelf(d) + yyv1418 := &yyv1417[yyj1417] + yyv1418.CodecDecodeSelf(d) } } - if yyrt1407 { - for ; yyj1407 < yyl1407; yyj1407++ { - yyv1407 = append(yyv1407, NetworkPolicyPeer{}) - yyh1407.ElemContainerState(yyj1407) + if yyrt1417 { + for ; yyj1417 < yyl1417; yyj1417++ { + yyv1417 = append(yyv1417, NetworkPolicyPeer{}) + yyh1417.ElemContainerState(yyj1417) if r.TryDecodeAsNil() { - yyv1407[yyj1407] = NetworkPolicyPeer{} + yyv1417[yyj1417] = NetworkPolicyPeer{} } else { - yyv1409 := &yyv1407[yyj1407] - yyv1409.CodecDecodeSelf(d) + yyv1419 := &yyv1417[yyj1417] + yyv1419.CodecDecodeSelf(d) } } } } else { - yyj1407 := 0 - for ; !r.CheckBreak(); yyj1407++ { + yyj1417 := 0 + for ; !r.CheckBreak(); yyj1417++ { - if yyj1407 >= len(yyv1407) { - yyv1407 = append(yyv1407, NetworkPolicyPeer{}) // var yyz1407 NetworkPolicyPeer - yyc1407 = true + if yyj1417 >= len(yyv1417) { + yyv1417 = append(yyv1417, NetworkPolicyPeer{}) // var yyz1417 NetworkPolicyPeer + yyc1417 = true } - yyh1407.ElemContainerState(yyj1407) - if yyj1407 < len(yyv1407) { + yyh1417.ElemContainerState(yyj1417) + if yyj1417 < len(yyv1417) { if r.TryDecodeAsNil() { - yyv1407[yyj1407] = NetworkPolicyPeer{} + yyv1417[yyj1417] = NetworkPolicyPeer{} } else { - yyv1410 := &yyv1407[yyj1407] - yyv1410.CodecDecodeSelf(d) + yyv1420 := &yyv1417[yyj1417] + yyv1420.CodecDecodeSelf(d) } } else { @@ -17860,17 +17956,17 @@ func (x codecSelfer1234) decSliceNetworkPolicyPeer(v *[]NetworkPolicyPeer, d *co } } - if yyj1407 < len(yyv1407) { - yyv1407 = yyv1407[:yyj1407] - yyc1407 = true - } else if yyj1407 == 0 && yyv1407 == nil { - yyv1407 = []NetworkPolicyPeer{} - yyc1407 = true + if yyj1417 < len(yyv1417) { + yyv1417 = yyv1417[:yyj1417] + yyc1417 = true + } else if yyj1417 == 0 && yyv1417 == nil { + yyv1417 = []NetworkPolicyPeer{} + yyc1417 = true } } - yyh1407.End() - if yyc1407 { - *v = yyv1407 + yyh1417.End() + if yyc1417 { + *v = yyv1417 } } @@ -17879,10 +17975,10 @@ func (x codecSelfer1234) encSliceNetworkPolicy(v []NetworkPolicy, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1411 := range v { + for _, yyv1421 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1412 := &yyv1411 - yy1412.CodecEncodeSelf(e) + yy1422 := &yyv1421 + yy1422.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17892,83 +17988,83 @@ func (x codecSelfer1234) decSliceNetworkPolicy(v *[]NetworkPolicy, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1413 := *v - yyh1413, yyl1413 := z.DecSliceHelperStart() - var yyc1413 bool - if yyl1413 == 0 { - if yyv1413 == nil { - yyv1413 = []NetworkPolicy{} - yyc1413 = true - } else if len(yyv1413) != 0 { - yyv1413 = yyv1413[:0] - yyc1413 = true + yyv1423 := *v + yyh1423, yyl1423 := z.DecSliceHelperStart() + var yyc1423 bool + if yyl1423 == 0 { + if yyv1423 == nil { + yyv1423 = []NetworkPolicy{} + yyc1423 = true + } else if len(yyv1423) != 0 { + yyv1423 = yyv1423[:0] + yyc1423 = true } - } else if yyl1413 > 0 { - var yyrr1413, yyrl1413 int - var yyrt1413 bool - if yyl1413 > cap(yyv1413) { + } else if yyl1423 > 0 { + var yyrr1423, yyrl1423 int + var yyrt1423 bool + if yyl1423 > cap(yyv1423) { - yyrg1413 := len(yyv1413) > 0 - yyv21413 := yyv1413 - yyrl1413, yyrt1413 = z.DecInferLen(yyl1413, z.DecBasicHandle().MaxInitLen, 312) - if yyrt1413 { - if yyrl1413 <= cap(yyv1413) { - yyv1413 = yyv1413[:yyrl1413] + yyrg1423 := len(yyv1423) > 0 + yyv21423 := yyv1423 + yyrl1423, yyrt1423 = z.DecInferLen(yyl1423, z.DecBasicHandle().MaxInitLen, 312) + if yyrt1423 { + if yyrl1423 <= cap(yyv1423) { + yyv1423 = yyv1423[:yyrl1423] } else { - yyv1413 = make([]NetworkPolicy, yyrl1413) + yyv1423 = make([]NetworkPolicy, yyrl1423) } } else { - yyv1413 = make([]NetworkPolicy, yyrl1413) + yyv1423 = make([]NetworkPolicy, yyrl1423) } - yyc1413 = true - yyrr1413 = len(yyv1413) - if yyrg1413 { - copy(yyv1413, yyv21413) + yyc1423 = true + yyrr1423 = len(yyv1423) + if yyrg1423 { + copy(yyv1423, yyv21423) } - } else if yyl1413 != len(yyv1413) { - yyv1413 = yyv1413[:yyl1413] - yyc1413 = true + } else if yyl1423 != len(yyv1423) { + yyv1423 = yyv1423[:yyl1423] + yyc1423 = true } - yyj1413 := 0 - for ; yyj1413 < yyrr1413; yyj1413++ { - yyh1413.ElemContainerState(yyj1413) + yyj1423 := 0 + for ; yyj1423 < yyrr1423; yyj1423++ { + yyh1423.ElemContainerState(yyj1423) if r.TryDecodeAsNil() { - yyv1413[yyj1413] = NetworkPolicy{} + yyv1423[yyj1423] = NetworkPolicy{} } else { - yyv1414 := &yyv1413[yyj1413] - yyv1414.CodecDecodeSelf(d) + yyv1424 := &yyv1423[yyj1423] + yyv1424.CodecDecodeSelf(d) } } - if yyrt1413 { - for ; yyj1413 < yyl1413; yyj1413++ { - yyv1413 = append(yyv1413, NetworkPolicy{}) - yyh1413.ElemContainerState(yyj1413) + if yyrt1423 { + for ; yyj1423 < yyl1423; yyj1423++ { + yyv1423 = append(yyv1423, NetworkPolicy{}) + yyh1423.ElemContainerState(yyj1423) if r.TryDecodeAsNil() { - yyv1413[yyj1413] = NetworkPolicy{} + yyv1423[yyj1423] = NetworkPolicy{} } else { - yyv1415 := &yyv1413[yyj1413] - yyv1415.CodecDecodeSelf(d) + yyv1425 := &yyv1423[yyj1423] + yyv1425.CodecDecodeSelf(d) } } } } else { - yyj1413 := 0 - for ; !r.CheckBreak(); yyj1413++ { + yyj1423 := 0 + for ; !r.CheckBreak(); yyj1423++ { - if yyj1413 >= len(yyv1413) { - yyv1413 = append(yyv1413, NetworkPolicy{}) // var yyz1413 NetworkPolicy - yyc1413 = true + if yyj1423 >= len(yyv1423) { + yyv1423 = append(yyv1423, NetworkPolicy{}) // var yyz1423 NetworkPolicy + yyc1423 = true } - yyh1413.ElemContainerState(yyj1413) - if yyj1413 < len(yyv1413) { + yyh1423.ElemContainerState(yyj1423) + if yyj1423 < len(yyv1423) { if r.TryDecodeAsNil() { - yyv1413[yyj1413] = NetworkPolicy{} + yyv1423[yyj1423] = NetworkPolicy{} } else { - yyv1416 := &yyv1413[yyj1413] - yyv1416.CodecDecodeSelf(d) + yyv1426 := &yyv1423[yyj1423] + yyv1426.CodecDecodeSelf(d) } } else { @@ -17976,16 +18072,16 @@ func (x codecSelfer1234) decSliceNetworkPolicy(v *[]NetworkPolicy, d *codec1978. } } - if yyj1413 < len(yyv1413) { - yyv1413 = yyv1413[:yyj1413] - yyc1413 = true - } else if yyj1413 == 0 && yyv1413 == nil { - yyv1413 = []NetworkPolicy{} - yyc1413 = true + if yyj1423 < len(yyv1423) { + yyv1423 = yyv1423[:yyj1423] + yyc1423 = true + } else if yyj1423 == 0 && yyv1423 == nil { + yyv1423 = []NetworkPolicy{} + yyc1423 = true } } - yyh1413.End() - if yyc1413 { - *v = yyv1413 + yyh1423.End() + if yyc1423 { + *v = yyv1423 } } diff --git a/pkg/apis/extensions/v1beta1/generated.pb.go b/pkg/apis/extensions/v1beta1/generated.pb.go index 04b190aa265..8fbd006ba26 100644 --- a/pkg/apis/extensions/v1beta1/generated.pb.go +++ b/pkg/apis/extensions/v1beta1/generated.pb.go @@ -2651,6 +2651,9 @@ func (m *ReplicaSetSpec) MarshalTo(data []byte) (int, error) { return 0, err } i += n65 + data[i] = 0x20 + i++ + i = encodeVarintGenerated(data, i, uint64(m.MinReadySeconds)) return i, nil } @@ -2681,6 +2684,9 @@ func (m *ReplicaSetStatus) MarshalTo(data []byte) (int, error) { data[i] = 0x20 i++ i = encodeVarintGenerated(data, i, uint64(m.ReadyReplicas)) + data[i] = 0x28 + i++ + i = encodeVarintGenerated(data, i, uint64(m.AvailableReplicas)) return i, nil } @@ -3934,6 +3940,7 @@ func (m *ReplicaSetSpec) Size() (n int) { } l = m.Template.Size() n += 1 + l + sovGenerated(uint64(l)) + n += 1 + sovGenerated(uint64(m.MinReadySeconds)) return n } @@ -3944,6 +3951,7 @@ func (m *ReplicaSetStatus) Size() (n int) { n += 1 + sovGenerated(uint64(m.FullyLabeledReplicas)) n += 1 + sovGenerated(uint64(m.ObservedGeneration)) n += 1 + sovGenerated(uint64(m.ReadyReplicas)) + n += 1 + sovGenerated(uint64(m.AvailableReplicas)) return n } @@ -4788,6 +4796,7 @@ func (this *ReplicaSetSpec) String() string { `Replicas:` + valueToStringGenerated(this.Replicas) + `,`, `Selector:` + strings.Replace(fmt.Sprintf("%v", this.Selector), "LabelSelector", "LabelSelector", 1) + `,`, `Template:` + strings.Replace(strings.Replace(this.Template.String(), "PodTemplateSpec", "k8s_io_kubernetes_pkg_api_v1.PodTemplateSpec", 1), `&`, ``, 1) + `,`, + `MinReadySeconds:` + fmt.Sprintf("%v", this.MinReadySeconds) + `,`, `}`, }, "") return s @@ -4801,6 +4810,7 @@ func (this *ReplicaSetStatus) String() string { `FullyLabeledReplicas:` + fmt.Sprintf("%v", this.FullyLabeledReplicas) + `,`, `ObservedGeneration:` + fmt.Sprintf("%v", this.ObservedGeneration) + `,`, `ReadyReplicas:` + fmt.Sprintf("%v", this.ReadyReplicas) + `,`, + `AvailableReplicas:` + fmt.Sprintf("%v", this.AvailableReplicas) + `,`, `}`, }, "") return s @@ -12030,6 +12040,25 @@ func (m *ReplicaSetSpec) Unmarshal(data []byte) error { return err } iNdEx = postIndex + case 4: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field MinReadySeconds", wireType) + } + m.MinReadySeconds = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := data[iNdEx] + iNdEx++ + m.MinReadySeconds |= (int32(b) & 0x7F) << shift + if b < 0x80 { + break + } + } default: iNdEx = preIndex skippy, err := skipGenerated(data[iNdEx:]) @@ -12156,6 +12185,25 @@ func (m *ReplicaSetStatus) Unmarshal(data []byte) error { break } } + case 5: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field AvailableReplicas", wireType) + } + m.AvailableReplicas = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := data[iNdEx] + iNdEx++ + m.AvailableReplicas |= (int32(b) & 0x7F) << shift + if b < 0x80 { + break + } + } default: iNdEx = preIndex skippy, err := skipGenerated(data[iNdEx:]) @@ -13907,251 +13955,252 @@ var ( ) var fileDescriptorGenerated = []byte{ - // 3921 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe4, 0x1b, 0x4d, 0x8f, 0x1c, 0x47, - 0x35, 0x33, 0xb3, 0x1f, 0x33, 0xb5, 0x1f, 0x5e, 0x97, 0xd7, 0xf6, 0x64, 0x93, 0xd8, 0x49, 0x47, - 0x84, 0x44, 0xc4, 0xb3, 0xd8, 0x24, 0xc1, 0x71, 0x12, 0x27, 0x3b, 0xfb, 0x61, 0x3b, 0xd9, 0xb5, - 0x27, 0x35, 0x6b, 0x27, 0xe4, 0x93, 0xde, 0x99, 0xda, 0xd9, 0xf6, 0xf6, 0x4c, 0x4f, 0xfa, 0x63, - 0xbd, 0x13, 0x84, 0x08, 0x02, 0x24, 0x2e, 0x09, 0xb9, 0x11, 0x09, 0x38, 0x20, 0x81, 0x38, 0x20, - 0x22, 0x90, 0x90, 0x72, 0xe0, 0x02, 0x48, 0x08, 0x73, 0x40, 0x04, 0x04, 0x82, 0x0b, 0x09, 0x04, - 0x41, 0xc4, 0x5f, 0x08, 0x48, 0xf0, 0xaa, 0xba, 0xba, 0xbb, 0xaa, 0xa7, 0x7b, 0xec, 0x99, 0xfd, - 0x90, 0x10, 0x87, 0x95, 0xdd, 0xf5, 0x3e, 0xeb, 0xd5, 0xab, 0xf7, 0x5e, 0x55, 0xbd, 0x41, 0x8f, - 0x6d, 0x9e, 0x76, 0x4a, 0x86, 0x35, 0xbb, 0xe9, 0xad, 0x51, 0xbb, 0x45, 0x5d, 0xea, 0xcc, 0xb6, - 0x37, 0x1b, 0xb3, 0x7a, 0xdb, 0x70, 0x66, 0xe9, 0xb6, 0x4b, 0x5b, 0x8e, 0x61, 0xb5, 0x9c, 0xd9, - 0xad, 0x93, 0x6b, 0xd4, 0xd5, 0x4f, 0xce, 0x36, 0x68, 0x8b, 0xda, 0xba, 0x4b, 0xeb, 0xa5, 0xb6, - 0x6d, 0xb9, 0x16, 0x3e, 0xe1, 0x93, 0x97, 0x22, 0xf2, 0x12, 0x90, 0x97, 0x18, 0x79, 0x29, 0x22, - 0x2f, 0x09, 0xf2, 0x99, 0x13, 0x0d, 0xc3, 0xdd, 0xf0, 0xd6, 0x4a, 0x35, 0xab, 0x39, 0xdb, 0xb0, - 0x1a, 0xd6, 0x2c, 0xe7, 0xb2, 0xe6, 0xad, 0xf3, 0x2f, 0xfe, 0xc1, 0xff, 0xe7, 0x73, 0x9f, 0x39, - 0x95, 0xaa, 0xdc, 0xac, 0x4d, 0x1d, 0xcb, 0xb3, 0x6b, 0x34, 0xae, 0xd1, 0xcc, 0x83, 0xe9, 0x34, - 0x5e, 0x6b, 0x8b, 0xda, 0x4c, 0x21, 0x5a, 0xef, 0x22, 0xbb, 0x3f, 0x9d, 0x6c, 0xab, 0x6b, 0xda, - 0x33, 0x27, 0x92, 0xb1, 0x6d, 0xaf, 0xe5, 0x1a, 0xcd, 0x6e, 0x9d, 0x4e, 0x26, 0xa3, 0x7b, 0xae, - 0x61, 0xce, 0x1a, 0x2d, 0xd7, 0x71, 0xed, 0x38, 0x89, 0x56, 0x42, 0x68, 0xae, 0x72, 0xe1, 0x8a, - 0xaf, 0x2f, 0xbe, 0x13, 0x0d, 0xb5, 0xf4, 0x26, 0x2d, 0x66, 0xee, 0xcc, 0xdc, 0x5b, 0x28, 0x8f, - 0x5f, 0x7f, 0xef, 0xf8, 0x2d, 0x1f, 0xbc, 0x77, 0x7c, 0xe8, 0x22, 0x8c, 0x11, 0x0e, 0xd1, 0x5e, - 0x40, 0xd3, 0xf3, 0x95, 0xcb, 0xab, 0xba, 0xdd, 0xa0, 0xee, 0x65, 0xe0, 0x6b, 0xbc, 0xaa, 0xbb, - 0x8c, 0x72, 0x01, 0x4d, 0xb9, 0x7c, 0xb0, 0x42, 0xc1, 0x5a, 0x2d, 0x57, 0x6f, 0xf8, 0x5c, 0x86, - 0xcb, 0x45, 0xc1, 0x65, 0x6a, 0x35, 0x06, 0x27, 0x5d, 0x14, 0xda, 0xd7, 0x33, 0xe8, 0xd6, 0x79, - 0xcf, 0x71, 0xad, 0xe6, 0x0a, 0x75, 0x6d, 0xa3, 0x36, 0xef, 0xd9, 0x36, 0x80, 0xaa, 0xae, 0xee, - 0x7a, 0xce, 0x8d, 0xb5, 0xc3, 0xcf, 0xa2, 0xe1, 0x2d, 0xdd, 0xf4, 0x68, 0x31, 0x0b, 0x28, 0x63, - 0xa7, 0xee, 0x2f, 0xa5, 0xba, 0x4d, 0x29, 0x58, 0xd8, 0xd2, 0xd3, 0x9e, 0x0e, 0xd6, 0x74, 0x3b, - 0xe5, 0x69, 0xc1, 0x70, 0x5c, 0x48, 0xbd, 0xc2, 0x38, 0x11, 0x9f, 0xa1, 0xf6, 0x46, 0x06, 0xdd, - 0x91, 0xaa, 0xd9, 0xb2, 0xe1, 0xb8, 0xb8, 0x89, 0x86, 0x0d, 0x97, 0x36, 0x1d, 0x50, 0x2f, 0x07, - 0xb2, 0xcf, 0x97, 0xfa, 0x72, 0xd9, 0x52, 0x2a, 0xf3, 0xf2, 0x84, 0xd0, 0x6b, 0xf8, 0x02, 0x63, - 0x4f, 0x7c, 0x29, 0xda, 0xd7, 0x32, 0x08, 0xcb, 0x34, 0xbe, 0x75, 0x6f, 0xc2, 0x46, 0xcf, 0xec, - 0xc4, 0x46, 0x87, 0x04, 0xc3, 0x31, 0x5f, 0x9c, 0x62, 0xa2, 0xd7, 0x32, 0xe8, 0x48, 0xb7, 0x46, - 0xdc, 0x36, 0xeb, 0xaa, 0x6d, 0xe6, 0x76, 0x60, 0x1b, 0x9f, 0x6b, 0x8a, 0x51, 0x7e, 0x90, 0x45, - 0x85, 0x05, 0x9d, 0x36, 0xad, 0x56, 0x15, 0x6c, 0xf1, 0x2c, 0xca, 0x37, 0x81, 0xbe, 0xae, 0xbb, - 0x3a, 0xb7, 0xc7, 0xd8, 0xa9, 0x7b, 0x7b, 0x4c, 0x76, 0xeb, 0x64, 0xe9, 0xd2, 0xda, 0x55, 0x5a, - 0x73, 0x41, 0x8e, 0x5e, 0xc6, 0x82, 0x3f, 0x8a, 0xc6, 0x48, 0xc8, 0x0d, 0xbf, 0x84, 0x86, 0x9c, - 0x36, 0xad, 0x09, 0x13, 0x3e, 0xda, 0xe7, 0x74, 0x42, 0x0d, 0xab, 0xc0, 0x23, 0x5a, 0x23, 0xf6, - 0x45, 0x38, 0x5f, 0xb0, 0xd7, 0x88, 0xc3, 0x17, 0xbf, 0x98, 0xe3, 0x12, 0xce, 0x0e, 0x2c, 0xc1, - 0x77, 0xa1, 0x49, 0x21, 0x63, 0xc4, 0xff, 0x26, 0x82, 0xbb, 0xf6, 0xeb, 0x0c, 0x9a, 0x08, 0x71, - 0xf9, 0x4a, 0xbd, 0xd8, 0x65, 0xb3, 0xd9, 0x1e, 0x36, 0x93, 0x22, 0x5d, 0x89, 0x91, 0x73, 0xd3, - 0x4d, 0x09, 0x61, 0xf9, 0x60, 0x44, 0x32, 0xdc, 0x8b, 0x81, 0x23, 0x64, 0xb9, 0x23, 0x9c, 0x1e, - 0x74, 0x5e, 0x29, 0xeb, 0xff, 0x7b, 0x79, 0x3e, 0x55, 0xdf, 0x92, 0x79, 0x87, 0x9a, 0xb0, 0x82, - 0x96, 0x2d, 0xe6, 0xd3, 0xef, 0x6a, 0x2d, 0xeb, 0x6b, 0xd4, 0xac, 0x0a, 0x1e, 0xe5, 0x71, 0x36, - 0xb1, 0xe0, 0x8b, 0x84, 0xbc, 0xf1, 0xf3, 0x28, 0x0f, 0x1a, 0xb4, 0x4d, 0x08, 0xad, 0xc2, 0x2b, - 0x4e, 0xf4, 0xf6, 0xb5, 0x8a, 0x55, 0x5f, 0x15, 0x04, 0xdc, 0x0d, 0x42, 0xab, 0x05, 0xa3, 0x24, - 0x64, 0xa8, 0xbd, 0x9e, 0x45, 0x07, 0x62, 0x4b, 0x8a, 0xaf, 0xa0, 0x23, 0x35, 0x3f, 0x4c, 0x5c, - 0xf4, 0x9a, 0x20, 0xa0, 0x5a, 0xdb, 0xa0, 0x75, 0xcf, 0xa4, 0x75, 0x11, 0x76, 0x8f, 0x09, 0x7e, - 0x47, 0xe6, 0x13, 0xb1, 0x48, 0x0a, 0x35, 0x7e, 0x12, 0xe1, 0x16, 0x1f, 0x5a, 0x31, 0x1c, 0x27, - 0xe4, 0x99, 0xe5, 0x3c, 0x67, 0x04, 0x4f, 0x7c, 0xb1, 0x0b, 0x83, 0x24, 0x50, 0x31, 0x1d, 0xeb, - 0xd4, 0x31, 0x6c, 0x5a, 0x8f, 0xeb, 0x98, 0x53, 0x75, 0x5c, 0x48, 0xc4, 0x22, 0x29, 0xd4, 0xda, - 0x0f, 0xb3, 0x08, 0x2d, 0xd0, 0xb6, 0x69, 0x75, 0x9a, 0x30, 0x83, 0x3d, 0xdc, 0xe7, 0x2f, 0x2b, - 0xfb, 0xfc, 0xb1, 0x7e, 0xbd, 0x35, 0x54, 0x31, 0x75, 0xa3, 0x37, 0x62, 0x1b, 0xfd, 0xf1, 0xc1, - 0x45, 0xf4, 0xde, 0xe9, 0xbf, 0xc9, 0xa0, 0xc9, 0x08, 0x79, 0x3f, 0xb6, 0xfa, 0x4b, 0xea, 0x56, - 0x7f, 0x78, 0xe0, 0x99, 0xa5, 0xec, 0xf5, 0xb7, 0x72, 0x08, 0x47, 0x48, 0xc4, 0x32, 0xcd, 0x35, - 0xbd, 0xb6, 0x79, 0x13, 0x09, 0xf0, 0xbb, 0x90, 0x39, 0xbd, 0x76, 0x9d, 0x15, 0x41, 0x73, 0xad, - 0x96, 0xe5, 0xf2, 0x02, 0x26, 0x50, 0xf3, 0x33, 0x03, 0xab, 0x19, 0x68, 0x50, 0xba, 0xdc, 0xc5, - 0x7b, 0xb1, 0xe5, 0xda, 0x9d, 0x68, 0xf7, 0x74, 0x23, 0x90, 0x04, 0x85, 0xf0, 0x2b, 0x08, 0xd9, - 0x82, 0xe7, 0xaa, 0x25, 0xfc, 0xa3, 0x5f, 0x17, 0x0c, 0x94, 0x9a, 0xb7, 0x5a, 0xeb, 0x46, 0x23, - 0xf2, 0x76, 0x12, 0x32, 0x26, 0x92, 0x90, 0x99, 0x45, 0x74, 0x34, 0x45, 0x7b, 0x3c, 0x85, 0x72, - 0x9b, 0xb4, 0xe3, 0x9b, 0x95, 0xb0, 0xff, 0xe2, 0x69, 0xb9, 0x90, 0x28, 0x88, 0x2a, 0xe0, 0x4c, - 0xf6, 0x74, 0x46, 0x7b, 0x6b, 0x58, 0x76, 0x36, 0x1e, 0x87, 0xef, 0x45, 0x79, 0x1b, 0x46, 0x8c, - 0x9a, 0xee, 0x88, 0x00, 0xc5, 0x23, 0x29, 0x11, 0x63, 0x24, 0x84, 0x2a, 0x11, 0x3b, 0xbb, 0x4f, - 0x11, 0x3b, 0xb7, 0xcb, 0x11, 0x1b, 0x5b, 0x30, 0x09, 0x97, 0xd5, 0xd9, 0x8d, 0x4e, 0x71, 0x88, - 0x33, 0x9f, 0xdb, 0xc1, 0xce, 0xf6, 0x19, 0x45, 0x02, 0x83, 0x11, 0x12, 0x0a, 0xc1, 0x73, 0xe8, - 0x40, 0xd3, 0x68, 0x11, 0xaa, 0xd7, 0x3b, 0x55, 0x5a, 0xb3, 0x5a, 0x75, 0xa7, 0x38, 0xcc, 0xcd, - 0x7c, 0x54, 0x10, 0x1d, 0x58, 0x51, 0xc1, 0x24, 0x8e, 0x8f, 0x97, 0xd1, 0xb4, 0x4d, 0xb7, 0x0c, - 0xa6, 0xc6, 0x79, 0xd8, 0xce, 0x96, 0xdd, 0x59, 0x36, 0x9a, 0x86, 0x5b, 0x1c, 0xf1, 0xcb, 0x78, - 0xe0, 0x31, 0x4d, 0x12, 0xe0, 0x24, 0x91, 0x0a, 0xdf, 0x83, 0x46, 0xda, 0xba, 0xe7, 0x40, 0xac, - 0x1f, 0x05, 0xfa, 0x7c, 0x14, 0x98, 0x2a, 0x7c, 0x94, 0x08, 0x28, 0x94, 0xcd, 0xb2, 0x97, 0xe7, - 0x77, 0xc3, 0xcb, 0x27, 0xd3, 0x3d, 0x5c, 0xfb, 0x30, 0x8b, 0xa6, 0xe2, 0x41, 0x93, 0xe5, 0x3c, - 0x6b, 0xcd, 0xa1, 0xf6, 0x16, 0xad, 0x9f, 0xf3, 0xcf, 0x47, 0xc0, 0x9e, 0xbb, 0x69, 0x2e, 0xda, - 0xb5, 0x97, 0xba, 0x30, 0x48, 0x02, 0x15, 0xbe, 0x5f, 0x72, 0x74, 0x3f, 0x6b, 0x86, 0xcb, 0x96, - 0xe0, 0xec, 0xb0, 0x6c, 0x62, 0xe7, 0x07, 0x40, 0x91, 0x1a, 0xc3, 0x65, 0xbb, 0xac, 0x82, 0x49, - 0x1c, 0x1f, 0x9f, 0x43, 0x07, 0xf5, 0x2d, 0xdd, 0x30, 0xf5, 0x35, 0x93, 0x86, 0x4c, 0x86, 0x38, - 0x93, 0x5b, 0x05, 0x93, 0x83, 0x73, 0x71, 0x04, 0xd2, 0x4d, 0x83, 0x57, 0xd0, 0x21, 0xaf, 0xd5, - 0xcd, 0xca, 0x77, 0xa3, 0xdb, 0x04, 0xab, 0x43, 0x97, 0xbb, 0x51, 0x48, 0x12, 0x9d, 0xf6, 0xdb, - 0x8c, 0x1c, 0x9f, 0x03, 0x97, 0xc5, 0x67, 0xd0, 0x90, 0xdb, 0x69, 0x07, 0xf1, 0xf9, 0x9e, 0x20, - 0x3e, 0xaf, 0xc2, 0xd8, 0x47, 0xbc, 0x12, 0x88, 0x53, 0x30, 0x08, 0xe1, 0x34, 0xf8, 0x0b, 0x68, - 0x82, 0x2d, 0xa5, 0xd1, 0x6a, 0xf8, 0x56, 0x11, 0xf1, 0x61, 0x69, 0x00, 0x77, 0x09, 0x79, 0x48, - 0x79, 0xe6, 0x20, 0x28, 0x32, 0xa1, 0x00, 0x89, 0x2a, 0x0f, 0x4e, 0xbf, 0x13, 0x8b, 0xdb, 0x6d, - 0xcb, 0x76, 0x2f, 0xb5, 0xfd, 0x18, 0x0d, 0x5e, 0x4e, 0xf9, 0x00, 0x9f, 0x8f, 0xe4, 0xe5, 0x3e, - 0x1a, 0x11, 0x50, 0x7c, 0x37, 0x1a, 0xa6, 0xdb, 0x7a, 0xcd, 0xe5, 0x1a, 0xe7, 0xa3, 0x8c, 0xb6, - 0xc8, 0x06, 0x89, 0x0f, 0xd3, 0x7e, 0x04, 0x07, 0xa8, 0xa5, 0xea, 0x39, 0xdb, 0xf2, 0xda, 0xc1, - 0xe4, 0x03, 0x39, 0x9f, 0x46, 0x43, 0x36, 0x94, 0x3e, 0xc2, 0x6a, 0x77, 0x07, 0x56, 0x23, 0x30, - 0x06, 0x56, 0x3b, 0x14, 0xa3, 0xf2, 0x4d, 0xc6, 0x08, 0x20, 0x0b, 0x8f, 0xd8, 0x7a, 0xab, 0x41, - 0x83, 0xfc, 0xf6, 0x50, 0x9f, 0xb6, 0xba, 0xb0, 0x40, 0x18, 0x79, 0x34, 0x31, 0xfe, 0x09, 0x75, - 0x85, 0xcf, 0x55, 0xfb, 0x56, 0x06, 0x1d, 0x38, 0xbf, 0xba, 0x5a, 0xb9, 0xd0, 0x6a, 0xc0, 0x69, - 0xd1, 0xa9, 0xe8, 0xee, 0x06, 0x4b, 0xc1, 0x6d, 0xf8, 0x37, 0x9e, 0x82, 0x19, 0x8c, 0x70, 0x08, - 0xde, 0x40, 0xa3, 0x6c, 0x3f, 0xd2, 0x56, 0x7d, 0xc0, 0xd2, 0x4a, 0x88, 0x2b, 0xfb, 0x4c, 0xca, - 0x07, 0x84, 0x8c, 0x51, 0x31, 0x40, 0x02, 0xf6, 0xda, 0xe7, 0xd0, 0xb4, 0xa4, 0x1e, 0xb3, 0x17, - 0x3f, 0xb3, 0xe2, 0x1a, 0x1a, 0x66, 0x9a, 0x04, 0x27, 0xd2, 0x7e, 0x0f, 0x58, 0xb1, 0x29, 0x47, - 0x0b, 0xca, 0xbe, 0xa0, 0x44, 0xe1, 0xbc, 0xb5, 0x3f, 0x66, 0xd1, 0xd1, 0xf3, 0x96, 0x6d, 0xbc, - 0x6a, 0xb5, 0x5c, 0xdd, 0x84, 0xfc, 0x31, 0xe7, 0xb9, 0x96, 0x53, 0xd3, 0x4d, 0x6a, 0xef, 0x61, - 0xd1, 0x6a, 0x2a, 0x45, 0xeb, 0x93, 0xfd, 0xce, 0x2c, 0x59, 0xdf, 0xd4, 0x0a, 0xd6, 0x8d, 0x55, - 0xb0, 0xcb, 0xbb, 0x24, 0xaf, 0x77, 0x39, 0xfb, 0xcf, 0x0c, 0xba, 0x2d, 0x85, 0x72, 0x3f, 0x6a, - 0xdb, 0x4d, 0xb5, 0xb6, 0x5d, 0xda, 0x9d, 0x39, 0xa7, 0x14, 0xba, 0xff, 0xca, 0xa6, 0xce, 0x95, - 0x97, 0x56, 0xaf, 0x40, 0xad, 0xc1, 0xbe, 0x08, 0x5d, 0x17, 0x73, 0x9d, 0xef, 0x53, 0x9f, 0xaa, - 0xb7, 0x16, 0x5c, 0xf5, 0x00, 0x13, 0x0a, 0xc7, 0xc2, 0x1a, 0x95, 0xaa, 0x0d, 0xc1, 0x9c, 0x84, - 0x62, 0xf0, 0x49, 0x34, 0xc6, 0xab, 0x07, 0x25, 0xcf, 0x1d, 0x60, 0xf7, 0x42, 0x2b, 0xd1, 0x30, - 0x91, 0x71, 0xf0, 0x83, 0x40, 0xa2, 0x6f, 0xc7, 0xb2, 0x5c, 0x78, 0x9d, 0xb4, 0x12, 0x81, 0x88, - 0x8c, 0x07, 0x21, 0x7f, 0xb2, 0xd6, 0xf6, 0xa4, 0x9b, 0x46, 0x51, 0x4e, 0xf5, 0x3b, 0xc5, 0xa4, - 0x4b, 0xcb, 0x32, 0x06, 0xd1, 0x93, 0x00, 0x91, 0xc6, 0x48, 0x4c, 0x9c, 0xf6, 0xf3, 0x1c, 0xba, - 0xa3, 0xa7, 0x8f, 0xe2, 0xa5, 0x1e, 0xd5, 0xc3, 0x91, 0x3e, 0x2a, 0x87, 0x3a, 0x9a, 0x30, 0x75, - 0xc7, 0xe5, 0xe6, 0x5e, 0x35, 0x9a, 0x41, 0x76, 0xfb, 0xc4, 0x4d, 0x3a, 0x2e, 0x23, 0xf1, 0x53, - 0xd8, 0xb2, 0xcc, 0x85, 0xa8, 0x4c, 0x59, 0xc5, 0x21, 0x4e, 0xfe, 0x69, 0x15, 0xc7, 0xbc, 0x0a, - 0x26, 0x71, 0x7c, 0xc6, 0x42, 0x1c, 0xcc, 0x63, 0xf5, 0x46, 0xc8, 0x62, 0x41, 0x05, 0x93, 0x38, - 0x3e, 0x54, 0x7d, 0xc7, 0x05, 0x57, 0xd5, 0xfc, 0xd2, 0xed, 0xb1, 0x5f, 0x77, 0xdc, 0x0d, 0xec, - 0x8e, 0xcf, 0xf7, 0x46, 0x25, 0x37, 0xe2, 0xa5, 0xad, 0xa0, 0x89, 0xf3, 0x96, 0xe3, 0x56, 0x58, - 0x4a, 0x66, 0x79, 0x0b, 0xdf, 0x81, 0x72, 0xe0, 0x9c, 0xe2, 0x24, 0x32, 0x26, 0xd4, 0xce, 0x31, - 0xe7, 0x65, 0xe3, 0x1c, 0xac, 0x6f, 0x0b, 0xbf, 0x8e, 0xc0, 0xe0, 0x97, 0x6c, 0x5c, 0x3b, 0x87, - 0x46, 0x45, 0x5e, 0x94, 0x19, 0xe5, 0x7a, 0x33, 0xca, 0x25, 0x30, 0xfa, 0x5e, 0x16, 0x38, 0xf9, - 0x69, 0x64, 0x0f, 0x13, 0xc2, 0x0b, 0x4a, 0x42, 0x38, 0x33, 0x58, 0xaa, 0x4d, 0x4d, 0x00, 0xf5, - 0x58, 0x02, 0x78, 0x74, 0x40, 0xfe, 0xbd, 0x03, 0xfe, 0xdb, 0x19, 0x34, 0xa9, 0x26, 0x7d, 0x16, - 0x51, 0xd8, 0x1e, 0x32, 0x6a, 0xf4, 0x62, 0x74, 0xe0, 0x0f, 0x23, 0x4a, 0x35, 0x02, 0x11, 0x19, - 0x0f, 0xd3, 0x90, 0x8c, 0xb9, 0x83, 0x30, 0x4a, 0x29, 0x45, 0x69, 0xf6, 0x74, 0x52, 0xf2, 0x9f, - 0x4e, 0x40, 0x51, 0xf7, 0x12, 0xec, 0x79, 0x1b, 0xca, 0xc1, 0x2e, 0x31, 0xdc, 0xb3, 0x64, 0xbe, - 0xda, 0xaf, 0x32, 0x68, 0x4c, 0x28, 0xbc, 0x1f, 0x19, 0xe9, 0x79, 0x35, 0x23, 0x3d, 0x34, 0x60, - 0x3d, 0x95, 0x9c, 0x81, 0xde, 0x89, 0xe6, 0xc2, 0x2a, 0x28, 0x56, 0xe0, 0x6d, 0xc0, 0x76, 0x8a, - 0x17, 0x78, 0x6c, 0x8b, 0x11, 0x0e, 0xc1, 0x5f, 0xc9, 0xa0, 0x29, 0x23, 0x56, 0x73, 0x09, 0x53, - 0x3f, 0x3e, 0x98, 0x6a, 0x21, 0x9b, 0xe8, 0x41, 0x29, 0x0e, 0x21, 0x5d, 0x22, 0x35, 0x0f, 0x75, - 0x61, 0x61, 0x1d, 0xb4, 0x77, 0xdd, 0xf6, 0x80, 0xb9, 0x32, 0xa9, 0x9a, 0x2c, 0xe7, 0xf9, 0xf4, - 0x01, 0x42, 0x38, 0x6b, 0xed, 0xed, 0x6c, 0x68, 0xb0, 0xaa, 0xbf, 0x47, 0xc2, 0x7a, 0x37, 0xb3, - 0x1b, 0xf5, 0xee, 0x58, 0x52, 0xad, 0x0b, 0x11, 0x24, 0xe7, 0x9a, 0x83, 0xde, 0xb7, 0x09, 0x09, - 0xab, 0xcb, 0xd5, 0x28, 0x4e, 0xc1, 0x07, 0x61, 0x2c, 0xf1, 0xcb, 0x68, 0x98, 0x9d, 0x26, 0xd8, - 0x16, 0xcf, 0x0d, 0x1e, 0x42, 0x98, 0xbd, 0x22, 0x0f, 0x63, 0x5f, 0xe0, 0x61, 0x9c, 0x2f, 0x94, - 0xe9, 0x13, 0x4a, 0x1c, 0xc0, 0x57, 0xd1, 0xb8, 0x69, 0xe9, 0xf5, 0xb2, 0x6e, 0xea, 0x50, 0x8c, - 0x04, 0x77, 0xf7, 0x9f, 0xec, 0x1d, 0x11, 0x97, 0x25, 0x0a, 0x11, 0x4f, 0xc2, 0x47, 0x3d, 0x19, - 0x46, 0x14, 0xde, 0x9a, 0x8e, 0x50, 0x34, 0x7b, 0x7c, 0x1c, 0x0d, 0x33, 0x17, 0xf6, 0x4f, 0x06, - 0x85, 0x72, 0x81, 0xe9, 0xca, 0x3c, 0x1b, 0x74, 0xe5, 0xe3, 0xf8, 0x14, 0x42, 0x0e, 0xad, 0xd9, - 0xd4, 0xe5, 0x61, 0x87, 0x5f, 0x7e, 0x45, 0x01, 0xb8, 0x1a, 0x42, 0x88, 0x84, 0xa5, 0x7d, 0x23, - 0x8b, 0x72, 0x4f, 0x5a, 0x6b, 0x7b, 0x18, 0xe4, 0x9f, 0x55, 0x82, 0x7c, 0xbf, 0xfb, 0x1f, 0x74, - 0x4b, 0x0d, 0xf0, 0x9f, 0x8d, 0x05, 0xf8, 0xd3, 0x03, 0xf0, 0xee, 0x1d, 0xdc, 0x7f, 0x97, 0x43, - 0xe3, 0x80, 0x35, 0x6f, 0xb5, 0xea, 0x06, 0x2f, 0x85, 0x1e, 0x50, 0x2e, 0x09, 0xee, 0x8c, 0x5d, - 0x12, 0x4c, 0xc9, 0xb8, 0xd2, 0xf5, 0xc0, 0x95, 0x50, 0x51, 0x7f, 0x51, 0xce, 0xaa, 0xe2, 0x80, - 0xb2, 0xe7, 0xeb, 0x7b, 0x29, 0xe4, 0xa9, 0xaa, 0x07, 0xa7, 0x55, 0x5e, 0x43, 0x55, 0x6c, 0x6b, - 0xcd, 0x2f, 0xcc, 0x72, 0xfd, 0x17, 0x66, 0x87, 0x85, 0x2e, 0xbc, 0x38, 0x0b, 0x39, 0x11, 0x95, - 0x31, 0xbe, 0x86, 0x30, 0x1b, 0x58, 0x85, 0xc3, 0xb5, 0xe3, 0xcf, 0x8e, 0x89, 0x1b, 0xea, 0x5f, - 0x5c, 0x78, 0x6b, 0xb5, 0xdc, 0xc5, 0x8e, 0x24, 0x88, 0x60, 0xf7, 0x18, 0x36, 0xd5, 0x1d, 0xa8, - 0x5b, 0x87, 0xb9, 0xe9, 0xa2, 0xe3, 0x3e, 0x1f, 0x25, 0x02, 0x8a, 0xef, 0x43, 0xa3, 0x4d, 0xd8, - 0x27, 0xac, 0x3e, 0x1b, 0xe1, 0x88, 0xe1, 0xc9, 0x7b, 0xc5, 0x1f, 0x26, 0x01, 0x5c, 0xfb, 0x59, - 0x06, 0x8d, 0xc2, 0x42, 0xed, 0x47, 0xf2, 0x7b, 0x46, 0x4d, 0x7e, 0xa7, 0xfa, 0x77, 0xd0, 0x94, - 0xc4, 0xf7, 0x93, 0x1c, 0x9f, 0x03, 0x8f, 0xe1, 0x70, 0xe6, 0x69, 0xeb, 0xb6, 0x6e, 0x9a, 0xd4, - 0x34, 0x9c, 0xa6, 0x28, 0x1d, 0xf9, 0x99, 0xa7, 0x12, 0x0d, 0x13, 0x19, 0x87, 0x91, 0xd4, 0xac, - 0x66, 0xdb, 0xa4, 0xc1, 0x0b, 0x43, 0x48, 0x32, 0x1f, 0x0d, 0x13, 0x19, 0x07, 0x5f, 0x42, 0x87, - 0xf5, 0x9a, 0x6b, 0x6c, 0xd1, 0x05, 0xaa, 0xd7, 0x4d, 0xa3, 0x45, 0x83, 0xdb, 0xdc, 0x1c, 0x2f, - 0x21, 0x6f, 0x05, 0xe2, 0xc3, 0x73, 0x49, 0x08, 0x24, 0x99, 0x4e, 0xb9, 0x4e, 0x1f, 0xda, 0xc3, - 0xeb, 0xf4, 0x07, 0xd0, 0xb8, 0x0e, 0x27, 0xa3, 0x00, 0xc2, 0xfd, 0x28, 0x5f, 0x9e, 0x62, 0xa1, - 0x77, 0x4e, 0x1a, 0x27, 0x0a, 0x96, 0x72, 0x09, 0x3f, 0xb2, 0xdb, 0xcf, 0xa6, 0x3f, 0xcd, 0xa1, - 0x42, 0x18, 0x7c, 0xb0, 0x85, 0x50, 0x2d, 0xd8, 0xe0, 0xc1, 0xb5, 0xcf, 0x23, 0xfd, 0x7b, 0x4a, - 0x18, 0x24, 0xa2, 0x78, 0x1c, 0x0e, 0x39, 0x44, 0x12, 0x01, 0x11, 0xb9, 0x00, 0x01, 0xc4, 0x76, - 0x07, 0x3d, 0xcb, 0x4d, 0x00, 0xef, 0x42, 0x35, 0xe0, 0x40, 0x22, 0x66, 0xb8, 0x01, 0x87, 0xe2, - 0xd0, 0x67, 0x06, 0x8d, 0x48, 0xfe, 0xe1, 0x57, 0x61, 0x43, 0x62, 0x6c, 0x59, 0x58, 0xf0, 0xbd, - 0x4a, 0x1c, 0xf0, 0xc2, 0xb0, 0xe0, 0xbb, 0x20, 0x11, 0x50, 0x3c, 0x0b, 0x53, 0xf5, 0x6a, 0x35, - 0x4a, 0xeb, 0xb4, 0x2e, 0x0e, 0x6e, 0x07, 0x05, 0x6a, 0xa1, 0x1a, 0x00, 0x48, 0x84, 0xc3, 0x18, - 0xaf, 0xeb, 0x06, 0x7b, 0x09, 0x1e, 0x51, 0x19, 0x2f, 0xf1, 0x51, 0x22, 0xa0, 0xda, 0x3f, 0xb2, - 0x68, 0x42, 0xf1, 0x3f, 0xfc, 0xe5, 0x0c, 0xbb, 0x48, 0x70, 0x6b, 0x1b, 0x7c, 0x38, 0x58, 0xc8, - 0x95, 0x9d, 0xf8, 0x74, 0x69, 0x25, 0xe2, 0xe7, 0x3f, 0xd5, 0x49, 0xf7, 0x12, 0x21, 0x84, 0xc8, - 0x62, 0xf1, 0xeb, 0x50, 0xe0, 0xf2, 0xef, 0xc5, 0xed, 0x36, 0xab, 0x1c, 0xa4, 0x27, 0xc4, 0x73, - 0x3b, 0xd1, 0x85, 0xd0, 0x57, 0x3c, 0x38, 0x29, 0xf3, 0xfb, 0xe8, 0xb0, 0xd0, 0x5d, 0x89, 0x09, - 0x22, 0x5d, 0xa2, 0x67, 0xce, 0xa2, 0xa9, 0xf8, 0x2c, 0xfa, 0x7a, 0xb2, 0xfb, 0x4e, 0x06, 0x15, - 0xd3, 0x14, 0x61, 0xa7, 0xd8, 0x90, 0x51, 0x54, 0x1d, 0x3e, 0x45, 0x3b, 0x3e, 0xd7, 0x45, 0x94, - 0xb7, 0xda, 0xec, 0x16, 0x43, 0xbc, 0xd8, 0x15, 0xca, 0xf7, 0x05, 0xbb, 0xf2, 0x92, 0x18, 0x87, - 0xdc, 0x7b, 0x58, 0x61, 0x1f, 0x00, 0x48, 0x48, 0x8a, 0x35, 0x34, 0xc2, 0xf5, 0xf1, 0xab, 0xcc, - 0x42, 0x19, 0x31, 0x7f, 0xe0, 0xf5, 0x35, 0xa4, 0x62, 0x1f, 0xa2, 0x7d, 0x1f, 0x0a, 0x6b, 0x96, - 0x00, 0x82, 0x7b, 0xf1, 0x47, 0x58, 0x6a, 0x96, 0xd8, 0x0a, 0x1d, 0xa5, 0x6c, 0x2b, 0x4f, 0x49, - 0xc5, 0x65, 0xc4, 0xeb, 0x06, 0x35, 0xeb, 0x55, 0xf9, 0xb9, 0x51, 0x22, 0x5e, 0x92, 0x81, 0x44, - 0xc5, 0x65, 0x37, 0xfa, 0xd7, 0x98, 0xc1, 0xf9, 0xd6, 0x93, 0x6e, 0xf4, 0x9f, 0x61, 0x83, 0xc4, - 0x87, 0xb1, 0x9b, 0x92, 0xe0, 0x62, 0x4d, 0xb4, 0xd8, 0xf1, 0x8d, 0x54, 0x88, 0x6e, 0x4a, 0x88, - 0x0a, 0x26, 0x71, 0x7c, 0x7c, 0x06, 0x4d, 0xb2, 0x5e, 0x3f, 0xcb, 0x73, 0xe5, 0x77, 0xbd, 0x9c, - 0xbf, 0x7d, 0x57, 0x15, 0x08, 0x89, 0x61, 0xf2, 0xf6, 0x9e, 0x8b, 0xd4, 0xbd, 0x66, 0xd9, 0x9b, - 0x15, 0xcb, 0x34, 0x6a, 0x9d, 0x3d, 0xac, 0x3f, 0xd7, 0x94, 0xfa, 0xf3, 0x89, 0x3e, 0xf7, 0x80, - 0xa2, 0x65, 0x5a, 0x25, 0xaa, 0xfd, 0x1d, 0x9c, 0x54, 0xc1, 0x94, 0x0f, 0xa5, 0x14, 0x0d, 0xb3, - 0xa7, 0x96, 0x20, 0x22, 0xec, 0x48, 0x03, 0x76, 0x82, 0x97, 0xee, 0xf4, 0x19, 0x5b, 0xe2, 0x73, - 0x67, 0xf3, 0x5c, 0xb7, 0xad, 0xa6, 0xd8, 0xeb, 0x3b, 0x93, 0x42, 0xa9, 0x1d, 0xcd, 0x73, 0x09, - 0xb8, 0x12, 0xce, 0x5b, 0xfb, 0x43, 0x06, 0x1d, 0x54, 0x30, 0xf7, 0xa3, 0x88, 0xd2, 0xd5, 0x22, - 0xea, 0xd1, 0x9d, 0xcc, 0x2c, 0xa5, 0x9c, 0xfa, 0x6a, 0x36, 0x36, 0x2f, 0x66, 0x01, 0x48, 0xcc, - 0x63, 0x6d, 0xab, 0x5e, 0xdd, 0xcd, 0x2e, 0x2d, 0xbf, 0x2c, 0x8b, 0x98, 0x12, 0x59, 0x02, 0xfe, - 0x22, 0x98, 0x97, 0x75, 0x82, 0x38, 0x6d, 0xbd, 0x46, 0xab, 0xbb, 0xd9, 0x6b, 0x70, 0x98, 0x3d, - 0xb6, 0x5e, 0x8c, 0xb3, 0x26, 0xdd, 0xd2, 0xb4, 0x1f, 0xc7, 0x97, 0x98, 0x39, 0x19, 0x7e, 0x1a, - 0xe5, 0x79, 0x5b, 0x6e, 0xcd, 0x32, 0x45, 0x24, 0x7b, 0x90, 0xad, 0x56, 0x45, 0x8c, 0x41, 0x14, - 0xfd, 0x58, 0xcf, 0x13, 0x4c, 0x80, 0x48, 0x42, 0x36, 0x78, 0x19, 0x0d, 0xb5, 0x07, 0xbf, 0xe7, - 0xe2, 0x17, 0x1b, 0xfc, 0x72, 0x8b, 0x73, 0xd1, 0xfe, 0x1d, 0x57, 0x9b, 0x97, 0xc6, 0xce, 0xee, - 0xaf, 0x60, 0x98, 0x81, 0x53, 0x57, 0xd1, 0x46, 0xa3, 0xe2, 0xba, 0x67, 0xc0, 0xbc, 0x9b, 0x16, - 0x49, 0xa2, 0x33, 0x4d, 0x30, 0x18, 0x08, 0xe2, 0x1b, 0x93, 0x2b, 0x54, 0xf3, 0x6c, 0xc3, 0xed, - 0xec, 0x79, 0x50, 0x5d, 0x57, 0x82, 0xea, 0x42, 0x9f, 0x13, 0xec, 0xd2, 0x34, 0x35, 0xb0, 0xfe, - 0x39, 0x83, 0x0e, 0x77, 0x61, 0xef, 0x47, 0xd0, 0xa1, 0x6a, 0xd0, 0x79, 0x62, 0xa7, 0x33, 0x4c, - 0x09, 0x3c, 0xd7, 0x51, 0xc2, 0xfc, 0xb8, 0xeb, 0x9e, 0x42, 0xa8, 0x6d, 0x1b, 0x5b, 0x50, 0x6c, - 0x36, 0x44, 0xeb, 0x64, 0x3e, 0x5a, 0x93, 0x4a, 0x08, 0x21, 0x12, 0x16, 0xfe, 0x3c, 0x6b, 0x6b, - 0x5c, 0xd7, 0x3d, 0xd3, 0x9d, 0xab, 0xd7, 0xe7, 0xf5, 0xb6, 0xbe, 0x66, 0x98, 0x50, 0xf3, 0x8b, - 0x37, 0xf6, 0x42, 0x79, 0xd1, 0x6f, 0x69, 0x4c, 0xc2, 0x80, 0x1d, 0xfc, 0xf1, 0xde, 0x77, 0x10, - 0x01, 0x72, 0x87, 0xa4, 0x08, 0xc1, 0x5f, 0x82, 0x2c, 0x68, 0xfb, 0xd5, 0x59, 0x7d, 0xc1, 0xb6, - 0xda, 0x8a, 0x06, 0x7e, 0xe9, 0x74, 0x0e, 0x34, 0x28, 0x92, 0x14, 0x9c, 0x7e, 0x74, 0x48, 0x15, - 0x84, 0x5d, 0x74, 0x08, 0xce, 0xb9, 0xd6, 0x35, 0xaa, 0x5a, 0x60, 0x88, 0xcb, 0x2f, 0xb3, 0x4e, - 0x91, 0xb9, 0x6e, 0x70, 0x3f, 0xa2, 0x93, 0xd8, 0xc3, 0x41, 0x63, 0x74, 0xcb, 0x32, 0x3d, 0x88, - 0xa6, 0x50, 0x06, 0x31, 0x49, 0x2c, 0xe2, 0x8e, 0x5e, 0xf1, 0x87, 0x3e, 0x62, 0xe7, 0x87, 0x2a, - 0xbf, 0x10, 0x0a, 0xb0, 0xd8, 0x23, 0x01, 0xbb, 0xb5, 0x13, 0x7b, 0x9d, 0x9f, 0x36, 0xf2, 0x51, - 0x70, 0x39, 0x1f, 0x81, 0x88, 0x8c, 0x87, 0x9b, 0xa8, 0xb0, 0x21, 0x1e, 0x8c, 0x9c, 0xe2, 0xe8, - 0x40, 0x09, 0x51, 0x79, 0x70, 0x8a, 0x8e, 0x43, 0xc1, 0xb0, 0x43, 0x22, 0x09, 0xec, 0x5a, 0x85, - 0x7f, 0x5c, 0x58, 0xe0, 0x1d, 0x50, 0xf9, 0x28, 0x04, 0x9d, 0xf7, 0x87, 0x49, 0x00, 0x0f, 0x50, - 0x2f, 0x54, 0xe6, 0x8b, 0x85, 0x6e, 0x54, 0x18, 0x26, 0x01, 0x1c, 0xb7, 0xd1, 0xa8, 0x43, 0x97, - 0x8d, 0x96, 0xb7, 0x5d, 0x44, 0x7c, 0xeb, 0x2e, 0xf6, 0xfb, 0x2e, 0xbc, 0xc8, 0xa9, 0x63, 0xcd, - 0x28, 0x91, 0x44, 0x01, 0x27, 0x81, 0x18, 0xbc, 0x8d, 0x0a, 0xb6, 0xd7, 0x9a, 0x73, 0x2e, 0x3b, - 0xd4, 0x2e, 0x8e, 0x71, 0x99, 0xfd, 0x46, 0x65, 0x12, 0xd0, 0xc7, 0xa5, 0x86, 0x16, 0x0c, 0x31, - 0x48, 0x24, 0x0c, 0x7f, 0x33, 0x83, 0xb0, 0xe3, 0xb5, 0xe1, 0xf0, 0xca, 0x4e, 0x2c, 0xba, 0xc9, - 0xfb, 0x61, 0x9c, 0xe2, 0x38, 0xd7, 0xa1, 0xd2, 0xf7, 0x7b, 0x78, 0x9c, 0x51, 0x5c, 0x99, 0xf0, - 0x7e, 0xad, 0x1b, 0x95, 0x24, 0xe8, 0xc1, 0x96, 0x62, 0xdd, 0xe1, 0xff, 0x2f, 0x4e, 0x0c, 0xb4, - 0x14, 0xc9, 0x7d, 0x41, 0xd1, 0x52, 0x08, 0x38, 0x09, 0xc4, 0xb0, 0xde, 0x6b, 0x9b, 0xea, 0xf5, - 0x4b, 0x2d, 0xb3, 0x43, 0x2c, 0xcb, 0x5d, 0x82, 0xd8, 0xe5, 0x74, 0x1c, 0x88, 0x86, 0xc5, 0x49, - 0xee, 0x36, 0x61, 0xef, 0x35, 0x49, 0xc4, 0x22, 0x29, 0xd4, 0xbc, 0xf7, 0x5a, 0x3c, 0xe3, 0xee, - 0xed, 0x6f, 0x2c, 0x76, 0xd6, 0x7b, 0x1d, 0xa9, 0xb8, 0x67, 0xbd, 0xd7, 0x92, 0x88, 0x1b, 0xf7, - 0x5e, 0x47, 0xc8, 0xff, 0x03, 0xbd, 0xd7, 0x91, 0xb2, 0x29, 0xf9, 0xf4, 0x3f, 0xca, 0x8c, 0xfe, - 0x0f, 0x1b, 0x7c, 0xd9, 0x83, 0xce, 0x54, 0xdc, 0x01, 0x94, 0xde, 0xcf, 0xcc, 0x0d, 0x7b, 0x3f, - 0x2b, 0x68, 0x7a, 0xdd, 0x33, 0xcd, 0x0e, 0x9f, 0x8d, 0xd4, 0x4b, 0xe1, 0x5f, 0x13, 0xdf, 0x2e, - 0x28, 0xa7, 0x97, 0x12, 0x70, 0x48, 0x22, 0x65, 0x4a, 0x1f, 0x6b, 0x6e, 0xa0, 0x3e, 0xd6, 0x47, - 0xd0, 0x04, 0x8b, 0x00, 0x9d, 0x58, 0x8b, 0x47, 0x78, 0x39, 0x42, 0x64, 0x20, 0x51, 0x71, 0xb5, - 0xdb, 0xd1, 0x8c, 0xf8, 0x3f, 0xe3, 0x35, 0x6f, 0xb5, 0x5c, 0xd6, 0x47, 0x49, 0xed, 0x05, 0xaf, - 0xd9, 0xec, 0x68, 0x67, 0xc1, 0x79, 0x94, 0x8e, 0x5d, 0xdf, 0x70, 0x7e, 0x13, 0xb1, 0x68, 0xa5, - 0x90, 0x0c, 0xe7, 0x8f, 0x93, 0x10, 0x43, 0x7b, 0x3f, 0x83, 0x8e, 0xa6, 0xf4, 0x70, 0xe2, 0xab, - 0x68, 0xb2, 0xa9, 0x6f, 0x4b, 0x4d, 0xaa, 0x62, 0x7b, 0xf5, 0x7b, 0xf0, 0xe1, 0xd7, 0x2b, 0x2b, - 0x0a, 0x27, 0x12, 0xe3, 0xcc, 0x63, 0x9f, 0xbe, 0x5d, 0xf5, 0xec, 0x06, 0x1d, 0xf0, 0x78, 0xc5, - 0x5d, 0x77, 0x45, 0xf0, 0x20, 0x21, 0x37, 0xd6, 0x09, 0x5a, 0x4c, 0x4b, 0x84, 0x50, 0xd2, 0xc8, - 0xbd, 0xa0, 0x77, 0xc5, 0x7a, 0x41, 0x0f, 0x76, 0xd1, 0xed, 0x53, 0x27, 0xe8, 0x3b, 0x19, 0x74, - 0x24, 0xb9, 0x60, 0xc0, 0x9f, 0x52, 0x34, 0x3e, 0x1e, 0xd3, 0xf8, 0x40, 0x8c, 0x4a, 0xe8, 0xbb, - 0x81, 0x26, 0x45, 0x59, 0x21, 0xd8, 0xdc, 0xc4, 0x0f, 0x16, 0xb7, 0xc2, 0x9a, 0x25, 0x48, 0x90, - 0x7c, 0x1d, 0xd5, 0x31, 0x12, 0xe3, 0xab, 0x7d, 0x3b, 0x8b, 0x86, 0x79, 0x83, 0xd4, 0x1e, 0x66, - 0xb3, 0xe7, 0x94, 0x6c, 0xd6, 0xef, 0x13, 0x2a, 0xd7, 0x2e, 0x35, 0x91, 0xad, 0xc5, 0x12, 0xd9, - 0x99, 0x81, 0xb8, 0xf7, 0xce, 0x61, 0x0f, 0xa3, 0x42, 0xa8, 0x44, 0x7f, 0x71, 0x8e, 0x55, 0x0c, - 0x63, 0x92, 0x88, 0x3e, 0xa3, 0xe4, 0x96, 0x92, 0x2d, 0x06, 0xf9, 0x65, 0xad, 0x24, 0xbb, 0x14, - 0xa4, 0x09, 0xff, 0x9a, 0x3f, 0x6a, 0x71, 0xec, 0xce, 0x1e, 0x10, 0xa4, 0xfc, 0x9f, 0x27, 0x87, - 0xd7, 0x1a, 0x39, 0xee, 0xbd, 0x47, 0x04, 0xcd, 0xe4, 0xaa, 0x02, 0x25, 0x31, 0xec, 0x19, 0x88, - 0x9f, 0x8a, 0xb0, 0xbe, 0x6e, 0xe3, 0x7f, 0x91, 0x41, 0xd3, 0x49, 0x4d, 0x99, 0xac, 0xf3, 0x66, - 0xd3, 0x10, 0x5d, 0x24, 0x52, 0xe7, 0xcd, 0x53, 0x30, 0x46, 0x38, 0x24, 0xfc, 0xfd, 0x53, 0x36, - 0xf5, 0xf7, 0x4f, 0x70, 0xe4, 0x05, 0x53, 0x05, 0xf7, 0xd1, 0x39, 0xb5, 0x7f, 0x21, 0xfa, 0x31, - 0x38, 0x91, 0xb0, 0x78, 0xaf, 0x55, 0xa4, 0x8f, 0xb8, 0xc4, 0x8e, 0x9a, 0xa0, 0x24, 0x55, 0x65, - 0x3c, 0xed, 0x97, 0x19, 0x74, 0xd7, 0x0d, 0x8b, 0x69, 0x5c, 0x56, 0xc2, 0x43, 0x29, 0x16, 0x1e, - 0x8e, 0xa5, 0x33, 0xd8, 0xc7, 0x3e, 0xf7, 0x37, 0xb2, 0x08, 0xaf, 0x6e, 0x18, 0x76, 0xbd, 0xa2, - 0xdb, 0x70, 0x38, 0x15, 0x13, 0xdc, 0xc3, 0x80, 0x01, 0x16, 0xaf, 0x53, 0xa7, 0x66, 0x1b, 0xdc, - 0x48, 0x62, 0x39, 0x43, 0x8b, 0x2f, 0x44, 0x20, 0x22, 0xe3, 0x41, 0x51, 0x9b, 0x17, 0xb5, 0x62, - 0xd0, 0xac, 0xd3, 0x6f, 0xf1, 0x17, 0x79, 0x40, 0xb4, 0x3f, 0xc4, 0x00, 0xec, 0xcb, 0x80, 0xb9, - 0xf6, 0x26, 0x84, 0xfb, 0x6e, 0x83, 0x2c, 0xf8, 0xad, 0x28, 0x7b, 0x65, 0x94, 0xdb, 0xd1, 0x10, - 0xe7, 0xca, 0xac, 0x31, 0xee, 0x5f, 0x4e, 0x32, 0x89, 0x84, 0x8f, 0x6a, 0x1f, 0x66, 0xd0, 0x4c, - 0xb2, 0x4a, 0xfb, 0x51, 0x73, 0x5f, 0x55, 0x6b, 0xee, 0x7e, 0x0f, 0x78, 0xc9, 0x8a, 0xa7, 0xd4, - 0xdf, 0xef, 0x27, 0x1a, 0x7f, 0x3f, 0x66, 0xb9, 0xae, 0xce, 0x72, 0x6e, 0xc7, 0xb3, 0x4c, 0x9e, - 0x61, 0xf9, 0xbe, 0xeb, 0x7f, 0x3d, 0x76, 0xcb, 0xbb, 0xf0, 0xf7, 0x27, 0xf8, 0x7b, 0xed, 0x83, - 0x63, 0x99, 0xeb, 0xf0, 0xf7, 0x2e, 0xfc, 0xfd, 0x05, 0xfe, 0xde, 0xfc, 0xdb, 0xb1, 0x5b, 0x9e, - 0x1b, 0x15, 0x3c, 0xff, 0x1b, 0x00, 0x00, 0xff, 0xff, 0x58, 0xd8, 0xcd, 0xc3, 0x5b, 0x44, 0x00, - 0x00, + // 3945 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe4, 0x3b, 0x4b, 0x8f, 0x1b, 0x47, + 0x7a, 0x26, 0x39, 0x0f, 0xb2, 0xe6, 0xa1, 0x51, 0x69, 0x24, 0xd1, 0x63, 0x5b, 0xb2, 0xdb, 0x88, + 0x63, 0x23, 0x16, 0x27, 0x52, 0x6c, 0x47, 0x96, 0x6d, 0xd9, 0xc3, 0x79, 0x48, 0xb2, 0x67, 0x24, + 0xba, 0x38, 0x92, 0x1d, 0x3f, 0xd3, 0x43, 0xd6, 0x70, 0x5a, 0xd3, 0x64, 0xd3, 0xfd, 0x18, 0x0d, + 0x1d, 0x04, 0x71, 0x90, 0x04, 0xc8, 0xc5, 0x8e, 0x6f, 0x31, 0x90, 0xe4, 0x10, 0x20, 0x41, 0x0e, + 0x41, 0x8c, 0x04, 0x08, 0xe0, 0x43, 0x2e, 0x89, 0x81, 0x60, 0xb5, 0x87, 0xc5, 0x7a, 0x17, 0xbb, + 0xd8, 0xbd, 0xac, 0xbd, 0xeb, 0x7d, 0x18, 0xfb, 0x17, 0xbc, 0x7b, 0xd8, 0xaf, 0xaa, 0xab, 0xbb, + 0xab, 0x9a, 0xdd, 0x94, 0x9a, 0xf3, 0x00, 0x16, 0x7b, 0x18, 0x48, 0x5d, 0xdf, 0xb3, 0xbe, 0xfa, + 0xea, 0xfb, 0xbe, 0xaa, 0xfa, 0x88, 0x9e, 0xdb, 0x3e, 0xef, 0x54, 0x0c, 0x6b, 0x7e, 0xdb, 0xdb, + 0xa0, 0x76, 0x87, 0xba, 0xd4, 0x99, 0xef, 0x6e, 0xb7, 0xe6, 0xf5, 0xae, 0xe1, 0xcc, 0xd3, 0x5d, + 0x97, 0x76, 0x1c, 0xc3, 0xea, 0x38, 0xf3, 0x3b, 0x67, 0x37, 0xa8, 0xab, 0x9f, 0x9d, 0x6f, 0xd1, + 0x0e, 0xb5, 0x75, 0x97, 0x36, 0x2b, 0x5d, 0xdb, 0x72, 0x2d, 0x7c, 0xc6, 0x27, 0xaf, 0x44, 0xe4, + 0x15, 0x20, 0xaf, 0x30, 0xf2, 0x4a, 0x44, 0x5e, 0x11, 0xe4, 0x73, 0x67, 0x5a, 0x86, 0xbb, 0xe5, + 0x6d, 0x54, 0x1a, 0x56, 0x7b, 0xbe, 0x65, 0xb5, 0xac, 0x79, 0xce, 0x65, 0xc3, 0xdb, 0xe4, 0x5f, + 0xfc, 0x83, 0xff, 0xcf, 0xe7, 0x3e, 0x77, 0x2e, 0x55, 0xb9, 0x79, 0x9b, 0x3a, 0x96, 0x67, 0x37, + 0x68, 0x5c, 0xa3, 0xb9, 0x27, 0xd3, 0x69, 0xbc, 0xce, 0x0e, 0xb5, 0x99, 0x42, 0xb4, 0xd9, 0x47, + 0xf6, 0x78, 0x3a, 0xd9, 0x4e, 0xdf, 0xb4, 0xe7, 0xce, 0x24, 0x63, 0xdb, 0x5e, 0xc7, 0x35, 0xda, + 0xfd, 0x3a, 0x9d, 0x4d, 0x46, 0xf7, 0x5c, 0xc3, 0x9c, 0x37, 0x3a, 0xae, 0xe3, 0xda, 0x71, 0x12, + 0xad, 0x82, 0xd0, 0x42, 0xed, 0xca, 0x0d, 0x5f, 0x5f, 0xfc, 0x20, 0x1a, 0xe9, 0xe8, 0x6d, 0x5a, + 0xce, 0x3d, 0x98, 0x7b, 0xb4, 0x54, 0x9d, 0xbc, 0xfd, 0xf9, 0xe9, 0x7b, 0xbe, 0xfc, 0xfc, 0xf4, + 0xc8, 0x55, 0x18, 0x23, 0x1c, 0xa2, 0xbd, 0x81, 0x66, 0x17, 0x6b, 0xd7, 0xd7, 0x75, 0xbb, 0x45, + 0xdd, 0xeb, 0xc0, 0xd7, 0x78, 0x57, 0x77, 0x19, 0xe5, 0x12, 0x9a, 0x71, 0xf9, 0x60, 0x8d, 0x82, + 0xb5, 0x3a, 0xae, 0xde, 0xf2, 0xb9, 0x8c, 0x56, 0xcb, 0x82, 0xcb, 0xcc, 0x7a, 0x0c, 0x4e, 0xfa, + 0x28, 0xb4, 0xbf, 0xcf, 0xa1, 0x7b, 0x17, 0x3d, 0xc7, 0xb5, 0xda, 0x6b, 0xd4, 0xb5, 0x8d, 0xc6, + 0xa2, 0x67, 0xdb, 0x00, 0xaa, 0xbb, 0xba, 0xeb, 0x39, 0x77, 0xd6, 0x0e, 0xbf, 0x8a, 0x46, 0x77, + 0x74, 0xd3, 0xa3, 0xe5, 0x3c, 0xa0, 0x4c, 0x9c, 0x7b, 0xbc, 0x92, 0xea, 0x36, 0x95, 0x60, 0x61, + 0x2b, 0x2f, 0x7b, 0x3a, 0x58, 0xd3, 0xed, 0x55, 0x67, 0x05, 0xc3, 0x49, 0x21, 0xf5, 0x06, 0xe3, + 0x44, 0x7c, 0x86, 0xda, 0x07, 0x39, 0xf4, 0x40, 0xaa, 0x66, 0xab, 0x86, 0xe3, 0xe2, 0x36, 0x1a, + 0x35, 0x5c, 0xda, 0x76, 0x40, 0xbd, 0x02, 0xc8, 0xbe, 0x5c, 0xc9, 0xe4, 0xb2, 0x95, 0x54, 0xe6, + 0xd5, 0x29, 0xa1, 0xd7, 0xe8, 0x15, 0xc6, 0x9e, 0xf8, 0x52, 0xb4, 0xbf, 0xcb, 0x21, 0x2c, 0xd3, + 0xf8, 0xd6, 0xbd, 0x0b, 0x1b, 0xbd, 0xb2, 0x17, 0x1b, 0x1d, 0x13, 0x0c, 0x27, 0x7c, 0x71, 0x8a, + 0x89, 0xde, 0xcb, 0xa1, 0x13, 0xfd, 0x1a, 0x71, 0xdb, 0x6c, 0xaa, 0xb6, 0x59, 0xd8, 0x83, 0x6d, + 0x7c, 0xae, 0x29, 0x46, 0xf9, 0x8f, 0x3c, 0x2a, 0x2d, 0xe9, 0xb4, 0x6d, 0x75, 0xea, 0x60, 0x8b, + 0x57, 0x51, 0xb1, 0x0d, 0xf4, 0x4d, 0xdd, 0xd5, 0xb9, 0x3d, 0x26, 0xce, 0x3d, 0x3a, 0x60, 0xb2, + 0x3b, 0x67, 0x2b, 0xd7, 0x36, 0x6e, 0xd2, 0x86, 0x0b, 0x72, 0xf4, 0x2a, 0x16, 0xfc, 0x51, 0x34, + 0x46, 0x42, 0x6e, 0xf8, 0x2d, 0x34, 0xe2, 0x74, 0x69, 0x43, 0x98, 0xf0, 0xd9, 0x8c, 0xd3, 0x09, + 0x35, 0xac, 0x03, 0x8f, 0x68, 0x8d, 0xd8, 0x17, 0xe1, 0x7c, 0xc1, 0x5e, 0x63, 0x0e, 0x5f, 0xfc, + 0x72, 0x81, 0x4b, 0xb8, 0x38, 0xb4, 0x04, 0xdf, 0x85, 0xa6, 0x85, 0x8c, 0x31, 0xff, 0x9b, 0x08, + 0xee, 0xda, 0xb7, 0x72, 0x68, 0x2a, 0xc4, 0xe5, 0x2b, 0xf5, 0x66, 0x9f, 0xcd, 0xe6, 0x07, 0xd8, + 0x4c, 0x8a, 0x74, 0x15, 0x46, 0xce, 0x4d, 0x37, 0x23, 0x84, 0x15, 0x83, 0x11, 0xc9, 0x70, 0x6f, + 0x06, 0x8e, 0x90, 0xe7, 0x8e, 0x70, 0x7e, 0xd8, 0x79, 0xa5, 0xac, 0xff, 0xf7, 0xe4, 0xf9, 0xd4, + 0x7d, 0x4b, 0x16, 0x1d, 0x6a, 0xc2, 0x0a, 0x5a, 0xb6, 0x98, 0x4f, 0xd6, 0xd5, 0x5a, 0xd5, 0x37, + 0xa8, 0x59, 0x17, 0x3c, 0xaa, 0x93, 0x6c, 0x62, 0xc1, 0x17, 0x09, 0x79, 0xe3, 0xd7, 0x51, 0x11, + 0x34, 0xe8, 0x9a, 0x10, 0x5a, 0x85, 0x57, 0x9c, 0x19, 0xec, 0x6b, 0x35, 0xab, 0xb9, 0x2e, 0x08, + 0xb8, 0x1b, 0x84, 0x56, 0x0b, 0x46, 0x49, 0xc8, 0x50, 0x7b, 0x3f, 0x8f, 0x8e, 0xc4, 0x96, 0x14, + 0xdf, 0x40, 0x27, 0x1a, 0x7e, 0x98, 0xb8, 0xea, 0xb5, 0x41, 0x40, 0xbd, 0xb1, 0x45, 0x9b, 0x9e, + 0x49, 0x9b, 0x22, 0xec, 0x9e, 0x12, 0xfc, 0x4e, 0x2c, 0x26, 0x62, 0x91, 0x14, 0x6a, 0xfc, 0x22, + 0xc2, 0x1d, 0x3e, 0xb4, 0x66, 0x38, 0x4e, 0xc8, 0x33, 0xcf, 0x79, 0xce, 0x09, 0x9e, 0xf8, 0x6a, + 0x1f, 0x06, 0x49, 0xa0, 0x62, 0x3a, 0x36, 0xa9, 0x63, 0xd8, 0xb4, 0x19, 0xd7, 0xb1, 0xa0, 0xea, + 0xb8, 0x94, 0x88, 0x45, 0x52, 0xa8, 0xb5, 0xff, 0xcc, 0x23, 0xb4, 0x44, 0xbb, 0xa6, 0xd5, 0x6b, + 0xc3, 0x0c, 0x0e, 0x70, 0x9f, 0xbf, 0xad, 0xec, 0xf3, 0xe7, 0xb2, 0x7a, 0x6b, 0xa8, 0x62, 0xea, + 0x46, 0x6f, 0xc5, 0x36, 0xfa, 0xf3, 0xc3, 0x8b, 0x18, 0xbc, 0xd3, 0xbf, 0x9d, 0x43, 0xd3, 0x11, + 0xf2, 0x61, 0x6c, 0xf5, 0xb7, 0xd4, 0xad, 0xfe, 0xf4, 0xd0, 0x33, 0x4b, 0xd9, 0xeb, 0x1f, 0x15, + 0x10, 0x8e, 0x90, 0x88, 0x65, 0x9a, 0x1b, 0x7a, 0x63, 0xfb, 0x2e, 0x12, 0xe0, 0xbf, 0x42, 0xe6, + 0xf4, 0xba, 0x4d, 0x56, 0x04, 0x2d, 0x74, 0x3a, 0x96, 0xcb, 0x0b, 0x98, 0x40, 0xcd, 0x3f, 0x19, + 0x5a, 0xcd, 0x40, 0x83, 0xca, 0xf5, 0x3e, 0xde, 0xcb, 0x1d, 0xd7, 0xee, 0x45, 0xbb, 0xa7, 0x1f, + 0x81, 0x24, 0x28, 0x84, 0xdf, 0x41, 0xc8, 0x16, 0x3c, 0xd7, 0x2d, 0xe1, 0x1f, 0x59, 0x5d, 0x30, + 0x50, 0x6a, 0xd1, 0xea, 0x6c, 0x1a, 0xad, 0xc8, 0xdb, 0x49, 0xc8, 0x98, 0x48, 0x42, 0xe6, 0x96, + 0xd1, 0xc9, 0x14, 0xed, 0xf1, 0x0c, 0x2a, 0x6c, 0xd3, 0x9e, 0x6f, 0x56, 0xc2, 0xfe, 0x8b, 0x67, + 0xe5, 0x42, 0xa2, 0x24, 0xaa, 0x80, 0x0b, 0xf9, 0xf3, 0x39, 0xed, 0xa3, 0x51, 0xd9, 0xd9, 0x78, + 0x1c, 0x7e, 0x14, 0x15, 0x6d, 0x18, 0x31, 0x1a, 0xba, 0x23, 0x02, 0x14, 0x8f, 0xa4, 0x44, 0x8c, + 0x91, 0x10, 0xaa, 0x44, 0xec, 0xfc, 0x21, 0x45, 0xec, 0xc2, 0x3e, 0x47, 0x6c, 0x6c, 0xc1, 0x24, + 0x5c, 0x56, 0x67, 0xb7, 0x7a, 0xe5, 0x11, 0xce, 0x7c, 0x61, 0x0f, 0x3b, 0xdb, 0x67, 0x14, 0x09, + 0x0c, 0x46, 0x48, 0x28, 0x04, 0x2f, 0xa0, 0x23, 0x6d, 0xa3, 0x43, 0xa8, 0xde, 0xec, 0xd5, 0x69, + 0xc3, 0xea, 0x34, 0x9d, 0xf2, 0x28, 0x37, 0xf3, 0x49, 0x41, 0x74, 0x64, 0x4d, 0x05, 0x93, 0x38, + 0x3e, 0x5e, 0x45, 0xb3, 0x36, 0xdd, 0x31, 0x98, 0x1a, 0x97, 0x61, 0x3b, 0x5b, 0x76, 0x6f, 0xd5, + 0x68, 0x1b, 0x6e, 0x79, 0xcc, 0x2f, 0xe3, 0x81, 0xc7, 0x2c, 0x49, 0x80, 0x93, 0x44, 0x2a, 0xfc, + 0x08, 0x1a, 0xeb, 0xea, 0x9e, 0x03, 0xb1, 0x7e, 0x1c, 0xe8, 0x8b, 0x51, 0x60, 0xaa, 0xf1, 0x51, + 0x22, 0xa0, 0x50, 0x36, 0xcb, 0x5e, 0x5e, 0xdc, 0x0f, 0x2f, 0x9f, 0x4e, 0xf7, 0x70, 0xed, 0xab, + 0x3c, 0x9a, 0x89, 0x07, 0x4d, 0x96, 0xf3, 0xac, 0x0d, 0x87, 0xda, 0x3b, 0xb4, 0x79, 0xc9, 0x3f, + 0x1f, 0x01, 0x7b, 0xee, 0xa6, 0x85, 0x68, 0xd7, 0x5e, 0xeb, 0xc3, 0x20, 0x09, 0x54, 0xf8, 0x71, + 0xc9, 0xd1, 0xfd, 0xac, 0x19, 0x2e, 0x5b, 0x82, 0xb3, 0xc3, 0xb2, 0x89, 0x9d, 0x1f, 0x00, 0x45, + 0x6a, 0x0c, 0x97, 0xed, 0xba, 0x0a, 0x26, 0x71, 0x7c, 0x7c, 0x09, 0x1d, 0xd5, 0x77, 0x74, 0xc3, + 0xd4, 0x37, 0x4c, 0x1a, 0x32, 0x19, 0xe1, 0x4c, 0xee, 0x15, 0x4c, 0x8e, 0x2e, 0xc4, 0x11, 0x48, + 0x3f, 0x0d, 0x5e, 0x43, 0xc7, 0xbc, 0x4e, 0x3f, 0x2b, 0xdf, 0x8d, 0xee, 0x13, 0xac, 0x8e, 0x5d, + 0xef, 0x47, 0x21, 0x49, 0x74, 0xda, 0x77, 0x72, 0x72, 0x7c, 0x0e, 0x5c, 0x16, 0x5f, 0x40, 0x23, + 0x6e, 0xaf, 0x1b, 0xc4, 0xe7, 0x47, 0x82, 0xf8, 0xbc, 0x0e, 0x63, 0x5f, 0xf3, 0x4a, 0x20, 0x4e, + 0xc1, 0x20, 0x84, 0xd3, 0xe0, 0xbf, 0x40, 0x53, 0x6c, 0x29, 0x8d, 0x4e, 0xcb, 0xb7, 0x8a, 0x88, + 0x0f, 0x2b, 0x43, 0xb8, 0x4b, 0xc8, 0x43, 0xca, 0x33, 0x47, 0x41, 0x91, 0x29, 0x05, 0x48, 0x54, + 0x79, 0x70, 0xfa, 0x9d, 0x5a, 0xde, 0xed, 0x5a, 0xb6, 0x7b, 0xad, 0xeb, 0xc7, 0x68, 0xf0, 0x72, + 0xca, 0x07, 0xf8, 0x7c, 0x24, 0x2f, 0xf7, 0xd1, 0x88, 0x80, 0xe2, 0x87, 0xd1, 0x28, 0xdd, 0xd5, + 0x1b, 0x2e, 0xd7, 0xb8, 0x18, 0x65, 0xb4, 0x65, 0x36, 0x48, 0x7c, 0x98, 0xf6, 0x5f, 0x70, 0x80, + 0x5a, 0xa9, 0x5f, 0xb2, 0x2d, 0xaf, 0x1b, 0x4c, 0x3e, 0x90, 0xf3, 0xc7, 0x68, 0xc4, 0x86, 0xd2, + 0x47, 0x58, 0xed, 0xe1, 0xc0, 0x6a, 0x04, 0xc6, 0xc0, 0x6a, 0xc7, 0x62, 0x54, 0xbe, 0xc9, 0x18, + 0x01, 0x64, 0xe1, 0x31, 0x5b, 0xef, 0xb4, 0x68, 0x90, 0xdf, 0x9e, 0xca, 0x68, 0xab, 0x2b, 0x4b, + 0x84, 0x91, 0x47, 0x13, 0xe3, 0x9f, 0x50, 0x57, 0xf8, 0x5c, 0xb5, 0x7f, 0xca, 0xa1, 0x23, 0x97, + 0xd7, 0xd7, 0x6b, 0x57, 0x3a, 0x2d, 0x38, 0x2d, 0x3a, 0x35, 0xdd, 0xdd, 0x62, 0x29, 0xb8, 0x0b, + 0xff, 0xc6, 0x53, 0x30, 0x83, 0x11, 0x0e, 0xc1, 0x5b, 0x68, 0x9c, 0xed, 0x47, 0xda, 0x69, 0x0e, + 0x59, 0x5a, 0x09, 0x71, 0x55, 0x9f, 0x49, 0xf5, 0x88, 0x90, 0x31, 0x2e, 0x06, 0x48, 0xc0, 0x5e, + 0xfb, 0x33, 0x34, 0x2b, 0xa9, 0xc7, 0xec, 0xc5, 0xcf, 0xac, 0xb8, 0x81, 0x46, 0x99, 0x26, 0xc1, + 0x89, 0x34, 0xeb, 0x01, 0x2b, 0x36, 0xe5, 0x68, 0x41, 0xd9, 0x17, 0x94, 0x28, 0x9c, 0xb7, 0xf6, + 0x83, 0x3c, 0x3a, 0x79, 0xd9, 0xb2, 0x8d, 0x77, 0xad, 0x8e, 0xab, 0x9b, 0x90, 0x3f, 0x16, 0x3c, + 0xd7, 0x72, 0x1a, 0xba, 0x49, 0xed, 0x03, 0x2c, 0x5a, 0x4d, 0xa5, 0x68, 0x7d, 0x31, 0xeb, 0xcc, + 0x92, 0xf5, 0x4d, 0xad, 0x60, 0xdd, 0x58, 0x05, 0xbb, 0xba, 0x4f, 0xf2, 0x06, 0x97, 0xb3, 0xbf, + 0xcc, 0xa1, 0xfb, 0x52, 0x28, 0x0f, 0xa3, 0xb6, 0xdd, 0x56, 0x6b, 0xdb, 0x95, 0xfd, 0x99, 0x73, + 0x4a, 0xa1, 0xfb, 0xab, 0x7c, 0xea, 0x5c, 0x79, 0x69, 0xf5, 0x0e, 0xd4, 0x1a, 0xec, 0x8b, 0xd0, + 0x4d, 0x31, 0xd7, 0xc5, 0x8c, 0xfa, 0xd4, 0xbd, 0x8d, 0xe0, 0xaa, 0x07, 0x98, 0x50, 0x38, 0x16, + 0x36, 0xa8, 0x54, 0x6d, 0x08, 0xe6, 0x24, 0x14, 0x83, 0xcf, 0xa2, 0x09, 0x5e, 0x3d, 0x28, 0x79, + 0xee, 0x08, 0xbb, 0x17, 0x5a, 0x8b, 0x86, 0x89, 0x8c, 0x83, 0x9f, 0x04, 0x12, 0x7d, 0x37, 0x96, + 0xe5, 0xc2, 0xeb, 0xa4, 0xb5, 0x08, 0x44, 0x64, 0x3c, 0x08, 0xf9, 0xd3, 0x8d, 0xae, 0x27, 0xdd, + 0x34, 0x8a, 0x72, 0x2a, 0xeb, 0x14, 0x93, 0x2e, 0x2d, 0xab, 0x18, 0x44, 0x4f, 0x03, 0x44, 0x1a, + 0x23, 0x31, 0x71, 0xda, 0xa7, 0x05, 0xf4, 0xc0, 0x40, 0x1f, 0xc5, 0x2b, 0x03, 0xaa, 0x87, 0x13, + 0x19, 0x2a, 0x87, 0x26, 0x9a, 0x32, 0x75, 0xc7, 0xe5, 0xe6, 0x5e, 0x37, 0xda, 0x41, 0x76, 0xfb, + 0x83, 0xbb, 0x74, 0x5c, 0x46, 0xe2, 0xa7, 0xb0, 0x55, 0x99, 0x0b, 0x51, 0x99, 0xb2, 0x8a, 0x43, + 0x9c, 0xfc, 0xd3, 0x2a, 0x8e, 0x45, 0x15, 0x4c, 0xe2, 0xf8, 0x8c, 0x85, 0x38, 0x98, 0xc7, 0xea, + 0x8d, 0x90, 0xc5, 0x92, 0x0a, 0x26, 0x71, 0x7c, 0xa8, 0xfa, 0x4e, 0x0b, 0xae, 0xaa, 0xf9, 0xa5, + 0xdb, 0x63, 0xbf, 0xee, 0x78, 0x18, 0xd8, 0x9d, 0x5e, 0x1c, 0x8c, 0x4a, 0xee, 0xc4, 0x4b, 0x5b, + 0x43, 0x53, 0x97, 0x2d, 0xc7, 0xad, 0xb1, 0x94, 0xcc, 0xf2, 0x16, 0x7e, 0x00, 0x15, 0xc0, 0x39, + 0xc5, 0x49, 0x64, 0x42, 0xa8, 0x5d, 0x60, 0xce, 0xcb, 0xc6, 0x39, 0x58, 0xdf, 0x15, 0x7e, 0x1d, + 0x81, 0xc1, 0x2f, 0xd9, 0xb8, 0x76, 0x09, 0x8d, 0x8b, 0xbc, 0x28, 0x33, 0x2a, 0x0c, 0x66, 0x54, + 0x48, 0x60, 0xf4, 0x6f, 0x79, 0xe0, 0xe4, 0xa7, 0x91, 0x03, 0x4c, 0x08, 0x6f, 0x28, 0x09, 0xe1, + 0xc2, 0x70, 0xa9, 0x36, 0x35, 0x01, 0x34, 0x63, 0x09, 0xe0, 0xd9, 0x21, 0xf9, 0x0f, 0x0e, 0xf8, + 0x1f, 0xe7, 0xd0, 0xb4, 0x9a, 0xf4, 0x59, 0x44, 0x61, 0x7b, 0xc8, 0x68, 0xd0, 0xab, 0xd1, 0x81, + 0x3f, 0x8c, 0x28, 0xf5, 0x08, 0x44, 0x64, 0x3c, 0x4c, 0x43, 0x32, 0xe6, 0x0e, 0xc2, 0x28, 0x95, + 0x14, 0xa5, 0xd9, 0xd3, 0x49, 0xc5, 0x7f, 0x3a, 0x01, 0x45, 0xdd, 0x6b, 0xb0, 0xe7, 0x6d, 0x28, + 0x07, 0xfb, 0xc4, 0x70, 0xcf, 0x92, 0xf9, 0x6a, 0xdf, 0xcc, 0xa1, 0x09, 0xa1, 0xf0, 0x61, 0x64, + 0xa4, 0xd7, 0xd5, 0x8c, 0xf4, 0xd4, 0x90, 0xf5, 0x54, 0x72, 0x06, 0xfa, 0x24, 0x9a, 0x0b, 0xab, + 0xa0, 0x58, 0x81, 0xb7, 0x05, 0xdb, 0x29, 0x5e, 0xe0, 0xb1, 0x2d, 0x46, 0x38, 0x04, 0xff, 0x4d, + 0x0e, 0xcd, 0x18, 0xb1, 0x9a, 0x4b, 0x98, 0xfa, 0xf9, 0xe1, 0x54, 0x0b, 0xd9, 0x44, 0x0f, 0x4a, + 0x71, 0x08, 0xe9, 0x13, 0xa9, 0x79, 0xa8, 0x0f, 0x0b, 0xeb, 0xa0, 0xbd, 0xeb, 0x76, 0x87, 0xcc, + 0x95, 0x49, 0xd5, 0x64, 0xb5, 0xc8, 0xa7, 0x0f, 0x10, 0xc2, 0x59, 0x6b, 0x1f, 0xe7, 0x43, 0x83, + 0xd5, 0xfd, 0x3d, 0x12, 0xd6, 0xbb, 0xb9, 0xfd, 0xa8, 0x77, 0x27, 0x92, 0x6a, 0x5d, 0x88, 0x20, + 0x05, 0xd7, 0x1c, 0xf6, 0xbe, 0x4d, 0x48, 0x58, 0x5f, 0xad, 0x47, 0x71, 0x0a, 0x3e, 0x08, 0x63, + 0x89, 0xdf, 0x46, 0xa3, 0xec, 0x34, 0xc1, 0xb6, 0x78, 0x61, 0xf8, 0x10, 0xc2, 0xec, 0x15, 0x79, + 0x18, 0xfb, 0x02, 0x0f, 0xe3, 0x7c, 0xa1, 0x4c, 0x9f, 0x52, 0xe2, 0x00, 0xbe, 0x89, 0x26, 0x4d, + 0x4b, 0x6f, 0x56, 0x75, 0x53, 0x87, 0x62, 0x24, 0xb8, 0xbb, 0xff, 0xc3, 0xc1, 0x11, 0x71, 0x55, + 0xa2, 0x10, 0xf1, 0x24, 0x7c, 0xd4, 0x93, 0x61, 0x44, 0xe1, 0xad, 0xe9, 0x08, 0x45, 0xb3, 0xc7, + 0xa7, 0xd1, 0x28, 0x73, 0x61, 0xff, 0x64, 0x50, 0xaa, 0x96, 0x98, 0xae, 0xcc, 0xb3, 0x41, 0x57, + 0x3e, 0x8e, 0xcf, 0x21, 0xe4, 0xd0, 0x86, 0x4d, 0x5d, 0x1e, 0x76, 0xf8, 0xe5, 0x57, 0x14, 0x80, + 0xeb, 0x21, 0x84, 0x48, 0x58, 0xda, 0x3f, 0xe4, 0x51, 0xe1, 0x45, 0x6b, 0xe3, 0x00, 0x83, 0xfc, + 0xab, 0x4a, 0x90, 0xcf, 0xba, 0xff, 0x41, 0xb7, 0xd4, 0x00, 0xff, 0xa7, 0xb1, 0x00, 0x7f, 0x7e, + 0x08, 0xde, 0x83, 0x83, 0xfb, 0x77, 0x0b, 0x68, 0x12, 0xb0, 0x16, 0xad, 0x4e, 0xd3, 0xe0, 0xa5, + 0xd0, 0x13, 0xca, 0x25, 0xc1, 0x83, 0xb1, 0x4b, 0x82, 0x19, 0x19, 0x57, 0xba, 0x1e, 0xb8, 0x11, + 0x2a, 0xea, 0x2f, 0xca, 0x45, 0x55, 0x1c, 0x50, 0x0e, 0x7c, 0x7d, 0xaf, 0x84, 0x3c, 0x55, 0xf5, + 0xe0, 0xb4, 0xca, 0x6b, 0xa8, 0x9a, 0x6d, 0x6d, 0xf8, 0x85, 0x59, 0x21, 0x7b, 0x61, 0x76, 0x5c, + 0xe8, 0xc2, 0x8b, 0xb3, 0x90, 0x13, 0x51, 0x19, 0xe3, 0x5b, 0x08, 0xb3, 0x81, 0x75, 0x38, 0x5c, + 0x3b, 0xfe, 0xec, 0x98, 0xb8, 0x91, 0xec, 0xe2, 0xc2, 0x5b, 0xab, 0xd5, 0x3e, 0x76, 0x24, 0x41, + 0x04, 0xbb, 0xc7, 0xb0, 0xa9, 0xee, 0x40, 0xdd, 0x3a, 0xca, 0x4d, 0x17, 0x1d, 0xf7, 0xf9, 0x28, + 0x11, 0x50, 0xfc, 0x18, 0x1a, 0x6f, 0xc3, 0x3e, 0x61, 0xf5, 0xd9, 0x18, 0x47, 0x0c, 0x4f, 0xde, + 0x6b, 0xfe, 0x30, 0x09, 0xe0, 0xda, 0xff, 0xe5, 0xd0, 0x38, 0x2c, 0xd4, 0x61, 0x24, 0xbf, 0x57, + 0xd4, 0xe4, 0x77, 0x2e, 0xbb, 0x83, 0xa6, 0x24, 0xbe, 0xff, 0x29, 0xf0, 0x39, 0xf0, 0x18, 0x0e, + 0x67, 0x9e, 0xae, 0x6e, 0xeb, 0xa6, 0x49, 0x4d, 0xc3, 0x69, 0x8b, 0xd2, 0x91, 0x9f, 0x79, 0x6a, + 0xd1, 0x30, 0x91, 0x71, 0x18, 0x49, 0xc3, 0x6a, 0x77, 0x4d, 0x1a, 0xbc, 0x30, 0x84, 0x24, 0x8b, + 0xd1, 0x30, 0x91, 0x71, 0xf0, 0x35, 0x74, 0x5c, 0x6f, 0xb8, 0xc6, 0x0e, 0x5d, 0xa2, 0x7a, 0xd3, + 0x34, 0x3a, 0x34, 0xb8, 0xcd, 0x2d, 0xf0, 0x12, 0xf2, 0x5e, 0x20, 0x3e, 0xbe, 0x90, 0x84, 0x40, + 0x92, 0xe9, 0x94, 0xeb, 0xf4, 0x91, 0x03, 0xbc, 0x4e, 0x7f, 0x02, 0x4d, 0xea, 0x70, 0x32, 0x0a, + 0x20, 0xdc, 0x8f, 0x8a, 0xd5, 0x19, 0x16, 0x7a, 0x17, 0xa4, 0x71, 0xa2, 0x60, 0x29, 0x97, 0xf0, + 0x63, 0xfb, 0xfd, 0x6c, 0xfa, 0xbf, 0x05, 0x54, 0x0a, 0x83, 0x0f, 0xb6, 0x10, 0x6a, 0x04, 0x1b, + 0x3c, 0xb8, 0xf6, 0x79, 0x26, 0xbb, 0xa7, 0x84, 0x41, 0x22, 0x8a, 0xc7, 0xe1, 0x90, 0x43, 0x24, + 0x11, 0x10, 0x91, 0x4b, 0x10, 0x40, 0x6c, 0x77, 0xd8, 0xb3, 0xdc, 0x14, 0xf0, 0x2e, 0xd5, 0x03, + 0x0e, 0x24, 0x62, 0x86, 0x5b, 0x70, 0x28, 0x0e, 0x7d, 0x66, 0xd8, 0x88, 0xe4, 0x1f, 0x7e, 0x15, + 0x36, 0x24, 0xc6, 0x96, 0x85, 0x05, 0xdf, 0xab, 0xc4, 0x01, 0x2f, 0x0c, 0x0b, 0xbe, 0x0b, 0x12, + 0x01, 0xc5, 0xf3, 0x30, 0x55, 0xaf, 0xd1, 0xa0, 0xb4, 0x49, 0x9b, 0xe2, 0xe0, 0x76, 0x54, 0xa0, + 0x96, 0xea, 0x01, 0x80, 0x44, 0x38, 0x8c, 0xf1, 0xa6, 0x6e, 0xb0, 0x97, 0xe0, 0x31, 0x95, 0xf1, + 0x0a, 0x1f, 0x25, 0x02, 0xaa, 0xfd, 0x22, 0x8f, 0xa6, 0x14, 0xff, 0xc3, 0x7f, 0x9d, 0x63, 0x17, + 0x09, 0x6e, 0x63, 0x8b, 0x0f, 0x07, 0x0b, 0xb9, 0xb6, 0x17, 0x9f, 0xae, 0xac, 0x45, 0xfc, 0xfc, + 0xa7, 0x3a, 0xe9, 0x5e, 0x22, 0x84, 0x10, 0x59, 0x2c, 0x7e, 0x1f, 0x0a, 0x5c, 0xfe, 0xbd, 0xbc, + 0xdb, 0x65, 0x95, 0x83, 0xf4, 0x84, 0x78, 0x69, 0x2f, 0xba, 0x10, 0xfa, 0x8e, 0x07, 0x27, 0x65, + 0x7e, 0x1f, 0x1d, 0x16, 0xba, 0x6b, 0x31, 0x41, 0xa4, 0x4f, 0xf4, 0xdc, 0x45, 0x34, 0x13, 0x9f, + 0x45, 0xa6, 0x27, 0xbb, 0x7f, 0xc9, 0xa1, 0x72, 0x9a, 0x22, 0xec, 0x14, 0x1b, 0x32, 0x8a, 0xaa, + 0xc3, 0x97, 0x68, 0xcf, 0xe7, 0xba, 0x8c, 0x8a, 0x56, 0x97, 0xdd, 0x62, 0x88, 0x17, 0xbb, 0x52, + 0xf5, 0xb1, 0x60, 0x57, 0x5e, 0x13, 0xe3, 0x90, 0x7b, 0x8f, 0x2b, 0xec, 0x03, 0x00, 0x09, 0x49, + 0xb1, 0x86, 0xc6, 0xb8, 0x3e, 0x7e, 0x95, 0x59, 0xaa, 0x22, 0xe6, 0x0f, 0xbc, 0xbe, 0x86, 0x54, + 0xec, 0x43, 0xb4, 0x7f, 0x87, 0xc2, 0x9a, 0x25, 0x80, 0xe0, 0x5e, 0xfc, 0x19, 0x96, 0x9a, 0x25, + 0xb6, 0x42, 0x47, 0x29, 0xdb, 0xca, 0x53, 0x52, 0x71, 0x19, 0xf1, 0xa6, 0x41, 0xcd, 0x66, 0x5d, + 0x7e, 0x6e, 0x94, 0x88, 0x57, 0x64, 0x20, 0x51, 0x71, 0xd9, 0x8d, 0xfe, 0x2d, 0x66, 0x70, 0xbe, + 0xf5, 0xa4, 0x1b, 0xfd, 0x57, 0xd8, 0x20, 0xf1, 0x61, 0xec, 0xa6, 0x24, 0xb8, 0x58, 0x13, 0x2d, + 0x76, 0x7c, 0x23, 0x95, 0xa2, 0x9b, 0x12, 0xa2, 0x82, 0x49, 0x1c, 0x1f, 0x5f, 0x40, 0xd3, 0xac, + 0xd7, 0xcf, 0xf2, 0x5c, 0xf9, 0x5d, 0xaf, 0xe0, 0x6f, 0xdf, 0x75, 0x05, 0x42, 0x62, 0x98, 0xbc, + 0xbd, 0xe7, 0x2a, 0x75, 0x6f, 0x59, 0xf6, 0x76, 0xcd, 0x32, 0x8d, 0x46, 0xef, 0x00, 0xeb, 0xcf, + 0x0d, 0xa5, 0xfe, 0x7c, 0x21, 0xe3, 0x1e, 0x50, 0xb4, 0x4c, 0xab, 0x44, 0xb5, 0x9f, 0x83, 0x93, + 0x2a, 0x98, 0xf2, 0xa1, 0x94, 0xa2, 0x51, 0xf6, 0xd4, 0x12, 0x44, 0x84, 0x3d, 0x69, 0xc0, 0x4e, + 0xf0, 0xd2, 0x9d, 0x3e, 0x63, 0x4b, 0x7c, 0xee, 0x6c, 0x9e, 0x9b, 0xb6, 0xd5, 0x16, 0x7b, 0x7d, + 0x6f, 0x52, 0x28, 0xb5, 0xa3, 0x79, 0xae, 0x00, 0x57, 0xc2, 0x79, 0x6b, 0xdf, 0xcf, 0xa1, 0xa3, + 0x0a, 0xe6, 0x61, 0x14, 0x51, 0xba, 0x5a, 0x44, 0x3d, 0xbb, 0x97, 0x99, 0xa5, 0x94, 0x53, 0x7f, + 0x9b, 0x8f, 0xcd, 0x8b, 0x59, 0x00, 0x12, 0xf3, 0x44, 0xd7, 0x6a, 0xd6, 0xf7, 0xb3, 0x4b, 0xcb, + 0x2f, 0xcb, 0x22, 0xa6, 0x44, 0x96, 0x80, 0xff, 0x12, 0xcc, 0xcb, 0x3a, 0x41, 0x9c, 0xae, 0xde, + 0xa0, 0xf5, 0xfd, 0xec, 0x35, 0x38, 0xce, 0x1e, 0x5b, 0xaf, 0xc6, 0x59, 0x93, 0x7e, 0x69, 0xda, + 0x7f, 0xc7, 0x97, 0x98, 0x39, 0x19, 0x7e, 0x19, 0x15, 0x79, 0x5b, 0x6e, 0xc3, 0x32, 0x45, 0x24, + 0x7b, 0x92, 0xad, 0x56, 0x4d, 0x8c, 0x41, 0x14, 0xfd, 0xbd, 0x81, 0x27, 0x98, 0x00, 0x91, 0x84, + 0x6c, 0xf0, 0x2a, 0x1a, 0xe9, 0x0e, 0x7f, 0xcf, 0xc5, 0x2f, 0x36, 0xf8, 0xe5, 0x16, 0xe7, 0xa2, + 0xfd, 0x3a, 0xae, 0x36, 0x2f, 0x8d, 0x9d, 0xfd, 0x5f, 0xc1, 0x30, 0x03, 0xa7, 0xae, 0xa2, 0x8d, + 0xc6, 0xc5, 0x75, 0xcf, 0x90, 0x79, 0x37, 0x2d, 0x92, 0x44, 0x67, 0x9a, 0x60, 0x30, 0x10, 0xc4, + 0x37, 0x26, 0x57, 0xa8, 0xe1, 0xd9, 0x86, 0xdb, 0x3b, 0xf0, 0xa0, 0xba, 0xa9, 0x04, 0xd5, 0xa5, + 0x8c, 0x13, 0xec, 0xd3, 0x34, 0x35, 0xb0, 0xfe, 0x28, 0x87, 0x8e, 0xf7, 0x61, 0x1f, 0x46, 0xd0, + 0xa1, 0x6a, 0xd0, 0x79, 0x61, 0xaf, 0x33, 0x4c, 0x09, 0x3c, 0xb7, 0x51, 0xc2, 0xfc, 0xb8, 0xeb, + 0x9e, 0x43, 0xa8, 0x6b, 0x1b, 0x3b, 0x50, 0x6c, 0xb6, 0x44, 0xeb, 0x64, 0x31, 0x5a, 0x93, 0x5a, + 0x08, 0x21, 0x12, 0x16, 0xfe, 0x73, 0xd6, 0xd6, 0xb8, 0xa9, 0x7b, 0xa6, 0xbb, 0xd0, 0x6c, 0x2e, + 0xea, 0x5d, 0x7d, 0xc3, 0x30, 0xa1, 0xe6, 0x17, 0x6f, 0xec, 0xa5, 0xea, 0xb2, 0xdf, 0xd2, 0x98, + 0x84, 0x01, 0x3b, 0xf8, 0xf7, 0x07, 0xdf, 0x41, 0x04, 0xc8, 0x3d, 0x92, 0x22, 0x04, 0xff, 0x15, + 0x64, 0x41, 0xdb, 0xaf, 0xce, 0x9a, 0x4b, 0xb6, 0xd5, 0x55, 0x34, 0xf0, 0x4b, 0xa7, 0x4b, 0xa0, + 0x41, 0x99, 0xa4, 0xe0, 0x64, 0xd1, 0x21, 0x55, 0x10, 0x76, 0xd1, 0x31, 0x38, 0xe7, 0x5a, 0xb7, + 0xa8, 0x6a, 0x81, 0x11, 0x2e, 0xbf, 0xca, 0x3a, 0x45, 0x16, 0xfa, 0xc1, 0x59, 0x44, 0x27, 0xb1, + 0x87, 0x83, 0xc6, 0xf8, 0x8e, 0x65, 0x7a, 0x10, 0x4d, 0xa1, 0x0c, 0x62, 0x92, 0x58, 0xc4, 0x1d, + 0xbf, 0xe1, 0x0f, 0x7d, 0xcd, 0xce, 0x0f, 0x75, 0x7e, 0x21, 0x14, 0x60, 0xb1, 0x47, 0x02, 0x76, + 0x6b, 0x27, 0xf6, 0x3a, 0x3f, 0x6d, 0x14, 0xa3, 0xe0, 0x72, 0x39, 0x02, 0x11, 0x19, 0x0f, 0xb7, + 0x51, 0x69, 0x4b, 0x3c, 0x18, 0x39, 0xe5, 0xf1, 0xa1, 0x12, 0xa2, 0xf2, 0xe0, 0x14, 0x1d, 0x87, + 0x82, 0x61, 0x87, 0x44, 0x12, 0xd8, 0xb5, 0x0a, 0xff, 0xb8, 0xb2, 0xc4, 0x3b, 0xa0, 0x8a, 0x51, + 0x08, 0xba, 0xec, 0x0f, 0x93, 0x00, 0x1e, 0xa0, 0x5e, 0xa9, 0x2d, 0x96, 0x4b, 0xfd, 0xa8, 0x30, + 0x4c, 0x02, 0x38, 0xee, 0xa2, 0x71, 0x87, 0xae, 0x1a, 0x1d, 0x6f, 0xb7, 0x8c, 0xf8, 0xd6, 0x5d, + 0xce, 0xfa, 0x2e, 0xbc, 0xcc, 0xa9, 0x63, 0xcd, 0x28, 0x91, 0x44, 0x01, 0x27, 0x81, 0x18, 0xbc, + 0x8b, 0x4a, 0xb6, 0xd7, 0x59, 0x70, 0xae, 0x3b, 0xd4, 0x2e, 0x4f, 0x70, 0x99, 0x59, 0xa3, 0x32, + 0x09, 0xe8, 0xe3, 0x52, 0x43, 0x0b, 0x86, 0x18, 0x24, 0x12, 0x86, 0xff, 0x31, 0x87, 0xb0, 0xe3, + 0x75, 0xe1, 0xf0, 0xca, 0x4e, 0x2c, 0xba, 0xc9, 0xfb, 0x61, 0x9c, 0xf2, 0x24, 0xd7, 0xa1, 0x96, + 0xf9, 0x3d, 0x3c, 0xce, 0x28, 0xae, 0x4c, 0x78, 0xbf, 0xd6, 0x8f, 0x4a, 0x12, 0xf4, 0x60, 0x4b, + 0xb1, 0xe9, 0xf0, 0xff, 0x97, 0xa7, 0x86, 0x5a, 0x8a, 0xe4, 0xbe, 0xa0, 0x68, 0x29, 0x04, 0x9c, + 0x04, 0x62, 0x58, 0xef, 0xb5, 0x4d, 0xf5, 0xe6, 0xb5, 0x8e, 0xd9, 0x23, 0x96, 0xe5, 0xae, 0x40, + 0xec, 0x72, 0x7a, 0x0e, 0x44, 0xc3, 0xf2, 0x34, 0x77, 0x9b, 0xb0, 0xf7, 0x9a, 0x24, 0x62, 0x91, + 0x14, 0x6a, 0xde, 0x7b, 0x2d, 0x9e, 0x71, 0x0f, 0xf6, 0x37, 0x16, 0x7b, 0xeb, 0xbd, 0x8e, 0x54, + 0x3c, 0xb0, 0xde, 0x6b, 0x49, 0xc4, 0x9d, 0x7b, 0xaf, 0x23, 0xe4, 0xdf, 0x82, 0xde, 0xeb, 0x48, + 0xd9, 0x94, 0x7c, 0xfa, 0x69, 0x5e, 0x9e, 0xd1, 0xef, 0x62, 0x83, 0x6f, 0x42, 0xbf, 0xed, 0x48, + 0xb6, 0x7e, 0x5b, 0xed, 0x67, 0x79, 0x34, 0x13, 0xf7, 0x21, 0xa5, 0x7d, 0x34, 0x77, 0xc7, 0xf6, + 0xd1, 0x1a, 0x9a, 0xdd, 0xf4, 0x4c, 0xb3, 0xc7, 0x0d, 0x22, 0xb5, 0x63, 0xf8, 0x37, 0xcd, 0xf7, + 0x0b, 0xca, 0xd9, 0x95, 0x04, 0x1c, 0x92, 0x48, 0x99, 0xd2, 0x0a, 0x5b, 0x18, 0xaa, 0x15, 0xf6, + 0x19, 0x34, 0xc5, 0x82, 0x48, 0x2f, 0xd6, 0x25, 0x12, 0xde, 0xaf, 0x10, 0x19, 0x48, 0x54, 0xdc, + 0xe4, 0xb6, 0xd6, 0xd1, 0xec, 0x6d, 0xad, 0xda, 0xfd, 0x68, 0x4e, 0xfc, 0x9f, 0x29, 0xb5, 0x68, + 0x75, 0x5c, 0xd6, 0xd3, 0x49, 0xed, 0x25, 0xaf, 0xdd, 0xee, 0x69, 0x17, 0xc1, 0x91, 0x95, 0xee, + 0x61, 0x7f, 0x05, 0xfc, 0x86, 0x66, 0xd1, 0xd6, 0x21, 0xad, 0x80, 0x3f, 0x4e, 0x42, 0x0c, 0xed, + 0x8b, 0x1c, 0x3a, 0x99, 0xd2, 0x4f, 0x8a, 0x6f, 0xa2, 0xe9, 0xb6, 0xbe, 0x2b, 0x35, 0xcc, 0x8a, + 0xad, 0x9e, 0xf5, 0x10, 0xc6, 0xaf, 0x7a, 0xd6, 0x14, 0x4e, 0x24, 0xc6, 0x99, 0xc7, 0x61, 0x7d, + 0xb7, 0xee, 0xd9, 0x2d, 0x3a, 0xe4, 0x51, 0x8f, 0x6f, 0xa3, 0x35, 0xc1, 0x83, 0x84, 0xdc, 0x58, + 0x57, 0x6a, 0x39, 0x2d, 0x29, 0x43, 0x79, 0x25, 0xf7, 0xa5, 0x3e, 0x14, 0xeb, 0x4b, 0x3d, 0xda, + 0x47, 0x77, 0x48, 0x5d, 0xa9, 0x9f, 0xe4, 0xd0, 0x89, 0xe4, 0xe2, 0x05, 0xff, 0x91, 0xa2, 0xf1, + 0xe9, 0x98, 0xc6, 0x47, 0x62, 0x54, 0x42, 0xdf, 0x2d, 0x34, 0x2d, 0x4a, 0x1c, 0xc1, 0xe6, 0x2e, + 0x7e, 0x3c, 0xb9, 0x13, 0xd6, 0x4f, 0x41, 0xb2, 0xe6, 0xeb, 0xa8, 0x8e, 0x91, 0x18, 0x5f, 0xed, + 0x9f, 0xf3, 0x68, 0x94, 0x37, 0x6b, 0x1d, 0x60, 0x66, 0x7d, 0x4d, 0xc9, 0xac, 0x59, 0x9f, 0x73, + 0xb9, 0x76, 0xa9, 0x49, 0x75, 0x23, 0x96, 0x54, 0x2f, 0x0c, 0xc5, 0x7d, 0x70, 0x3e, 0x7d, 0x1a, + 0x95, 0x42, 0x25, 0xb2, 0x05, 0x4c, 0x56, 0xbd, 0x4c, 0x48, 0x22, 0x32, 0x86, 0xdb, 0x1d, 0x25, + 0x73, 0x0d, 0xf3, 0x2b, 0x5f, 0x49, 0x76, 0x25, 0x48, 0x59, 0xfe, 0x93, 0x43, 0xd4, 0x6e, 0xd9, + 0x9f, 0xc9, 0x20, 0x48, 0xf9, 0x3f, 0x95, 0x0e, 0xaf, 0x58, 0x0a, 0xdc, 0x7b, 0x4f, 0x08, 0x9a, + 0xe9, 0x75, 0x05, 0x4a, 0x62, 0xd8, 0x73, 0x10, 0x88, 0x15, 0x61, 0x99, 0x5e, 0x06, 0xfe, 0x3f, + 0x87, 0x66, 0x93, 0x1a, 0x44, 0x59, 0x17, 0xd0, 0xb6, 0x21, 0x3a, 0x5a, 0xa4, 0x2e, 0xa0, 0x97, + 0x60, 0x8c, 0x70, 0x48, 0xf8, 0x5b, 0xac, 0x7c, 0xea, 0x6f, 0xb1, 0xe0, 0xf8, 0x0d, 0xa6, 0x0a, + 0xee, 0xc6, 0x0b, 0x6a, 0x2f, 0x45, 0xf4, 0xc3, 0x74, 0x22, 0x61, 0xf1, 0xbe, 0xaf, 0x48, 0x1f, + 0x71, 0xa1, 0x1e, 0x35, 0x64, 0x49, 0xaa, 0xca, 0x78, 0xda, 0x37, 0x72, 0xe8, 0xa1, 0x3b, 0x16, + 0xf6, 0xb8, 0xaa, 0x84, 0x87, 0x4a, 0x2c, 0x3c, 0x9c, 0x4a, 0x67, 0x70, 0x88, 0x3d, 0xf7, 0x1f, + 0xe4, 0x11, 0x5e, 0xdf, 0x32, 0xec, 0x66, 0x4d, 0xb7, 0xe1, 0xa0, 0x2c, 0x26, 0x78, 0x80, 0x01, + 0x03, 0x2c, 0xde, 0xa4, 0x4e, 0xc3, 0x36, 0xb8, 0x91, 0xc4, 0x72, 0x86, 0x16, 0x5f, 0x8a, 0x40, + 0x44, 0xc6, 0x83, 0x02, 0xbb, 0x28, 0xea, 0xd6, 0xa0, 0x71, 0x28, 0x6b, 0x21, 0x1a, 0x79, 0x40, + 0xb4, 0x3f, 0xc4, 0x00, 0xec, 0xcb, 0x80, 0xb9, 0xf6, 0x21, 0x84, 0xfb, 0x7e, 0x83, 0x2c, 0xf9, + 0x6d, 0x31, 0x07, 0x65, 0x94, 0xfb, 0xd1, 0x08, 0xe7, 0xca, 0xac, 0x31, 0xe9, 0x5f, 0x94, 0x32, + 0x89, 0x84, 0x8f, 0x6a, 0x5f, 0xe5, 0xd0, 0x5c, 0xb2, 0x4a, 0x87, 0x51, 0xff, 0xdf, 0x54, 0xeb, + 0xff, 0xac, 0x87, 0xcd, 0x64, 0xc5, 0x53, 0xce, 0x02, 0x5f, 0x24, 0x1a, 0xff, 0x30, 0x66, 0xb9, + 0xa9, 0xce, 0x72, 0x61, 0xcf, 0xb3, 0x4c, 0x9e, 0x61, 0xf5, 0xb1, 0xdb, 0x3f, 0x39, 0x75, 0xcf, + 0x67, 0xf0, 0xf7, 0x43, 0xf8, 0x7b, 0xef, 0xcb, 0x53, 0xb9, 0xdb, 0xf0, 0xf7, 0x19, 0xfc, 0xfd, + 0x18, 0xfe, 0x3e, 0xfc, 0xe9, 0xa9, 0x7b, 0x5e, 0x1b, 0x17, 0x3c, 0x7f, 0x13, 0x00, 0x00, 0xff, + 0xff, 0xaa, 0x27, 0x1a, 0xe5, 0xe7, 0x44, 0x00, 0x00, } diff --git a/pkg/apis/extensions/v1beta1/generated.proto b/pkg/apis/extensions/v1beta1/generated.proto index d0c891c8db2..e92b229865d 100644 --- a/pkg/apis/extensions/v1beta1/generated.proto +++ b/pkg/apis/extensions/v1beta1/generated.proto @@ -826,6 +826,11 @@ message ReplicaSetSpec { // More info: http://releases.k8s.io/HEAD/docs/user-guide/replication-controller.md#what-is-a-replication-controller optional int32 replicas = 1; + // Minimum number of seconds for which a newly created pod should be ready + // without any of its container crashing, for it to be considered available. + // Defaults to 0 (pod will be considered available as soon as it is ready) + optional int32 minReadySeconds = 4; + // Selector is a label query over pods that should match the replica count. // If the selector is empty, it is defaulted to the labels present on the pod template. // Label keys and values that must match in order to be controlled by this replica set. @@ -850,6 +855,9 @@ message ReplicaSetStatus { // The number of ready replicas for this replica set. optional int32 readyReplicas = 4; + // The number of available replicas (ready for at least minReadySeconds) for this replica set. + optional int32 availableReplicas = 5; + // ObservedGeneration reflects the generation of the most recently observed ReplicaSet. optional int64 observedGeneration = 3; } diff --git a/pkg/apis/extensions/v1beta1/types.generated.go b/pkg/apis/extensions/v1beta1/types.generated.go index 9adca162dcc..d8029e6e649 100644 --- a/pkg/apis/extensions/v1beta1/types.generated.go +++ b/pkg/apis/extensions/v1beta1/types.generated.go @@ -15917,15 +15917,16 @@ func (x *ReplicaSetSpec) CodecEncodeSelf(e *codec1978.Encoder) { } else { yysep1337 := !z.EncBinary() yy2arr1337 := z.EncBasicHandle().StructToArray - var yyq1337 [3]bool + var yyq1337 [4]bool _, _, _ = yysep1337, yyq1337, yy2arr1337 const yyr1337 bool = false yyq1337[0] = x.Replicas != nil - yyq1337[1] = x.Selector != nil - yyq1337[2] = true + yyq1337[1] = x.MinReadySeconds != 0 + yyq1337[2] = x.Selector != nil + yyq1337[3] = true var yynn1337 int if yyr1337 || yy2arr1337 { - r.EncodeArrayStart(3) + r.EncodeArrayStart(4) } else { yynn1337 = 0 for _, b := range yyq1337 { @@ -15974,6 +15975,31 @@ func (x *ReplicaSetSpec) CodecEncodeSelf(e *codec1978.Encoder) { if yyr1337 || yy2arr1337 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if yyq1337[1] { + yym1344 := z.EncBinary() + _ = yym1344 + if false { + } else { + r.EncodeInt(int64(x.MinReadySeconds)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq1337[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("minReadySeconds")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1345 := z.EncBinary() + _ = yym1345 + if false { + } else { + r.EncodeInt(int64(x.MinReadySeconds)) + } + } + } + if yyr1337 || yy2arr1337 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1337[2] { if x.Selector == nil { r.EncodeNil() } else { @@ -15983,7 +16009,7 @@ func (x *ReplicaSetSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1337[1] { + if yyq1337[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("selector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -15996,19 +16022,19 @@ func (x *ReplicaSetSpec) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr1337 || yy2arr1337 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1337[2] { - yy1345 := &x.Template - yy1345.CodecEncodeSelf(e) + if yyq1337[3] { + yy1348 := &x.Template + yy1348.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1337[2] { + if yyq1337[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("template")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1346 := &x.Template - yy1346.CodecEncodeSelf(e) + yy1349 := &x.Template + yy1349.CodecEncodeSelf(e) } } if yyr1337 || yy2arr1337 { @@ -16024,25 +16050,25 @@ func (x *ReplicaSetSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1347 := z.DecBinary() - _ = yym1347 + yym1350 := z.DecBinary() + _ = yym1350 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1348 := r.ContainerType() - if yyct1348 == codecSelferValueTypeMap1234 { - yyl1348 := r.ReadMapStart() - if yyl1348 == 0 { + yyct1351 := r.ContainerType() + if yyct1351 == codecSelferValueTypeMap1234 { + yyl1351 := r.ReadMapStart() + if yyl1351 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1348, d) + x.codecDecodeSelfFromMap(yyl1351, d) } - } else if yyct1348 == codecSelferValueTypeArray1234 { - yyl1348 := r.ReadArrayStart() - if yyl1348 == 0 { + } else if yyct1351 == codecSelferValueTypeArray1234 { + yyl1351 := r.ReadArrayStart() + if yyl1351 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1348, d) + x.codecDecodeSelfFromArray(yyl1351, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16054,12 +16080,12 @@ func (x *ReplicaSetSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1349Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1349Slc - var yyhl1349 bool = l >= 0 - for yyj1349 := 0; ; yyj1349++ { - if yyhl1349 { - if yyj1349 >= l { + var yys1352Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1352Slc + var yyhl1352 bool = l >= 0 + for yyj1352 := 0; ; yyj1352++ { + if yyhl1352 { + if yyj1352 >= l { break } } else { @@ -16068,10 +16094,10 @@ func (x *ReplicaSetSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1349Slc = r.DecodeBytes(yys1349Slc, true, true) - yys1349 := string(yys1349Slc) + yys1352Slc = r.DecodeBytes(yys1352Slc, true, true) + yys1352 := string(yys1352Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1349 { + switch yys1352 { case "replicas": if r.TryDecodeAsNil() { if x.Replicas != nil { @@ -16081,13 +16107,19 @@ func (x *ReplicaSetSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Replicas == nil { x.Replicas = new(int32) } - yym1351 := z.DecBinary() - _ = yym1351 + yym1354 := z.DecBinary() + _ = yym1354 if false { } else { *((*int32)(x.Replicas)) = int32(r.DecodeInt(32)) } } + case "minReadySeconds": + if r.TryDecodeAsNil() { + x.MinReadySeconds = 0 + } else { + x.MinReadySeconds = int32(r.DecodeInt(32)) + } case "selector": if r.TryDecodeAsNil() { if x.Selector != nil { @@ -16103,13 +16135,13 @@ func (x *ReplicaSetSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Template = pkg2_v1.PodTemplateSpec{} } else { - yyv1353 := &x.Template - yyv1353.CodecDecodeSelf(d) + yyv1357 := &x.Template + yyv1357.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1349) - } // end switch yys1349 - } // end for yyj1349 + z.DecStructFieldNotFound(-1, yys1352) + } // end switch yys1352 + } // end for yyj1352 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16117,16 +16149,16 @@ func (x *ReplicaSetSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1354 int - var yyb1354 bool - var yyhl1354 bool = l >= 0 - yyj1354++ - if yyhl1354 { - yyb1354 = yyj1354 > l + var yyj1358 int + var yyb1358 bool + var yyhl1358 bool = l >= 0 + yyj1358++ + if yyhl1358 { + yyb1358 = yyj1358 > l } else { - yyb1354 = r.CheckBreak() + yyb1358 = r.CheckBreak() } - if yyb1354 { + if yyb1358 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16139,20 +16171,36 @@ func (x *ReplicaSetSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Replicas == nil { x.Replicas = new(int32) } - yym1356 := z.DecBinary() - _ = yym1356 + yym1360 := z.DecBinary() + _ = yym1360 if false { } else { *((*int32)(x.Replicas)) = int32(r.DecodeInt(32)) } } - yyj1354++ - if yyhl1354 { - yyb1354 = yyj1354 > l + yyj1358++ + if yyhl1358 { + yyb1358 = yyj1358 > l } else { - yyb1354 = r.CheckBreak() + yyb1358 = r.CheckBreak() } - if yyb1354 { + if yyb1358 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.MinReadySeconds = 0 + } else { + x.MinReadySeconds = int32(r.DecodeInt(32)) + } + yyj1358++ + if yyhl1358 { + yyb1358 = yyj1358 > l + } else { + yyb1358 = r.CheckBreak() + } + if yyb1358 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16167,13 +16215,13 @@ func (x *ReplicaSetSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Selector.CodecDecodeSelf(d) } - yyj1354++ - if yyhl1354 { - yyb1354 = yyj1354 > l + yyj1358++ + if yyhl1358 { + yyb1358 = yyj1358 > l } else { - yyb1354 = r.CheckBreak() + yyb1358 = r.CheckBreak() } - if yyb1354 { + if yyb1358 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16181,21 +16229,21 @@ func (x *ReplicaSetSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Template = pkg2_v1.PodTemplateSpec{} } else { - yyv1358 := &x.Template - yyv1358.CodecDecodeSelf(d) + yyv1363 := &x.Template + yyv1363.CodecDecodeSelf(d) } for { - yyj1354++ - if yyhl1354 { - yyb1354 = yyj1354 > l + yyj1358++ + if yyhl1358 { + yyb1358 = yyj1358 > l } else { - yyb1354 = r.CheckBreak() + yyb1358 = r.CheckBreak() } - if yyb1354 { + if yyb1358 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1354-1, "") + z.DecStructFieldNotFound(yyj1358-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16207,36 +16255,37 @@ func (x *ReplicaSetStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1359 := z.EncBinary() - _ = yym1359 + yym1364 := z.EncBinary() + _ = yym1364 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1360 := !z.EncBinary() - yy2arr1360 := z.EncBasicHandle().StructToArray - var yyq1360 [4]bool - _, _, _ = yysep1360, yyq1360, yy2arr1360 - const yyr1360 bool = false - yyq1360[1] = x.FullyLabeledReplicas != 0 - yyq1360[2] = x.ReadyReplicas != 0 - yyq1360[3] = x.ObservedGeneration != 0 - var yynn1360 int - if yyr1360 || yy2arr1360 { - r.EncodeArrayStart(4) + yysep1365 := !z.EncBinary() + yy2arr1365 := z.EncBasicHandle().StructToArray + var yyq1365 [5]bool + _, _, _ = yysep1365, yyq1365, yy2arr1365 + const yyr1365 bool = false + yyq1365[1] = x.FullyLabeledReplicas != 0 + yyq1365[2] = x.ReadyReplicas != 0 + yyq1365[3] = x.AvailableReplicas != 0 + yyq1365[4] = x.ObservedGeneration != 0 + var yynn1365 int + if yyr1365 || yy2arr1365 { + r.EncodeArrayStart(5) } else { - yynn1360 = 1 - for _, b := range yyq1360 { + yynn1365 = 1 + for _, b := range yyq1365 { if b { - yynn1360++ + yynn1365++ } } - r.EncodeMapStart(yynn1360) - yynn1360 = 0 + r.EncodeMapStart(yynn1365) + yynn1365 = 0 } - if yyr1360 || yy2arr1360 { + if yyr1365 || yy2arr1365 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1362 := z.EncBinary() - _ = yym1362 + yym1367 := z.EncBinary() + _ = yym1367 if false { } else { r.EncodeInt(int64(x.Replicas)) @@ -16245,18 +16294,18 @@ func (x *ReplicaSetStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("replicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1363 := z.EncBinary() - _ = yym1363 + yym1368 := z.EncBinary() + _ = yym1368 if false { } else { r.EncodeInt(int64(x.Replicas)) } } - if yyr1360 || yy2arr1360 { + if yyr1365 || yy2arr1365 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1360[1] { - yym1365 := z.EncBinary() - _ = yym1365 + if yyq1365[1] { + yym1370 := z.EncBinary() + _ = yym1370 if false { } else { r.EncodeInt(int64(x.FullyLabeledReplicas)) @@ -16265,49 +16314,74 @@ func (x *ReplicaSetStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1360[1] { + if yyq1365[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fullyLabeledReplicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1366 := z.EncBinary() - _ = yym1366 - if false { - } else { - r.EncodeInt(int64(x.FullyLabeledReplicas)) - } - } - } - if yyr1360 || yy2arr1360 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1360[2] { - yym1368 := z.EncBinary() - _ = yym1368 - if false { - } else { - r.EncodeInt(int64(x.ReadyReplicas)) - } - } else { - r.EncodeInt(0) - } - } else { - if yyq1360[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("readyReplicas")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1369 := z.EncBinary() - _ = yym1369 - if false { - } else { - r.EncodeInt(int64(x.ReadyReplicas)) - } - } - } - if yyr1360 || yy2arr1360 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1360[3] { yym1371 := z.EncBinary() _ = yym1371 if false { + } else { + r.EncodeInt(int64(x.FullyLabeledReplicas)) + } + } + } + if yyr1365 || yy2arr1365 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1365[2] { + yym1373 := z.EncBinary() + _ = yym1373 + if false { + } else { + r.EncodeInt(int64(x.ReadyReplicas)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq1365[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("readyReplicas")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1374 := z.EncBinary() + _ = yym1374 + if false { + } else { + r.EncodeInt(int64(x.ReadyReplicas)) + } + } + } + if yyr1365 || yy2arr1365 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1365[3] { + yym1376 := z.EncBinary() + _ = yym1376 + if false { + } else { + r.EncodeInt(int64(x.AvailableReplicas)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq1365[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("availableReplicas")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1377 := z.EncBinary() + _ = yym1377 + if false { + } else { + r.EncodeInt(int64(x.AvailableReplicas)) + } + } + } + if yyr1365 || yy2arr1365 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1365[4] { + yym1379 := z.EncBinary() + _ = yym1379 + if false { } else { r.EncodeInt(int64(x.ObservedGeneration)) } @@ -16315,19 +16389,19 @@ func (x *ReplicaSetStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1360[3] { + if yyq1365[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("observedGeneration")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1372 := z.EncBinary() - _ = yym1372 + yym1380 := z.EncBinary() + _ = yym1380 if false { } else { r.EncodeInt(int64(x.ObservedGeneration)) } } } - if yyr1360 || yy2arr1360 { + if yyr1365 || yy2arr1365 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16340,25 +16414,25 @@ func (x *ReplicaSetStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1373 := z.DecBinary() - _ = yym1373 + yym1381 := z.DecBinary() + _ = yym1381 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1374 := r.ContainerType() - if yyct1374 == codecSelferValueTypeMap1234 { - yyl1374 := r.ReadMapStart() - if yyl1374 == 0 { + yyct1382 := r.ContainerType() + if yyct1382 == codecSelferValueTypeMap1234 { + yyl1382 := r.ReadMapStart() + if yyl1382 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1374, d) + x.codecDecodeSelfFromMap(yyl1382, d) } - } else if yyct1374 == codecSelferValueTypeArray1234 { - yyl1374 := r.ReadArrayStart() - if yyl1374 == 0 { + } else if yyct1382 == codecSelferValueTypeArray1234 { + yyl1382 := r.ReadArrayStart() + if yyl1382 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1374, d) + x.codecDecodeSelfFromArray(yyl1382, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16370,12 +16444,12 @@ func (x *ReplicaSetStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1375Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1375Slc - var yyhl1375 bool = l >= 0 - for yyj1375 := 0; ; yyj1375++ { - if yyhl1375 { - if yyj1375 >= l { + var yys1383Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1383Slc + var yyhl1383 bool = l >= 0 + for yyj1383 := 0; ; yyj1383++ { + if yyhl1383 { + if yyj1383 >= l { break } } else { @@ -16384,10 +16458,10 @@ func (x *ReplicaSetStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1375Slc = r.DecodeBytes(yys1375Slc, true, true) - yys1375 := string(yys1375Slc) + yys1383Slc = r.DecodeBytes(yys1383Slc, true, true) + yys1383 := string(yys1383Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1375 { + switch yys1383 { case "replicas": if r.TryDecodeAsNil() { x.Replicas = 0 @@ -16406,6 +16480,12 @@ func (x *ReplicaSetStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } else { x.ReadyReplicas = int32(r.DecodeInt(32)) } + case "availableReplicas": + if r.TryDecodeAsNil() { + x.AvailableReplicas = 0 + } else { + x.AvailableReplicas = int32(r.DecodeInt(32)) + } case "observedGeneration": if r.TryDecodeAsNil() { x.ObservedGeneration = 0 @@ -16413,9 +16493,9 @@ func (x *ReplicaSetStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ObservedGeneration = int64(r.DecodeInt(64)) } default: - z.DecStructFieldNotFound(-1, yys1375) - } // end switch yys1375 - } // end for yyj1375 + z.DecStructFieldNotFound(-1, yys1383) + } // end switch yys1383 + } // end for yyj1383 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16423,16 +16503,16 @@ func (x *ReplicaSetStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1380 int - var yyb1380 bool - var yyhl1380 bool = l >= 0 - yyj1380++ - if yyhl1380 { - yyb1380 = yyj1380 > l + var yyj1389 int + var yyb1389 bool + var yyhl1389 bool = l >= 0 + yyj1389++ + if yyhl1389 { + yyb1389 = yyj1389 > l } else { - yyb1380 = r.CheckBreak() + yyb1389 = r.CheckBreak() } - if yyb1380 { + if yyb1389 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16442,13 +16522,13 @@ func (x *ReplicaSetStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Replicas = int32(r.DecodeInt(32)) } - yyj1380++ - if yyhl1380 { - yyb1380 = yyj1380 > l + yyj1389++ + if yyhl1389 { + yyb1389 = yyj1389 > l } else { - yyb1380 = r.CheckBreak() + yyb1389 = r.CheckBreak() } - if yyb1380 { + if yyb1389 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16458,13 +16538,13 @@ func (x *ReplicaSetStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.FullyLabeledReplicas = int32(r.DecodeInt(32)) } - yyj1380++ - if yyhl1380 { - yyb1380 = yyj1380 > l + yyj1389++ + if yyhl1389 { + yyb1389 = yyj1389 > l } else { - yyb1380 = r.CheckBreak() + yyb1389 = r.CheckBreak() } - if yyb1380 { + if yyb1389 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16474,13 +16554,29 @@ func (x *ReplicaSetStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.ReadyReplicas = int32(r.DecodeInt(32)) } - yyj1380++ - if yyhl1380 { - yyb1380 = yyj1380 > l + yyj1389++ + if yyhl1389 { + yyb1389 = yyj1389 > l } else { - yyb1380 = r.CheckBreak() + yyb1389 = r.CheckBreak() } - if yyb1380 { + if yyb1389 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.AvailableReplicas = 0 + } else { + x.AvailableReplicas = int32(r.DecodeInt(32)) + } + yyj1389++ + if yyhl1389 { + yyb1389 = yyj1389 > l + } else { + yyb1389 = r.CheckBreak() + } + if yyb1389 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16491,17 +16587,17 @@ func (x *ReplicaSetStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.ObservedGeneration = int64(r.DecodeInt(64)) } for { - yyj1380++ - if yyhl1380 { - yyb1380 = yyj1380 > l + yyj1389++ + if yyhl1389 { + yyb1389 = yyj1389 > l } else { - yyb1380 = r.CheckBreak() + yyb1389 = r.CheckBreak() } - if yyb1380 { + if yyb1389 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1380-1, "") + z.DecStructFieldNotFound(yyj1389-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16513,38 +16609,38 @@ func (x *PodSecurityPolicy) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1385 := z.EncBinary() - _ = yym1385 + yym1395 := z.EncBinary() + _ = yym1395 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1386 := !z.EncBinary() - yy2arr1386 := z.EncBasicHandle().StructToArray - var yyq1386 [4]bool - _, _, _ = yysep1386, yyq1386, yy2arr1386 - const yyr1386 bool = false - yyq1386[0] = x.Kind != "" - yyq1386[1] = x.APIVersion != "" - yyq1386[2] = true - yyq1386[3] = true - var yynn1386 int - if yyr1386 || yy2arr1386 { + yysep1396 := !z.EncBinary() + yy2arr1396 := z.EncBasicHandle().StructToArray + var yyq1396 [4]bool + _, _, _ = yysep1396, yyq1396, yy2arr1396 + const yyr1396 bool = false + yyq1396[0] = x.Kind != "" + yyq1396[1] = x.APIVersion != "" + yyq1396[2] = true + yyq1396[3] = true + var yynn1396 int + if yyr1396 || yy2arr1396 { r.EncodeArrayStart(4) } else { - yynn1386 = 0 - for _, b := range yyq1386 { + yynn1396 = 0 + for _, b := range yyq1396 { if b { - yynn1386++ + yynn1396++ } } - r.EncodeMapStart(yynn1386) - yynn1386 = 0 + r.EncodeMapStart(yynn1396) + yynn1396 = 0 } - if yyr1386 || yy2arr1386 { + if yyr1396 || yy2arr1396 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1386[0] { - yym1388 := z.EncBinary() - _ = yym1388 + if yyq1396[0] { + yym1398 := z.EncBinary() + _ = yym1398 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -16553,23 +16649,23 @@ func (x *PodSecurityPolicy) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1386[0] { + if yyq1396[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1389 := z.EncBinary() - _ = yym1389 + yym1399 := z.EncBinary() + _ = yym1399 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1386 || yy2arr1386 { + if yyr1396 || yy2arr1396 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1386[1] { - yym1391 := z.EncBinary() - _ = yym1391 + if yyq1396[1] { + yym1401 := z.EncBinary() + _ = yym1401 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -16578,53 +16674,53 @@ func (x *PodSecurityPolicy) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1386[1] { + if yyq1396[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1392 := z.EncBinary() - _ = yym1392 + yym1402 := z.EncBinary() + _ = yym1402 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1386 || yy2arr1386 { + if yyr1396 || yy2arr1396 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1386[2] { - yy1394 := &x.ObjectMeta - yy1394.CodecEncodeSelf(e) + if yyq1396[2] { + yy1404 := &x.ObjectMeta + yy1404.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1386[2] { + if yyq1396[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1395 := &x.ObjectMeta - yy1395.CodecEncodeSelf(e) + yy1405 := &x.ObjectMeta + yy1405.CodecEncodeSelf(e) } } - if yyr1386 || yy2arr1386 { + if yyr1396 || yy2arr1396 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1386[3] { - yy1397 := &x.Spec - yy1397.CodecEncodeSelf(e) + if yyq1396[3] { + yy1407 := &x.Spec + yy1407.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1386[3] { + if yyq1396[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1398 := &x.Spec - yy1398.CodecEncodeSelf(e) + yy1408 := &x.Spec + yy1408.CodecEncodeSelf(e) } } - if yyr1386 || yy2arr1386 { + if yyr1396 || yy2arr1396 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16637,25 +16733,25 @@ func (x *PodSecurityPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1399 := z.DecBinary() - _ = yym1399 + yym1409 := z.DecBinary() + _ = yym1409 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1400 := r.ContainerType() - if yyct1400 == codecSelferValueTypeMap1234 { - yyl1400 := r.ReadMapStart() - if yyl1400 == 0 { + yyct1410 := r.ContainerType() + if yyct1410 == codecSelferValueTypeMap1234 { + yyl1410 := r.ReadMapStart() + if yyl1410 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1400, d) + x.codecDecodeSelfFromMap(yyl1410, d) } - } else if yyct1400 == codecSelferValueTypeArray1234 { - yyl1400 := r.ReadArrayStart() - if yyl1400 == 0 { + } else if yyct1410 == codecSelferValueTypeArray1234 { + yyl1410 := r.ReadArrayStart() + if yyl1410 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1400, d) + x.codecDecodeSelfFromArray(yyl1410, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16667,12 +16763,12 @@ func (x *PodSecurityPolicy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1401Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1401Slc - var yyhl1401 bool = l >= 0 - for yyj1401 := 0; ; yyj1401++ { - if yyhl1401 { - if yyj1401 >= l { + var yys1411Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1411Slc + var yyhl1411 bool = l >= 0 + for yyj1411 := 0; ; yyj1411++ { + if yyhl1411 { + if yyj1411 >= l { break } } else { @@ -16681,10 +16777,10 @@ func (x *PodSecurityPolicy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1401Slc = r.DecodeBytes(yys1401Slc, true, true) - yys1401 := string(yys1401Slc) + yys1411Slc = r.DecodeBytes(yys1411Slc, true, true) + yys1411 := string(yys1411Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1401 { + switch yys1411 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -16701,20 +16797,20 @@ func (x *PodSecurityPolicy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_v1.ObjectMeta{} } else { - yyv1404 := &x.ObjectMeta - yyv1404.CodecDecodeSelf(d) + yyv1414 := &x.ObjectMeta + yyv1414.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = PodSecurityPolicySpec{} } else { - yyv1405 := &x.Spec - yyv1405.CodecDecodeSelf(d) + yyv1415 := &x.Spec + yyv1415.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1401) - } // end switch yys1401 - } // end for yyj1401 + z.DecStructFieldNotFound(-1, yys1411) + } // end switch yys1411 + } // end for yyj1411 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16722,16 +16818,16 @@ func (x *PodSecurityPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1406 int - var yyb1406 bool - var yyhl1406 bool = l >= 0 - yyj1406++ - if yyhl1406 { - yyb1406 = yyj1406 > l + var yyj1416 int + var yyb1416 bool + var yyhl1416 bool = l >= 0 + yyj1416++ + if yyhl1416 { + yyb1416 = yyj1416 > l } else { - yyb1406 = r.CheckBreak() + yyb1416 = r.CheckBreak() } - if yyb1406 { + if yyb1416 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16741,13 +16837,13 @@ func (x *PodSecurityPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.Kind = string(r.DecodeString()) } - yyj1406++ - if yyhl1406 { - yyb1406 = yyj1406 > l + yyj1416++ + if yyhl1416 { + yyb1416 = yyj1416 > l } else { - yyb1406 = r.CheckBreak() + yyb1416 = r.CheckBreak() } - if yyb1406 { + if yyb1416 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16757,13 +16853,13 @@ func (x *PodSecurityPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.APIVersion = string(r.DecodeString()) } - yyj1406++ - if yyhl1406 { - yyb1406 = yyj1406 > l + yyj1416++ + if yyhl1416 { + yyb1416 = yyj1416 > l } else { - yyb1406 = r.CheckBreak() + yyb1416 = r.CheckBreak() } - if yyb1406 { + if yyb1416 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16771,16 +16867,16 @@ func (x *PodSecurityPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_v1.ObjectMeta{} } else { - yyv1409 := &x.ObjectMeta - yyv1409.CodecDecodeSelf(d) + yyv1419 := &x.ObjectMeta + yyv1419.CodecDecodeSelf(d) } - yyj1406++ - if yyhl1406 { - yyb1406 = yyj1406 > l + yyj1416++ + if yyhl1416 { + yyb1416 = yyj1416 > l } else { - yyb1406 = r.CheckBreak() + yyb1416 = r.CheckBreak() } - if yyb1406 { + if yyb1416 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16788,21 +16884,21 @@ func (x *PodSecurityPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Spec = PodSecurityPolicySpec{} } else { - yyv1410 := &x.Spec - yyv1410.CodecDecodeSelf(d) + yyv1420 := &x.Spec + yyv1420.CodecDecodeSelf(d) } for { - yyj1406++ - if yyhl1406 { - yyb1406 = yyj1406 > l + yyj1416++ + if yyhl1416 { + yyb1416 = yyj1416 > l } else { - yyb1406 = r.CheckBreak() + yyb1416 = r.CheckBreak() } - if yyb1406 { + if yyb1416 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1406-1, "") + z.DecStructFieldNotFound(yyj1416-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16814,44 +16910,44 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1411 := z.EncBinary() - _ = yym1411 + yym1421 := z.EncBinary() + _ = yym1421 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1412 := !z.EncBinary() - yy2arr1412 := z.EncBasicHandle().StructToArray - var yyq1412 [14]bool - _, _, _ = yysep1412, yyq1412, yy2arr1412 - const yyr1412 bool = false - yyq1412[0] = x.Privileged != false - yyq1412[1] = len(x.DefaultAddCapabilities) != 0 - yyq1412[2] = len(x.RequiredDropCapabilities) != 0 - yyq1412[3] = len(x.AllowedCapabilities) != 0 - yyq1412[4] = len(x.Volumes) != 0 - yyq1412[5] = x.HostNetwork != false - yyq1412[6] = len(x.HostPorts) != 0 - yyq1412[7] = x.HostPID != false - yyq1412[8] = x.HostIPC != false - yyq1412[13] = x.ReadOnlyRootFilesystem != false - var yynn1412 int - if yyr1412 || yy2arr1412 { + yysep1422 := !z.EncBinary() + yy2arr1422 := z.EncBasicHandle().StructToArray + var yyq1422 [14]bool + _, _, _ = yysep1422, yyq1422, yy2arr1422 + const yyr1422 bool = false + yyq1422[0] = x.Privileged != false + yyq1422[1] = len(x.DefaultAddCapabilities) != 0 + yyq1422[2] = len(x.RequiredDropCapabilities) != 0 + yyq1422[3] = len(x.AllowedCapabilities) != 0 + yyq1422[4] = len(x.Volumes) != 0 + yyq1422[5] = x.HostNetwork != false + yyq1422[6] = len(x.HostPorts) != 0 + yyq1422[7] = x.HostPID != false + yyq1422[8] = x.HostIPC != false + yyq1422[13] = x.ReadOnlyRootFilesystem != false + var yynn1422 int + if yyr1422 || yy2arr1422 { r.EncodeArrayStart(14) } else { - yynn1412 = 4 - for _, b := range yyq1412 { + yynn1422 = 4 + for _, b := range yyq1422 { if b { - yynn1412++ + yynn1422++ } } - r.EncodeMapStart(yynn1412) - yynn1412 = 0 + r.EncodeMapStart(yynn1422) + yynn1422 = 0 } - if yyr1412 || yy2arr1412 { + if yyr1422 || yy2arr1422 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1412[0] { - yym1414 := z.EncBinary() - _ = yym1414 + if yyq1422[0] { + yym1424 := z.EncBinary() + _ = yym1424 if false { } else { r.EncodeBool(bool(x.Privileged)) @@ -16860,155 +16956,155 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1412[0] { + if yyq1422[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("privileged")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1415 := z.EncBinary() - _ = yym1415 + yym1425 := z.EncBinary() + _ = yym1425 if false { } else { r.EncodeBool(bool(x.Privileged)) } } } - if yyr1412 || yy2arr1412 { + if yyr1422 || yy2arr1422 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1412[1] { + if yyq1422[1] { if x.DefaultAddCapabilities == nil { r.EncodeNil() - } else { - yym1417 := z.EncBinary() - _ = yym1417 - if false { - } else { - h.encSlicev1_Capability(([]pkg2_v1.Capability)(x.DefaultAddCapabilities), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq1412[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("defaultAddCapabilities")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.DefaultAddCapabilities == nil { - r.EncodeNil() - } else { - yym1418 := z.EncBinary() - _ = yym1418 - if false { - } else { - h.encSlicev1_Capability(([]pkg2_v1.Capability)(x.DefaultAddCapabilities), e) - } - } - } - } - if yyr1412 || yy2arr1412 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1412[2] { - if x.RequiredDropCapabilities == nil { - r.EncodeNil() - } else { - yym1420 := z.EncBinary() - _ = yym1420 - if false { - } else { - h.encSlicev1_Capability(([]pkg2_v1.Capability)(x.RequiredDropCapabilities), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq1412[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("requiredDropCapabilities")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.RequiredDropCapabilities == nil { - r.EncodeNil() - } else { - yym1421 := z.EncBinary() - _ = yym1421 - if false { - } else { - h.encSlicev1_Capability(([]pkg2_v1.Capability)(x.RequiredDropCapabilities), e) - } - } - } - } - if yyr1412 || yy2arr1412 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1412[3] { - if x.AllowedCapabilities == nil { - r.EncodeNil() - } else { - yym1423 := z.EncBinary() - _ = yym1423 - if false { - } else { - h.encSlicev1_Capability(([]pkg2_v1.Capability)(x.AllowedCapabilities), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq1412[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("allowedCapabilities")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.AllowedCapabilities == nil { - r.EncodeNil() - } else { - yym1424 := z.EncBinary() - _ = yym1424 - if false { - } else { - h.encSlicev1_Capability(([]pkg2_v1.Capability)(x.AllowedCapabilities), e) - } - } - } - } - if yyr1412 || yy2arr1412 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1412[4] { - if x.Volumes == nil { - r.EncodeNil() - } else { - yym1426 := z.EncBinary() - _ = yym1426 - if false { - } else { - h.encSliceFSType(([]FSType)(x.Volumes), e) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq1412[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("volumes")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Volumes == nil { - r.EncodeNil() } else { yym1427 := z.EncBinary() _ = yym1427 if false { + } else { + h.encSlicev1_Capability(([]pkg2_v1.Capability)(x.DefaultAddCapabilities), e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq1422[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("defaultAddCapabilities")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.DefaultAddCapabilities == nil { + r.EncodeNil() + } else { + yym1428 := z.EncBinary() + _ = yym1428 + if false { + } else { + h.encSlicev1_Capability(([]pkg2_v1.Capability)(x.DefaultAddCapabilities), e) + } + } + } + } + if yyr1422 || yy2arr1422 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1422[2] { + if x.RequiredDropCapabilities == nil { + r.EncodeNil() + } else { + yym1430 := z.EncBinary() + _ = yym1430 + if false { + } else { + h.encSlicev1_Capability(([]pkg2_v1.Capability)(x.RequiredDropCapabilities), e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq1422[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("requiredDropCapabilities")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.RequiredDropCapabilities == nil { + r.EncodeNil() + } else { + yym1431 := z.EncBinary() + _ = yym1431 + if false { + } else { + h.encSlicev1_Capability(([]pkg2_v1.Capability)(x.RequiredDropCapabilities), e) + } + } + } + } + if yyr1422 || yy2arr1422 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1422[3] { + if x.AllowedCapabilities == nil { + r.EncodeNil() + } else { + yym1433 := z.EncBinary() + _ = yym1433 + if false { + } else { + h.encSlicev1_Capability(([]pkg2_v1.Capability)(x.AllowedCapabilities), e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq1422[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("allowedCapabilities")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.AllowedCapabilities == nil { + r.EncodeNil() + } else { + yym1434 := z.EncBinary() + _ = yym1434 + if false { + } else { + h.encSlicev1_Capability(([]pkg2_v1.Capability)(x.AllowedCapabilities), e) + } + } + } + } + if yyr1422 || yy2arr1422 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1422[4] { + if x.Volumes == nil { + r.EncodeNil() + } else { + yym1436 := z.EncBinary() + _ = yym1436 + if false { + } else { + h.encSliceFSType(([]FSType)(x.Volumes), e) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq1422[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("volumes")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Volumes == nil { + r.EncodeNil() + } else { + yym1437 := z.EncBinary() + _ = yym1437 + if false { } else { h.encSliceFSType(([]FSType)(x.Volumes), e) } } } } - if yyr1412 || yy2arr1412 { + if yyr1422 || yy2arr1422 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1412[5] { - yym1429 := z.EncBinary() - _ = yym1429 + if yyq1422[5] { + yym1439 := z.EncBinary() + _ = yym1439 if false { } else { r.EncodeBool(bool(x.HostNetwork)) @@ -17017,26 +17113,26 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1412[5] { + if yyq1422[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostNetwork")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1430 := z.EncBinary() - _ = yym1430 + yym1440 := z.EncBinary() + _ = yym1440 if false { } else { r.EncodeBool(bool(x.HostNetwork)) } } } - if yyr1412 || yy2arr1412 { + if yyr1422 || yy2arr1422 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1412[6] { + if yyq1422[6] { if x.HostPorts == nil { r.EncodeNil() } else { - yym1432 := z.EncBinary() - _ = yym1432 + yym1442 := z.EncBinary() + _ = yym1442 if false { } else { h.encSliceHostPortRange(([]HostPortRange)(x.HostPorts), e) @@ -17046,15 +17142,15 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1412[6] { + if yyq1422[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostPorts")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.HostPorts == nil { r.EncodeNil() } else { - yym1433 := z.EncBinary() - _ = yym1433 + yym1443 := z.EncBinary() + _ = yym1443 if false { } else { h.encSliceHostPortRange(([]HostPortRange)(x.HostPorts), e) @@ -17062,11 +17158,11 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1412 || yy2arr1412 { + if yyr1422 || yy2arr1422 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1412[7] { - yym1435 := z.EncBinary() - _ = yym1435 + if yyq1422[7] { + yym1445 := z.EncBinary() + _ = yym1445 if false { } else { r.EncodeBool(bool(x.HostPID)) @@ -17075,23 +17171,23 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1412[7] { + if yyq1422[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostPID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1436 := z.EncBinary() - _ = yym1436 + yym1446 := z.EncBinary() + _ = yym1446 if false { } else { r.EncodeBool(bool(x.HostPID)) } } } - if yyr1412 || yy2arr1412 { + if yyr1422 || yy2arr1422 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1412[8] { - yym1438 := z.EncBinary() - _ = yym1438 + if yyq1422[8] { + yym1448 := z.EncBinary() + _ = yym1448 if false { } else { r.EncodeBool(bool(x.HostIPC)) @@ -17100,67 +17196,67 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1412[8] { + if yyq1422[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostIPC")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1439 := z.EncBinary() - _ = yym1439 + yym1449 := z.EncBinary() + _ = yym1449 if false { } else { r.EncodeBool(bool(x.HostIPC)) } } } - if yyr1412 || yy2arr1412 { + if yyr1422 || yy2arr1422 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1441 := &x.SELinux - yy1441.CodecEncodeSelf(e) + yy1451 := &x.SELinux + yy1451.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("seLinux")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1442 := &x.SELinux - yy1442.CodecEncodeSelf(e) + yy1452 := &x.SELinux + yy1452.CodecEncodeSelf(e) } - if yyr1412 || yy2arr1412 { + if yyr1422 || yy2arr1422 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1444 := &x.RunAsUser - yy1444.CodecEncodeSelf(e) + yy1454 := &x.RunAsUser + yy1454.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsUser")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1445 := &x.RunAsUser - yy1445.CodecEncodeSelf(e) + yy1455 := &x.RunAsUser + yy1455.CodecEncodeSelf(e) } - if yyr1412 || yy2arr1412 { + if yyr1422 || yy2arr1422 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1447 := &x.SupplementalGroups - yy1447.CodecEncodeSelf(e) + yy1457 := &x.SupplementalGroups + yy1457.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("supplementalGroups")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1448 := &x.SupplementalGroups - yy1448.CodecEncodeSelf(e) + yy1458 := &x.SupplementalGroups + yy1458.CodecEncodeSelf(e) } - if yyr1412 || yy2arr1412 { + if yyr1422 || yy2arr1422 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1450 := &x.FSGroup - yy1450.CodecEncodeSelf(e) + yy1460 := &x.FSGroup + yy1460.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsGroup")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1451 := &x.FSGroup - yy1451.CodecEncodeSelf(e) + yy1461 := &x.FSGroup + yy1461.CodecEncodeSelf(e) } - if yyr1412 || yy2arr1412 { + if yyr1422 || yy2arr1422 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1412[13] { - yym1453 := z.EncBinary() - _ = yym1453 + if yyq1422[13] { + yym1463 := z.EncBinary() + _ = yym1463 if false { } else { r.EncodeBool(bool(x.ReadOnlyRootFilesystem)) @@ -17169,19 +17265,19 @@ func (x *PodSecurityPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1412[13] { + if yyq1422[13] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnlyRootFilesystem")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1454 := z.EncBinary() - _ = yym1454 + yym1464 := z.EncBinary() + _ = yym1464 if false { } else { r.EncodeBool(bool(x.ReadOnlyRootFilesystem)) } } } - if yyr1412 || yy2arr1412 { + if yyr1422 || yy2arr1422 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17194,25 +17290,25 @@ func (x *PodSecurityPolicySpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1455 := z.DecBinary() - _ = yym1455 + yym1465 := z.DecBinary() + _ = yym1465 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1456 := r.ContainerType() - if yyct1456 == codecSelferValueTypeMap1234 { - yyl1456 := r.ReadMapStart() - if yyl1456 == 0 { + yyct1466 := r.ContainerType() + if yyct1466 == codecSelferValueTypeMap1234 { + yyl1466 := r.ReadMapStart() + if yyl1466 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1456, d) + x.codecDecodeSelfFromMap(yyl1466, d) } - } else if yyct1456 == codecSelferValueTypeArray1234 { - yyl1456 := r.ReadArrayStart() - if yyl1456 == 0 { + } else if yyct1466 == codecSelferValueTypeArray1234 { + yyl1466 := r.ReadArrayStart() + if yyl1466 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1456, d) + x.codecDecodeSelfFromArray(yyl1466, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17224,12 +17320,12 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1457Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1457Slc - var yyhl1457 bool = l >= 0 - for yyj1457 := 0; ; yyj1457++ { - if yyhl1457 { - if yyj1457 >= l { + var yys1467Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1467Slc + var yyhl1467 bool = l >= 0 + for yyj1467 := 0; ; yyj1467++ { + if yyhl1467 { + if yyj1467 >= l { break } } else { @@ -17238,10 +17334,10 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1457Slc = r.DecodeBytes(yys1457Slc, true, true) - yys1457 := string(yys1457Slc) + yys1467Slc = r.DecodeBytes(yys1467Slc, true, true) + yys1467 := string(yys1467Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1457 { + switch yys1467 { case "privileged": if r.TryDecodeAsNil() { x.Privileged = false @@ -17252,48 +17348,48 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.DefaultAddCapabilities = nil } else { - yyv1459 := &x.DefaultAddCapabilities - yym1460 := z.DecBinary() - _ = yym1460 + yyv1469 := &x.DefaultAddCapabilities + yym1470 := z.DecBinary() + _ = yym1470 if false { } else { - h.decSlicev1_Capability((*[]pkg2_v1.Capability)(yyv1459), d) + h.decSlicev1_Capability((*[]pkg2_v1.Capability)(yyv1469), d) } } case "requiredDropCapabilities": if r.TryDecodeAsNil() { x.RequiredDropCapabilities = nil } else { - yyv1461 := &x.RequiredDropCapabilities - yym1462 := z.DecBinary() - _ = yym1462 + yyv1471 := &x.RequiredDropCapabilities + yym1472 := z.DecBinary() + _ = yym1472 if false { } else { - h.decSlicev1_Capability((*[]pkg2_v1.Capability)(yyv1461), d) + h.decSlicev1_Capability((*[]pkg2_v1.Capability)(yyv1471), d) } } case "allowedCapabilities": if r.TryDecodeAsNil() { x.AllowedCapabilities = nil } else { - yyv1463 := &x.AllowedCapabilities - yym1464 := z.DecBinary() - _ = yym1464 + yyv1473 := &x.AllowedCapabilities + yym1474 := z.DecBinary() + _ = yym1474 if false { } else { - h.decSlicev1_Capability((*[]pkg2_v1.Capability)(yyv1463), d) + h.decSlicev1_Capability((*[]pkg2_v1.Capability)(yyv1473), d) } } case "volumes": if r.TryDecodeAsNil() { x.Volumes = nil } else { - yyv1465 := &x.Volumes - yym1466 := z.DecBinary() - _ = yym1466 + yyv1475 := &x.Volumes + yym1476 := z.DecBinary() + _ = yym1476 if false { } else { - h.decSliceFSType((*[]FSType)(yyv1465), d) + h.decSliceFSType((*[]FSType)(yyv1475), d) } } case "hostNetwork": @@ -17306,12 +17402,12 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.HostPorts = nil } else { - yyv1468 := &x.HostPorts - yym1469 := z.DecBinary() - _ = yym1469 + yyv1478 := &x.HostPorts + yym1479 := z.DecBinary() + _ = yym1479 if false { } else { - h.decSliceHostPortRange((*[]HostPortRange)(yyv1468), d) + h.decSliceHostPortRange((*[]HostPortRange)(yyv1478), d) } } case "hostPID": @@ -17330,29 +17426,29 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.SELinux = SELinuxStrategyOptions{} } else { - yyv1472 := &x.SELinux - yyv1472.CodecDecodeSelf(d) + yyv1482 := &x.SELinux + yyv1482.CodecDecodeSelf(d) } case "runAsUser": if r.TryDecodeAsNil() { x.RunAsUser = RunAsUserStrategyOptions{} } else { - yyv1473 := &x.RunAsUser - yyv1473.CodecDecodeSelf(d) + yyv1483 := &x.RunAsUser + yyv1483.CodecDecodeSelf(d) } case "supplementalGroups": if r.TryDecodeAsNil() { x.SupplementalGroups = SupplementalGroupsStrategyOptions{} } else { - yyv1474 := &x.SupplementalGroups - yyv1474.CodecDecodeSelf(d) + yyv1484 := &x.SupplementalGroups + yyv1484.CodecDecodeSelf(d) } case "fsGroup": if r.TryDecodeAsNil() { x.FSGroup = FSGroupStrategyOptions{} } else { - yyv1475 := &x.FSGroup - yyv1475.CodecDecodeSelf(d) + yyv1485 := &x.FSGroup + yyv1485.CodecDecodeSelf(d) } case "readOnlyRootFilesystem": if r.TryDecodeAsNil() { @@ -17361,9 +17457,9 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromMap(l int, d *codec1978.Decod x.ReadOnlyRootFilesystem = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys1457) - } // end switch yys1457 - } // end for yyj1457 + z.DecStructFieldNotFound(-1, yys1467) + } // end switch yys1467 + } // end for yyj1467 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17371,16 +17467,16 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1477 int - var yyb1477 bool - var yyhl1477 bool = l >= 0 - yyj1477++ - if yyhl1477 { - yyb1477 = yyj1477 > l + var yyj1487 int + var yyb1487 bool + var yyhl1487 bool = l >= 0 + yyj1487++ + if yyhl1487 { + yyb1487 = yyj1487 > l } else { - yyb1477 = r.CheckBreak() + yyb1487 = r.CheckBreak() } - if yyb1477 { + if yyb1487 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17390,13 +17486,13 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Privileged = bool(r.DecodeBool()) } - yyj1477++ - if yyhl1477 { - yyb1477 = yyj1477 > l + yyj1487++ + if yyhl1487 { + yyb1487 = yyj1487 > l } else { - yyb1477 = r.CheckBreak() + yyb1487 = r.CheckBreak() } - if yyb1477 { + if yyb1487 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17404,21 +17500,21 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.DefaultAddCapabilities = nil } else { - yyv1479 := &x.DefaultAddCapabilities - yym1480 := z.DecBinary() - _ = yym1480 + yyv1489 := &x.DefaultAddCapabilities + yym1490 := z.DecBinary() + _ = yym1490 if false { } else { - h.decSlicev1_Capability((*[]pkg2_v1.Capability)(yyv1479), d) + h.decSlicev1_Capability((*[]pkg2_v1.Capability)(yyv1489), d) } } - yyj1477++ - if yyhl1477 { - yyb1477 = yyj1477 > l + yyj1487++ + if yyhl1487 { + yyb1487 = yyj1487 > l } else { - yyb1477 = r.CheckBreak() + yyb1487 = r.CheckBreak() } - if yyb1477 { + if yyb1487 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17426,21 +17522,21 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.RequiredDropCapabilities = nil } else { - yyv1481 := &x.RequiredDropCapabilities - yym1482 := z.DecBinary() - _ = yym1482 + yyv1491 := &x.RequiredDropCapabilities + yym1492 := z.DecBinary() + _ = yym1492 if false { } else { - h.decSlicev1_Capability((*[]pkg2_v1.Capability)(yyv1481), d) + h.decSlicev1_Capability((*[]pkg2_v1.Capability)(yyv1491), d) } } - yyj1477++ - if yyhl1477 { - yyb1477 = yyj1477 > l + yyj1487++ + if yyhl1487 { + yyb1487 = yyj1487 > l } else { - yyb1477 = r.CheckBreak() + yyb1487 = r.CheckBreak() } - if yyb1477 { + if yyb1487 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17448,21 +17544,21 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.AllowedCapabilities = nil } else { - yyv1483 := &x.AllowedCapabilities - yym1484 := z.DecBinary() - _ = yym1484 + yyv1493 := &x.AllowedCapabilities + yym1494 := z.DecBinary() + _ = yym1494 if false { } else { - h.decSlicev1_Capability((*[]pkg2_v1.Capability)(yyv1483), d) + h.decSlicev1_Capability((*[]pkg2_v1.Capability)(yyv1493), d) } } - yyj1477++ - if yyhl1477 { - yyb1477 = yyj1477 > l + yyj1487++ + if yyhl1487 { + yyb1487 = yyj1487 > l } else { - yyb1477 = r.CheckBreak() + yyb1487 = r.CheckBreak() } - if yyb1477 { + if yyb1487 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17470,21 +17566,21 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Volumes = nil } else { - yyv1485 := &x.Volumes - yym1486 := z.DecBinary() - _ = yym1486 + yyv1495 := &x.Volumes + yym1496 := z.DecBinary() + _ = yym1496 if false { } else { - h.decSliceFSType((*[]FSType)(yyv1485), d) + h.decSliceFSType((*[]FSType)(yyv1495), d) } } - yyj1477++ - if yyhl1477 { - yyb1477 = yyj1477 > l + yyj1487++ + if yyhl1487 { + yyb1487 = yyj1487 > l } else { - yyb1477 = r.CheckBreak() + yyb1487 = r.CheckBreak() } - if yyb1477 { + if yyb1487 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17494,13 +17590,13 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.HostNetwork = bool(r.DecodeBool()) } - yyj1477++ - if yyhl1477 { - yyb1477 = yyj1477 > l + yyj1487++ + if yyhl1487 { + yyb1487 = yyj1487 > l } else { - yyb1477 = r.CheckBreak() + yyb1487 = r.CheckBreak() } - if yyb1477 { + if yyb1487 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17508,21 +17604,21 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.HostPorts = nil } else { - yyv1488 := &x.HostPorts - yym1489 := z.DecBinary() - _ = yym1489 + yyv1498 := &x.HostPorts + yym1499 := z.DecBinary() + _ = yym1499 if false { } else { - h.decSliceHostPortRange((*[]HostPortRange)(yyv1488), d) + h.decSliceHostPortRange((*[]HostPortRange)(yyv1498), d) } } - yyj1477++ - if yyhl1477 { - yyb1477 = yyj1477 > l + yyj1487++ + if yyhl1487 { + yyb1487 = yyj1487 > l } else { - yyb1477 = r.CheckBreak() + yyb1487 = r.CheckBreak() } - if yyb1477 { + if yyb1487 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17532,13 +17628,13 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.HostPID = bool(r.DecodeBool()) } - yyj1477++ - if yyhl1477 { - yyb1477 = yyj1477 > l + yyj1487++ + if yyhl1487 { + yyb1487 = yyj1487 > l } else { - yyb1477 = r.CheckBreak() + yyb1487 = r.CheckBreak() } - if yyb1477 { + if yyb1487 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17548,13 +17644,13 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.HostIPC = bool(r.DecodeBool()) } - yyj1477++ - if yyhl1477 { - yyb1477 = yyj1477 > l + yyj1487++ + if yyhl1487 { + yyb1487 = yyj1487 > l } else { - yyb1477 = r.CheckBreak() + yyb1487 = r.CheckBreak() } - if yyb1477 { + if yyb1487 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17562,16 +17658,16 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.SELinux = SELinuxStrategyOptions{} } else { - yyv1492 := &x.SELinux - yyv1492.CodecDecodeSelf(d) + yyv1502 := &x.SELinux + yyv1502.CodecDecodeSelf(d) } - yyj1477++ - if yyhl1477 { - yyb1477 = yyj1477 > l + yyj1487++ + if yyhl1487 { + yyb1487 = yyj1487 > l } else { - yyb1477 = r.CheckBreak() + yyb1487 = r.CheckBreak() } - if yyb1477 { + if yyb1487 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17579,16 +17675,16 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.RunAsUser = RunAsUserStrategyOptions{} } else { - yyv1493 := &x.RunAsUser - yyv1493.CodecDecodeSelf(d) + yyv1503 := &x.RunAsUser + yyv1503.CodecDecodeSelf(d) } - yyj1477++ - if yyhl1477 { - yyb1477 = yyj1477 > l + yyj1487++ + if yyhl1487 { + yyb1487 = yyj1487 > l } else { - yyb1477 = r.CheckBreak() + yyb1487 = r.CheckBreak() } - if yyb1477 { + if yyb1487 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17596,16 +17692,16 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.SupplementalGroups = SupplementalGroupsStrategyOptions{} } else { - yyv1494 := &x.SupplementalGroups - yyv1494.CodecDecodeSelf(d) + yyv1504 := &x.SupplementalGroups + yyv1504.CodecDecodeSelf(d) } - yyj1477++ - if yyhl1477 { - yyb1477 = yyj1477 > l + yyj1487++ + if yyhl1487 { + yyb1487 = yyj1487 > l } else { - yyb1477 = r.CheckBreak() + yyb1487 = r.CheckBreak() } - if yyb1477 { + if yyb1487 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17613,16 +17709,16 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.FSGroup = FSGroupStrategyOptions{} } else { - yyv1495 := &x.FSGroup - yyv1495.CodecDecodeSelf(d) + yyv1505 := &x.FSGroup + yyv1505.CodecDecodeSelf(d) } - yyj1477++ - if yyhl1477 { - yyb1477 = yyj1477 > l + yyj1487++ + if yyhl1487 { + yyb1487 = yyj1487 > l } else { - yyb1477 = r.CheckBreak() + yyb1487 = r.CheckBreak() } - if yyb1477 { + if yyb1487 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17633,17 +17729,17 @@ func (x *PodSecurityPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec x.ReadOnlyRootFilesystem = bool(r.DecodeBool()) } for { - yyj1477++ - if yyhl1477 { - yyb1477 = yyj1477 > l + yyj1487++ + if yyhl1487 { + yyb1487 = yyj1487 > l } else { - yyb1477 = r.CheckBreak() + yyb1487 = r.CheckBreak() } - if yyb1477 { + if yyb1487 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1477-1, "") + z.DecStructFieldNotFound(yyj1487-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17652,8 +17748,8 @@ func (x FSType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1497 := z.EncBinary() - _ = yym1497 + yym1507 := z.EncBinary() + _ = yym1507 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -17665,8 +17761,8 @@ func (x *FSType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1498 := z.DecBinary() - _ = yym1498 + yym1508 := z.DecBinary() + _ = yym1508 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -17681,33 +17777,33 @@ func (x *HostPortRange) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1499 := z.EncBinary() - _ = yym1499 + yym1509 := z.EncBinary() + _ = yym1509 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1500 := !z.EncBinary() - yy2arr1500 := z.EncBasicHandle().StructToArray - var yyq1500 [2]bool - _, _, _ = yysep1500, yyq1500, yy2arr1500 - const yyr1500 bool = false - var yynn1500 int - if yyr1500 || yy2arr1500 { + yysep1510 := !z.EncBinary() + yy2arr1510 := z.EncBasicHandle().StructToArray + var yyq1510 [2]bool + _, _, _ = yysep1510, yyq1510, yy2arr1510 + const yyr1510 bool = false + var yynn1510 int + if yyr1510 || yy2arr1510 { r.EncodeArrayStart(2) } else { - yynn1500 = 2 - for _, b := range yyq1500 { + yynn1510 = 2 + for _, b := range yyq1510 { if b { - yynn1500++ + yynn1510++ } } - r.EncodeMapStart(yynn1500) - yynn1500 = 0 + r.EncodeMapStart(yynn1510) + yynn1510 = 0 } - if yyr1500 || yy2arr1500 { + if yyr1510 || yy2arr1510 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1502 := z.EncBinary() - _ = yym1502 + yym1512 := z.EncBinary() + _ = yym1512 if false { } else { r.EncodeInt(int64(x.Min)) @@ -17716,17 +17812,17 @@ func (x *HostPortRange) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("min")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1503 := z.EncBinary() - _ = yym1503 + yym1513 := z.EncBinary() + _ = yym1513 if false { } else { r.EncodeInt(int64(x.Min)) } } - if yyr1500 || yy2arr1500 { + if yyr1510 || yy2arr1510 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1505 := z.EncBinary() - _ = yym1505 + yym1515 := z.EncBinary() + _ = yym1515 if false { } else { r.EncodeInt(int64(x.Max)) @@ -17735,14 +17831,14 @@ func (x *HostPortRange) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("max")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1506 := z.EncBinary() - _ = yym1506 + yym1516 := z.EncBinary() + _ = yym1516 if false { } else { r.EncodeInt(int64(x.Max)) } } - if yyr1500 || yy2arr1500 { + if yyr1510 || yy2arr1510 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17755,25 +17851,25 @@ func (x *HostPortRange) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1507 := z.DecBinary() - _ = yym1507 + yym1517 := z.DecBinary() + _ = yym1517 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1508 := r.ContainerType() - if yyct1508 == codecSelferValueTypeMap1234 { - yyl1508 := r.ReadMapStart() - if yyl1508 == 0 { + yyct1518 := r.ContainerType() + if yyct1518 == codecSelferValueTypeMap1234 { + yyl1518 := r.ReadMapStart() + if yyl1518 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1508, d) + x.codecDecodeSelfFromMap(yyl1518, d) } - } else if yyct1508 == codecSelferValueTypeArray1234 { - yyl1508 := r.ReadArrayStart() - if yyl1508 == 0 { + } else if yyct1518 == codecSelferValueTypeArray1234 { + yyl1518 := r.ReadArrayStart() + if yyl1518 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1508, d) + x.codecDecodeSelfFromArray(yyl1518, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17785,12 +17881,12 @@ func (x *HostPortRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1509Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1509Slc - var yyhl1509 bool = l >= 0 - for yyj1509 := 0; ; yyj1509++ { - if yyhl1509 { - if yyj1509 >= l { + var yys1519Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1519Slc + var yyhl1519 bool = l >= 0 + for yyj1519 := 0; ; yyj1519++ { + if yyhl1519 { + if yyj1519 >= l { break } } else { @@ -17799,10 +17895,10 @@ func (x *HostPortRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1509Slc = r.DecodeBytes(yys1509Slc, true, true) - yys1509 := string(yys1509Slc) + yys1519Slc = r.DecodeBytes(yys1519Slc, true, true) + yys1519 := string(yys1519Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1509 { + switch yys1519 { case "min": if r.TryDecodeAsNil() { x.Min = 0 @@ -17816,9 +17912,9 @@ func (x *HostPortRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Max = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys1509) - } // end switch yys1509 - } // end for yyj1509 + z.DecStructFieldNotFound(-1, yys1519) + } // end switch yys1519 + } // end for yyj1519 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17826,16 +17922,16 @@ func (x *HostPortRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1512 int - var yyb1512 bool - var yyhl1512 bool = l >= 0 - yyj1512++ - if yyhl1512 { - yyb1512 = yyj1512 > l + var yyj1522 int + var yyb1522 bool + var yyhl1522 bool = l >= 0 + yyj1522++ + if yyhl1522 { + yyb1522 = yyj1522 > l } else { - yyb1512 = r.CheckBreak() + yyb1522 = r.CheckBreak() } - if yyb1512 { + if yyb1522 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17845,13 +17941,13 @@ func (x *HostPortRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Min = int32(r.DecodeInt(32)) } - yyj1512++ - if yyhl1512 { - yyb1512 = yyj1512 > l + yyj1522++ + if yyhl1522 { + yyb1522 = yyj1522 > l } else { - yyb1512 = r.CheckBreak() + yyb1522 = r.CheckBreak() } - if yyb1512 { + if yyb1522 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17862,17 +17958,17 @@ func (x *HostPortRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Max = int32(r.DecodeInt(32)) } for { - yyj1512++ - if yyhl1512 { - yyb1512 = yyj1512 > l + yyj1522++ + if yyhl1522 { + yyb1522 = yyj1522 > l } else { - yyb1512 = r.CheckBreak() + yyb1522 = r.CheckBreak() } - if yyb1512 { + if yyb1522 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1512-1, "") + z.DecStructFieldNotFound(yyj1522-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17884,31 +17980,31 @@ func (x *SELinuxStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1515 := z.EncBinary() - _ = yym1515 + yym1525 := z.EncBinary() + _ = yym1525 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1516 := !z.EncBinary() - yy2arr1516 := z.EncBasicHandle().StructToArray - var yyq1516 [2]bool - _, _, _ = yysep1516, yyq1516, yy2arr1516 - const yyr1516 bool = false - yyq1516[1] = x.SELinuxOptions != nil - var yynn1516 int - if yyr1516 || yy2arr1516 { + yysep1526 := !z.EncBinary() + yy2arr1526 := z.EncBasicHandle().StructToArray + var yyq1526 [2]bool + _, _, _ = yysep1526, yyq1526, yy2arr1526 + const yyr1526 bool = false + yyq1526[1] = x.SELinuxOptions != nil + var yynn1526 int + if yyr1526 || yy2arr1526 { r.EncodeArrayStart(2) } else { - yynn1516 = 1 - for _, b := range yyq1516 { + yynn1526 = 1 + for _, b := range yyq1526 { if b { - yynn1516++ + yynn1526++ } } - r.EncodeMapStart(yynn1516) - yynn1516 = 0 + r.EncodeMapStart(yynn1526) + yynn1526 = 0 } - if yyr1516 || yy2arr1516 { + if yyr1526 || yy2arr1526 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Rule.CodecEncodeSelf(e) } else { @@ -17917,9 +18013,9 @@ func (x *SELinuxStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Rule.CodecEncodeSelf(e) } - if yyr1516 || yy2arr1516 { + if yyr1526 || yy2arr1526 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1516[1] { + if yyq1526[1] { if x.SELinuxOptions == nil { r.EncodeNil() } else { @@ -17929,7 +18025,7 @@ func (x *SELinuxStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1516[1] { + if yyq1526[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("seLinuxOptions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -17940,7 +18036,7 @@ func (x *SELinuxStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1516 || yy2arr1516 { + if yyr1526 || yy2arr1526 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17953,25 +18049,25 @@ func (x *SELinuxStrategyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1519 := z.DecBinary() - _ = yym1519 + yym1529 := z.DecBinary() + _ = yym1529 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1520 := r.ContainerType() - if yyct1520 == codecSelferValueTypeMap1234 { - yyl1520 := r.ReadMapStart() - if yyl1520 == 0 { + yyct1530 := r.ContainerType() + if yyct1530 == codecSelferValueTypeMap1234 { + yyl1530 := r.ReadMapStart() + if yyl1530 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1520, d) + x.codecDecodeSelfFromMap(yyl1530, d) } - } else if yyct1520 == codecSelferValueTypeArray1234 { - yyl1520 := r.ReadArrayStart() - if yyl1520 == 0 { + } else if yyct1530 == codecSelferValueTypeArray1234 { + yyl1530 := r.ReadArrayStart() + if yyl1530 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1520, d) + x.codecDecodeSelfFromArray(yyl1530, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17983,12 +18079,12 @@ func (x *SELinuxStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1521Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1521Slc - var yyhl1521 bool = l >= 0 - for yyj1521 := 0; ; yyj1521++ { - if yyhl1521 { - if yyj1521 >= l { + var yys1531Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1531Slc + var yyhl1531 bool = l >= 0 + for yyj1531 := 0; ; yyj1531++ { + if yyhl1531 { + if yyj1531 >= l { break } } else { @@ -17997,10 +18093,10 @@ func (x *SELinuxStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Deco } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1521Slc = r.DecodeBytes(yys1521Slc, true, true) - yys1521 := string(yys1521Slc) + yys1531Slc = r.DecodeBytes(yys1531Slc, true, true) + yys1531 := string(yys1531Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1521 { + switch yys1531 { case "rule": if r.TryDecodeAsNil() { x.Rule = "" @@ -18019,9 +18115,9 @@ func (x *SELinuxStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Deco x.SELinuxOptions.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1521) - } // end switch yys1521 - } // end for yyj1521 + z.DecStructFieldNotFound(-1, yys1531) + } // end switch yys1531 + } // end for yyj1531 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18029,16 +18125,16 @@ func (x *SELinuxStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978.De var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1524 int - var yyb1524 bool - var yyhl1524 bool = l >= 0 - yyj1524++ - if yyhl1524 { - yyb1524 = yyj1524 > l + var yyj1534 int + var yyb1534 bool + var yyhl1534 bool = l >= 0 + yyj1534++ + if yyhl1534 { + yyb1534 = yyj1534 > l } else { - yyb1524 = r.CheckBreak() + yyb1534 = r.CheckBreak() } - if yyb1524 { + if yyb1534 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18048,13 +18144,13 @@ func (x *SELinuxStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978.De } else { x.Rule = SELinuxStrategy(r.DecodeString()) } - yyj1524++ - if yyhl1524 { - yyb1524 = yyj1524 > l + yyj1534++ + if yyhl1534 { + yyb1534 = yyj1534 > l } else { - yyb1524 = r.CheckBreak() + yyb1534 = r.CheckBreak() } - if yyb1524 { + if yyb1534 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18070,17 +18166,17 @@ func (x *SELinuxStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978.De x.SELinuxOptions.CodecDecodeSelf(d) } for { - yyj1524++ - if yyhl1524 { - yyb1524 = yyj1524 > l + yyj1534++ + if yyhl1534 { + yyb1534 = yyj1534 > l } else { - yyb1524 = r.CheckBreak() + yyb1534 = r.CheckBreak() } - if yyb1524 { + if yyb1534 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1524-1, "") + z.DecStructFieldNotFound(yyj1534-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18089,8 +18185,8 @@ func (x SELinuxStrategy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1527 := z.EncBinary() - _ = yym1527 + yym1537 := z.EncBinary() + _ = yym1537 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -18102,8 +18198,8 @@ func (x *SELinuxStrategy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1528 := z.DecBinary() - _ = yym1528 + yym1538 := z.DecBinary() + _ = yym1538 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -18118,31 +18214,31 @@ func (x *RunAsUserStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1529 := z.EncBinary() - _ = yym1529 + yym1539 := z.EncBinary() + _ = yym1539 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1530 := !z.EncBinary() - yy2arr1530 := z.EncBasicHandle().StructToArray - var yyq1530 [2]bool - _, _, _ = yysep1530, yyq1530, yy2arr1530 - const yyr1530 bool = false - yyq1530[1] = len(x.Ranges) != 0 - var yynn1530 int - if yyr1530 || yy2arr1530 { + yysep1540 := !z.EncBinary() + yy2arr1540 := z.EncBasicHandle().StructToArray + var yyq1540 [2]bool + _, _, _ = yysep1540, yyq1540, yy2arr1540 + const yyr1540 bool = false + yyq1540[1] = len(x.Ranges) != 0 + var yynn1540 int + if yyr1540 || yy2arr1540 { r.EncodeArrayStart(2) } else { - yynn1530 = 1 - for _, b := range yyq1530 { + yynn1540 = 1 + for _, b := range yyq1540 { if b { - yynn1530++ + yynn1540++ } } - r.EncodeMapStart(yynn1530) - yynn1530 = 0 + r.EncodeMapStart(yynn1540) + yynn1540 = 0 } - if yyr1530 || yy2arr1530 { + if yyr1540 || yy2arr1540 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Rule.CodecEncodeSelf(e) } else { @@ -18151,14 +18247,14 @@ func (x *RunAsUserStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Rule.CodecEncodeSelf(e) } - if yyr1530 || yy2arr1530 { + if yyr1540 || yy2arr1540 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1530[1] { + if yyq1540[1] { if x.Ranges == nil { r.EncodeNil() } else { - yym1533 := z.EncBinary() - _ = yym1533 + yym1543 := z.EncBinary() + _ = yym1543 if false { } else { h.encSliceIDRange(([]IDRange)(x.Ranges), e) @@ -18168,15 +18264,15 @@ func (x *RunAsUserStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1530[1] { + if yyq1540[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ranges")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ranges == nil { r.EncodeNil() } else { - yym1534 := z.EncBinary() - _ = yym1534 + yym1544 := z.EncBinary() + _ = yym1544 if false { } else { h.encSliceIDRange(([]IDRange)(x.Ranges), e) @@ -18184,7 +18280,7 @@ func (x *RunAsUserStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1530 || yy2arr1530 { + if yyr1540 || yy2arr1540 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18197,25 +18293,25 @@ func (x *RunAsUserStrategyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1535 := z.DecBinary() - _ = yym1535 + yym1545 := z.DecBinary() + _ = yym1545 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1536 := r.ContainerType() - if yyct1536 == codecSelferValueTypeMap1234 { - yyl1536 := r.ReadMapStart() - if yyl1536 == 0 { + yyct1546 := r.ContainerType() + if yyct1546 == codecSelferValueTypeMap1234 { + yyl1546 := r.ReadMapStart() + if yyl1546 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1536, d) + x.codecDecodeSelfFromMap(yyl1546, d) } - } else if yyct1536 == codecSelferValueTypeArray1234 { - yyl1536 := r.ReadArrayStart() - if yyl1536 == 0 { + } else if yyct1546 == codecSelferValueTypeArray1234 { + yyl1546 := r.ReadArrayStart() + if yyl1546 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1536, d) + x.codecDecodeSelfFromArray(yyl1546, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18227,12 +18323,12 @@ func (x *RunAsUserStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.De var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1537Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1537Slc - var yyhl1537 bool = l >= 0 - for yyj1537 := 0; ; yyj1537++ { - if yyhl1537 { - if yyj1537 >= l { + var yys1547Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1547Slc + var yyhl1547 bool = l >= 0 + for yyj1547 := 0; ; yyj1547++ { + if yyhl1547 { + if yyj1547 >= l { break } } else { @@ -18241,10 +18337,10 @@ func (x *RunAsUserStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.De } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1537Slc = r.DecodeBytes(yys1537Slc, true, true) - yys1537 := string(yys1537Slc) + yys1547Slc = r.DecodeBytes(yys1547Slc, true, true) + yys1547 := string(yys1547Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1537 { + switch yys1547 { case "rule": if r.TryDecodeAsNil() { x.Rule = "" @@ -18255,18 +18351,18 @@ func (x *RunAsUserStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.De if r.TryDecodeAsNil() { x.Ranges = nil } else { - yyv1539 := &x.Ranges - yym1540 := z.DecBinary() - _ = yym1540 + yyv1549 := &x.Ranges + yym1550 := z.DecBinary() + _ = yym1550 if false { } else { - h.decSliceIDRange((*[]IDRange)(yyv1539), d) + h.decSliceIDRange((*[]IDRange)(yyv1549), d) } } default: - z.DecStructFieldNotFound(-1, yys1537) - } // end switch yys1537 - } // end for yyj1537 + z.DecStructFieldNotFound(-1, yys1547) + } // end switch yys1547 + } // end for yyj1547 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18274,16 +18370,16 @@ func (x *RunAsUserStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978. var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1541 int - var yyb1541 bool - var yyhl1541 bool = l >= 0 - yyj1541++ - if yyhl1541 { - yyb1541 = yyj1541 > l + var yyj1551 int + var yyb1551 bool + var yyhl1551 bool = l >= 0 + yyj1551++ + if yyhl1551 { + yyb1551 = yyj1551 > l } else { - yyb1541 = r.CheckBreak() + yyb1551 = r.CheckBreak() } - if yyb1541 { + if yyb1551 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18293,13 +18389,13 @@ func (x *RunAsUserStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.Rule = RunAsUserStrategy(r.DecodeString()) } - yyj1541++ - if yyhl1541 { - yyb1541 = yyj1541 > l + yyj1551++ + if yyhl1551 { + yyb1551 = yyj1551 > l } else { - yyb1541 = r.CheckBreak() + yyb1551 = r.CheckBreak() } - if yyb1541 { + if yyb1551 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18307,26 +18403,26 @@ func (x *RunAsUserStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978. if r.TryDecodeAsNil() { x.Ranges = nil } else { - yyv1543 := &x.Ranges - yym1544 := z.DecBinary() - _ = yym1544 + yyv1553 := &x.Ranges + yym1554 := z.DecBinary() + _ = yym1554 if false { } else { - h.decSliceIDRange((*[]IDRange)(yyv1543), d) + h.decSliceIDRange((*[]IDRange)(yyv1553), d) } } for { - yyj1541++ - if yyhl1541 { - yyb1541 = yyj1541 > l + yyj1551++ + if yyhl1551 { + yyb1551 = yyj1551 > l } else { - yyb1541 = r.CheckBreak() + yyb1551 = r.CheckBreak() } - if yyb1541 { + if yyb1551 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1541-1, "") + z.DecStructFieldNotFound(yyj1551-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18338,33 +18434,33 @@ func (x *IDRange) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1545 := z.EncBinary() - _ = yym1545 + yym1555 := z.EncBinary() + _ = yym1555 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1546 := !z.EncBinary() - yy2arr1546 := z.EncBasicHandle().StructToArray - var yyq1546 [2]bool - _, _, _ = yysep1546, yyq1546, yy2arr1546 - const yyr1546 bool = false - var yynn1546 int - if yyr1546 || yy2arr1546 { + yysep1556 := !z.EncBinary() + yy2arr1556 := z.EncBasicHandle().StructToArray + var yyq1556 [2]bool + _, _, _ = yysep1556, yyq1556, yy2arr1556 + const yyr1556 bool = false + var yynn1556 int + if yyr1556 || yy2arr1556 { r.EncodeArrayStart(2) } else { - yynn1546 = 2 - for _, b := range yyq1546 { + yynn1556 = 2 + for _, b := range yyq1556 { if b { - yynn1546++ + yynn1556++ } } - r.EncodeMapStart(yynn1546) - yynn1546 = 0 + r.EncodeMapStart(yynn1556) + yynn1556 = 0 } - if yyr1546 || yy2arr1546 { + if yyr1556 || yy2arr1556 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1548 := z.EncBinary() - _ = yym1548 + yym1558 := z.EncBinary() + _ = yym1558 if false { } else { r.EncodeInt(int64(x.Min)) @@ -18373,17 +18469,17 @@ func (x *IDRange) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("min")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1549 := z.EncBinary() - _ = yym1549 + yym1559 := z.EncBinary() + _ = yym1559 if false { } else { r.EncodeInt(int64(x.Min)) } } - if yyr1546 || yy2arr1546 { + if yyr1556 || yy2arr1556 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1551 := z.EncBinary() - _ = yym1551 + yym1561 := z.EncBinary() + _ = yym1561 if false { } else { r.EncodeInt(int64(x.Max)) @@ -18392,14 +18488,14 @@ func (x *IDRange) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("max")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1552 := z.EncBinary() - _ = yym1552 + yym1562 := z.EncBinary() + _ = yym1562 if false { } else { r.EncodeInt(int64(x.Max)) } } - if yyr1546 || yy2arr1546 { + if yyr1556 || yy2arr1556 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18412,25 +18508,25 @@ func (x *IDRange) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1553 := z.DecBinary() - _ = yym1553 + yym1563 := z.DecBinary() + _ = yym1563 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1554 := r.ContainerType() - if yyct1554 == codecSelferValueTypeMap1234 { - yyl1554 := r.ReadMapStart() - if yyl1554 == 0 { + yyct1564 := r.ContainerType() + if yyct1564 == codecSelferValueTypeMap1234 { + yyl1564 := r.ReadMapStart() + if yyl1564 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1554, d) + x.codecDecodeSelfFromMap(yyl1564, d) } - } else if yyct1554 == codecSelferValueTypeArray1234 { - yyl1554 := r.ReadArrayStart() - if yyl1554 == 0 { + } else if yyct1564 == codecSelferValueTypeArray1234 { + yyl1564 := r.ReadArrayStart() + if yyl1564 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1554, d) + x.codecDecodeSelfFromArray(yyl1564, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18442,12 +18538,12 @@ func (x *IDRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1555Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1555Slc - var yyhl1555 bool = l >= 0 - for yyj1555 := 0; ; yyj1555++ { - if yyhl1555 { - if yyj1555 >= l { + var yys1565Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1565Slc + var yyhl1565 bool = l >= 0 + for yyj1565 := 0; ; yyj1565++ { + if yyhl1565 { + if yyj1565 >= l { break } } else { @@ -18456,10 +18552,10 @@ func (x *IDRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1555Slc = r.DecodeBytes(yys1555Slc, true, true) - yys1555 := string(yys1555Slc) + yys1565Slc = r.DecodeBytes(yys1565Slc, true, true) + yys1565 := string(yys1565Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1555 { + switch yys1565 { case "min": if r.TryDecodeAsNil() { x.Min = 0 @@ -18473,9 +18569,9 @@ func (x *IDRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Max = int64(r.DecodeInt(64)) } default: - z.DecStructFieldNotFound(-1, yys1555) - } // end switch yys1555 - } // end for yyj1555 + z.DecStructFieldNotFound(-1, yys1565) + } // end switch yys1565 + } // end for yyj1565 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18483,16 +18579,16 @@ func (x *IDRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1558 int - var yyb1558 bool - var yyhl1558 bool = l >= 0 - yyj1558++ - if yyhl1558 { - yyb1558 = yyj1558 > l + var yyj1568 int + var yyb1568 bool + var yyhl1568 bool = l >= 0 + yyj1568++ + if yyhl1568 { + yyb1568 = yyj1568 > l } else { - yyb1558 = r.CheckBreak() + yyb1568 = r.CheckBreak() } - if yyb1558 { + if yyb1568 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18502,13 +18598,13 @@ func (x *IDRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Min = int64(r.DecodeInt(64)) } - yyj1558++ - if yyhl1558 { - yyb1558 = yyj1558 > l + yyj1568++ + if yyhl1568 { + yyb1568 = yyj1568 > l } else { - yyb1558 = r.CheckBreak() + yyb1568 = r.CheckBreak() } - if yyb1558 { + if yyb1568 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18519,17 +18615,17 @@ func (x *IDRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Max = int64(r.DecodeInt(64)) } for { - yyj1558++ - if yyhl1558 { - yyb1558 = yyj1558 > l + yyj1568++ + if yyhl1568 { + yyb1568 = yyj1568 > l } else { - yyb1558 = r.CheckBreak() + yyb1568 = r.CheckBreak() } - if yyb1558 { + if yyb1568 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1558-1, "") + z.DecStructFieldNotFound(yyj1568-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18538,8 +18634,8 @@ func (x RunAsUserStrategy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1561 := z.EncBinary() - _ = yym1561 + yym1571 := z.EncBinary() + _ = yym1571 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -18551,8 +18647,8 @@ func (x *RunAsUserStrategy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1562 := z.DecBinary() - _ = yym1562 + yym1572 := z.DecBinary() + _ = yym1572 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -18567,54 +18663,54 @@ func (x *FSGroupStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1563 := z.EncBinary() - _ = yym1563 + yym1573 := z.EncBinary() + _ = yym1573 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1564 := !z.EncBinary() - yy2arr1564 := z.EncBasicHandle().StructToArray - var yyq1564 [2]bool - _, _, _ = yysep1564, yyq1564, yy2arr1564 - const yyr1564 bool = false - yyq1564[0] = x.Rule != "" - yyq1564[1] = len(x.Ranges) != 0 - var yynn1564 int - if yyr1564 || yy2arr1564 { + yysep1574 := !z.EncBinary() + yy2arr1574 := z.EncBasicHandle().StructToArray + var yyq1574 [2]bool + _, _, _ = yysep1574, yyq1574, yy2arr1574 + const yyr1574 bool = false + yyq1574[0] = x.Rule != "" + yyq1574[1] = len(x.Ranges) != 0 + var yynn1574 int + if yyr1574 || yy2arr1574 { r.EncodeArrayStart(2) } else { - yynn1564 = 0 - for _, b := range yyq1564 { + yynn1574 = 0 + for _, b := range yyq1574 { if b { - yynn1564++ + yynn1574++ } } - r.EncodeMapStart(yynn1564) - yynn1564 = 0 + r.EncodeMapStart(yynn1574) + yynn1574 = 0 } - if yyr1564 || yy2arr1564 { + if yyr1574 || yy2arr1574 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1564[0] { + if yyq1574[0] { x.Rule.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1564[0] { + if yyq1574[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("rule")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Rule.CodecEncodeSelf(e) } } - if yyr1564 || yy2arr1564 { + if yyr1574 || yy2arr1574 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1564[1] { + if yyq1574[1] { if x.Ranges == nil { r.EncodeNil() } else { - yym1567 := z.EncBinary() - _ = yym1567 + yym1577 := z.EncBinary() + _ = yym1577 if false { } else { h.encSliceIDRange(([]IDRange)(x.Ranges), e) @@ -18624,15 +18720,15 @@ func (x *FSGroupStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1564[1] { + if yyq1574[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ranges")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ranges == nil { r.EncodeNil() } else { - yym1568 := z.EncBinary() - _ = yym1568 + yym1578 := z.EncBinary() + _ = yym1578 if false { } else { h.encSliceIDRange(([]IDRange)(x.Ranges), e) @@ -18640,7 +18736,7 @@ func (x *FSGroupStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1564 || yy2arr1564 { + if yyr1574 || yy2arr1574 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18653,25 +18749,25 @@ func (x *FSGroupStrategyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1569 := z.DecBinary() - _ = yym1569 + yym1579 := z.DecBinary() + _ = yym1579 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1570 := r.ContainerType() - if yyct1570 == codecSelferValueTypeMap1234 { - yyl1570 := r.ReadMapStart() - if yyl1570 == 0 { + yyct1580 := r.ContainerType() + if yyct1580 == codecSelferValueTypeMap1234 { + yyl1580 := r.ReadMapStart() + if yyl1580 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1570, d) + x.codecDecodeSelfFromMap(yyl1580, d) } - } else if yyct1570 == codecSelferValueTypeArray1234 { - yyl1570 := r.ReadArrayStart() - if yyl1570 == 0 { + } else if yyct1580 == codecSelferValueTypeArray1234 { + yyl1580 := r.ReadArrayStart() + if yyl1580 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1570, d) + x.codecDecodeSelfFromArray(yyl1580, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18683,12 +18779,12 @@ func (x *FSGroupStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1571Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1571Slc - var yyhl1571 bool = l >= 0 - for yyj1571 := 0; ; yyj1571++ { - if yyhl1571 { - if yyj1571 >= l { + var yys1581Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1581Slc + var yyhl1581 bool = l >= 0 + for yyj1581 := 0; ; yyj1581++ { + if yyhl1581 { + if yyj1581 >= l { break } } else { @@ -18697,10 +18793,10 @@ func (x *FSGroupStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Deco } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1571Slc = r.DecodeBytes(yys1571Slc, true, true) - yys1571 := string(yys1571Slc) + yys1581Slc = r.DecodeBytes(yys1581Slc, true, true) + yys1581 := string(yys1581Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1571 { + switch yys1581 { case "rule": if r.TryDecodeAsNil() { x.Rule = "" @@ -18711,18 +18807,18 @@ func (x *FSGroupStrategyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.Ranges = nil } else { - yyv1573 := &x.Ranges - yym1574 := z.DecBinary() - _ = yym1574 + yyv1583 := &x.Ranges + yym1584 := z.DecBinary() + _ = yym1584 if false { } else { - h.decSliceIDRange((*[]IDRange)(yyv1573), d) + h.decSliceIDRange((*[]IDRange)(yyv1583), d) } } default: - z.DecStructFieldNotFound(-1, yys1571) - } // end switch yys1571 - } // end for yyj1571 + z.DecStructFieldNotFound(-1, yys1581) + } // end switch yys1581 + } // end for yyj1581 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18730,16 +18826,16 @@ func (x *FSGroupStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978.De var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1575 int - var yyb1575 bool - var yyhl1575 bool = l >= 0 - yyj1575++ - if yyhl1575 { - yyb1575 = yyj1575 > l + var yyj1585 int + var yyb1585 bool + var yyhl1585 bool = l >= 0 + yyj1585++ + if yyhl1585 { + yyb1585 = yyj1585 > l } else { - yyb1575 = r.CheckBreak() + yyb1585 = r.CheckBreak() } - if yyb1575 { + if yyb1585 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18749,13 +18845,13 @@ func (x *FSGroupStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978.De } else { x.Rule = FSGroupStrategyType(r.DecodeString()) } - yyj1575++ - if yyhl1575 { - yyb1575 = yyj1575 > l + yyj1585++ + if yyhl1585 { + yyb1585 = yyj1585 > l } else { - yyb1575 = r.CheckBreak() + yyb1585 = r.CheckBreak() } - if yyb1575 { + if yyb1585 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18763,26 +18859,26 @@ func (x *FSGroupStrategyOptions) codecDecodeSelfFromArray(l int, d *codec1978.De if r.TryDecodeAsNil() { x.Ranges = nil } else { - yyv1577 := &x.Ranges - yym1578 := z.DecBinary() - _ = yym1578 + yyv1587 := &x.Ranges + yym1588 := z.DecBinary() + _ = yym1588 if false { } else { - h.decSliceIDRange((*[]IDRange)(yyv1577), d) + h.decSliceIDRange((*[]IDRange)(yyv1587), d) } } for { - yyj1575++ - if yyhl1575 { - yyb1575 = yyj1575 > l + yyj1585++ + if yyhl1585 { + yyb1585 = yyj1585 > l } else { - yyb1575 = r.CheckBreak() + yyb1585 = r.CheckBreak() } - if yyb1575 { + if yyb1585 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1575-1, "") + z.DecStructFieldNotFound(yyj1585-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18791,8 +18887,8 @@ func (x FSGroupStrategyType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1579 := z.EncBinary() - _ = yym1579 + yym1589 := z.EncBinary() + _ = yym1589 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -18804,8 +18900,8 @@ func (x *FSGroupStrategyType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1580 := z.DecBinary() - _ = yym1580 + yym1590 := z.DecBinary() + _ = yym1590 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -18820,54 +18916,54 @@ func (x *SupplementalGroupsStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder if x == nil { r.EncodeNil() } else { - yym1581 := z.EncBinary() - _ = yym1581 + yym1591 := z.EncBinary() + _ = yym1591 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1582 := !z.EncBinary() - yy2arr1582 := z.EncBasicHandle().StructToArray - var yyq1582 [2]bool - _, _, _ = yysep1582, yyq1582, yy2arr1582 - const yyr1582 bool = false - yyq1582[0] = x.Rule != "" - yyq1582[1] = len(x.Ranges) != 0 - var yynn1582 int - if yyr1582 || yy2arr1582 { + yysep1592 := !z.EncBinary() + yy2arr1592 := z.EncBasicHandle().StructToArray + var yyq1592 [2]bool + _, _, _ = yysep1592, yyq1592, yy2arr1592 + const yyr1592 bool = false + yyq1592[0] = x.Rule != "" + yyq1592[1] = len(x.Ranges) != 0 + var yynn1592 int + if yyr1592 || yy2arr1592 { r.EncodeArrayStart(2) } else { - yynn1582 = 0 - for _, b := range yyq1582 { + yynn1592 = 0 + for _, b := range yyq1592 { if b { - yynn1582++ + yynn1592++ } } - r.EncodeMapStart(yynn1582) - yynn1582 = 0 + r.EncodeMapStart(yynn1592) + yynn1592 = 0 } - if yyr1582 || yy2arr1582 { + if yyr1592 || yy2arr1592 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1582[0] { + if yyq1592[0] { x.Rule.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1582[0] { + if yyq1592[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("rule")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Rule.CodecEncodeSelf(e) } } - if yyr1582 || yy2arr1582 { + if yyr1592 || yy2arr1592 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1582[1] { + if yyq1592[1] { if x.Ranges == nil { r.EncodeNil() } else { - yym1585 := z.EncBinary() - _ = yym1585 + yym1595 := z.EncBinary() + _ = yym1595 if false { } else { h.encSliceIDRange(([]IDRange)(x.Ranges), e) @@ -18877,15 +18973,15 @@ func (x *SupplementalGroupsStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder r.EncodeNil() } } else { - if yyq1582[1] { + if yyq1592[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ranges")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ranges == nil { r.EncodeNil() } else { - yym1586 := z.EncBinary() - _ = yym1586 + yym1596 := z.EncBinary() + _ = yym1596 if false { } else { h.encSliceIDRange(([]IDRange)(x.Ranges), e) @@ -18893,7 +18989,7 @@ func (x *SupplementalGroupsStrategyOptions) CodecEncodeSelf(e *codec1978.Encoder } } } - if yyr1582 || yy2arr1582 { + if yyr1592 || yy2arr1592 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18906,25 +19002,25 @@ func (x *SupplementalGroupsStrategyOptions) CodecDecodeSelf(d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1587 := z.DecBinary() - _ = yym1587 + yym1597 := z.DecBinary() + _ = yym1597 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1588 := r.ContainerType() - if yyct1588 == codecSelferValueTypeMap1234 { - yyl1588 := r.ReadMapStart() - if yyl1588 == 0 { + yyct1598 := r.ContainerType() + if yyct1598 == codecSelferValueTypeMap1234 { + yyl1598 := r.ReadMapStart() + if yyl1598 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1588, d) + x.codecDecodeSelfFromMap(yyl1598, d) } - } else if yyct1588 == codecSelferValueTypeArray1234 { - yyl1588 := r.ReadArrayStart() - if yyl1588 == 0 { + } else if yyct1598 == codecSelferValueTypeArray1234 { + yyl1598 := r.ReadArrayStart() + if yyl1598 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1588, d) + x.codecDecodeSelfFromArray(yyl1598, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18936,12 +19032,12 @@ func (x *SupplementalGroupsStrategyOptions) codecDecodeSelfFromMap(l int, d *cod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1589Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1589Slc - var yyhl1589 bool = l >= 0 - for yyj1589 := 0; ; yyj1589++ { - if yyhl1589 { - if yyj1589 >= l { + var yys1599Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1599Slc + var yyhl1599 bool = l >= 0 + for yyj1599 := 0; ; yyj1599++ { + if yyhl1599 { + if yyj1599 >= l { break } } else { @@ -18950,10 +19046,10 @@ func (x *SupplementalGroupsStrategyOptions) codecDecodeSelfFromMap(l int, d *cod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1589Slc = r.DecodeBytes(yys1589Slc, true, true) - yys1589 := string(yys1589Slc) + yys1599Slc = r.DecodeBytes(yys1599Slc, true, true) + yys1599 := string(yys1599Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1589 { + switch yys1599 { case "rule": if r.TryDecodeAsNil() { x.Rule = "" @@ -18964,18 +19060,18 @@ func (x *SupplementalGroupsStrategyOptions) codecDecodeSelfFromMap(l int, d *cod if r.TryDecodeAsNil() { x.Ranges = nil } else { - yyv1591 := &x.Ranges - yym1592 := z.DecBinary() - _ = yym1592 + yyv1601 := &x.Ranges + yym1602 := z.DecBinary() + _ = yym1602 if false { } else { - h.decSliceIDRange((*[]IDRange)(yyv1591), d) + h.decSliceIDRange((*[]IDRange)(yyv1601), d) } } default: - z.DecStructFieldNotFound(-1, yys1589) - } // end switch yys1589 - } // end for yyj1589 + z.DecStructFieldNotFound(-1, yys1599) + } // end switch yys1599 + } // end for yyj1599 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18983,16 +19079,16 @@ func (x *SupplementalGroupsStrategyOptions) codecDecodeSelfFromArray(l int, d *c var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1593 int - var yyb1593 bool - var yyhl1593 bool = l >= 0 - yyj1593++ - if yyhl1593 { - yyb1593 = yyj1593 > l + var yyj1603 int + var yyb1603 bool + var yyhl1603 bool = l >= 0 + yyj1603++ + if yyhl1603 { + yyb1603 = yyj1603 > l } else { - yyb1593 = r.CheckBreak() + yyb1603 = r.CheckBreak() } - if yyb1593 { + if yyb1603 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19002,13 +19098,13 @@ func (x *SupplementalGroupsStrategyOptions) codecDecodeSelfFromArray(l int, d *c } else { x.Rule = SupplementalGroupsStrategyType(r.DecodeString()) } - yyj1593++ - if yyhl1593 { - yyb1593 = yyj1593 > l + yyj1603++ + if yyhl1603 { + yyb1603 = yyj1603 > l } else { - yyb1593 = r.CheckBreak() + yyb1603 = r.CheckBreak() } - if yyb1593 { + if yyb1603 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19016,26 +19112,26 @@ func (x *SupplementalGroupsStrategyOptions) codecDecodeSelfFromArray(l int, d *c if r.TryDecodeAsNil() { x.Ranges = nil } else { - yyv1595 := &x.Ranges - yym1596 := z.DecBinary() - _ = yym1596 + yyv1605 := &x.Ranges + yym1606 := z.DecBinary() + _ = yym1606 if false { } else { - h.decSliceIDRange((*[]IDRange)(yyv1595), d) + h.decSliceIDRange((*[]IDRange)(yyv1605), d) } } for { - yyj1593++ - if yyhl1593 { - yyb1593 = yyj1593 > l + yyj1603++ + if yyhl1603 { + yyb1603 = yyj1603 > l } else { - yyb1593 = r.CheckBreak() + yyb1603 = r.CheckBreak() } - if yyb1593 { + if yyb1603 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1593-1, "") + z.DecStructFieldNotFound(yyj1603-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -19044,8 +19140,8 @@ func (x SupplementalGroupsStrategyType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1597 := z.EncBinary() - _ = yym1597 + yym1607 := z.EncBinary() + _ = yym1607 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -19057,8 +19153,8 @@ func (x *SupplementalGroupsStrategyType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1598 := z.DecBinary() - _ = yym1598 + yym1608 := z.DecBinary() + _ = yym1608 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -19073,37 +19169,37 @@ func (x *PodSecurityPolicyList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1599 := z.EncBinary() - _ = yym1599 + yym1609 := z.EncBinary() + _ = yym1609 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1600 := !z.EncBinary() - yy2arr1600 := z.EncBasicHandle().StructToArray - var yyq1600 [4]bool - _, _, _ = yysep1600, yyq1600, yy2arr1600 - const yyr1600 bool = false - yyq1600[0] = x.Kind != "" - yyq1600[1] = x.APIVersion != "" - yyq1600[2] = true - var yynn1600 int - if yyr1600 || yy2arr1600 { + yysep1610 := !z.EncBinary() + yy2arr1610 := z.EncBasicHandle().StructToArray + var yyq1610 [4]bool + _, _, _ = yysep1610, yyq1610, yy2arr1610 + const yyr1610 bool = false + yyq1610[0] = x.Kind != "" + yyq1610[1] = x.APIVersion != "" + yyq1610[2] = true + var yynn1610 int + if yyr1610 || yy2arr1610 { r.EncodeArrayStart(4) } else { - yynn1600 = 1 - for _, b := range yyq1600 { + yynn1610 = 1 + for _, b := range yyq1610 { if b { - yynn1600++ + yynn1610++ } } - r.EncodeMapStart(yynn1600) - yynn1600 = 0 + r.EncodeMapStart(yynn1610) + yynn1610 = 0 } - if yyr1600 || yy2arr1600 { + if yyr1610 || yy2arr1610 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1600[0] { - yym1602 := z.EncBinary() - _ = yym1602 + if yyq1610[0] { + yym1612 := z.EncBinary() + _ = yym1612 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -19112,23 +19208,23 @@ func (x *PodSecurityPolicyList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1600[0] { + if yyq1610[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1603 := z.EncBinary() - _ = yym1603 + yym1613 := z.EncBinary() + _ = yym1613 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1600 || yy2arr1600 { + if yyr1610 || yy2arr1610 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1600[1] { - yym1605 := z.EncBinary() - _ = yym1605 + if yyq1610[1] { + yym1615 := z.EncBinary() + _ = yym1615 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -19137,54 +19233,54 @@ func (x *PodSecurityPolicyList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1600[1] { + if yyq1610[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1606 := z.EncBinary() - _ = yym1606 + yym1616 := z.EncBinary() + _ = yym1616 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1600 || yy2arr1600 { + if yyr1610 || yy2arr1610 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1600[2] { - yy1608 := &x.ListMeta - yym1609 := z.EncBinary() - _ = yym1609 + if yyq1610[2] { + yy1618 := &x.ListMeta + yym1619 := z.EncBinary() + _ = yym1619 if false { - } else if z.HasExtensions() && z.EncExt(yy1608) { + } else if z.HasExtensions() && z.EncExt(yy1618) { } else { - z.EncFallback(yy1608) + z.EncFallback(yy1618) } } else { r.EncodeNil() } } else { - if yyq1600[2] { + if yyq1610[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1610 := &x.ListMeta - yym1611 := z.EncBinary() - _ = yym1611 + yy1620 := &x.ListMeta + yym1621 := z.EncBinary() + _ = yym1621 if false { - } else if z.HasExtensions() && z.EncExt(yy1610) { + } else if z.HasExtensions() && z.EncExt(yy1620) { } else { - z.EncFallback(yy1610) + z.EncFallback(yy1620) } } } - if yyr1600 || yy2arr1600 { + if yyr1610 || yy2arr1610 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym1613 := z.EncBinary() - _ = yym1613 + yym1623 := z.EncBinary() + _ = yym1623 if false { } else { h.encSlicePodSecurityPolicy(([]PodSecurityPolicy)(x.Items), e) @@ -19197,15 +19293,15 @@ func (x *PodSecurityPolicyList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym1614 := z.EncBinary() - _ = yym1614 + yym1624 := z.EncBinary() + _ = yym1624 if false { } else { h.encSlicePodSecurityPolicy(([]PodSecurityPolicy)(x.Items), e) } } } - if yyr1600 || yy2arr1600 { + if yyr1610 || yy2arr1610 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -19218,25 +19314,25 @@ func (x *PodSecurityPolicyList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1615 := z.DecBinary() - _ = yym1615 + yym1625 := z.DecBinary() + _ = yym1625 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1616 := r.ContainerType() - if yyct1616 == codecSelferValueTypeMap1234 { - yyl1616 := r.ReadMapStart() - if yyl1616 == 0 { + yyct1626 := r.ContainerType() + if yyct1626 == codecSelferValueTypeMap1234 { + yyl1626 := r.ReadMapStart() + if yyl1626 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1616, d) + x.codecDecodeSelfFromMap(yyl1626, d) } - } else if yyct1616 == codecSelferValueTypeArray1234 { - yyl1616 := r.ReadArrayStart() - if yyl1616 == 0 { + } else if yyct1626 == codecSelferValueTypeArray1234 { + yyl1626 := r.ReadArrayStart() + if yyl1626 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1616, d) + x.codecDecodeSelfFromArray(yyl1626, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -19248,12 +19344,12 @@ func (x *PodSecurityPolicyList) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1617Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1617Slc - var yyhl1617 bool = l >= 0 - for yyj1617 := 0; ; yyj1617++ { - if yyhl1617 { - if yyj1617 >= l { + var yys1627Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1627Slc + var yyhl1627 bool = l >= 0 + for yyj1627 := 0; ; yyj1627++ { + if yyhl1627 { + if yyj1627 >= l { break } } else { @@ -19262,10 +19358,10 @@ func (x *PodSecurityPolicyList) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1617Slc = r.DecodeBytes(yys1617Slc, true, true) - yys1617 := string(yys1617Slc) + yys1627Slc = r.DecodeBytes(yys1627Slc, true, true) + yys1627 := string(yys1627Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1617 { + switch yys1627 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -19282,31 +19378,31 @@ func (x *PodSecurityPolicyList) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv1620 := &x.ListMeta - yym1621 := z.DecBinary() - _ = yym1621 + yyv1630 := &x.ListMeta + yym1631 := z.DecBinary() + _ = yym1631 if false { - } else if z.HasExtensions() && z.DecExt(yyv1620) { + } else if z.HasExtensions() && z.DecExt(yyv1630) { } else { - z.DecFallback(yyv1620, false) + z.DecFallback(yyv1630, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1622 := &x.Items - yym1623 := z.DecBinary() - _ = yym1623 + yyv1632 := &x.Items + yym1633 := z.DecBinary() + _ = yym1633 if false { } else { - h.decSlicePodSecurityPolicy((*[]PodSecurityPolicy)(yyv1622), d) + h.decSlicePodSecurityPolicy((*[]PodSecurityPolicy)(yyv1632), d) } } default: - z.DecStructFieldNotFound(-1, yys1617) - } // end switch yys1617 - } // end for yyj1617 + z.DecStructFieldNotFound(-1, yys1627) + } // end switch yys1627 + } // end for yyj1627 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -19314,16 +19410,16 @@ func (x *PodSecurityPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1624 int - var yyb1624 bool - var yyhl1624 bool = l >= 0 - yyj1624++ - if yyhl1624 { - yyb1624 = yyj1624 > l + var yyj1634 int + var yyb1634 bool + var yyhl1634 bool = l >= 0 + yyj1634++ + if yyhl1634 { + yyb1634 = yyj1634 > l } else { - yyb1624 = r.CheckBreak() + yyb1634 = r.CheckBreak() } - if yyb1624 { + if yyb1634 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19333,13 +19429,13 @@ func (x *PodSecurityPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Kind = string(r.DecodeString()) } - yyj1624++ - if yyhl1624 { - yyb1624 = yyj1624 > l + yyj1634++ + if yyhl1634 { + yyb1634 = yyj1634 > l } else { - yyb1624 = r.CheckBreak() + yyb1634 = r.CheckBreak() } - if yyb1624 { + if yyb1634 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19349,13 +19445,13 @@ func (x *PodSecurityPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.APIVersion = string(r.DecodeString()) } - yyj1624++ - if yyhl1624 { - yyb1624 = yyj1624 > l + yyj1634++ + if yyhl1634 { + yyb1634 = yyj1634 > l } else { - yyb1624 = r.CheckBreak() + yyb1634 = r.CheckBreak() } - if yyb1624 { + if yyb1634 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19363,22 +19459,22 @@ func (x *PodSecurityPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv1627 := &x.ListMeta - yym1628 := z.DecBinary() - _ = yym1628 + yyv1637 := &x.ListMeta + yym1638 := z.DecBinary() + _ = yym1638 if false { - } else if z.HasExtensions() && z.DecExt(yyv1627) { + } else if z.HasExtensions() && z.DecExt(yyv1637) { } else { - z.DecFallback(yyv1627, false) + z.DecFallback(yyv1637, false) } } - yyj1624++ - if yyhl1624 { - yyb1624 = yyj1624 > l + yyj1634++ + if yyhl1634 { + yyb1634 = yyj1634 > l } else { - yyb1624 = r.CheckBreak() + yyb1634 = r.CheckBreak() } - if yyb1624 { + if yyb1634 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19386,26 +19482,26 @@ func (x *PodSecurityPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1629 := &x.Items - yym1630 := z.DecBinary() - _ = yym1630 + yyv1639 := &x.Items + yym1640 := z.DecBinary() + _ = yym1640 if false { } else { - h.decSlicePodSecurityPolicy((*[]PodSecurityPolicy)(yyv1629), d) + h.decSlicePodSecurityPolicy((*[]PodSecurityPolicy)(yyv1639), d) } } for { - yyj1624++ - if yyhl1624 { - yyb1624 = yyj1624 > l + yyj1634++ + if yyhl1634 { + yyb1634 = yyj1634 > l } else { - yyb1624 = r.CheckBreak() + yyb1634 = r.CheckBreak() } - if yyb1624 { + if yyb1634 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1624-1, "") + z.DecStructFieldNotFound(yyj1634-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -19417,38 +19513,38 @@ func (x *NetworkPolicy) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1631 := z.EncBinary() - _ = yym1631 + yym1641 := z.EncBinary() + _ = yym1641 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1632 := !z.EncBinary() - yy2arr1632 := z.EncBasicHandle().StructToArray - var yyq1632 [4]bool - _, _, _ = yysep1632, yyq1632, yy2arr1632 - const yyr1632 bool = false - yyq1632[0] = x.Kind != "" - yyq1632[1] = x.APIVersion != "" - yyq1632[2] = true - yyq1632[3] = true - var yynn1632 int - if yyr1632 || yy2arr1632 { + yysep1642 := !z.EncBinary() + yy2arr1642 := z.EncBasicHandle().StructToArray + var yyq1642 [4]bool + _, _, _ = yysep1642, yyq1642, yy2arr1642 + const yyr1642 bool = false + yyq1642[0] = x.Kind != "" + yyq1642[1] = x.APIVersion != "" + yyq1642[2] = true + yyq1642[3] = true + var yynn1642 int + if yyr1642 || yy2arr1642 { r.EncodeArrayStart(4) } else { - yynn1632 = 0 - for _, b := range yyq1632 { + yynn1642 = 0 + for _, b := range yyq1642 { if b { - yynn1632++ + yynn1642++ } } - r.EncodeMapStart(yynn1632) - yynn1632 = 0 + r.EncodeMapStart(yynn1642) + yynn1642 = 0 } - if yyr1632 || yy2arr1632 { + if yyr1642 || yy2arr1642 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1632[0] { - yym1634 := z.EncBinary() - _ = yym1634 + if yyq1642[0] { + yym1644 := z.EncBinary() + _ = yym1644 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -19457,23 +19553,23 @@ func (x *NetworkPolicy) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1632[0] { + if yyq1642[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1635 := z.EncBinary() - _ = yym1635 + yym1645 := z.EncBinary() + _ = yym1645 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1632 || yy2arr1632 { + if yyr1642 || yy2arr1642 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1632[1] { - yym1637 := z.EncBinary() - _ = yym1637 + if yyq1642[1] { + yym1647 := z.EncBinary() + _ = yym1647 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -19482,53 +19578,53 @@ func (x *NetworkPolicy) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1632[1] { + if yyq1642[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1638 := z.EncBinary() - _ = yym1638 + yym1648 := z.EncBinary() + _ = yym1648 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1632 || yy2arr1632 { + if yyr1642 || yy2arr1642 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1632[2] { - yy1640 := &x.ObjectMeta - yy1640.CodecEncodeSelf(e) + if yyq1642[2] { + yy1650 := &x.ObjectMeta + yy1650.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1632[2] { + if yyq1642[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1641 := &x.ObjectMeta - yy1641.CodecEncodeSelf(e) + yy1651 := &x.ObjectMeta + yy1651.CodecEncodeSelf(e) } } - if yyr1632 || yy2arr1632 { + if yyr1642 || yy2arr1642 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1632[3] { - yy1643 := &x.Spec - yy1643.CodecEncodeSelf(e) + if yyq1642[3] { + yy1653 := &x.Spec + yy1653.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1632[3] { + if yyq1642[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1644 := &x.Spec - yy1644.CodecEncodeSelf(e) + yy1654 := &x.Spec + yy1654.CodecEncodeSelf(e) } } - if yyr1632 || yy2arr1632 { + if yyr1642 || yy2arr1642 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -19541,25 +19637,25 @@ func (x *NetworkPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1645 := z.DecBinary() - _ = yym1645 + yym1655 := z.DecBinary() + _ = yym1655 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1646 := r.ContainerType() - if yyct1646 == codecSelferValueTypeMap1234 { - yyl1646 := r.ReadMapStart() - if yyl1646 == 0 { + yyct1656 := r.ContainerType() + if yyct1656 == codecSelferValueTypeMap1234 { + yyl1656 := r.ReadMapStart() + if yyl1656 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1646, d) + x.codecDecodeSelfFromMap(yyl1656, d) } - } else if yyct1646 == codecSelferValueTypeArray1234 { - yyl1646 := r.ReadArrayStart() - if yyl1646 == 0 { + } else if yyct1656 == codecSelferValueTypeArray1234 { + yyl1656 := r.ReadArrayStart() + if yyl1656 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1646, d) + x.codecDecodeSelfFromArray(yyl1656, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -19571,12 +19667,12 @@ func (x *NetworkPolicy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1647Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1647Slc - var yyhl1647 bool = l >= 0 - for yyj1647 := 0; ; yyj1647++ { - if yyhl1647 { - if yyj1647 >= l { + var yys1657Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1657Slc + var yyhl1657 bool = l >= 0 + for yyj1657 := 0; ; yyj1657++ { + if yyhl1657 { + if yyj1657 >= l { break } } else { @@ -19585,10 +19681,10 @@ func (x *NetworkPolicy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1647Slc = r.DecodeBytes(yys1647Slc, true, true) - yys1647 := string(yys1647Slc) + yys1657Slc = r.DecodeBytes(yys1657Slc, true, true) + yys1657 := string(yys1657Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1647 { + switch yys1657 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -19605,20 +19701,20 @@ func (x *NetworkPolicy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_v1.ObjectMeta{} } else { - yyv1650 := &x.ObjectMeta - yyv1650.CodecDecodeSelf(d) + yyv1660 := &x.ObjectMeta + yyv1660.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NetworkPolicySpec{} } else { - yyv1651 := &x.Spec - yyv1651.CodecDecodeSelf(d) + yyv1661 := &x.Spec + yyv1661.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1647) - } // end switch yys1647 - } // end for yyj1647 + z.DecStructFieldNotFound(-1, yys1657) + } // end switch yys1657 + } // end for yyj1657 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -19626,16 +19722,16 @@ func (x *NetworkPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1652 int - var yyb1652 bool - var yyhl1652 bool = l >= 0 - yyj1652++ - if yyhl1652 { - yyb1652 = yyj1652 > l + var yyj1662 int + var yyb1662 bool + var yyhl1662 bool = l >= 0 + yyj1662++ + if yyhl1662 { + yyb1662 = yyj1662 > l } else { - yyb1652 = r.CheckBreak() + yyb1662 = r.CheckBreak() } - if yyb1652 { + if yyb1662 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19645,13 +19741,13 @@ func (x *NetworkPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj1652++ - if yyhl1652 { - yyb1652 = yyj1652 > l + yyj1662++ + if yyhl1662 { + yyb1662 = yyj1662 > l } else { - yyb1652 = r.CheckBreak() + yyb1662 = r.CheckBreak() } - if yyb1652 { + if yyb1662 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19661,13 +19757,13 @@ func (x *NetworkPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj1652++ - if yyhl1652 { - yyb1652 = yyj1652 > l + yyj1662++ + if yyhl1662 { + yyb1662 = yyj1662 > l } else { - yyb1652 = r.CheckBreak() + yyb1662 = r.CheckBreak() } - if yyb1652 { + if yyb1662 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19675,16 +19771,16 @@ func (x *NetworkPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_v1.ObjectMeta{} } else { - yyv1655 := &x.ObjectMeta - yyv1655.CodecDecodeSelf(d) + yyv1665 := &x.ObjectMeta + yyv1665.CodecDecodeSelf(d) } - yyj1652++ - if yyhl1652 { - yyb1652 = yyj1652 > l + yyj1662++ + if yyhl1662 { + yyb1662 = yyj1662 > l } else { - yyb1652 = r.CheckBreak() + yyb1662 = r.CheckBreak() } - if yyb1652 { + if yyb1662 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19692,21 +19788,21 @@ func (x *NetworkPolicy) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NetworkPolicySpec{} } else { - yyv1656 := &x.Spec - yyv1656.CodecDecodeSelf(d) + yyv1666 := &x.Spec + yyv1666.CodecDecodeSelf(d) } for { - yyj1652++ - if yyhl1652 { - yyb1652 = yyj1652 > l + yyj1662++ + if yyhl1662 { + yyb1662 = yyj1662 > l } else { - yyb1652 = r.CheckBreak() + yyb1662 = r.CheckBreak() } - if yyb1652 { + if yyb1662 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1652-1, "") + z.DecStructFieldNotFound(yyj1662-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -19718,49 +19814,49 @@ func (x *NetworkPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1657 := z.EncBinary() - _ = yym1657 + yym1667 := z.EncBinary() + _ = yym1667 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1658 := !z.EncBinary() - yy2arr1658 := z.EncBasicHandle().StructToArray - var yyq1658 [2]bool - _, _, _ = yysep1658, yyq1658, yy2arr1658 - const yyr1658 bool = false - yyq1658[1] = len(x.Ingress) != 0 - var yynn1658 int - if yyr1658 || yy2arr1658 { + yysep1668 := !z.EncBinary() + yy2arr1668 := z.EncBasicHandle().StructToArray + var yyq1668 [2]bool + _, _, _ = yysep1668, yyq1668, yy2arr1668 + const yyr1668 bool = false + yyq1668[1] = len(x.Ingress) != 0 + var yynn1668 int + if yyr1668 || yy2arr1668 { r.EncodeArrayStart(2) } else { - yynn1658 = 1 - for _, b := range yyq1658 { + yynn1668 = 1 + for _, b := range yyq1668 { if b { - yynn1658++ + yynn1668++ } } - r.EncodeMapStart(yynn1658) - yynn1658 = 0 + r.EncodeMapStart(yynn1668) + yynn1668 = 0 } - if yyr1658 || yy2arr1658 { + if yyr1668 || yy2arr1668 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1660 := &x.PodSelector - yy1660.CodecEncodeSelf(e) + yy1670 := &x.PodSelector + yy1670.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1661 := &x.PodSelector - yy1661.CodecEncodeSelf(e) + yy1671 := &x.PodSelector + yy1671.CodecEncodeSelf(e) } - if yyr1658 || yy2arr1658 { + if yyr1668 || yy2arr1668 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1658[1] { + if yyq1668[1] { if x.Ingress == nil { r.EncodeNil() } else { - yym1663 := z.EncBinary() - _ = yym1663 + yym1673 := z.EncBinary() + _ = yym1673 if false { } else { h.encSliceNetworkPolicyIngressRule(([]NetworkPolicyIngressRule)(x.Ingress), e) @@ -19770,15 +19866,15 @@ func (x *NetworkPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1658[1] { + if yyq1668[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ingress")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ingress == nil { r.EncodeNil() } else { - yym1664 := z.EncBinary() - _ = yym1664 + yym1674 := z.EncBinary() + _ = yym1674 if false { } else { h.encSliceNetworkPolicyIngressRule(([]NetworkPolicyIngressRule)(x.Ingress), e) @@ -19786,7 +19882,7 @@ func (x *NetworkPolicySpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1658 || yy2arr1658 { + if yyr1668 || yy2arr1668 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -19799,25 +19895,25 @@ func (x *NetworkPolicySpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1665 := z.DecBinary() - _ = yym1665 + yym1675 := z.DecBinary() + _ = yym1675 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1666 := r.ContainerType() - if yyct1666 == codecSelferValueTypeMap1234 { - yyl1666 := r.ReadMapStart() - if yyl1666 == 0 { + yyct1676 := r.ContainerType() + if yyct1676 == codecSelferValueTypeMap1234 { + yyl1676 := r.ReadMapStart() + if yyl1676 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1666, d) + x.codecDecodeSelfFromMap(yyl1676, d) } - } else if yyct1666 == codecSelferValueTypeArray1234 { - yyl1666 := r.ReadArrayStart() - if yyl1666 == 0 { + } else if yyct1676 == codecSelferValueTypeArray1234 { + yyl1676 := r.ReadArrayStart() + if yyl1676 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1666, d) + x.codecDecodeSelfFromArray(yyl1676, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -19829,12 +19925,12 @@ func (x *NetworkPolicySpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1667Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1667Slc - var yyhl1667 bool = l >= 0 - for yyj1667 := 0; ; yyj1667++ { - if yyhl1667 { - if yyj1667 >= l { + var yys1677Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1677Slc + var yyhl1677 bool = l >= 0 + for yyj1677 := 0; ; yyj1677++ { + if yyhl1677 { + if yyj1677 >= l { break } } else { @@ -19843,33 +19939,33 @@ func (x *NetworkPolicySpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1667Slc = r.DecodeBytes(yys1667Slc, true, true) - yys1667 := string(yys1667Slc) + yys1677Slc = r.DecodeBytes(yys1677Slc, true, true) + yys1677 := string(yys1677Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1667 { + switch yys1677 { case "podSelector": if r.TryDecodeAsNil() { x.PodSelector = LabelSelector{} } else { - yyv1668 := &x.PodSelector - yyv1668.CodecDecodeSelf(d) + yyv1678 := &x.PodSelector + yyv1678.CodecDecodeSelf(d) } case "ingress": if r.TryDecodeAsNil() { x.Ingress = nil } else { - yyv1669 := &x.Ingress - yym1670 := z.DecBinary() - _ = yym1670 + yyv1679 := &x.Ingress + yym1680 := z.DecBinary() + _ = yym1680 if false { } else { - h.decSliceNetworkPolicyIngressRule((*[]NetworkPolicyIngressRule)(yyv1669), d) + h.decSliceNetworkPolicyIngressRule((*[]NetworkPolicyIngressRule)(yyv1679), d) } } default: - z.DecStructFieldNotFound(-1, yys1667) - } // end switch yys1667 - } // end for yyj1667 + z.DecStructFieldNotFound(-1, yys1677) + } // end switch yys1677 + } // end for yyj1677 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -19877,16 +19973,16 @@ func (x *NetworkPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1671 int - var yyb1671 bool - var yyhl1671 bool = l >= 0 - yyj1671++ - if yyhl1671 { - yyb1671 = yyj1671 > l + var yyj1681 int + var yyb1681 bool + var yyhl1681 bool = l >= 0 + yyj1681++ + if yyhl1681 { + yyb1681 = yyj1681 > l } else { - yyb1671 = r.CheckBreak() + yyb1681 = r.CheckBreak() } - if yyb1671 { + if yyb1681 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19894,16 +19990,16 @@ func (x *NetworkPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.PodSelector = LabelSelector{} } else { - yyv1672 := &x.PodSelector - yyv1672.CodecDecodeSelf(d) + yyv1682 := &x.PodSelector + yyv1682.CodecDecodeSelf(d) } - yyj1671++ - if yyhl1671 { - yyb1671 = yyj1671 > l + yyj1681++ + if yyhl1681 { + yyb1681 = yyj1681 > l } else { - yyb1671 = r.CheckBreak() + yyb1681 = r.CheckBreak() } - if yyb1671 { + if yyb1681 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19911,26 +20007,26 @@ func (x *NetworkPolicySpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Ingress = nil } else { - yyv1673 := &x.Ingress - yym1674 := z.DecBinary() - _ = yym1674 + yyv1683 := &x.Ingress + yym1684 := z.DecBinary() + _ = yym1684 if false { } else { - h.decSliceNetworkPolicyIngressRule((*[]NetworkPolicyIngressRule)(yyv1673), d) + h.decSliceNetworkPolicyIngressRule((*[]NetworkPolicyIngressRule)(yyv1683), d) } } for { - yyj1671++ - if yyhl1671 { - yyb1671 = yyj1671 > l + yyj1681++ + if yyhl1681 { + yyb1681 = yyj1681 > l } else { - yyb1671 = r.CheckBreak() + yyb1681 = r.CheckBreak() } - if yyb1671 { + if yyb1681 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1671-1, "") + z.DecStructFieldNotFound(yyj1681-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -19942,39 +20038,39 @@ func (x *NetworkPolicyIngressRule) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1675 := z.EncBinary() - _ = yym1675 + yym1685 := z.EncBinary() + _ = yym1685 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1676 := !z.EncBinary() - yy2arr1676 := z.EncBasicHandle().StructToArray - var yyq1676 [2]bool - _, _, _ = yysep1676, yyq1676, yy2arr1676 - const yyr1676 bool = false - yyq1676[0] = len(x.Ports) != 0 - yyq1676[1] = len(x.From) != 0 - var yynn1676 int - if yyr1676 || yy2arr1676 { + yysep1686 := !z.EncBinary() + yy2arr1686 := z.EncBasicHandle().StructToArray + var yyq1686 [2]bool + _, _, _ = yysep1686, yyq1686, yy2arr1686 + const yyr1686 bool = false + yyq1686[0] = len(x.Ports) != 0 + yyq1686[1] = len(x.From) != 0 + var yynn1686 int + if yyr1686 || yy2arr1686 { r.EncodeArrayStart(2) } else { - yynn1676 = 0 - for _, b := range yyq1676 { + yynn1686 = 0 + for _, b := range yyq1686 { if b { - yynn1676++ + yynn1686++ } } - r.EncodeMapStart(yynn1676) - yynn1676 = 0 + r.EncodeMapStart(yynn1686) + yynn1686 = 0 } - if yyr1676 || yy2arr1676 { + if yyr1686 || yy2arr1686 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1676[0] { + if yyq1686[0] { if x.Ports == nil { r.EncodeNil() } else { - yym1678 := z.EncBinary() - _ = yym1678 + yym1688 := z.EncBinary() + _ = yym1688 if false { } else { h.encSliceNetworkPolicyPort(([]NetworkPolicyPort)(x.Ports), e) @@ -19984,15 +20080,15 @@ func (x *NetworkPolicyIngressRule) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1676[0] { + if yyq1686[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ports")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ports == nil { r.EncodeNil() } else { - yym1679 := z.EncBinary() - _ = yym1679 + yym1689 := z.EncBinary() + _ = yym1689 if false { } else { h.encSliceNetworkPolicyPort(([]NetworkPolicyPort)(x.Ports), e) @@ -20000,14 +20096,14 @@ func (x *NetworkPolicyIngressRule) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1676 || yy2arr1676 { + if yyr1686 || yy2arr1686 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1676[1] { + if yyq1686[1] { if x.From == nil { r.EncodeNil() } else { - yym1681 := z.EncBinary() - _ = yym1681 + yym1691 := z.EncBinary() + _ = yym1691 if false { } else { h.encSliceNetworkPolicyPeer(([]NetworkPolicyPeer)(x.From), e) @@ -20017,15 +20113,15 @@ func (x *NetworkPolicyIngressRule) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1676[1] { + if yyq1686[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("from")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.From == nil { r.EncodeNil() } else { - yym1682 := z.EncBinary() - _ = yym1682 + yym1692 := z.EncBinary() + _ = yym1692 if false { } else { h.encSliceNetworkPolicyPeer(([]NetworkPolicyPeer)(x.From), e) @@ -20033,7 +20129,7 @@ func (x *NetworkPolicyIngressRule) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1676 || yy2arr1676 { + if yyr1686 || yy2arr1686 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -20046,25 +20142,25 @@ func (x *NetworkPolicyIngressRule) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1683 := z.DecBinary() - _ = yym1683 + yym1693 := z.DecBinary() + _ = yym1693 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1684 := r.ContainerType() - if yyct1684 == codecSelferValueTypeMap1234 { - yyl1684 := r.ReadMapStart() - if yyl1684 == 0 { + yyct1694 := r.ContainerType() + if yyct1694 == codecSelferValueTypeMap1234 { + yyl1694 := r.ReadMapStart() + if yyl1694 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1684, d) + x.codecDecodeSelfFromMap(yyl1694, d) } - } else if yyct1684 == codecSelferValueTypeArray1234 { - yyl1684 := r.ReadArrayStart() - if yyl1684 == 0 { + } else if yyct1694 == codecSelferValueTypeArray1234 { + yyl1694 := r.ReadArrayStart() + if yyl1694 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1684, d) + x.codecDecodeSelfFromArray(yyl1694, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -20076,12 +20172,12 @@ func (x *NetworkPolicyIngressRule) codecDecodeSelfFromMap(l int, d *codec1978.De var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1685Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1685Slc - var yyhl1685 bool = l >= 0 - for yyj1685 := 0; ; yyj1685++ { - if yyhl1685 { - if yyj1685 >= l { + var yys1695Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1695Slc + var yyhl1695 bool = l >= 0 + for yyj1695 := 0; ; yyj1695++ { + if yyhl1695 { + if yyj1695 >= l { break } } else { @@ -20090,38 +20186,38 @@ func (x *NetworkPolicyIngressRule) codecDecodeSelfFromMap(l int, d *codec1978.De } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1685Slc = r.DecodeBytes(yys1685Slc, true, true) - yys1685 := string(yys1685Slc) + yys1695Slc = r.DecodeBytes(yys1695Slc, true, true) + yys1695 := string(yys1695Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1685 { + switch yys1695 { case "ports": if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv1686 := &x.Ports - yym1687 := z.DecBinary() - _ = yym1687 + yyv1696 := &x.Ports + yym1697 := z.DecBinary() + _ = yym1697 if false { } else { - h.decSliceNetworkPolicyPort((*[]NetworkPolicyPort)(yyv1686), d) + h.decSliceNetworkPolicyPort((*[]NetworkPolicyPort)(yyv1696), d) } } case "from": if r.TryDecodeAsNil() { x.From = nil } else { - yyv1688 := &x.From - yym1689 := z.DecBinary() - _ = yym1689 + yyv1698 := &x.From + yym1699 := z.DecBinary() + _ = yym1699 if false { } else { - h.decSliceNetworkPolicyPeer((*[]NetworkPolicyPeer)(yyv1688), d) + h.decSliceNetworkPolicyPeer((*[]NetworkPolicyPeer)(yyv1698), d) } } default: - z.DecStructFieldNotFound(-1, yys1685) - } // end switch yys1685 - } // end for yyj1685 + z.DecStructFieldNotFound(-1, yys1695) + } // end switch yys1695 + } // end for yyj1695 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -20129,16 +20225,16 @@ func (x *NetworkPolicyIngressRule) codecDecodeSelfFromArray(l int, d *codec1978. var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1690 int - var yyb1690 bool - var yyhl1690 bool = l >= 0 - yyj1690++ - if yyhl1690 { - yyb1690 = yyj1690 > l + var yyj1700 int + var yyb1700 bool + var yyhl1700 bool = l >= 0 + yyj1700++ + if yyhl1700 { + yyb1700 = yyj1700 > l } else { - yyb1690 = r.CheckBreak() + yyb1700 = r.CheckBreak() } - if yyb1690 { + if yyb1700 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20146,21 +20242,21 @@ func (x *NetworkPolicyIngressRule) codecDecodeSelfFromArray(l int, d *codec1978. if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv1691 := &x.Ports - yym1692 := z.DecBinary() - _ = yym1692 + yyv1701 := &x.Ports + yym1702 := z.DecBinary() + _ = yym1702 if false { } else { - h.decSliceNetworkPolicyPort((*[]NetworkPolicyPort)(yyv1691), d) + h.decSliceNetworkPolicyPort((*[]NetworkPolicyPort)(yyv1701), d) } } - yyj1690++ - if yyhl1690 { - yyb1690 = yyj1690 > l + yyj1700++ + if yyhl1700 { + yyb1700 = yyj1700 > l } else { - yyb1690 = r.CheckBreak() + yyb1700 = r.CheckBreak() } - if yyb1690 { + if yyb1700 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20168,26 +20264,26 @@ func (x *NetworkPolicyIngressRule) codecDecodeSelfFromArray(l int, d *codec1978. if r.TryDecodeAsNil() { x.From = nil } else { - yyv1693 := &x.From - yym1694 := z.DecBinary() - _ = yym1694 + yyv1703 := &x.From + yym1704 := z.DecBinary() + _ = yym1704 if false { } else { - h.decSliceNetworkPolicyPeer((*[]NetworkPolicyPeer)(yyv1693), d) + h.decSliceNetworkPolicyPeer((*[]NetworkPolicyPeer)(yyv1703), d) } } for { - yyj1690++ - if yyhl1690 { - yyb1690 = yyj1690 > l + yyj1700++ + if yyhl1700 { + yyb1700 = yyj1700 > l } else { - yyb1690 = r.CheckBreak() + yyb1700 = r.CheckBreak() } - if yyb1690 { + if yyb1700 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1690-1, "") + z.DecStructFieldNotFound(yyj1700-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -20199,79 +20295,79 @@ func (x *NetworkPolicyPort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1695 := z.EncBinary() - _ = yym1695 + yym1705 := z.EncBinary() + _ = yym1705 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1696 := !z.EncBinary() - yy2arr1696 := z.EncBasicHandle().StructToArray - var yyq1696 [2]bool - _, _, _ = yysep1696, yyq1696, yy2arr1696 - const yyr1696 bool = false - yyq1696[0] = x.Protocol != nil - yyq1696[1] = x.Port != nil - var yynn1696 int - if yyr1696 || yy2arr1696 { + yysep1706 := !z.EncBinary() + yy2arr1706 := z.EncBasicHandle().StructToArray + var yyq1706 [2]bool + _, _, _ = yysep1706, yyq1706, yy2arr1706 + const yyr1706 bool = false + yyq1706[0] = x.Protocol != nil + yyq1706[1] = x.Port != nil + var yynn1706 int + if yyr1706 || yy2arr1706 { r.EncodeArrayStart(2) } else { - yynn1696 = 0 - for _, b := range yyq1696 { + yynn1706 = 0 + for _, b := range yyq1706 { if b { - yynn1696++ + yynn1706++ } } - r.EncodeMapStart(yynn1696) - yynn1696 = 0 + r.EncodeMapStart(yynn1706) + yynn1706 = 0 } - if yyr1696 || yy2arr1696 { + if yyr1706 || yy2arr1706 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1696[0] { + if yyq1706[0] { if x.Protocol == nil { r.EncodeNil() } else { - yy1698 := *x.Protocol - yym1699 := z.EncBinary() - _ = yym1699 + yy1708 := *x.Protocol + yym1709 := z.EncBinary() + _ = yym1709 if false { - } else if z.HasExtensions() && z.EncExt(yy1698) { + } else if z.HasExtensions() && z.EncExt(yy1708) { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy1698)) + r.EncodeString(codecSelferC_UTF81234, string(yy1708)) } } } else { r.EncodeNil() } } else { - if yyq1696[0] { + if yyq1706[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("protocol")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Protocol == nil { r.EncodeNil() } else { - yy1700 := *x.Protocol - yym1701 := z.EncBinary() - _ = yym1701 + yy1710 := *x.Protocol + yym1711 := z.EncBinary() + _ = yym1711 if false { - } else if z.HasExtensions() && z.EncExt(yy1700) { + } else if z.HasExtensions() && z.EncExt(yy1710) { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy1700)) + r.EncodeString(codecSelferC_UTF81234, string(yy1710)) } } } } - if yyr1696 || yy2arr1696 { + if yyr1706 || yy2arr1706 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1696[1] { + if yyq1706[1] { if x.Port == nil { r.EncodeNil() } else { - yym1703 := z.EncBinary() - _ = yym1703 + yym1713 := z.EncBinary() + _ = yym1713 if false { } else if z.HasExtensions() && z.EncExt(x.Port) { - } else if !yym1703 && z.IsJSONHandle() { + } else if !yym1713 && z.IsJSONHandle() { z.EncJSONMarshal(x.Port) } else { z.EncFallback(x.Port) @@ -20281,18 +20377,18 @@ func (x *NetworkPolicyPort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1696[1] { + if yyq1706[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Port == nil { r.EncodeNil() } else { - yym1704 := z.EncBinary() - _ = yym1704 + yym1714 := z.EncBinary() + _ = yym1714 if false { } else if z.HasExtensions() && z.EncExt(x.Port) { - } else if !yym1704 && z.IsJSONHandle() { + } else if !yym1714 && z.IsJSONHandle() { z.EncJSONMarshal(x.Port) } else { z.EncFallback(x.Port) @@ -20300,7 +20396,7 @@ func (x *NetworkPolicyPort) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1696 || yy2arr1696 { + if yyr1706 || yy2arr1706 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -20313,25 +20409,25 @@ func (x *NetworkPolicyPort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1705 := z.DecBinary() - _ = yym1705 + yym1715 := z.DecBinary() + _ = yym1715 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1706 := r.ContainerType() - if yyct1706 == codecSelferValueTypeMap1234 { - yyl1706 := r.ReadMapStart() - if yyl1706 == 0 { + yyct1716 := r.ContainerType() + if yyct1716 == codecSelferValueTypeMap1234 { + yyl1716 := r.ReadMapStart() + if yyl1716 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1706, d) + x.codecDecodeSelfFromMap(yyl1716, d) } - } else if yyct1706 == codecSelferValueTypeArray1234 { - yyl1706 := r.ReadArrayStart() - if yyl1706 == 0 { + } else if yyct1716 == codecSelferValueTypeArray1234 { + yyl1716 := r.ReadArrayStart() + if yyl1716 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1706, d) + x.codecDecodeSelfFromArray(yyl1716, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -20343,12 +20439,12 @@ func (x *NetworkPolicyPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1707Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1707Slc - var yyhl1707 bool = l >= 0 - for yyj1707 := 0; ; yyj1707++ { - if yyhl1707 { - if yyj1707 >= l { + var yys1717Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1717Slc + var yyhl1717 bool = l >= 0 + for yyj1717 := 0; ; yyj1717++ { + if yyhl1717 { + if yyj1717 >= l { break } } else { @@ -20357,10 +20453,10 @@ func (x *NetworkPolicyPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1707Slc = r.DecodeBytes(yys1707Slc, true, true) - yys1707 := string(yys1707Slc) + yys1717Slc = r.DecodeBytes(yys1717Slc, true, true) + yys1717 := string(yys1717Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1707 { + switch yys1717 { case "protocol": if r.TryDecodeAsNil() { if x.Protocol != nil { @@ -20381,20 +20477,20 @@ func (x *NetworkPolicyPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.Port == nil { x.Port = new(pkg5_intstr.IntOrString) } - yym1710 := z.DecBinary() - _ = yym1710 + yym1720 := z.DecBinary() + _ = yym1720 if false { } else if z.HasExtensions() && z.DecExt(x.Port) { - } else if !yym1710 && z.IsJSONHandle() { + } else if !yym1720 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.Port) } else { z.DecFallback(x.Port, false) } } default: - z.DecStructFieldNotFound(-1, yys1707) - } // end switch yys1707 - } // end for yyj1707 + z.DecStructFieldNotFound(-1, yys1717) + } // end switch yys1717 + } // end for yyj1717 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -20402,16 +20498,16 @@ func (x *NetworkPolicyPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1711 int - var yyb1711 bool - var yyhl1711 bool = l >= 0 - yyj1711++ - if yyhl1711 { - yyb1711 = yyj1711 > l + var yyj1721 int + var yyb1721 bool + var yyhl1721 bool = l >= 0 + yyj1721++ + if yyhl1721 { + yyb1721 = yyj1721 > l } else { - yyb1711 = r.CheckBreak() + yyb1721 = r.CheckBreak() } - if yyb1711 { + if yyb1721 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20426,13 +20522,13 @@ func (x *NetworkPolicyPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } x.Protocol.CodecDecodeSelf(d) } - yyj1711++ - if yyhl1711 { - yyb1711 = yyj1711 > l + yyj1721++ + if yyhl1721 { + yyb1721 = yyj1721 > l } else { - yyb1711 = r.CheckBreak() + yyb1721 = r.CheckBreak() } - if yyb1711 { + if yyb1721 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20445,28 +20541,28 @@ func (x *NetworkPolicyPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if x.Port == nil { x.Port = new(pkg5_intstr.IntOrString) } - yym1714 := z.DecBinary() - _ = yym1714 + yym1724 := z.DecBinary() + _ = yym1724 if false { } else if z.HasExtensions() && z.DecExt(x.Port) { - } else if !yym1714 && z.IsJSONHandle() { + } else if !yym1724 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.Port) } else { z.DecFallback(x.Port, false) } } for { - yyj1711++ - if yyhl1711 { - yyb1711 = yyj1711 > l + yyj1721++ + if yyhl1721 { + yyb1721 = yyj1721 > l } else { - yyb1711 = r.CheckBreak() + yyb1721 = r.CheckBreak() } - if yyb1711 { + if yyb1721 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1711-1, "") + z.DecStructFieldNotFound(yyj1721-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -20478,34 +20574,34 @@ func (x *NetworkPolicyPeer) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1715 := z.EncBinary() - _ = yym1715 + yym1725 := z.EncBinary() + _ = yym1725 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1716 := !z.EncBinary() - yy2arr1716 := z.EncBasicHandle().StructToArray - var yyq1716 [2]bool - _, _, _ = yysep1716, yyq1716, yy2arr1716 - const yyr1716 bool = false - yyq1716[0] = x.PodSelector != nil - yyq1716[1] = x.NamespaceSelector != nil - var yynn1716 int - if yyr1716 || yy2arr1716 { + yysep1726 := !z.EncBinary() + yy2arr1726 := z.EncBasicHandle().StructToArray + var yyq1726 [2]bool + _, _, _ = yysep1726, yyq1726, yy2arr1726 + const yyr1726 bool = false + yyq1726[0] = x.PodSelector != nil + yyq1726[1] = x.NamespaceSelector != nil + var yynn1726 int + if yyr1726 || yy2arr1726 { r.EncodeArrayStart(2) } else { - yynn1716 = 0 - for _, b := range yyq1716 { + yynn1726 = 0 + for _, b := range yyq1726 { if b { - yynn1716++ + yynn1726++ } } - r.EncodeMapStart(yynn1716) - yynn1716 = 0 + r.EncodeMapStart(yynn1726) + yynn1726 = 0 } - if yyr1716 || yy2arr1716 { + if yyr1726 || yy2arr1726 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1716[0] { + if yyq1726[0] { if x.PodSelector == nil { r.EncodeNil() } else { @@ -20515,7 +20611,7 @@ func (x *NetworkPolicyPeer) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1716[0] { + if yyq1726[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -20526,9 +20622,9 @@ func (x *NetworkPolicyPeer) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1716 || yy2arr1716 { + if yyr1726 || yy2arr1726 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1716[1] { + if yyq1726[1] { if x.NamespaceSelector == nil { r.EncodeNil() } else { @@ -20538,7 +20634,7 @@ func (x *NetworkPolicyPeer) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1716[1] { + if yyq1726[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("namespaceSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -20549,7 +20645,7 @@ func (x *NetworkPolicyPeer) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1716 || yy2arr1716 { + if yyr1726 || yy2arr1726 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -20562,25 +20658,25 @@ func (x *NetworkPolicyPeer) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1719 := z.DecBinary() - _ = yym1719 + yym1729 := z.DecBinary() + _ = yym1729 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1720 := r.ContainerType() - if yyct1720 == codecSelferValueTypeMap1234 { - yyl1720 := r.ReadMapStart() - if yyl1720 == 0 { + yyct1730 := r.ContainerType() + if yyct1730 == codecSelferValueTypeMap1234 { + yyl1730 := r.ReadMapStart() + if yyl1730 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1720, d) + x.codecDecodeSelfFromMap(yyl1730, d) } - } else if yyct1720 == codecSelferValueTypeArray1234 { - yyl1720 := r.ReadArrayStart() - if yyl1720 == 0 { + } else if yyct1730 == codecSelferValueTypeArray1234 { + yyl1730 := r.ReadArrayStart() + if yyl1730 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1720, d) + x.codecDecodeSelfFromArray(yyl1730, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -20592,12 +20688,12 @@ func (x *NetworkPolicyPeer) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1721Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1721Slc - var yyhl1721 bool = l >= 0 - for yyj1721 := 0; ; yyj1721++ { - if yyhl1721 { - if yyj1721 >= l { + var yys1731Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1731Slc + var yyhl1731 bool = l >= 0 + for yyj1731 := 0; ; yyj1731++ { + if yyhl1731 { + if yyj1731 >= l { break } } else { @@ -20606,10 +20702,10 @@ func (x *NetworkPolicyPeer) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1721Slc = r.DecodeBytes(yys1721Slc, true, true) - yys1721 := string(yys1721Slc) + yys1731Slc = r.DecodeBytes(yys1731Slc, true, true) + yys1731 := string(yys1731Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1721 { + switch yys1731 { case "podSelector": if r.TryDecodeAsNil() { if x.PodSelector != nil { @@ -20633,9 +20729,9 @@ func (x *NetworkPolicyPeer) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.NamespaceSelector.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1721) - } // end switch yys1721 - } // end for yyj1721 + z.DecStructFieldNotFound(-1, yys1731) + } // end switch yys1731 + } // end for yyj1731 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -20643,16 +20739,16 @@ func (x *NetworkPolicyPeer) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1724 int - var yyb1724 bool - var yyhl1724 bool = l >= 0 - yyj1724++ - if yyhl1724 { - yyb1724 = yyj1724 > l + var yyj1734 int + var yyb1734 bool + var yyhl1734 bool = l >= 0 + yyj1734++ + if yyhl1734 { + yyb1734 = yyj1734 > l } else { - yyb1724 = r.CheckBreak() + yyb1734 = r.CheckBreak() } - if yyb1724 { + if yyb1734 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20667,13 +20763,13 @@ func (x *NetworkPolicyPeer) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } x.PodSelector.CodecDecodeSelf(d) } - yyj1724++ - if yyhl1724 { - yyb1724 = yyj1724 > l + yyj1734++ + if yyhl1734 { + yyb1734 = yyj1734 > l } else { - yyb1724 = r.CheckBreak() + yyb1734 = r.CheckBreak() } - if yyb1724 { + if yyb1734 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20689,17 +20785,17 @@ func (x *NetworkPolicyPeer) codecDecodeSelfFromArray(l int, d *codec1978.Decoder x.NamespaceSelector.CodecDecodeSelf(d) } for { - yyj1724++ - if yyhl1724 { - yyb1724 = yyj1724 > l + yyj1734++ + if yyhl1734 { + yyb1734 = yyj1734 > l } else { - yyb1724 = r.CheckBreak() + yyb1734 = r.CheckBreak() } - if yyb1724 { + if yyb1734 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1724-1, "") + z.DecStructFieldNotFound(yyj1734-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -20711,37 +20807,37 @@ func (x *NetworkPolicyList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1727 := z.EncBinary() - _ = yym1727 + yym1737 := z.EncBinary() + _ = yym1737 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1728 := !z.EncBinary() - yy2arr1728 := z.EncBasicHandle().StructToArray - var yyq1728 [4]bool - _, _, _ = yysep1728, yyq1728, yy2arr1728 - const yyr1728 bool = false - yyq1728[0] = x.Kind != "" - yyq1728[1] = x.APIVersion != "" - yyq1728[2] = true - var yynn1728 int - if yyr1728 || yy2arr1728 { + yysep1738 := !z.EncBinary() + yy2arr1738 := z.EncBasicHandle().StructToArray + var yyq1738 [4]bool + _, _, _ = yysep1738, yyq1738, yy2arr1738 + const yyr1738 bool = false + yyq1738[0] = x.Kind != "" + yyq1738[1] = x.APIVersion != "" + yyq1738[2] = true + var yynn1738 int + if yyr1738 || yy2arr1738 { r.EncodeArrayStart(4) } else { - yynn1728 = 1 - for _, b := range yyq1728 { + yynn1738 = 1 + for _, b := range yyq1738 { if b { - yynn1728++ + yynn1738++ } } - r.EncodeMapStart(yynn1728) - yynn1728 = 0 + r.EncodeMapStart(yynn1738) + yynn1738 = 0 } - if yyr1728 || yy2arr1728 { + if yyr1738 || yy2arr1738 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1728[0] { - yym1730 := z.EncBinary() - _ = yym1730 + if yyq1738[0] { + yym1740 := z.EncBinary() + _ = yym1740 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -20750,23 +20846,23 @@ func (x *NetworkPolicyList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1728[0] { + if yyq1738[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1731 := z.EncBinary() - _ = yym1731 + yym1741 := z.EncBinary() + _ = yym1741 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1728 || yy2arr1728 { + if yyr1738 || yy2arr1738 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1728[1] { - yym1733 := z.EncBinary() - _ = yym1733 + if yyq1738[1] { + yym1743 := z.EncBinary() + _ = yym1743 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -20775,54 +20871,54 @@ func (x *NetworkPolicyList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1728[1] { + if yyq1738[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1734 := z.EncBinary() - _ = yym1734 + yym1744 := z.EncBinary() + _ = yym1744 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1728 || yy2arr1728 { + if yyr1738 || yy2arr1738 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1728[2] { - yy1736 := &x.ListMeta - yym1737 := z.EncBinary() - _ = yym1737 + if yyq1738[2] { + yy1746 := &x.ListMeta + yym1747 := z.EncBinary() + _ = yym1747 if false { - } else if z.HasExtensions() && z.EncExt(yy1736) { + } else if z.HasExtensions() && z.EncExt(yy1746) { } else { - z.EncFallback(yy1736) + z.EncFallback(yy1746) } } else { r.EncodeNil() } } else { - if yyq1728[2] { + if yyq1738[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1738 := &x.ListMeta - yym1739 := z.EncBinary() - _ = yym1739 + yy1748 := &x.ListMeta + yym1749 := z.EncBinary() + _ = yym1749 if false { - } else if z.HasExtensions() && z.EncExt(yy1738) { + } else if z.HasExtensions() && z.EncExt(yy1748) { } else { - z.EncFallback(yy1738) + z.EncFallback(yy1748) } } } - if yyr1728 || yy2arr1728 { + if yyr1738 || yy2arr1738 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym1741 := z.EncBinary() - _ = yym1741 + yym1751 := z.EncBinary() + _ = yym1751 if false { } else { h.encSliceNetworkPolicy(([]NetworkPolicy)(x.Items), e) @@ -20835,15 +20931,15 @@ func (x *NetworkPolicyList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym1742 := z.EncBinary() - _ = yym1742 + yym1752 := z.EncBinary() + _ = yym1752 if false { } else { h.encSliceNetworkPolicy(([]NetworkPolicy)(x.Items), e) } } } - if yyr1728 || yy2arr1728 { + if yyr1738 || yy2arr1738 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -20856,25 +20952,25 @@ func (x *NetworkPolicyList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1743 := z.DecBinary() - _ = yym1743 + yym1753 := z.DecBinary() + _ = yym1753 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1744 := r.ContainerType() - if yyct1744 == codecSelferValueTypeMap1234 { - yyl1744 := r.ReadMapStart() - if yyl1744 == 0 { + yyct1754 := r.ContainerType() + if yyct1754 == codecSelferValueTypeMap1234 { + yyl1754 := r.ReadMapStart() + if yyl1754 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1744, d) + x.codecDecodeSelfFromMap(yyl1754, d) } - } else if yyct1744 == codecSelferValueTypeArray1234 { - yyl1744 := r.ReadArrayStart() - if yyl1744 == 0 { + } else if yyct1754 == codecSelferValueTypeArray1234 { + yyl1754 := r.ReadArrayStart() + if yyl1754 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1744, d) + x.codecDecodeSelfFromArray(yyl1754, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -20886,12 +20982,12 @@ func (x *NetworkPolicyList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1745Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1745Slc - var yyhl1745 bool = l >= 0 - for yyj1745 := 0; ; yyj1745++ { - if yyhl1745 { - if yyj1745 >= l { + var yys1755Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1755Slc + var yyhl1755 bool = l >= 0 + for yyj1755 := 0; ; yyj1755++ { + if yyhl1755 { + if yyj1755 >= l { break } } else { @@ -20900,10 +20996,10 @@ func (x *NetworkPolicyList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1745Slc = r.DecodeBytes(yys1745Slc, true, true) - yys1745 := string(yys1745Slc) + yys1755Slc = r.DecodeBytes(yys1755Slc, true, true) + yys1755 := string(yys1755Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1745 { + switch yys1755 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -20920,31 +21016,31 @@ func (x *NetworkPolicyList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv1748 := &x.ListMeta - yym1749 := z.DecBinary() - _ = yym1749 + yyv1758 := &x.ListMeta + yym1759 := z.DecBinary() + _ = yym1759 if false { - } else if z.HasExtensions() && z.DecExt(yyv1748) { + } else if z.HasExtensions() && z.DecExt(yyv1758) { } else { - z.DecFallback(yyv1748, false) + z.DecFallback(yyv1758, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1750 := &x.Items - yym1751 := z.DecBinary() - _ = yym1751 + yyv1760 := &x.Items + yym1761 := z.DecBinary() + _ = yym1761 if false { } else { - h.decSliceNetworkPolicy((*[]NetworkPolicy)(yyv1750), d) + h.decSliceNetworkPolicy((*[]NetworkPolicy)(yyv1760), d) } } default: - z.DecStructFieldNotFound(-1, yys1745) - } // end switch yys1745 - } // end for yyj1745 + z.DecStructFieldNotFound(-1, yys1755) + } // end switch yys1755 + } // end for yyj1755 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -20952,16 +21048,16 @@ func (x *NetworkPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1752 int - var yyb1752 bool - var yyhl1752 bool = l >= 0 - yyj1752++ - if yyhl1752 { - yyb1752 = yyj1752 > l + var yyj1762 int + var yyb1762 bool + var yyhl1762 bool = l >= 0 + yyj1762++ + if yyhl1762 { + yyb1762 = yyj1762 > l } else { - yyb1752 = r.CheckBreak() + yyb1762 = r.CheckBreak() } - if yyb1752 { + if yyb1762 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20971,13 +21067,13 @@ func (x *NetworkPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.Kind = string(r.DecodeString()) } - yyj1752++ - if yyhl1752 { - yyb1752 = yyj1752 > l + yyj1762++ + if yyhl1762 { + yyb1762 = yyj1762 > l } else { - yyb1752 = r.CheckBreak() + yyb1762 = r.CheckBreak() } - if yyb1752 { + if yyb1762 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20987,13 +21083,13 @@ func (x *NetworkPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.APIVersion = string(r.DecodeString()) } - yyj1752++ - if yyhl1752 { - yyb1752 = yyj1752 > l + yyj1762++ + if yyhl1762 { + yyb1762 = yyj1762 > l } else { - yyb1752 = r.CheckBreak() + yyb1762 = r.CheckBreak() } - if yyb1752 { + if yyb1762 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21001,22 +21097,22 @@ func (x *NetworkPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv1755 := &x.ListMeta - yym1756 := z.DecBinary() - _ = yym1756 + yyv1765 := &x.ListMeta + yym1766 := z.DecBinary() + _ = yym1766 if false { - } else if z.HasExtensions() && z.DecExt(yyv1755) { + } else if z.HasExtensions() && z.DecExt(yyv1765) { } else { - z.DecFallback(yyv1755, false) + z.DecFallback(yyv1765, false) } } - yyj1752++ - if yyhl1752 { - yyb1752 = yyj1752 > l + yyj1762++ + if yyhl1762 { + yyb1762 = yyj1762 > l } else { - yyb1752 = r.CheckBreak() + yyb1762 = r.CheckBreak() } - if yyb1752 { + if yyb1762 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21024,26 +21120,26 @@ func (x *NetworkPolicyList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1757 := &x.Items - yym1758 := z.DecBinary() - _ = yym1758 + yyv1767 := &x.Items + yym1768 := z.DecBinary() + _ = yym1768 if false { } else { - h.decSliceNetworkPolicy((*[]NetworkPolicy)(yyv1757), d) + h.decSliceNetworkPolicy((*[]NetworkPolicy)(yyv1767), d) } } for { - yyj1752++ - if yyhl1752 { - yyb1752 = yyj1752 > l + yyj1762++ + if yyhl1762 { + yyb1762 = yyj1762 > l } else { - yyb1752 = r.CheckBreak() + yyb1762 = r.CheckBreak() } - if yyb1752 { + if yyb1762 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1752-1, "") + z.DecStructFieldNotFound(yyj1762-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21053,10 +21149,10 @@ func (x codecSelfer1234) encSliceCustomMetricTarget(v []CustomMetricTarget, e *c z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1759 := range v { + for _, yyv1769 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1760 := &yyv1759 - yy1760.CodecEncodeSelf(e) + yy1770 := &yyv1769 + yy1770.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21066,83 +21162,83 @@ func (x codecSelfer1234) decSliceCustomMetricTarget(v *[]CustomMetricTarget, d * z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1761 := *v - yyh1761, yyl1761 := z.DecSliceHelperStart() - var yyc1761 bool - if yyl1761 == 0 { - if yyv1761 == nil { - yyv1761 = []CustomMetricTarget{} - yyc1761 = true - } else if len(yyv1761) != 0 { - yyv1761 = yyv1761[:0] - yyc1761 = true + yyv1771 := *v + yyh1771, yyl1771 := z.DecSliceHelperStart() + var yyc1771 bool + if yyl1771 == 0 { + if yyv1771 == nil { + yyv1771 = []CustomMetricTarget{} + yyc1771 = true + } else if len(yyv1771) != 0 { + yyv1771 = yyv1771[:0] + yyc1771 = true } - } else if yyl1761 > 0 { - var yyrr1761, yyrl1761 int - var yyrt1761 bool - if yyl1761 > cap(yyv1761) { + } else if yyl1771 > 0 { + var yyrr1771, yyrl1771 int + var yyrt1771 bool + if yyl1771 > cap(yyv1771) { - yyrg1761 := len(yyv1761) > 0 - yyv21761 := yyv1761 - yyrl1761, yyrt1761 = z.DecInferLen(yyl1761, z.DecBasicHandle().MaxInitLen, 72) - if yyrt1761 { - if yyrl1761 <= cap(yyv1761) { - yyv1761 = yyv1761[:yyrl1761] + yyrg1771 := len(yyv1771) > 0 + yyv21771 := yyv1771 + yyrl1771, yyrt1771 = z.DecInferLen(yyl1771, z.DecBasicHandle().MaxInitLen, 72) + if yyrt1771 { + if yyrl1771 <= cap(yyv1771) { + yyv1771 = yyv1771[:yyrl1771] } else { - yyv1761 = make([]CustomMetricTarget, yyrl1761) + yyv1771 = make([]CustomMetricTarget, yyrl1771) } } else { - yyv1761 = make([]CustomMetricTarget, yyrl1761) + yyv1771 = make([]CustomMetricTarget, yyrl1771) } - yyc1761 = true - yyrr1761 = len(yyv1761) - if yyrg1761 { - copy(yyv1761, yyv21761) + yyc1771 = true + yyrr1771 = len(yyv1771) + if yyrg1771 { + copy(yyv1771, yyv21771) } - } else if yyl1761 != len(yyv1761) { - yyv1761 = yyv1761[:yyl1761] - yyc1761 = true + } else if yyl1771 != len(yyv1771) { + yyv1771 = yyv1771[:yyl1771] + yyc1771 = true } - yyj1761 := 0 - for ; yyj1761 < yyrr1761; yyj1761++ { - yyh1761.ElemContainerState(yyj1761) + yyj1771 := 0 + for ; yyj1771 < yyrr1771; yyj1771++ { + yyh1771.ElemContainerState(yyj1771) if r.TryDecodeAsNil() { - yyv1761[yyj1761] = CustomMetricTarget{} + yyv1771[yyj1771] = CustomMetricTarget{} } else { - yyv1762 := &yyv1761[yyj1761] - yyv1762.CodecDecodeSelf(d) + yyv1772 := &yyv1771[yyj1771] + yyv1772.CodecDecodeSelf(d) } } - if yyrt1761 { - for ; yyj1761 < yyl1761; yyj1761++ { - yyv1761 = append(yyv1761, CustomMetricTarget{}) - yyh1761.ElemContainerState(yyj1761) + if yyrt1771 { + for ; yyj1771 < yyl1771; yyj1771++ { + yyv1771 = append(yyv1771, CustomMetricTarget{}) + yyh1771.ElemContainerState(yyj1771) if r.TryDecodeAsNil() { - yyv1761[yyj1761] = CustomMetricTarget{} + yyv1771[yyj1771] = CustomMetricTarget{} } else { - yyv1763 := &yyv1761[yyj1761] - yyv1763.CodecDecodeSelf(d) + yyv1773 := &yyv1771[yyj1771] + yyv1773.CodecDecodeSelf(d) } } } } else { - yyj1761 := 0 - for ; !r.CheckBreak(); yyj1761++ { + yyj1771 := 0 + for ; !r.CheckBreak(); yyj1771++ { - if yyj1761 >= len(yyv1761) { - yyv1761 = append(yyv1761, CustomMetricTarget{}) // var yyz1761 CustomMetricTarget - yyc1761 = true + if yyj1771 >= len(yyv1771) { + yyv1771 = append(yyv1771, CustomMetricTarget{}) // var yyz1771 CustomMetricTarget + yyc1771 = true } - yyh1761.ElemContainerState(yyj1761) - if yyj1761 < len(yyv1761) { + yyh1771.ElemContainerState(yyj1771) + if yyj1771 < len(yyv1771) { if r.TryDecodeAsNil() { - yyv1761[yyj1761] = CustomMetricTarget{} + yyv1771[yyj1771] = CustomMetricTarget{} } else { - yyv1764 := &yyv1761[yyj1761] - yyv1764.CodecDecodeSelf(d) + yyv1774 := &yyv1771[yyj1771] + yyv1774.CodecDecodeSelf(d) } } else { @@ -21150,17 +21246,17 @@ func (x codecSelfer1234) decSliceCustomMetricTarget(v *[]CustomMetricTarget, d * } } - if yyj1761 < len(yyv1761) { - yyv1761 = yyv1761[:yyj1761] - yyc1761 = true - } else if yyj1761 == 0 && yyv1761 == nil { - yyv1761 = []CustomMetricTarget{} - yyc1761 = true + if yyj1771 < len(yyv1771) { + yyv1771 = yyv1771[:yyj1771] + yyc1771 = true + } else if yyj1771 == 0 && yyv1771 == nil { + yyv1771 = []CustomMetricTarget{} + yyc1771 = true } } - yyh1761.End() - if yyc1761 { - *v = yyv1761 + yyh1771.End() + if yyc1771 { + *v = yyv1771 } } @@ -21169,10 +21265,10 @@ func (x codecSelfer1234) encSliceCustomMetricCurrentStatus(v []CustomMetricCurre z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1765 := range v { + for _, yyv1775 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1766 := &yyv1765 - yy1766.CodecEncodeSelf(e) + yy1776 := &yyv1775 + yy1776.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21182,83 +21278,83 @@ func (x codecSelfer1234) decSliceCustomMetricCurrentStatus(v *[]CustomMetricCurr z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1767 := *v - yyh1767, yyl1767 := z.DecSliceHelperStart() - var yyc1767 bool - if yyl1767 == 0 { - if yyv1767 == nil { - yyv1767 = []CustomMetricCurrentStatus{} - yyc1767 = true - } else if len(yyv1767) != 0 { - yyv1767 = yyv1767[:0] - yyc1767 = true + yyv1777 := *v + yyh1777, yyl1777 := z.DecSliceHelperStart() + var yyc1777 bool + if yyl1777 == 0 { + if yyv1777 == nil { + yyv1777 = []CustomMetricCurrentStatus{} + yyc1777 = true + } else if len(yyv1777) != 0 { + yyv1777 = yyv1777[:0] + yyc1777 = true } - } else if yyl1767 > 0 { - var yyrr1767, yyrl1767 int - var yyrt1767 bool - if yyl1767 > cap(yyv1767) { + } else if yyl1777 > 0 { + var yyrr1777, yyrl1777 int + var yyrt1777 bool + if yyl1777 > cap(yyv1777) { - yyrg1767 := len(yyv1767) > 0 - yyv21767 := yyv1767 - yyrl1767, yyrt1767 = z.DecInferLen(yyl1767, z.DecBasicHandle().MaxInitLen, 72) - if yyrt1767 { - if yyrl1767 <= cap(yyv1767) { - yyv1767 = yyv1767[:yyrl1767] + yyrg1777 := len(yyv1777) > 0 + yyv21777 := yyv1777 + yyrl1777, yyrt1777 = z.DecInferLen(yyl1777, z.DecBasicHandle().MaxInitLen, 72) + if yyrt1777 { + if yyrl1777 <= cap(yyv1777) { + yyv1777 = yyv1777[:yyrl1777] } else { - yyv1767 = make([]CustomMetricCurrentStatus, yyrl1767) + yyv1777 = make([]CustomMetricCurrentStatus, yyrl1777) } } else { - yyv1767 = make([]CustomMetricCurrentStatus, yyrl1767) + yyv1777 = make([]CustomMetricCurrentStatus, yyrl1777) } - yyc1767 = true - yyrr1767 = len(yyv1767) - if yyrg1767 { - copy(yyv1767, yyv21767) + yyc1777 = true + yyrr1777 = len(yyv1777) + if yyrg1777 { + copy(yyv1777, yyv21777) } - } else if yyl1767 != len(yyv1767) { - yyv1767 = yyv1767[:yyl1767] - yyc1767 = true + } else if yyl1777 != len(yyv1777) { + yyv1777 = yyv1777[:yyl1777] + yyc1777 = true } - yyj1767 := 0 - for ; yyj1767 < yyrr1767; yyj1767++ { - yyh1767.ElemContainerState(yyj1767) + yyj1777 := 0 + for ; yyj1777 < yyrr1777; yyj1777++ { + yyh1777.ElemContainerState(yyj1777) if r.TryDecodeAsNil() { - yyv1767[yyj1767] = CustomMetricCurrentStatus{} + yyv1777[yyj1777] = CustomMetricCurrentStatus{} } else { - yyv1768 := &yyv1767[yyj1767] - yyv1768.CodecDecodeSelf(d) + yyv1778 := &yyv1777[yyj1777] + yyv1778.CodecDecodeSelf(d) } } - if yyrt1767 { - for ; yyj1767 < yyl1767; yyj1767++ { - yyv1767 = append(yyv1767, CustomMetricCurrentStatus{}) - yyh1767.ElemContainerState(yyj1767) + if yyrt1777 { + for ; yyj1777 < yyl1777; yyj1777++ { + yyv1777 = append(yyv1777, CustomMetricCurrentStatus{}) + yyh1777.ElemContainerState(yyj1777) if r.TryDecodeAsNil() { - yyv1767[yyj1767] = CustomMetricCurrentStatus{} + yyv1777[yyj1777] = CustomMetricCurrentStatus{} } else { - yyv1769 := &yyv1767[yyj1767] - yyv1769.CodecDecodeSelf(d) + yyv1779 := &yyv1777[yyj1777] + yyv1779.CodecDecodeSelf(d) } } } } else { - yyj1767 := 0 - for ; !r.CheckBreak(); yyj1767++ { + yyj1777 := 0 + for ; !r.CheckBreak(); yyj1777++ { - if yyj1767 >= len(yyv1767) { - yyv1767 = append(yyv1767, CustomMetricCurrentStatus{}) // var yyz1767 CustomMetricCurrentStatus - yyc1767 = true + if yyj1777 >= len(yyv1777) { + yyv1777 = append(yyv1777, CustomMetricCurrentStatus{}) // var yyz1777 CustomMetricCurrentStatus + yyc1777 = true } - yyh1767.ElemContainerState(yyj1767) - if yyj1767 < len(yyv1767) { + yyh1777.ElemContainerState(yyj1777) + if yyj1777 < len(yyv1777) { if r.TryDecodeAsNil() { - yyv1767[yyj1767] = CustomMetricCurrentStatus{} + yyv1777[yyj1777] = CustomMetricCurrentStatus{} } else { - yyv1770 := &yyv1767[yyj1767] - yyv1770.CodecDecodeSelf(d) + yyv1780 := &yyv1777[yyj1777] + yyv1780.CodecDecodeSelf(d) } } else { @@ -21266,17 +21362,17 @@ func (x codecSelfer1234) decSliceCustomMetricCurrentStatus(v *[]CustomMetricCurr } } - if yyj1767 < len(yyv1767) { - yyv1767 = yyv1767[:yyj1767] - yyc1767 = true - } else if yyj1767 == 0 && yyv1767 == nil { - yyv1767 = []CustomMetricCurrentStatus{} - yyc1767 = true + if yyj1777 < len(yyv1777) { + yyv1777 = yyv1777[:yyj1777] + yyc1777 = true + } else if yyj1777 == 0 && yyv1777 == nil { + yyv1777 = []CustomMetricCurrentStatus{} + yyc1777 = true } } - yyh1767.End() - if yyc1767 { - *v = yyv1767 + yyh1777.End() + if yyc1777 { + *v = yyv1777 } } @@ -21285,10 +21381,10 @@ func (x codecSelfer1234) encSliceHorizontalPodAutoscaler(v []HorizontalPodAutosc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1771 := range v { + for _, yyv1781 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1772 := &yyv1771 - yy1772.CodecEncodeSelf(e) + yy1782 := &yyv1781 + yy1782.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21298,83 +21394,83 @@ func (x codecSelfer1234) decSliceHorizontalPodAutoscaler(v *[]HorizontalPodAutos z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1773 := *v - yyh1773, yyl1773 := z.DecSliceHelperStart() - var yyc1773 bool - if yyl1773 == 0 { - if yyv1773 == nil { - yyv1773 = []HorizontalPodAutoscaler{} - yyc1773 = true - } else if len(yyv1773) != 0 { - yyv1773 = yyv1773[:0] - yyc1773 = true + yyv1783 := *v + yyh1783, yyl1783 := z.DecSliceHelperStart() + var yyc1783 bool + if yyl1783 == 0 { + if yyv1783 == nil { + yyv1783 = []HorizontalPodAutoscaler{} + yyc1783 = true + } else if len(yyv1783) != 0 { + yyv1783 = yyv1783[:0] + yyc1783 = true } - } else if yyl1773 > 0 { - var yyrr1773, yyrl1773 int - var yyrt1773 bool - if yyl1773 > cap(yyv1773) { + } else if yyl1783 > 0 { + var yyrr1783, yyrl1783 int + var yyrt1783 bool + if yyl1783 > cap(yyv1783) { - yyrg1773 := len(yyv1773) > 0 - yyv21773 := yyv1773 - yyrl1773, yyrt1773 = z.DecInferLen(yyl1773, z.DecBasicHandle().MaxInitLen, 376) - if yyrt1773 { - if yyrl1773 <= cap(yyv1773) { - yyv1773 = yyv1773[:yyrl1773] + yyrg1783 := len(yyv1783) > 0 + yyv21783 := yyv1783 + yyrl1783, yyrt1783 = z.DecInferLen(yyl1783, z.DecBasicHandle().MaxInitLen, 376) + if yyrt1783 { + if yyrl1783 <= cap(yyv1783) { + yyv1783 = yyv1783[:yyrl1783] } else { - yyv1773 = make([]HorizontalPodAutoscaler, yyrl1773) + yyv1783 = make([]HorizontalPodAutoscaler, yyrl1783) } } else { - yyv1773 = make([]HorizontalPodAutoscaler, yyrl1773) + yyv1783 = make([]HorizontalPodAutoscaler, yyrl1783) } - yyc1773 = true - yyrr1773 = len(yyv1773) - if yyrg1773 { - copy(yyv1773, yyv21773) + yyc1783 = true + yyrr1783 = len(yyv1783) + if yyrg1783 { + copy(yyv1783, yyv21783) } - } else if yyl1773 != len(yyv1773) { - yyv1773 = yyv1773[:yyl1773] - yyc1773 = true + } else if yyl1783 != len(yyv1783) { + yyv1783 = yyv1783[:yyl1783] + yyc1783 = true } - yyj1773 := 0 - for ; yyj1773 < yyrr1773; yyj1773++ { - yyh1773.ElemContainerState(yyj1773) + yyj1783 := 0 + for ; yyj1783 < yyrr1783; yyj1783++ { + yyh1783.ElemContainerState(yyj1783) if r.TryDecodeAsNil() { - yyv1773[yyj1773] = HorizontalPodAutoscaler{} + yyv1783[yyj1783] = HorizontalPodAutoscaler{} } else { - yyv1774 := &yyv1773[yyj1773] - yyv1774.CodecDecodeSelf(d) + yyv1784 := &yyv1783[yyj1783] + yyv1784.CodecDecodeSelf(d) } } - if yyrt1773 { - for ; yyj1773 < yyl1773; yyj1773++ { - yyv1773 = append(yyv1773, HorizontalPodAutoscaler{}) - yyh1773.ElemContainerState(yyj1773) + if yyrt1783 { + for ; yyj1783 < yyl1783; yyj1783++ { + yyv1783 = append(yyv1783, HorizontalPodAutoscaler{}) + yyh1783.ElemContainerState(yyj1783) if r.TryDecodeAsNil() { - yyv1773[yyj1773] = HorizontalPodAutoscaler{} + yyv1783[yyj1783] = HorizontalPodAutoscaler{} } else { - yyv1775 := &yyv1773[yyj1773] - yyv1775.CodecDecodeSelf(d) + yyv1785 := &yyv1783[yyj1783] + yyv1785.CodecDecodeSelf(d) } } } } else { - yyj1773 := 0 - for ; !r.CheckBreak(); yyj1773++ { + yyj1783 := 0 + for ; !r.CheckBreak(); yyj1783++ { - if yyj1773 >= len(yyv1773) { - yyv1773 = append(yyv1773, HorizontalPodAutoscaler{}) // var yyz1773 HorizontalPodAutoscaler - yyc1773 = true + if yyj1783 >= len(yyv1783) { + yyv1783 = append(yyv1783, HorizontalPodAutoscaler{}) // var yyz1783 HorizontalPodAutoscaler + yyc1783 = true } - yyh1773.ElemContainerState(yyj1773) - if yyj1773 < len(yyv1773) { + yyh1783.ElemContainerState(yyj1783) + if yyj1783 < len(yyv1783) { if r.TryDecodeAsNil() { - yyv1773[yyj1773] = HorizontalPodAutoscaler{} + yyv1783[yyj1783] = HorizontalPodAutoscaler{} } else { - yyv1776 := &yyv1773[yyj1773] - yyv1776.CodecDecodeSelf(d) + yyv1786 := &yyv1783[yyj1783] + yyv1786.CodecDecodeSelf(d) } } else { @@ -21382,17 +21478,17 @@ func (x codecSelfer1234) decSliceHorizontalPodAutoscaler(v *[]HorizontalPodAutos } } - if yyj1773 < len(yyv1773) { - yyv1773 = yyv1773[:yyj1773] - yyc1773 = true - } else if yyj1773 == 0 && yyv1773 == nil { - yyv1773 = []HorizontalPodAutoscaler{} - yyc1773 = true + if yyj1783 < len(yyv1783) { + yyv1783 = yyv1783[:yyj1783] + yyc1783 = true + } else if yyj1783 == 0 && yyv1783 == nil { + yyv1783 = []HorizontalPodAutoscaler{} + yyc1783 = true } } - yyh1773.End() - if yyc1773 { - *v = yyv1773 + yyh1783.End() + if yyc1783 { + *v = yyv1783 } } @@ -21401,10 +21497,10 @@ func (x codecSelfer1234) encSliceAPIVersion(v []APIVersion, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1777 := range v { + for _, yyv1787 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1778 := &yyv1777 - yy1778.CodecEncodeSelf(e) + yy1788 := &yyv1787 + yy1788.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21414,83 +21510,83 @@ func (x codecSelfer1234) decSliceAPIVersion(v *[]APIVersion, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1779 := *v - yyh1779, yyl1779 := z.DecSliceHelperStart() - var yyc1779 bool - if yyl1779 == 0 { - if yyv1779 == nil { - yyv1779 = []APIVersion{} - yyc1779 = true - } else if len(yyv1779) != 0 { - yyv1779 = yyv1779[:0] - yyc1779 = true + yyv1789 := *v + yyh1789, yyl1789 := z.DecSliceHelperStart() + var yyc1789 bool + if yyl1789 == 0 { + if yyv1789 == nil { + yyv1789 = []APIVersion{} + yyc1789 = true + } else if len(yyv1789) != 0 { + yyv1789 = yyv1789[:0] + yyc1789 = true } - } else if yyl1779 > 0 { - var yyrr1779, yyrl1779 int - var yyrt1779 bool - if yyl1779 > cap(yyv1779) { + } else if yyl1789 > 0 { + var yyrr1789, yyrl1789 int + var yyrt1789 bool + if yyl1789 > cap(yyv1789) { - yyrg1779 := len(yyv1779) > 0 - yyv21779 := yyv1779 - yyrl1779, yyrt1779 = z.DecInferLen(yyl1779, z.DecBasicHandle().MaxInitLen, 16) - if yyrt1779 { - if yyrl1779 <= cap(yyv1779) { - yyv1779 = yyv1779[:yyrl1779] + yyrg1789 := len(yyv1789) > 0 + yyv21789 := yyv1789 + yyrl1789, yyrt1789 = z.DecInferLen(yyl1789, z.DecBasicHandle().MaxInitLen, 16) + if yyrt1789 { + if yyrl1789 <= cap(yyv1789) { + yyv1789 = yyv1789[:yyrl1789] } else { - yyv1779 = make([]APIVersion, yyrl1779) + yyv1789 = make([]APIVersion, yyrl1789) } } else { - yyv1779 = make([]APIVersion, yyrl1779) + yyv1789 = make([]APIVersion, yyrl1789) } - yyc1779 = true - yyrr1779 = len(yyv1779) - if yyrg1779 { - copy(yyv1779, yyv21779) + yyc1789 = true + yyrr1789 = len(yyv1789) + if yyrg1789 { + copy(yyv1789, yyv21789) } - } else if yyl1779 != len(yyv1779) { - yyv1779 = yyv1779[:yyl1779] - yyc1779 = true + } else if yyl1789 != len(yyv1789) { + yyv1789 = yyv1789[:yyl1789] + yyc1789 = true } - yyj1779 := 0 - for ; yyj1779 < yyrr1779; yyj1779++ { - yyh1779.ElemContainerState(yyj1779) + yyj1789 := 0 + for ; yyj1789 < yyrr1789; yyj1789++ { + yyh1789.ElemContainerState(yyj1789) if r.TryDecodeAsNil() { - yyv1779[yyj1779] = APIVersion{} + yyv1789[yyj1789] = APIVersion{} } else { - yyv1780 := &yyv1779[yyj1779] - yyv1780.CodecDecodeSelf(d) + yyv1790 := &yyv1789[yyj1789] + yyv1790.CodecDecodeSelf(d) } } - if yyrt1779 { - for ; yyj1779 < yyl1779; yyj1779++ { - yyv1779 = append(yyv1779, APIVersion{}) - yyh1779.ElemContainerState(yyj1779) + if yyrt1789 { + for ; yyj1789 < yyl1789; yyj1789++ { + yyv1789 = append(yyv1789, APIVersion{}) + yyh1789.ElemContainerState(yyj1789) if r.TryDecodeAsNil() { - yyv1779[yyj1779] = APIVersion{} + yyv1789[yyj1789] = APIVersion{} } else { - yyv1781 := &yyv1779[yyj1779] - yyv1781.CodecDecodeSelf(d) + yyv1791 := &yyv1789[yyj1789] + yyv1791.CodecDecodeSelf(d) } } } } else { - yyj1779 := 0 - for ; !r.CheckBreak(); yyj1779++ { + yyj1789 := 0 + for ; !r.CheckBreak(); yyj1789++ { - if yyj1779 >= len(yyv1779) { - yyv1779 = append(yyv1779, APIVersion{}) // var yyz1779 APIVersion - yyc1779 = true + if yyj1789 >= len(yyv1789) { + yyv1789 = append(yyv1789, APIVersion{}) // var yyz1789 APIVersion + yyc1789 = true } - yyh1779.ElemContainerState(yyj1779) - if yyj1779 < len(yyv1779) { + yyh1789.ElemContainerState(yyj1789) + if yyj1789 < len(yyv1789) { if r.TryDecodeAsNil() { - yyv1779[yyj1779] = APIVersion{} + yyv1789[yyj1789] = APIVersion{} } else { - yyv1782 := &yyv1779[yyj1779] - yyv1782.CodecDecodeSelf(d) + yyv1792 := &yyv1789[yyj1789] + yyv1792.CodecDecodeSelf(d) } } else { @@ -21498,17 +21594,17 @@ func (x codecSelfer1234) decSliceAPIVersion(v *[]APIVersion, d *codec1978.Decode } } - if yyj1779 < len(yyv1779) { - yyv1779 = yyv1779[:yyj1779] - yyc1779 = true - } else if yyj1779 == 0 && yyv1779 == nil { - yyv1779 = []APIVersion{} - yyc1779 = true + if yyj1789 < len(yyv1789) { + yyv1789 = yyv1789[:yyj1789] + yyc1789 = true + } else if yyj1789 == 0 && yyv1789 == nil { + yyv1789 = []APIVersion{} + yyc1789 = true } } - yyh1779.End() - if yyc1779 { - *v = yyv1779 + yyh1789.End() + if yyc1789 { + *v = yyv1789 } } @@ -21517,10 +21613,10 @@ func (x codecSelfer1234) encSliceThirdPartyResource(v []ThirdPartyResource, e *c z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1783 := range v { + for _, yyv1793 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1784 := &yyv1783 - yy1784.CodecEncodeSelf(e) + yy1794 := &yyv1793 + yy1794.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21530,83 +21626,83 @@ func (x codecSelfer1234) decSliceThirdPartyResource(v *[]ThirdPartyResource, d * z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1785 := *v - yyh1785, yyl1785 := z.DecSliceHelperStart() - var yyc1785 bool - if yyl1785 == 0 { - if yyv1785 == nil { - yyv1785 = []ThirdPartyResource{} - yyc1785 = true - } else if len(yyv1785) != 0 { - yyv1785 = yyv1785[:0] - yyc1785 = true + yyv1795 := *v + yyh1795, yyl1795 := z.DecSliceHelperStart() + var yyc1795 bool + if yyl1795 == 0 { + if yyv1795 == nil { + yyv1795 = []ThirdPartyResource{} + yyc1795 = true + } else if len(yyv1795) != 0 { + yyv1795 = yyv1795[:0] + yyc1795 = true } - } else if yyl1785 > 0 { - var yyrr1785, yyrl1785 int - var yyrt1785 bool - if yyl1785 > cap(yyv1785) { + } else if yyl1795 > 0 { + var yyrr1795, yyrl1795 int + var yyrt1795 bool + if yyl1795 > cap(yyv1795) { - yyrg1785 := len(yyv1785) > 0 - yyv21785 := yyv1785 - yyrl1785, yyrt1785 = z.DecInferLen(yyl1785, z.DecBasicHandle().MaxInitLen, 296) - if yyrt1785 { - if yyrl1785 <= cap(yyv1785) { - yyv1785 = yyv1785[:yyrl1785] + yyrg1795 := len(yyv1795) > 0 + yyv21795 := yyv1795 + yyrl1795, yyrt1795 = z.DecInferLen(yyl1795, z.DecBasicHandle().MaxInitLen, 296) + if yyrt1795 { + if yyrl1795 <= cap(yyv1795) { + yyv1795 = yyv1795[:yyrl1795] } else { - yyv1785 = make([]ThirdPartyResource, yyrl1785) + yyv1795 = make([]ThirdPartyResource, yyrl1795) } } else { - yyv1785 = make([]ThirdPartyResource, yyrl1785) + yyv1795 = make([]ThirdPartyResource, yyrl1795) } - yyc1785 = true - yyrr1785 = len(yyv1785) - if yyrg1785 { - copy(yyv1785, yyv21785) + yyc1795 = true + yyrr1795 = len(yyv1795) + if yyrg1795 { + copy(yyv1795, yyv21795) } - } else if yyl1785 != len(yyv1785) { - yyv1785 = yyv1785[:yyl1785] - yyc1785 = true + } else if yyl1795 != len(yyv1795) { + yyv1795 = yyv1795[:yyl1795] + yyc1795 = true } - yyj1785 := 0 - for ; yyj1785 < yyrr1785; yyj1785++ { - yyh1785.ElemContainerState(yyj1785) + yyj1795 := 0 + for ; yyj1795 < yyrr1795; yyj1795++ { + yyh1795.ElemContainerState(yyj1795) if r.TryDecodeAsNil() { - yyv1785[yyj1785] = ThirdPartyResource{} + yyv1795[yyj1795] = ThirdPartyResource{} } else { - yyv1786 := &yyv1785[yyj1785] - yyv1786.CodecDecodeSelf(d) + yyv1796 := &yyv1795[yyj1795] + yyv1796.CodecDecodeSelf(d) } } - if yyrt1785 { - for ; yyj1785 < yyl1785; yyj1785++ { - yyv1785 = append(yyv1785, ThirdPartyResource{}) - yyh1785.ElemContainerState(yyj1785) + if yyrt1795 { + for ; yyj1795 < yyl1795; yyj1795++ { + yyv1795 = append(yyv1795, ThirdPartyResource{}) + yyh1795.ElemContainerState(yyj1795) if r.TryDecodeAsNil() { - yyv1785[yyj1785] = ThirdPartyResource{} + yyv1795[yyj1795] = ThirdPartyResource{} } else { - yyv1787 := &yyv1785[yyj1785] - yyv1787.CodecDecodeSelf(d) + yyv1797 := &yyv1795[yyj1795] + yyv1797.CodecDecodeSelf(d) } } } } else { - yyj1785 := 0 - for ; !r.CheckBreak(); yyj1785++ { + yyj1795 := 0 + for ; !r.CheckBreak(); yyj1795++ { - if yyj1785 >= len(yyv1785) { - yyv1785 = append(yyv1785, ThirdPartyResource{}) // var yyz1785 ThirdPartyResource - yyc1785 = true + if yyj1795 >= len(yyv1795) { + yyv1795 = append(yyv1795, ThirdPartyResource{}) // var yyz1795 ThirdPartyResource + yyc1795 = true } - yyh1785.ElemContainerState(yyj1785) - if yyj1785 < len(yyv1785) { + yyh1795.ElemContainerState(yyj1795) + if yyj1795 < len(yyv1795) { if r.TryDecodeAsNil() { - yyv1785[yyj1785] = ThirdPartyResource{} + yyv1795[yyj1795] = ThirdPartyResource{} } else { - yyv1788 := &yyv1785[yyj1785] - yyv1788.CodecDecodeSelf(d) + yyv1798 := &yyv1795[yyj1795] + yyv1798.CodecDecodeSelf(d) } } else { @@ -21614,17 +21710,17 @@ func (x codecSelfer1234) decSliceThirdPartyResource(v *[]ThirdPartyResource, d * } } - if yyj1785 < len(yyv1785) { - yyv1785 = yyv1785[:yyj1785] - yyc1785 = true - } else if yyj1785 == 0 && yyv1785 == nil { - yyv1785 = []ThirdPartyResource{} - yyc1785 = true + if yyj1795 < len(yyv1795) { + yyv1795 = yyv1795[:yyj1795] + yyc1795 = true + } else if yyj1795 == 0 && yyv1795 == nil { + yyv1795 = []ThirdPartyResource{} + yyc1795 = true } } - yyh1785.End() - if yyc1785 { - *v = yyv1785 + yyh1795.End() + if yyc1795 { + *v = yyv1795 } } @@ -21633,10 +21729,10 @@ func (x codecSelfer1234) encSliceDeployment(v []Deployment, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1789 := range v { + for _, yyv1799 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1790 := &yyv1789 - yy1790.CodecEncodeSelf(e) + yy1800 := &yyv1799 + yy1800.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21646,83 +21742,83 @@ func (x codecSelfer1234) decSliceDeployment(v *[]Deployment, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1791 := *v - yyh1791, yyl1791 := z.DecSliceHelperStart() - var yyc1791 bool - if yyl1791 == 0 { - if yyv1791 == nil { - yyv1791 = []Deployment{} - yyc1791 = true - } else if len(yyv1791) != 0 { - yyv1791 = yyv1791[:0] - yyc1791 = true + yyv1801 := *v + yyh1801, yyl1801 := z.DecSliceHelperStart() + var yyc1801 bool + if yyl1801 == 0 { + if yyv1801 == nil { + yyv1801 = []Deployment{} + yyc1801 = true + } else if len(yyv1801) != 0 { + yyv1801 = yyv1801[:0] + yyc1801 = true } - } else if yyl1791 > 0 { - var yyrr1791, yyrl1791 int - var yyrt1791 bool - if yyl1791 > cap(yyv1791) { + } else if yyl1801 > 0 { + var yyrr1801, yyrl1801 int + var yyrt1801 bool + if yyl1801 > cap(yyv1801) { - yyrg1791 := len(yyv1791) > 0 - yyv21791 := yyv1791 - yyrl1791, yyrt1791 = z.DecInferLen(yyl1791, z.DecBasicHandle().MaxInitLen, 824) - if yyrt1791 { - if yyrl1791 <= cap(yyv1791) { - yyv1791 = yyv1791[:yyrl1791] + yyrg1801 := len(yyv1801) > 0 + yyv21801 := yyv1801 + yyrl1801, yyrt1801 = z.DecInferLen(yyl1801, z.DecBasicHandle().MaxInitLen, 824) + if yyrt1801 { + if yyrl1801 <= cap(yyv1801) { + yyv1801 = yyv1801[:yyrl1801] } else { - yyv1791 = make([]Deployment, yyrl1791) + yyv1801 = make([]Deployment, yyrl1801) } } else { - yyv1791 = make([]Deployment, yyrl1791) + yyv1801 = make([]Deployment, yyrl1801) } - yyc1791 = true - yyrr1791 = len(yyv1791) - if yyrg1791 { - copy(yyv1791, yyv21791) + yyc1801 = true + yyrr1801 = len(yyv1801) + if yyrg1801 { + copy(yyv1801, yyv21801) } - } else if yyl1791 != len(yyv1791) { - yyv1791 = yyv1791[:yyl1791] - yyc1791 = true + } else if yyl1801 != len(yyv1801) { + yyv1801 = yyv1801[:yyl1801] + yyc1801 = true } - yyj1791 := 0 - for ; yyj1791 < yyrr1791; yyj1791++ { - yyh1791.ElemContainerState(yyj1791) + yyj1801 := 0 + for ; yyj1801 < yyrr1801; yyj1801++ { + yyh1801.ElemContainerState(yyj1801) if r.TryDecodeAsNil() { - yyv1791[yyj1791] = Deployment{} + yyv1801[yyj1801] = Deployment{} } else { - yyv1792 := &yyv1791[yyj1791] - yyv1792.CodecDecodeSelf(d) + yyv1802 := &yyv1801[yyj1801] + yyv1802.CodecDecodeSelf(d) } } - if yyrt1791 { - for ; yyj1791 < yyl1791; yyj1791++ { - yyv1791 = append(yyv1791, Deployment{}) - yyh1791.ElemContainerState(yyj1791) + if yyrt1801 { + for ; yyj1801 < yyl1801; yyj1801++ { + yyv1801 = append(yyv1801, Deployment{}) + yyh1801.ElemContainerState(yyj1801) if r.TryDecodeAsNil() { - yyv1791[yyj1791] = Deployment{} + yyv1801[yyj1801] = Deployment{} } else { - yyv1793 := &yyv1791[yyj1791] - yyv1793.CodecDecodeSelf(d) + yyv1803 := &yyv1801[yyj1801] + yyv1803.CodecDecodeSelf(d) } } } } else { - yyj1791 := 0 - for ; !r.CheckBreak(); yyj1791++ { + yyj1801 := 0 + for ; !r.CheckBreak(); yyj1801++ { - if yyj1791 >= len(yyv1791) { - yyv1791 = append(yyv1791, Deployment{}) // var yyz1791 Deployment - yyc1791 = true + if yyj1801 >= len(yyv1801) { + yyv1801 = append(yyv1801, Deployment{}) // var yyz1801 Deployment + yyc1801 = true } - yyh1791.ElemContainerState(yyj1791) - if yyj1791 < len(yyv1791) { + yyh1801.ElemContainerState(yyj1801) + if yyj1801 < len(yyv1801) { if r.TryDecodeAsNil() { - yyv1791[yyj1791] = Deployment{} + yyv1801[yyj1801] = Deployment{} } else { - yyv1794 := &yyv1791[yyj1791] - yyv1794.CodecDecodeSelf(d) + yyv1804 := &yyv1801[yyj1801] + yyv1804.CodecDecodeSelf(d) } } else { @@ -21730,17 +21826,17 @@ func (x codecSelfer1234) decSliceDeployment(v *[]Deployment, d *codec1978.Decode } } - if yyj1791 < len(yyv1791) { - yyv1791 = yyv1791[:yyj1791] - yyc1791 = true - } else if yyj1791 == 0 && yyv1791 == nil { - yyv1791 = []Deployment{} - yyc1791 = true + if yyj1801 < len(yyv1801) { + yyv1801 = yyv1801[:yyj1801] + yyc1801 = true + } else if yyj1801 == 0 && yyv1801 == nil { + yyv1801 = []Deployment{} + yyc1801 = true } } - yyh1791.End() - if yyc1791 { - *v = yyv1791 + yyh1801.End() + if yyc1801 { + *v = yyv1801 } } @@ -21749,10 +21845,10 @@ func (x codecSelfer1234) encSliceDaemonSet(v []DaemonSet, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1795 := range v { + for _, yyv1805 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1796 := &yyv1795 - yy1796.CodecEncodeSelf(e) + yy1806 := &yyv1805 + yy1806.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21762,83 +21858,83 @@ func (x codecSelfer1234) decSliceDaemonSet(v *[]DaemonSet, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1797 := *v - yyh1797, yyl1797 := z.DecSliceHelperStart() - var yyc1797 bool - if yyl1797 == 0 { - if yyv1797 == nil { - yyv1797 = []DaemonSet{} - yyc1797 = true - } else if len(yyv1797) != 0 { - yyv1797 = yyv1797[:0] - yyc1797 = true + yyv1807 := *v + yyh1807, yyl1807 := z.DecSliceHelperStart() + var yyc1807 bool + if yyl1807 == 0 { + if yyv1807 == nil { + yyv1807 = []DaemonSet{} + yyc1807 = true + } else if len(yyv1807) != 0 { + yyv1807 = yyv1807[:0] + yyc1807 = true } - } else if yyl1797 > 0 { - var yyrr1797, yyrl1797 int - var yyrt1797 bool - if yyl1797 > cap(yyv1797) { + } else if yyl1807 > 0 { + var yyrr1807, yyrl1807 int + var yyrt1807 bool + if yyl1807 > cap(yyv1807) { - yyrg1797 := len(yyv1797) > 0 - yyv21797 := yyv1797 - yyrl1797, yyrt1797 = z.DecInferLen(yyl1797, z.DecBasicHandle().MaxInitLen, 752) - if yyrt1797 { - if yyrl1797 <= cap(yyv1797) { - yyv1797 = yyv1797[:yyrl1797] + yyrg1807 := len(yyv1807) > 0 + yyv21807 := yyv1807 + yyrl1807, yyrt1807 = z.DecInferLen(yyl1807, z.DecBasicHandle().MaxInitLen, 752) + if yyrt1807 { + if yyrl1807 <= cap(yyv1807) { + yyv1807 = yyv1807[:yyrl1807] } else { - yyv1797 = make([]DaemonSet, yyrl1797) + yyv1807 = make([]DaemonSet, yyrl1807) } } else { - yyv1797 = make([]DaemonSet, yyrl1797) + yyv1807 = make([]DaemonSet, yyrl1807) } - yyc1797 = true - yyrr1797 = len(yyv1797) - if yyrg1797 { - copy(yyv1797, yyv21797) + yyc1807 = true + yyrr1807 = len(yyv1807) + if yyrg1807 { + copy(yyv1807, yyv21807) } - } else if yyl1797 != len(yyv1797) { - yyv1797 = yyv1797[:yyl1797] - yyc1797 = true + } else if yyl1807 != len(yyv1807) { + yyv1807 = yyv1807[:yyl1807] + yyc1807 = true } - yyj1797 := 0 - for ; yyj1797 < yyrr1797; yyj1797++ { - yyh1797.ElemContainerState(yyj1797) + yyj1807 := 0 + for ; yyj1807 < yyrr1807; yyj1807++ { + yyh1807.ElemContainerState(yyj1807) if r.TryDecodeAsNil() { - yyv1797[yyj1797] = DaemonSet{} + yyv1807[yyj1807] = DaemonSet{} } else { - yyv1798 := &yyv1797[yyj1797] - yyv1798.CodecDecodeSelf(d) + yyv1808 := &yyv1807[yyj1807] + yyv1808.CodecDecodeSelf(d) } } - if yyrt1797 { - for ; yyj1797 < yyl1797; yyj1797++ { - yyv1797 = append(yyv1797, DaemonSet{}) - yyh1797.ElemContainerState(yyj1797) + if yyrt1807 { + for ; yyj1807 < yyl1807; yyj1807++ { + yyv1807 = append(yyv1807, DaemonSet{}) + yyh1807.ElemContainerState(yyj1807) if r.TryDecodeAsNil() { - yyv1797[yyj1797] = DaemonSet{} + yyv1807[yyj1807] = DaemonSet{} } else { - yyv1799 := &yyv1797[yyj1797] - yyv1799.CodecDecodeSelf(d) + yyv1809 := &yyv1807[yyj1807] + yyv1809.CodecDecodeSelf(d) } } } } else { - yyj1797 := 0 - for ; !r.CheckBreak(); yyj1797++ { + yyj1807 := 0 + for ; !r.CheckBreak(); yyj1807++ { - if yyj1797 >= len(yyv1797) { - yyv1797 = append(yyv1797, DaemonSet{}) // var yyz1797 DaemonSet - yyc1797 = true + if yyj1807 >= len(yyv1807) { + yyv1807 = append(yyv1807, DaemonSet{}) // var yyz1807 DaemonSet + yyc1807 = true } - yyh1797.ElemContainerState(yyj1797) - if yyj1797 < len(yyv1797) { + yyh1807.ElemContainerState(yyj1807) + if yyj1807 < len(yyv1807) { if r.TryDecodeAsNil() { - yyv1797[yyj1797] = DaemonSet{} + yyv1807[yyj1807] = DaemonSet{} } else { - yyv1800 := &yyv1797[yyj1797] - yyv1800.CodecDecodeSelf(d) + yyv1810 := &yyv1807[yyj1807] + yyv1810.CodecDecodeSelf(d) } } else { @@ -21846,17 +21942,17 @@ func (x codecSelfer1234) decSliceDaemonSet(v *[]DaemonSet, d *codec1978.Decoder) } } - if yyj1797 < len(yyv1797) { - yyv1797 = yyv1797[:yyj1797] - yyc1797 = true - } else if yyj1797 == 0 && yyv1797 == nil { - yyv1797 = []DaemonSet{} - yyc1797 = true + if yyj1807 < len(yyv1807) { + yyv1807 = yyv1807[:yyj1807] + yyc1807 = true + } else if yyj1807 == 0 && yyv1807 == nil { + yyv1807 = []DaemonSet{} + yyc1807 = true } } - yyh1797.End() - if yyc1797 { - *v = yyv1797 + yyh1807.End() + if yyc1807 { + *v = yyv1807 } } @@ -21865,10 +21961,10 @@ func (x codecSelfer1234) encSliceThirdPartyResourceData(v []ThirdPartyResourceDa z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1801 := range v { + for _, yyv1811 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1802 := &yyv1801 - yy1802.CodecEncodeSelf(e) + yy1812 := &yyv1811 + yy1812.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21878,83 +21974,83 @@ func (x codecSelfer1234) decSliceThirdPartyResourceData(v *[]ThirdPartyResourceD z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1803 := *v - yyh1803, yyl1803 := z.DecSliceHelperStart() - var yyc1803 bool - if yyl1803 == 0 { - if yyv1803 == nil { - yyv1803 = []ThirdPartyResourceData{} - yyc1803 = true - } else if len(yyv1803) != 0 { - yyv1803 = yyv1803[:0] - yyc1803 = true + yyv1813 := *v + yyh1813, yyl1813 := z.DecSliceHelperStart() + var yyc1813 bool + if yyl1813 == 0 { + if yyv1813 == nil { + yyv1813 = []ThirdPartyResourceData{} + yyc1813 = true + } else if len(yyv1813) != 0 { + yyv1813 = yyv1813[:0] + yyc1813 = true } - } else if yyl1803 > 0 { - var yyrr1803, yyrl1803 int - var yyrt1803 bool - if yyl1803 > cap(yyv1803) { + } else if yyl1813 > 0 { + var yyrr1813, yyrl1813 int + var yyrt1813 bool + if yyl1813 > cap(yyv1813) { - yyrg1803 := len(yyv1803) > 0 - yyv21803 := yyv1803 - yyrl1803, yyrt1803 = z.DecInferLen(yyl1803, z.DecBasicHandle().MaxInitLen, 280) - if yyrt1803 { - if yyrl1803 <= cap(yyv1803) { - yyv1803 = yyv1803[:yyrl1803] + yyrg1813 := len(yyv1813) > 0 + yyv21813 := yyv1813 + yyrl1813, yyrt1813 = z.DecInferLen(yyl1813, z.DecBasicHandle().MaxInitLen, 280) + if yyrt1813 { + if yyrl1813 <= cap(yyv1813) { + yyv1813 = yyv1813[:yyrl1813] } else { - yyv1803 = make([]ThirdPartyResourceData, yyrl1803) + yyv1813 = make([]ThirdPartyResourceData, yyrl1813) } } else { - yyv1803 = make([]ThirdPartyResourceData, yyrl1803) + yyv1813 = make([]ThirdPartyResourceData, yyrl1813) } - yyc1803 = true - yyrr1803 = len(yyv1803) - if yyrg1803 { - copy(yyv1803, yyv21803) + yyc1813 = true + yyrr1813 = len(yyv1813) + if yyrg1813 { + copy(yyv1813, yyv21813) } - } else if yyl1803 != len(yyv1803) { - yyv1803 = yyv1803[:yyl1803] - yyc1803 = true + } else if yyl1813 != len(yyv1813) { + yyv1813 = yyv1813[:yyl1813] + yyc1813 = true } - yyj1803 := 0 - for ; yyj1803 < yyrr1803; yyj1803++ { - yyh1803.ElemContainerState(yyj1803) + yyj1813 := 0 + for ; yyj1813 < yyrr1813; yyj1813++ { + yyh1813.ElemContainerState(yyj1813) if r.TryDecodeAsNil() { - yyv1803[yyj1803] = ThirdPartyResourceData{} + yyv1813[yyj1813] = ThirdPartyResourceData{} } else { - yyv1804 := &yyv1803[yyj1803] - yyv1804.CodecDecodeSelf(d) + yyv1814 := &yyv1813[yyj1813] + yyv1814.CodecDecodeSelf(d) } } - if yyrt1803 { - for ; yyj1803 < yyl1803; yyj1803++ { - yyv1803 = append(yyv1803, ThirdPartyResourceData{}) - yyh1803.ElemContainerState(yyj1803) + if yyrt1813 { + for ; yyj1813 < yyl1813; yyj1813++ { + yyv1813 = append(yyv1813, ThirdPartyResourceData{}) + yyh1813.ElemContainerState(yyj1813) if r.TryDecodeAsNil() { - yyv1803[yyj1803] = ThirdPartyResourceData{} + yyv1813[yyj1813] = ThirdPartyResourceData{} } else { - yyv1805 := &yyv1803[yyj1803] - yyv1805.CodecDecodeSelf(d) + yyv1815 := &yyv1813[yyj1813] + yyv1815.CodecDecodeSelf(d) } } } } else { - yyj1803 := 0 - for ; !r.CheckBreak(); yyj1803++ { + yyj1813 := 0 + for ; !r.CheckBreak(); yyj1813++ { - if yyj1803 >= len(yyv1803) { - yyv1803 = append(yyv1803, ThirdPartyResourceData{}) // var yyz1803 ThirdPartyResourceData - yyc1803 = true + if yyj1813 >= len(yyv1813) { + yyv1813 = append(yyv1813, ThirdPartyResourceData{}) // var yyz1813 ThirdPartyResourceData + yyc1813 = true } - yyh1803.ElemContainerState(yyj1803) - if yyj1803 < len(yyv1803) { + yyh1813.ElemContainerState(yyj1813) + if yyj1813 < len(yyv1813) { if r.TryDecodeAsNil() { - yyv1803[yyj1803] = ThirdPartyResourceData{} + yyv1813[yyj1813] = ThirdPartyResourceData{} } else { - yyv1806 := &yyv1803[yyj1803] - yyv1806.CodecDecodeSelf(d) + yyv1816 := &yyv1813[yyj1813] + yyv1816.CodecDecodeSelf(d) } } else { @@ -21962,17 +22058,17 @@ func (x codecSelfer1234) decSliceThirdPartyResourceData(v *[]ThirdPartyResourceD } } - if yyj1803 < len(yyv1803) { - yyv1803 = yyv1803[:yyj1803] - yyc1803 = true - } else if yyj1803 == 0 && yyv1803 == nil { - yyv1803 = []ThirdPartyResourceData{} - yyc1803 = true + if yyj1813 < len(yyv1813) { + yyv1813 = yyv1813[:yyj1813] + yyc1813 = true + } else if yyj1813 == 0 && yyv1813 == nil { + yyv1813 = []ThirdPartyResourceData{} + yyc1813 = true } } - yyh1803.End() - if yyc1803 { - *v = yyv1803 + yyh1813.End() + if yyc1813 { + *v = yyv1813 } } @@ -21981,10 +22077,10 @@ func (x codecSelfer1234) encSliceJob(v []Job, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1807 := range v { + for _, yyv1817 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1808 := &yyv1807 - yy1808.CodecEncodeSelf(e) + yy1818 := &yyv1817 + yy1818.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21994,83 +22090,83 @@ func (x codecSelfer1234) decSliceJob(v *[]Job, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1809 := *v - yyh1809, yyl1809 := z.DecSliceHelperStart() - var yyc1809 bool - if yyl1809 == 0 { - if yyv1809 == nil { - yyv1809 = []Job{} - yyc1809 = true - } else if len(yyv1809) != 0 { - yyv1809 = yyv1809[:0] - yyc1809 = true + yyv1819 := *v + yyh1819, yyl1819 := z.DecSliceHelperStart() + var yyc1819 bool + if yyl1819 == 0 { + if yyv1819 == nil { + yyv1819 = []Job{} + yyc1819 = true + } else if len(yyv1819) != 0 { + yyv1819 = yyv1819[:0] + yyc1819 = true } - } else if yyl1809 > 0 { - var yyrr1809, yyrl1809 int - var yyrt1809 bool - if yyl1809 > cap(yyv1809) { + } else if yyl1819 > 0 { + var yyrr1819, yyrl1819 int + var yyrt1819 bool + if yyl1819 > cap(yyv1819) { - yyrg1809 := len(yyv1809) > 0 - yyv21809 := yyv1809 - yyrl1809, yyrt1809 = z.DecInferLen(yyl1809, z.DecBasicHandle().MaxInitLen, 824) - if yyrt1809 { - if yyrl1809 <= cap(yyv1809) { - yyv1809 = yyv1809[:yyrl1809] + yyrg1819 := len(yyv1819) > 0 + yyv21819 := yyv1819 + yyrl1819, yyrt1819 = z.DecInferLen(yyl1819, z.DecBasicHandle().MaxInitLen, 824) + if yyrt1819 { + if yyrl1819 <= cap(yyv1819) { + yyv1819 = yyv1819[:yyrl1819] } else { - yyv1809 = make([]Job, yyrl1809) + yyv1819 = make([]Job, yyrl1819) } } else { - yyv1809 = make([]Job, yyrl1809) + yyv1819 = make([]Job, yyrl1819) } - yyc1809 = true - yyrr1809 = len(yyv1809) - if yyrg1809 { - copy(yyv1809, yyv21809) + yyc1819 = true + yyrr1819 = len(yyv1819) + if yyrg1819 { + copy(yyv1819, yyv21819) } - } else if yyl1809 != len(yyv1809) { - yyv1809 = yyv1809[:yyl1809] - yyc1809 = true + } else if yyl1819 != len(yyv1819) { + yyv1819 = yyv1819[:yyl1819] + yyc1819 = true } - yyj1809 := 0 - for ; yyj1809 < yyrr1809; yyj1809++ { - yyh1809.ElemContainerState(yyj1809) + yyj1819 := 0 + for ; yyj1819 < yyrr1819; yyj1819++ { + yyh1819.ElemContainerState(yyj1819) if r.TryDecodeAsNil() { - yyv1809[yyj1809] = Job{} + yyv1819[yyj1819] = Job{} } else { - yyv1810 := &yyv1809[yyj1809] - yyv1810.CodecDecodeSelf(d) + yyv1820 := &yyv1819[yyj1819] + yyv1820.CodecDecodeSelf(d) } } - if yyrt1809 { - for ; yyj1809 < yyl1809; yyj1809++ { - yyv1809 = append(yyv1809, Job{}) - yyh1809.ElemContainerState(yyj1809) + if yyrt1819 { + for ; yyj1819 < yyl1819; yyj1819++ { + yyv1819 = append(yyv1819, Job{}) + yyh1819.ElemContainerState(yyj1819) if r.TryDecodeAsNil() { - yyv1809[yyj1809] = Job{} + yyv1819[yyj1819] = Job{} } else { - yyv1811 := &yyv1809[yyj1809] - yyv1811.CodecDecodeSelf(d) + yyv1821 := &yyv1819[yyj1819] + yyv1821.CodecDecodeSelf(d) } } } } else { - yyj1809 := 0 - for ; !r.CheckBreak(); yyj1809++ { + yyj1819 := 0 + for ; !r.CheckBreak(); yyj1819++ { - if yyj1809 >= len(yyv1809) { - yyv1809 = append(yyv1809, Job{}) // var yyz1809 Job - yyc1809 = true + if yyj1819 >= len(yyv1819) { + yyv1819 = append(yyv1819, Job{}) // var yyz1819 Job + yyc1819 = true } - yyh1809.ElemContainerState(yyj1809) - if yyj1809 < len(yyv1809) { + yyh1819.ElemContainerState(yyj1819) + if yyj1819 < len(yyv1819) { if r.TryDecodeAsNil() { - yyv1809[yyj1809] = Job{} + yyv1819[yyj1819] = Job{} } else { - yyv1812 := &yyv1809[yyj1809] - yyv1812.CodecDecodeSelf(d) + yyv1822 := &yyv1819[yyj1819] + yyv1822.CodecDecodeSelf(d) } } else { @@ -22078,17 +22174,17 @@ func (x codecSelfer1234) decSliceJob(v *[]Job, d *codec1978.Decoder) { } } - if yyj1809 < len(yyv1809) { - yyv1809 = yyv1809[:yyj1809] - yyc1809 = true - } else if yyj1809 == 0 && yyv1809 == nil { - yyv1809 = []Job{} - yyc1809 = true + if yyj1819 < len(yyv1819) { + yyv1819 = yyv1819[:yyj1819] + yyc1819 = true + } else if yyj1819 == 0 && yyv1819 == nil { + yyv1819 = []Job{} + yyc1819 = true } } - yyh1809.End() - if yyc1809 { - *v = yyv1809 + yyh1819.End() + if yyc1819 { + *v = yyv1819 } } @@ -22097,10 +22193,10 @@ func (x codecSelfer1234) encSliceJobCondition(v []JobCondition, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1813 := range v { + for _, yyv1823 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1814 := &yyv1813 - yy1814.CodecEncodeSelf(e) + yy1824 := &yyv1823 + yy1824.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22110,83 +22206,83 @@ func (x codecSelfer1234) decSliceJobCondition(v *[]JobCondition, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1815 := *v - yyh1815, yyl1815 := z.DecSliceHelperStart() - var yyc1815 bool - if yyl1815 == 0 { - if yyv1815 == nil { - yyv1815 = []JobCondition{} - yyc1815 = true - } else if len(yyv1815) != 0 { - yyv1815 = yyv1815[:0] - yyc1815 = true + yyv1825 := *v + yyh1825, yyl1825 := z.DecSliceHelperStart() + var yyc1825 bool + if yyl1825 == 0 { + if yyv1825 == nil { + yyv1825 = []JobCondition{} + yyc1825 = true + } else if len(yyv1825) != 0 { + yyv1825 = yyv1825[:0] + yyc1825 = true } - } else if yyl1815 > 0 { - var yyrr1815, yyrl1815 int - var yyrt1815 bool - if yyl1815 > cap(yyv1815) { + } else if yyl1825 > 0 { + var yyrr1825, yyrl1825 int + var yyrt1825 bool + if yyl1825 > cap(yyv1825) { - yyrg1815 := len(yyv1815) > 0 - yyv21815 := yyv1815 - yyrl1815, yyrt1815 = z.DecInferLen(yyl1815, z.DecBasicHandle().MaxInitLen, 112) - if yyrt1815 { - if yyrl1815 <= cap(yyv1815) { - yyv1815 = yyv1815[:yyrl1815] + yyrg1825 := len(yyv1825) > 0 + yyv21825 := yyv1825 + yyrl1825, yyrt1825 = z.DecInferLen(yyl1825, z.DecBasicHandle().MaxInitLen, 112) + if yyrt1825 { + if yyrl1825 <= cap(yyv1825) { + yyv1825 = yyv1825[:yyrl1825] } else { - yyv1815 = make([]JobCondition, yyrl1815) + yyv1825 = make([]JobCondition, yyrl1825) } } else { - yyv1815 = make([]JobCondition, yyrl1815) + yyv1825 = make([]JobCondition, yyrl1825) } - yyc1815 = true - yyrr1815 = len(yyv1815) - if yyrg1815 { - copy(yyv1815, yyv21815) + yyc1825 = true + yyrr1825 = len(yyv1825) + if yyrg1825 { + copy(yyv1825, yyv21825) } - } else if yyl1815 != len(yyv1815) { - yyv1815 = yyv1815[:yyl1815] - yyc1815 = true + } else if yyl1825 != len(yyv1825) { + yyv1825 = yyv1825[:yyl1825] + yyc1825 = true } - yyj1815 := 0 - for ; yyj1815 < yyrr1815; yyj1815++ { - yyh1815.ElemContainerState(yyj1815) + yyj1825 := 0 + for ; yyj1825 < yyrr1825; yyj1825++ { + yyh1825.ElemContainerState(yyj1825) if r.TryDecodeAsNil() { - yyv1815[yyj1815] = JobCondition{} + yyv1825[yyj1825] = JobCondition{} } else { - yyv1816 := &yyv1815[yyj1815] - yyv1816.CodecDecodeSelf(d) + yyv1826 := &yyv1825[yyj1825] + yyv1826.CodecDecodeSelf(d) } } - if yyrt1815 { - for ; yyj1815 < yyl1815; yyj1815++ { - yyv1815 = append(yyv1815, JobCondition{}) - yyh1815.ElemContainerState(yyj1815) + if yyrt1825 { + for ; yyj1825 < yyl1825; yyj1825++ { + yyv1825 = append(yyv1825, JobCondition{}) + yyh1825.ElemContainerState(yyj1825) if r.TryDecodeAsNil() { - yyv1815[yyj1815] = JobCondition{} + yyv1825[yyj1825] = JobCondition{} } else { - yyv1817 := &yyv1815[yyj1815] - yyv1817.CodecDecodeSelf(d) + yyv1827 := &yyv1825[yyj1825] + yyv1827.CodecDecodeSelf(d) } } } } else { - yyj1815 := 0 - for ; !r.CheckBreak(); yyj1815++ { + yyj1825 := 0 + for ; !r.CheckBreak(); yyj1825++ { - if yyj1815 >= len(yyv1815) { - yyv1815 = append(yyv1815, JobCondition{}) // var yyz1815 JobCondition - yyc1815 = true + if yyj1825 >= len(yyv1825) { + yyv1825 = append(yyv1825, JobCondition{}) // var yyz1825 JobCondition + yyc1825 = true } - yyh1815.ElemContainerState(yyj1815) - if yyj1815 < len(yyv1815) { + yyh1825.ElemContainerState(yyj1825) + if yyj1825 < len(yyv1825) { if r.TryDecodeAsNil() { - yyv1815[yyj1815] = JobCondition{} + yyv1825[yyj1825] = JobCondition{} } else { - yyv1818 := &yyv1815[yyj1815] - yyv1818.CodecDecodeSelf(d) + yyv1828 := &yyv1825[yyj1825] + yyv1828.CodecDecodeSelf(d) } } else { @@ -22194,17 +22290,17 @@ func (x codecSelfer1234) decSliceJobCondition(v *[]JobCondition, d *codec1978.De } } - if yyj1815 < len(yyv1815) { - yyv1815 = yyv1815[:yyj1815] - yyc1815 = true - } else if yyj1815 == 0 && yyv1815 == nil { - yyv1815 = []JobCondition{} - yyc1815 = true + if yyj1825 < len(yyv1825) { + yyv1825 = yyv1825[:yyj1825] + yyc1825 = true + } else if yyj1825 == 0 && yyv1825 == nil { + yyv1825 = []JobCondition{} + yyc1825 = true } } - yyh1815.End() - if yyc1815 { - *v = yyv1815 + yyh1825.End() + if yyc1825 { + *v = yyv1825 } } @@ -22213,10 +22309,10 @@ func (x codecSelfer1234) encSliceIngress(v []Ingress, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1819 := range v { + for _, yyv1829 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1820 := &yyv1819 - yy1820.CodecEncodeSelf(e) + yy1830 := &yyv1829 + yy1830.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22226,83 +22322,83 @@ func (x codecSelfer1234) decSliceIngress(v *[]Ingress, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1821 := *v - yyh1821, yyl1821 := z.DecSliceHelperStart() - var yyc1821 bool - if yyl1821 == 0 { - if yyv1821 == nil { - yyv1821 = []Ingress{} - yyc1821 = true - } else if len(yyv1821) != 0 { - yyv1821 = yyv1821[:0] - yyc1821 = true + yyv1831 := *v + yyh1831, yyl1831 := z.DecSliceHelperStart() + var yyc1831 bool + if yyl1831 == 0 { + if yyv1831 == nil { + yyv1831 = []Ingress{} + yyc1831 = true + } else if len(yyv1831) != 0 { + yyv1831 = yyv1831[:0] + yyc1831 = true } - } else if yyl1821 > 0 { - var yyrr1821, yyrl1821 int - var yyrt1821 bool - if yyl1821 > cap(yyv1821) { + } else if yyl1831 > 0 { + var yyrr1831, yyrl1831 int + var yyrt1831 bool + if yyl1831 > cap(yyv1831) { - yyrg1821 := len(yyv1821) > 0 - yyv21821 := yyv1821 - yyrl1821, yyrt1821 = z.DecInferLen(yyl1821, z.DecBasicHandle().MaxInitLen, 336) - if yyrt1821 { - if yyrl1821 <= cap(yyv1821) { - yyv1821 = yyv1821[:yyrl1821] + yyrg1831 := len(yyv1831) > 0 + yyv21831 := yyv1831 + yyrl1831, yyrt1831 = z.DecInferLen(yyl1831, z.DecBasicHandle().MaxInitLen, 336) + if yyrt1831 { + if yyrl1831 <= cap(yyv1831) { + yyv1831 = yyv1831[:yyrl1831] } else { - yyv1821 = make([]Ingress, yyrl1821) + yyv1831 = make([]Ingress, yyrl1831) } } else { - yyv1821 = make([]Ingress, yyrl1821) + yyv1831 = make([]Ingress, yyrl1831) } - yyc1821 = true - yyrr1821 = len(yyv1821) - if yyrg1821 { - copy(yyv1821, yyv21821) + yyc1831 = true + yyrr1831 = len(yyv1831) + if yyrg1831 { + copy(yyv1831, yyv21831) } - } else if yyl1821 != len(yyv1821) { - yyv1821 = yyv1821[:yyl1821] - yyc1821 = true + } else if yyl1831 != len(yyv1831) { + yyv1831 = yyv1831[:yyl1831] + yyc1831 = true } - yyj1821 := 0 - for ; yyj1821 < yyrr1821; yyj1821++ { - yyh1821.ElemContainerState(yyj1821) + yyj1831 := 0 + for ; yyj1831 < yyrr1831; yyj1831++ { + yyh1831.ElemContainerState(yyj1831) if r.TryDecodeAsNil() { - yyv1821[yyj1821] = Ingress{} + yyv1831[yyj1831] = Ingress{} } else { - yyv1822 := &yyv1821[yyj1821] - yyv1822.CodecDecodeSelf(d) + yyv1832 := &yyv1831[yyj1831] + yyv1832.CodecDecodeSelf(d) } } - if yyrt1821 { - for ; yyj1821 < yyl1821; yyj1821++ { - yyv1821 = append(yyv1821, Ingress{}) - yyh1821.ElemContainerState(yyj1821) + if yyrt1831 { + for ; yyj1831 < yyl1831; yyj1831++ { + yyv1831 = append(yyv1831, Ingress{}) + yyh1831.ElemContainerState(yyj1831) if r.TryDecodeAsNil() { - yyv1821[yyj1821] = Ingress{} + yyv1831[yyj1831] = Ingress{} } else { - yyv1823 := &yyv1821[yyj1821] - yyv1823.CodecDecodeSelf(d) + yyv1833 := &yyv1831[yyj1831] + yyv1833.CodecDecodeSelf(d) } } } } else { - yyj1821 := 0 - for ; !r.CheckBreak(); yyj1821++ { + yyj1831 := 0 + for ; !r.CheckBreak(); yyj1831++ { - if yyj1821 >= len(yyv1821) { - yyv1821 = append(yyv1821, Ingress{}) // var yyz1821 Ingress - yyc1821 = true + if yyj1831 >= len(yyv1831) { + yyv1831 = append(yyv1831, Ingress{}) // var yyz1831 Ingress + yyc1831 = true } - yyh1821.ElemContainerState(yyj1821) - if yyj1821 < len(yyv1821) { + yyh1831.ElemContainerState(yyj1831) + if yyj1831 < len(yyv1831) { if r.TryDecodeAsNil() { - yyv1821[yyj1821] = Ingress{} + yyv1831[yyj1831] = Ingress{} } else { - yyv1824 := &yyv1821[yyj1821] - yyv1824.CodecDecodeSelf(d) + yyv1834 := &yyv1831[yyj1831] + yyv1834.CodecDecodeSelf(d) } } else { @@ -22310,17 +22406,17 @@ func (x codecSelfer1234) decSliceIngress(v *[]Ingress, d *codec1978.Decoder) { } } - if yyj1821 < len(yyv1821) { - yyv1821 = yyv1821[:yyj1821] - yyc1821 = true - } else if yyj1821 == 0 && yyv1821 == nil { - yyv1821 = []Ingress{} - yyc1821 = true + if yyj1831 < len(yyv1831) { + yyv1831 = yyv1831[:yyj1831] + yyc1831 = true + } else if yyj1831 == 0 && yyv1831 == nil { + yyv1831 = []Ingress{} + yyc1831 = true } } - yyh1821.End() - if yyc1821 { - *v = yyv1821 + yyh1831.End() + if yyc1831 { + *v = yyv1831 } } @@ -22329,10 +22425,10 @@ func (x codecSelfer1234) encSliceIngressTLS(v []IngressTLS, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1825 := range v { + for _, yyv1835 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1826 := &yyv1825 - yy1826.CodecEncodeSelf(e) + yy1836 := &yyv1835 + yy1836.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22342,83 +22438,83 @@ func (x codecSelfer1234) decSliceIngressTLS(v *[]IngressTLS, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1827 := *v - yyh1827, yyl1827 := z.DecSliceHelperStart() - var yyc1827 bool - if yyl1827 == 0 { - if yyv1827 == nil { - yyv1827 = []IngressTLS{} - yyc1827 = true - } else if len(yyv1827) != 0 { - yyv1827 = yyv1827[:0] - yyc1827 = true + yyv1837 := *v + yyh1837, yyl1837 := z.DecSliceHelperStart() + var yyc1837 bool + if yyl1837 == 0 { + if yyv1837 == nil { + yyv1837 = []IngressTLS{} + yyc1837 = true + } else if len(yyv1837) != 0 { + yyv1837 = yyv1837[:0] + yyc1837 = true } - } else if yyl1827 > 0 { - var yyrr1827, yyrl1827 int - var yyrt1827 bool - if yyl1827 > cap(yyv1827) { + } else if yyl1837 > 0 { + var yyrr1837, yyrl1837 int + var yyrt1837 bool + if yyl1837 > cap(yyv1837) { - yyrg1827 := len(yyv1827) > 0 - yyv21827 := yyv1827 - yyrl1827, yyrt1827 = z.DecInferLen(yyl1827, z.DecBasicHandle().MaxInitLen, 40) - if yyrt1827 { - if yyrl1827 <= cap(yyv1827) { - yyv1827 = yyv1827[:yyrl1827] + yyrg1837 := len(yyv1837) > 0 + yyv21837 := yyv1837 + yyrl1837, yyrt1837 = z.DecInferLen(yyl1837, z.DecBasicHandle().MaxInitLen, 40) + if yyrt1837 { + if yyrl1837 <= cap(yyv1837) { + yyv1837 = yyv1837[:yyrl1837] } else { - yyv1827 = make([]IngressTLS, yyrl1827) + yyv1837 = make([]IngressTLS, yyrl1837) } } else { - yyv1827 = make([]IngressTLS, yyrl1827) + yyv1837 = make([]IngressTLS, yyrl1837) } - yyc1827 = true - yyrr1827 = len(yyv1827) - if yyrg1827 { - copy(yyv1827, yyv21827) + yyc1837 = true + yyrr1837 = len(yyv1837) + if yyrg1837 { + copy(yyv1837, yyv21837) } - } else if yyl1827 != len(yyv1827) { - yyv1827 = yyv1827[:yyl1827] - yyc1827 = true + } else if yyl1837 != len(yyv1837) { + yyv1837 = yyv1837[:yyl1837] + yyc1837 = true } - yyj1827 := 0 - for ; yyj1827 < yyrr1827; yyj1827++ { - yyh1827.ElemContainerState(yyj1827) + yyj1837 := 0 + for ; yyj1837 < yyrr1837; yyj1837++ { + yyh1837.ElemContainerState(yyj1837) if r.TryDecodeAsNil() { - yyv1827[yyj1827] = IngressTLS{} + yyv1837[yyj1837] = IngressTLS{} } else { - yyv1828 := &yyv1827[yyj1827] - yyv1828.CodecDecodeSelf(d) + yyv1838 := &yyv1837[yyj1837] + yyv1838.CodecDecodeSelf(d) } } - if yyrt1827 { - for ; yyj1827 < yyl1827; yyj1827++ { - yyv1827 = append(yyv1827, IngressTLS{}) - yyh1827.ElemContainerState(yyj1827) + if yyrt1837 { + for ; yyj1837 < yyl1837; yyj1837++ { + yyv1837 = append(yyv1837, IngressTLS{}) + yyh1837.ElemContainerState(yyj1837) if r.TryDecodeAsNil() { - yyv1827[yyj1827] = IngressTLS{} + yyv1837[yyj1837] = IngressTLS{} } else { - yyv1829 := &yyv1827[yyj1827] - yyv1829.CodecDecodeSelf(d) + yyv1839 := &yyv1837[yyj1837] + yyv1839.CodecDecodeSelf(d) } } } } else { - yyj1827 := 0 - for ; !r.CheckBreak(); yyj1827++ { + yyj1837 := 0 + for ; !r.CheckBreak(); yyj1837++ { - if yyj1827 >= len(yyv1827) { - yyv1827 = append(yyv1827, IngressTLS{}) // var yyz1827 IngressTLS - yyc1827 = true + if yyj1837 >= len(yyv1837) { + yyv1837 = append(yyv1837, IngressTLS{}) // var yyz1837 IngressTLS + yyc1837 = true } - yyh1827.ElemContainerState(yyj1827) - if yyj1827 < len(yyv1827) { + yyh1837.ElemContainerState(yyj1837) + if yyj1837 < len(yyv1837) { if r.TryDecodeAsNil() { - yyv1827[yyj1827] = IngressTLS{} + yyv1837[yyj1837] = IngressTLS{} } else { - yyv1830 := &yyv1827[yyj1827] - yyv1830.CodecDecodeSelf(d) + yyv1840 := &yyv1837[yyj1837] + yyv1840.CodecDecodeSelf(d) } } else { @@ -22426,17 +22522,17 @@ func (x codecSelfer1234) decSliceIngressTLS(v *[]IngressTLS, d *codec1978.Decode } } - if yyj1827 < len(yyv1827) { - yyv1827 = yyv1827[:yyj1827] - yyc1827 = true - } else if yyj1827 == 0 && yyv1827 == nil { - yyv1827 = []IngressTLS{} - yyc1827 = true + if yyj1837 < len(yyv1837) { + yyv1837 = yyv1837[:yyj1837] + yyc1837 = true + } else if yyj1837 == 0 && yyv1837 == nil { + yyv1837 = []IngressTLS{} + yyc1837 = true } } - yyh1827.End() - if yyc1827 { - *v = yyv1827 + yyh1837.End() + if yyc1837 { + *v = yyv1837 } } @@ -22445,10 +22541,10 @@ func (x codecSelfer1234) encSliceIngressRule(v []IngressRule, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1831 := range v { + for _, yyv1841 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1832 := &yyv1831 - yy1832.CodecEncodeSelf(e) + yy1842 := &yyv1841 + yy1842.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22458,83 +22554,83 @@ func (x codecSelfer1234) decSliceIngressRule(v *[]IngressRule, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1833 := *v - yyh1833, yyl1833 := z.DecSliceHelperStart() - var yyc1833 bool - if yyl1833 == 0 { - if yyv1833 == nil { - yyv1833 = []IngressRule{} - yyc1833 = true - } else if len(yyv1833) != 0 { - yyv1833 = yyv1833[:0] - yyc1833 = true + yyv1843 := *v + yyh1843, yyl1843 := z.DecSliceHelperStart() + var yyc1843 bool + if yyl1843 == 0 { + if yyv1843 == nil { + yyv1843 = []IngressRule{} + yyc1843 = true + } else if len(yyv1843) != 0 { + yyv1843 = yyv1843[:0] + yyc1843 = true } - } else if yyl1833 > 0 { - var yyrr1833, yyrl1833 int - var yyrt1833 bool - if yyl1833 > cap(yyv1833) { + } else if yyl1843 > 0 { + var yyrr1843, yyrl1843 int + var yyrt1843 bool + if yyl1843 > cap(yyv1843) { - yyrg1833 := len(yyv1833) > 0 - yyv21833 := yyv1833 - yyrl1833, yyrt1833 = z.DecInferLen(yyl1833, z.DecBasicHandle().MaxInitLen, 24) - if yyrt1833 { - if yyrl1833 <= cap(yyv1833) { - yyv1833 = yyv1833[:yyrl1833] + yyrg1843 := len(yyv1843) > 0 + yyv21843 := yyv1843 + yyrl1843, yyrt1843 = z.DecInferLen(yyl1843, z.DecBasicHandle().MaxInitLen, 24) + if yyrt1843 { + if yyrl1843 <= cap(yyv1843) { + yyv1843 = yyv1843[:yyrl1843] } else { - yyv1833 = make([]IngressRule, yyrl1833) + yyv1843 = make([]IngressRule, yyrl1843) } } else { - yyv1833 = make([]IngressRule, yyrl1833) + yyv1843 = make([]IngressRule, yyrl1843) } - yyc1833 = true - yyrr1833 = len(yyv1833) - if yyrg1833 { - copy(yyv1833, yyv21833) + yyc1843 = true + yyrr1843 = len(yyv1843) + if yyrg1843 { + copy(yyv1843, yyv21843) } - } else if yyl1833 != len(yyv1833) { - yyv1833 = yyv1833[:yyl1833] - yyc1833 = true + } else if yyl1843 != len(yyv1843) { + yyv1843 = yyv1843[:yyl1843] + yyc1843 = true } - yyj1833 := 0 - for ; yyj1833 < yyrr1833; yyj1833++ { - yyh1833.ElemContainerState(yyj1833) + yyj1843 := 0 + for ; yyj1843 < yyrr1843; yyj1843++ { + yyh1843.ElemContainerState(yyj1843) if r.TryDecodeAsNil() { - yyv1833[yyj1833] = IngressRule{} + yyv1843[yyj1843] = IngressRule{} } else { - yyv1834 := &yyv1833[yyj1833] - yyv1834.CodecDecodeSelf(d) + yyv1844 := &yyv1843[yyj1843] + yyv1844.CodecDecodeSelf(d) } } - if yyrt1833 { - for ; yyj1833 < yyl1833; yyj1833++ { - yyv1833 = append(yyv1833, IngressRule{}) - yyh1833.ElemContainerState(yyj1833) + if yyrt1843 { + for ; yyj1843 < yyl1843; yyj1843++ { + yyv1843 = append(yyv1843, IngressRule{}) + yyh1843.ElemContainerState(yyj1843) if r.TryDecodeAsNil() { - yyv1833[yyj1833] = IngressRule{} + yyv1843[yyj1843] = IngressRule{} } else { - yyv1835 := &yyv1833[yyj1833] - yyv1835.CodecDecodeSelf(d) + yyv1845 := &yyv1843[yyj1843] + yyv1845.CodecDecodeSelf(d) } } } } else { - yyj1833 := 0 - for ; !r.CheckBreak(); yyj1833++ { + yyj1843 := 0 + for ; !r.CheckBreak(); yyj1843++ { - if yyj1833 >= len(yyv1833) { - yyv1833 = append(yyv1833, IngressRule{}) // var yyz1833 IngressRule - yyc1833 = true + if yyj1843 >= len(yyv1843) { + yyv1843 = append(yyv1843, IngressRule{}) // var yyz1843 IngressRule + yyc1843 = true } - yyh1833.ElemContainerState(yyj1833) - if yyj1833 < len(yyv1833) { + yyh1843.ElemContainerState(yyj1843) + if yyj1843 < len(yyv1843) { if r.TryDecodeAsNil() { - yyv1833[yyj1833] = IngressRule{} + yyv1843[yyj1843] = IngressRule{} } else { - yyv1836 := &yyv1833[yyj1833] - yyv1836.CodecDecodeSelf(d) + yyv1846 := &yyv1843[yyj1843] + yyv1846.CodecDecodeSelf(d) } } else { @@ -22542,17 +22638,17 @@ func (x codecSelfer1234) decSliceIngressRule(v *[]IngressRule, d *codec1978.Deco } } - if yyj1833 < len(yyv1833) { - yyv1833 = yyv1833[:yyj1833] - yyc1833 = true - } else if yyj1833 == 0 && yyv1833 == nil { - yyv1833 = []IngressRule{} - yyc1833 = true + if yyj1843 < len(yyv1843) { + yyv1843 = yyv1843[:yyj1843] + yyc1843 = true + } else if yyj1843 == 0 && yyv1843 == nil { + yyv1843 = []IngressRule{} + yyc1843 = true } } - yyh1833.End() - if yyc1833 { - *v = yyv1833 + yyh1843.End() + if yyc1843 { + *v = yyv1843 } } @@ -22561,10 +22657,10 @@ func (x codecSelfer1234) encSliceHTTPIngressPath(v []HTTPIngressPath, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1837 := range v { + for _, yyv1847 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1838 := &yyv1837 - yy1838.CodecEncodeSelf(e) + yy1848 := &yyv1847 + yy1848.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22574,83 +22670,83 @@ func (x codecSelfer1234) decSliceHTTPIngressPath(v *[]HTTPIngressPath, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1839 := *v - yyh1839, yyl1839 := z.DecSliceHelperStart() - var yyc1839 bool - if yyl1839 == 0 { - if yyv1839 == nil { - yyv1839 = []HTTPIngressPath{} - yyc1839 = true - } else if len(yyv1839) != 0 { - yyv1839 = yyv1839[:0] - yyc1839 = true + yyv1849 := *v + yyh1849, yyl1849 := z.DecSliceHelperStart() + var yyc1849 bool + if yyl1849 == 0 { + if yyv1849 == nil { + yyv1849 = []HTTPIngressPath{} + yyc1849 = true + } else if len(yyv1849) != 0 { + yyv1849 = yyv1849[:0] + yyc1849 = true } - } else if yyl1839 > 0 { - var yyrr1839, yyrl1839 int - var yyrt1839 bool - if yyl1839 > cap(yyv1839) { + } else if yyl1849 > 0 { + var yyrr1849, yyrl1849 int + var yyrt1849 bool + if yyl1849 > cap(yyv1849) { - yyrg1839 := len(yyv1839) > 0 - yyv21839 := yyv1839 - yyrl1839, yyrt1839 = z.DecInferLen(yyl1839, z.DecBasicHandle().MaxInitLen, 64) - if yyrt1839 { - if yyrl1839 <= cap(yyv1839) { - yyv1839 = yyv1839[:yyrl1839] + yyrg1849 := len(yyv1849) > 0 + yyv21849 := yyv1849 + yyrl1849, yyrt1849 = z.DecInferLen(yyl1849, z.DecBasicHandle().MaxInitLen, 64) + if yyrt1849 { + if yyrl1849 <= cap(yyv1849) { + yyv1849 = yyv1849[:yyrl1849] } else { - yyv1839 = make([]HTTPIngressPath, yyrl1839) + yyv1849 = make([]HTTPIngressPath, yyrl1849) } } else { - yyv1839 = make([]HTTPIngressPath, yyrl1839) + yyv1849 = make([]HTTPIngressPath, yyrl1849) } - yyc1839 = true - yyrr1839 = len(yyv1839) - if yyrg1839 { - copy(yyv1839, yyv21839) + yyc1849 = true + yyrr1849 = len(yyv1849) + if yyrg1849 { + copy(yyv1849, yyv21849) } - } else if yyl1839 != len(yyv1839) { - yyv1839 = yyv1839[:yyl1839] - yyc1839 = true + } else if yyl1849 != len(yyv1849) { + yyv1849 = yyv1849[:yyl1849] + yyc1849 = true } - yyj1839 := 0 - for ; yyj1839 < yyrr1839; yyj1839++ { - yyh1839.ElemContainerState(yyj1839) + yyj1849 := 0 + for ; yyj1849 < yyrr1849; yyj1849++ { + yyh1849.ElemContainerState(yyj1849) if r.TryDecodeAsNil() { - yyv1839[yyj1839] = HTTPIngressPath{} + yyv1849[yyj1849] = HTTPIngressPath{} } else { - yyv1840 := &yyv1839[yyj1839] - yyv1840.CodecDecodeSelf(d) + yyv1850 := &yyv1849[yyj1849] + yyv1850.CodecDecodeSelf(d) } } - if yyrt1839 { - for ; yyj1839 < yyl1839; yyj1839++ { - yyv1839 = append(yyv1839, HTTPIngressPath{}) - yyh1839.ElemContainerState(yyj1839) + if yyrt1849 { + for ; yyj1849 < yyl1849; yyj1849++ { + yyv1849 = append(yyv1849, HTTPIngressPath{}) + yyh1849.ElemContainerState(yyj1849) if r.TryDecodeAsNil() { - yyv1839[yyj1839] = HTTPIngressPath{} + yyv1849[yyj1849] = HTTPIngressPath{} } else { - yyv1841 := &yyv1839[yyj1839] - yyv1841.CodecDecodeSelf(d) + yyv1851 := &yyv1849[yyj1849] + yyv1851.CodecDecodeSelf(d) } } } } else { - yyj1839 := 0 - for ; !r.CheckBreak(); yyj1839++ { + yyj1849 := 0 + for ; !r.CheckBreak(); yyj1849++ { - if yyj1839 >= len(yyv1839) { - yyv1839 = append(yyv1839, HTTPIngressPath{}) // var yyz1839 HTTPIngressPath - yyc1839 = true + if yyj1849 >= len(yyv1849) { + yyv1849 = append(yyv1849, HTTPIngressPath{}) // var yyz1849 HTTPIngressPath + yyc1849 = true } - yyh1839.ElemContainerState(yyj1839) - if yyj1839 < len(yyv1839) { + yyh1849.ElemContainerState(yyj1849) + if yyj1849 < len(yyv1849) { if r.TryDecodeAsNil() { - yyv1839[yyj1839] = HTTPIngressPath{} + yyv1849[yyj1849] = HTTPIngressPath{} } else { - yyv1842 := &yyv1839[yyj1839] - yyv1842.CodecDecodeSelf(d) + yyv1852 := &yyv1849[yyj1849] + yyv1852.CodecDecodeSelf(d) } } else { @@ -22658,17 +22754,17 @@ func (x codecSelfer1234) decSliceHTTPIngressPath(v *[]HTTPIngressPath, d *codec1 } } - if yyj1839 < len(yyv1839) { - yyv1839 = yyv1839[:yyj1839] - yyc1839 = true - } else if yyj1839 == 0 && yyv1839 == nil { - yyv1839 = []HTTPIngressPath{} - yyc1839 = true + if yyj1849 < len(yyv1849) { + yyv1849 = yyv1849[:yyj1849] + yyc1849 = true + } else if yyj1849 == 0 && yyv1849 == nil { + yyv1849 = []HTTPIngressPath{} + yyc1849 = true } } - yyh1839.End() - if yyc1839 { - *v = yyv1839 + yyh1849.End() + if yyc1849 { + *v = yyv1849 } } @@ -22677,10 +22773,10 @@ func (x codecSelfer1234) encSliceLabelSelectorRequirement(v []LabelSelectorRequi z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1843 := range v { + for _, yyv1853 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1844 := &yyv1843 - yy1844.CodecEncodeSelf(e) + yy1854 := &yyv1853 + yy1854.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22690,83 +22786,83 @@ func (x codecSelfer1234) decSliceLabelSelectorRequirement(v *[]LabelSelectorRequ z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1845 := *v - yyh1845, yyl1845 := z.DecSliceHelperStart() - var yyc1845 bool - if yyl1845 == 0 { - if yyv1845 == nil { - yyv1845 = []LabelSelectorRequirement{} - yyc1845 = true - } else if len(yyv1845) != 0 { - yyv1845 = yyv1845[:0] - yyc1845 = true + yyv1855 := *v + yyh1855, yyl1855 := z.DecSliceHelperStart() + var yyc1855 bool + if yyl1855 == 0 { + if yyv1855 == nil { + yyv1855 = []LabelSelectorRequirement{} + yyc1855 = true + } else if len(yyv1855) != 0 { + yyv1855 = yyv1855[:0] + yyc1855 = true } - } else if yyl1845 > 0 { - var yyrr1845, yyrl1845 int - var yyrt1845 bool - if yyl1845 > cap(yyv1845) { + } else if yyl1855 > 0 { + var yyrr1855, yyrl1855 int + var yyrt1855 bool + if yyl1855 > cap(yyv1855) { - yyrg1845 := len(yyv1845) > 0 - yyv21845 := yyv1845 - yyrl1845, yyrt1845 = z.DecInferLen(yyl1845, z.DecBasicHandle().MaxInitLen, 56) - if yyrt1845 { - if yyrl1845 <= cap(yyv1845) { - yyv1845 = yyv1845[:yyrl1845] + yyrg1855 := len(yyv1855) > 0 + yyv21855 := yyv1855 + yyrl1855, yyrt1855 = z.DecInferLen(yyl1855, z.DecBasicHandle().MaxInitLen, 56) + if yyrt1855 { + if yyrl1855 <= cap(yyv1855) { + yyv1855 = yyv1855[:yyrl1855] } else { - yyv1845 = make([]LabelSelectorRequirement, yyrl1845) + yyv1855 = make([]LabelSelectorRequirement, yyrl1855) } } else { - yyv1845 = make([]LabelSelectorRequirement, yyrl1845) + yyv1855 = make([]LabelSelectorRequirement, yyrl1855) } - yyc1845 = true - yyrr1845 = len(yyv1845) - if yyrg1845 { - copy(yyv1845, yyv21845) + yyc1855 = true + yyrr1855 = len(yyv1855) + if yyrg1855 { + copy(yyv1855, yyv21855) } - } else if yyl1845 != len(yyv1845) { - yyv1845 = yyv1845[:yyl1845] - yyc1845 = true + } else if yyl1855 != len(yyv1855) { + yyv1855 = yyv1855[:yyl1855] + yyc1855 = true } - yyj1845 := 0 - for ; yyj1845 < yyrr1845; yyj1845++ { - yyh1845.ElemContainerState(yyj1845) + yyj1855 := 0 + for ; yyj1855 < yyrr1855; yyj1855++ { + yyh1855.ElemContainerState(yyj1855) if r.TryDecodeAsNil() { - yyv1845[yyj1845] = LabelSelectorRequirement{} + yyv1855[yyj1855] = LabelSelectorRequirement{} } else { - yyv1846 := &yyv1845[yyj1845] - yyv1846.CodecDecodeSelf(d) + yyv1856 := &yyv1855[yyj1855] + yyv1856.CodecDecodeSelf(d) } } - if yyrt1845 { - for ; yyj1845 < yyl1845; yyj1845++ { - yyv1845 = append(yyv1845, LabelSelectorRequirement{}) - yyh1845.ElemContainerState(yyj1845) + if yyrt1855 { + for ; yyj1855 < yyl1855; yyj1855++ { + yyv1855 = append(yyv1855, LabelSelectorRequirement{}) + yyh1855.ElemContainerState(yyj1855) if r.TryDecodeAsNil() { - yyv1845[yyj1845] = LabelSelectorRequirement{} + yyv1855[yyj1855] = LabelSelectorRequirement{} } else { - yyv1847 := &yyv1845[yyj1845] - yyv1847.CodecDecodeSelf(d) + yyv1857 := &yyv1855[yyj1855] + yyv1857.CodecDecodeSelf(d) } } } } else { - yyj1845 := 0 - for ; !r.CheckBreak(); yyj1845++ { + yyj1855 := 0 + for ; !r.CheckBreak(); yyj1855++ { - if yyj1845 >= len(yyv1845) { - yyv1845 = append(yyv1845, LabelSelectorRequirement{}) // var yyz1845 LabelSelectorRequirement - yyc1845 = true + if yyj1855 >= len(yyv1855) { + yyv1855 = append(yyv1855, LabelSelectorRequirement{}) // var yyz1855 LabelSelectorRequirement + yyc1855 = true } - yyh1845.ElemContainerState(yyj1845) - if yyj1845 < len(yyv1845) { + yyh1855.ElemContainerState(yyj1855) + if yyj1855 < len(yyv1855) { if r.TryDecodeAsNil() { - yyv1845[yyj1845] = LabelSelectorRequirement{} + yyv1855[yyj1855] = LabelSelectorRequirement{} } else { - yyv1848 := &yyv1845[yyj1845] - yyv1848.CodecDecodeSelf(d) + yyv1858 := &yyv1855[yyj1855] + yyv1858.CodecDecodeSelf(d) } } else { @@ -22774,17 +22870,17 @@ func (x codecSelfer1234) decSliceLabelSelectorRequirement(v *[]LabelSelectorRequ } } - if yyj1845 < len(yyv1845) { - yyv1845 = yyv1845[:yyj1845] - yyc1845 = true - } else if yyj1845 == 0 && yyv1845 == nil { - yyv1845 = []LabelSelectorRequirement{} - yyc1845 = true + if yyj1855 < len(yyv1855) { + yyv1855 = yyv1855[:yyj1855] + yyc1855 = true + } else if yyj1855 == 0 && yyv1855 == nil { + yyv1855 = []LabelSelectorRequirement{} + yyc1855 = true } } - yyh1845.End() - if yyc1845 { - *v = yyv1845 + yyh1855.End() + if yyc1855 { + *v = yyv1855 } } @@ -22793,10 +22889,10 @@ func (x codecSelfer1234) encSliceReplicaSet(v []ReplicaSet, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1849 := range v { + for _, yyv1859 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1850 := &yyv1849 - yy1850.CodecEncodeSelf(e) + yy1860 := &yyv1859 + yy1860.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22806,83 +22902,83 @@ func (x codecSelfer1234) decSliceReplicaSet(v *[]ReplicaSet, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1851 := *v - yyh1851, yyl1851 := z.DecSliceHelperStart() - var yyc1851 bool - if yyl1851 == 0 { - if yyv1851 == nil { - yyv1851 = []ReplicaSet{} - yyc1851 = true - } else if len(yyv1851) != 0 { - yyv1851 = yyv1851[:0] - yyc1851 = true + yyv1861 := *v + yyh1861, yyl1861 := z.DecSliceHelperStart() + var yyc1861 bool + if yyl1861 == 0 { + if yyv1861 == nil { + yyv1861 = []ReplicaSet{} + yyc1861 = true + } else if len(yyv1861) != 0 { + yyv1861 = yyv1861[:0] + yyc1861 = true } - } else if yyl1851 > 0 { - var yyrr1851, yyrl1851 int - var yyrt1851 bool - if yyl1851 > cap(yyv1851) { + } else if yyl1861 > 0 { + var yyrr1861, yyrl1861 int + var yyrt1861 bool + if yyl1861 > cap(yyv1861) { - yyrg1851 := len(yyv1851) > 0 - yyv21851 := yyv1851 - yyrl1851, yyrt1851 = z.DecInferLen(yyl1851, z.DecBasicHandle().MaxInitLen, 768) - if yyrt1851 { - if yyrl1851 <= cap(yyv1851) { - yyv1851 = yyv1851[:yyrl1851] + yyrg1861 := len(yyv1861) > 0 + yyv21861 := yyv1861 + yyrl1861, yyrt1861 = z.DecInferLen(yyl1861, z.DecBasicHandle().MaxInitLen, 776) + if yyrt1861 { + if yyrl1861 <= cap(yyv1861) { + yyv1861 = yyv1861[:yyrl1861] } else { - yyv1851 = make([]ReplicaSet, yyrl1851) + yyv1861 = make([]ReplicaSet, yyrl1861) } } else { - yyv1851 = make([]ReplicaSet, yyrl1851) + yyv1861 = make([]ReplicaSet, yyrl1861) } - yyc1851 = true - yyrr1851 = len(yyv1851) - if yyrg1851 { - copy(yyv1851, yyv21851) + yyc1861 = true + yyrr1861 = len(yyv1861) + if yyrg1861 { + copy(yyv1861, yyv21861) } - } else if yyl1851 != len(yyv1851) { - yyv1851 = yyv1851[:yyl1851] - yyc1851 = true + } else if yyl1861 != len(yyv1861) { + yyv1861 = yyv1861[:yyl1861] + yyc1861 = true } - yyj1851 := 0 - for ; yyj1851 < yyrr1851; yyj1851++ { - yyh1851.ElemContainerState(yyj1851) + yyj1861 := 0 + for ; yyj1861 < yyrr1861; yyj1861++ { + yyh1861.ElemContainerState(yyj1861) if r.TryDecodeAsNil() { - yyv1851[yyj1851] = ReplicaSet{} + yyv1861[yyj1861] = ReplicaSet{} } else { - yyv1852 := &yyv1851[yyj1851] - yyv1852.CodecDecodeSelf(d) + yyv1862 := &yyv1861[yyj1861] + yyv1862.CodecDecodeSelf(d) } } - if yyrt1851 { - for ; yyj1851 < yyl1851; yyj1851++ { - yyv1851 = append(yyv1851, ReplicaSet{}) - yyh1851.ElemContainerState(yyj1851) + if yyrt1861 { + for ; yyj1861 < yyl1861; yyj1861++ { + yyv1861 = append(yyv1861, ReplicaSet{}) + yyh1861.ElemContainerState(yyj1861) if r.TryDecodeAsNil() { - yyv1851[yyj1851] = ReplicaSet{} + yyv1861[yyj1861] = ReplicaSet{} } else { - yyv1853 := &yyv1851[yyj1851] - yyv1853.CodecDecodeSelf(d) + yyv1863 := &yyv1861[yyj1861] + yyv1863.CodecDecodeSelf(d) } } } } else { - yyj1851 := 0 - for ; !r.CheckBreak(); yyj1851++ { + yyj1861 := 0 + for ; !r.CheckBreak(); yyj1861++ { - if yyj1851 >= len(yyv1851) { - yyv1851 = append(yyv1851, ReplicaSet{}) // var yyz1851 ReplicaSet - yyc1851 = true + if yyj1861 >= len(yyv1861) { + yyv1861 = append(yyv1861, ReplicaSet{}) // var yyz1861 ReplicaSet + yyc1861 = true } - yyh1851.ElemContainerState(yyj1851) - if yyj1851 < len(yyv1851) { + yyh1861.ElemContainerState(yyj1861) + if yyj1861 < len(yyv1861) { if r.TryDecodeAsNil() { - yyv1851[yyj1851] = ReplicaSet{} + yyv1861[yyj1861] = ReplicaSet{} } else { - yyv1854 := &yyv1851[yyj1851] - yyv1854.CodecDecodeSelf(d) + yyv1864 := &yyv1861[yyj1861] + yyv1864.CodecDecodeSelf(d) } } else { @@ -22890,17 +22986,17 @@ func (x codecSelfer1234) decSliceReplicaSet(v *[]ReplicaSet, d *codec1978.Decode } } - if yyj1851 < len(yyv1851) { - yyv1851 = yyv1851[:yyj1851] - yyc1851 = true - } else if yyj1851 == 0 && yyv1851 == nil { - yyv1851 = []ReplicaSet{} - yyc1851 = true + if yyj1861 < len(yyv1861) { + yyv1861 = yyv1861[:yyj1861] + yyc1861 = true + } else if yyj1861 == 0 && yyv1861 == nil { + yyv1861 = []ReplicaSet{} + yyc1861 = true } } - yyh1851.End() - if yyc1851 { - *v = yyv1851 + yyh1861.End() + if yyc1861 { + *v = yyv1861 } } @@ -22909,14 +23005,14 @@ func (x codecSelfer1234) encSlicev1_Capability(v []pkg2_v1.Capability, e *codec1 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1855 := range v { + for _, yyv1865 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1856 := z.EncBinary() - _ = yym1856 + yym1866 := z.EncBinary() + _ = yym1866 if false { - } else if z.HasExtensions() && z.EncExt(yyv1855) { + } else if z.HasExtensions() && z.EncExt(yyv1865) { } else { - r.EncodeString(codecSelferC_UTF81234, string(yyv1855)) + r.EncodeString(codecSelferC_UTF81234, string(yyv1865)) } } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) @@ -22927,75 +23023,75 @@ func (x codecSelfer1234) decSlicev1_Capability(v *[]pkg2_v1.Capability, d *codec z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1857 := *v - yyh1857, yyl1857 := z.DecSliceHelperStart() - var yyc1857 bool - if yyl1857 == 0 { - if yyv1857 == nil { - yyv1857 = []pkg2_v1.Capability{} - yyc1857 = true - } else if len(yyv1857) != 0 { - yyv1857 = yyv1857[:0] - yyc1857 = true + yyv1867 := *v + yyh1867, yyl1867 := z.DecSliceHelperStart() + var yyc1867 bool + if yyl1867 == 0 { + if yyv1867 == nil { + yyv1867 = []pkg2_v1.Capability{} + yyc1867 = true + } else if len(yyv1867) != 0 { + yyv1867 = yyv1867[:0] + yyc1867 = true } - } else if yyl1857 > 0 { - var yyrr1857, yyrl1857 int - var yyrt1857 bool - if yyl1857 > cap(yyv1857) { + } else if yyl1867 > 0 { + var yyrr1867, yyrl1867 int + var yyrt1867 bool + if yyl1867 > cap(yyv1867) { - yyrl1857, yyrt1857 = z.DecInferLen(yyl1857, z.DecBasicHandle().MaxInitLen, 16) - if yyrt1857 { - if yyrl1857 <= cap(yyv1857) { - yyv1857 = yyv1857[:yyrl1857] + yyrl1867, yyrt1867 = z.DecInferLen(yyl1867, z.DecBasicHandle().MaxInitLen, 16) + if yyrt1867 { + if yyrl1867 <= cap(yyv1867) { + yyv1867 = yyv1867[:yyrl1867] } else { - yyv1857 = make([]pkg2_v1.Capability, yyrl1857) + yyv1867 = make([]pkg2_v1.Capability, yyrl1867) } } else { - yyv1857 = make([]pkg2_v1.Capability, yyrl1857) + yyv1867 = make([]pkg2_v1.Capability, yyrl1867) } - yyc1857 = true - yyrr1857 = len(yyv1857) - } else if yyl1857 != len(yyv1857) { - yyv1857 = yyv1857[:yyl1857] - yyc1857 = true + yyc1867 = true + yyrr1867 = len(yyv1867) + } else if yyl1867 != len(yyv1867) { + yyv1867 = yyv1867[:yyl1867] + yyc1867 = true } - yyj1857 := 0 - for ; yyj1857 < yyrr1857; yyj1857++ { - yyh1857.ElemContainerState(yyj1857) + yyj1867 := 0 + for ; yyj1867 < yyrr1867; yyj1867++ { + yyh1867.ElemContainerState(yyj1867) if r.TryDecodeAsNil() { - yyv1857[yyj1857] = "" + yyv1867[yyj1867] = "" } else { - yyv1857[yyj1857] = pkg2_v1.Capability(r.DecodeString()) + yyv1867[yyj1867] = pkg2_v1.Capability(r.DecodeString()) } } - if yyrt1857 { - for ; yyj1857 < yyl1857; yyj1857++ { - yyv1857 = append(yyv1857, "") - yyh1857.ElemContainerState(yyj1857) + if yyrt1867 { + for ; yyj1867 < yyl1867; yyj1867++ { + yyv1867 = append(yyv1867, "") + yyh1867.ElemContainerState(yyj1867) if r.TryDecodeAsNil() { - yyv1857[yyj1857] = "" + yyv1867[yyj1867] = "" } else { - yyv1857[yyj1857] = pkg2_v1.Capability(r.DecodeString()) + yyv1867[yyj1867] = pkg2_v1.Capability(r.DecodeString()) } } } } else { - yyj1857 := 0 - for ; !r.CheckBreak(); yyj1857++ { + yyj1867 := 0 + for ; !r.CheckBreak(); yyj1867++ { - if yyj1857 >= len(yyv1857) { - yyv1857 = append(yyv1857, "") // var yyz1857 pkg2_v1.Capability - yyc1857 = true + if yyj1867 >= len(yyv1867) { + yyv1867 = append(yyv1867, "") // var yyz1867 pkg2_v1.Capability + yyc1867 = true } - yyh1857.ElemContainerState(yyj1857) - if yyj1857 < len(yyv1857) { + yyh1867.ElemContainerState(yyj1867) + if yyj1867 < len(yyv1867) { if r.TryDecodeAsNil() { - yyv1857[yyj1857] = "" + yyv1867[yyj1867] = "" } else { - yyv1857[yyj1857] = pkg2_v1.Capability(r.DecodeString()) + yyv1867[yyj1867] = pkg2_v1.Capability(r.DecodeString()) } } else { @@ -23003,17 +23099,17 @@ func (x codecSelfer1234) decSlicev1_Capability(v *[]pkg2_v1.Capability, d *codec } } - if yyj1857 < len(yyv1857) { - yyv1857 = yyv1857[:yyj1857] - yyc1857 = true - } else if yyj1857 == 0 && yyv1857 == nil { - yyv1857 = []pkg2_v1.Capability{} - yyc1857 = true + if yyj1867 < len(yyv1867) { + yyv1867 = yyv1867[:yyj1867] + yyc1867 = true + } else if yyj1867 == 0 && yyv1867 == nil { + yyv1867 = []pkg2_v1.Capability{} + yyc1867 = true } } - yyh1857.End() - if yyc1857 { - *v = yyv1857 + yyh1867.End() + if yyc1867 { + *v = yyv1867 } } @@ -23022,9 +23118,9 @@ func (x codecSelfer1234) encSliceFSType(v []FSType, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1861 := range v { + for _, yyv1871 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv1861.CodecEncodeSelf(e) + yyv1871.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23034,75 +23130,75 @@ func (x codecSelfer1234) decSliceFSType(v *[]FSType, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1862 := *v - yyh1862, yyl1862 := z.DecSliceHelperStart() - var yyc1862 bool - if yyl1862 == 0 { - if yyv1862 == nil { - yyv1862 = []FSType{} - yyc1862 = true - } else if len(yyv1862) != 0 { - yyv1862 = yyv1862[:0] - yyc1862 = true + yyv1872 := *v + yyh1872, yyl1872 := z.DecSliceHelperStart() + var yyc1872 bool + if yyl1872 == 0 { + if yyv1872 == nil { + yyv1872 = []FSType{} + yyc1872 = true + } else if len(yyv1872) != 0 { + yyv1872 = yyv1872[:0] + yyc1872 = true } - } else if yyl1862 > 0 { - var yyrr1862, yyrl1862 int - var yyrt1862 bool - if yyl1862 > cap(yyv1862) { + } else if yyl1872 > 0 { + var yyrr1872, yyrl1872 int + var yyrt1872 bool + if yyl1872 > cap(yyv1872) { - yyrl1862, yyrt1862 = z.DecInferLen(yyl1862, z.DecBasicHandle().MaxInitLen, 16) - if yyrt1862 { - if yyrl1862 <= cap(yyv1862) { - yyv1862 = yyv1862[:yyrl1862] + yyrl1872, yyrt1872 = z.DecInferLen(yyl1872, z.DecBasicHandle().MaxInitLen, 16) + if yyrt1872 { + if yyrl1872 <= cap(yyv1872) { + yyv1872 = yyv1872[:yyrl1872] } else { - yyv1862 = make([]FSType, yyrl1862) + yyv1872 = make([]FSType, yyrl1872) } } else { - yyv1862 = make([]FSType, yyrl1862) + yyv1872 = make([]FSType, yyrl1872) } - yyc1862 = true - yyrr1862 = len(yyv1862) - } else if yyl1862 != len(yyv1862) { - yyv1862 = yyv1862[:yyl1862] - yyc1862 = true + yyc1872 = true + yyrr1872 = len(yyv1872) + } else if yyl1872 != len(yyv1872) { + yyv1872 = yyv1872[:yyl1872] + yyc1872 = true } - yyj1862 := 0 - for ; yyj1862 < yyrr1862; yyj1862++ { - yyh1862.ElemContainerState(yyj1862) + yyj1872 := 0 + for ; yyj1872 < yyrr1872; yyj1872++ { + yyh1872.ElemContainerState(yyj1872) if r.TryDecodeAsNil() { - yyv1862[yyj1862] = "" + yyv1872[yyj1872] = "" } else { - yyv1862[yyj1862] = FSType(r.DecodeString()) + yyv1872[yyj1872] = FSType(r.DecodeString()) } } - if yyrt1862 { - for ; yyj1862 < yyl1862; yyj1862++ { - yyv1862 = append(yyv1862, "") - yyh1862.ElemContainerState(yyj1862) + if yyrt1872 { + for ; yyj1872 < yyl1872; yyj1872++ { + yyv1872 = append(yyv1872, "") + yyh1872.ElemContainerState(yyj1872) if r.TryDecodeAsNil() { - yyv1862[yyj1862] = "" + yyv1872[yyj1872] = "" } else { - yyv1862[yyj1862] = FSType(r.DecodeString()) + yyv1872[yyj1872] = FSType(r.DecodeString()) } } } } else { - yyj1862 := 0 - for ; !r.CheckBreak(); yyj1862++ { + yyj1872 := 0 + for ; !r.CheckBreak(); yyj1872++ { - if yyj1862 >= len(yyv1862) { - yyv1862 = append(yyv1862, "") // var yyz1862 FSType - yyc1862 = true + if yyj1872 >= len(yyv1872) { + yyv1872 = append(yyv1872, "") // var yyz1872 FSType + yyc1872 = true } - yyh1862.ElemContainerState(yyj1862) - if yyj1862 < len(yyv1862) { + yyh1872.ElemContainerState(yyj1872) + if yyj1872 < len(yyv1872) { if r.TryDecodeAsNil() { - yyv1862[yyj1862] = "" + yyv1872[yyj1872] = "" } else { - yyv1862[yyj1862] = FSType(r.DecodeString()) + yyv1872[yyj1872] = FSType(r.DecodeString()) } } else { @@ -23110,17 +23206,17 @@ func (x codecSelfer1234) decSliceFSType(v *[]FSType, d *codec1978.Decoder) { } } - if yyj1862 < len(yyv1862) { - yyv1862 = yyv1862[:yyj1862] - yyc1862 = true - } else if yyj1862 == 0 && yyv1862 == nil { - yyv1862 = []FSType{} - yyc1862 = true + if yyj1872 < len(yyv1872) { + yyv1872 = yyv1872[:yyj1872] + yyc1872 = true + } else if yyj1872 == 0 && yyv1872 == nil { + yyv1872 = []FSType{} + yyc1872 = true } } - yyh1862.End() - if yyc1862 { - *v = yyv1862 + yyh1872.End() + if yyc1872 { + *v = yyv1872 } } @@ -23129,10 +23225,10 @@ func (x codecSelfer1234) encSliceHostPortRange(v []HostPortRange, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1866 := range v { + for _, yyv1876 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1867 := &yyv1866 - yy1867.CodecEncodeSelf(e) + yy1877 := &yyv1876 + yy1877.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23142,83 +23238,83 @@ func (x codecSelfer1234) decSliceHostPortRange(v *[]HostPortRange, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1868 := *v - yyh1868, yyl1868 := z.DecSliceHelperStart() - var yyc1868 bool - if yyl1868 == 0 { - if yyv1868 == nil { - yyv1868 = []HostPortRange{} - yyc1868 = true - } else if len(yyv1868) != 0 { - yyv1868 = yyv1868[:0] - yyc1868 = true + yyv1878 := *v + yyh1878, yyl1878 := z.DecSliceHelperStart() + var yyc1878 bool + if yyl1878 == 0 { + if yyv1878 == nil { + yyv1878 = []HostPortRange{} + yyc1878 = true + } else if len(yyv1878) != 0 { + yyv1878 = yyv1878[:0] + yyc1878 = true } - } else if yyl1868 > 0 { - var yyrr1868, yyrl1868 int - var yyrt1868 bool - if yyl1868 > cap(yyv1868) { + } else if yyl1878 > 0 { + var yyrr1878, yyrl1878 int + var yyrt1878 bool + if yyl1878 > cap(yyv1878) { - yyrg1868 := len(yyv1868) > 0 - yyv21868 := yyv1868 - yyrl1868, yyrt1868 = z.DecInferLen(yyl1868, z.DecBasicHandle().MaxInitLen, 8) - if yyrt1868 { - if yyrl1868 <= cap(yyv1868) { - yyv1868 = yyv1868[:yyrl1868] + yyrg1878 := len(yyv1878) > 0 + yyv21878 := yyv1878 + yyrl1878, yyrt1878 = z.DecInferLen(yyl1878, z.DecBasicHandle().MaxInitLen, 8) + if yyrt1878 { + if yyrl1878 <= cap(yyv1878) { + yyv1878 = yyv1878[:yyrl1878] } else { - yyv1868 = make([]HostPortRange, yyrl1868) + yyv1878 = make([]HostPortRange, yyrl1878) } } else { - yyv1868 = make([]HostPortRange, yyrl1868) + yyv1878 = make([]HostPortRange, yyrl1878) } - yyc1868 = true - yyrr1868 = len(yyv1868) - if yyrg1868 { - copy(yyv1868, yyv21868) + yyc1878 = true + yyrr1878 = len(yyv1878) + if yyrg1878 { + copy(yyv1878, yyv21878) } - } else if yyl1868 != len(yyv1868) { - yyv1868 = yyv1868[:yyl1868] - yyc1868 = true + } else if yyl1878 != len(yyv1878) { + yyv1878 = yyv1878[:yyl1878] + yyc1878 = true } - yyj1868 := 0 - for ; yyj1868 < yyrr1868; yyj1868++ { - yyh1868.ElemContainerState(yyj1868) + yyj1878 := 0 + for ; yyj1878 < yyrr1878; yyj1878++ { + yyh1878.ElemContainerState(yyj1878) if r.TryDecodeAsNil() { - yyv1868[yyj1868] = HostPortRange{} + yyv1878[yyj1878] = HostPortRange{} } else { - yyv1869 := &yyv1868[yyj1868] - yyv1869.CodecDecodeSelf(d) + yyv1879 := &yyv1878[yyj1878] + yyv1879.CodecDecodeSelf(d) } } - if yyrt1868 { - for ; yyj1868 < yyl1868; yyj1868++ { - yyv1868 = append(yyv1868, HostPortRange{}) - yyh1868.ElemContainerState(yyj1868) + if yyrt1878 { + for ; yyj1878 < yyl1878; yyj1878++ { + yyv1878 = append(yyv1878, HostPortRange{}) + yyh1878.ElemContainerState(yyj1878) if r.TryDecodeAsNil() { - yyv1868[yyj1868] = HostPortRange{} + yyv1878[yyj1878] = HostPortRange{} } else { - yyv1870 := &yyv1868[yyj1868] - yyv1870.CodecDecodeSelf(d) + yyv1880 := &yyv1878[yyj1878] + yyv1880.CodecDecodeSelf(d) } } } } else { - yyj1868 := 0 - for ; !r.CheckBreak(); yyj1868++ { + yyj1878 := 0 + for ; !r.CheckBreak(); yyj1878++ { - if yyj1868 >= len(yyv1868) { - yyv1868 = append(yyv1868, HostPortRange{}) // var yyz1868 HostPortRange - yyc1868 = true + if yyj1878 >= len(yyv1878) { + yyv1878 = append(yyv1878, HostPortRange{}) // var yyz1878 HostPortRange + yyc1878 = true } - yyh1868.ElemContainerState(yyj1868) - if yyj1868 < len(yyv1868) { + yyh1878.ElemContainerState(yyj1878) + if yyj1878 < len(yyv1878) { if r.TryDecodeAsNil() { - yyv1868[yyj1868] = HostPortRange{} + yyv1878[yyj1878] = HostPortRange{} } else { - yyv1871 := &yyv1868[yyj1868] - yyv1871.CodecDecodeSelf(d) + yyv1881 := &yyv1878[yyj1878] + yyv1881.CodecDecodeSelf(d) } } else { @@ -23226,17 +23322,17 @@ func (x codecSelfer1234) decSliceHostPortRange(v *[]HostPortRange, d *codec1978. } } - if yyj1868 < len(yyv1868) { - yyv1868 = yyv1868[:yyj1868] - yyc1868 = true - } else if yyj1868 == 0 && yyv1868 == nil { - yyv1868 = []HostPortRange{} - yyc1868 = true + if yyj1878 < len(yyv1878) { + yyv1878 = yyv1878[:yyj1878] + yyc1878 = true + } else if yyj1878 == 0 && yyv1878 == nil { + yyv1878 = []HostPortRange{} + yyc1878 = true } } - yyh1868.End() - if yyc1868 { - *v = yyv1868 + yyh1878.End() + if yyc1878 { + *v = yyv1878 } } @@ -23245,10 +23341,10 @@ func (x codecSelfer1234) encSliceIDRange(v []IDRange, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1872 := range v { + for _, yyv1882 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1873 := &yyv1872 - yy1873.CodecEncodeSelf(e) + yy1883 := &yyv1882 + yy1883.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23258,83 +23354,83 @@ func (x codecSelfer1234) decSliceIDRange(v *[]IDRange, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1874 := *v - yyh1874, yyl1874 := z.DecSliceHelperStart() - var yyc1874 bool - if yyl1874 == 0 { - if yyv1874 == nil { - yyv1874 = []IDRange{} - yyc1874 = true - } else if len(yyv1874) != 0 { - yyv1874 = yyv1874[:0] - yyc1874 = true + yyv1884 := *v + yyh1884, yyl1884 := z.DecSliceHelperStart() + var yyc1884 bool + if yyl1884 == 0 { + if yyv1884 == nil { + yyv1884 = []IDRange{} + yyc1884 = true + } else if len(yyv1884) != 0 { + yyv1884 = yyv1884[:0] + yyc1884 = true } - } else if yyl1874 > 0 { - var yyrr1874, yyrl1874 int - var yyrt1874 bool - if yyl1874 > cap(yyv1874) { + } else if yyl1884 > 0 { + var yyrr1884, yyrl1884 int + var yyrt1884 bool + if yyl1884 > cap(yyv1884) { - yyrg1874 := len(yyv1874) > 0 - yyv21874 := yyv1874 - yyrl1874, yyrt1874 = z.DecInferLen(yyl1874, z.DecBasicHandle().MaxInitLen, 16) - if yyrt1874 { - if yyrl1874 <= cap(yyv1874) { - yyv1874 = yyv1874[:yyrl1874] + yyrg1884 := len(yyv1884) > 0 + yyv21884 := yyv1884 + yyrl1884, yyrt1884 = z.DecInferLen(yyl1884, z.DecBasicHandle().MaxInitLen, 16) + if yyrt1884 { + if yyrl1884 <= cap(yyv1884) { + yyv1884 = yyv1884[:yyrl1884] } else { - yyv1874 = make([]IDRange, yyrl1874) + yyv1884 = make([]IDRange, yyrl1884) } } else { - yyv1874 = make([]IDRange, yyrl1874) + yyv1884 = make([]IDRange, yyrl1884) } - yyc1874 = true - yyrr1874 = len(yyv1874) - if yyrg1874 { - copy(yyv1874, yyv21874) + yyc1884 = true + yyrr1884 = len(yyv1884) + if yyrg1884 { + copy(yyv1884, yyv21884) } - } else if yyl1874 != len(yyv1874) { - yyv1874 = yyv1874[:yyl1874] - yyc1874 = true + } else if yyl1884 != len(yyv1884) { + yyv1884 = yyv1884[:yyl1884] + yyc1884 = true } - yyj1874 := 0 - for ; yyj1874 < yyrr1874; yyj1874++ { - yyh1874.ElemContainerState(yyj1874) + yyj1884 := 0 + for ; yyj1884 < yyrr1884; yyj1884++ { + yyh1884.ElemContainerState(yyj1884) if r.TryDecodeAsNil() { - yyv1874[yyj1874] = IDRange{} + yyv1884[yyj1884] = IDRange{} } else { - yyv1875 := &yyv1874[yyj1874] - yyv1875.CodecDecodeSelf(d) + yyv1885 := &yyv1884[yyj1884] + yyv1885.CodecDecodeSelf(d) } } - if yyrt1874 { - for ; yyj1874 < yyl1874; yyj1874++ { - yyv1874 = append(yyv1874, IDRange{}) - yyh1874.ElemContainerState(yyj1874) + if yyrt1884 { + for ; yyj1884 < yyl1884; yyj1884++ { + yyv1884 = append(yyv1884, IDRange{}) + yyh1884.ElemContainerState(yyj1884) if r.TryDecodeAsNil() { - yyv1874[yyj1874] = IDRange{} + yyv1884[yyj1884] = IDRange{} } else { - yyv1876 := &yyv1874[yyj1874] - yyv1876.CodecDecodeSelf(d) + yyv1886 := &yyv1884[yyj1884] + yyv1886.CodecDecodeSelf(d) } } } } else { - yyj1874 := 0 - for ; !r.CheckBreak(); yyj1874++ { + yyj1884 := 0 + for ; !r.CheckBreak(); yyj1884++ { - if yyj1874 >= len(yyv1874) { - yyv1874 = append(yyv1874, IDRange{}) // var yyz1874 IDRange - yyc1874 = true + if yyj1884 >= len(yyv1884) { + yyv1884 = append(yyv1884, IDRange{}) // var yyz1884 IDRange + yyc1884 = true } - yyh1874.ElemContainerState(yyj1874) - if yyj1874 < len(yyv1874) { + yyh1884.ElemContainerState(yyj1884) + if yyj1884 < len(yyv1884) { if r.TryDecodeAsNil() { - yyv1874[yyj1874] = IDRange{} + yyv1884[yyj1884] = IDRange{} } else { - yyv1877 := &yyv1874[yyj1874] - yyv1877.CodecDecodeSelf(d) + yyv1887 := &yyv1884[yyj1884] + yyv1887.CodecDecodeSelf(d) } } else { @@ -23342,17 +23438,17 @@ func (x codecSelfer1234) decSliceIDRange(v *[]IDRange, d *codec1978.Decoder) { } } - if yyj1874 < len(yyv1874) { - yyv1874 = yyv1874[:yyj1874] - yyc1874 = true - } else if yyj1874 == 0 && yyv1874 == nil { - yyv1874 = []IDRange{} - yyc1874 = true + if yyj1884 < len(yyv1884) { + yyv1884 = yyv1884[:yyj1884] + yyc1884 = true + } else if yyj1884 == 0 && yyv1884 == nil { + yyv1884 = []IDRange{} + yyc1884 = true } } - yyh1874.End() - if yyc1874 { - *v = yyv1874 + yyh1884.End() + if yyc1884 { + *v = yyv1884 } } @@ -23361,10 +23457,10 @@ func (x codecSelfer1234) encSlicePodSecurityPolicy(v []PodSecurityPolicy, e *cod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1878 := range v { + for _, yyv1888 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1879 := &yyv1878 - yy1879.CodecEncodeSelf(e) + yy1889 := &yyv1888 + yy1889.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23374,83 +23470,83 @@ func (x codecSelfer1234) decSlicePodSecurityPolicy(v *[]PodSecurityPolicy, d *co z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1880 := *v - yyh1880, yyl1880 := z.DecSliceHelperStart() - var yyc1880 bool - if yyl1880 == 0 { - if yyv1880 == nil { - yyv1880 = []PodSecurityPolicy{} - yyc1880 = true - } else if len(yyv1880) != 0 { - yyv1880 = yyv1880[:0] - yyc1880 = true + yyv1890 := *v + yyh1890, yyl1890 := z.DecSliceHelperStart() + var yyc1890 bool + if yyl1890 == 0 { + if yyv1890 == nil { + yyv1890 = []PodSecurityPolicy{} + yyc1890 = true + } else if len(yyv1890) != 0 { + yyv1890 = yyv1890[:0] + yyc1890 = true } - } else if yyl1880 > 0 { - var yyrr1880, yyrl1880 int - var yyrt1880 bool - if yyl1880 > cap(yyv1880) { + } else if yyl1890 > 0 { + var yyrr1890, yyrl1890 int + var yyrt1890 bool + if yyl1890 > cap(yyv1890) { - yyrg1880 := len(yyv1880) > 0 - yyv21880 := yyv1880 - yyrl1880, yyrt1880 = z.DecInferLen(yyl1880, z.DecBasicHandle().MaxInitLen, 552) - if yyrt1880 { - if yyrl1880 <= cap(yyv1880) { - yyv1880 = yyv1880[:yyrl1880] + yyrg1890 := len(yyv1890) > 0 + yyv21890 := yyv1890 + yyrl1890, yyrt1890 = z.DecInferLen(yyl1890, z.DecBasicHandle().MaxInitLen, 552) + if yyrt1890 { + if yyrl1890 <= cap(yyv1890) { + yyv1890 = yyv1890[:yyrl1890] } else { - yyv1880 = make([]PodSecurityPolicy, yyrl1880) + yyv1890 = make([]PodSecurityPolicy, yyrl1890) } } else { - yyv1880 = make([]PodSecurityPolicy, yyrl1880) + yyv1890 = make([]PodSecurityPolicy, yyrl1890) } - yyc1880 = true - yyrr1880 = len(yyv1880) - if yyrg1880 { - copy(yyv1880, yyv21880) + yyc1890 = true + yyrr1890 = len(yyv1890) + if yyrg1890 { + copy(yyv1890, yyv21890) } - } else if yyl1880 != len(yyv1880) { - yyv1880 = yyv1880[:yyl1880] - yyc1880 = true + } else if yyl1890 != len(yyv1890) { + yyv1890 = yyv1890[:yyl1890] + yyc1890 = true } - yyj1880 := 0 - for ; yyj1880 < yyrr1880; yyj1880++ { - yyh1880.ElemContainerState(yyj1880) + yyj1890 := 0 + for ; yyj1890 < yyrr1890; yyj1890++ { + yyh1890.ElemContainerState(yyj1890) if r.TryDecodeAsNil() { - yyv1880[yyj1880] = PodSecurityPolicy{} + yyv1890[yyj1890] = PodSecurityPolicy{} } else { - yyv1881 := &yyv1880[yyj1880] - yyv1881.CodecDecodeSelf(d) + yyv1891 := &yyv1890[yyj1890] + yyv1891.CodecDecodeSelf(d) } } - if yyrt1880 { - for ; yyj1880 < yyl1880; yyj1880++ { - yyv1880 = append(yyv1880, PodSecurityPolicy{}) - yyh1880.ElemContainerState(yyj1880) + if yyrt1890 { + for ; yyj1890 < yyl1890; yyj1890++ { + yyv1890 = append(yyv1890, PodSecurityPolicy{}) + yyh1890.ElemContainerState(yyj1890) if r.TryDecodeAsNil() { - yyv1880[yyj1880] = PodSecurityPolicy{} + yyv1890[yyj1890] = PodSecurityPolicy{} } else { - yyv1882 := &yyv1880[yyj1880] - yyv1882.CodecDecodeSelf(d) + yyv1892 := &yyv1890[yyj1890] + yyv1892.CodecDecodeSelf(d) } } } } else { - yyj1880 := 0 - for ; !r.CheckBreak(); yyj1880++ { + yyj1890 := 0 + for ; !r.CheckBreak(); yyj1890++ { - if yyj1880 >= len(yyv1880) { - yyv1880 = append(yyv1880, PodSecurityPolicy{}) // var yyz1880 PodSecurityPolicy - yyc1880 = true + if yyj1890 >= len(yyv1890) { + yyv1890 = append(yyv1890, PodSecurityPolicy{}) // var yyz1890 PodSecurityPolicy + yyc1890 = true } - yyh1880.ElemContainerState(yyj1880) - if yyj1880 < len(yyv1880) { + yyh1890.ElemContainerState(yyj1890) + if yyj1890 < len(yyv1890) { if r.TryDecodeAsNil() { - yyv1880[yyj1880] = PodSecurityPolicy{} + yyv1890[yyj1890] = PodSecurityPolicy{} } else { - yyv1883 := &yyv1880[yyj1880] - yyv1883.CodecDecodeSelf(d) + yyv1893 := &yyv1890[yyj1890] + yyv1893.CodecDecodeSelf(d) } } else { @@ -23458,17 +23554,17 @@ func (x codecSelfer1234) decSlicePodSecurityPolicy(v *[]PodSecurityPolicy, d *co } } - if yyj1880 < len(yyv1880) { - yyv1880 = yyv1880[:yyj1880] - yyc1880 = true - } else if yyj1880 == 0 && yyv1880 == nil { - yyv1880 = []PodSecurityPolicy{} - yyc1880 = true + if yyj1890 < len(yyv1890) { + yyv1890 = yyv1890[:yyj1890] + yyc1890 = true + } else if yyj1890 == 0 && yyv1890 == nil { + yyv1890 = []PodSecurityPolicy{} + yyc1890 = true } } - yyh1880.End() - if yyc1880 { - *v = yyv1880 + yyh1890.End() + if yyc1890 { + *v = yyv1890 } } @@ -23477,10 +23573,10 @@ func (x codecSelfer1234) encSliceNetworkPolicyIngressRule(v []NetworkPolicyIngre z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1884 := range v { + for _, yyv1894 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1885 := &yyv1884 - yy1885.CodecEncodeSelf(e) + yy1895 := &yyv1894 + yy1895.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23490,83 +23586,83 @@ func (x codecSelfer1234) decSliceNetworkPolicyIngressRule(v *[]NetworkPolicyIngr z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1886 := *v - yyh1886, yyl1886 := z.DecSliceHelperStart() - var yyc1886 bool - if yyl1886 == 0 { - if yyv1886 == nil { - yyv1886 = []NetworkPolicyIngressRule{} - yyc1886 = true - } else if len(yyv1886) != 0 { - yyv1886 = yyv1886[:0] - yyc1886 = true + yyv1896 := *v + yyh1896, yyl1896 := z.DecSliceHelperStart() + var yyc1896 bool + if yyl1896 == 0 { + if yyv1896 == nil { + yyv1896 = []NetworkPolicyIngressRule{} + yyc1896 = true + } else if len(yyv1896) != 0 { + yyv1896 = yyv1896[:0] + yyc1896 = true } - } else if yyl1886 > 0 { - var yyrr1886, yyrl1886 int - var yyrt1886 bool - if yyl1886 > cap(yyv1886) { + } else if yyl1896 > 0 { + var yyrr1896, yyrl1896 int + var yyrt1896 bool + if yyl1896 > cap(yyv1896) { - yyrg1886 := len(yyv1886) > 0 - yyv21886 := yyv1886 - yyrl1886, yyrt1886 = z.DecInferLen(yyl1886, z.DecBasicHandle().MaxInitLen, 48) - if yyrt1886 { - if yyrl1886 <= cap(yyv1886) { - yyv1886 = yyv1886[:yyrl1886] + yyrg1896 := len(yyv1896) > 0 + yyv21896 := yyv1896 + yyrl1896, yyrt1896 = z.DecInferLen(yyl1896, z.DecBasicHandle().MaxInitLen, 48) + if yyrt1896 { + if yyrl1896 <= cap(yyv1896) { + yyv1896 = yyv1896[:yyrl1896] } else { - yyv1886 = make([]NetworkPolicyIngressRule, yyrl1886) + yyv1896 = make([]NetworkPolicyIngressRule, yyrl1896) } } else { - yyv1886 = make([]NetworkPolicyIngressRule, yyrl1886) + yyv1896 = make([]NetworkPolicyIngressRule, yyrl1896) } - yyc1886 = true - yyrr1886 = len(yyv1886) - if yyrg1886 { - copy(yyv1886, yyv21886) + yyc1896 = true + yyrr1896 = len(yyv1896) + if yyrg1896 { + copy(yyv1896, yyv21896) } - } else if yyl1886 != len(yyv1886) { - yyv1886 = yyv1886[:yyl1886] - yyc1886 = true + } else if yyl1896 != len(yyv1896) { + yyv1896 = yyv1896[:yyl1896] + yyc1896 = true } - yyj1886 := 0 - for ; yyj1886 < yyrr1886; yyj1886++ { - yyh1886.ElemContainerState(yyj1886) + yyj1896 := 0 + for ; yyj1896 < yyrr1896; yyj1896++ { + yyh1896.ElemContainerState(yyj1896) if r.TryDecodeAsNil() { - yyv1886[yyj1886] = NetworkPolicyIngressRule{} + yyv1896[yyj1896] = NetworkPolicyIngressRule{} } else { - yyv1887 := &yyv1886[yyj1886] - yyv1887.CodecDecodeSelf(d) + yyv1897 := &yyv1896[yyj1896] + yyv1897.CodecDecodeSelf(d) } } - if yyrt1886 { - for ; yyj1886 < yyl1886; yyj1886++ { - yyv1886 = append(yyv1886, NetworkPolicyIngressRule{}) - yyh1886.ElemContainerState(yyj1886) + if yyrt1896 { + for ; yyj1896 < yyl1896; yyj1896++ { + yyv1896 = append(yyv1896, NetworkPolicyIngressRule{}) + yyh1896.ElemContainerState(yyj1896) if r.TryDecodeAsNil() { - yyv1886[yyj1886] = NetworkPolicyIngressRule{} + yyv1896[yyj1896] = NetworkPolicyIngressRule{} } else { - yyv1888 := &yyv1886[yyj1886] - yyv1888.CodecDecodeSelf(d) + yyv1898 := &yyv1896[yyj1896] + yyv1898.CodecDecodeSelf(d) } } } } else { - yyj1886 := 0 - for ; !r.CheckBreak(); yyj1886++ { + yyj1896 := 0 + for ; !r.CheckBreak(); yyj1896++ { - if yyj1886 >= len(yyv1886) { - yyv1886 = append(yyv1886, NetworkPolicyIngressRule{}) // var yyz1886 NetworkPolicyIngressRule - yyc1886 = true + if yyj1896 >= len(yyv1896) { + yyv1896 = append(yyv1896, NetworkPolicyIngressRule{}) // var yyz1896 NetworkPolicyIngressRule + yyc1896 = true } - yyh1886.ElemContainerState(yyj1886) - if yyj1886 < len(yyv1886) { + yyh1896.ElemContainerState(yyj1896) + if yyj1896 < len(yyv1896) { if r.TryDecodeAsNil() { - yyv1886[yyj1886] = NetworkPolicyIngressRule{} + yyv1896[yyj1896] = NetworkPolicyIngressRule{} } else { - yyv1889 := &yyv1886[yyj1886] - yyv1889.CodecDecodeSelf(d) + yyv1899 := &yyv1896[yyj1896] + yyv1899.CodecDecodeSelf(d) } } else { @@ -23574,17 +23670,17 @@ func (x codecSelfer1234) decSliceNetworkPolicyIngressRule(v *[]NetworkPolicyIngr } } - if yyj1886 < len(yyv1886) { - yyv1886 = yyv1886[:yyj1886] - yyc1886 = true - } else if yyj1886 == 0 && yyv1886 == nil { - yyv1886 = []NetworkPolicyIngressRule{} - yyc1886 = true + if yyj1896 < len(yyv1896) { + yyv1896 = yyv1896[:yyj1896] + yyc1896 = true + } else if yyj1896 == 0 && yyv1896 == nil { + yyv1896 = []NetworkPolicyIngressRule{} + yyc1896 = true } } - yyh1886.End() - if yyc1886 { - *v = yyv1886 + yyh1896.End() + if yyc1896 { + *v = yyv1896 } } @@ -23593,10 +23689,10 @@ func (x codecSelfer1234) encSliceNetworkPolicyPort(v []NetworkPolicyPort, e *cod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1890 := range v { + for _, yyv1900 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1891 := &yyv1890 - yy1891.CodecEncodeSelf(e) + yy1901 := &yyv1900 + yy1901.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23606,83 +23702,83 @@ func (x codecSelfer1234) decSliceNetworkPolicyPort(v *[]NetworkPolicyPort, d *co z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1892 := *v - yyh1892, yyl1892 := z.DecSliceHelperStart() - var yyc1892 bool - if yyl1892 == 0 { - if yyv1892 == nil { - yyv1892 = []NetworkPolicyPort{} - yyc1892 = true - } else if len(yyv1892) != 0 { - yyv1892 = yyv1892[:0] - yyc1892 = true + yyv1902 := *v + yyh1902, yyl1902 := z.DecSliceHelperStart() + var yyc1902 bool + if yyl1902 == 0 { + if yyv1902 == nil { + yyv1902 = []NetworkPolicyPort{} + yyc1902 = true + } else if len(yyv1902) != 0 { + yyv1902 = yyv1902[:0] + yyc1902 = true } - } else if yyl1892 > 0 { - var yyrr1892, yyrl1892 int - var yyrt1892 bool - if yyl1892 > cap(yyv1892) { + } else if yyl1902 > 0 { + var yyrr1902, yyrl1902 int + var yyrt1902 bool + if yyl1902 > cap(yyv1902) { - yyrg1892 := len(yyv1892) > 0 - yyv21892 := yyv1892 - yyrl1892, yyrt1892 = z.DecInferLen(yyl1892, z.DecBasicHandle().MaxInitLen, 16) - if yyrt1892 { - if yyrl1892 <= cap(yyv1892) { - yyv1892 = yyv1892[:yyrl1892] + yyrg1902 := len(yyv1902) > 0 + yyv21902 := yyv1902 + yyrl1902, yyrt1902 = z.DecInferLen(yyl1902, z.DecBasicHandle().MaxInitLen, 16) + if yyrt1902 { + if yyrl1902 <= cap(yyv1902) { + yyv1902 = yyv1902[:yyrl1902] } else { - yyv1892 = make([]NetworkPolicyPort, yyrl1892) + yyv1902 = make([]NetworkPolicyPort, yyrl1902) } } else { - yyv1892 = make([]NetworkPolicyPort, yyrl1892) + yyv1902 = make([]NetworkPolicyPort, yyrl1902) } - yyc1892 = true - yyrr1892 = len(yyv1892) - if yyrg1892 { - copy(yyv1892, yyv21892) + yyc1902 = true + yyrr1902 = len(yyv1902) + if yyrg1902 { + copy(yyv1902, yyv21902) } - } else if yyl1892 != len(yyv1892) { - yyv1892 = yyv1892[:yyl1892] - yyc1892 = true + } else if yyl1902 != len(yyv1902) { + yyv1902 = yyv1902[:yyl1902] + yyc1902 = true } - yyj1892 := 0 - for ; yyj1892 < yyrr1892; yyj1892++ { - yyh1892.ElemContainerState(yyj1892) + yyj1902 := 0 + for ; yyj1902 < yyrr1902; yyj1902++ { + yyh1902.ElemContainerState(yyj1902) if r.TryDecodeAsNil() { - yyv1892[yyj1892] = NetworkPolicyPort{} + yyv1902[yyj1902] = NetworkPolicyPort{} } else { - yyv1893 := &yyv1892[yyj1892] - yyv1893.CodecDecodeSelf(d) + yyv1903 := &yyv1902[yyj1902] + yyv1903.CodecDecodeSelf(d) } } - if yyrt1892 { - for ; yyj1892 < yyl1892; yyj1892++ { - yyv1892 = append(yyv1892, NetworkPolicyPort{}) - yyh1892.ElemContainerState(yyj1892) + if yyrt1902 { + for ; yyj1902 < yyl1902; yyj1902++ { + yyv1902 = append(yyv1902, NetworkPolicyPort{}) + yyh1902.ElemContainerState(yyj1902) if r.TryDecodeAsNil() { - yyv1892[yyj1892] = NetworkPolicyPort{} + yyv1902[yyj1902] = NetworkPolicyPort{} } else { - yyv1894 := &yyv1892[yyj1892] - yyv1894.CodecDecodeSelf(d) + yyv1904 := &yyv1902[yyj1902] + yyv1904.CodecDecodeSelf(d) } } } } else { - yyj1892 := 0 - for ; !r.CheckBreak(); yyj1892++ { + yyj1902 := 0 + for ; !r.CheckBreak(); yyj1902++ { - if yyj1892 >= len(yyv1892) { - yyv1892 = append(yyv1892, NetworkPolicyPort{}) // var yyz1892 NetworkPolicyPort - yyc1892 = true + if yyj1902 >= len(yyv1902) { + yyv1902 = append(yyv1902, NetworkPolicyPort{}) // var yyz1902 NetworkPolicyPort + yyc1902 = true } - yyh1892.ElemContainerState(yyj1892) - if yyj1892 < len(yyv1892) { + yyh1902.ElemContainerState(yyj1902) + if yyj1902 < len(yyv1902) { if r.TryDecodeAsNil() { - yyv1892[yyj1892] = NetworkPolicyPort{} + yyv1902[yyj1902] = NetworkPolicyPort{} } else { - yyv1895 := &yyv1892[yyj1892] - yyv1895.CodecDecodeSelf(d) + yyv1905 := &yyv1902[yyj1902] + yyv1905.CodecDecodeSelf(d) } } else { @@ -23690,17 +23786,17 @@ func (x codecSelfer1234) decSliceNetworkPolicyPort(v *[]NetworkPolicyPort, d *co } } - if yyj1892 < len(yyv1892) { - yyv1892 = yyv1892[:yyj1892] - yyc1892 = true - } else if yyj1892 == 0 && yyv1892 == nil { - yyv1892 = []NetworkPolicyPort{} - yyc1892 = true + if yyj1902 < len(yyv1902) { + yyv1902 = yyv1902[:yyj1902] + yyc1902 = true + } else if yyj1902 == 0 && yyv1902 == nil { + yyv1902 = []NetworkPolicyPort{} + yyc1902 = true } } - yyh1892.End() - if yyc1892 { - *v = yyv1892 + yyh1902.End() + if yyc1902 { + *v = yyv1902 } } @@ -23709,10 +23805,10 @@ func (x codecSelfer1234) encSliceNetworkPolicyPeer(v []NetworkPolicyPeer, e *cod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1896 := range v { + for _, yyv1906 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1897 := &yyv1896 - yy1897.CodecEncodeSelf(e) + yy1907 := &yyv1906 + yy1907.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23722,83 +23818,83 @@ func (x codecSelfer1234) decSliceNetworkPolicyPeer(v *[]NetworkPolicyPeer, d *co z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1898 := *v - yyh1898, yyl1898 := z.DecSliceHelperStart() - var yyc1898 bool - if yyl1898 == 0 { - if yyv1898 == nil { - yyv1898 = []NetworkPolicyPeer{} - yyc1898 = true - } else if len(yyv1898) != 0 { - yyv1898 = yyv1898[:0] - yyc1898 = true + yyv1908 := *v + yyh1908, yyl1908 := z.DecSliceHelperStart() + var yyc1908 bool + if yyl1908 == 0 { + if yyv1908 == nil { + yyv1908 = []NetworkPolicyPeer{} + yyc1908 = true + } else if len(yyv1908) != 0 { + yyv1908 = yyv1908[:0] + yyc1908 = true } - } else if yyl1898 > 0 { - var yyrr1898, yyrl1898 int - var yyrt1898 bool - if yyl1898 > cap(yyv1898) { + } else if yyl1908 > 0 { + var yyrr1908, yyrl1908 int + var yyrt1908 bool + if yyl1908 > cap(yyv1908) { - yyrg1898 := len(yyv1898) > 0 - yyv21898 := yyv1898 - yyrl1898, yyrt1898 = z.DecInferLen(yyl1898, z.DecBasicHandle().MaxInitLen, 16) - if yyrt1898 { - if yyrl1898 <= cap(yyv1898) { - yyv1898 = yyv1898[:yyrl1898] + yyrg1908 := len(yyv1908) > 0 + yyv21908 := yyv1908 + yyrl1908, yyrt1908 = z.DecInferLen(yyl1908, z.DecBasicHandle().MaxInitLen, 16) + if yyrt1908 { + if yyrl1908 <= cap(yyv1908) { + yyv1908 = yyv1908[:yyrl1908] } else { - yyv1898 = make([]NetworkPolicyPeer, yyrl1898) + yyv1908 = make([]NetworkPolicyPeer, yyrl1908) } } else { - yyv1898 = make([]NetworkPolicyPeer, yyrl1898) + yyv1908 = make([]NetworkPolicyPeer, yyrl1908) } - yyc1898 = true - yyrr1898 = len(yyv1898) - if yyrg1898 { - copy(yyv1898, yyv21898) + yyc1908 = true + yyrr1908 = len(yyv1908) + if yyrg1908 { + copy(yyv1908, yyv21908) } - } else if yyl1898 != len(yyv1898) { - yyv1898 = yyv1898[:yyl1898] - yyc1898 = true + } else if yyl1908 != len(yyv1908) { + yyv1908 = yyv1908[:yyl1908] + yyc1908 = true } - yyj1898 := 0 - for ; yyj1898 < yyrr1898; yyj1898++ { - yyh1898.ElemContainerState(yyj1898) + yyj1908 := 0 + for ; yyj1908 < yyrr1908; yyj1908++ { + yyh1908.ElemContainerState(yyj1908) if r.TryDecodeAsNil() { - yyv1898[yyj1898] = NetworkPolicyPeer{} + yyv1908[yyj1908] = NetworkPolicyPeer{} } else { - yyv1899 := &yyv1898[yyj1898] - yyv1899.CodecDecodeSelf(d) + yyv1909 := &yyv1908[yyj1908] + yyv1909.CodecDecodeSelf(d) } } - if yyrt1898 { - for ; yyj1898 < yyl1898; yyj1898++ { - yyv1898 = append(yyv1898, NetworkPolicyPeer{}) - yyh1898.ElemContainerState(yyj1898) + if yyrt1908 { + for ; yyj1908 < yyl1908; yyj1908++ { + yyv1908 = append(yyv1908, NetworkPolicyPeer{}) + yyh1908.ElemContainerState(yyj1908) if r.TryDecodeAsNil() { - yyv1898[yyj1898] = NetworkPolicyPeer{} + yyv1908[yyj1908] = NetworkPolicyPeer{} } else { - yyv1900 := &yyv1898[yyj1898] - yyv1900.CodecDecodeSelf(d) + yyv1910 := &yyv1908[yyj1908] + yyv1910.CodecDecodeSelf(d) } } } } else { - yyj1898 := 0 - for ; !r.CheckBreak(); yyj1898++ { + yyj1908 := 0 + for ; !r.CheckBreak(); yyj1908++ { - if yyj1898 >= len(yyv1898) { - yyv1898 = append(yyv1898, NetworkPolicyPeer{}) // var yyz1898 NetworkPolicyPeer - yyc1898 = true + if yyj1908 >= len(yyv1908) { + yyv1908 = append(yyv1908, NetworkPolicyPeer{}) // var yyz1908 NetworkPolicyPeer + yyc1908 = true } - yyh1898.ElemContainerState(yyj1898) - if yyj1898 < len(yyv1898) { + yyh1908.ElemContainerState(yyj1908) + if yyj1908 < len(yyv1908) { if r.TryDecodeAsNil() { - yyv1898[yyj1898] = NetworkPolicyPeer{} + yyv1908[yyj1908] = NetworkPolicyPeer{} } else { - yyv1901 := &yyv1898[yyj1898] - yyv1901.CodecDecodeSelf(d) + yyv1911 := &yyv1908[yyj1908] + yyv1911.CodecDecodeSelf(d) } } else { @@ -23806,17 +23902,17 @@ func (x codecSelfer1234) decSliceNetworkPolicyPeer(v *[]NetworkPolicyPeer, d *co } } - if yyj1898 < len(yyv1898) { - yyv1898 = yyv1898[:yyj1898] - yyc1898 = true - } else if yyj1898 == 0 && yyv1898 == nil { - yyv1898 = []NetworkPolicyPeer{} - yyc1898 = true + if yyj1908 < len(yyv1908) { + yyv1908 = yyv1908[:yyj1908] + yyc1908 = true + } else if yyj1908 == 0 && yyv1908 == nil { + yyv1908 = []NetworkPolicyPeer{} + yyc1908 = true } } - yyh1898.End() - if yyc1898 { - *v = yyv1898 + yyh1908.End() + if yyc1908 { + *v = yyv1908 } } @@ -23825,10 +23921,10 @@ func (x codecSelfer1234) encSliceNetworkPolicy(v []NetworkPolicy, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1902 := range v { + for _, yyv1912 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1903 := &yyv1902 - yy1903.CodecEncodeSelf(e) + yy1913 := &yyv1912 + yy1913.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23838,83 +23934,83 @@ func (x codecSelfer1234) decSliceNetworkPolicy(v *[]NetworkPolicy, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1904 := *v - yyh1904, yyl1904 := z.DecSliceHelperStart() - var yyc1904 bool - if yyl1904 == 0 { - if yyv1904 == nil { - yyv1904 = []NetworkPolicy{} - yyc1904 = true - } else if len(yyv1904) != 0 { - yyv1904 = yyv1904[:0] - yyc1904 = true + yyv1914 := *v + yyh1914, yyl1914 := z.DecSliceHelperStart() + var yyc1914 bool + if yyl1914 == 0 { + if yyv1914 == nil { + yyv1914 = []NetworkPolicy{} + yyc1914 = true + } else if len(yyv1914) != 0 { + yyv1914 = yyv1914[:0] + yyc1914 = true } - } else if yyl1904 > 0 { - var yyrr1904, yyrl1904 int - var yyrt1904 bool - if yyl1904 > cap(yyv1904) { + } else if yyl1914 > 0 { + var yyrr1914, yyrl1914 int + var yyrt1914 bool + if yyl1914 > cap(yyv1914) { - yyrg1904 := len(yyv1904) > 0 - yyv21904 := yyv1904 - yyrl1904, yyrt1904 = z.DecInferLen(yyl1904, z.DecBasicHandle().MaxInitLen, 312) - if yyrt1904 { - if yyrl1904 <= cap(yyv1904) { - yyv1904 = yyv1904[:yyrl1904] + yyrg1914 := len(yyv1914) > 0 + yyv21914 := yyv1914 + yyrl1914, yyrt1914 = z.DecInferLen(yyl1914, z.DecBasicHandle().MaxInitLen, 312) + if yyrt1914 { + if yyrl1914 <= cap(yyv1914) { + yyv1914 = yyv1914[:yyrl1914] } else { - yyv1904 = make([]NetworkPolicy, yyrl1904) + yyv1914 = make([]NetworkPolicy, yyrl1914) } } else { - yyv1904 = make([]NetworkPolicy, yyrl1904) + yyv1914 = make([]NetworkPolicy, yyrl1914) } - yyc1904 = true - yyrr1904 = len(yyv1904) - if yyrg1904 { - copy(yyv1904, yyv21904) + yyc1914 = true + yyrr1914 = len(yyv1914) + if yyrg1914 { + copy(yyv1914, yyv21914) } - } else if yyl1904 != len(yyv1904) { - yyv1904 = yyv1904[:yyl1904] - yyc1904 = true + } else if yyl1914 != len(yyv1914) { + yyv1914 = yyv1914[:yyl1914] + yyc1914 = true } - yyj1904 := 0 - for ; yyj1904 < yyrr1904; yyj1904++ { - yyh1904.ElemContainerState(yyj1904) + yyj1914 := 0 + for ; yyj1914 < yyrr1914; yyj1914++ { + yyh1914.ElemContainerState(yyj1914) if r.TryDecodeAsNil() { - yyv1904[yyj1904] = NetworkPolicy{} + yyv1914[yyj1914] = NetworkPolicy{} } else { - yyv1905 := &yyv1904[yyj1904] - yyv1905.CodecDecodeSelf(d) + yyv1915 := &yyv1914[yyj1914] + yyv1915.CodecDecodeSelf(d) } } - if yyrt1904 { - for ; yyj1904 < yyl1904; yyj1904++ { - yyv1904 = append(yyv1904, NetworkPolicy{}) - yyh1904.ElemContainerState(yyj1904) + if yyrt1914 { + for ; yyj1914 < yyl1914; yyj1914++ { + yyv1914 = append(yyv1914, NetworkPolicy{}) + yyh1914.ElemContainerState(yyj1914) if r.TryDecodeAsNil() { - yyv1904[yyj1904] = NetworkPolicy{} + yyv1914[yyj1914] = NetworkPolicy{} } else { - yyv1906 := &yyv1904[yyj1904] - yyv1906.CodecDecodeSelf(d) + yyv1916 := &yyv1914[yyj1914] + yyv1916.CodecDecodeSelf(d) } } } } else { - yyj1904 := 0 - for ; !r.CheckBreak(); yyj1904++ { + yyj1914 := 0 + for ; !r.CheckBreak(); yyj1914++ { - if yyj1904 >= len(yyv1904) { - yyv1904 = append(yyv1904, NetworkPolicy{}) // var yyz1904 NetworkPolicy - yyc1904 = true + if yyj1914 >= len(yyv1914) { + yyv1914 = append(yyv1914, NetworkPolicy{}) // var yyz1914 NetworkPolicy + yyc1914 = true } - yyh1904.ElemContainerState(yyj1904) - if yyj1904 < len(yyv1904) { + yyh1914.ElemContainerState(yyj1914) + if yyj1914 < len(yyv1914) { if r.TryDecodeAsNil() { - yyv1904[yyj1904] = NetworkPolicy{} + yyv1914[yyj1914] = NetworkPolicy{} } else { - yyv1907 := &yyv1904[yyj1904] - yyv1907.CodecDecodeSelf(d) + yyv1917 := &yyv1914[yyj1914] + yyv1917.CodecDecodeSelf(d) } } else { @@ -23922,16 +24018,16 @@ func (x codecSelfer1234) decSliceNetworkPolicy(v *[]NetworkPolicy, d *codec1978. } } - if yyj1904 < len(yyv1904) { - yyv1904 = yyv1904[:yyj1904] - yyc1904 = true - } else if yyj1904 == 0 && yyv1904 == nil { - yyv1904 = []NetworkPolicy{} - yyc1904 = true + if yyj1914 < len(yyv1914) { + yyv1914 = yyv1914[:yyj1914] + yyc1914 = true + } else if yyj1914 == 0 && yyv1914 == nil { + yyv1914 = []NetworkPolicy{} + yyc1914 = true } } - yyh1904.End() - if yyc1904 { - *v = yyv1904 + yyh1914.End() + if yyc1914 { + *v = yyv1914 } } diff --git a/pkg/apis/extensions/v1beta1/types.go b/pkg/apis/extensions/v1beta1/types.go index 5ffcc460b1b..60e8eea00a9 100644 --- a/pkg/apis/extensions/v1beta1/types.go +++ b/pkg/apis/extensions/v1beta1/types.go @@ -890,7 +890,7 @@ type ReplicaSetSpec struct { // Minimum number of seconds for which a newly created pod should be ready // without any of its container crashing, for it to be considered available. // Defaults to 0 (pod will be considered available as soon as it is ready) - MinReadySeconds int32 `json:"minReadySeconds,omitempty"` + MinReadySeconds int32 `json:"minReadySeconds,omitempty" protobuf:"varint,4,opt,name=minReadySeconds"` // Selector is a label query over pods that should match the replica count. // If the selector is empty, it is defaulted to the labels present on the pod template. @@ -917,7 +917,7 @@ type ReplicaSetStatus struct { ReadyReplicas int32 `json:"readyReplicas,omitempty" protobuf:"varint,4,opt,name=readyReplicas"` // The number of available replicas (ready for at least minReadySeconds) for this replica set. - AvailableReplicas int32 `json:"availableReplicas,omitempty"` + AvailableReplicas int32 `json:"availableReplicas,omitempty" protobuf:"varint,5,opt,name=availableReplicas"` // ObservedGeneration reflects the generation of the most recently observed ReplicaSet. ObservedGeneration int64 `json:"observedGeneration,omitempty" protobuf:"varint,3,opt,name=observedGeneration"` diff --git a/pkg/apis/extensions/v1beta1/types_swagger_doc_generated.go b/pkg/apis/extensions/v1beta1/types_swagger_doc_generated.go index 4b1e22ba575..11462a866b4 100644 --- a/pkg/apis/extensions/v1beta1/types_swagger_doc_generated.go +++ b/pkg/apis/extensions/v1beta1/types_swagger_doc_generated.go @@ -576,10 +576,11 @@ func (ReplicaSetList) SwaggerDoc() map[string]string { } var map_ReplicaSetSpec = map[string]string{ - "": "ReplicaSetSpec is the specification of a ReplicaSet.", - "replicas": "Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: http://releases.k8s.io/HEAD/docs/user-guide/replication-controller.md#what-is-a-replication-controller", - "selector": "Selector is a label query over pods that should match the replica count. If the selector is empty, it is defaulted to the labels present on the pod template. Label keys and values that must match in order to be controlled by this replica set. More info: http://releases.k8s.io/HEAD/docs/user-guide/labels.md#label-selectors", - "template": "Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: http://releases.k8s.io/HEAD/docs/user-guide/replication-controller.md#pod-template", + "": "ReplicaSetSpec is the specification of a ReplicaSet.", + "replicas": "Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: http://releases.k8s.io/HEAD/docs/user-guide/replication-controller.md#what-is-a-replication-controller", + "minReadySeconds": "Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)", + "selector": "Selector is a label query over pods that should match the replica count. If the selector is empty, it is defaulted to the labels present on the pod template. Label keys and values that must match in order to be controlled by this replica set. More info: http://releases.k8s.io/HEAD/docs/user-guide/labels.md#label-selectors", + "template": "Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: http://releases.k8s.io/HEAD/docs/user-guide/replication-controller.md#pod-template", } func (ReplicaSetSpec) SwaggerDoc() map[string]string { @@ -591,6 +592,7 @@ var map_ReplicaSetStatus = map[string]string{ "replicas": "Replicas is the most recently oberved number of replicas. More info: http://releases.k8s.io/HEAD/docs/user-guide/replication-controller.md#what-is-a-replication-controller", "fullyLabeledReplicas": "The number of pods that have labels matching the labels of the pod template of the replicaset.", "readyReplicas": "The number of ready replicas for this replica set.", + "availableReplicas": "The number of available replicas (ready for at least minReadySeconds) for this replica set.", "observedGeneration": "ObservedGeneration reflects the generation of the most recently observed ReplicaSet.", } diff --git a/pkg/generated/openapi/zz_generated.openapi.go b/pkg/generated/openapi/zz_generated.openapi.go index 1687efb8ba4..ec362fcdb79 100644 --- a/pkg/generated/openapi/zz_generated.openapi.go +++ b/pkg/generated/openapi/zz_generated.openapi.go @@ -4261,6 +4261,13 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{ Format: "int32", }, }, + "minReadySeconds": { + SchemaProps: spec.SchemaProps{ + Description: "Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)", + Type: []string{"integer"}, + Format: "int32", + }, + }, "selector": { SchemaProps: spec.SchemaProps{ Description: "Selector is a label query over pods that should match the replica count. Must match in order to be controlled. If empty, defaulted to labels on pod template. More info: http://releases.k8s.io/HEAD/docs/user-guide/labels.md#label-selectors", @@ -4306,6 +4313,13 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{ Format: "int32", }, }, + "availableReplicas": { + SchemaProps: spec.SchemaProps{ + Description: "The number of available replicas (ready for at least minReadySeconds) for this replica set.", + Type: []string{"integer"}, + Format: "int32", + }, + }, "observedGeneration": { SchemaProps: spec.SchemaProps{ Description: "ObservedGeneration is the most recent generation observed by the controller.", @@ -11520,6 +11534,13 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{ Format: "int32", }, }, + "minReadySeconds": { + SchemaProps: spec.SchemaProps{ + Description: "Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)", + Type: []string{"integer"}, + Format: "int32", + }, + }, "selector": { SchemaProps: spec.SchemaProps{ Description: "Selector is a label query over pods that should match the Replicas count. If Selector is empty, it is defaulted to the labels present on the Pod template. Label keys and values that must match in order to be controlled by this replication controller, if empty defaulted to labels on Pod template. More info: http://releases.k8s.io/HEAD/docs/user-guide/labels.md#label-selectors", @@ -11572,6 +11593,13 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{ Format: "int32", }, }, + "availableReplicas": { + SchemaProps: spec.SchemaProps{ + Description: "The number of available replicas (ready for at least minReadySeconds) for this replication controller.", + Type: []string{"integer"}, + Format: "int32", + }, + }, "observedGeneration": { SchemaProps: spec.SchemaProps{ Description: "ObservedGeneration reflects the generation of the most recently observed replication controller.", @@ -16896,6 +16924,13 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{ Format: "int32", }, }, + "minReadySeconds": { + SchemaProps: spec.SchemaProps{ + Description: "Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)", + Type: []string{"integer"}, + Format: "int32", + }, + }, "selector": { SchemaProps: spec.SchemaProps{ Description: "Selector is a label query over pods that should match the replica count. If the selector is empty, it is defaulted to the labels present on the pod template. Label keys and values that must match in order to be controlled by this replica set. More info: http://releases.k8s.io/HEAD/docs/user-guide/labels.md#label-selectors", @@ -16940,6 +16975,13 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{ Format: "int32", }, }, + "availableReplicas": { + SchemaProps: spec.SchemaProps{ + Description: "The number of available replicas (ready for at least minReadySeconds) for this replica set.", + Type: []string{"integer"}, + Format: "int32", + }, + }, "observedGeneration": { SchemaProps: spec.SchemaProps{ Description: "ObservedGeneration reflects the generation of the most recently observed ReplicaSet.",